
:root{
  --ivory:#F5F1E9;
  --ivory-deep:#EDE6D8;
  --sand:#E3D7C2;
  --oak:#C9A876;
  --navy:#021644;
  --navy-soft:#0B2B66;
  --steel:#0B8A88;
  --steel-soft:#3CD1CF;
  --brass:#3CD1CF;
  --teal:#3CD1CF;
  --gold:#E3A93E;
  --ink:#1E2A44;
  --white:#FFFFFF;
  --shadow:0 24px 60px -24px rgba(2,22,68,.30);
  --radius:22px;
  --head-h:92px;
  --ff-display:'Marcellus',serif;
  --ff-body:'Jost',sans-serif;
}
*{margin:0;padding:0;box-sizing:border-box}
html{scroll-behavior:smooth}
/* The header is fixed and opaque on every page, so the document reserves its height. */
body{font-family:var(--ff-body);background:var(--ivory);color:var(--ink);font-weight:400;line-height:1.65;-webkit-font-smoothing:antialiased;overflow-x:hidden;padding-top:var(--head-h)}
[id]{scroll-margin-top:calc(var(--head-h) + 18px)}
img{max-width:100%;display:block}
a{color:inherit;text-decoration:none}
.wrap{width:min(1140px,90vw);margin-inline:auto}
.eyebrow{font-size:.72rem;letter-spacing:.34em;text-transform:uppercase;color:var(--steel);font-weight:500}
h1,h2,h3{font-family:var(--ff-display);font-weight:400;color:var(--navy);line-height:1.12}
h1{font-size:clamp(2.5rem,5.4vw,4.1rem);letter-spacing:.01em}
h2{font-size:clamp(1.9rem,3.6vw,2.7rem)}
h3{font-size:1.18rem;letter-spacing:.02em}
p.lead{font-size:1.06rem;color:#4A5568;max-width:34rem}
.btn{display:inline-flex;align-items:center;gap:.6rem;font-weight:500;font-size:.92rem;letter-spacing:.06em;padding:.95rem 1.9rem;border-radius:999px;transition:transform .35s cubic-bezier(.22,1,.36,1),box-shadow .35s,background .3s,color .3s;will-change:transform}
.btn-navy{background:var(--navy);color:var(--ivory)}
.btn-navy:hover{transform:translateY(-3px);box-shadow:0 18px 34px -14px rgba(2,22,68,.45);background:var(--navy-soft)}
.btn-ghost{border:1px solid var(--navy);color:var(--navy)}
.btn-ghost:hover{background:var(--navy);color:var(--ivory);transform:translateY(-3px)}
.btn-brass{background:var(--teal);color:var(--navy)}
.btn-brass:hover{transform:translateY(-3px);box-shadow:0 18px 34px -14px rgba(60,209,207,.55)}
:focus-visible{outline:2px solid var(--steel);outline-offset:3px;border-radius:6px}

/* ---------- Intro loader ---------- */
#intro{position:fixed;inset:0;z-index:200;background:var(--ivory);display:flex;align-items:center;justify-content:center;flex-direction:column}
#intro .mark{width:min(150px,32vw);opacity:0;transform:translateY(26px)}
#intro .wave{width:min(300px,64vw);margin-top:8px;overflow:visible}
#intro .wave path{fill:none;stroke:var(--teal);stroke-width:5;stroke-linecap:round}
#intro .wave .w2{stroke:var(--navy);stroke-width:3.4;opacity:.9}
#intro .word{margin-top:22px;text-align:center}
#intro .word .v{font-family:var(--ff-display);font-size:clamp(2rem,7vw,3rem);letter-spacing:.42em;text-indent:.42em;color:var(--navy);display:flex;justify-content:center}
#intro .word .v span{display:inline-block;opacity:0;transform:translateY(16px)}
#intro .word .d{font-size:.78rem;letter-spacing:.5em;text-indent:.5em;color:var(--teal);margin-top:8px;opacity:0}
#intro .curtain{position:absolute;inset:0;background:var(--navy);transform:translateY(101%)}

/* ---------- Nav ---------- */
/* One white bar, one logo, identical on every page. Fixed height so nothing
   shifts on scroll — only the shadow deepens. No backdrop-filter: it would
   become the containing block for the fixed mobile overlay and trap it inside. */
header{position:fixed;top:0;left:0;right:0;z-index:100;height:var(--head-h);display:flex;align-items:center;
  background:var(--white);border-bottom:1px solid rgba(2,22,68,.07);transition:box-shadow .4s,border-color .4s}
header.scrolled{box-shadow:0 10px 34px -22px rgba(2,22,68,.5);border-bottom-color:rgba(2,22,68,.1)}
header>.wrap{width:min(1300px,95vw)}
nav{display:flex;align-items:center;justify-content:space-between;gap:1.1rem}
/* Horizontal lockup: the stacked logo file goes illegible at bar height. */
.nav-logo{display:flex;align-items:center;gap:.72rem;flex:none}
.nav-mark{height:46px;width:auto;transition:transform .45s cubic-bezier(.22,1,.36,1)}
.nav-word{height:26px;width:auto}
.nav-logo:hover .nav-mark{transform:translateY(-2px) scale(1.04)}
.nav-links{display:flex;gap:1.15rem;align-items:center;list-style:none}
.nav-links>li{display:flex;align-items:center}
/* Bar labels are uppercase: short words, evenly weighted, easy to scan. */
.nav-links>li>a:not(.btn){font-size:.74rem;font-weight:600;letter-spacing:.11em;text-transform:uppercase;
  color:var(--navy);position:relative;padding:.42rem 0;transition:color .28s}
.nav-links>li>a:not(.btn)::after{content:"";position:absolute;left:50%;transform:translateX(-50%);bottom:0;
  height:2px;width:0;border-radius:2px;background:var(--teal);transition:width .32s cubic-bezier(.22,1,.36,1)}
.nav-links>li>a:not(.btn):hover{color:var(--steel)}
.nav-links>li>a:not(.btn):hover::after,.nav-links>li>a.cur::after{width:100%}
.nav-links>li>a.cur{color:var(--steel)}

/* phone */
.nav-phone a{display:inline-flex;align-items:center;gap:.45rem;font-weight:600;letter-spacing:.03em;color:var(--navy);white-space:nowrap}
.nav-phone svg{width:16px;height:16px;fill:var(--steel);flex:none;transition:transform .3s}
.nav-phone a:hover svg{transform:rotate(-12deg) scale(1.08)}

/* Book now */
.btn-book{position:relative;overflow:hidden;isolation:isolate;background:linear-gradient(118deg,var(--navy),var(--navy-soft));
  color:#fff;padding:.8rem 1.5rem;font-size:.74rem;font-weight:600;letter-spacing:.16em;text-transform:uppercase;
  white-space:nowrap;box-shadow:0 12px 26px -14px rgba(2,22,68,.65)}
.btn-book svg{width:15px;height:15px;fill:none;stroke:var(--teal);stroke-width:1.9;stroke-linecap:round;flex:none}
.btn-book::after{content:"";position:absolute;top:0;left:-130%;width:60%;height:100%;z-index:-1;
  background:linear-gradient(100deg,transparent,rgba(255,255,255,.32),transparent);transform:skewX(-18deg);transition:left .75s ease}
.btn-book:hover{transform:translateY(-2px);box-shadow:0 18px 32px -14px rgba(2,22,68,.7)}
.btn-book:hover::after{left:140%}

/* ---------- Services dropdown ---------- */
.has-drop{position:relative}
.drop-toggle{background:none;border:none;cursor:pointer;padding:0;margin-left:.35rem;display:inline-flex;
  align-items:center;justify-content:center;color:var(--navy)}
.drop-toggle svg{width:11px;height:11px;fill:none;stroke:currentColor;stroke-width:1.9;stroke-linecap:round;
  stroke-linejoin:round;transition:transform .32s cubic-bezier(.22,1,.36,1)}
.drop-inner{background:var(--white);border:1px solid rgba(2,22,68,.07);border-radius:18px;
  box-shadow:0 34px 70px -30px rgba(2,22,68,.45),0 4px 14px -8px rgba(2,22,68,.18);padding:.75rem}
.drop-list{list-style:none;display:grid;grid-template-columns:1fr 1fr;gap:.1rem}
.drop-list a{display:flex;align-items:center;justify-content:space-between;gap:1rem;padding:.68rem .85rem;
  border-radius:12px;font-size:.88rem;font-weight:500;color:var(--navy);
  transition:background .25s,color .25s,transform .25s cubic-bezier(.22,1,.36,1)}
.drop-list a i{width:14px;height:8px;flex:none;opacity:0;transform:translateX(-5px);transition:.28s;
  background:var(--steel);-webkit-mask:var(--arrow) center/contain no-repeat;mask:var(--arrow) center/contain no-repeat}
.drop-list a:hover{background:rgba(60,209,207,.11);color:var(--steel);transform:translateX(3px)}
.drop-list a:hover i{opacity:1;transform:translateX(0)}
.drop-all{display:flex;align-items:center;justify-content:space-between;margin-top:.45rem;padding:.85rem;
  border-top:1px solid rgba(2,22,68,.08);font-size:.72rem;font-weight:600;letter-spacing:.16em;
  text-transform:uppercase;color:var(--steel)}
.drop-all span{font-size:1.05rem;line-height:1;transition:transform .3s}
.drop-all:hover span{transform:translateX(5px)}
:root{--arrow:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 9'%3E%3Cpath d='M0 4.5h13M9.5 1 13 4.5 9.5 8' fill='none' stroke='%23000' stroke-width='1.6' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E");
--wave-u:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 74 12'%3E%3Cpath d='M1 8 C 13 2, 25 11, 37 6 S 62 3, 73 6' fill='none' stroke='%233CD1CF' stroke-width='2.6' stroke-linecap='round'/%3E%3C/svg%3E")}

@media(min-width:1181px){
  /* On desktop the caret is decoration — hover/focus opens the panel. */
  .drop-toggle{pointer-events:none}
  /* padding-top bridges the gap between the link and the bottom of the header,
     so the pointer never leaves the hover target on its way to the panel. */
  .drop{position:absolute;top:100%;left:-1.1rem;width:min(520px,78vw);padding-top:36px;
    opacity:0;visibility:hidden;pointer-events:none;transform:translateY(10px);
    transition:opacity .3s ease,transform .38s cubic-bezier(.22,1,.36,1),visibility .3s}
  .drop-inner{position:relative}
  .drop-inner::before{content:"";position:absolute;top:-7px;left:2.4rem;width:13px;height:13px;
    transform:rotate(45deg);background:var(--white);
    border-left:1px solid rgba(2,22,68,.07);border-top:1px solid rgba(2,22,68,.07)}
  .has-drop:hover .drop,.has-drop:focus-within .drop{opacity:1;visibility:visible;pointer-events:auto;transform:translateY(0)}
  .has-drop:hover .drop-toggle svg,.has-drop:focus-within .drop-toggle svg{transform:rotate(180deg)}
  .has-drop:hover>a:not(.btn),.has-drop:focus-within>a:not(.btn){color:var(--steel)}
  .has-drop:hover>a:not(.btn)::after,.has-drop:focus-within>a:not(.btn)::after{width:100%}
}

.menu-btn{display:none;background:none;border:none;cursor:pointer;width:44px;height:44px}
.menu-btn span{display:block;height:2px;border-radius:2px;background:var(--navy);margin:6px 6px;transition:.3s}

/* ---------- Hero (full-bleed office photo) ---------- */
.hero{min-height:calc(100svh - var(--head-h));position:relative;display:flex;align-items:flex-end;overflow:hidden}
.hero-bg{position:absolute;inset:0;z-index:0}
.hero-bg img{width:100%;height:100%;object-fit:cover;object-position:center 38%;transform:scale(1.08)}
.hero-scrim{position:absolute;inset:0;z-index:1;background:linear-gradient(to top,rgba(2,22,68,.87) 0%,rgba(2,22,68,.52) 34%,rgba(2,22,68,.14) 62%,rgba(2,22,68,.10) 100%)}
.hero-inner{position:relative;z-index:2;width:100%;padding:0 0 5.2rem;text-align:center}
.hero-pill{display:inline-flex;align-items:center;gap:.6rem;background:rgba(245,241,233,.14);border:1px solid rgba(245,241,233,.35);backdrop-filter:blur(8px);border-radius:999px;padding:.5rem 1.2rem;font-size:.78rem;letter-spacing:.14em;text-transform:uppercase;color:var(--ivory);font-weight:500;margin-bottom:1.6rem}
.hero-pill .dot{width:8px;height:8px;border-radius:50%;background:var(--teal);box-shadow:0 0 0 4px rgba(60,209,207,.28)}
.hero-inner h1{color:var(--ivory);text-shadow:0 3px 26px rgba(2,22,68,.5)}
.hero-inner h1 em{font-style:normal;color:var(--steel-soft)}
.hero-inner p.lead{color:#DDE3E9;margin:1.3rem auto 2.3rem;max-width:38rem;text-shadow:0 2px 14px rgba(2,22,68,.55)}
.hero-ctas{display:flex;gap:1rem;flex-wrap:wrap;align-items:center;justify-content:center}
.hero .btn-ghost{border-color:rgba(245,241,233,.7);color:var(--ivory)}
.hero .btn-ghost:hover{background:var(--ivory);color:var(--navy)}
.hero-call{margin-top:2rem;font-size:.92rem;color:#C4CDD8}
.hero-call strong a{color:var(--ivory);font-weight:600;letter-spacing:.03em;border-bottom:1px solid rgba(245,241,233,.4);padding-bottom:1px}

/* ---------- Wave divider ---------- */
.wave-div{display:block;width:100%;height:90px;margin-bottom:-1px}
.wave-div path.fill{fill:var(--white)}
.wave-div path.line{fill:none;stroke:var(--steel);stroke-width:2.5;opacity:.55}
.wave-div path.line2{fill:none;stroke:var(--brass);stroke-width:1.6;opacity:.5}

/* ---------- Services ---------- */
/* The services band is its own room: soft gradient field, a faint wave drifting
   behind the grid, numbered cards with icons, and a closing action row. */
.services{position:relative;background:linear-gradient(180deg,var(--white) 0%,#FAF7F1 78%,var(--ivory) 100%);padding:1.6rem 0 5.6rem;overflow:hidden}
.services .wrap{position:relative;z-index:1}
.svc-bgwave{position:absolute;left:0;right:0;bottom:9rem;width:100%;height:200px;z-index:0}
.sec-head{text-align:center;max-width:44rem;margin:0 auto 3.4rem}
.sec-head .eyebrow{display:block;margin-bottom:.9rem}
.sec-head p{color:#4A5568;margin-top:1rem}
/* small brand wave under section headings */
.sec-head h2::after{content:"";display:block;width:74px;height:12px;margin:1.15rem auto 0;
  background:var(--wave-u) center/contain no-repeat}
.svc-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:1.3rem}
.svc{background:var(--white);border:1px solid var(--ivory-deep);border-radius:var(--radius);
  padding:1.8rem 1.6rem 1.6rem;position:relative;overflow:hidden;display:flex;flex-direction:column;
  box-shadow:0 14px 34px -28px rgba(2,22,68,.35);
  transition:transform .4s cubic-bezier(.22,1,.36,1),box-shadow .4s,border-color .35s}
.svc:hover{transform:translateY(-7px);box-shadow:var(--shadow);border-color:rgba(60,209,207,.55)}
.svc-num{position:absolute;top:.95rem;right:1.25rem;font-family:var(--ff-display);font-size:2rem;
  line-height:1;color:rgba(2,22,68,.09);transition:color .35s}
.svc:hover .svc-num{color:rgba(60,209,207,.5)}
.svc-ic{width:52px;height:52px;border-radius:15px;background:rgba(60,209,207,.13);
  display:flex;align-items:center;justify-content:center;margin-bottom:1.05rem;color:var(--steel);
  transition:background .35s,color .35s,transform .45s cubic-bezier(.22,1,.36,1)}
.svc-ic svg{width:27px;height:27px;fill:none;stroke:currentColor;stroke-width:1.5;stroke-linecap:round}
.svc:hover .svc-ic{background:var(--navy);color:var(--teal);transform:translateY(-3px) rotate(-3deg)}
.svc h3{margin-bottom:.5rem}
.svc p{font-size:.88rem;color:#5D6B7C;line-height:1.55;flex:1}
.svc-link{display:inline-flex;align-items:center;gap:.45rem;margin-top:1.05rem;font-size:.76rem;
  font-weight:600;letter-spacing:.11em;text-transform:uppercase;color:var(--steel)}
.svc-link i{width:15px;height:8px;background:var(--steel);transition:transform .3s;
  -webkit-mask:var(--arrow) center/contain no-repeat;mask:var(--arrow) center/contain no-repeat}
.svc:hover .svc-link i{transform:translateX(4px)}
.svc-actions{display:flex;gap:1rem;justify-content:center;margin-top:3rem;flex-wrap:wrap}

/* ---------- Studio ---------- */
.studio{background:var(--white);padding:2rem 0 7rem;position:relative}
.studio-grid{display:grid;grid-template-columns:.92fr 1.08fr;gap:4.6rem;align-items:center}
.studio-media{position:relative}
.studio-photo{border-radius:var(--radius);overflow:hidden;box-shadow:var(--shadow)}
.studio-photo img{transform:scale(1.05)}
.studio-badge{position:absolute;top:-26px;right:-26px;width:118px;height:118px;border-radius:50%;background:var(--navy);color:var(--ivory);display:flex;align-items:center;justify-content:center;text-align:center;font-size:.66rem;letter-spacing:.18em;text-transform:uppercase;line-height:1.5;padding:1rem;box-shadow:var(--shadow)}
.studio-copy .eyebrow{display:block;margin-bottom:1rem}
.studio-copy p{color:#4A5568;margin-top:1.2rem}
.studio-list{margin-top:1.8rem;display:grid;gap:1rem}
.studio-list li{list-style:none;display:flex;gap:1rem;align-items:flex-start}
.studio-list .tick{flex:0 0 26px;height:26px;border-radius:50%;background:var(--ivory);border:1.5px solid var(--steel);display:flex;align-items:center;justify-content:center;margin-top:2px}
.studio-list .tick svg{width:12px;height:12px;stroke:var(--steel);stroke-width:2.6;fill:none}
.studio-list strong{color:var(--navy);font-weight:600}
.studio-list p{font-size:.9rem;margin-top:.15rem}

/* ---------- Reviews ---------- */
.reviews{background:var(--ivory);padding:6rem 0;position:relative;overflow:hidden}
.reviews .bgwave{position:absolute;inset:auto 0 -40px 0;opacity:.5;pointer-events:none}
.rev-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:1.4rem;position:relative}
.rev{background:var(--white);border-radius:var(--radius);padding:2rem 1.8rem;box-shadow:0 16px 44px -26px rgba(2,22,68,.25);display:flex;flex-direction:column;gap:1rem}
.stars{color:var(--gold);letter-spacing:.2em;font-size:.95rem}
.rev p{font-size:.93rem;color:#4A5568;font-style:italic}
.rev .who{font-size:.82rem;font-weight:600;letter-spacing:.06em;color:var(--navy);text-transform:uppercase}
.rev-note{text-align:center;margin-top:2.2rem;font-size:.8rem;color:#8A94A3;letter-spacing:.04em}

/* ---------- Visit ---------- */
.visit{background:var(--navy);color:var(--ivory);padding:6rem 0;position:relative;overflow:hidden}
.visit::before{content:"";position:absolute;width:520px;height:520px;border-radius:50%;border:1.5px solid rgba(60,209,207,.30);top:-260px;right:-160px}
.visit::after{content:"";position:absolute;width:340px;height:340px;border-radius:50%;border:1px solid rgba(60,209,207,.18);bottom:-190px;left:-120px}
.visit-grid{display:grid;grid-template-columns:1fr 1fr;gap:4rem;position:relative}
.visit h2{color:var(--ivory)}
.visit .eyebrow{color:var(--brass);display:block;margin-bottom:1rem}
.visit p.lead{color:#B9C4D2}
.visit-info{display:grid;gap:1.6rem;margin-top:2.4rem}
.visit-info .row{display:flex;gap:1.1rem;align-items:flex-start}
.visit-info .ic{flex:0 0 42px;height:42px;border-radius:12px;background:rgba(60,209,207,.10);border:1px solid rgba(60,209,207,.35);display:flex;align-items:center;justify-content:center}
.visit-info .ic svg{width:18px;height:18px;stroke:var(--steel-soft);fill:none;stroke-width:1.8}
.visit-info strong{display:block;font-size:.78rem;letter-spacing:.2em;text-transform:uppercase;color:var(--steel-soft);margin-bottom:.2rem;font-weight:500}
.visit-info span{font-size:1rem;color:var(--ivory)}
.visit-form{background:rgba(255,255,255,.05);border:1px solid rgba(255,255,255,.12);border-radius:var(--radius);padding:2.2rem;backdrop-filter:blur(6px)}
.visit-form h3{color:var(--ivory);font-size:1.35rem;margin-bottom:1.4rem}
.visit-form .field{margin-bottom:1.05rem}
.visit-form label{display:block;font-size:.74rem;letter-spacing:.16em;text-transform:uppercase;color:var(--steel-soft);margin-bottom:.4rem}
.visit-form input,.visit-form textarea{width:100%;background:rgba(255,255,255,.07);border:1px solid rgba(255,255,255,.16);border-radius:12px;padding:.8rem 1rem;color:var(--ivory);font-family:var(--ff-body);font-size:.95rem;transition:border .3s,background .3s}
.visit-form input:focus,.visit-form textarea:focus{outline:none;border-color:var(--teal);background:rgba(255,255,255,.1)}
.visit-form textarea{min-height:96px;resize:vertical}
.visit-form .btn{width:100%;justify-content:center;margin-top:.4rem}
.hp{position:absolute;left:-9999px;opacity:0}

/* ---------- Footer ---------- */
footer{background:#010D2B;color:#8C97AF;padding:4rem 0 2rem}
.foot-grid{display:grid;grid-template-columns:1.4fr 1fr 1fr;gap:3rem;padding-bottom:3rem;border-bottom:1px solid rgba(255,255,255,.08)}
.foot-grid img{height:88px;width:auto;margin-bottom:1.2rem}
.foot-grid p{font-size:.9rem;line-height:1.7}
.foot-grid h4{font-size:.76rem;letter-spacing:.24em;text-transform:uppercase;color:var(--steel-soft);margin-bottom:1.1rem;font-weight:500}
.foot-grid ul{list-style:none;display:grid;gap:.6rem}
.foot-grid ul a{font-size:.92rem;transition:color .3s}
.foot-grid ul a:hover{color:var(--ivory)}
.foot-hours{margin-top:1rem;font-size:.86rem;line-height:1.8;color:#9FB2CC}
.foot-hours strong{color:var(--ivory);font-weight:600;letter-spacing:.08em;text-transform:uppercase;font-size:.72rem}
.foot-serving{padding-top:1.4rem;font-size:.8rem;color:#6E7A93;text-align:center}
/* Centered column: copyright line, then the NVIL credit (per the NVIL footer
   kit; hover accent and triangle recolored to the site's teal per client). */
.foot-bottom{display:flex;flex-direction:column;align-items:center;gap:.9rem;text-align:center;
  padding-top:1.8rem;font-size:.78rem;border-top:1px solid rgba(245,241,233,.12);margin-top:1.4rem}
.foot-bottom p{color:#8A93A6}

/* ═══ Site by NVIL footer credit ═══ */
.nvil-credit{display:inline-flex;flex-direction:column;align-items:center;gap:.5rem;
  opacity:.8;transition:opacity .2s,transform .25s cubic-bezier(.16,1,.3,1)}
.nvil-credit:hover{opacity:1;transform:translateY(-2px)}
.nvil-credit img{width:104px;height:auto;display:block}
.nvil-credit-text{font-family:var(--ff-body);font-weight:600;font-size:.72rem;line-height:1;
  text-transform:uppercase;letter-spacing:.24em;margin-right:-.24em;color:#8A93A6;transition:color .2s}
.nvil-credit:hover .nvil-credit-text{color:var(--teal)}

/* ---------- Reveal defaults ---------- */
/* Content is visible by default; the .js gate means animation is an
   enhancement — if scripts fail or are blocked, nothing is ever hidden. */
html.js .rv{opacity:0;transform:translateY(34px)}
html:not(.js) #intro{display:none}
@media (prefers-reduced-motion:reduce){
  html.js .rv{opacity:1;transform:none}
  html{scroll-behavior:auto}
}

/* ---------- Responsive ---------- */
@media(max-width:980px){
  .studio-grid,.visit-grid{grid-template-columns:1fr;gap:3rem}
  .svc-grid{grid-template-columns:repeat(2,1fr)}
  .rev-grid{grid-template-columns:1fr}
  .hero-inner{padding-bottom:6rem}
  .hero-bg img{object-position:52% 40%}
  /* narrow crop puts the headline over the bright lobby wall — deepen the scrim */
  .hero-scrim{background:linear-gradient(to top,rgba(2,22,68,.93) 0%,rgba(2,22,68,.78) 40%,rgba(2,22,68,.5) 70%,rgba(2,22,68,.34) 100%)}
  .foot-grid{grid-template-columns:1fr;gap:2.2rem}
  .studio-badge{right:6px}
}
/* ---------- Mobile / tablet panel ----------
   Below 1180px the bar collapses to a hamburger: the uppercase link row plus
   the dropdown needs more width than a tablet has. The panel drops in beneath
   the white bar — the bar (and the single logo) stays put, so there is never a
   second logo treatment to maintain. */
@media(max-width:1180px){
  .nav-links{
    position:fixed;top:var(--head-h);left:0;right:0;bottom:0;
    background:
      radial-gradient(120% 70% at 84% -6%,rgba(60,209,207,.15),transparent 56%),
      radial-gradient(90% 55% at -12% 104%,rgba(60,209,207,.10),transparent 58%),
      linear-gradient(170deg,var(--white) 0%,#FBF9F5 46%,var(--ivory) 100%);
    background-color:var(--white);
    flex-direction:column;align-items:stretch;justify-content:flex-start;gap:0;
    overflow-y:auto;overscroll-behavior:contain;-webkit-overflow-scrolling:touch;
    /* content column caps at 620px so the rows and CTA don't stretch on tablets */
    padding:1.6rem max(7vw,calc((100% - 620px) / 2)) calc(3.4rem + env(safe-area-inset-bottom));
    opacity:0;visibility:hidden;transform:translateY(-16px);
    transition:opacity .34s ease,transform .5s cubic-bezier(.22,1,.36,1),visibility .34s}
  .nav-links.open{opacity:1;visibility:visible;transform:translateY(0)}

  /* rows cascade in behind the panel */
  .nav-links>li{display:block;border-bottom:1px solid rgba(2,22,68,.10);
    opacity:0;transform:translateY(20px);
    transition:opacity .5s ease,transform .55s cubic-bezier(.22,1,.36,1)}
  .nav-links.open>li{opacity:1;transform:none}
  .nav-links.open>li:nth-child(1){transition-delay:.08s}
  .nav-links.open>li:nth-child(2){transition-delay:.13s}
  .nav-links.open>li:nth-child(3){transition-delay:.18s}
  .nav-links.open>li:nth-child(4){transition-delay:.23s}
  .nav-links.open>li:nth-child(5){transition-delay:.28s}
  .nav-links.open>li:nth-child(6){transition-delay:.33s}
  .nav-links.open>li:nth-child(7){transition-delay:.38s}
  .nav-links.open>li:nth-child(8){transition-delay:.43s}
  .nav-links.open>li:nth-child(9){transition-delay:.48s}

  .nav-links>li>a:not(.btn){display:block;padding:1.25rem .1rem;font-size:1.16rem;
    font-weight:600;letter-spacing:.15em;color:var(--navy)}
  .nav-links>li>a:not(.btn)::after{display:none}
  .nav-links>li>a:not(.btn):hover,.nav-links>li>a.cur{color:var(--steel)}

  /* services accordion */
  .nav-links .has-drop{display:flex;flex-wrap:wrap;align-items:center}
  .nav-links .has-drop>a{flex:1 1 auto}
  .drop-toggle{width:48px;height:48px;margin-right:-.6rem;flex:none;color:var(--steel)}
  .drop-toggle svg{width:14px;height:14px;stroke-width:2.1}
  .has-drop.open .drop-toggle svg{transform:rotate(180deg)}
  .drop{flex:0 0 100%;max-height:0;overflow:hidden;transition:max-height .5s cubic-bezier(.22,1,.36,1)}
  .has-drop.open .drop{max-height:36rem}
  .drop-inner{background:none;border:none;box-shadow:none;border-radius:0;padding:0 0 1.1rem}
  .drop-list{grid-template-columns:1fr;gap:0}
  .drop-list a{position:relative;background:none;border-radius:0;padding:.6rem 0 .6rem 1.6rem;
    font-size:.97rem;font-weight:400;color:#5D6B7C}
  .drop-list a::before{content:"";position:absolute;left:0;top:50%;width:11px;height:1px;
    background:var(--steel);opacity:.65;transition:width .28s,opacity .28s}
  .drop-list a i{display:none}
  .drop-list a:hover{background:none;color:var(--navy);transform:translateX(5px)}
  .drop-list a:hover::before{width:18px;opacity:1}
  .drop-all{margin-top:.5rem;border-top:none;padding:.55rem 0 .2rem 1.6rem}

  /* utility rows */
  .nav-links .nav-phone,.nav-links .nav-cta{border-bottom:none}
  .nav-links .nav-phone a{padding:1.35rem .1rem .9rem;font-size:1.05rem;letter-spacing:.05em}
  .nav-links .nav-phone svg{width:18px;height:18px}
  .nav-links .nav-cta .btn{width:100%;justify-content:center;padding:1.1rem 1.5rem;font-size:.82rem}

  .menu-btn{display:block;position:relative;z-index:110}
  .menu-btn.open span:nth-child(1){transform:translateY(8px) rotate(45deg)}
  .menu-btn.open span:nth-child(2){opacity:0}
  .menu-btn.open span:nth-child(3){transform:translateY(-8px) rotate(-45deg)}
}
@media(max-width:640px){
  :root{--head-h:74px}
  .nav-mark{height:38px}
  .nav-word{height:21px}
}
@media (prefers-reduced-motion:reduce){
  .nav-links,.nav-links>li{transition-duration:.01ms!important;transition-delay:0ms!important}
}
@media(max-width:640px){
  .svc-grid{grid-template-columns:1fr}
  .hero-pill{font-size:.66rem;padding:.45rem 1rem}
}

/* ===================== Hero language switch (homepage only) =====================
   Bottom-center of the hero: once someone has read the opening screen, the
   switch is right where their eyes land. Nothing language-related in the bar. */
.hero-lang{position:absolute;left:50%;transform:translateX(-50%);bottom:1.7rem;z-index:2;
  display:inline-flex;align-items:center;gap:1.1rem;padding:.55rem 1.5rem;border-radius:999px;
  background:rgba(2,22,68,.38);border:1px solid rgba(245,241,233,.35);backdrop-filter:blur(10px)}
.hero-lang a{font-size:.8rem;font-weight:500;letter-spacing:.14em;text-transform:uppercase;
  color:rgba(245,241,233,.62);padding:.15rem .1rem;position:relative;transition:color .3s}
.hero-lang a:hover{color:var(--ivory)}
.hero-lang a.active{color:var(--ivory)}
.hero-lang a.active::after{content:"";position:absolute;left:0;right:0;bottom:-3px;height:2px;
  border-radius:2px;background:var(--teal)}
.hero-lang span{width:1px;height:14px;background:rgba(245,241,233,.35)}

/* ===================== Interior page hero ===================== */
.page-hero{background:var(--navy);color:var(--ivory);padding:4.6rem 0 4.4rem;position:relative;overflow:hidden}
.page-hero::before{content:"";position:absolute;width:460px;height:460px;border-radius:50%;border:1.5px solid rgba(60,209,207,.22);top:-230px;right:-140px}
.page-hero .crumb{font-size:.74rem;letter-spacing:.2em;text-transform:uppercase;color:var(--teal);margin-bottom:1rem;display:flex;gap:.6rem;flex-wrap:wrap}
.page-hero .crumb a{color:#9FB2CC}
.page-hero .crumb a:hover{color:var(--ivory)}
.page-hero h1{color:var(--ivory);font-size:clamp(2.1rem,4.4vw,3.2rem)}
.page-hero p.sub{color:#B9C4D8;max-width:40rem;margin-top:1rem;font-size:1.02rem}
.page-hero .hero-wave{position:absolute;left:0;right:0;bottom:-2px;height:70px;width:100%}
.page-hero .hero-wave path{fill:var(--ivory)}
.page-hero .cta-row{display:flex;gap:1rem;flex-wrap:wrap;margin-top:1.8rem}

/* ===================== Prose / content sections ===================== */
.section{padding:4.5rem 0}
.section.alt{background:var(--white)}
.split{display:grid;grid-template-columns:1.05fr .95fr;gap:3.6rem;align-items:center}
.prose{max-width:46rem}
.prose h2{margin:2.2rem 0 .8rem;font-size:1.65rem}
.prose h2:first-child{margin-top:0}
.prose p{color:#3D4A63;margin-bottom:1rem}
.prose ul{margin:0 0 1.2rem 1.2rem;color:#3D4A63}
.prose li{margin-bottom:.5rem}
.prose strong{color:var(--navy)}
.callout{background:var(--white);border-left:4px solid var(--teal);border-radius:12px;padding:1.3rem 1.5rem;box-shadow:0 14px 34px -22px rgba(2,22,68,.25);margin:1.6rem 0}
.callout p{margin:0;color:#3D4A63}
.todo{background:#FFF7E6;border-left:4px solid var(--gold);border-radius:12px;padding:1rem 1.3rem;margin:1.4rem 0;font-size:.88rem;color:#7A5A16}

/* steps */
.steps{display:grid;grid-template-columns:repeat(3,1fr);gap:1.3rem;margin-top:2.4rem}
.step{background:var(--white);border-radius:var(--radius);padding:1.7rem 1.5rem;box-shadow:0 16px 40px -26px rgba(2,22,68,.28)}
.step .num{width:34px;height:34px;border-radius:50%;background:linear-gradient(135deg,var(--teal),var(--navy));color:#fff;display:flex;align-items:center;justify-content:center;font-weight:600;font-size:.9rem;margin-bottom:1rem}
.step h3{margin-bottom:.4rem}
.step p{font-size:.9rem;color:#5D6B7C}

/* FAQ */
.faq{max-width:46rem;margin-top:1.6rem}
.faq details{background:var(--white);border-radius:14px;margin-bottom:.8rem;box-shadow:0 12px 30px -22px rgba(2,22,68,.25);overflow:hidden}
.faq summary{cursor:pointer;padding:1.1rem 1.4rem;font-weight:500;color:var(--navy);list-style:none;display:flex;justify-content:space-between;align-items:center;gap:1rem}
.faq summary::-webkit-details-marker{display:none}
.faq summary::after{content:"+";font-size:1.3rem;color:var(--teal);transition:transform .3s;flex:0 0 auto}
.faq details[open] summary::after{transform:rotate(45deg)}
.faq .a{padding:0 1.4rem 1.2rem;color:#3D4A63;font-size:.94rem}

/* CTA band */
.cta-band{background:var(--navy);color:var(--ivory);border-radius:var(--radius);padding:2.6rem 2.8rem;display:flex;justify-content:space-between;align-items:center;gap:2rem;flex-wrap:wrap;position:relative;overflow:hidden}
.cta-band::before{content:"";position:absolute;width:300px;height:300px;border-radius:50%;border:1.5px solid rgba(60,209,207,.25);top:-150px;right:-80px}
.cta-band h2{color:var(--ivory);font-size:1.7rem}
.cta-band p{color:#B9C4D8;margin-top:.4rem}
.cta-band .btns{display:flex;gap:1rem;flex-wrap:wrap}

/* service grid links on hub */
.hub-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:1.3rem;margin-top:2.6rem}

/* blog */
/* Featured (latest) article — full-width navy card */
.post-feat{display:grid;grid-template-columns:1.35fr 1fr;background:linear-gradient(128deg,var(--navy),var(--navy-soft));
  border-radius:var(--radius);overflow:hidden;box-shadow:var(--shadow);
  transition:transform .4s cubic-bezier(.22,1,.36,1),box-shadow .4s}
.post-feat:hover{transform:translateY(-6px);box-shadow:0 34px 70px -26px rgba(2,22,68,.45)}
.pf-copy{padding:2.8rem 3rem;display:flex;flex-direction:column;gap:.85rem}
.pf-kicker{font-size:.68rem;letter-spacing:.3em;text-transform:uppercase;color:var(--teal);font-weight:600}
.pf-meta{font-size:.78rem;letter-spacing:.1em;text-transform:uppercase;color:#9FB2CC}
.post-feat h2{color:var(--ivory);font-size:clamp(1.5rem,2.6vw,2.1rem);line-height:1.22}
.post-feat .pf-copy p{color:#B9C4D8;font-size:.98rem;max-width:34rem}
.pf-more{display:inline-flex;align-items:center;gap:.55rem;margin-top:.5rem;font-size:.78rem;font-weight:600;
  letter-spacing:.14em;text-transform:uppercase;color:var(--teal)}
.pf-more i{width:16px;height:9px;background:var(--teal);transition:transform .3s;
  -webkit-mask:var(--arrow) center/contain no-repeat;mask:var(--arrow) center/contain no-repeat}
.post-feat:hover .pf-more i{transform:translateX(5px)}
.pf-art{position:relative;min-height:230px}
.pf-art svg{position:absolute;inset:0;width:100%;height:100%}
.pf-art img{position:absolute;right:2.4rem;bottom:2rem;width:92px;height:auto;opacity:.85;
  filter:drop-shadow(0 10px 24px rgba(0,0,0,.3))}

/* Article cards */
.post-grid{display:grid;grid-template-columns:repeat(2,1fr);gap:1.5rem;margin-top:1.5rem}
.post-card{background:var(--white);border-radius:var(--radius);overflow:hidden;border:1px solid var(--ivory-deep);
  box-shadow:0 16px 40px -30px rgba(2,22,68,.25);display:flex;flex-direction:column;
  transition:transform .4s cubic-bezier(.22,1,.36,1),box-shadow .4s}
.post-card:hover{transform:translateY(-6px);box-shadow:0 26px 54px -28px rgba(2,22,68,.4)}
.pc-art{position:relative;height:118px;background:linear-gradient(135deg,var(--pc-tint,rgba(60,209,207,.16)),rgba(245,241,233,.6));overflow:hidden}
.pc-art svg{position:absolute;inset:0;width:100%;height:100%}
.pc-art img{position:absolute;right:1.2rem;bottom:-26px;width:64px;height:auto;opacity:.35;transition:transform .45s cubic-bezier(.22,1,.36,1)}
.post-card:hover .pc-art img{transform:translateY(-6px) rotate(-4deg)}
.post-card .pc-body{padding:1.5rem 1.6rem 1.6rem;display:flex;flex-direction:column;gap:.6rem;flex:1}
.post-card .tag{font-size:.66rem;letter-spacing:.2em;text-transform:uppercase;color:var(--steel);font-weight:600}
.post-card h3{font-size:1.16rem;line-height:1.35}
.post-card p{font-size:.9rem;color:#5D6B7C;flex:1}
.pc-meta{font-size:.78rem;color:#8A93A6;letter-spacing:.04em}
.post-card .more{font-size:.78rem;font-weight:600;letter-spacing:.1em;text-transform:uppercase;color:var(--steel);margin-top:.15rem}
@media(max-width:980px){
  .post-feat{grid-template-columns:1fr}
  .pf-art{min-height:150px;order:-1}
  .pf-art img{right:1.6rem;bottom:1.2rem;width:64px}
  .pf-copy{padding:1.9rem 1.7rem 2.1rem}
}
.article{max-width:44rem;margin-inline:auto}
.article .meta{font-size:.8rem;letter-spacing:.12em;text-transform:uppercase;color:var(--steel);margin-bottom:1.4rem}
.article h2{font-size:1.5rem;margin:2rem 0 .7rem}
.article p{color:#3D4A63;margin-bottom:1rem;font-size:1rem;line-height:1.75}
.article ul{margin:0 0 1.2rem 1.3rem;color:#3D4A63}

/* emergency call band */
.call-band{background:linear-gradient(120deg,var(--teal),#1E9E9C);color:var(--navy);border-radius:var(--radius);padding:1.6rem 2rem;display:flex;align-items:center;justify-content:space-between;gap:1.4rem;flex-wrap:wrap;margin-top:2.2rem}
.call-band strong{font-size:1.25rem;letter-spacing:.02em}
.call-band .btn{background:var(--navy);color:#fff}

/* contact */
.contact-grid{display:grid;grid-template-columns:1fr 1fr;gap:3.4rem;align-items:start}
.map-ph{background:var(--white);border-radius:var(--radius);min-height:280px;display:flex;align-items:center;justify-content:center;color:#8A94A3;font-size:.85rem;letter-spacing:.1em;text-transform:uppercase;box-shadow:0 16px 40px -26px rgba(2,22,68,.28)}
.info-list{display:grid;gap:1.3rem;margin-top:1.8rem}
.info-list .row{display:flex;gap:1rem;align-items:flex-start}
.info-list .ic{flex:0 0 40px;height:40px;border-radius:12px;background:rgba(60,209,207,.12);border:1px solid rgba(11,138,136,.35);display:flex;align-items:center;justify-content:center}
.info-list .ic svg{width:17px;height:17px;stroke:var(--steel);fill:none;stroke-width:1.8}
.info-list strong{display:block;font-size:.72rem;letter-spacing:.2em;text-transform:uppercase;color:var(--steel);margin-bottom:.15rem}
.light-form{background:var(--white);border-radius:var(--radius);padding:2rem;box-shadow:0 16px 40px -26px rgba(2,22,68,.28)}
.light-form label{display:block;font-size:.72rem;letter-spacing:.16em;text-transform:uppercase;color:var(--steel);margin-bottom:.35rem}
.light-form .field{margin-bottom:1rem}
.light-form input,.light-form textarea{width:100%;background:var(--ivory);border:1px solid var(--ivory-deep);border-radius:12px;padding:.8rem 1rem;font-family:var(--ff-body);font-size:.95rem;color:var(--ink)}
.light-form input:focus,.light-form textarea:focus{outline:none;border-color:var(--teal)}
.light-form textarea{min-height:110px;resize:vertical}
.light-form .btn{width:100%;justify-content:center}

/* badge */
.es-badge{display:inline-flex;align-items:center;gap:.5rem;background:rgba(60,209,207,.12);border:1px solid rgba(11,138,136,.4);color:var(--steel);border-radius:999px;padding:.45rem 1rem;font-size:.76rem;font-weight:600;letter-spacing:.1em;text-transform:uppercase;transition:background .3s,color .3s}
a.es-badge:hover{background:var(--teal);color:var(--navy)}

@media(max-width:980px){
  .split,.contact-grid{grid-template-columns:1fr;gap:2.6rem}
  .steps,.hub-grid,.post-grid{grid-template-columns:1fr 1fr}
  .page-hero{padding-top:3.4rem}
}
@media(max-width:640px){
  .steps,.hub-grid,.post-grid{grid-template-columns:1fr}
  .cta-band{padding:2rem 1.6rem}
}

/* patches */
.todo-inline{display:inline-block;background:#FFF7E6;border-left:3px solid var(--gold);border-radius:8px;padding:.5rem .8rem;font-size:.85rem;color:#7A5A16;font-style:italic}
.callout .blog-link{color:var(--steel);font-weight:600}
.callout .blog-link:hover{text-decoration:underline}
.studio-photo-crop img{aspect-ratio:4/3;object-fit:cover;object-position:80% 50%;width:100%}

/* ===================== Insurance page ===================== */
.ins-band{background:var(--navy);color:var(--ivory);border-radius:var(--radius);padding:2.4rem 2.6rem;margin-top:2.4rem;position:relative;overflow:hidden}
.ins-band::before{content:"";position:absolute;width:300px;height:300px;border-radius:50%;border:1.5px solid rgba(60,209,207,.25);top:-150px;right:-80px}
.ins-band h2{color:var(--ivory);font-size:clamp(1.6rem,3vw,2.1rem)}
.ins-band p{color:#B9C4D8;margin-top:.55rem;max-width:44rem}
.ins-grid{display:grid;grid-template-columns:repeat(5,1fr);gap:1rem;margin-top:1.5rem}
.ins-logo{background:var(--white);border:1px solid var(--ivory-deep);border-radius:14px;min-height:88px;display:flex;align-items:center;justify-content:center;text-align:center;padding:1rem 1.1rem;box-shadow:0 10px 26px -20px rgba(2,22,68,.3);transition:transform .3s,box-shadow .3s}
.ins-logo:hover{transform:translateY(-4px);box-shadow:0 16px 34px -20px rgba(2,22,68,.35)}
.ins-logo span{font-family:var(--ff-display);font-size:1.04rem;color:var(--navy);line-height:1.3;letter-spacing:.02em}
.ins-logo img{max-height:44px;width:auto}
.ins-logo-all{background:rgba(60,209,207,.08);border:1.5px dashed var(--steel);box-shadow:none}
.ins-logo-all span{font-family:var(--ff-body);font-weight:600;font-size:.84rem;letter-spacing:.08em;text-transform:uppercase;color:var(--steel)}
.ins-note{margin-top:1.6rem;color:#5D6B7C;font-size:.95rem;max-width:46rem}
.kids-band{display:flex;gap:1.6rem;align-items:flex-start;background:var(--ivory);border-radius:var(--radius);padding:2.2rem 2.4rem;box-shadow:0 16px 40px -26px rgba(2,22,68,.28);border-left:5px solid var(--gold)}
.kids-ic{flex:0 0 54px;height:54px;border-radius:50%;background:rgba(227,169,62,.16);display:flex;align-items:center;justify-content:center}
.kids-ic svg{width:26px;height:26px;fill:none;stroke:var(--gold);stroke-width:1.6}
.kids-band h2{font-size:1.5rem}
.kids-band p{color:#3D4A63;margin-top:.5rem;max-width:44rem}
@media(max-width:980px){.ins-grid{grid-template-columns:repeat(3,1fr)}}
@media(max-width:640px){.ins-grid{grid-template-columns:repeat(2,1fr)}.kids-band{flex-direction:column;gap:1rem;padding:1.8rem 1.5rem}.ins-band{padding:1.9rem 1.6rem}}

/* ===================== Membership plans (insurance page) ===================== */
.mem{margin-top:4.2rem}
.plan-grid{display:grid;grid-template-columns:1fr 1fr;gap:1.6rem;max-width:1020px;margin-inline:auto}
.plan{position:relative;overflow:hidden;background:var(--white);border:1px solid var(--ivory-deep);
  border-radius:var(--radius);padding:2.3rem 2.4rem 2rem;box-shadow:0 18px 44px -32px rgba(2,22,68,.4);
  transition:transform .4s cubic-bezier(.22,1,.36,1),box-shadow .4s}
.plan:hover{transform:translateY(-7px);box-shadow:var(--shadow)}
.plan-badge{display:inline-flex;align-items:center;gap:.5rem;background:var(--navy);color:var(--ivory);
  border-radius:999px;padding:.5rem 1.2rem;font-size:.7rem;font-weight:600;letter-spacing:.2em;
  text-transform:uppercase;margin-bottom:1.5rem}
.plan-badge img{width:16px;height:auto}
.plan-badge-pop{background:var(--teal);color:var(--navy)}
.plan-badge-pop img{width:16px;height:auto}
.plan-grid-1{grid-template-columns:1fr;max-width:660px}
.plan-quarter{margin:-.3rem 0 1rem;font-size:.94rem;color:#9FB2CC}
.plan-quarter strong,.plan-pop .plan-quarter{color:#9FB2CC}
.plan-top{display:flex;align-items:baseline;justify-content:space-between;gap:1rem;flex-wrap:wrap;margin-bottom:1.1rem}
.plan h3{font-size:1.6rem}
.plan-price{font-family:var(--ff-display);font-size:2.9rem;line-height:1;color:var(--navy);white-space:nowrap}
.plan-price sup{font-size:1.4rem;vertical-align:super;margin-right:.1rem}
.plan-price span{font-family:var(--ff-body);font-size:.9rem;font-weight:500;color:#7A879C;margin-left:.2rem;letter-spacing:.03em}
.plan-feats{list-style:none}
.plan-feats li{display:flex;align-items:flex-start;gap:.7rem;padding:.62rem 0;font-size:.96rem;color:#3D4A63;
  border-bottom:1px solid rgba(2,22,68,.07)}
.plan-feats li:last-child{border-bottom:none}
.plan-feats i{flex:none;margin-top:.15rem}
.plan-feats svg{width:18px;height:18px;fill:none;stroke:var(--steel);stroke-width:1.7;stroke-linecap:round;stroke-linejoin:round}
.plan-feats svg circle{stroke:rgba(11,138,136,.4)}

/* Premium: the navy card with the brand mark rising from the corner */
.plan-pop{background:linear-gradient(135deg,var(--navy),var(--navy-soft));border-color:transparent}
.plan-pop::before{content:"";position:absolute;width:280px;height:280px;border-radius:50%;
  border:1.5px solid rgba(60,209,207,.22);top:-140px;right:-90px}
.plan-pop h3{color:var(--ivory)}
.plan-pop .plan-price{color:var(--teal)}
.plan-pop .plan-price span{color:#9FB2CC}
.plan-pop .plan-feats li{color:#C9D4E6;border-bottom-color:rgba(245,241,233,.1)}
.plan-pop .plan-feats svg{stroke:var(--teal)}
.plan-pop .plan-feats svg circle{stroke:rgba(60,209,207,.4)}
.plan-mark{position:absolute;right:-24px;bottom:-30px;width:150px;opacity:.1;transform:rotate(-8deg);pointer-events:none}
.plan-cta{display:flex;align-items:center;justify-content:center;gap:1.3rem;margin-top:2.6rem;flex-wrap:wrap}
.plan-cta p{font-family:var(--ff-display);font-size:1.15rem;color:var(--navy)}
@media(max-width:860px){
  .plan-grid{grid-template-columns:1fr}
  .plan{padding:1.9rem 1.6rem 1.7rem}
  .plan-price{font-size:2.4rem}
}

/* ===================== Sticky mobile call bar (emergency pages) ===================== */
.sticky-call{display:none}
@media(max-width:640px){
  .sticky-call{display:block;position:fixed;left:0;right:0;bottom:0;z-index:90;padding:.6rem .9rem calc(.6rem + env(safe-area-inset-bottom));background:rgba(2,22,68,.96);backdrop-filter:blur(8px);box-shadow:0 -10px 30px -12px rgba(2,22,68,.55)}
  .sticky-call a{display:flex;align-items:center;justify-content:center;gap:.6rem;background:var(--teal);color:var(--navy);font-weight:600;letter-spacing:.04em;border-radius:999px;padding:.85rem 1rem}
  .sticky-call svg{width:18px;height:18px;fill:var(--navy)}
  .sticky-call + footer{padding-bottom:7rem}
}

/* ===================== Meet the Team ===================== */
.team-intro{max-width:46rem;font-size:1.05rem;color:#3D4A63}
.team-row{display:grid;grid-template-columns:.85fr 1.15fr;gap:3.4rem;align-items:center;padding:3.2rem 0;border-bottom:1px solid rgba(2,22,68,.08)}
.team-row:last-of-type{border-bottom:none}
.team-row:nth-of-type(even) .portrait-wrap{order:2}
.portrait-wrap{position:relative}
.portrait{aspect-ratio:1/1;max-width:380px;border-radius:var(--radius);background:linear-gradient(155deg,#FDFCF9,var(--ivory-deep));box-shadow:0 24px 60px -34px rgba(2,22,68,.35);display:flex;align-items:center;justify-content:center;flex-direction:column;gap:1.1rem;position:relative;overflow:hidden}
.portrait::before{content:"";position:absolute;inset:0;background:
  radial-gradient(circle at 78% 18%,rgba(60,209,207,.16),transparent 46%),
  radial-gradient(circle at 14% 88%,rgba(2,22,68,.08),transparent 44%)}
.portrait svg.pwave{position:absolute;bottom:18px;left:0;width:100%;height:34px;opacity:.5}
.portrait svg.pwave path{fill:none;stroke:var(--teal);stroke-width:2.5;stroke-linecap:round}
.portrait img{width:88px;position:relative;opacity:.9}
.portrait .ph-note{position:relative;font-size:.68rem;letter-spacing:.22em;text-transform:uppercase;color:var(--steel);font-weight:600;background:rgba(255,255,255,.75);border:1px solid rgba(11,138,136,.3);border-radius:999px;padding:.4rem .95rem}
.team-copy .role-eyebrow{display:block;font-size:.72rem;letter-spacing:.26em;text-transform:uppercase;color:var(--steel);font-weight:600;margin-bottom:.55rem}
.team-copy h2{font-size:1.9rem;margin-bottom:.9rem}
.team-copy p{color:#3D4A63;margin-bottom:.9rem}
.chips{display:flex;gap:.6rem;flex-wrap:wrap;margin-top:1rem}
.chip{display:inline-flex;align-items:center;gap:.45rem;background:rgba(60,209,207,.1);border:1px solid rgba(11,138,136,.35);color:var(--steel);border-radius:999px;padding:.4rem .9rem;font-size:.74rem;font-weight:600;letter-spacing:.08em}
.chip::before{content:"";width:6px;height:6px;border-radius:50%;background:var(--teal)}
.values-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:1.3rem;margin-top:2.4rem}
.value{background:var(--white);border-radius:var(--radius);padding:1.9rem 1.6rem;box-shadow:0 16px 40px -26px rgba(2,22,68,.28);position:relative;overflow:hidden}
.value::before{content:"";position:absolute;top:0;left:0;right:0;height:5px;background:linear-gradient(90deg,var(--teal),var(--navy))}
.value h3{margin-bottom:.5rem}
.value p{font-size:.92rem;color:#5D6B7C}
@media(max-width:980px){
  .team-row{grid-template-columns:1fr;gap:2rem}
  .team-row:nth-of-type(even) .portrait-wrap{order:0}
  .portrait{max-width:300px}
  .values-grid{grid-template-columns:1fr}
}
