/* Shared foundations migrated from global.css for this business page. */
.about-hero { height: 430px; min-height: 430px; }

.about-hero-inner { height: 430px; min-height: 430px; }

/* about page-only layout, color, media and module styling. */

.about-hero { min-height: 430px; position: relative; overflow: hidden; color: #fff; background-color: #031946; background-image: url('/assets/images/about-hero.webp'); background-position: center; background-size: 100% 100%; background-repeat: no-repeat; }

.about-hero-inner { min-height: 430px; position: relative; z-index: 1; display: flex; flex-direction: column; justify-content: center; }

.about-breadcrumb { order: 2; display: flex; align-items: center; gap: 10px; margin: 38px 0 0; color: #bdd4f1; }

.about-breadcrumb a:hover { color: #fff; }

.about-overview { padding: 82px 0 76px; background: linear-gradient(180deg,#fff 0,#f9fbff 100%); }

.about-overview-grid { display: grid; grid-template-columns: .9fr 1.1fr; align-items: center; gap: 72px; }

.about-kicker { display: block; margin-bottom: 12px; color: var(--blue); font-weight: 700; letter-spacing: 2px; }

.about-overview-copy h2 { margin: 0 0 27px; color: #102958; }

.about-overview-copy p { margin: 0 0 18px; color: #5f7088; line-height: 2; }

.about-overview-media { min-height: 350px; position: relative; overflow: hidden; margin: 0; border-radius: 16px; background: #eaf2fc; }

.about-overview-media > img { width: 100%; height: 350px; display: block; object-fit: cover; }

.philosophy-grid { display: grid; grid-template-columns: repeat(4,1fr); gap: 24px; margin-top: 58px; }

.philosophy-card { min-height: 260px; padding: 28px 24px; text-align: center; border: 1px solid #dce8f8; border-radius: 13px; background: rgba(255,255,255,.96); box-shadow: 0 10px 28px rgba(31,74,132,.07); transition: .25s ease; }

.philosophy-card:hover { transform: translateY(-5px); border-color: #8dbaff; box-shadow: var(--shadow); }

.philosophy-card img { width: 72px; height: 72px; object-fit: contain; }

.philosophy-card h3 { margin: 12px 0 14px; color: #102958; }

.philosophy-card p { margin: 0; color: #6f7f95; line-height: 1.85; }

.about-history { --history-visible: 7; --history-axis-y: 22px; padding: 78px 0 84px; background: #fff; }

.about-history .section-head { margin-bottom: 48px; }

.history-stage { display: grid; grid-template-columns: 48px minmax(0,1fr) 48px; align-items: center; gap: 14px; margin-bottom: 40px; }

.history-viewport { position: relative; overflow-x: auto; padding-top: 4px; scroll-behavior: smooth; scroll-snap-type: x mandatory; overscroll-behavior-inline: contain; scrollbar-width: none; -webkit-mask-image: linear-gradient(90deg,transparent,#000 5%,#000 95%,transparent); mask-image: linear-gradient(90deg,transparent,#000 5%,#000 95%,transparent); }

.history-viewport::-webkit-scrollbar { display: none; }

.history-track { position: relative; display: flex; width: max-content; margin: 0; padding: 0; list-style: none; }

.history-track li { position: relative; z-index: 1; flex: 0 0 var(--history-item-width,150px); min-width: 0; scroll-snap-align: center; }

.history-track li::before { position: absolute; top: calc(var(--history-axis-y) - 1px); right: 0; left: 0; height: 2px; content: ""; background: #cfe1f8; }

.history-track li:first-child::before { left: 50%; }

.history-track li:last-child::before { right: 50%; }

.history-point { width: 100%; min-height: 94px; position: relative; display: block; padding: 46px 6px 0; color: #71839d; border: 0; background: transparent; text-align: center; cursor: pointer; }

.history-point i { position: absolute; z-index: 1; top: calc(var(--history-axis-y) - 7px); left: 50%; width: 14px; height: 14px; display: block; margin: 0; transform: translateX(-50%); border: 3px solid #fff; border-radius: 50%; background: #b6cbe4; box-shadow: 0 0 0 2px #d5e3f3; transition: .22s ease; }

.history-point strong { display: block; font-size: 15px; font-weight: 700; transition: .22s ease; }

.history-point small { display: block; min-height: 20px; margin-top: 5px; color: #9aa8b9; }

.history-track li.is-past .history-point i { background: #64a6f6; box-shadow: 0 0 0 2px #bfdbfd; }

.history-track li.is-past::before { background: #78b1f6; }

.history-track li.is-active .history-point { color: var(--blue); }

.history-track li.is-active .history-point i { top: calc(var(--history-axis-y) - 12px); width: 24px; height: 24px; background: var(--blue); box-shadow: 0 0 0 5px rgba(15,104,230,.14),0 6px 16px rgba(15,104,230,.28); }

.history-track li.is-active .history-point small { color: #5d8fd1; }

.history-nav,.history-detail-controls button { width: 48px; height: 48px; display: inline-flex; align-items: center; justify-content: center; border: 1px solid #ccddf1; border-radius: 50%; color: #69809d; background: rgba(255,255,255,.9); box-shadow: 0 8px 22px rgba(44,89,145,.09); cursor: pointer; transition: .2s ease; }

.history-nav:hover,.history-detail-controls button:hover { transform: translateY(-2px); border-color: #8bb9f5; }

.history-nav.is-primary,.history-detail-controls button.is-primary { color: #fff; border-color: var(--blue); background: var(--blue); box-shadow: 0 8px 20px rgba(15,104,230,.25); }

.history-nav:disabled,.history-detail-controls button:disabled { opacity: .35; transform: none; cursor: default; box-shadow: none; }

.history-detail { position: relative; overflow: hidden; display: grid; grid-template-columns: 220px minmax(0,1fr) 140px; align-items: center; min-height: 210px; padding: 28px 48px; border: 1px solid rgba(145,182,229,.42); border-radius: 22px; background: rgba(255,255,255,.94); box-shadow: 0 24px 60px rgba(37,86,148,.11); }

.history-detail::after { position: absolute; top: -135px; right: 130px; width: 330px; height: 330px; border: 58px solid rgba(30,119,235,.035); border-radius: 50%; content: ""; }

.history-detail-index { color: #e8f1fc; font-size: 64px; font-weight: 800; line-height: .9; letter-spacing: -2px; }

.history-detail-copy { position: relative; z-index: 1; padding: 4px 48px 4px 8px; border-left: 1px solid #dce9f8; }

.history-event-list { display: grid; gap: 14px; margin: 0; padding: 0; list-style: none; }

.history-event-list li { display: grid; grid-template-columns: 118px minmax(0,1fr); gap: 18px; padding-top: 14px; border-top: 1px solid #e2ebf7; }

.history-event-list li:first-child { padding-top: 0; border-top: 0; }

.history-event-list time { color: var(--blue); font-size: var(--font-size-body); font-weight: 700; letter-spacing: .5px; }

.history-event-list strong { display: block; color: #173568; line-height: 1.55; }

.history-event-list p { margin: 5px 0 0; color: #71829b; line-height: 1.7; }

.history-detail-controls { position: relative; z-index: 1; display: flex; justify-content: flex-end; gap: 12px; }

.history-hint { margin: 20px 0 0; color: #91a1b5; text-align: center; font-size: 13px; }

.about-honors { padding: 76px 0; background: linear-gradient(180deg,#f8fbff,#f3f8ff); }

.about-honors .section-head { margin-bottom: 40px; }

.honor-grid { display: grid; grid-template-columns: repeat(4,1fr); gap: 24px; }

.honor-card { overflow: hidden; text-align: center; border: 1px solid #dce6f3; border-radius: 14px; background: #fff; box-shadow: 0 10px 28px rgba(31,74,132,.07); transition: transform .25s ease,border-color .25s ease,box-shadow .25s ease; }

.honor-card:hover { transform: translateY(-5px); border-color: #99bff1; box-shadow: 0 18px 38px rgba(31,74,132,.13); }

.honor-card a { height: 100%; display: block; padding: 16px 16px 20px; }

.honor-card a:focus-visible { outline: 3px solid rgba(15,104,230,.4); outline-offset: -3px; }

.honor-media { height: 228px; overflow: hidden; display: flex; align-items: center; justify-content: center; padding: 12px; border-radius: 9px; background: #f5f7fa; }

.honor-media img { width: 100%; height: 100%; display: block; object-fit: contain; transition: transform .3s ease; }

.honor-card:hover .honor-media img { transform: scale(1.025); }

.honor-card h4 { margin: 18px 0 0; color: #173568; line-height: 1.55; }

.honor-note { margin: 24px 0 0; color: #8a9bb0; text-align: center; font-size: 13px; }

.about-network { padding: 78px 0 84px; background: #fff; }

.about-network .section-head { margin-bottom: 42px; }

.network-layout { display: grid; grid-template-columns: .82fr 1.18fr; align-items: center; gap: 58px; }

.network-list { display: grid; gap: 18px; }

.network-office { min-height: 128px; display: grid; grid-template-columns: 62px minmax(0,1fr) auto; align-items: center; gap: 20px; padding: 24px; border: 1px solid #dce8f7; border-radius: 14px; background: linear-gradient(135deg,#fff,#f6faff); box-shadow: 0 10px 28px rgba(31,74,132,.07); }

.network-office-index { width: 56px; height: 56px; display: grid; place-items: center; color: #fff; border-radius: 50%; background: linear-gradient(135deg,#126ee8,#03aee5); font-size: 18px; font-weight: 700; box-shadow: 0 8px 20px rgba(15,104,230,.22); }

.network-office-copy { min-width: 0; }

.network-office small { color: var(--blue); font-weight: 700; letter-spacing: 1px; }

.network-office h3 { margin: 0; color: #123064; text-align: right; white-space: nowrap; }

.network-office p { margin: 7px 0 0; color: #6d7e95; line-height: 1.7; }

.network-map { aspect-ratio: 1600 / 1233; margin: 0; background: transparent; }

.network-map > img { width: 100%; height: 100%; display: block; object-fit: contain; }

.about-vision { padding: 52px 0; color: #fff; background: linear-gradient(90deg,rgba(0,25,65,.9),rgba(2,49,108,.42)),url('/assets/images/cta-bg.webp') bottom/cover; }

.about-vision-inner { display: flex; align-items: center; justify-content: space-between; gap: 30px; }

.about-vision h2 { margin: 0; letter-spacing: 1px; }

.about-vision p { margin: 12px 0 0; color: #c8d9ed; }

.about-vision .button { flex: 0 0 auto; }

@media (max-width: 960px) {
.about-overview-grid { gap: 38px; }
.philosophy-grid,.honor-grid { grid-template-columns: 1fr 1fr; }
.about-history { --history-visible: 5; }
.network-layout { gap: 32px; }
.network-office { padding: 20px; }
.history-detail { grid-template-columns: 150px minmax(0,1fr) 120px; padding: 36px; }
.history-detail-index { font-size: 52px; }
.history-detail-copy { padding-right: 28px; }
}

@media (max-width: 700px) {
.about-hero,.about-hero-inner { min-height: 430px; }
.about-hero { background-position: 57% center; }
.about-breadcrumb { margin-top: 28px; }
.about-overview { padding: 58px 0 52px; }
.about-overview-grid { grid-template-columns: 1fr; gap: 30px; }
.about-overview-media,.about-overview-media > img { min-height: 245px; height: 245px; }
.philosophy-grid { grid-template-columns: 1fr; gap: 14px; margin-top: 38px; }
.philosophy-card { min-height: 220px; padding: 24px 20px; }
.about-history,.about-honors,.about-network { padding: 58px 0; }
.about-history { --history-visible: 3; }
.history-stage { grid-template-columns: 40px minmax(0,1fr) 40px; gap: 7px; }
.history-nav { width: 40px; height: 40px; }
.history-detail { display: block; min-height: 310px; padding: 30px 24px 78px; }
.history-detail::after { top: -90px; right: -90px; width: 250px; height: 250px; }
.history-detail-index { position: absolute; top: 24px; right: 22px; font-size: 44px; }
.history-detail-copy { padding: 0; border-left: 0; }
.history-event-list { padding-top: 58px; }
.history-event-list li { grid-template-columns: 106px minmax(0,1fr); gap: 12px; }
.history-detail-controls { position: absolute; right: 22px; bottom: 20px; }
.history-detail-controls button { width: 42px; height: 42px; }
.history-hint { line-height: 1.6; }
.honor-grid { grid-template-columns: 1fr; gap: 16px; }
.honor-media { height: 220px; }
.network-layout { grid-template-columns: 1fr; gap: 30px; }
.network-office { min-height: 116px; grid-template-columns: 52px minmax(0,1fr) auto; gap: 14px; padding: 18px; }
.network-office-index { width: 48px; height: 48px; font-size: 16px; }
.about-vision { padding: 44px 0; }
.about-vision-inner { display: block; text-align: center; }
.about-vision h2 { line-height: 1.5; }
.about-vision p { line-height: 1.7; }
.about-vision .button { margin-top: 24px; }
}
