/*
Theme Name: David Jones Leadership
Theme URI: https://djlc.org/
Author: David Jones Leadership
Description: A lightweight custom WordPress theme for David Jones Leadership.
Version: 1.0.0
Requires at least: 6.0
Tested up to: 6.5
Requires PHP: 7.4
Text Domain: djlc
*/

:root {
  --navy: #132238;
  --blue: #1f4f73;
  --gold: #d9a441;
  --cream: #f7f3eb;
  --paper: #ffffff;
  --ink: #1d2530;
  --muted: #677281;
  --line: rgba(19, 34, 56, 0.12);
  --shadow: 0 22px 60px rgba(19, 34, 56, 0.18);
  --radius: 22px;
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  color: var(--ink);
  background: var(--cream);
  line-height: 1.55;
}

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

img,
iframe {
  max-width: 100%;
}

.page {
  overflow-x: hidden;
  overflow-y: visible;
}

.topbar {
  position: sticky;
  top: 0;
  z-index: 50;
  background: rgba(247, 243, 235, 0.92);
  backdrop-filter: blur(16px);
  border-bottom: 1px solid var(--line);
}

.nav {
  width: min(1180px, calc(100% - 32px));
  margin: 0 auto;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 16px 0;
  gap: 18px;
}

.brand {
  display: flex;
  align-items: center;
  flex: 0 0 auto;
}

.brand-logo {
  display: block;
  width: 92px;
  height: auto;
  filter: drop-shadow(0 12px 24px rgba(19, 34, 56, 0.16));
}

.nav-links,
.primary-menu {
  display: flex;
  align-items: center;
  gap: 22px;
  font-size: 14px;
  color: var(--navy);
  font-weight: 700;
  list-style: none;
  margin: 0;
  padding: 0;
}

.nav-links a,
.primary-menu a {
  opacity: 0.86;
}

.nav-links a:hover,
.primary-menu a:hover {
  opacity: 1;
  color: var(--blue);
}

.mobile-menu-button,
.mobile-menu-panel {
  display: none;
}

.mobile-menu-button {
  width: 44px;
  height: 44px;
  border: none;
  border-radius: 999px;
  background: var(--navy);
  align-items: center;
  justify-content: center;
  flex-direction: column;
  gap: 5px;
  cursor: pointer;
  box-shadow: 0 6px 18px rgba(19, 34, 56, 0.28);
  padding: 0;
  transition: background 0.18s ease, transform 0.18s ease;
}

.mobile-menu-button:hover {
  background: var(--blue);
  transform: scale(1.06);
}

.mobile-menu-button span {
  display: block;
  width: 18px;
  height: 2px;
  border-radius: 999px;
  background: white;
  transition: transform 0.2s ease, opacity 0.2s ease;
}

.mobile-menu-button[aria-expanded="true"] span:nth-child(1) {
  transform: translateY(4px) rotate(45deg);
}

.mobile-menu-button[aria-expanded="true"] span:nth-child(2) {
  opacity: 0;
  transform: scaleX(0);
}

.mobile-menu-button[aria-expanded="true"] span:nth-child(3) {
  transform: translateY(-4px) rotate(-45deg);
}

.mobile-menu-panel {
  display: none;
  width: min(1180px, calc(100% - 32px));
  margin: 0 auto 14px;
  background: white;
  border: 1px solid var(--line);
  border-radius: 18px;
  box-shadow: 0 18px 45px rgba(19, 34, 56, 0.12);
  overflow: hidden;
}

.mobile-menu-panel a {
  display: block;
  padding: 15px 18px;
  color: var(--navy);
  font-weight: 800;
  border-bottom: 1px solid var(--line);
}

.mobile-menu-panel a:last-child {
  border-bottom: 0;
}

.mobile-menu-panel a:hover {
  background: var(--cream);
  color: var(--blue);
}

.btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  border-radius: 999px;
  padding: 13px 20px;
  font-weight: 800;
  line-height: 1;
  transition: transform 0.18s ease, box-shadow 0.18s ease, background 0.18s ease;
  border: 1px solid transparent;
  cursor: pointer;
}

.btn:hover {
  transform: translateY(-2px);
}

.btn-primary {
  background: var(--gold);
  color: #1d1608;
  box-shadow: 0 16px 35px rgba(217, 164, 65, 0.28);
}

.btn-primary:hover {
  background: #e5b34d;
}

.btn-secondary {
  background: rgba(255, 255, 255, 0.12);
  color: white;
  border-color: rgba(255, 255, 255, 0.24);
}

.btn-outline {
  background: white;
  border-color: var(--line);
  color: var(--navy);
}

.hero {
  position: relative;
  background: radial-gradient(circle at 78% 18%, rgba(217, 164, 65, 0.24), transparent 28%), radial-gradient(circle at 10% 10%, rgba(31, 79, 115, 0.28), transparent 32%), linear-gradient(135deg, #132238 0%, #19324d 54%, #1f4f73 100%);
  color: white;
}

.page-hero {
  position: relative;
  background: radial-gradient(circle at 78% 18%, rgba(217, 164, 65, 0.24), transparent 28%), radial-gradient(circle at 10% 10%, rgba(31, 79, 115, 0.28), transparent 32%), linear-gradient(135deg, #132238 0%, #19324d 54%, #1f4f73 100%);
  color: white;
}

.hero::before {
  content: "";
  position: absolute;
  inset: 0;
  background-image: linear-gradient(rgba(255, 255, 255, 0.045) 1px, transparent 1px), linear-gradient(90deg, rgba(255, 255, 255, 0.045) 1px, transparent 1px);
  background-size: 48px 48px;
  mask-image: linear-gradient(to bottom, black 0%, transparent 85%);
  pointer-events: none;
}

.page-hero::before {
  content: "";
  position: absolute;
  inset: 0;
  background-image: linear-gradient(rgba(255, 255, 255, 0.045) 1px, transparent 1px), linear-gradient(90deg, rgba(255, 255, 255, 0.045) 1px, transparent 1px);
  background-size: 48px 48px;
  mask-image: linear-gradient(to bottom, black 0%, transparent 85%);
  pointer-events: none;
}

.hero-inner {
  position: relative;
  width: min(1180px, calc(100% - 32px));
  margin: 0 auto;
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(360px, 0.9fr);
  align-items: center;
  gap: 48px;
  padding: 86px 0 76px;
}

.page-hero-inner {
  position: relative;
  width: min(1180px, calc(100% - 32px));
  margin: 0 auto;
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(320px, 0.62fr);
  align-items: center;
  gap: 54px;
  padding: 82px 0 76px;
}

.page-hero-content {
  max-width: 780px;
}

.about-portrait-card {
  background: rgba(255, 255, 255, 0.11);
  border: 1px solid rgba(255, 255, 255, 0.18);
  border-radius: 32px;
  padding: 16px;
  box-shadow: var(--shadow);
  backdrop-filter: blur(14px);
}

.about-portrait-card img {
  display: block;
  width: 100%;
  aspect-ratio: 1 / 1;
  object-fit: cover;
  object-position: center top;
  border-radius: 24px;
  background: white;
}

.about-portrait-caption {
  padding: 16px 8px 4px;
  color: rgba(255, 255, 255, 0.78);
}

.about-portrait-caption strong {
  color: white;
  display: block;
  font-size: 18px;
  margin-bottom: 2px;
}

.eyebrow {
  display: inline-flex;
  align-items: center;
  gap: 9px;
  padding: 8px 12px;
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.1);
  border: 1px solid rgba(255, 255, 255, 0.14);
  color: rgba(255, 255, 255, 0.9);
  font-size: 13px;
  font-weight: 800;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  margin-bottom: 20px;
}

.eyebrow span {
  width: 8px;
  height: 8px;
  border-radius: 99px;
  background: var(--gold);
  box-shadow: 0 0 0 6px rgba(217, 164, 65, 0.18);
}

h1,
h2,
h3,
p {
  margin-top: 0;
}

h1 {
  font-size: clamp(42px, 7vw, 76px);
  line-height: 0.96;
  letter-spacing: -0.06em;
  margin-bottom: 22px;
  max-width: 760px;
}

.hero-copy {
  font-size: clamp(18px, 2vw, 22px);
  color: rgba(255, 255, 255, 0.84);
  max-width: 690px;
  margin-bottom: 28px;
}

.hero-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  margin-bottom: 30px;
}

.proof-row {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 12px;
  max-width: 730px;
}

.proof-pill {
  border: 1px solid rgba(255, 255, 255, 0.14);
  background: rgba(255, 255, 255, 0.08);
  border-radius: 16px;
  padding: 14px;
}

.proof-pill strong {
  display: block;
  color: white;
  font-size: 15px;
  margin-bottom: 2px;
}

.proof-pill span {
  color: rgba(255, 255, 255, 0.68);
  font-size: 13px;
}

.video-card {
  background: rgba(255, 255, 255, 0.11);
  border: 1px solid rgba(255, 255, 255, 0.18);
  border-radius: 30px;
  padding: 16px;
  box-shadow: var(--shadow);
  backdrop-filter: blur(14px);
}

.video-frame {
  aspect-ratio: 16 / 9;
  border-radius: 22px;
  overflow: hidden;
  background: #0b1422;
}

.video-frame iframe {
  width: 100%;
  height: 100%;
  border: 0;
  display: block;
}

.video-caption {
  padding: 16px 6px 4px;
  color: rgba(255, 255, 255, 0.8);
  font-size: 14px;
}

.video-caption strong {
  color: white;
  display: block;
  font-size: 16px;
  margin-bottom: 4px;
}

.logo-strip {
  background: #ffffff;
  border-bottom: 1px solid var(--line);
}

.logo-strip-inner {
  width: min(1180px, calc(100% - 32px));
  margin: 0 auto;
  padding: 28px 0;
}

.logo-strip-heading {
  color: var(--muted);
  font-size: 12px;
  font-weight: 900;
  letter-spacing: 0.16em;
  margin-bottom: 18px;
  text-align: center;
  text-transform: uppercase;
}

.logo-carousel {
  overflow: hidden;
  position: relative;
}

.logo-carousel::before,
.logo-carousel::after {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  width: 110px;
  z-index: 2;
  pointer-events: none;
}

.logo-carousel::before {
  left: 0;
  background: linear-gradient(90deg, #ffffff, rgba(255, 255, 255, 0));
}

.logo-carousel::after {
  right: 0;
  background: linear-gradient(270deg, #ffffff, rgba(255, 255, 255, 0));
}

.logo-track {
  display: flex;
  gap: 16px;
  width: max-content;
  animation: logo-scroll 34s linear infinite;
}

.logo-carousel:hover .logo-track {
  animation-play-state: paused;
}

.logo-card {
  min-width: 210px;
  border: 1px solid var(--line);
  border-radius: 18px;
  background: linear-gradient(180deg, #ffffff, #f8fafc);
  color: var(--navy);
  display: grid;
  place-items: center;
  padding: 20px 22px;
  font-size: 15px;
  font-weight: 900;
  letter-spacing: -0.02em;
  box-shadow: 0 12px 30px rgba(19, 34, 56, 0.06);
  white-space: nowrap;
}

.logo-card-image {
  height: 92px;
  padding: 18px 24px;
}

.logo-card-image img {
  display: block;
  max-width: 160px;
  max-height: 54px;
  object-fit: contain;
}

@keyframes logo-scroll {
  from {
    transform: translateX(0);
  }

  to {
    transform: translateX(calc(-50% - 8px));
  }
}

.section {
  width: min(1180px, calc(100% - 32px));
  margin: 0 auto;
  padding: 82px 0;
}

.section-tight {
  padding: 58px 0;
}

.section-heading {
  max-width: 740px;
  margin-bottom: 34px;
}

.section-heading.center {
  text-align: center;
  margin-left: auto;
  margin-right: auto;
}

.kicker {
  color: var(--blue);
  text-transform: uppercase;
  letter-spacing: 0.14em;
  font-size: 13px;
  font-weight: 900;
  margin-bottom: 10px;
}

h2 {
  font-size: clamp(32px, 5vw, 54px);
  line-height: 1;
  letter-spacing: -0.05em;
  color: var(--navy);
  margin-bottom: 16px;
}

.section-heading p {
  color: var(--muted);
  font-size: 18px;
  margin-bottom: 0;
}

.split {
  display: grid;
  grid-template-columns: minmax(0, 0.9fr) minmax(0, 1.1fr);
  gap: 36px;
  align-items: stretch;
}

.panel {
  background: var(--paper);
  border: 1px solid var(--line);
  border-radius: var(--radius);
  padding: 32px;
  box-shadow: 0 18px 45px rgba(19, 34, 56, 0.08);
}

.about-story-grid {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(320px, 0.78fr);
  gap: 24px;
  align-items: stretch;
}

.about-story-panel h2 {
  max-width: 760px;
}

.about-story-panel p,
.content-panel p {
  color: var(--muted);
  font-size: 18px;
}

.about-story-panel p:last-child,
.content-panel p:last-child {
  margin-bottom: 0;
}

.about-principles {
  display: grid;
  gap: 16px;
}

.about-lists-section {
  padding-top: 72px;
}

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

.about-list-panel h2 {
  font-size: clamp(28px, 4vw, 42px);
}

.styled-list {
  display: grid;
  gap: 12px;
  margin: 24px 0 0;
  padding: 0;
  list-style: none;
}

.styled-list li {
  position: relative;
  padding-left: 34px;
  color: var(--muted);
  font-size: 16px;
}

.styled-list li::before {
  content: "✓";
  position: absolute;
  left: 0;
  top: 1px;
  width: 22px;
  height: 22px;
  border-radius: 999px;
  background: rgba(217, 164, 65, 0.18);
  color: var(--navy);
  display: grid;
  place-items: center;
  font-size: 13px;
  font-weight: 950;
}

.content-panel {
  max-width: 900px;
  margin: 0 auto;
}

.content-panel h2,
.content-panel h3 {
  color: var(--navy);
  letter-spacing: -0.03em;
}

.content-panel a {
  color: var(--blue);
  font-weight: 800;
}

.audiences-hero-card {
  background: rgba(255, 255, 255, 0.11);
  border: 1px solid rgba(255, 255, 255, 0.18);
  border-radius: 32px;
  padding: 34px;
  box-shadow: var(--shadow);
  backdrop-filter: blur(14px);
}

.audiences-hero-card h2 {
  color: white;
  font-size: clamp(30px, 4vw, 46px);
}

.audiences-hero-card p {
  color: rgba(255, 255, 255, 0.78);
  font-size: 17px;
}

.audience-card-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 22px;
}

.audience-select-card {
  position: relative;
  display: flex;
  min-height: 330px;
  flex-direction: column;
  background: linear-gradient(180deg, #ffffff 0%, #fbfaf7 100%);
  border: 1px solid rgba(19, 34, 56, 0.1);
  border-radius: 30px;
  padding: 30px;
  box-shadow: 0 22px 55px rgba(19, 34, 56, 0.09);
  overflow: hidden;
  transition: transform 0.18s ease, box-shadow 0.18s ease, border-color 0.18s ease;
}

.audience-select-card:hover {
  border-color: rgba(217, 164, 65, 0.55);
  box-shadow: 0 28px 68px rgba(19, 34, 56, 0.14);
  transform: translateY(-6px);
}

.audience-select-card::after {
  content: "";
  position: absolute;
  right: -42px;
  top: -42px;
  width: 150px;
  height: 150px;
  background: radial-gradient(circle, rgba(217, 164, 65, 0.22), transparent 68%);
}

.audience-card-label,
.program-expand-label {
  color: var(--blue);
  font-size: 16px;
  font-weight: 900;
  letter-spacing: 0.04em;
  text-transform: uppercase;
}

.audience-select-card h3 {
  color: var(--navy);
  font-size: 27px;
  line-height: 1.16;
  margin: 12px 0;
}

.audience-select-card p {
  color: var(--muted);
}

.audience-select-card strong {
  align-items: center;
  background: rgba(217, 164, 65, 0.18);
  border-radius: 999px;
  color: #735113;
  display: inline-flex;
  font-size: 14px;
  font-weight: 900;
  margin-top: auto;
  padding: 9px 13px;
  width: fit-content;
}

.audience-feature-grid {
  display: grid;
  gap: 18px;
  margin-top: 24px;
}

.audience-feature-wrap {
  display: none;
  box-sizing: border-box;
  width: 100%;
  max-width: 100%;
  overflow: hidden;
}

.audience-feature-wrap.is-active {
  display: block;
}

.audience-feature-card {
  background: linear-gradient(135deg, var(--navy), var(--blue));
  border-radius: 34px;
  box-shadow: var(--shadow);
  box-sizing: border-box;
  color: white;
  padding: 48px 52px;
  width: 100%;
}

.audience-feature-content {
  max-width: 760px;
}

.audience-feature-content span {
  color: var(--gold);
  display: block;
  font-size: 13px;
  font-weight: 950;
  letter-spacing: 0.12em;
  margin-bottom: 14px;
  text-transform: uppercase;
}

.audience-feature-content h2 {
  color: white;
  font-size: clamp(32px, 5vw, 58px);
  letter-spacing: -0.055em;
  line-height: 0.96;
  margin: 0 0 18px;
}

.audience-feature-content p {
  color: rgba(255, 255, 255, 0.78);
  font-size: 18px;
  margin: 0;
  max-width: 620px;
}

.aud-gallery {
  margin-top: 24px;
  margin-bottom: 32px;
  overflow: hidden;
  position: relative;
  width: 100%;
  max-width: 100%;
  box-sizing: border-box;
}

.aud-gallery::before,
.aud-gallery::after {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  width: 80px;
  z-index: 2;
  pointer-events: none;
}

.aud-gallery::before {
  left: 0;
  background: linear-gradient(90deg, #f8f5ef, rgba(255,255,255,0));
}

.aud-gallery::after {
  right: 0;
  background: linear-gradient(270deg, #f8f5ef, rgba(255,255,255,0));
}

.aud-gallery-track {
  display: flex;
  flex-wrap: nowrap;
  gap: 12px;
  width: max-content;
  animation: aud-scroll 24s linear infinite;
}

.aud-gallery:hover .aud-gallery-track {
  animation-play-state: paused;
}

.aud-gallery-thumb {
  border: none;
  padding: 0;
  background: transparent;
  cursor: zoom-in;
  border-radius: 14px;
  overflow: hidden;
  flex: 0 0 auto;
  box-shadow: 0 4px 16px rgba(0,0,0,0.18);
  transition: transform 0.2s, box-shadow 0.2s;
}

.aud-gallery-thumb:hover {
  transform: translateY(-3px);
  box-shadow: 0 10px 28px rgba(0,0,0,0.28);
}

.aud-gallery-thumb img {
  display: block;
  height: 200px;
  width: auto;
  max-width: none;
  object-fit: contain;
}

@keyframes aud-scroll {
  from { transform: translateX(0); }
  to   { transform: translateX(calc(-50% - 6px)); }
}

.aud-lightbox {
  position: fixed;
  inset: 0;
  z-index: 9999;
  background: rgba(0, 0, 0, 0.92);
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 16px;
  padding: 20px;
}

.aud-lightbox[hidden] {
  display: none;
}

.aud-lightbox-img-wrap {
  display: flex;
  align-items: center;
  justify-content: center;
  flex: 1;
  min-width: 0;
  max-height: calc(100vh - 80px);
}

.aud-lightbox-img-wrap img {
  display: block;
  max-width: 100%;
  max-height: calc(100vh - 80px);
  width: auto;
  height: auto;
  border-radius: 12px;
  box-shadow: 0 8px 48px rgba(0, 0, 0, 0.7);
}

.aud-lightbox-close {
  position: absolute;
  top: 18px;
  right: 18px;
  background: rgba(255, 255, 255, 0.12);
  border: 1px solid rgba(255, 255, 255, 0.2);
  color: #fff;
  border-radius: 50%;
  width: 44px;
  height: 44px;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  transition: background 0.2s;
  z-index: 2;
}

.aud-lightbox-close:hover {
  background: rgba(255, 255, 255, 0.25);
}

.aud-lightbox-arrow {
  background: rgba(255, 255, 255, 0.1);
  border: 1px solid rgba(255, 255, 255, 0.2);
  color: #fff;
  border-radius: 50%;
  width: 52px;
  height: 52px;
  flex-shrink: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  transition: background 0.2s;
}

.aud-lightbox-arrow:hover {
  background: rgba(255, 255, 255, 0.22);
}

.aud-lightbox-counter {
  position: absolute;
  bottom: 18px;
  left: 50%;
  transform: translateX(-50%);
  color: rgba(255, 255, 255, 0.65);
  font-size: 14px;
  margin: 0;
}

.audience-photo-placeholder {
  align-items: center;
  background: radial-gradient(circle at 30% 20%, rgba(217, 164, 65, 0.28), transparent 34%), rgba(255, 255, 255, 0.08);
  color: white;
  display: flex;
  flex-direction: column;
  gap: 12px;
  height: 100%;
  justify-content: center;
  min-height: 320px;
  padding: 28px;
  text-align: center;
}

.audience-photo-placeholder strong {
  align-items: center;
  background: rgba(255, 255, 255, 0.14);
  border: 1px solid rgba(255, 255, 255, 0.22);
  border-radius: 28px;
  display: flex;
  font-size: 52px;
  height: 104px;
  justify-content: center;
  width: 104px;
}

.audience-photo-placeholder span {
  color: rgba(255, 255, 255, 0.72);
  font-weight: 800;
}

.catalog-shell {
  background: linear-gradient(135deg, #ffffff 0%, #f8f5ef 100%);
  border: 1px solid var(--line);
  border-radius: 34px;
  box-shadow: 0 24px 65px rgba(19, 34, 56, 0.1);
  margin-bottom: 28px;
  padding: 30px;
}

.catalog-header {
  align-items: flex-start;
  display: flex;
  gap: 28px;
  justify-content: space-between;
  margin-bottom: 24px;
}

.catalog-header h2 {
  color: var(--navy);
  font-size: clamp(36px, 5vw, 62px);
  letter-spacing: -0.055em;
  line-height: 0.96;
  margin: 0 0 12px;
}

.catalog-header p {
  color: var(--muted);
  font-size: 18px;
  margin: 0;
  max-width: 660px;
}

.catalog-active-track {
  background: var(--navy);
  border-radius: 22px;
  color: white;
  min-width: 210px;
  padding: 18px;
}

.catalog-active-track span {
  color: rgba(255, 255, 255, 0.64);
  display: block;
  font-size: 12px;
  font-weight: 900;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.catalog-active-track strong {
  display: block;
  font-size: 22px;
  line-height: 1.1;
  margin-top: 6px;
}

.program-filter-group {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
}

.primary-filter-group {
  background: rgba(19, 34, 56, 0.06);
  border-radius: 999px;
  padding: 8px;
  width: fit-content;
}

.program-filter-button {
  border: 0;
  background: white;
  color: var(--navy);
  border-radius: 999px;
  box-shadow: 0 8px 20px rgba(19, 34, 56, 0.06);
  padding: 11px 16px;
  font-weight: 850;
  cursor: pointer;
  transition: background 0.16s ease, color 0.16s ease, border-color 0.16s ease, transform 0.16s ease;
}

.program-filter-button:hover,
.program-filter-button.is-active {
  background: var(--navy);
  border-color: var(--navy);
  color: white;
  transform: translateY(-1px);
}

.program-empty {
  display: none;
  background: rgba(255, 255, 255, 0.65);
  border: 1px dashed var(--line);
  border-radius: 18px;
  color: var(--muted);
  padding: 22px;
  text-align: center;
}

.program-empty.is-visible {
  display: block;
}

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

.program-card {
  background: var(--paper);
  border: 1px solid var(--line);
  border-radius: 28px;
  box-shadow: 0 18px 45px rgba(19, 34, 56, 0.08);
  overflow: hidden;
  transition: transform 0.18s ease, box-shadow 0.18s ease, border-color 0.18s ease;
}

.program-card:hover {
  border-color: rgba(31, 79, 115, 0.25);
  box-shadow: 0 26px 60px rgba(19, 34, 56, 0.12);
  transform: translateY(-3px);
}

.program-card[hidden] {
  display: none;
}

.program-card[open] {
  border-color: rgba(217, 164, 65, 0.52);
}

.program-summary {
  cursor: pointer;
  list-style: none;
  padding: 26px;
}

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

.program-topline {
  display: block;
  margin-bottom: 14px;
}

.program-topline h3 {
  color: var(--navy);
  font-size: 23px;
  line-height: 1.14;
  margin: 0;
}

.program-expand-label {
  display: inline-flex;
  margin-top: 10px;
}

.program-card[open] .program-expand-label {
  color: var(--muted);
}

.program-summary p,
.program-details {
  color: var(--muted);
}

.program-details {
  padding: 0 26px 26px;
}

.program-details p {
  margin: 0 0 18px;
}

.bio-panel {
  background: linear-gradient(135deg, var(--navy), var(--blue));
  color: white;
  position: relative;
  overflow: hidden;
}

.bio-panel::after {
  content: "DJ";
  position: absolute;
  right: -18px;
  bottom: -50px;
  font-size: 210px;
  font-weight: 950;
  line-height: 1;
  color: rgba(255, 255, 255, 0.055);
  letter-spacing: -0.1em;
}

.bio-panel h3 {
  position: relative;
  font-size: 30px;
  line-height: 1.06;
  letter-spacing: -0.04em;
  margin-bottom: 18px;
  z-index: 1;
}

.bio-panel p {
  position: relative;
  z-index: 1;
  color: rgba(255, 255, 255, 0.78);
  margin-bottom: 18px;
}

.signature-line {
  position: relative;
  z-index: 1;
  display: grid;
  gap: 10px;
  margin-top: 24px;
}

.signature-line div {
  display: flex;
  gap: 10px;
  align-items: flex-start;
  color: rgba(255, 255, 255, 0.9);
  font-weight: 750;
}

.check {
  width: 22px;
  height: 22px;
  flex: 0 0 22px;
  border-radius: 99px;
  background: var(--gold);
  color: #201705;
  display: grid;
  place-items: center;
  font-size: 14px;
  font-weight: 950;
}

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

.feature-card,
.audience-card,
.testimonial-card {
  background: white;
  border: 1px solid var(--line);
  border-radius: var(--radius);
}

.feature-card {
  border-radius: 20px;
  padding: 24px;
}

.icon {
  width: 46px;
  height: 46px;
  border-radius: 16px;
  display: grid;
  place-items: center;
  background: rgba(217, 164, 65, 0.15);
  color: var(--navy);
  font-size: 23px;
  margin-bottom: 14px;
}

.feature-card h3 {
  color: var(--navy);
  font-size: 20px;
  letter-spacing: -0.02em;
  margin-bottom: 8px;
}

.feature-card p {
  color: var(--muted);
  margin-bottom: 0;
  font-size: 15px;
}

.quote-band {
  background: var(--navy);
  color: white;
  position: relative;
}

.quote-band::before {
  content: "";
  position: absolute;
  inset: 0;
  background: radial-gradient(circle at 20% 25%, rgba(217, 164, 65, 0.18), transparent 25%), radial-gradient(circle at 80% 60%, rgba(31, 79, 115, 0.35), transparent 32%);
  pointer-events: none;
}

.quote-inner {
  position: relative;
  width: min(1000px, calc(100% - 32px));
  margin: 0 auto;
  padding: 78px 0;
  text-align: center;
}

.quote-inner blockquote {
  margin: 0 auto 22px;
  font-size: clamp(24px, 4vw, 40px);
  line-height: 1.15;
  letter-spacing: -0.04em;
  font-weight: 850;
  max-width: 930px;
}

.quote-inner p {
  color: rgba(255, 255, 255, 0.7);
  margin: 0;
  font-weight: 750;
}

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

.testimonial-grid {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(300px, 1fr));
  gap: 18px;
}

.audience-card {
  padding: 28px;
  min-height: 260px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  box-shadow: 0 18px 45px rgba(19, 34, 56, 0.06);
}

.audience-card h3 {
  color: var(--navy);
  font-size: 24px;
  letter-spacing: -0.03em;
  margin-bottom: 10px;
}

.audience-card p {
  color: var(--muted);
  margin-bottom: 22px;
}

.tag-list {
  display: flex;
  gap: 8px;
  flex-wrap: wrap;
}

.tag {
  background: rgba(31, 79, 115, 0.08);
  color: var(--blue);
  font-weight: 800;
  font-size: 12px;
  border-radius: 999px;
  padding: 8px 10px;
}

.testimonial-card {
  padding: 26px;
  box-shadow: 0 16px 40px rgba(19, 34, 56, 0.06);
}

.testimonial-card blockquote {
  margin: 0 0 22px;
  color: #303a47;
  font-size: 16px;
}

.person {
  padding-top: 18px;
  border-top: 1px solid var(--line);
}

.person strong {
  display: block;
  color: var(--navy);
  line-height: 1.25;
}

.person span {
  color: var(--muted);
  font-size: 14px;
}

.video-testimonial {
  margin-top: 48px;
  max-width: 780px;
  margin-left: auto;
  margin-right: auto;
}

.video-testimonial-embed {
  position: relative;
  padding-bottom: 56.25%;
  height: 0;
  overflow: hidden;
  border-radius: var(--radius);
  box-shadow: 0 16px 40px rgba(19, 34, 56, 0.1);
}

.video-testimonial-embed iframe {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  border: none;
}

.video-testimonial-caption {
  display: flex;
  flex-direction: column;
  align-items: center;
  margin-top: 14px;
  gap: 2px;
}

.video-testimonial-caption strong {
  color: var(--navy);
  font-size: 16px;
}

.video-testimonial-caption span {
  color: var(--muted);
  font-size: 14px;
}

.cta {
  width: min(1180px, calc(100% - 32px));
  margin: 0 auto 82px;
  border-radius: 32px;
  background: radial-gradient(circle at 90% 15%, rgba(217, 164, 65, 0.26), transparent 26%), linear-gradient(135deg, var(--blue), var(--navy));
  color: white;
  padding: 52px;
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  gap: 24px;
  align-items: center;
  box-shadow: var(--shadow);
}

.cta h2 {
  color: white;
  margin-bottom: 12px;
  max-width: 780px;
}

.cta p {
  color: rgba(255, 255, 255, 0.75);
  margin: 0;
  max-width: 720px;
  font-size: 18px;
}

.contact-page-hero {
  padding-bottom: 72px;
}

.contact-page-hero-inner {
  min-height: 380px;
}

.contact-page-section {
  margin-top: -112px;
  position: relative;
  z-index: 2;
}

.contact-page-shell {
  margin: 0 auto;
  max-width: 860px;
  padding: 34px;
}

.contact-page-inquiry {
  background: rgba(31, 79, 115, 0.08);
  border: 1px solid rgba(31, 79, 115, 0.12);
  border-radius: 22px;
  margin-bottom: 26px;
  padding: 22px;
}

.contact-page-inquiry h2 {
  color: var(--navy);
  font-size: 24px;
  margin-bottom: 8px;
}

.contact-page-inquiry p {
  color: var(--muted);
  margin: 0;
}

.contact-page-form .gform_wrapper {
  margin: 0;
}

.contact-page-form input,
.contact-page-form textarea,
.contact-page-form select {
  border-radius: 14px;
}

.contact-page-form .wpforms-container {
  margin: 0;
}

.contact-page-form .wpforms-field {
  margin-bottom: 20px;
}

.contact-page-form .wpforms-field-label {
  display: block;
  margin-bottom: 8px;
  font-weight: 700;
  color: var(--navy);
}

.contact-page-form .wpforms-field input,
.contact-page-form .wpforms-field textarea,
.contact-page-form .wpforms-field select {
  width: 100%;
  padding: 12px 14px;
  border: 1px solid rgba(31, 79, 115, 0.2);
  background: white;
  color: var(--ink);
  font: inherit;
  border-radius: 14px;
}

.contact-page-form .wpforms-field textarea {
  resize: vertical;
}

.contact-page-form .wpforms-submit {
  margin-top: 12px;
}

.footer {
  background: #0e1726;
  color: rgba(255, 255, 255, 0.72);
  padding: 40px 0 28px;
  display: flex;
  flex-direction: column;
  gap: 0;
}

.footer-inner {
  width: min(1180px, calc(100% - 32px));
  margin: 0 auto;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
  font-size: 14px;
}

.footer-social {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 16px;
  width: min(1180px, calc(100% - 32px));
  margin: 0 auto 24px;
  padding-bottom: 24px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
}

.footer-social a {
  color: rgba(255, 255, 255, 0.55);
  display: flex;
  align-items: center;
  justify-content: center;
  width: 42px;
  height: 42px;
  border-radius: 50%;
  border: 1px solid rgba(255, 255, 255, 0.15);
  transition: color 0.2s, border-color 0.2s, background 0.2s;
}

.footer-social a:hover {
  color: #fff;
  border-color: rgba(255, 255, 255, 0.4);
  background: rgba(255, 255, 255, 0.08);
}

.footer-copy {
  text-align: center;
  font-size: 12px;
  color: rgba(255, 255, 255, 0.38);
  padding-top: 16px;
}

.footer strong {
  color: white;
}

.screen-reader-text {
  border: 0;
  clip: rect(1px, 1px, 1px, 1px);
  clip-path: inset(50%);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
  word-wrap: normal;
}

@media (max-width: 940px) {
  .mobile-menu-panel {
    display: none;
  }

  .nav-links,
  .primary-menu {
    display: none;
  }

  .mobile-menu-button {
    display: inline-flex;
  }

  .mobile-menu-panel.is-open {
    display: block;
  }

  .hero-inner,
  .page-hero-inner,
  .about-story-grid,
  .about-lists-grid,
  .audience-card-grid,
  .program-grid,
  .split,
  .cta {
    grid-template-columns: 1fr;
  }

  .hero-inner {
    padding: 62px 0 58px;
  }

  .video-card {
    order: -1;
  }

  .about-portrait-card {
    order: -1;
    max-width: 420px;
  }

  .audiences-hero-card {
    order: -1;
  }

  .catalog-header {
    display: block;
  }

  .audience-feature-wrap.is-active {
    display: block;
  }

  .audience-feature-card {
    padding: 28px;
  }

  .catalog-active-track {
    margin-top: 20px;
    min-width: 0;
  }

  .primary-filter-group {
    border-radius: 24px;
    width: 100%;
  }

  .program-filter-button {
    font-size: 14px;
    padding: 9px 12px;
  }

  .program-filter-bar {
    position: static;
  }

  .proof-row,
  .audience-grid,
  .testimonial-grid {
    grid-template-columns: 1fr;
  }

  .feature-grid {
    grid-template-columns: 1fr 1fr;
  }

  .cta {
    padding: 38px 28px;
  }

  .cta .btn {
    width: fit-content;
  }
}

@media (max-width: 640px) {
  .nav {
    width: min(100% - 24px, 1180px);
    padding: 12px 0;
  }

  .brand-logo {
    width: 72px;
  }

  .nav .btn {
    padding: 11px 14px;
    font-size: 13px;
  }

  .hero-inner,
  .page-hero-inner,
  .section,
  .quote-inner,
  .cta,
  .footer-inner {
    width: min(100% - 24px, 1180px);
  }

  .hero-inner {
    gap: 28px;
    padding: 34px 0 46px;
  }

  .page-hero-inner {
    gap: 28px;
    padding: 34px 0 46px;
  }

  .eyebrow {
    font-size: 11px;
  }

  h1 {
    font-size: 43px;
    letter-spacing: -0.055em;
  }

  .hero-copy {
    font-size: 17px;
  }

  .hero-actions .btn {
    width: 100%;
  }

  .proof-row {
    gap: 10px;
  }

  .logo-strip-inner {
    width: min(100% - 24px, 1180px);
    padding: 22px 0;
  }

  .logo-carousel::before,
  .logo-carousel::after {
    width: 48px;
  }

  .logo-card {
    min-width: 170px;
    padding: 16px 18px;
    font-size: 13px;
  }

  .logo-card-image {
    height: 78px;
  }

  .logo-card-image img {
    max-width: 132px;
    max-height: 44px;
  }

  .section {
    padding: 58px 0;
  }

  .section-tight {
    padding: 42px 0;
  }

  h2 {
    font-size: 35px;
  }

  .panel,
  .feature-card,
  .audience-card,
  .audience-select-card,
  .program-summary,
  .testimonial-card {
    padding: 22px;
  }

  .program-topline {
    display: block;
  }

  .program-expand-label {
    display: inline-flex;
    margin-top: 10px;
  }

  .program-details {
    padding: 0 22px 22px;
  }

  .catalog-shell {
    border-radius: 24px;
    padding: 20px;
  }

  .aud-gallery-thumb img {
    height: 150px;
  }

  .aud-lightbox-arrow {
    width: 40px;
    height: 40px;
  }

  .about-story-panel p,
  .content-panel p {
    font-size: 16px;
  }

  .feature-grid {
    grid-template-columns: 1fr;
  }

  .quote-inner {
    padding: 58px 0;
  }

  .quote-inner blockquote {
    font-size: 25px;
  }

  .cta {
    margin-bottom: 56px;
    border-radius: 24px;
    padding: 34px 22px;
  }

  .cta .btn {
    width: 100%;
  }

  .footer-inner {
    flex-direction: column;
    align-items: flex-start;
  }
}

/* ── Music Page ─────────────────────────────────────────────────────── */

.music-about-panel {
  max-width: 740px;
  margin: 0 auto;
  padding: 32px 40px;
}

.music-hero-photo {
  background: rgba(255, 255, 255, 0.11);
  border: 1px solid rgba(255, 255, 255, 0.18);
  border-radius: 32px;
  padding: 16px;
  box-shadow: var(--shadow);
  backdrop-filter: blur(14px);
}

.music-hero-photo img {
  display: block;
  width: 100%;
  aspect-ratio: 3 / 4;
  object-fit: cover;
  object-position: center top;
  border-radius: 24px;
}

/* ── Thumbnail grid (desktop) ── */

.music-carousel {
  position: relative;
  width: min(1180px, calc(100% - 32px));
  margin: 0 auto;
}

.music-carousel-track {
  display: flex;
  flex-wrap: wrap;
  gap: 16px;
  justify-content: center;
}

.music-carousel-slide {
  border: none;
  padding: 0;
  background: transparent;
  cursor: zoom-in;
  border-radius: 14px;
  overflow: hidden;
  box-shadow: var(--shadow);
  flex: 0 0 auto;
  transition: transform 0.2s, box-shadow 0.2s;
}

.music-carousel-slide:hover {
  transform: translateY(-3px);
  box-shadow: 0 10px 32px rgba(0,0,0,0.18);
}

.music-carousel-slide img {
  display: block;
  height: 260px;
  width: auto;
  max-width: 100%;
  object-fit: contain;
}

.music-carousel-arrow,
.music-carousel-dots {
  display: none;
}

/* ── Lightbox ── */

.music-lightbox {
  position: fixed;
  inset: 0;
  z-index: 9999;
  background: rgba(0, 0, 0, 0.92);
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 16px;
  padding: 20px;
}

.music-lightbox[hidden] {
  display: none;
}

.music-lightbox-img-wrap {
  display: flex;
  align-items: center;
  justify-content: center;
  flex: 1;
  min-width: 0;
  min-height: 0;
  max-height: calc(100vh - 80px);
}

.music-lightbox-img-wrap img {
  display: block;
  max-width: 100%;
  max-height: calc(100vh - 80px);
  width: auto;
  height: auto;
  border-radius: 12px;
  box-shadow: 0 8px 48px rgba(0, 0, 0, 0.7);
}

.music-lightbox-close {
  position: absolute;
  top: 18px;
  right: 18px;
  background: rgba(255, 255, 255, 0.12);
  border: 1px solid rgba(255, 255, 255, 0.2);
  color: #fff;
  border-radius: 50%;
  width: 44px;
  height: 44px;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  transition: background 0.2s;
  z-index: 2;
}

.music-lightbox-close:hover {
  background: rgba(255, 255, 255, 0.25);
}

.music-lightbox-arrow {
  background: rgba(255, 255, 255, 0.1);
  border: 1px solid rgba(255, 255, 255, 0.2);
  color: #fff;
  border-radius: 50%;
  width: 52px;
  height: 52px;
  flex-shrink: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  transition: background 0.2s;
}

.music-lightbox-arrow:hover {
  background: rgba(255, 255, 255, 0.22);
}

.music-lightbox-counter {
  position: absolute;
  bottom: 18px;
  left: 50%;
  transform: translateX(-50%);
  color: rgba(255, 255, 255, 0.65);
  font-size: 14px;
  margin: 0;
}

@media (max-width: 640px) {
  .music-hero-photo {
    order: -1;
    max-width: 420px;
  }

  .music-lightbox-arrow {
    width: 40px;
    height: 40px;
  }

  /* Switch to single-slide carousel on mobile */
  .music-carousel {
    overflow: hidden;
    background: #000;
    border-radius: 16px;
    touch-action: pan-y;
  }

  .music-carousel-track {
    flex-wrap: nowrap;
    gap: 0;
    justify-content: flex-start;
    transition: transform 0.4s cubic-bezier(0.4, 0, 0.2, 1);
    will-change: transform;
  }

  .music-carousel-slide {
    flex: 0 0 100%;
    border-radius: 0;
    box-shadow: none;
    background: #000;
    display: flex;
    align-items: center;
    justify-content: center;
    min-height: 240px;
  }

  .music-carousel-slide img {
    height: auto;
    max-height: 340px;
    width: 100%;
    object-fit: contain;
  }

  .music-carousel-arrow {
    display: flex;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    background: rgba(0, 0, 0, 0.55);
    border: 1px solid rgba(255, 255, 255, 0.18);
    color: #fff;
    border-radius: 50%;
    width: 40px;
    height: 40px;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    z-index: 2;
  }

  .music-carousel-arrow--prev { left: 10px; }
  .music-carousel-arrow--next { right: 10px; }

  .music-carousel-dots {
    display: flex;
    position: absolute;
    bottom: 12px;
    left: 50%;
    transform: translateX(-50%);
    gap: 7px;
    z-index: 2;
  }

  .music-carousel-dot {
    width: 8px;
    height: 8px;
    border-radius: 50%;
    background: rgba(255, 255, 255, 0.4);
    cursor: pointer;
    transition: background 0.2s, transform 0.2s;
  }

  .music-carousel-dot.is-active {
    background: #fff;
    transform: scale(1.3);
  }
}
