.landing-root{overflow-x:clip;--bg:#f5efe6;--bg-2:#ede3d4;--bg-3:#e8ddd0;--ink:#2a2522;--ink-2:#57504a;--ink-3:#8c8278;--line:#d9cdba;--primary:#8fa37e;--primary-deep:#5e7355;--accent:#c97b5a;--accent-deep:#a85f40;--warm:#e2b47a;--paper:#fbf7f0;--shadow:0 30px 80px -40px rgba(60,40,20,.25);--radius:22px;--radius-lg:36px;--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;font-family:var(--sans);background:var(--bg);color:var(--ink);font-size:17px;line-height:1.55;-webkit-font-smoothing:antialiased}.landing-root *{box-sizing:border-box}.landing-root img{max-width:100%;display:block}.landing-root a{color:inherit;text-decoration:none}.landing-root a.bsb{color:var(--ink)}.landing-root a.bsb-primary{color:var(--paper)}.landing-root button{font:inherit;cursor:pointer;border:none;background:none;color:inherit}.landing-root .serif{font-family:var(--serif);font-weight:400;letter-spacing:-.015em;line-height:1.02}.landing-root .serif-italic{font-family:var(--serif);font-style:italic;font-weight:400}.landing-root .mono{font-family:var(--mono);font-size:11px;letter-spacing:.18em;text-transform:uppercase;color:var(--ink-3)}.landing-root .container{max-width:1280px;margin:0 auto;padding:0 32px}.landing-root .container-narrow{max-width:920px;margin:0 auto;padding:0 32px}@media (max-width:480px){.landing-root .container,.landing-root .container-narrow{padding:0 20px}.landing-root .nav-inner{padding:14px 20px}}.landing-root .nav{position:sticky;top:0;z-index:50;background:color-mix(in oklab,var(--bg) 90%,transparent);backdrop-filter:saturate(140%) blur(14px);-webkit-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 32px;max-width:1280px;margin:0 auto}.landing-root .nav-links{display:flex;gap:32px;font-size:14.5px;color:var(--ink-2)}.landing-root .nav-links a{opacity:.85}.landing-root .nav-links a:hover{color:var(--accent);opacity:1}.landing-root .nav-cta{display:inline-flex;align-items:center;padding:11px 20px;border-radius:999px;font-size:13.5px;font-weight:500;background:var(--ink);color:var(--paper);border:1px solid var(--ink);white-space:nowrap;transition:transform .15s ease,background .2s ease,border-color .2s ease}.landing-root #be-well,.landing-root #founders,.landing-root #method,.landing-root #pricing{scroll-margin-top:96px}.landing-root .nav-cta:hover{background:var(--accent-deep);border-color:var(--accent-deep);color:var(--paper);transform:translateY(-1px)}.landing-root .nav-burger{display:none;align-items:center;justify-content:center;width:40px;height:40px;border-radius:10px;border:1px solid var(--line-2);background:var(--paper);color:var(--ink-2);transition:background-color .15s ease,color .15s ease}.landing-root .nav-burger:hover{background:var(--bg-2);color:var(--ink)}@media (max-width:880px){.landing-root .nav-cta,.landing-root .nav-links{display:none}.landing-root .nav-burger{display:inline-flex}}.landing-root .btn{display:inline-flex;align-items:center;justify-content:center;gap:10px;padding:18px 28px;border-radius:999px;font-weight:500;font-size:15px;letter-spacing:.005em;transition:transform .15s ease,background .2s ease;border:1px solid transparent;white-space:nowrap}.landing-root .btn-primary{background:var(--ink);color:var(--bg)}.landing-root .btn-primary:hover{transform:translateY(-1px);background:var(--accent-deep);color:var(--paper)}.landing-root .btn-ghost{background:transparent;color:var(--ink);border-color:var(--line)}.landing-root .btn-ghost:hover{background:var(--bg-2)}.landing-root .btn-accent{background:var(--accent);color:var(--paper)}.landing-root .btn-accent:hover{background:var(--accent-deep)}.landing-root .eyebrow{display:inline-flex;align-items:center;gap:10px;font-family:var(--mono);font-size:11px;letter-spacing:.22em;text-transform:uppercase;color:var(--ink-3)}.landing-root .eyebrow:before{content:"";width:18px;height:1px;background:currentColor}.landing-root .ph{background:repeating-linear-gradient(135deg,color-mix(in oklab,var(--bg-3) 90%,var(--accent) 10%) 0 8px,var(--bg-3) 8px 16px);border:1px solid var(--line);border-radius:12px;display:flex;align-items:center;justify-content:center;font-family:var(--mono);font-size:10px;letter-spacing:.2em;text-transform:uppercase;color:var(--ink-3);text-align:center;padding:14px}.landing-root .hero{position:relative;padding:88px 0 120px;overflow:hidden}.landing-root .hero-grid{display:grid;grid-template-columns:1fr 1fr;gap:64px;align-items:stretch}@media (max-width:980px){.landing-root .hero-grid{grid-template-columns:1fr;gap:56px}.landing-root .hero{padding:56px 0 96px}}.landing-root .hero-left{display:flex;flex-direction:column;justify-content:space-between;gap:48px;min-width:0}.landing-root .hero .eyebrow.hero-eyebrow{color:var(--ink-2)}.landing-root .hero .eyebrow.hero-eyebrow:before{width:32px;background:var(--primary)}.landing-root .hero-headline{font-family:var(--serif);font-size:clamp(56px,6.4vw,92px);font-weight:400;line-height:.94;letter-spacing:-.022em;margin:32px 0 0;color:var(--ink);text-wrap:balance}.landing-root .hero-headline em{font-style:italic;color:var(--accent);font-weight:400}.landing-root .hero-sub{font-size:16px;color:var(--ink-2);max-width:480px;margin:32px 0 0;line-height:1.6;text-wrap:pretty}.landing-root .hero-actions{display:flex;gap:14px;flex-wrap:wrap;align-items:center;margin-top:36px}.landing-root .hero-meta{display:flex;gap:40px;padding-top:22px;border-top:1px solid color-mix(in oklab,var(--ink) 14%,transparent);flex-wrap:wrap}.landing-root .hero-meta-item{display:flex;flex-direction:column;gap:4px}.landing-root .hero-meta-item .num{font-family:var(--serif);font-size:28px;display:block;color:var(--ink);line-height:1}.landing-root .hero-meta-item .lbl{font-family:var(--mono);font-size:11px;letter-spacing:.16em;text-transform:uppercase;color:var(--ink-3)}.landing-root .hero-right{position:relative;aspect-ratio:4/5;min-height:540px}@media (max-width:980px){.landing-root .hero-right{aspect-ratio:4/5;min-height:480px}}.landing-root .hero-photo{position:relative;width:100%;height:100%;border-radius:8px;overflow:hidden;background:var(--primary-deep);box-shadow:0 30px 60px -30px rgba(46,54,47,.45)}.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));pointer-events:none}.landing-root .hero-method-pill{position:absolute;top:22px;right:22px;background:color-mix(in oklab,var(--paper) 92%,transparent);backdrop-filter:blur(10px);padding:8px 14px;border-radius:999px;z-index:3;display:inline-flex;align-items:center;gap:10px;font-size:12px;letter-spacing:.02em;color:var(--ink);border:1px solid color-mix(in oklab,var(--ink) 6%,transparent)}.landing-root .hero-method-pill .dot{position:relative;width:7px;height:7px;border-radius:50%;background:var(--primary)}.landing-root .hero-method-pill .dot:after{content:"";position:absolute;inset:-4px;border:1px solid var(--primary);border-radius:50%;opacity:.45}.landing-root .hero-quote{position:absolute;bottom:90px;left:-30px;background:var(--paper);color:var(--ink);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),0 1px 0 rgba(15,17,18,.04);border:1px solid color-mix(in oklab,var(--ink) 6%,transparent);max-width:240px;z-index:4}.landing-root .hero-quote:before{content:"";position:absolute;top:16px;left:-1px;width:3px;height:calc(100% - 32px);background:var(--accent);border-radius:2px}.landing-root .hero-quote em{font-style:italic;color:var(--ink)}@media (max-width:980px){.landing-root .hero-quote{left:16px;bottom:16px;max-width:220px;font-size:17px}.landing-root .hero-method-pill{top:16px;right:16px}}.landing-root .section{padding:120px 0;position:relative}.landing-root .section-header{display:grid;grid-template-columns:1fr 1.4fr;gap:60px;margin-bottom:72px;align-items:end}@media (max-width:880px){.landing-root .section-header{grid-template-columns:1fr;gap:28px}}.landing-root .section-title{font-family:var(--serif);font-size:clamp(36px,4.6vw,60px);font-weight:400;line-height:1.02;letter-spacing:-.02em;margin:14px 0 0;text-wrap:balance}.landing-root .section-lede{font-size:19px;color:var(--ink-2);text-wrap:pretty}.landing-root .contrast{background:var(--ink);color:var(--bg)}.landing-root .contrast .section-lede,.landing-root .contrast .section-title{color:var(--bg)}.landing-root .contrast .eyebrow,.landing-root .contrast .mono{color:color-mix(in oklab,var(--bg) 60%,transparent)}.landing-root .feels{display:grid;grid-template-columns:1fr 1fr;gap:80px}@media (max-width:880px){.landing-root .feels{grid-template-columns:1fr;gap:48px}}.landing-root .feels-list{display:flex;flex-direction:column;gap:0;padding:0}.landing-root .feels-list li{list-style:none;padding:22px 0;border-top:1px solid color-mix(in oklab,var(--line) 60%,transparent);display:flex;gap:18px;align-items:flex-start;font-size:18px;line-height:1.4}.landing-root .contrast .feels-list li{border-color:color-mix(in oklab,var(--bg) 18%,transparent)}.landing-root .feels-list li:last-child{border-bottom:1px solid color-mix(in oklab,var(--line) 60%,transparent)}.landing-root .contrast .feels-list li:last-child{border-bottom-color:color-mix(in oklab,var(--bg) 18%,transparent)}.landing-root .feels-mark{flex:none;width:22px;height:22px;margin-top:2px;border-radius:50%;border:1.5px solid;opacity:.4}.landing-root .feels-list.solution .feels-mark{background:var(--primary);border-color:var(--primary);opacity:1;box-shadow:inset 0 0 0 4px var(--ink)}.landing-root .method-frame{background:var(--paper);border-radius:var(--radius-lg);padding:80px 64px;border:1px solid var(--line)}@media (max-width:720px){.landing-root .method-frame{padding:48px 24px}}.landing-root .method-viz-circle{position:relative;width:min(560px,100%);aspect-ratio:1;margin:100px auto 160px}.landing-root .method-circle-track{position:absolute;inset:0;border-radius:50%;border:1.5px dashed var(--line)}.landing-root .method-center{position:absolute;inset:26%;border-radius:50%;background:var(--bg-2);border:1px solid var(--line);display:flex;flex-direction:column;align-items:center;justify-content:center;text-align:center;padding:16px}.landing-root .method-center .label{font-family:var(--mono);font-size:10px;letter-spacing:.2em;color:var(--ink-3);margin-bottom:6px}.landing-root .method-center .name{font-family:var(--serif);font-size:clamp(22px,3vw,36px);line-height:1}.landing-root .method-node{position:absolute;width:220px;text-align:center;transform:translate(-50%,-46px)}.landing-root .method-node .badge{width:92px;height:92px;border-radius:50%;margin:0 auto 14px;display:flex;align-items:center;justify-content:center;font-family:var(--serif);font-size:32px;color:var(--paper);box-shadow:var(--shadow)}.landing-root .method-node h4{font-family:var(--serif);font-size:24px;margin:0 0 6px;font-weight:400}.landing-root .method-node p{font-size:14px;color:var(--ink-2);margin:0;line-height:1.45}.landing-root .method-node[data-step="1"]{top:0;left:50%}.landing-root .method-node[data-step="2"]{top:50%;left:100%}.landing-root .method-node[data-step="3"]{top:100%;left:50%}.landing-root .method-node[data-step="4"]{top:50%;left:0}@media (max-width:720px){.landing-root .method-viz-circle{display:none}}.landing-root .method-fallback{display:none;flex-direction:column;gap:16px;margin-top:32px}@media (max-width:720px){.landing-root .method-fallback{display:flex}}.landing-root .method-card{background:var(--bg);border:1px solid var(--line);border-radius:var(--radius);padding:28px 24px 32px;position:relative;transition:transform .25s ease,box-shadow .25s ease}.landing-root .method-card:hover{transform:translateY(-4px);box-shadow:var(--shadow)}.landing-root .method-card .step-num{font-family:var(--mono);font-size:11px;letter-spacing:.2em;color:var(--ink-3)}.landing-root .method-card .step-mark{width:56px;height:56px;border-radius:14px;margin:14px 0 22px;display:flex;align-items:center;justify-content:center;font-family:var(--serif);font-size:22px;color:var(--paper)}.landing-root .method-card h4{font-family:var(--serif);font-size:30px;font-weight:400;margin:0 0 10px;letter-spacing:-.01em}.landing-root .method-card .role{font-family:var(--mono);font-size:10px;color:var(--ink-3);margin-bottom:14px}.landing-root .method-card p{font-size:15px;color:var(--ink-2);line-height:1.5;margin:0}.landing-root .method-ribbon{display:flex;align-items:center;justify-content:center;gap:18px;margin:56px 0 0;flex-wrap:wrap;font-family:var(--serif);font-size:clamp(22px,3vw,38px);font-style:italic;color:var(--ink-2)}.landing-root .method-ribbon .sep{color:var(--accent);font-style:normal}.landing-root .method-ribbon .word{font-style:italic;color:var(--ink)}.landing-root .bewell-dowell{display:grid;grid-template-columns:1fr 1fr;gap:28px}@media (max-width:880px){.landing-root .bewell-dowell{grid-template-columns:1fr}}.landing-root .bd-card{border-radius:var(--radius-lg);padding:48px 44px;position:relative;overflow:hidden;min-height:540px;display:flex;flex-direction:column}.landing-root .bd-card.be{background:linear-gradient(180deg,color-mix(in oklab,var(--primary) 30%,var(--bg)) 0,var(--bg) 100%);border:1px solid color-mix(in oklab,var(--primary) 30%,var(--line))}.landing-root .bd-card.do{background:linear-gradient(180deg,color-mix(in oklab,var(--accent) 25%,var(--bg)) 0,var(--bg) 100%);border:1px solid color-mix(in oklab,var(--accent) 30%,var(--line))}.landing-root .bd-card .tag{font-family:var(--mono);font-size:11px;letter-spacing:.22em}.landing-root .bd-card.be .tag{color:var(--primary-deep)}.landing-root .bd-card.do .tag{color:var(--accent-deep)}.landing-root .bd-card h3{font-family:var(--serif);font-size:56px;font-weight:400;letter-spacing:-.02em;margin:14px 0 6px;line-height:1}.landing-root .bd-card .lede{font-size:17px;color:var(--ink-2);margin-bottom:28px;max-width:380px}.landing-root .bd-list{list-style:none;padding:0;margin:0 0 24px;display:flex;flex-direction:column;gap:14px}.landing-root .bd-list li{display:grid;grid-template-columns:auto 1fr;gap:14px;align-items:baseline;padding-bottom:14px;border-bottom:1px solid color-mix(in oklab,var(--ink) 8%,transparent);font-size:15px}.landing-root .bd-list li:last-child{border-bottom:0}.landing-root .bd-list .what{font-family:var(--serif);font-size:18px}.landing-root .bd-list .when{color:var(--ink-2)}.landing-root .neuro{display:grid;grid-template-columns:1.1fr 1fr;gap:80px;align-items:center}@media (max-width:880px){.landing-root .neuro{grid-template-columns:1fr;gap:48px}}.landing-root .neuro-stats{display:grid;grid-template-columns:1fr 1fr;gap:24px;margin-top:36px}@media (max-width:480px){.landing-root .neuro-stats{grid-template-columns:1fr;gap:16px}.landing-root .neuro-stat .num{font-size:44px}}.landing-root .neuro-stat{background:var(--bg-2);border:1px solid var(--line);border-radius:18px;padding:24px}.landing-root .neuro-stat .num{font-family:var(--serif);font-size:56px;line-height:1;letter-spacing:-.03em;display:block;color:var(--accent)}.landing-root .neuro-stat .lbl{font-size:13px;color:var(--ink-2);margin-top:22px;line-height:1.4;display:block}.landing-root .neuro-mockup{width:100%;max-width:560px;margin:0 auto}.landing-root .neuro-mockup img{width:100%;height:auto;display:block}.landing-root .steps{display:grid;grid-template-columns:repeat(4,1fr);gap:4px;margin-top:48px}@media (max-width:880px){.landing-root .steps{grid-template-columns:1fr 1fr}}@media (max-width:480px){.landing-root .steps{grid-template-columns:1fr}}.landing-root .step-cell{padding:28px 20px 32px;border-top:1.5px solid var(--ink);position:relative}.landing-root .step-cell .num{font-family:var(--serif);font-size:64px;line-height:1;font-weight:400;letter-spacing:-.04em}.landing-root .step-cell h5{font-family:var(--serif);font-size:22px;font-weight:400;margin:18px 0 8px}.landing-root .step-cell p{font-size:14px;color:var(--ink-2);margin:0;line-height:1.5}.landing-root .founders{display:grid;grid-template-columns:1fr 1fr;gap:48px}@media (max-width:880px){.landing-root .founders{grid-template-columns:1fr;gap:40px}}.landing-root .founder{background:var(--paper);border:1px solid var(--line);border-radius:var(--radius-lg);padding:36px;position:relative;overflow:hidden}.landing-root .founder .photo{aspect-ratio:4/3;border-radius:18px;margin-bottom:24px}.landing-root .founder .role-tag{font-family:var(--mono);font-size:10px;letter-spacing:.2em;color:var(--ink-3);margin-bottom:8px;display:block}.landing-root .founder.be .role-tag{color:var(--primary-deep)}.landing-root .founder.do .role-tag{color:var(--accent-deep)}.landing-root .founder h3{font-family:var(--serif);font-size:36px;font-weight:400;margin:0 0 6px;letter-spacing:-.015em}.landing-root .founder .creds{font-size:13px;color:var(--ink-2);margin-bottom:18px;line-height:1.4}.landing-root .founder .bio{font-size:15px;color:var(--ink-2);line-height:1.55;margin-bottom:22px}.landing-root .founder .quote{font-family:var(--serif);font-style:italic;font-size:19px;line-height:1.35;padding-top:22px;border-top:1px solid var(--line);color:var(--ink)}.landing-root .founder .quote:before{content:"\201C";color:var(--accent);margin-right:4px;font-size:28px}.landing-root .timer-bar{background:var(--ink);color:var(--bg);border-radius:999px;display:inline-flex;align-items:center;gap:16px;padding:14px 24px;font-size:13px;margin-bottom:32px}.landing-root .timer-bar .tunits{display:flex;align-items:center;gap:6px;font-family:var(--mono);letter-spacing:.1em}.landing-root .timer-bar .tu{background:color-mix(in oklab,var(--bg) 18%,transparent);border-radius:6px;padding:4px 8px;min-width:32px;text-align:center}.landing-root .pricing{display:grid;grid-template-columns:repeat(3,1fr);gap:16px;margin-top:32px}@media (max-width:880px){.landing-root .pricing{grid-template-columns:1fr}}.landing-root .plan{background:var(--paper);border:1px solid var(--line);border-radius:var(--radius);padding:32px 28px;display:flex;flex-direction:column;position:relative}.landing-root .plan.popular{background:var(--ink);color:var(--bg);border-color:var(--ink);transform:scale(1.02)}.landing-root .plan-tag{position:absolute;top:-12px;left:50%;transform:translateX(-50%);background:var(--accent);color:var(--paper);font-family:var(--mono);font-size:10px;letter-spacing:.18em;padding:6px 12px;border-radius:999px}.landing-root .plan h4{font-family:var(--serif);font-size:30px;font-weight:400;margin:0 0 4px}.landing-root .plan .duration{font-size:13px;color:var(--ink-2);margin-bottom:24px}.landing-root .plan.popular .duration{color:color-mix(in oklab,var(--bg) 70%,transparent)}.landing-root .plan .price{display:flex;align-items:baseline;gap:10px;margin-bottom:4px}.landing-root .plan .price .num{font-family:var(--serif);font-size:56px;line-height:1;letter-spacing:-.03em}.landing-root .plan .price .per{font-size:14px;color:var(--ink-2)}.landing-root .plan.popular .price .per{color:color-mix(in oklab,var(--bg) 70%,transparent)}.landing-root .plan .strike{font-size:13px;color:var(--ink-3);text-decoration:line-through;margin-bottom:14px}.landing-root .plan .discount{display:inline-flex;align-self:flex-start;font-family:var(--mono);font-size:10px;letter-spacing:.18em;background:color-mix(in oklab,var(--primary) 25%,transparent);color:var(--primary-deep);padding:4px 10px;border-radius:999px;margin-bottom:24px}.landing-root .plan.popular .discount{background:color-mix(in oklab,var(--warm) 50%,transparent);color:var(--ink)}.landing-root .plan ul{list-style:none;margin:0 0 28px;padding:0;display:flex;flex-direction:column;gap:10px;flex:1}.landing-root .plan li{font-size:14px;display:grid;grid-template-columns:16px 1fr;gap:10px;line-height:1.4}.landing-root .plan li:before{content:"";margin-top:6px;width:6px;height:6px;background:var(--primary);border-radius:50%}.landing-root .plan.popular li:before{background:var(--warm)}.landing-root .plan .btn{width:100%}.landing-root .plan-cap{font-family:var(--mono);font-size:10px;letter-spacing:.18em;color:var(--ink-3);margin-top:12px;text-align:center}.landing-root .addons{display:flex;gap:24px;flex-wrap:wrap;margin-top:40px;padding:20px 28px;border-radius:999px;background:var(--bg-2);border:1px solid var(--line);font-size:13px;color:var(--ink-2);justify-content:center}.landing-root .addons span strong{color:var(--ink);font-family:var(--serif);font-style:italic;font-size:16px;font-weight:400}.landing-root .testimonials-carousel{margin-top:48px}.landing-root .testimonials-scroller{display:flex;gap:20px;overflow-x:auto;scroll-snap-type:x mandatory;scroll-behavior:smooth;scrollbar-width:none;-ms-overflow-style:none;padding-bottom:4px}.landing-root .testimonials-scroller::-webkit-scrollbar{display:none}.landing-root .tmnl{background:var(--paper);border:1px solid var(--line);border-radius:var(--radius);padding:32px 28px;display:flex;flex-direction:column;gap:22px;flex:0 0 calc((100% - 40px) / 3);scroll-snap-align:start}@media (max-width:880px){.landing-root .tmnl{flex-basis:86vw}}.landing-root .tmnl .quote{font-family:var(--serif);font-size:20px;line-height:1.35;font-weight:400;letter-spacing:-.005em;flex:1;margin:0}.landing-root .tmnl .quote:before{content:"\201C";color:var(--accent);margin-right:4px}.landing-root .tmnl .badges{display:flex;gap:6px;flex-wrap:wrap}.landing-root .tmnl .badge{font-family:var(--mono);font-size:9px;letter-spacing:.18em;padding:4px 8px;border-radius:999px;background:var(--bg-2);color:var(--ink-2)}.landing-root .tmnl .badge.be{background:color-mix(in oklab,var(--primary) 22%,transparent);color:var(--primary-deep)}.landing-root .tmnl .badge.do{background:color-mix(in oklab,var(--accent) 22%,transparent);color:var(--accent-deep)}.landing-root .tmnl .who{display:flex;align-items:center;gap:12px;padding-top:18px;border-top:1px solid var(--line)}.landing-root .tmnl .avatar{width:44px;height:44px;border-radius:50%;background:linear-gradient(135deg,var(--warm),var(--accent));font-family:var(--serif);display:flex;align-items:center;justify-content:center;font-size:18px;color:var(--paper);flex-shrink:0}.landing-root .tmnl .name{font-weight:500;font-size:15px;color:var(--ink)}.landing-root .testimonials-controls{display:flex;justify-content:center;gap:12px;margin-top:28px}.landing-root .testimonials-controls button{display:inline-flex;align-items:center;justify-content:center;width:40px;height:40px;border-radius:999px;background:var(--paper);color:var(--ink);border:1px solid var(--line);cursor:pointer;transition:background .15s ease,border-color .15s ease,color .15s ease,opacity .15s ease}.landing-root .testimonials-controls button:hover:not(:disabled){background:var(--ink);color:var(--paper);border-color:var(--ink)}.landing-root .testimonials-controls button:disabled{opacity:.4;cursor:not-allowed}.landing-root .faq{margin-top:48px;border-top:1px solid var(--line)}.landing-root .faq-item{border-bottom:1px solid var(--line)}.landing-root .faq-q{display:flex;justify-content:space-between;align-items:center;width:100%;text-align:left;padding:28px 0;font-family:var(--serif);font-size:22px;font-weight:400;color:var(--ink)}.landing-root .faq-q .ico{width:32px;height:32px;border-radius:50%;border:1px solid var(--line);display:flex;align-items:center;justify-content:center;font-size:18px;flex:none;margin-left:16px;transition:transform .2s ease,background .2s ease}.landing-root .faq-item.open .faq-q .ico{background:var(--ink);color:var(--bg);transform:rotate(45deg)}.landing-root .faq-a{max-height:0;overflow:hidden;transition:max-height .35s ease,padding .25s ease;font-size:16px;color:var(--ink-2);line-height:1.6;padding:0}.landing-root .faq-item.open .faq-a{max-height:360px;padding:0 0 28px}.landing-root .final-cta{background:var(--ink);color:var(--bg);border-radius:var(--radius-lg);padding:96px 64px;text-align:center;position:relative;overflow:hidden;isolation:isolate}@media (max-width:720px){.landing-root .final-cta{padding:64px 28px}}.landing-root .final-cta h2{font-family:var(--serif);font-size:clamp(40px,6vw,88px);font-weight:400;letter-spacing:-.02em;line-height:1.02;margin:18px 0;text-wrap:balance}.landing-root .final-cta h2 em{font-style:italic;color:var(--warm)}.landing-root .final-cta p{font-size:18px;color:color-mix(in oklab,var(--bg) 75%,transparent);max-width:560px;margin:0 auto 32px;text-wrap:pretty}.landing-root .final-cta-blob1,.landing-root .final-cta-blob2{position:absolute;width:320px;height:320px;border-radius:50%;filter:blur(60px);opacity:.5;pointer-events:none}.landing-root .final-cta-blob1{background:var(--accent);top:-120px;left:-80px}.landing-root .final-cta-blob2{background:var(--primary);bottom:-120px;right:-80px}.landing-root .footer{background:var(--ink);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)}@media (max-width:720px){.landing-root .footer-grid{grid-template-columns:1fr 1fr}}.landing-root .footer-tag{font-family:var(--serif);font-style:italic;font-size:18px;color:#eeebe3;margin-top:14px;max-width:320px;line-height:1.35}.landing-root .footer h6{font-family:var(--mono);font-size:11px;letter-spacing:.22em;text-transform:uppercase;margin:0 0 20px;color:hsla(44,24%,91%,.55)}.landing-root .footer ul{list-style:none;padding:0;margin:0;display:flex;flex-direction:column;gap:10px;font-size:14px}.landing-root .footer ul a{color:hsla(44,24%,91%,.7);transition:color .15s ease}.landing-root .footer ul a:hover{color:#eeebe3}.landing-root .footer-bottom{display:flex;justify-content:space-between;align-items:center;padding-top:28px;font-size:12px;flex-wrap:wrap;gap:16px}.landing-root .center{text-align:center}.landing-root .under{background-image:linear-gradient(transparent 60%,color-mix(in oklab,var(--accent) 35%,transparent) 60%);background-size:100% 100%;background-repeat:no-repeat;padding:0 2px}.landing-root .grain:before{content:"";position:absolute;inset:0;background-image:radial-gradient(circle at 20% 10%,color-mix(in oklab,var(--accent) 10%,transparent),transparent 35%),radial-gradient(circle at 90% 80%,color-mix(in oklab,var(--primary) 10%,transparent),transparent 40%);pointer-events:none;z-index:-1}