.about-page {
  --paper: #fffdfa;
  --warm: #f5f1ef;
  --ink: #211f24;
  --body: #595459;
  --red: #c64b67;
  --deep-red: #a93650;
  --teal: #315f62;
  --mist: #dde8e5;
  --gold: #bfa86f;
  --line: #d8d3d4;
  --max: 1200px;
}
.about-page {
  min-width: 0;
  overflow: hidden;
  color: var(--ink);
  background: var(--paper);
  font-family: "Source Han Serif CN", serif;
  line-height: 1.7;
  letter-spacing: 0;
}
.about-page a {
  color: inherit;
  text-decoration: none;
}
.about-page svg {
  display: block;
}
.about-page :where(h1, h2, h3, p, figure) {
  margin: 0;
}
.about-page :where(h1, h2, h3) {
  font-weight: 650;
  letter-spacing: 0;
}
.about-page :focus-visible {
  outline: 2px solid var(--gold);
  outline-offset: 4px;
}
.container {
  width: min(var(--max), calc(100% - 96px));
  margin: 0 auto;
}
.eyebrow {
  color: var(--deep-red);
  font-family: "Source Han Sans CN", sans-serif;
  font-size: 0.8125rem;
  font-weight: 700;
  line-height: 1.5;
}
.section-title {
  margin-top: 0.875rem;
  font-size: 2.625rem;
  line-height: 1.28;
}
.section-summary {
  max-width: 620px;
  color: var(--body);
  font-size: 1rem;
  line-height: 1.9;
}

.hero {
  position: relative;
  height: clamp(590px, 42.9vw, 720px);
  background-image: url("../../images/pages/about-us/hero-headquarters-building.webp");
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  overflow: hidden;
}
.hero::before {
  position: absolute;
  inset: 0;
  background: linear-gradient(
    90deg,
    rgba(255, 253, 250, 0.97) 0%,
    rgba(255, 253, 250, 0.94) 30%,
    rgba(255, 253, 250, 0.76) 48%,
    rgba(255, 253, 250, 0.22) 68%,
    rgba(255, 253, 250, 0) 80%
  );
  content: "";
}
.hero-grid {
  display: flex;
  position: relative;
  z-index: 1;
  height: 100%;
  align-items: center;
}
.hero-copy {
  width: min(650px, 58%);
  padding: 0;
}
.hero-company {
  margin-top: 1.125rem;
  color: var(--teal);
  font-family: "Source Han Sans CN", sans-serif;
  font-size: 1.0625rem;
  font-weight: 600;
  line-height: 1.6;
}
.hero-title {
  margin-top: 0.9375rem;
  max-width: 630px;
  font-size: 3.125rem;
  line-height: 1.24;
}
.hero-title strong {
  color: var(--deep-red);
  font-weight: 650;
}
.hero-summary {
  margin-top: 1.625rem;
  max-width: 590px;
  color: var(--body);
  font-size: 1.0625rem;
  line-height: 1.95;
}
.brand-expression {
  display: flex;
  margin-top: 2rem;
  padding-top: 1.25rem;
  align-items: center;
  gap: 1rem;
  border-top: 1px solid var(--line);
  color: var(--body);
  font-family: "Source Han Sans CN", sans-serif;
  font-size: 0.875rem;
  line-height: 1.65;
}
.brand-expression::before {
  width: 38px;
  height: 3px;
  flex: 0 0 auto;
  background: var(--red);
  content: "";
}

.facts {
  padding: 2.125rem 0;
  color: var(--paper);
  background: var(--ink);
}
.facts-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
}
.fact {
  display: grid;
  grid-template-columns: 46px minmax(0, 1fr);
  gap: 1.125rem;
  align-items: center;
  padding: 0.3125rem 2.125rem;
  border-left: 1px solid rgba(255, 253, 250, 0.22);
}
.fact:first-child {
  padding-left: 0;
  border-left: 0;
}
.fact-icon {
  display: grid;
  width: 42px;
  height: 42px;
  place-items: center;
  border: 1px solid rgba(191, 168, 111, 0.72);
  color: #d5c18b;
}
.fact-icon svg {
  width: 22px;
  height: 22px;
  fill: none;
  stroke: currentColor;
  stroke-width: 1.7;
  stroke-linecap: round;
  stroke-linejoin: round;
}
.fact-kicker {
  color: #c8c0c3;
  font-family: "Source Han Sans CN", sans-serif;
  font-size: 0.75rem;
  font-weight: 500;
  line-height: 1.5;
}
.fact-value {
  margin-top: 0.1875rem;
  color: var(--paper);
  font-size: 1.1875rem;
  font-weight: 650;
  line-height: 1.5;
}

.history {
  padding: var(--yj-section-y) 0;
  background: var(--warm);
}
.history-head {
  display: grid;
  grid-template-columns: 0.8fr 1.2fr;
  gap: 5.5rem;
  align-items: end;
}
.history-head .section-summary {
  justify-self: end;
}
.timeline {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 2.5rem;
  margin-top: 3.875rem;
}
.timeline-item {
  padding-top: 1.375rem;
  border-top: 1px solid var(--line);
}
.timeline-marker {
  display: flex;
  align-items: center;
  gap: 0.75rem;
  color: var(--deep-red);
  font-size: 1.875rem;
  font-weight: 650;
  line-height: 1;
}
.timeline-marker::before {
  box-sizing: content-box;
  width: 10px;
  height: 10px;
  flex: 0 0 auto;
  border: 3px solid var(--warm);
  background: var(--red);
  box-shadow: 0 0 0 1px var(--red);
  content: "";
}
.timeline-item h3 {
  margin-top: 1.125rem;
  font-size: 1.3125rem;
  line-height: 1.45;
}
.timeline-item p {
  margin-top: 0.5625rem;
  max-width: 330px;
  color: var(--body);
  font-size: 0.9375rem;
  line-height: 1.8;
}
.archive-note {
  display: grid;
  grid-template-columns: 0.68fr 1.32fr;
  gap: 2.625rem;
  margin-top: 3.625rem;
  padding: 1.625rem 0;
  border-top: 1px solid var(--line);
  border-bottom: 1px solid var(--line);
}
.archive-note h3 {
  font-size: 1.125rem;
  line-height: 1.55;
}
.archive-note p {
  color: var(--body);
  font-size: 0.875rem;
  line-height: 1.85;
}
.archive-link {
  display: inline-flex;
  margin-top: 0.625rem;
  align-items: center;
  gap: 0.5rem;
  color: var(--deep-red);
  font-family: "Source Han Sans CN", sans-serif;
  font-size: 0.875rem;
  font-weight: 600;
}
.archive-link:hover {
  text-decoration: underline;
  text-underline-offset: 4px;
}

.chairman {
  position: relative;
  z-index: 0;
  padding: 2.25rem 0 2.625rem;
  scroll-margin-top: 3.75rem;
  background: var(--paper);
}
.chairman-grid {
  display: grid;
  grid-template-columns: minmax(0, 455px) minmax(0, 1fr);
  gap: 4.5rem;
  align-items: center;
}
.chairman-video {
  width: min(100%, 350px);
  min-width: 0;
  justify-self: center;
}
.video-stage {
  display: grid;
  position: relative;
  z-index: 0;
  aspect-ratio: 9 / 16;
  overflow: hidden;
  place-items: center;
  border: 1px solid rgba(255, 253, 250, 0.22);
  border-radius: 6px;
  background: #262329;
  color: var(--paper);
}
.video-stage video {
  display: block;
  position: relative;
  z-index: 0;
  width: 100%;
  height: 100%;
  background: #161418;
  object-fit: contain;
}
.video-stage::before {
  position: absolute;
  inset: 16px;
  border: 1px solid rgba(255, 253, 250, 0.15);
  content: "";
  pointer-events: none;
}
.video-kicker {
  position: absolute;
  top: 28px;
  left: 30px;
  color: #d5c18b;
  font-family: "Source Han Sans CN", sans-serif;
  font-size: 0.6875rem;
  font-weight: 650;
  line-height: 1.5;
}
.video-play {
  display: grid;
  width: 66px;
  height: 66px;
  place-items: center;
  border: 1px solid rgba(255, 253, 250, 0.64);
  border-radius: 50%;
  background: rgba(255, 253, 250, 0.08);
  color: #fffdfa;
}
.video-play svg {
  width: 24px;
  height: 24px;
  margin-left: 0.25rem;
  fill: currentColor;
}
.video-stage-copy {
  position: absolute;
  right: 30px;
  bottom: 26px;
  left: 30px;
  display: flex;
  align-items: end;
  justify-content: space-between;
  gap: 1.25rem;
}
.video-stage-copy strong {
  font-size: 1.5625rem;
  font-weight: 620;
  line-height: 1.4;
}
.video-stage-copy span {
  color: #d3cbce;
  font-family: "Source Han Sans CN", sans-serif;
  font-size: 0.8125rem;
  line-height: 1.6;
}
.video-caption {
  display: flex;
  padding: 0.875rem 0.125rem 0;
  align-items: center;
  justify-content: space-between;
  gap: 1.25rem;
  color: var(--body);
  font-family: "Source Han Sans CN", sans-serif;
  font-size: 0.8125rem;
  line-height: 1.6;
}
.video-caption small {
  color: var(--deep-red);
  font-size: 0.75rem;
  font-weight: 650;
}
.chairman-copy {
  min-width: 0;
  padding-right: 3.5rem;
}
.chairman-heading {
  display: flex;
  margin-top: 0.625rem;
  padding-bottom: 1.0625rem;
  align-items: end;
  justify-content: space-between;
  gap: 1.75rem;
  border-bottom: 1px solid var(--ink);
}
.chairman-name {
  font-size: 2.625rem;
  line-height: 1.2;
}
.chairman .eyebrow {
  font-size: 0.875rem;
}
.chairman-role {
  max-width: 330px;
  color: var(--teal);
  font-family: "Source Han Sans CN", sans-serif;
  font-size: 0.9375rem;
  font-weight: 650;
  line-height: 1.65;
  text-align: right;
}
.chairman-intro {
  margin-top: 1.125rem;
  color: var(--body);
  font-size: 1.0625rem;
  line-height: 1.82;
}
.chairman-intro p + p {
  margin-top: 0.625rem;
}
.career-head {
  display: flex;
  margin-top: 1.5rem;
  align-items: center;
  gap: 1.125rem;
}
.career-head h3 {
  font-size: 1.25rem;
  line-height: 1.5;
}
.career-head span {
  color: var(--deep-red);
  font-family: "Source Han Sans CN", sans-serif;
  font-size: 0.875rem;
  font-weight: 700;
  line-height: 1.5;
}
.career-list {
  margin: 0.625rem 0 0;
  padding: 0;
  list-style: none;
  border-top: 1px solid var(--line);
}
.career-item {
  display: grid;
  grid-template-columns: 105px minmax(0, 1fr);
  gap: 1.25rem;
  padding: 0.75rem 0;
  border-bottom: 1px solid var(--line);
}
.career-item time {
  color: var(--deep-red);
  font-family: "Source Han Sans CN", sans-serif;
  font-size: 0.875rem;
  font-weight: 700;
  line-height: 1.75;
}
.career-item p {
  color: var(--body);
  font-size: 1rem;
  line-height: 1.75;
}

.team {
  padding: var(--yj-section-y-tight) 0;
  background: var(--mist);
}
.team .container {
  width: min(1504px, calc(100% - 128px));
}
.team-head {
  display: flex;
  justify-content: space-between;
  align-items: end;
  gap: 4rem;
}
.team-grid {
  display: grid;
  margin-top: 1.375rem;
  grid-template-columns: repeat(5, minmax(0, 1fr));
  gap: 1.375rem 1.125rem;
}
.member-card {
  min-width: 0;
  overflow: hidden;
  border: 1px solid rgba(49, 95, 98, 0.2);
  border-radius: 8px;
  background: rgba(255, 253, 250, 0.78);
}
.member-photo {
  display: grid;
  position: relative;
  aspect-ratio: 1;
  place-content: center;
  justify-items: center;
  gap: 0.875rem;
  overflow: hidden;
  border-bottom: 1px solid rgba(49, 95, 98, 0.16);
  background: #edf3f1;
  color: var(--teal);
}
.member-photo img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.member-body {
  min-height: 146px;
  padding: 1.125rem 1rem 1.25rem;
}
.member-name {
  font-size: 1.25rem;
  line-height: 1.4;
}
.member-role {
  margin-top: 0.3125rem;
  color: var(--deep-red);
  font-family: "Source Han Sans CN", sans-serif;
  font-size: 0.8125rem;
  font-weight: 700;
  line-height: 1.5;
}
.member-note {
  margin-top: 0.6875rem;
  color: var(--body);
  font-size: 0.875rem;
  line-height: 1.65;
}
.compact-grid {
  display: grid;
  grid-template-columns: 0.78fr 1.22fr;
  gap: 5.75rem;
  align-items: center;
}
.compact-grid .section-summary {
  max-width: 570px;
}
.status-line {
  margin-top: 0.75rem;
  color: var(--teal);
  font-family: "Source Han Sans CN", sans-serif;
  font-size: 0.875rem;
  font-weight: 600;
  line-height: 1.7;
}

.honours-section {
  padding: var(--yj-section-y) 0;
  background: #f0ecea;
  font-family: "Source Han Sans CN", sans-serif;
}
.honours-frame {
  width: min(1504px, calc(100% - 128px));
  margin: 0 auto;
}
.honours-intro {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(400px, 0.56fr);
  gap: 5rem;
  align-items: end;
}
.honours-section .eyebrow {
  color: var(--red);
  font-size: 1rem;
  font-weight: 500;
  letter-spacing: 0.1em;
  line-height: 1.4;
}
.honours-intro h2 {
  margin-top: 1.25rem;
  color: var(--ink);
  font-family: "Source Han Serif CN", serif;
  font-size: 2.875rem;
  font-weight: 600;
  line-height: 1.26;
}
.honours-intro > p:last-child {
  max-width: 38em;
  margin: 0 0 0.3125rem;
  padding-left: 1.625rem;
  border-left: 2px solid var(--gold);
  color: #514d52;
  font-size: 1.125rem;
  line-height: 1.8;
}
.credential-archive {
  margin-top: 4.125rem;
}
.archive-collection + .archive-collection {
  margin-top: 3.625rem;
}
.archive-heading {
  padding-bottom: 1rem;
  border-bottom: 1px solid var(--line);
}
.archive-heading h3 {
  color: var(--ink);
  font-size: 1.25rem;
  font-weight: 500;
  line-height: 1.5;
}
.primary-evidence {
  display: grid;
  grid-template-columns: minmax(0, 2fr) repeat(3, minmax(0, 1fr));
  gap: 1.25rem;
  margin-top: 1.875rem;
}
.evidence-document,
.evidence-plaque {
  min-width: 0;
}
.evidence-image {
  display: grid;
  overflow: hidden;
  padding: 1.125rem;
  place-items: center;
  border-radius: 6px;
  background: var(--paper);
}
.evidence-image img {
  width: 100%;
  height: 100%;
  object-fit: contain;
  object-position: center;
}
.evidence-document .evidence-image {
  height: 360px;
}
.plaque-evidence {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 1.25rem;
  margin-top: 1.875rem;
}
.evidence-plaque .evidence-image {
  width: 100%;
  aspect-ratio: 16 / 9;
}

.actions {
  padding: var(--yj-section-y) 0;
  background: var(--paper);
}
.actions-head {
  display: flex;
  justify-content: space-between;
  align-items: end;
  gap: 3.75rem;
}
.actions-head .section-summary {
  max-width: 470px;
}
.action-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 1.125rem;
  margin-top: 2.625rem;
}
.action-link {
  display: grid;
  grid-template-columns: 46px minmax(0, 1fr) 24px;
  gap: 1rem;
  min-width: 0;
  padding: 1.5rem;
  align-items: center;
  border: 1px solid var(--line);
  border-radius: 4px;
  background: var(--paper);
  transition:
    border-color 0.18s ease,
    background-color 0.18s ease,
    transform 0.18s ease;
}
.action-link:hover {
  border-color: var(--deep-red);
  background: var(--warm);
  transform: translateY(-2px);
}
.action-icon {
  display: grid;
  width: 44px;
  height: 44px;
  place-items: center;
  background: var(--mist);
  color: var(--teal);
}
.action-icon svg {
  width: 22px;
  height: 22px;
  fill: none;
  stroke: currentColor;
  stroke-width: 1.7;
  stroke-linecap: round;
  stroke-linejoin: round;
}
.action-link strong {
  display: block;
  font-size: 1.125rem;
  font-weight: 650;
  line-height: 1.5;
}
.action-link small {
  display: block;
  margin-top: 0.1875rem;
  color: var(--body);
  font-family: "Source Han Sans CN", sans-serif;
  font-size: 0.8125rem;
  line-height: 1.55;
}
.action-arrow {
  color: var(--deep-red);
  font-family: "Source Han Sans CN", sans-serif;
  font-size: 1.375rem;
  text-align: right;
}

@media (max-width: 1440px) {
  .container {
    width: min(var(--max), calc(100% - 80px));
  }
  .team .container {
    width: calc(100% - 96px);
  }
  .hero-title {
    font-size: 2.875rem;
  }
  .fact {
    padding-right: 1.5rem;
    padding-left: 1.5rem;
  }
  .chairman-grid {
    gap: 3.625rem;
  }
  .honours-frame {
    width: calc(100% - 96px);
  }
  .honours-intro {
    grid-template-columns: minmax(0, 1fr) minmax(360px, 0.62fr);
    gap: 4rem;
  }
  .honours-intro h2 {
    font-size: 2.125rem;
  }
  .credential-archive {
    margin-top: 3.5rem;
  }
  .archive-collection + .archive-collection {
    margin-top: 3.125rem;
  }
  .primary-evidence,
  .plaque-evidence {
    gap: 1rem;
  }
  .evidence-document .evidence-image {
    height: 310px;
    padding: 0.875rem;
  }
}

@media (max-width: 680px) {
  .container,
  .team .container,
  .honours-frame {
    width: calc(100% - 28px);
  }

  .hero {
    background-position: 55% center;
  }

  .facts {
    padding: 1.125rem 0;
  }

  .history-head {
    grid-template-columns: 1fr;
    gap: 1rem;
    align-items: start;
  }

  .history-head .section-summary {
    max-width: none;
    justify-self: start;
  }

  .history {
    padding-bottom: 2rem;
  }

  .timeline {
    gap: 1.125rem;
    margin-top: 2.25rem;
  }

  .timeline-item {
    padding-top: 0.875rem;
  }

  .timeline-marker {
    gap: 0.375rem;
    font-size: 1.375rem;
  }

  .timeline-marker::before {
    width: 7px;
    height: 7px;
    border-width: 2px;
  }

  .timeline-item h3 {
    margin-top: 0.875rem;
    font-size: 0.9375rem;
    line-height: 1.42;
  }

  .timeline-item p {
    margin-top: 0.375rem;
    font-size: 0.75rem;
    line-height: 1.65;
  }

  .archive-note {
    grid-template-columns: 1fr;
    gap: 0.875rem;
  }

  .chairman-grid {
    grid-template-columns: 1fr;
    gap: 1.75rem;
  }

  .chairman-copy {
    order: 1;
    padding-right: 0;
  }

  .chairman-video {
    order: 2;
    width: min(78%, 280px);
    justify-self: center;
  }

  .video-stage.is-mobile-video-nav-hidden {
    visibility: hidden;
    opacity: 0;
    pointer-events: none;
  }

  .chairman-heading {
    display: block;
  }

  .chairman-role {
    max-width: none;
    margin-top: 0.5rem;
    text-align: left;
  }

  .honours-intro {
    grid-template-columns: 1fr;
    gap: 1rem;
    align-items: start;
  }

  .honours-intro h2 {
    font-size: 2rem;
    line-height: 1.3;
  }

  .honours-intro > p:last-child {
    max-width: none;
    margin: 0;
    padding-left: 0;
    border-left: 0;
  }

  .credential-archive {
    margin-top: 2.25rem;
  }

  .primary-evidence {
    align-items: start;
    gap: 0.75rem;
    margin-top: 1.25rem;
  }

  .evidence-image {
    padding: 0.625rem;
  }

  .evidence-document .evidence-image {
    height: auto;
  }

  .primary-evidence .evidence-image img {
    height: auto;
  }

  .team {
    padding: 2.5rem 0;
  }

  .team-head {
    display: block;
  }

  .team-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 0.875rem;
  }

  .member-photo {
    aspect-ratio: 1 / 0.82;
  }

  .member-body {
    min-height: 0;
    padding: 0.875rem 0.75rem 1rem;
  }

  .member-name {
    font-size: 1rem;
    line-height: 1.35;
  }

  .member-role {
    margin-top: 0.25rem;
    font-size: 0.6875rem;
    line-height: 1.45;
  }

  .member-note {
    margin-top: 0.5rem;
    font-size: 0.75rem;
    line-height: 1.6;
  }

  .actions-head {
    display: block;
  }

  .actions-head .section-summary {
    max-width: none;
    margin-top: 0.875rem;
  }

  .action-grid {
    grid-template-columns: 1fr;
    gap: 0.75rem;
    margin-top: 1.5rem;
  }

  .action-link {
    grid-template-columns: 38px minmax(0, 1fr) auto;
    gap: 0.75rem;
    padding: 1rem;
  }

  .action-icon {
    width: 36px;
    height: 36px;
  }

  .action-icon svg {
    width: 18px;
    height: 18px;
  }

  .action-link strong {
    font-size: 1rem;
    line-height: 1.45;
  }

  .action-link small {
    font-size: 0.75rem;
    line-height: 1.5;
  }

  .facts-grid {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }

  .fact,
  .fact:first-child {
    grid-template-columns: 1fr;
    gap: 0.375rem;
    justify-items: center;
    padding: 0 0.25rem;
    text-align: center;
  }

  .fact-icon {
    width: 28px;
    height: 28px;
  }

  .fact-icon svg {
    width: 14px;
    height: 14px;
  }

  .fact-kicker {
    font-size: 0.5625rem;
    line-height: 1.35;
  }

  .fact-value {
    margin-top: 0.125rem;
    font-size: 0.6875rem;
    line-height: 1.4;
    word-break: normal;
    overflow-wrap: normal;
  }
}

@media (prefers-reduced-motion: reduce) {
  .about-page {
    scroll-behavior: auto;
  }
  *,
  *::before,
  *::after {
    transition-duration: 0.01ms !important;
  }
}
