:root {
    --bg: #070809;
    --bg-2: #0d0e11;
    --panel: #121317;
    --panel-2: #18191e;
    --hover: #202127;
    --text: #e8e8ea;
    --title: #ffffff;
    --muted: #a6a6ad;
    --faint: #777880;
    --red: #ff1f32;
    --red-2: #ff3445;
    --red-dark: #b20718;
    --red-deep: #68030d;
    --line: rgba(255, 255, 255, 0.08);
    --red-line: rgba(255, 31, 50, 0.38);
    --shadow: 0 16px 42px rgba(0, 0, 0, 0.38);
    --red-shadow: 0 14px 36px rgba(255, 31, 50, 0.18);
    --shell: 1280px;
    --header-offset: 170px;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
    margin: 0;
    min-width: 320px;
    overflow-x: hidden;
    background:
        radial-gradient(circle at 15% -10%, rgba(255, 31, 50, 0.11), transparent 33rem),
        linear-gradient(180deg, #070809 0%, #090a0d 100%);
    color: var(--text);
    font-family: "Microsoft YaHei", "PingFang SC", Arial, sans-serif;
    line-height: 1.75;
    -webkit-font-smoothing: antialiased;
}
body.panel-open { overflow: hidden; }
a { color: inherit; text-decoration: none; }
button, input { font: inherit; }
button { color: inherit; }
img { display: block; max-width: 100%; height: auto; }
.shell { width: min(calc(100% - 32px), var(--shell)); margin-inline: auto; }
.skip-link { position: fixed; left: 16px; top: -80px; z-index: 3000; padding: 10px 16px; background: var(--red); color: #fff; border-radius: 6px; }
.skip-link:focus { top: 16px; }
:focus-visible { outline: 2px solid var(--red-2); outline-offset: 3px; }

.site-header { position: sticky; top: 0; z-index: 1700; background: rgba(7, 8, 9, 0.96); backdrop-filter: blur(16px); box-shadow: 0 10px 28px rgba(0,0,0,.28); }
.brand-bar { border-bottom: 1px solid var(--line); }
.brand-bar__inner { min-height: 72px; display: grid; grid-template-columns: auto 1fr auto; align-items: center; gap: 24px; }
.brand { display: inline-flex; align-items: center; gap: 12px; min-width: max-content; }
.brand__image { width: auto; height: 44px; object-fit: contain; }
.brand__fallback { display: grid; gap: 0; line-height: 1; }
.brand__fallback strong { font-size: 27px; letter-spacing: .04em; color: var(--title); font-weight: 900; }
.brand__fallback small { margin-top: 7px; color: var(--red-2); font-size: 10px; letter-spacing: .23em; font-weight: 800; }
.brand-note { margin: 0; color: var(--muted); font-size: 14px; }
.brand-actions { display: flex; align-items: center; gap: 10px; }
.header-action, .icon-button, .panel-close {
    min-height: 44px; border: 1px solid var(--line); background: var(--panel); color: var(--title); border-radius: 7px; padding: 0 16px; cursor: pointer; display: inline-flex; align-items: center; justify-content: center; transition: .2s ease;
}
.header-action:hover, .icon-button:hover, .panel-close:hover { border-color: var(--red-line); background: var(--hover); transform: translateY(-1px); }
.header-action--accent { background: linear-gradient(135deg, var(--red-2) 0%, var(--red) 52%, #9f0615 100%); border-color: transparent; box-shadow: var(--red-shadow); font-weight: 800; }
.icon-button { width: 44px; padding: 0; flex-direction: column; gap: 4px; }
.icon-button span { width: 19px; height: 2px; background: #fff; border-radius: 99px; }

.primary-nav { border-bottom: 1px solid var(--line); background: #0a0b0d; }
.primary-nav__inner { min-height: 54px; display: flex; align-items: stretch; }
.nav-link { position: relative; min-height: 54px; display: inline-flex; align-items: center; justify-content: center; padding: 0 23px; color: #d9d9dc; font-weight: 700; white-space: nowrap; }
.nav-link::after { content: ""; position: absolute; left: 22px; right: 22px; bottom: 0; height: 3px; background: var(--red); transform: scaleX(0); transition: transform .2s ease; }
.nav-link:hover, .nav-link.is-active { color: #fff; background: rgba(255,255,255,.025); }
.nav-link:hover::after, .nav-link.is-active::after { transform: scaleX(1); }
.topic-strip { border-bottom: 1px solid var(--line); background: #0d0e11; }
.topic-strip__inner { min-height: 44px; display: flex; align-items: center; gap: 8px; overflow-x: auto; scrollbar-width: none; }
.topic-strip__inner::-webkit-scrollbar { display: none; }
.topic-link { flex: 0 0 auto; padding: 7px 13px; border-radius: 5px; color: var(--muted); font-size: 13px; font-weight: 700; }
.topic-link:hover, .topic-link.is-active { color: #fff; background: rgba(255,31,50,.12); }

.site-main { min-height: 60vh; }
.page-hero { padding: 64px 0 34px; border-bottom: 1px solid var(--line); }
.page-hero__inner { display: grid; grid-template-columns: minmax(0, 1fr) minmax(280px, 410px); gap: 36px; align-items: end; }
.page-hero h1 { margin: 8px 0 16px; max-width: 850px; color: #fff; font-size: clamp(38px, 6vw, 72px); line-height: 1.05; letter-spacing: -.035em; }
.page-hero p { margin: 0; color: var(--muted); max-width: 760px; font-size: 17px; }
.page-hero__aside { border-left: 3px solid var(--red); padding: 12px 0 12px 22px; color: #d9d9dc; }
.eyebrow { display: inline-flex; align-items: center; gap: 8px; color: var(--red-2); font-size: 12px; font-weight: 900; letter-spacing: .18em; text-transform: uppercase; }
.eyebrow::before { content: ""; width: 22px; height: 2px; background: var(--red); }

.section { padding: 56px 0; }
.section + .section { border-top: 1px solid var(--line); }
.section--tight { padding: 34px 0; }
.section--red { background: linear-gradient(135deg, rgba(104,3,13,.72), rgba(178,7,24,.24)); border-top: 1px solid var(--red-line); border-bottom: 1px solid var(--red-line); }
.section-heading { display: flex; align-items: end; justify-content: space-between; gap: 24px; margin-bottom: 25px; }
.section-heading h2 { margin: 5px 0 0; color: #fff; font-size: clamp(27px, 4vw, 43px); line-height: 1.12; letter-spacing: -.02em; }
.section-heading p { margin: 0; max-width: 620px; color: var(--muted); }
.section-link { flex: 0 0 auto; color: #fff; font-weight: 800; border-bottom: 2px solid var(--red); padding-bottom: 2px; }

.grid { display: grid; gap: 18px; }
.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)); }
.card { position: relative; background: linear-gradient(145deg, var(--panel), #0e0f12); border: 1px solid var(--line); border-radius: 10px; padding: 24px; overflow: hidden; box-shadow: 0 10px 26px rgba(0,0,0,.18); }
.card::before { content: ""; position: absolute; left: 0; top: 0; width: 4px; height: 46px; background: var(--red); }
.card:hover { border-color: rgba(255,31,50,.25); background: linear-gradient(145deg, #15161a, #111216); }
.card h3 { margin: 10px 0 10px; color: #fff; font-size: 21px; line-height: 1.35; }
.card p { margin: 0; color: var(--muted); }
.card a.read-more { display: inline-flex; margin-top: 16px; min-height: 44px; align-items: center; color: #fff; font-weight: 800; }
.card a.read-more::after { content: "→"; margin-left: 8px; color: var(--red-2); }
.tag { display: inline-flex; min-height: 26px; align-items: center; padding: 3px 9px; border: 1px solid var(--red-line); border-radius: 3px; color: var(--red-2); background: rgba(255,31,50,.08); font-size: 12px; font-weight: 800; }
.tag--solid { color: #fff; background: var(--red); border-color: var(--red); }
.tag--gray { color: #d1d1d4; border-color: var(--line); background: #24252a; }
.tag--dark { color: #fff; background: var(--red-deep); border-color: var(--red-deep); }
.tag--light { color: var(--red); background: #fff; border-color: #fff; }

.hero-editorial { padding: 42px 0 56px; }
.hero-grid { display: grid; grid-template-columns: minmax(0, 1.85fr) minmax(300px, 1fr); gap: 20px; }
.hero-feature { min-height: 520px; position: relative; padding: 46px; display: flex; align-items: flex-end; overflow: hidden; border: 1px solid var(--red-line); background:
    linear-gradient(180deg, transparent 10%, rgba(7,8,9,.2) 43%, rgba(7,8,9,.96) 100%),
    radial-gradient(circle at 74% 28%, rgba(255,52,69,.33), transparent 19rem),
    linear-gradient(135deg, #24252b 0%, #111216 43%, #090a0c 100%);
    clip-path: polygon(0 0, 97% 0, 100% 6%, 100% 100%, 0 100%);
}
.hero-feature::before { content: ""; position: absolute; inset: 0; background: linear-gradient(125deg, transparent 0 48%, rgba(255,31,50,.07) 48% 49%, transparent 49% 100%); pointer-events: none; }
.hero-feature__content { position: relative; max-width: 780px; z-index: 1; }
.hero-feature h1 { margin: 14px 0; color: #fff; font-size: clamp(38px, 5.5vw, 74px); line-height: 1.04; letter-spacing: -.035em; }
.hero-feature p { margin: 0 0 24px; max-width: 740px; color: #d5d5d8; font-size: 17px; }
.button-row { display: flex; flex-wrap: wrap; gap: 12px; }
.button { min-height: 46px; display: inline-flex; align-items: center; justify-content: center; padding: 0 20px; border-radius: 6px; border: 1px solid var(--line); background: #17181c; color: #fff; font-weight: 800; }
.button:hover { border-color: var(--red-line); transform: translateY(-1px); }
.button--primary { border-color: transparent; background: linear-gradient(135deg, var(--red-2) 0%, var(--red) 52%, #9f0615 100%); box-shadow: var(--red-shadow); }
.hero-side { display: grid; grid-template-rows: auto 1fr auto; gap: 14px; }
.hero-note { padding: 24px; border: 1px solid var(--red-line); background: rgba(178,7,24,.16); }
.hero-note h2 { margin: 8px 0 8px; color: #fff; font-size: 25px; }
.hero-note p { margin: 0; color: #c7c7cb; }
.brief-list { display: grid; gap: 10px; }
.brief { display: block; padding: 18px; border: 1px solid var(--line); background: var(--panel); }
.brief:hover { border-color: var(--red-line); background: var(--hover); }
.brief strong { display: block; color: #fff; line-height: 1.4; margin: 7px 0; }
.brief span:last-child { display: block; color: var(--muted); font-size: 14px; }
.hour-entry { min-height: 72px; display: flex; align-items: center; justify-content: space-between; gap: 15px; padding: 18px 22px; border: 1px solid var(--red-line); background: linear-gradient(135deg, #2a090d, #111216); font-weight: 900; }
.hour-entry em { font-style: normal; color: var(--red-2); font-size: 26px; }

.rank-list { counter-reset: rank; display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 12px 20px; }
.rank-item { counter-increment: rank; display: grid; grid-template-columns: 58px 1fr auto; gap: 16px; align-items: start; padding: 19px; border: 1px solid var(--line); background: var(--panel); }
.rank-item::before { content: counter(rank, decimal-leading-zero); color: var(--red-2); font-size: 27px; font-weight: 900; line-height: 1; }
.rank-item h3 { margin: 0 0 8px; color: #fff; font-size: 18px; line-height: 1.35; }
.rank-item p { margin: 0; color: var(--muted); font-size: 14px; }
.rank-item .status { color: var(--faint); font-size: 12px; white-space: nowrap; }

.feature-list { display: grid; grid-template-columns: minmax(0, 1.2fr) minmax(0, 1fr); gap: 20px; }
.feature-panel { min-height: 430px; display: flex; align-items: flex-end; padding: 34px; border: 1px solid var(--red-line); background: linear-gradient(160deg, rgba(255,31,50,.19), transparent 41%), linear-gradient(135deg, #191a1f, #0d0e11); }
.feature-panel h3 { margin: 12px 0; color: #fff; font-size: clamp(28px, 4vw, 46px); line-height: 1.14; }
.feature-panel p { margin: 0 0 18px; color: #c8c8cc; }
.story-list { display: grid; gap: 12px; }
.story-row { padding: 18px 20px; border: 1px solid var(--line); background: var(--panel); }
.story-row:hover { border-color: var(--red-line); }
.story-row h3 { margin: 7px 0; color: #fff; font-size: 18px; }
.story-row p { margin: 0; color: var(--muted); font-size: 14px; }

.masonry-grid { display: grid; grid-template-columns: 1.25fr .75fr 1fr; grid-auto-rows: minmax(185px, auto); gap: 18px; }
.masonry-grid .card:nth-child(1) { grid-row: span 2; }
.masonry-grid .card:nth-child(4) { grid-column: span 2; }
.timeline { position: relative; display: grid; gap: 0; }
.timeline::before { content: ""; position: absolute; left: 20px; top: 14px; bottom: 14px; width: 2px; background: linear-gradient(var(--red), rgba(255,31,50,.12)); }
.timeline-item { position: relative; display: grid; grid-template-columns: 42px minmax(0, 1fr); gap: 18px; padding: 0 0 24px; }
.timeline-dot { position: relative; z-index: 1; width: 18px; height: 18px; margin: 8px 0 0 12px; border: 4px solid #090a0c; background: var(--red); box-shadow: 0 0 0 2px var(--red-line); border-radius: 50%; }
.timeline-content { padding: 21px; background: var(--panel); border: 1px solid var(--line); }
.timeline-content h3 { margin: 8px 0; color: #fff; }
.timeline-content p { margin: 0; color: var(--muted); }

.facts-grid { display: grid; gap: 13px; }
.fact-item { display: grid; grid-template-columns: 145px minmax(0, 1fr) auto; gap: 18px; align-items: start; padding: 21px; background: var(--panel); border: 1px solid var(--line); }
.fact-item h3 { margin: 0 0 7px; color: #fff; font-size: 18px; }
.fact-item p { margin: 0; color: var(--muted); }
.hour-list { display: grid; gap: 10px; }
.hour-item { display: grid; grid-template-columns: 112px 115px minmax(0, 1fr); gap: 17px; align-items: start; padding: 17px 20px; border: 1px solid var(--line); background: #101115; }
.hour-item time { color: var(--red-2); font-weight: 900; }
.hour-item .category { color: var(--faint); }
.hour-item strong { color: #fff; }
.hour-item p { margin: 5px 0 0; color: var(--muted); font-size: 14px; }

.prose { max-width: 900px; }
.prose h2 { margin: 42px 0 14px; color: #fff; font-size: 30px; line-height: 1.25; }
.prose h3 { margin: 28px 0 10px; color: #fff; font-size: 22px; }
.prose p, .prose li { color: #c6c6ca; }
.prose ul, .prose ol { padding-left: 22px; }
.prose strong { color: #fff; }
.prose-note { margin: 24px 0; padding: 20px 22px; border-left: 4px solid var(--red); background: var(--panel); color: #d6d6da; }
.content-layout { display: grid; grid-template-columns: minmax(0, 1fr) 320px; gap: 36px; align-items: start; }
.sidebar { position: sticky; top: calc(var(--header-offset) + 24px); display: grid; gap: 16px; }
.sidebar-box { padding: 22px; border: 1px solid var(--line); background: var(--panel); }
.sidebar-box h2 { margin: 0 0 12px; color: #fff; font-size: 19px; }
.sidebar-box a { display: block; min-height: 44px; padding: 10px 0; border-bottom: 1px solid var(--line); color: #d0d0d3; }
.sidebar-box a:last-child { border-bottom: 0; }
.sidebar-box a:hover { color: #fff; padding-left: 6px; }

.faq-list { display: grid; gap: 12px; }
details { border: 1px solid var(--line); background: var(--panel); }
summary { min-height: 58px; padding: 16px 52px 16px 20px; display: flex; align-items: center; position: relative; color: #fff; font-weight: 800; cursor: pointer; list-style: none; }
summary::-webkit-details-marker { display: none; }
summary::after { content: "+"; position: absolute; right: 20px; color: var(--red-2); font-size: 24px; }
details[open] summary::after { content: "−"; }
details p { margin: 0; padding: 0 20px 20px; color: var(--muted); }

.callout { padding: 30px; border: 1px solid var(--red-line); background: linear-gradient(135deg, rgba(104,3,13,.7), rgba(18,19,23,.95)); }
.callout h2 { margin: 8px 0 12px; color: #fff; font-size: 31px; }
.callout p { color: #d1d1d5; }
.contact-steps { counter-reset: steps; display: grid; gap: 14px; }
.contact-step { counter-increment: steps; position: relative; padding: 23px 23px 23px 80px; border: 1px solid var(--line); background: var(--panel); }
.contact-step::before { content: counter(steps, decimal-leading-zero); position: absolute; left: 22px; top: 18px; color: var(--red-2); font-size: 26px; font-weight: 900; }
.contact-step h3 { margin: 0 0 7px; color: #fff; }
.contact-step p { margin: 0; color: var(--muted); }

.site-footer { margin-top: 24px; border-top: 1px solid var(--line); background: #050506; }
.footer-grid { display: grid; grid-template-columns: 1.55fr repeat(4, 1fr); gap: 30px; padding: 48px 0 38px; }
.footer-grid h2 { margin: 0 0 13px; color: #fff; font-size: 16px; }
.footer-grid section > a:not(.brand) { display: block; padding: 6px 0; color: var(--muted); }
.footer-grid section > a:hover { color: #fff; }
.footer-brand p { max-width: 330px; color: var(--muted); font-size: 14px; }
.brand--footer { margin-bottom: 16px; }
.footer-note { display: flex; justify-content: space-between; gap: 32px; padding: 22px 0 calc(22px + env(safe-area-inset-bottom)); border-top: 1px solid var(--line); color: var(--faint); font-size: 13px; }
.footer-note p { margin: 0; }

.site-overlay { position: fixed; inset: 0; z-index: 1500; background: rgba(0,0,0,.76); opacity: 0; visibility: hidden; pointer-events: none; transition: opacity .2s ease, visibility .2s ease; }
.site-overlay.is-visible { opacity: 1; visibility: visible; pointer-events: auto; }
.channel-panel, .search-panel { position: fixed; left: 0; right: 0; top: var(--header-offset); z-index: 1600; max-height: calc(100vh - var(--header-offset)); overflow-y: auto; background: #0b0c0f; border-bottom: 1px solid var(--red-line); box-shadow: var(--shadow); transform: translateY(-105%); visibility: hidden; pointer-events: none; transition: transform .28s ease, visibility .28s ease; }
.channel-panel.is-open, .search-panel.is-open { transform: translateY(0); visibility: visible; pointer-events: auto; }
.panel-heading { min-height: 90px; display: flex; align-items: center; justify-content: space-between; gap: 24px; border-bottom: 1px solid var(--line); }
.panel-heading h2 { margin: 4px 0 0; color: #fff; font-size: 28px; }
.panel-close { min-width: 76px; }
.channel-grid { display: grid; grid-template-columns: repeat(4, minmax(0, 1fr)); gap: 22px; padding-top: 28px; padding-bottom: 34px; }
.channel-grid h3 { margin: 0 0 10px; color: var(--red-2); }
.channel-grid a { display: block; padding: 14px 0; border-bottom: 1px solid var(--line); }
.channel-grid strong { display: block; color: #fff; }
.channel-grid span { display: block; color: var(--faint); font-size: 13px; margin-top: 3px; }
.search-panel__inner { padding-bottom: 34px; }
.search-field { display: grid; gap: 8px; margin: 28px 0 20px; color: var(--muted); }
.search-field input { width: 100%; min-height: 54px; padding: 0 18px; border: 1px solid var(--red-line); border-radius: 6px; background: #101115; color: #fff; outline: none; }
.search-links { display: grid; grid-template-columns: repeat(4, minmax(0, 1fr)); gap: 12px; }
.search-links a { min-height: 48px; display: flex; align-items: center; padding: 0 16px; border: 1px solid var(--line); background: var(--panel); }
.search-links a:hover { border-color: var(--red-line); }
.search-empty { color: var(--muted); }
.mobile-menu { position: fixed; top: 0; right: 0; bottom: 0; z-index: 1800; width: min(90vw, 400px); background: #0b0c0f; box-shadow: -20px 0 50px rgba(0,0,0,.5); transform: translateX(105%); visibility: hidden; pointer-events: none; transition: transform .27s ease, visibility .27s ease; overflow-y: auto; }
.mobile-menu.is-open { transform: translateX(0); visibility: visible; pointer-events: auto; }
.mobile-menu__head { min-height: 76px; display: flex; align-items: center; justify-content: space-between; gap: 18px; padding: 14px 16px; border-bottom: 1px solid var(--line); }
.mobile-menu nav { padding: 10px 16px calc(30px + env(safe-area-inset-bottom)); }
.mobile-menu nav a { min-height: 48px; display: flex; align-items: center; border-bottom: 1px solid var(--line); color: #ededee; font-weight: 700; }
.mobile-bottom-nav { display: none; }
.mobile-only { display: none; }

@media (max-width: 1080px) {
    .nav-link { padding-inline: 15px; font-size: 14px; }
    .footer-grid { grid-template-columns: 1.3fr repeat(2, 1fr); }
    .footer-brand { grid-row: span 2; }
    .grid-4 { grid-template-columns: repeat(2, minmax(0, 1fr)); }
    .content-layout { grid-template-columns: minmax(0, 1fr) 280px; gap: 24px; }
}

@media (max-width: 820px) {
    :root { --header-offset: 110px; }
    .desktop-only { display: none !important; }
    .mobile-only { display: inline-flex; }
    .brand-bar__inner { min-height: 64px; grid-template-columns: 44px 1fr 44px; gap: 10px; }
    .brand-bar__inner .brand { justify-self: center; min-width: 0; }
    .brand__fallback strong { font-size: 22px; }
    .brand__fallback small { font-size: 8px; letter-spacing: .16em; }
    .mobile-24 { justify-self: end; width: 44px; min-width: 44px; padding: 0; font-size: 12px; }
    .topic-strip__inner { min-height: 46px; }
    .hero-grid, .page-hero__inner, .feature-list, .content-layout { grid-template-columns: 1fr; }
    .hero-feature { min-height: 460px; padding: 30px; }
    .hero-side { grid-template-rows: auto; }
    .grid-3 { grid-template-columns: repeat(2, minmax(0, 1fr)); }
    .rank-list { grid-template-columns: 1fr; }
    .masonry-grid { grid-template-columns: 1fr 1fr; }
    .masonry-grid .card:nth-child(1) { grid-row: auto; }
    .masonry-grid .card:nth-child(4) { grid-column: span 2; }
    .fact-item { grid-template-columns: 120px minmax(0, 1fr); }
    .fact-item > a { grid-column: 2; }
    .hour-item { grid-template-columns: 100px 1fr; }
    .hour-item > div { grid-column: 1 / -1; }
    .sidebar { position: static; grid-template-columns: repeat(2, minmax(0, 1fr)); }
    .footer-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
    .footer-brand { grid-column: 1 / -1; grid-row: auto; }
    .channel-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
    .search-links { grid-template-columns: repeat(2, minmax(0, 1fr)); }
    .mobile-bottom-nav { position: fixed; left: 0; right: 0; bottom: 0; z-index: 1750; min-height: 58px; display: grid; grid-template-columns: repeat(5, 1fr); padding-bottom: env(safe-area-inset-bottom); border-top: 1px solid var(--line); background: rgba(8,9,11,.98); box-shadow: 0 -12px 30px rgba(0,0,0,.42); }
    .mobile-bottom-nav a, .mobile-bottom-nav button { min-height: 58px; border: 0; background: transparent; color: var(--muted); display: flex; align-items: center; justify-content: center; font-size: 12px; font-weight: 800; cursor: pointer; }
    .mobile-bottom-nav .is-active { color: #fff; box-shadow: inset 0 3px 0 var(--red); }
    .site-footer { padding-bottom: 66px; }
    .page-hero { padding-top: 44px; }
}

@media (max-width: 560px) {
    .shell { width: min(calc(100% - 28px), var(--shell)); }
    .section { padding: 42px 0; }
    .hero-editorial { padding: 22px 0 44px; }
    .hero-feature { min-height: 430px; padding: 24px 21px; clip-path: none; }
    .hero-feature h1 { font-size: clamp(36px, 12vw, 54px); }
    .section-heading { align-items: flex-start; flex-direction: column; gap: 9px; }
    .grid-2, .grid-3, .grid-4 { grid-template-columns: 1fr; }
    .card { padding: 21px; }
    .rank-item { grid-template-columns: 48px minmax(0, 1fr); }
    .rank-item .status { grid-column: 2; }
    .masonry-grid { grid-template-columns: 1fr; }
    .masonry-grid .card:nth-child(4) { grid-column: auto; }
    .feature-panel { min-height: 350px; padding: 25px; }
    .fact-item { grid-template-columns: 1fr; }
    .fact-item > a { grid-column: auto; }
    .hour-item { grid-template-columns: 1fr; gap: 5px; }
    .hour-item > div { grid-column: auto; }
    .sidebar { grid-template-columns: 1fr; }
    .footer-grid { grid-template-columns: 1fr; gap: 22px; }
    .footer-brand { grid-column: auto; }
    .footer-note { flex-direction: column; gap: 10px; }
    .channel-grid, .search-links { grid-template-columns: 1fr; }
    .panel-heading { min-height: 76px; }
    .panel-heading h2 { font-size: 23px; }
    .page-hero h1 { font-size: clamp(36px, 13vw, 55px); }
    .page-hero__aside { padding-left: 16px; }
    .button-row .button { width: 100%; }
}

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