@font-face {
  font-family: "Bebas Neue LT";
  font-style: normal;
  font-weight: 400 900;
  font-display: swap;
  src: url('../fonts/bebas-neue-latin-ext.woff2') format('woff2');
  unicode-range: U+0100-02BA, U+02BD-02C5, U+02C7-02CC, U+02CE-02D7, U+02DD-02FF, U+0304, U+0308, U+0329, U+1D00-1DBF, U+1E00-1E9F, U+1EF2-1EFF, U+2020, U+20A0-20AB, U+20AD-20C0, U+2113, U+2C60-2C7F, U+A720-A7FF;
}

@font-face {
  font-family: "Bebas Neue LT";
  font-style: normal;
  font-weight: 400 900;
  font-display: swap;
  src: url('../fonts/bebas-neue-latin.woff2') format('woff2');
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}

:root {
  --black: #090a0b;
  --ink: #111315;
  --graphite: #1b1e21;
  --line: rgba(255, 255, 255, .14);
  --paper: #f2efe8;
  --paper-2: #e7e4dd;
  --orange: #f36b21;
  --amber: #ffab19;
  --muted: #a7aaad;
  --display: "Bebas Neue LT", "Arial Narrow", "Roboto Condensed", Impact, sans-serif;
  --sans: Inter, Helvetica, Arial, sans-serif;
  --page-gutter: 32px;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; background: var(--black); }
body { margin: 0; background: var(--black); color: white; font-family: var(--sans); -webkit-font-smoothing: antialiased; }
a { color: inherit; text-decoration: none; }
button { font: inherit; }
img { display: block; max-width: 100%; }
main { overflow: clip; }
::selection { background: var(--orange); color: #080808; }

.skip-link { position: fixed; z-index: 1000; top: 12px; left: 12px; padding: 14px 18px; background: var(--orange); color: var(--black); font-size: 12px; font-weight: 900; text-transform: uppercase; letter-spacing: .08em; transform: translateY(-160%); transition: transform .2s ease; }
.skip-link:focus { transform: translateY(0); outline: 3px solid white; outline-offset: 3px; }

.shell { width: min(1320px, calc(100% - var(--page-gutter) - var(--page-gutter))); margin: 0 auto; }
.narrow-shell { width: min(1060px, calc(100% - var(--page-gutter) - var(--page-gutter))); }

.site-header { position: fixed; z-index: 100; top: 0; left: 0; width: 100%; background: rgba(7, 8, 9, .82); border-bottom: 1px solid rgba(255,255,255,.12); backdrop-filter: blur(18px); }
.header-inner { height: 86px; width: min(1460px, calc(100% - 48px)); margin: 0 auto; display: grid; grid-template-columns: 150px 1fr auto; align-items: center; gap: 28px; }
.brand { align-self: stretch; display: flex; align-items: center; width: 114px; position: relative; }
.brand::after { content: ""; position: absolute; width: 46px; height: 4px; bottom: -1px; left: 34px; background: var(--orange); }
.brand img { width: 86px; max-height: 76px; object-fit: contain; }
.main-nav { display: flex; justify-content: center; align-items: center; gap: clamp(18px, 2.2vw, 38px); }
.main-nav > a { position: relative; padding: 34px 0 30px; color: #d5d6d7; text-transform: uppercase; font-weight: 800; font-size: 12px; letter-spacing: .12em; }
.main-nav > a::after { content: ""; position: absolute; left: 0; right: 100%; bottom: 22px; height: 2px; background: var(--orange); transition: right .25s ease; }
.main-nav > a:hover::after, .main-nav > a.active::after { right: 0; }
.main-nav > a.active { color: white; }
.main-nav .nav-ticket { border: 1px solid rgba(255,255,255,.25); padding: 12px 18px; color: var(--orange); }
.main-nav .nav-ticket::after { display: none; }
.header-tools { display: flex; align-items: center; gap: 20px; }
.header-mail { color: var(--muted); font-size: 11px; text-transform: uppercase; letter-spacing: .1em; }
.mobile-quick-link { display: none; }
.menu-toggle { display: none; background: transparent; border: 0; width: 42px; height: 42px; position: relative; cursor: pointer; }
.menu-toggle span { position: absolute; width: 23px; height: 2px; background: white; left: 9px; transition: .2s ease; }
.menu-toggle span:first-child { top: 16px; }
.menu-toggle span:last-child { top: 24px; }

.eyebrow { display: inline-flex; align-items: center; gap: 12px; font-size: 11px; font-weight: 900; text-transform: uppercase; letter-spacing: .2em; color: #5f6366; }
.eyebrow::before { content: ""; width: 32px; height: 2px; background: var(--orange); }
.eyebrow.light { color: rgba(255,255,255,.65); }
h1, h2, h3, p { margin-top: 0; }
h1, h2, h3 { font-family: var(--display); font-stretch: condensed; text-transform: uppercase; line-height: .9; letter-spacing: -.035em; }
h1 em, h2 em { color: var(--orange); font-style: normal; }
.button { min-height: 52px; padding: 0 24px; display: inline-flex; justify-content: center; align-items: center; text-transform: uppercase; letter-spacing: .12em; font-size: 11px; font-weight: 900; border: 1px solid transparent; transition: transform .2s ease, background .2s ease, color .2s ease; }
.button:hover { transform: translateY(-2px); }
.button-primary { color: #080808; background: var(--orange); }
.button-primary:hover { background: #ff7a2e; }
.button-ghost { border-color: rgba(255,255,255,.45); color: white; }
.button-ghost:hover { background: white; color: var(--black); }
.button-dark { color: white; background: var(--black); }
.button-dark:hover { background: var(--orange); color: var(--black); }
.text-link { display: inline-flex; align-items: center; gap: 14px; font-size: 12px; font-weight: 900; text-transform: uppercase; letter-spacing: .12em; }
.text-link span { width: 34px; height: 34px; border: 1px solid currentColor; border-radius: 50%; display: inline-grid; place-items: center; transition: .2s ease; }
.text-link:hover span { background: var(--orange); color: var(--black); border-color: var(--orange); transform: rotate(45deg); }
.light-link { color: white; }

.hero { position: relative; min-height: 850px; height: 100svh; max-height: 1040px; display: flex; align-items: center; background: #060708; }
.hero-media { position: absolute; inset: 0; background-image: url('../images/hero-lugano-corrected-v2.webp'); background-size: cover; background-position: 62% center; transform: scale(1.01); animation: heroIn 1.4s cubic-bezier(.2,.75,.2,1) both; }
.hero-vignette { position: absolute; inset: 0; background: linear-gradient(90deg, rgba(3,4,6,.98) 0%, rgba(3,4,6,.82) 28%, rgba(3,4,6,.34) 57%, rgba(3,4,6,.15) 100%), linear-gradient(0deg, rgba(5,5,5,.78), transparent 45%); }
.hero-content { position: relative; z-index: 2; padding-top: 90px; display: flex; align-items: flex-end; justify-content: space-between; }
.hero-copy { max-width: 780px; }
.hero-copy h1 { margin: 22px 0 26px; font-size: clamp(82px, 9vw, 150px); color: white; }
.hero-copy p { max-width: 590px; color: rgba(255,255,255,.76); font-size: 19px; line-height: 1.65; }
.hero-actions { margin-top: 38px; display: flex; gap: 12px; flex-wrap: wrap; }
.hero-scroll { writing-mode: vertical-rl; display: flex; align-items: center; gap: 16px; text-transform: uppercase; font-size: 9px; font-weight: 900; letter-spacing: .18em; color: rgba(255,255,255,.55); }
.hero-scroll span { width: 1px; height: 80px; background: linear-gradient(var(--orange), rgba(255,255,255,.1)); }
.hero-stripes { position: absolute; right: -25px; bottom: -50px; width: 320px; height: 200px; opacity: .18; transform: rotate(-10deg); background: repeating-linear-gradient(128deg, transparent 0 25px, var(--orange) 27px 36px, transparent 38px 62px); filter: blur(1px); }
@keyframes heroIn { from { opacity: .15; transform: scale(1.07); } to { opacity: 1; transform: scale(1.01); } }

.next-game-section { position: relative; z-index: 10; margin-top: -56px; padding-bottom: 76px; }
.next-game-card { min-height: 150px; background: var(--paper); color: var(--black); display: grid; grid-template-columns: 155px 160px minmax(300px, 1fr) 210px 150px; align-items: stretch; box-shadow: 0 24px 80px rgba(0,0,0,.35); }
.next-game-card > * { padding: 26px; border-right: 1px solid rgba(0,0,0,.12); }
.next-game-label { display: flex; flex-direction: column; justify-content: space-between; background: var(--orange); }
.next-game-label span, .next-game-label small { font-size: 10px; text-transform: uppercase; letter-spacing: .13em; font-weight: 900; }
.next-game-date { display: flex; align-items: center; gap: 14px; }
.next-game-date strong { font-family: var(--display); font-size: 70px; line-height: .8; }
.next-game-date span { font-size: 11px; line-height: 1.5; font-weight: 900; }
.next-game-versus { display: grid; grid-template-columns: 1fr auto 1fr; align-items: center; gap: 22px; }
.next-game-versus > div { display: flex; align-items: center; gap: 13px; }
.next-game-versus > div:last-child { justify-content: flex-end; text-align: right; }
.next-game-versus b { color: #9a9b9c; font-size: 12px; }
.next-game-versus strong { font-family: var(--display); font-size: 24px; text-transform: uppercase; line-height: .95; }
.mini-mark { width: 48px; height: 48px; aspect-ratio: 1; flex: 0 0 48px; border-radius: 50%; display: grid; place-items: center; color: var(--black); background: var(--orange); font-weight: 900; }
.mini-mark.rival { color: white; background: var(--black); }
.next-game-place { display: flex; flex-direction: column; justify-content: center; gap: 8px; }
.next-game-place span, .next-game-place small { color: #777; text-transform: uppercase; letter-spacing: .12em; font-size: 9px; }
.next-game-place strong { font-size: 14px; }
.next-game-card > .button { padding: 0 18px; align-self: stretch; min-height: 100%; }

.dark-section { position: relative; background: var(--black); color: white; }
.light-section { background: var(--paper); color: var(--black); }
.manifesto-section { padding: 150px 0 170px; overflow: hidden; }
.manifesto-section::before { content: ""; position: absolute; inset: 0; opacity: .05; background-image: linear-gradient(90deg, transparent 96%, white 97%), linear-gradient(transparent 96%, white 97%); background-size: 84px 84px; }
.manifesto-grid { position: relative; display: grid; grid-template-columns: 1.15fr .85fr; gap: 120px; align-items: end; }
.manifesto-grid h2 { margin: 28px 0 0; font-size: clamp(68px, 8.2vw, 130px); }
.manifesto-copy { padding-bottom: 10px; max-width: 520px; }
.manifesto-copy p { color: var(--muted); line-height: 1.75; font-size: 16px; }
.manifesto-copy .lead { color: white; font-size: 23px; line-height: 1.5; }
.manifesto-copy .text-link { margin-top: 28px; }
.manifesto-number { position: absolute; right: -40px; top: -80px; font-family: var(--display); font-size: min(42vw, 680px); line-height: 1; color: rgba(255,255,255,.025); }

.schedule-section { padding: 130px 0; }
.section-header { display: flex; justify-content: space-between; align-items: flex-end; gap: 32px; margin-bottom: 58px; }
.section-header h2 { font-size: clamp(56px, 6vw, 94px); margin: 16px 0 0; }
.top-scorer-section { position: relative; padding: 130px 0; overflow: hidden; background: radial-gradient(circle at 78% 45%, rgba(232,27,35,.2), transparent 31%), #08090a; }
.top-scorer-section::before { content: ""; position: absolute; inset: 0; opacity: .08; background: repeating-linear-gradient(128deg, transparent 0 34px, #e41f27 35px 43px, transparent 44px 78px); transform: translateX(67%); }
.top-scorer-layout { position: relative; z-index: 1; display: grid; grid-template-columns: minmax(0, 1fr) 520px; gap: clamp(70px, 10vw, 150px); align-items: center; }
.top-scorer-copy { max-width: 650px; }
.top-scorer-copy h2 { margin: 28px 0 32px; font-size: clamp(74px, 8.2vw, 126px); }
.top-scorer-copy h2 em { color: #e41f27; }
.top-scorer-copy p { max-width: 570px; color: #a7aaad; font-size: 18px; line-height: 1.7; }
.top-scorer-copy .text-link { margin-top: 28px; }
.top-scorer-visual { position: relative; width: 520px; height: 660px; background: #e41f27; box-shadow: 0 34px 90px rgba(0,0,0,.48); }
.top-scorer-panel { position: relative; width: 100%; height: 100%; padding: 34px; overflow: hidden; color: white; background: radial-gradient(circle at 80% 12%, rgba(255,255,255,.16), transparent 26%), linear-gradient(148deg, #ee1d2b 0%, #c91420 100%); }
.top-scorer-panel::after { content: "01"; position: absolute; right: -12px; top: 78px; color: rgba(255,255,255,.08); font-family: var(--display); font-size: 210px; line-height: .75; }
.top-scorer-panel > * { position: relative; z-index: 1; }
.top-scorer-panel-brand { display: flex; align-items: center; justify-content: space-between; gap: 20px; }
.top-scorer-panel-brand img { width: 148px; height: 54px; padding: 8px 12px; object-fit: contain; background: white; }
.top-scorer-panel-brand span { font-size: 11px; font-weight: 900; letter-spacing: .16em; text-transform: uppercase; }
.top-scorer-player-photo { position: absolute; z-index: 0; top: 92px; left: 0; bottom: 102px; width: 61%; overflow: hidden; background: linear-gradient(145deg, rgba(7,8,9,.94), rgba(7,8,9,.45)); }
.top-scorer-player-photo::after { content: ""; position: absolute; inset: 0; background: linear-gradient(90deg, transparent 48%, #d41722 100%), linear-gradient(0deg, #c91420 0%, transparent 35%); }
.top-scorer-player-photo img { width: 100%; height: 100%; object-fit: cover; object-position: center top; image-rendering: auto; }
.top-scorer-player-photo.no-photo { display: grid; place-items: center; }
.top-scorer-player-photo.no-photo span { color: rgba(255,255,255,.22); font-family: var(--display); font-size: 170px; }
.top-scorer-player-copy { position: absolute; z-index: 2; top: 184px; right: 30px; width: 64%; text-align: right; }
.top-scorer-player-meta { display: flex; justify-content: flex-end; align-items: center; gap: 12px; margin-bottom: 20px; font-size: 9px; font-weight: 900; letter-spacing: .12em; text-transform: uppercase; }
.top-scorer-player-meta b { display: inline-grid; min-width: 42px; min-height: 42px; place-items: center; border: 1px solid rgba(255,255,255,.5); border-radius: 50%; }
.top-scorer-player-copy h3 { display: grid; justify-items: end; margin: 0; text-transform: uppercase; text-shadow: 0 3px 20px rgba(0,0,0,.4); }
.top-scorer-player-copy h3 strong { max-width: 100%; font-family: var(--display); font-size: clamp(58px, 5vw, 76px); font-weight: 700; line-height: .78; letter-spacing: -.045em; overflow-wrap: anywhere; }
.top-scorer-player-copy h3 span { margin-top: 12px; font-size: 17px; font-weight: 900; letter-spacing: .18em; }
.top-scorer-stats { position: absolute; z-index: 3; left: 30px; right: 30px; bottom: 112px; display: grid; grid-template-columns: repeat(3, 1fr); background: rgba(8,9,10,.82); border: 1px solid rgba(255,255,255,.18); backdrop-filter: blur(8px); }
.top-scorer-stats > span { display: grid; gap: 4px; min-width: 0; padding: 13px 10px; text-align: center; border-right: 1px solid rgba(255,255,255,.15); }
.top-scorer-stats > span:last-child { border-right: 0; }
.top-scorer-stats strong { font-family: var(--display); font-size: 32px; line-height: .85; }
.top-scorer-stats small { font-size: 8px; font-weight: 900; letter-spacing: .12em; text-transform: uppercase; }
.top-scorer-contribution { position: absolute; z-index: 4; left: 0; right: 0; bottom: 0; min-height: 94px; display: grid; grid-template-columns: 165px 1fr; gap: 22px; align-items: center; padding: 18px 30px; background: #090a0b; }
.top-scorer-contribution > div { display: grid; gap: 4px; }
.top-scorer-contribution strong { font-family: var(--display); font-size: 34px; line-height: .85; }
.top-scorer-contribution span { font-size: 8px; font-weight: 900; letter-spacing: .09em; line-height: 1.25; text-transform: uppercase; }
.top-scorer-contribution p { display: grid; gap: 3px; margin: 0; color: rgba(255,255,255,.68); font-size: 10px; line-height: 1.45; }
.top-scorer-contribution p b { color: white; font-size: 9px; letter-spacing: .08em; text-transform: uppercase; }
.top-scorer-pending { display: grid; align-content: center; gap: 14px; height: calc(100% - 122px); max-width: 390px; }
.top-scorer-pending span { font-size: 10px; font-weight: 900; letter-spacing: .14em; text-transform: uppercase; }
.top-scorer-pending strong { font-family: var(--display); font-size: 62px; line-height: .82; text-transform: uppercase; }
.top-scorer-pending p { max-width: 340px; color: rgba(255,255,255,.8); font-size: 13px; line-height: 1.5; }
.top-scorer-index { position: absolute; z-index: 2; top: 22px; left: -54px; width: 54px; padding: 15px 0; display: flex; flex-direction: column; align-items: center; gap: 16px; color: white; border-left: 1px solid rgba(255,255,255,.28); pointer-events: none; }
.top-scorer-index span { writing-mode: vertical-rl; font-size: 8px; font-weight: 900; letter-spacing: .2em; }
.top-scorer-index strong { color: #e41f27; font-family: var(--display); font-size: 28px; }
.top-scorer-ghost { position: absolute; left: -2vw; bottom: -7vw; color: transparent; -webkit-text-stroke: 1px rgba(255,255,255,.055); font-family: var(--display); font-size: 33vw; line-height: .75; }
.match-tabs { border-top: 1px solid rgba(0,0,0,.18); }
.tab-controls { display: flex; gap: 36px; border-bottom: 1px solid rgba(0,0,0,.18); }
.tab-controls button { cursor: pointer; border: 0; background: transparent; padding: 24px 0 19px; color: #818386; text-transform: uppercase; font-size: 11px; font-weight: 900; letter-spacing: .14em; position: relative; }
.tab-controls button::after { content: ""; position: absolute; bottom: -1px; left: 0; right: 100%; height: 3px; background: var(--orange); transition: .2s; }
.tab-controls button.active { color: var(--black); }
.tab-controls button.active::after { right: 0; }
.match-tab-panel-content { display: contents; }
.match-tab-panel-content[hidden] { display: none; }
.game-row[id] { scroll-margin-top: 96px; }
.game-row { min-height: 114px; display: grid; grid-template-columns: 138px minmax(0, 1fr) 220px 48px; align-items: center; gap: 20px; border-bottom: 1px solid rgba(0,0,0,.15); transition: padding .25s, background .25s; }
.game-row:hover { background: rgba(255,255,255,.55); padding: 0 18px; }
.game-date { display: grid; grid-template-columns: max-content max-content; gap: 10px; align-items: baseline; min-width: 0; }
.game-date strong { font-family: var(--display); font-size: 30px; white-space: nowrap; font-variant-numeric: tabular-nums; }
.game-date span { color: #777; text-transform: uppercase; font-size: 9px; font-weight: 800; }
.game-teams { display: grid; grid-template-columns: minmax(0, 1fr) 38px minmax(0, 1fr); align-items: center; gap: 15px; }
.game-teams strong { font-family: var(--display); font-size: 29px; text-transform: uppercase; }
.game-teams strong:first-child { text-align: right; }
.game-teams strong:last-child { text-align: left; }
.game-teams span { width: 34px; height: 34px; display: flex; align-items: center; justify-content: center; justify-self: center; color: #777a7d; border: 1px solid rgba(0,0,0,.16); border-radius: 50%; text-align: center; text-transform: uppercase; font-size: 8px; font-weight: 900; letter-spacing: .04em; }
.game-meta { display: flex; flex-direction: column; gap: 6px; }
.game-meta span { text-transform: uppercase; font-size: 9px; font-weight: 900; letter-spacing: .12em; color: var(--orange); }
.game-meta small { color: #777; }
.round-arrow { width: 44px; height: 44px; border: 1px solid rgba(0,0,0,.25); border-radius: 50%; background: transparent; cursor: pointer; transition: .2s; display: grid; place-items: center; color: var(--black); }
.round-arrow:hover { background: var(--orange); border-color: var(--orange); transform: rotate(45deg); }
.result-row { min-height: 132px; grid-template-columns: 94px 126px minmax(0, 1fr) 48px; gap: 22px; }
.outcome { width: 86px; min-height: 32px; padding: 0 9px; display: grid; place-items: center; font-size: 8px; font-weight: 900; letter-spacing: .08em; text-transform: uppercase; color: white; background: #555; }
.outcome.w { background: #1f7a4c; }.outcome.l { background: #9b2c2c; }
.result-teams { grid-template-columns: minmax(0, 1fr) 10px minmax(0, 1fr); gap: 10px; }
.result-team { min-width: 0; display: grid; align-items: center; gap: 16px; }
.result-team.home-team { grid-template-columns: minmax(0, 1fr) 64px; }
.result-team.away-team { grid-template-columns: 64px minmax(0, 1fr); }
.result-team strong { min-width: 0; font-size: clamp(24px, 2vw, 31px); line-height: .98; text-wrap: balance; }
.result-team.home-team strong { text-align: right; }
.result-team.away-team strong { text-align: left; }
.result-team span.score-number { width: 64px; height: 64px; border: 0; border-radius: 0; background: #17191b; color: white; font-family: var(--display); font-size: 38px; font-weight: 700; letter-spacing: -.04em; font-variant-numeric: tabular-nums; }
.result-team.is-winner span.score-number { background: var(--orange); color: #070809; }
.result-teams span.score-divider { width: auto; height: auto; border: 0; border-radius: 0; color: #777a7d; font-family: var(--display); font-size: 26px; letter-spacing: 0; }
.result-row:hover { padding: 0; }

.news-section { padding: 130px 0; background: #dedbd4; color: var(--black); }
.news-grid { display: grid; grid-template-columns: 1.35fr .85fr; grid-template-rows: repeat(2, 300px); gap: 18px; }
.news-card { position: relative; min-height: 300px; overflow: hidden; color: white; }
.news-card.featured-news { grid-row: 1 / span 2; }
.news-card img { width: 100%; height: 100%; object-fit: cover; transition: transform .7s cubic-bezier(.2,.7,.2,1); }
.news-card:hover img { transform: scale(1.045); }
.news-overlay { position: absolute; inset: 0; background: linear-gradient(0deg, rgba(4,5,6,.95), rgba(4,5,6,.08) 70%); }
.news-content { position: absolute; inset: auto 0 0; padding: 32px; }
.news-content span { color: var(--orange); text-transform: uppercase; font-size: 9px; letter-spacing: .13em; font-weight: 900; }
.news-content h3 { margin: 12px 0 10px; max-width: 620px; font-size: clamp(32px, 3vw, 55px); }
.news-content p { margin-bottom: 16px; color: rgba(255,255,255,.72); font-size: 13px; }
.news-content b { text-transform: uppercase; font-size: 9px; letter-spacing: .13em; }
.news-card:not(.featured-news) .news-content h3 { font-size: 33px; }
.news-card:not(.featured-news) .news-content p { display: none; }

.trophy-section { padding: 150px 0; }
.trophy-section .section-header h2 { color: white; }
.trophy-section .text-link { color: white; }
.trophy-grid { display: grid; grid-template-columns: repeat(4, 1fr); border-top: 1px solid var(--line); border-bottom: 1px solid var(--line); }
.trophy-stat { padding: 48px 34px; border-right: 1px solid var(--line); display: flex; flex-direction: column; min-height: 220px; justify-content: space-between; position: relative; overflow: hidden; }
.trophy-stat:last-child { border-right: 0; }
.trophy-stat::after { content: ""; width: 110px; height: 110px; position: absolute; right: -40px; top: -50px; border: 1px solid rgba(243,107,33,.3); border-radius: 50%; }
.trophy-stat strong { font-family: var(--display); color: var(--orange); font-size: clamp(76px, 8vw, 122px); line-height: .75; }
.trophy-stat span { max-width: 140px; text-transform: uppercase; font-size: 10px; line-height: 1.5; letter-spacing: .13em; font-weight: 900; }

.academy-feature { min-height: 760px; display: grid; grid-template-columns: 1.15fr .85fr; background: var(--orange); color: var(--black); }
.academy-image { overflow: hidden; }
.academy-image img { width: 100%; height: 100%; object-fit: cover; }
.academy-copy { padding: clamp(60px, 8vw, 130px); display: flex; flex-direction: column; justify-content: center; align-items: flex-start; }
.academy-copy .eyebrow::before { background: var(--black); }
.academy-copy h2 { font-size: clamp(62px, 7vw, 110px); margin: 22px 0 30px; }
.academy-copy h2 em { color: white; }
.academy-copy p { font-size: 18px; line-height: 1.7; max-width: 510px; }
.academy-copy .button { margin-top: 22px; }

.partners-home { padding: 130px 0 110px; }
.sponsor-grid { display: grid; grid-template-columns: repeat(7, 1fr); gap: 10px; }
.sponsor-card { min-height: 138px; padding: 25px; background: white; border: 1px solid rgba(0,0,0,.08); display: grid; place-items: center; transition: transform .2s, box-shadow .2s; }
.sponsor-card:hover { transform: translateY(-5px); box-shadow: 0 20px 40px rgba(0,0,0,.1); }
.sponsor-card img { width: 100%; height: 76px; object-fit: contain; }
.partner-cta { margin-top: 48px; padding-top: 30px; border-top: 1px solid rgba(0,0,0,.15); display: flex; align-items: center; justify-content: space-between; gap: 30px; }
.partner-cta p { margin: 0; font-size: 20px; }

.site-footer { position: relative; background: #08090a; padding: 130px 0 28px; overflow: hidden; }
.footer-roar { position: absolute; top: 5px; left: -10px; white-space: nowrap; font-family: var(--display); font-size: clamp(100px, 15vw, 250px); line-height: 1; color: rgba(255,255,255,.025); letter-spacing: -.05em; }
.footer-grid { position: relative; display: grid; grid-template-columns: 2fr repeat(3, 1fr); gap: 70px; padding-bottom: 75px; }
.footer-grid > div:not(.footer-brand) { display: flex; flex-direction: column; gap: 13px; }
.footer-brand img { width: 160px; height: 130px; object-fit: contain; object-position: left; }
.footer-brand p { color: #8f9295; font-size: 13px; line-height: 1.7; }
.footer-label { color: var(--orange); text-transform: uppercase; font-size: 9px; font-weight: 900; letter-spacing: .15em; margin-bottom: 6px; }
.footer-grid a { color: #babdc0; font-size: 13px; }
.footer-grid a:hover { color: white; }
.footer-bottom { border-top: 1px solid var(--line); padding-top: 24px; color: #777b7e; display: flex; justify-content: space-between; gap: 30px; font-size: 10px; text-transform: uppercase; letter-spacing: .08em; }

.page-hero { position: relative; min-height: 700px; display: flex; align-items: flex-end; background: var(--black); }
.page-hero.compact { min-height: 520px; }
.page-hero-image { position: absolute; inset: 0; background-size: cover; background-position: center; }
.page-hero-overlay { position: absolute; inset: 0; background: linear-gradient(90deg, rgba(4,5,6,.96), rgba(4,5,6,.38) 70%), linear-gradient(0deg, rgba(4,5,6,.85), transparent 60%); }
.page-hero-content { position: relative; padding-top: 160px; padding-bottom: 90px; }
.page-hero h1 { margin: 24px 0 24px; font-size: clamp(76px, 9vw, 146px); max-width: 1100px; }
.page-hero p { color: rgba(255,255,255,.72); max-width: 690px; font-size: 18px; line-height: 1.6; }
.page-section { padding: 130px 0; }
.match-tabs.is-loading, .player-grid.is-loading, .standings-table.is-loading, .next-game-card.is-loading { opacity: .72; }
.games-empty, .standings-empty, .roster-empty { padding: 42px 0; color: #85888b; font-size: 14px; line-height: 1.6; }
.roster-empty { grid-column: 1 / -1; }
.match-more { display: flex; justify-content: flex-end; padding-top: 24px; }
.match-more a { min-height: 44px; display: inline-flex; align-items: center; gap: 12px; font-size: 10px; font-weight: 900; letter-spacing: .12em; text-transform: uppercase; }
.match-more a span { width: 34px; height: 34px; display: grid; place-items: center; border: 1px solid rgba(0,0,0,.3); border-radius: 50%; }
.standings-empty { border-top: 1px solid var(--line); color: #999da0; }
.season-chip { border: 1px solid rgba(255,255,255,.25); padding: 10px 14px; color: #aaa; font-size: 9px; text-transform: uppercase; letter-spacing: .12em; }
.standings-section .section-header h2 { color: white; }
.standings-table { border-top: 1px solid var(--line); }
.standing-row { display: grid; grid-template-columns: 70px 1fr 100px 80px; min-height: 74px; align-items: center; border-bottom: 1px solid var(--line); color: #a7aaad; }
.standing-row > span { color: #666; font-family: var(--display); font-size: 24px; }
.standing-row > strong { color: white; text-transform: uppercase; font-size: 15px; }
.standing-row small { text-align: right; font-size: 10px; }
.standing-row.highlight { background: var(--orange); color: var(--black); padding: 0 24px; }
.standing-row.highlight > span, .standing-row.highlight > strong { color: var(--black); }

.player-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 14px; }
.player-card { min-height: 480px; background: #dcd9d2; position: relative; overflow: hidden; display: flex; flex-direction: column; }
.player-visual { position: relative; height: 300px; overflow: hidden; background: linear-gradient(145deg, #131517, #272b2f); }
.player-visual::before { content: ""; position: absolute; inset: 0; opacity: .18; background: repeating-linear-gradient(130deg, transparent 0 26px, var(--orange) 28px 35px, transparent 37px 60px); }
.player-visual > span { position: absolute; right: 16px; top: -8px; font-family: var(--display); color: rgba(255,255,255,.16); font-size: 150px; line-height: 1; }
.player-silhouette { position: absolute; width: 180px; height: 280px; left: 50%; bottom: -60px; transform: translateX(-50%); background: radial-gradient(circle at 50% 18%, #0b0c0d 0 34px, transparent 35px), linear-gradient(80deg, transparent 15%, #0b0c0d 16% 84%, transparent 85%); border-radius: 45% 45% 0 0; }
.player-info { position: relative; padding: 26px; flex: 1; }
.player-info small { color: var(--orange); font-size: 9px; text-transform: uppercase; letter-spacing: .14em; font-weight: 900; }
.player-info h2 { margin: 13px 0 10px; font-size: 36px; }
.player-info p { color: #666; font-size: 13px; }
.player-info .player-origin { padding-right: 78px; font-size: 11px; line-height: 1.5; }
.player-info > a, .player-fallback-label { position: absolute; right: 22px; bottom: 22px; border: 0; background: transparent; text-transform: uppercase; font-size: 9px; font-weight: 900; letter-spacing: .12em; cursor: pointer; }
.player-info > a:hover { color: var(--orange); }

.next-game-empty { grid-template-columns: 155px 1fr 150px; }
.next-game-message { display: flex; flex-direction: column; justify-content: center; gap: 7px; }
.next-game-message strong { font-family: var(--display); text-transform: uppercase; font-size: 27px; }
.next-game-message span { color: #777; font-size: 12px; }

.committee-source { display: grid; grid-template-columns: .5fr 2fr; gap: 28px; align-items: end; padding: 0 0 54px; border-bottom: 1px solid rgba(0,0,0,.18); }
.committee-source > span { color: var(--orange); text-transform: uppercase; letter-spacing: .16em; font-size: 10px; font-weight: 900; }
.committee-source > strong { font-family: var(--display); text-transform: uppercase; font-size: 29px; }
.org-president { position: relative; margin: 70px auto 0; width: min(640px, 100%); min-height: 310px; padding: 48px; overflow: hidden; background: var(--orange); }
.org-president::after { content: ""; position: absolute; inset: 0; opacity: .15; background: repeating-linear-gradient(130deg, transparent 0 24px, #fff 26px 34px, transparent 36px 60px); }
.org-president > span { position: relative; z-index: 1; font-size: 10px; font-weight: 900; letter-spacing: .14em; text-transform: uppercase; }
.org-president h2 { position: relative; z-index: 1; margin: 45px 0 0; font-size: clamp(56px, 6vw, 88px); }
.org-president b { position: absolute; z-index: 1; right: 30px; top: 8px; color: rgba(0,0,0,.14); font-family: var(--display); font-size: 170px; line-height: 1; }
.org-connector { position: relative; width: 1px; height: 90px; margin: 0 auto; background: rgba(0,0,0,.28); }
.org-connector::after { content: ""; position: absolute; left: 50%; bottom: 0; width: min(980px, calc(100vw - 130px)); height: 1px; transform: translateX(-50%); background: rgba(0,0,0,.28); }
.org-connector span { position: absolute; left: -5px; bottom: -5px; width: 11px; height: 11px; border-radius: 50%; background: var(--orange); }
.org-grid { display: grid; grid-template-columns: repeat(2, 1fr); gap: 14px; padding-top: 44px; }
.org-department { min-height: 330px; background: #dedbd4; border-top: 5px solid var(--black); padding: 30px; }
.org-department:first-child { grid-column: 1 / -1; }
.org-department-head { display: grid; grid-template-columns: 55px 1fr; gap: 18px; align-items: start; padding-bottom: 26px; border-bottom: 1px solid rgba(0,0,0,.17); }
.org-department-head > span { color: var(--orange); font-family: var(--display); font-size: 30px; }
.org-department-head h2 { margin: 0; font-size: 38px; }
.org-members { display: grid; grid-template-columns: 1fr 1fr; gap: 0 26px; }
.org-member { display: flex; flex-direction: column; gap: 5px; padding: 18px 0; border-bottom: 1px solid rgba(0,0,0,.13); }
.org-member strong { font-size: 13px; text-transform: uppercase; }
.org-member span { color: #737679; font-size: 11px; line-height: 1.45; }

.compact-trophies { padding: 0; }
.history-section { background-image: linear-gradient(90deg, transparent calc(50% - .5px), rgba(0,0,0,.12) 50%, transparent calc(50% + .5px)); }
.timeline { position: relative; }
.timeline::before { content: ""; position: absolute; left: 50%; top: 0; bottom: 0; width: 1px; background: rgba(0,0,0,.22); }
.timeline-item { min-height: 240px; display: grid; grid-template-columns: 1fr 30px 1fr; gap: 30px; align-items: start; }
.timeline-year { text-align: right; font-family: var(--display); font-size: 48px; color: var(--orange); padding-top: 4px; }
.timeline-dot { width: 15px; height: 15px; border: 4px solid var(--paper); background: var(--orange); border-radius: 50%; margin: 15px auto 0; box-shadow: 0 0 0 1px var(--orange); z-index: 1; }
.timeline-copy { max-width: 430px; }
.timeline-copy > span { color: #898b8d; text-transform: uppercase; letter-spacing: .13em; font-size: 9px; font-weight: 900; }
.timeline-copy h2 { font-size: 39px; margin: 12px 0; }
.timeline-copy p { color: #676a6c; line-height: 1.7; }
.timeline-item:nth-child(even) .timeline-year { grid-column: 3; text-align: left; }
.timeline-item:nth-child(even) .timeline-dot { grid-column: 2; grid-row: 1; }
.timeline-item:nth-child(even) .timeline-copy { grid-column: 1; grid-row: 1; text-align: right; justify-self: end; }

.editorial-split { display: grid; grid-template-columns: 1fr 1fr; gap: 120px; }
.editorial-split h2 { font-size: clamp(58px, 6vw, 90px); margin-top: 20px; }
.editorial-split .lead { font-size: 22px; line-height: 1.55; }
.editorial-split p { color: #666; line-height: 1.75; }
.editorial-split .button { margin-top: 25px; }
.social-impact h2 { font-size: clamp(68px, 7vw, 106px); margin: 24px 0 70px; }
.impact-grid { display: grid; grid-template-columns: 1fr 1fr; border-top: 1px solid var(--line); }
.impact-grid article { min-height: 330px; padding: 45px; border-right: 1px solid var(--line); position: relative; }
.impact-grid article:last-child { border-right: 0; }
.impact-grid article > span { color: var(--orange); font-family: var(--display); font-size: 38px; }
.impact-grid h3 { font-size: 45px; margin: 40px 0 18px; }
.impact-grid p { color: #999da0; line-height: 1.7; max-width: 500px; }
.impact-grid a { min-height: 44px; display: inline-flex; align-items: center; margin-top: 25px; text-transform: uppercase; font-size: 9px; letter-spacing: .12em; font-weight: 900; }

.ticket-groups { display: grid; gap: 100px; }
.ticket-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 14px; margin-top: 24px; }
.single-tickets { grid-template-columns: repeat(3, 1fr); }
.ticket-card { min-height: 390px; padding: 30px; color: var(--black); display: flex; flex-direction: column; background: var(--amber); }
.ticket-card.orange { background: var(--orange); }
.ticket-card > span { font-size: 9px; font-weight: 900; text-transform: uppercase; letter-spacing: .14em; }
.ticket-card h2 { margin: 45px 0 20px; font-size: 43px; }
.ticket-card p { min-height: 64px; line-height: 1.6; font-size: 14px; }
.ticket-price { margin-top: auto; padding: 17px 0; border-top: 1px solid rgba(0,0,0,.5); border-bottom: 1px solid rgba(0,0,0,.5); font-family: var(--display); font-size: 30px; }
.ticket-card a { min-height: 44px; display: inline-flex; align-items: center; margin-top: 22px; text-transform: uppercase; font-size: 9px; font-weight: 900; letter-spacing: .12em; }

.partner-intro { display: grid; grid-template-columns: .45fr 1fr 1fr; gap: 45px; align-items: end; padding-bottom: 55px; }
.partner-intro h2 { font-size: 59px; margin: 0; }
.partner-intro p { margin: 0; color: #666; line-height: 1.7; }
.partner-page .sponsor-featured { grid-template-columns: repeat(4, 1fr); }
.partner-tier { margin-top: 110px; }
.partner-tier > .eyebrow { margin-bottom: 28px; }
.partner-page .sponsor-gold { grid-template-columns: repeat(3, 1fr); }
.partner-page .sponsor-silver { grid-template-columns: repeat(5, 1fr); }
.sponsor-grid.compact .sponsor-card { min-height: 112px; padding: 18px; }
.sponsor-grid.compact .sponsor-card img { height: 60px; }
.partner-band { padding: 110px 0; }
.partner-band .shell { display: grid; grid-template-columns: 1fr .6fr; gap: 100px; align-items: end; }
.partner-band h2 { font-size: clamp(68px, 7vw, 108px); margin: 25px 0 0; }
.partner-band p { color: #aaa; font-size: 20px; line-height: 1.6; }
.partner-band .button { margin-top: 25px; }

.news-archive-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 20px; }
.archive-card { background: #dedbd4; }
.archive-image { height: 300px; overflow: hidden; }
.archive-image img { width: 100%; height: 100%; object-fit: cover; transition: transform .4s; }
.archive-card:hover .archive-image img { transform: scale(1.04); }
.archive-copy { padding: 30px; }
.archive-copy > span { color: var(--orange); text-transform: uppercase; font-size: 9px; letter-spacing: .13em; font-weight: 900; }
.archive-copy h2 { font-size: 42px; margin: 16px 0; }
.archive-copy p { color: #666; line-height: 1.6; }
.archive-copy button, .archive-action { min-height: 44px; display: inline-flex; align-items: center; border: 0; background: transparent; padding: 0; text-transform: uppercase; font-size: 9px; font-weight: 900; letter-spacing: .13em; cursor: pointer; }

@media (max-width: 1180px) {
  .header-mail { display: none; }
  .header-inner { grid-template-columns: 120px 1fr auto; }
  .main-nav { gap: 18px; }
  .next-game-card { grid-template-columns: 140px 140px 1fr 170px; }
  .next-game-card > .button { grid-column: 1 / -1; min-height: 54px; }
  .game-row { grid-template-columns: 128px minmax(0, 1fr) 180px 44px; gap: 16px; }
  .sponsor-grid { grid-template-columns: repeat(4, 1fr); }
  .partner-page .sponsor-silver { grid-template-columns: repeat(4, 1fr); }
}

@media (max-width: 900px) {
  :root { --page-gutter: 28px; }
  .shell, .narrow-shell { width: min(calc(100% - var(--page-gutter) - var(--page-gutter)), 740px); }
  .header-inner { height: 74px; width: calc(100% - var(--page-gutter) - var(--page-gutter)); grid-template-columns: 1fr auto; }
  .brand { width: 82px; }
  .brand img { width: 70px; max-height: 64px; }
  .main-nav { position: fixed; inset: 74px 0 auto 0; min-height: calc(100svh - 74px); padding: 40px 28px; background: rgba(8,9,10,.98); display: flex; flex-direction: column; align-items: flex-start; justify-content: flex-start; gap: 4px; transform: translateX(100%); transition: transform .35s cubic-bezier(.2,.7,.2,1); }
  .main-nav.is-open { transform: translateX(0); }
  .main-nav > a { width: 100%; padding: 18px 0; font-family: var(--display); font-size: 34px; letter-spacing: -.02em; border-bottom: 1px solid var(--line); }
  .main-nav > a::after { display: none; }
  .main-nav .nav-ticket { margin-top: 20px; width: auto; font-family: var(--sans); font-size: 11px; letter-spacing: .12em; padding: 14px 20px; }
  .header-tools { grid-column: 2; gap: 6px; }
  .mobile-quick-link { min-height: 44px; padding: 0 9px; display: inline-flex; align-items: center; justify-content: center; border: 1px solid rgba(255,255,255,.24); color: white; font-size: 8px; font-weight: 900; letter-spacing: .08em; text-transform: uppercase; }
  .mobile-ticket-link { border-color: var(--orange); background: var(--orange); color: var(--black); }
  .menu-toggle { display: block; width: 44px; height: 44px; }
  .hero { min-height: 780px; height: 92svh; }
  .hero-media { background-position: 70% center; }
  .hero-vignette { background: linear-gradient(90deg, rgba(3,4,6,.96), rgba(3,4,6,.42)), linear-gradient(0deg, rgba(3,4,6,.86), transparent 45%); }
  .hero-copy { max-width: 650px; }
  .hero-copy::before { display: none; }
  .hero-copy h1 { font-size: clamp(72px, 15vw, 112px); }
  .hero-scroll { display: none; }
  .next-game-section { margin-top: -28px; }
  .next-game-card { grid-template-columns: 130px 1fr; }
  .next-game-empty { grid-template-columns: 130px 1fr; }
  .next-game-empty > .button { grid-column: 1 / -1; }
  .next-game-label, .next-game-date { min-height: 126px; }
  .next-game-versus, .next-game-place { grid-column: 1 / -1; border-top: 1px solid rgba(0,0,0,.12); }
  .next-game-place { padding: 22px 26px; }
  .manifesto-grid, .editorial-split, .partner-band .shell { grid-template-columns: 1fr; gap: 60px; }
  .manifesto-copy { max-width: 630px; }
  .game-row { grid-template-columns: 100px 1fr 48px; }
  .game-date { grid-template-columns: 1fr; gap: 3px; }
  .game-meta { display: none; }
  .news-grid { grid-template-columns: 1fr 1fr; grid-template-rows: 460px 300px; }
  .news-card.featured-news { grid-column: 1 / -1; grid-row: auto; }
  .trophy-grid { grid-template-columns: 1fr 1fr; }
  .trophy-stat:nth-child(2) { border-right: 0; }
  .trophy-stat:nth-child(-n+2) { border-bottom: 1px solid var(--line); }
  .academy-feature { grid-template-columns: 1fr; }
  .academy-image { height: 520px; }
  .footer-grid { grid-template-columns: 1.5fr 1fr 1fr; }
  .footer-grid > div:last-child { grid-column: 2 / -1; }
  .player-grid { grid-template-columns: 1fr 1fr; }
  .committee-source { grid-template-columns: 1fr 1fr; }
  .committee-source > span { grid-column: 1 / -1; }
  .org-connector::after { width: calc(100vw - 76px); }
  .ticket-grid { grid-template-columns: 1fr 1fr; }
  .single-tickets { grid-template-columns: repeat(3, 1fr); }
  .partner-intro { grid-template-columns: 1fr 1fr; }
  .partner-intro > .eyebrow { grid-column: 1 / -1; }
  .partner-page .sponsor-featured, .partner-page .sponsor-gold { grid-template-columns: repeat(3, 1fr); }
  .partner-page .sponsor-silver { grid-template-columns: repeat(3, 1fr); }
}

@media (max-width: 640px) {
  :root { --page-gutter: 22px; }
  .shell, .narrow-shell { width: calc(100% - var(--page-gutter) - var(--page-gutter)); }
  .hero { min-height: 720px; height: 90svh; align-items: flex-end; }
  .hero-content { padding-top: 120px; padding-bottom: 80px; }
  .hero-media { background-position: 67% center; }
  .hero-copy h1 { font-size: 67px; margin: 18px 0 22px; }
  .hero-copy p { font-size: 15px; line-height: 1.6; max-width: 400px; }
  .hero-actions { width: 100%; }
  .hero-actions .button { flex: 1 1 100%; }
  .next-game-section { padding-bottom: 56px; }
  .next-game-card { grid-template-columns: 105px 1fr; }
  .next-game-card > * { padding: 20px; }
  .next-game-date strong { font-size: 58px; }
  .next-game-versus { gap: 9px; padding: 24px 16px; }
  .next-game-versus > div { gap: 8px; }
  .next-game-versus strong { font-size: 17px; }
  .mini-mark { width: 38px; height: 38px; font-size: 11px; }
  .manifesto-section, .schedule-section, .news-section, .trophy-section, .partners-home, .page-section { padding: 88px 0; }
  .manifesto-grid { gap: 48px; }
  .manifesto-grid h2, .social-impact h2, .partner-band h2 { font-size: 61px; }
  .manifesto-copy .lead { font-size: 19px; }
  .section-header { align-items: flex-start; flex-direction: column; margin-bottom: 38px; }
  .section-header h2 { font-size: 55px; }
  .section-header .text-link { align-self: flex-start; }
  .text-link { min-height: 44px; }
  .game-row, .result-row { min-height: 136px; grid-template-columns: 76px 1fr 42px; gap: 8px; }
  .result-row .outcome { display: none; }
  .game-date { flex-direction: column; gap: 2px; }
  .game-date strong { font-size: 23px; }
  .game-teams { grid-template-columns: 1fr; gap: 4px; }
  .game-teams strong:first-child, .game-teams strong:last-child { text-align: left; }
  .game-teams span { width: auto; height: auto; border: 0; justify-self: start; }
  .game-teams strong { font-size: 20px; }
  .game-teams span { text-align: left; }
  .round-arrow { width: 44px; height: 44px; }
  .news-grid { display: flex; overflow-x: auto; scroll-snap-type: x mandatory; margin-right: -14px; padding-right: 14px; }
  .news-card, .news-card.featured-news { flex: 0 0 84vw; height: 480px; scroll-snap-align: start; }
  .news-content { padding: 25px; }
  .news-content h3, .news-card:not(.featured-news) .news-content h3 { font-size: 35px; }
  .trophy-grid { grid-template-columns: 1fr 1fr; }
  .trophy-stat { padding: 30px 20px; min-height: 180px; }
  .trophy-stat strong { font-size: 72px; }
  .academy-image { height: 360px; }
  .academy-copy { padding: 66px 24px; }
  .academy-copy h2 { font-size: 63px; }
  .sponsor-grid, .partner-page .sponsor-featured, .partner-page .sponsor-gold, .partner-page .sponsor-silver { grid-template-columns: 1fr 1fr; }
  .sponsor-card { min-height: 110px; padding: 18px; }
  .sponsor-card img { height: 62px; }
  .partner-cta { align-items: flex-start; flex-direction: column; }
  .footer-grid { grid-template-columns: 1fr 1fr; gap: 45px 24px; }
  .footer-brand p, .footer-grid a { font-size: 14px; }
  .footer-grid a { min-height: 44px; display: flex; align-items: center; }
  .footer-brand { grid-column: 1 / -1; }
  .footer-grid > div:last-child { grid-column: auto; }
  .footer-bottom { flex-direction: column; }
  .page-hero { min-height: 640px; }
  .page-hero-content { padding-bottom: 70px; }
  .page-hero h1 { font-size: 66px; }
  .page-hero p { font-size: 15px; }
  .standing-row { grid-template-columns: 44px 1fr 55px; }
  .standing-row small:last-child { display: none; }
  .player-grid { grid-template-columns: 1fr; }
  .committee-source { grid-template-columns: 1fr; }
  .committee-source > span { grid-column: auto; }
  .org-president { min-height: 280px; padding: 34px 28px; }
  .org-president h2 { margin-top: 48px; font-size: 54px; }
  .org-president b { right: 10px; top: 18px; font-size: 130px; }
  .org-connector { height: 62px; }
  .org-connector::after { display: none; }
  .org-grid { grid-template-columns: 1fr; padding-top: 28px; }
  .org-department:first-child { grid-column: auto; }
  .org-members { grid-template-columns: 1fr; }
  .org-department { min-height: 0; padding: 25px; }
  .timeline::before { left: 7px; }
  .timeline-item, .timeline-item:nth-child(even) { grid-template-columns: 22px 1fr; gap: 16px; min-height: 250px; }
  .timeline-year, .timeline-item:nth-child(even) .timeline-year { grid-column: 2; grid-row: 1; text-align: left; font-size: 39px; }
  .timeline-dot, .timeline-item:nth-child(even) .timeline-dot { grid-column: 1; grid-row: 1; margin-top: 12px; }
  .timeline-copy, .timeline-item:nth-child(even) .timeline-copy { grid-column: 2; grid-row: 2; text-align: left; justify-self: start; }
  .history-section { background-image: none; }
  .editorial-split { gap: 34px; }
  .editorial-split h2 { max-width: 100%; font-size: 48px; overflow-wrap: break-word; }
  .impact-grid { grid-template-columns: 1fr; }
  .impact-grid article { border-right: 0; border-bottom: 1px solid var(--line); padding: 34px 0; }
  .ticket-grid, .single-tickets { grid-template-columns: 1fr; }
  .ticket-card { min-height: 340px; }
  .partner-intro { grid-template-columns: 1fr; }
  .partner-intro > .eyebrow { grid-column: auto; }
  .partner-intro h2 { font-size: 53px; }
  .partner-tier { margin-top: 75px; }
  .partner-band { padding: 82px 0; }
  .news-archive-grid { grid-template-columns: 1fr; }
  .archive-image { height: 240px; }
}

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

/* RUGGITO V2 — emotional art direction */
.site-header { background: linear-gradient(180deg, rgba(4,5,6,.94), rgba(4,5,6,.7)); }
.button { clip-path: polygon(9px 0, 100% 0, calc(100% - 9px) 100%, 0 100%); }

.hero { min-height: 720px; height: 88svh; max-height: 860px; isolation: isolate; }
.hero-media {
  background-image: url('../images/hero-lugano-corrected-v2.webp');
  background-position: 58% center;
  transform: scale(1.015);
  animation: none;
}
.hero-vignette {
  background:
    linear-gradient(90deg, rgba(2,3,4,.98) 0%, rgba(2,3,4,.84) 30%, rgba(2,3,4,.18) 66%, rgba(2,3,4,.08) 100%),
    linear-gradient(0deg, rgba(2,3,4,.96) 0%, transparent 48%),
    radial-gradient(circle at 72% 44%, transparent 0 18%, rgba(2,3,4,.32) 64%);
}
.hero::after {
  content: "";
  position: absolute;
  z-index: 1;
  inset: 0;
  background: linear-gradient(115deg, transparent 0 67%, rgba(243,107,33,.08) 67.2% 67.7%, transparent 68%);
  pointer-events: none;
}
.hero-content { padding-top: 120px; z-index: 4; align-items: center; }
.hero-copy { max-width: 920px; position: relative; }
.hero-copy::before {
  content: "01 / HOME COURT";
  position: absolute;
  left: -70px;
  top: 84px;
  color: rgba(255,255,255,.45);
  font-size: 8px;
  font-weight: 900;
  letter-spacing: .18em;
  writing-mode: vertical-rl;
}
.hero-copy h1 {
  margin: 27px 0 32px;
  max-width: 870px;
  font-size: clamp(94px, 10.5vw, 178px);
  line-height: .72;
  letter-spacing: -.04em;
  text-transform: uppercase;
  text-shadow: 0 16px 42px rgba(0,0,0,.5);
}
.hero-copy h1 em { color: var(--orange); text-shadow: 0 0 44px rgba(243,107,33,.18); }
.hero-copy p { max-width: 540px; padding-left: 22px; border-left: 2px solid var(--orange); }
.hero-copy .eyebrow { color: white; }
.hero-copy .eyebrow::before { content: ""; display: inline-block; width: 45px; height: 7px; margin-right: 13px; background: var(--orange); transform: skewX(-28deg); }
.hero-ghost {
  position: absolute;
  z-index: 1;
  left: -1.7vw;
  bottom: 4.5%;
  color: transparent;
  -webkit-text-stroke: 1px rgba(255,255,255,.09);
  font-family: var(--display);
  font-size: clamp(180px, 24vw, 410px);
  line-height: .7;
  letter-spacing: -.07em;
  white-space: nowrap;
  transform: scaleY(1.12);
}
.hero-scroll { position: absolute; right: 0; bottom: 26%; }
.hero-stripes { z-index: 3; width: 460px; height: 280px; right: -110px; bottom: -70px; opacity: .48; filter: none; background: repeating-linear-gradient(128deg, transparent 0 23px, var(--orange) 24px 34px, transparent 35px 58px); }

.next-game-section { margin-top: -52px; padding: 0 0 90px; background: var(--black); }
.next-game-card {
  position: relative;
  grid-template-columns: 56px 145px 150px minmax(300px, 1fr) 195px 145px;
  box-shadow: 0 32px 100px rgba(0,0,0,.58);
  transform: translateY(-2px);
}
.next-game-rail { padding: 0 !important; display: flex; flex-direction: column; align-items: center; justify-content: space-between; background: var(--black); color: white; }
.next-game-rail span { padding-top: 16px; font-size: 8px; font-weight: 900; letter-spacing: .16em; writing-mode: vertical-rl; }
.next-game-rail strong { color: var(--orange); font-family: var(--display); font-size: 30px; padding-bottom: 13px; }
.next-game-label { background: var(--orange); }
.next-game-card > .button { background: var(--paper); color: var(--black); clip-path: none; }
.next-game-card > .button:hover { background: var(--orange); color: var(--black); }
.next-game-card.next-game-empty { grid-template-columns: 145px minmax(0, 1fr) 145px; }

.manifesto-section { min-height: 880px; padding: 180px 0 115px; display: flex; align-items: flex-end; isolation: isolate; }
.manifesto-section::before { z-index: 1; opacity: .12; background-size: 70px 70px; mix-blend-mode: overlay; }
.manifesto-media { position: absolute; z-index: 0; inset: 0; background: url('../images/crowd-roar-v2.webp') center/cover no-repeat; transform: scale(1.02); }
.manifesto-shade { position: absolute; z-index: 0; inset: 0; background: linear-gradient(90deg, rgba(3,4,5,.36), rgba(3,4,5,.94) 74%), linear-gradient(0deg, rgba(3,4,5,.92), transparent 58%); }
.manifesto-grid { z-index: 2; grid-template-columns: 1.25fr .75fr; gap: 70px; }
.manifesto-grid h2 { font-size: clamp(74px, 8.8vw, 142px); line-height: .76; text-shadow: 0 12px 40px #000; }
.manifesto-copy { padding: 34px; border-top: 5px solid var(--orange); background: rgba(5,6,7,.72); backdrop-filter: blur(14px); }
.manifesto-copy .lead { margin-top: 0; }
.manifesto-number { z-index: 1; right: auto; left: -3vw; top: -1vw; color: transparent; -webkit-text-stroke: 1px rgba(243,107,33,.36); font-size: min(39vw, 610px); }

.schedule-section { position: relative; padding: 145px 0; background: #e9e5dc; }
.schedule-section::before { content: ""; position: absolute; inset: 0 0 auto; height: 90px; background: repeating-linear-gradient(128deg, transparent 0 28px, rgba(243,107,33,.13) 29px 43px, transparent 44px 72px); opacity: .75; }
.match-tabs { position: relative; }
.game-row { position: relative; }
.game-row.featured-game {
  min-height: 260px;
  margin: 26px 0 18px;
  padding: 58px 35px 26px;
  color: white;
  border: 0;
  overflow: hidden;
  background: #090a0b url('../images/crowd-roar-v2.webp') 38% 50% / cover no-repeat;
  box-shadow: 0 20px 60px rgba(30,24,18,.2);
}
.game-row.featured-game::before { content: ""; position: absolute; z-index: 0; inset: 0; background: linear-gradient(90deg, rgba(5,6,7,.96), rgba(5,6,7,.74) 56%, rgba(5,6,7,.28)); }
.game-row.featured-game > * { position: relative; z-index: 1; }
.game-row.featured-game:hover { padding: 58px 42px 26px; background-color: #090a0b; }
.game-row.featured-game .game-date strong, .game-row.featured-game .game-teams strong { color: white; }
.game-row.featured-game .game-date strong { font-size: 42px; }
.game-row.featured-game .game-teams strong { font-size: clamp(27px, 2.4vw, 39px); }
.game-row.featured-game .game-meta small, .game-row.featured-game .game-date span { color: rgba(255,255,255,.6); }
.game-live-label { position: absolute !important; top: 24px; left: 35px; display: flex; align-items: center; gap: 9px; color: var(--orange); font-size: 9px; font-weight: 900; text-transform: uppercase; letter-spacing: .14em; }
.game-live-label i { width: 7px; height: 7px; background: var(--orange); border-radius: 50%; box-shadow: 0 0 0 6px rgba(243,107,33,.16); animation: livePulse 1.8s ease-out infinite; }
.game-row.featured-game .round-arrow { border-color: rgba(255,255,255,.42); color: white; }

.news-section { position: relative; padding: 160px 0 190px; background: var(--black); color: white; }
.news-section::before { content: "STORIES"; position: absolute; right: -2vw; top: 44px; color: transparent; -webkit-text-stroke: 1px rgba(255,255,255,.08); font-family: var(--display); font-size: min(17vw, 270px); line-height: 1; }
.news-section .section-header { position: relative; z-index: 1; }
.news-section .section-header h2, .news-section .section-header .text-link { color: white; }
.news-grid { position: relative; z-index: 1; grid-template-columns: repeat(12, 1fr); grid-template-rows: 360px 310px; gap: 14px; }
.news-card { min-height: 0; border: 1px solid rgba(255,255,255,.16); }
.news-card.featured-news { grid-column: 1 / 8; grid-row: 1 / 3; }
.news-card-2 { grid-column: 8 / 13; grid-row: 1; transform: translateY(38px); }
.news-card-3 { grid-column: 8 / 13; grid-row: 2; transform: translate(-35px, 22px); }
.news-card.featured-news img { object-position: center 28%; }
.news-card-3 img { object-position: 34% center; }
.news-content { padding: 36px; }
.news-content h3 { line-height: .92; }
.news-card.featured-news .news-content h3 { font-size: clamp(46px, 5vw, 79px); max-width: 700px; }
.news-card-2::after { content: "02"; position: absolute; right: 12px; top: -18px; color: var(--orange); font-family: var(--display); font-size: 90px; opacity: .65; }

.trophy-section { position: relative; padding: 180px 0; background: #070809; overflow: hidden; }
.trophy-section::before { content: ""; position: absolute; width: 48vw; height: 150%; right: -18vw; top: -20%; background: repeating-linear-gradient(128deg, transparent 0 34px, rgba(243,107,33,.11) 35px 52px, transparent 53px 86px); transform: rotate(8deg); }
.trophy-grid { position: relative; transform: skewX(-2deg); }
.trophy-stat { background: rgba(255,255,255,.015); }
.trophy-stat strong, .trophy-stat span { transform: skewX(2deg); }

/* History palmares: a compact trophy cabinet rather than a repeated stat row. */
.compact-trophies.history-palmares {
  min-height: 0;
  padding: clamp(68px, 7vw, 112px) 0;
  background:
    radial-gradient(circle at 18% 22%, rgba(243,107,33,.13), transparent 27%),
    linear-gradient(112deg, #090b0c 0%, #050607 62%, #0b0c0d 100%);
  isolation: isolate;
}
.history-palmares::before {
  z-index: -1;
  width: 42vw;
  height: 160%;
  right: -12vw;
  top: -35%;
  opacity: .62;
  background: repeating-linear-gradient(128deg, transparent 0 31px, rgba(243,107,33,.1) 32px 44px, transparent 45px 75px);
}
.history-palmares-ghost {
  position: absolute;
  z-index: -1;
  left: 2vw;
  bottom: -2.5vw;
  color: transparent;
  -webkit-text-stroke: 1px rgba(255,255,255,.045);
  font-family: var(--display);
  font-size: clamp(128px, 18vw, 300px);
  line-height: .72;
  letter-spacing: -.055em;
  white-space: nowrap;
  user-select: none;
}
.history-palmares-shell { position: relative; z-index: 1; }
.history-palmares-rail {
  margin-bottom: 30px;
  padding: 0 2px 22px;
  border-bottom: 1px solid rgba(255,255,255,.2);
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  gap: 28px;
}
.history-palmares-summary { display: flex; align-items: center; justify-content: flex-end; gap: 30px; }
.history-palmares-link { position: relative; color: white; font-size: 10px; font-weight: 900; letter-spacing: .13em; text-transform: uppercase; }
.history-palmares-link::after { content: ""; position: absolute; right: 0; bottom: -8px; left: 0; height: 1px; background: var(--orange); transform: scaleX(0); transform-origin: right; transition: transform .25s ease; }
.history-palmares-link:hover::after { transform: scaleX(1); transform-origin: left; }
.history-palmares-rail .eyebrow { margin: 0; color: rgba(255,255,255,.76); }
.history-palmares-rail p {
  margin: 0;
  color: rgba(255,255,255,.58);
  font-size: 10px;
  font-weight: 900;
  letter-spacing: .16em;
  text-transform: uppercase;
}
.history-palmares-rail p strong {
  margin-right: 8px;
  color: var(--orange);
  font-family: var(--display);
  font-size: 26px;
  letter-spacing: -.02em;
}
.history-trophy-grid {
  border: 0;
  gap: 12px;
  transform: none;
}
.history-trophy-grid .trophy-stat {
  min-height: 292px;
  padding: 25px 26px 29px;
  border: 1px solid rgba(255,255,255,.15);
  background: linear-gradient(145deg, rgba(255,255,255,.055), rgba(255,255,255,.012));
  display: grid;
  grid-template-rows: auto 1fr;
  overflow: hidden;
  transform: none;
}
.history-trophy-grid .trophy-stat strong, .history-trophy-grid .trophy-stat span { transform: none; }
.history-trophy-grid .trophy-stat::before {
  content: "";
  position: absolute;
  z-index: 2;
  left: 0;
  top: 0;
  width: 58px;
  height: 4px;
  background: var(--orange);
}
.history-trophy-grid .trophy-stat::after {
  width: 160px;
  height: 160px;
  right: -88px;
  top: -85px;
  border: 0;
  border-radius: 50%;
  background: radial-gradient(circle, rgba(243,107,33,.2), transparent 68%);
}
.trophy-stat-top {
  position: relative;
  z-index: 1;
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 20px;
}
.trophy-stat-index {
  color: rgba(255,255,255,.43);
  font-size: 9px;
  font-weight: 900;
  letter-spacing: .16em;
}
.trophy-stat-mark {
  width: 56px;
  height: 56px;
  color: rgba(255,255,255,.22);
  fill: none;
  stroke: currentColor;
  stroke-width: 1.35;
  stroke-linecap: round;
  stroke-linejoin: round;
}
.trophy-stat-copy {
  position: relative;
  z-index: 1;
  align-self: end;
  display: grid;
  gap: 18px;
}
.history-trophy-grid .trophy-stat-number {
  color: var(--orange);
  font-family: var(--display);
  font-size: clamp(88px, 7.2vw, 118px);
  line-height: .68;
  letter-spacing: -.045em;
  transform: none;
}
.history-trophy-grid .trophy-stat-label {
  max-width: 170px;
  padding-top: 15px;
  border-top: 1px solid rgba(255,255,255,.18);
  color: white;
  font-size: 10px;
  font-weight: 900;
  letter-spacing: .13em;
  line-height: 1.45;
  text-transform: uppercase;
  transform: none;
}
@media (max-width: 900px) {
  .compact-trophies.history-palmares { padding: 76px 0 84px; }
  .history-palmares-ghost { left: -1vw; bottom: 1vw; font-size: 25vw; }
  .history-trophy-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .history-trophy-grid .trophy-stat { min-height: 260px; }
  .history-trophy-grid .trophy-stat-number { font-size: 96px; }
}
@media (max-width: 560px) {
  .compact-trophies.history-palmares { padding: 58px 0 64px; }
  .history-palmares-rail { margin-bottom: 18px; padding-bottom: 17px; align-items: center; }
  .history-palmares-rail p { display: flex; align-items: center; }
  .history-palmares-summary { align-items: flex-end; flex-direction: column; gap: 8px; }
  .history-palmares-rail p strong { font-size: 22px; }
  .history-trophy-grid { grid-template-columns: 1fr; gap: 9px; }
  .history-trophy-grid .trophy-stat {
    min-height: 170px;
    padding: 20px 21px;
    grid-template-columns: auto 1fr;
    grid-template-rows: 1fr;
    align-items: stretch;
  }
  .trophy-stat-top { flex-direction: column; }
  .trophy-stat-mark { width: 44px; height: 44px; margin-top: auto; }
  .trophy-stat-copy { justify-self: end; min-width: 58%; gap: 10px; }
  .history-trophy-grid .trophy-stat-number { font-size: 78px; }
  .history-trophy-grid .trophy-stat-label { padding-top: 10px; }
}

#diventa-partner { scroll-margin-top: 86px; }

.page-hero { min-height: 790px; isolation: isolate; overflow: hidden; }
.page-hero-image { transform: scale(1.035); animation: heroBreath 12s cubic-bezier(.2,.65,.2,1) both; }
.page-hero-overlay { z-index: 1; background: linear-gradient(90deg, rgba(3,4,5,.98) 0%, rgba(3,4,5,.8) 38%, rgba(3,4,5,.18) 76%), linear-gradient(0deg, rgba(3,4,5,.9), transparent 55%); }
.page-hero-content { z-index: 3; padding-bottom: 105px; }
.page-hero h1 { position: relative; z-index: 2; max-width: 1180px; font-size: clamp(88px, 10vw, 160px); line-height: .77; letter-spacing: -.04em; text-transform: uppercase; text-shadow: 0 16px 50px rgba(0,0,0,.55); }
.page-hero h1 em { color: var(--orange); }
.page-hero p { padding-left: 20px; border-left: 2px solid var(--orange); }
.page-hero-ghost { position: absolute; z-index: 2; left: -2vw; bottom: -1.5vw; color: transparent; -webkit-text-stroke: 1px rgba(255,255,255,.11); font-family: var(--display); font-size: clamp(170px, 21vw, 360px); line-height: .68; letter-spacing: -.06em; white-space: nowrap; }
.squad-hero .page-hero-image { background-position: 72% 28%; }
.match-hero .page-hero-image { background-position: 40% center; }
.history-hero .page-hero-image { background-position: 68% center; }

.roster-intro { position: relative; min-height: 290px; margin-bottom: 0; padding: 48px; display: grid; grid-template-columns: .7fr 1fr; align-items: end; gap: 55px; overflow: hidden; background: var(--black); color: white; }
.roster-intro::before { content: ""; position: absolute; width: 42%; height: 170%; right: -10%; top: -35%; background: repeating-linear-gradient(128deg, transparent 0 25px, rgba(243,107,33,.32) 26px 38px, transparent 39px 63px); transform: rotate(10deg); }
.roster-intro > span { align-self: start; color: var(--orange); font-size: 10px; font-weight: 900; letter-spacing: .16em; text-transform: uppercase; }
.roster-intro p { position: relative; z-index: 1; max-width: 610px; margin: 0; font-family: var(--display); font-size: clamp(29px, 3.2vw, 48px); line-height: 1; text-transform: uppercase; }
.roster-intro > strong { position: absolute; left: 25px; bottom: -37px; color: transparent; -webkit-text-stroke: 1px rgba(255,255,255,.12); font-family: var(--display); font-size: 190px; line-height: 1; }
.player-grid { grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 14px; background: transparent; }
.player-card { min-height: 620px; display: grid; grid-template-columns: 1fr; grid-template-rows: 390px minmax(230px, 1fr); background: #101214; color: white; border: 1px solid rgba(255,255,255,.1); transition: transform .35s cubic-bezier(.2,.7,.2,1), border-color .35s ease, box-shadow .35s ease; }
.player-card:hover { transform: translateY(-6px); border-color: rgba(243,107,33,.75); box-shadow: 0 24px 52px rgba(11,9,7,.24); }
.player-visual { height: 390px; min-height: 390px; background: linear-gradient(145deg, #090a0b, #1d2023); }
.player-visual.no-photo::before { opacity: .48; background: repeating-linear-gradient(130deg, transparent 0 22px, rgba(243,107,33,.7) 23px 31px, transparent 32px 53px); transform: translateX(50%); }
.player-visual.has-photo::before { display: none; }
.player-visual img { position: absolute; inset: 0; width: 100%; height: 100%; max-width: none; object-fit: cover; object-position: center 12%; image-rendering: auto; filter: none; transform: none; }
.player-card:hover .player-visual img { transform: none; }
.player-visual::after { content: var(--player-index); position: absolute; left: 14px; bottom: 10px; color: rgba(255,255,255,.26); font-size: 8px; font-weight: 900; letter-spacing: .16em; }
.player-visual > span { left: 0; right: auto; top: auto; bottom: -17px; color: white; font-size: 142px; letter-spacing: -.08em; z-index: 2; }
.player-visual.has-photo > span { left: 17px; bottom: -13px; color: white; font-size: clamp(88px, 7.2vw, 116px); letter-spacing: -.06em; text-shadow: 0 5px 28px rgba(0,0,0,.82); }
.player-visual.has-photo::after { z-index: 2; top: 13px; right: 10px; bottom: auto; left: auto; color: rgba(255,255,255,.65); }
.player-claw { position: absolute; width: 90px; height: 190px; right: -20px; top: 18px; border-left: 2px solid rgba(255,255,255,.22); border-radius: 50%; transform: rotate(28deg); }
.player-claw::before, .player-claw::after { content: ""; position: absolute; inset: 18px auto auto 15px; width: 70px; height: 155px; border-left: 2px solid rgba(255,255,255,.17); border-radius: 50%; }
.player-claw::after { inset: 38px auto auto 30px; width: 52px; height: 120px; }
.player-info { padding: 28px 28px 68px; border-top: 4px solid var(--orange); background: linear-gradient(145deg, #151719, #0d0f10); transition: background .35s ease; }
.player-info small { display: block; color: var(--orange); }
.player-info h2 { margin: 14px 0 12px; color: white; font-size: clamp(39px, 3.05vw, 52px); line-height: .88; text-transform: uppercase; }
.player-info p { margin: 0 0 9px; color: #b6b8ba; line-height: 1.45; }
.player-info .player-origin { max-width: 94%; padding-right: 0; color: #7f8386; }
.player-info > a, .player-fallback-label { right: auto; left: 28px; bottom: 25px; color: white; }
.player-card:hover .player-info { border-color: var(--orange); background: linear-gradient(145deg, #1a1d20, #101214); }

.team-staff { grid-column: 1 / -1; padding-top: clamp(64px, 9vw, 130px); }
.team-staff .section-header { margin-bottom: 32px; }
.staff-grid { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); border-top: 1px solid var(--line); border-left: 1px solid var(--line); }
.staff-card { min-height: 250px; display: grid; grid-template-columns: minmax(170px, .7fr) 1.3fr; background: #f3f0e9; border-right: 1px solid var(--line); border-bottom: 1px solid var(--line); }
.staff-card > div:last-child { display: flex; flex-direction: column; justify-content: center; align-items: flex-start; padding: 30px; }
.staff-card small { color: var(--orange); font-size: 9px; font-weight: 900; letter-spacing: .12em; text-transform: uppercase; }
.staff-card h3 { margin: 11px 0 25px; font-family: var(--display); font-size: clamp(35px, 4vw, 58px); line-height: .9; text-transform: uppercase; }
.staff-card a { color: var(--black); font-size: 10px; font-weight: 900; letter-spacing: .08em; text-transform: uppercase; }
.staff-photo { min-height: 250px; display: grid; place-items: center; overflow: hidden; background: #101214; }
.staff-photo img { width: 100%; height: 100%; object-fit: cover; object-position: center 15%; filter: none; }
.staff-photo > span { color: var(--orange); font-family: var(--display); font-size: 84px; letter-spacing: -.06em; }

@keyframes heroBreath { from { transform: scale(1.08); filter: saturate(.78) contrast(1.08); } to { transform: scale(1.035); filter: saturate(1) contrast(1); } }
@keyframes livePulse { 0% { box-shadow: 0 0 0 0 rgba(243,107,33,.5); } 80%, 100% { box-shadow: 0 0 0 10px rgba(243,107,33,0); } }

@media (max-width: 1180px) {
  .next-game-card { grid-template-columns: 50px 135px 135px minmax(280px, 1fr) 175px; }
  .next-game-card > .button { grid-column: 1 / -1; min-height: 58px; }
  .player-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .player-card { min-height: 600px; grid-template-columns: 1fr; grid-template-rows: 380px minmax(220px, 1fr); }
  .player-visual { height: 380px; min-height: 380px; }
}

@media (max-width: 900px) {
  .hero { min-height: 740px; height: 88svh; }
  .hero-media { background-position: 66% center; }
  .hero-copy h1 { font-size: clamp(82px, 14vw, 126px); }
  .hero-ghost { bottom: 9%; }
  .next-game-card { grid-template-columns: 48px 130px 1fr; }
  .next-game-card.next-game-empty { grid-template-columns: 130px minmax(0, 1fr); }
  .next-game-rail { grid-row: 1 / 3; }
  .next-game-date { grid-column: 3; }
  .next-game-versus, .next-game-place { grid-column: 2 / -1; }
  .next-game-card > .button { grid-column: 1 / -1; }
  .manifesto-section { min-height: 940px; }
  .manifesto-grid { grid-template-columns: 1fr; gap: 48px; }
  .manifesto-copy { max-width: 610px; justify-self: end; }
  .news-grid { grid-template-columns: 1fr 1fr; grid-template-rows: 520px 330px; }
  .news-card.featured-news { grid-column: 1 / -1; grid-row: 1; }
  .news-card-2 { grid-column: 1; grid-row: 2; transform: none; }
  .news-card-3 { grid-column: 2; grid-row: 2; transform: translateY(24px); }
  .squad-hero .page-hero-image { background-position: 62% 25%; }
  .roster-intro { grid-template-columns: 1fr; align-content: end; gap: 70px; }
  .player-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .top-scorer-layout { grid-template-columns: 1fr; gap: 65px; }
  .top-scorer-copy { max-width: 680px; }
  .top-scorer-visual { justify-self: center; }
}

@media (max-width: 640px) {
  .hero { min-height: 680px; height: 88svh; }
  .hero-content { padding-top: 135px; padding-bottom: 115px; }
  .hero-media { background-position: 71% center; }
  .hero-vignette { background: linear-gradient(90deg, rgba(2,3,4,.92), rgba(2,3,4,.22)), linear-gradient(0deg, rgba(2,3,4,.98) 0%, rgba(2,3,4,.45) 55%, transparent 80%); }
  .hero-copy::before { display: none; }
  .hero-copy h1 { font-size: clamp(72px, 21vw, 100px); margin-bottom: 28px; }
  .hero-copy p { max-width: 92%; font-size: 14px; }
  .hero-ghost { font-size: 42vw; bottom: 12%; }
  .hero-stripes { width: 280px; height: 170px; right: -120px; opacity: .4; }
  .next-game-section { margin-top: -24px; padding-top: 0; }
  .next-game-card { grid-template-columns: 105px 1fr; }
  .next-game-card.next-game-empty { grid-template-columns: 105px minmax(0, 1fr); }
  .next-game-rail { display: none; }
  .next-game-date { grid-column: 2; }
  .next-game-versus, .next-game-place { grid-column: 1 / -1; }
  .manifesto-section { min-height: 900px; padding: 120px 0 80px; }
  .manifesto-media { background-position: 35% center; }
  .manifesto-shade { background: linear-gradient(0deg, rgba(3,4,5,.98) 8%, rgba(3,4,5,.56) 76%, rgba(3,4,5,.38)); }
  .manifesto-grid h2 { font-size: 64px; }
  .manifesto-copy { padding: 26px 0; background: transparent; backdrop-filter: none; }
  .game-row.featured-game { min-height: 390px; grid-template-columns: 1fr 42px; grid-template-rows: auto auto auto; padding: 72px 22px 26px; background-position: 30% center; }
  .game-row.featured-game:hover { padding: 72px 22px 26px; }
  .featured-game .game-date { grid-column: 1; grid-row: 1; flex-direction: row; }
  .featured-game .game-teams { grid-column: 1 / -1; grid-row: 2; }
  .featured-game .game-meta { display: flex; grid-column: 1; grid-row: 3; }
  .featured-game .round-arrow { grid-column: 2; grid-row: 3; }
  .news-section { padding: 120px 0; }
  .news-grid { display: flex; height: auto; }
  .news-card, .news-card.featured-news, .news-card-2, .news-card-3 { flex: 0 0 88vw; height: 520px; transform: none; }
  .news-card.featured-news .news-content h3 { font-size: 45px; }
  .page-hero { min-height: 640px; }
  .page-hero h1 { font-size: clamp(68px, 19vw, 92px); }
  .page-hero-ghost { font-size: 34vw; bottom: 3%; }
  .squad-hero .page-hero-image { background-position: 58% 20%; }
  .match-hero .page-hero-image { background-position: 33% center; }
  .history-hero .page-hero-image { background-position: 72% center; }
  .roster-intro { min-height: 280px; padding: 30px 24px; gap: 55px; }
  .roster-intro > strong { font-size: 128px; bottom: -22px; }
  .player-grid { grid-template-columns: 1fr; gap: 12px; }
  .player-card { min-height: 560px; grid-template-columns: 1fr; grid-template-rows: 350px minmax(210px, 1fr); }
  .player-visual { height: 350px; min-height: 350px; }
  .player-visual.has-photo > span { left: 16px; bottom: -10px; font-size: 96px; }
  .player-info { padding: 26px 22px 66px; }
  .player-info h2 { font-size: 43px; }
  .player-info p { font-size: 14px; }
  .player-info .player-origin { padding-right: 0; font-size: 14px; }
  .player-info > a, .player-fallback-label { left: 22px; min-height: 44px; display: inline-flex; align-items: center; }
  .news-content p { font-size: 14px; }
  .top-scorer-section { padding: 95px 0; }
  .top-scorer-section::before { display: none; }
  .top-scorer-layout { gap: 45px; }
  .top-scorer-copy h2 { font-size: 67px; }
  .top-scorer-copy p { font-size: 15px; }
  .top-scorer-visual { width: 100%; height: 590px; }
  .top-scorer-panel { padding: 28px 22px; }
  .top-scorer-panel-brand img { width: 132px; height: 50px; }
  .top-scorer-player-photo { top: 84px; bottom: 96px; width: 72%; }
  .top-scorer-player-copy { top: 165px; right: 20px; width: 72%; }
  .top-scorer-player-copy h3 strong { font-size: clamp(52px, 17vw, 70px); }
  .top-scorer-stats { left: 20px; right: 20px; bottom: 108px; }
  .top-scorer-contribution { min-height: 92px; grid-template-columns: 125px 1fr; gap: 14px; padding: 16px 20px; }
  .top-scorer-contribution strong { font-size: 29px; }
  .top-scorer-contribution p { font-size: 9px; }
  .top-scorer-pending strong { font-size: 52px; }
  .top-scorer-index { display: none; }
}

@media (max-width: 1180px) {
  .result-row { grid-template-columns: 88px 116px minmax(0, 1fr) 44px; gap: 16px; }
  .outcome { width: 82px; }
  .result-team { gap: 10px; }
  .result-team.home-team { grid-template-columns: minmax(0, 1fr) 58px; }
  .result-team.away-team { grid-template-columns: 58px minmax(0, 1fr); }
  .result-team span.score-number { width: 58px; height: 58px; font-size: 34px; }
}

@media (max-width: 900px) {
  .result-row {
    min-height: 0;
    padding: 22px 0 26px;
    grid-template-columns: 94px minmax(0, 1fr) 44px;
    grid-template-areas:
      "outcome date arrow"
      "teams teams teams";
    row-gap: 18px;
  }
  .result-row:hover { padding: 22px 0 26px; }
  .result-row .outcome { grid-area: outcome; }
  .result-row .game-date { grid-area: date; grid-template-columns: max-content max-content; justify-self: end; }
  .result-row .result-teams { grid-area: teams; }
  .result-row .round-arrow { grid-area: arrow; }
}

@media (max-width: 640px) {
  .result-row {
    grid-template-columns: minmax(0, 1fr) auto 38px;
    grid-template-areas:
      "date outcome arrow"
      "teams teams teams";
    column-gap: 9px;
  }
  .result-row .game-date { justify-self: start; }
  .result-row .outcome { display: grid; width: auto; min-width: 76px; }
  .result-teams { grid-template-columns: 1fr; gap: 7px; }
  .result-team.home-team, .result-team.away-team { grid-template-columns: minmax(0, 1fr) 58px; gap: 12px; }
  .result-team.home-team strong, .result-team.away-team strong { order: 1; text-align: left; font-size: 22px; }
  .result-team.home-team .score-number, .result-team.away-team .score-number { order: 2; }
  .result-team span.score-number { width: 58px; height: 52px; font-size: 33px; }
  .result-teams span.score-divider { display: none; }
}

@media (prefers-reduced-motion: reduce) {
  .hero-media, .page-hero-image, .game-live-label i { animation: none !important; }
}

/* Match center: stagione e anno sempre espliciti */
.match-period { min-height: 112px; padding: 24px 0 22px; display: flex; align-items: flex-end; justify-content: space-between; gap: 32px; border-bottom: 1px solid rgba(0,0,0,.18); }
.match-period > div { display: flex; flex-direction: column; gap: 7px; }
.match-period span { color: var(--orange); font-size: 9px; font-weight: 900; letter-spacing: .15em; text-transform: uppercase; }
.match-period strong { font-family: var(--display); font-size: clamp(34px, 4vw, 54px); line-height: .9; text-transform: uppercase; }
.match-period p { max-width: 310px; margin: 0; color: #74777a; font-size: 12px; line-height: 1.5; text-align: right; }
.tab-controls button { display: inline-flex; align-items: baseline; gap: 9px; }
.tab-controls button small { color: #a0a2a4; font-size: 8px; font-weight: 900; letter-spacing: .08em; }
.tab-controls button.active small { color: var(--orange); }
.game-date { display: flex; flex-direction: column; align-items: flex-start; gap: 4px; }
.game-date time { display: flex; align-items: baseline; gap: 8px; white-space: nowrap; }
.game-date time b { color: var(--orange); font-size: 10px; font-weight: 900; letter-spacing: .08em; }
.game-row.featured-game { grid-template-columns: 170px minmax(0, 1fr) 220px 48px; }

@media (max-width: 900px) {
  .game-row.featured-game { grid-template-columns: 150px minmax(0, 1fr) 48px; }
}

@media (max-width: 640px) {
  .match-period { min-height: 0; padding: 22px 0 18px; align-items: flex-start; flex-direction: column; gap: 12px; }
  .match-period strong { font-size: 37px; }
  .match-period p { max-width: none; text-align: left; }
  .tab-controls { gap: 25px; }
  .tab-controls button { align-items: flex-start; flex-direction: column; gap: 4px; }
  .game-date time { gap: 6px; }
  .game-date time b { font-size: 9px; }
  .game-row.featured-game { grid-template-columns: 1fr 42px; }
}

.page-hero.partner-hero h1 { line-height: 1; }

@media (max-width: 900px) {
  .staff-grid { grid-template-columns: 1fr; }
}

@media (max-width: 560px) {
  .staff-card { grid-template-columns: 120px 1fr; min-height: 190px; }
  .staff-photo { min-height: 190px; }
  .staff-card > div:last-child { padding: 22px 18px; }
  .staff-card h3 { font-size: 36px; }
}

/* Academy minisite: the emotional Academy landing remains unchanged. */
.main-nav > .nav-group { position: relative; display: flex; align-items: center; }
.main-nav > .nav-group > a { position: relative; padding: 34px 0 30px; color: #d5d6d7; text-transform: uppercase; font-weight: 800; font-size: 12px; letter-spacing: .12em; }
.main-nav > .nav-group > a::after { content: ""; position: absolute; left: 0; right: 100%; bottom: 22px; height: 2px; background: var(--orange); transition: right .25s ease; }
.main-nav > .nav-group > a:hover::after, .main-nav > .nav-group > a.active::after { right: 0; }
.main-nav > .nav-group > a.active { color: white; }
.nav-submenu { position: absolute; top: 68px; left: 50%; width: 190px; padding: 10px; background: rgba(8,9,10,.98); border: 1px solid rgba(255,255,255,.14); box-shadow: 0 18px 50px rgba(0,0,0,.35); transform: translate(-50%, 8px); opacity: 0; visibility: hidden; transition: opacity .2s ease, transform .2s ease, visibility .2s; }
.nav-group:hover .nav-submenu, .nav-group:focus-within .nav-submenu { opacity: 1; visibility: visible; transform: translate(-50%, 0); }
.nav-submenu a { display: block; padding: 12px 13px; color: #d5d6d7; font-size: 10px; font-weight: 900; letter-spacing: .11em; text-transform: uppercase; }
.nav-submenu a:hover, .nav-submenu a:focus-visible { color: var(--orange); background: rgba(255,255,255,.05); }

.academy-subnav { position: relative; z-index: 20; margin-top: 86px; background: var(--orange); color: var(--black); }
.academy-subnav-inner { min-height: 58px; display: flex; align-items: center; justify-content: space-between; gap: 28px; }
.academy-subnav-brand { font-family: var(--display); font-size: 25px; font-weight: 900; letter-spacing: -.03em; text-transform: uppercase; }
.academy-subnav-inner > div { display: flex; align-items: center; gap: 26px; }
.academy-subnav-inner > div a, .academy-subnav-inner > div span { padding: 20px 0 17px; border-bottom: 3px solid transparent; font-size: 9px; font-weight: 900; letter-spacing: .12em; text-transform: uppercase; white-space: nowrap; }
.academy-subnav-inner > div a:hover, .academy-subnav-inner > div a.active { border-color: var(--black); }
.academy-subnav-inner > div span { max-width: 220px; overflow: hidden; text-overflow: ellipsis; opacity: .62; }

.academy-directory-hero { min-height: 650px; }
.academy-directory-hero .page-hero-image { background-position: center 35%; }
.academy-directory { position: relative; overflow: hidden; }
.academy-directory::before { content: "ACADEMY"; position: absolute; right: -2vw; top: 30px; color: transparent; -webkit-text-stroke: 1px rgba(0,0,0,.07); font-family: var(--display); font-size: clamp(140px, 18vw, 290px); line-height: .8; }
.academy-directory-head { position: relative; display: grid; grid-template-columns: minmax(0, .7fr) minmax(260px, .55fr) minmax(320px, 1fr); align-items: end; gap: 48px; margin-bottom: 54px; padding-bottom: 34px; border-bottom: 1px solid rgba(0,0,0,.18); }
.academy-directory-head strong { font-family: var(--display); font-size: clamp(52px, 7vw, 98px); line-height: .78; letter-spacing: -.05em; }
.academy-directory-head p { max-width: 470px; margin: 0; color: #5e6265; font-size: 15px; line-height: 1.7; }
.academy-team-grid { position: relative; display: grid; gap: 22px; }
.academy-team-card { min-height: 530px; display: grid; grid-template-columns: minmax(0, 1.35fr) minmax(360px, .65fr); background: var(--ink); color: white; overflow: hidden; }
.academy-team-card-image { position: relative; min-height: 530px; overflow: hidden; }
.academy-team-card-image::after { content: ""; position: absolute; inset: 0; background: linear-gradient(90deg, transparent 50%, rgba(17,19,21,.9)); }
.academy-team-card-image img { width: 100%; height: 100%; object-fit: cover; transition: transform .55s cubic-bezier(.2,.7,.2,1); }
.academy-team-card:hover .academy-team-card-image img { transform: scale(1.025); }
.academy-team-card-image span { position: absolute; z-index: 2; left: 28px; bottom: 22px; color: white; font-family: var(--display); font-size: 92px; line-height: .8; letter-spacing: -.05em; }
.academy-team-card-copy { display: flex; flex-direction: column; justify-content: center; padding: 62px 52px; border-left: 2px solid var(--orange); }
.academy-team-card-copy small { color: var(--orange); font-size: 9px; font-weight: 900; letter-spacing: .13em; text-transform: uppercase; }
.academy-team-card-copy h2 { margin: 24px 0 20px; font-size: clamp(54px, 5vw, 82px); }
.academy-team-card-copy p { color: #b7b9bb; font-size: 14px; line-height: 1.7; }
.academy-team-card-copy b { margin-top: 24px; font-size: 9px; letter-spacing: .14em; text-transform: uppercase; }
.academy-empty { position: relative; padding: 44px; border: 1px solid rgba(0,0,0,.16); color: #696d70; }

.academy-team-hero { position: relative; min-height: 750px; display: flex; align-items: flex-end; overflow: hidden; background: var(--black); }
.academy-team-hero > img { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover; object-position: center 45%; }
.academy-team-hero-overlay { position: absolute; inset: 0; background: linear-gradient(90deg, rgba(2,3,4,.96) 0%, rgba(2,3,4,.78) 34%, rgba(2,3,4,.2) 76%), linear-gradient(0deg, rgba(2,3,4,.96), transparent 65%); }
.academy-team-hero-ghost { position: absolute; right: -1vw; bottom: -2vw; color: transparent; -webkit-text-stroke: 1px rgba(255,255,255,.13); font-family: var(--display); font-size: clamp(150px, 21vw, 340px); line-height: .72; text-transform: uppercase; white-space: nowrap; }
.academy-team-hero-copy { position: relative; z-index: 2; padding-bottom: 90px; }
.academy-back { display: inline-block; margin-bottom: 52px; color: rgba(255,255,255,.65); font-size: 9px; font-weight: 900; letter-spacing: .14em; text-transform: uppercase; }
.academy-team-hero-copy h1 { max-width: 1040px; margin: 24px 0 22px; font-size: clamp(86px, 10vw, 154px); line-height: .78; }
.academy-team-hero-copy p { max-width: 620px; margin: 0; padding-left: 20px; border-left: 2px solid var(--orange); color: rgba(255,255,255,.76); font-size: 17px; line-height: 1.65; }
.academy-team-layout { display: grid; grid-template-columns: minmax(280px, .6fr) minmax(0, 1.4fr); gap: 90px; align-items: start; }
.academy-team-title h2, .academy-resource-column h2, .academy-sponsors-head h2 { margin: 26px 0 0; font-size: clamp(58px, 6vw, 94px); }
.academy-staff-grid { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); border-top: 1px solid rgba(0,0,0,.2); }
.academy-staff-grid article { position: relative; min-height: 190px; padding: 34px 30px; border-right: 1px solid rgba(0,0,0,.16); border-bottom: 1px solid rgba(0,0,0,.16); }
.academy-staff-grid article:nth-child(2n) { border-right: 0; }
.academy-staff-grid article > span { position: absolute; right: 18px; top: 18px; color: rgba(0,0,0,.18); font-family: var(--display); font-size: 52px; line-height: .8; }
.academy-staff-grid small { color: var(--orange); font-size: 9px; font-weight: 900; letter-spacing: .12em; text-transform: uppercase; }
.academy-staff-grid h3 { max-width: 82%; margin: 34px 0 0; font-size: clamp(34px, 3vw, 50px); }

.academy-resources { overflow: hidden; }
.academy-resources::after { content: "LT"; position: absolute; right: -1vw; bottom: -5vw; color: transparent; -webkit-text-stroke: 1px rgba(255,255,255,.08); font-family: var(--display); font-size: 300px; }
.academy-resources-grid { position: relative; z-index: 1; display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 70px; }
.academy-resource-column h2 { max-width: 520px; margin-bottom: 42px; }
.academy-resource-link { min-height: 86px; display: grid; grid-template-columns: 58px minmax(0, 1fr) auto; align-items: center; gap: 20px; padding: 16px 0; border-top: 1px solid rgba(255,255,255,.2); transition: padding .2s ease, color .2s ease; }
.academy-resource-link:last-child { border-bottom: 1px solid rgba(255,255,255,.2); }
.academy-resource-link:hover { padding-left: 12px; color: var(--orange); }
.academy-resource-link > span { color: var(--orange); font-size: 8px; font-weight: 900; letter-spacing: .12em; }
.academy-resource-link strong { font-size: 15px; }
.academy-resource-link b { font-size: 8px; letter-spacing: .12em; text-transform: uppercase; }
.academy-resource-empty { padding: 24px 0; border-top: 1px solid rgba(255,255,255,.2); color: #9da0a3; line-height: 1.6; }
.academy-sponsors-head { display: flex; align-items: flex-end; justify-content: space-between; gap: 42px; margin-bottom: 48px; }
.academy-sponsors-head h2 { max-width: 760px; }
.academy-sponsor-grid { display: grid; grid-template-columns: repeat(5, minmax(0, 1fr)); gap: 12px; }
.academy-sponsor-grid > a, .academy-sponsor-grid > div { min-height: 150px; display: flex; align-items: center; justify-content: center; padding: 22px; background: white; border: 1px solid rgba(0,0,0,.1); }
.academy-sponsor-grid img { width: 100%; max-height: 92px; object-fit: contain; filter: none; }

@media (max-width: 900px) {
  .main-nav > .nav-group { width: 100%; display: block; border-bottom: 1px solid var(--line); }
  .main-nav > .nav-group > a { display: block; width: 100%; padding: 18px 0 10px; font-family: var(--display); font-size: 34px; letter-spacing: -.02em; border: 0; }
  .main-nav > .nav-group > a::after { display: none; }
  .nav-submenu { position: static; width: 100%; padding: 0 0 13px; background: transparent; border: 0; box-shadow: none; transform: none; opacity: 1; visibility: visible; }
  .nav-submenu a { display: inline-block; padding: 8px 18px 8px 0; font-size: 8px; }
  .academy-subnav { margin-top: 74px; }
  .academy-subnav-inner { align-items: flex-start; flex-direction: column; gap: 0; padding-top: 16px; }
  .academy-subnav-brand { font-size: 22px; }
  .academy-subnav-inner > div { width: 100%; gap: 20px; overflow-x: auto; }
  .academy-subnav-inner > div a, .academy-subnav-inner > div span { padding: 13px 0 12px; }
  .academy-directory-head { grid-template-columns: 1fr 1fr; }
  .academy-directory-head p { grid-column: 1 / -1; }
  .academy-team-card { grid-template-columns: 1fr; }
  .academy-team-card-image { min-height: 460px; }
  .academy-team-card-image::after { background: linear-gradient(0deg, rgba(17,19,21,.95), transparent 50%); }
  .academy-team-card-copy { border-left: 0; border-top: 2px solid var(--orange); }
  .academy-team-layout, .academy-resources-grid { grid-template-columns: 1fr; gap: 54px; }
  .academy-sponsor-grid { grid-template-columns: repeat(3, minmax(0, 1fr)); }
}

@media (max-width: 640px) {
  .academy-subnav-inner > div span { display: none; }
  .academy-directory-hero { min-height: 610px; }
  .academy-directory-head { grid-template-columns: 1fr; gap: 22px; }
  .academy-directory-head p { grid-column: auto; }
  .academy-team-card { min-height: 0; }
  .academy-team-card-image { min-height: 300px; }
  .academy-team-card-image span { left: 18px; bottom: 16px; font-size: 68px; }
  .academy-team-card-copy { padding: 38px 24px 44px; }
  .academy-team-card-copy h2 { font-size: 52px; }
  .academy-team-hero { min-height: 690px; }
  .academy-team-hero > img { object-position: 52% center; }
  .academy-team-hero-overlay { background: linear-gradient(0deg, rgba(2,3,4,.98) 0%, rgba(2,3,4,.72) 48%, rgba(2,3,4,.18) 100%); }
  .academy-team-hero-copy { padding-bottom: 70px; }
  .academy-back { margin-bottom: 36px; }
  .academy-team-hero-copy h1 { font-size: 70px; }
  .academy-team-hero-copy p { font-size: 14px; }
  .academy-staff-grid { grid-template-columns: 1fr; }
  .academy-staff-grid article, .academy-staff-grid article:nth-child(2n) { min-height: 155px; border-right: 0; }
  .academy-resource-column h2 { font-size: 54px; }
  .academy-resource-link { grid-template-columns: 48px minmax(0, 1fr); }
  .academy-resource-link b { grid-column: 2; }
  .academy-sponsors-head { align-items: flex-start; flex-direction: column; }
  .academy-sponsors-head h2 { font-size: 56px; }
  .academy-sponsor-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 8px; }
  .academy-sponsor-grid > a, .academy-sponsor-grid > div { min-height: 118px; padding: 14px; }
}

/* Area Media */
.page-hero.media-hero .page-hero-image { background-position: center 44%; filter: saturate(.78) contrast(1.08); }
.page-hero.media-hero .page-hero-overlay { background: linear-gradient(90deg, rgba(3,4,5,.98) 0%, rgba(3,4,5,.82) 48%, rgba(3,4,5,.28) 100%), linear-gradient(0deg, rgba(3,4,5,.7), transparent 55%); }
.media-intro { overflow: hidden; }
.media-intro-layout { display: grid; grid-template-columns: minmax(0,.8fr) minmax(340px,1fr); gap: clamp(48px,8vw,130px); align-items: end; }
.media-intro h2, .media-library h2, .media-support h2 { margin: 20px 0 0; font-size: clamp(58px,7vw,112px); line-height: .9; letter-spacing: -.055em; text-transform: uppercase; }
.media-intro .lead { margin: 0; padding-left: 26px; border-left: 2px solid var(--orange); font-size: clamp(18px,1.6vw,24px); line-height: 1.6; color: #45474a; }
.media-format-grid { display: grid; grid-template-columns: repeat(3,minmax(0,1fr)); margin-top: clamp(58px,7vw,100px); border-top: 1px solid #c9c5bc; border-left: 1px solid #c9c5bc; }
.media-format-card { position: relative; min-height: 300px; padding: 34px 34px 40px; border-right: 1px solid #c9c5bc; border-bottom: 1px solid #c9c5bc; background: rgba(255,255,255,.28); }
.media-format-card > span { position: absolute; top: 26px; right: 28px; color: var(--orange); font-family: var(--font-condensed); font-size: 19px; }
.media-format-card small { display: block; max-width: 70%; color: #777a7d; font-size: 10px; font-weight: 900; letter-spacing: .15em; text-transform: uppercase; }
.media-format-card strong { display: block; margin-top: 76px; font-family: var(--font-condensed); font-size: clamp(34px,3vw,50px); line-height: 1; text-transform: uppercase; }
.media-format-card p { max-width: 370px; margin: 22px 0 0; color: #66696c; line-height: 1.55; }
.media-library { position: relative; overflow: hidden; }
.media-library::after { content: "LT"; position: absolute; right: -1.5vw; bottom: -7vw; color: transparent; -webkit-text-stroke: 1px rgba(255,107,27,.16); font-family: var(--font-condensed); font-size: clamp(260px,35vw,640px); line-height: .7; pointer-events: none; }
.media-library .shell { position: relative; z-index: 1; }
.media-library-head { display: flex; justify-content: space-between; align-items: flex-end; gap: 30px; margin-bottom: clamp(48px,6vw,88px); }
.media-asset-grid { display: grid; grid-template-columns: repeat(2,minmax(0,1fr)); border-top: 1px solid rgba(255,255,255,.18); border-left: 1px solid rgba(255,255,255,.18); }
.media-asset-card { display: grid; grid-template-columns: minmax(210px,.75fr) minmax(0,1.25fr); min-height: 430px; border-right: 1px solid rgba(255,255,255,.18); border-bottom: 1px solid rgba(255,255,255,.18); background: #101214; }
.media-asset-preview { position: relative; display: grid; place-items: center; min-height: 300px; padding: 34px; overflow: hidden; background: #f1eee6; }
.media-asset-preview::before { content: ""; position: absolute; inset: 0; background: linear-gradient(135deg,transparent 0 72%,rgba(255,107,27,.12) 72%); }
.media-asset-preview img { position: relative; z-index: 1; width: min(78%,240px); height: auto; object-fit: contain; }
.media-asset-preview span { position: absolute; z-index: 2; left: 22px; bottom: 16px; color: var(--orange); font-family: var(--font-condensed); font-size: 74px; line-height: 1; }
.media-asset-copy { display: flex; flex-direction: column; padding: 38px; }
.media-asset-copy > small { color: var(--orange); font-size: 10px; font-weight: 900; letter-spacing: .15em; text-transform: uppercase; }
.media-asset-copy h3 { margin: 24px 0 12px; font-size: clamp(36px,3.2vw,58px); line-height: .94; text-transform: uppercase; }
.media-asset-copy p { margin: 0; color: rgba(255,255,255,.6); line-height: 1.55; }
.media-asset-meta { display: flex; gap: 40px; margin: auto 0 28px; padding-top: 30px; }
.media-asset-meta span { color: rgba(255,255,255,.45); font-size: 9px; font-weight: 900; letter-spacing: .14em; text-transform: uppercase; }
.media-asset-meta strong { display: block; margin-top: 7px; color: white; font-size: 13px; }
.media-asset-copy .button { align-self: flex-start; }
.media-empty { display: grid; grid-template-columns: minmax(200px,.45fr) minmax(0,1fr); min-height: 380px; border: 1px solid rgba(255,255,255,.18); background: linear-gradient(120deg,#101214,#08090a); }
.media-empty > img { width: min(58%,250px); place-self: center; opacity: .55; filter: grayscale(1); }
.media-empty > div { position: relative; display: flex; flex-direction: column; justify-content: center; padding: 60px; border-left: 1px solid rgba(255,255,255,.18); }
.media-empty span { position: absolute; top: 28px; right: 32px; color: var(--orange); font-family: var(--font-condensed); font-size: 20px; }
.media-empty h3 { margin: 0; font-size: clamp(44px,5vw,78px); line-height: .92; text-transform: uppercase; }
.media-empty p { max-width: 580px; margin: 24px 0 0; color: rgba(255,255,255,.62); font-size: 18px; line-height: 1.6; }
.media-support-layout { display: grid; grid-template-columns: minmax(0,1.15fr) minmax(320px,.65fr); gap: clamp(50px,9vw,150px); align-items: end; }
.media-support-layout > div:last-child { padding: 34px 0 6px; border-top: 2px solid var(--orange); }
.media-support-layout p { margin: 0 0 32px; color: #5d6063; font-size: 18px; line-height: 1.65; }

@media (max-width: 900px) {
  .media-intro-layout, .media-support-layout { grid-template-columns: 1fr; gap: 38px; }
  .media-format-grid { grid-template-columns: 1fr; }
  .media-format-card { min-height: 230px; }
  .media-format-card strong { margin-top: 58px; }
  .media-library-head { display: block; }
  .media-asset-grid { grid-template-columns: 1fr; }
}

@media (max-width: 640px) {
  .page-hero.media-hero { min-height: 660px; }
  .media-intro h2, .media-library h2, .media-support h2 { font-size: 54px; }
  .media-intro .lead { font-size: 16px; }
  .media-format-card { min-height: 210px; padding: 28px 24px 32px; }
  .media-format-card strong { font-size: 36px; }
  .media-asset-card { grid-template-columns: 1fr; }
  .media-asset-copy { min-height: 350px; padding: 30px 24px; }
  .media-empty { grid-template-columns: 1fr; }
  .media-empty > img { margin: 48px auto; }
  .media-empty > div { padding: 40px 24px 48px; border-top: 1px solid rgba(255,255,255,.18); border-left: 0; }
  .media-empty span { top: 18px; right: 20px; }
  .media-empty p { font-size: 16px; }
}

/* Cross-browser typography and mobile match-centre stabilization. */
h1, h2, h3,
.game-date strong,
.game-teams strong,
.next-game-date strong,
.next-game-versus strong {
  font-kerning: normal;
  font-feature-settings: "kern" 1;
  font-synthesis: none;
  text-rendering: geometricPrecision;
}

.hero-copy h1 { line-height: .92; }
.page-hero h1 { line-height: .94; }
.manifesto-grid h2 { line-height: .86; }

/* Match rows are information blocks, not links to their own anchor. */
.game-row:not(.result-row) { grid-template-columns: 138px minmax(0, 1fr) 220px; }
.game-row.featured-game { grid-template-columns: 170px minmax(0, 1fr) 220px; }
.result-row { grid-template-columns: 94px 126px minmax(0, 1fr); }

/* Complete, legible SBL table shared by the prototype and the PHP CMS. */
.standings-columns,
.standing-row {
  display: grid;
  grid-template-columns: 70px minmax(0, 1fr) 110px;
  align-items: center;
}
.standings-columns {
  min-height: 46px;
  padding: 0 2px;
  color: #74777a;
  border-top: 1px solid var(--line);
  border-bottom: 1px solid var(--line);
  font-size: 9px;
  font-weight: 900;
  letter-spacing: .14em;
  text-transform: uppercase;
}
.standings-columns span:last-child { text-align: right; }
.standings-table { border-top: 0; }
.standing-row { min-height: 76px; }
.standing-row > span { padding-left: 2px; }
.standing-row > strong { min-width: 0; line-height: 1.15; }
.standing-row small { color: #a7aaad; font-size: 11px; font-weight: 900; }
.standing-row small:last-child { display: block; text-align: right; }
.standing-row.highlight small { color: var(--black); }

@media (max-width: 900px) {
  .game-row:not(.result-row):not(.featured-game) {
    min-height: 0;
    padding: 26px 0;
    grid-template-columns: 112px minmax(0, 1fr);
    grid-template-areas:
      "date teams"
      "meta meta";
    column-gap: 22px;
    row-gap: 18px;
  }
  .game-row:not(.result-row):not(.featured-game):hover { padding: 26px 0; }
  .game-row:not(.result-row) .game-date { grid-area: date; }
  .game-row:not(.result-row) .game-teams { grid-area: teams; }
  .game-row:not(.result-row) .game-meta {
    grid-area: meta;
    display: grid;
    grid-template-columns: max-content minmax(0, 1fr);
    align-items: baseline;
    gap: 8px 16px;
    padding-top: 15px;
    border-top: 1px solid rgba(0,0,0,.12);
  }
  .game-row.featured-game {
    min-height: 360px;
    padding: 66px 28px 28px;
    grid-template-columns: 1fr;
    grid-template-areas: "date" "teams" "meta";
    grid-template-rows: auto auto auto;
  }
  .game-row.featured-game:hover { padding: 66px 28px 28px; }
  .featured-game .game-date,
  .featured-game .game-teams,
  .featured-game .game-meta { grid-column: 1; }
  .featured-game .game-date { grid-area: date; }
  .featured-game .game-teams { grid-area: teams; }
  .featured-game .game-meta { grid-area: meta; display: flex; }
  .result-row {
    grid-template-columns: 94px minmax(0, 1fr);
    grid-template-areas:
      "outcome date"
      "teams teams";
  }
  .result-row .outcome { grid-area: outcome; }
  .result-row .game-date { grid-area: date; }
  .result-row .result-teams { grid-area: teams; }
}

@media (max-width: 640px) {
  h1, h2, h3 { letter-spacing: .012em; }
  .hero-copy h1,
  .page-hero h1,
  .manifesto-grid h2,
  .top-scorer-copy h2,
  .academy-team-hero-copy h1 { letter-spacing: .02em; }
  .hero-copy h1,
  .page-hero h1,
  .manifesto-grid h2,
  .section-header h2,
  .top-scorer-copy h2,
  .academy-team-hero-copy h1,
  .academy-directory-head strong { line-height: .96; }

  .next-game-section .shell { width: calc(100% - 32px); }
  .next-game-card {
    min-height: 0;
    grid-template-columns: minmax(0, 1fr) 138px;
    grid-template-rows: auto auto auto;
    transform: none;
  }
  .next-game-card > * { padding: 20px; }
  .next-game-label {
    grid-column: 1;
    grid-row: 1;
    min-height: 112px;
  }
  .next-game-date {
    grid-column: 2;
    grid-row: 1;
    min-height: 112px;
    justify-content: center;
    gap: 10px;
    border-right: 0;
  }
  .next-game-date strong { font-size: 61px; line-height: .82; }
  .next-game-date span { font-size: 10px; }
  .next-game-versus {
    grid-column: 1 / -1;
    grid-row: 2;
    min-height: 126px;
    padding: 24px 18px;
    gap: 10px;
  }
  .next-game-versus > div { min-width: 0; gap: 9px; }
  .next-game-versus strong { min-width: 0; font-size: 20px; line-height: 1; }
  .next-game-versus b { font-size: 10px; }
  .mini-mark { width: 44px; height: 44px; flex-basis: 44px; font-size: 12px; }
  .next-game-place {
    grid-column: 1;
    grid-row: 3;
    min-height: 94px;
    padding: 17px 20px;
    gap: 4px;
    border-top: 1px solid rgba(0,0,0,.12);
  }
  .next-game-place span { font-size: 8px; }
  .next-game-place strong { font-size: 17px; line-height: 1.2; }
  .next-game-place small { font-size: 10px; }
  .next-game-card > .button {
    grid-column: 2;
    grid-row: 3;
    min-height: 94px;
    padding: 0 14px;
    border-top: 1px solid rgba(0,0,0,.12);
    border-right: 0;
    font-size: 10px;
    line-height: 1.25;
    text-align: center;
  }
  .next-game-card.next-game-empty { grid-template-columns: 1fr; }
  .next-game-empty .next-game-label,
  .next-game-empty .next-game-message,
  .next-game-empty > .button { grid-column: 1; grid-row: auto; }

  .game-row:not(.result-row):not(.featured-game) {
    padding: 25px 0 23px;
    grid-template-columns: 104px minmax(0, 1fr);
    column-gap: 18px;
    row-gap: 17px;
  }
  .game-row:not(.result-row):not(.featured-game):hover { padding: 25px 0 23px; }
  .game-date { align-self: start; gap: 8px; }
  .game-date time { align-items: flex-start; flex-direction: column; gap: 2px; white-space: normal; }
  .game-date strong { font-size: 29px; line-height: 1; }
  .game-date time b { font-size: 10px; line-height: 1; }
  .game-date > span { font-size: 10px; }
  .game-teams { grid-template-columns: 1fr; gap: 7px; align-self: start; }
  .game-teams strong { font-size: 23px; line-height: 1.02; }
  .game-teams span {
    width: auto;
    height: auto;
    justify-self: start;
    border: 0;
    font-size: 9px;
  }
  .game-row:not(.result-row) .game-meta {
    grid-template-columns: 1fr;
    gap: 5px;
    padding-top: 14px;
  }
  .game-meta span { font-size: 9px; }
  .game-meta small { font-size: 12px; line-height: 1.35; }

  .game-row.featured-game {
    min-height: 350px;
    padding: 64px 22px 25px;
    grid-template-columns: 1fr;
  }
  .game-row.featured-game:hover { padding: 64px 22px 25px; }
  .featured-game .game-date time { flex-direction: row; align-items: baseline; }
  .featured-game .game-teams { grid-column: 1; }

  .result-row {
    padding: 22px 0 26px;
    grid-template-columns: minmax(0, 1fr) auto;
    grid-template-areas:
      "date outcome"
      "teams teams";
    column-gap: 12px;
    row-gap: 18px;
  }
  .result-row:hover { padding: 22px 0 26px; }
  .result-row .game-date { justify-self: start; }
  .result-row .game-date time { flex-direction: row; align-items: baseline; gap: 7px; }

  .standings-section .section-header { margin-bottom: 30px; }
  .standings-columns,
  .standing-row { grid-template-columns: 46px minmax(0, 1fr) 68px; }
  .standings-columns { min-height: 42px; font-size: 8px; }
  .standing-row { min-height: 68px; }
  .standing-row > span { font-size: 22px; }
  .standing-row > strong { padding-right: 12px; font-size: 14px; }
  .standing-row small { font-size: 10px; }
  .standing-row.highlight { padding: 0 14px; }
}
