.play-page .about-content.play-lobby {
  position: relative;
  max-width: 1120px;
  overflow: visible;
}

.play-lobby__atmosphere {
  position: absolute;
  inset: -8% -6% 0;
  pointer-events: none;
  z-index: 0;
}

.play-lobby__stars,
.play-lobby__warm,
.play-lobby__lines {
  position: absolute;
  inset: 0;
}

.play-lobby__stars {
  background-image:
    radial-gradient(1px 1px at 12% 22%, rgba(232, 238, 249, 0.7), transparent 2px),
    radial-gradient(1px 1px at 18% 68%, rgba(232, 238, 249, 0.45), transparent 2px),
    radial-gradient(1.5px 1.5px at 8% 44%, rgba(152, 186, 227, 0.55), transparent 2px),
    radial-gradient(1px 1px at 28% 16%, rgba(232, 238, 249, 0.35), transparent 2px),
    radial-gradient(1px 1px at 22% 86%, rgba(152, 186, 227, 0.4), transparent 2px),
    radial-gradient(1.5px 1.5px at 36% 30%, rgba(232, 238, 249, 0.28), transparent 2px);
  opacity: 0.7;
  mask-image: linear-gradient(90deg, #000 0%, #000 42%, transparent 68%);
  animation: play-star-drift 28s linear infinite;
}

.play-lobby__warm {
  background:
    radial-gradient(ellipse 46% 42% at 86% 58%, rgba(200, 120, 64, 0.16), transparent 68%),
    radial-gradient(ellipse 28% 30% at 78% 28%, rgba(232, 192, 122, 0.08), transparent 70%);
}

.play-lobby__lines {
  background-image:
    linear-gradient(115deg, transparent 0%, rgba(152, 186, 227, 0.06) 46%, transparent 47%),
    linear-gradient(155deg, transparent 0%, rgba(152, 186, 227, 0.04) 62%, transparent 63%);
  opacity: 0.55;
}

.play-destinations {
  position: relative;
  z-index: 1;
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(0, 1fr);
  gap: clamp(28px, 5vw, 56px);
  align-items: stretch;
}

.play-dest {
  position: relative;
  scroll-margin-top: 88px;
  display: flex;
  flex-direction: column;
  align-items: center;
  height: 100%;
}

.play-dest__visual {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  min-height: min(420px, 88vw);
}

.play-dest__body {
  position: relative;
  z-index: 2;
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  flex: 1 1 auto;
  width: 100%;
  padding: 0 12px;
}

.play-dest h3 {
  margin: 0 0 10px;
  font-size: clamp(1.45rem, 2.6vw, 1.85rem);
  color: var(--text, #e8eef9);
  line-height: 1.15;
  letter-spacing: 0.02em;
}

.play-dest p {
  margin: 0 0 12px;
  max-width: 34rem;
  color: var(--muted, #bcd1ee);
  font-weight: 500;
  line-height: 1.7;
}

.play-dest__actions {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  gap: 12px;
  margin-top: auto;
  padding-top: 16px;
}

/* Astrozaar portal */

.play-portal {
  position: relative;
  width: min(100%, 420px);
  aspect-ratio: 1;
  margin: 0;
  display: grid;
  place-items: center;
}

.play-portal > * {
  grid-area: 1 / 1;
  place-self: center;
}

.play-portal__core {
  width: 72%;
  height: 72%;
  border-radius: 50%;
  background:
    radial-gradient(circle at 38% 32%, rgba(180, 140, 255, 0.18), transparent 36%),
    radial-gradient(circle at 62% 70%, rgba(54, 84, 117, 0.55), transparent 42%),
    radial-gradient(circle at 50% 50%, #122033 0%, #070b14 68%, #04060c 100%);
  box-shadow:
    0 0 40px rgba(89, 1, 177, 0.22),
    inset 0 0 48px rgba(2, 4, 8, 0.55);
}

.play-portal__haze {
  width: 92%;
  height: 92%;
  border-radius: 50%;
  background:
    radial-gradient(circle at 30% 28%, rgba(152, 80, 255, 0.22), transparent 42%),
    radial-gradient(circle at 70% 72%, rgba(89, 129, 177, 0.28), transparent 46%);
  filter: blur(10px);
  animation: play-portal-breathe 7.5s ease-in-out infinite;
}

.play-portal__stars {
  width: 70%;
  height: 70%;
  border-radius: 50%;
  background-image:
    radial-gradient(1px 1px at 22% 28%, #fff, transparent 2px),
    radial-gradient(1px 1px at 68% 18%, rgba(255, 255, 255, 0.7), transparent 2px),
    radial-gradient(1.5px 1.5px at 78% 62%, rgba(152, 186, 227, 0.9), transparent 2px),
    radial-gradient(1px 1px at 36% 74%, #fff, transparent 2px),
    radial-gradient(1px 1px at 54% 40%, rgba(255, 255, 255, 0.55), transparent 2px),
    radial-gradient(1px 1px at 16% 58%, rgba(232, 238, 249, 0.7), transparent 2px);
  animation: play-star-drift 22s linear infinite;
}

.play-portal__orbit {
  border-radius: 50%;
  border: 1px solid rgba(152, 186, 227, 0.16);
  box-shadow: 0 0 12px rgba(152, 186, 227, 0.08);
}

.play-portal__orbit--outer {
  width: 96%;
  height: 96%;
  transform: rotate(-12deg);
}

.play-portal__orbit--inner {
  width: 80%;
  height: 80%;
  border-color: rgba(180, 120, 255, 0.16);
  transform: rotate(18deg);
}

.play-portal__ring {
  width: 86%;
  height: 86%;
  border-radius: 50%;
  background: conic-gradient(
    from 210deg,
    rgba(152, 186, 227, 0.08),
    rgba(180, 90, 255, 0.9),
    rgba(152, 186, 227, 0.95),
    rgba(89, 129, 177, 0.18),
    rgba(180, 90, 255, 0.75),
    rgba(152, 186, 227, 0.08)
  );
  -webkit-mask: radial-gradient(farthest-side, transparent calc(100% - 5px), #000 calc(100% - 4px));
  mask: radial-gradient(farthest-side, transparent calc(100% - 5px), #000 calc(100% - 4px));
  box-shadow:
    0 0 28px rgba(120, 80, 220, 0.28),
    0 0 64px rgba(89, 1, 177, 0.18);
  animation: play-portal-breathe 7.5s ease-in-out infinite;
}

.play-portal__logo {
  position: relative;
  z-index: 3;
  width: min(210px, 52%);
  height: auto;
  margin: 0;
  display: block;
  object-fit: contain;
  filter: drop-shadow(0 0 18px rgba(255, 80, 80, 0.4)) drop-shadow(0 8px 24px rgba(2, 4, 8, 0.45));
  transition: transform 0.35s ease, filter 0.35s ease;
}

.play-launch {
  min-height: 46px;
  padding: 12px 20px;
  border-radius: 14px;
  letter-spacing: 0.04em;
  border-color: rgba(180, 150, 255, 0.45);
  background: linear-gradient(145deg, #7a9fd0 0%, #4a6f9c 48%, #365475 100%);
  box-shadow:
    0 0 0 1px rgba(232, 238, 249, 0.08) inset,
    0 8px 22px rgba(54, 84, 117, 0.38),
    0 0 18px rgba(140, 100, 255, 0.18);
}

.play-launch__chevron {
  width: 8px;
  height: 8px;
  border-right: 2px solid currentColor;
  border-top: 2px solid currentColor;
  transform: rotate(45deg);
  margin-left: 2px;
}

.play-dest--astrozaar:hover .play-portal__ring,
.play-dest--astrozaar:focus-within .play-portal__ring {
  box-shadow:
    0 0 36px rgba(150, 110, 255, 0.42),
    0 0 80px rgba(89, 1, 177, 0.28),
    inset 0 0 24px rgba(152, 186, 227, 0.18);
}

.play-dest--astrozaar:hover .play-portal__logo,
.play-dest--astrozaar:focus-within .play-portal__logo {
  transform: translateY(-3px) scale(1.02);
  filter: drop-shadow(0 0 24px rgba(255, 140, 80, 0.5)) drop-shadow(0 10px 26px rgba(2, 4, 8, 0.5));
}

.play-dest--astrozaar:hover .play-portal__stars,
.play-dest--astrozaar:focus-within .play-portal__stars {
  transform: translate3d(4px, -3px, 0);
}

.play-dest--astrozaar:hover .play-launch,
.play-dest--astrozaar:focus-within .play-launch {
  box-shadow:
    0 0 0 1px rgba(232, 238, 249, 0.14) inset,
    0 10px 26px rgba(54, 84, 117, 0.46),
    0 0 28px rgba(160, 120, 255, 0.3);
}

.play-launch:focus-visible {
  outline: 2px solid var(--accent, #8ab4ff);
  outline-offset: 3px;
}

/* Theatre marquee */

.play-marquee {
  position: relative;
  width: min(100%, 420px);
  margin: 0;
  padding: 14px 16px 18px;
  border-radius: 8px 8px 18px 18px;
  background:
    linear-gradient(180deg, #2a1c14 0%, #1a120e 40%, #120c0a 100%);
  border: 1px solid rgba(232, 192, 122, 0.28);
  box-shadow:
    0 18px 40px rgba(2, 4, 8, 0.4),
    0 0 28px rgba(200, 120, 50, 0.12);
}

.play-marquee__crown {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 12px;
  padding: 4px 8px 10px;
}

.play-marquee__title {
  font-size: clamp(1.35rem, 3vw, 1.85rem);
  font-weight: 900;
  letter-spacing: 0.22em;
  text-transform: uppercase;
  color: #f3d7a0;
  text-shadow: 0 0 16px rgba(232, 192, 122, 0.35);
}

.play-marquee__jewel {
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: #f0d18a;
  box-shadow: 0 0 10px rgba(240, 209, 138, 0.7);
}

.play-marquee__bulbs {
  display: flex;
  justify-content: space-between;
  gap: 6px;
  padding: 0 6px 12px;
}

.play-marquee__bulbs span {
  flex: 0 0 auto;
  width: 9px;
  height: 9px;
  border-radius: 50%;
  background: radial-gradient(circle at 35% 30%, #fff6d4, #e8c07a 46%, #b8863a 100%);
  box-shadow: 0 0 8px rgba(232, 192, 122, 0.55);
  animation: play-bulb-shimmer 2.8s ease-in-out infinite;
}

.play-marquee__bulbs span:nth-child(2n) {
  animation-delay: 0.35s;
}

.play-marquee__bulbs span:nth-child(3n) {
  animation-delay: 0.7s;
}

.play-marquee__house {
  position: relative;
  height: clamp(168px, 24vw, 220px);
  overflow: hidden;
  border-radius: 4px 4px 10px 10px;
  background:
    radial-gradient(ellipse 70% 50% at 50% 88%, rgba(232, 192, 122, 0.16), transparent 55%),
    linear-gradient(180deg, #14080c 0%, #0a0709 100%);
  box-shadow: inset 0 0 0 1px rgba(0, 0, 0, 0.45);
}

.play-marquee__curtain {
  position: absolute;
  top: 0;
  width: 38%;
  height: 100%;
  background:
    repeating-linear-gradient(
      90deg,
      #6a1c24 0 10px,
      #54161c 10px 18px,
      #7a2430 18px 22px
    );
  box-shadow: inset 0 0 24px rgba(0, 0, 0, 0.35);
  transition: filter 0.35s ease, transform 0.35s ease;
}

.play-marquee__curtain--left {
  left: 0;
  border-right: 1px solid rgba(232, 192, 122, 0.12);
  clip-path: polygon(0 0, 100% 0, 82% 100%, 0 100%);
}

.play-marquee__curtain--right {
  right: 0;
  border-left: 1px solid rgba(232, 192, 122, 0.12);
  clip-path: polygon(0 0, 100% 0, 100% 100%, 18% 100%);
}

.play-marquee__stage {
  position: absolute;
  inset: 18% 28% 22%;
  background:
    radial-gradient(ellipse at 50% 100%, rgba(232, 192, 122, 0.12), transparent 60%),
    linear-gradient(180deg, rgba(20, 12, 14, 0.2), rgba(6, 6, 10, 0.7));
}

.play-marquee__floor {
  position: absolute;
  left: 10%;
  right: 10%;
  bottom: 0;
  height: 22%;
  background: radial-gradient(ellipse at 50% 0%, rgba(232, 192, 122, 0.28), transparent 70%);
  filter: blur(6px);
}

.play-marquee__closed {
  position: absolute;
  left: 50%;
  bottom: 28px;
  transform: translateX(-50%) rotate(-3deg);
  padding: 6px 14px 7px;
  border-radius: 3px;
  background: #e8c07a;
  color: #2a1a0f;
  font-size: 0.68rem;
  font-weight: 800;
  letter-spacing: 0.16em;
  text-transform: uppercase;
  box-shadow: 0 8px 16px rgba(0, 0, 0, 0.35);
}

.play-theatre-open {
  background: rgba(24, 16, 14, 0.72);
  border-color: rgba(232, 192, 122, 0.38);
  color: #f3d7a0;
}

.play-theatre-open:hover,
.play-theatre-open:focus-visible {
  border-color: rgba(232, 192, 122, 0.55);
  color: #ffe7b8;
}

.play-theatre-open:focus-visible {
  outline: 2px solid #e8c07a;
  outline-offset: 3px;
}

.play-placard {
  display: inline-flex;
  align-items: center;
  padding: 8px 12px;
  border-radius: 3px;
  border: 1px solid rgba(232, 192, 122, 0.4);
  background:
    linear-gradient(180deg, #3a2a1c 0%, #241810 100%);
  color: #e8c07a;
  font-size: 0.78rem;
  font-weight: 700;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  box-shadow: inset 0 1px 0 rgba(255, 230, 180, 0.08);
}

.play-dest--theatre:hover .play-marquee__curtain,
.play-dest--theatre:focus-within .play-marquee__curtain {
  filter: brightness(1.12);
}

.play-dest--theatre:hover .play-marquee,
.play-dest--theatre:focus-within .play-marquee {
  box-shadow:
    0 20px 44px rgba(2, 4, 8, 0.45),
    0 0 36px rgba(200, 120, 50, 0.2);
}

.play-dest--theatre:hover .play-marquee__closed,
.play-dest--theatre:focus-within .play-marquee__closed {
  box-shadow:
    0 8px 16px rgba(0, 0, 0, 0.35),
    0 0 16px rgba(232, 192, 122, 0.35);
}

@keyframes play-portal-breathe {
  0%, 100% { opacity: 0.86; transform: scale(1); }
  50% { opacity: 1; transform: scale(1.018); }
}

@keyframes play-star-drift {
  0% { transform: translate3d(0, 0, 0); }
  100% { transform: translate3d(6px, -8px, 0); }
}

@keyframes play-bulb-shimmer {
  0%, 100% { opacity: 0.72; filter: brightness(0.92); }
  50% { opacity: 1; filter: brightness(1.18); }
}

@media (max-width: 900px) {
  .play-destinations {
    grid-template-columns: 1fr;
    gap: 48px;
  }

  .play-dest__visual {
    min-height: 0;
  }

  .play-portal,
  .play-marquee {
    width: min(100%, 400px);
  }
}

@media (max-width: 720px) {
  .play-page .about-content.play-lobby {
    padding-left: 16px;
    padding-right: 16px;
  }

  .play-portal {
    width: min(100%, 340px);
    margin-top: 0;
  }

  .play-portal__logo {
    width: min(180px, 54%);
  }

  .play-marquee {
    width: 100%;
  }

  .play-dest__actions {
    width: 100%;
  }

  .play-launch,
  .play-theatre-open {
    width: 100%;
    justify-content: center;
  }
}

@media (prefers-reduced-motion: reduce) {
  .play-lobby__stars,
  .play-portal__haze,
  .play-portal__stars,
  .play-portal__ring,
  .play-marquee__bulbs span,
  .play-portal__logo {
    animation: none;
    transition: none;
  }

  .play-dest--astrozaar:hover .play-portal__logo,
  .play-dest--astrozaar:focus-within .play-portal__logo,
  .play-dest--astrozaar:hover .play-portal__stars,
  .play-dest--astrozaar:focus-within .play-portal__stars {
    transform: none;
  }
}
