/* Self-hosted webfonts. Generated by scripts/fetch-fonts.mjs — do not edit by hand. */
@font-face {
  font-family: 'Archivo';
  font-style: normal;
  font-weight: 500 700;
  font-stretch: 100%;
  font-display: swap;
  src: url('/assets/fonts/archivo-500-700-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: 'Archivo';
  font-style: normal;
  font-weight: 500 700;
  font-stretch: 100%;
  font-display: swap;
  src: url('/assets/fonts/archivo-500-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: 'IBM Plex Mono';
  font-style: normal;
  font-weight: 500;
  font-display: swap;
  src: url('/assets/fonts/ibm-plex-mono-500-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: 'IBM Plex Mono';
  font-style: normal;
  font-weight: 500;
  font-display: swap;
  src: url('/assets/fonts/ibm-plex-mono-500-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: 'IBM Plex Mono';
  font-style: normal;
  font-weight: 600;
  font-display: swap;
  src: url('/assets/fonts/ibm-plex-mono-600-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: 'IBM Plex Mono';
  font-style: normal;
  font-weight: 600;
  font-display: swap;
  src: url('/assets/fonts/ibm-plex-mono-600-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: 'Instrument Sans';
  font-style: normal;
  font-weight: 400 600;
  font-stretch: 100%;
  font-display: swap;
  src: url('/assets/fonts/instrument-sans-400-600-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: 'Instrument Sans';
  font-style: normal;
  font-weight: 400 600;
  font-stretch: 100%;
  font-display: swap;
  src: url('/assets/fonts/instrument-sans-400-600-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;
}

/* ==========================================================================
   MAISE marketing site
   Design source: "Maise Website.dc.html" (Claude Design project 9c83a517),
   which carries the v18 token refresh from the MAISE prototype.
   ========================================================================== */

/* --- Tokens ------------------------------------------------------------- */
:root {
  --ground:        #F3F1F7;
  --surface:       #FFFFFF;
  --surface-2:     #F7F6FA;

  --ink:           #14042C; /* headings, buttons, dark sections */
  --ink-body:      #1C1630; /* long-form body copy */
  --muted:         #635C79;
  --muted-2:       #8C86A0;

  --line:          #E6E3EE;
  --line-strong:   #CFC9DC;
  --line-soft:     #F1EFF6;

  --link:          #3B1E6B;
  --link-hover:    #14042C;
  --ink-hover:     #241145; /* primary button hover */

  --mint:          #E6F5F1;
  --mint-ink:      #07766C;
  --focus:         #6B4CA8;
  --danger:        #8A3309;

  /* on dark ground */
  --on-dark:       #F4F1F9;
  --on-dark-muted: #B9B3CE;
  --on-dark-faint: #918AAB;
  --on-dark-line:  rgba(255, 255, 255, 0.16);
  --on-dark-rule:  rgba(255, 255, 255, 0.10);
  --on-dark-fill:  rgba(255, 255, 255, 0.08);

  --shadow-1: 0 1px 2px rgba(20, 4, 44, 0.03), 0 10px 30px -14px rgba(20, 4, 44, 0.14);

  --sans:  'Instrument Sans', -apple-system, BlinkMacSystemFont, 'Segoe UI', sans-serif;
  --display: 'Archivo', sans-serif;
  --mono:  'IBM Plex Mono', ui-monospace, monospace;

  --gutter: clamp(16px, 3.2vw, 36px);
  --maxw: 1200px;
}

/* --- Reset -------------------------------------------------------------- */
*, *::before, *::after { box-sizing: border-box; }

html { -webkit-text-size-adjust: 100%; }

@media (prefers-reduced-motion: no-preference) {
  html { scroll-behavior: smooth; }
}

body {
  margin: 0;
  background: var(--ground);
  color: var(--ink-body);
  font-family: var(--sans);
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

h1, h2, h3, p, ul, figure { margin: 0; }
ul { padding: 0; }
img, svg { display: block; max-width: 100%; }
/* height:auto keeps the intrinsic width/height attributes (which reserve layout
   space and prevent CLS) from overriding the aspect-ratio crops below. */
img { height: auto; }
button, input { font: inherit; color: inherit; }

a { color: var(--link); }
a:hover { color: var(--link-hover); }
::selection { background: var(--mint); }

:focus-visible {
  outline: 2px solid var(--focus);
  outline-offset: 2px;
  border-radius: 4px;
}

.sr-only {
  position: absolute;
  width: 1px; height: 1px;
  padding: 0; margin: -1px;
  overflow: hidden;
  clip-path: inset(50%);
  white-space: nowrap;
}

.skip-link {
  position: absolute;
  left: var(--gutter);
  top: -100%;
  z-index: 100;
  padding: 10px 16px;
  border-radius: 0 0 8px 8px;
  background: var(--ink);
  color: #fff;
  font-size: 13px;
  font-weight: 600;
  text-decoration: none;
}
.skip-link:focus { top: 0; color: #fff; }

/* --- Page frame --------------------------------------------------------- */
.page {
  min-height: 100vh;
  display: flex;
  flex-direction: column;
}
.page > main { flex: 1; }

.shell {
  max-width: var(--maxw);
  margin-inline: auto;
}

/* --- Masthead ----------------------------------------------------------- */
.masthead {
  position: sticky;
  top: 0;
  z-index: 50;
  background: var(--surface);
  color: var(--ink-body);
  border-bottom: 1px solid var(--line);
}

.masthead__bar {
  max-width: var(--maxw);
  margin-inline: auto;
  padding-inline: var(--gutter);
  min-height: 58px;
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 0 16px;
}

.masthead__mark {
  order: 1;
  display: inline-flex;
  align-items: center;
  text-decoration: none;
  flex: none;
}
.masthead__mark img { height: 36px; width: auto; }

/* Narrow: sits at the end of the first row, beside the mark. */
.masthead__cta {
  order: 2;
  margin-left: auto;
  flex: none;
}

.nav {
  order: 3;
  display: flex;
  align-items: center;
}

.nav__link {
  padding: 8px 13px;
  border-radius: 999px;
  text-decoration: none;
  font-size: 13px;
  font-weight: 500;
  color: var(--muted);
  white-space: nowrap;
}
.nav__link:hover { color: var(--ink); background: var(--surface-2); }
.nav__link[aria-current='page'] { color: var(--ink); background: var(--line-soft); }

/* Narrow: nav wraps onto its own full-width row under the mark and CTA, so
   every destination stays visible and reachable without opening anything. */
@media (max-width: 780px) {
  .nav {
    width: 100%;
    justify-content: space-between;
    flex-wrap: wrap;
    gap: 2px;
    padding: 5px 0 7px;
    border-top: 1px solid var(--line-soft);
  }
  .nav__link { padding: 8px 10px; }
  /* Optical alignment: the first and last pills sit flush with the gutter. */
  .nav__link:first-child { margin-left: -10px; }
  .nav__link:last-child { margin-right: -10px; }
}

@media (min-width: 781px) {
  .cta-band { scroll-margin-top: 76px; }
  .nav {
    order: 2;
    width: auto;
    margin-left: auto;
    gap: 5px;
  }
  .masthead__cta { order: 3; margin-left: 14px; }
}

/* --- Buttons ------------------------------------------------------------ */
.btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 46px;
  padding: 12px 24px;
  border-radius: 10px;
  border: 1px solid transparent;
  font-family: inherit;
  font-size: 14px;
  font-weight: 600;
  text-decoration: none;
  cursor: pointer;
  transition: background-color 0.14s ease, border-color 0.14s ease;
}

.btn--primary {
  border-color: var(--ink);
  background: var(--ink);
  color: #fff;
}
.btn--primary:hover {
  background: var(--ink-hover);
  border-color: var(--ink-hover);
  color: #fff;
}

.btn--secondary {
  border-color: var(--line-strong);
  background: var(--surface);
  color: var(--ink);
  font-size: 13px;
  letter-spacing: 0.04em;
}
.btn--secondary:hover {
  background: var(--surface-2);
  border-color: #D9D5E4;
  color: var(--ink);
}

/* sizes */
.btn--sm  { min-height: 38px; padding: 8px 16px; border-radius: 8px; font-size: 13px; }
.btn--lg  { min-height: 52px; padding: 15px 28px; letter-spacing: 0.04em; }
.btn--tap { min-height: 44px; padding: 10px 18px; }

/* --- Shared blocks ------------------------------------------------------ */
.eyebrow {
  display: block;
  font-size: 12px;
  font-weight: 600;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  color: var(--muted-2);
}

.card {
  background: var(--surface);
  border: 1px solid var(--line);
  border-radius: 20px;
  box-shadow: var(--shadow-1);
  overflow: hidden;
}
.card--tight { border-radius: 14px; }

.card__media {
  width: 100%;
  aspect-ratio: 3 / 2;
  object-fit: cover;
  background: var(--surface-2);
}
.card__media--4x3 { aspect-ratio: 4 / 3; }

.grid {
  display: grid;
  gap: 18px;
}
ol.grid, ul.grid { list-style: none; padding: 0; }
.grid--2 { grid-template-columns: repeat(auto-fit, minmax(290px, 1fr)); }
.grid--3 { grid-template-columns: repeat(auto-fit, minmax(270px, 1fr)); }
.grid--teaser { grid-template-columns: repeat(auto-fit, minmax(250px, 1fr)); }

.page-head {
  padding: clamp(48px, 8vw, 92px) var(--gutter) clamp(36px, 5vw, 52px);
}
.page-head h1 {
  margin-top: 14px;
  font-family: var(--display);
  font-weight: 600;
  font-size: clamp(30px, 5.4vw, 56px);
  line-height: 1.04;
  letter-spacing: -0.028em;
  color: var(--ink);
  max-width: 18ch;
  text-wrap: balance;
}
.page-head p {
  margin-top: 18px;
  font-size: 15px;
  line-height: 1.65;
  color: var(--muted);
  max-width: 56ch;
}
.page-head p + p { margin-top: 8px; }

.actions {
  display: flex;
  gap: 12px;
  flex-wrap: wrap;
  margin-top: 28px;
}

/* --- Home: hero + ticker ------------------------------------------------ */
.hero {
  padding: clamp(52px, 9vw, 110px) var(--gutter) clamp(36px, 5vw, 56px);
}
.hero__inner {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 28px;
}
.hero h1 {
  font-family: var(--display);
  font-weight: 600;
  font-size: clamp(36px, 6.6vw, 72px);
  line-height: 1.02;
  letter-spacing: -0.03em;
  color: var(--ink);
  max-width: 16ch;
  text-wrap: balance;
}

.ticker {
  border-top: 1px solid var(--line);
  border-bottom: 1px solid var(--line);
  background: var(--surface);
  overflow: hidden;
  padding: 15px 0;
  font-family: var(--mono);
  font-size: 12px;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  color: var(--muted);
}
.ticker__track {
  display: flex;
  width: max-content;
  animation: maise-tick 38s linear infinite;
}
.ticker__run {
  white-space: pre;
  flex: none;
}

@keyframes maise-tick {
  from { transform: translateX(0); }
  to   { transform: translateX(-50%); }
}

@media (prefers-reduced-motion: reduce) {
  .ticker__track {
    animation: none;
    width: 100%;
    padding-inline: var(--gutter);
  }
  .ticker__run { white-space: nowrap; }
  .ticker__run[aria-hidden='true'] { display: none; }
}

/* --- Home: problem cards ------------------------------------------------ */
.problems { padding: clamp(40px, 6vw, 64px) var(--gutter) 8px; }

.problem__body { padding: 26px 28px 30px; }
.problem__body h2 {
  font-family: var(--display);
  font-weight: 600;
  font-size: clamp(22px, 2.6vw, 28px);
  letter-spacing: -0.022em;
  line-height: 1.12;
  color: var(--ink);
}
.problem__body p {
  margin-top: 10px;
  font-size: 14px;
  line-height: 1.65;
  color: var(--muted);
  max-width: 52ch;
}

/* --- Home: bridge statement --------------------------------------------- */
.bridge {
  padding: clamp(48px, 7vw, 88px) var(--gutter);
}
.bridge__inner {
  max-width: 760px;
  margin-inline: auto;
  text-align: center;
}
.bridge h2 {
  font-family: var(--display);
  font-weight: 600;
  font-size: clamp(26px, 4vw, 40px);
  letter-spacing: -0.026em;
  line-height: 1.08;
  color: var(--ink);
}
.bridge p {
  margin-top: 16px;
  font-size: 15px;
  line-height: 1.65;
  color: var(--muted);
}
.bridge p + p { margin-top: 8px; }

/* --- Dark bands --------------------------------------------------------- */
.band-dark {
  background: var(--ink);
  color: var(--on-dark);
  padding: clamp(56px, 8vw, 96px) var(--gutter);
}
.band-dark h2 {
  font-family: var(--display);
  font-weight: 600;
  letter-spacing: -0.026em;
  line-height: 1.08;
  color: #fff;
  text-wrap: balance;
}

.pillars h2 {
  font-size: clamp(26px, 4.4vw, 44px);
  max-width: 22ch;
}
.pillars__grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(180px, 1fr));
  gap: 18px 28px;
  margin-top: 36px;
}
.pillars__grid > div {
  border-top: 1px solid var(--on-dark-line);
  padding-top: 16px;
  font-family: var(--display);
  font-weight: 600;
  font-size: clamp(19px, 2.4vw, 26px);
  letter-spacing: -0.018em;
  color: var(--on-dark);
}

/* --- How it works: steps ------------------------------------------------ */
.steps { padding: 0 var(--gutter) clamp(44px, 6vw, 72px); }

.step__body { padding: 22px 24px 26px; }
.step__n {
  display: block;
  font-family: var(--mono);
  font-size: 11px;
  letter-spacing: 0.14em;
  color: var(--muted-2);
}
.step__body h3 {
  margin-top: 8px;
  font-family: var(--display);
  font-weight: 600;
  font-size: 20px;
  letter-spacing: -0.018em;
  color: var(--ink);
}
.step__body p {
  margin-top: 8px;
  font-size: 13.5px;
  line-height: 1.65;
  color: var(--muted);
}

/* --- For fans: teasers + CTA -------------------------------------------- */
.teasers { padding: 0 var(--gutter) clamp(44px, 6vw, 72px); }

.teaser__frame {
  position: relative;
  aspect-ratio: 4 / 3;
  background: var(--surface-2);
}
.teaser__frame img {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.teaser__flag {
  position: absolute;
  top: 14px;
  left: 14px;
  background: rgba(255, 255, 255, 0.92);
  color: var(--ink);
  font-family: var(--mono);
  font-size: 10.5px;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  padding: 6px 12px;
  border-radius: 999px;
}

.cta-band {
  padding: 0 var(--gutter) 72px;
  /* Clears the sticky masthead when reached via #join. The masthead is two
     rows below 780px, hence the larger offset there. */
  scroll-margin-top: 112px;
}
/* When the band follows a full-bleed dark section rather than page content. */
.cta-band--spaced { padding-top: clamp(48px, 7vw, 80px); }
.cta-card {
  padding: clamp(40px, 6vw, 64px) clamp(24px, 4vw, 56px);
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  gap: 10px;
}
.cta-card h2 {
  font-family: var(--display);
  font-weight: 600;
  font-size: clamp(24px, 3.4vw, 34px);
  letter-spacing: -0.024em;
  line-height: 1.1;
  color: var(--ink);
}
.cta-card p {
  font-size: 14.5px;
  line-height: 1.6;
  color: var(--muted);
}
.cta-card .btn { margin-top: 12px; padding-inline: 26px; }

/* A 1200px card around a 420px form reads as an empty white field, so the
   card itself narrows when it carries one. */
.cta-card--form { max-width: 620px; }

/* The card centres its copy; the form inside needs left-aligned labels and a
   readable measure rather than the card's full width. */
.cta-card__form {
  width: 100%;
  max-width: 420px;
  margin-top: 18px;
  text-align: left;
}
.cta-card__form .btn { margin-top: 0; }

/* --- For artists: workflow ---------------------------------------------- */
.workflow {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
  gap: 36px 56px;
}
.workflow .eyebrow { color: var(--on-dark-faint); }
.workflow h2 {
  margin-top: 14px;
  font-size: clamp(26px, 3.6vw, 38px);
  max-width: 14ch;
}
.workflow__lede {
  margin-top: 20px;
  font-size: 14px;
  line-height: 1.7;
  color: var(--on-dark-muted);
  max-width: 52ch;
}
.workflow__lede + .workflow__lede { margin-top: 10px; }

.flow { list-style: none; }
.flow li {
  display: flex;
  gap: 18px;
  align-items: flex-start;
  border-top: 1px solid var(--on-dark-rule);
  padding: 20px 0;
}
.flow li:first-child { border-top: 0; padding: 4px 0 20px; }
.flow li:last-child { padding-bottom: 0; }

.flow__n {
  flex: none;
  width: 26px;
  padding-top: 14px;
  font-family: var(--mono);
  font-size: 12px;
  color: var(--on-dark-faint);
}
.flow__icon {
  flex: none;
  width: 46px; height: 46px;
  border-radius: 50%;
  background: var(--on-dark-fill);
  display: grid;
  place-items: center;
  color: #fff;
}
.flow__icon svg { width: 22px; height: 22px; fill: currentColor; }
.flow__text { min-width: 0; }
.flow__text strong {
  display: block;
  font-family: var(--display);
  font-weight: 600;
  font-size: 16.5px;
  letter-spacing: -0.014em;
  color: #fff;
}
.flow__text span {
  display: block;
  margin-top: 5px;
  font-size: 13.5px;
  line-height: 1.6;
  color: var(--on-dark-muted);
}

/* --- Waitlist ----------------------------------------------------------- */
.narrow {
  padding: clamp(48px, 8vw, 92px) var(--gutter) 72px;
}
.narrow__inner { max-width: 560px; margin-inline: auto; }

.narrow h1 {
  font-family: var(--display);
  font-weight: 600;
  font-size: clamp(28px, 4.6vw, 44px);
  line-height: 1.06;
  letter-spacing: -0.026em;
  color: var(--ink);
}
.narrow__head { text-align: center; }
.narrow__head p {
  margin-top: 12px;
  font-size: 15px;
  line-height: 1.6;
  color: var(--muted);
}

.panel {
  margin-top: 32px;
  padding: clamp(26px, 4vw, 40px);
}

.form {
  display: flex;
  flex-direction: column;
  gap: 18px;
}
.form[hidden] { display: none; }
.field__label {
  display: block;
  font-size: 12px;
  font-weight: 500;
  color: var(--muted-2);
  margin-bottom: 8px;
}
.input {
  width: 100%;
  min-height: 46px;
  padding: 12px 14px;
  border-radius: 10px;
  border: 1px solid var(--line);
  background: var(--surface-2);
  font-size: 14px;
  color: var(--ink-body);
  outline: none;
}
.input:focus {
  background: var(--surface);
  border-color: var(--focus);
  box-shadow: 0 0 0 3px rgba(107, 76, 168, 0.15);
}

.choice { display: flex; gap: 8px; flex-wrap: wrap; }
.choice__btn {
  min-height: 40px;
  padding: 9px 18px;
  border-radius: 8px;
  border: 1px solid var(--line-strong);
  background: var(--surface);
  color: var(--ink-body);
  font-size: 13.5px;
  font-weight: 500;
  cursor: pointer;
  transition: background-color 0.14s ease, border-color 0.14s ease, color 0.14s ease;
}
.choice__btn[aria-pressed='true'] {
  background: var(--ink);
  border-color: var(--ink);
  color: #fff;
}

.form__error {
  font-size: 12.5px;
  color: var(--danger);
}
.form__error[hidden] { display: none; }

/* Progress narration, not a failure — muted rather than red. */
.form__status {
  margin: -6px 0 0;
  font-size: 12.5px;
  line-height: 1.5;
  color: var(--muted);
  text-align: center;
}
.form__status[hidden] { display: none; }

/* The widget only occupies space once Cloudflare decides to show it. */
.turnstile:not(:empty) { margin-block: 2px; }

.form .btn { min-height: 50px; padding: 13px 26px; }

/* Sits tighter to the button than the form's 18px gap. --muted, not --muted-2,
   so the small type still clears AA against the panel. */
.form__consent {
  margin: -6px 0 0;
  font-size: 12.5px;
  line-height: 1.6;
  color: var(--muted);
  text-align: center;
}
.form__consent a {
  color: var(--link);
  font-weight: 500;
  text-decoration: underline;
  text-decoration-thickness: 1px;
  text-underline-offset: 2px;
}
.btn[aria-busy='true'] { opacity: 0.75; cursor: progress; }

.honeypot {
  position: absolute;
  left: -9999px;
  width: 1px; height: 1px;
  opacity: 0;
}

.done {
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  gap: 12px;
  padding: 10px 0;
}
.done[hidden] { display: none; }
.done:focus { outline: none; }
.done__tick {
  width: 54px; height: 54px;
  border-radius: 50%;
  background: var(--mint);
  color: var(--mint-ink);
  display: grid;
  place-items: center;
  font-size: 22px;
  font-weight: 600;
}
.done h2 {
  font-family: var(--display);
  font-weight: 600;
  font-size: 24px;
  letter-spacing: -0.02em;
  color: var(--ink);
}
.done p {
  font-size: 14px;
  line-height: 1.6;
  color: var(--muted);
}
.done strong { color: var(--ink-body); }

/* --- Contact ------------------------------------------------------------ */
.contact { padding: clamp(48px, 8vw, 92px) var(--gutter) 24px; }
.contact__inner { max-width: 640px; margin-inline: auto; text-align: center; }
.contact h1 {
  font-family: var(--display);
  font-weight: 600;
  font-size: clamp(28px, 4.6vw, 44px);
  line-height: 1.06;
  letter-spacing: -0.026em;
  color: var(--ink);
}
.contact__lede {
  margin-top: 12px;
  font-size: 15px;
  line-height: 1.6;
  color: var(--muted);
}
.contact__card {
  margin-top: 32px;
  padding: clamp(32px, 5vw, 48px);
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 10px;
}
.contact__icon {
  width: 56px; height: 56px;
  border-radius: 50%;
  background: var(--line-soft);
  display: grid;
  place-items: center;
  color: #34185E;
}
.contact__icon svg { width: 24px; height: 24px; fill: currentColor; }
.contact__card h2 {
  margin-top: 8px;
  font-family: var(--display);
  font-weight: 600;
  font-size: 21px;
  letter-spacing: -0.018em;
  color: var(--ink);
}
.contact__card p { font-size: 14px; line-height: 1.6; color: var(--muted); }
.contact__mail {
  margin-top: 6px;
  font-size: 16px;
  font-weight: 600;
  color: var(--link);
  text-decoration: underline;
  text-decoration-thickness: 1px;
  text-underline-offset: 3px;
}

/* --- Legal / long-form -------------------------------------------------- */
.legal { padding: clamp(48px, 8vw, 80px) var(--gutter) 72px; }
.legal__inner { max-width: 860px; margin-inline: auto; }
.legal h1 {
  margin-top: 14px;
  font-family: var(--display);
  font-weight: 600;
  font-size: clamp(26px, 4vw, 40px);
  line-height: 1.08;
  letter-spacing: -0.026em;
  color: var(--ink);
}
.legal__stamp {
  margin-top: 12px;
  font-family: var(--mono);
  font-size: 12px;
  letter-spacing: 0.06em;
  color: var(--muted-2);
}

.prose {
  margin-top: 28px;
  padding: clamp(28px, 5vw, 56px);
}
.prose p {
  margin: 0 0 12px;
  font-size: 14px;
  line-height: 1.7;
  color: var(--ink-body);
}
.prose h2 {
  margin: 30px 0 10px;
  font-family: var(--display);
  font-size: 17px;
  font-weight: 600;
  letter-spacing: -0.014em;
  color: var(--ink);
}
/* -4px collapses against the preceding paragraph's 12px to the designed 8px gap */
.prose ul {
  margin: -4px 0 14px;
  padding-left: 22px;
  font-size: 14px;
  line-height: 1.7;
  color: var(--ink-body);
}
.prose a { color: var(--link); font-weight: 600; }
.prose > :first-child { margin-top: 0; }
.prose > :last-child { margin-bottom: 0; }

/* --- Footer ------------------------------------------------------------- */
.footer {
  background: var(--ink);
  color: var(--on-dark);
  padding: clamp(44px, 6vw, 60px) var(--gutter) 56px;
}
.footer__mark {
  height: 32px;
  width: auto;
  filter: brightness(0) invert(1);
}
.footer__cols {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(150px, 1fr));
  gap: 28px;
  margin-top: 36px;
}
.footer__head {
  display: block;
  font-size: 12px;
  font-weight: 500;
  color: var(--on-dark-faint);
  margin-bottom: 12px;
}
.footer__list {
  list-style: none;
  display: flex;
  flex-direction: column;
  gap: 2px;
  align-items: flex-start;
}
.footer__list a {
  color: var(--on-dark-muted);
  text-decoration: none;
  font-size: 13.5px;
  padding: 5px 0;
}
.footer__list a:hover { color: #fff; text-decoration: underline; }
.footer :focus-visible { outline-color: #fff; }

/* --- 404 ---------------------------------------------------------------- */
.notfound { padding: clamp(64px, 12vw, 140px) var(--gutter); text-align: center; }
.notfound__code {
  font-family: var(--mono);
  font-size: 12px;
  letter-spacing: 0.14em;
  color: var(--muted-2);
}
.notfound h1 {
  margin-top: 14px;
  font-family: var(--display);
  font-weight: 600;
  font-size: clamp(28px, 4.6vw, 44px);
  line-height: 1.06;
  letter-spacing: -0.026em;
  color: var(--ink);
}
.notfound p {
  margin-top: 12px;
  font-size: 15px;
  line-height: 1.6;
  color: var(--muted);
}
.notfound .actions { justify-content: center; }
