/* ============================================================
   ribinjuryspecialist.co.uk — brand system
   Palette + typography — Signal Blue (#0A66C2), Fraunces / Libre Franklin
   All colors and fonts are tokens below — change here to reskin the whole site.
   ============================================================ */

:root{
  --ink:#141B26;
  --body:#414C5C;
  --soft:#5E6B7F;
  --line:#DCE6F0;
  --accent:#B8863A;
  --accent-deep:#9A6F2E;
  --accent-dark:#8A5F24;
  --accent-darker:#6B4A1C;
  --accent-hover:#83601F;
  --white:#FFFFFF;
  --alert:#B3372E;
  --alert-bg:#FBEFED;
  --ok:#1E7A46;
  --wa:#25D366;
  --wa-light:#25D366;
  --star:#F0A31A;
  --radius:16px;
  --radius-sm:10px;
  --shadow:0 10px 30px rgba(14,35,64,.08);
  --shadow-lg:0 22px 55px rgba(14,35,64,.14);
  --max:1150px;
  --font-display:'Poppins',-apple-system,"Segoe UI",system-ui,sans-serif;
  --font-body:'Poppins',-apple-system,"Segoe UI",system-ui,sans-serif;
}

*,*::before,*::after{box-sizing:border-box}
.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}
html{scroll-behavior:smooth;overflow-x:hidden;overflow-y:visible;width:100%}
@media (prefers-reduced-motion:reduce){
  html{scroll-behavior:auto}
  *,*::before,*::after{animation:none!important;transition:none!important}
}
body{
  margin:0;
  overflow-x:hidden;overflow-y:visible;width:100%;
  font-family:var(--font-body);
  font-size:1.13rem;
  line-height:1.68;
  color:var(--body);
  background:var(--white);
  -webkit-font-smoothing:antialiased;
  padding-top:6.9rem;
}
img,svg{max-width:100%;height:auto;display:block}
a{color:var(--accent-deep);text-decoration:none}
a:hover{text-decoration:underline}
:focus-visible{outline:3px solid var(--accent-deep);outline-offset:3px;border-radius:4px}

h1,h2,h3,h4{font-family:var(--font-display);color:var(--ink);line-height:1.14;margin:0 0 .55em;letter-spacing:-.01em;text-wrap:balance}
h1{font-size:clamp(2.35rem,5.2vw,3.65rem);font-weight:700}
h2{font-size:clamp(1.85rem,3.4vw,2.55rem);font-weight:700}
h3{font-size:1.34rem;font-weight:700;line-height:1.3}
p{margin:0 0 1em;text-wrap:pretty}
li{text-wrap:pretty}
strong{color:var(--ink)}
.lead{font-size:1.24rem;color:var(--body)}

.eyebrow{
  display:block;
  font-family:var(--font-body);
  font-size:.86rem;
  font-weight:600;
  letter-spacing:.06em;
  text-transform:uppercase;
  color:var(--accent-deep);
  margin-bottom:1.1rem;
}
.section.deep .eyebrow{color:#E4C888}
.section{padding:140px 0}
/* Two adjacent sections of the same colour: drop the second one's top padding
   so the stacked bottom+top gap doesn't read as an oversized empty band.
   [class="section"] matches ONLY a bare, undecorated section (no other
   class) so every special section (its own background/padding, named by
   whatever class) is automatically left alone -- no exception list to
   maintain and no risk of catching a class this doesn't know about yet. */
.section.tint + .section.tint,
.section.deep + .section.deep,
section[class="section"] + section[class="section"]{padding-top:0}
.section.tint{background:#F7F4EC}
.section.deep{background:linear-gradient(150deg,#0F1512,#1F2A22);color:#D9E0DA}
.section.deep h2,.section.deep h3{color:#fff}
.section.deep .step{border-bottom-color:rgba(255,255,255,.14)}
.section.deep .step .num{color:#E4C888}
.section.deep .step p{color:rgba(255,255,255,.62)}
.section.deep .step .when{color:#E4C888}
.section.deep .section-head p{color:rgba(255,255,255,.7)}
.section.deep .card{background:rgba(255,255,255,.05);border-color:rgba(255,255,255,.12)}
.section.deep .card p{color:rgba(255,255,255,.62)}
#practice .card-tag{background:#E4C888;color:#241B0A}
#practice.section.deep{
  position:relative;overflow:hidden;
  background-image:linear-gradient(150deg,rgba(15,21,18,.88),rgba(31,42,34,.92)),url('../assets/marco-desk.webp');
  background-size:cover,cover;background-repeat:no-repeat,no-repeat;background-position:50% 30%,50% 30%;background-attachment:fixed;
}
.section.deep .split{align-items:start}
.section.deep .split h3,.section.deep .split .surg-tech-row h4{color:#E4C888}
@media(max-width:980px){
  .section.deep .step{grid-template-columns:4.6rem 1fr;align-items:start}
  .section.deep .step .num{width:4.6rem;height:auto;font-size:3.2rem}
}
.section.deep .split .surg-tech{background:rgba(255,255,255,.05);border-color:rgba(255,255,255,.12)}
.section.deep .split .surg-tech-row+.surg-tech-row{border-top-color:rgba(255,255,255,.12)}
.section.deep .split .surg-tech-row p{color:rgba(255,255,255,.62)}
.wrap{max-width:1440px;margin:0 auto;padding:0 2.5rem}
.cond-hero .wrap{max-width:none}
.center{text-align:center}
.section-head{max-width:46rem;margin:0 auto 5rem;text-align:center}
.section-head.section-head-left{text-align:left;margin-left:0;max-width:none;margin-bottom:2.4rem}
/* A chip cloud sits much closer to its heading than a card grid or steps
   list does -- the standard 5rem gap reads as an oversized, lopsided gap
   above a dense row of small pills. Tighten it so top and bottom breathing
   room around the chips end up roughly even. */
.section-head:has(+ .symptom-chips){margin-bottom:3rem}
.section-head .eyebrow{margin-bottom:28px}
.section-head h2{margin-bottom:24px}
.section-head p{color:var(--soft);margin:0}

/* ---------- Buttons ---------- */
.btn{
  display:inline-flex;align-items:center;justify-content:center;gap:.55em;
  font-family:var(--font-body);font-weight:600;font-size:.92rem;
  padding:.85em 1.6em;border-radius:999px;border:2px solid transparent;
  cursor:pointer;text-decoration:none!important;line-height:1.2;
  transition:transform .15s ease, box-shadow .15s ease, background .15s ease;
}
.btn:hover{transform:translateY(-2px)}
.btn-solid{background:var(--accent-deep);color:#fff;box-shadow:0 8px 20px rgba(154,111,46,.32)}
.btn-solid:hover{background:var(--accent-hover)}
.btn-ghost{background:#fff;color:var(--accent-deep);border-color:var(--line)}
.btn-ghost:hover{border-color:var(--accent-deep)}
.btn-wa{background:var(--wa);color:#0B1210;text-shadow:none}
.btn-wa:hover{background:var(--wa)}
.btn svg{width:1.05em;height:1.05em;flex:none}

/* ---------- Top utility bar + header ---------- */
.mtop{display:contents}
.topbar{
  position:fixed;top:0;left:0;right:0;z-index:62;height:2.1rem;display:flex;align-items:center;overflow:hidden;
  background:rgba(15,21,18,.55);color:rgba(255,255,255,.82);font-size:.82rem;letter-spacing:.01em;
  backdrop-filter:blur(18px) saturate(1.6);-webkit-backdrop-filter:blur(18px) saturate(1.6);
  border-bottom:1px solid rgba(255,255,255,.08);
}
.topbar .wrap{display:flex;justify-content:space-between;align-items:center;gap:1rem;width:100%}
.topbar a{color:#fff;font-weight:600;transition:color .15s}
.topbar a:hover{color:#D9B672;text-decoration:none}
.topbar .tb-note{white-space:nowrap;overflow:hidden;text-overflow:ellipsis}
.topbar .tb-links{display:flex;gap:1.2rem;white-space:nowrap}

.header{
  position:fixed;top:2.9rem;left:50%;transform:translateX(-50%);z-index:63;height:4.4rem;
  width:calc(100% - 3.2rem);max-width:1360px;
  background:rgba(15,21,18,.45);
  backdrop-filter:blur(22px) saturate(1.6);
  -webkit-backdrop-filter:blur(22px) saturate(1.6);
  border:1px solid rgba(255,255,255,.08);
  border-radius:100px;
  box-shadow:0 20px 44px -20px rgba(0,0,0,.5);
}
.header .wrap{max-width:none;display:flex;align-items:center;gap:1.4rem;padding-top:0;padding-bottom:0;height:100%;padding-left:1.8rem;padding-right:1.4rem}
.brand{display:flex;align-items:center;gap:.7rem;text-decoration:none!important;margin-right:auto}
.brand svg{width:42px;height:42px;flex:none}
.brand-logo{height:26px;width:auto;flex:none;filter:brightness(0) invert(1)}
.nav{display:flex;align-items:center;gap:1.35rem}
.nav a{color:#fff;font-weight:600;font-size:.95rem;transition:color .15s}
.nav a:hover{color:#E4C888;text-decoration:none}
.nav a.active{color:#E4C888;text-decoration:underline;text-underline-offset:.3em}
.nav-close{display:none}
.nav-panel-brand{display:none}
.nav-contact-mobile{display:none}
.header .btn{padding:.65em 1.35em;font-size:.92rem;font-weight:600;border-radius:100px}
.header .btn-solid{background:var(--accent-deep);box-shadow:none}
.header .btn-solid:hover{background:var(--accent-hover)}
.nav-toggle{
  display:none;background:none;border:none;padding:.5rem;cursor:pointer;color:#fff;
  filter:drop-shadow(0 1px 2px rgba(0,0,0,.3));
}
.nav-toggle svg{width:32px;height:32px;display:block}

.nav-drop{position:relative}
.nav-drop-btn{display:inline-flex;align-items:center;gap:.35rem;background:none;border:none;font:inherit;color:#fff;font-weight:600;font-size:.95rem;cursor:pointer;padding:0}
.nav-drop-btn:hover{color:#E4C888}
.nav-drop-chevron{width:14px;height:14px;flex:none;transition:transform .15s}
.nav-drop.open .nav-drop-chevron{transform:rotate(180deg)}
.nav-drop-menu{
  display:none;position:absolute;top:100%;right:0;
  margin-top:1rem;
  background:rgba(15,21,18,.45);border:1px solid rgba(255,255,255,.08);border-radius:16px;
  backdrop-filter:blur(22px) saturate(1.6);-webkit-backdrop-filter:blur(22px) saturate(1.6);
  box-shadow:0 20px 44px -20px rgba(0,0,0,.5);padding:1.6rem;width:19rem;
  flex-direction:column;z-index:70;
}
.nav-drop-menu::before{
  content:'';position:absolute;top:-1rem;left:0;right:0;height:1rem;background:transparent;
}
.nav-drop-menu-head{font-size:.66rem;font-weight:700;letter-spacing:.08em;text-transform:uppercase;color:#E4C888;margin:0 0 1rem}
.nav-drop-menu-inner{display:flex;flex-direction:column;width:100%;gap:.15rem}
.nav-drop.open .nav-drop-menu,.nav-drop-menu.open{display:flex}
.nav-drop-menu a{padding:.6rem .5rem;border-radius:8px;font-size:.92rem;font-weight:500;color:#fff;white-space:nowrap}
.nav-drop-menu a:hover{color:#E4C888}
.nav-drop-menu a.active{color:#E4C888}

/* ---------- Condition page hero (X-ray band) ---------- */
/* Pulls the hero up to cover the space body{padding-top} reserves for the fixed
   topbar+header (~6.9rem), so the dark photo shows there instead of a bare white
   gap behind the floating pill nav — then restores the same space as padding so
   the actual content position on screen is unchanged. */
.cond-hero{
  position:relative;min-height:26rem;display:flex;align-items:flex-end;overflow:hidden;
  margin-top:-6.9rem;padding-top:6.9rem;
  background-size:cover;background-position:75% 60%;
}
.cond-hero::after{
  content:'';position:absolute;inset:0;
  background:radial-gradient(ellipse 70% 60% at 75% 30%,rgba(184,134,58,.16),transparent 70%),
    linear-gradient(100deg,rgba(15,21,18,.95) 0%,rgba(15,21,18,.8) 40%,rgba(15,21,18,.5) 70%,rgba(15,21,18,.8) 100%);
}
.cond-hero-content{position:relative;z-index:1;padding-top:9rem;padding-bottom:9rem;width:100%;box-sizing:border-box}
.cond-hero-photo-row{display:contents}
.cond-hero-photo-row img{display:none}
.cond-hero .eyebrow{color:#E4C888}
.cond-hero h1{color:#fff;font-size:clamp(2.1rem,4.2vw,2.4rem);max-width:46rem;line-height:1.14;margin:.6rem 0 1.2rem}
.cond-hero p.lead{color:rgba(255,255,255,.78);max-width:46rem;margin:0 0 1.6rem}
.cond-hero .hero-ctas{display:flex;align-items:center;gap:1.4rem;flex-wrap:wrap;margin-top:1.6rem}
.cond-hero .hero-ctas>a:not(.btn){display:inline-flex;align-items:center;gap:.5em;color:rgba(255,255,255,.75);font-size:.92rem;font-weight:600;text-decoration:none;transition:color .15s}
.cond-hero .hero-ctas>a:not(.btn) svg{width:15px;height:15px;flex:none}
.cond-hero .hero-ctas>a:not(.btn):hover{color:#E4C888}
.cond-hero-points{list-style:none;margin:1.4rem 0 0;padding:0;display:flex;flex-wrap:wrap;gap:.5rem 1.4rem}
.cond-hero-points li{position:relative;padding-left:1.1rem;color:rgba(255,255,255,.75);font-size:.86rem}
.cond-hero-points li::before{content:'';position:absolute;left:0;top:.5em;width:5px;height:5px;border-radius:50%;background:#E4C888}
.cond-hero-reviewed{display:flex;align-items:center;gap:.5rem;margin:1rem 0 0;font-size:.8rem;color:rgba(255,255,255,.55)}
.cond-hero-reviewed svg{width:14px;height:14px;flex:none;stroke:#E4C888}
/* Desktop: original row split by thin divider lines (unchanged). */
.cond-hero-facts{display:flex;gap:0;border-top:1px solid rgba(255,255,255,.14);margin-top:2rem}
.cond-hero-facts div{flex:1;padding:1.1rem 1.4rem;border-right:1px solid rgba(255,255,255,.14)}
.cond-hero-facts div:last-child{border-right:none}
.cond-hero-facts b{display:block;color:#E4C888;font-size:1.3rem;font-family:var(--font-display)}
.cond-hero-facts span{color:rgba(255,255,255,.65);font-size:.78rem}
@media(max-width:980px){
  .cond-hero{min-height:auto;background-position:55% 55%}
  .cond-hero-content.wrap{padding:2.8rem 1.4rem}
  /* Mobile only: translucent glass tiles (matches .surg-theatre/.locs-band cards)
     in a proper grid, instead of the divider-line row — so stats sit side by side
     in tiles rather than stacking one under another. */
  .cond-hero-facts{display:grid;grid-template-columns:repeat(auto-fit,minmax(140px,1fr));gap:.8rem;border-top:none}
  .cond-hero-facts div{background:rgba(255,255,255,.08);border:1px solid rgba(255,255,255,.16);backdrop-filter:blur(10px);-webkit-backdrop-filter:blur(10px);border-radius:14px;padding:1.1rem 1.2rem;flex:none}
}
@media(max-width:560px){
  /* Mobile only: replace the background photo with our standard dark
     gradient (same formula as footer/.cta-final) — photos of varying
     aspect ratio never crop/scale predictably in this tall, copy-driven
     hero, so a fixed gradient plus one small fixed-size circular photo
     (.cond-hero-photo-row, added per-page in HTML) replaces it instead. */
  .cond-hero{background-image:none!important}
  .cond-hero-photo{display:none}
  .cond-hero::after{
    background:radial-gradient(120% 90% at 15% 15%,rgba(228,200,136,.14),transparent 55%),linear-gradient(150deg,#0F1512,#1F2A22)!important;
  }
  .cond-hero-photo-row{
    display:inline-flex;align-items:center;gap:.9rem;
    background:rgba(255,255,255,.15);border:1px solid rgba(255,255,255,.25);
    border-radius:100px;padding:.4rem 1.6rem .4rem .4rem;
    margin-bottom:.6rem;backdrop-filter:blur(10px);-webkit-backdrop-filter:blur(10px);
  }
  .cond-hero-photo-row img{display:block;width:96px;height:96px;border-radius:50%;object-fit:cover;border:2px solid #fff;box-shadow:0 2px 10px rgba(0,0,0,.3);flex:none}
  .cond-hero-photo-row .eyebrow{margin:0}
  .cond-hero-content{padding:4.5rem 1.2rem;display:flex;flex-direction:column}
  .cond-hero h1{font-size:1.65rem;margin:.5rem 0 .9rem}
  .cond-hero p.lead{margin-bottom:1.2rem}
  .cond-hero-points{margin:1.2rem 0}
  .cond-hero-facts{margin-top:1.2rem;order:2;gap:.6rem;grid-template-columns:1fr}
  .cond-hero-facts div{padding:.85rem .7rem;text-align:center}
  .cond-hero-facts b{font-size:1rem}
  .cond-hero-facts span{font-size:.7rem}
  .cond-hero .hero-ctas{flex-direction:column;align-items:stretch;gap:.6rem;margin-top:4.5rem!important;margin-bottom:0!important;order:3}
  .cond-hero .hero-ctas .btn{width:100%;justify-content:center;padding:.7em 1.4em}
  .cond-hero .hero-ctas>a:not(.btn){display:none}
  .cond-hero-content.wrap{padding-bottom:4.5rem!important}
}

.cond-hero-photo{position:absolute;inset:0;z-index:0;background-size:cover;background-position:75% 60%}

.hero-pos-slipping .cond-hero-photo{background-position:28% center}
@media(max-width:760px){
  .hero-pos-slipping .cond-hero-photo{background-position:32% center}
}

.hero-pos-chestwall .cond-hero-photo{background-position:55% 65%}
@media(max-width:760px){
  .hero-pos-chestwall .cond-hero-photo{background-position:50% 60%}
}

.hero-pos-sternal .cond-hero-photo{background-position:center bottom}
@media(max-width:760px){
  .hero-pos-sternal .cond-hero-photo{background-position:center bottom}
}
@media(min-width:1600px){
  .hero-pos-sternal .cond-hero-photo{background-position:center 30%}
}

.hero-pos-lumps .cond-hero-photo{background-position:25% center;transform:scaleX(-1)}
@media(max-width:760px){
  .hero-pos-lumps .cond-hero-photo{background-position:35% center}
}

.hero-pos-cartilage .cond-hero-photo{background-position:65% center}
@media(max-width:760px){
  .hero-pos-cartilage .cond-hero-photo{background-position:5% 15%;background-size:180% auto}
}

.hero-pos-neuralgia .cond-hero-photo{background-position:30% center;transform:scaleX(-1)}
@media(max-width:760px){
  .hero-pos-neuralgia .cond-hero-photo{background-position:35% center;transform:none}
}

.hero-pos-hernia .cond-hero-photo{background-position:60% 22%}
@media(max-width:760px){
  .hero-pos-hernia .cond-hero-photo{background-position:60% 20%}
}

.hero-pos-pectus .cond-hero-photo{background-position:40% 25%;transform:scaleX(-1)}
@media(max-width:760px){
  .hero-pos-pectus .cond-hero-photo{background-position:40% 22%}
}

.hero-pos-testimonials .cond-hero-photo{background-position:60% 40%}
@media(max-width:760px){
  .hero-pos-testimonials .cond-hero-photo{background-position:75% 20%}
}

.hero-pos-about .cond-hero-photo{background-position:38% 22%;transform:scaleX(-1)}
@media(max-width:760px){
  .hero-pos-about .cond-hero-photo{
    background-position:30% 25%;transform:none;
    background-image:url('../assets/marco-hero.webp')!important;
  }
}

.hero-pos-locations .cond-hero-photo{background-position:50% 30%}
@media(max-width:760px){
  .hero-pos-locations .cond-hero-photo{background-position:50% 25%}
}

.hero-pos-costs .cond-hero-photo{background-position:50% 22%}
@media(max-width:760px){
  .hero-pos-costs .cond-hero-photo{background-position:38% 18%}
}

.hero-pos-costochondritis .cond-hero-photo{background-position:68% 32%}
@media(max-width:760px){
  .hero-pos-costochondritis .cond-hero-photo{background-position:75% 30%}
}

.hero-pos-nonunion .cond-hero-photo{background-position:50% 42%}
@media(max-width:760px){
  .hero-pos-nonunion .cond-hero-photo{background-position:60% 40%}
}

.hero-pos-olderadults .cond-hero-photo{background-position:60% 30%}
@media(max-width:760px){
  .hero-pos-olderadults .cond-hero-photo{background-position:65% 28%}
}

.hero-pos-athletes .cond-hero-photo{background-position:50% 38%;transform:scaleX(-1)}
@media(max-width:760px){
  .hero-pos-athletes .cond-hero-photo{background-position:45% 35%}
}

.hero-pos-refer .cond-hero-photo{background-position:50% 35%}
@media(max-width:760px){
  .hero-pos-refer .cond-hero-photo{background-position:50% 30%}
}

/* ---------- Locations page: dark clinic cards on a light section background (locv2- prefix avoids clashing with the existing .loc-list/.loc-body/.loc-when used on index.html) ---------- */
.locv2-section{background:linear-gradient(180deg,#FBF6EA,#F3E7CE)}
.locv2-list{display:flex;flex-direction:column;gap:1.6rem}
.locv2-card{background:linear-gradient(165deg,#1F2A22,#0F1512);border-radius:20px;overflow:hidden}
.locv2-card-head{
  display:grid;grid-template-columns:8rem 1fr auto;gap:2rem;align-items:center;
  padding:2rem 2.2rem;border-bottom:1px solid rgba(255,255,255,.1);
}
.locv2-when .day{font-size:.7rem;font-weight:700;letter-spacing:.06em;text-transform:uppercase;color:#E4C888;margin-bottom:.35rem}
.locv2-when .time{font-family:var(--font-display);font-weight:700;font-size:1.35rem;color:#fff;line-height:1.15}
.locv2-when .dur{font-size:.74rem;color:rgba(255,255,255,.68);margin-top:.15rem}
.locv2-title h3{margin:0 0 .3rem;font-size:1.35rem;color:#fff}
.locv2-addr{font-size:.88rem;color:rgba(255,255,255,.6);margin:0}
.locv2-addr a{color:#E4C888;text-decoration:none;font-weight:600}
.locv2-addr a:hover{text-decoration:underline}
.locv2-card a[target="_blank"]::after{
  content:' (opens in a new tab)';position:absolute;width:1px;height:1px;overflow:hidden;
  clip:rect(0,0,0,0);white-space:nowrap;
}
.locv2-rating{text-align:right}
.locv2-rating .stars{color:#E4C888;font-size:1.1rem;letter-spacing:.1em}
.locv2-rating .count{display:block;font-size:.76rem;color:rgba(255,255,255,.68);margin-top:.35rem}

.locv2-body{display:grid;grid-template-columns:1fr 1fr;gap:0}
.locv2-transport,.locv2-details{padding:2rem 2.2rem}
.locv2-transport{border-right:1px solid rgba(255,255,255,.1)}
.locv2-body h4{font-size:.7rem;font-weight:700;letter-spacing:.06em;text-transform:uppercase;color:rgba(255,255,255,.6);margin:0 0 1.1rem}
.locv2-transport-list{list-style:none;margin:0;padding:0}
.locv2-transport-list li{padding:.75rem 0;border-bottom:1px solid rgba(255,255,255,.1);display:flex;justify-content:space-between;gap:1rem;font-size:.88rem;min-width:0}
.locv2-transport-list .name,.locv2-transport-list .meta{min-width:0}
.locv2-transport-list li:last-child{border-bottom:none;padding-bottom:0}
.locv2-transport-list .name{color:#fff;font-weight:600}
.locv2-transport-list .meta{color:rgba(255,255,255,.68);text-align:right;white-space:nowrap}

.locv2-detail-list{list-style:none;margin:0 0 1.4rem;padding:0}
.locv2-detail-list li{position:relative;padding-left:1.1rem;font-size:.88rem;color:rgba(255,255,255,.68);margin-bottom:.65rem;line-height:1.55}
.locv2-detail-list li::before{content:'';position:absolute;left:0;top:.55em;width:5px;height:5px;border-radius:50%;background:#E4C888}
.locv2-hospital-line{font-size:.84rem;color:rgba(255,255,255,.68);padding-top:1.2rem;border-top:1px solid rgba(255,255,255,.1);margin:0}
.locv2-hospital-line a{color:#E4C888;text-decoration:none;font-weight:600}
.locv2-hospital-line a:hover{text-decoration:underline}

.locv2-actions{display:flex;gap:.9rem;padding:1.6rem 2.2rem;background:rgba(0,0,0,.18);border-top:1px solid rgba(255,255,255,.1)}
.locv2-actions .btn-ghost{border:1px solid rgba(255,255,255,.2);color:#fff;background:transparent}
.locv2-actions .btn-ghost:hover{border-color:rgba(255,255,255,.4)}

@media(max-width:820px){
  .locv2-card-head{grid-template-columns:1fr;text-align:left;gap:.8rem}
  .locv2-rating{text-align:left}
  .locv2-body{grid-template-columns:1fr}
  .locv2-transport{border-right:none;border-bottom:1px solid rgba(255,255,255,.1)}
}
@media(max-width:560px){
  .locv2-card-head{padding:1.6rem 1.4rem}
  .locv2-transport,.locv2-details{padding:1.6rem 1.4rem}
  .locv2-actions{padding:1.2rem 1.4rem;flex-direction:column}
  .locv2-actions .btn{width:100%;justify-content:center}
  .locv2-transport-list li{flex-direction:column;gap:.15rem}
  .locv2-transport-list .meta{text-align:left;white-space:normal}
}

/* ---------- Hero ---------- */
/* New hero palette: deep-honey gold accent, near-black ink, cream ground — replaces Signal Blue in this section only. */
.hero{
  --h-ink:#0F1512; --h-body:#424C46; --h-soft:#828C86; --h-line:#E7E9E4;
  --h-accent:#B8863A; --h-accent-deep:#9A6F2E; --h-cream:#F7F4EC;
  padding:1.4vh 0;
  background:var(--h-cream);
  display:flex;flex-direction:column;
  min-height:calc(100svh - 108px);
}
.wrap-wide{container-type:inline-size;max-width:none;margin:0;padding:0 3rem}
.hero .wrap-wide{display:flex;flex-direction:column;flex:1;min-height:0}

/* Photo fills whatever height is left after the stats row below it, so the
   stats row is always visible without scrolling — never a fixed vh value. */
.hero-media{position:relative;width:100%;flex:1 1 auto;min-height:0;overflow:hidden;border-radius:20px;display:flex;align-items:center}
.hero-media img.portrait{position:absolute;inset:0;width:100%;height:100%;aspect-ratio:auto;margin:0;object-fit:cover;object-position:28% 8%;border-radius:0}
.hero-media .scrim{
  position:absolute;inset:0;pointer-events:none;
  background:linear-gradient(100deg,rgba(10,14,12,0) 0%,rgba(10,14,12,0) 28%,rgba(10,14,12,.55) 50%,rgba(10,14,12,.72) 100%);
}
.hero-copy{position:relative;z-index:2;width:38%;max-width:520px;min-width:280px;margin-left:auto;margin-right:8%;padding:2rem 0;color:#fff}
.hero-copy .cap{display:flex;align-items:center;gap:.7rem;margin-bottom:1.1rem}
.hero-copy .cap .avatar-dot{width:28px;height:2px;background:#E4C888;flex:0 0 auto}
.hero-copy .cap .c-name{font-weight:700;font-size:.92rem;letter-spacing:-.01em;color:#fff}
.hero-copy .cap .c-role{font-size:.78rem;color:rgba(255,255,255,.7);margin-top:.1rem}
.consultant-card .stars,.consultant-card .c-creds,.consultant-card .gmc-chip{display:none}

.hero .eyebrow{display:flex;align-items:center;gap:.5rem;font-size:.76rem;font-weight:600;letter-spacing:.06em;color:#fff;text-transform:uppercase;margin-bottom:1rem}
.hero .eyebrow::before{content:"";width:6px;height:6px;border-radius:50%;background:#E4C888;flex:0 0 auto}
.hero h1{
  font-weight:600;font-size:clamp(1.9rem,3.2vw,2.6rem);line-height:1.08;letter-spacing:-.02em;
  color:#fff;margin:0 0 1.1rem;
}
.hero .lead{font-size:1.02rem;color:rgba(255,255,255,.86);margin:0 0 1.6rem;font-weight:400;max-width:34em}
.hero .lead strong{color:#fff;font-weight:600}

.hero-ctas{display:flex;align-items:center;gap:1.4rem;flex-wrap:wrap;margin:0 0 1.4rem}
.hero .hero-ctas .btn-solid{
  display:inline-flex;align-items:center;gap:.6rem;
  background:var(--accent-deep);color:#fff;font-weight:600;font-size:.92rem;
  padding:1em 1.6em;border-radius:100px;text-decoration:none!important;box-shadow:none;
}
.hero .hero-ctas .btn-solid:hover{transform:translateY(-2px);background:var(--accent-hover)}
.hero .hero-ctas .btn-ghost,.hero .hero-ctas .btn-wa{
  background:none;border:none;color:#fff;font-weight:600;font-size:.88rem;
  padding:0;text-decoration:underline!important;text-underline-offset:.25em;transition:color .15s ease;
}
.hero .hero-ctas .btn-ghost:hover,.hero .hero-ctas .btn-wa:hover{transform:none;color:#E4C888}
.hero .hero-ctas svg{display:none}

.hero-points{list-style:none;margin:0;padding:0;display:none}

.consultant-card{all:unset;display:contents}

/* Condition-page hero facts */
.fact-row{display:grid;grid-template-columns:repeat(4,1fr);gap:1px;background:var(--line);border:1px solid var(--line);border-radius:var(--radius);overflow:hidden;margin-top:2.4rem}
/* "Beyond the operating theatre" — one big stat as the visual anchor (dark
   section, deliberately breaking the run of light sections around it),
   supporting facts as a quiet secondary list, not another grid or table. */
.leadership-stat{display:flex;align-items:baseline;gap:.6rem;margin-bottom:1rem}
.leadership-stat b{font-family:var(--font-display);font-weight:800;font-size:1.5rem;line-height:1;color:#E4C888;letter-spacing:-.01em}
.leadership-stat span{font-size:.8rem;color:rgba(255,255,255,.6);line-height:1.3}
.leadership-text{max-width:64rem;margin:0 auto}
.leadership-text h2{max-width:50rem}
.leadership-text p{max-width:60rem}
.leadership-more{list-style:none;margin:1.5rem 0 0;padding:0;display:grid;gap:.55rem;max-width:60rem}

/* "Why the chest wall" — 4 cards (specialties that don't claim the chest wall)
   beside the narrative, dark quote band below. */
.why-grid{display:grid;grid-template-columns:1.15fr .85fr;gap:3rem;align-items:start;margin-bottom:2.2rem}
.cards.why-cards{grid-template-columns:repeat(2,1fr)}
.why-narr p{color:var(--soft);line-height:1.72;font-size:1rem;margin:0 0 1.15rem}
.why-narr p:last-child{margin-bottom:0}
.why-quote{background:linear-gradient(120deg,#0F1512,#1F2A22);border-radius:16px;padding:2rem 2.3rem;position:relative;overflow:hidden}
.why-quote::before{content:'\201C';position:absolute;top:-1rem;right:1.2rem;font-family:var(--font-display);font-size:6.5rem;color:rgba(228,200,136,.12);line-height:1}
.why-quote p{position:relative;color:#fff;font-size:1.06rem;font-style:italic;line-height:1.56;margin:0 0 .8rem}
.why-quote cite{position:relative;display:block;color:#E4C888;font-style:normal;font-weight:700;font-size:.82rem}
@media(max-width:820px){.why-grid{grid-template-columns:1fr}}

/* ---------- Costs page: centred narrative + reused dark pull-quote ---------- */
.costs-narrow{max-width:54rem;margin:2.2rem auto 0;color:var(--soft);line-height:1.72;font-size:1rem}
.costs-narrow:first-child{margin-top:0}
.costs-narrow p{color:var(--soft);line-height:1.72;font-size:1rem;margin:0 0 1.15rem}
.costs-narrow p:last-child{margin-bottom:0}
.section.deep .costs-narrow,.section.deep .costs-narrow p{color:rgba(255,255,255,.72)}
.why-quote.quote-narrow{max-width:54rem;margin:2.2rem auto 0}

/* ---------- Costs page: pricing cards (dark section, glass cards, gold strip head) ---------- */
.price-list-wrap{display:flex;flex-direction:column;gap:1.4rem;max-width:64rem;margin:0 auto}
.price-card{background:rgba(255,255,255,.06);border:1px solid rgba(255,255,255,.14);border-radius:20px;overflow:hidden}
.price-card-strip{display:flex;justify-content:space-between;align-items:center;gap:1.5rem;background:transparent;border-bottom:1px solid rgba(255,255,255,.14);padding:1.2rem 2.2rem}
.price-card-strip .card-tag{background:transparent;padding:0;margin:0;font-size:.82rem;color:#E4C888;line-height:1;align-self:center}
.price-card-strip b{font-family:var(--font-display);font-weight:800;font-size:1.5rem;color:#E4C888;white-space:nowrap;line-height:1}
.price-card-body{padding:1.7rem 2.2rem 2rem}
.price-card-body h3{margin:0 0 .35em;font-weight:700;font-size:1.15rem;color:#fff}
.price-card-sub{margin:0 0 1.3rem;font-size:.88rem;color:rgba(255,255,255,.6)}
.price-rows{list-style:none;margin:0;padding:0}
.price-rows li{display:flex;justify-content:space-between;gap:1rem;padding:.7rem 0;border-bottom:1px solid rgba(255,255,255,.14);font-size:.92rem}
.price-rows li:last-child{border-bottom:none}
.price-rows li span{color:rgba(255,255,255,.65)}
.price-rows li b{color:#fff;font-weight:700;white-space:nowrap}
.price-card-foot{display:flex;justify-content:space-between;margin-top:1.1rem;padding-top:1.1rem;border-top:1px solid rgba(255,255,255,.14);font-size:.86rem;color:rgba(255,255,255,.55)}
.price-card-foot b{color:#fff}
.price-check{
  display:flex;align-items:center;gap:.55em;margin:1.1rem 0 0;
  color:#22C55E;font-size:.86rem;font-weight:400;
}
.price-check svg{width:1.15em;height:1.15em;flex:none}
.price-cta{text-align:center;margin-top:2.6rem}
.price-cta p{margin:0 0 1.3rem;color:rgba(255,255,255,.7)}
@media(max-width:600px){
  .price-card-strip{padding:1rem 1.5rem;flex-direction:column;align-items:flex-start;gap:.4rem}
  .price-card-strip .card-tag{align-self:flex-start}
  .price-card-body{padding:1.5rem 1.5rem 1.8rem}
  .price-rows li{flex-direction:column;gap:.15rem}
}
@media(max-width:480px){.cards.why-cards{grid-template-columns:1fr}}

/* ---------- Costs page: included / billed separately comparison ---------- */
.incl-grid{display:grid;grid-template-columns:1fr 1fr;gap:1.6rem;max-width:72rem;margin:0 auto}
.incl-col{background:#fff;border:1px solid var(--line);border-radius:20px;padding:2rem 2.2rem}
.incl-col-head{font-size:1.05rem;font-weight:700;margin:0 0 1.5rem}
.incl-col-head.incl-yes{color:#1DA362}
.incl-col-head.incl-extra{color:var(--accent-deep)}

/* ---------- Costs page: payment routes ---------- */
.card p.route-qualifier{font-style:italic;font-size:.85rem;color:var(--accent-deep);margin-bottom:.9rem}

/* ---------- Costs page: real patient figures ---------- */
.patient-card{display:flex;flex-direction:column}
.patient-head{display:flex;align-items:center;gap:.9rem;margin-bottom:1.1rem}
.patient-avatar{flex:none;width:2.6rem;height:2.6rem;border-radius:50%;background:#F7F4EC;color:var(--accent-deep);font-weight:800;font-family:var(--font-display);display:flex;align-items:center;justify-content:center;font-size:1.05rem}
.patient-head b{display:block;font-size:.96rem;color:var(--ink)}
.patient-head span:not(.patient-avatar){display:block;font-size:.78rem;color:var(--soft)}
.patient-card > p{flex:1}
.patient-total{border-top:1px solid var(--line);margin-top:auto;padding-top:1rem}
.patient-total b{display:block;font-family:var(--font-display);font-size:1.2rem;color:var(--accent-deep)}
.patient-total span{display:block;font-size:.78rem;color:var(--soft);margin-top:.2rem}

/* ---------- Costs page: NHS vs private, plain row-list (no table) ---------- */
.rc{max-width:64rem;margin:0 auto}
.rc-head{display:grid;grid-template-columns:1fr 1.3fr 1.3fr;gap:1.6rem;padding-bottom:1rem;margin-bottom:.4rem;border-bottom:2px solid var(--ink)}
.rc-head span{font-size:.7rem;font-weight:700;text-transform:uppercase;letter-spacing:.05em;color:var(--soft)}
.rc-head span:last-child{color:var(--accent-deep)}
.rc-row{display:grid;grid-template-columns:1fr 1.3fr 1.3fr;gap:1.6rem;padding:1.15rem 0;border-bottom:1px solid var(--line);align-items:start}
.rc-row:last-child{border-bottom:none}
.rc-topic{font-weight:700;color:var(--ink);font-size:.92rem}
.rc-nhs{font-size:.86rem;color:var(--soft);line-height:1.5}
.rc-private{font-size:.9rem;color:var(--accent-deep);font-weight:600;line-height:1.5}
@media(max-width:700px){
  .rc-head{display:none}
  .rc-row{grid-template-columns:1fr;gap:.2rem;padding:1.3rem 0}
  .rc-nhs::before{content:'Typical NHS pathway';display:block;font-size:.66rem;font-weight:700;text-transform:uppercase;letter-spacing:.04em;color:var(--soft);opacity:.8;margin:.6rem 0 .2rem}
  .rc-private::before{content:'Private with Mr Scarci';display:block;font-size:.66rem;font-weight:700;text-transform:uppercase;letter-spacing:.04em;color:var(--accent-deep);margin:.4rem 0 .2rem}
}
.incl-list{list-style:none;margin:0;padding:0}
.incl-list li{display:flex;gap:1rem;align-items:flex-start;padding:1.2rem 0;border-bottom:1px solid var(--line)}
.incl-list li:first-child{padding-top:0}
.incl-list li:last-child{padding-bottom:0;border-bottom:none}
.incl-list li svg,.incl-list li .dash{width:1.3em;height:1.3em;flex:none;margin-top:.15em}
.incl-list li .dash{display:flex;align-items:center;justify-content:center;font-weight:700;color:var(--soft)}
.incl-list li b{display:block;font-size:1rem;color:var(--ink);margin-bottom:.3rem;font-weight:700;line-height:1.3}
.incl-list li span{display:block;font-size:.82rem;color:var(--soft);line-height:1.55}
.incl-list-yes svg{color:#22C55E}
@media(max-width:820px){.incl-grid{grid-template-columns:1fr;gap:1.6rem}}
@media(max-width:600px){.incl-col{padding:1.6rem 1.5rem}}
.leadership-more li{position:relative;padding-left:1.1rem;font-size:.85rem;color:rgba(255,255,255,.55);line-height:1.5}
.leadership-more li::before{content:'';position:absolute;left:0;top:.55em;width:4px;height:4px;border-radius:50%;background:#E4C888}
.fact{background:#fff;padding:1.05rem 1.1rem}
.fact b{display:block;font-family:var(--font-display);font-size:1.35rem;color:#0F1512;line-height:1.1}
.fact span{font-size:.83rem;color:var(--soft)}
.worth-knowing .fact-row{background:none;border:none;border-top:1px solid rgba(255,255,255,.14);border-radius:0;margin-top:2.2rem}
.worth-knowing .fact{background:transparent;padding:1.3rem 1.4rem 0}
.worth-knowing .fact:first-child{padding-left:0}
.worth-knowing .fact b{color:#E4C888;font-size:1.2rem}
.worth-knowing .fact span{color:rgba(255,255,255,.55);font-size:.72rem}
@media(max-width:980px){
  .worth-knowing .fact-row{row-gap:1rem}
  .worth-knowing .fact{padding-left:1.4rem;padding-top:1.3rem}
  .worth-knowing .fact:nth-child(odd){padding-left:0}
  .worth-knowing .fact:nth-child(n+3){border-top:1px solid rgba(255,255,255,.14);padding-top:1rem}
}

/* ---------- Trust strip (hero stats row — rounded card matching the photo, sits right under it) ---------- */
.trust{
  display:grid;grid-template-columns:repeat(5,1fr);gap:0;flex:0 0 auto;
  margin-top:1.2rem;background:#fff;border:1px solid var(--h-line);border-radius:20px;overflow:hidden;color:var(--h-ink);
  box-shadow:0 8px 24px -12px rgba(15,21,18,.12);
}
.trust span{display:block;padding:1.3rem 1.35rem;text-align:center}
.trust span b{display:block;font-size:1.6rem;font-weight:600;color:var(--h-accent-deep);letter-spacing:-.02em;line-height:1}
.trust span em{display:block;font-style:normal;font-size:.84rem;color:var(--h-body);font-weight:500;margin-top:.4rem}
.trust svg{display:none}

/* ---------- Logo carousel ---------- */
.ms-logo-carousel{
  background:#F7F4EC;border-top:1px solid var(--h-line);border-bottom:1px solid var(--h-line);
  padding:7.5rem 0 0;overflow:hidden;position:relative;
}
.ms-logo-carousel::before,.ms-logo-carousel::after{
  content:'';position:absolute;top:0;bottom:0;width:8%;z-index:1;pointer-events:none;
}
.ms-logo-carousel::before{left:0;background:linear-gradient(90deg,#F7F4EC 0%,transparent 100%)}
.ms-logo-carousel::after{right:0;background:linear-gradient(270deg,#F7F4EC 0%,transparent 100%)}
.ms-logo-track{
  display:flex;align-items:center;gap:5.5rem;width:max-content;
  animation:ms-scroll 42s linear infinite;
}
.ms-logo-carousel:hover .ms-logo-track{animation-play-state:paused}
.ms-logo-box{flex:0 0 auto;height:52px;display:flex;align-items:center;justify-content:center}
.ms-logo-box a{display:flex;align-items:center;justify-content:center;height:100%}
.ms-logo-box img,.ms-logo-box svg{
  height:100%;width:auto;max-width:170px;object-fit:contain;
  filter:grayscale(100%) opacity(.55);transition:filter .2s ease;
}
.ms-logo-box:hover img,.ms-logo-box:hover svg{filter:grayscale(0%) opacity(1)}
@keyframes ms-scroll{
  from{transform:translateX(0)}
  to{transform:translateX(-50%)}
}
@media (prefers-reduced-motion:reduce){
  .ms-logo-track{animation:none;flex-wrap:wrap;justify-content:center}
}
@media (max-width:980px){
  .ms-logo-carousel{padding:2.8rem 0 0}
  .ms-logo-track{gap:2.8rem}
  .ms-logo-box{height:34px}
}
@media (max-width:560px){
  .ms-logo-carousel{padding:1.6rem 0 0}
  .ms-logo-track{gap:2.2rem}
  .ms-logo-box{height:26px}
}
/* ---------- Symptom router ---------- */
.router{display:grid;grid-template-columns:repeat(3,1fr);gap:1rem}
.router a{
  display:flex;flex-direction:column;height:100%;
  background:#fff;border:1px solid var(--h-line,var(--line));border-radius:20px;
  padding:2.2rem 1.3rem;color:#0F1512;font-weight:400;line-height:1.45;
  box-shadow:0 4px 14px rgba(15,21,18,.05);transition:border-color .15s,transform .15s,box-shadow .15s;
}
.router a:hover{text-decoration:none;border-color:var(--accent-deep);transform:translateY(-3px);box-shadow:0 14px 32px -18px rgba(15,21,18,.18)}
.router a small{display:block;color:var(--accent-deep);font-weight:500;margin-top:auto;padding-top:.5rem;font-size:.86rem}
.router a q{font-style:italic;color:var(--body);quotes:"\201C" "\201D"}
.router a.router-gold{background:linear-gradient(145deg,var(--accent-deep),var(--accent-darker));border-color:var(--accent-darker);color:#fff}
.router a.router-gold q{color:#fff}
.router a.router-gold small{color:#F3E2C0}
.router a.router-gold:hover{border-color:#573B15;background:#573B15}

/* ---------- "What we treat" section: photo background with parallax ---------- */
.section.treat-section{
  position:relative;color:#fff;
  background-image:linear-gradient(180deg,rgba(15,21,18,.86),rgba(15,21,18,.94)),url('../assets/marco-treat-bg.webp');
  background-size:cover,cover;background-repeat:no-repeat,no-repeat;background-position:50% 30%,50% 30%;background-attachment:fixed;
}
.treat-section .eyebrow{color:#E4C888}
.treat-section h2{color:#fff}
.treat-section .section-head p{color:rgba(255,255,255,.75)}
.treat-section .card{background:rgba(255,255,255,.06);border-color:rgba(255,255,255,.14);backdrop-filter:blur(10px)}
.treat-section .card h3{color:#fff}
.treat-section .card p{color:rgba(255,255,255,.75)}
.treat-section .card .more{background:rgba(0,0,0,.18);border-top-color:rgba(255,255,255,.14);color:#E4C888}
.treat-section .card-tag{background:#E4C888;color:#241B0A}
.treat-section .card .icon{background:rgba(91,123,166,.14);color:#E4C888}
.treat-section .card.alt{background:rgba(255,255,255,.1)}

/* ---------- Cards ---------- */
.cards{display:grid;grid-template-columns:repeat(3,1fr);gap:1.3rem}
.treat-section .cards{grid-template-columns:repeat(2,1fr);max-width:64rem;margin:0 auto}
.card{
  background:#fff;border:1px solid var(--h-line,var(--line));border-radius:20px;
  padding:1.8rem 1.8rem 0;box-shadow:0 4px 16px rgba(15,21,18,.05);
  display:flex;flex-direction:column;transition:transform .15s,box-shadow .15s,border-color .15s;
  overflow:hidden;text-decoration:none;color:inherit;
}
.card:hover{transform:translateY(-4px);box-shadow:0 14px 32px -18px rgba(15,21,18,.18);border-color:#D9B672;text-decoration:none}
.card .icon{width:58px;height:58px;border-radius:14px;background:#F7F4EC;color:var(--accent-deep);display:flex;align-items:center;justify-content:center;margin-bottom:1.1rem}
.card .icon svg{width:30px;height:30px}
.card h3{margin-bottom:.5em;font-weight:400}
.card p{font-size:1.03rem;color:var(--soft);margin-bottom:1.6rem}
.card:not(:has(.more)){padding-bottom:1.8rem}
.card.card-gold{background:linear-gradient(145deg,var(--accent-deep),var(--accent-darker));border-color:var(--accent-darker)}
.card.card-gold h3{color:#fff}
.card.card-gold p{color:#fff}
.card.card-gold .icon{background:rgba(255,255,255,.16);color:#fff}
.card .more{
  font-weight:500;font-size:.92rem;color:var(--accent-deep);margin-top:auto;
  padding:1rem 1.8rem;margin-left:-1.8rem;margin-right:-1.8rem;
  border-top:1px solid var(--h-line,var(--line));background:#FAF8F3;
}
.card.alt{background:#F7F4EC}
.card-tag{align-self:flex-start;font-size:.7rem;font-weight:700;letter-spacing:.1em;text-transform:uppercase;color:var(--accent-deep);background:#F7F4EC;border-radius:6px;padding:.3em .7em;margin-bottom:1rem}

/* ---------- In the media — press grid + credential rows ---------- */
.press-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:1.1rem;margin-bottom:2.6rem}
.press-item{
  background:#fff;border:1px solid var(--line);border-radius:20px;
  padding:1.6rem 1.6rem;box-shadow:0 4px 16px rgba(15,21,18,.05);
  display:flex;flex-direction:column;gap:1rem;text-decoration:none;color:inherit;
  transition:transform .15s,box-shadow .15s,border-color .15s;
}
.press-item:hover{transform:translateY(-4px);box-shadow:0 14px 32px -18px rgba(15,21,18,.18);border-color:#D9B672}
.press-item-logo{height:32px;display:flex;align-items:center}
.press-item-logo img{height:32px;width:auto;max-width:100%;object-fit:contain;filter:grayscale(1);opacity:.72;transition:filter .15s,opacity .15s}
.press-item:hover .press-item-logo img{filter:grayscale(0);opacity:1}
.press-item-name{display:flex;align-items:center;gap:.6em}
.press-item-name::before{content:"";width:4px;height:18px;border-radius:2px;background:var(--accent-deep);flex:none}
.press-item-name span{font-weight:700;font-size:.94rem;color:var(--ink)}
.press-item p{margin:0;font-size:.85rem;font-style:italic;color:var(--soft);line-height:1.6;flex:1}
.press-item blockquote{margin:0;padding:0;border:0;flex:1;display:flex;flex-direction:column;gap:.5rem}
.press-item blockquote p{flex:none}
.press-item cite{font-style:normal;font-size:.72rem;font-weight:600;letter-spacing:.02em;color:var(--accent-deep);opacity:.8}
.press-item .card-tag{margin:0}

.credential-rows{display:grid;gap:1.7rem;text-align:center}
.credential-label{display:block;font-size:.72rem;font-weight:700;letter-spacing:.1em;text-transform:uppercase;color:var(--accent-deep);margin-bottom:.9rem}
.credential-pills{display:flex;flex-wrap:wrap;justify-content:center;gap:.7rem}
.credential-pill{
  display:inline-flex;align-items:center;gap:.6em;background:#fff;border:1px solid var(--line);
  border-radius:10px;padding:.6em 1.1em;font-size:.85rem;font-weight:600;color:var(--ink);
  text-decoration:none;transition:border-color .15s,transform .15s,box-shadow .15s;
}
.credential-pill:hover{border-color:#D9B672;transform:translateY(-2px);box-shadow:0 10px 22px -14px rgba(15,21,18,.2)}
.credential-pill img{height:20px;width:auto;max-width:64px;object-fit:contain}

@media(max-width:980px){
  .press-grid{grid-template-columns:repeat(2,1fr)}
}
@media(max-width:560px){
  .press-grid{grid-template-columns:1fr}
}

/* ---------- In the media — dark/glass variant (only when #media has .deep) ---------- */
#media.deep .press-item{background:rgba(255,255,255,.06);border-color:rgba(255,255,255,.14);backdrop-filter:blur(10px);-webkit-backdrop-filter:blur(10px)}
#media.deep .press-item:hover{border-color:#E4C888;box-shadow:0 14px 32px -18px rgba(0,0,0,.4)}
#media.deep .press-item-logo{background:rgba(255,255,255,.92);border-radius:8px;padding:.35rem .7rem;width:fit-content}
#media.deep .press-item-logo img{filter:none;opacity:1}
#media.deep .press-item-name::before{background:#E4C888}
#media.deep .press-item-name span{color:#fff}
#media.deep .press-item p{color:rgba(255,255,255,.65)}
#media.deep .press-item cite{color:#E4C888}
#media.deep .card-tag{background:#E4C888;color:#241B0A}
#media.deep .credential-label{color:#E4C888}
#media.deep .credential-pill{background:rgba(255,255,255,.92);border-color:rgba(255,255,255,.14);color:var(--ink)}
#media.deep .credential-pill:hover{border-color:#D9B672}


/* ---------- Split / feature (legacy, still used by other pages) ---------- */
.split{display:grid;grid-template-columns:1fr 1fr;gap:4rem;align-items:center}
.split .media{position:relative}
.split .media img{border-radius:20px;box-shadow:0 24px 60px -24px rgba(15,21,18,.28);object-fit:cover;aspect-ratio:4/3.4;width:100%}
.checklist{list-style:none;margin:1.4rem 0;padding:0;display:grid;gap:.75rem}
.checklist li{display:flex;gap:.7em;align-items:flex-start}
.checklist li svg{width:1.25em;height:1.25em;color:var(--accent-deep);flex:none;margin-top:.18em}
.section.deep .checklist li svg{color:#E4C888}

.symptom-chips{list-style:none;margin:1.4rem 0 0;padding:0;display:flex;flex-wrap:wrap;justify-content:center;gap:.6rem}
.symptom-chips li{
  display:flex;align-items:center;gap:.55em;background:#fff;border:1px solid var(--h-line,var(--line));
  border-radius:8px;padding:.6em 1.1em;font-size:.88rem;color:var(--soft);
}
.symptom-chips li svg{width:1.1em;height:1.1em;color:var(--accent-deep);flex:none}
.symptom-chips li strong{color:var(--ink)}
.section.deep .symptom-chips li{background:rgba(255,255,255,.06);border-color:rgba(255,255,255,.14);color:rgba(255,255,255,.65)}
.section.deep .symptom-chips li svg{color:#E4C888}
.section.deep .symptom-chips li strong{color:#fff}
.split .btn-ghost{color:var(--accent-deep);border-color:rgba(154,111,46,.35)}
.split .btn-ghost:hover{border-color:var(--accent-deep)}
.checklist.warn li svg{color:var(--alert)}

/* ---------- Definition list: term as the existing .card-tag label, description below ---------- */
.def-chips{list-style:none;margin:1.4rem 0;padding:0;display:flex;flex-direction:column;gap:1rem}
.def-chips li{display:flex;flex-direction:column;gap:.45rem}
.def-chips .card-tag{margin-bottom:0;background:#E4C888;color:#241B0A}
.def-chips p{margin:0;font-size:.92rem;line-height:1.55;color:var(--soft)}
.choose-cards .card{background:#F7F4EC}
.choose-cards .card h3{font-weight:700;font-size:1.05rem}

/* ---------- Locations: remote consultations (dark section, text + fact card) ---------- */
.hero-ctas.center{justify-content:center}
.remote-split{display:grid;grid-template-columns:1.2fr 1fr;gap:2.6rem;align-items:start;margin:2.2rem 0 2.8rem}
.remote-split-text p{color:rgba(255,255,255,.68);font-size:.98rem;line-height:1.65;margin:0 0 1.2rem;max-width:32rem}
.remote-split-text .hero-ctas{margin-top:1.4rem}
.remote-split-text .btn-ghost{background:transparent;color:#fff;border:1.5px solid rgba(255,255,255,.28)}
.remote-split-text .btn-ghost:hover{border-color:#E4C888;color:#E4C888}
.remote-split-card{
  background:rgba(255,255,255,.06);border:1px solid rgba(255,255,255,.14);border-radius:16px;
  padding:1.8rem 2rem;backdrop-filter:blur(10px);-webkit-backdrop-filter:blur(10px);
}
.remote-split-card .card-tag{display:inline-block;background:#E4C888;color:#241B0A}
.remote-split-card p{color:rgba(255,255,255,.7);font-size:.9rem;line-height:1.6;margin:1rem 0}
.remote-split-card .checklist li svg{color:#E4C888}
.remote-split-card .remote-note{color:rgba(255,255,255,.5);font-size:.82rem;margin:0}
.insurers-row{max-width:56rem;margin:2.8rem auto 0;text-align:center}
.insurers-row .eyebrow{display:block;margin-bottom:1rem}
@media(max-width:820px){.remote-split{grid-template-columns:1fr}}

/* ---------- Hero symptom chips (small pills, dark hero context) ---------- */
.cond-hero-chips{list-style:none;margin:0 0 1.4rem;padding:0;display:flex;flex-wrap:wrap;gap:.5rem}
.cond-hero-chips li{display:inline-flex;align-items:center;gap:.4em;background:rgba(255,255,255,.1);border:1px solid rgba(255,255,255,.22);color:#fff;font-size:.8rem;font-weight:600;padding:.4em .9em;border-radius:8px}
.cond-hero-chips li svg{width:.9em;height:.9em;color:#E4C888;flex:none}

/* ---------- Symptom-behaviour decoder (scan-row list with a verdict pill) ---------- */
.scan-list{display:flex;flex-direction:column;gap:.6rem;margin-top:1rem}
.scan-row{display:flex;align-items:center;gap:1rem;padding:1rem 1.2rem;border-radius:12px;background:#fff;border:1px solid var(--line)}
.scan-row b{display:block;font-size:.9rem;color:#0F1512}
.scan-row span{display:block;font-size:.8rem;color:var(--soft);margin-top:.15rem}
.scan-verdict{margin-left:auto;flex:none;font-size:.7rem;font-weight:700;letter-spacing:.04em;text-transform:uppercase;padding:.3em .75em;border-radius:6px;white-space:nowrap;background:#F7F4EC;color:var(--accent-deep)}
.scan-row.flag{border-color:rgba(179,55,46,.3)}
.scan-row.flag .scan-verdict{background:rgba(179,55,46,.1);color:var(--alert)}
.scan-row.hit .scan-verdict{background:#E4C888;color:#241B0A}
@media(max-width:560px){
  .scan-row{flex-wrap:wrap}
  .scan-verdict{margin-left:0}
}

/* ---------- Small bio stat row (photo+text about section) ---------- */
.bio-stats{display:grid;grid-template-columns:repeat(3,1fr);gap:1rem;margin:1.4rem 0}
.bio-stats div{text-align:center;background:#F7F4EC;border-radius:14px;padding:1.1rem 1rem}
.bio-stats b{display:block;font-family:var(--font-display);font-size:1.5rem;color:var(--accent-deep)}
.bio-stats span{font-size:.78rem;color:var(--soft);line-height:1.3}
@media(max-width:560px){.bio-stats{grid-template-columns:1fr}}

/* ---------- Urgency stat callout (big number + explanation) ---------- */
.urgency-box{background:rgba(255,255,255,.05);border:1px solid rgba(255,255,255,.12);border-radius:18px;padding:1.8rem 2rem;margin:1.8rem auto 0;max-width:56rem;display:flex;gap:1.8rem;align-items:center}
.urgency-stat{flex:none;text-align:center;min-width:9rem;border-right:1px solid rgba(255,255,255,.14);padding-right:1.8rem}
.urgency-stat b{display:block;font-family:var(--font-display);font-size:4rem;color:#E4C888;line-height:1;white-space:nowrap}
.urgency-stat span{display:block;font-size:1.05rem;color:rgba(255,255,255,.7);margin-top:.5rem;line-height:1.35}
.urgency-text h3{color:#fff;font-size:1.02rem;margin:0 0 .4rem}
.urgency-text p{font-size:.88rem;color:rgba(255,255,255,.72);margin:0}
@media(max-width:600px){
  .urgency-box{flex-direction:column;text-align:center}
  .urgency-stat{margin:0 auto;border-right:none;border-bottom:1px solid rgba(255,255,255,.14);padding-right:0;padding-bottom:1.2rem}
}

/* ---------- Inline "big word" callout (e.g. a single emphasised word + explanatory text) ---------- */
#early-care .card-tag{background:#E4C888;color:#241B0A}
.checklist-cards{gap:.7rem}
.checklist-cards .card{padding:1rem 1.3rem;border-radius:12px}
.checklist-cards .card p{margin-bottom:0}
#lump-causes .card-tag{background:#E4C888;color:#241B0A}
.section.deep .info-band{background:rgba(255,255,255,.05);border-color:rgba(255,255,255,.12)}
.section.deep .info-band svg{color:#E4C888}
.section.deep .info-band p{color:rgba(255,255,255,.75)}
@media(max-width:560px){
  #chronic .btn{width:100%;justify-content:center}
}

/* ---------- Surgery section: dark ambient theatre-photo background ---------- */
.surg-theatre{
  position:relative;
  background-image:linear-gradient(100deg,rgba(15,21,18,.95) 0%,rgba(15,21,18,.88) 45%,rgba(15,21,18,.6) 100%),url('../assets/marco-surgery-theatre.webp');
  background-size:cover,cover;background-repeat:no-repeat,no-repeat;background-position:50% 20%,50% 20%;background-attachment:fixed;
}
.surg-theatre-content{position:relative;z-index:1}
.surg-theatre .section-head{max-width:44rem;margin:0 auto 3rem;text-align:center}
.surg-theatre .eyebrow{color:#E4C888}
.surg-theatre .section-head h2{color:#fff}
.surg-theatre .section-head p{color:rgba(255,255,255,.78)}

/* Surgery: checklist card + technique list, glass panels over the theatre photo */
.surg-info{display:grid;grid-template-columns:.9fr 1.1fr;gap:1.6rem;align-items:start;max-width:60rem;margin:0 auto}
.surg-checklist{background:rgba(255,255,255,.06);border:1px solid rgba(255,255,255,.14);backdrop-filter:blur(10px);border-radius:18px;padding:1.8rem 1.9rem}
.surg-checklist h5{margin:0 0 1rem;font-size:.78rem;font-weight:700;letter-spacing:.06em;text-transform:uppercase;color:rgba(255,255,255,.6)}
.surg-item{
  display:flex;align-items:baseline;gap:.8rem;padding:.65rem 0;font-size:.9rem;color:#fff;font-weight:500;
  border-bottom:1px solid rgba(255,255,255,.14);
}
.surg-item:last-of-type{border-bottom:none}
.surg-item b{flex:none;width:1.4rem;font-size:.74rem;font-weight:700;color:#E4C888}
.surg-checklist p{margin:1.1rem 0 0;padding-top:1.1rem;border-top:1px solid rgba(255,255,255,.14);font-size:.86rem;line-height:1.6;color:rgba(255,255,255,.7)}
.surg-tech{background:rgba(255,255,255,.06);border:1px solid rgba(255,255,255,.14);backdrop-filter:blur(10px);border-radius:18px;overflow:hidden}
.surg-tech-row{padding:1.4rem 1.7rem}
.surg-tech-row + .surg-tech-row{border-top:1px solid rgba(255,255,255,.14)}
.surg-tech-row .tag{display:inline-block;font-size:.68rem;font-weight:700;letter-spacing:.06em;text-transform:uppercase;color:#E4C888;background:rgba(228,200,136,.14);border-radius:6px;padding:.3em .7em;margin-bottom:.6rem}
.surg-tech-row h4{margin:0 0 .4rem;font-size:.96rem;color:#fff}
.surg-tech-row p{margin:0;font-size:.85rem;line-height:1.55;color:rgba(255,255,255,.7)}
.surg-theatre .fact-row{background:rgba(255,255,255,.14);border-color:rgba(255,255,255,.14);max-width:60rem;margin:2.4rem auto 0}
.surg-theatre .fact{background:rgba(15,21,18,.55);backdrop-filter:blur(10px)}
.surg-theatre .fact b{color:#fff}
.surg-theatre .fact span{color:rgba(255,255,255,.65)}
@media(max-width:820px){
  .surg-info{grid-template-columns:1fr;gap:1.3rem}
}
@media(max-width:560px){
  .surg-checklist{padding:1.5rem 1.4rem}
  .surg-tech-row{padding:1.2rem 1.4rem}
  .surg-theatre .fact-row{grid-template-columns:1fr 1fr}
}

/* ---------- "Your surgeon" — bold inline statement, photo woven into the sentence ---------- */
.surgeon-section{background:#0F1512;color:#fff;padding:6.5rem 0;position:relative;overflow:hidden}
.surgeon-section .s-wrap{max-width:60rem;margin:0 auto;padding:0 2.5rem;position:relative;z-index:2}
.surgeon-section .eyebrow{
  display:flex;align-items:center;gap:.6rem;font-size:.78rem;font-weight:600;
  letter-spacing:.1em;color:#E4C888;text-transform:uppercase;margin-bottom:2rem;
}
.surgeon-section .eyebrow::before{content:"";width:28px;height:2px;background:#E4C888;flex:0 0 auto}
.surgeon-section .who{
  display:inline-flex;align-items:center;gap:.9rem;
  background:rgba(255,255,255,.06);border-radius:100px;padding:.4rem 1.6rem .4rem .4rem;
  margin:0 0 1.6rem;
}
.surgeon-section .who img{
  width:96px;height:96px;border-radius:50%;object-fit:cover;flex:none;
}
.surgeon-section .who span{font-size:1.3rem;font-weight:600;color:#fff;letter-spacing:-.01em}
.surgeon-section .lead{font-size:1.02rem;color:rgba(255,255,255,.8);font-weight:400;margin:0 0 1rem}
.surgeon-section p{font-size:1.02rem;color:rgba(255,255,255,.75);font-weight:400;max-width:42em}
.s-meta{display:flex;flex-wrap:wrap;gap:2.6rem;padding-top:2rem;border-top:1px solid rgba(255,255,255,.14);align-items:center;justify-content:space-between;margin-top:1.6rem}
.s-stats{display:flex;gap:2.2rem}
.s-stats div b{display:block;font-size:1.5rem;font-weight:600;color:#fff}
.s-stats div span{font-size:.74rem;color:rgba(255,255,255,.6)}
.surgeon-section .btn-solid{
  background:var(--accent-deep);color:#fff;font-weight:600;font-size:.92rem;
  padding:1em 1.6em;border-radius:100px;box-shadow:none;
}
.surgeon-section .btn-solid:hover{transform:translateY(-2px);background:var(--accent-hover)}

/* ---------- Mid-page CTA band (breather between sections) ---------- */
.section.narrow{padding:190px 0}
#career{padding-top:0}
.cta-split{
  display:grid;grid-template-columns:minmax(0,32rem) minmax(0,38rem);gap:2.4rem;align-items:center;justify-content:space-between;
  border-radius:20px;padding:4.6rem 3.2rem;
  background:radial-gradient(120% 90% at 15% 15%,rgba(228,200,136,.14),transparent 55%),linear-gradient(150deg,#0F1512,#1F2A22);
}
.cta-split-left{padding-right:24px}
.cta-split-left .eyebrow{display:block;color:#E4C888;margin-bottom:.8rem}
.cta-split-left h2{color:#fff;font-size:clamp(1.7rem,2.8vw,2.2rem);margin:0 0 .9rem;line-height:1.22}
.cta-split-left p{color:rgba(255,255,255,.65);font-size:.98rem;margin:0 0 1.6rem;max-width:26rem;line-height:1.6}
.cta-split-left .hero-ctas{margin:0}
.quote-carousel{display:flex;align-items:center;gap:.9rem}
.cta-split-quote{
  flex:1;min-width:0;
  background:rgba(255,255,255,.06);border:1px solid rgba(255,255,255,.14);border-radius:16px;
  padding:1.9rem 2.1rem;backdrop-filter:blur(8px);-webkit-backdrop-filter:blur(8px);
  min-height:18rem;display:flex;flex-direction:column;
}
.cta-split-quote .stars{display:block;color:#E4C888;letter-spacing:.2em;font-size:.85rem;margin-bottom:1rem}
.cta-split-quote p{color:rgba(255,255,255,.85);font-size:.92rem;line-height:1.62;margin:0 0 1.1rem;font-style:italic}
.cta-split-quote footer{font-size:.76rem;color:rgba(255,255,255,.5);font-weight:600}
.cta-split-quote .checklist{margin:0;gap:.95rem}
.cta-split-quote .checklist li{color:rgba(255,255,255,.85);font-size:.95rem;line-height:1.5}
.cta-split-quote .checklist li svg{color:#E4C888}
.quote-slide{display:none;flex:1}
.quote-slide.is-active{display:block;animation:quoteFadeIn .5s ease}
@keyframes quoteFadeIn{from{opacity:0;transform:translateY(6px)}to{opacity:1;transform:none}}
.quote-arrow{
  flex:none;background:none;border:none;padding:.4rem;color:rgba(255,255,255,.45);
  display:flex;align-items:center;justify-content:center;cursor:pointer;transition:color .15s,transform .15s;
}
.quote-arrow svg{width:20px;height:20px}
.quote-arrow:hover{color:#E4C888}
.quote-arrow-prev:hover{transform:translateX(-2px)}
.quote-arrow-next:hover{transform:translateX(2px)}
@media(max-width:500px){
  .quote-carousel{gap:.3rem}
  .quote-arrow svg{width:17px;height:17px}
}
@media(max-width:560px){
  .quote-arrow{display:none}
  .quote-slide{margin:0}
}
@media (prefers-reduced-motion:reduce){.quote-slide.is-active{animation:none}}
@media(max-width:860px){
  .cta-split{grid-template-columns:1fr;padding:2.4rem 1.8rem;gap:1.8rem;justify-content:stretch}
  .cta-split:has(.checklist){border-radius:0;width:100vw;margin-left:calc(50% - 50vw);margin-right:calc(50% - 50vw)}
  .cta-split-left{padding-right:0}
  .cta-split-left p{max-width:none}
  .cta-split-quote{height:auto;min-height:15.5rem;padding:1.5rem 1.4rem}
  .cta-split-quote:has(.checklist){background:transparent;border:none;padding:0;min-height:0;backdrop-filter:none;-webkit-backdrop-filter:none}
  .quote-carousel{gap:.5rem}
}

@media(max-width:980px){
  .s-meta{flex-direction:column;align-items:stretch;gap:1.4rem}
  .s-meta .btn{justify-content:center;width:100%}
  .s-stats{margin-left:0;justify-content:space-between}
}

/* ---------- Steps — stacked rows, oversized numeral leads each one, hairline rules between ---------- */
.steps{counter-reset:step;display:flex;flex-direction:column;max-width:56rem;margin:0 auto}
.step{
  counter-increment:step;position:relative;display:grid;
  grid-template-columns:5rem 1fr auto;gap:2rem;align-items:center;
  padding:2.4rem 0;border-bottom:1px solid var(--h-line,var(--line));
}
.step:first-child{padding-top:0}
.step:last-child{padding-bottom:0;border-bottom:none}
.step .num{
  font-family:var(--font-display);font-weight:700;font-size:3.2rem;line-height:1;
  color:#E8DDC4;letter-spacing:-.02em;
}
.step .num::before{content:counter(step,decimal-leading-zero)}
.step h3{margin:0 0 .4rem;font-size:1.12rem}
.step p{margin:0;font-size:.94rem;color:var(--soft)}
.step .when{
  font-size:.76rem;font-weight:600;color:var(--accent-deep);white-space:nowrap;
  text-align:right;
}
/* Home page "How it works": the timing column is scan-critical, so it gets a
   bigger, more legible size than the default .step .when everywhere else. */
#how-it-works .step .when{font-size:1rem}

/* Dark-themed recovery-timeline variant (rib-fractures.html) */
/* Recovery timeline: fixed dark-ink side panel + cream ledger of steps */
.recovery-frame{overflow:hidden;padding:70px 2.5rem;background:var(--h-cream,#F7F4EC)}
.recovery-frame-inner{display:grid;grid-template-columns:.36fr 1fr;min-height:36rem;max-width:1440px;margin:0 auto;border-radius:20px;overflow:hidden}
.recovery-side{
  background:linear-gradient(180deg,#1F2A22,#0F1512);padding:4rem 2.6rem;color:#fff;
  display:flex;flex-direction:column;justify-content:space-between;
}
.recovery-side-top .eyebrow{display:block;margin-bottom:.8rem;color:#E4C888}
.recovery-side-top h2{color:#fff;font-size:1.9rem;margin:0 0 1.1rem;line-height:1.2}
.recovery-side-top p{color:rgba(255,255,255,.65);font-size:.9rem;line-height:1.65;margin:0}
.recovery-side-bottom{font-size:.72rem;color:rgba(228,200,136,.7);letter-spacing:.04em;text-transform:uppercase;border-top:1px solid rgba(228,200,136,.2);padding-top:1.2rem}
.recovery-main{padding:3.5rem;background:var(--h-cream,#F7F4EC)}
.recovery-row{display:flex;gap:2rem;padding:1.9rem 0;border-bottom:1px solid var(--line)}
.recovery-row:first-child{padding-top:0}
.recovery-row:last-child{border-bottom:none;padding-bottom:0}
.recovery-idx{
  flex:none;width:3.6rem;font-family:var(--font-display);font-weight:700;font-size:2.6rem;
  color:rgba(154,111,46,.3);line-height:1;
}
.recovery-body{flex:1}
.recovery-title-row{display:flex;justify-content:space-between;align-items:baseline;gap:1rem;margin-bottom:.5rem;flex-wrap:wrap}
.recovery-body h4{margin:0;font-size:1.08rem;color:var(--ink)}
.recovery-when{font-size:.72rem;font-weight:700;color:var(--accent-deep);letter-spacing:.03em;text-transform:uppercase;white-space:nowrap}
.recovery-body p{margin:0;font-size:.88rem;color:var(--body-c);line-height:1.6}
@media(max-width:900px){
  .recovery-frame-inner{grid-template-columns:1fr;min-height:0}
  .recovery-main{padding:2.4rem 1.6rem}
  .recovery-side{padding:2.6rem 1.6rem}
}
@media(max-width:560px){
  .recovery-frame{padding:44px 1rem}
  .recovery-main{padding:1.8rem 1.2rem}
  .recovery-side{padding:2.2rem 1.2rem}
  .recovery-row{gap:1rem;padding:1.4rem 0}
  .recovery-idx{width:4.6rem;font-size:3.2rem}
  .recovery-title-row{flex-direction:column;align-items:flex-start;gap:.2rem}
}

/* CV-style list — year/location left, title+description right, hairline rules only.
   Used for "Training and career" on the About page. */
.cv-list{max-width:44rem;margin:0 auto}
.cv-reviewed{max-width:44rem;margin-left:auto;margin-right:auto;text-align:right}
.cv-row{display:grid;grid-template-columns:9rem 1fr;column-gap:2.2rem;padding:1.6rem 0;border-bottom:1px solid var(--line)}
.cv-row:first-child{padding-top:0}
.cv-row:last-child{border-bottom:none;padding-bottom:0}
.cv-year{font-weight:700;font-size:.92rem;color:var(--accent-deep);line-height:1.5}
.cv-year small{display:block;font-size:.76rem;font-weight:500;color:var(--soft)}
.cv-body h4{margin:0 0 .3rem;font-size:1.02rem;font-weight:600}
.cv-body p{margin:0;font-size:.9rem;color:var(--soft);line-height:1.62;max-width:32rem}
@media(max-width:640px){
  .cv-row{grid-template-columns:1fr;row-gap:.3rem}
  .cv-year{display:flex;align-items:baseline;gap:.6rem}
}

/* Treatment ladder variant */
.ladder .step{grid-template-columns:56px 1fr}
.ladder .step .when{grid-column:2;justify-self:start;margin-top:.6rem}

/* Pain-escalation cards — same visual language as the "Why patients come here" card grid, no icons */
.fp-cards{display:grid;grid-template-columns:repeat(4,1fr);gap:1.3rem;max-width:76rem;margin:0 auto}
.fp-card{
  background:#fff;border:1px solid var(--line);border-radius:20px;padding:1.8rem 1.8rem 2rem;
  box-shadow:0 4px 16px rgba(15,21,18,.05);transition:transform .15s,box-shadow .15s,border-color .15s;
}
.fp-card:hover{transform:translateY(-4px);box-shadow:0 14px 32px -18px rgba(15,21,18,.18);border-color:#D9B672}
.fp-tag{display:block;font-size:.7rem;font-weight:700;letter-spacing:.06em;text-transform:uppercase;color:var(--accent-deep);margin-bottom:.8rem}
.fp-card h3{margin:0 0 .5rem;font-size:1.02rem;font-weight:700;color:var(--ink);line-height:1.3}
.fp-card p{margin:0;font-size:.86rem;line-height:1.58;color:var(--soft)}
.fp-card-gold{background:linear-gradient(145deg,var(--accent-deep),var(--accent-darker));border-color:var(--accent-darker)}
.fp-card-gold .fp-tag{color:#fff}
.fp-card-gold h3,.fp-card-gold p{color:#fff}
@media(max-width:980px){
  .fp-cards{grid-template-columns:1fr 1fr}
}
@media(max-width:560px){
  .fp-cards{grid-template-columns:1fr}
}

/* ---------- Testimonials ---------- */
/* ---------- Testimonials ---------- */
.testimonials-section{background:linear-gradient(180deg,#FBF6EA,#F3E7CE)}
.testimonials-section .eyebrow{color:var(--accent-deep)}
.quotes{display:grid;grid-template-columns:repeat(3,1fr);gap:1.4rem;max-width:88rem;margin:0 auto}

/* Masonry variant: cards flow into whichever column is shortest instead of a
   rigid row grid, so a wall of same-height cards doesn't repeat visually. */
.quotes-masonry{display:block;columns:3;column-gap:1.4rem}
.quotes-masonry .quote{break-inside:avoid;margin:0 0 1.4rem;display:inline-block;width:100%}
@media(max-width:980px){.quotes-masonry{columns:2}}
@media(max-width:640px){.quotes-masonry{columns:1}}

/* ---------- Reviews: condition filter bar ---------- */
.review-filters{display:flex;flex-wrap:wrap;justify-content:center;gap:.6rem;max-width:60rem;margin:0 auto 1.2rem}
.review-filter-btn{
  font:inherit;font-size:.86rem;font-weight:600;cursor:pointer;
  background:#fff;border:1px solid var(--h-line,var(--line));color:var(--ink);
  border-radius:999px;padding:.55em 1.1em;transition:background .15s,border-color .15s,color .15s;
}
.review-filter-btn:hover{border-color:var(--accent-deep)}
.review-filter-btn[aria-pressed="true"]{background:var(--accent-deep);border-color:var(--accent-deep);color:#fff}
.review-count{text-align:center;font-size:.86rem;color:var(--soft);margin:0 0 2rem}
.quote.hide{display:none}
.review-source-note{text-align:center;font-size:.86rem;color:var(--soft);margin:2rem auto 0;max-width:44rem}
@media(max-width:820px){
  .review-filters{justify-content:center;flex-wrap:wrap}
  .review-filter-btn{white-space:nowrap;font-size:.8rem;padding:.5em 1em}
}
.quote{
  position:relative;background:#fff;border:1px solid var(--h-line,var(--line));
  border-radius:20px;padding:2.2rem 1.8rem 1.8rem;box-shadow:0 4px 16px rgba(15,21,18,.05);
  display:flex;flex-direction:column;overflow:hidden;margin:0;
}
.quote-mark{
  position:absolute;top:-.5rem;right:1.2rem;font-family:var(--font-display);font-size:5rem;
  color:#F7F4EC;line-height:1;pointer-events:none;user-select:none;z-index:0;
}
.quote .stars{position:relative;z-index:1;color:var(--accent-deep);margin-bottom:.9rem;letter-spacing:.15em}
.quote p{position:relative;z-index:1;font-size:.98rem;color:var(--body);margin:0 0 1.4rem;padding-top:1.2rem}
.quote footer{position:relative;z-index:1;margin-top:auto;padding-top:1.4rem;border-top:1px solid var(--h-line,var(--line));font-size:.83rem;color:var(--soft);font-weight:600}

/* ---------- Featured reviews band (dark, header CTA merged in) ---------- */
#featured{position:relative;overflow:hidden;background:radial-gradient(120% 90% at 15% 15%,rgba(228,200,136,.14),transparent 55%),linear-gradient(150deg,#0F1512,#1F2A22)}
#featured .wrap{position:relative;z-index:1}
#featured .featured-head{display:flex;justify-content:space-between;align-items:flex-end;gap:2rem;flex-wrap:wrap;margin-bottom:3rem;padding-bottom:2rem;border-bottom:1px solid rgba(255,255,255,.12)}
.featured-source-logos{display:flex;align-items:center;gap:1.4rem;flex:none}
.featured-source-logos span{display:flex;align-items:center;justify-content:center;background:#fff;border-radius:12px;padding:.8rem 1.6rem;height:4.4rem;min-width:9rem}
.featured-source-logos img{height:1.9rem;width:auto;max-width:150px;object-fit:contain}
.featured-source-logos .logo-doctify img{height:3.2rem}
#featured .featured-head h2{color:#fff;max-width:22ch;margin:.5rem 0 .6rem}
#featured .featured-head p{color:rgba(255,255,255,.62);margin:0;max-width:30rem}
#featured .quote{background:rgba(255,255,255,.05);border-color:rgba(255,255,255,.12)}
#featured .quote-mark{display:none}
#featured .quote .stars{color:#E4C888;font-size:2rem;letter-spacing:.05em;display:block;margin-bottom:1.1rem}
#featured .quote-tag{color:#E4C888;font-size:.95rem;font-weight:500;letter-spacing:.01em;text-transform:none;padding-right:0}
#featured .quote p{color:rgba(255,255,255,.82)}
#featured .quote footer{color:rgba(255,255,255,.5);border-top-color:rgba(255,255,255,.12)}
.featured-strip{display:flex;align-items:center;justify-content:center;gap:.5rem 1.6rem;flex-wrap:wrap;font-size:.86rem;color:rgba(255,255,255,.6);list-style:none;margin:2.4rem 0 0;padding:0}
.featured-strip li{display:flex;align-items:center;gap:.5rem}
.featured-strip li::before{content:'';width:5px;height:5px;border-radius:50%;background:#E4C888;flex:none}
@media(max-width:760px){
  #featured .featured-head{flex-direction:column;align-items:stretch}
  #featured .featured-head .btn{width:100%;justify-content:center}
}
.quote-tag{display:block;position:relative;z-index:1;font-size:.95rem;font-weight:500;letter-spacing:.01em;text-transform:none;color:var(--accent-deep);margin-bottom:.6rem;padding-right:2.8rem}

.fact-link{display:block;color:inherit;text-decoration:none}

.testimonials-section .btn-solid{background:var(--accent-deep);color:#fff;box-shadow:none}
.testimonials-section .btn-solid:hover{background:var(--accent-hover)}

/* ---------- Locations ---------- */
.loc-list{max-width:52rem;margin:0 auto;display:flex;flex-direction:column}
.loc-row{
  position:relative;display:grid;grid-template-columns:3.2rem 1fr auto;gap:1.4rem;align-items:center;
  padding:1.4rem 1.4rem;margin:0 -1.4rem;border-radius:14px;
  border-bottom:1px solid var(--h-line,var(--line));
  transition:background .2s ease,border-color .2s ease;
}
.loc-row:last-child{border-bottom:none}
.loc-row:hover{background:#F7F4EC;border-bottom-color:transparent}
.loc-initial{
  font-family:var(--font-display);font-weight:700;font-size:1.2rem;color:var(--accent-deep);
  width:3.2rem;height:3.2rem;border-radius:50%;border:1.5px solid #EADCB8;
  display:flex;align-items:center;justify-content:center;flex:none;
  transition:background .2s ease,color .2s ease,border-color .2s ease;
}
.loc-row:hover .loc-initial{background:linear-gradient(145deg,#F7EFDB,#EADCB8);color:var(--accent-deep);border-color:transparent}
.loc-body h3{font-size:1.02rem;margin:0 0 .3em}
.loc-body p{font-size:.84rem;color:var(--soft);margin:0}
.loc-when{text-align:right;flex:none}
.loc-when span{display:block;font-size:.7rem;font-weight:700;letter-spacing:.06em;text-transform:uppercase;color:var(--accent-deep)}
.loc-when b{display:block;font-size:.86rem;font-weight:600;color:#0F1512;margin-top:.2rem;white-space:nowrap}

@media(max-width:560px){
  .loc-row{grid-template-columns:2.6rem 1fr;gap:1rem}
  .loc-initial{width:2.6rem;height:2.6rem;font-size:1.05rem}
  .loc-when{grid-column:2;text-align:left;margin-top:.5rem}
}

/* ---------- FAQ ---------- */
.faq{max-width:52rem;margin:0 auto;display:grid;gap:.7rem}
.faq details{
  background:#fff;border:1px solid var(--h-line,var(--line));border-radius:14px;overflow:hidden;
  transition:border-color .2s ease,box-shadow .2s ease;
}
.faq details:hover{border-color:#D9B672}
.faq details[open]{border-color:#D9B672;box-shadow:0 12px 28px -18px rgba(15,21,18,.16)}
.faq summary{
  cursor:pointer;list-style:none;display:flex;justify-content:space-between;gap:1rem;align-items:center;
  padding:1.15rem 1.4rem;font-weight:600;color:#0F1512;font-size:1rem;
}
.faq summary::-webkit-details-marker{display:none}
.faq summary h3{margin:0;font:inherit;color:inherit;display:inline}
.faq .faq-icon{
  position:relative;width:1.3rem;height:1.3rem;flex:none;
}
.faq .faq-icon::before,.faq .faq-icon::after{
  content:"";position:absolute;top:50%;left:50%;background:var(--accent-deep);
  transition:transform .25s ease,opacity .25s ease;
}
.faq .faq-icon::before{width:1.1rem;height:2px;transform:translate(-50%,-50%)}
.faq .faq-icon::after{width:2px;height:1.1rem;transform:translate(-50%,-50%)}
.faq details[open] .faq-icon::after{transform:translate(-50%,-50%) rotate(90deg);opacity:0}
.faq details[open] summary{color:var(--accent-deep)}

.faq .a-wrap{display:grid;grid-template-rows:0fr;transition:grid-template-rows .28s ease}
.faq details[open] .a-wrap{grid-template-rows:1fr}
.faq .a{overflow:hidden;min-height:0}
.faq .a p{padding:0 1.4rem 1.3rem;font-size:.96rem;color:var(--body);margin:0}
@media(prefers-reduced-motion:reduce){.faq .a-wrap{transition:none}}

/* ---------- Emergency / notice — dark card, stands apart from the page ---------- */
.notice{
  background:#0F1512;border-radius:16px;
  padding:1.5rem 1.8rem;
}
.notice:has(> svg){display:flex;gap:1rem;align-items:flex-start}
.notice > svg{width:1.6em;height:1.6em;flex:none;margin-top:.1em;color:#E4C888}
.notice h3{color:#E4C888;font-size:1.02rem;font-weight:600;margin:0 0 .4em}
.notice p{margin:0;font-size:.92rem;color:rgba(255,255,255,.75)}
.section.deep .notice{background:rgba(255,255,255,.06);border:1px solid rgba(255,255,255,.14)}

.info-band{border:1px solid var(--h-line,var(--line));background:#F7F4EC;border-radius:16px;padding:1.3rem 1.5rem;display:flex;gap:1rem;align-items:flex-start}
.info-band svg{width:1.5em;height:1.5em;color:var(--accent-deep);flex:none;margin-top:.15em}
.info-band p{margin:0;font-size:.95rem}
.info-band-narrow{max-width:52rem;margin-left:auto;margin-right:auto}

/* ---------- Fees & insurance — text left, insurer chip grid right ---------- */
.fees-section{background:#F7F4EC}
.fees-grid{display:grid;grid-template-columns:1fr 1.05fr;gap:3.6rem;align-items:center;max-width:76rem;margin:0 auto}
.fees-text .eyebrow{color:var(--accent-deep)}
.fees-text .eyebrow::before{content:"";display:inline-block;width:28px;height:2px;background:var(--accent-deep);margin-right:.2rem;vertical-align:middle}
.fees-text p{color:var(--soft);max-width:34em}

.chips{display:grid;grid-template-columns:repeat(3,1fr);gap:.9rem}
.chip{
  background:#fff;border:1px solid var(--h-line,var(--line));border-radius:14px;
  padding:1.1em 1em;font-weight:600;font-size:.9rem;color:#0F1512;text-align:center;
  display:flex;align-items:center;justify-content:center;
  transition:border-color .15s,transform .15s,box-shadow .15s;
}
.chip:hover{border-color:#D9B672;transform:translateY(-2px);box-shadow:0 12px 26px -16px rgba(15,21,18,.2)}

@media(max-width:980px){
  .fees-grid{grid-template-columns:1fr;gap:2rem}
  .chips{grid-template-columns:repeat(2,1fr)}
}
@media(max-width:560px){
  .chips{grid-template-columns:1fr}
}

/* ---------- Final CTA ---------- */
/* ---------- Final CTA — full-section background photo with parallax ---------- */
.section.deep.cta-final{
  position:relative;overflow:hidden;min-height:52vh;display:flex;align-items:center;
  background-image:linear-gradient(180deg,rgba(15,21,18,.86),rgba(15,21,18,.94)),url('../assets/marco-cta-bg.webp');
  background-size:cover,cover;background-repeat:no-repeat,no-repeat;background-position:50% 12%,50% 12%;background-attachment:fixed;
}
.cta-final .wrap{position:relative;z-index:1;text-align:center;max-width:52rem}
.cta-final p{color:rgba(255,255,255,.82);max-width:38em;margin-left:auto;margin-right:auto}
.cta-final .hero-ctas{justify-content:center}
.hero-ctas-mixed{display:flex;flex-wrap:wrap;align-items:center;gap:1.4rem;justify-content:center}
.hero-ctas-mixed>a:not(.btn){display:inline-flex;align-items:center;gap:.5em;color:rgba(255,255,255,.75);font-size:.92rem;font-weight:600;text-decoration:none;transition:color .15s}
.hero-ctas-mixed>a:not(.btn) svg{width:15px;height:15px;flex:none}
.hero-ctas-mixed>a:not(.btn):hover{color:#E4C888}
.cta-final .hero-points{display:flex;flex-wrap:wrap;justify-content:center;gap:.5rem 1.6rem;margin-top:1.6rem;color:rgba(255,255,255,.72);font-size:.88rem}
.cta-final .hero-points li{display:flex;align-items:center;gap:.5rem}
.cta-final .hero-points li::before{content:"";width:5px;height:5px;border-radius:50%;background:#D9B672;flex:none}
.cta-final .btn-solid{background:var(--accent-deep);box-shadow:none}
.cta-final .btn-solid:hover{background:var(--accent-hover)}

.cta-global{
  position:relative;
  background-image:linear-gradient(150deg,#0F1512,#1F2A22)!important;
  background-attachment:scroll!important;
  overflow:hidden;
}
.cta-global::before{
  content:'';
  position:absolute;inset:0;
  background:url('../assets/world-map.svg') center 55%/contain no-repeat;
  opacity:.22;
  pointer-events:none;
  z-index:0;
}
.cta-global .wrap{position:relative;z-index:1}

.cta-spotlight::before{
  transition:transform .6s ease;
  transform:scale(1.03);
}
.cta-spotlight:hover::before{transform:scale(1.08) translateY(-1%)}
.cta-spotlight::after{
  content:'';position:absolute;inset:0;z-index:0;
  background:radial-gradient(ellipse 60% 55% at 50% 42%, rgba(15,21,18,0) 0%, rgba(15,21,18,.55) 62%, #0F1512 100%);
  pointer-events:none;
}
.cta-global .eyebrow{color:#E4C888;justify-content:center;display:flex}

/* ---------- Footer ---------- */
.footer.nf{
  position:relative;width:100%;
  background:radial-gradient(140% 100% at 10% 0%,rgba(228,200,136,.55),transparent 60%),linear-gradient(150deg,#F3E6C8,#F7F4EC 55%,#EADFC2);
  color:var(--ink);
  border-top:1px solid rgba(15,21,18,.08);
}
.nf-top{
  width:100%;display:grid;grid-template-columns:1fr 1.6fr;
  padding:4.2rem 3.5rem 3.4rem;gap:4rem;align-items:start;
}
.nf-brand-id{
  display:inline-flex;align-items:center;gap:.9rem;
  background:rgba(255,255,255,.4);border-radius:100px;padding:.4rem 1.6rem .4rem .4rem;
  margin:0 0 1.6rem;
}
.nf-brand-photo{width:96px;height:96px;border-radius:50%;object-fit:cover;border:2px solid #fff;box-shadow:0 2px 10px rgba(15,21,18,.12);flex:none}
.nf-brand-id div b{display:block;font-family:var(--font-display);font-size:1.3rem;font-weight:600;color:#0F1512;letter-spacing:-.01em}
.nf-brand-id div span{display:block;font-size:.82rem;color:#4A5245;margin-top:.2rem}
.nf-brand-id div b.nf-gmc{display:block;font-family:var(--font-body);font-size:.82rem;font-weight:700;color:#0F1512;margin-top:.15rem;letter-spacing:0}
.nf-top h2{font-family:var(--font-display);font-size:clamp(1.7rem,3vw,2.2rem);font-weight:700;line-height:1.2;margin:0 0 1.2rem;letter-spacing:-.01em;color:#0F1512}
.nf-top .lead{color:#4A5245;font-size:.95rem;line-height:1.65;max-width:26rem;margin:0 0 1.8rem}
.nf-cta-row{display:flex;gap:.9rem;flex-wrap:wrap}
.nf-cta-row a.primary{display:inline-flex;align-items:center;justify-content:center;background:var(--accent-deep);color:#fff!important;font-weight:600;font-size:.88rem;text-decoration:none!important;padding:.8em 1.7em;border-radius:999px;box-shadow:0 8px 20px rgba(154,111,46,.28);transition:transform .15s ease,background .15s ease}
.nf-cta-row a.primary:hover{background:var(--accent-hover);transform:translateY(-2px)}
.nf-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:1.6rem}
.nf-grid h4{font-size:.66rem;font-weight:700;letter-spacing:.09em;text-transform:uppercase;color:#7A5A22;margin:0 0 .9rem}
.nf-grid ul{list-style:none;margin:0;padding:0;display:flex;flex-direction:column;gap:.55rem}
.nf-grid a{color:#4A5245;text-decoration:none;font-size:.84rem;transition:color .15s}
.nf-grid a:hover{color:#0F1512}
.nf-strip{
  width:100%;border-top:1px solid rgba(15,21,18,.1);
  padding:2rem 3.5rem;display:flex;justify-content:flex-end;align-items:center;
  flex-wrap:wrap;gap:1.6rem;
}
.nf-reach{display:flex;gap:1.8rem;flex-wrap:wrap}
.nf-reach a{display:flex;align-items:center;gap:.5em;color:#0F1512;text-decoration:none;font-size:.85rem;font-weight:600;transition:color .15s}
.nf-reach a:hover{color:var(--accent-deep)}
.nf-reach a svg{width:15px;height:15px;color:#7A5A22}
.nf-bottom{
  width:100%;padding:1.1rem 3.5rem;border-top:1px solid rgba(15,21,18,.08);
  display:flex;justify-content:space-between;flex-wrap:wrap;gap:.6rem;
  font-size:.74rem;color:#6B7268;
}
.nf-bottom a{color:#6B7268;text-decoration:none}
.nf-bottom a:hover{color:#0F1512}
@media(max-width:980px){
  .nf-top{grid-template-columns:1fr;gap:2.4rem;padding:3.4rem 2.4rem 2.6rem}
  .nf-grid{grid-template-columns:1fr 1fr;gap:1.8rem 1.4rem}
  .nf-strip{padding:2rem 2.4rem}
  .nf-bottom{padding:1.1rem 2.4rem}
}
@media(max-width:560px){
  .nf-top{padding:2.8rem 1.5rem 2.2rem}
  .nf-cta-row a.primary{width:100%;justify-content:center}
  .nf-grid{grid-template-columns:1fr 1fr;gap:.45rem 1.2rem}
  .nf-grid>div{display:contents}
  .nf-grid>div ul{display:contents}
  .nf-grid>div ul li{display:contents}
  .nf-grid h4{grid-column:1/-1;margin:.9rem 0 .4rem;font-size:.82rem}
  .nf-grid>div:first-child h4{margin-top:0}
  .nf-grid a{display:block;padding:.2rem 0}
  .nf-strip{padding:1.8rem 1.5rem;flex-direction:column;align-items:flex-start}
  .nf-brand-id{display:flex;width:100%}
  .nf-brand-photo{width:72px;height:72px}
  .nf-brand-id div b{font-size:1.05rem}
  .nf-bottom{padding:1.1rem 1.5rem;flex-direction:column}
}

/* ---------- Mobile action bar ---------- */
.action-bar{
  position:fixed;left:0;right:0;bottom:0;z-index:70;display:none;
  align-items:center;gap:.7rem;
  background:rgba(15,21,18,.72);
  backdrop-filter:blur(22px) saturate(1.6);
  -webkit-backdrop-filter:blur(22px) saturate(1.6);
  padding:.65rem 1rem calc(.65rem + env(safe-area-inset-bottom));
  border-top:1px solid rgba(255,255,255,.1);box-shadow:0 -12px 32px -20px rgba(0,0,0,.4);
}
.action-bar a{
  display:flex;align-items:center;justify-content:center;
  text-decoration:none!important;
}
.action-bar a:not(.primary){
  flex:0 0 auto;width:2.9rem;height:2.9rem;border-radius:50%;
  background:var(--h-cream,#F7F4EC);color:var(--ink);
}
.action-bar a:not(.primary) svg{width:1.3em;height:1.3em}
.action-bar a:not(.primary) .ab-label{
  position:absolute;width:1px;height:1px;overflow:hidden;clip:rect(0 0 0 0);white-space:nowrap;
}
.action-bar a.primary{
  flex:1 1 auto;gap:.4em;height:2.9rem;
  background:var(--h-cream,#F7F4EC);color:var(--ink);font-weight:700;font-size:.82rem;
  border-radius:999px;padding:0 1rem;
}
.action-bar a.primary svg{width:1em;height:1em}

/* ---------- Reveal ---------- */
.reveal{opacity:0;transform:translateY(18px);transition:opacity .6s ease,transform .6s ease}
.reveal.in{opacity:1;transform:none}
@media (prefers-reduced-motion:reduce){.reveal{opacity:1;transform:none}}

/* ---------- Responsive ---------- */
@media (max-width:980px){
  .split{grid-template-columns:1fr;gap:2.2rem}
  .footer .wrap{grid-template-columns:1fr 1fr}
  .fact-row{grid-template-columns:repeat(2,1fr)}
  .router{grid-template-columns:repeat(2,1fr)}
  .cards,.cards.cards-2col{grid-template-columns:repeat(2,1fr)}
  .quotes{grid-template-columns:1fr}
}
/* Shrink the desktop nav's type/spacing on narrower desktop widths, so the
   links stay on one line right up until the hamburger takes over at 980px. */
@media (max-width:1180px){
  .nav{gap:.8rem}
  .nav a{font-size:.82rem}
  .nav-drop-btn{font-size:.82rem}
  .header .wrap>.btn-solid{padding:.6em 1.1em;font-size:.82rem}
}
@media (max-width:980px){
  .wrap{padding:0 1.6rem}
  .section{padding:4.4rem 0}
  .step{grid-template-columns:3.6rem 1fr;gap:1.1rem;padding:1.8rem 0}
  .step .num{width:3.6rem;height:3.6rem;font-size:1.5rem}
  .step .when{grid-column:2;text-align:left;margin-top:.4rem}
  .cta-final,.treat-section,.testimonials-section,.surg-theatre,#practice{background-attachment:scroll}
  #practice.section.deep{
    background-position:32% 40%,32% 40%;
    background-image:linear-gradient(150deg,rgba(15,21,18,.78),rgba(31,42,34,.86)),url('../assets/marco-desk.webp');
  }
  .section.treat-section{
    background-position:32% 50%,32% 50%;
    background-size:cover,cover;
    background-repeat:no-repeat,no-repeat;
    background-image:linear-gradient(180deg,rgba(15,21,18,.72),rgba(15,21,18,.84)),url('../assets/marco-treat-bg.webp');
  }
  .section.deep.cta-final{
    background-position:32% 30%,32% 30%;
    background-size:cover,cover;
    background-repeat:no-repeat,no-repeat;
    background-image:linear-gradient(180deg,rgba(15,21,18,.8),rgba(15,21,18,.9)),url('../assets/marco-cta-bg.webp');
  }
  .footer .wrap{padding-top:2.8rem;padding-bottom:2rem}
  .surgeon-section{padding:4.4rem 0}
  .card{padding:1.5rem 1.5rem 0}
  .faq summary{padding:1rem 1.2rem}
  .faq .a p{padding:0 1.2rem 1.1rem}
  .router a{padding:1.8rem 1.2rem}
  .nav-panel-brand{display:block;margin-bottom:1.8rem}
  .nav-panel-brand img{height:38px;width:auto;filter:brightness(0) invert(1)}
  .nav-contact-mobile{display:block}
  .nav{
    display:flex;position:fixed;top:0;left:0;right:0;bottom:0;
    background:rgba(15,21,18,.45);
    backdrop-filter:blur(22px) saturate(1.6);-webkit-backdrop-filter:blur(22px) saturate(1.6);
    flex-direction:column;justify-content:flex-start;
    align-items:stretch;gap:0;font-size:1.2rem;transform:translateX(100%);transition:transform .25s ease;z-index:80;
    padding:1.8rem 1.7rem 4.5rem 2rem;overflow-y:auto;-webkit-overflow-scrolling:touch;
    border-left:6px solid;border-image:linear-gradient(180deg,#E4C888,#9A6F2E) 1;
  }
  .nav.open{transform:none}
  .nav a{font-size:1.08rem;color:#fff;font-weight:600;padding:.85rem 0;text-align:left}
  .nav a:hover{color:#E4C888}
  .nav a.active{color:#E4C888;text-decoration:underline;text-underline-offset:.3em}
  .nav .nav-close{
    display:flex;align-items:center;justify-content:center;
    position:absolute;top:3.5rem;right:1.2rem;
    width:2.6rem;height:2.6rem;padding:0;border:none;background:none;color:#fff;
    opacity:0;transform:rotate(-90deg) scale(.6);
    transition:opacity .25s ease .1s,transform .25s ease .1s;
  }
  .nav.open .nav-close{opacity:1;transform:rotate(0deg) scale(1)}
  .nav .nav-close svg{width:32px;height:32px}
  .nav-toggle{display:block;color:#fff;filter:drop-shadow(0 1px 3px rgba(0,0,0,.55)) drop-shadow(0 1px 8px rgba(0,0,0,.35));transition:opacity .2s ease,transform .2s ease}
  .nav-toggle.is-active{opacity:0;transform:rotate(90deg) scale(.6);pointer-events:none}
  .nav-drop{width:100%;display:flex;flex-direction:column;align-items:stretch;gap:0}
  .nav-drop-btn{font-size:1.08rem;pointer-events:auto;color:#fff;font-weight:600;padding:.85rem 0;justify-content:space-between;width:100%}
  .nav-drop-btn:hover{color:#E4C888}
  .nav-drop-chevron{color:#E4C888}
  .nav-drop-menu{
    display:block;max-height:0;overflow:hidden;position:static;transform:none;box-shadow:none;border:none;
    padding:0;margin:0;width:100%;min-width:0;background:transparent;
    backdrop-filter:none;-webkit-backdrop-filter:none;border-radius:0;
    transition:max-height .28s ease;
  }
  .nav-drop.open .nav-drop-menu{margin-top:.3rem}
  .nav-drop-menu-inner{display:flex;flex-direction:column;align-items:stretch;gap:0}
  .nav-drop-menu::before{display:none}
  .nav-drop-menu-head{font-size:.68rem;font-weight:700;letter-spacing:.08em;text-transform:uppercase;color:rgba(255,255,255,.5);margin:.6rem 0 .3rem}
  .nav-drop-menu a{color:rgba(255,255,255,.85);border-bottom:none;padding:.6rem 0;font-size:1rem;font-weight:500}
  .nav-drop-menu a:hover{color:#E4C888}
  .header>.wrap>.btn{display:none}
  .header{position:fixed;top:3.2rem;left:0;right:0;transform:none;width:100%;max-width:none;height:auto;background:transparent;backdrop-filter:none;-webkit-backdrop-filter:none;border:none;border-radius:0;box-shadow:none}
  .header .wrap{padding-top:.7rem;padding-bottom:.7rem;padding-left:1.2rem;padding-right:1.2rem;justify-content:flex-end}
  .brand{display:none}
  .topbar{position:fixed;top:0;left:0;right:0;height:3.2rem;display:flex;align-items:center;overflow:hidden}
  .topbar .wrap{width:100%;justify-content:center;text-align:center}
  .topbar .tb-links{display:none}
  .topbar .tb-note{white-space:normal;overflow:visible;text-overflow:clip;font-size:.74rem;line-height:1.3}
  .action-bar{display:flex}
  body{padding-top:3.2rem;padding-bottom:calc(72px + env(safe-area-inset-bottom))}
  .steps::before{left:1.8rem}
}
@media (max-width:560px){
  /* Global rule: buttons go full-width on mobile by default, so no page needs
     its own one-off ".btn{width:100%}" fix. Opt out with .btn-auto where a
     button should stay its natural width (e.g. inline/icon-only actions). */
  .btn:not(.btn-auto):not(.nav-cta):not(.action-bar a):not(.nav-toggle):not(.nav-close){
    width:100%;justify-content:center;
  }
  .hero-ctas,.cta-final .hero-ctas{flex-direction:column;align-items:stretch}
  .hero-ctas-mixed{align-items:center;flex-direction:column;gap:.7rem}
  .hero-ctas-mixed>a:not(.btn){font-size:.86rem}
  .hero-ctas-mixed .cta-tel{order:-1}
  .wrap{padding:0 1.2rem}
  .cond-hero-content.wrap{padding:4.5rem 1.2rem}
  .section{padding:3.4rem 0}
  .fact-row{grid-template-columns:1fr 1fr}
  .footer .wrap{grid-template-columns:1fr;padding-top:2.4rem;padding-bottom:1.6rem;gap:1.8rem}
  .router{grid-template-columns:1fr}
  .cards,.cards.cards-2col,.treat-section .cards{grid-template-columns:1fr}
  .hero h1{font-size:1.7rem}
  .hero-copy{padding:1.4rem}
  .trust{grid-template-columns:repeat(2,1fr)}
  .card{padding:1.3rem 1.3rem 0}
  .router a{padding:1.6rem 1.2rem}
  .quotes{display:block;margin:0}
  .quote{width:100%;min-width:0;max-width:100%;margin:0 0 .8rem;padding:1.2rem 1.1rem 1rem;box-shadow:none;border-color:#D7E1EC}
  .quote:last-child{margin-bottom:0}
  .quote p{word-break:break-word;overflow-wrap:anywhere}
  .quote-mark{display:none}
  .surgeon-section{padding:3.4rem 0}
  .surgeon-section .who img{width:72px;height:72px}
  .surgeon-section .who span{font-size:1.05rem}
  .loc-row{padding:1.1rem 1.1rem;margin:0 -1.1rem}
  .cta-final .hero-ctas{flex-direction:column;align-items:stretch}
  .cta-final .hero-ctas-mixed{align-items:center;flex-direction:column;gap:.7rem}
  .cta-final .btn{width:100%;justify-content:center}
  .cta-final .hero-points{flex-direction:column;align-items:center;gap:.5rem}
  .step{grid-template-columns:4.6rem 1fr}
  .step .num{width:4.6rem;height:auto;font-size:3.2rem}
}

@media print{
  .topbar,.header,.action-bar,.cta-final{display:none}
}

/* Shorter viewports (13"/14" laptops: ~800-900px tall): the hero already fits
   one screen via calc(100svh - 108px), just tighten the topbar a touch. */
@media (max-height:920px) and (min-width:981px){
  .topbar .wrap{padding-top:.3rem;padding-bottom:.3rem}
}

/* Mobile hero (Variant A): short photo up top, full copy card below it on a light
   ground — no text overlaid on the photo, so nothing can collide. Same single
   .hero-copy element as desktop (one <h1>, not a duplicated block) — on mobile
   it drops out of the photo overlay and becomes a plain block underneath it. */
@media (max-width:980px){
  .hero{min-height:auto;display:block;padding:0}
  .hero .wrap-wide{display:block;padding:0}

  /* Photo box: fixed height, nothing overlaid on it — .hero-copy is pushed
     into normal flow below it instead of being absolutely positioned on top. */
  .hero-media{
    position:relative;height:auto;
    border-radius:0;overflow:visible;display:block;
  }
  .hero-media img.portrait{
    position:static;width:100%;height:260px;
    object-fit:cover;object-position:28% 15%;display:block;
  }
  .hero-media .scrim{display:none}
  .consultant-card{display:none}

  /* Copy card: same element as desktop, now a plain block below the photo. */
  .hero-copy{
    position:static;width:auto;max-width:none;min-width:0;margin:0;
    background:var(--h-cream);color:var(--h-ink);
    padding:1.6rem 1.4rem 1.8rem;
  }
  .hero-copy .eyebrow{
    display:flex;align-items:center;gap:.5rem;
    font-size:.72rem;font-weight:600;letter-spacing:.06em;text-transform:uppercase;
    color:var(--h-accent-deep);margin:0 0 .9rem;
  }
  .hero-copy .eyebrow::before{content:"";width:6px;height:6px;border-radius:50%;background:var(--h-accent-deep);flex:none}
  .hero-copy h1{
    font-weight:600;font-size:1.7rem;line-height:1.15;letter-spacing:-.01em;
    color:var(--h-ink);margin:0 0 .8rem;
  }
  .hero-copy .lead{
    font-size:.92rem;color:var(--h-body);margin:0 0 1.3rem;font-weight:400;
  }
  .hero-copy .lead strong{color:var(--h-ink);font-weight:600}
  .hero-copy .hero-ctas{
    display:flex;flex-direction:column;gap:.7rem;margin:0 0 1.3rem;
  }
  .hero-copy .hero-ctas .btn{
    display:flex;align-items:center;justify-content:center;width:100%;
    border-radius:100px;padding:.9em 1.4em;font-size:.92rem;font-weight:600;
    text-decoration:none;
  }
  .hero-copy .hero-ctas .btn-solid{background:var(--h-accent-deep);color:#fff}
  .hero-copy .hero-ctas .btn-ghost,
  .hero-copy .hero-ctas .btn-wa{background:#fff;color:var(--h-ink);border:1px solid var(--h-line)}

  .trust{
    display:flex;flex-wrap:wrap;justify-content:center;gap:.7rem;
    grid-template-columns:none;margin-top:1.3rem;border-radius:0;
    background:transparent;border:none;box-shadow:none;
    padding:0 1.2rem;
  }
  .trust span{
    flex:0 1 calc(50% - .35rem);box-sizing:border-box;
    display:flex;flex-direction:column;align-items:center;
    padding:1rem .8rem;text-align:center;
    border:1px solid var(--h-line);border-radius:14px;
  }
  .trust span b{font-size:1.35rem}
  .trust span em{margin-top:.35rem;font-size:.76rem;text-align:center;color:var(--h-body)}
}

/* ---------- Utilities (replace repeated inline styles) ---------- */
.cards-1col{grid-template-columns:1fr}
.cards-2col{grid-template-columns:repeat(2,1fr);max-width:900px;margin:0 auto}
/* Five-card grids: three across, the remaining two centred underneath —
   avoids the lop-sided 2 / 2 / 1 an even-column grid leaves. */
.cards.cards-5{display:flex;flex-wrap:wrap;align-items:stretch;justify-content:center;max-width:1150px;margin:0 auto}
.cards.cards-5 > *{width:calc(33.333% - .867rem);flex:none;align-self:stretch}
@media(max-width:900px){.cards.cards-5 > *{width:calc(50% - .65rem)}}
@media(max-width:600px){.cards.cards-5 > *{width:100%}}

/* Text-only section laid out as verbatim prose + a gold call-to-action card,
   two columns (prose wider). Card fills the row height; buttons pinned bottom. */
.prose-aside{display:grid;grid-template-columns:1.55fr 1fr;gap:3.4rem;align-items:end;max-width:72rem;margin:0 auto}
.prose-aside .prose-main .eyebrow{color:var(--accent-deep)}
.prose-aside .prose-main .eyebrow::before{content:"";display:inline-block;width:28px;height:2px;background:var(--accent-deep);margin-right:.5rem;vertical-align:middle}
.prose-aside .prose-main h2{margin:0 0 1rem}
.prose-aside .prose-main p{color:var(--soft);line-height:1.72}
.prose-aside .prose-main p + p{margin-top:1rem}
.aside-cta{background:linear-gradient(150deg,var(--accent-deep),var(--accent-darker));border-radius:20px;padding:2.5rem 2.3rem;color:#fff;display:flex;flex-direction:column}
.aside-cta .kicker{display:flex;align-items:center;gap:.55rem;font-size:.78rem;font-weight:700;letter-spacing:.1em;text-transform:uppercase;color:#fff;margin-bottom:1rem}
.aside-cta .kicker::before{content:"";width:26px;height:2px;background:#fff;flex:none}
.aside-cta h3{color:#fff;font-size:1.32rem;line-height:1.3;margin:0 0 .7rem}
.aside-cta > p{color:#fff;font-size:1rem;line-height:1.6;margin:0}
.aside-cta .hero-ctas{margin-top:1.6rem;display:flex;flex-direction:column;gap:.7rem}
.aside-cta .hero-ctas .btn{display:flex;width:100%;justify-content:center;gap:.55em}
.aside-cta .hero-ctas .btn-solid{background:#fff;color:var(--accent-darker);box-shadow:none}
.aside-cta .hero-ctas .btn-solid:hover{background:#fff;opacity:.92}
.aside-cta .hero-ctas .btn-ghost{background:transparent;color:#fff;border-color:rgba(255,255,255,.6)}
.aside-cta .hero-ctas .btn-ghost:hover{border-color:#fff;color:#fff}
@media(max-width:820px){
  .prose-aside{grid-template-columns:1fr;gap:2rem}
  .aside-cta{padding:2.1rem 1.8rem}
}
.narrow-block{max-width:52rem;margin:1.6rem auto 0}

/* Physiological cascade: 4 bordered cards linked by arrows, for a paragraph
   that describes a real time-ordered chain rather than a set of options. */
.cc-row{display:flex;align-items:stretch;justify-content:center;gap:.6rem;max-width:74rem;margin:2.4rem auto 0;flex-wrap:wrap}
.cc-card{flex:1 1 9.5rem;min-width:8.5rem;max-width:12.5rem;background:#fff;border:1px solid var(--line);border-radius:14px;padding:1.2rem 1rem;text-align:center;box-shadow:0 4px 14px rgba(15,21,18,.05)}
.cc-card b{display:block;font-family:var(--font-display);font-size:.72rem;font-weight:700;color:var(--accent-deep);letter-spacing:.04em;text-transform:uppercase;margin-bottom:.5rem}
.cc-card span{display:block;font-size:.92rem;font-weight:600;color:var(--ink);line-height:1.3}
.cc-card.hot{background:var(--alert-bg);border-color:rgba(179,55,46,.22)}
.cc-card.hot span{color:var(--alert)}
.cc-arrow{width:18px;height:18px;color:var(--line);flex:none;align-self:center;margin:0 -.1rem}
@media(max-width:760px){
  .cc-row{flex-direction:column;align-items:stretch;gap:0;max-width:26rem}
  .cc-card{max-width:none}
  .cc-arrow{transform:rotate(90deg);align-self:center;margin:.3rem 0}
}

/* ---------- Legal pages (Privacy, Terms, Cookies, Complaints) ---------- */
.legal-hero{background:var(--h-cream,#F7F4EC);padding:9rem 0 4rem;text-align:center}
.legal-hero h1{font-size:2.6rem;margin:0}
.legal-content{padding:4.5rem 0}
.legal-content .narrow-block{max-width:64rem}
.legal-content h2{font-size:1.6rem;margin:4.5rem 0 1.4rem}
.legal-content h2:first-of-type{margin-top:0}
.legal-content p{margin:0 0 2.2em;line-height:1.85;font-size:1.05rem}
.legal-content p strong{color:var(--ink)}
.legal-content a{text-decoration:underline}
.legal-contact-card{
  background:var(--h-cream,#F7F4EC);border:1px solid var(--line);border-radius:16px;
  padding:2rem 2.2rem;margin:4.5rem 0 2.2em;
}
.legal-contact-card h2{margin:0 0 .8rem}
.legal-contact-card p{margin:0 0 .4em;font-size:1rem}
.legal-contact-card p:last-child{margin-bottom:0}
.legal-contact-card a{text-decoration:underline;color:var(--accent-deep);font-weight:600}
.legal-contact-name{font-weight:700;color:var(--ink);font-size:1.05rem}
@media(max-width:640px){
  .legal-hero{padding:6.5rem 0 2.5rem}
  .legal-hero h1{font-size:1.9rem;padding:0 1.2rem}
  .legal-content{padding:2.8rem 0}
  .legal-content h2{font-size:1.3rem;margin:3rem 0 1rem}
  .legal-content p{font-size:.98rem;line-height:1.7;margin-bottom:1.6em}
  .legal-contact-card{padding:1.5rem 1.4rem;margin:3rem 0 1.6em;border-radius:14px}
  .legal-contact-card a{word-break:break-word}
  .legal-center-mobile{text-align:center}
}

/* ---------- "Worth knowing" complications: dark risk-file cards ---------- */
.worth-knowing{background:linear-gradient(150deg,#0F1512,#1F2A22);padding:140px 0}
.worth-knowing .eyebrow{color:#E4C888}
.worth-knowing .section-head h2{color:#fff}
.worth-knowing .section-head p{color:rgba(255,255,255,.75)}
.wk-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:1rem;max-width:80rem;margin:0 auto}
.wk-grid.wk-grid-3col{grid-template-columns:repeat(3,1fr)}
.wk-card{background:rgba(255,255,255,.04);border:1px solid rgba(255,255,255,.1);border-radius:14px;padding:1.6rem 1.4rem;position:relative;transition:border-color .2s,background .2s}
.wk-card:hover{background:rgba(255,255,255,.06);border-color:rgba(228,200,136,.3)}
.wk-tag{float:right;margin:.15rem 0 .5rem 1rem;font-size:.62rem;font-weight:700;letter-spacing:.04em;text-transform:uppercase;color:#E4C888;white-space:nowrap}
.wk-card h3{margin:0 0 .7rem;font-size:1.02rem;color:#fff}
.wk-card p{margin:0;font-size:.84rem;color:rgba(255,255,255,.62);line-height:1.58}
.wk-card p a{color:#E4C888;text-decoration:none;font-weight:600}
.wk-card p a:hover{text-decoration:underline}
.notice-pill{
  max-width:52rem;margin:0 auto;background:#F7F4EC;border:1px solid rgba(154,111,46,.25);
  border-radius:12px;padding:1.1rem 1.6rem;display:flex;align-items:center;gap:1rem;flex-wrap:wrap;
}
.notice-pill-dot{flex:none;width:10px;height:10px;border-radius:50%;background:var(--alert)}
.notice-pill-text{flex:1;min-width:16rem;font-size:.88rem;color:var(--body-c,#414C5C);line-height:1.5}
.notice-pill-text b{color:var(--ink,#141B26)}
@media(max-width:560px){
  .notice-pill{padding:1.1rem 1.3rem}
  .notice-pill-text{min-width:0}
  .notice-pill-dot{display:none}
}
@media(max-width:980px){
  .wk-grid,.wk-grid.wk-grid-3col{grid-template-columns:repeat(2,1fr)}
}
@media(max-width:560px){
  .wk-grid,.wk-grid.wk-grid-3col{grid-template-columns:1fr}
}

/* ---------- "Is this you?" tag-checklist section ---------- */
.is-this-you .section-head{max-width:46rem}
.ity-split{display:grid;grid-template-columns:.85fr 1.15fr;gap:3.6rem;align-items:start;max-width:64rem;margin:0 auto}

.ity-checklist{background:#fff;border:1px solid var(--line);border-radius:18px;padding:1.8rem 1.9rem 1.3rem}
.ity-checklist h5{margin:0 0 1.1rem;font-size:.78rem;font-weight:700;letter-spacing:.07em;text-transform:uppercase;color:var(--soft)}
.ity-item{
  display:flex;align-items:baseline;gap:.8rem;padding:.7rem 0;font-size:.92rem;color:var(--ink);font-weight:500;
  border-bottom:1px solid var(--line);
}
.ity-item:last-child{border-bottom:none}
.ity-item b{flex:none;width:1.4rem;font-size:.76rem;font-weight:700;color:var(--accent-deep)}

.ity-narrative{display:flex;flex-direction:column;gap:1.8rem}
.ity-quote{margin:0;padding:0;border:none}
.ity-quote.boxed{background:#F7F4EC;border-radius:16px;padding:1.6rem 1.9rem}
.ity-quote p{font-size:1.18rem;line-height:1.5;color:var(--ink);font-style:italic;margin:0 0 .7rem}
.ity-quote cite{font-size:.82rem;color:var(--accent-deep);font-style:normal;font-weight:600}
.ity-note h4{margin:0 0 .5rem;font-size:.94rem;display:flex;align-items:center;gap:.5rem;color:var(--ink)}
.ity-note h4 svg{width:16px;height:16px;flex:none;color:var(--soft)}
.ity-note.warn h4{color:var(--alert)}
.ity-note.warn h4 svg{color:var(--alert)}
.ity-note p{margin:0;font-size:.88rem;line-height:1.55;color:var(--body)}

@media(max-width:820px){
  .ity-split{grid-template-columns:1fr;gap:2.2rem;max-width:34rem}
}
@media(max-width:560px){
  .ity-checklist{padding:1.5rem 1.4rem 1rem}
}
.mt-lg{margin-top:1.8rem}
.mt-xl{margin-top:3.2rem}
.mt-md{margin-top:1.2rem}
.mb-sm{margin-bottom:.4rem}
.mb-0{margin-bottom:0}
.note-line{color:var(--soft);font-size:.9rem}
.link-btn{background:none;border:none;padding:0;margin:0;font:inherit;font-size:inherit;color:var(--accent-deep);cursor:pointer;text-decoration:none}
.link-btn:hover{text-decoration:underline}
.symptom-guide-embed{max-height:0;overflow:hidden;transition:max-height .4s ease}
.symptom-guide-embed.open{margin-top:2rem}
@media(prefers-reduced-motion:reduce){.symptom-guide-embed{transition:none}}
.card-note{background:#F7F4EC;border-radius:9px;padding:.7rem .9rem;font-size:.85rem;margin-top:auto}
.card-note strong{color:var(--accent-deep)}
.card .btn{margin-top:auto;align-self:flex-start}
.steps-narrow{max-width:54rem;margin:0 auto}
.bio-creds{font-size:.95rem;color:var(--soft);margin:.3rem 0 1rem}
.h2-sm-tight{font-size:1.5rem;margin-bottom:1.2rem}
.h2-sub{font-size:1.6rem}
.iframe-lead{width:100%;min-height:920px;border:1px solid var(--line);border-radius:12px}

/* ---------- Contact page: "The Direct Line" ---------- */
.contact-top{background:radial-gradient(120% 90% at 15% 15%,rgba(228,200,136,.14),transparent 55%),linear-gradient(150deg,#0F1512,#1F2A22);padding:4.5rem 0 6rem}
.contact-top-grid{display:grid;grid-template-columns:1.1fr .9fr;gap:3.5rem;align-items:center}
.contact-top-copy .eyebrow{color:#E4C888}
.contact-top-copy h1{color:#fff;max-width:14em;margin-bottom:1.1rem}
.contact-top-copy .lead{color:rgba(255,255,255,.75);max-width:32em;margin:0}
.contact-top-photo{border-radius:20px;overflow:hidden;box-shadow:0 20px 44px -22px rgba(15,21,18,.25)}
.contact-top-photo img{width:100%;aspect-ratio:4/3.3;object-fit:cover;object-position:50% 20%;display:block}

.contact-channels-shelf{background:var(--h-cream,#F6F0E3);border-top:1px solid rgba(201,162,75,.3);padding:2.2rem 0 2.6rem}
.contact-channels-shelf .shelf-label{font-size:.72rem;text-transform:uppercase;letter-spacing:.1em;color:var(--accent-deep);font-weight:700;margin:0 0 1.1rem}
.contact-channels{position:relative;z-index:2}
.channels-grid{
  display:grid;grid-template-columns:repeat(3,1fr);gap:1rem;background:transparent;
}
.channel{
  background:#fff;padding:1.6rem 1.8rem;display:flex;align-items:center;gap:1.1rem;
  text-decoration:none!important;color:inherit;border:1px solid var(--line);border-radius:16px;
  box-shadow:0 14px 34px -22px rgba(15,21,18,.25);
  transition:background .15s ease,transform .15s ease;
}
.channel:hover{background:var(--h-cream,#F7F4EC)}
.channel:active{transform:scale(.98)}
.channel .ch-icon{
  width:48px;height:48px;border-radius:50%;background:var(--accent);color:#fff;flex:none;
  display:flex;align-items:center;justify-content:center;
  transition:transform .2s ease,background .2s ease;
}
.channel .ch-icon svg{width:22px;height:22px}
.channel:hover .ch-icon{transform:scale(1.08) rotate(-4deg)}
.channel .ch-body{flex:1;min-width:0;display:flex;flex-direction:column;gap:.25rem}
.channel h3{font-size:1.05rem;font-weight:700;color:var(--ink);margin:0}
.channel p{font-size:.86rem;color:var(--soft);margin:0;overflow-wrap:anywhere}
.channel .ch-chev{flex:none;opacity:.5;color:var(--accent);transition:transform .15s ease}
.channel:hover .ch-chev{transform:translateX(3px);opacity:.9}
.channel.hi{background:var(--accent-deep);color:#fff;border-color:transparent}
.channel.hi:hover{background:var(--accent-hover)}
.channel.hi h3{color:#fff}
.channel.hi p{color:rgba(255,255,255,.85)}
.channel.hi .ch-icon{background:rgba(255,255,255,.2);color:#fff}
.channel.hi .ch-chev{color:#fff}

@media(max-width:900px){
  .contact-top-grid{grid-template-columns:1fr}
}

.contact-body{display:flex;flex-direction:column;gap:3.4rem}

.contact-form-wrap{display:grid;grid-template-columns:1fr 1.3fr;gap:3.4rem;align-items:start;justify-items:stretch;text-align:left}
.contact-form-head{max-width:26rem;padding-top:.4rem}
.contact-form-head .card-tag{display:inline-block}
.contact-form-head h3{margin:.6rem 0}
.contact-form-head p{color:var(--soft);margin:0}
.contact-form-head a{color:var(--accent-deep);font-weight:600}
.contact-form-frame{width:100%}
.contact-form-frame .iframe-lead{border:none;border-radius:12px;display:block}
@media(max-width:900px){
  .contact-form-wrap{grid-template-columns:1fr;gap:2.2rem;justify-items:center;text-align:center}
  .contact-form-head{max-width:34rem;padding-top:0}
}

.contact-expect{border-top:1px solid var(--line);padding-top:3rem}
.contact-expect h2{font-size:1.5rem;font-weight:700;color:var(--ink);margin:0 0 .5rem;letter-spacing:-.01em}
.contact-expect > p{color:var(--soft);margin:0 0 2rem;max-width:32em}
.expect-list{list-style:none;margin:0;padding:0;display:grid;grid-template-columns:repeat(4,1fr);gap:1.4rem}
.expect-list li{
  display:flex;flex-direction:column;gap:.9rem;padding:1.6rem 1.4rem;
  background:var(--h-cream,#F7F4EC);border-radius:16px;
  transition:transform .15s ease,box-shadow .15s ease;
}
.expect-list li:hover{transform:translateY(-3px);box-shadow:0 14px 32px -20px rgba(15,21,18,.22)}
.expect-list .ic{
  width:46px;height:46px;border-radius:12px;background:var(--accent-deep);color:#fff;
  display:flex;align-items:center;justify-content:center;flex:none;
}
.expect-list .ic svg{width:22px;height:22px}
.expect-list h4{font-size:.98rem;font-weight:700;color:var(--ink);margin:0 0 .3rem}
.expect-list p{font-size:.86rem;color:var(--soft);margin:0}

/* ---------- Locations grid (contact page) ---------- */
.locs-band{position:relative;padding-top:140px;padding-bottom:5.5rem;overflow:hidden;min-height:26rem;display:flex;align-items:center}
.locs-band-photo{position:absolute;inset:0;z-index:0}
.locs-band-photo img{width:100%;height:100%;object-fit:cover;object-position:75% 12%;filter:grayscale(8%)}
.locs-band-photo::after{
  content:'';position:absolute;inset:0;
  background:linear-gradient(100deg,rgba(15,21,18,.94) 0%,rgba(15,21,18,.8) 32%,rgba(15,21,18,.5) 58%,rgba(15,21,18,.72) 100%);
}
.locs-band .wrap{position:relative;z-index:1}
.locs-band .section-head{max-width:32rem;margin-left:0;text-align:left}
.locs-band .section-head .eyebrow{color:#E4C888}
.locs-band .section-head h2{color:#fff}
.locs-band .section-head p{color:rgba(255,255,255,.78)}

.locs-band .card{background:rgba(255,255,255,.06);border-color:rgba(255,255,255,.14);backdrop-filter:blur(10px);-webkit-backdrop-filter:blur(10px)}
.locs-band .card h3{color:#fff}
.locs-band .card p{color:rgba(255,255,255,.75)}
.locs-band .card .more{background:rgba(0,0,0,.18);border-top-color:rgba(255,255,255,.14);color:#E4C888}
.locs-band .card-tag{background:#E4C888;color:#241B0A}
.locs-band .card.card-gold{background:linear-gradient(145deg,rgba(154,111,46,.55),rgba(107,74,28,.55))}
.locs-band .card-gold .ins-chips{display:flex;flex-wrap:wrap;gap:.5rem}
.locs-band .card-gold .ins-chips .chip{
  background:rgba(255,255,255,.14);border:1px solid rgba(255,255,255,.25);border-radius:100px;
  padding:.4em .85em;font-size:.76rem;font-weight:600;color:#fff;
}
.locs-band .note-line{
  display:block;max-width:44rem;margin:1.8rem auto 0;color:rgba(255,255,255,.75);
  background:rgba(228,200,136,.08);border:1px solid rgba(228,200,136,.25);
  border-radius:12px;padding:.8rem 1.2rem;font-size:.86rem;text-align:center;
}
.locs-band .note-line strong{color:#fff;font-weight:600}

@media(max-width:980px){
  .expect-list{grid-template-columns:repeat(2,1fr)}
}
@media(max-width:900px){
  .locs-band-photo img{object-position:55% 12%}
}
@media(max-width:860px){
  .channels-grid{grid-template-columns:1fr;gap:.85rem}
}
@media(max-width:560px){
  .expect-list{grid-template-columns:1fr}
  .channels-grid{grid-template-columns:1fr}
  .locs-band{min-height:20rem;padding:3.5rem 0}
  .locs-band-photo::after{background:linear-gradient(180deg,rgba(15,21,18,.6) 0%,rgba(15,21,18,.94) 55%,rgba(15,21,18,.98) 100%)}
  .iframe-lead{min-height:1150px}
}

/* ============================================================
   Insights (blog index) — "Reading Room": photo-led staggered
   two-column masonry, category chips filter, gold/cream palette
   matching the rest of the site.
   ============================================================ */
.blog-top{padding:5rem 0 3rem}
.blog-head{max-width:640px}
.blog-head .eyebrow{color:var(--accent)}
.blog-head h1{font-size:2.1rem;margin:.5rem 0 .8rem;line-height:1.2}
.blog-head p{color:var(--soft);font-size:1rem;line-height:1.6;margin:0}

.blog-chips{display:flex;flex-wrap:wrap;gap:.55rem;margin:2rem 0 0}
.blog-chips button{
  font-family:inherit;border:1px solid var(--line);background:#fff;border-radius:9px;
  padding:.5rem .9rem;font-size:.82rem;font-weight:600;color:var(--body);cursor:pointer;
  transition:background .15s,border-color .15s,color .15s;
}
.blog-chips button.active{background:var(--ink);border-color:var(--ink);color:#fff}
.blog-chips button:not(.active):hover{border-color:var(--accent)}

.blog-cols{columns:2;column-gap:1.6rem;padding:1rem 0 5rem}
.blog-card{
  break-inside:avoid;margin-bottom:1.6rem;background:#fff;border:1px solid var(--line);
  border-radius:16px;padding:1.2rem 1.4rem 1.5rem;display:block;text-decoration:none!important;color:inherit;
  transition:box-shadow .15s,transform .15s;
}
.blog-card:hover{box-shadow:0 16px 34px -22px rgba(20,27,38,.25);transform:translateY(-2px)}
.blog-card.tall{padding:1.2rem 1.6rem 1.8rem}
.blog-ph{aspect-ratio:16/10;border-radius:11px;overflow:hidden;margin-bottom:1.1rem;background:linear-gradient(135deg,#EDE3CC,var(--accent))}
.blog-card.tall .blog-ph{aspect-ratio:16/9}
.blog-ph img{width:100%;height:100%;object-fit:cover;display:block}
.blog-tag{color:var(--accent-deep);font-size:.72rem;font-weight:700;text-transform:uppercase;letter-spacing:.04em;display:block;margin-bottom:.55rem}
.blog-card h3{font-size:1.15rem;line-height:1.35;margin:0 0 .6rem;color:var(--ink);font-weight:600}
.blog-card.tall h3{font-size:1.35rem}
.blog-card p.excerpt{color:var(--soft);font-size:.88rem;line-height:1.6;margin:0 0 1rem}
.blog-foot{display:flex;justify-content:space-between;align-items:center;border-top:1px solid var(--line);padding-top:.85rem;font-size:.78rem;color:var(--soft)}
.blog-readtime{display:inline-flex;align-items:center;gap:.35em}
.blog-readtime svg{width:13px;height:13px;flex:none}

@media(max-width:760px){
  .blog-cols{columns:1}
  .blog-top{padding:3.5rem 0 2rem}
  .blog-head h1{font-size:1.7rem}
}

/* ============================================================
   Single insight post
   All widths anchor to two containers only, so nothing on the
   page drifts out of alignment with anything else:
   .post-narrow (700px)  — everything read top-to-bottom: header,
                            hero photo, the article body itself
                            (with the TOC rail added outside it on
                            desktop), and the author card.
   .post-wide   (1000px) — the related-articles grid, which needs
                            more room for 3 columns.
   Both are plain max-width + margin:auto + their own side padding
   — never combined with the sitewide .wrap, which has a different
   max-width (1440px) and would fight these.
   ============================================================ */

.post-narrow{max-width:700px;margin:0 auto;padding:0 1.5rem}
.post-wide{max-width:1000px;margin:0 auto;padding:0 1.5rem}

.post-top{padding:3.5rem 0 0}
.post-crumb{font-size:.85rem;color:var(--body);margin-bottom:1.4rem}
.post-crumb a{color:var(--body);text-decoration:none}
.post-crumb a:hover{color:var(--accent-deep)}
.post-tag{color:var(--accent-deep);font-size:.76rem;font-weight:700;text-transform:uppercase;letter-spacing:.05em}
.post-head h1{font-size:2.3rem;line-height:1.2;margin:.7rem 0 1.2rem}
.post-byline{display:flex;flex-wrap:wrap;align-items:center;gap:.7rem;color:var(--body);font-size:.88rem}
.post-byline img{width:42px;height:42px;border-radius:50%;object-fit:cover;flex:none}
.post-byline b{color:var(--ink);font-weight:600}
.post-byline .dot{width:3px;height:3px;background:var(--soft);border-radius:50%;flex:none}
.post-readtime{display:inline-flex;align-items:center;gap:.35em}
.post-readtime svg{width:13px;height:13px;flex:none}

.post-hero-photo{margin:2.4rem 0 0;border-radius:18px;overflow:hidden;aspect-ratio:16/9}
.post-hero-photo img{width:100%;height:100%;object-fit:cover;display:block}

.post-layout{padding:3.2rem 0 4rem}

.post-toc{display:none}
.post-toc-label{font-size:.7rem;font-weight:700;color:var(--accent-deep);letter-spacing:.1em;text-transform:uppercase;margin-bottom:.9rem}
.post-toc ol{list-style:none;margin:0;padding:0;display:flex;flex-direction:column;gap:.55rem;border-left:1px solid var(--line)}
.post-toc a{
  display:block;padding:0 0 0 1rem;margin-left:-1px;border-left:1px solid transparent;
  font-size:.85rem;color:var(--body);text-decoration:none;line-height:1.4;
}
.post-toc a:hover{color:var(--ink)}
.post-toc a.active{color:var(--ink);font-weight:600;border-left-color:var(--accent)}

/* Above 980px, the TOC sits in a real left-hand column next to the body —
   this lives in .post-wide (1000px) rather than .post-narrow (700px) so
   there's room for both without cramping the reading column. */
@media(min-width:980px){
  .post-layout{display:grid;grid-template-columns:200px minmax(0,1fr);gap:3.5rem}
  /* position:sticky is broken here — overflow-x:hidden on html/body
     (sitewide, elsewhere in this file) disables sticky positioning for
     every descendant, not just this element. A small script (see the
     inline script on the single-post page) toggles .post-toc between
     its normal in-flow position and position:fixed (adding .is-pinned)
     once its natural spot scrolls above top:8.5rem, replicating sticky
     behaviour manually. .post-toc-slot reserves the grid column's width
     so the layout doesn't collapse once the TOC is taken out of flow. */
  .post-toc-slot{width:200px}
  .post-toc{display:block}
  .post-toc.is-pinned{position:fixed;top:8.5rem;width:200px}
}

.post-body{color:var(--body);font-size:1.02rem;line-height:1.75;min-width:0;max-width:700px}
.post-body h2{font-size:1.5rem;color:var(--ink);margin:2.6rem 0 1rem;line-height:1.3;scroll-margin-top:1.5rem}
.post-body h2:first-child{margin-top:0}
.post-body h3{font-size:1.18rem;color:var(--ink);margin:2rem 0 .8rem}
.post-body p{margin:0 0 1.3rem}
.post-body ul,.post-body ol{margin:0 0 1.3rem;padding-left:1.3rem}
.post-body li{margin-bottom:.5rem}
.post-body a:not(.btn){color:var(--accent-deep);text-decoration-color:rgba(154,111,46,.5)}
.post-lead{font-size:1.15rem;color:var(--ink);line-height:1.65;margin:0 0 1.8rem;font-weight:500}

.post-pull{margin:2.6rem 0;padding:0 0 0 1.5rem;position:relative}
.post-pull::before{
  content:'\201C';position:absolute;left:-.15rem;top:-1rem;font-family:var(--font-display);
  font-size:4.5rem;color:var(--accent);line-height:1;opacity:.35;
}
.post-pull p{font-family:var(--font-display);font-size:1.35rem;font-weight:500;line-height:1.45;color:var(--ink);margin:0}
.post-pull cite{display:block;margin-top:.8rem;font-size:.85rem;font-style:normal;color:var(--body)}

.post-info{
  margin:2.4rem 0;padding:1.5rem 1.8rem;border-radius:16px;background:#EDE3CC;
}
.post-info h4{margin:0 0 .4rem;font-size:.95rem;font-weight:700;color:var(--ink)}
.post-info p{margin:0;font-size:.92rem;color:var(--body);line-height:1.6}

.post-inline-cta{
  margin:2.6rem 0;padding:1.8rem 2rem;border-radius:16px;
  background:linear-gradient(135deg,var(--accent),var(--accent-dark) 65%,var(--accent-darker));
  display:flex;align-items:center;justify-content:space-between;gap:1.5rem;flex-wrap:wrap;
}
.post-inline-cta .body h4{margin:0 0 .3rem;font-size:1.05rem;color:#fff}
.post-inline-cta .body p{margin:0;font-size:.86rem;color:rgba(255,255,255,.85)}
.post-inline-cta .btn{flex:none;white-space:nowrap}
.post-inline-cta .btn-solid{background:#fff;color:var(--accent-darker);box-shadow:0 8px 20px rgba(0,0,0,.25)}
.post-inline-cta .btn-solid:hover{background:#fff;opacity:.9}

.post-author{margin:2.6rem 0 0}
.post-author-inner{
  display:flex;gap:1.4rem;align-items:center;padding:1.6rem 2rem 1.6rem 1.1rem;
  background:radial-gradient(120% 90% at 15% 15%,rgba(228,200,136,.14),transparent 55%),linear-gradient(150deg,#0F1512,#1F2A22);
  border-radius:24px;
}
.post-author img{width:72px;height:72px;border-radius:50%;object-fit:cover;border:2px solid rgba(255,255,255,.25);box-shadow:0 2px 10px rgba(0,0,0,.3);flex:none}
.post-author h4{margin:0 0 .25rem;font-family:var(--font-display);font-size:1.05rem;font-weight:600;color:#fff}
.post-author p{margin:0;font-size:.86rem;color:rgba(255,255,255,.72);line-height:1.55}

.post-related{padding:3.5rem 0 5rem}
.post-related h2{font-size:1.3rem;margin:0 0 1.6rem}
.post-related-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:1.4rem}
.post-related-card{display:block;text-decoration:none!important;color:inherit;border:1px solid var(--line);border-radius:14px;overflow:hidden;background:#fff}
.post-related-card .ph{aspect-ratio:16/10;background:linear-gradient(135deg,#EDE3CC,var(--accent))}
.post-related-card .ph img{width:100%;height:100%;object-fit:cover;display:block}
.post-related-card .body{padding:1.1rem 1.2rem 1.3rem}
.post-related-card .tag{color:var(--accent-deep);font-size:.7rem;font-weight:700;text-transform:uppercase;letter-spacing:.04em}
.post-related-card h4{margin:.4rem 0 0;font-size:.95rem;line-height:1.4;color:var(--ink)}

@media(max-width:760px){
  .post-head h1{font-size:1.7rem}
  .post-hero-photo{aspect-ratio:4/3;border-radius:12px}
  .post-inline-cta{flex-direction:column;align-items:flex-start}
  .post-related-grid{grid-template-columns:1fr}
  .post-author-inner{border-radius:20px}
}

/* ============================================================
   Book-a-consultation dark band — gives the clinic-times/insurance
   section (white cards on a white page) real contrast by matching
   .section.deep's full-bleed dark treatment. Cards/chips go glass
   (translucent on dark) rather than solid white, matching .cta-final.
   Scoped to .book-band so the shared .card/.chip components used
   elsewhere on the site are untouched.
   ============================================================ */
.section.book-band{
  background:radial-gradient(120% 90% at 15% 15%,rgba(228,200,136,.14),transparent 55%),linear-gradient(150deg,#0F1512,#1F2A22);
}
.book-band .section-head{text-align:center;max-width:38rem;margin:0 auto 2.2rem}
.book-band .section-head .eyebrow{color:#E4C888}
.book-band .section-head h2{color:#fff}
.book-band .section-head p{color:rgba(255,255,255,.72)}
.book-band .cards{margin-bottom:0}
.book-band .card{
  background:rgba(255,255,255,.06);border-color:rgba(255,255,255,.16);
  backdrop-filter:blur(10px);-webkit-backdrop-filter:blur(10px);box-shadow:none;
}
.book-band .card:hover{border-color:#E4C888;background:rgba(255,255,255,.1)}
.book-band .card h3{color:#fff}
.book-band .card p{color:rgba(255,255,255,.72)}
.book-band .card-tag{background:#E4C888;color:#241B0A}
.book-band .card .more{background:rgba(0,0,0,.18);border-top-color:rgba(255,255,255,.14);color:#E4C888}
.book-band .chips{margin-top:1.4rem;padding-top:1.6rem;border-top:1px solid rgba(255,255,255,.14)}
.book-band .chip{background:rgba(255,255,255,.08);border-color:rgba(255,255,255,.2);color:#fff}
.book-band .chip:hover{border-color:#E4C888;background:rgba(255,255,255,.14)}
.book-band .note-line{
  display:block;max-width:44rem;color:rgba(255,255,255,.75);
  background:rgba(228,200,136,.08);border:1px solid rgba(228,200,136,.25);
  border-radius:12px;padding:.8rem 1.2rem!important;margin-top:1.8rem!important;margin-bottom:1.8rem!important;
  margin-left:auto!important;margin-right:auto!important;
  text-align:center;font-size:.86rem;
}
.book-band .note-line strong{color:#fff;font-weight:600}

/* ============================================================
   Cookie consent banner
   ============================================================ */
.cookie-backdrop{
  position:fixed;inset:0;z-index:199;
  background:rgba(10,14,11,.55);
  backdrop-filter:blur(6px);-webkit-backdrop-filter:blur(6px);
  opacity:0;pointer-events:none;transition:opacity .3s ease;
}
.cookie-backdrop.is-visible{opacity:1;pointer-events:auto}

.cookie-banner{
  position:fixed;left:0;right:0;bottom:0;z-index:200;
  background:radial-gradient(120% 200% at 15% 0%,rgba(228,200,136,.16),transparent 55%),linear-gradient(150deg,rgba(15,21,18,.97),rgba(31,42,34,.97));
  border-top:1px solid rgba(228,200,136,.22);
  padding:2.2rem 2.5rem;
  transform:translateY(100%);transition:transform .35s ease;
}
.cookie-banner.is-visible{transform:translateY(0)}
.cookie-banner-inner{
  max-width:1360px;margin:0 auto;display:flex;align-items:center;justify-content:space-between;gap:2.4rem;flex-wrap:wrap;
}
.cookie-banner p{margin:0;font-size:1.02rem;color:rgba(255,255,255,.82);line-height:1.6;max-width:48rem}
.cookie-banner p a{color:#E4C888}
.cookie-banner-actions{display:flex;gap:.9rem;flex:none}
.cookie-banner-actions .btn{justify-content:center;min-width:10.5rem;padding:.9em 1.5em;font-size:.95rem;white-space:nowrap}
.cookie-banner-actions .btn-ghost{background:rgba(255,255,255,.06);border-color:rgba(255,255,255,.22);color:#fff}
.cookie-banner-actions .btn-ghost:hover{background:rgba(255,255,255,.12)}
@media(max-width:760px){
  .cookie-banner{padding:1.6rem 1.4rem}
  .cookie-banner-inner{flex-direction:column;align-items:stretch;gap:1.2rem}
  .cookie-banner-actions{flex-direction:column}
  .cookie-banner-actions .btn{width:100%}
}
