:root {
  --night: #070706;
  --night-2: #10100d;
  --panel: #151510;
  --paper: #f5f0df;
  --yellow: #ffd000;
  --yellow-2: #ffb800;
  --red: #f02f2f;
  --red-dark: #7d1218;
  --muted: #a29c8d;
  --line: rgba(245, 240, 223, 0.16);
  --display: "Noto Serif TC", "Source Han Serif TC", "PMingLiU", serif;
  --body: "Noto Sans TC", "Source Han Sans TC", "Microsoft JhengHei", sans-serif;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; overflow-x: clip; background: var(--night); }
body {
  margin: 0;
  min-height: 100vh;
  color: var(--paper);
  background:
    radial-gradient(circle at 86% 6%, rgba(240, 47, 47, 0.16), transparent 29rem),
    radial-gradient(circle at 12% 26%, rgba(255, 208, 0, 0.08), transparent 33rem),
    linear-gradient(145deg, #11110e 0%, var(--night) 45%, #0d0808 100%);
  font-family: var(--body);
  overflow-x: clip;
}
body.age-locked { overflow: hidden; }
body.age-locked > :not(.age-gate) { filter: blur(26px) brightness(0.24); pointer-events: none; user-select: none; }
a { color: inherit; }
img, video { display: block; width: 100%; }
button, input, textarea, select { font: inherit; }

.grain {
  position: fixed;
  inset: 0;
  z-index: -1;
  pointer-events: none;
  opacity: 0.2;
  background-image: url("data:image/svg+xml,%3Csvg viewBox='0 0 180 180' xmlns='http://www.w3.org/2000/svg'%3E%3Cfilter id='n'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='.82' numOctaves='2' stitchTiles='stitch'/%3E%3C/filter%3E%3Crect width='100%25' height='100%25' filter='url(%23n)' opacity='.25'/%3E%3C/svg%3E");
}

.site-header {
  width: min(1500px, calc(100% - 48px));
  min-height: 86px;
  margin: 0 auto;
  display: grid;
  grid-template-columns: 1fr auto 1fr;
  align-items: center;
  gap: 28px;
  border-bottom: 1px solid var(--line);
  position: relative;
  z-index: 20;
}
.site-header.compact { grid-template-columns: 1fr auto; }
.brand { display: inline-flex; align-items: center; gap: 12px; text-decoration: none; width: max-content; }
.brand-mark {
  display: grid;
  place-items: center;
  width: 46px;
  aspect-ratio: 1;
  color: var(--night);
  background: var(--yellow);
  border-radius: 8px 18px 8px 18px;
  font: 1000 0.9rem/1 var(--body);
  box-shadow: 4px 4px 0 var(--red);
  transform: rotate(-4deg);
}
.brand > span:last-child { display: flex; flex-direction: column; line-height: 1; }
.brand b { font-family: var(--display); font-size: 1.22rem; letter-spacing: 0.11em; }
.brand small { color: var(--muted); font-size: 0.58rem; letter-spacing: 0.2em; margin-top: 6px; }
.site-nav { display: flex; gap: clamp(18px, 3vw, 48px); }
.site-nav a, .back-link { color: #cec7b8; text-decoration: none; font-size: 0.8rem; font-weight: 800; letter-spacing: 0.08em; }
.site-nav a:hover, .site-nav a:focus-visible, .back-link:hover { color: var(--yellow); }
.header-cta {
  justify-self: end;
  color: var(--night);
  background: var(--yellow);
  padding: 12px 18px;
  text-decoration: none;
  font-weight: 1000;
  letter-spacing: 0.04em;
}
.header-cta span { color: var(--red); }
.menu-toggle { display: none; }

.hero {
  width: min(1500px, calc(100% - 48px));
  min-height: 830px;
  margin: 0 auto;
  display: grid;
  grid-template-columns: minmax(0, 1.12fr) minmax(400px, 0.7fr);
  align-items: center;
  gap: clamp(50px, 8vw, 130px);
  padding: 76px 3vw 110px;
  position: relative;
  isolation: isolate;
  overflow: hidden;
}
.hero::after {
  content: "";
  position: absolute;
  inset: 4% -8% 4% 30%;
  z-index: -2;
  background:
    linear-gradient(90deg, var(--night) 0%, rgba(7,7,6,0.58) 34%, rgba(7,7,6,0.14) 72%),
    url("brand/hero-atmosphere.webp") center / cover no-repeat;
  opacity: 0.44;
  filter: saturate(0.88) contrast(1.08);
  mask-image: linear-gradient(90deg, transparent 0%, #000 20%, #000 88%, transparent 100%);
  pointer-events: none;
}
.hero::before {
  content: "ADULT";
  position: absolute;
  left: -0.08em;
  bottom: 0;
  color: transparent;
  -webkit-text-stroke: 1px rgba(255, 208, 0, 0.08);
  font: 1000 clamp(8rem, 22vw, 22rem)/0.75 Arial Black, sans-serif;
  letter-spacing: -0.1em;
  pointer-events: none;
}
.hero-copy { position: relative; z-index: 2; }
.eyebrow { color: var(--yellow); font-size: 0.69rem; letter-spacing: 0.23em; font-weight: 1000; text-transform: uppercase; }
.eyebrow span { display: inline-grid; place-items: center; min-width: 38px; height: 24px; margin-right: 9px; color: white; background: var(--red); letter-spacing: 0; }
h1, h2, h3 { font-family: var(--display); margin: 0; font-weight: 900; }
.hero h1 { max-width: 900px; font-size: clamp(3.7rem, 7.4vw, 8.3rem); line-height: 0.94; letter-spacing: -0.065em; }
.hero h1 em, .section h2 em { color: var(--yellow); font-style: normal; position: relative; }
.hero h1 em::after { content: ""; position: absolute; left: 0; right: 0; bottom: 0.02em; height: 0.085em; background: var(--red); transform: rotate(-1.5deg); z-index: -1; }
.hero-lede { max-width: 660px; margin: 34px 0 0; color: #c2baaa; font-size: clamp(1rem, 1.3vw, 1.16rem); line-height: 1.9; }
.hero-actions { display: flex; flex-wrap: wrap; gap: 14px; margin-top: 34px; }
.button { min-height: 54px; display: inline-flex; align-items: center; justify-content: center; padding: 0 25px; border: 0; text-decoration: none; font-weight: 1000; letter-spacing: 0.04em; cursor: pointer; }
.button.primary { color: var(--night); background: var(--yellow); box-shadow: 8px 8px 0 var(--red); }
.button.primary:hover, .button.primary:focus-visible { transform: translate(3px, 3px); box-shadow: 5px 5px 0 var(--red); }
.button.ghost { color: var(--paper); background: transparent; border: 1px solid var(--line); }
.button.compact { min-height: 44px; width: max-content; margin-top: 22px; color: var(--night); background: var(--yellow); box-shadow: none; }
.button.compact.dark { color: var(--paper); background: var(--night); }
.button.xl { min-width: min(420px, 100%); min-height: 64px; margin-top: 24px; }
.hero-notes { display: flex; flex-wrap: wrap; gap: 9px; margin-top: 30px; }
.hero-notes span { color: #9d9686; border-left: 2px solid var(--red); padding: 4px 10px; font-size: 0.72rem; }

.hero-poster { max-width: 560px; justify-self: end; color: var(--paper); text-decoration: none; position: relative; transform: rotate(1.8deg); }
.hero-poster::before { content: ""; position: absolute; inset: 18px -18px -18px 18px; background: var(--yellow); z-index: -1; }
.poster-stamp { position: absolute; top: -24px; left: -28px; width: 92px; aspect-ratio: 1; display: grid; place-items: center; text-align: center; border-radius: 50%; color: white; background: var(--red); font: 900 1.16rem/1.15 var(--display); transform: rotate(-13deg); box-shadow: 0 0 0 7px var(--night); }
.poster-caption { display: flex; justify-content: space-between; align-items: center; gap: 12px; padding: 16px 18px; color: var(--night); background: var(--yellow); }
.poster-caption b { font-family: var(--display); }
.poster-caption small { font-weight: 900; }

.media-shell { display: grid; place-items: center; position: relative; overflow: hidden; background: #171711; }
.media-shell.portrait { aspect-ratio: 4 / 5; }
.media-shell.landscape { aspect-ratio: 686 / 330; }
.media-shell.vertical { aspect-ratio: 348 / 500; }
.media-shell img { height: 100%; object-fit: cover; }
.adult-media:not([src]) { visibility: hidden; }
.media-lock { position: absolute; inset: 0; display: grid; place-items: center; color: #8d8678; background: repeating-linear-gradient(135deg, #171711 0 16px, #11110e 16px 32px); font-size: 0.72rem; letter-spacing: 0.11em; text-transform: uppercase; }
.media-ready > .media-lock, .media-ready + .media-lock, video.media-ready ~ .media-lock { display: none; }

.heat-strip { overflow: hidden; color: var(--night); background: var(--yellow); transform: rotate(-0.65deg) scale(1.02); }
.heat-strip > div { min-width: max-content; min-height: 66px; display: flex; align-items: center; justify-content: center; gap: 34px; padding: 12px 24px; font-weight: 1000; letter-spacing: 0.08em; animation: marquee 18s linear infinite alternate; }
.heat-strip i { width: 9px; height: 9px; border-radius: 50%; background: var(--red); }

.section { width: min(1320px, calc(100% - 48px)); margin: 0 auto; padding: 140px 0; }
.section-head { display: grid; grid-template-columns: minmax(0, 1fr) minmax(280px, 0.46fr); align-items: end; gap: 70px; margin-bottom: 64px; }
.section h2 { font-size: clamp(3.1rem, 6vw, 6.9rem); line-height: 0.96; letter-spacing: -0.055em; }
.section-head > p { color: #aaa393; line-height: 1.9; }

.show-grid { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 22px; }
.show-card { min-width: 0; border: 1px solid var(--line); background: rgba(255,255,255,0.025); overflow: hidden; }
.show-card-wide { grid-column: span 2; display: grid; grid-template-columns: 1.2fr 0.8fr; }
.show-card-wide .show-media .media-shell { height: 100%; aspect-ratio: auto; min-height: 390px; }
.show-media { display: block; overflow: hidden; }
.show-media img { transition: transform 0.6s ease, filter 0.4s ease; }
.show-card:hover .show-media img { transform: scale(1.035); filter: contrast(1.05) saturate(1.08); }
.show-copy { padding: 26px; }
.show-copy h3 { margin-top: 42px; font-size: clamp(2rem, 3.4vw, 4rem); line-height: 1.02; letter-spacing: -0.045em; }
.show-copy p { color: #aaa393; line-height: 1.85; margin: 18px 0 0; }
.tags { display: flex; flex-wrap: wrap; gap: 7px; }
.tags span { color: var(--yellow); border: 1px solid rgba(255,208,0,0.38); padding: 6px 8px; font-size: 0.65rem; font-weight: 900; }
.text-link { display: inline-block; margin-top: 22px; color: var(--yellow); font-weight: 1000; text-decoration: none; border-bottom: 1px solid currentColor; padding-bottom: 3px; }
.text-card { min-height: 470px; display: flex; flex-direction: column; justify-content: space-between; color: var(--night); background: var(--yellow); }
.text-card .show-copy p { color: #3f3b31; }
.text-card .tags span { color: var(--night); border-color: rgba(7,7,6,0.35); }
.episode-number { padding: 26px; color: rgba(7,7,6,0.15); font: 1000 clamp(5rem, 9vw, 9rem)/0.78 Arial Black, sans-serif; letter-spacing: -0.09em; }
.hot-red { color: white; background: var(--red); }
.hot-red .show-copy p { color: #ffe7df; }
.hot-red .tags span { color: white; border-color: rgba(255,255,255,0.45); }
.hot-red .episode-number { color: rgba(255,255,255,0.16); }

.preview-section { width: 100%; max-width: none; padding-left: max(24px, calc((100vw - 1320px) / 2)); padding-right: max(24px, calc((100vw - 1320px) / 2)); background: var(--paper); color: var(--night); }
.preview-section .eyebrow { color: var(--red); }
.preview-section .section-head > p { color: #625e53; }
.video-stage { display: grid; grid-template-columns: minmax(0, 1fr) minmax(250px, 0.32fr); align-items: center; gap: clamp(30px, 6vw, 90px); }
.wide-reel, .phone-reel { display: block; color: inherit; text-decoration: none; overflow: hidden; position: relative; background: var(--night); }
.wide-reel { box-shadow: 18px 18px 0 var(--yellow); }
.wide-reel video { aspect-ratio: 16 / 9; object-fit: cover; }
.phone-reel { width: min(340px, 100%); justify-self: center; padding: 12px; border: 3px solid var(--night); border-radius: 30px; box-shadow: 12px 12px 0 var(--red); }
.phone-reel video { aspect-ratio: 9 / 16; object-fit: cover; border-radius: 18px; }
.phone-top { height: 34px; display: flex; align-items: center; justify-content: center; gap: 10px; color: var(--paper); font-size: 0.62rem; letter-spacing: 0.12em; }
.phone-top i { width: 7px; height: 7px; border-radius: 50%; background: var(--yellow); }
.video-label { position: absolute; z-index: 2; top: 18px; left: 18px; display: flex; gap: 12px; align-items: center; padding: 10px 12px; color: var(--night); background: var(--yellow); }
.video-label b { font-size: 0.72rem; }
.video-label small { border-left: 1px solid var(--night); padding-left: 12px; }
.wide-reel > .media-lock, .phone-reel > .media-lock { z-index: 1; }

.genre-section { display: grid; grid-template-columns: 0.72fr 1.28fr; gap: 90px; border-top: 1px solid var(--line); }
.genre-lead { position: sticky; top: 50px; align-self: start; }
.genre-list { border-top: 1px solid var(--line); }
.genre-list a { display: grid; grid-template-columns: 60px 1.1fr 1.3fr auto; align-items: center; gap: 20px; min-height: 126px; padding: 22px 0; border-bottom: 1px solid var(--line); text-decoration: none; transition: padding 0.25s ease, background 0.25s ease; }
.genre-list a:hover { padding-left: 18px; padding-right: 18px; background: var(--yellow); color: var(--night); }
.genre-list span { color: var(--red); font: 1000 1rem/1 Arial, sans-serif; }
.genre-list b { font-family: var(--display); font-size: clamp(1.4rem, 2vw, 2.2rem); }
.genre-list small { color: #9b9485; }
.genre-list a:hover small { color: #4e493e; }
.genre-list em { color: var(--yellow); font-style: normal; font-size: 0.75rem; font-weight: 900; }
.genre-list a:hover em { color: var(--red); }

.seo-guide { border-top: 1px solid var(--line); }
.guide-lead { display: grid; grid-template-columns: 0.28fr 1fr; gap: 48px; align-items: start; }
.guide-lead h2 { max-width: 980px; }
.guide-grid { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 18px; margin-top: 64px; }
.guide-grid article { min-height: 260px; padding: 30px; border: 1px solid var(--line); background: rgba(255,255,255,0.025); }
.guide-grid h3 { color: var(--yellow); font-size: clamp(1.35rem, 2vw, 2rem); line-height: 1.25; }
.guide-grid p { color: #aaa393; line-height: 1.9; }

.final-cta { min-height: 650px; padding: 100px 24px; display: grid; place-content: center; text-align: center; position: relative; overflow: hidden; color: var(--night); background: var(--yellow); }
.final-cta h2 { position: relative; z-index: 2; font-size: clamp(3.3rem, 7vw, 7.5rem); line-height: 0.98; }
.final-cta h2 span { color: var(--red); }
.final-cta > p { position: relative; z-index: 2; max-width: 720px; margin-left: auto; margin-right: auto; line-height: 1.8; }
.final-cta .eyebrow { color: var(--red); }
.final-noise { position: absolute; inset: auto -0.03em -0.25em auto; color: rgba(7,7,6,0.08); font: 1000 min(46vw, 35rem)/0.8 Arial Black, sans-serif; letter-spacing: -0.1em; }

footer { width: min(1500px, calc(100% - 48px)); min-height: 250px; margin: 0 auto; display: grid; grid-template-columns: 1fr 1.4fr auto; align-items: center; gap: 30px; border-top: 1px solid var(--line); }
footer p { max-width: 58ch; color: #8e8778; line-height: 1.7; }
footer nav { display: flex; gap: 20px; }
footer nav a { color: #c5bead; font-size: 0.78rem; }
footer > small { grid-column: 1 / -1; padding-bottom: 28px; color: #656055; }
.mobile-cps { display: none; }

.age-gate { width: min(660px, calc(100% - 32px)); padding: 46px; color: var(--paper); background: #10100d; border: 1px solid rgba(255,208,0,0.7); box-shadow: 18px 18px 0 var(--red); }
.age-gate::backdrop { background: rgba(0,0,0,0.9); backdrop-filter: blur(10px); }
.age-gate h2 { max-width: 520px; font-size: clamp(2.7rem, 6vw, 5.2rem); line-height: 0.98; margin-bottom: 24px; }
.age-gate > p:not(.eyebrow) { color: #bbb3a3; line-height: 1.8; }
.age-mark { float: right; display: grid; place-items: center; width: 78px; aspect-ratio: 1; color: var(--night); background: var(--yellow); border-radius: 50%; font: 1000 1.4rem/1 var(--body); box-shadow: 5px 5px 0 var(--red); }
.age-actions { display: grid; grid-template-columns: 1fr auto; gap: 14px; margin: 30px 0 22px; }
.age-gate > small { display: block; color: #777164; line-height: 1.55; }

.legal-page { background: var(--paper); color: var(--night); }
.legal-page .grain { opacity: 0.08; }
.legal-page .site-header { border-color: rgba(7,7,6,0.18); }
.legal-page .brand small, .legal-page .back-link { color: #665f53; }
.legal-shell { width: min(880px, calc(100% - 48px)); margin: 0 auto; padding: 100px 0 150px; }
.legal-shell h1 { font-size: clamp(4rem, 10vw, 8rem); letter-spacing: -0.065em; }
.legal-lede { margin: 28px 0 72px; color: #625c50; font-size: 1.06rem; line-height: 1.9; }
.legal-shell section { padding: 30px 0; border-top: 1px solid rgba(7,7,6,0.18); }
.legal-shell section h2 { font-size: 1.55rem; }
.legal-shell section p { color: #625c50; line-height: 1.9; }
.legal-footer { min-height: 100px; display: block; padding: 30px 0; border-color: rgba(7,7,6,0.18); }

.reveal { opacity: 0; transform: translateY(24px); transition: opacity 0.7s ease, transform 0.7s ease; }
.reveal.visible { opacity: 1; transform: none; }
.delay-one { transition-delay: 0.1s; }
.delay-two { transition-delay: 0.2s; }
@keyframes marquee { from { transform: translateX(-2%); } to { transform: translateX(2%); } }

@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  *, *::before, *::after { animation: none !important; transition: none !important; }
  .reveal { opacity: 1; transform: none; }
}

@media (max-width: 980px) {
  .site-header { width: calc(100% - 32px); grid-template-columns: 1fr auto auto; }
  .menu-toggle { display: block; padding: 9px 11px; color: var(--paper); background: transparent; border: 1px solid var(--line); }
  .site-nav { position: absolute; top: 76px; left: 0; right: 0; display: none; flex-direction: column; gap: 0; padding: 10px; background: #11110e; border: 1px solid var(--line); }
  .site-nav.open { display: flex; }
  .site-nav a { padding: 14px; }
  .header-cta { display: none; }
  .hero { width: calc(100% - 32px); min-height: 0; grid-template-columns: 1fr; padding: 80px 0 110px; }
  .hero::after { inset: 15% -30% 6% 12%; opacity: 0.32; }
  .hero-poster { width: min(560px, 92%); justify-self: center; }
  .section { width: calc(100% - 32px); padding: 100px 0; }
  .section-head { grid-template-columns: 1fr; gap: 30px; }
  .show-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .show-card-wide { grid-column: span 2; }
  .preview-section { width: 100%; padding-left: 24px; padding-right: 24px; }
  .genre-section { grid-template-columns: 1fr; gap: 40px; }
  .genre-lead { position: static; }
  footer { width: calc(100% - 32px); grid-template-columns: 1fr; padding-top: 60px; }
  footer > small { grid-column: auto; }
  .mobile-cps { position: fixed; z-index: 30; left: 16px; right: 16px; bottom: 14px; min-height: 54px; display: flex; align-items: center; justify-content: space-between; padding: 0 20px; color: var(--night); background: var(--yellow); box-shadow: 7px 7px 0 var(--red); text-decoration: none; font-weight: 1000; }
}

@media (max-width: 680px) {
  body { padding-bottom: 82px; }
  .site-header { min-height: 74px; }
  .brand-mark { width: 39px; }
  .brand b { font-size: 1.05rem; }
  .brand small { display: none; }
  .hero { padding-top: 62px; }
  .hero h1 { font-size: clamp(3.15rem, 15vw, 5.3rem); }
  .hero-lede { line-height: 1.75; }
  .hero-actions { display: grid; }
  .guide-lead, .guide-grid { grid-template-columns: 1fr; }
  .guide-grid { margin-top: 38px; }
  .hero-actions .button { width: 100%; }
  .poster-stamp { width: 75px; left: -15px; }
  .poster-caption { align-items: flex-start; flex-direction: column; }
  .heat-strip > div { justify-content: flex-start; animation: none; }
  .show-grid { grid-template-columns: 1fr; }
  .show-card-wide { grid-column: auto; display: block; }
  .show-card-wide .show-media .media-shell { min-height: 0; aspect-ratio: 686 / 330; }
  .show-copy h3 { margin-top: 28px; }
  .text-card { min-height: 430px; }
  .video-stage { grid-template-columns: 1fr; gap: 54px; }
  .wide-reel { box-shadow: 10px 10px 0 var(--yellow); }
  .phone-reel { width: min(310px, 88%); }
  .genre-list a { grid-template-columns: 42px 1fr auto; gap: 12px; min-height: 110px; }
  .genre-list small { grid-column: 2 / -1; }
  .age-gate { padding: 30px 22px; box-shadow: 8px 8px 0 var(--red); }
  .age-mark { width: 60px; }
  .age-actions { grid-template-columns: 1fr; }
  .legal-shell { width: calc(100% - 32px); padding-top: 68px; }
}
