:root {
  color-scheme: light;
  --bg: #ffffff;
  --ink: #090909;
  --muted: #5f6470;
  --focus: #0e7c66;
  --gold: #c8a45d;
  --platinum: #f2ead8;
  --green: #159947;
  font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
}

@font-face {
  font-family: "Balloonish";
  src: url("assets/fonts/Balloonish.ttf") format("truetype");
  font-display: swap;
}

* {
  box-sizing: border-box;
}

html,
body {
  min-height: 100%;
}

body {
  margin: 0;
  background:
    radial-gradient(circle at 50% 30%, rgba(200, 164, 93, 0.18), transparent 30%),
    radial-gradient(circle at 78% 48%, rgba(0, 0, 0, 0.06), transparent 24%),
    linear-gradient(135deg, rgba(200, 164, 93, 0.045), transparent 34%, rgba(0, 0, 0, 0.025) 68%, transparent),
    var(--bg);
  color: var(--ink);
  overflow-x: hidden;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0.08);
}

body::before {
  content: "";
  position: fixed;
  inset: 0;
  z-index: 0;
  pointer-events: none;
  background:
    repeating-linear-gradient(112deg, rgba(8, 8, 8, 0.018) 0 1px, transparent 1px 14px),
    linear-gradient(115deg, transparent 0 38%, rgba(200, 164, 93, 0.09) 50%, transparent 62% 100%),
    radial-gradient(circle at 50% 42%, rgba(255, 255, 255, 0.62), transparent 36%);
  opacity: 0.9;
}

body::after {
  content: "";
  position: fixed;
  left: 50%;
  top: 50%;
  z-index: 0;
  width: 130vmax;
  height: 130vmax;
  pointer-events: none;
  background:
    conic-gradient(
      from 110deg,
      transparent 0deg,
      rgba(200, 164, 93, 0.14) 42deg,
      transparent 96deg,
      rgba(8, 8, 8, 0.07) 156deg,
      transparent 230deg,
      rgba(200, 164, 93, 0.1) 296deg,
      transparent 360deg
    );
  opacity: 0.95;
  transform: translate3d(-50%, -50%, 0) rotate(0deg);
  animation: silkWash 13s ease-in-out infinite alternate;
}

@keyframes silkWash {
  0% {
    transform: translate3d(-51%, -50%, 0) rotate(-7deg) scale(1);
  }

  100% {
    transform: translate3d(-49%, -52%, 0) rotate(7deg) scale(1.04);
  }
}

button {
  font: inherit;
  touch-action: manipulation;
}

.ambient-layer {
  position: fixed;
  inset: 0;
  z-index: 0;
  overflow: hidden;
  pointer-events: none;
}

.ambient-layer span {
  position: absolute;
  left: var(--x);
  top: var(--y);
  width: var(--s);
  height: var(--s);
  border-radius: 999px;
  background: rgba(15, 15, 15, 0.34);
  box-shadow: 0 0 14px rgba(200, 164, 93, 0.32);
  opacity: 0.38;
  animation: particleDrift var(--d) ease-in-out infinite;
  animation-delay: var(--delay);
}

.ambient-layer span:nth-child(3n) {
  background: rgba(200, 164, 93, 0.42);
}

@keyframes particleDrift {
  0%,
  100% {
    transform: translate3d(0, 0, 0);
  }

  50% {
    transform: translate3d(14px, -28px, 0);
  }
}

.site-shell {
  position: relative;
  z-index: 1;
  min-height: 100vh;
  width: min(100%, 760px);
  margin: 0 auto;
  padding: clamp(10px, 2.8vh, 30px) 20px 24px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  text-align: center;
}

.brand-lockup {
  position: relative;
  z-index: 0;
  width: min(100%, 700px);
  margin: clamp(-54px, -5.8vh, -28px) auto 48px;
  display: grid;
  justify-items: center;
  gap: 0;
  transform: translateY(-24px);
}

.brand-wordmark {
  display: flex;
  position: relative;
  z-index: 2;
  align-items: baseline;
  justify-content: center;
  flex-wrap: nowrap;
  font-family: "Balloonish", Inter, ui-sans-serif, system-ui, sans-serif;
  font-size: clamp(52px, 7.4vw, 88px);
  font-weight: 400;
  line-height: 0.86;
  letter-spacing: 0;
  text-transform: uppercase;
  transform: none;
}

.letter {
  position: relative;
  display: inline-block;
  color: #f8f8f5;
  -webkit-text-fill-color: #f8f8f5;
  -webkit-text-stroke: clamp(1.8px, 0.25vw, 3.4px) #111217;
  transform: translateZ(0);
  paint-order: stroke fill;
  text-shadow:
    0 3px 0 rgba(0, 0, 0, 0.95),
    0 13px 20px rgba(0, 0, 0, 0.24);
}

.access-panel {
  position: relative;
  z-index: 2;
  width: min(100%, 560px);
  margin-top: 2px;
}

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

.access-grid {
  position: relative;
  z-index: 2;
  display: grid;
  gap: 14px;
}

.access-option {
  position: relative;
  z-index: 2;
  appearance: none;
  width: 100%;
  min-height: 78px;
  padding: 15px 18px 15px 22px;
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  align-items: center;
  gap: 14px;
  border: 3px solid var(--ink);
  border-radius: 24px;
  background:
    linear-gradient(#fff, #fff) padding-box,
    linear-gradient(110deg, #111, #574620, #1d1d22) border-box;
  color: var(--ink);
  cursor: pointer;
  text-align: left;
  box-shadow: 0 7px 0 rgba(0, 0, 0, 0.1);
  transition: background 160ms ease, color 160ms ease, transform 160ms ease, box-shadow 160ms ease;
}

.access-option::before {
  content: "";
  position: absolute;
  inset: 0;
  z-index: 1;
  border-radius: inherit;
  background: linear-gradient(110deg, transparent 0 34%, rgba(255, 255, 255, 0.18) 47%, transparent 62% 100%);
  clip-path: inset(0 round 21px);
  opacity: 0;
  transform: translateX(-115%);
  pointer-events: none;
}

.access-option::after {
  content: attr(data-cta);
  position: absolute;
  top: 50%;
  left: 22px;
  right: 148px;
  z-index: 2;
  display: grid;
  place-items: center;
  color: #fff;
  font-size: clamp(13px, 2.3vw, 15px);
  font-weight: 950;
  line-height: 1.08;
  letter-spacing: 0;
  text-align: center;
  opacity: 0;
  transform: translateY(calc(-50% + 5px));
  pointer-events: none;
  transition: opacity 150ms ease, transform 150ms ease;
}

.access-option--featured {
  border-color: transparent;
  background:
    linear-gradient(#fff, #fff) padding-box,
    linear-gradient(110deg, #080808, var(--gold), #080808) border-box;
  box-shadow:
    0 8px 0 rgba(0, 0, 0, 0.13),
    0 0 0 4px rgba(200, 164, 93, 0.14),
    0 18px 34px rgba(0, 0, 0, 0.08);
}

.access-option:hover,
.access-option:focus-visible {
  background:
    linear-gradient(110deg, #030303, #101010) padding-box,
    linear-gradient(110deg, #080808, #080808) border-box;
  color: #fff;
  transform: translateY(-3px);
  box-shadow: 0 12px 18px rgba(0, 0, 0, 0.15);
}

.access-option:hover::after,
.access-option:focus-visible::after {
  opacity: 1;
  transform: translateY(-50%);
}

.access-option:hover::before,
.access-option:focus-visible::before {
  opacity: 1;
  transform: translateX(115%);
  transition: opacity 120ms ease, transform 760ms ease;
}

.access-option--featured:hover,
.access-option--featured:focus-visible {
  background:
    linear-gradient(110deg, #030303, #101010) padding-box,
    linear-gradient(110deg, #050505, var(--gold), #050505) border-box;
  box-shadow:
    0 12px 20px rgba(0, 0, 0, 0.18),
    0 0 0 4px rgba(200, 164, 93, 0.22);
}

.access-option:active {
  transform: translateY(0);
  box-shadow: 0 3px 0 rgba(0, 0, 0, 0.12);
}

.access-option:focus-visible,
.footer-links button:focus-visible,
.close-button:focus-visible {
  outline: 3px solid var(--focus);
  outline-offset: 4px;
}

.option-text {
  min-width: 0;
  font-size: clamp(15px, 3.4vw, 18px);
  font-weight: 850;
  line-height: 1.12;
  letter-spacing: 0;
  text-transform: uppercase;
}

.option-copy {
  position: relative;
  z-index: 2;
  display: grid;
  gap: 5px;
  min-width: 0;
  transition: opacity 150ms ease, transform 150ms ease;
}

.access-option:hover .option-copy,
.access-option:focus-visible .option-copy {
  opacity: 0;
  transform: translateY(-3px);
}

.option-badge {
  position: absolute;
  top: -14px;
  left: 24px;
  z-index: 4;
  width: max-content;
  padding: 6px 12px 5px;
  border-radius: 999px;
  border: 1px solid rgba(200, 164, 93, 0.88);
  background: linear-gradient(180deg, #fffdf8, #f3e4be);
  color: #111217;
  font-size: 10px;
  font-weight: 900;
  line-height: 1;
  letter-spacing: 0.5px;
  text-transform: uppercase;
  box-shadow:
    inset 0 1px 0 rgba(255, 255, 255, 0.95),
    0 5px 14px rgba(200, 164, 93, 0.28),
    0 1px 0 rgba(0, 0, 0, 0.08);
}

.access-option:hover .option-badge,
.access-option:focus-visible .option-badge {
  background: linear-gradient(180deg, #fff8df, #e6c56f);
  color: #090909;
}

.option-time {
  color: var(--muted);
  font-size: 12px;
  font-weight: 850;
  line-height: 1;
  text-transform: uppercase;
}

.access-option:hover .option-time {
  color: rgba(255, 255, 255, 0.72);
}

.option-price {
  position: relative;
  z-index: 3;
  min-width: 104px;
  padding: 10px 12px;
  border-radius: 999px;
  background: linear-gradient(135deg, #090909, #221920);
  color: #fff;
  font-size: 17px;
  font-weight: 900;
  line-height: 1;
  letter-spacing: 0;
  text-align: center;
  white-space: nowrap;
  box-shadow: inset 0 -2px 0 rgba(255, 255, 255, 0.15);
  transition: background 160ms ease, color 160ms ease, transform 160ms ease;
}

.access-option:hover .option-price,
.access-option:focus-visible .option-price,
.access-option .option-price:hover {
  background: var(--green);
  color: #fff;
  transform: scale(1.04);
}

.checkout-note {
  min-height: 0;
  margin: 8px 0 0;
  color: var(--muted);
  font-size: 13px;
  font-weight: 650;
}

.footer-links {
  margin-top: 4px;
  display: flex;
  justify-content: center;
  gap: 24px;
}

.footer-links button {
  border: 0;
  padding: 4px 0;
  background: transparent;
  color: var(--ink);
  cursor: pointer;
  font-size: 12px;
  font-weight: 750;
  letter-spacing: 0;
  text-transform: uppercase;
}

.footer-links button:hover {
  color: var(--ink);
  text-decoration: underline;
}

.modal-overlay {
  position: fixed;
  inset: 0;
  z-index: 10;
  display: grid;
  place-items: center;
  padding: 20px;
  background: rgba(10, 10, 10, 0.62);
  overscroll-behavior: contain;
  content-visibility: auto;
}

.modal-overlay[hidden] {
  display: none;
}

.modal-content {
  position: relative;
  width: min(100%, 620px);
  max-height: 86vh;
  overflow-y: auto;
  padding: 38px;
  background: #fff;
  border-radius: 8px;
  box-shadow: 0 24px 70px rgba(0, 0, 0, 0.24);
  text-align: left;
}

.close-button {
  position: absolute;
  top: 14px;
  right: 18px;
  width: 36px;
  height: 36px;
  border: 0;
  border-radius: 999px;
  background: transparent;
  color: #6b7280;
  cursor: pointer;
  font-size: 30px;
  line-height: 1;
}

.close-button:hover {
  color: var(--ink);
}

.legal-text h2 {
  margin: 0 0 18px;
  font-size: 25px;
  line-height: 1.1;
}

.legal-text h3 {
  margin: 24px 0 8px;
  font-size: 15px;
}

.legal-text p {
  margin: 0 0 13px;
  color: #4b5563;
  font-size: 14px;
  line-height: 1.62;
}

@media (max-width: 560px) {
  .site-shell {
    justify-content: flex-start;
    padding-top: 34px;
  }

  .brand-lockup {
    width: min(100%, 380px);
    margin: -2px auto 24px;
    transform: translateY(-10px);
  }

  .brand-wordmark {
    font-size: clamp(38px, 11.5vw, 52px);
  }

  .letter {
    -webkit-text-stroke: 1.8px #17181c;
  }

  .access-option {
    min-height: 108px;
    grid-template-columns: 1fr;
    gap: 10px;
    text-align: center;
    justify-items: center;
    border-radius: 28px;
  }

  .access-option::after {
    top: 38%;
    left: 18px;
    right: 18px;
    font-size: 12px;
  }

  .option-price {
    min-width: 116px;
  }

  .option-badge {
    justify-self: center;
  }

  .modal-content {
    padding: 34px 22px 26px;
  }
}

@media (prefers-reduced-motion: reduce) {
  body::after {
    animation: none;
  }

  .ambient-layer span {
    animation: none;
  }

  .brand-lockup,
  .brand-lockup:hover {
    animation: none;
  }

  .brand-wordmark {
    animation: none;
  }

  .access-option {
    transition: none;
  }

  .access-option::before {
    display: none;
  }
}
