:root {
  --ink: #080506;
  --ink-2: #12080d;
  --ink-3: #1c1016;
  --paper: #f7efe8;
  --paper-dim: #d8cdc4;
  --pink: #ff66c4;
  --pink-hot: #ff8ad6;
  --pink-deep: #c42d86;
  --gold: #f4bc33;
  --line: rgba(255, 102, 196, 0.28);
  --muted: rgba(247, 239, 232, 0.62);
  --display: "Cormorant Garamond", "Times New Roman", serif;
  --sans: "Outfit", system-ui, sans-serif;
  --script: "Great Vibes", cursive;
  --max: 1180px;
  --header: 76px;
  --ease: cubic-bezier(0.22, 1, 0.36, 1);
  --v: 1.0.0;
}

*,
*::before,
*::after {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

html,
body {
  margin: 0;
  min-height: 100%;
  background: var(--ink);
  color: var(--paper);
  font-family: var(--sans);
  font-weight: 400;
  letter-spacing: 0.01em;
}

body {
  overflow-x: hidden;
}

body.gate-on {
  overflow: hidden;
}

img {
  max-width: 100%;
  display: block;
}

a {
  color: inherit;
  text-decoration: none;
}

button {
  font-family: inherit;
  cursor: pointer;
}

.grain,
.vignette {
  pointer-events: none;
  position: fixed;
  inset: 0;
  z-index: 40;
}

.grain {
  opacity: 0.09;
  mix-blend-mode: overlay;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='180' height='180'%3E%3Cfilter id='n'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='.85' numOctaves='4' stitchTiles='stitch'/%3E%3C/filter%3E%3Crect width='180' height='180' filter='url(%23n)' opacity='.55'/%3E%3C/svg%3E");
}

.vignette {
  z-index: 39;
  background: radial-gradient(ellipse at center, transparent 40%, rgba(0, 0, 0, 0.45) 100%);
}

.cursor {
  display: none;
  opacity: 0;
}

@media (hover: hover) and (pointer: fine) {
  .cursor {
    display: block;
    position: fixed;
    top: 0;
    left: 0;
    width: 10px;
    height: 10px;
    margin: -5px 0 0 -5px;
    border-radius: 50%;
    background: var(--pink);
    box-shadow: 0 0 18px var(--pink);
    z-index: 80;
    pointer-events: none;
    mix-blend-mode: screen;
    transition: transform 0.2s var(--ease);
  }

  .cursor.is-hot {
    transform: scale(2.4);
  }
}

/* Age gate */
.gate {
  position: fixed;
  inset: 0;
  z-index: 90;
  display: grid;
  place-items: center;
  padding: 24px;
  background:
    radial-gradient(800px 500px at 50% 0%, rgba(255, 102, 196, 0.18), transparent 60%),
    var(--ink);
}

.gate[hidden] {
  display: none;
}

.gate-card {
  width: min(520px, 100%);
  text-align: center;
  border: 1px solid var(--line);
  padding: 48px 32px 40px;
  background: linear-gradient(180deg, rgba(255, 102, 196, 0.08), rgba(8, 5, 6, 0.9));
}

.gate-kicker {
  font-size: 11px;
  letter-spacing: 0.38em;
  text-transform: uppercase;
  color: var(--pink);
}

.gate h1 {
  font-family: var(--display);
  font-weight: 500;
  font-size: clamp(42px, 8vw, 64px);
  line-height: 0.9;
  margin: 18px 0 12px;
}

.gate h1 span {
  color: var(--pink);
}

.gate p {
  color: var(--muted);
  line-height: 1.6;
  margin: 0 0 28px;
}

.gate-actions {
  display: flex;
  gap: 12px;
  justify-content: center;
  flex-wrap: wrap;
}

/* Header */
.site-header {
  position: sticky;
  top: 0;
  z-index: 50;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
  height: var(--header);
  padding: 0 28px;
  background: linear-gradient(180deg, rgba(8, 5, 6, 0.92), rgba(8, 5, 6, 0.7) 70%, transparent);
  backdrop-filter: blur(10px);
}

.logo {
  display: flex;
  align-items: baseline;
  gap: 0.35em;
  font-family: var(--display);
  font-size: 22px;
  letter-spacing: 0.14em;
  text-transform: uppercase;
}

.logo b {
  color: var(--pink);
  font-weight: 600;
}

.nav {
  display: flex;
  align-items: center;
  gap: 22px;
}

.nav a {
  font-size: 12px;
  letter-spacing: 0.22em;
  text-transform: uppercase;
  color: var(--paper-dim);
}

.nav a:hover,
.nav a.is-active {
  color: var(--paper);
}

.btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  min-height: 44px;
  padding: 0 22px;
  border: 1px solid var(--pink);
  background: transparent;
  color: var(--paper);
  font-size: 11px;
  letter-spacing: 0.28em;
  text-transform: uppercase;
  transition: background 0.25s var(--ease), color 0.25s var(--ease), box-shadow 0.25s var(--ease);
}

.btn:hover {
  background: var(--pink);
  color: var(--ink);
  box-shadow: 0 0 28px rgba(255, 102, 196, 0.45);
}

.btn-solid {
  background: var(--pink);
  color: var(--ink);
}

.btn-solid:hover {
  background: var(--pink-hot);
}

.btn-ghost {
  border-color: rgba(247, 239, 232, 0.2);
}

.menu-toggle {
  display: none;
  width: 44px;
  height: 44px;
  border: 1px solid var(--line);
  background: transparent;
  color: var(--paper);
}

@media (max-width: 860px) {
  .menu-toggle {
    display: grid;
    place-items: center;
  }

  .nav {
    position: fixed;
    inset: var(--header) 16px auto;
    display: none;
    flex-direction: column;
    align-items: stretch;
    padding: 18px;
    border: 1px solid var(--line);
    background: rgba(8, 5, 6, 0.96);
  }

  .nav.is-open {
    display: flex;
  }
}

/* Hero */
.hero {
  position: relative;
  min-height: calc(100svh - var(--header));
  display: grid;
  grid-template-columns: 1.1fr 0.9fr;
  align-items: stretch;
  overflow: hidden;
}

.hero-copy {
  padding: 48px 28px 64px 48px;
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.file-no {
  display: flex;
  gap: 18px;
  font-size: 11px;
  letter-spacing: 0.28em;
  text-transform: uppercase;
  color: var(--pink);
  margin-bottom: 22px;
}

.hero h1 {
  font-family: var(--display);
  font-weight: 500;
  font-size: clamp(64px, 11vw, 128px);
  line-height: 0.82;
  margin: 0;
  letter-spacing: -0.03em;
}

.hero h1 em {
  font-style: italic;
  color: var(--pink);
}

.lede {
  max-width: 34em;
  margin: 28px 0 32px;
  font-size: 18px;
  line-height: 1.65;
  color: var(--muted);
}

.hero-cta {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
}

.script-note {
  margin-top: 28px;
  font-family: var(--script);
  font-size: 28px;
  color: var(--pink-hot);
}

.hero-media {
  position: relative;
  min-height: 70vh;
}

.hero-media img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  filter: grayscale(0.25) contrast(1.08);
}

.hero-media::after {
  content: "";
  position: absolute;
  inset: 0;
  background:
    linear-gradient(90deg, var(--ink) 0%, transparent 24%),
    linear-gradient(180deg, transparent 50%, rgba(8, 5, 6, 0.7)),
    radial-gradient(circle at 70% 30%, rgba(255, 102, 196, 0.18), transparent 40%);
}

.scanline {
  position: absolute;
  left: 0;
  right: 0;
  height: 2px;
  background: linear-gradient(90deg, transparent, var(--pink), transparent);
  animation: scan 7s linear infinite;
  z-index: 2;
  opacity: 0.7;
}

@keyframes scan {
  from { top: 0; }
  to { top: 100%; }
}

.marquee {
  border-block: 1px solid var(--line);
  overflow: hidden;
  background: var(--ink-2);
}

.marquee-track {
  display: flex;
  gap: 42px;
  width: max-content;
  padding: 14px 0;
  animation: marquee 32s linear infinite;
  font-size: 12px;
  letter-spacing: 0.28em;
  text-transform: uppercase;
  color: var(--paper-dim);
}

.marquee-track span {
  color: var(--pink);
}

@keyframes marquee {
  from { transform: translateX(0); }
  to { transform: translateX(-50%); }
}

section {
  position: relative;
  padding: 88px 28px;
}

.wrap {
  width: min(var(--max), 100%);
  margin: 0 auto;
}

.kicker {
  font-size: 11px;
  letter-spacing: 0.4em;
  text-transform: uppercase;
  color: var(--pink);
}

h2 {
  font-family: var(--display);
  font-weight: 500;
  font-size: clamp(36px, 6vw, 64px);
  line-height: 0.95;
  margin: 10px 0 18px;
}

.split {
  display: grid;
  grid-template-columns: 0.9fr 1.1fr;
  gap: 48px;
  align-items: start;
}

.spark {
  display: inline-block;
  width: 10px;
  height: 10px;
  margin: 0 8px;
  background: var(--pink);
  transform: rotate(45deg);
  box-shadow: 0 0 12px var(--pink);
}

/* Pillars */
.pillars {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 18px;
}

.pillar {
  position: relative;
  min-height: 340px;
  padding: 28px 24px;
  overflow: hidden;
  border: 1px solid var(--line);
  background: var(--ink-2);
  isolation: isolate;
}

.pillar img {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  opacity: 0.38;
  filter: grayscale(0.5);
  transition: transform 0.8s var(--ease), opacity 0.4s;
}

.pillar:hover img {
  transform: scale(1.06);
  opacity: 0.55;
}

.pillar .n {
  font-family: var(--display);
  font-size: 42px;
  color: var(--pink);
}

.pillar h3 {
  position: relative;
  font-family: var(--display);
  font-size: 36px;
  margin: 80px 0 12px;
}

.pillar p {
  position: relative;
  color: var(--muted);
  line-height: 1.55;
  max-width: 28em;
}

/* Rates */
.rates {
  background:
    linear-gradient(180deg, transparent, rgba(255, 102, 196, 0.05)),
    repeating-linear-gradient(
      0deg,
      transparent,
      transparent 27px,
      rgba(255, 102, 196, 0.06) 28px
    );
}

.chart {
  border: 1px solid var(--line);
  background: rgba(8, 5, 6, 0.72);
  padding: 8px;
}

.chart-head {
  display: flex;
  justify-content: space-between;
  gap: 12px;
  padding: 18px 20px;
  border-bottom: 1px solid var(--line);
  font-size: 11px;
  letter-spacing: 0.22em;
  text-transform: uppercase;
  color: var(--pink);
}

.rate-row {
  display: grid;
  grid-template-columns: 1fr auto;
  gap: 12px;
  padding: 18px 20px;
  border-bottom: 1px solid rgba(255, 102, 196, 0.12);
  font-size: 18px;
}

.rate-row b {
  font-family: var(--display);
  font-size: 28px;
  font-weight: 500;
  color: var(--pink);
}

.add-ons {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 10px;
  margin-top: 18px;
}

.add-on {
  display: flex;
  justify-content: space-between;
  padding: 14px 16px;
  border: 1px dashed rgba(255, 102, 196, 0.28);
  font-size: 14px;
}

.add-on span {
  color: var(--pink);
}

.room-shot {
  margin-top: 22px;
  border: 1px solid var(--line);
}

.room-shot img {
  width: 100%;
  height: 240px;
  object-fit: cover;
  filter: grayscale(0.35);
}

.fineprint {
  margin-top: 16px;
  font-size: 13px;
  color: var(--muted);
  line-height: 1.55;
}

/* Quotes */
.quotes {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 16px;
}

.quote {
  padding: 28px 24px;
  border-top: 2px solid var(--pink);
  background: var(--ink-3);
}

.quote p {
  font-family: var(--display);
  font-size: 26px;
  line-height: 1.25;
  margin: 0 0 16px;
}

.quote small {
  letter-spacing: 0.18em;
  text-transform: uppercase;
  color: var(--pink);
  font-size: 11px;
}

/* Podcast */
.podcast {
  display: grid;
  grid-template-columns: 1.15fr 0.85fr;
  gap: 40px;
  align-items: center;
}

.wave {
  height: 72px;
  display: flex;
  align-items: center;
  gap: 4px;
  margin: 22px 0;
}

.wave i {
  display: block;
  width: 4px;
  height: 20%;
  background: var(--pink);
  animation: eq 1.2s ease-in-out infinite;
}

.wave i:nth-child(odd) { animation-delay: -0.3s; height: 70%; }
.wave i:nth-child(3n) { animation-delay: -0.6s; height: 45%; }
.wave i:nth-child(4n) { height: 90%; }

@keyframes eq {
  50% { transform: scaleY(0.35); }
}

.listen-row {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
}

.chip {
  border: 1px solid rgba(247, 239, 232, 0.25);
  padding: 10px 14px;
  font-size: 12px;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

.chip:hover {
  border-color: var(--pink);
  color: var(--pink);
}

.episode {
  border: 1px solid var(--line);
  padding: 24px;
  background: linear-gradient(180deg, rgba(255, 102, 196, 0.08), transparent);
}

.episode time {
  color: var(--pink);
  font-size: 12px;
  letter-spacing: 0.2em;
  text-transform: uppercase;
}

/* Event */
.event-hero {
  display: grid;
  grid-template-columns: 1fr 1fr;
  min-height: 560px;
  border: 1px solid var(--line);
  overflow: hidden;
}

.event-hero img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  filter: grayscale(0.2) contrast(1.05);
}

.event-copy {
  padding: 40px 36px;
  background:
    radial-gradient(400px 200px at 100% 0%, rgba(244, 188, 51, 0.12), transparent),
    var(--ink-2);
}

.gold {
  color: var(--gold);
}

.countdown {
  display: flex;
  gap: 18px;
  margin: 24px 0;
}

.countdown div {
  min-width: 72px;
  text-align: center;
}

.countdown strong {
  display: block;
  font-family: var(--display);
  font-size: 40px;
  line-height: 1;
}

.countdown span {
  font-size: 11px;
  letter-spacing: 0.2em;
  text-transform: uppercase;
  color: var(--muted);
}

/* Gallery */
.gallery-grid {
  columns: 3;
  column-gap: 12px;
}

.gallery-grid a {
  display: block;
  margin: 0 0 12px;
  break-inside: avoid;
  overflow: hidden;
  border: 1px solid var(--line);
}

.gallery-grid img {
  width: 100%;
  height: auto;
  filter: grayscale(0.25);
  transition: transform 0.6s var(--ease), filter 0.4s;
}

.gallery-grid a:hover img {
  transform: scale(1.04);
  filter: grayscale(0) contrast(1.05);
}

/* Support */
.support-grid {
  display: grid;
  grid-template-columns: 1.2fr 0.8fr;
  gap: 20px;
}

.patreon,
.wish {
  border: 1px solid var(--line);
  padding: 32px;
  background: var(--ink-2);
}

.wish {
  background:
    linear-gradient(160deg, rgba(255, 102, 196, 0.12), transparent 50%),
    var(--ink-3);
}

.ticks {
  margin: 0;
  padding: 0;
  list-style: none;
}

.ticks li {
  padding: 10px 0;
  border-bottom: 1px solid rgba(255, 102, 196, 0.12);
  color: var(--muted);
}

.ticks li::before {
  content: "✦ ";
  color: var(--pink);
}

/* Footer */
.site-footer {
  padding: 40px 28px 56px;
  border-top: 1px solid var(--line);
}

.foot-grid {
  width: min(var(--max), 100%);
  margin: 0 auto;
  display: grid;
  grid-template-columns: 1.2fr 1fr 1fr;
  gap: 28px;
}

.site-footer a:hover {
  color: var(--pink);
}

.legal {
  margin-top: 32px;
  font-size: 12px;
  color: var(--muted);
  line-height: 1.6;
}

.reveal {
  opacity: 0;
  transform: translateY(18px);
  animation: rise 0.9s var(--ease) forwards;
}

@keyframes rise {
  to {
    opacity: 1;
    transform: none;
  }
}

@media (max-width: 900px) {
  .hero,
  .split,
  .pillars,
  .quotes,
  .podcast,
  .event-hero,
  .support-grid,
  .foot-grid {
    grid-template-columns: 1fr;
  }

  .hero-copy {
    padding: 36px 22px;
  }

  .gallery-grid {
    columns: 2;
  }

  .add-ons {
    grid-template-columns: 1fr;
  }
}

@media (max-width: 560px) {
  .gallery-grid {
    columns: 1;
  }
}

.lightbox {
  position: fixed;
  inset: 0;
  z-index: 70;
  display: grid;
  place-items: center;
  background: rgba(0, 0, 0, 0.88);
  padding: 24px;
}

.lightbox[hidden] {
  display: none;
}

.lightbox img {
  max-height: 86vh;
  max-width: 92vw;
  object-fit: contain;
  border: 1px solid var(--line);
}
