:root {
  --bg: #07030d;
  --panel: rgba(12, 6, 20, .56);
  --panel-strong: rgba(10, 4, 16, .72);
  --line: rgba(255, 126, 128, .28);
  --neon: #ff6868;
  --neon-soft: #ffc0bc;
  --text: #fff5f7;
  --muted: #c8b9c8;
}

* { box-sizing: border-box; }
html, body { width: 100%; min-height: 100%; }
body {
  margin: 0;
  min-height: 100svh;
  overflow-x: hidden;
  color: var(--text);
  background: var(--bg);
  font-family: Inter, "Segoe UI", Arial, sans-serif;
  -webkit-font-smoothing: antialiased;
}

.backgrounds, .bg, .shade, .grain, .glow {
  position: fixed;
  inset: 0;
}
.backgrounds { z-index: -1; overflow: hidden; background: var(--bg); }
.bg {
  background-position: center;
  background-size: cover;
  opacity: 0;
  transform: scale(1.04);
  animation: bgCycle 72s infinite, kenburns 18s ease-in-out infinite alternate;
  filter: saturate(.72) contrast(1.05) brightness(.68);
}
.bg-1 { background-image: url('../images/background_1.jpg'); animation-delay: 0s, 0s; }
.bg-2 { background-image: url('../images/background_2.jpg'); animation-delay: 12s, 1s; }
.bg-3 { background-image: url('../images/background_3.jpg'); animation-delay: 24s, 2s; }
.bg-4 { background-image: url('../images/background_4.jpg'); animation-delay: 36s, 3s; }
.bg-5 { background-image: url('../images/background_5.jpg'); animation-delay: 48s, 4s; }
.bg-6 { background-image: url('../images/background_6.jpg'); animation-delay: 60s, 5s; }

@keyframes bgCycle {
  0%, 13% { opacity: 0; }
  3%, 11% { opacity: 1; }
  16%, 100% { opacity: 0; }
}
@keyframes kenburns {
  from { transform: scale(1.04) translate3d(-.6%, -.4%, 0); }
  to { transform: scale(1.13) translate3d(.8%, .6%, 0); }
}

.shade {
  background:
    radial-gradient(circle at 50% 35%, rgba(74, 10, 40, .12), rgba(5, 2, 10, .72) 62%, rgba(3, 1, 7, .92) 100%),
    linear-gradient(180deg, rgba(5, 2, 9, .38), rgba(10, 3, 16, .82));
}
.glow { pointer-events: none; filter: blur(80px); opacity: .55; }
.glow-a { width: 34vw; height: 34vw; left: 8%; top: 15%; background: rgba(255, 66, 81, .18); border-radius: 50%; }
.glow-b { width: 30vw; height: 30vw; right: 3%; bottom: 1%; background: rgba(122, 34, 255, .15); border-radius: 50%; }
.grain {
  opacity: .13;
  background-image: radial-gradient(rgba(255,255,255,.34) .55px, transparent .55px);
  background-size: 3px 3px;
  mix-blend-mode: soft-light;
}

.shell {
  min-height: 100svh;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: 42px 20px 22px;
}
.hero {
  width: min(1040px, 100%);
  text-align: center;
  padding: 34px clamp(20px, 4vw, 44px) 30px;
  border: 1px solid rgba(255, 143, 146, .17);
  border-radius: 32px;
  background: linear-gradient(180deg, rgba(12, 5, 20, .43), rgba(8, 3, 14, .62));
  box-shadow: 0 24px 80px rgba(0,0,0,.42), inset 0 0 40px rgba(255, 71, 80, .025);
  backdrop-filter: blur(8px);
}
.eyebrow {
  display: inline-flex;
  align-items: center;
  gap: 9px;
  padding: 7px 12px;
  border: 1px solid rgba(255, 151, 153, .18);
  border-radius: 999px;
  font-size: 12px;
  letter-spacing: .18em;
  color: #d8c9d8;
  background: rgba(9, 3, 15, .42);
}
.dot, .pulse {
  width: 7px;
  height: 7px;
  border-radius: 50%;
  background: #ff7777;
  box-shadow: 0 0 10px #ff5353;
}
.brand-lockup {
  margin: 14px auto -8px;
  width: min(440px, 74vw);
}
.brand-heart {
  display: block;
  width: 100%;
  height: auto;
  margin: 0 auto;
  border-radius: 28px;
  mix-blend-mode: screen;
  filter: saturate(1.06) drop-shadow(0 0 18px rgba(241, 92, 90, .22));
}
.tagline {
  margin: 0 0 28px;
  font-size: clamp(17px, 2.6vw, 24px);
  color: var(--neon-soft);
  text-shadow: 0 0 16px rgba(255, 104, 104, .25);
}
.milestone {
  margin: 0 auto 18px;
  max-width: 620px;
}
.milestone-label {
  text-transform: uppercase;
  letter-spacing: .18em;
  font-size: 11px;
  color: #a997aa;
}
.milestone-title {
  margin-top: 5px;
  font-size: clamp(24px, 4vw, 34px);
  font-weight: 700;
}
.milestone-subtitle {
  margin-top: 4px;
  color: var(--muted);
  font-size: 14px;
}
.countdown-card {
  margin: 22px auto;
  padding: 18px 16px 16px;
  border-radius: 22px;
  border: 1px solid var(--line);
  background: var(--panel-strong);
  box-shadow: 0 0 36px rgba(255, 66, 76, .09), inset 0 0 22px rgba(255, 99, 99, .03);
}
.countdown-title {
  margin-bottom: 13px;
  color: #e8dce6;
  font-size: 13px;
}
.countdown {
  display: grid;
  grid-template-columns: 1fr auto 1fr auto 1fr auto 1fr;
  align-items: start;
  gap: clamp(5px, 1.5vw, 12px);
}
.unit strong {
  display: block;
  font-variant-numeric: tabular-nums;
  font-size: clamp(28px, 6vw, 48px);
  font-weight: 600;
  line-height: 1;
  letter-spacing: .04em;
  color: #fff;
  text-shadow: 0 0 18px rgba(255, 101, 101, .27);
}
.unit span {
  display: block;
  margin-top: 8px;
  font-size: 9px;
  letter-spacing: .15em;
  text-transform: uppercase;
  color: #978a99;
}
.separator {
  padding-top: clamp(2px, 1vw, 6px);
  font-size: clamp(24px, 5vw, 42px);
  line-height: 1;
  color: rgba(255, 159, 159, .42);
}
.quote {
  min-height: 150px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  transition: opacity .3s ease, transform .3s ease;
}
.quote.is-changing { opacity: 0; transform: translateY(5px); }
.quote h2 {
  margin: 4px auto 7px;
  max-width: 900px;
  font-size: clamp(25px, 3.5vw, 38px);
  line-height: 1.12;
}
.quote p {
  margin: 0;
  color: #cdbfce;
  font-size: clamp(14px, 2vw, 17px);
}
.status-row {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
  gap: 10px;
  margin-top: 19px;
}
.status-pill, .age-pill {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  min-height: 34px;
  padding: 8px 12px;
  border-radius: 999px;
  border: 1px solid rgba(255, 137, 140, .16);
  background: rgba(8, 3, 14, .46);
  color: #cdbfcd;
  font-size: 12px;
}
.pulse { animation: pulse 1.8s ease-out infinite; }
@keyframes pulse {
  0% { box-shadow: 0 0 0 0 rgba(255, 90, 91, .5), 0 0 8px #ff5353; }
  70% { box-shadow: 0 0 0 8px rgba(255, 90, 91, 0), 0 0 8px #ff5353; }
  100% { box-shadow: 0 0 0 0 rgba(255, 90, 91, 0), 0 0 8px #ff5353; }
}
.age-pill { color: #ffaaa8; font-weight: 700; }
footer {
  width: min(1040px, 100%);
  padding: 18px 10px 0;
  text-align: center;
  color: rgba(230, 218, 230, .55);
  font-size: 11px;
  letter-spacing: .04em;
}
.footer-sep { padding: 0 8px; color: rgba(255, 117, 117, .45); }

@media (max-width: 600px) {
  .shell { padding: 18px 12px 14px; justify-content: flex-start; }
  .hero { margin-top: 3svh; padding: 26px 14px 22px; border-radius: 24px; }
  .countdown-card { padding-left: 10px; padding-right: 10px; }
  .countdown { gap: 3px; }
  .unit span { font-size: 7px; letter-spacing: .08em; }
  .brand-lockup { width: min(330px, 88vw); margin-top: 10px; }
  .brand-heart { border-radius: 20px; }
  .quote { min-height: 150px; }
  footer { line-height: 1.7; }
  .footer-sep { display: none; }
  footer span { display: block; }
}

@media (prefers-reduced-motion: reduce) {
  .bg, .pulse { animation: none !important; }
  .bg-1 { opacity: 1; }
  .quote { transition: none; }
}
