/* ============================================================================
   Rockness Music v2 — design system.
   Concert-poster-meets-kids'-sticker-book. One stylesheet for the whole site.
   Brand: purple #3E098A · green #8BC968 · cyan #35C2D6 · yellow #FFD31C
          orange #FBAE17 · blue #3073C9 · text #171717
   ========================================================================== */

/* ------------------------------------------------------------- tokens */
:root {
  --purple: #3e098a;
  --purple-deep: #2a0661;
  --purple-ink: #120233;
  --green: #8bc968;
  --green-light: #ade08f;
  --cyan: #35c2d6;
  --yellow: #ffd31c;
  --orange: #fbae17;
  --blue: #3073c9;
  --text: #171717;
  --muted: #555;
  --white: #ffffff;
  --cream: #fffdf6;

  --font-head: "Palanquin Dark", sans-serif;
  --font-body: "Coustard", serif;
  --font-ui: "Roboto", sans-serif;

  --shadow-btn: rgba(57, 31, 91, 0.24) 0 2px 2px, rgba(179, 132, 201, 0.4) 0 8px 12px;
  --shadow-btn-hover: rgba(57, 31, 91, 0.28) 0 3px 4px, rgba(179, 132, 201, 0.5) 0 10px 16px;
  --shadow-card: rgba(62, 9, 138, 0.08) 0 2px 6px, rgba(62, 9, 138, 0.1) 0 12px 28px;
  --shadow-sticker: 5px 6px 0 rgba(18, 2, 51, 0.22);

  --radius: 18px;
  --container: 1080px;
}

/* -------------------------------------------------------------- reset */
* { box-sizing: border-box; margin: 0; padding: 0; }
html { scroll-behavior: smooth; -webkit-text-size-adjust: 100%; }
body {
  font-family: var(--font-body);
  color: var(--text);
  background: var(--cream);
  line-height: 1.6;
  font-size: 16px;
  overflow-x: hidden;
}
img { max-width: 100%; display: block; height: auto; }
a { color: var(--blue); }
::selection { background: var(--yellow); color: var(--purple-deep); }
:focus-visible { outline: 3px solid var(--cyan); outline-offset: 2px; }

h1, h2, h3, h4 { font-family: var(--font-head); color: var(--purple); line-height: 1.15; text-transform: capitalize; }
h2 { font-size: 28px; margin-bottom: 8px; }
h3 { font-size: 20px; }

.container { width: 100%; max-width: var(--container); margin: 0 auto; padding: 0 20px; }
section { padding: 44px 0; }
.center { text-align: center; }

.kicker {
  display: inline-block; font-family: var(--font-ui); font-weight: 700; font-size: 12px;
  letter-spacing: 0.16em; text-transform: uppercase; color: var(--blue); margin-bottom: 10px;
}
.section-lead { max-width: 580px; margin: 0 auto; }

/* squiggle underline beneath section h2s (icon sprite) */
.squig { display: block; width: 130px; height: 13px; margin: 8px auto 14px; color: var(--cyan); }
.band .squig, .cta-band .squig { color: var(--yellow); }

.skip-link {
  position: absolute; left: -9999px; top: 0; z-index: 200;
  background: var(--yellow); color: var(--purple-deep);
  font-family: var(--font-ui); font-weight: 700; padding: 10px 18px; border-radius: 0 0 10px 0;
}
.skip-link:focus { left: 0; }

/* wave section transitions — placed at the bottom of a section, filled with
   the NEXT section's background color */
.sec-wave {
  position: absolute; left: 0; right: 0; bottom: -1px; width: 100%; height: 44px;
  pointer-events: none; display: block;
}
.has-wave { position: relative; padding-bottom: 92px; }
@media (max-width: 768px) { .sec-wave { height: 30px; } .has-wave { padding-bottom: 74px; } }

/* ------------------------------------------------------------ buttons */
.btn {
  display: inline-block; border: 0; cursor: pointer; text-decoration: none; text-align: center;
  font-family: var(--font-ui); font-weight: 700; font-size: 16px; letter-spacing: 0.04em;
  color: var(--white); padding: 16px 28px; border-radius: 42px;
  background-image: linear-gradient(var(--green-light), var(--green) 50%);
  box-shadow: var(--shadow-btn);
  transition: transform 0.15s ease, box-shadow 0.15s ease;
  -webkit-tap-highlight-color: transparent;
}
.btn:hover { transform: translateY(-2px) rotate(-0.5deg); box-shadow: var(--shadow-btn-hover); }
.btn:active { transform: translateY(0); }
.btn--big { font-size: 18px; padding: 20px 38px; width: 100%; max-width: 380px; }
.btn--yellow { background-image: linear-gradient(var(--yellow), var(--orange) 100%); color: var(--purple-deep); }
.btn--blue { background-image: linear-gradient(#5b93df, var(--blue) 55%); }
.btn--ghost {
  background: transparent; box-shadow: none; border: 2px solid rgba(255, 255, 255, 0.7);
  color: var(--white); font-weight: 500;
}
.btn--ghost:hover { box-shadow: none; border-color: var(--white); }
.btn-note { font-family: var(--font-ui); font-size: 13px; opacity: 0.85; margin-top: 10px; }

/* ---------------------------------------------------------- header/nav */
.topbar { height: 6px; background: linear-gradient(90deg, var(--cyan), var(--green), var(--yellow), var(--orange)); }

.site-header {
  position: sticky; top: 0; z-index: 100;
  background: var(--purple-ink);
  box-shadow: rgba(0, 0, 0, 0.25) 0 2px 12px;
}
.site-header .container { display: flex; align-items: center; justify-content: space-between; gap: 16px; min-height: 66px; }
.site-header .logo img { width: 148px; height: auto; }

.main-nav ul { list-style: none; display: flex; gap: 4px; }
.main-nav a {
  display: block; font-family: var(--font-ui); font-weight: 500; font-size: 15px;
  color: var(--white); text-decoration: none; padding: 10px 13px; border-radius: 8px;
  transition: background 0.15s ease;
}
.main-nav a:hover, .main-nav a:focus-visible { background: rgba(255, 255, 255, 0.12); }
.main-nav li { position: relative; }
.main-nav .submenu {
  display: none; position: absolute; top: 100%; left: 0; min-width: 220px;
  background: var(--white); border-radius: 12px; padding: 8px; flex-direction: column; gap: 2px;
  box-shadow: rgba(18, 2, 51, 0.25) 0 10px 30px;
}
.main-nav .has-sub:hover > .submenu,
.main-nav .has-sub:focus-within > .submenu { display: flex; }
.main-nav .submenu a { color: var(--purple); font-weight: 500; }
.main-nav .submenu a:hover { background: rgba(62, 9, 138, 0.08); }

.header-cta { display: flex; align-items: center; gap: 12px; }
.header-cta .btn { padding: 11px 22px; font-size: 14px; }
.nav-toggle {
  display: none; background: none; border: 0; color: var(--white);
  font-size: 26px; cursor: pointer; line-height: 1; padding: 6px;
}

/* icons + extras inside the nav are mobile-menu-only */
.nav-ic, .nav-deco, .nav-extra { display: none; }

@media (max-width: 900px) {
  .nav-toggle { display: block; }
  .main-nav {
    position: fixed; inset: 0; top: 72px; z-index: 99; display: none; overflow-y: auto;
    padding: 24px 22px 34px;
    background:
      radial-gradient(rgba(255, 255, 255, 0.06) 1.4px, transparent 1.4px) 0 0 / 22px 22px,
      linear-gradient(180deg, rgba(42, 6, 97, 0.97) 0%, rgba(62, 9, 138, 0.9) 45%, rgba(42, 6, 97, 0.55) 100%),
      var(--purple-deep) url('/assets/images/hero-home-800.webp') center 75% / cover no-repeat;
  }
  .main-nav.open { display: block; }
  body.nav-open { overflow: hidden; }

  /* floating stage props */
  .nav-deco { display: block; position: absolute; opacity: 0.5; pointer-events: none; }
  .nav-deco svg { width: 100%; height: 100%; }
  .nav-deco-1 { width: 30px; height: 30px; top: 5%; right: 7%; color: var(--yellow); animation: floaty 7s ease-in-out infinite alternate; }
  .nav-deco-2 { width: 26px; height: 26px; top: 42%; left: 4%; color: var(--cyan); transform: rotate(14deg); animation: floaty 8.5s ease-in-out infinite alternate-reverse; }
  .nav-deco-3 { width: 22px; height: 22px; bottom: 18%; right: 9%; color: var(--green); animation: floaty 6.5s ease-in-out infinite alternate; }

  /* top-level items: sticker cards with icon chips */
  .main-nav > ul { flex-direction: column; gap: 13px; position: relative; }
  .main-nav > ul > li > a {
    display: flex; align-items: center; gap: 13px;
    background: var(--white); color: var(--purple-deep);
    font-size: 17.5px; font-weight: 700; padding: 12px 16px;
    border: 2px solid var(--purple-ink); border-radius: 15px;
    box-shadow: 4px 5px 0 rgba(18, 2, 51, 0.3);
  }
  .main-nav > ul > li:nth-child(odd) > a { transform: rotate(-0.9deg); }
  .main-nav > ul > li:nth-child(even) > a { transform: rotate(0.9deg); }
  .main-nav > ul > li > a:active { transform: rotate(0deg) scale(0.98); }

  .nav-ic {
    display: inline-flex; align-items: center; justify-content: center;
    width: 38px; height: 38px; border-radius: 50%; flex: none;
  }
  .nav-ic svg { width: 21px; height: 21px; }
  .main-nav > ul > li:nth-child(1) .nav-ic { background: rgba(139, 201, 104, 0.22); color: #4d8a2c; }
  .main-nav > ul > li:nth-child(2) .nav-ic { background: rgba(48, 115, 201, 0.16); color: var(--blue); }
  .main-nav > ul > li:nth-child(3) .nav-ic { background: rgba(255, 211, 28, 0.3); color: #b28600; }
  .main-nav > ul > li:nth-child(4) .nav-ic { background: rgba(251, 174, 23, 0.22); color: #c77c00; }
  .main-nav > ul > li:nth-child(5) .nav-ic { background: rgba(224, 68, 106, 0.14); color: #e0446a; }

  /* submenus: smaller sticker cards, indented under the parent */
  .main-nav .submenu {
    display: flex; position: static; flex-direction: column; gap: 8px;
    background: transparent; box-shadow: none; padding: 10px 0 2px 22px; min-width: 0;
  }
  .main-nav .submenu a {
    display: flex; align-items: center; gap: 10px;
    background: var(--white); color: var(--purple-deep);
    font-size: 14.5px; font-weight: 700; padding: 8px 12px;
    border: 2px solid var(--purple-ink); border-radius: 12px;
    box-shadow: 3px 4px 0 rgba(18, 2, 51, 0.28);
  }
  .main-nav .submenu .nav-ic {
    width: 30px; height: 30px;
  }
  .main-nav .submenu .nav-ic svg { width: 16px; height: 16px; }
  .main-nav .submenu li:nth-child(1) .nav-ic { background: rgba(139, 201, 104, 0.22); color: #4d8a2c; }
  .main-nav .submenu li:nth-child(2) .nav-ic { background: rgba(53, 194, 214, 0.2); color: #1590a3; }
  .main-nav .submenu li:nth-child(3) .nav-ic { background: rgba(255, 211, 28, 0.3); color: #b28600; }
  .main-nav .submenu li:nth-child(4) .nav-ic { background: rgba(251, 174, 23, 0.22); color: #c77c00; }
  .main-nav .submenu li:nth-child(odd) a { transform: rotate(-0.6deg); }
  .main-nav .submenu li:nth-child(even) a { transform: rotate(0.6deg); }
  .main-nav .submenu a:hover,
  .main-nav .submenu a:focus-visible { background: var(--white); }
  .main-nav .submenu a:active { transform: rotate(0deg) scale(0.98); }

  /* staggered pop-in when the menu opens */
  .main-nav.open > ul > li { animation: navpop 0.42s cubic-bezier(0.2, 0.9, 0.3, 1.15) both; }
  .main-nav.open > ul > li:nth-child(1) { animation-delay: 0.03s; }
  .main-nav.open > ul > li:nth-child(2) { animation-delay: 0.08s; }
  .main-nav.open > ul > li:nth-child(3) { animation-delay: 0.13s; }
  .main-nav.open > ul > li:nth-child(4) { animation-delay: 0.18s; }
  .main-nav.open > ul > li:nth-child(5) { animation-delay: 0.23s; }
  .main-nav.open .nav-extra { animation: navpop 0.42s 0.28s cubic-bezier(0.2, 0.9, 0.3, 1.15) both; }

  /* bottom: call button + tagline */
  .nav-extra { display: block; text-align: center; margin-top: 26px; position: relative; }
  .nav-extra .btn { width: 100%; max-width: 340px; }
  .nav-extra p { font-family: var(--font-ui); font-size: 13px; color: rgba(255, 255, 255, 0.75); margin-top: 12px; }
}
@keyframes navpop { from { opacity: 0; translate: 0 20px; scale: 0.96; } to { opacity: 1; translate: 0 0; scale: 1; } }

/* --------------------------------------------------------------- hero */
.hero {
  position: relative; color: var(--white); text-align: center; overflow: hidden;
  background: var(--purple-deep) center 32% / cover no-repeat;
  padding-top: 58px;
}
.hero::before {
  content: ""; position: absolute; inset: 0;
  background:
    radial-gradient(ellipse 60% 50% at 50% 34%, rgba(255, 211, 28, 0.14), transparent 70%),
    linear-gradient(160deg, rgba(42, 6, 97, 0.93) 0%, rgba(62, 9, 138, 0.84) 45%, rgba(42, 6, 97, 0.68) 100%);
}
.hero .container { position: relative; z-index: 2; }

/* floating stage props */
.hero-deco { position: absolute; z-index: 1; opacity: 0.5; pointer-events: none; }
.hero-deco svg { width: 100%; height: 100%; }
.deco-note-1 { width: 36px; height: 36px; top: 14%; left: 7%; color: var(--cyan); animation: floaty 7s ease-in-out infinite alternate; }
.deco-note-2 { width: 26px; height: 26px; top: 24%; right: 9%; color: var(--yellow); animation: floaty 9s ease-in-out infinite alternate-reverse; }
.deco-bolt-1 { width: 34px; height: 34px; bottom: 30%; left: 4.5%; color: var(--orange); transform: rotate(14deg); animation: floaty 8s ease-in-out infinite alternate; }
.deco-bolt-2 { width: 24px; height: 24px; top: 55%; right: 5%; color: var(--green); transform: rotate(-12deg); animation: floaty 6.5s ease-in-out infinite alternate-reverse; }
@keyframes floaty { from { translate: 0 -8px; } to { translate: 0 10px; } }
@media (max-width: 700px) {
  .deco-note-1, .deco-note-2, .deco-bolt-1 { display: none; }
  .deco-bolt-2 { width: 20px; height: 20px; top: 60%; right: 4%; opacity: 0.4; }
}
@media (max-width: 480px) {
  .hero h1 { font-size: 30px; }
  .flip-w {
    font-size: 26px;
    padding: 1px 12px 5px;
    border-radius: 11px;
    box-shadow: 4px 5px 0 rgba(18, 2, 51, 0.35);
  }
}

.hero-chip {
  display: inline-flex; align-items: center; gap: 7px;
  font-family: var(--font-ui); font-weight: 700; font-size: 13px;
  background: var(--yellow); color: var(--purple-deep); border-radius: 30px; padding: 7px 16px;
  letter-spacing: 0.05em; margin-bottom: 20px;
  box-shadow: 3px 3px 0 rgba(18, 2, 51, 0.3);
  transform: rotate(-1deg);
}
.hero-chip svg { width: 14px; height: 14px; }

.hero h1 { color: var(--white); font-size: 40px; font-weight: 700; margin-bottom: 16px; text-wrap: balance; text-shadow: 0 3px 18px rgba(18, 2, 51, 0.45); }
.hero h1 em { font-style: normal; color: var(--yellow); }
.h1-line2 { display: block; margin-top: 12px; }

/* flip-board headline: services roll through on colored stickers.
   Block-level full-width grid so each sticker centers on the viewport —
   not on the longest label (which skewed short words like "Concerts" on mobile). */
.flip {
  display: grid;
  width: 100%;
  justify-items: center;
  perspective: 750px;
}
.flip-w {
  grid-area: 1 / 1; justify-self: center; align-self: center;
  display: inline-block; white-space: nowrap;
  padding: 1px 20px 7px; border-radius: 14px; line-height: 1.2;
  box-shadow: 6px 7px 0 rgba(18, 2, 51, 0.35); text-shadow: none;
  rotate: -2deg; transform-origin: 50% 55%; backface-visibility: hidden;
  opacity: 0; animation: flipword 12.5s linear infinite;
}
.flip-w:nth-child(1) { background: var(--yellow); color: var(--purple-deep); animation-delay: 0s; }
.flip-w:nth-child(2) { background: var(--cyan); color: var(--purple-ink); animation-delay: 2.5s; rotate: 1.5deg; }
.flip-w:nth-child(3) { background: var(--green); color: var(--purple-ink); animation-delay: 5s; }
.flip-w:nth-child(4) { background: var(--orange); color: var(--purple-ink); animation-delay: 7.5s; rotate: 1.5deg; }
.flip-w:nth-child(5) { background: var(--blue); color: var(--white); animation-delay: 10s; }
@keyframes flipword {
  0% { opacity: 0; transform: rotateX(-90deg); }
  3.2% { opacity: 1; transform: rotateX(0); }
  17% { opacity: 1; transform: rotateX(0); }
  20% { opacity: 0; transform: rotateX(90deg); }
  100% { opacity: 0; transform: rotateX(90deg); }
}

.sr-only {
  position: absolute; width: 1px; height: 1px; padding: 0; margin: -1px;
  overflow: hidden; clip: rect(0 0 0 0); white-space: nowrap; border: 0;
}

.hero-sub { font-size: 17px; max-width: 640px; margin: 0 auto 8px; opacity: 0.95; }

/* gateway doors: every service, clickable in the first screen */
.hero-doors { display: grid; grid-template-columns: repeat(2, 1fr); gap: 14px; max-width: 820px; margin: 30px auto 0; }
.door {
  display: flex; flex-direction: column; align-items: center; gap: 4px; text-decoration: none;
  background: var(--white); border: 2px solid var(--purple-ink); border-radius: 16px;
  padding: 16px 10px 14px; font-family: var(--font-ui);
  box-shadow: var(--shadow-sticker);
  transition: transform 0.18s ease, box-shadow 0.18s ease;
}
.door:nth-child(1) { transform: rotate(-1.4deg); }
.door:nth-child(2) { transform: rotate(1deg); }
.door:nth-child(3) { transform: rotate(-0.8deg); }
.door:nth-child(4) { transform: rotate(1.4deg); }
.door:hover { transform: rotate(0deg) translateY(-5px); box-shadow: 7px 9px 0 rgba(18, 2, 51, 0.3); }
.door-ic {
  width: 46px; height: 46px; border-radius: 50%;
  display: inline-flex; align-items: center; justify-content: center; margin-bottom: 3px;
}
.door-ic svg { width: 25px; height: 25px; }
.door-ic--green { background: rgba(139, 201, 104, 0.2); color: #4d8a2c; }
.door-ic--blue { background: rgba(48, 115, 201, 0.16); color: var(--blue); }
.door-ic--yellow { background: rgba(251, 174, 23, 0.2); color: #c77c00; }
.door-ic--orange { background: rgba(53, 194, 214, 0.18); color: #1590a3; }
.door strong { font-size: 15.5px; font-weight: 700; letter-spacing: 0.02em; color: var(--purple-deep); }
.door .door-hint { font-size: 12.5px; color: var(--muted); }

/* star rating (sprite stars, slight scatter) */
.stars5 { display: inline-flex; gap: 3px; color: var(--yellow); }
.stars5 svg { width: 19px; height: 19px; filter: drop-shadow(0 2px 3px rgba(18, 2, 51, 0.4)); }
.stars5 svg:nth-child(odd) { transform: rotate(-8deg); }
.stars5 svg:nth-child(even) { transform: rotate(7deg) scale(1.08); }
.hero-proof { font-family: var(--font-ui); font-size: 14px; margin-top: 8px; opacity: 0.92; line-height: 1.8; }

/* ------------------------------------------------------- benefit cards */
.cards { display: grid; gap: 16px; margin-top: 24px; }
.card {
  background: var(--cream); border-radius: var(--radius); padding: 24px 22px;
  box-shadow: var(--shadow-card); border-top: 5px solid var(--cyan); text-align: center;
  transition: transform 0.18s ease;
}
.card:hover { transform: translateY(-4px) rotate(-0.4deg); }
.card:nth-child(2) { border-top-color: var(--green); }
.card:nth-child(3) { border-top-color: var(--yellow); }
.card:nth-child(4) { border-top-color: var(--orange); }
.card-ic {
  width: 52px; height: 52px; border-radius: 50%; margin: 0 auto 12px;
  display: flex; align-items: center; justify-content: center;
  background: rgba(53, 194, 214, 0.16); color: #1590a3;
}
.card-ic svg { width: 27px; height: 27px; }
.card:nth-child(2) .card-ic { background: rgba(139, 201, 104, 0.2); color: #4d8a2c; }
.card:nth-child(3) .card-ic { background: rgba(255, 211, 28, 0.25); color: #b28600; }
.card:nth-child(4) .card-ic { background: rgba(251, 174, 23, 0.2); color: #e0446a; }
.card h3 { font-size: 19px; margin-bottom: 6px; }
.card p { font-size: 15px; }

/* ----------------------------------------------------------- path cards */
.paths { background: var(--white); }
.path-cards { display: grid; gap: 22px; margin-top: 26px; }
.path-card {
  border-radius: var(--radius); overflow: hidden; background: var(--white);
  box-shadow: var(--shadow-card); display: flex; flex-direction: column; text-align: left;
  border: 1px solid rgba(62, 9, 138, 0.08);
  transition: transform 0.2s ease, box-shadow 0.2s ease;
}
.path-card:nth-child(odd) { transform: rotate(-0.6deg); }
.path-card:nth-child(even) { transform: rotate(0.6deg); }
.path-card:hover { transform: rotate(0deg) translateY(-6px); box-shadow: rgba(62, 9, 138, 0.14) 0 6px 14px, rgba(62, 9, 138, 0.18) 0 22px 44px; }
.path-photo-wrap { position: relative; }
.path-photo { height: 200px; object-fit: cover; width: 100%; }
.path-meta {
  position: absolute; bottom: -12px; left: 16px;
  font-family: var(--font-ui); font-size: 12px; font-weight: 700; letter-spacing: 0.07em; text-transform: uppercase;
  background: var(--yellow); color: var(--purple-deep);
  padding: 6px 13px; border-radius: 8px; transform: rotate(-1.5deg);
  box-shadow: 3px 3px 0 rgba(18, 2, 51, 0.18);
}
.path-card:nth-child(2) .path-meta { background: var(--cyan); color: var(--purple-ink); }
.path-card:nth-child(3) .path-meta { background: var(--green); color: var(--purple-ink); }
.path-card:nth-child(4) .path-meta { background: var(--orange); color: var(--purple-ink); }
.path-body { padding: 26px 22px 22px; display: flex; flex-direction: column; gap: 10px; flex: 1; }
.path-body h3 { font-size: 23px; }
.path-body p { font-size: 15px; }
.path-body .btn { margin-top: auto; width: 100%; padding: 15px 20px; }

/* ---------------------------------------------------------- band strip */
.band {
  background:
    radial-gradient(rgba(255, 255, 255, 0.07) 1.4px, transparent 1.4px) 0 0 / 24px 24px,
    linear-gradient(175deg, var(--purple) 0%, var(--purple-deep) 100%);
  color: var(--white); text-align: center;
}
.band h2, .band h3 { color: var(--white); }
.band .kicker { color: var(--yellow); }
/* light cards placed inside dark bands keep their own colors */
.band .card, .band .stat-tile, .band .quote-feature { color: var(--text); }
.band .card h3, .band .stat-tile .stat-num, .band .quote-feature strong { color: var(--purple); }

/* ------------------------------------------------------- video facade */
.video-shell {
  position: relative; border-radius: var(--radius); overflow: hidden; cursor: pointer;
  aspect-ratio: 16 / 9; background: var(--purple-ink); box-shadow: 0 24px 60px rgba(0, 0, 0, 0.45);
  margin: 22px auto 0; max-width: 820px;
  border: 3px solid rgba(255, 255, 255, 0.14);
}
.video-shell img { width: 100%; height: 100%; object-fit: cover; opacity: 0.85; }
.video-shell iframe { position: absolute; inset: 0; width: 100%; height: 100%; border: 0; }
.play-badge { position: absolute; inset: 0; display: flex; align-items: center; justify-content: center; }
.play-badge span {
  position: relative;
  width: 76px; height: 76px; border-radius: 50%; background: var(--green);
  display: flex; align-items: center; justify-content: center; color: var(--white);
  font-size: 26px; padding-left: 6px; box-shadow: rgba(0, 0, 0, 0.35) 0 6px 20px;
  transition: transform 0.15s ease;
}
.play-badge span::after {
  content: ""; position: absolute; inset: -9px; border-radius: 50%;
  border: 3px solid rgba(173, 224, 143, 0.6);
  animation: play-ring 2.2s ease-out infinite;
}
@keyframes play-ring { 0% { transform: scale(0.82); opacity: 1; } 100% { transform: scale(1.45); opacity: 0; } }
.video-shell:hover .play-badge span { transform: scale(1.08); }

/* -------------------------------------------------------- testimonials */
.testimonials { background: var(--cream); }
.t-slider { position: relative; max-width: 720px; margin: 22px auto 0; }
.t-viewport { overflow: hidden; border-radius: var(--radius); }
.t-track { display: flex; transition: transform 0.45s ease; }
.t-slide {
  position: relative; flex: 0 0 100%; background: var(--white); padding: 40px 38px 28px;
  box-shadow: var(--shadow-card); border-radius: var(--radius);
  font-family: var(--font-body); font-size: 17px; text-align: center;
}
.t-slide::before {
  content: "\201C"; position: absolute; top: -14px; left: 18px;
  font-family: var(--font-head); font-size: 110px; line-height: 1;
  color: rgba(53, 194, 214, 0.3); pointer-events: none;
}
.t-slide .stars5 { margin-bottom: 12px; }
.t-slide .stars5 svg { width: 16px; height: 16px; filter: none; }
.t-slide cite { display: block; margin-top: 12px; font-family: var(--font-ui); font-style: normal; font-size: 13.5px; color: var(--muted); }
.t-nav {
  position: absolute; top: 50%; transform: translateY(-50%);
  width: 42px; height: 42px; border-radius: 50%; border: 0; cursor: pointer;
  background: var(--purple); color: var(--white); font-size: 22px; line-height: 1;
  display: flex; align-items: center; justify-content: center;
  box-shadow: rgba(0, 0, 0, 0.25) 0 4px 12px; z-index: 2;
  transition: background 0.15s ease, transform 0.15s ease;
}
.t-nav:hover { background: var(--purple-deep); transform: translateY(-50%) scale(1.1); }
.t-nav.prev { left: -8px; }
.t-nav.next { right: -8px; }
.t-dots { display: flex; justify-content: center; gap: 8px; margin-top: 18px; }
.t-dots button {
  width: 10px; height: 10px; border-radius: 50%; border: 0; cursor: pointer;
  background: rgba(62, 9, 138, 0.22); padding: 0; transition: transform 0.15s ease, background 0.15s ease;
}
.t-dots button[aria-current="true"] { background: var(--purple); transform: scale(1.3); }
@media (min-width: 900px) {
  .t-nav.prev { left: -58px; }
  .t-nav.next { right: -58px; }
}

/* ------------------------------------------------------------ partners */
.partners { background: var(--white); text-align: center; }
.logo-marquee { overflow: hidden; margin-top: 26px; position: relative; }
.logo-marquee::before, .logo-marquee::after {
  content: ""; position: absolute; top: 0; bottom: 0; width: 70px; z-index: 2; pointer-events: none;
}
.logo-marquee::before { left: 0; background: linear-gradient(90deg, var(--white), transparent); }
.logo-marquee::after { right: 0; background: linear-gradient(270deg, var(--white), transparent); }
.logo-track {
  display: flex; align-items: center; gap: 58px; width: max-content;
  animation: marquee 30s linear infinite; padding: 6px 0;
}
.logo-marquee:hover .logo-track { animation-play-state: paused; }
.logo-track img {
  height: 48px; width: auto; flex: none; object-fit: contain;
  filter: grayscale(1); opacity: 0.72;
  transition: filter 0.2s, opacity 0.2s;
}
.logo-track img:hover { filter: none; opacity: 1; }
@keyframes marquee { from { transform: translateX(0); } to { transform: translateX(-50%); } }

/* -------------------------------------------------------- founder card */
.founder-card {
  background: var(--white); border-left: 6px solid var(--purple); border-radius: var(--radius);
  box-shadow: var(--shadow-card); padding: 30px 26px; max-width: 760px; margin: 0 auto;
  display: grid; gap: 26px; align-items: center;
}
.polaroid {
  background: var(--white); padding: 10px 10px 30px; border-radius: 6px;
  box-shadow: rgba(18, 2, 51, 0.22) 0 10px 28px; transform: rotate(-2.5deg);
  position: relative; max-width: 300px; margin: 0 auto;
}
.polaroid::before {
  content: ""; position: absolute; top: -12px; left: 50%; transform: translateX(-50%) rotate(2deg);
  width: 92px; height: 26px; background: rgba(255, 211, 28, 0.75); border-radius: 3px;
  box-shadow: rgba(18, 2, 51, 0.12) 0 2px 5px;
}
.polaroid img { border-radius: 3px; }
.founder-card p { margin-bottom: 12px; font-size: 15.5px; }
.founder-sig { font-family: var(--font-head); color: var(--purple); font-size: 22px; font-weight: 600; transform: rotate(-1.5deg); display: inline-block; }
.founder-role { font-family: var(--font-ui); font-size: 13px; color: #666; }
@media (min-width: 700px) {
  .founder-card { grid-template-columns: 280px 1fr; padding: 34px; }
}

/* ------------------------------------------------- shout strip + CTA */
.shout-strip {
  position: relative; z-index: 3; overflow: hidden;
  background: var(--yellow); transform: rotate(-1.1deg) scale(1.03);
  padding: 11px 0; margin: -18px 0;
  box-shadow: rgba(18, 2, 51, 0.25) 0 6px 18px;
}
.shout-track {
  display: flex; gap: 0; width: max-content;
  font-family: var(--font-ui); font-weight: 900; font-size: 15px; letter-spacing: 0.22em;
  color: var(--purple-deep); text-transform: uppercase; white-space: nowrap;
}
.shout-track svg { width: 15px; height: 15px; margin: 2px 16px 0; flex: none; }

.cta-band { background: var(--purple-deep); color: var(--white); text-align: center; padding: 76px 0 64px; position: relative; overflow: hidden; }
.cta-band::before {
  content: ""; position: absolute; inset: 0; pointer-events: none;
  background: radial-gradient(ellipse 55% 60% at 50% 10%, rgba(62, 9, 138, 0.9), transparent 75%);
}
.cta-band .container { position: relative; }
.cta-band h2 { color: var(--white); font-size: 30px; max-width: 640px; margin: 0 auto 10px; }
.cta-band p { opacity: 0.9; margin-bottom: 24px; }

/* ------------------------------------------------- contact band + form */
.footer-contact { background: linear-gradient(170deg, var(--blue) 0%, #1f57a3 100%); color: var(--white); }
.footer-contact h2 { color: var(--white); text-align: center; margin-bottom: 20px; }
.contact-form { max-width: 640px; margin: 0 auto; display: grid; gap: 14px; }
.contact-form input, .contact-form select, .contact-form textarea {
  width: 100%; border: 0; border-radius: 12px; padding: 14px 16px;
  font-family: var(--font-ui); font-size: 15px; color: var(--text); background: var(--white);
}
.contact-form textarea { min-height: 110px; resize: vertical; }
.contact-form .btn { justify-self: center; min-width: 200px; position: relative; }
.contact-form [data-hs-status] { font-family: var(--font-ui); font-size: 14px; text-align: center; min-height: 1em; }
.contact-form .form-row { display: grid; grid-template-columns: 1fr 1fr; gap: 12px; }
.footer-contact .iti { width: 100%; }
@media (min-width: 700px) {
  .contact-form { grid-template-columns: 1fr 1fr; }
  .contact-form .cf-full, .contact-form .form-row, .contact-form .btn,
  .contact-form [data-hs-status], .contact-form .form-success { grid-column: 1 / -1; }
}

/* Floating labels */
.contact-form .field {
  position: relative;
  display: flex;
  flex-direction: column;
  gap: 0;
}
.contact-form .field > label {
  position: absolute;
  left: 14px;
  top: 16px; /* sit in the control, not mid-field (hints make 50% wrong) */
  transform: none;
  margin: 0 !important;
  padding: 0 2px;
  font-family: var(--font-ui);
  font-weight: 600;
  font-size: 15px;
  color: rgba(62, 9, 138, 0.55);
  pointer-events: none;
  z-index: 1;
  transition: top 0.16s ease, font-size 0.16s ease, color 0.16s ease;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  max-width: calc(100% - 36px);
}
.contact-form .field:has(textarea) > label { top: 18px; }
.contact-form .field > input,
.contact-form .field > select,
.contact-form .field > textarea {
  padding: 22px 16px 10px;
}
.contact-form .field > textarea { padding-top: 28px; min-height: 120px; }
.contact-form .field.is-filled > label,
.contact-form .field.is-focused > label,
.contact-form .field:has(input[type="date"]) > label,
.contact-form .field:has(input[type="time"]) > label,
.contact-form .field:has(select) > label {
  top: 7px;
  font-size: 11px;
  letter-spacing: 0.02em;
  color: var(--purple);
}
.contact-form .field-hint,
.contact-form .field > .field-hint {
  display: block;
  margin: 7px 4px 0;
  font-family: var(--font-ui);
  font-size: 12px;
  line-height: 1.45;
  font-weight: 500;
  color: rgba(62, 9, 138, 0.48);
}
.contact-form .field-group-label {
  display: block;
  margin: 0 0 8px;
  font-family: var(--font-ui);
  font-weight: 700;
  font-size: 14px;
  color: var(--purple-deep);
}
.footer-contact .contact-form .field > label { color: rgba(62, 9, 138, 0.5); }
.footer-contact .contact-form .field.is-filled > label,
.footer-contact .contact-form .field.is-focused > label { color: var(--purple-deep); }

/* Submit processing */
.contact-form.is-submitting { pointer-events: none; }
.contact-form .btn.is-loading { opacity: 0.92; }
.contact-form .btn.is-loading .btn-spinner {
  display: inline-block;
  width: 16px; height: 16px;
  margin-right: 8px;
  vertical-align: -3px;
  border: 2.5px solid rgba(255, 255, 255, 0.35);
  border-top-color: currentColor;
  border-radius: 50%;
  animation: form-spin 0.65s linear infinite;
}
.contact-form .btn .btn-spinner { display: none; }
@keyframes form-spin { to { transform: rotate(360deg); } }

/* Inline thank-you */
.contact-form.is-success { display: block; }
.form-success {
  text-align: center;
  padding: 28px 18px 18px;
  animation: form-success-in 0.35s ease;
}
.form-success-ic {
  width: 56px; height: 56px; margin: 0 auto 14px;
  border-radius: 50%;
  background: rgba(139, 201, 104, 0.2);
  color: #4d8a2c;
  display: grid; place-items: center;
  font-size: 28px; font-weight: 800; line-height: 1;
}
.form-success h3 {
  font-family: var(--font-display);
  font-size: 28px;
  color: var(--purple-deep);
  margin: 0 0 8px;
}
.form-success p {
  font-family: var(--font-body);
  font-size: 16px;
  line-height: 1.55;
  color: var(--text);
  max-width: 36em;
  margin: 0 auto;
}
.footer-contact .form-success h3 { color: var(--white); }
.footer-contact .form-success p { color: rgba(255, 255, 255, 0.92); }
.footer-contact .form-success-ic { background: rgba(255, 255, 255, 0.18); color: var(--yellow); }
@keyframes form-success-in {
  from { opacity: 0; transform: translateY(8px); }
  to { opacity: 1; transform: none; }
}

/* Reserve Today modal (HubSpot) */
.modal-overlay[hidden] { display: none; }
.modal-overlay {
  position: fixed; inset: 0; z-index: 200;
  background: rgba(18, 2, 51, 0.62);
  display: flex; align-items: center; justify-content: center;
  padding: 20px;
}
.modal {
  position: relative;
  background: var(--white);
  border: 2px solid var(--purple-ink);
  border-radius: 18px;
  max-width: 560px; width: 100%;
  max-height: 90vh; overflow-y: auto;
  padding: 32px 28px;
  box-shadow: 6px 8px 0 rgba(18, 2, 51, 0.28);
}
.modal h2 { font-size: 30px; margin-bottom: 18px; color: var(--purple-deep); text-align: center; }
.modal-close {
  position: absolute; top: 10px; right: 14px;
  background: none; border: 0; font-size: 30px; line-height: 1;
  color: var(--purple-deep); cursor: pointer;
}
.modal .contact-form {
  grid-template-columns: 1fr;
  max-width: none;
}
.modal .contact-form input,
.modal .contact-form select,
.modal .contact-form textarea {
  border: 2px solid var(--purple-ink);
  border-radius: 10px;
}
.modal .contact-form .btn { background: var(--green); color: var(--purple-ink); }
.modal .contact-form [data-hs-status] { color: var(--purple-deep); }

/* -------------------------------------------------------------- footer */
.site-footer { background: var(--purple-ink); color: rgba(255, 255, 255, 0.8); font-family: var(--font-ui); }
.site-footer a { color: rgba(255, 255, 255, 0.85); text-decoration: none; }
.site-footer a:hover { color: var(--white); text-decoration: underline; }
.footer-grid { display: grid; gap: 30px; padding: 44px 20px 30px; }
.footer-col h3 { color: var(--yellow); font-size: 16px; margin-bottom: 12px; letter-spacing: 0.04em; }
.footer-col ul { list-style: none; display: grid; gap: 8px; font-size: 14.5px; }
.social-icons { display: flex; flex-wrap: wrap; gap: 12px; }
.social-icons a {
  width: 38px; height: 38px; border-radius: 50%; background: rgba(255, 255, 255, 0.1);
  display: inline-flex; align-items: center; justify-content: center;
  transition: background 0.15s ease, transform 0.15s ease;
}
.social-icons a:hover { background: var(--purple); transform: translateY(-2px); }
.social-icons svg { width: 19px; height: 19px; }
.footer-brand p { font-size: 14px; line-height: 1.7; max-width: 300px; }
.footer-brand .logo img { width: 150px; margin-bottom: 14px; }
.copyright { border-top: 1px solid rgba(255, 255, 255, 0.12); padding: 18px 0; font-size: 13px; }
.copyright .container { display: flex; flex-wrap: wrap; gap: 8px 20px; justify-content: space-between; }
@media (min-width: 800px) {
  .footer-grid { grid-template-columns: 1.3fr 1fr 1fr; }
}

/* --------------------------------------------- organic blobs + characters
   Background accents for white space. Sections that host them are
   position:relative; their .container gets z-index:1 so content stays on top. */
.deco-img { position: absolute; z-index: 0; pointer-events: none; user-select: none; }
.paths, .benefits, .testimonials, .founder { position: relative; overflow: hidden; }
.paths > .container, .benefits > .container, .testimonials > .container, .founder > .container { position: relative; z-index: 1; }

.blob-paths-a { top: 30px; right: -150px; width: 480px; opacity: 0.55; }
.blob-paths-b { bottom: 110px; left: -170px; width: 430px; opacity: 0.5; }
.blob-why-a { top: -40px; left: -160px; width: 440px; opacity: 0.5; }
.blob-why-b { bottom: 60px; right: -180px; width: 480px; opacity: 0.5; }
.blob-quotes-a { top: 20px; right: -130px; width: 400px; opacity: 0.6; }
.blob-quotes-b { bottom: -60px; left: -150px; width: 430px; opacity: 0.55; }
.blob-founder-a { top: 30px; right: -160px; width: 420px; opacity: 0.45; }

/* skateboarding monster rides the edge of the adventure section */
.char-skate {
  bottom: 84px; right: 1.5%; width: 150px;
  transform: rotate(5deg);
  filter: drop-shadow(0 12px 18px rgba(18, 2, 51, 0.25));
  animation: skate-bob 4.5s ease-in-out infinite alternate;
}
@keyframes skate-bob { from { translate: 0 0; rotate: 5deg; } to { translate: 0 -10px; rotate: 2deg; } }
@media (max-width: 1280px) { .char-skate { display: none; } }

/* cartoon kids band under the testimonials */
.kids-band { width: min(430px, 82%); margin: 30px auto 0; }

@media (max-width: 700px) {
  .blob-paths-b, .blob-why-b, .blob-quotes-b, .blob-founder-a { display: none; }
  .blob-paths-a, .blob-why-a, .blob-quotes-a { width: 300px; }
}

/* ----------------------------------------------------- reveal + motion */
.reveal { opacity: 0; transform: translateY(18px); transition: opacity 0.5s ease, transform 0.5s ease; }
.reveal.in { opacity: 1; transform: none; }
/* keep the resting rotations once revealed */
.path-card.reveal.in:nth-child(odd) { transform: rotate(-0.6deg); }
.path-card.reveal.in:nth-child(even) { transform: rotate(0.6deg); }
.path-card.reveal.in:hover { transform: rotate(0deg) translateY(-6px); }

@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  .reveal { opacity: 1; transform: none; transition: none; }
  .t-track { transition: none; }
  .hero-deco, .nav-deco { animation: none; }
  .char-skate { animation: none; }
  .main-nav.open > ul > li, .main-nav.open .nav-extra { animation: none; }
  .flip-w { animation: none; }
  .flip-w:nth-child(1) { opacity: 1; }
  .play-badge span::after { animation: none; opacity: 0; }
  .logo-track, .cred-track, .shout-track { animation: none; }
}

/* Current page in primary nav */
.main-nav a.is-current,
.main-nav a[aria-current="page"] {
  background: rgba(255, 255, 255, 0.16);
  box-shadow: inset 0 0 0 1.5px rgba(255, 255, 255, 0.35);
}
@media (max-width: 900px) {
  .main-nav a.is-current,
  .main-nav a[aria-current="page"] {
    background: rgba(255, 255, 255, 0.92);
    color: var(--purple-deep);
    box-shadow: 3px 4px 0 rgba(18, 2, 51, 0.28);
  }
}

@media (max-width: 768px) {
  html, body { overflow-x: clip; }
  section.has-wave, .paths, .benefits, .testimonials, .founder, .page-hero, .band, .partners {
    overflow-x: hidden;
  }
  .deco-img { max-width: 42vw; opacity: 0.55; }
  .logo-marquee { overflow: hidden; }
  .logo-track {
    animation: none !important;
    flex-wrap: wrap;
    width: auto !important;
    max-width: 100%;
    justify-content: center;
    gap: 22px 28px;
    padding: 8px 12px;
  }
  .logo-track img { height: 40px; opacity: 0.85; filter: none; }
  .favor-item:nth-child(odd),
  .favor-item:nth-child(even) { transform: none; }
  .photo-trio img { transform: none; aspect-ratio: 4 / 3; }
}

/* ------------------------------------------------------------ desktop */
@media (min-width: 769px) {
  section { padding: 64px 0; }
  h2 { font-size: 34px; }
  .hero { padding-top: 84px; }
  .hero h1 { font-size: 56px; }
  .hero-sub { font-size: 19px; }
  .hero-doors { grid-template-columns: repeat(4, 1fr); }
  .btn--big { width: auto; }
  .cards { grid-template-columns: repeat(4, 1fr); }
  .path-cards { grid-template-columns: repeat(2, 1fr); }
}

/* ============================================================================
   Interior-page structures (added with the full-site build)
   ========================================================================== */

/* ------------------------------------------------------ page hero */
.page-hero {
  position: relative; color: var(--white); text-align: center; overflow: hidden;
  background: var(--purple-deep) var(--ph-img-sm) center 35% / cover no-repeat;
  padding: 46px 0 40px;
}
@media (min-width: 800px) { .page-hero { background-image: var(--ph-img); padding: 64px 0 52px; } }
.page-hero::before {
  content: ""; position: absolute; inset: 0;
  background: linear-gradient(160deg, rgba(42, 6, 97, 0.92) 0%, rgba(62, 9, 138, 0.8) 45%, rgba(42, 6, 97, 0.62) 100%);
}
.page-hero .container { position: relative; z-index: 1; }
.page-hero h1 { color: var(--white); font-size: 32px; text-wrap: balance; margin-bottom: 10px; text-shadow: 0 3px 16px rgba(18, 2, 51, 0.45); }
@media (min-width: 769px) { .page-hero h1 { font-size: 44px; } }
.ph-kicker {
  display: inline-block; font-family: var(--font-ui); font-weight: 700; font-size: 12.5px;
  letter-spacing: 0.14em; text-transform: uppercase; color: var(--yellow); margin-bottom: 10px;
}
.ph-kicker:empty { display: none; }
.ph-sub { max-width: 620px; margin: 0 auto; font-size: 16.5px; opacity: 0.95; }
.ph-sub:empty { display: none; }
.ph-actions { margin-top: 22px; display: flex; flex-wrap: wrap; gap: 12px; justify-content: center; align-items: center; }
.ph-actions:empty { display: none; }

/* ------------------------------------------------------ sticky mobile CTA */
.sticky-cta {
  position: fixed; left: 0; right: 0; bottom: 0; z-index: 60;
  display: flex; gap: 10px; padding: 10px 14px calc(10px + env(safe-area-inset-bottom));
  background: rgba(42, 6, 97, 0.97); backdrop-filter: blur(8px);
  transform: translateY(110%); transition: transform 0.3s ease;
  box-shadow: rgba(0, 0, 0, 0.3) 0 -4px 18px;
}
.sticky-cta.show { transform: translateY(0); }
.sticky-cta .btn { flex: 1 1 auto; padding: 14px 8px; font-size: 14.5px; }
@media (min-width: 769px) { .sticky-cta { display: none; } }

/* ------------------------------------------------------ the setlist (classes) */
.setlist { max-width: 660px; margin: 26px auto 0; text-align: left; position: relative; }
.setlist::before {
  content: ""; position: absolute; left: 25px; top: 16px; bottom: 16px; width: 4px;
  border-radius: 4px; background: linear-gradient(var(--cyan), var(--green), var(--yellow), var(--orange));
}
.set-item { position: relative; display: flex; gap: 18px; padding: 13px 0 13px 0; }
.set-num {
  flex: none; width: 54px; height: 54px; border-radius: 50%; z-index: 1;
  background: var(--white); border: 3px solid var(--purple);
  display: flex; align-items: center; justify-content: center;
  font-family: var(--font-head); font-weight: 700; font-size: 22px; color: var(--purple);
  box-shadow: 3px 4px 0 rgba(18, 2, 51, 0.18);
  transform: rotate(-4deg);
}
.set-item:nth-child(even) .set-num { transform: rotate(4deg); border-color: var(--cyan); color: #1590a3; }
.set-body h3 { font-size: 19px; margin-bottom: 3px; }
.set-body p { font-size: 15px; }

/* ------------------------------------------------------ season cards (classes) */
.season-cards { display: grid; gap: 16px; margin-top: 26px; }
.season-card {
  position: relative; border-radius: var(--radius); overflow: hidden; text-align: left;
  box-shadow: var(--shadow-card); background: var(--white); border: 1px solid rgba(62, 9, 138, 0.08);
}
.season-card img { width: 100%; height: 130px; object-fit: cover; }
.season-body { padding: 18px 18px 20px; }
.season-tag {
  position: absolute; top: 12px; left: -8px; font-family: var(--font-ui); font-weight: 700;
  font-size: 11.5px; letter-spacing: 0.08em; text-transform: uppercase;
  background: var(--yellow); color: var(--purple-deep); padding: 6px 14px 6px 18px;
  border-radius: 0 8px 8px 0; box-shadow: 2px 3px 0 rgba(18, 2, 51, 0.2); transform: rotate(-2deg);
}
.season-card:nth-child(2) .season-tag { background: var(--orange); }
.season-card:nth-child(3) .season-tag { background: var(--cyan); }
.season-card:nth-child(4) .season-tag { background: var(--green); }
.season-body h3 { font-size: 18px; margin-bottom: 4px; }
.season-body p { font-size: 14px; }
@media (min-width: 700px) { .season-cards { grid-template-columns: repeat(2, 1fr); } }
@media (min-width: 1000px) { .season-cards { grid-template-columns: repeat(4, 1fr); } }

/* ------------------------------------------------------ booking loc cards */
.loc-cards { display: grid; gap: 18px; margin-top: 26px; }
.loc-card {
  border-radius: var(--radius); overflow: hidden; background: var(--white);
  box-shadow: var(--shadow-card); display: flex; flex-direction: column; text-align: left;
  border: 1px solid rgba(62, 9, 138, 0.08);
}
.loc-card .loc-photo { height: 150px; object-fit: cover; width: 100%; }
.loc-body { padding: 20px; display: flex; flex-direction: column; gap: 10px; flex: 1; }
.loc-body h3 { font-size: 22px; }
.loc-meta { font-family: var(--font-ui); font-size: 13.5px; color: var(--blue); font-weight: 500; }
.loc-body .btn { margin-top: auto; width: 100%; padding: 15px 20px; }
.book-note { font-family: var(--font-ui); font-size: 13.5px; color: var(--muted); margin-top: 18px; text-align: center; }
@media (min-width: 769px) { .loc-cards { grid-template-columns: repeat(3, 1fr); } }

/* ------------------------------------------------------ facts accordion */
.acc {
  background: var(--white); border-radius: 14px; box-shadow: var(--shadow-card);
  border: 1px solid rgba(62, 9, 138, 0.08); margin-bottom: 12px; overflow: hidden;
}
.acc summary {
  cursor: pointer; list-style: none; padding: 17px 46px 17px 20px; position: relative;
  font-family: var(--font-head); font-weight: 600; font-size: 17px; color: var(--purple);
}
.acc summary::-webkit-details-marker { display: none; }
.acc summary::after {
  content: "+"; position: absolute; right: 18px; top: 50%; transform: translateY(-50%);
  font-family: var(--font-ui); font-size: 24px; color: var(--green);
}
.acc[open] summary::after { content: "–"; }
.acc-body { padding: 0 20px 18px; font-size: 15px; }
.acc-body ul { padding-left: 20px; display: grid; gap: 8px; }

/* ------------------------------------------------------ offer checklist (LP style) */
.offer-box {
  background: rgba(255, 255, 255, 0.07); border: 1px solid rgba(255, 255, 255, 0.18);
  border-radius: var(--radius); padding: 26px 22px; margin-top: 24px; text-align: left;
}
.checklist { list-style: none; }
.checklist li { display: flex; gap: 12px; align-items: flex-start; padding: 9px 0; font-size: 16px; }
.checklist .check {
  flex: 0 0 26px; height: 26px; border-radius: 50%; background: var(--green);
  display: inline-flex; align-items: center; justify-content: center;
  font-family: var(--font-ui); font-weight: 900; font-size: 15px; color: var(--white); margin-top: 2px;
}
.band .checklist strong,
.offer-box:not(.offer-box--light) .checklist strong { color: var(--yellow); }
.band .checklist li, .offer-box:not(.offer-box--light) .checklist li { color: var(--white); }
.offer-box--light {
  background: var(--white);
  border: 2px solid rgba(62, 9, 138, 0.12);
  box-shadow: var(--shadow-card);
}
.offer-box--light .checklist li { color: var(--text); }
.offer-box--light .checklist strong { color: var(--purple-deep); }

/* Birthdays quick-answer spotlight (photo + checklist) */
.bday-quick { padding-top: 40px; padding-bottom: 12px; position: relative; }
.bday-quick > .container { position: relative; z-index: 1; }
.bday-quick .deco-img { opacity: 0.28; }
.bday-quick-grid {
  display: grid; gap: 28px; align-items: center;
  max-width: 1040px; margin: 0 auto;
}
.bday-quick-media {
  position: relative;
  max-width: 520px;
  margin: 0 auto;
}
.bday-quick-hero {
  display: block; width: 100%;
  border-radius: var(--radius);
  box-shadow: 6px 8px 0 rgba(18, 2, 51, 0.22);
  transform: rotate(-1.1deg);
  object-fit: cover;
  aspect-ratio: 4 / 3;
}
.bday-quick-inset {
  position: absolute;
  right: -10px; bottom: -18px;
  width: 34%; max-width: 160px;
  border-radius: 16px;
  border: 3px solid var(--white);
  box-shadow: 4px 5px 0 rgba(18, 2, 51, 0.2);
  transform: rotate(4deg);
  background: var(--white);
  object-fit: cover;
  aspect-ratio: 1;
}
.bday-quick-price {
  position: absolute;
  left: -8px; top: -14px;
  margin: 0;
  transform: rotate(-6deg);
  z-index: 2;
}
.bday-quick-copy { text-align: left; }
.bday-quick-copy h2 { font-size: 30px; margin-bottom: 6px; }
.bday-quick-copy .squig { margin-bottom: 14px; }
.bday-quick-copy .checklist { margin-top: 6px; }
.bday-quick-cta { margin-top: 20px; }
@media (min-width: 820px) {
  .bday-quick-grid { grid-template-columns: 1.05fr 1fr; gap: 48px; }
  .bday-quick-media { margin: 0; max-width: none; }
  .bday-quick-copy h2 { font-size: 34px; }
  .bday-quick-inset { right: -18px; bottom: -22px; width: 38%; }
}
@media (max-width: 520px) {
  .bday-quick-inset { width: 30%; right: 4px; bottom: -12px; }
  .bday-quick-price { left: 4px; top: -10px; font-size: 22px; padding: 10px 14px; }
}

/* Classes — Bring Rockness To You spotlight */
.private-spotlight { padding-top: 48px; padding-bottom: 16px; position: relative; background: #fffdf6; }
.private-spotlight > .container { position: relative; z-index: 1; }
.private-spotlight .deco-img { opacity: 0.28; }
.private-spotlight-grid {
  display: grid; gap: 28px; align-items: center;
  max-width: 1040px; margin: 0 auto;
}
.private-spotlight-media {
  position: relative;
  max-width: 520px;
  margin: 0 auto;
}
.private-spotlight-hero {
  display: block; width: 100%;
  border-radius: var(--radius);
  box-shadow: 6px 8px 0 rgba(18, 2, 51, 0.22);
  transform: rotate(1deg);
  object-fit: cover;
  aspect-ratio: 4 / 3;
}
.private-spotlight-inset {
  position: absolute;
  left: -12px; bottom: -20px;
  width: 42%; max-width: 190px;
  border-radius: 16px;
  border: 3px solid var(--white);
  box-shadow: 4px 5px 0 rgba(18, 2, 51, 0.2);
  transform: rotate(-5deg);
  object-fit: cover;
  aspect-ratio: 5 / 4;
  background: var(--white);
}
.private-spotlight-badge {
  position: absolute;
  right: -6px; top: -12px;
  z-index: 2;
  background: var(--cyan);
  color: var(--purple-ink);
  font-family: var(--font-ui);
  font-weight: 800;
  font-size: 13px;
  letter-spacing: 0.04em;
  text-transform: uppercase;
  padding: 10px 14px;
  border-radius: 14px;
  border: 2px solid var(--purple-ink);
  box-shadow: 4px 5px 0 rgba(18, 2, 51, 0.22);
  transform: rotate(3deg);
}
.private-spotlight-copy { text-align: left; }
.private-spotlight-copy h2 { font-size: 30px; margin-bottom: 6px; }
.private-spotlight-copy .squig { margin-bottom: 12px; }
.private-spotlight-copy > p { margin-bottom: 14px; font-size: 16px; }
.private-spotlight-copy .checklist li { color: var(--text); }
.private-spotlight-copy .checklist strong { color: var(--purple-deep); }
.private-spotlight-cta { margin-top: 20px; }
@media (min-width: 820px) {
  .private-spotlight-grid { grid-template-columns: 1fr 1.05fr; gap: 48px; }
  .private-spotlight-media { margin: 0; max-width: none; }
  .private-spotlight-copy h2 { font-size: 34px; }
}
@media (max-width: 520px) {
  .private-spotlight-inset { width: 36%; left: 4px; bottom: -12px; }
  .private-spotlight-badge { right: 4px; top: -8px; font-size: 11.5px; padding: 8px 11px; }
}

/* ------------------------------------------------------ VS panels (shows) */
.vs-panels { display: grid; gap: 20px; margin-top: 30px; position: relative; }
.vs-panel {
  border-radius: var(--radius); padding: 28px 24px; text-align: left; color: var(--white);
  background: linear-gradient(170deg, #46199c, var(--purple-deep)); border: 2px solid rgba(255, 255, 255, 0.16);
  box-shadow: var(--shadow-card);
}
.vs-panel--alt { background: linear-gradient(170deg, #1f57a3, #143a70); }
.vs-panel h3 { color: var(--white); font-size: 24px; margin-bottom: 4px; }
.vs-panel .vs-for { font-family: var(--font-ui); font-size: 13px; letter-spacing: 0.08em; text-transform: uppercase; color: var(--yellow); font-weight: 700; }
.vs-specs { list-style: none; margin: 14px 0 16px; display: grid; gap: 8px; font-family: var(--font-ui); font-size: 15px; }
.vs-specs li { display: flex; gap: 10px; align-items: center; }
.vs-specs svg { width: 16px; height: 16px; color: var(--yellow); flex: none; }
.vs-badge {
  position: absolute; left: 50%; top: 50%; transform: translate(-50%, -50%) rotate(-6deg); z-index: 2;
  width: 64px; height: 64px; border-radius: 50%; background: var(--yellow); color: var(--purple-deep);
  display: none; align-items: center; justify-content: center;
  font-family: var(--font-head); font-weight: 700; font-size: 20px;
  box-shadow: 5px 6px 0 rgba(18, 2, 51, 0.3); border: 3px solid var(--purple-ink);
}
@media (min-width: 800px) {
  .vs-panels { grid-template-columns: 1fr 1fr; gap: 34px; }
  .vs-badge { display: flex; }
}

/* ------------------------------------------------------ cred / venue strip */
.cred-strip { overflow: hidden; background: var(--purple-ink); padding: 13px 0; }
.cred-track {
  display: flex; width: max-content; animation: marquee 26s linear infinite;
  font-family: var(--font-ui); font-weight: 700; font-size: 14px; letter-spacing: 0.16em;
  color: rgba(255, 255, 255, 0.85); text-transform: uppercase; white-space: nowrap; align-items: center;
}
.cred-track svg { width: 13px; height: 13px; margin: 0 18px; color: var(--yellow); flex: none; }

/* ------------------------------------------------------ stat tiles */
.stat-tiles { display: grid; gap: 16px; margin-top: 26px; }
.stat-tile {
  background: var(--white); border-radius: var(--radius); padding: 24px 18px 20px;
  box-shadow: var(--shadow-card); border-bottom: 5px solid var(--cyan); text-align: center;
}
.stat-tile:nth-child(2) { border-bottom-color: var(--green); }
.stat-tile:nth-child(3) { border-bottom-color: var(--yellow); }
.stat-tile:nth-child(4) { border-bottom-color: var(--orange); }
.stat-num { font-family: var(--font-head); font-weight: 700; font-size: 34px; color: var(--purple); line-height: 1.1; }
.stat-label { font-family: var(--font-ui); font-size: 13.5px; color: var(--muted); margin-top: 4px; }
@media (min-width: 700px) { .stat-tiles { grid-template-columns: repeat(3, 1fr); } }

/* ------------------------------------------------------ split hub (school programs) */
.hub-panels { display: grid; gap: 24px; margin-top: 30px; }
.hub-panel {
  border-radius: var(--radius); overflow: hidden; background: var(--white); text-align: left;
  box-shadow: var(--shadow-card); border: 1px solid rgba(62, 9, 138, 0.08);
  display: flex; flex-direction: column;
}
.hub-panel img { height: 220px; width: 100%; object-fit: cover; }
.hub-body { padding: 26px 24px; display: flex; flex-direction: column; gap: 12px; flex: 1; }
.hub-body h3 { font-size: 25px; }
.hub-body ul { padding-left: 20px; display: grid; gap: 7px; font-size: 15px; }
.hub-body .btn { margin-top: auto; align-self: flex-start; }
@media (min-width: 800px) { .hub-panels { grid-template-columns: 1fr 1fr; } }

/* ------------------------------------------------------ spec card (enrichment rider) */
.spec-card {
  background: var(--purple-ink); color: var(--white); border-radius: var(--radius);
  padding: 26px 24px; box-shadow: var(--shadow-card); text-align: left;
  border-top: 6px solid var(--yellow); max-width: 460px;
}
.spec-card h3 { color: var(--yellow); font-size: 15px; font-family: var(--font-ui); letter-spacing: 0.12em; text-transform: uppercase; margin-bottom: 14px; }
.spec-card dl { display: grid; grid-template-columns: auto 1fr; gap: 9px 16px; font-size: 14.5px; font-family: var(--font-ui); }
.spec-card dt { color: rgba(255, 255, 255, 0.65); }
.spec-card dd { font-weight: 500; }

/* ------------------------------------------------------ menu cards (libraries) */
.menu-cards { display: grid; gap: 18px; margin-top: 26px; text-align: left; }
.menu-card {
  background: var(--white); border-radius: var(--radius); padding: 24px 22px;
  box-shadow: var(--shadow-card); border-left: 6px solid var(--cyan);
  display: flex; flex-direction: column; gap: 8px;
}
.menu-card:nth-child(2) { border-left-color: var(--green); }
.menu-card:nth-child(3) { border-left-color: var(--yellow); }
.menu-card:nth-child(4) { border-left-color: var(--orange); }
.menu-card h3 { font-size: 21px; }
.menu-spec { font-family: var(--font-ui); font-size: 12.5px; font-weight: 700; letter-spacing: 0.07em; text-transform: uppercase; color: var(--blue); }
.menu-card p { font-size: 15px; }
.menu-card .btn { align-self: flex-start; margin-top: 6px; padding: 13px 24px; font-size: 15px; }
@media (min-width: 800px) { .menu-cards { grid-template-columns: 1fr 1fr; } }

/* ------------------------------------------------------ story timeline (about) */
.story { max-width: 680px; margin: 26px auto 0; text-align: left; position: relative; }
.story::before {
  content: ""; position: absolute; left: 10px; top: 12px; bottom: 12px; width: 4px; border-radius: 4px;
  background: linear-gradient(var(--yellow), var(--orange), var(--purple));
}
.story-item { position: relative; padding: 0 0 26px 42px; }
.story-item::before {
  content: ""; position: absolute; left: 2px; top: 6px; width: 20px; height: 20px; border-radius: 50%;
  background: var(--yellow); border: 3px solid var(--purple-ink); box-shadow: 2px 3px 0 rgba(18, 2, 51, 0.2);
}
.story-item:nth-child(even)::before { background: var(--cyan); }
.story-item h3 { font-size: 19px; margin-bottom: 4px; }
.story-item p { font-size: 15px; }

/* ------------------------------------------------------ featured quote */
.quote-feature {
  position: relative; background: var(--white); border-radius: var(--radius);
  box-shadow: var(--shadow-card); padding: 34px 30px 24px; max-width: 680px; margin: 26px auto 0;
  font-size: 17.5px; text-align: center;
}
.quote-feature::before {
  content: "\201C"; position: absolute; top: -18px; left: 20px; font-family: var(--font-head);
  font-size: 120px; line-height: 1; color: rgba(255, 211, 28, 0.5); pointer-events: none;
}
.quote-feature cite { display: block; margin-top: 14px; font-family: var(--font-ui); font-style: normal; font-size: 14px; color: var(--muted); }
.quote-feature cite strong { color: var(--purple); }

/* ------------------------------------------------------ photo duo + misc */
.photo-duo { display: grid; gap: 16px; margin-top: 26px; }
.photo-duo img { border-radius: var(--radius); box-shadow: var(--shadow-card); width: 100%; object-fit: cover; }
.photo-duo img:first-child { transform: rotate(-1.2deg); }
.photo-duo img:last-child { transform: rotate(1.2deg); }
@media (min-width: 700px) { .photo-duo { grid-template-columns: 1fr 1fr; } }
.photo-trio {
  display: grid;
  gap: 14px;
  margin-top: 26px;
  max-width: 980px;
  margin-left: auto;
  margin-right: auto;
}
.photo-trio img {
  border-radius: var(--radius);
  box-shadow: var(--shadow-card);
  width: 100%;
  aspect-ratio: 4 / 5;
  object-fit: cover;
}
.photo-trio img:nth-child(1) { transform: rotate(-1.2deg); }
.photo-trio img:nth-child(2) { transform: rotate(0.8deg); aspect-ratio: 5 / 4; }
.photo-trio img:nth-child(3) { transform: rotate(1.2deg); }
@media (min-width: 700px) {
  .photo-trio { grid-template-columns: 1fr 1.15fr 1fr; align-items: center; }
}

.feature-row { display: grid; gap: 26px; align-items: center; margin-top: 26px; text-align: left; }
.feature-row img { border-radius: var(--radius); box-shadow: var(--shadow-card); }
.feature-row h3 { font-size: 22px; margin-bottom: 8px; }
.feature-row p { margin-bottom: 10px; font-size: 15.5px; }
@media (min-width: 800px) {
  .feature-row { grid-template-columns: 1fr 1fr; gap: 44px; }
  .feature-row--flip > :first-child { order: 2; }
}

.price-sticker {
  display: inline-block; background: var(--yellow); color: var(--purple-deep);
  font-family: var(--font-head); font-weight: 700; font-size: 26px;
  padding: 10px 26px 13px; border-radius: 16px; border: 2px solid var(--purple-ink);
  box-shadow: 5px 6px 0 rgba(18, 2, 51, 0.25); transform: rotate(-2deg); margin: 18px 0 6px;
}
.price-sticker small { display: block; font-family: var(--font-ui); font-weight: 700; font-size: 12.5px; letter-spacing: 0.06em; }

.favor-row {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 18px;
  max-width: 920px;
  margin: 28px auto 0;
  text-align: left;
}
.favor-item {
  margin: 0;
  transition: transform 0.25s ease;
}
.favor-item:nth-child(odd) { transform: rotate(-1.4deg); }
.favor-item:nth-child(even) { transform: rotate(1.4deg); }
.favor-item:hover { transform: rotate(0deg) translateY(-4px); }
.favor-media {
  position: relative;
  aspect-ratio: 1;
  border: 3px solid var(--purple-ink);
  border-radius: 22px;
  box-shadow: var(--shadow-sticker);
  overflow: hidden;
  background: #fff;
}
.favor-item--green .favor-media { border-color: #4d8a2c; }
.favor-item--cyan .favor-media { border-color: #1590a3; }
.favor-item--yellow .favor-media { border-color: #b28600; }
.favor-item--orange .favor-media { border-color: #c77c00; }
.favor-media img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
  display: block;
}
.favor-media::after {
  content: "";
  position: absolute;
  inset: auto 0 0;
  height: 48%;
  background: linear-gradient(to top, rgba(18, 2, 51, 0.72), transparent);
  pointer-events: none;
}
.favor-media figcaption {
  position: absolute;
  left: 10px;
  right: 10px;
  bottom: 10px;
  z-index: 1;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 8px;
  font-family: var(--font-ui);
}
.favor-media figcaption strong {
  font-size: 14px;
  font-weight: 700;
  color: #fff;
  letter-spacing: 0.01em;
  text-shadow: 0 1px 2px rgba(18, 2, 51, 0.35);
}
.favor-price {
  flex: none;
  font-size: 13px;
  font-weight: 700;
  color: var(--purple-deep);
  background: var(--yellow);
  border: 2px solid var(--purple-ink);
  border-radius: 999px;
  padding: 4px 10px;
  box-shadow: 2px 2px 0 rgba(18, 2, 51, 0.18);
}
@media (max-width: 760px) {
  .favor-row { grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 14px; }
  .favor-item:nth-child(odd),
  .favor-item:nth-child(even) { transform: none; }
  .favor-item:hover { transform: translateY(-3px); }
  .favor-media { border-radius: 16px; }
  .favor-media figcaption strong { font-size: 13px; }
}

/* ============================================================================
   Forms, teachers, media & location structures (batch 2)
   ========================================================================== */

/* ------------------------------------------------------ form shell */
.form-shell {
  background: var(--white); border-radius: var(--radius); box-shadow: var(--shadow-card);
  border-top: 6px solid var(--green); padding: 30px 26px; max-width: 780px; margin: 26px auto 0;
  position: relative; z-index: 1; text-align: left;
}
input, select, textarea { accent-color: var(--purple); }
.form-shell .contact-form input, .form-shell .contact-form select, .form-shell .contact-form textarea {
  background: #f7f4ee; border: 1.5px solid rgba(62, 9, 138, 0.14);
}
.form-shell .contact-form input:focus, .form-shell .contact-form select:focus, .form-shell .contact-form textarea:focus {
  border-color: var(--cyan); outline: none; background: var(--white);
}

/* wide registration forms */
.contact-form--wide { display: grid; gap: 16px; max-width: none; }
.contact-form--wide legend {
  position: static; width: auto; height: auto; overflow: visible; clip: auto; margin: 0;
  display: block; font-family: var(--font-ui); font-weight: 700; font-size: 14px; color: var(--purple-deep);
}
.contact-form--wide .btn { justify-self: center; min-width: 220px; margin-top: 6px; }
.contact-form--wide [data-hs-status] { font-family: var(--font-ui); font-size: 14px; text-align: center; min-height: 1em; }
@media (min-width: 700px) {
  .contact-form--wide { grid-template-columns: 1fr 1fr; }
  .contact-form--wide > .field:has(textarea),
  .contact-form--wide > div:has(textarea),
  .contact-form--wide fieldset,
  .contact-form--wide .btn,
  .contact-form--wide [data-hs-status],
  .contact-form--wide .form-success { grid-column: 1 / -1; }
}

.radio-fieldset, .addr-group {
  border: 1.5px solid rgba(62, 9, 138, 0.14); border-radius: 14px; padding: 16px 18px 18px;
  background: #fbf9f4;
}
.radio-fieldset legend, .addr-group legend { padding: 0 8px; margin: 0 0 10px; }
.radio-group {
  display: flex; flex-wrap: wrap; gap: 10px;
}
.radio-group--compact {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 10px;
  max-width: 280px;
}
.radio-group--compact .radio-option {
  justify-content: flex-start;
  min-height: 44px;
  padding: 10px 12px !important;
}

/* Custom radio / checkbox chips — keep flex so labels never stack into weird circles */
.contact-form .radio-option,
.contact-form--wide .radio-option {
  display: inline-flex !important;
  flex-direction: row !important;
  align-items: center !important;
  gap: 10px;
  cursor: pointer;
  font-family: var(--font-ui);
  font-size: 14.5px !important;
  font-weight: 650 !important;
  color: var(--purple-deep) !important;
  background: var(--white);
  border: 2px solid rgba(62, 9, 138, 0.2);
  border-radius: 12px !important;
  padding: 12px 14px !important;
  margin: 0 !important;
  position: static !important;
  width: auto;
  max-width: 100%;
  line-height: 1.35;
  box-shadow: 2px 3px 0 rgba(18, 2, 51, 0.08);
  transition: border-color 0.15s ease, background 0.15s ease, box-shadow 0.15s ease, transform 0.12s ease;
}
.contact-form .radio-option:hover {
  border-color: var(--purple);
  transform: translateY(-1px);
}
.contact-form .radio-option:has(input:checked) {
  border-color: var(--green);
  background: rgba(139, 201, 104, 0.16);
  box-shadow: 2px 3px 0 rgba(77, 138, 44, 0.18);
}
.contact-form .radio-option input[type="radio"],
.contact-form .radio-option input[type="checkbox"] {
  appearance: none;
  -webkit-appearance: none;
  flex: 0 0 22px;
  width: 22px !important;
  height: 22px !important;
  margin: 0 !important;
  padding: 0 !important;
  border: 2.5px solid var(--purple) !important;
  border-radius: 50% !important;
  background: var(--white) !important;
  box-shadow: none !important;
  display: grid !important;
  place-items: center;
  cursor: pointer;
}
.contact-form .radio-option input[type="checkbox"] {
  border-radius: 6px !important;
}
.contact-form .radio-option input[type="radio"]::after,
.contact-form .radio-option input[type="checkbox"]::after {
  content: "";
  width: 10px; height: 10px;
  border-radius: 50%;
  background: transparent;
  transition: background 0.12s ease, transform 0.12s ease;
  transform: scale(0.4);
}
.contact-form .radio-option input[type="checkbox"]::after {
  width: 11px; height: 7px;
  border-radius: 0;
  border: 2.5px solid transparent;
  border-top: 0; border-left: 0;
  background: transparent;
  transform: rotate(45deg) scale(0.4);
  margin-bottom: 2px;
}
.contact-form .radio-option input:checked {
  background: var(--green) !important;
  border-color: #4d8a2c !important;
}
.contact-form .radio-option input[type="radio"]:checked::after {
  background: var(--white);
  transform: scale(1);
}
.contact-form .radio-option input[type="checkbox"]:checked::after {
  border-color: var(--white);
  transform: rotate(45deg) scale(1);
}

.addr-group > div { margin-top: 10px; }
.addr-group .form-row { display: grid; gap: 10px; }
@media (min-width: 600px) { .addr-group .form-row { grid-template-columns: 1fr 1fr; } }
.sub, .field-caption { display: block; font-family: var(--font-ui); font-size: 11.5px; color: var(--muted); margin-top: 3px; }
.form-row { display: grid; gap: 10px; }
@media (min-width: 600px) { .form-row { grid-template-columns: 1fr 1fr; } }

/* ------------------------------------------------------ teacher cards */
.teacher-cards { display: grid; gap: 22px; margin-top: 26px; text-align: left; }
.teacher-card {
  background: var(--white); border-radius: var(--radius); overflow: hidden;
  box-shadow: var(--shadow-card); border: 1px solid rgba(62, 9, 138, 0.08);
  display: flex; flex-direction: column;
}
.teacher-card .teacher-photo { width: 100%; height: 300px; object-fit: cover; object-position: center 22%; }
.teacher-body { padding: 22px 22px 24px; display: flex; flex-direction: column; flex: 1; }
.teacher-body h3 { font-size: 23px; }
.teacher-role {
  font-family: var(--font-ui); font-size: 12px; font-weight: 700; letter-spacing: 0.08em;
  text-transform: uppercase; color: var(--blue); margin-bottom: 10px;
}
.teacher-body > p { font-size: 14.5px; }
.liner {
  list-style: none; margin-top: 16px; padding: 14px 16px; border-radius: 12px;
  background: var(--cream); border: 1px solid rgba(62, 9, 138, 0.08);
  display: grid; gap: 7px; font-family: var(--font-ui); font-size: 13px;
}
.liner-title { font-family: var(--font-ui); font-weight: 700; font-size: 11px; letter-spacing: 0.12em; text-transform: uppercase; color: var(--purple); }
.liner li { display: flex; gap: 8px; align-items: baseline; }
.liner svg { width: 13px; height: 13px; flex: none; color: var(--orange); align-self: center; }
.liner strong { color: var(--purple); }
@media (min-width: 800px) { .teacher-cards { grid-template-columns: 1fr 1fr; } }

/* ------------------------------------------------------ media grids */
.video-grid { display: grid; gap: 18px; margin-top: 24px; }
.video-grid .video-shell { margin: 0; max-width: none; }
@media (min-width: 760px) { .video-grid { grid-template-columns: 1fr 1fr; } }

.photo-grid { display: grid; gap: 14px; margin-top: 24px; grid-template-columns: repeat(2, 1fr); }
.photo-grid img { border-radius: 14px; box-shadow: var(--shadow-card); width: 100%; height: 100%; object-fit: cover; }
.photo-grid img:nth-child(3n+1) { transform: rotate(-0.8deg); }
.photo-grid img:nth-child(3n+2) { transform: rotate(0.7deg); }
@media (min-width: 800px) { .photo-grid { grid-template-columns: repeat(3, 1fr); } }

.soundcloud-embed iframe { width: 100%; height: 420px; border: 0; border-radius: var(--radius); box-shadow: var(--shadow-card); }

/* ------------------------------------------------------ location tiles */
.locations-grid { display: grid; gap: 16px; margin-top: 26px; grid-template-columns: repeat(2, 1fr); }
.location-tile {
  position: relative; display: block; border-radius: var(--radius); overflow: hidden;
  aspect-ratio: 4 / 3; box-shadow: var(--shadow-card); text-decoration: none;
}
.location-tile img { width: 100%; height: 100%; object-fit: cover; transition: transform 0.35s ease; }
.location-tile:hover img { transform: scale(1.06); }
.location-tile::after {
  content: ""; position: absolute; inset: 0;
  background: linear-gradient(180deg, transparent 45%, rgba(18, 2, 51, 0.55) 100%);
}
.location-tile span {
  position: absolute; z-index: 1; bottom: 12px; left: 12px;
  font-family: var(--font-ui); font-weight: 700; font-size: 14.5px;
  background: var(--yellow); color: var(--purple-deep); padding: 7px 14px; border-radius: 10px;
  box-shadow: 3px 3px 0 rgba(18, 2, 51, 0.28); transform: rotate(-1.5deg);
}
.location-tile:nth-child(3n) span { background: var(--cyan); color: var(--purple-ink); transform: rotate(1.2deg); }
.location-tile:nth-child(4n) span { background: var(--green); color: var(--purple-ink); }
@media (min-width: 800px) { .locations-grid { grid-template-columns: repeat(3, 1fr); } }
@media (min-width: 1040px) { .locations-grid { grid-template-columns: repeat(4, 1fr); } }

/* ------------------------------------------------------ thank you */
.thanks-wrap { text-align: center; padding: 70px 0 60px; position: relative; }
.thanks-sticker {
  display: inline-block; background: var(--yellow); color: var(--purple-deep);
  font-family: var(--font-head); font-weight: 700; font-size: 44px; line-height: 1.1;
  padding: 14px 34px 20px; border-radius: 20px; border: 3px solid var(--purple-ink);
  box-shadow: 8px 9px 0 rgba(18, 2, 51, 0.25); transform: rotate(-2.5deg); margin-bottom: 22px;
}

/* ------------------------------------------------------ 404 */
.lost-wrap { text-align: center; padding: 48px 0 60px; position: relative; overflow: hidden; }
.lost-sticker {
  display: inline-block; background: var(--cyan); color: var(--purple-ink);
  font-family: var(--font-head); font-weight: 700; font-size: 40px; line-height: 1;
  letter-spacing: 0.04em; padding: 12px 28px 16px; border-radius: 18px;
  border: 3px solid var(--purple-ink); box-shadow: 8px 9px 0 rgba(18, 2, 51, 0.25);
  transform: rotate(-3deg); margin-bottom: 28px;
  animation: lost-wobble 3.8s ease-in-out infinite alternate;
}
.lost-sticker--hero {
  font-size: clamp(36px, 6vw, 52px);
  margin-bottom: 18px;
  box-shadow: 6px 7px 0 rgba(18, 2, 51, 0.35);
}
.page-hero .lost-sticker--hero { display: inline-block; }
.lost-doors { margin-top: 14px; }
.lost-map {
  display: grid; gap: 10px; margin: 14px auto 0; max-width: 820px;
  grid-template-columns: repeat(2, 1fr);
}
.lost-map a {
  display: flex; flex-direction: column; align-items: center; gap: 8px;
  text-decoration: none; text-align: center;
  font-family: var(--font-ui); font-weight: 700; font-size: 14px;
  color: var(--purple-deep); background: var(--white);
  border: 2px solid var(--purple-ink); border-radius: 14px;
  padding: 16px 12px 14px; box-shadow: var(--shadow-sticker);
  transition: transform 0.18s ease, box-shadow 0.18s ease;
}
.lost-map-ic {
  width: 38px; height: 38px; border-radius: 50%;
  display: inline-flex; align-items: center; justify-content: center; flex: none;
}
.lost-map-ic svg { width: 20px; height: 20px; }
.lost-map-ic--green { background: rgba(139, 201, 104, 0.22); color: #4d8a2c; }
.lost-map-ic--blue { background: rgba(48, 115, 201, 0.16); color: var(--blue); }
.lost-map-ic--yellow { background: rgba(255, 211, 28, 0.3); color: #b28600; }
.lost-map-ic--orange { background: rgba(251, 174, 23, 0.22); color: #c77c00; }
.lost-map-ic--cyan { background: rgba(53, 194, 214, 0.2); color: #1590a3; }
.lost-map-ic--pink { background: rgba(224, 68, 106, 0.14); color: #e0446a; }
.lost-map a:nth-child(4n+1) { transform: rotate(-1.2deg); }
.lost-map a:nth-child(4n+2) { transform: rotate(1deg); }
.lost-map a:nth-child(4n+3) { transform: rotate(0.8deg); }
.lost-map a:nth-child(4n) { transform: rotate(-0.9deg); }
.lost-map a:hover {
  transform: rotate(0deg) translateY(-4px);
  box-shadow: 7px 9px 0 rgba(18, 2, 51, 0.3);
  color: var(--purple);
}
@media (min-width: 700px) {
  .lost-map { grid-template-columns: repeat(3, 1fr); }
}
@media (min-width: 980px) {
  .lost-map { grid-template-columns: repeat(4, 1fr); }
}
.lost-ctas {
  margin-top: 22px; display: flex; flex-wrap: wrap; gap: 12px; justify-content: center;
}
.lost-skate {
  bottom: 40px; right: 2%; width: 130px;
  display: none;
}
@media (min-width: 1280px) {
  .lost-skate { display: block; }
}
@keyframes lost-wobble {
  from { transform: rotate(-3.5deg) translateY(0); }
  to { transform: rotate(-1deg) translateY(-6px); }
}
@media (prefers-reduced-motion: reduce) {
  .lost-sticker { animation: none; }
}

/* ------------------------------------------------------ prose (legal + blog) */
.prose { max-width: 760px; margin: 0 auto; text-align: left; }
.prose h2 { font-size: 26px; margin: 30px 0 10px; }
.prose h3 { font-size: 19px; margin: 24px 0 8px; }
.prose p { margin-bottom: 14px; font-size: 15px; }
.prose ul, .prose ol { margin: 0 0 16px 1.2em; font-size: 15px; }
.prose li { margin-bottom: 8px; }
.prose img { border-radius: 14px; margin: 22px 0; box-shadow: var(--shadow-card); }
.prose a { font-weight: 600; text-underline-offset: 2px; }
.prose blockquote {
  margin: 22px 0; padding: 14px 18px; border-left: 4px solid var(--cyan);
  background: rgba(53, 194, 214, 0.08); border-radius: 0 12px 12px 0;
  font-size: 15.5px;
}

/* ------------------------------------------------------ blog */
.blog-index-hero { padding: 56px 0 28px; }
.blog-grid {
  display: grid; gap: 22px;
  grid-template-columns: 1fr;
}
@media (min-width: 700px) {
  .blog-grid { grid-template-columns: 1fr 1fr; }
}
@media (min-width: 1000px) {
  .blog-grid { grid-template-columns: 1fr 1fr 1fr; }
}
.blog-card {
  display: flex; flex-direction: column; text-decoration: none; color: inherit;
  background: var(--white); border-radius: var(--radius); overflow: hidden;
  border: 2px solid rgba(62, 9, 138, 0.1); box-shadow: var(--shadow-card);
  transition: transform .18s ease, box-shadow .18s ease;
}
.blog-card:hover { transform: translateY(-3px); box-shadow: rgba(62, 9, 138, 0.14) 0 14px 32px; }
.blog-card-img { aspect-ratio: 16 / 10; overflow: hidden; background: var(--purple-deep); }
.blog-card-img img { width: 100%; height: 100%; object-fit: cover; }
.blog-card-body { padding: 18px 18px 22px; flex: 1; display: flex; flex-direction: column; }
.blog-card-body time {
  font-family: var(--font-ui); font-size: 12px; font-weight: 700;
  letter-spacing: 0.06em; text-transform: uppercase; color: var(--blue);
}
.blog-card-body h2 {
  font-size: 20px; margin: 8px 0 10px; text-transform: none; line-height: 1.25;
}
.blog-card-body p {
  font-size: 14.5px; color: var(--muted); margin: 0 0 14px; flex: 1;
}
.blog-card-more {
  font-family: var(--font-ui); font-weight: 700; font-size: 14px; color: var(--purple);
}

.blog-post-hero { padding: 48px 0 18px; }
.blog-post-hero h1 {
  font-size: clamp(28px, 4vw, 42px); text-transform: none; max-width: 820px;
}
.blog-meta, .blog-byline {
  font-family: var(--font-ui); font-size: 13px; font-weight: 600; color: var(--muted);
  margin-bottom: 10px;
}
.blog-meta a, .blog-byline a { color: var(--blue); }
.blog-feature { max-width: 900px; margin: 8px auto 28px; }
.blog-feature img { width: 100%; border-radius: 18px; box-shadow: var(--shadow-card); }
.blog-prose { padding-bottom: 12px; }
.blog-prose h2, .blog-prose h3 { text-transform: none; }
.blog-back {
  max-width: 760px; margin: 8px auto 0; font-family: var(--font-ui); font-weight: 700;
}

.blog-source, .blog-faq, .blog-related {
  max-width: 760px; margin: 28px auto 0; text-align: left;
}
.blog-source {
  font-size: 14.5px; padding: 14px 16px; background: rgba(53, 194, 214, 0.1);
  border-radius: 12px; border-left: 4px solid var(--cyan);
}
.blog-faq h2, .blog-related h2 {
  font-size: 24px; text-transform: none; margin-bottom: 12px;
}
.blog-faq-list .acc { margin-bottom: 8px; }
.blog-related ul { margin: 0 0 0 1.1em; }
.blog-related li { margin-bottom: 8px; font-size: 15px; }

/* ------------------------------------------------------ chip row (campaign pages) */
.chip-row { display: flex; flex-wrap: wrap; gap: 12px; justify-content: center; margin-top: 20px; }
.chip {
  display: inline-block; background: var(--white); color: var(--purple-deep);
  font-family: var(--font-ui); font-weight: 700; font-size: 14px;
  border: 2px solid var(--purple-ink); border-radius: 30px; padding: 9px 18px;
  box-shadow: 3px 4px 0 rgba(18, 2, 51, 0.22);
}
.chip:nth-child(odd) { transform: rotate(-1.5deg); }
.chip:nth-child(even) { transform: rotate(1.5deg); }

/* geo pages: local closer prose */
.local-notes { max-width: 720px; margin: 22px auto 0; text-align: left; font-size: 15.5px; }
.local-notes p { margin-bottom: 14px; }
@media (min-width: 800px) { .offer-grid { grid-template-columns: 1.3fr 1fr; } }
