body.subpage { background: #f4f8fd; color: #102a52; }
.subpage-main { padding-top: 136px; }
.breadcrumb { padding: 22px clamp(24px, 7vw, 120px); border-bottom: 1px solid #d9e5f2; color: #496b8d; font-size: 13px; }
.subpage-hero { display: grid; grid-template-columns: 1.05fr .95fr; min-height: 420px; background: #e8f2fc; }
.subpage-hero-copy { display: flex; flex-direction: column; justify-content: center; padding: clamp(42px, 7vw, 110px); }
.subpage-hero-copy h1 { max-width: 720px; margin: 0 0 24px; color: #075aa8; font-size: clamp(48px, 7vw, 96px); line-height: .95; }
.subpage-hero-copy p { max-width: 640px; color: #5d7390; font-size: 19px; line-height: 1.55; }
.subpage-hero-image { min-height: 420px; background-position: center; background-size: cover; }
.subpage-content { padding: clamp(62px, 8vw, 120px) clamp(24px, 7vw, 120px); }
.subpage-content h2 { max-width: 850px; margin-bottom: 44px; color: #075aa8; }
.content-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 18px; }
.content-card { min-height: 240px; padding: 30px; border: 1px solid #c9dced; background: #fff; }
.content-card strong { display: block; margin-bottom: 16px; color: #087fd1; font-size: 34px; }
.content-card h3 { color: #102a52; font-size: 23px; }
.content-card p { color: #66788f; line-height: 1.55; }
.subpage-band { padding: clamp(58px, 8vw, 110px) clamp(24px, 7vw, 120px); background: #075aa8; color: #fff; }
.subpage-band h2 { color: #fff; }
.subpage-band p { max-width: 840px; color: rgba(255,255,255,.8); font-size: 18px; line-height: 1.6; }
.subpage-footer { padding: 28px clamp(24px, 7vw, 120px); background: #063b77; color: rgba(255,255,255,.75); font-size: 13px; }
.category-main .breadcrumb { display: flex; gap: 10px; align-items: center; }
.category-main .breadcrumb a { color: #1768a9; text-decoration: none; }
.category-main .breadcrumb strong { color: #102a52; font-weight: 700; }
.category-hero { display: grid; grid-template-columns: 1fr 1fr; min-height: 560px; background: #eaf4fd; }
.category-hero-copy { display: flex; flex-direction: column; justify-content: center; padding: clamp(42px, 7vw, 112px); }
.category-hero-copy h1 { max-width: 680px; margin: 0 0 24px; color: #075aa8; font-size: clamp(44px, 6vw, 82px); line-height: .98; }
.category-hero-copy > p:not(.kicker) { max-width: 620px; color: #5d7390; font-size: 19px; line-height: 1.55; }
.category-hero-image { min-height: 560px; background-position: center; background-size: cover; }
.category-cta { display: inline-flex; align-items: center; gap: 14px; width: fit-content; margin-top: 26px; padding: 14px 20px; background: #087fd1; color: #fff; font-weight: 800; text-decoration: none; }
.category-detail { padding: clamp(62px, 8vw, 120px) clamp(24px, 7vw, 100px); background: #fff; }
.category-detail-head { display: grid; grid-template-columns: .7fr 1.3fr; column-gap: 6vw; align-items: start; margin-bottom: 54px; }
.category-detail-head .kicker { margin-top: 12px; }
.category-detail-head h2 { margin: 0; color: #075aa8; font-size: clamp(36px, 5vw, 66px); line-height: 1; }
.category-detail-head > p:last-child { grid-column: 2; max-width: 700px; margin: 22px 0 0; color: #66788f; font-size: 18px; line-height: 1.6; }
.category-detail-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 18px; }
.category-detail-grid .content-card { min-height: 280px; }
.category-detail-grid .text-link { display: inline-flex; margin-top: 18px; color: #087fd1; font-weight: 800; text-decoration: none; }
@media (max-width: 760px) {
  .subpage-main { padding-top: 118px; }
  .subpage-hero { grid-template-columns: 1fr; }
  .subpage-hero-copy,
  .subpage-hero-image { min-width: 0; }
  .subpage-hero-copy h1 { overflow-wrap: anywhere; }
  .subpage-hero-image { min-height: 300px; }
  .content-grid { grid-template-columns: 1fr; }
  .category-hero { grid-template-columns: 1fr; }
  .category-hero-image { min-height: 300px; }
  .category-detail-head { display: block; }
  .category-detail-head > p:last-child { margin-top: 22px; }
  .category-detail-grid { grid-template-columns: 1fr; }
}

/* Investor-relations portal layers. */
.investor-local-nav { display: flex; flex-wrap: wrap; gap: 0; padding: 0 clamp(24px, 7vw, 100px); border-bottom: 1px solid #c8d9ea; background: #fff; }
.investor-local-nav a { padding: 17px 22px; color: #164a80; font-size: 14px; font-weight: 800; text-decoration: none; border-right: 1px solid #dbe7f2; }
.investor-local-nav a:first-child { color: #fff; background: #087fd1; }
.investor-local-nav a:hover { color: #fff; background: #075aa8; }
.investor-hero { display: grid; grid-template-columns: 1.08fr .92fr; min-height: 450px; background: #062c5c; color: #fff; }
.investor-hero-copy { display: flex; flex-direction: column; justify-content: center; padding: clamp(46px, 7vw, 112px); }
.investor-hero-copy h1 { max-width: 780px; margin: 0 0 22px; color: #fff; font-size: clamp(48px, 6vw, 88px); line-height: .96; }
.investor-hero-copy > p:not(.kicker) { max-width: 650px; color: rgba(255,255,255,.8); font-size: 19px; line-height: 1.55; }
.investor-hero-visual { position: relative; display: grid; place-items: center; min-height: 450px; background: radial-gradient(circle at 58% 42%, rgba(76,184,255,.62), transparent 15%), linear-gradient(135deg, #0b4b9b, #031b3d 72%); overflow: hidden; }
.investor-hero-visual::before { content: ""; width: 70%; aspect-ratio: 1; border: 1px solid rgba(166,225,255,.55); border-radius: 50%; box-shadow: 0 0 0 28px rgba(76,184,255,.06), 0 0 0 56px rgba(76,184,255,.04); }
.investor-hero-visual span { position: absolute; color: rgba(255,255,255,.88); font-size: 14px; font-weight: 900; letter-spacing: .16em; }
.investor-content { padding: clamp(62px, 8vw, 120px) clamp(24px, 7vw, 100px); background: #f3f7fb; }
.investor-content-head { display: grid; grid-template-columns: .65fr 1.35fr; column-gap: 6vw; margin-bottom: 54px; }
.investor-content-head h2 { margin: 0; color: #075aa8; font-size: clamp(38px, 5vw, 68px); line-height: 1; }
.investor-content-head > p:last-child { grid-column: 2; max-width: 720px; margin: 22px 0 0; color: #66788f; font-size: 18px; line-height: 1.6; }
.investor-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 18px; }
.investor-card { min-height: 260px; padding: 30px; border-top: 4px solid #087fd1; background: #fff; box-shadow: 0 8px 24px rgba(4,34,76,.08); }
.investor-card strong { display: block; color: #087fd1; font-size: 34px; }
.investor-card h3 { color: #102a52; font-size: 23px; }
.investor-card p { color: #66788f; line-height: 1.55; }
.investor-card .text-link { display: inline-flex; margin-top: 16px; color: #075aa8; font-weight: 800; text-decoration: none; }
.investor-metrics { display: grid; grid-template-columns: repeat(4, 1fr); border-top: 1px solid #c8d9ea; border-left: 1px solid #c8d9ea; }
.investor-metrics > div { min-height: 160px; padding: 26px; border-right: 1px solid #c8d9ea; border-bottom: 1px solid #c8d9ea; background: #fff; }
.investor-metrics strong { display: block; color: #075aa8; font-size: clamp(40px, 5vw, 68px); line-height: 1; }
.investor-metrics span { display: block; margin-top: 18px; color: #66788f; font-size: 14px; }
.investor-news-band { display: grid; grid-template-columns: .72fr 1.28fr; gap: 6vw; padding: clamp(62px, 8vw, 120px) clamp(24px, 7vw, 100px); background: #062c5c; color: #fff; }
.investor-news-band h2 { max-width: 500px; color: #fff; font-size: clamp(38px, 5vw, 68px); line-height: 1; }
.investor-news-list { border-top: 1px solid rgba(255,255,255,.3); }
.investor-news-list a { display: grid; grid-template-columns: 58px 1fr; gap: 8px 18px; padding: 20px 0; border-bottom: 1px solid rgba(255,255,255,.24); color: #fff; text-decoration: none; }
.investor-news-list a:hover strong { color: #4cb8ff; }
.investor-news-list span { grid-row: span 2; color: #4cb8ff; font-size: 18px; font-weight: 900; }
.investor-news-list strong { font-size: 20px; }
.investor-news-list small { color: rgba(255,255,255,.68); }
body.investor-page .subpage-hero { background: #062c5c; }
body.investor-page .subpage-hero-copy h1 { color: #fff; }
body.investor-page .subpage-hero-copy p { color: rgba(255,255,255,.8); }
body.investor-page .subpage-content { background: #f3f7fb; }
body.investor-page .subpage-content h2 { color: #075aa8; }
@media (max-width: 760px) {
  .investor-local-nav { overflow-x: auto; flex-wrap: nowrap; padding: 0 12px; }
  .investor-local-nav a { white-space: nowrap; padding: 14px 16px; }
  .investor-hero { grid-template-columns: 1fr; }
  .investor-hero-visual { min-height: 280px; }
  .investor-content-head { display: block; }
  .investor-content-head > p:last-child { margin-top: 22px; }
  .investor-grid { grid-template-columns: 1fr; }
  .investor-metrics { grid-template-columns: repeat(2, 1fr); }
  .investor-news-band { grid-template-columns: 1fr; gap: 34px; }
}

/* About Sanqi — editorial corporate layout inspired by the reference page. */
body.about-page { background: #fff; color: #102a52; }
.about-main { padding-top: 136px; overflow: hidden; }
.about-main .breadcrumb { display: flex; align-items: center; gap: 10px; background: #fff; }
.about-main .breadcrumb a { color: #496b8d; text-decoration: none; }
.about-main .breadcrumb strong { color: #102a52; }
.about-hero { display: grid; grid-template-columns: 56% 44%; min-height: 690px; background: #fff; }
.about-hero-copy { display: flex; flex-direction: column; justify-content: center; padding: clamp(70px, 9vw, 145px) clamp(32px, 7vw, 112px); }
.about-label,
.about-section-label { margin: 0 0 24px; color: #087fd1; font-size: 14px; font-weight: 900; letter-spacing: .13em; text-transform: uppercase; }
.about-hero h1 { max-width: 790px; margin: 0; color: #102a52; font-size: clamp(58px, 7.2vw, 112px); font-weight: 500; letter-spacing: -.045em; line-height: .92; }
.about-hero-copy > p:not(.about-label) { max-width: 650px; margin: 34px 0 0; color: #5d6e83; font-size: 19px; line-height: 1.7; }
.about-button { display: inline-flex; align-items: center; width: fit-content; margin-top: 34px; padding: 15px 22px; background: #087fd1; color: #fff; font-weight: 900; text-decoration: none; }
.about-hero-media { min-height: 690px; margin: 0; overflow: hidden; }
.about-hero-media img { width: 100%; height: 100%; object-fit: cover; object-position: 56% center; }
.about-intro { display: grid; grid-template-columns: .52fr 1.48fr; gap: 7vw; padding: clamp(90px, 11vw, 170px) clamp(28px, 7vw, 120px); border-top: 1px solid #dce6f0; }
.about-intro-media { position: relative; min-height: 520px; margin: 0; overflow: hidden; background: #dceaf7; }
.about-intro-media img { display: block; width: 100%; height: 100%; min-height: 520px; object-fit: cover; object-position: center; }
.about-intro-media figcaption { position: absolute; left: 24px; top: 24px; padding: 10px 14px; background: rgba(7, 90, 168, .9); color: #fff; font-size: 13px; font-weight: 900; letter-spacing: .13em; text-transform: uppercase; }
.about-intro h2,
.about-section-head h2,
.about-scale h2,
.about-difference h2,
.about-links h2,
.about-cta h2 { margin: 0; color: #102a52; font-size: clamp(42px, 5.1vw, 78px); font-weight: 550; letter-spacing: -.035em; line-height: 1.03; }
.about-intro > div > p { max-width: 860px; margin: 36px 0 0; color: #5d6e83; font-size: 19px; line-height: 1.75; }
.about-overview { padding: clamp(90px, 10vw, 150px) clamp(28px, 6vw, 100px); background: #f3f6f9; }
.about-section-head { display: grid; grid-template-columns: .52fr 1.48fr; gap: 7vw; margin-bottom: 60px; }
.about-section-head > div > p { max-width: 780px; margin: 26px 0 0; color: #617287; font-size: 18px; line-height: 1.7; }
.about-overview-image { margin: 0; overflow: hidden; background: #dceaf7; box-shadow: 0 14px 34px rgba(7, 42, 82, .08); }
.about-overview-image img { display: block; width: 100%; height: auto; }
.about-card-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 22px; }
.about-card { min-width: 0; background: #fff; box-shadow: 0 14px 34px rgba(7, 42, 82, .08); }
.about-card > img { display: block; width: 100%; aspect-ratio: 1.55; object-fit: cover; }
.about-card > div { padding: 30px 30px 34px; }
.about-card span { color: #087fd1; font-size: 13px; font-weight: 900; letter-spacing: .16em; }
.about-card h3 { margin: 17px 0 12px; color: #102a52; font-size: clamp(24px, 2.1vw, 33px); line-height: 1.08; }
.about-card p { min-height: 96px; color: #617287; line-height: 1.65; }
.about-card a { display: inline-flex; margin-top: 14px; padding-bottom: 6px; border-bottom: 2px solid #4cb8ff; color: #075aa8; font-weight: 900; text-decoration: none; }
.about-scale { display: grid; grid-template-columns: .8fr 1.2fr; gap: 7vw; padding: clamp(80px, 9vw, 135px) clamp(28px, 7vw, 120px); background: #062c5c; color: #fff; }
.about-scale h2 { color: #fff; }
.about-scale-copy > p:last-child { max-width: 580px; margin: 28px 0 0; color: rgba(255,255,255,.72); font-size: 18px; line-height: 1.7; }
.about-metrics { display: grid; grid-template-columns: repeat(3, 1fr); border-top: 1px solid rgba(255,255,255,.25); border-left: 1px solid rgba(255,255,255,.25); }
.about-metrics > div { min-height: 260px; padding: 30px 24px; border-right: 1px solid rgba(255,255,255,.25); border-bottom: 1px solid rgba(255,255,255,.25); }
.about-metrics strong { display: block; color: #fff; font-size: clamp(50px, 6vw, 92px); font-weight: 500; letter-spacing: -.04em; line-height: 1; }
.about-metrics span { display: block; margin-top: 28px; color: rgba(255,255,255,.72); line-height: 1.55; }
.about-difference { padding: clamp(95px, 11vw, 170px) clamp(28px, 7vw, 120px); background: #fff; }
.about-difference-head { max-width: 940px; margin-bottom: 76px; }
.about-difference-head > p:last-child { max-width: 780px; margin: 28px 0 0; color: #617287; font-size: 18px; line-height: 1.7; }
.about-feature { display: grid; grid-template-columns: 1fr 1fr; min-height: 470px; margin-top: 28px; background: #f3f6f9; }
.about-feature-reverse img { order: 2; }
.about-feature > img { width: 100%; height: 100%; min-height: 470px; object-fit: cover; }
.about-feature > div { display: flex; flex-direction: column; justify-content: center; padding: clamp(42px, 6vw, 88px); }
.about-feature-number { margin: 0 0 18px; color: #087fd1; font-size: 14px; font-weight: 900; letter-spacing: .15em; }
.about-feature h3 { margin: 0 0 24px; color: #102a52; font-size: clamp(34px, 4vw, 60px); font-weight: 550; letter-spacing: -.03em; line-height: 1; }
.about-feature ul { margin: 0; padding-left: 22px; color: #5d6e83; }
.about-feature li { margin: 12px 0; padding-left: 8px; line-height: 1.55; }
.about-links { padding: clamp(90px, 10vw, 150px) clamp(28px, 7vw, 120px); background: #f3f6f9; }
.about-links .about-section-head { margin-bottom: 48px; }
.about-link-grid { display: grid; grid-template-columns: repeat(4, 1fr); border-top: 1px solid #cbd9e6; border-left: 1px solid #cbd9e6; }
.about-link-grid a { position: relative; min-height: 220px; padding: 30px; border-right: 1px solid #cbd9e6; border-bottom: 1px solid #cbd9e6; background: #fff; color: #102a52; text-decoration: none; transition: background 180ms ease, color 180ms ease; }
.about-link-grid a:hover { background: #075aa8; color: #fff; }
.about-link-grid strong { display: block; font-size: 26px; }
.about-link-grid span { display: block; margin-top: 12px; color: #617287; }
.about-link-grid a:hover span { color: rgba(255,255,255,.76); }
.about-link-grid i { position: absolute; right: 28px; bottom: 24px; color: #087fd1; font-size: 30px; font-style: normal; }
.about-link-grid a:hover i { color: #fff; }
.about-cta { padding: clamp(80px, 10vw, 150px) clamp(28px, 7vw, 120px); background: linear-gradient(110deg, rgba(3,34,73,.96), rgba(7,90,168,.9)), url('../assets/solutions-bg.jpg') center/cover; color: #fff; }
.about-cta h2 { max-width: 980px; color: #fff; }
.about-cta a { display: inline-flex; align-items: center; gap: 18px; margin-top: 36px; padding: 16px 22px; background: #fff; color: #075aa8; font-weight: 900; text-decoration: none; }

@media (max-width: 980px) {
  .about-hero { grid-template-columns: 1fr; }
  .about-hero-media { min-height: 460px; }
  .about-card-grid { grid-template-columns: 1fr; }
  .about-card { display: grid; grid-template-columns: .82fr 1.18fr; }
  .about-card > img { height: 100%; aspect-ratio: auto; }
  .about-scale { grid-template-columns: 1fr; }
  .about-link-grid { grid-template-columns: repeat(2, 1fr); }
}

@media (max-width: 760px) {
  .about-main { padding-top: 118px; }
  .about-hero-copy { padding: 64px 24px; }
  .about-hero h1 { font-size: clamp(50px, 15vw, 72px); }
  .about-hero-media { min-height: 330px; }
  .about-intro,
  .about-section-head { grid-template-columns: 1fr; gap: 16px; }
  .about-intro-media,
  .about-intro-media img { min-height: 320px; }
  .about-card { display: block; }
  .about-card p { min-height: 0; }
  .about-metrics { grid-template-columns: 1fr; }
  .about-metrics > div { min-height: 180px; }
  .about-feature { grid-template-columns: 1fr; }
  .about-feature-reverse img { order: 0; }
  .about-feature > img { min-height: 290px; }
  .about-link-grid { grid-template-columns: 1fr; }
}

/* Standalone navigation pages — compact editorial system based on the Leadership reference. */
body.secondary-page { background: #fff; color: #102a52; }
.secondary-main { padding-top: 136px; }
.secondary-main .breadcrumb { display: flex; flex-wrap: wrap; align-items: center; gap: 9px; background: #fff; }
.secondary-main .breadcrumb a { color: #496b8d; text-decoration: none; }
.secondary-main .breadcrumb strong { color: #102a52; }
.secondary-banner { position: relative; min-height: 330px; display: flex; flex-direction: column; justify-content: center; padding: clamp(54px, 7vw, 96px) clamp(28px, 6vw, 96px); overflow: hidden; background: linear-gradient(108deg, #f4f8ff 0%, #e4ecff 40%, #b9d7f3 69%, #087fd1 100%); }
.secondary-banner::after { content: ""; position: absolute; inset: 0 0 0 auto; width: 38%; background: radial-gradient(circle at 86% 26%, rgba(255,255,255,.5), transparent 33%), linear-gradient(120deg, transparent, rgba(7,90,168,.34)); pointer-events: none; }
.secondary-banner .kicker { position: relative; z-index: 1; margin: 0 0 18px; color: #087fd1; font-size: 13px; font-weight: 900; letter-spacing: .17em; text-transform: uppercase; }
.secondary-banner h1 { position: relative; z-index: 1; max-width: 920px; margin: 0; color: #102a52; font-size: clamp(54px, 7vw, 96px); font-weight: 450; letter-spacing: -.045em; line-height: .94; }
.secondary-banner > p:last-child { position: relative; z-index: 1; max-width: 790px; margin: 28px 0 0; color: #3f536c; font-size: clamp(17px, 1.6vw, 22px); line-height: 1.55; }
.secondary-content { padding: clamp(74px, 8vw, 122px) clamp(28px, 6vw, 96px) clamp(90px, 10vw, 150px); }
.secondary-section-head { display: grid; grid-template-columns: .55fr 1.45fr; gap: 7vw; align-items: start; margin-bottom: 52px; }
.secondary-section-head .kicker { margin: 10px 0 0; color: #087fd1; font-size: 13px; font-weight: 900; letter-spacing: .17em; text-transform: uppercase; }
.secondary-section-head h2 { max-width: 920px; margin: 0; color: #102a52; font-size: clamp(40px, 5vw, 70px); font-weight: 500; letter-spacing: -.035em; line-height: 1.02; }
.secondary-section-head p:last-child { grid-column: 2; max-width: 780px; margin: 22px 0 0; color: #607289; font-size: 18px; line-height: 1.7; }
.secondary-card-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 26px; }
.secondary-card { min-width: 0; background: #fff; border: 1px solid #d7e2ed; box-shadow: 0 14px 34px rgba(6,44,92,.08); transition: transform 180ms ease, box-shadow 180ms ease; }
.secondary-card:hover { transform: translateY(-5px); box-shadow: 0 20px 42px rgba(6,44,92,.14); }
.secondary-card img { display: block; width: 100%; aspect-ratio: 1.38; object-fit: cover; background: #e3edf7; }
.secondary-card-body { padding: 28px 28px 34px; }
.secondary-card-label { margin: 0 0 14px; color: #087fd1; font-size: 12px; font-weight: 900; letter-spacing: .14em; text-transform: uppercase; }
.secondary-card h3 { margin: 0 0 14px; color: #102a52; font-size: clamp(24px, 2.2vw, 34px); font-weight: 650; line-height: 1.08; }
.secondary-card p:last-child { margin: 0; color: #607289; line-height: 1.65; }
.secondary-cta { display: grid; grid-template-columns: 1.25fr .75fr; gap: 6vw; align-items: end; padding: clamp(64px, 8vw, 110px) clamp(28px, 6vw, 96px); background: #062c5c; color: #fff; }
.secondary-cta h2 { max-width: 900px; margin: 0; color: #fff; font-size: clamp(38px, 5vw, 68px); font-weight: 500; letter-spacing: -.035em; line-height: 1.02; }
.secondary-cta p { max-width: 560px; margin: 24px 0 0; color: rgba(255,255,255,.72); font-size: 18px; line-height: 1.65; }
.secondary-cta a { justify-self: end; display: inline-flex; align-items: center; gap: 16px; padding: 16px 23px; background: #fff; color: #075aa8; font-weight: 900; text-decoration: none; }
.secondary-cta a::after { content: "\2192"; font-size: 22px; }

@media (max-width: 900px) {
  .secondary-card-grid { grid-template-columns: 1fr; }
  .secondary-card { display: grid; grid-template-columns: .8fr 1.2fr; }
  .secondary-card img { height: 100%; aspect-ratio: auto; }
  .secondary-cta { grid-template-columns: 1fr; }
  .secondary-cta a { justify-self: start; }
}

@media (max-width: 760px) {
  .secondary-main { padding-top: 118px; }
  .secondary-banner { min-height: 300px; padding-top: 64px; padding-bottom: 64px; }
  .secondary-banner::after { width: 58%; opacity: .55; }
  .secondary-banner h1 { font-size: clamp(50px, 15vw, 72px); }
  .secondary-section-head { display: block; }
  .secondary-section-head h2 { margin-top: 18px; }
  .secondary-section-head p:last-child { margin-top: 22px; }
  .secondary-card { display: block; }
  .secondary-card img { height: auto; aspect-ratio: 1.45; }
}

/* Business inquiry portal — mirrors the supplied two-panel contact reference. */
body.contact-portal-page { margin: 0; background: #fff; color: #171717; font-family: Arial, Helvetica, sans-serif; }
.contact-portal-main { display: grid; grid-template-columns: minmax(620px, 1.55fr) minmax(440px, 1fr); min-height: calc(100vh - 84px); }
.contact-form-panel { padding: 34px clamp(44px, 4.3vw, 82px) 34px; background: #fff; }
.contact-logo { display: inline-flex; width: 205px; height: 68px; align-items: center; }
.contact-logo img { display: block; width: 100%; max-height: 64px; object-fit: contain; object-position: left center; }
.contact-form-heading { margin-top: 0; }
.contact-form-heading h1 { margin: 0; color: #171717; font-size: clamp(34px, 3vw, 48px); font-weight: 400; letter-spacing: -.035em; line-height: 1; }
.contact-form-heading p { margin: 22px 0 0; color: #2b2b2b; font-size: 16px; line-height: 1.5; }
.contact-reference-form { max-width: 820px; margin-top: 42px; }
.contact-field-grid { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); column-gap: 30px; row-gap: 16px; }
.contact-field { display: flex; min-width: 0; flex-direction: column; }
.contact-field > span { min-height: 20px; color: #272727; font-size: 14px; line-height: 1.35; }
.contact-field b { color: #c8182f; font-size: 17px; font-weight: 600; }
.contact-field input,
.contact-field select,
.contact-field textarea { width: 100%; min-width: 0; box-sizing: border-box; margin: 0; padding: 11px 12px 10px; border: 0; border-bottom: 1px solid #1d1d1d; border-radius: 0; outline: none; background: transparent; color: #242424; font: inherit; font-size: 16px; }
.contact-field input { height: 48px; }
.contact-field input::placeholder,
.contact-field textarea::placeholder { color: #848484; opacity: 1; }
.contact-field select { height: 48px; cursor: pointer; appearance: auto; }
.contact-field textarea { min-height: 110px; resize: vertical; line-height: 1.55; }
.contact-field input:focus,
.contact-field select:focus,
.contact-field textarea:focus { border-bottom: 2px solid #087fd1; }
.contact-message-field { min-height: 148px; }
.contact-opt-in { display: grid; grid-template-columns: 20px 1fr; gap: 14px; align-items: start; margin-top: 24px; color: #252525; font-size: 13px; line-height: 1.65; cursor: pointer; }
.contact-opt-in input { width: 15px; height: 15px; margin: 3px 0 0; accent-color: #087fd1; }
.contact-opt-in strong { display: block; margin-bottom: 3px; font-size: 14px; }
.contact-consent { max-width: 800px; margin: 24px 0 0; color: #343434; font-size: 13px; line-height: 1.6; }
.contact-submit { display: inline-flex; align-items: center; gap: 9px; margin: 22px 0 0; padding: 10px 20px 9px; border: 0; border-radius: 999px; background: #090909; color: #fff; font: inherit; font-size: 16px; cursor: pointer; transition: background 160ms ease, transform 160ms ease; }
.contact-submit:hover { background: #075aa8; transform: translateY(-1px); }
.contact-form-status { min-height: 18px; margin: 12px 0 0; color: #075aa8; font-size: 13px; }
.contact-visual { position: relative; height: calc(100vh - 84px); overflow: hidden; background: #dff2ff; }
.contact-visual::before,
.contact-visual::after,
.contact-visual-grid,
.contact-visual p { display: none; }
.contact-visual-image { display: block; width: 100%; height: 100%; min-height: 100%; object-fit: cover; object-position: center top; }
.contact-portal-footer { display: flex; min-height: 84px; box-sizing: border-box; align-items: center; justify-content: space-between; gap: 28px; padding: 20px clamp(28px, 5vw, 74px); background: #f3f3f3; color: #777; font-size: 13px; }
.contact-portal-footer nav { display: flex; flex-wrap: wrap; justify-content: flex-end; gap: 26px; }
.contact-portal-footer a { color: #666; text-decoration: none; }
.contact-portal-footer a:hover { color: #075aa8; }

@media (max-width: 900px) {
  .contact-portal-main { grid-template-columns: 1fr; }
  .contact-visual { min-height: 330px; order: -1; }
  .contact-visual p { bottom: 34px; }
}

@media (max-width: 620px) {
  .contact-form-panel { padding: 28px 24px 38px; }
  .contact-logo { width: 170px; }
  .contact-field-grid { grid-template-columns: 1fr; }
  .contact-field-spacer { display: none; }
  .contact-reference-form { margin-top: 34px; }
  .contact-portal-footer { align-items: flex-start; flex-direction: column; }
  .contact-portal-footer nav { justify-content: flex-start; gap: 14px 22px; }
}

/* Align secondary pages with the optimized 74px mobile navigation header. */
@media (max-width: 1060px) {
  body.subpage .subpage-main,
  body.about-page .about-main,
  body.secondary-page .secondary-main { padding-top: 74px; }
}

/* About hero: use the campus photograph as a true full-width visual. */
@media (min-width: 761px) {
  .about-hero {
    position: relative;
    isolation: isolate;
    display: block;
    min-height: 720px;
    overflow: hidden;
    background: #cfe7fb;
  }
  .about-hero::after {
    display: none;
  }
  .about-hero-copy {
    position: relative;
    z-index: 1;
    width: min(58%, 850px);
    min-height: 720px;
    box-sizing: border-box;
  }
  .about-hero-media {
    position: absolute;
    z-index: -2;
    inset: 0;
    width: 100%;
    min-height: 720px;
  }
  .about-hero-media img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center 52%;
  }
}

@media (max-width: 760px) {
  .about-hero {
    display: flex;
    min-height: 0;
    flex-direction: column;
    background: #cfe7fb;
  }
  .about-hero-copy {
    width: auto;
    min-height: 0;
  }
  .about-hero-media {
    position: relative;
    inset: auto;
    width: 100%;
    min-height: 360px;
  }
  .about-hero-media img {
    width: 100%;
    height: 100%;
    min-height: 360px;
    object-fit: cover;
    object-position: center;
  }
}

/* About hero typography requested in the browser annotations. */
.about-hero-eyebrow {
  margin: 0 0 20px;
  color: #fff;
  font-family: Arial, sans-serif;
  font-size: clamp(20px, 2.2vw, 34px);
  font-weight: 600;
  letter-spacing: .12em;
  line-height: 1.1;
  text-transform: uppercase;
  text-shadow: 0 3px 18px rgba(3, 32, 72, .28);
}

@media (min-width: 761px) {
  .about-hero .about-hero-copy h1 {
    margin: 0;
    color: #fff;
    font-family: Arial, sans-serif;
    font-size: clamp(120px, 17vw, 220px);
    font-weight: 600;
    letter-spacing: -.07em;
    line-height: .82;
    text-shadow: 0 5px 24px rgba(3, 32, 72, .28);
  }
}

@media (max-width: 760px) {
  .about-hero-copy { background: #075aa8; }
  .about-hero .about-hero-copy h1 {
    margin: 0;
    color: #fff;
    font-family: Arial, sans-serif;
    font-size: clamp(82px, 28vw, 132px);
    font-weight: 600;
    letter-spacing: -.06em;
    line-height: .88;
  }
  .about-hero-eyebrow {
    margin-bottom: 16px;
    font-size: clamp(18px, 5vw, 24px);
  }
}

/* Qualification and catalogue detail pages. */
.catalog-feature {
  display: grid;
  grid-template-columns: minmax(300px, .72fr) minmax(520px, 1.28fr);
  gap: clamp(36px, 6vw, 96px);
  align-items: center;
  padding: clamp(74px, 8vw, 126px) clamp(28px, 6vw, 96px);
  background: #fff;
}
.catalog-feature-copy .kicker,
.catalog-heading .kicker,
.catalog-download-band .kicker {
  margin: 0 0 18px;
  color: #087fd1;
  font-size: 13px;
  font-weight: 900;
  letter-spacing: .17em;
  text-transform: uppercase;
}
.catalog-feature h2,
.catalog-heading h2,
.catalog-download-band h2 {
  margin: 0;
  color: #102a52;
  font-size: clamp(38px, 4.6vw, 68px);
  font-weight: 500;
  letter-spacing: -.04em;
  line-height: 1.03;
}
.catalog-feature-copy > p:last-of-type,
.catalog-heading > p:last-child,
.catalog-download-band p:last-child {
  margin: 24px 0 0;
  color: #607289;
  font-size: 18px;
  line-height: 1.72;
}
.catalog-feature-visual {
  margin: 0;
  background: #edf5fc;
  box-shadow: 0 22px 50px rgba(6,44,92,.12);
}
.catalog-feature-visual img {
  display: block;
  width: 100%;
  height: auto;
}
.catalog-feature-visual figcaption,
.catalog-gallery figcaption {
  padding: 14px 18px;
  color: #526b86;
  font-size: 13px;
  line-height: 1.45;
}
.credential-chips {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin-top: 30px;
}
.credential-chips span {
  display: inline-flex;
  min-height: 38px;
  align-items: center;
  padding: 0 15px;
  border: 1px solid #8fc9ef;
  background: #edf8ff;
  color: #075aa8;
  font-size: 13px;
  font-weight: 850;
  letter-spacing: .04em;
}
.catalog-system {
  padding: clamp(76px, 8vw, 126px) clamp(28px, 6vw, 96px);
  background: #edf5fb;
}
.catalog-heading {
  display: grid;
  grid-template-columns: .42fr 1.05fr .7fr;
  gap: clamp(24px, 4vw, 64px);
  align-items: start;
  margin-bottom: 54px;
}
.catalog-heading > p:last-child { margin-top: 5px; }
.catalog-family-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  border-top: 1px solid #b9d0e3;
  border-left: 1px solid #b9d0e3;
}
.catalog-family {
  min-height: 310px;
  padding: 30px 28px 34px;
  border-right: 1px solid #b9d0e3;
  border-bottom: 1px solid #b9d0e3;
  background: rgba(255,255,255,.64);
  transition: background-color 180ms ease, transform 180ms ease;
}
.catalog-family:hover {
  position: relative;
  z-index: 1;
  background: #fff;
  transform: translateY(-4px);
  box-shadow: 0 18px 42px rgba(6,44,92,.1);
}
.catalog-index {
  display: block;
  margin-bottom: 54px;
  color: #087fd1;
  font-size: 13px;
  font-weight: 900;
  letter-spacing: .15em;
}
.catalog-family h3 {
  margin: 0 0 16px;
  color: #10396d;
  font-size: clamp(24px, 2vw, 31px);
  line-height: 1.12;
}
.catalog-family p {
  margin: 0;
  color: #5b718b;
  line-height: 1.65;
}
.catalog-gallery {
  padding: clamp(76px, 8vw, 126px) clamp(28px, 6vw, 96px);
  background: #fff;
}
.catalog-heading.compact {
  display: grid;
  grid-template-columns: .42fr 1.75fr;
  margin-bottom: 42px;
}
.catalog-gallery figure {
  margin: 0;
  overflow: hidden;
  border: 1px solid #d3e1ed;
  background: #f6f9fc;
}
.catalog-gallery figure img {
  display: block;
  width: 100%;
  height: auto;
}
.catalog-gallery-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 28px;
  align-items: start;
}
.assurance-note {
  display: grid;
  grid-template-columns: .42fr 1.58fr;
  gap: clamp(28px, 6vw, 90px);
  padding: 42px clamp(28px, 6vw, 96px);
  border-top: 1px solid #c6d9e8;
  border-bottom: 1px solid #c6d9e8;
  background: #fff;
}
.assurance-note strong {
  color: #075aa8;
  font-size: 15px;
  letter-spacing: .08em;
  text-transform: uppercase;
}
.assurance-note p {
  margin: 0;
  color: #526b86;
  line-height: 1.7;
}
.catalog-download-band {
  display: grid;
  grid-template-columns: 1.3fr .7fr;
  gap: clamp(34px, 7vw, 110px);
  align-items: end;
  padding: clamp(64px, 7vw, 96px) clamp(28px, 6vw, 96px);
  background: #d9ecfa;
}
.catalog-download-band h2 { font-size: clamp(34px, 4vw, 56px); }
.catalog-download-band a {
  justify-self: end;
  display: inline-flex;
  align-items: center;
  gap: 14px;
  padding: 16px 22px;
  border: 2px solid #075aa8;
  color: #075aa8;
  font-weight: 900;
  text-decoration: none;
  transition: background-color 160ms ease, color 160ms ease;
}
.catalog-download-band a::after { content: "\2193"; font-size: 20px; }
.catalog-download-band a:hover { background: #075aa8; color: #fff; }
.trust-feature { grid-template-columns: minmax(320px, .63fr) minmax(560px, 1.37fr); }

@media (max-width: 1040px) {
  .catalog-feature,
  .trust-feature { grid-template-columns: 1fr; }
  .catalog-feature-visual { max-width: 920px; }
  .catalog-heading { grid-template-columns: .45fr 1.2fr; }
  .catalog-heading > p:last-child { grid-column: 2; }
  .catalog-family-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
}

@media (max-width: 700px) {
  .catalog-feature,
  .catalog-system,
  .catalog-gallery { padding-top: 66px; padding-bottom: 72px; }
  .catalog-heading,
  .catalog-heading.compact,
  .assurance-note,
  .catalog-download-band { display: block; }
  .catalog-heading > p:last-child { margin-top: 20px; }
  .catalog-family-grid,
  .catalog-gallery-grid { grid-template-columns: 1fr; }
  .catalog-family { min-height: 0; }
  .catalog-index { margin-bottom: 34px; }
  .assurance-note strong { display: block; margin-bottom: 18px; }
  .catalog-download-band a { margin-top: 30px; }
}

/* About Sanqi hero refinement: separate copy and image, with restrained color. */
@media (min-width: 761px) {
  body.about-page .about-hero {
    position: relative;
    isolation: auto;
    display: grid;
    grid-template-columns: minmax(390px, 41%) minmax(0, 59%);
    min-height: 650px;
    overflow: hidden;
    background: #f3f6f8;
  }
  body.about-page .about-hero-copy {
    position: relative;
    z-index: 1;
    width: auto;
    min-height: 650px;
    box-sizing: border-box;
    justify-content: center;
    padding: clamp(70px, 8vw, 128px) clamp(42px, 6.2vw, 100px);
    background: #f3f6f8;
  }
  body.about-page .about-hero-copy::before {
    content: "ABOUT SANQI";
    display: block;
    margin-bottom: 32px;
    color: #2c6f9f;
    font-size: 12px;
    font-weight: 850;
    letter-spacing: .19em;
  }
  body.about-page .about-hero .about-hero-copy h1 {
    max-width: 610px;
    margin: 0;
    color: #163453;
    font-family: Arial, sans-serif;
    font-size: clamp(48px, 5.1vw, 82px);
    font-weight: 450;
    letter-spacing: -.048em;
    line-height: 1.02;
    text-shadow: none;
  }
  body.about-page .about-hero .about-hero-copy h1 span {
    display: inline-block;
    color: #075aa8;
    font-weight: 700;
  }
  body.about-page .about-hero-media {
    position: relative;
    z-index: 0;
    inset: auto;
    width: 100%;
    min-height: 650px;
    margin: 0;
    overflow: hidden;
    background: #d9e6ee;
  }
  body.about-page .about-hero-media::after {
    content: "";
    position: absolute;
    inset: 0;
    background: linear-gradient(90deg, rgba(18,49,76,.1), transparent 26%), rgba(219,231,238,.06);
    pointer-events: none;
  }
  body.about-page .about-hero-media img {
    display: block;
    width: 100%;
    height: 100%;
    min-height: 650px;
    object-fit: cover;
    object-position: 63% center;
    filter: saturate(.66) contrast(.93) brightness(.97);
    transform: scale(1.015);
  }
}

@media (max-width: 760px) {
  body.about-page .about-hero {
    display: flex;
    flex-direction: column;
    min-height: 0;
    background: #f3f6f8;
  }
  body.about-page .about-hero-copy {
    width: auto;
    min-height: 0;
    padding: 56px 24px 62px;
    background: #f3f6f8;
  }
  body.about-page .about-hero-copy::before {
    content: "ABOUT SANQI";
    display: block;
    margin-bottom: 22px;
    color: #2c6f9f;
    font-size: 11px;
    font-weight: 850;
    letter-spacing: .18em;
  }
  body.about-page .about-hero .about-hero-copy h1 {
    margin: 0;
    color: #163453;
    font-family: Arial, sans-serif;
    font-size: clamp(46px, 13vw, 66px);
    font-weight: 450;
    letter-spacing: -.05em;
    line-height: 1.02;
  }
  body.about-page .about-hero .about-hero-copy h1 span {
    color: #075aa8;
    font-weight: 700;
  }
  body.about-page .about-hero-media {
    position: relative;
    inset: auto;
    width: 100%;
    min-height: 300px;
    margin: 0;
    overflow: hidden;
    background: #d9e6ee;
  }
  body.about-page .about-hero-media img {
    width: 100%;
    height: 100%;
    min-height: 300px;
    object-fit: cover;
    object-position: 66% center;
    filter: saturate(.66) contrast(.93) brightness(.97);
  }
}

/* About Sanqi hero: full-width panorama with a softly feathered copy edge. */
@media (min-width: 761px) {
  body.about-page .about-hero {
    position: relative;
    isolation: isolate;
    display: block;
    min-height: clamp(520px, 43vw, 620px);
    background: #f3f6f8;
  }
  body.about-page .about-hero-media {
    position: absolute;
    z-index: 0;
    inset: 0;
    width: 100%;
    min-height: clamp(520px, 43vw, 620px);
  }
  body.about-page .about-hero-media img {
    width: 100%;
    height: 100%;
    min-height: clamp(520px, 43vw, 620px);
    object-fit: cover;
    object-position: center center;
    filter: saturate(.72) contrast(.95) brightness(.98);
    transform: none;
  }
  body.about-page .about-hero-media::after {
    background: rgba(219, 231, 238, .035);
  }
  body.about-page .about-hero-copy {
    position: relative;
    z-index: 2;
    width: min(50%, 720px);
    min-height: clamp(520px, 43vw, 620px);
    padding: clamp(64px, 7vw, 112px) clamp(78px, 7vw, 112px) clamp(64px, 7vw, 112px) clamp(42px, 6.2vw, 100px);
    background: linear-gradient(90deg, rgba(243, 246, 248, .82) 0%, rgba(243, 246, 248, .72) 58%, rgba(243, 246, 248, .38) 82%, rgba(243, 246, 248, 0) 100%);
  }
  body.about-page .about-hero .about-hero-copy h1 {
    max-width: 540px;
    font-size: clamp(48px, 4.85vw, 78px);
    line-height: 1.01;
  }
}

/* People pages based on the 30th anniversary book. */
body.people-page { background: #fff; color: #102a52; }
.people-hero {
  display: grid;
  grid-template-columns: minmax(380px, .78fr) minmax(560px, 1.22fr);
  min-height: 620px;
  background: #edf4f7;
}
.people-hero-copy {
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: clamp(70px, 8vw, 126px) clamp(38px, 6vw, 96px);
}
.people-hero-copy .kicker,
.people-intro .kicker,
.people-story-copy .kicker,
.people-voices-head .kicker {
  margin: 0 0 22px;
  color: #087f89;
  font-size: 12px;
  font-weight: 900;
  letter-spacing: .19em;
  text-transform: uppercase;
}
.people-hero h1 {
  max-width: 720px;
  margin: 0;
  color: #14365b;
  font-size: clamp(52px, 6.2vw, 92px);
  font-weight: 480;
  letter-spacing: -.05em;
  line-height: .98;
}
.people-hero-copy > p:last-child {
  max-width: 650px;
  margin: 28px 0 0;
  color: #526b82;
  font-size: clamp(17px, 1.5vw, 21px);
  line-height: 1.66;
}
.people-hero-visual {
  display: flex;
  min-width: 0;
  margin: 0;
  flex-direction: column;
  justify-content: center;
  padding: clamp(34px, 4vw, 64px) clamp(30px, 5vw, 74px) clamp(28px, 3.5vw, 52px);
  background: #d9e7ec;
}
.people-hero-visual img {
  display: block;
  width: 100%;
  height: auto;
  border: 1px solid rgba(28,77,101,.12);
  box-shadow: 0 26px 60px rgba(18,57,80,.16);
  filter: saturate(.86) contrast(.98);
}
.people-hero-visual figcaption {
  margin-top: 14px;
  color: #607487;
  font-size: 12px;
  letter-spacing: .03em;
}
.people-intro {
  display: grid;
  grid-template-columns: .42fr 1.35fr;
  gap: clamp(34px, 7vw, 110px);
  padding: clamp(86px, 9vw, 142px) clamp(28px, 7vw, 116px) 64px;
  background: #fff;
}
.people-intro .kicker { margin-top: 11px; }
.people-intro h2,
.people-story h2,
.people-voices h2 {
  max-width: 940px;
  margin: 0;
  color: #14365b;
  font-size: clamp(40px, 5.1vw, 74px);
  font-weight: 500;
  letter-spacing: -.04em;
  line-height: 1.03;
}
.people-intro div > p {
  max-width: 810px;
  margin: 26px 0 0;
  color: #617489;
  font-size: 18px;
  line-height: 1.72;
}
.people-principles {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  padding: 0 clamp(28px, 7vw, 116px) clamp(90px, 10vw, 150px);
  background: #fff;
}
.people-principles article {
  min-height: 310px;
  padding: 30px 32px 36px;
  border-top: 1px solid #b8cfdc;
  border-right: 1px solid #b8cfdc;
  border-bottom: 1px solid #b8cfdc;
}
.people-principles article:first-child { border-left: 1px solid #b8cfdc; }
.people-principles span,
.team-map article > span {
  display: block;
  margin-bottom: 58px;
  color: #087f89;
  font-size: 12px;
  font-weight: 900;
  letter-spacing: .16em;
}
.people-principles h3,
.team-map h3 {
  margin: 0 0 15px;
  color: #17456f;
  font-size: clamp(25px, 2.2vw, 34px);
  line-height: 1.1;
}
.people-principles p,
.team-map p {
  margin: 0;
  color: #5d7388;
  line-height: 1.68;
}
.people-story {
  display: grid;
  grid-template-columns: minmax(560px, 1.25fr) minmax(360px, .75fr);
  min-height: 610px;
  background: #eaf2f5;
}
.people-story-visual {
  display: flex;
  min-width: 0;
  margin: 0;
  align-items: center;
  padding: clamp(32px, 5vw, 72px);
  background: #dce8ed;
}
.people-story-visual img {
  display: block;
  width: 100%;
  height: auto;
  box-shadow: 0 22px 48px rgba(18,57,80,.14);
  filter: saturate(.88) contrast(.98);
}
.people-story-copy {
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: clamp(62px, 7vw, 110px) clamp(38px, 6vw, 90px);
}
.people-story h2 { font-size: clamp(38px, 4.3vw, 64px); }
.people-story-copy > p:not(.kicker) {
  margin: 25px 0 0;
  color: #5d7388;
  font-size: 17px;
  line-height: 1.72;
}
.people-story-copy ul {
  display: grid;
  gap: 12px;
  margin: 30px 0 0;
  padding: 0;
  list-style: none;
}
.people-story-copy li {
  position: relative;
  padding-left: 22px;
  color: #17456f;
  font-weight: 700;
}
.people-story-copy li::before {
  content: "";
  position: absolute;
  left: 0;
  top: .62em;
  width: 9px;
  height: 2px;
  background: #087f89;
}
.people-story-reverse { grid-template-columns: minmax(360px, .75fr) minmax(560px, 1.25fr); background: #f6f1e7; }
.people-story-reverse .people-story-visual { order: 2; background: #eee3cf; }
.people-story-reverse .people-story-copy { order: 1; }
.people-stats {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 1px;
  margin-top: 34px;
  background: #c7d6da;
}
.people-stats div { min-height: 118px; padding: 20px 14px; background: rgba(255,255,255,.68); }
.people-stats strong { display: block; color: #087f89; font-size: 36px; line-height: 1; }
.people-stats span { display: block; margin-top: 10px; color: #5b7184; font-size: 12px; line-height: 1.4; }
.team-map {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  padding: 0 clamp(28px, 7vw, 116px) clamp(92px, 10vw, 150px);
  background: #fff;
}
.team-map article {
  min-height: 285px;
  padding: 30px 30px 36px;
  border-right: 1px solid #bfd2df;
  border-bottom: 1px solid #bfd2df;
}
.team-map article:nth-child(-n+3) { border-top: 1px solid #bfd2df; }
.team-map article:nth-child(3n+1) { border-left: 1px solid #bfd2df; }
.team-collaboration-story { background: #e9f2f7; }
.people-voices {
  padding: clamp(86px, 9vw, 142px) clamp(28px, 7vw, 116px);
  background: #123b67;
  color: #fff;
}
.people-voices-head {
  display: grid;
  grid-template-columns: .42fr 1.15fr .7fr;
  gap: clamp(26px, 5vw, 78px);
  align-items: start;
  margin-bottom: 54px;
}
.people-voices-head .kicker { color: #73d7dd; }
.people-voices h2 { color: #fff; }
.people-voices-head > p:last-child { margin: 5px 0 0; color: rgba(255,255,255,.7); line-height: 1.65; }
.people-quote-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 20px;
}
.people-quote-grid blockquote {
  min-height: 270px;
  margin: 0;
  padding: 34px 30px;
  border: 1px solid rgba(255,255,255,.2);
  background: rgba(255,255,255,.06);
}
.people-quote-grid blockquote p {
  margin: 0;
  color: #fff;
  font-size: clamp(20px, 1.8vw, 26px);
  line-height: 1.45;
}
.people-quote-grid cite {
  display: block;
  margin-top: 30px;
  color: #73d7dd;
  font-size: 13px;
  font-style: normal;
  font-weight: 850;
  letter-spacing: .08em;
  text-transform: uppercase;
}
.people-note {
  display: grid;
  grid-template-columns: .42fr 1.58fr;
  gap: clamp(28px, 6vw, 90px);
  padding: 38px clamp(28px, 7vw, 116px);
  border-top: 1px solid #d4e0e7;
  background: #fff;
}
.people-note strong { color: #087f89; font-size: 13px; letter-spacing: .1em; text-transform: uppercase; }
.people-note p { margin: 0; color: #63778a; line-height: 1.65; }

@media (max-width: 1080px) {
  .people-hero { grid-template-columns: 1fr; }
  .people-hero-copy { min-height: 470px; }
  .people-hero-visual { padding-top: 44px; }
  .people-story,
  .people-story-reverse { grid-template-columns: 1fr; }
  .people-story-reverse .people-story-visual,
  .people-story-reverse .people-story-copy { order: initial; }
  .people-story-copy { min-height: 470px; }
}

@media (max-width: 760px) {
  .people-hero-copy { min-height: 0; padding: 62px 24px 70px; }
  .people-hero h1 { font-size: clamp(48px, 14vw, 68px); }
  .people-hero-visual { padding: 26px 18px 22px; }
  .people-intro,
  .people-voices-head,
  .people-note { display: block; }
  .people-intro .kicker { margin-bottom: 18px; }
  .people-principles,
  .team-map,
  .people-quote-grid { grid-template-columns: 1fr; }
  .people-principles article,
  .people-principles article:first-child,
  .team-map article,
  .team-map article:nth-child(-n+3),
  .team-map article:nth-child(3n+1) { border: 1px solid #bfd2df; border-bottom: 0; }
  .people-principles article:last-child,
  .team-map article:last-child { border-bottom: 1px solid #bfd2df; }
  .people-story-visual { padding: 24px 18px; }
  .people-story-copy { min-height: 0; padding: 62px 24px 72px; }
  .people-stats { grid-template-columns: 1fr; }
  .people-voices-head > p:last-child { margin-top: 20px; }
  .people-quote-grid blockquote { min-height: 0; }
  .people-note strong { display: block; margin-bottom: 14px; }
}
