@font-face {
  font-family: "Source Sans 3";
  font-style: normal;
  font-weight: 200 900;
  font-display: swap;
  src: url("/assets/fonts/source-sans-3-latin-wght-normal.woff2") format("woff2-variations");
}

@font-face {
  font-family: "Source Serif 4";
  font-style: normal;
  font-weight: 200 900;
  font-display: swap;
  src: url("/assets/fonts/source-serif-4-latin-wght-normal.woff2") format("woff2-variations");
}

:root {
  --bg: #0c0e11;
  --surface: #11151a;
  --surface-raised: #14191f;
  --line: #272d34;
  --line-strong: #343c45;
  --text: #f1f0ed;
  --muted: #b5b7ba;
  --subtle: #858a90;
  --accent: #7ea9cf;
  --accent-strong: #b8d1e6;
  --focus: #e8c35b;
  --radius: 12px;
  --content-width: 1080px;
  font-family: "Source Sans 3", ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  font-optical-sizing: auto;
  font-kerning: normal;
  font-synthesis: none;
}

body {
  letter-spacing: 0.002em;
}

.shell {
  width: min(calc(100% - 2.75rem), var(--content-width));
}

.site-header {
  padding-top: 0.82rem;
  background: rgba(12, 14, 17, 0.97);
}

.kicker,
.item-number,
.metadata dt,
.jump-nav span {
  font-variant-numeric: tabular-nums;
}

.kicker {
  margin-bottom: 0.18rem;
  color: #8c9299;
  font-size: 0.64rem;
  font-weight: 720;
  letter-spacing: 0.17em;
}

h1,
.card-heading h2 {
  font-family: "Source Serif 4", ui-serif, Georgia, "Times New Roman", serif;
  font-optical-sizing: auto;
}

h1 {
  font-size: clamp(2.15rem, 4.5vw, 2.95rem);
  font-weight: 650;
  line-height: 0.9;
  letter-spacing: -0.045em;
}

.introduction {
  margin: 0.48rem 0 0.68rem;
  color: #b9bbbe;
  font-size: clamp(0.9rem, 1.6vw, 0.98rem);
  line-height: 1.42;
}

.jump-nav a {
  min-height: 44px;
  gap: 0.58rem;
  padding: 0.48rem 0.82rem;
  color: #d9dadd;
  font-size: 0.79rem;
  font-weight: 625;
  transition: color 130ms ease, background-color 130ms ease;
}

.jump-nav a:hover {
  background: #101318;
}

.jump-nav span {
  color: #8ab2d5;
  font-weight: 750;
}

.archive {
  gap: clamp(1.3rem, 3vw, 2.4rem);
  padding-block: clamp(0.65rem, 1.8vw, 1.15rem) 3.4rem;
}

.archive-card {
  gap: clamp(0.85rem, 2vw, 1.15rem);
  padding: clamp(0.72rem, 2vw, 1.25rem);
  border-color: rgba(255, 255, 255, 0.09);
  border-radius: var(--radius);
  background: var(--surface);
  box-shadow:
    0 1px 0 rgba(255, 255, 255, 0.018) inset,
    0 26px 64px -54px rgba(0, 0, 0, 0.9);
}

.archive-card:first-child {
  border-color: rgba(255, 255, 255, 0.12);
  background: var(--surface-raised);
}

.item-number {
  margin-bottom: 0.48rem;
  color: #84add1;
  font-size: 0.63rem;
  font-weight: 760;
  letter-spacing: 0.17em;
}

.card-heading h2 {
  max-width: 26ch;
  font-size: clamp(1.48rem, 3.15vw, 2.05rem);
  font-weight: 625;
  line-height: 1.04;
  letter-spacing: -0.028em;
  text-wrap: balance;
}

.summary {
  color: #b9bbbe;
  font-size: clamp(0.88rem, 1.5vw, 0.96rem);
  line-height: 1.55;
  text-wrap: pretty;
}

.metadata {
  border-top-color: rgba(255, 255, 255, 0.085);
}

.metadata div {
  padding-top: 0.62rem;
}

.metadata div + div {
  border-left-color: rgba(255, 255, 255, 0.085);
}

.metadata dt {
  color: #898e95;
  font-size: 0.59rem;
  font-weight: 760;
  letter-spacing: 0.15em;
}

.metadata dd {
  margin-top: 0.14rem;
  color: #d9dadc;
  font-size: 0.77rem;
}

.player-shell {
  border-color: #293038;
  border-radius: 9px;
  box-shadow: 0 20px 44px -36px rgba(0, 0, 0, 0.96);
}

.plyr {
  --plyr-color-main: #759fc4;
  --plyr-video-control-background-hover: rgba(90, 139, 181, 0.94);
}

.site-footer {
  padding-block: 1.55rem 2.35rem;
  border-top-color: rgba(255, 255, 255, 0.085);
  color: #858a90;
  font-size: 0.72rem;
}

@media (min-width: 960px) {
  .archive-card {
    padding: clamp(1.1rem, 2.2vw, 1.48rem);
  }

  .card-heading {
    grid-template-columns: minmax(275px, 0.96fr) minmax(0, 1.44fr);
    column-gap: clamp(1.4rem, 3vw, 2.6rem);
  }

  .card-heading h2 {
    font-size: clamp(1.72rem, 2.65vw, 2.22rem);
  }

  .summary {
    padding: 1.08rem 0 0 clamp(1.2rem, 2.3vw, 1.8rem);
    border-left-color: rgba(255, 255, 255, 0.085);
    font-size: 0.95rem;
    line-height: 1.54;
  }

  .metadata div {
    padding-top: 0.68rem;
  }
}

@media (max-width: 760px) {
  .shell {
    width: min(calc(100% - 1.5rem), var(--content-width));
  }

  .site-header {
    padding-top: 0.68rem;
  }

  h1 {
    font-size: 2.15rem;
  }

  .introduction {
    margin: 0.42rem 0 0.58rem;
    font-size: 0.86rem;
    line-height: 1.4;
  }

  .jump-nav a {
    min-height: 44px;
    padding-block: 0.38rem;
  }

  .archive {
    padding-block: 0.62rem 2.45rem;
  }

  .archive-card {
    padding: 0.7rem;
    border-radius: 10px;
  }

  .player-shell {
    border-radius: 7px;
  }

  .card-heading h2 {
    font-size: clamp(1.42rem, 6vw, 1.78rem);
    line-height: 1.05;
  }

  .summary {
    font-size: 0.87rem;
    line-height: 1.5;
  }
}

@media (max-width: 420px) {
  h1 {
    font-size: 2.05rem;
  }
}
