body{background:var(--white);color:var(--ink);font-family:Inter,"Avenir Next",Avenir,"Segoe UI",Roboto,Helvetica,Arial,sans-serif;font-size:1rem;line-height:1.65;overflow-x:hidden}
[hidden]{display:none!important}
body.menu-open{overflow:hidden}
h1,h2,h3{font-weight:700;line-height:1.08;letter-spacing:-.035em;text-wrap:balance}
h1{font-size:clamp(3.2rem,8vw,6.5rem)}
h2{font-size:clamp(2.2rem,5vw,4rem);color:var(--navy-950)}
h3{font-size:1.3rem}
a{color:inherit}
button,select,a{outline-offset:4px}
:focus-visible{outline:3px solid var(--aqua-400)}
::selection{background:var(--aqua-200);color:var(--navy-950)}
.container{width:min(calc(100% - 2.5rem),var(--container));margin-inline:auto}
.section{padding:clamp(4.5rem,9vw,8rem) 0;scroll-margin-top:var(--header-height)}
.section-heading{max-width:730px;margin-bottom:2.75rem}
.section-heading p:not(.eyebrow){margin-top:1rem;color:var(--muted);font-size:1.06rem}
.section-heading.centered{text-align:center;margin-inline:auto}
.heading-row{max-width:none;display:flex;align-items:flex-end;justify-content:space-between;gap:2rem}
.heading-row>div{max-width:740px}
.eyebrow{margin-bottom:.8rem;color:var(--ocean-700);font-size:.75rem;font-weight:800;letter-spacing:.16em;text-transform:uppercase}
.eyebrow.light{color:var(--aqua-200)}
.eyebrow.accent{color:var(--accent-600)}
.muted{color:var(--muted)}
.large-copy{font-size:clamp(1.1rem,2vw,1.35rem);color:var(--muted)}
.sr-only{position:absolute!important;width:1px!important;height:1px!important;padding:0!important;margin:-1px!important;overflow:hidden!important;clip:rect(0,0,0,0)!important;white-space:nowrap!important;border:0!important}
.skip-link{position:fixed;z-index:1000;left:1rem;top:1rem;transform:translateY(-180%);background:var(--white);color:var(--navy-950);padding:.7rem 1rem;border-radius:.4rem;transition:transform var(--transition)}
.skip-link:focus{transform:translateY(0)}
.noscript{position:fixed;inset:auto 1rem 1rem;z-index:100;background:#fff2cc;color:#533f03;padding:1rem;border:1px solid #e6c452;border-radius:.5rem;text-align:center}
