/* Section pages reuse the site's typography, colors and expanded content styles. */
.section-page-main { min-height: 65vh; overflow-wrap: anywhere; }
.section-page-main .section { padding-top: 48px; }
.section-breadcrumb { padding-top: 28px; color: var(--text-muted); font-size: 13px; }
.section-breadcrumb a { color: var(--primary); }
.section-breadcrumb span { padding: 0 10px; }
.section-page-hero { width: calc(100% - 48px); max-width: 1152px; margin-top: 24px; padding: 0; aspect-ratio: 8 / 3; overflow: hidden; border-radius: 22px; background: #0b2430; box-shadow: 0 20px 52px rgba(12, 48, 58, 0.14); contain: paint; }
.section-page-hero img { display: block; width: 100%; height: 100%; border-radius: inherit; object-fit: cover; object-position: center; }
.section-page-hero + .section { padding-top: 64px; }
html[lang="en"] .section-page .section-tag { display: none; }
.section-detail-stack { display: grid; gap: 28px; }
.section-page .section-header { max-width: 760px; }
.section-page .section-header:has(.section-subtitle) { max-width: 640px; }
.section-page #culture, .section-page #timeline { scroll-margin-top: 24px; }
.section-page[data-section="about"] .about-card { text-align: center; }
.section-page[data-section="about"] .about-icon { margin-inline: auto; }
.section-page[data-section="about"] .about-card > p,
.section-page[data-section="about"] .culture-summary { width: fit-content; max-width: min(100%, 20rem); margin-inline: auto; text-align: start; }
.timeline-detail-list { list-style: none; max-width: 960px; margin: 0 auto; padding: 0; }
.culture-section { max-width: 960px; margin: 64px auto 0; }
.culture-detail { padding: 28px 0; border-bottom: 1px solid var(--border); }
.culture-detail:last-child { border-bottom: 0; }
.culture-detail h3 { color: var(--primary); margin-bottom: 12px; line-height: 1.6; }
.culture-detail p { line-height: 1.9; color: var(--text-muted); white-space: pre-line; overflow-wrap: anywhere; }
.timeline-detail-item { display: grid; grid-template-columns: 150px minmax(0, 1fr); gap: 36px; position: relative; }
.timeline-detail-year { color: var(--primary); font-size: 22px; font-weight: 700; padding: 2px 24px 40px 0; }
.timeline-detail-description { padding: 4px 0 40px 30px; border-left: 2px solid var(--primary-light); line-height: 1.9; color: var(--text-muted); }
.timeline-detail-description::before { content: ''; position: absolute; left: 181px; top: 12px; width: 12px; height: 12px; border-radius: 50%; background: var(--primary); }
.timeline-detail-item:last-child .timeline-detail-description { padding-bottom: 0; }
.timeline-detail-title { display: table; font-size: 20px; font-weight: 600; line-height: 1.5; color: var(--primary); background: var(--bg-alt); border: 1px solid var(--border); border-radius: var(--radius); padding: 6px 14px; margin-bottom: 16px; }
.timeline-detail-description p { white-space: pre-line; }
.timeline-detail-title:only-child { margin-bottom: 0; }
.section-page[data-section="careers"] .section-header { margin-bottom: 24px; }
.team-expand-body { min-width: 0; flex: 1; }
.section-page .expand-content, .section-page .timeline-detail-description, .section-page .news-item-body { overflow-wrap: anywhere; }
.section-page .expand-content img { max-width: 100%; height: auto; }
.partner-detail { display: grid; grid-template-columns: minmax(0, 1fr) minmax(0, 1fr); gap: 40px; padding: 36px 0; border-bottom: 1px solid var(--border); align-items: start; }
.partner-detail:first-child { padding-top: 0; }
.partner-detail:last-child { border-bottom: 0; }
.partner-detail-text-only { grid-template-columns: 1fr; }
.content-load-status { text-align: center; color: var(--text-muted); font-size: 14px; padding: 24px 0; margin-top: 24px; min-height: 72px; }
.section-page .section-desc:empty { display: none; }
.section-page .contact-form { min-width: 0; }
.section-page a:focus-visible, .section-page button:focus-visible { outline: 3px solid var(--primary); outline-offset: 4px; }
@media (max-width: 768px) {
  .section-page-main .section { padding-top: 32px; }
  .section-page-hero { width: calc(100% - 40px); margin-top: 20px; border-radius: 16px; }
  .section-page-hero + .section { padding-top: 48px; }
  .section-page .section-header { margin-bottom: 36px; }
  .timeline-detail-item { grid-template-columns: 90px minmax(0, 1fr); gap: 16px; }
  .timeline-detail-year { font-size: 18px; padding-right: 4px; overflow-wrap: anywhere; }
  .timeline-detail-description { padding-left: 20px; }
  .timeline-detail-description::before { left: 101px; }
  .partner-detail { grid-template-columns: 1fr; gap: 24px; }
  .partner-detail-heading .partner-name { font-size: 21px; }
  .timeline-detail-title { font-size: 18px; }
  .section-page .expand-panel-inner { padding: 24px; }
}
