/* ============================================================
   30A Adventure Dog: shared site styles
   Reconciled from per-page <style> blocks. Page-specific rules
   that did not generalize remain inline in each page <head>.
   ============================================================ */

/* ----- Design tokens (single source of truth) ----- */
:root {
  /* Plaque-derived premium palette */
  --navy-dark: #07142b;
  --navy-mid: #10213b;
  --navy-soft: #1b2d49;
  --gold-metallic: #cab168;
  --gold-dark: #90753a;
  --gold-soft: #e1d39a;
  --silver-brushed: #d4d5d1;

  /* Semantic site tokens */
  --pearl: #f8f6ef;
  --white: #ffffff;
  --ink: #07142b;
  --soft-ink: #384454;
  --muted: #68717a;

  /* Legacy token aliases used across pages */
  --teal: var(--navy-dark);
  --teal-dark: #031026;
  --logo-blue: var(--silver-brushed);
  --logo-blue-dark: #a6a7a7;
  --logo-yellow: var(--gold-metallic);

  --sea: #eef1ec;
  --sand: #efe4c6;
  --warm: var(--gold-metallic);
  --line: #d9cfb5;
  --shadow: rgba(7, 20, 43, 0.10);

  /* Page-local compatibility aliases */
  --pearl-light: var(--pearl);
  --ink-dark: var(--ink);
  --muted-slate: var(--muted);
  --line-border: var(--line);
}

/* ----- Reset / base ----- */
* { box-sizing: border-box; }
html { scroll-behavior: smooth; }

body {
  margin: 0;
  color: var(--ink);
  background: var(--pearl);
  font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  line-height: 1.55;
}
a { color: inherit; }
img { max-width: 100%; height: auto; display: block; }

/* ----- Layout ----- */
.wrap {
  width: min(1180px, calc(100% - 40px));
  margin: 0 auto;
}
section { padding: 78px 0; }

/* ----- Topbars ----- */
.topbar {
  background: var(--teal);
  color: white;
  font-size: 13px;
  font-weight: 800;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  padding: 9px 0;
  text-align: center;
}
.area-bar {
  background: var(--ink);
  color: white;
  font-size: 12px;
  letter-spacing: 0.11em;
  padding: 8px 0;
}

/* ----- Header / nav ----- */
header {
  background: rgba(255, 255, 255, 0.96);
  border-bottom: 1px solid var(--line);
  position: sticky;
  top: 0;
  z-index: 20;
  backdrop-filter: blur(10px);
}
.nav {
  min-height: 76px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 28px;
}
.brand {
  display: flex;
  flex-direction: column;
  gap: 2px;
  font-family: Georgia, "Times New Roman", serif;
  font-size: 27px;
  line-height: 1;
  font-weight: 500;
  letter-spacing: -0.045em;
  color: var(--ink);
  text-decoration: none;
}
.brand span {
  font-family: Inter, ui-sans-serif, system-ui, sans-serif;
  font-size: 11px;
  font-weight: 850;
  letter-spacing: 0.18em;
  text-transform: uppercase;
  color: var(--teal-dark);
}
.brand-logo {
  display: inline-flex;
  align-items: center;
  justify-content: flex-start;
  width: min(330px, 42vw);
  min-width: 220px;
  line-height: 0;
}
.brand-logo img {
  display: block;
  width: 100%;
  max-height: 68px;
  object-fit: contain;
  object-position: left center;
}
.nav-links {
  display: flex;
  align-items: center;
  gap: 26px;
  flex-wrap: wrap;
  justify-content: flex-end;
}
.nav a {
  color: #ffffff;
  text-decoration: none;
  font-weight: 850;
  font-size: 15px;
}

/* ----- Buttons ----- */
.btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 46px;
  padding: 13px 22px;
  border: 1px solid var(--ink);
  border-radius: 0;
  background: var(--ink);
  color: white !important;
  text-decoration: none;
  font-weight: 900;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  font-size: 13px;
  cursor: pointer;
  transition: background .12s ease, transform .12s ease;
}
.btn:hover { transform: translateY(-1px); }
.btn:focus-visible { outline: 3px solid var(--logo-yellow); outline-offset: 2px; }
.btn.teal {
  background: var(--teal);
  color: white !important;
  border-color: var(--teal);
}
.btn.teal:hover { background: var(--teal-dark); border-color: var(--teal-dark); }
.btn.secondary {
  background: transparent;
  color: var(--ink) !important;
  border-color: var(--ink);
}

/* ----- Typography ----- */
.eyebrow,
.section-kicker,
.tag {
  display: inline-block;
  color: var(--teal-dark);
  font-size: 12px;
  font-weight: 900;
  letter-spacing: 0.16em;
  text-transform: uppercase;
}
.eyebrow { margin-bottom: 18px; }
.section-kicker { margin-bottom: 8px; }
.tag { font-size: 11px; margin-bottom: 13px; }

h1, h2, h3, h4 { margin: 0; color: var(--ink); }
h1 {
  font-family: Georgia, "Times New Roman", serif;
  font-size: clamp(36px, 5vw, 58px);
  line-height: 1.03;
  font-weight: 500;
  letter-spacing: -0.045em;
  margin-bottom: 18px;
}
h2 {
  font-family: Georgia, "Times New Roman", serif;
  font-size: clamp(28px, 3.5vw, 42px);
  line-height: 1.08;
  font-weight: 500;
  letter-spacing: -0.035em;
  margin-bottom: 12px;
}
h3 {
  font-size: 17px;
  line-height: 1.25;
  font-weight: 900;
  letter-spacing: -0.015em;
  margin-bottom: 9px;
}
.subhead {
  font-size: 23px;
  line-height: 1.35;
  color: var(--muted);
  text-transform: uppercase;
  letter-spacing: 0.04em;
  margin-bottom: 24px;
  max-width: 560px;
}
p { color: var(--soft-ink); margin: 0 0 16px; }
.lead {
  color: var(--soft-ink);
  font-size: 19px;
  max-width: 720px;
}
.small { font-size: 13px; color: var(--muted); }

/* ----- Hero (two-column) ----- */
.hero {
  background: linear-gradient(180deg, var(--white) 0%, var(--pearl) 100%);
  padding: 88px 0 66px;
  border-bottom: 1px solid var(--line);
}
.hero-grid {
  display: grid;
  grid-template-columns: 0.9fr 1.1fr;
  gap: 58px;
  align-items: center;
}
.hero-actions {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 12px;
  margin-top: 28px;
}

/* ----- Hero photo (CSS background variant) ----- */
.hero-photo {
  min-height: 520px;
  display: flex;
  align-items: flex-end;
  padding: 26px;
  color: white;
  border: 1px solid var(--line);
}
.hero-photo strong {
  position: relative;
  z-index: 1;
  font-family: Georgia, "Times New Roman", serif;
  font-size: 34px;
  line-height: 1.05;
  font-weight: 500;
  letter-spacing: -0.035em;
  text-shadow: 0 2px 18px rgba(0,0,0,0.35);
  max-width: 520px;
}

/* ----- Proof row (under hero) ----- */
.proof-row {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 1px;
  background: var(--line);
  margin-top: 16px;
  border: 1px solid var(--line);
}
.proof {
  background: var(--pearl);
  padding: 17px 14px;
  min-height: 86px;
}
.proof strong {
  display: block;
  font-family: Georgia, "Times New Roman", serif;
  font-size: 19px;
  line-height: 1.1;
  letter-spacing: -0.02em;
  margin-bottom: 4px;
  color: var(--ink);
}
.proof span { color: var(--muted); font-size: 13px; }

/* ----- Footer ----- */
footer {
  padding: 36px 0;
  border-top: 1px solid var(--line);
  color: var(--muted);
  font-size: 14px;
  background: var(--white);
}

/* ----- Mobile sticky CTA bar (hidden by default) ----- */
.mobile-sticky { display: none; }

/* ============================================================
   Responsive (single, consolidated mobile block)
   Image-first on mobile: every .hero-grid stacks with the
   visual column (.hero-card, .hero-media, .hero-photo) ABOVE
   the text column, without touching DOM source order. Source
   order stays text-first for screen readers, SEO, and tab order.
   ============================================================ */
@media (max-width: 900px) {
  /* Collapse all two/three-column grids on mobile */
  .hero-grid,
  .grid-3, .grid-4,
  .product-grid,
  .split,
  .trust-grid,
  .jump-grid,
  .scope-grid,
  .form-grid,
  .starter-form,
  .process-strip,
  .price-protect,
  .manners-grid,
  .proof-points,
  .recommendation-grid,
  .proof-metric-grid,
  .corridor-line,
  .specialty-row,
  .fast-path-grid {
    grid-template-columns: 1fr;
  }

  /* Prevent any card content (long prices, image min-content) from forcing
     the grid wider than its container. */
  .product-grid > .card,
  .product-grid .variant-row,
  .variant-row { min-width: 0; }
  .variant-price { white-space: normal; }

  /* IMAGE-FIRST on mobile.
     hero-grid has exactly two direct children: <text-column> and
     <media-column>. Switch to flex column-reverse so the media
     column renders on top while source order is preserved.

     The `html` prefix bumps specificity (0,1,1) so this rule wins
     over any per-page `@media .hero-grid { grid-template-columns:
     1fr }` declaration left behind in older inline style blocks. */
  html .hero-grid {
    display: flex;
    flex-direction: column-reverse;
    gap: 28px;
  }
  /* If a hero has more than two children (rare), the rule still
     reverses; pages that need a specific stack can override
     locally with `html .hero-grid { flex-direction: column; }`. */

  .hero { padding: 56px 0 46px; }
  .hero-photo { min-height: 380px; }
  .proof-row { grid-template-columns: 1fr; }

  .nav { align-items: flex-start; flex-direction: column; }
  .brand-logo { width: min(300px, 78vw); min-width: 0; }
  .brand-logo img { max-height: 58px; }
  .nav-links { justify-content: flex-start; gap: 14px; }
  section { padding: 52px 0; }

  /* Mobile sticky CTA dock */
  .mobile-sticky {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 8px;
    position: fixed;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 40;
    padding: 10px;
    background: rgba(255, 255, 255, 0.96);
    border-top: 1px solid var(--line);
    backdrop-filter: blur(10px);
  }
  body { padding-bottom: 78px; }
}

/* ----- Plaque-inspired brand refinements ----- */
body {
  background: var(--pearl);
}

.topbar {
  background: var(--navy-dark);
  color: var(--white);
  border-bottom: 1px solid rgba(202, 177, 104, 0.35);
}

.area-bar {
  background: #031026;
  color: var(--gold-soft);
  border-bottom: 1px solid rgba(202, 177, 104, 0.35);
}

header {
  background: var(--navy-mid);
  border-bottom: 1px solid rgba(202, 177, 104, 0.35);
}

/* Belt-and-suspenders: stop any rogue child from creating a horizontal scrollbar
   on the whole page. Children that legitimately need to scroll horizontally
   (e.g. .service-comparison-wrap) keep their own overflow-x:auto. */
html, body { overflow-x: clip; }

.nav a:hover,
.nav a:focus {
  color: var(--gold-soft);
}

.btn.teal {
  background: var(--navy-dark);
  border-color: var(--gold-metallic);
  color: var(--white) !important;
}

.btn.teal:hover {
  background: var(--navy-mid);
  border-color: var(--gold-soft);
}

.btn.secondary:hover {
  border-color: var(--gold-dark);
  color: var(--gold-dark) !important;
}

.eyebrow,
.section-kicker,
.tag,
.brand span {
  color: var(--gold-dark);
}

.hero {
  background: linear-gradient(180deg, var(--white) 0%, var(--pearl) 62%, #f1ead9 100%);
}

footer {
  background: var(--white);
  border-top: 1px solid var(--line);
}


/* Home page extracted styles duplicate removed. Canonical copy is retained in the externalized block below. */

/* ============================================================
   Conversion-focused additions (May 26 pass)
   ============================================================ */

/* ----- Area-served pills under hero ----- */
.area-pills {
  display: flex;
  flex-wrap: wrap;
  gap: 6px;
  margin-top: 22px;
  max-width: 640px;
}
.area-pills span {
  display: inline-flex;
  align-items: center;
  padding: 5px 11px;
  border: 1px solid var(--line);
  background: var(--white);
  color: var(--soft-ink);
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 0.04em;
}

/* ----- Trust band (replaces in-front comparison table) ----- */
.trust-band {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 1px;
  background: var(--line);
  border: 1px solid var(--line);
  margin: 30px 0 18px;
  text-align: left;
}
.trust-band > div {
  background: var(--white);
  padding: 22px 18px;
}
.trust-band strong {
  display: block;
  font-family: Georgia, "Times New Roman", serif;
  font-size: 26px;
  font-weight: 500;
  color: var(--ink);
  line-height: 1;
  margin-bottom: 6px;
  letter-spacing: -0.02em;
}
.trust-band span {
  display: block;
  color: var(--muted);
  font-size: 13px;
  line-height: 1.4;
}
@media (max-width: 900px) {
  .trust-band { grid-template-columns: repeat(2, 1fr); }
}

/* ----- Featured product card highlight (now applied to Overnight) ----- */
.card.featured {
  border-top: 5px solid var(--gold-metallic);
  box-shadow: 0 22px 70px rgba(202, 177, 104, 0.22);
}

/* ----- Comparison table as collapsible disclosure below cards ----- */
.service-compare-details {
  margin: 38px auto 0;
  max-width: 1080px;
  border: 1px solid var(--line);
  background: var(--white);
  text-align: left;
}
.service-compare-details summary {
  list-style: none;
  cursor: pointer;
  padding: 16px 20px;
  font-family: Georgia, "Times New Roman", serif;
  font-size: 17px;
  color: var(--ink);
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.service-compare-details summary::-webkit-details-marker { display: none; }
.service-compare-details summary::after {
  content: "+";
  font-size: 22px;
  color: var(--gold-dark);
  font-weight: 400;
  line-height: 1;
}
.service-compare-details[open] summary::after { content: "\2013"; }
.service-compare-details summary:hover { background: var(--pearl); }
.service-compare-details .service-comparison-wrap {
  margin: 0;
  padding: 0 16px 16px;
  max-width: none;
}

/* ----- Hamburger nav (mobile) ----- */
.nav-toggle {
  display: none;
  background: transparent;
  border: 1px solid rgba(255,255,255,0.35);
  width: 44px;
  height: 44px;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  padding: 0;
  flex-direction: column;
  gap: 4px;
}
.nav-toggle span {
  display: block;
  width: 22px;
  height: 2px;
  background: #fff;
  transition: transform .2s ease, opacity .2s ease;
}
.nav-toggle[aria-expanded="true"] span:nth-child(1) {
  transform: translateY(6px) rotate(45deg);
}
.nav-toggle[aria-expanded="true"] span:nth-child(2) { opacity: 0; }
.nav-toggle[aria-expanded="true"] span:nth-child(3) {
  transform: translateY(-6px) rotate(-45deg);
}

@media (max-width: 900px) {
  /* Force nav row layout on mobile so logo + hamburger sit side by side */
  .nav {
    flex-direction: row !important;
    align-items: center !important;
    justify-content: space-between !important;
    flex-wrap: wrap;
    min-height: 64px;
    padding: 8px 0;
    gap: 12px;
  }
  .nav-toggle { display: inline-flex; }

  /* Collapse nav-links by default on mobile */
  .nav-links {
    flex-basis: 100%;
    flex-direction: column !important;
    align-items: stretch !important;
    gap: 0 !important;
    max-height: 0;
    overflow: hidden;
    transition: max-height .25s ease;
  }
  .nav-links.is-open {
    max-height: 80vh;
    padding: 8px 0 4px;
  }
  .nav-links a {
    color: #ffffff;
    padding: 13px 4px;
    border-bottom: 1px solid rgba(255,255,255,0.12);
    font-size: 16px;
  }
  .nav-links a.btn {
    margin-top: 10px;
    border-bottom: 0;
  }
}

/* ----- Hero text column tightening: drop verbose lead spacing ----- */
.hero .subhead {
  text-transform: none;
  letter-spacing: 0;
  font-size: 20px;
  line-height: 1.4;
  color: var(--soft-ink);
  margin-bottom: 22px;
  max-width: 580px;
}

/* Sticky bar at <=900px gets tighter text so the longer CTA fits 50/50 grid */
@media (max-width: 900px) {
  .mobile-sticky .btn {
    font-size: 11px;
    letter-spacing: 0.05em;
    padding: 11px 10px;
    line-height: 1.15;
  }
}

/* Honeypot trap field, fully hidden from sighted + assistive users */
.form-security-trap {
  position: absolute !important;
  left: -10000px !important;
  width: 1px !important;
  height: 1px !important;
  overflow: hidden !important;
}

/* ============================================================
   Externalized from inline <style> block in index.html
   on 2026-05-26. Last-one-wins cascade preserved.
   ============================================================ */

    .hero-proof-pills {
      display: flex;
      flex-wrap: wrap;
      gap: 8px;
      margin-top: 16px;
    }

    .hero-proof-pills span {
      display: inline-flex;
      align-items: center;
      padding: 8px 10px;
      border: 1px solid var(--line);
      background: var(--white);
      color: var(--teal-dark);
      font-size: 12px;
      font-weight: 900;
      letter-spacing: 0.06em;
      text-transform: uppercase;
    }

    .reset-spotlight {
      background: linear-gradient(180deg, var(--white) 0%, var(--sand) 100%);
      border-top: 1px solid var(--line);
      border-bottom: 1px solid var(--line);
    }

    .outcome-quote {
      margin: 22px 0;
      padding: 20px;
      border-left: 5px solid var(--teal-dark);
      background: rgba(255,255,255,0.72);
      color: var(--soft-ink);
      font-size: 18px;
      line-height: 1.45;
    }

    .proof-metric-grid {
      display: grid;
      grid-template-columns: repeat(3, 1fr);
      gap: 12px;
      margin-top: 20px;
    }

    .proof-metric {
      background: var(--white);
      border: 1px solid var(--line);
      padding: 16px;
      text-align: left;
    }

    .proof-metric strong {
      display: block;
      font-family: Georgia, "Times New Roman", serif;
      font-size: 27px;
      font-weight: 500;
      color: var(--ink);
      line-height: 1;
      margin-bottom: 6px;
    }

    .proof-metric span {
      display: block;
      color: var(--muted);
      font-size: 13px;
      line-height: 1.35;
    }

    .price-anchor {
      background: var(--white);
    }

    .service-map {
      width: 100%;
      border: 1px solid var(--line);
      background: var(--white);
      padding: 18px;
      box-shadow: 0 18px 55px rgba(16,18,17,0.06);
      margin-top: 18px;
      text-align: left;
    }

    .corridor-line {
      display: grid;
      grid-template-columns: repeat(5, 1fr);
      gap: 6px;
      align-items: center;
      margin: 12px 0;
    }

    .corridor-stop {
      border: 1px solid var(--line);
      background: var(--pearl);
      padding: 10px 8px;
      font-size: 12px;
      font-weight: 900;
      text-align: center;
      color: var(--teal-dark);
    }

    .hero-card {
      background: var(--white);
      border: 1px solid var(--line);
      box-shadow: 0 24px 75px var(--shadow);
      padding: 22px;
    }

    .photo-box {
  position: relative;
  overflow: hidden;
  min-height: 80vh;
  display: flex;
  align-items: flex-end;
  padding: 26px;
  color: white;
}

    .photo-box strong {
      font-family: Georgia, "Times New Roman", serif;
      font-size: 34px;
      line-height: 1.05;
      font-weight: 500;
      letter-spacing: -0.035em;
      max-width: 500px;
    }

    .hero-social-proof {
      display: flex;
      align-items: center;
      gap: 10px;
      margin-top: 14px;
      padding: 12px 14px;
      background: var(--pearl);
      border: 1px solid var(--line);
      color: var(--ink);
      font-size: 13px;
      font-weight: 600;
      text-decoration: none;
      line-height: 1.4;
      transition: background 0.18s ease, border-color 0.18s ease;
    }

    .hero-social-proof svg {
      flex-shrink: 0;
      width: 22px;
      height: 22px;
      color: #0a66c2;
    }

    .hero-social-proof:hover,
    .hero-social-proof:focus {
      background: white;
      border-color: var(--teal);
    }

    .faq-list {
      display: block;
      max-width: 820px;
      margin: 32px auto 0;
      text-align: left;
      border-top: 1px solid var(--line);
    }

    .faq-item {
      border-bottom: 1px solid var(--line);
      background: white;
    }

    .faq-item summary {
      display: flex;
      align-items: center;
      justify-content: space-between;
      gap: 16px;
      padding: 18px 20px;
      font-family: Georgia, "Times New Roman", serif;
      font-size: 19px;
      font-weight: 500;
      color: var(--ink);
      cursor: pointer;
      list-style: none;
      transition: background 0.15s ease;
    }

    .faq-item summary::-webkit-details-marker { display: none; }
    .faq-item summary::marker { content: ""; }

    .faq-item summary::after {
      content: "+";
      font-family: inherit;
      font-size: 24px;
      font-weight: 400;
      color: var(--teal-dark);
      line-height: 1;
      flex-shrink: 0;
    }

    .faq-item[open] summary::after { content: "\2013"; }

    .faq-item summary:hover { background: var(--pearl); }

    .faq-item .faq-answer {
      padding: 0 20px 20px;
      color: var(--muted);
    }

    .faq-item .faq-answer p {
      margin: 0 0 12px;
      line-height: 1.6;
    }

    .faq-item .faq-answer p:last-child { margin-bottom: 0; }

    .center { text-align: center; }
    .center p { margin-left: auto; margin-right: auto; max-width: 820px; }

    .grid-3 {
      display: grid;
      grid-template-columns: repeat(3, 1fr);
      gap: 24px;
      margin-top: 38px;
    }

    .product-grid {
      display: grid;
      grid-template-columns: repeat(3, 1fr);
      gap: 24px;
      margin-top: 38px;
      text-align: left;
    }

    .grid-4 {
      display: grid;
      grid-template-columns: repeat(4, 1fr);
      gap: 18px;
      margin-top: 34px;
    }

    .process-strip {
      display: grid;
      grid-template-columns: repeat(4, 1fr);
      gap: 1px;
      background: var(--line);
      border: 1px solid var(--line);
      margin-top: 34px;
      text-align: left;
    }

    .process-step {
      background: var(--white);
      padding: 24px;
      min-height: 190px;
    }

    .process-step .step-num {
      display: inline-flex;
      align-items: center;
      justify-content: center;
      width: 34px;
      height: 34px;
      margin-bottom: 14px;
      background: var(--teal);
      color: var(--ink);
      font-weight: 950;
      font-size: 13px;
    }

    .price-protect {
      display: grid;
      grid-template-columns: 0.95fr 1.05fr;
      gap: 1px;
      margin-top: 30px;
      background: var(--line);
      border: 1px solid var(--line);
      text-align: left;
    }

    .price-protect > div {
      background: var(--pearl);
      padding: 26px;
    }

    .price-protect strong {
      display: block;
      font-family: Georgia, "Times New Roman", serif;
      font-size: 28px;
      line-height: 1.08;
      font-weight: 500;
      color: var(--ink);
      margin-bottom: 8px;
    }

    .card {
      background: var(--white);
      border: 1px solid var(--line);
      padding: 30px;
      box-shadow: 0 16px 48px rgba(16, 18, 17, 0.05);
    }

    .card.featured {
      border-top: 5px solid var(--gold-metallic);
      box-shadow: 0 22px 70px rgba(202, 177, 104, 0.22);
    }

    .price {
      font-family: Georgia, "Times New Roman", serif;
      font-size: 34px;
      font-weight: 500;
      color: var(--ink);
      margin: 14px 0 4px;
    }

    ul {
      list-style: none;
      padding: 0;
      margin: 20px 0 0;
    }

    li {
      position: relative;
      padding-left: 25px;
      margin: 12px 0;
      color: var(--soft-ink);
      text-align: left;
    }

    li:before {
      content: "";
      position: absolute;
      left: 0;
      top: 0.72em;
      width: 7px;
      height: 7px;
      background: var(--teal);
      border-radius: 50%;
      transform: translateY(-50%);
    }

    .band {
      background: var(--sea);
      border-top: 1px solid var(--line);
      border-bottom: 1px solid var(--line);
    }

    .sand {
      background: var(--sand);
      border-top: 1px solid var(--line);
      border-bottom: 1px solid var(--line);
    }

    .dark {
      background: var(--ink);
      color: white;
    }

    .dark p { color: rgba(255, 255, 255, 0.76); }
    .dark h2, .dark h3 { color: white; }
    .dark .section-kicker { color: var(--teal); }
    .dark .card { background: rgba(255,255,255,0.06); border-color: rgba(255,255,255,0.14); box-shadow: none; }
    .dark .card p, .dark .card li { color: rgba(255,255,255,0.80); }
    .dark .process-step h3, .dark .process-step p { color: var(--ink); }
    .dark li:before { background: var(--teal); }

    .split {
      display: grid;
      grid-template-columns: 0.92fr 1.08fr;
      gap: 54px;
      align-items: start;
    }

    .note {
      padding: 16px 18px;
      background: var(--pearl);
      border: 1px solid var(--line);
      color: var(--soft-ink);
      margin-top: 18px;
      font-size: 14px;
    }

    .warning {
      background: #fff5ed;
      border-color: #e4c4ac;
    }

    .answer-lede {
      font-size: 18px;
      line-height: 1.5;
      color: var(--soft-ink);
      max-width: 860px;
      margin: 0 auto 22px;
    }

    .answer-lede strong { color: var(--ink); }

    .answer-card {
      background: var(--white);
      border: 1px solid var(--line);
      padding: 24px;
      margin: 28px auto 0;
      max-width: 940px;
      text-align: left;
      box-shadow: 0 16px 48px rgba(16, 18, 17, 0.05);
    }

    .answer-card h2 {
      font-size: clamp(24px, 3vw, 34px);
      margin-bottom: 10px;
    }

    .service-comparison-wrap {
      margin: 34px auto 0;
      max-width: 1080px;
      overflow-x: auto;
    }

    .service-comparison {
      width: 100%;
      border-collapse: collapse;
      background: var(--white);
      border: 1px solid var(--line);
      box-shadow: 0 18px 55px rgba(16, 18, 17, 0.06);
      text-align: left;
    }

    .service-comparison caption {
      text-align: left;
      font-size: 12px;
      font-weight: 950;
      letter-spacing: 0.13em;
      text-transform: uppercase;
      color: var(--teal-dark);
      margin-bottom: 10px;
    }

    .service-comparison th,
    .service-comparison td {
      padding: 15px;
      border-bottom: 1px solid var(--line);
      vertical-align: top;
      font-size: 14px;
    }

    .service-comparison th {
      background: var(--pearl);
      color: var(--ink);
      font-size: 12px;
      text-transform: uppercase;
      letter-spacing: 0.08em;
    }

    .service-comparison tr:last-child td { border-bottom: 0; }

    .trust-strip {
      background: var(--teal);
      padding: 0;
      border-bottom: 1px solid var(--line);
    }

    .trust-grid {
      display: grid;
      grid-template-columns: repeat(4, 1fr);
      gap: 1px;
      background: rgba(16,18,17,0.16);
    }

    .trust-item {
      background: var(--teal);
      padding: 22px 18px;
    }

    .trust-item .trust-icon {
      display: block;
      width: 28px;
      height: 28px;
      margin-bottom: 10px;
      color: var(--ink);
    }

    .trust-item strong {
      display: block;
      color: var(--ink);
      font-size: 14px;
      font-weight: 950;
      letter-spacing: 0.06em;
      text-transform: uppercase;
      margin-bottom: 5px;
    }

    .trust-item span { color: rgba(16,18,17,0.82); }

    .comparison {
      width: 100%;
      border-collapse: collapse;
      background: white;
      box-shadow: 0 18px 55px rgba(16, 18, 17, 0.06);
      margin-top: 30px;
      border: 1px solid var(--line);
    }

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

    .comparison th {
      background: var(--pearl);
      color: var(--ink);
      font-size: 13px;
      text-transform: uppercase;
      letter-spacing: 0.08em;
    }

    .comparison tr:last-child td { border-bottom: none; }

    .mini-form {
      background: var(--white);
      border: 1px solid var(--line);
      padding: 30px;
      box-shadow: 0 20px 70px rgba(16,18,17,0.06);
    }

    .form-grid {
      display: grid;
      grid-template-columns: repeat(2, 1fr);
      gap: 14px;
    }

    .field-full { grid-column: 1 / -1; }

    label {
      display: block;
      font-size: 12px;
      color: var(--muted);
      font-weight: 900;
      letter-spacing: 0.07em;
      text-transform: uppercase;
      margin-bottom: 7px;
    }

    input, select, textarea {
      width: 100%;
      border: 1px solid var(--line);
      padding: 13px 14px;
      font: inherit;
      color: var(--ink);
      background: var(--pearl);
      min-height: 48px;
      border-radius: 0;
    }

    textarea { min-height: 96px; resize: vertical; }

    .starter-form {
      display: grid;
      grid-template-columns: 1fr auto;
      gap: 10px;
      margin-top: 18px;
    }

.hero-video-mobile {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center 45%; 
  position: absolute;
  inset: 0;
  z-index: 0;
  pointer-events: none;
}

    .photo-box {
      position: relative;
      overflow: hidden;
    }

    .photo-box strong {
      position: relative;
      z-index: 1;
      text-shadow: 0 2px 18px rgba(0,0,0,0.35);
    }

    .media-img {
      width: 100%;
      display: block;
      object-fit: cover;
      border: 1px solid var(--line);
      margin-bottom: 18px;
      background: var(--pearl);
    }

    .product-media {
      aspect-ratio: 4 / 3;
      box-shadow: 0 12px 36px rgba(16,18,17,0.08);
    }

    .capacity-tracker {
      margin: 18px 0;
      padding: 16px;
      border: 1px solid var(--line);
      background: var(--pearl);
    }

    .capacity-head {
      display: flex;
      align-items: center;
      justify-content: space-between;
      gap: 12px;
      margin-bottom: 10px;
      font-size: 12px;
      font-weight: 950;
      letter-spacing: 0.08em;
      text-transform: uppercase;
      color: var(--teal-dark);
    }

    .capacity-track {
      height: 6px;
      background: rgba(16,18,17,0.10);
      overflow: hidden;
      margin-bottom: 10px;
    }

    .capacity-fill {
      width: 75%;
      height: 100%;
      background: var(--teal-dark);
    }

    .capacity-tracker p {
      margin: 0;
      font-size: 13px;
      color: var(--soft-ink);
    }

    .variant-stack {
      display: grid;
      gap: 10px;
      margin: 18px 0;
    }

    .variant-row {
      display: grid;
      grid-template-columns: 1fr auto;
      gap: 14px;
      align-items: start;
      padding: 13px 14px;
      border: 1px solid var(--line);
      background: var(--pearl);
      text-align: left;
    }

    .variant-row strong {
      display: block;
      color: var(--ink);
      font-size: 14px;
      margin-bottom: 3px;
    }

    .variant-row span {
      color: var(--muted);
      font-size: 13px;
      line-height: 1.35;
    }

    .variant-price {
      font-family: Georgia, "Times New Roman", serif;
      color: var(--ink);
      font-size: 20px;
      line-height: 1.05;
      white-space: nowrap;
      text-align: right;
    }

    .variant-note {
      margin-top: -4px;
      color: var(--muted);
      font-size: 13px;
      text-align: left;
    }

    .vacation-pass-card {
      background: var(--sand);
      border: 1px solid rgba(16,18,17,0.18);
      padding: 18px;
      margin: 18px 0 6px;
      text-align: left;
      box-shadow: inset 0 0 0 1px rgba(255,255,255,0.35);
    }

    .readiness-card {
      background: var(--pearl);
      border: 1px solid var(--line);
      padding: 18px;
      margin: 18px 0 6px;
      text-align: left;
      box-shadow: inset 0 0 0 1px rgba(255,255,255,0.45);
    }

    .readiness-card h4 {
      margin: 0 0 8px;
      font-size: 15px;
      line-height: 1.25;
      letter-spacing: 0.02em;
      text-transform: uppercase;
      color: var(--ink);
    }

    .readiness-card p { font-size: 14px; margin-bottom: 10px; }

    .readiness-row {
      display: flex;
      justify-content: space-between;
      gap: 12px;
      padding: 9px 0;
      border-top: 1px solid var(--line);
      color: var(--soft-ink);
      font-size: 14px;
    }

    .readiness-row strong { color: var(--ink); }

    .reset-scope-card {
      background: var(--pearl);
      border: 1px solid var(--line);
      padding: 18px;
      margin: 18px 0 6px;
      text-align: left;
    }

    .reset-scope-card h4 {
      margin: 0 0 8px;
      font-size: 15px;
      line-height: 1.25;
      letter-spacing: 0.02em;
      text-transform: uppercase;
      color: var(--ink);
    }

    .scope-row {
      display: grid;
      grid-template-columns: 0.72fr 1.28fr;
      gap: 12px;
      padding: 9px 0;
      border-top: 1px solid var(--line);
      color: var(--soft-ink);
      font-size: 13px;
    }

    .scope-row strong { color: var(--ink); font-weight: 850; }
    .reset-scope-card p { font-size: 13px; margin: 12px 0 0; }

    .vacation-pass-card h4,
    .report-card h4 {
      margin: 0 0 8px;
      font-size: 15px;
      line-height: 1.25;
      letter-spacing: 0.02em;
      text-transform: uppercase;
      color: var(--ink);
    }

    .vacation-pass-card p,
    .report-card p { font-size: 14px; margin-bottom: 10px; }

    .pass-row {
      display: flex;
      justify-content: space-between;
      gap: 12px;
      padding: 9px 0;
      border-top: 1px solid rgba(16,18,17,0.14);
      color: var(--soft-ink);
      font-size: 14px;
    }

    .pass-row strong { color: var(--ink); }

    .report-wrap {
      margin-top: 30px;
      display: grid;
      grid-template-columns: 0.92fr 1.08fr;
      gap: 1px;
      background: var(--line);
      border: 1px solid var(--line);
      text-align: left;
    }

    .report-wrap > div {
      background: var(--white);
      padding: 26px;
    }

    .report-card {
      background: var(--pearl) !important;
      font-family: Inter, ui-sans-serif, system-ui, sans-serif;
    }

    .report-row {
      display: grid;
      grid-template-columns: 1fr auto;
      gap: 18px;
      padding: 11px 0;
      border-bottom: 1px solid var(--line);
      font-size: 14px;
    }

    .report-row:last-child { border-bottom: none; }
    .report-row span { color: var(--muted); }
    .report-row strong { color: var(--ink); }

    .founder-portrait {
      width: 100%;
      box-shadow: 0 18px 55px rgba(16, 18, 17, 0.10);
      object-fit: cover;
      aspect-ratio: 4/3;
      background: #fff;
      border: 1px solid var(--line);
      display: block;
    }

    .founder-caption {
      background: var(--ink);
      color: white;
      padding: 13px 16px 8px;
      font-size: 12px;
      font-weight: 950;
      letter-spacing: 0.10em;
      text-transform: uppercase;
    }

    .founder-support {
      background: var(--ink);
      color: rgba(255,255,255,0.78);
      padding: 0 16px 14px;
      font-size: 13px;
      font-weight: 700;
      letter-spacing: 0.02em;
      margin-bottom: 18px;
    }

    .verify-block {
      margin-top: 44px;
      padding-top: 36px;
      border-top: 1px solid var(--line);
    }

    .verify-block:first-of-type {
      margin-top: 8px;
      padding-top: 0;
      border-top: 0;
    }

    .verify-block-head {
      display: flex;
      align-items: center;
      gap: 14px;
      margin-bottom: 18px;
    }

    .verify-block-num {
      display: inline-flex;
      align-items: center;
      justify-content: center;
      flex-shrink: 0;
      width: 38px;
      height: 38px;
      background: var(--teal);
      color: var(--ink);
      font-weight: 950;
      font-size: 15px;
      letter-spacing: 0.02em;
    }

    .verify-block-head h3 {
      font-family: Georgia, "Times New Roman", serif;
      font-size: 26px;
      line-height: 1.15;
      margin: 0;
      color: var(--ink);
      font-weight: 500;
    }

    .verify-lede {
      max-width: 760px;
      color: var(--muted);
      margin-bottom: 8px;
    }

    @media (max-width: 700px) {
      .verify-block-head h3 { font-size: 22px; }
      .verify-block-num { width: 34px; height: 34px; font-size: 14px; }
    }

    .recommendation-grid {
      display: grid;
      grid-template-columns: repeat(2, 1fr);
      gap: 18px;
      margin-top: 34px;
    }

    .recommendation-shot {
      display: block;
      background: var(--white);
      border: 1px solid var(--line);
      padding: 10px;
      box-shadow: 0 16px 48px rgba(16,18,17,0.08);
      text-decoration: none;
    }

    .recommendation-shot img {
      width: 100%;
      display: block;
      object-fit: contain;
      background: var(--white);
    }

    .recommendation-shot:focus,
    .recommendation-shot:hover {
      outline: 3px solid var(--warm);
      outline-offset: 4px;
    }

    .trust-item strong,
    .trust-item span { color: white; }

    .sticky-request {
      position: relative;
      display: flex;
      align-items: center;
      justify-content: center;
    }

    .limited-badge {
      display: none;
      position: absolute;
      top: -14px;
      right: 4px;
      background: var(--warm);
      color: var(--ink);
      border: 1px solid rgba(16,18,17,0.18);
      padding: 3px 7px;
      font-size: 10px;
      font-weight: 950;
      letter-spacing: 0.08em;
      text-transform: uppercase;
      white-space: nowrap;
    }

    @keyframes conciergePulse {
      0% { box-shadow: 0 0 0 0 rgba(74,103,100,0.36); }
      70% { box-shadow: 0 0 0 10px rgba(74,103,100,0); }
      100% { box-shadow: 0 0 0 0 rgba(74,103,100,0); }
    }

    .media-caption {
      margin: -6px 0 18px;
      color: var(--muted);
      font-size: 13px;
      font-weight: 800;
      letter-spacing: 0.03em;
    }

    .video-thumb,
    .video-frame {
      position: relative;
      overflow: hidden;
      border: 1px solid var(--line);
      background: var(--ink);
      box-shadow: 0 14px 42px rgba(16,18,17,0.10);
    }

    .video-thumb video,
    .video-frame video {
      width: 100%;
      height: 100%;
      display: block;
      object-fit: cover;
    }

    .video-link {
      display: block;
      color: inherit;
      text-decoration: none;
    }

    .video-link:focus .video-thumb,
    .video-link:hover .video-thumb {
      outline: 3px solid var(--warm);
      outline-offset: 4px;
    }

    .video-thumb {
      aspect-ratio: 4 / 3;
      margin-bottom: 18px;
      cursor: pointer;
    }

    .video-thumb:after {
      content: "Watch a Manners Win";
      position: absolute;
      left: 14px;
      bottom: 14px;
      background: rgba(16,18,17,0.78);
      color: white;
      padding: 8px 10px;
      font-size: 11px;
      font-weight: 950;
      letter-spacing: 0.10em;
      text-transform: uppercase;
    }

    .manners-win {
      background: var(--ink);
      color: white;
      border-top: 1px solid rgba(255,255,255,0.10);
      border-bottom: 1px solid rgba(255,255,255,0.10);
    }

    .manners-win h2,
    .manners-win h3 { color: white; }

    .manners-win p { color: rgba(255,255,255,0.78); }

    .manners-win .section-kicker { color: var(--sand); }

    .manners-grid {
      display: grid;
      grid-template-columns: 0.68fr 1.32fr;
      gap: 48px;
      align-items: center;
    }

    .vertical-video {
      width: min(360px, 100%);
      aspect-ratio: 9 / 16;
      margin: 0 auto;
      border: 1px solid rgba(255,255,255,0.22);
      background: #000;
      box-shadow: 0 24px 80px rgba(0,0,0,0.36);
    }

    .proof-points {
      display: grid;
      grid-template-columns: repeat(3, 1fr);
      gap: 1px;
      background: rgba(255,255,255,0.18);
      border: 1px solid rgba(255,255,255,0.18);
      margin-top: 26px;
    }

    .proof-point {
      padding: 18px;
      background: rgba(255,255,255,0.06);
      text-align: left;
    }

    .proof-point strong {
      display: block;
      color: white;
      font-size: 13px;
      font-weight: 950;
      letter-spacing: 0.09em;
      text-transform: uppercase;
      margin-bottom: 5px;
    }

    .proof-point span {
      color: rgba(255,255,255,0.72);
      font-size: 13px;
    }

    .wide-proof {
      margin: 30px auto 0;
      max-width: 960px;
    }

    .wide-proof img {
      width: 100%;
      display: block;
      object-fit: cover;
      border: 1px solid var(--line);
      box-shadow: 0 18px 55px rgba(16,18,17,0.08);
    }

    .wide-proof figcaption {
      margin-top: 10px;
      color: var(--muted);
      font-size: 13px;
      font-weight: 800;
      letter-spacing: 0.03em;
    }

    .structured-proof-img {
      width: 100%;
      display: block;
      object-fit: cover;
      aspect-ratio: 4 / 3;
      border: 1px solid var(--line);
      margin-bottom: 18px;
      box-shadow: 0 16px 48px rgba(16,18,17,0.08);
    }

    .story-proof-card {
      background: var(--white);
      border: 1px solid var(--line);
      padding: 18px;
      box-shadow: 0 18px 55px rgba(16,18,17,0.08);
    }

    .story-proof-card img {
      width: 100%;
      display: block;
      aspect-ratio: 1 / 1;
      object-fit: cover;
      border: 1px solid var(--line);
      background: var(--pearl);
    }

    .story-proof-note {
      margin-top: 12px;
      font-size: 13px;
      color: var(--muted);
      font-weight: 700;
      line-height: 1.45;
    }

    @media (max-width: 900px) {
        .photo-box {
    min-height: 60vh !important; /* Forces 60% of screen height on mobile */
    min-height: 60dvh !important; /* Modern fix for mobile browser bars */
  }
      .hero-grid, .grid-3, .grid-4, .product-grid, .split, .trust-grid, .form-grid, .starter-form, .process-strip, .price-protect, .manners-grid, .proof-points, .recommendation-grid, .proof-metric-grid, .corridor-line { grid-template-columns: 1fr; }
      .field-full { grid-column: auto; }
      .nav { align-items: flex-start; flex-direction: column; min-height: auto; padding: 12px 0 14px; }
      .brand-logo { width: min(330px, 82vw); min-width: 0; }
      .brand-logo img { max-height: 72px; }
      .nav-links { justify-content: flex-start; gap: 14px; }
      .hero { padding: 56px 0 46px; }
      section { padding: 52px 0; }
      .proof-row { grid-template-columns: 1fr; }
      .photo-box { background-image: linear-gradient(180deg, rgba(16, 18, 17, 0.18), rgba(16, 18, 17, 0.46)); }
      .hero-video-mobile { display: block; }
      .report-wrap { grid-template-columns: 1fr; }
      .limited-badge { display: block; }
      .sticky-request .btn { animation: conciergePulse 2.6s infinite; width: 100%; }
      .mobile-sticky {
        display: grid;
        grid-template-columns: 1fr 1fr;
        gap: 8px;
        position: fixed;
        left: 0;
        right: 0;
        bottom: 0;
        z-index: 40;
        padding: 10px;
        background: rgba(255, 255, 255, 0.96);
        border-top: 1px solid var(--line);
        backdrop-filter: blur(10px);
      }
      body { padding-bottom: 78px; }
    }
  

    /* ----- Consolidated major section palette -----
       Only three major page surfaces are used now:
       ivory, warm sand, and navy. Old band/sand/dark names are
       retained only as compatibility aliases. */
    :root {
      --section-ivory: var(--white);
      --section-sand: #f1ead9;
      --section-navy: var(--navy-dark);
      --section-navy-soft: var(--navy-mid);
    }

    .section-ivory {
      background: var(--section-ivory);
      border-top: 1px solid var(--line);
      border-bottom: 1px solid var(--line);
    }

    .section-sand,
    .band,
    .sand {
      background: var(--section-sand);
      border-top: 1px solid var(--line);
      border-bottom: 1px solid var(--line);
    }

    .section-navy,
    .dark,
    .manners-win {
      background: var(--section-navy);
      color: white;
      border-top: 1px solid rgba(202,177,104,0.42);
      border-bottom: 1px solid rgba(202,177,104,0.42);
    }

    .section-navy h2,
    .section-navy h3,
    .section-navy h4,
    .dark h2,
    .dark h3,
    .dark h4,
    .manners-win h2,
    .manners-win h3,
    .manners-win h4 { color: white; }

    .section-navy p,
    .section-navy li,
    .dark p,
    .dark li,
    .manners-win p,
    .manners-win li { color: rgba(255,255,255,0.78); }

    .section-navy .section-kicker,
    .section-navy .tag,
    .dark .section-kicker,
    .dark .tag,
    .manners-win .section-kicker,
    .manners-win .tag { color: var(--gold-soft); }

    .section-navy .card,
    .dark .card,
    .manners-win .card {
      background: rgba(255,255,255,0.065);
      border-color: rgba(255,255,255,0.16);
      box-shadow: none;
    }

    .section-navy .proof-points,
    .dark .proof-points,
    .manners-win .proof-points {
      background: rgba(255,255,255,0.16);
      border-color: rgba(255,255,255,0.18);
    }

    .section-navy .proof-point,
    .dark .proof-point,
    .manners-win .proof-point { background: rgba(255,255,255,0.06); }

    .section-navy .proof-point strong,
    .dark .proof-point strong,
    .manners-win .proof-point strong { color: white; }

    .section-navy .proof-point span,
    .dark .proof-point span,
    .manners-win .proof-point span { color: rgba(255,255,255,0.72); }

    .section-navy .process-step,
    .dark .process-step,
    .manners-win .process-step {
      background: var(--white);
      color: var(--ink);
    }

    .section-navy .process-step h3,
    .section-navy .process-step p,
    .dark .process-step h3,
    .dark .process-step p,
    .manners-win .process-step h3,
    .manners-win .process-step p { color: var(--ink); }

    .section-navy .note,
    .dark .note,
    .manners-win .note {
      background: rgba(255,255,255,0.08);
      border-color: rgba(255,255,255,0.18);
      color: rgba(255,255,255,0.82);
    }



    .anchor-target {
      display: block;
      position: relative;
      top: -120px;
      visibility: hidden;
    }

    #request-care {
      scroll-margin-top: 120px;
    }


/* ============================================================
   Adventure Dog System pass (2026-05-26)
   ============================================================ */

/* Hero pillar strip below subhead */
.hero-pillars {
  display: flex;
  flex-wrap: wrap;
  gap: 6px 10px;
  margin: 0 0 24px;
  max-width: 620px;
  font-size: 12px;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  font-weight: 800;
  color: var(--gold-dark);
}
.hero-pillars span {
  display: inline-flex;
  align-items: center;
}
.hero-pillars span + span::before {
  content: "\00B7";
  margin: 0 8px 0 0;
  color: var(--line);
  font-weight: 400;
}

/* Footer broader-geography line above existing tagline */
.footer-geo-note {
  display: inline-block;
  margin-bottom: 8px;
  color: var(--muted);
  font-style: italic;
  font-size: 13px;
}

/* ----- The Adventure Dog System: 5-pillar numbered grid ----- */
.system-pillars {
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  gap: 18px;
  list-style: none;
  padding: 0;
  margin: 32px 0 28px;
  text-align: left;
}
.system-pillars > li {
  background: var(--white);
  border: 1px solid var(--line);
  padding: 22px 18px 20px;
  position: relative;
  display: flex;
  flex-direction: column;
  gap: 8px;
}
.system-pillars .pillar-num {
  font-family: Georgia, "Times New Roman", serif;
  font-size: 28px;
  font-weight: 500;
  color: var(--gold-metallic);
  line-height: 1;
  margin-bottom: 2px;
  letter-spacing: -0.02em;
}
.system-pillars strong {
  font-family: Georgia, "Times New Roman", serif;
  font-weight: 500;
  font-size: 19px;
  color: var(--ink);
  letter-spacing: -0.01em;
  line-height: 1.25;
}
.system-pillars span:not(.pillar-num) {
  color: var(--muted);
  font-size: 14px;
  line-height: 1.55;
}

/* Highlight strip under the pillar grid */
.system-highlight {
  border-top: 1px solid var(--line);
  border-bottom: 1px solid var(--line);
  padding: 22px 24px;
  margin: 8px auto 0;
  max-width: 880px;
  text-align: center;
}
.system-highlight strong {
  display: block;
  font-family: Georgia, "Times New Roman", serif;
  font-weight: 500;
  font-size: 22px;
  color: var(--ink);
  letter-spacing: -0.01em;
  margin-bottom: 6px;
}
.system-highlight p {
  margin: 0;
  color: var(--soft-ink);
  font-size: 15px;
  line-height: 1.55;
  max-width: 720px;
  margin-left: auto;
  margin-right: auto;
}

/* Responsive collapses */
@media (max-width: 1100px) {
  .system-pillars { grid-template-columns: repeat(3, 1fr); }
  .system-pillars > li:nth-child(4),
  .system-pillars > li:nth-child(5) {
    grid-column: span 1;
  }
}
@media (max-width: 760px) {
  .system-pillars { grid-template-columns: 1fr; gap: 12px; }
  .system-pillars > li { padding: 18px 16px; }
  .hero-pillars {
    font-size: 11px;
    gap: 4px 8px;
  }
  .hero-pillars span + span::before { margin-right: 0; }
  .system-highlight { padding: 18px 16px; }
  .system-highlight strong { font-size: 19px; }
}

/* ============================================================
   Scenarios + Short-Stay callout (Pass 3 & 4, 2026-05-26)
   ============================================================ */

/* ----- Scenarios: "Which one sounds like your dog?" ----- */
.scenario-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 22px;
  margin-top: 32px;
  text-align: left;
}
.scenario-card {
  background: var(--white);
  border: 1px solid var(--line);
  border-top: 4px solid var(--gold-metallic);
  padding: 26px 24px 24px;
  display: flex;
  flex-direction: column;
  gap: 12px;
  position: relative;
}
.scenario-card .scenario-num {
  font-family: Georgia, "Times New Roman", serif;
  font-size: 30px;
  font-weight: 500;
  color: var(--gold-metallic);
  line-height: 1;
  letter-spacing: -0.02em;
  margin-bottom: -2px;
}
.scenario-card h3 {
  font-family: Georgia, "Times New Roman", serif;
  font-size: 22px;
  font-weight: 500;
  color: var(--ink);
  letter-spacing: -0.01em;
  line-height: 1.2;
  margin: 0;
}
.scenario-card p {
  margin: 0;
  color: var(--soft-ink);
  font-size: 15px;
  line-height: 1.55;
}
.scenario-card .scenario-goal {
  color: var(--ink);
  font-size: 14.5px;
  padding-top: 12px;
  border-top: 1px solid var(--line);
}
.scenario-card .scenario-goal strong { color: var(--ink); }
.scenario-card .scenario-cta {
  margin-top: auto;
  padding-top: 8px;
  color: var(--gold-dark);
  text-decoration: none;
  font-weight: 800;
  font-size: 14px;
  letter-spacing: 0.02em;
}
.scenario-card .scenario-cta:hover { color: var(--ink); }

@media (max-width: 900px) {
  .scenario-grid { grid-template-columns: 1fr; gap: 14px; }
}

/* ----- Short-Stay Adventure Passes callout under Adventure Manners ----- */
.short-stay-callout {
  margin-top: 22px;
  padding: 20px 22px;
  background: var(--pearl);
  border: 1px solid var(--line);
  border-left: 4px solid var(--gold-metallic);
}
.short-stay-callout .callout-kicker {
  display: block;
  font-size: 11px;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  color: var(--gold-dark);
  font-weight: 800;
  margin-bottom: 6px;
}
.short-stay-callout strong {
  display: block;
  font-family: Georgia, "Times New Roman", serif;
  font-size: 19px;
  font-weight: 500;
  color: var(--ink);
  margin-bottom: 6px;
  letter-spacing: -0.01em;
}
.short-stay-callout p {
  margin: 0 0 10px;
  color: var(--soft-ink);
  font-size: 14.5px;
  line-height: 1.5;
}
.short-stay-callout .callout-cta {
  display: inline-block;
  color: var(--gold-dark);
  text-decoration: none;
  font-weight: 800;
  font-size: 13.5px;
  letter-spacing: 0.02em;
}
.short-stay-callout .callout-cta:hover { color: var(--ink); }

/* Specialty row now has only one card (Paid Assessment); recenter it */
.specialty-row:has(> :nth-child(1):last-child) {
  grid-template-columns: minmax(0, 760px);
  justify-content: center;
}
