/*
Theme Name: D2 Music Group — September 25
Theme URI: https://d2musicgroup.com
Author: D2 Music Group
Description: Minimal cinematic coming-soon theme for D2 Music Group, counting down to September 25, 2026.
Version: 1.0.0
License: GNU General Public License v2 or later
Text Domain: d2-coming-soon
*/

:root {
  --bg: #050505;
  --bg2: #101010;
  --gold: #d4a83d;
  --gold2: #f0cf77;
  --text: #f7f4ec;
  --muted: #9b968b;
  --line: rgba(212,168,61,.28);
}

* { box-sizing: border-box; }
html, body { margin: 0; min-height: 100%; background: var(--bg); color: var(--text); }
body {
  font-family: Inter, ui-sans-serif, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  overflow-x: hidden;
}

.d2-wrap {
  min-height: 100vh;
  display: grid;
  place-items: center;
  position: relative;
  isolation: isolate;
  padding: 32px 20px;
  background:
    radial-gradient(circle at 50% 16%, rgba(212,168,61,.15), transparent 28%),
    radial-gradient(circle at 50% 90%, rgba(212,168,61,.05), transparent 30%),
    linear-gradient(180deg, #060606 0%, #020202 100%);
}

.d2-wrap::before,
.d2-wrap::after {
  content: "";
  position: absolute;
  inset: 0;
  pointer-events: none;
  z-index: -1;
}
.d2-wrap::before {
  background-image:
    linear-gradient(rgba(255,255,255,.018) 1px, transparent 1px),
    linear-gradient(90deg, rgba(255,255,255,.018) 1px, transparent 1px);
  background-size: 42px 42px;
  mask-image: linear-gradient(to bottom, black, transparent 75%);
}
.d2-wrap::after {
  box-shadow: inset 0 0 180px rgba(0,0,0,.9);
}

.d2-card {
  width: min(920px, 100%);
  text-align: center;
  padding: clamp(30px, 6vw, 72px) clamp(18px, 5vw, 58px);
}

.d2-mark {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 128px;
  height: 72px;
  padding: 0 18px;
  border: 1px solid var(--line);
  border-radius: 18px;
  background: linear-gradient(180deg, rgba(255,255,255,.04), rgba(255,255,255,.01));
  box-shadow: 0 18px 60px rgba(0,0,0,.5), inset 0 0 30px rgba(212,168,61,.03);
  margin-bottom: 28px;
}

.d2-logo {
  font-size: 42px;
  line-height: 1;
  font-weight: 900;
  letter-spacing: -5px;
  background: linear-gradient(135deg, #f3d57f, #a87816 60%, #f2cb67);
  -webkit-background-clip: text;
  background-clip: text;
  color: transparent;
}

.d2-kicker {
  margin: 0 0 14px;
  color: var(--gold2);
  text-transform: uppercase;
  letter-spacing: .32em;
  font-size: 12px;
  font-weight: 700;
}

h1 {
  margin: 0;
  font-family: Georgia, 'Times New Roman', serif;
  font-weight: 700;
  font-size: clamp(48px, 9vw, 104px);
  line-height: .94;
  letter-spacing: -.045em;
}

.d2-date {
  display: block;
  color: var(--gold);
  margin-top: 6px;
}

.d2-sub {
  max-width: 680px;
  margin: 24px auto 0;
  color: var(--muted);
  font-size: clamp(15px, 2vw, 18px);
  line-height: 1.7;
}

.d2-countdown {
  margin: 38px auto 0;
  display: grid;
  grid-template-columns: repeat(4, minmax(74px, 1fr));
  gap: 10px;
  max-width: 650px;
}

.d2-time {
  border: 1px solid var(--line);
  background: rgba(255,255,255,.018);
  padding: 18px 10px 14px;
  border-radius: 14px;
  backdrop-filter: blur(8px);
}

.d2-time strong {
  display: block;
  font-size: clamp(28px, 5vw, 42px);
  line-height: 1;
  font-variant-numeric: tabular-nums;
}

.d2-time span {
  display: block;
  margin-top: 8px;
  color: var(--muted);
  text-transform: uppercase;
  letter-spacing: .18em;
  font-size: 9px;
  font-weight: 700;
}

.d2-line {
  width: 84px;
  height: 1px;
  background: linear-gradient(90deg, transparent, var(--gold), transparent);
  margin: 34px auto 22px;
}

.d2-footer {
  color: #777166;
  font-size: 11px;
  text-transform: uppercase;
  letter-spacing: .22em;
}

@media (max-width: 560px) {
  .d2-countdown { grid-template-columns: repeat(2, 1fr); max-width: 360px; }
  .d2-card { padding-top: 24px; padding-bottom: 24px; }
}
