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

/* Nine independent home subjects */
.text-link { display: inline-flex; align-items: center; min-height: 52px; color: inherit; font-size: .82rem; font-weight: 800; border-bottom: 1px solid currentColor; }

/* 01 Global atlas */
.layout-atlas { --paper: #e9ede7; --ink: #12231e; background: var(--paper); }
.layout-atlas .announcement { background: #071b16; }
.layout-atlas .site-header { color: #eaf1ed; }
.layout-atlas .site-header.is-scrolled { color: #12231e; }
.atlas-hero { min-height: 860px; display: flex; align-items: center; overflow: hidden; color: #ecf4ef; background: #081e18; }
.atlas-grid { display: grid; grid-template-columns: .9fr 1.1fr; align-items: center; gap: 5vw; padding-top: 100px; }
.atlas-copy h1 { margin: 0; font-family: var(--serif); font-size: clamp(4rem, 7vw, 7.6rem); font-weight: 500; line-height: .97; letter-spacing: -.06em; }
.atlas-copy h1 .accent { color: #9fcbb6; font-style: italic; }
.atlas-copy > p:not(.eyebrow) { max-width: 590px; color: #9bb0a6; line-height: 1.9; }
.atlas-copy .button { background: #c6e1d3; color: #0b281f; border-color: #c6e1d3; }
.atlas-copy .hero-actions { align-items: center; }
.atlas-orbit { position: relative; aspect-ratio: 1; border-radius: 50%; background: radial-gradient(circle, rgba(139,196,167,.16), transparent 60%), repeating-radial-gradient(circle, transparent 0 83px, rgba(255,255,255,.08) 84px 85px); }
.atlas-orbit::before, .atlas-orbit::after { content: ""; position: absolute; inset: 12%; border: 1px solid rgba(255,255,255,.16); border-radius: 50%; transform: rotate(35deg) scaleY(.42); }
.atlas-orbit::after { transform: rotate(-35deg) scaleY(.42); }
.orbit-ring { position: absolute; inset: 24%; border: 1px dashed rgba(198,225,211,.26); border-radius: 50%; animation: orbit 30s linear infinite; }
.ring-b { inset: 8%; animation-direction: reverse; animation-duration: 50s; }
@keyframes orbit { to { transform: rotate(360deg); } }
.atlas-core { position: absolute; inset: 40%; display: grid; place-items: center; border-radius: 50%; background: #c6e1d3; color: #0d2d23; font-family: Georgia, serif; letter-spacing: .1em; box-shadow: 0 0 70px rgba(177,224,199,.2); }
.atlas-core small { display: block; font-family: var(--sans); font-size: .5rem; letter-spacing: .2em; }
.atlas-orbit button { position: absolute; left: var(--x); top: var(--y); border: 0; background: transparent; color: #dce9e2; font-size: .72rem; }
.atlas-orbit button::before { content: ""; display: inline-block; width: 8px; height: 8px; margin-right: 8px; border-radius: 50%; background: #bfe8d4; box-shadow: 0 0 0 7px rgba(191,232,212,.08); }
.atlas-regions { padding: 130px 0; }
.region-list { border-top: 1px solid var(--line); }
.region-list a { display: grid; grid-template-columns: 70px 1fr 1fr; align-items: center; min-height: 112px; border-bottom: 1px solid var(--line); transition: padding .2s ease, background .2s ease; }
.region-list a:hover { padding-inline: 20px; background: rgba(255,255,255,.45); }
.region-list b { color: var(--gold); font-family: Georgia, serif; font-size: 1.4rem; }
.region-list span { font-family: var(--serif); font-size: 1.6rem; }
.region-list em { color: var(--muted); font-size: .78rem; font-style: normal; }
.atlas-feature { display: grid; grid-template-columns: .8fr 1.2fr; align-items: center; min-height: 520px; padding: 8vw; background: #b9cbbf; }
.atlas-number { font-family: Georgia, serif; font-size: clamp(6rem, 17vw, 17rem); color: #18352b; line-height: 1; }
.atlas-feature h2 { max-width: 700px; font-family: var(--serif); font-size: clamp(2rem, 4vw, 4rem); font-weight: 500; }
.atlas-feature > div:last-child > p:last-child { color: #4e645b; line-height: 1.9; }
.atlas-stories { padding: 120px 0; }
.dispatch-grid { display: grid; grid-template-columns: repeat(3, 1fr); border-top: 1px solid var(--line); }
.dispatch-grid a { min-height: 300px; padding: 28px; border-right: 1px solid var(--line); }
.dispatch-grid a:last-child { border: 0; }
.dispatch-grid span { color: var(--gold); font-size: .66rem; letter-spacing: .12em; }
.dispatch-grid h3 { margin: 60px 0 18px; font-family: var(--serif); font-size: 1.55rem; font-weight: 500; }
.dispatch-grid p { color: var(--muted); line-height: 1.7; font-size: .82rem; }

/* 02 Group chronicle */
.layout-chronicle { background: #f1ece3; }
.layout-chronicle .announcement { background: #4b1f19; }
.chronicle-hero { position: relative; min-height: 780px; display: flex; align-items: center; overflow: hidden; background: linear-gradient(90deg, rgba(244,238,227,.96) 0 43%, rgba(244,238,227,.1)), url("hero-luxury.png") 70% center / cover; }
.chronicle-hero .shell { padding-top: 100px; }
.chronicle-hero h1 { max-width: 720px; margin: 0; font-family: var(--serif); font-size: clamp(3.7rem, 7vw, 7.3rem); font-weight: 500; line-height: 1; letter-spacing: -.06em; }
.chronicle-hero .accent { color: #7d2d25; font-style: italic; }
.chronicle-hero .shell > p:not(.eyebrow) { max-width: 540px; color: #6f615a; line-height: 1.85; }
.chronicle-year { position: absolute; right: -20px; bottom: -28px; color: rgba(255,255,255,.82); font-family: Georgia, serif; font-size: clamp(4rem, 11vw, 11rem); line-height: 1; }
.timeline { display: grid; grid-template-columns: .7fr 1.3fr; gap: 7vw; padding: 130px 0; }
.timeline-intro { position: sticky; top: 120px; align-self: start; }
.timeline-intro h2 { margin: 0; font-family: var(--serif); font-size: clamp(2.5rem, 5vw, 5rem); font-weight: 500; line-height: 1.15; }
.timeline-track { border-left: 1px solid #a28773; }
.timeline-track article { position: relative; min-height: 220px; padding: 0 0 70px 55px; }
.timeline-track article::before { content: ""; position: absolute; left: -7px; top: 9px; width: 13px; height: 13px; border-radius: 50%; background: #7d2d25; }
.timeline-track time { color: #7d2d25; font-family: Georgia, serif; font-size: 2rem; }
.timeline-track h3 { margin: 16px 0 10px; font-family: var(--serif); font-size: 1.7rem; font-weight: 500; }
.timeline-track p { max-width: 480px; color: var(--muted); line-height: 1.8; }
.governance { padding: 120px 0; background: #4b1f19; color: #fff8ed; }
.governance-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 8vw; }
.governance h2 { font-family: var(--serif); font-size: clamp(2.2rem, 4vw, 4rem); font-weight: 500; line-height: 1.35; }
.governance-list article { display: grid; grid-template-columns: 50px 1fr; padding: 25px 0; border-bottom: 1px solid rgba(255,255,255,.18); }
.governance-list b { grid-row: 1 / 3; color: #d5a696; }
.governance-list h3 { margin: 0; font-size: 1.05rem; }
.governance-list p { color: rgba(255,255,255,.55); line-height: 1.7; }
.chronicle-note { padding: 120px 0; }
.chronicle-note > a { display: grid; grid-template-columns: 1.4fr 1fr auto; gap: 40px; align-items: center; padding: 35px 0; border-block: 1px solid var(--line); }
.chronicle-note h2 { font-family: var(--serif); font-size: 2rem; font-weight: 500; }
.chronicle-note span { color: var(--muted); line-height: 1.7; }

/* 03 China portal */
.layout-china { --paper: #f5f1e9; --ink: #231d18; background: var(--paper); }
.layout-china .announcement { background: #8d1f23; }
.china-hero { min-height: 820px; display: grid; grid-template-columns: 1.15fr .85fr; position: relative; background: #ece1cf; }
.china-hero-image { background: url("hero-luxury.png") 68% center / cover; }
.china-hero-copy { display: flex; flex-direction: column; justify-content: center; padding: 150px 7vw 80px; }
.china-hero-copy h1 { margin: 0; font-family: var(--serif); font-size: clamp(3.3rem, 6vw, 6.3rem); font-weight: 500; line-height: 1.03; letter-spacing: -.05em; }
.china-hero-copy .accent { color: #a52429; }
.china-hero-copy > p:not(.eyebrow) { color: #6d5d51; line-height: 1.9; }
.china-hero-copy .button { align-self: flex-start; background: #991f24; border-color: #991f24; }
.china-seal { position: absolute; left: calc(57.5% - 58px); bottom: 46px; width: 116px; height: 116px; display: grid; place-items: center; border-radius: 50%; background: #991f24; color: #fff; font-family: var(--serif); text-align: center; box-shadow: 0 20px 50px rgba(75,20,20,.22); }
.china-seal small { font-family: var(--sans); font-size: .5rem; letter-spacing: .18em; }
.china-now { padding: 130px 0; }
.china-title { display: grid; grid-template-columns: 180px 1fr; }
.china-title > span { color: #a52429; font-size: .68rem; letter-spacing: .16em; }
.china-title h2 { margin: 0; font-family: var(--serif); font-size: clamp(3rem, 6vw, 6rem); font-weight: 500; line-height: 1.08; }
.china-columns { display: grid; grid-template-columns: 1.4fr .3fr .3fr; gap: 40px; margin: 70px 0 0 180px; padding-top: 36px; border-top: 1px solid var(--line); }
.china-columns .article-lead { color: #5e534a; font-family: var(--serif); font-size: 1.25rem; line-height: 1.8; }
.china-stat b { display: block; color: #a52429; font-family: Georgia, serif; font-size: 2.5rem; }
.china-stat span { color: var(--muted); font-size: .72rem; }
.city-cards { display: grid; grid-template-columns: 1.25fr .75fr .75fr; min-height: 520px; }
.city-card { display: flex; flex-direction: column; justify-content: end; padding: 38px; color: #fff; border-right: 1px solid rgba(255,255,255,.28); background: linear-gradient(180deg, transparent, rgba(31,18,13,.8)), url("hero-luxury.png") center / cover; }
.city-card.beijing { background-position: 30% center; filter: sepia(.25); }
.city-card.chengdu { background-position: 95% center; }
.city-card span { font-size: .68rem; letter-spacing: .14em; }
.city-card h3 { max-width: 370px; margin: 16px 0 0; font-family: var(--serif); font-size: 1.8rem; font-weight: 500; }
.china-editorial { display: grid; grid-template-columns: 160px 1.1fr .9fr; gap: 40px; padding: 130px 0; }
.china-story-lead h2 { font-family: var(--serif); font-size: 2.6rem; font-weight: 500; }
.china-story-lead p { color: var(--muted); line-height: 1.8; }
.china-story-lead a { color: #a52429; font-weight: 800; }
.china-story-list a { display: block; padding: 24px 0; border-bottom: 1px solid var(--line); }
.china-story-list span { color: #a52429; font-size: .68rem; }
.china-story-list h3 { font-family: var(--serif); font-size: 1.35rem; font-weight: 500; }

/* 04 Portfolio matrix */
.layout-portfolio { --paper: #f8f8f4; background: var(--paper); }
.layout-portfolio .announcement { background: #111; }
.layout-portfolio .site-header { color: #151515; }
.portfolio-hero { min-height: 590px; display: grid; grid-template-columns: 1.3fr .7fr; align-items: end; gap: 60px; padding-top: 170px; padding-bottom: 70px; }
.portfolio-intro h1 { margin: 0; font-family: var(--sans); font-size: clamp(4rem, 8vw, 8.8rem); font-weight: 850; line-height: .88; letter-spacing: -.07em; text-transform: uppercase; }
.portfolio-intro .accent { color: #127a5c; font-style: normal; }
.portfolio-intro > p:not(.eyebrow) { max-width: 650px; color: var(--muted); line-height: 1.8; }
.portfolio-count { display: flex; align-items: end; justify-content: end; gap: 20px; padding-bottom: 15px; }
.portfolio-count b { font-family: Georgia, serif; font-size: 8rem; line-height: .75; }
.portfolio-count span { font-size: .78rem; line-height: 1.5; }
.house-board { display: grid; grid-template-columns: 1.3fr .7fr .7fr; grid-template-rows: 350px 290px; gap: 2px; background: #fff; }
.house { display: flex; flex-direction: column; justify-content: space-between; padding: 34px; background: #e7e8e0; }
.house span { font-size: .66rem; letter-spacing: .14em; }
.house h2 { margin: auto 0 12px; font-family: var(--sans); font-size: 2.2rem; font-weight: 850; }
.house p { max-width: 440px; color: #59605c; font-size: .82rem; line-height: 1.7; }
.house-main { grid-row: 1 / 3; color: #fff; background: linear-gradient(160deg, rgba(5,30,23,.05), rgba(5,30,23,.9)), url("hero-luxury.png") 67% center / cover; }
.house-main p { color: rgba(255,255,255,.64); }
.house-main a { align-self: flex-start; padding-bottom: 6px; border-bottom: 1px solid #fff; font-size: .78rem; }
.house-jewel { background: #c9b98e; }
.house-beauty { background: #dcd1da; }
.house-craft { grid-column: 2 / 4; background: #b9d1c6; }
.portfolio-philosophy { display: grid; grid-template-columns: 1.2fr .8fr; gap: 8vw; padding: 130px 0; }
.portfolio-philosophy h2 { max-width: 750px; font-family: var(--serif); font-size: 3.4rem; font-weight: 500; }
.portfolio-philosophy > p { padding-top: 40px; color: var(--muted); line-height: 1.9; }
.portfolio-index { padding-bottom: 130px; }
.portfolio-lines { border-top: 2px solid var(--ink); }
.portfolio-lines a { display: grid; grid-template-columns: 70px 1fr auto; align-items: center; min-height: 110px; border-bottom: 1px solid var(--line); }
.portfolio-lines h3 { font-size: 1.25rem; }

/* 05 Access console */
.layout-access { --paper: #eef3f4; --ink: #102229; --forest: #11677a; --forest-2: #168198; --gold: #0d839d; background: var(--paper); }
.layout-access .announcement { background: #092b34; }
.layout-access .site-header { color: #effbff; }
.layout-access .site-header.is-scrolled { color: #102229; }
.access-main { min-height: 780px; display: flex; align-items: center; color: #effbff; background: radial-gradient(circle at 80% 30%, rgba(19,132,153,.28), transparent 32%), #071d24; }
.access-grid { display: grid; grid-template-columns: 1fr .9fr; align-items: center; gap: 7vw; padding-top: 100px; }
.access-badge { display: inline-flex; padding: 8px 12px; border: 1px solid rgba(112,225,241,.35); border-radius: 4px; color: #77dbe9; font-size: .67rem; letter-spacing: .15em; }
.access-copy h1 { margin: 24px 0; font-family: var(--sans); font-size: clamp(3.8rem, 7vw, 7rem); font-weight: 850; line-height: .95; letter-spacing: -.06em; }
.access-copy .accent { color: #58d1e3; font-style: normal; }
.access-copy > p { max-width: 570px; color: #86a9b2; line-height: 1.9; }
.access-actions { display: flex; align-items: center; gap: 24px; margin-top: 30px; }
.access-actions .button { background: #58d1e3; border-color: #58d1e3; color: #07242b; }
.access-actions > a { color: #9ebbc2; font-size: .8rem; }
.access-console { border: 1px solid rgba(118,210,226,.25); border-radius: 8px; background: rgba(12,48,58,.72); box-shadow: 0 30px 90px rgba(0,0,0,.35); }
.console-head { display: flex; justify-content: space-between; padding: 20px 24px; border-bottom: 1px solid rgba(118,210,226,.17); font-size: .78rem; }
.console-head b { color: #5be0a2; }
.console-check { display: grid; grid-template-columns: 42px 1fr auto; align-items: center; gap: 14px; padding: 24px; border-bottom: 1px solid rgba(118,210,226,.12); }
.console-check > span { color: #58d1e3; font-family: monospace; }
.console-check strong, .console-check small { display: block; }
.console-check small { margin-top: 5px; color: #73929a; }
.console-check > b { color: #69dca8; font-size: .72rem; }
.console-foot { padding: 16px 24px; color: #577982; font-family: monospace; font-size: .7rem; }
.safety-rules { padding: 120px 0; }
.rule-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 16px; }
.rule-grid article { min-height: 300px; padding: 30px; border: 1px solid #c8d5d8; border-radius: 6px; background: #f8fbfb; }
.rule-grid b { color: #0d839d; font-family: monospace; }
.rule-grid h3 { margin: 70px 0 16px; font-size: 1.35rem; }
.rule-grid p { color: var(--muted); line-height: 1.8; }
.access-help { padding: 110px 0; background: #dbe8ea; }
.access-help h2 { margin: 0 0 45px; font-size: 3.5rem; }
.help-list { border-top: 1px solid #aebfc3; }
.help-list a, .help-list button { width: 100%; display: grid; grid-template-columns: 150px 1fr auto; align-items: center; min-height: 85px; padding: 0; border: 0; border-bottom: 1px solid #aebfc3; background: transparent; color: inherit; text-align: left; cursor: pointer; }
.help-list span { color: #527078; font-size: .72rem; }

/* 06 Newsroom */
.layout-newsroom { --paper: #f3f0e8; --ink: #161616; background: var(--paper); }
.layout-newsroom .announcement { background: #161616; }
.layout-newsroom .site-header { color: #161616; }
.news-masthead { padding-top: 165px; }
.news-masthead > .eyebrow { justify-content: center; }
.news-masthead h1 { margin: 35px 0; padding-block: 30px; border-block: 5px double #161616; font-family: Georgia, var(--serif); font-size: clamp(4rem, 10vw, 10rem); font-weight: 400; line-height: .78; text-align: center; letter-spacing: -.06em; }
.news-masthead h1 span { font-size: .5em; letter-spacing: .08em; text-transform: uppercase; }
.masthead-meta { display: flex; justify-content: space-between; padding-bottom: 18px; border-bottom: 1px solid #161616; font-size: .66rem; letter-spacing: .12em; }
.front-page { display: grid; grid-template-columns: 1.45fr .55fr; gap: 30px; padding-block: 38px 90px; }
.lead-news { padding-right: 30px; border-right: 1px solid #777; }
.lead-news-image { aspect-ratio: 16 / 8; margin-bottom: 24px; background: url("hero-luxury.png") 70% center / cover; filter: grayscale(.55) contrast(1.05); }
.lead-news > span, .news-rail article > span { font-size: .64rem; font-weight: 800; letter-spacing: .13em; }
.lead-news h2 { margin: 16px 0; font-family: var(--serif); font-size: clamp(2.4rem, 5vw, 5rem); font-weight: 500; line-height: 1.12; }
.lead-news p, .news-rail p { color: #555; line-height: 1.75; }
.news-rail article { padding: 0 0 25px; margin-bottom: 25px; border-bottom: 1px solid #777; }
.news-rail h3 { font-family: var(--serif); font-size: 1.35rem; font-weight: 500; line-height: 1.4; }
.news-rail p { font-size: .78rem; }
.news-ticker { display: flex; background: #171717; color: #fff; overflow: hidden; }
.news-ticker strong { padding: 18px 28px; background: #a92323; font-size: .72rem; }
.news-ticker div { display: flex; align-items: center; gap: 60px; padding-left: 40px; font-size: .75rem; white-space: nowrap; }
.news-analysis { display: grid; grid-template-columns: 1.1fr .9fr; gap: 8vw; padding: 120px 0; }
.analysis-quote h2 { font-family: var(--serif); font-size: 3.4rem; font-weight: 500; }
.news-analysis > div:last-child { padding-top: 55px; }
.news-analysis > div:last-child p { color: var(--muted); line-height: 1.9; }
.press-grid { display: grid; grid-template-columns: repeat(3, 1fr); padding-bottom: 120px; }
.press-grid article { min-height: 250px; padding: 30px; border: 1px solid #aaa; border-right: 0; }
.press-grid article:last-child { border-right: 1px solid #aaa; }
.press-grid span { font-size: .64rem; }
.press-grid b { display: block; margin: 70px 0 12px; font-family: var(--serif); font-size: 1.7rem; }
.press-grid p { color: var(--muted); font-size: .8rem; }

/* 07 Chinese journal */
.layout-journal { --paper: #e8e0d1; --ink: #201c17; background: var(--paper); }
.layout-journal .announcement { background: #2f4736; }
.layout-journal .site-header { color: #fff8eb; }
.layout-journal .site-header.is-scrolled { color: #201c17; }
.journal-cover { position: relative; min-height: 880px; display: grid; place-items: center; overflow: hidden; color: #f7f0e4; background: linear-gradient(90deg, rgba(23,35,26,.78), rgba(23,35,26,.24)), url("hero-luxury.png") 68% center / cover; }
.journal-copy { width: min(calc(100% - 48px), 900px); padding-top: 80px; }
.journal-copy h1 { margin: 0; max-width: 850px; font-family: var(--serif); font-size: clamp(4rem, 9vw, 9rem); font-weight: 500; line-height: .95; letter-spacing: -.07em; }
.journal-copy .accent { color: #d8bc8b; }
.journal-copy > p:not(.eyebrow) { max-width: 560px; color: rgba(255,255,255,.67); line-height: 1.9; }
.journal-arrow { display: flex; gap: 18px; margin-top: 35px; color: #ddcda9; font-size: .76rem; }
.journal-volume { position: absolute; left: 5vw; top: 180px; padding: 14px; border: 1px solid rgba(255,255,255,.4); font-family: var(--serif); font-size: 1.4rem; text-align: center; }
.journal-stamp { position: absolute; right: 6vw; bottom: 70px; width: 85px; height: 85px; display: grid; place-items: center; border: 2px solid #c9483d; color: #f07264; font-family: var(--serif); font-size: 1.25rem; text-align: center; transform: rotate(-5deg); }
.journal-opening { display: grid; grid-template-columns: 180px 1fr; padding: 140px 0; }
.drop-cap { color: #a33b32; font-family: var(--serif); font-size: 10rem; line-height: .8; }
.journal-opening h2 { max-width: 850px; font-family: var(--serif); font-size: clamp(2.7rem, 5vw, 5rem); font-weight: 500; line-height: 1.3; }
.journal-opening > div > p:last-child { max-width: 700px; color: var(--muted); line-height: 2; }
.craft-story { display: grid; grid-template-columns: 1.25fr .75fr; min-height: 650px; background: #263a2d; color: #fff8eb; }
.craft-image { background: url("hero-luxury.png") 86% center / cover; filter: saturate(.55); }
.craft-copy { display: flex; flex-direction: column; justify-content: center; padding: 7vw; }
.craft-copy > span { color: #d5b77f; font-size: .68rem; letter-spacing: .14em; }
.craft-copy h2 { font-family: var(--serif); font-size: 3.8rem; font-weight: 500; }
.craft-copy p { color: rgba(255,255,255,.6); line-height: 2; }
.craft-copy a { align-self: flex-start; margin-top: 25px; color: #d5b77f; border-bottom: 1px solid; }
.journal-contents { display: grid; grid-template-columns: 180px 1fr; padding: 130px 0; }
.journal-contents-title span { display: block; font-family: var(--serif); font-size: 3rem; }
.journal-contents-title small { letter-spacing: .15em; }
.journal-list { border-top: 1px solid #7e7668; }
.journal-list a { display: grid; grid-template-columns: 90px 1fr; padding: 35px 0; border-bottom: 1px solid #7e7668; }
.journal-list b { color: #a33b32; font-family: var(--serif); font-size: 2rem; }
.journal-list span { color: #7b352f; font-size: .68rem; }
.journal-list h3 { margin: 10px 0; font-family: var(--serif); font-size: 1.7rem; font-weight: 500; }
.journal-list p { color: var(--muted); }

/* 08 Schedule */
.layout-schedule { --paper: #f4f6f5; --ink: #10221b; --forest: #0d7045; --forest-2: #0f8550; --gold: #147751; background: var(--paper); color: var(--ink); }
.layout-schedule .announcement { background: #cdf032; color: #142311; }
.layout-schedule .site-header { color: #10221b; }
.schedule-hero { padding: 180px 0 0; background: #dfe9e3; }
.schedule-top { display: grid; grid-template-columns: 1fr auto; align-items: end; gap: 50px; padding-bottom: 65px; }
.schedule-top h1 { margin: 0; font-family: var(--sans); font-size: clamp(3.8rem, 8vw, 8rem); font-weight: 900; line-height: .9; letter-spacing: -.07em; }
.schedule-top .accent { color: #0c7e4c; font-style: normal; }
.schedule-top > div:first-child > p:last-child { max-width: 680px; color: #617269; line-height: 1.8; }
.today-date { min-width: 180px; padding: 25px; border: 2px solid #10221b; text-align: center; }
.today-date span, .today-date small { display: block; font-size: .68rem; letter-spacing: .16em; }
.today-date b { display: block; font-family: Georgia, serif; font-size: 5.2rem; line-height: 1; }
.sport-tabs { display: flex; gap: 0; }
.sport-tabs button { flex: 1; min-height: 64px; border: 1px solid #b6c3bc; border-bottom: 0; background: transparent; cursor: pointer; }
.sport-tabs button.is-active { background: #0e7046; color: #fff; border-color: #0e7046; }
.day-board { padding: 90px 0 120px; }
.day-rail { display: grid; grid-template-columns: repeat(5, 1fr); margin-bottom: 45px; border-bottom: 1px solid #b9c5bf; }
.day-rail button { padding: 20px; border: 0; background: transparent; color: #6f7e77; cursor: pointer; }
.day-rail span, .day-rail b { display: block; }
.day-rail b { margin-top: 8px; font-size: 1.5rem; }
.day-rail button.is-active { color: #0b7045; border-bottom: 4px solid #0b7045; }
.fixture-list { border-top: 1px solid #aebbb5; }
.fixture-list article { display: grid; grid-template-columns: 80px 70px 1fr 60px 1fr 80px; align-items: center; gap: 20px; min-height: 128px; border-bottom: 1px solid #aebbb5; }
.fixture-list time { font-size: 1.2rem; font-weight: 900; }
.fixture-sport { padding: 8px; border-radius: 3px; background: #dce8e1; color: #0c6d43; font-size: .7rem; text-align: center; }
.fixture-list b, .fixture-list small { display: block; }
.fixture-list small { margin-top: 5px; color: #77857e; }
.fixture-list > strong { text-align: center; }
.fixture-list > a { color: #0c7045; font-size: .76rem; font-weight: 800; }
.channel-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 16px; padding-bottom: 120px; }
.channel-grid article { min-height: 310px; display: flex; flex-direction: column; justify-content: end; padding: 30px; background: #102e23; color: #fff; }
.channel-grid article:nth-child(2) { background: #cfe93a; color: #10221b; }
.channel-grid article:nth-child(3) { background: #cbddd3; color: #10221b; }
.channel-grid span { margin-bottom: auto; font-family: Georgia, serif; font-size: 2rem; }
.channel-grid h2 { font-size: 1.8rem; }
.channel-grid p { opacity: .62; }
.schedule-story { padding-bottom: 130px; }
.schedule-story > a { display: grid; grid-template-columns: 1fr .8fr auto; gap: 40px; align-items: center; padding: 35px 0; border-block: 2px solid #10221b; }
.schedule-story h2 { font-size: 1.7rem; }
.schedule-story p { color: var(--muted); }

/* 09 Live score arena */
.layout-live { --paper: #050e16; --ink: #f2f8fa; --muted: #81939f; --forest: #32e68d; --forest-2: #44f39c; --gold: #3adfef; background: var(--paper); color: var(--ink); }
.layout-live .announcement { background: #ff3d53; color: #fff; }
.layout-live .site-header { color: #fff; }
.layout-live .site-header.is-scrolled { background: rgba(5,14,22,.93); }
.live-arena { min-height: 820px; padding: 180px 0 70px; background: linear-gradient(180deg, rgba(5,14,22,.25), #050e16 94%), url("hero-sports.png") center / cover; }
.live-header { display: grid; grid-template-columns: 1fr auto; align-items: start; gap: 50px; }
.live-header h1 { margin: 0; font-family: var(--sans); font-size: clamp(4rem, 8vw, 8rem); font-weight: 900; line-height: .9; letter-spacing: -.07em; }
.live-header .accent { color: #32e68d; font-style: normal; }
.live-header > div:first-child > p:last-child { max-width: 700px; color: #8ba0ad; line-height: 1.8; }
.live-clock { min-width: 180px; padding: 20px; border: 1px solid rgba(255,255,255,.24); border-radius: 8px; background: rgba(5,14,22,.58); text-align: center; }
.live-clock small, .live-clock span { display: block; color: #7f929e; font-size: .67rem; }
.live-clock b { display: block; margin: 6px 0; font-family: monospace; font-size: 2.4rem; }
.main-score { display: grid; grid-template-columns: 1fr auto 1fr; align-items: center; gap: 6vw; margin-top: 75px; }
.side-team { text-align: center; }
.team-crest { display: grid; place-items: center; width: 74px; height: 74px; margin: auto; border-radius: 18px; background: linear-gradient(135deg, #1bd57c, #0887ac); font-size: 1.4rem; font-weight: 900; }
.team-crest.away { background: linear-gradient(135deg, #ff5163, #a12362); }
.side-team h2 { margin: 18px 0 5px; }
.side-team small { color: #738590; }
.score { display: flex; align-items: center; gap: 28px; }
.score b { font-family: var(--sans); font-size: clamp(5rem, 11vw, 11rem); line-height: .8; }
.score i { color: #536570; font-size: 3rem; font-style: normal; }
.live-data { display: grid; grid-template-columns: 1.2fr .8fr; gap: 18px; padding: 70px 0 120px; }
.event-feed, .stat-panel { padding: 32px; border: 1px solid rgba(255,255,255,.1); border-radius: 10px; background: #091824; }
.event-head { display: flex; justify-content: space-between; align-items: center; }
.event-head h2, .stat-panel h2 { margin: 0 0 28px; }
.event-head span { color: #71858f; font-size: .7rem; }
.event-feed ol { margin: 0; padding: 0; list-style: none; }
.event-feed li { display: grid; grid-template-columns: 55px 70px 1fr; padding: 18px 0; border-top: 1px solid rgba(255,255,255,.1); }
.event-feed time { color: #35e68f; font-family: monospace; }
.event-feed li span { color: #8599a4; }
.event-feed li.goal { margin-inline: -16px; padding-inline: 16px; background: rgba(51,230,143,.08); }
.stat-panel > div { display: grid; grid-template-columns: 1fr 40px 1fr 40px; align-items: center; gap: 10px; padding: 16px 0; }
.stat-panel > div span { font-size: .72rem; color: #81939f; }
.stat-panel > div b:last-child { text-align: right; }
.stat-panel i { position: relative; height: 5px; border-radius: 5px; background: #273845; }
.stat-panel i::before { content: ""; position: absolute; inset: 0 auto 0 0; width: var(--w); border-radius: inherit; background: #35e68f; }
.other-live { padding-bottom: 120px; }
.live-strip { display: grid; grid-template-columns: repeat(3, 1fr); gap: 12px; }
.live-strip article { min-height: 150px; padding: 24px; border: 1px solid rgba(255,255,255,.1); border-radius: 8px; background: #091824; }
.live-strip span { display: block; margin-bottom: 35px; color: #36df8b; font-size: .68rem; }
.live-strip b { line-height: 1.6; }

.layout-portfolio .subpage-header,
.layout-newsroom .subpage-header,
.layout-schedule .subpage-header { color: #fff; }
.layout-portfolio .subpage-header.is-scrolled,
.layout-newsroom .subpage-header.is-scrolled,
.layout-schedule .subpage-header.is-scrolled { color: var(--ink); }

.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; }
  .atlas-grid, .access-grid { grid-template-columns: 1fr; padding-top: 170px; padding-bottom: 70px; }
  .atlas-orbit { width: min(100%, 620px); margin: auto; }
  .atlas-feature { grid-template-columns: 1fr; }
  .timeline { grid-template-columns: 1fr; }
  .timeline-intro { position: static; }
  .china-hero { grid-template-columns: 1fr; }
  .china-hero-image { min-height: 48vh; order: 2; }
  .china-seal { left: auto; right: 35px; bottom: calc(48vh - 58px); }
  .china-title { grid-template-columns: 1fr; gap: 20px; }
  .china-columns { margin-left: 0; }
  .city-cards { grid-template-columns: 1fr 1fr; }
  .city-card:first-child { grid-column: 1 / -1; min-height: 420px; }
  .china-editorial { grid-template-columns: 1fr 1fr; }
  .china-editorial > .section-kicker { grid-column: 1 / -1; }
  .portfolio-hero { grid-template-columns: 1fr; }
  .portfolio-count { justify-content: start; }
  .house-board { grid-template-columns: 1fr 1fr; grid-template-rows: 460px 300px 300px; }
  .house-main { grid-column: 1 / -1; grid-row: auto; }
  .house-craft { grid-column: 1 / -1; }
  .portfolio-philosophy, .news-analysis { grid-template-columns: 1fr; }
  .front-page { grid-template-columns: 1fr; }
  .lead-news { padding-right: 0; border-right: 0; }
  .news-rail { display: grid; grid-template-columns: repeat(3, 1fr); gap: 18px; }
  .journal-opening, .journal-contents { grid-template-columns: 120px 1fr; }
  .craft-story { grid-template-columns: 1fr; }
  .craft-image { min-height: 480px; }
  .fixture-list article { grid-template-columns: 70px 60px 1fr 50px 1fr; }
  .fixture-list > a { grid-column: 3 / -1; padding-bottom: 18px; }
  .live-data { grid-template-columns: 1fr; }
}

@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%; }
  .atlas-hero, .access-main { min-height: auto; }
  .atlas-grid, .access-grid { padding-top: 135px; }
  .atlas-copy h1, .access-copy h1 { font-size: 3.5rem; }
  .atlas-orbit { aspect-ratio: 1; }
  .atlas-feature { padding: 70px 20px; }
  .atlas-number { font-size: 7rem; }
  .dispatch-grid { grid-template-columns: 1fr; }
  .dispatch-grid a { border-right: 0; border-bottom: 1px solid var(--line); }
  .region-list a { grid-template-columns: 45px 1fr; padding-block: 22px; }
  .region-list em { grid-column: 2; margin-top: 8px; }
  .chronicle-hero { min-height: 720px; background: linear-gradient(180deg, rgba(244,238,227,.15), rgba(244,238,227,.96) 55%), url("hero-luxury.png") 68% center / cover; align-items: end; padding-bottom: 70px; }
  .chronicle-hero h1 { font-size: 3.7rem; }
  .chronicle-year { font-size: 4rem; bottom: 10px; }
  .governance-grid { grid-template-columns: 1fr; }
  .chronicle-note > a { grid-template-columns: 1fr; }
  .china-hero { min-height: auto; }
  .china-hero-copy { padding: 150px 20px 65px; }
  .china-hero-copy h1 { font-size: 3.5rem; }
  .china-hero-image { min-height: 42vh; }
  .china-seal { width: 90px; height: 90px; bottom: calc(42vh - 45px); }
  .china-columns, .china-editorial { grid-template-columns: 1fr; }
  .city-cards { grid-template-columns: 1fr; }
  .city-card, .city-card:first-child { grid-column: auto; min-height: 330px; }
  .portfolio-hero { min-height: 670px; padding-top: 150px; }
  .portfolio-intro h1 { font-size: 4rem; }
  .portfolio-count b { font-size: 5rem; }
  .house-board { display: block; }
  .house { min-height: 300px; margin-bottom: 2px; }
  .house-main { min-height: 450px; }
  .portfolio-philosophy h2 { font-size: 2.5rem; }
  .portfolio-lines a { grid-template-columns: 45px 1fr; padding-block: 15px; }
  .portfolio-lines span { grid-column: 2; }
  .access-console { margin-top: 25px; }
  .access-actions { align-items: flex-start; flex-direction: column; }
  .rule-grid { grid-template-columns: 1fr; }
  .rule-grid article { min-height: 240px; }
  .help-list a, .help-list button { grid-template-columns: 90px 1fr auto; }
  .news-masthead { padding-top: 140px; }
  .news-masthead h1 { font-size: 4.1rem; }
  .news-rail, .press-grid { grid-template-columns: 1fr; }
  .news-ticker div { gap: 30px; }
  .analysis-quote h2 { font-size: 2.6rem; }
  .press-grid article { border-right: 1px solid #aaa; border-bottom: 0; }
  .press-grid article:last-child { border-bottom: 1px solid #aaa; }
  .journal-cover { min-height: 760px; }
  .journal-copy { width: calc(100% - 40px); }
  .journal-copy h1 { font-size: 4rem; }
  .journal-volume { left: 20px; top: 125px; }
  .journal-stamp { right: 20px; }
  .journal-opening, .journal-contents { grid-template-columns: 1fr; }
  .drop-cap { font-size: 7rem; }
  .craft-image { min-height: 380px; }
  .craft-copy { padding: 60px 24px; }
  .journal-list a { grid-template-columns: 55px 1fr; }
  .schedule-hero { padding-top: 140px; }
  .schedule-top { grid-template-columns: 1fr; }
  .schedule-top h1 { font-size: 4rem; }
  .today-date { justify-self: start; }
  .sport-tabs { overflow-x: auto; }
  .sport-tabs button { min-width: 100px; }
  .day-rail { overflow-x: auto; grid-template-columns: repeat(5, 90px); }
  .fixture-list article { grid-template-columns: 58px 52px 1fr; gap: 12px; padding-block: 22px; }
  .fixture-list > strong { grid-column: 3; text-align: left; }
  .fixture-list > div:nth-of-type(2) { grid-column: 3; }
  .fixture-list > a { grid-column: 3; }
  .channel-grid, .live-strip { grid-template-columns: 1fr; }
  .schedule-story > a { grid-template-columns: 1fr; }
  .live-arena { min-height: auto; padding: 145px 0 65px; }
  .live-header { grid-template-columns: 1fr; }
  .live-header h1 { font-size: 4rem; }
  .live-clock { justify-self: start; }
  .main-score { grid-template-columns: 1fr auto 1fr; gap: 12px; margin-top: 55px; }
  .team-crest { width: 54px; height: 54px; }
  .side-team h2 { font-size: .82rem; }
  .score { gap: 8px; }
  .score b { font-size: 4rem; }
  .score i { font-size: 1.5rem; }
  .event-feed, .stat-panel { padding: 20px; }
  .event-feed li { grid-template-columns: 42px 55px 1fr; font-size: .76rem; }
}

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