:root{--blue-primary:#004adb;--blue-deep:#00379f;--blue-light:#2f8dff;--blue-soft:#b9deff;--cream:#fff9dc;--pink-light:#ffe1e1;--pink-mid:#f7b5b5;--amber:#ffc166;--purple:#cd80ed;--purple-light:#ebc0ff;--text-dark:#171717;--text-muted:#2f2f2f;--focus-ring:#ffc166;--nav-height:78px;--font-main:"Poppins",sans-serif;--font-pixel:"Syne",sans-serif;--transition-curve:cubic-bezier(0.22,1,0.36,1)}*{margin:0;padding:0;box-sizing:border-box}html{scroll-behavior:smooth}html.lenis{height:auto}.lenis.lenis-smooth{scroll-behavior:auto}body{font-family:var(--font-main);background-color:var(--cream);color:var(--blue-primary);overflow-x:hidden;line-height:1.5;font-size:1rem}a{color:inherit}footer,header,main,section{scroll-margin-top:calc(var(--nav-height) + 14px)}:focus-visible{outline:3px solid var(--amber);outline-offset:3px}.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}.noise-overlay{position:fixed;inset:0;background-image:url("data:image/svg+xml,%3Csvg viewBox='0 0 200 200' xmlns='http://www.w3.org/2000/svg'%3E%3Cfilter id='noiseFilter'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='0.7' numOctaves='3' stitchTiles='stitch'/%3E%3C/filter%3E%3Crect width='100%25' height='100%25' filter='url(%23noiseFilter)' opacity='0.032'/%3E%3E%3C/svg%3E");pointer-events:none;z-index:1}.big-type{font-size:clamp(2.6rem,9vw,8.5rem);line-height:.9;font-weight:800;letter-spacing:-.035em;text-transform:uppercase;overflow-wrap:anywhere}.pixel-accent{font-family:var(--font-pixel);font-size:clamp(1.35rem,3vw,2.4rem);font-weight:700;display:block;line-height:1}.section-kicker{margin-bottom:clamp(1rem,2vw,1.6rem)}.container{width:min(92%,1400px);margin:0 auto}.section-title{font-size:clamp(2.2rem,6vw,4.6rem);font-weight:800;line-height:.95;letter-spacing:-.02em;text-transform:uppercase;color:var(--blue-primary);margin-bottom:1.8rem;font-family:var(--font-main)}.reveal{opacity:0;transform:translateY(24px);transition:opacity .7s ease,transform .7s ease;transition-delay:.04s}.reveal.is-visible{opacity:1;transform:translateY(0)}footer.reveal,header.reveal,section.reveal{opacity:1;transform:none;transition:none}footer.reveal>*,header.reveal>*,section.reveal>*{opacity:0;transform:translateY(24px);transition:opacity .7s ease,transform .7s ease;transition-delay:.04s}footer.reveal.is-visible>*,header.reveal.is-visible>*,section.reveal.is-visible>*{opacity:1;transform:translateY(0)}@media (prefers-reduced-motion:reduce){html{scroll-behavior:auto}*,:after,:before{animation-duration:.01ms!important;animation-iteration-count:1!important;transition-duration:.01ms!important;scroll-behavior:auto!important}.reveal,footer.reveal>*,header.reveal>*,section.reveal>*{opacity:1;transform:none}}.skip-link{position:absolute;left:12px;top:-48px;z-index:9999;background:var(--cream);color:var(--blue-primary);padding:8px 14px;border:2px solid var(--blue-primary);border-radius:6px;text-decoration:none;font-weight:600}.skip-link:focus{top:12px}