:root{--cream:#fbf3ef;--cream-2:#f5e3db;--white:#fffdfb;--olive:#1d6e6e;--olive-deep:#155454;--terracotta:#155454;--terracotta-deep:#0e3d3d;--blush:#ffd6ca;--ink:#163331;--ink-soft:#526765;--line:#15545424;--radius:26px}*{box-sizing:border-box;margin:0;padding:0}html{scroll-behavior:smooth;scroll-padding-top:74px}body{color:var(--ink);background:var(--cream);-webkit-font-smoothing:antialiased;font-family:Jost,sans-serif;font-weight:400;line-height:1.55;overflow-x:hidden}h1,h2,h3,.serif{letter-spacing:-.005em;color:var(--olive-deep);font-family:Playfair Display,serif;font-weight:500}a{color:inherit;text-decoration:none}img{max-width:100%;display:block}.wrap{max-width:1180px;margin:0 auto;padding:0 32px}.eyebrow{letter-spacing:.22em;text-transform:uppercase;color:var(--terracotta-deep);align-items:center;gap:12px;font-family:Jost,sans-serif;font-size:12.5px;font-weight:500;display:inline-flex}.eyebrow:before{content:"";background:var(--terracotta-deep);width:26px;height:1px;display:inline-block}nav{z-index:50;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);background:#ffd6caf2;border-bottom:1px solid #0e3d3d1f;position:sticky;top:0}.nav-inner{justify-content:space-between;align-items:center;max-width:1180px;margin:0 auto;padding:20px 32px;display:flex}.logo{align-items:center;display:flex}.logo img{width:auto;height:42px;display:block}.nav-links{color:var(--ink-soft);letter-spacing:.02em;gap:40px;font-size:14px;font-weight:400;display:flex}.nav-links a:hover{color:var(--olive-deep)}.nav-links a.active{color:var(--olive-deep);font-weight:500}.nav-cta{background:var(--olive-deep);color:var(--cream);letter-spacing:.03em;border-radius:100px;padding:12px 24px;font-size:13.5px;font-weight:500;transition:background .2s}.nav-cta:hover{background:var(--terracotta-deep)}.nav-toggle{cursor:pointer;background:0 0;border:none;flex-direction:column;justify-content:center;gap:5px;width:44px;height:44px;padding:0;display:none}.nav-toggle span{background:var(--olive-deep);border-radius:2px;width:22px;height:2px;transition:transform .25s,opacity .25s}.nav-toggle.open span:first-child{transform:translateY(7px)rotate(45deg)}.nav-toggle.open span:nth-child(2){opacity:0}.nav-toggle.open span:nth-child(3){transform:translateY(-7px)rotate(-45deg)}.mobile-menu{background:var(--white);border-top:1px solid #0000;max-height:0;transition:max-height .3s;overflow:hidden}.mobile-menu.open{border-top:1px solid var(--line);max-height:400px}.mobile-menu a{color:var(--ink-soft);border-bottom:1px solid var(--line);padding:16px 32px;font-size:15px;display:block}.mobile-menu a.nav-cta{color:var(--cream)}.mobile-menu a.mobile-cta{text-align:center;border-bottom:none;width:calc(100% - 64px);margin:16px 32px;padding:14px 24px}@media (width<=860px){.nav-links,.nav-cta{display:none}.nav-toggle{display:flex}}@media (width>=861px){.mobile-menu{display:none}}.cta-row{flex-wrap:wrap;align-items:center;gap:20px;display:flex}.btn-primary{background:var(--terracotta);color:var(--white);letter-spacing:.02em;cursor:pointer;border:none;border-radius:100px;align-items:center;gap:10px;padding:16px 30px;font-size:14.5px;font-weight:500;transition:transform .2s,background .2s;display:inline-flex}.btn-primary:hover{background:var(--terracotta-deep);transform:translateY(-1px)}.btn-secondary{color:var(--white);border-bottom:1.5px solid #fffdf899;align-items:center;gap:8px;padding:16px 4px;font-size:14.5px;font-weight:500;display:inline-flex}.btn-delivery{background:var(--blush);color:var(--terracotta-deep);letter-spacing:.02em;border-radius:100px;align-items:center;gap:10px;padding:16px 28px;font-size:14.5px;font-weight:600;transition:transform .2s,background .2s;display:inline-flex}.btn-delivery:hover{background:#ffe3d8;transform:translateY(-1px)}.btn-delivery svg{flex:none}.btn-secondary svg{transition:transform .2s}.btn-secondary:hover svg{transform:translate(4px)}section .btn-secondary{color:var(--olive-deep);border-bottom:1.5px solid var(--olive-deep)}.hero .btn-secondary{color:var(--white);border-bottom:1.5px solid #fffdf899}.final-cta .btn-secondary{color:var(--blush);background:#e9c4b024;border-bottom:none;border-radius:100px;padding:16px 30px}.hero{align-items:center;min-height:88vh;display:flex;position:relative;overflow:hidden}.hero-bg{z-index:0;position:absolute;inset:0}.hero-bg img{object-fit:cover;object-position:center 30%;width:100%;height:100%}.hero-bg:after{content:"";background:linear-gradient(90deg,#0e201fa8 0%,#0e201f70 45%,#0e201f1f 75%);position:absolute;inset:0}.hero-inner{z-index:2;width:100%;max-width:1180px;margin:0 auto;padding:60px 32px;position:relative}.hero h1{max-width:720px;color:var(--white);margin:24px 0 26px;font-size:clamp(38px,5.6vw,68px);line-height:1.06}.hero h1 em{color:var(--blush);font-style:italic}.hero .eyebrow{color:var(--blush)}.hero .eyebrow:before{background:var(--blush)}.hero p{color:#fffdf8e0;max-width:520px;margin-bottom:38px;font-size:17.5px}.attr-mobile{display:none}.attributes{background:var(--olive-deep);text-align:center;letter-spacing:.14em;text-transform:uppercase;color:var(--blush);border-bottom:1px solid #ffd6ca33;padding:18px 32px;font-size:12.5px}.benefits{background:var(--blush);padding:36px 32px;display:none}.benefits-inner{grid-template-columns:repeat(4,1fr);gap:24px;max-width:1180px;margin:0 auto;display:grid}.benefit-item{color:var(--olive-deep);align-items:center;gap:12px;font-size:14px;font-weight:500;display:flex}.benefit-icon{background:var(--white);border-radius:50%;flex:none;justify-content:center;align-items:center;width:38px;height:38px;display:flex}.benefit-icon svg{width:18px;height:18px}@media (width<=860px){.benefits-inner{grid-template-columns:1fr 1fr}}@media (width<=480px){.benefits-inner{grid-template-columns:1fr}}.trustbar{background:var(--white);border-top:1px solid var(--line);border-bottom:1px solid var(--line);padding:26px 32px}.trustbar-inner{flex-wrap:wrap;justify-content:center;align-items:center;gap:36px;max-width:1180px;margin:0 auto;display:flex}.trust-item{color:var(--olive-deep);white-space:nowrap;align-items:center;gap:10px;font-size:15px;font-weight:500;display:flex}.trust-item strong{color:var(--olive-deep);font-weight:700}.stars-inline{color:var(--terracotta);letter-spacing:1px;font-size:14px}.trust-divider{background:var(--line);width:1px;height:18px}.trust-press{gap:22px}.press-label{letter-spacing:.14em;text-transform:uppercase;color:var(--olive-deep);opacity:.8;font-size:11.5px}.press-name{color:var(--olive-deep);font-family:Playfair Display,serif;font-size:16px;font-style:italic;font-weight:600}@media (width<=700px){.trustbar-inner{gap:16px}.trust-divider{display:none}}.problem{background:var(--white);padding:120px 32px 40px}.problem .section-cta{padding-bottom:0}.problem-inner{grid-template-columns:1fr 1fr;align-items:start;gap:80px;max-width:1180px;margin:0 auto;display:grid}.problem h2{margin-top:18px;font-size:clamp(30px,3.4vw,44px);line-height:1.12}.problem-right p{color:var(--ink-soft);max-width:460px;margin-bottom:20px;font-size:16.5px}.problem-right p.lead{color:var(--olive-deep);font-family:Playfair Display,serif;font-size:18px;font-style:italic;font-weight:500}@media (width<=860px){.problem-inner{grid-template-columns:1fr;gap:32px}}.system{background:var(--olive-deep);color:var(--cream);padding:80px 32px 40px;position:relative;overflow:hidden}.system .section-cta{padding-bottom:0}.system:before{content:"";background:radial-gradient(600px 500px at 10% 0,#ffd6ca29,#0000 60%);position:absolute;inset:0}.system-head{text-align:center;z-index:2;max-width:680px;margin:0 auto 20px;position:relative}.system-head .eyebrow{color:var(--blush)}.system-head .eyebrow:before{background:var(--blush)}.system-head h2{color:var(--cream);margin-top:18px;font-size:clamp(30px,3.8vw,48px);line-height:1.12}.diagram-wrap{z-index:2;max-width:920px;margin:70px auto 40px;position:relative}.diagram-wrap svg{width:100%;height:auto}.diagram-logo{filter:brightness(0)invert();z-index:3;pointer-events:none;width:17%;position:absolute;top:50%;left:50%;transform:translate(-50%,-50%)}.system-caption{text-align:center;color:#fbf3efb8;z-index:2;max-width:520px;margin:20px auto 0;font-size:16px;position:relative}.pillar-label{fill:var(--cream);font-family:Jost,sans-serif;font-size:15px;font-weight:500}.pillar-sub{fill:#fbf3efd9;font-family:Jost,sans-serif;font-size:11.5px;font-weight:400}.pillars-mobile{display:none}@media (width<=640px){.diagram-wrap{display:none}.pillars-mobile{z-index:2;flex-direction:column;gap:14px;max-width:460px;margin:44px auto 0;display:flex;position:relative}.pillar-mobile-item{background:#fbf3ef0f;border:1px solid #fbf3ef24;border-radius:16px;align-items:center;gap:16px;padding:16px 18px;display:flex}.pillar-mobile-icon{background:#ffd6ca24;border-radius:50%;flex:none;justify-content:center;align-items:center;width:44px;height:44px;display:flex}.pillar-mobile-icon svg{width:20px;height:20px}.pillar-mobile-item h4{color:var(--cream);margin-bottom:2px;font-family:Jost,sans-serif;font-size:14.5px;font-weight:500}.pillar-mobile-item p{color:#fbf3ef9e;font-size:12.5px}}.section-head{text-align:center;max-width:640px;margin:0 auto 64px}.section-head h2{margin-top:18px;font-size:clamp(28px,3.4vw,42px)}.section-head p{color:var(--ink-soft);margin-top:16px;font-size:16px}.programs{background:var(--blush);padding:80px 32px 120px}.program-grid{grid-template-columns:1fr 1fr;gap:28px;max-width:1120px;margin:0 auto;display:grid}.program-card{background:var(--white);border-radius:var(--radius);border:1px solid var(--line);transition:transform .25s,box-shadow .25s;overflow:hidden}.program-card:hover{transform:translateY(-4px);box-shadow:0 24px 50px -20px #414c333d}.program-photo{aspect-ratio:1;width:100%;overflow:hidden}.program-photo img{object-fit:cover;object-position:center;width:100%;height:100%}.program-body{padding:38px 36px 42px}.program-card.full{background:var(--olive-deep);border:1px solid var(--olive-deep)}.program-tag{letter-spacing:.12em;text-transform:uppercase;color:var(--olive-deep);background:#ffd6ca66;border-radius:100px;margin-bottom:20px;padding:6px 14px;font-size:11.5px;font-weight:500;display:inline-block}.program-card.full .program-tag{color:var(--blush);background:#e9c4b024}.program-card h3{margin-bottom:12px;font-size:27px}.program-card.full h3{color:var(--cream)}.program-card p{color:var(--ink-soft);max-width:400px;margin-bottom:26px;font-size:15.5px}.program-card.full p{color:#fbf3efc7}.program-list{margin-bottom:30px;list-style:none}.program-list li{color:var(--ink-soft);border-top:1px solid var(--line);align-items:center;gap:10px;padding:8px 0;font-size:14px;display:flex}.program-card.full .program-list li{color:#fbf3efd9;border-top:1px solid #fbf3ef24}.program-list li:first-child{border-top:none}.dot{background:var(--terracotta-deep);border-radius:50%;flex:none;width:5px;height:5px}.program-card.full .dot{background:var(--blush)}.program-link{color:var(--olive-deep);background:#ffd6ca66;border-radius:100px;align-items:center;gap:8px;padding:10px 20px;font-size:14px;font-weight:500;display:inline-flex}.program-card.full .program-link{color:var(--blush);background:#e9c4b024}@media (width<=860px){.program-grid{grid-template-columns:1fr}}.section-cta{justify-content:center;padding:40px 32px 80px;display:flex}.diff{background:var(--white);padding:80px 32px 40px}.diff .section-cta{padding-bottom:0}.diff-grid{flex-direction:column;max-width:900px;margin:0 auto;display:flex}.diff-card{border-bottom:1px solid var(--line);align-items:center;gap:28px;padding:32px 0;display:flex}.diff-card:first-child{border-top:1px solid var(--line)}.diff-mark{background:var(--cream-2);border-radius:14px;flex:none;justify-content:center;align-items:center;width:52px;height:52px;display:flex}.diff-mark svg{width:24px;height:24px}.diff-card h3{flex:0 0 240px;margin:0;font-size:20px}.diff-card p{color:var(--ink-soft);max-width:420px;margin:0;font-size:15.5px}@media (width<=700px){.diff-card{flex-wrap:wrap;gap:16px;padding:26px 0}.diff-card h3{flex:auto;font-size:19px}.diff-card p{flex:100%;max-width:none;margin-left:80px}}@media (width<=480px){.diff-card p{margin-left:0}}.dietitian{background:var(--terracotta);color:var(--white);padding:0;position:relative;overflow:hidden}.dietitian-inner{grid-template-columns:.85fr 1.15fr;align-items:stretch;max-width:1180px;margin:0 auto;display:grid}.dietitian-photo{justify-content:center;align-items:center;padding:60px 48px;display:flex;overflow:hidden}.dietitian-photo img{object-fit:cover;border-radius:50%;flex:none;width:540px;height:540px}.dietitian-text{flex-direction:column;justify-content:center;padding:90px 64px;display:flex}.dietitian .eyebrow{color:#fffdf8d9}.dietitian .eyebrow:before{background:#fffdf8d9}.dietitian h2{color:var(--white);margin-top:18px;font-size:clamp(28px,3.2vw,40px);line-height:1.12}.dietitian-text p{color:#fffdf8e6;max-width:440px;margin:22px 0 30px;font-size:16.5px}.credential-row{flex-wrap:wrap;gap:34px;display:flex}.credential{flex-direction:row;align-items:baseline;gap:8px;display:flex}.credential .num{color:var(--white);font-family:Playfair Display,serif;font-size:44px}.credential .cap{color:#fffdf8c7;max-width:120px;font-size:13px;line-height:1.3}@media (width<=860px){.dietitian-inner{grid-template-columns:1fr}.dietitian-photo{padding:32px 22px 12px}.dietitian-photo img{width:340px;height:340px}.dietitian-text{padding:60px 32px}}.philosophy{background:var(--blush);padding:80px 32px 40px}.philosophy .section-cta{padding-bottom:0}.philosophy .eyebrow{color:var(--olive-deep)}.philosophy .eyebrow:before{background:var(--olive-deep)}.principles-grid{flex-wrap:wrap;justify-content:center;gap:16px;max-width:1000px;margin:64px auto 0;display:flex}.principle{background:var(--white);border:1px solid var(--line);color:var(--olive-deep);border-radius:100px;align-items:center;gap:12px;padding:16px 26px;font-size:14.5px;font-weight:500;transition:background .2s,transform .2s,color .2s;display:flex}.principle:hover{background:var(--olive-deep);color:var(--cream);transform:translateY(-2px)}.principle .mark{background:var(--terracotta);border-radius:50%;flex:none;width:8px;height:8px}.principle:hover .mark{background:var(--blush)}.principle.big{background:var(--olive-deep);color:var(--cream);padding:16px 30px}.principle.big .mark{background:var(--blush)}.dayinlife{background:var(--white);padding:80px 32px 40px}.dayinlife .section-cta{padding-bottom:0}.day-grid{grid-template-columns:repeat(4,1fr);gap:22px;max-width:1180px;margin:64px auto 0;display:grid}.day-card{border-radius:18px;position:relative;overflow:hidden}.day-card img{object-fit:cover;width:100%;height:290px;transition:transform .5s}.day-card:hover img{transform:scale(1.05)}.day-caption{color:var(--white);background:linear-gradient(#0000,#0e201fc7);padding:22px 20px;position:absolute;bottom:0;left:0;right:0}.day-caption .tag{letter-spacing:.14em;text-transform:uppercase;color:var(--white);margin-bottom:4px;font-size:11px;font-weight:600}.day-caption .name{color:var(--white);font-family:Playfair Display,serif;font-size:18px;font-weight:600}@media (width<=860px){.day-grid{grid-template-columns:1fr 1fr}}.testimonials{background:var(--blush);padding:80px 32px 120px}.testi-grid{grid-template-columns:repeat(3,1fr);gap:28px;max-width:1120px;margin:0 auto;display:grid}.testi-card{background:var(--white);border-radius:var(--radius);border:1px solid var(--line);flex-direction:column;justify-content:space-between;padding:36px 32px;display:flex}.stars{color:var(--terracotta);letter-spacing:2px;margin-bottom:18px;font-size:15px}.testi-quote{color:var(--olive-deep);margin-bottom:28px;font-family:Playfair Display,serif;font-size:18.5px;font-style:italic;line-height:1.42}.testi-person{align-items:center;gap:12px;display:flex}.avatar{background:var(--olive-deep);width:52px;height:52px;color:var(--cream);border-radius:50%;flex:none;justify-content:center;align-items:center;font-family:Playfair Display,serif;font-size:14px;display:flex;overflow:hidden}.avatar img{object-fit:cover;border-radius:50%;width:145%;height:145%;margin:-22.5%}.testi-person .name{color:var(--ink);font-size:14.5px;font-weight:500}.testi-person .tag2{color:var(--ink-soft);font-size:12.5px}@media (width<=860px){.testi-grid{grid-template-columns:1fr}}.final-cta{background:var(--olive-deep);color:var(--cream);text-align:center;padding:80px 32px;position:relative;overflow:hidden}.final-cta:before{content:"";background:radial-gradient(700px 400px at 50% 0,#ffd6ca2e,#0000 65%);position:absolute;inset:0}.final-cta-inner{z-index:2;max-width:680px;margin:0 auto;position:relative}.final-cta .eyebrow{color:var(--blush);justify-content:center}.final-cta .eyebrow:before{background:var(--blush)}.final-cta h2{color:var(--cream);margin:20px 0 22px;font-size:clamp(32px,4.4vw,54px);line-height:1.08}.final-cta p{color:#fbf3efc7;margin-bottom:40px;font-size:16.5px}.final-cta .cta-row{justify-content:center}.final-cta .btn-primary{background:var(--blush);color:var(--olive-deep)}.final-cta .btn-primary:hover{background:#e9c4b042;transform:translateY(-1px)}footer{background:var(--blush);color:var(--olive-deep);padding:56px 32px 32px}.footer-inner{max-width:1180px;margin:0 auto}.footer-top{border-bottom:1px solid #1554542e;flex-wrap:wrap;justify-content:space-between;gap:40px;padding-bottom:40px;display:flex}.footer-logo{margin-bottom:14px;display:block}.footer-logo img{width:auto;height:42px;display:block}.footer-disclaimer{color:var(--olive-deep);max-width:820px;padding-top:24px;font-size:13.5px;line-height:1.6}.footer-top p{max-width:280px;color:var(--olive-deep);font-size:14px}.footer-cols{flex-wrap:wrap;gap:64px;display:flex}.footer-col h4{letter-spacing:.1em;text-transform:uppercase;color:var(--olive-deep);margin-bottom:16px;font-size:12.5px;font-weight:600}.footer-col a{color:var(--olive-deep);padding:6px 0;font-size:14px;display:block}.footer-col a:hover{color:var(--terracotta-deep)}.footer-bottom{color:var(--olive-deep);flex-wrap:wrap;justify-content:space-between;gap:12px;padding-top:26px;font-size:13px;display:flex}.reveal{opacity:0;transition:opacity .7s,transform .7s;transform:translateY(18px)}.reveal.in{opacity:1;transform:translateY(0)}@media (width<=640px){.home-sections{flex-direction:column;display:flex}.home-sections .hero{order:1}.home-sections .attributes{order:2}.home-sections .trustbar{order:3}.home-sections .dietitian{order:4}.home-sections .problem{order:5}.home-sections .benefits{order:6;display:none}.home-sections .testimonials{order:7}.home-sections .system{order:8}.home-sections .programs{order:9}.home-sections .diff{order:10}.home-sections .philosophy{order:11}.home-sections .dayinlife{order:12}.home-sections .final-cta{order:13}.hero{min-height:auto;padding:0}.hero-inner{padding:52px 22px 32px}.hero p{font-size:16px}.hero-tags{padding:0 22px 24px;font-size:11px;line-height:1.8}.cta-row{gap:14px}.cta-row .btn-primary,.cta-row .btn-delivery,.cta-row .btn-secondary{justify-content:center;width:100%;padding:16px 24px}.final-cta .cta-row{flex-direction:column}.attributes{letter-spacing:.08em;padding:12px 22px;font-size:10.5px}.attr-desktop{display:none}.attr-mobile{display:inline}.benefits{padding:20px 22px}.benefits-inner{grid-template-columns:1fr;gap:10px}.benefit-item{background:#fffdf880;border:1px solid #1554541a;border-radius:14px;gap:14px;padding:14px 16px;font-size:14px}.benefit-icon{flex:none;width:36px;height:36px}.trustbar{padding:16px 22px}.trustbar-inner{text-align:center;flex-direction:column;justify-content:center;align-items:center;gap:8px}.trust-divider,.trust-dietitian{display:none}.trust-item{justify-content:center;font-size:13px}.trust-press{flex-wrap:wrap;justify-content:center;gap:8px}.problem{padding:64px 22px}.problem-inner{gap:26px}.system{padding:72px 22px 64px}.diagram-wrap{margin:0}.programs,.diff,.dietitian-text,.philosophy,.dayinlife,.testimonials{padding-left:22px;padding-right:22px}.programs,.diff,.philosophy,.dayinlife,.testimonials{padding-top:64px;padding-bottom:64px}.final-cta{padding:80px 22px}.section-head{margin-bottom:40px}.section-head h2 br{display:none}.program-body{padding:28px 24px 32px}.dietitian-text{padding:16px 24px 48px}.credential-row{gap:24px}.day-grid{grid-template-columns:1fr 1fr;gap:14px}.day-card img{height:170px}.day-caption{padding:14px 12px}.day-caption .name{font-size:14.5px}.day-caption .tag{font-size:9.5px}.principles-grid{gap:10px;margin-top:40px}.principle{padding:13px 20px;font-size:13.5px}.testi-card{padding:28px 24px}footer{padding:44px 22px 24px}.footer-cols{gap:36px;width:100%}.footer-bottom{flex-direction:column;gap:6px}}@media (width<=400px){.day-grid{grid-template-columns:1fr}.day-card img{height:220px}}.about-hero{align-items:center;min-height:80vh;display:flex;position:relative;overflow:hidden}.about-hero-bg{z-index:0;position:absolute;inset:0}.about-hero-bg img{object-fit:cover;object-position:center 35%;width:100%;height:100%}.about-hero-bg:after{content:"";background:linear-gradient(90deg,#0e201fad 0%,#0e201f7a 48%,#0e201f29 78%);position:absolute;inset:0}.about-hero-inner{z-index:2;width:100%;max-width:1180px;margin:0 auto;padding:70px 32px 40px;position:relative}.about-hero .eyebrow{color:var(--blush)}.about-hero .eyebrow:before{background:var(--blush)}.about-hero h1{max-width:780px;color:var(--white);margin:22px 0 24px;font-size:clamp(36px,5.4vw,62px);line-height:1.08}.about-hero p{color:#fffdf8e0;max-width:560px;font-size:17px}.why{background:var(--white);padding:120px 32px}.why-inner{grid-template-columns:.85fr 1.15fr;align-items:start;gap:80px;max-width:1180px;margin:0 auto;display:grid}.why h2{margin-top:18px;font-size:clamp(30px,3.4vw,44px);line-height:1.12}.why-list{margin:12px 0 14px;list-style:none}.why-list li{color:var(--ink-soft);border-top:1px solid var(--line);padding:14px 0 14px 30px;font-size:16.5px;position:relative}.why-list li:first-child{border-top:none}.why-list li:before{content:"";background:var(--terracotta-deep);border-radius:50%;width:7px;height:7px;position:absolute;top:22px;left:0}.why-right p{color:var(--ink-soft);max-width:480px;margin-bottom:20px;font-size:16.5px}.why-right p.lead{color:var(--olive-deep);font-family:Playfair Display,serif;font-size:19px;font-style:italic;font-weight:500}@media (width<=860px){.why-inner{grid-template-columns:1fr;gap:32px}}.approach{background:var(--blush);padding:120px 32px}.approach .eyebrow{color:var(--olive-deep)!important}.approach .eyebrow:before{background:var(--olive-deep)}.approach .section-head p{color:var(--olive-deep);font-size:18px;font-weight:400}.approach-grid{grid-template-columns:repeat(4,1fr);gap:24px;max-width:1120px;margin:0 auto;display:grid}.approach-card{background:var(--white);border:1px solid var(--line);text-align:left;border-radius:20px;padding:32px 26px}.approach-mark{background:var(--cream-2);border-radius:12px;justify-content:center;align-items:center;width:48px;height:48px;margin-bottom:22px;display:flex}.approach-mark svg{width:22px;height:22px}.approach-card h3{margin-bottom:8px;font-size:18px}.approach-card p{color:var(--ink-soft);font-size:14px}.approach-caption{text-align:center;max-width:480px;color:var(--olive-deep);margin:44px auto 0;font-family:Playfair Display,serif;font-size:18px;font-style:italic;font-weight:500}@media (width<=860px){.approach-grid{grid-template-columns:1fr 1fr}}@media (width<=520px){.approach-grid{grid-template-columns:1fr}}.founder{background:var(--white);padding:0}.founder-inner{grid-template-columns:.8fr 1.2fr;align-items:stretch;max-width:1180px;margin:0 auto;display:grid}.founder-photo{overflow:hidden}.founder-photo img{object-fit:cover;width:100%;height:100%;min-height:480px}.founder-text{background:var(--olive-deep);flex-direction:column;justify-content:center;padding:90px 64px;display:flex}.founder h2{color:var(--cream);margin-top:18px;font-size:clamp(28px,3.2vw,40px);line-height:1.12}.founder-text p{color:#fbf3efd1;max-width:480px;margin:10px 0;font-size:16.5px}.founder-text .eyebrow{color:var(--blush)}.founder-text .eyebrow:before{background:var(--blush)}.founder-signoff{color:var(--blush);margin-top:8px;font-family:Playfair Display,serif;font-size:17px;font-style:italic}@media (width<=860px){.founder-inner{grid-template-columns:1fr}.founder-photo img{min-height:320px}.founder-text{padding:56px 28px}}.expert{background:var(--terracotta);color:var(--white);padding:0;position:relative;overflow:hidden}.expert-inner{grid-template-columns:.85fr 1.15fr;align-items:stretch;max-width:1180px;margin:0 auto;display:grid}.expert-photo{overflow:hidden}.expert-photo img{object-fit:cover;width:100%;height:100%;min-height:420px}.expert-text{flex-direction:column;justify-content:center;padding:90px 64px;display:flex}.expert .eyebrow{color:#fffdf8d9}.expert .eyebrow:before{background:#fffdf8d9}.expert h2{color:var(--white);margin-top:18px;font-size:clamp(28px,3.2vw,40px);line-height:1.12}.expert-text p{color:#fffdf8e6;max-width:460px;margin:8px 0;font-size:16.5px}.expert-text p:first-of-type{margin-top:24px}@media (width<=860px){.expert-inner{grid-template-columns:1fr}.expert-photo img{min-height:280px}.expert-text{padding:60px 32px}}.values{background:var(--blush);padding:120px 32px}.values-grid{grid-template-columns:repeat(3,1fr);gap:28px;max-width:1120px;margin:0 auto;display:grid}.value-card{background:var(--white);border-radius:var(--radius);border:1px solid var(--line);overflow:hidden}.value-photo{height:300px;overflow:hidden}.value-photo img{object-fit:cover;width:100%;height:100%}.value-body{padding:28px 26px 32px}.value-body h3{margin-bottom:10px;font-size:19px}.value-body p{color:var(--ink-soft);font-size:14.5px}@media (width<=860px){.values-grid{grid-template-columns:1fr}}@media (width<=640px){.about-hero{min-height:auto}.about-hero-inner{padding:52px 22px 44px}.about-hero p{font-size:15.5px}.why{padding:64px 22px}.why-inner{gap:26px}.why-list li{font-size:15.5px}.approach{padding:64px 22px}.approach-grid{gap:16px}.approach-card{padding:26px 22px}.section-head{margin-bottom:40px}.founder-text{padding:48px 24px}.philosophy{padding:64px 22px}.principles-grid{gap:10px;margin-top:36px}.principle{padding:13px 20px;font-size:13.5px}.expert-text{padding:48px 24px}.values{padding:64px 22px}.value-body{padding:22px 20px 26px}.final-cta .btn-primary,.final-cta .btn-secondary{justify-content:center;width:100%}footer{padding:44px 22px 24px}.footer-cols{gap:36px;width:100%}.footer-bottom{flex-direction:column;gap:6px}}@media (width<=400px){.approach-card{padding:22px 18px}.value-photo{height:260px}}.contact-hero{background:var(--olive-deep);text-align:center;padding:80px 32px 40px}.contact-hero-inner{max-width:720px;margin:0 auto}.contact-hero .eyebrow{color:var(--white);justify-content:center}.contact-hero .eyebrow:before{background:var(--white)}.contact-hero h1{color:var(--white);margin:20px 0 24px;font-size:clamp(36px,5vw,58px);line-height:1.08}.contact-hero p{color:var(--white);max-width:600px;margin:0 auto 14px;font-size:17px}.contact-hero .lead{color:var(--white);margin-top:22px;font-family:Playfair Display,serif;font-size:19px;font-style:italic}.help{background:var(--white);padding:50px 32px 120px}.help-grid{grid-template-columns:repeat(3,1fr);gap:28px;max-width:1120px;margin:0 auto;display:grid}.help-card{background:var(--blush);border-radius:var(--radius);flex-direction:column;padding:38px 34px;display:flex}.help-mark{background:var(--white);border-radius:12px;justify-content:center;align-items:center;width:48px;height:48px;margin-bottom:22px;display:flex}.help-mark svg{width:22px;height:22px}.help-card h3{margin-bottom:8px;font-size:21px}.help-card>p{color:var(--ink-soft);margin-bottom:20px;font-size:14.5px}.help-list{flex:1;margin-bottom:24px;list-style:none}.help-list li{color:var(--ink-soft);border-top:1px solid var(--line);padding:8px 0 8px 20px;font-size:14px;position:relative}.help-list li:first-child{border-top:none}.help-list li:before{content:"";background:var(--terracotta-deep);border-radius:50%;width:5px;height:5px;position:absolute;top:16px;left:0}.help-email{color:var(--olive-deep);border-bottom:1.5px solid var(--olive-deep);align-self:flex-start;align-items:center;gap:8px;padding-bottom:2px;font-size:14.5px;font-weight:500;display:inline-flex}@media (width<=860px){.help-grid{grid-template-columns:1fr}}.form-section{background:var(--blush);padding:120px 32px}.form-inner{background:var(--white);border-radius:var(--radius);border:1px solid var(--line);max-width:900px;margin:0 auto;padding:64px 60px}.form-inner .section-head{text-align:left;max-width:none;margin-bottom:44px}.form-inner .section-head p{color:var(--ink-soft);max-width:520px;margin-top:14px;font-size:15.5px}.form-grid{grid-template-columns:1fr 1fr;gap:22px;display:grid}.form-field{flex-direction:column;gap:8px;margin-bottom:22px;display:flex}.form-field.full{grid-column:1/-1}.form-field label{color:var(--olive-deep);letter-spacing:.03em;font-size:13px;font-weight:500}.form-field input,.form-field select,.form-field textarea{color:var(--ink);background:var(--cream);border:1px solid var(--line);border-radius:12px;outline:none;padding:14px 16px;font-family:Jost,sans-serif;font-size:16px;transition:border-color .2s}.form-field input:focus,.form-field select:focus,.form-field textarea:focus{border-color:var(--olive-deep)}.form-field textarea{resize:vertical;min-height:130px;font-family:Jost,sans-serif}.form-note{color:var(--ink-soft);margin-top:18px;font-size:13.5px}.form-success{background:var(--cream-2);color:var(--olive-deep);border-radius:12px;align-items:center;gap:10px;margin-top:20px;padding:16px 20px;font-size:14.5px;font-weight:500;display:none}.form-success.show{display:flex}@media (width<=700px){.form-inner{padding:40px 26px}.form-grid{grid-template-columns:1fr}}.location{background:var(--olive-deep);color:var(--cream);text-align:center;padding:100px 32px}.location-inner{max-width:600px;margin:0 auto}.location .eyebrow{color:var(--blush);justify-content:center}.location .eyebrow:before{background:var(--blush)}.location h2{color:var(--cream);margin:18px 0 20px;font-size:clamp(28px,3.4vw,40px)}.location p{color:#fbf3efcc;margin-bottom:20px;font-size:16px}.location-pin{color:var(--blush);background:#ffd6ca1f;border-radius:100px;align-items:center;gap:8px;padding:10px 20px;font-size:14.5px;font-weight:500;display:inline-flex}.community{background:var(--white);padding:120px 32px}.community-inner{text-align:center;max-width:760px;margin:0 auto}.community h2{margin:18px 0 16px;font-size:clamp(28px,3.4vw,40px)}.community p{color:var(--ink-soft);margin-bottom:8px;font-size:16px}.community-list{flex-wrap:wrap;justify-content:center;gap:12px;margin:26px 0 36px;list-style:none;display:flex}.community-list li{color:var(--olive-deep);background:var(--cream-2);border-radius:100px;align-items:center;gap:8px;padding:10px 18px;font-size:13.5px;font-weight:500;display:flex}.community-list li:before{content:"";background:var(--terracotta-deep);border-radius:50%;width:6px;height:6px}.signup-row{flex-wrap:wrap;gap:14px;max-width:460px;margin:0 auto;display:flex}.signup-row input{background:var(--cream);border:1px solid var(--line);border-radius:100px;outline:none;flex:1;min-width:220px;padding:15px 22px;font-family:Jost,sans-serif;font-size:16px}.signup-row input:focus{border-color:var(--olive-deep)}.signup-row button{flex:none}@media (width<=480px){.signup-row{flex-direction:column}.signup-row button{justify-content:center;width:100%}}@media (width<=640px){.contact-hero{padding:70px 22px 56px}.contact-hero p{font-size:15.5px}.contact-hero .lead{font-size:17px}.help{padding:56px 22px 64px}.help-card{padding:30px 26px}.section-head{margin-bottom:40px}.form-section{padding:56px 22px}.form-inner .section-head p{font-size:15px}.contact-form .btn-primary{justify-content:center;width:100%}.location,.community{padding:64px 22px}.community-list{gap:8px}.community-list li{padding:8px 14px;font-size:12.5px}}@media (width<=400px){.help-card{padding:26px 22px}.form-inner{padding:32px 20px}}.faq-hero{background:var(--blush);text-align:center;padding:120px 32px 60px}.faq-hero-inner{max-width:680px;margin:0 auto}.faq-hero .eyebrow{justify-content:center;color:var(--olive-deep)!important}.faq-hero .eyebrow:before{background:var(--olive-deep)}.faq-hero h1{color:var(--olive-deep);margin:20px 0;font-size:clamp(34px,4.8vw,54px);line-height:1.08}.faq-hero p{color:var(--olive-deep);max-width:520px;margin:0 auto;font-size:16.5px}.faq-catnav{background:var(--blush);padding:0 32px 60px}.faq-catnav-inner{flex-wrap:wrap;justify-content:center;gap:12px;max-width:900px;margin:0 auto;display:flex}.faq-catnav a{color:var(--olive-deep);background:#fff9;border-radius:100px;padding:10px 20px;font-size:13.5px;font-weight:500;transition:background .2s,color .2s}.faq-catnav a:hover{background:var(--olive-deep);color:var(--blush)}.faq-section{background:var(--white);padding:70px 32px;scroll-margin-top:90px}.faq-section:nth-of-type(2n){background:var(--cream)}.faq-inner{max-width:820px;margin:0 auto}.faq-cat-head{margin-bottom:36px}.faq-cat-head .eyebrow{color:var(--olive-deep)}.faq-cat-head h2{color:var(--olive-deep);margin-top:14px;font-size:clamp(24px,3vw,32px)}.faq-item{background:var(--white);border:1px solid var(--line);border-radius:16px;margin-bottom:14px;overflow:hidden}.faq-section:nth-of-type(2n) .faq-item{background:var(--white)}.faq-item summary{cursor:pointer;color:var(--olive-deep);background:var(--blush);justify-content:space-between;align-items:center;gap:20px;padding:22px 26px;font-size:16px;font-weight:500;list-style:none;display:flex}.faq-item summary::-webkit-details-marker{display:none}.faq-item summary .plus{background:#15545426;border-radius:50%;flex:none;justify-content:center;align-items:center;width:26px;height:26px;display:flex;position:relative}.faq-item summary .plus:before,.faq-item summary .plus:after{content:"";background:var(--olive-deep);transition:transform .25s;position:absolute}.faq-item summary .plus:before{width:11px;height:1.6px}.faq-item summary .plus:after{width:1.6px;height:11px}.faq-item[open] summary .plus:after{opacity:0;transform:rotate(90deg)}.faq-item[open] summary{border-bottom:1px solid var(--line)}.faq-answer{color:var(--ink-soft);max-width:640px;padding:18px 26px 24px;font-size:15px}.faq-answer p{margin:0}.faq-cta{background:var(--olive-deep);color:var(--cream);text-align:center;padding:110px 32px}.faq-cta-inner{max-width:560px;margin:0 auto}.faq-cta .eyebrow{color:var(--blush);justify-content:center}.faq-cta .eyebrow:before{background:var(--blush)}.faq-cta h2{color:var(--cream);margin:18px 0;font-size:clamp(28px,3.6vw,42px)}.faq-cta p{color:#fbf3efc7;margin-bottom:32px;font-size:16px}.faq-cta .btn-primary{background:var(--blush);color:var(--olive-deep)}.faq-cta .btn-primary:hover{background:var(--cream)}@media (width<=640px){.faq-hero{padding:70px 22px 48px}.faq-catnav{padding:0 22px 44px}.faq-section{padding:48px 22px}.faq-item summary{gap:14px;padding:18px 20px;font-size:15px}.faq-answer{padding:18px 20px 20px}.faq-cta{padding:72px 22px}.faq-cta .btn-primary{justify-content:center;width:100%}}.waitlist-page{background:var(--white);min-height:60vh;padding:90px 32px 110px}.waitlist-grid{grid-template-columns:1fr .95fr;align-items:start;gap:64px;max-width:1080px;margin:0 auto;display:grid}.waitlist-copy .eyebrow{margin-bottom:4px}.waitlist-copy h1{margin:20px 0 22px;font-size:clamp(34px,4.6vw,54px);line-height:1.08}.waitlist-copy>p{color:var(--ink-soft);max-width:460px;margin-bottom:26px;font-size:16.5px}.waitlist-perks{margin-top:8px;list-style:none}.waitlist-perks li{color:var(--ink-soft);border-top:1px solid var(--line);align-items:flex-start;gap:12px;padding:12px 0;font-size:15px;display:flex}.waitlist-perks li:first-child{border-top:none}.waitlist-perks svg{flex:none;margin-top:2px}.waitlist-tags{flex-wrap:wrap;gap:10px;margin-top:32px;display:flex}.waitlist-tags span{color:var(--olive-deep);background:var(--cream-2);border-radius:100px;padding:8px 16px;font-size:12.5px;font-weight:500}.waitlist-form-card{background:var(--blush);border:1px solid var(--line);border-radius:var(--radius);padding:44px 40px}.waitlist-form-card h2{margin-bottom:8px;font-size:24px}.waitlist-form-card>p{color:var(--ink-soft);margin-bottom:28px;font-size:14.5px}.waitlist-form-card .form-field{margin-bottom:20px}.waitlist-form-card .form-field input{background:var(--white)}.radio-group{flex-direction:column;gap:10px;display:flex}.radio-option{background:var(--white);border:1px solid var(--line);cursor:pointer;color:var(--ink);border-radius:12px;align-items:center;gap:12px;padding:13px 16px;font-size:14.5px;transition:border-color .2s;display:flex}.radio-option:has(input:checked){border-color:var(--olive-deep);background:var(--cream)}.radio-option input{accent-color:var(--olive-deep);width:16px;height:16px}.wl-submit{justify-content:center;width:100%;margin-top:8px}.waitlist-note{color:var(--ink-soft);text-align:center;margin-top:16px;font-size:12.5px}@media (width<=900px){.waitlist-grid{grid-template-columns:1fr;gap:44px}}@media (width<=640px){.waitlist-page{padding:52px 22px 64px}.waitlist-form-card{padding:32px 24px}}@media (prefers-reduced-motion:reduce){.reveal{opacity:1;transition:none;transform:none}html{scroll-behavior:auto}}a:focus-visible,button:focus-visible,input:focus-visible,select:focus-visible,textarea:focus-visible{outline:2px solid var(--terracotta-deep);outline-offset:3px}.visually-hidden{clip:rect(0,0,0,0);white-space:nowrap;border:0;width:1px;height:1px;margin:-1px;padding:0;position:absolute;overflow:hidden}.skip-nav{background:var(--olive-deep);color:var(--cream);z-index:9999;border-radius:8px;padding:12px 20px;font-weight:500;text-decoration:none;position:absolute;top:-100%;left:16px}.skip-nav:focus{top:16px}
