@font-face {
  font-family: "Poppins";
  src: url("/fonts/poppins-400.woff2") format("woff2");
  font-style: normal;
  font-weight: 400;
  font-display: swap;
}

@font-face {
  font-family: "Poppins";
  src: url("/fonts/poppins-500.woff2") format("woff2");
  font-style: normal;
  font-weight: 500;
  font-display: swap;
}

@font-face {
  font-family: "Poppins";
  src: url("/fonts/poppins-600.woff2") format("woff2");
  font-style: normal;
  font-weight: 600;
  font-display: swap;
}

:root {
  --teal: #49c1be;
  --teal-strong: #29a8a5;
  --graphite: #151412;
  --ink: #171817;
  --ink-soft: #646966;
  --ivory: #f7f3eb;
  --white: #ffffff;
  --line: rgba(23, 24, 23, 0.15);
  --ease: cubic-bezier(0.22, 0.8, 0.2, 1);
  --ease-apple: cubic-bezier(0.32, 0.72, 0, 1);
}

* {
  box-sizing: border-box;
}

html,
body {
  min-height: 100%;
  margin: 0;
  background: var(--graphite);
  color: var(--white);
  font-family: "Poppins", system-ui, -apple-system, BlinkMacSystemFont, sans-serif;
}

body {
  overflow-x: hidden;
}

button,
input,
select,
textarea {
  font: inherit;
}

button,
label {
  -webkit-tap-highlight-color: transparent;
}

button {
  border: 0;
}

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

.experience {
  position: relative;
  min-height: 100svh;
  overflow: hidden;
  background: var(--graphite);
}

.scene {
  position: fixed;
  inset: 0;
  pointer-events: none;
}

.scene picture,
.scene img {
  display: block;
  width: 100%;
  height: 100%;
}

.scene img {
  object-fit: cover;
  object-position: center;
}

.scene-dark {
  z-index: 0;
  opacity: 1;
  filter: blur(0) brightness(1);
  transform-origin: 50% 48%;
  transition: opacity 800ms ease-out, transform 1700ms var(--ease-apple), filter 900ms ease-out;
}

.dark-room-wash {
  position: absolute;
  inset: 0;
  background:
    radial-gradient(circle at 50% 49%, transparent 0 32%, rgba(0, 0, 0, 0.05) 65%, rgba(0, 0, 0, 0.24) 100%),
    linear-gradient(180deg, rgba(0, 0, 0, 0.05), transparent 35%, rgba(0, 0, 0, 0.08));
}

.scene-light {
  z-index: 1;
  opacity: 0;
  filter: blur(8px) brightness(1.2);
  transform: scale(1.2);
  transform-origin: 50% 48%;
  transition: opacity 850ms ease-out, transform 1500ms var(--ease-apple), filter 1000ms ease-out;
}

.light-room-wash {
  position: absolute;
  inset: 0;
  background: linear-gradient(90deg, rgba(255, 252, 246, 0.05), rgba(255, 255, 255, 0.13) 50%, rgba(255, 252, 246, 0.05));
}

.brand-logo {
  display: block;
  width: clamp(158px, 12vw, 205px);
  height: auto;
  object-fit: contain;
  object-position: left center;
}

.brand-logo-on-dark {
  filter: drop-shadow(0 5px 18px rgba(0, 0, 0, 0.2));
}

.brand-logo-on-light {
  filter: drop-shadow(0 5px 18px rgba(58, 50, 38, 0.05));
}

.door-system {
  position: fixed;
  z-index: 5;
  inset: 0;
  pointer-events: none;
  perspective: 1150px;
  perspective-origin: 50% 49%;
  transition: opacity 680ms ease-out, filter 680ms ease-out;
}

.door-panel {
  position: absolute;
  top: 15.4%;
  bottom: 17.6%;
  width: 30.4%;
  border: 1px solid rgba(255, 255, 255, 0.08);
  background:
    linear-gradient(150deg, rgba(255, 255, 255, 0.08), rgba(43, 41, 38, 0.08) 45%, rgba(255, 255, 255, 0.035)),
    rgba(91, 89, 85, 0.12);
  backdrop-filter: blur(13px) saturate(0.4);
  box-shadow: inset 0 0 80px rgba(255, 255, 255, 0.03);
  transform-style: preserve-3d;
  will-change: transform;
  transition: transform 1280ms var(--ease-apple);
}

.door-left {
  left: 19.2%;
  transform-origin: 100% 50%;
}

.door-right {
  right: 19.2%;
  transform-origin: 0 50%;
}

.door-seam {
  position: absolute;
  left: 50%;
  top: 15.4%;
  bottom: 17.6%;
  width: 1px;
  transform: translateX(-50%);
  background: rgba(255, 255, 255, 0.4);
  box-shadow: 0 0 12px rgba(255, 255, 255, 0.18);
  transition: width 260ms var(--ease), box-shadow 260ms ease-out, opacity 220ms ease-out;
}

.light-aperture {
  position: absolute;
  left: 50%;
  top: 15.4%;
  bottom: 17.6%;
  width: 2px;
  transform: translateX(-50%);
  opacity: 0;
  background: linear-gradient(90deg, rgba(255, 255, 255, 0.82), white 10%, white 90%, rgba(255, 255, 255, 0.82));
  box-shadow: 0 0 30px 7px rgba(255, 255, 255, 0.58);
  transition:
    width 1280ms var(--ease-apple),
    opacity 180ms ease-out,
    box-shadow 700ms ease-out;
}

.passage-depth {
  position: fixed;
  z-index: 12;
  inset: 0;
  overflow: hidden;
  pointer-events: none;
  opacity: 0;
  filter: blur(0);
  transform: scale(0.985);
  transform-origin: 50% 49%;
  transition:
    opacity 440ms ease-out,
    transform 1100ms cubic-bezier(0.48, 0.08, 0.22, 1),
    filter 920ms ease-out;
}

.passage-plane {
  position: absolute;
  display: block;
  inset: 0;
  opacity: 0.96;
}

.passage-top {
  clip-path: polygon(0 0, 100% 0, 80.8% 15.4%, 19.2% 15.4%);
  background: linear-gradient(180deg, rgba(13, 12, 11, 0.96), rgba(54, 51, 47, 0.82));
}

.passage-right {
  clip-path: polygon(80.8% 15.4%, 100% 0, 100% 100%, 80.8% 82.4%);
  background: linear-gradient(270deg, rgba(16, 15, 14, 0.96), rgba(69, 65, 60, 0.74));
}

.passage-bottom {
  clip-path: polygon(19.2% 82.4%, 80.8% 82.4%, 100% 100%, 0 100%);
  background: linear-gradient(0deg, rgba(25, 23, 21, 0.96), rgba(85, 80, 73, 0.56));
}

.passage-left {
  clip-path: polygon(0 0, 19.2% 15.4%, 19.2% 82.4%, 0 100%);
  background: linear-gradient(90deg, rgba(16, 15, 14, 0.96), rgba(69, 65, 60, 0.74));
}

.passage-glow {
  position: absolute;
  left: 50%;
  top: 49%;
  width: 58vw;
  aspect-ratio: 1.45;
  border-radius: 50%;
  background: radial-gradient(circle, rgba(255, 255, 255, 0.98), rgba(255, 255, 255, 0.42) 42%, transparent 72%);
  opacity: 0;
  filter: blur(28px);
  transform: translate(-50%, -50%) scale(0.18);
  transition: opacity 500ms ease-out, transform 900ms var(--ease-apple);
}

.white-flash {
  position: fixed;
  z-index: 20;
  inset: -8%;
  opacity: 0;
  pointer-events: none;
  border-radius: 50%;
  background: radial-gradient(circle at 50% 48%, white 0 36%, rgba(255, 255, 255, 0.98) 54%, rgba(255, 255, 255, 0.76) 72%, transparent 100%);
  transform: scale(0.08);
  transform-origin: 50% 48%;
  filter: blur(18px);
  transition: transform 860ms var(--ease-apple), opacity 360ms ease-out, filter 700ms ease-out;
}

.access-stage {
  position: relative;
  z-index: 10;
  display: grid;
  min-height: 100svh;
  grid-template-rows: auto 1fr auto;
  padding:
    max(38px, 5.2vh)
    clamp(34px, 6.8vw, 116px)
    max(26px, 4vh);
  transition: opacity 360ms ease-out, transform 650ms var(--ease);
}

.access-header {
  align-self: start;
}

.access-content {
  align-self: center;
  justify-self: center;
  width: min(100%, 540px);
  margin-top: -2.5vh;
  text-align: center;
}

.access-eyebrow {
  margin: 0 0 18px;
  color: rgba(255, 255, 255, 0.68);
  font-size: 11px;
  font-weight: 500;
  letter-spacing: 0.28em;
  text-transform: uppercase;
}

.access-content h1 {
  margin: 0 0 28px;
  color: #fff;
  font-size: clamp(34px, 3vw, 48px);
  font-weight: 400;
  letter-spacing: -0.04em;
  line-height: 1.13;
  text-shadow: 0 2px 20px rgba(0, 0, 0, 0.18);
}

.code-entry {
  position: relative;
  width: min(100%, 410px);
  margin: 0 auto;
  cursor: text;
}

.code-cells {
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  gap: 16px;
}

.code-cells span {
  display: grid;
  aspect-ratio: 1;
  place-items: center;
  border: 1px solid rgba(255, 255, 255, 0.34);
  border-radius: 9px;
  background: rgba(255, 255, 255, 0.025);
  color: white;
  font-size: 25px;
  font-weight: 400;
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.04);
  transition: border-color 180ms ease-out, background 180ms ease-out, box-shadow 180ms ease-out;
}

.code-entry:focus-within .code-cells span.is-current {
  border-color: rgba(255, 255, 255, 0.8);
  background: rgba(255, 255, 255, 0.06);
  box-shadow: 0 0 0 3px rgba(255, 255, 255, 0.06);
}

.code-cells span.is-filled {
  border-color: rgba(255, 255, 255, 0.62);
  background: rgba(255, 255, 255, 0.045);
}

#access-code {
  position: absolute;
  inset: 0;
  width: 100%;
  opacity: 0;
  cursor: text;
}

.access-error {
  min-height: 24px;
  margin: 9px 0 5px;
  color: #ffd0cc;
  font-size: 11px;
  line-height: 1.45;
}

.access-button {
  display: flex;
  width: min(100%, 350px);
  min-height: 53px;
  margin: 0 auto;
  align-items: center;
  justify-content: center;
  padding: 0 22px;
  cursor: pointer;
  border-radius: 8px;
  background: rgba(255, 255, 255, 0.94);
  color: #242321;
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.18);
  font-size: 12px;
  font-weight: 500;
  letter-spacing: 0.15em;
  text-transform: uppercase;
  transition: background 180ms ease-out, transform 180ms ease-out, box-shadow 180ms ease-out;
}

.access-button .button-arrow {
  width: 0;
  overflow: hidden;
  opacity: 0;
  transform: translateX(-8px);
  transition: width 180ms var(--ease), opacity 180ms ease-out, transform 180ms var(--ease);
}

.access-button:hover {
  transform: translateY(-1px);
  background: #fff;
  box-shadow: 0 14px 38px rgba(0, 0, 0, 0.22);
}

.access-button:hover .button-arrow {
  width: 20px;
  margin-left: 18px;
  opacity: 1;
  transform: none;
}

.access-button:disabled {
  cursor: wait;
  opacity: 0.7;
  transform: none;
}

.verification-status {
  display: flex;
  min-height: 0;
  align-items: center;
  justify-content: center;
  gap: 11px;
  overflow: hidden;
  opacity: 0;
  transform: translateY(7px);
  transition: min-height 280ms var(--ease), opacity 220ms ease-out, transform 280ms var(--ease);
}

.verification-status.is-visible {
  min-height: 38px;
  opacity: 1;
  transform: none;
}

.verification-status p {
  margin: 0;
  color: rgba(255, 255, 255, 0.72);
  font-size: 11px;
}

.status-mark {
  width: 14px;
  height: 14px;
  border: 1.5px solid rgba(255, 255, 255, 0.24);
  border-top-color: white;
  border-radius: 50%;
  animation: spin 900ms linear infinite;
}

.verification-status.is-verified .status-mark {
  display: grid;
  place-items: center;
  border-color: var(--teal);
  animation: none;
}

.verification-status.is-verified .status-mark::after {
  content: "✓";
  color: var(--teal);
  font-size: 9px;
}

.access-footer {
  align-self: end;
  color: rgba(255, 255, 255, 0.38);
  font-size: 9px;
  letter-spacing: 0.2em;
  text-transform: uppercase;
}

.stage-unlocking .access-stage,
.stage-opening .access-stage {
  opacity: 0;
  transform: scale(0.99);
}

.stage-unlocking .door-seam {
  width: 2px;
  opacity: 1;
  box-shadow: 0 0 34px 9px rgba(255, 255, 255, 0.92);
}

.stage-unlocking .light-aperture {
  width: 2px;
  opacity: 1;
  box-shadow: 0 0 36px 10px rgba(255, 255, 255, 0.82);
}

.stage-opening .scene-dark {
  filter: blur(0.5px) brightness(1.08);
  transform: scale(1.08);
}

.stage-opening .door-left {
  transform: translate3d(-100%, 0, 0);
}

.stage-opening .door-right {
  transform: translate3d(100%, 0, 0);
}

.stage-opening .door-seam {
  width: 1px;
  opacity: 0;
  box-shadow: 0 0 44px 12px white;
}

.stage-opening .light-aperture {
  width: 61.6%;
  opacity: 1;
  box-shadow: 0 0 110px 42px rgba(255, 255, 255, 0.94);
}

.stage-opening .passage-depth {
  opacity: 0;
  transform: scale(1);
}

.stage-opening .passage-glow {
  opacity: 0;
  transform: translate(-50%, -50%) scale(0.4);
}

.stage-passage .scene-dark {
  opacity: 0.12;
  filter: blur(7px) brightness(1.5);
  transform: scale(1.68);
}

.stage-passage .scene-light {
  opacity: 0.78;
  filter: blur(7px) brightness(1.3);
  transform: scale(1.34);
}

.stage-passage .door-left {
  transform: translate3d(-185%, 0, 470px) rotateY(-5deg) scale(1.3);
}

.stage-passage .door-right {
  transform: translate3d(185%, 0, 470px) rotateY(5deg) scale(1.3);
}

.stage-passage .passage-depth {
  opacity: 0.58;
  filter: blur(6px);
  transform: scale(4.8);
}

.stage-passage .passage-glow {
  opacity: 1;
  transform: translate(-50%, -50%) scale(1.9);
}

.stage-passage .white-flash {
  opacity: 1;
  filter: blur(4px);
  transform: scale(1.45);
}

.stage-registration {
  min-height: 100svh;
  overflow: auto;
  background: var(--ivory);
}

.stage-registration .scene-dark,
.stage-registration .door-system,
.stage-registration .access-stage {
  opacity: 0;
  pointer-events: none;
}

.stage-registration .door-system {
  filter: blur(7px);
}

.stage-registration .scene-dark {
  transform: scale(1.04);
}

.stage-registration .scene-light {
  opacity: 1;
  filter: blur(0) brightness(1);
  transform: scale(1);
}

.stage-registration .white-flash {
  opacity: 0;
  transform: scale(1.7);
  transition: opacity 950ms ease-out 100ms;
}

.registration-stage {
  position: fixed;
  z-index: 15;
  inset: 0;
  display: flex;
  min-height: 100svh;
  flex-direction: column;
  overflow: auto;
  color: var(--ink);
  opacity: 0;
  pointer-events: none;
  transform: translateY(15px);
  transition: opacity 700ms ease-out 410ms, transform 900ms var(--ease) 390ms;
}

.stage-registration .registration-stage {
  opacity: 1;
  pointer-events: auto;
  transform: none;
}

.registration-header,
.registration-footer {
  display: flex;
  width: 100%;
  max-width: 1510px;
  margin: 0 auto;
  align-items: center;
  justify-content: space-between;
  padding-inline: clamp(28px, 5vw, 76px);
}

.registration-header {
  min-height: 92px;
}

.progress-wrap {
  display: flex;
  align-items: center;
  gap: 18px;
}

.progress-wrap > span {
  color: rgba(23, 24, 23, 0.56);
  font-size: 9px;
  font-weight: 500;
  letter-spacing: 0.14em;
  text-transform: uppercase;
}

.progress-track {
  display: flex;
  gap: 6px;
}

.progress-track i {
  width: 25px;
  height: 2px;
  border-radius: 10px;
  background: rgba(23, 24, 23, 0.14);
  transition: background 300ms ease-out, width 300ms var(--ease);
}

.progress-track i.is-complete,
.progress-track i.is-current {
  background: var(--teal-strong);
}

.progress-track i.is-current {
  width: 34px;
}

.registration-content {
  display: grid;
  width: 100%;
  max-width: 1320px;
  min-height: calc(100svh - 154px);
  margin: 0 auto;
  padding: clamp(18px, 2.8vw, 38px) clamp(28px, 6vw, 90px) 42px;
}

.registration-screen {
  display: none;
  grid-area: 1 / 1;
  align-self: center;
  width: 100%;
  animation: reveal-screen 560ms var(--ease-apple) both;
}

.registration-screen.is-active {
  display: grid;
}

.registration-screen h1:focus,
.registration-screen h2:focus {
  outline: none;
}

.details-screen {
  width: min(52vw, 960px);
  grid-template-columns: minmax(0, 1fr) minmax(330px, 0.9fr);
  gap: clamp(36px, 4vw, 72px);
  align-items: center;
  justify-self: center;
  padding-inline: clamp(22px, 2.4vw, 46px);
}

.welcome-copy .eyebrow,
.panel-heading .eyebrow,
.success-panel .eyebrow {
  margin: 0 0 15px;
  color: var(--teal-strong);
  font-size: 10px;
  font-weight: 500;
  letter-spacing: 0.16em;
  text-transform: uppercase;
}

.welcome-copy h1 {
  margin: 0;
  color: var(--ink);
  font-size: clamp(52px, 4.8vw, 72px);
  font-weight: 400;
  letter-spacing: -0.065em;
  line-height: 0.99;
}

.welcome-copy h1 strong {
  font-weight: 400;
}

.welcome-copy > p:last-child {
  max-width: 390px;
  margin: 24px 0 0;
  color: var(--ink-soft);
  font-size: 14px;
  line-height: 1.7;
}

.line-form {
  padding-top: 10px;
}

.line-field {
  position: relative;
  margin-bottom: 34px;
}

.line-field label {
  display: block;
  margin-bottom: 6px;
  color: rgba(23, 24, 23, 0.6);
  font-size: 10px;
  font-weight: 500;
  letter-spacing: 0.1em;
  text-transform: uppercase;
}

.line-field input {
  width: 100%;
  height: 46px;
  padding: 0;
  border: 0;
  border-bottom: 1px solid rgba(23, 24, 23, 0.28);
  border-radius: 0;
  background: transparent;
  color: var(--ink);
  outline: 0;
  font-size: 17px;
  transition: border-color 180ms ease-out, box-shadow 180ms ease-out;
}

.line-field input:focus {
  border-color: var(--teal-strong);
  box-shadow: 0 1px 0 var(--teal-strong);
}

.line-field input.is-invalid {
  border-color: #b8524a;
}

.field-error {
  min-height: 17px;
  margin: 5px 0 0;
  color: #a64d47;
  font-size: 10px;
  line-height: 1.45;
}

.button {
  display: inline-flex;
  min-height: 50px;
  align-items: center;
  justify-content: center;
  gap: 24px;
  padding: 0 25px;
  cursor: pointer;
  border-radius: 10px;
  font-size: 11px;
  font-weight: 500;
  letter-spacing: 0.06em;
  transition: transform 180ms ease-out, background 180ms ease-out, color 180ms ease-out, opacity 180ms ease-out, box-shadow 180ms ease-out;
}

.button:hover {
  transform: translateY(-1px);
}

.button:active {
  transform: none;
}

.button-primary {
  background: var(--teal-strong);
  color: white;
  box-shadow: 0 10px 28px rgba(41, 168, 165, 0.17);
}

.button-primary:hover {
  background: #209895;
  box-shadow: 0 14px 34px rgba(41, 168, 165, 0.22);
}

.line-form .button-primary {
  min-width: 150px;
}

.button-text {
  min-width: 90px;
  padding-inline: 12px;
  background: transparent;
  color: var(--ink-soft);
  box-shadow: none;
}

.button:disabled {
  cursor: wait;
  opacity: 0.58;
  transform: none;
}

.button:focus-visible,
input:focus-visible,
select:focus-visible,
textarea:focus-visible,
.segmented-choice label:has(input:focus-visible) {
  outline: 2px solid var(--teal-strong);
  outline-offset: 3px;
}

.registration-panel {
  width: min(100%, 620px);
  justify-self: center;
  padding: clamp(30px, 4vw, 48px);
  border: 1px solid rgba(255, 255, 255, 0.74);
  border-radius: 28px;
  background: rgba(255, 255, 255, 0.74);
  box-shadow:
    0 28px 80px rgba(77, 69, 56, 0.1),
    inset 0 1px 0 rgba(255, 255, 255, 0.8);
  backdrop-filter: blur(30px) saturate(0.8);
}

.wide-panel {
  width: min(100%, 900px);
}

.panel-heading {
  margin-bottom: 30px;
}

.panel-heading h2,
.success-panel h2 {
  margin: 0;
  color: var(--ink);
  font-size: clamp(32px, 3.5vw, 48px);
  font-weight: 400;
  letter-spacing: -0.048em;
  line-height: 1.12;
}

.panel-heading > p:last-child,
.success-panel > p:not(.eyebrow) {
  max-width: 560px;
  margin: 14px 0 0;
  color: var(--ink-soft);
  font-size: 13px;
  line-height: 1.7;
}

.segmented-choice {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 4px;
  margin: 0;
  padding: 4px;
  border: 0;
  border-radius: 14px;
  background: rgba(23, 24, 23, 0.075);
}

.segmented-choice label {
  position: relative;
  cursor: pointer;
}

.segmented-choice input {
  position: absolute;
  opacity: 0;
}

.segmented-choice span {
  display: grid;
  min-height: 48px;
  place-items: center;
  border-radius: 11px;
  color: var(--ink-soft);
  font-size: 12px;
  font-weight: 500;
  transition: background 180ms ease-out, color 180ms ease-out, box-shadow 180ms ease-out;
}

.segmented-choice label:has(input:checked) span {
  background: white;
  color: var(--ink);
  box-shadow: 0 4px 14px rgba(33, 32, 29, 0.09);
}

.delivery-followup-panel {
  text-align: center;
}

.delivery-followup-panel .panel-heading > p:last-child {
  margin-inline: auto;
}

.delivery-mark {
  display: grid;
  width: 54px;
  height: 54px;
  margin: 0 auto 26px;
  place-items: center;
  border: 1px solid rgba(41, 168, 165, 0.62);
  border-radius: 50%;
  color: var(--teal-strong);
  font-size: 22px;
}

.vip-panel {
  width: min(100%, 940px);
}

.vip-list {
  border-top: 1px solid var(--line);
}

.vip-row {
  display: grid;
  grid-template-columns: 30px minmax(0, 1fr) minmax(0, 1fr);
  gap: 14px;
  align-items: start;
  padding: 15px 0 0;
  border-bottom: 1px solid var(--line);
}

.vip-slot {
  padding-top: 31px;
  color: rgba(23, 24, 23, 0.38);
  font-size: 9px;
  font-weight: 500;
  letter-spacing: 0.08em;
}

.vip-row .field {
  margin-bottom: 9px;
}

.vip-row .field input {
  min-height: 46px;
}

.request-toggle {
  display: grid;
  grid-template-columns: 1fr auto;
  gap: 24px;
  align-items: center;
  margin-top: 24px;
  padding: 18px 20px;
  cursor: pointer;
  border: 1px solid var(--line);
  border-radius: 15px;
  background: rgba(255, 255, 255, 0.52);
}

.request-toggle > span {
  display: grid;
  gap: 5px;
}

.request-toggle strong {
  color: var(--ink);
  font-size: 12px;
  font-weight: 500;
  line-height: 1.45;
}

.request-toggle small {
  color: var(--ink-soft);
  font-size: 10px;
  line-height: 1.5;
}

.request-toggle input {
  position: absolute;
  opacity: 0;
}

.toggle-track {
  position: relative;
  display: block;
  width: 48px;
  height: 28px;
  border-radius: 999px;
  background: rgba(23, 24, 23, 0.13);
  transition: background 180ms ease-out, box-shadow 180ms ease-out;
}

.toggle-track b {
  position: absolute;
  top: 3px;
  left: 3px;
  width: 22px;
  height: 22px;
  border-radius: 50%;
  background: white;
  box-shadow: 0 2px 7px rgba(23, 24, 23, 0.15);
  transition: transform 220ms var(--ease);
}

.request-toggle input:checked + .toggle-track {
  background: var(--teal-strong);
}

.request-toggle input:checked + .toggle-track b {
  transform: translateX(20px);
}

.request-toggle input:focus-visible + .toggle-track {
  outline: 2px solid var(--teal-strong);
  outline-offset: 3px;
}

.form-actions {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 14px;
  margin-top: 27px;
}

.field label {
  display: block;
  margin-bottom: 8px;
  color: var(--ink);
  font-size: 10px;
  font-weight: 500;
  letter-spacing: 0.07em;
  text-transform: uppercase;
}

.field {
  margin-bottom: 17px;
}

.field input,
.field select,
.field textarea {
  width: 100%;
  min-height: 51px;
  padding: 0 14px;
  border: 1px solid rgba(23, 24, 23, 0.14);
  border-radius: 11px;
  background: rgba(255, 255, 255, 0.72);
  color: var(--ink);
  outline: 0;
  transition: border-color 170ms ease-out, background 170ms ease-out, box-shadow 170ms ease-out;
}

.field textarea {
  min-height: 76px;
  padding-block: 12px;
  resize: vertical;
}

.field input::placeholder,
.field textarea::placeholder {
  color: #999e9a;
}

.field input:focus,
.field select:focus,
.field textarea:focus {
  border-color: var(--teal-strong);
  background: white;
  box-shadow: 0 0 0 4px rgba(73, 193, 190, 0.1);
}

.field input.is-invalid,
.field select.is-invalid {
  border-color: #b8524a;
}

.review-summary {
  margin: 0;
  border-top: 1px solid var(--line);
}

.review-summary div {
  display: grid;
  grid-template-columns: 128px 1fr;
  gap: 20px;
  padding: 15px 0;
  border-bottom: 1px solid var(--line);
}

.review-summary dt {
  color: var(--ink-soft);
  font-size: 9px;
  letter-spacing: 0.1em;
  text-transform: uppercase;
}

.review-summary dd {
  margin: 0;
  color: var(--ink);
  font-size: 12px;
  line-height: 1.5;
}

.success-panel {
  width: min(100%, 620px);
  padding: clamp(42px, 6vw, 72px);
  text-align: center;
}

.success-mark {
  display: grid;
  width: 54px;
  height: 54px;
  margin: 0 auto 26px;
  place-items: center;
  border: 1px solid var(--teal-strong);
  border-radius: 50%;
  color: var(--teal-strong);
  font-size: 21px;
}

.success-panel > p:not(.eyebrow) {
  margin-inline: auto;
}

.success-actions {
  display: flex;
  margin-top: 30px;
  flex-direction: column;
  align-items: center;
  gap: 7px;
}

.registration-footer {
  min-height: 62px;
  color: rgba(23, 24, 23, 0.42);
  font-size: 8px;
  letter-spacing: 0.1em;
  text-transform: uppercase;
}

@keyframes spin {
  to {
    transform: rotate(360deg);
  }
}

@keyframes reveal-screen {
  from {
    opacity: 0;
    transform: translateY(14px);
  }
  to {
    opacity: 1;
    transform: none;
  }
}

@media (max-width: 1400px) {
  .details-screen {
    grid-template-columns: 1fr;
    gap: 30px;
  }

  .welcome-copy {
    width: min(100%, 540px);
  }

  .line-form {
    width: min(100%, 540px);
  }
}

@media (max-width: 700px) {
  .experience {
    min-height: 100dvh;
  }

  .scene img {
    object-position: center;
  }

  .door-panel {
    top: 21.5%;
    bottom: 39.6%;
    width: 31.3%;
  }

  .door-left {
    left: 18.7%;
  }

  .door-right {
    right: 18.7%;
  }

  .door-seam,
  .light-aperture {
    top: 21.5%;
    bottom: 39.6%;
  }

  .passage-top {
    clip-path: polygon(0 0, 100% 0, 81.3% 21.5%, 18.7% 21.5%);
  }

  .passage-right {
    clip-path: polygon(81.3% 21.5%, 100% 0, 100% 100%, 81.3% 60.4%);
  }

  .passage-bottom {
    clip-path: polygon(18.7% 60.4%, 81.3% 60.4%, 100% 100%, 0 100%);
  }

  .passage-left {
    clip-path: polygon(0 0, 18.7% 21.5%, 18.7% 60.4%, 0 100%);
  }

  .passage-glow {
    width: 84vw;
  }

  .stage-opening .light-aperture {
    width: 62.6%;
  }

  .access-stage {
    padding:
      max(27px, env(safe-area-inset-top))
      22px
      max(22px, env(safe-area-inset-bottom));
  }

  .brand-logo {
    width: 138px;
  }

  .access-content {
    width: 100%;
    max-width: 390px;
    margin-top: -3vh;
  }

  .access-eyebrow {
    margin-bottom: 13px;
    font-size: 9px;
  }

  .access-content h1 {
    margin-bottom: 22px;
    font-size: clamp(29px, 8.2vw, 37px);
  }

  .code-entry {
    width: min(100%, 340px);
  }

  .code-cells {
    gap: 10px;
  }

  .code-cells span {
    border-radius: 8px;
    font-size: 21px;
  }

  .access-button {
    width: min(100%, 320px);
    min-height: 51px;
  }

  .access-footer {
    font-size: 8px;
  }

  .registration-header {
    min-height: 76px;
    padding-inline: 20px;
  }

  .progress-wrap > span {
    display: none;
  }

  .progress-track {
    gap: 4px;
  }

  .progress-track i {
    width: 14px;
  }

  .progress-track i.is-current {
    width: 22px;
  }

  .registration-content {
    min-height: calc(100dvh - 76px);
    padding: 18px 18px max(36px, env(safe-area-inset-bottom));
  }

  .registration-screen {
    align-self: start;
  }

  .details-screen {
    position: relative;
    width: 100%;
    gap: 30px;
    margin-top: 5vh;
    padding: 26px 21px 24px;
    border: 1px solid rgba(255, 255, 255, 0.7);
    border-radius: 26px;
    background: rgba(255, 255, 255, 0.66);
    box-shadow: 0 24px 70px rgba(77, 69, 56, 0.09);
    backdrop-filter: blur(25px) saturate(0.8);
  }

  .welcome-copy h1 {
    font-size: clamp(50px, 15vw, 68px);
  }

  .welcome-copy > p:last-child {
    margin-top: 18px;
    font-size: 13px;
  }

  .line-form {
    padding-top: 0;
  }

  .line-field {
    margin-bottom: 25px;
  }

  .line-form .button-primary {
    width: 100%;
  }

  .registration-panel {
    width: 100%;
    padding: 27px 20px;
    border-radius: 24px;
    background: rgba(255, 255, 255, 0.82);
  }

  .panel-heading {
    margin-bottom: 23px;
  }

  .panel-heading h2,
  .success-panel h2 {
    font-size: 32px;
  }

  .segmented-choice {
    grid-template-columns: 1fr;
  }

  .vip-panel {
    padding-inline: 18px;
  }

  .vip-row {
    grid-template-columns: 25px 1fr;
    gap: 0 10px;
    padding-top: 17px;
  }

  .vip-row .field {
    grid-column: 2;
  }

  .vip-slot {
    grid-row: 1 / span 2;
  }

  .request-toggle {
    gap: 14px;
    padding: 16px;
  }

  .form-actions {
    align-items: stretch;
  }

  .form-actions .button-primary {
    flex: 1;
    padding-inline: 16px;
  }

  .review-summary div {
    grid-template-columns: 1fr;
    gap: 4px;
  }

  .success-panel {
    padding: 40px 22px;
  }

  .registration-footer {
    display: none;
  }

}

@media (max-height: 720px) and (min-width: 701px) {
  .access-content {
    transform: scale(0.9);
  }

  .registration-header {
    min-height: 72px;
  }

  .registration-content {
    min-height: calc(100svh - 122px);
    padding-block: 12px 24px;
  }

  .registration-footer {
    min-height: 50px;
  }
}

@media (prefers-reduced-motion: reduce) {
  *,
  *::before,
  *::after {
    scroll-behavior: auto !important;
    animation-duration: 1ms !important;
    animation-iteration-count: 1 !important;
    transition-duration: 1ms !important;
    transition-delay: 0ms !important;
  }
}
