
:root{
  --ink:#17201b;
  --dark:#0d1511;
  --dark2:#16231c;
  --green:#385b49;
  --sage:#99b19f;
  --gold:#b59a6a;
  --cream:#f1ebe0;
  --paper:#f8f7f3;
  --muted:#737b75;
  --line:rgba(23,32,27,.13)
}
*{box-sizing:border-box}
html{scroll-behavior:smooth}
body{margin:0;background:var(--paper);color:var(--ink);font-family:"DM Sans",sans-serif;overflow-x:hidden}
a{text-decoration:none;color:inherit}
button,input,select,textarea{font:inherit}
button{cursor:pointer}
.concept-strip{height:28px;background:#09100c;color:#8c9c91;display:flex;align-items:center;justify-content:center;text-align:center;padding:0 12px;font-size:8px;letter-spacing:.16em}
.header{position:absolute;z-index:30;top:28px;left:0;right:0;height:88px;padding:0 clamp(18px,5vw,76px);display:flex;align-items:center;justify-content:space-between;color:white}
.brand{display:flex;align-items:center;gap:11px}
.monogram{width:39px;height:39px;border:1px solid rgba(255,255,255,.36);display:grid;place-items:center;border-radius:50%;font-family:"Libre Caslon Display",serif;font-size:13px;letter-spacing:.03em}
.brand-copy{display:flex;flex-direction:column}
.brand-copy strong{font-size:13px;letter-spacing:.12em;font-weight:600}
.brand-copy small{font-size:5.5px;letter-spacing:.18em;margin-top:4px;color:#a7b3aa}
.nav{display:flex;gap:27px;font-size:10px;color:#ccd3ce}
.header-cta{padding:12px 17px;border-radius:999px;background:#eee7da;color:#17201b;font-size:9px;font-weight:700}
.header-cta b{margin-left:7px}
.hero{height:calc(100svh - 28px);min-height:760px;position:relative;overflow:hidden;background:#0d1511;color:white}
.hero-photo{position:absolute;inset:0;background:url("https://images.unsplash.com/photo-1579684385127-1ef15d508118?auto=format&fit=crop&w=1900&q=88") center 42%/cover no-repeat;transform:scale(1.02);filter:saturate(.75)}
.hero-shade{position:absolute;inset:0;background:linear-gradient(90deg,rgba(8,15,11,.95) 0%,rgba(8,15,11,.78) 48%,rgba(8,15,11,.26) 78%,rgba(8,15,11,.36)),linear-gradient(0deg,rgba(8,15,11,.7),transparent 50%)}
.hero-texture{position:absolute;inset:0;opacity:.10;background-image:linear-gradient(rgba(255,255,255,.06) 1px,transparent 1px),linear-gradient(90deg,rgba(255,255,255,.06) 1px,transparent 1px);background-size:86px 86px}
.hero-copy{position:absolute;z-index:3;left:clamp(20px,7vw,112px);bottom:190px;max-width:970px}
.eyebrow,.kicker{font-size:9px;letter-spacing:.22em;font-weight:700}
.eyebrow{display:flex;align-items:center;gap:11px;color:#c8b483;margin:0 0 22px}
.eyebrow span{width:34px;height:1px;background:#c8b483}
.hero h1,.section h2,.doctor h2,.international h2{font-family:"Libre Caslon Display",serif;font-weight:400;letter-spacing:-.025em}
.hero h1{font-size:clamp(60px,7.6vw,108px);line-height:.92;margin:0}
.hero h1 em,.section h2 em,.doctor h2 em,.international h2 em{font-style:italic;color:#c4d4c7}
.lead{font-size:14px;line-height:1.78;color:#c7d0ca;max-width:670px;margin:25px 0 29px}
.hero-actions{display:flex;gap:10px;flex-wrap:wrap}
.btn{min-height:51px;padding:0 21px;border-radius:999px;display:inline-flex;align-items:center;justify-content:center;font-size:10px;font-weight:700}
.primary{background:#ece2d3;color:#182019}.primary b{margin-left:18px}
.ghost{border:1px solid rgba(255,255,255,.32)}
.hero-proof{position:absolute;z-index:3;left:clamp(20px,7vw,112px);right:clamp(20px,7vw,112px);bottom:34px;border-top:1px solid rgba(255,255,255,.14);padding-top:19px;display:flex;align-items:center;gap:29px}
.hero-proof>div:not(.divider){display:grid;grid-template-columns:auto auto;gap:8px;align-items:center}
.hero-proof strong{font-size:21px;font-weight:600;letter-spacing:.02em}
.hero-proof small{grid-column:1/-1;font-size:7px;letter-spacing:.1em;text-transform:uppercase;color:#889b8e}
.stars{font-size:9px;letter-spacing:2px;color:#e0bd72}
.divider{width:1px;height:37px;background:rgba(255,255,255,.12)}
.section{padding:105px clamp(20px,6vw,90px)}
.manifesto{max-width:1080px;margin:auto;text-align:center}
.kicker{color:#7b6742;margin:0 0 17px}
.section h2,.doctor h2,.international h2{font-size:clamp(45px,5.8vw,77px);line-height:1.02;margin:0}
.manifesto>p:last-of-type{max-width:720px;margin:25px auto 0;font-size:13px;line-height:1.85;color:var(--muted)}
.values{display:flex;justify-content:center;gap:9px;flex-wrap:wrap;margin-top:30px}
.values span{border:1px solid var(--line);background:#fff;padding:10px 14px;border-radius:999px;font-size:8px;letter-spacing:.08em;text-transform:uppercase;color:#677169}
.procedures{background:#101914;color:white}
.section-head{display:grid;grid-template-columns:1.2fr .8fr;gap:70px;align-items:end;margin-bottom:38px}
.section-head>p{font-size:11px;line-height:1.75;color:#849086;max-width:450px}
.procedure-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:10px}
.procedure{min-height:410px;padding:25px;background:#17221c;border:1px solid rgba(255,255,255,.09);display:flex;flex-direction:column}
.procedure.featured{background:#425947}
.procedure small{font-size:8px;color:#77877c}
.procedure h3{font-family:"Libre Caslon Display",serif;font-size:39px;line-height:1.02;font-weight:400;margin:auto 0 14px}
.procedure p{font-size:10px;line-height:1.7;color:#8d9d92;min-height:53px}
.procedure.featured p{color:#c8d2ca}
.procedure button{border:0;border-top:1px solid rgba(255,255,255,.12);padding:15px 0 0;background:none;color:#b6c8bb;display:flex;justify-content:space-between;text-align:left;font-size:8px;text-transform:uppercase;letter-spacing:.1em}
.doctor{display:grid;grid-template-columns:.9fr 1.1fr;min-height:690px;background:#dfe6df}
.doctor-visual{padding:80px 0 80px clamp(20px,7vw,110px);display:flex;align-items:center}
.portrait-wrap{width:min(430px,90%);aspect-ratio:.83;background:#1a2520;position:relative;overflow:hidden;box-shadow:25px 25px 0 rgba(255,255,255,.55)}
.portrait-wrap img{width:100%;height:100%;object-fit:cover;image-rendering:auto;transform:scale(1.03)}
.portrait-wrap:after{content:"";position:absolute;inset:0;background:linear-gradient(0deg,rgba(13,21,17,.33),transparent 45%)}
.portrait-wrap span{position:absolute;z-index:2;left:18px;bottom:18px;color:#fff;font-size:7px;letter-spacing:.14em;background:rgba(10,16,12,.75);padding:9px 11px}
.doctor-copy{padding:80px clamp(28px,6vw,90px);display:flex;flex-direction:column;justify-content:center}
.kicker.light{color:#7c6844}
.doctor-copy>p{font-size:12px;line-height:1.8;color:#657068;max-width:540px}
.credential-list{margin-top:27px;border-top:1px solid rgba(23,32,27,.13)}
.credential-list>div{display:grid;grid-template-columns:35px 190px 1fr;gap:14px;align-items:center;padding:15px 0;border-bottom:1px solid rgba(23,32,27,.13)}
.credential-list span{font-size:8px;color:#89928b}
.credential-list strong{font-family:"Libre Caslon Display",serif;font-size:19px;font-weight:400}
.credential-list small{font-size:8px;line-height:1.5;color:#69746c}
.assessment-flow{background:#f7f5ef}
.flow-grid{display:grid;grid-template-columns:repeat(4,1fr);border-left:1px solid var(--line);border-top:1px solid var(--line)}
.flow-grid article{min-height:220px;padding:23px;border-right:1px solid var(--line);border-bottom:1px solid var(--line);display:flex;flex-direction:column}
.flow-grid span{font-size:8px;color:#90988f}
.flow-grid strong{font-family:"Libre Caslon Display",serif;font-size:25px;font-weight:400;margin:auto 0 7px}
.flow-grid small{font-size:8px;line-height:1.55;color:#748077}
.international{display:grid;grid-template-columns:1fr 1fr;min-height:660px;background:#17231c;color:white}
.international-photo{background:url("https://images.unsplash.com/photo-1524230572899-a752b3835840?auto=format&fit=crop&w=1400&q=86") center/cover no-repeat;min-height:590px}
.international-copy{padding:80px clamp(28px,6vw,90px);display:flex;flex-direction:column;justify-content:center}
.international-copy .kicker{color:#c2aa78}
.international-copy>p{font-size:12px;line-height:1.8;color:#9dac9f;max-width:540px}
.journey-list{margin-top:26px;border-top:1px solid rgba(255,255,255,.12)}
.journey-list>div{display:grid;grid-template-columns:38px 1fr;padding:14px 0;border-bottom:1px solid rgba(255,255,255,.12)}
.journey-list span{font-size:8px;color:#84988a}
.journey-list strong{font-family:"Libre Caslon Display",serif;font-size:19px;font-weight:400}
.proof{background:#0d1511;color:white;display:grid;grid-template-columns:.7fr 1.3fr;gap:8vw;align-items:center}
.proof-score small{font-size:8px;letter-spacing:.16em;color:#84958a}
.proof-score strong{display:block;font-size:112px;line-height:.9;letter-spacing:-.06em;margin-top:16px}
.stars.large{font-size:11px;letter-spacing:6px;margin:13px 0}
.proof-score span{font-size:8px;text-transform:uppercase;letter-spacing:.12em;color:#829287}
.proof-copy{border-left:1px solid rgba(255,255,255,.12);padding-left:8vw}
.proof-copy>p{font-size:11px;line-height:1.8;color:#92a096;max-width:610px}
.proof-badges{display:flex;gap:8px;flex-wrap:wrap;margin:22px 0}
.proof-badges span{border:1px solid rgba(255,255,255,.14);padding:9px 12px;border-radius:999px;font-size:8px;color:#aebbb1}
.proof-badges b{color:white}
.microcopy{font-size:7px;color:#748379}
.assessment{background:#ece8df;display:grid;grid-template-columns:.84fr 1.16fr;gap:80px}
.assessment-intro>p{font-size:12px;line-height:1.8;color:#687169;max-width:535px}
.contact{margin-top:29px;border-top:1px solid rgba(23,32,27,.14)}
.contact a{display:flex;flex-direction:column;padding:14px 0;border-bottom:1px solid rgba(23,32,27,.14)}
.contact small,.assessment-form label>span{font-size:7px;letter-spacing:.15em;color:#838a84}
.contact strong{font-size:11px;margin-top:4px}
.assessment-form{background:#fff;padding:33px;box-shadow:0 20px 60px rgba(34,42,36,.08);display:flex;flex-direction:column;gap:13px}
.progress{display:grid;grid-template-columns:repeat(3,1fr);gap:4px;margin-bottom:5px}
.progress span{height:3px;background:#e5e4df}.progress .active{background:#506b58}
.assessment-form label{display:flex;flex-direction:column;gap:7px}
.assessment-form input,.assessment-form select,.assessment-form textarea{border:1px solid #dfe1dc;background:#fbfbf9;color:#1b2620;padding:0 13px;outline:none;border-radius:0}
.assessment-form input,.assessment-form select{height:49px}
.assessment-form textarea{padding-top:12px;resize:vertical}
.form-row{display:grid;grid-template-columns:1fr 1fr;gap:11px}
.upload-demo{min-height:86px;border:1px dashed #b4beb6;background:#fafbf9;display:flex;align-items:center;gap:14px;padding:16px}
.upload-icon{width:38px;height:38px;border-radius:50%;display:grid;place-items:center;background:#e8eee8;color:#536d5a;font-size:18px}
.upload-demo>div:last-child{display:flex;flex-direction:column}.upload-demo strong{font-size:10px}.upload-demo small{font-size:7px;color:#8a938c;margin-top:3px}
.assessment-form button{height:55px;border:0;background:#344f3f;color:white;padding:0 18px;display:flex;align-items:center;justify-content:space-between;font-size:9px;font-weight:700}
.assessment-form button b{font-size:16px}.privacy{font-size:7px;color:#89908a;line-height:1.55}
footer{background:#09100c;color:white;padding:38px clamp(20px,6vw,90px) 105px;display:flex;align-items:center;justify-content:space-between;gap:40px}
.footer-brand{display:flex;align-items:center;gap:9px}.footer-brand .monogram{width:31px;height:31px;font-size:10px}.footer-brand strong{font-size:10px;letter-spacing:.1em}
footer p{max-width:740px;text-align:right;font-size:7px;line-height:1.6;color:#738178}
.mobile-bar{display:none}
.reveal{opacity:0;transform:translateY(22px);transition:opacity .72s ease,transform .72s ease}.reveal.visible{opacity:1;transform:none}

@media(max-width:900px){
  .header{height:68px;padding:0 17px}.nav,.header-cta{display:none}
  .monogram{width:32px;height:32px;font-size:10px}.brand-copy strong{font-size:11px}.brand-copy small{display:none}
  .hero{min-height:720px}.hero-photo{background-position:58% center}
  .hero-shade{background:linear-gradient(0deg,rgba(8,15,11,.95) 0%,rgba(8,15,11,.74) 58%,rgba(8,15,11,.34))}
  .hero-texture{background-size:52px 52px}
  .hero-copy{left:20px;right:20px;bottom:165px}.hero h1{font-size:clamp(52px,13vw,68px)}
  .lead{font-size:11px;margin:18px 0 21px}.hero-actions .btn{width:100%}.hero-actions .ghost{display:none}
  .hero-proof{left:20px;right:20px;bottom:27px;justify-content:space-between;gap:8px}.hide-mobile{display:none!important}
  .hero-proof strong{font-size:17px}.section{padding:72px 20px}.manifesto{text-align:left}.manifesto>p:last-of-type{margin-left:0}.values{justify-content:flex-start}
  .section h2,.doctor h2,.international h2{font-size:44px}.section-head{grid-template-columns:1fr;gap:10px}
  .procedure-grid{grid-template-columns:1fr 1fr}.procedure{min-height:320px;padding:20px}.procedure h3{font-size:31px}
  .doctor{grid-template-columns:1fr}.doctor-visual{padding:60px 20px 25px}.portrait-wrap{width:100%;aspect-ratio:1.1;box-shadow:10px 10px 0 rgba(255,255,255,.55)}
  .portrait-wrap img{object-position:center 28%}.doctor-copy{padding:50px 21px 65px}.credential-list>div{grid-template-columns:30px 140px 1fr}
  .flow-grid{grid-template-columns:1fr 1fr}.international{grid-template-columns:1fr}.international-photo{min-height:430px}.international-copy{padding:58px 21px}
  .proof{grid-template-columns:1fr;gap:34px}.proof-score strong{font-size:88px}.proof-copy{border-left:0;border-top:1px solid rgba(255,255,255,.12);padding-left:0;padding-top:31px}
  .assessment{grid-template-columns:1fr;gap:38px;padding-bottom:125px}.assessment-form{padding:23px 18px}
  footer{display:block}footer p{text-align:left;margin-top:17px}
  .mobile-bar{display:grid;grid-template-columns:.75fr 1.5fr;position:fixed;z-index:60;left:9px;right:9px;bottom:9px;background:rgba(9,16,12,.96);backdrop-filter:blur(12px);padding:6px;border-radius:14px;box-shadow:0 14px 35px rgba(0,0,0,.27)}
  .mobile-bar a{height:47px;display:flex;align-items:center;justify-content:center;color:#fff;font-size:9px;font-weight:700}.mobile-bar .mobile-primary{background:#ece2d3;color:#16201a;border-radius:10px}
}
@media(max-width:430px){
  .hero h1{font-size:50px}.procedure-grid,.flow-grid{grid-template-columns:1fr}.procedure{min-height:280px}.flow-grid article{min-height:180px}
  .credential-list>div{grid-template-columns:28px 1fr}.credential-list small{grid-column:2}.form-row{grid-template-columns:1fr}
}
