:root{color-scheme:dark;--color-bg:#0f172a;--color-surface:#1e293b;--color-ink:#f8fafc;--color-muted:#94a3b8;--color-accent:#f59e0b;--color-accent-hover:#fbbf24;--color-line:#334155;--color-focus:#fbbf24;--color-lime:#f59e0b;--color-cyan:#22d3ee;--color-blue:#3b82f6;--font-body:"DM Sans Variable", sans-serif;--font-heading:"Space Grotesk Variable", sans-serif;--text-xs:.75rem;--text-sm:.875rem;--text-base:1rem;--text-lg:1.125rem;--text-xl:clamp(1.25rem, 2vw, 1.5rem);--text-h1:clamp(3.25rem, 7.15vw, 6.5rem);--text-h2:clamp(2.125rem, 3.5vw, 3.25rem);--text-h3:clamp(1.625rem, 2.5vw, 2.25rem);--space-1:.25rem;--space-2:.5rem;--space-3:.75rem;--space-4:1rem;--space-5:1.5rem;--space-6:2rem;--space-7:3rem;--space-8:4rem;--space-9:6rem;--space-10:8rem;--width-content:80rem;--width-prose:39rem;--gutter:clamp(1.25rem, 5.55vw, 5rem);--radius-sm:.625rem;--radius-card:1rem;--radius-pill:999px;--duration:.18s;--breakpoint-nav:40rem;--breakpoint-layout:48rem}@font-face{font-family:DM Sans Variable;font-style:normal;font-display:swap;font-weight:100 1000;src:url(/_astro/dm-sans-latin-wght-normal.Xz1IZZA0.woff2)format("woff2")}@font-face{font-family:Space Grotesk Variable;font-style:normal;font-display:swap;font-weight:300 700;src:url(/_astro/space-grotesk-latin-wght-normal.BhU9QXUp.woff2)format("woff2")}*{box-sizing:border-box}html{scroll-behavior:smooth;scroll-padding-top:var(--space-6)}body{background:var(--color-bg);color:var(--color-ink);font:400 var(--text-base)/1.65 var(--font-body);-webkit-font-smoothing:antialiased;margin:0}::selection{background:var(--color-accent);color:var(--color-bg)}a{color:inherit;text-underline-offset:.25em;text-decoration-thickness:1px}a,summary{-webkit-tap-highlight-color:transparent}a:focus-visible,summary:focus-visible{outline:2px solid var(--color-focus);outline-offset:6px;border-radius:3px}main:focus{outline:none}svg{max-width:100%;display:block}h1,h2,h3,p{margin:0}h1,h2,h3{font-family:var(--font-heading);text-wrap:balance;font-weight:500}h1{font-size:var(--text-h1);letter-spacing:-.065em;line-height:1.02}h2{font-size:var(--text-h2);letter-spacing:-.05em;line-height:1.12}h3{font-size:var(--text-h3);letter-spacing:-.045em;line-height:1.2}.container{width:min(calc(100% - var(--gutter) * 2), var(--width-content));margin-inline:auto}.section{padding-block:var(--space-9);border-top:1px solid var(--color-line)}.muted,.section-description{color:var(--color-muted)}.section-description{max-width:var(--width-prose);font-size:var(--text-lg);margin-top:var(--space-5)}.eyebrow{align-items:center;gap:var(--space-3);color:var(--color-accent);font-size:var(--text-xs);letter-spacing:.14em;text-transform:uppercase;font-weight:600;display:flex}.eyebrow-line{background:currentColor;width:1.75rem;height:1px}.status{align-items:center;gap:var(--space-2);color:var(--color-muted);font-size:var(--text-xs);white-space:nowrap;display:inline-flex}.status__dot{border-radius:var(--radius-pill);background:var(--color-accent);width:5px;height:5px}.skip-link{z-index:20;top:var(--space-4);left:var(--space-4);padding:var(--space-3) var(--space-5);background:var(--color-accent);color:var(--color-bg);position:fixed;transform:translateY(-200%)}.skip-link:focus{transform:translateY(0)}.site-header{border-bottom:1px solid var(--color-line);z-index:5;justify-content:space-between;align-items:center;min-height:108px;display:flex;position:relative}.brand{width:fit-content;min-height:44px;font:600 1.5rem/1 var(--font-heading);letter-spacing:-.05em;align-items:center;gap:10px;text-decoration:none;display:inline-flex}.brand__logo{object-fit:contain;width:42px;height:42px}.brand__name{background:linear-gradient(100deg, var(--color-cyan), var(--color-lime), var(--color-blue));color:#0000;-webkit-background-clip:text;background-clip:text}.desktop-nav{align-items:center;gap:var(--space-7);font-size:var(--text-sm);display:flex}.desktop-nav>a:not(.button){min-height:44px;color:var(--color-muted);align-items:center;text-decoration:none;display:flex;position:relative}.desktop-nav>a:hover,.desktop-nav>a[aria-current]{color:var(--color-ink)}.desktop-nav>a[aria-current]:after{content:"";background:var(--color-accent);height:1px;position:absolute;bottom:2px;left:0;right:0}.button{justify-content:center;align-items:center;gap:var(--space-5);width:fit-content;min-height:48px;font-size:var(--text-sm);transition:background var(--duration), color var(--duration);font-weight:600;text-decoration:none;display:inline-flex}.button svg{transition:transform var(--duration);flex-shrink:0}.button:hover svg{transform:translate(2px,-2px)}.button--primary{border-radius:var(--radius-pill);background:var(--color-accent);color:var(--color-bg);padding:13px 22px}.button--primary:hover{background:var(--color-accent-hover)}.button--text{padding-block:var(--space-2);border-bottom:1px solid var(--color-line)}.button--text:hover{color:var(--color-accent)}.mobile-nav{display:none}.hero{isolation:isolate;padding-top:clamp(5rem,9vw,8.5rem);position:relative}.hero-copy{z-index:1;max-width:52rem;padding-bottom:clamp(5rem,8vw,8rem);position:relative}.hero h1{margin-block:var(--space-6)}.hero h1 span{color:var(--color-muted)}.hero-description{max-width:29rem;color:var(--color-muted);font-size:var(--text-lg);margin-bottom:var(--space-6);line-height:1.7}.hero-foot{padding-bottom:var(--space-6);color:var(--color-muted);font-size:var(--text-xs);letter-spacing:.04em;justify-content:space-between;align-items:center;display:flex}.lane-artwork{z-index:-1;width:53%;height:100%;max-height:720px;color:var(--color-accent);position:absolute;top:0;right:-3%;overflow:hidden;mask-image:linear-gradient(90deg,#0000,#000 18% 85%,#0000)}.lane-artwork:before{content:"";background:radial-gradient(at 55% 45%,#f59e0b18,#0000 66%);position:absolute;inset:10% 0 0}.lane-artwork svg{width:100%;height:100%}.lane-grid{opacity:.045}.section-heading{gap:var(--space-7);margin-bottom:var(--space-7);grid-template-columns:1fr 2fr;display:grid}.section-heading .eyebrow{padding-top:var(--space-2);align-self:start}.section-heading h2{max-width:35rem}.section-heading .section-description{max-width:32rem}.product-grid{gap:var(--space-5);grid-template-columns:repeat(2,minmax(0,1fr));display:grid}.product-card{background:linear-gradient(140deg, #243247, var(--color-surface) 60%);border:1px solid var(--color-line);border-radius:var(--radius-card);padding:var(--space-6)}.product-card__top{justify-content:space-between;align-items:center;gap:var(--space-4);display:flex}.product-number{font:500 var(--text-sm) var(--font-heading);color:var(--color-muted)}.product-graphic{color:var(--color-accent);height:150px;margin-block:var(--space-5);overflow:hidden}.product-graphic svg{width:100%;height:100%}.product-card h3{margin-bottom:var(--space-4)}.product-card p{color:var(--color-muted);max-width:28rem}.company-section,.direction-section{gap:var(--space-7);grid-template-columns:1fr 2fr;display:grid}.company-section>.eyebrow,.direction-section>.eyebrow{padding-top:var(--space-2);align-self:start}.company-section h2{max-width:38rem}.company-section .button,.direction-section .status{margin-top:var(--space-6)}.contact-section{border-top:1px solid var(--color-line);padding-block:var(--space-8) var(--space-9)}.contact-row{justify-content:space-between;align-items:center;gap:var(--space-6);margin-block:var(--space-5);display:flex}.contact-row h2{font-size:clamp(2.25rem,4.3vw,4rem)}.contact-row .button{flex-shrink:0}.site-footer{border-top:1px solid var(--color-line)}.footer-top{align-items:center;gap:var(--space-6);padding-block:var(--space-7);display:flex}.footer-top p{color:var(--color-muted);font-size:var(--text-sm)}.footer-top .status{margin-left:auto}.footer-bottom{justify-content:space-between;align-items:center;gap:var(--space-5);padding-block:var(--space-5);border-top:1px solid var(--color-line);color:var(--color-muted);font-size:var(--text-xs);display:flex}.footer-bottom a{align-items:center;min-height:44px;text-decoration:none;display:inline-flex}.footer-bottom a:hover{color:var(--color-accent)}.hero--about{padding-top:var(--space-9)}.hero--about .hero-copy{padding-bottom:var(--space-9)}.hero--about .lane-artwork{opacity:.65}.about-story{gap:var(--space-7);grid-template-columns:1fr 2fr;display:grid}.about-story__mark{align-self:start;align-items:center;gap:var(--space-4);font:500 clamp(4rem, 8vw, 8rem)/1 var(--font-heading);color:var(--color-accent);display:flex}.about-story__mark span{font-size:.7em}.prose{max-width:var(--width-prose);color:var(--color-muted);font-size:var(--text-lg)}.prose h2{color:var(--color-ink);font-size:var(--text-h3);margin-bottom:var(--space-5)}.prose h2:not(:first-child){margin-top:var(--space-8)}.prose p+p{margin-top:var(--space-5)}.not-found{min-height:65vh;padding-block:var(--space-9);flex-direction:column;justify-content:center;align-items:flex-start;display:flex}.not-found h1{margin-block:var(--space-6)}@media (width<=48rem){.section{padding-block:var(--space-8)}.hero-copy{padding-bottom:var(--space-8)}.hero h1{font-size:clamp(3.1rem,8vw,5rem)}.hero-description{max-width:26rem}.lane-artwork{opacity:.3;width:58%;right:-4%}.section-heading,.company-section,.direction-section,.about-story{gap:var(--space-5);grid-template-columns:1fr}.product-grid{grid-template-columns:1fr}.product-card{padding:var(--space-6)}.product-graphic{max-width:30rem}.contact-row{flex-direction:column;align-items:flex-start}.contact-section{padding-block:var(--space-8)}.about-story__mark{display:none}.footer-top{flex-wrap:wrap}.footer-top p{order:3;width:100%}.hero--about{padding-top:var(--space-8)}.hero--about .hero-copy{padding-bottom:var(--space-8)}}@media (width<=40rem){.site-header{min-height:86px}.desktop-nav{display:none}.mobile-nav{display:block}.mobile-nav summary{justify-content:center;align-items:center;gap:var(--space-3);min-height:44px;padding-inline:var(--space-2);font-size:var(--text-sm);cursor:pointer;list-style:none;display:flex}.mobile-nav summary::-webkit-details-marker{display:none}.menu-icon{border-top:1px solid;border-bottom:1px solid;width:17px;height:7px}.mobile-nav[open] .menu-icon{border-bottom:0;height:1px}.mobile-nav nav{padding:var(--space-4);background:var(--color-surface);border:1px solid var(--color-line);border-radius:0 0 var(--radius-card) var(--radius-card);position:absolute;inset:calc(100% - 1px) 0 auto;box-shadow:0 24px 32px #0005}.mobile-nav nav a{min-height:52px;padding-inline:var(--space-4);border-radius:var(--radius-sm);justify-content:space-between;align-items:center;text-decoration:none;display:flex}.mobile-nav nav a[aria-current]{color:var(--color-accent);background:#f59e0b14}.hero{padding-top:var(--space-8)}.hero h1{margin-block:var(--space-5);font-size:clamp(2.75rem,9.2vw,3.75rem)}.hero-description{font-size:var(--text-base);max-width:28rem}.hero-copy{padding-bottom:200px}.lane-artwork{opacity:.75;width:90%;height:235px;top:auto;bottom:28px;right:-4%;mask-image:linear-gradient(#0000,#000 20% 80%,#0000)}.lane-artwork svg{transform:scale(1.6)}.hero-foot{padding-bottom:var(--space-5);font-size:.6875rem}.product-card{padding:var(--space-5)}.product-graphic{height:120px}.product-card h3{font-size:1.7rem}.section-description{font-size:var(--text-base)}.hero--about .hero-copy{padding-bottom:var(--space-8)}.hero--about .lane-artwork{display:none}.prose{font-size:var(--text-base)}.footer-top{column-gap:var(--space-3);row-gap:var(--space-5)}.footer-top .status{font-size:.6875rem}.footer-bottom{gap:var(--space-2);padding-block:var(--space-4);flex-wrap:wrap}.footer-bottom a{margin-left:auto}.footer-bottom>span:last-child{width:100%}}@media (prefers-reduced-motion:reduce){html{scroll-behavior:auto}*,:before,:after{transition:none!important;animation:none!important}}
