
/*
Design Philosophy: 新东方幻想电影海报风；叙事海报、纵向卷轴、墨夜蓝与绛樱红、和风窗棂、视频属性优先。
This stylesheet must reinforce crafted asymmetry, cinematic contrast, readable SEO content, and mobile-first video cards.
*/
:root {
  --bg: #090c16;
  --panel: rgba(19, 23, 39, 0.82);
  --panel-solid: #111728;
  --panel-soft: #171f35;
  --line: rgba(255, 221, 186, 0.18);
  --text: #f6ead9;
  --muted: #c5b8ac;
  --gold: #d8b172;
  --rose: #d5627f;
  --mist: #8f9bc1;
  --cyan: #7bd6f6;
  --shadow: 0 24px 60px rgba(0, 0, 0, 0.35);
  --max: 1240px;
}
* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  margin: 0;
  font-family: "Noto Sans SC", "PingFang SC", "Microsoft YaHei", sans-serif;
  color: var(--text);
  background:
    radial-gradient(circle at top left, rgba(213, 98, 127, 0.18), transparent 26%),
    radial-gradient(circle at top right, rgba(123, 214, 246, 0.08), transparent 24%),
    linear-gradient(180deg, #05070d 0%, #0b1020 30%, #090b12 100%);
  line-height: 1.7;
}
a { color: inherit; text-decoration: none; }
img { max-width: 100%; display: block; }
button, input { font: inherit; }
.container { width: min(var(--max), calc(100% - 32px)); margin: 0 auto; }
.site-header { position: sticky; top: 0; z-index: 20; backdrop-filter: blur(18px); background: rgba(9, 12, 22, 0.84); border-bottom: 1px solid rgba(216, 177, 114, 0.12); }
.top-bar { display: grid; grid-template-columns: 320px 1fr; gap: 24px; align-items: center; padding: 18px 0 14px; }
.brand-mark { display: inline-flex; align-items: center; gap: 14px; min-width: 0; }
.brand-logo { object-fit: contain; filter: drop-shadow(0 10px 24px rgba(216,177,114,0.18)); flex-shrink: 0; }
.brand-logo-wide { width: clamp(170px, 24vw, 220px); height: auto; display: block; }
.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; }
.main-nav { display: flex; flex-wrap: wrap; justify-content: flex-end; gap: 10px; }
.main-nav a { padding: 10px 14px; border-radius: 999px; color: #eedfcd; border: 1px solid transparent; transition: .25s ease; font-size: .95rem; }
.main-nav a:hover, .main-nav a.active { border-color: rgba(216,177,114,0.28); background: rgba(255,255,255,0.04); }
.search-shell { padding: 0 0 16px; }
.search-label { display: block; margin-bottom: 8px; color: var(--gold); font-weight: 700; }
.search-box { display: grid; grid-template-columns: 1fr 148px; gap: 12px; background: rgba(255,255,255,0.03); padding: 12px; border-radius: 18px; border: 1px solid rgba(216,177,114,0.16); }
.search-box input { border: none; border-radius: 12px; background: rgba(255,255,255,0.06); color: var(--text); padding: 14px 16px; min-width: 0; outline: none; }
.search-box button { border: none; border-radius: 12px; background: linear-gradient(135deg, #d5627f, #8c2f53); color: white; font-weight: 700; min-height: 50px; }
.search-note { margin: 8px 0 0; color: var(--muted); font-size: .88rem; }
.hero { position: relative; padding: 42px 0 24px; }
.hero-frame { position: relative; min-height: 680px; border-radius: 36px; overflow: hidden; box-shadow: var(--shadow); display: grid; align-items: end; isolation: isolate; background: #111; }
.hero-frame::before { content: ""; position: absolute; inset: 0; background: linear-gradient(90deg, rgba(5,7,13,.92) 0%, rgba(7,10,17,.82) 38%, rgba(7,10,17,.36) 68%, rgba(5,7,13,.68) 100%); z-index: 1; }
.hero-frame::after { content: ""; position: absolute; inset: auto 0 0 0; height: 40%; background: linear-gradient(180deg, transparent, rgba(5,7,13,.86)); z-index: 1; }
.hero-bg { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover; }
.hero-inner { position: relative; z-index: 2; display: grid; grid-template-columns: minmax(0, 590px) 1fr; gap: 28px; align-items: end; width: 100%; padding: 64px 52px 52px; }
.hero-copy h1 { margin: 0 0 18px; font-family: "Noto Serif SC", "Songti SC", serif; font-size: clamp(2.2rem, 5vw, 4.2rem); line-height: 1.14; letter-spacing: 0.01em; }
.hero-copy h1 span { color: var(--gold); }
.hero-copy p { margin: 0 0 20px; max-width: 54ch; color: #f1e3d4; font-size: 1.02rem; }
.hero-badges, .meta-pills { display: flex; flex-wrap: wrap; gap: 10px; }
.hero-badges span, .meta-pills span { display: inline-flex; align-items: center; padding: 8px 12px; border-radius: 999px; background: rgba(255,255,255,0.09); border: 1px solid rgba(255,255,255,0.08); color: #fff4e8; }
.hero-actions { display: flex; flex-wrap: wrap; gap: 14px; margin-top: 26px; }
.btn { display: inline-flex; align-items: center; justify-content: center; gap: 10px; min-height: 50px; padding: 0 20px; border-radius: 999px; font-weight: 700; transition: .25s ease; }
.btn-primary { background: linear-gradient(135deg, var(--gold), #b57b36); color: #170f09; }
.btn-secondary { background: rgba(255,255,255,.06); border: 1px solid rgba(255,255,255,.12); color: var(--text); }
.btn:hover { transform: translateY(-2px); }
.hero-stats { align-self: start; justify-self: end; width: min(100%, 360px); padding: 26px; background: rgba(12,16,28,.64); border: 1px solid rgba(255,255,255,.1); border-radius: 24px; backdrop-filter: blur(16px); }
.hero-stats h2 { margin: 0 0 12px; font-size: 1.16rem; }
.hero-stats ul { list-style: none; margin: 0; padding: 0; display: grid; gap: 12px; }
.hero-stats li { display: grid; grid-template-columns: 1fr auto; gap: 10px; padding-bottom: 12px; border-bottom: 1px dashed rgba(255,255,255,.12); }
.hero-stats li:last-child { border-bottom: 0; padding-bottom: 0; }
main { padding-bottom: 60px; }
.section-shell { padding: 34px 0; }
.section-heading { display: grid; grid-template-columns: minmax(0, 1fr) 260px; gap: 20px; align-items: end; margin-bottom: 22px; }
.section-heading h2, .section-heading h3 { margin: 0 0 8px; font-family: "Noto Serif SC", "Songti SC", serif; font-size: clamp(1.6rem, 3vw, 2.6rem); }
.section-heading p { margin: 0; color: var(--muted); max-width: 64ch; }
.section-note { justify-self: end; color: var(--gold); border-left: 1px solid rgba(216,177,114,.24); padding-left: 18px; font-size: .95rem; }
.grid-4, .grid-3, .grid-2 { display: grid; gap: 18px; }
.grid-4 { grid-template-columns: repeat(4, minmax(0,1fr)); }
.grid-3 { grid-template-columns: repeat(3, minmax(0,1fr)); }
.grid-2 { grid-template-columns: repeat(2, minmax(0,1fr)); }
.card { background: linear-gradient(180deg, rgba(255,255,255,.045), rgba(255,255,255,.02)); border: 1px solid rgba(255,255,255,.08); border-radius: 24px; box-shadow: 0 24px 60px rgba(0, 0, 0, 0.35); }
.info-card { padding: 22px; }
.info-card h3, .info-card h4 { margin: 0 0 10px; font-size: 1.15rem; }
.info-card p { margin: 0; color: var(--muted); }
.video-grid { display: grid; grid-template-columns: repeat(3, minmax(0,1fr)); gap: 20px; }
.video-card { overflow: hidden; position: relative; }
.video-thumb { position: relative; aspect-ratio: 16 / 9; overflow: hidden; background: linear-gradient(135deg, rgba(216,177,114,.15), rgba(123,214,246,.12)); }
.video-thumb img,
.video-preview { width: 100%; height: 100%; object-fit: cover; transition: transform .5s ease; display: block; }
.video-preview { background: linear-gradient(135deg, rgba(216,177,114,.22), rgba(123,214,246,.12)); }
.video-thumb::after { content: ""; position: absolute; inset: 0; background: linear-gradient(180deg, transparent 0%, rgba(0,0,0,.56) 100%); }
.play-cta { position: absolute; inset: 0; z-index: 2; display: flex; align-items: center; justify-content: center; opacity: 0; transition: .3s ease; }
.play-cta span { width: 82px; height: 82px; border-radius: 50%; background: rgba(255,255,255,.16); backdrop-filter: blur(12px); display: inline-flex; align-items: center; justify-content: center; border: 1px solid rgba(255,255,255,.24); box-shadow: 0 12px 24px rgba(0,0,0,.22); }
.play-cta span::before { content: ""; display: block; margin-left: 6px; width: 0; height: 0; border-top: 15px solid transparent; border-bottom: 15px solid transparent; border-left: 24px solid white; }
.video-card:hover .play-cta,
.video-card:focus-within .play-cta { opacity: 1; }
.video-card:hover .video-thumb img,
.video-card:hover .video-preview,
.video-card:focus-within .video-preview { transform: scale(1.06); }
.video-body { padding: 20px; }
.video-meta-row { display: flex; flex-wrap: wrap; justify-content: space-between; gap: 10px; margin-bottom: 10px; color: var(--gold); font-size: .9rem; }
.video-body h3, .video-body h2 { margin: 0 0 10px; font-size: 1.16rem; line-height: 1.4; }
.video-body p { margin: 0 0 14px; color: var(--muted); }
.data-line, .tag-row { display: flex; flex-wrap: wrap; gap: 12px; }
.data-line span, .tag-row span { padding: 7px 10px; border-radius: 999px; background: rgba(255,255,255,.05); color: #f1e0d0; font-size: .88rem; }
.feature-split { display: grid; grid-template-columns: 1.1fr .9fr; gap: 22px; align-items: stretch; }
.scene-panel { position: relative; overflow: hidden; min-height: 420px; border-radius: 30px; background: linear-gradient(180deg, rgba(17,23,40,.95), rgba(12,14,22,.95)); border: 1px solid rgba(255,255,255,.08); }
.scene-panel img { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: contain; padding: 22px; }
.scene-panel .overlay-copy { position: absolute; inset: auto 22px 22px 22px; padding: 18px 20px; background: rgba(9,12,22,.76); border: 1px solid rgba(255,255,255,.1); border-radius: 18px; }
.person-card { display: grid; grid-template-columns: 160px 1fr; gap: 18px; padding: 20px; align-items: center; }
.person-card img { width: 100%; max-height: 250px; object-fit: contain; border-radius: 22px; background: linear-gradient(180deg, rgba(255,255,255,.04), rgba(255,255,255,.01)); }
.person-card h3 { margin: 0 0 6px; font-size: 1.24rem; }
.person-card ul { margin: 12px 0 0; padding-left: 20px; color: var(--muted); }
.dual-stack { display: grid; gap: 16px; }
.data-board { padding: 24px; border-radius: 26px; background: linear-gradient(135deg, rgba(21,31,55,.92), rgba(13,15,26,.96)); border: 1px solid rgba(216,177,114,.18); }
.data-board pre { margin: 14px 0 0; white-space: pre-wrap; word-break: break-word; color: #d9edf9; font-family: ui-monospace, SFMono-Regular, Menlo, monospace; font-size: .88rem; }
.faq-list, .review-list, .contact-list, .share-list { display: grid; gap: 14px; }
.faq-item details { border-radius: 18px; background: rgba(255,255,255,.04); border: 1px solid rgba(255,255,255,.08); padding: 0 18px; }
.faq-item summary { list-style: none; cursor: pointer; font-weight: 700; padding: 16px 0; }
.faq-item summary::-webkit-details-marker { display: none; }
.faq-item p { margin: 0 0 16px; color: var(--muted); }
.review-item, .contact-item, .share-item { padding: 18px; border-radius: 18px; background: rgba(255,255,255,.04); border: 1px solid rgba(255,255,255,.08); }
.review-item strong, .contact-item strong, .share-item strong { display: block; margin-bottom: 8px; }
.logo-wall { display: flex; flex-wrap: wrap; gap: 12px; }
.logo-chip { padding: 10px 14px; border-radius: 999px; background: rgba(216,177,114,.1); border: 1px solid rgba(216,177,114,.22); color: #f4ddbf; }
.breadcrumb { margin: 18px 0 0; color: var(--muted); font-size: .92rem; }
.breadcrumb a { color: #e9d0ad; }
.page-hero { padding: 34px 0 14px; }
.page-hero .card { padding: 28px; display: grid; grid-template-columns: 1fr 240px; gap: 18px; align-items: start; }
.page-hero h1 { margin: 0 0 12px; font-family: "Noto Serif SC", serif; font-size: clamp(2rem, 4vw, 3.2rem); }
.page-hero p { margin: 0; color: var(--muted); }
.side-mini { padding: 18px; border-radius: 20px; background: rgba(255,255,255,.04); border: 1px solid rgba(255,255,255,.08); }
.site-footer { padding: 40px 0 24px; border-top: 1px solid rgba(216,177,114,.12); background: rgba(5,7,13,.64); }
.footer-grid { display: grid; grid-template-columns: 1.1fr .8fr .9fr; gap: 20px; }
.footer-grid h2 { margin: 0 0 12px; font-size: 1.1rem; }
.footer-grid p, .footer-grid li { color: var(--muted); }
.footer-grid ul { margin: 0; padding-left: 18px; }
.footer-branding { display: flex; align-items: center; gap: 16px; margin-bottom: 10px; }
.footer-logo { width: 180px; height: auto; object-fit: contain; filter: drop-shadow(0 10px 24px rgba(216,177,114,0.18)); }
.qrcode-wrap { display: flex; gap: 12px; flex-wrap: wrap; }
.qrcode-wrap figure { margin: 0; text-align: center; color: var(--muted); font-size: .88rem; }
.footer-meta { display: flex; justify-content: space-between; gap: 16px; padding-top: 22px; color: var(--muted); font-size: .9rem; }
.share-buttons { display: flex; gap: 12px; flex-wrap: wrap; }
.share-button { border: 1px solid rgba(255,255,255,.12); background: rgba(255,255,255,.05); color: var(--text); padding: 12px 16px; border-radius: 999px; }
.share-toast { position: fixed; right: 18px; bottom: 18px; background: rgba(13,18,30,.94); color: #f6ead9; border: 1px solid rgba(216,177,114,.18); padding: 12px 16px; border-radius: 14px; box-shadow: 0 24px 60px rgba(0,0,0,.35); opacity: 0; pointer-events: none; transform: translateY(16px); transition: .28s ease; z-index: 99; }
.share-toast.show { opacity: 1; transform: translateY(0); }
@media (max-width: 1080px) {
  .top-bar, .hero-inner, .section-heading, .feature-split, .page-hero .card, .footer-grid { grid-template-columns: 1fr; }
  .main-nav { justify-content: flex-start; }
  .grid-4 { grid-template-columns: repeat(2, minmax(0,1fr)); }
  .video-grid, .grid-3 { grid-template-columns: repeat(2, minmax(0,1fr)); }
  .hero-stats { justify-self: start; }
}
@media (max-width: 720px) {
  .container { width: min(var(--max), calc(100% - 20px)); }
  .search-box { grid-template-columns: 1fr; }
  .hero-frame { min-height: 600px; }
  .hero-inner { padding: 32px 22px 24px; }
  .grid-4, .video-grid, .grid-3, .grid-2 { grid-template-columns: 1fr; }
  .person-card { grid-template-columns: 1fr; }
  .brand-mark { gap: 10px; }
  .brand-logo-wide { width: 172px; }
  .footer-branding { flex-direction: column; align-items: flex-start; }
  .footer-logo { width: 150px; }
  .footer-meta { flex-direction: column; }
}
