:root {
  --bg: #04070f;
  --bg-2: #080e1c;
  --surface: #0c1428;
  --border: #1c2a4a;
  --cyan: #3ed8ff;
  --text: #ffffff;
  --muted: #9fb2ce;
  --timer-border: #243456;
  --font-display: "Barlow Condensed", "Arial Narrow", sans-serif;
  --font-body: Inter, "Segoe UI", sans-serif;
}

*,
*::before,
*::after {
  box-sizing: border-box;
}

html,
body {
  margin: 0;
  min-height: 100%;
  background: var(--bg);
  color: var(--text);
}

html {
  -webkit-text-size-adjust: 100%;
  overflow-x: hidden;
}

body {
  font-family: var(--font-body);
  line-height: 1.4;
}

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

a {
  color: inherit;
}

.skip-link {
  position: absolute;
  left: 12px;
  top: -48px;
  z-index: 20;
  padding: 10px 14px;
  border-radius: 8px;
  background: var(--cyan);
  color: var(--bg);
  font-size: 14px;
  font-weight: 700;
  text-decoration: none;
}

.skip-link:focus {
  top: 12px;
}

.stage {
  position: relative;
  isolation: isolate;
  display: grid;
  min-height: 100dvh;
  overflow-x: clip;
}

.stage__media,
.stage__center {
  grid-area: 1 / 1;
}

.stage__media {
  z-index: 0;
}

.stage__photo {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center 42%;
}

.stage__scrim,
.stage__fade,
.stage__content-scrim,
.stage__grain {
  position: absolute;
  inset: 0;
  pointer-events: none;
}

.stage__scrim {
  background:
    radial-gradient(140% 130% at 50% 45%, #04070f00 15%, #04070fbf 100%),
    #04070f33;
}

.stage__fade {
  background: linear-gradient(to top, #04070ff2 0%, #04070f00 35%);
}

.stage__content-scrim {
  background: linear-gradient(
    to bottom,
    #04070f00 0%,
    #04070f8c 24%,
    #04070f99 60%,
    #04070f33 90%,
    #04070f00 100%
  );
}

.stage__grain {
  opacity: 0.045;
  mix-blend-mode: overlay;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='160' height='160'%3E%3Cfilter id='n'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='.8' numOctaves='4' stitchTiles='stitch'/%3E%3C/filter%3E%3Crect width='160' height='160' filter='url(%23n)' opacity='.9'/%3E%3C/svg%3E");
}

.stage__center {
  z-index: 1;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 26px;
  width: 100%;
  min-height: 100dvh;
  padding: 72px 24px 56px;
  text-align: center;
}

.eyebrow {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 12px;
  max-width: 100%;
}

.eyebrow__line {
  width: 26px;
  height: 1px;
  flex-shrink: 0;
  background: #3ed8ff80;
}

.eyebrow__label {
  margin: 0;
  color: var(--cyan);
  font-size: 11px;
  font-weight: 700;
  letter-spacing: 0.28em;
}

.hero-title {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 2px;
  width: min(100%, 1080px);
}

.hero-title h1 {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 2px;
  margin: 0;
  width: 100%;
}

.hero-title__name {
  width: 100%;
  color: var(--text);
  font-family: var(--font-display);
  font-size: clamp(4.75rem, 14vw, 9.25rem);
  font-weight: 700;
  letter-spacing: -0.01em;
  line-height: 0.9;
  text-shadow: 0 8px 40px #04070fcc;
}

.hero-title__line {
  width: 100%;
  color: var(--cyan);
  font-family: var(--font-display);
  font-size: clamp(1.05rem, 3.1vw, 2.125rem);
  font-weight: 500;
  letter-spacing: 0.28em;
  line-height: 1.2;
}

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

.meta {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  gap: 12px;
  margin: 0;
  padding: 0;
  list-style: none;
}

.chip {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  padding: 9px 16px;
  border: 1px solid #ffffff1f;
  border-radius: 100px;
  background: #0c142899;
  backdrop-filter: blur(10px);
  color: var(--text);
  font-size: 13px;
  font-weight: 600;
  white-space: nowrap;
}

.chip svg {
  flex: 0 0 15px;
  color: var(--cyan);
}

.chip time {
  font-style: normal;
}

.countdown {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 14px;
  width: 100%;
  padding-top: 16px;
}

.countdown__caption {
  margin: 0;
  color: var(--muted);
  font-size: 11px;
  font-weight: 700;
  letter-spacing: 0.24em;
}

.seller-note {
  margin: 2px 0 0;
  max-width: 28rem;
  padding: 0 12px;
  color: var(--muted);
  font-size: 13px;
  font-weight: 600;
  letter-spacing: 0;
  line-height: 1.45;
}

.seller-note strong {
  color: var(--cyan);
  font-weight: 700;
}

.timer {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  gap: 10px;
}

.timer__cell {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 4px;
  width: 104px;
  padding: 16px 0;
  border: 1px solid var(--timer-border);
  border-radius: 12px;
  background: #080e1cd9;
  box-shadow: 0 12px 40px #04070f73;
}

.timer__value {
  color: var(--text);
  font-family: var(--font-display);
  font-size: 46px;
  font-weight: 700;
  line-height: 1;
  font-variant-numeric: tabular-nums;
}

.timer__label {
  color: var(--muted);
  font-size: 10px;
  font-weight: 700;
  letter-spacing: 0.18em;
}

.sale-cta[hidden],
.timer[hidden] {
  display: none;
}

.cta {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 48px;
  padding: 12px 28px;
  border: 1px solid #3ed8ff66;
  border-radius: 12px;
  background: linear-gradient(180deg, #1e5bff 0%, #163db0 100%);
  box-shadow: 0 0 32px #3ed8ff33;
  color: var(--text);
  cursor: pointer;
  font-family: var(--font-body);
  font-size: 13px;
  font-weight: 700;
  letter-spacing: 0.16em;
  text-decoration: none;
  text-transform: uppercase;
  transition: background-color 200ms ease, border-color 200ms ease, box-shadow 200ms ease;
}

.cta:hover {
  border-color: var(--cyan);
  box-shadow: 0 0 40px #3ed8ff55;
}

.cta:focus-visible {
  outline: 2px solid var(--cyan);
  outline-offset: 3px;
}

.footer-note {
  margin: 4px 0 0;
  padding-top: 8px;
  color: #6b7e9e;
  font-size: 11px;
  letter-spacing: 0.08em;
  text-align: center;
}

.hero-title,
.eyebrow,
.meta,
.countdown {
  animation: rise 900ms cubic-bezier(0.16, 1, 0.3, 1) both;
}

.eyebrow {
  animation-delay: 80ms;
}

.hero-title {
  animation-delay: 160ms;
}

.meta {
  animation-delay: 280ms;
}

.countdown {
  animation-delay: 400ms;
}

@keyframes rise {
  from {
    opacity: 0;
    transform: translateY(18px);
  }
  to {
    opacity: 1;
    transform: none;
  }
}

@media (min-width: 900px) {
  .stage__center {
    padding: 0 180px;
  }

  .hero-title__line {
    letter-spacing: 0.265em;
  }
}

@media (max-width: 599px) {
  .stage__center {
    gap: 18px;
    padding: 48px 16px 40px;
  }

  .eyebrow {
    gap: 8px;
  }

  .eyebrow__line {
    display: none;
  }

  .eyebrow__label {
    font-size: 10px;
    letter-spacing: 0.14em;
    line-height: 1.4;
    max-width: 100%;
  }

  .hero-title__name {
    font-size: clamp(3.75rem, 18vw, 5.5rem);
  }

  .hero-title__line {
    font-size: clamp(0.95rem, 4.2vw, 1.25rem);
    letter-spacing: 0.1em;
  }

  .meta {
    flex-direction: column;
  }

  .countdown {
    padding-top: 8px;
  }

  .countdown__caption {
    font-size: 10px;
    letter-spacing: 0.12em;
    max-width: 100%;
    line-height: 1.45;
  }

  .timer__cell {
    width: 72px;
    padding: 12px 0;
  }

  .timer__value {
    font-size: 34px;
  }

  .footer-note {
    padding-top: 20px;
  }
}

@media (max-width: 379px) {
  .stage__center {
    gap: 14px;
    padding: 40px 14px 28px;
  }

  .eyebrow__label {
    font-size: 9px;
    letter-spacing: 0.08em;
    line-height: 1.35;
    max-width: 18rem;
  }

  .hero-title__line {
    font-size: 0.82rem;
    letter-spacing: 0.08em;
  }

  .chip {
    font-size: 12px;
    padding: 8px 14px;
  }

  .countdown__caption {
    max-width: 22ch;
    line-height: 1.45;
  }

  .timer {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 96px));
    justify-content: center;
  }

  .timer__cell {
    width: 96px;
  }

  .footer-note {
    padding-top: 12px;
  }
}

@media (prefers-reduced-motion: reduce) {
  .hero-title,
  .eyebrow,
  .meta,
  .countdown {
    animation: none;
  }

  .cta {
    transition: none;
  }
}

.gate {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  min-height: 100dvh;
  padding: 32px 20px;
  background:
    radial-gradient(120% 80% at 50% 20%, #111c36 0%, #04070f 62%);
  text-align: center;
}

.gate__eyebrow {
  margin: 0 0 10px;
  color: var(--cyan);
  font-size: 11px;
  font-weight: 700;
  letter-spacing: 0.28em;
  text-transform: uppercase;
}

.gate__title {
  margin: 0;
  font-family: var(--font-display);
  font-size: clamp(2.4rem, 8vw, 4rem);
  font-weight: 700;
  letter-spacing: -0.02em;
  line-height: 0.95;
}

.gate__copy {
  margin: 12px 0 28px;
  color: var(--muted);
  font-size: 14px;
}

.gate__form {
  display: flex;
  flex-direction: column;
  gap: 10px;
  width: min(100%, 360px);
  text-align: left;
}

.gate__label {
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.gate__input {
  width: 100%;
  min-height: 48px;
  padding: 12px 14px;
  border: 1px solid var(--timer-border);
  border-radius: 12px;
  background: #080e1cd9;
  color: var(--text);
  font-family: var(--font-body);
  font-size: 16px;
}

.gate__input:focus {
  border-color: var(--cyan);
  outline: 2px solid #3ed8ff66;
  outline-offset: 2px;
}

.gate__error {
  margin: 0;
  color: #ff8b8b;
  font-size: 13px;
  font-weight: 600;
}

button.cta {
  appearance: none;
  width: 100%;
}
