/* 红桃视频 - 全站样式 */
:root {
  --bg: #0F0A0A;
  --bg-deep: #0A0707;
  --panel: #1A1212;
  --panel-2: #241818;
  --hover: #2E1F1F;
  --title: #FFFFFF;
  --text: #F0E8E8;
  --muted: #C4B0B0;
  --faint: #8A7070;
  --red: #E63946;
  --red-bright: #FF4D4F;
  --red-deep: #C41E3A;
  --red-soft: #FF8A8A;
  --border: rgba(230,57,70,.18);
  --border-strong: rgba(255,77,79,.40);
  --shadow: 0 16px 48px rgba(0,0,0,.60);
  --red-shadow: 0 12px 36px rgba(230,57,70,.20);
  --max: 1280px;
  --header-h: 74px;
}
* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body { margin: 0; background: var(--bg); color: var(--text); font-family: -apple-system,BlinkMacSystemFont,"Segoe UI","PingFang SC","Hiragino Sans GB","Microsoft YaHei",Arial,sans-serif; line-height: 1.75; overflow-x: hidden; }
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; }
[hidden] { display: none !important; }
.site-main { min-height: 70vh; padding-top: var(--header-h); }
.container { width: min(var(--max), calc(100% - 40px)); margin: 0 auto; }
.narrow { width: min(900px, calc(100% - 40px)); margin: 0 auto; }
.section { padding: 72px 0; }
.section.compact { padding: 48px 0; }
.section-kicker { display: inline-flex; align-items: center; gap: 8px; color: var(--red-soft); font-size: 13px; font-weight: 800; letter-spacing: .12em; text-transform: uppercase; }
.section-kicker::before { content: ""; width: 24px; height: 2px; background: var(--red); }
.section-title { margin: 10px 0 14px; color: var(--title); font-size: clamp(28px, 4vw, 50px); line-height: 1.15; letter-spacing: -.03em; }
.section-lead { max-width: 760px; margin: 0; color: var(--muted); font-size: 17px; }
.section-head { display: flex; justify-content: space-between; gap: 24px; align-items: end; margin-bottom: 30px; }
.section-head .section-title { font-size: clamp(26px, 3vw, 42px); }
.eyebrow { color: var(--red-soft); font-weight: 700; font-size: 13px; letter-spacing: .08em; }
.muted { color: var(--muted); }
.faint { color: var(--faint); }

.site-header { position: fixed; inset: 0 0 auto; z-index: 1000; height: var(--header-h); background: rgba(10,7,7,.94); border-bottom: 1px solid var(--border); backdrop-filter: blur(14px); }
.header-inner { width: min(var(--max), calc(100% - 32px)); height: 100%; margin: 0 auto; display: flex; align-items: center; gap: 20px; }
.brand { flex: 0 0 auto; display: inline-flex; align-items: center; min-width: 122px; height: 48px; }
.brand-logo { max-width: 132px; max-height: 42px; object-fit: contain; object-position: left center; }
.brand-text { font-weight: 900; font-size: 22px; color: #fff; letter-spacing: -.04em; }
.desktop-nav { display: flex; align-items: center; gap: 4px; white-space: nowrap; }
.nav-link { position: relative; min-height: 44px; padding: 10px 11px; display: inline-flex; align-items: center; border-radius: 999px; color: var(--muted); font-size: 14px; font-weight: 700; }
.nav-link:hover, .nav-link:focus-visible { color: #fff; background: var(--panel-2); }
.nav-link.is-active { color: #fff; background: rgba(230,57,70,.14); }
.nav-link.is-active::after { content: ""; position: absolute; left: 14px; right: 14px; bottom: 5px; height: 2px; background: var(--red-bright); border-radius: 2px; }
.header-actions { margin-left: auto; display: flex; align-items: center; gap: 6px; }
.text-button, .primary-mini, .icon-button { min-height: 44px; border-radius: 999px; border: 1px solid var(--border); background: transparent; padding: 0 15px; display: inline-flex; align-items: center; justify-content: center; cursor: pointer; font-weight: 800; font-size: 13px; }
.text-button:hover, .text-button:focus-visible, .icon-button:hover, .icon-button:focus-visible { background: var(--panel-2); border-color: var(--border-strong); }
.primary-mini { border: 0; background: linear-gradient(135deg,#FF4D4F 0%,#E63946 50%,#C41E3A 100%); color: #fff; box-shadow: var(--red-shadow); }
.mobile-only, .mobile-app { display: none; }

.primary-button, .secondary-button { min-height: 48px; padding: 0 20px; border-radius: 999px; display: inline-flex; align-items: center; justify-content: center; font-weight: 800; line-height: 1; white-space: nowrap; transition: transform .18s ease, background .18s ease, border-color .18s ease; }
.primary-button { background: linear-gradient(135deg,#FF4D4F 0%,#E63946 50%,#C41E3A 100%); color: #fff; box-shadow: var(--red-shadow); }
.secondary-button { border: 1px solid var(--border-strong); background: transparent; color: #fff; }
.primary-button:hover, .secondary-button:hover { transform: translateY(-2px); }
.primary-button:focus-visible, .secondary-button:focus-visible, a:focus-visible, button:focus-visible, input:focus-visible { outline: 3px solid rgba(255,138,138,.85); outline-offset: 3px; }
.button-row { display: flex; flex-wrap: wrap; gap: 12px; margin-top: 24px; }
.text-link { color: var(--red-soft); font-weight: 800; }
.text-link:hover { color: #fff; }

.hero { padding: 54px 0 40px; background: radial-gradient(circle at 20% 0%, rgba(230,57,70,.16), transparent 38%), var(--bg); }
.hero-grid { width: min(var(--max), calc(100% - 40px)); margin: 0 auto; display: grid; grid-template-columns: minmax(0,1.8fr) minmax(300px,1fr); grid-template-areas: "visual copy" "visual rec"; grid-template-rows: auto 1fr; gap: 18px 28px; align-items: stretch; }
.hero-visual { grid-area: visual; min-height: 500px; border: 1px solid var(--border); border-radius: 24px; background: var(--panel); overflow: hidden; box-shadow: var(--shadow); display: flex; align-items: center; justify-content: center; }
.hero-visual img { width: 100%; height: 100%; object-fit: contain; background: var(--bg-deep); }
.hero-visual .visual-placeholder { min-height: 500px; width: 100%; padding: 44px; display: flex; flex-direction: column; justify-content: end; background: linear-gradient(155deg, rgba(230,57,70,.22), rgba(196,30,58,.05) 55%, rgba(10,7,7,.9)); }
.visual-placeholder strong { font-size: clamp(38px, 7vw, 74px); line-height: .98; letter-spacing: -.06em; }
.visual-placeholder span { margin-top: 16px; color: var(--muted); }
.hero-copy { grid-area: copy; border: 1px solid var(--border); border-radius: 24px; background: linear-gradient(180deg,var(--panel),var(--bg-deep)); padding: 34px; display: flex; flex-direction: column; justify-content: center; }
.hero-copy h1 { margin: 10px 0 18px; color: #fff; font-size: clamp(34px, 4vw, 56px); line-height: 1.08; letter-spacing: -.045em; }
.hero-copy > p { margin: 0; color: var(--muted); }
.hero-rec-list { margin-top: 28px; border-top: 1px solid var(--border); }
.hero-rec-box { grid-area: rec; margin-top: 0; border: 1px solid var(--border); border-radius: 18px; background: var(--panel); padding: 0 22px; }
.hero-rec-list a { display: block; padding: 16px 0; border-bottom: 1px solid var(--border); }
.hero-rec-list strong { display: block; color: #fff; }
.hero-rec-list span { color: var(--muted); font-size: 13px; }

.quick-strip-wrap { border-top: 1px solid var(--border); border-bottom: 1px solid var(--border); background: var(--bg-deep); }
.quick-strip { width: min(var(--max), calc(100% - 40px)); margin: 0 auto; display: flex; gap: 12px; overflow-x: auto; padding: 14px 0; scrollbar-width: none; }
.quick-strip::-webkit-scrollbar { display: none; }
.quick-strip a { flex: 0 0 auto; padding: 8px 14px; border: 1px solid var(--border); border-radius: 999px; color: var(--muted); font-size: 13px; }
.quick-strip a:hover { color: #fff; border-color: var(--border-strong); }

.card-grid { display: grid; grid-template-columns: repeat(4,minmax(0,1fr)); gap: 16px; }
.card-grid.three { grid-template-columns: repeat(3,minmax(0,1fr)); }
.card-grid.two { grid-template-columns: repeat(2,minmax(0,1fr)); }
.card { border: 1px solid var(--border); background: var(--panel); border-radius: 14px; padding: 22px; min-width: 0; }
.card:hover { background: var(--panel-2); border-color: var(--border-strong); }
.card h3 { margin: 6px 0 10px; color: #fff; font-size: 19px; line-height: 1.35; }
.card p { margin: 0; color: var(--muted); font-size: 14px; }
.card .meta { display: inline-block; color: var(--red-soft); font-size: 12px; font-weight: 800; }
.card .text-link { display: inline-block; margin-top: 16px; font-size: 13px; }
.number-card { position: relative; padding-top: 72px; }
.number-card::before { content: attr(data-no); position: absolute; top: 10px; right: 16px; color: rgba(255,77,79,.18); font-size: 52px; line-height: 1; font-weight: 900; letter-spacing: -.08em; }

.feature-grid { display: grid; grid-template-columns: minmax(0,1.35fr) minmax(0,.65fr); gap: 18px; }
.feature-large, .feature-side { border: 1px solid var(--border); border-radius: 18px; background: var(--panel); padding: 28px; }
.feature-large h3 { margin: 8px 0 16px; color: #fff; font-size: clamp(26px,3vw,40px); line-height: 1.2; }
.feature-large p, .feature-side p { color: var(--muted); }
.feature-side { display: grid; gap: 12px; }
.mini-entry { padding: 16px; border-radius: 12px; background: var(--bg-deep); border: 1px solid var(--border); }
.mini-entry strong { display: block; color: #fff; margin-bottom: 6px; }
.mini-entry span { color: var(--muted); font-size: 13px; }

.media-card { overflow: hidden; padding: 0; }
.media-frame { aspect-ratio: 16/10; background: var(--bg-deep); border-bottom: 1px solid var(--border); display: flex; align-items: center; justify-content: center; }
.media-frame img { width: 100%; height: 100%; object-fit: cover; }
.media-body { padding: 22px; }

.track { display: flex; gap: 16px; overflow-x: auto; padding-bottom: 8px; scrollbar-color: var(--red-deep) var(--bg-deep); }
.track .track-card { flex: 0 0 min(360px, 82vw); }

.magazine-grid { display: grid; grid-template-columns: 1.2fr .8fr .8fr; grid-auto-rows: minmax(180px, auto); gap: 16px; }
.magazine-grid .mag-card { border: 1px solid var(--border); background: var(--panel); border-radius: 16px; padding: 24px; }
.magazine-grid .mag-card:first-child { grid-row: span 2; background: linear-gradient(180deg,var(--panel),var(--bg-deep)); }
.mag-card h3 { color: #fff; margin-top: 0; }
.mag-card p { color: var(--muted); }

.page-hero { padding: 68px 0 46px; background: radial-gradient(circle at 10% 0%, rgba(230,57,70,.14), transparent 42%); border-bottom: 1px solid var(--border); }
.page-hero .container { display: grid; grid-template-columns: minmax(0,1fr) minmax(260px,.48fr); gap: 30px; align-items: end; }
.page-hero h1 { margin: 10px 0 16px; color: #fff; font-size: clamp(40px,7vw,76px); line-height: .98; letter-spacing: -.055em; }
.page-hero p { margin: 0; max-width: 800px; color: var(--muted); font-size: 17px; }
.page-hero-note { border-left: 2px solid var(--red); padding-left: 18px; color: var(--muted); }
.page-hero-note strong { color: #fff; display: block; margin-bottom: 8px; }

.poster-wall { display: grid; grid-template-columns: repeat(5,minmax(0,1fr)); gap: 14px; }
.poster-card { min-height: 290px; border-radius: 16px; border: 1px solid var(--border); background: linear-gradient(160deg,var(--panel-2),var(--bg-deep)); padding: 18px; display: flex; flex-direction: column; justify-content: end; }
.poster-card strong { color: #fff; font-size: 18px; }
.poster-card span { color: var(--muted); font-size: 13px; }
.poster-card:nth-child(2n) { min-height: 340px; }

.index-list { counter-reset: item; list-style: none; margin: 0; padding: 0; border-top: 1px solid var(--border); }
.index-list li { counter-increment: item; display: grid; grid-template-columns: 70px 1fr auto; gap: 18px; align-items: start; padding: 22px 0; border-bottom: 1px solid var(--border); }
.index-list li::before { content: counter(item, decimal-leading-zero); color: var(--red-soft); font-size: 24px; font-weight: 900; }
.index-list h3 { margin: 0 0 8px; color: #fff; }
.index-list p { margin: 0; color: var(--muted); }
.index-list a { color: var(--red-soft); font-weight: 800; white-space: nowrap; }

.timeline { position: relative; display: grid; gap: 0; }
.timeline::before { content: ""; position: absolute; left: 110px; top: 0; bottom: 0; width: 1px; background: var(--border); }
.timeline-item { display: grid; grid-template-columns: 110px 1fr; gap: 30px; position: relative; padding: 0 0 30px; }
.timeline-status { color: var(--red-soft); font-weight: 800; font-size: 13px; }
.timeline-content { padding: 0 0 28px 24px; border-bottom: 1px solid var(--border); }
.timeline-content::before { content: ""; position: absolute; left: 104px; top: 5px; width: 13px; height: 13px; border-radius: 50%; background: var(--red); box-shadow: 0 0 0 5px rgba(230,57,70,.12); }
.timeline-content h3 { margin: 0 0 8px; color: #fff; }
.timeline-content p { margin: 0; color: var(--muted); }

.article-list { display: grid; gap: 14px; }
.article-row { display: grid; grid-template-columns: 180px 1fr auto; gap: 24px; align-items: start; padding: 24px; border: 1px solid var(--border); background: var(--panel); border-radius: 14px; }
.article-row .article-label { color: var(--red-soft); font-size: 12px; font-weight: 900; }
.article-row h3 { margin: 0 0 8px; color: #fff; font-size: 22px; }
.article-row p { margin: 0; color: var(--muted); }
.article-row a { color: var(--red-soft); font-weight: 800; white-space: nowrap; }

.prose { color: var(--text); }
.prose h2 { color: #fff; font-size: 30px; margin: 48px 0 14px; }
.prose h3 { color: #fff; font-size: 21px; margin: 28px 0 8px; }
.prose p { margin: 0 0 18px; color: var(--muted); }
.prose a { color: var(--red-soft); font-weight: 700; }
.prose strong { color: #fff; }
.note-box { margin: 28px 0; padding: 22px 24px; border-left: 3px solid var(--red); background: var(--panel); border-radius: 0 12px 12px 0; color: var(--muted); }

.faq-list { display: grid; gap: 12px; }
details { border: 1px solid var(--border); background: var(--panel); border-radius: 14px; padding: 0 20px; }
summary { min-height: 58px; display: flex; align-items: center; cursor: pointer; color: #fff; font-weight: 800; }
details p { margin: 0; padding: 0 0 20px; color: var(--muted); }

.app-showcase { display: grid; grid-template-columns: minmax(280px,.7fr) 1.3fr; gap: 28px; align-items: center; }
.app-device { min-height: 560px; border: 1px solid var(--border); border-radius: 36px; background: linear-gradient(180deg,var(--panel-2),var(--bg-deep)); padding: 16px; display: flex; align-items: center; justify-content: center; box-shadow: var(--shadow); }
.app-device img { max-height: 520px; object-fit: contain; }
.app-copy-grid { display: grid; grid-template-columns: repeat(2,minmax(0,1fr)); gap: 14px; margin-top: 24px; }

.site-footer { background: #080505; border-top: 1px solid var(--border); padding: 64px 0 calc(28px + env(safe-area-inset-bottom)); }
.footer-inner { width: min(var(--max), calc(100% - 40px)); margin: 0 auto; }
.footer-brand { display: flex; gap: 20px; align-items: center; padding-bottom: 30px; border-bottom: 1px solid var(--border); }
.footer-logo { width: 130px; max-height: 54px; object-fit: contain; }
.footer-brand strong { display: block; color: #fff; font-size: 23px; }
.footer-brand span { color: var(--red-soft); font-size: 12px; letter-spacing: .14em; }
.footer-brand p { margin: 7px 0 0; max-width: 600px; color: var(--muted); }
.footer-columns { display: grid; grid-template-columns: repeat(4,minmax(0,1fr)); gap: 24px; padding: 34px 0; }
.footer-columns h2 { margin: 0 0 12px; color: #fff; font-size: 14px; }
.footer-columns a { display: block; padding: 5px 0; color: var(--muted); font-size: 13px; }
.footer-columns a:hover { color: #fff; }
.footer-note { display: flex; justify-content: space-between; gap: 30px; padding-top: 24px; border-top: 1px solid var(--border); }
.footer-note p { margin: 0; color: var(--faint); font-size: 12px; max-width: 760px; }

.screen-mask { position: fixed; inset: 0; z-index: 1500; background: rgba(0,0,0,.72); opacity: 0; visibility: hidden; pointer-events: none; transition: opacity .2s ease, visibility .2s ease; }
.screen-mask.is-open { opacity: 1; visibility: visible; pointer-events: auto; }
.channel-panel { position: fixed; z-index: 1600; inset: 0 0 0 auto; width: min(460px,88vw); background: var(--bg-deep); border-left: 1px solid var(--border); box-shadow: var(--shadow); transform: translateX(100%); visibility: hidden; pointer-events: none; transition: transform .25s ease, visibility .25s ease; display: flex; flex-direction: column; }
.channel-panel.is-open { transform: translateX(0); visibility: visible; pointer-events: auto; }
.panel-head { flex: 0 0 auto; min-height: 76px; display: flex; align-items: center; justify-content: space-between; gap: 16px; padding: 14px 18px; border-bottom: 1px solid var(--border); }
.panel-brand { display: flex; align-items: center; gap: 10px; }
.panel-brand img { width: 92px; max-height: 42px; object-fit: contain; }
.panel-brand strong { display: block; color: #fff; }
.panel-brand small { display: block; color: var(--red-soft); font-size: 9px; letter-spacing: .1em; }
.panel-close, .search-close { width: 44px; height: 44px; border-radius: 50%; border: 1px solid var(--border); background: var(--panel); font-size: 26px; cursor: pointer; }
.panel-scroll { overflow-y: auto; padding: 16px 18px 30px; }
.panel-search { width: 100%; min-height: 46px; border: 1px solid var(--border-strong); border-radius: 12px; background: var(--panel); color: #fff; cursor: pointer; font-weight: 800; }
.panel-search:hover, .panel-search:focus-visible { background: var(--panel-2); }
.panel-group { padding: 14px 0 22px; border-bottom: 1px solid var(--border); }
.panel-group h2 { margin: 0 0 10px; color: var(--red-soft); font-size: 12px; letter-spacing: .08em; }
.panel-group a { display: block; padding: 11px 12px; border-radius: 10px; }
.panel-group a:hover { background: var(--panel); }
.panel-group strong { display: block; color: #fff; font-size: 15px; }
.panel-group span { display: block; color: var(--muted); font-size: 12px; }

.search-panel { position: fixed; z-index: 1600; top: var(--header-h); left: 0; right: 0; max-height: calc(100vh - var(--header-h)); overflow-y: auto; background: rgba(10,7,7,.98); border-bottom: 1px solid var(--border); box-shadow: var(--shadow); transform: translateY(-18px); opacity: 0; visibility: hidden; pointer-events: none; transition: opacity .2s ease, transform .2s ease, visibility .2s ease; }
.search-panel.is-open { transform: translateY(0); opacity: 1; visibility: visible; pointer-events: auto; }
.search-inner { width: min(900px, calc(100% - 40px)); margin: 0 auto; padding: 26px 0 34px; }
.search-head { display: flex; align-items: center; justify-content: space-between; gap: 20px; color: #fff; font-size: 20px; margin-bottom: 16px; }
.search-inner label { display: block; color: var(--muted); font-size: 13px; margin-bottom: 8px; }
.search-inner input { width: 100%; height: 58px; border: 1px solid var(--border-strong); border-radius: 14px; background: var(--panel); color: #fff; padding: 0 18px; }
.search-tags { display: flex; flex-wrap: wrap; gap: 8px; margin: 14px 0 20px; }
.search-tags button { min-height: 40px; padding: 0 14px; border-radius: 999px; border: 1px solid var(--border); background: transparent; cursor: pointer; }
.search-results { display: grid; grid-template-columns: repeat(2,minmax(0,1fr)); gap: 10px; }
.search-results a { padding: 15px; border: 1px solid var(--border); border-radius: 12px; background: var(--panel); }
.search-results strong { display: block; color: #fff; }
.search-results span { color: var(--muted); font-size: 12px; }
.mobile-bottom-nav { display: none; }

@media (max-width: 1100px) {
  .desktop-nav { gap: 0; }
  .nav-link { padding-inline: 8px; font-size: 13px; }
  .header-actions .text-button:nth-child(2) { display: none; }
  .card-grid { grid-template-columns: repeat(2,minmax(0,1fr)); }
  .poster-wall { grid-template-columns: repeat(3,minmax(0,1fr)); }
}

@media (max-width: 820px) {
  :root { --header-h: 64px; }
  .container, .narrow, .footer-inner { width: calc(100% - 30px); }
  .header-inner { width: calc(100% - 20px); justify-content: space-between; gap: 8px; }
  .desktop-nav, .desktop-actions { display: none; }
  .mobile-only, .mobile-app { display: inline-flex; }
  .icon-button { width: 44px; padding: 0 10px; flex-direction: column; gap: 4px; }
  .icon-button span { width: 18px; height: 2px; background: #fff; border-radius: 2px; pointer-events: none; }
  .brand { min-width: 0; justify-content: center; max-width: 48vw; }
  .brand-logo { max-width: 118px; max-height: 38px; object-position: center; }
  .brand-text { font-size: 19px; }
  .mobile-app { min-width: 56px; padding: 0 14px; }
  .hero { padding-top: 28px; }
  .hero-grid { width: calc(100% - 30px); display: flex; flex-direction: column; }
  .hero-copy { order: 1; padding: 26px 22px; }
  .hero-visual { order: 2; min-height: 300px; }
  .hero-visual .visual-placeholder { min-height: 320px; padding: 28px; }
  .hero-rec-box { order: 3; }
  .quick-strip { width: calc(100% - 30px); }
  .section { padding: 54px 0; }
  .section-head { display: block; }
  .card-grid, .card-grid.three, .card-grid.two { grid-template-columns: 1fr; }
  .feature-grid, .page-hero .container, .app-showcase { grid-template-columns: 1fr; }
  .magazine-grid { grid-template-columns: 1fr; }
  .magazine-grid .mag-card:first-child { grid-row: auto; }
  .poster-wall { grid-template-columns: repeat(2,minmax(0,1fr)); }
  .article-row { grid-template-columns: 1fr; gap: 10px; }
  .index-list li { grid-template-columns: 52px 1fr; }
  .index-list li a { grid-column: 2; }
  .timeline::before { left: 20px; }
  .timeline-item { grid-template-columns: 1fr; gap: 6px; padding-left: 48px; }
  .timeline-content { padding-left: 0; }
  .timeline-content::before { left: 14px; top: 7px; }
  .footer-columns { grid-template-columns: repeat(2,minmax(0,1fr)); }
  .footer-note { display: block; }
  .footer-note p + p { margin-top: 10px; }
  .search-panel { top: 0; bottom: 0; max-height: none; }
  .search-inner { width: calc(100% - 30px); padding-top: 20px; }
  .search-results { grid-template-columns: 1fr; }
  .app-copy-grid { grid-template-columns: 1fr; }
  .mobile-bottom-nav { position: fixed; z-index: 900; left: 0; right: 0; bottom: 0; min-height: calc(58px + env(safe-area-inset-bottom)); padding-bottom: env(safe-area-inset-bottom); display: grid; grid-template-columns: repeat(5,1fr); background: rgba(8,5,5,.97); border-top: 1px solid var(--border); }
  .mobile-bottom-nav a { min-height: 58px; display: flex; align-items: center; justify-content: center; color: var(--muted); font-size: 12px; font-weight: 800; }
  .mobile-bottom-nav a.is-active { color: var(--red-bright); background: rgba(230,57,70,.08); }
  .site-footer { padding-bottom: calc(90px + env(safe-area-inset-bottom)); }
}

@media (max-width: 520px) {
  .page-hero { padding-top: 46px; }
  .page-hero h1 { font-size: 46px; }
  .hero-copy h1 { font-size: 38px; }
  .poster-wall { grid-template-columns: 1fr 1fr; gap: 10px; }
  .poster-card, .poster-card:nth-child(2n) { min-height: 230px; padding: 14px; }
  .footer-columns { grid-template-columns: 1fr 1fr; gap: 18px 10px; }
  .footer-brand { align-items: flex-start; }
  .footer-logo { width: 94px; }
}

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