:root {
  --bg: #f4ead8;
  --cream: #fff7ea;
  --paper: rgba(255, 249, 238, 0.78);
  --ink: #17264b;
  --muted: rgba(23, 38, 75, 0.66);
  --line: rgba(23, 38, 75, 0.13);
  --orange: #df3f12;
  --teal: #0f6d74;
  --gold: #c9952d;
  --rose: #b93d5c;
  --shadow: 0 28px 90px rgba(73, 46, 20, 0.18);
  --radius: 32px;
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  min-width: 320px;
  font-family: "Manrope", sans-serif;
  color: var(--ink);
  background:
    radial-gradient(circle at 12% 8%, rgba(223, 63, 18, 0.2), transparent 24rem),
    radial-gradient(circle at 86% 12%, rgba(15, 109, 116, 0.16), transparent 22rem),
    radial-gradient(circle at 70% 84%, rgba(185, 61, 92, 0.12), transparent 24rem),
    linear-gradient(135deg, rgba(255, 255, 255, 0.28) 0 25%, transparent 25% 50%, rgba(255, 255, 255, 0.16) 50% 75%, transparent 75%) 0 0 / 42px 42px,
    var(--bg);
  overflow-x: hidden;
}

body::before {
  content: "";
  position: fixed;
  inset: 0;
  pointer-events: none;
  z-index: 0;
  background:
    linear-gradient(90deg, rgba(23, 38, 75, 0.06) 1px, transparent 1px) 0 0 / 72px 72px,
    linear-gradient(rgba(23, 38, 75, 0.05) 1px, transparent 1px) 0 0 / 72px 72px;
  mask-image: radial-gradient(circle at center, black, transparent 78%);
}

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

.ambient {
  position: fixed;
  border-radius: 999px;
  filter: blur(80px);
  pointer-events: none;
  opacity: 0.5;
  z-index: 0;
}

.ambient-a {
  inset: 4% auto auto -9rem;
  width: 25rem;
  height: 25rem;
  background: rgba(223, 63, 18, 0.18);
}

.ambient-b {
  inset: auto -7rem 14% auto;
  width: 28rem;
  height: 28rem;
  background: rgba(15, 109, 116, 0.16);
}

.ambient-c {
  inset: 38% auto auto 44%;
  width: 20rem;
  height: 20rem;
  background: rgba(201, 149, 45, 0.14);
}

main,
.site-header,
.section,
.hero {
  position: relative;
  z-index: 1;
}

.site-header {
  position: relative;
  top: auto;
  z-index: 50;
  width: min(1180px, calc(100% - 2rem));
  margin: 1rem auto 0;
  padding: 0.68rem 0.8rem 0.68rem 1rem;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1rem;
  border: 1px solid rgba(255, 255, 255, 0.74);
  border-radius: 999px;
  background: rgba(255, 248, 237, 0.76);
  backdrop-filter: blur(22px);
  box-shadow: 0 18px 60px rgba(67, 43, 18, 0.12);
}

.brand {
  width: clamp(7.2rem, 12vw, 10rem);
  display: inline-flex;
  align-items: center;
}

.brand img {
  width: 100%;
  max-height: 4rem;
  object-fit: contain;
}

.site-nav {
  display: flex;
  align-items: center;
  gap: clamp(0.8rem, 1.8vw, 1.6rem);
}

.site-nav a,
.nav-cta,
.button {
  text-decoration: none;
}

.site-nav a {
  color: var(--ink);
  font-size: 0.9rem;
  font-weight: 800;
  opacity: 0.72;
}

.nav-cta,
.button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 999px;
  font-weight: 900;
  line-height: 1;
  transition: transform 0.2s ease, box-shadow 0.2s ease;
}

.nav-cta {
  padding: 0.85rem 1.2rem;
  background: var(--ink);
  color: var(--cream);
  box-shadow: 0 14px 34px rgba(23, 38, 75, 0.2);
}

.button {
  min-height: 3rem;
  padding: 0.95rem 1.25rem;
}

.button-primary {
  background: var(--orange);
  color: #fff9ee;
  box-shadow: 0 16px 38px rgba(223, 63, 18, 0.24);
}

.button-secondary {
  background: rgba(255, 255, 255, 0.62);
  color: var(--ink);
  border: 1px solid var(--line);
}

.nav-cta:hover,
.button:hover {
  transform: translateY(-2px);
}

.hero {
  width: min(1220px, calc(100% - 2rem));
  margin: 0 auto;
  min-height: calc(100vh - 5rem);
  padding: clamp(2.6rem, 5.8vw, 5rem) 0 clamp(2rem, 4vw, 4rem);
  display: grid;
  grid-template-columns: minmax(0, 1.05fr) minmax(320px, 0.95fr);
  align-items: center;
  gap: clamp(2rem, 5vw, 5rem);
}

.hero-portal {
  width: min(1320px, calc(100% - 1.4rem));
  min-height: calc(100svh - 6.2rem);
  padding: clamp(1rem, 2.4vw, 2rem);
  margin-top: 0.7rem;
  grid-template-columns: minmax(0, 0.82fr) minmax(420px, 1.18fr);
  border-radius: 54px;
  border: 1px solid rgba(255, 255, 255, 0.78);
  background:
    radial-gradient(circle at 18% 16%, rgba(223, 63, 18, 0.24), transparent 20rem),
    radial-gradient(circle at 80% 18%, rgba(15, 109, 116, 0.22), transparent 24rem),
    radial-gradient(circle at 54% 86%, rgba(201, 149, 45, 0.18), transparent 20rem),
    linear-gradient(135deg, rgba(255, 249, 238, 0.9), rgba(255, 249, 238, 0.44));
  box-shadow: 0 40px 140px rgba(54, 36, 20, 0.23);
  overflow: hidden;
}

.portal-art {
  position: absolute;
  inset: 0;
  pointer-events: none;
  overflow: hidden;
}

.portal-art span {
  position: absolute;
  width: 18rem;
  height: 18rem;
  border: 1px solid rgba(255, 255, 255, 0.68);
  border-radius: 42% 58% 54% 46%;
  animation: portalFloat 12s ease-in-out infinite alternate;
}

.portal-art span:nth-child(1) { top: 8%; left: 7%; background: rgba(223,63,18,.08); }
.portal-art span:nth-child(2) { right: 9%; top: 12%; background: rgba(15,109,116,.08); animation-delay: -3s; }
.portal-art span:nth-child(3) { left: 40%; bottom: -5rem; background: rgba(201,149,45,.1); animation-delay: -6s; }
.portal-art span:nth-child(4) { right: -6rem; bottom: 14%; background: rgba(185,61,92,.08); animation-delay: -9s; }

@keyframes portalFloat {
  from { transform: translate3d(0, 0, 0) rotate(0deg) scale(1); }
  to { transform: translate3d(1.4rem, -1.1rem, 0) rotate(22deg) scale(1.08); }
}

.portal-copy,
.portal-stage {
  position: relative;
  z-index: 2;
}

.portal-copy {
  display: grid;
  gap: 1.2rem;
  align-content: center;
}

.portal-copy h1 {
  max-width: 9ch;
  margin: 0;
  font-family: "Instrument Serif", serif;
  font-size: clamp(4rem, 8vw, 8.2rem);
  font-weight: 400;
  line-height: 0.82;
  letter-spacing: -0.06em;
}

.portal-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 0.75rem;
}

.portal-stage {
  min-height: 42rem;
  display: grid;
  place-items: center;
}

.portal-room-card {
  position: absolute;
  top: 7%;
  left: 0;
  z-index: 5;
  width: min(18rem, 42vw);
  padding: 1rem;
  border: 1px solid rgba(255,255,255,.78);
  border-radius: 28px;
  box-shadow: 0 24px 80px rgba(28, 20, 16, 0.18);
  display: grid;
  gap: 0.36rem;
  transform: rotate(-4deg);
}

.portal-room-card span,
.portal-room-card em {
  color: rgba(23, 38, 75, 0.68);
  font-size: 0.72rem;
  font-style: normal;
  font-weight: 900;
  letter-spacing: 0.14em;
  text-transform: uppercase;
}

.portal-room-card strong {
  color: var(--ink);
  font-family: "Instrument Serif", serif;
  font-size: 2.8rem;
  font-weight: 400;
  line-height: 0.9;
}

.portal-phone-ring {
  position: relative;
  width: min(44rem, 88vw);
  height: 42rem;
  display: grid;
  place-items: center;
}

.portal-phone {
  position: absolute;
  border: 9px solid #101010;
  background: #101010;
  overflow: hidden;
  box-shadow: 0 34px 110px rgba(23, 18, 14, 0.3);
}

.portal-phone-main {
  width: min(24rem, 58vw);
  height: min(41rem, 76vh);
  min-height: 34rem;
  border-radius: 2.6rem;
  z-index: 3;
}

.portal-phone-ghost {
  width: 13.5rem;
  height: 27rem;
  border-width: 7px;
  border-radius: 2rem;
  opacity: 0.78;
  filter: saturate(0.94);
}

.portal-ghost-a { transform: translateX(-92%) rotate(-10deg); }
.portal-ghost-b { transform: translateX(92%) rotate(9deg); }

.portal-screen {
  width: 100%;
  height: 100%;
  border-radius: 1.68rem;
  overflow: hidden;
  background: #fff8ee;
}

.portal-phone-ghost .portal-screen {
  border-radius: 1.28rem;
}

.portal-screen img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.portal-feature-wheel {
  position: absolute;
  right: 0;
  bottom: 6%;
  z-index: 6;
  display: grid;
  gap: 0.55rem;
}

.portal-feature-wheel button {
  min-width: 10rem;
  border: 1px solid rgba(255, 255, 255, 0.78);
  border-radius: 999px;
  background: rgba(255, 249, 238, 0.84);
  color: var(--ink);
  box-shadow: 0 14px 38px rgba(35, 24, 18, 0.14);
  font: 900 0.78rem/1 "Manrope", sans-serif;
  padding: 0.78rem 1rem;
  cursor: pointer;
  transition: transform 0.2s ease, background 0.2s ease, color 0.2s ease;
}

.portal-feature-wheel button:hover,
.portal-feature-wheel button.is-active {
  transform: translateX(-6px);
  background: var(--orange);
  color: #fff8ef;
}

.eyebrow {
  margin: 0;
  color: var(--orange);
  font-size: 0.74rem;
  font-weight: 900;
  letter-spacing: 0.2em;
  text-transform: uppercase;
}

.hero-copy {
  display: grid;
  gap: 1.2rem;
}

.hero h1,
.section-heading h2,
.stage-copy h3,
.moment-copy h3,
.launch-card h2 {
  font-family: "Instrument Serif", serif;
  font-weight: 400;
  letter-spacing: -0.045em;
}

.hero h1 {
  max-width: 10ch;
  margin: 0;
  font-size: clamp(3.5rem, 7.6vw, 7.4rem);
  line-height: 0.9;
}

.hero-lead,
.section-heading p,
.stage-description,
.launch-card p {
  max-width: 58ch;
  margin: 0;
  color: var(--muted);
  font-size: clamp(1rem, 1.8vw, 1.15rem);
  line-height: 1.75;
}

.hero-actions,
.launch-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 0.75rem;
}

.hero-marquee {
  display: flex;
  flex-wrap: wrap;
  gap: 0.55rem;
  padding-top: 0.2rem;
}

.hero-marquee span,
.stage-tags span {
  border: 1px solid rgba(255, 255, 255, 0.8);
  border-radius: 999px;
  background: rgba(255, 248, 236, 0.68);
  color: rgba(23, 38, 75, 0.74);
  font-size: 0.78rem;
  font-weight: 800;
  padding: 0.56rem 0.82rem;
}

.hero-stage {
  position: relative;
  min-height: 42rem;
  display: grid;
  place-items: center;
  border-radius: 44px;
  background:
    linear-gradient(135deg, rgba(255, 255, 255, 0.44), rgba(255, 255, 255, 0.08)),
    radial-gradient(circle at 50% 22%, rgba(223, 63, 18, 0.12), transparent 15rem);
  border: 1px solid rgba(255, 255, 255, 0.62);
  box-shadow: var(--shadow);
  overflow: hidden;
}

.hero-stage::before {
  content: "";
  position: absolute;
  inset: 1rem;
  border: 1px dashed rgba(23, 38, 75, 0.14);
  border-radius: 34px;
}

.orbit-chip {
  position: absolute;
  z-index: 2;
  padding: 0.68rem 0.9rem;
  border-radius: 999px;
  background: rgba(255, 249, 238, 0.84);
  border: 1px solid rgba(23, 38, 75, 0.1);
  box-shadow: 0 12px 30px rgba(62, 39, 18, 0.12);
  font-size: 0.78rem;
  font-weight: 900;
}

.orbit-1 { top: 12%; left: 7%; }
.orbit-2 { top: 18%; right: 6%; }
.orbit-3 { bottom: 20%; left: 5%; }
.orbit-4 { bottom: 12%; right: 11%; }

.phone-stack {
  position: relative;
  width: min(33rem, 88vw);
  height: 35rem;
}

.phone-card,
.stage-phone,
.template-card-phone,
.template-hover-phone,
.atlas-mini-phone {
  border: 9px solid #101010;
  background: #101010;
  overflow: hidden;
  box-shadow: 0 30px 90px rgba(24, 19, 16, 0.22);
}

.phone-card {
  position: absolute;
  width: 15rem;
  height: 31rem;
  border-radius: 2.2rem;
}

.phone-back {
  top: 4.9rem;
  left: 1rem;
  transform: rotate(-8deg);
}

.phone-mid {
  top: 1rem;
  left: 8.2rem;
  transform: rotate(5deg);
  z-index: 2;
}

.phone-front {
  top: 4.3rem;
  right: 0.6rem;
  transform: rotate(-3deg);
  z-index: 3;
}

.mock-notch {
  position: absolute;
  top: 0.62rem;
  left: 50%;
  width: 34%;
  height: 1.2rem;
  border-radius: 999px;
  transform: translateX(-50%);
  background: #101010;
  z-index: 4;
}

.mock-screen,
.stage-phone-screen,
.template-card-screen,
.template-hover-screen,
.atlas-mini-screen {
  width: 100%;
  height: 100%;
  overflow: hidden;
}

.mock-screen,
.stage-phone-screen {
  border-radius: 1.62rem;
}

.image-screen img,
.stage-phone-screen img,
.template-card-screen img,
.template-hover-screen img,
.atlas-mini-screen img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.theme-vintage .mock-screen,
.theme-classic .mock-screen {
  padding: 4rem 1.25rem 1.4rem;
}

.theme-vintage .mock-screen {
  background: linear-gradient(180deg, #f5e8cc 0%, #d7bd91 100%);
}

.theme-classic .mock-screen {
  background: linear-gradient(180deg, #fbf6f1 0%, #efe4d9 100%);
}

.mock-header {
  color: var(--orange);
  text-transform: uppercase;
  letter-spacing: 0.2em;
  font-size: 0.65rem;
  font-weight: 900;
  margin-bottom: 0.8rem;
}

.mock-title {
  font-family: "Instrument Serif", serif;
  font-size: 1.75rem;
  line-height: 1.02;
  color: #4d372a;
  margin-bottom: 1.4rem;
}

.mock-row {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 0.48rem;
}

.mock-row span {
  height: 5rem;
  border-radius: 1rem;
  background: rgba(255, 255, 255, 0.56);
}

.section {
  width: min(1220px, calc(100% - 2rem));
  margin: 0 auto;
  padding: clamp(2.4rem, 6vw, 5rem) 0;
}

.section-heading {
  display: grid;
  gap: 0.85rem;
  margin-bottom: clamp(1.5rem, 3vw, 2.4rem);
}

.section-heading h2,
.launch-card h2 {
  max-width: 15ch;
  margin: 0;
  font-size: clamp(2.6rem, 5.8vw, 5.2rem);
  line-height: 0.92;
}

.show-experience {
  width: min(1280px, calc(100% - 2rem));
  padding-top: clamp(1rem, 3vw, 2rem);
}

.show-shell {
  min-height: min(48rem, calc(100vh - 2rem));
  display: grid;
  grid-template-columns: minmax(0, 0.92fr) minmax(360px, 1.08fr);
  align-items: center;
  gap: clamp(1.2rem, 4vw, 4rem);
  padding: clamp(1rem, 3vw, 2rem);
  border-radius: 48px;
  border: 1px solid rgba(255, 255, 255, 0.75);
  background:
    radial-gradient(circle at 20% 12%, rgba(223, 63, 18, 0.22), transparent 18rem),
    radial-gradient(circle at 78% 18%, rgba(15, 109, 116, 0.2), transparent 22rem),
    linear-gradient(135deg, rgba(255, 249, 238, 0.88), rgba(255, 249, 238, 0.42));
  box-shadow: 0 34px 120px rgba(43, 28, 18, 0.22);
  overflow: hidden;
  position: relative;
}

.show-shell::before {
  content: "";
  position: absolute;
  inset: 1rem;
  border-radius: 38px;
  border: 1px dashed rgba(23, 38, 75, 0.16);
  pointer-events: none;
}

.show-copy,
.show-stage {
  position: relative;
  z-index: 1;
}

.show-copy {
  display: grid;
  gap: 1.1rem;
  align-content: center;
}

.show-copy h2 {
  max-width: 11ch;
  margin: 0;
  font-family: "Instrument Serif", serif;
  font-size: clamp(3.2rem, 7vw, 7rem);
  font-weight: 400;
  line-height: 0.86;
  letter-spacing: -0.055em;
}

.show-copy p:not(.eyebrow) {
  max-width: 44rem;
  margin: 0;
  color: rgba(23, 38, 75, 0.72);
  font-size: clamp(1rem, 1.8vw, 1.22rem);
  line-height: 1.72;
}

.show-controls {
  display: grid;
  grid-template-columns: repeat(5, minmax(0, 1fr));
  gap: 0.55rem;
  margin-top: 0.6rem;
}

.show-controls button {
  min-height: 5.2rem;
  border: 1px solid rgba(23, 38, 75, 0.12);
  border-radius: 22px;
  background: rgba(255, 255, 255, 0.56);
  color: rgba(23, 38, 75, 0.72);
  font: 900 0.76rem/1.2 "Manrope", sans-serif;
  cursor: pointer;
  display: grid;
  place-items: center;
  gap: 0.34rem;
  transition: transform 0.2s ease, background 0.2s ease, color 0.2s ease;
}

.show-controls button span {
  color: var(--orange);
  font-size: 0.7rem;
  letter-spacing: 0.18em;
}

.show-controls button:hover,
.show-controls button.is-active {
  transform: translateY(-3px);
  background: var(--ink);
  color: var(--cream);
}

.show-stage {
  min-height: 42rem;
  display: grid;
  place-items: center;
}

.show-phone {
  position: relative;
  width: min(24rem, 78vw);
  height: min(42rem, 78vh);
  min-height: 34rem;
  border: 9px solid #101010;
  border-radius: 2.5rem;
  background: #101010;
  overflow: hidden;
  box-shadow: 0 36px 120px rgba(21, 18, 16, 0.34);
}

.show-screen {
  width: 100%;
  height: 100%;
  border-radius: 1.7rem;
  overflow: hidden;
  background: #fff8ee;
}

.show-screen > img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.show-ticket,
.show-orbit {
  position: absolute;
  z-index: 3;
  border-radius: 999px;
  border: 1px solid rgba(255, 255, 255, 0.82);
  background: rgba(255, 249, 238, 0.88);
  box-shadow: 0 18px 44px rgba(35, 24, 16, 0.15);
  color: var(--ink);
  font-size: 0.82rem;
  font-weight: 900;
  padding: 0.78rem 1rem;
}

.show-ticket {
  top: 7%;
  left: 6%;
  transform: rotate(-4deg);
}

.show-orbit-a {
  top: 20%;
  right: 5%;
}

.show-orbit-b {
  bottom: 16%;
  left: 2%;
}

.show-app-screen {
  height: 100%;
  padding: 3.8rem 1.25rem 1.4rem;
  display: grid;
  gap: 1rem;
  align-content: center;
  text-align: center;
  background:
    radial-gradient(circle at top, rgba(223, 63, 18, 0.14), transparent 14rem),
    linear-gradient(180deg, #fff8ea, #f3dfbf);
  color: var(--ink);
}

.show-app-screen img {
  width: 78%;
  margin: 0 auto;
}

.show-app-screen span {
  color: var(--orange);
  font-size: 0.68rem;
  font-weight: 900;
  letter-spacing: 0.18em;
  text-transform: uppercase;
}

.show-app-screen strong {
  font-family: "Instrument Serif", serif;
  font-size: clamp(2.4rem, 5vw, 4.2rem);
  font-weight: 400;
  line-height: 0.92;
}

.show-app-screen em {
  color: var(--muted);
  font-size: 0.88rem;
  font-style: normal;
  font-weight: 800;
}

.show-photo-grid,
.show-admin-cards {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 0.6rem;
}

.show-photo-grid i,
.show-admin-cards i {
  min-height: 5.8rem;
  border-radius: 1.2rem;
  background:
    linear-gradient(135deg, rgba(255, 255, 255, 0.52), rgba(255, 255, 255, 0.16)),
    linear-gradient(135deg, rgba(223, 63, 18, 0.3), rgba(15, 109, 116, 0.24));
}

.show-admin-cards i {
  min-height: 4.2rem;
  display: grid;
  place-items: center;
  color: var(--ink);
  font-style: normal;
  font-weight: 900;
}

.fake-qr {
  width: min(12rem, 72%);
  aspect-ratio: 1;
  margin: 0 auto;
  padding: 0.8rem;
  border-radius: 1.2rem;
  background: #fff;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 0.45rem;
  box-shadow: inset 0 0 0 1px rgba(23, 38, 75, 0.12);
}

.fake-qr b {
  border-radius: 0.35rem;
  background: var(--ink);
}

.section-exhibition {
  width: 100%;
  padding-left: max(1rem, calc((100% - 1220px) / 2));
  padding-right: max(1rem, calc((100% - 1220px) / 2));
}

.exhibition-intro {
  position: relative;
  top: auto;
  z-index: 2;
  width: min(1220px, 100%);
  margin: 0 auto 1.4rem;
  padding: 1.2rem;
  border-radius: 34px;
  border: 1px solid rgba(255, 255, 255, 0.74);
  background: rgba(255, 248, 237, 0.82);
  backdrop-filter: blur(20px);
  box-shadow: 0 18px 60px rgba(67, 43, 18, 0.1);
}

.exhibition-intro h2 {
  max-width: 14ch;
  margin: 0.55rem 0 0.8rem;
  font-family: "Instrument Serif", serif;
  font-size: clamp(2.8rem, 6.4vw, 6rem);
  font-weight: 400;
  line-height: 0.9;
  letter-spacing: -0.045em;
}

.exhibition-intro p:last-child {
  max-width: 60ch;
  margin: 0;
  color: var(--muted);
  line-height: 1.7;
}

.template-journey {
  display: grid;
  gap: clamp(1.4rem, 4vw, 3rem);
}

.template-room {
  position: relative;
  top: auto;
  min-height: min(46rem, calc(100vh - 3rem));
  display: grid;
  grid-template-columns: minmax(0, 0.85fr) minmax(360px, 1.15fr);
  gap: clamp(1rem, 3vw, 2rem);
  align-items: center;
  padding: clamp(1rem, 3vw, 2rem);
  border-radius: 46px;
  border: 1px solid rgba(255, 255, 255, 0.72);
  background:
    linear-gradient(180deg, rgba(255, 249, 238, 0.72), rgba(255, 249, 238, 0.42)),
    var(--room-swatch);
  box-shadow: 0 34px 120px rgba(43, 28, 18, 0.22);
  overflow: hidden;
}

.template-room::before {
  content: "";
  position: absolute;
  inset: 1rem;
  border-radius: 36px;
  border: 1px dashed rgba(255, 255, 255, 0.56);
  pointer-events: none;
}

.template-room::after {
  content: "";
  position: absolute;
  inset: -20% -8% auto auto;
  width: 32rem;
  height: 32rem;
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.24);
  filter: blur(24px);
}

.room-copy,
.room-gallery {
  position: relative;
  z-index: 1;
}

.room-copy {
  display: grid;
  gap: 1rem;
  align-content: center;
}

.room-copy h3 {
  max-width: 9ch;
  margin: 0;
  font-family: "Instrument Serif", serif;
  font-size: clamp(3.8rem, 8vw, 8rem);
  font-weight: 400;
  line-height: 0.82;
  letter-spacing: -0.055em;
}

.room-copy p {
  max-width: 42rem;
  margin: 0;
  color: rgba(23, 38, 75, 0.74);
  font-size: clamp(1rem, 1.8vw, 1.16rem);
  line-height: 1.7;
}

.room-tags {
  display: flex;
  flex-wrap: wrap;
  gap: 0.5rem;
}

.room-tags span {
  padding: 0.55rem 0.78rem;
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.62);
  color: rgba(23, 38, 75, 0.72);
  font-size: 0.76rem;
  font-weight: 900;
}

.room-book {
  justify-self: start;
  margin-top: 0.3rem;
}

.room-gallery {
  min-height: 38rem;
  display: grid;
  place-items: center;
}

.room-phone {
  position: absolute;
  width: clamp(12rem, 18vw, 17rem);
  height: clamp(24rem, 34vw, 34rem);
  border: 8px solid #101010;
  border-radius: 2rem;
  background: #101010;
  overflow: hidden;
  box-shadow: 0 28px 80px rgba(18, 16, 14, 0.3);
}

.room-phone-1 {
  transform: translateX(-58%) rotate(-8deg);
}

.room-phone-2 {
  z-index: 2;
  transform: translateY(-1rem) scale(1.06);
}

.room-phone-3 {
  transform: translateX(58%) rotate(8deg);
}

.room-phone-screen {
  width: 100%;
  height: 100%;
  border-radius: 1.42rem;
  overflow: hidden;
  background: #fff8ef;
}

.room-phone-screen img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.template-theatre {
  display: grid;
  grid-template-columns: minmax(360px, 520px) minmax(0, 1fr);
  gap: 1.2rem;
  align-items: start;
}

.template-list-wrap {
  position: relative;
  top: auto;
  min-width: 0;
  padding-right: 13.5rem;
}

.template-list {
  display: grid;
  gap: 0.8rem;
}

.template-card,
.stage-panel,
.experience-card,
.launch-card,
.atlas-card,
.atlas-overview {
  background: var(--paper);
  border: 1px solid rgba(255, 255, 255, 0.72);
  box-shadow: var(--shadow);
  backdrop-filter: blur(16px);
}

.template-card {
  position: relative;
  display: grid;
  grid-template-columns: minmax(0, 1fr) 4.6rem;
  gap: 0.9rem;
  width: 100%;
  min-height: 8.2rem;
  padding: 0.78rem;
  appearance: none;
  border-radius: 24px;
  border: 1px solid rgba(23, 38, 75, 0.09);
  text-align: left;
  cursor: pointer;
  transition: transform 0.2s ease, background 0.2s ease, border-color 0.2s ease;
}

.template-card.is-active,
.template-card:hover {
  transform: translateX(5px);
  border-color: rgba(223, 63, 18, 0.34);
  background: rgba(255, 249, 238, 0.94);
}

.template-card-top {
  min-width: 0;
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 0.8rem;
}

.template-card strong {
  display: block;
  margin-bottom: 0.28rem;
  color: var(--ink);
  font-size: 1.02rem;
}

.template-card p {
  margin: 0;
  color: var(--muted);
  font-size: 0.82rem;
  line-height: 1.45;
}

.template-swatch {
  flex: 0 0 auto;
  width: 2rem;
  height: 2rem;
  border-radius: 999px;
  border: 2px solid rgba(255, 255, 255, 0.86);
  box-shadow: inset 0 0 0 1px rgba(23, 38, 75, 0.08);
}

.template-card-preview {
  grid-column: 2;
  grid-row: 1 / span 2;
  align-self: stretch;
  justify-self: end;
  width: 4.4rem;
}

.template-card-phone {
  width: 100%;
  height: 100%;
  min-height: 7rem;
  border-width: 4px;
  border-radius: 1rem;
}

.template-card-screen {
  border-radius: 0.68rem;
  background: linear-gradient(180deg, #fffdf8, #f3ecdf);
}

.template-hover-preview {
  position: absolute;
  top: 0;
  left: calc(100% - 12.2rem);
  z-index: 10;
  width: 12rem;
  opacity: 0;
  transform: translateX(10px) scale(0.98);
  pointer-events: none;
  transition: opacity 0.18s ease, transform 0.18s ease;
}

.template-list-wrap.show-hover .template-hover-preview {
  opacity: 1;
  transform: translateX(0) scale(1);
}

.template-hover-phone {
  width: 100%;
  aspect-ratio: 9 / 16;
  border-width: 7px;
  border-radius: 1.6rem;
}

.template-hover-screen {
  border-radius: 1.08rem;
  background: linear-gradient(180deg, #fffdf8, #f5ecdf);
}

.stage-panel {
  position: relative;
  min-height: 47rem;
  padding: clamp(1.1rem, 2vw, 1.6rem);
  border-radius: 40px;
  overflow: hidden;
  display: grid;
  grid-template-columns: minmax(0, 0.9fr) minmax(280px, 0.92fr);
  gap: 1rem;
}

.stage-panel::before {
  content: "";
  position: absolute;
  inset: -12rem auto auto 28%;
  width: 30rem;
  height: 30rem;
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.3);
  filter: blur(30px);
}

.stage-copy,
.stage-phone-wrap {
  position: relative;
  z-index: 1;
}

.stage-copy {
  min-width: 0;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  gap: 1.2rem;
  padding: 0.4rem;
}

.stage-kicker {
  margin: 0 0 1rem;
  color: rgba(23, 38, 75, 0.68);
  font-size: 0.75rem;
  font-weight: 900;
  letter-spacing: 0.18em;
  text-transform: uppercase;
}

.stage-copy h3 {
  margin: 0;
  font-size: clamp(3rem, 6vw, 5.8rem);
  line-height: 0.88;
}

.stage-description {
  margin-top: 1rem;
  max-width: 32rem;
}

.stage-tags {
  display: flex;
  flex-wrap: wrap;
  gap: 0.52rem;
}

.stage-phone-wrap {
  display: grid;
  align-content: start;
  justify-items: center;
  gap: 1rem;
}

.stage-phone {
  position: relative;
  width: min(25rem, 100%);
  height: 40rem;
  border-radius: 2.35rem;
}

.stage-phone-screen {
  position: relative;
  background: linear-gradient(180deg, #fffdf8, #f3ecdf);
}

.stage-thumbs {
  width: min(24rem, 100%);
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(3.4rem, 1fr));
  gap: 0.65rem;
}

.stage-thumb {
  appearance: none;
  padding: 0;
  cursor: pointer;
  overflow: hidden;
  aspect-ratio: 9 / 16;
  border: 1px solid rgba(255, 255, 255, 0.78);
  border-radius: 1rem;
  background: rgba(255, 255, 255, 0.6);
  transition: transform 0.2s ease, border-color 0.2s ease;
}

.stage-thumb:hover,
.stage-thumb.is-active {
  transform: translateY(-2px);
  border-color: rgba(223, 63, 18, 0.5);
}

.stage-thumb-static {
  cursor: default;
}

.stage-thumb img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.theme-preview {
  height: 100%;
  display: flex;
  flex-direction: column;
  gap: 0.72rem;
  padding: 2.8rem 1rem 0.85rem;
  overflow: hidden;
}

.theme-preview.is-compact {
  gap: 0.45rem;
  padding: 1.62rem 0.42rem 0.38rem;
}

.theme-preview-topbar {
  display: flex;
  align-items: center;
  justify-content: space-between;
  color: currentColor;
  font-size: 0.62rem;
  font-weight: 900;
  opacity: 0.72;
}

.theme-preview.is-compact .theme-preview-topbar {
  font-size: 0.42rem;
}

.theme-preview-hero-shell {
  border-radius: 1.15rem;
  padding: 0.72rem;
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.42), rgba(255, 255, 255, 0.16)),
    linear-gradient(135deg, color-mix(in srgb, var(--template-accent) 24%, white), color-mix(in srgb, var(--template-secondary) 20%, white));
}

.theme-preview.is-compact .theme-preview-hero-shell {
  border-radius: 0.64rem;
  padding: 0.36rem;
}

.theme-preview-ornament {
  display: grid;
  place-items: center;
  width: 2rem;
  height: 2rem;
  margin: 0 auto 0.4rem;
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.68);
  box-shadow: inset 0 0 0 1px rgba(23, 38, 75, 0.08);
}

.theme-preview.is-compact .theme-preview-ornament {
  width: 1rem;
  height: 1rem;
  margin-bottom: 0.18rem;
  font-size: 0.58rem;
}

.theme-preview-header {
  min-width: 0;
  display: grid;
  gap: 0.36rem;
  text-align: center;
}

.theme-preview.is-compact .theme-preview-header {
  gap: 0.12rem;
}

.theme-preview-eyebrow {
  font-size: 0.56rem;
  font-weight: 900;
  letter-spacing: 0.16em;
  text-transform: uppercase;
  opacity: 0.78;
}

.theme-preview.is-compact .theme-preview-eyebrow {
  display: none;
}

.theme-preview-title {
  font-family: "Instrument Serif", serif;
  line-height: 1;
  letter-spacing: -0.03em;
}

.theme-preview.is-compact .theme-preview-title {
  font-size: 0.58rem !important;
  line-height: 0.96;
}

.theme-preview-subtitle {
  color: color-mix(in srgb, currentColor 68%, white);
  font-size: 0.66rem;
  line-height: 1.35;
}

.theme-preview.is-compact .theme-preview-subtitle {
  display: none;
}

.theme-preview-strip {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 0.36rem;
}

.theme-preview.is-compact .theme-preview-strip {
  gap: 0.18rem;
}

.theme-preview-strip span {
  display: block;
  min-height: 3rem;
  border-radius: 0.82rem;
  background:
    linear-gradient(135deg, rgba(255, 255, 255, 0.46), rgba(255, 255, 255, 0.14)),
    linear-gradient(135deg, color-mix(in srgb, var(--template-accent) 32%, white), color-mix(in srgb, var(--template-secondary) 18%, white));
}

.theme-preview.is-compact .theme-preview-strip span {
  min-height: 1.05rem;
  border-radius: 0.34rem;
}

.theme-preview-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 0.42rem;
}

.theme-preview.is-compact .theme-preview-grid {
  gap: 0.2rem;
}

.theme-preview-panel,
.theme-preview-bar {
  border-radius: 0.95rem;
  background: rgba(255, 255, 255, 0.38);
}

.theme-preview-panel {
  min-height: 4.6rem;
  padding: 0.65rem;
  display: grid;
  align-content: space-between;
}

.theme-preview-panel strong {
  font-size: 0.68rem;
  font-weight: 900;
}

.theme-preview-panel em {
  color: color-mix(in srgb, currentColor 58%, white);
  font-size: 0.58rem;
  font-style: normal;
  line-height: 1.25;
}

.theme-preview.is-compact .theme-preview-panel {
  min-height: 1.6rem;
  padding: 0.24rem;
  border-radius: 0.38rem;
}

.theme-preview.is-compact .theme-preview-panel strong {
  font-size: 0.35rem;
}

.theme-preview.is-compact .theme-preview-panel em {
  display: none;
}

.theme-preview-bar {
  min-height: 2.35rem;
  background: var(--template-accent);
}

.theme-preview-bar.soft {
  background: color-mix(in srgb, var(--template-secondary) 55%, white);
}

.theme-preview.is-compact .theme-preview-bar {
  min-height: 0.7rem;
  border-radius: 0.28rem;
}

.theme-preview-nav {
  margin-top: auto;
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 0.3rem;
}

.theme-preview-nav span {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 1.65rem;
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.44);
  font-size: 0.5rem;
  font-weight: 900;
  text-align: center;
}

.theme-preview-nav .is-active {
  background: var(--template-accent);
  color: #fff8ef;
}

.theme-preview.is-compact .theme-preview-nav {
  gap: 0.12rem;
}

.theme-preview.is-compact .theme-preview-nav span {
  min-height: 0.72rem;
  font-size: 0;
}

.section-atlas {
  padding-top: clamp(1.5rem, 3vw, 3rem);
}

.atlas-layout {
  display: grid;
  grid-template-columns: minmax(280px, 0.75fr) minmax(0, 1.25fr);
  gap: 1rem;
  align-items: start;
}

.atlas-overview {
  border-radius: 34px;
  padding: 1rem;
}

.atlas-overview img {
  width: 100%;
  border-radius: 24px;
  object-fit: cover;
}

.atlas-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 1rem;
}

.atlas-card {
  min-height: 25rem;
  padding: 0.95rem;
  border-radius: 28px;
  overflow: hidden;
}

.atlas-card-top {
  display: flex;
  justify-content: space-between;
  gap: 0.8rem;
  margin-bottom: 0.8rem;
}

.atlas-card-top strong {
  display: block;
  margin-bottom: 0.2rem;
  font-size: 1rem;
}

.atlas-card-top p {
  margin: 0;
  color: var(--muted);
  font-size: 0.8rem;
  line-height: 1.45;
}

.atlas-swatch {
  flex: 0 0 auto;
  width: 2rem;
  height: 2rem;
  border-radius: 999px;
  border: 2px solid rgba(255, 255, 255, 0.86);
}

.atlas-mini-phone {
  width: min(12rem, 100%);
  aspect-ratio: 9 / 16;
  margin: 0 auto;
  border-width: 7px;
  border-radius: 1.6rem;
}

.atlas-mini-screen {
  border-radius: 1.05rem;
}

.experience-grid {
  display: grid;
  gap: 1rem;
}

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

.experience-card {
  min-height: 15rem;
  border-radius: 28px;
  padding: 1.4rem;
}

.experience-card span {
  display: inline-grid;
  place-items: center;
  width: 2.3rem;
  height: 2.3rem;
  margin-bottom: 1.2rem;
  border-radius: 999px;
  background: rgba(223, 63, 18, 0.12);
  color: var(--orange);
  font-weight: 900;
}

.experience-card h3 {
  margin: 0 0 0.7rem;
  font-size: 1.25rem;
}

.experience-card p {
  margin: 0;
  color: var(--muted);
  line-height: 1.65;
}

.moments-showcase {
  position: relative;
  display: grid;
  grid-template-columns: minmax(260px, 0.7fr) minmax(320px, 0.9fr) minmax(320px, 1fr);
  gap: 1rem;
  align-items: stretch;
  padding: clamp(1rem, 2vw, 1.4rem);
  border-radius: 44px;
  border: 1px solid rgba(255, 255, 255, 0.74);
  background:
    radial-gradient(circle at 20% 0%, rgba(223, 63, 18, 0.16), transparent 18rem),
    radial-gradient(circle at 78% 10%, rgba(15, 109, 116, 0.16), transparent 22rem),
    linear-gradient(135deg, rgba(255, 249, 238, 0.9), rgba(255, 249, 238, 0.48));
  box-shadow: var(--shadow);
  overflow: hidden;
}

.moments-showcase::before {
  content: "";
  position: absolute;
  inset: 1rem;
  border-radius: 34px;
  border: 1px dashed rgba(23, 38, 75, 0.12);
  pointer-events: none;
}

.moments-copy,
.moments-phone-stack,
.moment-feature-grid {
  position: relative;
  z-index: 1;
}

.moments-copy {
  min-height: 30rem;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  gap: 1rem;
  padding: 1rem;
}

.moments-copy p {
  margin: 0;
  color: rgba(23, 38, 75, 0.72);
  font-size: clamp(1.15rem, 2.1vw, 1.6rem);
  line-height: 1.55;
}

.moments-phone-stack {
  min-height: 34rem;
  display: grid;
  place-items: center;
}

.moment-phone {
  position: absolute;
  width: clamp(10rem, 15vw, 14rem);
  height: clamp(21rem, 29vw, 29rem);
  border: 7px solid #101010;
  border-radius: 1.8rem;
  background: #101010;
  overflow: hidden;
  box-shadow: 0 24px 70px rgba(29, 18, 14, 0.25);
}

.moment-phone img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.moment-phone-a {
  transform: translate(-42%, 1.4rem) rotate(-9deg);
}

.moment-phone-b {
  z-index: 2;
  transform: translate(4%, -1rem) scale(1.08);
}

.moment-phone-c {
  transform: translate(48%, 1.2rem) rotate(8deg);
}

.moment-feature-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 0.75rem;
}

.moment-feature-grid article {
  min-height: 10rem;
  padding: 1rem;
  border-radius: 26px;
  border: 1px solid rgba(255, 255, 255, 0.72);
  background: rgba(255, 255, 255, 0.52);
  display: grid;
  align-content: space-between;
  gap: 0.8rem;
}

.moment-feature-grid span {
  width: 2.1rem;
  height: 2.1rem;
  display: inline-grid;
  place-items: center;
  border-radius: 999px;
  background: rgba(223, 63, 18, 0.12);
  color: var(--orange);
  font-size: 0.76rem;
  font-weight: 900;
}

.moment-feature-grid h3 {
  margin: 0;
  font-size: 1.05rem;
}

.moment-feature-grid p {
  margin: 0;
  color: var(--muted);
  font-size: 0.84rem;
  line-height: 1.55;
}

.launch-card {
  display: flex;
  align-items: end;
  justify-content: space-between;
  gap: 2rem;
  padding: clamp(1.4rem, 3vw, 2.4rem);
  border-radius: 40px;
}

.walkthrough-rail {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 1rem;
  align-items: stretch;
}

.walkthrough-card {
  position: relative;
  min-height: 21rem;
  padding: 1.2rem;
  border-radius: 32px;
  border: 1px solid rgba(255, 255, 255, 0.74);
  background:
    linear-gradient(180deg, rgba(255, 249, 238, 0.84), rgba(255, 249, 238, 0.5)),
    radial-gradient(circle at top, rgba(223, 63, 18, 0.12), transparent 70%);
  box-shadow: var(--shadow);
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  overflow: hidden;
}

.walkthrough-card::after {
  content: "";
  position: absolute;
  inset: auto -20% -35% auto;
  width: 11rem;
  height: 11rem;
  border-radius: 999px;
  background: rgba(15, 109, 116, 0.12);
}

.walkthrough-card.is-featured {
  transform: translateY(-1rem);
  background:
    linear-gradient(135deg, rgba(23, 38, 75, 0.92), rgba(15, 109, 116, 0.76)),
    var(--ink);
  color: #fff8ef;
}

.walkthrough-card span {
  display: inline-grid;
  place-items: center;
  width: 2.6rem;
  height: 2.6rem;
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.7);
  color: var(--orange);
  font-weight: 900;
}

.walkthrough-card h3 {
  margin: auto 0 0.7rem;
  font-family: "Instrument Serif", serif;
  font-size: clamp(2rem, 3.5vw, 3.1rem);
  line-height: 0.95;
  letter-spacing: -0.04em;
}

.walkthrough-card p {
  margin: 0;
  color: var(--muted);
  line-height: 1.6;
}

.walkthrough-card.is-featured p {
  color: rgba(255, 248, 239, 0.72);
}

.section-booking a {
  color: var(--orange);
  font-weight: 900;
}

.booking-form {
  display: grid;
  gap: 1rem;
  padding: clamp(1rem, 2.2vw, 1.5rem);
  border-radius: 36px;
  border: 1px solid rgba(255, 255, 255, 0.74);
  background:
    linear-gradient(180deg, rgba(255, 249, 238, 0.88), rgba(255, 249, 238, 0.58)),
    radial-gradient(circle at 92% 10%, rgba(223, 63, 18, 0.12), transparent 24rem);
  box-shadow: var(--shadow);
}

.form-row.two {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 1rem;
}

.booking-form label,
.tab-fieldset {
  display: grid;
  gap: 0.55rem;
  color: var(--ink);
  font-size: 0.84rem;
  font-weight: 900;
}

.booking-form input,
.booking-form select,
.booking-form textarea {
  width: 100%;
  border: 1px solid rgba(23, 38, 75, 0.14);
  border-radius: 18px;
  background: rgba(255, 255, 255, 0.72);
  color: var(--ink);
  font: inherit;
  font-weight: 700;
  padding: 0.98rem 1rem;
  outline: none;
}

.booking-form input:focus,
.booking-form select:focus,
.booking-form textarea:focus {
  border-color: rgba(223, 63, 18, 0.6);
  box-shadow: 0 0 0 4px rgba(223, 63, 18, 0.1);
}

.tab-fieldset {
  border: 1px solid rgba(23, 38, 75, 0.12);
  border-radius: 24px;
  padding: 1rem;
  grid-template-columns: repeat(4, minmax(0, 1fr));
}

.tab-fieldset legend {
  padding: 0 0.5rem;
  color: var(--orange);
}

.tab-fieldset label {
  display: flex;
  align-items: center;
  gap: 0.5rem;
  min-height: 2.8rem;
  padding: 0.65rem;
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.52);
  font-size: 0.78rem;
}

.tab-fieldset input {
  width: auto;
}

.form-note {
  margin: 0;
  color: var(--muted);
  font-size: 0.86rem;
  line-height: 1.55;
}

@media (max-width: 1120px) {
  .hero,
  .show-shell,
  .hero-portal,
  .template-theatre,
  .template-room,
  .atlas-layout,
  .stage-panel,
  .experience-grid,
  .launch-card {
    grid-template-columns: 1fr;
  }

  .hero {
    min-height: auto;
  }

  .hero-portal {
    min-height: auto;
  }

  .portal-stage {
    min-height: 36rem;
  }

  .portal-room-card {
    left: 1rem;
    width: 15rem;
  }

  .portal-feature-wheel {
    right: 1rem;
  }

  .hero-stage {
    min-height: 34rem;
  }

  .phone-stack {
    transform: scale(0.88);
  }

  .template-list-wrap {
    position: relative;
    top: auto;
    padding-right: 0;
  }

  .template-hover-preview {
    display: none;
  }

  .stage-panel {
    min-height: auto;
  }

  .show-stage {
    min-height: 34rem;
  }

  .show-controls {
    grid-template-columns: repeat(5, minmax(0, 1fr));
  }

  .moments-showcase {
    grid-template-columns: 1fr;
  }

  .moments-copy {
    min-height: auto;
  }

  .moments-phone-stack {
    min-height: 30rem;
  }

  .stage-copy {
    display: grid;
  }

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

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

  .walkthrough-card.is-featured {
    transform: none;
  }

  .section-exhibition {
    width: min(1220px, calc(100% - 2rem));
    padding-left: 0;
    padding-right: 0;
  }

  .exhibition-intro,
  .template-room {
    position: relative;
    top: auto;
  }

  .template-room {
    min-height: auto;
  }

  .room-gallery {
    min-height: 32rem;
  }

}

@media (max-width: 760px) {
  .site-header {
    top: 0.7rem;
    width: calc(100% - 1rem);
    margin-top: 0.7rem;
  }

  .site-nav,
  .nav-cta {
    display: none;
  }

  .hero,
  .section {
    width: min(100% - 1rem, 1220px);
  }

  .section-exhibition {
    width: min(100% - 1rem, 1220px);
  }

  .hero {
    padding-top: 3rem;
    min-height: auto;
  }

  .hero h1 {
    font-size: clamp(3.5rem, 17vw, 5.7rem);
  }

  .hero-portal {
    border-radius: 34px;
    width: min(100% - 1rem, 1220px);
    padding: 1rem;
  }

  .portal-copy h1 {
    font-size: clamp(3.3rem, 16vw, 5.6rem);
  }

  .portal-actions {
    flex-direction: column;
  }

  .portal-stage {
    min-height: 34rem;
    overflow: hidden;
  }

  .portal-phone-ring {
    width: 100%;
    height: 32rem;
  }

  .portal-phone-main {
    width: min(18rem, 72vw);
    height: 31rem;
    min-height: 31rem;
    border-width: 7px;
    border-radius: 2.1rem;
  }

  .portal-phone-ghost {
    width: 9rem;
    height: 18rem;
    border-width: 5px;
    opacity: 0.58;
  }

  .portal-ghost-a {
    transform: translateX(-76%) rotate(-10deg);
  }

  .portal-ghost-b {
    transform: translateX(76%) rotate(9deg);
  }

  .portal-room-card {
    top: 1rem;
    left: 0;
    width: 12rem;
    padding: 0.75rem;
  }

  .portal-room-card strong {
    font-size: 2rem;
  }

  .portal-feature-wheel {
    right: auto;
    left: 50%;
    bottom: 0.4rem;
    transform: translateX(-50%);
    grid-template-columns: repeat(2, minmax(0, 1fr));
    width: min(100%, 22rem);
  }

  .portal-feature-wheel button {
    min-width: 0;
    padding: 0.66rem 0.72rem;
    font-size: 0.68rem;
  }

  .show-shell {
    min-height: auto;
    border-radius: 32px;
    padding: 1rem;
  }

  .show-copy h2 {
    font-size: clamp(3rem, 15vw, 5rem);
  }

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

  .show-controls button {
    min-height: 4rem;
  }

  .show-stage {
    min-height: 31rem;
    overflow: hidden;
  }

  .show-phone {
    width: min(19rem, 86vw);
    height: 32rem;
    min-height: 32rem;
    border-width: 7px;
  }

  .show-ticket {
    top: 4%;
    left: 2%;
  }

  .show-orbit-a {
    top: 13%;
    right: 0;
  }

  .show-orbit-b {
    bottom: 8%;
    left: 0;
  }

  .hero-actions,
  .launch-actions {
    flex-direction: column;
  }

  .button {
    width: 100%;
  }

  .hero-stage {
    min-height: 28rem;
  }

  .phone-stack {
    width: 22rem;
    height: 26rem;
    transform: scale(0.76);
  }

  .phone-card {
    width: 12rem;
    height: 25rem;
  }

  .phone-mid {
    left: 5.3rem;
  }

  .phone-front {
    right: 0;
  }

  .template-card {
    grid-template-columns: minmax(0, 1fr) 4.2rem;
  }

  .stage-phone {
    width: min(100%, 20rem);
    height: 34rem;
  }

  .template-room {
    padding: 1rem;
    border-radius: 30px;
  }

  .template-room::before {
    inset: 0.6rem;
    border-radius: 24px;
  }

  .room-copy h3 {
    font-size: clamp(3rem, 15vw, 4.8rem);
  }

  .room-gallery {
    min-height: 27rem;
    overflow: hidden;
  }

  .room-phone {
    width: 10.5rem;
    height: 21rem;
    border-width: 6px;
  }

  .room-phone-1 {
    transform: translateX(-43%) rotate(-8deg) scale(0.9);
  }

  .room-phone-2 {
    transform: translateY(-0.5rem) scale(1);
  }

  .room-phone-3 {
    transform: translateX(43%) rotate(8deg) scale(0.9);
  }

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

  .atlas-grid {
    grid-template-columns: 1fr;
  }

  .experience-grid {
    grid-template-columns: 1fr;
  }

  .walkthrough-rail,
  .form-row.two,
  .tab-fieldset,
  .moment-feature-grid {
    grid-template-columns: 1fr;
  }

  .moments-phone-stack {
    min-height: 25rem;
    overflow: hidden;
  }

  .moment-phone {
    width: 9.8rem;
    height: 20rem;
    border-width: 6px;
  }

  .moment-phone-a {
    transform: translate(-35%, 1rem) rotate(-9deg) scale(0.9);
  }

  .moment-phone-b {
    transform: translateY(-0.5rem) scale(1);
  }

  .moment-phone-c {
    transform: translate(35%, 1rem) rotate(8deg) scale(0.9);
  }

  .launch-card {
    align-items: stretch;
  }
}
