:root {
  --dog-ink: #172321;
  --dog-muted: #52615e;
  --dog-line: #d8e1de;
  --dog-soft: #f4f7f5;
  --dog-accent: #176b62;
  --dog-accent-hover: #0f574f;
  --dog-warm: #fff7e9;
  --dog-focus: #0e4f78;
}

.dog-content-canary .site-content,
.dog-content-canary .content-area,
.dog-content-canary main,
.dog-content-canary article {
  box-sizing: border-box;
}

.dog-content-canary .site-main,
.dog-content-canary .content-area {
  width: 100%;
  max-width: 100%;
}

.dog-content-canary .entry-header {
  width: min(100%, 820px);
  margin: 0 auto;
  padding: clamp(1.25rem, 3vw, 2.25rem) clamp(1rem, 3vw, 2.25rem) 0;
}

.dog-content-canary .entry-title {
  margin: 0;
  font-size: clamp(2.15rem, 4.6vw, 3.35rem);
  line-height: 1.22;
  letter-spacing: -0.035em;
  word-break: keep-all;
  overflow-wrap: anywhere;
}

.dog-content-canary .widget-area,
.dog-content-canary .post-navigation,
.dog-content-canary .comments-area,
.dog-content-canary .related-posts {
  display: none !important;
}

.dog-guide {
  width: min(100%, 820px);
  margin: 0 auto;
  padding: clamp(1.25rem, 3.5vw, 2.75rem) clamp(1rem, 3vw, 2.25rem) 4rem;
  color: var(--dog-ink);
  font-size: clamp(1rem, 1.15vw, 1.08rem);
  line-height: 1.82;
  word-break: keep-all;
  overflow-wrap: anywhere;
}

.dog-guide h2,
.dog-guide h3 {
  color: var(--dog-ink);
  line-height: 1.42;
  letter-spacing: -0.025em;
}

.dog-guide h2 {
  margin: 3.5rem 0 1.05rem;
  font-size: clamp(1.45rem, 3vw, 2rem);
}

.dog-guide h3 {
  margin: 0 0 0.9rem;
  font-size: clamp(1.2rem, 2.4vw, 1.5rem);
}

.dog-guide p,
.dog-guide li {
  margin-top: 0;
}

.dog-guide p {
  margin-bottom: 1.15rem;
}

.dog-guide ul,
.dog-guide ol {
  margin: 1rem 0 1.3rem;
  padding-left: 1.4rem;
}

.dog-guide li + li {
  margin-top: 0.6rem;
}

.dog-guide a {
  color: var(--dog-accent);
  text-underline-offset: 0.18em;
}

.dog-guide__eyebrow {
  margin-bottom: 0.75rem !important;
  color: var(--dog-accent);
  font-size: 0.84rem;
  font-weight: 800;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.dog-guide__lead {
  margin-bottom: 2rem !important;
  color: #263936;
  font-size: clamp(1.08rem, 2.2vw, 1.3rem);
  line-height: 1.78;
}

.dog-guide__hero {
  margin: 2rem 0;
}

.dog-guide__hero img {
  display: block;
  width: 100%;
  height: auto;
  border-radius: 8px;
}

.dog-guide__next-step,
.dog-guide__quick-check,
.dog-guide__question-list,
.dog-guide__supporting-block,
.dog-guide__notice,
.dog-guide__extra-links {
  margin: 2.25rem 0;
  padding: clamp(1.1rem, 3vw, 1.55rem);
  border: 1px solid var(--dog-line);
  border-radius: 8px;
  background: var(--dog-soft);
}

.dog-guide__next-step {
  background: var(--dog-warm);
  border-color: #ead9b9;
}

.dog-guide__next-step > span {
  display: block;
  margin-bottom: 0.85rem;
  color: #4d4538;
  font-size: 0.92rem;
  font-weight: 750;
}

.dog-guide__cta {
  position: relative;
  isolation: isolate;
  display: flex;
  width: 100%;
  min-height: 56px;
  align-items: center;
  justify-content: center;
  overflow: hidden;
  padding: 0.95rem 1.2rem;
  border: 2px solid var(--dog-accent);
  border-radius: 6px;
  background: var(--dog-accent);
  color: #fff !important;
  font-weight: 850;
  line-height: 1.5;
  text-align: center;
  text-decoration: none !important;
  animation: dog-cta-pulse 5s ease-in-out infinite;
  transition: background-color 180ms ease, border-color 180ms ease, transform 180ms ease, box-shadow 180ms ease;
}

.dog-guide__cta > span {
  position: relative;
  z-index: 2;
}

.dog-guide__cta::after {
  content: "";
  position: absolute;
  z-index: 1;
  top: -50%;
  bottom: -50%;
  left: -20%;
  width: 8%;
  background: #fff;
  opacity: 0;
  transform: skewX(-16deg);
  pointer-events: none;
  animation: dog-cta-runner 5s ease-in-out infinite;
}

.dog-guide__cta:hover {
  background: var(--dog-accent-hover);
  border-color: var(--dog-accent-hover);
  transform: translateY(-2px);
  box-shadow: 0 5px 0 rgba(15, 87, 79, 0.22);
}

.dog-guide__cta:focus-visible {
  outline: 3px solid var(--dog-focus);
  outline-offset: 4px;
}

.dog-guide__place-card {
  position: relative;
  margin: 2.4rem 0;
  padding: clamp(1.2rem, 3vw, 1.65rem);
  border: 1px solid var(--dog-line);
  border-left: 4px solid var(--dog-accent);
  border-radius: 8px;
  background: #fff;
  box-shadow: 0 8px 24px rgba(23, 35, 33, 0.06);
}

.dog-guide__number {
  margin-bottom: 0.5rem !important;
  color: var(--dog-accent);
  font-size: 0.82rem;
  font-weight: 850;
  letter-spacing: 0.08em;
}

.dog-guide__facts {
  margin-bottom: 1.2rem !important;
  color: #31423f;
}

.dog-guide__verification {
  margin: 1.1rem 0 !important;
  padding-top: 1rem;
  border-top: 1px solid var(--dog-line);
  color: var(--dog-muted);
  font-size: 0.95rem;
}

.dog-guide__map-link {
  display: inline-flex;
  min-height: 48px;
  align-items: center;
  padding: 0.7rem 0.95rem;
  border: 1px solid #b7cbc7;
  border-radius: 6px;
  background: #f8fbfa;
  font-weight: 760;
  text-decoration: none !important;
}

.dog-guide__ad {
  width: 100%;
  margin: 2.6rem auto;
  text-align: center;
  overflow: visible;
}

.dog-guide__ad.is-unfilled {
  display: none;
}

.dog-guide__table-wrap {
  width: 100%;
  margin: 1.6rem 0 2.25rem;
  overflow-x: auto;
  border: 1px solid var(--dog-line);
  border-radius: 8px;
  -webkit-overflow-scrolling: touch;
}

.dog-guide table {
  width: 100%;
  min-width: 640px;
  border-collapse: collapse;
  background: #fff;
}

.dog-guide th,
.dog-guide td {
  padding: 0.9rem 1rem;
  border-bottom: 1px solid var(--dog-line);
  text-align: left;
  vertical-align: top;
}

.dog-guide thead th {
  background: #edf4f2;
  font-weight: 800;
}

.dog-guide__route-grid,
.dog-guide__trust-nav {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 0.8rem;
  margin: 1.4rem 0 2rem;
}

.dog-guide__route-card,
.dog-guide__route-grid > a,
.dog-guide__trust-nav > a {
  display: flex;
  min-height: 48px;
  flex-direction: column;
  justify-content: center;
  padding: 0.9rem 1rem;
  border: 1px solid var(--dog-line);
  border-radius: 6px;
  background: #fff;
  text-decoration: none !important;
}

.dog-guide__route-card span {
  margin-top: 0.25rem;
  color: var(--dog-muted);
  font-size: 0.91rem;
}

.dog-guide__footer-note {
  margin-top: 3.5rem;
  padding-top: 1.5rem;
  border-top: 1px solid var(--dog-line);
  color: var(--dog-muted);
  font-size: 0.92rem;
}

.dog-guide--policy {
  max-width: 760px;
}

.dog-home-trust {
  display: flex;
  max-width: 1000px;
  flex-wrap: wrap;
  gap: 0.8rem 1.2rem;
  margin: 2rem auto;
  padding: 1.25rem;
  border-top: 1px solid var(--dog-line);
}

@keyframes dog-cta-runner {
  0%, 18% { left: -20%; opacity: 0; }
  23% { opacity: 0.26; }
  48% { left: 112%; opacity: 0.12; }
  55%, 100% { left: 112%; opacity: 0; }
}

@keyframes dog-cta-pulse {
  0%, 15%, 52%, 100% { box-shadow: 0 0 0 0 rgba(23, 107, 98, 0); }
  24% { box-shadow: 0 0 0 6px rgba(23, 107, 98, 0.13); }
  34% { box-shadow: 0 0 0 2px rgba(23, 107, 98, 0.08); }
}

@media (max-width: 720px) {
  .dog-content-canary .entry-header {
    padding: 1.2rem 0.95rem 0;
  }

  .dog-content-canary .entry-title {
    font-size: clamp(2rem, 10vw, 2.45rem);
    line-height: 1.25;
  }

  .dog-guide {
    padding: 1rem 0.95rem 3.5rem;
    line-height: 1.78;
  }

  .dog-guide h2 {
    margin-top: 3rem;
  }

  .dog-guide__lead {
    font-size: 1.08rem;
  }

  .dog-guide__next-step,
  .dog-guide__quick-check,
  .dog-guide__question-list,
  .dog-guide__supporting-block,
  .dog-guide__notice,
  .dog-guide__extra-links,
  .dog-guide__place-card {
    padding: 1.05rem;
  }

  .dog-guide__route-grid,
  .dog-guide__trust-nav {
    grid-template-columns: 1fr;
  }

  .dog-guide__map-link {
    display: flex;
    width: 100%;
    justify-content: center;
    text-align: center;
  }

  .dog-guide__ad {
    margin: 2.25rem auto;
  }
}

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