/* =========================================================
   AIRBRUSH SOME STUFF — FULL MOTION THEME
   Extends the playful motion-graphics hero across the site.
   ========================================================= */

:root {
  --fun-ink: #071214;
  --fun-cream: #fff7e8;
  --fun-paper: #f7f4ff;
  --fun-teal: #20e0cc;
  --fun-cyan: #64f7ff;
  --fun-violet: #795cff;
  --fun-pink: #ff6fae;
  --fun-coral: #ff7b5f;
  --fun-orange: #ffad42;
  --fun-yellow: #ffd85c;
  --fun-lime: #c7ff65;
  --fun-shadow: 9px 9px 0 rgba(7,18,20,.92);
  --fun-shadow-soft: 0 28px 90px rgba(7,18,20,.18);
  --fun-outline: 2px solid rgba(7,18,20,.9);
}

html { scroll-padding-top: 112px; }
body.fun-theme {
  background: #071214;
  color: #f7ffff;
}
body.fun-theme::before {
  content: "";
  position: fixed;
  inset: 0;
  z-index: -20;
  pointer-events: none;
  background:
    radial-gradient(circle at 12% 15%, rgba(32,224,204,.12), transparent 24%),
    radial-gradient(circle at 88% 42%, rgba(121,92,255,.13), transparent 26%),
    radial-gradient(circle at 44% 94%, rgba(255,111,174,.08), transparent 22%),
    #071214;
}
body.fun-theme ::selection { background: var(--fun-yellow); color: var(--fun-ink); }

/* ---------- Floating studio header ---------- */
body.fun-theme .site-header {
  top: 14px;
  left: 50%;
  right: auto;
  width: min(1460px, calc(100% - 28px));
  min-height: 76px;
  transform: translateX(-50%);
  padding: 10px 14px 10px 18px;
  border: 1px solid rgba(255,255,255,.14);
  border-radius: 24px;
  background: rgba(5,14,17,.82);
  box-shadow: 0 18px 55px rgba(0,0,0,.28);
  backdrop-filter: blur(22px) saturate(1.4);
}
body.fun-theme .site-header::before {
  content: "";
  position: absolute;
  inset: -1px;
  z-index: -1;
  border-radius: inherit;
  padding: 1px;
  background: linear-gradient(110deg, rgba(32,224,204,.9), rgba(121,92,255,.35), rgba(255,216,92,.65));
  -webkit-mask: linear-gradient(#000 0 0) content-box, linear-gradient(#000 0 0);
  -webkit-mask-composite: xor;
  mask-composite: exclude;
  opacity: .5;
}
body.fun-theme .brand-custom-logo { height: 50px; }
body.fun-theme .main-nav { gap: clamp(8px, 1.2vw, 20px); }
body.fun-theme .main-nav a {
  padding: 9px 10px;
  border-radius: 999px;
  font-size: .78rem;
  letter-spacing: .01em;
  transition: color .2s ease, background .2s ease, transform .2s ease;
}
body.fun-theme .main-nav a::after { display: none; }
body.fun-theme .main-nav a:hover,
body.fun-theme .main-nav a.is-active {
  color: #061416;
  background: var(--fun-yellow);
  transform: translateY(-2px) rotate(-1deg);
}
body.fun-theme .header-cta {
  color: #071214;
  background: linear-gradient(135deg, var(--fun-pink), var(--fun-yellow));
  box-shadow: 5px 5px 0 rgba(0,0,0,.65);
}

/* ---------- Buttons: motion-sticker style ---------- */
body.fun-theme .button {
  position: relative;
  isolation: isolate;
  overflow: hidden;
  border: 2px solid rgba(7,18,20,.95);
  border-radius: 16px;
  color: #071214;
  background: linear-gradient(135deg, var(--fun-teal), var(--fun-cyan));
  box-shadow: 6px 6px 0 rgba(7,18,20,.9);
  transform: rotate(-.35deg);
  transition: transform .22s cubic-bezier(.2,.8,.2,1), box-shadow .22s ease, filter .22s ease;
}
body.fun-theme .button::before {
  content: "";
  position: absolute;
  top: -70%;
  left: -40%;
  width: 34%;
  height: 240%;
  z-index: -1;
  background: rgba(255,255,255,.58);
  transform: rotate(24deg) translateX(-220%);
  transition: transform .65s cubic-bezier(.2,.7,.2,1);
}
body.fun-theme .button:hover {
  transform: translate(-2px,-4px) rotate(.6deg);
  box-shadow: 10px 11px 0 rgba(7,18,20,.9);
  filter: saturate(1.18);
}
body.fun-theme .button:hover::before { transform: rotate(24deg) translateX(600%); }
body.fun-theme .button:active { transform: translate(3px,3px); box-shadow: 2px 2px 0 rgba(7,18,20,.9); }
body.fun-theme .button-ghost,
body.fun-theme .button-ghost-dark {
  color: #fff;
  border-color: rgba(255,255,255,.7);
  background: rgba(9,24,28,.58);
  box-shadow: 6px 6px 0 rgba(32,224,204,.32);
}
body.fun-theme .button-light {
  color: #071214;
  background: #fff;
  box-shadow: 6px 6px 0 rgba(7,18,20,.84);
}
body.fun-theme .text-link {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  color: inherit;
  font-weight: 900;
  text-decoration: underline;
  text-decoration-thickness: 3px;
  text-decoration-color: var(--fun-pink);
  text-underline-offset: 5px;
}

/* ---------- Universal section motion language ---------- */
body.fun-theme .section {
  position: relative;
  overflow: hidden;
  padding: 132px 0;
  isolation: isolate;
}
body.fun-theme .motion-theme-section > .container { position: relative; z-index: 3; }
.section-motion-layer {
  position: absolute;
  inset: 0;
  z-index: 0;
  pointer-events: none;
  overflow: hidden;
}
.section-motion-layer .motion-blob {
  position: absolute;
  width: clamp(260px, 35vw, 620px);
  aspect-ratio: 1;
  border-radius: 46% 54% 59% 41% / 41% 45% 55% 59%;
  filter: blur(8px);
  opacity: .16;
  animation: funBlobFloat 12s ease-in-out infinite alternate;
}
.section-motion-layer .motion-blob-a { right: -12%; top: -20%; background: var(--fun-teal); }
.section-motion-layer .motion-blob-b { left: -18%; bottom: -28%; background: var(--fun-violet); animation-delay: -6s; }
.section-motion-layer .motion-orbit {
  position: absolute;
  right: 8%;
  bottom: 10%;
  width: clamp(120px, 16vw, 260px);
  aspect-ratio: 1;
  border: 2px dashed currentColor;
  border-radius: 50%;
  opacity: .14;
  animation: funOrbit 18s linear infinite;
}
.section-motion-layer .motion-orbit::before,
.section-motion-layer .motion-orbit::after {
  content: "";
  position: absolute;
  width: 16px;
  aspect-ratio: 1;
  border-radius: 50%;
  background: currentColor;
  box-shadow: 0 0 24px currentColor;
}
.section-motion-layer .motion-orbit::before { left: 8%; top: 14%; }
.section-motion-layer .motion-orbit::after { right: 8%; bottom: 14%; }
.section-motion-layer .motion-star {
  position: absolute;
  font-family: "Archivo Black", sans-serif;
  font-size: clamp(2rem, 5vw, 5rem);
  line-height: 1;
  opacity: .16;
  animation: funStarPulse 3.8s ease-in-out infinite;
}
.section-motion-layer .motion-star-a { left: 5%; top: 15%; transform: rotate(-12deg); }
.section-motion-layer .motion-star-b { right: 4%; top: 44%; animation-delay: -1.6s; }
.section-motion-layer .motion-dash {
  position: absolute;
  left: 12%;
  top: 26%;
  width: 95px;
  height: 18px;
  border-top: 5px solid currentColor;
  border-bottom: 5px solid currentColor;
  transform: rotate(-18deg);
  opacity: .14;
}
body.fun-theme .motion-theme-section .section-heading,
body.fun-theme .motion-theme-section .why-copy,
body.fun-theme .motion-theme-section .faq-intro {
  position: relative;
}
body.fun-theme .section-heading h2,
body.fun-theme .why-copy h2,
body.fun-theme .faq-intro h2,
body.fun-theme .contact-copy h2 {
  text-wrap: balance;
  text-shadow: 0 1px 0 rgba(255,255,255,.08);
}
body.fun-theme .section-heading h2 em,
body.fun-theme .why-copy h2 em,
body.fun-theme .faq-intro h2 em,
body.fun-theme .contact-copy h2 em { position: relative; }
body.fun-theme .section-heading h2 em::after,
body.fun-theme .why-copy h2 em::after,
body.fun-theme .faq-intro h2 em::after {
  content: "";
  position: absolute;
  left: 2%;
  right: -2%;
  bottom: -.08em;
  height: .16em;
  border-radius: 999px;
  background: currentColor;
  opacity: .2;
  transform: rotate(-1.5deg);
}
body.fun-theme .eyebrow {
  padding: 9px 13px;
  border: 2px solid currentColor;
  border-radius: 999px;
  background: rgba(255,255,255,.14);
  box-shadow: 4px 4px 0 currentColor;
  letter-spacing: .12em;
  transform: rotate(-1deg);
}
body.fun-theme .eyebrow span { width: 9px; height: 9px; border-radius: 50%; }
.section-sticker {
  position: absolute;
  top: -36px;
  right: 0;
  display: inline-grid;
  place-items: center;
  min-width: 112px;
  min-height: 44px;
  padding: 9px 15px;
  border: 2px solid #071214;
  border-radius: 12px;
  color: #071214;
  background: var(--fun-yellow);
  box-shadow: 6px 6px 0 rgba(7,18,20,.9);
  font-family: "Archivo Black", sans-serif;
  font-size: .7rem;
  text-transform: uppercase;
  letter-spacing: .06em;
  transform: rotate(4deg);
  animation: funStickerBob 4s ease-in-out infinite;
}
body.fun-theme .is-in-view .section-heading,
body.fun-theme .is-in-view .why-copy,
body.fun-theme .is-in-view .faq-intro {
  animation: funHeadingReveal .8s cubic-bezier(.2,.8,.2,1) both;
}

/* ---------- Animated section divider ---------- */
.motion-divider {
  position: relative;
  z-index: 5;
  overflow: hidden;
  border-block: 2px solid #071214;
  background: var(--fun-yellow);
  color: #071214;
  transform: rotate(-.45deg) scale(1.01);
}
.motion-divider:nth-of-type(even) { background: var(--fun-pink); }
.motion-divider-track {
  display: flex;
  width: max-content;
  gap: 26px;
  padding: 13px 0;
  font-family: "Archivo Black", sans-serif;
  font-size: clamp(.72rem, 1.1vw, 1rem);
  letter-spacing: .06em;
  white-space: nowrap;
  animation: funMarquee 26s linear infinite;
}
.motion-divider-track span { display: inline-flex; align-items: center; gap: 26px; }
.motion-divider-track span::after { content: "✦"; }

/* ---------- Booking ribbon ---------- */
body.fun-theme .booking-ribbon {
  position: relative;
  z-index: 7;
  overflow: hidden;
  border-block: 2px solid #071214;
  color: #071214;
  background: linear-gradient(90deg, var(--fun-yellow), var(--fun-orange), var(--fun-pink));
  box-shadow: 0 14px 36px rgba(0,0,0,.22);
}
body.fun-theme .booking-ribbon::before {
  content: "BOOK • CREATE • CELEBRATE • ";
  position: absolute;
  right: 2%;
  top: 50%;
  transform: translateY(-50%) rotate(-4deg);
  color: rgba(7,18,20,.08);
  font-family: "Archivo Black", sans-serif;
  font-size: clamp(2rem, 4vw, 4rem);
  white-space: nowrap;
}
body.fun-theme .booking-ribbon-inner { position: relative; z-index: 2; }
body.fun-theme .booking-ribbon-tags span {
  border: 1.5px solid #071214;
  border-radius: 999px;
  background: rgba(255,255,255,.55);
  box-shadow: 3px 3px 0 rgba(7,18,20,.72);
}

/* =========================================================
   SERVICES — warm paper, playful cards
   ========================================================= */
body.fun-theme .services-section {
  color: #0a1b1d;
  background:
    linear-gradient(rgba(7,18,20,.035) 1px, transparent 1px),
    linear-gradient(90deg, rgba(7,18,20,.035) 1px, transparent 1px),
    var(--fun-cream);
  background-size: 52px 52px;
}
body.fun-theme .services-section .section-motion-layer { color: var(--fun-violet); }
body.fun-theme .services-section .section-heading h2 em { color: #e94f8e; }
body.fun-theme .services-section .split-heading > p {
  padding: 24px;
  border: var(--fun-outline);
  border-radius: 20px;
  background: #fff;
  box-shadow: var(--fun-shadow);
  transform: rotate(1deg);
}
body.fun-theme .service-category-tabs {
  padding: 10px;
  border: 2px solid #071214;
  border-radius: 20px;
  background: rgba(255,255,255,.62);
  box-shadow: 7px 7px 0 rgba(7,18,20,.82);
}
body.fun-theme .category-tab,
body.fun-theme .gallery-filter,
body.fun-theme .school-level-tabs button {
  border: 2px solid #071214;
  color: #071214;
  background: #fff;
  box-shadow: 3px 3px 0 rgba(7,18,20,.7);
  transition: transform .18s ease, background .18s ease, box-shadow .18s ease;
}
body.fun-theme .category-tab:hover,
body.fun-theme .gallery-filter:hover,
body.fun-theme .school-level-tabs button:hover { transform: translate(-1px,-2px) rotate(-1deg); }
body.fun-theme .category-tab.active,
body.fun-theme .gallery-filter.active,
body.fun-theme .school-level-tabs button.active {
  color: #071214;
  background: var(--fun-yellow);
  box-shadow: 5px 5px 0 #071214;
}
body.fun-theme .services-grid { gap: 24px; }
body.fun-theme .service-card {
  --tilt-x: 0deg;
  --tilt-y: 0deg;
  --card-rotate: -1deg;
  min-height: 300px;
  border: 2px solid #071214;
  border-radius: 26px;
  background: #fff;
  box-shadow: 9px 9px 0 #071214;
  transform: perspective(900px) rotateX(var(--tilt-x)) rotateY(var(--tilt-y)) rotate(var(--card-rotate));
  transform-style: preserve-3d;
  transition: transform .2s ease, box-shadow .2s ease;
}
body.fun-theme .service-card:nth-child(4n+2) { --card-rotate: 1.1deg; background: #eafffb; }
body.fun-theme .service-card:nth-child(4n+3) { --card-rotate: -.6deg; background: #fff0f7; }
body.fun-theme .service-card:nth-child(4n+4) { --card-rotate: .7deg; background: #fff6cf; }
body.fun-theme .service-card::before {
  content: "✦";
  position: absolute;
  top: 22px;
  right: 24px;
  z-index: 2;
  width: 42px;
  height: 42px;
  display: grid;
  place-items: center;
  border: 2px solid #071214;
  border-radius: 50%;
  color: #071214;
  background: var(--fun-yellow);
  box-shadow: 4px 4px 0 #071214;
  animation: funStarPulse 3s ease-in-out infinite;
}
body.fun-theme .service-card::after {
  width: 210px;
  height: 210px;
  right: -76px;
  bottom: -85px;
  opacity: .74;
}
body.fun-theme .service-card:hover {
  transform: perspective(900px) rotateX(var(--tilt-x)) rotateY(var(--tilt-y)) rotate(.4deg) translateY(-8px);
  box-shadow: 14px 16px 0 #071214;
}
body.fun-theme .service-card h3 { margin-top: 62px; font-size: 1.42rem; }
body.fun-theme .service-card button {
  padding: 8px 12px;
  border: 2px solid #071214;
  border-radius: 999px;
  color: #071214;
  background: var(--fun-teal);
  box-shadow: 3px 3px 0 #071214;
}

/* =========================================================
   MURALS — dark gallery with neon motion
   ========================================================= */
body.fun-theme .mural-section {
  color: #f8ffff;
  background:
    radial-gradient(circle at 85% 16%, rgba(121,92,255,.26), transparent 28%),
    radial-gradient(circle at 10% 75%, rgba(32,224,204,.19), transparent 27%),
    linear-gradient(145deg, #0c0c19, #111b20 46%, #121027);
}
body.fun-theme .mural-section .section-motion-layer { color: var(--fun-cyan); }
body.fun-theme .mural-section .section-heading h2 em { color: var(--fun-yellow); }
body.fun-theme .mural-intro-grid,
body.fun-theme .mural-estimate-layout,
body.fun-theme .mural-faq-layout { display: grid; gap: 28px; }
body.fun-theme .mural-intro-grid { grid-template-columns: .82fr 1.18fr; align-items: stretch; margin-top: 54px; }
body.fun-theme .mural-type-stack { display: grid; gap: 22px; }
body.fun-theme .mural-type-card {
  position: relative;
  overflow: hidden;
  padding: 24px;
  border: 2px solid rgba(255,255,255,.82);
  border-radius: 26px;
  background: rgba(255,255,255,.08);
  box-shadow: 10px 10px 0 rgba(32,224,204,.28);
  backdrop-filter: blur(12px);
}
body.fun-theme .mural-type-card.residential { box-shadow: 10px 10px 0 rgba(255,111,174,.28); }
body.fun-theme .mural-type-card > span {
  display: inline-flex;
  margin: 16px 0 10px;
  padding: 7px 10px;
  border-radius: 999px;
  color: #071214;
  background: var(--fun-yellow);
  font-weight: 900;
  text-transform: uppercase;
  letter-spacing: .1em;
  font-size: .72rem;
}
body.fun-theme .mural-type-card h3 { font-family: "Archivo Black", sans-serif; text-transform: uppercase; }
body.fun-theme .mural-type-card p,
body.fun-theme .mural-type-card li { color: #c8d8dc; line-height: 1.62; }
body.fun-theme .mural-type-card li::marker { color: var(--fun-teal); }
body.fun-theme .section-card-image,
body.fun-theme .feature-linked-image,
body.fun-theme .package-linked-image {
  width: 100%;
  object-fit: cover;
  border: 2px solid currentColor;
  border-radius: 18px;
}
body.fun-theme .mural-type-card .section-card-image { height: 180px; }
body.fun-theme .mural-svg-stage {
  position: relative;
  min-height: 560px;
  overflow: hidden;
  border: 2px solid rgba(255,255,255,.85);
  border-radius: 34px;
  background: #071719;
  box-shadow: 14px 14px 0 rgba(121,92,255,.34);
}
body.fun-theme .mural-svg-stage > img { position: absolute; inset: 0; height: 100%; opacity: .22; }
body.fun-theme .mural-svg-stage > svg { position: relative; z-index: 2; width: 100%; height: 100%; }
body.fun-theme .mural-process {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 18px;
  margin: 64px 0;
}
body.fun-theme .mural-process article {
  min-height: 220px;
  padding: 24px;
  border: 2px solid #fff;
  border-radius: 22px;
  background: rgba(255,255,255,.07);
  box-shadow: 7px 7px 0 rgba(255,216,92,.24);
  transform: rotate(-.6deg);
}
body.fun-theme .mural-process article:nth-child(even) { transform: rotate(.8deg); box-shadow-color: rgba(255,111,174,.23); }
body.fun-theme .mural-process span { color: var(--fun-yellow); font-family: "Archivo Black"; font-size: 1.5rem; }
body.fun-theme .mural-process h3 { font-family: "Archivo Black"; text-transform: uppercase; }
body.fun-theme .mural-process p { color: #c7d6d9; line-height: 1.6; }
body.fun-theme .mural-estimator-shell {
  margin-top: 30px;
  padding: clamp(22px, 4vw, 48px);
  border: 2px solid #fff;
  border-radius: 34px;
  background: rgba(7,18,20,.72);
  box-shadow: 14px 14px 0 rgba(32,224,204,.3);
  backdrop-filter: blur(14px);
}
body.fun-theme .mural-estimator-heading {
  display: grid;
  grid-template-columns: 1fr auto;
  gap: 28px;
  align-items: end;
  margin-bottom: 34px;
}
body.fun-theme .mural-estimator-heading h3,
body.fun-theme .mural-faq-layout h3 { font-family: "Archivo Black"; font-size: clamp(2rem, 4vw, 4rem); line-height: .95; text-transform: uppercase; }
body.fun-theme .mural-estimator-heading p { color: #c4d5d8; line-height: 1.68; }
body.fun-theme .estimate-badge {
  min-width: 230px;
  padding: 18px;
  border: 2px solid #071214;
  border-radius: 18px;
  color: #071214;
  background: var(--fun-yellow);
  box-shadow: 7px 7px 0 var(--fun-pink);
  transform: rotate(2deg);
}
body.fun-theme .estimate-badge span,
body.fun-theme .estimate-badge strong,
body.fun-theme .estimate-badge small { display: block; }
body.fun-theme .estimate-badge span { font-size: .65rem; font-weight: 900; text-transform: uppercase; letter-spacing: .12em; }
body.fun-theme .estimate-badge strong { margin: 4px 0; }
body.fun-theme .mural-estimator-form { display: grid; gap: 24px; }
body.fun-theme .mural-estimator-form fieldset {
  margin: 0;
  padding: 24px;
  border: 1px solid rgba(255,255,255,.16);
  border-radius: 22px;
  background: rgba(255,255,255,.045);
}
body.fun-theme .mural-estimator-form legend {
  padding: 8px 12px;
  border: 2px solid #071214;
  border-radius: 999px;
  color: #071214;
  background: var(--fun-teal);
  box-shadow: 4px 4px 0 #071214;
  font-weight: 900;
  text-transform: uppercase;
  letter-spacing: .08em;
}
body.fun-theme .mural-form-grid { display: grid; gap: 16px; }
body.fun-theme .mural-form-grid.two-column { grid-template-columns: repeat(2, 1fr); }
body.fun-theme .mural-form-grid.three-column { grid-template-columns: repeat(3, 1fr); }
body.fun-theme .mural-form-grid.four-column { grid-template-columns: repeat(4, 1fr); }
body.fun-theme .mural-estimator-form label { display: grid; gap: 8px; color: #d9e8ea; font-size: .78rem; font-weight: 800; }
body.fun-theme .mural-estimator-form input,
body.fun-theme .mural-estimator-form select,
body.fun-theme .mural-estimator-form textarea,
body.fun-theme .school-search-field input {
  min-height: 50px;
  width: 100%;
  border: 2px solid rgba(255,255,255,.22);
  border-radius: 14px;
  color: #fff;
  background: rgba(8,28,31,.92);
  padding: 12px 14px;
  outline: none;
}
body.fun-theme .mural-estimator-form input:focus,
body.fun-theme .mural-estimator-form select:focus,
body.fun-theme .mural-estimator-form textarea:focus { border-color: var(--fun-yellow); box-shadow: 0 0 0 4px rgba(255,216,92,.12); }
body.fun-theme .mural-style-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 16px; }
body.fun-theme .mural-style-card { position: relative; display: block; cursor: pointer; }
body.fun-theme .mural-style-card input { position: absolute; opacity: 0; pointer-events: none; }
body.fun-theme .mural-style-label {
  display: block;
  min-height: 180px;
  padding: 22px;
  border: 2px solid rgba(255,255,255,.65);
  border-radius: 22px;
  background: rgba(255,255,255,.06);
  box-shadow: 7px 7px 0 rgba(255,255,255,.08);
  transition: transform .2s ease, background .2s ease, box-shadow .2s ease;
}
body.fun-theme .mural-style-card input:checked + .mural-style-label {
  color: #071214;
  background: linear-gradient(145deg, var(--fun-yellow), var(--fun-orange));
  box-shadow: 9px 9px 0 var(--fun-pink);
  transform: translateY(-5px) rotate(-1deg);
}
body.fun-theme .mural-style-label strong { display: block; font-family: "Archivo Black"; font-size: 1.25rem; text-transform: uppercase; }
body.fun-theme .mural-style-label span { display: block; margin-top: 10px; line-height: 1.55; }
body.fun-theme .mural-auto-summary,
body.fun-theme .mural-total-card {
  padding: 24px;
  border: 2px solid rgba(255,255,255,.72);
  border-radius: 22px;
  background: rgba(255,255,255,.06);
}
body.fun-theme .mural-auto-list { display: grid; gap: 10px; }
body.fun-theme .mural-total-card {
  color: #071214;
  background: linear-gradient(145deg, var(--fun-teal), var(--fun-cyan));
  box-shadow: 9px 9px 0 var(--fun-violet);
}
body.fun-theme .mural-estimator-actions { display: flex; flex-wrap: wrap; gap: 14px; margin-top: 22px; }
body.fun-theme .mural-faq-layout { grid-template-columns: .7fr 1.3fr; margin-top: 70px; }

/* ---------- Discount promo ---------- */
body.fun-theme .promo-band {
  color: #071214;
  background:
    linear-gradient(90deg, transparent 48%, rgba(255,255,255,.22) 49% 51%, transparent 52%) 0 0/58px 58px,
    linear-gradient(125deg, var(--fun-yellow), var(--fun-orange) 48%, var(--fun-pink));
  border-block: 2px solid #071214;
}
body.fun-theme .promo-band::before {
  content: "SAVE ✦ CREATE ✦ CELEBRATE";
  position: absolute;
  left: -2%;
  bottom: -12px;
  color: rgba(7,18,20,.08);
  font-family: "Archivo Black";
  font-size: clamp(2.8rem, 8vw, 8rem);
  white-space: nowrap;
}
body.fun-theme .promo-band .eyebrow { box-shadow-color: #071214; }

/* =========================================================
   ADVERTISING — purple creative campaign studio
   ========================================================= */
body.fun-theme .advertising-section {
  color: #f8ffff;
  background:
    radial-gradient(circle at 75% 15%, rgba(255,111,174,.24), transparent 25%),
    radial-gradient(circle at 12% 84%, rgba(32,224,204,.18), transparent 27%),
    linear-gradient(140deg, #25164a, #101c31 46%, #071719);
}
body.fun-theme .advertising-section .section-motion-layer { color: var(--fun-pink); }
body.fun-theme .advertising-section .section-heading h2 em { color: var(--fun-yellow); }
body.fun-theme .advertising-section .split-heading > p { color: #d4d4e6; }
body.fun-theme .ad-showcase { display: grid; gap: 28px; }
body.fun-theme .ad-feature {
  display: grid;
  grid-template-columns: .95fr 1.05fr;
  gap: 36px;
  align-items: center;
  padding: clamp(24px, 4vw, 46px);
  border: 2px solid #fff;
  border-radius: 34px;
  background: rgba(255,255,255,.07);
  box-shadow: 14px 14px 0 rgba(255,111,174,.34);
}
body.fun-theme .ad-label {
  display: inline-flex;
  padding: 8px 12px;
  border: 2px solid #071214;
  border-radius: 999px;
  color: #071214;
  background: var(--fun-yellow);
  box-shadow: 4px 4px 0 #071214;
  font-weight: 900;
  text-transform: uppercase;
}
body.fun-theme .ad-feature h3 { font-family: "Archivo Black"; font-size: clamp(2.2rem, 4vw, 4.5rem); line-height: .92; text-transform: uppercase; margin: 20px 0; }
body.fun-theme .ad-feature p,
body.fun-theme .ad-feature li { color: #d4d8e6; line-height: 1.68; }
body.fun-theme .ad-preview { position: relative; min-height: 480px; }
body.fun-theme .ad-preview > img { position: absolute; inset: 0; height: 100%; opacity: .2; }
body.fun-theme .ad-preview-phone {
  position: absolute;
  left: 50%;
  top: 50%;
  width: min(230px, 54%);
  aspect-ratio: 9/17;
  display: grid;
  place-content: center;
  padding: 26px;
  border: 7px solid #071214;
  border-radius: 34px;
  color: #071214;
  background: linear-gradient(155deg, var(--fun-teal), var(--fun-cyan) 48%, var(--fun-yellow));
  box-shadow: 14px 18px 0 rgba(7,18,20,.78);
  transform: translate(-50%,-50%) rotate(-4deg);
  text-align: center;
  animation: funCardFloat 5s ease-in-out infinite;
}
body.fun-theme .ad-preview-phone strong { font-family: "Archivo Black"; font-size: 1.9rem; line-height: .85; margin: 12px 0; }
body.fun-theme .ad-preview-card {
  position: absolute;
  min-width: 155px;
  padding: 22px;
  border: 3px solid #071214;
  border-radius: 20px;
  color: #071214;
  background: var(--fun-pink);
  box-shadow: 8px 8px 0 #071214;
  font-family: "Archivo Black";
  text-align: center;
}
body.fun-theme .ad-preview-card-one { left: 3%; top: 12%; transform: rotate(-9deg); }
body.fun-theme .ad-preview-card-two { right: 2%; bottom: 10%; background: var(--fun-yellow); transform: rotate(8deg); }
body.fun-theme .ad-package-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 22px; }
body.fun-theme .ad-package {
  padding: 22px;
  border: 2px solid #fff;
  border-radius: 24px;
  background: rgba(255,255,255,.07);
  box-shadow: 8px 8px 0 rgba(32,224,204,.26);
  transition: transform .25s ease, box-shadow .25s ease;
}
body.fun-theme .ad-package:nth-child(2) { box-shadow-color: rgba(255,216,92,.28); transform: translateY(18px); }
body.fun-theme .ad-package:nth-child(3) { box-shadow-color: rgba(255,111,174,.28); }
body.fun-theme .ad-package:hover { transform: translateY(-8px) rotate(-1deg); box-shadow: 13px 13px 0 rgba(32,224,204,.36); }
body.fun-theme .ad-package > span { color: var(--fun-yellow); font-family: "Archivo Black"; }
body.fun-theme .ad-package h3 { font-family: "Archivo Black"; text-transform: uppercase; }
body.fun-theme .ad-package p,
body.fun-theme .ad-package li { color: #ced8dc; line-height: 1.6; }
body.fun-theme .ad-package img { height: 180px; }

/* =========================================================
   DESIGNS — bright collectible-card catalog
   ========================================================= */
body.fun-theme .designs-section {
  color: #081719;
  background:
    radial-gradient(circle at 88% 10%, rgba(121,92,255,.15), transparent 25%),
    linear-gradient(135deg, #eafffb, #f8f4ff 52%, #fff7e4);
}
body.fun-theme .designs-section .section-motion-layer { color: var(--fun-violet); }
body.fun-theme .designs-section .section-heading h2 em { color: var(--fun-violet); }
body.fun-theme .catalog-toolbar {
  padding: 14px;
  border: 2px solid #071214;
  border-radius: 22px;
  background: #fff;
  box-shadow: 8px 8px 0 #071214;
}
body.fun-theme .catalog-toolbar input,
body.fun-theme .catalog-toolbar select {
  border: 2px solid #071214;
  border-radius: 13px;
  background: #f8fbfb;
}
body.fun-theme .design-grid { gap: 24px; }
body.fun-theme .design-card {
  --tilt-x: 0deg;
  --tilt-y: 0deg;
  border: 2px solid #071214;
  border-radius: 24px;
  box-shadow: 8px 8px 0 #071214;
  transform: perspective(900px) rotateX(var(--tilt-x)) rotateY(var(--tilt-y)) rotate(-.7deg);
  transition: transform .2s ease, box-shadow .2s ease;
}
body.fun-theme .design-card:nth-child(even) { transform: perspective(900px) rotateX(var(--tilt-x)) rotateY(var(--tilt-y)) rotate(.8deg); }
body.fun-theme .design-card:hover { transform: perspective(900px) rotateX(var(--tilt-x)) rotateY(var(--tilt-y)) translateY(-8px) rotate(.2deg); box-shadow: 13px 14px 0 #071214; }
body.fun-theme .design-art { border-bottom: 2px solid #071214; }
body.fun-theme .design-number,
body.fun-theme .favorite-button { border: 2px solid #fff; }
body.fun-theme .design-card-meta strong { color: #7a43e8; }
body.fun-theme .design-card-meta button {
  padding: 7px 10px;
  border: 2px solid #071214;
  border-radius: 999px;
  color: #071214;
  background: var(--fun-yellow);
  box-shadow: 3px 3px 0 #071214;
}

/* =========================================================
   GALLERY — cinematic wall with playful frames
   ========================================================= */
body.fun-theme .gallery-section {
  color: #f8ffff;
  background:
    radial-gradient(circle at 16% 20%, rgba(255,111,174,.12), transparent 24%),
    radial-gradient(circle at 84% 78%, rgba(32,224,204,.14), transparent 26%),
    #050b0d;
}
body.fun-theme .gallery-section .section-motion-layer { color: var(--fun-yellow); }
body.fun-theme .gallery-section .section-heading h2 em { color: var(--fun-pink); }
body.fun-theme .gallery-section .split-heading > p { color: #b8c8ca; }
body.fun-theme .gallery-filters { padding: 10px; border: 1px solid rgba(255,255,255,.15); border-radius: 20px; background: rgba(255,255,255,.05); }
body.fun-theme .gallery-filter { border-color: #fff; color: #fff; background: rgba(255,255,255,.05); box-shadow: 3px 3px 0 rgba(32,224,204,.34); }
body.fun-theme .gallery-filter.active { color: #071214; border-color: #071214; background: var(--fun-yellow); box-shadow: 4px 4px 0 var(--fun-pink); }
body.fun-theme .gallery-grid { gap: 20px; }
body.fun-theme .gallery-item {
  border: 2px solid #fff;
  border-radius: 25px;
  box-shadow: 8px 8px 0 rgba(121,92,255,.34);
  transform: rotate(-.35deg);
  transition: transform .28s ease, box-shadow .28s ease;
}
body.fun-theme .gallery-item:nth-child(even) { transform: rotate(.45deg); box-shadow-color: rgba(32,224,204,.34); }
body.fun-theme .gallery-item:hover { transform: translateY(-7px) rotate(.4deg); box-shadow: 13px 14px 0 rgba(255,111,174,.38); }
body.fun-theme .gallery-overlay strong { font-family: "Archivo Black"; text-transform: uppercase; }

/* =========================================================
   EVENTS — high-energy festival palette
   ========================================================= */
body.fun-theme .events-section {
  color: #f8ffff;
  background:
    radial-gradient(circle at 82% 10%, rgba(255,216,92,.2), transparent 22%),
    radial-gradient(circle at 9% 74%, rgba(255,111,174,.22), transparent 25%),
    linear-gradient(145deg, #4b183b, #18172f 45%, #08272a);
}
body.fun-theme .events-section .section-motion-layer { color: var(--fun-orange); }
body.fun-theme .events-section .section-heading h2 em { color: var(--fun-yellow); }
body.fun-theme .event-promo-stage {
  display: grid;
  grid-template-columns: .9fr 1.1fr;
  gap: 34px;
  align-items: center;
  margin-bottom: 50px;
  padding: clamp(24px, 4vw, 48px);
  border: 2px solid #fff;
  border-radius: 34px;
  background: rgba(255,255,255,.07);
  box-shadow: 14px 14px 0 rgba(255,111,174,.32);
}
body.fun-theme .event-live-badge {
  display: inline-flex;
  align-items: center;
  gap: 9px;
  padding: 8px 12px;
  border: 2px solid #071214;
  border-radius: 999px;
  color: #071214;
  background: var(--fun-yellow);
  box-shadow: 4px 4px 0 #071214;
  font-weight: 900;
  text-transform: uppercase;
}
body.fun-theme .event-live-badge i { width: 9px; height: 9px; border-radius: 50%; background: #ff315e; box-shadow: 0 0 0 5px rgba(255,49,94,.18); animation: funLivePulse 1.5s infinite; }
body.fun-theme .event-promo-copy h3 { font-family: "Archivo Black"; font-size: clamp(2.2rem, 4vw, 4.6rem); line-height: .92; text-transform: uppercase; margin: 22px 0; }
body.fun-theme .event-promo-copy p { color: #d5d9e3; line-height: 1.68; }
body.fun-theme .event-type-cloud { display: flex; flex-wrap: wrap; gap: 9px; }
body.fun-theme .event-type-cloud span {
  padding: 8px 11px;
  border: 1.5px solid #fff;
  border-radius: 999px;
  background: rgba(255,255,255,.08);
  font-size: .75rem;
  font-weight: 800;
}
body.fun-theme .event-promo-visual { position: relative; min-height: 440px; }
body.fun-theme .event-promo-visual > img { position: absolute; inset: 0; height: 100%; opacity: .38; }
body.fun-theme .event-ticket {
  position: absolute;
  left: 50%;
  top: 50%;
  width: min(340px, 76%);
  aspect-ratio: 1.45;
  display: grid;
  place-content: center;
  padding: 32px;
  border: 4px solid #071214;
  border-radius: 24px;
  color: #071214;
  background: linear-gradient(145deg, var(--fun-yellow), var(--fun-orange), var(--fun-pink));
  box-shadow: 14px 16px 0 #071214;
  transform: translate(-50%,-50%) rotate(-6deg);
  text-align: center;
  animation: funCardFloat 5s ease-in-out infinite;
}
body.fun-theme .event-ticket strong { font-family: "Archivo Black"; font-size: clamp(2rem, 4vw, 3.6rem); line-height: .82; margin: 12px 0; }
body.fun-theme .event-ring { position: absolute; inset: 8%; border: 3px dashed rgba(255,255,255,.3); border-radius: 50%; animation: funOrbit 18s linear infinite; }
body.fun-theme .event-package-grid { gap: 24px; }
body.fun-theme .event-package {
  border: 2px solid #fff;
  border-radius: 26px;
  background: rgba(255,255,255,.07);
  box-shadow: 9px 9px 0 rgba(32,224,204,.26);
  transform: rotate(-.6deg);
}
body.fun-theme .event-package:nth-child(2) { transform: translateY(-16px) rotate(.7deg); box-shadow-color: rgba(255,216,92,.33); }
body.fun-theme .event-package:nth-child(3) { transform: rotate(.6deg); box-shadow-color: rgba(255,111,174,.3); }
body.fun-theme .event-package img { height: 190px; }
body.fun-theme .event-package h3 { color: #fff; }
body.fun-theme .event-package > strong { color: var(--fun-yellow); }
body.fun-theme .event-estimator-wrap {
  border: 2px solid #fff;
  border-radius: 30px;
  background: rgba(8,20,30,.64);
  box-shadow: 12px 12px 0 rgba(255,111,174,.28);
}
body.fun-theme .event-estimator select { border: 2px solid rgba(255,255,255,.22); }
body.fun-theme .estimate-output { border: 2px solid #071214; box-shadow: 7px 7px 0 var(--fun-pink); }

/* =========================================================
   SCHOOLS — bright creative-campus system
   ========================================================= */
body.fun-theme .schools-section {
  color: #071214;
  background:
    linear-gradient(rgba(7,18,20,.035) 1px, transparent 1px),
    linear-gradient(90deg, rgba(7,18,20,.035) 1px, transparent 1px),
    linear-gradient(135deg, #dffdf9, #fff8d9 48%, #f6efff);
  background-size: 54px 54px, 54px 54px, auto;
}
body.fun-theme .schools-section .section-motion-layer { color: var(--fun-violet); }
body.fun-theme .schools-section .section-heading h2 em { color: #7044e8; }
body.fun-theme .school-hero-grid { display: grid; grid-template-columns: .88fr 1.12fr; gap: 42px; align-items: center; margin-bottom: 54px; }
body.fun-theme .school-hero-copy h3 { font-family: "Archivo Black"; font-size: clamp(2.2rem, 4vw, 4.6rem); line-height: .93; text-transform: uppercase; }
body.fun-theme .school-hero-copy p { color: #3c5558; line-height: 1.68; }
body.fun-theme .school-hero-actions { display: flex; flex-wrap: wrap; gap: 14px; }
body.fun-theme .school-svg-stage {
  position: relative;
  overflow: hidden;
  border: 2px solid #071214;
  border-radius: 32px;
  background: #071719;
  box-shadow: 13px 13px 0 var(--fun-violet);
}
body.fun-theme .school-svg-stage > img { position: absolute; inset: 0; height: 100%; opacity: .2; }
body.fun-theme .school-svg-stage > svg { position: relative; z-index: 2; width: 100%; }
body.fun-theme .school-program-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 20px; }
body.fun-theme .school-program-card {
  position: relative;
  padding: 22px;
  border: 2px solid #071214;
  border-radius: 24px;
  background: #fff;
  box-shadow: 8px 8px 0 #071214;
  transform: rotate(-.7deg);
  transition: transform .22s ease, box-shadow .22s ease;
}
body.fun-theme .school-program-card:nth-child(even) { transform: rotate(.8deg); background: #fff8d9; }
body.fun-theme .school-program-card:hover { transform: translateY(-8px) rotate(.3deg); box-shadow: 13px 14px 0 #071214; }
body.fun-theme .school-program-card img { height: 155px; }
body.fun-theme .program-icon-svg { width: 60px; height: 60px; margin: 18px 0 10px; color: #7044e8; }
body.fun-theme .school-program-card > span { color: #6f4be2; font-weight: 900; font-size: .72rem; text-transform: uppercase; letter-spacing: .1em; }
body.fun-theme .school-program-card h3 { font-family: "Archivo Black"; text-transform: uppercase; }
body.fun-theme .school-program-card p { color: #506568; line-height: 1.6; }
body.fun-theme .school-savings-panel {
  display: grid;
  grid-template-columns: 1.2fr .8fr auto;
  gap: 28px;
  align-items: center;
  margin: 58px 0;
  padding: 32px;
  border: 2px solid #071214;
  border-radius: 28px;
  background: linear-gradient(125deg, var(--fun-yellow), var(--fun-orange));
  box-shadow: 11px 11px 0 var(--fun-pink);
}
body.fun-theme .school-savings-label {
  display: inline-flex;
  padding: 7px 10px;
  border: 2px solid #071214;
  border-radius: 999px;
  background: #fff;
  font-weight: 900;
  text-transform: uppercase;
}
body.fun-theme .school-savings-copy h3 { font-family: "Archivo Black"; font-size: clamp(1.5rem, 2.6vw, 2.8rem); line-height: 1; text-transform: uppercase; }
body.fun-theme .school-savings-list { display: grid; gap: 10px; }
body.fun-theme .school-savings-list div { padding: 12px; border: 2px solid #071214; border-radius: 14px; background: rgba(255,255,255,.55); }
body.fun-theme .school-savings-list strong,
body.fun-theme .school-savings-list span { display: block; }
body.fun-theme .school-savings-panel small { grid-column: 1 / -1; }
body.fun-theme .school-directory-block {
  padding: clamp(22px, 4vw, 40px);
  border: 2px solid #071214;
  border-radius: 30px;
  background: #fff;
  box-shadow: 12px 12px 0 #071214;
}
body.fun-theme .school-directory-heading { display: grid; grid-template-columns: 1fr auto; gap: 28px; align-items: end; }
body.fun-theme .school-directory-heading h3 { font-family: "Archivo Black"; font-size: clamp(1.8rem, 3vw, 3.4rem); text-transform: uppercase; }
body.fun-theme .school-directory-heading p { color: #53686b; line-height: 1.65; }
body.fun-theme .official-directory-link { padding: 12px 14px; border: 2px solid #071214; border-radius: 14px; background: var(--fun-teal); box-shadow: 5px 5px 0 #071214; font-weight: 900; }
body.fun-theme .school-directory-tools { display: grid; grid-template-columns: 1fr auto; gap: 16px; margin-top: 28px; }
body.fun-theme .school-search-field input { color: #071214; border-color: #071214; background: #f7fbfb; }
body.fun-theme .school-level-tabs { display: flex; flex-wrap: wrap; gap: 8px; }
body.fun-theme .school-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 14px; margin-top: 22px; }
body.fun-theme .school-card {
  min-height: 132px;
  padding: 18px;
  border: 2px solid #071214;
  border-radius: 18px;
  background: #f8fbfb;
  box-shadow: 5px 5px 0 rgba(7,18,20,.82);
  transition: transform .2s ease, background .2s ease;
}
body.fun-theme .school-card:hover { transform: translateY(-4px) rotate(-.5deg); background: #eafffb; }
body.fun-theme .school-directory-footer { display: flex; justify-content: space-between; gap: 18px; margin-top: 24px; padding-top: 20px; border-top: 2px dashed #071214; color: #52676a; }

/* =========================================================
   WHY / FAQ / CONTACT
   ========================================================= */
body.fun-theme .why-section {
  color: #071214;
  background: linear-gradient(135deg, var(--fun-yellow), #ffeaa2 50%, var(--fun-orange));
}
body.fun-theme .why-section .section-motion-layer { color: #071214; }
body.fun-theme .why-copy h2 em { color: #d63d7a; }
body.fun-theme .why-copy > p { color: #263c3e; }
body.fun-theme .benefit-grid { gap: 22px; }
body.fun-theme .benefit-grid article {
  border: 2px solid #071214;
  border-radius: 24px;
  background: #fff;
  box-shadow: 8px 8px 0 #071214;
  transform: rotate(-.8deg);
  transition: transform .22s ease, box-shadow .22s ease;
}
body.fun-theme .benefit-grid article:nth-child(even) { transform: rotate(.8deg); background: #eafffb; }
body.fun-theme .benefit-grid article:hover { transform: translateY(-8px) rotate(.2deg); box-shadow: 13px 14px 0 #071214; }
body.fun-theme .benefit-grid span { display: inline-grid; place-items: center; width: 44px; height: 44px; border: 2px solid #071214; border-radius: 50%; background: var(--fun-pink); box-shadow: 4px 4px 0 #071214; }
body.fun-theme .benefit-grid h3 { margin-top: 42px; }

body.fun-theme .faq-section {
  color: #071214;
  background:
    radial-gradient(circle at 90% 15%, rgba(32,224,204,.18), transparent 23%),
    linear-gradient(145deg, #f7f4ff, #fff9eb);
}
body.fun-theme .faq-section .section-motion-layer { color: var(--fun-violet); }
body.fun-theme .faq-intro h2 em { color: #7044e8; }
body.fun-theme .faq-list {
  padding: 12px 28px;
  border: 2px solid #071214;
  border-radius: 28px;
  background: #fff;
  box-shadow: 10px 10px 0 #071214;
}
body.fun-theme .faq-item { border-bottom: 2px dashed rgba(7,18,20,.18); }
body.fun-theme .faq-question { font-size: 1rem; }
body.fun-theme .faq-question span:last-child { border: 2px solid #071214; color: #071214; background: var(--fun-yellow); box-shadow: 3px 3px 0 #071214; }

body.fun-theme .contact-section {
  color: #f8ffff;
  background:
    radial-gradient(circle at 84% 10%, rgba(255,216,92,.18), transparent 24%),
    radial-gradient(circle at 12% 82%, rgba(255,111,174,.2), transparent 26%),
    linear-gradient(145deg, #073c3d, #102238 52%, #241441);
}
body.fun-theme .contact-section::after {
  border-color: rgba(255,216,92,.12);
  animation: funOrbit 28s linear infinite;
}
body.fun-theme .contact-copy h2 em { color: var(--fun-yellow); }
body.fun-theme .contact-details div { padding: 12px 0; border-bottom: 2px dashed rgba(255,255,255,.18); }
body.fun-theme .contact-phone-link { color: var(--fun-yellow); font-size: 1.25rem; }
body.fun-theme .discount-card {
  border: 2px solid #fff;
  border-radius: 20px;
  background: rgba(255,111,174,.15);
  box-shadow: 8px 8px 0 rgba(255,216,92,.28);
}
body.fun-theme .contact-form {
  border: 2px solid #fff;
  border-radius: 30px;
  background: rgba(5,17,22,.88);
  box-shadow: 14px 14px 0 rgba(32,224,204,.3);
}
body.fun-theme .contact-form input,
body.fun-theme .contact-form select,
body.fun-theme .contact-form textarea {
  border: 2px solid rgba(255,255,255,.18);
  border-radius: 14px;
}
body.fun-theme .file-field { border: 2px dashed var(--fun-teal); }

/* ---------- Footer ---------- */
body.fun-theme .site-footer {
  position: relative;
  overflow: hidden;
  border-top: 2px solid rgba(255,255,255,.15);
  background:
    radial-gradient(circle at 82% 8%, rgba(121,92,255,.18), transparent 24%),
    #030809;
}
body.fun-theme .site-footer::before {
  content: "CREATE SOMETHING PEOPLE REMEMBER";
  position: absolute;
  left: 3%;
  bottom: 12%;
  color: rgba(255,255,255,.035);
  font-family: "Archivo Black";
  font-size: clamp(2.5rem, 7vw, 8rem);
  white-space: nowrap;
}
body.fun-theme .footer-grid,
body.fun-theme .footer-bottom { position: relative; z-index: 2; }
body.fun-theme .footer-grid h3 {
  display: inline-flex;
  width: fit-content;
  padding: 6px 9px;
  border: 1px solid var(--fun-teal);
  border-radius: 999px;
}
body.fun-theme .footer-grid a:not(.brand):hover { color: var(--fun-yellow); transform: translateX(4px); }

/* ---------- Garage panel / modals ---------- */
body.fun-theme .garage-panel,
body.fun-theme .modal-card {
  border: 2px solid rgba(255,255,255,.65);
  background:
    radial-gradient(circle at 80% 10%, rgba(121,92,255,.2), transparent 24%),
    linear-gradient(145deg, #0a1b1e, #101329);
}
body.fun-theme .garage-panel { border-radius: 0 0 34px 34px; }
body.fun-theme .garage-info-grid article { border: 2px solid rgba(255,255,255,.18); border-radius: 22px; box-shadow: 6px 6px 0 rgba(32,224,204,.13); }
body.fun-theme .garage-art { border: 2px solid #fff; box-shadow: 12px 12px 0 rgba(255,111,174,.28); }
body.fun-theme .modal-card { box-shadow: 14px 14px 0 rgba(32,224,204,.28); }

/* ---------- Mobile action bar ---------- */
body.fun-theme .mobile-action-bar {
  border: 2px solid rgba(255,255,255,.18);
  border-radius: 20px 20px 0 0;
  background: rgba(5,15,18,.92);
  box-shadow: 0 -18px 50px rgba(0,0,0,.3);
}
body.fun-theme .mobile-action-primary { color: #071214 !important; background: var(--fun-yellow); }
body.fun-theme .mobile-call-action { color: var(--fun-teal) !important; }

/* ---------- Motion-enabled cards ---------- */
.motion-cardified { will-change: transform; }
.motion-cardified::marker { content: ""; }

/* ---------- Keyframes ---------- */
@keyframes funBlobFloat {
  0% { transform: translate3d(-2%, -2%, 0) rotate(0deg) scale(.94); }
  100% { transform: translate3d(7%, 6%, 0) rotate(18deg) scale(1.08); }
}
@keyframes funOrbit { to { transform: rotate(360deg); } }
@keyframes funStarPulse { 0%,100% { transform: scale(.86) rotate(-8deg); } 50% { transform: scale(1.12) rotate(8deg); } }
@keyframes funStickerBob { 0%,100% { translate: 0 0; rotate: 0deg; } 50% { translate: 0 -8px; rotate: 2deg; } }
@keyframes funHeadingReveal { from { opacity: 0; transform: translateY(32px) rotate(-1deg); } to { opacity: 1; transform: none; } }
@keyframes funMarquee { to { transform: translateX(-50%); } }
@keyframes funCardFloat { 0%,100% { translate: 0 0; } 50% { translate: 0 -10px; } }
@keyframes funLivePulse { 0%,100% { transform: scale(.82); opacity: .72; } 50% { transform: scale(1.18); opacity: 1; } }

/* ---------- Tablet ---------- */
@media (max-width: 1100px) {
  body.fun-theme .site-header { width: calc(100% - 22px); }
  body.fun-theme .main-nav { gap: 4px; }
  body.fun-theme .main-nav a { padding-inline: 7px; font-size: .72rem; }
  body.fun-theme .mural-intro-grid,
  body.fun-theme .ad-feature,
  body.fun-theme .event-promo-stage,
  body.fun-theme .school-hero-grid { grid-template-columns: 1fr; }
  body.fun-theme .mural-svg-stage { min-height: 480px; }
  body.fun-theme .school-program-grid { grid-template-columns: repeat(2, 1fr); }
  body.fun-theme .school-savings-panel { grid-template-columns: 1fr 1fr; }
  body.fun-theme .school-savings-panel .button { grid-column: 1/-1; justify-self: start; }
  body.fun-theme .school-grid { grid-template-columns: repeat(2, 1fr); }
}

/* ---------- Mobile ---------- */
@media (max-width: 860px) {
  html { scroll-padding-top: 88px; }
  body.fun-theme .site-header { top: 8px; min-height: 64px; border-radius: 19px; }
  body.fun-theme .brand-custom-logo { height: 42px; }
  body.fun-theme .main-nav {
    top: 80px;
    left: 11px;
    right: 11px;
    padding: 12px;
    border: 2px solid rgba(255,255,255,.16);
    border-radius: 22px;
    background: rgba(4,13,16,.97);
    box-shadow: 0 22px 60px rgba(0,0,0,.45);
  }
  body.fun-theme .main-nav a { padding: 13px 12px; }
  body.fun-theme .section { padding: 98px 0; }
  .section-sticker { top: -28px; right: 4px; transform: rotate(3deg) scale(.88); }
  body.fun-theme .mural-process { grid-template-columns: repeat(2, 1fr); }
  body.fun-theme .mural-estimator-heading,
  body.fun-theme .mural-faq-layout,
  body.fun-theme .school-directory-heading,
  body.fun-theme .school-directory-tools { grid-template-columns: 1fr; }
  body.fun-theme .mural-style-grid,
  body.fun-theme .ad-package-grid { grid-template-columns: 1fr; }
  body.fun-theme .ad-package:nth-child(2) { transform: none; }
  body.fun-theme .ad-preview { min-height: 400px; }
  body.fun-theme .event-package:nth-child(2) { transform: none; }
  body.fun-theme .school-savings-panel { grid-template-columns: 1fr; }
  body.fun-theme .school-savings-panel .button { grid-column: auto; }
}

@media (max-width: 580px) {
  body.fun-theme .section { padding: 82px 0; }
  body.fun-theme .section-heading { margin-bottom: 34px; }
  body.fun-theme .section-heading h2 { font-size: clamp(2.55rem, 13.5vw, 4rem); }
  body.fun-theme .split-heading > p { padding: 18px; }
  body.fun-theme .button { width: 100%; min-height: 52px; }
  body.fun-theme .eyebrow { padding: 7px 10px; font-size: .66rem; }
  .section-sticker { position: static; width: fit-content; margin: -8px 0 24px auto; }
  body.fun-theme .service-category-tabs,
  body.fun-theme .gallery-filters,
  body.fun-theme .school-level-tabs {
    display: flex;
    flex-wrap: nowrap;
    overflow-x: auto;
    padding-bottom: 12px;
    scrollbar-width: none;
  }
  body.fun-theme .service-category-tabs::-webkit-scrollbar,
  body.fun-theme .gallery-filters::-webkit-scrollbar,
  body.fun-theme .school-level-tabs::-webkit-scrollbar { display: none; }
  body.fun-theme .category-tab,
  body.fun-theme .gallery-filter,
  body.fun-theme .school-level-tabs button { flex: 0 0 auto; }
  body.fun-theme .service-card { min-height: 270px; padding: 23px; }
  body.fun-theme .service-card h3 { margin-top: 52px; }
  body.fun-theme .mural-process,
  body.fun-theme .mural-form-grid.two-column,
  body.fun-theme .mural-form-grid.three-column,
  body.fun-theme .mural-form-grid.four-column,
  body.fun-theme .school-program-grid,
  body.fun-theme .school-grid { grid-template-columns: 1fr; }
  body.fun-theme .mural-process article { min-height: 190px; }
  body.fun-theme .mural-svg-stage { min-height: 350px; }
  body.fun-theme .mural-svg-stage > svg { min-height: 350px; }
  body.fun-theme .mural-estimator-shell { padding: 18px; border-radius: 26px; }
  body.fun-theme .mural-estimator-form fieldset { padding: 16px; }
  body.fun-theme .mural-estimator-actions { display: grid; }
  body.fun-theme .ad-feature,
  body.fun-theme .event-promo-stage { padding: 20px; border-radius: 26px; }
  body.fun-theme .ad-preview { min-height: 330px; }
  body.fun-theme .ad-preview-card { min-width: 110px; padding: 14px; font-size: .68rem; }
  body.fun-theme .ad-preview-phone { width: 54%; }
  body.fun-theme .event-promo-visual { min-height: 330px; }
  body.fun-theme .event-ticket { width: 76%; padding: 22px; }
  body.fun-theme .school-svg-stage { border-radius: 24px; }
  body.fun-theme .school-savings-panel,
  body.fun-theme .school-directory-block { padding: 20px; border-radius: 24px; }
  body.fun-theme .school-directory-footer { flex-direction: column; }
  body.fun-theme .faq-list { padding: 8px 18px; }
  body.fun-theme .contact-form { padding: 20px; }
  .motion-divider-track { padding-block: 10px; }
}

@media (prefers-reduced-motion: reduce) {
  .section-motion-layer *, .section-sticker, .motion-divider-track,
  body.fun-theme .event-ticket, body.fun-theme .ad-preview-phone {
    animation: none !important;
  }
  body.fun-theme .service-card,
  body.fun-theme .design-card { transform: none !important; }
}

/* Final layout safeguards for estimator notes and compact form controls. */
body.fun-theme .mural-auto-note {
  grid-column: span 2;
  align-self: end;
  display: grid;
  gap: 5px;
  min-height: 74px;
  padding: 14px 16px;
  border: 2px dashed rgba(255,255,255,.25);
  border-radius: 16px;
  color: #d9e8ea;
  background: rgba(32,224,204,.07);
}
body.fun-theme .mural-auto-note strong {
  color: var(--fun-yellow);
  font-family: "Archivo Black", sans-serif;
  text-transform: uppercase;
  letter-spacing: .04em;
}
body.fun-theme .mural-auto-note span { line-height: 1.45; }
body.fun-theme .contact-form .checkbox-row {
  display: flex !important;
  flex-direction: row !important;
  align-items: flex-start;
  justify-content: flex-start;
  gap: 11px !important;
  line-height: 1.45;
}
body.fun-theme .contact-form .checkbox-row input {
  width: 19px !important;
  min-width: 19px;
  height: 19px;
  margin: 1px 0 0;
  padding: 0;
  flex: 0 0 19px;
}
body.fun-theme .section-sticker,
body.fun-theme .ad-label,
body.fun-theme .event-live-badge,
body.fun-theme .school-savings-label { font-family: "Bungee", "Archivo Black", sans-serif; }
@media (max-width: 580px) {
  body.fun-theme .mural-auto-note { grid-column: auto; }
}

/* Linked image slots: real images load automatically; missing files receive a designed fallback. */
.image-fallback-graphic {
  position: relative;
  width: 100%;
  min-height: 155px;
  display: grid;
  place-items: center;
  overflow: hidden;
  border: 2px solid currentColor;
  border-radius: 18px;
  color: #071214;
  background:
    radial-gradient(circle at 22% 28%, rgba(255,255,255,.75) 0 3px, transparent 4px),
    radial-gradient(circle at 76% 68%, rgba(255,255,255,.55) 0 4px, transparent 5px),
    linear-gradient(135deg, var(--fun-teal), var(--fun-violet) 58%, var(--fun-pink));
}
.image-fallback-graphic::before {
  content: "";
  position: absolute;
  width: 62%;
  aspect-ratio: 1;
  border: 12px solid rgba(255,255,255,.5);
  border-radius: 45% 55% 60% 40%;
  transform: rotate(24deg);
}
.image-fallback-graphic span {
  position: relative;
  z-index: 2;
  max-width: 78%;
  color: #fff;
  font-family: "Archivo Black", sans-serif;
  font-size: clamp(.9rem, 1.6vw, 1.35rem);
  line-height: .95;
  text-align: center;
  text-transform: uppercase;
  text-shadow: 0 5px 18px rgba(0,0,0,.35);
}
.image-fallback-graphic i {
  position: absolute;
  right: 13px;
  top: 10px;
  z-index: 2;
  color: var(--fun-yellow);
  font-style: normal;
  font-size: 1.6rem;
  animation: funStarPulse 3s ease-in-out infinite;
}
.ad-preview > .image-fallback-graphic,
.event-promo-visual > .image-fallback-graphic,
.mural-svg-stage > .image-fallback-graphic,
.school-svg-stage > .image-fallback-graphic {
  position: absolute;
  inset: 0;
  min-height: 100%;
  opacity: .24;
}
.service-card-media,
.catalog-linked-image {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.service-card-media {
  z-index: 0;
  opacity: .15;
  filter: saturate(1.2) contrast(1.04);
  mask-image: linear-gradient(to bottom, #000, transparent 82%);
}
.service-card > *:not(.service-card-media) { position: relative; z-index: 2; }
.design-art .catalog-linked-image,
.gallery-art .catalog-linked-image { z-index: 0; }
.design-art.has-catalog-image::after,
.gallery-art.has-catalog-image::after { text-shadow: 0 5px 24px rgba(0,0,0,.7); }
.design-art.has-catalog-image::before,
.gallery-art.has-catalog-image::before { z-index: 1; background: linear-gradient(180deg, rgba(0,0,0,.04), rgba(0,0,0,.42)); }
.design-art.has-catalog-image::after,
.gallery-art.has-catalog-image::after,
.design-art.has-catalog-image .design-number,
.design-art.has-catalog-image .favorite-button { z-index: 2; }
.image-slot-empty > img[hidden],
img[data-site-image][hidden],
img[data-site-image-list][hidden] { display: none !important; }

/* =========================================================
   COMPLETE REIMAGINED HERO LAYOUT
   ========================================================= */
body.fun-theme .hero-reimagined {
  --hero-pointer-x: 0px;
  --hero-pointer-y: 0px;
  min-height: max(850px, 100svh);
  display: grid;
  align-items: center;
  padding: 132px 0 112px;
  color: #f8ffff;
  background:
    radial-gradient(circle at 17% 18%, rgba(32,224,204,.15), transparent 27%),
    radial-gradient(circle at 86% 24%, rgba(121,92,255,.18), transparent 28%),
    linear-gradient(135deg, #03090b 0%, #071315 45%, #071012 100%);
}
body.fun-theme .hero-reimagined::before {
  content: "";
  position: absolute;
  inset: 0;
  z-index: -5;
  background:
    linear-gradient(rgba(255,255,255,.025) 1px, transparent 1px),
    linear-gradient(90deg, rgba(255,255,255,.025) 1px, transparent 1px);
  background-size: 72px 72px;
  mask-image: linear-gradient(110deg, #000 0 58%, transparent 90%);
}
body.fun-theme .hero-reimagined::after {
  content: "";
  position: absolute;
  inset: auto 0 0;
  height: 30%;
  z-index: -1;
  background: linear-gradient(transparent, #071214 85%);
}
body.fun-theme .hero-ambient { position: absolute; inset: 0; z-index: -3; pointer-events: none; overflow: hidden; }
body.fun-theme .hero-gradient-blob {
  position: absolute;
  border-radius: 50%;
  filter: blur(72px);
  opacity: .54;
  mix-blend-mode: screen;
  animation: heroBlobDrift 13s ease-in-out infinite alternate;
}
body.fun-theme .blob-teal { width: 430px; height: 430px; right: 28%; top: 5%; background: rgba(32,224,204,.22); }
body.fun-theme .blob-violet { width: 360px; height: 360px; right: -4%; top: 36%; background: rgba(121,92,255,.22); animation-delay: -5s; }
body.fun-theme .blob-gold { width: 250px; height: 250px; left: 36%; bottom: 2%; background: rgba(255,216,92,.12); animation-delay: -8s; }
body.fun-theme .motion-dot {
  position: absolute;
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: var(--fun-teal);
  box-shadow: 0 0 25px currentColor;
  animation: heroDotDrift 7s ease-in-out infinite;
}
body.fun-theme .dot-one { left: 8%; top: 24%; color: var(--fun-teal); }
body.fun-theme .dot-two { left: 48%; top: 16%; color: var(--fun-yellow); animation-delay: -2s; }
body.fun-theme .dot-three { right: 7%; bottom: 23%; color: var(--fun-pink); animation-delay: -4s; }
body.fun-theme .hero-ambient > .motion-star {
  position: absolute;
  color: #fff;
  font-size: clamp(1.4rem, 2.5vw, 2.6rem);
  animation: heroStarTwinkle 3.6s ease-in-out infinite;
}
body.fun-theme .hero-ambient > .star-one { left: 3%; top: 17%; }
body.fun-theme .hero-ambient > .star-two { right: 3%; top: 24%; animation-delay: -1.5s; }
body.fun-theme .hero-paint-swoosh { position: absolute; inset: 12% -8% auto -8%; width: 116%; height: 70%; opacity: .64; }
body.fun-theme .paint-trail-shadow { fill: none; stroke: rgba(0,0,0,.62); stroke-width: 44; stroke-linecap: round; }
body.fun-theme .paint-trail {
  fill: none;
  stroke: url(#paintTrailGradient);
  stroke-width: 23;
  stroke-linecap: round;
  stroke-dasharray: 1600;
  stroke-dashoffset: 1600;
  filter: drop-shadow(0 0 18px rgba(32,224,204,.35));
  animation: heroPaintDraw 2.2s .35s cubic-bezier(.2,.8,.2,1) forwards;
}
body.fun-theme .paint-drop { fill: var(--fun-cyan); opacity: 0; animation: heroDropPop .7s 1.9s ease forwards; }
body.fun-theme .drop-b { fill: var(--fun-yellow); animation-delay: 2.05s; }
body.fun-theme .drop-c { fill: var(--fun-pink); animation-delay: 2.2s; }

body.fun-theme .hero-layout {
  position: relative;
  z-index: 4;
  display: grid;
  grid-template-columns: minmax(0, 1.03fr) minmax(470px, .97fr);
  gap: clamp(40px, 6vw, 92px);
  align-items: center;
}
body.fun-theme .hero-copy { position: relative; z-index: 4; padding-top: 16px; }
body.fun-theme .hero-kicker {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  margin: 0 0 26px;
  padding: 9px 13px;
  border: 1px solid rgba(255,255,255,.22);
  border-radius: 999px;
  color: #dff8f6;
  background: rgba(255,255,255,.05);
  backdrop-filter: blur(10px);
  font-size: .74rem;
  font-weight: 800;
  letter-spacing: .08em;
  text-transform: uppercase;
}
body.fun-theme .hero-kicker-pulse {
  width: 9px;
  height: 9px;
  border-radius: 50%;
  background: var(--fun-teal);
  box-shadow: 0 0 0 7px rgba(32,224,204,.13), 0 0 18px var(--fun-teal);
  animation: funLivePulse 1.6s ease-in-out infinite;
}
body.fun-theme .hero-title-lockup { display: grid; width: fit-content; margin-bottom: 22px; }
body.fun-theme .hero-title-top,
body.fun-theme .hero-title-bottom {
  font-family: "Archivo Black", sans-serif;
  letter-spacing: -.035em;
  text-transform: uppercase;
}
body.fun-theme .hero-title-top { font-size: clamp(1rem, 1.5vw, 1.35rem); letter-spacing: .18em; }
body.fun-theme .hero-title-lockup h1 {
  display: flex;
  align-items: baseline;
  gap: .13em;
  max-width: none;
  margin: 1px 0 -4px;
  font-size: clamp(5rem, 8.1vw, 9.1rem);
  line-height: .82;
  letter-spacing: -.075em;
  white-space: nowrap;
}
body.fun-theme .hero-title-lockup h1 span { color: #fff; }
body.fun-theme .hero-title-lockup h1 em {
  color: var(--fun-teal);
  text-shadow: 5px 5px 0 rgba(100,247,255,.1);
  transform: skew(-6deg);
}
body.fun-theme .hero-title-bottom {
  justify-self: end;
  font-size: clamp(2.3rem, 4.2vw, 4.9rem);
  line-height: .9;
  color: #fff;
}
body.fun-theme .hero-title-period { color: var(--fun-yellow); }
body.fun-theme .hero-kinetic-copy {
  margin: 0 0 13px;
  font-size: clamp(1.08rem, 1.5vw, 1.35rem);
  color: #e8f2f2;
}
body.fun-theme .hero-kinetic-copy strong {
  display: inline-block;
  min-width: 140px;
  color: var(--fun-yellow);
  font-family: "Archivo Black", sans-serif;
  text-transform: uppercase;
}
body.fun-theme .hero-kinetic-copy strong.word-out { animation: heroWordOut .3s ease both; }
body.fun-theme .hero-kinetic-copy strong.word-in { animation: heroWordIn .45s cubic-bezier(.2,.8,.2,1) both; }
body.fun-theme .hero-reimagined .hero-lead {
  max-width: 670px;
  margin-bottom: 0;
  color: #b9cacc;
  font-size: clamp(.98rem, 1.15vw, 1.12rem);
  line-height: 1.72;
}
body.fun-theme .hero-actions-premium { margin-top: 28px; }
body.fun-theme .hero-primary-action,
body.fun-theme .hero-secondary-action { min-width: 190px; }
body.fun-theme .hero-primary-action i,
body.fun-theme .hero-secondary-action i { font-style: normal; font-size: 1.15rem; }
body.fun-theme .hero-contact-strip {
  display: flex;
  align-items: center;
  gap: 25px;
  margin-top: 34px;
  padding-top: 23px;
  border-top: 1px solid rgba(255,255,255,.12);
}
body.fun-theme .hero-phone-link { display: inline-flex; align-items: center; gap: 11px; }
body.fun-theme .hero-phone-icon {
  width: 46px;
  height: 46px;
  display: grid;
  place-items: center;
  border: 2px solid #071214;
  border-radius: 15px;
  color: #071214;
  background: var(--fun-yellow);
  box-shadow: 5px 5px 0 rgba(32,224,204,.45);
  transform: rotate(-4deg);
}
body.fun-theme .hero-phone-icon svg { width: 25px; fill: currentColor; }
body.fun-theme .hero-phone-link > span:last-child { display: grid; }
body.fun-theme .hero-phone-link small { color: #8fa6a8; font-size: .65rem; text-transform: uppercase; letter-spacing: .11em; }
body.fun-theme .hero-phone-link strong { color: #fff; font-size: 1.08rem; }
body.fun-theme .hero-trust-points { display: flex; flex-wrap: wrap; gap: 11px 16px; }
body.fun-theme .hero-trust-points span { color: #a8bbbd; font-size: .72rem; white-space: nowrap; }
body.fun-theme .hero-trust-points i { color: var(--fun-teal); font-style: normal; }

body.fun-theme .hero-visual {
  position: relative;
  min-height: 660px;
  perspective: 1200px;
  isolation: isolate;
}
body.fun-theme .hero-visual-halo {
  position: absolute;
  inset: 12% 5% 10%;
  z-index: -2;
  border-radius: 50%;
  background: radial-gradient(circle, rgba(32,224,204,.22), rgba(121,92,255,.12) 46%, transparent 70%);
  filter: blur(28px);
  animation: heroHaloPulse 6s ease-in-out infinite;
}
body.fun-theme .hero-video-stage {
  position: absolute;
  left: 10%;
  right: 7%;
  top: 8%;
  bottom: 10%;
  z-index: 2;
  overflow: hidden;
  border: 2px solid rgba(255,255,255,.7);
  border-radius: 38px;
  background: #091619;
  box-shadow: 18px 20px 0 rgba(121,92,255,.25), 0 30px 90px rgba(0,0,0,.44);
  transform: rotate(1.4deg) perspective(1000px) rotateY(-3deg);
}
body.fun-theme .hero-video-stage > video { position: absolute; inset: 0; z-index: 1; width: 100%; height: 100%; object-fit: cover; opacity: 0; transition: opacity .7s ease; }
body.fun-theme .hero-video-stage.is-ready > video { opacity: 1; }
body.fun-theme .hero-video-overlay { position: absolute; inset: 0; z-index: 2; background: linear-gradient(180deg, rgba(5,14,16,.04), rgba(5,14,16,.36)); pointer-events: none; }
body.fun-theme .hero-video-grain { position: absolute; inset: 0; z-index: 3; opacity: .08; pointer-events: none; background-image: url("data:image/svg+xml,%3Csvg viewBox='0 0 180 180' xmlns='http://www.w3.org/2000/svg'%3E%3Cfilter id='n'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='.9' numOctaves='2'/%3E%3C/filter%3E%3Crect width='100%25' height='100%25' filter='url(%23n)'/%3E%3C/svg%3E"); }
body.fun-theme .hero-video-fallback {
  position: absolute;
  inset: 0;
  z-index: 0;
  display: grid;
  place-items: center;
  overflow: hidden;
  background:
    radial-gradient(circle at 72% 25%, rgba(121,92,255,.4), transparent 33%),
    radial-gradient(circle at 20% 80%, rgba(32,224,204,.3), transparent 35%),
    linear-gradient(145deg, #0b2b2f, #081316 58%, #18112b);
  transition: opacity .7s ease, visibility .7s ease;
}
body.fun-theme .hero-video-stage.is-ready .hero-video-fallback { opacity: 0; visibility: hidden; }
body.fun-theme .hero-video-fallback > img { position: relative; z-index: 3; width: min(47%, 230px); max-height: 150px; object-fit: contain; filter: drop-shadow(0 18px 35px rgba(0,0,0,.45)); animation: heroLogoFloat 4.8s ease-in-out infinite; }
body.fun-theme .hero-video-fallback > span { position: absolute; left: 24px; bottom: 70px; z-index: 3; color: rgba(255,255,255,.78); font-family: "Archivo Black"; font-size: clamp(.76rem, 1vw, 1rem); line-height: 1.1; }
body.fun-theme .hero-video-fallback > span strong { color: var(--fun-yellow); }
body.fun-theme .fallback-ring { position: absolute; border: 3px solid rgba(255,255,255,.16); border-radius: 50%; }
body.fun-theme .ring-one { width: 72%; aspect-ratio: 1; animation: funOrbit 17s linear infinite; }
body.fun-theme .ring-two { width: 47%; aspect-ratio: 1; border-style: dashed; border-color: rgba(100,247,255,.36); animation: funOrbit 11s linear infinite reverse; }
body.fun-theme .fallback-ring::before,
body.fun-theme .fallback-ring::after { content: ""; position: absolute; width: 14px; height: 14px; border-radius: 50%; background: var(--fun-teal); box-shadow: 0 0 24px rgba(32,224,204,.8); }
body.fun-theme .fallback-ring::before { left: 10%; top: 12%; }
body.fun-theme .fallback-ring::after { right: 7%; bottom: 16%; background: var(--fun-yellow); box-shadow: 0 0 24px rgba(255,216,92,.8); }
body.fun-theme .fallback-spray { position: absolute; width: 60%; aspect-ratio: 1; border-radius: 50%; opacity: .35; background: repeating-radial-gradient(circle, rgba(255,255,255,.5) 0 1px, transparent 2px 10px); mask-image: radial-gradient(circle, #000, transparent 68%); }
body.fun-theme .spray-a { left: -25%; top: -18%; animation: heroSprayFloat 8s ease-in-out infinite alternate; }
body.fun-theme .spray-b { right: -28%; bottom: -20%; background: repeating-radial-gradient(circle, rgba(32,224,204,.7) 0 1px, transparent 2px 11px); animation: heroSprayFloat 9s ease-in-out infinite alternate-reverse; }
body.fun-theme .hero-video-frame-label { position: absolute; left: 23px; top: 20px; z-index: 5; display: grid; gap: 3px; padding: 10px 12px; border: 1px solid rgba(255,255,255,.2); border-radius: 13px; background: rgba(4,14,16,.55); backdrop-filter: blur(8px); }
body.fun-theme .hero-video-frame-label span { color: var(--fun-teal); font-size: .58rem; font-weight: 900; letter-spacing: .14em; }
body.fun-theme .hero-video-frame-label strong { font-size: .76rem; }
body.fun-theme .hero-frame-corner { position: absolute; z-index: 6; width: 34px; height: 34px; border-color: var(--fun-yellow); border-style: solid; pointer-events: none; }
body.fun-theme .corner-tl { left: 14px; top: 14px; border-width: 3px 0 0 3px; }
body.fun-theme .corner-tr { right: 14px; top: 14px; border-width: 3px 3px 0 0; }
body.fun-theme .corner-bl { left: 14px; bottom: 14px; border-width: 0 0 3px 3px; }
body.fun-theme .corner-br { right: 14px; bottom: 14px; border-width: 0 3px 3px 0; }

body.fun-theme .hero-motion-card {
  position: absolute;
  z-index: 7;
  overflow: hidden;
  border: 2px solid #fff;
  border-radius: 22px;
  background: rgba(8,22,25,.92);
  box-shadow: 9px 10px 0 rgba(7,18,20,.82);
  transition: translate .18s linear;
  animation: heroCardBob 5s ease-in-out infinite;
}
body.fun-theme .hero-motion-card img { width: 100%; height: 100%; object-fit: cover; }
body.fun-theme .hero-motion-card > span { position: absolute; left: 12px; right: 12px; bottom: 10px; z-index: 2; padding: 7px 9px; border-radius: 999px; color: #071214; background: var(--fun-yellow); font-size: .63rem; font-weight: 900; text-align: center; text-transform: uppercase; }
body.fun-theme .motion-card-apparel { width: 155px; height: 196px; left: -2%; top: 20%; transform: rotate(-8deg); }
body.fun-theme .motion-card-murals { width: 180px; height: 132px; right: -2%; top: 14%; transform: rotate(7deg); animation-delay: -2s; }
body.fun-theme .motion-card-events { width: 165px; height: 165px; right: -3%; bottom: 8%; transform: rotate(-6deg); animation-delay: -3.4s; }
body.fun-theme .hero-sticker {
  position: absolute;
  z-index: 10;
  padding: 10px 13px;
  border: 2px solid #071214;
  border-radius: 12px;
  color: #071214;
  background: var(--fun-yellow);
  box-shadow: 6px 6px 0 rgba(7,18,20,.86);
  font-family: "Bungee", "Archivo Black", sans-serif;
  font-size: .62rem;
  letter-spacing: .04em;
  transition: translate .18s linear;
  animation: funStickerBob 4s ease-in-out infinite;
}
body.fun-theme .sticker-live { left: 2%; bottom: 10%; background: var(--fun-pink); transform: rotate(5deg); }
body.fun-theme .sticker-live span { display: inline-block; width: 8px; height: 8px; margin-right: 6px; border-radius: 50%; background: #ff2b4d; animation: funLivePulse 1.4s infinite; }
body.fun-theme .sticker-original { right: 2%; top: 3%; transform: rotate(5deg); }
body.fun-theme .sticker-local { left: 28%; top: 1%; color: #fff; background: var(--fun-violet); transform: rotate(-4deg); }
body.fun-theme .hero-video-controls {
  position: absolute;
  left: 18%;
  right: 14%;
  bottom: 4%;
  z-index: 12;
  display: flex;
  align-items: center;
  gap: 7px;
  padding: 7px;
  border: 1px solid rgba(255,255,255,.18);
  border-radius: 999px;
  background: rgba(4,14,16,.78);
  box-shadow: 0 12px 28px rgba(0,0,0,.3);
  backdrop-filter: blur(12px);
}
body.fun-theme .hero-video-controls[hidden] { display: none !important; }
body.fun-theme .hero-video-controls button { width: 34px; height: 34px; flex: 0 0 auto; display: grid; place-items: center; border: 1px solid rgba(255,255,255,.16); border-radius: 50%; color: #fff; background: rgba(255,255,255,.06); }
body.fun-theme .hero-video-controls button:hover { color: #071214; background: var(--fun-teal); }
body.fun-theme .hero-video-controls > span { overflow: hidden; color: #a9babc; font-size: .63rem; white-space: nowrap; text-overflow: ellipsis; }

body.fun-theme .hero-marquee {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 8;
  overflow: hidden;
  border-block: 1px solid rgba(255,255,255,.12);
  background: rgba(4,13,15,.78);
  backdrop-filter: blur(10px);
}
body.fun-theme .hero-marquee-track {
  display: flex;
  width: max-content;
  align-items: center;
  gap: 25px;
  padding: 12px 0;
  color: #d8e8e8;
  font-family: "Archivo Black";
  font-size: .67rem;
  letter-spacing: .13em;
  white-space: nowrap;
  animation: heroMarquee 27s linear infinite;
}
body.fun-theme .hero-marquee-track i { color: var(--fun-yellow); font-style: normal; }
body.fun-theme .hero-scroll-cue { bottom: 48px; z-index: 9; }

@keyframes heroBlobDrift { from { transform: translate(-3%,-2%) scale(.94); } to { transform: translate(8%,7%) scale(1.08); } }
@keyframes heroDotDrift { 0%,100% { transform: translate(0,0) scale(.8); opacity: .4; } 50% { transform: translate(18px,-22px) scale(1.25); opacity: 1; } }
@keyframes heroStarTwinkle { 0%,100% { transform: scale(.75) rotate(-8deg); opacity: .3; } 50% { transform: scale(1.18) rotate(8deg); opacity: 1; } }
@keyframes heroPaintDraw { to { stroke-dashoffset: 0; } }
@keyframes heroDropPop { from { opacity: 0; transform: scale(.2); } to { opacity: .9; transform: scale(1); } }
@keyframes heroWordOut { to { opacity: 0; transform: translateY(-12px) rotate(-3deg); } }
@keyframes heroWordIn { from { opacity: 0; transform: translateY(14px) rotate(3deg); } to { opacity: 1; transform: none; } }
@keyframes heroHaloPulse { 0%,100% { transform: scale(.9); opacity: .55; } 50% { transform: scale(1.08); opacity: .9; } }
@keyframes heroLogoFloat { 0%,100% { transform: translateY(0) rotate(-1deg); } 50% { transform: translateY(-13px) rotate(1deg); } }
@keyframes heroSprayFloat { from { transform: translate(-3%,-2%) scale(.92); } to { transform: translate(7%,5%) scale(1.1); } }
@keyframes heroCardBob { 0%,100% { margin-top: 0; } 50% { margin-top: -10px; } }
@keyframes heroMarquee { to { transform: translateX(-50%); } }

@media (max-width: 1180px) {
  body.fun-theme .hero-layout { grid-template-columns: minmax(0, 1fr) minmax(400px, .9fr); gap: 35px; }
  body.fun-theme .hero-title-lockup h1 { font-size: clamp(4.6rem, 7.6vw, 7.6rem); }
  body.fun-theme .hero-visual { min-height: 590px; }
  body.fun-theme .motion-card-apparel { width: 130px; height: 165px; }
  body.fun-theme .motion-card-murals { width: 150px; height: 110px; }
  body.fun-theme .motion-card-events { width: 140px; height: 140px; }
}

@media (max-width: 860px) {
  body.fun-theme .hero-reimagined { min-height: auto; padding: 116px 0 88px; }
  body.fun-theme .hero-layout { grid-template-columns: 1fr; gap: 46px; }
  body.fun-theme .hero-copy { max-width: 680px; }
  body.fun-theme .hero-title-lockup h1 { font-size: clamp(4.5rem, 14vw, 7rem); }
  body.fun-theme .hero-title-bottom { font-size: clamp(2.2rem, 8vw, 4rem); }
  body.fun-theme .hero-visual { min-height: 560px; width: min(680px, 100%); margin: 0 auto; }
  body.fun-theme .hero-paint-swoosh { inset: 8% -35% auto -25%; width: 160%; opacity: .43; }
  body.fun-theme .hero-scroll-cue { display: none; }
}

@media (max-width: 580px) {
  body.fun-theme .hero-reimagined { padding: 106px 0 78px; }
  body.fun-theme .hero-layout { gap: 34px; }
  body.fun-theme .hero-kicker { margin-bottom: 20px; font-size: .65rem; }
  body.fun-theme .hero-title-top { font-size: .77rem; }
  body.fun-theme .hero-title-lockup h1 { gap: .08em; font-size: clamp(3.7rem, 17.5vw, 5rem); white-space: normal; }
  body.fun-theme .hero-title-bottom { justify-self: start; font-size: clamp(2rem, 10vw, 3rem); margin-top: 8px; }
  body.fun-theme .hero-kinetic-copy { font-size: 1rem; }
  body.fun-theme .hero-kinetic-copy strong { min-width: 0; }
  body.fun-theme .hero-contact-strip { display: grid; gap: 18px; }
  body.fun-theme .hero-trust-points { gap: 8px 12px; }
  body.fun-theme .hero-visual { min-height: 430px; }
  body.fun-theme .hero-video-stage { left: 7%; right: 7%; top: 8%; bottom: 8%; border-radius: 27px; box-shadow: 10px 12px 0 rgba(121,92,255,.28); }
  body.fun-theme .hero-video-fallback > img { width: 42%; }
  body.fun-theme .hero-video-fallback > span { left: 18px; bottom: 60px; font-size: .68rem; }
  body.fun-theme .motion-card-apparel { width: 92px; height: 118px; left: -1%; top: 16%; border-radius: 16px; }
  body.fun-theme .motion-card-murals { width: 100px; height: 78px; right: -1%; top: 17%; border-radius: 16px; }
  body.fun-theme .motion-card-events { display: none; }
  body.fun-theme .hero-motion-card > span { left: 6px; right: 6px; bottom: 6px; padding: 5px 4px; font-size: .48rem; }
  body.fun-theme .sticker-live { left: 1%; bottom: 8%; }
  body.fun-theme .sticker-original { right: 1%; top: 1%; }
  body.fun-theme .sticker-local { display: none; }
  body.fun-theme .hero-video-controls { left: 14%; right: 14%; bottom: 2%; }
  body.fun-theme .hero-video-controls button { width: 31px; height: 31px; }
  body.fun-theme .hero-marquee-track { padding: 10px 0; gap: 20px; font-size: .57rem; }
}

@media (prefers-reduced-motion: reduce) {
  body.fun-theme .hero-reimagined *,
  body.fun-theme .hero-reimagined *::before,
  body.fun-theme .hero-reimagined *::after { animation-duration: .01ms !important; animation-iteration-count: 1 !important; }
  body.fun-theme .hero-marquee-track { transform: none; }
}
/* Loader completion safeguard retained in the themed build. */
body.fun-theme .page-loader.loaded { visibility: hidden; }
body.fun-theme .page-loader.loaded .loader-logo { opacity: 0; transform: scale(.9); }
body.fun-theme .loader-logo { position: relative; z-index: 3; width: min(330px,72vw); max-height: 150px; object-fit: contain; transition: opacity .35s ease .2s, transform .45s ease .2s; }

/* --- August refresh: hero showcase, promos, and estimator polish --- */
body.fun-theme .hero-offer-banner {
  display: flex;
  align-items: center;
  gap: 14px;
  flex-wrap: wrap;
  margin: 22px 0 0;
  padding: 14px 18px;
  border: 2px solid rgba(7,18,20,.88);
  border-radius: 22px;
  background: linear-gradient(135deg, rgba(255,250,219,.94), rgba(255,255,255,.92));
  box-shadow: 9px 10px 0 rgba(255,111,174,.22);
  color: #071214;
}
body.fun-theme .hero-offer-pill,
body.fun-theme .promo-kicker,
body.fun-theme .hero-card-kicker {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 8px 12px;
  border-radius: 999px;
  border: 2px solid #071214;
  background: var(--fun-yellow);
  color: #071214;
  font-family: "Archivo Black", sans-serif;
  font-size: .72rem;
  line-height: 1;
  letter-spacing: .08em;
  text-transform: uppercase;
}
body.fun-theme .hero-offer-banner strong { font-size: 1rem; line-height: 1.3; }

body.fun-theme .hero-showcase-stage {
  left: 7%;
  right: 7%;
  top: 7%;
  bottom: 8%;
  overflow: hidden;
}
body.fun-theme .hero-showcase-grid {
  position: absolute;
  inset: 64px 26px 28px;
  display: grid;
  grid-template-columns: 1.15fr .85fr;
  grid-template-rows: 1.15fr .9fr 1fr;
  gap: 15px;
  z-index: 4;
}
body.fun-theme .hero-showcase-card {
  position: relative;
  display: grid;
  align-content: start;
  gap: 10px;
  padding: 18px 18px 20px;
  border: 2px solid rgba(255,255,255,.18);
  border-radius: 24px;
  color: #fff;
  background:
    radial-gradient(circle at top right, rgba(255,255,255,.18), transparent 42%),
    linear-gradient(135deg, rgba(9,24,27,.96), rgba(14,46,58,.92));
  box-shadow: 0 14px 38px rgba(0,0,0,.28);
  backdrop-filter: blur(8px);
}
body.fun-theme .hero-showcase-card strong {
  font-family: "Archivo Black", sans-serif;
  font-size: clamp(1rem, 1.55vw, 1.45rem);
  line-height: 1.08;
  text-transform: uppercase;
}
body.fun-theme .hero-showcase-card p {
  margin: 0;
  color: rgba(240,246,247,.84);
  font-size: .88rem;
  line-height: 1.45;
}
body.fun-theme .hero-showcase-primary {
  grid-row: 1 / span 2;
  background:
    radial-gradient(circle at top right, rgba(255,255,255,.22), transparent 35%),
    linear-gradient(135deg, rgba(22,63,74,.96), rgba(32,224,204,.28));
}
body.fun-theme .hero-showcase-secondary {
  background:
    radial-gradient(circle at top right, rgba(255,255,255,.2), transparent 38%),
    linear-gradient(135deg, rgba(57,29,85,.94), rgba(111,75,226,.58));
}
body.fun-theme .hero-showcase-offer {
  background:
    radial-gradient(circle at top right, rgba(255,255,255,.2), transparent 38%),
    linear-gradient(135deg, rgba(92,47,8,.95), rgba(255,159,94,.62));
}
body.fun-theme .hero-showcase-tertiary {
  background:
    radial-gradient(circle at top right, rgba(255,255,255,.2), transparent 38%),
    linear-gradient(135deg, rgba(74,13,45,.94), rgba(255,111,174,.52));
}
body.fun-theme .hero-center-burst {
  position: absolute;
  left: 50%;
  top: 49%;
  z-index: 6;
  display: grid;
  place-items: center;
  gap: 4px;
  width: 170px;
  height: 170px;
  transform: translate(-50%, -50%) rotate(-7deg);
  border-radius: 36% 52% 47% 61%;
  border: 3px solid #071214;
  background: radial-gradient(circle at 30% 30%, #ffffff 0%, #ffd35a 34%, #ff8f70 72%, #ff6fae 100%);
  box-shadow: 14px 16px 0 rgba(7,18,20,.24);
  color: #071214;
  text-align: center;
}
body.fun-theme .hero-center-burst span,
body.fun-theme .hero-center-burst strong,
body.fun-theme .hero-center-burst small { display: block; }
body.fun-theme .hero-center-burst span { font-size: .8rem; font-weight: 900; letter-spacing: .14em; }
body.fun-theme .hero-center-burst strong { font-family: "Bungee", "Archivo Black", sans-serif; font-size: 1.45rem; line-height: .95; }
body.fun-theme .hero-center-burst small { max-width: 110px; font-size: .75rem; line-height: 1.2; }
body.fun-theme .hero-badge-row {
  position: absolute;
  left: 50%;
  bottom: 34px;
  z-index: 7;
  display: flex;
  gap: 8px;
  flex-wrap: wrap;
  justify-content: center;
  width: calc(100% - 60px);
  transform: translateX(-50%);
}
body.fun-theme .hero-badge-chip {
  padding: 8px 12px;
  border: 2px solid rgba(255,255,255,.18);
  border-radius: 999px;
  background: rgba(6,18,21,.72);
  color: #f4fcfd;
  font-size: .7rem;
  font-weight: 900;
  letter-spacing: .11em;
  text-transform: uppercase;
}
body.fun-theme .hero-stage-splash {
  position: absolute;
  z-index: 2;
  border-radius: 50%;
  filter: blur(2px);
  opacity: .88;
}
body.fun-theme .hero-stage-splash.splash-a { width: 110px; height: 110px; left: -20px; top: 82px; background: rgba(255,211,90,.84); }
body.fun-theme .hero-stage-splash.splash-b { width: 72px; height: 72px; right: 28px; top: 94px; background: rgba(100,247,255,.8); }
body.fun-theme .hero-stage-splash.splash-c { width: 86px; height: 86px; left: 48%; top: -14px; background: rgba(255,111,174,.76); }

body.fun-theme .promo-spotlight {
  display: grid;
  grid-template-columns: 1fr auto;
  gap: 18px;
  align-items: center;
  margin: 26px 0 30px;
  padding: 22px;
  border: 3px solid #071214;
  border-radius: 28px;
  background: linear-gradient(135deg, rgba(255,255,255,.96), rgba(234,255,251,.95));
  box-shadow: 12px 14px 0 rgba(32,224,204,.2);
}
body.fun-theme .promo-spotlight strong {
  display: block;
  margin-top: 6px;
  font-family: "Archivo Black", sans-serif;
  font-size: clamp(1.5rem, 2.2vw, 2.1rem);
  line-height: .98;
  text-transform: uppercase;
}
body.fun-theme .promo-spotlight p { margin: 10px 0 0; color: #42585b; line-height: 1.6; }

body.fun-theme .mural-style-card input:checked ~ .mural-style-label,
body.fun-theme .mural-style-card input:checked ~ strong,
body.fun-theme .mural-style-card input:checked ~ small {
  color: #071214;
}
body.fun-theme .mural-style-card input:checked ~ .mural-style-check {
  background: linear-gradient(135deg, var(--fun-teal), var(--fun-cyan));
  border-color: #071214;
  box-shadow: 0 0 0 4px rgba(100,247,255,.18);
}
body.fun-theme .mural-style-card input:checked ~ .mural-style-check::after {
  content: '';
  position: absolute;
  inset: 5px;
  border-radius: 50%;
  background: #071214;
}
body.fun-theme .mural-style-card strong,
body.fun-theme .mural-style-card small {
  display: block;
  margin-top: 8px;
  padding-left: 40px;
}
body.fun-theme .mural-style-card strong {
  font-family: "Archivo Black", sans-serif;
  font-size: .95rem;
  text-transform: uppercase;
}
body.fun-theme .mural-style-card small { color: #cde2e5; line-height: 1.55; }
body.fun-theme .mural-style-check {
  position: absolute;
  top: 18px;
  left: 16px;
  width: 18px;
  height: 18px;
  border: 2px solid rgba(255,255,255,.45);
  border-radius: 50%;
  background: rgba(255,255,255,.06);
}
body.fun-theme .mural-form-status.success,
body.fun-theme .form-status.success { color: #0db989; }
body.fun-theme .mural-form-status.error,
body.fun-theme .form-status.error { color: #ff8f70; }
body.fun-theme .mural-total-card dl div.is-emphasis { background: rgba(255,255,255,.03); }

@media (max-width: 1180px) {
  body.fun-theme .hero-showcase-grid {
    grid-template-columns: 1fr;
    grid-template-rows: repeat(4, auto);
    inset: 62px 20px 104px;
  }
  body.fun-theme .hero-showcase-primary { grid-row: auto; }
  body.fun-theme .hero-center-burst { width: 136px; height: 136px; top: auto; bottom: 108px; left: auto; right: 18px; transform: rotate(-8deg); }
  body.fun-theme .hero-center-burst strong { font-size: 1.15rem; }
}
@media (max-width: 820px) {
  body.fun-theme .hero-offer-banner,
  body.fun-theme .promo-spotlight { grid-template-columns: 1fr; }
  body.fun-theme .hero-showcase-stage { left: 4%; right: 4%; top: 6%; bottom: 6%; }
  body.fun-theme .hero-showcase-grid { inset: 58px 16px 108px; gap: 12px; }
  body.fun-theme .hero-showcase-card { padding: 15px 14px 16px; }
  body.fun-theme .hero-showcase-card strong { font-size: 1rem; }
  body.fun-theme .hero-center-burst { width: 118px; height: 118px; right: 12px; bottom: 116px; }
  body.fun-theme .hero-badge-row { width: calc(100% - 30px); bottom: 16px; }
  body.fun-theme .hero-badge-chip { font-size: .62rem; padding: 7px 10px; }
}
@media (max-width: 560px) {
  body.fun-theme .hero-showcase-grid { inset: 54px 12px 92px; }
  body.fun-theme .hero-center-burst { display: none; }
  body.fun-theme .hero-badge-row { gap: 6px; }
  body.fun-theme .hero-badge-chip { letter-spacing: .06em; }
  body.fun-theme .hero-offer-banner strong { font-size: .92rem; }
}

/* =========================================================
   Simplified hero + four-step mural estimator refresh
   ========================================================= */
body.fun-theme .hero-simplified {
  min-height: 760px;
  padding: 128px 0 86px;
  overflow: hidden;
  background:
    radial-gradient(circle at 12% 16%, rgba(32,224,204,.22), transparent 34%),
    radial-gradient(circle at 86% 14%, rgba(111,75,226,.22), transparent 31%),
    linear-gradient(135deg, #071719 0%, #102a30 56%, #171b3c 100%);
}
body.fun-theme .hero-ambient-simple { opacity: .72; }
body.fun-theme .hero-ambient-simple .hero-gradient-blob { filter: blur(24px); opacity: .36; }
body.fun-theme .hero-ambient-simple .star-one { left: 6%; top: 30%; }
body.fun-theme .hero-ambient-simple .star-two { right: 7%; top: 22%; }
body.fun-theme .hero-layout-simple {
  position: relative;
  z-index: 3;
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(420px, .88fr);
  gap: clamp(46px, 7vw, 92px);
  align-items: center;
}
body.fun-theme .hero-copy-simple { max-width: 690px; }
body.fun-theme .hero-simplified .hero-title-lockup { margin: 18px 0 24px; }
body.fun-theme .hero-simplified .hero-title-top {
  display: block;
  margin-bottom: 5px;
  color: var(--fun-yellow);
  font-family: "Archivo Black", sans-serif;
  font-size: clamp(.9rem, 1.4vw, 1.15rem);
  letter-spacing: .18em;
}
body.fun-theme .hero-simplified .hero-title-lockup h1 {
  max-width: 760px;
  margin: 0;
  font-family: "Bungee", "Archivo Black", sans-serif;
  font-size: clamp(3.45rem, 7vw, 7.15rem);
  line-height: .88;
  letter-spacing: -.045em;
  text-transform: uppercase;
}
body.fun-theme .hero-simplified .hero-title-lockup h1 span,
body.fun-theme .hero-simplified .hero-title-lockup h1 em { display: block; }
body.fun-theme .hero-simplified .hero-title-lockup h1 span { color: #f5fbfb; }
body.fun-theme .hero-simplified .hero-title-lockup h1 em {
  color: var(--fun-teal);
  font-style: normal;
  text-shadow: 5px 6px 0 rgba(7,18,20,.78);
}
body.fun-theme .hero-simplified .hero-lead {
  max-width: 650px;
  margin: 0;
  color: #c9dadd;
  font-size: clamp(1rem, 1.4vw, 1.17rem);
  line-height: 1.72;
}
body.fun-theme .hero-offer-simple {
  max-width: 650px;
  margin-top: 24px;
  box-shadow: 8px 9px 0 rgba(32,224,204,.18);
}
body.fun-theme .hero-contact-simple {
  margin-top: 22px;
  padding-top: 20px;
  border-top: 1px solid rgba(255,255,255,.12);
}
body.fun-theme .hero-contact-simple .hero-phone-icon {
  display: grid;
  place-items: center;
  width: 46px;
  height: 46px;
  border: 2px solid #071214;
  border-radius: 50%;
  background: var(--fun-yellow);
  color: #071214;
  font-size: 1.2rem;
}
body.fun-theme .hero-visual-simple { min-height: 570px; }
body.fun-theme .hero-simple-card {
  position: relative;
  min-height: 540px;
  padding: 24px;
  border: 3px solid #071214;
  border-radius: 42px;
  background: linear-gradient(145deg, #fff9e8 0%, #eafffb 60%, #f4efff 100%);
  box-shadow: 18px 20px 0 rgba(7,18,20,.7), 0 34px 80px rgba(0,0,0,.28);
  color: #071214;
  transform: rotate(1.2deg);
}
body.fun-theme .hero-simple-art {
  position: relative;
  display: grid;
  place-items: center;
  min-height: 325px;
  overflow: hidden;
  border: 3px solid #071214;
  border-radius: 30px;
  background: linear-gradient(135deg, #102b31, #1d2455);
}
body.fun-theme .hero-simple-art img {
  position: relative;
  z-index: 3;
  width: 86%;
  max-height: 300px;
  object-fit: contain;
  filter: drop-shadow(0 22px 25px rgba(0,0,0,.34));
  animation: simpleHeroFloat 5s ease-in-out infinite;
}
body.fun-theme .simple-paint-shape { position: absolute; z-index: 1; border-radius: 50%; }
body.fun-theme .simple-shape-one { width: 150px; height: 150px; left: -32px; top: -24px; background: var(--fun-teal); }
body.fun-theme .simple-shape-two { width: 110px; height: 110px; right: 18px; top: 36px; background: var(--fun-yellow); }
body.fun-theme .simple-shape-three { width: 170px; height: 86px; right: -34px; bottom: 22px; border-radius: 48% 52% 42% 58%; background: var(--fun-pink); transform: rotate(-18deg); }
body.fun-theme .hero-simple-copy { padding: 24px 6px 4px; }
body.fun-theme .hero-simple-label {
  display: inline-flex;
  padding: 7px 10px;
  border: 2px solid #071214;
  border-radius: 999px;
  background: var(--fun-yellow);
  font-size: .68rem;
  font-weight: 900;
  letter-spacing: .11em;
}
body.fun-theme .hero-simple-copy > strong {
  display: block;
  margin-top: 12px;
  font-family: "Archivo Black", sans-serif;
  font-size: clamp(1.7rem, 3vw, 2.55rem);
  line-height: .98;
  text-transform: uppercase;
}
body.fun-theme .hero-simple-services { display: flex; flex-wrap: wrap; gap: 8px; margin-top: 18px; }
body.fun-theme .hero-simple-services span {
  padding: 7px 10px;
  border: 2px solid #071214;
  border-radius: 999px;
  background: #fff;
  font-size: .72rem;
  font-weight: 900;
  text-transform: uppercase;
}
body.fun-theme .hero-simple-sticker {
  position: absolute;
  right: -18px;
  top: 54px;
  padding: 11px 15px;
  border: 3px solid #071214;
  border-radius: 12px;
  background: var(--fun-pink);
  color: #071214;
  font-family: "Archivo Black", sans-serif;
  font-size: .78rem;
  transform: rotate(7deg);
  box-shadow: 6px 7px 0 rgba(7,18,20,.9);
}
@keyframes simpleHeroFloat { 0%,100% { transform: translateY(0) rotate(-1deg); } 50% { transform: translateY(-9px) rotate(1deg); } }

/* Mural estimator redesign */
body.fun-theme .mural-estimator-redesign {
  max-width: 1240px;
  margin: 70px auto 0;
  padding: clamp(22px, 4vw, 42px);
  border: 3px solid #071214;
  border-radius: 34px;
  background: linear-gradient(145deg, rgba(255,255,255,.99), rgba(234,255,251,.97));
  box-shadow: 16px 18px 0 rgba(7,18,20,.78);
  color: #071214;
}
body.fun-theme .mural-estimator-heading-clean {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(280px, .42fr);
  gap: 34px;
  align-items: center;
  margin-bottom: 32px;
}
body.fun-theme .mural-estimator-heading-clean h3 { color: #071214; }
body.fun-theme .mural-estimator-heading-clean p { color: #496064; }
body.fun-theme .estimate-badge-clean {
  padding: 22px;
  border: 3px solid #071214;
  border-radius: 24px;
  background: var(--fun-yellow);
  box-shadow: 8px 9px 0 rgba(7,18,20,.88);
  color: #071214;
  transform: rotate(1deg);
}
body.fun-theme .estimate-badge-clean span,
body.fun-theme .estimate-badge-clean strong,
body.fun-theme .estimate-badge-clean small { display: block; }
body.fun-theme .estimate-badge-clean span { font-size: .72rem; font-weight: 900; letter-spacing: .1em; text-transform: uppercase; }
body.fun-theme .estimate-badge-clean strong { margin: 8px 0 5px; font-family: "Archivo Black", sans-serif; font-size: clamp(1.5rem, 2.4vw, 2.3rem); line-height: 1; }
body.fun-theme .estimate-badge-clean small { line-height: 1.45; }
body.fun-theme .mural-estimator-form-redesign { gap: 22px; }
body.fun-theme .mural-step-card {
  padding: clamp(20px, 3vw, 30px);
  border: 2px solid #c9d8da;
  border-radius: 26px;
  background: #fff;
  box-shadow: 0 10px 26px rgba(7,18,20,.07);
}
body.fun-theme .mural-step-card:nth-child(odd) { background: #fbfefe; }
body.fun-theme .mural-step-heading {
  display: flex;
  gap: 15px;
  align-items: center;
  margin-bottom: 22px;
  padding-bottom: 16px;
  border-bottom: 2px dashed #d5e0e2;
}
body.fun-theme .mural-step-heading > span {
  display: grid;
  place-items: center;
  width: 48px;
  height: 48px;
  flex: 0 0 auto;
  border: 2px solid #071214;
  border-radius: 15px;
  background: var(--fun-teal);
  font-family: "Archivo Black", sans-serif;
  font-size: 1.05rem;
  box-shadow: 4px 5px 0 #071214;
}
body.fun-theme .mural-step-heading h4 { margin: 0; font-family: "Archivo Black", sans-serif; font-size: clamp(1.25rem, 2vw, 1.75rem); text-transform: uppercase; }
body.fun-theme .mural-step-heading p { margin: 4px 0 0; color: #607579; line-height: 1.45; }
body.fun-theme .mural-estimator-form-redesign label { color: #263d41; font-size: .8rem; }
body.fun-theme .mural-estimator-form-redesign input,
body.fun-theme .mural-estimator-form-redesign select,
body.fun-theme .mural-estimator-form-redesign textarea {
  color: #071214;
  border: 2px solid #b8c9cc;
  background: #f9fcfc;
}
body.fun-theme .mural-estimator-form-redesign input::placeholder,
body.fun-theme .mural-estimator-form-redesign textarea::placeholder { color: #809296; }
body.fun-theme .mural-estimator-form-redesign input:focus,
body.fun-theme .mural-estimator-form-redesign select:focus,
body.fun-theme .mural-estimator-form-redesign textarea:focus {
  border-color: #071214;
  box-shadow: 0 0 0 4px rgba(32,224,204,.17);
  outline: none;
}
body.fun-theme .mural-auto-note-wide {
  display: flex;
  align-items: center;
  gap: 12px;
  margin-top: 18px;
  padding: 14px 16px;
  border: 2px solid #071214;
  border-radius: 18px;
  background: #eafffb;
}
body.fun-theme .mural-auto-note-wide strong { flex: 0 0 auto; color: #071214; }
body.fun-theme .mural-auto-note-wide span { color: #3f565a; }
body.fun-theme .mural-style-grid-redesign { gap: 18px; }
body.fun-theme .mural-style-card-clean {
  position: relative;
  min-height: 280px;
  padding: 24px 20px 22px;
  border: 3px solid #071214;
  border-radius: 25px;
  background: #f8fcfd;
  box-shadow: 7px 8px 0 rgba(7,18,20,.85);
  color: #071214;
  transition: transform .2s ease, box-shadow .2s ease, background .2s ease;
}
body.fun-theme .mural-style-card-clean:hover { transform: translateY(-5px); box-shadow: 9px 12px 0 rgba(7,18,20,.86); }
body.fun-theme .mural-style-card-clean.featured { background: #fff9df; }
body.fun-theme .mural-style-card-clean:has(input:checked) {
  transform: translateY(-5px) rotate(-.5deg);
  background: linear-gradient(145deg, #eafffb, #fff8db);
  box-shadow: 10px 12px 0 var(--fun-teal);
}
body.fun-theme .mural-style-card-clean .mural-style-check {
  top: 20px;
  right: 18px;
  left: auto;
  width: 24px;
  height: 24px;
  border-color: #071214;
  background: #fff;
}
body.fun-theme .mural-style-card-clean input:checked ~ .mural-style-check { background: var(--fun-teal); }
body.fun-theme .mural-style-card-clean input:checked ~ .mural-style-check::after { inset: 6px; }
body.fun-theme .mural-style-price { display: block; margin-bottom: 18px; padding-right: 34px; }
body.fun-theme .mural-style-price small,
body.fun-theme .mural-style-price strong,
body.fun-theme .mural-style-price em { display: block; padding: 0; }
body.fun-theme .mural-style-price small { color: #5b7175; font-weight: 900; text-transform: uppercase; }
body.fun-theme .mural-style-price strong { margin-top: 3px; font-family: "Bungee", "Archivo Black", sans-serif; font-size: clamp(2.55rem, 5vw, 4rem); line-height: .9; }
body.fun-theme .mural-style-price em { margin-top: 4px; color: #53696d; font-style: normal; font-weight: 800; }
body.fun-theme .mural-style-card-clean .mural-style-label {
  display: block;
  padding: 0;
  border: 0;
  background: transparent;
  color: #071214;
  font-family: "Archivo Black", sans-serif;
  font-size: 1.25rem;
  line-height: 1.05;
  text-transform: uppercase;
}
body.fun-theme .mural-style-card-clean > small { display: block; margin-top: 12px; padding: 0; color: #52686c; line-height: 1.55; }
body.fun-theme .mural-style-ribbon {
  position: absolute;
  top: -12px;
  left: 22px;
  padding: 6px 10px;
  border: 2px solid #071214;
  border-radius: 999px;
  background: var(--fun-pink);
  font-size: .65rem;
  font-weight: 900;
  letter-spacing: .08em;
}
body.fun-theme .mural-estimate-layout-redesign { grid-template-columns: minmax(0, 1fr) minmax(340px, .76fr); align-items: start; }
body.fun-theme .mural-auto-summary-clean { border: 0; background: transparent; padding: 0; }
body.fun-theme .mural-auto-summary-clean > h4 { margin: 0 0 14px; font-family: "Archivo Black", sans-serif; font-size: 1.15rem; text-transform: uppercase; }
body.fun-theme .mural-auto-list-clean {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 10px;
  margin-bottom: 20px;
}
body.fun-theme .mural-auto-list-clean > div {
  padding: 13px;
  border: 2px solid #d2dfe1;
  border-radius: 14px;
  background: #f8fbfc;
}
body.fun-theme .mural-auto-list-clean span,
body.fun-theme .mural-auto-list-clean strong { display: block; }
body.fun-theme .mural-auto-list-clean span { color: #607579; font-size: .72rem; font-weight: 900; text-transform: uppercase; }
body.fun-theme .mural-auto-list-clean strong { margin-top: 4px; color: #071214; font-size: .88rem; line-height: 1.35; }
body.fun-theme .mural-total-card-clean {
  position: sticky;
  top: 94px;
  overflow: hidden;
  border: 3px solid #071214;
  border-radius: 25px;
  background: #071719;
  box-shadow: 9px 10px 0 rgba(32,224,204,.28);
}
body.fun-theme .mural-total-card-clean .mural-total-head {
  padding: 22px;
  background: linear-gradient(135deg, var(--fun-teal), var(--fun-cyan));
  color: #071214;
}
body.fun-theme .mural-total-card-clean .mural-total-head span,
body.fun-theme .mural-total-card-clean .mural-total-head strong,
body.fun-theme .mural-total-card-clean .mural-total-head small { display: block; }
body.fun-theme .mural-total-card-clean .mural-total-head span { font-size: .72rem; font-weight: 900; letter-spacing: .1em; text-transform: uppercase; }
body.fun-theme .mural-total-card-clean .mural-total-head strong { margin: 5px 0; font-family: "Bungee", "Archivo Black", sans-serif; font-size: clamp(2.1rem, 4vw, 3.25rem); line-height: .95; }
body.fun-theme .mural-total-card-clean dl { padding: 12px 18px 6px; }
body.fun-theme .mural-total-card-clean dl > div {
  display: grid;
  grid-template-columns: 1fr auto;
  gap: 14px;
  padding: 10px 0;
  border-bottom: 1px solid rgba(255,255,255,.11);
  color: #dce9eb;
}
body.fun-theme .mural-total-card-clean dt { color: #a9bdc0; }
body.fun-theme .mural-total-card-clean dd { margin: 0; font-weight: 900; }
body.fun-theme .mural-total-card-clean .discount-line dd { color: var(--fun-teal); }
body.fun-theme .mural-total-card-clean .deposit-line { margin-top: 4px; color: var(--fun-yellow); }
body.fun-theme .mural-total-card-clean > small { display: block; padding: 12px 18px 18px; color: #9eb2b5; line-height: 1.45; }
body.fun-theme .mural-estimator-actions-clean {
  position: sticky;
  bottom: 12px;
  z-index: 10;
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 10px;
  margin-top: 0;
  padding: 12px;
  border: 2px solid #071214;
  border-radius: 20px;
  background: rgba(255,255,255,.95);
  box-shadow: 0 12px 34px rgba(7,18,20,.16);
  backdrop-filter: blur(14px);
}
body.fun-theme .mural-estimator-actions-clean .button { width: 100%; min-height: 48px; padding: 12px 14px; }

@media (max-width: 1050px) {
  body.fun-theme .hero-layout-simple { grid-template-columns: 1fr; }
  body.fun-theme .hero-copy-simple { max-width: none; }
  body.fun-theme .hero-visual-simple { min-height: 510px; max-width: 680px; width: 100%; margin: 0 auto; }
  body.fun-theme .hero-simple-card { min-height: 490px; }
  body.fun-theme .mural-estimator-heading-clean,
  body.fun-theme .mural-estimate-layout-redesign { grid-template-columns: 1fr; }
  body.fun-theme .mural-total-card-clean { position: relative; top: auto; }
  body.fun-theme .mural-estimator-actions-clean { grid-template-columns: repeat(2, minmax(0, 1fr)); }
}
@media (max-width: 760px) {
  body.fun-theme .hero-simplified { min-height: auto; padding: 106px 0 72px; }
  body.fun-theme .hero-simplified .hero-title-lockup h1 { font-size: clamp(3rem, 15vw, 5rem); }
  body.fun-theme .hero-contact-simple { display: grid; gap: 18px; }
  body.fun-theme .hero-visual-simple { min-height: 440px; }
  body.fun-theme .hero-simple-card { min-height: 420px; padding: 16px; border-radius: 30px; box-shadow: 11px 13px 0 rgba(7,18,20,.75); }
  body.fun-theme .hero-simple-art { min-height: 250px; border-radius: 24px; }
  body.fun-theme .hero-simple-sticker { right: 4px; top: 36px; }
  body.fun-theme .mural-estimator-redesign { padding: 17px; border-radius: 25px; box-shadow: 9px 11px 0 rgba(7,18,20,.75); }
  body.fun-theme .mural-step-card { padding: 18px; border-radius: 21px; }
  body.fun-theme .mural-step-heading { align-items: flex-start; }
  body.fun-theme .mural-step-heading > span { width: 42px; height: 42px; }
  body.fun-theme .mural-style-grid-redesign,
  body.fun-theme .mural-auto-list-clean { grid-template-columns: 1fr; }
  body.fun-theme .mural-style-card-clean { min-height: 0; }
  body.fun-theme .mural-estimator-actions-clean { position: relative; bottom: auto; grid-template-columns: 1fr; }
  body.fun-theme .mural-auto-note-wide { align-items: flex-start; flex-direction: column; }
}
@media (prefers-reduced-motion: reduce) {
  body.fun-theme .hero-simple-art img { animation: none; }
}
body.fun-theme .mural-style-card-clean .mural-style-label { min-height: 0; }
@media (max-width: 760px) {
  body.fun-theme .hero-simplified .hero-title-lockup h1 { font-size: clamp(2.7rem, 13vw, 4rem); }
  body.fun-theme .hero-simplified .hero-title-lockup h1 span,
  body.fun-theme .hero-simplified .hero-title-lockup h1 em { white-space: nowrap; }
}
@media (max-width: 760px) {
  body.fun-theme .hero-layout-simple {
    width: calc(100% - 26px);
    max-width: calc(100% - 26px);
    min-width: 0;
    grid-template-columns: minmax(0, 1fr);
  }
  body.fun-theme .hero-copy-simple,
  body.fun-theme .hero-visual-simple,
  body.fun-theme .hero-simplified .hero-title-lockup h1,
  body.fun-theme .hero-simplified .hero-lead,
  body.fun-theme .hero-offer-simple { width: 100%; min-width: 0; max-width: 100%; }
  body.fun-theme .hero-simplified .hero-title-lockup h1 { font-size: clamp(2.25rem, 10.4vw, 2.8rem); }
}
body.fun-theme .hero-simplified .hero-title-lockup h1 { display: block; }
body.fun-theme .mural-sample-pdf-link {
  justify-self: start;
  color: #071214;
  font-size: .82rem;
  font-weight: 900;
  text-decoration: underline;
  text-underline-offset: 4px;
}
body.fun-theme .mural-sample-pdf-link {
  justify-self: start;
  color: #071214;
  font-size: .82rem;
  font-weight: 900;
  text-decoration: underline;
  text-underline-offset: 4px;
}

/* =========================================================
   Screenshot fixes — ribbon, mural support cards, school art, logo
   ========================================================= */
body.fun-theme .site-header .brand,
body.fun-theme .footer-brand {
  min-width: 0;
  flex: 0 0 auto;
}
body.fun-theme .brand-custom-logo {
  display: block;
  width: auto;
  height: 58px;
  max-width: min(300px, 28vw);
  object-fit: contain;
  object-position: left center;
}
body.fun-theme .footer-brand .brand-custom-logo {
  height: 66px;
  max-width: 320px;
}

body.fun-theme .booking-ribbon {
  min-height: 84px;
}
body.fun-theme .booking-ribbon-inner {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 18px;
  min-height: 84px;
  padding: 15px 24px;
}
body.fun-theme .booking-ribbon-inner > strong {
  flex: 0 0 auto;
  font-family: "Archivo Black", sans-serif;
  font-size: clamp(.96rem, 1.35vw, 1.28rem);
  line-height: 1.12;
  text-transform: uppercase;
}
body.fun-theme .booking-pulse {
  position: relative;
  flex: 0 0 auto;
  width: 12px;
  height: 12px;
  border-radius: 50%;
  background: #071214;
  box-shadow: 0 0 0 7px rgba(7,18,20,.12);
}
body.fun-theme .booking-pulse::after {
  content: "";
  position: absolute;
  inset: -7px;
  border: 2px solid rgba(7,18,20,.32);
  border-radius: 50%;
  animation: bookingPulse 1.8s ease-out infinite;
}
@keyframes bookingPulse {
  0% { transform: scale(.65); opacity: .95; }
  100% { transform: scale(1.55); opacity: 0; }
}
body.fun-theme .booking-ribbon-tags {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
  gap: 8px;
}
body.fun-theme .booking-ribbon-tags span {
  display: inline-flex;
  align-items: center;
  min-height: 34px;
  padding: 7px 12px;
  font-size: .76rem;
  font-weight: 900;
  line-height: 1;
  white-space: nowrap;
}
body.fun-theme .booking-ribbon-inner > a {
  flex: 0 0 auto;
  display: inline-flex;
  align-items: center;
  min-height: 40px;
  padding: 9px 14px;
  border: 2px solid #071214;
  border-radius: 999px;
  color: #071214;
  background: rgba(255,255,255,.9);
  box-shadow: 4px 4px 0 #071214;
  font-family: "Archivo Black", sans-serif;
  font-size: .76rem;
  text-transform: uppercase;
  transition: transform .2s ease, box-shadow .2s ease;
}
body.fun-theme .booking-ribbon-inner > a:hover {
  transform: translate(-2px,-2px);
  box-shadow: 6px 6px 0 #071214;
}

body.fun-theme .mural-readiness-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 18px;
  margin: 34px auto 70px;
}
body.fun-theme .mural-readiness-grid article {
  position: relative;
  overflow: hidden;
  min-height: 230px;
  padding: 26px 24px;
  border: 2px solid rgba(255,255,255,.14);
  border-radius: 26px;
  background:
    radial-gradient(circle at 92% 8%, rgba(100,247,255,.18), transparent 34%),
    linear-gradient(145deg, rgba(15,42,47,.94), rgba(7,18,20,.96));
  box-shadow: 10px 12px 0 rgba(32,224,204,.12);
}
body.fun-theme .mural-readiness-grid article:nth-child(2) {
  background: radial-gradient(circle at 92% 8%, rgba(255,211,90,.2), transparent 34%), linear-gradient(145deg, rgba(37,34,49,.96), rgba(7,18,20,.96));
  box-shadow-color: rgba(255,211,90,.13);
}
body.fun-theme .mural-readiness-grid article:nth-child(3) {
  background: radial-gradient(circle at 92% 8%, rgba(255,111,174,.2), transparent 34%), linear-gradient(145deg, rgba(45,25,43,.96), rgba(7,18,20,.96));
  box-shadow-color: rgba(255,111,174,.13);
}
body.fun-theme .mural-readiness-grid article:nth-child(4) {
  background: radial-gradient(circle at 92% 8%, rgba(121,92,255,.22), transparent 34%), linear-gradient(145deg, rgba(29,27,55,.96), rgba(7,18,20,.96));
  box-shadow-color: rgba(121,92,255,.15);
}
body.fun-theme .mural-readiness-grid article::after {
  content: "";
  position: absolute;
  right: -36px;
  bottom: -38px;
  width: 120px;
  height: 120px;
  border: 2px dashed currentColor;
  border-radius: 50%;
  opacity: .13;
}
body.fun-theme .mural-readiness-grid article > span {
  display: inline-flex;
  align-items: center;
  margin-bottom: 28px;
  padding: 7px 10px;
  border: 1px solid rgba(255,255,255,.24);
  border-radius: 999px;
  color: var(--fun-teal);
  background: rgba(255,255,255,.06);
  font-size: .67rem;
  font-weight: 900;
  letter-spacing: .12em;
}
body.fun-theme .mural-readiness-grid article:nth-child(2) > span { color: var(--fun-yellow); }
body.fun-theme .mural-readiness-grid article:nth-child(3) > span { color: var(--fun-pink); }
body.fun-theme .mural-readiness-grid article:nth-child(4) > span { color: #a996ff; }
body.fun-theme .mural-readiness-grid h3 {
  margin: 0 0 13px;
  font-family: "Archivo Black", sans-serif;
  font-size: clamp(1.2rem, 1.5vw, 1.65rem);
  line-height: 1.04;
  text-transform: uppercase;
}
body.fun-theme .mural-readiness-grid p {
  margin: 0;
  color: #c6d6d9;
  font-size: .92rem;
  line-height: 1.62;
}
body.fun-theme .mural-sample-pdf-link {
  display: inline-flex;
  align-items: center;
  margin-top: 14px;
  padding: 10px 14px;
  border: 1px solid rgba(7,18,20,.24);
  border-radius: 999px;
  color: #071214;
  background: rgba(255,255,255,.7);
  font-weight: 900;
}

body.fun-theme .school-svg-stage {
  min-height: 0;
  aspect-ratio: 760 / 430;
  max-height: 430px;
}
body.fun-theme .school-svg-stage > svg {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: contain;
}
body.fun-theme .school-mural-svg-refined .school-orbit {
  transform-origin: 633px 82px;
  animation: schoolOrbit 8s linear infinite;
}
body.fun-theme .school-mural-svg-refined .school-orbit-dashed {
  animation-direction: reverse;
  animation-duration: 12s;
}
body.fun-theme .school-mural-svg-refined .school-float {
  transform-box: fill-box;
  transform-origin: center;
  animation: schoolFloat 4.8s ease-in-out infinite;
}
body.fun-theme .school-mural-svg-refined .school-float-star { animation-delay: -.9s; }
body.fun-theme .school-mural-svg-refined .school-float-paint { animation-delay: -1.8s; }
body.fun-theme .school-mural-svg-refined .school-float-pencil { animation-delay: -2.6s; }
body.fun-theme .school-mural-svg-refined .school-line-draw {
  stroke-dasharray: 220;
  stroke-dashoffset: 220;
  animation: schoolDraw 4.6s ease-in-out infinite;
}
body.fun-theme .school-mural-svg-refined .school-line-draw-two { animation-delay: -1.3s; }
@keyframes schoolOrbit { to { transform: rotate(360deg); } }
@keyframes schoolFloat { 0%,100% { translate: 0 0; } 50% { translate: 0 -9px; } }
@keyframes schoolDraw { 0%,20% { stroke-dashoffset: 220; } 55%,85% { stroke-dashoffset: 0; } 100% { stroke-dashoffset: -220; } }

@media (max-width: 1180px) {
  body.fun-theme .brand-custom-logo { height: 52px; max-width: 240px; }
  body.fun-theme .booking-ribbon-inner { gap: 12px; padding-inline: 18px; }
  body.fun-theme .booking-ribbon-tags span { padding-inline: 10px; }
  body.fun-theme .mural-readiness-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
}
@media (max-width: 820px) {
  body.fun-theme .brand-custom-logo { height: 48px; max-width: 215px; }
  body.fun-theme .booking-ribbon-inner {
    flex-wrap: wrap;
    justify-content: flex-start;
    padding-block: 18px;
  }
  body.fun-theme .booking-ribbon-inner > strong { flex: 1 1 240px; }
  body.fun-theme .booking-ribbon-tags { order: 3; flex: 1 0 100%; justify-content: flex-start; }
  body.fun-theme .booking-ribbon-inner > a { margin-left: auto; }
  body.fun-theme .school-svg-stage { max-height: 360px; }
}
@media (max-width: 560px) {
  body.fun-theme .brand-custom-logo { height: 42px; max-width: 185px; }
  body.fun-theme .footer-brand .brand-custom-logo { height: 54px; max-width: 240px; }
  body.fun-theme .booking-ribbon::before { font-size: 2.2rem; opacity: .6; }
  body.fun-theme .booking-ribbon-inner { display: grid; grid-template-columns: auto 1fr; gap: 12px; }
  body.fun-theme .booking-ribbon-inner > strong { min-width: 0; }
  body.fun-theme .booking-ribbon-tags { grid-column: 1 / -1; order: initial; justify-content: flex-start; overflow-x: auto; flex-wrap: nowrap; padding-bottom: 5px; scrollbar-width: none; }
  body.fun-theme .booking-ribbon-tags::-webkit-scrollbar { display: none; }
  body.fun-theme .booking-ribbon-inner > a { grid-column: 1 / -1; justify-self: start; margin-left: 0; }
  body.fun-theme .mural-readiness-grid { grid-template-columns: 1fr; margin-bottom: 52px; }
  body.fun-theme .mural-readiness-grid article { min-height: 0; padding: 22px; }
  body.fun-theme .school-svg-stage { max-height: 290px; border-radius: 24px; box-shadow: 8px 9px 0 var(--fun-violet); }
}
@media (prefers-reduced-motion: reduce) {
  body.fun-theme .booking-pulse::after,
  body.fun-theme .school-mural-svg-refined * { animation: none !important; }
}

/* Gallery lightbox full-image fix */
body.fun-theme .gallery-modal-art {
  overflow: hidden;
  display: grid;
  place-items: center;
  min-height: 420px;
  background: var(--gallery-gradient);
}
body.fun-theme .gallery-modal-image {
  position: absolute;
  inset: 0;
  z-index: 4;
  width: 100%;
  height: 100%;
  object-fit: contain;
  object-position: center;
  background: #071214;
}
body.fun-theme .gallery-modal-art.has-full-image::after {
  opacity: 0;
  visibility: hidden;
}
body.fun-theme .gallery-modal-loading {
  position: relative;
  z-index: 3;
  display: grid;
  place-items: center;
  gap: 12px;
  color: rgba(255,255,255,.88);
  font-size: .82rem;
  text-transform: uppercase;
  letter-spacing: .08em;
}
body.fun-theme .gallery-modal-loading span {
  width: 42px;
  height: 42px;
  border: 4px solid rgba(255,255,255,.2);
  border-top-color: var(--fun-teal);
  border-radius: 50%;
  animation: galleryModalSpin .8s linear infinite;
}
body.fun-theme .gallery-modal-art.image-unavailable::before {
  content: 'Add the matching gallery image in assets/images/gallery';
  position: absolute;
  left: 50%;
  bottom: 28px;
  z-index: 3;
  width: min(80%, 520px);
  transform: translateX(-50%);
  padding: 11px 15px;
  border: 2px solid rgba(255,255,255,.28);
  border-radius: 999px;
  color: #fff;
  background: rgba(7,18,20,.76);
  text-align: center;
  font-size: .72rem;
  font-weight: 800;
  letter-spacing: .04em;
}
@keyframes galleryModalSpin { to { transform: rotate(360deg); } }
@media (max-width: 640px) {
  body.fun-theme .gallery-modal-art {
    height: min(58vh, 460px);
    min-height: 300px;
  }
  body.fun-theme .gallery-modal-image { object-fit: contain; }
}
@media (prefers-reduced-motion: reduce) {
  body.fun-theme .gallery-modal-loading span { animation: none; }
}

/* =========================================================
   SCROLL-DRIVEN HORIZONTAL GALLERY
   ========================================================= */
body.fun-theme .scroll-gallery-section {
  position: relative;
  height: 285vh;
  min-height: 1900px;
  color: #071214;
  background:
    radial-gradient(circle at 10% 15%, rgba(32,224,204,.24), transparent 25%),
    radial-gradient(circle at 88% 28%, rgba(255,111,174,.22), transparent 27%),
    linear-gradient(135deg, #fff8e8 0%, #efffff 48%, #f5efff 100%);
  border-top: 3px solid #071214;
  border-bottom: 3px solid #071214;
  overflow: clip;
}
body.fun-theme .scroll-gallery-section::before {
  content: "FEATURED • ORIGINAL • CUSTOM • GULF COAST •";
  position: absolute;
  left: -2%;
  top: 9%;
  color: rgba(7,18,20,.045);
  font-family: "Bungee", "Archivo Black", sans-serif;
  font-size: clamp(4rem, 10vw, 10rem);
  line-height: .85;
  white-space: nowrap;
  transform: rotate(-5deg);
  pointer-events: none;
}
body.fun-theme .scroll-gallery-sticky {
  position: sticky;
  top: 0;
  display: grid;
  grid-template-rows: auto minmax(340px, 1fr) auto;
  align-content: center;
  gap: 20px;
  height: 100vh;
  min-height: 720px;
  padding: clamp(92px, 10vh, 118px) 0 32px;
  overflow: hidden;
}
body.fun-theme .scroll-gallery-heading {
  position: relative;
  z-index: 4;
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(300px, .7fr);
  align-items: end;
  gap: 44px;
}
body.fun-theme .scroll-gallery-heading h2 {
  margin: 0;
  color: #071214;
  font-family: "Archivo Black", sans-serif;
  font-size: clamp(2.25rem, 5.2vw, 5.8rem);
  line-height: .88;
  letter-spacing: -.055em;
  text-transform: uppercase;
}
body.fun-theme .scroll-gallery-heading h2 em {
  color: #6f4be2;
  font-style: normal;
  text-shadow: 4px 4px 0 #ffd85c;
}
body.fun-theme .scroll-gallery-intro {
  display: grid;
  gap: 17px;
  justify-items: start;
}
body.fun-theme .scroll-gallery-intro p {
  max-width: 560px;
  margin: 0;
  color: #435b5f;
  font-size: 1rem;
  line-height: 1.65;
}
body.fun-theme .scroll-gallery-controls {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  padding: 8px;
  border: 2px solid #071214;
  border-radius: 999px;
  background: rgba(255,255,255,.76);
  box-shadow: 6px 7px 0 rgba(7,18,20,.16);
}
body.fun-theme .scroll-gallery-controls button {
  width: 42px;
  height: 42px;
  border: 2px solid #071214;
  border-radius: 50%;
  color: #071214;
  background: #64f7ff;
  font-size: 1.2rem;
  font-weight: 900;
  cursor: pointer;
  transition: transform .2s ease, background .2s ease;
}
body.fun-theme .scroll-gallery-controls button:last-child { background: #ffd85c; }
body.fun-theme .scroll-gallery-controls button:hover { transform: translateY(-2px) rotate(-5deg); }
body.fun-theme .scroll-gallery-controls span {
  min-width: 76px;
  color: #52666a;
  font-size: .8rem;
  font-weight: 900;
  letter-spacing: .06em;
  text-align: center;
}
body.fun-theme .scroll-gallery-controls strong { color: #071214; font-size: 1rem; }

body.fun-theme .scroll-gallery-viewport {
  position: relative;
  z-index: 3;
  width: 100%;
  min-width: 0;
  overflow: visible;
  touch-action: pan-y;
}
body.fun-theme .scroll-gallery-track {
  display: flex;
  align-items: stretch;
  gap: clamp(18px, 2.2vw, 34px);
  width: max-content;
  padding: 18px max(6vw, calc((100vw - 1400px) / 2 + 20px)) 28px;
  will-change: transform;
  transform: translate3d(0,0,0);
}
body.fun-theme .scroll-gallery-card {
  position: relative;
  flex: 0 0 clamp(310px, 46vw, 670px);
  height: clamp(310px, 48vh, 500px);
  overflow: hidden;
  border: 3px solid #071214;
  border-radius: clamp(26px, 3vw, 42px);
  background: var(--scroll-card-gradient, linear-gradient(135deg,#20c997,#0f7188 55%,#101d22));
  box-shadow: 15px 17px 0 rgba(7,18,20,.88);
  cursor: pointer;
  isolation: isolate;
  transform: rotate(var(--scroll-card-rotate, 0deg));
  transition: transform .35s ease, box-shadow .35s ease;
}
body.fun-theme .scroll-gallery-card:nth-child(even) { --scroll-card-rotate: .8deg; }
body.fun-theme .scroll-gallery-card:nth-child(3n) { --scroll-card-rotate: -.75deg; }
body.fun-theme .scroll-gallery-card:hover,
body.fun-theme .scroll-gallery-card:focus-visible {
  z-index: 3;
  transform: translateY(-10px) rotate(0deg);
  box-shadow: 19px 22px 0 rgba(7,18,20,.9);
  outline: none;
}
body.fun-theme .scroll-gallery-card::before {
  content: attr(data-mark);
  position: absolute;
  inset: 0;
  z-index: -1;
  display: grid;
  place-items: center;
  color: rgba(255,255,255,.86);
  font-family: "Bungee", "Archivo Black", sans-serif;
  font-size: clamp(2.2rem, 5.4vw, 5.6rem);
  line-height: .9;
  text-align: center;
  text-shadow: 0 12px 35px rgba(0,0,0,.28);
}
body.fun-theme .scroll-gallery-card::after {
  content: "";
  position: absolute;
  inset: 0;
  z-index: 1;
  background: linear-gradient(180deg, transparent 35%, rgba(2,12,14,.88) 100%);
  pointer-events: none;
}
body.fun-theme .scroll-gallery-card img {
  position: absolute;
  inset: 0;
  z-index: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  opacity: 0;
  transition: opacity .35s ease, transform .7s ease;
}
body.fun-theme .scroll-gallery-card img.is-loaded { opacity: 1; }
body.fun-theme .scroll-gallery-card:hover img { transform: scale(1.045); }
body.fun-theme .scroll-gallery-card-copy {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 2;
  display: grid;
  grid-template-columns: 1fr auto;
  align-items: end;
  gap: 18px;
  padding: clamp(20px, 3vw, 34px);
  color: #fff;
}
body.fun-theme .scroll-gallery-card-copy span {
  display: inline-flex;
  width: max-content;
  margin-bottom: 8px;
  padding: 7px 10px;
  border: 1px solid rgba(255,255,255,.32);
  border-radius: 999px;
  background: rgba(7,18,20,.55);
  font-size: .67rem;
  font-weight: 900;
  letter-spacing: .12em;
  text-transform: uppercase;
  backdrop-filter: blur(8px);
}
body.fun-theme .scroll-gallery-card-copy strong {
  display: block;
  max-width: 440px;
  font-family: "Archivo Black", sans-serif;
  font-size: clamp(1.25rem, 2.4vw, 2.3rem);
  line-height: .98;
  text-transform: uppercase;
}
body.fun-theme .scroll-gallery-card-copy i {
  display: grid;
  place-items: center;
  width: 52px;
  height: 52px;
  border: 2px solid #071214;
  border-radius: 50%;
  color: #071214;
  background: #ffd85c;
  font-size: 1.25rem;
  font-style: normal;
  box-shadow: 4px 5px 0 rgba(255,255,255,.3);
}
body.fun-theme .scroll-gallery-progress-row {
  position: relative;
  z-index: 4;
  display: grid;
  grid-template-columns: auto minmax(120px, 1fr) auto;
  align-items: center;
  gap: 18px;
  color: #071214;
  font-size: .76rem;
  font-weight: 900;
  letter-spacing: .1em;
  text-transform: uppercase;
}
body.fun-theme .scroll-gallery-progress-row a { color: #071214; text-decoration: underline; text-underline-offset: 4px; }
body.fun-theme .scroll-gallery-progress {
  height: 8px;
  overflow: hidden;
  border: 2px solid #071214;
  border-radius: 999px;
  background: rgba(255,255,255,.62);
}
body.fun-theme .scroll-gallery-progress i {
  display: block;
  width: 100%;
  height: 100%;
  border-radius: inherit;
  background: linear-gradient(90deg, #20e0cc, #64f7ff, #795cff, #ff6fae, #ffd85c);
  transform: scaleX(0);
  transform-origin: left center;
  will-change: transform;
}

@media (max-width: 900px) {
  body.fun-theme .scroll-gallery-section {
    height: auto;
    min-height: 0;
    padding: 72px 0 60px;
    overflow: hidden;
  }
  body.fun-theme .scroll-gallery-sticky {
    position: relative;
    top: auto;
    display: block;
    height: auto;
    min-height: 0;
    padding: 0;
    overflow: visible;
  }
  body.fun-theme .scroll-gallery-heading {
    grid-template-columns: 1fr;
    gap: 20px;
  }
  body.fun-theme .scroll-gallery-heading h2 { font-size: clamp(2.25rem, 10vw, 4.6rem); }
  body.fun-theme .scroll-gallery-intro { justify-items: stretch; }
  body.fun-theme .scroll-gallery-controls { justify-self: start; }
  body.fun-theme .scroll-gallery-viewport {
    margin-top: 28px;
    overflow-x: auto;
    overflow-y: hidden;
    scroll-snap-type: x mandatory;
    scrollbar-width: none;
    touch-action: pan-x;
  }
  body.fun-theme .scroll-gallery-viewport::-webkit-scrollbar { display: none; }
  body.fun-theme .scroll-gallery-track {
    gap: 18px;
    padding: 16px 7vw 28px;
    transform: none !important;
  }
  body.fun-theme .scroll-gallery-card {
    flex-basis: min(84vw, 520px);
    height: min(112vw, 470px);
    scroll-snap-align: center;
    box-shadow: 10px 12px 0 rgba(7,18,20,.88);
  }
  body.fun-theme .scroll-gallery-progress-row {
    margin-top: 20px;
    grid-template-columns: 1fr auto;
  }
  body.fun-theme .scroll-gallery-progress-row > span { display: none; }
  body.fun-theme .scroll-gallery-progress { grid-column: 1 / -1; grid-row: 2; }
}

@media (max-width: 560px) {
  body.fun-theme .scroll-gallery-section { padding-top: 58px; }
  body.fun-theme .scroll-gallery-card { flex-basis: 86vw; height: 108vw; max-height: 430px; }
  body.fun-theme .scroll-gallery-card-copy { padding: 20px; }
  body.fun-theme .scroll-gallery-card-copy i { width: 44px; height: 44px; }
  body.fun-theme .scroll-gallery-progress-row { gap: 12px; }
}

@media (prefers-reduced-motion: reduce) {
  body.fun-theme .scroll-gallery-section { height: auto; min-height: 0; padding: 76px 0; }
  body.fun-theme .scroll-gallery-sticky { position: relative; height: auto; min-height: 0; padding: 0; }
  body.fun-theme .scroll-gallery-viewport { overflow-x: auto; scrollbar-width: none; }
  body.fun-theme .scroll-gallery-track { transform: none !important; }
}

/* SEO footer resources and no-script fallback */
body.fun-theme .seo-footer-resources {
  display: grid;
  grid-template-columns: 1.4fr .8fr;
  gap: 28px;
  margin-top: 28px;
  padding-top: 28px;
  padding-bottom: 24px;
  border-top: 1px dashed rgba(100,247,255,.28);
}
body.fun-theme .seo-footer-resources > div { display: flex; flex-wrap: wrap; align-items: center; gap: 10px 16px; }
body.fun-theme .seo-footer-resources h3 { width: 100%; margin: 0 0 4px; font-family: "Archivo Black", sans-serif; text-transform: uppercase; }
body.fun-theme .seo-footer-resources a { color: #c9dadd; text-decoration: none; font-size: .9rem; }
body.fun-theme .seo-footer-resources a:hover { color: #64f7ff; }
.site-noscript { display: block; padding: 12px 18px; background: #ffd35a; color: #071214; font-weight: 800; text-align: center; }
@media (max-width: 760px) {
  body.fun-theme .seo-footer-resources { grid-template-columns: 1fr; }
  body.fun-theme .seo-footer-resources > div { align-items: flex-start; flex-direction: column; }
}
