:root {
  --ink: #0d0d0c;
  --charcoal: #1a1a18;
  --graphite: #2b2b29;
  --muted: #777873;
  --paper: #f4f2ed;
  --ivory: #f8f6f0;
  --mist: #e4e1da;
  --accent: #b9a46a;
  --line: rgba(13, 13, 12, 0.14);
  --line-dark: rgba(244, 242, 237, 0.16);
  --shadow: 0 28px 90px rgba(13, 13, 12, 0.2);
}
* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  margin: 0;
  background: var(--paper);
  color: var(--ink);
  font-family: Manrope, Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  line-height: 1.5;
  text-rendering: geometricPrecision;
}
img { display: block; max-width: 100%; }
a { color: inherit; text-decoration: none; }
.site-header {
  position: sticky;
  top: 0;
  z-index: 10;
  display: grid;
  grid-template-columns: auto 1fr auto;
  gap: 24px;
  align-items: center;
  min-height: 74px;
  padding: 14px clamp(20px, 4vw, 56px);
  background: rgba(244, 242, 237, 0.88);
  border-bottom: 1px solid var(--line);
  backdrop-filter: blur(18px);
}
.brand { display: inline-flex; align-items: center; gap: 14px; }
.brand-mark {
  position: relative;
  display: inline-grid;
  grid-template-columns: 1fr 1fr;
  width: 48px;
  height: 42px;
  align-items: center;
  justify-items: center;
  color: var(--ink);
  background: transparent;
  border: 1px solid var(--ink);
  border-radius: 2px;
  font-family: Georgia, serif;
  font-size: 17px;
  font-weight: 500;
  letter-spacing: 0;
}
.brand-mark::before {
  content: "";
  position: absolute;
  top: 7px;
  bottom: 7px;
  left: 50%;
  width: 1px;
  background: var(--ink);
  opacity: 0.34;
}
.brand-mark::after {
  content: "";
  position: absolute;
  inset: 4px;
  border: 1px solid rgba(13, 13, 12, 0.22);
}
.brand strong, footer strong {
  display: block;
  font-family: "Cormorant Garamond", Georgia, "Times New Roman", serif;
  font-size: 23px;
  font-weight: 500;
}
.brand small {
  display: block;
  margin-top: -3px;
  color: var(--muted);
  font-size: 10px;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}
nav { display: flex; justify-content: center; gap: 20px; color: var(--muted); font-size: 13.5px; }
nav a { transition: color 180ms ease; }
nav a:hover { color: var(--ink); }
.header-actions, .hero-actions { display: flex; align-items: center; gap: 10px; }
.language-link {
  display: inline-flex;
  min-height: 42px;
  align-items: center;
  color: var(--muted);
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 0.08em;
  transition: color 180ms ease;
}
.language-link:hover { color: var(--ink); }
button, input, select { font: inherit; }
.primary-button, .secondary-button, .ghost-button {
  display: inline-flex;
  min-height: 42px;
  align-items: center;
  justify-content: center;
  padding: 0 18px;
  border: 1px solid transparent;
  border-radius: 4px;
  cursor: pointer;
  white-space: nowrap;
  transition: background 180ms ease, border-color 180ms ease, color 180ms ease, transform 180ms ease;
}
.primary-button { color: var(--paper); background: var(--ink); }
.secondary-button, .ghost-button { color: var(--ink); background: transparent; border-color: var(--line); }
.primary-button:hover { background: var(--graphite); transform: translateY(-1px); }
.secondary-button:hover, .ghost-button:hover { border-color: var(--ink); transform: translateY(-1px); }
.hero {
  display: grid;
  grid-template-columns: minmax(0, 0.9fr) minmax(420px, 1.1fr);
  gap: clamp(48px, 7vw, 118px);
  align-items: center;
  min-height: calc(100vh - 74px);
  padding: 88px clamp(24px, 5vw, 94px) 72px;
  background: linear-gradient(90deg, var(--paper) 0%, var(--paper) 54%, var(--charcoal) 54%, var(--charcoal) 100%);
}
.eyebrow {
  margin: 0 0 12px;
  color: var(--accent);
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 0;
  text-transform: uppercase;
}
h1, h2, h3, p { margin-top: 0; }
h1, h2 { font-family: "Cormorant Garamond", Georgia, "Times New Roman", serif; font-weight: 500; line-height: 0.98; }
h1 { max-width: 820px; margin-bottom: 28px; font-size: clamp(56px, 8.4vw, 104px); }
h2 { margin-bottom: 24px; font-size: clamp(40px, 5.4vw, 72px); }
h3 { margin-bottom: 10px; font-size: 20px; }
.hero-text { max-width: 640px; color: var(--muted); font-size: 20px; line-height: 1.65; }
.hero-manifesto {
  max-width: 560px;
  margin-bottom: 22px;
  font-family: "Cormorant Garamond", Georgia, serif;
  font-size: clamp(30px, 3.5vw, 48px);
  font-weight: 500;
  line-height: 1;
}
.hero-visual { position: relative; }
.photo-panel {
  overflow: hidden;
  aspect-ratio: 4 / 5;
  max-height: 690px;
  border-radius: 6px;
  box-shadow: 0 32px 110px rgba(0, 0, 0, 0.36);
}
.photo-panel img { width: 100%; height: 100%; object-fit: cover; filter: grayscale(1) contrast(1.08) brightness(0.9); }
.availability-card {
  position: absolute;
  right: clamp(16px, 5vw, 54px);
  bottom: -22px;
  display: grid;
  min-width: 210px;
  gap: 2px;
  padding: 20px;
  color: var(--paper);
  background: var(--ink);
  border: 1px solid var(--line-dark);
  border-radius: 6px;
  box-shadow: var(--shadow);
}
.availability-card span, .availability-card small { color: rgba(244, 242, 237, 0.64); }
.program-card p, .method-list p, .family-portal p, .teachers p, footer, .social-grid span { color: var(--muted); }
.availability-card strong { font-family: Georgia, serif; font-size: 30px; font-weight: 500; }
.trust-strip { display: grid; grid-template-columns: repeat(4, 1fr); color: var(--paper); background: var(--ink); border-top: 1px solid var(--line-dark); border-bottom: 1px solid var(--line-dark); }
.trust-strip div { display: grid; gap: 4px; padding: 25px clamp(20px, 4vw, 56px); border-right: 1px solid var(--line-dark); }
.trust-strip div:last-child { border-right: 0; }
.trust-strip strong { font-family: Georgia, serif; font-size: 28px; font-weight: 500; }
.section-grid, .mission-section, .direction-section, .programs, .format-section, .age-section, .levels-section, .booking-section, .testimonials-section, .family-portal, .teachers, .social-section, .home-editorial, .philosophy-section, .philosophy-editorial, .philosophy-pillars, .philosophy-closing, .listening-section, .listening-note, .page-hero { padding: clamp(96px, 11vw, 150px) clamp(24px, 5vw, 94px); }
.section-grid { display: grid; grid-template-columns: minmax(260px, 0.7fr) minmax(0, 1.3fr); gap: clamp(48px, 7vw, 112px); }
.method-list { display: grid; border-top: 1px solid var(--line); }
.method-list article { display: grid; grid-template-columns: 82px 1fr; gap: 28px; padding: 36px 0; border-bottom: 1px solid var(--line); }
.method-list span { color: var(--accent); font-family: "Cormorant Garamond", Georgia, serif; font-size: 36px; }
.section-heading { max-width: 900px; margin-bottom: 52px; }
.section-intro {
  max-width: 620px;
  color: var(--muted);
  font-size: 18px;
  line-height: 1.75;
}
.page-hero {
  min-height: 58vh;
  display: grid;
  align-content: center;
  background: var(--paper);
}
.page-hero.dark-page {
  color: var(--paper);
  background: var(--ink);
}
.page-hero p:not(.eyebrow) {
  max-width: 760px;
  color: var(--muted);
  font-size: 21px;
  line-height: 1.7;
}
.page-hero.dark-page p:not(.eyebrow) {
  color: rgba(244, 242, 237, 0.72);
}
.home-editorial { background: var(--ivory); }
.editorial-quote {
  display: grid;
  grid-template-columns: minmax(180px, 0.34fr) minmax(0, 1fr);
  gap: clamp(36px, 7vw, 110px);
  align-items: start;
  margin-bottom: clamp(58px, 8vw, 96px);
}
.editorial-quote blockquote {
  max-width: 980px;
  margin: 0;
  font-family: "Cormorant Garamond", Georgia, serif;
  font-size: clamp(42px, 6vw, 86px);
  font-weight: 500;
  line-height: 0.98;
}
.editorial-columns {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 1px;
  background: var(--line);
}
.editorial-columns article {
  min-height: 250px;
  padding: clamp(26px, 4vw, 44px);
  background: var(--ivory);
}
.editorial-columns span, .home-note strong {
  color: var(--accent);
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}
.editorial-columns h2 {
  margin-top: 46px;
  font-size: clamp(34px, 4vw, 52px);
}
.editorial-columns p, .home-note p {
  max-width: 420px;
  color: var(--muted);
  line-height: 1.75;
}
.home-note {
  display: grid;
  grid-template-columns: 160px minmax(0, 620px);
  gap: 34px;
  margin-top: 54px;
  padding-top: 34px;
  border-top: 1px solid var(--line);
}
.philosophy-section {
  color: var(--paper);
  background: var(--charcoal);
  border-top: 1px solid var(--line-dark);
  border-bottom: 1px solid var(--line-dark);
}
.philosophy-section .section-heading {
  max-width: 1020px;
}
.philosophy-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 1px;
  background: var(--line-dark);
}
.philosophy-grid article {
  min-height: 320px;
  padding: clamp(30px, 4vw, 48px);
  background: var(--charcoal);
}
.philosophy-grid span {
  color: var(--accent);
  font-size: 12px;
  font-weight: 700;
}
.philosophy-grid h3 {
  margin-top: 54px;
  color: var(--paper);
  font-family: "Cormorant Garamond", Georgia, serif;
  font-size: clamp(32px, 4vw, 48px);
  font-weight: 500;
  line-height: 1;
}
.philosophy-grid p {
  color: rgba(244, 242, 237, 0.7);
  line-height: 1.75;
}
.philosophy-hero {
  background: var(--ivory);
}
.philosophy-hero h1 {
  max-width: 1040px;
}
.philosophy-editorial {
  display: grid;
  grid-template-columns: minmax(280px, 0.92fr) minmax(300px, 0.78fr);
  gap: clamp(54px, 8vw, 128px);
  align-items: start;
  background: var(--paper);
  border-top: 1px solid var(--line);
}
.philosophy-lead {
  display: grid;
  gap: 30px;
}
.philosophy-lead p:first-child {
  margin-top: 0;
  font-family: "Cormorant Garamond", Georgia, serif;
  font-size: clamp(34px, 4.4vw, 62px);
  font-weight: 500;
  line-height: 1.04;
  color: var(--ink);
}
.philosophy-lead p,
.philosophy-copy p {
  color: var(--muted);
  font-size: 18px;
  line-height: 1.85;
}
.philosophy-copy {
  display: grid;
  gap: 22px;
}
.philosophy-pillars {
  color: var(--paper);
  background: var(--ink);
}
.pillar-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 1px;
  background: var(--line-dark);
}
.pillar-grid article {
  min-height: 300px;
  padding: clamp(30px, 4vw, 48px);
  background: var(--ink);
}
.pillar-grid span {
  color: var(--accent);
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 0.08em;
}
.pillar-grid h3 {
  margin-top: 58px;
  color: var(--paper);
  font-family: "Cormorant Garamond", Georgia, serif;
  font-size: clamp(34px, 4vw, 54px);
  font-weight: 500;
  line-height: 1;
}
.pillar-grid p {
  color: rgba(244, 242, 237, 0.7);
  line-height: 1.75;
}
.philosophy-closing {
  display: grid;
  grid-template-columns: minmax(280px, 0.8fr) minmax(320px, 0.9fr);
  gap: clamp(48px, 7vw, 112px);
  background: var(--ivory);
  border-top: 1px solid var(--line);
}
.piano-solo-hero {
  color: var(--paper);
  background: var(--ink);
}
.piano-solo-hero p:not(.eyebrow) {
  color: rgba(244, 242, 237, 0.72);
}
.listening-section {
  background: var(--paper);
}
.listening-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 28px;
}
.listening-grid article {
  display: grid;
  background: var(--ivory);
  border: 1px solid var(--line);
  border-radius: 6px;
  overflow: hidden;
}
.video-frame {
  position: relative;
  display: block;
  aspect-ratio: 16 / 9;
  background: var(--ink);
}
.video-frame iframe {
  width: 100%;
  height: 100%;
  border: 0;
}
.video-link {
  overflow: hidden;
  color: var(--paper);
  background:
    radial-gradient(circle at 18% 18%, rgba(185, 164, 106, 0.22), transparent 28%),
    linear-gradient(135deg, #11110f 0%, #24231f 48%, #0d0d0c 100%);
}
.video-link::before {
  content: "";
  position: absolute;
  inset: 0;
  z-index: 1;
  background:
    linear-gradient(90deg, rgba(244, 242, 237, 0.08) 1px, transparent 1px),
    linear-gradient(180deg, rgba(244, 242, 237, 0.08) 1px, transparent 1px);
  background-size: 48px 48px;
  opacity: 0.18;
}
.video-poster {
  position: absolute;
  inset: 0;
  z-index: 2;
  display: grid;
  align-content: center;
  justify-items: center;
  gap: 8px;
  padding: 34px;
  text-align: center;
}
.video-poster strong {
  font-family: "Cormorant Garamond", Georgia, serif;
  font-size: clamp(36px, 5vw, 58px);
  font-weight: 500;
  line-height: 0.95;
}
.video-poster small {
  color: rgba(244, 242, 237, 0.64);
  font-size: 11px;
  font-weight: 700;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}
.video-cta {
  position: absolute;
  right: 18px;
  bottom: 18px;
  z-index: 3;
  display: inline-flex;
  min-height: 38px;
  align-items: center;
  padding: 0 14px;
  color: var(--paper);
  background: rgba(13, 13, 12, 0.86);
  border: 1px solid rgba(244, 242, 237, 0.28);
  border-radius: 4px;
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 0.03em;
  text-transform: uppercase;
}
.video-link:hover .video-poster {
  transform: scale(1.015);
}
.video-poster {
  transition: transform 180ms ease;
}
.listening-copy {
  padding: clamp(26px, 4vw, 42px);
}
.listening-copy span {
  color: var(--accent);
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}
.listening-copy h3 {
  margin-top: 34px;
  font-family: "Cormorant Garamond", Georgia, serif;
  font-size: clamp(34px, 4vw, 52px);
  font-weight: 500;
  line-height: 1;
}
.listening-copy p {
  color: var(--muted);
  line-height: 1.75;
}
.listening-note {
  display: grid;
  grid-template-columns: minmax(240px, 0.6fr) minmax(320px, 0.9fr);
  gap: clamp(40px, 6vw, 96px);
  background: var(--ivory);
  border-top: 1px solid var(--line);
}
.listening-note h2 {
  max-width: 760px;
}
.listening-note p:not(.eyebrow) {
  max-width: 640px;
  color: var(--muted);
  font-size: 18px;
  line-height: 1.75;
}
.cards, .level-grid, .testimonial-grid, .teacher-grid, .social-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 24px; }
.program-card, .format-grid article, .teacher-grid article, .social-grid article {
  padding: 34px;
  background: rgba(255, 255, 255, 0.42);
  border: 1px solid var(--line);
  border-radius: 6px;
}
.program-card span {
  display: block;
  margin-bottom: 42px;
  color: var(--accent);
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 0.08em;
}
.program-card strong,
.format-grid strong { color: var(--ink); }
.program-card.featured {
  color: var(--paper);
  background: var(--charcoal);
  border-color: var(--charcoal);
}
.program-card.featured p,
.program-card.featured strong {
  color: rgba(244, 242, 237, 0.72);
}
.path-cards {
  grid-template-columns: repeat(auto-fit, minmax(240px, 1fr));
}
.path-cards .program-card {
  min-height: 390px;
}
.format-section {
  background: var(--ivory);
  border-top: 1px solid var(--line);
  border-bottom: 1px solid var(--line);
}
.format-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 24px;
}
.format-grid article {
  display: grid;
  min-height: 260px;
  align-content: space-between;
}
.format-grid p {
  color: var(--muted);
  line-height: 1.75;
}
.format-note {
  max-width: 760px;
  margin-top: 34px;
  color: var(--muted);
  font-size: 17px;
  line-height: 1.75;
}
.mission-section {
  display: grid;
  grid-template-columns: minmax(280px, 0.9fr) minmax(0, 1.1fr);
  gap: clamp(48px, 7vw, 108px);
  color: var(--paper);
  background: var(--charcoal);
  border-top: 1px solid var(--line-dark);
  border-bottom: 1px solid var(--line-dark);
}
.mission-intro p {
  max-width: 660px;
  color: rgba(244, 242, 237, 0.72);
  font-size: 18px;
}
.mission-columns {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 22px;
}
.mission-columns article {
  min-height: 220px;
  padding: 32px;
  background: var(--graphite);
  border: 0;
  border-radius: 6px;
}
.mission-columns p {
  color: rgba(244, 242, 237, 0.68);
}
.direction-section {
  display: grid;
  grid-template-columns: minmax(320px, 1.08fr) minmax(280px, 0.92fr);
  gap: clamp(48px, 7vw, 108px);
  background: var(--ivory);
  border-bottom: 1px solid var(--line);
}
.direction-copy {
  max-width: 820px;
}
.direction-copy p {
  max-width: 720px;
  color: var(--muted);
  font-size: 18px;
  line-height: 1.75;
}
.direction-side {
  display: grid;
  gap: 34px;
  align-self: center;
}
.coordinator-portrait {
  margin: 0;
}
.coordinator-portrait img {
  display: block;
  width: 100%;
  aspect-ratio: 3 / 4;
  object-fit: cover;
  object-position: center;
  border-radius: 6px;
  border: 1px solid var(--line);
  box-shadow: 0 28px 80px rgba(20, 20, 19, 0.18);
}
.coordinator-portrait figcaption {
  margin-top: 12px;
  color: var(--muted);
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}
.direction-facts {
  display: grid;
  gap: 0;
  align-self: center;
  border-top: 1px solid var(--line);
}
.direction-facts article {
  display: grid;
  gap: 6px;
  padding: 28px 0;
  border-bottom: 1px solid var(--line);
}
.direction-facts strong {
  font-family: "Cormorant Garamond", Georgia, serif;
  font-size: 52px;
  font-weight: 500;
  line-height: 1;
}
.direction-facts span {
  color: var(--muted);
}
.age-section {
  display: grid;
  grid-template-columns: minmax(280px, 0.9fr) minmax(0, 1.1fr);
  gap: clamp(48px, 7vw, 108px);
  background: var(--paper);
  border-top: 1px solid var(--line);
  border-bottom: 1px solid var(--line);
}
.age-copy {
  max-width: 760px;
  align-self: center;
}
.age-copy p {
  color: var(--muted);
  font-size: 19px;
  line-height: 1.75;
}
.age-copy p + p {
  margin-top: 24px;
}
.levels-section {
  color: var(--paper);
  background: var(--ink);
}
.levels-section .section-heading {
  max-width: 980px;
}
.level-grid article {
  min-height: 260px;
  padding: 34px;
  background: var(--charcoal);
  border: 1px solid var(--line-dark);
  border-radius: 6px;
}
.level-grid h3 {
  color: var(--paper);
}
.level-grid p {
  color: rgba(244, 242, 237, 0.68);
}
.booking-section {
  display: grid;
  grid-template-columns: minmax(300px, 0.82fr) minmax(0, 1.18fr);
  gap: clamp(44px, 7vw, 104px);
  align-items: start;
  background:
    linear-gradient(90deg, var(--mist) 0%, var(--mist) 52%, var(--ivory) 52%, var(--ivory) 100%);
}
.booking-copy { max-width: 620px; }
.booking-copy p { color: var(--muted); font-size: 18px; line-height: 1.7; }
.booking-cta { margin-top: 18px; }
.testimonials-section {
  background: var(--paper);
  border-bottom: 1px solid var(--line);
}
.testimonials-section .section-heading p {
  max-width: 760px;
  color: var(--muted);
  font-size: 18px;
}
.testimonial-grid article {
  display: grid;
  min-height: 280px;
  align-content: space-between;
  padding: 34px;
  color: var(--paper);
  background: var(--ink);
  border: 1px solid var(--line-dark);
  border-radius: 6px;
}
.testimonial-grid article:nth-child(2) {
  color: var(--ink);
  background: var(--mist);
  border-color: var(--line);
}
.testimonial-grid article:nth-child(2) p,
.testimonial-grid article:nth-child(2) strong,
.testimonial-grid article:nth-child(2) small {
  color: var(--ink);
}
.testimonial-grid p {
  color: rgba(244, 242, 237, 0.78);
  font-family: "Cormorant Garamond", Georgia, "Times New Roman", serif;
  font-size: 29px;
  line-height: 1.2;
}
.testimonial-grid small {
  display: block;
  margin-top: 22px;
  color: rgba(244, 242, 237, 0.62);
  font-size: 15px;
  line-height: 1.65;
}
.testimonial-grid strong {
  color: rgba(244, 242, 237, 0.62);
  font-size: 13px;
  font-weight: 600;
  text-transform: uppercase;
}
.schedule { display: grid; grid-template-columns: repeat(2, 1fr); gap: 18px; }
.slot {
  display: grid;
  min-height: 188px;
  gap: 12px;
  padding: 30px;
  text-align: left;
  background: rgba(244, 242, 237, 0.58);
  border: 1px solid rgba(13, 13, 12, 0.12);
  border-radius: 6px;
  cursor: pointer;
  transition: transform 180ms ease, border-color 180ms ease, background 180ms ease;
}
.slot:hover { border-color: var(--ink); background: var(--ivory); transform: translateY(-2px); }
.slot span { color: var(--accent); font-size: 12px; font-weight: 700; text-transform: uppercase; }
.slot strong { font-family: "Cormorant Garamond", Georgia, serif; font-size: 34px; font-weight: 500; line-height: 1; }
.slot small { color: var(--muted); }
.family-portal { display: grid; grid-template-columns: minmax(320px, 0.95fr) minmax(280px, 1.05fr); gap: clamp(48px, 7vw, 108px); align-items: center; }
.portal-preview { padding: 36px; background: var(--ink); color: var(--paper); border: 1px solid var(--line-dark); border-radius: 6px; box-shadow: var(--shadow); }
.portal-topbar { display: flex; gap: 7px; padding-bottom: 22px; }
.portal-topbar span { width: 10px; height: 10px; background: var(--line); border-radius: 50%; }
.portal-row { display: flex; justify-content: space-between; gap: 16px; margin-bottom: 18px; }
.portal-row small, .portal-preview p { color: rgba(244, 242, 237, 0.68); }
.progress { height: 9px; overflow: hidden; background: rgba(244, 242, 237, 0.16); border-radius: 99px; }
.progress span { display: block; width: 68%; height: 100%; background: var(--accent); }
.teacher-photo {
  height: 230px;
  margin-bottom: 20px;
  border-radius: 5px;
  background: linear-gradient(145deg, rgba(255,255,255,0.06), rgba(0,0,0,0.44)), radial-gradient(circle at 30% 20%, rgba(255,255,255,0.42), transparent 28%), #565653;
}
.tone-two { background-color: #252523; }
.tone-three { background-color: #9f9c92; }
.social-section { display: grid; grid-template-columns: minmax(280px, 0.9fr) minmax(0, 1.1fr); gap: 34px; background: var(--ivory); }
.social-grid article { display: grid; min-height: 130px; align-content: space-between; }
footer { display: flex; gap: 18px; align-items: center; justify-content: space-between; padding: 30px clamp(20px, 4vw, 70px); border-top: 1px solid var(--line); }
dialog { width: min(520px, calc(100vw - 32px)); padding: 0; color: var(--ink); background: var(--paper); border: 1px solid var(--line); border-radius: 6px; box-shadow: var(--shadow); }
dialog::backdrop { background: rgba(32, 29, 26, 0.36); }
dialog form { display: grid; gap: 16px; padding: 30px; }
.close-button { justify-self: end; width: 34px; height: 34px; color: var(--muted); background: transparent; border: 1px solid var(--line); border-radius: 4px; cursor: pointer; }
label { display: grid; gap: 8px; color: var(--muted); font-size: 13px; font-weight: 600; }
input, select {
  width: 100%;
  height: 50px;
  padding: 0 13px;
  color: var(--ink);
  background: #fffdfa;
  border: 1px solid rgba(13, 13, 12, 0.18);
  border-radius: 3px;
  outline: none;
  transition: border-color 160ms ease, box-shadow 160ms ease, background 160ms ease;
}
textarea {
  width: 100%;
  min-height: 150px;
  padding: 12px;
  color: var(--ink);
  background: #fffdfa;
  border: 1px solid rgba(13, 13, 12, 0.18);
  border-radius: 3px;
  outline: none;
  resize: vertical;
  transition: border-color 160ms ease, box-shadow 160ms ease, background 160ms ease;
}
input:focus, select:focus, textarea:focus {
  background: #fff;
  border-color: var(--ink);
  box-shadow: 0 0 0 3px rgba(185, 164, 106, 0.18);
}
.contact-form {
  display: grid;
  gap: 20px;
  padding: clamp(28px, 4vw, 46px);
  background: var(--paper);
  border: 1px solid var(--line);
  border-radius: 3px;
  box-shadow: 0 24px 70px rgba(13, 13, 12, 0.08);
}
.form-row {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 18px;
}
fieldset {
  display: grid;
  gap: 14px;
  margin: 0;
  padding: 20px;
  border: 1px solid rgba(13, 13, 12, 0.14);
  border-radius: 3px;
}
legend {
  padding: 0 8px;
  color: var(--muted);
  font-size: 13px;
  font-weight: 600;
}
.checkbox-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 12px 18px;
}
.checkbox-grid label {
  display: flex;
  min-height: 34px;
  align-items: center;
  gap: 10px;
  color: var(--ink);
  font-weight: 500;
}
.checkbox-grid input {
  width: 16px;
  height: 16px;
}
.hidden-field {
  display: none;
}
.privacy-note {
  margin: -4px 0 0;
  color: var(--muted);
  font-size: 13px;
  line-height: 1.6;
}
.privacy-note a {
  color: var(--ink);
  text-decoration: underline;
  text-underline-offset: 3px;
}
.legal-page {
  display: grid;
  gap: 34px;
  max-width: 920px;
  padding: clamp(72px, 9vw, 120px) clamp(24px, 5vw, 94px);
}
.legal-page article {
  padding-bottom: 30px;
  border-bottom: 1px solid var(--line);
}
.legal-page h2 {
  margin-bottom: 12px;
  font-size: clamp(30px, 4vw, 46px);
}
.legal-page p {
  color: var(--muted);
  font-size: 18px;
  line-height: 1.75;
}
@media (max-width: 900px) {
  .site-header { grid-template-columns: 1fr auto; }
  nav { display: none; }
  .hero, .section-grid, .mission-section, .direction-section, .age-section, .booking-section, .family-portal, .social-section, .editorial-quote, .philosophy-editorial, .philosophy-closing, .listening-note { grid-template-columns: 1fr; }
  .hero { min-height: 0; background: var(--paper); }
  .booking-section { background: var(--mist); }
  .trust-strip, .cards, .path-cards, .format-grid, .level-grid, .testimonial-grid, .mission-columns, .teacher-grid, .social-grid, .editorial-columns, .philosophy-grid, .pillar-grid, .listening-grid { grid-template-columns: repeat(2, 1fr); }
  .home-note { grid-template-columns: 1fr; }
}
@media (max-width: 620px) {
  .site-header { position: static; }
  .header-actions { justify-content: end; }
  .header-actions .primary-button { display: none; }
  h1 { font-size: 46px; }
  .hero-actions, footer { align-items: stretch; flex-direction: column; }
  .trust-strip, .cards, .path-cards, .format-grid, .level-grid, .testimonial-grid, .mission-columns, .schedule, .teacher-grid, .social-grid, .editorial-columns, .philosophy-grid, .pillar-grid, .listening-grid, .form-row, .checkbox-grid { grid-template-columns: 1fr; }
  .method-list article { grid-template-columns: 1fr; gap: 4px; }
}
