:root {
  --ink: #090607;
  --ink-soft: #140c0e;
  --wine: #5c1f2a;
  --wine-deep: #3a1218;
  --rose: #c45c6a;
  --gold: #c9a35a;
  --gold-soft: #e0c48a;
  --ivory: #f4eadc;
  --ivory-dim: rgba(244, 234, 220, 0.72);
  --ivory-mute: rgba(244, 234, 220, 0.46);
  --line: rgba(201, 163, 90, 0.38);
  --glass: rgba(12, 8, 9, 0.62);
  --serif: "Cormorant Garamond", "Times New Roman", serif;
  --sans: "Outfit", system-ui, sans-serif;
  --pad: clamp(1.2rem, 3.6vw, 2.5rem);
  --radius: 1.35rem;
}

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

html,
body {
  margin: 0;
  width: 100%;
  min-height: 100%;
  overflow-x: hidden;
  background: var(--ink);
  color: var(--ivory);
}

html {
  scroll-behavior: smooth;
  font-size: 18px;
}

body {
  font-family: var(--sans);
  font-weight: 300;
  letter-spacing: 0.01em;
  text-rendering: optimizeLegibility;
  -webkit-font-smoothing: antialiased;
}

body.locked {
  overflow: hidden;
}

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

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

button {
  font-family: inherit;
}

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

.grain {
  pointer-events: none;
  position: fixed;
  inset: 0;
  z-index: 40;
  opacity: 0.11;
  mix-blend-mode: overlay;
  background-image: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' width='180' height='180'><filter id='n'><feTurbulence type='fractalNoise' baseFrequency='0.85' numOctaves='4' stitchTiles='stitch'/></filter><rect width='100%' height='100%' filter='url(%23n)' opacity='0.55'/></svg>");
}

.stage {
  position: fixed;
  inset: 0;
  z-index: 0;
  overflow: hidden;
}

.stage img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transform: scale(1.06);
}

.stage-desk {
  display: none;
}

.stage-veil {
  position: absolute;
  inset: 0;
  background:
    radial-gradient(120% 80% at 50% 0%, rgba(90, 24, 36, 0.28), transparent 55%),
    linear-gradient(180deg, rgba(9, 6, 7, 0.35) 0%, rgba(9, 6, 7, 0.72) 42%, rgba(9, 6, 7, 0.94) 100%);
}

.kicker {
  margin: 0 0 0.7rem;
  font-family: var(--sans);
  font-size: 0.8rem;
  font-weight: 500;
  letter-spacing: 0.24em;
  text-transform: uppercase;
  color: var(--gold);
}

.langs {
  position: fixed;
  top: max(0.7rem, env(safe-area-inset-top));
  right: max(0.7rem, env(safe-area-inset-right));
  z-index: 60;
  display: flex;
  gap: 0.28rem;
  padding: 0.28rem;
  border: 1px solid var(--line);
  border-radius: 999px;
  background: rgba(12, 8, 9, 0.78);
  backdrop-filter: blur(14px);
}

.langs button {
  appearance: none;
  display: grid;
  justify-items: center;
  gap: 0.12rem;
  min-width: 2.55rem;
  padding: 0.32rem 0.4rem 0.28rem;
  border: 1px solid transparent;
  border-radius: 999px;
  background: transparent;
  color: var(--ivory-dim);
  font-family: var(--sans);
  font-size: 0.62rem;
  font-weight: 600;
  letter-spacing: 0.08em;
  cursor: pointer;
}

.langs button[aria-pressed="true"] {
  border-color: var(--gold);
  background: rgba(201, 163, 90, 0.16);
  color: var(--gold-soft);
}

.langs button:focus-visible {
  outline: 2px solid var(--gold);
  outline-offset: 2px;
}

.flag {
  width: 1.35rem;
  height: 0.9rem;
  display: block;
  border-radius: 2px;
  box-shadow: 0 0 0 1px rgba(244, 234, 220, 0.18);
  overflow: hidden;
}

/* Age gate */

body.locked .app,
body.locked .stage {
  visibility: hidden;
  pointer-events: none;
}

.gate {
  position: fixed;
  inset: 0;
  z-index: 50;
  display: grid;
  place-items: center;
  padding: calc(var(--pad) + 3.1rem) var(--pad) var(--pad);
  background-color: var(--ink);
  background-image:
    radial-gradient(80% 70% at 50% 40%, rgba(92, 31, 42, 0.28), rgba(9, 6, 7, 0.92) 72%),
    url("../assets/atmosphere.jpg");
  background-size: cover;
  background-position: center;
}

.gate[hidden] {
  display: none;
}

.gate-card {
  width: 100%;
  max-width: 38rem;
  min-width: 0;
  max-height: 100%;
  overflow-x: hidden;
  overflow-y: auto;
  padding: clamp(1.25rem, 3.4vw, 2.6rem);
  border: 1px solid var(--line);
  border-radius: calc(var(--radius) + 0.3rem);
  background: linear-gradient(180deg, rgba(28, 14, 18, 0.92), rgba(12, 8, 9, 0.96));
  box-shadow:
    0 30px 80px rgba(0, 0, 0, 0.55),
    inset 0 1px 0 rgba(224, 196, 138, 0.16);
  text-align: center;
}

.seal {
  width: 4.6rem;
  height: 4.6rem;
  margin: 0 auto 1.25rem;
  display: grid;
  place-items: center;
  border-radius: 50%;
  border: 1px solid var(--gold);
  color: var(--gold);
  box-shadow:
    0 0 0 7px rgba(201, 163, 90, 0.08),
    inset 0 0 22px rgba(201, 163, 90, 0.14);
}

.seal span {
  font-family: var(--serif);
  font-size: 1.5rem;
  font-weight: 600;
  letter-spacing: 0.08em;
}

.gate-card h1 {
  margin: 0 auto 0.9rem;
  max-width: 16ch;
  font-family: var(--serif);
  font-weight: 500;
  font-size: clamp(1.95rem, 5.8vw, 2.85rem);
  line-height: 1.12;
  letter-spacing: -0.02em;
  text-wrap: balance;
}

.gate-copy {
  margin: 0 auto 1.35rem;
  max-width: 36ch;
  color: var(--ivory-dim);
  font-size: 1.08rem;
  line-height: 1.55;
  overflow-wrap: break-word;
}

.gate-copy [data-i18n] {
  margin-left: 0.28em;
}

.gate-copy strong {
  color: var(--gold-soft);
  font-weight: 500;
}

.gate-actions {
  display: grid;
  gap: 0.7rem;
}

.gate-fine {
  margin: 1.15rem 0 0;
  color: var(--ivory-mute);
  font-size: 0.86rem;
  letter-spacing: 0.04em;
  line-height: 1.5;
}

.btn {
  appearance: none;
  border: 1px solid var(--line);
  background: transparent;
  color: var(--ivory);
  padding: 1rem 1.2rem;
  border-radius: 999px;
  font-size: 0.95rem;
  font-weight: 500;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  cursor: pointer;
  transition: background 0.2s ease, color 0.2s ease, border-color 0.2s ease, transform 0.2s ease;
}

.btn:hover,
.btn:focus-visible {
  transform: translateY(-1px);
}

.btn:focus-visible {
  outline: 2px solid var(--gold);
  outline-offset: 3px;
}

.btn.primary {
  background: var(--gold);
  border-color: var(--gold);
  color: var(--ink);
}

.btn.primary:hover,
.btn.primary:focus-visible {
  background: var(--gold-soft);
}

.btn.ghost:hover,
.btn.ghost:focus-visible {
  border-color: var(--gold-soft);
  color: var(--gold-soft);
}

/* Page */

.app {
  position: relative;
  z-index: 1;
  min-height: 100dvh;
  max-width: 100%;
  overflow-x: hidden;
  padding: calc(var(--pad) + env(safe-area-inset-top) + 3rem) var(--pad) calc(var(--pad) + env(safe-area-inset-bottom));
}

body.entered .app {
  animation: rise 0.7s ease;
}

.layout,
.stack,
.profile,
.menu {
  min-width: 0;
  max-width: 100%;
}

.layout {
  width: min(38rem, 100%);
  margin: 0 auto;
}

.hero-shot {
  display: none;
  margin: 0;
}

.stack > * + * {
  margin-top: 1.7rem;
}

.profile {
  text-align: center;
}

.avatar-wrap {
  display: flex;
  justify-content: center;
  margin-bottom: 1.2rem;
}

.avatar {
  width: 9.2rem;
  height: 9.2rem;
  padding: 3px;
  border-radius: 50%;
  background: conic-gradient(from 210deg, var(--gold), #7a3b44, var(--gold-soft), var(--gold));
  box-shadow: 0 18px 40px rgba(0, 0, 0, 0.45);
}

.avatar img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: 50% 18%;
  border-radius: 50%;
  border: 3px solid var(--ink);
}

.profile h1 {
  margin: 0;
}

.name {
  display: block;
  font-family: var(--serif);
  font-weight: 500;
  font-size: clamp(2.75rem, 8.4vw, 4.05rem);
  line-height: 0.95;
  letter-spacing: -0.03em;
}

.copro {
  display: block;
  margin-top: 0.7rem;
  font-family: var(--serif);
  font-style: italic;
  font-size: clamp(1.22rem, 3.6vw, 1.5rem);
  font-weight: 400;
  color: var(--ivory-dim);
}

.copro em {
  font-style: italic;
  color: var(--gold-soft);
}

.badge {
  display: block;
  box-sizing: border-box;
  width: 100%;
  max-width: 28rem;
  margin: 1rem auto 0;
  padding: 0.48rem 0.95rem;
  border: 1px solid var(--line);
  border-radius: 999px;
  font-size: 0.78rem;
  font-weight: 500;
  letter-spacing: 0.06em;
  line-height: 1.45;
  text-transform: uppercase;
  white-space: normal;
  overflow-wrap: break-word;
  color: var(--gold);
}

.lede {
  margin: 0.95rem auto 0;
  max-width: 36ch;
  color: var(--ivory-dim);
  font-size: 1.12rem;
  line-height: 1.55;
  overflow-wrap: break-word;
}

.links {
  display: grid;
  gap: 0.75rem;
}

.link {
  display: grid;
  grid-template-columns: auto minmax(0, 1fr) auto;
  align-items: center;
  gap: 0.9rem;
  min-width: 0;
  padding: 0.95rem 1.05rem;
  border: 1px solid var(--line);
  border-radius: var(--radius);
  background: var(--glass);
  backdrop-filter: blur(14px);
  box-shadow: inset 0 1px 0 rgba(224, 196, 138, 0.1);
  transition: border-color 0.2s ease, transform 0.2s ease, background 0.2s ease;
}

.link:hover,
.link:focus-visible {
  transform: translateY(-2px);
  border-color: var(--gold-soft);
  background: rgba(92, 31, 42, 0.42);
}

.link:focus-visible {
  outline: 2px solid var(--gold);
  outline-offset: 3px;
}

.link-icon {
  width: 2.35rem;
  height: 2.35rem;
  display: grid;
  place-items: center;
  border-radius: 50%;
  background: rgba(201, 163, 90, 0.12);
  color: var(--gold);
}

.link-icon svg {
  width: 1.2rem;
  height: 1.2rem;
}

.link-copy {
  display: grid;
  gap: 0.12rem;
  min-width: 0;
}

.link-name {
  font-weight: 500;
  letter-spacing: 0.06em;
  text-transform: uppercase;
  font-size: 0.9rem;
}

.link-handle {
  color: var(--ivory-dim);
  font-size: 1rem;
}

.link-go {
  display: none;
  font-size: 0.78rem;
  font-weight: 500;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  color: var(--gold);
}

@media (min-width: 480px) {
  .link-go {
    display: block;
  }
}

.film {
  display: grid;
  grid-template-columns: 1.15fr 0.85fr 1fr;
  gap: 0.55rem;
}

.film figure {
  margin: 0;
  overflow: hidden;
  border-radius: 0.85rem;
  border: 1px solid var(--line);
  aspect-ratio: 3 / 4;
}

.film img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  filter: saturate(0.92);
  transition: transform 0.5s ease;
}

.film figure:hover img {
  transform: scale(1.05);
}

.film figure:nth-child(2) img {
  object-position: 50% 42%;
}

.menu {
  padding: 1.25rem 1.15rem 0.4rem;
  border: 1px solid var(--line);
  border-radius: var(--radius);
  background: rgba(12, 8, 9, 0.5);
  backdrop-filter: blur(12px);
}

.menu h2,
.play h2 {
  margin: 0 0 0.35rem;
  font-family: var(--serif);
  font-weight: 500;
  font-size: 2.4rem;
  letter-spacing: -0.02em;
}

.menu-note,
.play-note {
  margin: 0 0 1rem;
  color: var(--ivory-mute);
  font-size: 0.96rem;
}

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

.menu li {
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  gap: 0.8rem;
  align-items: baseline;
  padding: 0.95rem 0;
  border-top: 1px solid rgba(201, 163, 90, 0.16);
}

@media (max-width: 479px) {
  .menu li {
    grid-template-columns: 1fr;
    gap: 0.2rem;
  }
}

.menu h3 {
  margin: 0 0 0.2rem;
  font-family: var(--serif);
  font-size: 1.38rem;
  font-weight: 500;
}

.menu p {
  margin: 0;
  color: var(--ivory-mute);
  font-size: 0.96rem;
}

.price {
  font-family: var(--serif);
  font-size: 1.42rem;
  color: var(--gold-soft);
  white-space: nowrap;
}

.price span {
  font-size: 0.75rem;
  color: var(--ivory-mute);
}

.menu li.featured {
  background: linear-gradient(90deg, rgba(201, 163, 90, 0.08), transparent);
  margin: 0 -1.15rem;
  padding-left: 1.15rem;
  padding-right: 1.15rem;
}

.play h2 {
  margin-bottom: 0.85rem;
}

.chips {
  display: flex;
  flex-wrap: wrap;
  gap: 0.45rem;
  list-style: none;
  margin: 0 0 0.9rem;
  padding: 0;
}

.chips li {
  padding: 0.38rem 0.7rem;
  border: 1px solid rgba(201, 163, 90, 0.28);
  border-radius: 999px;
  font-size: 0.88rem;
  letter-spacing: 0.04em;
  color: var(--ivory-dim);
}

.house p,
footer p {
  margin: 0;
  color: var(--ivory-mute);
  font-size: 0.92rem;
  line-height: 1.55;
  text-align: center;
}

footer {
  padding-bottom: 0.4rem;
}

footer p + p {
  margin-top: 0.35rem;
}

.noscript {
  position: relative;
  z-index: 60;
  margin: 0;
  padding: 1rem;
  text-align: center;
  background: var(--wine-deep);
}

@keyframes rise {
  from {
    opacity: 0;
    transform: translateY(12px);
  }
  to {
    opacity: 1;
    transform: none;
  }
}

@media (min-width: 720px) {
  .stage-mobile {
    display: none;
  }

  .stage-desk {
    display: block;
  }

  .gate {
    background-image:
      radial-gradient(80% 70% at 50% 40%, rgba(92, 31, 42, 0.28), rgba(9, 6, 7, 0.92) 72%),
      url("../assets/still.jpg");
  }

  .gate-actions {
    grid-template-columns: 1.55fr 0.8fr;
  }
}

@media (min-width: 1080px) {
  .layout {
    width: min(1080px, 100%);
    display: grid;
    grid-template-columns: 1.05fr 0.95fr;
    gap: 3.2rem;
    align-items: start;
    min-height: calc(100dvh - 2 * var(--pad));
  }

  .hero-shot {
    display: block;
    position: sticky;
    top: var(--pad);
    align-self: start;
  }

  .hero-shot img {
    width: 100%;
    height: min(86dvh, 820px);
    object-fit: cover;
    object-position: 50% 18%;
    border-radius: 1.6rem;
    border: 1px solid var(--line);
    box-shadow: 0 30px 80px rgba(0, 0, 0, 0.45);
  }

  .hero-shot figcaption {
    margin-top: 0.7rem;
    font-family: var(--serif);
    font-style: italic;
    color: var(--ivory-mute);
    letter-spacing: 0.04em;
  }

  .avatar-wrap {
    display: none;
  }

  .profile {
    text-align: left;
  }

  .badge {
    margin-left: 0;
    margin-right: 0;
  }

  .lede {
    margin-left: 0;
  }

  .house p,
  footer p {
    text-align: left;
  }
}

@media (prefers-reduced-motion: reduce) {
  html {
    scroll-behavior: auto;
  }

  *,
  *::before,
  *::after {
    animation: none !important;
    transition: none !important;
  }
}
