:root {
  --ink: #0b2030;
  --ink-2: #264354;
  --navy: #071b2b;
  --navy-2: #0b2b3d;
  --water: #20b6b1;
  --water-dark: #0a8886;
  --sky: #dff7f6;
  --gold: #f5b85a;
  --cream: #fbf8f1;
  --white: #ffffff;
  --line: #dce7ea;
  --muted: #617783;
  --shadow: 0 24px 70px rgba(7, 27, 43, .12);
  --shadow-soft: 0 12px 36px rgba(7, 27, 43, .08);
  --radius-sm: 12px;
  --radius: 22px;
  --radius-lg: 34px;
  --container: 1180px;
  --header-h: 78px;
}
* { box-sizing: border-box; }
html { scroll-behavior: smooth; scroll-padding-top: 92px; }
body { margin: 0; font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif; color: var(--ink); background: var(--white); line-height: 1.6; -webkit-font-smoothing: antialiased; }
body.menu-open { overflow: hidden; }
img { display: block; max-width: 100%; }
a { color: inherit; text-decoration: none; }
button, input, select, textarea { font: inherit; }
button { cursor: pointer; }
.container { width: min(calc(100% - 40px), var(--container)); margin-inline: auto; }
.section { padding: 108px 0; }
h1, h2, h3, p { margin-top: 0; }
h1, h2, h3 { line-height: 1.08; letter-spacing: -.035em; }
h2 { font-size: clamp(2.25rem, 4.5vw, 4rem); margin-bottom: 24px; }
h3 { font-size: 1.25rem; }
p { color: var(--ink-2); }
.eyebrow { display: inline-flex; align-items: center; gap: 10px; text-transform: uppercase; letter-spacing: .15em; font-weight: 800; font-size: .76rem; color: var(--water-dark); margin-bottom: 18px; }
.eyebrow::before { content: ''; width: 28px; height: 2px; background: currentColor; }
.eyebrow.light { color: #86e2df; }
.section-lead { font-size: 1.15rem; line-height: 1.8; color: #3f5967; }
.kicker { text-transform: uppercase; letter-spacing: .13em; font-size: .71rem; font-weight: 800; color: var(--muted); }
.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; }
.skip-link { position: fixed; z-index: 999; left: 18px; top: -80px; background: white; color: var(--ink); padding: 10px 16px; border-radius: 8px; box-shadow: var(--shadow); transition: top .2s ease; }
.skip-link:focus { top: 18px; }
[data-reveal] { opacity: 0; transform: translateY(22px); transition: opacity .65s ease, transform .65s cubic-bezier(.2,.8,.2,1); }
[data-reveal].revealed { opacity: 1; transform: none; }
@media (prefers-reduced-motion: reduce) { *, *::before, *::after { scroll-behavior: auto !important; animation: none !important; transition: none !important; } [data-reveal] { opacity: 1; transform: none; } }
@media (max-width: 760px) { .container { width: min(calc(100% - 28px), var(--container)); } .section { padding: 76px 0; } h2 { font-size: clamp(2.1rem, 10vw, 3rem); } }
