:root {
  color-scheme: dark;

  --fk-bg:          oklch(0.148 0.002 270);
  --fk-bg-alt:      oklch(0.196 0.004 270);
  --fk-surface:     oklch(0.182 0.004 270);
  --fk-fg:          oklch(0.945 0.002 270);
  --fk-fg-muted:    oklch(0.672 0.006 270);
  --fk-line:        oklch(0.312 0.006 270);
  --fk-accent:      oklch(0.845 0.185 148);
  --fk-accent-ink:  oklch(0.165 0.040 148);
  --fk-accent-soft: oklch(0.352 0.072 148);

  --fk-font-display: 'Chivo Mono', ui-monospace, SFMono-Regular, monospace;
  --fk-font-body:    'Chivo', ui-sans-serif, system-ui, sans-serif;
  --fk-font-meta:    'Chivo Mono', ui-monospace, SFMono-Regular, monospace;

  --fk-tracking-display: -0.035em;
  --fk-tracking-meta:    0.06em;
  --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:    0px;
  --fk-radius-lg: 0px;
  --fk-border:    1px;
}

.fk-hero--full {
  --fk-hero-scrim:  oklch(0.148 0.002 270);
  --fk-hero-ink:    oklch(0.945 0.002 270);
  --fk-hero-kicker: oklch(0.845 0.185 148);
}

/* treatment: poster — oversized type, colour blocks, tight rhythm.
   Suits nightlife, events, launches, anything sold on energy. */
h1 { line-height: 0.92; }
.fk-hero--full h1 { max-width: 16ch; }
h2 { line-height: 0.96; }
.fk-hero__shout { line-height: 0.88; }
.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; }

