:root{color-scheme:dark;--brand-cream: #f7f5f1;--brand-charcoal: #171615;--brand-charcoal-soft: #25292d;--brand-copper: #f15a24;--brand-copper-strong: #d84a16;--brand-copper-soft: #fff1ea;--white: #ffffff;--neutral-50: #faf9f6;--neutral-100: #f5f3ef;--neutral-200: #e8e4de;--neutral-500: #8e887f;--neutral-700: #403c36;--neutral-900: #171615;--ink: #0a0b0b;--ink-2: #111315;--line-dark: rgba(255, 255, 255, .13);--line-light: rgba(23, 22, 21, .12);--text-light: rgba(255, 255, 255, .92);--text-muted-light: rgba(255, 255, 255, .62);--text-dark: #171615;--text-muted-dark: #6b655f;--font-display: "Nunito Sans", "Avenir Next", Nunito, Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;--font-body: "Nunito Sans", "Avenir Next", Nunito, Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;--font-sans: var(--font-body);--radius-sm: 6px;--radius-md: 8px;--header-height: 76px;--section-x: clamp(20px, 4.8vw, 72px);--section-max: 1320px;font-family:var(--font-sans);background:var(--ink);color:var(--text-light)}*{box-sizing:border-box}html{scroll-behavior:smooth;overflow-x:clip}body{margin:0;min-width:320px;overflow-x:clip;background:var(--ink);color:var(--text-light);font-family:var(--font-sans);font-optical-sizing:auto;font-weight:400;letter-spacing:0}body,button,input,select,textarea{font:inherit}button,input,select,textarea{letter-spacing:0}a{color:inherit;text-decoration:none}img,svg{display:block}button{cursor:pointer}button:disabled{cursor:not-allowed}.site-shell{min-height:100svh;overflow-x:clip;background:var(--ink)}.section-inner{width:min(100% - (var(--section-x) * 2),var(--section-max));margin:0 auto}section{scroll-margin-top:calc(var(--header-height) + 18px)}.site-header{position:fixed;z-index:30;top:0;left:0;right:0;height:var(--header-height);display:grid;grid-template-columns:auto 1fr auto;align-items:center;gap:24px;padding:0 var(--section-x);border-bottom:1px solid rgba(255,255,255,.08);background:color-mix(in srgb,#050505 90%,transparent);-webkit-backdrop-filter:blur(22px);backdrop-filter:blur(22px)}.brand-lockup,.footer-brand,.mobile-panel-brand{display:inline-flex;align-items:center;gap:8px;width:fit-content;color:var(--white);line-height:1}.brand-lockup .brand-mark,.footer-brand .brand-mark,.mobile-panel-brand .brand-mark{width:34px;height:34px;object-fit:contain}.brand-lockup .brand-wordmark,.footer-brand .brand-wordmark,.mobile-panel-brand .brand-wordmark{width:98px;height:auto;object-fit:contain}.mobile-panel-header,.mobile-sidebar-label,.mobile-sidebar,.mobile-sidebar-section,.mobile-sidebar-cta,.mobile-sidebar-note,.nav-scrim{display:none}.site-nav{display:inline-flex;align-items:center;justify-self:end;gap:42px;min-height:var(--header-height)}.site-nav a{position:relative;display:inline-flex;align-items:center;min-height:var(--header-height);color:var(--text-muted-light);font-size:15px;font-weight:500;transition:color .18s ease,transform .18s ease}.site-nav a:after{position:absolute;left:0;right:0;bottom:17px;height:2px;border-radius:999px;background:var(--brand-copper);content:"";opacity:0;transform:scaleX(.55);transition:opacity .18s ease,transform .18s ease}.site-nav a:hover,.site-nav a.active{color:var(--white)}.site-nav a:hover{transform:translateY(-1px)}.site-nav a:hover:after{opacity:.64;transform:scaleX(1)}.site-nav a.active:after{opacity:1;transform:scaleX(1)}.header-cta{justify-self:end;display:inline-flex;align-items:center;justify-content:center;gap:10px;min-height:44px;padding:0 22px;border:1px solid var(--brand-copper);border-radius:var(--radius-md);color:var(--white);font-size:14px;font-weight:700;background:linear-gradient(180deg,#ff6a2f 0%,var(--brand-copper) 54%,var(--brand-copper-strong) 100%);box-shadow:0 16px 34px #f15a2433;transition:transform .18s ease,background .18s ease,border-color .18s ease,box-shadow .18s ease}.header-cta svg,.button svg{width:18px;height:18px;stroke-width:2}.header-cta svg{color:var(--white);stroke:currentColor}.header-cta:hover,.button:hover{transform:translateY(-1px)}.header-cta:hover{box-shadow:0 20px 42px #f15a244d}.menu-button{display:none;justify-self:end;width:42px;height:42px;border:1px solid var(--line-dark);border-radius:var(--radius-md);color:var(--white);background:#ffffff0d}.menu-button svg{width:20px;height:20px;margin:auto}.mobile-close-button{display:grid;place-items:center;width:40px;height:40px;border:1px solid var(--line-dark);border-radius:var(--radius-md);color:var(--white);background:#ffffff0d}.mobile-close-button svg{width:19px;height:19px}.button{display:inline-flex;align-items:center;justify-content:center;gap:10px;min-height:46px;border:1px solid transparent;border-radius:var(--radius-md);padding:0 20px;color:var(--white);font-size:15px;font-weight:700;line-height:1;transition:transform .18s ease,background .18s ease,border-color .18s ease,box-shadow .18s ease}.button--primary{border-color:var(--brand-copper);background:linear-gradient(180deg,#ff6a2f 0%,var(--brand-copper) 54%,var(--brand-copper-strong) 100%);box-shadow:0 20px 46px #f15a2438}.button--primary svg{color:var(--white);stroke:currentColor}.button--primary:hover{box-shadow:0 24px 54px #f15a244d}.button--primary:disabled{opacity:.58;transform:none;box-shadow:none}.button--ghost{border-color:#ffffff29;background:#ffffff0f;color:var(--text-light)}.hero-section{position:relative;min-height:clamp(720px,88svh,860px);padding:calc(var(--header-height) + 42px) 0 42px;background:#080808;isolation:isolate}.hero-media,.subpage-media{position:absolute;inset:0;z-index:-3;overflow:hidden;background:radial-gradient(circle at 76% 48%,rgba(241,90,36,.16),transparent 28%),radial-gradient(circle at 78% 52%,rgba(255,255,255,.13),transparent 34%),linear-gradient(112deg,#050505,#151515 58%,#050505)}.hero-media:before{position:absolute;inset:0;z-index:2;background:linear-gradient(90deg,#000000f2,#000000b8 34%,#00000014 64%,#0000002e),radial-gradient(circle at 82% 54%,transparent 0%,rgba(0,0,0,.08) 42%,rgba(0,0,0,.24) 82%);content:""}.hero-media:after{position:absolute;z-index:3;left:0;right:0;bottom:0;height:36%;background:linear-gradient(180deg,transparent,rgba(0,0,0,.58));content:""}.hero-background-video,.hero-background-image{position:absolute;inset:0;width:100%;height:100%;object-fit:cover;object-position:center;-webkit-user-select:none;user-select:none;pointer-events:none}.hero-background-video{z-index:1;opacity:.98;filter:saturate(1.08) contrast(1.04) brightness(1.05)}.hero-background-image{z-index:0;opacity:.78;filter:saturate(1.06) contrast(1.04) brightness(.96)}.hero-scrim{position:absolute;inset:0;z-index:-1;background:linear-gradient(90deg,#0303038a,#03030338 42%,#03030300 72%),linear-gradient(180deg,rgba(0,0,0,.12) 0%,transparent 48%,rgba(0,0,0,.12) 100%)}.hero-inner{display:grid;grid-template-columns:minmax(330px,560px) minmax(0,1fr);align-content:center;align-items:start;gap:14px clamp(28px,5vw,72px);min-height:calc(clamp(720px,88svh,860px) - var(--header-height) - 110px)}.hero-copy{grid-column:1;max-width:630px;align-self:end}.hero-copy h1,.subpage-inner h1,.contact-copy h1{margin:0;color:var(--white);font-family:var(--font-display);font-size:64px;font-style:italic;font-weight:700;line-height:.98}.hero-copy h1{font-size:64px}.hero-lede{max-width:560px;margin:22px 0 0;color:var(--white);font-size:26px;font-weight:600;line-height:1.18}.hero-body,.subpage-inner p,.contact-copy>p{max-width:560px;margin:16px 0 0;color:var(--text-muted-light);font-size:17px;font-weight:400;line-height:1.68}.hero-actions{display:flex;align-items:center;flex-wrap:wrap;gap:12px;margin-top:22px}.early-form{display:grid;gap:6px;padding:10px;border:1px solid rgba(255,255,255,.14);border-radius:var(--radius-md);background:color-mix(in srgb,#050505 70%,transparent);-webkit-backdrop-filter:blur(18px);backdrop-filter:blur(18px);box-shadow:0 28px 70px #00000052}.early-form--compact{background:var(--white);color:var(--text-dark);box-shadow:0 28px 70px #17161514}.early-form-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:7px}.early-form label{display:grid;gap:5px;min-width:0}.early-form label>span{color:var(--text-muted-light);font-size:12px;font-weight:700}.early-form--compact label>span{color:var(--text-muted-dark)}.early-form input,.early-form select,.early-form textarea{width:100%;min-width:0;border:1px solid rgba(255,255,255,.15);border-radius:var(--radius-sm);padding:0 11px;color:var(--white);font-size:13.5px;font-weight:500;line-height:1.25;background-color:#ffffff0e;outline:none;transition:border-color .16s ease,box-shadow .16s ease,background .16s ease}.early-form input,.early-form select{height:38px}.early-form select{appearance:none;-webkit-appearance:none;padding-right:34px;background-image:url("data:image/svg+xml,%3Csvg width='18' height='18' viewBox='0 0 24 24' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='m7 10 5 5 5-5' stroke='rgba(255,255,255,.52)' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E");background-position:right 10px center;background-repeat:no-repeat;background-size:18px 18px}.early-form input::placeholder,.early-form textarea::placeholder{color:#ffffff6b;opacity:1}.early-form select:invalid{color:#ffffff7a}.early-form--compact input,.early-form--compact select,.early-form--compact textarea{border-color:var(--line-light);color:var(--text-dark);background-color:var(--neutral-50)}.early-form--compact select{background-image:url("data:image/svg+xml,%3Csvg width='18' height='18' viewBox='0 0 24 24' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='m7 10 5 5 5-5' stroke='rgba(23,22,21,.56)' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E");background-position:right 10px center;background-repeat:no-repeat;background-size:18px 18px}.early-form--compact input::placeholder,.early-form--compact textarea::placeholder{color:#17161580}.early-form--compact select:invalid{color:#1716158f}.early-form select option{color:var(--text-dark)}.early-form input:focus,.early-form select:focus,.early-form textarea:focus{border-color:color-mix(in srgb,var(--brand-copper) 72%,white);box-shadow:0 0 0 3px #f15a2429}.early-form textarea{min-height:76px;padding-top:10px;padding-bottom:10px;resize:vertical}.early-form-message,.early-form .button,.early-form .form-status{grid-column:1 / -1}.early-form-honeypot{position:absolute;left:-9999px;width:1px;height:1px;overflow:hidden}.form-status{min-height:22px;color:var(--text-muted-light);font-size:13px;font-weight:500;line-height:1.35}.early-form .button span{color:var(--white)}.early-form--compact .form-status{color:var(--text-muted-dark)}.form-status-success,.form-status-error{display:inline-flex;align-items:center;gap:8px}.form-status-success{color:#4ade80}.early-form--compact .form-status-success{color:#226a38}.form-status-error{color:#ffb4a0}.early-form--compact .form-status-error{color:#b83d12}.form-status svg{width:16px;height:16px}.spin{animation:spin .7s linear infinite}.workflow-section,.features-section,.story-section,.principles-section,.timeline-section{background:var(--white);color:var(--text-dark)}.workflow-section{padding:30px 0 92px}.section-heading{display:grid;gap:14px}.section-heading--center{justify-items:center;text-align:center}.section-heading span,.product-copy span,.feature-row span,.timeline-section span:first-child{color:var(--brand-copper-strong);font-size:13px;font-style:normal;font-weight:700;line-height:1.2}.section-heading h2,.product-copy h2,.closing-inner h2{margin:0;color:inherit;font-family:var(--font-display);font-size:42px;font-style:italic;font-weight:700;line-height:1.12}.workflow-list{position:relative;display:grid;grid-template-columns:repeat(5,minmax(0,1fr));gap:clamp(16px,2.7vw,36px);margin-top:54px}.workflow-item{position:relative;display:grid;justify-items:center;gap:12px;text-align:center}.workflow-icon,.principle-icon{display:grid;place-items:center;width:58px;height:58px;border:1px solid var(--line-light);border-radius:50%;color:var(--text-dark);background:var(--neutral-50)}.workflow-icon svg,.principle-icon svg{width:24px;height:24px;stroke-width:1.85}.workflow-item h3,.feature-row h3,.principle-card h3{margin:4px 0 0;color:var(--text-dark);font-size:17px;font-weight:700;line-height:1.18}.workflow-item p,.feature-row p,.principle-card p,.story-copy p,.timeline-row span{margin:0;color:var(--text-muted-dark);font-size:15px;font-weight:400;line-height:1.55}.workflow-arrow{position:absolute;top:20px;right:calc(-1*clamp(19px,2.1vw,28px));width:22px;height:22px;color:var(--brand-copper)}.product-section{padding:96px 0;background:#090909;color:var(--text-light)}.product-grid{display:grid;grid-template-columns:minmax(280px,.72fr) minmax(420px,1fr);align-items:center;gap:clamp(32px,7vw,96px)}.product-copy p,.closing-inner p{max-width:570px;margin:22px 0 0;color:var(--text-muted-light);font-size:17px;line-height:1.7}.product-showcase{overflow:hidden;border:1px solid rgba(255,255,255,.12);border-radius:var(--radius-md);background:#101112}.product-showcase img{width:100%;aspect-ratio:16 / 9;object-fit:cover}.features-section{padding:88px 0}.feature-rows{display:grid;gap:0;border-top:1px solid var(--line-light)}.feature-row{display:grid;grid-template-columns:.45fr .95fr 1fr;align-items:start;gap:clamp(20px,4vw,72px);padding:32px 0;border-bottom:1px solid var(--line-light)}.feature-row h3{margin:0;font-family:var(--font-display);font-size:30px;font-style:italic;font-weight:700;line-height:1.14}.closing-section{position:relative;padding:32px 0;background:var(--white);color:var(--text-light)}.closing-inner{display:flex;align-items:center;justify-content:space-between;gap:28px;overflow:hidden;padding:clamp(54px,7vw,88px) clamp(28px,4vw,56px);border-radius:var(--radius-md);background:linear-gradient(90deg,rgba(241,90,36,.18),transparent 54%),#0c0c0c;box-shadow:inset 0 1px #ffffff14}.closing-inner .button{flex:0 0 auto;white-space:nowrap}.closing-icon{width:38px;height:38px;color:var(--brand-copper)}.subpage-hero,.contact-hero{position:relative;min-height:560px;padding:calc(var(--header-height) + 92px) 0 96px;isolation:isolate;background:#080808}.about-hero-image{position:absolute;inset:0 0 0 auto;width:min(76vw,1180px);height:100%;object-fit:cover;object-position:62% 50%;opacity:.72;filter:saturate(.96) contrast(1.04) brightness(.88);-webkit-mask-image:linear-gradient(90deg,transparent 0%,rgba(0,0,0,.18) 12%,#000 34%,#000 100%);mask-image:linear-gradient(90deg,transparent 0%,rgba(0,0,0,.18) 12%,#000 34%,#000 100%)}.about-hero .hero-scrim{background:linear-gradient(90deg,#030303e6,#030303c2 42%,#0303032e 72%,#03030347),linear-gradient(180deg,rgba(0,0,0,.18) 0%,transparent 45%,rgba(0,0,0,.28) 100%)}.subpage-inner{min-height:360px;display:grid;align-items:center}.subpage-inner h1,.contact-copy h1{font-size:62px}.story-section,.timeline-section{padding:92px 0}.story-grid,.timeline-inner{display:grid;grid-template-columns:minmax(260px,.8fr) minmax(320px,1fr);gap:clamp(30px,7vw,96px)}.story-copy{display:grid;gap:20px}.story-copy p{color:var(--text-dark);font-size:19px;font-weight:400;line-height:1.62}.principles-section{padding:18px 0 92px}.principles-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:16px}.principle-card{display:grid;gap:16px;min-height:270px;padding:24px;border:1px solid var(--line-light);border-radius:var(--radius-md);background:var(--neutral-50)}.timeline-list{display:grid;gap:12px}.timeline-row{display:flex;align-items:center;gap:13px;min-height:54px;padding:0 18px;border:1px solid var(--line-light);border-radius:var(--radius-md);background:var(--neutral-50)}.timeline-row svg{width:20px;height:20px;color:var(--brand-copper);flex:0 0 auto}.contact-hero{min-height:auto;background:radial-gradient(circle at 88% 26%,rgba(241,90,36,.16),transparent 28%),linear-gradient(130deg,#070707,#131313 48%,#090909)}.contact-grid{display:grid;grid-template-columns:minmax(300px,.9fr) minmax(340px,520px);align-items:start;gap:clamp(30px,7vw,92px)}.contact-notes{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:10px;margin-top:40px;grid-column:1 / -1}.contact-note{display:grid;gap:10px;padding:16px;border:1px solid var(--line-dark);border-radius:var(--radius-md);background:#ffffff0b}.contact-note div{display:grid;place-items:center;width:36px;height:36px;border:1px solid rgba(241,90,36,.36);border-radius:var(--radius-md);color:var(--brand-copper);background:#f15a241a}.contact-note svg{width:19px;height:19px}.contact-note span{color:var(--white);font-size:15px;font-weight:600}.contact-note p{margin:0;color:var(--text-muted-light);font-size:13px;line-height:1.5}.contact-form-panel{padding-top:8px}.site-footer{padding:72px 0 28px;border-top:1px solid rgba(255,255,255,.08);background:linear-gradient(135deg,rgba(241,90,36,.14),transparent 34%),linear-gradient(180deg,#0c0c0c,#050505)}.footer-inner{display:grid;gap:42px}.footer-main{display:grid;grid-template-columns:minmax(240px,.85fr) minmax(0,1.45fr);align-items:start;gap:clamp(36px,7vw,96px)}.footer-brand-panel{display:grid;justify-items:start;gap:22px;max-width:390px}.site-footer .footer-brand{gap:10px}.site-footer .footer-brand .brand-mark{width:40px;height:40px}.site-footer .footer-brand .brand-wordmark{width:118px}.footer-brand-panel p,.footer-column p{margin:0;color:var(--text-muted-light);font-size:15px;line-height:1.58}.footer-cta{display:inline-flex;align-items:center;gap:10px;min-height:42px;padding:0 16px;border:1px solid rgba(241,90,36,.62);border-radius:var(--radius-md);color:var(--white);font-size:14px;font-weight:700;background:#f15a241a;transition:transform .18s ease,border-color .18s ease,background .18s ease}.footer-cta:hover{transform:translateY(-1px);border-color:var(--brand-copper);background:#f15a2429}.footer-cta svg{width:17px;height:17px}.footer-columns{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:clamp(24px,4vw,52px)}.footer-column{display:grid;align-content:start;gap:16px}.footer-column h2{margin:0;color:var(--white);font-size:14px;font-weight:700;line-height:1.2}.footer-column ul{display:grid;gap:12px;margin:0;padding:0;list-style:none;color:var(--text-muted-light);font-size:14px;line-height:1.35}.footer-column a{display:flex;align-items:center;width:fit-content;color:var(--text-muted-light);transition:color .18s ease}.site-footer a:hover{color:var(--white)}.footer-column--launch{padding-left:clamp(0px,2vw,26px);border-left:1px solid rgba(255,255,255,.1)}.footer-bottom{display:flex;flex-wrap:wrap;align-items:center;justify-content:space-between;gap:14px 22px;padding-top:24px;border-top:1px solid rgba(255,255,255,.09);color:#ffffff85;font-size:13px;line-height:1.35}.footer-status{display:inline-flex;align-items:center;gap:8px;color:#ffffffb8;font-weight:600}.footer-status:before{width:7px;height:7px;border-radius:999px;background:var(--brand-copper);box-shadow:0 0 0 4px #f15a2424;content:""}.reveal{opacity:0;transform:translateY(20px);transition:opacity .58s ease,transform .58s ease}.reveal.is-visible{opacity:1;transform:translateY(0)}@keyframes spin{to{transform:rotate(360deg)}}@media(prefers-reduced-motion:reduce){html{scroll-behavior:auto}*,*:before,*:after{animation-duration:1ms!important;animation-iteration-count:1!important;scroll-behavior:auto!important;transition-duration:1ms!important}.hero-background-video{display:none}}@media(max-width:1080px){.hero-inner,.product-grid,.story-grid,.timeline-inner,.contact-grid{grid-template-columns:1fr}.hero-section{padding-bottom:44px}.hero-inner{align-items:start;min-height:auto}.hero-copy{padding-top:28px}.hero-copy h1{font-size:56px}.subpage-inner h1,.contact-copy h1{font-size:50px}.hero-lede{font-size:24px}.section-heading h2,.product-copy h2,.closing-inner h2{font-size:35px}.feature-row h3{font-size:25px}.hero-background-video,.hero-background-image{object-position:64% 50%}.hero-background-video{opacity:.76}.hero-background-image{opacity:.48}.workflow-list{grid-template-columns:repeat(2,minmax(0,1fr))}.workflow-item{justify-items:start;text-align:start;padding-right:24px}.workflow-arrow{display:none}.feature-row{grid-template-columns:1fr;gap:12px}.principles-grid,.contact-notes,.footer-main{grid-template-columns:1fr}}@media(max-width:760px){:root{--header-height: 66px;--section-x: 18px}.site-header{grid-template-columns:1fr auto}.menu-button{display:grid}.site-nav,.header-cta{display:none}.nav-scrim{position:fixed;z-index:35;inset:0;display:block;width:100%;height:100%;border:0;padding:0;background:#0000008f;opacity:0;pointer-events:none;-webkit-backdrop-filter:blur(3px);backdrop-filter:blur(3px);transition:opacity .22s ease}.nav-open .nav-scrim{opacity:1;pointer-events:auto}.mobile-sidebar{position:fixed;z-index:50;top:0;right:0;bottom:0;display:grid;grid-template-rows:auto auto auto auto 1fr auto;align-content:start;gap:20px;width:min(88vw,372px);padding:max(18px,env(safe-area-inset-top)) 18px max(18px,env(safe-area-inset-bottom));overflow-y:auto;overscroll-behavior:contain;border:1px solid var(--line-dark);border-width:0 0 0 1px;background:linear-gradient(145deg,rgba(241,90,36,.16),transparent 34%),#070707;box-shadow:-30px 0 70px #0000007a;transform:translate(100%);visibility:hidden;pointer-events:none;transition:transform .24s ease,visibility .24s ease}.nav-open .mobile-sidebar{transform:translate(0);visibility:visible;pointer-events:auto}.mobile-panel-header{display:flex;align-items:center;justify-content:space-between;gap:16px;padding-bottom:18px;border-bottom:1px solid rgba(255,255,255,.1)}.mobile-panel-brand .brand-mark{width:38px;height:38px}.mobile-panel-brand .brand-wordmark{width:112px}.mobile-close-button{display:grid;place-items:center;width:42px;height:42px;border:1px solid var(--line-dark);border-radius:var(--radius-md);color:var(--white);background:#ffffff0f}.mobile-close-button svg{width:20px;height:20px}.mobile-sidebar-label,.mobile-sidebar-section h2,.mobile-sidebar-note span{display:block;margin:0;color:var(--white);font-size:13px;font-weight:800;line-height:1.2}.mobile-nav{display:grid;justify-self:stretch;min-height:auto;gap:8px}.mobile-nav a{position:relative;display:flex;align-items:center;min-height:52px;justify-content:space-between;padding:0 14px;overflow:hidden;border:1px solid rgba(255,255,255,.09);border-radius:var(--radius-md);color:#ffffffc7;font-size:16px;font-weight:700;background:#ffffff0b;transition:color .18s ease,border-color .18s ease,background .18s ease,box-shadow .18s ease,transform .18s ease}.mobile-nav a:before{position:absolute;inset:0 auto 0 0;width:3px;background:var(--brand-copper);content:"";opacity:0;transform:scaleY(.28);transform-origin:center;transition:opacity .18s ease,transform .18s ease}.mobile-nav a:after{width:8px;height:8px;margin-right:2px;border-top:2px solid currentColor;border-right:2px solid currentColor;content:"";opacity:0;transform:translate(-7px) rotate(45deg);transition:opacity .18s ease,transform .18s ease}.mobile-nav a:hover,.mobile-nav a:focus-visible{border-color:#f15a246b;color:var(--white);background:linear-gradient(135deg,#f15a242e,#ffffff0b 58%),#ffffff0b;box-shadow:0 12px 28px #0000003d;transform:translate(3px)}.mobile-nav a:hover:before,.mobile-nav a:focus-visible:before,.mobile-nav a.active:before{opacity:1;transform:scaleY(1)}.mobile-nav a:hover:after,.mobile-nav a:focus-visible:after{opacity:.72;transform:translate(0) rotate(45deg)}.mobile-nav a.active{border-color:#f15a247a;color:var(--white);background:linear-gradient(135deg,#f15a2429,#ffffff0d 58%),#ffffff0b}.mobile-nav a.active:after{opacity:.42;transform:translate(0) rotate(45deg)}.mobile-sidebar-section{display:grid;gap:12px;padding:18px 0;border-top:1px solid rgba(255,255,255,.1);border-bottom:1px solid rgba(255,255,255,.1)}.mobile-sidebar-section ul{display:grid;grid-template-columns:1fr;gap:8px;margin:0;padding:0;list-style:none}.mobile-sidebar-section li{display:flex;align-items:center;min-height:38px;padding:0 12px;border-left:2px solid rgba(255,255,255,.16);color:var(--text-muted-light);font-size:14px;line-height:1.3;background:#ffffff0a}.mobile-sidebar-cta{display:inline-flex;align-items:center;justify-content:center;gap:10px;width:100%;justify-self:stretch;min-height:50px;margin-top:auto;border:1px solid rgba(255,255,255,.16);border-radius:var(--radius-md);color:var(--white);font-size:15px;font-weight:700;background:linear-gradient(180deg,#ffffff16,#ffffff0b);transition:transform .18s ease,background .18s ease,border-color .18s ease}.mobile-sidebar-cta:hover{transform:translateY(-1px);border-color:#ffffff3d;background:linear-gradient(180deg,#ffffff1c,#ffffff0e)}.mobile-sidebar-cta svg{width:18px;height:18px;stroke-width:2}.mobile-sidebar-note{display:grid;gap:8px;padding:16px;border:1px solid rgba(255,255,255,.12);border-radius:var(--radius-md);background:#ffffff0b}.mobile-sidebar-note p{margin:0;color:var(--text-muted-light);font-size:13px;line-height:1.5}.hero-section{min-height:auto;padding-top:calc(var(--header-height) + 34px);padding-bottom:56px}.hero-copy h1{font-size:38px}.subpage-inner h1,.contact-copy h1{font-size:34px}.hero-lede{font-size:20px}.hero-actions{display:grid;grid-template-columns:1fr;align-items:stretch;max-width:340px}.hero-actions .button{width:100%}.hero-body,.subpage-inner p,.contact-copy>p{font-size:16px}.section-heading h2,.product-copy h2,.closing-inner h2{font-size:30px}.feature-row h3{font-size:22px}.hero-background-video,.hero-background-image{object-position:70% 50%}.hero-media:before{background:linear-gradient(90deg,#000000e6,#000000c2 58%,#0000008a),linear-gradient(180deg,#00000057,#0000002e 44%,#0000009e)}.hero-background-video{opacity:.44}.hero-background-image{opacity:.26}.early-form,.early-form--compact{padding:14px}.early-form-grid,.workflow-list{grid-template-columns:1fr}.workflow-list{justify-items:center;max-width:380px;margin-right:auto;margin-left:auto;gap:30px}.workflow-item{justify-items:center;width:100%;max-width:330px;padding-right:0;text-align:center}.workflow-section,.product-section,.features-section,.story-section,.timeline-section,.closing-section,.subpage-hero,.contact-hero{padding-top:64px;padding-bottom:64px}.about-hero-image{inset:0;width:100%;height:100%;object-position:75% 50%;opacity:.2}.about-hero .hero-scrim{background:linear-gradient(90deg,#030303e6,#030303c7 58%,#0303038f),linear-gradient(180deg,#00000057,#0000009e 48%,#0000007a)}.about-hero{min-height:clamp(360px,58svh,430px);padding-top:calc(var(--header-height) + 56px);padding-bottom:52px}.about-hero .subpage-inner{min-height:auto;align-items:start}.product-grid{gap:28px}.product-showcase img{aspect-ratio:16 / 9}.closing-inner{display:grid;grid-template-columns:1fr;justify-items:start;padding:34px 20px}.site-footer{padding-top:56px}.footer-columns{grid-template-columns:1fr}.footer-column--launch{padding:18px 0 0;border-top:1px solid rgba(255,255,255,.1);border-left:0}.footer-bottom{display:grid;justify-items:start}}
