:root {
  color-scheme: light;
  --paper: #f7f7f5;
  --ink: #111212;
  --gold: #d4a574;
  --muted: #989e9e;
  --line: #343737;
  font-family: "Segoe UI", Arial, sans-serif;
  font-synthesis: none;
  -webkit-font-smoothing: antialiased;
}

* { box-sizing: border-box; letter-spacing: 0; }
body { margin: 0; background: var(--ink); }
a { color: inherit; }
.premiere { display: grid; grid-template-columns: minmax(0, 0.92fr) minmax(0, 1.3fr); min-height: 100svh; }
.identity, .countdown-side { display: flex; flex-direction: column; min-width: 0; padding: 40px 9%; }
.identity { background: var(--paper); color: var(--ink); padding-right: 12%; padding-left: 12%; }
.identity-top, .identity-bottom, .countdown-top, .countdown-bottom { display: flex; align-items: center; justify-content: space-between; gap: 16px; font-size: 12px; line-height: 1.6; }
.identity-top { justify-content: flex-start; text-transform: uppercase; font-size: 11px; }
.short-rule { width: 24px; height: 2px; background: var(--ink); flex: none; }
.identity-main { margin: auto 0; padding: 100px 0; }
.logo { display: block; width: 100%; max-width: 474px; height: auto; }
.identity-caption { margin: 32px 0 0 4px; font-size: 17px; color: #626666; }
.identity-bottom { align-items: flex-end; color: #6c7171; padding-top: 20px; border-top: 1px solid #dcdedd; }
.edition { font-family: Consolas, "Courier New", monospace; font-size: 11px; white-space: nowrap; }
.countdown-side { position: relative; background: var(--ink); color: var(--paper); }
.countdown-top { text-transform: uppercase; font-size: 11px; }
.status { display: inline-flex; align-items: center; gap: 10px; }
.status-dot { width: 6px; height: 6px; background: var(--gold); border-radius: 50%; animation: breathe 3s ease-in-out infinite; }
.take { color: var(--muted); font-family: Consolas, "Courier New", monospace; }
.countdown-main { width: 100%; max-width: 760px; margin: auto; padding: 70px 0; }
.accent-rule { width: 38px; height: 3px; background: var(--gold); margin-bottom: 25px; }
h2 { margin: 0 0 45px; font: 400 52px/1.08 Georgia, "Times New Roman", serif; }
.countdown-label { margin: 0 0 14px; font-size: 11px; text-transform: uppercase; color: var(--muted); }
.counter { display: grid; grid-template-columns: minmax(0, 1fr) 10px minmax(0, 1fr) 10px minmax(0, 1fr) 10px minmax(0, 1fr); gap: 6px; }
.unit { min-width: 0; text-align: center; }
.number { display: block; height: 98px; font-family: "Bahnschrift", "Arial Narrow", Arial, sans-serif; font-size: 80px; font-weight: 300; font-variant-numeric: tabular-nums; line-height: 98px; }
.number.changed { animation: digit-in 350ms ease-out both; }
.unit-label { display: block; margin-top: 9px; font-size: 12px; color: var(--muted); }
.seconds .number { color: var(--gold); }
.colon { font: 300 34px/86px Georgia, serif; text-align: center; color: #646868; }
.time-track { position: relative; height: 29px; margin: 33px 0 25px; border-top: 1px solid var(--line); }
.ticks { display: flex; align-items: flex-start; justify-content: space-between; }
.tick { flex: 0 0 1px; height: 7px; background: var(--line); }
.tick.major { height: 14px; background: #626868; }
.playhead { position: absolute; top: -4px; left: 0; width: 1px; height: 26px; background: var(--gold); transform: translateX(-50%); }
.playhead::before { content: ""; position: absolute; width: 5px; height: 5px; top: 0; left: -2px; background: var(--gold); }
.premiere-date { display: flex; justify-content: space-between; gap: 24px; }
.meta-label { display: block; margin-bottom: 7px; font-size: 10px; text-transform: uppercase; color: var(--muted); }
time, .hour { font-family: "Bahnschrift", Arial, sans-serif; font-size: 23px; font-variant-numeric: tabular-nums; }
.premiere-hour { text-align: right; }
.countdown-bottom { flex-wrap: wrap; border-top: 1px solid var(--line); padding-top: 20px; color: var(--muted); font-size: 11px; }
.countdown-bottom a { text-decoration: none; overflow-wrap: anywhere; transition: color 150ms; }
.countdown-bottom a:hover { color: var(--gold); }
.countdown-bottom a:focus-visible { outline: 2px solid var(--gold); outline-offset: 5px; }
.countdown-bottom > span { white-space: nowrap; }
.no-script { color: var(--gold); font-size: 13px; line-height: 1.6; }
.is-complete .status-dot { background: #94bba9; animation: none; }
.is-complete .playhead { display: none; }
.sr-only { position: absolute; width: 1px; height: 1px; padding: 0; margin: -1px; overflow: hidden; clip: rect(0, 0, 0, 0); white-space: nowrap; border: 0; }
@keyframes breathe { 50% { opacity: 0.4; } }
@keyframes digit-in { from { opacity: 0.4; transform: translateY(5px); } to { opacity: 1; transform: translateY(0); } }

@media (min-width: 1600px) {
  h2 { font-size: 64px; }
  .number { font-size: 104px; height: 122px; line-height: 122px; }
  .colon { line-height: 110px; }
}
@media (min-width: 761px) and (max-width: 1100px) {
  .identity, .countdown-side { padding: 30px 8%; }
  h2 { font-size: 44px; }
  .number { font-size: 60px; height: 78px; line-height: 78px; }
  .colon { font-size: 24px; line-height: 70px; }
  .counter { gap: 2px; }
  .identity-caption { font-size: 15px; }
}
@media (max-width: 760px) {
  .premiere { grid-template-columns: minmax(0, 1fr); }
  .identity { padding: 25px 28px 28px; }
  .identity-top { font-size: 10px; }
  .identity-main { padding: 44px 0 8px; }
  .logo { width: 260px; max-width: 100%; }
  .identity-caption { margin-top: 18px; font-size: 14px; }
  .identity-bottom { display: none; }
  .countdown-side { padding: 26px 28px; min-height: 620px; }
  .countdown-main { padding: 45px 0 36px; }
  h2 { font-size: 44px; margin-bottom: 32px; }
  .number { font-size: 60px; height: 76px; line-height: 76px; }
  .colon { font-size: 24px; line-height: 66px; }
  .counter { gap: 2px; grid-template-columns: minmax(0, 1fr) 7px minmax(0, 1fr) 7px minmax(0, 1fr) 7px minmax(0, 1fr); }
  .unit-label { font-size: 11px; }
  .countdown-bottom { gap: 10px; font-size: 10px; }
  .time-track { margin-top: 28px; }
}
@media (max-width: 360px) {
  .identity, .countdown-side { padding-left: 22px; padding-right: 22px; }
  h2 { font-size: 38px; }
  .number { font-size: 48px; }
}
@media (prefers-reduced-motion: reduce) {
  *, *::before, *::after { animation: none !important; transition: none !important; }
}
