:root {
  --ink: #161313;
  --paper: #fffaf4;
  --muted: #6d625c;
  --line: rgba(22, 19, 19, 0.14);
  --red: #c52132;
  --blue: #1d6e89;
  --gold: #d8a84e;
  --charcoal: #111112;
  --white: #ffffff;
}

* {
  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(--paper);
}

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

a {
  color: inherit;
}

.toast {
  position: fixed;
  top: 20px;
  left: 50%;
  z-index: 20;
  transform: translateX(-50%);
  width: min(460px, calc(100% - 32px));
  padding: 16px 20px;
  border-radius: 8px;
  color: var(--white);
  background: var(--blue);
  box-shadow: 0 14px 34px rgba(17, 17, 18, 0.24);
  font-size: 0.96rem;
  font-weight: 900;
  line-height: 1.4;
  text-align: center;
}

.toast[hidden] {
  display: none;
}

.site-header {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  z-index: 10;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
  padding: 18px clamp(20px, 4vw, 58px);
  color: var(--white);
  transition: background 180ms ease, border-color 180ms ease, color 180ms ease;
}

.site-header.is-scrolled,
.site-header.solid {
  color: var(--ink);
  background: rgba(255, 250, 244, 0.94);
  border-bottom: 1px solid var(--line);
  backdrop-filter: blur(18px);
}

.brand,
.social-brand,
.nav {
  display: flex;
  align-items: center;
}

.brand {
  gap: 10px;
  font-weight: 800;
  text-decoration: none;
  white-space: nowrap;
}

.social-brand {
  gap: 10px;
  margin-right: auto;
  color: inherit;
  font-weight: 800;
  text-decoration: none;
  white-space: nowrap;
}

.social-brand svg {
  width: 22px;
  height: 22px;
  flex: 0 0 auto;
  fill: none;
  stroke: currentColor;
  stroke-linecap: round;
  stroke-linejoin: round;
  stroke-width: 1.9;
}

.nav {
  gap: clamp(14px, 3vw, 34px);
  font-size: 0.92rem;
  font-weight: 700;
}

.nav a {
  text-decoration: none;
}

.hero {
  position: relative;
  min-height: 92vh;
  display: grid;
  align-items: end;
  overflow: hidden;
  background: var(--charcoal);
}

.hero img {
  position: absolute;
  inset: 0;
  height: 100%;
  object-fit: cover;
  object-position: 48% 42%;
}

.hero-shade {
  position: absolute;
  inset: 0;
  background: linear-gradient(90deg, rgba(8, 8, 8, 0.76), rgba(8, 8, 8, 0.3) 48%, rgba(8, 8, 8, 0.08));
}

.hero-content {
  position: relative;
  width: min(900px, calc(100% - 40px));
  margin: 0 clamp(20px, 6vw, 86px) 12vh;
  color: var(--white);
}

.hero h1 {
  max-width: 8.2em;
  font-size: clamp(3.45rem, 8.8vw, 7.4rem);
  line-height: 0.94;
}

.eyebrow {
  margin: 0 0 12px;
  color: var(--red);
  font-size: 0.76rem;
  font-weight: 900;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

.hero .eyebrow,
.register-band .eyebrow,
.page-hero .eyebrow {
  color: var(--gold);
}

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

h1 {
  margin-bottom: 18px;
  font-family: Georgia, "Times New Roman", serif;
  font-size: clamp(4rem, 12vw, 10.5rem);
  line-height: 0.86;
  letter-spacing: 0;
}

h2 {
  margin-bottom: 0;
  font-family: Georgia, "Times New Roman", serif;
  font-size: clamp(2.35rem, 5vw, 5rem);
  line-height: 0.98;
  letter-spacing: 0;
}

h3 {
  font-size: clamp(1.32rem, 2vw, 1.78rem);
  line-height: 1.1;
}

.hero-content p:not(.eyebrow) {
  max-width: 620px;
  font-size: clamp(1.05rem, 2vw, 1.34rem);
  line-height: 1.55;
}

.hero-actions,
.register-band,
.class-card,
.video-copy,
.split-feature div {
  display: flex;
  align-items: flex-start;
}

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

.button {
  display: inline-flex;
  min-height: 48px;
  align-items: center;
  justify-content: center;
  padding: 13px 20px;
  border: 1px solid currentColor;
  border-radius: 4px;
  font: inherit;
  font-weight: 900;
  line-height: 1.2;
  text-decoration: none;
  cursor: pointer;
  transition: transform 160ms ease, background 160ms ease, color 160ms ease;
}

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

.button.primary {
  color: var(--white);
  background: var(--red);
  border-color: var(--red);
}

.button.ghost {
  color: var(--white);
}

.button.secondary {
  color: var(--ink);
  background: transparent;
}

.button.light {
  color: var(--charcoal);
  background: var(--white);
  border-color: var(--white);
}

.whatsapp-button {
  gap: 10px;
}

.whatsapp-button svg {
  width: 22px;
  height: 22px;
  fill: none;
  stroke: currentColor;
  stroke-linecap: round;
  stroke-linejoin: round;
  stroke-width: 1.8;
}

.intro-band {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 1px;
  background: var(--line);
}

.intro-band div {
  padding: 24px clamp(18px, 3vw, 44px);
  background: var(--paper);
}

.intro-band strong,
.intro-band span {
  display: block;
}

.intro-band strong {
  margin-bottom: 6px;
}

.intro-band span,
.muted {
  color: var(--muted);
}

.section {
  padding: clamp(76px, 10vw, 132px) clamp(20px, 5vw, 72px);
}

.section-heading {
  max-width: 880px;
  margin-bottom: clamp(34px, 6vw, 68px);
}

.section-subtext {
  max-width: 760px;
  margin: 18px 0 0;
  color: var(--muted);
  font-weight: 400;
  line-height: 1.65;
}

.about {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(280px, 430px);
  gap: clamp(28px, 5vw, 70px);
  align-items: end;
}

.about .section-heading {
  grid-column: 1 / -1;
  margin-bottom: 0;
}

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

.bio-card,
.class-card {
  border: 1px solid var(--line);
  border-radius: 8px;
  background: var(--white);
}

.bio-card {
  padding: clamp(22px, 3vw, 34px);
}

.bio-card p:last-child,
.class-card p:last-child,
.video-copy p:last-child,
.footer p {
  margin-bottom: 0;
}

.person-label,
.class-time {
  margin-bottom: 8px;
  color: var(--blue);
  font-size: 0.82rem;
  font-weight: 900;
  text-transform: uppercase;
}

.bio-card p,
.video-copy p,
.split-feature p,
.class-card p,
.page-hero p,
.footer {
  color: var(--muted);
  line-height: 1.7;
}

.class-note {
  font-size: 0.92rem;
  font-weight: 800;
}

.about-photo {
  margin: 0;
}

.about-photo img,
.split-feature img,
.page-hero img {
  border-radius: 8px;
  aspect-ratio: 4 / 5;
  object-fit: cover;
}

.video-section {
  background: var(--charcoal);
  color: var(--white);
}

.video-section .section-heading h2 {
  color: var(--white);
}

.video-layout {
  display: grid;
  grid-template-columns: minmax(0, 1.55fr) minmax(280px, 0.75fr);
  gap: clamp(24px, 4vw, 48px);
  align-items: center;
}

.video-frame {
  overflow: hidden;
  border: 1px solid rgba(255, 255, 255, 0.18);
  border-radius: 8px;
  background: #000;
}

.video-stack {
  display: grid;
  gap: 18px;
}

.video-frame video {
  aspect-ratio: 16 / 9;
  object-fit: contain;
  background: #000;
}

.video-copy {
  flex-direction: column;
  gap: 10px;
}

.video-copy h3 {
  margin-bottom: 2px;
}

.text-link {
  color: var(--gold);
  font-weight: 900;
  text-decoration-thickness: 2px;
  text-underline-offset: 5px;
}

.split-feature {
  display: grid;
  grid-template-columns: minmax(280px, 0.85fr) minmax(0, 1fr);
  gap: clamp(24px, 4vw, 54px);
  align-items: center;
}

.split-feature.text-only {
  display: flex;
  max-width: 760px;
  flex-direction: column;
  align-items: flex-start;
  gap: 24px;
}

.split-feature img {
  aspect-ratio: 16 / 10;
  object-position: center top;
}

.page-hero img {
  aspect-ratio: 16 / 10;
  object-position: center top;
}

.split-feature div {
  flex-direction: column;
  gap: 24px;
  max-width: 560px;
}

.classes {
  background: #f5efe7;
}

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

.class-card {
  min-height: 360px;
  flex-direction: column;
  padding: clamp(24px, 3vw, 34px);
}

.class-card h3 {
  font-family: Georgia, "Times New Roman", serif;
  font-size: clamp(1.72rem, 3vw, 2.5rem);
}

.class-card .button {
  margin-top: auto;
}

.class-card .schedule-toggle + .schedule-panel[hidden] + .button {
  margin-top: 14px;
}

.schedule-toggle {
  align-self: flex-start;
  margin: 4px 0 14px;
  padding: 0;
  border: 0;
  color: var(--blue);
  background: transparent;
  font: inherit;
  font-size: 0.92rem;
  font-weight: 900;
  text-decoration: underline;
  text-underline-offset: 5px;
  cursor: pointer;
}

.schedule-panel {
  width: 100%;
  margin-bottom: 18px;
  padding: 16px;
  border: 1px solid var(--line);
  border-radius: 8px;
  background: #fffdf9;
}

.schedule-panel[hidden] {
  display: none;
}

.schedule-title {
  margin-bottom: 8px;
  color: var(--ink);
  font-weight: 900;
}

.upcoming-title {
  margin-top: 16px;
  padding-top: 14px;
  border-top: 1px solid var(--line);
}

.schedule-panel ul {
  margin: 0;
  padding-left: 18px;
  color: var(--muted);
  line-height: 1.7;
}

.schedule-empty {
  margin: 0;
  color: var(--muted);
  line-height: 1.7;
}

.class-card.featured {
  border-color: rgba(197, 33, 50, 0.35);
  box-shadow: 0 22px 54px rgba(38, 20, 18, 0.12);
}

.packages-section {
  margin-top: clamp(48px, 7vw, 82px);
}

.package-heading {
  margin-bottom: 28px;
}

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

.package-breakdown {
  display: grid;
  gap: 0;
  margin: 18px 0 30px;
  border-top: 1px solid var(--line);
  border-bottom: 1px solid var(--line);
}

.package-point {
  display: flex;
  align-items: baseline;
  justify-content: space-between;
  gap: 16px;
  padding: 12px 0;
}

.package-point + .package-point {
  border-top: 1px solid rgba(22, 19, 19, 0.08);
}

.package-point span {
  color: var(--blue);
  font-size: 0.76rem;
  font-weight: 900;
  letter-spacing: 0.06em;
  line-height: 1.2;
  text-transform: uppercase;
}

.package-point strong {
  margin: 0;
  color: var(--ink);
  font-size: 0.98rem;
  font-weight: 500;
  line-height: 1.35;
  text-align: right;
}

.package-card .button {
  margin-top: auto;
}

.registration-panel {
  display: grid;
  width: 100%;
  max-width: 760px;
  gap: 16px;
  margin-top: 28px;
  margin-bottom: 18px;
  padding: clamp(24px, 4vw, 34px);
  border: 1px solid rgba(22, 19, 19, 0.12);
  border-radius: 8px;
  background: var(--white);
  box-shadow: 0 18px 44px rgba(38, 20, 18, 0.1);
  font-size: 1rem;
}

.registration-panel[hidden] {
  display: none;
}

.registration-panel [hidden] {
  display: none;
}

.registration-panel-header h3 {
  margin-bottom: 0;
  font-family: Georgia, "Times New Roman", serif;
  font-size: clamp(1.72rem, 3vw, 2.5rem);
  font-weight: 700;
  line-height: 1.08;
}

.registration-panel label {
  display: grid;
  gap: 8px;
  color: var(--muted);
  font-size: 0.82rem;
  font-weight: 900;
  line-height: 1.3;
  text-transform: uppercase;
}

.registration-panel input,
.registration-panel select {
  width: 100%;
  min-height: 48px;
  padding: 12px 14px;
  border: 1px solid var(--line);
  border-radius: 4px;
  background: #fffdf9;
  color: var(--ink);
  font: inherit;
  font-size: 1rem;
  font-weight: 500;
  line-height: 1.45;
  text-transform: none;
}

.form-status {
  min-height: 1.6em;
  margin: 0;
  color: var(--muted);
  font-weight: 800;
}

.payment-panel {
  display: grid;
  width: 100%;
  max-width: 760px;
  gap: 16px;
  margin-top: 28px;
  margin-bottom: 18px;
  padding: clamp(24px, 4vw, 34px);
  border: 1.5px solid rgba(22, 19, 19, 0.2);
  border-radius: 8px;
  background: var(--white);
  box-shadow: 0 18px 44px rgba(38, 20, 18, 0.08);
}

.payment-panel[hidden] {
  display: none;
}

.payment-panel h3 {
  margin-bottom: 0;
  font-family: Georgia, "Times New Roman", serif;
  font-size: clamp(1.5rem, 3vw, 2.15rem);
  line-height: 1.12;
}

.payment-copy,
.payment-note {
  margin-bottom: 0;
  color: var(--muted);
  line-height: 1.6;
}

.payment-details {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
  gap: 10px;
  padding: 14px 16px;
  border: 1px solid var(--line);
  border-radius: 6px;
  background: #fff8f2;
}

.payment-details span {
  color: var(--muted);
  font-size: 0.8rem;
  font-weight: 900;
  letter-spacing: 0.06em;
  text-transform: uppercase;
}

.payment-number-row {
  display: inline-flex;
  align-items: center;
  gap: 10px;
}

.payment-number-row strong {
  color: var(--ink);
  font-size: 1.25rem;
}

.copy-payment-button {
  display: inline-flex;
  width: 38px;
  height: 38px;
  align-items: center;
  justify-content: center;
  padding: 0;
  border: 1px solid var(--line);
  border-radius: 6px;
  background: var(--white);
  color: var(--red);
  cursor: pointer;
}

.copy-payment-button:hover,
.copy-payment-button:focus-visible {
  border-color: rgba(165, 41, 32, 0.45);
  background: #fff0e9;
  outline: none;
}

.copy-payment-button svg {
  width: 18px;
  height: 18px;
  fill: none;
  stroke: currentColor;
  stroke-linecap: round;
  stroke-linejoin: round;
  stroke-width: 1.8;
}

.payment-panel .whatsapp-button {
  margin: 8px 0;
  justify-self: start;
}

.register-band {
  justify-content: space-between;
  gap: 24px;
  padding: clamp(42px, 6vw, 76px) clamp(20px, 5vw, 72px);
  color: var(--white);
  background: var(--red);
}

.register-band div {
  max-width: 760px;
}

.register-band h2 {
  font-size: clamp(2.1rem, 4vw, 4rem);
}

.register-band p:not(.eyebrow) {
  margin-bottom: 0;
  color: rgba(255, 255, 255, 0.82);
  line-height: 1.6;
}

.venue-line {
  display: flex;
  gap: 10px;
  align-items: flex-start;
  margin-top: 18px;
}

.venue-line svg {
  width: 22px;
  height: 22px;
  flex: 0 0 auto;
  margin-top: 2px;
  fill: none;
  stroke: currentColor;
  stroke-linecap: round;
  stroke-linejoin: round;
  stroke-width: 1.9;
}

.footer {
  display: flex;
  justify-content: space-between;
  gap: 24px;
  padding: 34px clamp(20px, 5vw, 72px);
  background: var(--ink);
}

.footer p:first-child {
  color: var(--white);
  font-weight: 900;
}

.page-main {
  padding-top: 78px;
}

.page-hero {
  display: block;
  padding: clamp(70px, 10vw, 132px) clamp(20px, 5vw, 72px) clamp(52px, 8vw, 96px);
  background: var(--charcoal);
  color: var(--white);
}

.page-hero h1 {
  max-width: 980px;
  font-size: clamp(3.1rem, 8vw, 7rem);
}

.page-hero p:not(.eyebrow) {
  max-width: 700px;
  color: rgba(255, 255, 255, 0.74);
}

.page-hero img {
  aspect-ratio: 4 / 5;
}

.awards-section {
  background: var(--paper);
}

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

.award-item {
  display: grid;
  grid-template-columns: 108px 1fr;
  gap: 22px;
  align-items: baseline;
  padding: clamp(24px, 4vw, 42px) 0;
  border-bottom: 1px solid var(--line);
}

.award-item:first-child {
  border-top: 1px solid var(--line);
}

.award-item span {
  color: var(--red);
  font-weight: 900;
}

.award-item h2 {
  font-size: clamp(1.72rem, 4vw, 3.7rem);
}

@media (max-width: 860px) {
  .site-header {
    position: absolute;
    align-items: flex-start;
    flex-wrap: wrap;
  }

  .site-header.is-scrolled {
    background: transparent;
    border-bottom: 0;
    color: var(--white);
    backdrop-filter: none;
  }

  .site-header.solid {
    position: static;
    color: var(--ink);
    background: var(--paper);
  }

  .nav {
    width: 100%;
    flex-wrap: wrap;
    justify-content: flex-start;
    gap: 10px 16px;
    font-size: 0.84rem;
  }

  .hero {
    min-height: 88vh;
  }

  .hero-content {
    margin-bottom: 8vh;
  }

  .intro-band,
  .about,
  .video-layout,
  .split-feature,
  .class-list,
  .page-hero {
    grid-template-columns: 1fr;
  }

  .about .section-heading {
    margin-bottom: 8px;
  }

  .about-photo {
    order: -1;
  }

  .register-band,
  .footer {
    flex-direction: column;
  }

  .class-card {
    min-height: 0;
  }

  .page-main {
    padding-top: 0;
  }
}

@media (max-width: 560px) {
  .site-header {
    padding: 14px 16px;
  }

  .brand span:last-child {
    display: none;
  }

  .social-brand span {
    max-width: none;
    overflow: visible;
    text-overflow: clip;
  }

  .social-brand {
    width: 100%;
    align-items: flex-start;
    white-space: normal;
    line-height: 1.25;
  }

  .hero-content {
    width: calc(100% - 32px);
    margin-left: 16px;
    margin-right: 16px;
  }

  h1 {
    font-size: clamp(3.15rem, 16vw, 4.7rem);
  }

  .section,
  .page-hero {
    padding-left: 16px;
    padding-right: 16px;
  }

  .award-item {
    grid-template-columns: 1fr;
    gap: 8px;
  }
}
