:root {
  --paper: #fbfcf4;
  --white: #ffffff;
  --red: #ff0f00;
  --blue: #133996;
  --ink: #121212;
  --muted: #5a5a52;
  --max: 1280px;
  --bar-h: 3.5rem;
  --sans: "Helvetica Neue", Helvetica, "IBM Plex Sans", Arial, sans-serif;
  --cond: "Helvetica Neue Condensed", "HelveticaNeue-CondensedBold", "IBM Plex Sans Condensed", "Helvetica Neue", Helvetica, sans-serif;
  --serif: "Newsreader", "Times New Roman", Times, serif;
}

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

html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  background: var(--paper);
  color: var(--ink);
  font-family: var(--sans);
  font-size: 1.05rem;
  line-height: 1.45;
  font-weight: 400;
}

img {
  max-width: 100%;
  display: block;
}

button,
a,
input {
  font: inherit;
  color: inherit;
}

::selection {
  background: var(--red);
  color: var(--white);
}

.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  overflow: hidden;
  clip: rect(0 0 0 0);
}

.skip {
  position: absolute;
  left: 0.8rem;
  top: -3rem;
  background: var(--ink);
  color: var(--white);
  padding: 0.4rem 0.8rem;
  z-index: 30;
}

.skip:focus {
  top: 0.8rem;
}

.paper-noise {
  pointer-events: none;
  position: fixed;
  inset: 0;
  z-index: 20;
  opacity: 0.05;
  mix-blend-mode: multiply;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='140' height='140'%3E%3Cfilter id='n'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='.85' numOctaves='4' stitchTiles='stitch'/%3E%3C/filter%3E%3Crect width='140' height='140' filter='url(%23n)'/%3E%3C/svg%3E");
}

/* ——— Masthead (copertina) ——— */

/* ——— Splash: Copertina füllt den Screen, Balken unten bündig ——— */

.splash {
  display: flex;
  flex-direction: column;
  min-height: 100dvh;
}

@media (min-width: 901px) {
  .splash {
    height: 100dvh;
    min-height: 100dvh;
    overflow: hidden;
  }
}

.masthead {
  position: relative;
  overflow: hidden;
  flex: 1 1 auto;
  min-height: 0;
  display: flex;
  flex-direction: column;
  padding: 1.25rem 1.5rem 0.75rem;
}

.masthead-art {
  position: absolute;
  inset: 0;
  overflow: hidden;
  pointer-events: none;
}

.masthead-grid {
  position: absolute;
  width: 140%;
  height: 140%;
  left: -15%;
  top: -18%;
  transform: rotate(-16deg);
  background-image:
    linear-gradient(to right, rgba(18, 18, 18, 0.14) 2px, transparent 2px),
    linear-gradient(to bottom, rgba(18, 18, 18, 0.14) 2px, transparent 2px);
  background-size: 46px 46px;
  mask-image: radial-gradient(ellipse at 62% 48%, #000 18%, transparent 68%);
}

.circles {
  position: absolute;
  left: -2rem;
  bottom: -0.4rem;
  width: 220px;
  height: 180px;
}

.circles .c {
  position: absolute;
  width: 118px;
  height: 118px;
  border-radius: 50%;
  mix-blend-mode: multiply;
}

.c-red {
  background: var(--red);
  left: 0;
  bottom: 0;
}

.c-blue {
  background: var(--blue);
  left: 52px;
  bottom: 8px;
}

.c-top {
  left: 28px;
  bottom: 54px;
  opacity: 0.92;
}

.masthead-top {
  position: relative;
  z-index: 1;
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  gap: 1rem;
}

.issue {
  margin: 0;
  margin-left: auto;
  display: flex;
  align-items: center;
  justify-content: flex-end;
  gap: 0.55rem;
  font-weight: 500;
  letter-spacing: 0.16em;
  text-transform: uppercase;
  font-size: 0.72rem;
  color: var(--ink);
  text-align: right;
}

.cms-pen {
  flex: 0 0 auto;
  width: 0.95rem;
  height: 0.95rem;
  overflow: hidden;
  text-indent: 140%;
  white-space: nowrap;
  color: var(--ink);
  background: currentColor;
  -webkit-mask: url("../assets/pen.svg") center / contain no-repeat;
  mask: url("../assets/pen.svg") center / contain no-repeat;
}

.cms-pen:hover,
.cms-pen:focus-visible {
  color: var(--red);
}

.crest {
  width: 103px;
  height: auto;
}

.masthead-hero {
  position: relative;
  z-index: 1;
  flex: 1 1 auto;
  display: grid;
  grid-template-columns: minmax(0, 1.05fr) minmax(0, 0.95fr);
  gap: 1.25rem 1.5rem;
  align-items: start;
  overflow: visible;
  padding: 1.25rem 0 0;
  min-height: 0;
}

.wordmark {
  margin: 0.4rem 0 0 15px;
  padding-top: 0.5rem;
  position: relative;
  top: -40px;
  transform: rotate(-8deg);
  transform-origin: left 70%;
  font-family: var(--cond);
  font-weight: 700;
  line-height: 0.84;
  letter-spacing: -0.03em;
}

@media (min-width: 901px) {
  .wordmark {
    align-self: center;
    margin-top: 0;
    margin-bottom: 0;
    margin-left: 15px;
  }
}

.wordmark > span {
  display: block;
}

.w1 {
  font-size: calc(clamp(2.3rem, 6.6vw, 5.2rem) * 1.126);
}

.w2 {
  font-size: calc(clamp(1.35rem, 3.6vw, 2.6rem) * 1.126);
  margin-left: 0.12em;
}

.w-red {
  color: var(--red);
}

.w3 {
  font-size: calc(clamp(2.9rem, 8.4vw, 6.6rem) * 1.126);
  color: var(--blue);
}

.cover-cut {
  margin: 0 0.35rem 0 auto;
  justify-self: end;
  align-self: start;
  position: relative;
  top: -40px;
  width: min(100%, calc(32rem + 10px));
  transform: rotate(8deg);
  transform-origin: 70% 0;
  box-shadow: 12px 18px 0 var(--ink);
  border: 2px solid var(--ink);
  background: var(--white);
}

@media (min-width: 901px) {
  .cover-cut {
    /* Hochformat der Copertina; unten darf der Balken abschneiden */
    width: min(100%, calc(32rem + 10px), calc((100dvh - var(--bar-h) - 6.5rem) * 595 / 842 + 10px));
  }
}

.cover-cut img {
  width: 100%;
  height: auto;
  max-height: none;
  aspect-ratio: 595 / 842;
  object-fit: contain;
  object-position: top center;
  filter: contrast(1.05) saturate(1.08);
}

/* ——— Top bar ——— */

.site-bar {
  position: sticky;
  top: 0;
  z-index: 10;
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  gap: 0;
  align-items: stretch;
  flex: 0 0 auto;
  width: 100%;
  min-height: var(--bar-h);
  margin: 0;
  background: var(--paper);
  border-top: 2px solid var(--ink);
  border-bottom: 3px solid var(--ink);
}

.macro-nav {
  display: flex;
  justify-content: center;
  gap: 0;
  min-width: 0;
  overflow: hidden;
}

.macro-btn {
  flex: 1 1 0;
  min-width: 0;
  margin: 0;
  padding: 0.85rem 0.5rem;
  border: 0;
  border-right: 2px solid var(--ink);
  background: transparent;
  cursor: pointer;
  font-family: var(--cond);
  font-weight: 700;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  font-size: 0.95rem;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.macro-btn:last-child {
  border-right: 0;
}

.macro-btn.is-active {
  background: var(--ink);
  color: var(--white);
}

.macro-btn:focus-visible {
  outline: 3px solid var(--red);
  outline-offset: -3px;
}

.search {
  display: flex;
  align-items: stretch;
  width: 2.85rem;
  flex: 0 0 auto;
  border-left: 2px solid var(--ink);
  background: var(--paper);
  overflow: hidden;
  transition: width 0.22s ease;
}

.search:hover,
.search:focus-within,
.search.is-open {
  width: min(18rem, 48vw);
}

.search.is-shut,
.search.is-shut:hover,
.search.is-shut:focus-within {
  width: 2.85rem;
}

.search-close {
  display: flex;
  align-items: center;
  justify-content: center;
  align-self: stretch;
  flex: 0 0 0;
  width: 0;
  opacity: 0;
  overflow: hidden;
  margin: 0;
  padding: 0;
  border: 0;
  background: transparent;
  cursor: pointer;
  font-size: 1.35rem;
  line-height: 1;
  color: var(--ink);
  transition: opacity 0.18s ease, flex-basis 0.22s ease, width 0.22s ease;
}

.search:hover .search-close,
.search:focus-within .search-close,
.search.is-open .search-close {
  flex-basis: 2.1rem;
  width: 2.1rem;
  opacity: 1;
}

.search.is-shut .search-close,
.search.is-shut:hover .search-close,
.search.is-shut:focus-within .search-close {
  flex-basis: 0;
  width: 0;
  opacity: 0;
}

.search input {
  width: 0;
  min-width: 0;
  flex: 1;
  opacity: 0;
  border: 0;
  background: transparent;
  padding: 0;
  font-size: 0.95rem;
}

.search:hover input,
.search:focus-within input,
.search.is-open input {
  opacity: 1;
  padding: 0.55rem 0.35rem 0.55rem 0;
}

.search.is-shut input,
.search.is-shut:hover input,
.search.is-shut:focus-within input {
  opacity: 0;
  padding: 0;
}

.search input:focus {
  outline: none;
}

.search-icon {
  display: flex;
  align-items: center;
  justify-content: center;
  flex: 0 0 2.85rem;
  width: 2.85rem;
  cursor: pointer;
  color: var(--ink);
}

.search-icon svg {
  width: 1.15rem;
  height: 1.15rem;
}

mark.find-hit {
  background: rgba(255, 15, 0, 0.22);
  color: inherit;
  padding: 0 0.08em;
  box-shadow: 0 0 0 0.12em rgba(255, 15, 0, 0.12);
  scroll-margin-top: calc(var(--bar-h) + 0.85rem);
}

mark.find-hit.is-current {
  background: rgba(255, 15, 0, 0.4);
}

/* ——— Views ——— */

main {
  max-width: var(--max);
  margin: 0 auto;
  padding: 1.75rem 1.25rem 1.15rem;
  scroll-margin-top: var(--bar-h);
  min-height: calc(100dvh - var(--bar-h));
}

.view > :last-child {
  margin-bottom: 0;
}

.view[hidden] {
  display: none;
}

.kicker,
.folio .kicker {
  font-family: var(--cond);
  font-size: 0.75rem;
  font-weight: 700;
  letter-spacing: 0.16em;
  text-transform: uppercase;
  color: var(--red);
  margin: 0 0 0.35rem;
}

.folio h2,
.archive-head h3 {
  font-family: var(--cond);
  font-weight: 700;
  font-size: clamp(2.2rem, 5vw, 3.6rem);
  letter-spacing: 0.02em;
  text-transform: uppercase;
  margin: 0 0 0.4rem;
  line-height: 0.95;
}

.folio h2 {
  margin-bottom: calc(0.4rem + 15px);
}

.archive-head {
  padding-bottom: 10px;
}

.lead,
.folio .lead {
  margin: 0;
  max-width: 38rem;
  color: var(--muted);
}

.subnav {
  display: inline-flex;
  flex-wrap: wrap;
  width: max-content;
  max-width: 100%;
  gap: 0;
  margin: 0 0 1.75rem;
  border: 2px solid var(--ink);
}

.subnav a {
  text-decoration: none;
  padding: 0.65rem 2.45rem;
  font-family: var(--cond);
  font-weight: 700;
  font-size: 0.78rem;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  border-right: 2px solid var(--ink);
  white-space: nowrap;
}

.subnav a:last-child {
  border-right: 0;
}

.subnav a.is-current,
.subnav a:hover {
  background: var(--blue);
  color: var(--white);
}

/* ——— Liga banners ——— */

.liga {
  display: flex;
  flex-direction: column;
  margin-bottom: 2.5rem;
}

.liga-banners {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 0;
  border: 2px solid var(--ink);
  margin-bottom: 0.85rem;
  order: 1;
}

.liga-card {
  margin: 0;
  padding: 1rem 0.9rem 1.1rem;
  border: 0;
  border-right: 2px solid var(--ink);
  background: var(--white);
  text-align: left;
  cursor: pointer;
}

.liga-card:last-child {
  border-right: 0;
}

.liga-card.is-on {
  background: var(--red);
  color: var(--white);
}

.liga-card.is-on .kicker,
.liga-card.is-on p {
  color: var(--white);
}

.liga-card h3 {
  font-family: var(--cond);
  font-size: 1.15rem;
  text-transform: uppercase;
  letter-spacing: 0.04em;
  margin: 0.2rem 0 0.35rem;
}

.liga-card p {
  margin: 0;
  font-size: 0.88rem;
  color: var(--muted);
}

.widget-note {
  order: 3;
  margin: 0.7rem 0 0;
  font-size: 0.92rem;
}

.widget-note a {
  font-weight: 700;
  color: var(--blue);
}

.widget-frame {
  order: 2;
  position: relative;
  border: 2px solid var(--ink);
  background: var(--white);
  min-height: var(--widget-min-h, 1000px);
}

.widget-frame iframe {
  display: block;
  width: 100%;
  min-height: 1000px;
  height: 1000px;
  border: 0;
  background: var(--white);
}

.widget-frame iframe[data-liga-id="next"] {
  min-height: 1600px;
  height: 1600px;
}

.widget-frame iframe[data-liga-id="last"] {
  min-height: 900px;
  height: 900px;
}

.widget-frame iframe[data-liga-id="table"] {
  min-height: 1100px;
  height: 1100px;
}

.widget-frame:has(iframe[data-liga-id="next"]:not([hidden])) {
  min-height: 1600px;
}

.widget-frame:has(iframe[data-liga-id="last"]:not([hidden])) {
  min-height: 900px;
}

.widget-frame:has(iframe[data-liga-id="table"]:not([hidden])) {
  min-height: 1100px;
}

.widget-frame iframe[hidden] {
  display: none;
}

/* ——— Quad 1+3 ——— */

.quad {
  margin-bottom: 2.75rem;
}

.quad-head {
  display: flex;
  justify-content: space-between;
  align-items: baseline;
  border-bottom: 3px solid var(--ink);
  margin-bottom: 1rem;
}

.quad-head h2 {
  font-family: var(--cond);
  text-transform: uppercase;
  letter-spacing: 0.08em;
  font-size: 1.5rem;
  margin: 0 0 0.4rem;
}

.quad-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  column-gap: 0;
  row-gap: 1.25rem;
}

.quad-lead,
.quad-item {
  display: block;
  text-decoration: none;
  color: inherit;
}

.quad-lead {
  grid-column: 1 / -1;
  cursor: pointer;
  padding-bottom: 0.35rem;
}

.quad-lead h3 {
  font-family: var(--cond);
  font-size: clamp(2rem, 4.5vw, 3.2rem);
  text-transform: uppercase;
  letter-spacing: 0.02em;
  line-height: 0.95;
  margin: 0 0 0.55rem;
}

.quad-lead .dek {
  font-family: var(--serif);
  font-size: 1.25rem;
  line-height: 1.4;
  max-width: 46rem;
  margin: 0 0 0.5rem;
}

.quad-item {
  cursor: pointer;
  padding: 0.2rem 1.25rem;
}

.quad-item + .quad-item {
  border-left: 1px solid color-mix(in srgb, var(--ink) 55%, transparent);
}

.quad-item:nth-child(2) {
  padding-left: 0;
}

.quad-item:last-child {
  padding-right: 0;
}

.quad-item h3 {
  font-family: var(--cond);
  font-size: 1.2rem;
  text-transform: uppercase;
  letter-spacing: 0.03em;
  line-height: 1.1;
  margin: 0.2rem 0 0.4rem;
}

.quad-item p {
  margin: 0;
  color: var(--muted);
  font-size: 0.95rem;
}

p.meta {
  margin: 0;
  font-family: var(--sans);
  font-size: 0.72rem;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  color: var(--muted);
  font-weight: 500;
}

.meta-cat {
  color: var(--red);
}

.meta-date {
  color: var(--muted);
}

.quad-lead:hover h3,
.quad-item:hover h3,
.search-hit:hover h3 {
  color: var(--red);
}

/* ——— Storia / chi / search ——— */

.archive-block {
  margin-bottom: 2.5rem;
}

.chi {
  max-width: 42rem;
}

.chi h2 {
  font-family: var(--cond);
  text-transform: uppercase;
  font-size: clamp(2.2rem, 5vw, 3.6rem);
  margin: 0 0 0.8rem;
}

.chi p {
  font-family: var(--serif);
  font-size: 1.2rem;
  line-height: 1.5;
}

.search-list article {
  padding: 1rem 0;
  border-bottom: 1px solid var(--ink);
  cursor: pointer;
}

.search-list h3 {
  font-family: var(--cond);
  text-transform: uppercase;
  margin: 0.2rem 0;
}

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

/* ——— Carousel / video ——— */

.carousel {
  position: relative;
  border: 2px solid var(--ink);
  background: var(--white);
  overflow: hidden;
}

.carousel-track {
  display: flex;
  overflow-x: auto;
  scroll-snap-type: x mandatory;
  scrollbar-width: none;
}

.carousel-track::-webkit-scrollbar {
  display: none;
}

.slide {
  min-width: 100%;
  scroll-snap-align: start;
}

.slide img {
  width: 100%;
  height: 480px;
  object-fit: cover;
}

.slide-caption {
  padding: 0.8rem 1rem;
  border-top: 2px solid var(--ink);
  background: var(--paper);
}

.poster {
  min-height: 420px;
  display: grid;
  place-items: center;
  text-align: center;
  padding: 2rem 1rem;
  background:
    linear-gradient(to right, rgba(19, 57, 150, 0.12) 2px, transparent 2px),
    linear-gradient(to bottom, rgba(19, 57, 150, 0.12) 2px, transparent 2px),
    var(--paper);
  background-size: 40px 40px;
}

.poster h3 {
  font-family: var(--cond);
  text-transform: uppercase;
  font-size: clamp(1.8rem, 4vw, 2.8rem);
  margin: 0.4rem 0;
}

.poster .score {
  font-family: var(--cond);
  font-size: clamp(3rem, 8vw, 5rem);
  color: var(--red);
  line-height: 0.85;
}

.carousel-btn {
  position: absolute;
  top: 38%;
  width: 2.3rem;
  height: 2.3rem;
  border: 2px solid var(--ink);
  background: var(--white);
  cursor: pointer;
  font-size: 1.5rem;
  z-index: 2;
}

.carousel-btn.prev {
  left: 0.55rem;
}

.carousel-btn.next {
  right: 0.55rem;
}

.carousel-dots {
  display: flex;
  justify-content: center;
  gap: 0.4rem;
  padding: 0.65rem;
  border-top: 1px solid var(--ink);
}

.carousel-dots button {
  width: 0.65rem;
  height: 0.65rem;
  padding: 0;
  border: 2px solid var(--ink);
  background: transparent;
  border-radius: 50%;
  cursor: pointer;
}

.carousel-dots button.is-on {
  background: var(--red);
  border-color: var(--red);
}

.hl-carousel {
  margin-bottom: 0.5rem;
  border: 0;
  background: transparent;
  overflow: visible;
}

.hl-carousel .carousel-dots {
  border-top: 0;
  padding-top: 0.35rem;
}

.hl-track {
  min-height: 12rem;
  overflow-x: auto;
}

.hl-page {
  min-width: 100%;
  scroll-snap-align: start;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 0.85rem;
  padding: 0.85rem 3.2rem 0.65rem;
  box-sizing: border-box;
}

.hl-card {
  min-width: 0;
}

.hl-card iframe,
.hl-thumb {
  width: 100%;
  aspect-ratio: 16 / 9;
  border: 0;
  display: block;
  background: var(--ink);
  padding: 0;
}

.hl-thumb {
  position: relative;
  cursor: pointer;
  overflow: hidden;
}

.hl-thumb img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.hl-play {
  position: absolute;
  inset: 0;
  margin: auto;
  width: 3.1rem;
  height: 3.1rem;
  border-radius: 50%;
  background: var(--red);
  pointer-events: none;
}

.hl-play::after {
  content: "";
  position: absolute;
  left: 1.2rem;
  top: 0.95rem;
  border-style: solid;
  border-width: 0.6rem 0 0.6rem 0.95rem;
  border-color: transparent transparent transparent var(--white);
}

.hl-card h3 {
  font-family: var(--cond);
  font-size: 0.78rem;
  font-weight: 700;
  letter-spacing: 0.04em;
  text-transform: uppercase;
  line-height: 1.2;
  margin: 0.45rem 0 0;
}

.hl-status {
  margin: 1.25rem 3.2rem;
  color: var(--muted);
}

.hl-status a {
  color: var(--blue);
}

.video-grid {
  display: grid;
  grid-template-columns: 1.25fr 1fr;
  gap: 1rem;
}

.video-card {
  border: 2px solid var(--ink);
  background: var(--ink);
  color: var(--white);
}

.video-card iframe,
.video-ph {
  width: 100%;
  aspect-ratio: 16 / 9;
  border: 0;
  display: block;
}

.video-ph {
  display: grid;
  place-items: center;
  font-family: var(--cond);
  font-size: 1.8rem;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  color: var(--red);
  background: #1a1a1a;
}

.video-card .vmeta {
  padding: 0.85rem 1rem;
  background: var(--paper);
  color: var(--ink);
  border-top: 2px solid var(--ink);
}

.video-card .vmeta strong {
  display: block;
  font-family: var(--cond);
  text-transform: uppercase;
}

#articolo {
  scroll-margin-top: var(--bar-h);
  /* Kurze Stücke: Luft unten, damit der Balken oben bündig sitzen kann. */
  min-height: calc(100dvh - var(--bar-h));
}

.article-page {
  max-width: 62rem;
  margin-inline: auto;
}

.article-page .folio,
.article-page .article-meta,
.article-page .dek {
  text-align: center;
}

.article-date {
  color: var(--muted);
}

.article-cat {
  color: var(--red);
}

.article-back {
  margin: 0 0 1rem -80px;
}

@media (max-width: 900px) {
  .article-back {
    margin-left: 0;
  }
}

.article-back a {
  text-decoration: none;
  font-size: 0.78rem;
  font-weight: 600;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  color: var(--ink);
}

.article-back a:hover,
.article-back a:focus-visible {
  color: var(--red);
}

.article-meta {
  margin: -0.6rem 0 1rem;
  font-size: 0.75rem;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  color: var(--muted);
}

.article-page .dek {
  font-family: var(--serif);
  font-size: 1.25rem;
  line-height: 1.4;
  max-width: 44rem;
  margin: 0 auto calc(1.4rem + 10px);
}

.article-photo {
  margin: 0 0 1.4rem;
}

/* Riquadro: max la larghezza della colonna e 28rem di altezza. La foto
   ci sta intera, anche in verticale, senza uscire e senza essere ritagliata. */
.article-shot {
  position: relative;
  display: flex;
  justify-content: center;
  width: fit-content;
  max-width: 100%;
  margin-inline: auto;
  border: 2px solid var(--ink);
  background: var(--white);
}

.article-photo img {
  display: block;
  width: auto;
  height: auto;
  max-width: 100%;
  max-height: 28rem;
  object-fit: contain;
}

.article-credit {
  position: absolute;
  right: 0.55rem;
  bottom: 0.4rem;
  /* Senza barra: l'ombra tiene la scritta leggibile su foto chiare e scure. */
  color: rgba(255, 255, 255, 0.82);
  text-shadow: 0 1px 3px rgba(18, 18, 18, 0.75);
  font-family: var(--sans);
  font-size: 0.62rem;
  letter-spacing: 0.05em;
  line-height: 1.3;
}

.article-photo figcaption {
  padding: 0.45rem 0 0;
  font-family: var(--serif);
  font-style: italic;
  font-size: 0.85rem;
  line-height: 1.4;
  text-align: center;
  color: var(--muted);
}

.article-body {
  column-count: 3;
  column-gap: 2rem;
  column-rule: 1px solid rgba(18, 18, 18, 0.22);
}

.article-photo {
  break-inside: avoid;
  column-span: all;
}

.article-body p {
  font-family: var(--serif);
  font-size: 1rem;
  line-height: 1.5;
  margin: 0 0 0.9rem;
  text-align: justify;
  text-wrap: pretty;
  hyphens: auto;
  -webkit-hyphens: auto;
  orphans: 2;
  widows: 2;
}

@media (max-width: 900px) {
  .article-body {
    column-count: 1;
    column-gap: 0;
    column-rule: 0;
  }

  .article-body p {
    font-size: 1.1rem;
    text-align: left;
  }
}

/* ——— Footer ——— */

.colophon {
  border-top: 3px solid var(--ink);
  max-width: var(--max);
  margin: 0 auto;
  padding: 0.4rem 1.25rem 0.45rem;
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto minmax(0, 1fr);
  align-items: center;
  column-gap: 1rem;
}

.colophon-note {
  grid-column: 1;
  justify-self: start;
  margin: 0;
  font-size: 0.68rem;
  line-height: 1.3;
  color: var(--muted);
}

.colophon-credit {
  grid-column: 3;
  justify-self: end;
  margin: 0;
  display: inline-flex;
  align-items: center;
  gap: 0.32rem;
  font-size: 0.62rem;
  letter-spacing: 0.04em;
  color: var(--muted);
  white-space: nowrap;
}

.colophon-credit a {
  display: inline-flex;
  align-items: center;
  color: inherit;
  text-decoration: none;
}

.colophon-credit img {
  display: block;
  width: auto;
  height: 42px;
}

.colophon-nav {
  grid-column: 2;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 0;
  margin: 0;
  font-size: 1.25rem;
}

.colophon-nav a + a {
  margin-left: 1.1rem;
  padding-left: 1.1rem;
  border-left: 1px solid var(--ink);
}

.colophon a {
  color: var(--ink);
  text-decoration: none;
}

.colophon a:hover,
.colophon a:focus-visible {
  color: var(--ink);
  text-decoration: underline;
}

.colophon-credit a:hover,
.colophon-credit a:focus-visible {
  text-decoration: none;
  opacity: 0.72;
}

/* ——— Responsive ——— */

@media (max-width: 900px) {
  .site-bar {
    grid-template-columns: 1fr;
    justify-items: stretch;
  }

  .search {
    width: 2.85rem;
    margin-left: auto;
    padding: 0;
    border-top: 2px solid var(--ink);
    border-left: 0;
  }

  .search:hover,
  .search:focus-within,
  .search.is-open {
    width: 100%;
    margin-left: 0;
  }

  .search.is-shut,
  .search.is-shut:hover,
  .search.is-shut:focus-within {
    width: 2.85rem;
    margin-left: auto;
  }

  .search input {
    width: 0;
    border-left: 0;
  }

  .masthead-hero {
    grid-template-columns: 1fr;
  }

  .wordmark {
    transform: rotate(-6deg);
  }

  .cover-cut {
    justify-self: center;
    width: min(280px, 100%);
    transform: rotate(5deg);
  }

  .liga-banners,
  .quad-grid,
  .video-grid,
  .hl-page {
    grid-template-columns: 1fr;
  }

  .quad-item,
  .quad-item + .quad-item,
  .quad-item:nth-child(2),
  .quad-item:last-child {
    border-left: 0;
    padding-left: 0;
    padding-right: 0;
  }

  .liga-card {
    border-right: 0;
    border-bottom: 2px solid var(--ink);
  }

  .slide img,
  .poster {
    height: 320px;
    min-height: 320px;
  }
}

@media (prefers-reduced-motion: reduce) {
  html {
    scroll-behavior: auto;
  }

  .wordmark,
  .cover-cut {
    transform: none;
  }

  .search {
    transition: none;
  }
}
