:root {
  --paper: #fff;
  --ink: #101115;
  --muted: #454b55;
  --blue: #80cdf5;
  --accent: #164acb;
  --line: #d7dce5;
  --sans: 'Helvetica Neue', Arial, sans-serif;
}
* { box-sizing: border-box; }
html { scroll-behavior: smooth; scroll-padding-top: 110px; }
body { margin: 0; background: var(--paper); color: var(--ink); font: 16px/1.65 var(--sans); }
a { color: inherit; text-underline-offset: 5px; }
button, input, textarea { font: inherit; }
a, button { -webkit-tap-highlight-color: transparent; }
a:focus-visible, button:focus-visible, input:focus-visible, textarea:focus-visible { outline: 3px solid var(--accent); outline-offset: 5px; }
img { display: block; width: 100%; height: auto; }
h1, h2, h3, p { margin: 0; }
h1, h2, h3 { font-weight: 750; letter-spacing: -.055em; line-height: 1.04; text-wrap: balance; }
p + p { margin-top: 1.1em; }
.wrap { width: min(1184px, calc(100% - 96px)); margin-inline: auto; }
.skip { position: fixed; z-index: 100; left: 20px; top: -100px; padding: 12px 22px; background: var(--ink); color: white; border-radius: 28px; }
.skip:focus { top: 12px; }
.site-header { position: sticky; top: 0; z-index: 20; background: #fff; border-bottom: 1px solid #eee; }
.header-inner { min-height: 88px; display: flex; align-items: center; justify-content: space-between; gap: 24px; }
.brand { font-size: 18px; font-weight: 800; letter-spacing: -.045em; text-decoration: none; white-space: nowrap; }
.brand-mark { color: var(--accent); font-size: 34px; line-height: 0; }
nav { display: flex; gap: 30px; align-items: center; }
nav a { font-size: 14px; font-weight: 600; text-decoration: none; }
nav a:hover { text-decoration: underline; }
nav .nav-contact { padding: 13px 23px; background: var(--ink); color: #fff; border-radius: 100px; font-size: 12px; }
.nav-contact span { margin-left: 16px; }
.menu-toggle { display: none; }
.hero { background: var(--blue); padding: 64px 0 76px; }
.hero-heading { text-align: center; margin-bottom: 44px; }
.hero h1 { font-size: clamp(80px, 9vw, 128px); }
.hero-subtitle { font-size: clamp(24px, 3.1vw, 42px); font-weight: 650; line-height: 1.15; letter-spacing: -.045em; margin-top: 12px; text-wrap: balance; }
.hero-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 8%; align-items: center; max-width: 1000px; margin-inline: auto; }
.introduction { font-size: 18px; line-height: 1.7; max-width: 460px; }
.signature { margin-top: 24px; font-size: 14px; }
.signature span { font-size: 29px; font-weight: 750; letter-spacing: -.06em; }
.button { display: inline-flex; align-items: center; justify-content: center; gap: 25px; min-height: 54px; padding: 15px 28px; background: var(--ink); color: #fff; border: 1px solid var(--ink); border-radius: 100px; font-size: 14px; font-weight: 650; text-decoration: none; cursor: pointer; transition: background .2s, transform .2s; }
.button span { font-size: 23px; line-height: 1; }
.button:hover { background: #293244; transform: translateY(-2px); }
.hero .button { margin-top: 28px; }
.hero-photo { margin: 0; padding: 12px; background: #fff; border-radius: 36px; }
.hero-photo img { aspect-ratio: 1; object-fit: cover; object-position: center 36%; border-radius: 26px; }
.about { padding-block: 100px; }
.about-grid { display: grid; grid-template-columns: .85fr 1.15fr; gap: 9%; align-items: center; }
.about-image { position: relative; padding: 24px; border-radius: 34px; background: #edf0fa; }
.about-image img { aspect-ratio: 1; object-fit: cover; border-radius: 22px; }
.about .eyebrow { font-size: 17px; font-weight: 600; letter-spacing: 0; margin-bottom: 25px; }
blockquote { margin: 0; }
blockquote p { font-size: clamp(23px, 2.5vw, 34px); font-weight: 650; line-height: 1.28; letter-spacing: -.035em; }
cite { display: block; font-size: 14px; font-style: normal; font-weight: 650; margin-top: 25px; }
.article-link { margin-top: 14px; font-size: 14px; color: var(--muted); }
.specialties { padding-block: 30px 100px; }
.section-heading { display: flex; justify-content: space-between; align-items: center; gap: 24px; margin-bottom: 44px; }
.section-heading h2 { font-size: clamp(40px, 5vw, 68px); }
.section-heading > span { display: grid; place-items: center; background: #edf0fa; border-radius: 50%; width: 60px; height: 60px; flex-shrink: 0; font-size: 30px; }
.specialty-grid { display: grid; gap: 24px; }
.specialty { display: grid; grid-template-columns: 1fr 1fr; background: #edf4fc; border-radius: 32px; overflow: hidden; scroll-margin-top: 112px; }
.specialty:nth-child(2) { background: #e8e6ff; }
.specialty:nth-child(3) { background: #def2ff; }
.specialty-photo { min-width: 0; min-height: 420px; }
.specialty-photo img { height: 100%; object-fit: cover; }
.specialty:nth-child(2) .specialty-photo { order: 2; }
.specialty-copy { padding: 48px; align-self: center; }
.specialty-title { margin-bottom: 22px; }
.number { display: inline-grid; place-items: center; width: 35px; height: 35px; margin-bottom: 23px; border: 1px solid currentColor; border-radius: 50%; font-size: 13px; font-weight: 600; }
.specialty h3 { font-size: clamp(34px, 3.7vw, 50px); }
.specialty p { font-size: 16px; color: #303844; }
.contact { padding-block: 90px; background: var(--blue); }
.contact-grid { display: grid; grid-template-columns: .9fr 1.1fr; gap: 8%; align-items: center; }
.contact h2 { font-size: clamp(45px, 5.6vw, 78px); }
.contact-copy > p { max-width: 370px; font-size: 18px; margin-top: 28px; }
.contact-instagram { display: inline-flex; align-items: center; gap: 20px; margin-top: 32px; font-size: 15px; font-weight: 600; }
.contact-instagram span { font-size: 24px; }
.contact-form { background: #fff; border-radius: 30px; padding: 36px; }
.form-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 24px 18px; }
.form-grid > div { min-width: 0; }
.full { grid-column: 1/-1; }
label { display: block; font-size: 13px; font-weight: 550; margin-bottom: 7px; }
input, textarea { display: block; width: 100%; background: #fff; color: var(--ink); border: 1px solid #8b939f; border-radius: 10px; padding: 12px; min-height: 49px; }
textarea { resize: vertical; }
.honey { position: absolute; width: 1px; height: 1px; clip-path: inset(50%); overflow: hidden; }
.turnstile { margin-top: 20px; }
.contact .button { margin-top: 24px; min-width: 172px; }
.contact .button:disabled { opacity: .55; cursor: not-allowed; transform: none; }
.form-status { font-size: 13px; margin-top: 16px; color: #555f6b; }
.form-status:empty { display: none; }
.form-status.success { color: #216532; }
.site-footer { padding-block: 50px; }
.footer-grid { display: grid; grid-template-columns: 1.2fr 1fr 1fr; gap: 32px; font-size: 13px; }
address { font-style: normal; }
.footer-grid a { text-decoration: none; }
.footer-grid a:hover { text-decoration: underline; }
.socials { display: flex; gap: 24px; margin-top: 16px; font-weight: 600; }
.not-found { padding-block: 100px; min-height: 65vh; }
.not-found h1 { font-size: clamp(45px, 7vw, 85px); margin: 20px 0 40px; }
@media (max-width: 1000px) {
  .wrap { width: calc(100% - 56px); }
  nav { gap: 20px; }
  .brand { font-size: 16px; }
  .hero-grid { gap: 5%; }
  .introduction { font-size: 16px; }
  .about-grid { gap: 6%; }
  .specialty-copy { padding: 32px; }
  .contact-grid { gap: 5%; }
  .contact-form { padding: 26px; }
}
@media (max-width: 720px) {
  html { scroll-padding-top: 88px; }
  .wrap { width: calc(100% - 40px); }
  .header-inner { min-height: 74px; flex-wrap: wrap; gap: 0; }
  .brand { font-size: 16px; }
  .menu-toggle { display: inline-flex; align-items: center; gap: 10px; min-height: 44px; padding: 8px 14px; border: 0; border-radius: 25px; color: var(--ink); background: #eff0f5; font-size: 13px; }
  nav { width: 100%; padding: 8px 0 20px; flex-direction: column; align-items: stretch; gap: 5px; }
  nav a { padding: 12px 14px; }
  .js nav { display: none; }
  .js nav.open { display: flex; }
  nav .nav-contact { align-self: flex-start; }
  .hero { padding-block: 38px 44px; }
  .hero-heading { margin-bottom: 30px; }
  .hero h1 { font-size: clamp(66px, 18vw, 98px); }
  .hero-subtitle { font-size: clamp(25px, 6.7vw, 35px); max-width: 420px; margin: 12px auto 0; }
  .hero-grid { grid-template-columns: 1fr; gap: 30px; }
  .hero-photo { grid-row: 1; max-width: 420px; width: 100%; margin-inline: auto; border-radius: 28px; padding: 10px; }
  .hero-photo img { border-radius: 20px; aspect-ratio: 1.17; }
  .introduction { max-width: none; }
  .signature { margin-top: 20px; }
  .hero .button { margin-top: 20px; }
  .about { padding-block: 55px; }
  .about-grid { grid-template-columns: 1fr; gap: 30px; }
  .about-image { max-width: 390px; padding: 18px; }
  blockquote p { font-size: 27px; }
  .specialties { padding-block: 15px 55px; }
  .section-heading { margin-bottom: 28px; }
  .section-heading h2 { font-size: 43px; }
  .section-heading > span { width: 44px; height: 44px; font-size: 25px; }
  .specialty { grid-template-columns: 1fr; border-radius: 25px; }
  .specialty-photo { min-height: 0; }
  .specialty-photo img { aspect-ratio: 1.35; height: auto; }
  .specialty:nth-child(2) .specialty-photo { order: 0; }
  .specialty-copy { padding: 28px; }
  .specialty h3 { font-size: 38px; }
  .number { margin-bottom: 18px; }
  .contact { padding-block: 55px; }
  .contact-grid { grid-template-columns: 1fr; gap: 32px; }
  .contact h2 { font-size: clamp(45px, 12vw, 70px); }
  .contact-copy > p { margin-top: 22px; font-size: 16px; }
  .contact-form { padding: 25px; border-radius: 25px; }
  .form-grid { grid-template-columns: 1fr; gap: 19px; }
  .footer-grid { grid-template-columns: 1fr; gap: 24px; }
  .site-footer { padding-block: 35px; }
}
@media (max-width: 380px) {
  .section-heading { gap: 12px; }
  .section-heading h2 { font-size: 34px; }
  .section-heading > span { width: 36px; height: 36px; }
  .contact .wrap { width: 100%; }
  .contact-copy { padding-inline: 20px; }
  .contact-form { padding: 24px 10px; border-radius: 0; }
}
@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  *, *::before, *::after { transition: none !important; animation: none !important; }
}

/* Compact Instagram invitation and selected collaborations. */
.instagram-icon { width: 23px; height: 23px; flex-shrink: 0; }
nav .nav-instagram { display: inline-flex; align-items: center; gap: 7px; }
.hero-actions { display: flex; flex-wrap: wrap; align-items: center; gap: 18px 24px; margin-top: 28px; }
.hero-actions .button { margin-top: 0; }
.instagram-follow { display: inline-flex; align-items: center; gap: 9px; font-size: 14px; font-weight: 650; text-decoration: none; min-height: 44px; }
.instagram-follow:hover { text-decoration: underline; }
.instagram-section { padding-block: 56px; background: #121c35; color: #fff; }
.instagram-simple { display: grid; grid-template-columns: 1fr 1fr; gap: 8%; align-items: center; }
.instagram-photo { position: relative; display: block; border-radius: 24px; overflow: hidden; }
.instagram-photo img { aspect-ratio: 1.55; object-fit: cover; transition: transform .3s ease; }
.instagram-photo:hover img { transform: scale(1.025); }
.instagram-photo-badge { display: inline-flex; align-items: center; gap: 9px; position: absolute; left: 20px; bottom: 20px; border-radius: 30px; background: #fff; color: var(--ink); padding: 10px 16px; font-size: 13px; font-weight: 650; }
.section-kicker { font-size: 12px; letter-spacing: .1em; font-weight: 650; margin-bottom: 20px; }
.instagram-copy .section-kicker { color: #80cdf5; letter-spacing: .03em; }
.instagram-copy h2 { font-size: clamp(36px, 4.3vw, 58px); }
.instagram-copy > p:not(.section-kicker) { color: #d2dff4; max-width: 360px; margin-top: 22px; }
.instagram-profile-button { margin-top: 26px; background: #fff; border-color: #fff; color: var(--ink); gap: 20px; }
.instagram-profile-button:hover { background: #dbf1ff; }
.instagram-section a:focus-visible { outline-color: #80cdf5; }
.collaborations { padding-block: 90px 70px; background: #edf4fc; }
.collaborations-heading { display: grid; grid-template-columns: 1.2fr .8fr; align-items: end; gap: 8%; margin-bottom: 45px; }
.collaborations-heading .section-kicker { color: var(--accent); }
.collaborations-heading h2 { font-size: clamp(38px, 4.8vw, 64px); max-width: 540px; }
.collaborations-heading > p { color: var(--muted); max-width: 390px; }
.collaborations-list { list-style: none; margin: 0; padding: 0; display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); border-top: 1px solid #c6d5e8; }
.collaborations-list li { padding: 36px 20px; min-height: 185px; display: flex; flex-direction: column; align-items: center; justify-content: space-between; gap: 20px; text-align: center; border-bottom: 1px solid #c6d5e8; }
.collaborations-list li:not(:nth-child(3n)) { border-right: 1px solid #c6d5e8; }
.collaboration-name { display: block; margin-block: auto; font-size: clamp(26px, 3vw, 38px); font-weight: 750; line-height: 1.05; letter-spacing: -.045em; }
.collaboration-name-wide { letter-spacing: .12em; font-size: 42px; font-weight: 500; }
.collaboration-name-serif { font-family: Georgia, serif; font-size: 51px; font-style: italic; font-weight: 400; }
.collaboration-name-classical { font-family: Georgia, serif; font-size: clamp(24px, 2.7vw, 34px); font-weight: 400; }
.name-subline { display: block; font: 500 13px/1.3 var(--sans); letter-spacing: .16em; text-transform: uppercase; margin-top: 9px; }
.collaboration-detail { color: var(--muted); font-size: 12px; }
.collaborations-footer { display: flex; justify-content: space-between; align-items: center; gap: 25px; margin-top: 28px; font-size: 14px; }
.collaborations-cta { display: inline-flex; gap: 30px; align-items: center; font-weight: 650; padding-block: 10px; white-space: nowrap; text-decoration: none; border-bottom: 1px solid currentColor; }
.collaborations-cta span { font-size: 22px; }
.collaborations-cta:hover { color: var(--accent); }
@media (max-width: 1100px) and (min-width: 721px) {
 .header-inner { flex-wrap: wrap; padding-block: 16px; gap: 16px; }
 nav { gap: 22px; }
 .instagram-simple { gap: 5%; }
 .instagram-photo img { aspect-ratio: 1.15; }
}
@media (max-width: 720px) {
 .hero-actions { margin-top: 20px; }
 .hero-actions .button { margin-top: 0; }
 .instagram-section { padding-block: 38px; }
 .instagram-simple { grid-template-columns: 1fr; gap: 28px; }
 .instagram-photo img { aspect-ratio: 1.6; }
 .instagram-photo-badge { left: 12px; bottom: 12px; padding: 8px 12px; font-size: 12px; }
 .instagram-copy h2 { font-size: clamp(34px, 8vw, 48px); }
 .instagram-copy .section-kicker { margin-bottom: 16px; }
 .collaborations { padding-block: 55px 45px; }
 .collaborations-heading { grid-template-columns: 1fr; gap: 22px; margin-bottom: 28px; }
 .collaborations-list { grid-template-columns: repeat(2, minmax(0, 1fr)); }
 .collaborations-list li { min-height: 170px; padding: 25px 10px; }
 .collaborations-list li:not(:nth-child(3n)) { border-right: 0; }
 .collaborations-list li:nth-child(odd) { border-right: 1px solid #c6d5e8; }
 .collaboration-name { font-size: clamp(23px, 5.2vw, 32px); }
 .collaboration-name-wide { font-size: 29px; }
 .collaboration-name-serif { font-size: 40px; }
 .collaboration-name-classical { font-size: 23px; }
 .collaboration-detail { font-size: 11px; }
 .name-subline { font-size: 10px; }
 .collaborations-footer { align-items: flex-start; flex-direction: column; gap: 12px; }
}

/* Service pages: readable, directly linked information for lessons and bookings. */
.service-link { display: inline-block; margin-top: 24px; font-weight: 650; text-decoration-thickness: 1px; }
.footer-services { display: flex; flex-wrap: wrap; gap: 12px 30px; border-top: 1px solid var(--line); padding-top: 24px; margin-top: 32px; font-size: 14px; }
.service-hero { padding: 32px 0 72px; background: var(--blue); }
.breadcrumbs { display: flex; flex-wrap: wrap; gap: 8px; list-style: none; margin: 0 0 44px; padding: 0; font-size: 13px; }
.breadcrumbs li + li::before { content: '/'; margin-right: 8px; }
.service-hero-grid { display: grid; grid-template-columns: 1.15fr 1fr; gap: 7%; align-items: center; }
.service-hero h1 { font-size: clamp(48px, 6.2vw, 82px); }
.service-intro { font-size: 20px; max-width: 540px; margin-top: 26px; }
.service-hero .button { margin-top: 30px; }
.service-hero img { border-radius: 30px; aspect-ratio: 1; object-fit: cover; }
.service-body { max-width: 800px; padding-block: 72px; }
.service-body section + section { margin-top: 60px; }
.service-body h2 { font-size: clamp(32px, 4vw, 46px); margin-bottom: 24px; }
.service-body h3 { font-size: 23px; letter-spacing: -.025em; margin: 28px 0 12px; }
.service-body p, .service-body li { font-size: 18px; }
.service-body li + li { margin-top: 12px; }
.service-note { padding: 36px; border-radius: 28px; background: #edf4fc; }
.service-cta { padding: 64px 0; background: var(--blue); text-align: center; }
.service-cta h2 { font-size: clamp(38px, 5vw, 64px); }
.service-cta p { margin: 24px 0; }
@media (max-width: 720px) {
  .service-hero { padding-bottom: 44px; }
  .breadcrumbs { margin-bottom: 30px; }
  .service-hero-grid { grid-template-columns: 1fr; gap: 32px; }
  .service-hero h1 { font-size: clamp(43px, 12vw, 70px); }
  .service-intro, .service-body p, .service-body li { font-size: 16px; }
  .service-hero img { aspect-ratio: 1.3; }
  .service-hero .button { padding-inline: 20px; gap: 12px; }
  .service-body { padding-block: 48px; }
  .service-body section + section { margin-top: 40px; }
  .service-note { padding: 25px; }
  .service-cta { padding-block: 48px; }
}
