@import url("/base.css");

:root {
  font-family: "Baloo 2", "Arial Rounded MT Bold", "Trebuchet MS", sans-serif;
  --play-ink: #24163a;
  --play-purple: #6d3de8;
  --play-pink: #ff4f9a;
  --play-coral: #ff755f;
  --play-yellow: #ffd84d;
  --play-mint: #95e6cf;
  --play-cream: #fff7ef;
  --play-lilac: #eee7ff;
}

body {
  background: var(--play-cream);
  color: var(--play-ink);
}

.topbar {
  min-height: 64px;
  border: 0;
  background: rgba(255, 247, 239, .94);
  box-shadow: 0 8px 30px rgba(67, 37, 97, .08);
}

.logo {
  font-family: "Baloo 2", sans-serif;
  font-size: 34px;
  font-weight: 800;
  letter-spacing: -.09em;
}

.logo i {
  background: var(--play-pink);
  box-shadow: 0 0 0 3px #fff;
}

.live-pill {
  border: 0;
  background: var(--play-purple);
  color: #fff;
  box-shadow: 0 8px 20px rgba(109, 61, 232, .22);
}

.top-actions button {
  width: auto;
  height: auto;
  border: 0;
  border-radius: 999px;
  padding: 9px 15px;
  background: var(--play-yellow);
  font-size: 10px;
  font-weight: 800;
  letter-spacing: .08em;
  box-shadow: 0 7px 18px rgba(76, 46, 103, .12);
}

.promo-ribbon {
  background: var(--play-ink);
}

.search-drawer {
  background: var(--play-yellow);
  border: 0;
  box-shadow: 0 15px 35px rgba(45, 24, 64, .15);
}

.search-drawer input,
.search-drawer button {
  border: 0;
}

.search-drawer input {
  border-radius: 18px 0 0 18px;
}

.search-drawer button {
  border-radius: 0 18px 18px 0;
  background: var(--play-pink);
}

.intro {
  grid-template-columns: minmax(360px, .86fr) minmax(420px, .72fr);
  gap: clamp(28px, 5vw, 78px);
  align-items: center;
  max-width: 1320px;
  margin: 0 auto;
  padding: clamp(34px, 5vw, 68px) clamp(18px, 5vw, 72px) 48px;
}

.intro-story {
  align-self: center;
}

.eyebrow {
  margin-bottom: 13px;
  border-radius: 999px;
  padding: 7px 12px;
  background: var(--play-mint);
  font-size: 9px;
  letter-spacing: .13em;
}

.intro h1 {
  margin: 0;
  font-family: "Baloo 2", "Arial Rounded MT Bold", sans-serif;
  font-size: clamp(58px, 7.3vw, 104px);
  font-weight: 800;
  line-height: .72;
  letter-spacing: -.075em;
  text-transform: none;
}

.intro h1 em {
  color: var(--play-pink);
  font-family: "Baloo 2", "Arial Rounded MT Bold", sans-serif;
  font-style: normal;
  font-weight: 700;
  letter-spacing: -.075em;
}

.intro h1 em::after {
  display: none;
}

.intro-lead {
  max-width: 34ch;
  margin: 26px 0 0;
  color: #695679;
  font-size: clamp(16px, 1.6vw, 21px);
  font-weight: 600;
  line-height: 1.35;
}

.intro-actions {
  display: flex;
  align-items: center;
  gap: 13px;
  margin-top: 24px;
  flex-wrap: wrap;
}

.surprise-button {
  border: 0;
  border-radius: 999px;
  padding: 14px 21px;
  background: var(--play-pink);
  color: #fff;
  font-size: 11px;
  font-weight: 800;
  letter-spacing: .08em;
  cursor: pointer;
  box-shadow: 0 10px 24px rgba(255, 79, 154, .28);
  transition: transform .18s ease, box-shadow .18s ease;
}

.surprise-button:hover,
.surprise-button:focus-visible {
  transform: translateY(-3px) rotate(-1deg);
  box-shadow: 0 14px 30px rgba(255, 79, 154, .34);
}

.offer-chip {
  border: 0;
  padding: 10px 15px 10px 11px;
  background: var(--play-yellow);
  box-shadow: 0 10px 24px rgba(108, 71, 28, .16);
  transform: rotate(1deg);
}

.offer-chip strong {
  font-family: "Baloo 2", sans-serif;
  font-size: 30px;
  font-weight: 800;
}

.music-stage {
  width: min(100%, 520px);
  justify-self: end;
  border: 1px solid rgba(86, 53, 139, .1);
  border-radius: 34px;
  padding: 14px;
  background: var(--play-lilac);
  box-shadow: 0 28px 70px rgba(70, 36, 116, .2);
}

.music-stage-head,
.music-commerce,
.player-row {
  display: flex;
  align-items: center;
}

.music-stage-head {
  justify-content: space-between;
  gap: 12px;
  padding: 2px 6px 11px;
  font-size: 9px;
  font-weight: 800;
  letter-spacing: .13em;
}

.music-stage-head a {
  border-radius: 999px;
  padding: 7px 10px;
  background: #fff;
  color: var(--play-purple);
  text-decoration: none;
}

.music-screen {
  position: relative;
  aspect-ratio: 1.16;
  overflow: hidden;
  border-radius: 25px;
  background: var(--play-ink);
}

.music-screen > img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.music-live-tag {
  position: absolute;
  left: 12px;
  top: 12px;
  border-radius: 999px;
  padding: 7px 10px;
  background: var(--play-pink);
  color: #fff;
  font-size: 8px;
  font-weight: 800;
  letter-spacing: .1em;
}

.music-caption {
  position: absolute;
  left: 12px;
  right: 12px;
  bottom: 12px;
  display: grid;
  gap: 2px;
  border-radius: 18px;
  padding: 11px 13px;
  background: rgba(36, 22, 58, .86);
  color: #fff;
}

.music-caption span,
.music-caption small {
  font-size: 8px;
  font-weight: 700;
  letter-spacing: .1em;
}

.music-caption strong {
  overflow: hidden;
  font-size: clamp(19px, 2vw, 27px);
  line-height: 1;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.player-row {
  gap: 10px;
  margin-top: 11px;
  border-radius: 18px;
  padding: 9px;
  background: #fff;
}

.player-row button {
  border: 0;
  border-radius: 999px;
  padding: 9px 14px;
  background: var(--play-purple);
  color: #fff;
  font-size: 9px;
  font-weight: 800;
  cursor: pointer;
}

.player-row input {
  min-width: 0;
  flex: 1;
  accent-color: var(--play-pink);
}

.player-row span {
  min-width: 36px;
  font-size: 9px;
  font-weight: 800;
  text-align: right;
}

.music-track-list {
  display: flex;
  gap: 7px;
  overflow-x: auto;
  padding: 10px 1px 8px;
  scrollbar-width: thin;
}

.music-track-list button {
  flex: 0 0 auto;
  max-width: 170px;
  overflow: hidden;
  border: 0;
  border-radius: 999px;
  padding: 8px 12px;
  background: #fff;
  color: #675477;
  font-size: 8px;
  font-weight: 800;
  text-overflow: ellipsis;
  white-space: nowrap;
  cursor: pointer;
}

.music-track-list button.is-active {
  background: var(--play-yellow);
  color: var(--play-ink);
}

.music-commerce {
  justify-content: space-between;
  gap: 12px;
  margin-top: 3px;
}

.music-commerce > span {
  color: var(--play-purple);
  font-size: 25px;
  font-weight: 800;
}

.music-commerce a {
  flex: 1;
  border-radius: 999px;
  padding: 11px 15px;
  background: var(--play-pink);
  color: #fff;
  font-size: 9px;
  font-weight: 800;
  letter-spacing: .07em;
  text-align: center;
  text-decoration: none;
  box-shadow: 0 9px 20px rgba(255, 79, 154, .22);
}

.music-status {
  display: block;
  margin: 9px 5px 2px;
  color: #786886;
  font-size: 7px;
  font-weight: 800;
  letter-spacing: .08em;
}

.section-heading {
  color: #6e5c79;
}

.belt-window {
  border: 0;
  background: var(--play-coral);
  box-shadow: inset 0 1px rgba(255, 255, 255, .4), inset 0 -1px rgba(94, 36, 45, .08);
}

.belt-window::before,
.belt-window::after {
  display: none;
}

.product-card {
  border: 1px solid rgba(69, 43, 90, .08);
  border-radius: 28px;
  box-shadow: 0 14px 30px rgba(78, 38, 70, .18);
}

.product-card:hover,
.product-card:focus-visible {
  transform: translateY(-6px) rotate(-.6deg);
  box-shadow: 0 21px 42px rgba(78, 38, 70, .26);
}

.product-image {
  background: #fff;
}

.product-copy {
  border-top: 1px solid #f1e9f5;
}

.discount-badge {
  border: 0;
  background: var(--play-yellow);
  box-shadow: 0 6px 14px rgba(94, 61, 30, .14);
}

.noknok-price {
  font-family: "Baloo 2", sans-serif;
  font-weight: 800;
  color: var(--play-pink);
}

.catch-panel {
  border: 1px solid rgba(69, 43, 90, .08);
  border-radius: 38px;
  box-shadow: 0 28px 65px rgba(71, 39, 88, .16);
}

.catch-colour {
  background: var(--play-mint);
}

.catch-copy h2,
.price-lockup strong,
.receipt-total strong {
  font-family: "Baloo 2", sans-serif;
  font-weight: 800;
}

.catch-copy h2 {
  text-transform: none;
}

.catch-button {
  border: 0;
  border-radius: 999px;
  background: var(--play-yellow);
  box-shadow: 0 12px 28px rgba(99, 61, 27, .2);
}

.catch-button:hover:not(:disabled) {
  background: var(--play-mint);
  transform: translateY(-2px);
  box-shadow: 0 16px 34px rgba(64, 83, 68, .22);
}

.checkout-dialog {
  width: min(720px, calc(100% - 20px));
}

.checkout-dialog::backdrop {
  background: rgba(26, 12, 43, .8);
  backdrop-filter: blur(14px);
}

.checkout-card {
  isolation: isolate;
  min-height: 620px;
  border: 0;
  border-radius: 34px;
  background: var(--play-ink);
  color: #fff;
  box-shadow: 0 28px 90px rgba(13, 6, 24, .48);
}

.checkout-art-backdrop,
.checkout-art-wash {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
}

.checkout-art-backdrop {
  z-index: -3;
  object-fit: cover;
  filter: saturate(1.18) contrast(1.06);
}

.checkout-art-wash {
  z-index: -2;
  background: rgba(30, 13, 48, .76);
}

.checkout-card > :not(.checkout-art-backdrop, .checkout-art-wash) {
  position: relative;
  z-index: 2;
}

.dialog-close {
  color: #fff;
}

.receipt-head strong {
  border: 0;
  background: var(--play-yellow);
  color: var(--play-ink);
}

.receipt-product,
.quantity-row,
.receipt-lines,
.art-ad-space {
  border: 0;
  border-radius: 20px;
  padding: 14px;
  background: rgba(255, 255, 255, .91);
  color: var(--play-ink);
}

.quantity-row select {
  border: 0;
  border-radius: 12px;
}

.discount-line {
  color: #bd285f;
}

.receipt-total {
  border-top-color: rgba(36, 22, 58, .16);
}

.art-ad-space {
  margin: 13px 0;
  font-size: 11px;
  line-height: 1.35;
}

.art-ad-space strong,
.art-ad-space span {
  display: block;
}

.art-ad-space strong {
  color: var(--play-purple);
  font-size: 10px;
  letter-spacing: .08em;
}

.art-ad-space span {
  margin-top: 3px;
  color: #6f5d7c;
}

.art-ad-space small {
  display: block;
  margin-top: 7px;
  color: #786986;
  font-size: 9px;
}

.art-ad-space a {
  display: inline-block;
  margin-top: 9px;
  border-radius: 999px;
  padding: 7px 10px;
  background: var(--play-purple);
  color: #fff;
  font-size: 8px;
  font-weight: 800;
  letter-spacing: .06em;
  text-decoration: none;
}
.payment-handoff {
  display: block;
  width: 100%;
  border-radius: 999px;
  padding: 15px 18px;
  background: var(--play-yellow);
  color: var(--play-ink);
  font-size: 11px;
  font-weight: 800;
  letter-spacing: .07em;
  text-align: center;
  text-decoration: none;
  box-shadow: 0 12px 26px rgba(0, 0, 0, .18);
}

.payment-handoff.is-disabled {
  pointer-events: none;
  opacity: .5;
}

.checkout-card > p {
  color: rgba(255, 255, 255, .78);
}

footer {
  background: var(--play-ink);
}

@media (max-width: 860px) {
  .intro {
    grid-template-columns: 1fr;
  }

  .music-stage {
    justify-self: stretch;
    width: 100%;
  }
}

@media (max-width: 760px) {
  .topbar {
    min-height: 60px;
  }

  .top-actions button {
    padding: 8px 11px;
  }

  .intro {
    padding: 28px 15px 30px;
  }

  .intro h1 {
    font-size: clamp(57px, 18vw, 82px);
    line-height: .74;
  }

  .intro-lead {
    margin-top: 20px;
    font-size: 15px;
  }

  .intro-actions {
    margin-top: 18px;
  }

  .music-stage {
    border-radius: 27px;
    padding: 10px;
  }

  .music-screen {
    border-radius: 21px;
    aspect-ratio: 1;
  }

  .music-caption strong {
    font-size: 21px;
  }

  .music-track-list button {
    max-width: 145px;
  }

  .product-card {
    border-radius: 22px;
    box-shadow: 0 10px 22px rgba(78, 38, 70, .18);
  }

  .catch-panel {
    border-radius: 28px;
    box-shadow: 0 18px 42px rgba(71, 39, 88, .16);
  }

  .checkout-card {
    min-height: 0;
    border-radius: 27px;
  }
}

@media (prefers-reduced-motion: reduce) {
  .surprise-button {
    transition: none;
  }
}

/* Scoped correction: compact corner music panel */
@media (min-width: 861px) {
  .intro {
    grid-template-columns: minmax(0, 1fr) 292px;
    gap: clamp(24px, 4vw, 54px);
    align-items: start;
  }

  .music-stage {
    width: 292px;
    align-self: start;
    justify-self: end;
    border-radius: 22px;
    padding: 9px;
    box-shadow: 0 18px 42px rgba(70, 36, 116, .16);
  }

  .music-stage-head {
    padding: 1px 4px 7px;
    font-size: 7px;
  }

  .music-stage-head a {
    padding: 5px 8px;
  }

  .music-screen {
    height: 150px;
    aspect-ratio: auto;
    border-radius: 16px;
  }

  .music-live-tag {
    left: 8px;
    top: 8px;
    padding: 5px 7px;
    font-size: 6px;
  }

  .music-caption {
    left: 8px;
    right: 8px;
    bottom: 8px;
    gap: 1px;
    border-radius: 12px;
    padding: 7px 9px;
  }

  .music-caption span,
  .music-caption small {
    font-size: 6px;
  }

  .music-caption strong {
    font-size: 16px;
  }

  .player-row {
    gap: 7px;
    margin-top: 7px;
    border-radius: 13px;
    padding: 6px;
  }

  .player-row button {
    padding: 7px 10px;
    font-size: 7px;
  }

  .player-row span {
    min-width: 30px;
    font-size: 7px;
  }

  .music-track-list {
    gap: 5px;
    padding: 7px 0 5px;
  }

  .music-track-list button {
    max-width: 118px;
    padding: 6px 8px;
    font-size: 6px;
  }

  .music-track-list button:nth-child(n + 4) {
    display: none;
  }

  .music-commerce {
    gap: 7px;
  }

  .music-commerce > span {
    font-size: 18px;
  }

  .music-commerce a {
    padding: 8px 10px;
    font-size: 7px;
  }

  .music-status {
    display: none;
  }
}

@media (max-width: 860px) {
  .music-stage {
    width: min(100%, 310px);
    justify-self: end;
    border-radius: 22px;
    padding: 9px;
  }

  .music-screen {
    height: 155px;
    aspect-ratio: auto;
    border-radius: 16px;
  }

  .music-track-list button:nth-child(n + 4) {
    display: none;
  }

  .music-status {
    display: none;
  }
}

/* IMMERSIVE BUY + VIEWPORT WRAP 20260824 */
html, body, .app-shell { width: 100%; max-width: 100%; overflow-x: clip; }
.intro, .intro-story, .music-stage, .moving-shop, .catch-panel { min-width: 0; }
.music-stage { max-width: 100%; overflow: hidden; }
.music-screen, .music-track-list, .player-row, .music-commerce { min-width: 0; }
.music-track-list { overflow-x: auto; overscroll-behavior-inline: contain; }
.music-track-list button { flex: 0 0 auto; }
.checkout-dialog { width: min(1080px, calc(100% - 24px)); max-height: calc(100svh - 24px); }
.checkout-dialog::backdrop { background: rgba(15,5,26,.86); backdrop-filter: blur(14px); }
.checkout-card.checkout-experience { isolation: isolate; display: grid; grid-template-rows: auto 1fr auto auto; min-height: min(760px,calc(100svh - 24px)); max-height: calc(100svh - 24px); padding: 0; border: 0; border-radius: 38px; background: var(--play-ink); color: #fff; box-shadow: 0 28px 90px rgba(13,6,24,.48); overflow: auto; }
.checkout-art-backdrop, .checkout-art-wash { position: absolute; inset: 0; width: 100%; height: 100%; }
.checkout-art-backdrop { z-index: -3; object-fit: cover; filter: saturate(1.18) contrast(1.08); }
.checkout-art-wash { z-index: -2; background: linear-gradient(90deg,rgba(25,8,40,.12) 0%,rgba(25,8,40,.48) 48%,rgba(20,6,34,.93) 100%),linear-gradient(0deg,rgba(16,5,28,.94) 0%,transparent 35%); }
.checkout-card > :not(.checkout-art-backdrop, .checkout-art-wash) { position: relative; z-index: 2; }
.checkout-card .dialog-close { right: 22px; top: 18px; z-index: 8; display: grid; place-items: center; width: 42px; height: 42px; border: 1px solid rgba(255,255,255,.42); border-radius: 50%; background: rgba(21,9,35,.48); color: #fff; font-size: 24px; line-height: 1; backdrop-filter: blur(12px); }
.checkout-brand { display: flex; align-items: center; gap: 13px; padding: 24px 78px 10px 30px; }
.checkout-brand span { font-size: 25px; font-weight: 800; letter-spacing: -.08em; }
.checkout-brand strong { border-left: 1px solid rgba(255,255,255,.44); padding-left: 13px; color: var(--play-yellow); font-size: 10px; letter-spacing: .2em; }
.checkout-body { display: grid; grid-template-columns: minmax(0,1.1fr) minmax(340px,.9fr); gap: clamp(28px,4vw,60px); align-items: center; min-height: 430px; padding: 6px clamp(30px,5vw,68px) 18px; }
.checkout-product-stage { position: relative; display: grid; place-items: center; min-height: 430px; min-width: 0; }
.checkout-product-stage > img { width: min(100%,520px); height: 420px; object-fit: contain; filter: drop-shadow(0 34px 30px rgba(8,2,18,.58)); transform: rotate(-2deg) scale(1.06); }
.checkout-offer-stamp { position: absolute; left: 0; top: 1%; z-index: 3; display: grid; place-items: center; width: 112px; height: 112px; border-radius: 50%; background: var(--play-yellow); color: var(--play-ink); font-size: 16px; font-weight: 800; line-height: 1.02; text-align: center; transform: rotate(-9deg); box-shadow: 0 14px 30px rgba(12,4,20,.3); }
.checkout-swipe-note { position: absolute; left: 0; bottom: 0; color: rgba(255,255,255,.72); font-size: 8px; font-weight: 800; letter-spacing: .17em; }
.checkout-editorial { align-self: center; min-width: 0; }
.checkout-sku { display: block; margin-bottom: 12px; color: var(--play-mint); font-size: 8px; font-weight: 800; letter-spacing: .15em; overflow-wrap: anywhere; }
.checkout-editorial h2 { max-width: 12ch; margin: 0 0 24px; color: #fff; font-family: "Baloo 2",sans-serif; font-size: clamp(36px,4.6vw,64px); font-weight: 800; line-height: .92; letter-spacing: -.045em; overflow-wrap: anywhere; }
.checkout-price-story { display: flex; flex-wrap: wrap; gap: 16px 32px; padding: 17px 0; border-block: 1px solid rgba(255,255,255,.25); }
.checkout-price-story > div { display: grid; gap: 3px; }
.checkout-price-story span, .checkout-total-lockup span, .checkout-card .quantity-row > span { font-size: 8px; font-weight: 800; letter-spacing: .14em; }
.checkout-price-story strong { font-size: 23px; }
.checkout-price-story > div:first-child strong { color: rgba(255,255,255,.62); text-decoration: line-through; }
.checkout-price-story .discount-line { color: var(--play-yellow); }
.checkout-card .quantity-row { justify-content: flex-start; gap: 16px; margin: 18px 0 10px; padding: 0; border: 0; border-radius: 0; background: transparent; color: #fff; }
.checkout-card .quantity-row select { width: 76px; border: 1px solid rgba(255,255,255,.48); border-radius: 999px; padding: 8px 14px; background: rgba(24,8,40,.56); color: #fff; }
.checkout-card .quantity-row select option { color: var(--play-ink); }
.checkout-total-lockup { display: grid; gap: 0; margin-top: 4px; }
.checkout-total-lockup span { color: var(--play-mint); }
.checkout-total-lockup strong { color: var(--play-yellow); font-family: "Baloo 2",sans-serif; font-size: clamp(58px,7vw,92px); font-weight: 800; line-height: .88; letter-spacing: -.055em; }
.checkout-art-credit { display: grid; grid-template-columns: 1fr minmax(260px,1.35fr) auto; gap: 24px; align-items: center; margin: 0 30px; padding: 15px 0; border-top: 1px solid rgba(255,255,255,.25); color: #fff; }
.checkout-art-credit div { display: grid; gap: 3px; }
.checkout-art-credit strong { color: var(--play-mint); font-size: 9px; letter-spacing: .12em; }
.checkout-art-credit span, .checkout-art-credit p { color: rgba(255,255,255,.72); font-size: 9px; line-height: 1.35; }
.checkout-art-credit p { margin: 0; }
.checkout-art-credit a { color: #fff; font-size: 8px; font-weight: 800; letter-spacing: .11em; text-decoration-thickness: 1px; text-underline-offset: 4px; }
.checkout-action-dock { display: grid; grid-template-columns: 1fr minmax(310px,440px); gap: 24px; align-items: center; padding: 16px 18px 16px 30px; background: rgba(16,5,28,.92); }
.checkout-action-dock > p { max-width: 58ch; margin: 0; color: rgba(255,255,255,.62); font-size: 9px; line-height: 1.4; }
.checkout-card .payment-handoff { display: flex; align-items: center; justify-content: space-between; width: 100%; border-radius: 999px; padding: 17px 18px 17px 24px; background: var(--play-yellow); color: var(--play-ink); font-size: 10px; font-weight: 800; letter-spacing: .1em; text-decoration: none; box-shadow: 0 12px 26px rgba(0,0,0,.18); }
.checkout-card .payment-handoff b { display: grid; place-items: center; width: 31px; height: 31px; border-radius: 50%; background: var(--play-ink); color: #fff; font-size: 18px; }
@media (min-width:861px) { .intro { grid-template-columns: minmax(0,1fr) minmax(250px,292px); } }
@media (max-width:860px) { .intro { grid-template-columns: minmax(0,1fr); } .music-stage { justify-self: end; width: min(100%,310px); } }
@media (max-width:760px) {
.checkout-dialog { width: calc(100% - 14px); max-height: calc(100svh - 14px); }
.checkout-card.checkout-experience { min-height: calc(100svh - 14px); max-height: calc(100svh - 14px); border-radius: 27px; }
.checkout-art-wash { background: linear-gradient(0deg,rgba(16,5,28,.98) 0%,rgba(20,6,34,.78) 60%,rgba(20,6,34,.22) 100%); }
.checkout-brand { padding: 18px 66px 0 20px; }
.checkout-body { grid-template-columns: minmax(0,1fr); gap: 4px; align-content: start; min-height: 0; padding: 0 20px 10px; }
.checkout-product-stage { min-height: 250px; }
.checkout-product-stage > img { width: 100%; height: 245px; transform: rotate(-2deg) scale(1.12); }
.checkout-offer-stamp { left: 0; top: 8px; width: 76px; height: 76px; font-size: 11px; }
.checkout-swipe-note { display: none; }
.checkout-sku { margin-bottom: 7px; }
.checkout-editorial h2 { max-width: 15ch; margin-bottom: 12px; font-size: clamp(30px,9vw,43px); }
.checkout-price-story { padding: 11px 0; }
.checkout-total-lockup strong { font-size: 58px; }
.checkout-art-credit { grid-template-columns: 1fr auto; gap: 10px 16px; margin: 0 20px; padding: 11px 0; }
.checkout-art-credit p { display: none; }
.checkout-action-dock { grid-template-columns: minmax(0,1fr); gap: 8px; padding: 11px 14px 14px; }
.checkout-action-dock > p { text-align: center; font-size: 8px; }
.checkout-card .payment-handoff { padding: 13px 14px 13px 20px; }
}
/* GALLERY PURCHASE OVERLAY 20260824 */
.checkout-dialog { width: min(940px,calc(100% - 24px)); max-height: calc(100svh - 24px); }
.checkout-card.gallery-purchase { position: relative; isolation: isolate; display: grid; place-items: center; min-height: min(690px,calc(100svh - 24px)); max-height: calc(100svh - 24px); overflow: auto; padding: 74px 54px 42px; border: 0; border-radius: 34px; background: #21122e; color: #fff; box-shadow: 0 30px 90px rgba(10,3,18,.62); }
.gallery-purchase .checkout-art-backdrop, .gallery-purchase .checkout-art-wash { position: absolute; inset: 0; width: 100%; height: 100%; }
.gallery-purchase .checkout-art-backdrop { z-index: -3; object-fit: cover; filter: saturate(1.12) contrast(1.05); }
.gallery-purchase .checkout-art-wash { z-index: -2; background: linear-gradient(135deg,rgba(20,7,31,.25),rgba(20,7,31,.55)); }
.gallery-purchase > :not(.checkout-art-backdrop,.checkout-art-wash) { position: relative; z-index: 2; }
.gallery-purchase .dialog-close { position: absolute; right: 18px; top: 16px; z-index: 7; display: grid; place-items: center; width: 40px; height: 40px; border: 1px solid rgba(255,255,255,.55); border-radius: 50%; background: rgba(20,7,31,.45); color: #fff; font-size: 22px; backdrop-filter: blur(12px); }
.purchase-glass { position: relative; width: min(100%,780px); border: 1px solid rgba(255,255,255,.32); border-radius: 30px; padding: 28px; background: rgba(25,12,37,.68); box-shadow: 0 25px 70px rgba(10,3,18,.44),inset 0 1px rgba(255,255,255,.24); backdrop-filter: blur(24px) saturate(1.18); }
.purchase-topline { display: flex; align-items: center; justify-content: space-between; gap: 16px; padding-right: 272px; font-size: 8px; font-weight: 800; letter-spacing: .15em; }
.purchase-topline strong { color: var(--play-yellow); }
.art-peek { position: absolute; right: 24px; top: -48px; display: grid; grid-template-columns: 82px minmax(0,1fr); gap: 12px; align-items: center; width: 286px; min-height: 106px; border: 1px solid rgba(255,255,255,.42); border-radius: 22px; padding: 10px; background: rgba(255,255,255,.16); color: #fff; text-decoration: none; box-shadow: 0 18px 42px rgba(10,3,18,.4); backdrop-filter: blur(18px); transition: transform .2s ease,background .2s ease; }
.art-peek:hover, .art-peek:focus-visible { transform: translateY(-4px); background: rgba(255,255,255,.23); outline: none; }
.art-peek img { width: 82px; height: 82px; border-radius: 14px; object-fit: cover; box-shadow: 0 8px 22px rgba(8,2,16,.38); }
.art-peek span { display: grid; gap: 3px; min-width: 0; }
.art-peek small { color: var(--play-mint); font-size: 7px; font-weight: 800; letter-spacing: .1em; }
.art-peek strong { overflow: hidden; color: #fff; font-size: 16px; line-height: 1.05; text-overflow: ellipsis; white-space: nowrap; }
.art-peek b { color: rgba(255,255,255,.7); font-size: 7px; letter-spacing: .06em; }
.purchase-main { display: grid; grid-template-columns: minmax(220px,.8fr) minmax(0,1.2fr); gap: 34px; align-items: center; margin-top: 38px; }
.purchase-product { display: grid; place-items: center; min-width: 0; min-height: 320px; }
.purchase-product img { width: 100%; height: 320px; object-fit: contain; filter: drop-shadow(0 28px 24px rgba(6,2,12,.58)); transform: scale(1.06); }
.purchase-details { min-width: 0; }
.purchase-details .checkout-sku { display: block; margin-bottom: 8px; color: var(--play-mint); font-size: 7px; font-weight: 800; letter-spacing: .13em; overflow-wrap: anywhere; }
.purchase-details h2 { max-width: 15ch; margin: 0 0 21px; color: #fff; font-family: "Baloo 2",sans-serif; font-size: clamp(34px,4.4vw,54px); font-weight: 800; line-height: .94; letter-spacing: -.04em; overflow-wrap: anywhere; }
.purchase-maths { display: flex; flex-wrap: wrap; gap: 18px 30px; padding: 14px 0; border-block: 1px solid rgba(255,255,255,.22); }
.purchase-maths > div { display: grid; gap: 2px; }
.purchase-maths span, .purchase-final span { font-size: 7px; font-weight: 800; letter-spacing: .13em; }
.purchase-maths strong { font-size: 21px; }
.purchase-maths > div:first-child strong { color: rgba(255,255,255,.55); text-decoration: line-through; }
.purchase-maths .discount-line { color: var(--play-yellow); }
.purchase-final { display: flex; align-items: end; justify-content: space-between; gap: 20px; padding-top: 17px; }
.purchase-final > div { display: grid; gap: 1px; }
.purchase-final > div > span { color: var(--play-mint); }
.purchase-final > div > strong { color: var(--play-yellow); font-family: "Baloo 2",sans-serif; font-size: clamp(52px,6vw,74px); font-weight: 800; line-height: .9; letter-spacing: -.05em; }
.gallery-purchase .quantity-row { display: grid; gap: 5px; margin: 0; padding: 0; border: 0; border-radius: 0; background: transparent; color: #fff; }
.gallery-purchase .quantity-row select { width: 72px; border: 1px solid rgba(255,255,255,.45); border-radius: 999px; padding: 8px 12px; background: rgba(14,5,24,.52); color: #fff; }
.gallery-purchase .quantity-row option { color: var(--play-ink); }
.purchase-actions { display: grid; grid-template-columns: minmax(0,1fr) minmax(260px,340px); gap: 22px; align-items: center; margin-top: 20px; padding: 18px 0 0; border-top: 1px solid rgba(255,255,255,.22); background: transparent; }
.purchase-actions p { margin: 0; color: rgba(255,255,255,.68); font-size: 9px; line-height: 1.4; }
.gallery-purchase .payment-handoff { display: flex; align-items: center; justify-content: space-between; width: 100%; border-radius: 999px; padding: 14px 14px 14px 20px; background: var(--play-yellow); color: var(--play-ink); font-size: 9px; font-weight: 800; letter-spacing: .1em; text-decoration: none; box-shadow: 0 12px 26px rgba(0,0,0,.22); }
.gallery-purchase .payment-handoff b { display: grid; place-items: center; width: 30px; height: 30px; border-radius: 50%; background: var(--play-ink); color: #fff; font-size: 18px; }
@media (max-width:760px) {
.checkout-dialog { width: calc(100% - 12px); max-height: calc(100svh - 12px); }
.checkout-card.gallery-purchase { min-height: calc(100svh - 12px); max-height: calc(100svh - 12px); padding: 64px 12px 12px; border-radius: 26px; }
.gallery-purchase .checkout-art-wash { background: linear-gradient(0deg,rgba(16,5,28,.84),rgba(20,7,31,.38)); }
.purchase-glass { border-radius: 24px; padding: 18px; }
.purchase-topline { padding-right: 0; }
.purchase-topline strong { display: none; }
.art-peek { right: 14px; top: -48px; grid-template-columns: 68px minmax(0,1fr); width: min(270px,calc(100% - 28px)); min-height: 88px; border-radius: 19px; padding: 9px; }
.art-peek img { width: 68px; height: 68px; border-radius: 12px; }
.purchase-main { grid-template-columns: minmax(0,1fr); gap: 4px; margin-top: 22px; }
.purchase-product { min-height: 210px; }
.purchase-product img { width: 100%; height: 220px; transform: scale(1.12); }
.purchase-details h2 { max-width: 16ch; margin-bottom: 12px; font-size: clamp(29px,8.8vw,42px); }
.purchase-maths { padding: 10px 0; }
.purchase-final { padding-top: 11px; }
.purchase-final > div > strong { font-size: 52px; }
.purchase-actions { grid-template-columns: minmax(0,1fr); gap: 9px; margin-top: 13px; padding-top: 12px; }
.purchase-actions p { text-align: center; font-size: 8px; }
.gallery-purchase .payment-handoff { padding: 12px 12px 12px 18px; }
}
/* CLEAN WHITE GALLERY PURCHASE 20260824 */
.checkout-dialog { width: min(720px,calc(100% - 24px)); max-height: calc(100svh - 24px); }
.checkout-dialog::backdrop { background: rgba(30,24,34,.72); backdrop-filter: blur(10px); }
.checkout-card.clean-purchase { position: relative; isolation: isolate; display: block; min-height: 0; max-height: calc(100svh - 24px); overflow: auto; padding: 20px; border: 0; border-radius: 28px; background: #fff; color: var(--play-ink); box-shadow: 0 28px 80px rgba(28,18,35,.36); }
.clean-purchase #checkoutBackdrop[hidden] { display: none; }
.clean-purchase .dialog-close { position: absolute; right: 29px; top: 29px; z-index: 7; display: grid; place-items: center; width: 38px; height: 38px; border: 1px solid rgba(255,255,255,.72); border-radius: 50%; background: rgba(20,14,24,.46); color: #fff; font-size: 22px; line-height: 1; backdrop-filter: blur(10px); }
.clean-purchase .purchase-topline { display: flex; align-items: center; justify-content: space-between; gap: 14px; padding: 1px 0 12px; color: var(--play-ink); font-size: 8px; font-weight: 800; letter-spacing: .14em; }
.clean-purchase .purchase-topline strong { color: var(--play-pink); }
.gallery-window { position: relative; display: block; width: 100%; height: 280px; overflow: hidden; border: 1px solid #ded8e2; border-radius: 20px; background: #eee9f1; color: var(--play-ink); text-decoration: none; }
.gallery-window > img { width: 100%; height: 100%; object-fit: cover; transition: transform .35s ease; }
.gallery-window:hover > img, .gallery-window:focus-visible > img { transform: scale(1.025); }
.gallery-window:focus-visible { outline: 3px solid var(--play-yellow); outline-offset: 3px; }
.gallery-window > span { position: absolute; left: 14px; right: 14px; bottom: 14px; display: grid; grid-template-columns: 1fr auto; gap: 2px 18px; align-items: end; border-radius: 14px; padding: 12px 14px; background: rgba(255,255,255,.88); box-shadow: 0 8px 26px rgba(27,18,31,.18); backdrop-filter: blur(14px); }
.gallery-window small { grid-column: 1; color: var(--play-purple); font-size: 7px; font-style: normal; font-weight: 800; letter-spacing: .12em; }
.gallery-window strong { grid-column: 1; overflow: hidden; font-size: 19px; line-height: 1.05; text-overflow: ellipsis; white-space: nowrap; }
.gallery-window b { grid-column: 1; color: #746b79; font-size: 8px; letter-spacing: .04em; }
.gallery-window em { grid-column: 2; grid-row: 1 / 4; align-self: center; border-radius: 999px; padding: 9px 12px; background: var(--play-ink); color: #fff; font-size: 7px; font-style: normal; font-weight: 800; letter-spacing: .08em; }
.clean-purchase .purchase-info { display: grid; grid-template-columns: 190px minmax(0,1fr); gap: 24px; align-items: center; padding: 18px 4px 12px; }
.clean-purchase .purchase-product { display: grid; place-items: center; min-height: 190px; }
.clean-purchase .purchase-product img { width: 100%; height: 190px; object-fit: contain; filter: drop-shadow(0 18px 17px rgba(40,25,47,.18)); transform: none; }
.clean-purchase .purchase-details { min-width: 0; }
.clean-purchase .checkout-sku { display: block; margin-bottom: 6px; color: var(--play-purple); font-size: 7px; font-weight: 800; letter-spacing: .12em; overflow-wrap: anywhere; }
.clean-purchase .purchase-details h2 { max-width: 18ch; margin: 0 0 12px; color: var(--play-ink); font-family: "Baloo 2",sans-serif; font-size: clamp(28px,4vw,42px); font-weight: 800; line-height: .96; letter-spacing: -.035em; overflow-wrap: anywhere; }
.clean-purchase .purchase-maths { display: flex; flex-wrap: wrap; gap: 14px 28px; padding: 10px 0; border-block: 1px solid #e5dfe8; }
.clean-purchase .purchase-maths > div { display: grid; gap: 1px; }
.clean-purchase .purchase-maths span, .clean-purchase .purchase-final span { color: #776d7d; font-size: 7px; font-weight: 800; letter-spacing: .12em; }
.clean-purchase .purchase-maths strong { color: var(--play-ink); font-size: 19px; }
.clean-purchase .purchase-maths > div:first-child strong { color: #8a818e; text-decoration: line-through; }
.clean-purchase .purchase-maths .discount-line strong { color: var(--play-pink); }
.clean-purchase .purchase-final { display: flex; align-items: end; justify-content: space-between; gap: 18px; padding-top: 11px; }
.clean-purchase .purchase-final > div { display: grid; gap: 1px; }
.clean-purchase .purchase-final > div > span { color: var(--play-purple); }
.clean-purchase .purchase-final > div > strong { color: var(--play-pink); font-family: "Baloo 2",sans-serif; font-size: clamp(46px,7vw,66px); font-weight: 800; line-height: .9; letter-spacing: -.05em; }
.clean-purchase .quantity-row { display: grid; gap: 4px; margin: 0; padding: 0; border: 0; border-radius: 0; background: transparent; color: var(--play-ink); }
.clean-purchase .quantity-row select { width: 68px; border: 1px solid #d7cedc; border-radius: 999px; padding: 8px 11px; background: #fff; color: var(--play-ink); }
.clean-purchase .purchase-actions { display: grid; grid-template-columns: minmax(0,1fr) minmax(240px,310px); gap: 18px; align-items: center; margin: 0; padding: 14px 4px 2px; border-top: 1px solid #e5dfe8; background: transparent; }
.clean-purchase .purchase-actions p { margin: 0; color: #7c7281; font-size: 8px; line-height: 1.4; }
.clean-purchase .payment-handoff { display: flex; align-items: center; justify-content: space-between; width: 100%; border-radius: 999px; padding: 13px 13px 13px 19px; background: var(--play-yellow); color: var(--play-ink); font-size: 9px; font-weight: 800; letter-spacing: .1em; text-decoration: none; box-shadow: 0 10px 22px rgba(61,45,19,.14); }
.clean-purchase .payment-handoff b { display: grid; place-items: center; width: 30px; height: 30px; border-radius: 50%; background: var(--play-ink); color: #fff; font-size: 18px; }
@media (max-width:760px) {
.checkout-dialog { width: calc(100% - 12px); max-height: calc(100svh - 12px); }
.checkout-card.clean-purchase { max-height: calc(100svh - 12px); padding: 12px; border-radius: 22px; }
.clean-purchase .dialog-close { right: 20px; top: 20px; }
.clean-purchase .purchase-topline { padding: 3px 2px 9px; }
.clean-purchase .purchase-topline strong { display: none; }
.gallery-window { height: 220px; border-radius: 16px; }
.gallery-window > span { left: 8px; right: 8px; bottom: 8px; grid-template-columns: minmax(0,1fr); padding: 9px 10px; }
.gallery-window strong { font-size: 16px; }
.gallery-window em { display: none; }
.clean-purchase .purchase-info { grid-template-columns: 120px minmax(0,1fr); gap: 12px; padding: 13px 2px 10px; }
.clean-purchase .purchase-product { min-height: 150px; }
.clean-purchase .purchase-product img { height: 150px; }
.clean-purchase .purchase-details h2 { margin-bottom: 8px; font-size: clamp(24px,7vw,34px); }
.clean-purchase .purchase-maths { gap: 10px 18px; padding: 7px 0; }
.clean-purchase .purchase-final { gap: 10px; padding-top: 8px; }
.clean-purchase .purchase-final > div > strong { font-size: 43px; }
.clean-purchase .purchase-actions { grid-template-columns: minmax(0,1fr); gap: 7px; padding-top: 10px; }
.clean-purchase .purchase-actions p { text-align: center; }
.clean-purchase .payment-handoff { padding: 11px 11px 11px 17px; }
}
@media (max-width:430px) {
.clean-purchase .purchase-info { grid-template-columns: 96px minmax(0,1fr); }
.clean-purchase .purchase-product, .clean-purchase .purchase-product img { min-height: 122px; height: 122px; }
.clean-purchase .purchase-details h2 { font-size: 25px; }
.clean-purchase .purchase-final > div > strong { font-size: 38px; }
}
/* GLOSS + SHIMMER 20260824 */
.checkout-card.clean-purchase { background: linear-gradient(145deg,#ffffff 0%,#fffdf8 46%,#fff7f1 100%); box-shadow: 0 30px 85px rgba(77,42,103,.28),0 0 44px rgba(255,79,154,.16),0 0 70px rgba(255,216,77,.12),inset 0 1px 0 rgba(255,255,255,.94); }
.gallery-window { position: relative; box-shadow: 0 18px 48px rgba(77,42,103,.22),0 0 26px rgba(149,230,207,.22),inset 0 1px 0 rgba(255,255,255,.88); }
.gallery-window::after { content: ""; position: absolute; z-index: 1; inset: -60% -85%; pointer-events: none; background: linear-gradient(112deg,transparent 39%,rgba(255,255,255,.08) 45%,rgba(255,255,255,.62) 50%,rgba(255,216,77,.2) 54%,transparent 61%); transform: translateX(-34%) rotate(4deg); animation: noknok-sheen 5.2s ease-in-out infinite; }
.gallery-window > span { z-index: 2; border: 1px solid rgba(255,255,255,.78); background: linear-gradient(135deg,rgba(255,255,255,.94),rgba(255,250,244,.82)); box-shadow: 0 10px 30px rgba(42,25,50,.2),inset 0 1px 0 #fff; }
.clean-purchase .purchase-product img { filter: drop-shadow(0 18px 18px rgba(109,61,232,.18)) drop-shadow(0 8px 14px rgba(255,79,154,.12)); }
.clean-purchase .purchase-final > div > strong { text-shadow: 0 0 18px rgba(255,79,154,.22),0 2px 0 #fff; }
.clean-purchase .purchase-topline strong { text-shadow: 0 0 15px rgba(255,79,154,.35); }
.clean-purchase .payment-handoff { position: relative; overflow: hidden; isolation: isolate; background: linear-gradient(135deg,#ffe867 0%,var(--play-yellow) 48%,#ffc94c 100%); box-shadow: 0 12px 28px rgba(112,81,22,.2),0 0 22px rgba(255,216,77,.32),inset 0 1px 0 rgba(255,255,255,.72); }
.clean-purchase .payment-handoff::after { content: ""; position: absolute; z-index: -1; inset: -130% -45%; pointer-events: none; background: linear-gradient(108deg,transparent 38%,rgba(255,255,255,.78) 49%,transparent 60%); transform: translateX(-60%) rotate(8deg); animation: noknok-button-sheen 3.8s ease-in-out infinite; }
.clean-purchase .payment-handoff:hover, .clean-purchase .payment-handoff:focus-visible { transform: translateY(-2px); box-shadow: 0 16px 34px rgba(112,81,22,.24),0 0 30px rgba(255,216,77,.48),inset 0 1px 0 #fff; outline: none; }
.clean-purchase .payment-handoff b { box-shadow: 0 0 16px rgba(109,61,232,.26); }
@keyframes noknok-sheen { 0%,18% { transform: translateX(-42%) rotate(4deg); opacity: 0; } 28% { opacity: .78; } 53%,100% { transform: translateX(44%) rotate(4deg); opacity: 0; } }
@keyframes noknok-button-sheen { 0%,22% { transform: translateX(-62%) rotate(8deg); opacity: 0; } 34% { opacity: .72; } 56%,100% { transform: translateX(62%) rotate(8deg); opacity: 0; } }
@media (prefers-reduced-motion:reduce) { .gallery-window::after, .clean-purchase .payment-handoff::after { animation: none; opacity: .18; transform: none; } }

/* STRUCTURED HERO STAGE 20260824 */
.intro { position: relative; grid-template-columns: minmax(0,1fr) minmax(250px,292px); grid-template-rows: auto 1fr; align-items: start; gap: 24px clamp(26px,4vw,54px); margin: 22px clamp(14px,3vw,42px) 30px; padding: 18px clamp(22px,4.4vw,62px) clamp(28px,4.2vw,56px); overflow: hidden; border: 1px solid rgba(109,61,232,.13); border-radius: 38px; background: linear-gradient(135deg,#fff7ef 0%,#f4eeff 48%,#eefcf8 100%); box-shadow: 0 24px 65px rgba(70,38,94,.15),0 0 34px rgba(255,79,154,.08),inset 0 1px 0 rgba(255,255,255,.92); }
.intro::after { content: ""; position: absolute; inset: 0; z-index: 0; pointer-events: none; background: linear-gradient(112deg,transparent 0 46%,rgba(255,255,255,.55) 51%,transparent 56% 100%); opacity: .52; }
.intro > * { position: relative; z-index: 1; }
.intro-stage-label { grid-column: 1 / -1; display: flex; align-items: center; justify-content: space-between; gap: 16px; padding: 0 2px 13px; border-bottom: 1px solid rgba(36,22,58,.14); color: var(--play-purple); font-size: 8px; font-weight: 800; letter-spacing: .15em; }
.intro-stage-label strong { color: var(--play-ink); font-size: 8px; }
.intro-story { align-self: center; min-width: 0; padding: 8px 0 2px; }
.intro .eyebrow { margin-bottom: 13px; color: #6d5b78; }
.intro h1 { max-width: 8ch; font-size: clamp(52px,7.8vw,116px); line-height: .79; text-wrap: balance; }
.intro-lead { max-width: 42ch; margin-top: 22px; }
.experience-route { display: grid; grid-template-columns: repeat(3,minmax(0,1fr)); max-width: 560px; margin-top: 22px; overflow: hidden; border: 1px solid rgba(36,22,58,.12); border-radius: 18px; background: rgba(255,255,255,.64); box-shadow: 0 12px 30px rgba(69,42,84,.08),inset 0 1px rgba(255,255,255,.9); backdrop-filter: blur(10px); }
.experience-route span { display: grid; gap: 1px; padding: 11px 13px; }
.experience-route span + span { border-left: 1px solid rgba(36,22,58,.1); }
.experience-route b { color: var(--play-purple); font-size: 11px; letter-spacing: .08em; }
.experience-route span:nth-child(2) b { color: var(--play-pink); }
.experience-route span:nth-child(3) b { color: #159d82; }
.experience-route small { color: #766c7b; font-size: 6px; font-weight: 800; letter-spacing: .08em; }
.intro-actions { margin-top: 18px; }
.intro .music-stage { align-self: start; justify-self: end; margin: 0; border: 1px solid rgba(255,255,255,.7); background: linear-gradient(155deg,rgba(255,255,255,.91),rgba(242,235,255,.86)); box-shadow: 0 18px 44px rgba(70,36,116,.18),0 0 24px rgba(149,230,207,.13),inset 0 1px 0 #fff; }
.moving-shop { padding-top: 0; }
@media (max-width:860px) { .intro { grid-template-columns: minmax(0,1fr); grid-template-rows: auto auto auto; } .intro-stage-label { grid-column: 1; } .intro .music-stage { justify-self: stretch; width: min(100%,360px); } }
@media (max-width:760px) { .intro { gap: 17px; margin: 12px 10px 20px; padding: 14px 15px 22px; border-radius: 27px; } .intro-stage-label { padding-bottom: 10px; } .intro-stage-label strong { display: none; } .intro h1 { max-width: 9ch; font-size: clamp(43px,13vw,62px); line-height: .81; } .intro-lead { margin-top: 16px; } .experience-route { margin-top: 16px; border-radius: 15px; } .experience-route span { padding: 9px 8px; } .experience-route small { font-size: 5px; } .intro .music-stage { justify-self: stretch; width: 100%; } }
@media (prefers-reduced-motion:reduce) { .intro::after { display: none; } }
/* FOUR FRAME LAYOUT 20260824 */
.intro { display: grid; grid-template-columns: minmax(0,1fr) minmax(250px,292px); grid-template-rows: auto; align-items: stretch; gap: 22px; margin: 22px clamp(14px,3vw,42px); padding: 0; overflow: visible; border: 0; border-radius: 0; background: transparent; box-shadow: none; }
.intro::after { display: none; }
.intro-story { min-width: 0; display: flex; flex-direction: column; justify-content: center; padding: clamp(28px,4vw,52px); overflow: hidden; border: 1px solid rgba(109,61,232,.13); border-radius: 34px; background: linear-gradient(135deg,#fff7ef 0%,#f3ebff 58%,#fff7ef 100%); box-shadow: 0 22px 55px rgba(70,38,94,.13),0 0 26px rgba(255,79,154,.07),inset 0 1px 0 rgba(255,255,255,.94); }
.intro-story .eyebrow { margin-bottom: 13px; }
.intro-story h1 { max-width: 8ch; font-size: clamp(50px,7.1vw,106px); line-height: .79; }
.intro-story .intro-lead { max-width: 42ch; margin-top: 20px; }
.intro-story .intro-actions { margin-top: 18px; }
.intro .music-stage { align-self: stretch; justify-self: stretch; width: 100%; max-width: 292px; height: 100%; margin: 0; overflow: hidden; border: 1px solid rgba(109,61,232,.13); border-radius: 28px; background: linear-gradient(155deg,#ffffff 0%,#f2ebff 100%); box-shadow: 0 22px 55px rgba(70,38,94,.15),0 0 25px rgba(149,230,207,.12),inset 0 1px 0 #fff; }
.moving-shop { margin: 0 clamp(14px,3vw,42px) 22px; padding: 16px 0 17px; overflow: hidden; border: 1px solid rgba(109,61,232,.13); border-radius: 30px; background: #fff; box-shadow: 0 22px 55px rgba(70,38,94,.12),inset 0 1px 0 #fff; }
.moving-shop .section-heading { padding: 0 20px 12px; }
.moving-shop .belt-window { border: 0; }
.moving-shop .belt-status { padding: 11px 20px 0; }
.catch-panel { margin: 0 clamp(14px,3vw,42px) 58px; }
@media (max-width:860px) { .intro { grid-template-columns: minmax(0,1fr); } .intro .music-stage { max-width: 100%; height: auto; } }
@media (max-width:760px) { .intro { gap: 12px; margin: 12px 10px; } .intro-story { padding: 25px 18px; border-radius: 26px; } .intro-story h1 { max-width: 9ch; font-size: clamp(43px,13vw,62px); } .intro .music-stage { border-radius: 24px; } .moving-shop { margin: 0 10px 14px; padding: 12px 0; border-radius: 24px; } .moving-shop .section-heading { padding: 0 13px 9px; } .moving-shop .belt-status { padding: 9px 13px 0; } .catch-panel { margin: 0 10px 42px; } }
/* EXACT TITLE FIT 20260824 */
.intro-story h1 { max-width: 11ch; font-size: clamp(38px,5.2vw,76px); line-height: .86; }
.intro-story h1 .hear-it { color: var(--play-purple); }
@media (max-width:760px) { .intro-story h1 { max-width: 11ch; font-size: clamp(36px,10.5vw,48px); line-height: .88; } }
/* ANDROID MOBILE WRAP 20260824 */
@media (max-width:760px) {
  html { background: #2a1937; }
  body { min-width: 0; width: 100%; max-width: 100%; background: #fff7ef; overflow-x: clip; }
  .app-shell { width: 100%; max-width: 480px; min-height: 100dvh; margin: 0 auto; overflow-x: clip; background: #fff7ef; box-shadow: 0 0 45px rgba(10,4,18,.28); }
  .topbar { grid-template-columns: minmax(0,1fr) auto; gap: 8px; min-height: 56px; padding: calc(8px + env(safe-area-inset-top)) 12px 8px; }
  .logo { font-size: 28px; }
  .top-actions { min-width: 0; gap: 7px; }
  .top-actions button { min-height: 40px; padding: 8px 12px; }
  .promo-ribbon { min-height: 34px; padding: 8px 12px; }
  .promo-ribbon div { min-width: 0; gap: 8px; }
  .promo-ribbon strong { font-size: 8px; }
  .promo-ribbon span { overflow: hidden; font-size: 7px; text-overflow: ellipsis; }
  .search-drawer { top: 56px; padding: 12px; }
  .search-drawer input, .search-drawer button { min-height: 46px; }
  main { width: 100%; overflow-x: clip; }
  .intro { display: flex; flex-direction: column; gap: 10px; width: auto; margin: 10px 8px; }
  .intro-story { width: 100%; min-height: 0; padding: 21px 17px 18px; border-radius: 24px; }
  .intro-story .eyebrow { margin-bottom: 10px; font-size: 7px; }
  .intro-story h1 { max-width: none; margin: 0; font-size: clamp(34px,10.4vw,48px); line-height: .88; letter-spacing: -.04em; }
  .intro-story .intro-lead { margin-top: 14px; font-size: 13px; line-height: 1.4; }
  .intro-story .intro-actions { display: grid; grid-template-columns: minmax(0,1fr) auto; gap: 9px; align-items: center; margin-top: 14px; }
  .surprise-button { min-height: 46px; width: 100%; padding: 11px 14px; font-size: 9px; }
  .offer-chip { gap: 7px; margin: 0; padding: 7px 9px; box-shadow: 3px 4px 0 rgba(36,22,58,.8); transform: none; }
  .offer-chip strong { font-size: 24px; }
  .offer-chip span { font-size: 6px; }
  .intro .music-stage { width: 100%; max-width: none; height: auto; padding: 10px; border-radius: 24px; }
  .music-stage-head { padding: 2px 3px 8px; }
  .music-stage-head a { min-height: 36px; display: inline-flex; align-items: center; }
  .music-screen { width: 100%; height: 190px; aspect-ratio: auto; border-radius: 17px; }
  .music-caption { left: 9px; right: 9px; bottom: 9px; padding: 8px 10px; }
  .music-caption strong { font-size: 18px; }
  .player-row { grid-template-columns: auto minmax(0,1fr) auto; width: 100%; }
  .player-row button { min-height: 42px; padding: 8px 13px; }
  .music-track-list { width: 100%; padding: 8px 0 6px; overflow-x: auto; scrollbar-width: none; }
  .music-track-list::-webkit-scrollbar { display: none; }
  .music-track-list button { min-height: 36px; max-width: 138px; }
  .music-commerce { width: 100%; }
  .music-commerce a { min-height: 42px; display: inline-flex; align-items: center; justify-content: center; }
  .moving-shop { width: auto; margin: 0 8px 10px; padding: 11px 0; border-radius: 23px; }
  .moving-shop .section-heading { align-items: center; gap: 10px; padding: 0 12px 9px; font-size: 6px; }
  .moving-shop .section-heading span:last-child { text-align: right; }
  .belt-window { width: 100%; padding: 10px 0 16px; }
  .belt { --card-width: 148px; gap: 10px; padding: 0 10px; animation-duration: 64s; }
  .product-card { grid-template-rows: 136px 92px; border-radius: 19px; box-shadow: 0 8px 18px rgba(78,38,70,.17); }
  .product-card:hover, .product-card:focus-visible { transform: none; }
  .discount-badge { left: 7px; top: 7px; padding: 5px 7px; font-size: 6px; }
  .product-copy { padding: 8px; }
  .product-title { font-size: 10px; }
  .moving-shop .belt-status { gap: 10px; padding: 9px 12px 0; font-size: 6px; }
  .catch-panel { display: grid; grid-template-columns: minmax(0,1fr); gap: 8px; width: auto; min-height: 0; margin: 0 8px 30px; padding: 14px; border-radius: 23px; box-shadow: 0 14px 34px rgba(71,39,88,.15); }
  .catch-colour { width: 100%; height: 35%; }
  .catch-image-wrap { min-height: 238px; }
  .catch-image-wrap img { width: 100%; height: 230px; }
  .catch-copy { min-width: 0; padding: 8px 2px 2px; }
  .catch-copy h2 { max-width: 15ch; margin: 10px 0 9px; font-size: clamp(31px,9vw,42px); line-height: .94; overflow-wrap: anywhere; }
  .catch-copy > p { font-size: 12px; }
  .price-lockup { gap: 18px; margin: 16px 0; }
  .price-lockup strong { font-size: 24px; }
  .price-lockup .checkout-price strong { font-size: 38px; }
  .catch-button { width: 100%; min-width: 0; min-height: 50px; padding: 13px 15px; }
  footer { padding-bottom: calc(20px + env(safe-area-inset-bottom)); }
  .checkout-dialog { width: 100%; max-width: none; height: 100dvh; max-height: 100dvh; margin: 0; }
  .checkout-card.clean-purchase { width: 100%; min-height: 100dvh; max-height: 100dvh; padding: calc(12px + env(safe-area-inset-top)) 12px calc(12px + env(safe-area-inset-bottom)); border-radius: 0; }
  .clean-purchase .dialog-close { right: 18px; top: calc(18px + env(safe-area-inset-top)); min-width: 44px; min-height: 44px; }
  .gallery-window { height: 190px; margin-top: 2px; }
  .clean-purchase .purchase-info { grid-template-columns: 106px minmax(0,1fr); gap: 10px; }
  .clean-purchase .purchase-product, .clean-purchase .purchase-product img { min-height: 132px; height: 132px; }
  .clean-purchase .purchase-details h2 { max-width: 17ch; font-size: clamp(23px,6.6vw,31px); }
  .clean-purchase .purchase-final > div > strong { font-size: 40px; }
  .clean-purchase .purchase-actions { position: sticky; bottom: calc(-12px - env(safe-area-inset-bottom)); z-index: 5; margin-inline: -12px; padding: 10px 12px calc(12px + env(safe-area-inset-bottom)); background: rgba(255,255,255,.96); box-shadow: 0 -10px 24px rgba(52,35,60,.1); backdrop-filter: blur(12px); }
  .clean-purchase .payment-handoff { min-height: 52px; }
}
@media (max-width:360px) {
  .intro-story h1 { font-size: 33px; }
  .intro-story .intro-actions { grid-template-columns: minmax(0,1fr); }
  .offer-chip { justify-self: start; }
  .clean-purchase .purchase-info { grid-template-columns: 88px minmax(0,1fr); }
  .clean-purchase .purchase-product, .clean-purchase .purchase-product img { min-height: 112px; height: 112px; }
}
/* ANDROID VIEWPORT CORRECTION 20260824 */
@media (max-width:760px) {
  .intro-story .intro-actions { display: grid; grid-template-columns: minmax(0,1fr); gap: 10px; }
  .intro-story .offer-chip { justify-self: start; max-width: 100%; }
  .player-row { display: grid; grid-template-columns: auto minmax(0,1fr) auto; width: 100%; }
  .player-row input { min-width: 0; width: 100%; }
  .music-commerce { display: grid; grid-template-columns: auto minmax(0,1fr); }
  .music-commerce a { min-width: 0; overflow-wrap: anywhere; text-align: center; }
  .topbar, .promo-ribbon, .intro, .intro-story, .music-stage, .moving-shop, .catch-panel { max-width: 100%; }
}
/* LOWERCASE NOKNOK BRAND 20260824 */
.hero-brand { color: var(--play-ink); }
.hero-brand > span:last-child { color: var(--red); }
.legal-page { min-height: 100vh; padding: clamp(24px, 6vw, 72px); background: var(--cream, #fff7ef); color: var(--ink, #171515); }
.legal-page > .logo { display: inline-flex; margin-bottom: 28px; }
.legal-page article { max-width: 760px; padding: clamp(24px, 5vw, 52px); border: 1px solid rgba(255, 79, 61, .18); border-radius: 28px; background: rgba(255,255,255,.88); box-shadow: 0 24px 60px rgba(105, 54, 33, .12); }
.legal-page h1 { margin: 0 0 8px; font-size: clamp(2.5rem, 9vw, 5rem); line-height: .95; }
.legal-page h2 { margin: 28px 0 8px; font-size: 1.15rem; }
.legal-page p { max-width: 68ch; line-height: 1.65; }
.legal-page a { color: var(--red, #ff4f3d); font-weight: 800; }
/* VERIFIED LIVE CAROUSEL CONTROL 20260825 V4 */
.motion-controls { display: inline-flex; align-items: center; justify-content: flex-end; gap: 10px; }
.motion-toggle { border: 1px solid currentColor; border-radius: 999px; padding: 5px 9px; background: transparent; color: inherit; font-size: 8px; font-weight: 1000; letter-spacing: .08em; cursor: pointer; }
.motion-toggle:hover, .motion-toggle:focus-visible { background: var(--play-yellow); color: var(--play-ink); outline: 2px solid var(--play-ink); outline-offset: 2px; }
@media (max-width: 520px) { .motion-controls > span { display: none; } }
/* SLOW SEAMLESS CONTINUOUS LIVE CAROUSEL 20260825 V6 */
.app-shell main > .intro {
  display: block;
  min-height: 0;
  padding: clamp(30px, 5vw, 62px) clamp(18px, 7vw, 110px) clamp(24px, 4vw, 44px);
}
.app-shell .intro-story { max-width: 980px; }
.app-shell .intro-story h1 { max-width: 12ch; font-size: clamp(58px, 8vw, 118px); line-height: .84; }
.app-shell .intro-story .intro-lead { max-width: 54ch; margin-top: 25px; }
.app-shell .moving-shop { padding: 0 0 28px; }
.app-shell .moving-shop .section-heading {
  align-items: end;
  gap: 18px;
  padding: 14px clamp(16px, 4vw, 60px) 12px;
}
.section-heading > div:first-child { display: grid; gap: 4px; }
.section-heading > div:first-child strong { font-size: 12px; letter-spacing: .03em; }
.carousel-controls { display: flex; align-items: center; gap: 8px; }
.carousel-controls button {
  min-height: 40px;
  border: 2px solid var(--play-ink);
  border-radius: 999px;
  padding: 8px 13px;
  background: #fff;
  color: var(--play-ink);
  font-size: 9px;
  font-weight: 1000;
  letter-spacing: .06em;
  cursor: pointer;
}
.carousel-controls button:not(:disabled):hover,
.carousel-controls button:not(:disabled):focus-visible { background: var(--play-yellow); outline: 3px solid rgba(36,22,58,.18); outline-offset: 2px; }
.carousel-controls button:disabled { opacity: .38; cursor: not-allowed; }
.app-shell .moving-shop .belt-window {
  overflow-x: auto;
  overflow-y: hidden;
  scroll-snap-type: x mandatory;
  scroll-behavior: smooth;
  scrollbar-width: thin;
  scrollbar-color: var(--play-ink) rgba(255,255,255,.45);
  overscroll-behavior-x: contain;
  -webkit-overflow-scrolling: touch;
}
.app-shell .moving-shop .belt-window.is-auto-moving {
  scroll-snap-type: none;
  scroll-behavior: auto;
}
.app-shell .moving-shop .belt {
  display: flex;
  width: max-content;
  min-width: 100%;
  gap: 16px;
  padding: 18px clamp(16px, 4vw, 60px) 26px;
  animation: none !important;
  transform: none !important;
  will-change: auto;
}
.app-shell .carousel-card { flex: 0 0 clamp(220px, 22vw, 250px); scroll-snap-align: start; }
.app-shell .belt-status { display: grid; grid-template-columns: auto 1fr auto; gap: 16px; }
.app-shell .belt-status span:nth-child(2) { justify-self: center; color: var(--play-purple); }
.app-shell .belt-status span:last-child { text-align: right; }
.live-catalogue {
  margin: 22px clamp(14px, 4vw, 60px) 56px;
  padding: clamp(22px, 4vw, 46px);
  border: 2px solid var(--play-ink);
  border-radius: 30px;
  background: rgba(255,255,255,.94);
  box-shadow: 10px 12px 0 var(--play-ink);
}
.live-catalogue > header { display: grid; grid-template-columns: minmax(0,1fr) minmax(260px,.7fr); gap: 28px; align-items: end; }
.live-catalogue > header span { font-size: 9px; font-weight: 1000; letter-spacing: .14em; }
.live-catalogue > header h2 { max-width: 14ch; margin: 7px 0 0; font-family: Impact,"Arial Black",sans-serif; font-size: clamp(40px, 5vw, 74px); line-height: .88; text-transform: uppercase; }
.live-catalogue > header p { max-width: 50ch; margin: 0; color: #655a70; line-height: 1.55; }
.catalogue-tools { display: flex; justify-content: space-between; align-items: end; gap: 20px; margin: 30px 0 18px; padding-top: 20px; border-top: 1px solid var(--line); }
.catalogue-tools label { display: grid; gap: 7px; font-size: 8px; font-weight: 1000; letter-spacing: .12em; }
.catalogue-tools select { min-height: 44px; border: 2px solid var(--play-ink); border-radius: 10px; padding: 8px 38px 8px 12px; background: #fff; color: var(--play-ink); font-weight: 800; }
#catalogueStatus { font-size: 9px; font-weight: 1000; letter-spacing: .08em; text-align: right; }
.catalogue-grid { display: grid; grid-template-columns: repeat(4,minmax(0,1fr)); gap: 18px; }
.catalogue-grid .catalogue-card { width: 100%; min-width: 0; grid-template-rows: 220px 112px; box-shadow: 5px 6px 0 rgba(36,22,58,.82); }
.catalogue-grid .catalogue-card:hover,
.catalogue-grid .catalogue-card:focus-visible { transform: translateY(-4px); box-shadow: 7px 10px 0 var(--play-ink); }
.catalogue-empty { grid-column: 1 / -1; min-height: 180px; display: grid; place-items: center; text-align: center; }
.catalogue-pages { display: grid; grid-template-columns: 1fr auto 1fr; gap: 16px; align-items: center; margin-top: 26px; }
.catalogue-pages button { min-height: 48px; border: 2px solid var(--play-ink); border-radius: 999px; padding: 10px 18px; background: var(--play-yellow); color: var(--play-ink); font-weight: 1000; cursor: pointer; }
.catalogue-pages button:last-child { justify-self: end; }
.catalogue-pages button:disabled { opacity: .35; cursor: not-allowed; }
.catalogue-pages strong { font-size: 10px; letter-spacing: .1em; text-align: center; }
.app-shell .catch-copy > p { max-height: none; }
.music-lower { margin: 24px clamp(14px, 4vw, 60px) 60px; padding: 26px; border-radius: 28px; background: rgba(255,255,255,.74); }
.music-lower > .section-heading { padding-inline: 0; }
.music-lower .music-stage { width: min(760px,100%); margin: 16px auto 0; }
.clean-purchase .purchase-topline { margin-bottom: 22px; }
.clean-purchase .purchase-info { margin-top: 0; }
.clean-purchase .seller-handoff-note { display: block; margin: 4px 0 12px; color: #665e6a; font-size: 10px; line-height: 1.45; text-align: center; }
.clean-purchase .payment-handoff span { font-size: 11px; }
@media (max-width: 980px) {
  .catalogue-grid { grid-template-columns: repeat(3,minmax(0,1fr)); }
}
@media (max-width: 760px) {
  .app-shell main > .intro { padding: 24px 16px 18px; }
  .app-shell .intro-story h1 { font-size: clamp(50px,15vw,70px); line-height: .84; }
  .app-shell .intro-story .intro-lead { margin-top: 18px; font-size: 14px; }
  .app-shell .intro-story .intro-actions { display: grid; grid-template-columns: minmax(0,1fr) auto; gap: 10px; }
  .app-shell .surprise-button { min-height: 50px; }
  .app-shell .moving-shop .section-heading { align-items: center; padding: 10px 14px; }
  .section-heading > div:first-child strong { font-size: 9px; }
  .carousel-controls { gap: 5px; }
  .carousel-controls button { min-width: 42px; min-height: 42px; padding: 7px 10px; }
  .carousel-controls .motion-toggle { max-width: 105px; font-size: 7px; }
  .app-shell .moving-shop .belt-window.is-auto-moving {
  scroll-snap-type: none;
  scroll-behavior: auto;
}
.app-shell .moving-shop .belt { gap: 12px; padding: 12px 14px 20px; }
  .app-shell .carousel-card { flex-basis: min(76vw,280px); grid-template-rows: 215px 112px; }
  .app-shell .belt-status { grid-template-columns: 1fr auto; gap: 6px 12px; padding: 10px 14px 0; }
  .app-shell .belt-status span:nth-child(2) { justify-self: end; }
  .app-shell .belt-status span:last-child { grid-column: 1 / -1; text-align: left; }
  .live-catalogue { margin: 12px 10px 38px; padding: 20px 12px 24px; border-radius: 22px; box-shadow: 6px 7px 0 var(--play-ink); }
  .live-catalogue > header { grid-template-columns: 1fr; gap: 12px; }
  .live-catalogue > header h2 { font-size: 42px; }
  .live-catalogue > header p { font-size: 13px; }
  .catalogue-tools { align-items: stretch; flex-direction: column; margin-top: 22px; }
  .catalogue-tools select { width: 100%; }
  #catalogueStatus { text-align: left; }
  .catalogue-grid { grid-template-columns: repeat(2,minmax(0,1fr)); gap: 10px; }
  .catalogue-grid .catalogue-card { grid-template-rows: 145px 116px; border-radius: 14px; box-shadow: 3px 4px 0 rgba(36,22,58,.8); }
  .catalogue-grid .product-copy { padding: 8px; }
  .catalogue-grid .product-title { font-size: 10px; }
  .catalogue-grid .noknok-price { font-size: 19px; }
  .catalogue-pages { gap: 8px; }
  .catalogue-pages button { min-height: 44px; padding: 8px 11px; font-size: 9px; }
  .catalogue-pages strong { font-size: 8px; }
  .app-shell .catch-panel { margin-top: 28px; }
  .music-lower { margin: 18px 10px 36px; padding: 16px 10px; }
  .clean-purchase .purchase-info { grid-template-columns: 100px minmax(0,1fr); }
  .clean-purchase .purchase-product,
  .clean-purchase .purchase-product img { min-height: 120px; height: 120px; }
}

/* V7 EXACT REFERENCE FACE RESTORE — CATCHPHRASE + RHAPSODE ONLY */
.app-shell main > .intro {
  display: grid;
  grid-template-columns: minmax(0,1fr) minmax(250px,292px);
  grid-template-rows: auto;
  align-items: stretch;
  gap: 22px;
  min-height: 0;
  margin: 22px clamp(14px,3vw,42px);
  padding: 0;
  overflow: visible;
  border: 0;
  border-radius: 0;
  background: transparent;
  box-shadow: none;
}
.app-shell main > .intro::after { display: none; }
.app-shell .intro-story {
  min-width: 0;
  max-width: none;
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: clamp(28px,4vw,52px);
  overflow: hidden;
  border: 1px solid rgba(109,61,232,.13);
  border-radius: 34px;
  background: linear-gradient(135deg,#fff7ef 0%,#f3ebff 58%,#fff7ef 100%);
  box-shadow: 0 22px 55px rgba(70,38,94,.13),0 0 26px rgba(255,79,154,.07),inset 0 1px 0 rgba(255,255,255,.94);
}
.app-shell .intro-story .eyebrow { margin-bottom: 13px; }
.app-shell .intro-story h1 { max-width: 11ch; font-size: clamp(38px,5.2vw,76px); line-height: .86; }
.app-shell .intro-story h1 .hear-it { color: var(--play-purple); }
.app-shell .intro-story .intro-lead { max-width: 42ch; margin-top: 20px; }
.app-shell .intro-story .intro-actions { margin-top: 18px; }
.app-shell main > .intro .music-stage {
  align-self: stretch;
  justify-self: stretch;
  width: 100%;
  max-width: 292px;
  height: 100%;
  margin: 0;
  overflow: hidden;
  border: 1px solid rgba(109,61,232,.13);
  border-radius: 28px;
  background: linear-gradient(155deg,#ffffff 0%,#f2ebff 100%);
  box-shadow: 0 22px 55px rgba(70,38,94,.15),0 0 25px rgba(149,230,207,.12),inset 0 1px 0 #fff;
}
@media (max-width:860px) {
  .app-shell main > .intro { grid-template-columns: minmax(0,1fr); }
  .app-shell main > .intro .music-stage { max-width: 100%; height: auto; }
}
@media (max-width:760px) {
  .app-shell main > .intro { gap: 12px; margin: 12px 10px; padding: 0; }
  .app-shell .intro-story { padding: 25px 18px; border-radius: 26px; }
  .app-shell .intro-story h1 { max-width: 11ch; font-size: clamp(36px,10.5vw,48px); line-height: .88; }
  .app-shell main > .intro .music-stage { border-radius: 24px; }
}@media (max-width:760px) {
  .app-shell .intro-story .intro-actions { display: grid; grid-template-columns: minmax(0,1fr); gap: 10px; }
  .app-shell .intro-story .offer-chip { justify-self: start; max-width: 100%; }
}