/* Design Philosophy: 新中式未来影像主义。当前文件负责站点全部外部样式，强调夜色片场、字幕条、时间码、偏移布局与高对比视频卡片。每个视觉决定都必须增强“福利姬”的影像品牌感，而不是稀释它。 */
:root {
  --bg: #120d13;
  --bg-soft: #1a1118;
  --panel: rgba(28, 18, 27, 0.84);
  --panel-strong: #22141d;
  --text: #f5ebe3;
  --muted: #c7b5aa;
  --line: rgba(240, 205, 182, 0.16);
  --accent: #d27557;
  --accent-2: #7b1731;
  --gold: #f0cdb6;
  --shadow: 0 18px 60px rgba(0, 0, 0, 0.34);
  --max: 1280px;
  --radius: 28px;
}
* { 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(123, 23, 49, 0.35), transparent 32%),
    radial-gradient(circle at right center, rgba(210, 117, 87, 0.18), transparent 28%),
    linear-gradient(180deg, #130d13, #0d0910 54%, #150d13 100%);
  line-height: 1.7;
}
body::before {
  content: "";
  position: fixed;
  inset: 0;
  pointer-events: none;
  background-image: radial-gradient(rgba(255,255,255,0.035) 0.8px, transparent 0.8px);
  background-size: 8px 8px;
  opacity: 0.2;
  z-index: -1;
}
img { max-width: 100%; display: block; }
a { color: inherit; text-decoration: none; }
.container { width: min(var(--max), calc(100% - 32px)); margin: 0 auto; }
.site-topbar {
  border-bottom: 1px solid var(--line);
  color: var(--muted);
  font-size: 13px;
  background: rgba(9, 7, 10, 0.72);
  backdrop-filter: blur(18px);
}
.site-topbar .container, .copyright-row { display:flex; gap:16px; justify-content:space-between; align-items:center; padding: 10px 0; flex-wrap:wrap; }
header.site-header {
  position: sticky; top: 0; z-index: 30;
  background: rgba(11, 8, 12, 0.82);
  backdrop-filter: blur(16px);
  border-bottom: 1px solid rgba(240, 205, 182, 0.08);
}
.header-inner { display:flex; align-items:center; justify-content:space-between; gap:20px; padding: 18px 0; }
.brand-lockup { display:flex; align-items:center; gap:14px; min-width: 0; }
.brand-lockup img { width: 56px; height: 56px; border-radius: 18px; box-shadow: var(--shadow); }
.brand-text strong { display:block; font-size: 26px; letter-spacing: 0.02em; }
.brand-text span { display:block; font-size: 12px; color: var(--muted); text-transform: uppercase; letter-spacing: 0.24em; }
.nav-wrap { display:flex; align-items:center; gap:18px; flex:1; justify-content:flex-end; flex-wrap:wrap; }
nav.site-nav { display:flex; flex-wrap:wrap; gap:10px; justify-content:flex-end; }
nav.site-nav a {
  font-size: 14px; padding: 10px 14px; border-radius: 999px; border:1px solid transparent;
  color: #f2ddd2; transition: .25s ease;
}
nav.site-nav a:hover, nav.site-nav a.active { border-color: rgba(240,205,182,.18); background: rgba(255,255,255,.04); transform: translateY(-1px); }
.search-box { display:flex; align-items:center; gap:10px; background: rgba(255,255,255,.045); border:1px solid rgba(240,205,182,.12); border-radius: 999px; padding: 6px; min-width: min(100%, 330px); }
.search-box input { flex:1; min-width: 140px; border:0; background:transparent; color: var(--text); outline:none; padding: 8px 12px; }
.search-box button, .button-like, .ghost-btn, .share-chip, .mini-action {
  border:0; border-radius: 999px; cursor:pointer; transition: .28s ease; font: inherit;
}
.search-box button, .button-like { background: linear-gradient(135deg, var(--accent), #8c1d3a); color: white; padding: 11px 18px; box-shadow: 0 12px 30px rgba(123,23,49,.34); }
.button-like:hover, .search-box button:hover { transform: translateY(-2px); }
.ghost-btn { background: rgba(255,255,255,.05); color: var(--text); padding: 11px 18px; border:1px solid rgba(240,205,182,.12); }
.hero { padding: 44px 0 20px; }
.hero-grid { display:grid; grid-template-columns: 1.02fr 1.08fr; gap: 22px; align-items: stretch; }
.hero-copy, .hero-visual, .panel, .json-card, .story-card, .metric-strip, .video-card, .review-card, .faq-item, .contact-panel { border-radius: var(--radius); overflow:hidden; box-shadow: var(--shadow); }
.hero-copy {
  position: relative; min-height: 680px; padding: 42px; display:flex; flex-direction:column; justify-content:space-between;
  background: linear-gradient(180deg, rgba(28,18,27,.94), rgba(17,12,18,.96)); border:1px solid rgba(240,205,182,.08);
}
.eyebrow, .section-kicker {
  display:inline-flex; align-items:center; gap:10px; border:1px solid rgba(240,205,182,.16); border-radius:999px;
  color: var(--gold); padding: 8px 14px; font-size: 12px; letter-spacing:.2em; text-transform: uppercase; background: rgba(255,255,255,.03);
}
h1, h2, h3, h4, h5, h6 {
  margin: 0 0 14px; font-family: "Cormorant Garamond", "Noto Serif SC", serif; line-height: 1.08; font-weight: 600;
}
h1 { font-size: clamp(3rem, 6vw, 5.4rem); max-width: 10ch; }
h2 { font-size: clamp(2rem, 3.2vw, 3.2rem); }
h3 { font-size: 1.45rem; }
p { margin: 0 0 14px; color: var(--muted); }
.lead { font-size: 1.02rem; max-width: 58ch; }
.hero-actions, .cta-row, .share-actions { display:flex; gap:12px; flex-wrap:wrap; }
.hero-metrics { display:grid; grid-template-columns: repeat(2, minmax(0,1fr)); gap:14px; margin-top: 24px; }
.metric {
  padding: 16px 18px; background: rgba(255,255,255,.035); border:1px solid rgba(240,205,182,.08); border-radius: 22px;
}
.metric strong { display:block; font-size: 1.35rem; color: #fff3ea; margin-bottom: 4px; }
.hero-tags { display:flex; flex-wrap:wrap; gap:10px; }
.hero-tags span, .badge { padding: 8px 12px; border-radius:999px; background: rgba(255,255,255,.06); border:1px solid rgba(240,205,182,.08); font-size:13px; color:#f4dfd2; }
.hero-visual { position: relative; min-height: 680px; border:1px solid rgba(240,205,182,.08); }
.hero-visual > img { position:absolute; inset:0; width:100%; height:100%; object-fit:cover; }
.visual-overlay {
  position:absolute; inset:0; display:flex; flex-direction:column; justify-content:space-between;
  background: linear-gradient(180deg, rgba(13,9,12,.22), rgba(13,9,12,.86)); padding: 36px;
}
.timecode { font-size: 12px; letter-spacing: .18em; color: #fff3ea; text-transform: uppercase; }
.hero-float {
  margin-left:auto; max-width: 320px; background: rgba(18,13,19,.74); border:1px solid rgba(240,205,182,.1); padding: 22px; border-radius: 26px; backdrop-filter: blur(14px);
}
.hero-float strong { display:block; font-size: 1.5rem; margin-bottom: 8px; }
.section { padding: 26px 0; }
.section-heading { display:flex; justify-content:space-between; align-items:end; gap:18px; margin-bottom: 18px; flex-wrap:wrap; }
.two-col { display:grid; grid-template-columns: repeat(2, minmax(0,1fr)); gap: 20px; }
.three-col { display:grid; grid-template-columns: repeat(3, minmax(0,1fr)); gap: 18px; }
.four-col { display:grid; grid-template-columns: repeat(4, minmax(0,1fr)); gap: 16px; }
.panel { background: linear-gradient(180deg, rgba(30,18,28,.94), rgba(19,13,19,.94)); border: 1px solid rgba(240,205,182,.08); padding: 26px; }
.metric-strip { padding: 24px; background: linear-gradient(135deg, rgba(123,23,49,.55), rgba(22,15,21,.92)); border:1px solid rgba(240,205,182,.08); }
.metric-strip-grid { display:grid; grid-template-columns: repeat(4, minmax(0,1fr)); gap:16px; }
.metric-block strong { display:block; font-size: 2rem; color: #fff; }
.metric-block span { font-size: 14px; color: #f1d5c5; }
.video-grid { display:grid; grid-template-columns: repeat(3, minmax(0,1fr)); gap: 18px; }
.video-card {
  position:relative; background: linear-gradient(180deg, rgba(32,20,30,.94), rgba(17,12,18,.96)); border:1px solid rgba(240,205,182,.08);
}
.video-thumb { position:relative; min-height: 234px; overflow:hidden; }
.video-thumb img { width:100%; height:100%; object-fit:cover; transition: transform .45s ease; }
.video-card:hover .video-thumb img { transform: scale(1.05); }
.video-thumb::after {
  content:''; position:absolute; inset:0; background: linear-gradient(180deg, transparent, rgba(10,7,10,.72));
}
.play-dot {
  position:absolute; inset:50% auto auto 50%; width:72px; height:72px; border-radius:50%;
  transform: translate(-50%, -50%) scale(.92); background: rgba(255,255,255,.14); border:1px solid rgba(255,255,255,.4);
  display:grid; place-items:center; z-index:2; opacity:0; transition:.35s ease; backdrop-filter: blur(10px);
}
.play-dot::before {
  content:''; border-style:solid; border-width:12px 0 12px 20px; border-color: transparent transparent transparent #fff2ea; margin-left:6px;
}
.video-card:hover .play-dot { opacity:1; transform: translate(-50%, -50%) scale(1); }
.video-meta { padding: 18px 18px 20px; }
.video-meta h3 { font-size: 1.2rem; margin-bottom: 6px; }
.micro-stats { display:flex; gap:12px; flex-wrap:wrap; color:#ead4c7; font-size: 13px; }
.topic-card, .story-card, .review-card, .faq-item, .logo-item, .tool-card, .person-card { background: linear-gradient(180deg, rgba(31,20,29,.94), rgba(16,11,17,.96)); border:1px solid rgba(240,205,182,.08); border-radius: 24px; padding: 22px; box-shadow: var(--shadow); }
.topic-card p, .story-card p, .review-card p, .faq-item p { margin-bottom: 0; }
.logo-list { display:grid; grid-template-columns: repeat(5, minmax(0,1fr)); gap: 14px; }
.logo-item { min-height: 84px; display:grid; place-items:center; text-align:center; color:#f7e4d6; letter-spacing:.08em; }
.json-card { background: rgba(12,10,14,.94); border:1px solid rgba(240,205,182,.08); }
.json-card header { padding: 16px 18px; border-bottom:1px solid rgba(240,205,182,.08); color:#f1d5c5; font-weight: 600; }
.json-card pre { margin:0; padding: 18px; overflow:auto; color:#f8e8dc; font-size: 13px; line-height: 1.75; }
.faq-grid, .review-grid { display:grid; grid-template-columns: repeat(2, minmax(0,1fr)); gap: 18px; }
.share-chip { background: rgba(255,255,255,.05); border:1px solid rgba(240,205,182,.12); color:#f4dfd2; padding: 10px 14px; }
.contact-grid, .footer-grid { display:grid; grid-template-columns: 1.1fr .9fr; gap: 20px; }
.contact-panel ul, .footer-links ul { list-style:none; padding:0; margin:0; display:grid; gap:8px; color: var(--muted); }
.qr-grid { display:grid; grid-template-columns: repeat(3, minmax(0,1fr)); gap: 16px; }
.qr-card { background: rgba(255,255,255,.04); border:1px solid rgba(240,205,182,.08); border-radius: 22px; padding: 16px; text-align:center; }
.qr-card img { border-radius: 16px; margin-bottom: 12px; }
footer.site-footer { padding: 24px 0 36px; }
.footer-brand { display:flex; gap: 14px; align-items:center; }
.footer-brand img { width: 72px; height:72px; border-radius: 22px; }
.ujo35, .s8rnzkqd { position: fixed; right: 18px; bottom: 18px; transform: translateY(14px); opacity: 0; transition: .35s ease; background:#20131d; color:#fff0e8; border:1px solid rgba(240,205,182,.14); box-shadow: var(--shadow); border-radius: 16px; padding: 14px 16px; max-width: 320px; z-index: 100; }
.ujo35.show, .s8rnzkqd.show { transform: translateY(0); opacity: 1; }
.breadcrumb { display:flex; gap:10px; flex-wrap:wrap; font-size: 13px; color: var(--muted); margin-bottom: 16px; }
.page-hero { display:grid; grid-template-columns: .95fr 1.05fr; gap: 20px; align-items:stretch; }
.page-hero-visual { min-height: 360px; border-radius: 28px; overflow:hidden; position:relative; }
.page-hero-visual img { width:100%; height:100%; object-fit:cover; }
.article-list { display:grid; gap: 16px; }
.article-list article { padding:18px 0; border-bottom:1px solid rgba(240,205,182,.08); }
.article-list article:last-child { border-bottom:0; padding-bottom:0; }
.stats-list { display:grid; gap: 12px; }
.stats-item { padding:16px 18px; background: rgba(255,255,255,.04); border:1px solid rgba(240,205,182,.08); border-radius: 18px; }
.stats-item strong, .stats-item b { display:block; color:#fff4ec; margin-bottom: 5px; }
.mobile-only { display:none; }
@media (max-width: 1120px) {
  .hero-grid, .page-hero, .two-col, .contact-grid, .footer-grid, .metric-strip-grid { grid-template-columns: 1fr; }
  .video-grid, .three-col, .four-col, .logo-list, .qr-grid, .faq-grid, .review-grid { grid-template-columns: repeat(2, minmax(0,1fr)); }
  .nav-wrap { justify-content:flex-start; }
}
@media (max-width: 720px) {
  .container { width:min(var(--max), calc(100% - 24px)); }
  .header-inner { align-items:flex-start; }
  .brand-text strong { font-size: 24px; }
  h1 { font-size: 2.6rem; }
  .hero-copy, .hero-visual { min-height: unset; }
  .video-grid, .three-col, .four-col, .logo-list, .qr-grid, .faq-grid, .review-grid { grid-template-columns: 1fr; }
  .search-box { width: 100%; }
  .site-topbar .container, .copyright-row { justify-content:flex-start; }
}
