/* Song Chen Music — proposed redesign
   Palette sampled from her own recital photography: ebony stage, warm wood,
   and the deep concert red of her gown. One locked accent (that red).
   Type: Cormorant Garamond (Latin display) paired with a CJK SERIF for the
   Chinese pages, so the page reads equally elegant in both languages —
   a sans fallback on Chinese headings is exactly what makes bilingual sites
   feel like an afterthought. */

@font-face { font-family: "Cormorant"; src: url("../fonts/CormorantGaramond-600.woff2") format("woff2");
  font-weight: 600; font-display: swap; }
@font-face { font-family: "Cormorant"; src: url("../fonts/CormorantGaramond-600-i.woff2") format("woff2");
  font-weight: 600; font-style: italic; font-display: swap; }
@font-face { font-family: "Figtree"; src: url("../fonts/Figtree-400.woff2") format("woff2");
  font-weight: 400; font-display: swap; }
@font-face { font-family: "Figtree"; src: url("../fonts/Figtree-600.woff2") format("woff2");
  font-weight: 600; font-display: swap; }
@font-face { font-family: "Figtree"; src: url("../fonts/Figtree-700.woff2") format("woff2");
  font-weight: 700; font-display: swap; }

:root {
  --paper: #FBF7F1;
  --paper-2: #F2EADD;
  --ink: #17130F;
  --ink-soft: #574C43;
  --red: #9E2B1E;          /* accent — text on cream */
  --red-bright: #BE4322;   /* accent — buttons, large marks */
  --red-soft: #ECA583;     /* accent — on dark */
  --line: #E2D6C4;
  --font-display: "Cormorant", Georgia, serif;
  --font-body: "Figtree", system-ui, -apple-system, sans-serif;
}

/* Chinese pages: CJK-first stacks. Latin faces carry no CJK glyphs, so without
   this every Chinese heading silently falls back to a system sans. */
html[lang="zh"] {
  --font-display: "Songti SC", "Noto Serif SC", "Source Han Serif SC",
                  "STSong", "SimSun", Georgia, serif;
  --font-body: "PingFang SC", "Hiragino Sans GB", "Noto Sans SC",
               "Microsoft YaHei", system-ui, sans-serif;
}
html[lang="zh"] body { line-height: 1.85; }         /* CJK needs more leading */
html[lang="zh"] h1, html[lang="zh"] h2, html[lang="zh"] h3 { letter-spacing: .02em; line-height: 1.3; }
html[lang="zh"] .script { font-style: normal; }      /* CJK has no true italic */

* { box-sizing: border-box; }
html { -webkit-text-size-adjust: 100%; scroll-behavior: smooth; }
body {
  margin: 0; background: var(--paper); color: var(--ink);
  font-family: var(--font-body); font-size: 17px; line-height: 1.65;
}
h1, h2, h3 { font-family: var(--font-display); font-weight: 600; line-height: 1.12; margin: 0; }
img { max-width: 100%; display: block; }
a { color: var(--red); }
.script { font-family: var(--font-display); font-style: italic; }

.wrap { max-width: 1080px; margin: 0 auto; padding-inline: 22px; }
.section { padding-block: 62px; }
.skip-link { position: absolute; left: -9999px; }
.skip-link:focus { left: 12px; top: 12px; background: var(--ink); color: #fff; padding: 10px 16px; z-index: 99; }

/* ribbon */
.ribbon { background: var(--paper-2); font-size: 13.5px; padding: 9px 22px;
  display: flex; flex-wrap: wrap; gap: 8px 16px; align-items: center; justify-content: center;
  border-bottom: 1px solid var(--line); text-align: center; }
.ribbon a, .ribbon button { color: var(--red); font: inherit; background: none; border: 0;
  text-decoration: underline; cursor: pointer; min-height: 44px; display: inline-flex; align-items: center; padding: 4px 2px; }

/* header */
.header { border-bottom: 1px solid var(--line); background: var(--paper); }
.header-in { display: flex; align-items: center; justify-content: space-between; gap: 14px; padding-block: 14px; }
.brand { text-decoration: none; color: var(--ink); min-height: 44px; display: flex; flex-direction: column; justify-content: center; }
.brand-name { font-family: var(--font-display); font-size: 25px; line-height: 1.05; }
.brand-sub { font-size: 10.5px; letter-spacing: .16em; text-transform: uppercase; color: var(--ink-soft); margin-top: 3px; }
html[lang="zh"] .brand-sub { letter-spacing: .08em; }
.head-right { display: flex; align-items: center; gap: 8px; }
.nav-desktop { display: none; gap: 20px; }
.nav-desktop a { color: var(--ink); text-decoration: none; font-size: 15px; min-height: 44px; display: inline-flex; align-items: center; }
.nav-desktop a:hover { color: var(--red); }
/* language toggle — a real control, not a footnote */
.lang {
  display: inline-flex; align-items: center; justify-content: center;
  min-height: 44px; padding: 0 15px; border: 1.5px solid var(--ink);
  border-radius: 999px; text-decoration: none; color: var(--ink);
  font-weight: 600; font-size: 14.5px; white-space: nowrap;
}
.lang:hover { background: var(--ink); color: var(--paper); }
.nav-mobile summary { list-style: none; cursor: pointer; font-weight: 600; font-size: 15px;
  min-height: 44px; min-width: 44px; display: inline-flex; align-items: center; justify-content: center; }
.nav-mobile summary::-webkit-details-marker { display: none; }
.nav-drop { position: absolute; left: 0; right: 0; background: var(--paper); z-index: 30;
  border-bottom: 1px solid var(--line); padding: 4px 22px 14px; }
.nav-drop a { display: block; color: var(--ink); text-decoration: none; padding: 13px 0;
  border-top: 1px solid var(--line); min-height: 44px; }

/* hero */
.hero { padding-block: 40px 10px; }
.hero-grid { display: grid; grid-template-columns: 1fr; gap: 28px; align-items: center; }
.kicker { font-size: 11.5px; letter-spacing: .18em; text-transform: uppercase; color: var(--red);
  font-weight: 700; margin: 0 0 16px; }
html[lang="zh"] .kicker { letter-spacing: .1em; font-size: 12.5px; }
.hero h1 { font-size: clamp(40px, 8vw, 68px); margin-bottom: 18px; }
html[lang="zh"] .hero h1 { font-size: clamp(31px, 6.4vw, 52px); }
.hero-lede { font-size: clamp(16.5px, 2vw, 19px); color: var(--ink-soft); max-width: 44ch; margin: 0 0 12px; }
.hero-where { font-size: 15.5px; color: var(--ink-soft); margin: 0 0 26px; }
.hero-where strong { color: var(--ink); }
.hero-photo { position: relative; }
.hero-photo img { width: 100%; aspect-ratio: 1/1; object-fit: cover; border-radius: 3px; }
.photo-cap { font-size: 12.5px; color: var(--ink-soft); margin-top: 9px; }

.cta-row { display: flex; flex-wrap: wrap; gap: 11px; }
.btn { display: inline-flex; align-items: center; justify-content: center; gap: 8px;
  min-height: 50px; padding: 13px 24px; border-radius: 999px; font-weight: 600;
  text-decoration: none; font-size: 16px; white-space: nowrap; }
.btn-primary { background: var(--red-bright); color: #fff; }
.btn-primary:hover { background: var(--red); }
.btn-ghost { border: 1.5px solid var(--ink); color: var(--ink); }
.btn-ghost:hover { background: var(--ink); color: var(--paper); }

/* lessons */
.lessons { background: var(--paper-2); }
.lesson-grid { display: grid; grid-template-columns: 1fr; gap: 26px; margin-top: 28px; }
.lesson { background: var(--paper); border: 1px solid var(--line); border-radius: 4px; padding: 26px 24px 28px; }
.lesson h3 { font-size: 27px; margin-bottom: 6px; }
html[lang="zh"] .lesson h3 { font-size: 24px; }
.lesson-who { font-size: 14px; font-weight: 700; color: var(--red); letter-spacing: .04em;
  text-transform: uppercase; margin: 0 0 12px; }
html[lang="zh"] .lesson-who { text-transform: none; letter-spacing: .04em; font-size: 14.5px; }
.lesson p { margin: 0; color: var(--ink-soft); font-size: 16px; }

/* credentials */
.creds { display: grid; grid-template-columns: 1fr; gap: 26px; margin-top: 26px; }
.cred { border-top: 2px solid var(--ink); padding-top: 16px; }
.cred-line { font-family: var(--font-display); font-size: 21px; line-height: 1.25; }
html[lang="zh"] .cred-line { font-size: 19px; }
.cred-sub { font-size: 14.5px; color: var(--ink-soft); margin-top: 6px; }

/* quote */
.quote { background: var(--ink); color: var(--paper); }
.quote blockquote { margin: 0; font-family: var(--font-display); font-size: clamp(24px, 4vw, 38px);
  line-height: 1.32; max-width: 22ch; }
html[lang="zh"] .quote blockquote { font-size: clamp(20px, 3.2vw, 30px); line-height: 1.55; max-width: 26ch; }
.quote cite { display: block; margin-top: 20px; font-family: var(--font-body); font-style: normal;
  font-size: 14.5px; letter-spacing: .1em; text-transform: uppercase; color: var(--red-soft); }
html[lang="zh"] .quote cite { text-transform: none; letter-spacing: .04em; }

/* performance */
.perf-grid { display: grid; grid-template-columns: 1fr; gap: 28px; align-items: center; }
.perf-list { list-style: none; padding: 0; margin: 20px 0 0; }
.perf-list li { padding: 12px 0; border-top: 1px solid var(--line); font-size: 16.5px; }
.perf-photo img { width: 100%; aspect-ratio: 4/3; object-fit: cover; border-radius: 3px; }

/* contact */
.contact { background: var(--paper-2); }
.contact-grid { display: grid; grid-template-columns: 1fr; gap: 12px; margin-top: 26px; }
.ccard { background: var(--paper); border: 1px solid var(--line); border-radius: 4px;
  padding: 20px; text-decoration: none; color: var(--ink); display: block; min-height: 44px; }
.ccard:hover { border-color: var(--ink); }
.ccard-label { font-size: 12px; letter-spacing: .14em; text-transform: uppercase; color: var(--ink-soft); }
html[lang="zh"] .ccard-label { letter-spacing: .06em; text-transform: none; font-size: 13px; }
.ccard-value { font-family: var(--font-display); font-size: 25px; margin-top: 5px; word-break: break-word; }
html[lang="zh"] .ccard-value { font-size: 22px; }
.ccard.feature { border: 2px solid var(--red-bright); }
.ccard.feature .ccard-label { color: var(--red); font-weight: 700; }

/* footer */
.footer { background: var(--ink); color: #C9BDB2; padding-block: 38px; font-size: 14.5px; }
.footer a { color: var(--red-soft); }
.footer-name { font-family: var(--font-display); color: var(--paper); font-size: 22px; margin-bottom: 8px; }

/* sticky bar — BOTTOM pinned, mobile only (whole audience arrives by phone) */
.callbar { position: fixed; left: 0; right: 0; bottom: 0; z-index: 40; display: flex; background: var(--red-bright); }
.callbar a { flex: 1; text-align: center; color: #fff; text-decoration: none; font-weight: 600;
  padding: 14px 8px; min-height: 54px; display: flex; align-items: center; justify-content: center; font-size: 15.5px; }
.callbar a + a { border-left: 1px solid rgba(255,255,255,.4); }
body { padding-bottom: 58px; }

@media (min-width: 720px) {
  .lesson-grid { grid-template-columns: 1fr 1fr; }
  .creds { grid-template-columns: repeat(3, 1fr); }
  .contact-grid { grid-template-columns: repeat(3, 1fr); }
  .perf-grid { grid-template-columns: 1fr 1fr; gap: 42px; }
  .section { padding-block: 82px; }
}
@media (min-width: 940px) {
  .nav-desktop { display: flex; }
  .nav-mobile { display: none; }
  .callbar { display: none; }
  body { padding-bottom: 0; }
  .hero-grid { grid-template-columns: 1.05fr .95fr; gap: 52px; }
  .hero { padding-block: 64px 16px; }
}
