*, *::before, *::after { box-sizing: border-box; }
html, body {
  margin: 0;
  height: 100%;
  overflow: hidden;
  font-family: "Segoe UI", system-ui, -apple-system, sans-serif;
  color: #fff;
  background: #1a1210;
}
.bg {
  position: fixed;
  inset: 0;
  display: grid;
  grid-template-columns: 1fr 1fr;
  grid-template-rows: 1fr 1fr;
  z-index: 0;
}
.bg img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}
.scrim {
  position: fixed;
  inset: 0;
  z-index: 1;
  background:
    radial-gradient(ellipse at center, rgba(20, 14, 12, 0.35) 0%, rgba(20, 14, 12, 0.62) 70%, rgba(12, 8, 6, 0.78) 100%);
  pointer-events: none;
}
.center {
  position: relative;
  z-index: 2;
  min-height: 100vh;
  min-height: 100dvh;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  text-align: center;
  padding: 1.25rem 1.5rem 9.5rem;
}
.brand {
  margin: 0 0 0.55rem;
  font-size: clamp(1rem, 3vw, 1.25rem);
  letter-spacing: 0.28em;
  text-transform: uppercase;
  font-weight: 700;
  opacity: 0.92;
  text-shadow: 0 2px 18px rgba(0,0,0,0.55);
}
h1 {
  margin: 0;
  font-size: clamp(2.4rem, 9vw, 4.5rem);
  font-weight: 800;
  letter-spacing: 0.06em;
  text-transform: uppercase;
  line-height: 1.05;
  text-shadow: 0 4px 28px rgba(0,0,0,0.65);
}
@media (max-width: 640px) {
  .bg { grid-template-columns: 1fr 1fr; grid-template-rows: 1fr 1fr; }
}
.shows {
  margin: 1rem 0 0;
  max-width: 22rem;
  font-size: clamp(0.95rem, 2.8vw, 1.15rem);
  font-weight: 650;
  letter-spacing: 0.02em;
  line-height: 1.35;
  text-shadow: 0 2px 16px rgba(0,0,0,0.6);
  opacity: 0.95;
}
.countdowns {
  margin: 0.85rem 0 1.15rem;
  display: flex;
  flex-direction: column;
  gap: 0.65rem;
  width: min(22rem, 100%);
}

/* Shared pink + turquoise Southwest frame */
.okie-frame {
  position: relative;
  padding: 11px;
  border-radius: 18px;
  background:
    linear-gradient(135deg, #ffd0e8 0%, #ff8fc4 40%, #f9a8d4 70%, #fda4af 100%);
  box-shadow:
    0 12px 30px rgba(0,0,0,0.42),
    inset 0 0 0 2px rgba(255,255,255,0.55),
    inset 0 0 0 5px rgba(45, 212, 191, 0.35);
}
.okie-frame::before {
  content: "";
  position: absolute;
  inset: 3px;
  border-radius: 15px;
  pointer-events: none;
  z-index: 3;
  border: 2px solid rgba(13, 148, 136, 0.55);
  box-shadow:
    0 0 0 1px rgba(255, 182, 217, 0.9),
    inset 0 0 0 1px rgba(255,255,255,0.35);
  /* turquoise bead dots along edge */
  background:
    radial-gradient(circle at 10px 10px, #2dd4bf 2.6px, transparent 3px),
    radial-gradient(circle at calc(100% - 10px) 10px, #2dd4bf 2.6px, transparent 3px),
    radial-gradient(circle at 10px calc(100% - 10px), #2dd4bf 2.6px, transparent 3px),
    radial-gradient(circle at calc(100% - 10px) calc(100% - 10px), #2dd4bf 2.6px, transparent 3px),
    radial-gradient(circle, #5eead4 2px, transparent 2.5px) 0 0 / 14px 14px border-box;
  -webkit-mask:
    linear-gradient(#000 0 0) content-box,
    linear-gradient(#000 0 0);
  -webkit-mask-composite: xor;
  mask:
    linear-gradient(#000 0 0) content-box,
    linear-gradient(#000 0 0);
  mask-composite: exclude;
  padding: 7px;
}
.okie-frame::after {
  content: "";
  position: absolute;
  inset: 0;
  border-radius: 18px;
  pointer-events: none;
  z-index: 3;
  background:
    radial-gradient(circle at 18% 0%, #0d9488 3px, transparent 3.5px),
    radial-gradient(circle at 36% 0%, #99f6e4 2.2px, transparent 2.7px),
    radial-gradient(circle at 54% 0%, #2dd4bf 3px, transparent 3.5px),
    radial-gradient(circle at 72% 0%, #99f6e4 2.2px, transparent 2.7px),
    radial-gradient(circle at 90% 0%, #0d9488 3px, transparent 3.5px),
    radial-gradient(circle at 100% 18%, #2dd4bf 3px, transparent 3.5px),
    radial-gradient(circle at 100% 40%, #99f6e4 2.2px, transparent 2.7px),
    radial-gradient(circle at 100% 62%, #2dd4bf 3px, transparent 3.5px),
    radial-gradient(circle at 100% 84%, #0d9488 3px, transparent 3.5px),
    radial-gradient(circle at 82% 100%, #2dd4bf 3px, transparent 3.5px),
    radial-gradient(circle at 60% 100%, #99f6e4 2.2px, transparent 2.7px),
    radial-gradient(circle at 38% 100%, #2dd4bf 3px, transparent 3.5px),
    radial-gradient(circle at 16% 100%, #0d9488 3px, transparent 3.5px),
    radial-gradient(circle at 0% 82%, #2dd4bf 3px, transparent 3.5px),
    radial-gradient(circle at 0% 58%, #99f6e4 2.2px, transparent 2.7px),
    radial-gradient(circle at 0% 34%, #2dd4bf 3px, transparent 3.5px),
    radial-gradient(circle at 0% 12%, #0d9488 3px, transparent 3.5px);
}

.cd-row {
  display: flex;
  flex-direction: column;
  gap: 0.1rem;
  padding: 0.65rem 0.85rem;
  border-radius: 12px;
  background: rgba(20, 10, 18, 0.72);
  backdrop-filter: blur(5px);
  text-shadow: 0 1px 10px rgba(0,0,0,0.5);
}
.cd-label { font-weight: 700; font-size: 0.98rem; }
.cd-meta { font-size: 0.9rem; opacity: 0.92; }
.cd-meta strong { font-variant-numeric: tabular-nums; letter-spacing: 0.04em; }
a.cd-row {
  color: inherit;
  text-decoration: none;
  cursor: pointer;
}
a.cd-row:hover,
a.cd-row:focus-visible {
  background: rgba(30, 12, 24, 0.82);
  outline: none;
}

.join {
  position: relative;
  display: block;
  width: min(300px, 78vw);
  border-radius: 12px;
  overflow: hidden;
  text-decoration: none;
  color: #fff;
  background: #1a1014;
}
.join img {
  display: block;
  width: 100%;
  height: 190px;
  object-fit: cover;
}
.join-label {
  position: absolute;
  inset: auto 0 0 0;
  z-index: 2;
  padding: 0.7rem 0.5rem;
  text-align: center;
  font-weight: 800;
  font-size: 0.95rem;
  letter-spacing: 0.02em;
  background: linear-gradient(90deg, rgba(244,114,182,0.88), rgba(13,148,136,0.78), rgba(244,114,182,0.88));
  text-shadow: 0 1px 6px rgba(0,0,0,0.45);
}
.live-badge {
  position: absolute;
  top: 0.55rem;
  left: 0.55rem;
  z-index: 4;
  padding: 0.28rem 0.55rem;
  border-radius: 6px;
  font-weight: 900;
  font-size: 0.78rem;
  letter-spacing: 0.06em;
  color: #fff;
  background: #c1121f;
  box-shadow: 0 0 0 0 rgba(193, 18, 31, 0.7);
  animation: live-pulse 1.2s ease-out infinite;
}
.live-badge[hidden] { display: none !important; }
@keyframes live-pulse {
  0% { box-shadow: 0 0 0 0 rgba(193, 18, 31, 0.65); }
  70% { box-shadow: 0 0 0 12px rgba(193, 18, 31, 0); }
  100% { box-shadow: 0 0 0 0 rgba(193, 18, 31, 0); }
}
.next-auction-head {
  margin: 0 0 0.35rem;
  font-size: clamp(1.05rem, 3.2vw, 1.25rem);
  font-weight: 750;
  letter-spacing: 0.01em;
  text-shadow: 0 2px 14px rgba(0,0,0,0.55);
}
.next-auction-head strong {
  font-variant-numeric: tabular-nums;
  letter-spacing: 0.04em;
  display: block;
  margin-top: 0.15rem;
  font-size: 1.35em;
}

.countdowns {
  margin: 0.85rem 0 1.15rem;
  width: min(24rem, 100%);
}
.cd-hero {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 0.55rem;
  padding: 0.85rem 0.75rem 0.95rem;
  border-radius: 14px;
  text-decoration: none;
  color: #fff;
  background:
    radial-gradient(ellipse at 50% 0%, rgba(255,143,196,0.45), transparent 55%),
    radial-gradient(ellipse at 80% 100%, rgba(45,212,191,0.35), transparent 50%),
    rgba(18, 8, 16, 0.82);
  backdrop-filter: blur(6px);
  box-shadow:
    0 0 0 1px rgba(255,182,217,0.55),
    0 0 28px rgba(244,114,182,0.35),
    0 10px 28px rgba(0,0,0,0.4);
  animation: cd-glow 2.4s ease-in-out infinite;
}
.cd-hero--live {
  animation: cd-glow-live 1.1s ease-in-out infinite;
  box-shadow:
    0 0 0 1px rgba(255,80,80,0.7),
    0 0 32px rgba(193,18,31,0.55),
    0 10px 28px rgba(0,0,0,0.4);
}
.cd-hero-title {
  font-weight: 800;
  font-size: clamp(1.05rem, 3.4vw, 1.3rem);
  letter-spacing: 0.04em;
  text-transform: uppercase;
  text-shadow: 0 2px 14px rgba(0,0,0,0.55);
}
.cd-hero-clock {
  display: flex;
  gap: 0.45rem;
  justify-content: center;
  flex-wrap: wrap;
}
.cd-unit {
  min-width: 3.35rem;
  padding: 0.4rem 0.35rem 0.35rem;
  border-radius: 10px;
  background: linear-gradient(180deg, rgba(255,182,217,0.28), rgba(13,148,136,0.22));
  border: 1px solid rgba(255,255,255,0.28);
  box-shadow: inset 0 0 12px rgba(45,212,191,0.18);
}
.cd-num {
  display: block;
  font-size: clamp(1.55rem, 6vw, 2.05rem);
  font-weight: 900;
  font-variant-numeric: tabular-nums;
  letter-spacing: 0.04em;
  line-height: 1.05;
  text-shadow: 0 0 18px rgba(255,182,217,0.55);
}
.cd-unit-label {
  display: block;
  margin-top: 0.12rem;
  font-size: 0.65rem;
  font-weight: 700;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  opacity: 0.85;
}
.cd-hero-when {
  font-size: 0.95rem;
  font-weight: 700;
  opacity: 0.95;
  text-shadow: 0 1px 10px rgba(0,0,0,0.5);
}
@keyframes cd-glow {
  0%, 100% { filter: brightness(1); transform: translateZ(0) scale(1); }
  50% { filter: brightness(1.08); transform: translateZ(0) scale(1.012); }
}
@keyframes cd-glow-live {
  0%, 100% { filter: brightness(1); }
  50% { filter: brightness(1.18); }
}
a.cd-hero:hover,
a.cd-hero:focus-visible {
  outline: none;
  filter: brightness(1.1);
}

/* Bottom photo strip — always in viewport, no page scroll */


.photo-strip {
  position: fixed; left: 0; right: 0; bottom: 0; z-index: 5;
  display: block; height: 8.5rem; text-decoration: none; color: #fff;
  background: #1a1210; box-shadow: 0 -6px 22px rgba(0,0,0,0.4);
  border-top: 2px solid rgba(255,143,196,0.55); overflow: hidden;
}
.photo-strip-img {
  display: block; width: 100%; height: 100%;
  object-fit: contain; object-position: center; background: #1a1210;
}
