@keyframes sc-pulse{0%,to{transform:scale(1)}50%{transform:scale(1.28)}}@keyframes hx-line{0%{transform:translateY(118%)}to{transform:translateY(0)}}@keyframes hx-rise{0%{opacity:0;transform:translateY(14px)}to{opacity:1;transform:none}}@keyframes hx-fade{0%{opacity:0}to{opacity:1}}@keyframes dev-scroll-d{0%,8%,82.001%,to{transform:translateY(0)}78%,82%{transform:translateY(-82.6%)}}@keyframes dev-scroll-m{0%,8%,82.001%,to{transform:translateY(0)}78%,82%{transform:translateY(-70.6%)}}@keyframes tb{0%,60%,to{transform:translateY(0);opacity:.45}30%{transform:translateY(-4px);opacity:1}}@keyframes pulse-dot{0%,to{opacity:1;transform:scale(1)}50%{opacity:.45;transform:scale(.72)}}@keyframes se-rotate{0%{transform:rotate(0deg)}to{transform:rotate(360deg)}}@keyframes sub-rise{0%{opacity:0;transform:translateY(16px)}to{opacity:1;transform:none}}@keyframes sub-fade{0%{opacity:0}to{opacity:1}}*,::after,::before{box-sizing:border-box;margin:0;padding:0}body,html{overflow-x:hidden}html{scroll-padding-top:72px}@media (prefers-reduced-motion:no-preference){html{scroll-behavior:smooth}}body{font-family:"DM Sans",sans-serif;background:var(--ink);color:var(--t-body);-webkit-font-smoothing:antialiased;line-height:1.6;font-size:16px}:root{--lime:#C8F03A;--lime-d:#9BBF1A;--ink:#0D0D0B;--ink2:#161613;--ink3:#1F1F1B;--ink4:#2A2A25;--fog:#F0EDE6;--fog2:#E8E4DB;--fog3:#D9D5CA;--fog4:#C8C4B9;--rust:#C44B1A;--rust-txt:#A83D12;--t-hi:rgba(240,237,230,.97);--t-body:rgba(240,237,230,.78);--t-mut:rgba(240,237,230,.64);--t-dim:rgba(240,237,230,.46);--k-hi:#0D0D0B;--k-body:#3B3934;--k-mut:#5C5A52;--line:rgba(240,237,230,.09);--line-soft:rgba(240,237,230,.06);--max:1200px;--gap:1.5rem;--sec:clamp(6rem,11vw,9.5rem);--r-lg:24px;--r-md:16px;--r-sm:10px;--ease:cubic-bezier(.22,1,.36,1)}h1,h2,h3,h4{font-family:"DM Serif Display",serif;font-weight:400;letter-spacing:-.04em;line-height:1.04;color:var(--t-hi)}.wrap{max-width:var(--max);margin:0 auto;padding:0 var(--gap)}.lbl{display:inline-flex;align-items:center;gap:8px;font-size:11px;font-weight:600;letter-spacing:.17em;text-transform:uppercase;margin-bottom:1.1rem}.lbl::before{content:"";width:18px;height:1px;background:currentColor;opacity:.55}.dash-head h2 em,.lbl-lime,.mobile-nav-links li a:hover{color:var(--lime)}.lbl-rust{color:var(--rust-txt)}.lbl-ink{color:var(--k-mut)}.sec-h2{font-size:clamp(38px,5.5vw,64px);letter-spacing:-.045em;line-height:.98}.sec-h2 em,.serif-em{font-style:italic}:focus{outline:0}:focus-visible{outline:2px solid var(--lime);outline-offset:3px;border-radius:6px}#cta :focus-visible,.on-lime :focus-visible{outline-color:var(--ink)}.anim [data-reveal]{opacity:0}@media (prefers-reduced-motion:reduce){html:not(.force-motion) *,html:not(.force-motion) ::after,html:not(.force-motion) ::before{animation-duration:.01ms!important;animation-iteration-count:1!important;transition-duration:.01ms!important}}.btn,.btn .arr{align-items:center}.btn{display:inline-flex;gap:10px;font-family:"DM Sans",sans-serif;font-weight:500;text-decoration:none;cursor:pointer;border:0;white-space:nowrap;transition:transform .25s var(--ease),background .2s,box-shadow .25s,color .2s}.btn .arr{display:flex;justify-content:center;border-radius:50%;flex-shrink:0;transition:transform .25s var(--ease)}.btn:hover .arr{transform:translateX(3px)}.btn-lime,.nav-center a{font-size:13px;border-radius:100px}.btn-lime,.btn-primary{background:var(--lime);color:var(--ink);padding:9px 20px}.btn-lime:hover{background:var(--lime-d)}.btn-primary{font-size:15px;padding:15px 30px;border-radius:100px}.btn-primary .arr{background:var(--ink);color:var(--lime);width:27px;height:27px;font-size:14px}.btn-primary:hover{transform:translateY(-2px);box-shadow:0 14px 36px rgba(200,240,58,.22)}.btn-ghost{font-size:14px;color:var(--t-mut);background:0 0;border-bottom:1px solid rgba(240,237,230,.22);padding-bottom:3px;border-radius:0}.btn-ghost:hover{color:var(--t-hi);border-color:rgba(240,237,230,.5)}#nav{position:fixed;top:0;left:0;right:0;z-index:100;height:64px;transition:background .35s,border-color .35s,box-shadow .35s;border-bottom:1px solid transparent}#nav.scrolled{background:rgba(13,13,11,.92);backdrop-filter:blur(18px);-webkit-backdrop-filter:blur(18px);border-bottom-color:var(--line-soft);box-shadow:0 1px 40px rgba(0,0,0,.4)}.nav-inner{max-width:var(--max);margin:0 auto;padding:0 var(--gap);display:flex;align-items:center;justify-content:space-between;height:100%}.mobile-nav-links li a,.wordmark{font-family:"DM Serif Display",serif;color:var(--t-hi);text-decoration:none}.wordmark{font-size:21px;display:flex;align-items:center;gap:9px;letter-spacing:-.01em}.wm-dot{width:8px;height:8px;border-radius:50%;background:var(--lime);animation:pulse-dot 3.5s ease-in-out infinite;flex-shrink:0}.nav-center{display:none;background:rgba(255,255,255,.045);border:1px solid rgba(255,255,255,.07);border-radius:100px;padding:4px;gap:2px}.nav-center a{padding:7px 17px;font-weight:500;color:var(--t-mut);text-decoration:none;transition:color .2s,background .2s}.nav-center a:hover{color:var(--t-hi);background:rgba(255,255,255,.05)}.nav-center a.active{background:rgba(255,255,255,.09);color:var(--t-hi)}.nav-right{display:flex;align-items:center;gap:12px}.hamburger{display:flex;flex-direction:column;gap:4.5px;background:0 0;border:0;cursor:pointer;padding:8px 4px}.hamburger span{display:block;width:22px;height:2px;background:var(--fog);border-radius:2px;transition:transform .3s var(--ease),opacity .2s}.mobile-menu{display:none;position:fixed;inset:0;background:var(--ink);z-index:200;flex-direction:column;padding:1.5rem var(--gap)}.mobile-menu.open{display:flex}.mobile-menu-top{display:flex;align-items:center;justify-content:space-between;margin-bottom:3rem;height:32px}.mobile-close{background:0 0;border:0;cursor:pointer;font-size:32px;color:var(--fog);line-height:1;padding:0 6px}.mobile-nav-links{list-style:none;flex:1}.mobile-nav-links li a{display:block;font-size:40px;letter-spacing:-.04em;padding:.55rem 0;border-bottom:1px solid var(--line-soft);transition:color .2s}.mobile-nav-links li:last-child a{border-bottom:none}.mobile-menu-cta{margin-top:2.5rem;padding-bottom:1rem}#dashboard,#hero{background:var(--ink);position:relative;overflow:hidden}#hero{padding:clamp(8.5rem,15vh,11rem)0 clamp(3.5rem,7vw,6rem)}#hero::before,.sigcap{position:absolute;inset:0;pointer-events:none}#hero::before{content:"";background-image:radial-gradient(circle,rgba(240,237,230,.05) 1px,transparent 1px);background-size:40px 40px;-webkit-mask-image:radial-gradient(ellipse 78% 60%at 50% 28%,#000 22%,transparent 74%);mask-image:radial-gradient(ellipse 78% 60%at 50% 28%,#000 22%,transparent 74%)}.sigcap{overflow:hidden}.sigcap svg{width:100%;height:100%;display:block}.sc-ring{fill:none;stroke:rgba(240,237,230,.05);stroke-dasharray:2 8}.sc-stream{stroke-dasharray:1;stroke-dashoffset:0;opacity:.34;fill:none;stroke-linecap:round}.sc-pt{opacity:.55}.sc-pt circle{fill:#f0ede6}.sc-node,.sc-node-glow{transform-box:fill-box;transform-origin:center}@media (prefers-reduced-motion:no-preference){.sc-node{animation:sc-pulse 3.4s ease-in-out infinite}}#dashboard::before,.hero-vignette{position:absolute;pointer-events:none}.hero-vignette{inset:0;background:radial-gradient(ellipse 58% 46%at 50% 36%,rgba(13,13,11,.78)0,rgba(13,13,11,.34) 55%,transparent 78%)}.hero-inner{position:relative;z-index:1;display:flex;flex-direction:column;align-items:center;text-align:center}.hero-eyebrow{display:inline-flex;align-items:center;gap:9px;background:rgba(255,255,255,.05);border:1px solid rgba(255,255,255,.09);border-radius:100px;padding:5px 15px 5px 6px}.eyebrow-pill{background:var(--lime);color:var(--ink);font-size:11px;font-weight:700;padding:4px 11px;border-radius:100px;letter-spacing:.02em}.eyebrow-text{font-size:12.5px;font-weight:500;color:var(--t-mut);letter-spacing:.04em}.hero-h1{font-size:clamp(46px,7.6vw,88px);letter-spacing:-.05em;line-height:.97;margin:1.7rem 0 1.4rem}.hero-h1 .line{display:block;overflow:hidden;padding:.04em .12em .1em;margin:-.04em -.12em -.1em}.hero-h1 .line-inner{display:block}.chap-title em,.hero-h1 em,.p-tagline em{font-style:italic;color:var(--lime)}.hero-h1 .dim{color:var(--t-dim)}@media (prefers-reduced-motion:no-preference){.hero-eyebrow{animation:hx-rise .6s cubic-bezier(.22,1,.36,1) .12s both}.hero-h1 .line-inner{animation:hx-line .95s cubic-bezier(.19,1,.22,1) both}.hero-h1 .line:nth-child(1) .line-inner{animation-delay:.28s}.hero-h1 .line:nth-child(2) .line-inner{animation-delay:.4s}.hero-h1 .line:nth-child(3) .line-inner{animation-delay:.52s}.hero-sub{animation:hx-rise .6s cubic-bezier(.22,1,.36,1) .72s both}.hero-actions{animation:hx-rise .55s cubic-bezier(.22,1,.36,1) .88s both}.hero-trust{animation:hx-fade .55s ease 1.02s both}}.hero-sub{font-size:clamp(15.5px,1.5vw,17.5px);line-height:1.7;color:var(--t-mut);font-weight:400;max-width:33em}.hero-actions{display:flex;flex-direction:column;gap:1.1rem;align-items:center;margin:2.1rem 0 1.9rem}.hero-trust{display:flex;flex-wrap:wrap;justify-content:center;gap:.5rem 1.6rem}.tdot{display:flex;align-items:center;gap:7px;font-size:13px;color:var(--t-body);text-shadow:0 1px 10px rgba(13,13,11,.85)}.tdot::before{content:"";width:5px;height:5px;border-radius:50%;background:var(--lime);flex-shrink:0}@media (min-width:640px){.hero-actions{flex-direction:row}}#dashboard{padding:var(--sec)0;border-top:1px solid var(--line-soft)}#dashboard::before{content:"";left:50%;top:55%;transform:translate(-50%,-50%);width:760px;height:760px;border-radius:50%;background:radial-gradient(circle,rgba(200,240,58,.05)0,transparent 62%)}.dash-head{position:relative;z-index:1;text-align:center;max-width:660px;margin:0 auto clamp(3rem,6vw,4.5rem);padding:0 var(--gap)}.dash-sub{font-size:16px;color:var(--t-mut);line-height:1.75;margin-top:1rem}.dash-showcase{position:relative;z-index:1;display:flex;justify-content:center}.dash-phone{width:min(82vw,310px);background:#0a0a09;border:7px solid #232320;border-radius:44px;box-shadow:0 50px 110px rgba(0,0,0,.6),inset 0 0 0 1px rgba(255,255,255,.04);overflow:hidden}.da-screen{height:600px;display:flex;flex-direction:column;background:#0d0d0b;font-size:11px;line-height:1.5;text-align:left}.da-island{width:78px;height:21px;background:#000;border-radius:100px;margin:8px auto 0;border:1px solid rgba(255,255,255,.06);flex-shrink:0}.da-status,.da-topbar{display:flex;justify-content:space-between;flex-shrink:0}.da-status{font-size:9.5px;font-weight:600;color:rgba(240,237,230,.55);padding:2px 18px 4px}.da-topbar{align-items:center;padding:0 14px;height:42px;border-bottom:1px solid rgba(240,237,230,.08)}.da-logo{font-family:"DM Serif Display",serif;font-size:15px;letter-spacing:-.01em;color:#f0ede6}.da-logo span{color:var(--lime)}.da-logout{font-size:9.5px;color:rgba(240,237,230,.45);border:1px solid rgba(240,237,230,.08);padding:4px 9px}.da-content{position:relative;flex:1;overflow:hidden}.da-page{position:absolute;inset:0;overflow:hidden;display:none}.da-page.active{display:block}.da-home-header{padding:12px 14px 4px}.da-greeting{font-size:10px;color:rgba(240,237,230,.45);margin-bottom:1px}.da-bizname{font-family:"DM Serif Display",serif;font-size:17px;letter-spacing:-.01em;color:#f0ede6}.da-stats{display:grid;grid-template-columns:1fr 1fr;gap:7px;padding:10px 14px}.da-stat{background:#232320;border:1px solid rgba(240,237,230,.13);border-radius:9px;padding:11px;box-shadow:0 2px 8px rgba(0,0,0,.35)}.da-stat.alert{border-color:rgba(196,75,26,.45);background:rgba(196,75,26,.15)}.da-stat-label{font-size:7.5px;font-weight:600;text-transform:uppercase;letter-spacing:.07em;color:rgba(240,237,230,.45);margin-bottom:6px}.da-stat-value{font-family:"DM Serif Display",serif;font-size:27px;color:var(--lime);line-height:1}#how h2 em,#proof h2 em,.da-stat-value.rust,.da-stat.alert .da-stat-value{color:var(--rust)}.da-stat-sub{font-size:8.5px;color:rgba(240,237,230,.45);margin-top:4px}.da-sec-title{font-family:"DM Serif Display",serif;font-size:12.5px;color:#f0ede6;padding:12px 14px 8px}.da-form-card{margin:0 14px 4px;background:#232320;border:1px solid rgba(240,237,230,.13);border-radius:9px;padding:12px}.da-label{font-size:7.5px;font-weight:600;letter-spacing:.07em;text-transform:uppercase;color:rgba(240,237,230,.45);margin-bottom:4px}.da-input{padding:8px 10px;background:#0d0d0b;border:1px solid rgba(240,237,230,.08);color:rgba(240,237,230,.4);font-size:10px;border-radius:6px}.da-check{display:flex;align-items:flex-start;gap:7px;margin:9px 0}.da-check i{width:13px;height:13px;min-width:13px;border:1.5px solid rgba(240,237,230,.3);border-radius:3px;margin-top:1px}.da-check span{font-size:9.5px;color:#f0ede6;line-height:1.4}.da-btn{padding:9px;background:var(--lime);color:#0d0d0b;font-weight:600;font-size:10.5px;text-align:center;letter-spacing:.01em}.da-note{font-size:8px;color:rgba(240,237,230,.45);margin-top:7px;line-height:1.5}.da-calls{padding:0 14px}.da-call-row{display:flex;align-items:center;gap:9px;padding:10px 0;border-bottom:1px solid rgba(240,237,230,.08)}.da-call-row:last-child,.da-row:last-child{border-bottom:none}.da-call-dot{width:8px;height:8px;border-radius:50%;background:var(--rust);flex-shrink:0}.da-call-num{font-family:"Courier New",monospace;font-size:10.5px;font-weight:600;letter-spacing:.02em;color:#f0ede6}.da-call-time{font-size:9px;color:rgba(240,237,230,.45);margin-top:1px}.da-feed-head{padding:14px 14px 9px;border-bottom:1px solid rgba(240,237,230,.08)}.da-feed-head h5{font-family:"DM Serif Display",serif;font-size:15px;font-weight:400;color:#f0ede6}.da-feed{padding:0 14px}.da-row{padding:10px 0;border-bottom:1px solid rgba(240,237,230,.08)}.da-row-main{display:flex;align-items:center;gap:8px;margin-bottom:2px}.da-row-label{font-size:10px;color:#f0ede6;font-weight:500;flex:1;min-width:0;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.da-row-sub,.da-row-time{font-size:9px;color:rgba(240,237,230,.45)}.da-row-time{white-space:nowrap}.da-row-sub{margin-top:2px}.da-row-sub.msg{color:#f0ede6;margin-top:3px}.da-pill{display:inline-block;padding:1.5px 6px;font-size:7.5px;font-weight:700;letter-spacing:.05em;text-transform:uppercase}.da-pill.lime{background:rgba(200,240,58,.12);color:var(--lime)}.da-pill.rust{background:rgba(196,75,26,.15);color:var(--rust)}.da-msg.in,.da-pill.mut{background:rgba(240,237,230,.06)}.da-load,.da-pill.mut{color:rgba(240,237,230,.45)}.da-load{margin-top:9px;padding:9px;border:1px solid rgba(240,237,230,.08);font-size:9.5px;text-align:center}.da-neg-title{font-size:8.5px;font-weight:700;letter-spacing:.06em;text-transform:uppercase;color:var(--rust);padding:12px 14px 7px}.da-neg{margin:0 14px 9px;background:rgba(196,75,26,.15);border:1px solid rgba(196,75,26,.55);border-left:3px solid var(--rust);padding:10px 11px}.da-neg-head{display:flex;align-items:center;justify-content:space-between;gap:8px;margin-bottom:3px}.da-neg-phone{font-size:10.5px;font-weight:600;color:var(--rust)}.da-neg-time{font-size:8px;color:rgba(240,237,230,.45)}.da-thread{margin:7px 0 8px;display:flex;flex-direction:column;gap:4px}.da-msg{font-size:9px;line-height:1.45;padding:6px 7px;border-radius:2px;max-width:88%}.da-msg.in{color:#f0ede6;align-self:flex-start}.da-msg-meta,.da-msg.out{color:rgba(240,237,230,.45)}.da-msg.out{background:rgba(240,237,230,.03);align-self:flex-end}.da-msg-meta{display:block;font-size:7.5px;margin-top:2px}.da-resolve{padding:7px;margin-top:2px;border:1px solid rgba(196,75,26,.55);color:var(--rust);font-weight:600;font-size:9.5px;text-align:center}.da-tabbar{display:flex;border-top:1px solid rgba(240,237,230,.08);background:#0d0d0b;flex-shrink:0}.da-tab,.da-tab-badge{font-size:7px;display:flex;align-items:center;justify-content:center}.da-tab{flex:1;flex-direction:column;gap:2px;padding:8px 2px;color:rgba(240,237,230,.45);font-weight:500;letter-spacing:.04em;text-transform:uppercase;min-height:44px;position:relative;transition:color .25s}.da-tab svg{width:15px;height:15px}.da-tab.active,.services-intro h2 em{color:var(--lime)}.da-tab-badge{position:absolute;top:4px;left:calc(50% + 3px);background:var(--rust);color:#fff;font-weight:700;min-width:12px;height:12px;border-radius:6px;padding:0 3px;line-height:1}.da-homebar{width:86px;height:4px;border-radius:2px;background:rgba(255,255,255,.18);margin:5px auto 6px;flex-shrink:0}#services{background:var(--ink)}.services-intro{padding:var(--sec) var(--gap) clamp(3rem,6vw,5rem);max-width:var(--max);margin:0 auto}.services-intro h2{margin-top:.4rem}.services-intro p{font-size:16.5px;color:var(--t-mut);line-height:1.75;max-width:32em;margin-top:1.1rem}.chap{border-top:1px solid var(--line-soft);padding:clamp(4rem,8vw,6.5rem)0}.chap-inner{display:grid;grid-template-columns:1fr;gap:3.5rem;align-items:center}.chap-kicker{display:flex;align-items:center;gap:.8rem;font-size:11.5px;font-weight:600;letter-spacing:.16em;text-transform:uppercase;color:var(--t-mut);margin-bottom:1.4rem}.chap-num,.chap-stat b{font-family:"DM Serif Display",serif;color:var(--lime)}.chap-num{font-style:italic;font-size:16px;letter-spacing:0}.chap-title{font-size:clamp(30px,4.4vw,48px);letter-spacing:-.04em;line-height:1.02;margin-bottom:1.1rem}.chap-desc{font-size:15.5px;color:var(--t-mut);line-height:1.8;margin-bottom:1.5rem;max-width:33em}.chap-bullets{list-style:none;display:flex;flex-direction:column;gap:.6rem;margin-bottom:1.8rem}.chap-bullets li{display:flex;align-items:flex-start;gap:.7rem;font-size:14.5px;color:var(--t-body);line-height:1.55}.chap-bullets li::before{content:"→";color:var(--lime);font-size:12px;margin-top:3px;flex-shrink:0}.chap-stat{display:flex;align-items:baseline;gap:.9rem;border-top:1px solid var(--line-soft);padding-top:1.3rem;max-width:30em}.chap-stat b{font-weight:400;font-size:clamp(34px,4vw,44px);letter-spacing:-.04em;line-height:1;flex-shrink:0}.chap-stat span{font-size:13.5px;color:var(--t-mut);line-height:1.6}.chap-link{display:inline-flex;align-items:center;gap:7px;margin-top:1.5rem;font-size:14px;font-weight:500;color:var(--lime);text-decoration:none;border-bottom:1px solid rgba(200,240,58,.28);padding-bottom:2px;transition:border-color .2s,gap .2s}.chap-link:hover{border-color:var(--lime);gap:11px}.chap-visual{display:flex;justify-content:center}.services-cta{padding:1rem var(--gap) var(--sec);max-width:var(--max);margin:0 auto}.sc-line{display:flex;flex-wrap:wrap;align-items:center;justify-content:space-between;gap:1.5rem;border-top:1px solid var(--line-soft);padding-top:2.5rem}.sc-line p{font-size:15.5px;color:var(--t-mut)}.ph-delivered b,.sc-line p b{color:var(--lime);font-weight:600}.mock-devices{position:relative;width:min(100%,540px);padding:0 6% 2.4rem 0}.dev-laptop{position:relative;z-index:1}.dev-laptop-screen{position:relative;background:#0a0a09;border:9px solid #232320;border-bottom-width:11px;border-radius:16px 16px 0 0;overflow:hidden;aspect-ratio:16/10;box-shadow:0 40px 90px rgba(0,0,0,.5)}.dev-laptop-base{height:13px;background:linear-gradient(180deg,#2e2e2a,#191916);border-radius:0 0 14px 14px;box-shadow:0 20px 44px rgba(0,0,0,.4);position:relative}.dev-laptop-base::after,.dev-phone-screen::before{content:"";position:absolute;left:50%;transform:translateX(-50%)}.dev-laptop-base::after{top:0;width:86px;height:5px;background:rgba(0,0,0,.35);border-radius:0 0 8px 8px}.dev-phone{position:absolute;right:0;bottom:0;width:29%;min-width:116px;z-index:2}.dev-phone-screen{position:relative;background:#0a0a09;border:6px solid #232320;border-radius:26px;overflow:hidden;aspect-ratio:380/760;box-shadow:0 30px 70px rgba(0,0,0,.6)}.dev-phone-screen::before{top:8px;width:34%;height:11px;background:#000;border-radius:100px;z-index:3}.dev-strip{position:absolute;left:0;top:0;width:100%;will-change:transform}.dev-strip img{display:block;width:100%;height:auto}.dev-strip-d{animation:dev-scroll-d 16s ease-in-out infinite}.dev-strip-m{animation:dev-scroll-m 14s ease-in-out infinite}@media (hover:hover){.mock-devices:hover .dev-strip{animation-play-state:paused}}.dev-laptop-screen::after,.dev-phone-screen::after{content:"";position:absolute;inset:0;pointer-events:none;z-index:2;background:linear-gradient(180deg,rgba(10,10,9,.5)0,transparent 9%,transparent 91%,rgba(10,10,9,.5) 100%)}.mp-g{font-size:14px;font-weight:800;background:linear-gradient(135deg,#4285f4,#ea4335,#fbbc05,#34a853);-webkit-background-clip:text;background-clip:text;-webkit-text-fill-color:transparent;color:transparent}.mock-rev2{position:relative;width:min(100%,420px);background:var(--ink2);border:1px solid var(--line);border-radius:var(--r-lg);padding:1.3rem;box-shadow:0 30px 80px rgba(0,0,0,.45)}.rv-head{display:flex;align-items:center;gap:.7rem;padding:.7rem 1rem;background:rgba(255,255,255,.045);border:1px solid var(--line-soft);border-radius:100px;margin-bottom:1rem}.rv-q{font-size:12.5px;color:var(--t-mut)}.rv-list{position:relative;height:228px}.rv-row{position:absolute;left:0;right:0;top:0;height:68px;display:flex;align-items:center;gap:.75rem;padding:0 .85rem;background:rgba(255,255,255,.025);border:1px solid var(--line-soft);border-radius:12px}.rv-main{min-width:0;flex:1}.rv-you{height:76px}.rv-glow{position:absolute;inset:-1px;border-radius:12px;background:rgba(200,240,58,.08);border:1px solid rgba(200,240,58,.38);pointer-events:none}.rv-pos{font-family:"DM Serif Display",serif;font-size:19px;color:var(--t-dim);min-width:20px;text-align:center;position:relative;z-index:1}.rv-you .rv-pos{color:var(--lime)}.rv-name{font-size:13.5px;font-weight:500;color:var(--t-hi);display:flex;align-items:center;gap:.5rem;min-width:0}.rv-name>span:first-child{white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.rv-meta{font-size:10.5px;color:var(--t-dim)}.rv-badge{font-size:9px;font-weight:700;letter-spacing:.07em;text-transform:uppercase;background:var(--lime);color:var(--ink);padding:2.5px 8px;border-radius:100px;flex-shrink:0}.rv-starrow{display:flex;align-items:center;gap:.55rem;margin-top:3px}.rv-stars{position:relative;display:inline-block;font-size:13px;letter-spacing:2px;line-height:1;color:rgba(240,237,230,.16);white-space:nowrap}.rv-stars-fill{position:absolute;left:0;top:0;width:98%;overflow:hidden;color:#fbbf24;white-space:nowrap}.rv-count,.rv-rating{font-variant-numeric:tabular-nums}.rv-rating{font-size:12.5px;font-weight:600;color:var(--t-hi)}.rv-count{font-size:11px;color:var(--t-mut);white-space:nowrap}.rv-pills{position:absolute;right:14px;bottom:10px;display:flex;flex-direction:column;align-items:flex-end;gap:4px;pointer-events:none;z-index:3}.rv-pill-in{font-size:9.5px;font-weight:600;letter-spacing:.03em;background:rgba(251,191,36,.14);color:#fbbf24;border:1px solid rgba(251,191,36,.22);padding:3px 9px;border-radius:100px;opacity:0;white-space:nowrap}.mock-phone{width:min(78vw,290px)}.phone{width:100%;background:#0a0a09;border:7px solid #232320;border-radius:46px;padding:.9rem .8rem 1rem;box-shadow:0 40px 90px rgba(0,0,0,.55),inset 0 0 0 1px rgba(255,255,255,.04)}.ph-island{width:84px;height:23px;background:#000;border-radius:100px;margin:0 auto .55rem;border:1px solid rgba(255,255,255,.06)}.ph-status{display:flex;justify-content:space-between;font-size:10px;font-weight:600;color:rgba(240,237,230,.55);padding:0 .5rem;margin-bottom:.85rem}.ph-notif,.ph-notif-ico{display:flex;align-items:center}.ph-notif{gap:.6rem;background:rgba(255,255,255,.07);border:1px solid rgba(255,255,255,.08);border-radius:14px;padding:.6rem .7rem;margin-bottom:1rem}.ph-notif-ico{width:26px;height:26px;border-radius:8px;background:rgba(196,75,26,.2);color:#e8683a;justify-content:center;font-size:12px;font-weight:700;flex-shrink:0}.ph-notif-t{font-size:9.5px;font-weight:600;text-transform:uppercase;letter-spacing:.05em;color:rgba(240,237,230,.48)}.ph-notif-n{font-size:12px;color:rgba(240,237,230,.88);font-weight:500}.ph-notif-time{margin-left:auto;font-size:10px;color:rgba(240,237,230,.38);align-self:flex-start}.ph-thread{display:flex;flex-direction:column;justify-content:flex-end;gap:.45rem;min-height:180px}.ph-day{text-align:center;font-size:9.5px;color:rgba(240,237,230,.35);margin-bottom:.3rem}.ph-swap{display:grid;justify-items:end}.ph-swap>*{grid-area:1/1}.ph-typing{display:flex;gap:4px;align-items:center;background:var(--ink3);border-radius:14px;padding:.55rem .7rem;opacity:0}.ph-typing span{width:6px;height:6px;border-radius:50%;background:rgba(240,237,230,.5);animation:tb 1.3s ease-in-out infinite;display:block}.ph-typing span:nth-child(2){animation-delay:.18s}.ph-typing span:nth-child(3){animation-delay:.36s}.ph-bubble{background:var(--lime);color:var(--ink);font-size:12px;line-height:1.5;padding:.65rem .8rem;border-radius:15px 15px 4px 15px;max-width:88%}.ph-delivered{align-self:flex-end;font-size:9.5px;color:rgba(240,237,230,.42);margin-top:.1rem}.ph-homebar{width:92px;height:4px;border-radius:2px;background:rgba(255,255,255,.18);margin:.9rem auto 0}@media (min-width:960px){.chap-inner{grid-template-columns:1fr 1fr;gap:5.5rem}.chap.flip .chap-copy{order:2}.chap.flip .chap-visual{order:1}}#how{background:var(--fog2);padding:var(--sec)0}#how .lbl,.how-sub,.step p{color:var(--k-mut)}#faq h2,#how h2,#proof h2,.step h3{color:var(--k-hi)}.how-sub,.step p{max-width:30em}.how-sub{font-size:16px;margin-top:1rem}.steps{position:relative;margin-top:4rem;display:flex;flex-direction:column;gap:2.6rem}.steps-vline-wrap{position:absolute;left:21px;top:50px;bottom:40px;width:2px}.steps-vtrack{position:absolute;inset:0;background:var(--fog3)}.steps-vline{position:absolute;inset:0;background:var(--lime-d);transform-origin:top}.steps-svg{display:none}.step{position:relative;display:grid;grid-template-columns:44px 1fr;gap:1.2rem;align-items:flex-start}#proof,.step-node{background:var(--fog)}.step-node{width:44px;height:44px;border-radius:50%;border:1.5px solid var(--fog4);display:flex;align-items:center;justify-content:center;font-family:"DM Serif Display",serif;font-size:17px;font-style:italic;color:var(--k-mut);transition:background .4s,border-color .4s,color .4s,box-shadow .5s;position:relative;z-index:1}.step.lit .step-node{background:var(--lime);border-color:var(--lime-d);color:var(--ink);box-shadow:0 0 0 7px rgba(200,240,58,.16),0 8px 22px rgba(155,191,26,.35)}.step h3{font-size:clamp(20px,2.6vw,25px);letter-spacing:-.02em;margin:.45rem 0 .5rem}.step p{font-size:14.5px;line-height:1.75}@media (min-width:960px){.steps{display:grid;grid-template-columns:repeat(3,1fr);gap:3rem;margin-top:4.5rem}.steps-vline-wrap{display:none}.steps-svg{display:block;position:absolute;top:0;left:0;width:100%;height:64px;pointer-events:none}.step{display:flex;flex-direction:column;align-items:center;text-align:center;gap:0}.step-node{margin:10px 0 1.2rem}.step p{max-width:24em}}.steps-path,.steps-path-track{stroke:var(--fog3);stroke-width:2;fill:none}.steps-path{stroke:var(--lime-d);stroke-dasharray:1;stroke-dashoffset:0;stroke-linecap:round}#proof{padding:var(--sec)0}#proof .lbl{color:var(--rust-txt)}.proof-sub{font-size:16px;color:var(--k-mut);margin-top:1rem;max-width:32em}.metrics{display:grid;grid-template-columns:repeat(2,1fr);gap:1rem;margin:3.5rem 0 4.5rem}.metric{background:#fff;border:1px solid var(--fog3);border-radius:var(--r-md);padding:1.6rem 1.5rem;display:flex;flex-direction:column;gap:.35rem}.metric.feat{box-shadow:0 0 0 1.5px rgba(155,191,26,.5),0 16px 44px rgba(155,191,26,.16)}.m-num{font-family:"DM Serif Display",serif;font-size:clamp(44px,6vw,58px);color:var(--k-hi);letter-spacing:-.045em;line-height:.95;font-variant-numeric:tabular-nums;display:flex;align-items:baseline;gap:3px}.m-suffix{font-size:.48em;color:var(--rust)}.m-stars{position:relative;display:inline-block;align-self:flex-start;font-size:15px;letter-spacing:2.5px;color:var(--fog3);line-height:1;margin:.3rem 0 .1rem;white-space:nowrap}.m-stars-fill{position:absolute;left:0;top:0;width:98%;overflow:hidden;color:#f59e0b;white-space:nowrap}.m-label{font-size:13px;color:var(--k-mut);line-height:1.55}.tst-grid{display:grid;grid-auto-flow:column;grid-auto-columns:82%;gap:1rem;overflow-x:auto;scroll-snap-type:x mandatory;padding-bottom:.75rem;-webkit-overflow-scrolling:touch}.tst-grid>*{scroll-snap-align:start}.tst{background:#fff;border:1px solid var(--fog3);border-radius:var(--r-md);padding:1.6rem;display:flex;flex-direction:column;transition:transform .35s var(--ease),box-shadow .35s}@media (hover:hover){.tst:hover{transform:translateY(-3px);box-shadow:0 14px 40px rgba(0,0,0,.09)}}#pricing,.tst.feat{background:var(--ink)}.tst.feat{border-color:rgba(200,240,58,.22)}.tst-stars{font-size:12.5px;letter-spacing:2px;color:#f59e0b;margin-bottom:.85rem}#about h2 em,#pricing h2 em,.tst.feat .tst-stars,.vf-meta .lime{color:var(--lime)}.tst-quote{font-family:"DM Serif Display",serif;font-size:16.5px;color:var(--k-hi);line-height:1.55;letter-spacing:-.015em;flex:1;margin-bottom:1.25rem}.foot-col ul a:hover,.tst.feat .tst-name,.tst.feat .tst-quote{color:var(--t-hi)}.tst-av,.tst-person{display:flex;align-items:center}.tst-person{gap:10px}.tst-av{width:34px;height:34px;border-radius:50%;justify-content:center;font-size:12px;font-weight:600;flex-shrink:0}.tst-name{font-size:13px;font-weight:500;color:var(--k-hi)}.tst-trade{font-size:12px;color:var(--k-mut)}.tst.feat .tst-trade{color:var(--t-dim)}@media (min-width:960px){.metrics,.tst-grid{grid-template-columns:repeat(4,1fr)}.metrics{gap:1.1rem}.tst-grid{grid-auto-flow:row;grid-auto-columns:unset;overflow:visible;padding-bottom:0}}#pricing{position:relative;overflow:hidden}#pricing::before{content:"";position:absolute;top:-220px;right:-200px;width:680px;height:680px;border-radius:50%;background:radial-gradient(circle,rgba(200,240,58,.05)0,transparent 65%);pointer-events:none}.pricing-grid{display:grid;grid-template-columns:1fr;gap:3.5rem;position:relative;z-index:1}.pricing-intro{font-size:16px;color:var(--t-mut);margin-top:1rem;max-width:26em}.value-frame{margin-top:2.2rem;padding:1.5rem;background:rgba(255,255,255,.03);border:1px solid var(--line-soft);border-radius:var(--r-md)}.vf-title{font-size:10.5px;font-weight:600;letter-spacing:.15em;text-transform:uppercase;color:var(--t-mut);margin-bottom:1.1rem}.vf-row{margin-bottom:1rem}.vf-meta{display:flex;justify-content:space-between;gap:1rem;font-size:12.5px;color:var(--t-mut);margin-bottom:.4rem}.vf-meta b,.vf-note b{color:var(--t-hi);font-weight:600}.vf-bar{height:8px;border-radius:4px;background:rgba(255,255,255,.06);overflow:hidden}.vf-fill{height:100%;border-radius:4px;transform-origin:left center}.vf-fill.job{width:100%;background:linear-gradient(90deg,rgba(200,240,58,.45),var(--lime))}.vf-fill.upf{width:35.6%;background:rgba(240,237,230,.4)}.compare-row,.vf-note{font-size:13px;color:var(--t-mut);line-height:1.65;margin-top:1.1rem}.vf-note b{color:var(--lime)}.compare-row{margin-top:1.4rem;line-height:1.7}.compare-row strong,.p-item strong{color:var(--t-body);font-weight:500}.pricing-card{background:var(--ink2);border:1px solid var(--line);border-radius:var(--r-lg);padding:2.4rem 2.2rem;position:relative;box-shadow:0 0 0 1px rgba(200,240,58,.28),0 30px 80px rgba(0,0,0,.45);transition:transform .35s var(--ease)}@media (hover:hover){.pricing-card:hover{transform:translateY(-4px)}}.p-label{display:block;font-size:10.5px;font-weight:600;letter-spacing:.16em;text-transform:uppercase;color:var(--lime);margin-bottom:1rem}.p-amount{display:flex;align-items:baseline;gap:.85rem;margin-bottom:1.1rem}.p-price{font-family:"DM Serif Display",serif;font-size:clamp(58px,10vw,74px);color:var(--lime);letter-spacing:-.06em;line-height:.9}.about-body p,.p-per{font-size:13px;color:var(--t-mut);line-height:1.5}.p-badge{display:inline-flex;align-items:center;gap:.55rem;background:rgba(200,240,58,.1);border:1px solid rgba(200,240,58,.38);color:var(--lime);font-size:12.5px;font-weight:600;padding:8px 15px;border-radius:100px;margin-bottom:1.6rem}.p-badge svg{flex-shrink:0}.p-tagline{font-family:"DM Serif Display",serif;font-size:clamp(18px,2.6vw,23px);color:var(--t-hi);letter-spacing:-.02em;line-height:1.3;margin-bottom:1.5rem;padding-bottom:1.5rem;border-bottom:1px solid var(--line-soft)}.p-items{display:flex;flex-direction:column;gap:.7rem;margin-bottom:1.7rem}.p-item{display:flex;align-items:flex-start;gap:.75rem;font-size:14.5px;color:var(--t-body);line-height:1.5}.p-item strong{color:var(--t-hi)}.p-chk{width:19px;height:19px;border-radius:50%;background:rgba(200,240,58,.12);display:flex;align-items:center;justify-content:center;flex-shrink:0;margin-top:2px}.p-chk svg{width:9px;height:9px;stroke:var(--lime);stroke-width:2.5;fill:none}.p-note{font-size:12.5px;color:var(--t-mut);line-height:1.65;margin-bottom:1.7rem}.p-btn{gap:10px;background:var(--lime);color:var(--ink);font-family:"DM Sans",sans-serif;font-size:15px;font-weight:500;padding:16px 26px;border-radius:100px;text-decoration:none;transition:background .2s,transform .25s var(--ease);width:100%}.p-btn:hover{background:var(--lime-d);transform:translateY(-2px)}.p-btn,.p-btn .arr{display:flex;align-items:center;justify-content:center}.p-btn .arr{background:var(--ink);color:var(--lime);width:26px;height:26px;border-radius:50%;font-size:14px;flex-shrink:0}@media (min-width:960px){.p-items,.pricing-grid{grid-template-columns:1fr 1fr}.pricing-grid{gap:5rem;align-items:center}.p-items{display:grid;gap:.7rem .9rem}}#about,#faq,#pricing{padding:var(--sec)0}#about{background:var(--ink2);position:relative;overflow:hidden}#about .wrap{position:relative;z-index:1}.about-echo{position:absolute;right:-150px;top:50%;transform:translateY(-50%);width:540px;height:540px;pointer-events:none;opacity:.13}.about-echo svg{width:100%;height:100%;display:block}.about-body{display:flex;flex-direction:column;gap:1.1rem;max-width:620px;margin-top:1.6rem}.about-body p{font-size:15.5px;line-height:1.85}#faq{background:var(--fog)}#faq .lbl{color:var(--rust-txt)}#faq h2 em,.sec-cream .prose ul li::before,.sec-cream .sec-h2 em,.sec-cream2 .prose ul li::before,.sec-cream2 .sec-h2 em{color:var(--rust)}.faq-grid{display:grid;grid-template-columns:1fr;gap:3rem}.faq-left p{font-size:16px;color:var(--k-mut);line-height:1.75;margin-top:1rem;max-width:26em}.faq-list{display:flex;flex-direction:column}.faq-item{border-top:1px solid var(--fog3)}.faq-item:last-child{border-bottom:1px solid var(--fog3)}.faq-q{font-family:"DM Serif Display",serif;font-size:clamp(16px,2.4vw,18px);color:var(--k-hi);cursor:pointer;display:flex;align-items:center;justify-content:space-between;gap:1rem;padding:1.15rem 0;list-style:none;user-select:none;-webkit-tap-highlight-color:transparent;min-height:52px;letter-spacing:-.01em;transition:color .25s}.faq-q::-webkit-details-marker{display:none}.faq-a,.faq-icon{color:var(--k-mut)}.faq-icon{width:26px;height:26px;border:1px solid var(--fog4);border-radius:50%;display:flex;align-items:center;justify-content:center;font-size:17px;line-height:1;flex-shrink:0;transition:transform .35s var(--ease),background .25s,border-color .25s,color .25s}details[open] .faq-icon{background:var(--ink);border-color:var(--ink);color:var(--lime);transform:rotate(45deg)}details[open] .faq-q{color:var(--rust-txt)}.faq-a{font-size:14.5px;line-height:1.8;padding-bottom:1.3rem;max-width:56em;overflow:hidden}@media (min-width:960px){.faq-grid{grid-template-columns:1fr 1.7fr;gap:5rem}}#cta,.cta-grid{position:relative}#cta{background:var(--lime);padding:var(--sec)0;overflow:hidden}#cta::before{content:"";position:absolute;top:-320px;right:-220px;width:640px;height:640px;border-radius:50%;background:radial-gradient(circle,rgba(13,13,11,.055)0,transparent 68%);pointer-events:none}.cta-grid{z-index:1;display:grid;grid-template-columns:1fr;gap:3rem}.cta-left h2{font-size:clamp(40px,7.5vw,76px);color:var(--ink);letter-spacing:-.05em;line-height:.94;margin-bottom:1rem}.cta-left h2 em{font-style:italic}.cta-left p{font-size:16px;color:rgba(13,13,11,.72);font-weight:400;line-height:1.7;max-width:470px}.cta-form,.cta-form-col{display:flex;flex-direction:column}.cta-form-col{justify-content:center}.cta-form{gap:.75rem}.form-input{width:100%;padding:16px 22px;font-family:"DM Sans",sans-serif;font-size:15px;background:rgba(255,255,255,.72);color:var(--ink);border:1.5px solid transparent;border-radius:100px;outline:0;transition:border-color .18s,background .18s;-webkit-appearance:none}.form-input::placeholder{color:rgba(13,13,11,.45)}.form-input:focus{border-color:rgba(13,13,11,.4);background:rgba(255,255,255,.92)}.form-submit{display:flex;align-items:center;justify-content:center;gap:10px;background:var(--ink);color:var(--fog);font-family:"DM Sans",sans-serif;font-size:15px;font-weight:500;padding:16px 28px;border-radius:100px;border:0;cursor:pointer;transition:background .18s,transform .25s var(--ease);width:100%}.form-submit:hover{background:var(--ink3);transform:translateY(-2px)}.form-submit:disabled{opacity:.7;cursor:default;transform:none}.form-submit .arr{background:var(--lime);color:var(--ink);width:26px;height:26px;border-radius:50%;display:flex;align-items:center;justify-content:center;font-size:14px;flex-shrink:0}.form-error{display:none;color:var(--ink);font-size:13.5px;font-weight:500;margin:.35rem 0 0;padding-left:1.4rem}.cta-fine,.cta-trust-row{font-size:13px;color:rgba(13,13,11,.62)}.cta-fine{margin-top:1rem;line-height:1.6}.cta-trust-row{display:flex;flex-wrap:wrap;font-weight:500;margin-top:.4rem}.cta-trust-row span+span::before{content:"·";margin:0 8px;opacity:.5}footer{background:var(--ink);padding:4.5rem var(--gap) 2.5rem;border-top:1px solid var(--line-soft)}.foot-col ul,.foot-top{display:flex;flex-direction:column}.foot-top{max-width:var(--max);margin:0 auto 2.5rem;gap:2.5rem;padding-bottom:2.5rem;border-bottom:1px solid var(--line-soft)}.foot-logo{font-family:"DM Serif Display",serif;font-size:21px;color:var(--t-hi);display:flex;align-items:center;gap:8px;margin-bottom:.4rem}.foot-dot{width:7px;height:7px;border-radius:50%;background:var(--lime)}.foot-col h3,.foot-tagline{font-size:13px;color:var(--t-mut)}.foot-phone{display:inline-block;margin-top:.55rem;font-size:14px;font-weight:600;color:var(--t-hi);text-decoration:none;transition:color .18s}#cookie-banner a,.foot-phone:hover{color:var(--lime)}.foot-cols{display:grid;grid-template-columns:1fr 1fr;gap:2rem}.foot-col h3{font-size:10.5px;font-weight:600;letter-spacing:.16em;text-transform:uppercase;margin-bottom:.75rem;font-family:"DM Sans",sans-serif}.foot-col ul{list-style:none;gap:.45rem}.foot-col ul a{font-size:13.5px;text-decoration:none}.foot-social-row{display:flex;gap:.85rem;margin-top:.25rem}.foot-col ul a,.foot-social{color:var(--t-mut);transition:color .18s}.foot-social{display:flex;align-items:center}.breadcrumb a:hover,.foot-legal a:hover,.foot-social:hover{color:var(--t-hi)}.foot-social svg{width:18px;height:18px}.foot-bottom{max-width:var(--max);margin:0 auto;display:flex;flex-direction:column;gap:.5rem}#cookie-banner p,.foot-copy,.foot-legal a{font-size:12px;color:var(--t-mut)}.foot-legal{display:flex;gap:1.25rem}.foot-legal a{text-decoration:none;transition:color .18s}#cookie-banner{display:none;position:fixed;bottom:0;left:0;right:0;z-index:9999;background:rgba(22,22,19,.97);backdrop-filter:blur(12px);border-top:1px solid var(--line);padding:1rem 1.5rem;flex-direction:column;gap:.75rem;align-items:flex-start}#cookie-banner p{font-size:13px;line-height:1.6}#cookie-accept{background:var(--lime);color:var(--ink);border:0;border-radius:100px;padding:8px 20px;font-size:13px;font-weight:500;cursor:pointer;font-family:"DM Sans",sans-serif}.skip-link{position:absolute;left:-9999px;top:auto;width:1px;height:1px;overflow:hidden}.skip-link:focus{position:fixed;left:50%;transform:translateX(-50%);top:10px;z-index:9999;padding:8px 20px;background:var(--lime);color:var(--ink);border-radius:100px;font-weight:500;width:auto;height:auto;text-decoration:none}.sr-only{position:absolute;width:1px;height:1px;padding:0;margin:-1px;overflow:hidden;clip:rect(0 0 0 0);white-space:nowrap;border:0}@media (min-width:640px){:root{--gap:2rem}.cta-form{flex-direction:row}.cta-form .form-input{flex:1}.foot-bottom,.foot-top{flex-direction:row;justify-content:space-between;align-items:flex-start}.foot-bottom{align-items:center}.foot-cols{grid-template-columns:repeat(4,1fr);gap:2.5rem}}@media (min-width:960px){:root{--gap:3rem}#nav .nav-center{display:flex}.hamburger{display:none}.cta-grid{grid-template-columns:1.05fr 1fr;align-items:center;gap:5rem}}.subhero{position:relative;background:var(--ink);padding:clamp(8rem,13vh,10.5rem)0 clamp(3.5rem,6vw,5rem);overflow:hidden;border-bottom:1px solid var(--line-soft)}.subhero::after,.subhero::before{content:"";position:absolute;pointer-events:none}.subhero::before{inset:0;background-image:radial-gradient(circle,rgba(240,237,230,.045) 1px,transparent 1px);background-size:40px 40px;-webkit-mask-image:radial-gradient(ellipse 72% 62%at 50% 18%,#000 18%,transparent 72%);mask-image:radial-gradient(ellipse 72% 62%at 50% 18%,#000 18%,transparent 72%)}.subhero::after{left:50%;top:-140px;transform:translateX(-50%);width:min(780px,92vw);height:540px;background:radial-gradient(ellipse at center,rgba(200,240,58,.07),transparent 62%)}.subhero-inner{position:relative;z-index:1;max-width:860px}.breadcrumb{display:flex;flex-wrap:wrap;align-items:center;gap:.5rem;font-size:12.5px;color:var(--t-mut);margin-bottom:1.5rem}.breadcrumb a{text-decoration:none;transition:color .2s}.breadcrumb .sep{color:var(--t-dim)}.breadcrumb [aria-current],.sec-ink .prose strong,.sec-ink2 .prose strong,.subhero h1{color:var(--t-hi)}.subhero .lbl,.subhero h1 em{color:var(--lime)}.subhero h1{font-size:clamp(38px,6vw,68px);letter-spacing:-.045em;line-height:1.01;font-family:"DM Serif Display",serif;font-weight:400}.subhero h1 em{font-style:italic}.subhero-lead{font-size:clamp(16px,1.7vw,18.5px);color:var(--t-mut);line-height:1.7;margin-top:1.4rem;max-width:37em}.subhero-actions{display:flex;flex-wrap:wrap;align-items:center;gap:1.1rem;margin-top:2rem}.subhero-trust{display:flex;flex-wrap:wrap;gap:.5rem 1.5rem;margin-top:1.9rem}.subhero-trust .tdot{color:var(--t-mut);text-shadow:none}.sec-ink{background:var(--ink);padding:var(--sec)0}.sec-ink2{background:var(--ink2);padding:var(--sec)0}.sec-cream{background:var(--fog);padding:var(--sec)0}.sec-cream2{background:var(--fog2);padding:var(--sec)0}.sec-cream .feat-card .k,.sec-cream .lbl,.sec-cream2 .feat-card .k,.sec-cream2 .lbl{color:var(--rust-txt)}.sec-ink .chap-stat b,.sec-ink .lbl,.sec-ink .prose a,.sec-ink .sec-h2 em,.sec-ink2 .chap-stat b,.sec-ink2 .lbl,.sec-ink2 .prose a,.sec-ink2 .sec-h2 em{color:var(--lime)}.sec-cream .feat-card h3,.sec-cream .prose h3,.sec-cream .prose strong,.sec-cream .related-card .r-t,.sec-cream .sec-h2,.sec-cream2 .feat-card h3,.sec-cream2 .prose h3,.sec-cream2 .prose strong,.sec-cream2 .related-card .r-t,.sec-cream2 .sec-h2{color:var(--k-hi)}.sec-head{max-width:42em;margin-bottom:clamp(2.4rem,5vw,3.4rem)}.sec-head p{font-size:16px;line-height:1.75;margin-top:1rem}.breadcrumb a,.sec-ink .sec-head p,.sec-ink2 .sec-head p{color:var(--t-mut)}.sec-cream .sec-head p,.sec-cream2 .sec-head p{color:var(--k-mut)}.prose,.prose ul{display:flex;flex-direction:column}.prose{max-width:44em;gap:1.15rem}.prose li,.prose p{font-size:15.5px;line-height:1.85}.feat-card p,.sec-ink .prose li,.sec-ink .prose p,.sec-ink2 .prose li,.sec-ink2 .prose p{color:var(--t-mut)}.sec-cream .feat-card p,.sec-cream .prose li,.sec-cream .prose p,.sec-cream .related-card .r-d,.sec-cream2 .feat-card p,.sec-cream2 .prose li,.sec-cream2 .prose p,.sec-cream2 .related-card .r-d{color:var(--k-mut)}.prose h3{font-size:clamp(20px,2.6vw,26px);letter-spacing:-.02em;margin-top:.6rem}.prose strong{font-weight:600}.prose a{text-decoration:underline;text-underline-offset:2px}.prose ul{list-style:none;gap:.55rem;padding:0}.prose ul li{display:flex;gap:.7rem;align-items:flex-start}.prose ul li::before{content:"→";color:var(--lime);flex-shrink:0;margin-top:3px;font-size:12px}.feat-grid{display:grid;grid-template-columns:1fr;gap:1rem;margin-top:.5rem}@media (min-width:720px){.feat-grid{grid-template-columns:1fr 1fr}}.feat-card{background:var(--ink2);border:1px solid var(--line);border-radius:var(--r-md);padding:1.7rem}.sec-cream .feat-card,.sec-cream2 .feat-card{background:#fff;border-color:var(--fog3)}.feat-card .k{font-family:"DM Serif Display",serif;font-style:italic;font-size:13.5px;color:var(--lime);display:block;margin-bottom:.55rem}.feat-card h3{font-size:18px;letter-spacing:-.02em;margin-bottom:.5rem;color:var(--t-hi)}.feat-card p{font-size:14px;line-height:1.7}.related-grid{display:grid;grid-template-columns:1fr;gap:1rem;margin-top:.5rem}@media (min-width:720px){.related-grid{grid-template-columns:1fr 1fr 1fr}}.related-card{display:block;background:var(--ink2);border:1px solid var(--line);border-radius:var(--r-md);padding:1.4rem;text-decoration:none;transition:border-color .25s,transform .25s var(--ease)}.sec-cream .related-card,.sec-cream2 .related-card{background:#fff;border-color:var(--fog3)}.related-card:hover{border-color:rgba(200,240,58,.32);transform:translateY(-2px)}.related-card .r-k{font-size:10.5px;font-weight:600;letter-spacing:.14em;text-transform:uppercase;color:var(--t-mut)}.related-card .r-t{font-family:"DM Serif Display",serif;font-size:19px;color:var(--t-hi);margin:.4rem 0 .35rem;letter-spacing:-.01em}.related-card .r-d{font-size:13px;color:var(--t-mut);line-height:1.55}.related-card .r-go{color:var(--lime);font-size:13px;font-weight:500;margin-top:.65rem;display:inline-block}.prose a,.sec-cream .related-card .r-go,.sec-cream2 .related-card .r-go{color:var(--rust-txt)}.subhero-echo{position:absolute;right:-130px;top:50%;transform:translateY(-50%);width:min(600px,56vw);aspect-ratio:1;pointer-events:none;opacity:.5;z-index:0}.subhero-echo svg{width:100%;height:100%;display:block}.subhero-echo .sc-sweep{transform-box:view-box;transform-origin:310px 310px}@media (prefers-reduced-motion:no-preference){.subhero-echo .sc-sweep{animation:se-rotate 16s linear infinite}}@media (max-width:900px){.subhero-echo{right:-34%;width:92vw;opacity:.34}}.stat-inline{margin-top:2.2rem;max-width:34em}@media (prefers-reduced-motion:no-preference){.subhero .breadcrumb{animation:sub-rise .6s cubic-bezier(.22,1,.36,1) .05s both}.subhero-inner>.lbl{animation:sub-rise .6s cubic-bezier(.22,1,.36,1) .12s both}.subhero h1{animation:sub-rise .85s cubic-bezier(.19,1,.22,1) .2s both}.subhero-lead{animation:sub-rise .7s cubic-bezier(.22,1,.36,1) .34s both}.subhero-actions{animation:sub-rise .6s cubic-bezier(.22,1,.36,1) .46s both}.subhero-trust{animation:sub-fade .6s ease .58s both}}@media (min-width:640px){.related-grid.cols-4{grid-template-columns:1fr 1fr}}@media (min-width:1040px){.related-grid.cols-4{grid-template-columns:repeat(4,1fr)}}#locations{border-top:1px solid var(--line-soft)}