/** Shopify CDN: Minification failed

Line 1781:8 Expected identifier but found whitespace
Line 1781:9 Unexpected "var("

**/
/**
 * StepMojo brand layer — Playful Premium VI (V3.1)
 * Sans-first modular toy system. Instrument Serif remains unused in commercial UI.
 * Prefer variables; avoid !important except rare focus/clamp cases.
 */

:root {
  /* Core semantic colour roles */
  --stepmojo-ink: #26332e;
  --stepmojo-ink-strong: #17241f;
  --stepmojo-ink-soft: #4d5b55;
  --stepmojo-muted: #66736d;
  --stepmojo-cream: #fbf8ef;
  --stepmojo-canvas: #fbf8ef;
  --stepmojo-surface: #ffffff;
  --stepmojo-surface-soft: #f6faf7;
  --stepmojo-green: #39745e;
  --stepmojo-green-deep: #245c4a;
  --stepmojo-green-hover: #1c493b;
  --stepmojo-green-active: #153b30;
  --stepmojo-green-footer: #123c31;
  --stepmojo-sage: #eaf4ef;
  --stepmojo-yellow: #f3c85b;
  --stepmojo-yellow-soft: #fff3c4;
  --stepmojo-yellow-border: #c79524;
  --stepmojo-blue: #4f7f8f;
  --stepmojo-coral: #b45c48;
  --stepmojo-teal: #9fbfb3;
  --stepmojo-danger: #b42318;
  --stepmojo-danger-soft: #fff7f5;
  --stepmojo-sun: var(--stepmojo-yellow);
  --stepmojo-border: #d5e2db;
  --stepmojo-border-strong: #a9bdb3;

  /* Radius & shadow */
  --stepmojo-radius-xs: 6px;
  --stepmojo-radius-sm: 10px;
  --stepmojo-radius: 14px;
  --stepmojo-radius-lg: 20px;
  --stepmojo-radius-xl: 28px;
  --stepmojo-radius-pill: 999px;
  --stepmojo-shadow-sm: 0 2px 8px rgb(38 51 46 / 0.06);
  --stepmojo-shadow: 0 8px 24px rgb(38 51 46 / 0.08);
  --stepmojo-shadow-hover: 0 14px 32px rgb(38 51 46 / 0.12);

  /* Focus */
  --stepmojo-focus-ring: var(--stepmojo-ink);
  --stepmojo-focus-offset: 3px;

  /* Motion */
  --stepmojo-motion-fast: 120ms;
  --stepmojo-motion: 180ms;
  --stepmojo-motion-slow: 260ms;

  /* Type — Instrument Sans only for StepMojo commercial UI */
  --stepmojo-font-heading: var(--font-body--family, 'Instrument Sans'), sans-serif;
  --stepmojo-font-body: var(--font-body--family, 'Instrument Sans'), sans-serif;
  --stepmojo-type-display: clamp(2.5rem, 5vw, 4.5rem);
  --stepmojo-type-h1: clamp(2.1rem, 4vw, 3.75rem);
  --stepmojo-type-h1-product: clamp(1.75rem, 2.8vw, 2.75rem);
  --stepmojo-type-h2: clamp(1.65rem, 2.8vw, 2.75rem);
  --stepmojo-type-h3: clamp(1.2rem, 1.8vw, 1.6rem);
  --stepmojo-type-body-lg: 1.0625rem;
  --stepmojo-type-body: 1rem;
  --stepmojo-type-small: 0.875rem;
  --stepmojo-type-caption: 0.8125rem;
  --stepmojo-leading-tight: 1.02;
  --stepmojo-leading-heading: 1.08;
  --stepmojo-leading-body: 1.6;
  --stepmojo-tracking-tight: -0.025em;
  --stepmojo-tracking-display: -0.03em;
  --stepmojo-tracking-wide: 0.08em;
  --stepmojo-weight-display: 700;
  --stepmojo-weight-heading: 700;
  --stepmojo-weight-cta: 650;
  --stepmojo-weight-nav: 575;

  /* Spacing rhythm */
  --stepmojo-space-1: 0.25rem;
  --stepmojo-space-2: 0.5rem;
  --stepmojo-space-3: 0.75rem;
  --stepmojo-space-4: 1rem;
  --stepmojo-space-5: 1.5rem;
  --stepmojo-space-6: 2rem;
  --stepmojo-space-7: 3rem;
  --stepmojo-space-8: 4rem;
  --stepmojo-space-9: 6rem;
  --stepmojo-section-y: clamp(3.5rem, 6vw, 5.5rem);
  --stepmojo-section-y-mobile: clamp(2.75rem, 8vw, 4rem);
  --stepmojo-section-y-tight: clamp(2rem, 4vw, 3rem);

  /* Content widths */
  --stepmojo-content-narrow: 42rem;
  --stepmojo-content-standard: 80rem;
  --stepmojo-content-wide: 90rem;
}

@media (prefers-reduced-motion: reduce) {
  :root {
    --stepmojo-motion: 0ms;
  }

  .stepmojo-hero *,
  .stepmojo-themes *,
  .stepmojo-party-planner *,
  .stepmojo-value-strip *,
  .stepmojo-about *,
  product-card,
  .product-card {
    transition-duration: 0.01ms !important;
    animation-duration: 0.01ms !important;
  }
}

/* Warm canvas + professional body size */
body {
  background-color: var(--stepmojo-canvas);
  color: var(--stepmojo-ink);
  font-family: var(--stepmojo-font-body);
  font-size: var(--stepmojo-type-body);
  line-height: var(--stepmojo-leading-body);
}

/* Wordmark emphasis — no fake logo mark */
.header__heading,
.header__heading-link,
header a[href='/'] {
  letter-spacing: var(--stepmojo-tracking-tight);
}

.header__heading-link,
.header__heading a {
  font-weight: 700;
}

/* Primary commerce buttons — deep green for AA white text (≥4.5:1) */
.button:not(.button-secondary):not(.button-unstyled):not(.button--secondary),
button.shopify-payment-button__button--unbranded {
  background-color: var(--stepmojo-green-deep);
  border-color: var(--stepmojo-green-hover);
  color: #fff;
  font-weight: var(--stepmojo-weight-cta);
  min-height: 3rem;
}

.button:not(.button-secondary):not(.button-unstyled):hover,
.button:not(.button-secondary):not(.button-unstyled):focus-visible {
  background-color: var(--stepmojo-green-hover);
}

.button-secondary,
.button.button-secondary,
.button--secondary {
  min-height: 3rem;
  border-color: var(--stepmojo-border-strong);
  background: var(--stepmojo-surface);
  color: var(--stepmojo-green-deep);
  font-weight: var(--stepmojo-weight-cta);
}

.button-secondary:hover,
.button.button-secondary:hover,
.button--secondary:hover {
  border-color: var(--stepmojo-green-deep);
  background: var(--stepmojo-sage);
  color: var(--stepmojo-green-hover);
}

/*
  Focus hardening (V2.2):
  Previous rule set outline:none + soft green box-shadow only, which overrode
  Tinker *:focus-visible and was nearly invisible on green primary CTAs.
  Restore a real outline (ink). Do not use outline:none here. :focus-visible only
  so mouse clicks do not leave a persistent ring. No !important.
*/
a:focus-visible,
button:focus-visible,
summary:focus-visible,
.button:focus-visible {
  outline: 2px solid var(--stepmojo-focus-ring);
  outline-offset: var(--stepmojo-focus-offset);
}

::selection {
  background: var(--stepmojo-yellow);
  color: var(--stepmojo-ink);
}

/* Product cards — unified card language */
product-card,
.product-card {
  border-radius: var(--stepmojo-radius);
  overflow: hidden;
  border: 1px solid var(--stepmojo-border);
  box-shadow: none;
  transition: box-shadow var(--stepmojo-motion) ease-out;
}

@media (hover: hover) and (pointer: fine) {
  product-card:hover,
  .product-card:hover {
    box-shadow: var(--stepmojo-shadow);
  }
}

product-card .product-card__content,
.product-card__content,
.resource-card__content {
  background: var(--stepmojo-cream);
  padding-block: 0.85rem;
  padding-inline: 0.9rem;
}

product-card a,
.product-card a {
  text-decoration: none;
}

product-card .text-block,
product-card .product-card__title,
.product-card .text,
.product-grid .text-block {
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
  overflow: hidden;
  font-family: var(--stepmojo-font-body);
  font-size: 0.9375rem;
  font-weight: 600;
  line-height: 1.35;
}

.price,
product-card .price {
  font-family: var(--stepmojo-font-body);
  font-weight: 700;
  color: var(--stepmojo-ink);
}

/* Collection cards */
.collection-card,
[data-testid='collections-list-grid'] .resource-list__item {
  border-radius: var(--stepmojo-radius);
}

.collection-card img,
.resource-card img {
  border-radius: var(--stepmojo-radius-sm);
}

/* Hero readability for toy messaging */
.hero,
.hero-wrapper {
  position: relative;
}

.hero .text-block,
.hero .text {
  text-shadow: 0 1px 2px rgb(0 0 0 / 0.28);
}

/* Value strip */
#MainContent .stepmojo-value-strip.section {
  --stepmojo-value-gap: 1.25rem;
  background: linear-gradient(
    180deg,
    rgb(241 237 232 / 0.95) 0%,
    rgb(255 252 250 / 0.9) 100%
  );
  color: var(--stepmojo-ink);
}

.stepmojo-value-strip__inner {
  display: grid;
  gap: var(--stepmojo-value-gap);
  padding-block: var(--stepmojo-section-y-tight);
}

.stepmojo-value-strip__intro {
  max-width: var(--stepmojo-content-narrow);
  margin-inline: auto;
  text-align: center;
}

.stepmojo-value-strip__eyebrow {
  margin: 0 0 0.35rem;
  font-family: var(--stepmojo-font-body);
  font-size: var(--stepmojo-type-caption);
  font-weight: 700;
  letter-spacing: var(--stepmojo-tracking-wide);
  text-transform: uppercase;
  color: var(--stepmojo-green-deep);
}

.stepmojo-value-strip__heading {
  margin: 0 0 0.5rem;
  font-family: var(--stepmojo-font-body);
  font-size: var(--stepmojo-type-h2);
  font-weight: 700;
  line-height: var(--stepmojo-leading-heading);
  letter-spacing: var(--stepmojo-tracking-tight);
}

.stepmojo-value-strip__support {
  margin: 0;
  color: var(--stepmojo-ink-soft);
  font-family: var(--stepmojo-font-body);
  font-size: var(--stepmojo-type-body);
  line-height: var(--stepmojo-leading-body);
}

.stepmojo-value-strip__grid {
  display: grid;
  grid-template-columns: 1fr;
  gap: 0.875rem;
  margin: 0;
  padding: 0;
  list-style: none;
}

@media screen and (min-width: 750px) {
  .stepmojo-value-strip__grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media screen and (min-width: 990px) {
  .stepmojo-value-strip__grid {
    grid-template-columns: repeat(4, minmax(0, 1fr));
  }
}

.stepmojo-value-strip__card {
  height: 100%;
  padding: 1.15rem 1.2rem 1.25rem;
  border: 1px solid var(--stepmojo-border);
  border-radius: var(--stepmojo-radius);
  background: #fff;
  box-shadow: none;
}

.stepmojo-value-strip__card-title {
  margin: 0 0 0.4rem;
  font-family: var(--stepmojo-font-body);
  font-size: 1.0625rem;
  font-weight: 700;
  letter-spacing: -0.01em;
}

.stepmojo-value-strip__card-text {
  margin: 0;
  color: var(--stepmojo-ink-soft);
  font-family: var(--stepmojo-font-body);
  font-size: 0.9375rem;
  line-height: 1.45;
}

.stepmojo-value-strip__card-icon {
  display: inline-flex;
  width: 2.25rem;
  height: 2.25rem;
  align-items: center;
  justify-content: center;
  margin-bottom: 0.65rem;
  border-radius: 0.65rem;
  background: rgb(79 138 100 / 0.14);
  color: var(--stepmojo-green-deep);
  font-weight: 700;
  font-size: 0.875rem;
}

/* PDP hierarchy polish */
.product-information,
product-information-component {
  color: var(--stepmojo-ink);
}

.product-information h1,
.product-details h1,
.product-details .text-block h1 {
  font-family: var(--stepmojo-font-body);
  font-size: var(--stepmojo-type-h1-product);
  font-weight: var(--stepmojo-weight-heading);
  letter-spacing: var(--stepmojo-tracking-tight);
  line-height: var(--stepmojo-leading-heading);
  max-width: 38rem;
}

.product-information .price,
.product-details .price,
.product-details price-or {
  font-family: var(--stepmojo-font-body);
  font-weight: 700;
}

.product-details .product-description,
.product-details .rte {
  max-width: var(--stepmojo-content-narrow);
  font-size: var(--stepmojo-type-body);
  line-height: var(--stepmojo-leading-body);
}

/* Footer calm surface */
.footer,
footer-utilities,
.footer-utilities {
  background-color: var(--stepmojo-cream);
}

.footer a:hover {
  color: var(--stepmojo-green-deep);
}

.footer-utilities,
.footer-utilities a,
.footer-utilities .policy-list-trigger,
button.policy-list-trigger {
  color: var(--stepmojo-ink);
  font-size: var(--stepmojo-type-small);
}

.footer-utilities button.policy-list-trigger.button-unstyled,
button.policy-list-trigger {
  --font-size: 0.875rem;
  min-height: 2.75rem;
  min-width: 2.75rem;
  padding-block: 0.7rem;
  padding-inline: 0.5rem;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  line-height: 1.3;
  position: relative;
  z-index: 1;
}

/* Section breathing room on home — shared rhythm */
#MainContent .section {
  --section-padding-block: var(--stepmojo-section-y);
}

#MainContent .shopify-section.ui-test-product-list .section,
#MainContent .shopify-section:has(.product-list) .section {
  padding-block: var(--stepmojo-section-y-tight);
}

/* ========== Header readability (safe fallback) ========== */
/*
  StepMojo storefront is light-first. Transparent header must remain readable
  even when the homepage Hero is removed/replaced — do not rely on :has() alone.
  :has(.stepmojo-hero) below stays as a no-harm enhancement.
*/
header-component.header[transparent] {
  background: rgb(255 252 250 / 0.92);
  color: var(--stepmojo-ink);
  box-shadow: 0 1px 0 rgb(38 51 46 / 0.06);
}

header-component.header[transparent] a,
header-component.header[transparent] button,
header-component.header[transparent] .header__heading,
header-component.header[transparent] .header__icon {
  color: var(--stepmojo-ink);
}

/* ========== Hero V2 ========== */
body:has(.stepmojo-hero) header-component.header[transparent] {
  background: rgb(255 252 250 / 0.94);
  color: var(--stepmojo-ink);
  box-shadow: 0 1px 0 rgb(38 51 46 / 0.06);
}

body:has(.stepmojo-hero) header-component.header[transparent] a,
body:has(.stepmojo-hero) header-component.header[transparent] button,
body:has(.stepmojo-hero) header-component.header[transparent] .header__heading,
body:has(.stepmojo-hero) header-component.header[transparent] .header__icon {
  color: var(--stepmojo-ink);
}

#MainContent .stepmojo-hero.section {
  padding-block: clamp(1rem, 2.5vw, 1.75rem) clamp(1.25rem, 3vw, 2.25rem);
  background: linear-gradient(180deg, #fff 0%, var(--stepmojo-cream) 100%);
}

.stepmojo-hero--text-only .stepmojo-hero__inner {
  grid-template-columns: 1fr;
}

.stepmojo-hero--text-only .stepmojo-hero__content {
  max-width: var(--stepmojo-content-narrow);
}

.stepmojo-hero__inner {
  display: grid;
  gap: clamp(1rem, 2.5vw, 1.75rem);
  align-items: center;
}

@media screen and (min-width: 750px) and (max-width: 989px) {
  .stepmojo-hero {
    padding-block: 1rem 1.5rem;
  }

  .stepmojo-hero__inner {
    gap: 1rem;
  }

  .stepmojo-hero__mosaic {
    gap: 0.5rem;
    max-height: min(48vh, 22rem);
  }

  .stepmojo-hero__tile-link {
    max-height: min(24vh, 11rem);
  }

  .stepmojo-hero__mosaic--count-4 .stepmojo-hero__tile:first-child .stepmojo-hero__tile-link {
    max-height: min(48vh, 22rem);
  }
}

@media screen and (min-width: 990px) {
  .stepmojo-hero__inner {
    grid-template-columns: minmax(0, 1.05fr) minmax(0, 0.95fr);
    gap: 2rem;
  }

  .stepmojo-hero {
    padding-block: clamp(1.25rem, 2.5vw, 2rem) clamp(1.5rem, 3vw, 2.5rem);
  }

  .stepmojo-hero__mosaic {
    max-height: min(78vh, 46rem);
  }

  .stepmojo-hero__mosaic--count-4 .stepmojo-hero__tile:first-child .stepmojo-hero__tile-link {
    max-height: min(78vh, 46rem);
  }
}

.stepmojo-hero__mosaic {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 0.65rem;
  margin: 0;
  padding: 0;
  list-style: none;
}

.stepmojo-hero__mosaic--count-1 {
  grid-template-columns: minmax(0, 1fr);
}

@media screen and (min-width: 750px) {
  .stepmojo-hero__mosaic--count-3,
  .stepmojo-hero__mosaic--count-4 {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    grid-template-rows: repeat(2, minmax(0, 1fr));
  }

  .stepmojo-hero__mosaic--count-4 .stepmojo-hero__tile:first-child {
    grid-row: span 2;
  }
}

.stepmojo-hero__tile {
  margin: 0;
  border-radius: var(--stepmojo-radius);
  overflow: hidden;
  background: #fff;
  box-shadow: var(--stepmojo-shadow);
  min-height: 0;
}

.stepmojo-hero__tile-link {
  display: block;
  height: 100%;
  aspect-ratio: 1 / 1;
  position: relative;
}

.stepmojo-hero__mosaic--count-4 .stepmojo-hero__tile:first-child .stepmojo-hero__tile-link {
  aspect-ratio: auto;
  min-height: 100%;
}

.stepmojo-hero__image {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}

.stepmojo-hero__tile-fallback,
.stepmojo-hero__empty {
  display: grid;
  place-items: center;
  min-height: 12rem;
  padding: 1rem;
  background: var(--stepmojo-cream);
  color: var(--stepmojo-ink-soft);
  text-align: center;
}

.stepmojo-hero__content {
  max-width: 34rem;
}

.stepmojo-hero__eyebrow {
  margin: 0 0 0.4rem;
  font-size: 0.8125rem;
  font-weight: 700;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  color: var(--stepmojo-green-deep);
}

.stepmojo-hero__heading {
  margin: 0 0 0.65rem;
  font-family: var(--stepmojo-font-body);
  font-size: var(--stepmojo-type-display);
  font-weight: var(--stepmojo-weight-display);
  line-height: var(--stepmojo-leading-tight);
  letter-spacing: var(--stepmojo-tracking-display);
  color: var(--stepmojo-ink);
}

.stepmojo-hero__text {
  margin: 0 0 1.15rem;
  max-width: 34rem;
  color: var(--stepmojo-ink-soft);
  font-family: var(--stepmojo-font-body);
  font-size: var(--stepmojo-type-body-lg);
  line-height: var(--stepmojo-leading-body);
}

.stepmojo-hero__actions {
  display: flex;
  flex-wrap: wrap;
  gap: 0.75rem;
}

.stepmojo-hero__btn {
  min-height: 2.85rem;
  padding-inline: 1.25rem;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  text-decoration: none;
  font-family: var(--stepmojo-font-body);
  font-weight: var(--stepmojo-weight-cta);
  border-radius: var(--stepmojo-radius-sm);
}

.stepmojo-hero__btn--primary {
  /* Deep green for ≥4.5:1 white text (AA); keep Playful Premium feel */
  background-color: var(--stepmojo-green-deep) !important;
  border-color: var(--stepmojo-green-hover) !important;
  color: #fff !important;
  font-weight: var(--stepmojo-weight-cta) !important;
}

.stepmojo-hero__btn--secondary {
  background: #fff;
  color: var(--stepmojo-ink);
  border: 1px solid rgb(38 51 46 / 0.18);
  font-weight: 600;
}

/* Mobile: content near mosaic, keep first-screen CTA */
@media screen and (max-width: 749px) {
  .stepmojo-hero {
    padding-block: 0.85rem 1.35rem;
  }

  .stepmojo-hero__inner {
    gap: 0.85rem;
  }

  .stepmojo-hero__mosaic {
    gap: 0.45rem;
    max-height: 38vh;
  }

  .stepmojo-hero__tile-link {
    aspect-ratio: 1 / 1;
    max-height: 18vh;
  }

  .stepmojo-hero__heading {
    font-size: clamp(1.55rem, 5.5vw, 1.85rem);
  }

  .stepmojo-hero__text {
    font-size: 1rem;
    margin-bottom: 0.9rem;
  }
}

/* ========== Theme collections ========== */
.stepmojo-themes {
  padding-block: var(--stepmojo-section-y);
}

.stepmojo-themes__inner {
  width: min(100% - 2rem, var(--page-width, 1200px));
  margin-inline: auto;
}

.stepmojo-themes__intro {
  margin-bottom: 1.25rem;
  max-width: 36rem;
}

.stepmojo-themes__heading {
  margin: 0 0 0.4rem;
  font-family: var(--stepmojo-font-body);
  font-size: var(--stepmojo-type-h2);
  font-weight: 700;
  letter-spacing: var(--stepmojo-tracking-tight);
  line-height: var(--stepmojo-leading-heading);
}

.stepmojo-themes__support {
  margin: 0;
  color: var(--stepmojo-ink-soft);
  font-family: var(--stepmojo-font-body);
  font-size: var(--stepmojo-type-body);
  line-height: var(--stepmojo-leading-body);
}

.stepmojo-themes__grid {
  display: grid;
  grid-template-columns: 1fr;
  gap: 1rem;
  margin: 0;
  padding: 0;
  list-style: none;
}

.stepmojo-themes__groups {
  display: grid;
  gap: clamp(2rem, 5vw, 4rem);
}

.stepmojo-themes__group-heading {
  margin-bottom: 1rem;
}

.stepmojo-themes__group-heading h2 {
  margin: 0;
  font-size: clamp(1.35rem, 3vw, 2rem);
}

.stepmojo-themes__cta {
  display: flex;
  justify-content: center;
  margin-top: clamp(1.5rem, 4vw, 3rem);
}

@media screen and (min-width: 750px) {
  .stepmojo-themes__grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

.stepmojo-themes__card {
  margin: 0;
  border-radius: var(--stepmojo-radius);
  overflow: hidden;
  background: #fff;
  box-shadow: none;
  border: 1px solid var(--stepmojo-border);
  transition: box-shadow var(--stepmojo-motion) ease-out;
}

@media (hover: hover) and (pointer: fine) {
  .stepmojo-themes__card:hover {
    box-shadow: var(--stepmojo-shadow);
  }
}

.stepmojo-themes__link {
  display: grid;
  text-decoration: none;
  color: inherit;
  height: 100%;
}

.stepmojo-themes__media {
  aspect-ratio: 1 / 1;
  background: var(--stepmojo-cream);
  overflow: hidden;
}

.stepmojo-themes__image {
  width: 100%;
  height: 100%;
  object-fit: contain;
  display: block;
}

.stepmojo-themes__card--text-only .stepmojo-themes__meta {
  min-height: 5.5rem;
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.stepmojo-themes__meta {
  padding: 1rem 1.1rem 1.15rem;
  background: var(--stepmojo-cream);
}

.stepmojo-themes__title {
  margin: 0 0 0.25rem;
  font-family: var(--stepmojo-font-body);
  font-size: 1.125rem;
  font-weight: 700;
}

.stepmojo-themes__count {
  margin: 0;
  color: var(--stepmojo-ink-soft);
  font-family: var(--stepmojo-font-body);
  font-size: var(--stepmojo-type-caption);
}

/* ========== Brand story (product-led editorial) ========== */
#MainContent .stepmojo-story.section {
  padding-block: var(--stepmojo-section-y);
  background: linear-gradient(180deg, var(--stepmojo-cream) 0%, #fff 100%);
}

.stepmojo-story__inner {
  width: min(100% - 2rem, var(--page-width, 1200px));
  margin-inline: auto;
  display: grid;
  gap: clamp(1.25rem, 3vw, 2.5rem);
  align-items: center;
}

@media screen and (min-width: 990px) {
  .stepmojo-story__inner {
    grid-template-columns: minmax(0, 0.95fr) minmax(0, 1.05fr);
  }

  .stepmojo-story--text-only .stepmojo-story__inner {
    grid-template-columns: minmax(0, 1fr);
    max-width: 40rem;
  }
}

.stepmojo-story__media {
  border-radius: var(--stepmojo-radius);
  overflow: hidden;
  background: #fff;
  box-shadow: var(--stepmojo-shadow);
}

.stepmojo-story__media-link {
  display: block;
}

.stepmojo-story__image {
  width: 100%;
  height: auto;
  display: block;
  aspect-ratio: 4 / 3;
  object-fit: cover;
}

.stepmojo-story__content {
  max-width: 34rem;
}

.stepmojo-story__eyebrow {
  margin: 0 0 0.4rem;
  font-family: var(--stepmojo-font-body);
  font-size: var(--stepmojo-type-caption);
  font-weight: 700;
  letter-spacing: var(--stepmojo-tracking-wide);
  text-transform: uppercase;
  color: var(--stepmojo-green-deep);
}

.stepmojo-story__heading {
  margin: 0 0 0.75rem;
  font-family: var(--stepmojo-font-body);
  font-size: var(--stepmojo-type-h2);
  font-weight: var(--stepmojo-weight-heading);
  line-height: var(--stepmojo-leading-heading);
  letter-spacing: var(--stepmojo-tracking-tight);
  color: var(--stepmojo-ink);
}

.stepmojo-story__text {
  margin: 0 0 1.25rem;
  color: var(--stepmojo-ink-soft);
  font-family: var(--stepmojo-font-body);
  font-size: var(--stepmojo-type-body-lg);
  line-height: var(--stepmojo-leading-body);
}

.stepmojo-story__btn {
  min-height: 2.85rem;
  padding-inline: 1.25rem;
  display: inline-flex;
  align-items: center;
  text-decoration: none;
  font-family: var(--stepmojo-font-body);
  font-weight: var(--stepmojo-weight-cta);
}

/* ========== V2.3 Local — depth & conversion polish ========== */

/* Account host is focusable but not covered by a/button rules */
shopify-account:focus-visible,
.account-button:focus-within {
  outline: 2px solid var(--stepmojo-focus-ring);
  outline-offset: var(--stepmojo-focus-offset);
}

/* Collection / search product grids — toy images lead */
.collection-wrapper .product-grid,
.search-results .product-grid,
#product-grid,
.product-grid {
  gap: clamp(1rem, 2.5vw, 1.5rem);
}

.product-card__content .text-block,
.product-card .product-card__title,
.product-grid .product-card__title,
.product-card .text-block h3,
.product-card .text-block h4,
.product-card .text-block p {
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
  overflow: hidden;
  line-height: 1.35;
}

.product-card .price,
.product-card price-or {
  margin-top: 0.35rem;
  font-weight: 600;
  color: var(--stepmojo-ink);
}

@media screen and (max-width: 749px) {
  .product-grid {
    column-gap: 0.65rem;
    row-gap: 1rem;
  }
}

/* Product page purchase hierarchy */
.product-form-buttons .button,
.product-form-buttons button[type='submit'],
button[name='add'] {
  min-height: 2.85rem;
}

.product-form-buttons .button:not(.button-secondary):not(.button-unstyled),
button[name='add'] {
  font-weight: var(--stepmojo-weight-cta);
}

.product-information .product-form,
.product-details .variant-picker,
.product-form-buttons {
  gap: 0.85rem;
}

.product-information .quantity-selector,
.product-details quantity-selector-component,
.quantity-selector {
  min-height: 2.75rem;
}

.shopify-payment-button {
  opacity: 0.96;
}

.shopify-payment-button__button--unbranded {
  font-weight: var(--stepmojo-weight-cta) !important;
  min-height: 2.75rem;
}

/* Accordion / details rhythm on PDP */
.product-details .accordion,
.product-information .accordion,
.product-details details,
.product-information details {
  margin-block: 0.35rem;
}

/* Collection page */
.collection-wrapper h1,
.collection-hero h1,
#MainContent .collection-wrapper .text-block h1 {
  font-family: var(--stepmojo-font-body);
  font-size: var(--stepmojo-type-h1);
  font-weight: var(--stepmojo-weight-heading);
  letter-spacing: var(--stepmojo-tracking-tight);
  line-height: var(--stepmojo-leading-heading);
}

.collection-wrapper .rte,
.collection-hero .rte,
.collection-wrapper .collection-description {
  max-width: var(--stepmojo-content-narrow);
  font-family: var(--stepmojo-font-body);
  font-size: var(--stepmojo-type-body);
  line-height: var(--stepmojo-leading-body);
}

/* Search page header */
.search-page__header {
  gap: 1rem;
  padding-block-end: 0.75rem;
}

.search-page__header h1 {
  margin: 0;
  font-family: var(--stepmojo-font-body);
  font-size: var(--stepmojo-type-h1);
  font-weight: var(--stepmojo-weight-heading);
  color: var(--stepmojo-ink);
  letter-spacing: var(--stepmojo-tracking-tight);
  line-height: var(--stepmojo-leading-heading);
}

.search-page .field__input,
.search-page input[type='search'] {
  font-family: var(--stepmojo-font-body);
  font-size: var(--stepmojo-type-body);
  min-height: 2.75rem;
}

.search-page button[type='submit'],
.search-page .button {
  font-weight: var(--stepmojo-weight-cta);
  min-height: 2.75rem;
}

/* Cart empty + checkout hierarchy */
.cart-page--empty {
  text-align: center;
  padding-block: var(--stepmojo-section-y);
}

.cart-page--empty .cart-title h1 {
  font-family: var(--stepmojo-font-body);
  font-size: var(--stepmojo-type-h1);
  font-weight: var(--stepmojo-weight-heading);
  color: var(--stepmojo-ink);
}

.cart-page .cart-summary .button,
#cart-drawer .button:not(.button-secondary):not(.button-unstyled) {
  font-weight: var(--stepmojo-weight-cta);
  min-height: 2.85rem;
}

#MainContent .button.button-secondary {
  min-height: 2.75rem;
  font-weight: 600;
}

/* 404 — inherit display system */
#MainContent[data-template='404'] > .shopify-section:first-child .text-block h1 {
  font-family: var(--stepmojo-font-body);
  font-size: var(--stepmojo-type-h1);
  font-weight: var(--stepmojo-weight-heading);
  letter-spacing: var(--stepmojo-tracking-tight);
  line-height: var(--stepmojo-leading-heading);
}

#MainContent[data-template='404'] .button:not(.button-secondary):not(.button-unstyled),
#MainContent .button:not(.button-secondary):not(.button-unstyled) {
  font-weight: var(--stepmojo-weight-cta);
}

/* Tertiary link affordance */
a.link,
.link:hover,
.text-block a:not(.button):hover,
.stepmojo-hero__btn--secondary:hover,
.button-unstyled:hover {
  text-underline-offset: 0.18em;
}

.text-block a:not(.button):focus-visible,
a.link:focus-visible {
  text-decoration: underline;
}

/* Footer utilities */
footer a[href='/search']:empty {
  min-width: 44px;
  min-height: 44px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
}

.footer-utilities {
  font-size: 0.875rem;
}

.footer-utilities a {
  text-underline-offset: 0.15em;
}

.predictive-search-results__no-results,
.facets-empty {
  padding-block: 1.5rem;
}

/* ==========================================================================
   Header text logo fallback (until brand SVG is uploaded)
   Upload later should only need logo_height tweaks — do not redesign header.
   ========================================================================== */

header-component .header-logo {
  display: inline-flex;
  align-items: center;
  max-width: min(100%, 11.5rem);
  min-height: 2.75rem;
  font-family: var(--stepmojo-font-body);
  font-weight: 700;
  letter-spacing: var(--stepmojo-tracking-tight);
  line-height: 1.15;
  color: var(--stepmojo-ink);
  text-decoration: none;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

@media screen and (min-width: 750px) {
  header-component .header-logo {
    max-width: 14rem;
    min-height: 3rem;
    font-size: clamp(1.05rem, 1.4vw, 1.25rem);
  }
}

@media screen and (max-width: 749px) {
  header-component .header-logo {
    font-size: 1rem;
    max-width: 9.75rem;
  }
}

header-component .header-logo:focus-visible {
  outline: 2px solid var(--stepmojo-focus-ring);
  outline-offset: var(--stepmojo-focus-offset);
  border-radius: 4px;
}

/* When an image logo is eventually uploaded, keep framing predictable */
header-component .header-logo img,
header-component .header__heading-logo {
  display: block;
  width: auto;
  max-width: min(100%, 11.5rem);
  max-height: 2.75rem;
  height: auto;
  object-fit: contain;
}

@media screen and (min-width: 750px) {
  header-component .header-logo img,
  header-component .header__heading-logo {
    max-width: 180px;
    max-height: 3rem;
  }
}


.stepmojo-about {
  padding-block: var(--stepmojo-section-y);
  color: var(--stepmojo-ink);
}

.stepmojo-about__hero {
  display: grid;
  gap: clamp(1.25rem, 3vw, 2rem);
  align-items: center;
  margin-block-end: var(--stepmojo-section-y-tight);
}

@media screen and (min-width: 990px) {
  .stepmojo-about__hero:not(.stepmojo-about__hero--text-only) {
    grid-template-columns: minmax(0, 1.05fr) minmax(0, 0.95fr);
  }
}

.stepmojo-about__eyebrow {
  margin: 0 0 0.5rem;
  font-family: var(--stepmojo-font-body);
  font-size: var(--stepmojo-type-caption);
  font-weight: 700;
  letter-spacing: var(--stepmojo-tracking-wide);
  text-transform: uppercase;
  color: var(--stepmojo-green-deep);
}

.stepmojo-about__heading {
  margin: 0 0 0.85rem;
  font-family: var(--stepmojo-font-body);
  font-size: var(--stepmojo-type-h1);
  font-weight: var(--stepmojo-weight-heading);
  line-height: var(--stepmojo-leading-heading);
  letter-spacing: var(--stepmojo-tracking-tight);
}

.stepmojo-about__lead {
  margin: 0;
  max-width: var(--stepmojo-content-narrow);
  font-family: var(--stepmojo-font-body);
  font-size: var(--stepmojo-type-body-lg);
  line-height: var(--stepmojo-leading-body);
  color: var(--stepmojo-ink-soft);
}

.stepmojo-about__cta {
  display: flex;
  flex-wrap: wrap;
  gap: 0.75rem;
  margin-block-start: 1.35rem;
}

.stepmojo-about__btn {
  min-height: 2.85rem;
  font-family: var(--stepmojo-font-body);
  font-weight: var(--stepmojo-weight-cta);
}

.stepmojo-about__btn--primary {
  font-weight: var(--stepmojo-weight-cta);
}

.stepmojo-about__media {
  border-radius: var(--stepmojo-radius);
  overflow: hidden;
  box-shadow: none;
  border: 1px solid var(--stepmojo-border);
  background: var(--stepmojo-cream);
}

.stepmojo-about__media-link {
  display: block;
}

.stepmojo-about__image {
  width: 100%;
  height: auto;
  display: block;
  object-fit: cover;
  aspect-ratio: 1 / 1;
}

.stepmojo-about__brand,
.stepmojo-about__values,
.stepmojo-about__worlds,
.stepmojo-about__rich {
  margin-block-start: var(--stepmojo-section-y-tight);
}

.stepmojo-about__section-heading {
  margin: 0 0 0.85rem;
  font-family: var(--stepmojo-font-body);
  font-size: var(--stepmojo-type-h2);
  font-weight: var(--stepmojo-weight-heading);
  letter-spacing: var(--stepmojo-tracking-tight);
  line-height: var(--stepmojo-leading-heading);
}

.stepmojo-about__brand-text,
.stepmojo-about__worlds-support {
  margin: 0;
  max-width: var(--stepmojo-content-narrow);
  color: var(--stepmojo-ink-soft);
  font-family: var(--stepmojo-font-body);
  line-height: var(--stepmojo-leading-body);
}

.stepmojo-about__value-grid,
.stepmojo-about__world-grid {
  list-style: none;
  margin: 1.25rem 0 0;
  padding: 0;
  display: grid;
  gap: 1rem;
}

@media screen and (min-width: 750px) {
  .stepmojo-about__value-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

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

.stepmojo-about__value {
  padding: 1.1rem 1.15rem;
  border-radius: var(--stepmojo-radius);
  background: #fff;
  border: 1px solid var(--stepmojo-border);
  box-shadow: none;
}

.stepmojo-about__value-title {
  margin: 0 0 0.4rem;
  font-family: var(--stepmojo-font-body);
  font-size: 1.05rem;
  font-weight: 700;
}

.stepmojo-about__value-text {
  margin: 0;
  color: var(--stepmojo-ink-soft);
  font-family: var(--stepmojo-font-body);
  line-height: 1.5;
}

.stepmojo-about__world-link {
  display: block;
  text-decoration: none;
  color: inherit;
  border-radius: var(--stepmojo-radius);
  overflow: hidden;
  background: #fff;
  border: 1px solid var(--stepmojo-border);
  box-shadow: none;
  transition: box-shadow var(--stepmojo-motion) ease-out;
}

@media (hover: hover) and (pointer: fine) {
  .stepmojo-about__world-link:hover {
    box-shadow: var(--stepmojo-shadow);
  }
}

.stepmojo-about__world--text-only .stepmojo-about__world-meta {
  min-height: 5.25rem;
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.stepmojo-about__world-link:focus-visible {
  outline: 2px solid var(--stepmojo-focus-ring);
  outline-offset: var(--stepmojo-focus-offset);
}

.stepmojo-about__world-media {
  aspect-ratio: 4 / 3;
  background: var(--stepmojo-cream);
  overflow: hidden;
}

.stepmojo-about__world-image {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}

.stepmojo-about__world-meta {
  padding: 0.9rem 1rem 1.1rem;
}

.stepmojo-about__world-title {
  margin: 0;
  font-family: var(--stepmojo-font-body);
  font-size: 1.05rem;
  font-weight: 700;
}

.stepmojo-about__world-count {
  margin: 0.25rem 0 0;
  color: var(--stepmojo-ink-soft);
  font-family: var(--stepmojo-font-body);
  font-size: var(--stepmojo-type-caption);
}

.stepmojo-about__rich {
  max-width: var(--stepmojo-content-narrow);
  color: var(--stepmojo-ink-soft);
  font-family: var(--stepmojo-font-body);
  line-height: var(--stepmojo-leading-body);
}

.stepmojo-about__rich p:first-child {
  margin-block-start: 0;
}

.stepmojo-about__rich p:last-child {
  margin-block-end: 0;
}

/* ==========================================================================
   StepMojo product metafield details (empty = no markup)
   ========================================================================== */

.stepmojo-product-details {
  width: 100%;
  margin-block: 0.25rem 0.5rem;
}

.stepmojo-product-details__heading {
  margin: 0 0 0.65rem;
  font-family: var(--stepmojo-font-body);
  font-size: 1rem;
  font-weight: 700;
  color: var(--stepmojo-ink);
}

.stepmojo-product-details__list {
  margin: 0;
  padding: 0.85rem 1rem;
  border-radius: var(--stepmojo-radius-sm);
  background: var(--stepmojo-cream);
}

.stepmojo-product-details__row {
  display: grid;
  grid-template-columns: minmax(7rem, 38%) minmax(0, 1fr);
  gap: 0.5rem 1rem;
  padding-block: 0.4rem;
}

.stepmojo-product-details__row + .stepmojo-product-details__row {
  border-block-start: 1px solid rgb(38 51 46 / 0.08);
}

.stepmojo-product-details__row dt {
  margin: 0;
  font-size: 0.875rem;
  font-weight: 600;
  color: var(--stepmojo-ink-soft);
}

.stepmojo-product-details__row dd {
  margin: 0;
  font-size: 0.9375rem;
  color: var(--stepmojo-ink);
}

@media screen and (max-width: 389px) {
  .stepmojo-product-details__row {
    grid-template-columns: 1fr;
    gap: 0.15rem;
  }
}

/* ==========================================================================
   V2.7 Modern Modular Play — age, shape, worlds, footer, collectible cards
   ========================================================================== */

.stepmojo-age-badge {
  display: inline-flex;
  align-items: center;
  margin: 0 0 0.75rem;
  padding: 0.35rem 0.65rem;
  border-radius: 0.45rem;
  background: var(--stepmojo-yellow);
  color: var(--stepmojo-ink);
  font-family: var(--stepmojo-font-body);
  font-size: 0.75rem;
  font-weight: 650;
  letter-spacing: 0.06em;
  text-transform: uppercase;
  line-height: 1.2;
}

.stepmojo-age-guidance {
  margin: 0.35rem 0 0.85rem;
}

.stepmojo-age-guidance .stepmojo-age-badge {
  margin-bottom: 0;
  text-transform: none;
  letter-spacing: 0.02em;
  font-size: 0.8125rem;
  font-weight: 650;
}

/* Header wordmark */
header-component .header-logo,
.header__heading-link {
  font-family: var(--stepmojo-font-body);
  font-weight: 700;
  letter-spacing: var(--stepmojo-tracking-tight);
}

header-actions a,
.header__menu-item,
.menu-list__link {
  font-weight: var(--stepmojo-weight-nav);
}

@media screen and (min-width: 990px) {
  header-component.header {
    min-height: 4.75rem;
  }
}

/* Hero modular stage */
#MainContent .stepmojo-hero.section {
  position: relative;
  background:
    linear-gradient(135deg, rgb(79 127 143 / 0.12) 0%, transparent 42%),
    linear-gradient(180deg, var(--stepmojo-surface) 0%, var(--stepmojo-cream) 100%);
}

.stepmojo-hero__media {
  position: relative;
  padding: 0.55rem;
  border-radius: calc(var(--stepmojo-radius) + 4px);
  background:
    linear-gradient(145deg, rgb(36 92 74 / 0.1), rgb(243 200 91 / 0.08));
}

/* Single structural accent tile — product mosaic remains the hero focus */
.stepmojo-hero__media::before {
  content: '';
  position: absolute;
  top: 0.2rem;
  left: 0.2rem;
  width: 0.65rem;
  height: 0.65rem;
  border-radius: 0.15rem;
  background: var(--stepmojo-green-deep);
  opacity: 0.85;
  pointer-events: none;
  z-index: 1;
}

.stepmojo-hero__tile:nth-child(2) {
  transform: translateY(2px);
}

.stepmojo-hero__tile:nth-child(3) {
  transform: translateY(-2px);
}

.stepmojo-hero__tile:nth-child(4) {
  transform: translateY(3px);
}

.stepmojo-hero__tile {
  border: 2px solid var(--stepmojo-surface);
  box-shadow: 0 4px 14px rgb(38 51 46 / 0.06);
}

.stepmojo-hero__age {
  margin-bottom: 0.85rem;
}

@media (prefers-reduced-motion: reduce) {
  .stepmojo-hero__tile:nth-child(2),
  .stepmojo-hero__tile:nth-child(3),
  .stepmojo-hero__tile:nth-child(4) {
    transform: none;
  }
}

/* Section heading tile marker */
.stepmojo-themes__heading::before,
.stepmojo-value-strip__heading::before,
.stepmojo-story__heading::before {
  content: '';
  display: inline-block;
  width: 0.7rem;
  height: 0.7rem;
  margin-inline-end: 0.45rem;
  border-radius: 0.15rem;
  background: var(--stepmojo-green-deep);
  vertical-align: 0.12em;
  pointer-events: none;
}

.stepmojo-value-strip__heading::before {
  background: var(--stepmojo-yellow);
}

.stepmojo-story__heading::before {
  background: var(--stepmojo-blue);
}

/* Collectible product cards */
product-card,
.product-card {
  position: relative;
  background: var(--stepmojo-surface);
  border-radius: 14px;
  overflow: hidden;
}

product-card::before,
.product-card::before {
  content: '';
  position: absolute;
  inset-inline: 0;
  top: 0;
  height: 2.5px;
  background: var(--stepmojo-green-deep);
  z-index: 1;
  pointer-events: none;
}

@media (hover: hover) and (pointer: fine) {
  product-card:hover,
  .product-card:hover {
    transform: translateY(-2px);
    box-shadow: var(--stepmojo-shadow-hover);
  }

  product-card:hover img,
  .product-card:hover img {
    transform: scale(1.02);
  }

  product-card img,
  .product-card img {
    transition: transform var(--stepmojo-motion) ease-out;
  }

  product-card,
  .product-card {
    transition:
      transform var(--stepmojo-motion) ease-out,
      box-shadow var(--stepmojo-motion) ease-out;
  }
}

@media (prefers-reduced-motion: reduce) {
  product-card:hover,
  .product-card:hover,
  product-card:hover img,
  .product-card:hover img {
    transform: none;
  }
}

.product-card .price,
product-card .price {
  font-weight: 700;
  font-size: 1rem;
}

/* World portals */
.stepmojo-themes__card {
  position: relative;
  overflow: hidden;
}

.stepmojo-themes__accent {
  position: absolute;
  inset-block: 0;
  inset-inline-start: 0;
  width: 4px;
  background: var(--stepmojo-green-deep);
  z-index: 1;
  pointer-events: none;
}

.stepmojo-themes__label {
  margin: 0 0 0.2rem;
  font-size: 0.7rem;
  font-weight: 650;
  letter-spacing: 0.07em;
  text-transform: uppercase;
  color: var(--stepmojo-green-deep);
}

.stepmojo-themes__card--bug .stepmojo-themes__accent {
  background: var(--stepmojo-blue);
}

.stepmojo-themes__card--plant .stepmojo-themes__accent {
  background: var(--stepmojo-green);
}

.stepmojo-themes__card--bug .stepmojo-themes__label {
  color: var(--stepmojo-blue);
}

.stepmojo-themes__card--plant .stepmojo-themes__label {
  color: var(--stepmojo-green-deep);
}

.stepmojo-themes__card--bug {
  border-color: rgb(79 127 143 / 0.28);
}

.stepmojo-themes__card--plant {
  border-color: rgb(79 138 100 / 0.22);
  background: rgb(241 237 232 / 0.35);
}

.stepmojo-themes__heading {
  font-weight: var(--stepmojo-weight-heading);
}

/* Value strip modular block */
#MainContent .stepmojo-value-strip.section {
  background: linear-gradient(180deg, rgb(36 92 74 / 0.1) 0%, var(--stepmojo-cream) 100%);
}

.stepmojo-value-strip__card {
  border-block-start: 3px solid var(--stepmojo-green-deep);
}

/* Variant modular feel */
.product-form variant-picker .variant-option__button-label,
.variant-option__button-label {
  border-radius: var(--stepmojo-radius-sm);
  font-weight: 600;
}

/* Recommendations brand tone — target nearby product lists on PDP */
#MainContent[data-template='product'] .product-recommendations .text-block h2,
#MainContent[data-template='product'] .product-list .text-block h2,
#MainContent[data-template='product'] .product-list .text-block h3 {
  font-family: var(--stepmojo-font-body);
  font-weight: var(--stepmojo-weight-heading);
}

/* Footer brand close */
.stepmojo-footer-brand {
  background: var(--stepmojo-ink);
  color: var(--stepmojo-cream);
  padding-block: 1.75rem 1.25rem;
}

.stepmojo-footer-brand__inner {
  width: min(100% - 2rem, var(--page-width, 1200px));
  margin-inline: auto;
  display: grid;
  gap: 0.35rem;
}

.stepmojo-footer-brand__logo {
  margin: 0;
  font-family: var(--stepmojo-font-body);
  font-weight: 700;
  font-size: 1.15rem;
  letter-spacing: var(--stepmojo-tracking-tight);
}

.stepmojo-footer-brand__tag {
  margin: 0;
  color: rgb(241 237 232 / 0.78);
  font-size: 0.9375rem;
}

.stepmojo-footer-brand__age {
  margin: 0.35rem 0 0;
  font-size: 0.875rem;
  font-weight: 600;
  letter-spacing: 0.01em;
  text-transform: none;
  color: rgb(241 237 232 / 0.85);
}
  color: var(--stepmojo-yellow);
}

.footer,
.footer-utilities,
footer-utilities {
  background-color: var(--stepmojo-green-footer) !important;
  color: var(--stepmojo-cream);
}

.footer a,
.footer-utilities a,
.footer .menu__heading,
.footer h2,
.footer h3,
.footer p,
.footer-utilities,
button.policy-list-trigger {
  color: var(--stepmojo-cream) !important;
}

.footer a:hover,
.footer-utilities a:hover {
  color: var(--stepmojo-yellow) !important;
}

.footer a:focus-visible,
.footer-utilities a:focus-visible,
button.policy-list-trigger:focus-visible {
  outline-color: var(--stepmojo-yellow);
}

/* Force Sans on residual Tinker serif commercial headings */
#MainContent h1,
#MainContent h2,
#MainContent .text-block.h1,
#MainContent .text-block.h2,
.footer .menu__heading.h3,
#search-modal-heading,
.dialog-modal h2.visually-hidden {
  font-family: var(--stepmojo-font-body);
}

#MainContent h1,
.collection-wrapper h1,
.search-page__header h1 {
  font-weight: var(--stepmojo-weight-heading);
}

/* Empty states */
.cart-page--empty .cart-title h1::after {
  content: none;
}

.predictive-search-results__no-results,
.facets-empty,
.search-page .empty-state {
  font-family: var(--stepmojo-font-body);
}

/* About value accent */
.stepmojo-about__value {
  border-inline-start: 4px solid var(--stepmojo-green-deep);
}

.stepmojo-about__world-link {
  border-inline-start: 4px solid var(--stepmojo-yellow);
}

/* V2.7 gap polish — wordmark hierarchy, empty footer menus, search empty */
.header-logo__wordmark {
  display: inline-flex;
  align-items: baseline;
  gap: 0.35em;
  font-family: var(--stepmojo-font-body);
  line-height: 1.1;
  letter-spacing: var(--stepmojo-tracking-tight);
}

.header-logo__brand {
  font-weight: 700;
  font-size: 1.05em;
  color: var(--stepmojo-ink);
}

.header-logo__toys {
  font-weight: 600;
  font-size: 0.92em;
  opacity: 0.72;
  color: var(--stepmojo-ink);
}

.stepmojo-search-empty {
  width: min(100% - 2rem, 40rem);
  margin: 1.25rem auto 1.75rem;
  text-align: center;
  display: grid;
  gap: 0.85rem;
  justify-items: center;
}

.stepmojo-search-empty__text {
  margin: 0;
  font-family: var(--stepmojo-font-body);
  font-size: var(--stepmojo-type-body-lg);
  font-weight: 600;
  color: var(--stepmojo-ink);
}

.stepmojo-search-empty__cta {
  min-height: 2.75rem;
  font-weight: var(--stepmojo-weight-cta);
}

/* Hide empty footer menus (CSS backup; primary gate is blocks/menu.liquid) */
.footer .menu:not(:has(a[href]:not([href='']))),
.footer accordion-custom.menu:not(:has(a[href]:not([href='']))),
.footer shopify-block:has(> .menu:not(:has(a[href]))),
.footer shopify-block:has(> accordion-custom.menu:not(:has(a[href]))) {
  display: none !important;
}

.footer .menu__heading,
.footer .menu__heading.h3,
.footer .menu .h3 {
  font-family: var(--stepmojo-font-body);
  font-weight: 650;
}

/* ========== PRD V1.5 Party-first homepage ========== */
.stepmojo-hero__proof {
  display: flex;
  flex-wrap: wrap;
  gap: 0.45rem 1rem;
  margin: 1rem 0 0;
  padding: 0;
  list-style: none;
  color: var(--stepmojo-ink-soft);
  font-size: var(--stepmojo-type-small);
  font-weight: 600;
}

.stepmojo-hero__proof li {
  display: inline-flex;
  align-items: center;
  gap: 0.4rem;
}

.stepmojo-hero__proof li::before {
  content: '';
  width: 0.48rem;
  height: 0.48rem;
  flex: 0 0 auto;
  border-radius: 0.12rem;
  background: var(--stepmojo-yellow);
}

stepmojo-party-planner {
  display: block;
}

/*
 * Tinker makes `.section` transparent with a higher-specificity selector so
 * its generated section background can show through. This custom Section owns
 * its dark surface, so scope the override through MainContent without using
 * `!important`; otherwise the white intro copy becomes invisible on the page.
 */
#MainContent .stepmojo-party-planner.section {
  padding-block: var(--stepmojo-section-y);
  background:
    linear-gradient(135deg, rgb(243 200 91 / 0.12), transparent 38%),
    var(--stepmojo-green-deep);
  color: #fff;
}

.stepmojo-party-planner__shell {
  display: grid;
  gap: clamp(1.5rem, 4vw, 3.5rem);
  align-items: center;
}

.stepmojo-party-planner__intro {
  max-width: 34rem;
}

.stepmojo-party-planner__eyebrow,
.stepmojo-themes__eyebrow {
  margin: 0 0 0.55rem;
  font-size: 0.75rem;
  font-weight: 700;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.stepmojo-party-planner__eyebrow {
  color: var(--stepmojo-yellow);
}

.stepmojo-party-planner__heading {
  margin: 0 0 0.8rem;
  max-width: 15ch;
  color: #fff;
  font-family: var(--stepmojo-font-body);
  font-size: clamp(2rem, 4.5vw, 4rem);
  font-weight: var(--stepmojo-weight-display);
  line-height: 1.02;
  letter-spacing: var(--stepmojo-tracking-display);
}

.stepmojo-party-planner__support {
  margin: 0;
  max-width: 34rem;
  color: rgb(255 255 255 / 0.84);
  font-size: var(--stepmojo-type-body-lg);
  line-height: 1.55;
}

.stepmojo-party-planner__promises {
  display: grid;
  gap: 0.55rem;
  margin: 1.35rem 0 0;
  padding: 0;
  list-style: none;
  font-size: var(--stepmojo-type-small);
  font-weight: 650;
}

.stepmojo-party-planner__promises li {
  display: flex;
  align-items: center;
  gap: 0.6rem;
}

.stepmojo-party-planner__promises li::before {
  content: '✓';
  display: grid;
  width: 1.35rem;
  height: 1.35rem;
  place-items: center;
  border-radius: 50%;
  background: var(--stepmojo-yellow);
  color: var(--stepmojo-ink);
  font-size: 0.75rem;
}


.stepmojo-party-planner__size-origin {
  margin: 0.55rem 0 0;
  padding: 0.65rem 0.75rem;
  border-inline-start: 3px solid var(--stepmojo-blue);
  background: rgb(79 127 143 / 0.08);
  color: var(--stepmojo-ink-soft);
  font-size: 0.8rem;
  line-height: 1.45;
}

.stepmojo-party-planner__size-origin[hidden] {
  display: none;
}

.stepmojo-party-planner__calculator {
  display: grid;
  /*
   * Keep the rounded calculator clipping without creating a scroll container.
   * `overflow: hidden` prevents the desktop estimate from sticking to the viewport.
   */
  overflow: clip;
  border: 1px solid rgb(255 255 255 / 0.22);
  border-radius: calc(var(--stepmojo-radius) + 6px);
  background: var(--stepmojo-surface);
  color: var(--stepmojo-ink);
  box-shadow: 0 18px 50px rgb(38 51 46 / 0.2);
}

.stepmojo-party-planner__form {
  display: grid;
  gap: 1.25rem;
  padding: clamp(1.25rem, 3vw, 2rem);
}

.stepmojo-party-planner__step {
  min-width: 0;
  margin: 0;
  padding: 0;
  border: 0;
}

.stepmojo-party-planner__step + .stepmojo-party-planner__step {
  padding-top: 1.25rem;
  border-top: 1px solid var(--stepmojo-border);
}

.stepmojo-party-planner__step legend {
  display: flex;
  align-items: center;
  gap: 0.55rem;
  margin-bottom: 0.85rem;
  padding: 0;
  font-size: 1rem;
  font-weight: 700;
}

.stepmojo-party-planner__step legend span {
  display: grid;
  width: 1.65rem;
  height: 1.65rem;
  place-items: center;
  border-radius: 0.35rem;
  background: var(--stepmojo-yellow);
  color: var(--stepmojo-ink);
  font-size: 0.8rem;
}

.stepmojo-party-planner__quantity-row {
  display: grid;
  grid-template-columns: 1fr minmax(6rem, 8rem);
  gap: 1rem;
  align-items: center;
}

.stepmojo-party-planner__quantity-row label {
  font-weight: 650;
}

.stepmojo-party-planner__quantity-row input {
  width: 100%;
  min-height: 3.25rem;
  padding: 0.55rem 0.75rem;
  border: 2px solid rgb(38 51 46 / 0.18);
  border-radius: var(--stepmojo-radius-sm);
  background: #fff;
  color: var(--stepmojo-ink);
  font: inherit;
  font-size: 1.35rem;
  font-weight: 700;
  text-align: center;
}

.stepmojo-party-planner__quantity-row input[aria-invalid='true'] {
  border-color: var(--stepmojo-coral);
  box-shadow: 0 0 0 1px var(--stepmojo-coral);
}

.stepmojo-party-planner__quantity-row input:focus-visible {
  outline: 2px solid var(--stepmojo-focus-ring);
  outline-offset: var(--stepmojo-focus-offset);
}

.stepmojo-party-planner__count-status {
  min-height: 1.4em;
  margin: 0.25rem 0 0;
  color: var(--stepmojo-coral-deep);
  font-size: 0.8rem;
  font-weight: 700;
  line-height: 1.45;
}

.stepmojo-party-planner__count-status:empty {
  display: none;
}

.stepmojo-party-planner__help {
  margin: 0.65rem 0 0.45rem;
  color: var(--stepmojo-muted);
  font-size: 0.8rem;
}

.stepmojo-party-planner__presets {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 0.45rem;
}

.stepmojo-party-planner__presets button {
  min-height: 2.75rem;
  border: 1px solid rgb(38 51 46 / 0.16);
  border-radius: 0.55rem;
  background: var(--stepmojo-cream);
  color: var(--stepmojo-ink);
  font: inherit;
  font-weight: 650;
  cursor: pointer;
}

.stepmojo-party-planner__presets button[aria-pressed='true'] {
  border-color: var(--stepmojo-green-deep);
  background: var(--stepmojo-green-deep);
  color: #fff;
}

.stepmojo-party-planner__levels {
  display: grid;
  gap: 0.65rem;
}

.stepmojo-party-planner__level {
  position: relative;
  display: block;
  cursor: pointer;
}

.stepmojo-party-planner__level input {
  position: absolute;
  width: 1px;
  height: 1px;
  overflow: hidden;
  opacity: 0;
}

.stepmojo-party-planner__level > span {
  display: grid;
  gap: 0.15rem;
  padding: 0.85rem 0.95rem;
  border: 2px solid rgb(38 51 46 / 0.12);
  border-radius: var(--stepmojo-radius-sm);
  background: #fff;
}

.stepmojo-party-planner__level input:checked + span {
  border-color: var(--stepmojo-green-deep);
  background: rgb(79 138 100 / 0.08);
}

.stepmojo-party-planner__level input:focus-visible + span {
  outline: 2px solid var(--stepmojo-focus-ring);
  outline-offset: var(--stepmojo-focus-offset);
}

.stepmojo-party-planner__level small {
  color: var(--stepmojo-ink-soft);
  font-size: 0.8rem;
  line-height: 1.4;
}

.stepmojo-party-planner__summary {
  padding: clamp(1.25rem, 3vw, 2rem);
  background: var(--stepmojo-ink);
  color: #fff;
}

.stepmojo-party-planner__summary-label {
  margin: 0 0 0.85rem;
  color: var(--stepmojo-yellow);
  font-size: 0.75rem;
  font-weight: 700;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.stepmojo-party-planner__price-row {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 1rem;
}

.stepmojo-party-planner__price-row > div {
  display: grid;
  gap: 0.15rem;
}

.stepmojo-party-planner__price-row span {
  font-size: clamp(1.45rem, 3vw, 2.25rem);
  font-weight: 750;
  letter-spacing: var(--stepmojo-tracking-tight);
}

.stepmojo-party-planner__price-row small {
  color: rgb(255 255 255 / 0.68);
  font-size: 0.75rem;
}

.stepmojo-party-planner__facts {
  display: grid;
  gap: 0.5rem;
  margin: 1.25rem 0 0;
}

.stepmojo-party-planner__facts > div {
  display: flex;
  justify-content: space-between;
  gap: 1rem;
  padding-top: 0.5rem;
  border-top: 1px solid rgb(255 255 255 / 0.14);
}

.stepmojo-party-planner__facts dt {
  color: rgb(255 255 255 / 0.72);
}

.stepmojo-party-planner__facts dd {
  margin: 0;
  font-weight: 700;
}

.stepmojo-party-planner__disclaimer {
  margin: 1.15rem 0;
  color: rgb(255 255 255 / 0.7);
  font-size: 0.75rem;
  line-height: 1.5;
}

/* ========== PRD Batch 18 operations-gated shipping assurance ========== */
.stepmojo-party-planner__shipping-assurance {
  margin: 1rem 0 0;
  padding: 0.75rem 0.85rem;
  border: 1px solid rgb(243 200 91 / 0.42);
  border-inline-start-width: 3px;
  border-radius: var(--stepmojo-radius-sm);
  background: rgb(243 200 91 / 0.1);
  color: rgb(255 255 255 / 0.88);
  font-size: 0.78rem;
  line-height: 1.5;
}

.stepmojo-party-planner__shipping-assurance strong {
  color: #fff;
}

.stepmojo-party-planner__export {
  display: grid;
  gap: 0.75rem;
  margin-bottom: 1rem;
  padding: 0.9rem;
  border: 1px solid rgb(255 255 255 / 0.18);
  border-radius: var(--stepmojo-radius-sm);
  background: rgb(255 255 255 / 0.06);
}

.stepmojo-party-planner__export p {
  margin: 0.3rem 0 0;
  color: rgb(255 255 255 / 0.72);
  font-size: 0.75rem;
  line-height: 1.45;
}

.stepmojo-party-planner__export-actions {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 0.5rem;
}

.stepmojo-party-planner__export-actions button {
  min-height: 2.75rem;
  padding: 0.55rem 0.7rem;
  border: 1px solid rgb(255 255 255 / 0.35);
  border-radius: 0.55rem;
  background: transparent;
  color: #fff;
  font: inherit;
  font-size: 0.78rem;
  font-weight: 700;
  cursor: pointer;
}

.stepmojo-party-planner__export-actions button:focus-visible {
  outline: 2px solid var(--stepmojo-yellow);
  outline-offset: 3px;
}

.stepmojo-party-planner__export-status:empty {
  display: none;
}

.stepmojo-party-planner__summary .stepmojo-party-planner__cta {
  width: 100%;
  min-height: 3rem;
  background-color: var(--stepmojo-yellow) !important;
  border-color: var(--stepmojo-yellow-border) !important;
  color: var(--stepmojo-ink) !important;
  font-weight: 700 !important;
}

.stepmojo-party-planner__safety {
  margin: 1.25rem auto 0;
  max-width: 70rem;
  padding: 1rem;
  border: 1px solid rgb(255 255 255 / 0.2);
  border-radius: var(--stepmojo-radius-sm);
  background: rgb(255 255 255 / 0.06);
  color: rgb(255 255 255 / 0.86);
  font-size: 0.75rem;
  line-height: 1.5;
}

.stepmojo-party-planner__safety h3 {
  margin: 0 0 0.75rem;
  color: #fff;
  font-size: 0.9rem;
  text-align: center;
}

.stepmojo-party-planner__safety dl {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 0.65rem;
  margin: 0;
}

.stepmojo-party-planner__safety dl > div {
  display: grid;
  gap: 0.2rem;
  padding: 0.7rem 0.75rem;
  border: 1px solid rgb(255 255 255 / 0.14);
  border-radius: 0.55rem;
}

.stepmojo-party-planner__safety dt {
  color: #fff;
  font-weight: 800;
}

.stepmojo-party-planner__safety dd {
  margin: 0;
}

.stepmojo-party-planner__safety > p {
  margin: 0.75rem 0 0;
  text-align: center;
}

@media screen and (max-width: 749px) {
  .stepmojo-party-planner__safety dl {
    grid-template-columns: minmax(0, 1fr);
  }
}

.stepmojo-themes__eyebrow {
  color: var(--stepmojo-green-deep);
}

.stepmojo-themes__grid {
  align-items: stretch;
}

.stepmojo-themes__preview-note {
  display: inline-block;
  margin-top: 0.55rem;
  color: var(--stepmojo-green-deep);
  font-size: 0.75rem;
  font-weight: 650;
}

.stepmojo-themes__card--wild .stepmojo-themes__accent {
  background: var(--stepmojo-coral);
}

.stepmojo-themes__card--wild .stepmojo-themes__label {
  color: var(--stepmojo-coral);
}

.stepmojo-themes__card--wild {
  border-color: rgb(224 122 95 / 0.28);
}

@media screen and (min-width: 990px) {
  .stepmojo-party-planner__shell {
    grid-template-columns: minmax(0, 0.8fr) minmax(36rem, 1.2fr);
  }

  .stepmojo-party-planner__calculator {
    grid-template-columns: minmax(0, 1.05fr) minmax(17rem, 0.95fr);
  }

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

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

@media screen and (max-width: 749px) {
  .stepmojo-hero__proof {
    display: grid;
    gap: 0.35rem;
  }

  .stepmojo-party-planner {
    padding-block: var(--stepmojo-section-y-mobile);
  }

  .stepmojo-party-planner__heading {
    font-size: clamp(1.8rem, 9vw, 2.6rem);
  }

  .stepmojo-party-planner__quantity-row {
    grid-template-columns: 1fr 6.5rem;
  }

  .stepmojo-party-planner__price-row {
    gap: 0.65rem;
  }

  .stepmojo-party-planner__price-row span {
    font-size: 1.35rem;
  }
}
/* ========== PRD Batch 2 four-step planner ========== */
.stepmojo-party-planner__levels {
  grid-template-columns: repeat(2, minmax(0, 1fr));
  margin-top: 1rem;
}

.stepmojo-party-planner__collections,
.stepmojo-party-planner__choices {
  display: grid;
  gap: 0.65rem;
}

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

.stepmojo-party-planner__mix-composition {
  display: grid;
  gap: 0.8rem;
  margin-top: 0.8rem;
  padding: 0.9rem;
  border: 1px solid rgb(79 138 100 / 0.35);
  border-radius: var(--stepmojo-radius-sm);
  background: rgb(79 138 100 / 0.06);
  color: var(--stepmojo-ink);
}

.stepmojo-party-planner__mix-composition[hidden] {
  display: none;
}

.stepmojo-party-planner__mix-composition > div > strong {
  display: block;
  margin-bottom: 0.25rem;
}

.stepmojo-party-planner__mix-composition p {
  margin: 0;
  color: var(--stepmojo-ink-soft);
  font-size: 0.82rem;
  line-height: 1.5;
}

.stepmojo-party-planner__mix-composition ul {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 0.5rem;
  margin: 0;
  padding: 0;
  list-style: none;
}

.stepmojo-party-planner__mix-composition li {
  display: grid;
  gap: 0.1rem;
  padding: 0.65rem 0.7rem;
  border-radius: var(--stepmojo-radius-sm);
  background: #fff;
}

.stepmojo-party-planner__mix-composition li span {
  color: var(--stepmojo-ink-soft);
  font-size: 0.76rem;
  line-height: 1.4;
}

.stepmojo-party-planner__mix-status {
  padding: 0.65rem 0.75rem;
  border-inline-start: 3px solid var(--stepmojo-blue);
  background: rgb(79 127 143 / 0.08);
}

.stepmojo-party-planner__mix-status[data-status='ready'] {
  border-inline-start-color: var(--stepmojo-green-deep);
  background: rgb(79 138 100 / 0.1);
}

.stepmojo-party-planner__mix-status[data-status='review'] {
  border-inline-start-color: var(--stepmojo-gold);
  background: rgb(243 200 91 / 0.13);
}

.stepmojo-party-planner__collection,
.stepmojo-party-planner__choice {
  position: relative;
  display: block;
  min-width: 0;
  cursor: pointer;
}

.stepmojo-party-planner__collection input,
.stepmojo-party-planner__choice input {
  position: absolute;
  width: 1px;
  height: 1px;
  overflow: hidden;
  opacity: 0;
}

.stepmojo-party-planner__collection > span,
.stepmojo-party-planner__choice > span {
  display: grid;
  height: 100%;
  gap: 0.15rem;
  padding: 0.85rem 0.95rem;
  border: 2px solid rgb(38 51 46 / 0.12);
  border-radius: var(--stepmojo-radius-sm);
  background: #fff;
}

.stepmojo-party-planner__collection input:checked + span,
.stepmojo-party-planner__choice input:checked + span {
  border-color: var(--stepmojo-green-deep);
  background: rgb(79 138 100 / 0.08);
}

.stepmojo-party-planner__collection input:focus-visible + span,
.stepmojo-party-planner__choice input:focus-visible + span {
  outline: 2px solid var(--stepmojo-focus-ring);
  outline-offset: var(--stepmojo-focus-offset);
}

.stepmojo-party-planner__collection small,
.stepmojo-party-planner__choice small {
  color: var(--stepmojo-ink-soft);
  font-size: 0.78rem;
  line-height: 1.4;
}

.stepmojo-party-planner__choice--extra > span {
  border-color: rgb(243 200 91 / 0.7);
  background: rgb(243 200 91 / 0.08);
}

.stepmojo-party-planner__choice.is-disabled {
  cursor: not-allowed;
}

.stepmojo-party-planner__choice.is-disabled > span {
  border-style: dashed;
  background: rgb(107 115 128 / 0.08);
  color: var(--stepmojo-muted);
  opacity: 0.72;
}

.stepmojo-party-planner__choice input[aria-invalid='true'] + span {
  border-color: var(--stepmojo-coral);
  background: rgb(196 91 74 / 0.08);
  color: var(--stepmojo-ink);
  opacity: 1;
}

.stepmojo-party-planner__eligibility {
  margin: 0.75rem 0 0;
  padding: 0.75rem 0.85rem;
  border-inline-start: 3px solid var(--stepmojo-blue);
  background: rgb(79 127 143 / 0.08);
  color: var(--stepmojo-ink-soft);
  font-size: 0.8rem;
  line-height: 1.45;
}

.stepmojo-party-planner__configuration-required {
  margin: 0;
  padding: 0.85rem;
  border-inline-start: 3px solid var(--stepmojo-blue);
  background: rgb(79 127 143 / 0.08);
  color: var(--stepmojo-ink-soft);
  font-size: 0.85rem;
  font-weight: 700;
  line-height: 1.5;
}

.stepmojo-party-planner__recovery {
  display: grid;
  gap: 0.75rem;
  margin-top: 0.75rem;
  padding: 1rem;
  border: 1px solid rgb(196 91 74 / 0.45);
  border-radius: var(--stepmojo-radius-sm);
  background: rgb(196 91 74 / 0.08);
}

.stepmojo-party-planner__recovery[hidden] {
  display: none;
}

.stepmojo-party-planner__recovery h3,
.stepmojo-party-planner__recovery p,
.stepmojo-party-planner__recovery ol {
  margin: 0;
}

.stepmojo-party-planner__recovery ol {
  display: grid;
  gap: 0.5rem;
  padding-inline-start: 1.5rem;
}

.stepmojo-party-planner__recovery button {
  min-height: 2.75rem;
  padding: 0.55rem 0.8rem;
  border: 1px solid var(--stepmojo-green-deep);
  border-radius: var(--stepmojo-radius-pill);
  background: var(--stepmojo-surface);
  color: var(--stepmojo-green-deep);
  font: inherit;
  font-weight: 700;
  text-align: start;
  cursor: pointer;
}

.stepmojo-party-planner__recovery button:focus-visible {
  outline: 2px solid var(--stepmojo-focus-ring);
  outline-offset: var(--stepmojo-focus-offset);
}

.stepmojo-party-planner__recovery-aftercare {
  color: var(--stepmojo-ink-soft);
  font-size: 0.8rem;
  line-height: 1.45;
}

/* ========== PRD Batch 3 Guest Buffer and party timing ========== */
.stepmojo-party-planner__buffer {
  display: grid;
  gap: 0.75rem;
  margin-top: 1rem;
  padding: 0.9rem;
  border: 1px solid rgb(79 127 143 / 0.35);
  border-radius: var(--stepmojo-radius-sm);
  background: rgb(79 127 143 / 0.08);
}

.stepmojo-party-planner__buffer[hidden],
.stepmojo-party-planner__buffer-none[hidden] {
  display: none;
}

.stepmojo-party-planner__buffer p {
  margin: 0.2rem 0 0;
  color: var(--stepmojo-ink-soft);
  font-size: 0.8rem;
  line-height: 1.45;
}

.stepmojo-party-planner__buffer-choice {
  display: flex;
  min-height: 2.75rem;
  align-items: center;
  gap: 0.65rem;
  padding: 0.65rem 0.75rem;
  border: 1px solid rgb(38 51 46 / 0.14);
  border-radius: 0.55rem;
  background: #fff;
  font-weight: 700;
  cursor: pointer;
}

.stepmojo-party-planner__buffer-choice input {
  width: 1.2rem;
  height: 1.2rem;
  flex: 0 0 auto;
  accent-color: var(--stepmojo-green-deep);
}

.stepmojo-party-planner__buffer-choice:focus-within {
  outline: 2px solid var(--stepmojo-focus-ring);
  outline-offset: var(--stepmojo-focus-offset);
}

.stepmojo-party-planner__buffer-impact,
.stepmojo-party-planner__buffer-none {
  margin: 0;
  font-size: 0.78rem;
  line-height: 1.45;
}

.stepmojo-party-planner__buffer-impact {
  padding-top: 0.65rem;
  border-top: 1px solid rgb(79 127 143 / 0.25);
}

.stepmojo-party-planner__buffer-impact[data-status='reset'] {
  color: var(--stepmojo-coral-deep);
  font-weight: 700;
}

.stepmojo-party-planner__buffer-none {
  margin-top: 0.75rem;
  color: var(--stepmojo-muted);
}

.stepmojo-party-planner__timing legend {
  margin-bottom: 0.25rem;
}

.stepmojo-party-planner__timing-fields {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 0.75rem;
  margin-top: 0.8rem;
}

.stepmojo-party-planner__timing-fields > div {
  display: grid;
  min-width: 0;
  gap: 0.35rem;
}

.stepmojo-party-planner__timing-fields label {
  font-size: 0.8rem;
  font-weight: 700;
}

.stepmojo-party-planner__timing-fields input {
  width: 100%;
  min-height: 2.85rem;
  padding: 0.55rem 0.7rem;
  border: 2px solid rgb(38 51 46 / 0.16);
  border-radius: var(--stepmojo-radius-sm);
  background: #fff;
  color: var(--stepmojo-ink);
  font: inherit;
}

.stepmojo-party-planner__timing-fields input:focus-visible {
  border-color: var(--stepmojo-green-deep);
  outline: 2px solid var(--stepmojo-focus-ring);
  outline-offset: var(--stepmojo-focus-offset);
}

.stepmojo-party-planner__arrival {
  margin: 0.8rem 0 0;
  padding: 0.75rem 0.85rem;
  border-inline-start: 3px solid var(--stepmojo-blue);
  background: rgb(79 127 143 / 0.08);
  color: var(--stepmojo-ink-soft);
  font-size: 0.8rem;
  line-height: 1.5;
}

.stepmojo-party-planner__rush-status {
  margin: 0.75rem 0 0;
  padding: 0.75rem 0.85rem;
  border-inline-start: 3px solid var(--stepmojo-green-deep);
  background: rgb(79 138 100 / 0.08);
  color: var(--stepmojo-ink-soft);
  line-height: 1.5;
}

.stepmojo-party-planner__rush-status[data-status='required'] {
  border-inline-start-color: var(--stepmojo-coral);
  background: rgb(224 122 95 / 0.1);
  color: var(--stepmojo-ink);
  font-weight: 650;
}

.stepmojo-party-planner__arrival[data-status='high-risk'],
.stepmojo-party-planner__arrival[data-status='invalid-date'],
.stepmojo-party-planner__arrival[data-status='postcode-required'] {
  border-inline-start-color: var(--stepmojo-coral);
  background: rgb(224 122 95 / 0.1);
}

.stepmojo-party-planner__arrival[data-status='tight'] {
  border-inline-start-color: var(--stepmojo-yellow);
  background: rgb(243 200 91 / 0.12);
}

.stepmojo-party-planner__arrival[data-status='workable'] {
  border-inline-start-color: var(--stepmojo-green-deep);
  background: rgb(79 138 100 / 0.1);
}

.stepmojo-party-planner__timing-fields input[aria-invalid='true'] {
  border-color: var(--stepmojo-coral);
  box-shadow: 0 0 0 1px var(--stepmojo-coral);
}

.stepmojo-party-planner__timing-fields input[aria-invalid='true']:focus-visible {
  outline: 2px solid var(--stepmojo-focus-ring);
  outline-offset: var(--stepmojo-focus-offset);
}

.stepmojo-party-planner__facts dd {
  max-width: 60%;
  text-align: end;
}

@media screen and (min-width: 990px) {
  .stepmojo-party-planner__shell {
    grid-template-columns: minmax(0, 1fr);
  }

  .stepmojo-party-planner__intro {
    max-width: 58rem;
  }

  .stepmojo-party-planner__heading {
    max-width: 18ch;
  }

  .stepmojo-party-planner__calculator {
    grid-template-columns: minmax(0, 1.35fr) minmax(20rem, 0.65fr);
    align-items: start;
  }

  .stepmojo-party-planner__summary {
    position: sticky;
    top: calc(var(--sticky-header-offset, 0px) + 1rem);
    align-self: start;
  }
}

@media screen and (max-width: 749px) {
  .stepmojo-party-planner__levels,
  .stepmojo-party-planner__collections,
  .stepmojo-party-planner__mix-composition ul,
  .stepmojo-party-planner__timing-fields {
    grid-template-columns: minmax(0, 1fr);
  }

  .stepmojo-party-planner__facts > div {
    align-items: flex-start;
  }
}
/* ========== PRD Batch 9 Classic / Premium live comparison ========== */
.stepmojo-party-planner__comparison {
  display: grid;
  gap: 0.8rem;
  margin-top: 1rem;
  padding: 0.9rem;
  border: 1px solid rgb(79 127 143 / 0.3);
  border-radius: var(--stepmojo-radius-sm);
  background: rgb(79 127 143 / 0.06);
}

.stepmojo-party-planner__comparison-heading,
.stepmojo-party-planner__comparison-title {
  display: flex;
  align-items: baseline;
  justify-content: space-between;
  gap: 0.75rem;
}

.stepmojo-party-planner__comparison-heading > span,
.stepmojo-party-planner__comparison-title > span {
  color: var(--stepmojo-ink-soft);
  font-size: 0.75rem;
  font-weight: 700;
}

.stepmojo-party-planner__comparison-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 0.65rem;
}

.stepmojo-party-planner__comparison-grid article {
  display: grid;
  min-width: 0;
  gap: 0.7rem;
  padding: 0.75rem;
  border: 2px solid rgb(38 51 46 / 0.12);
  border-radius: var(--stepmojo-radius-sm);
  background: #fff;
}

.stepmojo-party-planner__comparison-grid article[data-selected='true'] {
  border-color: var(--stepmojo-green-deep);
  box-shadow: inset 0 0 0 1px rgb(79 138 100 / 0.12);
}

.stepmojo-party-planner__comparison-grid dl {
  display: grid;
  gap: 0.4rem;
  margin: 0;
}

.stepmojo-party-planner__comparison-grid dl > div {
  display: flex;
  justify-content: space-between;
  gap: 0.75rem;
}

.stepmojo-party-planner__comparison-grid dt {
  color: var(--stepmojo-ink-soft);
  font-size: 0.75rem;
}

.stepmojo-party-planner__comparison-grid dd {
  margin: 0;
  font-size: 0.8rem;
  font-weight: 800;
  text-align: end;
}

.stepmojo-party-planner__comparison-grid button {
  min-height: 2.75rem;
  padding: 0.6rem 0.75rem;
  border: 2px solid var(--stepmojo-green-deep);
  border-radius: 999px;
  background: #fff;
  color: var(--stepmojo-green-deep);
  font: inherit;
  font-size: 0.78rem;
  font-weight: 800;
  cursor: pointer;
}

.stepmojo-party-planner__comparison-grid button[aria-pressed='true'] {
  background: var(--stepmojo-green-deep);
  color: #fff;
}

.stepmojo-party-planner__comparison-grid button:focus-visible {
  outline: 2px solid var(--stepmojo-focus-ring);
  outline-offset: var(--stepmojo-focus-offset);
}

.stepmojo-party-planner__comparison-difference,
.stepmojo-party-planner__comparison-note {
  margin: 0;
  line-height: 1.45;
}

.stepmojo-party-planner__comparison-difference {
  font-size: 0.82rem;
  font-weight: 750;
}

.stepmojo-party-planner__comparison-note {
  color: var(--stepmojo-ink-soft);
  font-size: 0.74rem;
}

@media screen and (max-width: 749px) {
  .stepmojo-party-planner__comparison-grid {
    grid-template-columns: minmax(0, 1fr);
  }

  .stepmojo-party-planner__comparison-heading {
    align-items: flex-start;
    flex-direction: column;
    gap: 0.2rem;
  }
}
/* ========== PRD Batch 10 interest preference shortcuts ========== */
.stepmojo-party-planner__interests {
  display: grid;
  gap: 0.7rem;
  margin: 0.8rem 0 1rem;
  padding: 0.85rem;
  border: 1px solid rgb(243 200 91 / 0.55);
  border-radius: var(--stepmojo-radius-sm);
  background: rgb(243 200 91 / 0.08);
}

.stepmojo-party-planner__interests p {
  margin: 0.2rem 0 0;
  color: var(--stepmojo-ink-soft);
  font-size: 0.78rem;
  line-height: 1.45;
}

.stepmojo-party-planner__interest-options {
  display: flex;
  flex-wrap: wrap;
  gap: 0.5rem;
}

.stepmojo-party-planner__interest-options button {
  min-height: 2.75rem;
  flex: 1 1 9rem;
  padding: 0.55rem 0.75rem;
  border: 2px solid rgb(38 51 46 / 0.14);
  border-radius: 999px;
  background: #fff;
  color: var(--stepmojo-ink);
  font: inherit;
  font-size: 0.76rem;
  font-weight: 750;
  line-height: 1.2;
  cursor: pointer;
}

.stepmojo-party-planner__interest-options button[aria-pressed='true'] {
  border-color: var(--stepmojo-green-deep);
  background: var(--stepmojo-green-deep);
  color: #fff;
}

.stepmojo-party-planner__interest-options button:focus-visible {
  outline: 2px solid var(--stepmojo-focus-ring);
  outline-offset: var(--stepmojo-focus-offset);
}

.stepmojo-party-planner__interest-status {
  padding-top: 0.55rem;
  border-top: 1px solid rgb(243 200 91 / 0.45);
}

/* ========== PRD Batch 15 Play Type readiness ========== */
.stepmojo-party-planner__play-types {
  display: grid;
  gap: 0.75rem;
  margin-block: 1rem;
  padding: 1rem;
  border: 1px solid rgb(var(--color-foreground-rgb) / 0.16);
  border-radius: var(--style-border-radius-cards);
  background: rgb(var(--color-background-rgb));
}

.stepmojo-party-planner__play-types[hidden],
.stepmojo-party-planner__collection[hidden],
.stepmojo-party-planner__interests[hidden] {
  display: none;
}

.stepmojo-party-planner__play-types p {
  margin: 0;
}

.stepmojo-party-planner__play-type-options {
  display: flex;
  flex-wrap: wrap;
  gap: 0.625rem;
}

.stepmojo-party-planner__play-type-options button {
  min-height: 2.75rem;
  flex: 1 1 9rem;
  padding: 0.65rem 1rem;
  border: 1px solid rgb(var(--color-foreground-rgb) / 0.24);
  border-radius: 999px;
  background: rgb(var(--color-background-rgb));
  color: rgb(var(--color-foreground-rgb));
  font: inherit;
  font-weight: 700;
  cursor: pointer;
}

.stepmojo-party-planner__play-type-options button[aria-pressed='true'] {
  border-color: rgb(var(--color-foreground-rgb));
  background: rgb(var(--color-foreground-rgb));
  color: rgb(var(--color-background-rgb));
}

.stepmojo-party-planner__play-type-options button:focus-visible {
  outline: 3px solid rgb(var(--color-foreground-rgb) / 0.4);
  outline-offset: 3px;
}

.stepmojo-party-planner__play-type-status {
  color: rgb(var(--color-foreground-rgb) / 0.72);
  font-size: 0.82rem;
}

/* ========== PRD Batch 16 Special Gift design preference ========== */
.stepmojo-party-planner__special-designs {
  display: grid;
  gap: 0.75rem;
  margin-top: 0.9rem;
  padding: 0.9rem;
  border: 1px solid rgb(79 127 143 / 0.3);
  border-radius: var(--stepmojo-radius-sm);
  background: rgb(79 127 143 / 0.06);
}

.stepmojo-party-planner__special-designs[hidden] {
  display: none;
}

.stepmojo-party-planner__special-designs p {
  margin: 0.25rem 0 0;
}

.stepmojo-party-planner__special-design-options {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 0.65rem;
}

.stepmojo-party-planner__special-design {
  position: relative;
  display: block;
  min-width: 0;
  cursor: pointer;
}

.stepmojo-party-planner__special-design input {
  position: absolute;
  opacity: 0;
  pointer-events: none;
}

.stepmojo-party-planner__special-design span {
  display: grid;
  min-height: 2.75rem;
  gap: 0.2rem;
  align-content: center;
  padding: 0.7rem 0.8rem;
  border: 2px solid rgb(38 51 46 / 0.12);
  border-radius: var(--stepmojo-radius-sm);
  background: #fff;
}

.stepmojo-party-planner__special-design small {
  color: var(--stepmojo-ink-soft);
}

.stepmojo-party-planner__special-design input:checked + span {
  border-color: var(--stepmojo-green-deep);
  box-shadow: inset 0 0 0 1px rgb(79 138 100 / 0.12);
}

.stepmojo-party-planner__special-design input:focus-visible + span {
  outline: 3px solid var(--stepmojo-focus-ring);
  outline-offset: var(--stepmojo-focus-offset);
}

.stepmojo-party-planner__special-design-status {
  padding-top: 0.55rem;
  border-top: 1px solid rgb(79 127 143 / 0.24);
  color: var(--stepmojo-ink-soft);
  font-size: 0.82rem;
}

.stepmojo-party-planner__special-design-unavailable {
  display: grid;
  gap: 0.45rem;
}

.stepmojo-party-planner__special-design-status[data-status='review'] {
  padding: 0.65rem 0.75rem;
  border: 0;
  border-inline-start: 3px solid var(--stepmojo-coral);
  background: rgb(196 91 74 / 0.08);
}

@media screen and (max-width: 749px) {
  .stepmojo-party-planner__special-design-options {
    grid-template-columns: minmax(0, 1fr);
  }
}
/* ========== PRD Batch 11 per-gift budget guide ========== */
.stepmojo-party-planner__budget {
  display: grid;
  gap: 0.75rem;
  margin-top: 1rem;
  padding: 0.9rem;
  border: 1px solid rgb(79 138 100 / 0.35);
  border-radius: var(--stepmojo-radius-sm);
  background: rgb(79 138 100 / 0.06);
}

.stepmojo-party-planner__budget p {
  margin: 0.2rem 0 0;
  color: var(--stepmojo-ink-soft);
  font-size: 0.78rem;
  line-height: 1.45;
}

.stepmojo-party-planner__budget-controls {
  display: grid;
  gap: 0.35rem;
}

.stepmojo-party-planner__budget-controls label {
  font-size: 0.78rem;
  font-weight: 750;
}

.stepmojo-party-planner__budget-controls > div {
  display: grid;
  grid-template-columns: auto minmax(0, 1fr);
  align-items: center;
  gap: 0.45rem;
  padding-inline-start: 0.7rem;
  border: 2px solid rgb(38 51 46 / 0.16);
  border-radius: var(--stepmojo-radius-sm);
  background: #fff;
  font-weight: 800;
}

.stepmojo-party-planner__budget-controls > div:focus-within {
  border-color: var(--stepmojo-green-deep);
  outline: 2px solid var(--stepmojo-focus-ring);
  outline-offset: var(--stepmojo-focus-offset);
}

.stepmojo-party-planner__budget-controls > div[data-status='invalid'] {
  border-color: var(--stepmojo-coral);
}

.stepmojo-party-planner__budget-controls input {
  width: 100%;
  min-height: 2.75rem;
  padding: 0.55rem 0.7rem 0.55rem 0;
  border: 0;
  outline: 0;
  background: transparent;
  color: var(--stepmojo-ink);
  font: inherit;
}

.stepmojo-party-planner__budget-presets {
  display: flex;
  flex-wrap: wrap;
  gap: 0.45rem;
}

.stepmojo-party-planner__budget-presets button {
  min-width: 3.5rem;
  min-height: 2.75rem;
  flex: 1 1 3.5rem;
  padding: 0.5rem 0.7rem;
  border: 2px solid rgb(38 51 46 / 0.14);
  border-radius: 999px;
  background: #fff;
  color: var(--stepmojo-ink);
  font: inherit;
  font-size: 0.78rem;
  font-weight: 800;
  cursor: pointer;
}

.stepmojo-party-planner__budget-presets button[aria-pressed='true'] {
  border-color: var(--stepmojo-green-deep);
  background: var(--stepmojo-green-deep);
  color: #fff;
}

.stepmojo-party-planner__budget-presets button:focus-visible {
  outline: 2px solid var(--stepmojo-focus-ring);
  outline-offset: var(--stepmojo-focus-offset);
}

.stepmojo-party-planner__budget-results {
  display: grid;
  gap: 0.45rem;
  margin: 0;
}

.stepmojo-party-planner__budget-results > div {
  display: grid;
  grid-template-columns: minmax(4.5rem, auto) minmax(0, 1fr);
  gap: 0.75rem;
  padding: 0.6rem 0;
  border-bottom: 1px solid rgb(79 138 100 / 0.2);
}

.stepmojo-party-planner__budget-results dt {
  font-weight: 800;
}

.stepmojo-party-planner__budget-results dd {
  margin: 0;
  color: var(--stepmojo-ink-soft);
  font-size: 0.76rem;
  line-height: 1.4;
  text-align: end;
}

.stepmojo-party-planner__budget-status {
  padding: 0.7rem 0.8rem;
  border-inline-start: 3px solid var(--stepmojo-green-deep);
  background: rgb(79 138 100 / 0.1);
}

.stepmojo-party-planner__budget-status[data-status='invalid'] {
  border-inline-start-color: var(--stepmojo-coral);
  background: rgb(224 122 95 / 0.1);
}

.stepmojo-party-planner__budget-status[data-status='empty'] {
  border-inline-start-color: var(--stepmojo-blue);
  background: rgb(79 127 143 / 0.08);
}

.stepmojo-party-planner__budget-note {
  padding-top: 0.55rem;
  border-top: 1px solid rgb(79 138 100 / 0.2);
}

@media screen and (max-width: 479px) {
  .stepmojo-party-planner__budget-results > div {
    grid-template-columns: minmax(0, 1fr);
    gap: 0.2rem;
  }

  .stepmojo-party-planner__budget-results dd {
    text-align: start;
  }
}
/* ========== PRD Batch 12 effective average ========== */
.stepmojo-party-planner__facts [data-party-effective-average-row][hidden] {
  display: none;
}

.stepmojo-party-planner__facts [data-party-effective-average-row] dd {
  display: grid;
  justify-items: end;
  gap: 0.15rem;
}

.stepmojo-party-planner__facts [data-party-effective-average-row] small {
  max-width: 24ch;
  color: var(--stepmojo-ink-soft);
  font-size: 0.68rem;
  font-weight: 500;
  line-height: 1.3;
}

@media screen and (max-width: 479px) {
  .stepmojo-party-planner__facts [data-party-effective-average-row] dd {
    justify-items: start;
    text-align: start;
  }
}
/* ========== PRD Batch 13 price tier guidance ========== */
.stepmojo-party-planner__tier-guide {
  display: grid;
  gap: 0.55rem;
  margin-top: 1rem;
  padding: 0.85rem;
  border: 1px solid rgb(79 127 143 / 0.3);
  border-radius: var(--stepmojo-radius-sm);
  background: rgb(79 127 143 / 0.06);
}

.stepmojo-party-planner__tier-guide p {
  margin: 0;
  color: var(--stepmojo-ink-soft);
  font-size: 0.78rem;
  line-height: 1.5;
}

.stepmojo-party-planner__tier-guide [data-party-tier-next] {
  padding-top: 0.55rem;
  border-top: 1px solid rgb(79 127 143 / 0.22);
}

.stepmojo-party-planner__under-five {
  padding: 0.65rem 0.75rem;
  border-inline-start: 3px solid var(--stepmojo-green-deep);
  background: rgb(79 138 100 / 0.1);
  color: var(--stepmojo-ink) !important;
  font-weight: 750;
}

.stepmojo-party-planner__under-five[hidden] {
  display: none;
}

/* ========== PRD Batch 39 fixed Party Pack routing ========== */
.stepmojo-party-planner__fixed-match {
  display: grid;
  gap: 0.7rem;
  margin: 1rem 0;
  padding: 0.9rem;
  border: 1px solid rgb(255 255 255 / 0.2);
  border-radius: var(--stepmojo-radius-sm);
  background: rgb(255 255 255 / 0.06);
}

.stepmojo-party-planner__fixed-match p {
  margin: 0.3rem 0 0;
  color: rgb(255 255 255 / 0.76);
  font-size: 0.78rem;
  line-height: 1.5;
}

.stepmojo-party-planner__fixed-match[data-status='available'] {
  border-color: rgb(243 200 91 / 0.58);
  background: rgb(243 200 91 / 0.1);
}

.stepmojo-party-planner__fixed-match[data-status='ambiguous'] {
  border-color: rgb(224 122 95 / 0.72);
  background: rgb(224 122 95 / 0.12);
}

.stepmojo-party-planner__fixed-match-links > div {
  display: grid;
  gap: 0.5rem;
}

.stepmojo-party-planner__fixed-match-link {
  width: 100%;
  min-height: 3rem;
  white-space: normal;
  text-align: center;
}

/* ========== PRD Batch 41 fixed-sale scope alignment ========== */
.stepmojo-party-planner__fixed-scope {
  margin: 0 0 0.8rem;
  padding: 0.75rem 0.85rem;
  border: 1px solid rgb(79 138 100 / 0.32);
  border-radius: var(--stepmojo-radius-sm);
  background: rgb(79 138 100 / 0.08);
  color: var(--stepmojo-ink-soft);
  font-size: 0.8rem;
  line-height: 1.5;
}

.stepmojo-party-planner__choice.is-fixed-unavailable {
  opacity: 0.68;
}

.stepmojo-party-planner__choice.is-fixed-unavailable span {
  border-style: dashed;
}

/* ========== PRD Batch 45 Theme Editor fixed-pack readiness ========== */
.stepmojo-party-planner__admin-readiness {
  display: grid;
  gap: 0.8rem;
  margin: 1rem 0;
  padding: 1rem;
  border: 2px dashed rgb(243 200 91 / 0.72);
  border-radius: var(--stepmojo-radius-sm);
  background: rgb(243 200 91 / 0.12);
  color: var(--stepmojo-white, #fff);
}

.stepmojo-party-planner__admin-readiness[data-status='ready'] {
  border-color: rgb(79 138 100 / 0.8);
  background: rgb(79 138 100 / 0.16);
}

.stepmojo-party-planner__admin-readiness h3,
.stepmojo-party-planner__admin-readiness p,
.stepmojo-party-planner__admin-readiness dl,
.stepmojo-party-planner__admin-readiness ul {
  margin: 0;
}

.stepmojo-party-planner__admin-eyebrow {
  color: var(--stepmojo-yellow, #f3c85b);
  font-size: 0.7rem;
  font-weight: 800;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.stepmojo-party-planner__admin-readiness dl {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 0.45rem;
}

.stepmojo-party-planner__admin-readiness dl div,
.stepmojo-party-planner__admin-readiness li {
  padding: 0.65rem;
  border: 1px solid rgb(255 255 255 / 0.18);
  border-radius: 8px;
  background: rgb(255 255 255 / 0.06);
}

.stepmojo-party-planner__admin-readiness dd {
  margin: 0;
  font-size: 1.1rem;
  font-weight: 800;
}

.stepmojo-party-planner__admin-readiness ul {
  display: grid;
  gap: 0.5rem;
  padding: 0;
  list-style: none;
}

.stepmojo-party-planner__admin-readiness li,
.stepmojo-party-planner__admin-readiness li > div {
  display: grid;
  gap: 0.2rem;
}

.stepmojo-party-planner__admin-readiness li[data-status='ready'] {
  border-color: rgb(79 138 100 / 0.72);
}

.stepmojo-party-planner__admin-readiness li:not([data-status='ready']) {
  border-color: rgb(224 122 95 / 0.72);
}

.stepmojo-party-planner__admin-readiness span,
.stepmojo-party-planner__admin-readiness p {
  font-size: 0.78rem;
  line-height: 1.5;
}

.stepmojo-party-planner__admin-gate {
  padding-top: 0.7rem;
  border-top: 1px solid rgb(255 255 255 / 0.18);
}

@media screen and (max-width: 749px) {
  .stepmojo-party-planner__admin-readiness dl {
    grid-template-columns: 1fr;
  }
}

/* ========== PRD Batch 47 duplicate route diagnostics ========== */
stepmojo-fixed-pack-admin-readiness {
  display: block;
}

.stepmojo-party-planner__admin-routes {
  padding-top: 0.35rem;
  border-top: 1px solid rgb(255 255 255 / 0.14);
}

.stepmojo-party-planner__admin-routes [data-stepmojo-admin-route] {
  padding: 0.25rem 0.45rem;
  border-radius: 6px;
  background: rgb(255 255 255 / 0.08);
  font-family: ui-monospace, SFMono-Regular, Menlo, Consolas, monospace;
}

.stepmojo-party-planner__admin-routes [data-route-conflict='true'],
.stepmojo-party-planner__admin-readiness li[data-route-conflict='true'] {
  border-color: rgb(224 122 95 / 0.9);
  background: rgb(224 122 95 / 0.18);
}

.stepmojo-party-planner__admin-conflicts {
  padding: 0.6rem 0.7rem;
  border-radius: 8px;
  background: rgb(255 255 255 / 0.07);
}


/* ========== Operations homepage redesign (2026-08-06) ========== */
.stepmojo-hero__media--packaging {
  display: grid;
  min-height: clamp(22rem, 48vw, 38rem);
  place-items: center;
  overflow: hidden;
  border-radius: var(--stepmojo-radius-lg, 18px);
  background:
    radial-gradient(circle at 20% 18%, rgb(243 200 91 / 0.22), transparent 34%),
    var(--stepmojo-cream);
}

.stepmojo-hero__packaging-image {
  width: 100%;
  height: 100%;
  object-fit: contain;
  object-position: center;
}

.stepmojo-hero__btn--primary,
.stepmojo-hero__btn--secondary {
  background: var(--stepmojo-green-deep);
  border-color: var(--stepmojo-green-hover);
  color: #fff;
}

.stepmojo-hero__btn--primary:hover,
.stepmojo-hero__btn--secondary:hover,
.stepmojo-hero__btn--primary:focus-visible,
.stepmojo-hero__btn--secondary:focus-visible {
  background: var(--stepmojo-green-hover);
  border-color: var(--stepmojo-green-hover);
  color: #fff;
}

.stepmojo-value-strip__card-icon-image {
  display: block;
  width: 3rem;
  height: 3rem;
  margin-bottom: 0.65rem;
  border-radius: 0.65rem;
  object-fit: contain;
}

.stepmojo-footer-brand {
  padding: clamp(2.5rem, 5vw, 4.5rem) max(1.25rem, calc((100vw - var(--page-width, 120rem)) / 2));
  background: var(--stepmojo-green-footer);
  color: #fff;
}

.stepmojo-footer-brand__inner {
  display: grid;
  grid-template-columns: minmax(12rem, 0.75fr) minmax(0, 2fr) auto;
  gap: clamp(2rem, 5vw, 5rem);
  align-items: start;
  max-width: var(--page-width, 120rem);
  margin-inline: auto;
}

.stepmojo-footer-brand__identity {
  display: grid;
  gap: 0.35rem;
}

.stepmojo-footer-brand__logo,
.stepmojo-footer-brand__tag,
.stepmojo-footer-brand__age {
  margin: 0;
}

.stepmojo-footer-brand__logo {
  color: #fff;
  font-size: clamp(1.25rem, 2vw, 1.75rem);
  font-weight: 750;
}

.stepmojo-footer-brand__tag {
  color: var(--stepmojo-yellow);
  font-weight: 700;
}

.stepmojo-footer-brand__age {
  color: rgb(255 255 255 / 0.72);
  font-size: 0.85rem;
}

.stepmojo-footer-brand__menus {
  display: grid;
  grid-template-columns: repeat(4, minmax(8rem, 1fr));
  gap: clamp(1.25rem, 3vw, 2.5rem);
}

.stepmojo-footer-brand__menu h2,
.stepmojo-footer-brand__app span {
  margin: 0 0 0.75rem;
  color: #fff;
  font-size: 0.875rem;
  font-weight: 750;
}

.stepmojo-footer-brand__menu ul {
  display: grid;
  gap: 0.45rem;
  margin: 0;
  padding: 0;
  list-style: none;
}

.stepmojo-footer-brand__menu a {
  color: rgb(255 255 255 / 0.76);
  font-size: 0.82rem;
  text-decoration: none;
}

.stepmojo-footer-brand__menu a:hover {
  color: #fff;
  text-decoration: underline;
  text-underline-offset: 0.2em;
}

.stepmojo-footer-brand__menu a:focus-visible,
.stepmojo-footer-brand__app:focus-visible {
  outline-color: var(--stepmojo-yellow);
}

.stepmojo-footer-brand__apps {
  display: flex;
  flex-wrap: wrap;
  gap: 1rem;
}

.stepmojo-footer-brand__app {
  display: grid;
  gap: 0.5rem;
  color: #fff;
  text-decoration: none;
}

.stepmojo-footer-brand__app img {
  width: 7.5rem;
  height: 7.5rem;
  padding: 0.35rem;
  border-radius: 0.4rem;
  background: #fff;
  object-fit: contain;
}

.stepmojo-footer-brand__payments {
  display: flex;
  flex-wrap: wrap;
  gap: 0.45rem;
  max-width: var(--page-width, 120rem);
  margin: 2rem auto 0;
  padding-top: 1.25rem;
  border-top: 1px solid rgb(255 255 255 / 0.16);
}

.stepmojo-footer-brand__payment-icon {
  width: auto;
  height: 1.5rem;
}

@media screen and (max-width: 989px) {
  .stepmojo-footer-brand__inner {
    grid-template-columns: 1fr;
  }

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

@media screen and (max-width: 549px) {
  .stepmojo-footer-brand__menus {
    grid-template-columns: 1fr;
  }
}

/* StepMojo desktop navigation hierarchy */
@media screen and (min-width: 990px) {
  header-component .menu-list__link {
    position: relative;
    padding-block: 0.7rem;
  }

  header-component .menu-list__link-title {
    position: relative;
    display: inline-flex;
    align-items: center;
  }

  header-component .menu-list__link-title::after {
    position: absolute;
    right: 0;
    bottom: -0.35rem;
    left: 0;
    height: 0.18rem;
    border-radius: 999px;
    background: var(--stepmojo-green);
    content: '';
    opacity: 0;
    transform: scaleX(0.35);
    transition: opacity 160ms ease, transform 160ms ease;
  }

  header-component .menu-list__link:hover .menu-list__link-title::after,
  header-component .menu-list__link:focus-visible .menu-list__link-title::after,
  header-component .menu-list__link[aria-expanded='true'] .menu-list__link-title::after,
  header-component .menu-list__link[aria-current='page'] .menu-list__link-title::after {
    opacity: 1;
    transform: scaleX(1);
  }

  header-component .menu-list__submenu-inner {
    padding-block: 1rem 1.25rem;
  }

  header-component .mega-menu__list {
    grid-column: 1 / -1;
    width: min(42rem, calc(100vw - 3rem));
    margin-inline: auto;
    justify-self: center;
    padding: 0.9rem;
    border: 1px solid var(--stepmojo-border);
    border-radius: 1rem;
    background: var(--stepmojo-surface);
    box-shadow: var(--stepmojo-shadow-hover);
  }

  header-component .mega-menu__column {
    grid-column: 1 / -1;
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 0.75rem;
  }

  header-component .mega-menu__column > div {
    min-width: 0;
  }

  header-component .mega-menu__link {
    display: flex;
    min-height: 4rem;
    align-items: center;
    justify-content: space-between;
    gap: 0.75rem;
    padding: 0.85rem 1rem;
    border: 1px solid var(--stepmojo-border);
    border-radius: 0.75rem;
    background: #fff;
    color: var(--stepmojo-ink);
    font-weight: 650;
    line-height: 1.3;
    text-decoration: none;
    transition:
      border-color 160ms ease,
      background-color 160ms ease,
      box-shadow 160ms ease,
      transform 160ms ease;
  }

  header-component .mega-menu__link::after {
    flex: 0 0 auto;
    color: var(--stepmojo-green-deep);
    content: '\2192';
    font-size: 1.15em;
    line-height: 1;
    transition: transform 160ms ease;
  }

  header-component .mega-menu__link:hover,
  header-component .mega-menu__link:focus-visible {
    border-color: var(--stepmojo-green-deep);
    background: var(--stepmojo-sage);
    box-shadow: var(--stepmojo-shadow-sm);
    transform: translateY(-1px);
  }

  header-component .mega-menu__link:hover::after,
  header-component .mega-menu__link:focus-visible::after {
    transform: translateX(0.2rem);
  }
}

@media (prefers-reduced-motion: reduce) {
  header-component .menu-list__link-title::after,
  header-component .mega-menu__link,
  header-component .mega-menu__link::after {
    transition: none;
  }
}

/* UI/UX audit polish: shared interaction hierarchy (2026-08-17). */
.stepmojo-hero__heading,
.stepmojo-value-strip__heading,
.stepmojo-themes__heading,
.stepmojo-themes__group-heading h2,
.stepmojo-party-guide__intro h2 {
  text-wrap: balance;
}

.button:not(.button-unstyled),
.stepmojo-hero__btn {
  transition:
    background-color var(--stepmojo-motion) ease-out,
    border-color var(--stepmojo-motion) ease-out,
    color var(--stepmojo-motion) ease-out,
    box-shadow var(--stepmojo-motion) ease-out,
    transform var(--stepmojo-motion) ease-out;
}

header-component.header {
  border-block-end: 1px solid var(--stepmojo-border);
  background-color: color-mix(in srgb, var(--stepmojo-canvas) 96%, transparent);
  box-shadow: var(--stepmojo-shadow-sm);
}

@media (hover: hover) and (pointer: fine) {
  .button:not(.button-unstyled):not(:disabled):hover,
  .stepmojo-hero__btn:hover {
    box-shadow: var(--stepmojo-shadow);
    transform: translateY(-1px);
  }
}

.button:not(.button-unstyled):not(:disabled):active,
.stepmojo-hero__btn:active {
  box-shadow: none;
  transform: translateY(0);
}

@media screen and (max-width: 749px) {
  .stepmojo-hero__media--packaging {
    min-height: 0;
    aspect-ratio: 1 / 1;
    padding: 0.35rem;
  }
}

@media screen and (max-width: 549px) {
  .stepmojo-hero__actions {
    display: grid;
    grid-template-columns: minmax(0, 1fr);
  }

  .stepmojo-hero__btn {
    width: 100%;
  }
}

@media (prefers-reduced-motion: reduce) {
  .button:not(.button-unstyled),
  .stepmojo-hero__btn {
    transition: none;
  }

  .button:not(.button-unstyled):hover,
  .button:not(.button-unstyled):active,
  .stepmojo-hero__btn:hover,
  .stepmojo-hero__btn:active {
    transform: none;
  }
}

/* ==========================================================================
   Active Brand VI v3.1 — parent-first DTC storefront application
   Keep this layer token-led and scoped; do not duplicate it in another asset.
   ========================================================================== */

#MainContent :is(h1, h2, h3) {
  color: var(--stepmojo-ink);
  font-family: var(--stepmojo-font-heading);
  line-height: var(--stepmojo-leading-heading);
  text-wrap: balance;
}

#MainContent :is(.rte, .text-block) :is(p, li) {
  text-wrap: pretty;
}

#MainContent :is(.rte, .text-block) a:not(.button) {
  color: var(--stepmojo-green-deep);
  text-decoration-color: color-mix(in srgb, var(--stepmojo-green-deep) 45%, transparent);
  text-decoration-thickness: 0.08em;
  text-underline-offset: 0.2em;
}

#MainContent :is(.rte, .text-block) a:not(.button):hover {
  color: var(--stepmojo-green-hover);
  text-decoration-color: currentColor;
}

.announcement-bar {
  min-height: 2.75rem;
  border-block-end: 1px solid var(--stepmojo-yellow-border);
  background: var(--stepmojo-yellow);
  color: var(--stepmojo-ink);
}

.announcement-bar__text,
.announcement-bar__link {
  color: inherit;
  font-weight: 650;
  letter-spacing: -0.01em;
}

.announcement-bar__link {
  cursor: pointer;
  text-decoration-color: color-mix(in srgb, var(--stepmojo-ink) 42%, transparent);
  text-underline-offset: 0.2em;
}

header-component :is(.header__icon, header-actions a) {
  min-width: 2.75rem;
  min-height: 2.75rem;
  border-radius: var(--stepmojo-radius-pill);
  transition:
    background-color var(--stepmojo-motion-fast) ease-out,
    color var(--stepmojo-motion-fast) ease-out;
}

@media (hover: hover) and (pointer: fine) {
  header-component :is(.header__icon, header-actions a):hover {
    background: var(--stepmojo-sage);
    color: var(--stepmojo-green-hover);
  }
}

#MainContent :where(.contact-form, .search-page, .product-information, .cart-page)
  :is(input:not([type='checkbox'], [type='radio']), textarea, select) {
  min-height: 3rem;
  border-color: var(--stepmojo-border-strong);
  border-radius: var(--stepmojo-radius-sm);
  background: var(--stepmojo-surface);
  color: var(--stepmojo-ink);
  transition:
    border-color var(--stepmojo-motion-fast) ease-out,
    box-shadow var(--stepmojo-motion-fast) ease-out,
    background-color var(--stepmojo-motion-fast) ease-out;
}

#MainContent :where(.contact-form, .search-page, .product-information, .cart-page)
  :is(input:not([type='checkbox'], [type='radio']), textarea, select):focus-visible {
  border-color: var(--stepmojo-green-deep);
  outline: 2px solid var(--stepmojo-green-deep);
  outline-offset: 2px;
  box-shadow: 0 0 0 0.2rem color-mix(in srgb, var(--stepmojo-green-deep) 14%, transparent);
}

#MainContent :where(.contact-form, .search-page, .product-information, .cart-page)
  :is(input, textarea)::placeholder {
  color: var(--stepmojo-muted);
  opacity: 0.82;
}

.contact-form__success {
  border: 1px solid var(--stepmojo-border);
  border-radius: var(--stepmojo-radius);
  background: var(--stepmojo-sage);
  color: var(--stepmojo-green-active);
}

.contact-form__error {
  border: 1px solid color-mix(in srgb, var(--stepmojo-danger) 28%, transparent);
  border-radius: var(--stepmojo-radius);
  background: var(--stepmojo-danger-soft);
  color: var(--stepmojo-danger);
}

#MainContent :is(product-card, .product-card, .collection-card, .resource-card) {
  border-color: var(--stepmojo-border);
  background: var(--stepmojo-surface);
}

#MainContent :is(product-card, .product-card, .collection-card, .resource-card):focus-within {
  outline: 2px solid var(--stepmojo-green-deep);
  outline-offset: 3px;
  box-shadow: var(--stepmojo-shadow);
}

@media (hover: hover) and (pointer: fine) {
  #MainContent :is(product-card, .product-card, .collection-card, .resource-card):hover {
    border-color: var(--stepmojo-border-strong);
    box-shadow: var(--stepmojo-shadow-hover);
    transform: translateY(-2px);
  }
}

.product-information .accordion {
  border-color: var(--stepmojo-border);
  border-radius: var(--stepmojo-radius-sm);
}

.product-information .accordion[open] {
  background: var(--stepmojo-surface-soft);
}

.pagination__link {
  min-width: 2.75rem;
  min-height: 2.75rem;
  border-radius: var(--stepmojo-radius-pill);
  color: var(--stepmojo-green-deep);
}

.pagination__link--current {
  background: var(--stepmojo-green-deep);
  color: var(--stepmojo-surface);
}

.cart-page .cart-items,
.cart-page .cart-summary {
  border: 1px solid var(--stepmojo-border);
  border-radius: var(--stepmojo-radius-lg);
  background: var(--stepmojo-surface);
  box-shadow: var(--stepmojo-shadow-sm);
}

.cart-page .cart-summary {
  background: var(--stepmojo-cream);
}

.cart-page .cart-items__media-container {
  border: 1px solid var(--stepmojo-border);
  border-radius: var(--stepmojo-radius-sm);
  background: var(--stepmojo-surface-soft);
}

.cart-page .cart-items__table-row {
  border-color: var(--stepmojo-border);
}

.stepmojo-footer-brand a {
  color: inherit;
  text-decoration-color: color-mix(in srgb, currentColor 36%, transparent);
  text-underline-offset: 0.2em;
}

.stepmojo-footer-brand a:hover {
  text-decoration-color: currentColor;
}

@media (prefers-reduced-motion: reduce) {
  #MainContent :is(product-card, .product-card, .collection-card, .resource-card),
  header-component :is(.header__icon, header-actions a) {
    transition: none;
  }

  #MainContent :is(product-card, .product-card, .collection-card, .resource-card):hover {
    transform: none;
  }
}


/* ==========================================================================
   StepMojo DTC experience v3.1 — parent-first journey and component polish
   Scoped extensions to the canonical VI asset; no duplicated stylesheet.
   ========================================================================== */

:root {
  --stepmojo-coral-soft: #fbe8e2;
  --stepmojo-blue-soft: #e8f2f5;
  --stepmojo-leaf-soft: #eef6df;
}

.stepmojo-icon {
  display: block;
  width: 1.45rem;
  height: 1.45rem;
  flex: 0 0 auto;
}

@media screen and (min-width: 990px) {
  header-component .stepmojo-header-party-cta {
    order: 99;
    margin-inline-start: 0.35rem;
  }

  header-component .stepmojo-header-party-cta__link {
    min-height: 2.75rem;
    padding: 0.6rem 1rem;
    border: 1px solid var(--stepmojo-green-hover);
    border-radius: var(--stepmojo-radius-pill);
    background: var(--stepmojo-green-deep);
    color: #fff;
    font-weight: 700;
  }

  header-component .stepmojo-header-party-cta__link .menu-list__link-title::after {
    content: none;
  }

  header-component .stepmojo-header-party-cta__link:hover,
  header-component .stepmojo-header-party-cta__link:focus-visible {
    background: var(--stepmojo-green-hover);
    color: #fff;
  }
}

.stepmojo-menu-drawer__party-cta {
  padding: 0.75rem;
}

.stepmojo-menu-drawer__party-cta .menu-drawer__menu-item {
  min-height: 3rem;
  border-radius: var(--stepmojo-radius-pill);
  background: var(--stepmojo-green-deep);
  color: #fff;
  font-weight: 700;
  text-align: center;
}

#MainContent .stepmojo-hero.section {
  background:
    radial-gradient(circle at 14% 18%, rgb(243 200 91 / 18%), transparent 27rem),
    linear-gradient(180deg, var(--stepmojo-surface) 0%, var(--stepmojo-cream) 100%);
}

.stepmojo-hero__content {
  max-width: 39rem;
}

.stepmojo-hero__heading {
  max-width: 12ch;
}

.stepmojo-hero__text {
  max-width: 36rem;
  text-wrap: pretty;
}

.stepmojo-hero__btn--secondary {
  border-color: var(--stepmojo-green-deep);
  background: transparent;
  color: var(--stepmojo-green-deep);
}

.stepmojo-hero__btn--secondary:hover,
.stepmojo-hero__btn--secondary:focus-visible {
  border-color: var(--stepmojo-green-hover);
  background: var(--stepmojo-sage);
  color: var(--stepmojo-green-hover);
}

#MainContent .stepmojo-value-strip.section {
  border-block: 1px solid color-mix(in srgb, var(--stepmojo-green-deep) 12%, transparent);
  background: var(--stepmojo-cream);
}

.stepmojo-value-strip__inner {
  gap: 1.5rem;
}

.stepmojo-value-strip__intro {
  max-width: 46rem;
}

.stepmojo-value-strip__grid {
  gap: 0;
  overflow: hidden;
  border: 1px solid var(--stepmojo-border);
  border-radius: var(--stepmojo-radius-lg);
  background: var(--stepmojo-surface);
  box-shadow: var(--stepmojo-shadow-sm);
}

.stepmojo-value-strip__card {
  display: grid;
  grid-template-columns: auto 1fr;
  column-gap: 0.85rem;
  align-content: center;
  padding: 1.25rem;
  border: 0;
  border-radius: 0;
  border-block-start: 0;
  background: transparent;
}

.stepmojo-value-strip__card + .stepmojo-value-strip__card {
  border-block-start: 1px solid var(--stepmojo-border);
}

.stepmojo-value-strip__card-icon {
  grid-row: 1 / span 2;
  width: 2.75rem;
  height: 2.75rem;
  margin: 0;
  border-radius: 50%;
  background: var(--stepmojo-sage);
}

.stepmojo-value-strip__card-title,
.stepmojo-value-strip__card-text {
  grid-column: 2;
}

.stepmojo-party-guide__steps li {
  min-height: 10rem;
  border-color: var(--stepmojo-border);
  border-radius: var(--stepmojo-radius);
  box-shadow: var(--stepmojo-shadow-sm);
}

.stepmojo-party-guide__step-icon {
  position: relative;
  width: 2.75rem;
  height: 2.75rem;
  border-radius: 50%;
  background: var(--stepmojo-sage);
  color: var(--stepmojo-green-deep);
}

.stepmojo-party-guide__step-icon small {
  position: absolute;
  right: -0.3rem;
  bottom: -0.3rem;
  display: grid;
  width: 1.25rem;
  height: 1.25rem;
  place-items: center;
  border: 2px solid var(--stepmojo-surface);
  border-radius: 50%;
  background: var(--stepmojo-yellow);
  color: var(--stepmojo-ink);
  font-size: 0.66rem;
  line-height: 1;
}

.stepmojo-themes__heading,
.stepmojo-themes__group-heading h3 {
  text-wrap: balance;
}

.stepmojo-themes__meta {
  display: flex;
  min-height: 12.5rem;
  flex-direction: column;
}

.stepmojo-themes__description {
  margin: 0.45rem 0 0;
  color: var(--stepmojo-ink-soft);
  font-size: 0.9rem;
  line-height: 1.5;
  text-wrap: pretty;
}

.stepmojo-themes__card-cta {
  display: inline-flex;
  align-items: center;
  gap: 0.35rem;
  margin-top: auto;
  padding-top: 0.85rem;
  color: var(--stepmojo-green-deep);
  font-weight: 700;
  text-decoration: underline;
  text-decoration-color: color-mix(in srgb, currentColor 28%, transparent);
  text-underline-offset: 0.22em;
}

.stepmojo-themes__card--plant .stepmojo-themes__meta {
  background: var(--stepmojo-leaf-soft);
}

.stepmojo-themes__card--bug .stepmojo-themes__meta {
  background: var(--stepmojo-blue-soft);
}

.stepmojo-themes__card--wild .stepmojo-themes__meta {
  background: var(--stepmojo-coral-soft);
}

.stepmojo-story__inner {
  border: 1px solid var(--stepmojo-border);
  border-radius: var(--stepmojo-radius-xl);
  background: var(--stepmojo-surface);
  box-shadow: var(--stepmojo-shadow);
}

.stepmojo-story__content {
  padding: clamp(1.5rem, 4vw, 3.5rem);
}

@media screen and (min-width: 750px) {
  .stepmojo-value-strip__grid {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }

  .stepmojo-value-strip__card + .stepmojo-value-strip__card {
    border-block-start: 0;
    border-inline-start: 1px solid var(--stepmojo-border);
  }
}

@media screen and (max-width: 749px) {
  .stepmojo-value-strip__intro {
    text-align: left;
  }

  .stepmojo-value-strip__heading::before {
    margin-inline-start: 0;
  }

  .stepmojo-party-guide__steps li {
    min-height: 0;
  }
}

@media (prefers-reduced-motion: reduce) {
  .stepmojo-header-party-cta__link,
  .stepmojo-menu-drawer__party-cta .menu-drawer__menu-item,
  .stepmojo-themes__card-cta {
    transition: none;
  }
}


/* Collection personality surfaces use real collection names, not fabricated categories. */
.stepmojo-themes__card--bloom .stepmojo-themes__accent {
  background: var(--stepmojo-coral);
}

.stepmojo-themes__card--bloom .stepmojo-themes__label {
  color: var(--stepmojo-coral);
}

.stepmojo-themes__card--bloom .stepmojo-themes__meta,
.stepmojo-themes__card--wild .stepmojo-themes__meta {
  background: var(--stepmojo-coral-soft);
}

.stepmojo-themes__card--tiny-crawlie .stepmojo-themes__meta {
  background: var(--stepmojo-leaf-soft);
}

.stepmojo-themes__card--tiny-crawlie .stepmojo-themes__accent {
  background: var(--stepmojo-green);
}

.stepmojo-themes__card--tiny-crawlie .stepmojo-themes__label {
  color: var(--stepmojo-green-deep);
}

.stepmojo-themes__card--chonky .stepmojo-themes__meta {
  background: var(--stepmojo-blue-soft);
}
