@import "https://fonts.googleapis.com/css2?family=Instrument+Serif:ital@0;1&family=Inter:wght@300..700&family=Inter+Tight:wght@400;500;600;700&family=JetBrains+Mono:wght@400;500&display=swap";
:root,[data-theme=light]{--font-display:"Instrument Serif",Georgia,serif;--font-body:"Inter","Helvetica Neue",sans-serif;--navy:#1b2a4a;--navy-deep:#111d35;--navy-soft:#354a6e;--orange:#e8621a;--orange-hover:#c9521a;--orange-light:#fef0e7;--orange-glow:#e8621a1a;--color-bg:#fafaf8;--color-surface:#fff;--color-surface-2:#f5f4f1;--color-surface-offset:#eeecea;--color-divider:#e2e0dc;--color-border:#1b2a4a1a;--color-text:#1a1f2e;--color-text-muted:#4a5168;--color-text-faint:#8a90a2;--radius-sm:4px;--radius-md:8px;--radius-lg:12px;--radius-xl:20px;--radius-full:9999px;--shadow-sm:0 1px 3px #1b2a4a0f,0 1px 2px #1b2a4a0a;--shadow-md:0 4px 16px #1b2a4a14,0 2px 6px #1b2a4a0d;--shadow-lg:0 12px 40px #1b2a4a1f,0 4px 12px #1b2a4a0f;--shadow-orange:0 8px 32px #e8621a38;--text-xs:clamp(.75rem,.7rem + .25vw,.875rem);--text-sm:clamp(.875rem,.8rem + .35vw,1rem);--text-base:clamp(1rem,.95rem + .25vw,1.125rem);--text-lg:clamp(1.125rem,1rem + .75vw,1.5rem);--text-xl:clamp(1.5rem,1.2rem + 1.25vw,2.25rem);--text-2xl:clamp(2rem,1.2rem + 2.5vw,3.5rem);--text-3xl:clamp(2.5rem,1rem + 4vw,5rem);--space-1:.25rem;--space-2:.5rem;--space-3:.75rem;--space-4:1rem;--space-5:1.25rem;--space-6:1.5rem;--space-8:2rem;--space-10:2.5rem;--space-12:3rem;--space-16:4rem;--space-20:5rem;--space-24:6rem;--content-narrow:640px;--content-default:1000px;--content-wide:1280px;--tr:.18s cubic-bezier(.16,1,.3,1)}[data-theme=dark]{--color-bg:#0f1420;--color-surface:#151c2c;--color-surface-2:#1a2236;--color-surface-offset:#1f2840;--color-divider:#252e44;--color-border:#ffffff14;--color-text:#e8e9ed;--color-text-muted:#8d93a8;--color-text-faint:#535b70;--navy:#1e3060;--orange:#f2733a;--orange-hover:#d45e28;--orange-light:#f2733a1f;--shadow-lg:0 12px 40px #00000073}*,:before,:after{box-sizing:border-box;margin:0;padding:0}html{scroll-behavior:smooth;-webkit-font-smoothing:antialiased;scroll-padding-top:80px}body{min-height:100dvh;font-family:var(--font-body);font-size:var(--text-base);color:var(--color-text);background:var(--color-bg);line-height:1.65;overflow-x:hidden}html{overflow-x:hidden}img,svg{max-width:100%;display:block}h1,h2,h3,h4{text-wrap:balance;color:var(--color-text);line-height:1.15}p,li{text-wrap:pretty}button{cursor:pointer;font:inherit;color:inherit;background:0 0;border:none}a,button{transition:color var(--tr), background var(--tr), border-color var(--tr), box-shadow var(--tr), transform var(--tr)}a{color:var(--orange);text-decoration:none}a:hover{opacity:.85}.sr-only{clip:rect(0, 0, 0, 0);white-space:nowrap;border-width:0;width:1px;height:1px;margin:-1px;padding:0;position:absolute;overflow:hidden}.container{max-width:var(--content-default);padding-inline:var(--space-6);margin-inline:auto}.cw{max-width:var(--content-wide);padding-inline:var(--space-6);margin-inline:auto}@keyframes sdm-reveal-in{0%{opacity:0;transform:translateY(16px)}to{opacity:1;transform:translateY(0)}}.reveal{animation:.5s forwards sdm-reveal-in}@media (prefers-reduced-motion:reduce){.reveal{opacity:1;animation:none;transform:none}}@keyframes marquee{0%{transform:translate(0)}to{transform:translate(-50%)}}@keyframes pulse{0%,to{opacity:1;transform:scale(1)}50%{opacity:.6;transform:scale(1.3)}}.white-mode{background:var(--white-bg);color:var(--white-text)}.white-mode h1,.white-mode h2,.white-mode h3{color:var(--white-heading)}.white-mode p{color:var(--white-text)}.white-mode a{color:var(--white-accent)}section{padding:clamp(4rem,8vw,6rem) 0}.sec-eyebrow{font-size:var(--text-xs);letter-spacing:.1em;text-transform:uppercase;color:var(--orange);align-items:center;gap:.5rem;margin-bottom:1rem;font-weight:700;display:flex}.eyebrow-rule{background:linear-gradient(to right, var(--orange), transparent);flex-shrink:0;width:50px;height:1px}.sec-title{font-family:var(--font-display);font-size:var(--text-2xl);letter-spacing:-.02em;margin-bottom:1rem;font-weight:400;line-height:1.12}.sec-title em{color:var(--orange);font-style:italic}.sec-sub{font-size:var(--text-base);color:var(--color-text-muted);max-width:58ch;line-height:1.65}.hero{padding:clamp(4rem,10vw,6rem) 0 clamp(3rem,8vw,5rem)}.navy-bg{background:var(--navy);color:#fff}.navy-bg .sec-eyebrow{color:var(--orange)}.navy-bg .sec-title,.navy-bg .sec-sub{color:#fff}.navy-bg .sec-sub{color:#fff9}.pcard{background:var(--color-surface);border:1px solid var(--color-border);border-radius:var(--radius-xl);color:inherit;box-shadow:var(--shadow-sm);transition:transform var(--tr), box-shadow var(--tr);flex-direction:column;padding:1.5rem;text-decoration:none;display:flex}.pcard:hover{box-shadow:var(--shadow-md);transform:translateY(-3px)}.orange-separator{background:var(--orange);width:100%;height:3px}@media (max-width:1024px){.hero-grid-home,.hero-grid,.about-grid-home,.nl-grid-home,.split-grid{grid-template-columns:1fr!important;gap:2.5rem!important}.prod-grid-home,.steps-grid-home{grid-template-columns:repeat(2,1fr)!important}.prod-featured-home{grid-column:span 2!important}.footer-grid-home{grid-template-columns:1fr 1fr!important;gap:2rem!important}.about-grid-home>div:first-child{max-width:240px}}@media (max-width:640px){.prod-grid-home,.steps-grid-home,.footer-grid-home{grid-template-columns:1fr!important;gap:1.5rem!important}.prod-featured-home{grid-column:span 1!important;padding:1.5rem!important}.hero-right-home>div{padding:1.25rem!important}section{padding:clamp(2.5rem,8vw,4rem) 0}img,svg,video{max-width:100%;height:auto}}@media (min-width:1280px){.hero-grid-home,.hero-grid{grid-template-columns:1fr 480px!important}}@media (min-width:1500px){:root,[data-theme=light]{--content-wide:1440px}.hero-grid-home,.hero-grid{grid-template-columns:1fr 520px!important}}@media (min-width:1800px){:root,[data-theme=light]{--content-wide:1600px}.hero-grid-home,.hero-grid{grid-template-columns:1fr 560px!important;gap:5rem!important}}
