/* ───── Pescobar Radio — Deep as the sea ─────
   Yacht / seafood-luxury aesthetic
   Dark navy + oceanic blues + gold accents
   Mobile-first */

* { margin: 0; padding: 0; box-sizing: border-box; -webkit-tap-highlight-color: transparent; }

:root {
  --abyss:    #03101e;
  --deep:     #061b30;
  --navy:     #0a2540;
  --tide:     #103a5c;
  --foam:     #87b2c8;
  --salt:     rgba(255,255,255,0.92);
  --salt-2:   rgba(255,255,255,0.65);
  --salt-3:   rgba(255,255,255,0.38);
  --salt-4:   rgba(255,255,255,0.16);
  --gold:     #d4af37;
  --gold-2:   #f1cf6a;
  --gold-dim: rgba(212,175,55,0.18);
  --glass:    rgba(255,255,255,0.05);
  --border:   rgba(255,255,255,0.10);
  --shadow:   0 24px 60px rgba(0,0,0,0.55);
}

html, body {
  background: var(--abyss);
  color: var(--salt);
  font-family: 'Inter', -apple-system, BlinkMacSystemFont, system-ui, sans-serif;
  font-size: 15px;
  line-height: 1.4;
  min-height: 100vh;
  min-height: 100svh;
  overflow-x: hidden;
  -webkit-font-smoothing: antialiased;
}

/* ───── Ocean background ───── */
.ocean-bg {
  position: fixed; inset: 0; z-index: 0;
  background: radial-gradient(ellipse at 50% -10%, #145687 0%, #0a2540 35%, #061b30 65%, #03101e 100%);
  overflow: hidden;
}
.ocean-layer {
  position: absolute; left: -25%; right: -25%; height: 220%;
  border-radius: 45%;
  opacity: 0.35;
  filter: blur(40px);
  will-change: transform;
}
.ocean-1 { top: 30%; background: radial-gradient(circle, #1d6aa3 0%, transparent 60%); animation: drift1 28s ease-in-out infinite; }
.ocean-2 { top: 55%; background: radial-gradient(circle, #0d3b66 0%, transparent 60%); animation: drift2 36s ease-in-out infinite; opacity: 0.45; }
.ocean-3 { top: 70%; background: radial-gradient(circle, #2389b5 0%, transparent 60%); animation: drift3 44s ease-in-out infinite; opacity: 0.22; }
.ocean-vignette {
  position: absolute; inset: 0;
  background:
    radial-gradient(ellipse at 50% 100%, rgba(0,0,0,0.55), transparent 60%),
    linear-gradient(180deg, transparent 60%, rgba(0,0,0,0.45) 100%);
}
@keyframes drift1 { 0%,100% { transform: translate3d(-4%, 0, 0) rotate(0deg); } 50% { transform: translate3d(6%, -3%, 0) rotate(8deg); } }
@keyframes drift2 { 0%,100% { transform: translate3d(3%, 2%, 0) rotate(0deg); } 50% { transform: translate3d(-5%, -2%, 0) rotate(-10deg); } }
@keyframes drift3 { 0%,100% { transform: translate3d(0, 0, 0) rotate(0deg); } 50% { transform: translate3d(4%, -4%, 0) rotate(6deg); } }

/* ───── Owner link ───── */
.owner-link {
  position: fixed; top: env(safe-area-inset-top, 14px); right: 16px; z-index: 10;
  font-size: 11px; letter-spacing: 2px; text-transform: uppercase;
  color: var(--salt-3); text-decoration: none; font-weight: 500;
  padding: 6px 10px; border: 1px solid var(--salt-4); border-radius: 999px;
  background: rgba(255,255,255,0.03); backdrop-filter: blur(6px);
  transition: color .2s, border-color .2s;
}
.owner-link:hover { color: var(--gold-2); border-color: var(--gold-dim); }

/* ───── Stage ───── */
.stage {
  position: relative; z-index: 1;
  max-width: 480px; margin: 0 auto;
  padding: calc(env(safe-area-inset-top, 12px) + 36px) 20px calc(env(safe-area-inset-bottom, 16px) + 28px);
  min-height: 100vh; min-height: 100svh;
  display: flex; flex-direction: column;
}

/* ───── Brand ───── */
.brand { text-align: center; margin-bottom: 22px; }
.logo-mark {
  display: inline-flex; align-items: center; gap: 8px;
  font-family: 'Cormorant Garamond', 'Inter', serif;
}
.logo-bars { color: var(--gold); font-size: 16px; letter-spacing: -2px; }
.logo-word {
  font-size: 28px; font-weight: 600; letter-spacing: 1px;
  color: var(--salt);
}
.tagline {
  margin-top: 4px;
  font-family: 'Cormorant Garamond', serif;
  font-style: italic;
  font-size: 17px;
  font-weight: 400;
  color: var(--gold-2);
  letter-spacing: 0.3px;
  opacity: 0.92;
}

/* ───── Pills ───── */
.pills {
  display: flex; flex-wrap: wrap; gap: 8px;
  justify-content: center; margin-bottom: 22px;
}
.pill {
  display: inline-flex; align-items: center; gap: 8px;
  padding: 8px 12px;
  background: rgba(8,28,50,0.55);
  border: 1px solid var(--border);
  border-radius: 999px;
  backdrop-filter: blur(14px);
  font-size: 12px;
  white-space: nowrap;
}
.pill-label {
  color: var(--salt-3);
  text-transform: uppercase;
  letter-spacing: 1.2px;
  font-size: 9.5px;
  font-weight: 600;
}
.pill-select-wrap { position: relative; display: inline-flex; align-items: center; }
.pill-select {
  background: transparent; border: none; outline: none;
  color: var(--salt); font-family: inherit; font-size: 12px; font-weight: 500;
  padding-right: 14px; appearance: none; -webkit-appearance: none;
  cursor: pointer; max-width: 160px;
}
.pill-select option { background: var(--deep); color: var(--salt); }
.pill-caret { position: absolute; right: -2px; color: var(--salt-3); font-size: 9px; pointer-events: none; }
.pill-vibe .pill-value { color: var(--gold-2); font-weight: 500; }
.pill-dot {
  width: 6px; height: 6px; border-radius: 50%;
  background: var(--gold);
  box-shadow: 0 0 10px var(--gold);
  animation: pulse-dot 2.2s ease-in-out infinite;
}
@keyframes pulse-dot {
  0%, 100% { opacity: 1; transform: scale(1); }
  50% { opacity: 0.35; transform: scale(0.85); }
}

/* ───── Player card ───── */
.card {
  margin-top: 6px;
  padding: 24px 22px 22px;
  background: linear-gradient(180deg, rgba(20,60,98,0.55), rgba(6,27,48,0.6));
  border: 1px solid var(--border);
  border-radius: 22px;
  box-shadow: var(--shadow), inset 0 1px 0 rgba(255,255,255,0.06);
  backdrop-filter: blur(20px);
  text-align: center;
}

.card-eyebrow {
  display: inline-flex; align-items: center; gap: 6px;
  font-size: 10px; letter-spacing: 2.4px; text-transform: uppercase;
  color: var(--salt-3); font-weight: 600;
  margin-bottom: 14px;
}
.status-led {
  width: 6px; height: 6px; border-radius: 50%;
  background: var(--foam);
  box-shadow: 0 0 8px var(--foam);
  transition: background .25s, box-shadow .25s;
}
.status-led.live { background: #43d97a; box-shadow: 0 0 10px #43d97a; }
.status-led.paused { background: var(--gold); box-shadow: 0 0 10px var(--gold); }

.track-title {
  font-family: 'Cormorant Garamond', serif;
  font-weight: 600;
  font-size: 26px;
  line-height: 1.18;
  color: var(--salt);
  margin-bottom: 6px;
  text-wrap: balance;
  min-height: 1.18em;
  overflow-wrap: anywhere;
}
.track-artist {
  font-size: 13px;
  color: var(--salt-2);
  letter-spacing: 0.2px;
  margin-bottom: 18px;
  min-height: 1.4em;
}

/* ───── Waves visualizer ───── */
.waves {
  display: flex; align-items: flex-end; justify-content: center;
  gap: 4px; height: 38px;
  margin: 8px 0 18px;
}
.waves span {
  width: 3px; border-radius: 2px;
  background: linear-gradient(180deg, var(--gold-2), var(--foam));
  opacity: 0.7;
  height: 30%;
  animation: wave 1.4s ease-in-out infinite;
}
.waves span:nth-child(1)  { animation-delay: -1.2s; }
.waves span:nth-child(2)  { animation-delay: -0.9s; }
.waves span:nth-child(3)  { animation-delay: -1.4s; }
.waves span:nth-child(4)  { animation-delay: -0.4s; }
.waves span:nth-child(5)  { animation-delay: -1.0s; }
.waves span:nth-child(6)  { animation-delay: -0.7s; }
.waves span:nth-child(7)  { animation-delay: -1.5s; }
.waves span:nth-child(8)  { animation-delay: -0.2s; }
.waves span:nth-child(9)  { animation-delay: -1.1s; }
.waves span:nth-child(10) { animation-delay: -0.6s; }
.waves span:nth-child(11) { animation-delay: -1.3s; }
.waves span:nth-child(12) { animation-delay: -0.5s; }
.waves span:nth-child(13) { animation-delay: -0.8s; }
@keyframes wave {
  0%, 100% { height: 18%; }
  50%      { height: 90%; }
}
.waves.paused span { animation-play-state: paused; opacity: 0.25; }

/* ───── Progress ───── */
.progress {
  width: 100%; height: 3px;
  background: rgba(255,255,255,0.08);
  border-radius: 2px;
  overflow: hidden;
  margin-top: 4px;
}
.progress-fill {
  height: 100%; width: 0%;
  background: linear-gradient(90deg, var(--foam), var(--gold-2));
  border-radius: 2px;
  transition: width .4s linear;
  box-shadow: 0 0 8px rgba(212,175,55,0.4);
}
.timecode {
  display: flex; justify-content: space-between; align-items: center;
  font-size: 10.5px; color: var(--salt-3);
  font-variant-numeric: tabular-nums;
  margin-top: 6px;
  letter-spacing: 0.4px;
}
.tx-hint {
  font-size: 9px; letter-spacing: 1.5px; text-transform: uppercase;
  color: var(--gold-2); font-weight: 600;
}

/* ───── Transport ───── */
.transport {
  display: flex; align-items: center; justify-content: center;
  gap: 28px; margin-top: 22px;
}
.btn-ghost, .btn-play {
  border: none; cursor: pointer; font-family: inherit;
  display: inline-flex; align-items: center; justify-content: center;
  transition: transform .12s ease, background .2s, box-shadow .2s, color .2s;
  -webkit-user-select: none; user-select: none;
}
.btn-ghost {
  width: 52px; height: 52px; border-radius: 50%;
  background: rgba(255,255,255,0.06);
  border: 1px solid var(--salt-4);
  color: var(--salt-2);
}
.btn-ghost:hover { color: var(--salt); background: rgba(255,255,255,0.10); }
.btn-ghost:active { transform: scale(0.94); }

.btn-play {
  width: 76px; height: 76px; border-radius: 50%;
  background: radial-gradient(circle at 30% 30%, var(--gold-2), var(--gold) 60%, #a37d1d 100%);
  color: var(--abyss);
  box-shadow:
    0 14px 28px rgba(212,175,55,0.35),
    0 0 0 1px rgba(255,255,255,0.18) inset,
    0 0 0 6px rgba(212,175,55,0.10);
}
.btn-play:hover { box-shadow: 0 18px 36px rgba(212,175,55,0.5), 0 0 0 1px rgba(255,255,255,0.25) inset, 0 0 0 8px rgba(212,175,55,0.14); }
.btn-play:active { transform: scale(0.95); }
.btn-play svg { margin-left: 2px; }

.card-footer {
  margin-top: 18px;
  min-height: 1.4em;
  font-size: 11px;
  color: var(--salt-3);
  letter-spacing: 0.3px;
}
.next-up b { color: var(--salt-2); font-weight: 500; }

/* ───── Credits ───── */
.credits {
  margin-top: auto; padding-top: 28px;
  text-align: center;
  font-size: 10px; letter-spacing: 1.6px; text-transform: uppercase;
  color: var(--salt-3);
}
.credit-mark { opacity: 0.6; margin-right: 4px; }
.credit-link {
  color: var(--gold-2); text-decoration: none; font-weight: 600;
}
.credit-link:hover { color: var(--gold); }

/* ───── DJINN engine shell — fully hidden ───── */
#djinn-shell {
  position: fixed;
  width: 1px; height: 1px;
  left: -9999px; top: -9999px;
  opacity: 0;
  pointer-events: none;
  overflow: hidden;
  visibility: hidden;
}

/* ───── Responsive tweaks ───── */
@media (min-width: 520px) {
  .stage { padding-top: calc(env(safe-area-inset-top, 12px) + 48px); }
  .track-title { font-size: 30px; }
  .btn-play { width: 84px; height: 84px; }
}
@media (max-height: 680px) {
  .brand { margin-bottom: 14px; }
  .pills { margin-bottom: 14px; }
  .card { padding: 18px 18px 18px; }
  .waves { height: 30px; margin: 4px 0 14px; }
  .transport { margin-top: 16px; gap: 22px; }
}
@media (prefers-reduced-motion: reduce) {
  .ocean-layer, .waves span, .pill-dot { animation: none !important; }
}

/* ═════════════════════════════════════════════════════════
   AUTO-MIX OVERLAY — the visible auto-DJ moment
   Fires when the engine starts a crossfade. Shows two decks
   (A/B), an animated crossfader, BPM/key match chips.
   ═════════════════════════════════════════════════════════ */

.mix-overlay {
  position: fixed;
  inset: 0;
  z-index: 800;
  display: flex;
  align-items: center;
  justify-content: center;
  background: radial-gradient(ellipse at center, rgba(7,18,40,0.92) 0%, rgba(1,8,24,0.96) 60%, rgba(0,0,0,0.98) 100%);
  backdrop-filter: blur(14px);
  -webkit-backdrop-filter: blur(14px);
  opacity: 0;
  transition: opacity 0.6s cubic-bezier(0.4, 0, 0.2, 1);
  padding: 32px 20px;
  font-family: 'Inter', system-ui, sans-serif;
}
.mix-overlay--in  { opacity: 1; }
.mix-overlay--out { opacity: 0; }

.mix-glow {
  position: absolute;
  inset: 0;
  background:
    radial-gradient(circle at 30% 40%, rgba(204,179,86,0.18) 0%, transparent 50%),
    radial-gradient(circle at 70% 60%, rgba(204,179,86,0.12) 0%, transparent 55%);
  animation: mixGlowPulse 6s ease-in-out infinite;
  pointer-events: none;
}
@keyframes mixGlowPulse {
  0%, 100% { transform: scale(1); opacity: 0.7; }
  50%      { transform: scale(1.08); opacity: 1; }
}

.mix-frame {
  position: relative;
  width: 100%;
  max-width: 720px;
  background: linear-gradient(180deg, rgba(39,56,82,0.6) 0%, rgba(7,18,40,0.7) 100%);
  border: 1px solid rgba(204,179,86,0.32);
  border-radius: 20px;
  padding: 28px 26px 24px;
  box-shadow:
    0 30px 80px rgba(0,0,0,0.55),
    0 0 0 1px rgba(204,179,86,0.08),
    inset 0 1px 0 rgba(255,226,110,0.08);
  animation: mixFrameIn 0.7s cubic-bezier(0.16, 1, 0.3, 1);
}
@keyframes mixFrameIn {
  from { transform: translateY(20px) scale(0.96); opacity: 0; }
  to   { transform: translateY(0) scale(1); opacity: 1; }
}

.mix-header {
  text-align: center;
  margin-bottom: 24px;
}
.mix-label {
  display: inline-block;
  font-family: 'Cormorant Garamond', serif;
  font-style: italic;
  font-size: 28px;
  font-weight: 600;
  background: linear-gradient(135deg, #BBA653 0%, #FFE26E 50%, #ECD164 100%);
  -webkit-background-clip: text;
  background-clip: text;
  -webkit-text-fill-color: transparent;
  letter-spacing: 0.5px;
  animation: mixLabelShimmer 2.5s ease-in-out infinite;
}
@keyframes mixLabelShimmer {
  0%, 100% { filter: brightness(1) drop-shadow(0 0 8px rgba(255,226,110,0.3)); }
  50%      { filter: brightness(1.3) drop-shadow(0 0 16px rgba(255,226,110,0.5)); }
}
.mix-sublabel {
  display: block;
  margin-top: 4px;
  font-size: 11px;
  font-weight: 500;
  letter-spacing: 1.5px;
  color: rgba(255,255,255,0.55);
  text-transform: uppercase;
}

.mix-decks {
  display: grid;
  grid-template-columns: 1fr auto 1fr;
  gap: 14px;
  align-items: center;
  margin-bottom: 22px;
}

.mix-deck {
  position: relative;
  background: rgba(7,18,40,0.55);
  border: 1px solid rgba(204,179,86,0.18);
  border-radius: 14px;
  padding: 18px 14px;
  min-height: 130px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  text-align: center;
  transition: opacity 0.3s, transform 0.3s;
  overflow: hidden;
}
.mix-deck-a { transform-origin: right center; }
.mix-deck-b { transform-origin: left center; }

.deck-letter {
  position: absolute;
  top: 8px;
  right: 10px;
  font-family: 'Cormorant Garamond', serif;
  font-size: 32px;
  font-weight: 700;
  color: rgba(204,179,86,0.35);
  line-height: 1;
}

.deck-info {
  z-index: 1;
  position: relative;
}

.deck-title {
  font-family: 'Cormorant Garamond', serif;
  font-size: 18px;
  font-weight: 600;
  color: rgba(255,255,255,0.95);
  line-height: 1.2;
  margin-bottom: 4px;
  /* truncate gracefully */
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}

.deck-artist {
  font-size: 12px;
  color: rgba(255,255,255,0.55);
  margin-bottom: 6px;
}

.deck-bpm {
  font-size: 10px;
  letter-spacing: 1.3px;
  color: #FFE26E;
  font-weight: 600;
  text-transform: uppercase;
}

.deck-vinyl {
  position: absolute;
  bottom: -28px;
  left: 50%;
  transform: translateX(-50%);
  width: 56px;
  height: 56px;
  border-radius: 50%;
  background:
    radial-gradient(circle, rgba(204,179,86,0.35) 0%, transparent 30%),
    repeating-radial-gradient(circle at center, rgba(255,255,255,0.06) 0px, rgba(255,255,255,0.06) 1px, transparent 1px, transparent 3px),
    radial-gradient(circle, #050a18 0%, #0a1a2e 70%);
  box-shadow: 0 0 0 1px rgba(204,179,86,0.2);
  animation: deckSpin 3s linear infinite;
}
.mix-deck-b .deck-vinyl { animation-duration: 2.5s; animation-direction: reverse; }

@keyframes deckSpin { from { transform: translateX(-50%) rotate(0); } to { transform: translateX(-50%) rotate(360deg); } }

/* ── Crossfader ── */
.mix-fader-wrap {
  min-width: 80px;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 10px;
}

.fader-track {
  position: relative;
  width: 80px;
  height: 6px;
  border-radius: 3px;
  background: rgba(255,255,255,0.08);
  overflow: visible;
}

.fader-glow {
  position: absolute;
  inset: 0 auto 0 0;
  height: 100%;
  width: 0%;
  border-radius: 3px;
  background: linear-gradient(90deg, #BBA653, #FFE26E, #ECD164);
  box-shadow: 0 0 12px rgba(255,226,110,0.5);
  transition: width 0.1s linear;
}

.fader-knob {
  position: absolute;
  top: 50%;
  left: 0%;
  transform: translate(-50%, -50%);
  width: 18px;
  height: 22px;
  border-radius: 4px;
  background: linear-gradient(180deg, #FFE26E 0%, #BBA653 100%);
  box-shadow:
    0 0 12px rgba(255,226,110,0.6),
    0 2px 4px rgba(0,0,0,0.5),
    inset 0 1px 0 rgba(255,255,255,0.4);
  transition: left 0.1s linear;
}

.fader-labels {
  display: flex;
  justify-content: space-between;
  width: 80px;
  font-size: 10px;
  letter-spacing: 1px;
  color: rgba(255,255,255,0.4);
  font-weight: 600;
}

.fader-progress {
  font-size: 11px;
  font-weight: 700;
  color: #FFE26E;
  letter-spacing: 1px;
  font-variant-numeric: tabular-nums;
}

.mix-footer {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 8px;
  padding-top: 18px;
  border-top: 1px solid rgba(204,179,86,0.12);
}

.mix-chip {
  font-size: 11px;
  font-weight: 500;
  padding: 5px 10px;
  border-radius: 12px;
  background: rgba(204,179,86,0.08);
  border: 1px solid rgba(204,179,86,0.2);
  color: rgba(255,226,110,0.9);
  white-space: nowrap;
}

/* Mobile: stack decks vertically */
@media (max-width: 540px) {
  .mix-frame { padding: 22px 18px 20px; }
  .mix-label { font-size: 24px; }
  .mix-decks {
    grid-template-columns: 1fr;
    gap: 12px;
  }
  .mix-fader-wrap {
    flex-direction: row;
    width: 100%;
    justify-content: space-between;
  }
  .fader-track { flex: 1; max-width: 200px; }
}

@media (prefers-reduced-motion: reduce) {
  .mix-glow, .deck-vinyl, .mix-label { animation: none !important; }
  .mix-frame { animation: none !important; }
}

/* ── Mix overlay: snappier feel ── */

/* Pulse rings — fire on each detected beat during mix */
.mix-pulse-ring {
  position: absolute;
  top: 50%; left: 50%;
  width: 24px; height: 24px;
  margin: -12px 0 0 -12px;
  border-radius: 50%;
  border: 1px solid rgba(255,226,110,0.7);
  pointer-events: none;
  opacity: 0;
  transform: scale(0.6);
  transition: opacity 0.4s ease-out, transform 0.7s cubic-bezier(0.2, 0.7, 0.2, 1);
}
.mix-pulse-ring--go {
  opacity: 1;
  transform: scale(3.5);
  border-color: rgba(255,226,110,0);
}

/* Vinyl baseline speed up (was 3s, now 1.8s) — feels alive */
.deck-vinyl {
  animation: deckSpin 1.8s linear infinite !important;
  will-change: transform, animation-duration;
}
.mix-deck-b .deck-vinyl { animation-duration: 1.5s !important; }

/* Make deck transition smoother */
.mix-deck {
  transition: opacity 0.4s cubic-bezier(0.4, 0, 0.2, 1), transform 0.5s cubic-bezier(0.4, 0, 0.2, 1);
}

/* Fader knob: stronger animation feel */
.fader-knob {
  transition: left 0.18s cubic-bezier(0.2, 0.8, 0.2, 1), box-shadow 0.3s;
  will-change: left;
}
.fader-glow {
  transition: width 0.18s cubic-bezier(0.2, 0.8, 0.2, 1);
  will-change: width;
}

/* Particle stream from A to B — animated gold dots */
.mix-fader-wrap::before,
.mix-fader-wrap::after {
  content: '';
  position: absolute;
  width: 4px; height: 4px;
  border-radius: 50%;
  background: #FFE26E;
  box-shadow: 0 0 8px rgba(255,226,110,0.8);
  top: 50%;
  pointer-events: none;
  animation: particleFlow 1.6s linear infinite;
}
.mix-fader-wrap::after {
  animation-delay: 0.8s;
  animation-duration: 1.8s;
}
@keyframes particleFlow {
  0%   { left: 0%;   opacity: 0; transform: translateY(-50%) scale(0.5); }
  10%  { opacity: 1; }
  90%  { opacity: 1; }
  100% { left: 100%; opacity: 0; transform: translateY(-50%) scale(1.2); }
}

/* Snappier shimmer on "AI Mixing" label */
@keyframes mixLabelShimmer {
  0%, 100% { filter: brightness(1) drop-shadow(0 0 8px rgba(255,226,110,0.3)); }
  50%      { filter: brightness(1.4) drop-shadow(0 0 22px rgba(255,226,110,0.7)); }
}
.mix-label { animation-duration: 1.4s !important; }

/* Reduced motion fallback */
@media (prefers-reduced-motion: reduce) {
  .mix-pulse-ring--go { transform: scale(1.5); transition: opacity 0.3s; }
  .mix-fader-wrap::before, .mix-fader-wrap::after { display: none; }
}

/* ───── Pescobar Radio promotional voice flash ───── */
.promo-flash .promo-eyebrow{
  font-size:11px;font-weight:600;letter-spacing:.22em;
  color:rgba(255,226,110,0.72);
  text-transform:uppercase;margin-bottom:14px;
  font-family:'Inter',sans-serif;
}
.promo-flash .promo-body{
  font-family:'Cormorant Garamond',serif;
  font-style:italic;
  font-size:clamp(17px,3.4vw,22px);
  font-weight:500;
  line-height:1.35;
  color:#fff;
  margin-bottom:14px;
}
.promo-flash .promo-footer{
  font-family:'Inter',sans-serif;
  font-size:9px;letter-spacing:.28em;
  color:rgba(255,226,110,0.45);text-transform:uppercase;
  border-top:1px solid rgba(204,179,86,0.16);
  padding-top:10px;
}
@media (prefers-reduced-motion: reduce){
  .promo-flash{transition:none !important}
}
