:root {
  --paper: #f4f0e7;
  --paper-deep: #e8e1d4;
  --white: #fffdf8;
  --ink: #071d33;
  --ink-soft: #334354;
  --muted: #6e746f;
  --navy: #071d33;
  --navy-2: #0d2d4b;
  --blue: #174b9b;
  --red: #d62832;
  --red-dark: #9e1520;
  --gold: #e5b743;
  --line: #cfc7b9;
  --line-dark: rgba(7, 29, 51, .2);
  --body: "Manrope", Arial, sans-serif;
  --display: "Oswald", "Arial Narrow", Arial, sans-serif;
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
  scroll-padding-top: 88px;
}

body {
  margin: 0;
  background:
    linear-gradient(rgba(7, 29, 51, .018) 1px, transparent 1px) 0 0 / 100% 32px,
    var(--paper);
  color: var(--ink);
  font: 16px/1.72 var(--body);
  -webkit-font-smoothing: antialiased;
}

body::before {
  content: "";
  display: block;
  height: 5px;
  background: linear-gradient(90deg, #173b7c 0 33.333%, #f6f3ec 33.333% 66.666%, #d62832 66.666%);
}

img,
svg,
video,
iframe {
  max-width: 100%;
}

a {
  color: inherit;
  text-decoration: none;
}

button,
input {
  font: inherit;
}

button,
summary {
  cursor: pointer;
}

:focus-visible {
  outline: 3px solid var(--gold);
  outline-offset: 4px;
}

.matchbar {
  min-height: 76px;
  padding: 0 max(24px, calc((100vw - 1240px) / 2));
  display: grid;
  grid-template-columns: 1fr auto 1fr;
  align-items: center;
  gap: 28px;
  position: relative;
  z-index: 20;
  background: var(--white);
  border-bottom: 1px solid var(--ink);
}

.matchbar .brand,
.matchbar .logo {
  width: max-content;
  display: flex;
  align-items: center;
  gap: 10px;
  color: var(--navy);
  font: 800 18px/1 var(--display);
  text-transform: uppercase;
  letter-spacing: -.03em;
}

.matchbar .brand-mark,
.matchbar .logo i {
  width: 34px;
  height: 34px;
  display: grid;
  place-items: center;
  background: var(--red);
  color: #fff;
  font: normal 800 12px/1 var(--display);
  transform: skew(-6deg);
}

.matchbar nav {
  display: flex;
  align-items: center;
  gap: 30px;
  color: var(--ink-soft);
  font-size: 12px;
  font-weight: 800;
  text-transform: uppercase;
  letter-spacing: .04em;
}

.matchbar nav a {
  padding: 27px 0 24px;
  border-bottom: 3px solid transparent;
}

.matchbar nav a:hover {
  color: var(--red);
  border-color: var(--red);
}

.matchbar .match-status,
.matchbar .edition {
  justify-self: end;
  display: flex;
  align-items: center;
  gap: 9px;
  color: var(--muted);
  font-size: 11px;
  font-weight: 800;
  text-transform: uppercase;
  letter-spacing: .08em;
}

.matchbar .match-status::before,
.matchbar .edition::before {
  content: "";
  width: 8px;
  height: 8px;
  background: var(--red);
  border-radius: 50%;
  box-shadow: 0 0 0 4px rgba(214, 40, 50, .12);
}

.matchbar .menu {
  display: none;
  width: 42px;
  height: 42px;
  padding: 10px;
  border: 1px solid var(--ink);
  background: transparent;
}

.matchbar .menu span {
  display: block;
  height: 2px;
  margin: 5px 0;
  background: var(--ink);
}

.cover {
  min-height: 650px;
  display: grid;
  align-items: end;
  position: relative;
  isolation: isolate;
  overflow: hidden;
  color: #fff;
  background:
    linear-gradient(90deg, rgba(3, 16, 31, .97) 0, rgba(3, 16, 31, .89) 38%, rgba(3, 16, 31, .55) 67%, rgba(3, 16, 31, .18) 100%),
    linear-gradient(0deg, rgba(3, 16, 31, .82), transparent 55%),
    url("/assets/cm-stadium-hero.png") center 42% / cover no-repeat;
}

.cover::before {
  content: "";
  position: absolute;
  inset: 0;
  z-index: -1;
  background:
    repeating-linear-gradient(90deg, transparent 0, transparent calc(8.333% - 1px), rgba(255, 255, 255, .08) calc(8.333% - 1px), rgba(255, 255, 255, .08) 8.333%);
  mask-image: linear-gradient(90deg, #000, transparent 70%);
}

.cover::after {
  content: "14.07.26";
  position: absolute;
  right: -15px;
  bottom: -46px;
  z-index: -1;
  color: rgba(255, 255, 255, .08);
  font: 800 clamp(110px, 17vw, 245px)/1 var(--display);
  letter-spacing: -.08em;
  white-space: nowrap;
}

.cover-inner,
.cover > .inner {
  width: min(1240px, calc(100% - 48px));
  margin: 0 auto;
  padding: 72px 0 94px;
}

.cover-kicker,
.cover .eyebrow {
  width: max-content;
  margin: 0 0 20px;
  padding: 8px 11px 7px;
  background: var(--red);
  color: #fff;
  font-size: 11px;
  font-weight: 900;
  line-height: 1;
  text-transform: uppercase;
  letter-spacing: .11em;
  transform: skew(-4deg);
}

.cover h1 {
  max-width: 850px;
  margin: 0;
  font: 800 clamp(51px, 6.5vw, 91px)/.93 var(--display);
  letter-spacing: -.045em;
  text-transform: uppercase;
  text-wrap: balance;
}

.cover h1 em,
.cover h1 span {
  color: #f2c84b;
  font-style: normal;
}

.cover-lead,
.cover-inner > p,
.cover > .inner > p {
  max-width: 690px;
  margin: 25px 0 0;
  color: rgba(255, 255, 255, .78);
  font-size: 18px;
  line-height: 1.62;
}

.cover-actions {
  margin-top: 31px;
  display: flex;
  align-items: center;
  gap: 18px;
}

.watch-button,
.cover-actions a:first-child {
  min-height: 50px;
  padding: 0 23px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 14px;
  background: var(--red);
  color: #fff;
  border: 1px solid var(--red);
  font-size: 13px;
  font-weight: 900;
  text-transform: uppercase;
  letter-spacing: .035em;
  box-shadow: 7px 7px 0 rgba(255, 255, 255, .18);
}

.watch-button:hover,
.cover-actions a:first-child:hover {
  background: #fff;
  border-color: #fff;
  color: var(--navy);
}

.cover-actions a:last-child {
  color: rgba(255, 255, 255, .82);
  font-size: 12px;
  font-weight: 800;
  text-transform: uppercase;
  text-decoration: underline;
  text-underline-offset: 5px;
}

.cover-meta {
  max-width: 710px;
  margin-top: 42px;
  padding-top: 18px;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 18px;
  border-top: 1px solid rgba(255, 255, 255, .35);
}

.cover-meta span,
.cover-meta small {
  display: block;
  color: rgba(255, 255, 255, .56);
  font-size: 10px;
  font-weight: 800;
  text-transform: uppercase;
  letter-spacing: .09em;
}

.cover-meta strong {
  display: block;
  margin-top: 4px;
  color: #fff;
  font-size: 14px;
}

.score-ribbon {
  width: min(1080px, calc(100% - 48px));
  min-height: 108px;
  margin: -45px auto 0;
  display: grid;
  grid-template-columns: 1fr 150px 1fr;
  align-items: stretch;
  position: relative;
  z-index: 4;
  background: var(--white);
  border: 1px solid var(--navy);
  box-shadow: 12px 12px 0 rgba(7, 29, 51, .13);
}

.score-ribbon .team {
  min-width: 0;
  padding: 20px 31px;
  display: flex;
  align-items: center;
  gap: 15px;
  font: 800 clamp(22px, 3vw, 36px)/1 var(--display);
  text-transform: uppercase;
}

.score-ribbon .team:last-child {
  justify-content: flex-end;
  text-align: right;
}

.score-ribbon .team b,
.score-ribbon .team .code {
  color: var(--muted);
  font-size: 11px;
  letter-spacing: .12em;
}

.score-ribbon .flag {
  width: 43px;
  height: 28px;
  flex: none;
  border: 1px solid rgba(0, 0, 0, .14);
}

.score-ribbon .flag.france,
.france-flag {
  background: linear-gradient(90deg, #153a8a 0 33.333%, #fff 33.333% 66.666%, #ef3340 66.666%);
}

.score-ribbon .flag.spain,
.spain-flag {
  background: linear-gradient(#aa151b 0 25%, #f1bf00 25% 75%, #aa151b 75%);
}

.score-ribbon .kickoff {
  padding: 18px 10px;
  display: grid;
  place-items: center;
  align-content: center;
  background: var(--red);
  color: #fff;
  text-align: center;
  border-inline: 1px solid var(--navy);
}

.score-ribbon .kickoff time,
.score-ribbon .kickoff strong {
  display: block;
  font: 800 35px/.95 var(--display);
}

.score-ribbon .kickoff span {
  display: block;
  margin-top: 7px;
  font-size: 9px;
  font-weight: 900;
  text-transform: uppercase;
  letter-spacing: .14em;
}

.watch {
  margin-top: 90px;
  padding: 74px max(24px, calc((100vw - 1120px) / 2)) 84px;
  position: relative;
  overflow: hidden;
  background: var(--navy);
  color: #fff;
}

.watch::before {
  content: "LIVE";
  position: absolute;
  top: -34px;
  right: -16px;
  color: rgba(255, 255, 255, .035);
  font: 900 230px/.8 var(--display);
  letter-spacing: -.07em;
  pointer-events: none;
}

.watch-head,
.watch > header {
  margin-bottom: 25px;
  display: flex;
  align-items: end;
  justify-content: space-between;
  gap: 40px;
  position: relative;
  z-index: 1;
}

.watch-label,
.watch .overline {
  margin: 0 0 9px;
  color: #ff777e;
  font-size: 10px;
  font-weight: 900;
  text-transform: uppercase;
  letter-spacing: .14em;
}

.watch h2 {
  max-width: 800px;
  margin: 0;
  font: 800 clamp(36px, 5vw, 59px)/1 var(--display);
  letter-spacing: -.035em;
  text-transform: uppercase;
}

.watch-state,
.watch .on-air {
  flex: none;
  padding: 9px 11px;
  display: flex;
  align-items: center;
  gap: 8px;
  border: 1px solid rgba(255, 255, 255, .34);
  color: rgba(255, 255, 255, .72);
  font-size: 10px;
  font-weight: 800;
  text-transform: uppercase;
  letter-spacing: .08em;
}

.watch-state i,
.watch .on-air i {
  width: 7px;
  height: 7px;
  background: var(--red);
  border-radius: 50%;
  box-shadow: 0 0 0 4px rgba(214, 40, 50, .16);
}

.player-shell {
  position: relative;
  z-index: 1;
  border: 1px solid rgba(255, 255, 255, .32);
  background: #02060a;
  box-shadow: 16px 16px 0 rgba(0, 0, 0, .28);
}

.player-topline {
  min-height: 43px;
  padding: 0 15px;
  display: grid;
  grid-template-columns: 1fr auto 1fr;
  align-items: center;
  border-bottom: 1px solid rgba(255, 255, 255, .18);
  color: #99a6b7;
  font-size: 9px;
  font-weight: 800;
  text-transform: uppercase;
  letter-spacing: .13em;
}

.player-topline b {
  color: #fff;
  font: 800 12px/1 var(--display);
}

.player-topline span:last-child {
  justify-self: end;
}

.video-wrapper {
  width: 100%;
  aspect-ratio: 16 / 9;
  position: relative;
  overflow: hidden;
  background: #02060a;
}

.dreams-player,
.player-placeholder {
  width: 100%;
  height: 100%;
  display: grid;
  place-items: center;
  position: relative;
  overflow: hidden;
  background:
    linear-gradient(rgba(2, 6, 10, .58), rgba(2, 6, 10, .88)),
    url("/assets/cm-stadium-hero.png") center 42% / cover no-repeat;
  color: #fff;
  text-align: center;
}

.dreams-player iframe,
.dreams-player video,
.video-wrapper > iframe,
.video-wrapper > video {
  width: 100% !important;
  height: 100% !important;
  position: absolute !important;
  inset: 0;
  border: 0;
}

.player-placeholder::before {
  content: "▶";
  width: 64px;
  height: 64px;
  margin-bottom: 13px;
  display: grid;
  place-items: center;
  background: var(--red);
  color: #fff;
  font-size: 20px;
  border-radius: 50%;
  box-shadow: 0 0 0 12px rgba(214, 40, 50, .18);
}

.player-placeholder > div,
.player-placeholder .loading {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 4px;
}

.player-placeholder b,
.player-placeholder strong {
  font-size: 14px;
}

.player-placeholder span,
.player-placeholder small {
  color: #a5afbc;
  font-size: 11px;
}

.watch-note,
.watch-under {
  margin: 16px 0 0;
  display: flex;
  justify-content: space-between;
  gap: 24px;
  position: relative;
  z-index: 1;
  color: #9aa7b8;
  font-size: 11px;
}

.story-layout {
  width: min(1240px, calc(100% - 48px));
  margin: 94px auto 105px;
  display: grid;
  grid-template-columns: 170px minmax(0, 690px) 250px;
  align-items: start;
  gap: 54px;
}

.story-nav {
  align-self: start;
  position: sticky;
  top: 24px;
  border-top: 5px solid var(--navy);
}

.story-nav h2,
.story-nav h3,
.story-nav > strong {
  display: block;
  margin: 13px 0 10px;
  font: 800 12px/1.2 var(--display);
  text-transform: uppercase;
  letter-spacing: .06em;
}

.story-nav ol,
.story-nav ul {
  margin: 0;
  padding: 0;
  list-style: none;
  border-bottom: 1px solid var(--line);
}

.story-nav li {
  border-top: 1px solid var(--line);
}

.story-nav a {
  padding: 11px 1px;
  display: grid;
  grid-template-columns: 23px 1fr;
  gap: 7px;
  color: var(--ink-soft);
  font-size: 11px;
  font-weight: 700;
  line-height: 1.35;
}

.story-nav a::before {
  content: counter(list-item, decimal-leading-zero);
  color: var(--red);
  font: 800 10px/1.5 var(--display);
}

.story-nav a:hover {
  color: var(--red);
}

.story {
  min-width: 0;
  font-size: 17px;
  line-height: 1.79;
}

.story-head,
.story > header {
  margin-bottom: 62px;
}

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

.story h2.page-title,
.story > header h2,
.story > header h1 {
  margin: 0 0 22px;
  font: 800 clamp(43px, 5vw, 67px)/.98 var(--display);
  letter-spacing: -.04em;
  text-transform: uppercase;
  text-wrap: balance;
}

.story .lead {
  margin: 0;
  color: var(--ink-soft);
  font-size: 21px;
  font-weight: 600;
  line-height: 1.58;
}

.story .meta {
  margin-top: 25px;
  padding: 13px 0;
  display: flex;
  gap: 23px;
  border-block: 1px solid var(--line);
  color: var(--muted);
  font-size: 10px;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: .045em;
}

.story p {
  margin: 0 0 25px;
}

.story .opening,
.story > p:first-of-type {
  font-size: 22px;
  font-weight: 650;
  line-height: 1.64;
}

.story section {
  margin-top: 75px;
  scroll-margin-top: 35px;
}

.story section > h2,
.story section > h3,
.story > h2,
.story > h3 {
  margin: 0 0 25px;
  padding-top: 18px;
  position: relative;
  border-top: 5px solid var(--navy);
  font: 800 clamp(33px, 4vw, 47px)/1.02 var(--display);
  letter-spacing: -.035em;
  text-transform: uppercase;
  text-wrap: balance;
}

.story section > h2::before,
.story section > h3::before,
.story > h2::before,
.story > h3::before {
  content: attr(data-no);
  position: absolute;
  top: 22px;
  right: 100%;
  margin-right: 15px;
  color: var(--red);
  font: 800 11px/1 var(--display);
  letter-spacing: .04em;
}

.story h4 {
  margin: 38px 0 12px;
  font: 800 23px/1.15 var(--display);
  letter-spacing: -.02em;
  text-transform: uppercase;
}

.story blockquote {
  margin: 52px 0;
  padding: 7px 0 7px 26px;
  border-left: 8px solid var(--red);
  color: var(--navy);
  font: 800 clamp(27px, 3.5vw, 39px)/1.18 var(--display);
  letter-spacing: -.025em;
}

.story blockquote cite {
  margin-top: 16px;
  display: block;
  color: var(--muted);
  font: normal 700 11px/1.4 var(--body);
  text-transform: uppercase;
  letter-spacing: .06em;
}

.story figure {
  margin: 48px 0;
}

.story figure img {
  width: 100%;
  display: block;
  filter: saturate(.84) contrast(1.04);
}

.story figcaption {
  padding: 9px 0;
  border-bottom: 1px solid var(--line);
  color: var(--muted);
  font-size: 10px;
}

.story table {
  width: 100%;
  margin: 35px 0;
  border-collapse: collapse;
  background: var(--white);
  font-size: 13px;
}

.story th,
.story td {
  padding: 13px 14px;
  border: 1px solid var(--line);
  text-align: left;
}

.story th {
  background: var(--navy);
  color: #fff;
  font: 800 11px/1.3 var(--display);
  text-transform: uppercase;
  letter-spacing: .04em;
}

.story-rail {
  align-self: start;
  position: sticky;
  top: 24px;
}

.story-rail > section,
.story-rail > div {
  margin-bottom: 18px;
  padding: 20px;
  background: var(--white);
  border: 1px solid var(--ink);
  box-shadow: 6px 6px 0 var(--paper-deep);
}

.story-rail h2,
.story-rail h3,
.story-rail h4 {
  margin: 0 0 13px;
  padding-bottom: 10px;
  border-bottom: 3px solid var(--red);
  font: 800 17px/1.05 var(--display);
  text-transform: uppercase;
}

.story-rail dl {
  margin: 0;
}

.story-rail dl > div {
  padding: 10px 0;
  display: grid;
  grid-template-columns: 1fr auto;
  gap: 10px;
  border-top: 1px solid var(--line);
}

.story-rail dl > div:first-child {
  border-top: 0;
}

.story-rail dt {
  color: var(--muted);
  font-size: 10px;
  font-weight: 800;
  text-transform: uppercase;
}

.story-rail dd {
  margin: 0;
  text-align: right;
  font-size: 12px;
  font-weight: 900;
}

.story-rail .big-stat {
  padding: 21px;
  background: var(--red);
  color: #fff;
  border-color: var(--red-dark);
  box-shadow: 6px 6px 0 rgba(158, 21, 32, .2);
}

.story-rail .big-stat strong {
  display: block;
  font: 900 64px/.9 var(--display);
}

.story-rail .big-stat p {
  margin: 10px 0 0;
  font-size: 11px;
  line-height: 1.45;
}

.lineups {
  margin: 38px 0;
  display: grid;
  grid-template-columns: 1fr 1fr;
  background: var(--white);
  border: 1px solid var(--ink);
}

.lineups > section,
.lineups > div {
  margin: 0;
  padding: 24px;
}

.lineups > :nth-child(even) {
  border-left: 1px solid var(--ink);
}

.lineups header {
  margin-bottom: 14px;
  padding-bottom: 11px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
  border-bottom: 4px solid var(--blue);
}

.lineups > :nth-child(even) header {
  border-color: var(--red);
}

.lineups h3,
.lineups h4 {
  margin: 0;
  padding: 0;
  border: 0;
  font: 800 25px/1 var(--display);
  text-transform: uppercase;
}

.lineups ol,
.lineups ul {
  margin: 0;
  padding: 0;
  list-style: none;
}

.lineups li {
  padding: 8px 0;
  display: grid;
  grid-template-columns: 24px 1fr;
  border-bottom: 1px solid var(--line);
  font-size: 12px;
  font-weight: 750;
}

.lineups li span,
.lineups li b:first-child {
  color: var(--muted);
  font: 800 10px/1.8 var(--display);
}

.timeline {
  margin: 38px 0;
  padding-left: 28px;
  position: relative;
  border-left: 3px solid var(--navy);
}

.timeline::before,
.timeline::after {
  content: "";
  width: 9px;
  height: 9px;
  position: absolute;
  left: -6px;
  background: var(--red);
  border-radius: 50%;
}

.timeline::before {
  top: 0;
}

.timeline::after {
  bottom: 0;
}

.timeline > article,
.timeline > div,
.timeline > li {
  margin: 0 0 27px;
  padding: 0 0 27px;
  display: grid;
  grid-template-columns: 78px 1fr;
  gap: 15px;
  border-bottom: 1px solid var(--line);
}

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

.timeline time,
.timeline .year {
  color: var(--red);
  font: 900 20px/1 var(--display);
}

.timeline h3,
.timeline h4 {
  margin: 0 0 5px;
  padding: 0;
  border: 0;
  font: 800 17px/1.15 var(--display);
  text-transform: uppercase;
}

.timeline p {
  margin: 0;
  color: var(--ink-soft);
  font-size: 13px;
}

.player-profiles,
.profiles {
  margin: 38px 0;
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 16px;
}

.player-profile,
.profiles > article,
.profiles > div {
  min-width: 0;
  padding: 22px;
  position: relative;
  overflow: hidden;
  background: var(--navy);
  color: #fff;
  border-top: 7px solid var(--blue);
}

.player-profile:nth-child(even),
.profiles > :nth-child(even) {
  border-color: var(--red);
}

.player-profile::after,
.profiles > article::after,
.profiles > div::after {
  content: attr(data-number);
  position: absolute;
  right: -9px;
  bottom: -18px;
  color: rgba(255, 255, 255, .07);
  font: 900 105px/.8 var(--display);
}

.player-profile .role,
.profiles .role {
  color: #9fb4cc;
  font-size: 9px;
  font-weight: 900;
  text-transform: uppercase;
  letter-spacing: .12em;
}

.player-profile h3,
.player-profile h4,
.profiles h3,
.profiles h4 {
  margin: 7px 0 14px;
  padding: 0;
  border: 0;
  color: #fff;
  font: 800 26px/.98 var(--display);
  text-transform: uppercase;
}

.player-profile p,
.profiles p {
  margin: 0;
  position: relative;
  z-index: 1;
  color: #c3ccd6;
  font-size: 12px;
  line-height: 1.55;
}

.result-flow {
  margin: 38px 0;
  border-block: 1px solid var(--ink);
}

.result-flow > article,
.result-flow > div,
.result-flow > li {
  padding: 16px 10px;
  display: grid;
  grid-template-columns: 86px 1fr auto;
  align-items: center;
  gap: 15px;
  border-bottom: 1px solid var(--line);
}

.result-flow > :last-child {
  border-bottom: 0;
}

.result-flow time,
.result-flow .stage {
  color: var(--muted);
  font-size: 9px;
  font-weight: 900;
  text-transform: uppercase;
  letter-spacing: .07em;
}

.result-flow h3,
.result-flow h4,
.result-flow p {
  margin: 0;
  padding: 0;
  border: 0;
}

.result-flow h3,
.result-flow h4 {
  font: 800 16px/1.15 var(--display);
  text-transform: uppercase;
}

.result-flow strong,
.result-flow .score {
  padding: 5px 8px;
  background: var(--navy);
  color: #fff;
  font: 900 14px/1 var(--display);
  white-space: nowrap;
}

.faq {
  padding: 86px max(24px, calc((100vw - 1060px) / 2));
  background: var(--white);
  border-block: 1px solid var(--navy);
}

.faq > header {
  margin-bottom: 35px;
  display: grid;
  grid-template-columns: 150px 1fr;
  gap: 30px;
}

.faq > header::before {
  content: "FAQ";
  color: var(--red);
  font: 900 65px/.82 var(--display);
  letter-spacing: -.06em;
}

.faq h2 {
  max-width: 780px;
  margin: 0;
  font: 800 clamp(37px, 5vw, 58px)/.98 var(--display);
  letter-spacing: -.04em;
  text-transform: uppercase;
}

.faq-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  border-top: 1px solid var(--ink);
  border-left: 1px solid var(--ink);
}

.faq details {
  padding: 0 20px;
  border-right: 1px solid var(--ink);
  border-bottom: 1px solid var(--ink);
  background: var(--paper);
}

.faq summary {
  min-height: 76px;
  padding: 18px 35px 18px 0;
  display: flex;
  align-items: center;
  position: relative;
  font-weight: 900;
  line-height: 1.35;
  list-style: none;
}

.faq summary::-webkit-details-marker {
  display: none;
}

.faq summary::after {
  content: "+";
  width: 25px;
  height: 25px;
  display: grid;
  place-items: center;
  position: absolute;
  right: 0;
  border: 1px solid var(--ink);
  font: 800 17px/1 var(--display);
}

.faq details[open] summary::after {
  content: "−";
  background: var(--red);
  border-color: var(--red);
  color: #fff;
}

.faq details p {
  margin: -3px 0 20px;
  padding-right: 25px;
  color: var(--ink-soft);
  font-size: 13px;
}

footer,
.site-footer {
  min-height: 170px;
  padding: 40px max(24px, calc((100vw - 1240px) / 2));
  display: grid;
  grid-template-columns: 1fr auto 1fr;
  align-items: center;
  gap: 30px;
  background: var(--navy);
  color: #fff;
}

footer .brand,
footer .logo,
.site-footer .brand {
  font: 900 21px/1 var(--display);
  text-transform: uppercase;
}

footer p,
.site-footer p {
  margin: 0;
  color: #9dabb9;
  font-size: 10px;
  text-align: center;
  text-transform: uppercase;
  letter-spacing: .06em;
}

footer > a:last-child,
.site-footer > a:last-child {
  justify-self: end;
  color: #fff;
  font-size: 11px;
  font-weight: 900;
  text-transform: uppercase;
  text-decoration: underline;
  text-decoration-color: var(--red);
  text-decoration-thickness: 3px;
  text-underline-offset: 6px;
}

.source-strip {
  padding: 24px max(24px, calc((100vw - 1060px) / 2));
  display: flex;
  align-items: center;
  gap: 25px;
  background: var(--paper-deep);
  border-top: 1px solid var(--line);
  color: var(--muted);
  font-size: 10px;
}

.source-strip > strong,
.source-strip > span:first-child {
  color: var(--ink);
  font-weight: 900;
  text-transform: uppercase;
}

.source-strip a {
  text-decoration: underline;
  text-underline-offset: 3px;
}

@media (max-width: 1100px) {
  .story-layout {
    grid-template-columns: 150px minmax(0, 1fr);
    gap: 38px;
  }

  .story-rail {
    position: static;
    grid-column: 2;
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 16px;
  }

  .story-rail > section,
  .story-rail > div {
    margin: 0;
  }
}

@media (max-width: 860px) {
  .matchbar {
    grid-template-columns: 1fr auto;
  }

  .matchbar nav {
    display: none;
    padding: 18px 24px;
    position: absolute;
    top: 76px;
    left: 0;
    right: 0;
    flex-direction: column;
    align-items: flex-start;
    gap: 0;
    background: var(--white);
    border-block: 1px solid var(--ink);
  }

  .matchbar nav.open {
    display: flex;
  }

  .matchbar nav a {
    width: 100%;
    padding: 12px 0;
    border-bottom: 1px solid var(--line);
  }

  .matchbar .match-status,
  .matchbar .edition {
    display: none;
  }

  .matchbar .menu {
    display: block;
  }

  .score-ribbon {
    grid-template-columns: 1fr 110px 1fr;
  }

  .score-ribbon .team {
    padding-inline: 20px;
  }

  .story-layout {
    grid-template-columns: 1fr;
  }

  .story-nav {
    position: static;
  }

  .story-nav ol,
  .story-nav ul {
    display: flex;
    overflow-x: auto;
    border: 1px solid var(--ink);
    scrollbar-width: thin;
  }

  .story-nav li {
    min-width: 170px;
    border-top: 0;
    border-right: 1px solid var(--line);
  }

  .story-nav a {
    padding: 13px;
  }

  .story-rail {
    grid-column: auto;
  }
}

@media (max-width: 720px) {
  html {
    scroll-padding-top: 70px;
  }

  body {
    font-size: 15px;
    background: var(--paper);
  }

  body::before {
    height: 4px;
  }

  .matchbar {
    min-height: 64px;
    padding: 0 14px;
  }

  .matchbar .brand,
  .matchbar .logo {
    font-size: 16px;
  }

  .matchbar .brand-mark,
  .matchbar .logo i {
    width: 31px;
    height: 31px;
  }

  .matchbar nav {
    top: 64px;
    padding-inline: 16px;
  }

  .cover {
    min-height: 570px;
    background:
      linear-gradient(0deg, rgba(3, 16, 31, .98) 0, rgba(3, 16, 31, .82) 55%, rgba(3, 16, 31, .25) 100%),
      url("/assets/cm-stadium-hero.png") 58% center / cover no-repeat;
  }

  .cover::before {
    display: none;
  }

  .cover::after {
    right: -5px;
    bottom: -13px;
    font-size: 74px;
  }

  .cover-inner,
  .cover > .inner {
    width: calc(100% - 28px);
    padding: 72px 0 75px;
  }

  .cover-kicker,
  .cover .eyebrow {
    font-size: 9px;
  }

  .cover h1 {
    max-width: 540px;
    font-size: clamp(43px, 13.4vw, 61px);
    line-height: .94;
  }

  .cover-lead,
  .cover-inner > p,
  .cover > .inner > p {
    margin-top: 20px;
    font-size: 15px;
    line-height: 1.55;
  }

  .cover-actions {
    align-items: stretch;
    flex-direction: column;
  }

  .watch-button,
  .cover-actions a:first-child {
    width: 100%;
    min-height: 52px;
  }

  .cover-actions a:last-child {
    padding-top: 5px;
  }

  .cover-meta {
    margin-top: 31px;
    grid-template-columns: 1fr 1fr;
    gap: 15px;
  }

  .cover-meta > :last-child {
    grid-column: 1 / -1;
  }

  .score-ribbon {
    width: calc(100% - 20px);
    min-height: 92px;
    margin-top: -35px;
    grid-template-columns: 1fr 74px 1fr;
    box-shadow: 7px 7px 0 rgba(7, 29, 51, .13);
  }

  .score-ribbon .team {
    padding: 13px 8px;
    flex-direction: column;
    justify-content: center;
    gap: 6px;
    font-size: 20px;
    text-align: center;
  }

  .score-ribbon .team:last-child {
    justify-content: center;
    text-align: center;
  }

  .score-ribbon .flag {
    display: none;
  }

  .score-ribbon .kickoff {
    padding-inline: 4px;
  }

  .score-ribbon .kickoff time,
  .score-ribbon .kickoff strong {
    font-size: 25px;
  }

  .watch {
    margin-top: 63px;
    padding: 55px 10px 67px;
  }

  .watch::before {
    top: -7px;
    font-size: 90px;
  }

  .watch-head,
  .watch > header {
    padding: 0 5px;
    display: block;
  }

  .watch h2 {
    font-size: 36px;
  }

  .watch-state,
  .watch .on-air {
    width: max-content;
    margin-top: 17px;
  }

  .player-shell {
    box-shadow: 7px 7px 0 rgba(0, 0, 0, .28);
  }

  .player-topline {
    min-height: 39px;
    grid-template-columns: 1fr auto;
  }

  .player-topline span:last-child {
    display: none;
  }

  .video-wrapper {
    aspect-ratio: 16 / 9;
  }

  .player-placeholder::before {
    width: 45px;
    height: 45px;
    font-size: 14px;
    box-shadow: 0 0 0 8px rgba(214, 40, 50, .18);
  }

  .watch-note,
  .watch-under {
    padding: 0 5px;
    flex-direction: column;
    gap: 5px;
    font-size: 9px;
  }

  .story-layout {
    width: calc(100% - 28px);
    margin: 68px auto 75px;
    gap: 42px;
  }

  .story-nav h2,
  .story-nav h3,
  .story-nav > strong {
    font-size: 11px;
  }

  .story {
    font-size: 16px;
    line-height: 1.76;
  }

  .story-head,
  .story > header {
    margin-bottom: 46px;
  }

  .story h2.page-title,
  .story > header h2,
  .story > header h1 {
    font-size: 41px;
  }

  .story .lead {
    font-size: 18px;
  }

  .story .meta {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 7px 15px;
  }

  .story .opening,
  .story > p:first-of-type {
    font-size: 20px;
  }

  .story section {
    margin-top: 58px;
  }

  .story section > h2,
  .story section > h3,
  .story > h2,
  .story > h3 {
    padding-top: 15px;
    font-size: 32px;
  }

  .story section > h2::before,
  .story section > h3::before,
  .story > h2::before,
  .story > h3::before {
    position: static;
    display: block;
    margin: 0 0 9px;
  }

  .story h4 {
    font-size: 21px;
  }

  .story blockquote {
    margin: 42px 0;
    padding-left: 18px;
    border-left-width: 6px;
    font-size: 26px;
  }

  .table-scroll {
    width: calc(100vw - 28px);
    overflow-x: auto;
  }

  .story table {
    min-width: 590px;
  }

  .story-rail {
    display: grid;
    grid-template-columns: 1fr;
  }

  .lineups {
    grid-template-columns: 1fr;
  }

  .lineups > :nth-child(even) {
    border-top: 1px solid var(--ink);
    border-left: 0;
  }

  .lineups > section,
  .lineups > div {
    padding: 20px 16px;
  }

  .timeline {
    padding-left: 19px;
  }

  .timeline > article,
  .timeline > div,
  .timeline > li {
    grid-template-columns: 62px 1fr;
    gap: 10px;
  }

  .timeline time,
  .timeline .year {
    font-size: 17px;
  }

  .player-profiles,
  .profiles {
    grid-template-columns: 1fr;
  }

  .result-flow > article,
  .result-flow > div,
  .result-flow > li {
    padding-inline: 5px;
    grid-template-columns: 65px 1fr auto;
    gap: 9px;
  }

  .result-flow h3,
  .result-flow h4 {
    font-size: 14px;
  }

  .faq {
    padding: 58px 14px 65px;
  }

  .faq > header {
    margin-bottom: 27px;
    display: block;
  }

  .faq > header::before {
    display: block;
    margin-bottom: 17px;
    font-size: 48px;
  }

  .faq h2 {
    font-size: 38px;
  }

  .faq-grid {
    grid-template-columns: 1fr;
  }

  .faq details {
    padding-inline: 15px;
  }

  .source-strip {
    padding: 24px 16px;
    align-items: flex-start;
    flex-direction: column;
    gap: 8px;
  }

  footer,
  .site-footer {
    min-height: 155px;
    padding: 32px 16px;
    grid-template-columns: 1fr auto;
    align-items: start;
  }

  footer p,
  .site-footer p {
    grid-column: 1 / -1;
    grid-row: 2;
    text-align: left;
  }

  footer > a:last-child,
  .site-footer > a:last-child {
    align-self: center;
  }
}

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

  *,
  *::before,
  *::after {
    animation-duration: .01ms !important;
    animation-iteration-count: 1 !important;
    transition-duration: .01ms !important;
  }
}

/* Actual matchday page ---------------------------------------------------- */

.site-header {
  min-height: 76px;
  padding: 0 max(24px, calc((100vw - 1240px) / 2));
  display: grid;
  grid-template-columns: 1fr auto 1fr;
  align-items: center;
  gap: 30px;
  position: sticky;
  top: 0;
  z-index: 40;
  background: rgba(255, 253, 248, .97);
  border-bottom: 1px solid var(--ink);
  backdrop-filter: blur(12px);
}

.site-header .brand,
.site-footer .brand {
  width: max-content;
  display: flex;
  align-items: center;
  gap: 10px;
  font: 800 18px/1 var(--display);
  letter-spacing: .01em;
}

.site-header .brand span,
.site-footer .brand span {
  width: 36px;
  height: 36px;
  display: grid;
  place-items: center;
  background: var(--red);
  color: #fff;
  font: 800 12px/1 var(--display);
  transform: skew(-6deg);
}

.site-header .brand strong,
.site-footer .brand strong {
  font-weight: 800;
}

.site-header nav {
  display: flex;
  align-items: stretch;
  gap: 29px;
  align-self: stretch;
}

.site-header nav a {
  display: flex;
  align-items: center;
  border-bottom: 3px solid transparent;
  color: var(--ink-soft);
  font-size: 11px;
  font-weight: 800;
  text-transform: uppercase;
  letter-spacing: .055em;
}

.site-header nav a:hover {
  color: var(--red);
  border-color: var(--red);
}

.site-header .tournament {
  justify-self: end;
  display: flex;
  align-items: center;
  gap: 9px;
  color: var(--muted);
  font-size: 10px;
  font-weight: 900;
  text-transform: uppercase;
  letter-spacing: .1em;
}

.site-header .tournament i {
  width: 8px;
  height: 8px;
  background: var(--red);
  border-radius: 50%;
  box-shadow: 0 0 0 4px rgba(214, 40, 50, .13);
}

.menu-button {
  width: 42px;
  height: 42px;
  padding: 10px;
  display: none;
  border: 1px solid var(--ink);
  background: transparent;
}

.menu-button span {
  height: 2px;
  margin: 5px 0;
  display: block;
  background: var(--ink);
}

.hero {
  min-height: 660px;
  display: grid;
  align-items: end;
  position: relative;
  isolation: isolate;
  overflow: hidden;
  color: #fff;
  background: var(--navy);
}

.hero::before {
  content: "";
  position: absolute;
  inset: 0;
  z-index: -1;
  background:
    linear-gradient(90deg, rgba(3, 16, 31, .98) 0, rgba(3, 16, 31, .9) 40%, rgba(3, 16, 31, .56) 70%, rgba(3, 16, 31, .2)),
    linear-gradient(0deg, rgba(3, 16, 31, .88), transparent 55%);
}

.hero::after {
  content: "14.07.26";
  position: absolute;
  right: -22px;
  bottom: -55px;
  z-index: -1;
  color: rgba(255, 255, 255, .075);
  font: 700 clamp(110px, 17vw, 245px)/1 var(--display);
  letter-spacing: -.055em;
  white-space: nowrap;
}

.hero-copy {
  width: min(1240px, calc(100% - 48px));
  margin: 0 auto;
  padding: 69px 0 90px;
  position: relative;
  z-index: 3;
}

.hero .eyebrow {
  width: max-content;
  margin: 0 0 19px;
  padding: 8px 11px 7px;
  background: var(--red);
  color: #fff;
  font-size: 10px;
  font-weight: 900;
  line-height: 1;
  text-transform: uppercase;
  letter-spacing: .11em;
  transform: skew(-4deg);
}

.hero h1 {
  max-width: 930px;
  margin: 0;
  font: 700 clamp(52px, 6.3vw, 88px)/.94 var(--display);
  letter-spacing: -.035em;
  text-transform: uppercase;
  text-wrap: balance;
}

.hero-lead {
  max-width: 690px;
  margin: 23px 0 0;
  color: rgba(255, 255, 255, .77);
  font-size: 17px;
  line-height: 1.62;
}

.hero-actions {
  margin-top: 29px;
  display: flex;
  align-items: center;
  gap: 20px;
}

.primary-action {
  min-height: 51px;
  padding: 0 19px 0 23px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 18px;
  background: var(--red);
  border: 1px solid var(--red);
  color: #fff;
  box-shadow: 7px 7px 0 rgba(255, 255, 255, .18);
  font-size: 12px;
  font-weight: 900;
  text-transform: uppercase;
  letter-spacing: .04em;
}

.primary-action b {
  width: 27px;
  height: 27px;
  display: grid;
  place-items: center;
  background: #fff;
  color: var(--red);
  border-radius: 50%;
  font-size: 9px;
}

.primary-action:hover {
  background: #fff;
  border-color: #fff;
  color: var(--navy);
}

.secondary-action {
  color: rgba(255, 255, 255, .82);
  font-size: 11px;
  font-weight: 800;
  text-transform: uppercase;
  text-decoration: underline;
  text-decoration-color: var(--gold);
  text-decoration-thickness: 2px;
  text-underline-offset: 5px;
}

.hero-facts {
  max-width: 700px;
  margin: 41px 0 0;
  padding: 17px 0 0;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 19px;
  border-top: 1px solid rgba(255, 255, 255, .35);
}

.hero-facts div {
  min-width: 0;
}

.hero-facts dt {
  color: rgba(255, 255, 255, .54);
  font-size: 9px;
  font-weight: 900;
  text-transform: uppercase;
  letter-spacing: .11em;
}

.hero-facts dd {
  margin: 3px 0 0;
  color: #fff;
  font-size: 14px;
  font-weight: 800;
}

.hero-visual {
  position: absolute;
  inset: 0;
  z-index: -2;
}

.hero-visual > img {
  width: 100%;
  height: 100%;
  display: block;
  object-fit: cover;
  object-position: center 42%;
  filter: saturate(.82) contrast(1.05);
}

.match-card {
  width: 330px;
  padding: 19px 21px;
  position: absolute;
  right: max(24px, calc((100vw - 1240px) / 2));
  bottom: 73px;
  z-index: 5;
  background: rgba(255, 253, 248, .95);
  color: var(--navy);
  border: 1px solid #fff;
  box-shadow: 10px 10px 0 rgba(7, 29, 51, .28);
  backdrop-filter: blur(9px);
}

.match-card > span {
  display: block;
  padding-bottom: 10px;
  border-bottom: 1px solid var(--line);
  color: var(--muted);
  font-size: 9px;
  font-weight: 900;
  text-transform: uppercase;
  letter-spacing: .11em;
}

.match-card > div {
  padding: 15px 0 11px;
  display: grid;
  grid-template-columns: 1fr 35px 1fr;
  align-items: center;
  text-align: center;
}

.match-card > div b {
  font: 700 35px/1 var(--display);
}

.match-card > div i {
  color: var(--red);
  font: normal 800 11px/1 var(--display);
}

.match-card > strong {
  display: block;
  padding: 9px 11px;
  background: var(--red);
  color: #fff;
  font: 700 15px/1 var(--display);
  text-align: center;
  letter-spacing: .06em;
}

.section-heading > p,
.section-heading > div > p {
  margin: 0 0 8px;
  color: var(--red);
  font-size: 10px;
  font-weight: 900;
  text-transform: uppercase;
  letter-spacing: .13em;
}

.section-heading h2 {
  margin: 0;
  font: 700 clamp(36px, 5vw, 59px)/1.02 var(--display);
  letter-spacing: -.028em;
  text-transform: uppercase;
  text-wrap: balance;
}

.live-section {
  padding: 81px max(24px, calc((100vw - 1120px) / 2)) 88px;
  position: relative;
  overflow: hidden;
  background: var(--navy);
  color: #fff;
}

.live-section::before {
  content: "LIVE";
  position: absolute;
  top: -25px;
  right: -18px;
  color: rgba(255, 255, 255, .035);
  font: 700 230px/.8 var(--display);
  pointer-events: none;
}

.live-heading {
  margin-bottom: 25px;
  display: flex;
  align-items: end;
  justify-content: space-between;
  gap: 40px;
  position: relative;
  z-index: 1;
}

.live-heading .section-heading > p,
.live-heading p,
.live-section .section-heading > div > p {
  color: #ff7f86;
}

.live-heading h2 {
  max-width: 850px;
}

.live-status {
  flex: none;
  padding: 9px 11px;
  display: flex;
  align-items: center;
  gap: 8px;
  border: 1px solid rgba(255, 255, 255, .32);
  color: rgba(255, 255, 255, .7);
  font-size: 9px;
  font-weight: 900;
  text-transform: uppercase;
  letter-spacing: .08em;
}

.live-status i {
  width: 7px;
  height: 7px;
  background: var(--red);
  border-radius: 50%;
  box-shadow: 0 0 0 4px rgba(214, 40, 50, .16);
}

.live-section .player-shell {
  position: relative;
  z-index: 1;
}

.player-topline i {
  color: var(--red);
  font-style: normal;
}

.player-help {
  margin: 16px 0 0;
  position: relative;
  z-index: 1;
  color: #9ba8b8;
  font-size: 10px;
}

.match-article {
  width: min(1120px, calc(100% - 48px));
  margin: 0 auto;
}

.match-article > section {
  padding: 91px 0;
  border-bottom: 1px solid var(--ink);
  scroll-margin-top: 55px;
}

.match-article > section:last-child {
  border-bottom: 0;
}

.match-article > section > .section-heading {
  max-width: 850px;
  margin-bottom: 49px;
}

.info-layout {
  display: grid;
  grid-template-columns: 285px minmax(0, 690px);
  justify-content: space-between;
  align-items: start;
  gap: 55px;
}

.info-board {
  margin: 0;
  padding: 20px;
  position: sticky;
  top: 101px;
  background: var(--white);
  border: 1px solid var(--ink);
  box-shadow: 7px 7px 0 var(--paper-deep);
}

.info-board::before {
  content: "MATCH FACTS";
  padding-bottom: 10px;
  display: block;
  border-bottom: 4px solid var(--red);
  font: 700 15px/1 var(--display);
  letter-spacing: .035em;
}

.info-board > div {
  padding: 11px 0;
  display: grid;
  grid-template-columns: 1fr auto;
  gap: 10px;
  border-bottom: 1px solid var(--line);
}

.info-board > div:last-child {
  border-bottom: 0;
}

.info-board dt {
  color: var(--muted);
  font-size: 9px;
  font-weight: 900;
  text-transform: uppercase;
  letter-spacing: .05em;
}

.info-board dd {
  margin: 0;
  text-align: right;
  font-size: 11px;
  font-weight: 900;
}

.article-copy {
  max-width: 690px;
  font-size: 17px;
  line-height: 1.8;
}

.article-copy p {
  margin: 0 0 25px;
}

.article-copy p:last-child {
  margin-bottom: 0;
}

.article-copy .opening {
  font-size: 22px;
  font-weight: 650;
  line-height: 1.62;
}

.timeline-section .timeline {
  margin: 0;
  padding: 0;
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 0;
  border: 1px solid var(--ink);
  background: var(--white);
}

.timeline-section .timeline::before,
.timeline-section .timeline::after {
  display: none;
}

.timeline-section .timeline article {
  min-width: 0;
  margin: 0;
  padding: 23px;
  display: block;
  border: 0;
  border-right: 1px solid var(--ink);
}

.timeline-section .timeline article:last-child {
  border-right: 0;
  background: var(--navy);
  color: #fff;
}

.timeline-section time {
  display: block;
  margin-bottom: 23px;
  color: var(--red);
  font: 700 37px/1 var(--display);
}

.timeline-section article:last-child time {
  color: #ff7f86;
}

.timeline-section h3 {
  min-height: 42px;
  margin: 0 0 10px;
  font: 700 18px/1.12 var(--display);
  text-transform: uppercase;
}

.timeline-section p {
  margin: 0;
  color: var(--ink-soft);
  font-size: 12px;
  line-height: 1.55;
}

.timeline-section article:last-child p {
  color: #b9c4d0;
}

.lineup-columns {
  display: grid;
  grid-template-columns: 1fr 1fr;
  background: var(--white);
  border: 1px solid var(--ink);
}

.team-panel {
  padding: 30px;
  border-top: 8px solid var(--blue);
}

.team-panel + .team-panel {
  border-left: 1px solid var(--ink);
  border-top-color: var(--red);
}

.team-title {
  margin-bottom: 20px;
  padding-bottom: 17px;
  display: flex;
  align-items: center;
  gap: 15px;
  border-bottom: 1px solid var(--line);
}

.team-title .flag {
  width: 48px;
  height: 31px;
  flex: none;
  border: 1px solid rgba(0, 0, 0, .13);
}

.team-title .france {
  background: linear-gradient(90deg, #153a8a 0 33.33%, #fff 33.33% 66.66%, #ef3340 66.66%);
}

.team-title .spain {
  background: linear-gradient(#aa151b 0 25%, #f1bf00 25% 75%, #aa151b 75%);
}

.team-title small {
  display: block;
  color: var(--muted);
  font-size: 9px;
  font-weight: 900;
  text-transform: uppercase;
  letter-spacing: .1em;
}

.team-title h3 {
  margin: 2px 0 0;
  font: 700 32px/1 var(--display);
  text-transform: uppercase;
}

.team-panel > p {
  margin: 0;
  color: var(--ink-soft);
  font-size: 14px;
  line-height: 1.73;
}

.lineup-note {
  margin: 16px 0 0;
  padding: 15px 17px;
  background: var(--paper-deep);
  border-left: 5px solid var(--red);
  color: var(--ink-soft);
  font-size: 11px;
}

.analysis-grid {
  display: grid;
  grid-template-columns: minmax(0, 690px) 270px;
  align-items: start;
  justify-content: space-between;
  gap: 55px;
}

.analysis-grid.reverse {
  grid-template-columns: 270px minmax(0, 690px);
}

.key-points {
  padding: 20px;
  background: var(--navy);
  color: #fff;
  border-top: 8px solid var(--blue);
  box-shadow: 7px 7px 0 var(--paper-deep);
}

.spanish-analysis .key-points {
  border-top-color: var(--red);
}

.key-points h3 {
  margin: 0 0 13px;
  padding-bottom: 11px;
  border-bottom: 1px solid rgba(255, 255, 255, .23);
  font: 700 19px/1.1 var(--display);
  text-transform: uppercase;
}

.key-points ol {
  margin: 0;
  padding: 0;
  list-style: none;
}

.key-points li {
  padding: 13px 0;
  display: grid;
  grid-template-columns: 30px 1fr;
  gap: 8px;
  border-bottom: 1px solid rgba(255, 255, 255, .15);
  color: #c5ced8;
  font-size: 11px;
  line-height: 1.48;
}

.key-points li:last-child {
  border-bottom: 0;
}

.key-points li span {
  color: #ff787f;
  font: 700 12px/1.4 var(--display);
}

.players-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 1px;
  background: var(--ink);
  border: 1px solid var(--ink);
}

.players-grid article {
  min-height: 225px;
  padding: 27px;
  position: relative;
  overflow: hidden;
  background: var(--white);
}

.players-grid article:nth-child(4n + 1),
.players-grid article:nth-child(4n + 4) {
  background: var(--navy);
  color: #fff;
}

.players-grid article::after {
  content: attr(data-number);
  position: absolute;
  right: -7px;
  bottom: -23px;
  color: rgba(7, 29, 51, .045);
  font: 700 120px/.8 var(--display);
}

.players-grid article:nth-child(4n + 1)::after,
.players-grid article:nth-child(4n + 4)::after {
  color: rgba(255, 255, 255, .05);
}

.players-grid article > span {
  color: var(--red);
  font-size: 9px;
  font-weight: 900;
  text-transform: uppercase;
  letter-spacing: .12em;
}

.players-grid h3 {
  margin: 9px 0 14px;
  font: 700 28px/1 var(--display);
  text-transform: uppercase;
}

.players-grid p {
  max-width: 450px;
  margin: 0;
  position: relative;
  z-index: 1;
  color: var(--ink-soft);
  font-size: 13px;
  line-height: 1.63;
}

.players-grid article:nth-child(4n + 1) p,
.players-grid article:nth-child(4n + 4) p {
  color: #bdc7d2;
}

.rules-layout {
  display: grid;
  grid-template-columns: minmax(0, 610px) 1fr;
  align-items: start;
  gap: 65px;
}

.rules-layout > p {
  margin: 0;
  font-size: 18px;
  line-height: 1.78;
}

.rules-flow {
  padding: 17px;
  display: flex;
  align-items: stretch;
  flex-direction: column;
  gap: 7px;
  background: var(--white);
  border: 1px solid var(--ink);
  box-shadow: 7px 7px 0 var(--paper-deep);
}

.rules-flow span {
  padding: 14px;
  background: var(--navy);
  color: #fff;
  font: 700 17px/1 var(--display);
  text-align: center;
  text-transform: uppercase;
}

.rules-flow span:last-child {
  background: var(--red);
}

.rules-flow i {
  color: var(--red);
  font: normal 900 17px/1 var(--display);
  text-align: center;
  transform: rotate(90deg);
}

.guide-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  border-top: 1px solid var(--ink);
  border-left: 1px solid var(--ink);
}

.guide-grid article {
  min-height: 265px;
  padding: 22px;
  border-right: 1px solid var(--ink);
  border-bottom: 1px solid var(--ink);
  background: var(--white);
}

.guide-grid article > b {
  color: var(--red);
  font: 700 31px/1 var(--display);
}

.guide-grid h3 {
  margin: 24px 0 11px;
  font: 700 20px/1.08 var(--display);
  text-transform: uppercase;
}

.guide-grid p {
  margin: 0;
  color: var(--ink-soft);
  font-size: 12px;
  line-height: 1.58;
}

.faq-section {
  padding: 87px max(24px, calc((100vw - 1060px) / 2)) 96px;
  background: var(--white);
  border-block: 1px solid var(--ink);
}

.faq-section > .section-heading {
  margin-bottom: 38px;
  display: grid;
  grid-template-columns: 150px 1fr;
  align-items: start;
  gap: 30px;
}

.faq-section > .section-heading::before {
  content: "FAQ";
  grid-column: 1;
  grid-row: 1 / 3;
  color: var(--red);
  font: 700 65px/.82 var(--display);
  letter-spacing: -.05em;
}

.faq-section > .section-heading > p {
  grid-column: 2;
  grid-row: 1;
}

.faq-section > .section-heading > h2 {
  grid-column: 2;
  grid-row: 2;
}

.faq-list {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  border-top: 1px solid var(--ink);
  border-left: 1px solid var(--ink);
}

.faq-list details {
  padding: 0 20px;
  background: var(--paper);
  border-right: 1px solid var(--ink);
  border-bottom: 1px solid var(--ink);
}

.faq-list summary {
  min-height: 78px;
  padding: 18px 36px 18px 0;
  display: flex;
  align-items: center;
  position: relative;
  font-weight: 900;
  line-height: 1.35;
  list-style: none;
}

.faq-list summary::-webkit-details-marker {
  display: none;
}

.faq-list summary::after {
  content: "+";
  width: 25px;
  height: 25px;
  display: grid;
  place-items: center;
  position: absolute;
  right: 0;
  border: 1px solid var(--ink);
  font: 700 17px/1 var(--display);
}

.faq-list details[open] summary::after {
  content: "−";
  background: var(--red);
  border-color: var(--red);
  color: #fff;
}

.faq-list details p {
  margin: -2px 0 21px;
  padding-right: 23px;
  color: var(--ink-soft);
  font-size: 13px;
}

.site-footer {
  min-height: 164px;
}

.site-footer .brand span {
  background: var(--red);
}

.toast {
  max-width: calc(100% - 32px);
  padding: 13px 16px;
  position: fixed;
  right: 20px;
  bottom: 20px;
  z-index: 60;
  background: var(--red);
  color: #fff;
  box-shadow: 5px 5px 0 rgba(7, 29, 51, .18);
  font-size: 11px;
  font-weight: 900;
  opacity: 0;
  transform: translateY(14px);
  transition: opacity .2s ease, transform .2s ease;
  pointer-events: none;
}

.toast.show {
  opacity: 1;
  transform: none;
}

@media (max-width: 1040px) {
  .hero h1 {
    max-width: 780px;
  }

  .match-card {
    width: 270px;
  }

  .info-layout,
  .analysis-grid,
  .analysis-grid.reverse {
    grid-template-columns: 245px minmax(0, 1fr);
    gap: 38px;
  }

  .analysis-grid:not(.reverse) {
    grid-template-columns: minmax(0, 1fr) 245px;
  }

  .timeline-section .timeline,
  .guide-grid {
    grid-template-columns: repeat(2, 1fr);
  }

  .timeline-section .timeline article:nth-child(2) {
    border-right: 0;
  }

  .timeline-section .timeline article:nth-child(-n + 2) {
    border-bottom: 1px solid var(--ink);
  }
}

@media (max-width: 820px) {
  .site-header {
    grid-template-columns: 1fr auto;
  }

  .site-header nav {
    display: none;
    padding: 16px 20px;
    position: absolute;
    top: 76px;
    left: 0;
    right: 0;
    flex-direction: column;
    align-items: flex-start;
    gap: 0;
    background: var(--white);
    border-block: 1px solid var(--ink);
  }

  .site-header nav.open {
    display: flex;
  }

  .site-header nav a {
    width: 100%;
    padding: 12px 0;
    border-bottom: 1px solid var(--line);
  }

  .site-header .tournament {
    display: none;
  }

  .menu-button {
    display: block;
  }

  .hero {
    min-height: 690px;
  }

  .match-card {
    display: none;
  }

  .info-layout {
    grid-template-columns: 210px minmax(0, 1fr);
    gap: 30px;
  }

  .analysis-grid,
  .analysis-grid.reverse,
  .analysis-grid:not(.reverse) {
    grid-template-columns: 1fr;
  }

  .analysis-grid.reverse .key-points {
    grid-row: 2;
  }

  .key-points {
    display: grid;
    grid-template-columns: 180px 1fr;
    align-items: start;
    gap: 20px;
  }

  .players-grid,
  .lineup-columns {
    grid-template-columns: 1fr;
  }

  .team-panel + .team-panel {
    border-top: 8px solid var(--red);
    border-left: 0;
  }

  .rules-layout {
    grid-template-columns: 1fr;
    gap: 35px;
  }
}

@media (max-width: 720px) {
  .site-header {
    min-height: 64px;
    padding: 0 14px;
  }

  .site-header .brand {
    font-size: 16px;
  }

  .site-header .brand span {
    width: 31px;
    height: 31px;
  }

  .site-header nav {
    top: 64px;
    padding-inline: 15px;
  }

  .hero {
    min-height: 610px;
  }

  .hero::before {
    background: linear-gradient(0deg, rgba(3, 16, 31, .98) 0, rgba(3, 16, 31, .87) 57%, rgba(3, 16, 31, .3));
  }

  .hero::after {
    right: -5px;
    bottom: -14px;
    font-size: 75px;
  }

  .hero-visual > img {
    object-position: 59% center;
  }

  .hero-copy {
    width: calc(100% - 28px);
    padding: 67px 0 64px;
  }

  .hero .eyebrow {
    font-size: 8px;
  }

  .hero h1 {
    font-size: clamp(40px, 12vw, 56px);
  }

  .hero-lead {
    margin-top: 19px;
    font-size: 14px;
    line-height: 1.56;
  }

  .hero-actions {
    align-items: stretch;
    flex-direction: column;
  }

  .primary-action {
    width: 100%;
    justify-content: space-between;
  }

  .secondary-action {
    padding-top: 4px;
  }

  .hero-facts {
    margin-top: 29px;
    gap: 8px;
  }

  .hero-facts dd {
    font-size: 11px;
  }

  .live-section {
    padding: 58px 10px 66px;
  }

  .live-section::before {
    top: -5px;
    font-size: 92px;
  }

  .live-heading {
    padding-inline: 5px;
    display: block;
  }

  .section-heading h2,
  .live-heading h2 {
    font-size: 36px;
  }

  .live-status {
    width: max-content;
    margin-top: 16px;
  }

  .player-topline {
    min-height: 39px;
    grid-template-columns: 1fr auto;
  }

  .player-topline span:last-child {
    display: none;
  }

  .player-help {
    padding: 0 5px;
    font-size: 9px;
  }

  .match-article {
    width: calc(100% - 28px);
  }

  .match-article > section {
    padding: 63px 0;
  }

  .match-article > section > .section-heading {
    margin-bottom: 34px;
  }

  .info-layout {
    display: flex;
    flex-direction: column;
    gap: 40px;
  }

  .info-board {
    width: 100%;
    position: static;
    order: 2;
  }

  .article-copy {
    font-size: 15px;
    line-height: 1.76;
  }

  .article-copy .opening {
    font-size: 19px;
  }

  .timeline-section .timeline {
    grid-template-columns: 1fr;
  }

  .timeline-section .timeline article,
  .timeline-section .timeline article:nth-child(2),
  .timeline-section .timeline article:nth-child(-n + 2) {
    padding: 19px;
    border-right: 0;
    border-bottom: 1px solid var(--ink);
  }

  .timeline-section .timeline article:last-child {
    border-bottom: 0;
  }

  .timeline-section time {
    margin-bottom: 13px;
    font-size: 31px;
  }

  .timeline-section h3 {
    min-height: 0;
  }

  .team-panel {
    padding: 23px 18px;
  }

  .team-panel > p {
    font-size: 13px;
  }

  .lineup-note {
    font-size: 10px;
  }

  .key-points {
    padding: 19px;
    display: block;
  }

  .players-grid {
    grid-template-columns: 1fr;
  }

  .players-grid article {
    min-height: 0;
    padding: 22px;
  }

  .players-grid article:nth-child(4n + 1),
  .players-grid article:nth-child(4n + 4) {
    background: var(--white);
    color: var(--ink);
  }

  .players-grid article:nth-child(odd) {
    background: var(--navy);
    color: #fff;
  }

  .players-grid article:nth-child(4n + 1) p,
  .players-grid article:nth-child(4n + 4) p {
    color: var(--ink-soft);
  }

  .players-grid article:nth-child(odd) p {
    color: #bdc7d2;
  }

  .rules-layout > p {
    font-size: 16px;
  }

  .guide-grid {
    grid-template-columns: 1fr;
  }

  .guide-grid article {
    min-height: 0;
  }

  .faq-section {
    padding: 62px 14px 70px;
  }

  .faq-section > .section-heading {
    margin-bottom: 30px;
    display: block;
  }

  .faq-section > .section-heading::before {
    margin-bottom: 14px;
    display: block;
    font-size: 49px;
  }

  .faq-section > .section-heading > p,
  .faq-section > .section-heading > h2 {
    grid-column: auto;
    grid-row: auto;
  }

  .faq-list {
    grid-template-columns: 1fr;
  }

  .faq-list details {
    padding-inline: 15px;
  }

  .site-footer {
    min-height: 155px;
    padding: 32px 16px;
  }
}
