/* Punctive — pre-launch page. Azure Field brand, per design/Punctive-Brand-Handoff/BRAND-SPEC.md.
   Contrast law (locked): azure #2E7FE0 never carries body-size text — white/navy on azure is
   display-scale (or ≥large-bold) only; text-scale azure on white is #1E63C4; long-form reading
   lives on white or navy. Two-blue rhythm: azure → white → navy → white → azure. */

@font-face {
  font-family: "IBM Plex Sans";
  font-style: normal;
  font-weight: 100 700;
  font-display: swap;
  src: url("/fonts/plex-sans-var-latin.woff2") format("woff2");
  unicode-range: U+0000-00FF, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC,
    U+0304, U+0308, U+0329, U+2000-206F, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}
/* latin-ext carries U+0131 (dotless i) for the provisional wordmark */
@font-face {
  font-family: "IBM Plex Sans";
  font-style: normal;
  font-weight: 100 700;
  font-display: swap;
  src: url("/fonts/plex-sans-var-latin-ext.woff2") format("woff2");
  unicode-range: U+0100-02BA, U+02BD-02C5, U+02C7-02CC, U+02CE-02D7, U+02DD-02FF, U+1D00-1DBF,
    U+1E00-1E9F, U+1EF2-1EFF, U+2020, U+20A0-20AB, U+20AD-20C0, U+2113, U+2C60-2C7F, U+A720-A7FF;
}
@font-face {
  font-family: "IBM Plex Mono";
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url("/fonts/plex-mono-400-latin.woff2") format("woff2");
}

:root {
  --azure: #2e7fe0;
  --navy: #0b2540;
  --sky: #dcebfa;
  --azure-text: #1e63c4;
  --ink: #0b2540;
  --muted: #475569;
  --line: #dbe3ec;
  --navy-soft: #c7d5e4;
  color-scheme: light;
}

* { box-sizing: border-box; }

body {
  margin: 0;
  background: #ffffff;
  color: var(--ink);
  font-family: "IBM Plex Sans", "Segoe UI", system-ui, -apple-system, sans-serif;
  font-size: 17px;
  line-height: 1.65;
  -webkit-text-size-adjust: 100%;
}

::selection { background: var(--sky); color: var(--navy); }

a {
  color: var(--azure-text);
  text-decoration: underline;
  text-decoration-thickness: 1px;
  text-underline-offset: 3px;
}
a:hover { text-decoration-thickness: 2px; }
a:focus-visible {
  outline: 2px solid var(--azure-text);
  outline-offset: 3px;
  border-radius: 1px;
}

.skip-link {
  position: absolute;
  left: -9999px;
  top: 0;
  background: var(--navy);
  color: #fff;
  padding: 10px 16px;
}
.skip-link:focus { left: 0; z-index: 10; }

.wrap { max-width: 720px; margin: 0 auto; padding: 0 24px; }

/* ---- hero (azure field) ---- */

.hero {
  background: var(--azure);
  padding: 72px 0 84px;
  text-align: center;
}

/* The provisional wordmark lives in index.html between the marked comments.
   These rules exist only for it; geometry per assets/lockup-snippets.html in the brand handoff. */
.lockup {
  font-weight: 700;
  letter-spacing: -0.022em;
  line-height: 1;
  font-size: clamp(52px, 11vw, 92px);
  color: #ffffff;
  padding-top: 1.35em; /* room for the nib hovering above the i */
  white-space: nowrap;
  display: inline-block;
}
.icell { position: relative; display: inline-block; }
.overnib {
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  bottom: 0.6em;
  width: 0.92em;
  height: auto;
}

h1 { margin: 0; }

/* White on azure: display / large-bold only, per the contrast law. */
.headline {
  color: #ffffff;
  font-size: clamp(28px, 4.6vw, 40px);
  font-weight: 650;
  letter-spacing: -0.014em;
  line-height: 1.25;
  margin: 44px auto 0;
  max-width: 18em;
}

.dek {
  color: #ffffff;
  /* ≥18.66px at weight 700 = WCAG large text, so white-on-azure (4.02:1) passes AA */
  font-size: clamp(19px, 2.6vw, 21px);
  font-weight: 700;
  line-height: 1.5;
  max-width: 30em;
  margin: 20px auto 0;
}

.btn {
  display: inline-block;
  background: var(--navy);
  color: #ffffff;
  font-weight: 600;
  font-size: 17px;
  text-decoration: none;
  padding: 14px 28px;
  border-radius: 3px;
  margin-top: 40px;
}
.btn:hover { background: #12365c; }
.btn:focus-visible { outline: 2px solid #ffffff; outline-offset: 3px; }

/* ---- bands ---- */

section { padding: 56px 0 64px; }

.band-white { background: #ffffff; }
.band-white + .band-white .wrap { border-top: 1px solid var(--line); padding-top: 56px; }

.band-navy { background: var(--navy); }
.band-navy h2, .band-navy p { color: #ffffff; }
.band-navy .eyebrow { color: var(--navy-soft); }
.band-navy a { color: #ffffff; }
.band-navy a:focus-visible { outline-color: #ffffff; }

.pull {
  font-size: clamp(24px, 3.6vw, 32px);
  font-weight: 650;
  letter-spacing: -0.012em;
  line-height: 1.3;
  max-width: 22em;
  margin: 0 0 34px;
}

.band-cta {
  background: var(--azure);
  text-align: center;
  padding: 68px 0 76px;
}
.band-cta p {
  color: #ffffff;
  font-size: clamp(24px, 3.6vw, 31px);
  font-weight: 650;
  letter-spacing: -0.012em;
  line-height: 1.3;
  max-width: 20em;
  margin: 0 auto;
}
.band-cta .btn { margin-top: 34px; }

/* ---- type ---- */

.eyebrow {
  font-family: "IBM Plex Mono", ui-monospace, monospace;
  font-size: 11.5px;
  font-weight: 400;
  letter-spacing: 0.16em;
  text-transform: uppercase;
  color: var(--muted);
  margin: 0 0 14px;
}

h2 {
  font-size: 25px;
  font-weight: 650;
  letter-spacing: -0.012em;
  line-height: 1.3;
  margin: 0 0 18px;
}

p { margin: 0 0 18px; max-width: 62ch; }
p:last-child { margin-bottom: 0; }

.answer { font-size: 18px; }

.meta-line {
  font-family: "IBM Plex Mono", ui-monospace, monospace;
  font-size: 12px;
  letter-spacing: 0.08em;
  color: var(--muted);
  margin: 0 0 40px;
}
.meta-line .sep { color: var(--line); padding: 0 6px; }

.aside-note {
  background: var(--sky);
  border-radius: 3px;
  padding: 18px 22px;
  font-size: 15.5px;
  color: var(--navy);
  max-width: 56ch;
  margin-top: 28px;
}

/* ---- footer (white) ---- */

footer { padding: 48px 0 64px; border-top: 1px solid var(--line); }
footer .wordmark-small {
  font-weight: 700;
  letter-spacing: -0.022em;
  font-size: 20px;
  color: var(--ink);
  margin: 0 0 18px;
}
footer p { color: var(--muted); font-size: 15px; margin: 0 0 8px; }
footer .fine {
  font-family: "IBM Plex Mono", ui-monospace, monospace;
  font-size: 12px;
  letter-spacing: 0.06em;
  margin-top: 24px;
}

/* 404 heading */
.plain-h {
  font-size: 25px;
  font-weight: 650;
  letter-spacing: -0.012em;
  margin: 40px 0 18px;
}
.pad-top { padding-top: 56px; }

@media (max-width: 480px) {
  .hero { padding: 48px 0 60px; }
}
