/*
Theme Name: Bolero Dance
Theme URI: https://bolero.dance/
Author: SPK Bolero
Description: Moderna, brza WordPress tema za SPK Bolero Sarajevo bez Elementora, sa posebnim stranicama za programe, Bolero Kids i Dance Coach.
Version: 1.0.21
Text Domain: bolero-dance
*/
:root {
  --red: #e51f2a;
  --red-hot: #ff2c37;
  --black: #050505;
  --ink: #111111;
  --charcoal: #171717;
  --muted: #6d7178;
  --line: #e7e7e7;
  --soft: #f5f5f5;
  --white: #ffffff;
  --shadow: 0 18px 48px rgba(0, 0, 0, 0.14);
  --max: 1180px;
  --radius: 8px;
}

* {
  box-sizing: border-box;
}

html {
  margin: 0 !important;
  padding: 0 !important;
  scroll-behavior: smooth;
  scroll-padding-top: 98px;
  background: var(--black);
}

body {
  margin: 0 !important;
  padding: 0;
  color: var(--ink);
  background: var(--white);
  font-family: "Inter", Arial, sans-serif;
  line-height: 1.55;
}

body::before {
  content: none !important;
}

body.light-mode {
  color: #111827;
  background: #f7f8fb;
}

body.light-mode .site-header,
body.light-mode.coach-page .site-header {
  color: #111827;
  background: rgba(255, 255, 255, 0.96);
  border-bottom-color: rgba(17, 24, 39, 0.1);
}

body.light-mode .primary-nav a,
body.light-mode .nav-dropdown button,
body.light-mode .theme-toggle,
body.light-mode .socials a {
  color: #111827;
}

body.light-mode .primary-nav a:hover,
body.light-mode .primary-nav a.active,
body.light-mode .nav-dropdown button:hover,
body.light-mode .nav-dropdown.open > button {
  color: var(--red);
}

body.light-mode .dropdown-panel {
  background: #ffffff;
  border-color: rgba(17, 24, 39, 0.12);
  box-shadow: 0 22px 50px rgba(17, 24, 39, 0.14);
}

body.light-mode .dropdown-panel a {
  color: #111827;
}

body.light-mode .dropdown-panel a:hover,
body.light-mode .dropdown-panel a:focus-visible,
body.light-mode .dropdown-panel a.active {
  color: var(--red);
  background: rgba(229, 31, 42, 0.08);
}

body.light-mode .socials a,
body.light-mode .theme-toggle,
body.light-mode .menu-toggle {
  border-color: rgba(17, 24, 39, 0.16);
}

body.light-mode .theme-toggle span {
  background: linear-gradient(135deg, #111827 0 45%, #e51f2a 45% 100%);
}

body.light-mode .hero,
body.light-mode .pathway,
body.light-mode .sponsors,
body.light-mode .coach-hero,
body.light-mode .coach-page,
body.light-mode.coach-page {
  color: #111827;
  background: #f7f8fb;
}

body.light-mode .hero::before,
body.light-mode .hero::after {
  opacity: 0.18;
}

body.light-mode .hero p,
body.light-mode .pathway p,
body.light-mode .coach-hero p,
body.light-mode .page-hero p {
  color: #4b5563;
}

body.light-mode .hero h1,
body.light-mode .page-hero h1,
body.light-mode .detail-hero h1,
body.light-mode .coach-hero h1 {
  color: #111827;
}

body.light-mode .hero-panel,
body.light-mode .content-panel,
body.light-mode .contact-form,
body.light-mode .contact-info,
body.light-mode .coach-analyzer,
body.light-mode .coach-results,
body.light-mode .weekly-panel,
body.light-mode .soundcloud-panel,
body.light-mode .audio-editor,
body.light-mode .sidebar-card,
body.light-mode .detail-list-card,
body.light-mode .map-card {
  color: #111827;
  background: #ffffff;
  border-color: rgba(17, 24, 39, 0.12);
}

body.light-mode .coach-field,
body.light-mode .coach-upload span,
body.light-mode .audio-editor label,
body.light-mode .score-row span,
body.light-mode .coach-feedback h3,
body.light-mode .weekly-admin-note {
  color: #111827;
}

body.light-mode .coach-status,
body.light-mode .coach-upload small,
body.light-mode .coach-field small,
body.light-mode .coach-feedback p,
body.light-mode .coach-results li {
  color: #4b5563;
}

body.light-mode .coach-upload,
body.light-mode .audio-result audio,
body.light-mode .audio-source,
body.light-mode .coach-video {
  background: #f3f5f9;
  border-color: rgba(17, 24, 39, 0.14);
}

body.light-mode .page-shell,
body.light-mode .section,
body.light-mode .detail-section,
body.light-mode .blog-archive {
  background: #f7f8fb;
}

body.light-mode .conversion-bar,
body.light-mode .category-grid,
body.light-mode .finder-grid,
body.light-mode .pathway-steps,
body.light-mode .style-grid,
body.light-mode .post-grid,
body.light-mode .news-grid {
  background: #ffffff;
  border-color: rgba(17, 24, 39, 0.12);
  box-shadow: 0 18px 46px rgba(17, 24, 39, 0.08);
}

body.light-mode .conversion-bar a {
  color: #111827;
  background: #ffffff;
  border-color: rgba(17, 24, 39, 0.12);
}

body.light-mode .conversion-bar a:hover {
  color: #ffffff;
  background: var(--red);
}

body.light-mode .conversion-bar span,
body.light-mode .finder-card span,
body.light-mode .news-card span,
body.light-mode .style-card span,
body.light-mode .post-card span,
body.light-mode .section-label,
body.light-mode .coach-eyebrow {
  color: var(--red);
}

body.light-mode .finder-card,
body.light-mode .news-card,
body.light-mode .style-card,
body.light-mode .post-card,
body.light-mode .pathway-step,
body.light-mode .coach-feature,
body.light-mode .audio-step,
body.light-mode .system-panel,
body.light-mode .leaderboard,
body.light-mode .quest-card {
  color: #111827;
  background: #ffffff;
  border-color: rgba(17, 24, 39, 0.12);
  box-shadow: 0 14px 34px rgba(17, 24, 39, 0.06);
}

body.light-mode .finder-card.featured {
  color: #ffffff;
  background: #111827;
}

body.light-mode .finder-card p,
body.light-mode .news-card p,
body.light-mode .style-card p,
body.light-mode .post-card p,
body.light-mode .pathway-step p,
body.light-mode .coach-feature p,
body.light-mode .weekly-copy p:not(.coach-eyebrow),
body.light-mode .weekly-brief,
body.light-mode .coach-tool-header p:not(.coach-eyebrow),
body.light-mode .content-panel p,
body.light-mode .detail-list-card li {
  color: #4b5563;
}

body.light-mode .trial-strip,
body.light-mode .page-cta {
  color: #ffffff;
  background: linear-gradient(135deg, #e51f2a, #b6121b);
  box-shadow: 0 24px 58px rgba(229, 31, 42, 0.2);
}

body.light-mode .trial-strip .button.primary,
body.light-mode .page-cta .button {
  color: #111827;
  background: #ffffff;
}

body.light-mode .button.secondary {
  color: #111827;
  background: rgba(255, 255, 255, 0.72);
  border-color: rgba(17, 24, 39, 0.22);
}

body.light-mode .button.secondary:hover {
  color: #ffffff;
  background: var(--red);
  border-color: var(--red);
}

body.light-mode .sponsor-strip,
body.light-mode .sponsor-strip img {
  background: #ffffff;
  border-color: rgba(17, 24, 39, 0.1);
}

body.light-mode .detail-hero,
body.light-mode .page-hero,
body.light-mode .blog-hero,
body.light-mode .contact-hero {
  color: #111827;
  background:
    radial-gradient(circle at 18% 18%, rgba(229, 31, 42, 0.12), transparent 32%),
    linear-gradient(180deg, #ffffff 0%, #f7f8fb 100%);
}

body.light-mode .weekly-challenge,
body.light-mode .coach-tool,
body.light-mode .dance-system,
body.light-mode .music-playlists,
body.light-mode .audio-cutter,
body.light-mode .coach-access {
  color: #111827;
  background: #f7f8fb;
}

body.light-mode .weekly-video,
body.light-mode .soundcloud-embed,
body.light-mode .analysis-empty,
body.light-mode .coach-download {
  color: #111827;
  background: #eef2f8;
  border-color: rgba(17, 24, 39, 0.12);
}

body.light-mode input,
body.light-mode textarea,
body.light-mode select {
  color: #111827;
  background: #ffffff;
  border-color: rgba(17, 24, 39, 0.18);
}

body.light-mode input::placeholder,
body.light-mode textarea::placeholder {
  color: #7a8190;
}

body.light-mode .pathway h2,
body.light-mode .pathway .section-label {
  color: #111827;
}

body.light-mode .pathway-steps {
  background: #ffffff;
  border: 1px solid rgba(17, 24, 39, 0.12);
  box-shadow: 0 18px 46px rgba(17, 24, 39, 0.08);
}

body.light-mode .pathway-steps article,
body.light-mode .pathway-step {
  color: #111827;
  background: #ffffff;
  border-color: rgba(17, 24, 39, 0.12);
}

body.light-mode .pathway-steps article strong,
body.light-mode .pathway-steps article h3,
body.light-mode .pathway-step strong,
body.light-mode .pathway-step h3 {
  color: #111827;
}

body.light-mode .pathway-steps article p,
body.light-mode .pathway-step p {
  color: #4b5563;
}

body.light-mode .pathway-steps article span,
body.light-mode .pathway-step span,
body.light-mode .pathway-step .step-number {
  color: #e51f2a;
}

body.admin-bar,
html:has(body.admin-bar) {
  margin-top: 0 !important;
  padding-top: 0 !important;
}

#wpadminbar {
  display: none !important;
}

img {
  display: block;
  max-width: 100%;
}

a {
  color: inherit;
  text-decoration: none;
}

body.reveal-ready [data-reveal] {
  opacity: 0;
  transform: translateY(22px);
  transition:
    opacity 620ms ease,
    transform 620ms cubic-bezier(0.22, 1, 0.36, 1);
  transition-delay: var(--reveal-delay, 0ms);
  will-change: opacity, transform;
}

body.reveal-ready [data-reveal].is-visible {
  opacity: 1;
  transform: translateY(0);
}

.hero .hero-copy,
.hero .hero-panel,
.coach-hero .coach-hero-inner > * {
  opacity: 1;
  transform: none;
}

.coach-page [data-reveal] {
  opacity: 1 !important;
  transform: none !important;
  transition: none !important;
}

@media (prefers-reduced-motion: reduce) {
  body.reveal-ready [data-reveal] {
    opacity: 1;
    transform: none;
    transition: none;
  }
}

.site-header {
  position: sticky;
  top: 0;
  z-index: 20;
  display: grid;
  grid-template-columns: auto 1fr auto auto;
  align-items: center;
  gap: 28px;
  min-height: 86px;
  padding: 13px clamp(18px, 5vw, 64px);
  color: var(--white);
  background: rgba(10, 10, 10, 0.96);
  border-bottom: 1px solid rgba(255, 255, 255, 0.12);
  backdrop-filter: blur(18px);
}

.brand {
  display: inline-flex;
  flex-direction: column;
  justify-content: center;
  min-width: 112px;
  min-height: 46px;
  padding: 7px 0 7px 13px;
  color: var(--white);
  border-left: 3px solid var(--red-hot);
  transition: transform 180ms ease, border-color 180ms ease;
}

.brand:hover {
  transform: translateX(2px);
  border-color: var(--white);
}

.brand img {
  display: none;
}

.brand::before {
  content: "SPK";
  font-size: 10px;
  font-weight: 900;
  line-height: 1;
  letter-spacing: 0.18em;
  color: rgba(255, 255, 255, 0.64);
}

.brand::after {
  content: "BOLERO";
  font-family: "Barlow Condensed", Arial, sans-serif;
  font-size: 31px;
  font-weight: 900;
  line-height: 0.86;
  letter-spacing: 0;
  color: var(--red-hot);
  text-transform: uppercase;
}

.primary-nav {
  justify-self: center;
  display: flex;
  align-items: center;
  gap: 30px;
  font-size: 15px;
  font-weight: 800;
}

.primary-nav > a,
.nav-dropdown > button {
  position: relative;
  color: rgba(255, 255, 255, 0.88);
  transition: color 180ms ease;
}

.primary-nav > a::after,
.nav-dropdown > button::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: -13px;
  width: 0;
  height: 2px;
  background: var(--red);
  transition: width 180ms ease;
}

.primary-nav > a:hover,
.nav-dropdown > button:hover,
.primary-nav > a:focus-visible,
.nav-dropdown > button:focus-visible {
  color: var(--white);
}

.primary-nav > a:hover::after,
.nav-dropdown > button:hover::after,
.nav-dropdown.open > button::after {
  width: 100%;
}

.coach-nav-link {
  color: #8aa3ff !important;
}

.coach-nav-link::after {
  background: #7d35f2 !important;
}

.nav-dropdown {
  position: relative;
}

.nav-dropdown button,
.menu-toggle {
  appearance: none;
  border: 0;
  background: transparent;
  font: inherit;
  color: inherit;
  cursor: pointer;
}

.nav-dropdown button {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  padding: 0;
}

.nav-dropdown svg,
.button svg,
.style-card svg {
  width: 16px;
  height: 16px;
  fill: none;
  stroke: currentColor;
  stroke-width: 2.4;
  stroke-linecap: round;
  stroke-linejoin: round;
}

.dropdown-panel {
  position: absolute;
  top: 37px;
  left: -18px;
  min-width: 192px;
  padding: 10px;
  background: rgba(12, 12, 12, 0.98);
  border: 1px solid rgba(255, 255, 255, 0.12);
  border-top: 2px solid var(--red);
  box-shadow: var(--shadow);
  opacity: 0;
  transform: translateY(8px);
  visibility: hidden;
  transition: 160ms ease;
}

.nav-dropdown:hover .dropdown-panel,
.nav-dropdown.open .dropdown-panel {
  opacity: 1;
  transform: translateY(0);
  visibility: visible;
}

.dropdown-panel a {
  display: block;
  padding: 11px 12px;
  color: rgba(255, 255, 255, 0.82);
  font-size: 14px;
}

.dropdown-panel a:hover,
.dropdown-panel a:focus-visible {
  color: var(--white);
  background: rgba(229, 31, 42, 0.16);
}

.socials {
  display: flex;
  justify-content: flex-end;
  gap: 12px;
}

.socials a {
  display: grid;
  width: 38px;
  height: 38px;
  place-items: center;
  color: var(--white);
  border: 1px solid rgba(255, 255, 255, 0.18);
  transition: 180ms ease;
}

.socials a:hover {
  background: var(--red);
  border-color: var(--red);
  transform: translateY(-2px);
}

.socials svg {
  width: 19px;
  height: 19px;
  fill: currentColor;
}

.theme-toggle {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  min-height: 40px;
  padding: 0 13px 0 10px;
  color: var(--white);
  background: rgba(255, 255, 255, 0.06);
  border: 1px solid rgba(255, 255, 255, 0.22);
  border-radius: 999px;
  cursor: pointer;
  font: inherit;
  font-size: 12px;
  font-weight: 900;
  text-transform: uppercase;
  transition: background 180ms ease, border-color 180ms ease, color 180ms ease;
}

.theme-toggle span {
  position: relative;
  width: 42px;
  height: 22px;
  flex: 0 0 auto;
  border-radius: 999px;
  background: #111827;
  border: 1px solid rgba(255, 255, 255, 0.22);
  box-shadow: inset 0 0 0 1px rgba(255, 255, 255, 0.04);
}

.theme-toggle span::before {
  content: "";
  position: absolute;
  top: 3px;
  left: 3px;
  width: 14px;
  height: 14px;
  border-radius: 999px;
  background: #ffffff;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.28);
  transition: transform 180ms ease, background 180ms ease;
}

.theme-toggle[aria-pressed="true"] {
  background: rgba(229, 31, 42, 0.08);
  border-color: rgba(229, 31, 42, 0.38);
}

.theme-toggle[aria-pressed="true"] span {
  background: #e9edf5;
  border-color: rgba(17, 24, 39, 0.16);
}

.theme-toggle[aria-pressed="true"] span::before {
  transform: translateX(20px);
  background: var(--red);
}

.menu-toggle {
  display: none;
  justify-self: end;
  width: 44px;
  height: 44px;
  border: 1px solid rgba(255, 255, 255, 0.18);
}

.menu-toggle span {
  display: block;
  width: 20px;
  height: 2px;
  margin: 4px auto;
  background: var(--white);
}

.hero {
  position: relative;
  color: var(--white);
  background: var(--black);
}

.hero-inner {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(300px, 0.52fr);
  align-items: center;
  gap: 72px;
  min-height: min(720px, calc(100vh - 86px));
  max-width: var(--max);
  margin: 0 auto;
  padding: clamp(58px, 7vw, 96px) 24px 108px;
}

.local-line,
.section-label {
  margin: 0 0 14px;
  color: var(--red-hot);
  font-size: 13px;
  font-weight: 900;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.hero h1 {
  max-width: 760px;
  margin: 0 0 22px;
  font-family: "Barlow Condensed", "Arial Narrow", sans-serif;
  font-size: clamp(94px, 13vw, 188px);
  font-weight: 900;
  line-height: 0.78;
  letter-spacing: 0;
  text-transform: uppercase;
}

.hero h1 span {
  display: block;
  color: var(--red-hot);
}

.hero-copy > p:not(.local-line) {
  max-width: 650px;
  margin: 0 0 34px;
  color: rgba(255, 255, 255, 0.82);
  font-size: clamp(17px, 1.4vw, 20px);
}

.hero-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 14px;
}

.button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 13px;
  min-height: 56px;
  padding: 0 30px;
  font-size: 14px;
  font-weight: 900;
  letter-spacing: 0.02em;
  text-transform: uppercase;
  transition: 180ms ease;
}

.button.primary {
  color: var(--white);
  background: var(--red);
  box-shadow: 0 18px 42px rgba(229, 31, 42, 0.32);
}

.button.secondary {
  color: var(--white);
  border: 1px solid rgba(255, 255, 255, 0.22);
}

.button:hover {
  transform: translateY(-2px);
}

.button.primary:hover {
  background: #c81822;
}

.button.secondary:hover {
  border-color: var(--red);
  background: rgba(229, 31, 42, 0.12);
}

.hero-panel {
  position: relative;
  padding: 34px;
  border: 1px solid rgba(255, 255, 255, 0.12);
  background: #0d0d0d;
  box-shadow: 0 28px 80px rgba(0, 0, 0, 0.44);
}

.hero-panel::before {
  content: "";
  position: absolute;
  inset: 18px;
  border: 1px solid rgba(229, 31, 42, 0.34);
  pointer-events: none;
}

.hero-panel img {
  position: relative;
  z-index: 1;
  width: min(100%, 360px);
  margin: 0 auto 28px;
  border-radius: 50%;
}

.hero-panel-text {
  position: relative;
  z-index: 1;
  display: grid;
  gap: 8px;
}

.hero-panel-text strong {
  color: var(--red-hot);
  font-family: "Barlow Condensed", "Arial Narrow", sans-serif;
  font-size: 36px;
  line-height: 0.95;
  text-transform: uppercase;
}

.hero-panel-text span {
  color: rgba(255, 255, 255, 0.74);
}

.conversion-bar {
  position: relative;
  z-index: 2;
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  max-width: var(--max);
  margin: -76px auto 0;
  background: var(--red);
  box-shadow: var(--shadow);
}

.conversion-bar a {
  display: grid;
  gap: 6px;
  min-height: 112px;
  padding: 26px;
  color: var(--white);
  border-right: 1px solid rgba(255, 255, 255, 0.22);
  transition: background 180ms ease;
}

.conversion-bar a:last-child {
  border-right: 0;
}

.conversion-bar a:hover {
  background: #c81822;
}

.conversion-bar strong {
  font-family: "Barlow Condensed", "Arial Narrow", sans-serif;
  font-size: 28px;
  line-height: 1;
}

.conversion-bar span {
  font-weight: 900;
}

.section {
  max-width: var(--max);
  margin: 0 auto;
  padding: clamp(78px, 8vw, 112px) 24px;
}

.section-heading {
  margin-bottom: 36px;
}

.section-heading.split {
  display: grid;
  grid-template-columns: minmax(0, 0.95fr) minmax(260px, 0.48fr);
  align-items: end;
  gap: 40px;
}

.section-heading.centered {
  text-align: center;
}

.section-heading h2,
.pathway h2,
.trial-strip h2,
.sponsors h2,
.site-footer h2 {
  margin: 0;
  font-family: "Barlow Condensed", "Arial Narrow", sans-serif;
  font-size: clamp(48px, 6vw, 82px);
  font-weight: 900;
  line-height: 0.92;
  letter-spacing: 0;
  text-transform: uppercase;
}

.section-heading.split > p {
  margin: 0;
  color: var(--muted);
  font-size: 17px;
}

.category-hub {
  padding-top: 118px;
  padding-bottom: 28px;
}

.category-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 1px;
  background: var(--line);
  border: 1px solid var(--line);
}

.category-card {
  min-height: 178px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  padding: 24px;
  background: var(--white);
  transition: transform 180ms ease, box-shadow 180ms ease, background 180ms ease, color 180ms ease;
}

.category-card strong {
  font-family: "Barlow Condensed", "Arial Narrow", sans-serif;
  font-size: 34px;
  line-height: 0.95;
  text-transform: uppercase;
}

.category-card span {
  max-width: 230px;
  color: var(--muted);
  font-size: 14px;
}

.category-card:hover {
  position: relative;
  z-index: 1;
  color: var(--white);
  background: var(--black);
  box-shadow: var(--shadow);
  transform: translateY(-5px);
}

.category-card:hover span {
  color: rgba(255, 255, 255, 0.72);
}

.category-card.contact-card {
  grid-column: span 2;
  color: var(--white);
  background: var(--red);
}

.category-card.contact-card span {
  color: rgba(255, 255, 255, 0.78);
}

.category-card.coach-category-card {
  color: #f5f7fa;
  background: linear-gradient(135deg, #050713 0%, #11172b 48%, #172b8a 100%);
}

.category-card.coach-category-card span {
  color: #b6bdc8;
}

.category-card.coach-category-card:hover {
  background: linear-gradient(135deg, #11172b 0%, #315bff 52%, #7d35f2 100%);
}

.text-link {
  justify-self: end;
  color: var(--red);
  font-size: 13px;
  font-weight: 900;
  letter-spacing: 0.04em;
  text-transform: uppercase;
}

.finder {
  padding-top: 72px;
}

.finder-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  border: 1px solid var(--line);
}

.finder-card {
  min-height: 292px;
  padding: 30px 24px;
  background: var(--white);
  border-right: 1px solid var(--line);
  transition: 180ms ease;
}

.finder-card:last-child {
  border-right: 0;
}

.finder-card:hover {
  transform: translateY(-5px);
  box-shadow: var(--shadow);
}

.finder-card.featured {
  color: var(--white);
  background: var(--black);
}

.finder-card span {
  display: block;
  min-height: 42px;
  color: var(--red);
  font-size: 12px;
  font-weight: 900;
  letter-spacing: 0.06em;
  text-transform: uppercase;
}

.finder-card.featured span,
.finder-card.featured p {
  color: rgba(255, 255, 255, 0.76);
}

.finder-card h3 {
  margin: 16px 0 12px;
  font-family: "Barlow Condensed", "Arial Narrow", sans-serif;
  font-size: 38px;
  line-height: 0.95;
  text-transform: uppercase;
}

.finder-card p {
  margin: 0 0 28px;
  color: var(--muted);
}

.finder-card a {
  display: inline-block;
  color: var(--red);
  font-weight: 900;
  border-bottom: 2px solid currentColor;
}

.pathway {
  color: var(--white);
  background: var(--black);
}

.pathway-inner {
  display: grid;
  grid-template-columns: minmax(300px, 0.36fr) minmax(0, 1fr);
  gap: 36px;
  align-items: stretch;
  max-width: var(--max);
  margin: 0 auto;
  padding: clamp(76px, 8vw, 104px) 24px;
}

.pathway-copy {
  min-width: 0;
  max-width: 390px;
}

.pathway h2 {
  font-size: clamp(44px, 4.6vw, 62px);
  overflow-wrap: normal;
}

.pathway-steps {
  display: grid;
  grid-template-columns: repeat(4, minmax(150px, 1fr));
  gap: 1px;
  background: rgba(255, 255, 255, 0.14);
}

.pathway-steps article {
  min-height: 230px;
  padding: 26px 20px;
  background: #101010;
}

.pathway-steps strong {
  color: var(--red-hot);
  font-family: "Barlow Condensed", "Arial Narrow", sans-serif;
  font-size: 34px;
}

.pathway-steps h3 {
  margin: 34px 0 10px;
  font-size: 18px;
}

.pathway-steps p {
  margin: 0;
  color: rgba(255, 255, 255, 0.68);
  font-size: 14px;
}

.news-grid {
  display: grid;
  grid-template-columns: 1.18fr 0.91fr 0.91fr;
  gap: 20px;
}

.news-card {
  background: var(--white);
  border: 1px solid var(--line);
  box-shadow: 0 12px 34px rgba(0, 0, 0, 0.08);
  transition: 180ms ease;
}

.news-card:hover {
  transform: translateY(-5px);
  box-shadow: var(--shadow);
  border-color: rgba(229, 31, 42, 0.36);
}

.news-card img {
  width: 100%;
  aspect-ratio: 16 / 10;
  object-fit: cover;
}

.news-card div {
  padding: 22px;
}

.news-card span {
  display: block;
  margin-bottom: 10px;
  color: var(--red);
  font-size: 12px;
  font-weight: 900;
}

.news-card h3 {
  margin: 0 0 12px;
  font-size: 20px;
  line-height: 1.22;
}

.news-card p {
  margin: 0;
  color: var(--muted);
  font-size: 14px;
}

.styles-section {
  padding-top: 18px;
}

.style-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 22px;
}

.style-card {
  position: relative;
  min-height: 440px;
  overflow: hidden;
  color: var(--white);
  background: var(--black);
  border-radius: var(--radius);
  box-shadow: var(--shadow);
}

.style-card img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 360ms ease;
}

.style-card::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(180deg, transparent 22%, rgba(0, 0, 0, 0.3) 52%, rgba(0, 0, 0, 0.92) 100%);
}

.style-card:hover img {
  transform: scale(1.05);
}

.style-card div {
  position: absolute;
  z-index: 1;
  left: 24px;
  right: 24px;
  bottom: 24px;
}

.style-card h3 {
  margin: 0 0 4px;
  color: var(--red-hot);
  font-family: "Barlow Condensed", "Arial Narrow", sans-serif;
  font-size: clamp(38px, 4vw, 50px);
  line-height: 1;
  letter-spacing: 0;
}

.style-card p {
  margin: 0 0 26px;
  color: rgba(255, 255, 255, 0.88);
  font-size: 18px;
}

.style-card a {
  display: inline-flex;
  align-items: center;
  gap: 13px;
  padding-bottom: 8px;
  border-bottom: 2px solid var(--red);
  font-weight: 900;
}

.trial-strip {
  display: grid;
  grid-template-columns: minmax(240px, 0.5fr) minmax(240px, 0.55fr) auto;
  align-items: center;
  gap: 34px;
  max-width: var(--max);
  margin: 0 auto clamp(76px, 8vw, 110px);
  padding: 34px;
  color: var(--white);
  background: var(--red);
}

.trial-strip .section-label {
  color: rgba(255, 255, 255, 0.74);
}

.trial-strip h2 {
  font-size: clamp(38px, 5vw, 58px);
}

.trial-strip p {
  margin: 0;
  color: rgba(255, 255, 255, 0.82);
}

.trial-strip .button.primary {
  color: var(--black);
  background: var(--white);
  box-shadow: none;
}

.trial-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  justify-content: flex-end;
}

.sponsors {
  display: grid;
  grid-template-columns: minmax(240px, 0.45fr) minmax(0, 1fr);
  gap: 48px;
  align-items: center;
  padding: clamp(66px, 8vw, 94px) max(24px, calc((100vw - var(--max)) / 2 + 24px));
  color: var(--white);
  background: var(--black);
}

.sponsors-copy p {
  margin: 0 0 8px;
  color: var(--red-hot);
  font-size: 18px;
  font-weight: 900;
}

.sponsors-copy span {
  display: block;
  max-width: 370px;
  margin-top: 22px;
  color: rgba(255, 255, 255, 0.72);
}

.sponsor-strip {
  display: grid;
  grid-template-columns: repeat(4, minmax(120px, 1fr));
  gap: 18px;
}

.sponsor-strip img {
  width: 100%;
  height: 132px;
  object-fit: contain;
  padding: 22px;
  background: var(--white);
  border-radius: var(--radius);
}

.site-footer {
  padding: 54px 24px 36px;
  color: var(--white);
  text-align: center;
  background: #030303;
}

.footer-socials {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 14px;
  margin: 28px 0 34px;
}

.footer-socials a {
  min-width: 150px;
  padding: 13px 18px;
  border: 1px solid rgba(255, 255, 255, 0.14);
  color: rgba(255, 255, 255, 0.82);
  font-weight: 800;
  transition: 180ms ease;
}

.footer-socials a:hover {
  color: var(--white);
  background: var(--red);
  border-color: var(--red);
}

.privacy {
  display: inline-block;
  padding-top: 28px;
  color: rgba(255, 255, 255, 0.62);
  border-top: 1px solid rgba(255, 255, 255, 0.16);
  font-size: 14px;
}

.page-hero {
  color: var(--white);
  background: var(--black);
}

.page-hero-inner {
  display: grid;
  grid-template-columns: minmax(0, 0.95fr) minmax(280px, 0.48fr);
  align-items: end;
  gap: 56px;
  max-width: var(--max);
  margin: 0 auto;
  padding: clamp(82px, 9vw, 138px) 24px clamp(70px, 8vw, 110px);
}

.page-kicker {
  margin: 0 0 14px;
  color: var(--red-hot);
  font-size: 13px;
  font-weight: 900;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.page-hero h1 {
  margin: 0;
  font-family: "Barlow Condensed", "Arial Narrow", sans-serif;
  font-size: clamp(76px, 11vw, 148px);
  font-weight: 900;
  line-height: 0.82;
  letter-spacing: 0;
  text-transform: uppercase;
}

.page-hero p:not(.page-kicker) {
  margin: 0;
  color: rgba(255, 255, 255, 0.78);
  font-size: clamp(17px, 1.4vw, 20px);
}

.page-shell {
  max-width: var(--max);
  margin: 0 auto;
  padding: clamp(72px, 8vw, 108px) 24px;
}

.page-split {
  display: grid;
  grid-template-columns: minmax(0, 0.68fr) minmax(280px, 0.32fr);
  gap: 48px;
  align-items: start;
}

.content-stack {
  display: grid;
  gap: 26px;
}

.content-panel {
  padding: 34px;
  background: var(--white);
  border: 1px solid var(--line);
  box-shadow: 0 10px 28px rgba(0, 0, 0, 0.06);
}

.content-panel.dark {
  color: var(--white);
  background: var(--black);
  border-color: var(--black);
}

.content-panel h2,
.content-panel h3,
.sidebar-card h2,
.program-card h2,
.post-card h2,
.contact-form h2 {
  margin: 0 0 16px;
  font-family: "Barlow Condensed", "Arial Narrow", sans-serif;
  font-size: clamp(34px, 4vw, 52px);
  line-height: 0.95;
  text-transform: uppercase;
}

.content-panel p,
.content-panel li,
.sidebar-card p,
.program-card p,
.post-card p {
  color: var(--muted);
}

.content-panel.dark p,
.content-panel.dark li {
  color: rgba(255, 255, 255, 0.74);
}

.check-list,
.trainer-list,
.location-list {
  display: grid;
  gap: 12px;
  padding: 0;
  margin: 0;
  list-style: none;
}

.check-list li,
.trainer-list li,
.location-list li {
  padding-left: 18px;
  border-left: 3px solid var(--red);
}

.sidebar-stack {
  display: grid;
  gap: 18px;
  position: sticky;
  top: 112px;
}

.sidebar-card {
  padding: 26px;
  color: var(--white);
  background: var(--black);
}

.sidebar-card.light {
  color: var(--ink);
  background: var(--soft);
}

.sidebar-card a {
  display: inline-flex;
  margin-top: 12px;
  color: var(--red);
  font-weight: 900;
}

.program-layout {
  display: grid;
  grid-template-columns: minmax(0, 0.9fr) minmax(280px, 0.45fr);
  gap: 28px;
}

.program-card {
  padding: 34px;
  border: 1px solid var(--line);
  background: var(--white);
}

.program-card.featured {
  color: var(--white);
  background: var(--black);
  border-color: var(--black);
}

.program-card.featured p,
.program-card.featured li {
  color: rgba(255, 255, 255, 0.74);
}

.program-card img {
  width: 100%;
  aspect-ratio: 16 / 10;
  object-fit: cover;
  margin-bottom: 24px;
}

.post-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 22px;
}

.post-card {
  border: 1px solid var(--line);
  background: var(--white);
  box-shadow: 0 12px 34px rgba(0, 0, 0, 0.08);
}

.post-card img {
  width: 100%;
  aspect-ratio: 16 / 10;
  object-fit: cover;
}

.post-card div {
  padding: 22px;
}

.post-card time {
  display: block;
  margin-bottom: 10px;
  color: var(--red);
  font-size: 12px;
  font-weight: 900;
}

.post-card h2 {
  font-size: 28px;
}

.single-post {
  background: #f6f6f6;
}

.single-post-hero {
  color: var(--white);
  background: var(--black);
}

.single-post-hero > div {
  max-width: 920px;
  margin: 0 auto;
  padding: clamp(96px, 11vw, 150px) 24px clamp(54px, 7vw, 86px);
}

.single-post-hero h1 {
  margin: 12px 0 18px;
  font-family: "Barlow Condensed", "Arial Narrow", sans-serif;
  font-size: clamp(58px, 8vw, 112px);
  line-height: 0.88;
  text-transform: uppercase;
}

.single-post-hero p:not(.page-kicker) {
  max-width: 680px;
  color: rgba(255, 255, 255, 0.72);
  font-size: 19px;
}

.post-back-link {
  display: inline-block;
  margin-bottom: 26px;
  color: var(--white);
  font-size: 13px;
  font-weight: 900;
  text-transform: uppercase;
  border-bottom: 2px solid var(--red);
}

.single-post-image {
  max-width: 1080px;
  margin: -42px auto 0;
  padding: 0 24px;
}

.single-post-image img {
  width: 100%;
  max-height: 560px;
  object-fit: cover;
  box-shadow: 0 18px 50px rgba(0, 0, 0, 0.16);
}

.single-post-shell {
  max-width: 860px;
  margin: 0 auto;
  padding: clamp(42px, 6vw, 76px) 24px clamp(84px, 9vw, 124px);
}

.entry-content {
  padding: clamp(28px, 4vw, 44px);
  background: var(--white);
  border: 1px solid var(--line);
  box-shadow: 0 14px 38px rgba(0, 0, 0, 0.07);
}

.entry-content > *:first-child {
  margin-top: 0;
}

.entry-content > *:last-child {
  margin-bottom: 0;
}

.entry-content h2,
.entry-content h3 {
  margin: 34px 0 14px;
  font-family: "Barlow Condensed", "Arial Narrow", sans-serif;
  line-height: 0.96;
  text-transform: uppercase;
}

.entry-content h2 {
  font-size: clamp(34px, 4vw, 52px);
}

.entry-content h3 {
  font-size: clamp(28px, 3vw, 38px);
}

.entry-content p,
.entry-content li {
  color: var(--muted);
  font-size: 18px;
  line-height: 1.75;
}

.entry-content a {
  color: var(--red);
  font-weight: 900;
  text-decoration: underline;
}

.entry-content img {
  max-width: 100%;
  height: auto;
}

.contact-grid {
  display: grid;
  grid-template-columns: minmax(0, 0.58fr) minmax(280px, 0.42fr);
  gap: 34px;
}

.contact-form,
.contact-info {
  padding: 34px;
  border: 1px solid var(--line);
  background: var(--white);
}

.map-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 24px;
  padding-top: 0;
}

.map-card {
  border: 1px solid var(--line);
  background: var(--white);
}

.map-frame {
  aspect-ratio: 16 / 10;
  background: var(--soft);
}

.map-frame iframe {
  display: block;
  width: 100%;
  height: 100%;
  border: 0;
}

.map-card > div:last-child {
  padding: 24px;
}

.map-card h2 {
  margin: 0 0 6px;
  font-family: "Barlow Condensed", Arial, sans-serif;
  font-size: 34px;
  line-height: 0.95;
  text-transform: uppercase;
}

.map-card p {
  margin: 0 0 16px;
  color: var(--muted);
}

.policy-layout {
  max-width: 980px;
}

.policy-panel {
  display: grid;
  gap: 18px;
}

.policy-panel h2 {
  margin: 18px 0 0;
  font-family: "Barlow Condensed", Arial, sans-serif;
  font-size: clamp(32px, 4vw, 46px);
  line-height: 0.95;
  text-transform: uppercase;
}

.policy-panel h2:first-child {
  margin-top: 0;
}

.policy-panel p {
  max-width: 76ch;
}

.field {
  display: grid;
  gap: 8px;
  margin-bottom: 16px;
  font-weight: 800;
}

.form-note {
  margin: 0 0 18px;
  padding: 12px 14px;
  color: #0c5b2c;
  background: #e8f7ee;
  border: 1px solid #b7e4c7;
  font-weight: 800;
}

.field input,
.field textarea {
  width: 100%;
  padding: 15px 16px;
  border: 1px solid var(--line);
  font: inherit;
}

.field textarea {
  min-height: 140px;
  resize: vertical;
}

.page-cta {
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  align-items: center;
  gap: 24px;
  max-width: var(--max);
  margin: 0 auto;
  padding: 34px;
  color: var(--white);
  background: var(--red);
}

.page-cta h2 {
  margin: 0;
  font-family: "Barlow Condensed", "Arial Narrow", sans-serif;
  font-size: clamp(36px, 5vw, 58px);
  line-height: 0.95;
  text-transform: uppercase;
}

.page-cta p {
  margin: 8px 0 0;
  color: rgba(255, 255, 255, 0.82);
}

.page-cta .button {
  color: var(--black);
  background: var(--white);
  box-shadow: none;
}

.coach-page {
  --coach-bg: #050713;
  --coach-card: #11172b;
  --coach-card-alt: #161d38;
  --coach-purple: #7d35f2;
  --coach-blue: #315bff;
  --coach-text: #f5f7fa;
  --coach-muted: #b6bdc8;
  color: var(--coach-text);
  background: var(--coach-bg);
}

.coach-page .site-header,
.coach-page .site-footer {
  background: #050713;
}

.coach-locked {
  min-height: 100vh;
  overflow: hidden;
}

.coach-protected {
  display: block;
}

.coach-locked .coach-protected {
  display: none;
}

.coach-lock {
  min-height: 100vh;
  display: none;
  place-items: center;
  padding: 28px;
  background: linear-gradient(180deg, #050713 0%, #0b1030 58%, #140a2d 100%);
}

.coach-locked .coach-lock {
  display: grid;
}

.coach-lock-card {
  width: min(100%, 460px);
  padding: 34px;
  border: 1px solid rgba(138, 163, 255, 0.22);
  background: rgba(17, 23, 43, 0.92);
  box-shadow: 0 28px 90px rgba(0, 0, 0, 0.42);
}

.coach-lock-card img {
  width: 96px;
  margin: 0 auto 18px;
}

.coach-lock-card h1 {
  margin: 0 0 12px;
  font-family: "Barlow Condensed", "Arial Narrow", sans-serif;
  font-size: 64px;
  line-height: 0.9;
  text-align: center;
  text-transform: uppercase;
}

.coach-lock-card p:not(.coach-eyebrow) {
  margin: 0 0 22px;
  color: var(--coach-muted);
  text-align: center;
}

.coach-lock-card label {
  display: grid;
  gap: 8px;
  margin-bottom: 14px;
  color: var(--coach-text);
  font-weight: 900;
}

.coach-lock-card input {
  width: 100%;
  min-height: 50px;
  padding: 0 14px;
  color: var(--coach-text);
  background: var(--coach-bg);
  border: 1px solid rgba(138, 163, 255, 0.24);
  font: inherit;
}

.coach-lock-card .remember-access {
  display: flex;
  align-items: center;
  gap: 10px;
  color: var(--coach-muted);
  font-size: 14px;
}

.coach-lock-card .remember-access input {
  width: 18px;
  min-height: 18px;
  height: 18px;
  margin: 0;
  padding: 0;
  accent-color: var(--coach-blue);
}

.coach-lock-card .button {
  width: 100%;
  margin-top: 8px;
}

.coach-lock-error {
  display: block;
  min-height: 22px;
  margin-top: 12px;
  color: #ff8f9a;
  font-size: 14px;
  font-weight: 800;
  text-align: center;
}

.coach-hero {
  overflow: hidden;
  background: linear-gradient(180deg, #050713 0%, #0b1030 58%, #140a2d 100%);
}

.coach-hero-inner {
  display: grid;
  grid-template-columns: minmax(0, 0.92fr) minmax(300px, 0.46fr);
  align-items: center;
  gap: 56px;
  max-width: var(--max);
  margin: 0 auto;
  min-height: auto;
  padding: clamp(42px, 5vw, 72px) 24px;
}

.coach-eyebrow {
  margin: 0 0 14px;
  color: #8aa3ff;
  font-size: 13px;
  font-weight: 900;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.coach-hero h1 {
  margin: 0 0 22px;
  font-family: "Barlow Condensed", "Arial Narrow", sans-serif;
  font-size: clamp(82px, 12vw, 156px);
  line-height: 0.82;
  text-transform: uppercase;
}

.coach-hero h1 span {
  display: block;
  color: #8aa3ff;
}

.coach-hero p:not(.coach-eyebrow) {
  max-width: 680px;
  color: var(--coach-muted);
  font-size: clamp(17px, 1.45vw, 20px);
}

.coach-button {
  color: var(--coach-text);
  background: linear-gradient(135deg, var(--coach-blue), var(--coach-purple));
  box-shadow: 0 20px 48px rgba(49, 91, 255, 0.28);
}

.coach-button.secondary {
  color: var(--coach-text);
  background: transparent;
  border: 1px solid rgba(138, 163, 255, 0.3);
  box-shadow: none;
}

.coach-phone {
  padding: 22px;
  border: 1px solid rgba(138, 163, 255, 0.22);
  border-radius: 28px;
  background: rgba(17, 23, 43, 0.86);
  box-shadow: 0 28px 90px rgba(0, 0, 0, 0.42);
}

.coach-phone-screen {
  min-height: 430px;
  padding: 24px;
  border-radius: 22px;
  background: linear-gradient(180deg, #050713 0%, #0b1030 58%, #140a2d 100%);
}

.coach-app-logo {
  width: 118px;
  margin: 0 auto 16px;
}

.coach-app-title {
  margin: 0 0 10px;
  text-align: center;
  font-size: 26px;
  font-weight: 900;
}

.coach-app-copy {
  margin: 0 0 22px;
  text-align: center;
  color: var(--coach-muted);
  font-size: 14px;
}

.coach-ui-card {
  display: grid;
  gap: 10px;
  padding: 16px;
  margin-top: 14px;
  border: 1px solid rgba(138, 163, 255, 0.14);
  border-radius: 16px;
  background: var(--coach-card);
}

.coach-ui-card strong {
  color: var(--coach-text);
}

.coach-pill {
  display: block;
  padding: 12px 14px;
  border-radius: 12px;
  color: var(--coach-text);
  background: linear-gradient(135deg, var(--coach-blue), var(--coach-purple));
  font-size: 13px;
  font-weight: 900;
}

.coach-content {
  max-width: var(--max);
  margin: 0 auto;
  padding: clamp(28px, 4vw, 46px) 24px 0;
}

.weekly-challenge {
  display: grid;
  grid-template-columns: minmax(240px, 0.34fr) minmax(0, 0.66fr);
  gap: clamp(28px, 5vw, 64px);
  max-width: var(--max);
  margin: 0 auto;
  padding: clamp(28px, 4vw, 46px) 24px 0;
  color: var(--white);
}

.weekly-copy h2 {
  margin: 0 0 18px;
  font-family: "Barlow Condensed", Arial, sans-serif;
  font-size: clamp(48px, 6vw, 76px);
  line-height: 0.9;
  text-transform: uppercase;
}

.weekly-copy p:not(.coach-eyebrow) {
  max-width: 460px;
  color: rgba(255, 255, 255, 0.72);
  font-size: 18px;
}

.weekly-panel {
  padding: clamp(22px, 3vw, 32px);
  background:
    linear-gradient(135deg, rgba(125, 53, 242, 0.16), rgba(49, 91, 255, 0.06)),
    rgba(255, 255, 255, 0.055);
  border: 1px solid rgba(255, 255, 255, 0.14);
  box-shadow: 0 22px 70px rgba(0, 0, 0, 0.22);
}

.weekly-controls {
  display: grid;
  grid-template-columns: minmax(180px, 0.36fr) minmax(0, 1fr) auto;
  gap: 14px;
  align-items: end;
}

.weekly-controls .coach-field {
  margin: 0;
}

.weekly-buttons {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  justify-content: flex-end;
}

.weekly-buttons .button {
  min-height: 48px;
  white-space: nowrap;
}

.weekly-admin-note {
  margin: 0;
  align-self: center;
  color: rgba(255, 255, 255, 0.7);
  font-size: 14px;
  font-weight: 800;
}

.coach-field input {
  width: 100%;
  padding: 14px 16px;
  color: var(--white);
  background: rgba(255, 255, 255, 0.08);
  border: 1px solid rgba(255, 255, 255, 0.14);
  font: inherit;
}

.weekly-video {
  display: grid;
  place-items: center;
  min-height: 240px;
  margin-top: 18px;
  color: rgba(255, 255, 255, 0.64);
  background: rgba(0, 0, 0, 0.34);
  border: 1px solid rgba(255, 255, 255, 0.12);
}

.weekly-video iframe {
  width: 100%;
  aspect-ratio: 16 / 9;
  border: 0;
}

.weekly-video span {
  padding: 26px;
  text-align: center;
  font-weight: 800;
}

.weekly-brief {
  margin-top: 18px;
  color: rgba(255, 255, 255, 0.78);
}

.weekly-brief strong {
  display: block;
  margin-bottom: 10px;
  color: var(--white);
}

.weekly-brief ul {
  margin: 0;
  padding-left: 20px;
}

.coach-tool {
  max-width: var(--max);
  margin: 0 auto;
  padding: clamp(28px, 4vw, 46px) 24px 0;
}

.coach-style-tabs {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin-bottom: 18px;
}

.coach-style-tabs button {
  min-height: 46px;
  padding: 0 18px;
  color: var(--coach-text);
  background: rgba(255, 255, 255, 0.07);
  border: 1px solid rgba(255, 255, 255, 0.14);
  font: inherit;
  font-weight: 900;
  cursor: pointer;
}

.coach-style-tabs button.active {
  background: linear-gradient(135deg, var(--coach-blue), var(--coach-purple));
  border-color: transparent;
}

body.light-mode .coach-style-tabs button {
  color: #111827;
  background: #ffffff;
  border-color: rgba(17, 24, 39, 0.18);
}

body.light-mode .coach-style-tabs button.active {
  color: #ffffff;
  background: linear-gradient(135deg, var(--coach-blue), var(--coach-purple));
  border-color: transparent;
}

.soundcloud-panel {
  display: grid;
  place-items: center;
  min-height: 220px;
  padding: 18px;
  color: rgba(255, 255, 255, 0.68);
  background: var(--coach-card);
  border: 1px solid rgba(255, 255, 255, 0.12);
}

.soundcloud-panel iframe {
  width: 100%;
  min-height: 300px;
  border: 0;
}

.audio-cutter-grid {
  display: grid;
  grid-template-columns: minmax(280px, 0.48fr) minmax(0, 0.52fr);
  gap: 22px;
}

.audio-result audio {
  width: 100%;
  margin: 18px 0;
}

.audio-result .button {
  display: inline-flex;
}

.audio-source {
  width: 100%;
  margin: 12px 0 16px;
}

.audio-editor {
  display: grid;
  gap: 14px;
  padding: 16px;
  margin-bottom: 16px;
  background: rgba(255, 255, 255, 0.055);
  border: 1px solid rgba(255, 255, 255, 0.12);
}

.audio-time-row {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 10px;
  color: var(--coach-muted);
  font-size: 13px;
  font-weight: 900;
}

.audio-time-row strong,
.coach-field small {
  display: block;
  margin-top: 3px;
  color: var(--coach-text);
}

.audio-editor label {
  display: grid;
  gap: 8px;
  color: var(--coach-text);
  font-weight: 900;
}

.audio-editor input[type="range"] {
  width: 100%;
  accent-color: var(--coach-blue);
}

.audio-fields {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 12px;
}

.dance-system {
  max-width: var(--max);
  margin: 0 auto;
  padding: clamp(72px, 8vw, 108px) 24px 0;
  color: var(--coach-text);
}

.system-header {
  display: grid;
  grid-template-columns: minmax(0, 0.8fr) minmax(260px, 0.42fr);
  gap: 28px;
  align-items: end;
  margin-bottom: 28px;
}

.system-header h2 {
  margin: 0;
  font-family: "Barlow Condensed", Arial, sans-serif;
  font-size: clamp(58px, 8vw, 104px);
  line-height: 0.86;
  text-transform: uppercase;
}

.system-header p:not(.coach-eyebrow) {
  color: var(--coach-muted);
}

.system-grid {
  display: grid;
  grid-template-columns: minmax(260px, 0.85fr) minmax(260px, 1.15fr);
  gap: 18px;
}

.system-setup,
.dance-card,
.system-panel {
  padding: 24px;
  background: var(--coach-card);
  border: 1px solid rgba(255, 255, 255, 0.12);
}

.system-setup {
  display: grid;
  gap: 16px;
}

.integrity-warning {
  margin: 0;
  padding: 14px 16px;
  color: rgba(255, 255, 255, 0.86);
  background: rgba(237, 29, 42, 0.15);
  border: 1px solid rgba(237, 29, 42, 0.36);
  font-size: 13px;
  font-weight: 800;
  line-height: 1.45;
}

.dance-card {
  min-height: 300px;
  background:
    radial-gradient(circle at 20% 20%, rgba(125, 53, 242, 0.42), transparent 36%),
    linear-gradient(135deg, rgba(49, 91, 255, 0.24), rgba(125, 53, 242, 0.2)),
    var(--coach-card-alt);
}

.dance-card-top {
  display: flex;
  justify-content: space-between;
  gap: 14px;
  align-items: start;
  margin-bottom: 30px;
}

.dance-card-top span,
.dance-card p,
.dance-card small {
  color: rgba(255, 255, 255, 0.74);
}

.dance-card-top strong {
  font-family: "Barlow Condensed", Arial, sans-serif;
  font-size: 38px;
  line-height: 0.9;
  text-transform: uppercase;
  text-align: right;
}

.dance-card-level {
  display: flex;
  align-items: end;
  gap: 14px;
}

.dance-card-level span {
  color: var(--coach-muted);
  font-weight: 900;
  text-transform: uppercase;
}

.dance-card-level strong {
  font-family: "Barlow Condensed", Arial, sans-serif;
  font-size: 96px;
  line-height: 0.78;
}

.xp-bar {
  height: 12px;
  margin: 20px 0 8px;
  background: rgba(255, 255, 255, 0.12);
  overflow: hidden;
}

.xp-bar span {
  display: block;
  width: 0%;
  height: 100%;
  background: linear-gradient(90deg, var(--coach-blue), var(--coach-purple));
}

.system-panel h3 {
  margin: 0 0 18px;
  font-family: "Barlow Condensed", Arial, sans-serif;
  font-size: 34px;
  line-height: 0.95;
  text-transform: uppercase;
}

.stat-list {
  display: grid;
  gap: 12px;
}

.stat-row {
  display: grid;
  grid-template-columns: 1fr auto;
  gap: 12px;
  align-items: center;
  color: var(--coach-muted);
}

.stat-row strong {
  color: var(--coach-text);
}

.quest-list {
  display: grid;
  gap: 10px;
  margin: 0;
  padding: 0;
  color: var(--coach-muted);
  list-style: none;
}

.quest-list li {
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  gap: 12px;
  align-items: center;
  padding: 12px;
  background: rgba(255, 255, 255, 0.055);
  border: 1px solid rgba(255, 255, 255, 0.09);
}

.quest-list li.is-done {
  border-color: rgba(79, 220, 149, 0.35);
  background: rgba(79, 220, 149, 0.09);
}

.quest-list small {
  display: block;
  margin-top: 4px;
  color: rgba(255, 255, 255, 0.48);
  font-size: 11px;
  font-weight: 900;
  text-transform: uppercase;
}

.quest-done-button {
  min-height: 38px;
  padding: 0 12px;
  color: var(--coach-text);
  background: transparent;
  border: 1px solid rgba(255, 255, 255, 0.2);
  font: inherit;
  font-size: 12px;
  font-weight: 900;
  text-transform: uppercase;
  cursor: pointer;
}

.quest-done-button:disabled {
  color: rgba(255, 255, 255, 0.6);
  border-color: rgba(79, 220, 149, 0.4);
  cursor: default;
}

.video-challenge-card {
  grid-column: 1 / -1;
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  gap: 18px;
  align-items: center;
}

.video-challenge-card p {
  color: var(--coach-muted);
}

.progress-panel {
  grid-column: span 1;
}

.history-panel {
  grid-column: span 1;
}

.leaderboard-panel {
  grid-column: 1 / -1;
}

.progress-metrics {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 12px;
}

.progress-metrics div {
  padding: 14px;
  background: rgba(255, 255, 255, 0.065);
  border: 1px solid rgba(255, 255, 255, 0.1);
}

.progress-metrics span,
.analysis-history small {
  display: block;
  color: var(--coach-muted);
  font-size: 12px;
  font-weight: 900;
  text-transform: uppercase;
}

.progress-metrics strong {
  display: block;
  margin-top: 8px;
  font-family: "Barlow Condensed", Arial, sans-serif;
  font-size: 38px;
  line-height: 0.9;
}

.analysis-history,
.leaderboard-list {
  display: grid;
  gap: 10px;
  margin: 0;
  padding-left: 20px;
  color: var(--coach-muted);
}

.analysis-history li,
.leaderboard-list li {
  padding-left: 4px;
}

.analysis-history strong,
.leaderboard-list strong {
  color: var(--coach-text);
}

.leaderboard-list li::marker {
  color: var(--coach-text);
  font-weight: 900;
}

.coach-tool-header {
  display: grid;
  grid-template-columns: minmax(0, 0.9fr) minmax(280px, 0.46fr);
  gap: 24px;
  align-items: end;
  margin-bottom: 18px;
}

.coach-tool-header h2 {
  margin: 0;
  font-family: "Barlow Condensed", "Arial Narrow", sans-serif;
  font-size: clamp(48px, 7vw, 86px);
  line-height: 0.9;
  text-transform: uppercase;
}

.coach-tool-header p:not(.coach-eyebrow) {
  color: var(--coach-muted);
}

.coach-tool-grid {
  display: grid;
  grid-template-columns: minmax(0, 0.58fr) minmax(320px, 0.42fr);
  gap: 16px;
}

.coach-analyzer,
.coach-results {
  padding: 22px;
  border: 1px solid rgba(138, 163, 255, 0.18);
  background: var(--coach-card);
}

.coach-field {
  display: grid;
  gap: 8px;
  margin-bottom: 14px;
  color: var(--coach-text);
  font-weight: 900;
}

.coach-field select {
  width: 100%;
  min-height: 50px;
  padding: 0 14px;
  color: var(--coach-text);
  background: var(--coach-bg);
  border: 1px solid rgba(138, 163, 255, 0.22);
  font: inherit;
}

.coach-upload {
  display: grid;
  place-items: center;
  min-height: 128px;
  margin: 14px 0;
  padding: 18px;
  text-align: center;
  border: 1px dashed rgba(138, 163, 255, 0.42);
  background:
    linear-gradient(90deg, rgba(138, 163, 255, 0.08) 1px, transparent 1px),
    linear-gradient(rgba(138, 163, 255, 0.08) 1px, transparent 1px),
    rgba(5, 7, 19, 0.58);
  background-size: 24px 24px;
  cursor: pointer;
}

.coach-upload.drag-over {
  border-color: var(--coach-blue);
  background-color: rgba(49, 91, 255, 0.18);
}

.coach-upload input {
  position: static;
  width: 100%;
  height: auto;
  margin-top: 14px;
  padding: 10px;
  color: var(--coach-text);
  opacity: 1;
  pointer-events: auto;
  background: rgba(255, 255, 255, 0.08);
  border: 1px solid rgba(255, 255, 255, 0.14);
}

.file-picked {
  display: block;
  width: 100%;
  margin-top: 10px;
  color: #8aa3ff;
  font-size: 13px;
  font-weight: 900;
  word-break: break-word;
}

.coach-upload span {
  color: var(--coach-text);
  font-family: "Barlow Condensed", "Arial Narrow", sans-serif;
  font-size: 34px;
  line-height: 0.95;
  text-transform: uppercase;
}

.coach-upload small {
  color: var(--coach-muted);
}

.coach-video {
  display: none;
  width: 100%;
  max-height: 360px;
  margin-bottom: 18px;
  background: #000;
  border: 1px solid rgba(138, 163, 255, 0.2);
}

.coach-video.ready {
  display: block;
}

.coach-status {
  color: var(--coach-muted);
}

.coach-results h2 {
  margin: 0 0 18px;
  font-family: "Barlow Condensed", "Arial Narrow", sans-serif;
  font-size: 54px;
  line-height: 0.9;
  text-transform: uppercase;
}

.score-row {
  display: grid;
  grid-template-columns: 1fr auto;
  align-items: center;
  gap: 16px;
  padding: 14px 0;
  border-bottom: 1px solid rgba(138, 163, 255, 0.14);
}

.score-row span {
  color: var(--coach-muted);
}

.score-row strong {
  color: #8aa3ff;
  font-size: 28px;
}

.score-row.muted strong {
  color: var(--coach-text);
  font-size: 18px;
}

.coach-feedback {
  margin-top: 24px;
  padding: 18px;
  border: 1px solid rgba(138, 163, 255, 0.14);
  background: var(--coach-card-alt);
}

.coach-feedback h3 {
  margin: 0 0 10px;
}

.coach-feedback p,
.coach-feedback li {
  color: var(--coach-muted);
}

.coach-feature-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 18px;
}

.coach-feature {
  min-height: 240px;
  padding: 28px;
  border: 1px solid rgba(138, 163, 255, 0.16);
  background: var(--coach-card);
}

.coach-feature h2 {
  margin: 0 0 14px;
  font-family: "Barlow Condensed", "Arial Narrow", sans-serif;
  font-size: 42px;
  line-height: 0.95;
  text-transform: uppercase;
}

.coach-feature p {
  color: var(--coach-muted);
}

.coach-metrics {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 1px;
  margin-top: 34px;
  background: rgba(138, 163, 255, 0.18);
  border: 1px solid rgba(138, 163, 255, 0.18);
}

.coach-metrics article {
  padding: 24px;
  background: var(--coach-card-alt);
}

.coach-metrics strong {
  display: block;
  margin-bottom: 10px;
  color: #8aa3ff;
  font-family: "Barlow Condensed", "Arial Narrow", sans-serif;
  font-size: 34px;
}

.coach-download {
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  align-items: center;
  gap: 24px;
  max-width: var(--max);
  margin: 0 auto;
  padding: 34px;
  border: 1px solid rgba(138, 163, 255, 0.18);
  background: linear-gradient(135deg, #11172b, #172b8a);
}

.coach-download h2 {
  margin: 0;
  font-family: "Barlow Condensed", "Arial Narrow", sans-serif;
  font-size: clamp(40px, 5vw, 64px);
  line-height: 0.95;
  text-transform: uppercase;
}

.coach-download p {
  color: var(--coach-muted);
}

.detail-hero {
  color: var(--white);
  background: var(--black);
}

.detail-hero-inner {
  display: grid;
  grid-template-columns: minmax(0, 0.78fr) minmax(320px, 0.42fr);
  gap: 56px;
  align-items: center;
  max-width: var(--max);
  margin: 0 auto;
  padding: clamp(78px, 9vw, 132px) 24px;
}

.detail-hero h1 {
  margin: 0 0 22px;
  font-family: "Barlow Condensed", "Arial Narrow", sans-serif;
  font-size: clamp(80px, 12vw, 150px);
  line-height: 0.82;
  text-transform: uppercase;
}

.detail-hero p:not(.page-kicker) {
  max-width: 640px;
  color: rgba(255, 255, 255, 0.78);
  font-size: clamp(17px, 1.4vw, 20px);
}

.image-slot {
  min-height: 360px;
  display: grid;
  place-items: center;
  padding: 28px;
  color: rgba(255, 255, 255, 0.66);
  background:
    linear-gradient(90deg, rgba(255, 255, 255, 0.06) 1px, transparent 1px),
    linear-gradient(rgba(255, 255, 255, 0.06) 1px, transparent 1px),
    #111;
  background-size: 28px 28px;
  border: 1px solid rgba(255, 255, 255, 0.14);
}

.image-slot.light {
  color: var(--muted);
  background:
    linear-gradient(90deg, rgba(0, 0, 0, 0.05) 1px, transparent 1px),
    linear-gradient(rgba(0, 0, 0, 0.05) 1px, transparent 1px),
    #f7f7f7;
  background-size: 28px 28px;
  border-color: var(--line);
}

.image-slot span {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 52px;
  padding: 0 18px;
  border: 1px solid currentColor;
  font-size: 13px;
  font-weight: 900;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.detail-section {
  max-width: var(--max);
  margin: 0 auto;
  padding: clamp(74px, 8vw, 108px) 24px;
}

.detail-grid {
  display: grid;
  grid-template-columns: minmax(0, 0.58fr) minmax(280px, 0.42fr);
  gap: 28px;
  align-items: stretch;
}

.detail-copy,
.detail-list-card,
.timeline-card {
  padding: 34px;
  border: 1px solid var(--line);
  background: var(--white);
}

.detail-copy.dark,
.detail-list-card.dark {
  color: var(--white);
  border-color: var(--black);
  background: var(--black);
}

.detail-copy h2,
.detail-list-card h2,
.timeline-card h2 {
  margin: 0 0 18px;
  font-family: "Barlow Condensed", "Arial Narrow", sans-serif;
  font-size: clamp(42px, 5vw, 66px);
  line-height: 0.92;
  text-transform: uppercase;
}

.detail-copy p,
.detail-list-card li,
.timeline-card p {
  color: var(--muted);
}

.detail-copy.dark p,
.detail-list-card.dark li {
  color: rgba(255, 255, 255, 0.74);
}

.feature-list {
  display: grid;
  gap: 14px;
  padding: 0;
  margin: 0;
  list-style: none;
}

.feature-list li {
  padding-left: 18px;
  border-left: 3px solid var(--red);
}

.session-strip {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 1px;
  background: var(--line);
  border: 1px solid var(--line);
}

.session-strip article {
  min-height: 160px;
  padding: 24px;
  background: var(--white);
}

.session-strip strong {
  color: var(--red);
  font-family: "Barlow Condensed", "Arial Narrow", sans-serif;
  font-size: 34px;
}

.session-strip h3 {
  margin: 18px 0 8px;
  font-size: 16px;
}

.session-strip p {
  margin: 0;
  color: var(--muted);
  font-size: 14px;
}

.gallery-placeholders {
  display: grid;
  grid-template-columns: 1.1fr 0.9fr;
  gap: 18px;
}

.gallery-placeholders .image-slot:first-child {
  min-height: 440px;
}

@media (max-width: 1040px) {
  .site-header {
    grid-template-columns: auto auto;
  }

  .menu-toggle {
    display: block;
  }

  .primary-nav,
  .socials {
    display: none;
  }

  .site-header.menu-open .primary-nav,
  .site-header.menu-open .socials {
    display: flex;
  }

  .site-header.menu-open .primary-nav {
    grid-column: 1 / -1;
    justify-self: stretch;
    flex-direction: column;
    align-items: stretch;
    gap: 0;
    padding-top: 18px;
    border-top: 1px solid rgba(255, 255, 255, 0.12);
  }

  .site-header.menu-open .primary-nav > a,
  .site-header.menu-open .nav-dropdown > button {
    padding: 14px 0;
  }

  .site-header.menu-open .socials {
    grid-column: 1 / -1;
    justify-content: flex-start;
  }

  .dropdown-panel {
    position: static;
    display: none;
    opacity: 1;
    visibility: visible;
    transform: none;
    min-width: 0;
    margin: 0 0 8px;
    box-shadow: none;
  }

  .nav-dropdown.open .dropdown-panel {
    display: block;
  }

  .hero-inner,
  .page-hero-inner,
  .detail-hero-inner,
  .coach-hero-inner,
  .page-split,
  .program-layout,
  .contact-grid,
  .detail-grid,
  .coach-tool-header,
  .coach-tool-grid,
  .audio-cutter-grid,
  .system-header,
  .system-grid,
  .weekly-challenge,
  .section-heading.split,
  .pathway-inner,
  .sponsors,
  .trial-strip,
  .page-cta,
  .coach-download {
    grid-template-columns: 1fr;
  }

  .video-challenge-card {
    grid-template-columns: 1fr;
  }

  .progress-metrics {
    grid-template-columns: 1fr;
  }

  .audio-time-row,
  .audio-fields {
    grid-template-columns: 1fr;
  }

  .conversion-bar,
  .category-grid,
  .post-grid,
  .coach-feature-grid,
  .coach-metrics,
  .session-strip,
  .gallery-placeholders,
  .finder-grid,
  .pathway-steps,
  .news-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .finder-card:nth-child(2n) {
    border-right: 0;
  }
}

@media (max-width: 700px) {
  .site-header {
    min-height: 74px;
    padding: 10px 18px;
  }

  .brand {
    min-width: 94px;
    min-height: 40px;
    padding-left: 11px;
  }

  .brand::after {
    font-size: 27px;
  }

  .hero-inner {
    gap: 42px;
    min-height: auto;
    padding: 64px 18px 118px;
  }

  .hero h1 {
    font-size: clamp(82px, 29vw, 116px);
  }

  .hero-copy > p:not(.local-line) {
    font-size: 16px;
  }

  .hero-panel {
    padding: 24px;
  }

  .conversion-bar,
  .category-grid,
  .post-grid,
  .finder-grid,
  .pathway-steps,
  .news-grid,
  .style-grid,
  .sponsor-strip {
    grid-template-columns: 1fr;
  }

  .conversion-bar {
    margin: -70px 18px 0;
  }

  .conversion-bar a,
  .finder-card {
    border-right: 0;
    border-bottom: 1px solid rgba(255, 255, 255, 0.22);
  }

  .category-card.contact-card {
    grid-column: auto;
  }

  .finder-card {
    border-bottom-color: var(--line);
  }

  .section {
    padding: 72px 18px;
  }

  .finder {
    padding-top: 64px;
  }

  .style-card {
    min-height: 380px;
  }

  .trial-strip,
  .sponsors {
    margin-left: 18px;
    margin-right: 18px;
    padding: 30px 22px;
  }

  .page-hero-inner,
  .page-shell {
    padding-left: 18px;
    padding-right: 18px;
  }

  .content-panel,
  .program-card,
  .detail-copy,
  .detail-list-card,
  .timeline-card,
  .map-card > div:last-child,
  .contact-form,
  .contact-info,
  .page-cta {
    padding: 26px 20px;
  }

  .map-grid {
    grid-template-columns: 1fr;
  }

  .weekly-controls {
    grid-template-columns: 1fr;
  }

  .weekly-buttons {
    justify-content: flex-start;
  }

  .coach-content,
  .coach-tool,
  .dance-system,
  .coach-hero-inner {
    padding-left: 18px;
    padding-right: 18px;
  }

  .sidebar-stack {
    position: static;
  }

  .sponsors {
    margin: 0;
  }
}

@media (max-width: 768px) {
  body.reveal-ready .news-card,
  body.reveal-ready .post-card,
  body.reveal-ready .post-card *,
  body.reveal-ready .news-card *,
  body.reveal-ready .blog-archive [data-reveal],
  body.reveal-ready .entry-content,
  body.reveal-ready .entry-content *,
  body.reveal-ready .single-post-hero [data-reveal] {
    opacity: 1 !important;
    visibility: visible !important;
    transform: none !important;
    transition: none !important;
  }
}

.kids-nav-link {
  color: #c9b6ff !important;
}

.bolero-kids-page {
  color: #ffffff;
  background: #12051f;
}

.bolero-kids-page .site-header,
.bolero-kids-page .site-footer {
  background: #12051f;
}

.kids-hero {
  position: relative;
  overflow: hidden;
  min-height: 680px;
  padding: 150px 24px 96px;
  background:
    radial-gradient(circle at 16% 20%, rgba(190, 92, 255, 0.34), transparent 30%),
    radial-gradient(circle at 82% 28%, rgba(255, 74, 198, 0.22), transparent 28%),
    linear-gradient(135deg, #160724 0%, #2a0d46 52%, #12051f 100%);
}

.kids-hero-inner {
  display: grid;
  grid-template-columns: minmax(0, 0.62fr) minmax(280px, 0.38fr);
  gap: clamp(36px, 6vw, 88px);
  align-items: center;
  max-width: var(--max);
  margin: 0 auto;
}

.kids-kicker {
  margin: 0 0 18px;
  color: #f5a8ff;
  font-size: 14px;
  font-weight: 900;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.kids-hero h1,
.kids-heading h2 {
  margin: 0;
  font-family: "Barlow Condensed", "Arial Narrow", sans-serif;
  font-size: clamp(76px, 12vw, 164px);
  line-height: 0.86;
  text-transform: uppercase;
}

.kids-hero p:not(.kids-kicker),
.kids-heading p:not(.kids-kicker) {
  max-width: 660px;
  color: rgba(255, 255, 255, 0.78);
  font-size: 19px;
}

.kids-button {
  color: #ffffff;
  background: linear-gradient(135deg, #8b35ff, #e646c8);
  box-shadow: 0 20px 46px rgba(139, 53, 255, 0.34);
}

.kids-button.secondary {
  color: #ffffff;
  background: rgba(255, 255, 255, 0.08);
  border: 1px solid rgba(255, 255, 255, 0.22);
  box-shadow: none;
}

.kids-orbit {
  display: grid;
  place-items: center;
  min-height: 390px;
  padding: 34px;
  text-align: center;
  background:
    radial-gradient(circle at 50% 42%, rgba(255, 255, 255, 0.16), transparent 36%),
    linear-gradient(145deg, rgba(255, 255, 255, 0.1), rgba(255, 255, 255, 0.03));
  border: 1px solid rgba(255, 255, 255, 0.18);
  box-shadow: 0 34px 90px rgba(0, 0, 0, 0.26);
}

.kids-orbit strong {
  font-family: "Barlow Condensed", "Arial Narrow", sans-serif;
  font-size: clamp(76px, 9vw, 128px);
  line-height: 0.86;
  text-transform: uppercase;
}

.kids-orbit span,
.kids-orbit small {
  color: #f5a8ff;
  font-weight: 900;
  text-transform: uppercase;
}

.kids-section {
  padding: 90px 24px;
  background: #f9f5ff;
}

.kids-heading {
  display: grid;
  grid-template-columns: minmax(0, 0.55fr) minmax(240px, 0.45fr);
  gap: 28px;
  align-items: end;
  max-width: var(--max);
  margin: 0 auto 34px;
  color: #1a1026;
}

.kids-heading .kids-kicker {
  color: #8b35ff;
}

.kids-heading h2 {
  font-size: clamp(48px, 7vw, 88px);
}

.kids-heading p:not(.kids-kicker) {
  color: #5a5068;
}

.kids-song-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 22px;
  max-width: var(--max);
  margin: 0 auto;
}

.kids-song-card {
  overflow: hidden;
  color: #1a1026;
  background: #ffffff;
  border: 1px solid rgba(74, 28, 128, 0.14);
  box-shadow: 0 18px 48px rgba(74, 28, 128, 0.12);
}

.kids-video iframe {
  display: block;
  width: 100%;
  aspect-ratio: 16 / 9;
  border: 0;
}

.kids-song-card div:last-child {
  padding: 22px;
}

.kids-song-card span {
  display: block;
  margin-bottom: 8px;
  color: #8b35ff;
  font-weight: 1000;
}

.kids-song-card h3,
.kids-empty h2 {
  margin: 0;
  font-family: "Barlow Condensed", "Arial Narrow", sans-serif;
  font-size: 34px;
  text-transform: uppercase;
}

.kids-empty {
  max-width: var(--max);
  margin: 0 auto;
  padding: 34px;
  color: #1a1026;
  background: #ffffff;
  border: 1px solid rgba(74, 28, 128, 0.14);
}

body.light-mode.bolero-kids-page {
  background: #f9f5ff;
}

body.light-mode.bolero-kids-page .site-header {
  background: rgba(255, 255, 255, 0.96);
}

@media (max-width: 900px) {
  .kids-hero-inner,
  .kids-heading,
  .kids-song-grid {
    grid-template-columns: 1fr;
  }

  .kids-hero {
    min-height: auto;
    padding-top: 122px;
  }

  .kids-orbit {
    min-height: 280px;
  }
}

body.light-mode .pathway {
  color: #111827;
  background: #f7f8fb;
}

body.light-mode .pathway .section-label,
body.light-mode .pathway h2 {
  color: #111827;
}

body.light-mode .pathway-steps {
  background: #ffffff !important;
  border: 1px solid rgba(17, 24, 39, 0.12);
  box-shadow: 0 18px 46px rgba(17, 24, 39, 0.08);
}

body.light-mode .pathway-steps article {
  color: #111827 !important;
  background: #ffffff !important;
}

body.light-mode .pathway-steps strong {
  color: #e51f2a !important;
}

body.light-mode .pathway-steps h3 {
  color: #111827 !important;
}

body.light-mode .pathway-steps p {
  color: #4b5563 !important;
}
