:root{--graphite:#080F14;--stone:#F4F5F7;--slate:#687280;--sand:#E8E1D9;--local:#10B981;--freight:#3B82F6;--future:#8B5CF6;--line:#DDE2E6;--white:#fff;--max:1180px;--pad:clamp(20px,4vw,56px);--radius:22px}
*{box-sizing:border-box}html{scroll-behavior:smooth}body{margin:0;background:var(--stone);color:var(--graphite);font-family:"Plus Jakarta Sans",system-ui,-apple-system,"Segoe UI",sans-serif;line-height:1.5}a{color:inherit;text-decoration:none}.container{width:min(var(--max),calc(100% - 2 * var(--pad)));margin-inline:auto}.skip-link{position:fixed;left:16px;top:-100px;z-index:100;background:var(--graphite);color:var(--stone);padding:10px 14px;border-radius:8px}.skip-link:focus{top:16px}.site-header{position:sticky;top:0;z-index:50;background:color-mix(in srgb,var(--stone) 92%,transparent);backdrop-filter:blur(12px);border-bottom:1px solid var(--line)}.nav-wrap{min-height:78px;display:flex;align-items:center;justify-content:space-between}.wordmark{font-size:20px;font-weight:800;letter-spacing:.09em}.primary-nav{display:flex;align-items:center;gap:27px;font-size:13px;font-weight:700}.primary-nav a{opacity:.9}.primary-nav a:hover,.text-link:hover{opacity:.6}.nav-cta{border:1px solid var(--graphite);padding:10px 15px;border-radius:999px}.menu-toggle{display:none;background:none;border:0;padding:8px}.menu-toggle span{display:block;width:24px;height:2px;background:var(--graphite);margin:5px}.hero{min-height:calc(100svh - 78px);padding-top:clamp(86px,12vw,160px);padding-bottom:90px;display:grid;grid-template-columns:1.25fr .75fr;gap:60px;align-items:end}.eyebrow,.mono{font-family:"JetBrains Mono",ui-monospace,SFMono-Regular,Menlo,monospace}.eyebrow{font-size:11px;font-weight:600;letter-spacing:.16em;text-transform:uppercase;color:var(--slate);margin:0 0 25px}.hero h1{font-size:clamp(58px,9.5vw,132px);line-height:.87;letter-spacing:-.075em;margin:0;max-width:930px}.hero-note{max-width:390px;color:#3b4650;font-size:18px;line-height:1.55;padding-bottom:5px}.hero-note p{margin:0}.hero-note strong{display:block;color:var(--graphite);font-size:15px;margin-top:28px}.section{padding:112px 0}.section-dark{background:var(--graphite);color:var(--stone)}.section-sand{background:var(--sand)}.section-head{display:flex;justify-content:space-between;align-items:end;gap:50px;margin-bottom:48px}.section-head h2,.proof-grid h2,.cta-section h2{font-size:clamp(40px,5.5vw,72px);line-height:.95;letter-spacing:-.06em;margin:12px 0 0}.lede{max-width:440px;color:#59636d;font-size:15px;line-height:1.65;margin:0}.section-dark .lede{color:#a8b0b8}.portfolio-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:14px}.portfolio-card{min-height:360px;padding:28px;background:var(--white);color:var(--graphite);border-radius:var(--radius);display:flex;flex-direction:column;justify-content:space-between;border:1px solid #e4e8eb}.portfolio-card .mono{font-size:10px;font-weight:600;letter-spacing:.14em}.portfolio-card h3{font-size:35px;line-height:1;letter-spacing:-.045em;margin:10px 0}.portfolio-card p{max-width:310px;color:#59636d;font-size:14px;line-height:1.55;margin-bottom:22px}.signal{display:inline-block;width:10px;height:10px;border-radius:50%;margin-right:8px}.signal-local{background:var(--local)}.signal-freight{background:var(--freight)}.signal-future{background:var(--future)}.text-link{font-size:13px;font-weight:800}.products-grid{display:grid;grid-template-columns:1fr 1fr;gap:16px}.product-card{min-height:290px;padding:34px;background:var(--white);border:1px solid #e2e6e9;border-radius:var(--radius);display:flex;flex-direction:column;align-items:flex-start}.product-card .mono{font-size:10px;font-weight:600;color:var(--slate);letter-spacing:.14em}.product-card h3{font-size:34px;line-height:1;letter-spacing:-.045em;margin:48px 0 10px}.product-card .muted{color:#59636d;max-width:520px;margin:0 0 24px}.status-pill{font:600 10px "JetBrains Mono",monospace;letter-spacing:.12em;border:1px solid var(--line);padding:7px 10px;border-radius:999px;margin-top:auto}.method-grid{list-style:none;padding:0;margin:0;display:grid;grid-template-columns:repeat(6,1fr);border:1px solid #29323a}.method-grid li{min-height:165px;padding:22px 18px;border-right:1px solid #29323a;display:flex;flex-direction:column;justify-content:space-between}.method-grid li:last-child{border-right:0}.method-grid .mono{font-size:11px;color:#8f9aa4}.method-grid strong{font-size:18px;letter-spacing:-.02em}.proof-grid{display:grid;grid-template-columns:1fr 1fr;gap:80px}.statement{font-size:clamp(30px,4vw,54px);line-height:1;letter-spacing:-.05em;margin:0 0 30px}.cta-section{padding-top:125px;padding-bottom:125px}.cta-section h2{max-width:850px}.cta-row{display:flex;gap:12px;margin-top:42px}.button{display:inline-flex;align-items:center;justify-content:center;padding:14px 19px;border:1px solid var(--graphite);border-radius:999px;font-size:13px;font-weight:800}.button-primary{background:var(--graphite);color:var(--stone)}.implementation-note{font-size:11px;color:var(--slate);margin-top:26px}.site-footer{border-top:1px solid var(--line);padding-top:30px;padding-bottom:44px;display:flex;justify-content:space-between;font-size:12px;color:var(--slate)}:focus-visible{outline:3px solid var(--freight);outline-offset:4px}@media(max-width:900px){.primary-nav{gap:18px}.hero{grid-template-columns:1fr;min-height:auto}.hero-note{max-width:620px}.portfolio-grid{grid-template-columns:1fr}.products-grid,.proof-grid{grid-template-columns:1fr}.method-grid{grid-template-columns:repeat(2,1fr)}.method-grid li:nth-child(2),.method-grid li:nth-child(4){border-right:0}.method-grid li{border-bottom:1px solid #29323a}.method-grid li:nth-last-child(-n+2){border-bottom:0}.section-head{align-items:start;display:block}.section-head .lede{margin-top:25px}}@media(max-width:700px){.menu-toggle{display:block}.primary-nav{display:none;position:absolute;left:0;right:0;top:78px;background:var(--stone);border-bottom:1px solid var(--line);padding:18px var(--pad);flex-direction:column;align-items:stretch}.primary-nav.is-open{display:flex}.primary-nav a{padding:10px 0}.nav-cta{text-align:center}.hero{padding-top:78px;padding-bottom:72px}.section{padding:82px 0}.method-grid{grid-template-columns:1fr}.method-grid li,.method-grid li:nth-child(2),.method-grid li:nth-child(4){border-right:0;border-bottom:1px solid #29323a;min-height:105px}.method-grid li:last-child{border-bottom:0}.portfolio-card{min-height:300px}.product-card{min-height:260px}.cta-section{padding-top:90px;padding-bottom:90px}.cta-row{flex-direction:column;align-items:stretch}.site-footer{display:block}.site-footer span{display:block}.site-footer span+span{margin-top:9px}}@media(prefers-reduced-motion:reduce){html{scroll-behavior:auto}}
