:root {
  --ink: #090704;
  --panel: #121009;
  --panel-soft: #19150b;
  --cream: #fff7dc;
  --muted: #afa78f;
  --line: rgba(255, 240, 189, .15);
  --yellow: #ffd42a;
  --gold: #ff9f0a;
  --orange: #ff641f;
  --green: #8cdb3f;
  --display: Impact, Haettenschweiler, "Arial Narrow Bold", "Microsoft YaHei", sans-serif;
  --body: Inter, "PingFang SC", "Microsoft YaHei", sans-serif;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  margin: 0;
  color: var(--cream);
  background: var(--ink);
  font-family: var(--body);
  overflow-x: hidden;
}
body.modal-open { overflow: hidden; }
.declined { min-height:100vh; display:grid; place-items:center; padding:24px; text-align:center; background:var(--ink); }
.declined b { display:inline-grid; place-items:center; width:58px; height:36px; border-radius:999px; color:#171006; background:var(--yellow); }
.declined h1 { margin:22px 0 10px; font-size:clamp(30px,6vw,60px); }
.declined p { color:var(--muted); }
button, a { -webkit-tap-highlight-color: transparent; }
button { color: inherit; font: inherit; }
a { color: inherit; text-decoration: none; }
img { display: block; max-width: 100%; }
::selection { color: #111; background: var(--yellow); }

.noise {
  position: fixed; inset: 0; z-index: 30; pointer-events: none; opacity: .035;
  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='.9' numOctaves='2' stitchTiles='stitch'/%3E%3C/filter%3E%3Crect width='100%25' height='100%25' filter='url(%23n)' opacity='.8'/%3E%3C/svg%3E");
}
.scroll-progress { position: fixed; z-index: 60; top: 0; left: 0; right: 0; height: 2px; }
.scroll-progress span { display: block; width: 0; height: 100%; background: linear-gradient(90deg, var(--yellow), var(--orange)); }

.site-header {
  position: fixed; z-index: 50; top: 0; left: 0; right: 0; height: 84px;
  display: flex; align-items: center; justify-content: space-between; padding: 0 clamp(22px, 5vw, 78px);
  background: linear-gradient(180deg, rgba(9,7,4,.88), rgba(9,7,4,0)); transition: .3s ease;
}
.site-header.scrolled { height: 70px; background: rgba(9,7,4,.86); border-bottom: 1px solid var(--line); backdrop-filter: blur(20px); }
.brand { display: inline-flex; align-items: center; gap: 11px; position: relative; z-index: 2; }
.brand img { width: 43px; height: 43px; border-radius: 12px; object-fit: cover; box-shadow: 0 0 24px rgba(255,180,0,.28); }
.brand span { display: grid; gap: 1px; }
.brand b { font-size: 18px; letter-spacing: .16em; }
.brand small { font-size: 8px; letter-spacing: .24em; color: #c9bd96; }
.nav { display: flex; align-items: center; gap: 36px; font-size: 13px; }
.nav a { color: #d7cfb6; transition: color .2s; }
.nav a:hover { color: var(--yellow); }
.nav-cta, .primary-btn {
  border: 0; cursor: pointer; border-radius: 999px; background: var(--yellow); color: #171006; font-weight: 900;
  box-shadow: 0 10px 36px rgba(255,183,0,.2); transition: transform .2s, box-shadow .2s, background .2s;
}
.nav-cta { padding: 12px 22px; }
.nav-cta:hover, .primary-btn:hover { transform: translateY(-2px); background: #ffe15c; box-shadow: 0 14px 42px rgba(255,183,0,.33); }
.menu-toggle { display: none; border: 0; background: none; width: 44px; height: 44px; padding: 11px; }
.menu-toggle span { display: block; width: 22px; height: 1px; margin: 6px 0; background: var(--cream); transition: .2s; }

.hero {
  min-height: 820px; height: 100vh; max-height: 1000px; position: relative; isolation: isolate; overflow: hidden;
  display: grid; grid-template-columns: minmax(0,1fr) minmax(420px,.86fr); align-items: center;
  padding: 116px clamp(24px, 8vw, 130px) 70px;
  background:
    radial-gradient(circle at 72% 42%, rgba(255,145,0,.18), transparent 31%),
    radial-gradient(circle at 25% 16%, rgba(123,79,0,.12), transparent 27%), #090704;
}
.hero::before { content:""; position:absolute; inset:0; z-index:-1; background: linear-gradient(90deg, rgba(9,7,4,0) 55%, rgba(255,183,0,.025)); }
.hero::after { content:""; position:absolute; left:clamp(24px,8vw,130px); right:clamp(24px,8vw,130px); bottom:34px; height:1px; background:var(--line); }
.hero-orb { position:absolute; border-radius:50%; filter: blur(1px); z-index:-1; }
.orb-one { width: 440px; height: 440px; top: -250px; left: 12%; border: 1px solid rgba(255,196,0,.16); box-shadow: 0 0 120px rgba(255,145,0,.06) inset; }
.orb-two { width: 620px; height: 620px; right: -340px; bottom: -270px; border: 1px solid rgba(255,196,0,.13); }
.eyebrow, .kicker { color: var(--yellow); font-weight: 800; font-size: 12px; letter-spacing: .22em; }
.eyebrow { display:flex; align-items:center; gap:12px; }
.eyebrow span { width:42px; height:1px; background:var(--yellow); }
.hero-copy { position:relative; z-index:2; max-width:720px; }
.hero h1 { margin: 24px 0 28px; font-family: var(--display); font-size: clamp(70px, 8.2vw, 134px); line-height: .89; letter-spacing: -.035em; font-weight: 900; }
.hero h1 span { color: var(--yellow); text-shadow: 0 0 55px rgba(255,167,0,.32); }
.hero-copy > p { max-width: 650px; color:#cfc5a8; font-size:15px; line-height:2; }
.hero-actions { display:flex; align-items:center; gap:30px; margin-top:38px; }
.primary-btn { padding: 16px 28px; min-height: 52px; }
.primary-btn i { margin-left:18px; font-style:normal; }
.text-link { font-size:13px; color:#ded4b6; }
.text-link span { color:var(--yellow); margin-left:7px; }
.hero-meta { display:flex; flex-wrap:wrap; gap:28px; margin-top:55px; color:#887f69; font-size:11px; text-transform:uppercase; }
.hero-meta span { display:flex; align-items:center; gap:8px; }
.hero-meta b { color:var(--yellow); font-size:13px; }

.hero-visual { height: 650px; position:relative; display:grid; place-items:center; }
.sun-ring { position:absolute; border-radius:50%; border:1px solid rgba(255,197,0,.18); }
.ring-one { width:520px; height:520px; animation: pulse 4s ease-in-out infinite; }
.ring-two { width:660px; height:660px; opacity:.48; animation: pulse 4s 1s ease-in-out infinite; }
.phone-shell { width: 280px; height: 570px; border-radius: 42px; padding: 12px; position:relative; z-index:2; transform: rotate(4deg); background: #18150e; border: 1px solid rgba(255,240,190,.22); box-shadow: 0 60px 120px rgba(0,0,0,.65), 0 0 90px rgba(255,157,0,.12); }
.phone-shell::before { content:""; position:absolute; top:9px; left:50%; transform:translateX(-50%); width:75px; height:20px; border-radius:20px; background:#090704; z-index:3; }
.phone-bar { height:32px; display:flex; justify-content:space-between; align-items:center; padding:0 12px; font-size:8px; color:#a99d7d; }
.phone-bar i { width:40px; }
.phone-stage { height:395px; position:relative; overflow:hidden; border-radius:30px; display:flex; align-items:flex-end; padding:24px; background: radial-gradient(circle at 48% 35%, #ffcb29 0, #e97813 25%, #63230c 53%, #120b06 74%); }
.phone-stage::after { content:""; position:absolute; inset:0; background:linear-gradient(0deg, rgba(6,4,2,.92), transparent 54%); }
.phone-stage img { position:absolute; top:56px; left:50%; transform:translateX(-50%); width:155px; height:155px; border-radius:45px; object-fit:cover; filter:drop-shadow(0 20px 30px rgba(0,0,0,.45)); }
.now-playing { position:relative; z-index:2; display:grid; gap:5px; }
.now-playing small { color:var(--yellow); font-size:8px; letter-spacing:.18em; }
.now-playing b { font-size:20px; }
.play-button { position:absolute; z-index:3; right:22px; bottom:22px; width:48px; height:48px; border-radius:50%; border:0; background:var(--yellow); cursor:pointer; box-shadow:0 10px 30px rgba(255,188,0,.35); }
.play-button span { display:block; margin:auto; width:0; height:0; border-top:6px solid transparent; border-bottom:6px solid transparent; border-left:10px solid #171006; transform:translateX(2px); }
.phone-list { display:grid; grid-template-columns:repeat(3,1fr); gap:8px; padding:12px 4px; }
.phone-list span { height:82px; border-radius:12px; background:linear-gradient(145deg,#453013,#17110b); }
.phone-list span:nth-child(2) { background:linear-gradient(145deg,#783015,#18100c); }
.phone-list span:nth-child(3) { background:linear-gradient(145deg,#655519,#17110b); }
.floating-card { position:absolute; z-index:3; display:grid; gap:3px; min-width:124px; padding:16px 19px; border:1px solid rgba(255,238,183,.18); background:rgba(28,23,13,.68); backdrop-filter:blur(16px); border-radius:16px; box-shadow:0 25px 60px rgba(0,0,0,.4); }
.floating-card small { color:#a99d7d; font-size:9px; letter-spacing:.15em; }
.floating-card b { color:var(--yellow); font-size:17px; }
.floating-a { left:5%; top:21%; animation:float 4s ease-in-out infinite; }
.floating-b { right:0; bottom:22%; animation:float 4s 1.2s ease-in-out infinite; }

.section { position:relative; padding: 115px clamp(24px, 8vw, 130px); }
.shows { background:#0e0b06; border-bottom:1px solid var(--line); }
.section-heading { display:flex; justify-content:space-between; align-items:flex-end; gap:30px; margin-bottom:34px; }
.section h2 { margin:10px 0 0; font-size:clamp(38px,5vw,72px); line-height:1.08; letter-spacing:-.04em; }
.carousel-controls { display:flex; gap:8px; }
.carousel-controls button { width:48px; height:48px; border-radius:50%; border:1px solid var(--line); background:transparent; cursor:pointer; transition:.2s; }
.carousel-controls button:hover { color:#111; background:var(--yellow); border-color:var(--yellow); }
.filter-row { display:flex; gap:9px; flex-wrap:wrap; margin-bottom:28px; }
.filter { border:1px solid var(--line); color:#9f967e; background:transparent; border-radius:999px; padding:9px 16px; font-size:11px; cursor:pointer; }
.filter.active { color:#151008; border-color:var(--yellow); background:var(--yellow); font-weight:800; }
.show-viewport { overflow:hidden; margin-right:calc(clamp(24px,8vw,130px) * -1); }
.show-track { display:flex; gap:18px; transition:transform .55s cubic-bezier(.22,.85,.3,1); }
.show-card { flex:0 0 clamp(245px,24vw,350px); aspect-ratio: .72; border:1px solid rgba(255,240,190,.12); border-radius:22px; padding:22px; position:relative; overflow:hidden; display:flex; flex-direction:column; justify-content:space-between; background:#17120b; transition:opacity .3s, transform .3s, filter .3s; }
.show-card:hover, .show-card:focus-visible { transform:translateY(-6px); outline:none; border-color:rgba(255,211,42,.6); }
.show-card.is-hidden { display:none; }
.card-art { position:absolute; inset:0; overflow:hidden; }
.card-art::after { content:""; position:absolute; inset:0; background:linear-gradient(0deg, rgba(7,5,3,.95) 0, rgba(7,5,3,.12) 65%, rgba(7,5,3,.38)); }
.card-one .card-art { background:radial-gradient(circle at 70% 28%,#ffda49,transparent 21%),linear-gradient(145deg,#712c15,#160b08 62%); }
.card-two .card-art { background:radial-gradient(circle at 45% 25%,#ff5a25,transparent 18%),linear-gradient(155deg,#4b160d,#0e0b0d 66%); }
.card-three .card-art { background:radial-gradient(circle at 60% 32%,#ffd43b,transparent 23%),linear-gradient(150deg,#7d4e0d,#181009 60%); }
.card-four .card-art { background:radial-gradient(circle at 50% 25%,#b75dff,transparent 20%),linear-gradient(155deg,#311350,#0b090e 64%); }
.card-five .card-art { background:radial-gradient(circle at 44% 24%,#ff7f50,transparent 21%),linear-gradient(155deg,#55202a,#110a0c 65%); }
.art-silhouette { position:absolute; left:50%; bottom:7%; width:58%; height:65%; transform:translateX(-50%); border-radius:48% 48% 10% 10%; background:linear-gradient(180deg,rgba(12,7,4,.25),#090604 62%); box-shadow:0 -30px 90px rgba(255,192,50,.1); }
.art-silhouette::before { content:""; position:absolute; top:-22%; left:50%; transform:translateX(-50%); width:38%; aspect-ratio:1; border-radius:50%; background:#0b0704; }
.art-grid { position:absolute; inset:0; background-image:linear-gradient(rgba(255,136,50,.08) 1px,transparent 1px),linear-gradient(90deg,rgba(255,136,50,.08) 1px,transparent 1px); background-size:32px 32px; transform:perspective(300px) rotateX(58deg) scale(1.4); transform-origin:bottom; }
.art-moon { position:absolute; width:130px; height:130px; right:8%; top:10%; border-radius:50%; border:1px solid rgba(255,226,129,.48); }
.art-sun { position:absolute; width:230px; height:230px; left:50%; top:5%; transform:translateX(-50%); border-radius:50%; background:rgba(255,180,27,.12); border:1px solid rgba(255,213,75,.25); }
.art-door { position:absolute; width:46%; height:76%; left:27%; bottom:0; border:1px solid rgba(214,154,255,.35); box-shadow:0 0 70px rgba(157,57,255,.16) inset; }
.art-wave { position:absolute; width:150%; height:45%; left:-25%; top:28%; border:1px solid rgba(255,178,124,.27); border-radius:50%; transform:rotate(-12deg); }
.card-top, .card-copy, .show-card > button { position:relative; z-index:2; }
.card-top { display:flex; justify-content:space-between; align-items:center; }
.card-top > span { color:rgba(255,255,255,.45); font-size:11px; }
.card-top em { color:#160f04; background:var(--yellow); border-radius:999px; padding:5px 9px; font-size:8px; font-style:normal; font-weight:900; }
.card-copy { padding-right:46px; }
.card-copy span { color:var(--yellow); font-size:10px; letter-spacing:.12em; }
.card-copy h3 { font-size:26px; margin:9px 0; }
.card-copy p { color:#aaa087; font-size:12px; line-height:1.6; margin:0; }
.show-card > button { position:absolute; right:22px; bottom:24px; width:38px; height:38px; border:1px solid rgba(255,255,255,.25); border-radius:50%; background:rgba(0,0,0,.25); cursor:pointer; }
.carousel-status { display:flex; align-items:center; gap:13px; margin-top:25px; color:#8e856f; font-size:10px; }
.carousel-status i { width:150px; height:1px; background:#30291a; overflow:hidden; }
.carousel-status b { display:block; width:20%; height:100%; background:var(--yellow); transition:width .4s; }

.about { overflow:hidden; background:linear-gradient(180deg,#f0a50a 0,#ffd42b 62%,#ffe157 100%); color:#171006; }
.about::before { content:""; position:absolute; inset:0; background:radial-gradient(circle at 100% 0,rgba(255,255,255,.32),transparent 34%); }
.about-mark { position:absolute; right:-2vw; top:-6vw; font-family:var(--display); font-size:33vw; line-height:1; color:rgba(25,16,5,.055); letter-spacing:-.1em; }
.about-intro { position:relative; max-width:850px; }
.about .kicker { color:#5d3900; }
.about h2 { font-family:var(--display); font-size:clamp(58px,8vw,120px); line-height:.88; margin:24px 0 20px; text-transform:uppercase; }
.about h2 span { color:#fff7d1; text-shadow:0 5px 0 rgba(72,37,0,.12); }
.promise { font-size:15px; font-weight:800; letter-spacing:.08em; }
.feature-grid { position:relative; display:grid; grid-template-columns:repeat(3,1fr); gap:16px; margin-top:80px; }
.feature-card { min-height:320px; padding:30px; border:1px solid rgba(41,25,0,.2); background:rgba(255,244,189,.2); border-radius:24px; backdrop-filter:blur(12px); transition:transform .25s,background .25s; }
.feature-card:hover { transform:translateY(-7px); background:rgba(255,249,212,.36); }
.feature-number { font-size:10px; font-weight:900; }
.feature-icon { margin:42px 0 28px; font-size:35px; }
.feature-card h3 { font-size:26px; margin:0 0 14px; }
.feature-card p { font-size:13px; line-height:1.9; color:#573905; margin:0; }

.community { min-height:690px; overflow:hidden; display:grid; grid-template-columns:1fr 1fr; align-items:center; gap:70px; background:#0a0804; }
.community-glow { position:absolute; width:600px; height:600px; right:-100px; top:50%; transform:translateY(-50%); border-radius:50%; background:radial-gradient(circle,rgba(255,166,10,.17),transparent 67%); }
.community-copy { position:relative; z-index:2; }
.community h2 { font-family:var(--display); font-size:clamp(60px,7vw,105px); line-height:.9; margin:25px 0 34px; }
.community h2 span { color:var(--yellow); }
.community-copy > p { color:#afa68f; line-height:1.9; }
.social-actions { display:flex; gap:12px; flex-wrap:wrap; margin-top:35px; }
.social-actions button { border:1px solid var(--line); border-radius:999px; background:#17130c; padding:14px 19px; cursor:pointer; }
.social-actions button:hover { border-color:var(--yellow); color:var(--yellow); }
.social-actions span { margin-left:18px; }
.community-art { position:relative; height:460px; display:grid; place-items:center; }
.peach-core { width:260px; height:260px; border-radius:78px; position:relative; z-index:3; box-shadow:0 40px 100px rgba(0,0,0,.6),0 0 90px rgba(255,165,0,.25); overflow:hidden; transform:rotate(-4deg); }
.peach-core img { width:100%; height:100%; object-fit:cover; }
.signal { position:absolute; border-radius:50%; border:1px solid rgba(255,210,63,.16); }
.signal-one { width:340px; height:340px; }
.signal-two { width:440px; height:440px; }
.signal-three { width:570px; height:570px; }
.update-pill { position:absolute; z-index:4; min-width:175px; display:flex; align-items:center; gap:11px; padding:14px 17px; border-radius:16px; border:1px solid var(--line); background:rgba(26,21,12,.8); backdrop-filter:blur(14px); }
.update-pill i { width:9px; height:9px; border-radius:50%; background:var(--yellow); box-shadow:0 0 15px var(--yellow); }
.update-pill span { display:grid; gap:2px; }
.update-pill small { color:#8f856d; font-size:8px; letter-spacing:.16em; }
.update-pill b { font-size:13px; }
.pill-one { left:2%; top:20%; animation:float 4s ease-in-out infinite; }
.pill-two { right:0; bottom:17%; animation:float 4s 1s ease-in-out infinite; }

.site-footer { min-height:100px; display:flex; align-items:center; justify-content:space-between; gap:30px; padding:24px clamp(24px,8vw,130px); border-top:1px solid var(--line); color:#6f6858; font-size:10px; }
.footer-brand img { width:35px; height:35px; border-radius:10px; }
.footer-brand b { color:#d7cfb6; font-size:14px; }
.back-top { position:fixed; z-index:25; right:24px; bottom:24px; width:46px; height:46px; border:1px solid var(--line); border-radius:50%; background:rgba(14,11,6,.75); backdrop-filter:blur(15px); cursor:pointer; opacity:0; pointer-events:none; transform:translateY(10px); transition:.25s; }
.back-top.show { opacity:1; pointer-events:auto; transform:none; }
.toast { position:fixed; z-index:100; left:50%; bottom:30px; transform:translate(-50%,18px); padding:12px 18px; border:1px solid rgba(255,219,80,.28); border-radius:999px; background:#211a0c; color:#ffe78e; box-shadow:0 15px 50px rgba(0,0,0,.55); font-size:12px; opacity:0; pointer-events:none; transition:.25s; }
.toast.show { opacity:1; transform:translate(-50%,0); }

.modal, .age-gate { position:fixed; inset:0; z-index:90; display:grid; place-items:center; padding:20px; overflow-y:auto; overscroll-behavior:contain; opacity:0; pointer-events:none; transition:opacity .25s; }
.modal.open, .age-gate.open { opacity:1; pointer-events:auto; }
.modal-backdrop { position:absolute; inset:0; background:rgba(0,0,0,.78); backdrop-filter:blur(10px); }
.download-panel, .age-card { width:min(100%,540px); max-height:calc(100vh - 40px); max-height:calc(100dvh - 40px); overflow-y:auto; position:relative; z-index:2; border:1px solid rgba(255,226,129,.2); background:linear-gradient(145deg,#1d170d,#0f0c07); border-radius:28px; box-shadow:0 40px 120px rgba(0,0,0,.7); }
.download-panel { padding:38px; }
.modal-close { position:absolute; right:20px; top:18px; width:37px; height:37px; border-radius:50%; border:1px solid var(--line); background:transparent; cursor:pointer; font-size:24px; }
.modal-brand { display:flex; align-items:center; gap:9px; margin-bottom:35px; color:#8e856e; font-size:9px; letter-spacing:.18em; }
.modal-brand img { width:32px; height:32px; border-radius:9px; }
.download-panel h2 { margin:10px 0; font-size:38px; }
.download-panel > p { color:#948b76; font-size:12px; line-height:1.7; }
.platform-tabs { display:flex; padding:4px; margin:24px 0 16px; border-radius:999px; background:#0b0905; }
.platform { flex:1; border:0; border-radius:999px; padding:11px; color:#7f7764; background:transparent; cursor:pointer; }
.platform.active { color:#171006; background:var(--yellow); font-weight:900; }
.download-card { display:flex; align-items:center; gap:22px; padding:18px; border:1px solid var(--line); border-radius:20px; background:#0d0a05; }
.download-app-icon { flex:0 0 112px; width:112px; height:112px; border-radius:24px; object-fit:cover; box-shadow:0 14px 36px rgba(255,177,16,.2); }
.download-card small { color:var(--yellow); font-size:8px; letter-spacing:.17em; }
.download-card b { display:block; margin:7px 0; }
.download-card p { margin:0; color:#756e5e; font-size:10px; line-height:1.5; }
.modal-actions { display:grid; grid-template-columns:1fr 1fr; gap:10px; margin-top:18px; }
.copy-btn { border:1px solid var(--line); border-radius:999px; background:transparent; cursor:pointer; }
.copy-btn:hover { border-color:var(--yellow); }
.download-panel .primary-btn:disabled { cursor:not-allowed; color:#7c7461; background:#292419; box-shadow:none; }

.age-gate { z-index:110; background:radial-gradient(circle at 50% 35%,rgba(255,169,0,.18),transparent 43%),rgba(5,4,2,.96); }
.age-card { max-width:430px; padding:38px; text-align:center; }
.age-card > img { width:80px; height:80px; margin:0 auto 18px; border-radius:24px; }
.age-badge { display:inline-grid; place-items:center; width:46px; height:26px; border-radius:99px; color:#160f04; background:var(--yellow); font-weight:900; font-size:12px; }
.age-card h2 { margin:18px 0 10px; font-size:28px; }
.age-card p { color:#9f967f; font-size:12px; line-height:1.8; }
.age-card .primary-btn { width:100%; margin-top:16px; }
.age-exit { border:0; color:#77705f; background:transparent; margin-top:16px; cursor:pointer; font-size:11px; }
.age-exit:hover { color:#bbb19a; }

/* Adult AI drama visual direction */
.hero {
  grid-template-columns: minmax(0, 1fr);
  background:
    linear-gradient(90deg, rgba(7,5,3,.98) 0%, rgba(7,5,3,.9) 34%, rgba(7,5,3,.3) 67%, rgba(7,5,3,.18) 100%),
    linear-gradient(0deg, rgba(7,5,3,.86) 0%, transparent 44%),
    url("assets/adult-ai-hero-v1.png") center center / cover no-repeat;
}
.hero::before { background:linear-gradient(180deg,rgba(7,5,3,.18),transparent 50%,rgba(7,5,3,.72)); }
.hero-copy { width:min(56%,760px); }
.hero-visual { display:none; }
.shows { isolation:isolate; }
.shows::before {
  content:""; position:absolute; inset:0 0 auto; height:56%; z-index:-2;
  background:url("assets/adult-ai-montage-v1.png") center 36% / cover no-repeat; opacity:.15; filter:saturate(.8);
}
.shows::after {
  content:""; position:absolute; inset:0; z-index:-1; pointer-events:none;
  background:linear-gradient(180deg,rgba(10,7,4,.68),#0e0b06 58%);
}
.show-card .card-art { background-image:linear-gradient(0deg,rgba(7,5,3,.2),rgba(7,5,3,.05)),url("assets/adult-ai-montage-v1.png"); background-repeat:no-repeat; background-size:500% 100%; }
.card-one .card-art { background-position:0 center; }
.card-two .card-art { background-position:25% center; }
.card-three .card-art { background-position:50% center; }
.card-four .card-art { background-position:75% center; }
.card-five .card-art { background-position:100% center; }
.show-card .card-art > span { display:none; }
.about {
  color:var(--cream);
  background:
    linear-gradient(90deg,rgba(8,5,3,.96),rgba(14,7,5,.78) 52%,rgba(12,6,4,.72)),
    url("assets/adult-ai-montage-v1.png") center center / cover fixed no-repeat;
  border-bottom:1px solid var(--line);
}
.about::before { background:radial-gradient(circle at 82% 14%,rgba(255,172,30,.16),transparent 35%); }
.about-mark { color:rgba(255,194,43,.035); }
.about .kicker { color:var(--yellow); }
.about h2 span { color:var(--yellow); text-shadow:0 8px 40px rgba(255,158,0,.22); }
.about .promise { color:#d6c8a5; }
.feature-card { border-color:rgba(255,226,145,.18); background:rgba(13,8,5,.72); box-shadow:0 26px 70px rgba(0,0,0,.2); }
.feature-card:hover { background:rgba(29,16,8,.86); border-color:rgba(255,207,68,.45); }
.feature-number { color:var(--yellow); }
.feature-icon { color:var(--gold); }
.feature-card p { color:#c0b292; }
.community {
  background:
    linear-gradient(90deg,rgba(8,6,3,.98) 0%,rgba(8,6,3,.92) 45%,rgba(8,6,3,.7) 100%),
    url("assets/adult-ai-hero-v1.png") center center / cover no-repeat;
}

.reveal { opacity:1; transform:none; }
.js-ready .reveal { opacity:0; transform:translateY(24px); transition:opacity .7s ease,transform .7s ease; }
.js-ready .reveal.visible { opacity:1; transform:none; }
@keyframes float { 0%,100%{transform:translateY(0)} 50%{transform:translateY(-10px)} }
@keyframes pulse { 0%,100%{transform:scale(1);opacity:.55} 50%{transform:scale(1.035);opacity:.9} }

@media (max-width: 960px) {
  .hero { height:auto; max-height:none; min-height:100vh; grid-template-columns:1fr; padding-top:145px; background-position:64% center; }
  .hero-copy { width:min(72%,780px); max-width:780px; }
  .community { grid-template-columns:1fr; }
  .feature-grid { grid-template-columns:1fr; }
  .feature-card { min-height:auto; }
  .feature-icon { margin:25px 0 20px; }
}

@media (max-width: 720px) {
  .site-header { height:calc(72px + env(safe-area-inset-top)); padding:env(safe-area-inset-top) max(20px, env(safe-area-inset-right)) 0 max(20px, env(safe-area-inset-left)); }
  .site-header.scrolled { backdrop-filter:none; }
  .brand img { width:38px; height:38px; }
  .brand b { font-size:15px; }
  .menu-toggle { display:block; position:relative; z-index:3; cursor:pointer; }
  .menu-toggle.open span:first-child { transform:translateY(3.5px) rotate(45deg); }
  .menu-toggle.open span:last-child { transform:translateY(-3.5px) rotate(-45deg); }
  .nav { position:fixed; inset:0; padding:calc(120px + env(safe-area-inset-top)) max(28px, env(safe-area-inset-right)) max(40px, env(safe-area-inset-bottom)) max(28px, env(safe-area-inset-left)); flex-direction:column; align-items:stretch; gap:0; background:rgba(8,6,3,.97); transform:translateY(-102%); transition:.35s ease; }
  .nav.open { transform:none; }
  .nav a { padding:19px 0; border-bottom:1px solid var(--line); font-size:22px; font-weight:800; }
  .nav-cta { margin-top:24px; padding:16px; }
  .hero { min-height:100svh; padding:calc(125px + env(safe-area-inset-top)) max(22px, env(safe-area-inset-right)) calc(45px + env(safe-area-inset-bottom)) max(22px, env(safe-area-inset-left)); }
  .hero { background:linear-gradient(90deg,rgba(7,5,3,.96),rgba(7,5,3,.74)),linear-gradient(0deg,rgba(7,5,3,.93),transparent 45%),url("assets/adult-ai-hero-v1.png") 64% center / cover no-repeat; }
  .hero-copy { width:100%; }
  .hero h1 { font-size:clamp(64px,23vw,92px); }
  .hero-copy > p { font-size:13px; line-height:1.85; }
  .hero-meta { gap:16px; margin-top:38px; }
  .section { padding:85px 22px; }
  .section-heading { align-items:flex-start; }
  .carousel-controls { display:none; }
  .show-viewport { margin-right:-22px; overflow-x:auto; scrollbar-width:none; scroll-snap-type:x mandatory; }
  .show-track { transform:none !important; }
  .show-card { flex-basis:78vw; scroll-snap-align:start; }
  .carousel-status { display:none; }
  .about h2 { font-size:18vw; }
  .about { background-attachment:scroll; background-position:68% center; }
  .feature-grid { margin-top:55px; }
  .community-art { height:410px; transform:scale(.86); }
  .community { gap:15px; }
  .site-footer { flex-direction:column; text-align:center; padding:40px 22px; }
  .modal, .age-gate { padding:max(12px, env(safe-area-inset-top)) max(12px, env(safe-area-inset-right)) max(12px, env(safe-area-inset-bottom)) max(12px, env(safe-area-inset-left)); }
  .download-panel, .age-card { max-height:calc(100vh - 24px); max-height:calc(100dvh - 24px); }
  .download-panel { padding:28px 20px; }
  .download-panel h2 { font-size:30px; }
  .download-card { gap:14px; }
  .download-app-icon { flex-basis:88px; width:88px; height:88px; border-radius:20px; }
  .modal-actions { grid-template-columns:1fr; }
  .copy-btn { min-height:50px; }
}

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