:root {
  color-scheme: dark;

  --fk-bg:          oklch(0.155 0.004 280);
  --fk-bg-alt:      oklch(0.205 0.006 280);
  --fk-surface:     oklch(0.195 0.006 280);
  --fk-fg:          oklch(0.955 0.003 280);
  --fk-fg-muted:    oklch(0.695 0.006 280);
  --fk-line:        oklch(0.305 0.008 280);
  --fk-accent:      oklch(0.775 0.145 62);
  --fk-accent-ink:  oklch(0.165 0.020 60);
  --fk-accent-soft: oklch(0.275 0.040 60);

  --fk-font-display: 'Anton', ui-sans-serif, system-ui, sans-serif;
  --fk-font-body:    'Barlow', ui-sans-serif, system-ui, sans-serif;
  --fk-font-meta:    'Barlow', ui-monospace, monospace;

  --fk-tracking-display: -0.01em;
  --fk-tracking-meta:    0.16em;
  --fk-weight-display:   400;

  --fk-h1:       var(--fk-step-6);
  --fk-h2:       var(--fk-step-4);
  --fk-h-shout:  clamp(3.4rem, 1.5rem + 9vw, 9rem);

  --fk-radius:    0px;
  --fk-radius-lg: 0px;
  --fk-border:    1px;
}

.fk-hero--full {
  --fk-hero-scrim:  oklch(0.155 0.004 280);
  --fk-hero-ink:    oklch(0.955 0.003 280);
  --fk-hero-kicker: oklch(0.775 0.145 62);
}

/* 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; }

