:root {
  --red: #d71920;
  --red-dark: #a80f14;
  --ink: #111317;
  --paper: #f4f2ed;
  --white: #ffffff;
  --muted: #666a70;
  --line: #d8d8d5;
  --shell: min(1180px, calc(100% - 40px));
  --font-text: Arial, Helvetica, sans-serif;
  --font-editorial: "Arial Narrow", "Roboto Condensed", "Helvetica Neue Condensed", Arial, sans-serif;
  color-scheme: light;
  font-family: var(--font-text);
  font-synthesis: none;
}

* { box-sizing: border-box; }

html { scroll-behavior: smooth; }

body {
  margin: 0;
  min-width: 320px;
  color: var(--ink);
  background: var(--paper);
  font-size: 1rem;
  line-height: 1.55;
}

body.menu-open { overflow: hidden; }

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

a { color: inherit; }

[hidden] { display: none !important; }

.shell { width: var(--shell); margin-inline: auto; }

.sr-only,
.skip-link:not(:focus) {
  position: absolute;
  width: 1px;
  height: 1px;
  overflow: hidden;
  clip: rect(0 0 0 0);
  white-space: nowrap;
}

.skip-link {
  position: fixed;
  z-index: 99;
  top: 12px;
  left: 12px;
  padding: 10px 14px;
  color: var(--white);
  background: var(--ink);
}

.cookie-banner {
  position: fixed;
  z-index: 1000;
  right: 0;
  bottom: 0;
  left: 0;
  padding: 14px;
  color: var(--ink);
  background: rgba(17, 19, 23, .56);
  font-family: var(--font-text);
}

.cookie-banner__inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
  width: min(920px, 100%);
  margin-inline: auto;
  padding: 18px 20px;
  border: 1px solid var(--line);
  background: var(--white);
  box-shadow: 0 10px 36px rgba(0, 0, 0, .2);
}

.cookie-banner__copy { max-width: 650px; }

.cookie-banner h2 {
  margin: 0 0 5px;
  font-family: var(--font-editorial);
  font-size: 1.25rem;
  line-height: 1.2;
}

.cookie-banner p {
  margin: 0;
  color: #33373d;
  font-size: .9rem;
  line-height: 1.45;
}

.cookie-banner a {
  display: inline-block;
  margin-top: 7px;
  color: var(--red-dark);
  font-size: .82rem;
  font-weight: 700;
}

.cookie-banner__actions {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 8px;
  min-width: 240px;
}

.cookie-choice {
  min-height: 44px;
  padding: 9px 16px;
  border: 2px solid var(--ink);
  border-radius: 0;
  color: var(--white);
  background: var(--ink);
  font: inherit;
  font-size: .88rem;
  font-weight: 800;
  cursor: pointer;
}

.cookie-choice--accept {
  border-color: var(--red);
  background: var(--red);
}

.cookie-choice:hover,
.cookie-choice:focus-visible { filter: brightness(.88); }

.cookie-settings {
  position: fixed;
  z-index: 999;
  right: 10px;
  bottom: 10px;
  min-height: 36px;
  padding: 7px 11px;
  border: 1px solid #c6c7c9;
  border-radius: 3px;
  color: #3d4249;
  background: rgba(255, 255, 255, .96);
  box-shadow: 0 3px 14px rgba(0, 0, 0, .14);
  font: inherit;
  font-size: .75rem;
  font-weight: 700;
  cursor: pointer;
}

.cookie-settings:hover,
.cookie-settings:focus-visible { color: var(--red-dark); border-color: var(--red); }

@media (max-width: 720px) {
  .cookie-banner { padding: 8px; }

  .cookie-banner__inner {
    display: block;
    padding: 15px;
  }

  .cookie-banner__actions {
    margin-top: 14px;
    min-width: 0;
  }
}

.news-strip {
  color: var(--white);
  background: var(--red);
  font-size: .75rem;
  font-weight: 800;
  letter-spacing: .095em;
  text-transform: uppercase;
}

.news-strip__inner {
  display: flex;
  justify-content: space-between;
  align-items: center;
  min-height: 34px;
}

.location { display: inline-flex; align-items: center; gap: 9px; }

.location i {
  display: block;
  width: 4px;
  height: 4px;
  border-radius: 50%;
  background: var(--white);
}

.date { opacity: .9; }

.site-header {
  position: relative;
  z-index: 10;
  background: var(--white);
  box-shadow: 0 1px 0 rgba(0, 0, 0, .08);
}

.masthead {
  display: grid;
  grid-template-columns: auto 1fr auto;
  align-items: center;
  gap: 32px;
  min-height: 104px;
}

.brand {
  display: inline-flex;
  align-items: stretch;
  line-height: 1;
  text-decoration: none;
  letter-spacing: -.055em;
}

.brand__name {
  font-family: var(--font-editorial);
  font-size: clamp(2rem, 4.5vw, 3.65rem);
  font-weight: 900;
  transform: scaleX(.88);
  transform-origin: left center;
}

.brand__tag {
  align-self: center;
  margin-left: -.22em;
  padding: .34em .42em .3em;
  color: var(--white);
  background: var(--red);
  font-family: var(--font-editorial);
  font-size: clamp(.95rem, 2vw, 1.25rem);
  font-style: normal;
  font-weight: 900;
  letter-spacing: -.025em;
}

.masthead__line {
  justify-self: end;
  margin: 0;
  padding-left: 26px;
  border-left: 1px solid var(--line);
  color: var(--muted);
  font-family: var(--font-editorial);
  font-size: .95rem;
  font-style: italic;
}

.menu-button {
  display: none;
  width: 46px;
  height: 46px;
  padding: 11px;
  border: 0;
  color: var(--white);
  background: var(--ink);
  cursor: pointer;
}

.menu-button > span:not(.sr-only) {
  display: block;
  height: 2px;
  margin: 5px 0;
  background: currentColor;
  transition: transform .2s ease, opacity .2s ease;
}

.main-nav { color: var(--white); background: var(--ink); }

.main-nav__inner {
  display: flex;
  align-items: center;
  gap: 4px;
  min-height: 48px;
}

.main-nav a {
  position: relative;
  display: flex;
  align-items: center;
  min-height: 48px;
  padding: 0 18px;
  font-size: .82rem;
  font-weight: 800;
  letter-spacing: .045em;
  text-decoration: none;
  text-transform: uppercase;
}

.main-nav a::after {
  content: "";
  position: absolute;
  right: 18px;
  bottom: 0;
  left: 18px;
  height: 3px;
  background: var(--red);
  transform: scaleX(0);
  transform-origin: left;
  transition: transform .2s ease;
}

.main-nav a:hover::after,
.main-nav a:focus-visible::after,
.main-nav a.is-active::after { transform: scaleX(1); }

.lead-grid {
  display: grid;
  grid-template-columns: minmax(0, 1.2fr) minmax(340px, .8fr);
  gap: 0;
  padding-block: 34px 64px;
}

.lead-story {
  position: relative;
  min-height: 710px;
  overflow: hidden;
  background: #34465c;
}

.lead-story > img {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: contain;
  object-position: center;
}

.lead-story:hover > img { transform: none; }

.eyebrow,
.section-kicker {
  margin: 0 0 13px;
  color: var(--red);
  font-size: .75rem;
  font-weight: 900;
  letter-spacing: .13em;
  text-transform: uppercase;
}

.eyebrow { color: var(--white); }

.eyebrow span {
  display: inline-block;
  width: 26px;
  height: 3px;
  margin-right: 9px;
  vertical-align: middle;
  background: var(--red);
}

.article-summary {
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: clamp(38px, 5vw, 64px);
  border-top: 8px solid var(--red);
  background: var(--white);
}

.article-summary .section-kicker { margin-bottom: 4px; }

.section-kicker--alert {
  align-self: flex-start;
  padding: 7px 10px 6px;
  color: var(--white);
  background: var(--red);
}

.article-date {
  margin: 0 0 20px;
  color: var(--muted);
  font-size: .82rem;
  font-weight: 700;
}

.article-summary h1 {
  margin: 0 0 22px;
  font-family: var(--font-editorial);
  font-size: clamp(2.25rem, 4.15vw, 4.35rem);
  font-weight: 900;
  line-height: .98;
  letter-spacing: -.045em;
  text-wrap: balance;
}

.article-lead {
  margin: 0 0 24px;
  padding-bottom: 22px;
  border-bottom: 1px solid var(--line);
  font-size: 1.08rem;
  font-weight: 700;
  line-height: 1.55;
}

.article-details h2 {
  margin: 18px 0 6px;
  font-size: .78rem;
  letter-spacing: .08em;
  text-transform: uppercase;
}

.article-details p {
  margin: 0;
  color: var(--muted);
  font-size: .95rem;
}

.alert-contacts a {
  color: var(--ink);
  font-weight: 900;
  text-decoration-color: var(--red);
  text-underline-offset: 3px;
}

.article-summary .button {
  align-self: flex-start;
  margin-top: 26px;
}

.article-source {
  margin: 18px 0 0;
  color: var(--muted);
  font-size: .78rem;
}

.article-source a {
  font-weight: 800;
  text-underline-offset: 2px;
}

.article-tags {
  display: flex;
  flex-wrap: wrap;
  gap: 6px 12px;
  margin: 14px 0 0;
  color: var(--red-dark);
  font-size: .76rem;
  font-weight: 800;
}

.button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 48px;
  padding: 0 20px;
  border: 1px solid transparent;
  font-size: .83rem;
  font-weight: 900;
  letter-spacing: .045em;
  text-decoration: none;
  text-transform: uppercase;
  transition: transform .2s ease, background .2s ease;
}

.button:hover { transform: translateY(-2px); }
.button--light { color: var(--ink); background: var(--white); }
.button--light:hover { background: #eee; }
.button--red { color: var(--white); background: var(--red); }
.button--red:hover { background: var(--red-dark); }

.text-link {
  padding-block: 8px;
  border-bottom: 1px solid rgba(255, 255, 255, .55);
  font-size: .9rem;
  font-weight: 800;
  text-decoration: none;
}

.commitment {
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: 42px 36px;
  color: var(--white);
  background: var(--red);
}

.commitment .section-kicker { color: rgba(255, 255, 255, .7); }

.commitment h2 {
  margin: 0 0 30px;
  font-family: var(--font-editorial);
  font-size: clamp(1.8rem, 2.7vw, 2.6rem);
  font-weight: 900;
  line-height: 1.05;
  letter-spacing: -.035em;
}

.commitment ul { margin: 0; padding: 0; list-style: none; }

.commitment li {
  display: grid;
  grid-template-columns: 40px 1fr;
  gap: 16px;
  padding: 20px 0;
  border-top: 1px solid rgba(255, 255, 255, .3);
}

.commitment__number {
  padding-top: 2px;
  color: rgba(255, 255, 255, .65);
  font-family: var(--font-editorial);
  font-size: .9rem;
  font-style: italic;
}

.commitment strong { font-size: .88rem; letter-spacing: .04em; text-transform: uppercase; }
.commitment li p { margin: 5px 0 0; color: rgba(255, 255, 255, .82); font-size: .86rem; line-height: 1.5; }

.latest-article {
  padding: 0 0 72px;
  background: var(--paper);
}

.latest-article__grid {
  display: grid;
  grid-template-columns: minmax(0, 1.08fr) minmax(360px, .92fr);
  overflow: hidden;
  border-top: 8px solid var(--red);
  background: var(--white);
  box-shadow: 0 20px 50px rgba(21, 23, 27, .1);
}

.latest-article__image {
  min-height: 470px;
  overflow: hidden;
  background: #dce9f3;
}

.latest-article__image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform .35s ease;
}

.latest-article__image:hover img { transform: scale(1.02); }

.latest-article__copy {
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: clamp(36px, 5vw, 62px);
}

.latest-article__copy .section-kicker { margin-bottom: 4px; }

.latest-article__copy h2 {
  margin: 0 0 20px;
  font-family: var(--font-editorial);
  font-size: clamp(2.25rem, 4vw, 4rem);
  font-weight: 900;
  line-height: 1;
  letter-spacing: -.05em;
  text-wrap: balance;
}

.latest-article__copy > p:not(.section-kicker, .article-date) {
  margin: 0;
  color: var(--muted);
  font-size: 1rem;
}

.latest-article__facts {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 12px;
  margin: 28px 0;
  padding-block: 20px;
  border-block: 1px solid var(--line);
}

.latest-article__facts span {
  color: var(--muted);
  font-size: .73rem;
  font-weight: 800;
  line-height: 1.35;
  text-transform: uppercase;
}

.latest-article__facts strong {
  display: block;
  color: var(--ink);
  font-family: var(--font-editorial);
  font-size: 1.18rem;
  letter-spacing: -.02em;
}

.latest-article__copy .button { align-self: flex-start; }

.latest-article--manga .latest-article__image { background: #15213b; }

.latest-article--braderie .latest-article__grid { border-top-color: #e7ad00; }

.latest-article--braderie .latest-article__image { background: #d8e9f3; }

.latest-article--arleux .latest-article__grid { border-top-color: #b78b2d; }

.latest-article--arleux .latest-article__image { background: #ead7a1; }

.latest-article--alert .latest-article__grid { border-top-color: var(--red); }

.latest-article--alert .latest-article__image { background: #edf1f7; }

.latest-article--alert .latest-article__image img {
  object-fit: contain;
}

.latest-article--harcelement .latest-article__grid { border-top-color: #3157a4; }

.latest-article--harcelement .latest-article__image { background: #dce9f3; }

.latest-article--sport .latest-article__grid { border-top-color: #258154; }

.latest-article--sport .latest-article__image { background: #dcece3; }

.latest-article--sport .latest-article__image img { object-position: center 38%; }

.latest-article--manga .latest-article__image img {
  object-fit: cover;
  object-position: center;
}

.article-page { padding-bottom: 88px; }

.article-hero {
  padding: 62px 0 0;
  color: var(--white);
  background: var(--ink);
}

.article-hero--braderie {
  background: linear-gradient(135deg, #111927 0%, #273449 65%, #7d251d 100%);
}

.article-hero--arleux {
  background: linear-gradient(135deg, #17130d 0%, #4f3518 62%, #8f5d1e 100%);
}

.article-hero--alert {
  background: linear-gradient(135deg, #130c0d 0%, #381114 62%, #8e171d 100%);
}

.article-hero--harcelement {
  background: linear-gradient(135deg, #111827 0%, #243b6b 62%, #3157a4 100%);
}

.article-hero--sport {
  background: linear-gradient(135deg, #101b16 0%, #174f37 62%, #258154 100%);
}

.programme--sport .programme__heading { background: #258154; }

.event-panel--sport { border-top-color: #258154; }

.event-panel--sport dt { color: #1c7048; }

.programme--harcelement .programme__heading { background: #3157a4; }

.event-panel--harcelement { border-top-color: #3157a4; }

.programme--alert .programme__heading {
  background: var(--red);
}

.programme--alert a {
  color: var(--white);
}

.event-panel--alert {
  border-top-color: var(--red);
}

.programme--arleux .programme__heading {
  background: #d8aa42;
}

.programme--arleux .programme__heading .section-kicker,
.programme--arleux .programme__heading h2 {
  color: #15120d;
}

.programme--braderie .programme__heading {
  background: #e7ad00;
}

.programme--braderie .programme__heading .section-kicker,
.programme--braderie .programme__heading h2 {
  color: #15171b;
}

.article-hero__heading { max-width: 980px; }

.back-link {
  display: inline-flex;
  gap: 8px;
  margin-bottom: 50px;
  color: #c6c9ce;
  font-size: .8rem;
  font-weight: 900;
  letter-spacing: .06em;
  text-decoration: none;
  text-transform: uppercase;
}

.back-link:hover { color: var(--white); }
.article-hero .section-kicker { margin-bottom: 5px; }
.article-hero .article-date { color: #aeb2b9; }

.article-hero h1 {
  max-width: 960px;
  margin: 0;
  font-family: var(--font-editorial);
  font-size: clamp(3rem, 7.2vw, 6.8rem);
  font-weight: 900;
  line-height: .93;
  letter-spacing: -.06em;
  text-wrap: balance;
}

.article-hero__lead {
  max-width: 760px;
  margin: 30px 0 48px;
  color: #d4d7dc;
  font-size: clamp(1.05rem, 2vw, 1.28rem);
  font-weight: 700;
  line-height: 1.55;
}

.article-cover {
  overflow: hidden;
  background: #dce9f3;
  transform: translateY(54px);
  box-shadow: 0 24px 54px rgba(0, 0, 0, .27);
}

.article-cover img {
  width: 100%;
  height: auto;
}

.article-cover figcaption,
.article-photo figcaption {
  padding: 10px 14px;
  color: #5c6068;
  background: var(--white);
  font-size: .72rem;
  font-weight: 700;
  line-height: 1.45;
}

.article-cover--team {
  max-width: 850px;
  background: #dcece3;
}

.article-cover--team img {
  display: block;
  max-height: 920px;
  object-fit: contain;
}

.article-cover--poster {
  max-width: 760px;
  background: #15213b;
}

.article-cover--poster img {
  width: min(100%, 637px);
  margin-inline: auto;
}

.article-layout {
  display: grid;
  grid-template-columns: minmax(0, 1.8fr) minmax(290px, .7fr);
  gap: clamp(40px, 7vw, 88px);
  align-items: start;
  padding-top: 126px;
}

.article-content {
  max-width: 760px;
  font-size: 1.05rem;
  line-height: 1.78;
}

.article-content > p { margin: 0 0 28px; }

.article-content .article-intro {
  margin-bottom: 42px;
  padding-bottom: 36px;
  border-bottom: 1px solid var(--line);
  font-size: 1.22rem;
  font-weight: 700;
  line-height: 1.65;
}

.article-content > h2 {
  margin: 48px 0 14px;
  font-family: var(--font-editorial);
  font-size: clamp(1.9rem, 3vw, 2.8rem);
  font-weight: 900;
  line-height: 1.05;
  letter-spacing: -.04em;
}

.article-photo {
  overflow: hidden;
  margin: 42px 0;
  background: #e9ecef;
  box-shadow: 0 14px 34px rgba(21, 23, 27, .1);
}

.article-photo img {
  display: block;
  width: 100%;
  height: auto;
}

.article-photo-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 22px;
  align-items: start;
  margin: 44px 0;
}

.article-photo-grid .article-photo { margin: 0; }

.podium-list {
  margin: 0;
  padding: 0;
  list-style: none;
}

.podium-list li {
  display: grid;
  grid-template-columns: 74px minmax(0, 1fr);
  gap: 18px;
  align-items: center;
  padding: 20px 34px;
  border-bottom: 1px solid rgba(255, 255, 255, .12);
}

.podium-list li:last-child { border-bottom: 0; }
.podium-list strong { color: #71d69d; font-size: 1.05rem; }
.podium-list span { font-weight: 800; }

.programme {
  margin: 54px 0;
  color: var(--white);
  background: var(--ink);
}

.programme__heading {
  padding: 34px 36px 28px;
  border-bottom: 1px solid rgba(255, 255, 255, .18);
}

.programme__heading .section-kicker { margin-bottom: 6px; }

.programme__heading h2 {
  margin: 0;
  font-family: var(--font-editorial);
  font-size: clamp(2rem, 4vw, 3rem);
  line-height: 1;
  letter-spacing: -.04em;
}

.programme-list { margin: 0; padding: 0; list-style: none; }

.programme-list li {
  display: grid;
  grid-template-columns: 125px minmax(0, 1fr) auto;
  align-items: center;
  gap: 18px;
  min-height: 67px;
  padding: 12px 36px;
  border-bottom: 1px solid rgba(255, 255, 255, .12);
}

.programme-list li:last-child { border-bottom: 0; }
.programme-list time { color: #aeb2b9; font-size: .78rem; font-weight: 800; text-transform: uppercase; }
.programme-list strong { font-size: .98rem; line-height: 1.3; }
.programme-list span { color: #ff777c; font-size: .78rem; font-weight: 900; text-transform: uppercase; }

.festival-list {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  margin: 0;
  padding: 0;
  list-style: none;
}

.festival-list li {
  min-height: 150px;
  padding: 28px 32px;
  border-right: 1px solid rgba(255, 255, 255, .12);
  border-bottom: 1px solid rgba(255, 255, 255, .12);
}

.festival-list li:nth-child(2n) { border-right: 0; }
.festival-list strong { display: block; font-size: 1rem; line-height: 1.35; }
.festival-list span { display: block; margin-top: 7px; color: #aeb2b9; font-size: .82rem; line-height: 1.5; }

.event-panel dd a { text-underline-offset: 3px; }

.event-panel {
  position: sticky;
  top: 24px;
  padding: 34px;
  border-top: 7px solid var(--red);
  background: var(--white);
  box-shadow: 0 16px 38px rgba(21, 23, 27, .09);
}

.event-panel h2 {
  margin: 0 0 24px;
  font-family: var(--font-editorial);
  font-size: 2.2rem;
  line-height: 1;
  letter-spacing: -.04em;
}

.event-panel dl { margin: 0; }

.event-panel dl > div {
  padding: 18px 0;
  border-top: 1px solid var(--line);
}

.event-panel dt {
  margin-bottom: 4px;
  color: var(--red);
  font-size: .7rem;
  font-weight: 900;
  letter-spacing: .1em;
  text-transform: uppercase;
}

.event-panel dd { margin: 0; font-size: .9rem; font-weight: 700; line-height: 1.5; }

.event-panel__note {
  margin: 10px 0 0;
  padding: 16px;
  color: var(--muted);
  background: var(--paper);
  font-size: .78rem;
  line-height: 1.5;
}

.article-actions {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 18px 24px;
  margin: 48px 0 30px;
}

.article-share {
  margin: 44px 0 28px;
  padding: 18px 20px;
  border: 1px solid var(--line);
  border-left: 4px solid var(--red);
  background: var(--white);
}

.article-share__label {
  margin: 0 0 12px;
  color: var(--ink);
  font-size: .72rem;
  font-weight: 900;
  letter-spacing: .09em;
  text-transform: uppercase;
}

.article-share__buttons {
  display: flex;
  flex-wrap: wrap;
  gap: 9px;
}

.article-share__button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  min-height: 42px;
  padding: 9px 14px;
  border: 1px solid var(--line);
  color: var(--ink);
  background: var(--white);
  font: inherit;
  font-size: .76rem;
  font-weight: 900;
  line-height: 1;
  text-decoration: none;
  cursor: pointer;
  transition: border-color .2s ease, background .2s ease, transform .2s ease;
}

.article-share__button:hover {
  border-color: #b8bbc0;
  background: var(--paper);
  transform: translateY(-1px);
}

.article-share__button:focus-visible {
  outline: 3px solid rgba(229, 37, 48, .25);
  outline-offset: 2px;
}

.article-share__button.is-copied {
  border-color: #1f8f4f;
  color: #176f3e;
  background: #effaf3;
}

.article-share__icon {
  display: grid;
  flex: 0 0 auto;
  place-items: center;
  width: 23px;
  height: 23px;
  border-radius: 50%;
  color: var(--white);
  background: var(--ink);
  font-family: Arial, sans-serif;
  font-size: .63rem;
  font-weight: 900;
  line-height: 1;
}

.article-share__button--facebook .article-share__icon {
  background: #1877f2;
  font-size: 1.1rem;
}

.article-share__button--whatsapp .article-share__icon {
  background: #1f9d55;
  font-size: .52rem;
}

.article-share__button--copy .article-share__icon {
  background: var(--red);
  font-size: .92rem;
}

.article-share__status {
  display: block;
  min-height: 1em;
  margin-top: 8px;
  color: #176f3e;
  font-size: .7rem;
  font-weight: 800;
}

.article-share__status.is-error { color: var(--red); }

.text-button {
  border-bottom: 2px solid var(--ink);
  font-size: .78rem;
  font-weight: 900;
  letter-spacing: .04em;
  text-decoration: none;
  text-transform: uppercase;
}

.topics {
  padding: 74px 0 86px;
  border-top: 1px solid var(--line);
  background: var(--white);
}

.section-heading {
  display: grid;
  grid-template-columns: 1fr auto;
  align-items: end;
  gap: 30px;
  margin-bottom: 34px;
}

.section-heading h2,
.about h2 {
  margin: 0;
  font-family: var(--font-editorial);
  font-size: clamp(2rem, 4vw, 4rem);
  font-weight: 900;
  line-height: 1.03;
  letter-spacing: -.05em;
}

.section-heading > p {
  max-width: 290px;
  margin: 0 0 4px;
  color: var(--muted);
}

.topic-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 18px;
}

.topic-card {
  display: flex;
  flex-direction: column;
  min-height: 385px;
  padding: 30px;
  border: 1px solid var(--line);
  background: var(--paper);
  transition: transform .25s ease, box-shadow .25s ease;
}

.topic-card:hover {
  transform: translateY(-5px);
  box-shadow: 0 18px 38px rgba(21, 23, 27, .11);
}

.topic-card__image {
  width: calc(100% + 60px);
  max-width: none;
  height: auto;
  margin: -30px -30px 24px;
}

.topic-card--red { color: var(--white); border-color: var(--red); background: var(--red); }
.topic-card--ink { color: var(--white); border-color: var(--ink); background: var(--ink); }

.topic-card__top { display: flex; align-items: center; justify-content: space-between; gap: 18px; }

.topic-card__icon {
  display: inline-grid;
  place-items: center;
  width: 48px;
  height: 48px;
  border: 1px solid currentColor;
}

.topic-card__icon svg { width: 23px; height: 23px; fill: none; stroke: currentColor; stroke-width: 1.7; stroke-linecap: round; stroke-linejoin: round; }
.topic-card__label { font-size: .7rem; font-weight: 900; letter-spacing: .095em; text-transform: uppercase; }

.topic-card h3 {
  margin: 42px 0 15px;
  font-family: var(--font-editorial);
  font-size: clamp(1.5rem, 2.4vw, 2.15rem);
  font-weight: 900;
  line-height: 1.08;
  letter-spacing: -.035em;
}

.topic-card p { margin: 0; color: var(--muted); font-size: .93rem; }
.topic-card--red p,
.topic-card--ink p { color: rgba(255, 255, 255, .72); }

.topic-card a {
  align-self: flex-start;
  margin-top: auto;
  padding-top: 22px;
  border-bottom: 2px solid currentColor;
  font-size: .8rem;
  font-weight: 900;
  letter-spacing: .04em;
  text-decoration: none;
  text-transform: uppercase;
}

.about { padding: 88px 0; color: var(--white); background: #1a1d22; }

.about__grid {
  display: grid;
  grid-template-columns: 190px minmax(0, 1.7fr) minmax(260px, .8fr);
  align-items: center;
  gap: 54px;
}

.about__mark {
  position: relative;
  display: grid;
  place-items: center;
  aspect-ratio: 1;
  border: 1px solid rgba(255, 255, 255, .25);
  background: var(--red);
  transform: rotate(-3deg);
}

.about__mark span {
  font-family: var(--font-editorial);
  font-size: 7.6rem;
  font-weight: 800;
  line-height: 1;
}

.about__mark small {
  position: absolute;
  right: 15px;
  bottom: 12px;
  font-family: var(--font-editorial);
  font-size: 1rem;
  font-style: italic;
}

.about h2 { max-width: 650px; }

.about__copy > p:not(.section-kicker) {
  max-width: 650px;
  margin: 24px 0;
  color: #b9bdc4;
  font-size: 1.02rem;
}

.about blockquote {
  margin: 28px 0 0;
  padding-left: 18px;
  border-left: 3px solid var(--red);
  font-family: var(--font-editorial);
  font-size: 1.15rem;
  font-style: italic;
}

.about__cta {
  padding: 28px;
  border-top: 4px solid var(--red);
  background: #24272d;
}

.about__cta p { margin: 0 0 20px; color: #c7cad0; }
.about__cta .button { width: 100%; }

.site-footer { padding: 32px 0; color: var(--white); background: #0c0e11; }

.site-footer__inner {
  display: grid;
  grid-template-columns: auto 1fr auto;
  align-items: center;
  gap: 32px;
}

.brand--footer .brand__name { font-size: 1.6rem; }
.brand--footer .brand__tag { font-size: .72rem; }
.site-footer p { margin: 0; color: #999da4; font-size: .78rem; }
.site-footer p:nth-child(2) { text-align: center; }

@media (max-width: 920px) {
  .masthead { min-height: 84px; }
  .masthead__line { display: none; }
  .menu-button { display: block; justify-self: end; }

  .main-nav {
    position: absolute;
    top: 100%;
    right: 0;
    left: 0;
    max-height: 0;
    overflow: hidden;
    transition: max-height .3s ease;
  }

  .main-nav.is-open { max-height: 360px; box-shadow: 0 14px 24px rgba(0, 0, 0, .22); }
  .main-nav__inner { display: block; padding-block: 8px; }
  .main-nav a { min-height: 52px; padding-inline: 4px; }
  .main-nav a::after { right: auto; left: 4px; width: 42px; }

  .menu-button[aria-expanded="true"] > span:nth-child(1) { transform: translateY(7px) rotate(45deg); }
  .menu-button[aria-expanded="true"] > span:nth-child(2) { opacity: 0; }
  .menu-button[aria-expanded="true"] > span:nth-child(3) { transform: translateY(-7px) rotate(-45deg); }

  .lead-grid { grid-template-columns: 1fr; }
  .lead-story { min-height: 760px; }
  .article-summary { padding: 46px 38px; }
  .latest-article__grid { grid-template-columns: 1fr; }
  .latest-article__image { min-height: 0; aspect-ratio: 1370 / 1148; }
  .latest-article--manga .latest-article__image { aspect-ratio: 1; }
  .article-layout { grid-template-columns: 1fr; }
  .article-content { max-width: none; }
  .event-panel { position: static; }
  .topic-grid { grid-template-columns: 1fr; }
  .topic-card { min-height: 315px; }
  .about__grid { grid-template-columns: 130px 1fr; }
  .about__cta { grid-column: 2; }
  .about__mark span { font-size: 5.4rem; }
}

@media (max-width: 640px) {
  .article-photo-grid { grid-template-columns: 1fr; }
  :root { --shell: min(100% - 28px, 1180px); }
  .news-strip { font-size: .68rem; }
  .news-strip__inner { min-height: 24px; }
  .date { display: none; }
  .masthead { min-height: 64px; gap: 10px; }
  .brand__name { font-size: 1.9rem; }
  .brand__tag { font-size: .72rem; }
  .menu-button { width: 38px; height: 38px; padding: 9px; }
  .lead-grid { width: 100%; padding-top: 0; padding-bottom: 48px; }
  .lead-story {
    min-height: 0;
    aspect-ratio: 1086 / 1448;
  }
  .lead-story > img { object-fit: contain; }
  .article-summary { padding: 30px 20px 36px; }
  .article-summary h1 {
    margin-bottom: 16px;
    font-size: clamp(1.9rem, 8.5vw, 2.35rem);
    line-height: 1.02;
  }
  .article-lead { margin-bottom: 18px; padding-bottom: 18px; }
  .latest-article { padding-bottom: 48px; }
  .latest-article__grid { width: 100%; }
  .latest-article__copy { padding: 28px 20px 34px; }
  .latest-article__copy h2 {
    margin-bottom: 15px;
    font-size: clamp(1.8rem, 8vw, 2.25rem);
    line-height: 1.04;
    letter-spacing: -.035em;
  }
  .latest-article__facts { grid-template-columns: 1fr; gap: 13px; }
  .article-hero { padding-top: 24px; }
  .back-link { margin-bottom: 22px; }
  .article-hero .section-kicker { margin-bottom: 3px; }
  .article-hero .article-date { margin-bottom: 12px; }
  .article-hero h1 {
    font-size: clamp(1.85rem, 8vw, 2.3rem);
    line-height: 1.04;
    letter-spacing: -.035em;
  }
  .article-hero__lead {
    margin-top: 18px;
    margin-bottom: 26px;
    font-size: 1rem;
    line-height: 1.45;
  }
  .article-share {
    margin: 36px 0 24px;
    padding: 15px 14px 10px;
  }
  .article-share__buttons {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 7px;
  }
  .article-share__button {
    gap: 6px;
    min-width: 0;
    min-height: 40px;
    padding: 8px 6px;
    font-size: .69rem;
  }
  .article-share__icon { width: 21px; height: 21px; }
  .article-share__button--copy .article-share__icon { display: none; }
  .article-cover { width: 100%; transform: translateY(22px); }
  .article-layout { padding-top: 68px; }
  .article-content .article-intro { font-size: 1.08rem; }
  .programme { width: calc(100% + 28px); margin-left: -14px; }
  .programme__heading { padding: 28px 22px 24px; }
  .programme-list li { grid-template-columns: 1fr auto; gap: 4px 16px; padding: 14px 22px; }
  .programme-list time { grid-column: 1 / -1; }
  .festival-list { grid-template-columns: 1fr; }
  .festival-list li { min-height: 0; border-right: 0; }
  .event-panel { padding: 28px 24px; }
  .section-heading { display: block; }
  .section-heading > p { margin-top: 16px; }
  .topics { padding-block: 60px; }
  .topic-card { min-height: 345px; padding: 25px; }
  .topic-card__image {
    width: calc(100% + 50px);
    margin: -25px -25px 22px;
  }
  .about { padding-block: 66px; }
  .about__grid { display: block; }
  .about__mark { width: 112px; margin-bottom: 38px; }
  .about__mark span { font-size: 4.7rem; }
  .about__cta { margin-top: 36px; }
  .site-footer__inner { display: flex; flex-direction: column; align-items: flex-start; gap: 12px; }
  .site-footer p:nth-child(2) { text-align: left; }
}

@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  *, *::before, *::after { transition-duration: .01ms !important; }
}
