:root {
  color-scheme: dark;
}

* {
  box-sizing: border-box;
  letter-spacing: 0 !important;
}

body {
  font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  background: #000;
  padding-top: calc(3.6rem + env(safe-area-inset-top));
}

.deferred-section {
  content-visibility: auto;
  contain-intrinsic-size: auto 720px;
}

.site-header {
  border-bottom: 1px solid rgba(255, 255, 255, 0.12);
  background: #050505;
}

.site-header-inner {
  display: flex;
  width: 100%;
  max-width: 80rem;
  min-height: 4rem;
  align-items: center;
  justify-content: space-between;
  gap: 1rem;
  margin-inline: auto;
  padding: 1rem;
}

.site-header-logo {
  display: block;
  width: auto;
  height: 2rem;
  animation: header-logo-shine 6s ease-in-out infinite;
}

@keyframes header-logo-shine {
  0%,
  68%,
  100% {
    filter: brightness(1) drop-shadow(0 0 0 rgba(255, 255, 255, 0));
    opacity: 0.92;
  }
  78% {
    filter: brightness(1.08) drop-shadow(0 0 6px rgba(255, 255, 255, 0.55));
    opacity: 1;
  }
  84% {
    filter: brightness(1.16) drop-shadow(0 0 14px rgba(255, 255, 255, 0.78));
    opacity: 1;
  }
  92% {
    filter: brightness(1.05) drop-shadow(0 0 5px rgba(255, 255, 255, 0.42));
    opacity: 0.98;
  }
}

.site-header-link {
  padding-block: 0.4rem;
  border-bottom: 1px solid transparent;
  color: rgba(255, 255, 255, 0.72);
  font-size: 0.68rem;
  font-weight: 900;
  line-height: 1;
  text-decoration: none;
  text-transform: uppercase;
  transition: border-color 180ms ease, color 180ms ease;
}

.site-header-link:hover {
  border-color: #fff;
  color: #fff;
}

.site-header-link:focus-visible {
  outline: 2px solid #fff;
  outline-offset: 4px;
}

#hero {
  min-height: calc(100svh - 7.6rem);
}

#hero,
#kits,
#buy {
  scroll-margin-top: calc(4.25rem + env(safe-area-inset-top));
}

@media (min-width: 1280px) {
  .site-header-logo {
    height: 2.5rem;
  }
}

::selection {
  background: #fff;
  color: #000;
}

.offer-timer-bar {
  position: fixed;
  z-index: 45;
  top: 0;
  right: 0;
  left: 0;
  overflow: hidden;
  padding-top: env(safe-area-inset-top);
  border-bottom: 1px solid rgba(255, 255, 255, 0.42);
  background: #030303;
  box-shadow: 0 0 22px rgba(255, 255, 255, 0.14);
}

.offer-timer-bar::after {
  position: absolute;
  right: 0;
  bottom: 0;
  left: 0;
  height: 1px;
  background: #fff;
  box-shadow: 0 0 12px rgba(255, 255, 255, 0.72);
  content: "";
  opacity: 0.5;
}

.offer-timer-inner {
  display: flex;
  width: 100%;
  max-width: 80rem;
  min-height: 3.6rem;
  flex-direction: row;
  align-items: center;
  justify-content: center;
  gap: 0.75rem;
  margin-inline: auto;
  padding: 0.5rem 1rem;
  text-align: center;
}

.offer-timer-status {
  flex: 0 0 auto;
  padding: 0.38rem 0.5rem;
  border: 1px solid #fff;
  border-radius: 2px;
  background: #fff;
  box-shadow: 0 0 16px rgba(255, 255, 255, 0.16);
  color: #000;
  font-size: 0.62rem;
  font-weight: 900;
  line-height: 1;
  text-transform: uppercase;
}

.offer-countdown {
  display: grid;
  width: auto;
  overflow: hidden;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  border: 1px solid rgba(255, 255, 255, 0.24);
  border-radius: 3px;
  background: #000;
  box-shadow: inset 0 0 12px rgba(255, 255, 255, 0.05);
}

.offer-countdown span {
  display: grid;
  min-width: 2.55rem;
  place-items: center;
  padding: 0.3rem 0.25rem;
}

.offer-countdown span + span {
  border-left: 1px solid rgba(255, 255, 255, 0.22);
}

.offer-countdown strong {
  font-variant-numeric: tabular-nums;
  font-size: 1rem;
  line-height: 1;
  text-shadow: 0 0 8px rgba(255, 255, 255, 0.42), 0 0 20px rgba(255, 255, 255, 0.18);
}

.offer-countdown small {
  margin-top: 0.2rem;
  color: rgba(255, 255, 255, 0.5);
  font-size: 0.45rem;
  font-weight: 800;
  line-height: 1;
  text-transform: uppercase;
}

.offer-timer-bar.is-expired .offer-timer-status {
  text-shadow: 0 0 12px rgba(255, 255, 255, 0.22);
}

@media (min-width: 640px) {
  .offer-countdown span {
    min-width: 3.25rem;
  }
}

.bundle-title {
  font-size: 2rem;
  text-shadow: 0 0 10px rgba(255, 255, 255, 0.06);
}

.bundle-title span {
  max-width: 100%;
  white-space: nowrap;
}

@media (max-width: 339px) {
  .bundle-title {
    font-size: 1.875rem;
  }
}

.hero-art-stage,
.offer-art-stage {
  position: relative;
  margin-block: 0;
  padding: 1rem;
}

.hero-art-stage {
  padding-top: 0;
  animation: hero-art-drift 5.8s ease-in-out infinite;
}

@keyframes hero-art-drift {
  0%,
  100% {
    transform: translate3d(0, 2px, 0) rotate(-0.2deg);
  }

  50% {
    transform: translate3d(0, -10px, 0) rotate(0.45deg);
  }
}

.hero-product-art,
.offer-product-art {
  display: block;
  border: 1px solid rgba(255, 255, 255, 0.22);
  background: #050505;
  box-shadow: 0 0 28px rgba(255, 255, 255, 0.09), 0 22px 55px rgba(0, 0, 0, 0.72);
  transition: transform 220ms ease, box-shadow 220ms ease;
}

.hero-product-art {
  transform: rotate(-1.25deg);
}

.offer-product-art {
  transform: rotate(0.75deg);
}

.hero-art-badge {
  position: absolute;
  right: 0.35rem;
  bottom: 0.35rem;
  display: flex;
  min-width: 4.8rem;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  padding: 0.65rem 0.9rem;
  border: 1px solid #000;
  background: #fff;
  box-shadow: 3px 3px 0 rgba(255, 255, 255, 0.28);
  color: #000;
  text-transform: uppercase;
}

.hero-art-badge strong {
  font-size: 1.45rem;
  line-height: 1;
}

.hero-art-badge span {
  margin-top: 0.2rem;
  font-size: 0.62rem;
  font-weight: 900;
  line-height: 1;
}

@media (min-width: 375px) {
  .bundle-title {
    font-size: 2.25rem;
  }
}

@media (min-width: 480px) {
  .bundle-title {
    font-size: 2.5rem;
  }
}

@media (min-width: 560px) {
  .bundle-title {
    font-size: 2.75rem;
  }
}

@media (min-width: 640px) {
  .bundle-title {
    font-size: 3.25rem;
  }
}

@media (min-width: 900px) {
  .bundle-title {
    font-size: 3.75rem;
  }
}

@media (min-width: 1280px) {
  .bundle-title {
    font-size: 4.5rem;
  }

  .hero-art-stage {
    padding-top: 1rem;
  }
}

@media (hover: hover) and (pointer: fine) {
  .hero-art-stage:hover .hero-product-art,
  .offer-art-stage:hover .offer-product-art {
    box-shadow: 0 0 38px rgba(255, 255, 255, 0.14), 0 28px 65px rgba(0, 0, 0, 0.82);
    transform: rotate(0deg) translateY(-3px);
  }
}

.offer-price {
  font-size: 3.75rem;
  text-shadow: 0 0 8px rgba(255, 255, 255, 0.48), 0 0 26px rgba(255, 255, 255, 0.24);
}

.price-value {
  font-size: 0.9rem;
}

.price-value del {
  margin-left: 0.4rem;
  color: rgba(255, 255, 255, 0.84);
  font-size: 1.05rem;
  text-decoration-color: rgba(255, 255, 255, 0.9);
  text-decoration-thickness: 2px;
}

.hero-selling-points {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  overflow: hidden;
  border: 1px solid rgba(255, 255, 255, 0.32);
  background: #030303;
  box-shadow: 0 0 24px rgba(255, 255, 255, 0.1);
}

.hero-selling-points span {
  display: grid;
  min-height: 4.5rem;
  place-items: center;
  padding: 1rem;
  font-size: 0.8rem;
  font-weight: 900;
  line-height: 1.25;
  text-transform: uppercase;
}

.hero-selling-points span + span {
  border-left: 1px solid rgba(255, 255, 255, 0.2);
}

.hero-selling-points strong {
  font: inherit;
}

.hero-selling-points small {
  margin-top: 0.35rem;
  color: rgba(255, 255, 255, 0.55);
  font-size: 0.58rem;
  font-weight: 800;
  line-height: 1.2;
}

.stats-grid {
  grid-template-columns: repeat(3, minmax(0, 1fr));
}

.stats-grid .stat-item {
  display: flex;
  min-width: 0;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  padding: 1rem 0.25rem;
}

.stat-item .stat-number {
  font-size: 1.9rem;
  line-height: 1;
  text-shadow: 0 0 8px rgba(255, 255, 255, 0.36), 0 0 22px rgba(255, 255, 255, 0.16);
}

.stat-item .stat-label {
  margin-top: 0.45rem;
  font-size: 0.62rem;
  line-height: 1.15;
}

.bundle-details-grid {
  grid-template-columns: 1fr;
}

.bundle-details-grid .bundle-detail-card {
  display: flex;
  height: 100%;
  flex-direction: column;
  justify-content: flex-start;
  padding: 1rem;
}

.bundle-detail-card .bundle-detail-copy {
  margin-top: 0.5rem;
  line-height: 1.5;
}

@media (min-width: 375px) {
  .stat-item .stat-number {
    font-size: 2.2rem;
  }
}

@media (min-width: 640px) {
  .stat-item .stat-number {
    font-size: 3rem;
  }

  .stat-item .stat-label {
    font-size: 0.75rem;
  }

  .bundle-details-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    grid-auto-rows: 1fr;
  }
}

@media (min-width: 1280px) {
  .stat-item .stat-number {
    font-size: 3.75rem;
  }

  .bundle-details-grid {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }
}

@media (max-width: 374px) {
  .hero-selling-points {
    grid-template-columns: 1fr;
  }

  .hero-selling-points span + span {
    border-top: 1px solid rgba(255, 255, 255, 0.2);
    border-left: 0;
  }
}

@media (min-width: 640px) {
  .offer-price {
    font-size: 4.5rem;
  }

  .hero-selling-points span {
    font-size: 0.9rem;
  }
}

@media (min-width: 1280px) {
  .offer-price {
    font-size: 5.25rem;
  }
}

.buy-button {
  position: relative;
  isolation: isolate;
  display: inline-flex;
  min-height: 3.5rem;
  overflow: visible;
  align-items: center;
  justify-content: center;
  gap: 0.65rem;
  padding: 0.55rem 0.55rem 0.55rem 1rem;
  border: 1px solid #fff;
  border-radius: 999px;
  background: #fff;
  box-shadow: 3px 3px 0 rgba(255, 255, 255, 0.3), 0 0 24px rgba(255, 255, 255, 0.16), 0 12px 30px rgba(255, 255, 255, 0.12);
  color: #000;
  text-decoration: none;
  transition: opacity 220ms ease, transform 180ms ease, box-shadow 180ms ease;
}

.buy-button:hover {
  transform: translate(-2px, -2px);
  box-shadow: 5px 5px 0 rgba(255, 255, 255, 0.4), 0 0 34px rgba(255, 255, 255, 0.24), 0 16px 36px rgba(255, 255, 255, 0.18);
}

.buy-button:active {
  transform: translate(1px, 1px);
  box-shadow: 1px 1px 0 rgba(255, 255, 255, 0.34), 0 8px 20px rgba(255, 255, 255, 0.1);
}

.buy-button:focus-visible {
  outline: 2px solid #fff;
  outline-offset: 4px;
}

.buy-button-icon {
  display: grid;
  width: 2.15rem;
  height: 2.15rem;
  flex: 0 0 auto;
  place-items: center;
  border-radius: 999px;
  background: #000;
  color: #fff;
  font-size: 1.15rem;
  line-height: 1;
  transition: transform 180ms ease;
}

.buy-button:hover .buy-button-icon {
  transform: translateX(2px);
}

.buy-button > span:not(.logo-burst-layer) {
  position: relative;
  z-index: 4;
}

.logo-burst-layer {
  position: absolute;
  z-index: 3;
  inset: 0;
  overflow: visible;
  opacity: 1;
  pointer-events: none;
  transition: opacity 160ms ease;
}

.logo-burst-layer.is-stopping {
  opacity: 0;
}

.logo-burst-particle {
  position: absolute;
  top: 50%;
  left: 50%;
  width: var(--particle-size);
  aspect-ratio: 1000 / 395;
  background: url("images/logo.png") center / contain no-repeat;
  filter: drop-shadow(0 2px 2px #000) drop-shadow(0 0 9px rgba(255, 255, 255, 0.5));
  opacity: 0;
  will-change: transform, opacity;
  animation-name: logo-shower;
  animation-timing-function: cubic-bezier(0.22, 0.64, 0.28, 1);
  animation-iteration-count: infinite;
}

@keyframes logo-shower {
  0% {
    opacity: 0;
    transform: translateX(calc(-50% + var(--start-x))) translateY(4px) rotate(0deg) scale(0.68);
  }

  10% {
    opacity: 1;
  }

  38% {
    opacity: 1;
    transform: translateX(calc(-50% + var(--mid-x))) translateY(var(--mid-y)) rotate(var(--mid-spin)) scale(1);
  }

  76% {
    opacity: 0.96;
  }

  100% {
    opacity: 0;
    transform: translateX(calc(-50% + var(--end-x))) translateY(var(--end-y)) rotate(var(--spin)) scale(0.86);
  }
}

.buy-button--wide {
  min-width: 13.5rem;
}

.buy-button--compact {
  min-height: 3rem;
  gap: 0.5rem;
  padding: 0.4rem 0.4rem 0.4rem 0.85rem;
}

.buy-button--compact .buy-button-icon {
  width: 1.8rem;
  height: 1.8rem;
  font-size: 0.95rem;
}

.buy-button > span:first-child {
  white-space: nowrap;
}

#stickyCta {
  top: calc(4.5rem + env(safe-area-inset-top));
  opacity: 0;
  pointer-events: none;
}

#stickyCta.opacity-100 {
  opacity: 1;
  pointer-events: auto;
}

#waveform {
  position: relative;
  z-index: 1;
  touch-action: pan-y;
}

#waveform wave {
  overflow: hidden !important;
}

#waveform ::part(progress) {
  filter: brightness(0) invert(0.92) !important;
  opacity: 1 !important;
}

#waveform ::part(cursor) {
  background: #fff !important;
  opacity: 1 !important;
}

.audio-player-shell {
  overflow: hidden;
  border-color: rgba(255, 255, 255, 0.28);
  border-radius: 6px;
  background: #030303;
  box-shadow: 3px 3px 0 rgba(255, 255, 255, 0.1), 0 20px 55px rgba(0, 0, 0, 0.58);
}

.audio-deck-header {
  display: flex;
  min-height: 4rem;
  align-items: center;
  justify-content: space-between;
  gap: 1rem;
  padding: 0.75rem 1rem;
  border-bottom: 1px solid rgba(255, 255, 255, 0.16);
  background: #050505;
}

.audio-track-id {
  display: grid;
  min-width: 0;
  gap: 0.3rem;
  text-align: left;
}

.audio-track-id span {
  color: rgba(255, 255, 255, 0.42);
  font-size: 0.55rem;
  font-weight: 900;
  line-height: 1;
  text-transform: uppercase;
}

.audio-track-id strong {
  overflow: hidden;
  font-size: 0.75rem;
  line-height: 1.2;
  text-overflow: ellipsis;
  text-transform: uppercase;
  white-space: nowrap;
}

.audio-timecode {
  display: flex;
  flex: 0 0 auto;
  gap: 0.35rem;
  color: rgba(255, 255, 255, 0.82);
  font-family: ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, monospace;
  font-size: 0.72rem;
  font-variant-numeric: tabular-nums;
  font-weight: 800;
  line-height: 1;
  white-space: nowrap;
}

.audio-timecode span:nth-child(2) {
  color: rgba(255, 255, 255, 0.28);
}

.audio-wave-window {
  position: relative;
  padding: 1rem;
  border-bottom: 1px solid rgba(255, 255, 255, 0.16);
  background: #000;
  box-shadow: inset 0 0 28px rgba(255, 255, 255, 0.035);
}

.audio-wave-window::before,
.audio-wave-window::after {
  position: absolute;
  right: 1rem;
  left: 1rem;
  z-index: 2;
  height: 4px;
  background: repeating-linear-gradient(90deg, rgba(255, 255, 255, 0.42) 0 1px, transparent 1px 12px);
  content: "";
  opacity: 0.42;
  pointer-events: none;
}

.audio-wave-window::before {
  top: 0.45rem;
}

.audio-wave-window::after {
  bottom: 0.45rem;
}

.audio-player-footer {
  display: grid;
  grid-template-columns: auto minmax(0, 1fr);
  align-items: center;
  gap: 0.75rem;
  padding: 1rem;
  background: #050505;
}

.audio-transport-button {
  display: inline-grid;
  min-height: 3rem;
  grid-template-columns: 0.9rem auto;
  align-items: center;
  justify-content: center;
  gap: 0.65rem;
  padding: 0.65rem 0.9rem;
  border: 1px solid #fff;
  border-radius: 999px;
  background: #fff;
  color: #000;
  font-size: 0.68rem;
  font-weight: 900;
  line-height: 1;
  text-transform: uppercase;
  transition: background 180ms ease, color 180ms ease, transform 180ms ease;
  white-space: nowrap;
}

.audio-transport-button:hover {
  background: #090909;
  color: #fff;
  transform: translateY(0);
}

.audio-transport-button:active {
  transform: translateY(1px);
}

.audio-transport-button:focus-visible {
  outline: 2px solid #fff;
  outline-offset: 3px;
}

.audio-transport-icon {
  position: relative;
  display: block;
  width: 0.9rem;
  height: 0.9rem;
}

.audio-transport-icon::before {
  position: absolute;
  top: 50%;
  left: 54%;
  width: 0;
  height: 0;
  border-top: 0.38rem solid transparent;
  border-bottom: 0.38rem solid transparent;
  border-left: 0.58rem solid currentColor;
  content: "";
  transform: translate(-50%, -50%);
}

.audio-player-shell.is-playing .audio-transport-icon::before {
  width: 0.18rem;
  height: 0.75rem;
  border: 0;
  background: currentColor;
  box-shadow: 0.34rem 0 0 currentColor;
}

.audio-signal-panel {
  display: grid;
  min-width: 0;
  gap: 0.4rem;
}

#audioStatus {
  overflow: hidden;
  color: rgba(255, 255, 255, 0.46);
  font-size: 0.55rem;
  font-weight: 900;
  line-height: 1;
  text-align: right;
  text-overflow: ellipsis;
  text-transform: uppercase;
  white-space: nowrap;
}

.signal-meter {
  display: grid;
  width: 100%;
  gap: 0.24rem;
}

.signal-meter span {
  display: grid;
  min-width: 0;
  grid-template-columns: 0.55rem minmax(0, 1fr);
  align-items: center;
  gap: 0.35rem;
}

.signal-meter b {
  color: rgba(255, 255, 255, 0.38);
  font-size: 0.48rem;
  line-height: 1;
  text-align: center;
}

.signal-meter i {
  position: relative;
  height: 3px;
  overflow: hidden;
  background: rgba(255, 255, 255, 0.12);
}

.signal-meter i::after {
  position: absolute;
  inset: 0;
  background: #fff;
  content: "";
  transform: scaleX(0.12);
  transform-origin: left center;
}

.audio-player-shell.is-playing .signal-meter span:first-child i::after {
  animation: signal-left 720ms steps(5, end) infinite;
}

.audio-player-shell.is-playing .signal-meter span:last-child i::after {
  animation: signal-right 610ms steps(5, end) infinite;
}

@keyframes signal-left {
  0%,
  100% { transform: scaleX(0.18); }
  24% { transform: scaleX(0.74); }
  48% { transform: scaleX(0.42); }
  72% { transform: scaleX(0.9); }
}

@keyframes signal-right {
  0%,
  100% { transform: scaleX(0.3); }
  30% { transform: scaleX(0.88); }
  56% { transform: scaleX(0.5); }
  80% { transform: scaleX(0.7); }
}

.volume-control-row {
  display: none;
  min-height: 3rem;
  grid-column: 1 / -1;
  grid-template-columns: auto minmax(0, 1fr);
  align-items: center;
  gap: 1rem;
  padding: 0.7rem 1rem;
  border: 1px solid rgba(255, 255, 255, 0.18);
  border-radius: 4px;
  background: #020202;
}

.volume-control-row span {
  color: rgba(255, 255, 255, 0.52);
  font-size: 0.65rem;
  font-weight: 900;
  line-height: 1;
  text-transform: uppercase;
}

@media (min-width: 1280px) {
  .audio-player-footer {
    grid-template-columns: auto minmax(8rem, 1fr) minmax(12rem, 16rem);
  }

  .audio-signal-panel {
    max-width: 14rem;
    justify-self: end;
  }

  .volume-control-row {
    display: grid;
    grid-column: auto;
  }
}

.waveform-placeholder {
  background: repeating-linear-gradient(
    90deg,
    rgba(255, 255, 255, 0.22) 0 2px,
    transparent 2px 6px
  );
  mask-image: linear-gradient(to bottom, transparent 8%, #000 50%, transparent 92%);
  opacity: 0.65;
}

.volume-slider {
  width: 100%;
  height: 1.5rem;
  cursor: pointer;
  appearance: none;
  background: transparent;
  accent-color: #fff;
  touch-action: pan-x;
}

.volume-slider::-webkit-slider-runnable-track {
  height: 2px;
  background: rgba(255, 255, 255, 0.32);
}

.volume-slider::-moz-range-track {
  height: 2px;
  background: rgba(255, 255, 255, 0.32);
}

.volume-slider::-webkit-slider-thumb {
  width: 14px;
  height: 14px;
  margin-top: -6px;
  appearance: none;
  border: 1px solid #fff;
  border-radius: 999px;
  background: #fff;
}

.volume-slider::-moz-range-thumb {
  width: 14px;
  height: 14px;
  border: 1px solid #fff;
  border-radius: 999px;
  background: #fff;
}

.volume-slider:focus-visible {
  outline: 1px solid #fff;
  outline-offset: 3px;
}

.kit-card {
  position: relative;
  display: flex;
  flex-direction: column;
  overflow: hidden;
  border: 1px solid rgba(255, 255, 255, 0.18);
  background: #050505;
  box-shadow: 2px 2px 0 rgba(255, 255, 255, 0.12);
  text-align: center;
  cursor: zoom-in;
  contain: layout;
  transition: transform 180ms ease, border-color 180ms ease, box-shadow 180ms ease;
}

.kit-card:focus-visible {
  border-color: #fff;
  outline: 2px solid #fff;
  outline-offset: 3px;
  box-shadow: 4px 4px 0 rgba(255, 255, 255, 0.3);
}

.cassette-case {
  position: relative;
  width: calc(100% - 1rem);
  margin: 0.5rem 0.5rem 0;
  overflow: hidden;
  padding: 0.38rem 0.42rem 0.38rem 0.72rem;
  border: 1px solid rgba(255, 255, 255, 0.42);
  background: #0a0a0a;
  box-shadow: inset 3px 0 0 rgba(255, 255, 255, 0.08), inset 0 0 0 2px #010101, 2px 2px 0 rgba(255, 255, 255, 0.12);
  transition: border-color 180ms ease, box-shadow 180ms ease;
}

.cassette-case::before {
  position: absolute;
  top: 0.35rem;
  bottom: 0.35rem;
  left: 0.25rem;
  width: 0.22rem;
  border-right: 1px solid rgba(255, 255, 255, 0.3);
  border-left: 1px solid rgba(255, 255, 255, 0.12);
  background: #020202;
  content: "";
}

.cassette-case::after {
  position: absolute;
  top: 50%;
  left: 0.19rem;
  width: 0.34rem;
  height: 2.4rem;
  border-top: 1px solid rgba(255, 255, 255, 0.35);
  border-bottom: 1px solid rgba(255, 255, 255, 0.35);
  content: "";
  transform: translateY(-50%);
}

.cassette-case img {
  display: block;
  flex: 0 0 auto;
  aspect-ratio: 1 / 1;
  width: 100%;
  border: 1px solid rgba(255, 255, 255, 0.2);
  object-fit: cover;
  transition: transform 220ms ease, filter 220ms ease;
}

@media (min-width: 900px) and (hover: hover) and (pointer: fine) {
  #kitGrid {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 1rem;
  }

  .kit-card {
    flex: 0 0 16rem;
    max-width: 16rem;
  }
}

.kit-card-title {
  display: flex;
  flex: 1;
  width: 100%;
  min-height: 4.6rem;
  align-items: center;
  justify-content: center;
  padding: 1rem;
  font-size: 0.72rem;
  font-weight: 900;
  line-height: 1.2;
  letter-spacing: 0;
  text-transform: uppercase;
}

.testimonial-gallery {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}

.testimonial-shot-button {
  position: relative;
  display: flex;
  width: 100%;
  max-width: 21.5rem;
  min-height: 8rem;
  align-items: center;
  justify-content: center;
  overflow: hidden;
  border: 1px solid rgba(255, 255, 255, 0.2);
  background: #050505;
  box-shadow: 2px 2px 0 rgba(255, 255, 255, 0.12);
  cursor: zoom-in;
  contain: layout;
  transition: transform 180ms ease, border-color 180ms ease, box-shadow 180ms ease;
}

.testimonial-shot-button:focus-visible {
  border-color: #fff;
  outline: 2px solid #fff;
  outline-offset: 3px;
  box-shadow: 4px 4px 0 rgba(255, 255, 255, 0.3);
}

.testimonial-shot {
  display: block;
  width: auto;
  max-width: 100%;
  height: auto;
  max-height: 10rem;
  object-fit: contain;
  transition: transform 220ms ease, filter 220ms ease;
}

@media (hover: hover) and (pointer: fine) {
  .kit-card:hover,
  .testimonial-shot-button:hover {
    border-color: rgba(255, 255, 255, 0.72);
    box-shadow: 6px 6px 0 rgba(255, 255, 255, 0.24), 0 0 24px rgba(255, 255, 255, 0.12), 0 20px 42px rgba(0, 0, 0, 0.68);
    transform: translate(-4px, -4px) rotate(-0.45deg);
  }

  .kit-card:nth-child(even):hover,
  .testimonial-shot-button:nth-child(even):hover {
    transform: translate(-4px, -4px) rotate(0.45deg);
  }

  .kit-card:hover .cassette-case {
    border-color: rgba(255, 255, 255, 0.74);
    box-shadow: inset 3px 0 0 rgba(255, 255, 255, 0.12), inset 0 0 0 2px #010101, 3px 3px 0 rgba(255, 255, 255, 0.18);
  }

  .kit-card:hover img,
  .testimonial-shot-button:hover .testimonial-shot {
    filter: contrast(1.04);
    transform: scale(1.045);
  }
}

@media (hover: none) {
  .kit-card:active,
  .testimonial-shot-button:active {
    border-color: rgba(255, 255, 255, 0.65);
    box-shadow: 1px 1px 0 rgba(255, 255, 255, 0.18);
    transform: translate(1px, 1px) scale(0.985);
  }

  .kit-card:active img,
  .testimonial-shot-button:active .testimonial-shot {
    transform: scale(1.025);
  }
}

#testimonialLightbox.is-visible {
  display: flex;
}

#testimonialLightbox.is-active {
  opacity: 1;
}

#testimonialLightboxPanel {
  width: min(84vw, 32rem);
  max-width: 32rem;
  max-height: 64vh;
  box-shadow: 0 24px 90px rgba(0, 0, 0, 0.72);
}

#testimonialLightboxImage {
  display: block;
  width: auto;
  max-width: 100%;
  height: auto;
  max-height: calc(64vh - 2rem);
  object-fit: contain;
}

@media (min-width: 900px) and (hover: hover) and (pointer: fine) {
  .testimonial-gallery {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    align-items: stretch;
    justify-content: center;
    width: 100%;
    max-width: 80rem;
    margin-inline: auto;
  }

  .testimonial-shot-button {
    flex: 0 1 21.5rem;
    width: 21.5rem;
    max-width: 21.5rem;
    min-height: 17rem;
  }

  .testimonial-shot {
    max-height: 11rem;
  }

  #testimonialLightboxPanel {
    width: min(88vw, 36rem);
    max-width: 36rem;
    max-height: 72vh;
  }

  #testimonialLightboxImage {
    max-height: calc(72vh - 2rem);
  }
}

.popup-close-button {
  display: grid;
  width: 2.25rem;
  height: 2.25rem;
  place-items: center;
  padding: 0;
  border: 1px solid rgba(255, 255, 255, 0.9);
  border-radius: 50%;
  background: #000;
  box-shadow: 0 0 12px rgba(0, 0, 0, 0.78);
  color: #fff;
  cursor: pointer;
  transition: background 160ms ease, color 160ms ease, transform 160ms ease;
}

.popup-close-button span {
  display: flex;
  width: 100%;
  height: 100%;
  align-items: center;
  justify-content: center;
  font-family: Arial, sans-serif;
  font-size: 1.45rem;
  font-weight: 300;
  line-height: 1;
  transform: translateY(0);
}

.popup-close-button:hover {
  background: #fff;
  color: #000;
}

.popup-close-button:focus-visible {
  outline: none;
  box-shadow: 0 0 16px rgba(255, 255, 255, 0.28);
}

.lightbox-open {
  overflow: hidden;
}

#lightbox.is-visible {
  display: flex;
}

#lightbox.is-active {
  opacity: 1;
}

@media (max-width: 520px) {
  .kit-card-title {
    min-height: 4.2rem;
    font-size: 0.66rem;
  }
}

#lightboxPanel {
  isolation: isolate;
  padding: 0.35rem;
  border-color: rgba(255, 255, 255, 0.52);
  background: #070707;
  box-shadow: inset 0 0 0 2px #000, 4px 4px 0 rgba(255, 255, 255, 0.16), 0 24px 90px rgba(0, 0, 0, 0.72);
  transform: translateY(8px) rotate(-0.35deg) scale(0.985);
  transition: transform 220ms ease, box-shadow 220ms ease;
}

#lightboxPanel::before {
  position: absolute;
  z-index: 3;
  top: 0.65rem;
  bottom: 0.65rem;
  left: 0.2rem;
  width: 0.28rem;
  border-right: 1px solid rgba(255, 255, 255, 0.32);
  border-left: 1px solid rgba(255, 255, 255, 0.14);
  background: #020202;
  content: "";
  pointer-events: none;
}

#lightboxPanel::after {
  position: absolute;
  z-index: 2;
  inset: 0.22rem;
  border: 1px solid rgba(255, 255, 255, 0.12);
  content: "";
  pointer-events: none;
}

#lightbox.is-active #lightboxPanel {
  box-shadow: inset 0 0 0 2px #000, 4px 4px 0 rgba(255, 255, 255, 0.2), 0 28px 100px rgba(0, 0, 0, 0.78);
  transform: translateY(0) rotate(0) scale(1);
}

.lightbox-cassette-cover {
  position: relative;
  z-index: 1;
  display: flex;
  min-width: 0;
  align-items: center;
  justify-content: center;
  padding: 0.42rem 0.42rem 0.42rem 0.72rem;
  border: 1px solid rgba(255, 255, 255, 0.38);
  background: #030303;
  box-shadow: inset 3px 0 0 rgba(255, 255, 255, 0.08), inset 0 0 0 2px #000;
}

.lightbox-cassette-cover::before {
  position: absolute;
  top: 0.45rem;
  bottom: 0.45rem;
  left: 0.28rem;
  width: 0.24rem;
  border-right: 1px solid rgba(255, 255, 255, 0.36);
  border-left: 1px solid rgba(255, 255, 255, 0.12);
  background: #000;
  content: "";
}

.lightbox-cassette-cover::after {
  position: absolute;
  top: 50%;
  right: 0.2rem;
  width: 0.3rem;
  height: 2.8rem;
  border-top: 1px solid rgba(255, 255, 255, 0.34);
  border-bottom: 1px solid rgba(255, 255, 255, 0.34);
  content: "";
  transform: translateY(-50%);
}

.lightbox-title-slot {
  display: grid;
  height: 5.5rem;
  place-items: center;
  margin-top: 0.65rem;
}

.lightbox-title-navigation {
  display: grid;
  grid-template-columns: 2.4rem minmax(4.5rem, 1fr) 2.4rem;
  align-items: center;
  width: min(100%, 12rem);
  height: 2.4rem;
  gap: 0.65rem;
  margin: 0.15rem auto 0;
}

.lightbox-nav-button {
  position: relative;
  z-index: 6;
  display: grid;
  width: 2.4rem;
  height: 2.4rem;
  place-items: center;
  border: 1px solid rgba(255, 255, 255, 0.82);
  border-radius: 999px;
  background: #000;
  box-shadow: 0 0 12px rgba(0, 0, 0, 0.78);
  color: #fff;
  font-size: 1rem;
  line-height: 1;
  touch-action: manipulation;
  transition: background 160ms ease, color 160ms ease, transform 160ms ease;
}

.lightbox-nav-button--previous {
  justify-self: start;
}

.lightbox-nav-button--next {
  justify-self: end;
}

.lightbox-nav-button:hover {
  background: #fff;
  color: #000;
  transform: scale(1.08);
}

.lightbox-nav-button:focus-visible {
  outline: 2px solid #fff;
  outline-offset: 3px;
}

.lightbox-product-position {
  position: static;
  justify-self: center;
  padding: 0.28rem 0.5rem;
  border: 1px solid rgba(255, 255, 255, 0.28);
  border-radius: 3px;
  background: #000;
  color: rgba(255, 255, 255, 0.72);
  font-family: ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, monospace;
  font-size: 0.62rem;
  font-variant-numeric: tabular-nums;
  font-weight: 800;
  line-height: 1;
  white-space: nowrap;
}

.lightbox-liner-notes {
  position: relative;
  z-index: 1;
  min-width: 0;
  border: 1px solid rgba(255, 255, 255, 0.22);
  background: #000;
  box-shadow: inset 0 0 0 2px rgba(255, 255, 255, 0.025);
}

#lightboxPanel .lightbox-liner-notes {
  padding: 0.7rem 1rem;
}

#lightboxTitle {
  display: grid;
  width: 100%;
  height: 100%;
  min-width: 0;
  place-items: center;
  margin-top: 0;
  overflow-wrap: anywhere;
}

#lightboxPrice {
  margin-top: 0.35rem;
}

#lightboxDescription {
  margin-top: 0.45rem;
  line-height: 1.4;
}

#lightboxImage {
  border: 1px solid rgba(255, 255, 255, 0.22);
  background: #050505;
  box-shadow: 0 0 0 2px #000, 0 0 18px rgba(255, 255, 255, 0.1);
}

#lightboxMeta {
  align-content: start;
  margin-top: 0.7rem;
}

#lightboxMeta .lightbox-meta-item {
  display: grid;
  min-height: 0;
  grid-template-columns: minmax(5.5rem, 7rem) minmax(0, 1fr);
  align-items: center;
  gap: 0.65rem;
  padding: 0.5rem 0.8rem;
  text-align: left;
}

#lightboxMeta dd {
  min-width: 0;
  margin-top: 0;
  overflow-wrap: anywhere;
  white-space: pre-line;
  line-height: 1.25;
  text-align: left;
}

@media (min-width: 1280px) {
  .lightbox-title-slot {
    height: 4.5rem;
  }

  .lightbox-cassette-cover {
    min-height: 100%;
  }

  #lightboxMeta .lightbox-meta-item {
    display: block;
    padding: 0.62rem 0.55rem;
    text-align: center;
  }

  #lightboxMeta dd {
    margin-top: 0.35rem;
    text-align: center;
  }
}

@media (max-width: 1279px) {
  #lightboxPanel {
    max-width: 19rem;
  }

  #lightboxImage {
    width: min(48vw, 9.75rem);
    margin-top: 0;
  }

  #lightboxTitle {
    font-size: 1.5rem;
    line-height: 1.1;
  }

  #lightboxPrice {
    font-size: 1.5rem;
  }

  #lightboxDescription {
    font-size: 0.95rem;
    line-height: 1.4;
  }

  #lightboxMeta dt {
    font-size: 0.75rem;
  }

  #lightboxMeta dd {
    font-size: 1rem;
  }

  #lightboxPanel {
    max-height: min(84vh, calc(100svh - 8rem));
  }

  body.lightbox-open #stickyCta {
    z-index: 70 !important;
    top: auto !important;
    right: 50% !important;
    bottom: calc(1rem + env(safe-area-inset-bottom));
    opacity: 1 !important;
    pointer-events: auto !important;
    transform: translateX(50%);
  }

  body.lightbox-open #stickyCta:hover {
    transform: translateX(50%) translate(-2px, -2px);
  }

  body.lightbox-open #stickyCta:active {
    transform: translateX(50%) translate(1px, 1px);
  }
}


@media (prefers-reduced-motion: reduce) {
  html {
    scroll-behavior: auto;
  }

  *,
  *::before,
  *::after {
    animation-duration: 0.01ms !important;
    animation-iteration-count: 1 !important;
    scroll-behavior: auto !important;
    transition-duration: 0.01ms !important;
  }
}

/* Static Tailwind utility subset used by this page. */
*,
*::before,
*::after {
  box-sizing: border-box;
  border-width: 0;
  border-style: solid;
  border-color: #e5e7eb;
}

*::before,
*::after {
  --tw-content: "";
}

html {
  line-height: 1.5;
  -webkit-text-size-adjust: 100%;
  tab-size: 4;
  -webkit-tap-highlight-color: transparent;
}

body {
  margin: 0;
  line-height: inherit;
}

h1,
h2,
h3,
p,
figure,
dl,
dd {
  margin: 0;
}

h1,
h2,
h3 {
  font-size: inherit;
  font-weight: inherit;
}

a {
  color: inherit;
  text-decoration: inherit;
}

b,
strong {
  font-weight: bolder;
}

small {
  font-size: 80%;
}

button,
input {
  margin: 0;
  padding: 0;
  font: inherit;
  color: inherit;
}

button {
  background-color: transparent;
  background-image: none;
  text-transform: none;
  -webkit-appearance: button;
}

button,
[role="button"] {
  cursor: pointer;
}

img {
  display: block;
  max-width: 100%;
  height: auto;
  vertical-align: middle;
}

[hidden] {
  display: none;
}

.scroll-smooth {
  scroll-behavior: smooth;
}

.fixed {
  position: fixed;
}

.absolute {
  position: absolute;
}

.relative {
  position: relative;
}

.inset-0 {
  inset: 0;
}

.right-4 {
  right: 1rem;
}

.top-4 {
  top: 1rem;
}

.z-10 {
  z-index: 10;
}

.z-40 {
  z-index: 40;
}

.z-50 {
  z-index: 50;
}

.mx-auto {
  margin-right: auto;
  margin-left: auto;
}

.mb-4 {
  margin-bottom: 1rem;
}

.mt-2 {
  margin-top: 0.5rem;
}

.mt-4 {
  margin-top: 1rem;
}

.flex {
  display: flex;
}

.grid {
  display: grid;
}

.hidden {
  display: none;
}

.aspect-square {
  aspect-ratio: 1 / 1;
}

.h-5 {
  height: 1.25rem;
}

.min-h-28 {
  min-height: 7rem;
}

.min-h-screen {
  min-height: 100vh;
}

.w-auto {
  width: auto;
}

.w-full {
  width: 100%;
}

.max-h-\[90vh\] {
  max-height: 90vh;
}

.max-w-sm {
  max-width: 24rem;
}

.max-w-md {
  max-width: 28rem;
}

.max-w-xl {
  max-width: 36rem;
}

.max-w-2xl {
  max-width: 42rem;
}

.max-w-3xl {
  max-width: 48rem;
}

.max-w-4xl {
  max-width: 56rem;
}

.max-w-5xl {
  max-width: 64rem;
}

.max-w-7xl {
  max-width: 80rem;
}

.max-w-\[230px\] {
  max-width: 230px;
}

.max-w-\[680px\] {
  max-width: 680px;
}

.grid-cols-1 {
  grid-template-columns: repeat(1, minmax(0, 1fr));
}

.grid-cols-2 {
  grid-template-columns: repeat(2, minmax(0, 1fr));
}

.flex-col {
  flex-direction: column;
}

.items-center {
  align-items: center;
}

.justify-center {
  justify-content: center;
}

.justify-between {
  justify-content: space-between;
}

.gap-px {
  gap: 1px;
}

.gap-1 {
  gap: 0.25rem;
}

.gap-2 {
  gap: 0.5rem;
}

.gap-4 {
  gap: 1rem;
}

.overflow-auto {
  overflow: auto;
}

.overflow-hidden {
  overflow: hidden;
}

.overflow-y-auto {
  overflow-y: auto;
}

.rounded-lg {
  border-radius: 0.5rem;
}

.border {
  border-width: 1px;
}

.border-b {
  border-bottom-width: 1px;
}

.border-t {
  border-top-width: 1px;
}

.border-white\/10 {
  border-color: rgb(255 255 255 / 0.1);
}

.border-white\/12 {
  border-color: rgb(255 255 255 / 0.12);
}

.border-white\/18 {
  border-color: rgb(255 255 255 / 0.18);
}

.bg-black {
  background-color: rgb(0 0 0);
}

.bg-black\/88 {
  background-color: rgb(0 0 0 / 0.88);
}

.bg-white\/12 {
  background-color: rgb(255 255 255 / 0.12);
}

.object-contain {
  object-fit: contain;
}

.object-cover {
  object-fit: cover;
}

.p-4 {
  padding: 1rem;
}

.px-4 {
  padding-right: 1rem;
  padding-left: 1rem;
}

.py-2 {
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}

.text-center {
  text-align: center;
}

.antialiased {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.text-\[0\.65rem\] {
  font-size: 0.65rem;
}

.text-xs {
  font-size: 0.75rem;
  line-height: 1rem;
}

.text-sm {
  font-size: 0.875rem;
  line-height: 1.25rem;
}

.text-base {
  font-size: 1rem;
  line-height: 1.5rem;
}

.text-lg {
  font-size: 1.125rem;
  line-height: 1.75rem;
}

.text-2xl {
  font-size: 1.5rem;
  line-height: 2rem;
}

.text-3xl {
  font-size: 1.875rem;
  line-height: 2.25rem;
}

.text-4xl {
  font-size: 2.25rem;
  line-height: 2.5rem;
}

.text-5xl {
  font-size: 3rem;
  line-height: 1;
}

.font-medium {
  font-weight: 500;
}

.font-bold {
  font-weight: 700;
}

.font-black {
  font-weight: 900;
}

.uppercase {
  text-transform: uppercase;
}

.leading-none {
  line-height: 1;
}

.leading-tight {
  line-height: 1.25;
}

.leading-relaxed {
  line-height: 1.625;
}

.tracking-\[0\.2em\] {
  letter-spacing: 0.2em;
}

.tracking-\[0\.22em\] {
  letter-spacing: 0.22em;
}

.tracking-\[0\.32em\] {
  letter-spacing: 0.32em;
}

.text-white {
  color: rgb(255 255 255);
}

.text-white\/40 {
  color: rgb(255 255 255 / 0.4);
}

.text-white\/45 {
  color: rgb(255 255 255 / 0.45);
}

.text-white\/55 {
  color: rgb(255 255 255 / 0.55);
}

.text-white\/58 {
  color: rgb(255 255 255 / 0.58);
}

.text-white\/64 {
  color: rgb(255 255 255 / 0.64);
}

.text-white\/65 {
  color: rgb(255 255 255 / 0.65);
}

.text-white\/68 {
  color: rgb(255 255 255 / 0.68);
}

.text-white\/70 {
  color: rgb(255 255 255 / 0.7);
}

.opacity-0 {
  opacity: 0;
}

.opacity-100 {
  opacity: 1;
}

.pointer-events-none {
  pointer-events: none;
}

.pointer-events-auto {
  pointer-events: auto;
}

.transition {
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, backdrop-filter;
  transition-duration: 150ms;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
}

.duration-200 {
  transition-duration: 200ms;
}

.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border-width: 0;
}

@media (min-width: 1280px) {
  .xl\:order-1 {
    order: 1;
  }

  .xl\:order-2 {
    order: 2;
  }

  .xl\:right-8 {
    right: 2rem;
  }

  .xl\:top-8 {
    top: 2rem;
  }

  .xl\:grid-cols-3 {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }

  .xl\:grid-cols-\[0\.72fr_1fr\] {
    grid-template-columns: 0.72fr 1fr;
  }

  .xl\:grid-cols-\[0\.8fr_1\.2fr\] {
    grid-template-columns: 0.8fr 1.2fr;
  }

  .xl\:grid-cols-\[0\.88fr_1\.12fr\] {
    grid-template-columns: 0.88fr 1.12fr;
  }

  .xl\:grid-cols-\[220px_1fr\] {
    grid-template-columns: 220px 1fr;
  }

  .xl\:flex-row {
    flex-direction: row;
  }

  .xl\:max-w-none {
    max-width: none;
  }

  .xl\:text-lg {
    font-size: 1.125rem;
    line-height: 1.75rem;
  }

  .xl\:text-xl {
    font-size: 1.25rem;
    line-height: 1.75rem;
  }

  .xl\:text-3xl {
    font-size: 1.875rem;
    line-height: 2.25rem;
  }

  .xl\:text-5xl {
    font-size: 3rem;
    line-height: 1;
  }

  .xl\:text-6xl {
    font-size: 3.75rem;
    line-height: 1;
  }
}

/* Emphasized purchase requirements and delivery details. */
.hero-selling-points {
  grid-template-columns: 1fr;
  gap: 1px;
  border-color: rgba(255, 255, 255, 0.48);
  background: rgba(255, 255, 255, 0.24);
  box-shadow: 0 0 28px rgba(255, 255, 255, 0.12);
}

.hero-selling-points span {
  min-height: 5.25rem;
  padding: 1rem;
  background: #030303;
  font-size: 0.9rem;
  line-height: 1.25;
}

.hero-selling-points span + span {
  border: 0;
}

.hero-selling-points strong {
  display: block;
  color: #fff;
  font-size: 0.94rem;
  text-shadow: 0 0 12px rgba(255, 255, 255, 0.22);
}

.hero-selling-points small {
  display: block;
  margin-top: 0.45rem;
  color: rgba(255, 255, 255, 0.78);
  font-size: 0.82rem;
  font-weight: 750;
  line-height: 1.35;
}

.software-requirement-note {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  place-items: center;
  gap: 0.75rem;
  padding: 1rem;
  border: 1px solid rgba(255, 255, 255, 0.92);
  background: #030303;
  box-shadow: inset 0 0 0 3px #030303, inset 0 0 0 4px rgba(255, 255, 255, 0.18), 0 0 32px rgba(255, 255, 255, 0.16);
  text-align: center;
}

.software-requirement-note::before {
  position: absolute;
  top: -2px;
  left: 50%;
  width: min(16rem, 70%);
  height: 3px;
  background: #fff;
  box-shadow: 0 0 16px rgba(255, 255, 255, 0.9);
  content: "";
  transform: translateX(-50%);
}

.software-requirement-label {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 0.55rem 0.8rem;
  border-radius: 2px;
  background: #fff;
  box-shadow: 0 0 18px rgba(255, 255, 255, 0.24);
  color: #000;
  font-size: 0.82rem;
  font-weight: 900;
  line-height: 1;
  text-transform: uppercase;
}

.software-requirement-note p {
  max-width: 38rem;
  color: rgba(255, 255, 255, 0.9);
  font-size: 0.95rem;
  font-weight: 700;
  line-height: 1.45;
  text-align: center;
}

.software-requirement-note p strong {
  display: block;
  margin-bottom: 0.25rem;
  color: #fff;
  font-size: 1.02rem;
  font-weight: 900;
  line-height: 1.3;
}

.bundle-detail-card:last-child {
  box-shadow: inset 0 0 0 1px rgba(255, 255, 255, 0.34), inset 0 0 28px rgba(255, 255, 255, 0.04);
}

.bundle-detail-card:last-child h3 {
  text-shadow: 0 0 14px rgba(255, 255, 255, 0.18);
}

.bundle-detail-card:last-child .bundle-detail-copy {
  color: rgba(255, 255, 255, 0.82);
  font-weight: 600;
}

@media (min-width: 375px) {
  .hero-selling-points {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media (min-width: 640px) {
  .hero-selling-points span {
    font-size: 0.96rem;
  }

  .hero-selling-points strong {
    font-size: 1rem;
  }

  .hero-selling-points small {
    font-size: 0.86rem;
  }

  .software-requirement-note p {
    font-size: 1rem;
  }
}

@media (min-width: 1280px) {
  .hero-selling-points {
    grid-template-columns: repeat(4, minmax(0, 1fr));
  }
}

/* Keep the inline hero artwork exactly one spacing unit above the price. */
#hero .hero-art-stage {
  padding-top: 0;
}
