/* Self-hosted webfonts (SIL Open Font License 1.1 - see assets/fonts/OFL-*.txt).
   Served from our own origin on purpose: loading them from fonts.googleapis.com
   would send every visitor's IP address to a third party without consent.
   Do not reintroduce the Google Fonts <link> - it also breaks the CSP. */
@font-face {
  font-family: Archivo;
  font-style: normal;
  font-weight: 600 800;
  font-display: swap;
  src: url(assets/fonts/archivo-latin.woff2) format("woff2");
  unicode-range: U+0000-00FF, U+0131, 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;
}
@font-face {
  font-family: Archivo;
  font-style: normal;
  font-weight: 600 800;
  font-display: swap;
  src: url(assets/fonts/archivo-latin-ext.woff2) format("woff2");
  unicode-range: U+0100-02BA, U+02BD-02C5, U+02C7-02CC, U+02CE-02D7, U+02DD-02FF, U+0304, U+0308, U+0329, 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: Outfit;
  font-style: normal;
  font-weight: 300 400;
  font-display: swap;
  src: url(assets/fonts/outfit-latin.woff2) format("woff2");
  unicode-range: U+0000-00FF, U+0131, 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;
}
@font-face {
  font-family: Outfit;
  font-style: normal;
  font-weight: 300 400;
  font-display: swap;
  src: url(assets/fonts/outfit-latin-ext.woff2) format("woff2");
  unicode-range: U+0100-02BA, U+02BD-02C5, U+02C7-02CC, U+02CE-02D7, U+02DD-02FF, U+0304, U+0308, U+0329, 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: "Space Mono";
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url(assets/fonts/space-mono-latin.woff2) format("woff2");
  unicode-range: U+0000-00FF, U+0131, 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;
}
@font-face {
  font-family: "Space Mono";
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url(assets/fonts/space-mono-latin-ext.woff2) format("woff2");
  unicode-range: U+0100-02BA, U+02BD-02C5, U+02C7-02CC, U+02CE-02D7, U+02DD-02FF, U+0304, U+0308, U+0329, 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;
}

:root {
  --paper: #f6f6f1;
  --ink: #14150f;
  --muted: #4a4e45;
  --line: #e1e1d8;
  --lime: #c8f53c;
  --chip: #fdfdfb;
}

* { box-sizing: border-box; }
html { background: var(--paper); }
body { margin: 0; background: var(--paper); color: var(--ink); font-family: Outfit, Arial, sans-serif; font-weight: 300; }
.page { display: flex; flex-direction: column; min-height: 100vh; }
.header { display: flex; align-items: center; justify-content: space-between; padding: 34px 56px; }
.wordmark { color: var(--ink); font-family: Archivo, Arial, sans-serif; font-size: 38px; font-weight: 800; letter-spacing: -.03em; text-decoration: none; }
.hero { flex: 1; display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 72px; align-items: center; padding: 40px 56px 88px; }
.hero-copy h1 { margin: 0; font-family: Archivo, Arial, sans-serif; font-size: clamp(52px, 6.4vw, 104px); font-weight: 800; letter-spacing: -.035em; line-height: .9; text-transform: uppercase; }
.hero-copy h1 span { box-shadow: inset 0 -.12em 0 var(--lime); }
.hero-copy > p { max-width: 510px; margin: 36px 0 0; color: var(--muted); font-size: 21px; line-height: 1.55; text-wrap: pretty; }
.actions { display: flex; flex-wrap: wrap; align-items: center; gap: 14px; margin-top: 38px; }
.button { border-radius: 999px; font-size: 17px; font-weight: 400; padding: 17px 34px; text-decoration: none; transition: background-color .15s, color .15s, border-color .15s; }
.button-solid { background: var(--ink); color: var(--paper); }
.button-outline { border: 1.5px solid var(--ink); color: var(--ink); padding: 15.5px 32px; }
.button:hover { background: var(--lime); border-color: var(--lime); color: var(--ink); }
.button:focus-visible, .wordmark:focus-visible, .footer a:focus-visible { outline: 3px solid var(--lime); outline-offset: 4px; }
.actions-note { margin: 14px 0 0; color: #6e7266; font-size: 14px; }
.hero-image { aspect-ratio: 4 / 3; margin: 0; overflow: hidden; border-radius: 20px; background: #0e1418; }
.hero-image img { display: block; width: 100%; height: 100%; object-fit: cover; }
.footer { border-top: 1px solid var(--line); }
.footer-main { display: grid; grid-template-columns: minmax(0, 1fr) auto; gap: 64px; justify-content: space-between; padding: 44px 56px 36px; }
.eyebrow { margin: 0; color: #8a8e82; font-family: "Space Mono", monospace; font-size: 11px; letter-spacing: .18em; }
.people { display: grid; grid-template-columns: repeat(2, minmax(250px, 1fr)); gap: 32px; margin-top: 16px; }
.person { display: flex; flex-wrap: wrap; align-items: baseline; gap: 14px; margin: 0; }
.person strong { font-family: Archivo, Arial, sans-serif; font-size: 26px; font-weight: 800; letter-spacing: -.025em; }
.person span { color: var(--muted); font-size: 17px; }
.contact-chip { display: inline-flex; align-items: center; gap: 10px; margin-top: 16px; padding: 10px 18px; border: 1px solid #d8d8ce; border-radius: 999px; background: var(--chip); color: var(--ink); font-size: 15px; text-decoration: none; }
.contact-chip:hover { border-color: var(--ink); background: var(--lime); }
.contact-chip svg { width: 18px; height: 18px; flex: none; fill: none; stroke: currentColor; stroke-linecap: round; stroke-linejoin: round; stroke-width: 1.8; }
.footer-links { display: grid; gap: 14px; align-content: start; font-size: 16px; font-style: normal; }
.footer-links span { color: var(--muted); }
.social-buttons { display: flex; flex-wrap: wrap; gap: 8px; }
.social-button { display: inline-flex; align-items: center; gap: 8px; padding: 9px 13px; border: 1px solid #d8d8ce; border-radius: 999px; background: var(--chip); color: var(--ink); font-size: 14px; text-decoration: none; }
.social-button svg { width: 16px; height: 16px; fill: none; stroke: currentColor; stroke-linecap: round; stroke-linejoin: round; stroke-width: 1.8; }
.social-button:hover { border-color: var(--ink); background: var(--lime); }
.social-button.is-pending { color: #7d8176; cursor: default; }
.social-button em { font-family: "Space Mono", monospace; font-size: 9px; font-style: normal; letter-spacing: .08em; text-transform: uppercase; }
.legal { display: flex; flex-wrap: wrap; justify-content: space-between; gap: 24px; padding: 18px 56px 26px; border-top: 1px solid var(--line); color: #6e7266; font-size: 14px; }
.legal a { color: var(--muted); text-decoration: underline; text-underline-offset: 3px; }
.legal a:hover { color: var(--ink); }
.doc { flex: 1; width: 100%; max-width: 720px; padding: 40px 56px 88px; }
.doc h1 { margin: 0 0 40px; font-family: Archivo, Arial, sans-serif; font-size: clamp(40px, 5vw, 64px); font-weight: 800; letter-spacing: -.035em; line-height: .95; }
.doc-list { display: grid; gap: 28px; margin: 0; }
.doc-list dt { color: #8a8e82; font-family: "Space Mono", monospace; font-size: 11px; letter-spacing: .18em; text-transform: uppercase; }
.doc-list dd { margin: 8px 0 0; font-size: 19px; line-height: 1.6; }
.doc-list a, .doc-back a { color: var(--ink); text-decoration: underline; text-underline-offset: 3px; }
.doc-list a:hover, .doc-back a:hover { background: var(--lime); }
.doc-note { max-width: 620px; margin: 44px 0 0; padding-top: 28px; border-top: 1px solid var(--line); color: var(--muted); font-size: 16px; line-height: 1.6; text-wrap: pretty; }
.doc { max-width: 760px; overflow-wrap: break-word; }
.doc h2 { margin: 72px 0 8px; padding-top: 40px; border-top: 1px solid var(--line); font-family: Archivo, Arial, sans-serif; font-size: clamp(22px, 6vw, 40px); font-weight: 800; letter-spacing: -.03em; line-height: 1.05; }
.doc h2 span { display: block; margin-top: 10px; color: #8a8e82; font-family: "Space Mono", monospace; font-size: 11px; font-weight: 400; letter-spacing: .18em; text-transform: uppercase; }
.doc h3 { margin: 40px 0 10px; font-family: Archivo, Arial, sans-serif; font-size: 21px; font-weight: 600; letter-spacing: -.02em; }
.doc h4 { margin: 24px 0 6px; font-size: 17px; font-weight: 400; }
.doc p { margin: 10px 0 0; font-size: 17px; line-height: 1.65; text-wrap: pretty; }
.doc-lead { padding: 18px 20px; border-left: 3px solid var(--lime); background: var(--chip); }
.doc ul { margin: 12px 0 0; padding-left: 20px; font-size: 17px; line-height: 1.65; }
.doc ul li { margin-top: 6px; }
.doc a { color: var(--ink); text-decoration: underline; text-underline-offset: 3px; }
.doc a:hover { background: var(--lime); }
.doc-list--tight { gap: 22px; margin-top: 22px; }
.doc-list--tight dt { font-family: Archivo, Arial, sans-serif; font-size: 16px; font-weight: 600; letter-spacing: -.01em; text-transform: none; color: var(--ink); }
.doc-list--tight dd { margin-top: 5px; font-size: 17px; color: var(--muted); }
.doc-callout { margin: 36px 0 0; padding: 24px 26px; border: 1.5px solid var(--ink); border-radius: 16px; background: var(--chip); }
.doc-callout h4 { margin: 0 0 4px; font-family: Archivo, Arial, sans-serif; font-size: 19px; font-weight: 800; letter-spacing: -.02em; }
.doc-back { margin: 36px 0 0; font-size: 16px; }

@media (max-width: 800px) {
  .header { padding: 28px 24px; }
  .hero { grid-template-columns: 1fr; gap: 40px; padding: 28px 24px 64px; }
  .hero-copy > p { margin-top: 28px; font-size: 19px; }
  .actions { margin-top: 30px; }
  .hero-image { max-width: 620px; }
  .doc { padding: 28px 24px 64px; }
  .footer-main { grid-template-columns: 1fr; padding: 36px 24px 30px; }
  .people { grid-template-columns: 1fr; gap: 28px; }
  .legal { padding: 18px 24px 24px; }
}

@media (max-width: 430px) {
  .wordmark { font-size: 32px; }
  .hero-copy h1 { font-size: 50px; }
  .button { width: 100%; text-align: center; }
  .footer-links { margin-top: 6px; }
  .contact-chip { padding: 9px 14px; font-size: 14px; }
}
