:root {
  color-scheme: light;

  --fk-bg:          oklch(0.978 0.003 300);
  --fk-bg-alt:      oklch(0.936 0.012 300);
  --fk-surface:     oklch(1 0 0);
  --fk-fg:          oklch(0.190 0.018 302);
  --fk-fg-muted:    oklch(0.462 0.018 302);
  --fk-line:        oklch(0.866 0.012 300);
  --fk-accent:      oklch(0.500 0.228 300);
  --fk-accent-ink:  oklch(0.995 0.004 300);
  --fk-accent-soft: oklch(0.898 0.062 300);

  --fk-font-display: 'Anton SC', ui-sans-serif, system-ui, sans-serif;
  --fk-font-body:    'Cabin', ui-sans-serif, system-ui, sans-serif;
  --fk-font-meta:    'Cabin', ui-sans-serif, system-ui, sans-serif;

  --fk-tracking-display: 0.004em;
  --fk-leading-display:  1.06;
  --fk-tracking-meta:    0.18em;
  --fk-weight-display:   400;

  --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:    2px;
}

.fk-hero--full {
  --fk-hero-scrim:  oklch(0.190 0.018 302);
  --fk-hero-ink:    oklch(0.978 0.003 300);
  --fk-hero-kicker: oklch(0.898 0.062 300);
}

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

