
:root{
  --ink:#171814;
  --black:#10110f;
  --black2:#191a17;
  --paper:#f7f5f0;
  --warm:#ece7dc;
  --gold:#b29663;
  --sand:#d6c4a5;
  --muted:#777970;
  --line:rgba(23,24,20,.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:#0a0b09;color:#8f9189;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}
.brand-mark{width:39px;height:39px;border:1px solid rgba(255,255,255,.38);border-radius:50%;display:grid;place-items:center;font-family:"Italiana",serif;font-size:13px;letter-spacing:.04em}
.brand-copy{display:flex;flex-direction:column}
.brand-copy strong{font-size:13px;letter-spacing:.12em}
.brand-copy small{font-size:6px;letter-spacing:.18em;color:#adafa9;margin-top:4px}
.nav{display:flex;gap:27px;font-size:10px;color:#d0d1cd}
.header-cta{padding:12px 17px;background:#eee6d6;color:#1b1c18;border-radius:999px;font-size:9px;font-weight:700}
.header-cta b{margin-left:7px}
.hero{height:calc(100svh - 28px);min-height:760px;position:relative;background:#cfd3d5;color:white;overflow:hidden}
.hero-photo{position:absolute;inset:0;background:url("https://static.wixstatic.com/media/5617e6_7e04ec40277d4b1aa40e16c60e89282f~mv2.jpg/v1/fill/w_980%2Ch_551%2Cal_c%2Cq_85%2Cusm_0.66_1.00_0.01%2Cenc_avif%2Cquality_auto/Dr%20Jaddaoui%20and%20Logo_edited_edited_edited_edited_edited.jpg") 67% center/cover no-repeat;transform:scale(1.015)}
.hero-shade{position:absolute;inset:0;background:linear-gradient(90deg,rgba(10,11,9,.96) 0%,rgba(10,11,9,.85) 43%,rgba(10,11,9,.28) 69%,rgba(10,11,9,.07)),linear-gradient(0deg,rgba(10,11,9,.55),transparent 46%)}
.hero-grid{position:absolute;inset:0;opacity:.09;background-image:linear-gradient(rgba(255,255,255,.07) 1px,transparent 1px),linear-gradient(90deg,rgba(255,255,255,.07) 1px,transparent 1px);background-size:82px 82px}
.hero-copy{position:absolute;z-index:3;left:clamp(20px,7vw,112px);bottom:190px;max-width:920px}
.eyebrow,.kicker{font-size:9px;letter-spacing:.22em;font-weight:700}
.eyebrow{display:flex;align-items:center;gap:11px;color:#d6bd8d;margin:0 0 22px}
.eyebrow span{width:34px;height:1px;background:#d6bd8d}
.hero h1,.section h2,.doctor h2{font-family:"Italiana",serif;font-weight:400;letter-spacing:-.02em}
.hero h1{font-size:clamp(59px,7.4vw,104px);line-height:.93;margin:0}
.hero h1 em,.section h2 em,.doctor h2 em{font-style:italic;color:#dbcba9}
.lead{font-size:14px;line-height:1.78;color:#ced0ca;max-width:650px;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:#eee3d0;color:#191a16}.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:30px}
.hero-proof>div:not(.divider){display:grid;grid-template-columns:auto auto;gap:8px;align-items:center}
.hero-proof strong{font-size:22px;font-weight:600}
.stars{font-size:9px;letter-spacing:2px;color:#e4bf72}
.hero-proof small{grid-column:1/-1;font-size:7px;letter-spacing:.1em;text-transform:uppercase;color:#91958d}
.divider{width:1px;height:37px;background:rgba(255,255,255,.12)}
.section{padding:105px clamp(20px,6vw,90px)}
.intro{max-width:1070px;margin:auto;text-align:center}
.kicker{color:#8c7145;margin:0 0 17px}
.section h2,.doctor h2{font-size:clamp(45px,5.7vw,76px);line-height:1.03;margin:0}
.intro>p:last-child{max-width:700px;margin:25px auto 0;font-size:13px;line-height:1.85;color:var(--muted)}
.goals{padding-top:35px}
.goal-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:10px}
.goal{min-height:390px;padding:25px;background:#fff;border:1px solid var(--line);display:flex;flex-direction:column}
.goal.featured{background:#20211d;color:white}
.goal>span{font-size:8px;color:#8b8d85}
.goal-icon{font-family:"Italiana",serif;font-size:38px;color:#a38859;margin:auto 0 12px}
.goal h3{font-family:"Italiana",serif;font-size:37px;line-height:1.04;font-weight:400;margin:0 0 13px}
.goal p{font-size:10px;line-height:1.7;color:#777b73;min-height:53px}
.goal.featured p{color:#aeb0aa}
.goal button{border:0;border-top:1px solid var(--line);background:none;padding:15px 0 0;display:flex;justify-content:space-between;text-align:left;color:#866c42;font-size:8px;text-transform:uppercase;letter-spacing:.1em}
.goal.featured button{border-color:rgba(255,255,255,.13);color:#d8c69f}
.results{background:#11120f;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:10px;line-height:1.75;color:#858980;max-width:450px}
.comparison-layout{display:grid;grid-template-columns:1.3fr .7fr;gap:18px}
.comparison-card{background:#181916;border:1px solid rgba(255,255,255,.09);padding:14px}
.comparison{--position:52%;position:relative;width:100%;aspect-ratio:3/2;overflow:hidden;background:#222}
.case{position:absolute;inset:0;background-repeat:no-repeat;background-size:100% 200%}
.case.before{background-image:url("https://static.wixstatic.com/media/5617e6_3fbd5864829046b2a3de6a1c2f0c775b~mv2.jpg/v1/fill/w_525%2Ch_700%2Cq_90%2Cenc_avif%2Cquality_auto/5617e6_3fbd5864829046b2a3de6a1c2f0c775b~mv2.jpg");background-position:center top}
.case.after{background-image:url("https://static.wixstatic.com/media/5617e6_3fbd5864829046b2a3de6a1c2f0c775b~mv2.jpg/v1/fill/w_525%2Ch_700%2Cq_90%2Cenc_avif%2Cquality_auto/5617e6_3fbd5864829046b2a3de6a1c2f0c775b~mv2.jpg");background-position:center bottom;clip-path:inset(0 0 0 var(--position))}
.compare-line{position:absolute;z-index:3;left:var(--position);top:0;bottom:0;width:1px;background:#fff;transform:translateX(-1px);pointer-events:none}
.compare-line span{position:absolute;top:50%;left:50%;transform:translate(-50%,-50%);width:42px;height:42px;border-radius:50%;background:#f0e7d7;color:#222;display:grid;place-items:center;font-size:17px;box-shadow:0 3px 15px rgba(0,0,0,.25)}
.comparison input{position:absolute;z-index:5;inset:0;width:100%;height:100%;opacity:0;cursor:ew-resize}
.label{position:absolute;z-index:2;top:14px;background:rgba(10,10,9,.72);color:white;padding:7px 9px;font-size:7px;letter-spacing:.13em}
.before-label{left:14px}.after-label{right:14px}
.comparison-caption{display:flex;justify-content:space-between;align-items:center;padding:14px 3px 2px}
.comparison-caption strong{font-family:"Italiana",serif;font-weight:400;font-size:20px}
.comparison-caption span{font-size:8px;color:#83877f}
.result-thumbs{display:flex;flex-direction:column;gap:8px}
.thumb{border:1px solid rgba(255,255,255,.09);background:#181916;color:white;padding:8px;text-align:left;display:grid;grid-template-columns:90px 1fr;gap:13px;align-items:center}
.thumb.active{border-color:#aa8b58;background:#1e1e1a}
.thumb-image{height:76px;background-size:100% 200%;background-position:center bottom;background-repeat:no-repeat}
.thumb>span:last-child{display:flex;flex-direction:column}.thumb b{font-size:9px;letter-spacing:.12em}.thumb small{font-size:8px;color:#83877f;margin-top:5px}
.result-note{font-size:7px;line-height:1.6;color:#6f736c;margin-top:8px}
.doctor{display:grid;grid-template-columns:1fr 1fr;min-height:680px;background:#e3e5e4}
.doctor-photo{background:url("https://static.wixstatic.com/media/5617e6_7e04ec40277d4b1aa40e16c60e89282f~mv2.jpg/v1/fill/w_980%2Ch_551%2Cal_c%2Cq_85%2Cusm_0.66_1.00_0.01%2Cenc_avif%2Cquality_auto/Dr%20Jaddaoui%20and%20Logo_edited_edited_edited_edited_edited.jpg") 73% center/cover no-repeat;min-height:600px}
.doctor-copy{padding:80px clamp(28px,6vw,90px);display:flex;flex-direction:column;justify-content:center}
.kicker.light{color:#866d46}
.doctor-copy>p{font-size:12px;line-height:1.8;color:#66706a;max-width:540px}
.credentials{margin-top:27px;border-top:1px solid rgba(23,24,20,.13)}
.credentials>div{display:grid;grid-template-columns:34px 170px 1fr;gap:14px;align-items:center;padding:15px 0;border-bottom:1px solid rgba(23,24,20,.13)}
.credentials span{font-size:8px;color:#8e958f}
.credentials strong{font-family:"Italiana",serif;font-weight:400;font-size:20px}
.credentials small{font-size:8px;color:#6b746e;line-height:1.5}
.trust{background:#0f100e;color:white;display:grid;grid-template-columns:.7fr 1.3fr;gap:8vw;align-items:center}
.trust-score small{font-size:8px;letter-spacing:.16em;color:#8d9189}
.trust-score strong{display:block;font-size:112px;line-height:.9;letter-spacing:-.06em;margin-top:15px}
.stars.big{font-size:11px;letter-spacing:6px;margin:13px 0}
.trust-score>span{font-size:8px;text-transform:uppercase;letter-spacing:.12em;color:#8b8f87}
.trust-copy{border-left:1px solid rgba(255,255,255,.12);padding-left:8vw}
.trust-copy>p{font-size:11px;line-height:1.8;color:#92968f;max-width:610px}
.trust-pills{display:flex;gap:8px;flex-wrap:wrap;margin-top:22px}
.trust-pills span{border:1px solid rgba(255,255,255,.13);padding:9px 12px;border-radius:999px;font-size:8px;color:#adb0aa}
.consultation{background:#ede8dd;display:grid;grid-template-columns:.84fr 1.16fr;gap:80px}
.consult-intro>p{font-size:12px;line-height:1.8;color:#69716b;max-width:535px}
.contact{margin-top:29px;border-top:1px solid rgba(23,24,20,.14)}
.contact a{display:flex;flex-direction:column;padding:14px 0;border-bottom:1px solid rgba(23,24,20,.14)}
.contact small,.consult-form label>span{font-size:7px;letter-spacing:.15em;color:#868b85}
.contact strong{font-size:11px;margin-top:4px}
.consult-form{background:white;padding:33px;box-shadow:0 20px 60px rgba(38,38,31,.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:#e5e1d9}.progress .active{background:#987c4f}
.consult-form label{display:flex;flex-direction:column;gap:7px}
.consult-form input,.consult-form select,.consult-form textarea{border:1px solid #dfded9;background:#fbfbf9;color:#1d201c;padding:0 13px;outline:none;border-radius:0}
.consult-form input,.consult-form select{height:49px}.consult-form textarea{padding-top:12px;resize:vertical}
.upload-demo{min-height:86px;border:1px dashed #bcb8ae;background:#faf9f6;display:flex;align-items:center;gap:14px;padding:16px}
.upload-icon{width:38px;height:38px;border-radius:50%;display:grid;place-items:center;background:#eee9df;color:#896f45;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:#8c908a;margin-top:3px}
.form-row{display:grid;grid-template-columns:1fr 1fr;gap:11px}
.consult-form button{height:55px;border:0;background:#292a25;color:white;padding:0 18px;display:flex;align-items:center;justify-content:space-between;font-size:9px;font-weight:700}
.consult-form button b{font-size:16px}.privacy{font-size:7px;color:#8d918b;line-height:1.55}
footer{background:#090a08;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 .brand-mark{width:31px;height:31px;font-size:10px}.footer-brand strong{font-size:10px;letter-spacing:.1em}
footer p{max-width:760px;text-align:right;font-size:7px;line-height:1.6;color:#747870}
.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}.brand-mark{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:73% center}
  .hero-shade{background:linear-gradient(0deg,rgba(10,11,9,.95) 0%,rgba(10,11,9,.8) 60%,rgba(10,11,9,.22))}
  .hero-grid{background-size:52px 52px}.hero-copy{left:20px;right:20px;bottom:165px}.hero h1{font-size:clamp(52px,13vw,67px)}
  .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;gap:8px;justify-content:space-between}.hide-mobile{display:none!important}.hero-proof strong{font-size:19px}
  .section{padding:72px 20px}.intro{text-align:left}.intro>p:last-child{margin-left:0}.section h2,.doctor h2{font-size:44px}
  .goal-grid{grid-template-columns:1fr 1fr}.goal{min-height:300px;padding:20px}.goal h3{font-size:31px}
  .section-head{grid-template-columns:1fr;gap:10px}.comparison-layout{grid-template-columns:1fr}.result-thumbs{display:grid;grid-template-columns:repeat(3,1fr)}.thumb{grid-template-columns:1fr;padding:6px}.thumb-image{height:80px}.thumb>span:last-child{display:none}.result-note{grid-column:1/-1}
  .doctor{grid-template-columns:1fr}.doctor-photo{min-height:430px;background-position:71% center}.doctor-copy{padding:58px 21px}.credentials>div{grid-template-columns:30px 135px 1fr}
  .trust{grid-template-columns:1fr;gap:34px}.trust-score strong{font-size:88px}.trust-copy{border-left:0;border-top:1px solid rgba(255,255,255,.12);padding-left:0;padding-top:31px}
  .consultation{grid-template-columns:1fr;gap:38px;padding-bottom:125px}.consult-form{padding:23px 18px}
  footer{display:block}footer p{text-align:left;margin-top:17px}
  .mobile-bar{display:grid;grid-template-columns:.65fr 1.5fr;position:fixed;z-index:60;left:9px;right:9px;bottom:9px;background:rgba(9,10,8,.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:white;font-size:9px;font-weight:700}.mobile-bar .mobile-primary{background:#eee3d0;color:#191a16;border-radius:10px}
}
@media(max-width:430px){
  .hero h1{font-size:50px}.goal-grid{grid-template-columns:1fr}.goal{min-height:270px}.credentials>div{grid-template-columns:28px 1fr}.credentials small{grid-column:2}.form-row{grid-template-columns:1fr}
}
