:root {
  --pet-ink: #17211a;
  --pet-muted: #566258;
  --pet-line: #d8dfd9;
  --pet-soft: #f4f7f3;
  --pet-accent: #1f6b45;
  --pet-accent-dark: #174f35;
  --pet-focus: #0b57d0;
}

.pet-content-canary .site-content { display: block !important; }
.pet-content-canary #primary,
.pet-content-canary .content-area,
.pet-content-canary .site-main { width: 100% !important; max-width: none !important; }
.pet-content-canary #right-sidebar,
.pet-content-canary .widget-area,
.pet-content-canary .post-navigation,
.pet-content-canary .related-posts,
.pet-content-canary .comments-area,
.pet-content-canary #respond { display: none !important; }
.pet-content-canary .entry-title {
  max-width: 860px;
  margin-left: auto;
  margin-right: auto;
  font-size: clamp(1.95rem, 5vw, 2.65rem);
  line-height: 1.28;
  letter-spacing: -.025em;
  overflow-wrap: break-word;
}

.pet-guide {
  width: min(100%, 860px);
  margin: 0 auto;
  color: var(--pet-ink);
  font-size: 18px;
  line-height: 1.82;
  overflow-wrap: anywhere;
}

.pet-guide h2 { margin: 2.9rem 0 1rem; font-size: clamp(1.45rem, 3.5vw, 1.9rem); line-height: 1.35; }
.pet-guide h3 { margin: 0 0 1rem; font-size: clamp(1.25rem, 3vw, 1.55rem); line-height: 1.4; }
.pet-guide p, .pet-guide ul, .pet-guide ol { margin: 0 0 1.35rem; }
.pet-guide a { color: var(--pet-accent-dark); text-underline-offset: 3px; }
.pet-guide__lead { font-size: 1.08em; color: #2d3830; }
.pet-guide__eyebrow { margin-bottom: .65rem !important; color: var(--pet-accent-dark); font-weight: 800; letter-spacing: .02em; }

.pet-guide__hero { margin: 1.6rem 0 2rem; }
.pet-guide__hero img { display: block; width: 100%; max-height: 460px; object-fit: cover; border: 1px solid var(--pet-line); border-radius: 8px; }

.pet-guide__next-step,
.pet-guide__quick-check,
.pet-guide__source-note,
.pet-guide__map-searches,
.pet-guide__footer-note {
  margin: 2rem 0;
  padding: 1.35rem;
  border: 1px solid var(--pet-line);
  border-radius: 8px;
  background: var(--pet-soft);
}
.pet-guide__next-step > span { display: block; margin-bottom: .8rem; color: var(--pet-muted); font-weight: 700; }

.pet-guide__cta {
  position: relative;
  isolation: isolate;
  display: flex;
  min-height: 56px;
  align-items: center;
  justify-content: center;
  overflow: hidden;
  padding: .95rem 1.15rem;
  border: 2px solid var(--pet-accent);
  border-radius: 7px;
  background: var(--pet-accent);
  color: #fff !important;
  font-weight: 850;
  line-height: 1.45;
  text-align: center;
  text-decoration: none !important;
  transition: transform 160ms ease, background-color 160ms ease, border-color 160ms ease;
}
.pet-guide__cta::after {
  content: "";
  position: absolute;
  z-index: -1;
  top: -55%;
  bottom: -55%;
  left: -20%;
  width: 8%;
  background: #fff;
  opacity: 0;
  transform: skewX(-16deg);
  animation: pet-runner 6.5s ease-in-out infinite;
}
.pet-guide__cta:hover { transform: translateY(-2px); background: var(--pet-accent-dark); border-color: var(--pet-accent-dark); }
.pet-guide__cta:focus-visible { outline: 3px solid var(--pet-focus); outline-offset: 4px; }
@keyframes pet-runner {
  0%, 22% { left: -20%; opacity: 0; }
  27% { opacity: .28; }
  48% { left: 112%; opacity: .12; }
  53%, 100% { left: 112%; opacity: 0; }
}

.pet-guide__place-card { margin: 2.1rem 0; padding: 1.4rem; border: 1px solid var(--pet-line); border-radius: 8px; background: #fff; box-shadow: 0 8px 24px rgba(30, 55, 38, .06); }
.pet-guide__facts { margin: 0 0 1rem; padding-left: 1.2rem; }
.pet-guide__facts li { margin: .4rem 0; }
.pet-guide__verification { color: var(--pet-muted); font-size: .94em; }
.pet-guide__map-link { display: inline-flex; min-height: 46px; align-items: center; padding: .7rem .95rem; border: 1px solid var(--pet-accent); border-radius: 6px; font-weight: 800; text-decoration: none !important; }
.pet-guide__map-link:hover { background: var(--pet-soft); }

.pet-guide__table-wrap { width: 100%; margin: 1.4rem 0 2rem; overflow-x: auto; border: 1px solid var(--pet-line); border-radius: 8px; background: #fff; -webkit-overflow-scrolling: touch; }
.pet-guide table { width: 100%; min-width: 680px; margin: 0; border-collapse: collapse; font-size: .96em; }
.pet-guide th, .pet-guide td { padding: .85rem .95rem; border-right: 1px solid var(--pet-line); border-bottom: 1px solid var(--pet-line); text-align: left; vertical-align: top; }
.pet-guide th { background: #eef3ee; font-weight: 800; }
.pet-guide tr:last-child > * { border-bottom: 0; }
.pet-guide tr > *:last-child { border-right: 0; }

.pet-guide__route-grid, .pet-guide__trust-nav, .pet-home-trust { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: .75rem; }
.pet-guide__route-grid a, .pet-guide__trust-nav a, .pet-home-trust a { display: flex; min-height: 48px; align-items: center; padding: .75rem .9rem; border: 1px solid var(--pet-line); border-radius: 7px; background: #fff; font-weight: 750; text-decoration: none; }
.pet-guide__ad { width: 100%; min-height: 1px; margin: 2rem 0; overflow: visible; }
.pet-guide__ad ins.adsbygoogle { max-width: 100%; }
.pet-home-trust { width: min(calc(100% - 32px), 860px); margin: 2rem auto; }

@media (max-width: 640px) {
  .pet-guide { font-size: 17px; line-height: 1.78; }
  .pet-guide h2 { margin-top: 2.35rem; }
  .pet-guide__next-step, .pet-guide__quick-check, .pet-guide__source-note, .pet-guide__map-searches, .pet-guide__footer-note, .pet-guide__place-card { padding: 1.05rem; }
  .pet-guide__route-grid, .pet-guide__trust-nav, .pet-home-trust { grid-template-columns: 1fr; }
  .pet-guide__hero img { max-height: 340px; }
}

@media (prefers-reduced-motion: reduce) {
  .pet-guide__cta, .pet-guide__cta::after { animation: none; transition: none; }
}
