
:root {
  --film-ink: #271915;
  --film-ink-soft: #4c3428;
  --film-brown: #6b4229;
  --film-gold: #d8a75d;
  --film-cream: #f8ead0;
  --film-paper: #fff6df;
  --film-red: #8f2f24;
  --film-muted: #b88d5a;
  --shadow: 0 24px 70px rgba(25, 14, 10, .25);
  --radius: 28px;
}
* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  margin: 0;
  background:
    radial-gradient(circle at 20% 0%, rgba(255, 209, 120, .22), transparent 30rem),
    linear-gradient(135deg, #2c1c17 0%, #563522 42%, #211612 100%);
  color: var(--film-paper);
  font-family: "Noto Serif SC", "Songti SC", "SimSun", serif;
  line-height: 1.75;
  overflow-x: hidden;
}
body::before {
  content: "";
  position: fixed;
  inset: 0;
  z-index: -2;
  background-image:
    linear-gradient(rgba(255,255,255,.04) 1px, transparent 1px),
    linear-gradient(90deg, rgba(255,255,255,.035) 1px, transparent 1px);
  background-size: 8px 8px;
  mix-blend-mode: screen;
  opacity: .45;
  pointer-events: none;
}
body::after {
  content: "";
  position: fixed;
  inset: 0;
  z-index: -1;
  background:
    radial-gradient(circle at center, transparent 0%, rgba(0,0,0,.28) 72%, rgba(0,0,0,.58) 100%),
    repeating-linear-gradient(90deg, rgba(255,255,255,.025) 0 1px, transparent 1px 6px);
  pointer-events: none;
}
a { color: inherit; text-decoration: none; }
img, video { max-width: 100%; display: block; }
.container { width: min(1160px, calc(100% - 40px)); margin: 0 auto; }
.site-header {
  position: sticky;
  top: 0;
  z-index: 50;
  background: rgba(39, 25, 21, .88);
  backdrop-filter: blur(18px);
  border-bottom: 1px solid rgba(255, 230, 190, .14);
}
.header-inner {
  min-height: 82px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
}
.logo {
  display: inline-flex;
  align-items: center;
  gap: 12px;
  min-width: 180px;
}
.logo img {
  width: 54px;
  height: 54px;
  border-radius: 16px;
  object-fit: cover;
  box-shadow: 0 0 0 1px rgba(255,238,200,.25), 0 14px 30px rgba(0,0,0,.24);
}
.logo strong {
  display: block;
  letter-spacing: .16em;
  font-size: 20px;
}
.logo small {
  display: block;
  color: #e8c48b;
  font-size: 12px;
  letter-spacing: .06em;
}
.nav-toggle { display: none; }
.main-nav {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-end;
  gap: 6px;
}
.main-nav a {
  padding: 10px 12px;
  border-radius: 999px;
  color: #f7dfb4;
  font-size: 14px;
  transition: .25s ease;
}
.main-nav a:hover,
.main-nav a.active {
  background: rgba(216, 167, 93, .18);
  box-shadow: inset 0 0 0 1px rgba(255, 231, 185, .18);
  color: #fff8e8;
}
.search-strip {
  border-top: 1px solid rgba(255, 230, 190, .08);
  padding: 14px 0 18px;
  background: rgba(31, 19, 15, .5);
}
.fake-search {
  display: grid;
  grid-template-columns: 1fr auto;
  gap: 12px;
  background: rgba(255, 238, 200, .12);
  border: 1px solid rgba(255, 231, 185, .22);
  border-radius: 999px;
  padding: 8px;
  box-shadow: inset 0 1px 0 rgba(255,255,255,.06);
}
.fake-search input {
  min-width: 0;
  border: 0;
  background: transparent;
  color: #fff8e8;
  font: inherit;
  padding: 11px 18px;
  outline: none;
}
.fake-search input::placeholder { color: rgba(255, 235, 200, .68); }
.fake-search button,
.btn {
  border: 0;
  border-radius: 999px;
  background: linear-gradient(135deg, #e4b66b, #8f2f24);
  color: #fff8e8;
  font-weight: 700;
  letter-spacing: .05em;
  padding: 12px 20px;
  cursor: pointer;
  box-shadow: 0 16px 30px rgba(143,47,36,.22);
  transition: .25s ease;
}
.fake-search button:hover,
.btn:hover { transform: translateY(-2px); filter: saturate(1.12); }
.search-note {
  margin: 10px 8px 0;
  color: #f0c884;
  font-size: 13px;
  min-height: 20px;
}
.hero {
  min-height: calc(100vh - 145px);
  position: relative;
  display: grid;
  align-items: center;
  overflow: hidden;
  isolation: isolate;
}
.hero-media {
  position: absolute;
  inset: 0;
  z-index: -3;
}
.hero-media img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  filter: sepia(.35) contrast(1.05) saturate(.9);
}
.hero::before {
  content: "";
  position: absolute;
  inset: 0;
  z-index: -2;
  background:
    linear-gradient(90deg, rgba(32,18,13,.88), rgba(43,24,16,.62) 42%, rgba(24,12,9,.82)),
    repeating-linear-gradient(90deg, rgba(0,0,0,.2) 0 8px, rgba(255,235,190,.05) 8px 12px);
}
.hero-content {
  max-width: 800px;
  padding: 92px 0;
}
.eyebrow {
  display: inline-flex;
  gap: 8px;
  align-items: center;
  margin-bottom: 18px;
  color: #ffe3ad;
  text-transform: uppercase;
  letter-spacing: .16em;
  font-size: 13px;
}
.eyebrow::before {
  content: "";
  width: 42px;
  height: 1px;
  background: currentColor;
}
h1, h2, h3, h4 {
  margin: 0 0 16px;
  color: #fff1cf;
  line-height: 1.18;
  letter-spacing: .03em;
}
h1 {
  font-size: clamp(42px, 7vw, 82px);
  text-shadow: 0 12px 38px rgba(0,0,0,.38);
}
.hero p {
  max-width: 720px;
  font-size: 19px;
  color: #f6d8a5;
}
.hero-actions { display: flex; gap: 14px; flex-wrap: wrap; margin-top: 30px; }
.btn.secondary {
  background: rgba(255, 238, 205, .12);
  box-shadow: inset 0 0 0 1px rgba(255, 231, 185, .28);
}
.domain-card {
  margin-top: 30px;
  width: fit-content;
  padding: 12px 18px;
  border-radius: 18px;
  background: rgba(255,238,205,.10);
  border: 1px solid rgba(255,231,185,.20);
  color: #ffe7ba;
}
.section {
  padding: 86px 0;
  position: relative;
}
.section.light {
  background:
    radial-gradient(circle at 85% 8%, rgba(229,173,91,.16), transparent 24rem),
    rgba(255, 239, 208, .06);
}
.section-title {
  display: grid;
  gap: 12px;
  margin-bottom: 32px;
}
.section-title p {
  margin: 0;
  max-width: 800px;
  color: #e9c994;
}
.kicker {
  color: #dda45d;
  font-size: 13px;
  letter-spacing: .16em;
}
.grid {
  display: grid;
  gap: 22px;
}
.grid.three { grid-template-columns: repeat(3, 1fr); }
.grid.four { grid-template-columns: repeat(4, 1fr); }
.grid.two { grid-template-columns: repeat(2, 1fr); }
.card {
  position: relative;
  overflow: hidden;
  border-radius: var(--radius);
  background: rgba(255, 240, 210, .09);
  border: 1px solid rgba(255, 231, 185, .17);
  box-shadow: var(--shadow);
}
.card-pad { padding: 24px; }
.card p { color: #ebca9a; margin: 0 0 14px; }
.card-meta, .tags {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  color: #f2d6a5;
  font-size: 13px;
}
.pill, .tags span {
  border-radius: 999px;
  padding: 5px 10px;
  background: rgba(255,238,205,.11);
  border: 1px solid rgba(255,231,185,.15);
}
.video-card {
  min-height: 100%;
}
.video-frame {
  position: relative;
  aspect-ratio: 16 / 9;
  overflow: hidden;
  background: #1f1512;
}
.video-frame video,
.video-frame img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.video-frame::before {
  content: "";
  position: absolute;
  inset: -10%;
  background:
    radial-gradient(circle at 50% 45%, transparent 0 35%, rgba(0,0,0,.18) 65%, rgba(0,0,0,.55) 100%),
    repeating-linear-gradient(90deg, rgba(255,255,255,.08) 0 1px, transparent 1px 6px);
  opacity: .52;
  mix-blend-mode: screen;
  pointer-events: none;
}
.video-frame::after {
  content: "";
  position: absolute;
  inset: 0;
  background: radial-gradient(circle at 42% 36%, rgba(255,219,150,.32), transparent 20rem);
  opacity: 0;
  transition: .35s ease;
  pointer-events: none;
}
.play {
  position: absolute;
  left: 50%;
  top: 50%;
  width: 66px;
  height: 66px;
  transform: translate(-50%, -50%) scale(.75);
  opacity: 0;
  border-radius: 50%;
  background: rgba(255, 239, 210, .84);
  box-shadow: 0 0 0 12px rgba(255, 219, 150, .12), 0 16px 40px rgba(0,0,0,.32);
  transition: .25s ease;
}
.play::before {
  content: "";
  position: absolute;
  left: 27px;
  top: 20px;
  border-left: 18px solid #7f2d23;
  border-top: 12px solid transparent;
  border-bottom: 12px solid transparent;
}
.video-card:hover .video-frame::after { opacity: 1; animation: projectorFlicker .65s steps(3) infinite; }
.video-card:hover .play { opacity: 1; transform: translate(-50%, -50%) scale(1); }
.video-card:hover { transform: translateY(-4px); }
.video-card { transition: .3s ease; }
@keyframes projectorFlicker {
  0%, 100% { filter: brightness(1); transform: translateX(0); }
  33% { filter: brightness(1.22); transform: translateX(-1px); }
  66% { filter: brightness(.93); transform: translateX(1px); }
}
.story-card img,
.gallery-card img,
.creator-card img,
.ai-card img {
  width: 100%;
  aspect-ratio: 4 / 3;
  object-fit: cover;
}
.gallery-card img { aspect-ratio: 1; }
.creator-card img {
  aspect-ratio: 1;
  border-bottom: 1px solid rgba(255,231,185,.17);
}
.quote {
  font-size: 15px;
  position: relative;
}
.quote::before {
  content: "“";
  display: block;
  color: #d8a75d;
  font-size: 48px;
  line-height: 1;
}
.partner-wall {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 14px;
}
.partner {
  min-height: 86px;
  display: grid;
  place-items: center;
  border-radius: 20px;
  border: 1px dashed rgba(255,231,185,.24);
  background: rgba(255,238,205,.08);
  color: #f4d7a5;
  text-align: center;
  padding: 12px;
}
.faq details {
  background: rgba(255,238,205,.09);
  border: 1px solid rgba(255,231,185,.16);
  border-radius: 20px;
  padding: 18px 20px;
}
.faq details + details { margin-top: 12px; }
.faq summary {
  cursor: pointer;
  color: #fff1cf;
  font-weight: 700;
}
.faq p { margin: 12px 0 0; color: #ebca9a; }
.contact-box {
  display: grid;
  grid-template-columns: 1.4fr .6fr;
  gap: 24px;
  align-items: center;
}
.qr {
  width: 180px;
  margin-left: auto;
  border-radius: 24px;
  border: 1px solid rgba(255,231,185,.2);
  box-shadow: var(--shadow);
}
.site-footer {
  padding: 46px 0;
  background: #1d120f;
  border-top: 1px solid rgba(255,231,185,.14);
}
.footer-inner {
  display: grid;
  grid-template-columns: 1fr 1.2fr;
  gap: 28px;
  align-items: start;
}
.footer-links {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-end;
  gap: 10px;
}
.footer-links a {
  padding: 8px 12px;
  border-radius: 999px;
  background: rgba(255,238,205,.08);
  color: #e9c994;
}
.footer-note { color: #e9c994; }
.breadcrumb {
  padding: 26px 0 0;
  color: #e7c38a;
  font-size: 14px;
}
.page-hero {
  padding: 72px 0 42px;
  background: radial-gradient(circle at 80% 20%, rgba(216,167,93,.18), transparent 32rem);
}
.article-list {
  display: grid;
  gap: 18px;
}
.article-item {
  display: grid;
  grid-template-columns: 220px 1fr;
  gap: 20px;
  align-items: center;
}
.article-item img {
  width: 100%;
  aspect-ratio: 4 / 3;
  object-fit: cover;
  border-radius: 20px;
}
.notice {
  border-left: 4px solid #d8a75d;
  padding: 18px 22px;
  border-radius: 18px;
  background: rgba(255,238,205,.09);
  color: #edca95;
}
@media (max-width: 980px) {
  .header-inner { flex-direction: column; align-items: flex-start; padding: 16px 0; }
  .main-nav { justify-content: flex-start; }
  .grid.three, .grid.four { grid-template-columns: repeat(2, 1fr); }
  .contact-box, .footer-inner { grid-template-columns: 1fr; }
  .footer-links { justify-content: flex-start; }
  .qr { margin-left: 0; }
}
@media (max-width: 680px) {
  .container { width: min(100% - 24px, 1160px); }
  .grid.two, .grid.three, .grid.four { grid-template-columns: 1fr; }
  .fake-search { grid-template-columns: 1fr; border-radius: 24px; }
  .hero { min-height: auto; }
  .hero-content { padding: 72px 0; }
  .hero-actions { flex-direction: column; }
  .btn { text-align: center; }
  .partner-wall { grid-template-columns: repeat(2, 1fr); }
  .article-item { grid-template-columns: 1fr; }
  .main-nav a { font-size: 13px; padding: 8px 10px; }
}

.mt-24 { margin-top: 24px; }
