:root {
  --play-ink: #17343d;
  --play-ink-soft: #31545b;
  --play-butter: #f2d166;
  --play-aqua: #63c9c6;
  --play-aqua-dark: #087b82;
  --play-aqua-light: #dff3f1;
  --play-coral: #f39aa9;
  --play-pink: #e6597c;
  --play-pink-dark: #b92d59;
  --play-paper: #fffdf9;
  --play-white: #ffffff;
  --play-line: #d8e5e4;
  --play-green: #087a43;
  --whatsapp-green: #28a71a;
  --whatsapp-green-hover: #218915;
  --whatsapp-green-active: #196f10;
  --whatsapp-ink: #ffffff;
  --play-shadow: 0 18px 45px rgba(23, 52, 61, 0.12);
}

html {
  overflow-x: clip;
  scroll-padding-top: 110px;
}

body.playroom-site {
  overflow-x: clip;
  color: var(--play-ink);
  background: var(--play-paper);
  font-size: 1.04rem;
}

.playroom-site .shell {
  width: min(calc(100% - 48px), 1220px);
}

.playroom-site #deal,
.playroom-site #build,
.playroom-site #how,
.playroom-site #questions,
.playroom-site #contact,
.playroom-site #cakes {
  scroll-margin-top: 0;
}

.playroom-site :focus-visible {
  outline: 3px solid #fff;
  outline-offset: 3px;
  box-shadow: 0 0 0 6px var(--focus);
}

.playroom-site .eyebrow {
  color: var(--play-aqua-dark);
  font-size: 0.82rem;
}

.playroom-site .eyebrow::before {
  width: 28px;
  height: 4px;
  background: var(--play-butter);
  transform: none;
}

.playroom-site .eyebrow-pink {
  color: var(--play-pink-dark);
}

.playroom-site .button {
  min-height: 50px;
  border: 0;
  border-radius: 999px;
  box-shadow: none;
}

.playroom-site .button:hover {
  transform: translateY(-2px);
}

.playroom-site .button-primary {
  color: #fff;
  background: var(--play-pink-dark);
  box-shadow: none;
}

.playroom-site .button-primary:hover {
  background: #982448;
  box-shadow: none;
}

/* Reference-led two-tier header */
.playroom-site .site-header {
  position: sticky;
  inset-block-start: 0;
  z-index: 50;
  min-height: 0;
  background: #fff;
  border: 0;
  box-shadow: 0 8px 25px rgba(23, 52, 61, 0.08);
  backdrop-filter: none;
}

.playroom-site .site-topbar {
  color: var(--play-ink);
  background: var(--play-butter);
}

.playroom-site .topbar-inner {
  min-height: 45px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
  font-size: 0.72rem;
  font-weight: 700;
}

.playroom-site .topbar-inner p {
  margin: 0;
}

.playroom-site .topbar-links {
  display: flex;
  align-items: center;
  gap: 24px;
}

.playroom-site .topbar-links a {
  min-height: 40px;
  display: inline-flex;
  align-items: center;
  gap: 5px;
  text-underline-offset: 4px;
}

.playroom-site .header-inner {
  min-height: 88px;
  gap: 34px;
}

.playroom-site .brand {
  color: var(--play-ink);
  font-size: 1.22rem;
}

.playroom-site .brand-logo {
  display: block;
  width: auto;
  height: 74px;
  object-fit: contain;
  filter: drop-shadow(0 3px 0 rgba(23, 52, 61, 0.12));
}

.playroom-site .brand strong {
  color: var(--play-pink-dark);
}

.playroom-site .brand-castle {
  background: var(--play-aqua);
  border: 0;
  box-shadow: 3px 3px 0 var(--play-butter);
}

.playroom-site .brand-castle::before,
.playroom-site .brand-castle::after,
.playroom-site .brand-castle span::before {
  background: var(--play-aqua);
  border: 0;
}

.playroom-site .brand-castle > span {
  background: #fff;
}

.playroom-site .main-nav {
  gap: 28px;
}

.playroom-site .main-nav a {
  color: var(--play-ink);
  font-size: 0.88rem;
}

.playroom-site .main-nav a::after {
  inset-block-end: 0;
  background: var(--play-aqua);
}

.playroom-site .site-header .button-navy {
  min-width: 152px;
  color: #fff;
  background: var(--play-aqua-dark);
  box-shadow: none;
}

.playroom-site .site-header .button-navy:hover {
  background: #066a70;
}

/* A panoramic, product-led hero */
.playroom-site .party-hero {
  min-height: 0;
  display: block;
  padding: 0;
  background: var(--play-aqua);
  overflow: hidden;
}

.playroom-site .party-hero::after {
  display: none;
}

.playroom-site .party-hero .shell {
  width: 100%;
  max-width: none;
}

.playroom-site .hero-grid {
  position: relative;
  min-height: 610px;
  display: grid;
  grid-template-columns: 1fr;
  place-items: center;
  gap: 0;
}

.playroom-site .hero-copy {
  position: relative;
  z-index: 4;
  width: min(92%, 640px);
  max-width: none;
  padding: 38px 42px;
  text-align: center;
  background: rgba(8, 123, 130, 0.83);
  border: 1px solid rgba(255, 255, 255, 0.32);
  border-radius: 26px;
  box-shadow: 0 20px 55px rgba(23, 52, 61, 0.22);
  backdrop-filter: blur(6px);
}

.playroom-site .hero-copy .eyebrow {
  margin-block-end: 7px;
  color: #fff;
}

.playroom-site .hero-copy .eyebrow::before {
  background: var(--play-butter);
}

.playroom-site .hero-party-callout {
  width: fit-content;
  margin: 0 auto 11px;
  padding: 6px 12px;
  color: var(--play-ink);
  background: var(--play-butter);
  border-radius: 999px;
  font-size: 0.75rem;
  font-weight: 850;
}

.playroom-site .hero h1 {
  max-width: 620px;
  margin-inline: auto;
  color: #fff;
  font-size: clamp(3.7rem, 6vw, 5.1rem);
  line-height: 0.98;
}

.playroom-site .hero h1 > span {
  display: block;
}

.playroom-site .hero h1 > span:nth-child(2) {
  color: #fff;
}

.playroom-site .hero h1 > strong {
  display: block;
  width: fit-content;
  margin: 18px auto 0;
  padding: 8px 16px 10px;
  color: var(--play-ink);
  background: var(--play-butter);
  border: 0;
  border-radius: 999px;
  box-shadow: none;
  transform: none;
  font-size: 0.34em;
  line-height: 1.2;
}

.playroom-site .hero h1 > strong::before {
  display: none;
}

.playroom-site .hero-lead {
  max-width: 570px;
  margin: 18px auto 0;
  color: #eefafa;
  font-size: 1rem;
  line-height: 1.55;
}

.playroom-site .hero-actions {
  justify-content: center;
  gap: 15px;
  margin-block-start: 23px;
}

.playroom-site .hero-actions .button-primary {
  min-width: 210px;
  background: var(--play-pink-dark);
}

.playroom-site .party-start-button {
  min-height: 50px;
  padding: 12px 20px;
  color: var(--play-ink);
  background: #fff;
  border-radius: 999px;
  text-decoration: none;
}

.playroom-site .hero-trust-list {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  gap: 9px 18px;
  margin: 19px 0 0;
  padding: 0;
  color: #fff;
  font-size: 0.73rem;
  font-weight: 750;
  list-style: none;
}

.playroom-site .hero-trust-list li {
  display: inline-flex;
  align-items: center;
  gap: 7px;
}

.playroom-site .hero-trust-list li::before {
  content: "";
  width: 7px;
  height: 7px;
  background: var(--play-butter);
  border-radius: 50%;
}

.playroom-site .offer-caveat {
  max-width: 570px;
  margin: 10px auto 0;
  color: rgba(255, 255, 255, 0.8);
  font-size: 0.64rem;
}

.playroom-site .confetti,
.playroom-site .party-balloons,
.playroom-site .hero-photo-popcorn,
.playroom-site .hero-photo-candy,
.playroom-site .hero-burst,
.playroom-site .hero-collage figcaption {
  display: none;
}

.playroom-site .hero-collage {
  position: absolute;
  inset: 0;
  z-index: 1;
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
  background: var(--play-aqua);
  border: 0;
  border-radius: 0;
  box-shadow: none;
  transform: none;
}

.playroom-site .hero-collage::before {
  content: "";
  position: absolute;
  inset: 0;
  z-index: 2;
  display: block;
  background:
    linear-gradient(90deg, rgba(23, 52, 61, 0.08), transparent 28% 72%, rgba(23, 52, 61, 0.08)),
    linear-gradient(180deg, rgba(99, 201, 198, 0.12), rgba(99, 201, 198, 0.2));
  border: 0;
  border-radius: 0;
  transform: none;
  pointer-events: none;
}

.playroom-site .hero-photo-main,
.playroom-site .hero-photo-main img {
  width: 100%;
  height: 100%;
}

.playroom-site .hero-photo-main img {
  aspect-ratio: auto;
  object-fit: cover;
  object-position: center 54%;
  border-radius: 0;
  filter: saturate(0.94) brightness(0.96);
}

.playroom-site .hero-stamp {
  inset-block-start: auto;
  inset-block-end: 28px;
  inset-inline-end: 32px;
  z-index: 5;
  width: 94px;
  color: var(--play-ink);
  background: var(--play-butter);
  border: 5px solid #fff;
  border-radius: 50%;
  box-shadow: 0 10px 30px rgba(23, 52, 61, 0.2);
  transform: rotate(7deg);
  animation: playroom-float 4s ease-in-out infinite;
}

.playroom-site .hero-stamp strong {
  font-size: 1.8rem;
}

@keyframes playroom-float {
  0%,
  100% { transform: rotate(7deg) translateY(0); }
  50% { transform: rotate(4deg) translateY(-5px); }
}

/* Product categories directly under the hero */
.playroom-site .category-section {
  padding: 46px 0 56px;
  background: #fff;
}

.playroom-site .category-heading {
  display: flex;
  align-items: end;
  justify-content: space-between;
  gap: 42px;
  margin-block-end: 24px;
}

.playroom-site .category-heading h2 {
  margin: 0;
  color: var(--play-ink);
  font-size: 2.7rem;
  line-height: 1.05;
}

.playroom-site .category-heading > p {
  max-width: 450px;
  margin: 0;
  color: #536c72;
  font-size: 0.9rem;
}

.playroom-site .category-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 14px;
}

.playroom-site .category-card {
  position: relative;
  min-height: 238px;
  display: grid;
  overflow: hidden;
  border-radius: 18px;
  color: var(--play-ink);
  text-decoration: none;
  isolation: isolate;
  transition: transform 180ms ease, box-shadow 180ms ease;
}

.playroom-site .category-card:hover {
  transform: translateY(-4px);
  box-shadow: var(--play-shadow);
}

.playroom-site .category-card img {
  position: absolute;
  inset: 0;
  z-index: -1;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.playroom-site .category-card::after {
  content: "";
  position: absolute;
  inset: 0;
  z-index: -1;
  background: linear-gradient(180deg, transparent 30%, rgba(23, 52, 61, 0.82) 100%);
}

.playroom-site .category-card > span {
  align-self: end;
  display: grid;
  padding: 22px 18px;
  color: #fff;
}

.playroom-site .category-card strong {
  font-size: 1.22rem;
  line-height: 1.2;
}

.playroom-site .category-card small {
  margin-block-start: 4px;
  color: rgba(255, 255, 255, 0.86);
  font-size: 0.7rem;
}

.playroom-site .category-card-sun img,
.playroom-site .category-card-pink img {
  object-fit: contain;
  padding: 28px 35px 58px;
}

.playroom-site .category-card-sun {
  background: var(--play-butter);
}

.playroom-site .category-card-pink {
  background: var(--play-coral);
}

.playroom-site .category-card-aqua {
  background: var(--play-aqua);
}

.playroom-site .category-card-rose {
  background: #efa1ad;
}

/* A compact offer strip, like the reference's central Shop Now moment */
.playroom-site .deal-ribbon {
  padding: 24px 0;
  color: var(--play-ink);
  background: var(--play-butter);
}

.playroom-site .deal-grid {
  grid-template-columns: auto 26px auto 26px auto minmax(220px, 0.8fr) auto;
  gap: 15px;
}

.playroom-site .deal-number strong {
  color: var(--play-pink-dark);
  font-size: 3.4rem;
}

.playroom-site .deal-number span,
.playroom-site .deal-price > span {
  color: var(--play-ink-soft);
}

.playroom-site .deal-symbol {
  color: var(--play-aqua-dark);
}

.playroom-site .deal-price strong {
  color: var(--play-ink);
  font-size: 2.65rem;
}

.playroom-site .deal-price small {
  color: var(--play-pink-dark);
}

.playroom-site .deal-pickup {
  min-height: 66px;
  padding: 11px 16px;
  color: var(--play-ink);
  background: rgba(255, 255, 255, 0.58);
  border: 0;
  border-radius: 15px;
  transform: none;
}

.playroom-site .deal-cta {
  min-width: 170px;
  color: #fff;
  background: var(--play-aqua-dark);
}

.playroom-site .party-strip {
  overflow: hidden;
  color: var(--play-ink);
  background: #fff;
}

.playroom-site .party-strip > div {
  min-height: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 18px;
  font-size: 0.74rem;
  font-weight: 850;
  white-space: nowrap;
}

.playroom-site .party-strip b {
  color: var(--play-pink);
}

/* Builder stays functional but adopts the new catalogue language */
.playroom-site .builder-section {
  padding: 92px 0 100px;
  background: var(--play-paper);
}

.playroom-site .builder-heading {
  align-items: center;
  gap: 52px;
  margin-block-end: 30px;
}

.playroom-site .builder-heading h2 {
  color: var(--play-ink);
  font-size: clamp(2.8rem, 4.2vw, 3.45rem);
}

.playroom-site .builder-explainer {
  padding: 20px 22px;
  background: var(--play-aqua-light);
  border-radius: 18px;
}

.playroom-site .builder-explainer p {
  margin: 0;
  color: var(--play-ink-soft);
  font-size: 0.9rem;
}

.playroom-site .builder-explainer strong {
  display: block;
  margin-block-start: 6px;
  color: var(--play-ink);
  font-size: 0.78rem;
}

.playroom-site .builder-journey {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 10px;
  margin: 0 0 16px;
  padding: 0;
  list-style: none;
}

.playroom-site .builder-journey li {
  min-width: 0;
  display: flex;
  align-items: center;
  gap: 11px;
  padding: 12px 14px;
  color: #60777c;
  background: #fff;
  border: 1px solid var(--play-line);
  border-radius: 14px;
}

.playroom-site .builder-journey li > span {
  width: 34px;
  height: 34px;
  display: grid;
  place-items: center;
  flex: 0 0 auto;
  color: #fff;
  background: #88a0a4;
  border-radius: 50%;
  font-weight: 900;
}

.playroom-site .builder-journey li div {
  min-width: 0;
  display: grid;
}

.playroom-site .builder-journey strong {
  font-size: 0.84rem;
  line-height: 1.2;
}

.playroom-site .builder-journey small {
  font-size: 0.66rem;
}

.playroom-site .builder-journey li.is-current {
  color: var(--play-ink);
  background: #fff2c4;
  border-color: #e7c75c;
}

.playroom-site .builder-journey li.is-current > span {
  background: var(--play-pink-dark);
}

.playroom-site .builder-journey li.is-complete {
  color: #07502d;
  background: #e4f7ed;
  border-color: #afd9c0;
}

.playroom-site .builder-journey li.is-complete > span {
  background: var(--play-green);
}

.playroom-site .package-builder {
  gap: 16px;
}

.playroom-site .builder-live-progress {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 22px;
  padding: 14px 18px;
  color: var(--play-ink);
  background: var(--play-aqua);
  border-radius: 15px;
}

.playroom-site .progress-message {
  display: grid;
}

.playroom-site .progress-message strong {
  color: var(--play-ink);
  font-size: 0.92rem;
}

.playroom-site .progress-message span {
  color: #244d53;
  font-size: 0.68rem;
}

.playroom-site .progress-counts {
  display: flex;
  gap: 8px;
}

.playroom-site .progress-counts > span {
  padding: 6px 10px;
  background: rgba(255, 255, 255, 0.64);
  border-radius: 999px;
  font-size: 0.69rem;
}

.playroom-site .completion-confetti {
  display: none;
}

.playroom-site .builder-panel {
  min-width: 0;
  margin: 0;
  padding: 28px;
  background: #fff;
  border: 1px solid var(--play-line);
  border-radius: 22px;
  box-shadow: 0 14px 36px rgba(23, 52, 61, 0.07);
}

.js .playroom-site .builder-panel:not(.is-active),
.playroom-site .builder-panel[hidden] {
  display: none !important;
}

.playroom-site .builder-step > legend,
.playroom-site .event-details legend {
  color: var(--play-ink);
  font-size: 1.42rem;
}

.playroom-site .builder-step > legend span,
.playroom-site .event-details legend span {
  width: 38px;
  height: 38px;
  color: #fff;
  background: var(--play-pink-dark);
  border: 0;
  box-shadow: none;
}

.playroom-site .step-description {
  max-width: 720px;
  margin: 12px 0 18px;
  color: #5a7075;
  font-size: 0.82rem;
}

.playroom-site .filter-bar {
  gap: 8px;
  margin-block-end: 18px;
}

.playroom-site .filter-button {
  min-height: 42px;
  padding: 8px 14px;
  color: var(--play-ink);
  background: #fff;
  border: 1px solid #a9bdc0;
  font-size: 0.76rem;
}

.playroom-site .filter-button:hover,
.playroom-site .filter-button.is-active {
  color: #fff;
  background: var(--play-aqua-dark);
  border-color: var(--play-aqua-dark);
}

.playroom-site .product-grid,
.playroom-site .product-grid-food {
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 15px;
}

.playroom-site .product-option {
  overflow: hidden;
  background: #fff;
  border: 1px solid #cddcdd;
  border-radius: 16px;
  box-shadow: 0 7px 18px rgba(23, 52, 61, 0.06);
}

.playroom-site .product-option:hover {
  transform: translateY(-3px);
  box-shadow: var(--play-shadow);
}

.playroom-site .product-option:has(input:checked) {
  border: 3px solid var(--play-pink-dark);
  box-shadow: 0 0 0 4px #fde1e8;
  transform: none;
}

.playroom-site .product-image {
  border-block-end: 1px solid var(--play-line);
}

.playroom-site .product-body {
  min-height: 120px;
  padding: 14px;
}

.playroom-site .product-body > strong {
  color: var(--play-ink);
  font-size: 1rem;
}

.playroom-site .product-body > small {
  color: #60757a;
  font-size: 0.69rem;
}

.playroom-site .price-tag {
  margin-block-start: 10px;
  border-radius: 999px;
  font-size: 0.64rem;
}

.playroom-site .select-label {
  min-height: 30px;
  color: var(--play-ink);
  background: rgba(255, 255, 255, 0.95);
  border: 1px solid #b7c8ca;
  border-radius: 999px;
  font-size: 0.63rem;
}

.playroom-site .product-option:has(input:checked) .select-label {
  color: #fff;
  background: var(--play-pink-dark);
  border-color: var(--play-pink-dark);
}

.playroom-site .wizard-actions {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
  margin-block-start: 24px;
}

.playroom-site .wizard-actions-forward {
  justify-content: flex-end;
}

.playroom-site .wizard-next {
  min-width: 260px;
  color: #fff;
  background: var(--play-pink-dark);
}

.playroom-site .wizard-back {
  min-height: 44px;
  color: var(--play-ink);
  background: transparent;
  border: 0;
  font-weight: 800;
  text-decoration: underline;
  text-underline-offset: 5px;
  cursor: pointer;
}

.playroom-site .builder-final-panel.is-active {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(360px, 0.88fr);
  gap: 20px;
}

.playroom-site .wizard-back-top {
  grid-column: 1 / -1;
  justify-self: start;
}

.playroom-site .event-details {
  padding: 23px;
  background: var(--play-aqua-light);
  border: 0;
  border-radius: 17px;
  box-shadow: none;
}

.playroom-site .field-grid input {
  min-height: 48px;
  border: 1px solid #97adb0;
  border-radius: 9px;
}

.playroom-site .builder-summary {
  grid-template-columns: 1fr;
  align-content: start;
  gap: 16px;
  padding: 24px;
  color: #fff;
  background: var(--play-aqua-dark);
  border: 0;
  border-radius: 17px;
  box-shadow: none;
}

.playroom-site .summary-price {
  min-width: 0;
  padding: 14px 0;
  border-inline: 0;
  border-block: 1px solid rgba(255, 255, 255, 0.28);
  text-align: start;
}

.playroom-site .summary-price span,
.playroom-site .builder-disclaimer {
  color: rgba(255, 255, 255, 0.78);
}

.playroom-site .summary-price strong {
  color: var(--play-butter);
}

.playroom-site .button-submit {
  grid-column: auto;
  min-width: 0;
  width: 100%;
  background: var(--play-pink-dark);
}

.playroom-site .builder-disclaimer,
.playroom-site .form-error {
  grid-column: auto;
}

/* Supporting image-led blocks */
.playroom-site .cakes-callout {
  padding: 0 0 88px;
  background: var(--play-paper);
}

.playroom-site .cakes-grid {
  grid-template-columns: minmax(320px, 0.82fr) minmax(0, 1fr);
  gap: 54px;
  padding: 0;
  overflow: hidden;
  background: linear-gradient(90deg, var(--play-butter) 0 51%, var(--play-coral) 51% 100%);
  border: 0;
  border-radius: 24px;
  box-shadow: none;
}

.playroom-site .cakes-grid figure {
  align-self: stretch;
  margin: 0;
  padding: 28px;
  aspect-ratio: auto;
  background: rgba(255, 255, 255, 0.18);
  border: 0;
  transform: none;
}

.playroom-site .cakes-grid figure img {
  width: 100%;
  height: 100%;
  max-height: 365px;
  object-fit: contain;
}

.playroom-site .cakes-grid > div {
  padding: 50px 48px 50px 0;
}

.playroom-site .cakes-grid h2 {
  color: var(--play-ink);
  font-size: clamp(2.35rem, 4vw, 3.15rem);
}

.playroom-site .cakes-grid p:not(.eyebrow) {
  color: var(--play-ink-soft);
}

.playroom-site .cakes-grid .button-outline {
  color: #fff;
  background: var(--play-aqua-dark);
  border: 0;
}

.playroom-site .how-party-character,
.playroom-site .contact-party-machine,
.playroom-site .contact-sparkles {
  display: none;
}

.playroom-site .how-section {
  padding: 88px 0 94px;
  color: var(--play-ink);
  background: var(--play-aqua-light);
}

.playroom-site .how-section::before {
  display: none;
}

.playroom-site .section-heading-light h2 {
  color: var(--play-ink);
}

.playroom-site .section-heading-light .eyebrow {
  color: var(--play-aqua-dark);
}

.playroom-site .section-heading-light > p {
  color: var(--play-ink-soft);
}

.playroom-site .process-list {
  gap: 14px;
  border: 0;
}

.playroom-site .process-list li {
  position: relative;
  min-height: 350px;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  overflow: hidden;
  padding: 24px;
  color: #fff;
  background: var(--play-aqua);
  border: 0;
  border-radius: 18px;
}

.playroom-site .process-list li::after {
  content: "";
  position: absolute;
  inset: 0;
  z-index: 1;
  background: linear-gradient(180deg, transparent 36%, rgba(23, 52, 61, 0.86));
}

.playroom-site .process-list li:nth-child(2) {
  background: var(--play-coral);
}

.playroom-site .process-list li:nth-child(3) {
  background: var(--play-butter);
}

.playroom-site .process-list img {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.playroom-site .process-list li:nth-child(2) img {
  object-fit: contain;
  padding: 20px 30px 80px;
}

.playroom-site .process-list li > span,
.playroom-site .process-list li > div {
  position: relative;
  z-index: 2;
}

.playroom-site .process-list li > span {
  margin-block-end: 11px;
  color: var(--play-butter);
  font-size: 1.35rem;
}

.playroom-site .process-list h3 {
  color: #fff;
}

.playroom-site .process-list p {
  color: rgba(255, 255, 255, 0.86);
}

.playroom-site .faq-section {
  padding: 92px 0;
  background: #fff;
}

.playroom-site .faq-grid {
  gap: 68px;
}

.playroom-site .faq-intro h2 {
  color: var(--play-ink);
  font-size: clamp(2.35rem, 4vw, 3rem);
}

.playroom-site .faq-list {
  border-block-start: 2px solid var(--play-ink);
}

.playroom-site .faq-list details {
  border-block-end: 1px solid var(--play-line);
}

.playroom-site .faq-list summary {
  color: var(--play-ink);
}

.playroom-site .faq-list summary::after {
  background: var(--play-aqua-dark);
}

.playroom-site .faq-list details[open] summary::after {
  background: var(--play-pink-dark);
}

.playroom-site .contact-section {
  padding: 76px 0;
  color: var(--play-ink);
  background: var(--play-butter);
  border: 0;
}

.playroom-site .contact-section .eyebrow {
  color: var(--play-pink-dark);
}

.playroom-site .contact-section h2 {
  color: var(--play-ink);
  font-size: clamp(3rem, 5vw, 4.2rem);
}

.playroom-site .contact-section p:not(.eyebrow) {
  color: var(--play-ink-soft);
}

.playroom-site .contact-person {
  color: var(--play-ink);
  background: #fff;
  border: 0;
  border-radius: 14px;
  box-shadow: 7px 7px 0 var(--play-coral);
}

.playroom-site .contact-person strong {
  color: var(--play-pink-dark);
}

.playroom-site .phone-row a {
  color: var(--play-ink);
}

.playroom-site .site-footer {
  padding: 58px 0 24px;
  color: var(--play-ink);
  background: var(--play-aqua);
}

.playroom-site .brand-footer {
  color: var(--play-ink);
}

.playroom-site .brand-footer .brand-logo {
  height: 112px;
}

.playroom-site .brand-footer strong {
  color: var(--play-pink-dark);
}

.playroom-site .footer-brand p,
.playroom-site .footer-nav a,
.playroom-site .social-links a,
.playroom-site .legal-row {
  color: var(--play-ink);
}

.playroom-site .legal-row {
  border-block-start-color: rgba(23, 52, 61, 0.28);
}

.playroom-site [data-reveal] {
  opacity: 0;
  transform: translateY(16px);
  transition: opacity 480ms ease, transform 480ms ease;
}

.playroom-site [data-reveal].is-visible {
  opacity: 1;
  transform: none;
}

@media (max-width: 1120px) {
  .playroom-site .deal-grid {
    grid-template-columns: auto 24px auto 24px auto 1fr;
  }

  .playroom-site .deal-cta {
    grid-column: 1 / -1;
    justify-self: center;
  }

  .playroom-site .product-grid,
  .playroom-site .product-grid-food {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }

  .playroom-site .builder-final-panel.is-active {
    grid-template-columns: 1fr;
  }
}

@media (max-width: 900px) {
  .playroom-site .topbar-inner p {
    display: none;
  }

  .playroom-site .topbar-inner {
    justify-content: center;
  }

  .playroom-site .main-nav {
    display: none;
  }

  .playroom-site .hero-grid {
    min-height: 650px;
  }

  .playroom-site .hero-copy {
    width: min(88%, 640px);
  }

  .playroom-site .category-heading,
  .playroom-site .section-heading,
  .playroom-site .builder-heading,
  .playroom-site .faq-grid,
  .playroom-site .contact-grid {
    grid-template-columns: 1fr;
    align-items: start;
  }

  .playroom-site .category-heading {
    align-items: start;
    flex-direction: column;
    gap: 13px;
  }

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

  .playroom-site .cakes-grid {
    grid-template-columns: 1fr;
    background: linear-gradient(180deg, var(--play-butter) 0 52%, var(--play-coral) 52% 100%);
  }

  .playroom-site .cakes-grid > div {
    padding: 34px 30px 40px;
  }

  .playroom-site .product-grid,
  .playroom-site .product-grid-food {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media (max-width: 700px) {
  html {
    scroll-padding-top: 72px;
  }

  .playroom-site .shell {
    width: min(calc(100% - 28px), 1220px);
  }

  .playroom-site .site-topbar {
    display: none;
  }

  .playroom-site .header-inner {
    min-height: 70px;
  }

  .playroom-site .site-header .brand-logo {
    height: 58px;
  }

  .playroom-site .site-header .button-small {
    min-width: 44px;
    width: 44px;
    overflow: hidden;
    padding: 10px;
    font-size: 0;
  }

  .playroom-site .site-header .button-small .icon {
    width: 21px;
    height: 21px;
  }

  .playroom-site .hero-grid {
    min-height: 700px;
    align-items: end;
    padding-block-end: 26px;
  }

  .playroom-site .hero-copy {
    width: calc(100% - 28px);
    padding: 26px 19px;
    border-radius: 21px;
  }

  .playroom-site .hero h1 {
    font-size: clamp(2.55rem, 12vw, 3.25rem);
  }

  .playroom-site .hero h1 > strong {
    max-width: 100%;
    font-size: 0.32em;
  }

  .playroom-site .hero-lead {
    font-size: 0.91rem;
  }

  .playroom-site .hero-actions {
    align-items: stretch;
    flex-direction: column;
    gap: 9px;
  }

  .playroom-site .hero-actions .button,
  .playroom-site .hero-actions .text-link {
    width: 100%;
  }

  .playroom-site .hero-actions .text-link {
    justify-content: center;
  }

  .playroom-site .hero-trust-list {
    gap: 7px;
  }

  .playroom-site .hero-trust-list li {
    padding: 4px 8px;
    background: rgba(255, 255, 255, 0.14);
    border-radius: 999px;
  }

  .playroom-site .offer-caveat {
    font-size: 0.6rem;
  }

  .playroom-site .hero-photo-main img {
    object-position: 46% center;
  }

  .playroom-site .hero-stamp {
    inset-block-end: auto;
    inset-block-start: 18px;
    inset-inline-end: 18px;
    width: 78px;
  }

  .playroom-site .category-section {
    padding: 38px 0 46px;
  }

  .playroom-site .category-heading h2 {
    font-size: 2.25rem;
  }

  .playroom-site .category-grid {
    gap: 10px;
  }

  .playroom-site .category-card {
    min-height: 200px;
    border-radius: 14px;
  }

  .playroom-site .category-card > span {
    padding: 17px 13px;
  }

  .playroom-site .category-card strong {
    font-size: 1rem;
  }

  .playroom-site .category-card small {
    font-size: 0.63rem;
  }

  .playroom-site .deal-ribbon {
    padding: 26px 0;
  }

  .playroom-site .deal-grid {
    grid-template-columns: minmax(0, 1fr) 20px minmax(0, 1fr);
    gap: 9px;
  }

  .playroom-site .deal-number {
    align-items: flex-start;
  }

  .playroom-site .deal-number strong {
    font-size: 3rem;
  }

  .playroom-site .deal-number span {
    font-size: 0.69rem;
  }

  .playroom-site .deal-symbol:nth-of-type(2) {
    display: none;
  }

  .playroom-site .deal-price {
    grid-column: 1 / -1;
    grid-row: 2;
    border-block-color: rgba(23, 52, 61, 0.2);
  }

  .playroom-site .deal-pickup {
    grid-row: 3;
  }

  .playroom-site .deal-cta {
    grid-column: 1 / -1;
    grid-row: 4;
    width: 100%;
  }

  .playroom-site .party-strip > div {
    justify-content: flex-start;
    padding-inline: 16px;
  }

  .playroom-site .builder-section,
  .playroom-site .faq-section,
  .playroom-site .how-section {
    padding: 68px 0;
  }

  .playroom-site .builder-heading {
    margin-block-end: 24px;
  }

  .playroom-site .builder-heading h2,
  .playroom-site .section-heading h2,
  .playroom-site .faq-intro h2 {
    font-size: 2.3rem;
  }

  .playroom-site .builder-explainer {
    padding: 16px;
  }

  .playroom-site .builder-journey {
    gap: 6px;
  }

  .playroom-site .builder-journey li {
    justify-content: center;
    padding: 8px 4px;
  }

  .playroom-site .builder-journey li > span {
    width: 31px;
    height: 31px;
  }

  .playroom-site .builder-journey li div {
    display: none;
  }

  .playroom-site .builder-live-progress {
    align-items: stretch;
    flex-direction: column;
    gap: 11px;
  }

  .playroom-site .progress-counts {
    justify-content: stretch;
  }

  .playroom-site .progress-counts > span {
    flex: 1;
    text-align: center;
  }

  .playroom-site .builder-panel {
    padding: 20px 16px;
    border-radius: 18px;
  }

  .playroom-site .filter-bar {
    flex-wrap: wrap;
    overflow: visible;
  }

  .playroom-site .filter-button {
    flex: 1 1 calc(50% - 8px);
    white-space: normal;
  }

  .playroom-site .filter-button:first-child {
    flex-basis: 100%;
  }

  .playroom-site .product-grid,
  .playroom-site .product-grid-food {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 10px;
  }

  .playroom-site .wizard-actions {
    align-items: stretch;
    flex-direction: column-reverse;
  }

  .playroom-site .wizard-next,
  .playroom-site .wizard-back {
    min-width: 0;
    width: 100%;
  }

  .playroom-site .cakes-callout {
    padding-block-end: 68px;
  }

  .playroom-site .process-list {
    gap: 10px;
  }

  .playroom-site .process-list li {
    min-height: 290px;
    border-block-end: 0;
  }

  .playroom-site .contact-person {
    align-items: center;
    flex-direction: row;
  }

  .playroom-site .mobile-cta {
    color: #fff;
    background: var(--play-green);
    border: 2px solid #fff;
    border-radius: 999px;
  }
}

@media (max-width: 520px) {
  .playroom-site .product-grid,
  .playroom-site .product-grid-food {
    grid-template-columns: 1fr;
  }

  .playroom-site .product-option {
    grid-template-columns: 116px minmax(0, 1fr);
    grid-template-rows: 1fr;
    min-height: 116px;
  }

  .playroom-site .product-image {
    grid-column: 1;
    grid-row: 1;
    min-height: 116px;
    aspect-ratio: auto;
    border-block-end: 0;
    border-inline-end: 1px solid var(--play-line);
  }

  .playroom-site .product-body,
  .playroom-site .food-option .product-body {
    grid-column: 2;
    grid-row: 1;
    min-height: 116px;
    padding: 14px 13px;
  }

  .playroom-site .category-card {
    min-height: 180px;
  }

  .playroom-site .builder-final-panel.is-active {
    padding: 14px;
  }

  .playroom-site .event-details,
  .playroom-site .builder-summary {
    padding: 17px 14px;
  }
}

@media (max-width: 390px) {
  .playroom-site .hero-grid {
    min-height: 720px;
  }

  .playroom-site .hero h1 {
    font-size: 2.48rem;
  }

  .playroom-site .contact-person {
    align-items: flex-start;
    flex-direction: column;
  }
}

@media (max-width: 340px) {
  .playroom-site .category-grid {
    grid-template-columns: 1fr;
  }

  .playroom-site .category-card {
    min-height: 210px;
  }
}

/* WhatsApp actions follow the supplied green and white brand treatment. */
.playroom-site .whatsapp-mark {
  width: 27px;
  height: 27px;
  display: block;
  flex: 0 0 auto;
  object-fit: contain;
}

.playroom-site .direct-whatsapp.button,
.playroom-site .mobile-cta,
.playroom-site .button-submit:not(:disabled) {
  color: var(--whatsapp-ink);
  background: var(--whatsapp-green);
  font-size: 1.17rem;
  font-weight: 850;
}

.playroom-site .direct-whatsapp.button:hover,
.playroom-site .mobile-cta:hover,
.playroom-site .button-submit:not(:disabled):hover {
  color: var(--whatsapp-ink);
  background: var(--whatsapp-green-hover);
}

.playroom-site .direct-whatsapp.button:active,
.playroom-site .mobile-cta:active,
.playroom-site .button-submit:not(:disabled):active {
  background: var(--whatsapp-green-active);
}

.playroom-site .site-header .direct-whatsapp {
  min-width: 194px;
}

.playroom-site .button-submit:disabled {
  color: #e3eceb;
  background: #58706f;
}

.playroom-site .button-submit:disabled .whatsapp-mark {
  opacity: 0.45;
}

.playroom-site .contact-person.direct-whatsapp {
  color: var(--whatsapp-ink);
  background: var(--whatsapp-green);
  box-shadow: 7px 7px 0 rgba(23, 52, 61, 0.22);
  font-size: 1.17rem;
  font-weight: 850;
}

.playroom-site .contact-person.direct-whatsapp:hover {
  color: var(--whatsapp-ink);
  background: var(--whatsapp-green-hover);
}

.playroom-site .contact-person.direct-whatsapp:active {
  background: var(--whatsapp-green-active);
}

.playroom-site .contact-person.direct-whatsapp strong {
  color: var(--whatsapp-ink);
  font-size: inherit;
}

.playroom-site .whatsapp-person-label {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  font-weight: 850;
}

@media (max-width: 700px) {
  .playroom-site .site-header .direct-whatsapp {
    min-width: 50px;
    width: 50px;
    gap: 0;
    padding: 9px;
    overflow: visible;
    font-size: 0;
  }

  .playroom-site .site-header .direct-whatsapp .whatsapp-mark {
    width: 28px;
    height: 28px;
  }
}

@media (prefers-reduced-motion: reduce) {
  .playroom-site .hero-stamp {
    animation: none;
  }

  .playroom-site [data-reveal] {
    opacity: 1;
    transform: none;
  }
}

@media (forced-colors: active) {
  .playroom-site .hero-copy,
  .playroom-site .category-card,
  .playroom-site .builder-explainer,
  .playroom-site .builder-journey li,
  .playroom-site .builder-live-progress,
  .playroom-site .builder-panel {
    border: 1px solid CanvasText;
  }

  .playroom-site .product-option:has(input:checked) {
    outline: 4px solid Highlight;
  }
}

/* Quiet fallback pages keep the same brand voice without borrowing the landing-page layout. */
.playroom-site main.shell {
  min-height: 55vh;
  padding-block: clamp(72px, 10vw, 132px);
}

.playroom-site main.shell .entry-content {
  max-width: 780px;
}

.playroom-site main.shell .entry-content h1,
.playroom-site main.shell > article > h1 {
  margin: 0 0 20px;
  color: var(--ink, #12333d);
  font-size: clamp(2.3rem, 6vw, 4.8rem);
  line-height: 0.98;
}

.playroom-site main.shell .entry-content p {
  max-width: 62ch;
  font-size: clamp(1.05rem, 2vw, 1.25rem);
  line-height: 1.75;
}

/* Immersive video hero */
.playroom-site .party-hero {
  isolation: isolate;
  position: relative;
  min-height: 570px;
  background: #17343d;
}

.playroom-site .party-hero::before {
  content: "";
  position: absolute;
  inset: 0;
  z-index: 2;
  display: block;
  background:
    linear-gradient(to left, rgba(5, 64, 76, 0.56) 0%, rgba(10, 90, 99, 0.3) 38%, rgba(8, 31, 43, 0.08) 72%, transparent 100%),
    linear-gradient(125deg, rgba(242, 209, 102, 0.08), transparent 42%, rgba(230, 89, 124, 0.16));
  pointer-events: none;
}

.playroom-site .hero-media {
  position: absolute;
  inset: 0;
  z-index: 1;
  overflow: hidden;
  background: #17343d url("assets/hero-party-poster.webp") center / cover no-repeat;
}

.playroom-site .hero-video {
  width: 100%;
  height: 100%;
  display: block;
  object-fit: cover;
  object-position: center;
}

.playroom-site .party-hero .shell {
  width: 100%;
  max-width: none;
  padding-inline: clamp(24px, 4vw, 76px);
}

.playroom-site .hero-grid {
  z-index: 3;
  pointer-events: none;
  min-height: clamp(570px, calc(100svh - 133px), 690px);
  display: flex;
  align-items: center;
  justify-content: flex-start;
  padding-block: 34px;
}

.playroom-site .hero-copy {
  width: min(47vw, 535px);
  pointer-events: auto;
  margin-inline: 0 auto;
  padding: 30px 32px 28px;
  text-align: right;
  background:
    linear-gradient(145deg, rgba(8, 126, 133, 0.66), rgba(24, 76, 102, 0.57) 58%, rgba(174, 45, 100, 0.46));
  border: 1px solid rgba(255, 255, 255, 0.48);
  border-radius: 48px 22px 52px 28px;
  box-shadow:
    0 24px 65px rgba(5, 24, 33, 0.25),
    0 0 0 1px rgba(242, 209, 102, 0.12) inset;
  backdrop-filter: blur(8px) saturate(1.25);
}

.playroom-site .hero-copy .eyebrow {
  margin: 0 0 7px;
  color: #fff;
  font-size: 0.76rem;
  letter-spacing: 0.02em;
}

.playroom-site .hero-party-callout {
  margin: 0 0 12px auto;
  padding: 5px 11px;
  font-size: 0.7rem;
  background: var(--play-coral);
}

.playroom-site .hero h1 {
  max-width: 470px;
  margin: 0;
  font-size: clamp(2.55rem, 3.8vw, 3.35rem);
  line-height: 1.01;
  text-wrap: balance;
}

.playroom-site .hero h1 > span:nth-child(2) {
  color: var(--play-butter);
}

.playroom-site .hero h1 > strong {
  margin: 16px 0 0 auto;
  padding: 8px 14px 9px;
  font-size: 1.08rem;
  line-height: 1.3;
}

.playroom-site .hero-lead {
  max-width: 470px;
  margin: 15px 0 0;
  color: rgba(255, 255, 255, 0.9);
  font-size: 0.94rem;
  line-height: 1.55;
}

.playroom-site .hero-actions {
  justify-content: flex-start;
  gap: 10px;
  margin-block-start: 19px;
}

.playroom-site .hero-actions .button-primary {
  min-width: 210px;
}

.playroom-site .party-start-button {
  min-height: 48px;
  padding: 10px 15px;
  color: #fff;
  background: rgba(255, 255, 255, 0.13);
  border: 1px solid rgba(255, 255, 255, 0.32);
  font-size: 0.82rem;
}

.playroom-site .party-start-button:hover {
  background: rgba(255, 255, 255, 0.22);
}

.playroom-site .hero-trust-list {
  justify-content: flex-start;
  margin-block-start: 15px;
  font-size: 0.69rem;
}

.playroom-site .offer-caveat {
  max-width: 475px;
  margin: 8px 0 0;
  color: rgba(255, 255, 255, 0.72);
  font-size: 0.59rem;
  line-height: 1.45;
}

.playroom-site .hero-video-toggle {
  position: absolute;
  inset-inline-end: 24px;
  inset-block-end: 22px;
  z-index: 5;
  min-height: 42px;
  display: inline-flex;
  align-items: center;
  gap: 8px;
  padding: 8px 13px;
  color: #fff;
  background: rgba(8, 31, 43, 0.78);
  border: 1px solid rgba(255, 255, 255, 0.45);
  border-radius: 999px;
  font: inherit;
  font-size: 0.72rem;
  font-weight: 750;
  cursor: pointer;
  backdrop-filter: blur(7px);
}

.playroom-site .hero-video-toggle:hover {
  background: rgba(8, 31, 43, 0.94);
}

.playroom-site .hero-video-toggle-icon {
  min-width: 14px;
  display: inline-grid;
  place-items: center;
  font-family: Arial, sans-serif;
  font-weight: 900;
}

@media (max-width: 900px) {
  .playroom-site .party-hero::before {
    background:
      linear-gradient(to left, rgba(7, 78, 88, 0.57), rgba(8, 64, 78, 0.28) 72%, rgba(8, 31, 43, 0.06)),
      linear-gradient(180deg, rgba(242, 209, 102, 0.04), rgba(230, 89, 124, 0.13));
  }

  .playroom-site .hero-copy {
    width: min(64vw, 530px);
  }
}

@media (max-width: 700px) {
  .playroom-site .party-hero {
    min-height: 0;
    display: flex;
    flex-direction: column;
    background: var(--play-paper);
  }

  .playroom-site .party-hero .shell {
    width: 100%;
    padding-inline: 14px;
  }

  .playroom-site .party-hero::before {
    display: none;
  }

  .playroom-site .hero-media {
    position: relative;
    inset: auto;
    width: 100%;
    aspect-ratio: 16 / 9;
    flex: none;
    background-size: contain;
  }

  .playroom-site .hero-video {
    position: absolute;
    inset: 0;
    object-fit: contain;
    object-position: center;
  }

  .playroom-site .hero-grid {
    min-height: 0;
    align-items: flex-start;
    padding-block: 16px 24px;
  }

  .playroom-site .hero-copy {
    width: 100%;
    margin: 0;
    padding: 23px 20px;
    border-radius: 34px 18px 38px 20px;
    background:
      linear-gradient(145deg, #087b82, #20526a 66%, #75435f);
    backdrop-filter: none;
    box-shadow: none;
  }

  .playroom-site .hero h1 {
    max-width: 330px;
    margin: 0;
    font-size: 2.15rem;
  }

  .playroom-site .hero h1 > strong {
    width: auto;
    max-width: 100%;
    margin-inline: 0;
    font-size: 0.97rem;
  }

  .playroom-site .hero-lead {
    margin-block-start: 12px;
    font-size: 0.87rem;
  }

  .playroom-site .hero-actions {
    margin-block-start: 15px;
  }

  .playroom-site .hero-trust-list {
    justify-content: flex-start;
    margin-block-start: 12px;
  }

  .playroom-site .offer-caveat {
    font-size: 0.72rem;
  }

  .playroom-site .hero-video-toggle {
    inset-inline-end: 10px;
    inset-block-end: 10px;
    min-height: 44px;
    font-size: 0.75rem;
  }
}

@media (max-width: 390px) {
  .playroom-site .hero-grid {
    min-height: 0;
  }

  .playroom-site .hero-copy {
    padding-inline: 17px;
  }
}

/* Client-confirmed offer notes and optional food supplies. */
.playroom-site .wet-use-note {
  margin-block: 10px 16px;
  color: var(--play-ink);
  font-size: 0.9rem;
  line-height: 1.6;
  font-weight: 600;
}

.playroom-site .hero .wet-use-note,
.playroom-site .builder-summary .wet-use-note {
  color: #fff;
  font-size: 0.8rem;
  margin-block-end: 0;
}

.playroom-site .cakes-kosher-notes {
  list-style: none;
  padding: 0;
  margin-block: 20px;
  color: var(--play-ink);
  font-weight: 700;
  line-height: 1.65;
}

.playroom-site .cakes-kosher-notes li { margin-block: 6px; }
.playroom-site .cakes-kosher-notes li > span { color: #9a204d; font-size: 1.25em; }

.playroom-site .food-supplies {
  margin-block-start: 30px;
  padding-block-start: 26px;
  border-block-start: 2px solid #c4dfdc;
}

.playroom-site .food-supplies h3 { margin: 0 0 10px; font-size: 1.45rem; }
.playroom-site .food-supplies > p { max-width: 720px; margin-block: 0 20px; line-height: 1.7; }
.playroom-site .supply-list { display: grid; }

.playroom-site .supply-row {
  display: grid;
  grid-template-columns: minmax(0, 1fr) 95px 90px;
  gap: 20px;
  align-items: center;
  padding-block: 18px;
  border-block-end: 1px solid #d5e6e4;
}

.playroom-site .supply-description label { display: block; font-size: 1rem; font-weight: 700; cursor: pointer; }
.playroom-site .supply-description small,
.playroom-site .supply-unit-price small { display: block; margin-block-start: 4px; color: #42616a; font-size: 0.85rem; }
.playroom-site .supply-unit-price { font-size: 1.05rem; font-weight: 700; }
.playroom-site .supply-quantity { min-width: 0; }
.playroom-site .supply-quantity > span { display: block; margin-block-end: 4px; font-size: 0.8rem; }

.playroom-site .supply-quantity input {
  width: 100%;
  min-height: 46px;
  border: 1px solid #718e93;
  border-radius: 12px;
  padding: 8px;
  color: #17343d;
  background: #fff;
  font: inherit;
  font-weight: 600;
  text-align: center;
  direction: ltr;
}

.playroom-site .supply-quantity input:focus-visible { outline: 3px solid #b92755; outline-offset: 3px; }
.playroom-site .supply-quantity input[aria-invalid="true"] { border: 2px solid #b92755; }
.playroom-site .food-supplies .supplies-total { margin-block: 18px 0; }
.playroom-site .supply-summary { margin: 12px 0 0; padding-inline-start: 18px; color: #fff; font-size: 0.9rem; line-height: 1.8; }
.playroom-site .supply-summary li { margin-block: 10px; }
.playroom-site .supply-summary li > span,
.playroom-site .supply-summary li > bdi { display: block; }
.playroom-site .supply-summary li > bdi { text-align: right; }

@media (max-width: 520px) {
  .playroom-site .supply-row { grid-template-columns: minmax(0, 1fr) 62px; gap: 8px 14px; }
  .playroom-site .supply-description { grid-column: 1; grid-row: 1; }
  .playroom-site .supply-unit-price { grid-column: 1; grid-row: 2; }
  .playroom-site .supply-unit-price small { display: inline; margin-inline-start: 6px; }
  .playroom-site .supply-quantity { grid-column: 2; grid-row: 1 / span 2; }
}

@media (prefers-reduced-motion: reduce) {
  .playroom-site .hero-video {
    animation: none;
  }
}

@media (forced-colors: active) {
  .playroom-site .hero-video-toggle {
    border: 2px solid ButtonText;
  }
}

/* Softer, hand-shaped builder surfaces */
.playroom-site .builder-section {
  background:
    radial-gradient(circle at 92% 8%, rgba(242, 209, 102, 0.2), transparent 24%),
    radial-gradient(circle at 7% 82%, rgba(99, 201, 198, 0.17), transparent 27%),
    var(--play-paper);
}

.playroom-site .builder-explainer {
  padding: 8px 20px 8px 0;
  background: transparent;
  border-inline-start: 5px solid var(--play-aqua);
  border-radius: 0;
}

.playroom-site .builder-journey {
  gap: 13px;
  margin-block-end: 20px;
}

.playroom-site .builder-journey li {
  position: relative;
  padding: 14px 16px;
  background: transparent;
  border-color: transparent;
  border-radius: 0;
  box-shadow: none;
}

.playroom-site .builder-journey li:nth-child(2) {
  border-radius: 0;
}

.playroom-site .builder-journey li:nth-child(3) {
  border-radius: 0;
}

.playroom-site .builder-journey li:not(:last-child)::after {
  content: "";
  position: absolute;
  inset-inline-end: -12px;
  inset-block-start: 50%;
  width: 22px;
  border-block-start: 2px dotted rgba(8, 123, 130, 0.42);
}

.playroom-site .builder-journey li.is-current {
  background: transparent;
  border-color: transparent;
  box-shadow: inset 0 -4px 0 rgba(242, 209, 102, 0.82);
}

.playroom-site .builder-journey li.is-complete {
  background: transparent;
  border-color: transparent;
  box-shadow: inset 0 -4px 0 rgba(8, 122, 67, 0.35);
}

.playroom-site .builder-live-progress {
  padding: 16px 21px;
  background: linear-gradient(105deg, #69cec9, #8ddbd1 64%, #f2d166 142%);
  border-radius: 999px;
  box-shadow: 0 12px 30px rgba(8, 123, 130, 0.12);
}

.playroom-site .builder-panel {
  padding: 32px;
  border-color: rgba(142, 173, 176, 0.42);
  border-radius: 52px 24px 52px 24px;
  box-shadow: 0 18px 48px rgba(23, 52, 61, 0.08);
}

.playroom-site .product-option {
  border-radius: 26px 16px 26px 16px;
}

.playroom-site .product-option:nth-child(3n + 2) {
  border-radius: 16px 26px 16px 26px;
}

.playroom-site .product-option:nth-child(3n) {
  border-radius: 26px 26px 16px 26px;
}

.playroom-site .filter-button,
.playroom-site .wizard-next,
.playroom-site .button-submit {
  border-radius: 999px;
}

.playroom-site .event-details {
  padding: 27px;
  border-radius: 32px 17px 32px 17px;
}

.playroom-site .field-grid input {
  border-radius: 16px;
}

.playroom-site .builder-summary {
  padding: 28px;
  background: linear-gradient(145deg, var(--play-aqua-dark), #126b79 60%, #6f3e78 135%);
  border-radius: 17px 32px 17px 32px;
}

.playroom-site .category-card {
  border-radius: 30px 18px 30px 18px;
}

.playroom-site .category-card:nth-child(even) {
  border-radius: 18px 30px 18px 30px;
}

.playroom-site .cakes-grid {
  border-radius: 38px 20px 38px 20px;
}

@media (max-width: 700px) {
  .playroom-site .builder-explainer {
    padding: 4px 15px 4px 0;
  }

  .playroom-site .builder-journey li,
  .playroom-site .builder-journey li:nth-child(2),
  .playroom-site .builder-journey li:nth-child(3) {
    border-radius: 0;
  }

  .playroom-site .builder-live-progress {
    border-radius: 30px 16px 30px 16px;
  }

  .playroom-site .builder-panel {
    padding: 20px 16px;
    border-radius: 30px 16px 30px 16px;
  }

  .playroom-site .product-option,
  .playroom-site .product-option:nth-child(3n + 2),
  .playroom-site .product-option:nth-child(3n) {
    border-radius: 22px 14px 22px 14px;
  }
}
