/* motholeum.com — home page additions (loads after velvet.css) */

/* hero wrap: copy overlays on desktop, flows below the (shorter) hero on phones */
.hero-wrap { position: relative; }
.hero-wrap .copy { position: absolute; left: var(--pad); bottom: clamp(36px, 11vh, 128px); max-width: 640px; display: flex; flex-direction: column; gap: 20px; z-index: 4; will-change: transform; }
.hero-wrap .copy h1 { text-shadow: 0 6px 40px rgba(10, 10, 13, .9); }
.hero-wrap .copy .sub { font-size: 16px; color: var(--grey); max-width: 460px; text-shadow: 0 2px 20px rgba(10, 10, 13, .9); }
.hero-wrap .ctas { display: flex; align-items: center; gap: 22px; margin-top: 4px; flex-wrap: wrap; }
.hero { height: 100vh; height: 100dvh; min-height: 0; }
@media (max-width: 720px) {
  .hero { height: 60vh; height: 60dvh; }
  .hero-wrap .copy { position: static; padding: 26px var(--pad) 0; max-width: none; transform: none !important; }
  .hero-wrap .copy h1 { font-size: clamp(44px, 13vw, 72px); text-shadow: none; }
  .hero .scroll-cue { display: none; }
}

html.lamp-mode, html.lamp-mode * { cursor: none !important; }
/* lamp cursor: persistent bright core + soft pulsing halo; smaller outside the hero */
.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: #FFF6D6; box-shadow: 0 0 10px 3px rgba(255, 236, 170, .95), 0 0 26px 10px rgba(227, 19, 43, .45); }
.lamp-cursor-el::after { content: ""; position: absolute; inset: 0; border-radius: 50%; background: radial-gradient(circle, rgba(255, 240, 200, .8) 0%, rgba(227, 19, 43, .5) 24%, rgba(227, 19, 43, .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; } }
.lamp-cursor-el.out { animation: none; }

/* schedule + live */
.stream-grid { display: grid; grid-template-columns: minmax(0, 1fr) minmax(0, 1.2fr); gap: 32px; align-items: start; }
.schedule .row { display: grid; grid-template-columns: 150px 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); }
.schedule .row .fmt { color: var(--grey); }

/* clips */
.clip-grid { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 24px; }
.clip-card .thumb { position: relative; }
.clip-card .dur { position: absolute; right: 10px; bottom: 10px; font-size: 11px; letter-spacing: .1em; padding: 4px 8px; border-radius: 4px; background: rgba(10, 10, 13, .8); color: var(--pale); }
.clip-card h3 { font-size: 22px; }

/* merch */
.merch-head { display: flex; align-items: center; justify-content: space-between; gap: 16px; flex-wrap: wrap; }
.currency { display: flex; align-items: center; gap: 6px; font-size: 11px; letter-spacing: .14em; text-transform: uppercase; color: var(--grey); }
.currency button { padding: 6px 10px; border: 1px solid var(--line); border-radius: 6px; background: none; color: var(--grey); font: inherit; letter-spacing: inherit; cursor: pointer; transition: all .3s; }
.currency button.on, .currency button:hover { border-color: var(--pale); color: var(--pale); }
.product .thumb { aspect-ratio: 1 / 1; display: flex; align-items: center; justify-content: center; color: var(--grey); font-size: 12px; letter-spacing: .14em; text-transform: uppercase; }
.product .thumb.empty { border: 1px dashed var(--line); background: none; }
.product .price { font-size: 18px; color: var(--pale); }
.product .approx { font-size: 11px; color: var(--grey); margin-left: 6px; }

/* wallpapers carousel + modal */
.carousel { position: relative; }
.car-stage { position: relative; height: clamp(200px, 40vw, 560px); overflow: hidden; }
.car-item { position: absolute; left: 50%; top: 50%; width: min(62%, 980px); aspect-ratio: 16 / 9; transform: translate(-50%, -50%); transition: transform .6s cubic-bezier(.2, .7, .2, 1), opacity .6s, filter .6s; border-radius: 10px; overflow: hidden; border: 1px solid var(--line); background: var(--char); cursor: pointer; }
.car-item img { width: 100%; height: 100%; object-fit: cover; display: block; }
.car-item.active { box-shadow: 0 30px 80px -30px rgba(227, 19, 43, .35); }
.car-arrow { position: absolute; top: 50%; transform: translateY(-50%); width: 48px; height: 48px; border-radius: 50%; border: 1px solid var(--line); background: rgba(14, 13, 17, .85); color: var(--pale); font-size: 26px; line-height: 1; cursor: pointer; z-index: 5; display: flex; align-items: center; justify-content: center; transition: border-color .3s; }
.car-arrow:hover { border-color: var(--red); }
.car-arrow.left { left: 1%; } .car-arrow.right { right: 1%; }
.car-caption { display: flex; justify-content: space-between; align-items: baseline; gap: 16px; color: var(--grey); font-size: 13px; margin-top: 14px; flex-wrap: wrap; }
.car-caption strong { color: var(--pale); font-weight: 500; font-family: var(--serif); font-size: 22px; }
.car-dots { display: flex; gap: 8px; justify-content: center; margin-top: 12px; }
.car-dots button { width: 8px; height: 8px; border-radius: 50%; border: 0; background: var(--line); cursor: pointer; padding: 0; }
.car-dots button.on { background: var(--red); }
.modal { position: fixed; inset: 0; z-index: 90; background: rgba(10, 10, 13, .94); display: none; flex-direction: column; align-items: center; justify-content: center; gap: 16px; padding: 24px; cursor: auto; }
.modal.open { display: flex; }
.modal img { max-width: 94vw; max-height: 74vh; border-radius: 8px; border: 1px solid var(--line); box-shadow: 0 40px 100px -40px rgba(0, 0, 0, .9); }
.modal-bar { display: flex; align-items: center; gap: 18px; flex-wrap: wrap; justify-content: center; color: var(--grey); font-size: 13px; }
.modal .close { position: absolute; right: 18px; top: 16px; width: 44px; height: 44px; border-radius: 6px; border: 1px solid var(--line); background: transparent; color: var(--grey); font-size: 18px; cursor: pointer; }
.modal .close:hover { border-color: var(--red); color: var(--pale); }
.modal .nav-btn { width: 44px; height: 44px; border-radius: 50%; border: 1px solid var(--line); background: transparent; color: var(--pale); font-size: 22px; cursor: pointer; }

/* links — tiles never overflow: text truncates, a long tag drops to its own line */
.links { display: grid; grid-template-columns: repeat(auto-fill, minmax(250px, 1fr)); gap: 16px; }
.link-tile { display: flex; align-items: center; flex-wrap: wrap; gap: 10px 14px; min-width: 0; padding: 16px 18px; border: 1px solid var(--line); border-radius: 10px; background: var(--surface); overflow: hidden; transition: border-color .3s, transform .3s; }
.link-tile:hover { border-color: var(--red); transform: translateY(-2px); }
.monogram { width: 44px; height: 44px; flex: none; border-radius: 8px; background: var(--char); display: flex; align-items: center; justify-content: center; font-family: var(--serif); font-size: 24px; color: var(--pale); }
.link-tile .txt { flex: 1 1 96px; min-width: 0; display: flex; flex-direction: column; gap: 2px; }
.link-tile .name { font-weight: 600; overflow: hidden; text-overflow: ellipsis; white-space: nowrap; }
.link-tile .handle { font-size: 12px; color: var(--grey); overflow: hidden; text-overflow: ellipsis; white-space: nowrap; }
.link-tile .tag { flex: none; margin-left: auto; max-width: 100%; font-size: 10px; letter-spacing: .12em; text-transform: uppercase; border: 1px solid var(--grey); color: var(--grey); padding: 3px 8px; border-radius: 4px; white-space: nowrap; overflow: hidden; text-overflow: ellipsis; }
.link-tile .tag.adult { border-color: var(--red); color: var(--red); }

/* Mommy Mode — the actual art, waking up as it scrolls into view: the room dims, the irises light */
.mommy-art { position: relative; margin: 0; width: 100%; max-width: 520px; justify-self: center; aspect-ratio: 4 / 3; border-radius: 12px; overflow: hidden; border: 1px solid var(--line); background: #000; box-shadow: 0 40px 100px -40px rgba(227, 19, 43, .35); }
.mommy-art img { width: 100%; height: 100%; object-fit: cover; display: block; transform: scale(1.03); filter: saturate(.7) brightness(.72); transition: filter 2.6s ease, transform 6s ease; }
.mommy-art .dim { position: absolute; inset: 0; background: radial-gradient(ellipse at 50% 38%, transparent 28%, rgba(10, 10, 13, .72) 78%); opacity: .9; transition: opacity 2.6s ease; }
.mommy-art .glow { position: absolute; width: 8%; aspect-ratio: 1 / 1; transform: translate(-50%, -50%); opacity: 0; transition: opacity 2.6s ease .6s; pointer-events: none; }
.mommy-art .glow::after { content: ""; position: absolute; inset: 0; border-radius: 50%; background: radial-gradient(circle, rgba(255, 150, 160, .95) 0%, rgba(227, 19, 43, .75) 30%, rgba(227, 19, 43, 0) 70%); mix-blend-mode: screen; animation: eyepulse 3.4s ease-in-out infinite; }
.mommy-art .e1 { left: var(--ex1); top: var(--ey1); }
.mommy-art .e2 { left: var(--ex2); top: var(--ey2); animation-delay: .4s; }
.band.in .mommy-art img { filter: saturate(1) brightness(1); transform: scale(1); }
.band.in .mommy-art .dim { opacity: .45; }
.band.in .mommy-art .glow { opacity: 1; }
@media (prefers-reduced-motion: reduce) { .mommy-art .glow::after { animation: none; } }

/* schedule rows: local time left, the announced time right */
.schedule .row .local { color: var(--pale); }
.schedule .row .theirs { font-size: 12px; text-align: right; }
.schedule .tz-note { font-size: 12px; margin-top: 12px; }

/* footer */
.footer-cta { display: flex; gap: 14px; flex-wrap: wrap; }

@media (max-width: 900px) {
  .stream-grid, .clip-grid { grid-template-columns: 1fr; }
  .schedule .row { grid-template-columns: 1fr; gap: 4px; }
  .schedule .row .theirs { text-align: left; }
  .car-item { width: 84%; }
  .car-arrow { width: 40px; height: 40px; }
}
