:root {
  color-scheme: dark;
  --bg: #130006;
  --panel: rgba(37, 3, 14, 0.82);
  --panel-strong: rgba(58, 0, 20, 0.9);
  --line: rgba(255, 225, 171, 0.28);
  --text: #fff7e7;
  --muted: #f5cfa7;
  --hot: #ec003d;
  --gold: #ffe09a;
  --cyan: #a7f4ff;
  font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
}

* {
  box-sizing: border-box;
}

html {
  min-height: 100%;
  background: var(--bg);
}

body {
  min-height: 100%;
  margin: 0;
  color: var(--text);
  background: transparent;
}

body.has-age-modal {
  overflow: hidden;
}

a {
  color: inherit;
}

.site-bg,
.bg-video,
.bg-wash {
  position: fixed;
  inset: 0;
}

.site-bg {
  z-index: 0;
  overflow: hidden;
  pointer-events: none;
  background:
    radial-gradient(circle at 18% 20%, rgba(246, 0, 75, 0.16), transparent 28rem),
    radial-gradient(circle at 82% 16%, rgba(73, 231, 255, 0.12), transparent 28rem),
    #130006;
}

.bg-video {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transform: scale(1.04);
}

.bg-video {
  filter: saturate(1.08) brightness(0.9);
}

.bg-video {
  z-index: 0;
  opacity: 0;
  transition: opacity 700ms ease;
}

.bg-video.is-ready {
  opacity: 1;
}

.bg-wash {
  z-index: 2;
  background:
    linear-gradient(180deg, rgba(10, 0, 4, 0.2), rgba(10, 0, 4, 0.36)),
    radial-gradient(circle at 50% 42%, rgba(255, 217, 142, 0.08), transparent 30rem);
}

.page-shell {
  position: relative;
  z-index: 1;
  width: min(390px, calc(100% - 18px));
  margin: 0 auto;
  padding: clamp(28px, 5svh, 56px) 0 18px;
}

.hero-panel {
  position: relative;
  width: min(100%, 390px);
  aspect-ratio: 390 / 670;
  min-height: 0;
  margin: 0 auto;
  border-radius: 21px;
  overflow: hidden;
  background: transparent;
  box-shadow: 0 28px 90px rgba(0, 0, 0, 0.48);
}

.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border: 0;
}

h1,
h2,
h3,
p {
  overflow-wrap: anywhere;
}

h1 {
  margin: 0;
  color: var(--gold);
  font-family: Georgia, "Times New Roman", serif;
  font-size: clamp(3rem, 10vw, 7.4rem);
  font-weight: 500;
  line-height: 0.92;
}

.panel-art {
  position: relative;
  z-index: 1;
  display: block;
  width: 100%;
  height: 100%;
  object-fit: contain;
}

.primary-links {
  position: absolute;
  inset: 0;
  z-index: 2;
  pointer-events: none;
}

.panel-hotspot {
  position: absolute;
  display: block;
  left: 7.56%;
  width: 85.14%;
  height: 8.06%;
  border-radius: 16px;
  color: transparent;
  text-decoration: none;
  pointer-events: auto;
}

.panel-hotspot--main {
  top: 43.88%;
  height: 8.84%;
}

.panel-hotspot--onlyfans {
  top: 56.96%;
}

.panel-hotspot--x {
  top: 68.83%;
}

.panel-hotspot--olivia {
  top: 80.54%;
}

.panel-hotspot:hover,
.panel-hotspot:focus-visible {
  outline: 2px solid rgba(255, 255, 255, 0.82);
  outline-offset: -2px;
  background: rgba(255, 255, 255, 0.04);
}

.panel-hotspot:focus-visible {
  outline: none;
}

.sound-toggle {
  position: absolute;
  z-index: 3;
  top: 91.19%;
  left: 43.59%;
  display: block;
  width: 10.26%;
  aspect-ratio: 1;
  padding: 0;
  border: 0;
  border-radius: 999px;
  background: transparent;
  cursor: pointer;
}

.sound-toggle__icon {
  position: absolute;
  inset: 0;
  display: block;
  width: 100%;
  height: 100%;
}

.sound-toggle__icon--on {
  opacity: 0;
}

.sound-toggle.is-on .sound-toggle__icon--on {
  opacity: 1;
}

.sound-toggle.is-on .sound-toggle__icon--off {
  opacity: 0;
}

.sound-toggle:hover,
.sound-toggle:focus-visible {
  outline: 2px solid rgba(255, 255, 255, 0.82);
  outline-offset: 3px;
}

.age-modal {
  position: fixed;
  inset: 0;
  z-index: 30;
  display: grid;
  place-items: center;
  padding: 18px;
  opacity: 0;
  pointer-events: none;
  transition: opacity 160ms ease;
}

.age-modal.is-open {
  opacity: 1;
  pointer-events: auto;
}

.age-modal__backdrop {
  position: absolute;
  inset: 0;
  background: rgba(13, 13, 13, 0.9);
  backdrop-filter: blur(8px);
}

.age-modal__dialog {
  position: relative;
  width: min(100%, 680px);
  padding: clamp(30px, 6vw, 56px) clamp(22px, 7vw, 64px);
  color: #ffffff;
  text-align: center;
}

.age-modal__icon {
  width: 34px;
  height: 34px;
  margin: 0 auto 26px;
  position: relative;
}

.age-modal__icon::before {
  content: "";
  position: absolute;
  inset: 7px 2px;
  border: 4px solid #f6f6f6;
  border-radius: 50% 50% 46% 46%;
  transform: rotate(-12deg);
}

.age-modal__icon::after {
  content: "";
  position: absolute;
  left: 16px;
  top: -2px;
  width: 4px;
  height: 40px;
  border-radius: 999px;
  background: #f6f6f6;
  transform: rotate(-42deg);
}

.age-modal__icon span {
  position: absolute;
  left: 13px;
  top: 13px;
  width: 8px;
  height: 8px;
  border-radius: 999px;
  background: #f6f6f6;
}

.age-modal h2 {
  margin: 0;
  color: #ffffff;
  font-size: clamp(2.15rem, 6vw, 3rem);
  font-weight: 700;
  line-height: 1.1;
}

.age-modal p {
  margin: 34px auto 34px;
  max-width: 620px;
  color: #ffffff;
  font-size: clamp(1.05rem, 3vw, 1.5rem);
  line-height: 1.35;
}

.age-modal button {
  width: 100%;
  border: 0;
  color: #ffffff;
  font: inherit;
  font-size: clamp(1.05rem, 3vw, 1.45rem);
  font-weight: 800;
  cursor: pointer;
}

.age-modal__confirm {
  min-height: 52px;
  padding: 10px 20px;
  border: 1px solid rgba(255, 255, 255, 0.88) !important;
  border-radius: 999px;
  background: transparent;
}

.age-modal__confirm:hover,
.age-modal__confirm:focus-visible {
  background: rgba(255, 255, 255, 0.12);
  outline: none;
}

.age-modal__decline {
  margin-top: 38px;
  padding: 8px 20px;
  background: transparent;
}

.age-modal__decline:hover,
.age-modal__decline:focus-visible {
  color: var(--muted);
  outline: none;
}

@media (max-width: 760px) {
  .page-shell {
    width: min(100% - 12px, 390px);
    padding: 24px 0 12px;
  }

  .hero-panel {
    width: min(100%, 390px);
  }

  .age-modal__dialog {
    padding: 28px 10px;
  }
}

@media (prefers-reduced-motion: reduce) {
  .bg-video {
    display: none;
  }

  .panel-hotspot {
    transition: none;
  }
}
