.play-lab-v2 {
  --studio-rgb: 217, 139, 118;
  background: radial-gradient(circle at 88% 7%, rgba(var(--studio-rgb), .16), transparent 31rem), radial-gradient(circle at 8% 62%, rgba(var(--studio-rgb), .07), transparent 34rem), linear-gradient(155deg, #2a241f, #171512 47%, #211c18);
}
.play-lab-v2 .lab-header,
.play-lab-v2 .lab-header.scrolled {
  border-top: 2px solid rgba(var(--studio-rgb), .78);
  border-color: rgba(var(--studio-rgb), .22);
  background: linear-gradient(90deg, rgba(var(--studio-rgb), .09), transparent 32%), rgba(24, 20, 17, .93);
}
.play-lab-v2 .lab-nav .nav-cta,
.play-lab-v2 .button-primary,
.play-lab-v2 .brief-email a { color: #211713; background: var(--cyan); }
.play-lab-v2 .lab-nav a:hover { color: var(--cyan2); }

.lab-products { position: relative; }
.lab-products summary { display: flex; align-items: center; gap: 7px; cursor: pointer; list-style: none; }
.lab-products summary::-webkit-details-marker { display: none; }
.lab-products summary span { color: var(--cyan); transition: transform .2s ease; }
.lab-products[open] summary span { transform: rotate(45deg); }
.lab-product-menu {
  position: absolute;
  top: calc(100% + 28px);
  right: -190px;
  width: 540px;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  padding: 8px;
  border: 1px solid rgba(var(--studio-rgb), .24);
  background: rgba(23, 19, 16, .97);
  box-shadow: 0 30px 90px rgba(0,0,0,.42);
  backdrop-filter: blur(20px);
}
.lab-product-menu a { --item-rgb: 217, 139, 118; min-height: 116px; display: grid; align-content: end; gap: 4px; padding: 16px; background: linear-gradient(145deg, rgba(var(--item-rgb), .13), rgba(255,255,255,.015)); transition: transform .2s ease, filter .2s ease; }
.lab-product-menu a:hover { transform: translateY(-3px); filter: brightness(1.14); }
.lab-product-menu small { color: rgb(var(--item-rgb)); font-size: .52rem; font-weight: 800; letter-spacing: .12em; }
.lab-product-menu b { font-size: .8rem; }
.lab-health { --item-rgb: 120, 173, 145 !important; }
.lab-systems { --item-rgb: 117, 169, 215 !important; }
.lab-studio { --item-rgb: 217, 139, 118 !important; box-shadow: inset 0 -2px var(--cyan); }

.play-lab-v2 .lab-hero { box-shadow: inset 0 -1px rgba(var(--studio-rgb), .22); }
.play-lab-v2 .hero-copy h1 em { color: var(--cyan); }
.play-lab-v2 .ticker { border-color: rgba(var(--studio-rgb), .22); background: linear-gradient(90deg, #211a17, #30231e, #211a17); }
.play-lab-v2 .ticker i { background: var(--cyan); box-shadow: 0 0 10px rgba(var(--studio-rgb), .6); }
.play-lab-v2 .section { position: relative; border-top: 1px solid rgba(var(--studio-rgb), .1); }
.play-lab-v2 .demo-section {
  margin-top: 70px;
  padding-inline: clamp(18px, 3vw, 38px);
  background: radial-gradient(circle at 78% 30%, rgba(var(--studio-rgb), .11), transparent 31%), linear-gradient(145deg, rgba(247,241,228,.035), rgba(0,0,0,.09));
  box-shadow: 0 34px 100px rgba(0,0,0,.18);
}
.play-lab-v2 .demo-tab,
.play-lab-v2 .demo-description,
.play-lab-v2 .event-monitor,
.play-lab-v2 .use-grid article,
.play-lab-v2 .package { border-color: rgba(var(--studio-rgb), .17); }
.play-lab-v2 .demo-tab { background: linear-gradient(145deg, rgba(247,241,228,.035), rgba(0,0,0,.09)); }
.play-lab-v2 .demo-stage::before { position: absolute; width: 72%; aspect-ratio: 1; border: 1px solid rgba(var(--studio-rgb), .13); border-radius: 50%; content: ""; transform: rotateX(67deg); }
.play-lab-v2 .phone-shell { box-shadow: 0 38px 110px rgba(0,0,0,.52), 0 0 55px rgba(var(--studio-rgb), .1); }
.play-lab-v2 .use-grid article:nth-child(1) { background: linear-gradient(150deg, rgba(var(--studio-rgb), .12), #201d18 55%); }
.play-lab-v2 .use-grid article:nth-child(2) { background: linear-gradient(150deg, rgba(247,241,228,.06), #201d18 55%); }
.play-lab-v2 .use-grid article:nth-child(3) { background: linear-gradient(150deg, rgba(242,201,76,.075), #201d18 55%); }
.play-lab-v2 .package:nth-child(1) { background: linear-gradient(150deg, rgba(var(--studio-rgb), .08), #201d18 58%); }
.play-lab-v2 .package:nth-child(2) { background: linear-gradient(150deg, rgba(var(--studio-rgb), .15), #251d19 62%); }
.play-lab-v2 .package:nth-child(3) { background: linear-gradient(150deg, rgba(247,241,228,.055), #201d18 58%); }
.play-lab-v2 .brief-panel { border-color: rgba(var(--studio-rgb), .27); background: linear-gradient(130deg, rgba(var(--studio-rgb), .14), transparent 42%), linear-gradient(150deg, #30251f, #171411); box-shadow: 0 32px 95px rgba(0,0,0,.2); }
.play-lab-v2 .lab-footer { border-top: 1px solid rgba(var(--studio-rgb), .34); background: linear-gradient(180deg, rgba(var(--studio-rgb), .045), transparent); }

@media (max-width: 760px) {
  .lab-products { padding: 11px 0; border-block: 1px solid rgba(var(--studio-rgb), .15); }
  .lab-products summary { justify-content: space-between; }
  .lab-product-menu { position: static; width: 100%; grid-template-columns: 1fr; margin-top: 10px; border: 0; padding: 0; box-shadow: none; background: transparent; }
  .lab-product-menu a { min-height: 70px; }
  .play-lab-v2 .demo-section { margin-top: 28px; padding-inline: 15px; }
}
