/* Yim Mau-Kun — Chinese painting detail page font overrides.
   Layered AFTER assets/css/painting.css so Cormorant/EB Garamond rules
   become Noto Serif TC for Chinese glyph support. */

body {
  font-family:'Noto Serif TC','EB Garamond',Georgia,serif;
  line-height:1.95;
}

.painting-meta-col .zh-title {
  font-family:'Noto Serif TC','Cormorant Garamond',serif;
  font-weight:500;
  color:var(--cream);
  letter-spacing:.04em;
  font-size:1.7rem;
}

.painting-meta-col h1 {
  font-family:'Cormorant Garamond',serif;
  font-style:italic;
  color:var(--sepia-light);
  font-size:clamp(2rem,3.6vw,2.8rem);
  letter-spacing:.01em;
  margin-bottom:1.6rem;
}

.painting-intro {
  font-family:'Noto Serif TC',serif;
  font-style:normal;
  font-weight:400;
  color:var(--sepia-light);
  font-size:clamp(1.1rem,1.6vw,1.3rem);
  line-height:1.8;
}

.story-section h2 {
  font-family:'Noto Serif TC','Cormorant Garamond',serif;
  font-weight:500;
  letter-spacing:.04em;
  line-height:1.4;
}
.story-section h2 .thin {
  font-family:'Cormorant Garamond',serif;
  font-style:italic;
  font-weight:400;
}

.story-body p { font-family:'Noto Serif TC','EB Garamond',serif; line-height:2.05; font-size:1.05rem; }
.story-body em { font-style:normal; font-weight:500; color:var(--cream-soft); }
.story-body p:first-of-type::first-letter {
  font-family:'Noto Serif TC',serif;
  font-style:normal;
  font-weight:600;
  font-size:3.4rem;
}

.spec-row dt { font-family:'Noto Serif TC',serif; letter-spacing:.18em; text-transform:none; font-size:.85rem }
.spec-row dd { font-family:'Noto Serif TC',serif; font-size:.95rem }

.painting-cta {
  font-family:'Noto Serif TC',serif;
  font-weight:500;
  font-size:.95rem;
  letter-spacing:.1em;
  text-transform:none;
}

.inquiry-band h2 {
  font-family:'Noto Serif TC',serif;
  font-style:normal;
  font-weight:500;
  letter-spacing:.04em;
  line-height:1.4;
}
.inquiry-band p { font-family:'Noto Serif TC',serif; font-size:1rem; line-height:1.95 }

.story-section .section-eyebrow,
.related-header a,
.breadcrumb a, .breadcrumb span {
  font-family:'Noto Serif TC',serif;
  text-transform:none;
  font-size:.85rem;
  letter-spacing:.18em;
}

.related-header h2 {
  font-family:'Noto Serif TC','Cormorant Garamond',serif;
  font-weight:500;
}

.related-card .mono { font-family:'Noto Serif TC',serif; text-transform:none; font-size:.78rem; letter-spacing:.18em }
.related-card .zh { font-family:'Noto Serif TC',serif; font-weight:500; color:var(--cream); font-size:1.05rem }
.related-card .en { font-family:'Cormorant Garamond',serif; font-style:italic; color:var(--sepia-light); font-size:.95rem }

nav a {
  font-family:'Noto Serif TC',serif;
  font-size:.95rem;
  font-weight:500;
  letter-spacing:.05em;
  text-transform:none;
}

.f-brand .f-name { font-family:'Noto Serif TC',serif; font-weight:500; font-style:normal }
.f-brand p { font-family:'Noto Serif TC',serif; font-size:.95rem; line-height:1.95 }
.f-col h4 { font-family:'Noto Serif TC',serif; font-size:.92rem; letter-spacing:.18em; text-transform:none }
.f-col a { font-family:'Noto Serif TC',serif; font-size:.95rem }
.footer-bottom p,
.footer-bottom .f-social a {
  font-family:'Noto Serif TC',serif;
  text-transform:none;
  font-size:.85rem;
  letter-spacing:.1em;
}

.painting-img-wrap.no-image .pmark {
  font-family:'Noto Serif TC',serif;
  font-style:normal;
  font-weight:500;
}
.painting-img-wrap.no-image .pmark span {
  font-family:'Noto Serif TC',serif;
  font-size:.85rem;
  letter-spacing:.25em;
  text-transform:none;
}

.related-img-wrap.no-image span {
  font-family:'Noto Serif TC',serif;
  font-size:.85rem;
  letter-spacing:.25em;
  text-transform:none;
}
