.about-page { background: #fcfaf6; color: #38302c; letter-spacing: 0; }
.about-width { max-width: 1200px; margin: 0 auto; padding: 0 40px; }
.about-intro { padding-top: 120px; background: #e8e2d5; }
.about-breadcrumb { display: flex; gap: 14px; color: #746859; font-size: 13px; }
.about-page a { color: inherit; text-decoration: none; }
.about-page a:hover { text-decoration: underline; text-underline-offset: 5px; }
.about-page a:focus-visible { outline: 2px solid #543828; outline-offset: 5px; }
.about-eyebrow { margin-top: 28px; font-size: 15px; color: #796247; }
.about-intro h1 { margin: 12px 0 24px; font-size: 52px; font-weight: 600; color: #543828; line-height: 1.15; }
.about-tagline { font-size: 28px; line-height: 1.5; }
.about-english { margin-top: 8px; font-size: 15px; color: #746859; }
.about-lead { margin-top: 24px; padding-bottom: 32px; font-size: 17px; line-height: 1.9; }
.about-scene { display: block; width: 100%; height: auto; max-height: 240px; object-fit: cover; object-position: center 60%; }
.about-layout { display: grid; grid-template-columns: 196px minmax(0, 1fr); gap: 76px; padding-top: 64px; padding-bottom: 96px; }
.about-contents { position: sticky; top: 32px; align-self: start; display: grid; gap: 18px; font-size: 14px; color: #796247; }
.about-contents p { font-weight: 600; color: #543828; padding-bottom: 16px; border-bottom: 1px solid #d9d0c2; }
.about-article > section { scroll-margin-top: 28px; padding: 52px 0; border-bottom: 1px solid #e3dbce; }
.about-article > section:first-child { padding-top: 0; }
.about-article > section:last-child { padding-bottom: 0; border-bottom: 0; }
.about-article h2 { color: #543828; font-size: 28px; line-height: 1.4; font-weight: 600; margin-bottom: 24px; }
.about-article h3 { color: #543828; font-size: 20px; line-height: 1.6; font-weight: 600; margin: 32px 0 12px; }
.about-article h4 { font-size: 17px; font-weight: 600; line-height: 1.7; }
.about-article p { margin: 0 0 16px; font-size: 16px; line-height: 1.95; overflow-wrap: anywhere; }
.about-article p:last-child { margin-bottom: 0; }
/* Scope shared navigation overrides to this secondary page. */
body:has(.about-page) #kefu { display: none !important; }
body:has(.about-page) #navbar .nav-item a { color: #543828; }
body:has(.about-page) #navbar .nav-center a,
body:has(.about-page) .mobile-logo a { filter: none; }
body:has(.about-page) .hamburger .line { background: #543828; }
@media (max-width: 900px) {
  .about-layout { gap: 36px; grid-template-columns: 160px minmax(0, 1fr); }
}
@media (max-width: 700px) {
  .about-width { padding-left: 24px; padding-right: 24px; }
  .about-intro { padding-top: 100px; }
  .about-eyebrow { margin-top: 36px; }
  .about-intro h1 { font-size: 44px; }
  .about-tagline { font-size: 24px; }
  .about-scene { min-height: 190px; }
  .about-layout { display: block; padding-top: 32px; padding-bottom: 56px; }
  .about-contents { position: static; display: flex; flex-wrap: wrap; gap: 14px 24px; margin-bottom: 36px; padding-bottom: 24px; border-bottom: 1px solid #d9d0c2; }
  .about-contents p { flex-basis: 100%; border: 0; padding: 0; }
  .about-article h2 { font-size: 25px; }
  .about-article > section { padding: 36px 0; }
}
.about-related { display: flex; flex-wrap: wrap; gap: 20px 28px; margin-top: 40px; color: #543828; font-size: 15px; }
