:root {
  --ink: #16121f;
  --muted: #6f687d;
  --cream: #fff8ee;
  --paper: #ffffff;
  --pink: #ff4d8d;
  --orange: #ff9f1c;
  --purple: #6d4aff;
  --cyan: #20c7d9;
  --dark: #181325;
  --shadow: 0 20px 60px rgba(22, 18, 31, .14);
}
* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body { margin: 0; font-family: Inter, sans-serif; color: var(--ink); background: linear-gradient(135deg, #fff8ee, #f3f0ff 45%, #eefcff); }
a { color: inherit; text-decoration: none; }
.site-header { position: sticky; top: 0; z-index: 10; display: flex; align-items: center; justify-content: space-between; padding: 18px 6vw; background: rgba(255,255,255,.82); backdrop-filter: blur(18px); border-bottom: 1px solid rgba(0,0,0,.06); }
.logo { font-weight: 900; font-size: 1.35rem; letter-spacing: -.03em; }
.logo span { color: var(--pink); }
.nav { display: flex; align-items: center; gap: 24px; font-weight: 700; font-size: .95rem; }
.nav-cta { background: var(--ink); color: white; padding: 10px 16px; border-radius: 999px; }
.menu-toggle { display: none; background: none; border: 0; font-size: 1.6rem; }
.hero { min-height: 86vh; display: grid; grid-template-columns: 1.1fr .9fr; align-items: center; gap: 48px; padding: 70px 6vw; }
.eyebrow { color: var(--purple); text-transform: uppercase; letter-spacing: .16em; font-weight: 800; font-size: .78rem; }
h1, h2 { font-family: 'Playfair Display', serif; line-height: .95; margin: 0; letter-spacing: -.045em; }
h1 { font-size: clamp(3.2rem, 7vw, 7.3rem); max-width: 860px; }
h2 { font-size: clamp(2.4rem, 4.4vw, 4.8rem); }
.hero-text { max-width: 650px; font-size: 1.15rem; color: var(--muted); line-height: 1.75; }
.hero-actions { display: flex; gap: 14px; flex-wrap: wrap; margin-top: 28px; }
.btn { display: inline-flex; align-items: center; justify-content: center; border-radius: 999px; padding: 14px 22px; font-weight: 850; border: 0; cursor: pointer; }
.primary { color: white; background: linear-gradient(135deg, var(--pink), var(--orange)); box-shadow: var(--shadow); }
.secondary { background: white; border: 1px solid rgba(0,0,0,.08); }
.hero-card { background: rgba(255,255,255,.78); box-shadow: var(--shadow); border: 1px solid rgba(255,255,255,.8); border-radius: 36px; padding: 28px; transform: rotate(2deg); }
.album-art { aspect-ratio: 1; border-radius: 28px; background: radial-gradient(circle at 25% 25%, var(--cyan), transparent 30%), linear-gradient(135deg, var(--purple), var(--pink), var(--orange)); display: grid; place-items: center; color: white; font-family: 'Playfair Display'; font-size: 8rem; font-weight: 900; margin-bottom: 24px; }
.now-playing { color: var(--muted); font-weight: 800; }
.audio-bar { height: 12px; background: #eee8fa; border-radius: 999px; overflow: hidden; }
.audio-bar span { display: block; width: 68%; height: 100%; background: linear-gradient(90deg, var(--purple), var(--pink)); border-radius: inherit; }
.section { padding: 84px 6vw; }
.intro { display: grid; grid-template-columns: 1fr 1fr; gap: 40px; align-items: start; }
.intro p:last-child, .lesson-copy p, .booking p { color: var(--muted); font-size: 1.08rem; line-height: 1.8; }
.section-heading { margin-bottom: 34px; }
.dark-panel { background: var(--dark); color: white; border-radius: 44px; margin: 0 4vw; }
.cards, .media-grid { display: grid; gap: 22px; }
.three { grid-template-columns: repeat(3, 1fr); }
.card, .product-card, .booking-form, .lesson-list { background: rgba(255,255,255,.9); color: var(--ink); border-radius: 28px; padding: 26px; box-shadow: var(--shadow); }
.card p { color: var(--muted); line-height: 1.65; }
.media-grid { grid-template-columns: 1.4fr .8fr .8fr; }
.media-card { min-height: 280px; border-radius: 34px; display: flex; align-items: end; justify-content: space-between; padding: 28px; color: white; font-size: 3rem; font-weight: 900; box-shadow: var(--shadow); }
.media-card span { font-size: 1.2rem; }
.video { background: linear-gradient(135deg, #2b1b70, #ff4d8d); }
.audio { background: linear-gradient(135deg, #0d8ea1, #20c7d9); }
.photo { background: linear-gradient(135deg, #ff9f1c, #ff4d8d); }
.lessons, .booking { display: grid; grid-template-columns: 1fr 1fr; gap: 42px; align-items: center; }
.lesson-list { display: grid; gap: 18px; }
.lesson-list div { padding: 18px; border-radius: 20px; background: #fff8ee; }
.lesson-list span { display: block; color: var(--muted); margin-top: 6px; }
.products { grid-template-columns: repeat(3, 1fr); }
.product-image { height: 190px; border-radius: 24px; display: grid; place-items: center; font-weight: 900; font-size: 2rem; color: white; background: linear-gradient(135deg, var(--purple), var(--cyan)); }
.product-card button { width: 100%; border: 0; background: var(--ink); color: white; border-radius: 999px; padding: 12px 16px; font-weight: 800; cursor: pointer; }
.shop-note { color: var(--muted); margin-top: 20px; }
.booking { background: white; margin: 0 4vw 50px; border-radius: 44px; box-shadow: var(--shadow); }
.booking-form { display: grid; gap: 14px; box-shadow: none; background: #faf8ff; }
input, textarea { width: 100%; padding: 15px 16px; border-radius: 16px; border: 1px solid rgba(0,0,0,.1); font: inherit; }
textarea { min-height: 130px; resize: vertical; }
footer { display: flex; justify-content: space-between; gap: 20px; flex-wrap: wrap; padding: 30px 6vw; color: var(--muted); }
footer div { display: flex; gap: 18px; flex-wrap: wrap; }
@media (max-width: 850px) {
  .menu-toggle { display: block; }
  .nav { display: none; position: absolute; top: 70px; right: 6vw; background: white; flex-direction: column; align-items: stretch; padding: 18px; border-radius: 20px; box-shadow: var(--shadow); }
  .nav.open { display: flex; }
  .hero, .intro, .lessons, .booking { grid-template-columns: 1fr; }
  .three, .media-grid, .products { grid-template-columns: 1fr; }
  .hero { padding-top: 40px; }
}
