.about-page {
  --profile-navy: #072d58;
  --profile-navy-2: #0b3b6c;
  --profile-blue-card: #124675;
  --profile-gold: #d5a53a;
  --profile-ink: #122941;
  --profile-muted: #667386;
  --profile-line: #dfe5eb;
  --profile-soft: #f3f5f7;
  color: var(--profile-ink);
  background: #fff;
}

.about-page .shell { width: min(1180px, calc(100% - 48px)); }
.about-page .site-header {
  height: 72px;
  color: #fff;
  background: rgba(5, 39, 78, .98);
  border-bottom: 1px solid rgba(255,255,255,.1);
  box-shadow: none;
}
.about-page .site-header.is-scrolled { color: #fff; background: rgba(5, 39, 78, .98); border-bottom-color: rgba(255,255,255,.1); box-shadow: 0 8px 24px rgba(2,21,43,.16); }
.about-page .header-inner { gap: 30px; }
.profile-brand { flex: 0 0 auto; color: #fff; }
.profile-brand strong { display: block; font-family: var(--display); font-size: 1.32rem; line-height: 1; letter-spacing: .025em; }
.profile-brand small { display: block; margin-top: 5px; color: rgba(255,255,255,.68); font-size: .75rem; font-weight: 700; letter-spacing: .075em; text-transform: uppercase; }
.about-page .site-nav { gap: clamp(18px, 2.35vw, 34px); }
.about-page .site-nav a { color: #fff; font-size: .75rem; letter-spacing: .045em; }
.about-page .site-nav a::after { bottom: 18px; background: var(--profile-gold); }
.about-page .header-cta { min-height: 34px; padding: 0 15px; color: #fff; background: transparent; border: 1px solid rgba(255,255,255,.62); font-size: .75rem; letter-spacing: .04em; }

.profile-hero { position: relative; display: flex; align-items: center; min-height: 455px; padding-top: 72px; overflow: hidden; color: #fff; background: var(--profile-navy); isolation: isolate; }
.profile-hero > img { position: absolute; inset: 0; z-index: -2; height: 100%; object-fit: cover; object-position: center 43%; }
.profile-hero::before { content: ""; position: absolute; inset: 0; z-index: -1; background: linear-gradient(90deg, rgba(4,35,72,.96) 0%, rgba(4,35,72,.84) 37%, rgba(4,35,72,.3) 77%, rgba(4,35,72,.18)); }
.profile-hero__content { padding-block: 74px 58px; }
.profile-hero h1 { max-width: 630px; margin: 0; font-family: var(--display); font-size: clamp(2.65rem, 5.3vw, 3.75rem); font-weight: 800; line-height: 1.04; letter-spacing: -.045em; text-transform: uppercase; }
.hero-accent { display: block; width: 88px; height: 4px; margin: 22px 0 18px; background: var(--profile-gold); }
.profile-hero p { margin: 0; color: #d9e2eb; font-size: .82rem; font-weight: 500; line-height: 1.75; }
.profile-breadcrumbs { display: flex; gap: 8px; margin-top: 27px; color: rgba(255,255,255,.72); font-size: .75rem; font-weight: 700; letter-spacing: .06em; text-transform: uppercase; }

.profile-section { padding: 76px 0 82px; }
.profile-section__head { margin-bottom: 38px; }
.profile-kicker { display: block; margin-bottom: 11px; color: var(--profile-gold); font-size: .75rem; font-weight: 800; letter-spacing: .07em; text-transform: uppercase; }
.profile-section__head h2 { margin: 0; color: var(--profile-navy); font-family: var(--display); font-size: clamp(1.55rem, 2.25vw, 2.05rem); font-weight: 800; line-height: 1.17; letter-spacing: -.035em; text-transform: uppercase; }
.profile-section__head > p { max-width: 850px; margin: 12px 0 0; color: var(--profile-muted); font-size: .75rem; line-height: 1.78; }

.legal-layout { display: grid; grid-template-columns: minmax(0, 1.8fr) minmax(270px, .72fr); gap: 47px; align-items: start; }
.legal-table { margin: 0; border-top: 1px solid var(--profile-line); }
.legal-table > div { display: grid; grid-template-columns: 190px 1fr; gap: 24px; padding: 15px 0; border-bottom: 1px solid var(--profile-line); }
.legal-table dt { color: var(--profile-gold); font-size: .75rem; font-weight: 800; line-height: 1.5; letter-spacing: .045em; text-transform: uppercase; }
.legal-table dd { margin: 0; color: #34455a; font-size: .75rem; font-weight: 500; line-height: 1.65; }
.legal-aside { display: grid; gap: 18px; }
.capital-card { padding: 27px 30px 25px; background: #f4f5f6; border: 1px solid #e8ebee; box-shadow: 0 12px 28px rgba(15,43,72,.06); }
.capital-card > span, .contact-card > span { color: var(--profile-gold); font-size: .75rem; font-weight: 800; letter-spacing: .065em; text-transform: uppercase; }
.capital-card > div { display: flex; align-items: baseline; gap: 9px; margin-top: 7px; color: var(--profile-gold); }
.capital-card strong { font-family: var(--display); font-size: 3.75rem; line-height: 1; letter-spacing: -.055em; }
.capital-card b { font-family: var(--display); font-size: .83rem; text-transform: uppercase; }
.capital-card hr { height: 2px; margin: 13px 0 14px; background: var(--profile-gold); border: 0; }
.capital-card p { margin: 0; color: #647184; font-size: .75rem; line-height: 1.75; }
.capital-card p b { color: var(--profile-navy); font-family: var(--body); font-size: .75rem; }
.contact-card { padding: 27px 30px; color: #fff; background: var(--profile-navy); }
.contact-card dl { margin: 15px 0 0; }
.contact-card dl > div { padding: 11px 0; border-top: 1px solid rgba(255,255,255,.13); }
.contact-card dt { margin-bottom: 4px; color: #8ca8c4; font-size: .75rem; font-weight: 700; letter-spacing: .06em; text-transform: uppercase; }
.contact-card dd { margin: 0; color: #fff; font-size: .75rem; font-weight: 700; overflow-wrap: anywhere; }

.vision-mission-section { padding-block: 82px 88px; overflow: hidden; background: #fff; }
.vision-mission-layout { display: grid; grid-template-columns: minmax(0, .88fr) minmax(0, 1.12fr); min-height: 590px; }
.vision-mission-copy { position: relative; z-index: 1; display: flex; flex-direction: column; justify-content: center; padding: 52px 55px 56px; overflow: hidden; background: linear-gradient(145deg, #f5f7f9 0%, #eaf0f5 100%); }
.vision-mission-copy > *:not(.vision-mission-watermark) { position: relative; z-index: 1; }
.vision-mission-copy h2 { max-width: 470px; margin: 0; color: var(--profile-navy); font-family: var(--display); font-size: clamp(2rem, 3.35vw, 3.15rem); font-weight: 800; line-height: 1.04; letter-spacing: -.045em; text-transform: uppercase; text-wrap: balance; }
.vision-mission-intro { max-width: 560px; margin: 20px 0 0; color: #5e6d7e; font-size: .77rem; line-height: 1.82; text-wrap: pretty; }
.vision-mission-values { margin-top: 34px; border-top: 1px solid rgba(7,45,88,.14); }
.vision-mission-values article { display: grid; grid-template-columns: 105px minmax(0, 1fr); gap: 5px 22px; padding: 23px 0 21px; border-bottom: 1px solid rgba(7,45,88,.14); }
.vision-mission-values article > span { grid-row: 1 / span 2; padding-top: 3px; color: var(--profile-gold); font-size: .69rem; font-weight: 800; letter-spacing: .075em; text-transform: uppercase; }
.vision-mission-values h3 { margin: 0; color: var(--profile-navy); font-family: var(--display); font-size: .9rem; letter-spacing: -.01em; text-transform: uppercase; }
.vision-mission-values p { margin: 7px 0 0; color: #5b697a; font-size: .75rem; line-height: 1.76; text-wrap: pretty; }
.vision-mission-watermark { position: absolute; right: -50px; bottom: -68px; z-index: 0; width: 275px; height: 275px; object-fit: contain; opacity: .065; filter: grayscale(1) contrast(1.15); pointer-events: none; user-select: none; }

.vision-mission-gallery { position: relative; min-height: 590px; overflow: hidden; background: #dfe5eb; isolation: isolate; }
.vision-gallery-slide { position: absolute; inset: 0; z-index: 0; width: 100%; height: 100%; object-fit: cover; object-position: center; opacity: 0; visibility: hidden; clip-path: inset(0 0 0 9%); transform: scale(1.045); transition: clip-path .95s cubic-bezier(.65,0,.35,1), transform 1.2s cubic-bezier(.22,1,.36,1), opacity .75s ease, visibility 0s linear .95s; }
.vision-gallery-slide.is-active { z-index: 1; opacity: 1; visibility: visible; clip-path: inset(0); transform: scale(1); transition-delay: 0s; }
.vision-gallery-slide:nth-child(2) { object-position: center 48%; }
.vision-gallery-slide:nth-child(3) { object-position: center 46%; }
.vision-gallery-shade { position: absolute; inset: 42% 0 0; z-index: 2; background: linear-gradient(180deg, transparent, rgba(3,29,58,.54)); pointer-events: none; }
.vision-gallery-meta { position: absolute; right: 28px; bottom: 27px; left: 28px; z-index: 3; display: grid; grid-template-columns: auto 1fr auto; align-items: center; gap: 13px; color: rgba(255,255,255,.92); font-family: var(--display); font-size: .69rem; font-weight: 700; letter-spacing: .08em; }
.vision-gallery-meta i { height: 1px; overflow: hidden; background: rgba(255,255,255,.34); }
.vision-gallery-meta i::after { display: block; width: 33.333%; height: 100%; content: ""; background: #fff; transform: translateX(calc(var(--vision-slide, 0) * 100%)); transition: transform .65s cubic-bezier(.22,1,.36,1); }
.vision-gallery-pagination { position: absolute; z-index: 4; right: 28px; top: 27px; display: flex; gap: 9px; }
.vision-gallery-pagination button { width: 28px; height: 3px; padding: 0; overflow: hidden; border: 0; background: rgba(255,255,255,.48); cursor: pointer; transition: width .25s ease, background-color .25s ease; }
.vision-gallery-pagination button.is-active { width: 46px; background: #fff; }
.vision-gallery-pagination button:focus-visible { outline: 2px solid var(--profile-gold); outline-offset: 4px; }

.people-section-profile { background: var(--profile-soft); }
.people-profile-layout { display: grid; grid-template-columns: 305px minmax(0, 1fr); gap: 48px; align-items: start; }
.people-overview { display: grid; gap: 20px; }
.headcount-donut { display: grid; place-items: center; padding: 10px 0 7px; }
.headcount-donut__ring { display: grid; place-items: center; width: 222px; aspect-ratio: 1; border-radius: 50%; background: conic-gradient(var(--profile-navy) 0 73%, var(--profile-gold) 73% 91%, #d6dee7 91% 100%); box-shadow: inset 0 0 0 1px rgba(6,43,92,.08); }
.headcount-donut__ring::before { grid-area: 1/1; width: 142px; aspect-ratio: 1; content: ""; background: var(--profile-soft); border-radius: 50%; }
.headcount-donut__ring span { z-index: 1; grid-area: 1/1; color: #7a8797; font-size: .75rem; font-weight: 800; letter-spacing: .08em; text-align: center; text-transform: uppercase; }
.headcount-donut__ring strong { display: block; margin-bottom: 4px; color: var(--profile-navy); font-family: var(--display); font-size: 2.85rem; line-height: 1; letter-spacing: -.04em; }
.leadership-block > span { display: block; margin-bottom: 9px; color: var(--profile-gold); font-size: .75rem; font-weight: 800; letter-spacing: .06em; text-transform: uppercase; }
.leadership-block > div { padding: 13px 15px; background: #fff; border: 1px solid var(--profile-line); }
.leadership-block > div + div { margin-top: 8px; }
.leadership-block small { display: block; margin-bottom: 5px; color: #8692a1; font-size: .75rem; font-weight: 800; letter-spacing: .06em; text-transform: uppercase; }
.leadership-block strong { color: var(--profile-navy); font-size: .75rem; text-transform: uppercase; }
.headcount-list { display: grid; gap: 8px; }
.headcount-list > div { display: grid; grid-template-columns: 59px 1fr; align-items: center; min-height: 53px; padding: 7px 13px; background: #fff; border: 1px solid var(--profile-line); }
.headcount-list strong { color: var(--profile-navy); font-family: var(--display); font-size: 1.4rem; }
.headcount-list > div:last-child strong { color: var(--profile-gold); }
.headcount-list span { color: #59677a; font-size: .75rem; font-weight: 700; line-height: 1.45; }
.people-detail { display: grid; gap: 18px; }
.technical-panel { padding: 24px 26px 27px; background: #fff; border: 1px solid var(--profile-line); }
.technical-panel header h3, .college-panel h3, .worker-panel h3 { margin: 0; color: var(--profile-navy); font-family: var(--display); font-size: .86rem; text-transform: uppercase; }
.technical-panel header span { display: block; margin-top: 5px; color: var(--profile-gold); font-size: .75rem; font-weight: 800; }
.technical-grid { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 10px 14px; margin-top: 21px; }
.technical-grid > div { display: grid; grid-template-columns: 48px 1fr; align-items: center; min-height: 58px; padding: 9px 13px; background: #f5f6f7; }
.technical-grid strong { color: var(--profile-gold); font-family: var(--display); font-size: 1.08rem; }
.technical-grid span { color: #46566a; font-size: .75rem; font-weight: 700; line-height: 1.45; }
.people-bottom-grid { display: grid; grid-template-columns: .92fr 1.08fr; gap: 18px; }
.college-panel { min-height: 326px; padding: 25px 26px; background: #fff; border: 1px solid var(--profile-line); }
.college-panel > span, .worker-panel > span { display: block; margin-bottom: 7px; color: var(--profile-gold); font-size: .75rem; font-weight: 800; letter-spacing: .055em; text-transform: uppercase; }
.college-panel h3 { color: var(--profile-gold); font-size: 1.1rem; }
.college-panel p { margin: 13px 0 24px; color: var(--profile-muted); font-size: .75rem; line-height: 1.7; }
.department-stack { display: grid; gap: 9px; }
.department-stack span { display: block; padding: 10px 12px; color: var(--profile-navy); background: #f4f5f6; font-size: .75rem; font-weight: 800; letter-spacing: .05em; text-align: center; text-transform: uppercase; }
.worker-panel { min-height: 326px; padding: 25px 27px; color: #fff; background: var(--profile-navy); }
.worker-panel h3 { color: var(--profile-gold); font-size: 1rem; }
.worker-panel dl { margin: 17px 0 0; }
.worker-panel dl > div { display: grid; grid-template-columns: 44px 1fr; align-items: center; padding: 8px 0; border-top: 1px solid rgba(255,255,255,.12); }
.worker-panel dt { color: var(--profile-gold); font-family: var(--display); font-size: .78rem; font-weight: 800; }
.worker-panel dd { margin: 0; color: #d7e1eb; font-size: .75rem; }

.finance-section { color: #fff; background: var(--profile-navy); }
.finance-section .profile-section__head h2 { color: #fff; }
.finance-section .profile-section__head > p { color: #c8d5e2; }
.tax-strip, .liquidity-strip { display: grid; grid-template-columns: 310px 1fr; gap: 38px; align-items: center; padding: 23px 27px; background: rgba(255,255,255,.055); border: 1px solid rgba(255,255,255,.09); }
.tax-strip > div span, .liquidity-strip > div span, .finance-card > span { display: block; margin-bottom: 6px; color: var(--profile-gold); font-size: .75rem; font-weight: 800; letter-spacing: .06em; text-transform: uppercase; }
.tax-strip strong, .liquidity-strip strong, .finance-card strong { display: block; color: #fff; font-family: var(--display); font-size: 1.42rem; line-height: 1.2; text-transform: uppercase; }
.tax-strip p, .liquidity-strip p, .finance-card p { margin: 0; color: #c8d6e4; font-size: .75rem; line-height: 1.75; }
.finance-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 18px; margin: 18px 0; }
.finance-card { min-height: 210px; padding: 25px 27px; background: var(--profile-blue-card); border: 1px solid rgba(255,255,255,.08); }
.finance-card strong { margin-bottom: 12px; font-size: 1.45rem; }
.liquidity-strip > div b { display: block; margin: 8px 0 5px; color: #8fa8c0; font-size: .75rem; font-weight: 600; text-transform: uppercase; }
.liquidity-strip > div strong:last-child { color: var(--profile-gold); font-size: 1.62rem; }

.equipment-profile-section { background: var(--profile-soft); }
.equipment-profile-grid { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 22px; }
.equipment-profile-card { overflow: hidden; background: #fff; border: 1px solid var(--profile-line); }
.equipment-profile-card img { height: 235px; object-fit: cover; }
.equipment-profile-card:nth-child(1) img { object-position: center 45%; }
.equipment-profile-card:nth-child(2) img { object-position: center 52%; }
.equipment-profile-card > div { min-height: 132px; padding: 22px 24px 24px; border-top: 4px solid var(--profile-gold); }
.equipment-profile-card h3 { margin: 0; color: var(--profile-navy); font-family: var(--display); font-size: .75rem; line-height: 1.4; text-transform: uppercase; }
.equipment-profile-card p { margin: 12px 0 0; color: var(--profile-muted); font-size: .75rem; line-height: 1.75; }

.projects-profile-section { background: #fff; }
.project-profile-grid { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 18px 25px; }
.project-profile-card { display: grid; grid-template-columns: 175px minmax(0, 1fr); min-height: 177px; overflow: hidden; border: 1px solid #e7ebef; background: #fff; }
.project-profile-card img { height: 100%; min-height: 177px; object-fit: cover; }
.project-profile-card > div { padding: 22px 22px 18px; }
.project-profile-card h3, .other-projects h3 { margin: 0; color: var(--profile-navy); font-family: var(--display); font-size: .75rem; line-height: 1.45; text-transform: uppercase; }
.project-profile-card strong { display: block; margin-top: 8px; color: var(--profile-gold); font-family: var(--display); font-size: .75rem; }
.project-profile-card p, .other-projects p { margin: 11px 0 0; color: var(--profile-muted); font-size: .75rem; line-height: 1.7; }
.other-projects { display: grid; grid-template-columns: 335px 1fr; min-height: 190px; margin-top: 25px; overflow: hidden; color: #fff; background: var(--profile-navy); }
.other-projects img { height: 100%; object-fit: cover; opacity: .68; }
.other-projects > div { display: grid; align-content: center; padding: 30px 36px; }
.other-projects h3 { color: var(--profile-gold); font-size: .78rem; }
.other-projects p { max-width: 660px; color: #d0dce8; font-size: .75rem; }

.profile-final-cta { padding: 38px 0 22px; color: #fff; background: var(--profile-navy); border-top: 1px solid rgba(255,255,255,.12); }
.profile-final-cta__inner { display: flex; align-items: center; justify-content: space-between; gap: 35px; }
.profile-final-cta__inner span { display: block; color: #e0e8f0; font-family: var(--display); font-size: .95rem; font-weight: 700; text-transform: uppercase; }
.profile-final-cta h2 { margin: 3px 0 0; font-family: var(--display); font-size: clamp(1.45rem, 2.7vw, 2.35rem); text-transform: uppercase; }
.profile-cta-button { display: inline-flex; align-items: center; justify-content: center; min-width: 236px; min-height: 52px; padding: 0 24px; color: #fff; background: var(--profile-gold); font-size: .75rem; font-weight: 800; letter-spacing: .04em; text-transform: uppercase; transition: .2s; }
.profile-cta-button:hover { color: var(--profile-navy); background: #fff; }
.profile-final-meta { display: flex; align-items: center; gap: 28px; margin-top: 27px; padding-top: 18px; color: #a8bacd; border-top: 1px solid rgba(255,255,255,.1); font-size: .75rem; }
.profile-final-meta strong { color: #fff; font-family: var(--display); font-size: 1rem; }

@media (max-width: 900px) {
  .about-page .shell { width: min(100% - 34px, 720px); }
  .about-page .site-header { height: 68px; }
  .about-page .site-nav { inset: 68px 0 auto; height: calc(100vh - 68px); color: var(--profile-ink); }
  .about-page .site-nav a { color: var(--profile-ink); font-size: .78rem; }
  .about-page .menu-toggle { color: #fff; }
  .profile-hero { min-height: 410px; padding-top: 68px; }
  .legal-layout, .people-profile-layout, .vision-mission-layout { grid-template-columns: 1fr; }
  .legal-aside { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .vision-mission-copy { padding: 48px 45px 50px; }
  .vision-mission-gallery { min-height: 440px; }
  .people-overview { grid-template-columns: repeat(2, 1fr); align-items: start; }
  .headcount-list { grid-column: 1 / -1; grid-template-columns: repeat(3, 1fr); }
  .headcount-list > div { grid-template-columns: 48px 1fr; }
  .tax-strip, .liquidity-strip { grid-template-columns: 250px 1fr; }
  .project-profile-card { grid-template-columns: 145px minmax(0, 1fr); }
}

@media (max-width: 650px) {
  .about-page .shell { width: calc(100% - 30px); }
  .profile-brand strong { font-size: 1.05rem; }
  .profile-brand small { max-width: 185px; font-size: .75rem; }
  .profile-hero { min-height: 430px; }
  .profile-hero::before { background: linear-gradient(90deg, rgba(4,35,72,.95), rgba(4,35,72,.72) 72%, rgba(4,35,72,.48)); }
  .profile-hero > img { object-position: 58% center; }
  .profile-hero h1 { font-size: 2.5rem; }
  .profile-section { padding: 58px 0 62px; }
  .profile-section__head { margin-bottom: 29px; }
  .profile-section__head h2 { font-size: 1.48rem; }
  .legal-table > div { grid-template-columns: 1fr; gap: 6px; padding: 14px 0; }
  .vision-mission-section { padding-block: 58px 62px; }
  .vision-mission-copy { padding: 38px 25px 40px; }
  .vision-mission-copy h2 { font-size: 2rem; }
  .vision-mission-values article { grid-template-columns: 1fr; gap: 6px; padding-block: 20px; }
  .vision-mission-values article > span { grid-row: auto; }
  .vision-mission-watermark { right: -40px; bottom: -45px; width: 205px; height: 205px; }
  .vision-mission-gallery { min-height: 315px; }
  .vision-gallery-meta { right: 18px; bottom: 18px; left: 18px; }
  .vision-gallery-pagination { top: 18px; right: 18px; }
  .legal-aside, .people-overview, .technical-grid, .people-bottom-grid, .finance-grid, .equipment-profile-grid, .project-profile-grid { grid-template-columns: 1fr; }
  .headcount-donut__ring { width: 205px; }
  .headcount-list { grid-column: auto; grid-template-columns: 1fr; }
  .technical-panel, .college-panel, .worker-panel { padding: 22px 20px; }
  .technical-grid > div { grid-template-columns: 43px 1fr; }
  .tax-strip, .liquidity-strip { grid-template-columns: 1fr; gap: 18px; padding: 22px; }
  .finance-card { min-height: 0; }
  .equipment-profile-card img { height: 205px; }
  .project-profile-card { grid-template-columns: 125px minmax(0, 1fr); min-height: 170px; }
  .project-profile-card img { min-height: 170px; }
  .project-profile-card > div { padding: 18px 15px; }
  .other-projects { grid-template-columns: 1fr; }
  .other-projects img { height: 190px; }
  .other-projects > div { padding: 25px 22px; }
  .profile-final-cta__inner { align-items: flex-start; flex-direction: column; }
  .profile-cta-button { width: 100%; }
  .profile-final-meta { align-items: flex-start; flex-direction: column; gap: 7px; }
}

@media (prefers-reduced-motion: reduce) and (not all) {
  .about-page *, .about-page *::before, .about-page *::after { scroll-behavior: auto !important; transition-duration: .01ms !important; animation-duration: .01ms !important; }
}

@media (prefers-reduced-motion: reduce) {
  .vision-gallery-slide,
  .vision-gallery-meta i::after,
  .vision-gallery-pagination button { transition: none; }
}
