/* ==========================================================================
   King Abba Links — Kinetic Editorial
   Paper, ink and one kinetic red. Sharp corners, heavy display type over a
   clean screen serif, mono for labels. Colours come from the Customizer as
   custom properties; everything else keys off them.
   ========================================================================== */

:root {
  --kal-paper: #fcf9f8;
  --kal-ink: #0a0a0a;
  --kal-accent: #eb0000;

  --kal-line: color-mix(in srgb, var(--kal-ink) 14%, transparent);
  --kal-muted: color-mix(in srgb, var(--kal-ink) 62%, transparent);
  --kal-surface: color-mix(in srgb, var(--kal-ink) 4%, var(--kal-paper));

  --kal-display: "Anybody", "Arial Black", sans-serif;
  --kal-body: "Source Serif 4", Georgia, serif;
  --kal-mono: "JetBrains Mono", ui-monospace, SFMono-Regular, monospace;

  --kal-gutter: clamp(16px, 5vw, 28px);
  --kal-max: 620px;
  --kal-shell: 580px;
  --kal-fast: 150ms linear;
}

/* Older browsers without color-mix get flat fallbacks. */
@supports not (color: color-mix(in srgb, red 50%, blue)) {
  :root { --kal-line: rgba(10,10,10,.14); --kal-muted: rgba(10,10,10,.62); --kal-surface: #f1eeed; }
}

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

body.kal {
  margin: 0;
  background: var(--kal-paper);
  color: var(--kal-ink);
  font-family: var(--kal-body);
  font-size: 17px;
  line-height: 1.55;
  -webkit-font-smoothing: antialiased;
  overflow-x: hidden;
}

img, video, svg { display: block; max-width: 100%; }
a { color: inherit; }

:where(a, button, [tabindex]):focus-visible {
  outline: 3px solid var(--kal-accent);
  outline-offset: 3px;
}

.screen-reader-text {
  position: absolute !important; width: 1px; height: 1px;
  padding: 0; margin: -1px; overflow: hidden; clip: rect(0 0 0 0); white-space: nowrap;
}

.kal-skip {
  position: absolute; left: -9999px; top: 0; z-index: 100;
  background: var(--kal-ink); color: var(--kal-paper);
  padding: 12px 18px; font-family: var(--kal-mono); font-size: 13px;
}
.kal-skip:focus { left: 0; }

/* ---------- Hero ---------------------------------------------------------- */
/* ---------- Shell + backdrop ----------------------------------------------
   Phones get the page edge to edge, the way a link-in-bio page is actually
   used. From 720px up the same column is pinned to --kal-shell and set over a
   blurred, darkened copy of the hero still, so the page reads as one card on a
   wide monitor instead of a narrow strip of paper on white.

   isolation on the shell matters: the hero video sits at z-index -1 inside it,
   and without a stacking context here the shell's own background would paint
   over it (in-flow backgrounds paint after negative-z descendants).
   ------------------------------------------------------------------------- */
.kal-shell { position: relative; z-index: 1; }

.kal-backdrop { display: none; }

@media (min-width: 720px) {
  .has-backdrop .kal-backdrop {
    display: block;
    position: fixed;
    inset: 0;
    z-index: 0;
    background: var(--kal-ink);
    overflow: hidden;
  }
  /* Scaled past the edges so the blur has pixels to sample and never feathers
     into a pale halo at the viewport border. */
  .has-backdrop .kal-backdrop img {
    width: 100%; height: 100%;
    object-fit: cover;
    transform: scale(1.18);
    filter: blur(44px) saturate(.7) brightness(.42) grayscale(.6);
  }

  .has-backdrop .kal-shell {
    isolation: isolate;
    max-width: var(--kal-shell);
    margin-inline: auto;
    background: var(--kal-paper);
    box-shadow: 0 24px 80px rgba(0,0,0,.45);
    min-height: 100vh;
  }
}

@media (min-width: 1100px) {
  .has-backdrop .kal-shell {
    margin-block: clamp(24px, 4vh, 56px);
    min-height: 0;
  }
}

.kal-hero {
  position: relative;
  display: flex;
  flex-direction: column;
  justify-content: center;
  isolation: isolate;
  background: var(--kal-ink);
  padding: clamp(40px, 11vw, 96px) var(--kal-gutter) clamp(28px, 8vw, 56px);
  border-bottom: 4px solid var(--kal-accent);
}
/* vh on iOS Safari measures the viewport with the toolbars retracted, so a
   70vh hero arrived noticeably taller than 70% of what anyone could actually
   see. svh is the honest number; vh stays as the fallback for browsers that
   never learned the unit. */
.kal-hero--short { min-height: 45vh;  min-height: 42svh; }
.kal-hero--tall  { min-height: 70vh;  min-height: 58svh; }
.kal-hero--full  { min-height: 100vh; min-height: 100svh; }

.kal-hero__media { position: absolute; inset: 0; z-index: -1; overflow: hidden; }
.kal-hero__video,
.kal-hero__image {
  width: 100%; height: 100%;
  object-fit: cover;
  /* iOS lays a native poster/controls layer over the element unless told
     otherwise, which showed as a grey plate where the loop should be. */
  pointer-events: none;
}
.kal-hero__video::-webkit-media-controls { display: none !important; }
/* A CSS filter on a <video> is the single reliable way to break playback on
   iOS Safari: the element paints its first frame into a filtered layer and that
   layer is never re-composited, so the loop runs with the picture frozen. It
   looks exactly like a video that refused to start.
   The bundled loop is therefore graded in the file itself and carries no filter
   at all. An uploaded colour video still gets one — with a compositing hint,
   which is the accepted workaround — and the Setup screen says to upload an
   already-desaturated file if iOS matters. */
.kal-hero.is-mono:not(.is-bundled) .kal-hero__video,
.kal-hero.is-mono .kal-hero__image { filter: grayscale(1) contrast(1.05); }

.kal-hero.is-mono:not(.is-bundled) .kal-hero__video {
  transform: translateZ(0);
  will-change: transform;
  backface-visibility: hidden;
}

/* The lockup now sits in the middle of the hero, and the hero is a loop, so
   the frame under it is never predictable — a bright canvas frame washed the
   red kicker out completely. A radial pool centred on the lockup carries the
   text; the linear layer under it still seals the bottom edge into the page. */
.kal-hero__scrim {
  position: absolute; inset: 0;
  background:
    radial-gradient(ellipse 95% 58% at 50% 48%,
      color-mix(in srgb, var(--kal-ink) 80%, transparent) 0%,
      color-mix(in srgb, var(--kal-ink) 52%, transparent) 55%,
      transparent 100%),
    linear-gradient(to bottom,
      color-mix(in srgb, var(--kal-ink) 38%, transparent) 0%,
      color-mix(in srgb, var(--kal-ink) 22%, transparent) 32%,
      color-mix(in srgb, var(--kal-ink) 58%, transparent) 76%,
      var(--kal-ink) 100%);
}
@supports not (color: color-mix(in srgb, red 50%, blue)) {
  .kal-hero__scrim {
    background:
      radial-gradient(ellipse 95% 58% at 50% 48%, rgba(10,10,10,.8) 0%, rgba(10,10,10,.52) 55%, transparent 100%),
      linear-gradient(to bottom, rgba(10,10,10,.38), rgba(10,10,10,.22) 32%, rgba(10,10,10,.58) 76%, #0a0a0a);
  }
}

/* The tap-to-play affordance, shown only when autoplay was refused — which in
   Low Power Mode is not a bug to be worked around but the documented rule. */
.kal-hero__play {
  position: absolute;
  left: 50%; top: 50%;
  transform: translate(-50%, -50%);
  z-index: 2;
  width: 64px; height: 64px;
  display: grid;
  place-items: center;
  padding: 0;
  border: 2px solid var(--kal-paper);
  background: color-mix(in srgb, var(--kal-ink) 55%, transparent);
  color: var(--kal-paper);
  cursor: pointer;
  transition: background var(--kal-fast), color var(--kal-fast);
}
@supports not (color: color-mix(in srgb, red 50%, blue)) {
  .kal-hero__play { background: rgba(10,10,10,.55); }
}
.kal-hero__play:hover { background: var(--kal-accent); border-color: var(--kal-accent); }
.kal-hero__play svg { width: 26px; height: 26px; margin-left: 3px; }
.kal-hero__play[hidden] { display: none; }

.kal-hero__body {
  position: relative;
  width: 100%;
  max-width: var(--kal-max);
  margin-inline: auto;
  text-align: center;
  color: var(--kal-paper);
}

.kal-lockup { position: relative; }

/* Sits behind the name only — deliberately not behind the social row, which
   has to stay legible. */
.kal-hero__signature {
  position: absolute;
  left: 50%; top: 50%;
  transform: translate(-50%, -50%);
  width: min(460px, 96%);
  opacity: .26;
  mix-blend-mode: screen;
  pointer-events: none;
  z-index: -1;
}

.kal-title {
  margin: 0;
  display: grid;
  gap: clamp(2px, 1vw, 6px);
}

.kal-kicker {
  font-family: var(--kal-mono);
  font-size: clamp(11px, 3vw, 13px);
  font-weight: 500;
  letter-spacing: .22em;
  text-transform: uppercase;
  color: var(--kal-accent);
  margin: 0 0 clamp(10px, 3vw, 14px);
}

.kal-name,
.kal-alias {
  font-family: var(--kal-display);
  font-weight: 800;
  line-height: .92;
  letter-spacing: -.04em;
  text-transform: uppercase;
  display: block;
}

.kal-name {
  font-size: clamp(34px, 10.5vw, 68px);
  color: var(--kal-paper);
}

/* The alias is the brand, so it keeps the red and sits a step down in size —
   the same relationship the main site's hero lockup uses. */
.kal-alias {
  font-size: clamp(22px, 6.6vw, 42px);
  color: var(--kal-accent);
}

.kal-tagline {
  font-family: var(--kal-mono);
  font-size: clamp(12px, 3.2vw, 14px);
  letter-spacing: .08em;
  text-transform: uppercase;
  color: color-mix(in srgb, var(--kal-paper) 78%, transparent);
  margin: 12px 0 0;
}
@supports not (color: color-mix(in srgb, red 50%, blue)) {
  .kal-tagline { color: rgba(255,255,255,.78); }
}

.kal-socials {
  display: flex; flex-wrap: wrap; justify-content: center;
  gap: clamp(18px, 6vw, 28px);
  list-style: none; margin: clamp(18px, 5vw, 26px) 0 0; padding: 0;
}
.kal-socials a { display: block; color: var(--kal-paper); transition: color var(--kal-fast), transform var(--kal-fast); }
.kal-socials svg { width: 26px; height: 26px; }
.kal-socials a:hover { color: var(--kal-accent); transform: translateY(-2px); }

/* ---------- Layout -------------------------------------------------------- */
.kal-main {
  max-width: var(--kal-max);
  margin-inline: auto;
  padding: clamp(28px, 8vw, 44px) var(--kal-gutter) 0;
}

.kal-section { margin-bottom: clamp(32px, 9vw, 52px); }

.kal-section__title {
  font-family: var(--kal-display);
  font-weight: 800;
  font-size: clamp(20px, 5.4vw, 26px);
  line-height: 1.1;
  letter-spacing: -.03em;
  text-transform: uppercase;
  margin: 0 0 14px;
  padding-bottom: 10px;
  border-bottom: 3px solid var(--kal-ink);
}
.kal-section__desc { margin: -6px 0 16px; color: var(--kal-muted); font-size: 15px; }

/* ---------- Cards --------------------------------------------------------- */
.kal-cards { display: grid; gap: 12px; }

/* Rails scroll sideways, but they start and end on the same gutter as every
   other section — a row that ran to the bare screen edge read as a different
   kind of thing from the blocks above and below it. The last card is still
   clipped by the scroller, so it remains obvious the row continues. */
.kal-cards--rail,
.kal-cards--wide {
  grid-auto-flow: column;
  grid-auto-columns: 62%;
  overflow-x: auto;
  scroll-snap-type: x mandatory;
  scrollbar-width: none;
}
.kal-cards--rail::-webkit-scrollbar,
.kal-cards--wide::-webkit-scrollbar { display: none; }
.kal-cards--wide { grid-auto-columns: 84%; }
.kal-cards--rail > *, .kal-cards--wide > * { scroll-snap-align: start; }

.kal-cards--grid { grid-template-columns: repeat(2, 1fr); }
.kal-cards--stack { grid-template-columns: 1fr; }

.kal-card {
  display: flex;
  flex-direction: column;
  border: 1px solid var(--kal-line);
  background: var(--kal-paper);
  text-decoration: none;
  transition: border-color var(--kal-fast), transform var(--kal-fast);
}
.kal-card:not(.is-static):hover { border-color: var(--kal-ink); transform: translateY(-2px); }
.kal-card:not(.is-static):hover .kal-card__title { color: var(--kal-accent); }

.kal-card__art {
  position: relative;
  display: block;
  aspect-ratio: 3 / 4;
  background: var(--kal-surface);
  overflow: hidden;
}
.kal-cards--wide .kal-card__art { aspect-ratio: 16 / 9; }
.kal-cards--stack .kal-card__art { aspect-ratio: 21 / 9; }
.kal-card__art img { width: 100%; height: 100%; object-fit: cover; }

.kal-card__placeholder {
  position: absolute; inset: 0;
  display: grid; place-items: center;
  font-family: var(--kal-display); font-weight: 800;
  font-size: clamp(28px, 9vw, 44px);
  text-transform: uppercase;
  color: var(--kal-line);
}

.kal-card__badge,
.kal-card__ad {
  position: absolute; top: 8px; left: 8px;
  font-family: var(--kal-mono); font-size: 10px; font-weight: 600;
  letter-spacing: .1em; text-transform: uppercase;
  padding: 4px 7px;
  background: var(--kal-accent); color: #fff;
}
.kal-card__ad {
  left: auto; right: 8px;
  background: var(--kal-ink);
}

.kal-card__play {
  position: absolute; right: 8px; bottom: 8px;
  width: 34px; height: 34px;
  display: grid; place-items: center;
  background: color-mix(in srgb, var(--kal-ink) 78%, transparent);
  color: #fff;
}
.kal-card__play svg { width: 15px; height: 15px; }
@supports not (color: color-mix(in srgb, red 50%, blue)) {
  .kal-card__play { background: rgba(10,10,10,.78); }
}

.kal-card__body { padding: 11px 12px 13px; }
.kal-card__title {
  display: block;
  font-family: var(--kal-display); font-weight: 700;
  font-size: 15px; line-height: 1.2; letter-spacing: -.02em;
  text-transform: uppercase;
  transition: color var(--kal-fast);
}
.kal-card__sub {
  display: block; margin-top: 4px;
  font-size: 14px; color: var(--kal-muted);
}

/* ---------- Shows --------------------------------------------------------- */
.kal-pills {
  display: flex; gap: 8px; overflow-x: auto;
  padding-inline: var(--kal-gutter);
  margin: 0 calc(var(--kal-gutter) * -1) 14px;
  scrollbar-width: none;
}
.kal-pills::-webkit-scrollbar { display: none; }

.kal-pill {
  flex: none;
  font-family: var(--kal-mono); font-size: 12px; font-weight: 600;
  letter-spacing: .08em; text-transform: uppercase;
  padding: 8px 14px;
  border: 1px solid var(--kal-line);
  background: transparent; color: var(--kal-muted);
  cursor: pointer;
  transition: background var(--kal-fast), color var(--kal-fast), border-color var(--kal-fast);
}
.kal-pill:hover { border-color: var(--kal-ink); color: var(--kal-ink); }
.kal-pill.is-on { background: var(--kal-ink); border-color: var(--kal-ink); color: var(--kal-paper); }

.kal-showlist { list-style: none; margin: 0; padding: 0; border-top: 1px solid var(--kal-line); }

.kal-show {
  display: grid;
  grid-template-columns: auto 1fr auto;
  align-items: center;
  gap: 14px;
  padding: 14px 0;
  border-bottom: 1px solid var(--kal-line);
}
.kal-show.is-soldout { opacity: .55; }
.kal-show[hidden] { display: none; }

.kal-show__date {
  display: grid; place-items: center;
  min-width: 52px; padding: 6px 8px;
  background: var(--kal-surface);
  border-left: 3px solid var(--kal-accent);
}
.kal-show__day { font-family: var(--kal-display); font-weight: 800; font-size: 21px; line-height: 1; }
.kal-show__mon { font-family: var(--kal-mono); font-size: 10px; letter-spacing: .1em; text-transform: uppercase; color: var(--kal-muted); }

.kal-show__title {
  font-family: var(--kal-display); font-weight: 700;
  font-size: 16px; line-height: 1.2; letter-spacing: -.02em;
  text-transform: uppercase; margin: 0;
}
.kal-show__meta { margin: 3px 0 0; font-size: 14px; color: var(--kal-muted); }

.kal-show__cta {
  flex: none;
  font-family: var(--kal-mono); font-size: 12px; font-weight: 600;
  letter-spacing: .08em; text-transform: uppercase;
  padding: 10px 14px;
  background: var(--kal-accent); color: #fff;
  text-decoration: none; white-space: nowrap;
  transition: background var(--kal-fast);
}
.kal-show__cta:hover { background: var(--kal-ink); }
.kal-show__cta.is-disabled { background: transparent; color: var(--kal-muted); border: 1px solid var(--kal-line); }

.kal-showlist__empty { font-size: 15px; color: var(--kal-muted); padding-top: 14px; }

/* ---------- Stats strip ---------------------------------------------------
   Numbers set in the display face at card size, labels in mono underneath. The
   grid is auto-fit rather than a fixed column count, so three stats and six
   stats both fill the width instead of leaving a ragged last row. */
.kal-statgrid {
  display: grid;
  /* Three across at every width: six tiles then read as a 3x2 block rather
     than reflowing into five-and-one. */
  grid-template-columns: repeat(3, 1fr);
  margin: 0;
  padding: 0;
  border: 1px solid var(--kal-line);
  overflow: hidden;
}

/* The rules are drawn by the tiles, not by gaps over a coloured container: with
   five tiles in a three-column grid the leftover cell would otherwise show up
   as a grey block. The negative margins swallow the doubled outer edge. */
.kal-stat {
  padding: clamp(14px, 4vw, 20px) 10px;
  text-align: center;
  border-right: 1px solid var(--kal-line);
  border-bottom: 1px solid var(--kal-line);
  margin: 0 -1px -1px 0;
}

.kal-stat__value {
  font-family: var(--kal-display);
  font-weight: 800;
  font-size: clamp(22px, 6vw, 30px);
  line-height: 1;
  letter-spacing: -.03em;
  margin: 0;
}

.kal-stat__label {
  font-family: var(--kal-mono);
  font-size: 10px;
  letter-spacing: .14em;
  text-transform: uppercase;
  color: var(--kal-muted);
  margin: 8px 0 0;
}

/* ---------- Fight record --------------------------------------------------
   Same row rhythm as the ticket list, so the two blocks read as one timeline
   rather than two unrelated widgets. */
.kal-resultlist { list-style: none; margin: 0; padding: 0; }

.kal-result {
  display: grid;
  grid-template-columns: auto 1fr;
  gap: clamp(12px, 4vw, 18px);
  align-items: center;
  padding: clamp(12px, 4vw, 16px) 0;
  border-bottom: 1px solid var(--kal-line);
}
.kal-result:last-child { border-bottom: 0; }

.kal-result__badge {
  font-family: var(--kal-mono);
  font-size: 11px;
  font-weight: 700;
  letter-spacing: .1em;
  text-transform: uppercase;
  padding: 6px 10px;
  min-width: 52px;
  text-align: center;
  border: 1px solid var(--kal-line);
  color: var(--kal-muted);
}
/* A win is the only one that earns the red. */
.kal-result.is-win .kal-result__badge {
  background: var(--kal-accent);
  border-color: var(--kal-accent);
  color: var(--kal-paper);
}
.kal-result.is-loss .kal-result__badge {
  background: var(--kal-ink);
  border-color: var(--kal-ink);
  color: var(--kal-paper);
}

.kal-result__title {
  font-family: var(--kal-display);
  font-weight: 700;
  font-size: clamp(16px, 4.4vw, 19px);
  line-height: 1.1;
  text-transform: uppercase;
  letter-spacing: -.01em;
  margin: 0;
}

.kal-result__meta {
  font-size: 14px;
  color: var(--kal-muted);
  margin: 4px 0 0;
}

/* ---------- Show-more toggle ---------------------------------------------
   <details> so it works with no JavaScript, takes keyboard focus on its own,
   and is opened by the browser's in-page search when the match is inside. */
.kal-more { margin-top: 2px; }
.kal-more > summary { list-style: none; }
.kal-more > summary::-webkit-details-marker { display: none; }

.kal-more__toggle {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  cursor: pointer;
  padding: 13px 16px;
  border: 1px solid var(--kal-line);
  font-family: var(--kal-mono);
  font-size: 11px;
  font-weight: 700;
  letter-spacing: .12em;
  text-transform: uppercase;
  color: var(--kal-muted);
  transition: color var(--kal-fast), border-color var(--kal-fast);
}
.kal-more__toggle:hover { color: var(--kal-ink); border-color: var(--kal-ink); }

/* A chevron that turns over, so the control says which way it goes. */
.kal-more__toggle::after {
  content: '';
  width: 7px; height: 7px;
  border-right: 2px solid currentColor;
  border-bottom: 2px solid currentColor;
  transform: translateY(-2px) rotate(45deg);
  transition: transform var(--kal-fast);
}
.kal-more[open] .kal-more__toggle::after { transform: translateY(1px) rotate(-135deg); }

.kal-more__close,
.kal-more[open] .kal-more__open { display: none; }
.kal-more[open] .kal-more__close { display: inline; }

/* The hidden rows join the list above rather than starting a new one. */
.kal-more .kal-resultlist { border-top: 1px solid var(--kal-line); }
.kal-results .kal-resultlist:first-of-type .kal-result:last-child { border-bottom: 0; }

/* ---------- Partnerships --------------------------------------------------
   The one card on the page that inverts: sponsors are the commercial ask, and
   flipping to ink makes it read as a different kind of thing from the links
   above it without adding a new colour. */
.kal-partner {
  background: var(--kal-ink);
  color: var(--kal-paper);
  border-top: 4px solid var(--kal-accent);
  padding: clamp(24px, 7vw, 34px) clamp(20px, 6vw, 30px) clamp(26px, 7vw, 34px);
  text-align: center;
}

.kal-partner__label {
  font-family: var(--kal-mono);
  font-size: 11px;
  letter-spacing: .22em;
  text-transform: uppercase;
  color: var(--kal-accent);
  margin: 0 0 10px;
}

.kal-partner__title {
  font-family: var(--kal-display);
  font-weight: 800;
  font-size: clamp(26px, 7.5vw, 38px);
  line-height: .96;
  letter-spacing: -.03em;
  text-transform: uppercase;
  margin: 0;
}

.kal-partner__text {
  font-size: 16px;
  line-height: 1.5;
  color: color-mix(in srgb, var(--kal-paper) 76%, transparent);
  margin: 12px 0 0;
}
@supports not (color: color-mix(in srgb, red 50%, blue)) {
  .kal-partner__text { color: rgba(252,249,248,.76); }
}

.kal-partner__cta {
  display: inline-block;
  margin-top: clamp(18px, 5vw, 24px);
  padding: 14px 26px;
  background: var(--kal-accent);
  color: var(--kal-paper);
  font-family: var(--kal-mono);
  font-size: 13px;
  font-weight: 700;
  letter-spacing: .12em;
  text-transform: uppercase;
  text-decoration: none;
  transition: background var(--kal-fast), color var(--kal-fast);
}
.kal-partner__cta:hover { background: var(--kal-paper); color: var(--kal-ink); }

/* The address itself, spelled out — people copy it rather than click through
   as often as not. */
.kal-partner__addr {
  font-family: var(--kal-mono);
  font-size: 12px;
  letter-spacing: .06em;
  color: color-mix(in srgb, var(--kal-paper) 55%, transparent);
  margin: 12px 0 0;
  overflow-wrap: anywhere;
}
@supports not (color: color-mix(in srgb, red 50%, blue)) {
  .kal-partner__addr { color: rgba(252,249,248,.55); }
}

/* ---------- Footer -------------------------------------------------------- */
.kal-footer {
  max-width: var(--kal-max);
  margin: clamp(30px, 9vw, 50px) auto 0;
  padding: clamp(20px, 6vw, 30px) var(--kal-gutter) clamp(28px, 8vw, 40px);
  border-top: 4px solid var(--kal-accent);
  text-align: center;
}
.kal-footer__note { font-size: 14px; color: var(--kal-muted); }
.kal-footer__note p { margin: 0 0 8px; }

.kal-footer__menu {
  display: flex; flex-wrap: wrap; justify-content: center; gap: 8px 18px;
  list-style: none; margin: 14px 0 0; padding: 0;
}
.kal-footer__menu a {
  font-family: var(--kal-mono); font-size: 12px;
  letter-spacing: .08em; text-transform: uppercase;
  text-decoration: none; color: var(--kal-muted);
  border-bottom: 2px solid transparent;
  transition: color var(--kal-fast), border-color var(--kal-fast);
}
.kal-footer__menu a:hover { color: var(--kal-ink); border-bottom-color: var(--kal-accent); }

.kal-footer__meta {
  font-family: var(--kal-mono); font-size: 11px;
  letter-spacing: .1em; text-transform: uppercase;
  color: var(--kal-muted); margin: 16px 0 0;
}

.kal-empty { color: var(--kal-muted); }

/* ---------- Wider screens -------------------------------------------------
   This is a phone-first page. On desktop it stays a centred column rather
   than stretching, because that is what the format is for. */
@media (min-width: 720px) {
  /* There is more room around the lockup here, so the signature can read as a
     mark rather than a smudge across the surname. */
  .kal-hero__signature { opacity: .38; width: min(460px, 108%); }
  .kal-cards--rail { grid-auto-columns: 46%; }
  .kal-cards--wide { grid-auto-columns: 64%; }
  .kal-socials svg { width: 28px; height: 28px; }
}

@media (prefers-reduced-motion: reduce) {
  *, *::before, *::after {
    animation-duration: .001ms !important;
    transition-duration: .001ms !important;
    scroll-behavior: auto !important;
  }
  /* The video is left in place — app.js pauses it, so the poster frame shows
     instead of a black hole where the hero used to be. */
  .has-backdrop .kal-backdrop img { filter: saturate(.7) brightness(.42) grayscale(.6) blur(44px); }
}
