/* nyxie.tv — design system v2 ("Venom" skin, 2026-09-14, from the new model's palette).
   Everything visual hangs off the BRAND TOKENS block: swap those values (and the two fonts) to restyle
   the whole site. The engine names below them (--void/--char/--red/--pale/--grey…) are kept so the
   shared hero + content code stays identical to motholeum.com. */
:root {
  /* ---- BRAND TOKENS (edit these) ---- "Venom" — from Nyxie's new model: navy-black, acid green, teal glow, a lime spark */
  --bg: #070A0E;            /* page ground (navy black) */
  --surface: #0D1219;       /* cards */
  --surface-2: #16202A;     /* thumbs, inputs */
  --line: #223040;          /* borders */
  --line-soft: #131B24;
  --accent: #6CF07A;        /* acid green — CTA / live / highlights (wing membrane, eyes, hair streak) */
  --accent-deep: #1E7B57;   /* teal-green — deep glow */
  --accent-2: #C7E679;      /* lime spark — live pulse, adult tags */
  --ink: #EAF5EE;           /* text (green-white) */
  --muted: #9FB6AC;         /* secondary text */
  --accent-rgb: 108, 240, 122;
  --ink-rgb: 234, 245, 238;
  --display: 'Fraunces', 'Cormorant Garamond', Georgia, serif;
  --sans: 'Manrope', 'Segoe UI', system-ui, sans-serif;
  --radius: 14px;
  /* ---- engine aliases (do not edit) ---- */
  --void: var(--bg); --char: var(--surface-2); --dred: var(--accent-deep); --red: var(--accent); --pale: var(--ink); --grey: var(--muted);
  --serif: var(--display);
  --pad: clamp(24px, 6vw, 96px);
}
* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
html, body { background: var(--bg); color: var(--ink); }
body { margin: 0; font-family: var(--sans); font-size: 16px; line-height: 1.65; -webkit-font-smoothing: antialiased; overflow-x: hidden; }
a { color: var(--ink); text-decoration: none; }
img { max-width: 100%; display: block; }
h1, h2, h3 { font-family: var(--display); font-weight: 600; margin: 0; letter-spacing: -.015em; font-variation-settings: 'opsz' 144, 'SOFT' 30, 'WONK' 1; }
h1 { font-size: clamp(48px, 7.4vw, 108px); line-height: .94; }
h2 { font-size: clamp(34px, 4.6vw, 64px); line-height: 1; }
h3 { font-size: clamp(22px, 2.2vw, 30px); line-height: 1.1; font-weight: 600; }
em { font-style: italic; font-weight: 500; color: var(--accent); }
p { margin: 0; }
.muted { color: var(--muted); }
.kicker { font-size: 12px; letter-spacing: .24em; text-transform: uppercase; color: var(--muted); display: flex; align-items: center; gap: 12px; }
.kicker::before { content: ""; width: 28px; height: 1px; background: var(--accent); flex: none; }
.lede { font-size: 18px; line-height: 1.7; max-width: 62ch; }
.fine { font-size: 12px; color: var(--muted); }

/* buttons */
.btn { display: inline-flex; align-items: center; gap: 10px; padding: 15px 26px; border-radius: 999px; background: var(--accent); color: #06110A; font-size: 14px; font-weight: 700; letter-spacing: .04em; border: 0; cursor: pointer; font-family: inherit; transition: box-shadow .35s ease, transform .35s ease; }
.btn:hover { box-shadow: 0 0 34px rgba(var(--accent-rgb), .55); transform: translateY(-1px); }
.btn-outline { display: inline-flex; align-items: center; padding: 14px 24px; border-radius: 999px; border: 1px solid var(--line); color: var(--ink); font-size: 14px; font-weight: 600; letter-spacing: .04em; background: transparent; cursor: pointer; font-family: inherit; transition: border-color .3s, color .3s; }
.btn-outline:hover { border-color: var(--accent); color: var(--accent); }
.ghost { position: relative; display: inline-block; font-size: 14px; font-weight: 600; letter-spacing: .04em; padding-bottom: 5px; background: none; border: 0; color: var(--ink); font-family: inherit; cursor: pointer; }
.ghost::after { content: ""; position: absolute; left: 0; bottom: 0; height: 2px; width: 24px; background: var(--accent); transition: width .35s ease; }
.ghost:hover::after { width: 100%; }

/* nav + scroll progress */
.nav { position: fixed; left: 0; right: 0; top: 0; z-index: 40; display: flex; align-items: center; justify-content: space-between; gap: 24px; padding: 20px var(--pad); transition: background .4s, padding .4s; }
.nav.solid { background: rgba(7, 10, 14, .82); backdrop-filter: blur(14px); border-bottom: 1px solid var(--line-soft); padding-top: 12px; padding-bottom: 12px; }
.nav .progress { position: absolute; left: 0; bottom: -1px; height: 2px; width: 100%; transform-origin: 0 50%; transform: scaleX(0); background: linear-gradient(90deg, var(--accent), var(--accent-2)); opacity: 0; transition: opacity .4s; }
.nav.solid .progress { opacity: 1; }
.wordmark { display: flex; align-items: center; gap: 12px; font-family: var(--display); font-weight: 800; font-size: 22px; letter-spacing: .08em; text-transform: uppercase; }
.navlinks { display: flex; gap: 26px; font-size: 12px; letter-spacing: .16em; text-transform: uppercase; }
.navlinks a { color: var(--muted); transition: color .3s; position: relative; } .navlinks a:hover, .navlinks a.active { color: var(--ink); }
.navlinks a.active::after { content: ""; position: absolute; left: 0; right: 0; bottom: -8px; height: 2px; background: var(--accent); }
.live-pill { display: inline-flex; align-items: center; gap: 10px; padding: 10px 16px; border-radius: 999px; font-size: 11px; font-weight: 700; letter-spacing: .14em; text-transform: uppercase; border: 1px solid var(--line); color: var(--muted); transition: all .4s; white-space: nowrap; }
.live-pill i { width: 7px; height: 7px; border-radius: 50%; background: var(--muted); flex: none; }
.live-pill[data-state="live"] { background: var(--accent); border-color: var(--accent); color: #06110A; box-shadow: 0 0 22px rgba(var(--accent-rgb), .5); }
.live-pill[data-state="live"] i { background: #0B0716; animation: pulse 2.4s ease-in-out infinite; }
.live-pill[data-state="soon"] { border-color: var(--accent); color: var(--ink); }
.live-pill[data-state="soon"] i { background: var(--accent-2); animation: pulse 1.2s ease-in-out infinite; }
@keyframes pulse { 0%, 100% { opacity: .35; } 50% { opacity: 1; } }

/* hero engine (shared with motholeum.com; see js/hero.js) */
.hero { position: relative; width: 100%; height: 100vh; min-height: 560px; overflow: hidden; background: var(--bg); --bg-bright: 1; --bg-sat: 1; }
.hero.lamp-cursor, .hero.lamp-cursor * { cursor: none !important; }
.hero .scene { position: absolute; left: 50%; top: 50%; transform: translate(-50%, -50%); transition: filter .6s; }
.hero .layer { position: absolute; inset: 0; will-change: transform; }
.hero .layer img, .hero .layer video { position: absolute; inset: 0; width: 100%; height: 100%; display: block; object-fit: cover; user-select: none; -webkit-user-drag: none; pointer-events: none; }
.hero .bg img { filter: brightness(var(--bg-bright)) saturate(var(--bg-sat)); transition: filter 1.2s ease; }
.hero .bg.gradient { background: radial-gradient(60% 80% at 70% 30%, var(--accent-deep) 0%, transparent 60%), radial-gradient(50% 60% at 20% 80%, #10303a 0%, transparent 60%), var(--bg); }
.hero .glow { position: absolute; inset: 0; pointer-events: none; background: radial-gradient(28% 40% at var(--glow-x, 70%) var(--glow-y, 25%), rgba(var(--accent-rgb), .28) 0%, rgba(var(--accent-rgb), .08) 45%, transparent 75%); transition: opacity 1.2s; }
.hero.mommy .glow { opacity: .35; }
.hero .charwrap { position: absolute; inset: 0; transform-origin: 50% 100%; animation: breathe 5.4s ease-in-out infinite; }
@keyframes breathe { 0%, 100% { transform: translateY(0) scale(1) rotate(0deg); } 50% { transform: translateY(-3px) scale(1.007) rotate(-.12deg); } }
.hero .eye { position: absolute; width: 6%; aspect-ratio: 1; transform: translate(-50%, -50%); border-radius: 50%; background: radial-gradient(circle, rgba(var(--accent-rgb), .9) 0%, rgba(var(--accent-rgb), .35) 32%, transparent 68%); mix-blend-mode: screen; opacity: .55; animation: eyepulse 3.6s ease-in-out infinite; pointer-events: none; transition: opacity .8s; }
@keyframes eyepulse { 0%, 100% { opacity: .35; } 50% { opacity: .9; } }
.hero .vignette { position: absolute; inset: 0; pointer-events: none; background: radial-gradient(120% 90% at 50% 40%, transparent 40%, rgba(7, 10, 14, .9) 100%), linear-gradient(180deg, rgba(7, 10, 14, .35) 0%, transparent 30%, transparent 60%, rgba(7, 10, 14, .85) 100%); transition: background 1.2s; }
.hero.dim .scene { filter: brightness(.4) saturate(.8); }
.hero .motes { position: absolute; inset: 0; pointer-events: none; }
.hero .scroll-cue { position: absolute; left: 50%; bottom: 18px; transform: translateX(-50%); font-size: 11px; letter-spacing: .2em; text-transform: uppercase; color: var(--muted); opacity: .7; animation: cue 2.6s ease-in-out infinite; z-index: 4; }
@keyframes cue { 0%, 100% { transform: translate(-50%, 0); } 50% { transform: translate(-50%, 6px); } }
.lamp-cursor-el { position: fixed; left: 0; top: 0; width: 72px; height: 72px; margin: -36px 0 0 -36px; pointer-events: none; z-index: 60; opacity: 0; transition: opacity .3s; will-change: transform; }
.lamp-cursor-el.on { opacity: 1; }
.lamp-cursor-el::before { content: ""; position: absolute; left: 50%; top: 50%; width: 14px; height: 14px; margin: -7px 0 0 -7px; border-radius: 50%; background: #FFF9FF; box-shadow: 0 0 10px 3px rgba(var(--ink-rgb), .9), 0 0 26px 10px rgba(var(--accent-rgb), .5); }
.lamp-cursor-el::after { content: ""; position: absolute; inset: 0; border-radius: 50%; background: radial-gradient(circle, rgba(var(--ink-rgb), .8) 0%, rgba(var(--accent-rgb), .5) 24%, rgba(var(--accent-rgb), .16) 48%, transparent 70%); animation: lamppulse 2.8s ease-in-out infinite; transition: transform .4s, opacity .4s; }
.lamp-cursor-el.out::after { transform: scale(.8); opacity: .85; }
@keyframes lamppulse { 0%, 100% { transform: scale(1); opacity: .92; } 50% { transform: scale(1.14); opacity: 1; } }
html.lamp-mode, html.lamp-mode * { cursor: none !important; }

/* sections */
[id] { scroll-margin-top: 90px; }
.section { padding: clamp(72px, 10vw, 140px) var(--pad); display: flex; flex-direction: column; gap: 28px; }
.section[hidden] { display: none; }
.section-head { display: flex; align-items: flex-end; justify-content: space-between; gap: 24px; flex-wrap: wrap; }
.grid-2 { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 40px; align-items: center; }
.grid-3 { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 24px; }
.grid-4 { display: grid; grid-template-columns: repeat(4, minmax(0, 1fr)); gap: 24px; }
.card { display: flex; flex-direction: column; gap: 14px; padding: 22px; border: 1px solid var(--line); border-radius: var(--radius); background: var(--surface); transition: border-color .35s, transform .35s; }
.card:hover { border-color: var(--accent); transform: translateY(-2px); }
.card .thumb { aspect-ratio: 16 / 9; border-radius: 8px; overflow: hidden; background: var(--surface-2); }
.card .thumb img { width: 100%; height: 100%; object-fit: cover; }
.card .label { font-size: 11px; letter-spacing: .2em; text-transform: uppercase; color: var(--muted); }
.card .label.red { color: var(--accent); }
.vendor { font-size: 10px; letter-spacing: .14em; text-transform: uppercase; border: 1px solid var(--muted); color: var(--muted); padding: 3px 8px; border-radius: 4px; }
.price-row { display: flex; justify-content: space-between; align-items: center; color: var(--muted); font-size: 14px; }
.chips { display: flex; gap: 10px; flex-wrap: wrap; }
.chip { padding: 8px 14px; border: 1px solid var(--line); border-radius: 999px; font-size: 12px; letter-spacing: .12em; text-transform: uppercase; color: var(--muted); cursor: pointer; background: none; font-family: inherit; transition: all .3s; }
.chip.on, .chip:hover { border-color: var(--ink); color: var(--ink); }
.reveal { opacity: 0; transform: translateY(14px); transition: opacity 1s ease, transform 1s ease; }
.reveal.in { opacity: 1; transform: none; }

/* live section */
.live-card { border: 1px solid var(--line); border-radius: var(--radius); padding: 26px; display: flex; flex-direction: column; gap: 10px; background: var(--surface); transition: border-color .4s, box-shadow .4s; }
.live-card[data-state="live"] { border-color: var(--accent); box-shadow: 0 0 40px -10px rgba(var(--accent-rgb), .5); }
.live-card .state { font-size: 11px; letter-spacing: .2em; text-transform: uppercase; color: var(--muted); }
.live-card[data-state="live"] .state, .live-card[data-state="soon"] .state { color: var(--accent); }
.schedule { display: flex; flex-direction: column; }
.schedule .row { display: grid; grid-template-columns: 140px 1fr auto; gap: 16px; padding: 16px 0; border-top: 1px solid var(--line-soft); align-items: baseline; }
.schedule .row:last-child { border-bottom: 1px solid var(--line-soft); }

/* feature band */
.band { position: relative; overflow: hidden; background: var(--bg); border-top: 1px solid var(--line-soft); border-bottom: 1px solid var(--line-soft); }
.band .inner { padding: clamp(80px, 12vw, 160px) var(--pad); display: grid; grid-template-columns: 1.3fr 1fr; gap: 40px; align-items: center; }

/* forms */
.form { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 18px; }
.form .full { grid-column: 1 / -1; }
.field { display: flex; flex-direction: column; gap: 8px; }
.field label { font-size: 11px; letter-spacing: .2em; text-transform: uppercase; color: var(--muted); }
.field input, .field select, .field textarea { width: 100%; height: 48px; padding: 0 16px; border-radius: 10px; border: 1px solid var(--line); background: var(--surface-2); color: var(--ink); font-family: inherit; font-size: 15px; transition: border-color .3s, box-shadow .3s; }
.field textarea { height: 120px; padding: 14px 16px; resize: vertical; }
.field input:focus, .field select:focus, .field textarea:focus { outline: none; border-color: var(--accent); box-shadow: 0 0 0 3px rgba(var(--accent-rgb), .22); }

/* footer */
.footer { padding: 60px var(--pad) 40px; border-top: 1px solid var(--line-soft); display: grid; grid-template-columns: 1.2fr 1fr; gap: 40px; align-items: start; }
.socials { display: flex; gap: 22px; font-size: 12px; letter-spacing: .18em; text-transform: uppercase; flex-wrap: wrap; }
.socials a { color: var(--muted); } .socials a:hover { color: var(--ink); }

/* demo controls (local review only) */
.demo { position: fixed; right: 16px; bottom: 16px; z-index: 80; display: flex; align-items: center; gap: 8px; padding: 8px 10px; border: 1px solid var(--line); border-radius: 8px; background: rgba(13, 18, 25, .92); backdrop-filter: blur(10px); font-size: 11px; letter-spacing: .12em; text-transform: uppercase; color: var(--muted); }
.demo button { background: transparent; border: 1px solid var(--line); color: var(--muted); border-radius: 4px; padding: 5px 8px; font: inherit; cursor: pointer; }
.demo button.on { border-color: var(--accent); color: var(--ink); }

@media (max-width: 900px) {
  .navlinks { display: none; }
  .grid-2, .grid-3, .grid-4, .band .inner, .footer, .form { grid-template-columns: 1fr; }
  .form .full { grid-column: auto; }
  .hero .eye { width: 9%; }
  .schedule .row { grid-template-columns: 1fr; gap: 4px; }
}
@media (prefers-reduced-motion: reduce) {
  .hero .charwrap, .hero .eye, .live-pill i, .scroll-cue, .lamp-cursor-el::after { animation: none !important; }
  .reveal { opacity: 1; transform: none; transition: none; }
}
