:root {
  --font-body: "Inter", system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  --font-display: "Space Grotesk", "Inter", system-ui, sans-serif;
  --font-mono: "IBM Plex Mono", monospace;
  --paper: #faf9f6;
  --ink: #201c1d;
  --muted: #575250;
  --line: #d8d1ca;
  --accent: #72000e;
}

*, *::before, *::after { box-sizing: border-box; }
html { scroll-padding-top: 104px; }
body { margin: 0; background: var(--paper); color: var(--ink); font: 400 18px/1.7 var(--font-body); }
a { color: inherit; text-underline-offset: 4px; }
a:hover { color: var(--accent); }
a:focus-visible { outline: 2px solid currentColor; outline-offset: 5px; }
img { max-width: 100%; }
h1, h2, h3, p { margin-top: 0; }
h1, h2, h3 { font-family: var(--font-display); font-weight: 500; letter-spacing: -.035em; }
h1 { margin-bottom: 24px; font-size: clamp(44px, 5vw, 64px); line-height: 1.1; }
h2 { margin-bottom: 20px; font-size: 32px; line-height: 1.25; }
h3 { margin-bottom: 14px; font-size: 24px; line-height: 1.3; }
p { margin-bottom: 20px; }
strong { color: var(--ink); font-weight: 600; }
.pilots-wrap { width: min(1240px, calc(100% - 64px)); margin: 0 auto; }
.pilots-content { width: min(740px, calc(100% - 48px)); margin: 0 auto; padding-top: 132px; }
.pilots-content p, .pilots-content li { color: var(--muted); }
.pilots-content ul, .pilots-content ol { margin: 0 0 20px; padding-left: 24px; }
.pilots-content li { padding-left: 6px; }
.pilots-content li + li { margin-top: 12px; }
.pilots-content li::marker { color: var(--accent); }
.pilots-content section > :last-child, .pilots-terms-section > :last-child { margin-bottom: 0; }
.pilots-skip { position: fixed; top: -100px; left: 16px; z-index: 110; padding: 12px 18px; background: var(--ink); color: white; }
.pilots-skip:focus { top: 12px; color: white; }
.pilots-content .pilots-eyebrow { margin-bottom: 18px; color: var(--accent); font: 500 12px/1.5 var(--font-mono); letter-spacing: .09em; text-transform: uppercase; }
.pilots-content .pilots-lead { margin-bottom: 20px; color: var(--ink); font-size: 24px; line-height: 1.5; letter-spacing: -.02em; }
.pilots-hero { padding-bottom: 44px; }
.pilots-hero .pilots-button { margin-top: 8px; }
.pilots-section { padding: 38px 0; border-top: 1px solid var(--line); }
.pilots-terms-section + .pilots-terms-section { margin-top: 32px; }
.pilots-content .pilots-records li + li { margin-top: 4px; }
.pilots-contact { padding-bottom: 64px; }
.pilots-button { display: inline-flex; align-items: center; gap: 30px; min-height: 52px; padding: 14px 22px; border: 1px solid var(--accent); border-radius: 4px; background: var(--accent); color: white; font-size: 15px; font-weight: 600; text-decoration: none; }
.pilots-button:hover { background: #51000a; color: white; }
.pilots-button span { font-size: 21px; line-height: 1; font-weight: 400; }

@media (max-width: 860px) {
  .pilots-wrap { width: calc(100% - 40px); }
  .pilots-content { padding-top: 112px; }
}

@media (max-width: 540px) {
  body { font-size: 16px; }
  html { scroll-padding-top: 90px; }
  .pilots-wrap { width: calc(100% - 32px); }
  .pilots-content { width: calc(100% - 40px); padding-top: 104px; }
  h1 { margin-bottom: 20px; }
  h2 { font-size: 28px; margin-bottom: 16px; }
  h3 { font-size: 22px; }
  .pilots-content .pilots-lead { font-size: 21px; }
  .pilots-hero { padding-bottom: 32px; }
  .pilots-section { padding: 30px 0; }
  .pilots-contact { padding-bottom: 44px; }
}
