:root {
  color-scheme: dark;
  --bg: #080a0b;
  --gold: #d9aa62;
  --gold-light: #f3ddb0;
  --text: #f8f4ea;
  --muted: #a7a39d;
}

* { box-sizing: border-box; }

html { min-height: 100%; background: var(--bg); }

body {
  min-width: 320px;
  min-height: 100vh;
  margin: 0;
  background: var(--bg);
  color: var(--text);
  font-family: "Outfit", "Avenir Next", "Century Gothic", "Segoe UI", Arial, sans-serif;
  -webkit-font-smoothing: antialiased;
}

.site-shell {
  position: relative;
  display: flex;
  flex-direction: column;
  min-height: 100svh;
  overflow: hidden;
  isolation: isolate;
  background:
    radial-gradient(ellipse 33% 30% at 51% 19%, rgba(136, 94, 32, .16), transparent 75%),
    radial-gradient(ellipse 58% 28% at 50% 101%, rgba(151, 91, 21, .10), transparent 75%),
    linear-gradient(120deg, #0b0e10, #080a0b 55%, #0d0f10);
}

.site-shell::before,
.site-shell::after {
  content: "";
  position: absolute;
  inset: 23px;
  z-index: -1;
  pointer-events: none;
  border: 1px solid rgba(218, 172, 101, .15);
}

.site-shell::after {
  inset: 30px;
  border-color: rgba(218, 172, 101, .045);
}

.gold-dust {
  position: absolute;
  inset: 0;
  z-index: -1;
  pointer-events: none;
  opacity: .7;
  background-image:
    radial-gradient(circle at 16% 23%, #dcb267 0 1px, transparent 2px),
    radial-gradient(circle at 81% 28%, #e9c079 0 1px, transparent 2px),
    radial-gradient(circle at 88% 69%, #ae8549 0 1px, transparent 2px),
    radial-gradient(circle at 23% 80%, #d1a359 0 1px, transparent 2px),
    radial-gradient(circle at 65% 10%, #e3bd7f 0 1px, transparent 2px);
  filter: drop-shadow(0 0 5px #efc276);
}

.halo {
  position: absolute;
  z-index: -1;
  width: 580px;
  height: 580px;
  border: 1px solid rgba(210, 161, 84, .075);
  border-radius: 50%;
  pointer-events: none;
}
.halo-one { top: -410px; left: calc(50% - 290px); }
.halo-two { bottom: -500px; right: calc(50% - 290px); }

.ambient-art {
  position: absolute;
  bottom: 20px;
  right: -95px;
  z-index: -1;
  width: clamp(290px, 34vw, 540px);
  max-width: none;
  opacity: .18;
  pointer-events: none;
  -webkit-mask-image: linear-gradient(0deg, #000, transparent 87%);
  mask-image: linear-gradient(0deg, #000, transparent 87%);
}

.site-header,
.site-footer {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 18px;
  text-align: center;
}

.site-header { padding: 51px 30px 10px; }
.header-rule { width: 30px; height: 1px; background: rgba(220, 169, 96, .48); }
.header-note { color: #bca784; font-size: 10px; font-weight: 500; line-height: 1.5; letter-spacing: .31em; }

.hero {
  display: flex;
  flex: 1;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  width: min(100%, 1080px);
  margin: auto;
  padding: 0 28px 38px;
  text-align: center;
}

.brand-stage {
  position: relative;
  display: grid;
  width: 303px;
  height: 264px;
  flex: none;
  place-items: center;
  margin: -8px auto 0;
}
.brand-stage::before {
  content: "";
  position: absolute;
  inset: 26px 23px 8px;
  border-radius: 50%;
  background: radial-gradient(circle, rgba(221, 148, 43, .16), rgba(187, 123, 34, .045) 40%, transparent 70%);
  filter: blur(12px);
}
.lens-orbit {
  position: absolute;
  inset: 10px 28px;
  border: 1px solid rgba(220, 170, 95, .13);
  border-radius: 50%;
  transform: rotate(-17deg) scaleX(1.15);
}
.orbit-outer {
  background: conic-gradient(from 180deg, transparent 0deg, rgba(249, 220, 160, .25) 35deg, transparent 76deg, transparent 255deg, rgba(227, 167, 84, .22) 306deg, transparent 342deg);
  -webkit-mask: radial-gradient(transparent 69%, #000 70% 70.5%, transparent 71%);
  mask: radial-gradient(transparent 69%, #000 70% 70.5%, transparent 71%);
}
.orbit-inner { inset: 32px 51px; opacity: .7; transform: rotate(20deg) scaleX(1.12); }
.orbit-spark { position: absolute; top: 34px; right: 44px; color: #f5d89e; font-size: 13px; text-shadow: 0 0 17px #eab457; animation: soft-glow 5s ease-in-out infinite; }

.brand-logo {
  position: relative;
  display: block;
  width: 236px;
  height: auto;
  margin: 0 auto;
  object-fit: contain;
  filter: drop-shadow(0 9px 29px rgba(187, 114, 21, .28));
}

.launch-label {
  display: inline-flex;
  align-items: center;
  gap: 9px;
  padding: 10px 16px;
  border: 1px solid rgba(213, 164, 96, .19);
  border-radius: 100px;
  background: rgba(228, 172, 83, .035);
  color: #e4c493;
  font-size: 10px;
  font-weight: 600;
  letter-spacing: .17em;
}
.label-dot { width: 5px; height: 5px; border-radius: 50%; background: #e9b86d; box-shadow: 0 0 12px #e5a850; animation: soft-glow 5s ease-in-out infinite; }

h1 {
  margin: 18px 0 0;
  max-width: 1020px;
  font-size: clamp(50px, 7vw, 94px);
  font-weight: 700;
  line-height: 1.12;
  letter-spacing: -.055em;
  text-wrap: balance;
}

h1 span {
  background: linear-gradient(115deg, #ae7a32 0%, #e4bd78 37%, #fff0ca 53%, #d39a4c 76%, #f1d7a0 100%);
  -webkit-background-clip: text;
  background-clip: text;
  color: transparent;
}

.lead { margin: 8px 0 0; color: #f5e8d4; font-size: clamp(22px, 3.2vw, 34px); font-weight: 400; line-height: 1.35; letter-spacing: -.025em; }
.description { max-width: 580px; margin: 16px auto 0; color: var(--muted); font-size: clamp(14px, 1.4vw, 16px); line-height: 1.65; }
.brand-promise { display: flex; align-items: center; justify-content: center; gap: 13px; margin-top: 20px; color: #bca380; font-size: 10px; font-weight: 600; line-height: 1.4; letter-spacing: .21em; }
.brand-promise b { color: #d7a659; font-size: 8px; font-weight: 400; }

.countdown-section { width: min(100%, 582px); margin-top: 31px; }
.section-title { display: flex; align-items: center; justify-content: center; gap: 15px; color: #a9987c; font-size: 10px; font-weight: 600; letter-spacing: .2em; white-space: nowrap; }
.section-title span { width: 33px; height: 1px; background: linear-gradient(90deg, transparent, rgba(205, 156, 85, .5)); }
.section-title span:last-child { transform: rotate(180deg); }
.countdown { display: grid; grid-template-columns: repeat(4, 1fr); gap: 11px; margin-top: 18px; }
.time-card {
  position: relative;
  display: flex;
  min-height: 115px;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  border: 1px solid rgba(215, 168, 99, .21);
  border-radius: 13px;
  background: linear-gradient(150deg, rgba(235, 195, 126, .085), rgba(171, 124, 51, .025) 47%, rgba(255, 255, 255, .013));
  box-shadow: inset 0 1px 0 rgba(249, 221, 160, .05), 0 20px 45px rgba(0, 0, 0, .12);
}
.time-card::before {
  content: "";
  position: absolute;
  top: -1px;
  left: 24%;
  right: 24%;
  height: 1px;
  background: linear-gradient(90deg, transparent, #f5d19c, transparent);
  opacity: .6;
}
.time-value { color: var(--gold-light); font-size: clamp(30px, 4vw, 46px); font-weight: 500; line-height: 1.2; font-variant-numeric: tabular-nums; }
.time-unit { margin-top: 7px; color: #bca98c; font-size: 10px; font-weight: 600; letter-spacing: .16em; }
.launch-date-line {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  min-height: 24px;
  margin: 17px 0 0;
  color: #d0b58e;
  font-size: 12px;
  letter-spacing: .025em;
}
.date-line-mark { color: #c3904d; font-size: 9px; }
.countdown-status { min-height: 17px; margin: 3px 0 0; color: #a8916e; font-size: 11px; }

.site-footer { min-height: 81px; padding: 12px 45px 30px; color: #8e8578; font-size: 11px; letter-spacing: .04em; }
.footer-star { color: #ba9157; font-size: 9px; }

@keyframes soft-glow {
  0%, 100% { opacity: .55; }
  50% { opacity: 1; }
}

@media (max-width: 600px) {
  .site-shell::before { inset: 12px; }
  .site-shell::after { inset: 18px; }
  .site-header { padding-top: 35px; }
  .header-note { font-size: 8px; letter-spacing: .22em; }
  .header-rule { width: 20px; }
  .hero { padding: 20px 29px 35px; }
  .brand-stage { width: 235px; height: 212px; margin-top: -3px; }
  .brand-logo { width: 183px; }
  .lens-orbit { inset: 12px 25px; }
  .orbit-inner { inset: 28px 42px; }
  .orbit-spark { top: 32px; right: 31px; }
  h1 { margin-top: 20px; font-size: clamp(42px, 10.1vw, 60px); line-height: 1.1; }
  .lead { margin-top: 11px; font-size: 21px; }
  .description { max-width: 320px; font-size: 14px; }
  .brand-promise { gap: 8px; margin-top: 15px; font-size: 8px; letter-spacing: .13em; }
  .countdown-section { margin-top: 27px; }
  .section-title { gap: 8px; font-size: 9px; letter-spacing: .09em; }
  .section-title span { width: 15px; }
  .countdown { gap: 7px; }
  .time-card { min-height: 90px; border-radius: 9px; }
  .time-value { font-size: clamp(24px, 7vw, 34px); }
  .time-unit { font-size: 9px; letter-spacing: .08em; }
  .launch-date-line { font-size: 11px; }
  .ambient-art { width: 285px; right: -135px; bottom: 40px; opacity: .12; }
  .site-footer { min-height: 60px; flex-wrap: wrap; gap: 9px; padding: 0 30px 25px; font-size: 10px; }
}

@media (max-height: 740px) and (min-width: 601px) {
  .brand-stage { height: 196px; width: 232px; }
  .brand-logo { width: 167px; }
  .hero { padding-bottom: 15px; }
  h1 { font-size: 64px; }
  .countdown-section { margin-top: 24px; }
  .time-card { min-height: 91px; }
}

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