@font-face {
  font-family: 'EB Garamond';
  font-style: normal;
  font-weight: 400 500;
  font-display: swap;
  src: url('fonts/eb-garamond-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: 'EB Garamond';
  font-style: normal;
  font-weight: 400 500;
  font-display: swap;
  src: url('fonts/eb-garamond-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: 'Lusitana';
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url('fonts/lusitana-400-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: 'Lusitana';
  font-style: normal;
  font-weight: 700;
  font-display: swap;
  src: url('fonts/lusitana-700-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: 'Roboto';
  font-style: normal;
  font-weight: 400 700;
  font-display: swap;
  src: url('fonts/roboto-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: 'Roboto';
  font-style: normal;
  font-weight: 400 700;
  font-display: swap;
  src: url('fonts/roboto-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 {
--bg:        #ffffff;
  --surface:   #edf1ea;
  --fg:        #1c2b3a;
  --muted-on-navy: #b7bfc8;
  --border:    #e2e2e2;
  --accent:    #1c2b3a;
  --accent-2:  #d3b37b;
--font-display: "EB Garamond", Georgia, "Times New Roman", serif;
  --font-body:    "Lusitana", Georgia, "Times New Roman", serif;
  --font-mono:    "Roboto", system-ui, -apple-system, "Segoe UI", "Helvetica Neue", Arial, sans-serif;
--col: 1040px;
  --col-wide: 1232px;
  --col-narrow: 592px;
  --pad-x: 24px;
  --section-y: 56px;
  --stack: 24px;
  --radius: 4px;
  --radius-card: 14px;
  --ease: .15s ease;
}
@media (min-width: 768px) {
  :root { --section-y: 88px; --pad-x: 32px; }
}
*, *::before, *::after { box-sizing: border-box; }
html {
  -webkit-text-size-adjust: 100%;
  scroll-behavior: smooth;
  scroll-padding-top: 96px;
}
body {
  margin: 0;
  background: var(--bg);
  color: var(--fg);
  font-family: var(--font-body);
  font-size: 17px;
  line-height: 1.6;
  overflow-x: hidden;
}
img, svg { max-width: 100%; display: block; }
button { font: inherit; color: inherit; }
h1, h2, h3, h4 {
  font-family: var(--font-display);
  font-weight: 400;
  margin: 0;
  text-wrap: balance;
}
h1 { font-size: 44px; line-height: 1.2; letter-spacing: -.02em; }
h2 { font-size: 32px; line-height: 1.25; letter-spacing: -.01em; }
h3 { font-size: 24px; line-height: 1.3; letter-spacing: -.01em; }
h4 { font-size: 20px; line-height: 1.35; }
@media (min-width: 768px)  { h1 { font-size: 62px; } h2 { font-size: 38px; } }
@media (min-width: 1024px) { h1 { font-size: 68px; } h2 { font-size: 42px; } }
@media (min-width: 1280px) { h1 { font-size: 72px; } h2 { font-size: 44px; } }
@media (min-width: 1536px) { h1 { font-size: 74px; } h2 { font-size: 48px; } }
p { margin: 0 0 var(--stack); max-width: 68ch; }
p:last-child { margin-bottom: 0; }
.lead { font-size: 22px; line-height: 1.5; max-width: 34em; }
.tagline {
  font-family: var(--font-display);
  font-weight: 400;
  font-size: 24px;
  line-height: 1.25;
  letter-spacing: -.01em;
  margin-top: 12px;
  color: color-mix(in oklab, var(--fg) 70%, transparent);
}
@media (min-width: 768px)  { .tagline { font-size: 30px; } }
@media (min-width: 1024px) { .tagline { font-size: 34px; } }
.ground-navy .tagline { color: var(--muted-on-navy); }
.small { font-size: 14px; line-height: 1.5; letter-spacing: .01em; }
.caption { font-size: 12px; line-height: 1.5; letter-spacing: .02em; }
.eyebrow {
  font-family: var(--font-mono);
  font-size: 12px;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: .14em;
  margin: 0 0 20px;
}
.ground-navy .eyebrow { color: var(--accent-2); }
a { color: inherit; text-decoration-thickness: 1px; text-underline-offset: 3px; }
a:hover, a:active { color: var(--fg); }
.linkish {
  font: inherit;
  color: inherit;
  background: none;
  border: 0;
  padding: 0;
  margin: 0;
  cursor: pointer;
  text-align: inherit;
  text-decoration: underline;
  text-decoration-thickness: 1px;
  text-underline-offset: 3px;
}
.wrap { width: 100%; max-width: var(--col); margin-inline: auto; padding-inline: var(--pad-x); }
.wrap-wide { max-width: var(--col-wide); }
.wrap-narrow { max-width: calc(var(--col-narrow) + var(--pad-x) * 2); }
.section { padding-block: var(--section-y); }
.section-lg { padding-block: calc(var(--section-y) * 1.5); }
.ground-navy { background: var(--accent); color: var(--bg); }
.ground-navy a:hover, .ground-navy a:active { color: var(--bg); }
.ground-mist { background: var(--surface); }
.rule { display: block; width: 50px; height: 2px; background: var(--border); border: 0; margin: 0 0 var(--stack); }
.ground-navy .rule { background: color-mix(in oklab, var(--bg) 35%, transparent); }
.rule-sand { background: var(--accent-2); }
.stack > * + * { margin-top: var(--stack); }
.grid { display: grid; gap: var(--stack); }
.grid > * { min-width: 0; }
@media (min-width: 768px) {
  .grid-2 { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .grid-3 { grid-template-columns: repeat(3, minmax(0, 1fr)); }
  .grid-split { grid-template-columns: minmax(0, 1fr) minmax(0, 1fr); gap: 48px; align-items: center; }
}
.btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 56px;
  padding: 8px 32px;
  border-radius: var(--radius);
  border: 1px solid var(--fg);
  background: var(--bg);
  color: var(--fg);
  font-family: var(--font-mono);
  font-weight: 700;
  font-size: 15px;
  text-transform: uppercase;
  letter-spacing: .071em;
  text-decoration: none;
  box-shadow: none;
  cursor: pointer;
  transition: all var(--ease);
}
.btn:hover { background: var(--fg); color: var(--bg); }
.btn:active { transform: translateY(2px); }
.ground-navy .btn,
.btn-on-navy {
  background: var(--bg);
  color: var(--fg);
  border-color: var(--bg);
}
.ground-navy .btn:hover,
.btn-on-navy:hover { background: transparent; color: var(--bg); }
.btn-quiet { background: transparent; border-color: var(--fg); }
.ground-navy .btn-quiet { background: transparent; color: var(--bg); border-color: var(--bg); }
.ground-navy .btn-quiet:hover { background: var(--bg); color: var(--fg); }
.link-arrow {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  font-weight: 700;
  font-size: 14px;
  text-transform: uppercase;
  letter-spacing: .071em;
  text-decoration: none;
  border-bottom: 2px solid var(--border);
  padding-bottom: 6px;
  transition: border-color var(--ease);
}
.link-arrow:hover { border-color: currentColor; }
.link-arrow svg { transition: transform .33s ease-in-out; }
.link-arrow:hover svg { transform: translateX(4px); }
.field { position: relative; }
.field input,
.field select {
  width: 100%;
  min-height: 64px;
  padding: 22px 16px 8px;
  border-radius: var(--radius);
  border: 1px solid var(--fg);
  background: transparent;
  color: inherit;
  font-family: var(--font-body);
  font-size: 17px;
  transition: box-shadow var(--ease);
}
.ground-navy .field input,
.ground-navy .field select,
.ground-navy .field textarea {
  border-color: var(--bg);
  background: color-mix(in oklab, var(--bg) 10%, transparent);
}
.field input::placeholder { color: transparent; }
.field label {
  position: absolute;
  left: 17px;
  top: 20px;
  font-size: 17px;
  color: inherit;
  opacity: .75;
  pointer-events: none;
  transition: all var(--ease);
}
.field input:focus { box-shadow: inset 0 0 0 1px currentColor; }
.field input:focus + label,
.field input:not(:placeholder-shown) + label {
  top: 8px;
  font-size: 12px;
  letter-spacing: .02em;
  opacity: 1;
}
.field-error {
  display: none;
  margin: 8px 0 0;
  font-size: 14px;
  letter-spacing: .01em;
}
.field.is-invalid .field-error { display: block; }
.field.is-invalid input { box-shadow: inset 0 0 0 1px currentColor; }
.nav {
  position: sticky;
  top: 0;
  z-index: 40;
  background: var(--bg);
  border-bottom: 1px solid var(--border);
}
.nav-inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
  min-height: 72px;
}
.wordmark {
  font-family: var(--font-display);
  font-size: 28px;
  line-height: 1;
  letter-spacing: -.01em;
  color: var(--fg);
  text-decoration: none;
}
@media (min-width: 1024px) { .wordmark { font-size: 34px; } }
.nav-links { display: none; gap: 26px; align-items: center; }
.nav-links a {
  font-size: 14px;
  letter-spacing: .02em;
  text-decoration: none;
  padding-bottom: 3px;
  border-bottom: 1px solid transparent;
}
.nav-links a:hover, .nav-links a[aria-current="page"] { border-color: var(--fg); }
.nav-cta { display: none; }
@media (min-width: 1024px) {
  .nav-links { display: flex; }
  .nav-cta { display: inline-flex; min-height: 44px; padding: 8px 20px; font-size: 13px; }
}
.nav-toggle {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  min-height: 44px;
  padding: 8px 12px;
  background: transparent;
  border: 1px solid var(--border);
  border-radius: var(--radius);
  font-size: 12px;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: .1em;
  cursor: pointer;
}
@media (min-width: 1024px) { .nav-toggle { display: none; } }
.nav-drawer { display: none; border-top: 1px solid var(--border); padding-block: 16px 24px; }
.nav-drawer.is-open { display: block; }
.nav-drawer a {
  display: block;
  padding: 14px 0;
  font-size: 18px;
  text-decoration: none;
  border-bottom: 1px solid var(--border);
}
.nav-drawer .btn { margin-top: 24px; width: 100%; }
.footer { border-top: 1px solid var(--border); padding-block: var(--section-y); }
.section-wave { display: block; width: 100%; height: 48px; }
@media (min-width: 768px) { .section-wave { height: 110px; } }
.has-wave { padding-top: 0; border-top: 0; }
.has-wave .section-wave { margin-bottom: var(--section-y); }
.wave-from-navy .section-wave { fill: var(--fg); }
.wave-from-mist .section-wave { fill: var(--surface); }
.wave-from-paper .section-wave { fill: var(--bg); }
.to-top {
  position: fixed;
  right: 20px;
  bottom: 20px;
  z-index: 80;
  width: 44px;
  height: 44px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  background: var(--fg);
  color: var(--bg);
  border: 1px solid var(--fg);
  border-radius: var(--radius);
  cursor: pointer;
  opacity: 0;
  transform: translateY(8px);
  transition: opacity var(--ease), transform var(--ease);
}
.to-top[hidden] { display: none; }
.to-top.is-visible { opacity: 1; transform: none; }
.to-top:hover { background: var(--bg); color: var(--fg); }
@media (prefers-reduced-motion: reduce) { .to-top { transition: none; } }
.footer-wave { display: block; width: 100%; height: 48px; }
@media (min-width: 768px) { .footer-wave { height: 110px; } }
.footer--from-navy .footer-wave { fill: var(--fg); }
.footer--from-mist .footer-wave { fill: var(--surface); }
.footer--from-paper .footer-wave { display: none; }
.footer--from-navy, .footer--from-mist { border-top: 0; padding-top: 0; }
.footer--from-navy .footer-wave, .footer--from-mist .footer-wave {
  margin-top: -1px;
  margin-bottom: var(--section-y);
}
.footer-grid { display: grid; gap: 32px; }
@media (min-width: 768px) { .footer-grid { grid-template-columns: 1.2fr 1fr 1fr; } }
.footer .footer-heading {
  font-family: var(--font-body);
  font-size: 12px;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: .1em;
  margin: 0 0 16px;
}
.footer ul { list-style: none; margin: 0; padding: 0; }
.footer li + li { margin-top: 12px; }
.footer a, .footer button.linkish {
  font-size: 15px;
  text-decoration: none;
  background: none;
  border: 0;
  padding: 0;
  cursor: pointer;
  border-bottom: 1px solid transparent;
  font-family: var(--font-body);
}
.footer a:hover, .footer button.linkish:hover { border-color: currentColor; }
.footer-social { margin-top: 40px; }
.footer-social-list { display: flex; gap: 8px; list-style: none; padding: 0; margin: 0; }
.footer-social-list a {
  display: inline-flex; align-items: center; justify-content: center;
  width: 44px; height: 44px;
  border: 1px solid color-mix(in oklab, var(--fg) 25%, transparent);
  border-radius: var(--radius);
  transition: border-color var(--ease);
}
.footer-social-list a:hover { border-color: currentColor; }
.footer-social-list li + li { margin-top: 0; }
.footer-legal {
  margin-top: 40px;
  padding-top: 24px;
  border-top: 1px solid var(--border);
  display: flex;
  flex-wrap: wrap;
  gap: 8px 24px;
  font-size: 13px;
  letter-spacing: .01em;
}
.cookie {
  position: fixed;
  inset: auto 0 0 0;
  z-index: 90;
  background: var(--accent);
  color: var(--bg);
  border-top: 1px solid var(--bg);
  transform: translateY(100%);
  opacity: 0;
  visibility: hidden;
  transition: transform 1s ease-in, opacity 1s ease-in, visibility 1s ease-in;
  max-height: 100dvh;
  overflow-y: auto;
}
.cookie.is-open { transform: none; opacity: 1; visibility: visible; }
.cookie-inner { padding-block: 24px; }
.cookie-row { display: grid; gap: 20px; }
@media (min-width: 1024px) {
  .cookie-row { grid-template-columns: minmax(0, 1fr) auto; align-items: center; gap: 40px; }
}
.cookie p { font-size: 15px; margin: 0; max-width: 62ch; }
.cookie-actions { display: flex; flex-wrap: wrap; gap: 12px; }
.cookie .btn { min-height: 48px; padding: 8px 24px; font-size: 13px; flex: 1 1 auto; }
@media (min-width: 600px) { .cookie .btn { flex: 0 0 auto; } }
.cookie .btn {
  background: var(--bg);
  color: var(--fg);
  border-color: var(--bg);
}
.cookie .btn:hover { background: transparent; color: var(--bg); }
.cookie .btn-quiet {
  background: transparent;
  color: var(--bg);
  border-color: var(--bg);
}
.cookie .btn-quiet:hover { background: var(--bg); color: var(--fg); }
.cookie a { color: var(--bg); }
.cookie-panel { display: none; margin-top: 24px; border-top: 1px solid var(--bg); padding-top: 24px; }
.cookie-panel.is-open { display: block; }
.cookie-opt {
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  gap: 12px 24px;
  align-items: start;
  padding: 16px 0;
  border-bottom: 1px solid color-mix(in oklab, var(--bg) 30%, transparent);
}
.cookie-opt:last-of-type { border-bottom: 0; }
.cookie-opt .cookie-opt-title { margin: 0 0 4px; font-family: var(--font-body); font-size: 15px; font-weight: 700; letter-spacing: .01em; }
.cookie-opt p { font-size: 14px; }
.switch { position: relative; display: inline-flex; align-items: center; cursor: pointer; }
.switch input { position: absolute; inset: 0; opacity: 0; width: 100%; height: 100%; margin: 0; cursor: pointer; }
.switch-track {
  width: 56px; height: 32px;
  border: 1px solid var(--bg);
  border-radius: var(--radius);
  position: relative;
  transition: background var(--ease);
}
.switch-track::after {
  content: "";
  position: absolute;
  top: 3px; left: 3px;
  width: 24px; height: 24px;
  border-radius: 2px;
  background: var(--bg);
  transition: transform var(--ease), background var(--ease);
}
.switch input:checked + .switch-track { background: var(--bg); }
.switch input:checked + .switch-track::after { transform: translateX(24px); background: var(--accent); }
.switch input:disabled { cursor: not-allowed; }
.switch input:disabled + .switch-track { opacity: .55; }
.device {
  width: 100%;
  max-width: 320px;
  margin-inline: auto;
  border: 8px solid var(--fg);
  border-radius: 40px;
  background: var(--fg);
  box-shadow: none;
}
.device-screen {
  background: var(--bg);
  border-radius: 32px;
  overflow: hidden;
  aspect-ratio: 320 / 660;
  display: flex;
  flex-direction: column;
}
.device-lg { max-width: 360px; }
.device-notch {
  height: 26px;
  display: flex;
  align-items: center;
  justify-content: center;
  flex: 0 0 auto;
}
.device-notch span { width: 92px; height: 6px; border-radius: 3px; background: var(--border); display: block; }
.device-caption {
  margin: 16px auto 0;
  max-width: 320px;
  font-size: 13px;
  letter-spacing: .01em;
  text-align: center;
}
.app { display: flex; flex-direction: column; height: 100%; min-height: 0; color: var(--fg); }
.app-top { padding: 8px 16px 12px; flex: 0 0 auto; }
.app-kicker {
  font-size: 10px; font-weight: 700; text-transform: uppercase; letter-spacing: .1em; opacity: .7; margin: 0;
}
.app-top .app-title { font-family: var(--font-display); font-weight: 400; font-size: 22px; line-height: 1.2; margin: 2px 0 0; }
.app-body { flex: 1 1 auto; overflow: auto; padding: 0 16px 12px; }
.app-card {
  border: 1px solid var(--border);
  border-radius: var(--radius-card);
  padding: 12px;
  background: var(--bg);
}
.app-card + .app-card { margin-top: 10px; }
.app-card-mist { background: var(--surface); border-color: var(--surface); }
.app-card .app-card-title { margin: 0 0 2px; font-family: var(--font-body); font-size: 14px; font-weight: 700; letter-spacing: .01em; }
.app-card p { margin: 0; font-size: 12px; line-height: 1.5; letter-spacing: .01em; max-width: none; }
.app-meta { font-size: 10px; text-transform: uppercase; letter-spacing: .1em; font-weight: 700; opacity: .7; }
.app-row { display: flex; align-items: center; justify-content: space-between; gap: 8px; }
.app-chip {
  display: inline-block;
  font-size: 10px;
  font-weight: 700;
  letter-spacing: .1em;
  text-transform: uppercase;
  padding: 4px 8px;
  border-radius: var(--radius);
  border: 1px solid var(--border);
  white-space: nowrap;
}
.app-chip-done { background: var(--surface); border-color: var(--surface); }
.app-chip-sand { border-color: var(--accent-2); }
.app-section-label {
  font-size: 10px; font-weight: 700; text-transform: uppercase; letter-spacing: .1em;
  opacity: .7; margin: 16px 0 8px;
}
.app-body > .app-section-label:first-child { margin-top: 4px; }
.app-pane { flex: 1 1 auto; min-height: 0; display: flex; flex-direction: column; }
.app-pane[hidden] { display: none !important; }
.app-tabs {
  flex: 0 0 auto;
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  border-top: 1px solid var(--border);
  background: var(--bg);
}
.app-tab {
  appearance: none;
  background: none;
  border: 0;
  padding: 10px 2px 14px;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 5px;
  font-size: 10px;
  font-weight: 700;
  letter-spacing: .08em;
  text-transform: uppercase;
  color: var(--fg);
  opacity: .7;
  cursor: pointer;
  transition: opacity var(--ease);
}
.app-tab[aria-selected="true"] { opacity: 1; }
.app-tab:hover { opacity: .9; }
.app-tab svg { width: 20px; height: 20px; }
.app-progress { height: 6px; border-radius: 3px; background: var(--border); overflow: hidden; margin-top: 8px; }
.app-progress span { display: block; height: 100%; background: var(--fg); }
.note { border-top: 2px solid var(--accent-2); padding-top: 16px; font-size: 15px; }
.pill-soon {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  font-size: 12px;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: .1em;
  padding: 8px 14px;
  border: 1px solid var(--accent-2);
  border-radius: var(--radius);
}
.figure-line { display: block; width: 100%; height: auto; }
.legal { max-width: 68ch; }
.legal h2 { margin-top: 48px; }
.legal h3 { margin-top: 32px; font-size: 20px; }
.legal ul, .legal ol { padding-left: 20px; margin: 0 0 var(--stack); max-width: 68ch; }
.legal li { margin-bottom: 8px; }
.legal-table-scroll { overflow-x: auto; margin: 0 0 var(--stack); }
.legal table { width: 100%; border-collapse: collapse; font-size: 15px; min-width: 460px; }
.legal th, .legal td { text-align: left; vertical-align: top; padding: 12px; border: 1px solid var(--border); }
.legal th { font-family: var(--font-body); font-weight: 700; letter-spacing: .02em; background: var(--surface); }
.legal-meta { font-size: 14px; letter-spacing: .01em; }
.tbd {
  font-family: var(--font-mono);
  font-size: 13px;
  letter-spacing: .02em;
  padding: 1px 6px;
  border: 1px dashed var(--accent-2);
  border-radius: var(--radius);
}
.toc { list-style: none; padding: 0; margin: 0; }
.toc li + li { margin-top: 10px; }
.toc a { font-size: 15px; text-decoration: none; border-bottom: 1px solid var(--border); }
.toc a:hover { border-color: currentColor; }
.skip { position: absolute; left: -9999px; }
.skip:focus {
  left: 16px; top: 16px;
  z-index: 100;
  background: var(--bg);
  color: var(--fg);
  padding: 12px 16px;
  border: 1px solid var(--fg);
  border-radius: var(--radius);
}
.success { display: none; border: 1px solid currentColor; border-radius: var(--radius); padding: 24px; }
.success h2 { font-size: 24px; line-height: 1.3; letter-spacing: -.01em; }
.success.is-visible { display: block; }
.is-hidden { display: none !important; }
.wordmark-img { height: 30px; width: auto; }
.footer .wordmark-img { height: 26px; }
@media (min-width: 1024px) { .wordmark-img { height: 34px; } }
.split { display: grid; grid-template-columns: 1fr 1fr; gap: 56px; align-items: center; }
.split-hero { grid-template-columns: 1.15fr 0.85fr; }
.split-feature { grid-template-columns: 1.08fr 0.92fr; gap: 48px; }
.split.reverse .split-media { order: -1; }
@media (max-width: 860px) {
  .split, .split-hero, .split-feature { grid-template-columns: 1fr; gap: 40px; }
  .split.reverse .split-media { order: 0; }
}
.illo { max-width: 360px; margin-inline: auto; width: 100%; }
.screen { margin-inline: auto; max-width: 300px; width: 100%; }
.screen-lg { max-width: 340px; }
.screen-figure { margin: 0; display: flex; flex-direction: column; align-items: center; gap: 16px; }
.screen-caption {
  font-size: 13px;
  line-height: 1.5;
  letter-spacing: .01em;
  text-align: center;
  max-width: 32ch;
  margin: 0;
  color: color-mix(in oklab, var(--fg) 70%, transparent);
}
.ground-navy .screen-caption { color: var(--muted-on-navy); }
.screen-slot {
  max-width: 300px;
  width: 100%;
  margin-inline: auto;
  aspect-ratio: 320 / 660;
  border: 1px solid var(--border);
  border-radius: 28px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 10px;
  padding: 24px;
  text-align: center;
  background: var(--surface);
}
.ground-navy .screen-slot {
  background: transparent;
  border-color: color-mix(in oklab, var(--bg) 35%, transparent);
}
.screen-slot .slot-label {
  font-family: var(--font-mono);
  font-size: 11px;
  font-weight: 700;
  letter-spacing: .14em;
  text-transform: uppercase;
  opacity: .7;
  margin: 0;
}
.screen-slot .slot-name { font-family: var(--font-display); font-size: 22px; line-height: 1.25; margin: 0; }
.screen-slot .slot-note { font-size: 13px; line-height: 1.5; letter-spacing: .01em; opacity: .7; margin: 0; max-width: 24ch; }
.pillars { display: grid; grid-template-columns: repeat(3, 1fr); gap: 40px; margin-top: 48px; }
@media (max-width: 860px) { .pillars { grid-template-columns: 1fr; gap: 32px; } }
.pillar h3 { margin-bottom: 10px; }
.pillar p { font-size: 16px; max-width: 40ch; }
.pillar .k {
  display: flex; align-items: center; gap: 10px; margin-bottom: 12px;
  font-family: var(--font-mono); font-size: 11px; font-weight: 700;
  letter-spacing: .14em; text-transform: uppercase;
}
.pillar .k .rule-mini { display: block; width: 24px; height: 2px; background: currentColor; opacity: .5; }
.ground-navy .pillar .k { color: var(--accent-2); }
.notes { display: grid; gap: 0; }
.note-card { padding-block: 40px; border-top: 1px solid var(--border); }
.note-card:first-child { border-top: 0; padding-top: 0; }
.note-kicker {
  display: flex; align-items: center; gap: 10px; margin-bottom: 16px;
  font-family: var(--font-mono); font-size: 11px; font-weight: 700;
  letter-spacing: .14em; text-transform: uppercase;
}
.note-kicker .rule-mini { display: block; width: 24px; height: 2px; background: var(--accent-2); }
.note-card h2 { font-size: 28px; line-height: 1.2; max-width: 22ch; }
@media (min-width: 768px) { .note-card h2 { font-size: 34px; } }
.note-card p { margin-top: 16px; max-width: 60ch; font-size: 16px; }
.status {
  display: inline-block; margin-top: 20px;
  font-family: var(--font-mono); font-size: 11px; font-weight: 700;
  letter-spacing: .14em; text-transform: uppercase;
  padding: 6px 12px; border: 1px solid var(--accent-2); border-radius: var(--radius);
}
.groups { display: grid; gap: 0; }
.group {
  display: flex; align-items: flex-start; justify-content: space-between; gap: 24px;
  padding-block: 28px; border-bottom: 1px solid var(--border);
}
.group:first-child { border-top: 1px solid var(--border); }
.group p { margin-top: 8px; max-width: 52ch; font-size: 16px; }
.tag {
  flex: 0 0 auto;
  font-family: var(--font-mono); font-size: 11px; font-weight: 700;
  letter-spacing: .14em; text-transform: uppercase;
  padding: 6px 12px; border: 1px solid var(--border); border-radius: var(--radius);
}
.rating-note { margin-top: 28px; padding-top: 20px; border-top: 2px solid var(--accent-2); }
.rating-note .k {
  font-family: var(--font-mono); font-size: 11px; font-weight: 700;
  letter-spacing: .14em; text-transform: uppercase; display: block; margin-bottom: 8px;
}
.rating-note p { font-size: 16px; max-width: 46ch; }
.tiers { margin: 40px 0 0; padding: 0; list-style: none; border-top: 1px solid var(--border); }
.tier {
  display: grid;
  grid-template-columns: 56px minmax(0, 1fr);
  gap: 16px;
  align-items: baseline;
  padding: 16px 0;
  border-bottom: 1px solid var(--border);
}
.tier__rank { font-family: var(--font-display); font-size: 48px; line-height: 1; color: color-mix(in oklab, var(--fg) 70%, transparent); }
.tier__name {
  font-family: var(--font-display); font-size: 22px; line-height: 1.2;
  margin: 0 0 4px; text-transform: uppercase; letter-spacing: .02em;
}
.tier__desc { font-size: 15px; line-height: 1.5; margin: 0; max-width: 52ch; }
.sticker { width: 100%; max-width: 340px; height: auto; display: block; margin-inline: auto; }
.join-inline { display: flex; gap: 12px; max-width: 480px; margin-top: 32px; flex-wrap: wrap; }
.join-inline .field { flex: 1 1 100%; }
.join-inline .btn { flex: 0 0 auto; }
.social {
  margin-top: 40px; padding-top: 32px;
  border-top: 1px solid color-mix(in oklab, var(--bg) 18%, transparent);
}
.social-label { font-family: var(--font-mono); font-size: 13px; letter-spacing: .04em; margin-bottom: 16px; }
.social-list { display: flex; gap: 8px; list-style: none; padding: 0; margin: 0; }
.social-list a {
  display: inline-flex; align-items: center; justify-content: center;
  width: 44px; height: 44px;
  border: 1px solid color-mix(in oklab, var(--bg) 45%, transparent);
  border-radius: var(--radius);
  opacity: 1; transition: all var(--ease);
}
.social-list a:hover { opacity: 1; border-color: var(--bg); }
.social-list img { width: 18px; height: 18px; }
.microcopy { font-family: var(--font-mono); font-size: 13px; letter-spacing: .04em; margin-top: 24px; }
.legal-status {
  border: 1px solid var(--accent-2);
  border-radius: var(--radius);
  padding: 20px 24px;
}
.legal-status .k {
  display: block; margin-bottom: 8px;
  font-family: var(--font-mono); font-size: 11px; font-weight: 700;
  letter-spacing: .14em; text-transform: uppercase;
}
.legal-status p { font-size: 15px; margin: 0; max-width: 62ch; }
:focus-visible {
  outline: 3px solid var(--fg);
  outline-offset: 2px;
  border-radius: 2px;
}
.ground-navy :focus-visible,
.cookie :focus-visible,
.btn-on-navy:focus-visible {
  outline-color: var(--bg);
}
.btn:focus-visible { outline-offset: 3px; }
.field input:focus-visible,
.field select:focus-visible {
  outline: 3px solid var(--fg);
  outline-offset: 2px;
}
.ground-navy .field input:focus-visible,
.ground-navy .field select:focus-visible { outline-color: var(--bg); }
.switch input:focus-visible + .switch-track {
  outline: 3px solid var(--bg);
  outline-offset: 2px;
}
.nav-links a,
.toc a,
.footer a,
.footer button.linkish,
.link-arrow {
  min-height: 24px;
  display: inline-flex;
  align-items: center;
}
.footer li { line-height: 1.5; }
.nav-links a { padding-block: 4px; }
.toc a { padding-block: 3px; }
.app-body[tabindex],
.legal-table-scroll[tabindex] { scrollbar-width: thin; }
.legal-table-scroll:focus-visible,
.app-body:focus-visible {
  outline: 3px solid var(--fg);
  outline-offset: -3px;
}
.hp {
  position: absolute;
  left: -9999px;
  width: 1px;
  height: 1px;
  overflow: hidden;
}
.visually-hidden {
  position: absolute !important;
  width: 1px; height: 1px;
  padding: 0; margin: -1px;
  overflow: hidden;
  clip: rect(0 0 0 0);
  clip-path: inset(50%);
  white-space: nowrap;
  border: 0;
}
.field-error {
  font-weight: 700;
  padding-left: 18px;
  position: relative;
}
.field-error::before {
  content: "!";
  position: absolute;
  left: 0; top: 0;
  width: 14px; height: 14px;
  border: 1px solid currentColor;
  border-radius: 50%;
  font-size: 10px;
  line-height: 12px;
  text-align: center;
  font-weight: 700;
}
@media (prefers-reduced-motion: reduce) {
  *, *::before, *::after {
    animation-duration: .01ms !important;
    animation-iteration-count: 1 !important;
    transition-duration: .01ms !important;
    scroll-behavior: auto !important;
  }
  html { scroll-behavior: auto; }
  .cookie { transition: none; }
}
@media (forced-colors: active) {
  .btn, .field input, .field textarea, .switch-track, .app-card, .screen-slot,
  .check input, .route { border: 1px solid; }
.tiers { border-top: 1px solid; }
  .tier { border-bottom: 1px solid; }
  :focus-visible { outline: 3px solid; }
  .switch input:checked + .switch-track::after { forced-color-adjust: none; }
.check input { background: Canvas; }
  .check input:checked { background: Highlight; }
  .check input:checked::after { border-color: HighlightText; }
}
.check-list { display: block; margin: 36px 0; padding: 0; border: 0; }
.check-list legend {
  font-family: var(--font-mono);
  font-size: 12px; font-weight: 700;
  letter-spacing: .14em; text-transform: uppercase;
  padding: 0; margin-bottom: 20px;
}
.check + .check { margin-top: 6px; }
.check {
  display: grid;
  grid-template-columns: 24px minmax(0, 1fr);
  gap: 14px;
  align-items: start;
  padding: 10px 0;
  cursor: pointer;
  min-height: 44px;
}
.check input {
  appearance: none;
  width: 24px; height: 24px;
  margin: 0;
  color: inherit;
  border: 1px solid currentColor;
  border-radius: var(--radius);
  background: transparent;
  cursor: pointer;
  position: relative;
  flex: 0 0 auto;
}
.check input:checked { background: var(--bg); }
.ground-navy .check input {
  border-color: var(--bg);
  background: color-mix(in oklab, var(--bg) 10%, transparent);
}
.ground-navy .check input:checked { background: var(--bg); }
.check input:checked::after {
  content: "";
  position: absolute;
  left: 7px; top: 3px;
  width: 6px; height: 12px;
  border: solid var(--fg);
  border-width: 0 2px 2px 0;
  transform: rotate(45deg);
}
.ground-navy .check input:checked::after { border-color: var(--fg); }
.check input:focus-visible { outline: 3px solid currentColor; outline-offset: 3px; }
.check-text { font-size: 16px; line-height: 1.45; }
.check-text .check-note { display: block; font-size: 14px; opacity: .8; margin-top: 2px; }
.consent { margin: 28px 0 4px; }
.form-status { margin: 20px 0 0; }
.form-status.is-invalid .field-error { display: block; }
.consent-note {
  font-size: 14px;
  opacity: .8;
  margin: 4px 0 0 38px;
}
.consent .field-error { margin-left: 38px; }
.consent.is-invalid .field-error { display: block; }
.join-inline .consent { flex: 1 1 100%; margin: 16px 0 4px; }
.field textarea {
  width: 100%;
  min-height: 120px;
  padding: 22px 16px 8px;
  border-radius: var(--radius);
  border: 1px solid var(--fg);
  background: transparent;
  color: inherit;
  font-family: var(--font-body);
  font-size: 17px;
  resize: vertical;
  transition: box-shadow var(--ease);
}
.ground-navy .field textarea { border-color: var(--bg); }
.field textarea::placeholder { color: transparent; }
.field textarea:focus { box-shadow: inset 0 0 0 1px currentColor; }
.field textarea:focus-visible { outline: 3px solid var(--fg); outline-offset: 2px; }
.ground-navy .field textarea:focus-visible { outline-color: var(--bg); }
.field textarea:focus + label,
.field textarea:not(:placeholder-shown) + label {
  top: 8px; font-size: 12px; letter-spacing: .02em; opacity: 1;
}
.routes { display: grid; gap: 24px; margin-top: 40px; }
@media (min-width: 768px) { .routes { grid-template-columns: repeat(2, minmax(0, 1fr)); } }
.route {
  border: 1px solid var(--border);
  border-radius: var(--radius);
  padding: 28px;
}
.ground-navy .route { border-color: color-mix(in oklab, var(--bg) 35%, transparent); }
.route h3 { margin-bottom: 10px; }
.route p { font-size: 16px; }
.route .btn { margin-top: 20px; }
.route-current { background: var(--surface); border-color: var(--surface); }
.ground-mist .route-current { background: var(--bg); border-color: var(--bg); }
.route .k {
  display: flex;
  align-items: center;
  gap: 10px;
  font-family: var(--font-mono);
  font-size: 11px;
  font-weight: 700;
  letter-spacing: .14em;
  text-transform: uppercase;
  margin-bottom: 12px;
}
.route .k .rule-mini { display: block; width: 24px; height: 2px; background: currentColor; }
.mt-0.mt-0   { margin-top: 0; }
.mt-8.mt-8   { margin-top: 8px; }
.mt-12.mt-12 { margin-top: 12px; }
.mt-16.mt-16 { margin-top: 16px; }
.mt-20.mt-20 { margin-top: 20px; }
.mt-24.mt-24 { margin-top: 24px; }
.mt-28.mt-28 { margin-top: 28px; }
.mt-32.mt-32 { margin-top: 32px; }
.mt-36.mt-36 { margin-top: 36px; }
.mt-40.mt-40 { margin-top: 40px; }
.mt-56.mt-56 { margin-top: 56px; }
.mw-14.mw-14 { max-width: 14ch; }
.mw-15.mw-15 { max-width: 15ch; }
.mw-16.mw-16 { max-width: 16ch; }
.mw-17.mw-17 { max-width: 17ch; }
.mw-18.mw-18 { max-width: 18ch; }
.mw-20.mw-20 { max-width: 20ch; }
.mw-22.mw-22 { max-width: 22ch; }
.mw-24.mw-24 { max-width: 24ch; }
.mw-26.mw-26 { max-width: 26ch; }
.mw-32.mw-32 { max-width: 32ch; }
.mw-34.mw-34 { max-width: 34ch; }
.mw-46.mw-46 { max-width: 46ch; }
.mw-48.mw-48 { max-width: 48ch; }
.mw-50.mw-50 { max-width: 50ch; }
.mw-52.mw-52 { max-width: 52ch; }
.mw-54.mw-54 { max-width: 54ch; }
.mw-56.mw-56 { max-width: 56ch; }
.mw-60.mw-60 { max-width: 60ch; }
.mb-8.mb-8   { margin-bottom: 8px; }
.pl-20.pl-20 { padding-left: 20px; }
.w-62.w-62   { width: 62%; }
.actions.actions { display: flex; flex-wrap: wrap; gap: 16px; }
.actions-loose.actions-loose { gap: 24px; }
.items-start.items-start { align-items: start; }
.bt.bt { border-top: 1px solid var(--border); }
.ground-navy .bt.bt, .ground-navy.bt.bt { border-top-color: color-mix(in oklab, var(--bg) 14%, transparent); }
.interstitial.interstitial { max-width: 34rem; margin: 0 auto; padding: 12vh 24px; }
