.product,
.product.active {
  background: #fff;
}
/* Miniature Maestro windows use the same lightweight frame as the live demo. */
.concept-c .baton-mac-lid,
.pv-mac-lid {
  padding: 0;
  border: 1px solid #dce3e5;
  border-radius: 8px;
  background: #fff;
  box-shadow: 0 5px 14px rgba(26, 34, 31, 0.08);
  overflow: hidden;
}
.concept-c .baton-mac-lid:before,
.pv-mac-lid:before,
.concept-c .baton-mac-base,
.concept-c .baton-mac-shadow,
.pv-mac-base,
.pv-mac-shadow,
.concept-c .baton-mac-screen:after,
.pv-mac-screen:after,
.concept-c .baton-mac-chrome {
  display: none;
}
.concept-c .baton-mac-screen,
.pv-mac-screen {
  border-radius: 0;
  box-shadow: none;
}
.maestro-screen-loop:before {
  content: '';
  position: absolute;
  inset: 0 0 auto;
  height: 10px;
  z-index: 4;
  background: linear-gradient(90deg, #062d39 50%, #edf7fb 50%);
  animation: miniatureWindowTheme 16s step-end infinite;
}
.concept-c .baton-mac-lid:after,
.pv-mac-lid:after {
  content: '';
  position: absolute;
  top: 3px;
  left: 5px;
  width: 16px;
  height: 4px;
  z-index: 5;
  background:
    radial-gradient(circle at 2px 2px, #ff5f57 1.8px, transparent 2px),
    radial-gradient(circle at 8px 2px, #febc2e 1.8px, transparent 2px),
    radial-gradient(circle at 14px 2px, #28c840 1.8px, transparent 2px);
  pointer-events: none;
}
.maestro-screen-loop .maestro-loop-shot {
  top: 10px;
  height: calc(100% - 10px);
}

.maestro-screen-loop {
  container-type: inline-size;
}
.mini-mode-selection {
  display: flex;
}
.mini-mode {
  width: 50%;
  height: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  text-align: center;
  padding: 4%;
  color: #243432;
  background:
    radial-gradient(ellipse at 40% 10%, #cae9f5, transparent 65%),
    radial-gradient(ellipse at 80% 100%, #f4e4ae, transparent 70%), #faf9f6;
}
.mini-mode--developer {
  color: #eaf7f6;
  background:
    radial-gradient(ellipse at 60% 5%, #239ba4, transparent 70%),
    radial-gradient(ellipse at 10% 100%, #075169, transparent 65%), #031a23;
}
.mini-mode > img {
  width: 50%;
  margin-bottom: 7%;
}
.mini-mode small {
  font:
    600 1.15cqw 'DM Sans',
    sans-serif;
  letter-spacing: 0.1em;
  color: #3ba0c4;
}
.mini-mode--developer small {
  color: #36e2dc;
}
.mini-mode > b {
  font:
    500 4.2cqw/1.2 'Playfair Display',
    serif;
  white-space: nowrap;
  margin: 5% 0 3%;
}
.mini-mode p {
  font:
    400 1.6cqw/1.5 'DM Sans',
    sans-serif;
  margin: 0;
  opacity: 0.75;
}
.mini-mode-metrics {
  display: flex;
  gap: 5%;
  width: 100%;
  margin: 8% 0;
}
.mini-mode-metrics span {
  flex: 1;
  padding: 7% 0;
  border: 1px solid #dde5e4;
  border-radius: 4px;
  background: #ffffffaa;
  font:
    400 1.1cqw 'DM Sans',
    sans-serif;
}
.mini-mode-metrics strong {
  display: block;
  margin-top: 8%;
  font:
    600 2.6cqw 'Playfair Display',
    serif;
}
.mini-mode--developer .mini-mode-metrics span {
  background: #062d39aa;
  border-color: #17606b;
}
.mini-mode em {
  padding: 4% 7%;
  border: 1px solid #dde5e4;
  border-radius: 4px;
  background: #fff;
  font:
    600 1.6cqw 'DM Sans',
    sans-serif;
  font-style: normal;
}
.mini-mode--developer em {
  background: #06333e;
  border-color: #23717b;
}
.mini-mode-bridge {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  width: 8%;
  aspect-ratio: 1;
  display: grid;
  place-items: center;
  border-radius: 50%;
  background: white;
  box-shadow: 0 0 0 3px #ffffff25;
}
.mini-mode-bridge img {
  width: 60%;
}

@keyframes miniatureWindowTheme {
  0%,
  50%,
  100% {
    background: linear-gradient(90deg, #062d39 50%, #edf7fb 50%);
  }
  18.75% {
    background: #edf3f4;
  }
  68.75% {
    background: #071f29;
  }
}
.showcase.paused .maestro-screen-loop:before {
  animation-play-state: paused;
}
@media (prefers-reduced-motion: reduce) {
  .maestro-screen-loop:before {
    animation: none;
  }
}

.home-i-1 {
  --progress: 94%;
}
.home-i-2 {
  --progress: 87%;
}
.home-i-3 {
  --progress: 72%;
}
.home-pv-stat-4 {
  font-size: 28px;
}
.home-pv-stat-lbl-5 {
  text-transform: none;
}
.home-pv-node-6 {
  left: calc(50% - 48px);
  top: 42px;
}
.home-pv-node-7 {
  left: calc(50% + 48px);
  top: 50px;
}
.home-pv-node-8 {
  left: calc(50% - 6px);
  top: 88px;
}
.product-select {
  display: inline;
  padding: 0;
  border: 0;
  background: transparent;
  color: inherit;
  font: inherit;
  text-align: inherit;
  cursor: pointer;
}
.product-select:focus-visible,
.product-link:focus-visible,
.play-control:focus-visible {
  outline: 2px solid #3ba0c4;
  outline-offset: 4px;
}
.animations-paused *,
.animations-paused *::before,
.animations-paused *::after {
  animation-play-state: paused !important;
}
@media (prefers-reduced-motion: reduce) {
  .pv-network-packet {
    display: none;
  }
}

/* Fit the product names inside the existing card widths. */
.product {
  container-type: inline-size;
}
.product h2 {
  font-size: clamp(16px, 10.5cqi, 24px);
  white-space: nowrap;
}
