body {
  background: #faf7f1;
  color: #0a1730;
}

.dot-texture {
  pointer-events: none;
  position: absolute;
  inset: 0;
  opacity: 0.5;
  background-image: radial-gradient(circle at 1px 1px, #d8c9a3 1px, transparent 0);
  background-size: 32px 32px;
}

.blob {
  pointer-events: none;
  position: absolute;
  height: 30rem;
  width: 30rem;
  border-radius: 9999px;
  filter: blur(64px);
}

.blob-tl {
  left: -10rem;
  top: -10rem;
  background: rgba(253, 230, 138, 0.4);
}

.blob-br {
  right: -10rem;
  bottom: -10rem;
  background: rgba(254, 243, 199, 0.6);
}

.accent-bar {
  z-index: 10;
  height: 4px;
  width: 100%;
  background: linear-gradient(to right, #fcd34d, #d97706, #fcd34d);
}

main,
.footer {
  z-index: 10;
}

.content-container {
  max-width: 48rem;
}

.logo {
  height: clamp(5.5rem, 18vw, 9rem);
  width: clamp(5.5rem, 18vw, 9rem);
  object-fit: cover;
  box-shadow:
    0 1px 2px rgba(10, 23, 48, 0.06),
    0 20px 45px -15px rgba(10, 23, 48, 0.25);
}

.badge-launch {
  display: inline-flex;
  align-items: center;
  gap: 0.5rem;
  border: 1px solid rgba(217, 119, 6, 0.3);
  background: rgba(217, 119, 6, 0.05);
  padding: 0.375rem 1rem;
  font-size: 0.75rem;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 0.2em;
  color: #b45309;
}

.title {
  font-family: ui-serif, Georgia, Cambria, "Times New Roman", Times, serif;
  font-size: clamp(1.85rem, 5vw + 0.9rem, 3.75rem);
  letter-spacing: -0.025em;
  color: #0a1730;
}

.subtitle {
  font-size: clamp(0.65rem, 1vw + 0.45rem, 0.875rem);
  font-weight: 500;
  text-transform: uppercase;
  letter-spacing: 0.3em;
  color: rgba(180, 83, 9, 0.8);
}

.rule {
  height: 1px;
  width: 2rem;
  background: rgba(217, 119, 6, 0.4);
}

.description {
  max-width: 32rem;
  font-size: clamp(0.9rem, 0.6vw + 0.8rem, 1.125rem);
  line-height: 1.75;
  color: #3d4a63;
}

.countdown-card {
  overflow: hidden;
  border: 1px solid rgba(120, 53, 15, 0.1);
  padding: clamp(1rem, 3vw, 2rem) clamp(0.6rem, 2vw, 1.5rem);
  box-shadow:
    0 1px 2px rgba(10, 23, 48, 0.04),
    0 12px 30px -12px rgba(10, 23, 48, 0.15);
}

.card-top-line {
  position: absolute;
  inset-inline: 0;
  top: 0;
  height: 2px;
  background: linear-gradient(to right, transparent, #f59e0b, transparent);
}

.countdown-value {
  font-family: ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas,
    "Liberation Mono", "Courier New", monospace;
  font-size: clamp(1.6rem, 5vw + 0.7rem, 3.75rem);
  font-weight: 700;
  font-variant-numeric: tabular-nums;
  color: #0a1730;
}

.countdown-label {
  margin-top: 0.5rem;
  font-size: clamp(9px, 1vw + 6px, 12px);
  text-transform: uppercase;
  letter-spacing: 0.1em;
  color: #8a7756;
}

.footer {
  border-top: 1px solid rgba(120, 53, 15, 0.1);
}

.footer-inner {
  max-width: 64rem;
  padding: 1.5rem;
  font-size: 0.75rem;
  color: #8a7756;
}

@media (max-width: 359.98px) {
  .blob {
    height: 20rem;
    width: 20rem;
  }

  .badge-launch {
    padding: 0.3rem 0.75rem;
    letter-spacing: 0.15em;
  }
}
