/* Variables, resets, typography */
:root{
  --deep-forest:#0b3b2e;--navy:#0f2b46;--saffron:#D18F00;--emerald:#1F7A3A;--maroon:#7A1E10;
  --bg:var(--deep-forest);--fg:oklab(50.660000000000004% -0.10565 0.04832);--muted:#b7c9c0;--link:#7cc6ff;--card:#fff;
  --soft:#0f4636;--border:#dfe8e3;--border-dark:#1c5947;
  --step--1:clamp(.92rem,.84rem + .35vw,1rem);
  --step-0: clamp(1rem,.9rem + .6vw,1.125rem);
  --step-1: clamp(1.2rem,1rem + .9vw,1.4rem);
  --step-2: clamp(1.6rem,1.2rem + 1.6vw,1.9rem);
  --step-3: clamp(2rem,1.5rem + 2.6vw,2.7rem);
  --step-4: clamp(2.6rem,2rem + 3.6vw,3.4rem);
}
*,*::before,*::after{box-sizing:border-box}
html:focus-within{scroll-behavior:smooth}
body{margin:0;background:var(--bg);color:var(--fg);font-family:ui-sans-serif,system-ui,-apple-system,Segoe UI,Roboto,Noto Sans,Ubuntu,Cantarell,'Helvetica Neue',Arial,sans-serif;line-height:1.6;font-size:var(--step-0);-webkit-font-smoothing:antialiased;text-rendering:optimizeLegibility}
img{max-width:100%;height:auto;display:block}
a{color:var(--link);text-decoration:none}
a:hover{text-decoration:underline}
h1,h2,h3{line-height:1.2;margin:0 0 .6rem}
h1{font-size:var(--step-4)}h2{font-size:var(--step-3)}h3{font-size:var(--step-2)}
p{margin:0 0 1rem}
.eyebrow{letter-spacing:.14em;text-transform:uppercase;color:var(--saffron);font-weight:800;font-size:var(--step--1)}
:focus-visible{outline:2px solid var(--saffron);outline-offset:2px}
