:root {
  --arrival-accent: #ff4d94;
  --arrival-accent-soft: rgba(255, 77, 148, 0.24);
}

.page--luckyboy-home {
  --page: #09090b;
  --page-shadow: #040406;
  --surface: rgba(14, 13, 17, 0.54);
  --surface-border: rgba(255, 255, 255, 0.06);
  --tile: rgba(17, 16, 21, 0.84);
  --tile-strong: rgba(20, 18, 24, 0.96);
  --tile-edge: rgba(255, 255, 255, 0.1);
  --tile-edge-soft: rgba(255, 255, 255, 0.06);
  --tile-inner: rgba(255, 255, 255, 0.03);
  --text-main: #f7f1ea;
  --text-muted: rgba(247, 241, 234, 0.76);
  --text-soft: rgba(247, 241, 234, 0.62);
  --text-fine: rgba(247, 241, 234, 0.48);
  --accent: #ff8a00;
  --accent-hover: #ff9c20;
  --accent-soft: rgba(255, 138, 0, 0.18);
}

.page--luckyboy-home::after {
  width: clamp(360px, 39vw, 620px);
  top: 56%;
  right: max(-4vw, -68px);
  background: url("../media/luckyboy-logo.png") center / contain no-repeat;
  opacity: 0.045;
  filter: grayscale(1) brightness(0.58);
}

.page--luckyboy-home .site-brand-name {
  letter-spacing: 0.08em;
}

.site-brand-mark--logo,
.site-footer-mark--logo {
  width: 42px;
  border-radius: 12px;
}

.site-page.page--luckyboy-home.stage-locked {
  overflow: hidden;
}

.page--luckyboy-home .site-header,
.page--luckyboy-home .page-main,
.page--luckyboy-home .site-footer {
  transition: opacity 560ms ease, transform 560ms ease;
}

.page--luckyboy-home.stage-locked .site-header,
.page--luckyboy-home.stage-locked .page-main,
.page--luckyboy-home.stage-locked .site-footer {
  opacity: 0;
  transform: translateY(18px);
  pointer-events: none;
}

.page--luckyboy-home.stage-complete .site-header,
.page--luckyboy-home.stage-complete .page-main,
.page--luckyboy-home.stage-complete .site-footer {
  opacity: 1;
  transform: translateY(0);
  pointer-events: auto;
}

.page--luckyboy-home [id] {
  scroll-margin-top: calc(var(--header-offset) + 18px);
}

.arrival-stage {
  position: fixed;
  inset: 0;
  z-index: 120;
  overflow: hidden;
  background: #000;
  transition: opacity 900ms ease, visibility 900ms ease;
}

.page--luckyboy-home.stage-complete .arrival-stage {
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
}

.scene {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  overflow: hidden;
  opacity: 0;
  transition: opacity 1.4s ease;
}

.scene.active {
  opacity: 1;
}

.scene video {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

#sceneDesk video {
  filter: brightness(0.9) saturate(1.12);
}

.arrival-stage::before {
  content: "";
  position: absolute;
  inset: 0;
  background:
    linear-gradient(180deg, rgba(0, 0, 0, 0.35) 0%, rgba(0, 0, 0, 0.1) 28%, rgba(0, 0, 0, 0.58) 100%),
    radial-gradient(circle at 18% 18%, rgba(255, 77, 148, 0.16), transparent 34%),
    radial-gradient(circle at 82% 74%, rgba(255, 138, 0, 0.16), transparent 30%);
  z-index: 1;
  pointer-events: none;
}

.arrival-content,
.arrival-controls {
  position: absolute;
  z-index: 2;
}

.arrival-content {
  left: clamp(20px, 5vw, 54px);
  right: clamp(20px, 5vw, 54px);
  bottom: clamp(118px, 16vh, 180px);
  max-width: 660px;
  display: grid;
  gap: 14px;
}

.arrival-mark {
  width: clamp(88px, 13vw, 124px);
  border-radius: 22px;
  box-shadow: 0 24px 48px rgba(0, 0, 0, 0.24);
}

.arrival-kicker {
  margin: 0;
  font-size: 11px;
  letter-spacing: 0.24em;
  text-transform: uppercase;
  color: rgba(247, 241, 234, 0.7);
}

.arrival-title {
  margin: 0;
  max-width: 10ch;
  font-family: -apple-system, BlinkMacSystemFont, "SF Pro Display", "SF Pro Text", system-ui, sans-serif;
  font-size: clamp(3.3rem, 8vw, 6.2rem);
  line-height: 0.92;
  letter-spacing: -0.06em;
  color: #f7f1ea;
}

.arrival-copy {
  margin: 0;
  max-width: 48ch;
  font-size: clamp(1rem, 2vw, 1.18rem);
  line-height: 1.55;
  color: rgba(247, 241, 234, 0.8);
}

.arrival-status {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  width: fit-content;
  min-height: 40px;
  padding: 0 16px;
  border-radius: 999px;
  border: 1px solid rgba(255, 255, 255, 0.12);
  background: rgba(8, 8, 12, 0.64);
  backdrop-filter: blur(14px);
  -webkit-backdrop-filter: blur(14px);
  color: rgba(247, 241, 234, 0.8);
  font-size: 0.78rem;
  letter-spacing: 0.14em;
  text-transform: uppercase;
}

.arrival-status-dot {
  width: 8px;
  height: 8px;
  border-radius: 999px;
  background: var(--arrival-accent);
  box-shadow: 0 0 18px var(--arrival-accent-soft);
}

.arrival-controls {
  top: clamp(22px, 4vw, 34px);
  right: clamp(20px, 5vw, 54px);
}

.arrival-skip {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 42px;
  padding: 0 16px;
  border: 1px solid rgba(255, 255, 255, 0.14);
  border-radius: 999px;
  background: rgba(10, 10, 14, 0.62);
  color: rgba(247, 241, 234, 0.84);
  font-size: 0.78rem;
  letter-spacing: 0.18em;
  text-transform: uppercase;
  cursor: pointer;
  transition: border-color 160ms ease, background-color 160ms ease, transform 120ms ease;
  backdrop-filter: blur(14px);
  -webkit-backdrop-filter: blur(14px);
}

.arrival-skip:hover {
  border-color: rgba(255, 138, 0, 0.46);
  background: rgba(14, 14, 18, 0.84);
  transform: translateY(-1px);
}

.arrival-skip:active {
  transform: translateY(0);
}

.arrival-action {
  position: absolute;
  left: 50%;
  bottom: clamp(34px, 7vh, 58px);
  z-index: 2;
  transform: translateX(-50%) scale(0.96);
  min-width: min(88vw, 260px);
  min-height: 54px;
  padding: 0 24px;
  border: 1px solid rgba(255, 138, 0, 0.92);
  border-radius: 999px;
  background: var(--accent);
  color: #171717;
  font-size: 0.96rem;
  font-weight: 700;
  letter-spacing: 0.16em;
  text-transform: uppercase;
  opacity: 0;
  pointer-events: none;
  cursor: pointer;
  box-shadow: 0 18px 36px rgba(0, 0, 0, 0.24);
  transition: opacity 420ms ease, transform 240ms ease, background-color 160ms ease;
}

.arrival-action.visible {
  opacity: 1;
  pointer-events: auto;
  transform: translateX(-50%) scale(1);
}

.arrival-action:hover {
  background: var(--accent-hover);
  transform: translateX(-50%) translateY(-1px);
}

.arrival-action:active {
  transform: translateX(-50%) translateY(0);
}

.page--luckyboy-home .page-hero-copy {
  max-width: 42ch;
}

.page--luckyboy-home.page--lbm-experience {
  --accent: #7edfff;
  --accent-hover: #99e7ff;
  --accent-soft: rgba(126, 223, 255, 0.18);
}

.page--luckyboy-home.page--lbm-shop {
  --accent: #ff6c3b;
  --accent-hover: #ff865d;
  --accent-soft: rgba(255, 108, 59, 0.18);
}

.page--luckyboy-home.page--lbm-subscriptions {
  --accent: #ffd166;
  --accent-hover: #ffdf8d;
  --accent-soft: rgba(255, 209, 102, 0.18);
}

.page--luckyboy-home.page--lbm-digital {
  --accent: #57e3c4;
  --accent-hover: #72edd1;
  --accent-soft: rgba(87, 227, 196, 0.18);
}

.page--luckyboy-home.page--lbm-universe {
  --accent: #ff6b7c;
  --accent-hover: #ff8593;
  --accent-soft: rgba(255, 107, 124, 0.18);
}

.page--luckyboy-home.page--lbm-account {
  --accent: #c4ef6d;
  --accent-hover: #d3f48d;
  --accent-soft: rgba(196, 239, 109, 0.18);
}

.page--luckyboy-home.page--lbm-support {
  --accent: #8cc7ff;
  --accent-hover: #a7d5ff;
  --accent-soft: rgba(140, 199, 255, 0.18);
}

.page--luckyboy-home.page--lbm-legal {
  --accent: #efd1a1;
  --accent-hover: #f4dcba;
  --accent-soft: rgba(239, 209, 161, 0.18);
}

.page--luckyboy-home.page--lbm-experience .page-main {
  padding-top: 0;
}

.cabana-cinematic {
  position: relative;
  overflow: hidden;
  background: #05080b;
}

.cabana-stage {
  position: relative;
  min-height: clamp(520px, 72svh, 760px);
  overflow: hidden;
  background:
    radial-gradient(circle at 18% 18%, rgba(126, 223, 255, 0.2), transparent 32%),
    radial-gradient(circle at 82% 76%, rgba(255, 138, 0, 0.18), transparent 28%),
    #05080b;
  isolation: isolate;
}

.cabana-stage::before {
  content: "";
  position: absolute;
  inset: 0;
  z-index: 1;
  pointer-events: none;
  background:
    linear-gradient(180deg, rgba(5, 8, 11, 0.22) 0%, rgba(5, 8, 11, 0.08) 22%, rgba(5, 8, 11, 0.5) 68%, rgba(5, 8, 11, 0.92) 100%),
    linear-gradient(90deg, rgba(5, 8, 11, 0.62) 0%, rgba(5, 8, 11, 0.16) 34%, rgba(5, 8, 11, 0) 58%);
}

.cabana-clip {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  opacity: 0;
  transform: scale(1.04);
  transition:
    opacity 1200ms ease,
    transform 1600ms ease,
    filter 1200ms ease;
}

.cabana-clip--sequence {
  opacity: 1;
  filter: brightness(0.78) saturate(0.98);
}

.cabana-clip--loop {
  filter: brightness(0.9) saturate(1.08);
}

.cabana-stage.is-cabana-live .cabana-clip--sequence,
[data-cabana-stage].is-cabana-live .cabana-clip--sequence {
  opacity: 0;
  transform: scale(1.08);
}

.cabana-stage.is-cabana-live .cabana-clip--loop,
[data-cabana-stage].is-cabana-live .cabana-clip--loop {
  opacity: 1;
  transform: scale(1);
}

.cabana-stage-glow,
.cabana-stage-edge {
  position: absolute;
  inset: auto 0 0;
  z-index: 1;
  pointer-events: none;
}

.cabana-stage-glow {
  height: 42%;
  background:
    linear-gradient(180deg, rgba(5, 8, 11, 0) 0%, rgba(5, 8, 11, 0.18) 26%, rgba(5, 8, 11, 0.82) 100%),
    radial-gradient(circle at 22% 14%, rgba(126, 223, 255, 0.22), transparent 32%);
}

.cabana-stage-edge {
  height: 16px;
  background: linear-gradient(180deg, rgba(255, 255, 255, 0.14), rgba(255, 255, 255, 0));
  opacity: 0.18;
}

.cabana-stage-shell {
  position: relative;
  z-index: 2;
  min-height: inherit;
  display: flex;
  align-items: flex-end;
  padding-top: clamp(112px, 17svh, 152px);
  padding-bottom: clamp(30px, 5vw, 54px);
}

.cabana-stage-copy {
  display: grid;
  gap: 16px;
  max-width: min(560px, 92vw);
}

.cabana-stage-kicker {
  margin: 0;
  color: rgba(247, 241, 234, 0.7);
  font-size: 11px;
  letter-spacing: 0.24em;
  text-transform: uppercase;
}

.cabana-stage-title {
  margin: 0;
  max-width: 8ch;
  font-size: clamp(3rem, 8vw, 6rem);
  line-height: 0.9;
  letter-spacing: -0.07em;
}

.cabana-stage-text {
  margin: 0;
  max-width: 34ch;
  color: rgba(247, 241, 234, 0.84);
  font-size: clamp(1rem, 2vw, 1.14rem);
  line-height: 1.55;
}

.cabana-stage-note {
  margin: 0;
  max-width: 46ch;
  color: var(--text-soft);
  font-size: 0.94rem;
  line-height: 1.5;
}

.cabana-stage-status {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  width: fit-content;
  min-height: 40px;
  padding: 0 16px;
  border-radius: 999px;
  border: 1px solid rgba(255, 255, 255, 0.12);
  background: rgba(8, 11, 14, 0.52);
  backdrop-filter: blur(14px);
  -webkit-backdrop-filter: blur(14px);
  color: rgba(247, 241, 234, 0.84);
  font-size: 0.74rem;
  letter-spacing: 0.14em;
  text-transform: uppercase;
}

.cabana-stage-status-dot {
  width: 8px;
  height: 8px;
  border-radius: 999px;
  background: var(--accent);
  box-shadow: 0 0 20px var(--accent-soft);
}

.cabana-stage-copy .actions {
  justify-content: flex-start;
  flex-wrap: wrap;
}

.cabana-stage-copy .button {
  box-shadow: 0 18px 36px rgba(0, 0, 0, 0.18);
}

.page--luckyboy-home .page-hero--board {
  padding-bottom: clamp(30px, 5vw, 48px);
}

.page--luckyboy-home .page-hero-layout {
  display: grid;
  grid-template-columns: minmax(0, 1.15fr) minmax(300px, 0.85fr);
  gap: 24px;
  align-items: end;
}

.page--luckyboy-home .page-hero--board .page-hero-inner {
  max-width: none;
}

.page--luckyboy-home .hero-note {
  margin: 4px 0 0;
  max-width: 54ch;
  color: var(--text-soft);
  font-size: 0.95rem;
}

.hero-board,
.signal-card {
  position: relative;
  overflow: hidden;
  border-radius: 24px;
  border: 1px solid var(--tile-edge);
  background: rgba(15, 14, 19, 0.82);
  box-shadow:
    0 22px 44px rgba(0, 0, 0, 0.22),
    0 0 18px rgba(255, 77, 148, 0.05),
    0 0 28px rgba(255, 138, 0, 0.035),
    0 0 40px rgba(99, 231, 255, 0.028);
  backdrop-filter: blur(20px);
  -webkit-backdrop-filter: blur(20px);
  isolation: isolate;
}

.hero-board::before,
.signal-card::before {
  display: none;
}

.hero-board::after,
.signal-card::after,
.merch-card::after,
.subscription-offer::after,
.subscription-mark::after,
.motel-media-frame::after {
  content: "";
  position: absolute;
  inset: 0;
  border-radius: inherit;
  background: transparent;
  box-shadow:
    inset 1px 0 0 rgba(255, 77, 148, 0.12),
    inset -1px 0 0 rgba(255, 138, 0, 0.1),
    inset 0 1px 0 rgba(99, 231, 255, 0.05),
    0 0 18px rgba(255, 77, 148, 0.04),
    0 0 28px rgba(255, 138, 0, 0.03),
    0 0 38px rgba(99, 231, 255, 0.025);
  opacity: 0.75;
  pointer-events: none;
  z-index: 0;
  animation: motelSurfacePulse 14s ease-in-out infinite;
}

.hero-board > *,
.signal-card > *,
.merch-card > *,
.subscription-offer > *,
.subscription-mark > *,
.motel-media-frame > * {
  position: relative;
  z-index: 1;
}

.hero-board {
  display: grid;
  gap: 18px;
  padding: 28px 26px;
}

.hero-board-kicker {
  color: var(--text-fine);
  font-size: 10px;
  letter-spacing: 0.22em;
  text-transform: uppercase;
}

.hero-board-title {
  margin: 0;
  font-size: clamp(1.2rem, 2vw, 1.72rem);
  line-height: 1.04;
  letter-spacing: -0.03em;
}

.hero-board-list {
  display: grid;
  gap: 14px;
}

.hero-board-row {
  display: grid;
  gap: 6px;
  padding-top: 12px;
}

.hero-board-row:first-child {
  padding-top: 0;
}

.hero-board-label {
  color: var(--text-fine);
  font-size: 10px;
  letter-spacing: 0.18em;
  text-transform: uppercase;
}

.hero-board-value {
  color: var(--text-main);
  font-size: 0.97rem;
  line-height: 1.45;
  font-weight: 500;
}

.hero-board-note {
  margin: 0;
  color: var(--text-soft);
  font-size: 0.9rem;
  line-height: 1.5;
}

.signal-grid {
  display: grid;
  gap: 24px;
}

.signal-grid--one {
  grid-template-columns: minmax(0, 1fr);
}

.signal-grid--two {
  grid-template-columns: repeat(2, minmax(0, 1fr));
}

.signal-grid--three {
  grid-template-columns: repeat(3, minmax(0, 1fr));
}

.signal-card {
  min-height: 210px;
  display: grid;
  gap: 14px;
  padding: 28px 28px 24px;
}

.signal-card-step {
  color: var(--accent);
  font-size: 0.8rem;
  letter-spacing: 0.22em;
  text-transform: uppercase;
}

.signal-card-title {
  margin: 0;
  font-family: -apple-system, BlinkMacSystemFont, "SF Pro Display", "SF Pro Text", system-ui, sans-serif;
  font-size: clamp(1.25rem, 2vw, 1.68rem);
  line-height: 1;
  letter-spacing: -0.03em;
  font-weight: 600;
}

.signal-card-copy {
  margin: 0;
  color: var(--text-muted);
  font-size: 0.96rem;
  line-height: 1.55;
}

.signal-card-note {
  margin: auto 0 0;
  padding-top: 10px;
  color: var(--text-fine);
  font-size: 0.76rem;
  letter-spacing: 0.16em;
  text-transform: uppercase;
}

.motel-media-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 24px;
}

.motel-media-card {
  display: flex;
  flex-direction: column;
  gap: 0;
}

.motel-media-frame {
  margin: -6px -6px 24px;
  aspect-ratio: 16 / 9;
  overflow: hidden;
  border-radius: 18px;
  background: #000;
  border: 1px solid rgba(255, 255, 255, 0.06);
  box-shadow:
    0 18px 36px rgba(0, 0, 0, 0.22),
    0 0 22px rgba(255, 77, 148, 0.06),
    0 0 34px rgba(255, 138, 0, 0.05);
  isolation: isolate;
}

.motel-media-frame video {
  width: 100%;
  height: 100%;
  object-fit: cover;
  filter: brightness(0.76) saturate(1.08);
}

.merch-grid {
  display: grid;
  gap: 24px;
}

.merch-grid--one {
  grid-template-columns: minmax(0, 1fr);
}

.merch-grid--two {
  grid-template-columns: repeat(2, minmax(0, 1fr));
}

.merch-grid--three {
  grid-template-columns: repeat(3, minmax(0, 1fr));
}

.merch-card {
  position: relative;
  display: grid;
  gap: 18px;
  padding: 18px;
  border-radius: 28px;
  overflow: hidden;
  border: 1px solid var(--tile-edge);
  background: rgba(15, 14, 19, 0.88);
  box-shadow:
    0 22px 44px rgba(0, 0, 0, 0.22),
    0 0 20px rgba(255, 77, 148, 0.055),
    0 0 30px rgba(255, 138, 0, 0.04),
    0 0 40px rgba(99, 231, 255, 0.03);
  text-decoration: none;
  transition:
    transform 180ms ease,
    border-color 180ms ease,
    box-shadow 180ms ease;
  isolation: isolate;
}

.merch-card::before {
  display: none;
}

.merch-card:hover {
  transform: translateY(-4px);
  border-color: rgba(255, 209, 102, 0.26);
  box-shadow:
    0 28px 54px rgba(0, 0, 0, 0.28),
    0 0 24px rgba(255, 77, 148, 0.075),
    0 0 36px rgba(255, 138, 0, 0.055),
    0 0 46px rgba(99, 231, 255, 0.035);
}

.merch-card-frame {
  position: relative;
  overflow: hidden;
  border-radius: 22px;
  border: 1px solid rgba(255, 255, 255, 0.08);
  aspect-ratio: 1 / 1;
  display: grid;
  place-items: center;
  background: rgba(245, 238, 228, 0.96);
}

.merch-card--portrait .merch-card-frame {
  aspect-ratio: 0.78;
}

.merch-card--landscape .merch-card-frame {
  aspect-ratio: 1.4;
}

.merch-card--pool .merch-card-frame {
  background: rgba(9, 16, 28, 0.96);
}

.merch-card--desk .merch-card-frame {
  background: rgba(235, 221, 198, 0.96);
}

.merch-card-frame img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}

.merch-card-frame--contain img {
  object-fit: contain;
  padding: 18px;
}

.merch-card-copy {
  display: grid;
  gap: 10px;
}

.merch-card-kicker {
  color: var(--text-fine);
  font-size: 10px;
  letter-spacing: 0.22em;
  text-transform: uppercase;
}

.merch-card-title {
  margin: 0;
  color: var(--text-main);
  font-size: clamp(1.3rem, 2vw, 1.72rem);
  line-height: 0.98;
  letter-spacing: -0.04em;
}

.merch-card-text {
  margin: 0;
  color: var(--text-muted);
  font-size: 0.96rem;
  line-height: 1.55;
}

.merch-card-tags {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
}

.motel-signal-copy {
  display: grid;
  gap: 14px;
  max-width: 56ch;
}

.motel-signal-copy p {
  margin: 0;
  color: var(--text-soft);
}

.subscription-offer-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 24px;
}

.subscription-offer-grid--detail {
  grid-template-columns: minmax(0, 1fr);
}

.subscription-offer {
  position: relative;
  display: grid;
  gap: 18px;
  padding: 28px 24px 24px;
  border-radius: 28px;
  border: 1px solid var(--tile-edge);
  overflow: hidden;
  background: rgba(15, 14, 19, 0.86);
  box-shadow:
    0 22px 44px rgba(0, 0, 0, 0.22),
    0 0 18px rgba(255, 77, 148, 0.055),
    0 0 28px rgba(255, 138, 0, 0.04),
    0 0 40px rgba(99, 231, 255, 0.03);
  backdrop-filter: blur(18px);
  -webkit-backdrop-filter: blur(18px);
  transition:
    transform 180ms ease,
    border-color 180ms ease,
    box-shadow 180ms ease;
  isolation: isolate;
}

.subscription-offer::before {
  display: none;
}

.subscription-offer:hover {
  transform: translateY(-4px);
  border-color: rgba(255, 209, 102, 0.26);
  box-shadow:
    0 28px 54px rgba(0, 0, 0, 0.28),
    0 0 24px rgba(255, 77, 148, 0.075),
    0 0 36px rgba(255, 138, 0, 0.055),
    0 0 46px rgba(99, 231, 255, 0.035);
}

.subscription-offer-head {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
}

.subscription-mark {
  position: relative;
  display: grid;
  place-items: center;
  width: 78px;
  aspect-ratio: 1;
  overflow: hidden;
  border-radius: 24px;
  border: 1px solid rgba(255, 255, 255, 0.12);
  background: rgba(17, 16, 21, 0.92);
  box-shadow:
    inset 0 1px 0 rgba(255, 255, 255, 0.08),
    0 16px 32px rgba(0, 0, 0, 0.22),
    0 0 18px rgba(255, 77, 148, 0.055),
    0 0 28px rgba(255, 138, 0, 0.04);
  isolation: isolate;
}

@media (prefers-reduced-motion: reduce) {
  .hero-board::after,
  .signal-card::after,
  .merch-card::after,
  .subscription-offer::after,
  .subscription-mark::after,
  .motel-media-frame::after {
    animation: none;
  }
}

.subscription-mark-logo {
  width: 46px;
  opacity: 0.18;
  filter: grayscale(1) brightness(1.64);
}

.subscription-mark-code {
  position: absolute;
  bottom: 10px;
  font-size: 0.7rem;
  letter-spacing: 0.3em;
  text-transform: uppercase;
  color: var(--text-main);
}

.subscription-offer-window {
  max-width: 12ch;
  color: var(--text-fine);
  font-size: 0.72rem;
  letter-spacing: 0.18em;
  line-height: 1.45;
  text-align: right;
  text-transform: uppercase;
}

.subscription-offer-title {
  margin: 0;
  font-size: clamp(1.44rem, 2vw, 2.02rem);
  line-height: 0.96;
  letter-spacing: -0.04em;
}

.subscription-offer-copy {
  margin: 0;
  color: var(--text-muted);
  font-size: 0.96rem;
  line-height: 1.55;
}

.subscription-offer-pricewrap {
  display: grid;
  gap: 4px;
}

.subscription-offer-price {
  color: var(--text-main);
  font-size: 1.64rem;
  font-weight: 600;
  line-height: 1;
  letter-spacing: -0.04em;
}

.subscription-offer-caption {
  color: var(--text-fine);
  font-size: 0.82rem;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.subscription-offer-list {
  display: grid;
  gap: 10px;
  margin: 0;
  padding: 0;
  list-style: none;
}

.subscription-offer-list li {
  position: relative;
  padding-left: 18px;
  color: var(--text-soft);
  font-size: 0.92rem;
  line-height: 1.5;
}

.subscription-offer-list li::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0.58em;
  width: 7px;
  height: 7px;
  border-radius: 999px;
  background: var(--accent);
  box-shadow: 0 0 16px rgba(255, 209, 102, 0.24);
}

.subscription-offer-actions .actions {
  width: 100%;
  justify-content: flex-start;
  flex-wrap: wrap;
}

.subscription-offer-actions .button {
  width: 100%;
  justify-content: center;
}

.subscription-offer--detail {
  max-width: 760px;
}

.page-hero--subscription-tier {
  padding-bottom: 34px;
}

.subscription-tier-layout {
  display: grid;
  grid-template-columns: minmax(0, 0.86fr) minmax(340px, 0.94fr);
  gap: 28px;
  align-items: end;
}

.subscription-tier-copy {
  display: grid;
  gap: 16px;
  max-width: 40rem;
}

.subscription-tier-kicker {
  color: var(--text-fine);
  font-size: 11px;
  letter-spacing: 0.24em;
  text-transform: uppercase;
}

.page--luckyboy-home.page--lbm-lorena-room {
  --accent: #ff78d6;
  --accent-hover: #ff91e0;
  --accent-soft: rgba(255, 120, 214, 0.18);
  --lorena-stage-curtain-width: 0px;
  --lorena-stage-curtain-opacity: 0;
}

.page--luckyboy-home.page--lbm-lorena-room .site-header {
  opacity: 0;
  transform: translateY(-28px);
  pointer-events: none;
  transition:
    opacity 260ms ease,
    transform 260ms ease;
  will-change: opacity, transform;
}

.page--luckyboy-home.page--lbm-lorena-room:not(.lorena-header-hidden) .site-header,
.page--luckyboy-home.page--lbm-lorena-room.menu-open .site-header {
  opacity: 1;
  transform: translateY(0);
  pointer-events: auto;
}

.page--luckyboy-home.page--lbm-lorena-room::after {
  display: none;
}

.page--lbm-lorena-room .page-main {
  padding-top: 0;
  padding-bottom: 0;
}

.page--lbm-lorena-room .site-footer {
  display: none;
}

.lorena-room-page {
  display: grid;
  gap: 0;
}

.lorena-hero {
  position: relative;
  padding: 0;
  margin-top: 0;
  overflow: hidden;
  background: #05060a;
}

.lorena-hero::before {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  height: 0;
  z-index: 2;
  pointer-events: none;
  opacity: 0;
  background-repeat: no-repeat;
  background-position: center, center bottom;
  background-size: 100% 100%, cover;
  transition: opacity 260ms ease, height 260ms ease, filter 260ms ease, transform 260ms ease;
  filter: blur(28px) saturate(0.82) brightness(0.54);
  transform: translateY(30%) scale(1.08);
}

.lorena-hero-stage {
  position: relative;
  display: grid;
  width: 100%;
  overflow: hidden;
  justify-items: center;
  background: #05060a;
  isolation: isolate;
}

.lorena-hero-stage::before,
.lorena-hero-stage::after {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  width: calc(var(--lorena-stage-curtain-width) + 56px);
  z-index: 0;
  pointer-events: none;
  opacity: var(--lorena-stage-curtain-opacity);
  background-repeat: no-repeat;
  background-size: 100% 100%, auto 124%;
  transition: opacity 260ms ease, width 260ms ease, filter 260ms ease, transform 260ms ease;
  filter: blur(22px) saturate(0.84) brightness(0.62);
}

.lorena-hero-stage::before {
  left: 0;
  background-image:
    linear-gradient(90deg, rgba(5, 6, 10, 1) 0%, rgba(5, 6, 10, 0.74) 34%, rgba(5, 6, 10, 0.18) 74%, rgba(5, 6, 10, 0) 100%),
    url("../media/lorena-room/lorena-room-poster.png");
  background-position: center, left center;
  transform: translateX(-10%) scale(1.08);
}

.lorena-hero-stage::after {
  right: 0;
  background-image:
    linear-gradient(270deg, rgba(5, 6, 10, 1) 0%, rgba(5, 6, 10, 0.74) 34%, rgba(5, 6, 10, 0.18) 74%, rgba(5, 6, 10, 0) 100%),
    url("../media/lorena-room/lorena-room-poster.png");
  background-position: center, right center;
  transform: translateX(10%) scale(1.08);
}

.lorena-hero-poster,
.lorena-clip,
.lorena-hero-wash,
.lorena-hero-bloom {
  grid-area: 1 / 1;
  width: 100%;
  max-width: 100%;
  justify-self: center;
  z-index: 1;
}

.lorena-hero-poster {
  position: relative;
  width: 100%;
  height: auto;
  object-fit: contain;
  object-position: center top;
  opacity: 0.08;
  filter: saturate(1.04) brightness(0.58);
}

.lorena-hero-wash {
  opacity: 0.84;
  position: relative;
  background:
    linear-gradient(180deg, rgba(7, 7, 10, 0.03) 0%, rgba(7, 7, 10, 0.1) 24%, rgba(7, 7, 10, 0.14) 58%, rgba(7, 7, 10, 0.2) 100%),
    linear-gradient(90deg, rgba(7, 7, 10, 0.42) 0%, rgba(7, 7, 10, 0.08) 42%, rgba(7, 7, 10, 0.48) 100%);
  pointer-events: none;
  transition: opacity 240ms ease, filter 240ms ease;
}

.lorena-hero-bloom {
  opacity: 0.72;
  position: relative;
  background:
    radial-gradient(circle at 16% 20%, rgba(255, 120, 214, 0.18), transparent 26%),
    radial-gradient(circle at 82% 18%, rgba(126, 223, 255, 0.12), transparent 28%),
    radial-gradient(circle at 54% 82%, rgba(255, 214, 124, 0.06), transparent 30%);
  pointer-events: none;
  transition: opacity 240ms ease, filter 240ms ease;
}

.lorena-hero-shell {
  position: relative;
  z-index: 4;
  display: grid;
  gap: 0;
  width: min(1320px, calc(100% - 24px));
  max-width: 1320px;
  margin: -54px auto clamp(74px, 6vw, 96px);
}

.lorena-hero-grid {
  display: grid;
  grid-template-columns: minmax(0, 1fr);
  gap: 0;
  align-items: end;
  width: 100%;
  max-width: 100%;
}

.lorena-hero-copy {
  display: grid;
  grid-template-columns: auto minmax(360px, 1fr);
  align-items: center;
  gap: 14px 18px;
  width: 100%;
  max-width: 100%;
  padding: 10px 12px;
  border-radius: 24px;
  border: 1px solid rgba(255, 255, 255, 0.08);
  background:
    linear-gradient(180deg, rgba(20, 15, 20, 0.22), rgba(10, 9, 14, 0.08)),
    rgba(10, 9, 14, 0.16);
  box-shadow: 0 12px 28px rgba(0, 0, 0, 0.16);
  backdrop-filter: blur(14px);
  -webkit-backdrop-filter: blur(14px);
}

.lorena-control-lead {
  display: flex;
  flex-wrap: nowrap;
  align-items: center;
  gap: 10px;
  min-width: 0;
}

.lorena-room-banner {
  display: inline-flex;
  align-items: center;
  min-height: 34px;
  padding: 0 14px;
  border-radius: 999px;
  border: 1px solid rgba(255, 255, 255, 0.08);
  background: rgba(12, 11, 18, 0.12);
  color: rgba(244, 244, 245, 0.52);
  font-size: 10px;
  letter-spacing: 0.24em;
  text-transform: uppercase;
  backdrop-filter: blur(8px);
  -webkit-backdrop-filter: blur(8px);
}

.lorena-console,
.lorena-deck-lane,
.tarot-card,
.lorena-response {
  position: relative;
  overflow: hidden;
  border-radius: 26px;
  border: 1px solid rgba(255, 255, 255, 0.1);
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.03), rgba(255, 255, 255, 0)),
    rgba(17, 15, 24, 0.82);
  box-shadow: 0 24px 48px rgba(0, 0, 0, 0.28);
  backdrop-filter: blur(22px);
  -webkit-backdrop-filter: blur(22px);
}

.lorena-console::before,
.lorena-deck-lane::before,
.tarot-card::before,
.lorena-response::before {
  content: "";
  position: absolute;
  inset: 0 0 auto;
  height: 1px;
  background: linear-gradient(90deg, rgba(255, 255, 255, 0), var(--accent-soft), rgba(255, 255, 255, 0));
}

.lorena-console-kicker,
.lorena-reading-kicker,
.tarot-card-position,
.tarot-card-orientation,
.lorena-response-topline {
  color: var(--text-fine);
  font-size: 10px;
  letter-spacing: 0.22em;
  text-transform: uppercase;
}

.lorena-console-title,
.lorena-response-title {
  margin: 0;
  font-family: -apple-system, BlinkMacSystemFont, "SF Pro Display", "SF Pro Text", system-ui, sans-serif;
  letter-spacing: -0.035em;
}
.lorena-console-note,
.lorena-response-copy,
.lorena-reading-block p {
  margin: 0;
  color: var(--text-soft);
}

.lorena-clip {
  position: relative;
  width: 100%;
  height: auto;
  object-fit: contain;
  object-position: center top;
  opacity: 0;
  transition: opacity 520ms ease, filter 240ms ease, transform 240ms ease;
  filter: saturate(1.02) brightness(0.9) contrast(1.03);
  will-change: opacity, filter, transform;
}

.lorena-clip.is-active {
  opacity: 1;
}

.lorena-room-page.is-stage-transitioning .lorena-clip {
  filter: saturate(0.94) brightness(0.82) contrast(0.98);
  transform: scale(1.006);
}

.lorena-room-page.is-stage-transitioning .lorena-hero-wash {
  opacity: 1;
}

.lorena-room-page.is-stage-transitioning .lorena-hero-bloom {
  opacity: 0.9;
  filter: blur(10px);
}

.lorena-hero-rail {
  display: flex;
  flex-wrap: nowrap;
  align-items: center;
  gap: 10px;
  max-width: 100%;
}

.lorena-stage-status,
.lorena-stage-mode {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  min-height: 40px;
  padding: 0 14px;
  border-radius: 999px;
  border: 1px solid rgba(255, 255, 255, 0.08);
  background: rgba(12, 11, 18, 0.7);
  color: var(--text-muted);
  font-size: 0.8rem;
}

.lorena-stage-control {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  min-height: 38px;
  padding: 0 14px;
  border-radius: 999px;
  border: 1px solid rgba(255, 255, 255, 0.08);
  background: rgba(12, 11, 18, 0.12);
  color: var(--text-soft);
  font: inherit;
  font-size: 0.8rem;
  cursor: pointer;
  transition:
    transform 180ms ease,
    border-color 180ms ease,
    background 180ms ease,
    color 180ms ease,
    box-shadow 180ms ease;
}

.lorena-stage-control::before {
  content: "";
  width: 8px;
  height: 8px;
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.4);
  box-shadow: 0 0 0 1px rgba(255, 255, 255, 0.08);
}

.lorena-stage-control:hover {
  transform: translateY(-1px);
  border-color: rgba(255, 255, 255, 0.18);
  background: rgba(18, 15, 25, 0.18);
  color: var(--text);
}

.lorena-stage-control:focus-visible {
  outline: 2px solid rgba(255, 120, 214, 0.72);
  outline-offset: 2px;
}

.lorena-stage-control[data-state="on"] {
  border-color: rgba(255, 120, 214, 0.28);
  background: rgba(57, 20, 49, 0.18);
  color: #fff7fb;
  box-shadow: 0 8px 18px rgba(255, 120, 214, 0.08);
}

.lorena-stage-control[data-state="on"]::before {
  background: var(--accent);
  box-shadow: 0 0 18px rgba(255, 120, 214, 0.5);
}

.lorena-stage-dot {
  width: 8px;
  height: 8px;
  border-radius: 999px;
  background: var(--accent);
  box-shadow: 0 0 18px var(--accent-soft);
}

.lorena-stage-chips {
  gap: 10px;
}

.lorena-table-band {
  position: relative;
  z-index: 2;
  margin-top: clamp(-102px, -7vw, -74px);
}

.lorena-table-band > .site-shell {
  width: 100%;
  max-width: none;
  padding-inline: 0;
}

.lorena-table-surface {
  position: relative;
  overflow: visible;
  width: 100vw;
  max-width: none;
  margin-left: calc(50% - 50vw);
  padding: 0 clamp(18px, 4vw, 60px) 44px;
  border: none;
  border-radius: 0;
  background: transparent;
  box-shadow: none;
}

.lorena-table-surface::before {
  display: none;
}

.lorena-table-surface::after {
  display: none;
}

.lorena-room-page.is-awaiting-reading .lorena-card-spread--table {
  display: none;
}

.lorena-ask-section {
  margin-top: 0;
  padding: 16px 0 24px;
  position: relative;
  z-index: 1;
}

.lorena-console {
  display: grid;
  gap: 18px;
  width: min(1240px, calc(100% - 36px));
  max-width: 1240px;
  margin: 0 auto;
  padding: 0;
  overflow: visible;
  border: none;
  background: transparent;
  box-shadow: none;
  backdrop-filter: none;
  -webkit-backdrop-filter: none;
}

.lorena-console::before {
  display: none;
}

.lorena-console-header {
  display: grid;
  grid-template-columns: minmax(0, 0.72fr) minmax(300px, 0.9fr);
  gap: 18px 30px;
  align-items: end;
}

.lorena-console-title {
  font-size: clamp(1.45rem, 2.4vw, 2.1rem);
  line-height: 1.02;
}

.lorena-form {
  display: grid;
  gap: 0;
}

.lorena-form--hero {
  width: 100%;
  min-width: 0;
  margin-top: 0;
}

.lorena-deck-lane {
  display: grid;
  gap: 16px;
  padding: 20px;
}

.lorena-deck-header {
  display: grid;
  gap: 8px;
  max-width: 820px;
}

.lorena-deck-strip {
  display: grid;
  grid-auto-flow: column;
  grid-auto-columns: minmax(96px, 108px);
  gap: 12px;
  overflow-x: auto;
  padding-bottom: 6px;
  scrollbar-width: thin;
}

.lorena-deck-card {
  display: grid;
  gap: 8px;
}

.lorena-deck-card-media {
  overflow: hidden;
  aspect-ratio: 3 / 5;
  border-radius: 14px;
  border: 1px solid rgba(255, 255, 255, 0.08);
  background: #090a0f;
  box-shadow: 0 18px 34px rgba(0, 0, 0, 0.18);
  transition: transform 180ms ease, border-color 180ms ease, box-shadow 180ms ease;
}

.lorena-deck-card-art {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}

.lorena-deck-card-name {
  color: var(--text-fine);
  font-size: 10px;
  letter-spacing: 0.14em;
  line-height: 1.3;
  text-transform: uppercase;
}

.lorena-deck-card.is-drawn .lorena-deck-card-media {
  border-color: rgba(255, 120, 214, 0.34);
  box-shadow: 0 18px 38px rgba(255, 120, 214, 0.16);
  transform: translateY(-6px);
}

.lorena-draw-layout {
  display: grid;
  grid-template-columns: minmax(0, 1.08fr) minmax(320px, 0.92fr);
  gap: 24px;
  align-items: start;
}

.lorena-input-shell {
  --lorena-prompt-index: 0;
  --lorena-prompt-step: 1.65rem;
  position: relative;
  display: grid;
  width: 100%;
}

.lorena-input-arm {
  position: absolute;
  inset: 0;
  z-index: 4;
  display: grid;
  place-items: center;
  width: 100%;
  border: 1px solid rgba(255, 255, 255, 0.1);
  border-radius: 18px;
  background:
    linear-gradient(180deg, rgba(30, 22, 36, 0.22), rgba(12, 11, 18, 0.08)),
    rgba(12, 11, 18, 0.12);
  color: rgba(255, 246, 251, 0.92);
  font: inherit;
  font-size: 0.95rem;
  font-weight: 600;
  letter-spacing: 0.01em;
  cursor: pointer;
  backdrop-filter: blur(10px);
  -webkit-backdrop-filter: blur(10px);
  box-shadow: 0 10px 24px rgba(0, 0, 0, 0.14);
  transition:
    opacity 240ms ease,
    transform 240ms ease,
    border-color 180ms ease,
    background 180ms ease,
    box-shadow 180ms ease;
}

.lorena-input-arm:hover {
  border-color: rgba(255, 120, 214, 0.24);
  background:
    linear-gradient(180deg, rgba(36, 24, 40, 0.26), rgba(12, 11, 18, 0.12)),
    rgba(12, 11, 18, 0.16);
  box-shadow: 0 14px 28px rgba(0, 0, 0, 0.16);
}

.lorena-input-arm:focus-visible {
  outline: 2px solid rgba(255, 120, 214, 0.72);
  outline-offset: 2px;
}

.lorena-input-arm-label {
  pointer-events: none;
}

.lorena-room-page.is-awaiting-reading .lorena-input {
  opacity: 0;
  pointer-events: none;
}

.lorena-room-page.is-awaiting-reading .lorena-input-overlay {
  opacity: 0;
  transform: translateY(-8px);
}

.lorena-room-page.is-awaiting-reading .lorena-input-submit {
  opacity: 0;
  transform: translateY(-50%) scale(0.92);
  pointer-events: none;
}

.lorena-room-page:not(.is-awaiting-reading) .lorena-input-arm {
  opacity: 0;
  transform: scale(0.985);
  pointer-events: none;
}

.lorena-input {
  width: 100%;
  min-height: 64px;
  max-height: 64px;
  padding: 18px 136px 18px 18px;
  border: 1px solid rgba(255, 255, 255, 0.06);
  border-radius: 18px;
  background:
    linear-gradient(180deg, rgba(24, 18, 31, 0.08), rgba(9, 9, 14, 0.01)),
    rgba(9, 9, 14, 0.03);
  color: var(--text-main);
  font-size: 0.96rem;
  line-height: 1.42;
  resize: none;
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.05);
  backdrop-filter: blur(8px);
  -webkit-backdrop-filter: blur(8px);
  scrollbar-width: none;
}

.lorena-input::-webkit-scrollbar {
  display: none;
}

.lorena-input::placeholder {
  color: transparent;
}

.lorena-input:focus {
  outline: none;
  border-color: rgba(255, 120, 214, 0.44);
  box-shadow:
    0 0 0 1px rgba(255, 120, 214, 0.18),
    inset 0 1px 0 rgba(255, 255, 255, 0.05);
}

.lorena-input-overlay {
  position: absolute;
  inset: 15px 18px auto;
  z-index: 2;
  display: grid;
  gap: 4px;
  max-width: calc(100% - 164px);
  pointer-events: none;
  transition: opacity 280ms ease, transform 280ms ease;
}

.lorena-input-shell:not(.is-idle) .lorena-input-overlay {
  opacity: 0;
  transform: translateY(-8px);
}

.lorena-input-intro {
  display: grid;
  gap: 4px;
  transition: opacity 420ms ease, transform 420ms ease;
}

.lorena-input-shell:not(.is-intro-phase) .lorena-input-intro {
  opacity: 0;
  transform: translateY(-10px);
}

.lorena-input-intro-title {
  color: rgba(247, 241, 234, 0.86);
  font-size: 0.98rem;
  font-weight: 500;
  letter-spacing: -0.03em;
}

.lorena-input-intro-subtitle {
  color: rgba(247, 241, 234, 0.46);
  font-size: 0.64rem;
  letter-spacing: 0.16em;
  text-transform: uppercase;
}

.lorena-input-suggestion-viewport {
  height: 1.35rem;
  overflow: hidden;
  opacity: 0;
  transform: translateY(10px);
  transition: opacity 420ms ease, transform 420ms ease;
}

.lorena-input-shell.is-idle:not(.is-intro-phase) .lorena-input-suggestion-viewport {
  opacity: 1;
  transform: translateY(0);
}

.lorena-input-suggestion-track {
  display: grid;
  grid-auto-rows: var(--lorena-prompt-step);
  transform: translateY(calc(var(--lorena-prompt-index, 0) * -1 * var(--lorena-prompt-step)));
  transition: transform 620ms cubic-bezier(0.22, 1, 0.36, 1);
}

.lorena-input-suggestion-track.is-no-transition {
  transition: none;
}

.lorena-input-suggestion {
  display: flex;
  align-items: center;
  color: rgba(247, 241, 234, 0.5);
  font-size: 0.88rem;
  line-height: 1;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.lorena-input-submit {
  position: absolute;
  right: 12px;
  top: 50%;
  bottom: auto;
  z-index: 3;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 40px;
  padding: 0 14px;
  border: none;
  border-radius: 999px;
  background: linear-gradient(135deg, rgba(255, 120, 214, 1), rgba(255, 163, 99, 0.92));
  color: #170b16;
  font: inherit;
  font-size: 0.84rem;
  font-weight: 700;
  cursor: pointer;
  box-shadow: 0 12px 22px rgba(255, 120, 214, 0.14);
  transform: translateY(-50%);
  transition: transform 180ms ease, box-shadow 180ms ease, opacity 180ms ease;
}

.lorena-input-submit:hover {
  transform: translateY(calc(-50% - 1px));
  box-shadow: 0 14px 24px rgba(255, 120, 214, 0.18);
}

.lorena-input-submit:focus-visible {
  outline: 2px solid rgba(255, 120, 214, 0.72);
  outline-offset: 2px;
}

.lorena-prompt-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 8px;
}

.lorena-prompt {
  min-height: 44px;
  padding: 10px 12px;
  border: 1px solid rgba(255, 255, 255, 0.08);
  border-radius: 16px;
  background: rgba(15, 14, 20, 0.68);
  color: var(--text-muted);
  font-size: 0.88rem;
  text-align: left;
  cursor: pointer;
  transition: border-color 160ms ease, background-color 160ms ease, transform 120ms ease;
}

.lorena-prompt:hover {
  border-color: rgba(255, 120, 214, 0.36);
  background: rgba(18, 17, 24, 0.9);
  transform: translateY(-1px);
}

.lorena-prompt:disabled,
.lorena-form .button:disabled,
.lorena-input-submit:disabled,
.lorena-input:disabled {
  opacity: 0.56;
  cursor: wait;
}

.lorena-card-spread {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 14px;
}

.lorena-card-spread--table {
  position: relative;
  z-index: 2;
  grid-template-columns: repeat(3, minmax(172px, 240px));
  justify-content: center;
  gap: clamp(18px, 2vw, 30px);
  max-width: none;
  margin: 56px auto 0;
  transform: none;
  transition: opacity 320ms ease, transform 420ms ease, margin 420ms ease, gap 320ms ease;
}

.lorena-card-spread--table .tarot-card {
  padding: 0;
  border: none;
  border-radius: 0;
  background: transparent;
  box-shadow: none;
  overflow: visible;
}

.lorena-card-spread--table .tarot-card::before,
.lorena-card-spread--table .tarot-card-copy {
  display: none;
}

.lorena-card-spread--table .tarot-card-media {
  aspect-ratio: 3 / 5;
  filter: drop-shadow(0 20px 32px rgba(0, 0, 0, 0.3));
  transition: filter 320ms ease;
}

.lorena-card-spread--table .tarot-card:nth-child(1) {
  transform: rotate(-5deg) translateY(14px);
  transition: transform 420ms cubic-bezier(0.22, 1, 0.36, 1);
}

.lorena-card-spread--table .tarot-card:nth-child(2) {
  transform: translateY(-12px);
  transition: transform 420ms cubic-bezier(0.22, 1, 0.36, 1);
}

.lorena-card-spread--table .tarot-card:nth-child(3) {
  transform: rotate(5deg) translateY(18px);
  transition: transform 420ms cubic-bezier(0.22, 1, 0.36, 1);
}

.lorena-room-page.has-reading-result .lorena-card-spread--table:not(.is-docked) {
  gap: clamp(10px, 1vw, 16px);
  margin-top: 28px;
  transform: scale(0.56);
  transform-origin: center top;
}

.lorena-room-page.has-reading-result .lorena-card-spread--table:not(.is-docked) .tarot-card-media {
  filter: drop-shadow(0 12px 20px rgba(0, 0, 0, 0.22));
}

.lorena-room-page.has-reading-result .lorena-card-spread--table:not(.is-docked) .tarot-card:nth-child(1) {
  transform: rotate(-4deg) translateY(8px);
}

.lorena-room-page.has-reading-result .lorena-card-spread--table:not(.is-docked) .tarot-card:nth-child(2) {
  transform: translateY(-6px);
}

.lorena-room-page.has-reading-result .lorena-card-spread--table:not(.is-docked) .tarot-card:nth-child(3) {
  transform: rotate(4deg) translateY(10px);
}

.tarot-card {
  display: grid;
  gap: 14px;
  min-height: 0;
  padding: 14px;
}

.tarot-card-media {
  position: relative;
  aspect-ratio: 3 / 5;
  perspective: 1100px;
}

.tarot-card-flip {
  position: relative;
  width: 100%;
  height: 100%;
  transform-style: preserve-3d;
  transition: transform 720ms cubic-bezier(0.22, 1, 0.36, 1);
}

.tarot-card.is-revealed .tarot-card-flip {
  transform: rotateY(180deg);
}

.tarot-card-face {
  position: absolute;
  inset: 0;
  overflow: hidden;
  border-radius: 18px;
  border: 1px solid rgba(255, 255, 255, 0.08);
  background: #090a0f;
  backface-visibility: hidden;
}

.tarot-card-face--front {
  transform: rotateY(180deg);
}

.tarot-card-art {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}

.tarot-card.is-reversed .tarot-card-face--front .tarot-card-art {
  transform: rotate(180deg);
}

.tarot-card-copy {
  display: grid;
  gap: 8px;
}

.tarot-card.is-facedown {
  border-color: rgba(255, 255, 255, 0.08);
}

.tarot-card.is-revealed {
  border-color: rgba(255, 120, 214, 0.18);
}

.tarot-card.is-reversed {
  border-color: rgba(126, 223, 255, 0.18);
}

.tarot-card--ghost {
  opacity: 0.86;
}

.tarot-card-name {
  margin: 0;
  font-family: -apple-system, BlinkMacSystemFont, "SF Pro Display", "SF Pro Text", system-ui, sans-serif;
  font-size: clamp(1.08rem, 1.6vw, 1.35rem);
  line-height: 1.02;
  letter-spacing: -0.03em;
}

.tarot-card-keyword {
  margin: 0;
  color: var(--text-soft);
  font-size: 0.92rem;
  line-height: 1.45;
}

.lorena-response {
  display: grid;
  gap: 16px;
  padding: 18px 20px;
  position: relative;
  transition: transform 360ms cubic-bezier(0.22, 1, 0.36, 1), opacity 240ms ease;
}

.lorena-response.is-dormant {
  display: none;
}

.lorena-response[data-tone="velvet"] {
  border-color: rgba(255, 120, 214, 0.24);
}

.lorena-response[data-tone="embers"] {
  border-color: rgba(255, 138, 0, 0.3);
}

.lorena-response[data-tone="hush"] {
  border-color: rgba(126, 223, 255, 0.24);
}

.lorena-response[data-tone="neon"] {
  border-color: rgba(196, 239, 109, 0.18);
}

.lorena-response-title {
  font-size: clamp(1.1rem, 1.8vw, 1.45rem);
  line-height: 1.02;
}

.lorena-response-head {
  display: grid;
  grid-template-columns: auto minmax(0, 1fr);
  align-items: center;
  gap: 16px;
}

.lorena-response-copydeck {
  display: grid;
  gap: 8px;
  min-width: 0;
}

.lorena-response-cards {
  display: grid;
  align-items: center;
  justify-items: start;
  min-width: clamp(182px, 17vw, 246px);
  min-height: clamp(92px, 8vw, 124px);
  width: max-content;
  max-width: 100%;
  opacity: 0;
  transform: translateY(-10px) scale(0.94);
  transform-origin: left center;
  transition: opacity 280ms ease, transform 360ms cubic-bezier(0.22, 1, 0.36, 1);
}

.lorena-room-page.has-reading-result .lorena-response-cards {
  opacity: 1;
  transform: translateY(0) scale(1);
}

.lorena-card-spread--table.is-docked {
  grid-template-columns: repeat(3, minmax(48px, 72px));
  justify-content: start;
  gap: clamp(8px, 0.9vw, 12px);
  margin: 0;
  transform: none;
}

.lorena-card-spread--table.is-docked .tarot-card-media {
  filter: drop-shadow(0 10px 18px rgba(0, 0, 0, 0.22));
}

.lorena-card-spread--table.is-docked .tarot-card:nth-child(1) {
  transform: rotate(-7deg) translateY(4px);
}

.lorena-card-spread--table.is-docked .tarot-card:nth-child(2) {
  transform: translateY(-5px);
}

.lorena-card-spread--table.is-docked .tarot-card:nth-child(3) {
  transform: rotate(7deg) translateY(6px);
}

.lorena-card-spread--table.is-docked .tarot-card-copy {
  display: none;
}

.lorena-room-page.has-reading-result .lorena-ask-section {
  margin-top: -12px;
}

.lorena-room-page.has-reading-result .lorena-response {
  transform: translateY(-6px);
}

.lorena-reading-grid {
  display: grid;
  gap: 14px;
}

.lorena-reading-block {
  display: grid;
  gap: 8px;
  padding-top: 14px;
  border-top: 1px solid rgba(255, 255, 255, 0.06);
}

.page--lbm-lorena-room .cta-band {
  background:
    linear-gradient(180deg, rgba(255, 120, 214, 0.08), rgba(255, 255, 255, 0)),
    rgba(16, 15, 22, 0.9);
}

.site-footer-group {
  display: grid;
  gap: 8px;
}

.site-footer-heading {
  color: var(--text-fine);
  font-size: 10px;
  letter-spacing: 0.2em;
  text-transform: uppercase;
}

.site-footer-links {
  display: flex;
  flex-wrap: wrap;
  gap: 10px 14px;
}

@media (min-width: 1600px) {
  .page--luckyboy-home.page--lbm-lorena-room {
    --lorena-stage-curtain-width: clamp(64px, 10vw, 320px);
    --lorena-stage-curtain-opacity: 1;
  }

  .lorena-hero {
    padding-bottom: 0;
  }

  .lorena-hero::before {
    height: clamp(86px, 11svh, 156px);
    opacity: 0.96;
    background-image:
      linear-gradient(180deg, rgba(5, 6, 10, 0) 0%, rgba(5, 6, 10, 0.18) 22%, rgba(5, 6, 10, 0.68) 68%, rgba(5, 6, 10, 0.98) 100%),
      url("../media/lorena-room/lorena-room-poster.png");
  }

  .lorena-hero-poster,
  .lorena-clip,
  .lorena-hero-wash,
  .lorena-hero-bloom {
    width: calc((100svh - clamp(240px, 17svh, 320px)) * 1.5);
    -webkit-mask-image: linear-gradient(90deg, transparent 0%, rgba(0, 0, 0, 0.72) 5%, #000 12%, #000 88%, rgba(0, 0, 0, 0.72) 95%, transparent 100%);
    mask-image: linear-gradient(90deg, transparent 0%, rgba(0, 0, 0, 0.72) 5%, #000 12%, #000 88%, rgba(0, 0, 0, 0.72) 95%, transparent 100%);
    -webkit-mask-size: 100% 100%;
    mask-size: 100% 100%;
    -webkit-mask-repeat: no-repeat;
    mask-repeat: no-repeat;
  }

  .lorena-hero-shell {
    width: min(1320px, calc(((100svh - clamp(240px, 17svh, 320px)) * 1.5) + 120px), calc(100% - 48px));
    margin-top: -58px;
    margin-bottom: clamp(60px, 4.5vw, 88px);
  }

  .lorena-table-band {
    margin-top: clamp(-110px, -7.4vw, -84px);
  }

  .lorena-table-surface {
    width: 100vw;
    max-width: none;
    margin-left: calc(50% - 50vw);
    padding: 0 clamp(24px, 4vw, 72px) 54px;
  }

  .lorena-card-spread--table {
    grid-template-columns: repeat(3, minmax(190px, 260px));
    max-width: none;
    margin-top: 64px;
    transform: none;
  }

  .lorena-room-page.has-reading-result .lorena-card-spread--table:not(.is-docked) {
    margin-top: 34px;
    transform: scale(0.58);
  }

  .lorena-console {
    width: min(1240px, calc(((100svh - clamp(240px, 17svh, 320px)) * 1.5) + 80px), calc(100% - 48px));
    max-width: 1240px;
    padding: 24px 34px 28px;
  }

  .lorena-input {
    min-height: 72px;
  }
}

@media (max-width: 1100px) {
  .page--luckyboy-home .page-hero-layout {
    grid-template-columns: 1fr;
  }

  .cabana-stage {
    min-height: clamp(500px, 68svh, 680px);
  }

  .cabana-stage-shell {
    padding-top: 116px;
  }

  .subscription-offer-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .merch-grid--three {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .subscription-tier-layout {
    grid-template-columns: 1fr;
  }

  .lorena-hero-shell {
    width: min(1180px, calc(100% - 28px));
    margin-top: -42px;
    margin-bottom: 78px;
  }

  .lorena-hero-grid,
  .lorena-console-header,
  .lorena-draw-layout,
  .lorena-hero-copy {
    grid-template-columns: 1fr;
  }

  .lorena-control-lead {
    flex-wrap: wrap;
    justify-content: flex-start;
  }

  .lorena-response {
    position: relative;
    top: auto;
  }

  .motel-media-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .signal-grid--three {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media (max-width: 820px) {
  .cabana-stage {
    min-height: clamp(460px, 64svh, 620px);
  }

  .cabana-stage-shell {
    padding-top: 110px;
    padding-bottom: 30px;
  }

  .cabana-stage-copy {
    gap: 14px;
  }

  .cabana-stage-title {
    max-width: 9ch;
    font-size: clamp(2.7rem, 12vw, 4.4rem);
  }

  .cabana-stage-note {
    max-width: 38ch;
    font-size: 0.9rem;
  }

  .subscription-offer-grid {
    grid-template-columns: 1fr;
  }

  .merch-grid--two,
  .merch-grid--three {
    grid-template-columns: 1fr;
  }

  .subscription-offer-head {
    align-items: flex-start;
    flex-direction: column;
  }

  .subscription-tier-copy {
    gap: 12px;
  }

  .subscription-offer-window {
    max-width: none;
    text-align: left;
  }

  .lorena-hero-shell {
    width: min(100%, calc(100% - 18px));
    margin-top: -30px;
    margin-bottom: 64px;
  }

  .lorena-hero-copy {
    gap: 10px;
    padding: 12px 12px 12px;
  }

  .lorena-table-band {
    margin-top: -72px;
  }

  .lorena-table-surface {
    width: 100vw;
    max-width: none;
    margin-left: calc(50% - 50vw);
    padding: 0 14px 34px;
  }

  .arrival-content {
    bottom: 138px;
  }

  .arrival-title {
    max-width: 11ch;
  }

  .lorena-input {
    min-height: 60px;
    max-height: 60px;
    padding: 16px 118px 16px 16px;
  }

  .lorena-input-overlay {
    inset: 13px 16px auto;
    max-width: calc(100% - 136px);
  }

  .lorena-input-intro-title {
    font-size: 0.9rem;
  }

  .lorena-input-suggestion {
    font-size: 0.82rem;
  }

  .lorena-prompt-grid {
    grid-template-columns: 1fr;
  }

  .lorena-card-spread {
    grid-template-columns: 1fr;
  }

  .lorena-card-spread--table {
    grid-template-columns: repeat(3, minmax(0, 1fr));
    max-width: none;
    gap: 14px;
    margin-top: 44px;
    transform: none;
  }

  .lorena-room-page.has-reading-result .lorena-ask-section {
    margin-top: -24px;
  }

  .lorena-response-head {
    grid-template-columns: 1fr;
    align-items: start;
    gap: 12px;
  }

  .lorena-response-cards {
    justify-items: start;
    width: 100%;
    min-width: 0;
    min-height: 0;
  }

  .motel-media-grid {
    grid-template-columns: 1fr;
  }

  .signal-grid--two,
  .signal-grid--three {
    grid-template-columns: 1fr;
  }

}

@media (max-width: 640px) {
  .cabana-stage {
    min-height: 430px;
  }

  .cabana-stage-shell {
    padding-top: 100px;
    padding-bottom: 24px;
  }

  .cabana-stage-status {
    min-height: 38px;
    padding: 0 14px;
    font-size: 0.68rem;
  }

  .cabana-stage-copy .button {
    width: 100%;
    justify-content: center;
  }

  .subscription-offer {
    padding: 24px 20px 20px;
  }

  .merch-card {
    padding: 14px;
    gap: 14px;
  }

  .subscription-mark {
    width: 72px;
  }

  .lorena-table-band {
    margin-top: -54px;
  }

  .lorena-table-surface {
    padding: 0 10px 28px;
  }

  .lorena-hero-shell {
    width: calc(100% - 10px);
    margin-top: -22px;
    margin-bottom: 42px;
  }

  .lorena-hero-grid {
    width: 100%;
  }

  .lorena-input {
    min-height: 58px;
    max-height: 58px;
    padding: 14px 112px 14px 14px;
  }

  .lorena-input-overlay {
    inset: 12px 14px auto;
    max-width: calc(100% - 122px);
  }

  .lorena-input-submit {
    right: 10px;
    left: auto;
    min-height: 36px;
    padding: 0 12px;
  }

  .arrival-controls {
    top: 18px;
    right: 18px;
  }

  .arrival-content {
    left: 18px;
    right: 18px;
    bottom: 126px;
  }

  .arrival-mark {
    width: 84px;
  }

  .arrival-action {
    bottom: 24px;
  }

  .site-brand-mark--logo,
  .site-footer-mark--logo {
    width: 36px;
  }

  .lorena-console,
  .lorena-deck-lane,
  .hero-board,
  .signal-card {
    padding: 24px 22px;
  }

  .lorena-hero {
    padding-bottom: 0;
  }

  .lorena-hero-shell {
    left: 14px;
    right: 14px;
    bottom: 28px;
    width: auto;
  }

  .lorena-room-banner {
    min-height: 30px;
    padding: 0 12px;
    font-size: 9px;
    letter-spacing: 0.2em;
  }

  .lorena-hero-copy {
    padding: 10px;
  }

  .lorena-hero-rail {
    flex-wrap: wrap;
    align-items: center;
  }

  .lorena-control-lead {
    flex-wrap: wrap;
  }

  .lorena-table-band {
    margin-top: -40px;
  }

  .lorena-table-surface {
    width: 100vw;
    margin-left: calc(50% - 50vw);
    padding: 0 12px 14px;
  }

  .lorena-card-spread--table {
    gap: 10px;
    margin-top: 36px;
    transform: none;
  }

  .lorena-room-page.has-reading-result .lorena-card-spread--table:not(.is-docked) {
    margin-top: 22px;
    transform: scale(0.68);
  }

  .lorena-room-page.has-reading-result .lorena-ask-section {
    margin-top: -16px;
  }

  .lorena-stage-status,
  .lorena-stage-mode,
  .lorena-stage-control {
    width: 100%;
    justify-content: center;
  }
}
