/* Chrome and components for the Eleventy-built pages.
   Colours, nav and footer are copied from the homepage (css/main.css) so every
   page carries identical chrome. Homepage tokens, for reference:
     nav / hero / footer  #293D50
     cream                #F4F1EA   deep cream #EAE3D7
     ink #1A2330 · muted #64748B · accent-deep #527FA0
   Type: Cormorant Garamond display, Inter body, Poppins for small caps. */

:root{
  --sh-navy:#293D50; --sh-navy-light:#34495E; --sh-navy-card:#38506A;
  --sh-cream:#F4F1EA; --sh-cream-soft:#FAF8F3; --sh-cream-deep:#EAE3D7;
  --sh-ink:#1A2330; --sh-ink-soft:#475569; --sh-muted:#64748B;
  --sh-accent-deep:#527FA0; --sh-line:#D8E0E8;
  --sh-border-cream:rgba(244,241,234,.28);
}

/* ------------------------------------------------------------------
   Base reset. The Eleventy pages never loaded one — service-pages.css
   carries `body{margin:0}` and only the legacy pages link it — so every
   built page rendered with the browser's default 8px body margin: a thin
   white gutter down both edges and under the nav, which is why the inner
   pages looked narrower than the homepage and never quite filled the screen.
   ------------------------------------------------------------------ */
*, *::before, *::after{ box-sizing:border-box; }
html{ scroll-behavior:smooth; }
body{
  margin:0;
  font-family:Inter,-apple-system,BlinkMacSystemFont,'Segoe UI',sans-serif;
  background:#fff; color:var(--sh-ink);
  line-height:1.6;
  -webkit-font-smoothing:antialiased;
  -moz-osx-font-smoothing:grayscale;
}
img{ max-width:100%; }


/* ------------------------------------------------------------------
   Legacy service pages (service-pages.css) shipped their own darker navy
   (#1e2a38). Retint its custom properties to the homepage colour so the
   hero below the nav is not a different shade from the nav itself.
   ------------------------------------------------------------------ */
:root{ --royal-dark:#293D50; --navy:#293D50; }
.hero, .section-royal, .quote-section, .home-wizard-section{ background:#293D50; }
.hero h1{ font-family:"Cormorant Garamond",serif; }

/* ============================================================
   RECOGNITION RIBBON + NAV — identical to the homepage
   ============================================================ */
.top-broker-ribbon{
  min-height:38px; padding:9px 20px; display:flex; align-items:center;
  justify-content:center; gap:12px; background:var(--sh-cream);
  color:var(--sh-navy); border-bottom:1px solid #BFD8E8;
  font-family:Inter,sans-serif; font-size:.76rem; font-weight:800;
  letter-spacing:.14em; line-height:1.2; text-align:center; text-transform:uppercase;
}
.top-broker-ribbon span{ color:var(--sh-accent-deep); }

nav.shc-nav{
  position:sticky; top:0; z-index:100; background:var(--sh-navy);
  border-bottom:1px solid rgba(255,255,255,.14); padding:0 5vw; height:68px;
  display:flex; align-items:center; justify-content:space-between;
}
.shc-logo{ display:flex; align-items:center; gap:12px; flex-shrink:0; text-decoration:none; }
.shc-logo-mark{ width:36px; height:36px; background:var(--sh-navy-light);
  border-radius:8px; display:flex; align-items:center; justify-content:center;
  border:1px solid var(--sh-border-cream); }
.shc-logo-mark span{ font-family:Poppins,sans-serif; font-weight:700; font-size:14px;
  color:var(--sh-cream); letter-spacing:-.02em; }
.shc-logo-name{ font-family:"Cormorant Garamond",serif; font-size:1.05rem;
  font-weight:600; line-height:1.1; color:#fff; }
.shc-logo-sub{ font-family:Poppins,sans-serif; font-size:9px; letter-spacing:.16em;
  color:var(--sh-cream-deep); text-transform:uppercase; margin-top:2px; }
.shc-nav-links{ display:flex; gap:26px; list-style:none; margin:0; padding:0; }
.shc-nav-links a{ font-size:13.5px; font-weight:500; color:rgba(255,255,255,.75);
  text-decoration:none; transition:color .2s; }
.shc-nav-links a:hover{ color:var(--sh-cream); }
@media (max-width:900px){
  .shc-nav-links{ display:none; }
  nav.shc-nav{ padding:0 20px; }
}
@media (max-width:1100px) and (min-width:901px){
  nav.shc-nav{ height:72px; padding:0 5vw; }
  .shc-nav-links{ gap:26px; }
}

/* ============================================================
   PAGE HERO — same navy as the homepage hero
   ============================================================ */
.page-hero{ background:var(--sh-navy); color:#fff; padding:74px 5vw 78px; }
.page-hero .hero-grid{ max-width:1180px; margin:0 auto; display:grid;
  grid-template-columns:1.15fr .85fr; gap:60px; align-items:center; }
.page-hero.no-panel .hero-grid{ grid-template-columns:1fr; max-width:820px; }
.page-hero .eyebrow{ display:block; font-family:Poppins,sans-serif;
  text-transform:uppercase; letter-spacing:.19em; font-size:.7rem; font-weight:600;
  color:var(--sh-cream); margin-bottom:16px; }
.page-hero h1{ font-family:"Cormorant Garamond",serif; font-weight:600;
  font-size:clamp(2.5rem,4.8vw,4.1rem); line-height:1.04; letter-spacing:-.025em;
  margin:0 0 22px; color:#fff; }
.page-hero h1 em{ color:var(--sh-cream); font-weight:500; }
.page-hero .lede{ font-size:1.05rem; line-height:1.7; color:rgba(255,255,255,.78);
  margin:0 0 28px; max-width:620px; }
.crumbs{ font-family:Poppins,sans-serif; font-size:.68rem; letter-spacing:.14em;
  text-transform:uppercase; color:var(--sh-cream-deep); margin:0 0 16px; }
.crumbs a{ color:var(--sh-cream-deep); text-decoration:none; }
.crumbs a:hover{ color:var(--sh-cream); }

.hero-btns{ display:flex; gap:12px; flex-wrap:wrap; }
.sh-btn{ display:inline-flex; align-items:center; justify-content:center;
  min-height:50px; padding:0 24px; border-radius:999px; text-decoration:none;
  font-weight:700; font-size:.92rem; transition:.2s; }
.sh-btn-cream{ background:var(--sh-cream); color:var(--sh-navy); }
.sh-btn-cream:hover{ background:#fff; }
.sh-btn-outline{ border:1px solid rgba(255,255,255,.48); color:#fff; }
.sh-btn-outline:hover{ border-color:var(--sh-cream); }
.sh-btn-navy{ background:var(--sh-navy); color:#fff; }
.sh-btn-navy:hover{ background:var(--sh-navy-card); }

.hero-panel-card{ background:#fff; color:var(--sh-ink); padding:32px;
  border-radius:22px; box-shadow:0 28px 70px rgba(7,29,55,.25); position:relative; }
.hero-panel-card:before{ content:""; position:absolute; inset:12px;
  border:1px solid var(--sh-line); border-radius:15px; pointer-events:none; }
.hero-panel-card>*{ position:relative; }
.hero-panel-card .eyebrow{ display:block; font-family:Poppins,sans-serif;
  text-transform:uppercase; letter-spacing:.16em; font-size:.66rem; font-weight:700;
  color:var(--sh-accent-deep); margin-bottom:12px; }
.hero-panel-card h2{ font-family:"Cormorant Garamond",serif; font-size:1.85rem;
  font-weight:600; line-height:1.12; margin:0 0 18px; color:var(--sh-ink); }
.panel-list{ list-style:none; padding:0; margin:0; }
.panel-list li{ padding:11px 0 11px 26px; border-bottom:1px solid var(--sh-line);
  position:relative; font-size:.94rem; line-height:1.5; }
.panel-list li:last-child{ border-bottom:0; }
.panel-list li:before{ content:"\2713"; position:absolute; left:0;
  color:var(--sh-accent-deep); font-weight:800; }

/* ============================================================
   LONG-FORM CONTENT
   ============================================================ */
.sh-section{ padding:76px 5vw; background:#fff; }
.prose{ max-width:768px; margin:0 auto; }
.prose h2{ font-family:"Cormorant Garamond",serif; font-weight:600;
  font-size:clamp(1.85rem,3.2vw,2.6rem); line-height:1.12; letter-spacing:-.02em;
  margin:2.1em 0 .5em; color:var(--sh-ink); }
.prose h2:first-child{ margin-top:0; }
.prose h3{ font-size:1.08rem; margin:1.9em 0 .4em; color:var(--sh-ink); }
.prose p,.prose li{ font-size:1.02rem; line-height:1.75; color:var(--sh-ink-soft); }
.prose ul,.prose ol{ padding-left:1.2em; }
.prose li{ margin:.5em 0; }
.prose strong{ color:var(--sh-ink); }
.prose a{ color:var(--sh-accent-deep); text-underline-offset:3px; }

.prose table{ width:100%; border-collapse:collapse; margin:1.8em 0; font-size:.95rem; }
.prose th,.prose td{ border-bottom:1px solid var(--sh-line); padding:14px; text-align:left; vertical-align:top; }
.prose th{ background:var(--sh-cream-soft); font-weight:700; color:var(--sh-ink);
  border-bottom:1px solid var(--sh-cream-deep); }
.prose tr:last-child td{ border-bottom:0; }

.prose .callout{ background:var(--sh-cream); border:1px solid var(--sh-cream-deep);
  border-radius:18px; padding:24px 28px; margin:2em 0; }
.prose .callout p{ margin:0; color:var(--sh-ink); }
.prose .source{ font-size:.83rem; line-height:1.65; color:var(--sh-muted);
  border-top:1px solid var(--sh-line); padding-top:20px; margin-top:3em; }

.faq{ display:grid; gap:12px; }
.faq details{ border:1px solid var(--sh-cream-deep); border-radius:14px;
  padding:18px 20px; background:var(--sh-cream-soft); }
.faq summary{ cursor:pointer; font-weight:700; color:var(--sh-ink); }
.faq details p{ margin:.7em 0 0; }

.inline-cta{ display:block; background:var(--sh-navy); color:#fff; border-radius:20px;
  padding:28px 32px; margin:2.4em 0; text-decoration:none;
  box-shadow:0 18px 50px rgba(30,42,56,.16); }
.inline-cta strong{ display:block; font-family:"Cormorant Garamond",serif;
  font-size:1.55rem; font-weight:600; margin-bottom:8px; color:var(--sh-cream); }
.inline-cta span{ color:rgba(255,255,255,.78); font-size:.97rem; line-height:1.65; }

/* ============================================================
   CTA BAND
   ============================================================ */
.sh-cta-band{ background:var(--sh-cream); padding:54px 5vw; }
.sh-cta-inner{ max-width:1180px; margin:0 auto; display:flex; align-items:center;
  justify-content:space-between; gap:32px; flex-wrap:wrap; }
.sh-cta-inner h2{ margin:0; font-family:"Cormorant Garamond",serif; font-weight:600;
  font-size:clamp(1.8rem,3.4vw,2.7rem); line-height:1.1; color:var(--sh-navy); }

/* ============================================================
   FOOTER — identical treatment to the homepage footer
   ============================================================ */
footer.shc-footer{ background:var(--sh-navy); border-top:1px solid var(--sh-border-cream);
  padding:56px 40px 32px; color:rgba(255,255,255,.6); font-size:.85rem; }
.shc-footer .footer-grid{ max-width:1180px; margin:0 auto 36px; display:grid;
  grid-template-columns:1.4fr 1fr 1fr 1fr; gap:44px; }
.shc-footer h4{ color:var(--sh-cream); font-size:.78rem; text-transform:uppercase;
  letter-spacing:.14em; margin:0 0 14px; font-weight:600; font-family:Poppins,sans-serif; }
.shc-footer ul{ list-style:none; padding:0; margin:0; }
.shc-footer li{ margin-bottom:8px; }
.shc-footer a{ color:rgba(255,255,255,.6); text-decoration:none; transition:color .2s; }
.shc-footer a:hover{ color:var(--sh-cream); }
.shc-footer .footer-bottom{ max-width:1180px; margin:0 auto;
  border-top:1px solid var(--sh-border-cream); padding-top:24px; display:flex;
  justify-content:space-between; align-items:center; flex-wrap:wrap; gap:16px; font-size:.78rem; }
.shc-footer .footer-legal{ max-width:1180px; margin:24px auto 0;
  color:rgba(255,255,255,.4); font-size:.72rem; line-height:1.6; }
@media (max-width:860px){
  .shc-footer .footer-grid{ grid-template-columns:1fr 1fr; gap:32px; }
}

/* ============================================================
   QUOTE FORM
   ============================================================ */
.q-wrap{ background:var(--sh-cream-soft); padding:52px 20px 72px; }
.q-card{ background:#fff; border:1px solid var(--sh-line); border-radius:22px;
  max-width:660px; margin:0 auto; padding:40px 38px;
  box-shadow:0 28px 70px rgba(7,29,55,.12); }
.q-badge{ display:block; font-family:Poppins,sans-serif; text-transform:uppercase;
  letter-spacing:.17em; font-size:.68rem; font-weight:700;
  color:var(--sh-accent-deep); margin-bottom:14px; }
.q-card h1{ font-family:"Cormorant Garamond",serif; font-weight:600;
  font-size:clamp(1.9rem,3.4vw,2.5rem); line-height:1.08; letter-spacing:-.02em;
  margin:0 0 14px; color:var(--sh-ink); }
.q-card .q-sub{ color:var(--sh-muted); line-height:1.7; margin:0 0 28px; font-size:.97rem; }

.q-paths{ display:grid; grid-template-columns:repeat(2,1fr); gap:12px; margin-bottom:26px; }
.q-path{ border:1px solid var(--sh-line); border-radius:14px; padding:18px 14px;
  text-align:center; cursor:pointer; background:#fff; font:inherit; transition:.18s; }
.q-path:hover{ border-color:var(--sh-accent-deep); }
.q-path.is-active{ border-color:var(--sh-navy); background:var(--sh-cream); }
.q-path strong{ display:block; font-size:.97rem; margin-bottom:3px; color:var(--sh-ink); }
.q-path span{ font-size:.82rem; color:var(--sh-muted); }

.q-grid{ display:grid; grid-template-columns:1fr 1fr; gap:16px; }
.q-field{ margin-bottom:4px; }
.q-field.full{ grid-column:1 / -1; }
.q-field label{ display:block; font-size:.8rem; font-weight:700; margin-bottom:7px; color:var(--sh-ink); }
.q-field input,.q-field select,.q-field textarea{ width:100%; padding:13px 14px;
  border:1px solid var(--sh-line); border-radius:10px; font:inherit; font-size:.97rem;
  background:#fff; color:var(--sh-ink); }
.q-field input:focus,.q-field select:focus,.q-field textarea:focus{ outline:none;
  border-color:var(--sh-accent-deep); box-shadow:0 0 0 3px rgba(82,127,160,.18); }
.q-field ::placeholder{ color:#9aa8b8; opacity:1; }
.q-field .err{ color:#a33a2c; font-size:.79rem; min-height:1.1em; display:block; margin-top:5px; }
.q-field input.is-invalid,.q-field select.is-invalid{ border-color:#a33a2c; }
.q-hint{ font-size:.79rem; color:var(--sh-muted); margin-top:6px; line-height:1.55; }

.q-submit{ width:100%; margin-top:14px; min-height:54px; padding:0 24px; border:0;
  border-radius:999px; background:var(--sh-navy); color:#fff; font:inherit;
  font-size:.95rem; font-weight:700; cursor:pointer; transition:.18s; }
.q-submit:hover{ background:var(--sh-navy-card); }
.q-submit:disabled{ opacity:.7; cursor:default; }

.q-trust{ display:flex; flex-wrap:wrap; gap:8px 22px; justify-content:center;
  margin-top:26px; padding-top:22px; border-top:1px solid var(--sh-line);
  font-size:.82rem; color:var(--sh-muted); }
.q-alt{ text-align:center; margin-top:20px; font-size:.92rem; color:var(--sh-muted); }
.q-alt a{ color:var(--sh-accent-deep); }
.q-legal{ max-width:660px; margin:24px auto 0; font-size:.74rem; line-height:1.65;
  color:var(--sh-muted); text-align:center; }

/* ============================================================
   CALCULATOR
   ============================================================ */
.calc-card{ background:#fff; border:1px solid var(--sh-line); border-radius:22px;
  padding:34px 32px; box-shadow:0 24px 60px rgba(7,29,55,.1); }
.calc-out{ margin-top:28px; padding-top:26px; border-top:1px solid var(--sh-line); }
.calc-figure{ display:flex; flex-wrap:wrap; gap:12px; margin-bottom:20px; }
.calc-stat{ flex:1 1 158px; background:var(--sh-cream-soft);
  border:1px solid var(--sh-cream-deep); border-radius:14px; padding:16px 18px; }
.calc-stat .k{ font-family:Poppins,sans-serif; font-size:.66rem; letter-spacing:.14em;
  text-transform:uppercase; color:var(--sh-muted); font-weight:600; line-height:1.4; }
.calc-stat .v{ font-family:"Cormorant Garamond",serif; font-size:1.8rem; font-weight:600;
  color:var(--sh-navy); margin-top:4px; line-height:1.1; }
.calc-verdict{ border-radius:18px; padding:24px 28px; line-height:1.7; }
.calc-verdict.good{ background:var(--sh-cream); border:1px solid var(--sh-cream-deep); }
.calc-verdict.warn{ background:var(--sh-navy); color:#fff; }
.calc-verdict.warn p{ color:rgba(255,255,255,.8); }
.calc-verdict.warn strong{ color:var(--sh-cream); }
.calc-verdict h3{ margin:0 0 8px; font-family:"Cormorant Garamond",serif;
  font-size:1.45rem; font-weight:600; color:var(--sh-ink); }
.calc-verdict.warn h3{ color:var(--sh-cream); }
.calc-verdict p{ margin:.5em 0 0; font-size:.97rem; }
.calc-cta{ display:inline-flex; align-items:center; min-height:52px; margin-top:22px;
  background:var(--sh-navy); color:#fff; padding:0 26px; border-radius:999px;
  font-weight:700; font-size:.92rem; text-decoration:none; }
.calc-cta:hover{ background:var(--sh-navy-card); }

@media (max-width:900px){
  .page-hero .hero-grid{ grid-template-columns:1fr; gap:38px; }
  .page-hero{ padding:52px 22px 56px; }
  .sh-section,.sh-cta-band,footer.shc-footer{ padding-left:22px; padding-right:22px; }
}
@media (max-width:640px){
  .q-paths,.q-grid,.calc-figure{ grid-template-columns:1fr; }
  .q-card,.calc-card{ padding:28px 22px; border-radius:16px; }
  .inline-cta{ padding:24px 22px; }
}

/* Carrier marquee lives in css/carriers.css, shared with the homepage. */

/* ============================================================
   REVIEW SLIDER
   ============================================================ */
.rev-strip{ background:#fff; padding:66px 40px 72px; text-align:center; }
.rev-kicker{ font-family:Poppins,sans-serif; font-size:.7rem; letter-spacing:.19em;
  text-transform:uppercase; font-weight:600; color:var(--sh-accent-deep); margin:0 0 10px; }
.rev-title{ font-family:"Cormorant Garamond",serif; font-weight:600;
  font-size:clamp(1.9rem,3.4vw,2.7rem); line-height:1.1; margin:0 0 34px; color:var(--sh-ink); }
.rev-viewport{ position:relative; max-width:1180px; margin:0 auto; display:flex;
  align-items:center; gap:10px; }
.rev-track{ display:flex; gap:18px; overflow-x:auto; scroll-behavior:smooth;
  scroll-snap-type:x mandatory; padding:6px 2px 14px; flex:1;
  scrollbar-width:none; -ms-overflow-style:none; }
.rev-track::-webkit-scrollbar{ display:none; }
.rev-card{ flex:0 0 clamp(260px, 32%, 340px); scroll-snap-align:start; text-align:left;
  background:var(--sh-cream-soft); border:1px solid var(--sh-cream-deep);
  border-radius:18px; padding:24px 26px; transition:box-shadow .25s ease, transform .25s ease; }
.rev-card:hover{ transform:translateY(-2px); box-shadow:0 14px 34px rgba(41,61,80,.1); }
.rev-head{ display:flex; align-items:center; gap:12px; margin-bottom:12px; }
.rev-avatar,.rev-avatar-img{ width:42px; height:42px; border-radius:50%; object-fit:cover;
  background:var(--sh-navy); color:var(--sh-cream); display:grid; place-items:center;
  font-weight:700; font-size:.9rem; flex-shrink:0; }
.rev-name{ font-weight:700; font-size:.95rem; color:var(--sh-ink); text-decoration:none; }
.rev-when{ font-size:.78rem; color:var(--sh-muted); }
.rev-stars{ color:#D09B34; letter-spacing:.09em; margin-bottom:9px; font-size:.95rem; }
.rev-text{ margin:0; font-size:.95rem; line-height:1.68; color:var(--sh-ink-soft); }
.rev-arrow{ flex:0 0 auto; width:42px; height:42px; border-radius:50%; cursor:pointer;
  border:1px solid var(--sh-line); background:#fff; color:var(--sh-navy);
  font-size:1.3rem; line-height:1; transition:.2s; }
.rev-arrow:hover:not(:disabled){ border-color:var(--sh-accent-deep);
  box-shadow:0 0 16px 1px rgba(82,127,160,.25); }
.rev-arrow:disabled{ opacity:.3; cursor:default; }
.rev-dots{ display:flex; gap:7px; justify-content:center; margin-top:6px; }
.rev-dot{ width:7px; height:7px; border-radius:50%; background:var(--sh-line);
  border:0; padding:0; cursor:pointer; transition:.2s; }
.rev-dot.is-on{ background:var(--sh-accent-deep); width:22px; border-radius:4px; }
.rev-attr{ font-size:.84rem; color:var(--sh-muted); margin:18px 0 0; }
.rev-cta{ margin-top:22px; }
.rev-loading{ flex:1 1 100%; text-align:center; color:var(--sh-muted); }
@media (max-width:700px){
  .rev-strip{ padding-left:20px; padding-right:20px; }
  .rev-card{ flex:0 0 84%; }
  .rev-arrow{ display:none; }
}

/* ============================================================
   CALCULATOR / QUOTE WIZARD
   ============================================================ */
.sr-only{ position:absolute; width:1px; height:1px; padding:0; margin:-1px;
  overflow:hidden; clip:rect(0,0,0,0); white-space:nowrap; border:0; }

.calc-wrap{ background:var(--sh-cream-soft); padding:52px 20px 64px; }
.calc-shell{ max-width:700px; margin:0 auto; background:#fff; border-radius:20px;
  overflow:hidden; box-shadow:0 26px 70px rgba(7,29,55,.14); }
.calc-head{ background:linear-gradient(105deg,var(--sh-navy) 0%,#33566f 62%,#3f7a86 100%);
  color:#fff; padding:20px 26px; display:flex; align-items:center;
  justify-content:space-between; gap:16px; }
.calc-head h1, .calc-head h2{ margin:0; font-family:"Cormorant Garamond",serif; font-weight:600;
  font-size:1.4rem; line-height:1.15; }
.calc-head p{ margin:2px 0 0; font-size:.82rem; color:rgba(255,255,255,.74); }
.calc-badge{ font-size:.7rem; font-weight:700; letter-spacing:.04em; white-space:nowrap;
  background:rgba(255,255,255,.16); border:1px solid rgba(255,255,255,.28);
  border-radius:999px; padding:7px 13px; }
.calc-body{ padding:26px 30px 32px; }
.calc-bar{ height:5px; border-radius:999px; background:var(--sh-line); overflow:hidden; }
.calc-bar span{ display:block; height:100%; width:20%; border-radius:999px;
  background:linear-gradient(90deg,var(--sh-navy),#3f7a86); transition:width .35s ease; }
.calc-meta{ display:flex; justify-content:space-between; font-size:.78rem;
  color:var(--sh-muted); margin:9px 0 22px; font-weight:600; }
.calc-meta span:last-child{ color:var(--sh-accent-deep); }

.calc-step{ display:none; border:0; padding:0; margin:0; }
.calc-step.is-on{ display:block; }
.calc-tag{ display:inline-block; font-family:Poppins,sans-serif; font-size:.64rem;
  letter-spacing:.15em; text-transform:uppercase; font-weight:700;
  color:var(--sh-accent-deep); background:#EAF1F7; border-radius:999px;
  padding:6px 12px; margin-bottom:14px; }
.calc-step h3{ margin:0 0 8px; font-family:"Cormorant Garamond",serif; font-weight:600;
  font-size:clamp(1.4rem,2.6vw,1.85rem); line-height:1.15; color:var(--sh-ink); }
.calc-sub{ margin:0 0 22px; font-size:.93rem; line-height:1.65; color:var(--sh-muted); }
.calc-label{ display:block; font-size:.8rem; font-weight:700; margin-bottom:10px; color:var(--sh-ink); }
.calc-label span{ font-weight:400; color:var(--sh-muted); }
.calc-chips{ display:flex; flex-wrap:wrap; gap:9px; margin-bottom:20px; }
.calc-chips-wide .calc-chip{ flex:1 1 calc(50% - 5px); }
.calc-chip{ border:1px solid var(--sh-line); background:#fff; border-radius:11px;
  padding:12px 16px; font:inherit; font-size:.9rem; font-weight:600;
  color:var(--sh-ink); cursor:pointer; transition:.16s; }
.calc-chip:hover{ border-color:var(--sh-accent-deep); }
.calc-chip.is-on{ border-color:var(--sh-navy); background:var(--sh-cream);
  box-shadow:0 0 0 1px var(--sh-navy) inset; }
.calc-hint-lead{ font-size:.84rem; color:var(--sh-muted); margin:4px 0 10px; }
.calc-assure{ display:flex; gap:9px; font-size:.84rem; line-height:1.6;
  color:var(--sh-ink-soft); background:var(--sh-cream-soft);
  border:1px solid var(--sh-cream-deep); border-radius:12px; padding:14px 16px; margin:18px 0 0; }
.calc-nav{ display:flex; gap:12px; align-items:center; margin-top:22px; }
.calc-nav .q-submit{ margin-top:0; flex:1; }
.calc-back{ min-height:54px; padding:0 22px; border-radius:999px; cursor:pointer;
  border:1px solid var(--sh-line); background:#fff; font:inherit; font-size:.92rem;
  font-weight:600; color:var(--sh-ink); transition:.18s; }
.calc-back:hover{ border-color:var(--sh-navy); }

/* results */
.calc-result{ margin-top:30px; padding-top:28px; border-top:1px solid var(--sh-line); }
.calc-hero{ background:linear-gradient(135deg,#EAF6EF,#F3F9F5); border:1px solid #CFE6DA;
  border-radius:18px; padding:26px; text-align:center; margin-bottom:20px; }
.calc-hero-warn{ background:linear-gradient(135deg,var(--sh-cream),#F7F2E8);
  border-color:var(--sh-cream-deep); }
.calc-hero-num{ font-family:"Cormorant Garamond",serif; font-weight:600;
  font-size:clamp(2.4rem,6vw,3.4rem); line-height:1; color:#1E8449; }
.calc-hero-warn .calc-hero-num{ color:var(--sh-navy); font-size:clamp(1.8rem,4.5vw,2.5rem); }
.calc-hero-lab{ font-family:Poppins,sans-serif; font-size:.7rem; letter-spacing:.16em;
  text-transform:uppercase; font-weight:600; color:var(--sh-muted); margin-top:8px; }
.calc-rows{ border:1px solid var(--sh-line); border-radius:14px; overflow:hidden; margin-bottom:22px; }
.calc-row{ display:flex; justify-content:space-between; gap:16px; padding:14px 18px;
  border-bottom:1px solid var(--sh-line); font-size:.94rem; }
.calc-row:last-child{ border-bottom:0; }
.calc-row span:first-child{ color:var(--sh-ink-soft); }
.calc-row span:last-child{ font-weight:700; color:var(--sh-ink); white-space:nowrap; }
.calc-row.is-strong{ background:var(--sh-cream-soft); }
.calc-row.is-strong span:last-child{ color:#1E8449; }
.calc-tier-lead{ font-weight:700; font-size:.93rem; margin:0 0 12px; color:var(--sh-ink); }
.calc-tiers{ display:grid; grid-template-columns:repeat(3,1fr); gap:12px; margin-bottom:16px; }
.calc-tier{ border:1px solid var(--sh-line); border-radius:14px; padding:18px 12px; text-align:center; }
.calc-tier.is-best{ border-color:var(--sh-accent-deep); background:var(--sh-cream-soft); }
.calc-tier .t-name{ font-family:Poppins,sans-serif; font-size:.66rem; letter-spacing:.15em;
  text-transform:uppercase; font-weight:700; color:var(--sh-muted); }
.calc-tier .t-val{ font-family:"Cormorant Garamond",serif; font-size:1.9rem; font-weight:600;
  color:var(--sh-navy); line-height:1.1; margin-top:5px; }
.calc-tier .t-per{ font-size:.75rem; color:var(--sh-muted); }
.calc-tier-note{ font-size:.88rem; line-height:1.65; color:var(--sh-ink-soft);
  background:var(--sh-cream-soft); border:1px solid var(--sh-cream-deep);
  border-radius:12px; padding:15px 17px; margin:0 0 20px; }
.calc-thanks{ background:#EAF6EF; border:1px solid #CFE6DA; border-radius:14px;
  padding:17px 19px; font-size:.94rem; line-height:1.65; color:#17603A; }
.calc-thanks.is-warn{ background:var(--sh-cream); border-color:var(--sh-cream-deep); color:var(--sh-ink); }
.calc-result-cta{ margin-top:18px; }
.calc-fine{ font-size:.76rem; line-height:1.6; color:var(--sh-muted); margin:18px 0 0; }

/* explainer */
.calc-explain{ background:var(--sh-cream-soft); }
.explain-title{ font-family:"Cormorant Garamond",serif; font-weight:600; text-align:center;
  font-size:clamp(1.9rem,3.6vw,2.7rem); line-height:1.1; margin:0 0 10px; color:var(--sh-ink); }
.explain-lede{ text-align:center; max-width:640px; margin:0 auto 34px;
  color:var(--sh-muted); line-height:1.7; }
.explain-steps{ list-style:none; padding:0; margin:0 0 34px; display:grid; gap:12px; }
.explain-steps li{ display:flex; gap:16px; background:#fff; border:1px solid var(--sh-line);
  border-radius:14px; padding:20px 22px; }
.explain-steps span{ flex:0 0 30px; height:30px; border-radius:9px; display:grid;
  place-items:center; background:var(--sh-navy); color:var(--sh-cream);
  font-weight:700; font-size:.9rem; }
.explain-steps strong{ display:block; margin-bottom:4px; color:var(--sh-ink); }
.explain-steps p{ margin:0; font-size:.93rem; line-height:1.65; color:var(--sh-ink-soft); }

@media (max-width:640px){
  .calc-body{ padding:22px 20px 26px; }
  .calc-tiers{ grid-template-columns:1fr; }
  .calc-chips-wide .calc-chip{ flex:1 1 100%; }
  .calc-nav{ flex-direction:column-reverse; }
  .calc-nav .q-submit,.calc-back{ width:100%; }
}

/* quote picker + language row */
.pick-grid{ display:grid; grid-template-columns:1fr 1fr; gap:12px; }
.pick{ text-align:left; border:1px solid var(--sh-line); background:#fff; border-radius:14px;
  padding:18px 18px; cursor:pointer; font:inherit; transition:.16s; }
.pick:hover{ border-color:var(--sh-accent-deep); }
.pick.is-on{ border-color:var(--sh-navy); background:var(--sh-cream);
  box-shadow:0 0 0 1px var(--sh-navy) inset; }
.pick strong{ display:block; font-size:1rem; color:var(--sh-ink); margin-bottom:3px; }
.pick span{ font-size:.83rem; color:var(--sh-muted); }
.lang-row{ display:flex; flex-wrap:wrap; gap:9px; }
.lang{ display:inline-flex; align-items:center; gap:8px; border:1px solid var(--sh-line);
  border-radius:999px; padding:9px 16px; cursor:pointer; font-size:.9rem; transition:.16s; }
.lang:hover{ border-color:var(--sh-accent-deep); }
.lang input{ accent-color:var(--sh-navy); margin:0; }
.lang:has(input:checked){ border-color:var(--sh-navy); background:var(--sh-cream); }
.calc-consent{ font-size:.78rem; line-height:1.6; color:var(--sh-muted); margin:18px 0 0; }
@media (max-width:560px){ .pick-grid{ grid-template-columns:1fr; } }

/* ============================================================
   PILLAR PAGE
   ============================================================ */
.sec-soft{ background:var(--sh-cream-soft); }
.sec-tag{ display:inline-block; font-family:Poppins,sans-serif; font-size:.65rem;
  letter-spacing:.16em; text-transform:uppercase; font-weight:700;
  color:var(--sh-accent-deep); background:#EAF1F7; border-radius:999px;
  padding:6px 13px; margin-bottom:14px; }
.sec-title{ font-family:"Cormorant Garamond",serif; font-weight:600;
  font-size:clamp(1.9rem,3.6vw,2.8rem); line-height:1.1; letter-spacing:-.02em;
  margin:0 0 16px; color:var(--sh-ink); }
.sec-lede{ font-size:1.02rem; line-height:1.7; color:var(--sh-muted); margin:0 0 34px; }
.sec-head{ max-width:760px; margin:0 auto 38px; text-align:center; }
.sec-head .sec-lede{ margin-bottom:0; }

.split-wrap{ max-width:1180px; margin:0 auto; display:grid;
  grid-template-columns:1.05fr .95fr; gap:56px; align-items:start; }
.split-wrap p{ font-size:1.02rem; line-height:1.75; color:var(--sh-ink-soft); margin:0 0 1.1em; }
.dot-list{ list-style:none; padding:0; margin:0 0 28px; }
.dot-list li{ position:relative; padding:9px 0 9px 30px; font-size:.97rem;
  line-height:1.6; color:var(--sh-ink-soft); }
.dot-list li:before{ content:""; position:absolute; left:0; top:15px; width:11px; height:11px;
  border-radius:50%; background:linear-gradient(135deg,var(--sh-accent-deep),#3f7a86); }

.struggle-card{ background:var(--sh-navy); color:#fff; border-radius:20px; padding:32px 30px;
  box-shadow:0 22px 60px rgba(41,61,80,.2); }
.struggle-card .eyebrow{ display:block; font-family:Poppins,sans-serif; font-size:.65rem;
  letter-spacing:.17em; text-transform:uppercase; font-weight:600;
  color:var(--sh-cream); margin-bottom:12px; }
.struggle-card h3{ font-family:"Cormorant Garamond",serif; font-weight:600; font-size:1.7rem;
  line-height:1.15; margin:0 0 20px; color:#fff; }
.struggle-list{ list-style:none; padding:0; margin:0; }
.struggle-list li{ padding:15px 0; border-bottom:1px solid rgba(244,241,234,.18); }
.struggle-list li:last-child{ border-bottom:0; padding-bottom:0; }
.struggle-list strong{ display:block; color:var(--sh-cream); font-size:.97rem; margin-bottom:4px; }
.struggle-list span{ font-size:.9rem; line-height:1.6; color:rgba(255,255,255,.76); }

/* Same reason: pages offering four routes were leaving one card orphaned on
   a second row. auto-fit gives 3-up for three options and 4-up for four. */
.opt-grid{ display:grid; grid-template-columns:repeat(auto-fit,minmax(250px,1fr)); gap:20px; }
.opt-card{ background:#fff; border:1px solid var(--sh-line); border-radius:18px;
  padding:28px 26px; transition:.25s; }
.opt-card:hover{ transform:translateY(-3px); border-color:var(--sh-accent-deep);
  box-shadow:0 16px 40px rgba(41,61,80,.12), 0 0 24px 1px rgba(82,127,160,.16); }
.opt-mark{ display:grid; place-items:center; width:40px; height:40px; border-radius:11px;
  background:#EAF1F7; color:var(--sh-accent-deep); font-family:Poppins,sans-serif;
  font-weight:700; margin-bottom:16px; }
.opt-card h3{ margin:0 0 10px; font-size:1.15rem; color:var(--sh-ink); }
.opt-card p{ margin:0 0 16px; font-size:.94rem; line-height:1.68; color:var(--sh-ink-soft); }
.opt-tag{ font-family:Poppins,sans-serif; font-size:.64rem; letter-spacing:.13em;
  text-transform:uppercase; font-weight:700; color:var(--sh-accent-deep); }

.stat-row{ display:grid; grid-template-columns:repeat(4,1fr); gap:16px; margin-bottom:38px; }
.stat{ background:#fff; border:1px solid var(--sh-line); border-radius:16px;
  padding:24px 16px; text-align:center; }
.stat strong{ display:block; font-family:"Cormorant Garamond",serif; font-size:2.3rem;
  font-weight:600; color:var(--sh-navy); line-height:1; }
.stat span{ display:block; margin-top:7px; font-size:.8rem; color:var(--sh-muted); }
.why-grid{ display:grid; grid-template-columns:repeat(2,1fr); gap:18px; }
.why-item{ background:var(--sh-cream-soft); border:1px solid var(--sh-cream-deep);
  border-radius:16px; padding:22px 24px; }
.why-item strong{ display:block; margin-bottom:6px; color:var(--sh-ink); }
.why-item p{ margin:0; font-size:.94rem; line-height:1.68; color:var(--sh-ink-soft); }

.mini-quote{ max-width:680px; margin:0 auto; background:#fff; border:1px solid var(--sh-line);
  border-radius:22px; padding:38px 36px; text-align:center;
  box-shadow:0 26px 66px rgba(7,29,55,.12); }
.mini-quote h2{ font-family:"Cormorant Garamond",serif; font-weight:600;
  font-size:clamp(1.7rem,3.2vw,2.35rem); line-height:1.12; margin:10px 0 12px; color:var(--sh-ink); }
.mini-lede{ color:var(--sh-muted); line-height:1.68; margin:0 0 24px; font-size:.97rem; }
.mini-picks{ display:grid; grid-template-columns:1fr 1fr; gap:12px; margin-bottom:20px; }
.mini-pick{ border:1px solid var(--sh-line); border-radius:14px; padding:18px 14px;
  text-decoration:none; transition:.18s; }
.mini-pick:hover{ border-color:var(--sh-navy); background:var(--sh-cream); }
.mini-pick strong{ display:block; color:var(--sh-ink); font-size:.97rem; }
.mini-pick span{ font-size:.82rem; color:var(--sh-muted); }
.mini-trust{ display:flex; flex-wrap:wrap; gap:8px 18px; justify-content:center;
  font-size:.8rem; color:var(--sh-muted); padding:18px 0; margin-bottom:6px;
  border-top:1px solid var(--sh-line); border-bottom:1px solid var(--sh-line); }
.mini-form{ text-align:left; margin-top:18px; }
.mini-fine{ font-size:.76rem; color:var(--sh-muted); margin:14px 0 0; }

.story-grid{ display:grid; grid-template-columns:repeat(3,1fr); gap:20px; }
.story-card{ background:#fff; border:1px solid var(--sh-line); border-left:3px solid var(--sh-accent-deep);
  border-radius:14px; padding:24px 26px; }
.story-card h3{ margin:0 0 10px; font-size:1.03rem; color:var(--sh-ink); }
.story-card p{ margin:0; font-size:.94rem; line-height:1.7; color:var(--sh-ink-soft); }

.sticky-cta{ position:sticky; bottom:0; z-index:60; background:var(--sh-navy);
  border-top:1px solid rgba(244,241,234,.18); padding:12px 20px; }
.sticky-inner{ max-width:1180px; margin:0 auto; display:flex; align-items:center;
  justify-content:space-between; gap:18px; flex-wrap:wrap; }
.sticky-copy strong{ display:block; font-family:Poppins,sans-serif; font-size:.64rem;
  letter-spacing:.15em; text-transform:uppercase; color:var(--sh-cream); }
.sticky-copy span{ font-size:.92rem; color:rgba(255,255,255,.82); }
.sticky-btns{ display:flex; gap:10px; }
.sticky-btns .sh-btn{ min-height:44px; padding:0 20px; font-size:.87rem; }

@media (max-width:900px){
  .split-wrap{ grid-template-columns:1fr; gap:34px; }
  .opt-grid,.story-grid{ grid-template-columns:1fr; }
  .stat-row{ grid-template-columns:repeat(2,1fr); }
  .why-grid{ grid-template-columns:1fr; }
}
@media (max-width:600px){
  .mini-quote{ padding:28px 22px; }
  .mini-picks{ grid-template-columns:1fr; }
  .sticky-copy{ display:none; }
  .sticky-inner{ justify-content:center; }
  .sticky-btns{ width:100%; }
  .sticky-btns .sh-btn{ flex:1; }
}

/* ============================================================
   REVIEWS PAGE — "Our standard" split
   Replaces the old .section-royal + .faq block, where
   .section-royal p painted the answer text light grey on a
   white card and left it all but unreadable.
   ============================================================ */
.std-section{ background:var(--sh-navy); color:#fff; padding:78px 5vw; }
.std-grid{ display:grid; grid-template-columns:1.05fr 1fr; gap:64px; align-items:start;
  max-width:1180px; margin:0 auto; }
.std-copy .eyebrow{ color:var(--sh-cream-deep); }
.std-copy h2{ color:#fff; margin:0 0 20px; }
.std-copy p{ color:rgba(255,255,255,.8); font-size:1rem; line-height:1.7; margin:0; }
.std-list{ list-style:none; margin:28px 0 0; padding:24px 0 0;
  border-top:1px solid var(--sh-border-cream); display:grid; gap:12px; }
.std-list li{ position:relative; padding-left:28px; font-size:.92rem; line-height:1.55;
  color:rgba(255,255,255,.86); }
.std-list li::before{ content:""; position:absolute; left:0; top:2px; width:17px; height:17px;
  border-radius:50%; background:rgba(244,241,234,.14); border:1px solid rgba(244,241,234,.42); }
.std-list li::after{ content:""; position:absolute; left:5.5px; top:7px; width:5px; height:8px;
  border:solid var(--sh-cream); border-width:0 1.6px 1.6px 0; transform:rotate(45deg); }
.std-faq{ display:grid; gap:10px; }
.std-item{ background:var(--sh-cream-soft); border:1px solid var(--sh-cream-deep);
  border-radius:14px; overflow:hidden;
  transition:border-color .22s ease, box-shadow .22s ease; }
.std-item:hover{ border-color:#C3D0DC; box-shadow:0 8px 24px rgba(0,0,0,.16); }
.std-item[open]{ box-shadow:0 12px 32px rgba(0,0,0,.2); }
.std-item summary{ list-style:none; cursor:pointer; padding:18px 22px; gap:18px;
  font-family:Inter,sans-serif; font-weight:600; font-size:1rem; line-height:1.4;
  color:var(--sh-ink); display:flex; justify-content:space-between; align-items:center; }
.std-item summary::-webkit-details-marker{ display:none; }
.std-item summary::after{ content:"+"; font-family:"Cormorant Garamond",serif; font-size:1.6rem;
  line-height:1; font-weight:400; color:var(--sh-accent-deep); }
.std-item[open] summary::after{ content:"\2013"; }
.std-item summary:focus-visible{ outline:2px solid var(--sh-accent-deep); outline-offset:-3px; }
.std-body{ padding:0 22px 20px; color:var(--sh-ink-soft); font-size:.95rem; line-height:1.7; }
.std-item[open] .std-body{ animation:stdReveal .3s cubic-bezier(.2,.8,.2,1) both; }
@keyframes stdReveal{ from{ opacity:0; transform:translateY(-4px); } to{ opacity:1; transform:none; } }
@media (max-width:900px){ .std-grid{ grid-template-columns:1fr; gap:38px; } .std-section{ padding:56px 0; } }

/* CTA band button was wrapping inside its pill when the headline ran long. */
.sh-cta-inner .sh-btn{ flex:0 0 auto; white-space:nowrap; }
.sh-cta-inner h2{ max-width:640px; }

.std-list a{ color:var(--sh-cream); font-weight:600; text-decoration:underline;
  text-underline-offset:2px; text-decoration-thickness:1px;
  text-decoration-color:rgba(244,241,234,.45); transition:text-decoration-color .18s ease; }
.std-list a:hover{ text-decoration-color:currentColor; }

/* Long-form pages read better at a measure, but the surrounding chrome should
   still line up with the homepage's 1180px column. */
.prose{ max-width:820px; }
/* Legacy service pages shipped a 1160px shell; align it with the 1180px
   column the homepage and the Eleventy pages now share. */
.shell{ width:min(1180px,calc(100% - 44px)); }

/* ============================================================
   LOCAL MARKET PAGES
   ============================================================ */
.loc-lic{ margin:20px 0 0; font-size:.78rem; color:rgba(255,255,255,.6); }
.loc-lic a{ color:var(--sh-cream); text-decoration:underline; text-underline-offset:2px;
  text-decoration-color:rgba(244,241,234,.45); }
.loc-lic a:hover{ text-decoration-color:currentColor; }

/* stat band */
.loc-stats{ background:var(--sh-navy-light); padding:0 5vw; border-top:1px solid var(--sh-border-cream); }
.loc-stats-inner{ max-width:1180px; margin:0 auto; display:grid;
  grid-template-columns:repeat(4,minmax(0,1fr)); gap:0; }
.loc-stat{ padding:30px 26px 32px; border-left:1px solid rgba(244,241,234,.16); }
.loc-stat:first-child{ border-left:0; padding-left:0; }
.loc-stat strong{ display:block; font-family:"Cormorant Garamond",Georgia,serif;
  font-size:2.5rem; font-weight:600; line-height:1; color:#fff; letter-spacing:-.02em; }
.loc-stat-l{ display:block; margin-top:10px; font-size:.88rem; font-weight:600;
  color:var(--sh-cream); line-height:1.35; }
.loc-stat-s{ display:block; margin-top:6px; font-size:.76rem; line-height:1.5;
  color:rgba(255,255,255,.58); }

/* the pull-quote card in the local story */
/* This card sits on .struggle-card, which is navy — so everything inside it
   has to be light. Ink-coloured text here measured 1.4:1 against the card. */
.struggle-card .loc-callout-p{ font-size:1rem; line-height:1.7;
  color:rgba(255,255,255,.84); margin:12px 0 0; }
.loc-callout-sig{ display:flex; align-items:center; gap:12px; margin-top:22px;
  padding-top:18px; border-top:1px solid rgba(244,241,234,.26); }
.loc-callout-sig img{ width:46px; height:46px; border-radius:50%; object-fit:cover;
  object-position:center top; background:#fff; border:2px solid rgba(244,241,234,.3); }
.loc-callout-sig strong{ display:block; font-size:.9rem; color:#fff; }
.loc-callout-sig span{ display:block; font-size:.76rem; color:var(--sh-cream-deep);
  opacity:.78; margin-top:2px; }

/* hospitals */
.loc-hosp-grid{ display:grid; grid-template-columns:repeat(2,minmax(0,1fr)); gap:18px; }
.loc-hosp{ background:#fff; border:1px solid var(--sh-line); border-radius:16px;
  padding:26px 28px; transition:border-color .22s ease, box-shadow .22s ease; }
.loc-hosp:hover{ border-color:var(--sh-accent-deep);
  box-shadow:0 10px 28px rgba(41,61,80,.1); }
.loc-hosp h3{ margin:0 0 8px; font-size:1.05rem; color:var(--sh-ink); }
.loc-hosp p{ margin:0; font-size:.92rem; line-height:1.65; color:var(--sh-ink-soft); }

/* areas served */
.loc-areas{ list-style:none; margin:0; padding:0; display:flex; flex-wrap:wrap; gap:10px;
  justify-content:center; }
.loc-areas li{ background:#fff; border:1px solid var(--sh-line); border-radius:999px;
  padding:9px 18px; font-size:.88rem; color:var(--sh-ink-soft); }
.loc-others{ margin-top:38px; padding-top:30px; border-top:1px solid var(--sh-line);
  text-align:center; }
.loc-others-lab{ display:block; font-family:Poppins,sans-serif; font-size:.68rem;
  letter-spacing:.19em; text-transform:uppercase; font-weight:600;
  color:var(--sh-muted); margin-bottom:16px; }
.loc-others-links{ display:flex; flex-wrap:wrap; gap:12px; justify-content:center; }
.loc-others-links a{ font-size:.92rem; font-weight:600; color:var(--sh-accent-deep);
  text-decoration:none; border-bottom:1px solid transparent; padding-bottom:2px;
  transition:border-color .2s ease; }
.loc-others-links a:hover{ border-bottom-color:currentColor; }

/* sources block */
.loc-sources{ font-size:.8rem !important; line-height:1.75; color:var(--sh-muted);
  background:var(--sh-cream-soft); border:1px solid var(--sh-cream-deep);
  border-radius:12px; padding:18px 22px; }
.loc-sources a{ color:var(--sh-accent-deep); }

/* hub page cards */
.loc-card-grid{ display:grid; grid-template-columns:repeat(4,minmax(0,1fr)); gap:18px; }
.loc-card{ display:flex; flex-direction:column; background:#fff;
  border:1px solid var(--sh-line); border-radius:18px; padding:26px 24px 24px;
  text-decoration:none; color:inherit;
  transition:transform .22s ease, border-color .22s ease, box-shadow .22s ease; }
.loc-card:hover{ transform:translateY(-3px); border-color:var(--sh-accent-deep);
  box-shadow:0 14px 34px rgba(41,61,80,.12); }
.loc-card-eyebrow{ font-family:Poppins,sans-serif; font-size:.6rem; letter-spacing:.14em;
  text-transform:uppercase; font-weight:600; color:var(--sh-muted); }
.loc-card h3{ margin:10px 0 8px; font-family:"Cormorant Garamond",Georgia,serif;
  font-size:1.85rem; font-weight:600; line-height:1.05; color:var(--sh-ink); }
.loc-card > p{ margin:0 0 16px; font-size:.86rem; line-height:1.55; color:var(--sh-ink-soft); }
.loc-card-facts{ list-style:none; margin:0 0 18px; padding:0; display:grid; gap:6px; }
.loc-card-facts li{ font-size:.8rem; color:var(--sh-muted); padding-left:14px; position:relative; }
.loc-card-facts li::before{ content:"\2022"; position:absolute; left:0; color:var(--sh-accent-deep); }
.loc-card-go{ margin-top:auto; font-size:.85rem; font-weight:600; color:var(--sh-accent-deep); }
.loc-elsewhere{ margin:32px auto 0; max-width:720px; text-align:center; font-size:.92rem;
  line-height:1.7; color:var(--sh-ink-soft); }
.loc-elsewhere a{ color:var(--sh-accent-deep); font-weight:600; }

@media (max-width:1000px){
  .loc-card-grid{ grid-template-columns:repeat(2,minmax(0,1fr)); }
  .loc-stats-inner{ grid-template-columns:repeat(2,minmax(0,1fr)); }
  .loc-stat{ border-left:0; border-top:1px solid rgba(244,241,234,.16); padding:24px 0; }
  .loc-stat:nth-child(-n+2){ border-top:0; }
  .loc-stat:nth-child(even){ padding-left:26px; border-left:1px solid rgba(244,241,234,.16); }
}
@media (max-width:700px){
  .loc-hosp-grid, .loc-card-grid{ grid-template-columns:1fr; }
  .loc-stats-inner{ grid-template-columns:1fr; }
  .loc-stat{ padding:20px 0; border-left:0 !important; padding-left:0 !important;
    border-top:1px solid rgba(244,241,234,.16); }
  .loc-stat:first-child{ border-top:0; }
  .loc-stat strong{ font-size:2.1rem; }
}

/* footer locations bar */
.footer-locations{ max-width:1180px; margin:0 auto; padding:26px 0 4px;
  border-top:1px solid rgba(255,255,255,.14); text-align:center; }
.footer-loc-lab{ display:block; font-family:Poppins,sans-serif; font-size:.62rem;
  letter-spacing:.19em; text-transform:uppercase; font-weight:600;
  color:var(--sh-cream-deep); opacity:.7; margin-bottom:14px; }
.footer-loc-links{ display:flex; flex-wrap:wrap; gap:10px 22px; justify-content:center; }
.footer-loc-links a{ font-size:.85rem; color:rgba(255,255,255,.72); text-decoration:none;
  transition:color .2s ease; }
.footer-loc-links a:hover{ color:var(--sh-cream); }

/* ============================================================
   PHOTOGRAPHY ON SECTOR PAGES
   Source photos are 500px wide, so they are never stretched past
   that. Everything below caps at the native width and crops with
   object-fit rather than upscaling into mush.
   ============================================================ */
.hero-aside{ display:grid; gap:20px; align-content:start; }
.hero-photo{ margin:0; border-radius:20px; overflow:hidden; position:relative;
  box-shadow:0 24px 60px rgba(0,0,0,.34); border:1px solid rgba(244,241,234,.22); }
.hero-photo img{ display:block; width:100%; max-width:100%; height:auto;
  aspect-ratio:3/2; object-fit:cover; }
.hero-photo::after{ content:""; position:absolute; inset:0; pointer-events:none;
  background:linear-gradient(160deg,rgba(41,61,80,0) 40%,rgba(41,61,80,.34) 100%); }

/* three-up strip under the hero */
.photo-strip{ background:var(--sh-cream-soft); padding:52px 5vw 56px;
  border-top:1px solid var(--sh-cream-deep); border-bottom:1px solid var(--sh-cream-deep); }
/* auto-fit, not a hard 3, so a page with two photos fills its row instead of
   leaving a dead third column. minmax(300px) caps it at 3 across in this
   container, which is what the three-photo pages still get. */
.photo-strip-inner{ max-width:1180px; margin:0 auto; display:grid;
  grid-template-columns:repeat(auto-fit,minmax(300px,1fr)); gap:22px; }
.ps-item{ margin:0; background:#fff; border:1px solid var(--sh-line); border-radius:18px;
  overflow:hidden; display:flex; flex-direction:column;
  transition:transform .25s ease, box-shadow .25s ease, border-color .25s ease; }
.ps-item:hover{ transform:translateY(-3px); border-color:var(--sh-accent-deep);
  box-shadow:0 16px 38px rgba(41,61,80,.13); }
.ps-item img{ display:block; width:100%; height:auto; aspect-ratio:3/2; object-fit:cover; }
.ps-item figcaption{ padding:20px 22px 24px; }
.ps-item figcaption strong{ display:block; font-size:1.02rem; color:var(--sh-ink);
  margin-bottom:7px; line-height:1.3; }
.ps-item figcaption span{ display:block; font-size:.9rem; line-height:1.6;
  color:var(--sh-ink-soft); }

/* single supporting photo under the why-us grid */
/* This sits inside .sh-section, which is white — the caption used to be
   styled for a dark ground, which made it white text on a white strip and
   invisible on every page that used it. */
.mid-photo{ margin:38px auto 0; max-width:560px; border-radius:18px; overflow:hidden;
  border:1px solid var(--sh-line); box-shadow:0 18px 44px rgba(41,61,80,.14); }
.mid-photo img{ display:block; width:100%; height:auto; aspect-ratio:3/2; object-fit:cover; }
.mid-photo figcaption{ padding:14px 18px; font-size:.82rem; line-height:1.55;
  color:var(--sh-ink-soft); background:var(--sh-cream-soft);
  border-top:1px solid var(--sh-line); text-align:center; }

@media (max-width:900px){
  .photo-strip-inner{ grid-template-columns:1fr; gap:18px; }
  .photo-strip{ padding:40px 22px 44px; }
  .ps-item img{ aspect-ratio:2/1; }
}



/* ============================================================
   FEATURE BAND — one photo carrying one idea.
   Used where a single image is the point rather than one of a
   set: the life-float on /coverage, the medal on /reviews. The
   image column is capped so a portrait shot does not tower over
   its copy, and the whole thing collapses to one column early
   because a 420px photo beside text stops working well before
   phone width.
   ============================================================ */
.feature-band{ background:var(--sh-cream-soft); padding:56px 5vw 60px;
  border-top:1px solid var(--sh-cream-deep); border-bottom:1px solid var(--sh-cream-deep); }
.feature-inner{ max-width:1060px; margin:0 auto; display:grid;
  grid-template-columns:minmax(0,380px) minmax(0,1fr); gap:42px; align-items:center; }
.feature-inner > figure{ margin:0; border-radius:18px; overflow:hidden;
  border:1px solid var(--sh-line); box-shadow:0 16px 38px rgba(41,61,80,.13); }
.feature-inner > figure img{ display:block; width:100%; height:auto; }
.feature-copy .sec-title{ margin:10px 0 14px; }
.feature-copy p{ margin:0 0 12px; font-size:.97rem; line-height:1.7; color:var(--sh-ink-soft); }
.feature-copy p:last-child{ margin-bottom:0; }

@media (max-width:860px){
  .feature-band{ padding:42px 22px 46px; }
  .feature-inner{ grid-template-columns:1fr; gap:24px; }
  .feature-inner > figure{ max-width:380px; }
}
