:root {
  --cream: #1a1412;
  --cream-deep: #241b18;
  --paper: #211814;
  --white: #2a211c;
  --charcoal: #f3e6d4;
  --ink: #f0e4d2;
  --muted: #b7a494;
  --line: #4a3428;
  --forest: #e07028;
  --forest-soft: #f08a3c;
  --wood: #e8b84a;
  --wood-light: #f0c86a;
  --kids-red: #e24a32;
  --kids-yellow: #f0b020;
  --kids-green: #6ed89a;
  --night: #140f12;
  --ember: #ff8a2a;
  --shadow: 0 12px 32px rgba(8, 4, 4, 0.38);
  --font: "Outfit", system-ui, sans-serif;
  --display: "Fraunces", Georgia, serif;
  --header-h: 74px;
  --max: 1180px;
  --ease: cubic-bezier(0.22, 1, 0.36, 1);
}

*, *::before, *::after { box-sizing: border-box; margin: 0; padding: 0; }
html { scroll-behavior: smooth; scroll-padding-top: 190px; }
body {
  font-family: var(--font);
  font-size: 1.05rem;
  line-height: 1.65;
  color: var(--ink);
  background-color: var(--night);
  background-image:
    url("images/paper-texture.jpg"),
    radial-gradient(ellipse 80% 42% at 88% 0%, rgba(224, 112, 40, 0.22) 0%, transparent 56%),
    radial-gradient(ellipse 50% 30% at 8% 18%, rgba(88, 24, 18, 0.45) 0%, transparent 60%),
    linear-gradient(180deg, #120d10 0%, #1a1210 28%, #161014 62%, #100c0c 100%);
  background-size: 420px, auto, auto, auto;
  background-blend-mode: multiply, normal, normal, normal;
  -webkit-font-smoothing: antialiased;
}
img { max-width: 100%; display: block; }
a { color: inherit; text-decoration: none; }
button, input { font: inherit; color: inherit; }
button { cursor: pointer; }

.skip-link, .sr-only {
  position: absolute; width: 1px; height: 1px; overflow: hidden; clip: rect(0 0 0 0);
}
.skip-link:focus {
  clip: auto; width: auto; height: auto; left: 1rem; top: 0.6rem;
  background: var(--ember); color: var(--night); padding: 0.5rem 0.8rem; z-index: 90;
}

.container { width: min(100% - 1.6rem, var(--max)); margin-inline: auto; }
.section { padding: 4.2rem 0; }
@media (min-width: 800px) { .section { padding: 5.4rem 0; } }

.eyebrow {
  font-size: 0.76rem; font-weight: 600; letter-spacing: 0.14em;
  text-transform: uppercase; color: var(--forest); margin-bottom: 0.6rem;
}
.eyebrow.light { color: #f0c86a; }
h1, h2, h3 {
  font-family: var(--display); font-weight: 600;
  letter-spacing: -0.025em; line-height: 1.12; color: var(--charcoal);
}
h1 { font-size: clamp(2.05rem, 4.6vw, 3.5rem); margin-bottom: 0.8rem; }
h2 { font-size: clamp(1.7rem, 3vw, 2.45rem); margin-bottom: 0.7rem; }
h3 { font-size: 1.08rem; margin-bottom: 0.25rem; }
.section-head { max-width: 40rem; margin-bottom: 1.8rem; }
.section-lead, .lede { color: var(--muted); }
.row-head {
  display: flex; flex-wrap: wrap; justify-content: space-between;
  align-items: flex-end; gap: 1rem; max-width: none;
}

.btn {
  display: inline-flex; align-items: center; justify-content: center;
  border: 0; border-radius: 999px; padding: 0.78rem 1.2rem;
  font-weight: 600; transition: transform 0.2s var(--ease), background 0.2s var(--ease), box-shadow 0.2s var(--ease);
}
.btn:hover { transform: translateY(-1px); }
.btn-primary {
  background: var(--forest); color: #1a0c06;
  box-shadow: 0 0 0 1px rgba(240, 184, 74, 0.18), 0 8px 22px rgba(224, 112, 40, 0.28);
}
.btn-primary:hover { background: #f08a3c; }
.btn-lg { padding: 0.95rem 1.45rem; }
.btn-block { width: 100%; }
.btn-add { width: 100%; margin-top: 0.55rem; padding: 0.58rem 0.9rem; font-size: 0.88rem; }
.btn-kids {
  background: var(--kids-red); color: #fff8f4;
  box-shadow: 0 8px 22px rgba(226, 74, 50, 0.32);
}
.btn-kids:hover { background: #c83a26; }
.text-link { font-weight: 650; color: var(--wood-light); }

.sample-banner {
  display: flex; flex-wrap: wrap; align-items: center; justify-content: center;
  gap: 0.45rem 0.85rem; background: #0c090a; color: #f3e6d4;
  text-align: center; font-size: 0.78rem; font-weight: 500;
  line-height: 1.4; padding: 0.42rem 0.85rem;
  border-bottom: 1px solid rgba(224, 112, 40, 0.28);
}
.sf-back,
.sf-switch {
  display: inline-flex; align-items: center; justify-content: center;
  min-height: 36px; padding: 0.35rem 0.8rem; border-radius: 999px;
  font-size: 0.78rem; font-weight: 700;
  white-space: nowrap; -webkit-tap-highlight-color: transparent; touch-action: manipulation;
}
.sf-back {
  background: #f3e6d4; color: #140f12;
}
.sf-switch {
  background: transparent; color: #f3e6d4;
  border: 1.5px solid #e07028;
}

.site-chrome { position: sticky; top: 0; z-index: 40; }
.site-header {
  background: rgba(20, 15, 18, 0.92);
  backdrop-filter: blur(14px);
  -webkit-backdrop-filter: blur(14px);
  border-bottom: 1px solid rgba(224, 112, 40, 0.22);
}
.header-inner {
  width: min(100% - 1.4rem, 1240px); margin-inline: auto;
  min-height: var(--header-h); display: flex; align-items: center; gap: 1rem;
}
.brand { display: flex; align-items: center; gap: 0.6rem; flex-shrink: 0; }
.brand-mark {
  width: 40px; height: 40px; display: grid; place-items: center;
  background: #2a1a12; border-radius: 11px;
  box-shadow: 0 0 0 1px rgba(224, 112, 40, 0.35);
}
.brand-mark svg { width: 28px; height: 28px; }
.brand-text { display: flex; flex-direction: column; line-height: 1.05; }
.brand-name { font-family: var(--display); font-size: 1.16rem; font-weight: 650; }
.brand-sub { font-size: 0.66rem; letter-spacing: 0.16em; text-transform: uppercase; color: var(--forest); font-weight: 600; }
.nav-desktop { display: none; gap: 1rem; margin-left: auto; }
.nav-desktop a { font-size: 0.94rem; font-weight: 500; }
.nav-desktop a:hover { color: var(--forest); }
.nav-desktop a.nav-kids,
.nav-mobile a.nav-kids {
  color: #ffb020;
  font-weight: 700;
}
.nav-desktop a.nav-kids {
  background: rgba(224, 112, 40, 0.18);
  padding: 0.22rem 0.6rem;
  border-radius: 999px;
  border: 1px solid rgba(240, 176, 32, 0.35);
}
.nav-desktop a.nav-kids:hover,
.nav-mobile a.nav-kids:hover {
  color: #ffd060;
}
.header-actions { display: flex; align-items: center; gap: 0.65rem; margin-left: auto; }
.header-ship { display: none; font-size: 0.8rem; font-weight: 600; color: var(--wood-light); }
.cart-btn {
  position: relative; width: 42px; height: 42px; border: 0; background: transparent; color: var(--charcoal);
}
.cart-count {
  position: absolute; top: 4px; right: 2px; min-width: 18px; height: 18px;
  border-radius: 999px; background: var(--forest); color: #1a0c06;
  font-size: 0.68rem; font-weight: 700; display: grid; place-items: center;
}
.nav-toggle { width: 42px; height: 42px; border: 0; background: transparent; display: grid; place-items: center; gap: 5px; }
.nav-toggle span { display: block; width: 18px; height: 1.6px; background: var(--charcoal); }
.nav-mobile { display: grid; padding: 0.3rem 1.2rem 1rem; border-top: 1px solid var(--line); background: #1a1210; }
.nav-mobile[hidden] { display: none; }
.nav-mobile a { padding: 0.55rem 0; font-weight: 500; }
@media (min-width: 980px) {
  .nav-desktop { display: flex; }
  .header-ship { display: block; }
  .header-actions { margin-left: 0; }
  .nav-toggle, .nav-mobile { display: none !important; }
}
.promo-bar,
.promo-push {
  background: #0e0a0c;
  color: #f6efe4;
  text-align: center;
}

.promo-push {
  display: grid;
  justify-items: center;
  gap: 0.35rem;
  padding: 0.95rem 1rem 1.05rem;
  border-top: 3px solid #e07028;
}

.promo-kicker {
  font-size: 0.72rem;
  font-weight: 700;
  letter-spacing: 0.18em;
  text-transform: uppercase;
  color: #f0b020;
}

.promo-headline {
  font-family: var(--display);
  font-size: clamp(1.25rem, 3.2vw, 1.85rem);
  font-weight: 600;
  letter-spacing: -0.03em;
  line-height: 1.2;
  color: #f7f1e6;
}

.promo-offers {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  gap: 0.45rem;
  margin-top: 0.25rem;
}

.promo-offers span,
.promo-link {
  display: inline-flex;
  align-items: center;
  min-height: 34px;
  padding: 0.2rem 0.75rem;
  border-radius: 999px;
  font-size: 0.84rem;
  font-weight: 700;
}

.promo-offers span {
  background: rgba(224, 112, 40, 0.16);
  color: #f0c86a;
  border: 1px solid rgba(224, 112, 40, 0.4);
}

.promo-link {
  background: #e07028;
  color: #1a0c06;
}

.promo-link:hover { background: #f08a3c; }

.storefront {
  display: grid;
  gap: 1rem;
  padding: 0 0 1.8rem;
}

.window {
  display: grid;
  background: #0c090a;
}

.window img {
  width: 100%;
  height: 240px;
  object-fit: cover;
  object-position: center 42%;
}

.window-copy {
  padding: 1.35rem 1.15rem 1.45rem;
  color: #f6efe4;
}

.window-copy h1 { color: #f7f1e6; }
.window-copy .lede {
  color: #e4d2bc;
  margin-bottom: 1rem;
  max-width: 36rem;
}

.chip-row { display: flex; flex-wrap: wrap; gap: 0.4rem; margin-bottom: 1.1rem; }
.chip {
  border: 1px solid var(--line); border-radius: 999px;
  padding: 0.32rem 0.7rem; font-size: 0.82rem; font-weight: 600; background: var(--paper);
}
.chip-kids { background: #e24a32; border-color: #f0b020; color: #fff8f4; }
.window-copy .chip {
  background: rgba(243, 230, 212, 0.1);
  border-color: rgba(243, 230, 212, 0.28);
  color: #f3e6d4;
}
.window-copy .chip-kids {
  background: #e24a32;
  border-color: #f0b020;
  color: #fff8f4;
}
.hero-ctas { display: flex; flex-wrap: wrap; align-items: center; gap: 0.85rem; }
.text-link.light { color: #f0c86a; }

.ticket-row,
.kids-splash {
  width: min(100% - 1.2rem, 1240px);
  margin-inline: auto;
}

.ticket-row {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 0.7rem;
}

.ticket {
  background: #2a211c;
  border: 1px solid rgba(224, 112, 40, 0.22);
  border-radius: 14px;
  overflow: hidden;
  display: flex;
  flex-direction: column;
  padding: 0 0 0.85rem;
  box-shadow: var(--shadow);
  min-width: 0;
}

.ticket .product-photo img,
.ticket img {
  width: 100%;
  aspect-ratio: 1;
  height: auto;
  object-fit: cover;
  border-radius: 0;
}

.ticket .product-cat,
.ticket h3,
.ticket .price { padding-left: 0.7rem; padding-right: 0.7rem; }
.ticket .btn-add {
  width: calc(100% - 1.4rem);
  margin: 0.5rem 0.7rem 0;
  padding: 0.5rem 0.8rem;
}

.ticket-ship {
  grid-column: 1 / -1;
  order: 1;
  background: #0e0a0c;
  color: #f4efe6;
  padding: 1.05rem 1rem 1.1rem;
  border-style: solid;
  border-color: rgba(224, 112, 40, 0.42);
  justify-content: center;
}

.ticket-ship .eyebrow,
.ticket-ship h2 { color: #f4efe6; }
.ticket-ship h2 { font-size: clamp(1.35rem, 2.4vw, 1.75rem); }
.ticket-ship p { color: #d8c8b4; }

.ship-form { display: flex; gap: 0.45rem; margin: 0.85rem 0 0.45rem; }
.ship-form input {
  flex: 1; min-width: 0; border: 0; border-radius: 999px;
  padding: 0.7rem 0.9rem; background: #f3e6d4; color: #140f12;
}
.ship-result { min-height: 1.3em; font-size: 0.9rem; color: #f0c86a; font-weight: 500; }

.kids-splash {
  display: grid;
  gap: 1.2rem;
  background:
    radial-gradient(circle at 88% 12%, rgba(255, 224, 120, 0.38), transparent 28%),
    linear-gradient(135deg, #f0b020 0%, #e07028 38%, #c43a28 70%, #3a1848 100%);
  border: 3px solid #f0b020;
  border-radius: 24px;
  padding: 1.45rem 1.15rem 1.35rem;
  box-shadow: 0 16px 40px rgba(226, 74, 50, 0.22);
  position: relative;
  overflow: hidden;
}

.kids-splash::before {
  content: "SALE";
  position: absolute;
  top: 1rem;
  right: -1.4rem;
  transform: rotate(18deg);
  background: #140f12;
  color: #f0b020;
  font-size: 0.72rem;
  font-weight: 800;
  letter-spacing: 0.16em;
  padding: 0.28rem 2.2rem;
}

.kids-splash-copy { position: relative; z-index: 1; max-width: 28rem; padding-right: 3.2rem; }
.kids-splash-copy h2 {
  font-size: clamp(2.35rem, 7vw, 4rem);
  color: #1a0c06;
  line-height: 0.95;
  margin-bottom: 0.55rem;
}
.kids-splash-copy p { color: #2a140c; font-size: 1.08rem; margin-bottom: 1rem; }
.kids-splash .btn-kids { min-height: 48px; padding: 0.85rem 1.35rem; font-size: 1.02rem; }

.kids-splash-cards {
  display: grid;
  grid-template-columns: 1fr;
  gap: 0.7rem;
  position: relative;
  z-index: 1;
}

.kids-splash .product-kids {
  background: #fff8ee;
  border: 2px solid rgba(20, 15, 18, 0.18);
  box-shadow: 0 10px 22px rgba(20, 8, 6, 0.18);
  color: #1a1210;
}
.kids-splash .product-kids h3,
.kids-splash .product-kids .price { color: #1a1210; }
.kids-splash .product-kids .product-cat { color: #c43a28; }

.kids-splash .product-kids h3 { font-size: 1.12rem; }

@media (min-width: 640px) {
  .kids-splash-cards { grid-template-columns: repeat(3, 1fr); }
  .kids-splash .product-kids:nth-child(1) { transform: rotate(-1.4deg); }
  .kids-splash .product-kids:nth-child(2) { transform: rotate(1.1deg) translateY(-8px); }
  .kids-splash .product-kids:nth-child(3) { transform: rotate(-0.7deg); }
}

@media (min-width: 900px) {
  .window {
    position: relative;
    display: block;
    min-height: min(74vh, 640px);
  }
  .window img {
    height: min(74vh, 640px);
  }
  .window-copy {
    position: absolute;
    left: max(1.2rem, calc((100% - 1240px) / 2));
    bottom: 1.5rem;
    right: auto;
    width: min(34rem, calc(100% - 2.4rem));
    padding: 1.55rem 1.5rem 1.6rem;
    background: rgba(12, 9, 10, 0.78);
    backdrop-filter: blur(12px);
    -webkit-backdrop-filter: blur(12px);
    border: 1px solid rgba(224, 112, 40, 0.36);
    border-radius: 20px;
  }
  .ticket-row {
    grid-template-columns: repeat(4, 1fr);
    gap: 0.8rem;
  }
  .ticket-ship {
    grid-column: auto;
    order: 0;
  }
  .kids-splash {
    grid-template-columns: 0.85fr 1.15fr;
    align-items: center;
    padding: 1.8rem 1.6rem 1.7rem;
    gap: 1.6rem;
  }
}

@media (max-width: 520px) {
  .ticket-ship h2 { font-size: 1.25rem; }
}

.product-grid.dense {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 0.75rem;
}
.product {
  background: var(--white); border: 1px solid rgba(224, 112, 40, 0.16);
  border-radius: 14px; overflow: hidden; padding-bottom: 0.85rem; box-shadow: var(--shadow);
  min-width: 0; display: flex; flex-direction: column;
}
.product-photo { position: relative; background: var(--cream-deep); }
.product-photo img { width: 100%; aspect-ratio: 1; object-fit: cover; }
.sale {
  position: absolute; top: 0.5rem; left: 0.5rem;
  background: var(--kids-yellow); color: #2a1606;
  font-size: 0.7rem; font-weight: 700; padding: 0.18rem 0.45rem; border-radius: 999px;
}
.product-cat {
  padding: 0.6rem 0.75rem 0; font-size: 0.68rem; letter-spacing: 0.1em;
  text-transform: uppercase; color: var(--forest); font-weight: 600;
}
.product h3, .product .price { padding: 0 0.75rem; }
.price { font-weight: 650; }
.price s { color: var(--muted); font-weight: 500; margin-right: 0.25rem; }
.product .btn-add { width: calc(100% - 1.5rem); margin-left: 0.75rem; }
.product-kids { border-color: rgba(226, 74, 50, 0.38); }
.product-kids .product-cat { color: var(--kids-red); }
.ticket.product {
  display: flex;
  flex-direction: column;
}
@media (min-width: 700px) {
  .product-grid.dense { grid-template-columns: repeat(4, 1fr); gap: 0.9rem; }
}

.kids-band {
  background:
    radial-gradient(circle at 12% 20%, rgba(255, 224, 120, 0.35), transparent 32%),
    linear-gradient(135deg, #f0b020 0%, #e07028 36%, #d44532 68%, #4a1a58 100%);
  padding: 3.4rem 0;
  border-top: 3px solid #f0b020;
  border-bottom: 3px solid #6ed89a;
}
.kids-eye { color: #1a0c06; }
.kids-copy h2 { max-width: 16ch; color: #1a0c06; }
.kids-copy p { color: #2a140c; max-width: 34rem; }
.kids-deal { font-weight: 700; color: #1a0c06; margin: 0.7rem 0 1rem; }
.kids-layout { display: grid; gap: 1.4rem; }
.kids-mosaic {
  display: grid; grid-template-columns: 1.15fr 1fr; gap: 0.55rem;
}
.kids-mosaic img { width: 100%; height: 120px; object-fit: cover; border-radius: 14px; }
.kids-mosaic img:first-child { grid-row: span 2; height: 252px; }
@media (min-width: 860px) {
  .kids-layout { grid-template-columns: 0.9fr 1.1fr; align-items: center; }
  .kids-mosaic img { height: 140px; }
  .kids-mosaic img:first-child { height: 292px; }
}

.why { background: linear-gradient(180deg, transparent, rgba(88, 28, 16, 0.28), transparent); }
.why-grid { display: grid; gap: 0.9rem; }
.why-card {
  background: var(--white); border-radius: 16px; padding: 1.2rem 1.1rem;
  border: 1px solid rgba(224, 112, 40, 0.16); box-shadow: var(--shadow);
}
.why-card p { color: var(--muted); }
@media (min-width: 800px) { .why-grid { grid-template-columns: repeat(4, 1fr); } }
@media (max-width: 799px) and (min-width: 560px) { .why-grid { grid-template-columns: 1fr 1fr; } }

.trust-bar { background: #0c090a; color: #e8d8c4; padding: 0.95rem 0; border-top: 1px solid rgba(224, 112, 40, 0.22); }
.trust-row {
  display: flex; flex-wrap: wrap; justify-content: center;
  gap: 0.5rem 1rem; text-align: center; font-size: 0.92rem; font-weight: 500;
}
.trust-row span { color: var(--wood-light); }

.final-cta {
  background: linear-gradient(180deg, rgba(12, 9, 10, 0.28), rgba(12, 9, 10, 0.68)),
    url("images/hero.jpg") center/cover;
  color: var(--cream); padding: 5rem 0;
}
.final-cta h2 { color: #f7f1e6; }
.final-cta p { color: #e4d2bc; max-width: 34rem; margin-bottom: 1.15rem; }

.site-footer { background: #0a0708; color: #d8c8b4; padding: 3rem 0 1.3rem; }
.footer-grid { display: grid; gap: 1.8rem; padding-bottom: 1.8rem; border-bottom: 1px solid rgba(224, 112, 40, 0.16); }
.site-footer h3 { color: #f4efe6; font-size: 1rem; }
.footer-base {
  display: flex; flex-wrap: wrap; justify-content: space-between; gap: 0.55rem;
  padding-top: 1.15rem; font-size: 1.02rem; font-weight: 500; color: #e4d2bc;
}
.footer-base .concept-credit {
  font-size: 1.02rem;
  color: #efe0c8;
}
@media (min-width: 800px) { .footer-grid { grid-template-columns: 1.4fr 1fr 1fr; } }

.cart-drawer[hidden] { display: none; }
.cart-drawer { position: fixed; inset: 0; z-index: 70; }
.cart-backdrop { position: absolute; inset: 0; background: rgba(8, 4, 4, 0.68); }
.cart-panel {
  position: absolute; right: 0; top: 0; bottom: 0; width: min(100%, 400px);
  background: #211814; padding: 1.2rem; overflow: auto;
  border-left: 1px solid rgba(224, 112, 40, 0.28);
}
.cart-head { display: flex; justify-content: space-between; align-items: center; margin-bottom: 1rem; }
.modal-close { border: 0; background: transparent; font-size: 1.6rem; color: var(--muted); width: 40px; height: 40px; }
.cart-items { list-style: none; display: grid; gap: 0.7rem; }
.cart-items li { display: flex; justify-content: space-between; gap: 0.6rem; font-size: 0.95rem; }
.cart-empty { color: var(--muted); }
.cart-items:not(:empty) + .cart-empty { display: none; }
.cart-foot { margin-top: 1.3rem; padding-top: 1rem; border-top: 1px solid var(--line); }
.cart-total { display: flex; justify-content: space-between; margin-bottom: 0.35rem; }
.cart-note { color: var(--muted); font-size: 0.88rem; margin-bottom: 0.9rem; }

:focus-visible { outline: 2px solid var(--forest); outline-offset: 3px; }
.ticket-ship :focus-visible { outline-color: #f0b020; }
@media (prefers-reduced-motion: reduce) { html { scroll-behavior: auto; } .btn { transition: none; } }

.page-festive .string-lights {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  padding: 0.4rem 3% 0.55rem;
  pointer-events: none;
  background: #0c090a;
}

.page-festive .string-lights span {
  width: 9px;
  height: 9px;
  border-radius: 50%;
  background: #f0b020;
  box-shadow: 0 0 16px 6px rgba(224, 112, 40, 0.72);
}

.page-festive .string-lights span:nth-child(4n+1) {
  background: #e07028;
  box-shadow: 0 0 16px 6px rgba(224, 112, 40, 0.78);
}

.page-festive .string-lights span:nth-child(4n+2) {
  background: #f6d060;
  box-shadow: 0 0 16px 6px rgba(246, 208, 96, 0.7);
}

.page-festive .string-lights span:nth-child(4n+3) {
  background: #e24a32;
  box-shadow: 0 0 16px 6px rgba(226, 74, 50, 0.7);
}

.page-festive .string-lights span:nth-child(4n+4) {
  background: #f0b020;
  box-shadow: 0 0 16px 6px rgba(240, 176, 32, 0.72);
}

.page-festive .string-lights span:nth-child(3n) {
  transform: translateY(6px);
}

.page-festive .string-lights span:nth-child(even) {
  transform: translateY(3px);
}

.page-festive .window {
  box-shadow: 0 18px 48px rgba(8, 4, 4, 0.45);
}

.page-festive .kids-band {
  padding: 4rem 0;
  border-top: 4px solid #f0b020;
  border-bottom: 4px solid #6ed89a;
}

.page-festive .kids-copy h2 {
  font-size: clamp(2.1rem, 4.4vw, 3.2rem);
  color: #1a0c06;
  max-width: 14ch;
}

.page-festive .kids-mosaic img {
  border: 3px solid #fff8ee;
  box-shadow: 0 10px 22px rgba(20, 8, 6, 0.22);
}

.page-festive .floor {
  background: linear-gradient(180deg, rgba(88, 28, 16, 0.18) 0%, transparent 22%, rgba(58, 24, 72, 0.12) 70%, transparent 100%);
}

.page-festive .sale {
  background: #f0b020;
}

.page-festive .final-cta {
  background:
    linear-gradient(180deg, rgba(12, 9, 10, 0.22), rgba(12, 9, 10, 0.72)),
    url("images/hero.jpg") center 40%/cover;
}

@media (prefers-reduced-motion: reduce) {
  .page-festive .string-lights span { box-shadow: 0 0 8px 3px rgba(224, 112, 40, 0.4); }
  .kids-splash .product-kids { transform: none !important; }
}
