*,*::before,*::after{box-sizing:border-box}
html{scroll-behavior:smooth;-webkit-text-size-adjust:100%}
body{margin:0;background:var(--bg);color:var(--text);font-family:var(--sans);font-size:16px;line-height:1.6;-webkit-font-smoothing:antialiased;text-rendering:optimizeLegibility}
body.no-scroll{overflow:hidden}
img{display:block;max-width:100%;height:auto}
a{color:inherit;text-decoration:none}
button,input,select,textarea{font:inherit;color:inherit}
button{background:none;border:0;cursor:pointer}
input,select,textarea{width:100%;border:1px solid var(--line-strong);border-radius:var(--r-sm);padding:13px 14px;background:var(--surface);color:var(--text)}
input:focus,select:focus,textarea:focus{outline:none;border-color:var(--brand);box-shadow:0 0 0 3px rgba(249,115,22,.18)}
:focus-visible{outline:3px solid var(--brand);outline-offset:3px}
button,[tabindex]{-webkit-tap-highlight-color:transparent}
h1,h2,h3,h4,p{margin:0}
h1,h2,h3,h4{font-family:var(--display);font-weight:700;letter-spacing:-.02em;line-height:1.08;color:var(--ink)}
h1{font-size:clamp(2.4rem,5vw,3.9rem)}
h2{font-size:clamp(1.9rem,3.6vw,2.9rem)}
h3{font-size:1.18rem}
p{color:var(--text-2)}
.eyebrow{display:inline-flex;align-items:center;gap:8px;font-family:var(--sans);font-weight:700;font-size:.74rem;letter-spacing:.18em;text-transform:uppercase;color:var(--brand)}
.eyebrow::before{content:"";width:22px;height:2px;background:var(--brand);display:inline-block}
.eyebrow.center::before{display:none}
.lede{font-size:1.1rem;color:var(--text-2);max-width:60ch}
.container{width:min(var(--max),calc(100% - 48px));margin-inline:auto}
.section{padding:84px 0}
.section-sm{padding:56px 0}
.section-head{max-width:62ch;margin-bottom:40px}
.section-head.center{margin-inline:auto;text-align:center}
.section-head p{margin-top:14px}
.bg-ink{background:var(--ink);color:#dbe4f0}
.bg-navy{background:var(--navy);color:#dbe4f0}
.bg-soft{background:var(--surface-2)}
.bg-surface{background:var(--surface)}
.bg-ink h1,.bg-ink h2,.bg-ink h3,.bg-navy h1,.bg-navy h2,.bg-navy h3{color:#fff}
.bg-ink p,.bg-navy p{color:#aab6c7}
.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}
.hide{display:none!important}
.text-brand{color:var(--brand)}
.text-blue{color:var(--blue)}
.rule{width:48px;height:3px;background:var(--brand);border-radius:2px;margin:16px 0}
.tabular{font-variant-numeric:tabular-nums;font-feature-settings:"tnum"}
@media(prefers-reduced-motion:reduce){*,*::before,*::after{animation-duration:.001ms!important;transition-duration:.001ms!important;scroll-behavior:auto!important}}
@media(max-width:760px){body{font-size:15px}.section{padding:60px 0}.section-sm{padding:40px 0}.container{width:calc(100% - 32px)}}
