: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 ——— */

/* Unter dem Balken: kurze Seiten füllen den Rest, Footer unten bündig. */
.sheet {
  display: flex;
  flex-direction: column;
  min-height: calc(100dvh - var(--bar-h));
}

main {
  flex: 1 1 auto;
  max-width: var(--max);
  width: 100%;
  margin: 0 auto;
  padding: 1.75rem 1.25rem 1.15rem;
  scroll-margin-top: 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[hidden] {
  display: none;
}

.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: 1900px;
  height: 1900px;
}

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

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

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

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

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

.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-leads {
  display: grid;
  grid-template-columns: 1fr;
  gap: 1.25rem;
  margin: 0 0 1.35rem;
}

.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 {
  min-width: 0;
  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.98;
  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(3n + 1) {
  padding-left: 0;
  border-left: 0;
}

.quad-item:nth-child(3n) {
  padding-right: 0;
}

.quad-lead-shot,
.quad-item-shot {
  position: relative;
  display: block;
  width: 100%;
  margin: 0.7rem 0 0;
  overflow: hidden;
  aspect-ratio: 3 / 2;
  background: transparent;
}

.quad-item-shot {
  margin: 0.55rem 0 0;
}

.quad-item .dek {
  margin: 0;
}

.quad-lead-shot img,
.quad-item-shot img {
  position: absolute;
  inset: 0;
  display: block;
  width: 100%;
  height: 100%;
  max-width: none;
  max-height: none;
  object-fit: cover;
  object-position: center;
  background: transparent;
}

.quad-lead-shot img.has-crop,
.quad-item-shot img.has-crop,
.article-shot img.has-crop,
.article-photo img.has-crop {
  top: calc(var(--cy) / var(--ch) * -100%);
  left: calc(var(--cx) / var(--cw) * -100%);
  right: auto;
  bottom: auto;
  width: calc(100% / var(--cw));
  height: calc(100% / var(--ch));
  object-fit: fill;
}

@media (min-width: 901px) {
  .quad-leads {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    column-gap: 0;
    align-items: start;
  }

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

  .quad-lead:first-child {
    padding-right: 1.35rem;
  }

  .quad-lead h3 {
    font-size: clamp(1.35rem, 2vw, 1.85rem);
    line-height: 1.05;
    margin: 0 0 0.4rem;
  }

  .quad-lead .dek {
    font-size: 1.05rem;
    max-width: none;
    margin: 0 0 0.45rem;
  }

  .quad-lead-shot {
    width: 100%;
  }
}

.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;
  line-height: 1.4;
}

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-siamo .folio {
  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;
}

.chi p.chi-sigla {
  text-align: right;
}

.chi .dek {
  font-size: 1.35rem;
  line-height: 1.4;
  margin: 0 0 1.15rem;
}

.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;
}

.era-carousel {
  border: 0;
  background: transparent;
  overflow: hidden;
  scroll-margin-top: calc(var(--bar-h) + 0.65rem);
}

.era-carousel.is-empty {
  min-height: 0;
}

.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;
}

.era-carousel .slide {
  display: flex;
  flex-direction: column;
  align-items: center;
}

.era-pic {
  position: relative;
  width: fit-content;
  max-width: 100%;
  margin: 0 auto;
}

.era-carousel .slide img {
  display: block;
  width: auto;
  max-width: 100%;
  height: auto;
  max-height: min(70vh, 42rem);
  object-fit: contain;
}

.era-carousel[data-carousel] .era-pic {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: min(70vh, 42rem);
}

.era-carousel[data-carousel] .slide img {
  position: static;
  width: auto;
  height: 100%;
  max-width: 100%;
  max-height: 100%;
  object-fit: contain;
}

.slide-caption,
.era-carousel .slide-caption,
.era-tile .slide-caption,
.article-photo figcaption {
  padding: 0.45rem 0 0;
  margin: 0 auto;
  max-width: 42rem;
  border: 0;
  background: transparent;
  font-family: var(--serif);
  font-style: italic;
  font-size: 0.85rem;
  line-height: 1.4;
  text-align: center;
  color: var(--muted);
}

.era-empty {
  margin: 0;
  padding: 0.4rem 0 1rem;
  color: var(--muted);
}

.era-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 1.4rem 1.1rem;
  margin-top: 1.6rem;
}

.era-grid[hidden] {
  display: none;
}

.era-tile {
  display: flex;
  flex-direction: column;
  align-items: center;
  width: 100%;
  margin: 0;
  padding: 0;
  border: 0;
  background: transparent;
  color: inherit;
  cursor: pointer;
  text-align: center;
  font: inherit;
}

.era-tile .era-pic,
.era-tile .era-vid {
  width: 100%;
  max-width: 100%;
}

.era-tile .era-pic img {
  position: static;
  width: auto;
  max-width: 100%;
  height: auto;
  max-height: min(28vh, 16rem);
  margin-inline: auto;
  object-fit: contain;
}

.era-vid img,
.era-vid video {
  width: 100%;
  height: auto;
  aspect-ratio: 16 / 9;
  object-fit: cover;
  max-height: none;
}

.era-vid {
  position: relative;
  width: 100%;
  max-width: 56rem;
  margin: 0 auto;
  background: transparent;
}

.era-tile .era-vid {
  overflow: hidden;
}

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

.era-play {
  width: 2.6rem;
  height: 2.6rem;
}

.hl-play::after,
.era-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);
}

.era-play::after {
  left: 1rem;
  top: 0.78rem;
  border-width: 0.52rem 0 0.52rem 0.82rem;
}

.era-video-slide iframe,
.era-video-slide video,
.era-vid iframe,
.era-vid video,
.era-vid .video-ph {
  display: block;
  width: 100%;
  aspect-ratio: 16 / 9;
  height: auto;
  border: 0;
  background: transparent;
}

.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%;
  display: grid;
  place-items: center;
  width: 2.55rem;
  height: 2.55rem;
  padding: 0;
  border: 2px solid var(--ink);
  border-radius: 50%;
  background: color-mix(in srgb, var(--paper) 88%, transparent);
  color: var(--ink);
  cursor: pointer;
  z-index: 2;
}

.carousel-btn svg {
  display: block;
  width: 0.95rem;
  height: 0.95rem;
}

.carousel-btn:hover,
.carousel-btn:focus-visible {
  background: var(--ink);
  color: var(--white);
  outline: none;
}

.carousel-btn[hidden] {
  display: none;
}

.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);
}

.era-carousel .carousel-dots {
  border-top: 0;
  padding: 0.85rem 0 0;
}

.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;
}

@media (min-width: 901px) {
  #attualita:has(.subnav a[href="#attualita/highlights"].is-current) .subnav {
    margin-bottom: 0.65rem;
  }

  .quad[data-category="highlights"].is-solo .quad-head {
    margin-bottom: 0.2rem;
  }

  .quad[data-category="highlights"].is-solo .quad-head h2 {
    margin-bottom: 0.15rem;
  }

  .quad[data-category="highlights"].is-solo .hl-list {
    grid-template-columns: repeat(3, 1fr);
    gap: 1.4rem 1.1rem;
    margin-top: 0.35rem;
  }
}

.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-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-list {
  display: grid;
  gap: 1.15rem;
}

.hl-list[hidden],
.hl-carousel[hidden] {
  display: none;
}

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

.hl-list .hl-status {
  margin: 0.35rem 0 0;
}

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

.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: transparent;
}

#articolo {
  scroll-margin-top: var(--bar-h);
}

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

.liga[data-campionato-panel] .kicker {
  margin: 0 0 0.85rem;
}

.article-page {
  max-width: none;
  margin-inline: 0;
}

.article-page .folio h2 {
  margin-bottom: 0.45rem;
}

.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 0 0.85rem;
  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 0 calc(1.15rem + 8px);
}

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

.article-shot {
  position: relative;
  display: block;
  width: 100%;
  max-width: 100%;
  margin-inline: auto;
  overflow: hidden;
  aspect-ratio: 3 / 2;
  background: transparent;
}

@media (min-width: 700px) {
  .article-shot {
    width: min(32rem, 48%);
    margin-inline: 0;
  }

  .article-photo figcaption {
    margin-inline: 0;
    max-width: 32rem;
  }
}

@media (min-width: 901px) {
  .article-shot {
    width: min(48.576rem, 72.864%);
  }

  .article-photo figcaption {
    max-width: 48.576rem;
  }
}

.article-photo img {
  position: absolute;
  inset: 0;
  display: block;
  width: 100%;
  height: 100%;
  max-width: none;
  max-height: none;
  object-fit: cover;
  object-position: center;
}

.article-photo img.has-crop {
  top: calc(var(--cy) / var(--ch) * -100%);
  left: calc(var(--cx) / var(--cw) * -100%);
  right: auto;
  bottom: auto;
  width: calc(100% / var(--cw));
  height: calc(100% / var(--ch));
  object-fit: fill;
}

.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-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.article-sigla {
  column-span: all;
  margin: 0.15rem 0 0;
  padding-top: 0.35rem;
  text-align: right;
  text-align-last: right;
  font-style: italic;
  letter-spacing: 0.14em;
  hyphens: none;
}

.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;
  }
}

/* ——— Footer ——— */

.colophon {
  flex: 0 0 auto;
  width: 100%;
  border-top: 3px solid var(--ink);
  max-width: var(--max);
  margin: 0 auto;
  padding: 0.55rem 1.25rem max(0.7rem, env(safe-area-inset-bottom, 0px));
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto minmax(0, 1fr);
  align-items: center;
  column-gap: 1rem;
  overflow: visible;
}

.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;
  overflow: visible;
  line-height: 1;
}

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

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

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

.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) {
  .splash {
    min-height: 100svh;
    padding-bottom: calc(1.625rem + env(safe-area-inset-bottom, 0px));
  }

  .site-bar {
    --bar-h: 2.75rem;
    grid-template-columns: 1fr;
    position: sticky;
    padding-right: 2.5rem;
  }

  main {
    padding-top: 0.875rem;
  }

  .macro-btn {
    padding: 0.28rem 0.08rem;
    font-size: calc(0.7rem + 3pt);
    letter-spacing: 0.04em;
  }

  .subnav {
    display: flex;
    flex-wrap: nowrap;
    width: auto;
    max-width: 100%;
    overflow-x: auto;
    overflow-y: hidden;
    -webkit-overflow-scrolling: touch;
    scrollbar-width: none;
    scroll-snap-type: x proximity;
    overscroll-behavior-x: contain;
  }

  .subnav.is-scrollable:not(.is-at-end) {
    border-right: 0;
  }

  .subnav.is-scrollable:not(.is-at-start) {
    border-left: 0;
  }

  .subnav::-webkit-scrollbar {
    display: none;
  }

  .subnav a {
    flex: 0 0 auto;
    padding: 0.55rem 1.15rem;
    scroll-snap-align: start;
  }

  .subnav a:last-child {
    border-right: 2px solid var(--ink);
    padding-right: 1.35rem;
  }

  .subnav.is-scrollable::after {
    content: "";
    position: sticky;
    right: 0;
    flex: 0 0 2.1rem;
    width: 2.1rem;
    margin-left: -2.1rem;
    align-self: stretch;
    pointer-events: none;
    z-index: 1;
    background: linear-gradient(90deg, transparent, var(--paper) 72%);
    opacity: 1;
    transition: opacity 0.2s ease;
  }

  .subnav.is-at-end::after {
    opacity: 0;
  }

  .subnav.is-scrollable:not(.is-at-start)::before {
    content: "";
    position: sticky;
    left: 0;
    flex: 0 0 1.6rem;
    width: 1.6rem;
    margin-right: -1.6rem;
    align-self: stretch;
    pointer-events: none;
    z-index: 1;
    background: linear-gradient(270deg, transparent, var(--paper) 72%);
  }

  .site-bar .search,
  .site-bar .search:hover,
  .site-bar .search.is-shut,
  .site-bar .search.is-shut:hover,
  .site-bar .search.is-shut:focus-within {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: auto;
    z-index: 2;
    width: 2.5rem;
    margin-left: 0;
    padding: 0;
    border-top: 0;
    border-left: 2px solid var(--ink);
    transition: width 0.38s cubic-bezier(0.22, 1, 0.36, 1);
  }

  .search-icon {
    flex-basis: 2.5rem;
    width: 2.5rem;
  }

  .site-bar .search.is-open {
    width: 100%;
    border-left: 0;
    background: var(--paper);
  }

  .site-bar .search.is-open .search-close {
    flex-basis: 2.1rem;
    width: 2.1rem;
    opacity: 1;
  }

  .site-bar .search.is-open input {
    opacity: 1;
    padding: 0.4rem 0.35rem 0.4rem 0.55rem;
  }

  .site-bar .search:not(.is-open) .search-close,
  .site-bar .search:not(.is-open):hover .search-close,
  .site-bar .search:not(.is-open):focus-within .search-close {
    flex-basis: 0;
    width: 0;
    opacity: 0;
    pointer-events: none;
  }

  .site-bar .search:not(.is-open) input,
  .site-bar .search:not(.is-open):hover input,
  .site-bar .search:not(.is-open):focus-within input {
    opacity: 0;
    padding: 0;
  }

  .site-bar .search input {
    width: 0;
    border-left: 0;
    transition: opacity 0.22s ease 0.08s;
  }

  .site-bar .search-close {
    transition: opacity 0.22s ease, flex-basis 0.32s ease, width 0.32s ease;
  }

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

  .masthead-top {
    min-height: 83px;
  }

  .crest {
    width: 53px;
  }

  .issue {
    flex-shrink: 0;
    white-space: nowrap;
    font-weight: 400;
    font-size: calc(0.55rem + 1.5pt);
    letter-spacing: 0.08em;
    gap: 0.35rem;
  }

  .issue .cms-pen {
    width: calc(0.95rem - 3px);
    height: calc(0.95rem - 3px);
  }

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

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

  .w2 {
    font-size: calc(clamp(1.35rem, 3.6vw, 2.6rem) * 1.126 + 10px);
  }

  .w3 {
    font-size: calc(clamp(2.9rem, 8.4vw, 6.6rem) * 1.126 + 10px);
  }

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

  .quad-lead:nth-child(n + 2) {
    display: none;
  }

  .quad-grid,
  .era-grid {
    grid-template-columns: 1fr;
  }

  .carousel-btn {
    top: 36%;
    width: 1.7rem;
    height: 1.7rem;
  }

  .carousel-btn svg {
    width: 0.7rem;
    height: 0.7rem;
  }

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

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

  .hl-page {
    grid-template-columns: 1fr;
    padding: 0.35rem 1.55rem 0.85rem;
    gap: 0;
  }

  .quad[data-category="highlights"].is-solo .hl-list {
    gap: 1.25rem;
  }

  .hl-card h3 {
    font-size: 0.82rem;
  }

  .hl-track,
  .era-carousel .carousel-track {
    touch-action: pan-x;
  }

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

  .liga-card {
    padding: 0.7rem 0.4rem;
    text-align: center;
  }

  .liga-card .kicker,
  .liga-card p {
    display: none;
  }

  .liga-card h3 {
    font-size: 0.92rem;
    letter-spacing: 0.02em;
    margin: 0;
    line-height: 1.15;
  }

  .poster {
    min-height: 320px;
    height: auto;
  }

  .era-carousel .slide img {
    height: auto;
    min-height: 0;
    max-height: min(72vh, 32rem);
  }

  .era-carousel[data-carousel] .era-pic {
    height: auto;
    min-height: 0;
    align-items: flex-end;
  }

  .era-carousel[data-carousel] .slide img {
    width: auto;
    max-width: 100%;
    height: auto;
    max-height: min(72vh, 32rem);
  }

  .era-carousel[data-carousel] .slide-caption,
  .era-carousel[data-video-carousel] .slide-caption {
    padding: 0.2rem 0 0;
  }

  .era-carousel .carousel-dots {
    padding: 0.2rem 0 0;
  }

  .colophon {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 0.5rem;
    padding: 0.75rem 1rem calc(0.45rem + env(safe-area-inset-bottom, 0px));
    text-align: center;
    overflow: visible;
  }

  .colophon-nav {
    order: 1;
    grid-column: auto;
    width: 100%;
    justify-content: center;
    flex-wrap: nowrap;
    font-size: 0.82rem;
  }

  .colophon-nav a + a {
    margin-left: 0.7rem;
    padding-left: 0.7rem;
  }

  .colophon-note {
    order: 2;
    grid-column: auto;
    justify-self: stretch;
    max-width: 28rem;
  }

  .colophon-credit {
    order: 3;
    grid-column: auto;
    justify-self: center;
    padding-bottom: 0;
  }

  .colophon-credit img {
    height: 42px;
  }
}

/* iPad Hochformat / Mini: Phone-Basis, Zeitungsspalten. Handy (<700) unverändert. */
@media (min-width: 700px) and (max-width: 900px) {
  .site-bar {
    grid-template-columns: minmax(0, 1fr) auto;
    padding-right: 0;
  }

  .site-bar .search,
  .site-bar .search:hover,
  .site-bar .search.is-shut,
  .site-bar .search.is-shut:hover,
  .site-bar .search.is-shut:focus-within {
    position: relative;
    top: auto;
    right: auto;
    bottom: auto;
    left: auto;
    z-index: auto;
    width: 2.85rem;
    margin-left: 0;
    padding: 0;
    border-top: 0;
    border-left: 2px solid var(--ink);
    transition: width 0.22s ease;
  }

  .site-bar .search:hover,
  .site-bar .search:focus-within,
  .site-bar .search.is-open {
    width: min(18rem, 42vw);
    border-left: 2px solid var(--ink);
    background: var(--paper);
  }

  .search-icon {
    flex-basis: 2.85rem;
    width: 2.85rem;
  }

  .site-bar .search.is-open .search-close,
  .site-bar .search:hover .search-close,
  .site-bar .search:focus-within .search-close,
  .site-bar .search:not(.is-open):hover .search-close,
  .site-bar .search:not(.is-open):focus-within .search-close {
    flex-basis: 2.1rem;
    width: 2.1rem;
    opacity: 1;
    pointer-events: auto;
  }

  .site-bar .search.is-shut .search-close,
  .site-bar .search.is-shut:hover .search-close,
  .site-bar .search.is-shut:focus-within .search-close {
    flex-basis: 0;
    width: 0;
    opacity: 0;
    pointer-events: none;
  }

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

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

  .masthead-top {
    min-height: 0;
  }

  .masthead-hero {
    grid-template-columns: minmax(0, 1.1fr) minmax(0, 0.9fr);
    align-items: start;
  }

  .crest {
    width: 78px;
  }

  .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);
  }

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

  .cover-cut {
    justify-self: end;
    width: min(22rem, 46vw, 100%);
    transform: rotate(7deg);
  }

  .quad-grid,
  .era-grid {
    grid-template-columns: repeat(2, 1fr);
    column-gap: 0;
  }

  .era-grid {
    column-gap: 1.1rem;
  }

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

  .quad-item:nth-child(odd) {
    border-left: 0;
    padding-left: 0;
    padding-right: 0.95rem;
  }

  .quad-item:nth-child(even) {
    border-left: 1px solid color-mix(in srgb, var(--ink) 55%, transparent);
    padding-left: 0.95rem;
    padding-right: 0;
  }

  .quad[data-category="highlights"].is-solo .hl-list {
    grid-template-columns: repeat(2, 1fr);
    gap: 1.3rem 1.1rem;
  }

  .hl-carousel .hl-card {
    max-width: 28rem;
    margin-inline: auto;
  }

  .liga-card {
    padding: 1rem 0.9rem 1.1rem;
    text-align: left;
  }

  .liga-card .kicker,
  .liga-card p {
    display: block;
  }

  .liga-card h3 {
    font-size: 1.05rem;
    margin: 0.2rem 0 0.35rem;
  }

  .poster {
    min-height: 280px;
    height: auto;
  }

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

  .article-body p {
    font-size: 1.05rem;
  }

  .colophon {
    display: grid;
    grid-template-columns: minmax(0, 1fr) auto minmax(0, 1fr);
    align-items: center;
    text-align: left;
    gap: 0.65rem 1rem;
  }

  .colophon-nav,
  .colophon-note,
  .colophon-credit {
    order: 0;
    grid-column: auto;
  }

  .colophon-note {
    justify-self: start;
  }

  .colophon-credit {
    justify-self: end;
  }
}

/* iPad Querformat / schmales Fenster. Ab 1200px unverändert. */
@media (min-width: 901px) and (max-width: 1199px) {
  main {
    padding-left: 1.1rem;
    padding-right: 1.1rem;
  }

  .masthead {
    padding-left: 1.15rem;
    padding-right: 1.15rem;
  }

  .article-back {
    margin-left: 0;
  }

  #attualita .subnav {
    display: flex;
    flex-wrap: nowrap;
    width: auto;
    max-width: 100%;
    overflow-x: auto;
    overflow-y: hidden;
    -webkit-overflow-scrolling: touch;
    scrollbar-width: none;
    scroll-snap-type: x proximity;
    overscroll-behavior-x: contain;
  }

  #attualita .subnav.is-scrollable:not(.is-at-end) {
    border-right: 0;
  }

  #attualita .subnav.is-scrollable:not(.is-at-start) {
    border-left: 0;
  }

  #attualita .subnav::-webkit-scrollbar {
    display: none;
  }

  #attualita .subnav a {
    flex: 0 0 auto;
    padding: 0.65rem 1.35rem;
    scroll-snap-align: start;
  }

  #attualita .subnav a:last-child {
    border-right: 2px solid var(--ink);
    padding-right: 1.45rem;
  }

  #attualita .subnav.is-scrollable::after {
    content: "";
    position: sticky;
    right: 0;
    flex: 0 0 2.1rem;
    width: 2.1rem;
    margin-left: -2.1rem;
    align-self: stretch;
    pointer-events: none;
    z-index: 1;
    background: linear-gradient(90deg, transparent, var(--paper) 72%);
    opacity: 1;
    transition: opacity 0.2s ease;
  }

  #attualita .subnav.is-at-end::after {
    opacity: 0;
  }

  #attualita .subnav.is-scrollable:not(.is-at-start)::before {
    content: "";
    position: sticky;
    left: 0;
    flex: 0 0 1.6rem;
    width: 1.6rem;
    margin-right: -1.6rem;
    align-self: stretch;
    pointer-events: none;
    z-index: 1;
    background: linear-gradient(270deg, transparent, var(--paper) 72%);
  }

  .article-body {
    column-count: 2;
    column-gap: 1.6rem;
  }

  .hl-page {
    padding-left: 1.85rem;
    padding-right: 1.85rem;
    gap: 0.75rem;
  }

  .quad[data-category="highlights"].is-solo .hl-list,
  .era-grid {
    grid-template-columns: repeat(2, 1fr);
    gap: 1.2rem 0.95rem;
  }

  .quad-item {
    padding-left: 0.9rem;
    padding-right: 0.9rem;
  }

  .colophon {
    padding-left: 1.1rem;
    padding-right: 1.1rem;
    column-gap: 0.7rem;
  }
}

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

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

  .search {
    transition: none;
  }
}
