
:root{
  --indigo:#5B53C0; --navy:#1B2A4A; --coral:#D45B5B; --ink:#1A1A1A;
  --teal:#15A6BE; --lime:#A6CC33; --gold:#F7A81E; --purple:#C07CC0; --magenta:#E72E8C; --peach:#F4A56F;
  --paper:#F7F8FB; --line:#E6E9F2; --grey:#5A6072; --white:#fff;
  --maxw:1160px; --r:16px; --shadow:0 10px 40px rgba(27,42,74,.08);
  --font:'Poppins',-apple-system,BlinkMacSystemFont,'Segoe UI',sans-serif;
}
*{box-sizing:border-box;margin:0;padding:0}
html{scroll-behavior:smooth}
body{font-family:var(--font);color:var(--ink);line-height:1.6;background:var(--white);-webkit-font-smoothing:antialiased}
img{max-width:100%;display:block}
a{color:var(--indigo);text-decoration:none}
.wrap{max-width:var(--maxw);margin:0 auto;padding:0 24px}
h1,h2,h3{line-height:1.15;color:var(--navy);font-weight:700}
h1{font-size:clamp(2.1rem,4.6vw,3.4rem)}
h2{font-size:clamp(1.6rem,3vw,2.3rem)}
h3{font-size:1.2rem}
p{color:#2c3242}
.eyebrow{font-size:.78rem;font-weight:500;letter-spacing:.16em;text-transform:uppercase;color:var(--indigo)}
.lede{font-size:clamp(1.05rem,1.5vw,1.22rem);font-weight:300;color:var(--grey)}
.italic-fam{font-style:italic;color:var(--coral)}
/* buttons */
.btn{display:inline-flex;align-items:center;gap:.5rem;font-weight:500;font-size:1rem;
  padding:.85rem 1.5rem;border-radius:999px;border:2px solid transparent;cursor:pointer;transition:.18s;white-space:nowrap}
.btn-primary{background:var(--indigo);color:#fff}
.btn-primary:hover{background:#4a43a8;transform:translateY(-1px)}
.btn-secondary{background:#fff;color:var(--navy);border-color:var(--line)}
.btn-secondary:hover{border-color:var(--indigo);color:var(--indigo)}
.btn-ghost{background:rgba(255,255,255,.12);color:#fff;border-color:rgba(255,255,255,.35)}
.btn-ghost:hover{background:rgba(255,255,255,.22)}
.btn-lg{padding:1rem 1.8rem;font-size:1.06rem}
/* header */
.site-header{position:sticky;top:0;z-index:50;background:rgba(255,255,255,.92);backdrop-filter:blur(10px);border-bottom:1px solid var(--line)}
.nav{display:flex;align-items:center;justify-content:space-between;height:74px;gap:1rem}
.brand{display:flex;align-items:center;gap:.6rem}
.brand-mark{width:42px;height:39px;flex:none}
.brand-words{display:flex;flex-direction:column;line-height:1.05}
.bw-top{font-size:1.06rem;color:var(--ink)}
.bw-top b{font-weight:800;letter-spacing:.01em}
.bw-top i{font-style:italic;color:var(--coral);font-weight:500}
.bw-sub{font-size:.55rem;letter-spacing:.22em;color:var(--grey);font-weight:300;margin-top:1px}
.nav-links{display:flex;align-items:center;gap:1.6rem;list-style:none}
.nav-links a{color:var(--navy);font-weight:500;font-size:.97rem}
.nav-links a:hover{color:var(--indigo)}
.nav-cta{display:flex;align-items:center;gap:.9rem}
.nav-phone{color:var(--navy);font-weight:600;font-size:.95rem;display:flex;align-items:center;gap:.4rem}
.menu-btn{display:none;background:none;border:0;cursor:pointer;color:var(--navy)}
/* hero */
.hero{background:linear-gradient(160deg,#1B2A4A 0%,#2a3a63 55%,#3b3a86 100%);color:#fff;position:relative;overflow:hidden}
.hero::after{content:"";position:absolute;right:-80px;top:-60px;width:420px;height:420px;border-radius:50%;
  background:radial-gradient(circle at 40% 40%,rgba(91,83,192,.55),transparent 60%);pointer-events:none}
.hero-inner{padding:84px 0 92px;position:relative;z-index:1;max-width:760px}
.hero h1{color:#fff;margin:.6rem 0 1rem}
.hero .lede{color:#cdd4e6}
.hero-dots{display:flex;gap:.5rem;margin-bottom:1.2rem}
.hero-dots span{width:10px;height:10px;border-radius:50%}
.hero .btn-row{display:flex;gap:.8rem;flex-wrap:wrap;margin-top:1.8rem}
.hero-trust{margin-top:1.6rem;color:#aeb7d0;font-size:.9rem;font-weight:300}
/* triage cards */
.section{padding:72px 0}
.section.paper{background:var(--paper)}
.section-head{text-align:center;max-width:720px;margin:0 auto 2.4rem}
.section-head h2{margin:.4rem 0 .6rem}
.choice-grid{display:grid;grid-template-columns:1fr 1fr;gap:1.4rem;max-width:920px;margin:0 auto}
.choice{background:#fff;border:1px solid var(--line);border-radius:var(--r);padding:2.2rem;box-shadow:var(--shadow);
  transition:.2s;display:flex;flex-direction:column}
.choice:hover{transform:translateY(-4px);border-color:var(--indigo)}
.choice .ico{width:58px;height:58px;border-radius:14px;display:flex;align-items:center;justify-content:center;margin-bottom:1rem;font-size:1.7rem}
.choice h3{font-size:1.4rem;margin-bottom:.5rem}
.choice p{color:var(--grey);flex:1}
.choice .go{margin-top:1.2rem;font-weight:600;color:var(--indigo)}
/* feature grid */
.grid-3{display:grid;grid-template-columns:repeat(3,1fr);gap:1.4rem}
.grid-2{display:grid;grid-template-columns:1fr 1fr;gap:1.6rem}
.card{background:#fff;border:1px solid var(--line);border-radius:var(--r);padding:1.7rem;box-shadow:var(--shadow)}
.card h3{margin-bottom:.5rem}
.card p{color:var(--grey);font-size:.97rem}
.dot-tag{display:inline-block;width:34px;height:34px;border-radius:9px;margin-bottom:.8rem}
/* steps */
.steps{display:grid;grid-template-columns:repeat(4,1fr);gap:1.2rem;counter-reset:s}
.step{background:#fff;border:1px solid var(--line);border-radius:var(--r);padding:1.5rem;position:relative}
.step .num{width:40px;height:40px;border-radius:50%;background:var(--indigo);color:#fff;display:flex;align-items:center;justify-content:center;font-weight:600;margin-bottom:.8rem}
.step h3{font-size:1.08rem;margin-bottom:.35rem}
.step p{font-size:.92rem;color:var(--grey)}
/* trust strip */
.trust-strip{background:var(--navy);color:#fff}
.trust-strip .wrap{display:flex;flex-wrap:wrap;justify-content:space-around;gap:1.4rem;padding:30px 24px;text-align:center}
.trust-strip .t b{display:block;font-size:1.5rem;font-weight:700;color:#fff}
.trust-strip .t span{font-size:.85rem;color:#aeb7d0;font-weight:300}
/* callout */
.callout{background:var(--paper);border-left:4px solid var(--indigo);border-radius:10px;padding:1.3rem 1.5rem;margin:1.5rem 0}
.callout.coral{border-color:var(--coral)}
.callout.teal{border-color:var(--teal)}
.callout h4{color:var(--navy);margin-bottom:.3rem;font-size:1rem}
.callout p{color:#3a4154;font-size:.96rem}
/* location cards */
.loc-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:1.4rem}
.loc{background:#fff;border:1px solid var(--line);border-radius:var(--r);padding:1.6rem;box-shadow:var(--shadow);display:flex;flex-direction:column}
.loc h3{font-size:1.2rem;margin-bottom:.2rem}
.loc .badge{display:inline-block;font-size:.72rem;font-weight:600;padding:.18rem .6rem;border-radius:999px;margin-bottom:.7rem}
.badge.open{background:#e7f6ee;color:#1d8a4e}
.badge.soon{background:#fdf1e3;color:#b5710c}
.loc address{font-style:normal;color:var(--grey);font-size:.95rem;flex:1}
.loc .loc-links{margin-top:1rem;display:flex;gap:.8rem;flex-wrap:wrap}
/* faq */
.faq{max-width:780px;margin:0 auto}
.faq details{background:#fff;border:1px solid var(--line);border-radius:12px;padding:1.05rem 1.3rem;margin-bottom:.7rem}
.faq summary{font-weight:500;color:var(--navy);cursor:pointer;list-style:none;display:flex;justify-content:space-between;align-items:center}
.faq summary::after{content:"+";color:var(--indigo);font-size:1.3rem;font-weight:600}
.faq details[open] summary::after{content:"–"}
.faq p{margin-top:.7rem;color:var(--grey);font-size:.96rem}
/* booking */
.book-embed{background:#fff;border:1px solid var(--line);border-radius:var(--r);box-shadow:var(--shadow);overflow:hidden}
.embed-placeholder{border:2px dashed var(--indigo);border-radius:var(--r);background:var(--paper);padding:2.4rem;text-align:center;color:var(--grey)}
.embed-placeholder .phone-fallback{font-size:1.4rem;font-weight:700;color:var(--navy);margin-top:.6rem}
.book-steps{display:flex;gap:.6rem;justify-content:center;margin-bottom:1.6rem;flex-wrap:wrap}
.pill{padding:.5rem 1rem;border-radius:999px;border:1px solid var(--line);background:#fff;cursor:pointer;font-weight:500;color:var(--navy);font-size:.95rem}
.pill.on{background:var(--indigo);color:#fff;border-color:var(--indigo)}
/* page hero (interior) */
.page-hero{background:var(--paper);border-bottom:1px solid var(--line);padding:54px 0}
.page-hero .eyebrow{margin-bottom:.5rem}
.page-hero p{margin-top:.7rem;max-width:680px}
.breadcrumb{font-size:.85rem;color:var(--grey);margin-bottom:1rem}
.breadcrumb a{color:var(--grey)}
/* prose */
.prose{max-width:760px}
.prose h2{margin:2rem 0 .8rem}
.prose h3{margin:1.5rem 0 .5rem;color:var(--indigo)}
.prose p{margin-bottom:1rem}
.prose ul{margin:0 0 1rem 1.2rem}
.prose li{margin-bottom:.45rem;color:#2c3242}
/* CTA band */
.cta-band{background:linear-gradient(120deg,var(--indigo),#7a4ec0);color:#fff;text-align:center}
.cta-band .wrap{padding:60px 24px}
.cta-band h2{color:#fff;margin-bottom:.7rem}
.cta-band p{color:#e7e3fb;max-width:560px;margin:0 auto 1.6rem}
/* footer */
.site-footer{background:var(--navy);color:#cdd4e6;padding:56px 0 28px;font-size:.93rem}
.foot-grid{display:grid;grid-template-columns:1.6fr 1fr 1fr 1.2fr;gap:2rem;margin-bottom:2rem}
.site-footer h4{color:#fff;font-size:.95rem;margin-bottom:.9rem;letter-spacing:.04em}
.site-footer a{color:#cdd4e6;display:block;margin-bottom:.5rem}
.site-footer a:hover{color:#fff}
.foot-brand .bw-top{color:#fff}
.foot-brand p{color:#9aa4c0;margin-top:.8rem;font-size:.9rem}
.foot-bottom{border-top:1px solid rgba(255,255,255,.12);padding-top:1.2rem;display:flex;justify-content:space-between;flex-wrap:wrap;gap:1rem;color:#8893b0;font-size:.85rem}
.foot-bottom a{display:inline;color:#8893b0}
.disclaimer{background:#16223c;color:#7f8aa8;font-size:.8rem;padding:18px 0;text-align:center}
/* art / illustrations */
.art-panel{width:100%;height:auto;display:block}
.hero-grid{display:grid;grid-template-columns:1.05fr .95fr;gap:2.5rem;align-items:center}
.hero-grid .hero-inner{padding:74px 0 78px;max-width:none}
.art-hero{max-width:520px;margin-left:auto}
.ic{width:24px;height:24px}
.choice .ico .ic{width:30px;height:30px}
.step .num .ic{width:22px;height:22px;color:#fff}
.page-hero-grid{display:grid;grid-template-columns:1.2fr .8fr;gap:2.5rem;align-items:center}
.split{display:grid;grid-template-columns:1fr 1fr;gap:2.5rem;align-items:center}
.split.r .art-panel{order:2}
.dot-tag .ic{width:20px;height:20px;color:#fff;display:block;margin:7px}
.svc-ico{width:46px;height:46px;border-radius:12px;display:flex;align-items:center;justify-content:center;margin-bottom:.7rem;color:#fff}
.figpeople{width:100%;aspect-ratio:4/3;object-fit:cover;border-radius:var(--r);box-shadow:var(--shadow);display:block}
.photo-band{display:grid;grid-template-columns:1fr 1fr;gap:2.6rem;align-items:center}
.photo-band.rev img{order:2}
.aside-photo{width:100%;aspect-ratio:5/4;object-fit:cover;border-radius:var(--r);box-shadow:var(--shadow);margin-bottom:1.2rem;display:block}
.hero-photo{width:100%;border-radius:18px;object-fit:cover;box-shadow:0 18px 50px rgba(0,0,0,.3);aspect-ratio:5/4}
/* responsive */
@media(max-width:900px){
  .hero-grid,.page-hero-grid,.split,.photo-band{grid-template-columns:1fr}
  .art-hero{margin:1.4rem auto 0;max-width:380px}
  .split.r .art-panel{order:0}
  .photo-band.rev img{order:0}
  .nav-links,.nav-phone{display:none}
  .menu-btn{display:block}
  .nav-links.open{display:flex;position:absolute;top:74px;left:0;right:0;background:#fff;flex-direction:column;
    padding:1.2rem 24px;gap:1rem;border-bottom:1px solid var(--line)}
  .choice-grid,.grid-3,.grid-2,.loc-grid,.steps,.foot-grid{grid-template-columns:1fr}
  .steps{grid-template-columns:1fr 1fr}
}
@media(max-width:560px){.steps{grid-template-columns:1fr}.foot-grid{grid-template-columns:1fr 1fr}}
