:root {
  --ink: #10262b;
  --petrol: #0b343b;
  --petrol-2: #0e454e;
  --red: #c8292f;
  --red-dark: #a71920;
  --paper: #f5f3ed;
  --white: #fff;
  --mist: #dce6e5;
  --text: #45585c;
  --line: rgba(16, 38, 43, .16);
  --display: "Barlow Condensed", "Arial Narrow", sans-serif;
  --body: "Manrope", system-ui, sans-serif;
  --shell: 1240px;
  --header: 82px;
}

*, *::before, *::after { box-sizing: border-box; }
html { scroll-behavior: smooth; scroll-padding-top: var(--header); }
body { margin: 0; color: var(--ink); background: var(--paper); font-family: var(--body); font-size: 16px; line-height: 1.65; -webkit-font-smoothing: antialiased; }
body.menu-open { overflow: hidden; }
img { display: block; width: 100%; }
a { color: inherit; text-decoration: none; }
button { color: inherit; font: inherit; }
h1, h2, h3, p { margin-top: 0; }
h1, h2, h3 { font-family: var(--display); line-height: .95; letter-spacing: -.025em; }
h2 { font-size: clamp(3.25rem, 7vw, 6.7rem); font-weight: 600; text-transform: uppercase; }

.shell { width: min(100% - 64px, var(--shell)); margin-inline: auto; }
.section { padding-block: clamp(100px, 12vw, 176px); }
.skip-link { position: fixed; left: 16px; top: -80px; z-index: 1000; background: var(--white); padding: 12px 18px; transition: top .2s; }
.skip-link:focus { top: 16px; }

.kicker { margin-bottom: 22px; color: #ff8d91; font-size: .72rem; font-weight: 700; letter-spacing: .2em; text-transform: uppercase; }
.kicker::before { content: ""; display: inline-block; width: 28px; height: 2px; margin: 0 12px 3px 0; background: currentColor; }
.kicker--dark { color: var(--red); }
.lead { font-size: clamp(1.05rem, 1.5vw, 1.25rem); line-height: 1.7; }
.section-heading { max-width: 900px; }
.section-heading h2 { margin-bottom: 0; }
.section-heading--light h2 { color: var(--white); }
.section-heading > p:last-child { max-width: 520px; margin-top: 28px; color: #b8c8ca; }

.reveal { opacity: 1; transform: none; }
.js .reveal { opacity: 0; transform: translateY(28px); transition: opacity .75s ease, transform .75s cubic-bezier(.2,.7,.2,1); }
.js .reveal.is-visible { opacity: 1; transform: none; }

@media (max-width: 760px) {
  :root { --header: 68px; }
  .shell { width: min(100% - 36px, var(--shell)); }
  .section { padding-block: 88px; }
  h2 { font-size: clamp(3rem, 16vw, 5rem); }
}

@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  *, *::before, *::after { animation-duration: .01ms !important; animation-iteration-count: 1 !important; transition-duration: .01ms !important; }
  .reveal { opacity: 1; transform: none; }
}
