:root {
  --ink: #111116;
  --muted: #5d5d68;
  --paper: #fffdfb;
  --soft: #f7f4f1;
  --orange: #e97532;
  --pink: #ec2f83;
  --gold: #f5bd3e;
  --aqua: #28b7ad;
  --purple: #70269f;
  --line: rgba(17, 17, 22, .12);
  --radius: 24px;
  --shadow: 0 24px 70px rgba(28, 18, 35, .12);
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body { margin: 0; color: var(--ink); background: var(--paper); font: 400 16px/1.65 "DM Sans", sans-serif; }
img { display: block; max-width: 100%; }
a { color: inherit; text-decoration: none; }
button, a { -webkit-tap-highlight-color: transparent; }
.skip-link { position: fixed; left: 1rem; top: -4rem; z-index: 100; padding: .8rem 1rem; background: #fff; border-radius: 8px; }
.skip-link:focus { top: 1rem; }

.topbar { min-height: 34px; padding: 6px clamp(18px, 5vw, 72px); display: flex; justify-content: space-between; gap: 16px; align-items: center; color: #fff; background: var(--ink); font-size: 13px; letter-spacing: .02em; }
.topbar a { color: #fff; }
.site-header { position: sticky; top: 0; z-index: 50; min-height: 84px; padding: 11px clamp(18px, 5vw, 72px); display: flex; align-items: center; justify-content: space-between; gap: 28px; background: rgba(255,253,251,.94); border-bottom: 1px solid var(--line); backdrop-filter: blur(16px); }
.brand img { width: 240px; height: 68px; object-fit: contain; object-position: left center; mix-blend-mode: multiply; }
.main-nav { display: flex; align-items: center; gap: clamp(14px, 2vw, 30px); font-weight: 600; }
.main-nav > a:not(.button) { padding-block: 8px; }
.main-nav > a:not(.button):hover { color: var(--pink); }
.login-link { border-left: 1px solid var(--line); padding-left: 24px !important; }
.menu-button { display: none; border: 0; background: transparent; font: 700 16px/1 "DM Sans"; }

h1, h2, h3 { margin: 0; font-family: "Manrope", sans-serif; line-height: 1.08; letter-spacing: -.035em; }
h1 { max-width: 760px; font-size: clamp(44px, 6vw, 86px); }
h2 { font-size: clamp(34px, 4.5vw, 62px); }
h3 { font-size: 22px; }
p { margin: 0; }
.eyebrow { margin-bottom: 14px; color: var(--pink); font: 800 13px/1.2 "Manrope", sans-serif; letter-spacing: .16em; text-transform: uppercase; }
.eyebrow-light { color: var(--gold); }
.button { display: inline-flex; justify-content: center; align-items: center; min-height: 52px; padding: 0 25px; color: #fff; background: var(--pink); border: 1px solid var(--pink); border-radius: 999px; font-weight: 800; box-shadow: 0 12px 30px rgba(236,47,131,.22); transition: transform .2s ease, box-shadow .2s ease; }
.button:hover { transform: translateY(-2px); box-shadow: 0 16px 34px rgba(236,47,131,.32); }
.button-small { min-height: 44px; padding-inline: 20px; }
.button-ghost { color: var(--ink); background: transparent; border-color: var(--ink); box-shadow: none; }
.button-light { color: var(--ink); background: #fff; border-color: #fff; box-shadow: none; }
.text-link { display: inline-flex; gap: 9px; align-items: center; font-weight: 800; border-bottom: 1px solid currentColor; }
.text-link span { color: var(--pink); }

.hero { min-height: 670px; padding: clamp(60px, 7vw, 110px) clamp(18px, 5vw, 72px) 0; display: grid; grid-template-columns: minmax(0, 1.03fr) minmax(420px, .97fr); gap: clamp(30px, 5vw, 80px); overflow: hidden; background: radial-gradient(circle at 10% 20%, rgba(245,189,62,.18), transparent 30%), linear-gradient(135deg, #fffdfb 40%, #f9f4fa); }
.hero-copy { align-self: center; padding-bottom: 90px; }
.hero-intro { max-width: 650px; margin-top: 28px; color: var(--muted); font-size: clamp(18px, 1.5vw, 22px); line-height: 1.55; }
.hero-actions { display: flex; align-items: center; flex-wrap: wrap; gap: 24px; margin-top: 34px; }
.trust-line { display: flex; flex-wrap: wrap; gap: 8px 22px; margin-top: 42px; color: #45454e; font-size: 14px; font-weight: 700; }
.trust-line span::before { content: "•"; margin-right: 9px; color: var(--aqua); }
.hero-visual { position: relative; min-height: 590px; align-self: end; }
.hero-visual img { position: absolute; right: -40px; bottom: -2px; z-index: 2; width: min(670px, 115%); max-width: none; }
.color-block { position: absolute; border-radius: 38% 62% 58% 42% / 48% 45% 55% 52%; }
.color-block-gold { inset: 9% 6% 21% 13%; background: var(--gold); transform: rotate(-5deg); }
.color-block-aqua { right: -6%; bottom: 5%; width: 56%; height: 42%; background: var(--aqua); transform: rotate(9deg); opacity: .9; }
.hero-note { position: absolute; z-index: 3; top: 10%; right: 2%; padding: 14px 18px; display: grid; color: #fff; background: var(--purple); border-radius: 15px; box-shadow: var(--shadow); transform: rotate(2deg); }
.hero-note strong { font: 800 16px/1.2 "Manrope"; }
.hero-note span { font-size: 13px; opacity: .85; }

.proof-strip { padding: 24px clamp(18px, 5vw, 72px); display: grid; grid-template-columns: repeat(4, 1fr); color: #fff; background: var(--ink); }
.proof-strip div { padding: 6px clamp(14px, 3vw, 40px); display: grid; gap: 2px; border-left: 1px solid rgba(255,255,255,.16); }
.proof-strip div:first-child { border-left: 0; padding-left: 0; }
.proof-strip strong { font: 800 22px/1.2 "Manrope"; color: var(--gold); }
.proof-strip span { font-size: 13px; color: rgba(255,255,255,.72); }

.section { padding: clamp(80px, 9vw, 138px) clamp(18px, 7vw, 112px); }
.section-heading { max-width: 830px; margin-bottom: 52px; }
.section-heading > p:last-child { max-width: 700px; margin-top: 20px; color: var(--muted); font-size: 19px; }
.section-heading.compact { max-width: 620px; }
.lesson-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 18px; }
.lesson-card { min-height: 280px; padding: 28px; border: 1px solid var(--line); border-radius: var(--radius); background: #fff; transition: transform .25s ease, box-shadow .25s ease; }
.lesson-card:hover { transform: translateY(-5px); box-shadow: var(--shadow); }
.lesson-card h3 { margin: 34px 0 12px; }
.lesson-card p { color: var(--muted); font-size: 15px; }
.instrument-mark { width: 48px; height: 48px; display: grid; place-items: center; border-radius: 50%; color: #fff; font: 800 18px/1 "Manrope"; }
.card-piano .instrument-mark, .card-drums .instrument-mark { background: var(--ink); }
.card-strings .instrument-mark, .card-voice .instrument-mark { background: var(--pink); }
.card-winds .instrument-mark, .card-theory .instrument-mark { background: var(--aqua); }
.card-brass .instrument-mark { color: var(--ink); background: var(--gold); }
.card-guitar .instrument-mark { background: var(--orange); }
.center-actions { display: flex; justify-content: center; flex-wrap: wrap; gap: 14px; margin-top: 38px; }

.method-section { display: grid; grid-template-columns: .85fr 1.65fr; gap: 60px 80px; color: #fff; background: var(--ink); }
.method-intro p:last-child { max-width: 520px; margin-top: 22px; color: rgba(255,255,255,.68); font-size: 18px; }
.method-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 18px; }
.method-grid article { padding: 28px; background: rgba(255,255,255,.06); border: 1px solid rgba(255,255,255,.14); border-radius: var(--radius); }
.method-grid span { display: block; color: var(--gold); font: 800 13px/1 "Manrope"; }
.method-grid h3 { margin: 45px 0 14px; }
.method-grid p { color: rgba(255,255,255,.7); font-size: 15px; }
.method-tags { grid-column: 1 / -1; display: flex; justify-content: center; flex-wrap: wrap; gap: 10px; }
.method-tags span { padding: 8px 15px; border: 1px solid rgba(255,255,255,.18); border-radius: 999px; color: rgba(255,255,255,.78); font-size: 14px; }

.director-section { display: grid; grid-template-columns: minmax(300px, .8fr) minmax(0, 1.2fr); align-items: center; gap: clamp(40px, 8vw, 120px); background: var(--soft); }
.director-photo { position: relative; max-width: 520px; }
.director-photo::before { content: ""; position: absolute; inset: -20px 18% 35% -20px; background: var(--gold); border-radius: 50%; }
.director-photo img { position: relative; z-index: 1; width: 100%; aspect-ratio: 4/5; object-fit: cover; border-radius: 48% 48% 24px 24px; box-shadow: var(--shadow); }
.director-copy blockquote { margin: 28px 0; padding-left: 24px; border-left: 4px solid var(--pink); font: 700 clamp(20px, 2vw, 28px)/1.4 "Manrope"; }
.director-copy > p:not(.eyebrow) { max-width: 710px; margin-top: 16px; color: var(--muted); }
.director-copy .text-link { margin-top: 26px; }

.story-section { color: #fff; background: linear-gradient(135deg, #17131d 0%, #29162f 58%, #40143a 100%); }
.story-heading { max-width: 830px; }
.story-copy { max-width: 940px; margin: 42px 0 48px auto; display: grid; gap: 20px; color: rgba(255,255,255,.76); font-size: 18px; }
.story-copy p:first-child { color: #fff; font-size: 21px; }
.story-values { display: grid; grid-template-columns: repeat(3, 1fr); gap: 16px; }
.story-values div { padding: 26px; display: grid; gap: 8px; border: 1px solid rgba(255,255,255,.16); border-radius: var(--radius); background: rgba(255,255,255,.06); }
.story-values strong { color: var(--gold); font: 800 18px/1.3 "Manrope"; }
.story-values span { color: rgba(255,255,255,.68); font-size: 15px; }

.tuition-section { background: #fff; }
.pricing-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 20px; align-items: stretch; }
.price-card { position: relative; padding: 36px; display: flex; flex-direction: column; border: 1px solid var(--line); border-radius: var(--radius); background: #fff; }
.price-card.featured { color: #fff; background: var(--purple); border-color: var(--purple); transform: translateY(-12px); box-shadow: var(--shadow); }
.popular { position: absolute; right: 20px; top: 20px; padding: 6px 11px; color: var(--ink); background: var(--gold); border-radius: 999px; font-size: 12px; font-weight: 800; text-transform: uppercase; }
.duration { font-weight: 800; }
.price { margin: 28px 0 22px; font: 800 clamp(48px, 5vw, 70px)/1 "Manrope"; letter-spacing: -.05em; }
.price > span { margin-right: 4px; font-size: 24px; vertical-align: top; }
.price small { margin-left: 7px; font: 600 14px/1 "DM Sans"; letter-spacing: 0; }
.price-card > p:nth-of-type(3) { min-height: 78px; color: var(--muted); }
.price-card.featured > p:nth-of-type(3) { color: rgba(255,255,255,.74); }
.price-card a { margin-top: 28px; font-weight: 800; text-decoration: underline; text-underline-offset: 5px; }
.membership-notes { margin-top: 34px; padding: 24px; display: grid; grid-template-columns: repeat(3, 1fr); gap: 26px; background: var(--soft); border-radius: var(--radius); }
.membership-notes div { display: grid; gap: 4px; }
.membership-notes strong { font-family: "Manrope"; }
.membership-notes span { color: var(--muted); font-size: 14px; }

.reviews-section { background: linear-gradient(180deg, #fff, #fff8e8); }
.review-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 18px; margin-bottom: 28px; }
.review-grid blockquote { margin: 0; padding: 30px; background: #fff; border-radius: var(--radius); border: 1px solid var(--line); }
.review-grid p { font: 600 19px/1.5 "Manrope"; }
.review-grid footer { margin-top: 24px; color: var(--muted); font-weight: 700; }

.trial-section { margin: 0 clamp(18px, 5vw, 72px); padding: clamp(50px, 6vw, 82px); display: grid; grid-template-columns: 1.25fr 1fr; gap: 35px 70px; align-items: center; color: #fff; background: linear-gradient(130deg, var(--pink), #bb1e78 58%, var(--purple)); border-radius: 34px; overflow: hidden; }
.trial-section > div > p:last-child { max-width: 620px; margin-top: 18px; color: rgba(255,255,255,.8); font-size: 18px; }
.trial-steps { margin: 0; padding: 0; display: grid; gap: 14px; list-style: none; }
.trial-steps li { padding: 14px; display: flex; gap: 14px; align-items: center; background: rgba(255,255,255,.11); border: 1px solid rgba(255,255,255,.17); border-radius: 16px; }
.trial-steps li > span { flex: 0 0 38px; width: 38px; height: 38px; display: grid; place-items: center; color: var(--ink); background: var(--gold); border-radius: 50%; font-weight: 800; }
.trial-steps div { display: grid; }
.trial-steps small { color: rgba(255,255,255,.7); font-size: 14px; }
.trial-section > .button { justify-self: start; }

.faq-section { display: grid; grid-template-columns: .8fr 1.2fr; gap: 60px; }
.faq-list { border-top: 1px solid var(--line); }
.faq-list details { border-bottom: 1px solid var(--line); }
.faq-list summary { padding: 22px 42px 22px 0; cursor: pointer; list-style: none; font: 700 18px/1.35 "Manrope"; position: relative; }
.faq-list summary::after { content: "+"; position: absolute; right: 3px; top: 17px; color: var(--pink); font-size: 27px; font-weight: 400; }
.faq-list details[open] summary::after { content: "−"; }
.faq-list details p { padding: 0 42px 24px 0; color: var(--muted); }

.questions-section { display: grid; grid-template-columns: .85fr 1.15fr; gap: clamp(40px, 7vw, 100px); color: #fff; background: var(--aqua); }
.questions-copy > p:not(.eyebrow) { max-width: 560px; margin-top: 22px; color: rgba(255,255,255,.86); font-size: 18px; }
.questions-contact { margin-top: 34px; display: grid; gap: 7px; }
.questions-contact span { color: rgba(255,255,255,.7); font-size: 14px; }
.questions-contact a { width: fit-content; font-weight: 800; border-bottom: 1px solid rgba(255,255,255,.65); }
.question-form { padding: clamp(26px, 4vw, 44px); display: grid; gap: 20px; color: var(--ink); background: #fff; border-radius: var(--radius); box-shadow: var(--shadow); }
.field-row { display: grid; grid-template-columns: 1fr 1fr; gap: 16px; }
.question-form label { display: grid; gap: 7px; font-weight: 800; font-size: 14px; }
.question-form label small { color: var(--muted); font-weight: 500; }
.question-form input, .question-form select, .question-form textarea { width: 100%; padding: 13px 14px; color: var(--ink); background: #fff; border: 1px solid rgba(17,17,22,.25); border-radius: 12px; font: 500 16px/1.4 "DM Sans"; }
.question-form textarea { resize: vertical; min-height: 126px; }
.question-form input:focus, .question-form select:focus, .question-form textarea:focus { outline: 3px solid rgba(40,183,173,.24); border-color: var(--aqua); }
.question-form .button { justify-self: start; cursor: pointer; }
.form-note { color: var(--muted); font-size: 13px; }
.form-status { min-height: 1.4em; color: var(--purple); font-weight: 700; font-size: 14px; }

.location-section { padding: clamp(70px, 8vw, 120px) clamp(18px, 7vw, 112px); display: grid; grid-template-columns: 1fr 1fr; gap: 50px; background: var(--gold); }
.location-copy > p:not(.eyebrow) { margin-top: 18px; font-size: 18px; }
.location-copy .directions { max-width: 600px; color: rgba(17,17,22,.7); }
.contact-links { display: flex; flex-wrap: wrap; gap: 10px 20px; margin-top: 26px; font-weight: 800; }
.contact-links a { border-bottom: 1px solid currentColor; }
.location-cta { padding: clamp(30px, 5vw, 56px); align-self: center; background: #fff; border-radius: var(--radius); box-shadow: var(--shadow); }
.location-cta p { color: var(--pink); font-weight: 800; }
.location-cta h3 { margin: 12px 0 28px; font-size: clamp(26px, 3vw, 38px); }

.site-footer { padding: 46px clamp(18px, 5vw, 72px) 30px; color: #fff; background: var(--ink); display: grid; grid-template-columns: 1fr auto; gap: 32px; }
.footer-brand img { width: 230px; height: 66px; object-fit: contain; object-position: left center; border-radius: 8px; }
.footer-brand p { margin-top: 12px; color: rgba(255,255,255,.62); }
.footer-links { display: flex; flex-wrap: wrap; gap: 16px 24px; align-items: start; font-weight: 700; }
.footer-links a:hover { color: var(--gold); }
.footer-meta { grid-column: 1 / -1; padding-top: 22px; display: flex; justify-content: space-between; gap: 20px; border-top: 1px solid rgba(255,255,255,.15); color: rgba(255,255,255,.55); font-size: 13px; }
.mobile-trial { display: none; }

@media (max-width: 1100px) {
  .main-nav { gap: 14px; font-size: 14px; }
  .hero { grid-template-columns: 1fr 430px; }
  .lesson-grid { grid-template-columns: repeat(2, 1fr); }
  .method-section { grid-template-columns: 1fr; }
  .method-grid { grid-template-columns: repeat(3, 1fr); }
}

@media (max-width: 850px) {
  .topbar { justify-content: center; }
  .topbar span { display: none; }
  .site-header { min-height: 72px; }
  .brand img { width: 190px; height: 54px; }
  .menu-button { display: block; }
  .main-nav { position: absolute; left: 0; right: 0; top: 100%; padding: 24px; display: none; flex-direction: column; align-items: stretch; gap: 4px; background: #fff; border-bottom: 1px solid var(--line); box-shadow: 0 18px 35px rgba(0,0,0,.1); }
  .main-nav.open { display: flex; }
  .main-nav a { padding: 10px !important; border: 0; }
  .main-nav .button { margin-top: 8px; }
  .hero { min-height: auto; padding-top: 68px; grid-template-columns: 1fr; }
  .hero-copy { padding-bottom: 16px; }
  .hero-visual { min-height: 500px; }
  .hero-visual img { right: -8%; width: 100%; }
  .proof-strip { grid-template-columns: repeat(2, 1fr); gap: 18px 0; }
  .proof-strip div:nth-child(3) { padding-left: 0; border-left: 0; }
  .method-grid, .pricing-grid, .review-grid, .membership-notes { grid-template-columns: 1fr; }
  .price-card.featured { transform: none; }
  .director-section, .faq-section, .location-section, .trial-section, .questions-section { grid-template-columns: 1fr; }
  .story-values { grid-template-columns: 1fr; }
  .director-photo { max-width: 420px; }
  .trial-section { margin-inline: 14px; }
}

@media (max-width: 560px) {
  body { padding-bottom: 67px; }
  h1 { font-size: 45px; }
  .hero { padding-inline: 18px; }
  .hero-intro { font-size: 18px; }
  .hero-actions { align-items: stretch; flex-direction: column; }
  .hero-actions .button { width: 100%; }
  .hero-actions .text-link { align-self: flex-start; }
  .hero-visual { min-height: 390px; }
  .hero-visual img { width: 112%; right: -13%; }
  .hero-note { top: 2%; right: 0; }
  .proof-strip { padding-block: 22px; }
  .proof-strip div { padding-inline: 13px; }
  .proof-strip strong { font-size: 18px; }
  .lesson-grid { grid-template-columns: 1fr; }
  .lesson-card { min-height: 230px; }
  .method-grid { grid-template-columns: 1fr; }
  .director-photo { width: 90%; }
  .trial-section { padding: 40px 22px; border-radius: 24px; }
  .field-row { grid-template-columns: 1fr; }
  .footer-links { display: grid; grid-template-columns: repeat(2, 1fr); }
  .footer-meta { flex-direction: column; gap: 8px; }
  .mobile-trial { position: fixed; left: 0; right: 0; bottom: 0; z-index: 60; min-height: 60px; display: grid; place-items: center; color: #fff; background: var(--pink); font-weight: 800; box-shadow: 0 -8px 24px rgba(0,0,0,.18); }
}

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