:root {
  --navy: #061a35;
  --navy-deep: #031327;
  --gold: #c6a15b;
  --gold-light: #d9bb78;
  --ivory: #f7f4ed;
  --white: #fff;
  --ink: #172338;
  --muted: #667085;
  --gold-border: rgba(198, 161, 91, .35);
  --container: min(1312px, calc(100vw - 112px));
  --serif: "Cormorant Garamond", "Times New Roman", serif;
  --sans: "Be Vietnam Pro", sans-serif;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body { margin: 0; color: var(--ink); background: var(--white); font-family: var(--sans); font-size: 16px; line-height: 1.75; overflow-x: hidden; }
body.nav-open { overflow: hidden; }
img { max-width: 100%; display: block; }
a { color: inherit; text-decoration: none; }
button { color: inherit; font: inherit; }
.container { width: var(--container); margin-inline: auto; }
.section { padding: 132px 0; }
.sr-only { position: absolute; width: 1px; height: 1px; padding: 0; margin: -1px; overflow: hidden; clip: rect(0, 0, 0, 0); white-space: nowrap; border: 0; }
.skip-link { position: fixed; top: 10px; left: 10px; z-index: 1000; padding: 10px 16px; color: var(--navy); background: var(--white); transform: translateY(-150%); transition: transform .2s ease; }
.skip-link:focus { transform: translateY(0); }

.section-label { margin: 0 0 30px; color: #8f6f34; font-size: 12px; font-weight: 600; letter-spacing: .18em; line-height: 1.4; text-transform: uppercase; }
.section-label.light { color: var(--gold-light); }
h1, h2, h3, p { text-wrap: pretty; }
h1, h2, h3 { margin-top: 0; }

.about-header {
  position: fixed;
  inset: 0 0 auto;
  z-index: 100;
  height: 96px;
  padding: 0 max(36px, calc((100vw - 1312px) / 2));
  display: grid;
  grid-template-columns: minmax(170px, 1fr) auto minmax(170px, 1fr);
  align-items: center;
  gap: 32px;
  color: var(--white);
  border-bottom: 1px solid rgba(255,255,255,.15);
  transition: height .35s ease, background-color .35s ease, border-color .35s ease, box-shadow .35s ease;
}
.about-header.is-scrolled { height: 78px; background: rgba(3, 19, 39, .96); border-color: rgba(198,161,91,.2); box-shadow: 0 12px 30px rgba(3,19,39,.12); backdrop-filter: blur(8px); }
.about-brand { width: 164px; height: 54px; display: flex; align-items: center; }
.about-brand img { width: 160px; height: 51px; object-fit: contain; object-position: left center; filter: brightness(0) invert(1); transition: filter .3s ease; }
.about-header.is-scrolled .about-brand img { filter: none; }
.about-navigation { display: flex; align-items: center; justify-content: center; gap: clamp(20px, 2vw, 34px); }
.about-navigation > a,
.sector-trigger { position: relative; padding: 12px 0; border: 0; color: inherit; background: transparent; font-size: 11px; font-weight: 500; letter-spacing: .09em; line-height: 1.2; text-transform: uppercase; white-space: nowrap; cursor: pointer; }
.about-navigation > a::after,
.sector-trigger::after { content: ""; position: absolute; left: 0; right: 100%; bottom: 5px; height: 1px; background: var(--gold-light); transition: right .25s ease; }
.about-navigation > a:hover::after,
.about-navigation > a:focus-visible::after,
.about-navigation > a.is-current::after,
.sector-trigger:hover::after,
.sector-trigger:focus-visible::after { right: 0; }
.sector-menu { position: relative; align-self: stretch; display: flex; align-items: center; }
.sector-trigger span { width: 6px; height: 6px; margin: -3px 0 0 7px; display: inline-block; border-right: 1px solid currentColor; border-bottom: 1px solid currentColor; transform: rotate(45deg); transition: transform .25s ease; }
.sector-menu.is-open .sector-trigger span { transform: translateY(3px) rotate(225deg); }
.sector-list { position: absolute; top: calc(100% - 2px); left: 50%; width: 360px; padding: 14px; display: grid; grid-template-columns: 1fr 1fr; gap: 2px; color: var(--ink); background: var(--white); border-top: 2px solid var(--gold); box-shadow: 0 22px 50px rgba(3,19,39,.16); opacity: 0; visibility: hidden; transform: translate(-50%, 10px); transition: opacity .22s ease, transform .22s ease, visibility .22s ease; }
.sector-menu:hover .sector-list,
.sector-menu.is-open .sector-list { opacity: 1; visibility: visible; transform: translate(-50%, 0); }
.sector-list a { min-height: 62px; padding: 13px 14px; display: grid; grid-template-columns: 25px 1fr; align-items: center; border: 1px solid transparent; transition: background .2s ease, border-color .2s ease; }
.sector-list a:hover, .sector-list a:focus-visible { background: var(--ivory); border-color: var(--gold-border); outline: none; }
.sector-list small { color: var(--gold); font-size: 10px; }
.sector-list b { font-size: 12px; font-weight: 500; line-height: 1.35; }
.header-tools { justify-self: end; display: flex; align-items: center; gap: 20px; }
.language { display: inline-flex; align-items: center; gap: 7px; font-size: 10px; letter-spacing: .1em; }
.language b { color: var(--gold-light); font-weight: 600; }
.language i { width: 1px; height: 13px; background: rgba(255,255,255,.45); }
.header-contact { min-width: 112px; height: 43px; display: grid; place-items: center; border: 1px solid var(--gold-light); color: var(--white); font-size: 11px; font-weight: 600; letter-spacing: .12em; text-transform: uppercase; transition: color .25s ease, background .25s ease; }
.header-contact:hover, .header-contact:focus-visible { color: var(--navy); background: var(--gold-light); outline: none; }
.menu-toggle, .mobile-contact { display: none; }

.hero { position: relative; min-height: max(760px, 100svh); display: flex; align-items: flex-end; isolation: isolate; overflow: hidden; color: var(--white); background: var(--navy); }
.hero-media { position: absolute; inset: 0; z-index: -2; }
.hero-media img { width: 100%; height: 100%; object-fit: cover; object-position: 52% center; animation: heroScale 16s ease-out both; }
.hero-overlay { position: absolute; inset: 0; z-index: -1; background: radial-gradient(circle at 78% 16%, rgba(217,187,120,.2), transparent 27%), linear-gradient(90deg, rgba(3,19,39,.58) 0%, rgba(3,19,39,.27) 42%, rgba(3,19,39,.08) 72%), linear-gradient(0deg, rgba(3,19,39,.36), transparent 45%); }
.hero-copy { padding-bottom: clamp(116px, 14vh, 156px); }
.hero-copy .section-label { margin-bottom: 28px; }
.hero h1 { max-width: 970px; margin: 0; font-family: var(--serif); font-size: clamp(60px, 6.15vw, 94px); font-weight: 500; letter-spacing: -.035em; line-height: .92; text-transform: uppercase; text-shadow: 0 3px 18px rgba(3,19,39,.25); }
.hero h1 span { display: block; }
.hero-slogan { margin: 20px 0 0; color: var(--gold-light); font-family: var(--serif); font-size: clamp(36px, 3.6vw, 56px); font-weight: 500; letter-spacing: .05em; line-height: 1; text-transform: uppercase; }
.scroll-indicator { position: absolute; right: max(40px, calc((100vw - 1312px) / 2)); bottom: 54px; width: 40px; height: 96px; display: flex; flex-direction: column; align-items: center; gap: 12px; }
.scroll-indicator span { width: 1px; height: 60px; background: rgba(255,255,255,.6); overflow: hidden; }
.scroll-indicator span::after { content: ""; width: 1px; height: 22px; display: block; background: var(--gold-light); animation: scrollLine 2s ease-in-out infinite; }
.scroll-indicator i { width: 7px; height: 7px; border-right: 1px solid var(--gold-light); border-bottom: 1px solid var(--gold-light); transform: rotate(45deg); }

.chairman { min-height: 900px; display: flex; align-items: center; background: var(--ivory); }
.chairman-grid { display: grid; grid-template-columns: repeat(12, minmax(0, 1fr)); gap: 0 44px; align-items: center; }
.chairman-portrait { position: relative; grid-column: 1 / span 5; height: 660px; margin: 0; overflow: hidden; background: #e6dfd2; }
.chairman-portrait::after { content: ""; position: absolute; inset: 0; background: linear-gradient(180deg, transparent 60%, rgba(3,19,39,.38)); }
.chairman-portrait img { width: 100%; height: 100%; object-fit: cover; object-position: 46% center; }
.chairman-portrait > span { position: absolute; right: -2px; bottom: 82px; z-index: 2; color: rgba(255,255,255,.7); font-size: 10px; font-weight: 500; letter-spacing: .22em; text-transform: uppercase; transform: rotate(-90deg); transform-origin: right bottom; }
.chairman-copy { grid-column: 7 / span 6; }
.chairman-copy h2 { max-width: 690px; margin-bottom: 36px; color: var(--navy); font-family: var(--serif); font-size: clamp(42px, 4.1vw, 61px); font-weight: 500; letter-spacing: -.025em; line-height: 1.05; }
.chairman-copy h2::before { content: "“"; display: block; height: 54px; color: var(--gold); font-size: 94px; line-height: .8; }
.chairman-message { max-width: 640px; display: grid; grid-template-columns: 1fr 1fr; gap: 28px; color: var(--muted); }
.chairman-message p { margin: 0; }
.chairman-signoff { margin-top: 34px; padding-top: 24px; display: flex; flex-direction: column; border-top: 1px solid var(--gold-border); }
.chairman-signoff strong { color: var(--navy); font-family: var(--serif); font-size: 25px; font-weight: 600; letter-spacing: .04em; text-transform: uppercase; }
.chairman-signoff span { margin-top: 2px; color: #8f6f34; font-size: 10px; font-weight: 600; letter-spacing: .15em; text-transform: uppercase; }
.text-link { width: max-content; margin-top: 28px; display: flex; align-items: center; gap: 18px; color: var(--navy); font-size: 11px; font-weight: 600; letter-spacing: .12em; text-transform: uppercase; }
.text-link span { color: var(--gold); font-size: 18px; transition: transform .2s ease; }
.text-link:hover span { transform: translateX(5px); }

.vision { background: var(--white); }
.vision-heading { display: grid; grid-template-columns: repeat(12, minmax(0, 1fr)); gap: 44px; align-items: start; }
.vision-heading .section-label { grid-column: 1 / span 3; padding-top: 12px; }
.vision-heading h2 { grid-column: 4 / span 8; margin-bottom: 96px; color: var(--navy); font-family: var(--serif); font-size: clamp(54px, 5.7vw, 82px); font-weight: 500; letter-spacing: -.035em; line-height: .98; }
.vision-grid { display: grid; grid-template-columns: 1fr 1fr; border-top: 1px solid var(--gold-border); }
.vision-item { min-height: 440px; padding: 66px 7% 20px 0; display: grid; grid-template-columns: 80px 1fr; gap: 30px; }
.vision-item + .vision-item { padding-left: 7%; border-left: 1px solid var(--gold-border); }
.vision-number { color: var(--gold); font-family: var(--serif); font-size: 38px; line-height: 1; }
.vision-kicker { margin: 0 0 18px; color: #8f6f34; font-size: 11px; font-weight: 600; letter-spacing: .18em; text-transform: uppercase; }
.vision-item h3 { max-width: 520px; margin-bottom: 22px; color: var(--navy); font-family: var(--serif); font-size: clamp(34px, 3vw, 46px); font-weight: 500; line-height: 1.08; }
.vision-item p:last-child { max-width: 540px; margin: 0; color: var(--muted); }

.culture { position: relative; min-height: 900px; display: flex; align-items: center; color: var(--white); background: var(--navy-deep); overflow: hidden; }
.culture::before { content: ""; position: absolute; inset: 0; opacity: .18; background: repeating-linear-gradient(90deg, transparent 0, transparent calc(8.333% - 1px), rgba(217,187,120,.22) calc(8.333% - 1px), rgba(217,187,120,.22) 8.333%); pointer-events: none; }
.culture-glow { position: absolute; width: 650px; height: 650px; right: 2%; top: 50%; border: 1px solid rgba(198,161,91,.16); border-radius: 50%; transform: translateY(-50%); }
.culture-glow::before, .culture-glow::after { content: ""; position: absolute; inset: 13%; border: 1px solid rgba(198,161,91,.12); border-radius: 50%; }
.culture-glow::after { inset: 29%; }
.culture-layout { position: relative; display: grid; grid-template-columns: 4fr 8fr; gap: 76px; align-items: center; }
.culture-intro h2 { margin-bottom: 32px; font-family: var(--serif); font-size: clamp(50px, 5vw, 74px); font-weight: 500; letter-spacing: -.03em; line-height: .98; }
.culture-intro > p:last-child { max-width: 440px; color: rgba(255,255,255,.66); }
.value-axis { position: relative; min-height: 590px; display: grid; grid-template-columns: 1fr 1fr; grid-template-rows: 1fr 1fr; }
.value-axis > img { position: absolute; top: 50%; left: 50%; z-index: 3; width: 58px; height: 92px; object-fit: contain; filter: sepia(1) saturate(.8) brightness(1.5); transform: translate(-50%, -50%); }
.axis-line { position: absolute; z-index: 1; background: rgba(198,161,91,.3); }
.axis-line.horizontal { top: 50%; left: 4%; right: 4%; height: 1px; }
.axis-line.vertical { top: 4%; bottom: 4%; left: 50%; width: 1px; }
.value { position: relative; z-index: 2; padding: 44px 52px; }
.value-two, .value-four { padding-left: 76px; }
.value-three, .value-four { padding-top: 72px; }
.value span { color: var(--gold); font-family: var(--serif); font-size: 18px; }
.value h3 { margin: 12px 0 13px; color: var(--gold-light); font-family: var(--serif); font-size: 38px; font-weight: 500; line-height: 1; }
.value p { max-width: 260px; margin: 0; color: rgba(255,255,255,.64); font-size: 15px; }

.organization { background: var(--ivory); }
.organization-heading { max-width: 870px; margin-bottom: 82px; }
.organization-heading h2 { margin-bottom: 28px; color: var(--navy); font-family: var(--serif); font-size: clamp(54px, 5.7vw, 82px); font-weight: 500; letter-spacing: -.035em; line-height: .98; }
.organization-heading > p:last-child { max-width: 720px; color: var(--muted); }
.org-chart { position: relative; padding-top: 24px; }
.org-governance { display: flex; align-items: stretch; justify-content: center; }
.org-node { width: 26%; min-height: 132px; padding: 26px 30px; display: flex; flex-direction: column; justify-content: center; border: 1px solid var(--gold-border); background: rgba(255,255,255,.55); text-align: center; }
.org-node small { margin-bottom: 8px; color: #8f6f34; font-size: 9px; font-weight: 600; letter-spacing: .16em; text-transform: uppercase; }
.org-node strong { color: var(--navy); font-family: var(--serif); font-size: 26px; font-weight: 600; line-height: 1.15; }
.org-connector { width: 50px; align-self: center; height: 1px; background: var(--gold); }
.org-support { width: 82%; margin: 50px auto 0; display: grid; grid-template-columns: repeat(4, 1fr); border-top: 1px solid var(--gold-border); border-bottom: 1px solid var(--gold-border); }
.org-support span { min-height: 78px; padding: 20px; display: grid; place-items: center; color: var(--ink); font-size: 12px; font-weight: 600; letter-spacing: .04em; text-align: center; text-transform: uppercase; }
.org-support span + span { border-left: 1px solid var(--gold-border); }
.group-structure { margin-top: 68px; display: grid; grid-template-columns: repeat(6, 1fr); border-top: 1px solid var(--gold-border); border-bottom: 1px solid var(--gold-border); }
.group-structure a { min-height: 206px; padding: 29px 22px; display: flex; flex-direction: column; transition: color .25s ease, background .25s ease; }
.group-structure a + a { border-left: 1px solid var(--gold-border); }
.group-structure a:hover, .group-structure a:focus-visible { color: var(--white); background: var(--navy); outline: none; }
.group-structure small { color: var(--gold); font-family: var(--serif); font-size: 20px; }
.group-structure strong { margin: auto 0 5px; color: inherit; font-family: var(--serif); font-size: 25px; font-weight: 600; line-height: 1.04; }
.group-structure span { color: var(--muted); font-size: 11px; }
.group-structure a:hover span, .group-structure a:focus-visible span { color: rgba(255,255,255,.62); }

.finance { color: var(--white); background: linear-gradient(90deg, var(--navy-deep) 0 50%, var(--navy) 50% 100%); }
.finance-grid { display: grid; grid-template-columns: 1fr 1fr; }
.finance-statement { padding-right: 10%; }
.finance-statement h2 { max-width: 620px; margin-bottom: 30px; font-family: var(--serif); font-size: clamp(51px, 5vw, 73px); font-weight: 500; letter-spacing: -.03em; line-height: .98; }
.finance-statement > p:nth-of-type(2) { max-width: 590px; color: rgba(255,255,255,.66); }
.capital-principles { margin-top: 56px; padding-top: 30px; display: flex; gap: 34px; border-top: 1px solid var(--gold-border); }
.capital-principles span { color: var(--gold-light); font-family: var(--serif); font-size: 20px; }
.capital-structure { padding-left: 12%; }
.capital-label { margin: 0 0 35px; color: var(--gold-light); font-size: 11px; font-weight: 600; letter-spacing: .18em; text-transform: uppercase; }
.capital-structure ol { margin: 0; padding: 0; list-style: none; }
.capital-structure li { min-height: 134px; padding: 23px 0; display: grid; grid-template-columns: 54px 1fr; gap: 22px; border-top: 1px solid rgba(255,255,255,.16); }
.capital-structure li:last-child { border-bottom: 1px solid rgba(255,255,255,.16); }
.capital-structure li > span { color: var(--gold); font-family: var(--serif); font-size: 22px; }
.capital-structure strong { display: block; margin-bottom: 7px; font-family: var(--serif); font-size: 27px; font-weight: 500; line-height: 1.2; }
.capital-structure li p { margin: 0; color: rgba(255,255,255,.58); font-size: 14px; line-height: 1.65; }

.partners { background: var(--white); }
.partners-heading { max-width: 850px; margin-bottom: 84px; }
.partners-heading h2 { margin-bottom: 28px; color: var(--navy); font-family: var(--serif); font-size: clamp(54px, 5.7vw, 82px); font-weight: 500; letter-spacing: -.035em; line-height: .98; }
.partners-heading > p:last-child { max-width: 730px; color: var(--muted); }

.about-footer { padding: 88px 0 30px; color: rgba(255,255,255,.68); background: var(--navy-deep); border-top: 1px solid var(--gold-border); }
.footer-grid { display: grid; grid-template-columns: 1.35fr 1.2fr 1.2fr .65fr; gap: 54px; }
.footer-brand img { width: 190px; height: 78px; object-fit: contain; object-position: left center; }
.footer-brand p { margin: 25px 0 0; color: var(--gold-light); font-family: var(--serif); font-size: 25px; line-height: 1.2; }
.about-footer h2 { margin-bottom: 18px; color: var(--gold-light); font-family: var(--sans); font-size: 11px; font-weight: 600; letter-spacing: .15em; line-height: 1.5; text-transform: uppercase; }
.footer-office address { margin-bottom: 18px; font-style: normal; font-size: 13px; line-height: 1.7; }
.footer-office a, .footer-links a { width: max-content; display: block; margin-bottom: 5px; font-size: 13px; transition: color .2s ease; }
.footer-office a:hover, .footer-links a:hover { color: var(--gold-light); }
.footer-bottom { margin-top: 66px; padding-top: 23px; display: grid; grid-template-columns: 1fr auto auto; align-items: center; gap: 30px; border-top: 1px solid rgba(255,255,255,.12); }
.footer-bottom p, .footer-bottom a { margin: 0; font-size: 10px; letter-spacing: .04em; }
.photo-credit { opacity: .55; }
.footer-bottom a { color: var(--gold-light); text-transform: uppercase; }

.reveal { opacity: 0; transform: translateY(30px); transition: opacity .75s ease, transform .75s cubic-bezier(.2,.75,.25,1); }
.reveal.is-visible { opacity: 1; transform: translateY(0); }

@keyframes heroScale { from { transform: scale(1.035); } to { transform: scale(1); } }
@keyframes scrollLine { 0% { transform: translateY(-22px); } 65%, 100% { transform: translateY(62px); } }

@media (max-width: 1180px) {
  :root { --container: min(100% - 64px, 1080px); }
  .about-header { padding-inline: 32px; grid-template-columns: 150px 1fr auto; gap: 20px; }
  .about-brand { width: 145px; }
  .about-brand img { width: 142px; }
  .about-navigation { gap: 17px; }
  .about-navigation > a, .sector-trigger { font-size: 10px; }
  .header-contact { min-width: 94px; }
  .language { display: none; }
  .chairman-grid, .vision-heading { gap: 32px; }
  .chairman-portrait { height: 620px; }
  .chairman-message { grid-template-columns: 1fr; gap: 12px; }
  .culture-layout { gap: 32px; }
  .value { padding-inline: 32px; }
  .value-two, .value-four { padding-left: 54px; }
  .group-structure { grid-template-columns: repeat(3, 1fr); }
  .group-structure a:nth-child(4) { border-left: 0; }
  .group-structure a:nth-child(n+4) { border-top: 1px solid var(--gold-border); }
  .footer-grid { grid-template-columns: 1fr 1fr 1fr; }
  .footer-links { grid-column: 2; }
}

@media (max-width: 900px) {
  :root { --container: min(100% - 48px, 760px); }
  .section { padding: 92px 0; }
  .about-header { height: 78px; grid-template-columns: 1fr auto; }
  .about-header.is-scrolled { height: 70px; }
  .about-brand img, .about-header.is-scrolled .about-brand img { width: 142px; height: 45px; }
  .menu-toggle { position: relative; z-index: 3; width: 44px; height: 44px; padding: 12px 8px; display: flex; flex-direction: column; justify-content: center; gap: 5px; border: 0; background: transparent; cursor: pointer; }
  .menu-toggle span { width: 27px; height: 1px; display: block; background: currentColor; transition: transform .25s ease, opacity .2s ease; }
  body.nav-open .menu-toggle span:nth-child(1) { transform: translateY(6px) rotate(45deg); }
  body.nav-open .menu-toggle span:nth-child(2) { opacity: 0; }
  body.nav-open .menu-toggle span:nth-child(3) { transform: translateY(-6px) rotate(-45deg); }
  .header-tools { display: none; }
  .about-navigation { position: fixed; inset: 0; z-index: 2; padding: 110px 32px 40px; display: flex; flex-direction: column; align-items: flex-start; justify-content: flex-start; gap: 0; color: var(--white); background: var(--navy-deep); opacity: 0; visibility: hidden; transform: translateY(-12px); transition: opacity .25s ease, visibility .25s ease, transform .25s ease; overflow-y: auto; }
  body.nav-open .about-navigation { opacity: 1; visibility: visible; transform: none; }
  .about-navigation > a, .sector-trigger { width: 100%; padding: 18px 0; display: block; border-bottom: 1px solid rgba(255,255,255,.12); font-family: var(--serif); font-size: 25px; font-weight: 500; letter-spacing: 0; text-align: left; text-transform: none; }
  .about-navigation > a::after, .sector-trigger::after { display: none; }
  .sector-menu { width: 100%; align-self: auto; display: block; }
  .sector-trigger span { float: right; margin-top: 8px; }
  .sector-list { position: static; width: 100%; max-height: 0; padding: 0; display: grid; grid-template-columns: 1fr 1fr; border: 0; color: var(--white); background: transparent; box-shadow: none; opacity: 1; visibility: visible; transform: none; overflow: hidden; transition: max-height .35s ease, padding .35s ease; }
  .sector-menu.is-open .sector-list { max-height: 360px; padding: 12px 0; transform: none; }
  .sector-list a { border-color: rgba(255,255,255,.1); }
  .sector-list a:hover, .sector-list a:focus-visible { background: rgba(255,255,255,.06); border-color: var(--gold-border); }
  .sector-list b { font-size: 12px; }
  .mobile-contact { display: block; color: var(--gold-light); }
  .hero { min-height: max(700px, 100svh); }
  .hero-copy { padding-bottom: 104px; }
  .hero h1 { font-size: clamp(52px, 9vw, 72px); }
  .scroll-indicator { right: 28px; bottom: 38px; }
  .chairman { min-height: 0; }
  .chairman-grid { display: grid; grid-template-columns: 1fr; gap: 58px; }
  .chairman-portrait, .chairman-copy { grid-column: auto; }
  .chairman-portrait { width: 72%; height: 640px; }
  .chairman-copy { width: 88%; margin-left: auto; }
  .vision-heading { display: block; }
  .vision-heading h2 { margin-bottom: 64px; }
  .vision-grid { grid-template-columns: 1fr; }
  .vision-item { min-height: 0; padding: 54px 0; }
  .vision-item + .vision-item { padding-left: 0; border-top: 1px solid var(--gold-border); border-left: 0; }
  .culture { min-height: 0; }
  .culture-layout { grid-template-columns: 1fr; gap: 64px; }
  .culture-intro { max-width: 620px; }
  .value-axis { min-height: 560px; }
  .org-governance { flex-direction: column; align-items: center; }
  .org-node { width: 68%; }
  .org-connector { width: 1px; height: 34px; }
  .org-support { width: 100%; grid-template-columns: 1fr 1fr; }
  .org-support span:nth-child(3) { border-left: 0; border-top: 1px solid var(--gold-border); }
  .org-support span:nth-child(4) { border-top: 1px solid var(--gold-border); }
  .finance { background: var(--navy-deep); }
  .finance-grid { grid-template-columns: 1fr; gap: 80px; }
  .finance-statement { padding-right: 0; }
  .capital-structure { padding-left: 0; }
  .footer-grid { grid-template-columns: 1fr 1fr; }
  .footer-brand { grid-column: 1 / -1; }
  .footer-links { grid-column: auto; }
  .footer-bottom { grid-template-columns: 1fr auto; }
  .photo-credit { grid-column: 1 / -1; grid-row: 2; }
}

@media (max-width: 620px) {
  :root { --container: calc(100% - 40px); }
  body { font-size: 16px; line-height: 1.7; }
  .section { padding: 74px 0; }
  .about-header { height: 68px; padding-inline: 20px; }
  .about-header.is-scrolled { height: 64px; }
  .about-brand { width: 132px; height: 45px; }
  .about-brand img, .about-header.is-scrolled .about-brand img { width: 130px; height: 42px; }
  .about-navigation { padding: 88px 20px 30px; }
  .sector-list { grid-template-columns: 1fr; }
  .sector-menu.is-open .sector-list { max-height: 560px; }
  .sector-list a { min-height: 52px; }
  .hero { min-height: max(690px, 100svh); align-items: flex-end; }
  .hero-media img { object-position: center 42%; }
  .hero-overlay { background: linear-gradient(0deg, rgba(3,19,39,.72) 0%, rgba(3,19,39,.18) 60%, rgba(3,19,39,.1) 100%); }
  .hero-copy { padding-bottom: 112px; }
  .hero-copy .section-label { margin-bottom: 20px; }
  .hero h1 { max-width: 350px; font-size: clamp(45px, 13vw, 58px); line-height: .93; }
  .hero h1 span { display: inline; }
  .hero h1 span + span::before { content: " "; }
  .hero-slogan { margin-top: 15px; font-size: 32px; }
  .scroll-indicator { right: 18px; bottom: 24px; height: 73px; }
  .scroll-indicator span { height: 43px; }
  .chairman-grid { gap: 48px; }
  .chairman-portrait { width: calc(100% + 20px); height: 470px; margin-left: -20px; }
  .chairman-copy { width: 100%; }
  .chairman-copy h2 { margin-bottom: 28px; font-size: 38px; }
  .chairman-copy h2::before { height: 40px; font-size: 72px; }
  .chairman-message { gap: 14px; }
  .vision-heading h2, .organization-heading h2, .partners-heading h2 { font-size: 46px; }
  .vision-heading h2 { margin-bottom: 44px; }
  .vision-item { grid-template-columns: 46px 1fr; gap: 12px; }
  .vision-number { font-size: 28px; }
  .vision-item h3 { font-size: 34px; }
  .culture-layout { gap: 44px; }
  .culture-intro h2, .finance-statement h2 { font-size: 45px; }
  .value-axis { min-height: 0; display: grid; grid-template-columns: 1fr; grid-template-rows: auto; border-top: 1px solid var(--gold-border); }
  .value-axis .axis-line, .value-axis > img { display: none; }
  .value { padding: 30px 0; border-bottom: 1px solid var(--gold-border); }
  .value-two, .value-three, .value-four { padding: 30px 0; }
  .value h3 { font-size: 34px; }
  .value p { max-width: 330px; }
  .organization-heading { margin-bottom: 54px; }
  .org-node { width: 100%; min-height: 110px; }
  .org-node strong { font-size: 24px; }
  .org-support { grid-template-columns: 1fr; }
  .org-support span + span, .org-support span:nth-child(3) { border-top: 1px solid var(--gold-border); border-left: 0; }
  .group-structure { margin-top: 48px; grid-template-columns: 1fr 1fr; }
  .group-structure a { min-height: 170px; }
  .group-structure a:nth-child(odd) { border-left: 0; }
  .group-structure a:nth-child(even) { border-left: 1px solid var(--gold-border); }
  .group-structure a:nth-child(n+3) { border-top: 1px solid var(--gold-border); }
  .capital-principles { gap: 16px; flex-wrap: wrap; }
  .capital-principles span { font-size: 18px; }
  .capital-structure li { grid-template-columns: 42px 1fr; gap: 12px; }
  .partners-heading { margin-bottom: 50px; }
  .about-footer { padding-top: 66px; }
  .footer-grid { grid-template-columns: 1fr; gap: 38px; }
  .footer-brand { grid-column: auto; }
  .footer-bottom { margin-top: 46px; grid-template-columns: 1fr; gap: 12px; }
  .photo-credit { grid-column: auto; grid-row: auto; }
}

@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  *, *::before, *::after { animation-duration: .01ms !important; animation-iteration-count: 1 !important; transition-duration: .01ms !important; }
  .reveal { opacity: 1; transform: none; }
}

/* Sections 03-07 follow the expanded corporate-profile brief. */
.vision {
  padding: 118px 0 0;
  background: var(--white);
}
.vision-section-label { min-height: 88px; }
.vision-section-label .section-label { margin: 0; }
.vision-split { display: grid; grid-template-columns: 1fr 1fr; overflow: hidden; }
.vision-panel { min-height: 630px; display: flex; align-items: center; }
.vision-panel-dark { color: var(--white); background: var(--navy); }
.vision-panel-light { color: var(--navy); background: var(--ivory); }
.vision-panel-inner { width: min(600px, calc(100% - 72px)); }
.vision-panel-dark .vision-panel-inner { margin-left: max(36px, calc((100vw - 1312px) / 2)); }
.vision-panel-light .vision-panel-inner { margin-right: max(36px, calc((100vw - 1312px) / 2)); margin-left: 72px; }
.vision-index { margin: 42px 0 14px; color: var(--gold); font-size: 10px; font-weight: 600; letter-spacing: .18em; text-transform: uppercase; }
.vision-panel h3 { margin-bottom: 25px; font-family: var(--serif); font-size: clamp(55px, 5.3vw, 78px); font-weight: 500; letter-spacing: -.03em; line-height: .95; text-transform: uppercase; }
.vision-panel > .vision-panel-inner > p:last-child { max-width: 560px; margin: 0; font-family: var(--serif); font-size: clamp(27px, 2.25vw, 35px); line-height: 1.25; }
.vision-panel-dark > .vision-panel-inner > p:last-child { color: rgba(255,255,255,.77); }
.vision-panel-light > .vision-panel-inner > p:last-child { color: #49566a; }
.vision-icon { position: relative; width: 94px; height: 94px; color: var(--gold-light); border: 1px solid rgba(217,187,120,.38); border-radius: 50%; box-shadow: 0 0 34px rgba(198,161,91,.1); }
.vision-icon::before, .vision-icon::after, .vision-icon span, .vision-icon i { content: ""; position: absolute; display: block; }
.vision-icon-horizon::before { left: 17px; right: 17px; top: 50%; height: 1px; background: currentColor; }
.vision-icon-horizon::after { left: 26px; right: 26px; top: 31px; height: 26px; border: 1px solid currentColor; border-bottom: 0; border-radius: 45px 45px 0 0; }
.vision-icon-horizon span { left: 46px; top: 19px; width: 1px; height: 16px; background: currentColor; }
.vision-icon-horizon i { left: 32px; right: 32px; bottom: 25px; height: 1px; background: currentColor; box-shadow: 0 7px 0 rgba(217,187,120,.55); }
.vision-icon-compass::before { inset: 25px; border: 1px solid currentColor; transform: rotate(45deg); }
.vision-icon-compass::after { left: 46px; top: 14px; width: 1px; height: 66px; background: currentColor; }
.vision-icon-compass span { top: 46px; left: 14px; width: 66px; height: 1px; background: currentColor; }
.vision-icon-compass i { left: 40px; top: 31px; width: 12px; height: 31px; background: linear-gradient(160deg, var(--gold) 0 48%, transparent 50%); transform: rotate(20deg); }

.culture {
  min-height: 0;
  padding: 132px 0;
  color: var(--ink);
  background: var(--white);
}
.culture::before { display: none; }
.culture-heading { max-width: 850px; margin-bottom: 70px; }
.culture-heading h2 { margin-bottom: 0; color: var(--navy); font-family: var(--serif); font-size: clamp(54px, 5.7vw, 82px); font-weight: 500; letter-spacing: -.035em; line-height: .98; }
.culture-tabs { border-top: 1px solid var(--gold-border); }
.culture-tablist { display: grid; grid-template-columns: repeat(3, 1fr); border-bottom: 1px solid var(--gold-border); }
.culture-tablist button { position: relative; min-height: 78px; padding: 18px 25px; border: 0; color: var(--muted); background: transparent; font-size: 12px; font-weight: 600; letter-spacing: .08em; text-transform: uppercase; cursor: pointer; transition: color .2s ease, background .2s ease; }
.culture-tablist button + button { border-left: 1px solid var(--gold-border); }
.culture-tablist button::after { content: ""; position: absolute; right: 50%; bottom: -1px; left: 50%; height: 3px; background: var(--gold); transition: right .25s ease, left .25s ease; }
.culture-tablist button:hover { color: var(--navy); background: rgba(247,244,237,.65); }
.culture-tablist button[aria-selected="true"] { color: var(--navy); }
.culture-tablist button[aria-selected="true"]::after { right: 18%; left: 18%; }
.culture-tablist button:focus-visible { z-index: 1; outline: 2px solid var(--gold); outline-offset: -5px; }
.culture-panel { min-height: 590px; padding: 68px 0 0; }
.culture-panel[hidden] { display: none; }
.culture-panel:focus { outline: none; }
.symbol-story { display: grid; grid-template-columns: 5fr 7fr; gap: 88px; align-items: center; }
.symbol-visual { position: relative; height: 460px; margin: 0; overflow: hidden; background: var(--ivory); }
.symbol-visual::after { content: ""; position: absolute; inset: 0; border: 1px solid var(--gold-border); pointer-events: none; }
.symbol-visual img { width: 100%; height: 100%; object-fit: cover; object-position: center 20%; filter: sepia(.86) saturate(1.55) hue-rotate(350deg) contrast(1.03); mix-blend-mode: multiply; }
.panel-index { margin: 0 0 25px; color: #8f6f34; font-size: 11px; font-weight: 600; letter-spacing: .18em; text-transform: uppercase; }
.symbol-copy h3 { margin-bottom: 25px; color: var(--navy); font-family: var(--serif); font-size: clamp(48px, 4.8vw, 68px); font-weight: 500; line-height: 1; }
.symbol-copy > p:last-child { max-width: 620px; margin: 0; color: var(--muted); font-family: var(--serif); font-size: clamp(27px, 2.35vw, 35px); line-height: 1.3; }
.core-value-list { margin: 0; padding: 0; list-style: none; border-top: 1px solid var(--gold-border); }
.core-value-list li { min-height: 98px; display: grid; grid-template-columns: 60px 66px minmax(250px, .9fr) 1.2fr; gap: 24px; align-items: center; border-bottom: 1px solid var(--gold-border); }
.value-sequence { color: var(--gold); font-family: var(--serif); font-size: 22px; }
.core-value-list strong { color: var(--navy); font-family: var(--serif); font-size: 25px; font-weight: 600; line-height: 1.15; text-transform: uppercase; }
.core-value-list p { max-width: 520px; margin: 0; color: var(--muted); }
.value-line-icon { position: relative; width: 42px; height: 42px; display: block; border: 1px solid var(--gold-border); border-radius: 50%; }
.value-line-icon::before, .value-line-icon::after, .value-line-icon i { content: ""; position: absolute; display: block; }
.value-icon-focus::before { inset: 8px; border: 1px solid var(--gold); border-radius: 50%; }
.value-icon-focus::after { inset: 15px; border: 1px solid var(--gold); border-radius: 50%; }
.value-icon-growth::before { left: 10px; bottom: 11px; width: 21px; height: 16px; border-left: 1px solid var(--gold); border-bottom: 1px solid var(--gold); transform: skewY(-32deg); }
.value-icon-growth::after { right: 9px; top: 9px; width: 7px; height: 7px; border-top: 1px solid var(--gold); border-right: 1px solid var(--gold); }
.value-icon-performance::before { left: 11px; top: 10px; width: 17px; height: 10px; border-left: 1px solid var(--gold); border-bottom: 1px solid var(--gold); transform: rotate(-45deg); }
.value-icon-performance::after { inset: 7px; border: 1px solid rgba(198,161,91,.42); border-radius: 50%; }
.value-icon-innovation::before { left: 20px; top: 8px; width: 1px; height: 25px; background: var(--gold); box-shadow: -9px 4px 0 -0.2px var(--gold), 9px 4px 0 -0.2px var(--gold); }
.value-icon-innovation::after { left: 13px; top: 13px; width: 14px; height: 14px; border: 1px solid var(--gold); transform: rotate(45deg); }
.value-icon-collaboration::before, .value-icon-collaboration::after { top: 12px; width: 14px; height: 14px; border: 1px solid var(--gold); border-radius: 50%; }
.value-icon-collaboration::before { left: 8px; }
.value-icon-collaboration::after { right: 8px; }
.value-icon-collaboration i { left: 13px; right: 13px; bottom: 8px; height: 9px; border: 1px solid var(--gold); border-top: 0; border-radius: 0 0 12px 12px; }
.tinhte-intro { max-width: 920px; margin-bottom: 62px; }
.tinhte-intro p { margin: 0; color: var(--navy); font-family: var(--serif); font-size: clamp(31px, 3.2vw, 45px); line-height: 1.2; }
.tinhte-groups { display: grid; grid-template-columns: 1fr 1fr; border-top: 1px solid var(--gold-border); border-bottom: 1px solid var(--gold-border); }
.tinhte-groups article { min-height: 280px; padding: 54px 7%; }
.tinhte-groups article + article { border-left: 1px solid var(--gold-border); }
.tinhte-groups span { color: var(--gold); font-family: var(--serif); font-size: 22px; }
.tinhte-groups h3 { margin: 12px 0 22px; color: var(--navy); font-family: var(--serif); font-size: 52px; font-weight: 500; text-transform: uppercase; }
.tinhte-groups p { margin-bottom: 28px; color: var(--muted); }
.tinhte-groups small { color: #8f6f34; font-size: 10px; font-weight: 600; letter-spacing: .14em; text-transform: uppercase; }

.organization { background: #f8f6f1; }
.organization-heading { max-width: 920px; }
.enterprise-tree { position: relative; }
.tree-root-line { width: 1px; height: 45px; margin: 0 auto; background: var(--gold); }
.tree-root-node { width: min(380px, 100%); min-height: 130px; margin: 0 auto 58px; padding: 24px 35px; display: flex; flex-direction: column; align-items: center; justify-content: center; border: 1px solid var(--gold); color: var(--white); background: var(--navy); cursor: pointer; transition: color .2s ease, background .2s ease; }
.tree-root-node small { color: var(--gold-light); font-size: 9px; font-weight: 600; letter-spacing: .17em; text-transform: uppercase; }
.tree-root-node strong { margin-top: 8px; font-family: var(--serif); font-size: 31px; font-weight: 600; text-transform: uppercase; }
.tree-root-node:focus-visible, .company-node:focus-visible, .branch-toggle:focus-visible { outline: 2px solid var(--gold); outline-offset: 4px; }
.tree-workspace { display: grid; grid-template-columns: minmax(0, 1.5fr) minmax(310px, .7fr); gap: 54px; align-items: start; }
.tree-map { display: grid; grid-template-columns: 1fr 1fr; gap: 24px; }
.tree-branch { border-top: 1px solid var(--gold-border); border-bottom: 1px solid var(--gold-border); }
.branch-toggle { width: 100%; min-height: 84px; padding: 20px 24px; display: flex; align-items: center; justify-content: space-between; border: 0; color: var(--navy); background: transparent; font-family: var(--serif); font-size: 27px; font-weight: 600; text-align: left; cursor: pointer; }
.branch-toggle i { position: relative; width: 18px; height: 18px; flex: 0 0 18px; }
.branch-toggle i::before, .branch-toggle i::after { content: ""; position: absolute; top: 8px; left: 2px; width: 14px; height: 1px; background: var(--gold); transition: transform .2s ease; }
.branch-toggle i::after { transform: rotate(90deg); }
.branch-toggle[aria-expanded="true"] i::after { transform: rotate(0); }
.branch-body { padding-bottom: 22px; }
.branch-body[hidden] { display: none; }
.company-node-list { display: grid; grid-template-columns: 1fr 1fr; border-top: 1px solid var(--gold-border); border-left: 1px solid var(--gold-border); }
.company-node { min-height: 82px; padding: 16px 18px; display: flex; align-items: center; justify-content: space-between; gap: 12px; border: 0; border-right: 1px solid var(--gold-border); border-bottom: 1px solid var(--gold-border); color: var(--ink); background: rgba(255,255,255,.36); text-align: left; cursor: pointer; transition: color .2s ease, background .2s ease; }
.company-node span { font-family: var(--serif); font-size: 21px; font-weight: 600; line-height: 1.12; }
.company-node i { color: var(--gold); font-style: normal; }
.company-node:hover, .company-node.is-selected { color: var(--navy); background: rgba(217,187,120,.24); }
.branch-remainder { margin: 18px 0 0; color: var(--muted); font-size: 11px; font-weight: 500; letter-spacing: .08em; text-transform: uppercase; }
.company-detail { position: sticky; top: 104px; min-height: 470px; padding: 38px; color: var(--white); background: var(--navy); border-top: 3px solid var(--gold); }
.company-logo { width: 130px; height: 82px; margin-bottom: 38px; display: grid; place-items: center; background: var(--white); }
.company-logo img { max-width: 106px; max-height: 62px; object-fit: contain; }
.company-monogram { color: var(--navy); font-family: var(--serif); font-size: 30px; font-weight: 600; }
.company-detail-label { margin: 0 0 10px; color: var(--gold-light); font-size: 9px; font-weight: 600; letter-spacing: .17em; text-transform: uppercase; }
.company-detail h3 { margin-bottom: 30px; font-family: var(--serif); font-size: 37px; font-weight: 500; line-height: 1.05; }
.company-detail dl { margin: 0 0 35px; }
.company-detail dl > div { padding: 13px 0; display: grid; grid-template-columns: 42% 58%; border-top: 1px solid rgba(255,255,255,.16); }
.company-detail dl > div:last-child { border-bottom: 1px solid rgba(255,255,255,.16); }
.company-detail dt { color: rgba(255,255,255,.54); font-size: 10px; letter-spacing: .07em; text-transform: uppercase; }
.company-detail dd { margin: 0; color: rgba(255,255,255,.86); font-size: 13px; line-height: 1.5; }
.company-cta { width: max-content; display: flex; align-items: center; gap: 18px; color: var(--gold-light); font-size: 10px; font-weight: 600; letter-spacing: .14em; text-transform: uppercase; }
.company-cta.is-disabled { opacity: .45; cursor: not-allowed; }

.finance { padding: 132px 0; background: var(--navy-deep); }
.finance-heading { max-width: 860px; margin-bottom: 80px; }
.finance-heading h2 { margin-bottom: 28px; color: var(--white); font-family: var(--serif); font-size: clamp(55px, 5.8vw, 84px); font-weight: 500; letter-spacing: -.035em; line-height: .95; text-transform: uppercase; }
.finance-heading > p:last-child { max-width: 660px; color: rgba(255,255,255,.6); }
.finance-content { display: grid; grid-template-columns: .85fr 1.15fr; gap: 70px; align-items: stretch; }
.financial-kpis { display: grid; grid-template-columns: 1fr 1fr; border-top: 1px solid var(--gold-border); border-bottom: 1px solid var(--gold-border); }
.financial-kpis article { min-height: 390px; padding: 42px 34px; display: flex; flex-direction: column; }
.financial-kpis article + article { border-left: 1px solid var(--gold-border); }
.financial-kpis article > span { color: rgba(255,255,255,.4); font-family: var(--serif); font-size: 20px; }
.financial-kpis strong { margin: auto 0 18px; color: var(--gold-light); font-family: var(--serif); font-size: clamp(66px, 6.7vw, 102px); font-weight: 500; letter-spacing: -.04em; line-height: .8; }
.financial-kpis p { max-width: 180px; margin: 0; color: var(--white); font-size: 12px; font-weight: 600; letter-spacing: .1em; line-height: 1.5; text-transform: uppercase; }
.funding-chart { padding: 39px 44px; border: 1px solid var(--gold-border); }
.funding-chart-heading { margin-bottom: 35px; display: flex; align-items: flex-start; justify-content: space-between; gap: 25px; }
.funding-chart-heading p { margin: 0 0 4px; color: var(--gold-light); font-size: 9px; font-weight: 600; letter-spacing: .15em; text-transform: uppercase; }
.funding-chart-heading h3 { margin: 0; color: var(--white); font-family: var(--serif); font-size: 35px; font-weight: 500; }
.funding-chart-heading > span { padding-top: 8px; color: rgba(255,255,255,.45); font-size: 10px; text-transform: uppercase; }
.funding-rows { border-top: 1px solid rgba(255,255,255,.15); }
.funding-row { min-height: 72px; display: grid; grid-template-columns: 38px minmax(150px, .8fr) 1fr 30px; gap: 16px; align-items: center; border-bottom: 1px solid rgba(255,255,255,.15); }
.funding-row > span { color: var(--gold); font-family: var(--serif); }
.funding-row strong { color: rgba(255,255,255,.78); font-size: 13px; font-weight: 500; }
.funding-track { position: relative; height: 4px; background: repeating-linear-gradient(90deg, rgba(255,255,255,.18) 0 8px, transparent 8px 13px); }
.funding-track i { width: var(--value); height: 100%; display: block; background: var(--gold); }
.funding-row small { color: rgba(255,255,255,.45); text-align: right; }
.funding-note { margin: 28px 0 0; color: rgba(255,255,255,.45); font-size: 11px; line-height: 1.65; }

.partners-heading .section-label { max-width: 630px; }
.partners-heading h2 { text-transform: uppercase; }

@media (max-width: 1100px) {
  .vision-panel-dark .vision-panel-inner { margin-left: 32px; }
  .vision-panel-light .vision-panel-inner { margin-right: 32px; margin-left: 48px; }
  .symbol-story { gap: 54px; }
  .tree-workspace { grid-template-columns: 1fr; }
  .company-detail { position: relative; top: auto; min-height: 0; }
  .finance-content { grid-template-columns: 1fr; }
}

@media (max-width: 900px) {
  .vision { padding-top: 92px; }
  .vision-split { grid-template-columns: 1fr; }
  .vision-panel { min-height: 530px; }
  .vision-panel-inner, .vision-panel-dark .vision-panel-inner, .vision-panel-light .vision-panel-inner { width: var(--container); margin-inline: auto; }
  .culture { padding: 92px 0; }
  .culture-tablist button { font-size: 10px; }
  .symbol-story { grid-template-columns: 1fr; }
  .symbol-visual { width: 76%; height: 430px; }
  .symbol-copy { width: 84%; margin-left: auto; }
  .core-value-list li { grid-template-columns: 45px 50px 1fr; padding: 22px 0; }
  .core-value-list p { grid-column: 3; }
  .tree-map { grid-template-columns: 1fr; }
  .finance { padding: 92px 0; }
  .financial-kpis article { min-height: 330px; }
}

@media (max-width: 620px) {
  .vision { padding-top: 74px; }
  .vision-section-label { min-height: 72px; }
  .vision-panel { min-height: 500px; }
  .vision-panel h3 { font-size: 50px; }
  .vision-panel > .vision-panel-inner > p:last-child { font-size: 28px; }
  .vision-icon { width: 78px; height: 78px; }
  .vision-icon-horizon::before { left: 13px; right: 13px; }
  .vision-icon-horizon::after { left: 21px; right: 21px; top: 26px; height: 23px; }
  .vision-icon-horizon span { left: 38px; top: 15px; }
  .vision-icon-horizon i { left: 27px; right: 27px; bottom: 19px; }
  .vision-icon-compass::before { inset: 21px; }
  .vision-icon-compass::after { left: 38px; top: 12px; height: 54px; }
  .vision-icon-compass span { top: 38px; left: 12px; width: 54px; }
  .vision-icon-compass i { left: 33px; top: 25px; }
  .culture { padding: 74px 0; }
  .culture-heading { margin-bottom: 46px; }
  .culture-heading h2 { font-size: 45px; }
  .culture-tablist { grid-template-columns: 1fr; }
  .culture-tablist button { min-height: 58px; padding: 14px 12px; text-align: left; }
  .culture-tablist button + button { border-top: 1px solid var(--gold-border); border-left: 0; }
  .culture-tablist button[aria-selected="true"]::after { right: 66%; left: 12px; }
  .culture-panel { min-height: 0; padding-top: 42px; }
  .symbol-visual { width: calc(100% + 20px); height: 340px; margin-left: -20px; }
  .symbol-copy { width: 100%; }
  .symbol-copy h3 { font-size: 43px; }
  .symbol-copy > p:last-child { font-size: 27px; }
  .core-value-list li { grid-template-columns: 36px 42px 1fr; gap: 12px; }
  .core-value-list strong { font-size: 21px; }
  .core-value-list p { font-size: 14px; }
  .tinhte-intro { margin-bottom: 38px; }
  .tinhte-intro p { font-size: 29px; }
  .tinhte-groups { grid-template-columns: 1fr; }
  .tinhte-groups article { min-height: 230px; padding: 38px 0; }
  .tinhte-groups article + article { border-top: 1px solid var(--gold-border); border-left: 0; }
  .tree-root-node { min-height: 112px; margin-bottom: 38px; }
  .tree-root-node strong { font-size: 27px; }
  .branch-toggle { min-height: 72px; padding-inline: 14px; font-size: 24px; }
  .company-node-list { grid-template-columns: 1fr; }
  .company-node { min-height: 68px; }
  .company-detail { padding: 28px 24px; }
  .company-detail dl > div { grid-template-columns: 1fr; gap: 5px; }
  .finance { padding: 74px 0; }
  .finance-heading { margin-bottom: 52px; }
  .finance-heading h2 { font-size: 47px; }
  .financial-kpis { grid-template-columns: 1fr; }
  .financial-kpis article { min-height: 260px; padding: 30px 10px; }
  .financial-kpis article + article { border-top: 1px solid var(--gold-border); border-left: 0; }
  .financial-kpis strong { font-size: 82px; }
  .funding-chart { padding: 28px 18px; }
  .funding-chart-heading { display: block; }
  .funding-row { grid-template-columns: 28px 1fr 24px; gap: 10px; padding: 13px 0; }
  .funding-track { grid-column: 2 / -1; width: 100%; }
  .funding-row small { grid-column: 3; grid-row: 1; }
  .partners-heading h2 { font-size: 43px; }
}

/* Motion, partner marquee and production footer. */
.hero h1 span {
  clip-path: inset(0 0 100% 0);
  animation: heroLineReveal .95s cubic-bezier(.22,.75,.25,1) forwards;
}
.hero h1 span:nth-child(2) { animation-delay: .16s; }
.hero-slogan {
  opacity: 0;
  transform: translateX(-24px);
  animation: heroSloganReveal .8s .4s cubic-bezier(.22,.75,.25,1) forwards;
}
.chairman-portrait.reveal {
  opacity: 1;
  transform: none;
  clip-path: inset(100% 0 0);
  transition: clip-path 1s cubic-bezier(.22,.75,.25,1);
}
.chairman-portrait.reveal.is-visible { clip-path: inset(0); }
.chairman-quote span { display: block; }
.chairman-copy .chairman-quote span {
  opacity: 0;
  transform: translateY(18px);
}
.chairman-copy.is-visible .chairman-quote span {
  animation: quoteLineReveal .66s cubic-bezier(.22,.75,.25,1) forwards;
}
.chairman-copy.is-visible .chairman-quote span:nth-child(2) { animation-delay: .1s; }
.chairman-copy.is-visible .chairman-quote span:nth-child(3) { animation-delay: .2s; }
.vision-panel-dark.reveal { transform: translateX(-34px); }
.vision-panel-light.reveal { transform: translateX(34px); }
.vision-panel.reveal.is-visible { transform: translateX(0); }
.culture-panel.is-active { animation: panelReveal .38s ease both; }
.tree-root-line { transform: scaleY(0); transform-origin: top; }
.enterprise-tree.is-visible .tree-root-line { animation: treeLineDraw .55s .12s ease-out forwards; }
.enterprise-tree .tree-root-node,
.enterprise-tree .tree-branch,
.enterprise-tree .company-detail { opacity: 0; transform: translateY(14px); }
.enterprise-tree.is-visible .tree-root-node,
.enterprise-tree.is-visible .tree-branch,
.enterprise-tree.is-visible .company-detail { animation: treeNodeReveal .5s ease forwards; }
.enterprise-tree.is-visible .tree-root-node { animation-delay: .35s; }
.enterprise-tree.is-visible .tree-branch:nth-child(1) { animation-delay: .5s; }
.enterprise-tree.is-visible .tree-branch:nth-child(2) { animation-delay: .62s; }
.enterprise-tree.is-visible .company-detail { animation-delay: .72s; }
.financial-kpis strong { font-variant-numeric: tabular-nums lining-nums; }

.partner-marquee {
  position: relative;
  width: 100%;
  display: grid;
  gap: 16px;
  overflow: hidden;
  -webkit-mask-image: linear-gradient(90deg, transparent, #000 5%, #000 95%, transparent);
  mask-image: linear-gradient(90deg, transparent, #000 5%, #000 95%, transparent);
}
.marquee-row {
  width: 100%;
  overflow: hidden;
  border-top: 1px solid var(--gold-border);
  border-bottom: 1px solid var(--gold-border);
  cursor: grab;
  touch-action: pan-y;
}
.marquee-row:focus-visible { outline: 2px solid var(--gold); outline-offset: -2px; }
.marquee-row.is-dragging { cursor: grabbing; }
.marquee-track {
  --marquee-duration: 32s;
  width: max-content;
  display: flex;
  will-change: transform;
  animation: partnerMarquee var(--marquee-duration) linear infinite;
}
.marquee-row.is-reverse .marquee-track {
  --marquee-duration: 40s;
  animation-direction: reverse;
}
.partner-marquee:hover .marquee-track,
.partner-marquee:focus-within .marquee-track,
.marquee-row.is-dragging .marquee-track,
.page-hidden .marquee-track { animation-play-state: paused; }
.marquee-group { display: flex; flex: 0 0 auto; }
.partner-logo {
  width: 184px;
  height: 126px;
  padding: 29px 30px;
  display: grid;
  place-items: center;
  border-right: 1px solid var(--gold-border);
  background: rgba(255,255,255,.72);
}
.partner-logo img {
  width: 130px;
  height: 54px;
  object-fit: contain;
  filter: grayscale(1) saturate(.2);
  opacity: .66;
  transition: filter .25s ease, opacity .25s ease, transform .25s ease;
}
.partner-logo:hover img { filter: grayscale(0); opacity: 1; transform: scale(1.025); }

.about-footer {
  padding: 94px 0 28px;
  color: rgba(255,255,255,.68);
  background: var(--navy-deep);
  border-top: 1px solid var(--gold);
}
.footer-grid {
  display: grid;
  grid-template-columns: repeat(12, minmax(0, 1fr));
  gap: 48px 32px;
  align-items: start;
}
.footer-brand { grid-column: 1 / 4; }
.footer-office:nth-of-type(1) { grid-column: 4 / 7; }
.footer-office:nth-of-type(2) { grid-column: 7 / 10; }
.footer-navigation { grid-column: 10 / 13; }
.footer-newsletter { grid-column: 7 / 13; margin-top: 4px; padding-top: 40px; border-top: 1px solid rgba(255,255,255,.12); }
.footer-brand img { width: 184px; height: 74px; object-fit: contain; object-position: left center; }
.footer-brand > p { max-width: 290px; margin: 26px 0 0; color: rgba(255,255,255,.62); font-family: var(--sans); font-size: 14px; line-height: 1.75; }
.about-footer h2 { margin: 0 0 20px; color: var(--gold-light); font-family: var(--sans); font-size: 10px; font-weight: 600; letter-spacing: .15em; line-height: 1.5; text-transform: uppercase; }
.footer-office address { min-height: 86px; margin: 0 0 22px; color: rgba(255,255,255,.72); font-style: normal; font-size: 13px; line-height: 1.75; }
.footer-office dl { margin: 0; }
.footer-office dl > div { padding: 8px 0; display: grid; grid-template-columns: 80px 1fr; gap: 12px; border-top: 1px solid rgba(255,255,255,.1); }
.footer-office dt { color: rgba(255,255,255,.4); font-size: 9px; letter-spacing: .07em; text-transform: uppercase; }
.footer-office dd { margin: 0; font-size: 12px; overflow-wrap: anywhere; }
.footer-office a,
.footer-navigation a { transition: color .2s ease; }
.footer-office a:hover,
.footer-office a:focus-visible,
.footer-navigation a:hover,
.footer-navigation a:focus-visible { color: var(--gold-light); }
.footer-navigation a { min-height: 39px; display: flex; align-items: center; border-bottom: 1px solid rgba(255,255,255,.09); font-size: 12px; }
.footer-socials { margin-top: 30px; display: flex; gap: 10px; }
.footer-socials a {
  width: 44px;
  height: 44px;
  display: grid;
  place-items: center;
  border: 1px solid var(--gold-border);
  color: var(--gold-light);
  transition: color .2s ease, background .2s ease, border-color .2s ease;
}
.footer-socials a:hover,
.footer-socials a:focus-visible { color: var(--navy-deep); background: var(--gold-light); border-color: var(--gold-light); outline: none; }
.footer-socials svg { width: 21px; height: 21px; fill: currentColor; }
.footer-newsletter > p { max-width: 440px; margin: 0 0 18px; font-size: 13px; }
.newsletter-field { max-width: 560px; display: grid; grid-template-columns: 1fr 48px; border-bottom: 1px solid var(--gold); }
.newsletter-field input {
  min-width: 0;
  height: 50px;
  padding: 0;
  border: 0;
  color: var(--white);
  background: transparent;
  font: 400 14px var(--sans);
  outline: none;
}
.newsletter-field input::placeholder { color: rgba(255,255,255,.36); }
.newsletter-field button {
  width: 48px;
  height: 48px;
  border: 0;
  color: var(--gold-light);
  background: transparent;
  font-size: 23px;
  cursor: pointer;
}
.newsletter-field:focus-within { border-color: var(--gold-light); box-shadow: 0 1px 0 var(--gold-light); }
.footer-newsletter small { display: block; margin-top: 10px; color: rgba(255,255,255,.4); font-size: 10px; }
.footer-bottom {
  margin-top: 66px;
  padding-top: 23px;
  display: grid;
  grid-template-columns: auto auto 1fr auto;
  align-items: center;
  gap: 28px;
  border-top: 1px solid rgba(255,255,255,.12);
}
.footer-bottom p,
.footer-bottom a,
.footer-legal span { margin: 0; font-size: 9px; letter-spacing: .045em; }
.footer-legal { display: flex; gap: 18px; }
.footer-legal span { color: rgba(255,255,255,.34); cursor: not-allowed; }
.photo-credit { justify-self: end; opacity: .48; }
.back-to-top { min-height: 44px; display: flex; align-items: center; gap: 8px; color: var(--gold-light); text-transform: uppercase; }

@supports (animation-timeline: scroll()) {
  .hero-media {
    animation: heroParallax linear both;
    animation-timeline: scroll(root);
    animation-range: 0 100vh;
  }
}

@keyframes heroLineReveal { to { clip-path: inset(0); } }
@keyframes heroSloganReveal { to { opacity: 1; transform: translateX(0); } }
@keyframes quoteLineReveal { to { opacity: 1; transform: translateY(0); } }
@keyframes panelReveal { from { opacity: 0; transform: translateY(10px); } to { opacity: 1; transform: translateY(0); } }
@keyframes treeLineDraw { to { transform: scaleY(1); } }
@keyframes treeNodeReveal { to { opacity: 1; transform: translateY(0); } }
@keyframes partnerMarquee { to { transform: translateX(-50%); } }
@keyframes heroParallax { to { transform: translateY(4vh); } }

@media (max-width: 1100px) {
  .footer-grid { grid-template-columns: 1fr 1fr; gap: 48px; }
  .footer-brand,
  .footer-office:nth-of-type(1),
  .footer-office:nth-of-type(2),
  .footer-navigation,
  .footer-newsletter { grid-column: auto; }
  .footer-newsletter { margin-top: 0; }
  .footer-bottom { grid-template-columns: 1fr auto; }
  .footer-legal { justify-self: end; }
  .photo-credit { justify-self: start; }
}

@media (max-width: 620px) {
  .hero h1 span { display: block; }
  .hero h1 span + span::before { content: none; }
  .chairman-quote span { display: inline; }
  .chairman-quote span + span::before { content: " "; }
  .partner-marquee { width: calc(100% + 40px); margin-left: -20px; gap: 10px; mask-image: none; -webkit-mask-image: none; }
  .partner-logo { width: 142px; height: 96px; padding: 22px 24px; }
  .partner-logo img { width: 102px; height: 44px; }
  .about-footer { padding-top: 68px; }
  .footer-grid { grid-template-columns: 1fr; gap: 44px; }
  .footer-office address { min-height: 0; }
  .footer-navigation a { min-height: 44px; }
  .footer-newsletter { padding-top: 36px; }
  .footer-bottom { margin-top: 48px; grid-template-columns: 1fr; gap: 15px; }
  .footer-legal { justify-self: start; flex-wrap: wrap; }
  .photo-credit { justify-self: start; }
  .back-to-top { width: max-content; }
}

@media (prefers-reduced-motion: reduce) {
  .hero h1 span { clip-path: inset(0); }
  .hero-slogan,
  .chairman-copy .chairman-quote span,
  .enterprise-tree .tree-root-node,
  .enterprise-tree .tree-branch,
  .enterprise-tree .company-detail { opacity: 1; transform: none; }
  .chairman-portrait.reveal { clip-path: inset(0); }
  .tree-root-line { transform: scaleY(1); }
  .partner-marquee { overflow-x: auto; mask-image: none; -webkit-mask-image: none; scrollbar-width: thin; }
  .marquee-track { animation: none; }
  .marquee-group[aria-hidden="true"] { display: none; }
  .marquee-row { overflow: visible; }
}

/* Homepage typography and spacing sync. */
:root {
  --container: min(1312px, calc(100vw - 128px));
  --serif: "Plus Jakarta Sans", sans-serif;
  --sans: "Plus Jakarta Sans", sans-serif;
}

body {
  font-family: var(--sans);
  font-size: 14px;
  font-weight: 300;
  line-height: 1.72;
}

.section { padding-block: 96px; }
.section-label {
  margin-bottom: 24px;
  font-family: Inter, sans-serif;
  font-size: 11px;
  font-weight: 700;
  letter-spacing: .12em;
}

.about-header { height: 88px; }
.about-header.is-scrolled { height: 72px; }
.about-navigation > a,
.sector-trigger { font-family: var(--sans); font-size: 11px; font-weight: 400; }

.hero h1 {
  max-width: 620px;
  padding-block: .12em .16em;
  font-family: "Be Vietnam Pro", sans-serif;
  font-size: 45px;
  font-weight: 400;
  line-height: 1.28;
  letter-spacing: -.018em;
  text-rendering: optimizeLegibility;
}
.hero h1 span { padding-block: .04em .06em; }
.hero h1 span + span { margin-top: .1em; }
.hero-slogan {
  margin-top: 14px;
  font-family: var(--sans);
  font-size: 24px;
  font-weight: 300;
  line-height: 1.25;
  letter-spacing: .06em;
}

.chairman { min-height: 0; }
.chairman-portrait { height: 560px; }
.chairman-copy h2,
.culture-heading h2,
.organization-heading h2,
.finance-heading h2,
.partners-heading h2 {
  font-family: var(--sans);
  font-size: 50px;
  font-weight: 300;
  line-height: 1.2;
  letter-spacing: .005em;
  text-rendering: optimizeLegibility;
  -webkit-text-stroke: 0;
}
.chairman-copy h2 { margin-bottom: 30px; }
.chairman-copy h2::before { height: 42px; font-size: 76px; }
.chairman-message { gap: 22px; }
.chairman-signoff { margin-top: 28px; padding-top: 20px; }
.chairman-signoff strong { font-family: var(--sans); font-size: 20px; font-weight: 500; }

.vision { padding-top: 96px; }
.vision-section-label { min-height: 64px; }
.vision-panel { min-height: 500px; }
.vision-panel h3 {
  margin-bottom: 20px;
  font-family: var(--sans);
  font-size: 50px;
  font-weight: 300;
  line-height: 1.2;
  letter-spacing: .005em;
}
.vision-panel > .vision-panel-inner > p:last-child {
  max-width: 520px;
  font-family: var(--sans);
  font-size: 20px;
  font-weight: 300;
  line-height: 1.6;
}
.vision-icon { width: 82px; height: 82px; }
.vision-index { margin-top: 30px; }

.culture { padding-block: 96px; }
.culture-heading { margin-bottom: 60px; }
.culture-panel { min-height: 500px; padding-top: 52px; }
.symbol-visual { height: 400px; }
.symbol-copy h3 {
  margin-bottom: 20px;
  font-family: var(--sans);
  font-size: 50px;
  font-weight: 300;
  line-height: 1.2;
  letter-spacing: .005em;
}
.symbol-copy > p:last-child,
.tinhte-intro p {
  font-family: var(--sans);
  font-size: 18px;
  font-weight: 300;
  line-height: 1.7;
}
.core-value-list li { min-height: 88px; }
.core-value-list strong { font-family: var(--sans); font-size: 18px; font-weight: 500; }
.tinhte-intro { margin-bottom: 48px; }
.tinhte-groups article { min-height: 240px; padding-block: 44px; }
.tinhte-groups h3 { font-family: var(--sans); font-size: 40px; font-weight: 300; }

.organization-heading { margin-bottom: 64px; }
.organization-heading > p:last-child,
.finance-heading > p:last-child,
.partners-heading > p:last-child { font-size: 14px; line-height: 1.72; }
.tree-root-node { min-height: 112px; margin-bottom: 48px; }
.tree-root-node strong { font-family: var(--sans); font-size: 24px; font-weight: 500; }
.tree-workspace { gap: 46px; }
.branch-toggle { min-height: 74px; font-family: var(--sans); font-size: 22px; font-weight: 500; }
.company-node { min-height: 72px; }
.company-node span { font-family: var(--sans); font-size: 16px; font-weight: 500; line-height: 1.35; }
.company-detail { min-height: 420px; padding: 34px; }
.company-detail h3 { font-family: var(--sans); font-size: 30px; font-weight: 300; line-height: 1.2; }

.finance { padding-block: 96px; }
.finance-heading { margin-bottom: 64px; }
.finance-content { gap: 56px; }
.financial-kpis article { min-height: 320px; padding: 36px 28px; }
.financial-kpis article > span { font-family: var(--sans); font-size: 16px; }
.financial-kpis strong {
  font-family: var(--sans);
  font-size: clamp(58px, 5vw, 72px);
  font-weight: 300;
  line-height: .9;
}
.funding-chart { padding: 34px 38px; }
.funding-chart-heading h3 { font-family: var(--sans); font-size: 28px; font-weight: 300; }
.funding-row > span { font-family: var(--sans); }

.partners-heading { margin-bottom: 64px; }
.partner-logo { height: 112px; }
.about-footer { padding-top: 80px; font-size: 13px; }
.footer-brand > p { font-family: var(--sans); font-size: 13px; }

@media (max-width: 1199px) and (min-width: 981px) {
  .hero h1 { font-size: 30.5px; line-height: 1.28; }
}

@media (max-width: 1024px) {
  :root { --container: min(960px, calc(100vw - 64px)); }
  .section,
  .culture,
  .finance { padding-block: 80px; }
  .vision { padding-top: 80px; }
  .chairman-portrait { height: 520px; }
  .vision-panel { min-height: 460px; }
  .culture-panel { min-height: 0; }
  .finance-heading,
  .partners-heading { margin-bottom: 56px; }
}

@media (max-width: 980px) {
  .about-header { height: 76px; }
  .about-header.is-scrolled { height: 70px; }
  .hero h1 { font-size: clamp(39px, 5.76vw, 43px); line-height: 1.3; }
  .chairman-portrait { height: 520px; }
  .chairman-copy { width: 100%; }
  .vision-panel h3 { font-size: 46px; }
}

@media (max-width: 620px) {
  :root { --container: calc(100vw - 40px); }
  body { font-size: 13px; line-height: 1.7; }
  .section,
  .culture,
  .finance { padding-block: 64px; }
  .vision { padding-top: 64px; }
  .about-header { height: 74px; }
  .about-header.is-scrolled { height: 64px; }
  .hero h1 { max-width: 330px; font-size: 25px; line-height: 1.34; letter-spacing: -.01em; }
  .hero h1 span { display: block; }
  .hero h1 span + span { margin-top: .08em; }
  .hero-slogan { margin-top: 10px; font-size: 18px; }
  .chairman-portrait { height: 430px; }
  .chairman-copy h2,
  .culture-heading h2,
  .organization-heading h2,
  .finance-heading h2,
  .partners-heading h2,
  .symbol-copy h3,
  .vision-panel h3 {
    font-size: 34px;
    line-height: 1.34;
    letter-spacing: .01em;
  }
  .chairman-copy h2::before { height: 34px; font-size: 62px; }
  .vision-section-label { min-height: 54px; }
  .vision-panel { min-height: 420px; }
  .vision-panel > .vision-panel-inner > p:last-child,
  .symbol-copy > p:last-child,
  .tinhte-intro p { font-size: 16px; line-height: 1.7; }
  .culture-heading,
  .organization-heading,
  .finance-heading,
  .partners-heading { margin-bottom: 46px; }
  .culture-panel { padding-top: 40px; }
  .symbol-visual { height: 320px; }
  .core-value-list strong { font-size: 16px; }
  .tinhte-groups h3 { font-size: 34px; }
  .tree-root-node strong { font-size: 21px; }
  .branch-toggle { font-size: 20px; }
  .company-detail h3 { font-size: 27px; }
  .financial-kpis article { min-height: 230px; }
  .financial-kpis strong { font-size: 62px; }
  .partner-logo { height: 96px; }
  .about-footer { padding-top: 64px; }
}

/* Chairman portrait: circular profile with identity directly underneath. */
.chairman-profile {
  grid-column: 1 / span 5;
  width: 100%;
  margin: 0;
  display: flex;
  flex-direction: column;
  align-items: center;
}

.chairman-profile .chairman-portrait {
  grid-column: auto;
  width: min(430px, 100%);
  height: auto !important;
  aspect-ratio: 1;
  margin: 0;
  border: 1px solid var(--gold-border);
  border-radius: 50%;
  background: #e6dfd2;
  overflow: hidden;
}

.chairman-profile .chairman-portrait::after { display: none; }
.chairman-profile .chairman-portrait img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: 40% center;
}

.chairman-profile-caption {
  width: min(430px, 100%);
  margin-top: 24px;
  padding-top: 20px;
  display: flex;
  flex-direction: column;
  align-items: center;
  border-top: 1px solid var(--gold-border);
  text-align: center;
}

.chairman-profile-caption strong {
  color: var(--navy);
  font-family: var(--sans);
  font-size: 20px;
  font-weight: 500;
  line-height: 1.35;
  letter-spacing: .04em;
  text-transform: uppercase;
}

.chairman-profile-caption span {
  margin-top: 5px;
  color: #8f6f34;
  font-size: 10px;
  font-weight: 700;
  line-height: 1.5;
  letter-spacing: .14em;
  text-transform: uppercase;
}

.chairman-copy .text-link { margin-top: 32px; }

@media (max-width: 980px) {
  .chairman-profile,
  .chairman-copy { grid-column: auto; }
  .chairman-profile { width: 100%; }
  .chairman-profile .chairman-portrait,
  .chairman-profile-caption { width: min(440px, 72vw); }
}

@media (max-width: 620px) {
  .chairman-profile .chairman-portrait,
  .chairman-profile-caption { width: min(320px, calc(100vw - 64px)); }
  .chairman-profile-caption { margin-top: 20px; padding-top: 16px; }
  .chairman-profile-caption strong { font-size: 18px; }
  .chairman-profile-caption span { max-width: 260px; font-size: 9px; }
}

/* Section 05: branch switcher and circular company ecosystem. */
.organization-heading {
  max-width: 860px;
  margin: 0 auto 44px;
  text-align: center;
}

.organization-heading .section-label { margin-bottom: 22px; }
.organization-heading h2 { margin-bottom: 0; }

.organization-switcher {
  width: max-content;
  max-width: 100%;
  margin: 0 auto 34px;
  padding: 5px;
  display: flex;
  justify-content: center;
  gap: 6px;
  border: 1px solid var(--gold-border);
  border-radius: 999px;
  background: rgba(255,255,255,.72);
}

.organization-switcher button {
  min-width: 190px;
  min-height: 46px;
  padding: 0 26px;
  border: 1px solid transparent;
  border-radius: 999px;
  color: var(--muted);
  background: transparent;
  font-family: var(--sans);
  font-size: 11px;
  font-weight: 600;
  letter-spacing: .08em;
  text-transform: uppercase;
  cursor: pointer;
  transition: color .25s ease, background-color .25s ease, border-color .25s ease;
}

.organization-switcher button:hover { color: var(--navy); }
.organization-switcher button[aria-selected="true"] {
  color: var(--white);
  background: var(--navy);
  border-color: var(--navy);
}
.organization-switcher button:focus-visible { outline: 2px solid var(--gold); outline-offset: 3px; }

.enterprise-tree { max-width: 1160px; margin-inline: auto; }
.organization-orbit-stage {
  position: relative;
  height: 650px;
  isolation: isolate;
  overflow: hidden;
}

.organization-orbit-stage::before {
  content: "";
  position: absolute;
  inset: 11% 5% 3%;
  z-index: -2;
  background: radial-gradient(ellipse at center, rgba(198,161,91,.11), transparent 54%);
}

.orbit-branch-label {
  position: absolute;
  top: 12px;
  left: 50%;
  z-index: 3;
  margin: 0;
  color: #8f6f34;
  font-size: 11px;
  font-weight: 700;
  letter-spacing: .12em;
  text-transform: uppercase;
  transform: translateX(-50%);
  white-space: nowrap;
}

.orbit-ring {
  position: absolute;
  left: 50%;
  top: 55%;
  z-index: -1;
  display: block;
  border: 1px solid rgba(198,161,91,.28);
  border-radius: 50%;
  transform: translate(-50%, -50%);
  pointer-events: none;
}
.orbit-ring-outer { width: 88%; height: 72%; }
.orbit-ring-inner { width: 59%; height: 48%; }

.orbit-core {
  position: absolute;
  left: 50%;
  top: 55%;
  z-index: 3;
  width: 226px;
  height: 226px;
  padding: 34px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  border: 1px solid var(--gold);
  border-radius: 50%;
  color: var(--white);
  background: var(--navy);
  box-shadow: 0 18px 42px rgba(3,19,39,.18), 0 0 0 10px rgba(198,161,91,.07);
  transform: translate(-50%, -50%);
  cursor: pointer;
  transition: transform .25s ease, box-shadow .25s ease;
}
.orbit-core:hover { transform: translate(-50%, -50%) scale(1.025); box-shadow: 0 22px 48px rgba(3,19,39,.22), 0 0 0 12px rgba(198,161,91,.1); }
.orbit-core-logo {
  display: block;
  width: 100%;
  height: auto;
  max-height: 105px;
  object-fit: contain;
}

.orbit-company-layer { position: absolute; inset: 0; }
.orbit-company {
  position: absolute;
  left: var(--orbit-x);
  top: var(--orbit-y);
  z-index: 2;
  width: 146px;
  height: 146px;
  padding: 12px;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 7px;
  border: 1px solid var(--gold-border);
  border-radius: 50%;
  color: var(--navy);
  background: rgba(255,255,255,.94);
  box-shadow: 0 12px 26px rgba(46,39,25,.08);
  text-align: center;
  overflow: hidden;
  transform: translate(-50%, -50%);
  cursor: pointer;
  transition: color .22s ease, background-color .22s ease, border-color .22s ease, transform .22s ease;
}
.orbit-company.has-logo img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: contain;
  border-radius: 50%;
}
.orbit-company.has-monogram { flex-direction: column; color: var(--navy); }
.orbit-company-monogram {
  color: var(--gold);
  font-size: 22px;
  font-weight: 600;
  letter-spacing: .08em;
}
.orbit-company-name { max-width: 112px; font-size: 11px; font-weight: 600; line-height: 1.3; }
.orbit-company:hover,
.orbit-company.is-selected { color: var(--navy); background: #fffaf0; border-color: var(--gold); box-shadow: 0 17px 34px rgba(46,39,25,.13), 0 0 0 7px rgba(198,161,91,.1); transform: translate(-50%, -50%) scale(1.045); }
.orbit-core:focus-visible,
.orbit-company:focus-visible { outline: 2px solid var(--gold); outline-offset: 4px; }

.orbit-remainder {
  margin: -2px 0 0;
  color: var(--muted);
  font-size: 10px;
  font-weight: 600;
  letter-spacing: .1em;
  text-align: center;
  text-transform: uppercase;
}

.orbit-detail {
  position: relative;
  max-width: 900px;
  margin: 44px auto 0;
  padding: 34px 76px 34px 34px;
  display: grid;
  grid-template-columns: 140px minmax(0, 1fr);
  gap: 36px;
  align-items: start;
  color: var(--white);
  background: var(--navy);
  border-top: 3px solid var(--gold);
}
.orbit-detail[hidden] { display: none; }
.orbit-detail .company-logo { margin: 0; }
.orbit-detail-copy h3 { margin: 0 0 24px; font-family: var(--sans); font-size: 30px; font-weight: 300; line-height: 1.2; }
.orbit-detail-copy dl { margin: 0 0 26px; display: grid; grid-template-columns: repeat(3, 1fr); }
.orbit-detail-copy dl > div { padding: 12px 16px; border-top: 1px solid rgba(255,255,255,.16); border-bottom: 1px solid rgba(255,255,255,.16); }
.orbit-detail-copy dl > div + div { border-left: 1px solid rgba(255,255,255,.16); }
.orbit-detail-copy dt { color: rgba(255,255,255,.5); font-size: 9px; letter-spacing: .08em; text-transform: uppercase; }
.orbit-detail-copy dd { margin: 6px 0 0; color: rgba(255,255,255,.86); font-size: 12px; line-height: 1.5; }
.orbit-detail-close {
  position: absolute;
  top: 16px;
  right: 16px;
  width: 44px;
  height: 44px;
  border: 1px solid rgba(255,255,255,.18);
  color: var(--gold-light);
  background: transparent;
  font-size: 23px;
  cursor: pointer;
}
.orbit-detail-close:hover,
.orbit-detail-close:focus-visible { color: var(--navy); background: var(--gold-light); outline: none; }

@media (max-width: 1024px) {
  .organization-orbit-stage { height: 610px; }
  .orbit-core { width: 194px; height: 194px; padding: 30px; }
  .orbit-company { width: 128px; height: 128px; padding: 10px; }
  .orbit-company-name { max-width: 98px; font-size: 10px; }
}

@media (max-width: 760px) {
  .organization-heading { margin-bottom: 36px; }
  .organization-switcher { width: 100%; }
  .organization-switcher button { min-width: 0; min-height: 44px; flex: 1 1 50%; padding-inline: 14px; font-size: 10px; }
  .organization-orbit-stage {
    height: auto;
    padding: 4px 0 0;
    display: flex;
    flex-direction: column;
    align-items: center;
    overflow: visible;
  }
  .organization-orbit-stage::before,
  .orbit-ring { display: none; }
  .orbit-branch-label { position: static; order: 0; transform: none; }
  .orbit-core { position: relative; left: auto; top: auto; order: 1; width: 176px; height: 176px; margin-top: 28px; padding: 28px; transform: none; }
  .orbit-core:hover { transform: scale(1.02); }
  .orbit-company-layer { position: static; order: 2; width: 100%; margin-top: 32px; display: flex; flex-wrap: wrap; justify-content: center; gap: 14px; }
  .orbit-company,
  .orbit-company:hover,
  .orbit-company.is-selected {
    position: static;
    width: 112px;
    height: 112px;
    padding: 9px;
    transform: none;
  }
  .orbit-company:hover,
  .orbit-company.is-selected { transform: scale(1.035); }
  .orbit-company-name { max-width: 88px; font-size: 9px; }
  .orbit-remainder { margin-top: 20px; }
  .orbit-detail { margin-top: 32px; padding: 28px 24px; grid-template-columns: 1fr; gap: 24px; }
  .orbit-detail .company-logo { width: 118px; height: 72px; }
  .orbit-detail-copy dl { grid-template-columns: 1fr; }
  .orbit-detail-copy dl > div + div { border-top: 0; border-left: 0; }
  .orbit-detail-close { top: 12px; right: 12px; }
}

@media (max-width: 420px) {
  .organization-switcher button { padding-inline: 10px; font-size: 9px; letter-spacing: .05em; }
  .orbit-company-layer { gap: 10px; }
  .orbit-company,
  .orbit-company:hover,
  .orbit-company.is-selected { width: 98px; height: 98px; padding: 7px; }
}

/* Minimal partner strip, aligned with the homepage marquee language. */
.partners {
  padding-block: 112px 126px;
  overflow: hidden;
  background: var(--white);
}
.partners-heading {
  max-width: 920px;
  margin: 0 auto 58px;
  text-align: center;
}
.partners-heading h2 {
  margin: 0;
  color: var(--navy);
  font-family: var(--sans);
  font-size: clamp(38px, 4.2vw, 58px);
  font-weight: 300;
  line-height: 1.22;
  letter-spacing: 0;
  text-transform: none;
  text-wrap: balance;
}
.partners .partner-marquee {
  width: 100vw;
  margin-left: calc(50% - 50vw);
  display: block;
  overflow: hidden;
  -webkit-mask-image: linear-gradient(90deg, transparent, #000 4%, #000 96%, transparent);
  mask-image: linear-gradient(90deg, transparent, #000 4%, #000 96%, transparent);
}
.partners .marquee-track { --marquee-duration: 42s; }
.partners .partner-logo {
  width: 232px;
  height: 126px;
  padding: 26px 34px;
  background: var(--white);
}
.partners .partner-logo img {
  width: 100%;
  height: 100%;
  max-width: 180px;
  max-height: 62px;
}

@media (max-width: 760px) {
  .partners { padding-block: 76px 88px; }
  .partners-heading { margin-bottom: 42px; }
  .partners-heading h2 { font-size: 34px; line-height: 1.3; }
  .partners .partner-logo { width: 162px; height: 98px; padding: 22px 26px; }
  .partners .partner-logo img { max-width: 118px; max-height: 48px; }
}

/* Editorial vision and mission rows with alternating square imagery. */
.vision {
  padding: 112px 0 138px;
  background: var(--white);
}
.vision-section-label {
  min-height: 0;
  margin-bottom: 76px;
}
.vision-editorial {
  display: grid;
  gap: 128px;
}
.vision-story {
  display: grid;
  grid-template-columns: minmax(0, 5fr) minmax(0, 6fr);
  gap: clamp(64px, 7vw, 112px);
  align-items: center;
}
.vision-story-mission { grid-template-columns: minmax(0, 6fr) minmax(0, 5fr); }
.vision-story-copy { max-width: 540px; }
.vision-story-mission .vision-story-copy { justify-self: end; }
.vision-story .vision-icon {
  width: 78px;
  height: 78px;
  color: var(--gold);
  border-color: var(--gold-border);
  box-shadow: none;
}
.vision-story .vision-icon-horizon::before { left: 13px; right: 13px; }
.vision-story .vision-icon-horizon::after { left: 21px; right: 21px; top: 26px; height: 23px; }
.vision-story .vision-icon-horizon span { left: 38px; top: 15px; }
.vision-story .vision-icon-horizon i { left: 27px; right: 27px; bottom: 19px; }
.vision-story .vision-icon-compass::before { inset: 21px; }
.vision-story .vision-icon-compass::after { left: 38px; top: 12px; height: 54px; }
.vision-story .vision-icon-compass span { top: 38px; left: 12px; width: 54px; }
.vision-story .vision-icon-compass i { left: 33px; top: 25px; }
.vision-story .vision-index {
  margin: 0 0 14px;
  color: #8f6f34;
}
.vision-story h3 {
  margin: 0 0 28px;
  color: var(--navy);
  font-family: var(--sans);
  font-size: clamp(46px, 4.5vw, 66px);
  font-weight: 300;
  line-height: 1.12;
  letter-spacing: 0;
  text-transform: none;
}
.vision-story-copy > p:last-child {
  max-width: 520px;
  margin: 0;
  color: var(--muted);
  font-family: var(--sans);
  font-size: 18px;
  font-weight: 300;
  line-height: 1.72;
}
.vision-story-media {
  position: relative;
  width: min(100%, 560px);
  aspect-ratio: 1;
  margin: 0;
  overflow: hidden;
  border: 1px solid var(--gold-border);
  border-radius: 14px;
  background: var(--ivory);
  box-shadow: 0 24px 58px rgba(3,19,39,.1);
}
.vision-story-vision .vision-story-media { justify-self: end; }
.vision-story-media img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform .7s cubic-bezier(.22,.75,.25,1);
}
.vision-story-media:hover img { transform: scale(1.025); }

@media (max-width: 900px) {
  .vision { padding-block: 88px 104px; }
  .vision-section-label { margin-bottom: 58px; }
  .vision-editorial { gap: 92px; }
  .vision-story,
  .vision-story-mission { grid-template-columns: 1fr; gap: 42px; }
  .vision-story-mission .vision-story-copy { order: -1; }
  .vision-story-copy,
  .vision-story-mission .vision-story-copy { max-width: 620px; justify-self: start; }
  .vision-story-media,
  .vision-story-vision .vision-story-media { width: min(100%, 620px); justify-self: center; }
}

@media (max-width: 620px) {
  .vision { padding-block: 72px 86px; }
  .vision-section-label { margin-bottom: 44px; }
  .vision-editorial { gap: 76px; }
  .vision-story,
  .vision-story-mission { gap: 30px; }
  .vision-story .vision-icon { width: 66px; height: 66px; }
  .vision-story h3 { margin-bottom: 20px; font-size: 40px; }
  .vision-story-copy > p:last-child { font-size: 16px; line-height: 1.7; }
  .vision-story-media { border-radius: 10px; box-shadow: 0 18px 42px rgba(3,19,39,.09); }
}

/* Requested cleanup: remove decorative quote/icon spacing and rebalance the editorial rows. */
.chairman-copy h2::before { content: none; display: none; }
.chairman-copy { align-self: center; }
.chairman-copy h2 { margin-top: 0; }
.vision-story-copy { align-self: center; }

/* Culture content is presented as three independent editorial sections. */
.culture.section {
  min-height: 0;
  padding: 0;
  color: var(--ink);
  background: var(--white);
}
.culture-stream { display: block; }
.culture-unit { padding: 124px 0 138px; }
.culture-unit-index {
  margin: 0 0 18px;
  color: var(--gold-light);
  font-size: 11px;
  font-weight: 600;
  letter-spacing: .16em;
  line-height: 1.4;
  text-transform: uppercase;
}
.culture-unit-heading { max-width: 920px; margin-bottom: 60px; }
.culture-unit-heading h2 {
  margin: 0;
  color: var(--navy);
  font-family: var(--sans);
  font-size: clamp(48px, 5vw, 68px);
  font-weight: 300;
  letter-spacing: 0;
  line-height: 1.12;
  text-wrap: balance;
}

.culture-symbol-section { padding-top: 112px; background: var(--white); }
.culture-symbol-banner {
  position: relative;
  min-height: clamp(580px, 51vw, 700px);
  margin: 0;
  overflow: hidden;
  border: 1px solid var(--gold-border);
  border-radius: 14px;
  background: var(--navy-deep);
  box-shadow: 0 30px 70px rgba(3,19,39,.12);
}
.culture-symbol-banner::before {
  content: "";
  position: absolute;
  inset: 0;
  z-index: 1;
  background:
    linear-gradient(90deg, rgba(3,19,39,.92) 0%, rgba(3,19,39,.7) 43%, rgba(3,19,39,.18) 76%, rgba(3,19,39,.08) 100%),
    linear-gradient(0deg, rgba(3,19,39,.58) 0%, transparent 52%);
  pointer-events: none;
}
.culture-symbol-banner::after {
  content: "";
  position: absolute;
  inset: 11px;
  z-index: 2;
  border: 1px solid rgba(217,187,120,.32);
  border-radius: 8px;
  pointer-events: none;
}
.culture-symbol-banner > img {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center 30%;
  transform: scale(1.015);
  transition: transform 1.1s cubic-bezier(.22,.75,.25,1);
}
.culture-symbol-banner:hover > img { transform: scale(1.045); }
.culture-symbol-copy {
  position: absolute;
  left: clamp(40px, 6vw, 88px);
  bottom: clamp(46px, 6vw, 82px);
  z-index: 3;
  width: min(620px, calc(100% - 80px));
  color: var(--white);
}
.culture-symbol-copy h2 {
  margin: 0 0 25px;
  color: var(--white);
  font-family: var(--sans);
  font-size: clamp(48px, 5vw, 72px);
  font-weight: 300;
  letter-spacing: 0;
  line-height: 1.08;
  text-wrap: balance;
}
.culture-symbol-copy > p:last-child {
  max-width: 590px;
  margin: 0;
  color: rgba(255,255,255,.78);
  font-size: 18px;
  font-weight: 300;
  line-height: 1.72;
}

.culture-values-section { background: #f8f6f1; }
.culture-values-section .culture-unit-index,
.culture-tinhte-section .culture-unit-index { color: #8f6f34; }
.culture-value-stack {
  margin: 0;
  padding: 0;
  display: grid;
  gap: 14px;
  list-style: none;
}
.culture-value-card {
  min-height: 132px;
  padding: 28px 34px;
  display: grid;
  grid-template-columns: 58px 52px minmax(270px, .9fr) minmax(340px, 1.15fr);
  gap: 26px;
  align-items: center;
  border: 1px solid rgba(198,161,91,.28);
  border-radius: 12px;
  background: rgba(255,255,255,.88);
  box-shadow: 0 12px 34px rgba(3,19,39,.035);
  transition: border-color .3s ease, box-shadow .3s ease, transform .3s ease;
}
.culture-value-card:hover {
  border-color: rgba(198,161,91,.58);
  box-shadow: 0 18px 42px rgba(3,19,39,.07);
  transform: translateX(5px);
}
.culture-value-number {
  color: var(--gold);
  font-family: var(--sans);
  font-size: 17px;
  font-weight: 500;
  font-variant-numeric: tabular-nums;
  letter-spacing: .08em;
}
.culture-value-card .value-line-icon { width: 46px; height: 46px; }
.culture-value-card strong {
  color: var(--navy);
  font-family: var(--sans);
  font-size: 21px;
  font-weight: 500;
  line-height: 1.35;
  text-transform: uppercase;
}
.culture-value-card > p {
  max-width: 580px;
  margin: 0;
  color: var(--muted);
  font-size: 16px;
  line-height: 1.7;
}

.culture-tinhte-section { background: var(--white); }
.culture-tinhte-heading > p:last-child {
  max-width: 820px;
  margin: 28px 0 0;
  color: var(--muted);
  font-size: 18px;
  font-weight: 300;
  line-height: 1.72;
}
.culture-tinhte-groups { display: grid; gap: 78px; }
.culture-tinhte-group {
  padding-top: 34px;
  border-top: 1px solid var(--gold-border);
}
.culture-tinhte-group h3 {
  margin: 0 0 34px;
  color: var(--navy);
  font-family: var(--sans);
  font-size: 30px;
  font-weight: 400;
  letter-spacing: .04em;
  text-transform: uppercase;
}
.culture-image-row {
  margin: 0;
  padding: 0;
  display: grid;
  grid-template-columns: repeat(5, minmax(0, 1fr));
  gap: clamp(18px, 2.5vw, 34px);
  list-style: none;
}
.culture-image-row figure { margin: 0; text-align: center; }
.culture-round-image {
  position: relative;
  width: 100%;
  aspect-ratio: 1;
  display: block;
  overflow: hidden;
  border: 1px solid rgba(198,161,91,.52);
  border-radius: 50%;
  background: var(--ivory);
  box-shadow: 0 18px 42px rgba(3,19,39,.09);
}
.culture-round-image::after {
  content: "";
  position: absolute;
  inset: 7px;
  border: 1px solid rgba(255,255,255,.62);
  border-radius: 50%;
  pointer-events: none;
}
.culture-round-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  filter: saturate(.82) contrast(1.02);
  transition: filter .35s ease, transform .7s cubic-bezier(.22,.75,.25,1);
}
.culture-image-row li:hover img { filter: saturate(1) contrast(1.03); transform: scale(1.055); }
.culture-image-row figcaption {
  margin-top: 18px;
  color: #8f6f34;
  font-size: 10px;
  font-weight: 600;
  letter-spacing: .15em;
  text-transform: uppercase;
}

@media (max-width: 1024px) {
  .culture-unit { padding: 96px 0 108px; }
  .culture-symbol-section { padding-top: 88px; }
  .culture-symbol-banner { min-height: 580px; }
  .culture-value-card {
    grid-template-columns: 48px 48px minmax(230px, 1fr);
    gap: 22px;
  }
  .culture-value-card > p { grid-column: 3; }
  .culture-image-row { gap: 18px; }
}

@media (max-width: 760px) {
  .culture-unit { padding: 76px 0 88px; }
  .culture-symbol-section { padding-top: 72px; }
  .culture-symbol-banner { min-height: 620px; border-radius: 10px; }
  .culture-symbol-banner::before {
    background: linear-gradient(0deg, rgba(3,19,39,.96) 0%, rgba(3,19,39,.72) 54%, rgba(3,19,39,.16) 100%);
  }
  .culture-symbol-banner::after { inset: 8px; border-radius: 6px; }
  .culture-symbol-banner > img { object-position: 57% center; }
  .culture-symbol-copy {
    right: 28px;
    bottom: 38px;
    left: 28px;
    width: auto;
  }
  .culture-symbol-copy h2 { margin-bottom: 20px; font-size: 42px; line-height: 1.16; }
  .culture-symbol-copy > p:last-child { font-size: 16px; line-height: 1.68; }
  .culture-unit-heading { margin-bottom: 44px; }
  .culture-unit-heading h2 { font-size: 42px; line-height: 1.2; }
  .culture-value-card {
    min-height: 0;
    padding: 24px 22px;
    grid-template-columns: 40px 46px minmax(0, 1fr);
    gap: 16px;
  }
  .culture-value-card strong { font-size: 18px; }
  .culture-value-card > p { grid-column: 1 / -1; font-size: 15px; }
  .culture-value-card:hover { transform: none; }
  .culture-tinhte-heading > p:last-child { margin-top: 22px; font-size: 16px; line-height: 1.68; }
  .culture-tinhte-groups { gap: 60px; }
  .culture-tinhte-group { padding-top: 26px; }
  .culture-tinhte-group h3 { margin-bottom: 26px; font-size: 25px; }
  .culture-image-row {
    width: calc(100% + 20px);
    padding: 0 20px 18px 0;
    display: flex;
    gap: 18px;
    overflow-x: auto;
    overscroll-behavior-inline: contain;
    scroll-snap-type: inline mandatory;
    scrollbar-color: rgba(198,161,91,.48) transparent;
    scrollbar-width: thin;
  }
  .culture-image-row li { flex: 0 0 152px; scroll-snap-align: start; }
  .culture-image-row figcaption { margin-top: 14px; }
}

@media (prefers-reduced-motion: reduce) {
  .culture-symbol-banner > img,
  .culture-round-image img,
  .culture-value-card { transition: none; }
  .culture-symbol-banner:hover > img,
  .culture-image-row li:hover img,
  .culture-value-card:hover { transform: none; }
}

/* White-surface theme: imagery remains photographic, all solid UI surfaces stay white. */
body,
main,
.chairman,
.vision,
.culture.section,
.culture-symbol-section,
.culture-values-section,
.culture-tinhte-section,
.organization,
.partners,
.about-footer {
  background-color: var(--white);
}

.chairman,
.culture-values-section,
.organization,
.partners,
.about-footer { border-top: 1px solid rgba(6,26,53,.1); }

.chairman-portrait,
.symbol-visual,
.culture-round-image,
.partner-logo { background: var(--white); }
.chairman-profile .chairman-portrait,
.vision-story-media { background: var(--white); }

.hero { background: var(--white); }
.hero-overlay {
  background:
    radial-gradient(circle at 78% 16%, rgba(255,255,255,.13), transparent 27%),
    linear-gradient(90deg, rgba(0,0,0,.5) 0%, rgba(0,0,0,.22) 43%, rgba(0,0,0,.05) 74%),
    linear-gradient(0deg, rgba(0,0,0,.3), transparent 45%);
}

.about-header.is-scrolled {
  color: var(--navy);
  background: rgba(255,255,255,.97);
  border-color: rgba(6,26,53,.12);
  box-shadow: 0 12px 30px rgba(3,19,39,.08);
}
.about-header.is-scrolled .language i { background: rgba(6,26,53,.25); }
.about-header.is-scrolled .header-contact { color: var(--navy); }
.about-header.is-scrolled .about-navigation > a::after,
.about-header.is-scrolled .sector-trigger::after { background: var(--gold); }
.sector-list a:hover,
.sector-list a:focus-visible,
.header-contact:hover,
.header-contact:focus-visible {
  color: var(--navy);
  background: var(--white);
  border-color: var(--gold);
}

.culture-symbol-banner { background: var(--white); }
.culture-symbol-banner::before {
  background:
    linear-gradient(90deg, rgba(0,0,0,.78) 0%, rgba(0,0,0,.5) 43%, rgba(0,0,0,.12) 76%, rgba(0,0,0,.04) 100%),
    linear-gradient(0deg, rgba(0,0,0,.46) 0%, transparent 52%);
}
.culture-value-card {
  background: var(--white);
  box-shadow: 0 12px 34px rgba(3,19,39,.045);
}

.organization-switcher { background: var(--white); }
.organization-switcher button[aria-selected="true"] {
  color: var(--navy);
  background: var(--white);
  border-color: var(--gold);
  box-shadow: 0 5px 16px rgba(3,19,39,.07);
}
.organization-orbit-stage::before { background: none; }
.orbit-core,
.tree-root-node {
  color: var(--navy);
  background: var(--white);
  box-shadow: 0 18px 42px rgba(3,19,39,.08), 0 0 0 10px rgba(198,161,91,.05);
}
.orbit-core:hover {
  box-shadow: 0 22px 48px rgba(3,19,39,.12), 0 0 0 12px rgba(198,161,91,.07);
}
.orbit-company,
.company-node,
.orbit-company:hover,
.orbit-company.is-selected,
.company-node:hover,
.company-node.is-selected {
  color: var(--navy);
  background: var(--white);
}
.orbit-company.is-selected,
.company-node.is-selected { border-color: var(--gold); }
.orbit-detail,
.company-detail {
  color: var(--navy);
  background: var(--white);
  border: 1px solid rgba(6,26,53,.12);
  border-top: 3px solid var(--gold);
  box-shadow: 0 24px 55px rgba(3,19,39,.08);
}
.orbit-detail-copy dl > div,
.company-detail dl > div { border-color: rgba(6,26,53,.12); }
.orbit-detail-copy dt,
.company-detail dt { color: var(--muted); }
.orbit-detail-copy dd,
.company-detail dd { color: var(--navy); }
.company-detail-label { color: #8f6f34; }
.company-cta { color: #8f6f34; }
.orbit-detail-close {
  color: var(--navy);
  background: var(--white);
  border-color: rgba(6,26,53,.18);
}
.orbit-detail-close:hover,
.orbit-detail-close:focus-visible {
  color: var(--navy);
  background: var(--white);
  border-color: var(--gold);
}

.about-footer { color: var(--muted); }
.footer-brand > p,
.about-footer h2,
.footer-office address,
.footer-office dd,
.footer-newsletter > p { color: var(--muted); }
.about-footer h2,
.footer-navigation a,
.back-to-top { color: var(--navy); }
.footer-office dl > div,
.footer-navigation a,
.footer-newsletter,
.footer-bottom { border-color: rgba(6,26,53,.12); }
.footer-office dt,
.footer-newsletter small,
.footer-legal span { color: rgba(23,35,56,.48); }
.footer-office a:hover,
.footer-office a:focus-visible,
.footer-navigation a:hover,
.footer-navigation a:focus-visible { color: #8f6f34; }
.footer-socials a {
  color: var(--navy);
  background: var(--white);
}
.footer-socials a:hover,
.footer-socials a:focus-visible {
  color: var(--navy);
  background: var(--white);
  border-color: var(--gold);
}
.newsletter-field input { color: var(--navy); }
.newsletter-field input::placeholder { color: rgba(23,35,56,.42); }
.newsletter-field button { color: var(--navy); }
.photo-credit { color: var(--muted); }

@media (max-width: 980px) {
  .menu-toggle span {
    height: 0;
    background: transparent;
    border-top: 1px solid currentColor;
  }
  .about-navigation {
    color: var(--navy);
    background: var(--white);
  }
  .sector-list { color: var(--navy); background: var(--white); }
  .sector-list a:hover,
  .sector-list a:focus-visible { background: var(--white); }
  .mobile-contact {
    color: var(--navy);
    background: var(--white);
    border-color: var(--gold);
  }
}

@media (max-width: 760px) {
  .culture-symbol-banner::before {
    background: linear-gradient(0deg, rgba(0,0,0,.82) 0%, rgba(0,0,0,.55) 54%, rgba(0,0,0,.1) 100%);
  }
}

/* Full-bleed symbol banner, proportionally shortened by 25%. */
.culture-stream,
.culture-symbol-section,
.culture-symbol-section > .container {
  width: 100%;
  max-width: none;
}

.culture-symbol-section {
  padding: 84px 0 104px;
}

.culture-symbol-banner {
  min-height: clamp(435px, 38.25vw, 525px);
}

@media (max-width: 1024px) {
  .culture-symbol-section { padding: 66px 0 81px; }
  .culture-symbol-banner { min-height: 435px; }
}

@media (max-width: 760px) {
  .culture-symbol-section { padding: 54px 0 66px; }
  .culture-symbol-banner { min-height: 465px; }
}

/* Compact, centered core-value cards aligned with the homepage editorial system. */
.culture-values-section .culture-unit-heading {
  max-width: none;
  margin: 0 auto 48px;
  text-align: center;
}

.culture-values-section .culture-unit-heading h2 {
  font-size: clamp(40px, 4.2vw, 56px);
  font-weight: 300;
  line-height: 1.12;
}

.culture-value-stack {
  width: 50vw;
  margin-inline: auto;
  gap: 12px;
}

.culture-value-card {
  position: relative;
  min-height: 98px;
  padding: 23px 28px;
  display: grid;
  grid-template-columns: minmax(190px, .9fr) minmax(0, 1.1fr);
  gap: 32px;
  align-items: center;
  overflow: hidden;
  border: 1px solid rgba(198,161,91,.3);
  border-radius: 6px;
  background: var(--white);
  box-shadow: 0 10px 28px rgba(3,19,39,.035);
  transition: border-color .3s ease, box-shadow .3s ease, transform .3s ease;
}

.culture-value-card::before {
  content: "";
  position: absolute;
  top: 0;
  left: 28px;
  width: 34px;
  height: 1px;
  background: var(--gold);
}

.culture-value-card:hover {
  border-color: rgba(198,161,91,.62);
  box-shadow: 0 15px 34px rgba(3,19,39,.065);
  transform: translateY(-2px);
}

.culture-value-card strong {
  font-size: 17px;
  font-weight: 500;
  letter-spacing: .015em;
  line-height: 1.4;
}

.culture-value-card > p {
  max-width: none;
  font-size: 14px;
  line-height: 1.65;
}

@media (max-width: 900px) {
  .culture-value-stack { width: 80vw; }
  .culture-value-card {
    min-height: 0;
    padding: 22px 24px;
    grid-template-columns: 1fr;
    gap: 8px;
  }
  .culture-value-card > p { grid-column: auto; }
}

@media (max-width: 620px) {
  .culture-values-section .culture-unit-heading { margin-bottom: 34px; }
  .culture-values-section .culture-unit-heading h2 { font-size: 36px; }
  .culture-value-card { padding: 21px 20px; }
  .culture-value-card::before { left: 20px; width: 30px; }
  .culture-value-card strong { font-size: 16px; }
  .culture-value-card > p { font-size: 14px; line-height: 1.6; }
}
