/* nyxie.tv — v2 layout components (loads after nyx.css + home.css) */

/* hero copy + live ribbon */
.hero-wrap { position: relative; }
.hero-wrap .copy { position: absolute; left: var(--pad); bottom: clamp(36px, 11vh, 128px); max-width: 680px; display: flex; flex-direction: column; gap: 20px; z-index: 4; will-change: transform; }
.hero-wrap .copy .sub { font-size: 17px; color: var(--muted); max-width: 480px; }
.hero-wrap .ctas { display: flex; align-items: center; gap: 22px; margin-top: 4px; flex-wrap: wrap; }
.hero { height: 100vh; height: 100dvh; min-height: 0; }
.hero-live { display: none; align-items: center; gap: 12px; padding: 10px 16px 10px 12px; border-radius: 999px; background: rgba(7, 10, 14, .7); border: 1px solid var(--accent); backdrop-filter: blur(10px); font-size: 12px; letter-spacing: .12em; text-transform: uppercase; color: var(--ink); width: max-content; max-width: 100%; }
.hero-live i { width: 8px; height: 8px; border-radius: 50%; background: var(--accent-2); box-shadow: 0 0 12px var(--accent-2); animation: pulse 1.6s ease-in-out infinite; flex: none; }
.hero-live span { white-space: nowrap; overflow: hidden; text-overflow: ellipsis; }
body.is-live .hero-live { display: inline-flex; }
@media (max-width: 720px) {
  .hero { height: 62vh; height: 62dvh; }
  .hero-wrap .copy { position: static; padding: 26px var(--pad) 0; max-width: none; transform: none !important; }
  .hero-wrap .copy h1 { font-size: clamp(42px, 13vw, 72px); }
  .hero .scroll-cue { display: none; }
}

/* live section: player + week strip */
.live-grid { display: grid; grid-template-columns: minmax(0, 1.25fr) minmax(0, 1fr); gap: 32px; align-items: start; }
.player { display: none; aspect-ratio: 16 / 9; border-radius: var(--radius); overflow: hidden; border: 1px solid var(--accent); background: #000; box-shadow: 0 30px 80px -30px rgba(var(--accent-rgb), .55); }
.player iframe { width: 100%; height: 100%; border: 0; display: block; }
body.is-live .player { display: block; }
body.is-live .live-card { border-color: var(--accent); }
.week { display: grid; grid-template-columns: repeat(7, minmax(0, 1fr)); gap: 8px; }
.week .day { border: 1px solid var(--line-soft); border-radius: 10px; padding: 12px 10px; min-height: 96px; display: flex; flex-direction: column; gap: 8px; background: var(--surface); }
.week .day.today { border-color: var(--accent); box-shadow: inset 0 0 0 1px rgba(var(--accent-rgb), .35); }
.week .day.today .dn::after { content: "today"; margin-left: 6px; color: var(--accent); }
.week .dn { font-size: 11px; letter-spacing: .18em; text-transform: uppercase; color: var(--muted); }
.week .slot { font-size: 13px; line-height: 1.35; }
.week .slot b { display: block; color: var(--ink); font-weight: 600; }
.week .slot span { color: var(--muted); font-size: 12px; }
.week .day.off .dn { opacity: .5; }
.schedule .row .ics { font-size: 11px; letter-spacing: .12em; text-transform: uppercase; color: var(--accent); white-space: nowrap; }
.schedule .row .ics:hover { text-decoration: underline; }
@media (max-width: 900px) {
  .live-grid { grid-template-columns: 1fr; }
  .week { grid-auto-flow: column; grid-template-columns: none; grid-auto-columns: minmax(120px, 1fr); overflow-x: auto; padding-bottom: 6px; scroll-snap-type: x mandatory; }
  .week .day { scroll-snap-align: start; }
}

/* about: bio stat grid */
.about-art { margin: 0; border-radius: var(--radius); overflow: hidden; border: 1px solid var(--line); aspect-ratio: 4 / 5; background: var(--surface-2); position: relative; }
.about-art img { width: 100%; height: 100%; object-fit: cover; object-position: 50% 0; }
.about-art .ph { position: absolute; inset: 0; display: flex; align-items: center; justify-content: center; color: var(--muted); font-size: 12px; letter-spacing: .2em; text-transform: uppercase; background: radial-gradient(70% 60% at 50% 40%, rgba(var(--accent-rgb), .25), transparent 70%); }
.bio { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 10px 22px; margin: 0; }
.bio div { border-top: 1px solid var(--line-soft); padding: 10px 0; }
.bio dt { font-size: 11px; letter-spacing: .18em; text-transform: uppercase; color: var(--muted); margin: 0 0 4px; }
.bio dd { margin: 0; font-size: 15px; color: var(--ink); }
.bio[hidden] { display: none; }

/* clips: featured VOD + clip scroller */
.clips-layout { display: grid; grid-template-columns: minmax(0, 1.4fr) minmax(0, 1fr); gap: 24px; align-items: start; }
.featured { position: relative; border-radius: var(--radius); overflow: hidden; border: 1px solid var(--line); background: var(--surface); cursor: pointer; transition: border-color .35s; }
.featured:hover { border-color: var(--accent); }
.featured .thumb { aspect-ratio: 16 / 9; background: var(--surface-2); }
.featured .thumb img { width: 100%; height: 100%; object-fit: cover; }
.featured .meta { padding: 18px 20px 20px; display: flex; flex-direction: column; gap: 6px; }
.featured .meta h3 { font-size: clamp(20px, 2vw, 26px); }
.play { position: absolute; left: 50%; top: 50%; width: 64px; height: 64px; margin: -52px 0 0 -32px; border-radius: 50%; background: rgba(7, 10, 14, .72); border: 1px solid rgba(var(--ink-rgb), .4); display: flex; align-items: center; justify-content: center; color: var(--ink); backdrop-filter: blur(6px); transition: transform .3s, background .3s; pointer-events: none; }
.featured:hover .play, .clip:hover .play { transform: scale(1.08); background: var(--accent); color: #0B0716; }
.clip-row { display: flex; flex-direction: column; gap: 12px; }
.clip { position: relative; display: grid; grid-template-columns: 148px minmax(0, 1fr); gap: 14px; align-items: center; border: 1px solid var(--line); border-radius: 12px; background: var(--surface); overflow: hidden; cursor: pointer; transition: border-color .3s; }
.clip:hover { border-color: var(--accent); }
.clip .thumb { aspect-ratio: 16 / 9; background: var(--surface-2); position: relative; }
.clip .thumb img { width: 100%; height: 100%; object-fit: cover; }
.clip .play { width: 36px; height: 36px; margin: -18px 0 0 -18px; left: 74px; top: 50%; }
.clip .dur { position: absolute; right: 6px; bottom: 6px; font-size: 10px; letter-spacing: .1em; padding: 3px 6px; border-radius: 4px; background: rgba(7, 10, 14, .8); color: var(--ink); }
.clip .t { padding: 10px 14px 10px 0; display: flex; flex-direction: column; gap: 3px; min-width: 0; }
.clip .t b { font-weight: 600; font-size: 15px; line-height: 1.3; overflow: hidden; text-overflow: ellipsis; display: -webkit-box; -webkit-line-clamp: 2; -webkit-box-orient: vertical; }
.clip .t span { font-size: 12px; color: var(--muted); }
.clips-empty { color: var(--muted); }
@media (max-width: 900px) { .clips-layout { grid-template-columns: 1fr; } }

/* embedded player modal */
.pmodal { position: fixed; inset: 0; z-index: 95; background: rgba(7, 10, 14, .94); display: none; align-items: center; justify-content: center; padding: 24px; cursor: auto; }
.pmodal.open { display: flex; }
.pmodal .box { width: min(1100px, 96vw); aspect-ratio: 16 / 9; max-height: 82vh; border-radius: var(--radius); overflow: hidden; border: 1px solid var(--line); background: #000; box-shadow: 0 40px 100px -40px rgba(0, 0, 0, .9); }
.pmodal iframe { width: 100%; height: 100%; border: 0; display: block; }
.pmodal .close { position: absolute; right: 18px; top: 16px; width: 44px; height: 44px; border-radius: 8px; border: 1px solid var(--line); background: transparent; color: var(--muted); font-size: 18px; cursor: pointer; }
.pmodal .close:hover { border-color: var(--accent); color: var(--ink); }
.pmodal .cap { position: absolute; left: 24px; bottom: 18px; right: 90px; color: var(--muted); font-size: 13px; display: flex; gap: 16px; align-items: center; flex-wrap: wrap; }
.pmodal .cap a { color: var(--ink); text-decoration: underline; }

/* links with platform icons */
.links { grid-template-columns: repeat(auto-fill, minmax(280px, 1fr)); }
.link-tile { flex-wrap: nowrap; }
.link-tile .tag { max-width: 42%; }
.link-tile .icon { width: 44px; height: 44px; flex: none; border-radius: 12px; background: var(--surface-2); display: flex; align-items: center; justify-content: center; color: var(--ink); }
.link-tile .icon svg { width: 22px; height: 22px; fill: currentColor; }
.link-tile:hover .icon { color: var(--accent); }
.link-tile .tag.adult { border-color: var(--accent-2); color: var(--accent-2); }

/* feature band art */
.band-art { margin: 0; border-radius: var(--radius); overflow: hidden; border: 1px solid var(--line); aspect-ratio: 4 / 3; background: var(--surface-2); max-width: 520px; width: 100%; justify-self: center; }
.band-art.tall { aspect-ratio: 9 / 16; max-width: 360px; box-shadow: 0 40px 100px -40px rgba(var(--accent-rgb), .45); }
.band-art img { width: 100%; height: 100%; object-fit: cover; }
.band[hidden] { display: none; }

/* mobile "watch live" bar */
.live-bar { position: fixed; left: 12px; right: 12px; bottom: 12px; z-index: 70; display: none; align-items: center; gap: 12px; padding: 12px 14px; border-radius: 14px; background: rgba(7, 10, 14, .9); border: 1px solid var(--accent); backdrop-filter: blur(12px); box-shadow: 0 20px 50px -20px rgba(var(--accent-rgb), .7); }
.live-bar i { width: 8px; height: 8px; border-radius: 50%; background: var(--accent-2); animation: pulse 1.6s ease-in-out infinite; flex: none; }
.live-bar span { flex: 1; min-width: 0; font-size: 13px; white-space: nowrap; overflow: hidden; text-overflow: ellipsis; }
.live-bar .btn { padding: 10px 16px; font-size: 12px; }
@media (max-width: 720px) { body.is-live .live-bar { display: flex; } }

/* painted hero: her face is small in frame, so the eye glow is a glint, not a lamp */
.hero .eye { width: 1.6%; opacity: .55; }
.hero.mommy .eye { transform: translate(-50%, -50%) scale(1.2); }
@media (max-width: 720px) { .hero .eye { width: 2%; } }
