:root {
  color-scheme: dark;
  /* Cinematic studio: deep base + warm gold + cool creative undertone */
  --bg: #111114;
  --bg-soft: #17171b;
  --bg-elevated: #211f25;
  --media-surface: #1d1b21;
  --section-a: #111116;
  --section-b: linear-gradient(180deg, #14141a 0%, #111117 48%, #14141a 100%);
  --panel: rgba(255, 248, 235, 0.1);
  --panel-strong: rgba(255, 248, 235, 0.14);
  --text: #f7f2ea;
  --muted: #d8cfc0;
  --line: rgba(214, 175, 92, 0.22);
  --accent: #c9973f;
  --accent-bright: #f2c46b;
  --glow-warm: rgba(242, 196, 107, 0.14);
  --glow-amber: rgba(201, 151, 63, 0.12);
  --glow-cool: rgba(110, 125, 190, 0.09);
  --cinema-void: #0d0d10;
  --shadow: 0 28px 64px rgba(0, 0, 0, 0.45);
  --radius: 24px;
  --max: 1160px;
  /* Sticky nav (~68px) + breathing room for in-page anchors */
  --nav-scroll-offset: 56px;
  --nav-pill-hover: rgba(255, 255, 255, 0.04);
  --nav-dropdown-bg: linear-gradient(165deg, rgba(31, 29, 36, 0.98), rgba(18, 17, 22, 0.99));
  --body-atmosphere:
    radial-gradient(ellipse 120% 55% at 50% -15%, rgba(242, 196, 107, 0.16), transparent 58%),
    radial-gradient(ellipse 70% 90% at 105% 35%, rgba(110, 125, 190, 0.11), transparent 52%),
    radial-gradient(ellipse 55% 75% at -8% 70%, rgba(201, 151, 63, 0.13), transparent 48%),
    radial-gradient(ellipse 90% 40% at 50% 108%, rgba(201, 151, 63, 0.08), transparent 45%),
    linear-gradient(165deg, #14141a 0%, #101015 35%, #121218 70%, #0d0d10 100%);
}

/* Drum page premium lesson layout */
body[data-jg-nav="drums"] .drum-premium-hero {
  padding-top: clamp(56px, 8vw, 104px);
  padding-bottom: clamp(46px, 7vw, 88px);
}

body[data-jg-nav="drums"] .drum-premium-hero-grid {
  display: grid;
  grid-template-columns: minmax(0, 1.12fr) minmax(280px, .88fr);
  gap: clamp(24px, 4vw, 54px);
  align-items: center;
}

body[data-jg-nav="drums"] .drum-premium-copy h1 {
  max-width: 13ch;
  margin-bottom: 18px;
  font-size: clamp(3rem, 8vw, 6.35rem);
  line-height: .9;
  letter-spacing: -.055em;
}

body[data-jg-nav="drums"] .drum-premium-copy .drum-sales-lede {
  max-width: 58ch;
  color: rgba(247, 242, 234, .88);
}

body[data-jg-nav="drums"] .drum-location-pill {
  display: inline-flex;
  align-items: center;
  width: fit-content;
  max-width: 100%;
  margin: 4px 0 0;
  padding: 9px 12px;
  border: 1px solid rgba(242, 196, 107, .25);
  border-radius: 999px;
  background: rgba(255, 248, 235, .08);
  color: rgba(247, 242, 234, .9);
  font-size: .88rem;
  font-weight: 800;
  line-height: 1.2;
}

body[data-jg-nav="drums"] .drum-premium-actions {
  margin-top: 22px;
}

body[data-jg-nav="drums"] .drum-premium-proof {
  margin-top: 22px;
  max-width: 58ch;
}

body[data-jg-nav="drums"] .drum-premium-image-card {
  position: relative;
  overflow: hidden;
  margin: 0;
  border: 1px solid rgba(242, 196, 107, .22);
  border-radius: 28px;
  background: linear-gradient(165deg, rgba(255, 248, 235, .12), rgba(255, 248, 235, .035));
  box-shadow: 0 28px 70px rgba(0, 0, 0, .32);
}

body[data-jg-nav="drums"] .drum-premium-image-card img {
  display: block;
  width: 100%;
  aspect-ratio: 4 / 5;
  object-fit: cover;
}

body[data-jg-nav="drums"] .drum-premium-image-caption {
  position: absolute;
  left: 16px;
  right: 16px;
  bottom: 16px;
  display: flex;
  justify-content: space-between;
  gap: 10px;
  align-items: center;
  padding: 12px;
  border: 1px solid rgba(255, 255, 255, .18);
  border-radius: 18px;
  background: rgba(10, 10, 14, .68);
  -webkit-backdrop-filter: blur(14px) saturate(1.15);
  backdrop-filter: blur(14px) saturate(1.15);
}

body[data-jg-nav="drums"] .drum-premium-image-caption span {
  color: rgba(247, 242, 234, .72);
  font-size: .75rem;
  font-weight: 800;
  letter-spacing: .08em;
  text-transform: uppercase;
}

body[data-jg-nav="drums"] .drum-premium-image-caption strong {
  color: #fff;
  font-size: .92rem;
}

body[data-jg-nav="drums"] .drum-premium-section .section-head h2 {
  max-width: 760px;
}

body[data-jg-nav="drums"] .drum-premium-card-grid {
  grid-template-columns: repeat(3, minmax(0, 1fr));
}

body[data-jg-nav="drums"] .drum-premium-card,
body[data-jg-nav="drums"] .drum-price-card,
body[data-jg-nav="drums"] .drum-video-card {
  border-color: rgba(242, 196, 107, .16);
  background:
    radial-gradient(circle at top right, rgba(242, 196, 107, .1), transparent 38%),
    linear-gradient(180deg, rgba(255, 248, 235, .075), rgba(255, 248, 235, .028));
}

body[data-jg-nav="drums"] .drum-skill-cloud {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  max-width: 920px;
}

body[data-jg-nav="drums"] .drum-skill-cloud span {
  display: inline-flex;
  align-items: center;
  min-height: 44px;
  padding: 10px 13px;
  border: 1px solid rgba(242, 196, 107, .18);
  border-radius: 999px;
  background: rgba(255, 248, 235, .07);
  color: rgba(247, 242, 234, .88);
  font-size: .92rem;
  font-weight: 800;
}

body[data-jg-nav="drums"] .drum-video-card {
  padding: clamp(16px, 3vw, 26px);
  border: 1px solid rgba(242, 196, 107, .16);
  border-radius: 28px;
  box-shadow: 0 24px 60px rgba(0, 0, 0, .22);
}

body[data-jg-nav="drums"] .drum-video-head {
  margin-bottom: 18px;
}

body[data-jg-nav="drums"] .drum-video-frame {
  overflow: hidden;
  border: 1px solid rgba(255, 255, 255, .12);
  border-radius: 22px;
  background: #050507;
}

body[data-jg-nav="drums"] .drum-video-frame video {
  display: block;
  width: 100%;
  max-height: min(72vh, 680px);
  object-fit: contain;
  background: #050507;
}

body[data-jg-nav="drums"] .drum-pricing-grid {
  grid-template-columns: repeat(3, minmax(0, 1fr));
}

body[data-jg-nav="drums"] .drum-price-card {
  position: relative;
  min-height: 260px;
}

body[data-jg-nav="drums"] .drum-price-card h3 {
  font-size: clamp(1.45rem, 3vw, 2rem);
  letter-spacing: -.025em;
}

body[data-jg-nav="drums"] .drum-price-card--featured {
  transform: translateY(-8px);
  border-color: rgba(242, 196, 107, .44);
  box-shadow: 0 28px 70px rgba(0, 0, 0, .24), 0 0 0 1px rgba(242, 196, 107, .12) inset;
}

body[data-jg-nav="drums"] .drum-price-card--featured::before {
  content: "Recommended";
  position: absolute;
  top: 14px;
  right: 14px;
  padding: 5px 8px;
  border-radius: 999px;
  background: rgba(242, 196, 107, .14);
  color: var(--accent-bright);
  font-size: .7rem;
  font-weight: 900;
  letter-spacing: .08em;
  text-transform: uppercase;
}

body[data-jg-nav="drums"] .drum-pricing-note {
  margin: 18px 0 0;
  color: rgba(247, 242, 234, .72);
  font-size: .95rem;
}

body[data-jg-nav="drums"] .drum-premium-final {
  text-align: center;
}

body[data-jg-nav="drums"] .drum-premium-final .wrap {
  max-width: 760px;
}

body[data-jg-nav="drums"] .drum-premium-final h2 {
  margin-top: 0;
  font-size: clamp(2.1rem, 5vw, 4.2rem);
  letter-spacing: -.045em;
}

body[data-jg-nav="drums"] .drum-premium-final p {
  max-width: 52ch;
  margin-left: auto;
  margin-right: auto;
}

html[data-theme="sunlit"] body[data-jg-nav="drums"] .drum-premium-copy .drum-sales-lede,
html[data-theme="sunlit"] body[data-jg-nav="drums"] .drum-pricing-note {
  color: rgba(55, 47, 38, .78);
}

html[data-theme="sunlit"] body[data-jg-nav="drums"] .drum-location-pill,
html[data-theme="sunlit"] body[data-jg-nav="drums"] .drum-skill-cloud span {
  background: rgba(255, 255, 255, .72);
  border-color: rgba(120, 113, 108, .2);
  color: rgba(37, 31, 25, .86);
}

html[data-theme="sunlit"] body[data-jg-nav="drums"] .drum-premium-card,
html[data-theme="sunlit"] body[data-jg-nav="drums"] .drum-price-card,
html[data-theme="sunlit"] body[data-jg-nav="drums"] .drum-video-card {
  background: rgba(255, 255, 255, .68);
  border-color: rgba(120, 113, 108, .18);
}

@media (max-width: 920px) {
  body[data-jg-nav="drums"] .drum-premium-hero-grid,
  body[data-jg-nav="drums"] .drum-premium-card-grid,
  body[data-jg-nav="drums"] .drum-pricing-grid {
    grid-template-columns: 1fr;
  }

  body[data-jg-nav="drums"] .drum-premium-copy h1 {
    max-width: 11ch;
  }

  body[data-jg-nav="drums"] .drum-price-card--featured {
    transform: none;
  }
}

@media (max-width: 560px) {
  body[data-jg-nav="drums"] .drum-premium-copy h1 {
    max-width: 100%;
    font-size: clamp(2.55rem, 15vw, 4rem);
  }

  body[data-jg-nav="drums"] .drum-location-pill {
    align-items: flex-start;
    border-radius: 18px;
  }

  body[data-jg-nav="drums"] .drum-premium-image-caption {
    align-items: flex-start;
    flex-direction: column;
  }
}

/* JOVIGROOVE drum lesson positioning: small premium additions, no layout rewrite */
.home-drum-lessons-section {
  background:
    linear-gradient(135deg, rgba(255,255,255,.78), rgba(255,255,255,.42)),
    var(--section-bg, transparent);
}

.home-drum-lessons-grid {
  display: grid;
  grid-template-columns: minmax(0, 1.25fr) minmax(280px, .75fr);
  gap: clamp(18px, 3vw, 34px);
  align-items: center;
}

.home-drum-location,
.drum-location-line {
  margin: 16px 0 0;
  color: var(--text-strong, #171717);
  font-weight: 800;
  letter-spacing: 0;
}

.home-drum-note {
  margin: 8px 0 0;
  color: var(--text-muted, #6b7280);
  font-size: .96rem;
}

.home-drum-pricing {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 10px;
  padding: 14px;
  border: 1px solid rgba(120, 113, 108, .2);
  border-radius: 22px;
  background: rgba(255,255,255,.68);
  box-shadow: 0 18px 50px rgba(15, 23, 42, .08);
}

.home-drum-price-card {
  min-width: 0;
  padding: 14px 10px;
  border: 1px solid rgba(120, 113, 108, .18);
  border-radius: 16px;
  background: rgba(255,255,255,.72);
  text-align: center;
}

.home-drum-price-card span {
  display: block;
  color: var(--text-muted, #6b7280);
  font-size: .78rem;
  font-weight: 800;
  text-transform: uppercase;
  letter-spacing: .08em;
}

.home-drum-price-card strong {
  display: block;
  margin-top: 6px;
  color: var(--text-strong, #171717);
  font-size: clamp(1.45rem, 3vw, 2rem);
  line-height: 1;
}

.home-drum-price-cta {
  grid-column: 1 / -1;
  width: 100%;
}

.home-drum-lessons-section--compact .home-drum-pricing {
  grid-template-columns: 1fr;
  align-content: center;
}

.home-universe-grid {
  grid-template-columns: repeat(3, minmax(0, 1fr));
}

.home-universe-card {
  min-height: 230px;
  border-color: rgba(242, 196, 107, .14);
  background:
    radial-gradient(circle at top right, rgba(242, 196, 107, .08), transparent 36%),
    linear-gradient(180deg, rgba(255, 248, 235, .06), rgba(255, 248, 235, .025));
}

.home-universe-card .inline-text-link {
  margin-top: auto;
  width: fit-content;
  font-weight: 800;
}

.home-drum-skill-list {
  display: flex;
  flex-wrap: wrap;
  gap: 7px;
  margin: 14px 0 0;
  padding: 0;
  list-style: none;
}

.home-drum-skill-list li {
  padding: 6px 9px;
  border: 1px solid rgba(120, 113, 108, .2);
  border-radius: 999px;
  color: var(--text-muted, #6b7280);
  background: rgba(255,255,255,.62);
  font-size: .78rem;
  font-weight: 800;
}

.drum-price-card {
  display: flex;
  flex-direction: column;
  gap: 10px;
}

.drum-price-card .btn {
  margin-top: auto;
}

.drum-price-card--featured {
  border-color: rgba(15, 23, 42, .28);
  box-shadow: 0 18px 44px rgba(15, 23, 42, .08);
}

html:not([data-theme="sunlit"]) .home-drum-lessons-section {
  background: linear-gradient(135deg, rgba(16, 22, 32, .72), rgba(16, 22, 32, .38));
}

html:not([data-theme="sunlit"]) .home-drum-pricing,
html:not([data-theme="sunlit"]) .home-drum-price-card,
html:not([data-theme="sunlit"]) .home-drum-skill-list li {
  background: rgba(255,255,255,.06);
  border-color: rgba(255,255,255,.14);
}

html:not([data-theme="sunlit"]) .home-drum-location,
html:not([data-theme="sunlit"]) .drum-location-line,
html:not([data-theme="sunlit"]) .home-drum-price-card strong {
  color: rgba(255,255,255,.92);
}

html:not([data-theme="sunlit"]) .home-drum-note,
html:not([data-theme="sunlit"]) .home-drum-price-card span,
html:not([data-theme="sunlit"]) .home-drum-skill-list li {
  color: rgba(255,255,255,.72);
}

@media (max-width: 820px) {
  .home-drum-lessons-grid {
    grid-template-columns: 1fr;
  }

  .home-drum-pricing {
    grid-template-columns: 1fr;
  }

  .home-universe-grid {
    grid-template-columns: 1fr;
  }
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
  scroll-padding-top: var(--nav-scroll-offset);
}

body {
  margin: 0;
  font-family: Georgia, "Times New Roman", serif;
  color: var(--text);
  line-height: 1.6;
  background-color: var(--cinema-void);
  overflow-x: clip;
  position: relative;
  isolation: isolate;
}

/* Fixed atmospheric layer: depth, subtle motion-of-light, studio polish */
body::before {
  content: "";
  position: fixed;
  inset: 0;
  z-index: 0;
  pointer-events: none;
  background: var(--body-atmosphere);
  animation: studio-atmosphere 22s ease-in-out infinite;
}

@keyframes studio-atmosphere {
  0%,
  100% {
    opacity: 1;
    filter: saturate(1);
  }
  50% {
    opacity: 0.92;
    filter: saturate(1.06);
  }
}

body > * {
  position: relative;
  z-index: 1;
}

/* Keep injected nav above <main> when stacking contexts collide (full-bleed hero / overlap). */
#nav-container {
  position: relative;
  z-index: 100;
}

/* layout.js no longer injects a preview banner; hide legacy markup if present */
.jg-layout-hint {
  display: none !important;
}

img,
video {
  display: block;
  max-width: 100%;
}

a {
  color: inherit;
  text-decoration: none;
}

button {
  font: inherit;
}

.wrap {
  width: min(var(--max), calc(100% - 32px));
  margin: 0 auto;
}

.nav {
  position: sticky;
  top: 0;
  z-index: 100;
  backdrop-filter: blur(18px) saturate(1.06);
  background: rgba(10, 10, 13, 0.42);
  border-bottom: 1px solid rgba(214, 175, 92, 0.08);
  box-shadow: none;
  transition:
    background 0.28s ease,
    border-color 0.28s ease,
    box-shadow 0.28s ease,
    backdrop-filter 0.28s ease;
}

.site-nav-stack {
  position: sticky;
  top: 0;
  z-index: 100;
}

.site-nav-stack .nav {
  position: relative;
  top: auto;
  z-index: 1;
  border-bottom: none;
}

.nav.nav--scrolled {
  background: rgba(14, 13, 17, 0.92);
  border-bottom-color: rgba(214, 175, 92, 0.14);
  box-shadow: 0 10px 36px rgba(0, 0, 0, 0.22);
  backdrop-filter: blur(20px) saturate(1.1);
}

.nav-inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 18px;
  padding: 8px 0;
}

/* Luxury minimal bar: logo | centered links | theme + Apply */
.nav-inner--lux {
  display: grid;
  grid-template-columns: auto minmax(0, 1fr) auto;
  align-items: center;
  column-gap: clamp(16px, 2.8vw, 32px);
  row-gap: 10px;
  padding: 6px 0;
  min-height: 48px;
}

.nav-primary-panel {
  display: flex;
  justify-content: center;
  align-items: center;
  min-width: 0;
}

.nav-trailing {
  display: flex;
  align-items: center;
  gap: clamp(10px, 1.6vw, 16px);
  flex-shrink: 0;
}

.nav-portal-link {
  font-size: 0.66rem;
  font-weight: 500;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  color: var(--muted);
  opacity: 0.82;
  white-space: nowrap;
  transition: color 0.2s ease, opacity 0.2s ease;
}

.nav-portal-link:hover,
.nav-portal-link:focus-visible {
  color: var(--text);
  opacity: 1;
}

/* Secondary CTA — StudioFlow / student access (lighter than Apply) */
.nav-portal-link--cta {
  display: inline-flex;
  align-items: center;
  gap: 7px;
  padding: 7px 13px 7px 11px;
  border-radius: 999px;
  border: 1px solid rgba(242, 196, 107, 0.34);
  background: rgba(255, 255, 255, 0.06);
  box-shadow: 0 1px 0 rgba(255, 255, 255, 0.05) inset;
  font-weight: 600;
  letter-spacing: 0.09em;
  opacity: 1;
  transition:
    background 0.2s ease,
    border-color 0.2s ease,
    color 0.2s ease,
    box-shadow 0.2s ease;
}

.nav-portal-link__glyph {
  flex-shrink: 0;
  opacity: 0.88;
  transform: translateY(0.5px);
  color: currentColor;
}

.nav-portal-link--cta:hover .nav-portal-link__glyph,
.nav-portal-link--cta:focus-visible .nav-portal-link__glyph {
  opacity: 1;
}

.nav-portal-link--cta:hover,
.nav-portal-link--cta:focus-visible {
  border-color: rgba(242, 196, 107, 0.48);
  background: rgba(242, 196, 107, 0.1);
  color: #fff8ec;
  box-shadow: 0 1px 0 rgba(255, 255, 255, 0.08) inset;
}

.nav-links--primary {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
  gap: clamp(10px, 1.65vw, 18px);
}

.nav-links--primary a {
  position: relative;
  padding: 6px 2px;
  color: var(--muted);
  font-size: 0.75rem;
  font-weight: 600;
  letter-spacing: 0.11em;
  text-transform: uppercase;
  border-bottom: 1px solid transparent;
  transition: color 0.2s ease, border-color 0.2s ease;
}

.nav-links--primary a:hover,
.nav-links--primary a:focus-visible {
  color: var(--text);
  border-bottom-color: rgba(242, 196, 107, 0.35);
}

.nav-links--primary a[aria-current="page"] {
  color: var(--text);
  border-bottom-color: rgba(242, 196, 107, 0.45);
}

.nav-ecosystem-strip {
  background: rgba(10, 10, 13, 0.36);
  border-top: 1px solid rgba(214, 175, 92, 0.06);
  border-bottom: 1px solid rgba(214, 175, 92, 0.1);
  backdrop-filter: blur(16px) saturate(1.04);
}

.nav-ecosystem-strip__inner {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
  gap: 6px 14px;
  padding: 6px 0 8px;
  min-height: 36px;
}

.nav-ecosystem-strip__label {
  font-size: 0.58rem;
  font-weight: 600;
  letter-spacing: 0.2em;
  text-transform: uppercase;
  color: var(--muted);
  opacity: 0.65;
}

.nav-ecosystem-links {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  gap: 10px 18px;
}

.nav-ecosystem-links a {
  font-size: 0.66rem;
  font-weight: 600;
  letter-spacing: 0.11em;
  text-transform: uppercase;
  color: var(--muted);
  padding: 3px 0;
  border-bottom: 1px solid transparent;
  transition: color 0.2s ease, border-color 0.2s ease;
}

.nav-ecosystem-links a:hover,
.nav-ecosystem-links a:focus-visible {
  color: var(--text);
  border-bottom-color: rgba(242, 196, 107, 0.32);
}

html[data-theme="sunlit"] .nav-ecosystem-strip {
  background: rgba(255, 253, 248, 0.72);
  border-top-color: rgba(82, 72, 58, 0.08);
  border-bottom-color: rgba(82, 72, 58, 0.12);
}

html[data-theme="sunlit"] .nav-ecosystem-links a:hover,
html[data-theme="sunlit"] .nav-ecosystem-links a:focus-visible {
  color: var(--text);
  border-bottom-color: rgba(27, 111, 168, 0.35);
}

.nav-cta--primary {
  padding: 6px 13px;
  border-radius: 999px;
  font-size: 0.68rem;
  font-weight: 700;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  color: var(--text);
  border: 1px solid rgba(242, 196, 107, 0.36);
  background: rgba(255, 255, 255, 0.05);
  box-shadow:
    0 1px 0 rgba(255, 255, 255, 0.06) inset,
    0 8px 22px rgba(0, 0, 0, 0.18);
  transition:
    background 0.2s ease,
    border-color 0.2s ease,
    color 0.2s ease,
    box-shadow 0.2s ease;
}

.nav-cta--primary:hover,
.nav-cta--primary:focus-visible {
  border-color: rgba(242, 196, 107, 0.52);
  background: rgba(242, 196, 107, 0.1);
  color: #fff8ec;
  box-shadow:
    0 1px 0 rgba(255, 255, 255, 0.08) inset,
    0 10px 26px rgba(0, 0, 0, 0.22);
}

.nav-menu-toggle {
  display: none;
  width: 40px;
  height: 40px;
  padding: 0;
  align-items: center;
  justify-content: center;
  border: 1px solid rgba(214, 175, 92, 0.18);
  border-radius: 12px;
  color: var(--text);
  background: rgba(255, 255, 255, 0.04);
  cursor: pointer;
  transition: background 0.2s ease, border-color 0.2s ease;
}

.nav-menu-toggle:hover,
.nav-menu-toggle:focus-visible {
  background: rgba(255, 255, 255, 0.07);
  border-color: rgba(242, 196, 107, 0.28);
}

.nav-menu-toggle__bars {
  position: relative;
  display: block;
  width: 18px;
  height: 1.5px;
  background: currentColor;
  border-radius: 1px;
  box-shadow:
    0 -6px 0 currentColor,
    0 6px 0 currentColor;
}

.nav-inner--lux.is-open .nav-menu-toggle__bars {
  background: transparent;
  box-shadow: none;
}

.nav-inner--lux.is-open .nav-menu-toggle__bars::before,
.nav-inner--lux.is-open .nav-menu-toggle__bars::after {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 18px;
  height: 1.5px;
  background: currentColor;
  border-radius: 1px;
}

.nav-inner--lux.is-open .nav-menu-toggle__bars::before {
  transform: rotate(45deg);
}

.nav-inner--lux.is-open .nav-menu-toggle__bars::after {
  transform: rotate(-45deg);
}

.brand {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  justify-self: start;
  padding: 2px 0;
  font-size: 0.82rem;
  font-weight: 800;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  text-decoration: none;
}

.brand:focus-visible {
  outline: 2px solid rgba(242, 196, 107, 0.45);
  outline-offset: 3px;
  border-radius: 6px;
}

.brand-wordmark {
  display: inline;
}

.brand-badge {
  width: auto;
  height: 40px;
  display: block;
  border: 1px solid #c9973f;
  border-radius: 10px;
  background: rgba(36, 34, 32, 0.95);
  box-shadow: 0 0 14px rgba(201, 151, 63, 0.12);
  object-fit: cover;
  transition: transform 0.2s ease, box-shadow 0.2s ease, filter 0.2s ease;
}

.brand--nav .brand-badge {
  height: 32px;
  border-radius: 9px;
}

.brand:hover .brand-badge,
.brand:focus-visible .brand-badge {
  animation: brand-heartbeat 1s ease-in-out infinite;
  box-shadow: 0 0 22px rgba(201, 151, 63, 0.22);
  filter: brightness(1.03);
}

.brand--nav:hover .brand-badge,
.brand--nav:focus-visible .brand-badge {
  animation: none;
  transform: scale(1.02);
  filter: brightness(1.04);
}

@keyframes brand-heartbeat {
  0%, 100% { transform: scale(1); }
  25% { transform: scale(1.04); }
  50% { transform: scale(1.08); }
  75% { transform: scale(1.03); }
}

.nav-links {
  display: flex;
  align-items: center;
  gap: 18px;
}

.nav-links a {
  color: var(--muted);
  font-size: clamp(0.85rem, 1vw, 0.95rem);
}

.nav-links a:hover,
.nav-links a:focus-visible {
  color: var(--text);
}

.nav-cta {
  padding: 11px 16px;
  border-radius: 999px;
  color: #15120d;
  font-weight: 800;
  background: linear-gradient(135deg, var(--accent), var(--accent-bright));
}

.menu-toggle {
  display: none;
  padding: 10px 12px;
  border: 1px solid var(--line);
  border-radius: 12px;
  color: var(--text);
  background: rgba(255, 255, 255, 0.04);
}

.nav-links .nav-portal {
  padding: 10px 16px;
  border: 1px solid rgba(242, 196, 107, 0.34);
  border-radius: 999px;
  color: var(--accent-bright);
  font-weight: 700;
  background: rgba(255, 255, 255, 0.02);
  box-shadow: inset 0 0 0 1px rgba(0, 0, 0, 0.2);
}

.nav-links .nav-portal:hover,
.nav-links .nav-portal:focus-visible {
  color: #fff0c6;
  border-color: rgba(242, 196, 107, 0.52);
  background: rgba(242, 196, 107, 0.08);
}

.nav-dropdown {
  position: relative;
}

.nav-dropdown-toggle {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  margin: 0;
  padding: 0;
  border: 0;
  background: none;
  cursor: pointer;
  font: inherit;
  font-size: clamp(0.85rem, 1vw, 0.95rem);
  color: var(--muted);
}

.nav-dropdown-toggle::after {
  content: "";
  width: 5px;
  height: 5px;
  margin-top: 2px;
  border-right: 1.5px solid currentColor;
  border-bottom: 1.5px solid currentColor;
  transform: rotate(45deg);
  opacity: 0.75;
}

.nav-dropdown-toggle:hover,
.nav-dropdown-toggle:focus-visible {
  color: var(--text);
}

.nav-dropdown-toggle:focus-visible {
  outline: 2px solid rgba(242, 196, 107, 0.45);
  outline-offset: 4px;
}

.nav-dropdown-panel {
  position: absolute;
  top: calc(100% + 12px);
  left: 50%;
  transform: translateX(-50%) translateY(4px);
  min-width: 220px;
  margin: 0;
  padding: 8px 0;
  list-style: none;
  border-radius: 16px;
  border: 1px solid rgba(214, 175, 92, 0.22);
  background: var(--nav-dropdown-bg);
  box-shadow: var(--shadow);
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
  transition:
    opacity 0.22s ease,
    visibility 0.22s ease,
    transform 0.22s ease;
  z-index: 150;
}

.nav-dropdown-panel a {
  display: block;
  padding: 11px 20px;
  font-size: 0.9rem;
  color: var(--muted);
}

.nav-dropdown-panel a:hover,
.nav-dropdown-panel a:focus-visible {
  color: var(--accent-bright);
  background: rgba(255, 248, 235, 0.04);
}

@media (min-width: 1081px) {
  .nav-dropdown:hover .nav-dropdown-panel,
  .nav-dropdown:focus-within .nav-dropdown-panel {
    opacity: 1;
    visibility: visible;
    pointer-events: auto;
    transform: translateX(-50%) translateY(0);
  }
}

@media (max-width: 900px) {
  .nav-inner--lux {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: center;
    column-gap: 10px;
    row-gap: 8px;
  }

  .nav-inner--lux .brand {
    order: 1;
    flex: 1 1 auto;
    min-width: 0;
  }

  .nav-inner--lux .nav-trailing {
    order: 2;
    flex: 0 0 auto;
  }

  .nav-inner--lux .nav-menu-toggle {
    order: 3;
    display: inline-flex;
    flex: 0 0 auto;
  }

  .nav-inner--lux .nav-primary-panel {
    order: 4;
    flex: 1 1 100%;
    width: 100%;
    display: none;
    flex-direction: column;
    align-items: stretch;
    justify-content: flex-start;
  }

  .nav-inner--lux.is-open .nav-primary-panel {
    display: flex;
  }

  .nav-links--primary {
    flex-direction: column;
    align-items: stretch;
    gap: 0;
    padding: 12px 0 4px;
    border-top: 1px solid rgba(214, 175, 92, 0.12);
  }

  .nav-links--primary a {
    padding: 12px 4px;
    border-bottom: 1px solid rgba(214, 175, 92, 0.08);
    font-size: 0.78rem;
  }

  .nav-links--primary a:last-child {
    border-bottom: 0;
  }

  .brand-wordmark {
    display: none;
  }
}

@media (max-width: 1080px) {
  .nav-dropdown {
    width: 100%;
  }

  .nav-dropdown-toggle {
    width: 100%;
    justify-content: space-between;
    padding: 10px 12px;
    border: 1px solid var(--line);
    border-radius: 12px;
    background: rgba(255, 255, 255, 0.03);
  }

  .nav-dropdown-toggle::after {
    transition: transform 0.2s ease;
  }

  .nav-dropdown.is-open .nav-dropdown-toggle::after {
    transform: rotate(225deg);
    margin-top: 4px;
  }

  .nav-dropdown-panel {
    position: static;
    transform: none;
    min-width: 0;
    width: 100%;
    margin-top: 8px;
    padding: 0;
    max-height: 0;
    overflow: hidden;
    opacity: 1;
    visibility: visible;
    pointer-events: none;
    border: 0;
    background: transparent;
    box-shadow: none;
  }

  .nav-dropdown.is-open .nav-dropdown-panel {
    max-height: 280px;
    pointer-events: auto;
    padding: 4px 0 8px;
    border: 1px solid var(--line);
    border-radius: 12px;
    background: rgba(0, 0, 0, 0.25);
  }

  .nav-dropdown-panel a {
    padding: 12px 16px;
  }
}

.hero {
  padding: 72px 0 44px;
}

.hero-banner {
  position: relative;
  min-height: min(92vh, 980px);
  padding: 86px 0 54px;
  background:
    radial-gradient(ellipse 100% 85% at 50% 20%, rgba(242, 196, 107, 0.07), transparent 50%),
    radial-gradient(ellipse 70% 60% at 85% 55%, var(--glow-cool), transparent 45%),
    linear-gradient(180deg, rgba(6, 6, 9, 0.45) 0%, rgba(8, 7, 10, 0.72) 45%, rgba(5, 5, 7, 0.88) 100%),
    url("../accessories/Pictures/dancepro.png") center / cover no-repeat;
}

.hero-banner::before {
  content: "";
  position: absolute;
  inset: 0;
  pointer-events: none;
  z-index: 0;
  background:
    radial-gradient(circle at 72% 28%, rgba(242, 196, 107, 0.12), transparent 38%),
    radial-gradient(circle at 18% 78%, rgba(201, 151, 63, 0.08), transparent 40%);
  opacity: 0.55;
}

.hero-banner::after {
  content: "";
  position: absolute;
  inset: 0;
  pointer-events: none;
  z-index: 0;
  background:
    linear-gradient(95deg, rgba(4, 4, 6, 0.55) 0%, rgba(8, 8, 11, 0.18) 42%, rgba(6, 6, 9, 0.42) 100%),
    linear-gradient(180deg, transparent 0%, rgba(5, 5, 7, 0.35) 100%);
  backdrop-filter: blur(2px) saturate(88%);
  -webkit-mask-image: radial-gradient(ellipse 95% 90% at 50% 45%, black 0%, rgba(0, 0, 0, 0.85) 72%, transparent 100%);
  mask-image: radial-gradient(ellipse 95% 90% at 50% 45%, black 0%, rgba(0, 0, 0, 0.85) 72%, transparent 100%);
}

/* Sunlit hero: same atmospheric recipe as body --body-atmosphere (no photo) */
.hero-banner--bright {
  padding: 72px 0 48px;
  background:
    radial-gradient(ellipse 120% 60% at 50% -10%, rgba(255, 210, 140, 0.45), transparent 55%),
    radial-gradient(ellipse 70% 80% at 100% 30%, rgba(140, 190, 240, 0.18), transparent 52%),
    radial-gradient(ellipse 60% 70% at 0% 70%, rgba(201, 151, 63, 0.12), transparent 48%),
    linear-gradient(165deg, #fff9f0 0%, #f5efe6 50%, #ebe4da 100%);
  background-size: cover;
  background-repeat: no-repeat;
}

.hero-banner--bright::before {
  background: none;
  opacity: 0;
}

.hero-banner--bright::after {
  background: transparent;
  opacity: 0;
  backdrop-filter: none;
  -webkit-mask-image: none;
  mask-image: none;
}

/* Night / non-Sunlit: scrim so light hero type stays readable over the same atmosphere */
html:not([data-theme="sunlit"]) .hero-banner--bright::before {
  background:
    radial-gradient(ellipse 95% 75% at 78% 28%, transparent 22%, rgba(12, 10, 15, 0.12) 100%),
    radial-gradient(circle at 72% 32%, rgba(242, 196, 107, 0.1), transparent 42%),
    radial-gradient(circle at 12% 88%, rgba(201, 151, 63, 0.06), transparent 45%);
  opacity: 0.85;
}

html:not([data-theme="sunlit"]) .hero-banner--bright::after {
  background:
    linear-gradient(
      105deg,
      rgba(10, 10, 14, 0.58) 0%,
      rgba(12, 11, 16, 0.42) 38%,
      rgba(14, 13, 18, 0.2) 62%,
      rgba(8, 8, 11, 0.06) 100%
    ),
    linear-gradient(180deg, rgba(8, 8, 11, 0.2) 0%, transparent 45%, transparent 58%, rgba(6, 6, 9, 0.22) 100%);
  opacity: 1;
}

/* Homepage immersive hero: full-bleed video — disable bright pseudo-layers + flat fill */
.hero.hero-banner.home-hero.home-hero--immersive.hero-banner--bright {
  padding: 0;
  min-height: min(92vh, 980px);
  min-height: min(92svh, 980px);
  min-height: min(92dvh, 980px);
  background: #0c0b0e;
  overflow: hidden;
}

.hero.hero-banner.home-hero.home-hero--immersive.hero-banner--bright::before,
.hero.hero-banner.home-hero.home-hero--immersive.hero-banner--bright::after {
  display: none;
  content: none;
}

html:not([data-theme="sunlit"]) .hero.hero-banner.home-hero.home-hero--immersive.hero-banner--bright::before,
html:not([data-theme="sunlit"]) .hero.hero-banner.home-hero.home-hero--immersive.hero-banner--bright::after {
  display: none;
  content: none;
}

.home-hero--immersive .home-hero-bg-title {
  display: none;
}

.hero-bg-title--bright {
  -webkit-text-stroke: 1px rgba(201, 151, 63, 0.12);
  background: linear-gradient(
    118deg,
    rgba(143, 106, 36, 0.14) 0%,
    rgba(184, 137, 46, 0.12) 45%,
    rgba(90, 110, 150, 0.1) 100%
  );
  -webkit-background-clip: text;
  background-clip: text;
  color: transparent;
  opacity: 0.2;
}

html:not([data-theme="sunlit"]) .hero-bg-title--bright {
  -webkit-text-stroke: 1px rgba(242, 196, 107, 0.14);
  background: linear-gradient(
    118deg,
    rgba(255, 252, 246, 0.12) 0%,
    rgba(242, 196, 107, 0.14) 45%,
    rgba(110, 125, 190, 0.08) 100%
  );
  -webkit-background-clip: text;
  background-clip: text;
}

.hero-banner--bright .hero-grid {
  min-height: min(78vh, 820px);
  min-height: min(78svh, 820px);
  min-height: min(78dvh, 820px);
}

.hero-banner--bright .hero-copy--bright {
  /* Panel surface: see `.hero-banner.hero-banner--bright.home-hero .hero-copy.hero-copy--bright` */
  padding-left: 0;
  padding-right: 0;
}

.hero-banner--bright .hero-title {
  /* Sunlit light-on-dark: jg-color-theme.css */
  color: var(--text);
  margin-bottom: 10px;
  text-shadow: none;
}

html:not([data-theme="sunlit"]) .hero-banner--bright .hero-title {
  color: #faf7f2;
  text-shadow:
    0 2px 20px rgba(0, 0, 0, 0.45),
    0 1px 2px rgba(0, 0, 0, 0.55);
}

.hero-credibility {
  margin: 0 0 18px;
  font-size: 0.78rem;
  font-weight: 600;
  letter-spacing: 0.06em;
  text-transform: uppercase;
  color: #6b5a42;
  line-height: 1.45;
  max-width: 42ch;
}

.hero-banner--bright .hero-credibility {
  color: var(--muted);
  text-shadow: none;
}

html:not([data-theme="sunlit"]) .hero-banner--bright .hero-credibility {
  color: #f0d491;
  text-shadow: 0 1px 12px rgba(0, 0, 0, 0.5);
}

.hero-banner--bright .hero-text--lead {
  color: var(--text);
  margin-bottom: 22px;
  font-size: 1rem;
  text-shadow: none;
  opacity: 0.88;
}

html:not([data-theme="sunlit"]) .hero-banner--bright .hero-text--lead {
  color: rgba(250, 244, 232, 0.94);
  text-shadow: 0 1px 14px rgba(0, 0, 0, 0.45);
}

.jg-brand-statement {
  margin: 0 0 14px;
  max-width: 52ch;
  font-size: 0.78rem;
  font-weight: 700;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  line-height: 1.5;
}

.hero-banner--bright .hero-copy .jg-brand-statement {
  margin-top: -4px;
  margin-bottom: 16px;
  color: var(--text);
  text-shadow: none;
  opacity: 0.92;
}

html:not([data-theme="sunlit"]) .hero-banner--bright .hero-copy .jg-brand-statement {
  color: rgba(250, 244, 232, 0.9);
  text-shadow: 0 1px 12px rgba(0, 0, 0, 0.45);
}

.drum-sales-copy .jg-brand-statement {
  margin-bottom: 16px;
  color: rgba(242, 196, 107, 0.9);
}

.site-footer-inner .jg-brand-statement {
  margin-top: 12px;
  margin-bottom: 0;
  font-size: 0.72rem;
  font-weight: 600;
  letter-spacing: 0.08em;
  color: rgba(227, 214, 194, 0.72);
}

.hero-actions--single {
  margin-bottom: 0;
}

.hero-banner--bright .btn-primary {
  box-shadow:
    0 12px 32px rgba(26, 26, 30, 0.12),
    0 0 24px rgba(201, 151, 63, 0.18);
}

.hero-banner--bright .btn:hover,
.hero-banner--bright .btn:focus-visible {
  box-shadow:
    0 16px 36px rgba(26, 26, 30, 0.14),
    0 0 28px rgba(201, 151, 63, 0.22);
}

html:not([data-theme="sunlit"]) .hero-banner--bright .btn-primary {
  box-shadow:
    0 14px 36px rgba(0, 0, 0, 0.45),
    0 0 28px rgba(242, 196, 107, 0.22);
}

html:not([data-theme="sunlit"]) .hero-banner--bright .btn:hover,
html:not([data-theme="sunlit"]) .hero-banner--bright .btn:focus-visible {
  box-shadow:
    0 18px 40px rgba(0, 0, 0, 0.5),
    0 0 32px rgba(242, 196, 107, 0.28);
}

.post-hero-row {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
  gap: 20px 28px;
  margin-bottom: clamp(28px, 4vw, 40px);
  padding-bottom: clamp(22px, 3vw, 28px);
  border-bottom: 1px solid rgba(214, 175, 92, 0.12);
}

.hero-subtle-cta--section {
  font-size: 0.9rem;
  font-weight: 600;
}

.hero-facts--compact {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 12px 18px;
  flex: 1;
  min-width: min(100%, 520px);
}

.hero-facts--compact .fact {
  padding: 14px 16px;
}

.hero-facts--compact .fact strong {
  font-size: 0.82rem;
}

.hero-facts--compact .fact span {
  font-size: 0.86rem;
  line-height: 1.4;
}

.section-head--services {
  margin-bottom: 8px;
}

.services-grid--simple {
  gap: 22px;
}

.service-card-minimal {
  min-height: 100%;
  padding: 26px 22px 22px;
}

.service-card-minimal h3 {
  margin-bottom: 10px;
  font-size: 1.22rem;
}

.service-card-minimal p {
  margin-bottom: 18px;
  flex-grow: 1;
  font-size: 0.98rem;
  line-height: 1.5;
}

.service-card-minimal .btn {
  margin-top: auto;
}

.about-short-section--lower {
  padding-top: 20px;
  padding-bottom: 20px;
}

.hero-bg-title {
  position: absolute;
  top: 18px;
  left: -12.5%;
  width: 125%;
  pointer-events: none;
  color: transparent;
  -webkit-text-fill-color: transparent;
  -webkit-text-stroke: 1px rgba(242, 196, 107, 0.1);
  background: linear-gradient(
    115deg,
    rgba(255, 248, 235, 0.08) 0%,
    rgba(242, 196, 107, 0.06) 50%,
    rgba(110, 125, 190, 0.05) 100%
  );
  -webkit-background-clip: text;
  background-clip: text;
  font-family: Georgia, "Times New Roman", serif;
  font-size: clamp(2.3rem, 5.4vw, 4.8rem);
  font-weight: 900;
  letter-spacing: 0.3em;
  line-height: 0.95;
  text-transform: uppercase;
  text-align: center;
  z-index: 0;
  opacity: 0.28;
  filter: blur(1px);
}

.hero-grid,
.section-grid,
.contact-card {
  display: grid;
  gap: 28px;
}

.hero-grid > *,
.section-grid > *,
.section-head > *,
.booking-card > *,
.contact-card > * {
  min-width: 0;
}

.hero-grid,
.section-grid {
  grid-template-columns: minmax(0, 1.1fr) minmax(320px, 0.9fr);
  align-items: center;
}

.hero-copy {
  max-width: 660px;
}

.hero-banner .hero-grid {
  position: relative;
  z-index: 1;
  grid-template-columns: 1fr;
  min-height: 680px;
  align-content: center;
  justify-items: start;
}

.hero-banner .hero-copy {
  width: min(100%, 700px);
  max-width: 700px;
  padding: 34px 34px 36px;
  border: 1px solid rgba(242, 196, 107, 0.28);
  border-radius: 28px;
  background: linear-gradient(165deg, rgba(28, 27, 33, 0.9), rgba(18, 17, 22, 0.86));
  box-shadow:
    0 34px 80px rgba(0, 0, 0, 0.45),
    0 0 0 1px rgba(255, 255, 255, 0.03) inset,
    0 0 64px rgba(242, 196, 107, 0.05);
  backdrop-filter: blur(14px) saturate(1.08);
  will-change: opacity, transform;
}

.hero-banner.hero-banner--bright.home-hero .hero-copy.hero-copy--editorial {
  width: auto;
  max-width: min(36rem, 100%);
  padding: 0;
  border: none;
  border-radius: 0;
  background: none;
  box-shadow: none;
  backdrop-filter: none;
  will-change: auto;
}

/* Night / non-Sunlit homepage: dark glass card — tighter slab so media column can lead */
html:not([data-theme="sunlit"]) .hero-banner.hero-banner--bright.home-hero .hero-copy.hero-copy--bright {
  background: linear-gradient(165deg, rgba(28, 27, 33, 0.92), rgba(18, 17, 22, 0.9));
  border: 1px solid rgba(242, 196, 107, 0.28);
  box-shadow:
    0 34px 80px rgba(0, 0, 0, 0.45),
    0 0 0 1px rgba(255, 255, 255, 0.03) inset,
    0 0 64px rgba(242, 196, 107, 0.05);
  backdrop-filter: blur(14px) saturate(1.08);
  padding: clamp(22px, 2.8vw, 32px) clamp(22px, 2.6vw, 30px) clamp(28px, 3vw, 36px);
}

/* Homepage hero only: type rhythm + line breaks (structure unchanged) */
.hero-banner.hero-banner--bright.home-hero .hero-title {
  line-height: 1.06;
  letter-spacing: -0.034em;
  max-width: min(19ch, 100%);
  text-wrap: balance;
  margin-bottom: clamp(18px, 2.4vw, 26px);
}

.hero-banner.hero-banner--bright.home-hero .hero-title .hero-title-line + .hero-title-line {
  margin-top: 0.08em;
}

.hero-banner.hero-banner--bright.home-hero .hero-copy .jg-brand-statement {
  margin-top: 0;
  margin-bottom: clamp(14px, 2vw, 22px);
  line-height: 1.48;
}

.hero-banner.hero-banner--bright.home-hero .hero-text--lead {
  margin-bottom: clamp(22px, 3.2vw, 34px);
  line-height: 1.62;
  text-wrap: pretty;
}

.eyebrow,
.section-kicker,
.card-label {
  margin: 0 0 14px;
  color: var(--accent-bright);
  font-size: 0.82rem;
  font-weight: 700;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

.hero-banner .eyebrow {
  max-width: 42ch;
  margin-bottom: 18px;
  line-height: 1.35;
  opacity: 0.92;
  font-weight: 600;
}

h1,
h2,
h3 {
  margin: 0;
  line-height: 1.05;
  letter-spacing: -0.04em;
}

h1 {
  font-size: clamp(3.2rem, 6.3vw, 6rem);
  max-width: 12ch;
  margin-bottom: 16px;
}

.hero-title {
  max-width: none;
  letter-spacing: -0.03em;
  text-wrap: balance;
}

.hero-title-line {
  display: block;
}

.hero-banner .hero-title {
  margin-bottom: 26px;
}

h2 {
  font-size: clamp(2rem, 4vw, 3.4rem);
}

h3 {
  font-size: 1.45rem;
}

.hero-text,
.section-copy p,
.section-head p,
.info-card p,
.contact-intro p,
.panel-body p {
  color: var(--muted);
  overflow-wrap: anywhere;
}

.hero-text {
  max-width: 56ch;
  margin: 0 0 26px;
  font-size: 1.08rem;
  text-wrap: pretty;
}

.hero-banner .hero-text {
  color: #f5efe4;
  opacity: 1;
  margin-bottom: 18px;
}

.hero-subline {
  margin-top: 0;
  margin-bottom: 32px;
  color: #faf4e8;
  font-size: 0.98rem;
  opacity: 0.95;
}

.hero-actions {
  display: flex;
  flex-direction: column;
  flex-wrap: wrap;
  align-items: flex-start;
  gap: 14px;
  margin-top: 6px;
  margin-bottom: 28px;
}

.hero-actions .btn {
  min-width: 198px;
}

.hero-subtle-cta {
  font: inherit;
  font-size: 0.86rem;
  font-weight: 500;
  color: var(--muted);
  text-decoration: none;
  border-bottom: 1px solid rgba(214, 175, 92, 0.22);
  padding-bottom: 2px;
  opacity: 0.95;
  transition: color 0.2s ease, border-color 0.2s ease, opacity 0.2s ease;
}

.hero-subtle-cta:hover,
.hero-subtle-cta:focus-visible {
  color: var(--accent-bright);
  border-bottom-color: rgba(242, 196, 107, 0.42);
  opacity: 1;
}

.hero-subtle-cta:focus-visible {
  outline: 2px solid rgba(242, 196, 107, 0.45);
  outline-offset: 3px;
}

.hero-banner .btn {
  transition:
    transform 0.24s ease,
    border-color 0.24s ease,
    background 0.24s ease,
    box-shadow 0.24s ease,
    filter 0.24s ease;
}

.hero-banner .hero-facts {
  margin-top: 4px;
}

.btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  min-height: 48px;
  padding: 12px 18px;
  border: 1px solid transparent;
  border-radius: 14px;
  font-weight: 800;
  text-align: center;
  transition: transform 0.2s ease, border-color 0.2s ease, background 0.2s ease;
}

.btn:hover,
.btn:focus-visible {
  transform: translateY(-1px);
}

.hero-banner .btn:hover,
.hero-banner .btn:focus-visible {
  transform: translateY(-3px);
  box-shadow: 0 18px 34px rgba(0, 0, 0, 0.28), 0 0 22px rgba(242, 196, 107, 0.16);
  border-color: rgba(242, 196, 107, 0.4);
  filter: brightness(1.03);
}

.btn-primary {
  color: #16120d;
  background: linear-gradient(135deg, var(--accent), var(--accent-bright));
  box-shadow: var(--shadow);
}

.btn-secondary {
  border-color: rgba(242, 196, 107, 0.38);
  background: rgba(68, 62, 56, 0.68);
  color: #faf4e8;
}

.hero-facts {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 14px;
}

.hero-banner .hero-facts {
  display: grid;
  margin-top: 8px;
}

.fact,
.info-card,
.feature-panel,
.contact-card {
  border: 1px solid var(--line);
  border-radius: var(--radius);
  background: linear-gradient(180deg, var(--panel-strong), var(--panel));
  box-shadow: var(--shadow);
}

.fact {
  padding: 18px;
  transition:
    opacity 0.5s ease-out,
    transform 0.5s ease-out,
    border-color 0.24s ease,
    box-shadow 0.24s ease;
}

.fact strong {
  display: block;
  margin-bottom: 6px;
  color: var(--accent-bright);
  font-size: 1.2rem;
}

.fact span {
  color: var(--muted);
  font-size: 0.94rem;
}

.hero-copy .fact {
  opacity: 0;
  transform: translateY(12px);
}

.hero-copy.is-loaded .fact {
  opacity: 1;
  transform: translateY(0);
}

.hero-copy.is-loaded .fact:nth-child(1) {
  transition-delay: 820ms;
}

.hero-copy.is-loaded .fact:nth-child(2) {
  transition-delay: 1020ms;
}

.hero-copy.is-loaded .fact:nth-child(3) {
  transition-delay: 1220ms;
}

.hero-copy .fact:hover,
.hero-copy .fact:focus-within {
  border-color: rgba(201, 151, 63, 0.42);
  box-shadow: 0 18px 34px rgba(0, 0, 0, 0.28), 0 0 16px rgba(201, 151, 63, 0.16);
}

.hero-media {
  justify-self: end;
  width: min(100%, 460px);
}

.hero-visual {
  justify-self: end;
  width: min(100%, 520px);
}

.hero-video-frame {
  border-radius: 32px;
}

.image-frame {
  overflow: hidden;
  border: 1px solid var(--line);
  border-radius: 30px;
  background: var(--bg-elevated);
  box-shadow: var(--shadow);
}

.hero-image-frame {
  aspect-ratio: 4 / 5;
}

.section-image {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.identity-image {
  object-fit: contain;
  background: var(--bg-elevated);
}

.media-frame {
  overflow: hidden;
  border: 1px solid var(--line);
  border-radius: 30px;
  background: var(--media-surface);
  box-shadow: var(--shadow);
}

.hero-video {
  width: 100%;
  aspect-ratio: 9 / 16;
  object-fit: contain;
  background: var(--media-surface);
}

.feature-video {
  width: 100%;
  height: auto;
  object-fit: contain;
  object-position: center;
  background: var(--media-surface);
}

.hero-video-premium {
  width: 100%;
  aspect-ratio: 4 / 5;
  max-height: 720px;
  object-fit: contain;
  object-position: center center;
  background:
    radial-gradient(circle at center, rgba(255, 255, 255, 0.04), transparent 52%),
    var(--media-surface);
}

.training-split {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(280px, 340px);
  gap: 32px;
  align-items: center;
  margin-bottom: 22px;
}

.training-split.reverse {
  grid-template-columns: minmax(280px, 340px) minmax(0, 1fr);
}

.training-split-copy {
  min-width: 0;
}

.section-head-inline {
  margin-bottom: 0;
}

.section-head-inline p {
  max-width: 46ch;
}

.training-split-head {
  display: grid;
  gap: 18px;
}

.training-media-panel {
  margin-bottom: 22px;
}

.training-image-frame,
.training-video-frame {
  border-radius: 30px;
}

.training-portrait-frame {
  display: grid;
  place-items: center;
  padding: 14px;
  border-radius: 28px;
}

.drum-training-video-frame,
.dance-training-video-frame {
  aspect-ratio: 9 / 16;
  background:
    radial-gradient(circle at center, rgba(242, 196, 107, 0.05), transparent 50%),
    linear-gradient(180deg, rgba(255, 248, 235, 0.04), rgba(255, 248, 235, 0.02)),
    var(--media-surface);
}

.training-media-small {
  max-width: 340px;
  width: 100%;
}

.training-split > .training-media-small {
  justify-self: end;
}

.training-split.reverse > .training-media-small {
  justify-self: start;
}

.training-section-video {
  width: 100%;
  max-width: 100%;
  height: auto;
  aspect-ratio: 9 / 16;
  object-fit: contain;
  object-position: center;
  background: var(--media-surface);
  border-radius: 20px;
}

.training-media-small video {
  display: block;
  width: 100%;
  height: auto;
  object-fit: contain;
}

.training-highlights {
  margin: 0;
  padding-left: 18px;
  color: var(--text);
}

.training-highlights li + li {
  margin-top: 10px;
}

.dojo-image-frame {
  aspect-ratio: 4 / 5;
  background:
    radial-gradient(circle at top, rgba(242, 196, 107, 0.06), transparent 44%),
    var(--bg-elevated);
}

.dojo-image {
  object-fit: contain;
  object-position: center;
  padding: 18px;
  background:
    radial-gradient(circle at top, rgba(242, 196, 107, 0.05), transparent 42%),
    var(--bg-elevated);
}

.dojo-showcase {
  display: grid;
  gap: 30px;
  margin-top: 30px;
}

.dojo-row {
  display: flex;
  align-items: center;
  gap: 30px;
  padding: 26px;
  border: 1px solid var(--line);
  border-radius: var(--radius);
  background:
    radial-gradient(circle at top left, rgba(242, 196, 107, 0.08), transparent 28%),
    linear-gradient(180deg, var(--panel-strong), var(--panel));
  box-shadow: var(--shadow);
}

.dojo-row-reverse {
  flex-direction: row-reverse;
}

.dojo-video-panel {
  width: min(45%, 4px);
  flex: 0 0 min(45%, 400px);
}

.dojo-video-frame {
  display: grid;
  place-items: center;
  width: 100%;
  aspect-ratio: 9 / 16;
  padding: 14px;
  background: var(--media-surface);
}

.dojo-video {
  width: 100%;
  height: 100%;
  aspect-ratio: 9 / 16;
  object-fit: contain;
  object-position: center;
  background: var(--media-surface);
  border-radius: 18px;
}

.dojo-copy-block {
  display: inline-block;
  flex: 1;
  min-width: 0;
}

.dojo-copy-block h3 {
  margin-bottom: 12px;
}

.dojo-copy-block p:last-child {
  margin: 0;
  color: var(--muted);
}

.media-caption {
  margin: 12px 4px 0;
  color: var(--muted);
  font-size: 0.92rem;
  text-align: center;
}

.section {
  padding: 34px 0;
}

.training-path-section {
  padding-bottom: 42px;
}

.section > .wrap {
  position: relative;
  z-index: 1;
}

main > section:nth-child(even):not(.hero-banner) {
  background: var(--section-a);
}

main > section:nth-child(odd):not(.hero-banner) {
  background: var(--section-b);
}

/* Unified premium band: services + pricing read as one lane */
.section--focus {
  padding-top: clamp(32px, 5vw, 48px);
  padding-bottom: clamp(32px, 5vw, 48px);
}

.section--pricing .pricing-grid .price-card,
.section--pricing .dance-offers-panel {
  position: relative;
}

.section--pricing.drum-section .price-card--featured {
  border-color: rgba(242, 196, 107, 0.38);
  box-shadow:
    var(--shadow),
    0 0 0 1px rgba(242, 196, 107, 0.12) inset,
    0 0 48px rgba(242, 196, 107, 0.06);
}

.section--apply {
  padding-bottom: clamp(40px, 6vw, 56px);
}

.method-compact {
  margin-top: clamp(28px, 4vw, 40px);
  padding: 22px 22px 20px;
  border-radius: 18px;
  border: 1px solid rgba(214, 175, 92, 0.14);
  background: linear-gradient(165deg, rgba(255, 248, 235, 0.04), rgba(255, 248, 235, 0.01));
}

.method-compact-kicker {
  margin: 0 0 6px;
  font-size: 11px;
  font-weight: 800;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  color: var(--accent-bright);
}

.method-compact-lede {
  margin: 0 0 16px;
  max-width: 52ch;
  font-size: 0.95rem;
  line-height: 1.5;
  color: var(--muted);
}

.method-compact-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 14px 20px;
}

.method-compact-item {
  min-width: 0;
}

.method-compact-item strong {
  display: block;
  margin-bottom: 4px;
  font-size: 0.92rem;
  color: var(--text);
}

.method-compact-item span {
  font-size: 0.86rem;
  line-height: 1.4;
  color: var(--muted);
}

.booking-section-head {
  display: flex;
  flex-wrap: wrap;
  align-items: flex-start;
  justify-content: space-between;
  gap: 18px 24px;
  margin-bottom: 22px;
}

.booking-section-head .section-head-lede {
  margin-top: 10px;
}

.booking-section-lede strong {
  color: var(--text);
  font-weight: 700;
}

.booking-back-path {
  flex-shrink: 0;
}

/* Booking as final step before contact */
.booking-section--finale {
  padding-top: clamp(36px, 5.5vw, 52px);
  padding-bottom: clamp(32px, 4.5vw, 44px);
  border-top: 1px solid rgba(214, 175, 92, 0.12);
}

.booking-finale-head {
  text-align: center;
  max-width: 52ch;
  margin: 0 auto 26px;
}

.booking-finale-head .section-kicker {
  margin-bottom: 8px;
}

.booking-finale-head h1,
.booking-finale-head h2 {
  margin-bottom: 12px;
}

.booking-finale-lede {
  margin: 0;
  font-size: 1.02rem;
  line-height: 1.58;
  color: var(--muted);
}

.booking-finale-lede strong {
  color: var(--text);
  font-weight: 700;
}

.booking-card--finale {
  margin-inline: auto;
  align-items: start;
}

.booking-copy .booking-finale-back {
  margin-top: 18px;
}

.booking-copy-link-row {
  margin: 10px 0 14px;
  font-size: 0.95rem;
  color: var(--muted);
}

.booking-card--finale + .contact-channels {
  margin-top: clamp(24px, 4vw, 36px);
}

.contact-section--after-booking {
  padding-top: clamp(26px, 3.5vw, 36px);
}

.full-story-disclosure-section + .booking-section--finale {
  margin-top: 0;
}

.booking-form-note {
  margin: 0 0 16px;
  color: var(--muted);
  font-size: 0.95rem;
}

.split-head--tight {
  margin-top: 20px;
  margin-bottom: 8px;
}

.split-head-note {
  margin: 8px 0 0;
  font-size: 0.95rem;
  color: var(--muted);
}

.training-highlights--tight li + li {
  margin-top: 8px;
}

.about-short-section--muted {
  padding: 22px 0;
  border-top: 1px solid rgba(214, 175, 92, 0.1);
  border-bottom: 1px solid rgba(214, 175, 92, 0.1);
}

.about-short-inner {
  max-width: 52ch;
  margin: 0 auto;
  text-align: center;
}

.about-short-kicker {
  margin: 0 0 8px;
  font-size: 11px;
  font-weight: 800;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  color: var(--muted);
}

.about-short-text {
  margin: 0 0 14px;
  font-size: 0.98rem;
  line-height: 1.55;
  color: var(--muted);
}

.about-short-link {
  font-size: 0.9rem;
  font-weight: 700;
  color: var(--accent-bright);
  text-decoration: none;
  border-bottom: 1px solid rgba(242, 196, 107, 0.35);
  padding-bottom: 2px;
}

.about-short-link:hover,
.about-short-link:focus-visible {
  color: var(--text);
  border-bottom-color: var(--accent-bright);
}

.full-story-disclosure-section {
  padding: 18px 0 28px;
}

.full-story-details {
  border-radius: var(--radius);
  border: 1px solid rgba(214, 175, 92, 0.12);
  background: rgba(0, 0, 0, 0.2);
  overflow: hidden;
}

.full-story-summary {
  padding: 16px 20px;
  font-weight: 700;
  cursor: pointer;
  list-style: none;
  color: var(--muted);
}

.full-story-summary::-webkit-details-marker {
  display: none;
}

.full-story-details[open] .full-story-summary {
  border-bottom: 1px solid rgba(214, 175, 92, 0.1);
  color: var(--accent-bright);
}

.full-story-inner {
  padding: 22px 20px 24px;
}

.about-copy--compact p {
  margin-bottom: 14px;
  line-height: 1.65;
}

.section-head--resources-books {
  margin-bottom: 18px;
}

.books-resources-section .books-grid {
  margin-top: 8px;
}

.anchor-target {
  scroll-margin-top: var(--nav-scroll-offset);
  height: 0;
  margin: 0;
  padding: 0;
  overflow: hidden;
  pointer-events: none;
}

.inline-text-link {
  color: var(--accent-bright);
  font-weight: 700;
  text-decoration: underline;
  text-underline-offset: 3px;
}

.inline-text-link:hover,
.inline-text-link:focus-visible {
  color: var(--text);
}

.contact-layout {
  display: grid;
  grid-template-columns: minmax(0, 1.2fr) minmax(240px, 0.75fr);
  gap: 22px;
  align-items: start;
}

.contact-aside {
  padding: 22px 20px;
  border-radius: var(--radius);
  border: 1px solid var(--line);
  background: linear-gradient(165deg, rgba(255, 248, 235, 0.05), rgba(255, 248, 235, 0.02));
}

.contact-aside .section-kicker {
  margin-bottom: 8px;
}

.contact-aside-lede {
  margin: 0 0 16px;
  font-size: 0.94rem;
  line-height: 1.5;
  color: var(--muted);
}

.contact-aside-actions {
  display: flex;
  flex-direction: column;
  gap: 10px;
}

.contact-aside-actions .btn {
  width: 100%;
  justify-content: center;
}

.features-section,
.pricing-section,
.booking-section,
.studioflow-section,
.training-section,
.books-section,
.proof-section,
.home-ecosystem-section,
.pillars-section,
.pillars-cta-section,
.about-short-section,
.about-story-section,
.programs-section,
.final-cta-section,
.training-path-section,
.full-story-disclosure-section,
.books-resources-section {
  position: relative;
}

.features-section::before,
.pricing-section::before,
.booking-section::before,
.studioflow-section::before,
.training-section::before,
.books-section::before,
.proof-section::before,
.home-ecosystem-section::before,
.pillars-section::before,
.pillars-cta-section::before,
.about-short-section::before,
.about-story-section::before,
.programs-section::before,
.final-cta-section::before,
.training-path-section::before,
.full-story-disclosure-section::before,
.books-resources-section::before {
  content: "";
  position: absolute;
  inset: 0;
  pointer-events: none;
  background: linear-gradient(
    180deg,
    rgba(242, 196, 107, 0.035),
    transparent 18%,
    transparent 82%,
    rgba(110, 125, 190, 0.025)
  );
}

.section-copy h2,
.section-head h2 {
  margin-bottom: 14px;
}

.section-copy p {
  max-width: 58ch;
  margin: 0 0 20px;
}

.about-section {
  position: relative;
}

.about-section::before {
  content: "";
  position: absolute;
  inset: 0;
  pointer-events: none;
  background: linear-gradient(180deg, rgba(242, 196, 107, 0.028), transparent 20%, transparent 80%, rgba(242, 196, 107, 0.02));
}

.about-section > .wrap {
  position: relative;
  z-index: 1;
}

.about-copy p {
  max-width: 62ch;
  line-height: 1.78;
}

.about-copy p:first-child {
  color: #e7d8bc;
  font-size: 1.08rem;
}

.about-highlight {
  margin-top: 10px;
  color: var(--accent-bright);
  font-weight: 700;
  letter-spacing: 0.01em;
}

#about,
#full-story,
#training-path,
#services-cards,
#how-training-works,
#proof,
#dojo,
#next-steps,
#drum-training,
#dance-training,
#books-tools,
#studioflow,
#published-books,
#members,
#contact,
#programs {
  scroll-margin-top: var(--nav-scroll-offset);
}

#training-apply,
#performance-booking {
  scroll-margin-top: var(--nav-scroll-offset);
}

.about-short-section--bridge {
  padding-top: 40px;
  padding-bottom: 28px;
}

.full-story-section {
  padding-top: 36px;
  padding-bottom: 48px;
}

.full-story-header {
  margin: 0 0 clamp(22px, 3.5vw, 32px);
  max-width: 48ch;
}

.full-story-header .section-kicker {
  margin-bottom: 10px;
}

.full-story-header h2 {
  font-size: clamp(2rem, 4.2vw, 2.75rem);
  line-height: 1.08;
  letter-spacing: -0.04em;
}

.full-story-grid {
  align-items: start;
}

.full-story-section .about-media-panel {
  position: sticky;
  top: calc(var(--nav-scroll-offset) + 12px);
}

.full-story-section .about-image {
  width: 100%;
  height: auto;
  max-height: min(78vh, 680px);
  object-fit: cover;
}

#full-story:focus {
  outline: none;
}

#full-story:focus-visible {
  outline: 2px solid var(--accent-bright);
  outline-offset: 6px;
  border-radius: 4px;
}

@media (max-width: 980px) {
  .full-story-section .about-media-panel {
    position: static;
  }

  .full-story-section .about-image {
    max-height: none;
    aspect-ratio: 4 / 5;
    max-width: 100%;
  }
}

.about-media-panel {
  transition-delay: 150ms;
}

.about-image-frame {
  position: relative;
  border-radius: 30px;
  box-shadow: 0 0 28px rgba(201, 151, 63, 0.12), var(--shadow);
}

.about-image-frame::after {
  content: "";
  position: absolute;
  inset: 0;
  pointer-events: none;
  background: linear-gradient(180deg, rgba(7, 6, 4, 0.08), rgba(7, 6, 4, 0.32));
}

.about-image {
  object-fit: cover;
  object-position: center;
}

.check-list,
.info-card ul {
  margin: 0;
  padding-left: 18px;
  color: var(--text);
}

.check-list li + li,
.info-card li + li {
  margin-top: 10px;
}

.feature-panel {
  overflow: hidden;
}

.panel-body {
  padding: 24px;
}

.panel-body p {
  margin: 12px 0 0;
}

.panel-body .btn {
  margin-top: 18px;
}

.section-head {
  display: flex;
  align-items: end;
  justify-content: space-between;
  gap: 20px;
  margin-bottom: 22px;
}

.section-head p {
  max-width: 42ch;
  margin: 0;
}

.section-head-aside {
  max-width: 42ch;
  margin: 0;
  color: var(--muted);
  font-size: 1.02rem;
  line-height: 1.55;
  align-self: end;
}

.card-grid {
  display: grid;
  gap: 18px;
}

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

.pricing-grid,
.features-grid,
.books-grid {
  grid-template-columns: repeat(3, minmax(0, 1fr));
}

.books-toggle-grid {
  align-items: stretch;
}

.books-section {
  overflow: hidden;
}

.books-section > .wrap {
  position: relative;
  z-index: 1;
}

.books-bg-title {
  position: absolute;
  top: -8px;
  left: 50%;
  width: min(1600px, 100vw);
  transform: translate3d(-50%, 0, 0);
  pointer-events: none;
  color: transparent;
  -webkit-text-stroke: 1px rgba(201, 151, 63, 0.02);
  font-family: Georgia, "Times New Roman", serif;
  font-size: clamp(2.1rem, 5.8vw, 5.2rem);
  font-weight: 900;
  line-height: 0.95;
  letter-spacing: 0.25em;
  text-transform: uppercase;
  text-align: center;
  white-space: normal;
  z-index: 0;
}

.books-section .section-head,
.books-section .books-grid {
  position: relative;
  z-index: 1;
}

.books-grid {
  position: relative;
  isolation: isolate;
  margin-top: 34px;
}

.books-grid::before {
  content: "";
  position: absolute;
  inset: 0;
  pointer-events: none;
  opacity: 0.02;
  z-index: 0;
}

.books-grid > * {
  position: relative;
  z-index: 1;
}

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

.info-card {
  display: flex;
  flex-direction: column;
  padding: 24px;
}

.card-index {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 44px;
  height: 44px;
  margin-bottom: 16px;
  border-radius: 14px;
  color: var(--accent-bright);
  font-weight: 800;
  background: rgba(242, 196, 107, 0.08);
  border: 1px solid var(--line);
}

.info-card h3 {
  margin-bottom: 12px;
}

.info-card p {
  margin: 0 0 16px;
}

.card-price {
  margin: 0 0 18px;
  padding: 11px 14px;
  border: 1px solid var(--line);
  border-radius: 14px;
  color: var(--accent-bright);
  font-weight: 700;
  background: rgba(242, 196, 107, 0.08);
}

.info-card .btn {
  margin-top: auto;
  width: fit-content;
}

.feature-card {
  min-height: 100%;
}

.split-head {
  margin-top: 28px;
}

.drum-section .section-kicker,
.drum-section .card-label {
  color: #d7c39a;
}

.dance-section .section-kicker,
.dance-section .card-label {
  color: #f2c46b;
}

.drum-section .info-card {
  background:
    linear-gradient(180deg, rgba(255, 248, 235, 0.08), rgba(255, 248, 235, 0.03)),
    linear-gradient(180deg, var(--panel-strong), var(--panel));
}

.dance-section .info-card {
  background:
    radial-gradient(circle at top right, rgba(242, 196, 107, 0.12), transparent 34%),
    linear-gradient(180deg, var(--panel-strong), var(--panel));
}

/* Dance offers: dark glass (unified with site theme) */
.dance-section.section--pricing .dance-training-video-frame {
  box-shadow: 0 16px 40px rgba(0, 0, 0, 0.35);
}

.dance-studio-wrap {
  max-width: min(920px, 100%);
}

.dance-studio-header {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(200px, 248px);
  gap: 28px 40px;
  align-items: start;
  margin-bottom: clamp(22px, 3vw, 30px);
}

.dance-studio-title {
  margin: 0 0 12px;
  font-size: clamp(1.65rem, 3.8vw, 2.2rem);
  letter-spacing: -0.03em;
  line-height: 1.12;
}

.dance-studio-lede {
  margin: 0;
  max-width: 48ch;
  font-size: 1.02rem;
  line-height: 1.55;
  color: var(--muted);
}

.dance-studio-header-media {
  justify-self: end;
}

.dance-studio-video-shell {
  width: 100%;
  max-width: 248px;
  margin-inline: auto;
}

.dance-studio-video-frame {
  max-width: 100%;
}

.dance-studio-video-shell .training-section-video {
  max-width: 100%;
}

.dance-studio-caption {
  margin-top: 10px;
  font-size: 0.88rem;
}

.dance-offers-panel {
  border-radius: 22px;
  padding: clamp(22px, 3.2vw, 30px) clamp(20px, 3vw, 28px) clamp(18px, 2.5vw, 24px);
  border: 1px solid rgba(214, 175, 92, 0.22);
  background:
    radial-gradient(ellipse 80% 60% at 20% 0%, rgba(242, 196, 107, 0.08), transparent 55%),
    linear-gradient(165deg, rgba(22, 21, 26, 0.95), rgba(12, 11, 14, 0.98));
  box-shadow:
    var(--shadow),
    0 0 60px rgba(242, 196, 107, 0.04);
}

.dance-offers-panel-head {
  text-align: center;
  max-width: 480px;
  margin: 0 auto 22px;
}

.dance-offers-heading {
  margin: 0 0 6px;
  font-size: 1.05rem;
  font-weight: 800;
  letter-spacing: 0.06em;
  text-transform: uppercase;
  color: var(--accent-bright);
}

.dance-offers-sub {
  margin: 0;
  font-size: 0.94rem;
  line-height: 1.45;
  color: var(--muted);
}

.dance-offers-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 16px;
  align-items: stretch;
}

.dance-offer {
  border-radius: 16px;
  padding: 20px 20px 18px;
  border: 1px solid rgba(214, 175, 92, 0.16);
  background: linear-gradient(165deg, rgba(255, 248, 235, 0.07), rgba(255, 248, 235, 0.02));
  display: flex;
  flex-direction: column;
  min-height: 0;
}

.dance-offer--weekly {
  padding: 0;
  overflow: hidden;
  display: grid;
  grid-template-columns: minmax(120px, 38%) minmax(0, 1fr);
  gap: 0;
}

.dance-offer-tag {
  display: inline-block;
  margin-bottom: 10px;
  padding: 5px 11px;
  border-radius: 999px;
  font-size: 10px;
  font-weight: 800;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  color: var(--accent-bright);
  background: rgba(242, 196, 107, 0.1);
}

.dance-offer-tag--outline {
  background: transparent;
  border: 1px solid rgba(214, 175, 92, 0.28);
  color: var(--muted);
}

.dance-offer-title {
  margin: 0 0 10px;
  font-size: 1.18rem;
  font-weight: 700;
  letter-spacing: -0.02em;
  line-height: 1.2;
}

.dance-offer-desc {
  margin: 0 0 12px;
  font-size: 0.94rem;
  line-height: 1.5;
  color: var(--muted);
}

.dance-offer-points {
  margin: 0 0 16px;
  padding-left: 18px;
  color: var(--muted);
  font-size: 0.9rem;
  line-height: 1.45;
}

.dance-offer-points li + li {
  margin-top: 5px;
}

.dance-offer-btn {
  margin-top: auto;
  align-self: flex-start;
}

.dance-offer-weekly-visual {
  min-height: 100%;
  background: var(--media-surface);
}

.dance-offer-weekly-img {
  display: block;
  width: 100%;
  height: 100%;
  min-height: 200px;
  object-fit: cover;
  object-position: center;
}

.dance-offer-weekly-body {
  padding: 20px 20px 18px;
  display: flex;
  flex-direction: column;
  min-width: 0;
}

.dance-offer-meta {
  margin: 0 0 10px;
}

.dance-offer-meta-row {
  display: grid;
  grid-template-columns: 64px 1fr;
  gap: 8px 12px;
  padding: 6px 0;
  font-size: 0.9rem;
  border-bottom: 1px solid rgba(214, 175, 92, 0.1);
}

.dance-offer-meta-row:last-of-type {
  border-bottom: 0;
}

.dance-offer-meta-row dt {
  margin: 0;
  font-size: 0.78rem;
  font-weight: 700;
  letter-spacing: 0.04em;
  text-transform: uppercase;
  color: var(--muted);
}

.dance-offer-meta-row dd {
  margin: 0;
  color: var(--text);
  line-height: 1.35;
}

.dance-offer-meta-row--price dd {
  display: flex;
  flex-wrap: wrap;
  align-items: baseline;
  gap: 6px;
}

.dance-offer-price {
  font-size: 1.45rem;
  font-weight: 800;
  letter-spacing: -0.03em;
  color: var(--accent-bright);
}

.dance-offer-price-note {
  font-size: 0.88rem;
  font-weight: 500;
  color: var(--muted);
}

.dance-offer-footnote {
  margin: 0 0 14px;
  font-size: 0.82rem;
  color: var(--muted);
}

.dance-offers-disclaimer {
  margin: 18px 0 0;
  padding-top: 16px;
  border-top: 1px solid rgba(214, 175, 92, 0.12);
  text-align: center;
  font-size: 0.84rem;
  line-height: 1.5;
  color: var(--muted);
}

.pricing-note {
  max-width: 72ch;
  margin-bottom: 18px;
}

.pricing-note p,
.booking-copy p {
  color: var(--muted);
}

.booking-status {
  margin-bottom: 18px;
  padding: 14px 16px;
  border: 1px solid var(--line);
  border-radius: 16px;
  font-weight: 700;
  box-shadow: var(--shadow);
}

.booking-status-success {
  color: #f4ead4;
  background: linear-gradient(180deg, rgba(102, 142, 92, 0.3), rgba(255, 248, 235, 0.04));
}

.booking-status-error {
  color: #f7d0c6;
  background: linear-gradient(180deg, rgba(142, 78, 62, 0.3), rgba(255, 248, 235, 0.04));
}

.price-card {
  min-height: 100%;
}

.price-value {
  margin: 0 0 6px;
  color: var(--accent-bright);
  font-weight: 700;
  font-size: clamp(1.45rem, 3.6vw, 2.2rem);
  line-height: 1.1;
  letter-spacing: -0.04em;
}

.price-amount {
  margin: 0 0 14px;
  color: var(--accent-bright);
  font-size: clamp(2rem, 5vw, 3rem);
  line-height: 1;
  letter-spacing: -0.05em;
  font-weight: 800;
}

.booking-card {
  display: grid;
  grid-template-columns: minmax(280px, 0.85fr) minmax(0, 1.15fr);
  gap: 20px;
  padding: 24px;
  border: 1px solid var(--line);
  border-radius: var(--radius);
  background: linear-gradient(180deg, var(--panel-strong), var(--panel));
  box-shadow: var(--shadow);
}

.booking-copy h3 {
  margin-bottom: 12px;
}

.booking-copy .final-cta-heading {
  margin: 0 0 12px;
  font-size: clamp(1.75rem, 3.2vw, 2.35rem);
  line-height: 1.1;
  letter-spacing: -0.03em;
}

.proof-check-list {
  max-width: 72ch;
}

.proof-check-list li + li {
  margin-top: 10px;
}

.proof-check-list--compact {
  max-width: 65ch;
}

.proof-check-list--compact li + li {
  margin-top: 12px;
}

.proof-section--light {
  padding-top: 28px;
  padding-bottom: 28px;
}

.proof-section--light .proof-section-head {
  margin-bottom: 14px;
}

.proof-section--light .section-head--tight h2 {
  margin-bottom: 0;
}

.proof-section--light .proof-check-list--compact {
  font-size: 0.98rem;
  line-height: 1.55;
}

.proof-section--light .proof-check-list--compact li + li {
  margin-top: 10px;
}

.proof-check-list--compact strong {
  color: var(--accent-bright);
  font-weight: 700;
}

.section-head-lede {
  margin: 10px 0 0;
  max-width: 52ch;
  color: var(--muted);
  font-size: 1.05rem;
  line-height: 1.55;
}

.section-head--tight .section-head-lede {
  margin-top: 8px;
}

.pillars-cta-section {
  padding-top: clamp(36px, 5vw, 52px);
  padding-bottom: clamp(36px, 5vw, 52px);
}

.pillars-cta-section::before {
  background: linear-gradient(
    180deg,
    rgba(242, 196, 107, 0.06),
    transparent 35%,
    transparent 65%,
    rgba(242, 196, 107, 0.04)
  );
}

.pillars-cta-inner {
  text-align: center;
  max-width: 640px;
  margin: 0 auto;
  padding: clamp(28px, 4vw, 40px) clamp(20px, 4vw, 36px);
  border: 1px solid var(--line);
  border-radius: var(--radius);
  background: linear-gradient(165deg, var(--panel-strong), var(--panel));
  box-shadow: var(--shadow);
  position: relative;
  z-index: 1;
}

.pillars-cta-eyebrow {
  margin: 0 0 8px;
  font-size: 11px;
  font-weight: 800;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  color: var(--accent-bright);
}

.pillars-cta-inner h2 {
  margin: 0 0 12px;
  font-size: clamp(1.65rem, 4vw, 2.25rem);
  letter-spacing: -0.03em;
  line-height: 1.15;
}

.pillars-cta-inner .pillars-cta-lede strong {
  color: var(--text);
  font-weight: 700;
}

.programs-section--jump {
  padding-top: 22px;
  padding-bottom: 22px;
}

.programs-jump-wrap {
  text-align: center;
}

.programs-jump-label {
  margin: 0 0 12px;
  font-size: 11px;
  font-weight: 800;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  color: var(--muted);
}

.programs-jump-nav {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  gap: 6px 0;
  font-size: 0.95rem;
}

.programs-jump-nav a {
  color: var(--accent-bright);
  font-weight: 700;
  text-decoration: none;
  padding: 4px 2px;
}

.programs-jump-nav a:hover,
.programs-jump-nav a:focus-visible {
  text-decoration: underline;
  text-underline-offset: 3px;
}

.programs-jump-nav a:not(:last-child)::after {
  content: '·';
  margin: 0 14px;
  color: var(--muted);
  font-weight: 400;
  text-decoration: none;
  display: inline-block;
  pointer-events: none;
}

.pillars-cta-lede {
  margin: 0 0 24px;
  color: var(--muted);
  font-size: 1.08rem;
  line-height: 1.6;
}

.pillars-cta-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  justify-content: center;
  align-items: center;
}

.pillars-cta-primary {
  min-height: 48px;
  padding-left: 28px;
  padding-right: 28px;
  font-size: 1rem;
}

@media (max-width: 520px) {
  .pillars-cta-actions {
    flex-direction: column;
    width: 100%;
  }

  .pillars-cta-actions .btn {
    width: 100%;
    justify-content: center;
  }
}

.about-short-actions {
  margin-top: 8px;
}

.studioflow-card {
  align-items: center;
}

.studioflow-actions {
  display: flex;
  flex-direction: column;
  gap: 14px;
  justify-content: center;
  align-items: flex-start;
}

.booking-form {
  display: flex;
  flex-direction: column;
  gap: 18px;
}

.form-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 16px;
}

.field {
  display: flex;
  flex-direction: column;
  gap: 8px;
}

.field.full {
  grid-column: 1 / -1;
}

.field label {
  color: var(--accent-bright);
  font-size: 0.82rem;
  font-weight: 700;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.field input,
.field select,
.field textarea {
  width: 100%;
  padding: 14px 16px;
  border: 1px solid var(--line);
  border-radius: 14px;
  color: var(--text);
  background: rgba(255, 255, 255, 0.09);
  font: inherit;
}

.field textarea {
  min-height: 150px;
  resize: vertical;
}

.field input::placeholder,
.field textarea::placeholder {
  color: var(--muted);
}

.field input:focus,
.field select:focus,
.field textarea:focus {
  outline: none;
  border-color: rgba(242, 196, 107, 0.48);
  box-shadow: 0 0 0 3px rgba(242, 196, 107, 0.08);
}

.tool-card {
  background:
    radial-gradient(circle at top left, rgba(242, 196, 107, 0.14), transparent 42%),
    linear-gradient(180deg, var(--panel-strong), var(--panel));
}

.class-promo-card {
  grid-template-columns: minmax(260px, 0.9fr) minmax(0, 1.1fr);
  align-items: center;
  margin-top: 22px;
}

.class-promo-image-frame {
  aspect-ratio: 4 / 3;
  background:
    radial-gradient(circle at top, rgba(242, 196, 107, 0.08), transparent 42%),
    var(--bg-elevated);
}

.class-promo-image {
  object-fit: cover;
  object-position: center;
}

.class-promo-copy .card-label {
  margin-bottom: 12px;
}

.class-promo-copy h3 {
  margin-bottom: 12px;
}

.class-promo-copy .btn {
  width: fit-content;
}

.class-promo-copy .class-promo-subtle {
  margin: 4px 0 14px;
  font-size: 0.88rem;
  color: var(--muted);
  opacity: 0.88;
}

.class-promo-copy .btn + .class-promo-subtle {
  margin-top: 12px;
  margin-bottom: 0;
}

.book-card {
  gap: 0;
  min-height: 100%;
}

.book-card-top {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 14px;
  margin-bottom: 12px;
}

.book-card-top .card-label {
  margin-bottom: 0;
}

.book-toggle {
  display: inline-flex;
  align-items: center;
  gap: 4px;
  padding: 4px;
  border: 1px solid var(--line);
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.03);
}

.book-toggle-btn {
  min-height: 34px;
  padding: 7px 12px;
  border: 0;
  border-radius: 999px;
  color: var(--muted);
  font-size: 0.78rem;
  font-weight: 800;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  background: transparent;
  cursor: pointer;
}

.book-toggle-btn.is-active {
  color: #16120d;
  background: linear-gradient(135deg, var(--accent), var(--accent-bright));
}

.book-toggle-btn:focus-visible {
  outline: 2px solid rgba(242, 196, 107, 0.7);
  outline-offset: 2px;
}

.book-cover-frame {
  display: grid;
  place-items: center;
  margin: -4px -4px 18px;
  padding: 18px;
  min-height: 340px;
  border: 1px solid var(--line);
  border-radius: 22px;
  background:
    linear-gradient(180deg, rgba(255, 248, 235, 0.06), rgba(255, 248, 235, 0.02)),
    radial-gradient(circle at top, rgba(242, 196, 107, 0.08), transparent 40%);
}

.book-cover {
  width: min(100%, 220px);
  height: auto;
  max-height: 340px;
  object-fit: contain;
  object-position: center;
  border-radius: 10px;
  box-shadow: 0 18px 34px rgba(0, 0, 0, 0.34);
}

.book-card h3 {
  min-height: 2.4em;
}

.book-card .btn {
  width: 100%;
  margin-top: auto;
}

.contact-card {
  grid-template-columns: minmax(0, 0.9fr) minmax(0, 1.1fr);
  padding: 28px;
  align-items: start;
}

.contact-intro h3 {
  margin-bottom: 12px;
}

.contact-intro p {
  max-width: 40ch;
  margin: 0 0 20px;
}

.contact-list {
  display: grid;
  gap: 14px;
}

.contact-item {
  padding: 16px 18px;
  border: 1px solid var(--line);
  border-radius: 18px;
  background: rgba(255, 255, 255, 0.03);
}

.contact-item small {
  display: block;
  margin-bottom: 6px;
  color: var(--muted);
  text-transform: uppercase;
  letter-spacing: 0.08em;
}

.contact-item a:hover,
.contact-item a:focus-visible {
  color: var(--accent-bright);
}

.site-footer {
  padding: 22px 0 max(22px, env(safe-area-inset-bottom));
  text-align: center;
  border-top: 1px solid var(--line);
  background: linear-gradient(180deg, transparent 0%, rgba(5, 5, 6, 0.65) 100%);
}

.site-footer p {
  margin: 0;
  color: var(--accent-bright);
  font-size: 0.96rem;
  letter-spacing: 0.04em;
}

.home-hero {
  min-height: min(82vh, 820px);
  min-height: min(82svh, 820px);
  min-height: min(82dvh, 820px);
  -webkit-font-smoothing: antialiased;
}

/* Homepage immersive hero — editorial: film + left column only, no card */
.home-hero.home-hero--immersive {
  position: relative;
  min-height: min(100vh, 1020px);
  min-height: min(100svh, 1020px);
  min-height: min(100dvh, 1020px);
}

.home-hero.home-hero--immersive .home-hero-bg {
  position: absolute;
  inset: 0;
  z-index: 0;
  overflow: hidden;
  background:
    linear-gradient(
      90deg,
      rgba(2, 2, 5, 0.76) 0%,
      rgba(4, 4, 8, 0.42) 38%,
      rgba(10, 10, 14, 0.09) 56%,
      transparent 76%
    ),
    radial-gradient(ellipse 120% 90% at 40% 42%, rgba(42, 38, 52, 0.42) 0%, transparent 58%),
    linear-gradient(180deg, #1f1d24 0%, #14131a 42%, #0c0b0f 100%);
  pointer-events: none;
}

.home-hero.home-hero--editorial .home-hero-bg-poster {
  display: block;
  position: absolute;
  inset: 0;
  z-index: 0;
  width: 100%;
  height: 100%;
  max-width: none;
  margin: 0;
  line-height: 0;
  object-fit: cover;
  object-position: 36% 48%;
  transform: scale(1.06);
  transform-origin: 50% 50%;
  filter: brightness(0.72) contrast(0.88) saturate(0.72);
  pointer-events: none;
}

.home-hero-bg-video {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: 36% 48%;
  transform: scale(1.06);
  transform-origin: 50% 50%;
  filter: brightness(0.72) contrast(0.88) saturate(0.72);
}

.home-hero.home-hero--editorial .home-hero-bg-video {
  z-index: 0;
  opacity: 0;
  transition: opacity 0.45s ease;
}

.home-hero.home-hero--editorial .home-hero-bg-video.home-hero-bg-video--visible {
  opacity: 1;
}

.home-hero--editorial .home-hero-bg-video {
  animation: home-hero-ken 64s ease-in-out infinite alternate;
}

.home-hero.home-hero--editorial .home-hero-bg-video:not(.home-hero-bg-video--visible) {
  animation: none;
}

@keyframes home-hero-ken {
  from {
    transform: scale(1.04);
  }

  to {
    transform: scale(1.07);
  }
}

/* Readable wash: strong on the left, open on the right */
.home-hero.home-hero--editorial .home-hero-bg-scrim {
  position: absolute;
  inset: 0;
  z-index: 1;
  pointer-events: none;
  background: linear-gradient(
    90deg,
    rgba(2, 2, 5, 0.84) 0%,
    rgba(4, 4, 8, 0.48) 38%,
    rgba(10, 10, 14, 0.1) 56%,
    transparent 76%
  );
}

/* Hero background video — subtle play/pause (icon-only), bottom-right of hero */
@keyframes homeHeroVideoBtnReveal {
  from {
    opacity: 0;
  }

  to {
    opacity: 1;
  }
}

.home-hero-video-btn {
  position: absolute;
  z-index: 3;
  bottom: calc(14px + env(safe-area-inset-bottom, 0px));
  right: calc(14px + env(safe-area-inset-right, 0px));
  width: 36px;
  height: 36px;
  padding: 0;
  margin: 0;
  border: 1px solid rgba(255, 248, 235, 0.11);
  border-radius: 999px;
  background: rgba(8, 7, 10, 0.22);
  color: rgba(255, 248, 235, 0.48);
  cursor: pointer;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  -webkit-backdrop-filter: blur(8px);
  backdrop-filter: blur(8px);
  opacity: 0;
  animation: homeHeroVideoBtnReveal 0.75s ease-out 0.22s forwards;
  transition:
    border-color 0.22s ease,
    color 0.22s ease,
    background 0.22s ease,
    opacity 0.22s ease,
    box-shadow 0.22s ease;
}

.home-hero-video-btn:hover {
  border-color: rgba(255, 248, 235, 0.32);
  color: rgba(255, 248, 235, 0.95);
  background: rgba(8, 7, 10, 0.52);
  box-shadow: 0 4px 22px rgba(0, 0, 0, 0.22);
}

.home-hero-video-btn:focus-visible {
  outline: 2px solid rgba(242, 196, 107, 0.58);
  outline-offset: 2px;
  border-color: rgba(255, 248, 235, 0.3);
  color: rgba(255, 248, 235, 0.95);
  background: rgba(8, 7, 10, 0.5);
}

.home-hero--video-paused .home-hero--editorial .home-hero-bg-video {
  animation-play-state: paused;
}

html[data-theme="sunlit"] .home-hero-video-btn {
  border-color: rgba(26, 26, 30, 0.1);
  background: rgba(255, 253, 248, 0.32);
  color: rgba(26, 26, 30, 0.42);
}

html[data-theme="sunlit"] .home-hero-video-btn:hover {
  border-color: rgba(27, 111, 168, 0.32);
  color: rgba(27, 111, 168, 0.92);
  background: rgba(255, 255, 255, 0.62);
  box-shadow: 0 4px 18px rgba(26, 26, 30, 0.1);
}

html[data-theme="sunlit"] .home-hero-video-btn:focus-visible {
  border-color: rgba(27, 111, 168, 0.35);
  color: rgba(27, 111, 168, 0.92);
  background: rgba(255, 255, 255, 0.58);
}

@media (prefers-reduced-motion: reduce) {
  .home-hero-video-btn {
    animation: none;
    opacity: 1;
  }
}

.home-hero-immersive-inner {
  position: relative;
  z-index: 2;
  min-height: min(92vh, 920px);
  min-height: min(92svh, 920px);
  min-height: min(92dvh, 920px);
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: flex-end;
  padding-top: clamp(72px, 11vh, 120px);
  padding-top: clamp(72px, 11svh, 120px);
  padding-bottom: clamp(56px, 9vh, 112px);
  padding-bottom: clamp(56px, 9svh, 112px);
}

.hero-copy--editorial {
  max-width: min(36rem, 100%);
  align-self: flex-start;
  margin: 0;
  padding: 0;
  border: none;
  background: none;
  box-shadow: none;
  backdrop-filter: none;
  text-align: left;
  width: 100%;
}

.hero-eyebrow--editorial {
  margin: 0 0 14px;
  font-size: 0.62rem;
  font-weight: 600;
  letter-spacing: 0.24em;
  text-transform: uppercase;
  color: rgba(242, 196, 107, 0.88);
}

.home-hero--editorial .hero-title {
  color: rgba(252, 249, 242, 0.98);
  text-shadow:
    0 2px 48px rgba(0, 0, 0, 0.62),
    0 1px 2px rgba(0, 0, 0, 0.35);
  margin-bottom: clamp(14px, 2vw, 22px);
  max-width: 15ch;
}

.hero-lede--editorial {
  margin: 0 0 clamp(22px, 3.2vw, 34px);
  font-size: clamp(0.94rem, 1.2vw, 1.06rem);
  line-height: 1.45;
  color: rgba(232, 226, 214, 0.94);
  border: 0;
  max-width: 38ch;
  text-shadow: 0 1px 28px rgba(0, 0, 0, 0.55);
}

.hero-actions--editorial {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 12px 18px;
  margin: 0;
  padding: 0;
  border: 0;
  width: 100%;
  max-width: none;
}

.home-hero--editorial .hero-actions .btn-primary,
.home-hero--editorial .hero-actions .btn-secondary {
  min-width: min(100%, 240px);
}

@media (prefers-reduced-motion: reduce) {
  .home-hero--editorial .home-hero-bg-video {
    display: none;
    animation: none;
  }

  .home-hero.home-hero--immersive .home-hero-bg {
    background: linear-gradient(165deg, #1c1a1f 0%, #0b0a0e 100%);
  }

  .home-hero.home-hero--editorial .home-hero-bg-scrim {
    background: linear-gradient(90deg, rgba(0, 0, 0, 0.82) 0%, rgba(0, 0, 0, 0.45) 45%, transparent 70%);
  }
}

html:not([data-theme="sunlit"]) .home-hero:not(.home-hero--editorial) .hero-actions {
  border-top-color: rgba(214, 175, 92, 0.16);
}

.home-hero-facts {
  margin-top: 22px;
  grid-template-columns: repeat(3, minmax(0, 1fr));
}

/* Homepage hero: CTAs (legacy slab); editorial hero has no top rule */
.home-hero:not(.home-hero--editorial) .hero-actions {
  gap: 9px;
  margin-top: clamp(4px, 1vw, 10px);
  margin-bottom: 0;
  padding-top: clamp(16px, 2.2vw, 24px);
  border-top: 1px solid rgba(214, 175, 92, 0.14);
  width: 100%;
  max-width: min(30rem, 100%);
}

.home-hero.home-hero--editorial .hero-actions--editorial {
  border-top: none;
  padding-top: 0;
  margin-top: 0;
}

@media (max-width: 640px) {
  .home-hero-immersive-inner {
    min-height: min(86vh, 760px);
    padding-top: clamp(72px, 12vw, 104px);
    padding-bottom: clamp(40px, 8vh, 72px);
  }

  .home-hero--editorial .hero-title {
    max-width: 18ch;
  }

  .hero-actions--editorial {
    gap: 10px 14px;
  }
}

.home-hero .hero-actions .btn-primary {
  min-width: min(100%, 272px);
  padding: 12px 22px;
  min-height: 44px;
  font-size: 1.02rem;
  letter-spacing: 0.03em;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  box-shadow:
    0 14px 36px rgba(26, 26, 30, 0.14),
    0 0 32px rgba(201, 151, 63, 0.2);
}

.home-hero .hero-actions .btn-secondary {
  min-width: min(100%, 272px);
  padding: 9px 20px;
  min-height: 44px;
  font-size: 0.88rem;
  font-weight: 600;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-color: var(--line);
  background: rgba(255, 252, 247, 0.65);
  color: var(--text);
  box-shadow: 0 1px 0 rgba(255, 252, 247, 0.9) inset;
}

.home-hero .hero-actions .btn-secondary:hover,
.home-hero .hero-actions .btn-secondary:focus-visible {
  transform: translateY(-2px);
  background: rgba(255, 252, 247, 0.92);
  border-color: rgba(184, 137, 46, 0.35);
  color: var(--text);
  box-shadow: 0 10px 28px rgba(26, 26, 30, 0.08);
  filter: none;
}

html:not([data-theme="sunlit"]) .home-hero .hero-actions .btn-primary {
  box-shadow:
    0 18px 44px rgba(0, 0, 0, 0.52),
    0 0 38px rgba(242, 196, 107, 0.28);
}

html:not([data-theme="sunlit"]) .home-hero .hero-actions .btn-secondary {
  border-color: rgba(242, 196, 107, 0.22);
  background: rgba(12, 11, 10, 0.25);
  color: rgba(250, 244, 232, 0.78);
  box-shadow: none;
}

html:not([data-theme="sunlit"]) .home-hero .hero-actions .btn-secondary:hover,
html:not([data-theme="sunlit"]) .home-hero .hero-actions .btn-secondary:focus-visible {
  background: rgba(26, 24, 22, 0.55);
  border-color: rgba(242, 196, 107, 0.34);
  color: #faf4e8;
  box-shadow: 0 10px 26px rgba(0, 0, 0, 0.2);
}

.back-to-top {
  position: fixed;
  right: max(clamp(14px, 2.5vw, 22px), env(safe-area-inset-right, 0px));
  bottom: max(clamp(14px, 2.5vw, 22px), env(safe-area-inset-bottom, 0px));
  z-index: 90;
  width: 40px;
  height: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 999px;
  border: 1px solid rgba(214, 175, 92, 0.2);
  background: rgba(14, 13, 17, 0.45);
  backdrop-filter: blur(12px);
  color: var(--text);
  font-size: 1.1rem;
  line-height: 1;
  text-decoration: none;
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
  transform: translateY(6px);
  transition:
    opacity 0.25s ease,
    visibility 0.25s ease,
    transform 0.25s ease,
    background 0.2s ease;
}

.back-to-top.is-visible {
  opacity: 0.85;
  visibility: visible;
  pointer-events: auto;
  transform: translateY(0);
}

.back-to-top:hover,
.back-to-top:focus-visible {
  opacity: 1;
  background: rgba(14, 13, 17, 0.72);
}

@media (prefers-reduced-motion: reduce) {
  .back-to-top {
    transition: none;
  }
}

.home-editorial-head {
  max-width: 40rem;
}

.home-editorial-head .section-kicker,
.home-identity-inner > .section-kicker,
.home-kingdom-copy > .section-kicker {
  margin-bottom: 10px;
  font-size: 0.78rem;
  letter-spacing: 0.13em;
}

.home-editorial-head h2,
.home-kingdom-copy h2 {
  font-size: clamp(1.65rem, 3.1vw, 2.35rem);
  font-weight: 800;
  letter-spacing: -0.032em;
  line-height: 1.12;
}

.home-editorial-head h2 {
  margin-bottom: 14px;
  max-width: 42ch;
}

.home-kingdom-copy h2 {
  margin: 0 0 clamp(14px, 2vw, 20px);
  max-width: 20ch;
}

.home-editorial-dek {
  margin: 0;
  max-width: 42ch;
  color: var(--muted);
  line-height: 1.58;
}

.home-performance-actions {
  margin-top: 26px;
}

.home-identity-inner {
  max-width: 40rem;
}

.home-identity-section--links {
  padding-top: clamp(40px, 6.5vw, 62px);
  padding-bottom: clamp(28px, 4.8vw, 46px);
}

.home-identity-section--statement {
  padding-top: clamp(44px, 7vw, 72px);
}

.home-identity-section--links .home-identity-statement {
  max-width: 52ch;
  font-size: clamp(0.98rem, 1.25vw, 1.06rem);
  color: var(--muted);
}

.home-identity-section--statement .home-identity-statement {
  font-size: clamp(1.12rem, 1.72vw, 1.28rem);
  line-height: 1.54;
  max-width: 38ch;
}

.home-identity-statement {
  margin: 0;
  font-size: clamp(1.06rem, 1.55vw, 1.2rem);
  line-height: 1.58;
  color: var(--text);
  max-width: 42ch;
}

.home-dojo-section .home-editorial-list {
  margin: 22px 0 0;
  padding: 0;
  list-style: none;
  display: grid;
  gap: 14px;
  max-width: 42rem;
}

.home-editorial-list li {
  margin: 0;
  padding: 9px 0 10px 12px;
  line-height: 1.55;
  color: var(--muted);
  border-left: 1px solid rgba(214, 175, 92, 0.18);
}

.home-cta-band {
  padding-top: clamp(56px, 9vw, 88px);
  padding-bottom: clamp(48px, 8vw, 80px);
  border-top: 1px solid rgba(214, 175, 92, 0.09);
}

.home-cta-grid {
  display: grid;
  gap: clamp(22px, 4vw, 32px);
  grid-template-columns: 1fr;
  margin-top: clamp(28px, 4vw, 40px);
  max-width: 52rem;
}

@media (min-width: 720px) {
  .home-cta-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: clamp(28px, 4vw, 40px);
  }
}

.home-cta-block {
  display: flex;
  flex-direction: column;
  min-height: 100%;
  padding: clamp(24px, 3.2vw, 32px);
  padding-left: clamp(22px, 3vw, 28px);
  border-radius: calc(var(--radius) - 4px);
  border: 1px solid rgba(214, 175, 92, 0.14);
  background: rgba(255, 248, 235, 0.03);
  border-left-width: 3px;
}

.home-cta-label {
  margin: 0 0 4px;
  font-size: 0.72rem;
  font-weight: 700;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  color: var(--accent-bright);
}

.home-cta-pick {
  margin: 0 0 12px;
  font-size: 0.65rem;
  font-weight: 600;
  letter-spacing: 0.16em;
  text-transform: uppercase;
  line-height: 1.35;
}

.home-cta-title {
  margin: 0 0 10px;
  font-size: clamp(1.12rem, 2vw, 1.28rem);
  font-weight: 800;
  letter-spacing: -0.02em;
  line-height: 1.2;
  color: var(--text);
}

.home-cta-copy {
  margin: 0 0 20px;
  font-size: 0.98rem;
  line-height: 1.52;
  color: var(--muted);
  max-width: 40ch;
}

.home-next-steps-head h2 {
  max-width: 18ch;
}

.home-next-steps-dek {
  max-width: 46ch;
  line-height: 1.58;
}

.home-cta-block--live {
  border-color: rgba(242, 196, 107, 0.28);
  border-left-color: rgba(242, 196, 107, 0.62);
  background:
    radial-gradient(ellipse 120% 90% at 10% 0%, rgba(255, 200, 140, 0.12) 0%, transparent 52%),
    linear-gradient(
      165deg,
      rgba(242, 196, 107, 0.1) 0%,
      rgba(255, 248, 235, 0.04) 50%,
      rgba(14, 13, 17, 0.18) 100%
    );
  box-shadow:
    inset 0 1px 0 rgba(255, 255, 255, 0.06),
    0 20px 52px rgba(0, 0, 0, 0.14);
}

.home-cta-block--training {
  border-color: rgba(130, 140, 165, 0.22);
  border-left-color: rgba(130, 150, 195, 0.55);
  background:
    linear-gradient(180deg, rgba(12, 13, 18, 0.92) 0%, rgba(10, 11, 15, 0.78) 100%);
  box-shadow:
    inset 0 1px 0 rgba(255, 255, 255, 0.035),
    inset 0 0 0 1px rgba(110, 125, 190, 0.06);
}

.home-cta-block--live .home-cta-label {
  color: rgba(255, 214, 160, 0.96);
}

.home-cta-block--training .home-cta-label {
  color: rgba(188, 198, 218, 0.82);
  letter-spacing: 0.17em;
}

.home-cta-block--training .home-cta-title {
  letter-spacing: -0.03em;
  color: rgba(245, 242, 236, 0.96);
}

.home-cta-block--training .home-cta-copy {
  color: rgba(198, 194, 186, 0.9);
}

.home-cta-block--live .home-cta-pick {
  color: rgba(255, 210, 165, 0.72);
}

.home-cta-block--training .home-cta-pick {
  color: rgba(170, 185, 215, 0.72);
}

.home-cta-actions {
  margin-top: auto;
  padding-top: 4px;
}

/* Performance & Apply marketing heroes — sister layout, different intent */
.site-page-hero--performance .section-kicker,
.site-page-hero--apply .section-kicker {
  font-size: 0.78rem;
  letter-spacing: 0.13em;
}

/* Performance: external, live, warm — soft stage light */
.site-page-hero--performance {
  position: relative;
  background:
    radial-gradient(ellipse 115% 85% at 0% -5%, rgba(255, 200, 145, 0.14) 0%, transparent 52%),
    radial-gradient(ellipse 90% 60% at 100% 35%, rgba(242, 196, 107, 0.08) 0%, transparent 48%);
}

.site-page-hero--performance .section-kicker {
  color: rgba(255, 220, 175, 0.92);
}

.site-page-hero--performance .info-card.home-offer-card {
  border-color: rgba(242, 196, 107, 0.26);
  background: linear-gradient(
    165deg,
    rgba(242, 196, 107, 0.1) 0%,
    rgba(33, 31, 37, 0.9) 48%,
    rgba(12, 12, 16, 0.94) 100%
  );
  box-shadow:
    0 1px 0 rgba(255, 248, 235, 0.06) inset,
    0 22px 50px rgba(0, 0, 0, 0.38);
}

body[data-jg-nav="performance"] #performance-offers .home-offer-card,
body[data-jg-nav="performance"] #performance-proof .info-card {
  border-color: rgba(242, 196, 107, 0.15);
}

body[data-jg-nav="performance"] #performance-booking {
  border-top-color: rgba(242, 196, 107, 0.14);
}

/* Apply: internal, calm, disciplined — cooler floor, clear type */
.site-page-hero--apply {
  position: relative;
  background:
    radial-gradient(ellipse 100% 65% at 50% -15%, rgba(95, 110, 150, 0.09) 0%, transparent 48%),
    linear-gradient(180deg, rgba(11, 12, 17, 0.5) 0%, transparent 72%);
}

.site-page-hero--apply .section-kicker {
  color: rgba(195, 200, 220, 0.78);
  letter-spacing: 0.15em;
}

.site-page-hero--apply h1 {
  max-width: 20ch;
  letter-spacing: -0.038em;
  color: rgba(248, 246, 242, 0.98);
}

.site-page-hero--apply .drum-sales-lede {
  max-width: 54ch;
  color: rgba(212, 206, 196, 0.94);
}

.site-page-hero--apply .info-card.home-offer-card {
  border-color: rgba(130, 145, 175, 0.22);
  background: linear-gradient(165deg, rgba(20, 22, 30, 0.88) 0%, rgba(10, 11, 15, 0.96) 100%);
  box-shadow:
    inset 0 1px 0 rgba(255, 255, 255, 0.04),
    0 18px 44px rgba(0, 0, 0, 0.42);
}

.site-page-hero--apply .info-card.home-offer-card p {
  color: rgba(200, 198, 192, 0.9);
}

.site-page-hero-note {
  margin: 16px 0 0;
  font-size: 0.98rem;
  line-height: 1.55;
  max-width: 52ch;
}

.site-page-hero--apply .site-page-hero-note {
  color: rgba(188, 186, 198, 0.88);
}

.site-page-hero-actions {
  margin-top: clamp(22px, 3vw, 28px);
}

.site-page-hero-crosslink {
  margin: 20px 0 0;
  font-size: 0.92rem;
  line-height: 1.45;
  color: rgba(175, 190, 215, 0.75);
}

.site-page-hero-aside .card-label {
  letter-spacing: 0.12em;
}

.site-apply-form-section.booking-section--finale {
  border-top: 1px solid rgba(125, 135, 165, 0.2);
  padding-top: clamp(48px, 8vw, 92px);
  padding-bottom: clamp(40px, 6vw, 56px);
}

.site-apply-form-head .section-kicker {
  margin-bottom: 10px;
}

.site-apply-form-head h1,
.site-apply-form-head h2 {
  letter-spacing: -0.034em;
}

.site-apply-form-lede {
  max-width: 46ch;
  margin-left: auto;
  margin-right: auto;
  color: rgba(198, 192, 182, 0.92);
}

.site-apply-booking-copy h3 {
  font-size: 0.78rem;
  font-weight: 700;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  color: rgba(200, 195, 185, 0.88);
  margin-bottom: 10px;
}

.site-apply-form-section .booking-finale-head .section-kicker {
  color: rgba(190, 198, 215, 0.75);
}

.site-apply-form-section .booking-finale-head h1,
.site-apply-form-section .booking-finale-head h2 {
  color: rgba(250, 248, 244, 0.98);
  letter-spacing: -0.036em;
}

/* Apply page — single column when the card is form-only (no sidebar copy) */
.booking-card.booking-card--form-only {
  grid-template-columns: 1fr;
  max-width: min(52rem, 100%);
  margin-inline: auto;
}

.booking-card--apply-intake {
  margin-top: clamp(12px, 2.5vw, 22px);
}

/* Apply page — one section: hero tone + form, no seam under nav */
.site-apply-form-section.site-apply--standalone {
  border-top: none;
  padding-top: clamp(56px, 10vw, 96px);
  padding-bottom: clamp(40px, 6vw, 56px);
}

.site-apply-back {
  text-align: center;
  margin: clamp(28px, 4vw, 40px) auto 0;
  font-size: 0.95rem;
}

.contact-section--home {
  padding-top: clamp(40px, 6vw, 64px);
  padding-bottom: clamp(52px, 7vw, 84px);
  border-top: 1px solid rgba(214, 175, 92, 0.1);
}

.home-section {
  padding-top: clamp(52px, 7vw, 84px);
  padding-bottom: clamp(52px, 7vw, 84px);
}

@supports (content-visibility: auto) {
  .home-section {
    content-visibility: auto;
    contain-intrinsic-size: 760px;
  }
}

/* Homepage editorial stack — consistent vertical rhythm + hairlines (overrides .home-section) */
.home-section.home-performance-band {
  padding-top: clamp(68px, 12vw, 112px);
  padding-bottom: clamp(56px, 9vw, 92px);
}

/* Dark / optional themes: soften the cut from the film hero into the first band */
html:not([data-theme="sunlit"]) .home-section.home-performance-band {
  background: linear-gradient(180deg, rgba(8, 8, 11, 0.38) 0%, transparent 44%);
}

.home-section.home-identity-section,
.home-section.home-dojo-section,
.home-section.home-kingdom-section {
  padding-top: clamp(56px, 9vw, 92px);
  padding-bottom: clamp(56px, 9vw, 92px);
}

.home-section.home-identity-section,
.home-section.home-dojo-section {
  border-top: 1px solid rgba(214, 175, 92, 0.1);
}

.home-section.home-kingdom-section {
  border-top: 1px solid rgba(214, 175, 92, 0.1);
  border-bottom: 1px solid rgba(214, 175, 92, 0.1);
}

.home-section.home-dojo-section {
  background:
    linear-gradient(180deg, rgba(214, 175, 92, 0.03) 0%, transparent 56%);
}

.home-section.home-paths-section {
  padding-top: clamp(64px, 9.5vw, 98px);
  padding-bottom: clamp(44px, 6.5vw, 66px);
}

.home-paths-section .home-section-head {
  margin-bottom: 26px;
}

.home-paths-section .home-section-head p {
  max-width: 40ch;
}

.home-section.home-cta-band {
  padding-top: clamp(70px, 10vw, 104px);
}

.home-section-head {
  margin-bottom: 32px;
}

.home-section-head .home-card-actions--section-head {
  margin-top: 14px;
}

.home-section-head--center {
  text-align: center;
}

.home-section-head p {
  max-width: 44ch;
}

.home-path-grid,
.home-offers-grid,
.home-steps-grid {
  align-items: stretch;
}

.home-path-grid {
  grid-template-columns: repeat(3, minmax(0, 1fr));
}

.home-path-grid--primary {
  grid-template-columns: repeat(2, minmax(0, 1fr));
}

.home-offers-grid {
  grid-template-columns: repeat(3, minmax(0, 1fr));
}

.home-steps-grid {
  grid-template-columns: repeat(3, minmax(0, 1fr));
}

.home-path-card,
.home-offer-card,
.home-step-card {
  display: flex;
  flex-direction: column;
  gap: 14px;
  min-height: 100%;
}

.home-path-card h3,
.home-offer-card h3,
.home-step-card h3 {
  margin: 0;
  line-height: 1.18;
}

.home-path-card p,
.home-offer-card p,
.home-step-card p {
  max-width: 30ch;
  margin: 0;
}

.home-card-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin-top: auto;
}

.home-card-actions .btn {
  min-width: 150px;
}

.home-offer-media {
  width: min(100%, 240px);
  margin: -2px auto 10px;
}

.home-offer-media .training-section-video,
.home-offer-media .feature-video {
  width: 100%;
  max-width: 100%;
  height: auto;
  object-fit: contain;
}

.home-steps-section .info-card {
  text-align: center;
}

.home-steps-section .home-step-card p {
  max-width: 22ch;
  margin-inline: auto;
}

/* Home — Kingdom / Daily Flow (padding + borders via .home-section.home-kingdom-section) */
.home-kingdom-grid {
  display: grid;
  gap: clamp(28px, 5vw, 48px);
  align-items: center;
  grid-template-columns: 1fr;
}

@media (min-width: 800px) {
  .home-kingdom-grid {
    grid-template-columns: minmax(0, 1.12fr) minmax(240px, 0.88fr);
    gap: clamp(36px, 5vw, 52px) clamp(40px, 5vw, 60px);
  }
}

.home-kingdom-copy {
  max-width: 40rem;
}

.home-kingdom-subtitle {
  margin: 0 0 clamp(16px, 2.2vw, 22px);
  font-size: clamp(1.02rem, 2.2vw, 1.12rem);
  line-height: 1.45;
  color: var(--text);
  max-width: 36ch;
}

.home-kingdom-line {
  margin: 0 0 clamp(26px, 3.5vw, 34px);
  font-size: 0.98rem;
  line-height: 1.5;
  color: var(--muted);
  max-width: 40ch;
}

.home-kingdom-actions {
  margin-top: clamp(4px, 1vw, 10px);
}

.home-kingdom-panel {
  border-radius: var(--radius);
  border: 1px solid rgba(214, 175, 92, 0.22);
  background: linear-gradient(165deg, rgba(33, 31, 37, 0.88) 0%, rgba(12, 12, 16, 0.94) 100%);
  padding: clamp(24px, 4vw, 32px) clamp(22px, 3.5vw, 28px);
  box-shadow:
    0 1px 0 rgba(255, 248, 235, 0.06) inset,
    0 22px 56px rgba(0, 0, 0, 0.5);
  max-width: 380px;
  margin-inline: auto;
}

@media (min-width: 800px) {
  .home-kingdom-panel {
    margin-inline: 0;
    max-width: none;
  }
}

.home-kingdom-panel-eyebrow {
  margin: 0 0 16px;
  font-size: 11px;
  font-weight: 700;
  letter-spacing: 0.16em;
  text-transform: uppercase;
  color: var(--accent);
}

.home-kingdom-panel-lines {
  display: flex;
  flex-direction: column;
  gap: 10px;
  margin-bottom: 18px;
}

.home-kingdom-panel-lines span {
  display: block;
  height: 6px;
  border-radius: 999px;
  background: linear-gradient(90deg, rgba(201, 151, 63, 0.35), rgba(201, 151, 63, 0.06));
}

.home-kingdom-panel-lines span:nth-child(1) {
  width: 100%;
}

.home-kingdom-panel-lines span:nth-child(2) {
  width: 88%;
  opacity: 0.85;
}

.home-kingdom-panel-lines span:nth-child(3) {
  width: 62%;
  opacity: 0.7;
}

.home-kingdom-panel-note {
  margin: 0;
  font-size: 13px;
  line-height: 1.45;
  color: var(--muted);
}

.home-proof-section {
  border-top: 1px solid rgba(214, 175, 92, 0.1);
  border-bottom: 1px solid rgba(214, 175, 92, 0.1);
}

.home-proof-list {
  max-width: 72ch;
}

/* Home — Dojo / Hashira (secondary ecosystem access) */
.home-ecosystem-section {
  padding-top: clamp(40px, 5.5vw, 68px);
  padding-bottom: clamp(40px, 5.5vw, 68px);
  border-bottom: 1px solid rgba(214, 175, 92, 0.1);
}

.home-ecosystem-section > .wrap {
  position: relative;
  z-index: 1;
}

.home-ecosystem-lede {
  margin: 0;
  max-width: 52ch;
  font-size: clamp(0.95rem, 1.9vw, 1.05rem);
  line-height: 1.55;
  color: var(--muted);
}

.home-ecosystem-grid {
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: clamp(14px, 2.5vw, 20px);
  align-items: stretch;
}

.home-ecosystem-card {
  padding: clamp(20px, 3vw, 26px) clamp(20px, 3vw, 28px);
  border-radius: calc(var(--radius) - 4px);
  border: 1px solid rgba(214, 175, 92, 0.16);
  background:
    linear-gradient(155deg, rgba(255, 248, 235, 0.05) 0%, transparent 42%),
    linear-gradient(180deg, rgba(33, 31, 37, 0.55) 0%, rgba(14, 14, 18, 0.72) 100%);
  box-shadow:
    inset 0 1px 0 rgba(255, 248, 235, 0.05),
    0 14px 36px rgba(0, 0, 0, 0.28),
    0 0 0 1px rgba(242, 196, 107, 0.04);
}

.home-ecosystem-card h3 {
  margin: 0 0 10px;
  font-size: clamp(1.15rem, 2.4vw, 1.28rem);
  font-weight: 800;
  letter-spacing: -0.02em;
  color: var(--text);
}

.home-ecosystem-card p {
  flex: 1;
  margin: 0 0 12px;
  max-width: 38ch;
  font-size: 0.95rem;
  line-height: 1.52;
  color: rgba(248, 242, 234, 0.82);
}

.home-ecosystem-card .home-card-actions {
  margin-top: 6px;
}

.home-ecosystem-card .btn {
  min-width: 0;
  padding: 9px 18px;
  font-size: 0.82rem;
  font-weight: 600;
  letter-spacing: 0.09em;
  text-transform: uppercase;
}

.home-proof-links {
  display: flex;
  flex-wrap: wrap;
  gap: 18px;
  margin-top: 22px;
}

.site-footer-inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 18px 28px;
  text-align: left;
}

.site-footer-inner strong {
  display: block;
  margin-bottom: 6px;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  color: var(--accent-bright);
}

.site-footer-inner p {
  color: var(--muted);
  font-size: 0.92rem;
  letter-spacing: 0;
}

.site-footer-links {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-end;
  gap: 10px 16px;
}

.site-footer-links a {
  color: var(--muted);
  font-size: 0.92rem;
}

.site-footer-links a:hover,
.site-footer-links a:focus-visible {
  color: var(--accent-bright);
}

.site-footer p.site-footer-signature {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 0.4rem;
  margin: 1.25rem auto 0;
  padding-top: 1.25rem;
  max-width: 44rem;
  font-size: clamp(0.82rem, 1.85vw, 0.9rem);
  line-height: 1.55;
  font-weight: 400;
  letter-spacing: 0.02em;
  color: var(--muted);
  text-align: center;
  opacity: 0.92;
}

.site-footer-signature__lead {
  font-weight: 500;
  letter-spacing: 0.04em;
  color: var(--text);
  opacity: 0.88;
}

.site-footer-signature__sub {
  font-size: 0.94em;
  letter-spacing: 0.06em;
  font-weight: 400;
  opacity: 0.85;
}

.placeholder-shell {
  min-height: calc(100vh - 220px);
  display: grid;
  place-items: center;
  padding: 48px 0;
}

.placeholder-card {
  width: min(760px, 100%);
  padding: clamp(26px, 4vw, 38px);
  border: 1px solid var(--line);
  border-radius: var(--radius);
  background: linear-gradient(180deg, rgba(255, 248, 235, 0.04), rgba(255, 248, 235, 0.02));
  box-shadow: var(--shadow);
}

.placeholder-card h1 {
  margin: 0 0 14px;
}

.placeholder-card p {
  margin: 0 0 14px;
  max-width: 56ch;
  color: var(--muted);
}

.placeholder-links {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  margin-top: 22px;
}

.nav-links--simple {
  display: flex;
  width: auto;
  flex-direction: row;
  align-items: center;
  flex-wrap: wrap;
  justify-content: flex-end;
  gap: 14px;
}

.drum-sales-hero {
  padding-top: clamp(52px, 7vw, 84px);
  padding-bottom: clamp(44px, 6vw, 70px);
}

.drum-sales-hero-grid {
  display: grid;
  grid-template-columns: minmax(0, 1.1fr) minmax(260px, 360px);
  gap: 28px 36px;
  align-items: center;
}

.drum-sales-copy h1 {
  max-width: 10.5ch;
  margin-bottom: 18px;
}

.drum-sales-lede {
  max-width: 46ch;
  margin: 0 0 20px;
  color: var(--muted);
  font-size: 1.06rem;
}

.drum-sales-actions {
  margin-bottom: 22px;
}

.drum-sales-points {
  max-width: 42ch;
}

.drum-sales-media {
  justify-self: end;
  max-width: 420px;
  width: 100%;
}

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

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

.drum-hero-image-frame {
  aspect-ratio: 4 / 5;
  padding: 0;
  border-radius: 32px;
  background:
    radial-gradient(circle at top, rgba(242, 196, 107, 0.09), transparent 34%),
    linear-gradient(180deg, rgba(255, 248, 235, 0.05), rgba(255, 248, 235, 0.02)),
    var(--media-surface);
}

.drum-hero-image {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center top;
}

.drum-media-card {
  gap: 16px;
}

.drum-media-card--featured {
  margin-bottom: 18px;
}

.drum-media-frame {
  padding: 14px;
  border-radius: 28px;
  background:
    radial-gradient(circle at center, rgba(242, 196, 107, 0.05), transparent 48%),
    linear-gradient(180deg, rgba(255, 248, 235, 0.04), rgba(255, 248, 235, 0.02)),
    var(--media-surface);
}

.drum-media-frame--featured {
  padding: 18px;
}

.drum-showcase-video {
  width: 100%;
  height: auto;
  max-height: 640px;
  object-fit: contain;
  border-radius: 22px;
  background: var(--media-surface);
}

.drum-media-copy {
  display: grid;
  gap: 8px;
}

.drum-media-copy .card-label,
.drum-media-copy h3,
.drum-media-copy p {
  margin: 0;
}

.drum-performance-grid,
.drum-teaching-grid {
  grid-template-columns: repeat(2, minmax(0, 1fr));
}

.dance-hero-image-frame {
  aspect-ratio: 4 / 5;
  padding: 0;
  border-radius: 32px;
  background:
    radial-gradient(circle at 22% 18%, rgba(242, 196, 107, 0.1), transparent 30%),
    radial-gradient(circle at 82% 28%, rgba(110, 125, 190, 0.12), transparent 34%),
    linear-gradient(180deg, rgba(255, 248, 235, 0.05), rgba(255, 248, 235, 0.02)),
    var(--media-surface);
}

.dance-hero-image {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center top;
}

.dance-media-card {
  gap: 16px;
}

.dance-media-balance-grid {
  grid-template-columns: minmax(0, 1.24fr) minmax(260px, 0.76fr);
  align-items: start;
}

.dance-media-card--featured {
  margin-bottom: 0;
}

.dance-media-card--support {
  align-self: start;
}

.dance-media-frame {
  padding: 14px;
  border-radius: 28px;
  background:
    radial-gradient(circle at 24% 18%, rgba(242, 196, 107, 0.08), transparent 32%),
    radial-gradient(circle at 82% 28%, rgba(110, 125, 190, 0.1), transparent 34%),
    linear-gradient(180deg, rgba(255, 248, 235, 0.04), rgba(255, 248, 235, 0.02)),
    var(--media-surface);
}

.dance-media-frame--featured {
  padding: 18px;
}

.dance-showcase-video {
  width: 100%;
  height: auto;
  max-height: 520px;
  object-fit: contain;
  border-radius: 22px;
  background: var(--media-surface);
}

.dance-media-card--support .dance-showcase-video {
  max-height: 360px;
}

.dance-media-copy {
  display: grid;
  gap: 8px;
}

.dance-media-copy .card-label,
.dance-media-copy h3,
.dance-media-copy p {
  margin: 0;
}

.dance-training-grid {
  grid-template-columns: minmax(0, 1fr);
}

.drum-final-cta {
  max-width: 56ch;
  margin: 0 auto;
  text-align: center;
  padding: clamp(26px, 4vw, 36px);
  border: 1px solid var(--line);
  border-radius: var(--radius);
  background: linear-gradient(180deg, rgba(255, 248, 235, 0.06), rgba(255, 248, 235, 0.02));
  box-shadow: var(--shadow);
}

.drum-final-actions {
  justify-content: center;
  margin-top: 24px;
}

.hero-copy {
  opacity: 0;
  transform: translateY(24px);
}

.hero-copy.is-loaded {
  opacity: 1;
  transform: translateY(0);
  transition:
    opacity 0.8s ease-out,
    transform 0.8s ease-out;
}

.hero-copy .hero-credibility,
.hero-copy .hero-text,
.hero-copy .hero-actions,
.hero-copy .jg-brand-statement {
  opacity: 0;
  transform: translateY(12px);
}

.hero-copy.is-loaded .hero-credibility,
.hero-copy.is-loaded .hero-text,
.hero-copy.is-loaded .hero-actions,
.hero-copy.is-loaded .jg-brand-statement {
  opacity: 1;
  transform: translateY(0);
  transition:
    opacity 0.55s ease-out,
    transform 0.55s ease-out;
}

.hero-copy.is-loaded .hero-credibility {
  transition-delay: 320ms;
}

.hero-copy.is-loaded .hero-text {
  transition-delay: 480ms;
}

.hero-copy.is-loaded .jg-brand-statement {
  transition-delay: 400ms;
}

.hero-copy.is-loaded .hero-actions {
  transition-delay: 640ms;
}

.hero-title-line {
  opacity: 0;
  transform: translateY(12px);
}

.hero-copy.is-loaded .hero-title-line {
  opacity: 1;
  transform: translateY(0);
  transition:
    opacity 0.48s ease-out,
    transform 0.48s ease-out;
}

.hero-copy.is-loaded .hero-title-line:nth-child(1) { transition-delay: 180ms; }
.hero-copy.is-loaded .hero-title-line:nth-child(2) { transition-delay: 250ms; }
.hero-copy.is-loaded .hero-title-line:nth-child(3) { transition-delay: 320ms; }
.hero-copy.is-loaded .hero-title-line:nth-child(4) { transition-delay: 390ms; }
.hero-copy.is-loaded .hero-title-line:nth-child(5) { transition-delay: 460ms; }

@media (max-width: 980px) {
  .post-hero-row {
    flex-direction: column;
    align-items: flex-start;
  }

  .hero-facts--compact {
    grid-template-columns: 1fr;
    width: 100%;
  }

  .method-compact-grid {
    grid-template-columns: 1fr;
    gap: 12px;
  }

  .contact-layout {
    grid-template-columns: 1fr;
  }

  .hero-grid,
  .section-grid,
  .contact-card,
  .services-grid,
  .pricing-grid,
  .features-grid,
  .booking-card,
  .hero-facts {
    grid-template-columns: 1fr;
  }

  .hero-media {
    justify-self: stretch;
    width: 100%;
  }

  .hero-visual {
    justify-self: stretch;
    width: 100%;
  }

  .hero-copy {
    max-width: none;
  }

  .hero-banner .hero-grid {
    grid-template-columns: 1fr;
    min-height: 620px;
  }

  .hero.hero-banner.home-hero.home-hero--immersive {
    padding: 0;
    min-height: min(82vh, 760px);
  }

  .home-hero.home-hero--immersive .home-hero-immersive-inner {
    min-height: min(78vh, 720px);
    padding-top: clamp(56px, 10vh, 88px);
    padding-bottom: clamp(40px, 6vh, 64px);
  }

  .hero-facts {
    grid-template-columns: 1fr;
  }

  .hero-facts {
    gap: 16px;
  }

  .media-caption {
    text-align: left;
  }

  .class-promo-card {
    grid-template-columns: 1fr;
  }

  .dance-offers-grid {
    grid-template-columns: 1fr;
  }

  .dance-offer--weekly {
    grid-template-columns: 1fr;
  }

  .dance-offer-weekly-img {
    min-height: 0;
    aspect-ratio: 16 / 9;
    max-height: 220px;
  }

  .training-split,
  .training-split.reverse {
    grid-template-columns: minmax(0, 1fr) minmax(260px, 320px);
    gap: 24px;
  }
}

@media (max-width: 1080px) {
  .nav-inner {
    flex-wrap: wrap;
  }

  .menu-toggle {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    margin-left: auto;
  }

  /* Legacy collapsible rows (not the lux primary strip) */
  .nav-links:not(.nav-links--primary) {
    display: none;
    width: 100%;
    flex-direction: column;
    align-items: stretch;
    gap: 10px;
    padding-top: 8px;
  }

  .nav-links:not(.nav-links--primary).open {
    display: flex;
  }

  .nav-links--simple {
    display: flex;
    width: 100%;
    flex-direction: row;
    align-items: center;
    flex-wrap: wrap;
    justify-content: flex-start;
    gap: 10px;
    padding-top: 0;
  }

  .nav-links:not(.nav-links--primary) a {
    padding: 10px 12px;
    border: 1px solid var(--line);
    border-radius: 12px;
    background: rgba(255, 255, 255, 0.03);
  }

  .nav-links:not(.nav-links--primary) .nav-portal {
    border-radius: 14px;
  }
}

@media (max-width: 760px) {
  .wrap {
    width: min(var(--max), calc(100% - 22px));
  }

  .nav-inner,
  .section-head {
    align-items: flex-start;
  }

  .section-head-aside {
    align-self: stretch;
    max-width: none;
    padding-top: 6px;
  }

  .hero {
    padding: 42px 0 28px;
  }

  .hero.hero-banner.home-hero.home-hero--immersive {
    padding: 0;
  }

  .hero-banner {
    min-height: auto;
    padding: 56px 0 24px;
    background-position: center top;
  }

  .hero-banner.home-hero.home-hero--immersive {
    padding: 0;
    min-height: min(78vh, 720px);
  }

  .hero.hero-banner.home-hero:not(.home-hero--immersive) {
    min-height: auto;
    padding-bottom: clamp(22px, 5vw, 36px);
  }

  .home-hero.home-hero--immersive {
    min-height: min(74vh, 720px);
  }

  .hero.hero-banner.home-hero.home-hero--immersive {
    padding: 0;
  }

  .home-hero.home-hero--immersive .home-hero-immersive-inner {
    min-height: min(72vh, 680px);
    padding-top: clamp(52px, 9vh, 80px);
    padding-bottom: clamp(36px, 5vh, 56px);
  }

  .hero-banner .hero-grid {
    min-height: auto;
  }

  .hero-banner .hero-copy {
    width: 100%;
    padding: 20px 18px 18px;
    border-radius: 20px;
  }

  .hero-banner.hero-banner--bright.home-hero .hero-copy.hero-copy--bright {
    padding: clamp(20px, 4.5vw, 24px) clamp(17px, 4vw, 20px) clamp(22px, 4.5vw, 26px);
  }

  .hero-banner.hero-banner--bright.home-hero .hero-title {
    line-height: 1.08;
    max-width: min(16ch, 100%);
  }

  .hero-banner.hero-banner--bright.home-hero .hero-text--lead {
    line-height: 1.6;
  }

  .hero-banner .eyebrow {
    margin-bottom: 14px;
    font-size: 0.76rem;
    letter-spacing: 0.1em;
  }

  h1 {
    max-width: 12ch;
    margin-bottom: 12px;
    font-size: clamp(2.16rem, 9.6vw, 3.4rem);
    line-height: 1.02;
  }

  h2 {
    font-size: clamp(1.8rem, 8vw, 2.6rem);
  }

  .hero-text {
    margin-bottom: 16px;
    font-size: 0.98rem;
  }

  .hero-subline {
    margin-top: 0;
    margin-bottom: 24px;
    font-size: 0.92rem;
  }

  .hero-actions,
  .studioflow-actions {
    gap: 12px;
  }

  .hero-actions .btn,
  .studioflow-actions .btn,
  .booking-form .btn {
    width: 100%;
  }

  .hero-actions {
    margin-bottom: 16px;
  }

  .hero-facts {
    gap: 10px;
  }

  .fact {
    padding: 13px 12px;
  }

  .fact strong {
    margin-bottom: 4px;
    font-size: 1.02rem;
  }

  .fact span {
    font-size: 0.9rem;
  }

  .section-head {
    flex-direction: column;
  }

  .contact-card,
  .info-card,
  .panel-body,
  .booking-card {
    padding: 20px;
  }

  .dojo-image-frame {
    aspect-ratio: 4 / 4.8;
  }

  .training-split,
  .training-split.reverse {
    grid-template-columns: 1fr;
    gap: 18px;
  }

  .training-media-small {
    max-width: 100%;
    justify-self: center;
  }

  .training-media-small video {
    max-height: 320px;
  }

  .drum-training-video-frame,
  .dance-training-video-frame {
    aspect-ratio: auto;
  }

  .dojo-row,
  .dojo-row-reverse {
    flex-direction: column;
    align-items: stretch;
  }

  .dojo-video-panel {
    width: 100%;
    flex-basis: auto;
  }

  .dance-pricing-grid {
    grid-template-columns: 1fr;
  }

  .dance-studio-header {
    grid-template-columns: 1fr;
    gap: 20px;
  }

  .dance-studio-header-media {
    justify-self: center;
  }

  .dance-studio-video-shell {
    max-width: 220px;
  }

  .books-grid,
  .books-toggle-grid {
    grid-template-columns: 1fr;
  }

  .books-bg-title {
    top: 8px;
    width: 100%;
    font-size: clamp(1.8rem, 9vw, 3.2rem);
  }

  .form-grid {
    grid-template-columns: 1fr;
  }

  .book-cover-frame {
    min-height: 300px;
    padding: 16px;
  }

  .book-cover {
    max-height: 300px;
  }

  .book-card h3 {
    min-height: 0;
  }

  .book-card-top {
    align-items: flex-start;
    flex-direction: column;
  }

  .class-promo-copy .btn {
    width: 100%;
  }

  .dance-offer-btn,
  .dance-offer-btn--class {
    width: 100%;
    justify-content: center;
    align-self: stretch;
  }
}

@media (max-width: 560px) {
  .brand {
    gap: 10px;
    font-size: 0.84rem;
    letter-spacing: 0.06em;
  }

  .brand-badge {
    height: 38px;
    border-radius: 12px;
  }

  .menu-toggle {
    width: 100%;
    min-height: 46px;
  }

  .btn {
    width: 100%;
    min-height: 48px;
    padding-inline: 14px;
  }

  .hero-banner {
    padding-top: 42px;
  }

  .hero-banner.home-hero.home-hero--immersive {
    padding: 0;
    min-height: min(72vh, 640px);
  }

  .home-hero.home-hero--immersive {
    min-height: min(70vh, 640px);
  }

  .hero.hero-banner.home-hero:not(.home-hero--immersive) {
    min-height: auto;
    padding-bottom: clamp(20px, 5vw, 32px);
  }

  .hero.hero-banner.home-hero.home-hero--immersive {
    padding: 0;
  }

  .hero-banner .hero-copy {
    padding: 16px 14px 14px;
    border-radius: 18px;
  }

  .hero-banner.hero-banner--bright.home-hero .hero-copy.hero-copy--bright {
    padding: clamp(17px, 4.8vw, 20px) clamp(14px, 4.2vw, 17px) clamp(18px, 4.8vw, 22px);
  }

  h1 {
    font-size: clamp(1.88rem, 8.7vw, 2.54rem);
  }

  .hero-banner .hero-title {
    margin-bottom: 18px;
  }

  .hero-banner.hero-banner--bright.home-hero .hero-title {
    line-height: 1.09;
  }

  .home-hero .hero-actions {
    gap: 10px;
  }

  .hero-text {
    font-size: 0.96rem;
    margin-bottom: 16px;
  }

  .booking-card {
    gap: 18px;
  }

  .field input,
  .field select,
  .field textarea {
    padding: 13px 14px;
  }

  .book-cover-frame {
    min-height: 280px;
  }

  .book-cover {
    width: min(100%, 200px);
    max-height: 280px;
  }

  .class-promo-image-frame {
    aspect-ratio: 4 / 3.2;
  }

  .book-toggle {
    width: 100%;
    justify-content: space-between;
  }

  .book-toggle-btn {
    flex: 1;
  }
}

@media (min-width: 390px) and (max-width: 430px) {
  .hero-banner {
    padding-top: 52px;
  }

  .hero-banner .hero-copy {
    width: min(100%, 398px);
    margin-inline: auto;
    padding: 19px 16px 17px;
  }

  .hero-banner .eyebrow {
    max-width: 34ch;
    font-size: 0.75rem;
    letter-spacing: 0.09em;
  }

  h1 {
    max-width: 11.6ch;
    font-size: clamp(2.08rem, 8.6vw, 2.72rem);
  }

  .hero-text {
    max-width: 42ch;
    font-size: 0.96rem;
  }

  .hero-subline {
    font-size: 0.9rem;
  }

  .hero-actions .btn {
    min-height: 46px;
    font-size: 0.95rem;
  }

  .hero-facts {
    gap: 9px;
  }
}

@media (max-width: 900px) {
  .home-path-grid,
  .home-path-grid--primary,
  .home-offers-grid,
  .home-steps-grid,
  .home-ecosystem-grid {
    grid-template-columns: 1fr;
  }

  .drum-fit-grid {
    grid-template-columns: 1fr;
  }

  .drum-foundations-grid {
    grid-template-columns: 1fr;
  }

  .drum-performance-grid,
  .drum-teaching-grid {
    grid-template-columns: 1fr;
  }

  .dance-training-grid {
    grid-template-columns: 1fr;
  }

  .dance-media-balance-grid {
    grid-template-columns: 1fr;
  }

  .drum-sales-hero-grid {
    grid-template-columns: 1fr;
  }

  .drum-sales-media {
    justify-self: center;
    width: min(100%, 380px);
  }

  .home-hero-facts {
    grid-template-columns: 1fr;
    margin-top: 16px;
  }

  .home-section {
    padding-top: clamp(40px, 10vw, 52px);
    padding-bottom: clamp(40px, 10vw, 52px);
  }

  .home-section.home-performance-band {
    padding-top: clamp(52px, 12vw, 72px);
    padding-bottom: clamp(40px, 10vw, 52px);
  }

  .home-section.home-identity-section,
  .home-section.home-dojo-section,
  .home-section.home-kingdom-section {
    padding-top: clamp(40px, 10vw, 52px);
    padding-bottom: clamp(40px, 10vw, 52px);
  }

  .home-section.home-paths-section {
    padding-top: clamp(44px, 10.5vw, 58px);
    padding-bottom: clamp(34px, 8.5vw, 46px);
  }

  .home-identity-section--links {
    padding-top: clamp(30px, 8vw, 42px);
    padding-bottom: clamp(22px, 6vw, 34px);
  }

  .home-identity-section--statement {
    padding-top: clamp(34px, 8.5vw, 46px);
  }

  .home-section-head {
    margin-bottom: 22px;
  }

  .home-section-head p,
  .home-path-card p,
  .home-offer-card p,
  .home-step-card p,
  .booking-finale-lede,
  .booking-copy p {
    max-width: none;
  }

  .home-card-actions {
    gap: 12px;
  }

  .drum-final-actions {
    align-items: stretch;
  }

  .site-footer-inner {
    flex-direction: column;
    align-items: flex-start;
  }

  .site-footer-links {
    justify-content: flex-start;
  }
}

@media (prefers-reduced-motion: reduce) {
  html {
    scroll-behavior: auto;
  }

  body::before {
    animation: none;
  }

  .hero-copy,
  .hero-copy .hero-credibility,
  .hero-copy .hero-text,
  .hero-copy .hero-actions,
  .hero-copy .jg-brand-statement,
  .hero-title-line {
    opacity: 1 !important;
    transform: none !important;
    transition: none !important;
  }
}

/* —— Homepage contact channels + books grid (premium, compact) —— */
.contact-channels {
  margin-bottom: 28px;
  padding: 22px 24px;
  border-radius: var(--radius);
  border: 1px solid var(--line);
  background: linear-gradient(145deg, rgba(255, 248, 235, 0.06), rgba(17, 17, 20, 0.5));
}

.contact-channels-head {
  margin: 0 0 14px;
  font-size: 13px;
  font-weight: 800;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  color: var(--accent-bright);
}

.contact-channels-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));
  gap: 12px 18px;
  align-items: stretch;
}

.contact-channel {
  display: flex;
  flex-direction: column;
  gap: 4px;
  padding: 12px 14px;
  border-radius: 16px;
  border: 1px solid rgba(214, 175, 92, 0.18);
  background: rgba(17, 17, 22, 0.55);
  text-decoration: none;
  color: var(--text);
  transition: border-color 0.2s ease, background 0.2s ease;
}

a.contact-channel:hover {
  border-color: rgba(242, 196, 107, 0.45);
  background: rgba(33, 31, 37, 0.75);
}

.contact-channel-label {
  font-size: 11px;
  font-weight: 800;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  color: var(--muted);
}

.contact-channel-value {
  font-size: 15px;
  font-weight: 700;
  color: var(--text);
}

.books-hero-tight .drum-sales-lede {
  max-width: 40rem;
}

.books-pairs {
  display: flex;
  flex-direction: column;
  gap: 36px;
}

.books-pair-block {
  padding: 22px 22px 26px;
  border-radius: var(--radius);
  border: 1px solid var(--line);
  background: rgba(17, 17, 22, 0.45);
}

.books-pair-title {
  margin: 0 0 6px;
  font-size: 1.25rem;
  font-weight: 800;
  letter-spacing: -0.02em;
}

.books-pair-lang {
  margin: 0 0 18px;
  font-size: 13px;
  color: var(--muted);
  font-weight: 600;
}

.books-pair-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 18px;
}

@media (max-width: 720px) {
  .books-pair-grid {
    grid-template-columns: 1fr;
  }
}

.book-card {
  display: flex;
  flex-direction: column;
  gap: 12px;
  padding: 16px;
  border-radius: 18px;
  border: 1px solid rgba(214, 175, 92, 0.16);
  background: var(--bg-soft);
  min-height: 100%;
}

.book-cover {
  margin: 0;
  border-radius: 12px;
  overflow: hidden;
  border: 1px solid rgba(214, 175, 92, 0.2);
  aspect-ratio: 2 / 3;
  max-height: 320px;
  background: var(--media-surface);
}

.book-cover img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}

.book-card-title {
  margin: 0;
  font-size: 1.05rem;
  font-weight: 800;
}

.book-card-lang {
  margin: 0;
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 0.06em;
  text-transform: uppercase;
  color: var(--accent);
}

.book-card-desc {
  margin: 0;
  font-size: 14px;
  color: var(--muted);
  line-height: 1.45;
  flex: 1;
}

.book-card .btn {
  align-self: flex-start;
  margin-top: auto;
}

/* Books — bilingual single-card layout (EN default, FR toggle) */
.books-bilingual-stack {
  display: grid;
  grid-template-columns: 1fr;
  gap: clamp(36px, 5vw, 44px);
  max-width: min(1100px, 100%);
  margin: 0 auto;
}

@media (min-width: 640px) {
  .books-bilingual-stack {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: clamp(32px, 4vw, 48px) clamp(28px, 3.5vw, 44px);
    align-items: start;
  }
}

.books-bilingual-card {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 16px;
  min-width: 0;
  padding: clamp(24px, 3.5vw, 32px) clamp(22px, 3vw, 28px) clamp(28px, 3.5vw, 34px);
  border-radius: var(--radius);
  border: 1px solid var(--line);
  background: rgba(17, 17, 22, 0.5);
  text-align: center;
}

.books-bilingual-pair-label {
  margin: 0;
  font-size: 11px;
  font-weight: 700;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  color: var(--muted);
}

.books-lang-legend {
  margin: 0;
  font-size: 11px;
  font-weight: 700;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  color: var(--muted);
}

.books-lang-toggle {
  display: inline-flex;
  border-radius: 999px;
  border: 1px solid rgba(214, 175, 92, 0.38);
  overflow: hidden;
  background: rgba(0, 0, 0, 0.28);
}

.books-lang-btn {
  margin: 0;
  padding: 9px 18px;
  font-size: 11px;
  font-weight: 800;
  letter-spacing: 0.12em;
  border: none;
  background: transparent;
  color: var(--muted);
  cursor: pointer;
  font-family: inherit;
  transition: background 0.15s ease, color 0.15s ease;
}

.books-lang-btn.is-active {
  background: linear-gradient(135deg, var(--accent), #c9983a);
  color: #111;
}

.books-lang-btn:focus-visible {
  outline: 2px solid var(--accent);
  outline-offset: 2px;
}

.books-bilingual-cover {
  width: 100%;
  max-width: min(340px, 100%);
  margin: 0 auto;
  max-height: none;
  min-height: 0;
  aspect-ratio: 2 / 3;
  background: linear-gradient(165deg, #22252e, #12141a);
}

@media (min-width: 640px) {
  .books-bilingual-cover {
    max-width: min(360px, 100%);
  }
}

.books-bilingual-cover img {
  width: 100%;
  height: 100%;
  display: block;
  object-fit: cover;
  object-position: center;
}

.books-bilingual-title {
  margin: 0;
  font-size: 1.35rem;
  font-weight: 800;
  letter-spacing: -0.02em;
}

.books-bilingual-blurb {
  margin: 0;
  font-size: 14px;
  color: var(--muted);
  max-width: 22rem;
  line-height: 1.45;
}

.books-bilingual-amazon {
  margin-top: 4px;
}

/* Dance — weekly class spotlight (above “What improves”) */
.dance-weekly-spotlight {
  padding-top: 8px;
}

.dance-weekly-card {
  max-width: 640px;
  margin: 0 auto;
  text-align: left;
  border-color: rgba(214, 175, 92, 0.3);
  box-shadow: 0 12px 40px rgba(0, 0, 0, 0.22);
}

.dance-weekly-heading {
  margin: 0 0 0.45rem;
  font-size: clamp(1.2rem, 2.6vw, 1.5rem);
  font-weight: 800;
  letter-spacing: -0.02em;
  line-height: 1.25;
}

.dance-weekly-lede {
  margin: 0 0 12px;
  color: var(--muted);
  font-size: 15px;
  line-height: 1.5;
}

.dance-weekly-points {
  margin: 0 0 18px;
  font-size: 14px;
}

.dance-weekly-points li {
  margin-bottom: 8px;
}

.dance-weekly-points strong {
  color: var(--text);
  font-weight: 700;
}

/* Marketing — ADHS community event (Sunlit-first, light surfaces) */
.jg-event-adhs-main {
  padding-bottom: 2rem;
}

.jg-event-adhs-hero {
  padding-top: clamp(1.25rem, 4vw, 2.5rem);
  padding-bottom: clamp(1rem, 3vw, 1.75rem);
}

.jg-event-adhs-hero-inner {
  max-width: 40rem;
}

.jg-event-adhs-hero h1 {
  margin: 0.35rem 0 0.5rem;
  font-size: clamp(1.65rem, 4.2vw, 2.35rem);
  font-weight: 800;
  letter-spacing: -0.03em;
  line-height: 1.15;
  color: var(--text);
}

.jg-event-adhs-subtitle {
  margin: 0;
  font-size: clamp(1.05rem, 2.4vw, 1.2rem);
  line-height: 1.45;
  color: var(--muted);
  max-width: 36rem;
}

.jg-event-adhs-details,
.jg-event-adhs-highlights,
.jg-event-adhs-performance,
.jg-event-adhs-rsvp,
.jg-event-adhs-flyer {
  padding-top: 0.5rem;
  padding-bottom: clamp(1rem, 3vw, 1.75rem);
}

.jg-event-adhs-h2 {
  margin: 0 0 0.65rem;
  font-size: clamp(1.1rem, 2.5vw, 1.35rem);
  font-weight: 800;
  letter-spacing: -0.02em;
  color: var(--text);
}

.jg-event-adhs-card {
  max-width: 36rem;
  margin: 0 auto;
  padding: 1.1rem 1.15rem 1.15rem;
  border: 1px solid rgba(0, 0, 0, 0.08);
  border-radius: 12px;
  background: rgba(255, 255, 255, 0.55);
  box-shadow: 0 8px 28px rgba(0, 0, 0, 0.06);
}

.jg-event-adhs-card--soft {
  background: rgba(255, 255, 255, 0.42);
}

.jg-event-adhs-dl {
  margin: 0;
}

.jg-event-adhs-dl-row {
  display: grid;
  grid-template-columns: minmax(5rem, 28%) 1fr;
  gap: 0.35rem 1rem;
  padding: 0.55rem 0;
  border-top: 1px solid rgba(0, 0, 0, 0.06);
}

.jg-event-adhs-dl-row:first-of-type {
  border-top: 0;
  padding-top: 0;
}

.jg-event-adhs-dl dt {
  margin: 0;
  font-size: 0.82rem;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.04em;
  color: var(--muted);
}

.jg-event-adhs-dl dd {
  margin: 0;
  font-size: 0.98rem;
  line-height: 1.45;
  color: var(--text);
}

.jg-event-adhs-lede {
  margin: 0 0 0.75rem;
  max-width: 38rem;
  font-size: 1rem;
  line-height: 1.55;
  color: var(--muted);
}

.jg-event-adhs-list {
  margin: 0;
  padding-left: 1.15rem;
  max-width: 38rem;
  color: var(--text);
  line-height: 1.55;
  font-size: 0.98rem;
}

.jg-event-adhs-list li + li {
  margin-top: 0.35rem;
}

.jg-event-adhs-performance-copy {
  margin: 0;
  font-size: 1rem;
  line-height: 1.55;
  color: var(--text);
}

.jg-event-adhs-note {
  margin: 0.5rem 0 0;
  max-width: 36rem;
  font-size: 0.92rem;
  line-height: 1.5;
  color: var(--muted);
}

.jg-event-adhs-figure {
  margin: 0.5rem 0 0;
  max-width: 28rem;
}

.jg-event-adhs-flyer-img {
  display: block;
  width: 100%;
  height: auto;
  border-radius: 10px;
  border: 1px solid rgba(0, 0, 0, 0.08);
  box-shadow: 0 10px 36px rgba(0, 0, 0, 0.08);
}

.jg-event-adhs-caption {
  margin: 0.5rem 0 0;
  font-size: 0.85rem;
  color: var(--muted);
  line-height: 1.4;
}

.jg-event-adhs-back {
  padding-top: 0.25rem;
  padding-bottom: 2.5rem;
}

.jg-event-adhs-back-inner {
  text-align: center;
}

.home-current-event-note {
  margin-top: 0.85rem;
  margin-bottom: 0;
  max-width: 36rem;
  font-size: clamp(0.88rem, 2.1vw, 0.98rem);
  line-height: 1.45;
  color: var(--muted);
}

.home-current-event-label {
  display: inline-block;
  margin-right: 0.35rem;
  font-size: 0.78rem;
  font-weight: 700;
  letter-spacing: 0.06em;
  text-transform: uppercase;
  opacity: 0.72;
}

/* Mobile / in-app WebViews (Instagram, etc.): clip overflow, static hero, calmer vh, less GPU blur */
@media (max-width: 768px) {
  html,
  body.jg-ambient-page {
    overflow-x: clip;
  }

  /* Hero video: unstable in embedded WebViews — keep poster + scrim only */
  .home-hero-bg-video {
    display: none !important;
    animation: none !important;
  }

  .home-hero-video-btn {
    display: none !important;
  }

  .home-hero.home-hero--editorial .home-hero-bg-poster {
    transform: scale(1.02);
    filter: brightness(0.74) contrast(0.9) saturate(0.74);
  }

  /* Safer heights than stacked dvh/svh in dynamic chrome */
  .hero.hero-banner.home-hero.home-hero--immersive.hero-banner--bright,
  .home-hero.home-hero--immersive {
    min-height: min(88vh, 900px);
  }

  .home-hero {
    min-height: min(78vh, 780px);
  }

  .home-hero-immersive-inner {
    min-height: min(70vh, 680px);
    padding-top: clamp(52px, 12vh, 92px);
    padding-bottom: max(32px, env(safe-area-inset-bottom, 0px));
  }

  .hero-banner--bright .hero-grid {
    min-height: min(58vh, 620px);
  }

  /* Lighter glass on small GPUs (editorial hero is flat; this covers other bright home-hero slabs) */
  html:not([data-theme="sunlit"]) .hero-banner.hero-banner--bright.home-hero .hero-copy.hero-copy--bright {
    -webkit-backdrop-filter: blur(9px) saturate(1.05);
    backdrop-filter: blur(9px) saturate(1.05);
  }

  /* Comfortable tap targets (nav + hero CTAs) */
  .nav-inner--lux .nav-menu-toggle {
    width: 44px;
    height: 44px;
  }

  .nav-trailing .jg-theme-switch__btn--icon {
    width: 44px;
    height: 44px;
    min-width: 44px;
    min-height: 44px;
  }

  .nav-portal-link--cta {
    min-height: 44px;
    padding-top: 10px;
    padding-bottom: 10px;
  }

  .nav-cta {
    min-height: 44px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
  }

  .home-hero .hero-actions .btn-primary,
  .home-hero .hero-actions .btn-secondary {
    min-height: 48px;
  }

  .hero-banner .btn:hover,
  .hero-banner .btn:focus-visible {
    box-shadow: 0 10px 22px rgba(0, 0, 0, 0.22), 0 0 14px rgba(242, 196, 107, 0.12);
    filter: none;
  }

  .nav {
    -webkit-backdrop-filter: blur(8px) saturate(1.02);
    backdrop-filter: blur(8px) saturate(1.02);
  }
}
