:root {
    --bg: #050505;
    --bg-deep: #090907;
    --surface: #10100e;
    --surface-2: #171611;
    --surface-3: #201e17;
    --title: #fff8e7;
    --text: #e7e0cf;
    --muted: #aaa18d;
    --quiet: #7f7768;
    --gold: #d5af58;
    --gold-bright: #f3d27b;
    --gold-deep: #9b7127;
    --gold-dark: #604314;
    --warm: #fff4d8;
    --border: rgba(213,175,88,.18);
    --border-strong: rgba(243,210,123,.45);
    --shadow: 0 18px 48px rgba(0,0,0,.46);
    --gold-shadow: 0 18px 46px rgba(213,175,88,.18);
    --header-offset: 166px;
    --max: 1320px;
}
* { box-sizing: border-box; }
html { scroll-behavior: smooth; background: var(--bg); }
body { margin: 0; min-width: 320px; overflow-x: hidden; background: var(--bg); color: var(--text); font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", "PingFang SC", "Microsoft YaHei", sans-serif; line-height: 1.75; }
body::before { content: ""; position: fixed; inset: 0; z-index: -2; pointer-events: none; background: radial-gradient(circle at 75% 8%, rgba(213,175,88,.11), transparent 27%), radial-gradient(circle at 12% 36%, rgba(243,210,123,.06), transparent 24%), linear-gradient(180deg, #050505 0%, #090907 46%, #050505 100%); }
body::after { content: ""; position: fixed; inset: 0; z-index: -1; opacity: .18; pointer-events: none; background-image: linear-gradient(rgba(255,255,255,.012) 1px, transparent 1px), linear-gradient(90deg, rgba(255,255,255,.012) 1px, transparent 1px); background-size: 42px 42px; }
body.panel-open { overflow: hidden; }
a { color: inherit; text-decoration: none; }
img { display: block; max-width: 100%; height: auto; }
button, a { -webkit-tap-highlight-color: transparent; }
button { font: inherit; }
button, .decorative, .hero-glow { touch-action: manipulation; }
button:focus-visible, a:focus-visible, summary:focus-visible { outline: 2px solid var(--gold-bright); outline-offset: 3px; }
.shell { width: min(calc(100% - 40px), var(--max)); margin-inline: auto; }
.skip-link { position: fixed; left: 16px; top: -80px; z-index: 2000; padding: 10px 14px; background: var(--gold-bright); color: #17120a; border-radius: 4px; }
.skip-link:focus { top: 16px; }
.event-status { min-height: 34px; background: #030303; border-bottom: 1px solid var(--border); color: var(--muted); font-size: 12px; letter-spacing: .04em; }
.event-status-inner { min-height: 34px; display: grid; grid-template-columns: 1fr auto 1fr; align-items: center; gap: 24px; }
.event-status p { margin: 0; }
.status-center, .status-right { display: flex; align-items: center; gap: 20px; }
.status-right { justify-content: flex-end; }
.event-status a:hover { color: var(--gold-bright); }
.site-header { position: sticky; top: 0; z-index: 100; background: rgba(5,5,5,.96); backdrop-filter: blur(16px); box-shadow: 0 10px 30px rgba(0,0,0,.28); }
.brand-nav { height: 78px; display: grid; grid-template-columns: 1fr minmax(180px, 260px) 1fr; align-items: center; position: relative; }
.brand-nav-side { display: flex; align-items: center; gap: 14px; min-width: 0; }
.brand-nav-right { justify-content: flex-end; }
.icon-text-button, .more-button, .panel-close { border: 0; color: var(--text); background: transparent; cursor: pointer; }
.icon-text-button { min-height: 44px; display: inline-flex; align-items: center; gap: 10px; padding: 0 6px 0 0; }
.menu-lines { width: 22px; display: grid; gap: 4px; }
.menu-lines i { display: block; height: 1px; background: var(--gold-bright); }
.menu-lines i:nth-child(2) { width: 15px; }
.stage-badge { padding: 3px 9px; border: 1px solid var(--border); color: var(--gold); font-size: 11px; letter-spacing: .12em; white-space: nowrap; }
.brand-logo { justify-self: center; display: inline-flex; justify-content: center; min-height: 54px; align-items: center; max-width: 240px; }
.brand-logo-image { max-width: 210px; max-height: 58px; object-fit: contain; }
.brand-wordmark { display: grid; justify-items: center; line-height: 1.05; color: var(--title); font-family: Georgia, "Times New Roman", serif; }
.brand-wordmark strong { font-size: 26px; font-weight: 500; letter-spacing: .18em; padding-left: .18em; }
.brand-wordmark small { margin-top: 7px; color: var(--gold); font: 9px/1.2 Arial, sans-serif; letter-spacing: .34em; padding-left: .34em; }
.text-link-button, .gold-button, .dark-button { min-height: 44px; display: inline-flex; align-items: center; justify-content: center; padding: 0 20px; white-space: nowrap; transition: transform .2s ease, border-color .2s ease, background .2s ease; }
.text-link-button { color: var(--muted); }
.text-link-button:hover { color: var(--gold-bright); }
.gold-button { background: linear-gradient(135deg, #f4d98b 0%, #d5af58 48%, #8f651d 100%); color: #17120a; font-weight: 700; border: 1px solid rgba(255,244,216,.38); box-shadow: var(--gold-shadow); }
.gold-button:hover, .dark-button:hover { transform: translateY(-2px); }
.gold-button.compact { min-height: 42px; padding-inline: 18px; }
.dark-button { background: #11100d; border: 1px solid var(--border-strong); color: var(--warm); }
.stage-nav-wrap { border-top: 1px solid rgba(213,175,88,.12); border-bottom: 1px solid var(--border); }
.stage-nav { height: 54px; display: flex; align-items: stretch; gap: 18px; }
.stage-scroll { flex: 1; min-width: 0; display: flex; overflow-x: auto; scrollbar-width: none; }
.stage-scroll::-webkit-scrollbar { display: none; }
.stage-scroll > a { flex: 0 0 auto; display: inline-flex; align-items: center; position: relative; min-height: 52px; padding: 0 16px; color: var(--muted); font-size: 14px; white-space: nowrap; }
.stage-scroll > a::after { content: ""; position: absolute; left: 16px; right: 16px; bottom: 0; height: 1px; transform: scaleX(0); background: var(--gold-bright); transition: transform .2s ease; pointer-events: none; }
.stage-scroll > a:hover, .stage-scroll > a.is-active { color: var(--gold-bright); }
.stage-scroll > a.is-active::after { transform: scaleX(1); }
.more-wrap { position: relative; flex: 0 0 auto; display: flex; align-items: center; }
.more-button { min-height: 44px; padding: 0 12px; display: flex; align-items: center; gap: 7px; color: var(--gold); }
.more-menu { position: absolute; top: calc(100% + 1px); right: 0; width: 220px; padding: 8px; background: rgba(16,16,14,.99); border: 1px solid var(--border-strong); box-shadow: var(--shadow); visibility: hidden; opacity: 0; pointer-events: none; transform: translateY(-6px); transition: .18s ease; }
.more-menu.is-open { visibility: visible; opacity: 1; pointer-events: auto; transform: none; }
.more-menu a { display: block; padding: 10px 12px; color: var(--muted); }
.more-menu a:hover { color: var(--gold-bright); background: var(--surface-2); }
main { min-height: 60vh; }
.hero { position: relative; overflow: hidden; border-bottom: 1px solid var(--border); }
.hero-visual { min-height: 660px; display: grid; align-items: end; position: relative; background: radial-gradient(ellipse at 50% 5%, rgba(255,244,216,.26), transparent 13%), linear-gradient(112deg, rgba(0,0,0,.94) 0%, rgba(0,0,0,.48) 48%, rgba(0,0,0,.88) 100%), linear-gradient(135deg, #0b0b09 0%, #2b2110 48%, #070706 100%); }
.hero-visual::before { content: ""; position: absolute; width: min(76vw, 980px); height: 100%; left: 50%; top: 0; transform: translateX(-50%); clip-path: polygon(47% 0, 53% 0, 83% 100%, 17% 100%); background: linear-gradient(180deg, rgba(255,244,216,.18), rgba(213,175,88,.04) 42%, rgba(213,175,88,.24)); filter: blur(4px); pointer-events: none; }
.hero-visual::after { content: ""; position: absolute; inset: 0; background: radial-gradient(circle at 20% 22%, rgba(243,210,123,.45) 0 1px, transparent 2px), radial-gradient(circle at 80% 26%, rgba(243,210,123,.4) 0 1px, transparent 2px), radial-gradient(circle at 65% 11%, rgba(243,210,123,.35) 0 1px, transparent 2px), linear-gradient(90deg, transparent 49.8%, rgba(243,210,123,.22) 50%, transparent 50.2%); background-size: 180px 180px, 230px 230px, 150px 150px, auto; opacity: .8; pointer-events: none; }
.hero.has-image .hero-visual { min-height: 680px; background-size: cover; background-position: center; }
.hero-image { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover; object-position: center; z-index: 0; }
.hero-image-shade { position: absolute; inset: 0; z-index: 1; background: linear-gradient(90deg, rgba(0,0,0,.9), rgba(0,0,0,.18) 58%, rgba(0,0,0,.58)), linear-gradient(0deg, rgba(0,0,0,.85), transparent 60%); pointer-events: none; }
.hero-inner { position: relative; z-index: 3; display: grid; grid-template-columns: 90px minmax(0, 760px); gap: 34px; padding: 110px 0 72px; }
.vertical-stage { display: grid; align-content: end; gap: 12px; padding-bottom: 6px; }
.vertical-stage span { color: var(--quiet); font-size: 12px; letter-spacing: .18em; writing-mode: vertical-rl; }
.vertical-stage span::after { content: ""; display: inline-block; width: 1px; height: 34px; margin-top: 8px; background: var(--border-strong); }
.hero-copy { padding: 32px 34px; background: linear-gradient(90deg, rgba(3,3,3,.86), rgba(3,3,3,.38)); border-left: 2px solid var(--gold); box-shadow: var(--shadow); }
.eyebrow { margin: 0 0 12px; color: var(--gold); font-size: 12px; letter-spacing: .2em; text-transform: uppercase; }
h1, h2, h3 { color: var(--title); font-family: Georgia, "Noto Serif SC", "Songti SC", serif; font-weight: 500; line-height: 1.25; }
h1 { margin: 0; font-size: clamp(42px, 6.4vw, 88px); letter-spacing: .04em; }
.hero-copy h1 { max-width: 760px; }
.lead { margin: 24px 0 0; color: var(--text); font-size: clamp(16px, 1.5vw, 20px); max-width: 780px; }
.hero-note { margin: 14px 0 0; color: var(--muted); max-width: 720px; }
.button-row { display: flex; flex-wrap: wrap; gap: 12px; margin-top: 30px; }
.section { padding: 92px 0; border-bottom: 1px solid rgba(213,175,88,.1); }
.section.tight { padding: 64px 0; }
.section.alt { background: linear-gradient(180deg, rgba(16,16,14,.84), rgba(9,9,7,.72)); }
.section-head { max-width: 820px; margin-bottom: 38px; }
.section-head.center { margin-inline: auto; text-align: center; }
.section-head h2 { margin: 0; font-size: clamp(30px, 4vw, 52px); }
.section-head p { margin: 16px 0 0; color: var(--muted); }
.kicker { display: block; color: var(--gold); font-size: 11px; letter-spacing: .2em; margin-bottom: 10px; }
.info-strip { display: grid; grid-template-columns: repeat(3, 1fr); background: var(--surface); border: 1px solid var(--border); box-shadow: var(--shadow); }
.info-strip article { padding: 28px 30px; border-right: 1px solid var(--border); }
.info-strip article:last-child { border-right: 0; }
.info-strip h2, .info-strip h3 { font-size: 22px; margin: 0 0 12px; }
.info-strip p { margin: 0 0 14px; color: var(--muted); }
.inline-link { color: var(--gold-bright); border-bottom: 1px solid rgba(243,210,123,.32); }
.grid { display: grid; gap: 20px; }
.grid-2 { grid-template-columns: repeat(2, minmax(0,1fr)); }
.grid-3 { grid-template-columns: repeat(3, minmax(0,1fr)); }
.grid-4 { grid-template-columns: repeat(4, minmax(0,1fr)); }
.content-card { position: relative; min-height: 240px; padding: 28px; background: linear-gradient(145deg, rgba(23,22,17,.95), rgba(11,11,9,.95)); border: 1px solid var(--border); box-shadow: 0 14px 36px rgba(0,0,0,.22); overflow: hidden; }
.content-card::after { content: ""; position: absolute; width: 80px; height: 1px; right: 24px; top: 24px; background: linear-gradient(90deg, transparent, var(--gold)); pointer-events: none; }
.content-card:hover { border-color: var(--border-strong); }
.content-card h3 { margin: 0 0 14px; font-size: 23px; }
.content-card p { margin: 0 0 16px; color: var(--muted); }
.content-card .meta { display: block; margin-bottom: 12px; color: var(--gold); font-size: 12px; letter-spacing: .08em; }
.content-card .inline-link { position: absolute; left: 28px; bottom: 24px; }
.content-card.with-link { padding-bottom: 66px; }
.feature-split { display: grid; grid-template-columns: minmax(0,1.08fr) minmax(340px,.92fr); gap: 34px; align-items: stretch; }
.feature-visual { min-height: 520px; position: relative; overflow: hidden; border: 1px solid var(--border); background: radial-gradient(circle at 50% 12%, rgba(255,244,216,.25), transparent 14%), linear-gradient(145deg, #0b0b09, #291e0d 52%, #070706); }
.feature-visual img { width: 100%; height: 100%; object-fit: cover; }
.feature-visual::after { content: "DAILY PAGEANT"; position: absolute; right: -38px; bottom: 48px; transform: rotate(-90deg); color: rgba(243,210,123,.48); font: 10px/1 Arial, sans-serif; letter-spacing: .38em; pointer-events: none; }
.feature-copy { padding: 42px; background: var(--surface); border: 1px solid var(--border); }
.feature-copy h2 { margin: 0; font-size: clamp(32px,4vw,52px); }
.feature-copy p { color: var(--muted); }
.tag-list { display: flex; flex-wrap: wrap; gap: 8px; margin: 22px 0; }
.tag-list span { padding: 6px 10px; border: 1px solid var(--border); color: var(--gold); font-size: 12px; }
.timeline { position: relative; display: grid; gap: 0; border: 1px solid var(--border); }
.timeline::before { content: ""; position: absolute; left: 44px; top: 30px; bottom: 30px; width: 1px; background: linear-gradient(var(--gold), rgba(213,175,88,.08)); pointer-events: none; }
.timeline article { display: grid; grid-template-columns: 88px 1fr auto; gap: 22px; align-items: start; padding: 26px 28px; border-bottom: 1px solid var(--border); background: rgba(16,16,14,.72); }
.timeline article:last-child { border-bottom: 0; }
.timeline .step { position: relative; z-index: 1; width: 34px; height: 34px; display: grid; place-items: center; border: 1px solid var(--border-strong); background: var(--bg); color: var(--gold-bright); font-family: Georgia, serif; }
.timeline h3 { margin: 0 0 8px; font-size: 22px; }
.timeline p { margin: 0; color: var(--muted); }
.timeline .status { color: var(--gold); font-size: 12px; border: 1px solid var(--border); padding: 5px 8px; white-space: nowrap; }
.notice-box { padding: 34px 38px; border: 1px solid var(--border-strong); background: linear-gradient(135deg, rgba(96,67,20,.25), rgba(16,16,14,.94)); box-shadow: var(--gold-shadow); }
.notice-box h2, .notice-box h3 { margin-top: 0; }
.notice-box p { color: var(--text); }
.notice-box ul, .prose ul, .prose ol { margin: 16px 0; padding-left: 1.25em; color: var(--muted); }
.notice-box li + li, .prose li + li { margin-top: 8px; }
.page-hero { padding: 104px 0 72px; border-bottom: 1px solid var(--border); background: radial-gradient(circle at 72% 16%, rgba(213,175,88,.17), transparent 26%), linear-gradient(130deg, #050505 0%, #12100b 58%, #050505 100%); }
.page-hero-inner { display: grid; grid-template-columns: minmax(0, 820px) minmax(220px, 1fr); gap: 50px; align-items: end; }
.page-hero h1 { font-size: clamp(44px, 6vw, 76px); }
.page-hero .side-mark { justify-self: end; color: var(--gold); font: 11px/1.8 Arial, sans-serif; letter-spacing: .25em; writing-mode: vertical-rl; text-transform: uppercase; }
.prose { color: var(--muted); }
.prose p { margin: 0 0 18px; }
.prose strong { color: var(--warm); }
.statements { display: grid; grid-template-columns: repeat(3,1fr); gap: 16px; margin-top: 30px; }
.statement { padding: 22px; border-top: 1px solid var(--gold); background: rgba(16,16,14,.7); }
.statement strong { display: block; color: var(--title); font-family: Georgia, serif; font-size: 21px; margin-bottom: 8px; }
.statement span { color: var(--muted); }
.faq-list { display: grid; gap: 12px; }
.faq-list details { border: 1px solid var(--border); background: rgba(16,16,14,.75); }
.faq-list summary { cursor: pointer; list-style: none; min-height: 58px; display: flex; align-items: center; justify-content: space-between; gap: 20px; padding: 16px 20px; color: var(--title); font-family: Georgia, "Songti SC", serif; font-size: 18px; }
.faq-list summary::-webkit-details-marker { display: none; }
.faq-list summary::after { content: "+"; color: var(--gold); font: 24px/1 Arial, sans-serif; }
.faq-list details[open] summary::after { content: "−"; }
.faq-list details p { margin: 0; padding: 0 20px 20px; color: var(--muted); }
.related-links { display: flex; flex-wrap: wrap; gap: 10px; }
.related-links a { min-height: 44px; display: inline-flex; align-items: center; padding: 0 16px; border: 1px solid var(--border); color: var(--muted); }
.related-links a:hover { border-color: var(--border-strong); color: var(--gold-bright); }
.profile-grid { display: grid; grid-template-columns: repeat(3,1fr); gap: 20px; }
.profile-card { padding: 22px; background: var(--surface); border: 1px solid var(--border); }
.profile-placeholder { aspect-ratio: 4/5; display: grid; place-items: center; margin-bottom: 18px; background: radial-gradient(circle at 50% 25%, rgba(243,210,123,.18), transparent 16%), linear-gradient(145deg, #171611, #090907); border: 1px solid var(--border); color: var(--quiet); letter-spacing: .12em; text-align: center; }
.profile-card h3 { margin: 0 0 8px; }
.profile-card p { color: var(--muted); margin: 8px 0; }
.profile-card dl { display: grid; grid-template-columns: auto 1fr; gap: 7px 14px; font-size: 13px; color: var(--muted); }
.profile-card dt { color: var(--gold); }
.profile-card dd { margin: 0; }
.news-list { border-top: 1px solid var(--border); }
.news-item { display: grid; grid-template-columns: 130px 1fr auto; gap: 24px; align-items: center; padding: 26px 4px; border-bottom: 1px solid var(--border); }
.news-item .label { color: var(--gold); font-size: 12px; letter-spacing: .12em; }
.news-item h3 { margin: 0 0 7px; font-size: 22px; }
.news-item p { margin: 0; color: var(--muted); }
.site-footer { padding: 74px 0 0; background: #030303; border-top: 1px solid var(--border); }
.footer-grid { display: grid; grid-template-columns: minmax(260px,.8fr) minmax(0,2fr); gap: 70px; }
.footer-brand p { color: var(--muted); max-width: 430px; }
.footer-logo { display: inline-flex; margin-bottom: 22px; }
.footer-logo-image { max-width: 190px; max-height: 62px; object-fit: contain; }
.footer-links { display: grid; grid-template-columns: repeat(4,1fr); gap: 24px; }
.footer-links section { display: grid; align-content: start; gap: 8px; }
.footer-links h2 { margin: 0 0 10px; font: 16px/1.4 Georgia, serif; }
.footer-links a { color: var(--muted); font-size: 14px; }
.footer-links a:hover { color: var(--gold-bright); }
.footer-notice { margin-top: 50px; padding: 24px 0 calc(26px + env(safe-area-inset-bottom)); border-top: 1px solid var(--border); display: flex; justify-content: space-between; gap: 30px; color: var(--quiet); font-size: 12px; }
.footer-notice p { margin: 0; max-width: 820px; }
.panel-overlay { position: fixed; inset: 0; z-index: 500; background: rgba(0,0,0,.74); opacity: 0; visibility: hidden; pointer-events: none; transition: opacity .22s ease, visibility .22s ease; }
.panel-overlay.is-open { opacity: 1; visibility: visible; pointer-events: auto; }
.channel-panel { position: fixed; z-index: 510; top: 0; right: 0; width: min(520px,90vw); height: 100dvh; overflow-y: auto; overscroll-behavior: contain; padding: 0 26px 38px; background: #0b0b09; border-left: 1px solid var(--border-strong); box-shadow: -26px 0 60px rgba(0,0,0,.58); transform: translateX(102%); visibility: hidden; pointer-events: none; transition: transform .28s ease, visibility .28s ease; }
.channel-panel.is-open { transform: none; visibility: visible; pointer-events: auto; }
.channel-head { position: sticky; top: 0; z-index: 2; min-height: 84px; display: flex; align-items: center; justify-content: space-between; background: rgba(11,11,9,.98); border-bottom: 1px solid var(--border); }
.channel-brand { display: flex; align-items: center; }
.panel-logo-image { max-width: 170px; max-height: 55px; object-fit: contain; }
.panel-close { width: 46px; height: 46px; font-size: 30px; color: var(--gold); }
.channel-groups section { padding: 26px 0; border-bottom: 1px solid var(--border); }
.channel-groups h2 { margin: 0 0 12px; font-size: 17px; color: var(--gold-bright); }
.channel-groups a { display: grid; grid-template-columns: 110px 1fr; gap: 16px; padding: 10px 8px; }
.channel-groups a:hover { background: var(--surface-2); }
.channel-groups strong { color: var(--title); font-weight: 600; }
.channel-groups span { color: var(--muted); font-size: 13px; }
.mobile-bottom-nav { display: none; }
@media (max-width: 1040px) {
    :root { --header-offset: 156px; }
    .shell { width: min(calc(100% - 30px), var(--max)); }
    .status-center { display: none; }
    .event-status-inner { grid-template-columns: 1fr auto; }
    .grid-4 { grid-template-columns: repeat(2,1fr); }
    .grid-3 { grid-template-columns: repeat(2,1fr); }
    .feature-split { grid-template-columns: 1fr; }
    .feature-visual { min-height: 440px; }
    .footer-grid { grid-template-columns: 1fr; gap: 38px; }
}
@media (max-width: 760px) {
    :root { --header-offset: 139px; }
    body { padding-bottom: calc(64px + env(safe-area-inset-bottom)); }
    .shell { width: calc(100% - 28px); }
    .event-status { min-height: 30px; }
    .event-status-inner { min-height: 30px; }
    .event-status p { white-space: nowrap; overflow: hidden; text-overflow: ellipsis; }
    .status-right a:first-child { display: none; }
    .brand-nav { height: 64px; grid-template-columns: 1fr minmax(118px, 160px) 1fr; }
    .brand-nav-left .icon-text-button > span:last-child, .stage-badge, .hide-small { display: none; }
    .icon-text-button { width: 44px; justify-content: center; padding: 0; }
    .brand-wordmark strong { font-size: 20px; }
    .brand-wordmark small { font-size: 7px; }
    .brand-logo-image { max-width: 142px; max-height: 48px; }
    .gold-button.compact { min-width: 74px; padding-inline: 12px; font-size: 13px; }
    .stage-nav { width: 100%; height: 46px; gap: 0; padding-left: 8px; }
    .stage-scroll > a { min-height: 44px; padding: 0 13px; font-size: 13px; }
    .more-wrap { padding-right: 6px; background: rgba(5,5,5,.96); box-shadow: -12px 0 18px rgba(5,5,5,.9); }
    .more-button { min-height: 44px; font-size: 13px; }
    .more-menu { position: fixed; top: 139px; right: 8px; width: 210px; max-height: calc(100dvh - 220px); overflow-y: auto; }
    .hero-visual, .hero.has-image .hero-visual { min-height: 590px; }
    .hero-inner { grid-template-columns: 1fr; gap: 0; padding: 100px 0 44px; }
    .vertical-stage { display: none; }
    .hero-copy { padding: 26px 22px; }
    h1 { font-size: clamp(40px, 13vw, 58px); }
    .section { padding: 66px 0; }
    .section.tight { padding: 48px 0; }
    .info-strip, .grid-2, .grid-3, .grid-4, .profile-grid, .statements { grid-template-columns: 1fr; }
    .info-strip article { border-right: 0; border-bottom: 1px solid var(--border); }
    .info-strip article:last-child { border-bottom: 0; }
    .content-card { min-height: 0; }
    .content-card .inline-link { position: static; display: inline-block; margin-top: 8px; }
    .content-card.with-link { padding-bottom: 28px; }
    .feature-visual { min-height: 360px; }
    .feature-copy { padding: 28px 22px; }
    .timeline::before { left: 30px; }
    .timeline article { grid-template-columns: 50px 1fr; padding: 22px 18px; }
    .timeline .status { grid-column: 2; justify-self: start; }
    .page-hero { padding: 78px 0 54px; }
    .page-hero-inner { grid-template-columns: 1fr; }
    .page-hero .side-mark { display: none; }
    .news-item { grid-template-columns: 1fr; gap: 8px; }
    .footer-links { grid-template-columns: repeat(2,1fr); }
    .footer-notice { flex-direction: column; }
    .channel-panel { padding-inline: 18px; }
    .channel-groups a { grid-template-columns: 1fr; gap: 2px; padding-block: 12px; }
    .mobile-bottom-nav { position: fixed; left: 0; right: 0; bottom: 0; z-index: 300; min-height: 58px; padding-bottom: env(safe-area-inset-bottom); display: grid; grid-template-columns: repeat(5,1fr); background: rgba(3,3,3,.97); border-top: 1px solid var(--border-strong); }
    .mobile-bottom-nav a { min-height: 58px; display: grid; place-items: center; align-content: center; gap: 2px; color: var(--quiet); font-size: 11px; }
    .mobile-bottom-nav a span { font-size: 18px; line-height: 1; }
    .mobile-bottom-nav a.is-active { color: var(--gold-bright); background: linear-gradient(180deg, rgba(213,175,88,.12), transparent); }
    .channel-panel { z-index: 510; }
    .panel-overlay { z-index: 500; }
}
@media (max-width: 420px) {
    .shell { width: calc(100% - 28px); }
    .brand-wordmark strong { font-size: 18px; letter-spacing: .1em; padding-left: .1em; }
    .brand-wordmark small { letter-spacing: .2em; padding-left: .2em; }
    .gold-button.compact { min-width: 68px; padding-inline: 9px; }
    .button-row { display: grid; }
    .button-row a { width: 100%; }
    .notice-box { padding: 28px 22px; }
    .footer-links { grid-template-columns: 1fr 1fr; gap: 26px 16px; }
}
@media (prefers-reduced-motion: reduce) {
    *, *::before, *::after { scroll-behavior: auto !important; animation-duration: .01ms !important; animation-iteration-count: 1 !important; transition-duration: .01ms !important; }
}
