.landing-root{--olive:#889c78;--olive-deep:#2e362f;--olive-darker:#1f261f;--black:#0f1112;--sand:#eeebe3;--sand-2:#e5e1d7;--sand-3:#ddd7c8;--umber:#c97b5a;--umber-deep:#a85f40;--white:#f6f7f5;--ink:#0f1112;--ink-2:#4a4a45;--ink-3:#8a877f;--line:#d7d5cd;--serif:var(--font-landing-serif),Georgia,serif;--sans:var(--font-landing-body),system-ui,-apple-system,sans-serif;--mono:var(--font-mono),ui-monospace,monospace;background:var(--sand);color:var(--ink);font-family:var(--sans);-webkit-font-smoothing:antialiased;font-size:16px;line-height:1.55;overflow-x:hidden}.landing-root *{box-sizing:border-box}.landing-root img{max-width:100%;display:block}.landing-root a,.landing-root button{color:inherit;cursor:pointer;text-decoration:none}.landing-root button{font:inherit;background:none;border:none;padding:0}.landing-root .serif{font-family:var(--serif);font-weight:400;letter-spacing:-.018em;line-height:1.02}.landing-root em{font-style:italic}.landing-root .mono{font-family:var(--mono);font-size:11px;letter-spacing:.22em;text-transform:uppercase;color:var(--ink-3)}.landing-root .container{max-width:1440px;margin:0 auto;padding:0 48px}.landing-root .nav{position:sticky;top:0;z-index:50;background:color-mix(in oklab,var(--sand) 90%,transparent);backdrop-filter:saturate(140%) blur(14px);border-bottom:1px solid color-mix(in oklab,var(--line) 60%,transparent)}.landing-root .nav-inner{display:flex;align-items:center;justify-content:space-between;gap:24px;padding:22px 48px;max-width:1440px;margin:0 auto}.landing-root .brand{display:flex;align-items:center;gap:10px;font-family:var(--serif);font-size:20px;letter-spacing:-.01em}.landing-root .brand .dot{width:8px;height:8px;background:var(--olive);border-radius:50%}.landing-root .nav-links{display:flex;gap:32px;font-size:14.5px}.landing-root .nav-links a{opacity:.85}.landing-root .nav-links a:hover{opacity:1}.landing-root .nav-cta{padding:11px 20px;border-radius:999px;font-size:13.5px;font-weight:500;background:var(--olive-darker);color:var(--sand);border:1px solid var(--olive-darker)}.landing-root .nav-burger{display:none;align-items:center;justify-content:center;width:40px;height:40px;border-radius:999px;color:var(--olive-darker)}.landing-root .btn-primary{padding:16px 28px;border-radius:999px;background:var(--olive-darker);color:var(--sand);border:1px solid var(--olive-darker)}.landing-root .btn-ghost,.landing-root .btn-primary{display:inline-flex;align-items:center;gap:10px;font-size:14.5px;font-weight:500}.landing-root .btn-ghost{padding:16px 24px;text-decoration:underline;text-underline-offset:5px;text-decoration-color:var(--olive);text-decoration-thickness:1px}.landing-root .btn-light{background:var(--white);color:var(--olive-darker);border-color:transparent}.landing-root .btn-umber{background:var(--umber);color:var(--white);border-color:transparent}.landing-root .section{padding:110px 0}.landing-root .section.contrast{background:var(--olive-darker);color:var(--sand)}.landing-root .section.olive-deep{background:var(--olive-deep);color:var(--sand)}.landing-root .section.cream{background:var(--white)}.landing-root .section.sand-2{background:var(--sand-2)}.landing-root .section-eyebrow{display:inline-flex;align-items:center;gap:14px;font-family:var(--mono);font-size:11px;letter-spacing:.22em;text-transform:uppercase;color:var(--ink-3)}.landing-root .section-eyebrow:before{content:"";width:32px;height:1px;background:var(--olive)}.landing-root .section.contrast .section-eyebrow,.landing-root .section.olive-deep .section-eyebrow{color:hsla(44,24%,91%,.65)}.landing-root .section-title{font-family:var(--serif);font-size:clamp(48px,5.4vw,80px);margin-top:22px;max-width:920px}.landing-root .section-title em{color:var(--olive)}.landing-root .section.contrast .section-title em,.landing-root .section.olive-deep .section-title em{color:var(--umber)}.landing-root .section-lede{font-size:17px;max-width:580px;line-height:1.55;color:var(--ink-2);margin-top:26px}.landing-root .section.contrast .section-lede,.landing-root .section.olive-deep .section-lede{color:hsla(44,24%,91%,.78)}.landing-root .section-header{display:grid;grid-template-columns:1.4fr 1fr;gap:60px;align-items:end;margin-bottom:72px}.landing-root .hero{padding:0 0 120px;position:relative}.landing-root .hero-grid{display:grid;grid-template-columns:1fr 1fr;gap:0;min-height:760px}.landing-root .hero-left{padding:80px 80px 60px 0;display:flex;flex-direction:column;justify-content:space-between}.landing-root .hero-eyebrow{font-family:var(--mono);font-size:11px;letter-spacing:.22em;text-transform:uppercase;color:var(--ink-2);display:flex;align-items:center;gap:14px}.landing-root .hero-eyebrow:before{content:"";width:32px;height:1px;background:var(--olive)}.landing-root .hero-headline{font-family:var(--serif);font-size:clamp(56px,6.4vw,92px);line-height:.94;letter-spacing:-.022em;margin-top:36px;color:var(--olive-darker)}.landing-root .hero-headline em{color:var(--umber)}.landing-root .hero-sub{margin-top:32px;max-width:480px;font-size:15.5px;line-height:1.6;color:var(--ink-2)}.landing-root .hero-actions{display:flex;gap:14px;margin-top:36px;align-items:center}.landing-root .hero-foot{display:flex;gap:40px;border-top:1px solid rgba(15,17,18,.12);padding-top:22px;margin-top:48px}.landing-root .hero-foot .item{display:flex;flex-direction:column;gap:4px}.landing-root .hero-foot .item .num{font-family:var(--serif);font-size:28px}.landing-root .hero-foot .item .lbl{font-size:11px;letter-spacing:.16em;text-transform:uppercase;color:var(--ink-3)}.landing-root .hero-right{position:relative;padding:80px 0 60px 30px;display:flex}.landing-root .hero-photo{position:relative;flex:1;min-height:620px;border-radius:8px;overflow:hidden;background:var(--olive-deep);box-shadow:0 30px 60px -30px rgba(46,54,47,.45)}.landing-root .hero-photo img{position:absolute;inset:0;width:100%;height:100%;-o-object-fit:cover;object-fit:cover;filter:contrast(1.02) saturate(.95)}.landing-root .hero-photo:after{content:"";position:absolute;inset:0;background:linear-gradient(160deg,rgba(46,54,47,0) 55%,rgba(46,54,47,.28))}.landing-root .hero-photo .corner{position:absolute;top:22px;right:22px;background:hsla(44,24%,91%,.92);backdrop-filter:blur(10px);padding:8px 14px;border-radius:999px;font-size:12px;display:inline-flex;align-items:center;gap:10px;color:var(--olive-darker);z-index:2}.landing-root .hero-photo .corner .pulse{width:7px;height:7px;border-radius:50%;background:var(--olive);position:relative}.landing-root .hero-photo .corner .pulse:after{content:"";position:absolute;inset:-4px;border:1px solid var(--olive);border-radius:50%;opacity:.45}.landing-root .hero-tag{position:absolute;bottom:110px;left:0;background:var(--white);color:var(--olive-darker);padding:16px 22px;font-family:var(--serif);font-style:italic;font-size:19px;line-height:1.25;border-radius:6px;box-shadow:0 24px 50px -22px rgba(15,17,18,.28);border:1px solid rgba(15,17,18,.06);max-width:330px;white-space:nowrap;z-index:3}.landing-root .hero-tag:before{content:"";position:absolute;top:16px;left:-1px;width:3px;height:calc(100% - 32px);background:var(--umber);border-radius:2px}.landing-root .feels{display:grid;grid-template-columns:1fr 1fr;gap:64px}.landing-root .feels h4{font-family:var(--mono);font-size:11px;letter-spacing:.22em;text-transform:uppercase;margin-bottom:28px}.landing-root .feels h4.problem{color:var(--umber)}.landing-root .feels h4.solution{color:var(--olive)}.landing-root .feels ul{list-style:none;display:flex;flex-direction:column;gap:18px;margin:0;padding:0}.landing-root .feels li{display:flex;gap:18px;align-items:flex-start;padding-bottom:18px;border-bottom:1px solid hsla(44,24%,91%,.12);font-size:17px;line-height:1.5}.landing-root .feels li:before{content:"";flex-shrink:0;width:22px;height:1px;background:hsla(44,24%,91%,.5);margin-top:12px}.landing-root .feels.dark .solution li:before{background:var(--olive);height:1px;width:22px}.landing-root .method-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:24px;margin-top:48px}.landing-root .method-card{background:var(--white);border-radius:10px;padding:36px 28px 32px;position:relative;border:1px solid var(--line);display:flex;flex-direction:column;gap:20px;min-height:320px}.landing-root .method-card .num{font-family:var(--serif);font-size:14px;color:var(--ink-3);letter-spacing:.04em}.landing-root .method-card .step{font-family:var(--serif);font-size:36px;color:var(--olive-darker)}.landing-root .method-card.umber .step{color:var(--umber)}.landing-root .method-card .role{font-family:var(--mono);font-size:10.5px;letter-spacing:.2em;text-transform:uppercase;color:var(--ink-3)}.landing-root .method-card .desc{font-size:14.5px;line-height:1.55;color:var(--ink-2)}.landing-root .method-card .quote{font-family:var(--serif);font-style:italic;font-size:16.5px;line-height:1.4;color:var(--olive-darker);margin-top:auto;padding-top:18px;border-top:1px solid var(--line)}.landing-root .method-card.feature{background:var(--olive-darker);color:var(--sand);border-color:var(--olive-darker)}.landing-root .method-card.feature .desc,.landing-root .method-card.feature .step{color:var(--sand)}.landing-root .method-card.feature .quote{color:hsla(44,24%,91%,.85);border-color:hsla(44,24%,91%,.18)}.landing-root .method-card.feature .num,.landing-root .method-card.feature .role{color:hsla(44,24%,91%,.6)}.landing-root .bewell{display:grid;grid-template-columns:1fr 1fr;gap:32px}.landing-root .bd-card{background:var(--white);border-radius:14px;padding:48px 40px;display:flex;flex-direction:column;gap:24px;border:1px solid var(--line);min-height:540px}.landing-root .bd-card.do{background:var(--olive-darker);color:var(--sand);border-color:var(--olive-darker)}.landing-root .bd-card .tag{font-family:var(--mono);font-size:10.5px;letter-spacing:.22em;text-transform:uppercase;color:var(--ink-3)}.landing-root .bd-card.do .tag{color:hsla(44,24%,91%,.7)}.landing-root .bd-card h3{font-family:var(--serif);font-size:48px;line-height:1.04;letter-spacing:-.02em}.landing-root .bd-card .lede{font-size:15.5px;line-height:1.55;color:var(--ink-2);max-width:420px}.landing-root .bd-card.do .lede{color:hsla(44,24%,91%,.78)}.landing-root .bd-card ul{list-style:none;display:flex;flex-direction:column;gap:0;margin-top:auto;padding:0}.landing-root .bd-card ul li{display:flex;justify-content:space-between;align-items:baseline;padding:14px 0;border-top:1px solid var(--line)}.landing-root .bd-card.do ul li{border-color:hsla(44,24%,91%,.16)}.landing-root .bd-card .what{font-size:15px}.landing-root .bd-card .when{font-size:12.5px;color:var(--ink-3);font-family:var(--mono);letter-spacing:.06em}.landing-root .bd-card.do .when{color:hsla(44,24%,91%,.55)}.landing-root .neuro-grid{display:grid;grid-template-columns:1fr 1.35fr;gap:56px;align-items:center}.landing-root .stats-row{display:grid;grid-template-columns:1fr 1fr;gap:28px 40px;margin-top:40px;padding-top:32px;border-top:1px solid hsla(44,24%,91%,.18)}.landing-root .stat .num{font-family:var(--serif);font-size:56px;line-height:1;color:var(--umber)}.landing-root .stat .lbl{font-size:13px;line-height:1.45;color:hsla(44,24%,91%,.78);margin-top:10px;max-width:200px}.landing-root .devices{position:relative;width:100%}.landing-root .mockup-img{width:100%;height:auto;-o-object-fit:contain;object-fit:contain;filter:drop-shadow(0 40px 60px rgba(46,54,47,.28))}.landing-root .how-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:0;border-top:1px solid var(--line)}.landing-root .how-cell{padding:36px 24px 36px 0;border-right:1px solid var(--line);display:flex;flex-direction:column;gap:16px}.landing-root .how-cell:last-child{border-right:none;padding-right:0}.landing-root .how-cell+.how-cell{padding-left:24px}.landing-root .how-cell .num{font-family:var(--serif);font-size:36px;color:var(--umber)}.landing-root .how-cell h5{font-family:var(--serif);font-size:22px;line-height:1.1}.landing-root .how-cell p{font-size:14.5px;line-height:1.55;color:var(--ink-2)}.landing-root .timer-bar{display:inline-flex;align-items:center;gap:18px;background:var(--olive-darker);color:var(--sand);padding:12px 22px;border-radius:999px;margin-bottom:28px}.landing-root .timer-bar .lbl{font-family:var(--mono);font-size:10.5px;letter-spacing:.18em}.landing-root .timer-bar .tunits,.landing-root .timer-bar .units{display:flex;gap:6px;align-items:baseline}.landing-root .timer-bar .tu,.landing-root .timer-bar .u{font-family:var(--serif);font-size:18px}.landing-root .timer-bar .s{font-size:9px;opacity:.7;font-family:var(--mono);letter-spacing:.12em}.landing-root .pricing{display:grid;grid-template-columns:repeat(3,1fr);gap:24px;margin-top:60px}.landing-root .plan{background:var(--white);border-radius:14px;padding:40px 32px 36px;display:flex;flex-direction:column;gap:18px;border:1px solid var(--line);position:relative;text-align:left}.landing-root .plan.popular{background:var(--olive-darker);color:var(--sand);border-color:var(--olive-darker)}.landing-root .plan-tag{position:absolute;top:-12px;left:32px;background:var(--umber);color:var(--white);padding:6px 14px;border-radius:999px;font-family:var(--mono);font-size:10px;letter-spacing:.18em}.landing-root .plan h4{font-family:var(--serif);font-size:32px}.landing-root .plan .duration{font-family:var(--mono);font-size:11px;letter-spacing:.18em;text-transform:uppercase;color:var(--ink-3)}.landing-root .plan.popular .duration{color:hsla(44,24%,91%,.65)}.landing-root .plan .price{display:flex;align-items:baseline;gap:8px;padding:12px 0;border-top:1px solid var(--line);border-bottom:1px solid var(--line)}.landing-root .plan.popular .price{border-color:hsla(44,24%,91%,.18)}.landing-root .plan .price .num{font-family:var(--serif);font-size:56px;line-height:1}.landing-root .plan .price .per{font-size:13px;color:var(--ink-3)}.landing-root .plan.popular .price .per{color:hsla(44,24%,91%,.7)}.landing-root .plan .strike{text-decoration:line-through;color:var(--ink-3);font-size:13px}.landing-root .plan.popular .strike{color:hsla(44,24%,91%,.55)}.landing-root .plan .discount{display:inline-flex;align-self:flex-start;padding:4px 12px;border-radius:999px;background:var(--umber);color:var(--white);font-family:var(--mono);font-size:10px;letter-spacing:.18em}.landing-root .plan ul{list-style:none;display:flex;flex-direction:column;gap:10px;padding:14px 0 0;margin:0}.landing-root .plan ul li{font-size:14px;line-height:1.45;padding-left:20px;position:relative;text-align:left}.landing-root .plan ul li:before{content:"";position:absolute;left:0;top:8px;width:7px;height:7px;border-radius:50%;background:var(--olive)}.landing-root .plan.popular ul li:before{background:var(--umber)}.landing-root .plan .btn{display:inline-flex;align-items:center;justify-content:center;gap:10px;margin-top:8px;width:100%;padding:16px 28px;border-radius:999px;background:var(--olive-darker);color:var(--sand);font-size:14.5px;font-weight:500;border:1px solid var(--olive-darker)}.landing-root .plan .btn:disabled{opacity:.6;cursor:not-allowed}.landing-root .plan.popular .btn{background:var(--white);color:var(--olive-darker);border-color:transparent}.landing-root .plan-cap{font-family:var(--mono);font-size:10px;letter-spacing:.18em;text-transform:uppercase;color:var(--ink-3);text-align:center}.landing-root .plan.popular .plan-cap{color:hsla(44,24%,91%,.6)}.landing-root .addons{display:flex;flex-wrap:wrap;justify-content:center;align-items:center;gap:14px;margin-top:40px;font-size:13.5px;color:var(--ink-2)}.landing-root .addons strong{color:var(--ink);font-weight:600}.landing-root .testimonials{display:grid;grid-template-columns:repeat(3,1fr);gap:24px}.landing-root .tmnl{background:var(--white);border-radius:12px;padding:32px 28px;display:flex;flex-direction:column;gap:22px;border:1px solid var(--line);position:relative}.landing-root .tmnl:before{content:"\201C";position:absolute;top:18px;right:28px;font-family:var(--serif);font-size:60px;line-height:1;color:var(--umber);opacity:.7}.landing-root .tmnl .quote{font-family:var(--serif);font-size:17px;line-height:1.45;color:var(--olive-darker)}.landing-root .tmnl .badges{display:flex;gap:6px}.landing-root .tmnl .badge{font-family:var(--mono);font-size:9.5px;letter-spacing:.18em;text-transform:uppercase;padding:5px 10px;border-radius:999px}.landing-root .tmnl .badge.be{background:hsla(93,15%,54%,.18);color:var(--olive-deep)}.landing-root .tmnl .badge.do{background:rgba(201,123,90,.18);color:var(--umber-deep)}.landing-root .tmnl .who{display:flex;align-items:center;gap:14px;padding-top:22px;border-top:1px solid var(--line);margin-top:auto}.landing-root .tmnl .avatar{width:42px;height:42px;border-radius:50%;background:var(--olive);color:var(--sand);font-family:var(--serif);font-size:18px;display:flex;align-items:center;justify-content:center;flex-shrink:0}.landing-root .tmnl .who .name{font-size:14.5px;font-weight:500}.landing-root .tmnl .who .role{font-size:12px;color:var(--ink-3)}.landing-root .faq{max-width:880px;margin:0 auto}.landing-root .faq-item{border-top:1px solid var(--line);padding:24px 0;cursor:pointer}.landing-root .faq-item:last-child{border-bottom:1px solid var(--line)}.landing-root .faq-q{display:flex;justify-content:space-between;align-items:baseline;gap:16px;font-family:var(--serif);font-size:22px;width:100%;text-align:left}.landing-root .faq-q .plus{font-family:var(--sans);font-size:22px;color:var(--olive);flex-shrink:0;transition:transform .3s ease}.landing-root .faq-item.open .faq-q .plus{transform:rotate(45deg)}.landing-root .faq-a{margin-top:0;max-height:0;overflow:hidden;font-size:15px;line-height:1.6;color:var(--ink-2);max-width:720px;transition:max-height .3s ease,margin-top .3s ease}.landing-root .faq-item.open .faq-a{margin-top:14px;max-height:640px}.landing-root .founder{background:var(--white);border:1px solid var(--line);border-radius:18px;overflow:hidden;display:grid;grid-template-columns:minmax(0,.82fr) minmax(0,1fr);align-items:stretch}.landing-root .founder .photo{min-height:100%;aspect-ratio:1300/1947;overflow:hidden;background:var(--olive-deep);position:relative}.landing-root .founder-body{padding:48px 52px;display:flex;flex-direction:column}.landing-root .founder .photo img{width:100%;height:100%;-o-object-fit:cover;object-fit:cover}.landing-root .founder .role-tag{font-family:var(--mono);font-size:10.5px;letter-spacing:.2em;text-transform:uppercase;color:var(--umber-deep)}.landing-root .founder h3{font-family:var(--serif);font-size:46px;margin:16px 0 8px;letter-spacing:-.015em}.landing-root .founder .creds{font-size:13px;color:var(--ink-3);margin-bottom:22px}.landing-root .founder .bio{font-size:15px;line-height:1.6;color:var(--ink-2)}.landing-root .founder .bio p+p{margin-top:14px}.landing-root .founder .quote{font-family:var(--serif);font-style:italic;font-size:18px;line-height:1.4;color:var(--olive-darker);margin-top:auto;padding-top:24px;border-top:1px solid var(--line);position:relative}.landing-root .founder .quote:before{content:"\201C";color:var(--umber);margin-right:4px}.landing-root .final-cta{text-align:center;padding:140px 0}.landing-root .final-cta h2{font-family:var(--serif);font-size:clamp(56px,7vw,96px);line-height:.96;letter-spacing:-.022em;max-width:1000px;margin:0 auto}.landing-root .final-cta h2 em{color:var(--umber)}.landing-root .final-cta p{max-width:540px;margin:28px auto 0;font-size:17px;line-height:1.55;color:hsla(44,24%,91%,.78)}.landing-root .final-cta .actions{display:flex;gap:14px;justify-content:center;margin-top:40px;flex-wrap:wrap}.landing-root .final-cta .btn-ghost{color:var(--sand);text-decoration-color:hsla(44,24%,91%,.5)}.landing-root .footer{background:var(--olive-darker);color:hsla(44,24%,91%,.7);padding:64px 0 40px;border-top:1px solid hsla(44,24%,91%,.1)}.landing-root .footer-grid{display:grid;grid-template-columns:2fr 1fr 1fr 1fr;gap:40px;padding-bottom:40px;border-bottom:1px solid hsla(44,24%,91%,.12)}.landing-root .footer h6{font-family:var(--mono);font-size:11px;letter-spacing:.22em;text-transform:uppercase;color:hsla(44,24%,91%,.55);margin-bottom:20px}.landing-root .footer ul{list-style:none;display:flex;flex-direction:column;gap:10px;font-size:14px;margin:0;padding:0}.landing-root .footer .brand,.landing-root .footer ul a:hover{color:var(--sand)}.landing-root .footer-tag{font-family:var(--serif);font-style:italic;font-size:18px;color:var(--sand);margin-top:14px;max-width:320px}.landing-root .footer-bottom{display:flex;justify-content:space-between;padding-top:28px;font-size:12px}@media (max-width:1100px){.landing-root .bewell,.landing-root .feels,.landing-root .hero-grid,.landing-root .neuro-grid{grid-template-columns:1fr;gap:48px}.landing-root .how-grid,.landing-root .method-grid,.landing-root .pricing,.landing-root .testimonials{grid-template-columns:1fr 1fr}.landing-root .hero-left{padding-right:0}.landing-root .hero-right{padding-left:0}.landing-root .footer-grid{grid-template-columns:1fr 1fr}.landing-root .founder{grid-template-columns:1fr}.landing-root .founder .photo{aspect-ratio:1300/1947;min-height:0;align-self:start}.landing-root .founder-body{padding:32px 28px 36px}.landing-root .container{padding:0 28px}}@media (max-width:880px){.landing-root .nav-cta,.landing-root .nav-links{display:none}.landing-root .nav-burger{display:inline-flex}.landing-root .section{padding:72px 0}.landing-root .section-header{grid-template-columns:1fr;gap:20px;margin-bottom:48px}.landing-root .hero-left{padding-top:56px}.landing-root .hero-right{padding-top:0}.landing-root .hero-photo{min-height:460px}.landing-root .how-grid,.landing-root .method-grid,.landing-root .pricing,.landing-root .testimonials{grid-template-columns:1fr}.landing-root .how-cell{border-right:none;border-bottom:1px solid var(--line);padding:28px 0}.landing-root .how-cell+.how-cell{padding-left:0}.landing-root .hero-tag{white-space:normal}.landing-root .final-cta{padding:90px 0}.landing-root .footer-bottom{flex-direction:column;gap:10px}}