/* ── Image Placeholder ── */
.img-placeholder {
  background: linear-gradient(135deg, #2a1a0f 0%, #1a120b 100%);
  border: 1px dashed rgba(201,147,58,.4);
  display: flex; flex-direction: column; align-items: center; justify-content: center;
  gap: 10px; color: rgba(201,147,58,.6);
  font-family: 'Cinzel', serif; font-size: 0.72rem; letter-spacing: 0.14em;
  text-transform: uppercase; text-align: center; padding: 16px;
}
.img-placeholder .ph-icon { font-size: 2rem; opacity: .5; }
.img-placeholder .ph-label { opacity: .8; line-height: 1.5; }

/* ── Master Intro ── */
#master-intro { background: var(--ink); padding: 80px 24px; }
.master-intro-grid {
  max-width: 1100px; margin: 0 auto;
  display: grid; grid-template-columns: 360px 1fr; gap: 56px; align-items: start;
}
.master-photo-col { display: flex; flex-direction: column; gap: 14px; }
.master-main-photo { width: 100%; aspect-ratio: 3/4; overflow: hidden; }
.master-main-photo img { width: 100%; height: 100%; object-fit: cover; object-position: center 10%; display: block; }
.master-lineage-badge {
  background: var(--crimson); padding: 18px 20px; text-align: center;
}
.master-lineage-badge .gen { font-family: 'Cinzel', serif; font-size: 2.4rem; font-weight: 700; color: var(--gold-lt); line-height: 1; }
.master-lineage-badge .gen-label { font-family: 'Cinzel', serif; font-size: 0.72rem; letter-spacing: 0.14em; color: rgba(255,255,255,.8); text-transform: uppercase; margin-top: 4px; }

.master-bio .master-title {
  font-family: 'Cinzel', serif; font-size: 0.72rem; letter-spacing: 0.28em;
  text-transform: uppercase; color: var(--gold-lt); margin-bottom: 10px; display: block;
}
.master-bio h2 { font-family: 'Cinzel', serif; font-size: clamp(1.8rem, 3vw, 2.8rem); font-weight: 700; color: #fff; line-height: 1.12; margin-bottom: 6px; }
.master-bio .name-chinese { font-family: 'Noto Serif SC', serif; font-size: 1.3rem; color: var(--gold); letter-spacing: 0.12em; margin-bottom: 28px; display: block; }
.master-bio p { font-size: 0.97rem; color: rgba(245,237,216,.78); line-height: 1.85; margin-bottom: 16px; }
.master-stats {
  display: grid; grid-template-columns: repeat(3,1fr); gap: 1px;
  background: rgba(201,147,58,.2); margin-top: 28px; margin-bottom: 28px;
}
.master-stat { background: rgba(255,255,255,.03); padding: 18px 12px; text-align: center; }
.master-stat .ms-num { font-family: 'Cinzel', serif; font-size: 1.8rem; font-weight: 700; color: var(--gold); line-height: 1; }
.master-stat .ms-lbl { font-size: 0.7rem; letter-spacing: 0.12em; text-transform: uppercase; color: rgba(245,237,216,.5); margin-top: 4px; }

/* ── Bio Section ── */
#master-bio { background: var(--parchment); padding: 80px 24px; }
.bio-inner { max-width: 900px; margin: 0 auto; }
.bio-inner .section-tag { display: block; margin-bottom: 8px; }
.bio-inner p { font-size: 0.97rem; color: #3a2d20; line-height: 1.88; margin-bottom: 18px; }
.bio-rule { border: none; border-top: 1px solid rgba(155,28,28,.18); margin: 44px 0; }

.phil-quote {
  border-left: 4px solid var(--gold); padding: 20px 24px;
  background: #fff; margin: 28px 0;
  font-family: 'Noto Serif', serif; font-style: italic;
  font-size: 1.05rem; color: var(--ink); line-height: 1.75;
}
.phil-quote cite {
  display: block; margin-top: 12px; font-size: 0.8rem; font-style: normal;
  font-family: 'Cinzel', serif; color: var(--warm-mid); letter-spacing: .08em;
}

.chinese-section-heading {
  font-family: 'Noto Serif SC', serif; font-size: 1.5rem; color: var(--ink);
  margin-bottom: 6px; margin-top: 0;
}
.chinese-section-sub {
  font-family: 'Noto Serif SC', serif; font-size: 0.9rem; color: var(--warm-mid);
  letter-spacing: 0.06em; display: block; margin-bottom: 24px;
}
.chinese-para {
  font-family: 'Noto Serif SC', serif; font-size: 0.94rem; color: #3a2d20;
  line-height: 2; margin-bottom: 18px;
}

/* ── Credentials ── */
#credentials { background: var(--cream); padding: 80px 24px; }
.cred-grid { display: grid; grid-template-columns: repeat(3,1fr); gap: 24px; max-width: 1100px; margin: 40px auto 0; }
.cred-block { background: #fff; padding: 26px 22px; border-left: 4px solid var(--crimson); box-shadow: 0 2px 10px var(--shadow); }
.cred-block h4 { font-family: 'Cinzel', serif; font-size: 0.82rem; letter-spacing: 0.08em; color: var(--crimson); margin-bottom: 12px; }
.cred-block ul { list-style: none; display: flex; flex-direction: column; gap: 8px; }
.cred-block li { font-size: 0.84rem; color: var(--warm-mid); padding-left: 14px; position: relative; line-height: 1.55; }
.cred-block li::before { content: '✦'; position: absolute; left: 0; color: var(--gold); font-size: 0.6rem; top: 4px; }

/* ── Performances Photo Strip ── */
#performances { background: var(--ink); padding: 72px 24px; }
#performances .section-tag { color: var(--gold-lt); }
#performances .section-title { color: var(--parchment); }
.perf-strip {
  display: grid; grid-template-columns: repeat(3,1fr); gap: 10px;
  margin-top: 40px; max-width: 1100px; margin-left: auto; margin-right: auto;
}
.perf-item { aspect-ratio: 4/3; position: relative; overflow: hidden; }
.perf-item img { width: 100%; height: 100%; object-fit: cover; object-position: center; display: block; transition: transform .4s ease; }
.perf-item img:hover { transform: scale(1.04); }
.perf-item .img-placeholder { height: 100%; background: linear-gradient(135deg,#2a1a0f,#1a0a00); }

/* ── CTA Band ── */
#cta-band { background: var(--crimson); padding: 64px 24px; text-align: center; }
#cta-band .section-tag { color: var(--gold-lt); }
#cta-band h2 { font-family: 'Cinzel', serif; font-size: clamp(1.6rem, 3vw, 2.4rem); color: #fff; margin-bottom: 12px; }
#cta-band p { font-family: 'Noto Serif', serif; font-style: italic; color: rgba(255,255,255,.78); max-width: 480px; margin: 0 auto 32px; }
#cta-band .btn-row { display: flex; gap: 16px; justify-content: center; flex-wrap: wrap; }

@media(max-width:960px) {
  .master-intro-grid { grid-template-columns: 1fr; }
  .master-photo-col { flex-direction: row; align-items: flex-start; }
  .master-main-photo { width: 220px; flex-shrink: 0; }
  .cred-grid { grid-template-columns: 1fr 1fr; }
  .perf-strip { grid-template-columns: repeat(2,1fr); }
}
@media(max-width:600px) {
  .master-photo-col { flex-direction: column; }
  .master-main-photo { width: 100%; }
  .cred-grid { grid-template-columns: 1fr; }
  .master-stats { grid-template-columns: repeat(2,1fr); }
}
