:root {
  --font-display: Impact, Haettenschweiler, "Arial Narrow Bold", sans-serif;
  --font-sans: Arial, Helvetica, sans-serif;
  --yellow: #ffd400;
  --black: #080808;
  --ink: #111111;
  --paper: #f4f1e9;
  --white: #ffffff;
  --muted: #9c9c9c;
  --line: rgba(255, 255, 255, 0.16);
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  margin: 0;
  background: var(--black);
  color: var(--white);
  font-family: var(--font-sans), Arial, sans-serif;
  overflow-x: hidden;
}
a { color: inherit; text-decoration: none; }
img { display: block; max-width: 100%; }
button, input { font: inherit; }
::selection { background: var(--yellow); color: var(--black); }

.site-header {
  position: absolute;
  inset: 0 0 auto;
  z-index: 20;
  height: 96px;
  display: grid;
  grid-template-columns: 1fr auto 1fr;
  align-items: center;
  gap: 32px;
  padding: 0 5vw;
  border-bottom: 1px solid var(--line);
}
.brand { display: inline-flex; align-items: center; gap: 12px; width: fit-content; }
.brand img { width: 48px; height: 48px; border-radius: 6px; object-fit: cover; }
.brand > span { display: grid; font-family: var(--font-display); font-size: 19px; line-height: .82; letter-spacing: -.04em; }
.brand small { margin-top: 6px; color: var(--yellow); font-family: var(--font-sans); font-size: 7px; letter-spacing: .35em; }
.site-header nav { display: flex; align-items: center; gap: clamp(18px, 2.2vw, 38px); }
.site-header nav a { color: #d0d0d0; font-size: 12px; font-weight: 700; letter-spacing: .08em; text-transform: uppercase; transition: color .2s ease; }
.site-header nav a:hover { color: var(--yellow); }
.header-cta { justify-self: end; padding: 13px 19px; border: 1px solid rgba(255,255,255,.45); border-radius: 100px; font-size: 11px; font-weight: 800; letter-spacing: .06em; text-transform: uppercase; transition: .2s ease; }
.header-cta:hover { border-color: var(--yellow); color: var(--yellow); }

.hero {
  min-height: 880px;
  display: grid;
  grid-template-columns: 55% 45%;
  padding-top: 96px;
  background:
    radial-gradient(circle at 25% 20%, rgba(255,212,0,.12), transparent 28%),
    linear-gradient(115deg, #0d0d0d 0%, #050505 68%);
}
.hero-copy { position: relative; z-index: 2; align-self: center; padding: 88px 3vw 70px 7vw; }
.eyebrow { display: flex; align-items: center; gap: 12px; margin: 0 0 24px; color: var(--yellow); font-size: 11px; font-weight: 800; letter-spacing: .17em; text-transform: uppercase; }
.eyebrow span { width: 38px; height: 3px; background: currentColor; }
.hero h1, h2, .kids-band h3, .coach h2, .contact h2 {
  margin: 0;
  font-family: var(--font-display), Impact, sans-serif;
  font-weight: 400;
  letter-spacing: -.065em;
  line-height: .88;
  text-transform: uppercase;
}
.hero h1 { max-width: 820px; font-size: clamp(56px, 6.2vw, 104px); }
.hero h1 em, h2 em, .kids-band h3 em, .coach h2 em, .contact h2 em { color: var(--yellow); font-style: normal; }
.hero-lead { max-width: 630px; margin: 34px 0 0; color: #b9b9b9; font-size: clamp(16px, 1.3vw, 20px); line-height: 1.65; }
.hero-lead strong { color: var(--white); font-weight: 800; }
.hero-actions { display: flex; flex-wrap: wrap; gap: 12px; margin-top: 36px; }
.button { min-height: 54px; display: inline-flex; align-items: center; justify-content: center; gap: 18px; padding: 0 24px; border-radius: 2px; font-size: 12px; font-weight: 900; letter-spacing: .075em; text-transform: uppercase; transition: transform .2s ease, background .2s ease, color .2s ease; }
.button:hover { transform: translateY(-2px); }
.button-primary { background: var(--yellow); color: var(--black); }
.button-primary:hover { background: #ffe04f; }
.button-ghost { border: 1px solid rgba(255,255,255,.32); color: #ddd; }
.button-ghost:hover { border-color: var(--white); color: var(--white); }
.hero-proof { display: grid; grid-template-columns: repeat(3, minmax(110px, 1fr)); max-width: 600px; margin-top: 68px; padding-top: 24px; border-top: 1px solid var(--line); }
.hero-proof div { display: grid; gap: 4px; padding: 0 20px; border-right: 1px solid var(--line); }
.hero-proof div:first-child { padding-left: 0; }
.hero-proof div:last-child { border-right: 0; }
.hero-proof b { color: var(--yellow); font-family: var(--font-display); font-size: 26px; }
.hero-proof span { color: #929292; font-size: 10px; font-weight: 800; letter-spacing: .11em; text-transform: uppercase; }
.hero-media { position: relative; min-height: 784px; overflow: hidden; }
.hero-media::before { content: ""; position: absolute; inset: 0; z-index: 1; background: linear-gradient(90deg, var(--black) 0%, transparent 22%), linear-gradient(0deg, rgba(0,0,0,.72), transparent 45%); }
.hero-media > img { width: 100%; height: 100%; object-fit: cover; object-position: 51% 16%; filter: contrast(1.04) saturate(.8); }
.hero-stamp { position: absolute; z-index: 2; right: 3vw; bottom: 46px; display: flex; align-items: flex-start; gap: 18px; padding-top: 14px; border-top: 3px solid var(--yellow); }
.hero-stamp span { color: var(--yellow); font-size: 10px; font-weight: 900; letter-spacing: .16em; }
.hero-stamp b { max-width: 220px; font-family: var(--font-display); font-size: 19px; line-height: 1; }
.hero-number { position: absolute; z-index: 1; left: -22px; bottom: -40px; color: transparent; -webkit-text-stroke: 1px rgba(255,255,255,.18); font-family: var(--font-display); font-size: 200px; letter-spacing: -.1em; }

.ticker { overflow: hidden; background: var(--yellow); color: var(--black); transform: rotate(-1deg) scale(1.02); }
.ticker > div { width: max-content; display: flex; align-items: center; gap: 28px; min-height: 66px; padding: 0 2vw; font-family: var(--font-display); font-size: 22px; white-space: nowrap; }
.ticker i { font-style: normal; font-size: 15px; }

.section { max-width: 1480px; margin: 0 auto; padding: 120px 6vw; }
.section-heading { display: grid; grid-template-columns: minmax(0, 1.5fr) minmax(280px, .55fr); align-items: end; gap: 60px; margin-bottom: 56px; }
.section-heading h2, .experience h2 { font-size: clamp(48px, 5.2vw, 82px); }
.section-heading > p { margin: 0 0 5px; color: #9b9b9b; font-size: 15px; line-height: 1.75; }
.modality-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 18px; }
.modality-card { position: relative; min-width: 0; background: #111; border: 1px solid rgba(255,255,255,.09); overflow: hidden; }
.modality-image { position: relative; height: 420px; overflow: hidden; }
.modality-image::after { content: ""; position: absolute; inset: 0; background: linear-gradient(0deg, #111 0%, transparent 48%); }
.modality-image img { width: 100%; height: 100%; object-fit: cover; object-position: center 15%; filter: grayscale(1) contrast(1.15); transition: transform .5s ease, filter .5s ease; }
.modality-card:hover .modality-image img { transform: scale(1.04); filter: grayscale(.2) contrast(1.1); }
.modality-image > span { position: absolute; z-index: 2; top: 18px; right: 20px; color: var(--yellow); font-family: var(--font-display); font-size: 14px; }
.modality-content { padding: 26px 28px 34px; }
.modality-content > p { margin: 0 0 10px; color: var(--yellow); font-size: 9px; font-weight: 900; letter-spacing: .14em; text-transform: uppercase; }
.modality-content h3 { margin: 0; font-family: var(--font-display); font-size: 32px; line-height: 1; text-transform: uppercase; }
.modality-description { margin-top: 17px; color: #929292; font-size: 13px; line-height: 1.65; }
.kids-band { margin-top: 70px; display: grid; grid-template-columns: 48% 52%; background: var(--yellow); color: var(--black); }
.kids-band > img { width: 100%; height: 560px; object-fit: cover; object-position: center 26%; }
.kids-band > div { align-self: center; padding: clamp(36px, 5vw, 80px); }
.eyebrow-dark { color: var(--black); }
.kids-band h3 { font-size: clamp(44px, 4.5vw, 74px); }
.kids-band h3 em { color: var(--black); -webkit-text-stroke: 1px var(--black); }
.kids-band > div > p:not(.eyebrow) { max-width: 580px; margin: 26px 0; font-size: 15px; line-height: 1.7; }
.kids-band a { display: inline-flex; gap: 16px; padding-bottom: 8px; border-bottom: 2px solid var(--black); font-size: 12px; font-weight: 900; letter-spacing: .08em; text-transform: uppercase; }

.coach { max-width: 1600px; margin: 0 auto; display: grid; grid-template-columns: 50% 50%; background: #0d0d0d; }
.coach-image { position: relative; min-height: 780px; overflow: hidden; }
.coach-image::after { content: ""; position: absolute; inset: 0; background: linear-gradient(90deg, transparent 55%, #0d0d0d); }
.coach-image > img { width: 100%; height: 100%; object-fit: cover; object-position: 51% 15%; filter: grayscale(1) contrast(1.08); }
.coach-badge { position: absolute; z-index: 2; left: 5vw; bottom: 60px; width: 156px; height: 156px; display: grid; place-content: center; text-align: center; background: var(--yellow); color: var(--black); transform: rotate(-5deg); }
.coach-badge strong { font-family: var(--font-display); font-size: 22px; line-height: .9; }
.coach-badge span { margin-top: 10px; font-size: 9px; font-weight: 900; letter-spacing: .2em; }
.coach-copy { align-self: center; padding: 70px clamp(40px, 7vw, 110px) 70px 4vw; }
.coach h2 { font-size: clamp(52px, 5.3vw, 86px); }
.coach-lead { margin: 34px 0 20px; color: var(--white) !important; font-size: 19px !important; font-weight: 700; }
.coach-copy > p:not(.eyebrow) { max-width: 620px; color: #999; font-size: 15px; line-height: 1.8; }
.coach blockquote { max-width: 620px; margin: 28px 0 32px; padding: 18px 0 18px 24px; border-left: 4px solid var(--yellow); color: #d7d7d7; font-size: 15px; font-style: italic; line-height: 1.6; }

.experience { display: grid; grid-template-columns: 44% 56%; gap: 7vw; align-items: center; }
.experience-copy > p:not(.eyebrow) { max-width: 590px; margin: 30px 0; color: #999; line-height: 1.8; }
.experience ul { margin: 36px 0 0; padding: 0; list-style: none; }
.experience li { display: flex; align-items: center; gap: 18px; padding: 16px 0; border-bottom: 1px solid var(--line); color: #ccc; font-size: 13px; font-weight: 700; text-transform: uppercase; }
.experience li span { color: var(--yellow); font-family: var(--font-display); }
.experience-image { position: relative; height: 660px; overflow: hidden; }
.experience-image img { width: 100%; height: 100%; object-fit: cover; object-position: center; filter: grayscale(.75) contrast(1.1); }
.experience-image::after { content: ""; position: absolute; inset: 0; background: linear-gradient(0deg, rgba(0,0,0,.72), transparent 50%); }
.experience-image > span { position: absolute; z-index: 1; left: 34px; bottom: 30px; font-family: var(--font-display); font-size: clamp(28px, 3vw, 44px); line-height: .9; }
.experience-image > span b { color: var(--yellow); }

.availability-section { position: relative; overflow: hidden; background: var(--yellow); color: var(--black); }
.availability-section::before { content: ""; position: absolute; width: 480px; height: 480px; right: -160px; top: -240px; border: 80px solid rgba(0,0,0,.07); transform: rotate(28deg); }
.availability-inner { position: relative; z-index: 1; display: grid; grid-template-columns: 1.15fr .85fr; align-items: stretch; gap: clamp(40px, 7vw, 110px); padding-top: 110px; padding-bottom: 110px; }
.availability-copy h2 { max-width: 850px; font-size: clamp(54px, 5.6vw, 90px); }
.availability-copy h2 em { color: var(--black); -webkit-text-stroke: 1px var(--black); }
.availability-copy > p:not(.eyebrow) { max-width: 720px; margin: 30px 0; color: rgba(0,0,0,.7); font-size: 16px; line-height: 1.75; }
.period-list { display: flex; flex-wrap: wrap; gap: 10px; margin-top: 34px; }
.period-list span { min-width: 118px; padding: 13px 18px; border: 2px solid var(--black); font-size: 11px; font-weight: 900; letter-spacing: .1em; text-align: center; text-transform: uppercase; }
.availability-card { position: relative; align-self: center; padding: clamp(34px, 4vw, 58px); background: var(--black); color: var(--white); box-shadow: 22px 22px 0 rgba(0,0,0,.12); overflow: hidden; }
.availability-card::after { content: "?"; position: absolute; right: -12px; bottom: -80px; color: rgba(255,212,0,.09); font-family: var(--font-display); font-size: 270px; line-height: 1; }
.availability-card > * { position: relative; z-index: 1; }
.availability-kicker { display: block; margin-bottom: 22px; color: var(--yellow); font-size: 10px; font-weight: 900; letter-spacing: .18em; }
.availability-card h3 { margin: 0; font-family: var(--font-display); font-size: clamp(34px, 3.3vw, 54px); font-weight: 400; letter-spacing: -.055em; line-height: .94; }
.availability-card p { max-width: 550px; margin: 24px 0 30px; color: #aaa; font-size: 14px; line-height: 1.7; }
.availability-button { width: 100%; background: var(--yellow); color: var(--black); }

.contact { max-width: 1600px; margin: 0 auto; display: grid; grid-template-columns: 50% 50%; }
.contact-details { padding: 120px 5vw 120px 7vw; }
.contact h2 { font-size: clamp(54px, 5vw, 82px); }
.contact-details > p:not(.eyebrow) { max-width: 580px; margin: 28px 0 34px; color: #999; line-height: 1.75; }
.contact-list { max-width: 600px; border-top: 1px solid var(--line); }
.contact-list a { display: grid; grid-template-columns: 110px 1fr; gap: 20px; align-items: start; padding: 19px 0; border-bottom: 1px solid var(--line); transition: color .2s ease; }
.contact-list a:hover { color: var(--yellow); }
.contact-list span { color: var(--yellow); font-size: 9px; font-weight: 900; letter-spacing: .16em; }
.contact-list strong { font-size: 14px; line-height: 1.5; }
.contact-button { margin-top: 34px; }
.map-wrap { position: relative; min-height: 750px; background: #171717; }
.map-wrap iframe { width: 100%; height: 100%; min-height: 750px; border: 0; filter: grayscale(1) invert(.92) contrast(.83); }
.map-label { position: absolute; left: 30px; bottom: 30px; display: grid; gap: 4px; padding: 17px 22px; background: var(--yellow); color: var(--black); box-shadow: 0 12px 35px rgba(0,0,0,.3); }
.map-label b { font-family: var(--font-display); font-size: 18px; }
.map-label span { font-size: 10px; font-weight: 800; letter-spacing: .08em; text-transform: uppercase; }

footer { display: grid; grid-template-columns: 1.2fr 1fr 1fr auto; gap: 46px; align-items: center; padding: 46px 6vw; border-top: 1px solid var(--line); background: #050505; }
.footer-brand img { width: 58px; height: 58px; }
footer p { margin: 0; color: #858585; font-size: 11px; line-height: 1.6; text-transform: uppercase; }
footer > div { display: flex; gap: 24px; }
footer > div a { font-size: 10px; font-weight: 800; letter-spacing: .08em; text-transform: uppercase; }
footer > div a:hover { color: var(--yellow); }
footer > small { color: #555; font-size: 9px; }

.whatsapp-float { position: fixed; z-index: 50; right: 24px; bottom: 24px; display: flex; align-items: center; gap: 10px; padding: 11px 17px 11px 11px; border: 1px solid rgba(255,255,255,.22); border-radius: 100px; background: #1dbf63; color: white; box-shadow: 0 10px 35px rgba(0,0,0,.38); transition: transform .2s ease; }
.whatsapp-float:hover { transform: translateY(-3px); }
.whatsapp-float span { width: 36px; height: 36px; display: grid; place-items: center; border-radius: 50%; background: rgba(255,255,255,.16); font-size: 20px; }
.whatsapp-float b { font-size: 11px; letter-spacing: .05em; }

@media (max-width: 1100px) {
  .site-header { grid-template-columns: 1fr auto; }
  .site-header nav { display: none; }
  .hero { grid-template-columns: 58% 42%; }
  .hero-copy { padding-left: 5vw; }
  .modality-image { height: 350px; }
  .availability-inner { grid-template-columns: 1fr; }
  footer { grid-template-columns: 1fr 1fr; }
}

@media (max-width: 760px) {
  .site-header { height: 78px; padding: 0 20px; }
  .brand img { width: 42px; height: 42px; }
  .header-cta { display: none; }
  .hero { min-height: auto; grid-template-columns: 1fr; padding-top: 78px; }
  .hero-copy { padding: 74px 22px 62px; }
  .hero h1 { font-size: clamp(52px, 15vw, 72px); }
  .hero-lead { font-size: 16px; }
  .hero-actions { display: grid; }
  .button { width: 100%; }
  .hero-proof { margin-top: 45px; }
  .hero-proof div { padding: 0 10px; }
  .hero-proof b { font-size: 19px; }
  .hero-proof span { font-size: 8px; }
  .hero-media { min-height: 560px; }
  .hero-media::before { background: linear-gradient(0deg, rgba(0,0,0,.72), transparent 55%); }
  .hero-number { font-size: 140px; }
  .ticker > div { min-height: 55px; font-size: 17px; }
  .section { padding: 86px 20px; }
  .section-heading { grid-template-columns: 1fr; gap: 25px; }
  .section-heading h2, .experience h2 { font-size: 48px; }
  .modality-grid { grid-template-columns: 1fr; }
  .modality-image { height: 410px; }
  .kids-band { grid-template-columns: 1fr; margin-top: 42px; }
  .kids-band > img { height: 410px; }
  .kids-band > div { padding: 42px 24px; }
  .kids-band h3 { font-size: 45px; }
  .coach { grid-template-columns: 1fr; }
  .coach-image { min-height: 570px; }
  .coach-image::after { background: linear-gradient(0deg, #0d0d0d 0%, transparent 35%); }
  .coach-copy { padding: 18px 22px 80px; }
  .coach h2 { font-size: 50px; }
  .coach-badge { left: 22px; bottom: 28px; width: 126px; height: 126px; }
  .experience { grid-template-columns: 1fr; gap: 46px; }
  .experience-image { height: 520px; }
  .availability-inner { gap: 42px; }
  .availability-copy h2 { font-size: 47px; }
  .availability-card { padding: 34px 24px; box-shadow: 10px 10px 0 rgba(0,0,0,.12); }
  .period-list span { min-width: calc(50% - 5px); }
  .contact { grid-template-columns: 1fr; }
  .contact-details { padding: 86px 22px; }
  .contact h2 { font-size: 48px; }
  .contact-list a { grid-template-columns: 82px 1fr; }
  .map-wrap, .map-wrap iframe { min-height: 500px; }
  footer { grid-template-columns: 1fr; gap: 26px; padding: 44px 22px 100px; }
  footer > div { flex-wrap: wrap; }
  .whatsapp-float { right: 14px; bottom: 14px; }
}

@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  *, *::before, *::after { transition-duration: .01ms !important; }
}
