/* CX90² — blue & white theme */

.brand-sup {
  font-size: 0.58em;
  font-weight: 800;
  line-height: 0;
  position: relative;
  top: -0.45em;
  margin-left: 0.03em;
}

.blog-body__text {
  white-space: pre-line;
}

.blog-body__text + .blog-body__text {
  margin-top: 0;
}

.blog-body__figure {
  margin: 1.5rem 0;
}

.blog-body__img {
  display: block;
  width: 100%;
  height: auto;
  border-radius: 0.75rem;
}

.site-kicker {
  margin: 0;
  font-size: 2.75rem;
  font-weight: 800;
  line-height: 1.1;
  letter-spacing: -0.02em;
  color: #e11d48;
}

.site-kicker .brand-sup {
  color: #e11d48;
}

.site-headline {
  margin: 0.5rem 0 0;
  font-size: 1.75rem;
  font-weight: 700;
  line-height: 1.25;
  letter-spacing: -0.01em;
  color: #0f172a;
}

.site-tagline {
  margin: 1rem auto 0;
  max-width: 36rem;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.55;
  color: #0f172a;
}

@media (min-width: 640px) {
  .site-kicker {
    font-size: 3.5rem;
  }

  .site-headline {
    font-size: 2.25rem;
  }

  .site-tagline {
    font-size: 1.125rem;
  }
}

.countdown-banner {
  border-radius: 1rem;
  border: 2px solid #bfdbfe;
  background: linear-gradient(135deg, #eff6ff 0%, #fff 100%);
  padding: 1.25rem 1.5rem;
  text-align: center;
  box-shadow: 0 8px 24px -12px rgba(29, 78, 216, 0.2);
}

.countdown-banner--live {
  border-color: #2563eb;
  background: linear-gradient(135deg, #dbeafe 0%, #eff6ff 100%);
}

.countdown-banner__label {
  margin-bottom: 0.75rem;
  font-size: 0.8125rem;
  font-weight: 700;
  letter-spacing: 0.04em;
  text-transform: uppercase;
  color: #1d4ed8;
}

.countdown-banner__grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 0.5rem;
  max-width: 28rem;
  margin: 0 auto;
}

.countdown-banner__cell {
  border-radius: 0.625rem;
  border: 1px solid #dbeafe;
  background: #fff;
  padding: 0.625rem 0.5rem;
}

.countdown-banner__value {
  display: block;
  font-size: 1.5rem;
  font-weight: 800;
  font-variant-numeric: tabular-nums;
  color: #1e3a8a;
  line-height: 1.1;
}

.countdown-banner__unit {
  display: block;
  margin-top: 0.15rem;
  font-size: 0.625rem;
  font-weight: 600;
  letter-spacing: 0.06em;
  text-transform: uppercase;
  color: #64748b;
}

.locked-panel__countdown {
  font-size: 0.875rem;
  font-weight: 500;
  color: #64748b;
}

.day-tab {
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 0.35rem;
  width: 100%;
  padding: 1.25rem 1rem;
  border-radius: 1rem;
  border: 2px solid #bfdbfe;
  background: #fff;
  text-align: center;
  cursor: pointer;
  transition: border-color 0.2s, box-shadow 0.2s, transform 0.15s, background 0.2s;
}

.day-tab:hover:not(.day-tab--locked) {
  border-color: #60a5fa;
  box-shadow: 0 8px 24px -8px rgba(29, 78, 216, 0.25);
  transform: translateY(-1px);
}

.day-tab--idle {
  border-color: #dbeafe;
  background: #f8fbff;
}

.day-tab--active {
  border-color: #1d4ed8;
  background: #fff;
  box-shadow: 0 12px 32px -12px rgba(29, 78, 216, 0.35);
}

.day-tab--primary:not(.day-tab--locked) {
  border-color: #2563eb;
  background: linear-gradient(135deg, #eff6ff 0%, #fff 100%);
}

.day-tab--primary.day-tab--active {
  background: linear-gradient(135deg, #dbeafe 0%, #fff 60%);
  box-shadow: 0 0 0 3px rgba(37, 99, 235, 0.15), 0 12px 32px -12px rgba(29, 78, 216, 0.4);
}

.day-tab--locked {
  border-color: #e2e8f0;
  background: #f1f5f9;
  cursor: not-allowed;
  opacity: 0.85;
}

.day-tab--locked:hover {
  transform: none;
  box-shadow: none;
}

.day-tab__label {
  font-size: 1.125rem;
  font-weight: 800;
  letter-spacing: 0.02em;
  color: #1e3a8a;
  line-height: 1.2;
}

.day-tab--locked .day-tab__label {
  color: #64748b;
}

.day-tab__subtitle {
  font-size: 0.8125rem;
  font-weight: 500;
  line-height: 1.35;
  color: #3b82f6;
  max-width: 11rem;
}

.day-tab--locked .day-tab__subtitle {
  color: #94a3b8;
}

.day-tab__date {
  margin-top: 0.15rem;
  font-size: 0.75rem;
  font-weight: 600;
  color: #64748b;
}

.day-tab__lock {
  position: absolute;
  top: 1rem;
  right: 1rem;
  font-size: 1rem;
  opacity: 0.5;
}

#order-section {
  transition: opacity 0.7s ease, transform 0.7s ease;
}

#order-section.opacity-0 {
  opacity: 0;
  transform: translateY(1rem);
}

#order-section.opacity-100 {
  opacity: 1;
  transform: translateY(0);
}

.vimeo-wrap {
  position: relative;
  width: 100%;
  height: 100%;
  background: #172554;
}

.vimeo-wrap__iframe {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  pointer-events: none;
}

.vimeo-overlay {
  position: absolute;
  inset: 0;
  z-index: 2;
  display: flex;
  align-items: center;
  justify-content: center;
  background: rgba(15, 23, 42, 0.15);
  cursor: pointer;
}

.vimeo-overlay--playing {
  background: transparent;
}

.vimeo-overlay--playing .vimeo-playpause-btn {
  width: 3.5rem;
  height: 3.5rem;
  background: rgba(37, 99, 235, 0.92);
}

.vimeo-overlay--playing .vimeo-playpause-btn svg {
  width: 1.35rem;
  height: 1.35rem;
  margin-left: 0;
}

.vimeo-playpause-btn {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 4.5rem;
  height: 4.5rem;
  border: none;
  border-radius: 9999px;
  background: #2563eb;
  color: #fff;
  box-shadow: 0 8px 32px rgba(37, 99, 235, 0.45);
  cursor: pointer;
  transition: transform 0.15s ease, background 0.15s ease, box-shadow 0.15s ease;
}

.vimeo-playpause-btn svg {
  width: 1.75rem;
  height: 1.75rem;
  margin-left: 0.15rem;
}

.vimeo-playpause-btn:hover {
  background: #1d4ed8;
  transform: scale(1.05);
  box-shadow: 0 12px 36px rgba(29, 78, 216, 0.5);
}

.vimeo-end-overlay {
  position: absolute;
  inset: 0;
  z-index: 3;
  display: flex;
  align-items: center;
  justify-content: center;
  background: linear-gradient(180deg, rgba(23, 37, 84, 0.92) 0%, rgba(30, 58, 138, 0.96) 100%);
}

.vimeo-end-overlay__text {
  margin: 0;
  padding: 0 1.5rem;
  font-size: 1.25rem;
  font-weight: 700;
  letter-spacing: 0.01em;
  color: #fff;
  text-align: center;
}

.video-list-item {
  cursor: pointer;
}

#page-shell.page-shell--launch {
  max-width: 72rem;
}

@media (min-width: 1024px) {
  #page-shell.page-shell--launch {
    max-width: 80rem;
    padding-left: 2rem;
    padding-right: 2rem;
  }

  #page-shell.page-shell--launch #media-panel {
    border-radius: 1.25rem;
    box-shadow: 0 20px 50px -20px rgba(29, 78, 216, 0.25);
  }
}

#video-container {
  min-height: 0;
}

.launch-video-locked {
  position: absolute;
  inset: 0;
  overflow: hidden;
  background: #172554;
}

.launch-video-locked__thumb {
  position: absolute;
  inset: 0;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}

.launch-video-locked__overlay {
  position: absolute;
  inset: 0;
  z-index: 2;
  display: flex;
  align-items: center;
  justify-content: center;
  background: rgba(15, 23, 42, 0.4);
  padding: 1.5rem;
}

.video-countdown {
  width: 100%;
  max-width: 32rem;
  padding: 1.25rem 1.25rem 1rem;
  border-radius: 1rem;
  border: 2px solid rgba(191, 219, 254, 0.45);
  background: linear-gradient(135deg, rgba(239, 246, 255, 0.95) 0%, rgba(255, 255, 255, 0.97) 100%);
  box-shadow: 0 16px 48px rgba(0, 0, 0, 0.35);
  text-align: center;
}

.video-countdown__label {
  margin: 0 0 1rem;
  font-size: 0.6875rem;
  font-weight: 700;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  color: #1d4ed8;
}

.video-countdown__grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 0.625rem;
}

.video-countdown__cell {
  border-radius: 0.75rem;
  border: 1px solid #dbeafe;
  background: #fff;
  padding: 0.75rem 0.5rem;
  text-align: center;
  box-shadow: 0 4px 12px rgba(29, 78, 216, 0.12);
}

.video-countdown__value {
  display: block;
  font-size: 1.75rem;
  font-weight: 800;
  font-variant-numeric: tabular-nums;
  color: #1e3a8a;
  line-height: 1;
}

.video-countdown__unit {
  display: block;
  margin-top: 0.25rem;
  font-size: 0.625rem;
  font-weight: 700;
  letter-spacing: 0.07em;
  text-transform: uppercase;
  color: #64748b;
}

.video-countdown__share {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 0.5rem;
  margin-top: 1rem;
  padding: 0.625rem 1.25rem;
  border: none;
  border-radius: 0.75rem;
  background: #2563eb;
  font-size: 0.8125rem;
  font-weight: 600;
  color: #fff;
  cursor: pointer;
  transition: background 0.15s ease, transform 0.15s ease;
  box-shadow: 0 4px 14px rgba(37, 99, 235, 0.35);
}

.video-countdown__share svg {
  width: 1rem;
  height: 1rem;
}

.video-countdown__share:hover {
  background: #1d4ed8;
  transform: translateY(-1px);
}

@media (min-width: 640px) {
  .video-countdown {
    padding: 1.5rem 1.75rem 1.25rem;
  }

  .video-countdown__label {
    font-size: 0.8125rem;
  }

  .video-countdown__value {
    font-size: 2.25rem;
  }

  .video-countdown__cell {
    padding: 0.875rem 0.625rem;
  }
}

@media (prefers-reduced-motion: reduce) {
  .day-tab,
  #order-section {
    transition: none;
  }

  .day-tab:hover:not(.day-tab--locked) {
    transform: none;
  }
}
