@import url('https://fonts.googleapis.com/css2?family=Inter:wght@400;700;800;900&family=Share+Tech+Mono&display=swap');

:root {
  --white: #fff;
  --muted: rgba(255,255,255,.72);
  --soft: rgba(255,255,255,.52);
  --line: rgba(255,255,255,.16);
  --card: rgba(255,255,255,.055);
  --max: 1220px;
}

* { box-sizing: border-box; }

html {
  scroll-behavior: smooth;
  background: #000;
  -webkit-text-size-adjust: 100%;
}

body {
  margin: 0;
  min-height: 100vh;
  background:
    radial-gradient(circle at 20% 18%, rgba(255,255,255,.13), transparent 24%),
    radial-gradient(circle at 84% 34%, rgba(255,255,255,.09), transparent 26%),
    radial-gradient(circle at 50% 120%, rgba(255,255,255,.12), transparent 36%),
    #000;
  color: var(--white);
  font-family: Inter, Arial, Helvetica, sans-serif;
  line-height: 1.5;
  overflow-x: hidden;
}

a { color: inherit; text-decoration: none; }
sup { font-size: .42em; vertical-align: super; margin-left: .04em; }

.noise {
  pointer-events: none;
  position: fixed;
  inset: 0;
  opacity: .055;
  z-index: 1;
  background-image: repeating-radial-gradient(circle at 0 0, rgba(255,255,255,.8) 0 1px, transparent 1px 5px);
  mix-blend-mode: screen;
}

.scanline {
  pointer-events: none;
  position: fixed;
  inset: 0;
  z-index: 2;
  opacity: .06;
  background: linear-gradient(to bottom, transparent 0, transparent 94%, rgba(255,255,255,.16) 96%, transparent 100%);
  background-size: 100% 8px;
}

main {
  position: relative;
  z-index: 3;
  width: 100%;
  overflow-x: hidden;
}

.hero {
  min-height: auto;
  padding: 24px max(18px, env(safe-area-inset-left)) clamp(38px, 5.5vw, 72px) max(18px, env(safe-area-inset-right));
  position: relative;
  overflow: hidden;
}

.nav {
  width: min(calc(100% - 36px), var(--max));
  margin: 0 auto;
  min-height: 64px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 22px;
  border-bottom: 1px solid var(--line);
}

.brand {
  font-weight: 900;
  font-size: clamp(2rem, 4vw, 3rem);
  letter-spacing: -.08em;
  line-height: 1;
  white-space: nowrap;
}

.brand span,
.footer span {
  font-size: .42em;
  vertical-align: super;
  letter-spacing: normal;
  margin-left: .06em;
}

.brandline-tm {
  font-size: .72em;
  vertical-align: super;
  letter-spacing: normal;
  margin-left: .08em;
  font-weight: 900;
}

.nav-links {
  display: flex;
  gap: clamp(16px, 3vw, 34px);
  font-size: .74rem;
  letter-spacing: .18em;
  text-transform: uppercase;
  color: var(--muted);
  font-weight: 900;
  white-space: nowrap;
}

.nav-links a { transition: color .2s ease; }
.nav-links a:hover { color: #fff; }

.hero-grid {
  width: min(calc(100% - 36px), var(--max));
  margin: 0 auto;
  min-height: auto;
  display: grid;
  grid-template-columns: minmax(0, .94fr) minmax(0, 1.06fr);
  align-items: center;
  gap: clamp(28px, 5vw, 70px);
  padding-top: clamp(44px, 7vw, 86px);
  padding-bottom: clamp(28px, 4vw, 52px);
}

.hero-copy,
.timer-card,
.section-inner,
.split-section,
.final-section {
  min-width: 0;
}

.eyebrow {
  margin: 0 0 18px;
  color: rgba(255,255,255,.76);
  text-transform: uppercase;
  letter-spacing: .28em;
  font-weight: 900;
  font-size: clamp(.72rem, 1.2vw, .9rem);
}

.brand-line { white-space: nowrap; }

h1,
h2 {
  margin: 0;
  font-weight: 900;
  letter-spacing: -.075em;
  line-height: .86;
  text-wrap: balance;
}

h1 {
  max-width: 720px;
  font-size: clamp(4rem, 10vw, 9.4rem);
}

h2 {
  font-size: clamp(2.8rem, 7vw, 6.6rem);
  max-width: 980px;
}

.subhead,
.section-copy,
.final-section p {
  margin-top: 28px;
  max-width: 760px;
  color: var(--muted);
  font-size: clamp(1rem, 1.5vw, 1.22rem);
}

.cta-row {
  display: flex;
  flex-wrap: wrap;
  gap: 14px;
  margin: 34px 0 0;
}

.btn {
  min-height: 54px;
  padding: 0 24px;
  border-radius: 999px;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  text-align: center;
  text-transform: uppercase;
  letter-spacing: .14em;
  font-size: .78rem;
  font-weight: 900;
  transition: transform .2s ease, opacity .2s ease;
  border: 1px solid rgba(255,255,255,.82);
  max-width: 100%;
}

.btn:hover {
  transform: translateY(-2px);
  opacity: .96;
}

.primary {
  background: #fff;
  color: #000;
  box-shadow: 0 0 40px rgba(255,255,255,.14);
}

.secondary {
  background: transparent;
  color: #fff;
}

.wide { width: 100%; }

.microcopy {
  color: var(--soft);
  letter-spacing: .11em;
  text-transform: uppercase;
  font-size: clamp(.58rem, 1.18vw, .76rem);
  margin-top: 26px;
  font-weight: 800;
  white-space: nowrap;
  line-height: 1.25;
}

.timer-card {
  border: 1px solid var(--line);
  background:
    linear-gradient(145deg, rgba(255,255,255,.09), rgba(255,255,255,.026)),
    radial-gradient(circle at 50% 0%, rgba(255,255,255,.15), transparent 42%);
  border-radius: 34px;
  padding: clamp(22px, 4vw, 42px);
  box-shadow:
    0 24px 100px rgba(0,0,0,.45),
    inset 0 1px 0 rgba(255,255,255,.14);
  position: relative;
  overflow: hidden;
}

.timer-card::before {
  content: "";
  position: absolute;
  inset: -2px;
  background: linear-gradient(120deg, transparent, rgba(255,255,255,.12), transparent);
  transform: translateX(-115%);
  animation: sweep 12s ease-in-out infinite;
  opacity: .65;
  pointer-events: none;
}

.timer-label {
  margin: 0 0 18px;
  color: var(--muted);
  letter-spacing: .22em;
  text-transform: uppercase;
  font-size: .78rem;
  font-weight: 900;
}

#pixelTimer {
  width: 100%;
  height: auto;
  display: block;
  border-radius: 18px;
  background:
    radial-gradient(circle at 50% 50%, rgba(255,255,255,.08), transparent 60%),
    rgba(0,0,0,.44);
  filter: drop-shadow(0 0 18px rgba(255,255,255,.11));
}

.timer-units {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 8px;
  margin-top: 16px;
  color: rgba(255,255,255,.55);
  font-size: .72rem;
  text-transform: uppercase;
  letter-spacing: .16em;
  font-weight: 900;
  text-align: center;
}

.timer-note {
  margin: 18px auto 0;
  color: rgba(255,255,255,.72);
  font-family: "Share Tech Mono", monospace;
  letter-spacing: .05em;
  overflow-wrap: anywhere;
  text-align: center;
  display: block;
  width: 100%;
}

.orb {
  position: absolute;
  border-radius: 999px;
  filter: blur(20px);
  opacity: .13;
  background: rgba(255,255,255,.7);
}

.orb-one {
  width: 220px;
  height: 220px;
  left: -70px;
  top: 18%;
  animation: driftA 18s ease-in-out infinite;
}

.orb-two {
  width: 310px;
  height: 310px;
  right: -130px;
  bottom: 16%;
  animation: driftB 22s ease-in-out infinite;
}

.section {
  padding: clamp(46px, 6.5vw, 86px) max(18px, env(safe-area-inset-left)) clamp(76px, 9vw, 126px) max(18px, env(safe-area-inset-right));
}

.section-inner {
  width: min(calc(100% - 36px), var(--max));
  margin: 0 auto;
  border-top: 1px solid var(--line);
  padding-top: clamp(42px, 5.2vw, 68px);
}

.release-list {
  margin-top: 48px;
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 18px;
}

.release-list div,
.split-card {
  border: 1px solid var(--line);
  border-radius: 28px;
  background: var(--card);
  padding: clamp(24px, 4vw, 38px);
  box-shadow: inset 0 1px 0 rgba(255,255,255,.08);
}

.release-list span {
  display: block;
  font-family: "Share Tech Mono", monospace;
  color: var(--soft);
  margin-bottom: 18px;
}

.release-list strong {
  display: block;
  font-size: 1.1rem;
  text-transform: uppercase;
  letter-spacing: .12em;
}

.release-list p,
.split-card p {
  color: var(--muted);
}

.split-section {
  width: min(calc(100% - 36px), var(--max));
  margin: 0 auto;
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 18px;
  padding-top: clamp(46px, 6vw, 86px);
}

.split-card {
  background: linear-gradient(145deg, rgba(255,255,255,.08), rgba(255,255,255,.03));
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  min-height: 430px;
}

.split-card h2 {
  font-size: clamp(2.3rem, 5vw, 4.7rem);
}

.fine-print {
  margin: 18px 0 0;
  color: rgba(255,255,255,.48) !important;
  font-size: .88rem !important;
}

.final-section {
  width: min(calc(100% - 36px), var(--max));
  margin: 0 auto;
  text-align: center;
  border-top: 1px solid var(--line);
}

.final-section h2 { margin-inline: auto; }

.footer {
  position: relative;
  z-index: 3;
  border-top: 1px solid var(--line);
  text-align: center;
  padding: 44px 20px 60px;
  color: rgba(255,255,255,.58);
  text-transform: uppercase;
  letter-spacing: .14em;
  font-size: .74rem;
}

@keyframes sweep {
  0%, 62% { transform: translateX(-115%); opacity: .4; }
  86%, 100% { transform: translateX(115%); opacity: .75; }
}

@keyframes driftA {
  0%, 100% { transform: translate(0,0) scale(1); }
  50% { transform: translate(56px,30px) scale(1.08); }
}

@keyframes driftB {
  0%, 100% { transform: translate(0,0) scale(1); }
  50% { transform: translate(-48px,-38px) scale(.96); }
}

@media (max-width: 980px) {
  .hero-grid {
    grid-template-columns: 1fr;
    padding-top: 44px;
    padding-bottom: 34px;
  }

  .release-list,
  .split-section {
    grid-template-columns: 1fr;
  }

  .split-card {
    min-height: auto;
  }

  .section {
    padding-top: 50px;
  }
}

@media (max-width: 720px) {
  .nav {
    align-items: flex-start;
    flex-direction: column;
    padding-bottom: 18px;
  }

  .nav-links {
    width: 100%;
    overflow-x: auto;
    padding-bottom: 4px;
  }

  h1 { font-size: clamp(3.35rem, 18vw, 5.9rem); }
  h2 { font-size: clamp(2.55rem, 13vw, 4.35rem); }

  .btn { width: 100%; }

  .timer-units {
    font-size: .58rem;
    letter-spacing: .11em;
  }

  .brand-line {
    letter-spacing: .17em;
    font-size: .68rem;
  }

  .microcopy {
    letter-spacing: .07em;
    font-size: clamp(.52rem, 2.35vw, .62rem);
  }

  .hero {
    padding-bottom: 36px;
  }
}

@media (max-width: 380px) {
  .hero,
  .section {
    padding-left: 14px;
    padding-right: 14px;
  }

  .nav,
  .hero-grid,
  .section-inner,
  .split-section,
  .final-section {
    width: 100%;
  }

  .nav-links {
    gap: 14px;
    font-size: .62rem;
    letter-spacing: .13em;
  }

  .microcopy {
    font-size: .48rem;
    letter-spacing: .055em;
  }

  .timer-card {
    border-radius: 24px;
    padding: 18px;
  }
}

@media (prefers-reduced-motion: reduce) {
  * {
    animation: none !important;
    transition: none !important;
    scroll-behavior: auto !important;
  }
}


/* --- UM. launch fallback: pending/unhooked button treatment --- */
.btn.is-pending {
  background: rgba(255,255,255,.12) !important;
  color: rgba(255,255,255,.56) !important;
  border-color: rgba(255,255,255,.22) !important;
  box-shadow: none !important;
  cursor: not-allowed;
  transform: none !important;
}

.btn.is-pending:hover {
  transform: none !important;
  opacity: 1 !important;
}

.button-status {
  min-height: 1.25rem;
  margin: 16px 0 0;
  color: rgba(255,255,255,.74);
  font-size: .82rem;
  line-height: 1.45;
  letter-spacing: .08em;
  text-transform: uppercase;
  font-weight: 800;
}

.hero-status {
  max-width: 620px;
}

.button-status.is-visible {
  animation: statusPulse .35s ease both;
}

@keyframes statusPulse {
  from {
    opacity: .25;
    transform: translateY(4px);
  }

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


/* --- UM. final one-line mobile tagline fit --- */
/* Keeps: Luxury Fashion Lifestyle • Boutique Apparel • Beyond Assumptions • 2026 on one line */
.microcopy {
  white-space: nowrap !important;
  max-width: 100%;
  width: 100%;
  overflow: visible;
}

/* Phones: shrink and tighten tracking instead of wrapping to two lines */
@media (max-width: 720px) {
  .microcopy {
    white-space: nowrap !important;
    display: block;
    max-width: 100%;
    width: 100%;
    font-size: clamp(.46rem, 2.15vw, .62rem) !important;
    letter-spacing: clamp(.01em, .18vw, .055em) !important;
    line-height: 1.25;
    overflow: visible;
    text-align: left;
  }
}

/* Extra-small phones: keep one line inside the viewport */
@media (max-width: 380px) {
  .microcopy {
    font-size: clamp(.41rem, 2.05vw, .52rem) !important;
    letter-spacing: .006em !important;
    line-height: 1.2;
  }
}

/* Narrow Galaxy/iPhone SE style screens */
@media (max-width: 340px) {
  .microcopy {
    font-size: .38rem !important;
    letter-spacing: 0 !important;
  }
}
