:root {
  color-scheme: dark;

  --fk-bg:          oklch(0.162 0.006 250);
  --fk-bg-alt:      oklch(0.208 0.008 250);
  --fk-surface:     oklch(0.232 0.010 250);
  --fk-fg:          oklch(0.970 0.003 250);
  --fk-fg-muted:    oklch(0.738 0.008 250);
  --fk-line:        oklch(0.326 0.012 250);
  --fk-accent:      oklch(0.802 0.152 208);
  --fk-accent-ink:  oklch(0.172 0.048 208);
  --fk-accent-soft: oklch(0.342 0.070 208);

  --fk-font-display: 'Oxanium', ui-sans-serif, system-ui, sans-serif;
  --fk-font-body:    'Sen', ui-sans-serif, system-ui, sans-serif;
  --fk-font-meta:    'Sen', ui-sans-serif, system-ui, sans-serif;

  --fk-tracking-display: -0.020em;
  --fk-leading-display:  0.96;
  --fk-tracking-meta:    0.22em;
  --fk-weight-display:   700;

  --fk-h1:       var(--fk-step-5);
  --fk-h2:       var(--fk-step-3);
  --fk-h-shout:  var(--fk-step-6);

  --fk-radius:    3px;
  --fk-radius-lg: 4px;
  --fk-border:    1px;
}

.fk-hero--full {
  --fk-hero-scrim:  oklch(0.162 0.006 250);
  --fk-hero-ink:    oklch(0.970 0.003 250);
  --fk-hero-kicker: oklch(0.802 0.152 208);
}

/* treatment: poster — oversized type, colour blocks, tight rhythm.
   Suits nightlife, events, launches, anything sold on energy. */
/* The poster treatment used to hard-code `h1 { line-height: 0.92 }`, which
   silently beat the vertical's own --fk-leading-display and set a tall
   condensed face on top of itself. Leading is the vertical's call now: a
   poster vertical that wants 0.92 asks for it in its type brief. */
.fk-hero--full h1 { max-width: 16ch; }
h2 { line-height: calc(var(--fk-leading-display, 1.04) * 0.96); }
.fk-hero__shout { line-height: calc(var(--fk-leading-display, 1.04) * 0.86); }
.fk-btn { border-radius: 0; padding: 1em 2em; font-weight: 700; }
.fk-index__row { padding-block: var(--fk-space-m); }
.fk-index__name { font-family: var(--fk-font-display); font-size: var(--fk-step-3); line-height: 1; }
.fk-band { padding-block: var(--fk-space-xl); }
.fk-media { border-radius: 0; }
.fk-meta { font-weight: 600; }

