:root {
  --ink: #17201e;
  --muted: #5f6b67;
  --paper: #f4f0e7;
  --paper-2: #ebe4d7;
  --forest: #153c32;
  --forest-2: #225448;
  --gold: #b88a45;
  --gold-light: #dcc08f;
  --white: #fffdf8;
  --line: rgba(23, 32, 30, .16);
  --shadow: 0 24px 70px rgba(32, 35, 31, .12);
  --radius: 24px;
  --max: 1240px;
  --sans: Inter, "Noto Sans SC", "Microsoft YaHei", system-ui, sans-serif;
  --serif: "Noto Serif SC", "Songti SC", STSong, Georgia, serif;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  margin: 0;
  color: var(--ink);
  background: var(--paper);
  font-family: var(--sans);
  -webkit-font-smoothing: antialiased;
  overflow-x: hidden;
}
body.is-locked { overflow: hidden; }
a { color: inherit; text-decoration: none; }
button, input, select { font: inherit; }
button, a { -webkit-tap-highlight-color: transparent; }
img { display: block; max-width: 100%; }
::selection { background: var(--forest); color: var(--white); }

.skip-link {
  position: fixed; left: 16px; top: -100px; z-index: 1000;
  padding: 11px 16px; border-radius: 999px; background: var(--white); color: var(--ink);
  transition: top .2s ease;
}
.skip-link:focus { top: 16px; }

.shell { width: min(calc(100% - 48px), var(--max)); margin-inline: auto; }
.eyebrow {
  display: flex; align-items: center; gap: 12px; margin: 0 0 18px;
  color: var(--gold); font-size: .72rem; font-weight: 800; letter-spacing: .2em; text-transform: uppercase;
}
.eyebrow::before { content: ""; width: 42px; height: 1px; background: currentColor; }
.section-kicker { margin: 0 0 12px; color: var(--gold); font-size: .72rem; font-weight: 800; letter-spacing: .16em; text-transform: uppercase; }
.section-title { margin: 0; font-family: var(--serif); font-size: clamp(2.1rem, 4.4vw, 4.8rem); line-height: 1.08; font-weight: 500; letter-spacing: -.045em; }
.section-copy { color: var(--muted); font-size: 1rem; line-height: 1.85; }
.sr-only { position: absolute; width: 1px; height: 1px; padding: 0; margin: -1px; overflow: hidden; clip: rect(0,0,0,0); white-space: nowrap; border: 0; }
.section-head { display: flex; justify-content: space-between; gap: 40px; align-items: end; margin-bottom: 48px; }
.section-head .section-copy { width: min(100%, 450px); margin: 0; }

.announcement {
  position: relative; z-index: 50; padding: 9px 24px; text-align: center;
  background: #0d2c25; color: rgba(255,255,255,.8); font-size: .72rem; letter-spacing: .08em;
}
.announcement strong { color: #fff; }

.site-header {
  position: absolute; left: 0; right: 0; top: 34px; z-index: 40; height: 86px;
  color: var(--ink); transition: color .25s ease, background .25s ease, transform .25s ease, box-shadow .25s ease;
}
.site-header.is-scrolled {
  position: fixed; top: 0; height: 74px; background: rgba(244, 240, 231, .92);
  backdrop-filter: blur(18px); box-shadow: 0 10px 40px rgba(12, 25, 21, .08);
}
.header-inner { height: 100%; display: grid; grid-template-columns: 1fr auto 1fr; align-items: center; gap: 20px; }
.brand { display: flex; align-items: center; gap: 11px; width: max-content; }
.brand-mark { width: 32px; height: 32px; }
.brand-word { display: flex; flex-direction: column; line-height: 1; }
.brand-word strong { font-family: Georgia, serif; font-size: 1.25rem; letter-spacing: .16em; }
.brand-word small { margin-top: 4px; font-size: .53rem; letter-spacing: .18em; opacity: .62; }
.desktop-nav { display: flex; align-items: center; gap: 30px; }
.desktop-nav a { position: relative; padding-block: 10px; font-size: .82rem; font-weight: 650; letter-spacing: .04em; }
.desktop-nav a::after { content: ""; position: absolute; left: 0; right: 100%; bottom: 4px; height: 1px; background: currentColor; transition: right .2s ease; }
.desktop-nav a:hover::after { right: 0; }
.header-actions { display: flex; justify-content: flex-end; align-items: center; gap: 12px; }
.variant-select {
  max-width: 154px; border: 1px solid currentColor; border-color: color-mix(in srgb, currentColor 22%, transparent);
  border-radius: 999px; padding: 9px 34px 9px 14px; background: transparent; color: inherit; font-size: .72rem;
}
.icon-button {
  display: grid; place-items: center; width: 42px; height: 42px; padding: 0;
  border: 1px solid color-mix(in srgb, currentColor 22%, transparent); border-radius: 50%; background: transparent; color: inherit; cursor: pointer;
}
.menu-toggle { display: none; }
.menu-toggle span { display: block; width: 17px; height: 1px; margin: 4px auto; background: currentColor; transition: transform .2s ease; }

.hero {
  position: relative; min-height: 820px; display: flex; align-items: center; isolation: isolate; overflow: hidden;
  background: #d8c3a0 url("hero-luxury.png") center / cover no-repeat;
}
.hero::before {
  content: ""; position: absolute; inset: 0; z-index: -1;
  background: linear-gradient(90deg, rgba(244,240,231,.98) 0%, rgba(244,240,231,.9) 31%, rgba(244,240,231,.18) 64%, rgba(244,240,231,.02) 100%);
}
.hero::after { content: ""; position: absolute; left: 0; right: 0; bottom: 0; height: 120px; z-index: -1; background: linear-gradient(transparent, rgba(244,240,231,.55)); }
.hero-content { width: min(620px, 52vw); padding-top: 105px; }
.hero h1 { margin: 0; font-family: var(--serif); font-size: clamp(3.3rem, 6.5vw, 7rem); font-weight: 500; line-height: .98; letter-spacing: -.055em; }
.hero h1 .accent { color: var(--forest); font-style: italic; }
.hero-lead { max-width: 560px; margin: 28px 0 0; color: #4e5853; font-size: 1.05rem; line-height: 1.9; }
.hero-actions { display: flex; flex-wrap: wrap; gap: 12px; margin-top: 34px; }
.button {
  display: inline-flex; align-items: center; justify-content: center; gap: 12px; min-height: 52px; padding: 0 22px;
  border: 1px solid var(--forest); border-radius: 999px; background: var(--forest); color: var(--white); font-size: .82rem; font-weight: 750; letter-spacing: .04em; cursor: pointer;
  transition: transform .2s ease, background .2s ease, color .2s ease;
}
.button:hover { transform: translateY(-2px); background: var(--forest-2); }
.button.secondary { background: transparent; color: var(--forest); }
.button.secondary:hover { background: rgba(21,60,50,.08); }
.button .arrow { font-size: 1.05rem; transition: transform .2s ease; }
.button:hover .arrow { transform: translateX(3px); }
.compact-button { min-height: 42px; padding-inline: 18px; }
.hero-note { display: flex; gap: 12px; align-items: center; margin-top: 35px; color: #68736f; font-size: .73rem; }
.hero-note span { width: 28px; height: 1px; background: currentColor; }
.hero-index {
  position: absolute; right: max(24px, calc((100vw - var(--max))/2)); bottom: 55px;
  color: rgba(255,255,255,.9); text-align: right;
}
.hero-index strong { display: block; font-family: Georgia, serif; font-size: 2.4rem; font-weight: 400; }
.hero-index small { font-size: .67rem; letter-spacing: .16em; text-transform: uppercase; }

.metrics { position: relative; z-index: 2; margin-top: -24px; }
.metric-grid { display: grid; grid-template-columns: repeat(4, 1fr); background: var(--forest); color: var(--white); border-radius: 4px 4px var(--radius) var(--radius); box-shadow: var(--shadow); }
.metric { min-height: 146px; padding: 30px 34px; border-right: 1px solid rgba(255,255,255,.13); }
.metric:last-child { border: 0; }
.metric strong { display: block; font-family: var(--serif); color: var(--gold-light); font-size: 2rem; font-weight: 500; }
.metric span { display: block; margin-top: 10px; color: rgba(255,255,255,.66); font-size: .74rem; line-height: 1.5; }

.manifesto { padding: 150px 0 130px; }
.manifesto-grid { display: grid; grid-template-columns: .78fr 1.22fr; gap: 9vw; }
.manifesto-side { padding-top: 12px; }
.manifesto-side p { margin: 0; color: var(--gold); font-size: .7rem; font-weight: 800; letter-spacing: .16em; text-transform: uppercase; }
.manifesto-side .line { width: 1px; height: 160px; margin: 24px 0 0 5px; background: linear-gradient(var(--gold), transparent); }
.manifesto blockquote { margin: 0; font-family: var(--serif); font-size: clamp(2.1rem, 4vw, 4.5rem); line-height: 1.25; letter-spacing: -.04em; }
.manifesto blockquote em { color: var(--forest); font-weight: 500; }
.manifesto .section-copy { max-width: 700px; margin: 34px 0 0; }

.feature-panels { display: grid; grid-template-columns: 1.15fr .85fr; min-height: 620px; }
.visual-panel { position: relative; overflow: hidden; background: #b5905c url("hero-luxury.png") 67% center / cover no-repeat; }
.visual-panel::after { content: ""; position: absolute; inset: 0; background: linear-gradient(180deg, transparent 40%, rgba(13,32,27,.62)); }
.visual-caption { position: absolute; left: 42px; right: 42px; bottom: 40px; z-index: 2; color: #fff; }
.visual-caption small { font-size: .66rem; letter-spacing: .15em; text-transform: uppercase; opacity: .7; }
.visual-caption strong { display: block; max-width: 450px; margin-top: 12px; font-family: var(--serif); font-size: 2rem; font-weight: 500; line-height: 1.25; }
.content-panel { display: flex; flex-direction: column; justify-content: center; padding: clamp(45px, 7vw, 110px); background: #102f27; color: #fff; }
.content-panel .section-title { max-width: 590px; }
.content-panel .section-copy { max-width: 560px; color: rgba(255,255,255,.64); }
.content-panel .button { align-self: flex-start; margin-top: 20px; border-color: var(--gold-light); background: var(--gold-light); color: #173229; }

.stories { padding: 130px 0; }
.story-grid { display: grid; grid-template-columns: 1.2fr .8fr .8fr; gap: 18px; }
.story-card { position: relative; min-height: 420px; display: flex; align-items: end; overflow: hidden; border-radius: var(--radius); background: #d9cfbd; }
.story-card::before { content: ""; position: absolute; inset: 0; transition: transform .6s ease; }
.story-card:hover::before { transform: scale(1.035); }
.story-card:nth-child(1)::before { background: linear-gradient(160deg, rgba(17,57,47,.05), rgba(17,57,47,.88)), url("hero-luxury.png") 74% center / cover; }
.story-card:nth-child(2)::before { background: linear-gradient(160deg, rgba(177,132,66,.15), rgba(27,39,35,.86)), url("hero-luxury.png") 53% center / cover; }
.story-card:nth-child(3)::before { background: linear-gradient(160deg, rgba(223,208,176,.05), rgba(22,54,45,.9)), url("hero-luxury.png") 98% center / cover; }
.story-content { position: relative; z-index: 2; padding: 30px; color: #fff; }
.story-meta { font-size: .66rem; letter-spacing: .12em; text-transform: uppercase; opacity: .72; }
.story-content h3 { margin: 14px 0 0; font-family: var(--serif); font-size: 1.55rem; font-weight: 500; line-height: 1.35; }
.story-content p { margin: 13px 0 0; color: rgba(255,255,255,.67); font-size: .82rem; line-height: 1.7; }

.values { padding: 36px 0; border-block: 1px solid var(--line); overflow: hidden; }
.value-track { display: flex; width: max-content; gap: 54px; animation: marquee 30s linear infinite; }
.value-track span { display: flex; align-items: center; gap: 54px; color: var(--forest); font-family: var(--serif); font-size: clamp(1.8rem, 3vw, 3.2rem); white-space: nowrap; }
.value-track span::after { content: "✦"; color: var(--gold); font-size: .6em; }
@keyframes marquee { to { transform: translateX(-50%); } }

.footer { padding: 72px 0 28px; background: #0b2922; color: rgba(255,255,255,.75); }
.footer-grid { display: grid; grid-template-columns: 1.2fr 1fr 1fr; gap: 70px; padding-bottom: 64px; }
.footer .brand { color: #fff; }
.footer-intro { max-width: 420px; margin: 24px 0 0; color: rgba(255,255,255,.48); font-size: .82rem; line-height: 1.8; }
.footer h3 { margin: 0 0 18px; color: var(--gold-light); font-size: .7rem; letter-spacing: .15em; text-transform: uppercase; }
.footer-links { display: grid; gap: 13px; font-size: .82rem; }
.footer-links a:hover { color: #fff; }
.footer-bottom { display: flex; justify-content: space-between; gap: 24px; padding-top: 24px; border-top: 1px solid rgba(255,255,255,.12); font-size: .68rem; color: rgba(255,255,255,.42); line-height: 1.6; }

/* Content pages */
.subpage-header { color: #fff; }
.subpage-header.is-scrolled { color: var(--ink); }
.sports .subpage-header.is-scrolled { color: #fff; }
.article-hero {
  position: relative; min-height: 720px; display: flex; align-items: end; color: #fff; isolation: isolate;
  background: #17382f url("hero-luxury.png") center / cover no-repeat;
}
.article-hero::before { content: ""; position: absolute; inset: 0; z-index: -1; background: linear-gradient(180deg, rgba(7,22,18,.15), rgba(7,22,18,.9) 92%); }
.sports .article-hero { background-image: url("hero-sports.png"); }
.sports .article-hero::before { background: linear-gradient(180deg, rgba(3,15,24,.2), rgba(3,15,24,.95) 93%); }
.article-hero-inner { padding: 170px 0 72px; }
.article-hero h1 { max-width: 940px; margin: 0; font-family: var(--serif); font-size: clamp(3rem, 6.4vw, 6.9rem); font-weight: 500; line-height: 1.02; letter-spacing: -.055em; }
.sports .article-hero h1 { font-family: var(--sans); font-weight: 900; }
.article-hero-inner > p:not(.eyebrow) { max-width: 720px; margin: 28px 0 0; color: rgba(255,255,255,.68); font-size: 1.05rem; line-height: 1.8; }
.article-byline { display: flex; flex-wrap: wrap; gap: 20px; margin-top: 32px; color: rgba(255,255,255,.5); font-size: .7rem; letter-spacing: .04em; }
.article-byline span + span::before { content: "·"; margin-right: 20px; }
.article-main { display: grid; grid-template-columns: 250px minmax(0, 760px); justify-content: space-between; gap: 8vw; padding-block: 110px 130px; }
.article-aside { position: sticky; top: 110px; align-self: start; display: grid; gap: 14px; padding-top: 8px; }
.article-aside strong { margin-bottom: 16px; font-family: var(--serif); font-size: 1.25rem; line-height: 1.5; }
.article-aside a { padding-block: 10px; border-bottom: 1px solid var(--line); color: var(--muted); font-size: .78rem; }
.prose { min-width: 0; }
.prose p { margin: 0 0 28px; color: var(--muted); font-size: 1rem; line-height: 2; }
.prose .article-lead { color: var(--ink); font-family: var(--serif); font-size: 1.42rem; line-height: 1.75; }
.sports .prose .article-lead { font-family: var(--sans); font-weight: 650; }
.prose h2 { margin: 70px 0 24px; font-family: var(--serif); font-size: clamp(2rem, 3.4vw, 3.3rem); font-weight: 500; letter-spacing: -.035em; }
.sports .prose h2 { font-family: var(--sans); font-weight: 850; }
.prose blockquote { margin: 58px 0; padding: 42px 0 42px 40px; border-left: 2px solid var(--gold); color: var(--forest); font-family: var(--serif); font-size: clamp(1.7rem, 3vw, 2.8rem); line-height: 1.5; }
.article-highlight { display: grid; grid-template-columns: auto 1fr; gap: 28px; margin: 55px 0; padding: 32px; border-radius: 8px; background: var(--forest); color: #fff; }
.article-highlight > span { color: var(--gold-light); font-family: Georgia, serif; font-size: 2.3rem; }
.article-highlight strong { display: block; font-family: var(--serif); font-size: 1.5rem; font-weight: 500; }
.article-highlight p { margin: 12px 0 0; color: rgba(255,255,255,.64); font-size: .88rem; }
.article-disclaimer { margin-top: 70px !important; padding-top: 22px; border-top: 1px solid var(--line); font-size: .72rem !important; }
.related { padding-bottom: 130px; }
.related-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 18px; }
.related-item { min-height: 250px; padding: 30px; border: 1px solid var(--line); border-radius: 8px; transition: background .2s ease, transform .2s ease; }
.related-item:hover { background: var(--white); transform: translateY(-3px); }
.sports .related-item:hover { background: #0b2030; }
.related-item span { color: var(--gold); font-size: .68rem; letter-spacing: .1em; text-transform: uppercase; }
.related-item h3 { margin: 35px 0 14px; font-family: var(--serif); font-size: 1.55rem; font-weight: 500; line-height: 1.4; }
.sports .related-item h3 { font-family: var(--sans); font-weight: 800; }
.related-item p { margin: 0; color: var(--muted); font-size: .82rem; line-height: 1.7; }

/* 404 */
.not-found { min-height: 100vh; display: grid; grid-template-columns: 1.08fr .92fr; background: var(--paper); }
.not-found-visual { position: relative; display: grid; place-items: center; min-height: 100vh; overflow: hidden; background: url("hero-luxury.png") 68% center / cover; }
.sports .not-found-visual { background-image: url("hero-sports.png"); }
.not-found-visual::after { content: ""; position: absolute; inset: 0; background: rgba(13,44,36,.28); }
.sports .not-found-visual::after { background: rgba(3,16,25,.34); }
.not-found-visual span { position: relative; z-index: 1; color: rgba(255,255,255,.9); font-family: Georgia, serif; font-size: clamp(7rem, 18vw, 16rem); line-height: 1; }
.not-found-content { display: flex; flex-direction: column; justify-content: center; align-items: flex-start; padding: clamp(40px, 8vw, 120px); }
.not-found-content .brand { margin-bottom: 75px; }
.not-found-content h1 { margin: 0; font-family: var(--serif); font-size: clamp(3.2rem, 6vw, 6.4rem); font-weight: 500; line-height: 1.02; letter-spacing: -.055em; }
.not-found-content h1 em { color: var(--forest); }
.not-found-content > p:not(.eyebrow) { max-width: 520px; margin: 28px 0 0; color: var(--muted); line-height: 1.85; }
.not-found-content small { margin-top: 70px; color: var(--muted); font-size: .67rem; }

/* Sports theme */
.sports { --paper: #071622; --paper-2: #0b2030; --ink: #f1f7fa; --muted: #96a7b2; --forest: #08b76b; --forest-2: #15ce7e; --gold: #39e3f2; --gold-light: #b9f5fb; --line: rgba(255,255,255,.12); --white: #f7fbfd; background: var(--paper); }
.sports ::selection { background: #08b76b; color: #04130e; }
.sports .announcement { background: #08b76b; color: #062116; }
.sports .announcement strong { color: #04140d; }
.sports .site-header { color: #fff; top: 34px; }
.sports .site-header.is-scrolled { top: 0; background: rgba(5,20,31,.91); }
.sports .brand-mark rect { fill: #08b76b; }
.sports .brand-mark path { stroke: #fff; }
.sports .hero {
  min-height: 780px; color: #fff; background: #06131f url("hero-sports.png") center / cover no-repeat;
}
.sports .hero::before { background: linear-gradient(90deg, rgba(4,15,25,.18) 0%, rgba(4,15,25,.38) 42%, rgba(4,15,25,.94) 100%); }
.sports .hero::after { height: 220px; background: linear-gradient(transparent, #071622); }
.sports .hero-content { width: min(650px, 55vw); margin-left: auto; padding-top: 100px; }
.sports .hero h1 { font-family: var(--sans); font-weight: 900; letter-spacing: -.06em; text-transform: uppercase; }
.sports .hero h1 .accent { color: #24e28a; font-style: normal; }
.sports .hero-lead { color: rgba(255,255,255,.7); }
.sports .button { border-color: #22db84; background: #22db84; color: #03150e; }
.sports .button.secondary { border-color: rgba(255,255,255,.34); background: rgba(255,255,255,.05); color: #fff; }
.sports .hero-note { color: rgba(255,255,255,.58); }
.sports .hero-index { left: max(24px, calc((100vw - var(--max))/2)); right: auto; text-align: left; }
.sports .metrics { margin-top: -54px; }
.sports .metric-grid { grid-template-columns: 1.2fr repeat(3, 1fr); border: 1px solid rgba(255,255,255,.12); border-radius: 18px; background: rgba(9,31,46,.93); backdrop-filter: blur(20px); }
.sports .metric { min-height: 128px; padding: 26px 30px; }
.sports .metric strong { color: #fff; font-family: var(--sans); font-size: 1.15rem; font-weight: 800; }
.sports .metric span { color: #7f99a9; }
.sports .metric:first-child { background: linear-gradient(135deg, rgba(15,191,109,.2), transparent); }
.live-dot { display: inline-block; width: 7px; height: 7px; margin-right: 8px; border-radius: 50%; background: #21e889; box-shadow: 0 0 0 6px rgba(33,232,137,.09); animation: pulse 1.8s infinite; }
@keyframes pulse { 50% { box-shadow: 0 0 0 11px rgba(33,232,137,0); } }

.sports .manifesto { padding-top: 125px; }
.sports .manifesto-grid { grid-template-columns: 1fr; gap: 30px; }
.sports .manifesto-side { display: flex; align-items: center; gap: 20px; }
.sports .manifesto-side .line { width: 160px; height: 1px; margin: 0; background: linear-gradient(90deg, var(--gold), transparent); }
.sports .manifesto blockquote { max-width: 980px; font-family: var(--sans); font-weight: 800; line-height: 1.12; text-transform: uppercase; }
.sports .manifesto blockquote em { color: #2be392; font-style: normal; }

.sports .feature-panels { width: min(calc(100% - 48px), var(--max)); min-height: 540px; margin: 0 auto; grid-template-columns: .9fr 1.1fr; border: 1px solid rgba(255,255,255,.12); border-radius: 28px; overflow: hidden; }
.sports .visual-panel { order: 2; background: url("hero-sports.png") 18% center / cover; }
.sports .visual-panel::after { background: linear-gradient(180deg, transparent, rgba(3,17,27,.83)); }
.sports .content-panel { background: #0b2030; }
.sports .content-panel .button { color: #04150e; background: #24df89; border-color: #24df89; }

.scoreboard { display: none; padding: 130px 0 50px; }
.sports .scoreboard { display: block; }
.filter-row { display: flex; flex-wrap: wrap; gap: 10px; margin: 0 0 32px; }
.filter-chip { padding: 9px 16px; border: 1px solid rgba(255,255,255,.14); border-radius: 999px; background: transparent; color: #8fa2ae; cursor: pointer; }
.filter-chip.is-active { background: #24df89; border-color: #24df89; color: #051811; }
.match-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 16px; }
.match-card { padding: 24px; border: 1px solid rgba(255,255,255,.11); border-radius: 20px; background: #0b2030; transition: transform .2s ease, border-color .2s ease; }
.match-card:hover { transform: translateY(-4px); border-color: rgba(38,228,141,.42); }
.match-card.is-hidden { display: none; }
.match-top { display: flex; justify-content: space-between; gap: 20px; color: #7f95a3; font-size: .68rem; letter-spacing: .08em; text-transform: uppercase; }
.match-top .status { color: #29e18d; }
.teams { margin: 26px 0; display: grid; gap: 16px; }
.team { display: flex; justify-content: space-between; align-items: center; font-weight: 700; }
.team-name { display: flex; align-items: center; gap: 12px; }
.team-icon { display: grid; place-items: center; width: 30px; height: 30px; border-radius: 9px; background: linear-gradient(135deg, #1ad17b, #168ab5); font-size: .7rem; color: #fff; }
.team-score { font-size: 1.25rem; }
.match-bottom { padding-top: 17px; border-top: 1px solid rgba(255,255,255,.09); color: #6f8795; font-size: .72rem; }

.sports .stories { padding-top: 85px; }
.sports .story-grid { grid-template-columns: 1.2fr .8fr .8fr; }
.sports .story-card { min-height: 390px; background: #0b2030; }
.sports .story-card:nth-child(1)::before { background: linear-gradient(160deg, rgba(2,15,24,.1), rgba(2,15,24,.9)), url("hero-sports.png") 6% center / cover; }
.sports .story-card:nth-child(2)::before { background: linear-gradient(160deg, rgba(2,15,24,.2), rgba(2,15,24,.94)), url("hero-sports.png") 53% center / cover; }
.sports .story-card:nth-child(3)::before { background: linear-gradient(160deg, rgba(2,15,24,.18), rgba(2,15,24,.94)), url("hero-sports.png") 91% center / cover; }
.sports .values { background: #0b2030; }
.sports .value-track span { color: #eaf7fb; font-family: var(--sans); font-weight: 850; font-style: italic; text-transform: uppercase; }
.sports .footer { background: #04101a; }

.mobile-menu {
  position: fixed; inset: 0; z-index: 60; display: grid; align-content: center; padding: 70px 28px;
  background: rgba(10,38,31,.98); color: #fff; visibility: hidden; opacity: 0; transition: opacity .25s ease, visibility .25s ease;
}
.mobile-menu.is-open { visibility: visible; opacity: 1; }
.mobile-menu a { padding: 16px 0; border-bottom: 1px solid rgba(255,255,255,.14); font-family: var(--serif); font-size: 1.8rem; }
.mobile-menu .menu-close { position: absolute; top: 20px; right: 22px; border-color: rgba(255,255,255,.3); }

.modal {
  position: fixed; inset: 0; z-index: 100; display: grid; place-items: center; padding: 24px;
  background: rgba(2,16,13,.78); backdrop-filter: blur(12px); visibility: hidden; opacity: 0; transition: opacity .2s ease, visibility .2s ease;
}
.modal.is-open { visibility: visible; opacity: 1; }
.modal-card { position: relative; width: min(100%, 540px); padding: 44px; border-radius: 28px; background: var(--paper); color: var(--ink); box-shadow: 0 40px 120px rgba(0,0,0,.32); }
.modal-card h2 { margin: 0; font-family: var(--serif); font-size: 2.1rem; font-weight: 500; }
.modal-card p { color: var(--muted); line-height: 1.8; }
.modal-note { padding: 15px 17px; border-left: 3px solid var(--gold); background: color-mix(in srgb, var(--gold) 10%, transparent); font-size: .82rem; }
.modal-close { position: absolute; top: 18px; right: 18px; color: var(--ink); }

.reveal { opacity: 0; transform: translateY(22px); transition: opacity .75s ease, transform .75s ease; }
.reveal.is-visible { opacity: 1; transform: none; }
.back-top { position: fixed; right: 20px; bottom: 20px; z-index: 30; opacity: 0; pointer-events: none; background: var(--forest); color: var(--white); box-shadow: 0 10px 30px rgba(0,0,0,.15); transition: opacity .2s ease, transform .2s ease; transform: translateY(10px); }
.back-top.is-visible { opacity: 1; pointer-events: auto; transform: none; }

/* Project hub */
.hub { min-height: 100vh; padding: 80px 0; background: #f0eadf; }
.hub-head { max-width: 830px; margin-bottom: 60px; }
.hub-head h1 { margin: 0; font-family: var(--serif); font-size: clamp(3rem, 7vw, 6.7rem); line-height: .98; letter-spacing: -.055em; }
.hub-head p { max-width: 680px; margin-top: 26px; color: #59645f; line-height: 1.85; }
.hub-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 18px; }
.hub-card { display: flex; min-height: 290px; flex-direction: column; justify-content: space-between; padding: 28px; border-radius: 22px; background: #fffaf0; box-shadow: 0 18px 50px rgba(36,38,34,.08); transition: transform .25s ease; }
.hub-card:hover { transform: translateY(-6px); }
.hub-card.sport { color: #eef8fc; background: #092033; }
.hub-card-index { display: flex; justify-content: space-between; color: #aa7d3e; font-size: .68rem; letter-spacing: .12em; text-transform: uppercase; }
.hub-card h2 { margin: 42px 0 14px; font-family: var(--serif); font-size: 1.48rem; font-weight: 500; line-height: 1.4; }
.hub-card p { margin: 0; color: #6a746f; font-size: .8rem; line-height: 1.65; }
.hub-card.sport p { color: #8da2b0; }
.hub-card-link { display: flex; align-items: center; justify-content: space-between; margin-top: 30px; padding-top: 18px; border-top: 1px solid rgba(99,91,73,.16); font-size: .78rem; font-weight: 800; }

@media (max-width: 980px) {
  .desktop-nav, .variant-select { display: none; }
  .menu-toggle { display: block; }
  .header-inner { grid-template-columns: 1fr auto; }
  .hero { min-height: 760px; background-position: 59% center; }
  .hero-content, .sports .hero-content { width: min(calc(100% - 48px), 610px); margin-inline: auto; }
  .sports .hero::before { background: linear-gradient(90deg, rgba(4,15,25,.92), rgba(4,15,25,.42)); }
  .metric-grid, .sports .metric-grid { grid-template-columns: repeat(2, 1fr); }
  .metric:nth-child(2) { border-right: 0; }
  .metric:nth-child(-n+2) { border-bottom: 1px solid rgba(255,255,255,.13); }
  .manifesto-grid { grid-template-columns: 1fr; gap: 30px; }
  .manifesto-side { display: flex; align-items: center; gap: 20px; }
  .manifesto-side .line { width: 140px; height: 1px; margin: 0; background: linear-gradient(90deg, var(--gold), transparent); }
  .feature-panels, .sports .feature-panels { grid-template-columns: 1fr; }
  .visual-panel, .sports .visual-panel { min-height: 430px; order: 0; }
  .story-grid, .sports .story-grid { grid-template-columns: 1fr 1fr; }
  .story-card:first-child { grid-column: 1 / -1; }
  .match-grid { grid-template-columns: 1fr 1fr; }
  .hub-grid { grid-template-columns: repeat(2, 1fr); }
  .article-main { grid-template-columns: 1fr; }
  .article-aside { position: static; grid-template-columns: repeat(3, 1fr); }
  .article-aside .section-kicker, .article-aside strong { grid-column: 1 / -1; }
  .not-found { grid-template-columns: 1fr; }
  .not-found-visual { min-height: 42vh; }
}

@media (max-width: 680px) {
  .shell { width: min(calc(100% - 30px), var(--max)); }
  .announcement { padding-inline: 15px; font-size: .62rem; }
  .site-header { height: 70px; }
  .brand-word strong { font-size: 1.05rem; }
  .brand-word small { display: none; }
  .hero, .sports .hero { min-height: 720px; align-items: end; padding-bottom: 115px; background-position: 63% center; }
  .hero::before { background: linear-gradient(180deg, rgba(244,240,231,.25), rgba(244,240,231,.98) 61%); }
  .sports .hero::before { background: linear-gradient(180deg, rgba(4,15,25,.1), rgba(4,15,25,.96) 60%); }
  .hero-content, .sports .hero-content { width: min(calc(100% - 30px), 610px); margin-inline: auto; padding-top: 150px; }
  .hero h1 { font-size: clamp(3rem, 14vw, 4.7rem); }
  .hero-lead { margin-top: 20px; font-size: .91rem; line-height: 1.75; }
  .hero-actions { margin-top: 24px; }
  .button { width: 100%; }
  .hero-note, .hero-index { display: none; }
  .metrics, .sports .metrics { margin-top: 0; }
  .metric-grid, .sports .metric-grid { grid-template-columns: 1fr 1fr; border-radius: 0 0 20px 20px; }
  .metric, .sports .metric { min-height: 112px; padding: 22px 18px; }
  .metric strong { font-size: 1.4rem; }
  .sports .metric strong { font-size: .92rem; }
  .manifesto, .sports .manifesto { padding: 90px 0 80px; }
  .manifesto blockquote { font-size: 2rem; }
  .manifesto .section-copy { font-size: .9rem; }
  .section-head { display: block; margin-bottom: 30px; }
  .section-head .section-copy { margin-top: 20px; }
  .content-panel { padding: 55px 25px; }
  .visual-panel, .sports .visual-panel { min-height: 330px; }
  .visual-caption { left: 22px; right: 22px; bottom: 24px; }
  .stories { padding: 85px 0; }
  .story-grid, .sports .story-grid, .match-grid { grid-template-columns: 1fr; }
  .story-card:first-child { grid-column: auto; }
  .story-card { min-height: 350px; }
  .sports .feature-panels { width: min(calc(100% - 30px), var(--max)); }
  .scoreboard { padding-top: 85px; }
  .footer-grid { grid-template-columns: 1fr; gap: 40px; }
  .footer-bottom { flex-direction: column; }
  .hub { padding: 55px 0; }
  .hub-grid { grid-template-columns: 1fr; }
  .hub-card { min-height: 250px; }
  .modal-card { padding: 40px 24px 28px; }
  .subpage-header .compact-button { display: none; }
  .article-hero { min-height: 650px; }
  .article-hero-inner { padding: 155px 0 55px; }
  .article-byline { gap: 10px; }
  .article-byline span + span::before { margin-right: 10px; }
  .article-main { padding-block: 75px 90px; }
  .article-aside { grid-template-columns: 1fr; }
  .article-aside .section-kicker, .article-aside strong { grid-column: auto; }
  .prose .article-lead { font-size: 1.2rem; }
  .prose blockquote { padding-left: 22px; }
  .article-highlight { grid-template-columns: 1fr; padding: 25px; }
  .related { padding-bottom: 90px; }
  .related-grid { grid-template-columns: 1fr; }
  .not-found-visual { min-height: 36vh; }
  .not-found-content { padding: 48px 24px 60px; }
  .not-found-content .brand { margin-bottom: 58px; }
  .not-found-content .hero-actions { width: 100%; }
}

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