
:root{
 --bg:#f1eee7;--paper:#f8f6f1;--ink:#1e2624;--muted:#68716d;--accent:#536d65;
 --accent2:#c8b9a2;--line:rgba(30,38,36,.16);--max:1440px;
 --pad:clamp(20px,5vw,82px);--ease:cubic-bezier(.22,.61,.36,1)
}
*{box-sizing:border-box} html{scroll-behavior:smooth} body{margin:0;background:var(--bg);color:var(--ink);
font-family:Arial,Helvetica,sans-serif;line-height:1.55} body.menu-open{overflow:hidden}
a{color:inherit;text-decoration:none} img{max-width:100%;display:block}
.skip{position:fixed;left:10px;top:-60px;background:#fff;padding:10px;z-index:999}.skip:focus{top:10px}
.header{position:fixed;inset:0 0 auto;z-index:50;height:82px;padding:0 var(--pad);display:flex;align-items:center;justify-content:space-between;
color:#fff;transition:.45s var(--ease);border-bottom:1px solid transparent}
.header.scrolled,.header.light{background:rgba(248,246,241,.91);backdrop-filter:blur(14px);color:var(--ink);border-color:var(--line)}
.brand{font-family:Georgia,serif;font-size:clamp(20px,2vw,30px);letter-spacing:-.04em}.nav{display:flex;gap:28px;align-items:center;font-size:12px;text-transform:uppercase;letter-spacing:.12em}
.book{border:1px solid currentColor;padding:12px 18px;transition:.3s}.book:hover{background:var(--ink);color:var(--paper)}
.menu-btn{display:none;background:none;border:1px solid currentColor;color:inherit;padding:10px 12px}
.mobile-menu{position:fixed;inset:0;background:var(--ink);color:var(--paper);z-index:45;display:grid;align-content:center;padding:100px var(--pad);
transform:translateY(-100%);transition:.55s var(--ease)}.mobile-menu.open{transform:none}.mobile-menu a{font-family:Georgia,serif;font-size:clamp(34px,9vw,66px);line-height:1.12}
.hero{min-height:100svh;position:relative;display:flex;align-items:flex-end;padding:140px var(--pad) 70px;color:white;overflow:hidden;background:#344a45}
.hero:before{content:"";position:absolute;inset:0;background:
radial-gradient(circle at 72% 30%,rgba(255,255,255,.16),transparent 25%),
linear-gradient(120deg,#23332f 0%,#526d65 55%,#9b8e79 100%);transform:scale(1.03)}
.hero:after{content:"";position:absolute;inset:0;background:linear-gradient(0deg,rgba(10,18,16,.55),transparent 55%)}
.hero-inner{position:relative;z-index:2;max-width:1200px}.eyebrow{text-transform:uppercase;letter-spacing:.16em;font-size:11px}
h1,h2,h3{font-family:Georgia,"Times New Roman",serif;font-weight:400;letter-spacing:-.045em;margin:.15em 0}
h1{font-size:clamp(55px,9.5vw,145px);line-height:.88;max-width:1100px} h2{font-size:clamp(42px,6vw,88px);line-height:.96}
h3{font-size:clamp(25px,3vw,42px);line-height:1}.lead{font-size:clamp(18px,1.8vw,26px);max-width:700px}
.actions{display:flex;gap:14px;flex-wrap:wrap;margin-top:30px}.btn{display:inline-block;border:1px solid currentColor;padding:15px 20px;text-transform:uppercase;font-size:11px;letter-spacing:.12em}
.btn.solid{background:var(--paper);color:var(--ink);border-color:var(--paper)}
.section{padding:clamp(90px,12vw,180px) var(--pad)}.container{max-width:var(--max);margin:auto}.intro-grid,.split{display:grid;grid-template-columns:5fr 7fr;gap:clamp(30px,7vw,120px);align-items:start}
.big-statement{font-family:Georgia,serif;font-size:clamp(42px,6.5vw,100px);line-height:.94;letter-spacing:-.05em}
.copy{max-width:650px;font-size:clamp(16px,1.3vw,20px)}.copy p{margin-top:0;margin-bottom:1.5em}
.dark{background:var(--ink);color:var(--paper)}.paper{background:var(--paper)}
.visual{min-height:72vh;display:flex;align-items:flex-end;padding:var(--pad);background:
linear-gradient(120deg,rgba(31,42,39,.15),rgba(31,42,39,.65)),
radial-gradient(circle at 20% 20%,#d7cec0,transparent 30%),#71857f;color:white}
.visual .big-statement{max-width:1050px}
.treatment-layout{display:grid;grid-template-columns:1fr 1fr;gap:8vw}.treatment-list{border-top:1px solid var(--line)}
.treatment{display:grid;grid-template-columns:1fr auto;gap:20px;padding:24px 0;border-bottom:1px solid var(--line);transition:.25s}
.treatment:hover{padding-left:12px}.treatment span:last-child{color:var(--muted);font-size:13px}
.sticky-card{position:sticky;top:120px;min-height:520px;background:linear-gradient(145deg,#60766f,#b4a791);padding:45px;color:white;display:flex;flex-direction:column;justify-content:flex-end}
.grid3{display:grid;grid-template-columns:repeat(3,1fr);gap:18px}.panel{border-top:1px solid var(--line);padding:28px 0}
.journey{counter-reset:item}.step{display:grid;grid-template-columns:100px 1fr;gap:20px;padding:35px 0;border-top:1px solid rgba(255,255,255,.18)}
.step:before{counter-increment:item;content:"0" counter(item);font-size:12px;letter-spacing:.15em}
.price-row{display:grid;grid-template-columns:1fr auto auto;gap:25px;border-top:1px solid var(--line);padding:22px 0}.price-row:last-child{border-bottom:1px solid var(--line)}
.locations{display:grid;grid-template-columns:1fr 1fr;gap:20px}.location{min-height:400px;padding:35px;background:#d9d3c8;display:flex;flex-direction:column;justify-content:flex-end}
.faq details{border-top:1px solid var(--line);padding:22px 0}.faq summary{cursor:pointer;font-family:Georgia,serif;font-size:24px}
.cta{padding:clamp(90px,12vw,170px) var(--pad);background:var(--accent);color:white}.cta h2{max-width:1000px}
.footer{padding:70px var(--pad);background:#151b1a;color:#e8e6df}.footer-grid{display:grid;grid-template-columns:2fr 1fr 1fr;gap:40px}.footer a{display:block;margin:8px 0;color:#c8cec9}
.reveal{opacity:0;transform:translateY(26px);transition:opacity .9s var(--ease),transform .9s var(--ease)}.reveal.in{opacity:1;transform:none}
.fascia{position:absolute;right:-5%;top:12%;width:50%;height:60%;opacity:.16;pointer-events:none}
.fascia svg{width:100%;height:100%}.fascia path{fill:none;stroke:#fff;stroke-width:.6}
.subhero{padding:180px var(--pad) 90px;background:var(--paper)}.subhero h1{color:var(--ink);font-size:clamp(55px,8vw,115px)}
@media(max-width:900px){.nav{display:none}.menu-btn{display:block}.header{height:70px}.intro-grid,.split,.treatment-layout,.locations,.grid3,.footer-grid{grid-template-columns:1fr}.sticky-card{position:relative;top:auto;min-height:360px}.hero{padding-bottom:45px}.price-row{grid-template-columns:1fr auto}.price-row span:nth-child(2){display:none}.visual{min-height:65vh}.fascia{width:85%;right:-25%}}
@media(prefers-reduced-motion:reduce){html{scroll-behavior:auto}.reveal{opacity:1;transform:none;transition:none}.mobile-menu,.header,.treatment{transition:none}}

/* Premium 3D icon system */
.menu-btn{width:48px;height:48px;padding:0;border:0;border-radius:15px;display:none;place-items:center;position:relative;font-size:0;cursor:pointer;background:linear-gradient(145deg,rgba(255,255,255,.30),rgba(255,255,255,.08));box-shadow:inset 1px 1px 0 rgba(255,255,255,.48),inset -2px -2px 5px rgba(0,0,0,.12),0 8px 20px rgba(0,0,0,.16);backdrop-filter:blur(12px)}
.menu-btn::before,.menu-btn::after{content:"";position:absolute;width:21px;height:2px;border-radius:3px;background:currentColor;left:13.5px;box-shadow:0 1px 1px rgba(255,255,255,.28);transition:transform .35s var(--ease),top .35s var(--ease)}
.menu-btn::before{top:18px}.menu-btn::after{top:28px}.menu-btn[aria-expanded="true"]::before{top:23px;transform:rotate(45deg)}.menu-btn[aria-expanded="true"]::after{top:23px;transform:rotate(-45deg)}
.header.scrolled .menu-btn,.header.light .menu-btn{background:linear-gradient(145deg,#fff,#ddd8cf);box-shadow:inset 1px 1px 0 #fff,inset -2px -2px 5px rgba(30,38,36,.12),0 7px 18px rgba(30,38,36,.13)}
.icon3d{width:42px;height:42px;border-radius:13px;display:inline-grid;place-items:center;flex:0 0 auto;background:linear-gradient(145deg,#fdfcf8,#cfc8bb);box-shadow:inset 1px 1px 0 rgba(255,255,255,.95),inset -3px -3px 7px rgba(30,38,36,.12),0 8px 18px rgba(30,38,36,.13);color:var(--accent);vertical-align:middle;margin-right:11px}
.icon3d svg{width:21px;height:21px;fill:none;stroke:currentColor;stroke-width:1.8;stroke-linecap:round;stroke-linejoin:round}.footer .icon3d{width:34px;height:34px;border-radius:11px;background:linear-gradient(145deg,#34403d,#111716);color:#e8e6df;box-shadow:inset 1px 1px 0 rgba(255,255,255,.12),inset -3px -3px 6px rgba(0,0,0,.35),0 7px 15px rgba(0,0,0,.2)}.icon-link{display:flex!important;align-items:center}
@media(max-width:900px){.menu-btn{display:grid}}@media(prefers-reduced-motion:reduce){.menu-btn::before,.menu-btn::after{transition:none}}

/* Premium header wordmark */
.brand{
  position:relative;
  display:inline-flex;
  align-items:baseline;
  gap:.28em;
  font-family:Georgia,"Times New Roman",serif;
  font-size:clamp(18px,1.7vw,27px);
  font-weight:400;
  line-height:1;
  letter-spacing:-.045em;
  white-space:nowrap;
  transform:translateZ(0);
  transition:
    color .45s var(--ease),
    letter-spacing .45s var(--ease),
    transform .45s var(--ease),
    opacity .45s var(--ease);
}
.brand-main{
  position:relative;
  display:inline-block;
}
.brand-main::after{
  content:"";
  position:absolute;
  left:0;right:0;
  bottom:-7px;
  height:1px;
  background:currentColor;
  transform-origin:left center;
  transform:scaleX(.28);
  opacity:.52;
  transition:transform .55s var(--ease),opacity .45s var(--ease);
}
.brand-sub{
  font-family:Arial,Helvetica,sans-serif;
  font-size:.36em;
  text-transform:uppercase;
  letter-spacing:.19em;
  opacity:.72;
  transform:translateY(-.08em);
}
.brand:hover .brand-main::after,
.brand:focus-visible .brand-main::after{
  transform:scaleX(1);
  opacity:.9;
}
.header.scrolled .brand{
  letter-spacing:-.03em;
  transform:translateY(-1px);
}
.header.scrolled .brand-main::after{
  transform:scaleX(.5);
}
.brand.brand-enter{
  animation:brandReveal .95s var(--ease) both;
}
@keyframes brandReveal{
  from{opacity:0;transform:translateY(-10px);filter:blur(5px)}
  to{opacity:1;transform:translateY(0);filter:blur(0)}
}
@media(max-width:560px){
  .brand{font-size:17px;gap:.2em}
  .brand-sub{font-size:.31em;letter-spacing:.14em}
  .brand-main::after{bottom:-5px}
}
@media(prefers-reduced-motion:reduce){
  .brand.brand-enter{animation:none}
  .brand,.brand-main::after{transition:none}
}

/* Wordmark v2 — equal sizing + visible two-word choreography */
.brand{gap:.24em;overflow:visible}
.brand-main,.brand-sub{
  display:inline-block;
  font-family:Georgia,"Times New Roman",serif;
  font-size:1em;
  font-weight:400;
  text-transform:none;
  letter-spacing:-.045em;
  opacity:1;
  transform:none;
}
.brand-sub{font-family:Georgia,"Times New Roman",serif}
.brand.brand-enter{animation:none}
.brand.brand-enter .brand-main{
  animation:wordmarkLeft 1.05s cubic-bezier(.22,.61,.36,1) both;
}
.brand.brand-enter .brand-sub{
  animation:wordmarkRight 1.05s .16s cubic-bezier(.22,.61,.36,1) both;
}
@keyframes wordmarkLeft{
  0%{opacity:0;transform:translateX(-18px);filter:blur(5px);letter-spacing:.01em}
  55%{opacity:1}
  100%{opacity:1;transform:translateX(0);filter:blur(0);letter-spacing:-.045em}
}
@keyframes wordmarkRight{
  0%{opacity:0;transform:translateX(18px);filter:blur(5px);letter-spacing:.01em}
  55%{opacity:1}
  100%{opacity:1;transform:translateX(0);filter:blur(0);letter-spacing:-.045em}
}
.brand-main::after{
  animation:brandLine 1.15s .48s cubic-bezier(.22,.61,.36,1) both;
}
@keyframes brandLine{
  from{transform:scaleX(0);opacity:0}
  to{transform:scaleX(.28);opacity:.52}
}
@media(max-width:560px){
 .brand{font-size:16px;gap:.18em}
 .brand-main,.brand-sub{font-size:1em;letter-spacing:-.04em}
}
@media(prefers-reduced-motion:reduce){
 .brand.brand-enter .brand-main,.brand.brand-enter .brand-sub,.brand-main::after{animation:none}
}

/* Wordmark v3 — remove underline completely */
.brand-main::after{content:none!important;display:none!important;animation:none!important}

/* Premium editorial pricing */
.pricing-hero{padding-bottom:55px}
.pricing-wrap{max-width:1180px}
.price-kicker{font-size:11px;text-transform:uppercase;letter-spacing:.18em;color:var(--muted);margin-bottom:22px}
.price-section{padding:clamp(70px,9vw,125px) 0;border-top:1px solid var(--line)}
.price-section:first-child{border-top:0}
.price-section-head{display:grid;grid-template-columns:1fr 1fr;gap:40px;align-items:end;margin-bottom:45px}
.price-section-head h2{margin:0}.price-note{max-width:470px;color:var(--muted);justify-self:end}
.premium-price-row{display:grid;grid-template-columns:minmax(0,1fr) auto;gap:35px;align-items:end;padding:28px 0;border-top:1px solid var(--line);position:relative;overflow:hidden}
.premium-price-row:last-child{border-bottom:1px solid var(--line)}
.premium-price-row:before{content:"";position:absolute;left:0;bottom:-1px;width:100%;height:2px;background:var(--accent);transform:scaleX(0);transform-origin:left;transition:transform .5s var(--ease)}
.premium-price-row:hover:before{transform:scaleX(1)}
.price-name{font-family:Georgia,"Times New Roman",serif;font-size:clamp(24px,2.6vw,38px);line-height:1.02;transition:transform .35s var(--ease)}
.premium-price-row:hover .price-name{transform:translateX(8px)}
.price-duration{display:block;margin-top:9px;font:11px Arial,sans-serif;letter-spacing:.16em;text-transform:uppercase;color:var(--muted)}
.price-amount{font-family:Georgia,"Times New Roman",serif;font-size:clamp(38px,4.2vw,62px);line-height:.9;letter-spacing:-.05em;white-space:nowrap}
.signature-price{display:grid;grid-template-columns:5fr 7fr;min-height:520px;background:var(--ink);color:var(--paper);overflow:hidden}
.signature-copy{padding:clamp(38px,6vw,80px);display:flex;flex-direction:column;justify-content:space-between}
.signature-copy .price-amount{font-size:clamp(64px,8vw,118px)}
.signature-visual{position:relative;background:radial-gradient(circle at 30% 20%,rgba(255,255,255,.2),transparent 28%),linear-gradient(145deg,#8e9e97,#4c625b 55%,#b1a38e);overflow:hidden}
.signature-visual:before,.signature-visual:after{content:"";position:absolute;border:1px solid rgba(255,255,255,.25);border-radius:50%;width:75%;aspect-ratio:1;left:18%;top:15%;transform:rotate(-18deg)}
.signature-visual:after{width:48%;left:36%;top:35%;transform:rotate(25deg)}
.specialist-grid{display:grid;grid-template-columns:1fr 1fr;border-top:1px solid var(--line)}
.specialist-item{padding:30px 22px 30px 0;border-bottom:1px solid var(--line);display:grid;grid-template-columns:1fr auto;align-items:center;gap:20px;position:relative}
.specialist-item:nth-child(odd){border-right:1px solid var(--line);padding-right:35px}
.specialist-item:nth-child(even){padding-left:35px}
.specialist-item .name{font-family:Georgia,"Times New Roman",serif;font-size:clamp(20px,2vw,29px);transition:transform .35s var(--ease)}
.specialist-item .mini-price{font-family:Georgia,serif;font-size:26px}
.specialist-item:hover .name{transform:translateX(7px)}
.home-price{background:var(--accent);color:white;padding:clamp(45px,7vw,90px);display:grid;grid-template-columns:1.3fr .7fr;gap:45px;align-items:end}
.home-price h2{margin:0}.home-price .price-amount{font-size:clamp(58px,7vw,100px);text-align:right}
.booking-info{display:grid;grid-template-columns:1fr 1fr;gap:20px;margin-top:35px}
.booking-info details{border-top:1px solid var(--line);border-bottom:1px solid var(--line);padding:22px 0}
.booking-info summary{font-family:Georgia,serif;font-size:22px;cursor:pointer;list-style:none;display:flex;justify-content:space-between;gap:20px}
.booking-info summary::-webkit-details-marker{display:none}.booking-info summary:after{content:"+";font-family:Arial,sans-serif;font-weight:300;transition:transform .3s var(--ease)}
.booking-info details[open] summary:after{transform:rotate(45deg)}
.pricing-final{margin-top:clamp(75px,10vw,130px);padding:clamp(50px,7vw,90px);background:var(--paper)}
.price-reveal{opacity:0;transform:translateY(20px);transition:opacity .75s var(--ease),transform .75s var(--ease)}
.price-reveal.in{opacity:1;transform:none}
@media(max-width:760px){
 .price-section-head,.signature-price,.home-price,.booking-info{grid-template-columns:1fr}
 .price-note{justify-self:start}.signature-visual{min-height:300px;order:-1}
 .specialist-grid{grid-template-columns:1fr}.specialist-item:nth-child(odd){border-right:0;padding-right:0}.specialist-item:nth-child(even){padding-left:0}
 .home-price .price-amount{text-align:left}.premium-price-row{gap:15px}.price-amount{font-size:38px}
}
@media(prefers-reduced-motion:reduce){.price-reveal{opacity:1;transform:none;transition:none}.premium-price-row:before,.price-name,.specialist-item .name,.booking-info summary:after{transition:none}}

/* Premium clinic / map experience */
.clinic-shell{
  max-width:1380px;
}
.clinic-intro{
  display:grid;
  grid-template-columns:5fr 7fr;
  gap:clamp(30px,7vw,110px);
  align-items:end;
  margin-bottom:clamp(45px,7vw,90px);
}
.clinic-intro .lead{max-width:620px;color:var(--muted)}
.clinic-switcher{
  display:flex;
  gap:10px;
  flex-wrap:wrap;
  margin-bottom:22px;
}
.clinic-tab{
  appearance:none;
  border:1px solid var(--line);
  background:transparent;
  color:var(--ink);
  padding:13px 18px;
  font:11px Arial,sans-serif;
  letter-spacing:.14em;
  text-transform:uppercase;
  cursor:pointer;
  transition:background .3s var(--ease),color .3s var(--ease),border-color .3s var(--ease),transform .3s var(--ease);
}
.clinic-tab:hover{transform:translateY(-2px)}
.clinic-tab[aria-selected="true"]{
  background:var(--ink);
  color:var(--paper);
  border-color:var(--ink);
}
.clinic-stage{
  display:grid;
  grid-template-columns:minmax(0,1.65fr) minmax(320px,.75fr);
  min-height:620px;
  background:var(--paper);
  border:1px solid var(--line);
  overflow:hidden;
}
.clinic-map-wrap{
  position:relative;
  min-height:620px;
  background:#d8d4ca;
  overflow:hidden;
}
.clinic-map{
  position:absolute;
  inset:0;
  width:100%;
  height:100%;
  border:0;
  filter:grayscale(.15) saturate(.72) contrast(.96);
  transition:opacity .45s var(--ease),transform .7s var(--ease);
}
.clinic-map.is-changing{
  opacity:.45;
  transform:scale(1.012);
}
.clinic-map-overlay{
  position:absolute;
  inset:0;
  pointer-events:none;
  box-shadow:inset 0 0 0 1px rgba(255,255,255,.18);
}
.clinic-map-badge{
  position:absolute;
  left:24px;
  bottom:24px;
  z-index:2;
  padding:11px 14px;
  background:rgba(248,246,241,.9);
  backdrop-filter:blur(12px);
  font-size:11px;
  letter-spacing:.12em;
  text-transform:uppercase;
  color:var(--ink);
  border:1px solid rgba(30,38,36,.12);
}
.clinic-panel{
  padding:clamp(34px,5vw,68px);
  display:flex;
  flex-direction:column;
  justify-content:space-between;
  gap:45px;
  background:linear-gradient(180deg,#f8f6f1 0%,#ede9e0 100%);
}
.clinic-panel-top{position:relative}
.clinic-index{
  display:inline-flex;
  width:46px;
  height:46px;
  align-items:center;
  justify-content:center;
  border-radius:50%;
  border:1px solid var(--line);
  font-size:11px;
  letter-spacing:.12em;
  margin-bottom:28px;
}
.clinic-name{
  font-family:Georgia,"Times New Roman",serif;
  font-size:clamp(34px,4vw,62px);
  line-height:.95;
  letter-spacing:-.045em;
  margin:0 0 18px;
}
.clinic-address{
  font-size:17px;
  max-width:330px;
  margin:0 0 28px;
}
.clinic-hours{
  border-top:1px solid var(--line);
  margin-top:30px;
}
.clinic-hour-row{
  display:grid;
  grid-template-columns:1fr auto;
  gap:20px;
  padding:13px 0;
  border-bottom:1px solid var(--line);
  font-size:13px;
}
.clinic-hour-row span:first-child{color:var(--muted)}
.clinic-actions{display:flex;flex-direction:column;gap:10px}
.clinic-actions .btn{text-align:center}
.clinic-meta{
  margin-top:clamp(55px,7vw,90px);
  display:grid;
  grid-template-columns:repeat(3,1fr);
  gap:18px;
}
.clinic-meta-card{
  border-top:1px solid var(--line);
  padding:24px 0;
}
.clinic-meta-card strong{
  display:block;
  font-family:Georgia,serif;
  font-size:25px;
  font-weight:400;
  margin-bottom:7px;
}
@media(max-width:900px){
  .clinic-intro,.clinic-stage{grid-template-columns:1fr}
  .clinic-map-wrap{min-height:460px}
  .clinic-stage{min-height:0}
  .clinic-panel{padding:32px 24px}
  .clinic-meta{grid-template-columns:1fr}
}
@media(max-width:560px){
  .clinic-map-wrap{min-height:380px}
  .clinic-switcher{display:grid;grid-template-columns:1fr 1fr}
  .clinic-tab{padding:12px 8px}
  .clinic-map-badge{left:14px;bottom:14px}
}
@media(prefers-reduced-motion:reduce){
  .clinic-map,.clinic-tab{transition:none}
}

/* Reliable premium map cards — no iframe dependency */
.premium-location-grid{display:grid;grid-template-columns:1fr 1fr;gap:24px}
.premium-location-card{background:var(--paper);border:1px solid var(--line);overflow:hidden}
.premium-map-link{display:block;position:relative}
.premium-map-art{height:420px;position:relative;overflow:hidden;background:linear-gradient(145deg,#d9d6cc,#b8c1bb 55%,#a2afa7);isolation:isolate}
.premium-map-art:after{content:"";position:absolute;inset:0;background:linear-gradient(180deg,transparent 45%,rgba(21,27,26,.18));z-index:1}
.map-grid{position:absolute;inset:-10%;opacity:.27;background-image:linear-gradient(rgba(255,255,255,.45) 1px,transparent 1px),linear-gradient(90deg,rgba(255,255,255,.45) 1px,transparent 1px);background-size:44px 44px;transform:rotate(-7deg) scale(1.1)}
.map-road{position:absolute;height:14px;background:#f4f0e7;border:1px solid rgba(30,38,36,.06);border-radius:30px;box-shadow:0 2px 8px rgba(30,38,36,.08);z-index:2}
.road-a{width:120%;left:-10%;top:44%;transform:rotate(-13deg)}.road-b{width:105%;left:-6%;top:61%;transform:rotate(8deg)}.road-c{width:85%;left:15%;top:28%;transform:rotate(24deg)}
.map-marker{position:absolute;left:54%;top:46%;width:42px;height:42px;border-radius:50% 50% 50% 0;background:var(--ink);transform:translate(-50%,-50%) rotate(-45deg);z-index:4;box-shadow:0 12px 28px rgba(0,0,0,.22)}
.map-marker span{position:absolute;width:12px;height:12px;border-radius:50%;background:var(--paper);left:15px;top:15px}
.map-place-label{position:absolute;left:26px;top:24px;z-index:5;background:rgba(248,246,241,.9);backdrop-filter:blur(10px);padding:10px 13px;font:11px Arial,sans-serif;letter-spacing:.14em;text-transform:uppercase}
.map-open-label{position:absolute;right:22px;bottom:20px;z-index:5;background:var(--ink);color:var(--paper);padding:11px 13px;font:11px Arial,sans-serif;letter-spacing:.1em;text-transform:uppercase;transition:transform .3s var(--ease)}
.premium-map-link:hover .map-open-label{transform:translateY(-3px)}
.premium-map-link:hover .premium-map-art{filter:saturate(1.05)}
.premium-location-copy{padding:clamp(28px,4vw,52px)}
.location-number{width:44px;height:44px;border:1px solid var(--line);border-radius:50%;display:grid;place-items:center;font-size:11px;letter-spacing:.12em;margin-bottom:24px}
.premium-location-copy h2{margin:.1em 0 .3em}.location-address{font-size:17px;line-height:1.55}
.location-hours{margin-top:28px;border-top:1px solid var(--line)}
.location-hours>div{display:grid;grid-template-columns:1fr auto;gap:20px;padding:13px 0;border-bottom:1px solid var(--line);font-size:13px}
.location-hours span{color:var(--muted)}.location-actions{display:flex;gap:10px;flex-wrap:wrap;margin-top:30px}
@media(max-width:900px){.premium-location-grid{grid-template-columns:1fr}.premium-map-art{height:360px}}
@media(max-width:560px){.premium-map-art{height:300px}.map-open-label{right:12px;bottom:12px}.map-place-label{left:12px;top:12px}}

/* Map click reliability */
.premium-map-link{position:relative;z-index:2;cursor:pointer}
.premium-map-art,.premium-map-art *{pointer-events:none}
.location-actions a[href*="google.com/maps"]{position:relative;z-index:3;cursor:pointer}

/* Robust external map navigation */
.premium-map-link{display:block!important;position:relative!important;z-index:20!important;pointer-events:auto!important}
.premium-map-link *{pointer-events:none!important}
.location-actions{position:relative;z-index:30}
.location-actions a{pointer-events:auto!important}
.map-fallback{margin-top:22px;padding-top:18px;border-top:1px solid var(--line);position:relative;z-index:40}
.map-fallback a{display:inline-block;text-decoration:underline;text-underline-offset:5px;pointer-events:auto!important;font-size:13px}

/* Clinics V2 — rebuilt from scratch, no embedded maps or map scripts */
.location-v2-shell{max-width:1320px}
.location-v2-section{padding-top:clamp(70px,9vw,120px)}
.location-v2-intro{display:grid;grid-template-columns:1.15fr .85fr;gap:clamp(30px,8vw,120px);align-items:end;margin-bottom:clamp(60px,8vw,110px)}
.location-v2-intro p{max-width:530px;color:var(--muted);font-size:18px}
.location-v2{display:grid;grid-template-columns:1.08fr .92fr;min-height:610px;margin-bottom:28px;border:1px solid var(--line);background:var(--paper);overflow:hidden}
.location-v2-copy{padding:clamp(38px,6vw,82px);display:flex;flex-direction:column;justify-content:space-between;gap:55px}
.location-v2-index{font-size:11px;letter-spacing:.16em;text-transform:uppercase;color:var(--muted);padding-bottom:25px;margin-bottom:32px;border-bottom:1px solid var(--line)}
.location-v2-copy h2{font-size:clamp(48px,6vw,86px);margin:.08em 0 .22em}
.location-v2-address{font-size:clamp(18px,1.5vw,22px);line-height:1.45}
.location-v2-hours{margin-top:34px;max-width:470px;border-top:1px solid var(--line)}
.location-v2-hours>div{display:grid;grid-template-columns:1fr auto;gap:25px;padding:14px 0;border-bottom:1px solid var(--line);font-size:13px}
.location-v2-hours span{color:var(--muted)}
.location-v2-actions{display:flex;flex-direction:column;align-items:flex-start;gap:12px}
.location-map-button{display:flex;align-items:center;justify-content:space-between;gap:22px;width:100%;max-width:470px;padding:18px 0;border-top:1px solid var(--ink);border-bottom:1px solid var(--ink);font-size:12px;text-transform:uppercase;letter-spacing:.12em;position:relative;z-index:10;pointer-events:auto!important}
.location-map-button span{font-family:Georgia,serif;font-size:25px;transition:transform .3s var(--ease)}
.location-map-button:hover span{transform:translate(4px,-4px)}
.location-v2-visual{position:relative;overflow:hidden;min-height:610px;background:radial-gradient(circle at 72% 30%,rgba(255,255,255,.3),transparent 25%),linear-gradient(145deg,#81938c,#536a63 58%,#c1b39f)}
.location-v2-visual.marylebone{background:radial-gradient(circle at 28% 25%,rgba(255,255,255,.28),transparent 25%),linear-gradient(145deg,#b9ad9b,#6f827c 55%,#425750)}
.location-v2-orbit{position:absolute;border:1px solid rgba(255,255,255,.35);border-radius:50%;pointer-events:none}
.orbit-one{width:75%;aspect-ratio:1;left:12%;top:11%;transform:rotate(-18deg)}
.orbit-two{width:48%;aspect-ratio:1;right:-4%;bottom:4%;transform:rotate(27deg)}
.location-v2-pin{position:absolute;left:52%;top:48%;width:66px;height:66px;background:var(--paper);border-radius:50% 50% 50% 0;transform:translate(-50%,-50%) rotate(-45deg);box-shadow:0 20px 42px rgba(20,30,27,.24)}
.pin-core{position:absolute;width:20px;height:20px;border-radius:50%;background:var(--accent);left:23px;top:23px}
.location-v2-code{position:absolute;left:34px;bottom:30px;color:white;font-family:Georgia,serif;font-size:clamp(70px,8vw,120px);letter-spacing:-.06em;opacity:.82}
.location-v2-footnote{display:grid;grid-template-columns:1fr 2fr;gap:30px;padding:32px 0;border-top:1px solid var(--line);margin-top:65px}
.location-v2-footnote span{text-transform:uppercase;font-size:11px;letter-spacing:.16em}
.location-v2-footnote p{margin:0;color:var(--muted);max-width:650px}
@media(max-width:900px){
 .location-v2-intro,.location-v2{grid-template-columns:1fr}
 .location-v2-visual{min-height:420px;order:-1}
 .location-v2-marylebone .location-v2-visual{order:-1}
 .location-v2-copy{padding:38px 24px}
 .location-v2-footnote{grid-template-columns:1fr}
}
@media(max-width:560px){
 .location-v2-visual{min-height:330px}
 .location-v2-pin{width:52px;height:52px}.pin-core{width:16px;height:16px;left:18px;top:18px}
 .location-v2-code{left:20px;bottom:18px}
}
@media(prefers-reduced-motion:reduce){.location-map-button span{transition:none}}

/* Dedicated Locations drawer */
.header{justify-content:flex-start;gap:18px}
.header .nav{margin-left:auto}
.location-trigger{
  appearance:none;border:0;background:transparent;color:inherit;padding:8px 0;
  display:inline-flex;align-items:center;gap:9px;cursor:pointer;
  font:10px Arial,sans-serif;letter-spacing:.14em;text-transform:uppercase;
  position:relative;z-index:55;
}
.location-trigger-icon{width:20px;height:14px;display:flex;flex-direction:column;justify-content:center;gap:5px}
.location-trigger-icon i{display:block;height:1.5px;background:currentColor;border-radius:2px;transition:transform .35s var(--ease),width .35s var(--ease)}
.location-trigger-icon i:first-child{width:20px}
.location-trigger-icon i:last-child{width:13px}
.location-trigger:hover .location-trigger-icon i:last-child{width:20px}
.location-trigger[aria-expanded="true"] .location-trigger-icon i:first-child{transform:translateY(3.25px) rotate(45deg)}
.location-trigger[aria-expanded="true"] .location-trigger-icon i:last-child{width:20px;transform:translateY(-3.25px) rotate(-45deg)}

.locations-drawer{
  position:fixed;inset:0;z-index:90;visibility:hidden;pointer-events:none;
}
.locations-drawer.open{visibility:visible;pointer-events:auto}
.locations-drawer-backdrop{
  position:absolute;inset:0;background:rgba(14,20,18,.52);opacity:0;
  backdrop-filter:blur(4px);transition:opacity .38s var(--ease);
}
.locations-drawer.open .locations-drawer-backdrop{opacity:1}
.locations-drawer-panel{
  position:absolute;left:0;top:0;bottom:0;width:min(920px,92vw);
  background:var(--paper);color:var(--ink);padding:clamp(28px,5vw,70px);
  overflow:auto;transform:translateX(-102%);
  transition:transform .55s var(--ease);
  box-shadow:24px 0 70px rgba(0,0,0,.18);
}
.locations-drawer.open .locations-drawer-panel{transform:none}
.locations-drawer-head{display:flex;justify-content:space-between;gap:30px;align-items:flex-start;margin-bottom:50px}
.locations-drawer-head h2{font-size:clamp(42px,6vw,76px);margin:.1em 0 0}
.locations-close{
  width:48px;height:48px;border:1px solid var(--line);border-radius:50%;
  background:transparent;color:var(--ink);font-size:28px;font-weight:200;cursor:pointer;
}
.drawer-location-grid{display:grid;grid-template-columns:1fr 1fr;gap:18px}
.drawer-location-card{border:1px solid var(--line);background:#f4f1eb;overflow:hidden}
.drawer-map-art{
  height:260px;position:relative;overflow:hidden;
  background:radial-gradient(circle at 70% 28%,rgba(255,255,255,.32),transparent 24%),linear-gradient(145deg,#81938c,#536a63 58%,#bfb09b);
}
.drawer-map-art.marylebone{background:radial-gradient(circle at 28% 28%,rgba(255,255,255,.3),transparent 24%),linear-gradient(145deg,#b8ac9a,#71847d 56%,#435850)}
.drawer-map-art:before,.drawer-map-art:after{content:"";position:absolute;border:1px solid rgba(255,255,255,.30);border-radius:50%;width:76%;aspect-ratio:1;left:12%;top:10%}
.drawer-map-art:after{width:42%;left:50%;top:43%}
.drawer-map-code{position:absolute;left:20px;bottom:14px;font-family:Georgia,serif;font-size:64px;color:white;letter-spacing:-.06em;opacity:.8}
.drawer-map-pin{position:absolute;left:55%;top:47%;width:48px;height:48px;border-radius:50% 50% 50% 0;background:var(--paper);transform:translate(-50%,-50%) rotate(-45deg);box-shadow:0 15px 30px rgba(0,0,0,.2)}
.drawer-map-pin:after{content:"";position:absolute;width:14px;height:14px;border-radius:50%;background:var(--accent);left:17px;top:17px}
.drawer-location-copy{padding:28px}
.drawer-location-copy h3{font-size:clamp(30px,3vw,44px);margin:.12em 0 .25em}
.drawer-location-copy p{font-size:16px}
.drawer-hours{display:flex;flex-wrap:wrap;gap:8px;margin:18px 0 24px}
.drawer-hours span{border:1px solid var(--line);padding:7px 9px;font-size:10px;letter-spacing:.08em;text-transform:uppercase}
.drawer-map-button{
  width:100%;border:0;border-top:1px solid var(--ink);border-bottom:1px solid var(--ink);
  background:transparent;color:var(--ink);padding:16px 0;display:flex;justify-content:space-between;align-items:center;
  cursor:pointer;font:11px Arial,sans-serif;letter-spacing:.11em;text-transform:uppercase;
}
.drawer-map-button span{font-family:Georgia,serif;font-size:22px}
body.locations-open{overflow:hidden}

@media(max-width:900px){
  .location-trigger-text{display:none}
  .header{gap:12px}
  .header .menu-btn{margin-left:auto}
  .drawer-location-grid{grid-template-columns:1fr}
}
@media(max-width:560px){
  .locations-drawer-panel{width:100%;padding:24px 18px}
  .drawer-map-art{height:210px}
  .locations-drawer-head{margin-bottom:32px}
}
@media(prefers-reduced-motion:reduce){
  .locations-drawer-panel,.locations-drawer-backdrop,.location-trigger-icon i{transition:none}
}

/* Locations inside the main menu */
.header{justify-content:space-between}
.header .nav{margin-left:auto}
.location-trigger{display:none!important}

.mobile-menu{
  overflow-y:auto;
  align-content:start;
  padding-top:clamp(105px,14vh,150px);
}
.menu-location-block{
  width:min(760px,100%);
  margin:18px 0 24px;
  border-top:1px solid rgba(255,255,255,.20);
  border-bottom:1px solid rgba(255,255,255,.20);
}
.menu-location-toggle{
  width:100%;
  padding:22px 0;
  border:0;
  background:transparent;
  color:inherit;
  display:flex;
  justify-content:space-between;
  align-items:center;
  cursor:pointer;
  font-family:Georgia,"Times New Roman",serif;
  font-size:clamp(32px,7vw,56px);
  line-height:1;
  text-align:left;
}
.menu-location-plus{
  font-family:Arial,sans-serif;
  font-size:34px;
  font-weight:200;
  transition:transform .35s var(--ease);
}
.menu-location-toggle[aria-expanded="true"] .menu-location-plus{transform:rotate(45deg)}
.menu-locations-panel{
  display:grid;
  grid-template-columns:1fr 1fr;
  gap:14px;
  padding:0 0 24px;
}
.menu-locations-panel[hidden]{display:none}
.menu-location-card{
  background:rgba(255,255,255,.07);
  border:1px solid rgba(255,255,255,.16);
  padding:24px;
}
.menu-location-top{
  display:grid;
  grid-template-columns:42px 1fr;
  gap:16px;
  align-items:start;
}
.menu-location-index{
  width:36px;height:36px;border-radius:50%;
  border:1px solid rgba(255,255,255,.24);
  display:grid;place-items:center;
  font-size:10px;letter-spacing:.1em;
}
.menu-location-card h3{
  font-size:clamp(28px,4vw,42px);
  margin:.12em 0 .2em;
}
.menu-location-card p{
  font-family:Arial,sans-serif;
  font-size:14px;
  line-height:1.5;
  opacity:.82;
}
.menu-location-hours{
  display:flex;flex-wrap:wrap;gap:7px;
  margin:18px 0;
}
.menu-location-hours span{
  padding:6px 8px;
  border:1px solid rgba(255,255,255,.18);
  font:9px Arial,sans-serif;
  text-transform:uppercase;
  letter-spacing:.08em;
}
.menu-map-button{
  width:100%;
  border:0;
  border-top:1px solid rgba(255,255,255,.45);
  border-bottom:1px solid rgba(255,255,255,.45);
  background:transparent;
  color:inherit;
  padding:14px 0;
  display:flex;
  justify-content:space-between;
  align-items:center;
  cursor:pointer;
  font:10px Arial,sans-serif;
  text-transform:uppercase;
  letter-spacing:.1em;
}
.menu-map-button span{font-family:Georgia,serif;font-size:20px}

@media(max-width:700px){
  .menu-locations-panel{grid-template-columns:1fr}
  .menu-location-toggle{font-size:34px}
}
@media(prefers-reduced-motion:reduce){
  .menu-location-plus{transition:none}
}

/* Locations menu row: match the behaviour and visual language of the other menu links */
.menu-location-toggle{
  justify-content:flex-start!important;
  position:relative;
  overflow:hidden;
  transform:translateY(0);
  transition:transform .35s var(--ease),opacity .35s var(--ease);
}
.menu-location-toggle .menu-location-plus{display:none!important}
.menu-location-toggle:hover{transform:translateX(8px)}
.menu-location-toggle:after{
  content:"";
  position:absolute;
  left:0;
  bottom:13px;
  width:0;
  height:1px;
  background:currentColor;
  opacity:.55;
  transition:width .4s var(--ease);
}
.menu-location-toggle:hover:after,
.menu-location-toggle[aria-expanded="true"]:after{width:100%}
@media(prefers-reduced-motion:reduce){
  .menu-location-toggle,.menu-location-toggle:after{transition:none}
  .menu-location-toggle:hover{transform:none}
}

/* Embedded Google Maps visible inside Locations menu */
.menu-location-card{padding:0!important;overflow:hidden}
.menu-location-map{
  position:relative;
  width:100%;
  height:230px;
  background:#d9d5ca;
  border-bottom:1px solid rgba(255,255,255,.16);
  overflow:hidden;
}
.menu-location-map iframe{
  display:block;
  width:100%;
  height:100%;
  border:0;
  filter:grayscale(.18) saturate(.78) contrast(.98);
}
.menu-location-top,
.menu-location-hours,
.menu-map-button{
  margin-left:24px;
  margin-right:24px;
}
.menu-location-top{margin-top:24px}
.menu-map-button{
  width:calc(100% - 48px)!important;
  margin-bottom:24px;
}
@media(max-width:700px){
  .menu-location-map{height:210px}
}
@media(max-width:480px){
  .menu-location-map{height:190px}
}

/* Locations v5 — visually grouped with all main menu links */
.menu-location-block{
  width:min(760px,100%)!important;
  margin:0!important;
  border:0!important;
  padding:0!important;
}
.menu-location-toggle{
  width:100%;
  padding:0!important;
  margin:0!important;
  border:0!important;
  background:transparent!important;
  color:inherit;
  display:block!important;
  font-family:Georgia,"Times New Roman",serif!important;
  font-size:clamp(34px,9vw,66px)!important;
  line-height:1.12!important;
  letter-spacing:normal!important;
  text-transform:none!important;
  text-align:left;
  cursor:pointer;
  position:relative;
  transform:none!important;
}
.menu-location-toggle::after{
  content:none!important;
  display:none!important;
}
.menu-location-toggle:hover,
.menu-location-toggle:focus-visible{
  transform:none!important;
  opacity:.72;
}
.menu-locations-panel{
  margin-top:22px;
  margin-bottom:28px;
}
.mobile-menu > a,
.mobile-menu > .menu-location-block > .menu-location-toggle{
  font-family:Georgia,"Times New Roman",serif;
  font-size:clamp(34px,9vw,66px);
  line-height:1.12;
}
@media(max-width:700px){
  .menu-location-toggle{font-size:34px!important}
}

/* Locations: maps only — remove map CTA/button separators */
.menu-map-button{display:none!important}
.menu-location-hours{margin-bottom:24px!important}

/* =========================
   HERO + TYPOGRAPHY V1
   ========================= */

/* Global typography refinement */
body{
  font-family:Arial,Helvetica,sans-serif;
  font-size:16px;
  letter-spacing:-.01em;
}
h1,h2,h3{
  font-family:Georgia,"Times New Roman",serif;
  font-weight:400;
  letter-spacing:-.055em;
}
h2{
  font-size:clamp(46px,6.2vw,92px);
  line-height:.92;
}
h3{
  font-size:clamp(28px,3.3vw,46px);
}
.eyebrow{
  font-size:10px;
  letter-spacing:.19em;
  font-weight:500;
}
.copy,
.lead{
  letter-spacing:-.018em;
}

/* Hero shell */
.premium-hero{
  min-height:100svh;
  position:relative;
  display:block;
  overflow:hidden;
  padding:0;
  background:#263732;
  color:#fff;
  isolation:isolate;
}
.premium-hero-media{
  position:absolute;
  inset:-3%;
  z-index:0;
  background:
    radial-gradient(circle at 76% 26%,rgba(255,255,255,.17),transparent 21%),
    radial-gradient(circle at 24% 70%,rgba(185,170,145,.15),transparent 30%),
    linear-gradient(120deg,#20302c 0%,#3d5a52 48%,#8b7c68 100%);
  transform:scale(1.035);
  transition:transform .18s linear;
}
.premium-hero-media:after{
  content:"";
  position:absolute;
  inset:0;
  background:
    linear-gradient(180deg,rgba(7,14,12,.08),rgba(7,14,12,.16) 45%,rgba(7,14,12,.55) 100%),
    linear-gradient(90deg,rgba(7,14,12,.25),transparent 45%);
}
.premium-hero-shade{
  position:absolute;
  inset:0;
  z-index:1;
  background:linear-gradient(180deg,rgba(8,14,12,.04),rgba(8,14,12,.18));
  pointer-events:none;
}
.premium-hero-orbit{
  position:absolute;
  border:1px solid rgba(255,255,255,.17);
  border-radius:50%;
  z-index:1;
  pointer-events:none;
}
.premium-hero-orbit.orbit-a{
  width:min(52vw,760px);
  aspect-ratio:1;
  right:-10vw;
  top:3vh;
  transform:rotate(-18deg);
}
.premium-hero-orbit.orbit-b{
  width:min(28vw,420px);
  aspect-ratio:1;
  right:18vw;
  top:39vh;
  transform:rotate(23deg);
}
.premium-hero-inner{
  position:relative;
  z-index:2;
  min-height:100svh;
  display:flex;
  flex-direction:column;
  justify-content:space-between;
  padding:110px var(--pad) 34px;
}
.premium-hero-topline{
  display:flex;
  justify-content:space-between;
  gap:24px;
  font-size:10px;
  letter-spacing:.17em;
  text-transform:uppercase;
  opacity:.82;
}
.premium-hero-copy{
  width:100%;
  max-width:1450px;
  margin:clamp(40px,7vh,95px) auto 0;
}
.premium-hero-title{
  margin:.08em 0 .22em;
  max-width:1320px;
  font-size:clamp(72px,11vw,176px);
  line-height:.82;
  letter-spacing:-.07em;
}
.hero-line{
  display:block;
  overflow:hidden;
}
.hero-line>span{
  display:block;
  transform:translateY(110%);
  animation:heroLineReveal 1.08s var(--ease) forwards;
}
.hero-line:nth-child(2)>span{
  animation-delay:.12s;
}
@keyframes heroLineReveal{
  from{transform:translateY(110%);opacity:.2}
  to{transform:translateY(0);opacity:1}
}
.premium-hero-bottom{
  display:grid;
  grid-template-columns:minmax(280px,620px) auto;
  gap:clamp(35px,8vw,130px);
  align-items:end;
}
.premium-hero-lead{
  max-width:620px;
  margin:0;
  font-size:clamp(17px,1.5vw,23px);
  line-height:1.45;
  color:rgba(255,255,255,.86);
}
.premium-hero-actions{
  min-width:min(100%,380px);
  display:flex;
  flex-direction:column;
}
.premium-hero-cta{
  display:flex;
  align-items:center;
  justify-content:space-between;
  gap:30px;
  width:100%;
  padding:17px 0;
  border-top:1px solid rgba(255,255,255,.58);
  color:#fff;
  font-size:11px;
  text-transform:uppercase;
  letter-spacing:.13em;
  transition:opacity .3s var(--ease),padding .3s var(--ease);
}
.premium-hero-cta:last-child{
  border-bottom:1px solid rgba(255,255,255,.58);
}
.premium-hero-cta:hover{
  padding-left:8px;
}
.premium-hero-cta.secondary{
  color:rgba(255,255,255,.72);
}
.cta-arrow{
  font-family:Georgia,serif;
  font-size:22px;
  transition:transform .3s var(--ease);
}
.premium-hero-cta:hover .cta-arrow{
  transform:translate(4px,-2px);
}
.premium-hero-scroll{
  display:flex;
  align-items:center;
  gap:12px;
  font-size:9px;
  letter-spacing:.17em;
  text-transform:uppercase;
  opacity:.6;
}
.scroll-line{
  display:block;
  width:58px;
  height:1px;
  background:currentColor;
  transform-origin:left;
  animation:scrollPulse 2s ease-in-out infinite;
}
@keyframes scrollPulse{
  0%,100%{transform:scaleX(.35);opacity:.45}
  50%{transform:scaleX(1);opacity:1}
}

/* Staged non-title hero reveals */
.hero-reveal{
  opacity:0;
  transform:translateY(16px);
  animation:heroSoftReveal .9s .34s var(--ease) forwards;
}
.premium-hero-bottom .hero-reveal:nth-child(2){animation-delay:.52s}
.premium-hero-scroll{animation-delay:.7s}
@keyframes heroSoftReveal{
  to{opacity:1;transform:none}
}

/* Refine body section spacing after premium hero */
.premium-hero + .section{
  padding-top:clamp(110px,14vw,210px);
}

/* Responsive */
@media(max-width:900px){
  .premium-hero-inner{
    padding-top:95px;
  }
  .premium-hero-topline{
    flex-direction:column;
    gap:6px;
  }
  .premium-hero-title{
    font-size:clamp(62px,16vw,120px);
    line-height:.84;
  }
  .premium-hero-bottom{
    grid-template-columns:1fr;
    gap:34px;
  }
  .premium-hero-actions{
    min-width:0;
    width:100%;
  }
  .premium-hero-orbit.orbit-a{
    width:80vw;
    right:-30vw;
  }
  .premium-hero-orbit.orbit-b{
    width:55vw;
    right:7vw;
    top:48vh;
  }
}
@media(max-width:560px){
  .premium-hero-inner{
    padding:86px 20px 24px;
  }
  .premium-hero-title{
    font-size:clamp(56px,18vw,88px);
    line-height:.86;
    margin-top:.18em;
  }
  .premium-hero-lead{
    font-size:16px;
  }
  .premium-hero-topline{
    font-size:9px;
  }
  .premium-hero-scroll{
    display:none;
  }
}

/* Reduced motion */
@media(prefers-reduced-motion:reduce){
  .hero-line>span,
  .hero-reveal,
  .scroll-line{
    animation:none!important;
    opacity:1!important;
    transform:none!important;
  }
  .premium-hero-media{
    transform:none!important;
    transition:none!important;
  }
}

/* Homepage Central London location links */
.location-link{
  color:inherit;
  position:relative;
  cursor:pointer;
  transition:transform .38s var(--ease),box-shadow .38s var(--ease);
}
.location-link:hover{
  transform:translateY(-5px);
  box-shadow:0 20px 45px rgba(30,38,36,.10);
}
.location-link-hint{
  display:flex;
  align-items:center;
  justify-content:space-between;
  gap:20px;
  margin-top:28px;
  padding-top:14px;
  border-top:1px solid rgba(30,38,36,.18);
  font-size:10px;
  letter-spacing:.13em;
  text-transform:uppercase;
}
.location-link-hint>span{
  font-family:Georgia,serif;
  font-size:21px;
  transition:transform .3s var(--ease);
}
.location-link:hover .location-link-hint>span{
  transform:translate(4px,-4px);
}
@media(prefers-reduced-motion:reduce){
  .location-link,.location-link-hint>span{transition:none}
  .location-link:hover{transform:none}
}

/* Premium expanded maps on homepage */
.home-clinics-premium h2{margin-bottom:clamp(45px,7vw,85px)}
.home-clinic-grid{
  display:grid;
  grid-template-columns:1fr 1fr;
  gap:24px;
}
.home-clinic-card{
  background:var(--paper);
  border:1px solid var(--line);
  overflow:hidden;
}
.home-clinic-map{
  width:100%;
  height:clamp(380px,38vw,580px);
  background:#d8d4ca;
  overflow:hidden;
}
.home-clinic-map iframe{
  display:block;
  width:100%;
  height:100%;
  border:0;
  filter:grayscale(.12) saturate(.82) contrast(.99);
}
.home-clinic-info{
  padding:clamp(28px,4vw,48px);
}
.home-clinic-info h3{
  margin:.1em 0 .4em;
  font-size:clamp(34px,3.3vw,48px);
}
.home-clinic-address{
  font-size:clamp(16px,1.4vw,19px);
  margin:0 0 8px;
}
.home-clinic-hours{
  color:var(--muted);
  margin:0 0 26px;
  font-size:14px;
}
.home-clinic-link{
  display:flex;
  justify-content:space-between;
  align-items:center;
  gap:20px;
  padding-top:16px;
  border-top:1px solid var(--line);
  font-size:10px;
  letter-spacing:.13em;
  text-transform:uppercase;
}
.home-clinic-link>span:last-child{
  font-family:Georgia,serif;
  font-size:22px;
  transition:transform .3s var(--ease);
}
.home-clinic-link:hover>span:last-child{
  transform:translate(4px,-4px);
}
@media(max-width:900px){
  .home-clinic-grid{grid-template-columns:1fr}
  .home-clinic-map{height:420px}
}
@media(max-width:560px){
  .home-clinic-map{height:320px}
  .home-clinic-info{padding:24px}
}
@media(prefers-reduced-motion:reduce){
  .home-clinic-link>span:last-child{transition:none}
}

/* Lock embedded Google Maps so location pins cannot be changed */
.home-clinic-map{
  position:relative;
}
.home-clinic-map iframe{
  pointer-events:none!important;
  user-select:none;
}
.menu-location-map{
  position:relative;
}
.menu-location-map iframe{
  pointer-events:none!important;
  user-select:none;
}
/* Keep explicit View location links clickable */
.home-clinic-link,
.menu-location-toggle{
  pointer-events:auto!important;
}

/* Locked map remains visually fixed, while the whole map opens Google Maps */
.home-clinic-map-link,.menu-location-map-link{
  display:block;
  position:relative;
  cursor:pointer;
}
.home-clinic-map-link .home-clinic-map,
.menu-location-map-link .menu-location-map{pointer-events:none}
.home-clinic-map-link:after,
.menu-location-map-link:after{
  content:"Open in Google Maps ↗";
  position:absolute;right:14px;bottom:14px;z-index:4;
  padding:9px 11px;background:rgba(248,246,241,.9);color:var(--ink);
  backdrop-filter:blur(9px);font:9px Arial,sans-serif;
  letter-spacing:.1em;text-transform:uppercase;
  opacity:0;transform:translateY(5px);
  transition:opacity .25s var(--ease),transform .25s var(--ease);
  pointer-events:none;
}
.home-clinic-map-link:hover:after,.menu-location-map-link:hover:after{opacity:1;transform:none}
@media(max-width:700px){
 .home-clinic-map-link:after,.menu-location-map-link:after{opacity:.9;transform:none}
}

/* Clean maps: no visible map CTA labels/buttons */
.home-clinic-map-link:after,
.menu-location-map-link:after{
  content:none!important;
  display:none!important;
}
.home-clinic-link{display:none!important}

/* Final map presentation: show only the map surface, no custom open labels */
.home-clinic-map-link:after,
.home-clinic-map-link:before,
.menu-location-map-link:after,
.menu-location-map-link:before,
.home-clinic-map:after,
.home-clinic-map:before,
.menu-location-map:after,
.menu-location-map:before{
  content:none!important;
  display:none!important;
}

/* Editorial / sticky Treatments */
.treatments-editorial{background:var(--paper)}
.treatments-editorial-shell{max-width:1380px}
.treatments-editorial-head{
  display:grid;grid-template-columns:1.2fr .8fr;gap:clamp(35px,8vw,120px);
  align-items:end;margin-bottom:clamp(55px,8vw,100px)
}
.treatments-editorial-head h2{margin:.15em 0 0;max-width:900px}
.treatments-editorial-intro{
  max-width:520px;color:var(--muted);font-size:clamp(17px,1.5vw,21px);line-height:1.55
}
.treatments-editorial-layout{
  display:grid;grid-template-columns:minmax(0,1.05fr) minmax(360px,.95fr);
  gap:clamp(45px,7vw,100px);align-items:start
}
.treatments-editorial-list{border-top:1px solid var(--line)}
.treatment-editorial-item{
  display:grid;grid-template-columns:58px 1fr;gap:24px;padding:34px 0;
  border-bottom:1px solid var(--line);position:relative;overflow:hidden
}
.treatment-editorial-item:after{
  content:"";position:absolute;left:0;bottom:-1px;width:100%;height:2px;background:var(--accent);
  transform:scaleX(0);transform-origin:left;transition:transform .5s var(--ease)
}
.treatment-editorial-item:hover:after,.treatment-editorial-item:focus-visible:after{transform:scaleX(1)}
.treatment-editorial-index{font-size:10px;letter-spacing:.16em;color:var(--muted);padding-top:8px}
.treatment-editorial-copy{transition:transform .4s var(--ease)}
.treatment-editorial-item:hover .treatment-editorial-copy{transform:translateX(8px)}
.treatment-editorial-copy h3{margin:0 0 10px;font-size:clamp(30px,3vw,48px)}
.treatment-editorial-copy p{max-width:610px;margin:0 0 13px;color:var(--muted)}
.treatment-editorial-meta{
  display:inline-block;font-size:10px;letter-spacing:.14em;text-transform:uppercase
}
.treatments-editorial-sticky{
  position:sticky;top:112px;overflow:hidden;background:var(--ink);color:var(--paper);
  min-height:720px;display:flex;flex-direction:column
}
.treatments-sticky-visual{
  position:relative;min-height:390px;
  background:radial-gradient(circle at 72% 30%,rgba(255,255,255,.20),transparent 24%),linear-gradient(145deg,#7e928a,#536c63 58%,#b6a791);
  overflow:hidden
}
.treatments-sticky-orbit{position:absolute;border:1px solid rgba(255,255,255,.34);border-radius:50%}
.treatments-sticky-orbit.orbit-one{width:74%;aspect-ratio:1;left:12%;top:8%}
.treatments-sticky-orbit.orbit-two{width:46%;aspect-ratio:1;right:-4%;bottom:-8%}
.treatments-sticky-mark{
  position:absolute;left:28px;bottom:18px;font-family:Georgia,serif;
  font-size:clamp(68px,7vw,112px);letter-spacing:-.07em;opacity:.82
}
.treatments-sticky-copy{
  padding:clamp(34px,4.5vw,58px);flex:1;display:flex;flex-direction:column;justify-content:flex-end
}
.treatments-sticky-copy h3{margin:.15em 0 .35em;font-size:clamp(36px,4vw,60px)}
.treatments-sticky-copy p{color:rgba(255,255,255,.75);max-width:470px}
.treatments-sticky-copy .btn{margin-top:20px;align-self:flex-start}
.treatment-row-reveal{opacity:0;transform:translateY(22px);transition:opacity .7s var(--ease),transform .7s var(--ease)}
.treatment-row-reveal.treatment-row-in{opacity:1;transform:none}

@media(max-width:900px){
  .treatments-editorial-head,.treatments-editorial-layout{grid-template-columns:1fr}
  .treatments-editorial-sticky{position:relative;top:auto;min-height:0}
  .treatments-sticky-visual{min-height:320px}
}
@media(max-width:560px){
  .treatment-editorial-item{grid-template-columns:38px 1fr;gap:14px;padding:27px 0}
  .treatment-editorial-copy h3{font-size:30px}
  .treatments-sticky-copy{padding:28px 22px}
}
@media(prefers-reduced-motion:reduce){
  .treatment-editorial-item:after,.treatment-editorial-copy,.treatment-row-reveal{transition:none}
  .treatment-editorial-item:hover .treatment-editorial-copy{transform:none}
  .treatment-row-reveal{opacity:1;transform:none}
}

/* =====================================================
   FASCIA LINES — abstract brand graphic system
   ===================================================== */
body{position:relative}
.fascia-system{
  position:absolute;
  top:0;
  left:0;
  width:100%;
  height:min(3900px,78%);
  z-index:5;
  pointer-events:none;
  overflow:hidden;
  color:#617b71;
  mix-blend-mode:multiply;
}
.fascia-svg{
  display:block;
  width:100%;
  height:100%;
  overflow:visible;
}
.fascia-path{
  fill:none;
  stroke:url(#fasciaFade);
  stroke-linecap:round;
  vector-effect:non-scaling-stroke;
  stroke-dasharray:1;
  stroke-dashoffset:1;
  opacity:.86;
}
.fascia-primary{stroke-width:1.45}
.fascia-secondary{stroke-width:.85;opacity:.55}
.fascia-tertiary{stroke-width:.7;opacity:.34}
.fascia-node{
  fill:#f2eee5;
  stroke:#617b71;
  stroke-width:1;
  vector-effect:non-scaling-stroke;
  opacity:0;
  transform-box:fill-box;
  transform-origin:center;
}
.fascia-system.fascia-ready .fascia-path{
  animation:fasciaDraw 2.1s cubic-bezier(.22,.7,.22,1) forwards;
}
.fascia-system.fascia-ready .fascia-secondary{animation-delay:.18s}
.fascia-system.fascia-ready .fascia-tertiary{animation-delay:.34s}
.fascia-system.fascia-ready .fascia-node{
  animation:fasciaNode .65s ease forwards;
}
.fascia-system.fascia-ready .node-a{animation-delay:.7s}
.fascia-system.fascia-ready .node-b{animation-delay:1.05s}
.fascia-system.fascia-ready .node-c{animation-delay:1.38s}
.fascia-system.fascia-ready .node-d{animation-delay:1.7s}
@keyframes fasciaDraw{to{stroke-dashoffset:0}}
@keyframes fasciaNode{
  0%{opacity:0;transform:scale(.2)}
  100%{opacity:.78;transform:scale(1)}
}

/* editorial wayfinding labels */
.fascia-legend{
  max-width:var(--max);
  margin:0 auto;
  padding:0 var(--pad) clamp(38px,5vw,70px);
  display:grid;
  grid-template-columns:repeat(4,1fr);
  gap:18px;
  color:#617b71;
  position:relative;
  z-index:6;
}
.fascia-legend span{
  padding-top:11px;
  border-top:1px solid rgba(97,123,113,.3);
  font-size:9px;
  line-height:1.2;
  letter-spacing:.16em;
  text-transform:uppercase;
}

/* Allow the line to visually cross selected sections without blocking UI */
.hero,.section,footer,.header{position:relative}
.hero,.section,footer{z-index:2}
.header{z-index:100}
.treatments-editorial{z-index:6}

/* Fine highlight where the line passes through editorial treatment area */
.treatments-editorial:before{
  content:"";
  position:absolute;
  right:6%;
  top:8%;
  width:180px;
  height:180px;
  border:1px solid rgba(97,123,113,.18);
  border-radius:50%;
  pointer-events:none;
}
.treatments-editorial:after{
  content:"";
  position:absolute;
  right:calc(6% + 61px);
  top:calc(8% + 61px);
  width:58px;
  height:58px;
  border:1px solid rgba(97,123,113,.24);
  border-radius:50%;
  pointer-events:none;
}

@media(max-width:900px){
  .fascia-system{
    left:18%;
    width:112%;
    opacity:.72;
  }
  .fascia-legend{
    grid-template-columns:repeat(2,1fr);
  }
}
@media(max-width:560px){
  .fascia-system{
    left:28%;
    width:135%;
    opacity:.48;
  }
  .fascia-primary{stroke-width:1}
  .fascia-secondary,.fascia-tertiary{display:none}
  .fascia-node{display:none}
  .fascia-legend{
    grid-template-columns:1fr 1fr;
    gap:12px 18px;
    padding-bottom:34px;
  }
  .treatments-editorial:before,
  .treatments-editorial:after{display:none}
}
@media(prefers-reduced-motion:reduce){
  .fascia-path{
    stroke-dashoffset:0!important;
    animation:none!important;
  }
  .fascia-node{
    opacity:.65!important;
    transform:none!important;
    animation:none!important;
  }
}

/* Header contrast refinement — darker brand and menu control */
.header .brand,
.header .brand *,
.header .logo,
.header .logo *,
.header .site-name,
.header .site-name *{
  color:#1f302b !important;
  fill:#1f302b !important;
}

.header .menu-btn,
.header .menu-toggle,
.header .menu-button{
  color:#1f302b !important;
  border-color:rgba(31,48,43,.38) !important;
}

.header .menu-btn span,
.header .menu-toggle span,
.header .menu-button span,
.header .menu-btn i,
.header .menu-toggle i,
.header .menu-button i{
  background-color:#1f302b !important;
  border-color:#1f302b !important;
  color:#1f302b !important;
}

/* Keep strong contrast while scrolling */
.header.scrolled .brand,
.header.scrolled .brand *,
.header.scrolled .logo,
.header.scrolled .logo *,
.header.scrolled .site-name,
.header.scrolled .site-name *,
.header.scrolled .menu-btn,
.header.scrolled .menu-toggle,
.header.scrolled .menu-button{
  color:#182722 !important;
  fill:#182722 !important;
}
.header.scrolled .menu-btn span,
.header.scrolled .menu-toggle span,
.header.scrolled .menu-button span,
.header.scrolled .menu-btn i,
.header.scrolled .menu-toggle i,
.header.scrolled .menu-button i{
  background-color:#182722 !important;
  border-color:#182722 !important;
}

/* Dark premium menu control with white hamburger lines */
.header .menu-btn,
.header .menu-toggle,
.header .menu-button{
  background:#1f302b !important;
  border-color:#1f302b !important;
  color:#fff !important;
}
.header .menu-btn span,
.header .menu-toggle span,
.header .menu-button span,
.header .menu-btn i,
.header .menu-toggle i,
.header .menu-button i{
  background-color:#fff !important;
  border-color:#fff !important;
  color:#fff !important;
}
.header.scrolled .menu-btn,
.header.scrolled .menu-toggle,
.header.scrolled .menu-button{
  background:#182722 !important;
  border-color:#182722 !important;
  color:#fff !important;
}
.header.scrolled .menu-btn span,
.header.scrolled .menu-toggle span,
.header.scrolled .menu-button span,
.header.scrolled .menu-btn i,
.header.scrolled .menu-toggle i,
.header.scrolled .menu-button i{
  background-color:#fff !important;
  border-color:#fff !important;
  color:#fff !important;
}

/* Optimised clinical media integration */
.premium-hero-media{position:absolute;inset:0;overflow:hidden;background:#20332d}
.premium-hero-video{width:100%;height:100%;object-fit:cover;object-position:center;display:block;filter:saturate(.78) contrast(.96) brightness(.82);transform:scale(1.015)}
.premium-hero-shade{background:linear-gradient(90deg,rgba(17,31,27,.72) 0%,rgba(17,31,27,.45) 48%,rgba(17,31,27,.18) 100%),linear-gradient(0deg,rgba(17,31,27,.38),transparent 45%)}
.visual-photo-story{position:relative;min-height:82vh;overflow:hidden;color:#fff;display:flex;align-items:flex-end}
.visual-photo-story>img{position:absolute;inset:0;width:100%;height:100%;object-fit:cover;object-position:center 44%;filter:saturate(.72) contrast(.94)}
.visual-photo-overlay{position:absolute;inset:0;background:linear-gradient(180deg,rgba(20,35,30,.08),rgba(20,35,30,.58));z-index:1}
.visual-photo-story .container{position:relative;z-index:2;padding-bottom:clamp(55px,8vw,110px)}
.treatment-photo-visual{background:#657b72}
.treatment-photo-visual>img{position:absolute;inset:0;width:100%;height:100%;object-fit:cover;filter:saturate(.68) contrast(.95) brightness(.86)}
.treatment-photo-visual:after{content:"";position:absolute;inset:0;background:linear-gradient(180deg,transparent 45%,rgba(22,38,32,.45))}
.treatment-photo-visual .treatments-sticky-orbit{z-index:2}
.approach-photo-section .split{grid-template-columns:.72fr 1fr;align-items:start}
.approach-support-image{grid-column:1/-1;margin:42px 0 0;height:clamp(280px,38vw,540px);overflow:hidden}
.approach-support-image img{width:100%;height:100%;object-fit:cover;object-position:center 42%;filter:saturate(.65) contrast(.98)}
.treatment-media-band{padding:0 var(--pad) clamp(30px,5vw,70px)}
.treatment-media-grid{max-width:var(--max);margin:auto;display:grid;grid-template-columns:1.35fr .8fr .8fr;gap:12px}
.treatment-media-grid figure{margin:0;position:relative;overflow:hidden;min-height:clamp(320px,42vw,610px);background:#d8d8d3}
.treatment-media-grid figure:nth-child(2),.treatment-media-grid figure:nth-child(3){min-height:clamp(280px,35vw,520px);align-self:end}
.treatment-media-grid img{width:100%;height:100%;object-fit:cover;position:absolute;inset:0;filter:saturate(.7) contrast(.96);transition:transform .8s var(--ease)}
.treatment-media-grid figure:hover img{transform:scale(1.025)}
.treatment-media-grid figcaption{position:absolute;left:18px;bottom:16px;background:rgba(247,244,237,.88);backdrop-filter:blur(8px);padding:8px 11px;font-size:9px;text-transform:uppercase;letter-spacing:.14em}
.approach-editorial-media{padding:0 var(--pad) clamp(50px,8vw,110px)}
.approach-media-grid{display:grid;grid-template-columns:1.15fr .75fr;gap:clamp(25px,5vw,70px);align-items:center}
.approach-media-grid figure{margin:0;height:clamp(440px,58vw,760px);overflow:hidden}
.approach-media-grid img{width:100%;height:100%;object-fit:cover;filter:saturate(.68) contrast(.96)}
.approach-media-grid>div{padding-right:clamp(0px,4vw,55px)}
.approach-media-small{grid-column:2;height:320px!important;margin-top:-110px!important;width:72%;justify-self:end;border:10px solid var(--paper)}
.mike-editorial-visual{position:sticky;top:110px;align-self:start}
.mike-editorial-visual>img{width:100%;height:clamp(430px,55vw,680px);object-fit:cover;object-position:center;display:block;filter:saturate(.68) contrast(.96)}
.mike-editorial-visual .sticky-card{position:relative;top:auto;margin-top:-1px}
@media(max-width:900px){
 .premium-hero-video{object-position:center}
 .approach-photo-section .split,.approach-media-grid{grid-template-columns:1fr}
 .approach-media-small{grid-column:auto;margin-top:0!important;width:72%;justify-self:end}
 .treatment-media-grid{grid-template-columns:1fr 1fr}.treatment-media-grid figure:first-child{grid-column:1/-1}
 .mike-editorial-visual{position:relative;top:auto}
}
@media(max-width:560px){
 .premium-hero-video{object-position:55% center}
 .visual-photo-story{min-height:66vh}
 .treatment-media-grid{grid-template-columns:1fr}.treatment-media-grid figure:first-child{grid-column:auto}.treatment-media-grid figure{min-height:420px!important}
 .approach-media-small{width:86%;height:260px!important}
}
@media(prefers-reduced-motion:reduce){.premium-hero-video{display:none}.premium-hero-media{background:url('/assets/media/hands-treatment.webp') center/cover no-repeat}.treatment-media-grid img{transition:none}}

/* =========================================================
   CINEMATIC HERO — editorial premium direction
   ========================================================= */
.cinematic-hero{
  position:relative;
  min-height:100svh;
  background:#17231f;
  color:#f5f1e9;
  overflow:hidden;
  isolation:isolate;
}
.cinematic-hero-media{
  position:absolute;
  inset:0;
  z-index:0;
  overflow:hidden;
}
.cinematic-hero-video{
  position:absolute;
  inset:0;
  width:100%;
  height:100%;
  object-fit:cover;
  object-position:center 48%;
  transform:scale(1.025);
  filter:saturate(.74) contrast(1.02) brightness(.84);
}
.cinematic-hero-overlay{
  position:absolute;
  inset:0;
  z-index:1;
  pointer-events:none;
  background:
    linear-gradient(90deg,rgba(13,24,20,.78) 0%,rgba(13,24,20,.52) 34%,rgba(13,24,20,.14) 67%,rgba(13,24,20,.30) 100%),
    linear-gradient(180deg,rgba(8,15,12,.20) 0%,transparent 34%,rgba(8,15,12,.44) 100%);
}
.cinematic-hero-grain{
  position:absolute;
  inset:0;
  z-index:2;
  pointer-events:none;
  opacity:.055;
  background-image:
    radial-gradient(circle at 20% 30%,#fff 0 .55px,transparent .7px),
    radial-gradient(circle at 70% 60%,#fff 0 .45px,transparent .65px);
  background-size:7px 7px,9px 9px;
  mix-blend-mode:soft-light;
}
.cinematic-hero-content{
  position:relative;
  z-index:3;
  min-height:100svh;
  padding:112px clamp(22px,4vw,62px) 30px;
  display:flex;
  flex-direction:column;
  justify-content:space-between;
}
.cinematic-hero-meta{
  display:flex;
  justify-content:space-between;
  gap:30px;
  font:500 9px/1.2 Arial,sans-serif;
  letter-spacing:.18em;
  text-transform:uppercase;
  color:rgba(245,241,233,.72);
}
.cinematic-hero-main{
  display:grid;
  grid-template-columns:minmax(0,1fr) minmax(270px,340px);
  gap:clamp(55px,7vw,120px);
  align-items:end;
  width:100%;
}
.cinematic-hero-copy{
  max-width:1080px;
}
.cinematic-kicker{
  margin-bottom:20px;
  font:500 10px/1.2 Arial,sans-serif;
  letter-spacing:.19em;
  text-transform:uppercase;
  color:#d8dfd9;
}
.cinematic-title{
  margin:0;
  font-family:Georgia,"Times New Roman",serif;
  font-size:clamp(64px,8.6vw,146px);
  font-weight:400;
  line-height:.81;
  letter-spacing:-.07em;
  color:#f8f4ec;
}
.cinematic-line{
  display:block;
  overflow:hidden;
  padding-bottom:.05em;
}
.cinematic-line>span{
  display:block;
  transform:translateY(112%);
  opacity:.15;
  animation:cinematicLineIn 1.05s cubic-bezier(.22,.72,.2,1) forwards;
}
.cinematic-line:nth-child(2)>span{animation-delay:.10s}
.cinematic-line:nth-child(3)>span{animation-delay:.20s}
.cinematic-title .accent-line{
  color:#cddbd3;
  font-style:italic;
}
@keyframes cinematicLineIn{
  to{transform:none;opacity:1}
}
.cinematic-copy-bottom{
  display:grid;
  grid-template-columns:minmax(260px,580px) minmax(210px,290px);
  align-items:end;
  gap:clamp(30px,5vw,80px);
  margin-top:34px;
}
.cinematic-copy-bottom p{
  margin:0;
  font-size:clamp(16px,1.35vw,20px);
  line-height:1.55;
  color:rgba(245,241,233,.80);
}
.cinematic-book{
  display:flex;
  justify-content:space-between;
  align-items:center;
  gap:30px;
  min-height:62px;
  padding:0 4px 0 0;
  border-top:1px solid rgba(245,241,233,.55);
  border-bottom:1px solid rgba(245,241,233,.55);
  font:500 10px/1 Arial,sans-serif;
  letter-spacing:.15em;
  text-transform:uppercase;
  color:#fff;
  transition:padding .35s var(--ease),border-color .35s var(--ease);
}
.cinematic-book:hover{
  padding-left:10px;
  border-color:#fff;
}
.cinematic-book-arrow{
  font-family:Georgia,serif;
  font-size:25px;
  line-height:1;
  transition:transform .35s var(--ease);
}
.cinematic-book:hover .cinematic-book-arrow{
  transform:translate(5px,-4px);
}
.cinematic-hero-rail{
  border-left:1px solid rgba(245,241,233,.30);
  padding-left:28px;
  padding-bottom:5px;
}
.rail-item{
  padding:18px 0;
  border-top:1px solid rgba(245,241,233,.22);
}
.rail-item:first-child{border-top:0;padding-top:0}
.rail-label{
  display:block;
  margin-bottom:7px;
  font:500 8px/1.2 Arial,sans-serif;
  letter-spacing:.17em;
  text-transform:uppercase;
  color:rgba(245,241,233,.55);
}
.rail-item strong{
  display:block;
  font-family:Georgia,"Times New Roman",serif;
  font-size:18px;
  line-height:1.35;
  font-weight:400;
  color:#f5f1e9;
}
.rail-link{
  display:flex;
  justify-content:space-between;
  gap:20px;
  padding-top:18px;
  border-top:1px solid rgba(245,241,233,.36);
  font:500 9px/1.2 Arial,sans-serif;
  letter-spacing:.13em;
  text-transform:uppercase;
  color:#f5f1e9;
}
.rail-link span{
  font-family:Georgia,serif;
  font-size:18px;
}
.cinematic-scroll{
  display:flex;
  align-items:center;
  gap:13px;
  margin-top:32px;
  font:500 8px/1.2 Arial,sans-serif;
  letter-spacing:.17em;
  text-transform:uppercase;
  color:rgba(245,241,233,.55);
}
.cinematic-scroll i{
  display:block;
  width:64px;
  height:1px;
  background:currentColor;
  transform-origin:left;
  animation:cinematicScrollPulse 2.2s ease-in-out infinite;
}
@keyframes cinematicScrollPulse{
  0%,100%{transform:scaleX(.26);opacity:.35}
  50%{transform:scaleX(1);opacity:1}
}
.cinematic-hero .hero-reveal{
  opacity:0;
  transform:translateY(14px);
  animation:cinematicSoftIn .85s .38s var(--ease) forwards;
}
.cinematic-hero-rail.hero-reveal{animation-delay:.62s}
.cinematic-scroll.hero-reveal{animation-delay:.78s}
@keyframes cinematicSoftIn{
  to{opacity:1;transform:none}
}

/* header specifically over the cinematic hero */
body:has(.cinematic-hero) .header:not(.scrolled) .brand,
body:has(.cinematic-hero) .header:not(.scrolled) .brand *{
  color:#f7f3eb!important;
  fill:#f7f3eb!important;
}
body:has(.cinematic-hero) .header:not(.scrolled) .menu-btn{
  background:#1b2c26!important;
  color:#fff!important;
  border-color:#1b2c26!important;
}
body:has(.cinematic-hero) .header:not(.scrolled) .menu-btn::before,
body:has(.cinematic-hero) .header:not(.scrolled) .menu-btn::after{
  background:#fff!important;
}

@media(max-width:980px){
  .cinematic-hero-main{
    grid-template-columns:1fr;
    gap:42px;
  }
  .cinematic-hero-rail{
    display:grid;
    grid-template-columns:repeat(3,1fr);
    gap:16px;
    border-left:0;
    border-top:1px solid rgba(245,241,233,.28);
    padding:20px 0 0;
  }
  .rail-item{
    border-top:0;
    padding:0 14px 0 0;
  }
  .rail-link{display:none}
}
@media(max-width:700px){
  .cinematic-hero-content{
    padding:94px 20px 24px;
  }
  .cinematic-hero-meta{
    flex-direction:column;
    gap:5px;
  }
  .cinematic-title{
    font-size:clamp(56px,17vw,86px);
    line-height:.84;
  }
  .cinematic-copy-bottom{
    grid-template-columns:1fr;
    gap:24px;
  }
  .cinematic-hero-rail{
    grid-template-columns:1fr 1fr;
  }
  .rail-item:nth-child(3){display:none}
  .cinematic-scroll{display:none}
  .cinematic-hero-video{
    object-position:56% center;
  }
  .cinematic-hero-overlay{
    background:
      linear-gradient(90deg,rgba(13,24,20,.74),rgba(13,24,20,.23)),
      linear-gradient(180deg,rgba(8,15,12,.17),transparent 28%,rgba(8,15,12,.58));
  }
}
@media(prefers-reduced-motion:reduce){
  .cinematic-line>span,
  .cinematic-hero .hero-reveal{
    animation:none!important;
    opacity:1!important;
    transform:none!important;
  }
  .cinematic-scroll i{animation:none!important}
  .cinematic-hero-video{display:none}
  .cinematic-hero-media{
    background:url("/assets/media/hands-treatment.webp") center/cover no-repeat;
  }
}

/* Hero video — show the complete source frame without cropping */
.cinematic-hero-media{
  background:#17231f !important;
  display:flex;
  align-items:center;
  justify-content:center;
}
.cinematic-hero-video{
  width:100% !important;
  height:100% !important;
  object-fit:contain !important;
  object-position:center center !important;
  transform:none !important;
}

/* Keep any letterbox area intentional and integrated with the hero */
@media(max-width:700px){
  .cinematic-hero-video{
    object-fit:contain !important;
    object-position:center center !important;
  }
}

/* ==========================================================
   SPLIT CINEMATIC HERO
   Text is grouped above; video remains completely clean.
   ========================================================== */
.split-cinematic-hero{
  background:#111816;
  color:#f4f0e8;
  min-height:auto;
  overflow:hidden;
  padding-top:0;
}
.split-hero-text{
  min-height:54svh;
  padding:112px clamp(24px,4vw,64px) clamp(48px,6vw,82px);
  display:flex;
  flex-direction:column;
  justify-content:space-between;
  gap:clamp(42px,6vw,78px);
  background:
    radial-gradient(circle at 82% 14%,rgba(88,111,102,.12),transparent 28%),
    #111816;
}
.split-hero-meta{
  display:flex;
  justify-content:space-between;
  gap:24px;
  font:500 9px/1.2 Arial,sans-serif;
  letter-spacing:.18em;
  text-transform:uppercase;
  color:rgba(244,240,232,.55);
}
.split-hero-copy{
  max-width:1460px;
  width:100%;
}
.split-hero-kicker{
  margin-bottom:18px;
  font:500 10px/1.2 Arial,sans-serif;
  letter-spacing:.18em;
  text-transform:uppercase;
  color:#cbd8d1;
}
.split-hero-title{
  margin:0;
  max-width:1260px;
  font-family:Georgia,"Times New Roman",serif;
  font-size:clamp(66px,8.8vw,148px);
  line-height:.82;
  letter-spacing:-.072em;
  font-weight:400;
  color:#f7f3eb;
}
.split-line{
  display:block;
  overflow:hidden;
  padding-bottom:.06em;
}
.split-line>span{
  display:block;
  transform:translateY(112%);
  opacity:.12;
  animation:splitHeroLine 1.05s cubic-bezier(.22,.72,.2,1) forwards;
}
.split-line:nth-child(2)>span{animation-delay:.11s}
@keyframes splitHeroLine{
  to{transform:none;opacity:1}
}
.split-hero-details{
  margin-top:32px;
  display:grid;
  grid-template-columns:minmax(280px,620px) minmax(250px,360px);
  justify-content:space-between;
  gap:clamp(40px,8vw,150px);
  align-items:end;
}
.split-hero-details p{
  margin:0;
  max-width:620px;
  font-size:clamp(16px,1.4vw,21px);
  line-height:1.55;
  color:rgba(244,240,232,.72);
}
.split-hero-actions{
  display:flex;
  flex-direction:column;
}
.split-book,
.split-approach{
  min-height:58px;
  display:flex;
  align-items:center;
  justify-content:space-between;
  gap:30px;
  border-top:1px solid rgba(244,240,232,.38);
  color:#f7f3eb;
  font:500 10px/1 Arial,sans-serif;
  letter-spacing:.14em;
  text-transform:uppercase;
  transition:padding .3s var(--ease),border-color .3s var(--ease);
}
.split-approach{
  border-bottom:1px solid rgba(244,240,232,.38);
  color:rgba(244,240,232,.68);
}
.split-book>span:last-child,
.split-approach>span:last-child{
  font-family:Georgia,serif;
  font-size:22px;
}
.split-book:hover,
.split-approach:hover{
  padding-left:8px;
  border-color:#f7f3eb;
}

/* Video block: clean and visually dominant */
.split-hero-video-shell{
  width:100%;
  background:#111816;
  padding:0 clamp(14px,2.4vw,36px) clamp(14px,2.4vw,36px);
  display:flex;
  justify-content:center;
}
.split-hero-video{
  display:block;
  width:min(100%,1540px);
  height:auto;
  aspect-ratio:16/9;
  object-fit:contain;
  object-position:center;
  background:#0d1412;
  border-radius:clamp(18px,2.6vw,38px);
  box-shadow:0 30px 90px rgba(0,0,0,.26);
  filter:saturate(.88) contrast(1.015) brightness(.96);
}

/* Remove any old hero overlays from visual stacking */
.split-cinematic-hero .cinematic-hero-overlay,
.split-cinematic-hero .cinematic-hero-grain,
.split-cinematic-hero .premium-hero-shade,
.split-cinematic-hero .premium-hero-orbit{
  display:none!important;
}

/* Header contrast over dark text area */
body:has(.split-cinematic-hero) .header:not(.scrolled) .brand,
body:has(.split-cinematic-hero) .header:not(.scrolled) .brand *{
  color:#f7f3eb!important;
  fill:#f7f3eb!important;
}
body:has(.split-cinematic-hero) .header:not(.scrolled) .menu-btn,
body:has(.split-cinematic-hero) .header:not(.scrolled) .menu-toggle,
body:has(.split-cinematic-hero) .header:not(.scrolled) .menu-button{
  background:#1f302b!important;
  border-color:#1f302b!important;
  color:#fff!important;
}
body:has(.split-cinematic-hero) .header:not(.scrolled) .menu-btn span,
body:has(.split-cinematic-hero) .header:not(.scrolled) .menu-toggle span,
body:has(.split-cinematic-hero) .header:not(.scrolled) .menu-button span,
body:has(.split-cinematic-hero) .header:not(.scrolled) .menu-btn i,
body:has(.split-cinematic-hero) .header:not(.scrolled) .menu-toggle i,
body:has(.split-cinematic-hero) .header:not(.scrolled) .menu-button i{
  background:#fff!important;
  border-color:#fff!important;
}

@media(max-width:900px){
  .split-hero-text{
    min-height:auto;
    padding-top:98px;
  }
  .split-hero-details{
    grid-template-columns:1fr;
    gap:28px;
  }
  .split-hero-actions{
    max-width:460px;
  }
  .split-hero-video{
    width:100%;
  }
}
@media(max-width:560px){
  .split-hero-text{
    padding:90px 20px 42px;
    gap:34px;
  }
  .split-hero-meta{
    flex-direction:column;
    gap:5px;
  }
  .split-hero-title{
    font-size:clamp(54px,17vw,84px);
    line-height:.85;
  }
  .split-hero-details{
    margin-top:24px;
  }
  .split-hero-video-shell{
    padding:0 10px 10px;
  }
  .split-hero-video{
    border-radius:18px;
  }
}
@media(prefers-reduced-motion:reduce){
  .split-line>span{
    animation:none!important;
    opacity:1!important;
    transform:none!important;
  }
  .split-hero-video{
    display:none;
  }
  .split-hero-video-shell{
    aspect-ratio:16/9;
    background:
      url("/assets/media/hands-treatment.webp") center/contain no-repeat,
      #111816;
  }
}

/* ==========================================================
   SPLIT HERO FIX — isolate from legacy .hero rules
   ========================================================== */
section.hero.split-cinematic-hero{
  display:block!important;
  position:relative!important;
  min-height:0!important;
  height:auto!important;
  align-items:initial!important;
  justify-content:initial!important;
  padding:0!important;
  margin:0!important;
  overflow:hidden!important;
  background:#111816!important;
  color:#f4f0e8!important;
}
section.hero.split-cinematic-hero::before,
section.hero.split-cinematic-hero::after{
  content:none!important;
  display:none!important;
}
.split-hero-text{
  position:relative!important;
  z-index:2!important;
  width:100%!important;
  box-sizing:border-box!important;
}
.split-hero-video-shell{
  position:relative!important;
  z-index:2!important;
  width:100%!important;
  box-sizing:border-box!important;
  min-height:0!important;
}
.split-hero-video{
  position:relative!important;
  inset:auto!important;
  display:block!important;
  width:min(100%,1600px)!important;
  height:auto!important;
  aspect-ratio:16/9!important;
  object-fit:contain!important;
  object-position:center center!important;
  opacity:1!important;
  visibility:visible!important;
  transform:none!important;
  margin:0 auto!important;
}
.split-hero-title,
.split-hero-kicker,
.split-hero-meta,
.split-hero-details,
.split-hero-details p,
.split-hero-actions{
  position:relative!important;
  z-index:3!important;
  opacity:1;
  visibility:visible;
}
@media(max-width:900px){
  .split-hero-text{min-height:auto!important}
  .split-hero-video{width:100%!important}
}

/* Keep Myofascial Bodywork brand dark and clearly visible */
body:has(.split-cinematic-hero) .header .brand,
body:has(.split-cinematic-hero) .header .brand *,
body:has(.split-cinematic-hero) .header .logo,
body:has(.split-cinematic-hero) .header .logo *,
body:has(.split-cinematic-hero) .header .site-name,
body:has(.split-cinematic-hero) .header .site-name *{
  color:#172722 !important;
  fill:#172722 !important;
}

/* =========================================================
   PINNED BODY STORYTELLING
   ========================================================= */
.body-story{
  background:#e9e4da;
  color:var(--ink);
  overflow:visible;
}
.body-story-shell{max-width:1380px}
.body-story-head{
  max-width:920px;
  margin-bottom:clamp(70px,10vw,140px);
}
.body-story-head h2{
  max-width:1000px;
  margin:.18em 0 .3em;
  font-size:clamp(58px,7.5vw,112px);
  line-height:.9;
}
.body-story-head p{
  max-width:660px;
  color:var(--muted);
  font-size:clamp(18px,1.7vw,23px);
}
.body-story-layout{
  display:grid;
  grid-template-columns:minmax(0,.9fr) minmax(420px,1.1fr);
  gap:clamp(55px,8vw,120px);
  align-items:start;
}
.body-story-steps{
  position:relative;
}
.body-story-step{
  min-height:70vh;
  display:grid;
  grid-template-columns:62px 1fr;
  gap:24px;
  align-content:center;
  border-top:1px solid var(--line);
  opacity:.34;
  transition:opacity .45s var(--ease),transform .45s var(--ease);
}
.body-story-step:last-child{border-bottom:1px solid var(--line)}
.body-story-step.is-active{
  opacity:1;
  transform:translateX(8px);
}
.body-story-number{
  padding-top:7px;
  font-size:10px;
  letter-spacing:.16em;
  color:var(--muted);
}
.body-story-step h3{
  margin:.18em 0 .35em;
  font-size:clamp(36px,4vw,64px);
  line-height:.96;
}
.body-story-step p{
  max-width:560px;
  color:var(--muted);
  font-size:17px;
  line-height:1.55;
}
.body-story-sticky{
  position:sticky;
  top:105px;
}
.body-story-media{
  position:relative;
  min-height:calc(100vh - 140px);
  max-height:820px;
  overflow:hidden;
  background:#5b7168;
}
.body-story-media img{
  position:absolute;
  inset:0;
  width:100%;
  height:100%;
  object-fit:cover;
  object-position:center 42%;
  filter:saturate(.68) contrast(.96);
  transform:scale(1.02);
  transition:transform .8s var(--ease),filter .8s var(--ease);
}
.body-story-overlay{
  position:absolute;
  inset:0;
  background:
    linear-gradient(180deg,rgba(19,31,27,.10),rgba(19,31,27,.38)),
    linear-gradient(90deg,rgba(19,31,27,.22),transparent 58%);
}
.body-story-lines{
  position:absolute;
  inset:0;
  width:100%;
  height:100%;
  color:#dfe8e2;
}
.story-path{
  fill:none;
  stroke:currentColor;
  stroke-width:1.25;
  opacity:.58;
  stroke-dasharray:1;
  stroke-dashoffset:1;
  pathLength:1;
}
.story-node{
  fill:#f4efe7;
  stroke:#6f897f;
  stroke-width:1;
  opacity:.9;
}
.body-story-stage-label{
  position:absolute;
  left:28px;
  bottom:28px;
  display:flex;
  align-items:baseline;
  gap:15px;
  color:#fff;
}
.stage-index{
  font:500 10px/1 Arial,sans-serif;
  letter-spacing:.16em;
  opacity:.65;
}
.stage-name{
  font-family:Georgia,"Times New Roman",serif;
  font-size:clamp(38px,4.8vw,72px);
  font-weight:400;
  letter-spacing:-.05em;
}
.body-story-sticky[data-stage="1"] .body-story-media img{transform:scale(1.045) translateY(-1%)}
.body-story-sticky[data-stage="2"] .body-story-media img{transform:scale(1.07) translateX(-1.5%)}
.body-story-sticky[data-stage="3"] .body-story-media img{transform:scale(1.035) translateY(1.5%)}
.body-story-sticky[data-stage="1"] .story-path{opacity:.7}
.body-story-sticky[data-stage="2"] .story-path{opacity:.82}
.body-story-sticky[data-stage="3"] .story-path{opacity:.92}

@media(max-width:900px){
  .body-story-layout{grid-template-columns:1fr}
  .body-story-sticky{
    position:relative;
    top:auto;
    order:-1;
  }
  .body-story-media{
    min-height:65vh;
    max-height:none;
  }
  .body-story-step{
    min-height:auto;
    padding:48px 0;
    opacity:1;
    transform:none!important;
  }
}
@media(max-width:560px){
  .body-story-head{margin-bottom:48px}
  .body-story-step{
    grid-template-columns:38px 1fr;
    gap:14px;
    padding:38px 0;
  }
  .body-story-media{min-height:56vh}
  .body-story-stage-label{left:20px;bottom:20px}
}
@media(prefers-reduced-motion:reduce){
  .body-story-step,
  .body-story-media img{
    transition:none!important;
    transform:none!important;
  }
  .story-path{
    stroke-dashoffset:0!important;
  }
}

/* FINAL HEADER WORDMARK CONTRAST FIX
   Direct selectors intentionally override all earlier hero/header colour rules. */
header.header > a.brand.brand-enter,
header.header > a.brand.brand-enter .brand-main,
header.header > a.brand.brand-enter .brand-sub,
header.header.scrolled > a.brand.brand-enter,
header.header.scrolled > a.brand.brand-enter .brand-main,
header.header.scrolled > a.brand.brand-enter .brand-sub,
header.header.light > a.brand.brand-enter,
header.header.light > a.brand.brand-enter .brand-main,
header.header.light > a.brand.brand-enter .brand-sub{
  color:#14251f !important;
  -webkit-text-fill-color:#14251f !important;
  opacity:1 !important;
}

/* Keep the two words visually coherent while retaining the premium hierarchy. */
header.header > a.brand.brand-enter .brand-sub{
  color:#14251f !important;
  -webkit-text-fill-color:#14251f !important;
  opacity:.82 !important;
}

/* =========================================================
   OVERSIZED TYPOGRAPHY — editorial statement
   ========================================================= */
.oversized-statement{
  position:relative;
  overflow:hidden;
  background:#14231e;
  color:#f3efe6;
  padding:clamp(90px,12vw,180px) 0 clamp(70px,9vw,130px);
}
.oversized-statement::before{
  content:"";
  position:absolute;
  width:46vw;
  height:46vw;
  max-width:700px;
  max-height:700px;
  right:-18vw;
  top:-22vw;
  border:1px solid rgba(213,224,217,.13);
  border-radius:50%;
  pointer-events:none;
}
.oversized-statement-inner{
  width:min(100% - 48px,1480px);
  margin:0 auto;
}
.oversized-statement-kicker{
  margin-bottom:clamp(42px,7vw,90px);
  font:500 9px/1.2 Arial,sans-serif;
  letter-spacing:.2em;
  text-transform:uppercase;
  color:rgba(243,239,230,.52);
}
.oversized-statement-copy{
  position:relative;
}
.oversized-row{
  display:flex;
  align-items:baseline;
  gap:clamp(22px,4vw,68px);
  min-width:0;
}
.oversized-row.row-one{justify-content:space-between}
.oversized-row.row-two{justify-content:flex-start}
.oversized-row.row-three{justify-content:flex-end}
.oversized-row.row-four{justify-content:space-between;align-items:flex-end}
.oversized-word{
  display:inline-block;
  white-space:nowrap;
  font-family:Georgia,"Times New Roman",serif;
  font-weight:400;
  font-size:clamp(78px,13.2vw,215px);
  line-height:.76;
  letter-spacing:-.075em;
  color:#f4f0e8;
  transform:translateY(28px);
  opacity:0;
  transition:
    transform 1s cubic-bezier(.2,.7,.2,1),
    opacity .85s ease;
}
.oversized-italic{
  font-style:italic;
  color:#c7d7cf;
}
.oversized-statement.is-visible .oversized-word{
  transform:none;
  opacity:1;
}
.oversized-statement.is-visible .row-two .oversized-word{transition-delay:.08s}
.oversized-statement.is-visible .row-three .oversized-word{transition-delay:.15s}
.oversized-statement.is-visible .row-four .oversized-word{transition-delay:.22s}
.oversized-note{
  max-width:230px;
  padding-bottom:1.2vw;
  font-size:clamp(13px,1.15vw,17px);
  line-height:1.5;
  color:rgba(243,239,230,.58);
}
.oversized-note-bottom{
  max-width:300px;
  margin-bottom:1vw;
}
.oversized-statement-footer{
  margin-top:clamp(55px,8vw,100px);
  padding-top:18px;
  border-top:1px solid rgba(243,239,230,.2);
  display:flex;
  align-items:center;
  gap:18px;
  font:500 8px/1.2 Arial,sans-serif;
  letter-spacing:.17em;
  text-transform:uppercase;
  color:rgba(243,239,230,.48);
}
.oversized-statement-footer i{
  display:block;
  height:1px;
  flex:1;
  background:rgba(243,239,230,.18);
}
@media(max-width:800px){
  .oversized-statement-inner{width:min(100% - 36px,1480px)}
  .oversized-row{
    gap:14px;
    flex-wrap:wrap;
  }
  .oversized-row.row-one,
  .oversized-row.row-two,
  .oversized-row.row-three,
  .oversized-row.row-four{
    justify-content:flex-start;
  }
  .oversized-word{
    font-size:clamp(66px,20vw,120px);
    line-height:.82;
  }
  .oversized-note{
    order:2;
    width:100%;
    max-width:360px;
    padding:14px 0 24px;
  }
  .oversized-note-bottom{
    order:2;
    margin:10px 0 0;
  }
  .oversized-statement-footer{
    flex-wrap:wrap;
    gap:12px;
  }
  .oversized-statement-footer i{
    flex:0 0 26px;
  }
}
@media(max-width:480px){
  .oversized-statement{
    padding-top:78px;
  }
  .oversized-word{
    font-size:clamp(57px,19vw,88px);
  }
  .oversized-statement-footer{
    display:grid;
    grid-template-columns:1fr 20px 1fr;
  }
  .oversized-statement-footer i:nth-of-type(3),
  .oversized-statement-footer span:last-child{
    display:none;
  }
}
@media(prefers-reduced-motion:reduce){
  .oversized-word{
    opacity:1!important;
    transform:none!important;
    transition:none!important;
  }
}

/* Structure visual — generated editorial image fills the pinned media area */
.body-story-media img{
  width:100%!important;
  height:100%!important;
  object-fit:cover!important;
  object-position:74% center!important;
  transform:none!important;
  filter:none!important;
}

/* Keep the visual clean; the image already contains its own editorial treatment. */
.body-story-overlay{
  background:linear-gradient(180deg,rgba(15,25,21,.03),rgba(15,25,21,.12))!important;
}
.body-story-lines{
  opacity:.28;
}

/* Avoid zooming/cropping states overriding the full-bleed Structure visual */
.body-story-sticky[data-stage="0"] .body-story-media img,
.body-story-sticky[data-stage="1"] .body-story-media img,
.body-story-sticky[data-stage="2"] .body-story-media img,
.body-story-sticky[data-stage="3"] .body-story-media img{
  transform:none!important;
  object-fit:cover!important;
  object-position:74% center!important;
}

@media(max-width:900px){
  .body-story-media img{
    object-position:70% center!important;
  }
}
@media(max-width:560px){
  .body-story-media img{
    object-position:72% center!important;
  }
}

/* Structure image fit correction:
   preserve the full uploaded/generated image without cropping */
.body-story-sticky{
  width:100%;
}

.body-story-media{
  min-height:0 !important;
  max-height:none !important;
  aspect-ratio:3 / 2 !important;
  background:#111816 !important;
  overflow:hidden !important;
}

.body-story-media img,
.body-story-sticky[data-stage="0"] .body-story-media img,
.body-story-sticky[data-stage="1"] .body-story-media img,
.body-story-sticky[data-stage="2"] .body-story-media img,
.body-story-sticky[data-stage="3"] .body-story-media img{
  position:absolute !important;
  inset:0 !important;
  width:100% !important;
  height:100% !important;
  object-fit:contain !important;
  object-position:center center !important;
  transform:none !important;
  filter:none !important;
}

/* The image already contains its own editorial composition,
   so keep overlays extremely subtle. */
.body-story-overlay{
  background:rgba(15,25,21,.02) !important;
}
.body-story-lines{
  opacity:.12 !important;
}

/* Keep the full image visible on tablet/mobile as well */
@media(max-width:900px){
  .body-story-media{
    aspect-ratio:3 / 2 !important;
    min-height:0 !important;
  }
  .body-story-media img{
    object-fit:contain !important;
    object-position:center center !important;
  }
}

@media(max-width:560px){
  .body-story-media{
    aspect-ratio:3 / 2 !important;
  }
  .body-story-media img{
    object-fit:contain !important;
    object-position:center center !important;
  }
}

/* Hero autoplay reliability fix */
.split-hero-video{
  display:block !important;
  visibility:visible !important;
  opacity:1 !important;
}

/* Do not hide the hero video when reduced motion is enabled.
   Keep it visually static in layout; playback remains muted. */
@media(prefers-reduced-motion:reduce){
  .split-hero-video{
    display:block !important;
    visibility:visible !important;
    opacity:1 !important;
  }
  .split-hero-video-shell{
    background:#111816 !important;
  }
}

/* Editorial Photography Layout */
.editorial-photo-sequence{background:#f1ece3;color:var(--ink);overflow:hidden;padding:clamp(110px,13vw,190px) 0}
.editorial-photo-intro{max-width:1380px;margin-bottom:clamp(70px,9vw,120px)}
.editorial-photo-intro h2{max-width:1000px;margin:.18em 0 .28em;font-size:clamp(58px,7.5vw,112px);line-height:.9}
.editorial-photo-intro p{max-width:650px;color:var(--muted);font-size:clamp(18px,1.6vw,23px);line-height:1.55}
.editorial-photo-grid{width:min(100% - 48px,1480px);margin:0 auto clamp(110px,13vw,190px);display:grid;gap:clamp(26px,4vw,60px);align-items:center;position:relative}
.editorial-layout-a{grid-template-columns:minmax(0,1.35fr) minmax(300px,.65fr)}
.editorial-layout-b{grid-template-columns:minmax(300px,.7fr) minmax(0,1.3fr)}
.editorial-layout-c{grid-template-columns:1fr}
.editorial-photo{position:relative;margin:0;overflow:hidden;background:#d9d4ca}
.editorial-photo img{width:100%;height:100%;display:block;object-fit:cover;object-position:center;filter:saturate(.78) contrast(.97);transition:transform .8s cubic-bezier(.2,.7,.2,1),filter .8s ease}
.editorial-photo:hover img{transform:scale(1.018);filter:saturate(.86) contrast(.99)}
.editorial-photo-large{min-height:760px}
.editorial-photo-small{width:min(76%,430px);min-height:360px;justify-self:end}
.editorial-overlap{margin-top:-120px;margin-right:-30px;box-shadow:0 30px 70px rgba(25,38,33,.14);border:10px solid #f1ece3}
.editorial-photo-tall{min-height:820px}
.editorial-photo-wide{min-height:74vh}
.editorial-photo-floating{position:absolute;width:min(27vw,390px);height:min(34vw,500px);right:5%;bottom:-7%;z-index:3;border:10px solid #f1ece3;box-shadow:0 28px 65px rgba(25,38,33,.16)}
.editorial-photo figcaption{position:absolute;left:22px;bottom:20px;display:flex;align-items:baseline;gap:14px;padding:10px 12px;background:rgba(243,239,231,.84);backdrop-filter:blur(10px);color:#172722}
.editorial-photo figcaption span{font:500 9px/1 Arial,sans-serif;letter-spacing:.15em;text-transform:uppercase;opacity:.58}
.editorial-photo figcaption strong{font-family:Georgia,"Times New Roman",serif;font-size:17px;font-weight:400}
.editorial-photo-copy{max-width:540px;padding:clamp(20px,3vw,42px)}
.editorial-photo-copy h3{margin:.16em 0 .35em;font-size:clamp(40px,4.4vw,70px);line-height:.93}
.editorial-photo-copy p{margin:0;color:var(--muted);font-size:17px;line-height:1.6}
.editorial-layout-a .editorial-photo-copy{align-self:end;padding-bottom:150px}
.editorial-layout-b .editorial-photo-copy{justify-self:end;padding-right:clamp(10px,4vw,60px)}
.editorial-layout-c{margin-bottom:50px}
.editorial-photo,.editorial-photo-copy{opacity:0;transform:translateY(30px);transition:opacity .85s cubic-bezier(.2,.7,.2,1),transform .85s cubic-bezier(.2,.7,.2,1)}
.editorial-photo-sequence .is-editorial-visible{opacity:1;transform:none}
@media(max-width:900px){
  .editorial-layout-a,.editorial-layout-b{grid-template-columns:1fr}
  .editorial-layout-a .editorial-photo-copy,.editorial-layout-b .editorial-photo-copy{padding:20px 0 0;justify-self:start}
  .editorial-photo-large,.editorial-photo-tall{min-height:62vh}
  .editorial-photo-small{width:68%;margin-top:-70px;margin-right:0}
  .editorial-photo-floating{width:42vw;height:52vw;right:4%;bottom:-4%}
}
@media(max-width:560px){
  .editorial-photo-sequence{padding-top:88px}
  .editorial-photo-grid{width:calc(100% - 28px);margin-bottom:90px}
  .editorial-photo-large,.editorial-photo-tall,.editorial-photo-wide{min-height:56vh}
  .editorial-photo-small{width:78%;min-height:290px;margin-top:-44px;border-width:7px}
  .editorial-photo-floating{position:relative;width:68%;height:360px;margin:-80px 16px 0 auto;right:auto;bottom:auto;border-width:7px}
}
@media(prefers-reduced-motion:reduce){
  .editorial-photo,.editorial-photo-copy{opacity:1!important;transform:none!important;transition:none!important}
  .editorial-photo img{transition:none!important}
  .editorial-photo:hover img{transform:none!important}
}

/* =========================================================
   EDITORIAL PHOTOGRAPHY — overlap/caption correction
   Keep every caption inside its own image and every image
   inside its own grid area.
   ========================================================= */
.editorial-photo{
  isolation:isolate !important;
  overflow:hidden !important;
}

.editorial-photo figcaption{
  z-index:4 !important;
  left:20px !important;
  right:auto !important;
  bottom:20px !important;
  top:auto !important;
  max-width:calc(100% - 40px) !important;
  box-sizing:border-box !important;
}

/* Remove the intentional negative overlap that could place one image
   and its caption over the neighbouring photograph/text. */
.editorial-overlap{
  margin-top:32px !important;
  margin-right:0 !important;
  justify-self:end !important;
  position:relative !important;
  z-index:2 !important;
}

/* The last smaller photograph now sits in the normal document flow
   instead of floating on top of the large photograph. */
.editorial-layout-c{
  grid-template-columns:minmax(0,1.45fr) minmax(260px,.55fr) !important;
  align-items:end !important;
  gap:clamp(24px,3vw,48px) !important;
}

.editorial-photo-floating{
  position:relative !important;
  width:100% !important;
  height:auto !important;
  aspect-ratio:4 / 5 !important;
  right:auto !important;
  bottom:auto !important;
  margin:0 !important;
  z-index:2 !important;
  border:0 !important;
  box-shadow:none !important;
}

.editorial-photo-wide{
  min-height:68vh !important;
}

/* Ensure copy does not sit underneath the smaller image in layout A. */
.editorial-layout-a{
  grid-template-areas:
    "large copy"
    "large small" !important;
  align-items:start !important;
}
.editorial-layout-a .editorial-photo-large{grid-area:large !important}
.editorial-layout-a .editorial-photo-copy{grid-area:copy !important;padding-bottom:20px !important}
.editorial-layout-a .editorial-photo-small{grid-area:small !important}

@media(max-width:900px){
  .editorial-layout-a{
    grid-template-columns:1fr !important;
    grid-template-areas:
      "large"
      "copy"
      "small" !important;
  }
  .editorial-overlap{
    width:min(72%,520px) !important;
    margin-top:8px !important;
  }
  .editorial-layout-c{
    grid-template-columns:1fr !important;
  }
  .editorial-photo-floating{
    width:min(68%,520px) !important;
    margin:0 0 0 auto !important;
  }
}

@media(max-width:560px){
  .editorial-photo figcaption{
    left:12px !important;
    bottom:12px !important;
    max-width:calc(100% - 24px) !important;
  }
  .editorial-overlap,
  .editorial-photo-floating{
    width:86% !important;
    margin:0 0 0 auto !important;
  }
}

/* London Clinics editorial image */
.london-clinics-editorial-media{
  position:relative;
  width:100%;
  min-height:clamp(420px,52vw,760px);
  overflow:hidden;
  background:#ddd5c9;
  margin-top:clamp(28px,4vw,54px);
}
.london-clinics-editorial-image{
  display:block;
  width:100%;
  height:100%;
  min-height:inherit;
  object-fit:cover;
  object-position:center;
  filter:saturate(.88) contrast(.98);
}
@media(max-width:900px){
  .london-clinics-editorial-media{
    min-height:520px;
  }
}
@media(max-width:560px){
  .london-clinics-editorial-media{
    min-height:380px;
  }
}

/* Correct London Clinics image placement */
.london-clinics-card{
  padding:0 !important;
  overflow:hidden !important;
  background:#172722 !important;
  color:#f4f0e8 !important;
}
.london-clinics-card-copy{
  padding:clamp(28px,4vw,54px);
}
.london-clinics-card .eyebrow{
  color:rgba(244,240,232,.58) !important;
}
.london-clinics-card h3{
  color:#f4f0e8 !important;
  margin:.18em 0 .28em;
}
.london-clinics-card p{
  color:rgba(244,240,232,.7) !important;
  max-width:430px;
}
.london-clinics-card-media{
  margin:0;
  width:100%;
  aspect-ratio:16 / 10;
  overflow:hidden;
  background:#d9d1c4;
}
.london-clinics-card-media img{
  display:block !important;
  width:100% !important;
  height:100% !important;
  object-fit:cover !important;
  object-position:center center !important;
  opacity:1 !important;
  visibility:visible !important;
  filter:none !important;
}
@media(max-width:700px){
  .london-clinics-card-media{
    aspect-ratio:4 / 3;
  }
}

/* Structure image — image only, no site-generated overlay text/graphics */
.body-story-sticky[data-stage="0"] .body-story-stage-label,
.body-story-sticky[data-stage="0"] .body-story-lines,
.body-story-sticky[data-stage="0"] .body-story-overlay{
  display:none !important;
}

/* FINAL Structure visual correction:
   crop is baked-text-free, so show the photo itself only. */
.body-story-sticky[data-stage="0"] .body-story-media img{
  object-fit:cover !important;
  object-position:center center !important;
  width:100% !important;
  height:100% !important;
  transform:none !important;
}
.body-story-sticky[data-stage="0"] .body-story-stage-label,
.body-story-sticky[data-stage="0"] .body-story-lines,
.body-story-sticky[data-stage="0"] .body-story-overlay{
  display:none !important;
}

/* Restore the visual image behind "The body rarely works in isolated parts." */
.visual-photo-story{
  background:#52675f !important;
}
.visual-photo-story > img{
  display:block !important;
  opacity:1 !important;
  visibility:visible !important;
  width:100% !important;
  height:100% !important;
  object-fit:cover !important;
  object-position:center center !important;
}

/* FINAL Structure restoration:
   use the original generated Structure image, but frame out its baked-in word. */
.body-story-sticky[data-stage="0"] .body-story-media{
  overflow:hidden !important;
  background:#d7d1c7 !important;
}
.body-story-sticky[data-stage="0"] .body-story-media img{
  display:block !important;
  position:absolute !important;
  width:164% !important;
  max-width:none !important;
  height:100% !important;
  left:-64% !important;
  right:auto !important;
  top:0 !important;
  object-fit:cover !important;
  object-position:center center !important;
  transform:none !important;
  opacity:1 !important;
  visibility:visible !important;
  filter:none !important;
}
.body-story-sticky[data-stage="0"] .body-story-stage-label,
.body-story-sticky[data-stage="0"] .body-story-lines,
.body-story-sticky[data-stage="0"] .body-story-overlay{
  display:none !important;
}
@media(max-width:900px){
  .body-story-sticky[data-stage="0"] .body-story-media img{
    width:164% !important;
    left:-64% !important;
  }
}

/* London Clinics — retain only the existing image */
.london-clinics-card.london-clinics-image-only{
  padding:0 !important;
  margin:0 !important;
  min-height:0 !important;
  background:transparent !important;
  color:inherit !important;
  border:0 !important;
  overflow:hidden !important;
}
.london-clinics-image-only .london-clinics-card-copy{
  display:none !important;
}
.london-clinics-image-only .london-clinics-card-media{
  width:100% !important;
  height:clamp(560px,58vw,840px) !important;
  aspect-ratio:auto !important;
  margin:0 !important;
  padding:0 !important;
  overflow:hidden !important;
  background:#d8d1c5 !important;
}
.london-clinics-image-only .london-clinics-card-media img{
  display:block !important;
  width:100% !important;
  height:100% !important;
  max-width:none !important;
  object-fit:cover !important;
  object-position:center center !important;
  transform:scale(1.025) !important;
  transform-origin:center center !important;
  opacity:1 !important;
  visibility:visible !important;
  filter:saturate(.92) contrast(.99) !important;
}
@media(max-width:900px){
  .london-clinics-image-only .london-clinics-card-media{
    height:clamp(500px,74vw,700px) !important;
  }
}
@media(max-width:560px){
  .london-clinics-image-only .london-clinics-card-media{
    height:430px !important;
  }
  .london-clinics-image-only .london-clinics-card-media img{
    transform:scale(1.015) !important;
  }
}

/* London Clinics — show the complete existing image without cropping */
.london-clinics-image-only .london-clinics-card-media{
  width:100% !important;
  height:auto !important;
  min-height:0 !important;
  aspect-ratio:auto !important;
  margin:0 !important;
  padding:0 !important;
  overflow:hidden !important;
  background:#f1ece3 !important;
}

.london-clinics-image-only .london-clinics-card-media img{
  position:relative !important;
  inset:auto !important;
  display:block !important;
  width:100% !important;
  height:auto !important;
  min-height:0 !important;
  max-width:100% !important;
  object-fit:contain !important;
  object-position:center center !important;
  transform:none !important;
  scale:1 !important;
  opacity:1 !important;
  visibility:visible !important;
  filter:saturate(.94) contrast(.99) !important;
}

/* Cancel the previous fixed mobile heights that caused cropping */
@media(max-width:900px){
  .london-clinics-image-only .london-clinics-card-media{
    height:auto !important;
    min-height:0 !important;
  }
}
@media(max-width:560px){
  .london-clinics-image-only .london-clinics-card-media{
    height:auto !important;
    min-height:0 !important;
  }
  .london-clinics-image-only .london-clinics-card-media img{
    transform:none !important;
  }
}

/* =========================================================
   ALWAYS-VISIBLE STICKY HEADER
   Brand + menu button stay visible on both scroll directions.
   ========================================================= */
.site-header,
header.site-header,
.header,
header.header{
  position:fixed !important;
  top:0 !important;
  left:0 !important;
  right:0 !important;
  width:100% !important;
  z-index:9999 !important;
  transform:translate3d(0,0,0) !important;
  translate:none !important;
  opacity:1 !important;
  visibility:visible !important;
  pointer-events:auto !important;
  background:rgba(248,246,241,.94) !important;
  backdrop-filter:blur(14px) !important;
  -webkit-backdrop-filter:blur(14px) !important;
  border-bottom:1px solid rgba(23,39,34,.08) !important;
  transition:background-color .25s ease,border-color .25s ease !important;
}

/* Cancel common hidden/header-scroll states */
.site-header.is-hidden,
.site-header.header-hidden,
.site-header.hide,
.site-header[data-hidden="true"],
.header.is-hidden,
.header.header-hidden,
.header.hide,
header.is-hidden,
header.header-hidden{
  transform:translate3d(0,0,0) !important;
  translate:none !important;
  top:0 !important;
  opacity:1 !important;
  visibility:visible !important;
}

/* Keep brand readable on the white/light header field */
.site-header .brand,
.site-header .brand *,
.site-header .logo,
.site-header .logo *,
.header .brand,
.header .brand *{
  color:#172722 !important;
  opacity:1 !important;
  visibility:visible !important;
}

/* Keep the dark menu square and its white bars visible */
.site-header .menu-button,
.site-header .menu-toggle,
.site-header [aria-label*="menu" i],
.header .menu-button,
.header .menu-toggle{
  opacity:1 !important;
  visibility:visible !important;
  transform:none !important;
}

/* Header must not be clipped by surrounding hero containers */
body,
main,
.hero,
.split-hero{
  overflow-x:clip;
}

/* =========================================================
   UNIFIED PHOTO TREATMENT
   One consistent editorial grade across all photographic media.
   Maps, video, logos and UI remain untouched.
   ========================================================= */

/* Core editorial grade */
.visual-photo-story > img,
.editorial-photo img,
.body-story-media img,
.london-clinics-card-media img,
.treatment-photo-visual img,
.profile-photo img,
.about-photo img,
.team-photo img,
.clinic-photo img,
.photo-card img,
.image-card img,
figure:not(.menu-location-map):not(.home-clinic-map) > img{
  filter:
    saturate(.82)
    contrast(.98)
    brightness(.98)
    sepia(.035)
    hue-rotate(-2deg) !important;
  transition:
    filter .55s cubic-bezier(.2,.7,.2,1),
    transform .75s cubic-bezier(.2,.7,.2,1) !important;
}

/* Keep portraits/treatment images natural — no harsh color cast */
.body-story-media img,
.editorial-photo img,
.visual-photo-story > img{
  box-shadow:inset 0 0 0 9999px rgba(242,235,224,.015);
}

/* Very restrained hover lift, consistent across editorial photography */
@media(hover:hover) and (pointer:fine){
  .editorial-photo:hover img,
  .photo-card:hover img,
  .image-card:hover img{
    filter:
      saturate(.88)
      contrast(1)
      brightness(1)
      sepia(.025)
      hue-rotate(-1deg) !important;
    transform:scale(1.018) !important;
  }
}

/* Full-width atmospheric photography gets a soft warm veil */
.visual-photo-story,
.editorial-photo,
.body-story-media,
.london-clinics-card-media{
  position:relative;
  isolation:isolate;
}

.visual-photo-story::after,
.editorial-photo::after,
.body-story-media::after,
.london-clinics-card-media::after{
  content:"";
  position:absolute;
  inset:0;
  pointer-events:none;
  z-index:2;
  background:
    linear-gradient(
      180deg,
      rgba(248,242,232,.025),
      rgba(32,47,41,.045)
    );
  mix-blend-mode:soft-light;
}

/* Preserve overlays/text already designed above photos */
.visual-photo-story .container,
.visual-photo-story .visual-photo-overlay,
.editorial-photo figcaption,
.body-story-stage-label,
.body-story-lines{
  position:relative;
  z-index:3;
}

/* Maps must remain completely neutral and readable */
iframe,
.home-clinic-map iframe,
.menu-location-map iframe,
.pm-location-map iframe{
  filter:none !important;
}

/* Video keeps its own cinematic grade */
video,
.split-hero-video,
.premium-hero-video,
.cinematic-hero-video{
  filter:inherit;
}

/* Do not grade logos/icons/svg artwork */
img[src*="logo"],
img[class*="logo"],
svg{
  filter:none !important;
}

@media(max-width:700px){
  .visual-photo-story > img,
  .editorial-photo img,
  .body-story-media img,
  .london-clinics-card-media img{
    filter:
      saturate(.84)
      contrast(.985)
      brightness(.99)
      sepia(.025)
      hue-rotate(-1deg) !important;
  }
}

@media(prefers-reduced-motion:reduce){
  .visual-photo-story > img,
  .editorial-photo img,
  .body-story-media img,
  .london-clinics-card-media img,
  .treatment-photo-visual img,
  .profile-photo img,
  .about-photo img,
  .team-photo img,
  .clinic-photo img,
  .photo-card img,
  .image-card img{
    transition:none !important;
  }
}

/* =========================================================
   UNIFIED RADII + SPACING SYSTEM
   One consistent geometry and rhythm across the site.
   ========================================================= */

:root{
  /* geometry */
  --radius-xs:10px;
  --radius-sm:16px;
  --radius-md:24px;
  --radius-lg:34px;
  --radius-xl:48px;

  /* spacing scale */
  --space-1:8px;
  --space-2:12px;
  --space-3:18px;
  --space-4:24px;
  --space-5:32px;
  --space-6:44px;
  --space-7:64px;
  --space-8:88px;
  --space-9:120px;

  /* section rhythm */
  --section-y:clamp(96px,11vw,168px);
  --section-y-tight:clamp(68px,8vw,112px);
  --content-gap:clamp(28px,4vw,58px);
}

/* Global section rhythm */
.section,
.editorial-photo-sequence,
.body-story,
.oversized-statement,
.treatments-editorial,
.pm-treatments,
.pm-locations{
  padding-top:var(--section-y) !important;
  padding-bottom:var(--section-y) !important;
}

.section.paper,
.section.dark{
  padding-top:var(--section-y-tight) !important;
  padding-bottom:var(--section-y-tight) !important;
}

/* Main content spacing */
.container,
.editorial-photo-grid,
.body-story-shell,
.treatments-editorial-shell{
  row-gap:var(--content-gap);
}

/* Cards and image containers */
.editorial-photo,
.body-story-media,
.london-clinics-card,
.london-clinics-card-media,
.treatments-editorial-sticky,
.home-clinic-card,
.pm-location-card,
.pm-card,
.photo-card,
.image-card,
.sticky-card{
  border-radius:var(--radius-lg) !important;
  overflow:hidden !important;
}

/* Small nested visual elements */
.editorial-photo figcaption,
.pm-tag,
.drawer-hours span,
.menu-location-hours span,
.treatment-editorial-meta{
  border-radius:var(--radius-xs) !important;
}

/* Buttons and pill-like actions */
.btn,
.book,
.pm-button,
.cinematic-book,
.split-book,
.split-approach,
.home-clinic-link,
.menu-map-button,
.premium-hero-cta{
  border-radius:var(--radius-sm) !important;
}

/* Header menu button remains compact and premium */
.menu-btn,
.menu-toggle,
.menu-button{
  border-radius:var(--radius-sm) !important;
}

/* Editorial photography spacing */
.editorial-photo-grid{
  gap:clamp(24px,3.4vw,52px) !important;
  margin-bottom:var(--section-y) !important;
}
.editorial-photo-copy{
  padding:clamp(18px,2.8vw,36px) !important;
}
.editorial-photo figcaption{
  left:18px !important;
  bottom:18px !important;
  padding:10px 12px !important;
}

/* Treatments rhythm */
.treatments-editorial-head{
  margin-bottom:clamp(52px,7vw,92px) !important;
}
.treatment-editorial-item{
  padding:30px 0 !important;
}
.treatments-sticky-copy{
  padding:clamp(30px,4vw,50px) !important;
}

/* Pinned storytelling */
.body-story-head{
  margin-bottom:clamp(56px,8vw,104px) !important;
}
.body-story-layout{
  gap:clamp(42px,6vw,88px) !important;
}
.body-story-step{
  padding-left:0 !important;
  padding-right:0 !important;
}
.body-story-stage-label{
  left:24px !important;
  bottom:24px !important;
}

/* London Clinics image-only spacing */
.london-clinics-image-only{
  border-radius:var(--radius-lg) !important;
}
.london-clinics-image-only .london-clinics-card-media{
  border-radius:inherit !important;
}

/* Locations / maps */
.home-clinic-grid,
.pm-location-grid{
  gap:var(--space-4) !important;
}
.home-clinic-info,
.pm-location-copy{
  padding:clamp(24px,3vw,38px) !important;
}

/* Typography spacing consistency */
h1,h2,h3{
  margin-top:0;
}
h2{
  margin-bottom:var(--space-4);
}
h3{
  margin-bottom:var(--space-3);
}
p{
  margin-top:0;
}
.eyebrow{
  margin-bottom:var(--space-2);
}

/* Keep large editorial statement intentionally sharp-ish,
   but still aligned to the system */
.oversized-statement{
  border-radius:0 !important;
}
.oversized-statement-footer{
  margin-top:clamp(44px,6vw,78px) !important;
}

/* Hero spacing cleanup */
.split-hero-text{
  padding-left:clamp(22px,4vw,60px) !important;
  padding-right:clamp(22px,4vw,60px) !important;
  padding-bottom:clamp(44px,6vw,72px) !important;
}
.split-hero-video-shell{
  padding:0 clamp(12px,2vw,28px) clamp(12px,2vw,28px) !important;
}
.split-hero-video{
  border-radius:var(--radius-lg) !important;
}

/* Mobile rhythm */
@media(max-width:900px){
  :root{
    --section-y:clamp(78px,12vw,112px);
    --section-y-tight:clamp(58px,10vw,88px);
    --radius-lg:28px;
    --radius-xl:36px;
  }

  .editorial-photo-grid{
    margin-bottom:var(--section-y-tight) !important;
  }
}

@media(max-width:560px){
  :root{
    --section-y:72px;
    --section-y-tight:56px;
    --radius-md:18px;
    --radius-lg:22px;
    --radius-xl:28px;
    --content-gap:24px;
  }

  .container{
    padding-left:20px !important;
    padding-right:20px !important;
  }

  .editorial-photo-grid{
    width:calc(100% - 28px) !important;
  }

  .treatment-editorial-item{
    padding:24px 0 !important;
  }

  .split-hero-video{
    border-radius:var(--radius-md) !important;
  }
}

/* =========================================================
   PREMIUM HERO CTA SYSTEM
   Fix label overflow + refined motion and interaction.
   ========================================================= */

.split-hero-actions{
  width:min(100%,440px) !important;
  min-width:0 !important;
  gap:10px !important;
}

.split-book.premium-hero-action,
.split-approach.premium-hero-action{
  position:relative !important;
  isolation:isolate;
  overflow:hidden !important;
  width:100% !important;
  min-width:0 !important;
  min-height:64px !important;
  box-sizing:border-box !important;

  display:grid !important;
  grid-template-columns:minmax(0,1fr) auto !important;
  align-items:center !important;
  column-gap:20px !important;

  padding:0 20px 0 22px !important;
  margin:0 !important;

  border:1px solid rgba(244,240,232,.32) !important;
  border-radius:18px !important;

  font-family:Arial,Helvetica,sans-serif !important;
  font-size:10px !important;
  font-weight:600 !important;
  line-height:1.15 !important;
  letter-spacing:.13em !important;
  text-transform:uppercase !important;

  transition:
    border-color .38s cubic-bezier(.2,.7,.2,1),
    color .38s cubic-bezier(.2,.7,.2,1),
    box-shadow .38s cubic-bezier(.2,.7,.2,1),
    transform .38s cubic-bezier(.2,.7,.2,1) !important;
}

/* animated fill */
.split-book.premium-hero-action::before,
.split-approach.premium-hero-action::before{
  content:"";
  position:absolute;
  inset:0;
  z-index:-1;
  transform:scaleX(0);
  transform-origin:left center;
  transition:transform .48s cubic-bezier(.22,.72,.2,1);
}

/* Primary */
.premium-hero-action-primary{
  background:#f3efe7 !important;
  color:#172722 !important;
  border-color:#f3efe7 !important;
  box-shadow:0 12px 34px rgba(0,0,0,.10) !important;
}
.premium-hero-action-primary::before{
  background:#cbd9d2;
}

/* Secondary */
.premium-hero-action-secondary{
  background:rgba(255,255,255,.025) !important;
  color:#f4f0e8 !important;
}
.premium-hero-action-secondary::before{
  background:#f3efe7;
}

/* Label area cannot escape the button */
.premium-action-label{
  display:block !important;
  min-width:0 !important;
  overflow:hidden !important;
  white-space:normal !important;
}

.premium-action-label > span{
  display:block;
  max-width:100%;
  transform:translateX(0);
  transition:
    transform .38s cubic-bezier(.2,.7,.2,1),
    color .38s ease;
}

/* icon */
.premium-action-icon{
  display:grid !important;
  place-items:center;
  flex:0 0 auto;
  width:30px;
  height:30px;
  border-radius:50%;
  font-family:Georgia,"Times New Roman",serif !important;
  font-size:20px !important;
  font-weight:400 !important;
  line-height:1 !important;
  letter-spacing:0 !important;
  transition:
    transform .42s cubic-bezier(.2,.7,.2,1),
    background-color .38s ease,
    color .38s ease;
}

.premium-hero-action-primary .premium-action-icon{
  background:rgba(23,39,34,.08);
  color:#172722;
}

.premium-hero-action-secondary .premium-action-icon{
  background:rgba(244,240,232,.08);
  color:#f4f0e8;
}

/* Hover choreography */
@media(hover:hover) and (pointer:fine){
  .premium-hero-action:hover{
    transform:translateY(-2px) !important;
  }

  .premium-hero-action:hover::before{
    transform:scaleX(1);
  }

  .premium-hero-action:hover .premium-action-label > span{
    transform:translateX(6px);
  }

  .premium-hero-action:hover .premium-action-icon{
    transform:translate(3px,-3px) rotate(3deg);
  }

  .premium-hero-action-secondary:hover{
    color:#172722 !important;
    border-color:#f3efe7 !important;
  }

  .premium-hero-action-secondary:hover .premium-action-icon{
    background:rgba(23,39,34,.08);
    color:#172722;
  }
}

/* keyboard accessibility */
.premium-hero-action:focus-visible{
  outline:2px solid #cbd9d2 !important;
  outline-offset:3px !important;
}

/* Tablet */
@media(max-width:900px){
  .split-hero-actions{
    width:min(100%,520px) !important;
  }
}

/* Mobile: keep full labels inside the controls */
@media(max-width:560px){
  .split-hero-actions{
    width:100% !important;
    max-width:none !important;
    gap:8px !important;
  }

  .split-book.premium-hero-action,
  .split-approach.premium-hero-action{
    min-height:60px !important;
    padding:0 15px 0 17px !important;
    column-gap:12px !important;
    border-radius:16px !important;
    font-size:9px !important;
    letter-spacing:.105em !important;
  }

  .premium-action-label{
    white-space:normal !important;
    overflow-wrap:anywhere;
  }

  .premium-action-icon{
    width:28px;
    height:28px;
    font-size:18px !important;
  }
}

/* No motion */
@media(prefers-reduced-motion:reduce){
  .premium-hero-action,
  .premium-hero-action::before,
  .premium-action-label > span,
  .premium-action-icon{
    transition:none !important;
  }
  .premium-hero-action:hover{
    transform:none !important;
  }
}

/* Premium custom arrow for Book an appointment */
.premium-book-icon{
  position:relative;
  width:34px !important;
  height:34px !important;
  overflow:hidden;
  border:1px solid rgba(23,39,34,.13);
  background:rgba(23,39,34,.055) !important;
  box-shadow:
    inset 0 1px 0 rgba(255,255,255,.55),
    0 4px 12px rgba(23,39,34,.055);
}

.premium-book-icon svg{
  width:17px;
  height:17px;
  display:block;
  overflow:visible;
  filter:none !important;
}

.premium-book-icon path{
  fill:none;
  stroke:currentColor;
  stroke-width:1.55;
  stroke-linecap:round;
  stroke-linejoin:round;
}

.premium-book-arrow-line,
.premium-book-arrow-head{
  transition:
    transform .42s cubic-bezier(.2,.72,.2,1),
    stroke-width .32s ease;
}

/* Fine inner ring gives the control a more crafted feel */
.premium-book-icon::after{
  content:"";
  position:absolute;
  inset:3px;
  border-radius:50%;
  border:1px solid rgba(23,39,34,.07);
  pointer-events:none;
  transition:transform .42s cubic-bezier(.2,.72,.2,1),opacity .32s ease;
}

/* Override the generic icon movement with more controlled arrow motion */
@media(hover:hover) and (pointer:fine){
  .premium-hero-action-primary:hover .premium-book-icon{
    transform:none !important;
    background:#172722 !important;
    color:#f3efe7 !important;
    border-color:#172722;
    box-shadow:0 7px 18px rgba(23,39,34,.16);
  }

  .premium-hero-action-primary:hover .premium-book-arrow-line,
  .premium-hero-action-primary:hover .premium-book-arrow-head{
    transform:translate(1.8px,-1.8px);
  }

  .premium-hero-action-primary:hover .premium-book-icon::after{
    transform:scale(.82);
    opacity:.3;
  }
}

@media(max-width:560px){
  .premium-book-icon{
    width:32px !important;
    height:32px !important;
  }
  .premium-book-icon svg{
    width:16px;
    height:16px;
  }
}

@media(prefers-reduced-motion:reduce){
  .premium-book-arrow-line,
  .premium-book-arrow-head,
  .premium-book-icon::after{
    transition:none !important;
  }
}

/* =========================================================
   SIGNATURE SECTION TRANSITION
   Sections rise slightly over the previous one as a recurring
   visual language across the homepage.
   ========================================================= */

.signature-transition{
  position:relative !important;
  isolation:isolate;
  margin-top:-30px !important;
  border-radius:34px 34px 0 0 !important;
  box-shadow:
    0 -1px 0 rgba(23,39,34,.045),
    0 -18px 48px rgba(23,39,34,.055) !important;

  transform:translateY(28px);
  opacity:.985;

  transition:
    transform .9s cubic-bezier(.2,.72,.2,1),
    box-shadow .9s cubic-bezier(.2,.72,.2,1),
    border-radius .9s cubic-bezier(.2,.72,.2,1);
}

/* Fine highlight at the meeting point of two sections */
.signature-transition::before{
  content:"";
  position:absolute;
  left:50%;
  top:0;
  width:min(82%,1160px);
  height:1px;
  transform:translateX(-50%);
  background:linear-gradient(
    90deg,
    transparent,
    rgba(23,39,34,.11) 22%,
    rgba(23,39,34,.11) 78%,
    transparent
  );
  opacity:.55;
  pointer-events:none;
}

.signature-transition.is-transition-visible{
  transform:translateY(0);
  box-shadow:
    0 -1px 0 rgba(23,39,34,.035),
    0 -10px 34px rgba(23,39,34,.035) !important;
}

/* Dark editorial sections use a lighter seam */
.oversized-statement.signature-transition::before,
.dark.signature-transition::before{
  background:linear-gradient(
    90deg,
    transparent,
    rgba(244,240,232,.15) 22%,
    rgba(244,240,232,.15) 78%,
    transparent
  );
}

/* Hero remains visually clean; first transition starts below it */
.hero + .signature-transition,
.split-cinematic-hero + .signature-transition{
  margin-top:-22px !important;
}

/* Don't let nested or special sticky elements inherit the section effect */
.signature-transition .sticky-card,
.signature-transition .body-story-sticky,
.signature-transition .editorial-photo{
  border-radius:inherit;
}

/* Tablet */
@media(max-width:900px){
  .signature-transition{
    margin-top:-22px !important;
    border-radius:28px 28px 0 0 !important;
    transform:translateY(20px);
  }
}

/* Mobile: more restrained so sections do not feel stacked/heavy */
@media(max-width:560px){
  .signature-transition{
    margin-top:-14px !important;
    border-radius:22px 22px 0 0 !important;
    transform:translateY(14px);
    box-shadow:
      0 -1px 0 rgba(23,39,34,.035),
      0 -8px 22px rgba(23,39,34,.025) !important;
  }

  .signature-transition::before{
    width:74%;
  }
}

/* Accessibility */
@media(prefers-reduced-motion:reduce){
  .signature-transition{
    transform:none !important;
    transition:none !important;
  }
}

/* Hero video visibility correction:
   lift the video slightly so its lower edge remains visually distinct
   from the following section / field. */
.split-hero-video-shell{
  position:relative !important;
  z-index:24 !important;
  transform:translateY(-18px) !important;
  margin-bottom:18px !important;
}

.split-hero-video{
  position:relative !important;
  z-index:2 !important;
  display:block !important;
}

/* Prevent the signature transition below the hero from visually covering
   the bottom edge of the video. */
.split-cinematic-hero + .signature-transition,
.hero + .signature-transition{
  margin-top:0 !important;
}

@media(max-width:900px){
  .split-hero-video-shell{
    transform:translateY(-14px) !important;
    margin-bottom:14px !important;
  }
}

@media(max-width:560px){
  .split-hero-video-shell{
    transform:translateY(-10px) !important;
    margin-bottom:10px !important;
  }
}

@media(prefers-reduced-motion:reduce){
  .split-hero-video-shell{
    transform:translateY(-18px) !important;
  }
}

/* =========================================================
   PREMIUM EDITORIAL FOOTER
   Strong final destination rather than a conventional link footer.
   ========================================================= */
.premium-site-footer{
  position:relative;
  z-index:80;
  overflow:hidden;
  background:#14231f !important;
  color:#f3efe7 !important;
  border-radius:42px 42px 0 0;
  padding:0 !important;
  margin-top:-24px;
}

.premium-site-footer::before{
  content:"";
  position:absolute;
  width:min(70vw,900px);
  aspect-ratio:1;
  right:-28%;
  top:-52%;
  border:1px solid rgba(243,239,231,.08);
  border-radius:50%;
  pointer-events:none;
}

.premium-site-footer::after{
  content:"";
  position:absolute;
  width:min(42vw,560px);
  aspect-ratio:1;
  right:-10%;
  top:-18%;
  border:1px solid rgba(243,239,231,.055);
  border-radius:50%;
  pointer-events:none;
}

.premium-footer-inner{
  position:relative;
  z-index:2;
  width:min(calc(100% - 64px),1480px);
  margin:0 auto;
  padding:clamp(72px,9vw,132px) 0 34px;
}

.premium-footer-kicker{
  margin-bottom:clamp(44px,7vw,92px);
  font:600 9px/1.2 Arial,Helvetica,sans-serif;
  letter-spacing:.18em;
  text-transform:uppercase;
  color:rgba(243,239,231,.48);
}

.premium-footer-main{
  display:grid;
  grid-template-columns:minmax(0,1.35fr) minmax(320px,.65fr);
  align-items:end;
  gap:clamp(48px,8vw,120px);
}

.premium-footer-small{
  margin:0 0 15px;
  font-family:Georgia,"Times New Roman",serif;
  font-size:clamp(18px,1.5vw,23px);
  font-style:italic;
  color:rgba(243,239,231,.56);
}

.premium-footer-statement h2{
  margin:0;
  max-width:950px;
  font-family:Georgia,"Times New Roman",serif;
  font-size:clamp(58px,7.3vw,112px);
  font-weight:400;
  line-height:.87;
  letter-spacing:-.055em;
  color:#f3efe7;
}

/* Main booking object */
.premium-footer-book{
  position:relative;
  overflow:hidden;
  min-height:118px;
  display:grid;
  grid-template-columns:minmax(0,1fr) auto;
  align-items:center;
  gap:22px;
  padding:22px 24px 22px 28px;
  border:1px solid rgba(243,239,231,.18);
  border-radius:26px;
  color:#f3efe7;
  text-decoration:none;
  background:rgba(243,239,231,.035);
  backdrop-filter:blur(10px);
  -webkit-backdrop-filter:blur(10px);
  transition:
    background .45s cubic-bezier(.2,.7,.2,1),
    color .45s cubic-bezier(.2,.7,.2,1),
    border-color .45s ease,
    transform .45s cubic-bezier(.2,.7,.2,1);
}

.premium-footer-book::before{
  content:"";
  position:absolute;
  inset:0;
  z-index:-1;
  background:#d4dfd9;
  transform:translateY(102%);
  transition:transform .52s cubic-bezier(.2,.72,.2,1);
}

.premium-footer-book-label{
  min-width:0;
  display:flex;
  flex-direction:column;
  gap:9px;
}

.premium-footer-book-label small{
  font:600 8px/1 Arial,Helvetica,sans-serif;
  letter-spacing:.16em;
  text-transform:uppercase;
  opacity:.48;
}

.premium-footer-book-label strong{
  font-family:Georgia,"Times New Roman",serif;
  font-size:clamp(24px,2.2vw,34px);
  line-height:.96;
  font-weight:400;
  letter-spacing:-.035em;
}

.premium-footer-book-icon{
  display:grid;
  place-items:center;
  width:54px;
  height:54px;
  border:1px solid rgba(243,239,231,.17);
  border-radius:50%;
  transition:
    transform .45s cubic-bezier(.2,.72,.2,1),
    background .4s ease,
    border-color .4s ease;
}

.premium-footer-book-icon svg{
  width:21px;
  height:21px;
  filter:none !important;
}

.premium-footer-book-icon path{
  fill:none;
  stroke:currentColor;
  stroke-width:1.45;
  stroke-linecap:round;
  stroke-linejoin:round;
}

@media(hover:hover) and (pointer:fine){
  .premium-footer-book:hover{
    color:#14231f;
    border-color:#d4dfd9;
    transform:translateY(-3px);
  }
  .premium-footer-book:hover::before{
    transform:translateY(0);
  }
  .premium-footer-book:hover .premium-footer-book-icon{
    transform:translate(3px,-3px);
    border-color:rgba(20,35,31,.18);
    background:rgba(20,35,31,.06);
  }
}

.premium-footer-rule{
  height:1px;
  margin:clamp(72px,9vw,122px) 0 28px;
  background:linear-gradient(90deg,rgba(243,239,231,.19),rgba(243,239,231,.045));
}

.premium-footer-bottom{
  display:grid;
  grid-template-columns:1fr auto 1fr;
  align-items:end;
  gap:34px;
}

.premium-footer-brand{
  display:flex;
  flex-direction:column;
  font-family:Georgia,"Times New Roman",serif;
  font-size:clamp(22px,2.2vw,34px);
  line-height:.8;
  letter-spacing:-.045em;
}

.premium-footer-nav{
  display:flex;
  flex-wrap:wrap;
  justify-content:center;
  gap:12px 24px;
}

.premium-footer-nav a{
  color:rgba(243,239,231,.67);
  text-decoration:none;
  font:600 9px/1.2 Arial,Helvetica,sans-serif;
  letter-spacing:.12em;
  text-transform:uppercase;
  transition:color .25s ease;
}

.premium-footer-nav a:hover,
.premium-footer-nav a:focus-visible{
  color:#f3efe7;
}

.premium-footer-meta{
  justify-self:end;
  text-align:right;
  display:flex;
  flex-direction:column;
  gap:7px;
  color:rgba(243,239,231,.42);
  font:500 8px/1.25 Arial,Helvetica,sans-serif;
  letter-spacing:.12em;
  text-transform:uppercase;
}

.premium-footer-book:focus-visible,
.premium-footer-nav a:focus-visible{
  outline:2px solid #d4dfd9;
  outline-offset:4px;
}

@media(max-width:900px){
  .premium-site-footer{
    border-radius:30px 30px 0 0;
  }
  .premium-footer-main{
    grid-template-columns:1fr;
  }
  .premium-footer-book{
    width:min(100%,620px);
  }
  .premium-footer-bottom{
    grid-template-columns:1fr 1fr;
  }
  .premium-footer-nav{
    justify-content:flex-end;
  }
  .premium-footer-meta{
    grid-column:1/-1;
    justify-self:start;
    text-align:left;
    flex-direction:row;
    flex-wrap:wrap;
    gap:10px 24px;
  }
}

@media(max-width:560px){
  .premium-site-footer{
    margin-top:-12px;
    border-radius:22px 22px 0 0;
  }
  .premium-footer-inner{
    width:calc(100% - 40px);
    padding-top:70px;
  }
  .premium-footer-statement h2{
    font-size:clamp(49px,14vw,68px);
  }
  .premium-footer-book{
    min-height:98px;
    padding:18px;
    border-radius:20px;
  }
  .premium-footer-book-icon{
    width:44px;
    height:44px;
  }
  .premium-footer-bottom{
    grid-template-columns:1fr;
  }
  .premium-footer-nav{
    justify-content:flex-start;
  }
  .premium-footer-meta{
    grid-column:auto;
    flex-direction:column;
  }
}

@media(prefers-reduced-motion:reduce){
  .premium-footer-book,
  .premium-footer-book::before,
  .premium-footer-book-icon{
    transition:none !important;
  }
  .premium-footer-book:hover{
    transform:none !important;
  }
}

/* =========================================================
   LUXURY SERVICE MENU — PRICES PAGE
   ========================================================= */
.luxury-prices-page{background:#f2eee6;color:var(--ink)}
.luxury-prices-hero{
  padding:150px 0 clamp(86px,10vw,145px);
  background:#f2eee6;
}
.luxury-prices-hero-inner{max-width:1380px}
.luxury-prices-hero h1{
  max-width:1180px;
  margin:.16em 0 .34em;
  font-size:clamp(68px,9vw,146px);
  line-height:.82;
  letter-spacing:-.07em;
}
.luxury-prices-hero h1 em{
  font-weight:400;
  color:#71877e;
}
.luxury-prices-hero-bottom{
  display:grid;
  grid-template-columns:minmax(0,600px) minmax(250px,360px);
  justify-content:space-between;
  gap:50px;
  align-items:end;
}
.luxury-prices-hero-bottom p{
  margin:0;
  color:var(--muted);
  font-size:clamp(17px,1.5vw,21px);
  line-height:1.55;
}
.luxury-prices-book,
.luxury-final-cta{
  display:flex;
  align-items:center;
  justify-content:space-between;
  gap:24px;
  min-height:62px;
  padding:0 18px 0 20px;
  border:1px solid rgba(23,39,34,.22);
  border-radius:18px;
  font-size:10px;
  font-weight:600;
  letter-spacing:.13em;
  text-transform:uppercase;
  transition:.35s var(--ease);
}
.luxury-prices-book:hover,
.luxury-final-cta:hover{
  background:#172722;
  color:#f3efe7;
  transform:translateY(-2px);
}
.luxury-menu-section{
  padding:0 0 clamp(110px,13vw,190px);
}
.luxury-menu-wrap{max-width:1380px}
.luxury-menu-group{
  padding:clamp(70px,8vw,110px) 0;
  border-top:1px solid rgba(23,39,34,.16);
}
.luxury-menu-heading{
  display:grid;
  grid-template-columns:52px minmax(0,1fr) minmax(260px,420px);
  gap:clamp(18px,3vw,42px);
  align-items:start;
  margin-bottom:clamp(46px,6vw,78px);
}
.luxury-menu-index{
  padding-top:8px;
  font-size:10px;
  letter-spacing:.16em;
  color:var(--muted);
}
.luxury-menu-heading h2{
  margin:.12em 0 0;
  font-size:clamp(42px,5.6vw,82px);
  line-height:.9;
}
.luxury-menu-heading p{
  margin:0;
  color:var(--muted);
  font-size:16px;
  line-height:1.55;
}
.luxury-service-list{
  border-top:1px solid rgba(23,39,34,.13);
}
.luxury-service-row{
  display:grid;
  grid-template-columns:minmax(220px,auto) minmax(40px,1fr) auto;
  align-items:center;
  gap:22px;
  padding:27px 0;
  border-bottom:1px solid rgba(23,39,34,.13);
  transition:padding .35s var(--ease),background .35s var(--ease);
}
.luxury-service-name{
  display:flex;
  align-items:baseline;
  flex-wrap:wrap;
  gap:10px 18px;
}
.luxury-service-name strong{
  font-family:Georgia,"Times New Roman",serif;
  font-size:clamp(25px,2.5vw,38px);
  font-weight:400;
  line-height:1;
  letter-spacing:-.035em;
}
.luxury-service-name span,
.luxury-service-name a{
  font-size:9px;
  letter-spacing:.12em;
  text-transform:uppercase;
  color:var(--muted);
}
.luxury-service-line{
  height:1px;
  background:linear-gradient(90deg,rgba(23,39,34,.08),rgba(23,39,34,.22),rgba(23,39,34,.08));
}
.luxury-service-price{
  font-family:Georgia,"Times New Roman",serif;
  font-size:clamp(32px,3.2vw,48px);
  letter-spacing:-.045em;
  white-space:nowrap;
}
@media(hover:hover) and (pointer:fine){
  .luxury-service-row:hover{
    padding-left:12px;
    padding-right:12px;
    background:rgba(113,135,126,.055);
  }
}
.luxury-signature-group{
  position:relative;
}
.luxury-signature-price{
  display:flex;
  align-items:end;
  justify-content:space-between;
  gap:40px;
  min-height:320px;
  padding:clamp(34px,5vw,64px);
  border-radius:34px;
  background:#172722;
  color:#f3efe7;
  overflow:hidden;
  position:relative;
}
.luxury-signature-price::after{
  content:"";
  position:absolute;
  width:420px;
  height:420px;
  right:-120px;
  top:-160px;
  border:1px solid rgba(243,239,231,.1);
  border-radius:50%;
}
.luxury-signature-label{
  display:block;
  margin-bottom:18px;
  font-size:10px;
  letter-spacing:.16em;
  text-transform:uppercase;
  color:rgba(243,239,231,.52);
}
.luxury-signature-price strong{
  font-family:Georgia,"Times New Roman",serif;
  font-size:clamp(36px,4vw,58px);
  font-weight:400;
}
.luxury-signature-value{
  font-family:Georgia,"Times New Roman",serif;
  font-size:clamp(82px,11vw,160px);
  line-height:.75;
  letter-spacing:-.07em;
}
.luxury-booking-info{
  display:grid;
  grid-template-columns:.8fr 1.2fr;
  gap:clamp(40px,8vw,120px);
  padding:clamp(80px,10vw,140px) 0;
  border-top:1px solid rgba(23,39,34,.16);
}
.luxury-booking-copy h2{
  font-size:clamp(42px,5.4vw,78px);
  line-height:.92;
}
.luxury-booking-details details{
  border-top:1px solid rgba(23,39,34,.14);
}
.luxury-booking-details details:last-child{
  border-bottom:1px solid rgba(23,39,34,.14);
}
.luxury-booking-details summary{
  padding:22px 0;
  cursor:pointer;
  font-family:Georgia,"Times New Roman",serif;
  font-size:22px;
}
.luxury-booking-details p{
  max-width:680px;
  color:var(--muted);
  padding:0 0 24px;
}
.luxury-price-final{
  display:grid;
  grid-template-columns:1fr minmax(260px,360px);
  gap:50px;
  align-items:end;
  padding:clamp(70px,8vw,110px) 0 0;
  border-top:1px solid rgba(23,39,34,.16);
}
.luxury-price-final h2{
  font-size:clamp(54px,7vw,98px);
  margin:.12em 0 .2em;
}
.luxury-price-final p{color:var(--muted)}
.luxury-final-cta{
  background:#172722;
  color:#f3efe7;
  border-color:#172722;
}
.luxury-final-cta:hover{
  background:#71877e;
  border-color:#71877e;
}

@media(max-width:900px){
  .luxury-prices-hero-bottom,
  .luxury-menu-heading,
  .luxury-booking-info,
  .luxury-price-final{
    grid-template-columns:1fr;
  }
  .luxury-prices-book,
  .luxury-final-cta{
    max-width:460px;
  }
  .luxury-menu-heading{
    gap:18px;
  }
  .luxury-menu-index{
    margin-bottom:4px;
  }
}

@media(max-width:620px){
  .luxury-prices-hero{
    padding-top:120px;
  }
  .luxury-prices-hero h1{
    font-size:clamp(58px,17vw,88px);
  }
  .luxury-service-row{
    grid-template-columns:1fr auto;
    gap:14px;
  }
  .luxury-service-line{display:none}
  .luxury-service-name{
    display:block;
  }
  .luxury-service-name span,
  .luxury-service-name a{
    display:block;
    margin-top:7px;
  }
  .luxury-service-price{
    font-size:34px;
  }
  .luxury-signature-price{
    min-height:260px;
    flex-direction:column;
    align-items:flex-start;
    justify-content:space-between;
  }
  .luxury-signature-value{
    align-self:flex-end;
  }
}

/* =========================================================
   UNIFIED MOTION SYSTEM
   One timing/easing language across the entire site.
   ========================================================= */
:root{
  --motion-ease: cubic-bezier(.22,.72,.2,1);
  --motion-ease-soft: cubic-bezier(.2,.65,.2,1);
  --motion-ease-out: cubic-bezier(.16,1,.3,1);
  --motion-fast: 220ms;
  --motion-base: 420ms;
  --motion-slow: 760ms;
  --motion-xslow: 980ms;
  --motion-stagger: 70ms;
}

/* Core interactive timing */
a,
button,
.btn,
.book,
.menu-btn,
.menu-toggle,
.menu-button,
.premium-hero-action,
.premium-footer-book,
.luxury-prices-book,
.luxury-final-cta,
.treatment-editorial-item,
.editorial-photo img,
.photo-card img,
.image-card img{
  transition-timing-function:var(--motion-ease) !important;
}

/* Buttons / links */
.btn,
.book,
.premium-hero-action,
.premium-footer-book,
.luxury-prices-book,
.luxury-final-cta{
  transition-duration:var(--motion-base) !important;
}

/* Icons and arrows */
.premium-action-icon,
.premium-book-icon,
.premium-footer-book-icon,
.premium-book-arrow-line,
.premium-book-arrow-head{
  transition-duration:var(--motion-base) !important;
  transition-timing-function:var(--motion-ease-out) !important;
}

/* Header/menu */
.header,
.site-header,
.menu-btn,
.menu-toggle,
.menu-button,
.mobile-menu{
  transition-duration:var(--motion-base) !important;
  transition-timing-function:var(--motion-ease) !important;
}

/* Editorial imagery */
.editorial-photo,
.editorial-photo-copy,
.editorial-photo img,
.body-story-media img,
.visual-photo-story > img,
.london-clinics-card-media img{
  transition-duration:var(--motion-slow) !important;
  transition-timing-function:var(--motion-ease-soft) !important;
}

/* Reveal system */
.reveal,
.price-reveal,
.treatment-row-reveal,
.pm-reveal,
.editorial-photo,
.editorial-photo-copy,
.signature-transition{
  transition-duration:var(--motion-slow) !important;
  transition-timing-function:var(--motion-ease) !important;
}

/* Pinned storytelling */
.body-story-step{
  transition-duration:var(--motion-base) !important;
  transition-timing-function:var(--motion-ease) !important;
}

/* Hero typography */
.split-line > span,
.cinematic-line > span,
.oversized-word{
  animation-duration:var(--motion-xslow) !important;
  animation-timing-function:var(--motion-ease-out) !important;
}

/* Fascia drawing remains deliberate but aligned with same easing language */
.fascia-system.fascia-ready .fascia-path{
  animation-timing-function:var(--motion-ease-out) !important;
}
.fascia-system.fascia-ready .fascia-node{
  animation-timing-function:var(--motion-ease) !important;
}

/* Signature section transitions */
.signature-transition{
  transition-duration:var(--motion-xslow) !important;
  transition-timing-function:var(--motion-ease-out) !important;
}

/* Price rows hover */
.luxury-service-row{
  transition-duration:var(--motion-base) !important;
  transition-timing-function:var(--motion-ease) !important;
}

/* Avoid accidental over-fast transforms */
@media(hover:hover) and (pointer:fine){
  .premium-hero-action:hover,
  .premium-footer-book:hover,
  .luxury-prices-book:hover,
  .luxury-final-cta:hover,
  .luxury-service-row:hover{
    transition-duration:var(--motion-base) !important;
  }
}

/* Mobile: slightly quicker so the site feels responsive, not sluggish */
@media(max-width:700px){
  :root{
    --motion-fast:180ms;
    --motion-base:340ms;
    --motion-slow:620ms;
    --motion-xslow:820ms;
    --motion-stagger:55ms;
  }
}

/* Reduced motion */
@media(prefers-reduced-motion:reduce){
  *,
  *::before,
  *::after{
    scroll-behavior:auto !important;
    animation-duration:.01ms !important;
    animation-iteration-count:1 !important;
    transition-duration:.01ms !important;
    transition-delay:0ms !important;
  }
}

/* =========================================================
   MOBILE HORIZONTAL OVERFLOW FIX
   Prevent side-to-side blank canvas while preserving layout.
   ========================================================= */

html,
body{
  width:100%;
  max-width:100%;
  overflow-x:hidden !important;
}

body{
  position:relative;
}

/* Ensure main structural wrappers never exceed the viewport */
main,
section,
header,
footer,
.container,
.split-cinematic-hero,
.split-hero-text,
.split-hero-video-shell,
.editorial-photo-sequence,
.editorial-photo-grid,
.body-story,
.body-story-shell,
.treatments-editorial,
.treatments-editorial-shell,
.oversized-statement,
.premium-site-footer,
.premium-footer-inner,
.luxury-prices-page,
.luxury-menu-wrap{
  max-width:100%;
  box-sizing:border-box;
}

/* Media must not push layout wider than viewport */
img,
video,
iframe,
svg{
  max-width:100%;
}

/* Prevent long labels/CTAs from forcing width */
a,
button,
summary,
.premium-action-label,
.premium-footer-book-label,
.luxury-service-name,
.luxury-service-name strong,
.luxury-service-name span,
.luxury-service-name a{
  min-width:0;
  overflow-wrap:anywhere;
}

/* Mobile-specific offenders */
@media(max-width:700px){

  /* Never use viewport-relative widths that can exceed content width */
  .editorial-photo-grid,
  .premium-footer-inner{
    width:100% !important;
    max-width:100% !important;
    padding-left:20px !important;
    padding-right:20px !important;
    margin-left:auto !important;
    margin-right:auto !important;
  }

  .container,
  .body-story-shell,
  .treatments-editorial-shell,
  .luxury-menu-wrap,
  .luxury-prices-hero-inner{
    width:100% !important;
    max-width:100% !important;
    padding-left:20px !important;
    padding-right:20px !important;
    margin-left:auto !important;
    margin-right:auto !important;
  }

  /* Cancel any negative-side positioning that can widen the scrollable canvas */
  .editorial-photo-floating,
  .editorial-overlap,
  .fascia-system,
  .body-story-sticky,
  .treatments-editorial-sticky,
  .premium-site-footer::before,
  .premium-site-footer::after,
  .oversized-statement::before{
    max-width:100vw !important;
  }

  .editorial-photo-floating,
  .editorial-overlap{
    right:auto !important;
    left:auto !important;
    margin-left:auto !important;
    margin-right:0 !important;
    transform:none !important;
  }

  /* Fascia artwork can extend decoratively, but must not affect layout width */
  .fascia-system{
    left:0 !important;
    width:100% !important;
    overflow:hidden !important;
    transform:none !important;
  }

  .fascia-svg{
    width:100% !important;
    max-width:100% !important;
  }

  /* Hero text should wrap rather than exceed viewport */
  .split-hero-title,
  .cinematic-title,
  .oversized-word,
  .premium-footer-statement h2,
  .luxury-prices-hero h1{
    max-width:100% !important;
    overflow-wrap:break-word;
  }

  .split-hero-title{
    font-size:clamp(50px,15vw,78px) !important;
  }

  .oversized-word{
    white-space:normal !important;
  }

  /* Keep video and large photos inside the viewport */
  .split-hero-video-shell{
    width:100% !important;
    padding-left:10px !important;
    padding-right:10px !important;
  }

  .split-hero-video,
  .body-story-media,
  .editorial-photo,
  .london-clinics-card-media{
    width:100% !important;
    max-width:100% !important;
  }

  /* Footer CTA and menu CTA cannot exceed width */
  .premium-footer-book,
  .split-book.premium-hero-action,
  .split-approach.premium-hero-action,
  .luxury-prices-book,
  .luxury-final-cta{
    width:100% !important;
    max-width:100% !important;
  }

  /* Avoid translated/hovered states leaving residual horizontal width on touch */
  .treatment-editorial-item,
  .premium-hero-action,
  .luxury-service-row,
  .editorial-photo,
  .editorial-photo-copy{
    transform:none;
  }
}

/* Extra safety for very narrow devices */
@media(max-width:390px){
  .container,
  .body-story-shell,
  .treatments-editorial-shell,
  .editorial-photo-grid,
  .premium-footer-inner,
  .luxury-menu-wrap,
  .luxury-prices-hero-inner{
    padding-left:16px !important;
    padding-right:16px !important;
  }

  .split-hero-text{
    padding-left:16px !important;
    padding-right:16px !important;
  }
}

/* User-supplied image: 01 Assessment through touch */
img[src="/assets/media/assessment-through-touch-user.webp"]{
  display:block !important;
  width:100% !important;
  height:100% !important;
  object-fit:cover !important;
  object-position:center center !important;
}

/* 01 Assessment through touch — corrected crop/scale.
   Fill the complete photo frame: no empty/blank zone. */
.editorial-photo-large{
  overflow:hidden !important;
}

.editorial-photo-large img[src="/assets/media/assessment-through-touch-user.webp"]{
  display:block !important;
  width:100% !important;
  height:100% !important;
  min-width:100% !important;
  min-height:100% !important;
  object-fit:cover !important;
  object-position:50% 50% !important;
  transform:scale(1.035) !important;
  transform-origin:center center !important;
}

/* Mobile needs a slightly tighter crop because the frame becomes narrower. */
@media(max-width:700px){
  .editorial-photo-large img[src="/assets/media/assessment-through-touch-user.webp"]{
    object-position:50% 50% !important;
    transform:scale(1.08) !important;
  }
}

/* =========================================================
   01 ASSESSMENT THROUGH TOUCH — GEOMETRY FIX
   The previous empty zone was caused by the grid item spanning
   two rows while the image itself did not inherit that height.
   ========================================================= */

.editorial-layout-a .editorial-photo-large{
  position:relative !important;
  align-self:start !important;
  width:100% !important;
  height:auto !important;
  min-height:0 !important;
  aspect-ratio:3 / 2 !important;
  overflow:hidden !important;
  background:transparent !important;
}

.editorial-layout-a .editorial-photo-large img[src="/assets/media/assessment-through-touch-user.webp"]{
  position:absolute !important;
  inset:0 !important;
  display:block !important;
  width:100% !important;
  height:100% !important;
  min-width:0 !important;
  min-height:0 !important;
  max-width:none !important;

  object-fit:cover !important;
  object-position:center center !important;

  transform:none !important;
  scale:1 !important;
  margin:0 !important;
  padding:0 !important;
}

/* Keep the caption inside the photo without affecting image sizing */
.editorial-layout-a .editorial-photo-large figcaption{
  position:absolute !important;
  left:20px !important;
  bottom:20px !important;
  z-index:5 !important;
}

/* Tablet/mobile: retain the image's native 3:2 visual relationship */
@media(max-width:900px){
  .editorial-layout-a .editorial-photo-large{
    aspect-ratio:3 / 2 !important;
    min-height:0 !important;
    height:auto !important;
  }
}

@media(max-width:560px){
  .editorial-layout-a .editorial-photo-large{
    aspect-ratio:3 / 2 !important;
    min-height:0 !important;
  }

  .editorial-layout-a .editorial-photo-large figcaption{
    left:12px !important;
    bottom:12px !important;
  }
}

/* =========================================================
   EMBOSSED FASCIA WORDMARK
   Subtle relief + fascia sweep + micro depth response.
   ========================================================= */

.site-title,
.brand,
.logo-text,
.header-brand{
  position:relative;
  isolation:isolate;
}

/* Apply to the existing Myofascial Bodywork text without changing wording */
.site-title,
.brand-name{
  text-shadow:
    0 -1px 0 rgba(255,255,255,.52),
    0 1px 0 rgba(15,28,24,.14),
    0 3px 8px rgba(15,28,24,.07);
  letter-spacing:-.035em;
  transform:translate3d(var(--wordmark-x,0),var(--wordmark-y,0),0);
  transition:
    transform 520ms var(--motion-ease, cubic-bezier(.22,.72,.2,1)),
    text-shadow 520ms var(--motion-ease, cubic-bezier(.22,.72,.2,1));
}

/* Fine fascia sweep over the wordmark on initial load */
.site-title::after,
.brand-name::after{
  content:"";
  position:absolute;
  z-index:3;
  pointer-events:none;
  left:-8%;
  top:50%;
  width:116%;
  height:12px;
  opacity:0;
  transform:translate(-105%,-50%) rotate(-3deg);
  background:
    linear-gradient(
      100deg,
      transparent 0 34%,
      rgba(114,139,129,0) 39%,
      rgba(114,139,129,.28) 47%,
      rgba(216,226,220,.62) 50%,
      rgba(114,139,129,.24) 53%,
      rgba(114,139,129,0) 61%,
      transparent 66% 100%
    );
  filter:blur(.2px);
  mix-blend-mode:multiply;
  animation:wordmarkFasciaSweep 1.65s cubic-bezier(.16,1,.3,1) .32s 1 both;
}

@keyframes wordmarkFasciaSweep{
  0%{opacity:0;transform:translate(-105%,-50%) rotate(-3deg)}
  18%{opacity:.72}
  72%{opacity:.42}
  100%{opacity:0;transform:translate(88%,-50%) rotate(-3deg)}
}

/* Very subtle depth highlight on hover */
@media(hover:hover) and (pointer:fine){
  .site-title:hover,
  .brand-name:hover{
    text-shadow:
      -1px -1px 0 rgba(255,255,255,.58),
      1px 1px 0 rgba(15,28,24,.16),
      0 5px 11px rgba(15,28,24,.08);
  }
}

/* Mobile keeps the premium relief but removes pointer parallax */
@media(max-width:700px){
  .site-title,
  .brand-name{
    --wordmark-x:0px !important;
    --wordmark-y:0px !important;
    text-shadow:
      0 -1px 0 rgba(255,255,255,.45),
      0 1px 0 rgba(15,28,24,.12),
      0 2px 6px rgba(15,28,24,.055);
  }
}

@media(prefers-reduced-motion:reduce){
  .site-title::after,
  .brand-name::after{
    animation:none !important;
    display:none !important;
  }
  .site-title,
  .brand-name{
    transform:none !important;
  }
}

/* =========================================================
   ACTUAL HEADER WORDMARK — PREMIUM EMBOSSED FASCIA EFFECT
   Targets the real markup: .brand > .brand-main/.brand-sub
   ========================================================= */

header.header > a.brand.brand-enter{
  position:relative !important;
  isolation:isolate;
  display:inline-flex !important;
  align-items:baseline !important;
  gap:.28em !important;
  overflow:visible !important;
  transform:translate3d(var(--wm-x,0px),var(--wm-y,0px),0) !important;
  transition:
    transform 480ms var(--motion-ease, cubic-bezier(.22,.72,.2,1)),
    filter 480ms var(--motion-ease, cubic-bezier(.22,.72,.2,1)) !important;
}

/* Both words are intentionally the same visual size. */
header.header > a.brand.brand-enter .brand-main,
header.header > a.brand.brand-enter .brand-sub{
  position:relative;
  display:inline-block;
  font-size:inherit !important;
  line-height:1 !important;
  color:#152720 !important;
  -webkit-text-fill-color:transparent !important;
  background:
    linear-gradient(
      180deg,
      #263b33 0%,
      #13251f 43%,
      #0d1c17 58%,
      #2f443b 100%
    ) !important;
  -webkit-background-clip:text !important;
  background-clip:text !important;

  text-shadow:
    0 -1px 0 rgba(255,255,255,.62),
    0 1px 0 rgba(6,15,12,.30),
    0 2px 2px rgba(6,15,12,.11),
    0 5px 12px rgba(6,15,12,.09) !important;

  filter:drop-shadow(0 1px 0 rgba(255,255,255,.22));
}

/* Slight typographic differentiation without making Bodywork smaller. */
header.header > a.brand.brand-enter .brand-main{
  font-weight:600 !important;
  letter-spacing:-.045em !important;
}
header.header > a.brand.brand-enter .brand-sub{
  font-weight:430 !important;
  letter-spacing:-.035em !important;
  opacity:1 !important;
}

/* A visible but refined fascia-light sweep across the full wordmark. */
header.header > a.brand.brand-enter::after{
  content:"";
  position:absolute;
  left:-7%;
  top:50%;
  width:114%;
  height:16px;
  pointer-events:none;
  z-index:5;
  opacity:0;
  transform:translate(-118%,-50%) rotate(-4deg);
  background:
    linear-gradient(
      100deg,
      transparent 0 29%,
      rgba(126,154,143,0) 35%,
      rgba(126,154,143,.34) 43%,
      rgba(232,240,235,.86) 49%,
      rgba(126,154,143,.30) 55%,
      rgba(126,154,143,0) 63%,
      transparent 70% 100%
    );
  mix-blend-mode:screen;
  filter:blur(.15px);
  animation:actualWordmarkSweep 1.9s cubic-bezier(.16,1,.3,1) .38s 1 both;
}

@keyframes actualWordmarkSweep{
  0%{
    opacity:0;
    transform:translate(-118%,-50%) rotate(-4deg);
  }
  18%{opacity:.88}
  70%{opacity:.55}
  100%{
    opacity:0;
    transform:translate(94%,-50%) rotate(-4deg);
  }
}

/* Fine fascia underline fragment – short, organic, not a full bar. */
header.header > a.brand.brand-enter::before{
  content:"";
  position:absolute;
  left:7%;
  bottom:-7px;
  width:44%;
  height:1px;
  z-index:1;
  pointer-events:none;
  background:linear-gradient(
    90deg,
    transparent,
    rgba(79,111,99,.48) 18%,
    rgba(79,111,99,.18) 82%,
    transparent
  );
  transform:scaleX(.15);
  transform-origin:left center;
  opacity:.55;
  animation:actualWordmarkLine 1.15s var(--motion-ease-out, cubic-bezier(.16,1,.3,1)) .55s forwards;
}

@keyframes actualWordmarkLine{
  to{transform:scaleX(1)}
}

/* More obvious crafted depth on desktop hover. */
@media(hover:hover) and (pointer:fine){
  header.header > a.brand.brand-enter:hover .brand-main,
  header.header > a.brand.brand-enter:hover .brand-sub{
    text-shadow:
      -1px -1px 0 rgba(255,255,255,.66),
      1px 1px 0 rgba(6,15,12,.34),
      0 4px 8px rgba(6,15,12,.13),
      0 8px 18px rgba(6,15,12,.08) !important;
  }

  header.header > a.brand.brand-enter:hover{
    filter:brightness(1.05);
  }
}

/* Keep the effect visible on the sticky light header too. */
header.header.scrolled > a.brand.brand-enter .brand-main,
header.header.scrolled > a.brand.brand-enter .brand-sub,
header.header.light > a.brand.brand-enter .brand-main,
header.header.light > a.brand.brand-enter .brand-sub{
  -webkit-text-fill-color:transparent !important;
  background:
    linear-gradient(
      180deg,
      #263b33 0%,
      #13251f 43%,
      #0d1c17 58%,
      #2f443b 100%
    ) !important;
  -webkit-background-clip:text !important;
  background-clip:text !important;
}

/* Mobile: keep depth, remove pointer-specific motion. */
@media(max-width:700px){
  header.header > a.brand.brand-enter{
    --wm-x:0px !important;
    --wm-y:0px !important;
  }

  header.header > a.brand.brand-enter .brand-main,
  header.header > a.brand.brand-enter .brand-sub{
    text-shadow:
      0 -1px 0 rgba(255,255,255,.48),
      0 1px 0 rgba(6,15,12,.24),
      0 3px 8px rgba(6,15,12,.08) !important;
  }
}

@media(prefers-reduced-motion:reduce){
  header.header > a.brand.brand-enter::after,
  header.header > a.brand.brand-enter::before{
    animation:none !important;
  }
  header.header > a.brand.brand-enter{
    transform:none !important;
  }
}

/* =========================================================
   AMBIENT WORDMARK MOTION — VERIFIED
   Entrance animation remains unique.
   A softer micro-animation runs only while the header is idle.
   ========================================================= */

header.header > a.brand.brand-enter.wordmark-ambient{
  filter:brightness(1.025);
}

/* Secondary sweep — softer and narrower than the initial entrance sweep */
header.header > a.brand.brand-enter.wordmark-ambient::after{
  animation:none !important;
  opacity:0;
  height:10px;
  transform:translate(-112%,-50%) rotate(-2deg);
  background:
    linear-gradient(
      100deg,
      transparent 0 34%,
      rgba(143,167,157,0) 39%,
      rgba(143,167,157,.13) 46%,
      rgba(238,244,240,.50) 50%,
      rgba(143,167,157,.12) 54%,
      rgba(143,167,157,0) 61%,
      transparent 66% 100%
    );
  animation:ambientWordmarkSweep 1.72s cubic-bezier(.16,1,.3,1) 1 both !important;
}

/* Existing short fascia line gently expands and returns */
header.header > a.brand.brand-enter.wordmark-ambient::before{
  animation:none !important;
  transform-origin:left center;
  animation:ambientFasciaLine 1.72s cubic-bezier(.22,.72,.2,1) 1 both !important;
}

/* Slight 1px depth breathing in the letters */
header.header > a.brand.brand-enter.wordmark-ambient .brand-main,
header.header > a.brand.brand-enter.wordmark-ambient .brand-sub{
  animation:ambientWordmarkDepth 1.72s cubic-bezier(.22,.72,.2,1) 1 both !important;
}

@keyframes ambientWordmarkSweep{
  0%{
    opacity:0;
    transform:translate(-112%,-50%) rotate(-2deg);
  }
  18%{opacity:.62}
  70%{opacity:.34}
  100%{
    opacity:0;
    transform:translate(92%,-50%) rotate(-2deg);
  }
}

@keyframes ambientFasciaLine{
  0%,100%{
    transform:scaleX(1);
    opacity:.55;
  }
  45%{
    transform:scaleX(1.16);
    opacity:.78;
  }
  72%{
    transform:scaleX(.93);
    opacity:.42;
  }
}

@keyframes ambientWordmarkDepth{
  0%,100%{
    transform:translateY(0);
    filter:brightness(1);
  }
  42%{
    transform:translateY(-.7px);
    filter:brightness(1.055);
  }
  68%{
    transform:translateY(.25px);
    filter:brightness(1.015);
  }
}

/* Mobile: same idea, but even quieter */
@media(max-width:700px){
  header.header > a.brand.brand-enter.wordmark-ambient::after{
    height:8px;
    animation-duration:1.55s !important;
  }

  header.header > a.brand.brand-enter.wordmark-ambient::before,
  header.header > a.brand.brand-enter.wordmark-ambient .brand-main,
  header.header > a.brand.brand-enter.wordmark-ambient .brand-sub{
    animation-duration:1.55s !important;
  }
}

@media(prefers-reduced-motion:reduce){
  header.header > a.brand.brand-enter.wordmark-ambient::after,
  header.header > a.brand.brand-enter.wordmark-ambient::before,
  header.header > a.brand.brand-enter.wordmark-ambient .brand-main,
  header.header > a.brand.brand-enter.wordmark-ambient .brand-sub{
    animation:none !important;
  }
}

/* =========================================================
   PREMIUM FASCIA MENU BUTTON — VERIFIED
   Depth + organic twin lines + clean X transition.
   ========================================================= */

header.header .menu-btn{
  --menu-line-color:#f6f3ed;
  --menu-bg:#172722;
  --menu-bg-hover:#1d332b;

  position:relative !important;
  width:52px !important;
  height:52px !important;
  min-width:52px !important;
  min-height:52px !important;
  padding:0 !important;
  border:1px solid rgba(255,255,255,.08) !important;
  border-radius:17px !important;
  background:
    linear-gradient(180deg,rgba(255,255,255,.045),rgba(255,255,255,0) 28%),
    var(--menu-bg) !important;
  box-shadow:
    inset 0 1px 0 rgba(255,255,255,.11),
    inset 0 -1px 0 rgba(0,0,0,.16),
    0 8px 22px rgba(18,34,29,.14) !important;
  overflow:hidden !important;
  transform:translate3d(var(--menu-x,0px),var(--menu-y,0px),0) !important;
  transition:
    transform 420ms var(--motion-ease-out,cubic-bezier(.16,1,.3,1)),
    background-color 360ms ease,
    border-color 360ms ease,
    box-shadow 420ms var(--motion-ease,cubic-bezier(.22,.72,.2,1)) !important;
}

/* Remove legacy pseudo-hamburger visuals if present, then redefine both lines */
header.header .menu-btn::before,
header.header .menu-btn::after{
  content:"" !important;
  position:absolute !important;
  left:50% !important;
  top:50% !important;
  width:22px !important;
  height:2px !important;
  margin:0 !important;
  border:0 !important;
  border-radius:999px !important;
  background:var(--menu-line-color) !important;
  transform-origin:center center !important;
  box-shadow:none !important;
  opacity:1 !important;
  transition:
    width 420ms var(--motion-ease-out,cubic-bezier(.16,1,.3,1)),
    transform 460ms var(--motion-ease-out,cubic-bezier(.16,1,.3,1)),
    top 460ms var(--motion-ease-out,cubic-bezier(.16,1,.3,1)),
    opacity 260ms ease !important;
}

/* Organic asymmetry: slightly unequal lengths */
header.header .menu-btn::before{
  width:23px !important;
  transform:translate(-50%,-6px) rotate(-1.5deg) !important;
}
header.header .menu-btn::after{
  width:17px !important;
  transform:translate(-50%,5px) rotate(1.5deg) !important;
}

/* Fine fascia pulse ring inside the control */
header.header .menu-btn > span{
  display:none !important;
}
header.header .menu-btn{
  background-clip:padding-box !important;
}
header.header .menu-btn .menu-btn-ring{
  pointer-events:none;
}
header.header .menu-btn::marker{
  content:"";
}

/* Extra inner contour using box-shadow only; no additional markup needed */
header.header .menu-btn{
  outline:1px solid rgba(255,255,255,.035);
  outline-offset:-4px;
}

/* OPEN STATE — lines morph into a refined X */
header.header .menu-btn[aria-expanded="true"]{
  background:
    linear-gradient(180deg,rgba(255,255,255,.055),rgba(255,255,255,0) 30%),
    #102019 !important;
  box-shadow:
    inset 0 1px 0 rgba(255,255,255,.12),
    inset 0 -1px 0 rgba(0,0,0,.18),
    0 10px 26px rgba(18,34,29,.18) !important;
}

header.header .menu-btn[aria-expanded="true"]::before{
  width:22px !important;
  transform:translate(-50%,-1px) rotate(45deg) !important;
}
header.header .menu-btn[aria-expanded="true"]::after{
  width:22px !important;
  transform:translate(-50%,-1px) rotate(-45deg) !important;
}

/* Hover choreography */
@media(hover:hover) and (pointer:fine){
  header.header .menu-btn:hover{
    background:
      linear-gradient(180deg,rgba(255,255,255,.06),rgba(255,255,255,0) 30%),
      var(--menu-bg-hover) !important;
    border-color:rgba(255,255,255,.14) !important;
    box-shadow:
      inset 0 1px 0 rgba(255,255,255,.13),
      inset 0 -1px 0 rgba(0,0,0,.15),
      0 10px 28px rgba(18,34,29,.18) !important;
  }

  header.header .menu-btn:not([aria-expanded="true"]):hover::before{
    width:18px !important;
    transform:translate(-50%,-6px) rotate(-1deg) !important;
  }

  header.header .menu-btn:not([aria-expanded="true"]):hover::after{
    width:23px !important;
    transform:translate(-50%,5px) rotate(1deg) !important;
  }
}

/* Keyboard accessibility */
header.header .menu-btn:focus-visible{
  outline:2px solid rgba(111,137,127,.75) !important;
  outline-offset:3px !important;
}

/* Mobile: slightly smaller and no magnetic drift */
@media(max-width:700px){
  header.header .menu-btn{
    width:48px !important;
    height:48px !important;
    min-width:48px !important;
    min-height:48px !important;
    border-radius:15px !important;
    --menu-x:0px !important;
    --menu-y:0px !important;
  }

  header.header .menu-btn::before{
    width:21px !important;
  }
  header.header .menu-btn::after{
    width:16px !important;
  }
}

/* Reduced motion */
@media(prefers-reduced-motion:reduce){
  header.header .menu-btn,
  header.header .menu-btn::before,
  header.header .menu-btn::after{
    transition:none !important;
    transform:none !important;
  }

  header.header .menu-btn::before{
    transform:translate(-50%,-6px) !important;
  }
  header.header .menu-btn::after{
    transform:translate(-50%,5px) !important;
  }

  header.header .menu-btn[aria-expanded="true"]::before{
    transform:translate(-50%,-1px) rotate(45deg) !important;
  }
  header.header .menu-btn[aria-expanded="true"]::after{
    transform:translate(-50%,-1px) rotate(-45deg) !important;
  }
}

/* =========================================================
   BRAND INTRO — FIRST VISIT IN SESSION
   Wordmark reveal -> fascia sweep -> flies into header.
   ========================================================= */

html.brand-intro-active,
html.brand-intro-active body{
  overflow:hidden !important;
}

.brand-intro{
  position:fixed;
  inset:0;
  z-index:20000;
  display:grid;
  place-items:center;
  background:
    radial-gradient(circle at 50% 42%,rgba(91,119,107,.14),transparent 34%),
    #13231e;
  color:#f3efe7;
  opacity:1;
  visibility:visible;
  pointer-events:auto;
  transform:translateZ(0);
}

.brand-intro-inner{
  width:min(calc(100% - 40px),1000px);
  text-align:center;
  position:relative;
  display:flex;
  flex-direction:column;
  align-items:center;
}

.brand-intro-kicker{
  margin-bottom:clamp(26px,4vw,44px);
  font:600 8px/1.2 Arial,Helvetica,sans-serif;
  letter-spacing:.20em;
  text-transform:uppercase;
  color:rgba(243,239,231,.44);
  opacity:0;
  transform:translateY(8px);
  animation:introKickerIn .55s .12s var(--motion-ease-out,cubic-bezier(.16,1,.3,1)) forwards;
}

.brand-intro-wordmark{
  position:relative;
  z-index:3;
  display:inline-flex;
  align-items:baseline;
  gap:.28em;
  font-family:Georgia,"Times New Roman",serif;
  font-size:clamp(50px,8vw,108px);
  line-height:.88;
  letter-spacing:-.055em;
  color:#f3efe7;
  transform-origin:center center;
  will-change:transform,opacity;
}

.brand-intro-main,
.brand-intro-sub{
  display:inline-block;
  opacity:0;
  transform:translateY(24px);
  filter:blur(5px);
  text-shadow:
    0 -1px 0 rgba(255,255,255,.18),
    0 2px 8px rgba(0,0,0,.20);
}

.brand-intro-main{
  animation:introWordIn .82s .22s var(--motion-ease-out,cubic-bezier(.16,1,.3,1)) forwards;
}

.brand-intro-sub{
  animation:introWordIn .82s .34s var(--motion-ease-out,cubic-bezier(.16,1,.3,1)) forwards;
}

.brand-intro-fascia{
  position:relative;
  width:min(72vw,680px);
  height:24px;
  margin-top:22px;
  overflow:hidden;
}

.brand-intro-fascia::before,
.brand-intro-fascia::after,
.brand-intro-fascia span{
  content:"";
  position:absolute;
  left:50%;
  top:50%;
  height:1px;
  border-radius:999px;
  transform-origin:center;
}

.brand-intro-fascia::before{
  width:100%;
  background:linear-gradient(
    90deg,
    transparent,
    rgba(195,214,205,.18) 15%,
    rgba(222,233,227,.82) 50%,
    rgba(195,214,205,.18) 85%,
    transparent
  );
  transform:translate(-50%,-50%) scaleX(0);
  animation:introFasciaDraw .95s .66s var(--motion-ease-out,cubic-bezier(.16,1,.3,1)) forwards;
}

.brand-intro-fascia::after{
  width:72%;
  background:linear-gradient(90deg,transparent,rgba(133,164,151,.54),transparent);
  transform:translate(-48%,-10%) rotate(-2deg) scaleX(0);
  animation:introFasciaDraw2 1.05s .78s var(--motion-ease-out,cubic-bezier(.16,1,.3,1)) forwards;
}

.brand-intro-fascia span{
  width:8px;
  height:8px;
  border-radius:50%;
  background:#dfe8e2;
  box-shadow:0 0 18px rgba(223,232,226,.42);
  transform:translate(-50%,-50%) scale(0);
  animation:introFasciaNode .5s 1.12s var(--motion-ease-out,cubic-bezier(.16,1,.3,1)) forwards;
}

.brand-intro-status{
  margin-top:24px;
  font:600 8px/1 Arial,Helvetica,sans-serif;
  letter-spacing:.18em;
  text-transform:uppercase;
  color:rgba(243,239,231,.36);
  opacity:0;
  animation:introStatusIn .45s 1.05s ease forwards;
}

.brand-intro.is-finishing{
  pointer-events:none;
}

.brand-intro.is-finishing .brand-intro-kicker,
.brand-intro.is-finishing .brand-intro-fascia,
.brand-intro.is-finishing .brand-intro-status{
  transition:opacity .34s ease,transform .34s ease;
  opacity:0 !important;
  transform:translateY(-6px);
}

.brand-intro.is-leaving{
  transition:opacity .55s var(--motion-ease,cubic-bezier(.22,.72,.2,1));
  opacity:0;
}

@keyframes introKickerIn{
  to{opacity:1;transform:none}
}
@keyframes introWordIn{
  to{opacity:1;transform:none;filter:blur(0)}
}
@keyframes introFasciaDraw{
  to{transform:translate(-50%,-50%) scaleX(1)}
}
@keyframes introFasciaDraw2{
  to{transform:translate(-48%,-10%) rotate(-2deg) scaleX(1)}
}
@keyframes introFasciaNode{
  to{transform:translate(-50%,-50%) scale(1)}
}
@keyframes introStatusIn{
  to{opacity:1}
}

/* Keep intro typography coherent on small screens */
@media(max-width:700px){
  .brand-intro-inner{
    width:calc(100% - 28px);
  }

  .brand-intro-wordmark{
    font-size:clamp(44px,14vw,74px);
    flex-wrap:wrap;
    justify-content:center;
    gap:.14em .28em;
  }

  .brand-intro-fascia{
    width:84vw;
  }

  .brand-intro-kicker{
    max-width:320px;
    line-height:1.5;
  }
}

@media(prefers-reduced-motion:reduce){
  .brand-intro-kicker,
  .brand-intro-main,
  .brand-intro-sub,
  .brand-intro-fascia::before,
  .brand-intro-fascia::after,
  .brand-intro-fascia span,
  .brand-intro-status{
    animation:none !important;
    opacity:1 !important;
    transform:none !important;
    filter:none !important;
  }

  .brand-intro{
    transition:none !important;
  }
}

/* =========================================================
   BRAND INTRO — SMOOTH MORPH TRANSITION
   Intro dissolves into the live hero rather than cutting away.
   ========================================================= */

/* Hero starts subtly recessed only while the first-session intro is active */
html.brand-intro-active .split-cinematic-hero{
  transform:translateY(26px) scale(.992);
  filter:blur(7px);
  opacity:.72;
  transition:
    transform 980ms cubic-bezier(.16,1,.3,1),
    filter 980ms cubic-bezier(.16,1,.3,1),
    opacity 780ms ease;
  will-change:transform,filter,opacity;
}

html.brand-intro-active.brand-intro-morphing .split-cinematic-hero{
  transform:translateY(0) scale(1);
  filter:blur(0);
  opacity:1;
}

/* Header stays underneath until the morph begins, then settles naturally */
html.brand-intro-active header.header{
  opacity:.38 !important;
  transform:translateY(-8px) !important;
  transition:
    opacity 720ms ease,
    transform 820ms cubic-bezier(.16,1,.3,1) !important;
}

html.brand-intro-active.brand-intro-morphing header.header{
  opacity:1 !important;
  transform:translateY(0) !important;
}

/* The intro background becomes translucent before it disappears */
.brand-intro{
  transition:
    background-color 820ms ease,
    opacity 620ms ease,
    backdrop-filter 820ms ease;
}

.brand-intro.is-morphing{
  background:
    radial-gradient(circle at 50% 42%,rgba(91,119,107,.07),transparent 38%),
    rgba(19,35,30,.58);
  backdrop-filter:blur(2px);
  -webkit-backdrop-filter:blur(2px);
}

.brand-intro.is-morphing .brand-intro-kicker{
  opacity:0 !important;
  transform:translateY(-10px) !important;
  transition:
    opacity 320ms ease,
    transform 420ms cubic-bezier(.16,1,.3,1) !important;
}

.brand-intro.is-morphing .brand-intro-status{
  opacity:0 !important;
  transform:translateY(8px) !important;
  transition:
    opacity 280ms ease,
    transform 380ms cubic-bezier(.16,1,.3,1) !important;
}

/* Fascia line expands into a transition trace across the screen */
.brand-intro.is-morphing .brand-intro-fascia{
  width:min(96vw,1320px);
  transition:width 820ms cubic-bezier(.16,1,.3,1);
}

.brand-intro.is-morphing .brand-intro-fascia::before{
  opacity:.42 !important;
  transform:translate(-50%,-50%) scaleX(1.22) !important;
  transition:
    opacity 620ms ease,
    transform 780ms cubic-bezier(.16,1,.3,1) !important;
}

.brand-intro.is-morphing .brand-intro-fascia::after{
  opacity:.18 !important;
  transform:translate(-48%,-10%) rotate(-1deg) scaleX(1.34) !important;
  transition:
    opacity 620ms ease,
    transform 820ms cubic-bezier(.16,1,.3,1) !important;
}

.brand-intro.is-morphing .brand-intro-fascia span{
  opacity:0 !important;
  transform:translate(-50%,-50%) scale(.4) !important;
  transition:
    opacity 320ms ease,
    transform 420ms cubic-bezier(.16,1,.3,1) !important;
}

.brand-intro.is-trace-fading .brand-intro-fascia{
  opacity:0;
  transform:translateY(-4px);
  transition:
    opacity 360ms ease,
    transform 440ms cubic-bezier(.16,1,.3,1);
}

/* Final overlay departure */
.brand-intro.is-leaving{
  opacity:0 !important;
  backdrop-filter:blur(0);
  -webkit-backdrop-filter:blur(0);
}

/* Hero text gets one restrained finishing reveal */
html.brand-intro-active .split-hero-kicker,
html.brand-intro-active .split-hero-details,
html.brand-intro-active .split-hero-meta{
  opacity:.25;
  transform:translateY(12px);
  transition:
    opacity 720ms ease,
    transform 860ms cubic-bezier(.16,1,.3,1);
}

html.brand-intro-active.brand-intro-morphing .split-hero-kicker,
html.brand-intro-active.brand-intro-morphing .split-hero-details,
html.brand-intro-active.brand-intro-morphing .split-hero-meta{
  opacity:1;
  transform:translateY(0);
}

@media(max-width:700px){
  html.brand-intro-active .split-cinematic-hero{
    transform:translateY(18px) scale(.995);
    filter:blur(5px);
  }

  .brand-intro.is-morphing .brand-intro-fascia{
    width:92vw;
  }
}

@media(prefers-reduced-motion:reduce){
  html.brand-intro-active .split-cinematic-hero,
  html.brand-intro-active header.header,
  html.brand-intro-active .split-hero-kicker,
  html.brand-intro-active .split-hero-details,
  html.brand-intro-active .split-hero-meta{
    transform:none !important;
    filter:none !important;
    opacity:1 !important;
    transition:none !important;
  }

  .brand-intro.is-morphing,
  .brand-intro.is-trace-fading{
    transition:none !important;
  }
}

/* =========================================================
   BRAND INTRO MORPH — PERFORMANCE OPTIMIZED
   Final override: transform + opacity only during transition.
   Avoid animated blur/backdrop-filter to prevent Safari/mobile stutter.
   ========================================================= */

html.brand-intro-active .split-cinematic-hero{
  transform:translate3d(0,18px,0) scale(.996) !important;
  filter:none !important;
  opacity:.82 !important;
  will-change:transform,opacity !important;
  transition:
    transform 760ms cubic-bezier(.16,1,.3,1),
    opacity 620ms ease !important;
  backface-visibility:hidden;
}

html.brand-intro-active.brand-intro-morphing .split-cinematic-hero{
  transform:translate3d(0,0,0) scale(1) !important;
  filter:none !important;
  opacity:1 !important;
}

html.brand-intro-active header.header{
  opacity:.52 !important;
  transform:translate3d(0,-5px,0) !important;
  will-change:transform,opacity !important;
  transition:
    opacity 520ms ease,
    transform 620ms cubic-bezier(.16,1,.3,1) !important;
}

html.brand-intro-active.brand-intro-morphing header.header{
  opacity:1 !important;
  transform:translate3d(0,0,0) !important;
}

/* Overlay fades without any live backdrop blur */
.brand-intro,
.brand-intro.is-morphing,
.brand-intro.is-leaving{
  backdrop-filter:none !important;
  -webkit-backdrop-filter:none !important;
  will-change:opacity,background-color;
}

.brand-intro.is-morphing{
  background:rgba(19,35,30,.52) !important;
  transition:
    opacity 520ms ease,
    background-color 620ms ease !important;
}

.brand-intro.is-leaving{
  opacity:0 !important;
  background:rgba(19,35,30,0) !important;
  transition:
    opacity 480ms ease,
    background-color 480ms ease !important;
}

/* Keep fascia transition lightweight */
.brand-intro.is-morphing .brand-intro-fascia{
  width:min(94vw,1180px) !important;
  transform:translate3d(0,0,0);
  transition:
    width 620ms cubic-bezier(.16,1,.3,1),
    opacity 360ms ease !important;
}

.brand-intro.is-morphing .brand-intro-fascia::before{
  opacity:.32 !important;
  transform:translate3d(-50%,-50%,0) scaleX(1.12) !important;
  transition:
    opacity 420ms ease,
    transform 560ms cubic-bezier(.16,1,.3,1) !important;
}

.brand-intro.is-morphing .brand-intro-fascia::after{
  opacity:.10 !important;
  transform:translate3d(-48%,-10%,0) rotate(-1deg) scaleX(1.18) !important;
  transition:
    opacity 420ms ease,
    transform 560ms cubic-bezier(.16,1,.3,1) !important;
}

/* Hero supporting copy appears with opacity/translate only */
html.brand-intro-active .split-hero-kicker,
html.brand-intro-active .split-hero-details,
html.brand-intro-active .split-hero-meta{
  opacity:.38 !important;
  transform:translate3d(0,8px,0) !important;
  will-change:transform,opacity;
  transition:
    opacity 540ms ease,
    transform 660ms cubic-bezier(.16,1,.3,1) !important;
}

html.brand-intro-active.brand-intro-morphing .split-hero-kicker,
html.brand-intro-active.brand-intro-morphing .split-hero-details,
html.brand-intro-active.brand-intro-morphing .split-hero-meta{
  opacity:1 !important;
  transform:translate3d(0,0,0) !important;
}

/* Wordmark itself also remains compositor-only */
.brand-intro-wordmark{
  will-change:transform,opacity !important;
  backface-visibility:hidden;
  transform:translateZ(0);
}

/* Remove will-change after intro via class cleanup naturally */
@media(max-width:700px){
  html.brand-intro-active .split-cinematic-hero{
    transform:translate3d(0,12px,0) scale(.998) !important;
    opacity:.86 !important;
  }

  .brand-intro.is-morphing .brand-intro-fascia{
    width:90vw !important;
  }
}

@media(prefers-reduced-motion:reduce){
  html.brand-intro-active .split-cinematic-hero,
  html.brand-intro-active header.header,
  html.brand-intro-active .split-hero-kicker,
  html.brand-intro-active .split-hero-details,
  html.brand-intro-active .split-hero-meta{
    transform:none !important;
    opacity:1 !important;
    transition:none !important;
  }
}
