:root {
  --black: #050505;
  --charcoal: #101112;
  --panel: #151515;
  --line: rgba(247, 244, 236, 0.13);
  --white: #f7f4ec;
  --muted: #b9b4aa;
  --soft: #ded8cc;
  --dim: #77736b;
  --shadow: rgba(0, 0, 0, 0.62);
}

* {
  box-sizing: border-box;
}

html {
  overflow-x: hidden;
  scroll-behavior: smooth;
}

body {
  margin: 0;
  overflow-x: hidden;
  color: var(--white);
  background:
    radial-gradient(circle at 50% -10%, rgba(247, 244, 236, 0.09), transparent 28rem),
    linear-gradient(180deg, #050505 0%, #0b0b0b 42%, #050505 100%);
  font-family: Inter, Arial, sans-serif;
  letter-spacing: 0;
}

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

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

button {
  font: inherit;
}

.top-alert {
  position: sticky;
  top: 0;
  z-index: 30;
  width: 100%;
  overflow: hidden;
  border-bottom: 1px solid var(--line);
  background: var(--white);
  color: #050505;
}

.top-alert-track {
  display: flex;
  width: max-content;
  gap: 34px;
  padding: 8px 0;
  animation: alertMarquee 18s linear infinite;
}

.top-alert span {
  flex: 0 0 auto;
  font-size: 0.74rem;
  font-weight: 900;
  text-transform: uppercase;
}

.site-header {
  position: sticky;
  top: 33px;
  z-index: 20;
  width: 100%;
  max-width: 100vw;
  min-height: 68px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 12px clamp(18px, 5vw, 58px);
  background: rgba(5, 5, 5, 0.84);
  border-bottom: 1px solid var(--line);
  backdrop-filter: blur(18px);
}

.brand img {
  width: 58px;
  max-height: 44px;
  object-fit: contain;
}

.header-action {
  min-height: 38px;
  max-width: calc(100vw - 116px);
  display: inline-flex;
  align-items: center;
  justify-content: center;
  overflow: hidden;
  padding: 0 12px;
  border: 1px solid var(--line);
  color: var(--soft);
  font-size: 0.68rem;
  font-weight: 900;
  text-overflow: ellipsis;
  text-transform: uppercase;
  white-space: nowrap;
}

.hero,
.invite,
.section,
.details,
.identity,
.benefits,
.soon {
  width: 100%;
  max-width: 100vw;
  overflow: hidden;
  border-top: 1px solid var(--line);
}

.hero {
  min-height: calc(100svh - 68px);
  display: grid;
  grid-template-columns: minmax(0, 1fr);
  gap: 30px;
  align-items: center;
  padding: 34px clamp(18px, 5vw, 72px) 54px;
  border-top: 0;
}

.hero-copy,
.hero-visual {
  min-width: 0;
}

.eyebrow,
.drop-kicker {
  margin: 0 0 12px;
  color: var(--muted);
  font-size: 0.72rem;
  font-weight: 900;
  text-transform: uppercase;
}

h1,
h2,
h3,
p {
  margin-top: 0;
}

h1,
h2 {
  font-family: "Bebas Neue", Impact, sans-serif;
  font-weight: 400;
  line-height: 0.92;
  text-transform: uppercase;
}

h1 {
  max-width: 760px;
  margin-bottom: 18px;
  font-size: clamp(3.05rem, 15vw, 8.5rem);
}

h1 span {
  display: block;
}

h2 {
  margin-bottom: 18px;
  font-size: clamp(2.7rem, 12vw, 5.6rem);
}

h3 {
  line-height: 1.35;
}

.hero-text,
.invite p,
.identity p,
.benefits p,
.soon p {
  max-width: 680px;
  color: var(--muted);
  font-size: clamp(0.98rem, 2.5vw, 1.12rem);
  line-height: 1.68;
}

.hero-text p {
  margin-bottom: 12px;
}

.hero-text strong {
  color: var(--white);
  font-weight: 900;
}

.access-band {
  display: grid;
  gap: 7px;
  margin: 24px 0;
  padding: 14px;
  border: 1px solid rgba(247, 244, 236, 0.22);
  background:
    linear-gradient(90deg, rgba(247, 244, 236, 0.09), rgba(247, 244, 236, 0.02)),
    #0b0b0b;
}

.access-band strong {
  font-size: 0.77rem;
  font-weight: 900;
  text-transform: uppercase;
}

.access-band span {
  color: var(--muted);
  font-size: 0.86rem;
  line-height: 1.45;
}

.buy-actions {
  display: grid;
  gap: 12px;
  width: min(100%, 470px);
}

.buy-actions.compact {
  margin-top: 22px;
}

.button {
  min-height: 54px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 0 16px;
  border: 1px solid transparent;
  font-size: 0.82rem;
  font-weight: 900;
  text-align: center;
  text-transform: uppercase;
  transition: transform 180ms ease, background 180ms ease, border-color 180ms ease;
}

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

.button-primary {
  background: var(--white);
  color: #050505;
}

.button-secondary {
  border-color: var(--line);
  background: rgba(247, 244, 236, 0.035);
  color: var(--white);
}

.hero-visual {
  position: relative;
  display: grid;
  align-items: center;
}

.drop-kicker {
  position: relative;
  z-index: 3;
  margin: 0 auto -4px;
  width: min(100%, 700px);
}

.cap-stage {
  position: relative;
  width: min(100%, 720px);
  aspect-ratio: 0.92;
  display: grid;
  place-items: center;
  margin-inline: auto;
  perspective: 1100px;
}

.cap-stage::before {
  content: "";
  position: absolute;
  inset: 4% 0 14%;
  border: 1px solid rgba(247, 244, 236, 0.1);
  background:
    linear-gradient(135deg, rgba(247, 244, 236, 0.08), transparent 34%),
    repeating-linear-gradient(90deg, rgba(247, 244, 236, 0.035) 0 1px, transparent 1px 7px),
    #0b0c0c;
  box-shadow: 0 32px 100px var(--shadow);
}

.cap-zoom {
  position: relative;
  z-index: 2;
  width: 100%;
  border: 0;
  background: transparent;
  cursor: zoom-in;
}

.cap-orbit {
  display: block;
  width: 100%;
  transform-style: preserve-3d;
  animation: floatRotate 7s ease-in-out infinite;
}

.cap-orbit img {
  width: 100%;
  max-height: 590px;
  object-fit: contain;
  filter: drop-shadow(0 34px 36px rgba(0, 0, 0, 0.8)) contrast(1.08) saturate(0.92);
  mix-blend-mode: screen;
}

.stage-shadow {
  position: absolute;
  bottom: 9%;
  left: 17%;
  right: 17%;
  height: 34px;
  border-radius: 50%;
  background: rgba(0, 0, 0, 0.78);
  filter: blur(18px);
}

.view-indicator {
  width: min(100%, 700px);
  display: flex;
  justify-content: space-between;
  gap: 14px;
  margin: -14px auto 0;
  color: var(--muted);
  font-size: 0.7rem;
  font-weight: 900;
  text-transform: uppercase;
}

.photo-note {
  width: min(100%, 700px);
  margin: 16px auto 0;
  color: rgba(222, 216, 204, 0.68);
  font-size: 0.72rem;
  font-weight: 600;
  line-height: 1.5;
}

.invite,
.identity {
  display: grid;
  grid-template-columns: minmax(0, 1fr);
  gap: 28px;
  padding: 72px clamp(18px, 5vw, 72px);
  background: #0b0b0b;
}

.status-panel {
  padding: 22px;
  border: 1px solid var(--line);
  background:
    linear-gradient(180deg, rgba(247, 244, 236, 0.055), rgba(247, 244, 236, 0.018)),
    #090909;
}

.status-topline {
  display: flex;
  align-items: end;
  justify-content: space-between;
  gap: 18px;
  margin-bottom: 12px;
}

.status-topline span,
.status-panel small,
.detail-item span,
.feature-card span,
.fine-print {
  color: var(--muted);
  font-size: 0.72rem;
  font-weight: 900;
  text-transform: uppercase;
}

.status-topline strong {
  font-family: "Bebas Neue", Impact, sans-serif;
  color: var(--white);
  font-size: clamp(3rem, 16vw, 5.7rem);
  font-weight: 400;
  line-height: 0.9;
}

.status-panel p {
  margin-bottom: 18px;
  color: var(--soft);
  font-weight: 900;
  text-transform: uppercase;
}

.progress-bar {
  height: 12px;
  margin-bottom: 14px;
  overflow: hidden;
  background: #282828;
}

.progress-bar span {
  display: block;
  height: 100%;
  background: var(--white);
}

.section,
.details,
.benefits {
  padding: 72px clamp(18px, 5vw, 72px);
}

.section-heading {
  max-width: 820px;
  margin-bottom: 30px;
}

.feature-grid,
.benefit-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 10px;
}

.feature-card,
.benefit-grid article {
  min-height: 116px;
  display: grid;
  align-content: space-between;
  gap: 14px;
  padding: 15px;
  border: 1px solid var(--line);
  background: linear-gradient(180deg, rgba(247, 244, 236, 0.052), rgba(247, 244, 236, 0.018));
}

.feature-card h3,
.benefit-grid p {
  margin: 0;
  color: var(--white);
  font-size: 0.94rem;
  line-height: 1.35;
}

.details {
  background: #080808;
}

.detail-grid {
  display: grid;
  grid-template-columns: minmax(0, 1fr);
  gap: 12px;
}

.detail-item {
  position: relative;
  min-height: 230px;
  padding: 0;
  overflow: hidden;
  border: 1px solid var(--line);
  background: #090909;
  cursor: zoom-in;
}

.detail-item img {
  width: 100%;
  height: 100%;
  min-height: 230px;
  object-fit: cover;
  opacity: 0.9;
  filter: grayscale(0.12) contrast(1.08);
  transition: transform 260ms ease;
}

.detail-item:hover img {
  transform: scale(1.035);
}

.detail-large img {
  object-fit: contain;
  padding: 12px;
}

.detail-item span {
  position: absolute;
  left: 13px;
  bottom: 13px;
  padding: 8px 10px;
  color: var(--white);
  background: rgba(5, 5, 5, 0.76);
  backdrop-filter: blur(8px);
}

.identity-mark {
  min-height: 260px;
  display: grid;
  place-items: center;
  border: 1px solid var(--line);
  background:
    repeating-linear-gradient(0deg, rgba(247, 244, 236, 0.045) 0 1px, transparent 1px 12px),
    #080808;
}

.identity-mark img {
  width: min(56vw, 230px);
  object-fit: contain;
}

.identity strong {
  display: block;
  margin-top: 16px;
  color: var(--white);
  font-size: 1rem;
  font-weight: 900;
  text-transform: uppercase;
}

.identity span {
  display: inline-flex;
  margin-top: 10px;
  color: var(--soft);
  font-size: 0.78rem;
  font-weight: 900;
  text-transform: uppercase;
}

.benefits {
  background:
    linear-gradient(90deg, rgba(247, 244, 236, 0.045), transparent),
    #101010;
}

.benefit-grid article {
  min-height: 112px;
}

.benefit-grid span {
  color: var(--soft);
  font-weight: 900;
}

.fine-print {
  margin: 22px 0 0;
}

.soon {
  position: relative;
  min-height: 720px;
  display: grid;
  align-items: end;
  padding: 72px clamp(18px, 5vw, 72px);
  isolation: isolate;
}

.soon::after {
  content: "";
  position: absolute;
  inset: 0;
  z-index: -1;
  background:
    linear-gradient(180deg, rgba(5, 5, 5, 0.42), rgba(5, 5, 5, 0.82)),
    linear-gradient(90deg, rgba(5, 5, 5, 0.92) 0%, rgba(5, 5, 5, 0.72) 42%, rgba(5, 5, 5, 0.34) 100%);
}

.soon-bg {
  position: absolute;
  inset: 0;
  z-index: -2;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
  opacity: 0.68;
  filter: blur(3px) grayscale(0.18) contrast(0.98) brightness(0.78);
  transform: scale(1.08);
  animation: oversizedReveal 18s ease-in-out infinite alternate;
}

.soon-content {
  width: min(100%, 760px);
  padding: 22px 0;
  text-shadow: 0 2px 18px rgba(0, 0, 0, 0.72);
}

.soon h3 {
  max-width: 660px;
  color: var(--soft);
  font-size: clamp(1.1rem, 4vw, 1.7rem);
}

.soon-card {
  margin: 24px 0;
  padding: 16px;
  border: 1px solid rgba(247, 244, 236, 0.25);
  background: rgba(5, 5, 5, 0.72);
  backdrop-filter: blur(10px);
  color: var(--white);
  font-weight: 900;
  text-transform: uppercase;
}

.soon .photo-note {
  margin: -6px 0 24px;
}

.site-footer {
  display: grid;
  gap: 8px;
  padding: 46px clamp(18px, 5vw, 72px);
  color: var(--muted);
  background: #050505;
  border-top: 1px solid var(--line);
  text-transform: uppercase;
}

.site-footer h2 {
  margin-bottom: 10px;
  font-size: clamp(2rem, 10vw, 4rem);
}

.site-footer p {
  margin: 0;
  font-size: 0.82rem;
  font-weight: 900;
}

.site-footer a,
.site-footer small {
  color: var(--white);
  font-size: 0.82rem;
  font-weight: 900;
}

.zoom-modal {
  position: fixed;
  inset: 0;
  z-index: 50;
  display: none;
  place-items: center;
  padding: 24px;
  background: rgba(0, 0, 0, 0.92);
}

.zoom-modal.is-open {
  display: grid;
}

.zoom-modal img {
  max-width: min(100%, 980px);
  max-height: 82svh;
  object-fit: contain;
  filter: contrast(1.08);
}

.zoom-close {
  position: absolute;
  top: 18px;
  right: 18px;
  min-height: 42px;
  padding: 0 16px;
  border: 1px solid var(--line);
  background: #050505;
  color: var(--white);
  font-size: 0.75rem;
  font-weight: 900;
  text-transform: uppercase;
}

.reserve-modal {
  position: fixed;
  inset: 0;
  z-index: 60;
  display: none;
  align-items: end;
  justify-content: center;
  padding: 14px;
  background: rgba(0, 0, 0, 0.9);
  backdrop-filter: blur(10px);
}

.reserve-modal.is-open {
  display: flex;
}

.reserve-dialog {
  position: relative;
  width: min(100%, 720px);
  max-height: calc(100svh - 28px);
  overflow: auto;
  padding: 28px 18px 20px;
  border: 1px solid var(--line);
  background:
    linear-gradient(180deg, rgba(247, 244, 236, 0.06), rgba(247, 244, 236, 0.018)),
    #080808;
  box-shadow: 0 26px 90px rgba(0, 0, 0, 0.74);
}

.reserve-close {
  position: absolute;
  top: 14px;
  right: 14px;
  min-height: 36px;
  padding: 0 12px;
  border: 1px solid var(--line);
  background: rgba(255, 255, 255, 0.02);
  color: var(--white);
  font-size: 0.68rem;
  font-weight: 900;
  text-transform: uppercase;
}

.reserve-step {
  display: none;
}

.reserve-step.is-active {
  display: block;
  animation: reserveStep 220ms ease-out;
}

.reserve-dialog h2 {
  margin: 0 0 12px;
  font-size: clamp(2.4rem, 12vw, 4.6rem);
}

.reserve-intro,
.summary-help,
.summary-note,
.consent-note {
  color: var(--muted);
  line-height: 1.55;
}

.reserve-form {
  display: grid;
  gap: 12px;
  margin-top: 20px;
}

.reserve-form label {
  display: grid;
  gap: 7px;
  color: var(--soft);
  font-size: 0.74rem;
  font-weight: 900;
  text-transform: uppercase;
}

.reserve-form input,
.reserve-form select {
  width: 100%;
  min-height: 52px;
  border: 1px solid var(--line);
  border-radius: 0;
  background: #101010;
  color: var(--white);
  font: inherit;
  font-size: 1rem;
  outline: none;
  padding: 0 14px;
}

.reserve-form input:focus,
.reserve-form select:focus {
  border-color: rgba(247, 244, 236, 0.5);
}

.reserve-total {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
  margin: 6px 0 2px;
  padding: 16px;
  border: 1px solid rgba(247, 244, 236, 0.2);
  background: rgba(247, 244, 236, 0.055);
}

.reserve-total span,
.summary-list dt {
  color: var(--muted);
  font-size: 0.72rem;
  font-weight: 900;
  text-transform: uppercase;
}

.reserve-total strong {
  color: var(--white);
  font-size: 1.3rem;
  font-weight: 900;
}

.consent-note {
  margin: 0;
  color: rgba(222, 216, 204, 0.72);
  font-size: 0.76rem;
}

.summary-list {
  display: grid;
  gap: 10px;
  margin: 22px 0;
}

.summary-list div {
  display: grid;
  gap: 5px;
  padding: 12px 0;
  border-bottom: 1px solid var(--line);
}

.summary-list dd {
  margin: 0;
  color: var(--white);
  font-size: 1.05rem;
  font-weight: 900;
}

.summary-note {
  color: var(--white);
  font-weight: 900;
  text-transform: uppercase;
}

.modal-actions {
  display: grid;
  gap: 12px;
  margin-top: 20px;
}

@keyframes reserveStep {
  from {
    opacity: 0;
    transform: translateY(8px);
  }

  to {
    opacity: 1;
    transform: translateY(0);
  }
}

@keyframes floatRotate {
  0%,
  100% {
    transform: translateY(0) rotateY(-7deg) rotateX(2deg);
  }

  50% {
    transform: translateY(-12px) rotateY(8deg) rotateX(1deg);
  }
}

@keyframes oversizedReveal {
  0% {
    transform: scale(1.08) translate3d(-1.5%, 0, 0);
  }

  100% {
    transform: scale(1.14) translate3d(1.5%, -1.2%, 0);
  }
}

@keyframes alertMarquee {
  from {
    transform: translateX(0);
  }

  to {
    transform: translateX(-50%);
  }
}

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

@media (max-width: 680px) {
  .site-header {
    top: 31px;
  }

  .soon {
    min-height: 680px;
    align-items: end;
  }

  .soon::after {
    background:
      linear-gradient(180deg, rgba(5, 5, 5, 0.34), rgba(5, 5, 5, 0.88)),
      linear-gradient(180deg, rgba(5, 5, 5, 0.18) 0%, rgba(5, 5, 5, 0.78) 52%, rgba(5, 5, 5, 0.96) 100%);
  }

  .soon-bg {
    object-position: center top;
    opacity: 0.72;
    filter: blur(3px) grayscale(0.18) contrast(1) brightness(0.72);
  }
}

@media (max-width: 680px) {
  .site-header {
    justify-content: flex-start;
  }

  .header-action {
    display: none;
  }

  h1 {
    font-size: clamp(2.35rem, 11.5vw, 3.2rem);
    overflow-wrap: break-word;
  }

  .hero-copy,
  .hero-text,
  .access-band,
  .buy-actions {
    width: 100%;
    max-width: 340px;
  }

  .cap-stage {
    width: 100%;
    margin-left: auto;
  }

  .feature-grid,
  .benefit-grid {
    grid-template-columns: 1fr;
  }

  .feature-grid {
    gap: 8px;
  }

  .feature-card {
    min-height: auto;
    grid-template-columns: auto minmax(0, 1fr);
    align-items: center;
    align-content: center;
    justify-content: start;
    gap: 12px;
    padding: 13px 14px;
  }

  .feature-card h3 {
    font-size: 0.98rem;
  }
}

@media (min-width: 680px) {
  .buy-actions {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    width: min(100%, 680px);
  }

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

  .detail-large {
    grid-row: span 2;
  }

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

  .reserve-modal {
    align-items: center;
  }

  .reserve-dialog {
    padding: 34px;
  }

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

  .reserve-form label:nth-of-type(1),
  .reserve-total,
  .consent-note,
  .reserve-form .button {
    grid-column: 1 / -1;
  }

  .modal-actions {
    grid-template-columns: 1fr 0.55fr;
  }
}

@media (min-width: 980px) {
  .hero {
    grid-template-columns: 0.88fr 1.12fr;
    padding-top: 26px;
  }

  .invite,
  .identity {
    grid-template-columns: 0.92fr 1.08fr;
    align-items: center;
  }

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

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

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

  .soon {
    min-height: 760px;
  }
}
