:root {
  --black: #111111;
  --purple: #5b3fa3;
  --gold: #d4a62a;
  --gray: #1e1e1e;
  --white: #f5f5f5;
  --purple-hover: #7b5cd6;
  --radius: 16px;
}
* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  margin: 0;
  font-family: "Montserrat", sans-serif;
  color: var(--white);
  background:
    radial-gradient(circle at 8% 10%, rgba(123,92,214,.2), transparent 28%),
    radial-gradient(circle at 92% 28%, rgba(212,166,42,.12), transparent 30%),
    linear-gradient(135deg, #070709 0%, #0a0a0f 45%, #0d0b11 100%);
  background-attachment: fixed;
}
main {
  position: relative;
  isolation: isolate;
}
main::before {
  content: "";
  position: absolute;
  inset: 0;
  pointer-events: none;
  z-index: -1;
  background:
    radial-gradient(circle at 18% 22%, rgba(91,63,163,.16), transparent 30%),
    radial-gradient(circle at 84% 66%, rgba(212,166,42,.08), transparent 34%);
}
.site-header {
  position: sticky;
  top: 0;
  z-index: 50;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
  padding: 12px 24px;
  background: linear-gradient(120deg, rgba(7,7,9,.93), rgba(16,12,26,.9) 55%, rgba(24,18,8,.9));
  backdrop-filter: blur(8px);
  border-bottom: 1px solid rgba(212,166,42,.35);
  box-shadow: 0 8px 34px rgba(0,0,0,.45);
}
.site-header::before {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  height: 2px;
  background: linear-gradient(90deg, transparent, rgba(212,166,42,.95), rgba(123,92,214,.9), transparent);
}
.site-header::after {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  bottom: -1px;
  height: 1px;
  background: linear-gradient(90deg, rgba(123,92,214,0), rgba(123,92,214,.8), rgba(212,166,42,.7), rgba(123,92,214,0));
}
.logo-wrap { display: flex; align-items: center; gap: 6px; color: var(--white); text-decoration: none; }
.logo-wrap img {
  width: 96px;
  height: 96px;
  border-radius: 0;
  object-fit: contain;
  background: transparent !important;
  border: 0;
  box-shadow: 0 0 12px rgba(212,166,42,.28), 0 0 20px rgba(91,63,163,.24);
}
.logo-text span { display: block; font-family: "Anton", sans-serif; letter-spacing: 1.2px; font-size: 2.1rem; line-height: 1; }
.logo-text small { display: block; color: #d0cce0; font-size: .82rem; letter-spacing: 1px; text-transform: uppercase; margin-top: 2px; }
nav { display: flex; gap: 18px; }
nav a {
  color: var(--white);
  text-decoration: none;
  font-weight: 700;
  font-size: .9rem;
  text-transform: uppercase;
  letter-spacing: .7px;
  padding: 10px 14px;
  border-radius: 999px;
  border: 1px solid transparent;
  transition: all .25s ease;
}
nav a:hover {
  color: #fff;
  border-color: rgba(123,92,214,.65);
  background: linear-gradient(90deg, rgba(91,63,163,.3), rgba(123,92,214,.18));
  box-shadow: inset 0 0 0 1px rgba(255,255,255,.06), 0 0 16px rgba(91,63,163,.35);
}
.menu-btn { display: none; background: transparent; color: var(--white); border: 0; font-size: 1.7rem; }
.header-right { display: flex; align-items: center; gap: 10px; }
.status-pill {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  border-radius: 999px;
  padding: 8px 12px;
  font-size: .75rem;
  font-weight: 700;
  letter-spacing: .8px;
  text-transform: uppercase;
  color: #f0e3b7;
  background: linear-gradient(120deg, rgba(212,166,42,.22), rgba(123,92,214,.2));
  border: 1px solid rgba(212,166,42,.45);
}
.status-pill::before {
  content: "";
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: #67ff9a;
  box-shadow: 0 0 8px rgba(103,255,154,.85);
}
.btn {
  display: inline-block;
  padding: 12px 20px;
  border-radius: 10px;
  font-weight: 700;
  text-decoration: none;
  border: 1px solid transparent;
  transition: all .25s ease;
}
.btn-purple { background: linear-gradient(90deg, var(--purple), var(--purple-hover)); color: #fff; box-shadow: 0 0 18px rgba(91,63,163,.45); }
.btn-gold { background: linear-gradient(90deg, var(--gold), #f0c44b); color: #191919; box-shadow: 0 0 18px rgba(212,166,42,.35); }
.btn-outline { border-color: var(--gold); color: var(--gold); }
.btn:hover { transform: translateY(-2px); }
.hero { position: relative; min-height: 90vh; overflow: hidden; display: grid; place-items: center; }
.hero video { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover; filter: brightness(.28); }
.hero-overlay {
  position: absolute;
  inset: 0;
  background:
    linear-gradient(100deg, rgba(0,0,0,.86) 20%, rgba(0,0,0,.44) 68%),
    radial-gradient(circle at 18% 22%, rgba(91,63,163,.35), transparent 40%),
    radial-gradient(circle at 78% 72%, rgba(212,166,42,.2), transparent 34%);
}
.hero-lights {
  position: absolute;
  inset: 0;
  pointer-events: none;
}
.hero-lights::before,
.hero-lights::after {
  content: "";
  position: absolute;
  width: 180px;
  height: 1px;
  background: linear-gradient(90deg, rgba(212,166,42,.85), rgba(123,92,214,.5), rgba(123,92,214,0));
  filter: blur(.2px);
  opacity: .55;
}
.hero-lights::before { top: 35%; left: 132px; }
.hero-lights::after { bottom: 23%; left: 132px; transform: none; opacity: .4; }
.hero-content { position: relative; max-width: 1100px; width: 92%; z-index: 2; }
.kicker {
  font-family: "Oswald", sans-serif;
  color: var(--gold);
  letter-spacing: 2.5px;
  text-transform: uppercase;
  font-size: clamp(.95rem, 2vw, 1.25rem);
}
.hero h1 {
  margin: 0;
  font-size: clamp(3rem, 8vw, 7rem);
  line-height: .92;
  font-family: "Anton", sans-serif;
  letter-spacing: 2px;
  text-shadow: 0 8px 26px rgba(0,0,0,.75), 0 0 24px rgba(255,255,255,.08);
}
.hero h2 {
  margin: .25rem 0 .9rem;
  color: var(--gold);
  font-family: "Oswald", sans-serif;
  letter-spacing: 2.2px;
  text-transform: uppercase;
  position: relative;
  width: fit-content;
}
.hero h2::after {
  content: "";
  position: absolute;
  left: calc(100% + 14px);
  top: 50%;
  width: 110px;
  height: 2px;
  background: linear-gradient(90deg, rgba(212,166,42,.95), rgba(212,166,42,0));
}
.hero-content > p {
  max-width: 820px;
  font-size: clamp(1rem, 1.8vw, 2rem);
  color: #ddd7ea;
  text-shadow: 0 2px 10px rgba(0,0,0,.7);
}
.hero-actions { display: flex; gap: 12px; flex-wrap: wrap; margin-top: 18px; }
.hero .btn { padding: 13px 22px; font-size: 1.03rem; border-radius: 12px; }
.hero .btn-purple {
  background: linear-gradient(100deg, #4f32a1, #7b5cd6);
  box-shadow: 0 0 20px rgba(91,63,163,.48), inset 0 0 0 1px rgba(255,255,255,.15);
}
.hero .btn-outline {
  border-color: rgba(212,166,42,.85);
  color: #f2d784;
  background: rgba(17,17,17,.58);
  box-shadow: inset 0 0 0 1px rgba(212,166,42,.14);
}
.hero-stats {
  margin-top: 26px;
  max-width: 980px;
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 12px;
}
.hero-stats article {
  border: 1px solid rgba(123,92,214,.45);
  border-radius: 14px;
  padding: 12px 14px;
  background: linear-gradient(145deg, rgba(20,20,24,.75), rgba(8,8,10,.72));
  box-shadow: 0 0 18px rgba(91,63,163,.15), inset 0 0 0 1px rgba(255,255,255,.04);
}
.hero-stats strong {
  display: block;
  color: #f2e8c8;
  font-family: "Oswald", sans-serif;
  text-transform: uppercase;
  letter-spacing: .8px;
}
.hero-stats span { color: #c7c2d6; font-size: .9rem; }
.section { padding: 80px 24px; max-width: 1200px; margin: 0 auto; }
.section {
  position: relative;
  border-radius: 22px;
  background:
    linear-gradient(145deg, rgba(5,5,8,.78), rgba(17,10,27,.66)),
    url("../media/images/background.png");
  background-size: cover;
  background-position: center 30%;
  background-repeat: no-repeat;
  background-blend-mode: overlay, normal;
  border: 1px solid rgba(123,92,214,.16);
  box-shadow: inset 0 0 0 1px rgba(255,255,255,.02);
  margin-top: 20px;
  overflow: hidden;
  animation: sectionBgPan 24s ease-in-out infinite alternate;
}
.section::before {
  content: "";
  position: absolute;
  top: -160%;
  left: -35%;
  width: 42%;
  height: 360%;
  transform: rotate(20deg);
  background: linear-gradient(90deg, rgba(255,255,255,0), rgba(255,255,255,.08), rgba(255,255,255,0));
  opacity: .35;
  pointer-events: none;
  animation: sectionShineMove 11s linear infinite;
}
.section::after {
  content: "";
  position: absolute;
  width: 260px;
  height: 260px;
  right: -110px;
  top: -90px;
  border-radius: 50%;
  background: radial-gradient(circle, rgba(123,92,214,.16), rgba(123,92,214,0) 65%);
  pointer-events: none;
  animation: sectionGlowPulse 7s ease-in-out infinite;
}
#about::after,
#schedule::after,
#contact::after {
  background: radial-gradient(circle, rgba(212,166,42,.12), rgba(212,166,42,0) 65%);
}
#about {
  background:
    linear-gradient(120deg, rgba(4,4,8,.84), rgba(20,10,34,.62)),
    url("../media/images/background.png");
  background-size: cover;
  background-position: center 24%;
  background-repeat: no-repeat;
  background-blend-mode: multiply, normal;
  animation-duration: 18s;
}
#services::before,
#gallery::before,
#membership::before {
  animation: sectionSweep 10s linear infinite;
}
@keyframes sectionSweep {
  0% { transform: rotate(20deg) translateX(-90%); opacity: 0; }
  12% { opacity: .7; }
  45% { opacity: .2; }
  100% { transform: rotate(20deg) translateX(320%); opacity: 0; }
}
@keyframes sectionBgPan {
  0% { background-position: center 28%; }
  100% { background-position: center 36%; }
}
@keyframes sectionShineMove {
  0% { transform: rotate(20deg) translateX(-95%); opacity: 0; }
  12% { opacity: .68; }
  45% { opacity: .24; }
  100% { transform: rotate(20deg) translateX(340%); opacity: 0; }
}
@keyframes sectionGlowPulse {
  0%, 100% { transform: scale(1); opacity: .52; filter: blur(0px); }
  50% { transform: scale(1.12); opacity: .9; filter: blur(1px); }
}
.section-title p { color: var(--gold); text-transform: uppercase; letter-spacing: 2px; margin-bottom: 8px; font-family: "Oswald", sans-serif; }
.section-title h3 { margin: 0; font-family: "Anton", sans-serif; font-size: clamp(2rem, 4vw, 3rem); }
#gallery {
  position: relative;
}
#gallery::after {
  content: "";
  position: absolute;
  inset: 0;
  pointer-events: none;
  background: linear-gradient(180deg, rgba(0,0,0,.62) 0%, rgba(10,8,18,.46) 40%, rgba(0,0,0,.58) 100%);
}
#gallery > * {
  position: relative;
  z-index: 1;
}
#gallery .section-title p {
  color: #f2c94c;
  text-shadow: 0 2px 10px rgba(0,0,0,.7);
}
#gallery .section-title h3 {
  color: #ffffff;
  text-shadow: 0 6px 24px rgba(0,0,0,.82);
}
.about-grid, .contact-grid { margin-top: 26px; display: grid; gap: 22px; grid-template-columns: repeat(2, minmax(0, 1fr)); }
.about-grid {
  position: relative;
  padding: 18px;
  border-radius: 20px;
  background: linear-gradient(150deg, rgba(20,15,35,.62), rgba(10,10,14,.7));
  border: 1px solid rgba(123,92,214,.28);
  overflow: hidden;
}
.about-grid::before {
  content: "";
  position: absolute;
  inset: -120% auto auto -20%;
  width: 70%;
  height: 300%;
  transform: rotate(18deg);
  background: linear-gradient(90deg, rgba(255,255,255,0), rgba(255,255,255,.09), rgba(255,255,255,0));
  animation: aboutShine 5.8s linear infinite;
  pointer-events: none;
}
.about-grid::after {
  content: "";
  position: absolute;
  width: 280px;
  height: 280px;
  right: -100px;
  top: -100px;
  border-radius: 50%;
  background: radial-gradient(circle, rgba(123,92,214,.22), rgba(123,92,214,0) 65%);
  pointer-events: none;
}
.about-content {
  position: relative;
  z-index: 1;
  padding: 18px;
  border-radius: 16px;
  background: linear-gradient(145deg, rgba(17,17,22,.66), rgba(9,9,12,.6));
  border: 1px solid rgba(212,166,42,.22);
  box-shadow: inset 0 0 0 1px rgba(255,255,255,.03);
}
.about-content p { font-size: clamp(1rem, 1.15vw, 1.12rem); color: #e6e1f0; }
.about-pills {
  margin-top: 16px;
  display: flex;
  flex-wrap: wrap;
  gap: 9px;
}
.about-pills span {
  padding: 8px 12px;
  border-radius: 999px;
  border: 1px solid rgba(123,92,214,.6);
  background: linear-gradient(90deg, rgba(91,63,163,.34), rgba(212,166,42,.14));
  color: #f5f0ff;
  font-size: .82rem;
  letter-spacing: .5px;
  text-transform: uppercase;
  font-weight: 700;
}
.about-media {
  position: relative;
  border-radius: 18px;
  overflow: hidden;
  border: 1px solid rgba(212,166,42,.36);
  box-shadow: 0 0 24px rgba(91,63,163,.2), 0 0 36px rgba(0,0,0,.4);
}
.about-media::before {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(180deg, rgba(0,0,0,0), rgba(0,0,0,.18));
  pointer-events: none;
  z-index: 1;
}
.about-media::after {
  content: "";
  position: absolute;
  inset: 0;
  border-radius: inherit;
  border: 1px solid rgba(255,255,255,.14);
  mix-blend-mode: screen;
  pointer-events: none;
  z-index: 2;
}
.about-grid img {
  width: 100%;
  display: block;
  border-radius: 18px;
  transform: scale(1.01);
  transition: transform .6s ease, filter .5s ease;
  filter: contrast(1.03) saturate(1.06);
}
.about-media:hover img { transform: scale(1.05); filter: contrast(1.08) saturate(1.15); }
@keyframes aboutShine {
  0% { transform: rotate(18deg) translateX(-40%); opacity: 0; }
  15% { opacity: .8; }
  45% { opacity: .35; }
  100% { transform: rotate(18deg) translateX(270%); opacity: 0; }
}
.cards { display: grid; gap: 18px; grid-template-columns: repeat(auto-fit, minmax(220px, 1fr)); margin-top: 24px; }
.card {
  background: linear-gradient(165deg, rgba(30,30,30,.95), rgba(14,14,14,.95));
  border: 1px solid rgba(91,63,163,.5);
  border-radius: var(--radius);
  padding: 22px;
  box-shadow: 0 0 22px rgba(91,63,163,.16);
}
.card h4 { margin: 0 0 10px; font-family: "Oswald", sans-serif; font-size: 1.4rem; }
.service-card {
  position: relative;
  overflow: hidden;
  isolation: isolate;
  transition: transform .32s ease, box-shadow .32s ease, border-color .32s ease;
  animation: serviceIn .7s ease both;
  animation-delay: var(--delay, 0ms);
}
.service-card::before {
  content: "";
  position: absolute;
  inset: -1px;
  border-radius: inherit;
  background: linear-gradient(120deg, rgba(123,92,214,.55), rgba(212,166,42,.18), rgba(123,92,214,.45));
  opacity: .48;
  z-index: -2;
}
.service-card::after {
  content: "";
  position: absolute;
  top: -140%;
  left: -60%;
  width: 56%;
  height: 340%;
  transform: rotate(24deg);
  background: linear-gradient(90deg, rgba(255,255,255,0), rgba(255,255,255,.16), rgba(255,255,255,0));
  transition: transform .85s ease;
  pointer-events: none;
}
.service-card:hover {
  transform: translateY(-6px);
  border-color: rgba(212,166,42,.75);
  box-shadow: 0 0 24px rgba(91,63,163,.32), 0 0 36px rgba(212,166,42,.18);
}
.service-card:hover::after { transform: rotate(24deg) translateX(280%); }
.service-badge {
  display: inline-flex;
  align-items: center;
  border: 1px solid rgba(212,166,42,.55);
  color: #f0dca4;
  border-radius: 999px;
  padding: 4px 10px;
  font-size: .68rem;
  font-weight: 700;
  letter-spacing: .8px;
  text-transform: uppercase;
  margin-bottom: 10px;
  background: linear-gradient(90deg, rgba(212,166,42,.2), rgba(91,63,163,.2));
}
.service-line {
  display: block;
  width: 46px;
  height: 2px;
  margin-top: 14px;
  background: linear-gradient(90deg, rgba(212,166,42,.95), rgba(212,166,42,0));
  transition: width .3s ease;
}
.service-card:hover .service-line { width: 90px; }
@keyframes serviceIn {
  from { opacity: 0; transform: translateY(16px) scale(.985); }
  to { opacity: 1; transform: translateY(0) scale(1); }
}
.schedule-wrap {
  margin-top: 24px;
  border-radius: 20px;
  overflow: hidden;
  border: 1px solid rgba(212,166,42,.45);
  background: linear-gradient(160deg, rgba(18,18,20,.88), rgba(11,11,15,.88));
  position: relative;
  box-shadow: 0 0 24px rgba(91,63,163,.2), inset 0 0 0 1px rgba(255,255,255,.03);
}
.schedule-wrap::before {
  content: "";
  position: absolute;
  top: -180%;
  left: -35%;
  width: 50%;
  height: 440%;
  transform: rotate(20deg);
  background: linear-gradient(90deg, rgba(255,255,255,0), rgba(255,255,255,.14), rgba(255,255,255,0));
  animation: scheduleShine 8s linear infinite;
  pointer-events: none;
}
.schedule-row {
  position: relative;
  display: grid;
  grid-template-columns: 1.05fr .9fr 1fr .8fr;
  align-items: center;
  gap: 12px;
  padding: 16px 22px;
  background: linear-gradient(90deg, rgba(19,19,20,.96), rgba(25,25,25,.7));
  border-bottom: 1px solid rgba(255,255,255,.08);
  transition: background .28s ease, transform .28s ease;
  animation: scheduleIn .55s ease both;
  animation-delay: var(--delay, 0ms);
}
.schedule-row:nth-child(even) { background: linear-gradient(90deg, rgba(24,24,25,.92), rgba(19,19,20,.72)); }
.schedule-row:last-child { border-bottom: 0; }
.schedule-row:hover {
  background: linear-gradient(90deg, rgba(47,32,85,.38), rgba(32,28,20,.3));
  transform: translateX(4px);
}
.schedule-head {
  display: grid;
  grid-template-columns: 1.05fr .9fr 1fr .8fr;
  gap: 12px;
  padding: 14px 22px;
  background: linear-gradient(90deg, rgba(91,63,163,.3), rgba(212,166,42,.16));
  border-bottom: 1px solid rgba(255,255,255,.14);
}
.schedule-head span {
  color: #f3e5b5;
  font-weight: 700;
  letter-spacing: .7px;
  text-transform: uppercase;
  font-size: .84rem;
}
.schedule-day { font-size: 1.35rem; font-family: "Oswald", sans-serif; letter-spacing: .4px; }
.schedule-time { font-weight: 600; color: #f4f0ff; }
.schedule-class { color: #e7d4ff; font-weight: 700; }
.schedule-instructor {
  justify-self: start;
  padding: 5px 10px;
  border-radius: 999px;
  border: 1px solid rgba(72,221,137,.45);
  color: #d6ffe5;
  background: rgba(72,221,137,.12);
  font-size: .84rem;
  font-weight: 700;
}
@keyframes scheduleShine {
  0% { transform: rotate(20deg) translateX(-70%); opacity: 0; }
  15% { opacity: .85; }
  45% { opacity: .25; }
  100% { transform: rotate(20deg) translateX(330%); opacity: 0; }
}
@keyframes scheduleIn {
  from { opacity: 0; transform: translateY(10px); }
  to { opacity: 1; transform: translateY(0); }
}
.filters { margin-top: 24px; display: flex; gap: 10px; flex-wrap: wrap; }
.filter-btn { border: 1px solid var(--purple); color: var(--white); background: transparent; padding: 8px 14px; border-radius: 999px; cursor: pointer; }
.filter-btn.active, .filter-btn:hover { background: var(--purple); }
.filters {
  padding: 10px;
  border-radius: 12px;
  background: linear-gradient(100deg, rgba(8,8,14,.82), rgba(20,10,35,.62));
  border: 1px solid rgba(123,92,214,.5);
  backdrop-filter: blur(8px);
  box-shadow: inset 0 0 0 1px rgba(255,255,255,.04), 0 0 18px rgba(123,92,214,.2);
  position: relative;
  overflow: hidden;
}
.filters::before {
  content: "";
  position: absolute;
  top: -180%;
  left: -38%;
  width: 42%;
  height: 420%;
  transform: rotate(20deg);
  background: linear-gradient(90deg, rgba(255,255,255,0), rgba(255,255,255,.16), rgba(255,255,255,0));
  animation: filtersShine 9s linear infinite;
  pointer-events: none;
}
.filter-btn {
  background: rgba(8,8,12,.78);
  border-color: rgba(123,92,214,.82);
  color: #f6f3ff;
  font-weight: 600;
  transition: all .26s ease;
}
.filter-btn.active, .filter-btn:hover {
  color: #ffffff;
  background: linear-gradient(90deg, rgba(123,92,214,.95), rgba(91,63,163,1));
  box-shadow: 0 0 16px rgba(123,92,214,.55), 0 0 24px rgba(212,166,42,.16);
  border-color: rgba(212,166,42,.65);
}
@keyframes filtersShine {
  0% { transform: rotate(20deg) translateX(-90%); opacity: 0; }
  13% { opacity: .75; }
  45% { opacity: .25; }
  100% { transform: rotate(20deg) translateX(330%); opacity: 0; }
}
.gallery-meta {
  margin-top: 16px;
  display: flex;
  gap: 10px;
  flex-wrap: wrap;
}
.gallery-meta span {
  padding: 7px 12px;
  border-radius: 999px;
  border: 1px solid rgba(123,92,214,.75);
  background: linear-gradient(90deg, rgba(8,8,12,.7), rgba(55,34,95,.46));
  font-size: .86rem;
  color: #f3edff;
  font-weight: 600;
  text-shadow: 0 1px 6px rgba(0,0,0,.65);
}
.gallery-grid, .insta-grid { margin-top: 20px; display: grid; gap: 14px; grid-template-columns: repeat(auto-fit, minmax(220px, 1fr)); }
.media-tile { position: relative; overflow: hidden; border-radius: 14px; border: 1px solid rgba(212,166,42,.35); background: #111; cursor: pointer; }
.media-tile img, .media-tile video { width: 100%; height: 220px; object-fit: cover; display: block; transition: transform .35s ease, filter .35s ease; }
.media-tile:hover img, .media-tile:hover video { transform: scale(1.04); }
.media-tag { position: absolute; bottom: 8px; left: 8px; font-size: .75rem; background: rgba(0,0,0,.7); padding: 4px 7px; border-radius: 999px; }
.media-overlay {
  position: absolute;
  inset: auto 0 0;
  padding: 14px 10px 10px;
  background: linear-gradient(180deg, rgba(0,0,0,0), rgba(0,0,0,.82));
  transform: translateY(10px);
  opacity: 0;
  transition: .3s ease;
}
.media-overlay strong { display: block; font-size: .9rem; }
.media-overlay small { color: #d4cde8; }
.media-tile:hover .media-overlay { opacity: 1; transform: translateY(0); }
.media-empty {
  grid-column: 1 / -1;
  padding: 24px;
  text-align: center;
  border-radius: 12px;
  border: 1px dashed rgba(123,92,214,.6);
  color: #d6cfeb;
  background: rgba(20,20,28,.5);
}

.programs-intro {
  margin-top: 12px;
  max-width: 760px;
  color: #e3dcf2;
  font-size: 1.05rem;
}
.program-grid {
  margin-top: 20px;
  display: grid;
  gap: 16px;
  grid-template-columns: repeat(auto-fit, minmax(240px, 1fr));
}
.program-card {
  border-radius: 16px;
  overflow: hidden;
  border: 1px solid rgba(123,92,214,.52);
  background: linear-gradient(150deg, rgba(15,15,20,.92), rgba(8,8,12,.88));
  box-shadow: 0 0 22px rgba(91,63,163,.16);
  transition: transform .3s ease, box-shadow .3s ease;
  animation: programIn .6s ease both;
  animation-delay: var(--delay, 0ms);
}
.program-card:hover {
  transform: translateY(-6px);
  box-shadow: 0 0 26px rgba(123,92,214,.3), 0 0 30px rgba(212,166,42,.14);
}
.program-media {
  display: block;
  position: relative;
  height: 290px;
  overflow: hidden;
}
.program-media img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  filter: grayscale(.08) contrast(1.08);
  transition: transform .42s ease, filter .35s ease;
}
.program-card:hover .program-media img {
  transform: scale(1.06);
  filter: grayscale(0) contrast(1.1);
}
.program-title {
  position: absolute;
  left: 14px;
  bottom: 14px;
  font-family: "Anton", sans-serif;
  letter-spacing: 1px;
  font-size: 2rem;
  color: #fff;
  text-shadow: 0 5px 16px rgba(0,0,0,.82);
}
.program-body {
  padding: 14px;
}
.program-instructor {
  margin: 0;
  color: #f4ca5c;
  font-weight: 700;
}
.program-short {
  margin: 10px 0 14px;
  color: #ded8ee;
  min-height: 48px;
}
@keyframes programIn {
  from { opacity: 0; transform: translateY(14px); }
  to { opacity: 1; transform: translateY(0); }
}
.lightbox {
  position: fixed;
  inset: 0;
  background: rgba(2,2,4,.88);
  backdrop-filter: blur(6px);
  z-index: 120;
  display: none;
  align-items: center;
  justify-content: center;
  gap: 8px;
  padding: 20px;
}
.lightbox.open { display: flex; }
.lightbox-stage {
  width: min(920px, 88vw);
  max-height: 82vh;
  border-radius: 16px;
  overflow: hidden;
  border: 1px solid rgba(212,166,42,.45);
  background: #09090c;
  box-shadow: 0 0 30px rgba(91,63,163,.3);
}
.lightbox-stage img, .lightbox-stage video {
  width: 100%;
  max-height: 72vh;
  object-fit: contain;
  display: block;
  background: #0a0a0d;
}
.lightbox-caption {
  display: flex;
  justify-content: space-between;
  gap: 8px;
  padding: 10px 14px;
  background: linear-gradient(90deg, rgba(91,63,163,.2), rgba(212,166,42,.12));
  color: #ede7ff;
}
.lightbox-nav, .lightbox-close {
  border: 1px solid rgba(212,166,42,.5);
  background: rgba(14,14,18,.88);
  color: #f4dd9f;
  width: 44px;
  height: 44px;
  border-radius: 50%;
  font-size: 1.6rem;
  cursor: pointer;
}
.lightbox-nav:hover, .lightbox-close:hover { box-shadow: 0 0 16px rgba(212,166,42,.35); }
.lightbox-close {
  position: absolute;
  top: 18px;
  right: 18px;
  font-size: 1.9rem;
}
.price { font-size: 2rem; color: var(--gold); font-family: "Oswald", sans-serif; }
.featured { border-color: var(--gold); box-shadow: 0 0 22px rgba(212,166,42,.2); }
.pricing-toolbar {
  margin-top: 18px;
  margin-bottom: 8px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 14px;
  padding: 12px 14px;
  border-radius: 14px;
  border: 1px solid rgba(123,92,214,.55);
  background: linear-gradient(120deg, rgba(6,6,10,.82), rgba(31,20,54,.72));
  box-shadow: inset 0 0 0 1px rgba(255,255,255,.03), 0 0 16px rgba(123,92,214,.2);
  backdrop-filter: blur(7px);
}
.pricing-toolbar p {
  margin: 0;
  color: #f3efff;
  font-weight: 600;
  text-shadow: 0 2px 10px rgba(0,0,0,.72);
}
.billing-toggle {
  display: inline-flex;
  padding: 4px;
  border-radius: 999px;
  border: 1px solid rgba(212,166,42,.55);
  background: rgba(0,0,0,.62);
}
.billing-btn {
  border: 0;
  background: transparent;
  color: #f1ecff;
  padding: 8px 14px;
  border-radius: 999px;
  font-weight: 700;
  cursor: pointer;
}
.billing-btn.active {
  color: #130f04;
  background: linear-gradient(90deg, var(--gold), #f0c44b);
  box-shadow: 0 0 14px rgba(212,166,42,.35);
}
.pricing-card {
  position: relative;
  overflow: hidden;
  transition: transform .3s ease, box-shadow .3s ease, border-color .3s ease;
  animation: planIn .6s ease both;
  animation-delay: var(--delay, 0ms);
}
.pricing-card::before {
  content: "";
  position: absolute;
  top: -160%;
  left: -45%;
  width: 46%;
  height: 380%;
  transform: rotate(24deg);
  background: linear-gradient(90deg, rgba(255,255,255,0), rgba(255,255,255,.15), rgba(255,255,255,0));
  transition: transform .9s ease;
}
.pricing-card:hover {
  transform: translateY(-7px);
  box-shadow: 0 0 26px rgba(91,63,163,.34), 0 0 40px rgba(212,166,42,.12);
}
.pricing-card:hover::before { transform: rotate(24deg) translateX(280%); }
.plan-tag {
  position: absolute;
  top: 10px;
  right: 10px;
  padding: 6px 10px;
  border-radius: 999px;
  font-size: .7rem;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: .8px;
  color: #121212;
  background: linear-gradient(90deg, var(--gold), #f0c44b);
}
.plan-subtitle {
  margin: 0 0 10px;
  color: #cfc8de;
  font-size: .92rem;
  text-transform: uppercase;
  letter-spacing: .8px;
}
.price-wrap {
  margin-bottom: 10px;
  padding-bottom: 10px;
  border-bottom: 1px solid rgba(255,255,255,.1);
}
.plan-points { margin-top: 10px; margin-bottom: 18px; padding-left: 20px; }
.plan-points li { margin-bottom: 6px; color: #f3eefc; }
.plan-glow {
  background:
    radial-gradient(circle at 88% 14%, rgba(212,166,42,.2), transparent 38%),
    linear-gradient(165deg, rgba(30,30,30,.95), rgba(14,14,14,.95));
}
@keyframes planIn {
  from { opacity: 0; transform: translateY(14px) scale(.99); }
  to { opacity: 1; transform: translateY(0) scale(1); }
}
.contact-form, .contact-card { background: #121212; border-radius: var(--radius); border: 1px solid rgba(123,92,214,.45); padding: 18px; }
.contact-form input, .contact-form textarea {
  width: 100%; margin-bottom: 10px; padding: 11px; border-radius: 8px; border: 1px solid #333; background: #0c0c0c; color: var(--white);
}
.contact-card a { color: var(--purple-hover); text-decoration: none; }
.contact-map { margin-top: 12px; width: 100%; height: 160px; border: 0; border-radius: 10px; }
.contact-form, .contact-card {
  position: relative;
  overflow: hidden;
  background: linear-gradient(155deg, rgba(18,18,20,.94), rgba(8,8,10,.9));
  box-shadow: 0 0 26px rgba(91,63,163,.18), inset 0 0 0 1px rgba(255,255,255,.03);
}
.contact-form::before, .contact-card::before {
  content: "";
  position: absolute;
  top: -170%;
  left: -45%;
  width: 48%;
  height: 390%;
  transform: rotate(22deg);
  background: linear-gradient(90deg, rgba(255,255,255,0), rgba(255,255,255,.13), rgba(255,255,255,0));
  animation: contactShine 8.5s linear infinite;
  pointer-events: none;
}
.contact-form input:focus, .contact-form textarea:focus {
  outline: none;
  border-color: rgba(123,92,214,.85);
  box-shadow: 0 0 0 2px rgba(123,92,214,.18), 0 0 16px rgba(123,92,214,.22);
}
.contact-head {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 10px;
  margin-bottom: 12px;
}
.contact-head h4 { margin: 0; font-size: 1.9rem; font-family: "Oswald", sans-serif; }
.contact-status {
  padding: 6px 10px;
  border-radius: 999px;
  font-size: .74rem;
  text-transform: uppercase;
  letter-spacing: .8px;
  font-weight: 700;
  color: #d6ffd8;
  border: 1px solid rgba(72,221,137,.42);
  background: rgba(72,221,137,.12);
}
.contact-line { margin: 0 0 9px; font-size: 1.08rem; }
.contact-actions {
  margin-top: 14px;
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
}
.contact-highlights {
  margin-top: 12px;
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
}
.contact-highlights span {
  padding: 6px 10px;
  border-radius: 999px;
  border: 1px solid rgba(212,166,42,.42);
  color: #f2dfab;
  background: rgba(212,166,42,.1);
  font-size: .75rem;
  text-transform: uppercase;
  letter-spacing: .7px;
}
.contact-map {
  margin-top: 14px;
  height: 190px;
  border: 1px solid rgba(212,166,42,.35);
}
@keyframes contactShine {
  0% { transform: rotate(22deg) translateX(-65%); opacity: 0; }
  15% { opacity: .75; }
  45% { opacity: .2; }
  100% { transform: rotate(22deg) translateX(320%); opacity: 0; }
}
.site-footer {
  margin-top: 40px;
  border-top: 1px solid rgba(212,166,42,.35);
  background:
    radial-gradient(circle at 8% 20%, rgba(212,166,42,.16), transparent 35%),
    radial-gradient(circle at 86% 15%, rgba(123,92,214,.2), transparent 42%),
    linear-gradient(180deg, #0d0d10, #09090b);
  position: relative;
  overflow: hidden;
  width: 100%;
  margin-left: 0;
  margin-right: 0;
}
.site-footer::before {
  content: "";
  position: absolute;
  top: -120%;
  left: -20%;
  width: 40%;
  height: 340%;
  transform: rotate(18deg);
  background: linear-gradient(90deg, rgba(255,255,255,0), rgba(255,255,255,.11), rgba(255,255,255,0));
  animation: footerShine 10s linear infinite;
}
.site-footer::after {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  height: 1px;
  background: linear-gradient(90deg, transparent, rgba(212,166,42,.9), rgba(123,92,214,.85), transparent);
  opacity: .8;
}
.footer-shell {
  width: 100%;
  max-width: none;
  margin: 0;
  padding: 38px clamp(18px, 4vw, 56px) 20px;
  display: grid;
  grid-template-columns: 1.4fr 1fr 1fr .9fr;
  gap: 20px;
  position: relative;
  z-index: 1;
}
.footer-col {
  padding: 16px 18px;
  border-radius: 14px;
  border: 1px solid rgba(123,92,214,.25);
  background: linear-gradient(140deg, rgba(18,18,22,.66), rgba(10,10,12,.5));
  box-shadow: inset 0 0 0 1px rgba(255,255,255,.02);
  transition: transform .25s ease, border-color .25s ease, box-shadow .25s ease;
}
.footer-col:hover {
  transform: translateY(-3px);
  border-color: rgba(212,166,42,.45);
  box-shadow: 0 0 18px rgba(91,63,163,.2), 0 0 24px rgba(212,166,42,.12);
}
.footer-col h5 {
  margin: 0 0 12px;
  color: var(--gold);
  font-family: "Oswald", sans-serif;
  text-transform: uppercase;
  letter-spacing: .8px;
  font-size: 1.3rem;
}
.footer-brand {
  display: flex;
  gap: 12px;
  align-items: center;
}
.footer-brand img {
  width: 82px;
  height: 82px;
  border-radius: 0;
  object-fit: contain;
  background: transparent !important;
  border: 0;
  box-shadow: 0 0 14px rgba(212,166,42,.3);
}
.footer-brand h4 {
  margin: 0;
  font-family: "Anton", sans-serif;
  font-size: 2rem;
  letter-spacing: .8px;
}
.footer-brand p { margin: 0; color: #d9d3e5; letter-spacing: .6px; }
.footer-text { color: #cbc5d8; margin-top: 10px; max-width: 320px; }
.footer-links, .footer-social, .footer-contact { display: grid; gap: 8px; }
.footer-links a, .footer-social a, .footer-contact a {
  color: #ddd7ea;
  text-decoration: none;
  transition: color .2s ease, transform .2s ease, text-shadow .2s ease;
}
.footer-links a:hover, .footer-social a:hover, .footer-contact a:hover {
  color: var(--purple-hover);
  transform: translateX(3px);
  text-shadow: 0 0 10px rgba(123,92,214,.45);
}
.footer-social a {
  width: fit-content;
  padding: 6px 10px;
  border-radius: 999px;
  border: 1px solid rgba(123,92,214,.45);
  background: rgba(91,63,163,.14);
}
.footer-social a:hover {
  border-color: rgba(212,166,42,.7);
  color: #f4e0a7;
  background: rgba(212,166,42,.14);
}
.footer-contact span { color: #d2ccdf; }
.footer-bottom {
  margin: 0;
  text-align: center;
  color: #bdb7cb;
  border-top: 1px solid rgba(255,255,255,.08);
  padding: 14px clamp(18px, 4vw, 56px) 20px;
  position: relative;
  z-index: 1;
  font-size: clamp(1rem, 1.4vw, 1.15rem);
}
@keyframes footerShine {
  0% { transform: rotate(18deg) translateX(-90%); opacity: 0; }
  12% { opacity: .7; }
  48% { opacity: .2; }
  100% { transform: rotate(18deg) translateX(330%); opacity: 0; }
}
.reveal { opacity: 0; transform: translateY(24px); transition: .7s ease; }
.reveal.visible { opacity: 1; transform: translateY(0); }
@media (max-width: 900px) {
  nav { position: absolute; top: 74px; left: 0; right: 0; background: #101010; border-bottom: 1px solid #252525; display: none; flex-direction: column; padding: 16px 24px; }
  nav.open { display: flex; }
  .menu-btn { display: block; }
  .header-right { display: none; }
  .logo-wrap { gap: 4px; }
  .logo-wrap img { width: 76px; height: 76px; }
  .logo-text span { font-size: 1.45rem; }
  .logo-text small { font-size: .68rem; }
  .about-grid, .contact-grid { grid-template-columns: 1fr; }
  .section {
    border-radius: 16px;
    margin-top: 14px;
    padding: 64px 16px;
  }
  .section::before,
  .section::after { opacity: .5; }
  .about-grid { padding: 14px; }
  .about-content { padding: 14px; }
  .hero h2::after { display: none; }
  .hero-lights::before,
  .hero-lights::after { display: none; }
  .hero-stats { grid-template-columns: 1fr; max-width: 520px; }
  .schedule-row { padding: 14px 14px; }
  .schedule-row, .schedule-head { grid-template-columns: 1fr; gap: 6px; }
  .schedule-day { font-size: 1.2rem; }
  .schedule-time { font-size: .96rem; }
  .schedule-head { padding: 12px 14px; }
  .schedule-instructor { justify-self: start; }
  .pricing-toolbar { flex-direction: column; align-items: flex-start; }
  .contact-head { flex-direction: column; align-items: flex-start; }
  .contact-actions .btn { width: 100%; text-align: center; }
  .footer-shell { grid-template-columns: 1fr; }
  .program-media { height: 230px; }
  .program-title { font-size: 1.6rem; }
  .footer-col { padding: 12px; }
  .lightbox { padding: 10px; }
  .lightbox-nav { width: 38px; height: 38px; }
  .lightbox-stage { width: 100%; }
  .gallery-meta { gap: 6px; }
}
