:root {
  --ink: #0d1b24;
  --navy: #081723;
  --navy-soft: #102632;
  --paper: #f5f1ea;
  --white: #fff;
  --muted: #637078;
  --line: rgba(13, 27, 36, 0.16);
  --gold: #d6a94d;
  --gold-light: #f1d188;
  --red: #9b2a3a;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body { margin: 0; background: var(--paper); color: var(--ink); font-family: Arial, "Helvetica Neue", "PingFang TC", "Hiragino Sans", sans-serif; font-size: 16px; line-height: 1.6; }
body, button, a { -webkit-font-smoothing: antialiased; }
a { color: inherit; text-decoration: none; }
button { font: inherit; }
img { display: block; max-width: 100%; }
.site-shell { overflow: hidden; }
.admin-bar .site-header { top: 32px; }
.container { width: min(1280px, calc(100% - 96px)); margin: 0 auto; }
.section { padding: 140px 0; }
.eyebrow { margin: 0 0 28px; color: #886a2c; font-size: 12px; font-weight: 650; letter-spacing: .18em; line-height: 1.5; text-transform: uppercase; }
.eyebrow.light { color: var(--gold-light); }
h1, h2, h3, p { margin-top: 0; }
h1, h2, h3 { text-wrap: balance; }
h1, h2 { font-family: Georgia, "Times New Roman", serif; font-weight: 400; letter-spacing: -.035em; }
h2 { font-size: clamp(44px, 5vw, 72px); line-height: 1.04; }

.site-header { position: fixed; z-index: 50; top: 0; left: 0; width: 100%; height: 104px; padding: 0 48px; display: flex; align-items: center; justify-content: space-between; color: white; border-bottom: 1px solid rgba(255,255,255,.16); transition: height .35s ease, color .35s ease, background-color .35s ease, border-color .35s ease, box-shadow .35s ease, backdrop-filter .35s ease; }
.home .site-shell { padding-top: 104px; }
.home .site-header:not(.is-scrolled) { background: rgba(7,19,29,.985); box-shadow: 0 10px 30px rgba(3,14,21,.16); backdrop-filter: blur(14px); }
.site-header.is-scrolled { height: 78px; color: var(--ink); background: rgba(250,248,243,.96); border-color: var(--line); box-shadow: 0 12px 34px rgba(5,18,26,.07); backdrop-filter: blur(16px); }
.brand { min-height: 44px; padding: 7px 0; display: inline-flex; align-items: center; background: transparent; transition: padding .35s ease; }
.brand img { width: 290px; height: auto; filter: drop-shadow(0 4px 14px rgba(3,14,21,.24)); transition: width .35s ease, filter .35s ease; }
.is-scrolled .brand { padding: 6px 0; background: transparent; }
.is-scrolled .brand img { filter: none; }
.is-scrolled .brand img { width: 236px; }
.main-nav { display: flex; align-items: center; gap: clamp(22px, 2.7vw, 46px); margin-left: auto; margin-right: 42px; }
.main-nav a { position: relative; padding: 12px 0; font-size: 14px; letter-spacing: .02em; }
.main-nav a::after { content: ""; position: absolute; left: 0; right: 100%; bottom: 3px; height: 1px; background: var(--gold); transition: right .25s ease; }
.main-nav a:hover::after { right: 0; }
.mobile-nav-footer { display: none; }
.header-actions { display: flex; align-items: center; gap: 24px; }
.language-switcher { display: flex; align-items: center; gap: 2px; padding-right: 20px; border-right: 1px solid currentColor; }
.language-switcher a { min-width: 44px; min-height: 44px; padding: 8px 6px; display: inline-flex; align-items: center; justify-content: center; border: 0; background: none; color: currentColor; opacity: .55; cursor: pointer; font-size: 12px; letter-spacing: .06em; }
.language-switcher a.active { opacity: 1; color: var(--gold-light); }
.is-scrolled .language-switcher a.active { color: #9a742d; }
.header-contact { min-height: 44px; display: inline-flex; align-items: center; font-size: 13px; font-weight: 600; letter-spacing: .04em; }
.header-contact span { color: var(--gold-light); margin-left: 5px; }
.mobile-language-control { display: none; position: relative; }
.language-globe-button { width: 46px; height: 46px; padding: 0; display: grid; place-items: center; border: 1px solid currentColor; color: var(--gold-light); background: transparent; cursor: pointer; transition: color .25s ease, border-color .25s ease, background-color .25s ease; }
.language-globe-button svg { width: 21px; height: 21px; fill: none; stroke: currentColor; stroke-width: 1.35; stroke-linecap: round; stroke-linejoin: round; }
.language-globe-button:hover, .language-globe-button:focus-visible, .mobile-language-control.is-open .language-globe-button { color: #101b22; border-color: var(--gold-light); background: var(--gold-light); }
.mobile-language-panel { position: absolute; z-index: 8; top: calc(100% + 10px); right: 0; width: 220px; padding: 14px; color: white; background: rgba(8,23,35,.985); border: 1px solid rgba(241,209,136,.55); box-shadow: 0 18px 44px rgba(2,12,19,.32); backdrop-filter: blur(16px); }
.mobile-language-panel[hidden] { display: none; }
.mobile-language-panel > span { display: block; margin: 0 0 9px; color: var(--gold-light); font-size: 9px; font-weight: 700; letter-spacing: .16em; text-transform: uppercase; }
.mobile-language-panel > div { display: grid; grid-template-columns: 1fr 1fr; gap: 5px; }
.mobile-language-panel a { min-height: 42px; padding: 8px 10px; display: flex; align-items: center; border: 1px solid rgba(255,255,255,.13); color: rgba(255,255,255,.72); font-size: 13px; line-height: 1.2; transition: color .2s ease, border-color .2s ease, background-color .2s ease; }
.mobile-language-panel a:hover, .mobile-language-panel a:focus-visible { color: white; border-color: rgba(241,209,136,.7); background: rgba(241,209,136,.08); }
.mobile-language-panel a.active { color: var(--navy); border-color: var(--gold-light); background: var(--gold-light); }
.menu-button { display: none; width: 46px; height: 46px; padding: 0; border: 1px solid currentColor; color: var(--gold-light); background: transparent; cursor: pointer; }
.menu-button span { display: block; width: 17px; height: 1px; margin: 5px auto; background: currentColor; transition: .25s; }
.menu-button.active span:first-child { transform: translateY(3px) rotate(45deg); }
.menu-button.active span:last-child { transform: translateY(-3px) rotate(-45deg); }

.hero { position: relative; min-height: 620px; height: clamp(620px, 74svh, 720px); display: grid; grid-template-columns: minmax(430px, 36%) minmax(0, 64%); overflow: hidden; color: white; background: #07131d; }
.hero-copy-panel { position: relative; z-index: 2; min-width: 0; padding: clamp(124px, 15vh, 154px) clamp(44px, 3.75vw, 64px) 64px; display: flex; align-items: center; background: linear-gradient(145deg, #0d2130 0%, #071620 56%, #06121b 100%); border-right: 1px solid rgba(214,169,77,.32); }
.hero-media { position: relative; min-width: 0; overflow: hidden; display: grid; place-items: center; background: #07131d; }
.hero-video, .hero-shade, .hero-grid { position: absolute; inset: 0; width: 100%; height: 100%; }
.hero-video { object-fit: contain; background: #07131d; opacity: 1; }
.hero-shade { background: linear-gradient(90deg, rgba(4,14,22,.14), transparent 18%); pointer-events: none; }
.hero-grid { opacity: .08; background-image: linear-gradient(90deg, transparent calc(33.333% - .5px), rgba(255,255,255,.55) 33.333%, transparent calc(33.333% + .5px), transparent calc(66.666% - .5px), rgba(255,255,255,.55) 66.666%, transparent calc(66.666% + .5px)); pointer-events: none; }
.hero-video-play { position: absolute; z-index: 4; right: 24px; bottom: 24px; min-height: 48px; padding: 0 18px 0 12px; display: inline-flex; align-items: center; gap: 10px; border: 1px solid rgba(241,209,136,.72); border-radius: 999px; color: white; background: rgba(7,19,29,.88); box-shadow: 0 12px 30px rgba(3,14,21,.28); backdrop-filter: blur(12px); cursor: pointer; font-size: 12px; font-weight: 650; letter-spacing: .08em; transition: color .25s ease, background-color .25s ease, border-color .25s ease, transform .25s ease; }
.hero-video-play[hidden] { display: none; }
.hero-video-play:hover, .hero-video-play:focus-visible { color: #101b22; background: var(--gold-light); border-color: var(--gold-light); transform: translateY(-2px); }
.hero-video-play-icon { width: 26px; height: 26px; display: inline-flex; align-items: center; justify-content: center; border: 1px solid currentColor; border-radius: 50%; color: var(--gold-light); font-size: 9px; line-height: 1; }
.hero-video-play:hover .hero-video-play-icon, .hero-video-play:focus-visible .hero-video-play-icon { color: #101b22; }
.hero-copy { width: 100%; max-width: 590px; opacity: 1; transform: none; }
.hero h1 { max-width: 590px; margin: 0 0 24px; padding-bottom: .08em; font-size: clamp(46px, 3.8vw, 68px); line-height: 1.02; }
.hero h1 span { display: block; }
.gold-text { color: var(--gold-light); font-style: italic; }
.hero-intro { max-width: 570px; margin-bottom: 30px; color: rgba(255,255,255,.9); font-size: 17px; line-height: 1.65; }
.hero .button { min-height: 62px; padding: 0 34px; font-size: 15px; }
.hero-buttons { display: flex; align-items: center; gap: 34px; }
.button { min-height: 72px; padding: 0 42px; display: inline-flex; align-items: center; justify-content: center; border: 0; cursor: pointer; font-size: 17px; font-weight: 700; letter-spacing: .06em; text-transform: uppercase; transition: transform .25s, background .25s; }
.button:hover { transform: translateY(-2px); }
.button-gold { background: var(--gold); color: #121c20; }
.button-gold:hover { background: var(--gold-light); }
.text-link { min-height: 44px; display: inline-flex; align-items: center; gap: 20px; padding: 10px 0; font-size: 13px; font-weight: 650; letter-spacing: .07em; text-transform: uppercase; border-bottom: 1px solid; }
.light-link { border-color: rgba(255,255,255,.4); }
.light-link span { color: var(--gold-light); }
.hero-rail { position: absolute; right: -136px; top: 50%; display: flex; align-items: center; gap: 15px; transform: rotate(90deg); color: rgba(255,255,255,.55); font-size: 9px; letter-spacing: .24em; }
.hero-rail i { width: 38px; height: 1px; background: rgba(255,255,255,.3); }
.scroll-cue { position: absolute; left: 48px; bottom: 0; height: 132px; display: flex; align-items: center; gap: 16px; color: rgba(255,255,255,.58); font-size: 9px; letter-spacing: .2em; text-transform: uppercase; transform: rotate(-90deg); transform-origin: left bottom; }
.scroll-cue i { width: 48px; height: 1px; background: var(--gold); }
@keyframes riseIn { from { opacity: 0; transform: translateY(30px); } to { opacity: 1; transform: translateY(0); } }

.stat-band { background: #fff; border-bottom: 1px solid var(--line); }
.stat-grid { display: grid; grid-template-columns: repeat(3, 1fr); }
.stat { min-height: 178px; padding: 36px 46px; display: grid; grid-template-columns: auto 1fr; align-content: center; border-right: 1px solid var(--line); }
.stat:first-child { border-left: 1px solid var(--line); }
.stat strong { font-family: Georgia, serif; font-size: 58px; font-weight: 400; letter-spacing: -.05em; }
.stat > span { margin: 8px 0 0 6px; color: var(--gold); font-family: Georgia, serif; font-size: 22px; }
.stat p { grid-column: 1 / -1; margin: 4px 0 0; color: var(--muted); font-size: 12px; line-height: 1.5; letter-spacing: .09em; text-transform: uppercase; }

@media (min-width: 901px) {
  .stat { min-height: 92px; padding: 10px 46px; }
  .stat strong { font-size: 46px; line-height: 1; }
  .stat > span { margin-top: 1px; font-size: 18px; line-height: 1; }
  .stat p { margin-top: 5px; font-size: 11px; line-height: 1.3; }
}

.about-section { background: var(--paper); }
.about-grid { display: grid; grid-template-columns: 1.05fr .95fr; gap: clamp(70px, 9vw, 150px); align-items: center; }
.about-visual { position: relative; min-height: 650px; }
.image-frame { overflow: hidden; background: #d7d2ca; }
.image-frame img { width: 100%; height: 100%; object-fit: cover; transition: transform 1s ease; }
.about-visual:hover img { transform: scale(1.025); }
.main-image { width: 82%; height: 560px; }
.main-image img { object-position: center; }
.inset-image { position: absolute; width: 48%; height: 265px; right: 0; bottom: 0; border: 10px solid var(--paper); }
.image-caption { position: absolute; left: 38px; bottom: 22px; display: flex; align-items: flex-start; gap: 12px; padding: 16px 18px; color: white; background: rgba(8,23,35,.86); backdrop-filter: blur(10px); }
.image-caption span { color: var(--gold-light); font-size: 10px; }
.image-caption p { margin: 0; font-family: Georgia, serif; font-size: 16px; line-height: 1.3; }
.about-copy { max-width: 560px; }
.about-copy h2 { margin-bottom: 38px; }
.about-copy > p:not(.eyebrow) { color: var(--muted); font-size: 17px; line-height: 1.8; }
.about-copy .lead-copy { color: var(--ink) !important; font-size: 19px !important; }
.dark-link { margin-top: 22px; border-color: var(--line); }
.dark-link span { color: #967124; }

.services-section { background: #ebe6dd; }
.services-header, .insights-header { display: grid; grid-template-columns: 1.2fr .7fr; gap: 90px; align-items: end; margin-bottom: 70px; }
.services-header h2, .insights-header h2 { max-width: 790px; margin-bottom: 0; }
.services-header > p, .insights-header > p { margin-bottom: 10px; color: var(--muted); font-size: 17px; line-height: 1.75; }
.services-layout { display: grid; grid-template-columns: .95fr 1.05fr; min-height: 620px; background: white; }
.service-list { padding: 24px 54px; }
.service-list button { position: relative; width: 100%; min-height: 92px; display: grid; grid-template-columns: 44px 1fr 24px; align-items: center; gap: 16px; padding: 0; border: 0; border-bottom: 1px solid var(--line); text-align: left; color: var(--ink); background: transparent; cursor: pointer; }
.service-list button::before { content: ""; position: absolute; left: -54px; width: 3px; height: 0; background: var(--gold); transition: height .25s; }
.service-list button.active::before { height: 46px; }
.service-number { color: #756b5c; font-size: 12px; letter-spacing: .08em; }
.service-list button > span:nth-child(2) { font-family: Georgia, serif; font-size: 21px; transition: color .2s, transform .2s; }
.service-list button i { color: #9c8c73; font-style: normal; opacity: 0; transform: translate(-6px, 6px); transition: .2s; }
.service-list button.active > span:nth-child(2), .service-list button:hover > span:nth-child(2) { color: #8d6923; transform: translateX(4px); }
.service-list button.active i, .service-list button:hover i { opacity: 1; transform: none; }
.service-feature { position: relative; overflow: hidden; min-height: 620px; background: var(--navy); }
.service-feature > img { width: 100%; height: 100%; object-fit: cover; opacity: .8; }
.service-feature::after { content: ""; position: absolute; inset: 0; background: linear-gradient(0deg, rgba(4,15,23,.96) 0%, rgba(4,15,23,.18) 75%); }
.service-overlay { position: absolute; z-index: 2; left: 58px; right: 58px; bottom: 52px; color: white; }
.service-overlay > p { color: var(--gold-light); font-size: 11px; letter-spacing: .18em; }
.service-overlay h3 { max-width: 600px; margin-bottom: 16px; font-family: Georgia, serif; font-size: 42px; font-weight: 400; line-height: 1.08; }
.service-overlay > span { display: block; max-width: 560px; color: rgba(255,255,255,.76); font-size: 16px; line-height: 1.7; }
.service-overlay a { min-height: 44px; display: inline-flex; align-items: center; gap: 16px; margin-top: 20px; padding-bottom: 5px; border-bottom: 1px solid rgba(255,255,255,.38); font-size: 12px; font-weight: 650; letter-spacing: .1em; text-transform: uppercase; }
.service-overlay a b { color: var(--gold-light); }

.strength-section { position: relative; min-height: 800px; padding-bottom: 120px; color: white; background: var(--navy); }
.strength-backdrop, .strength-shade { position: absolute; inset: 0; }
.strength-backdrop img { width: 100%; height: 100%; object-fit: cover; }
.strength-shade { background: linear-gradient(90deg, rgba(4,16,24,.96), rgba(4,16,24,.62)), linear-gradient(0deg, rgba(4,16,24,.8), transparent); }
.strength-content { position: relative; z-index: 2; }
.strength-content > h2 { max-width: 830px; margin-bottom: 90px; font-size: clamp(48px, 5.4vw, 78px); }
.strength-grid { display: grid; grid-template-columns: repeat(3, 1fr); border-top: 1px solid rgba(255,255,255,.28); }
.strength-grid article { min-height: 270px; padding: 36px 42px 10px 0; border-right: 1px solid rgba(255,255,255,.2); }
.strength-grid article + article { padding-left: 42px; }
.strength-grid article:last-child { border-right: 0; }
.strength-grid article > span { color: var(--gold-light); font-size: 12px; letter-spacing: .12em; }
.strength-grid h3 { margin: 60px 0 18px; font-family: Georgia, serif; font-size: 25px; font-weight: 400; }
.strength-grid p { max-width: 340px; margin: 0; color: rgba(255,255,255,.72); font-size: 15px; line-height: 1.75; }

.approach-section { color: var(--ink); background: #eee8df; }
.approach-layout { display: grid; grid-template-columns: .86fr 1.14fr; gap: clamp(70px, 9vw, 145px); align-items: start; }
.approach-heading { position: sticky; top: 130px; }
.approach-heading h2 { max-width: 620px; margin-bottom: 0; font-size: clamp(46px, 4.7vw, 68px); }
.approach-intro { max-width: 700px; margin: 0 0 52px; color: #3f4b51; font-family: Georgia, "Times New Roman", serif; font-size: 22px; line-height: 1.62; }
.approach-steps { margin: 0; padding: 0; list-style: none; border-top: 1px solid var(--line); }
.approach-steps li { min-height: 180px; padding: 34px 0; display: grid; grid-template-columns: 58px 1fr; gap: 24px; border-bottom: 1px solid var(--line); }
.approach-steps li > span { padding-top: 6px; color: #8a6826; font-size: 11px; font-weight: 700; letter-spacing: .12em; }
.approach-steps h3 { margin: 0 0 13px; font-family: Georgia, "Times New Roman", serif; font-size: 28px; font-weight: 400; line-height: 1.25; }
.approach-steps p { max-width: 620px; margin: 0; color: var(--muted); font-size: 16px; line-height: 1.78; }

.network-section { background: #f7f5f1; }
.network-grid { display: grid; grid-template-columns: .78fr 1.22fr; gap: clamp(54px, 6vw, 96px); align-items: center; }
.network-copy h2 span { display: block; }
.network-copy > p:not(.eyebrow) { max-width: 500px; color: var(--muted); font-size: 17px; line-height: 1.8; }
.region-list { display: grid; grid-template-columns: repeat(2, 1fr); margin-top: 44px; border-top: 1px solid var(--line); }
.region-list button { min-height: 52px; padding: 13px 8px 13px 0; display: grid; grid-template-columns: 34px 1fr; align-items: center; border: 0; border-bottom: 1px solid var(--line); color: var(--ink); background: transparent; text-align: left; cursor: pointer; transition: color .25s, padding-left .25s, background .25s; }
.region-list button:nth-child(odd) { margin-right: 24px; }
.region-list button:hover, .region-list button:focus-visible, .region-list button[aria-pressed="true"] { padding-left: 8px; color: #7b5a17; background: rgba(211,164,70,.08); }
.region-list i { color: #8a6a2a; font-size: 11px; font-style: normal; }
.region-list span { font-size: 14px; }
.network-visual { --map-x: 50%; --map-y: 50%; position: relative; min-height: 570px; overflow: hidden; color: white; background: #071722; border: 1px solid rgba(211,164,70,.24); box-shadow: 0 28px 70px rgba(5,18,27,.16); isolation: isolate; }
.world-network-map { position: absolute; inset: 0; z-index: 1; width: 100%; height: 100%; display: block; }
.map-surface { fill: url(#g70-map-radial); }
.map-graticule { fill: none; stroke: rgba(255,255,255,.075); stroke-width: .7; }
.map-land { fill: #173246; stroke: rgba(184,207,219,.18); stroke-width: .55; }
.map-region-shape { fill: rgba(222,178,86,0); stroke: rgba(239,205,132,0); stroke-width: 1.2; cursor: pointer; transition: fill .3s ease, stroke .3s ease, filter .3s ease; }
.map-region-shape:hover, .map-region-shape.is-active { fill: rgba(225,178,78,.55); stroke: rgba(255,224,158,.95); filter: url(#g70-map-glow); }
.map-route-lines path { fill: none; stroke: rgba(227,189,106,.24); stroke-width: 1.1; stroke-dasharray: 4 7; vector-effect: non-scaling-stroke; transition: stroke .3s, opacity .3s; }
.map-route-lines path.is-active { stroke: rgba(246,208,124,.95); stroke-width: 1.5; animation: mapRouteFlow 2s linear infinite; }
.map-node { cursor: pointer; }
.map-node-target { fill: transparent; pointer-events: all; }
.map-node-ring { fill: rgba(224,177,78,.08); stroke: rgba(235,197,115,.54); stroke-width: 1.2; transition: r .3s ease, fill .3s ease, stroke .3s ease; }
.map-node-core { fill: #efd18a; transition: transform .3s ease, fill .3s ease; }
.map-node:hover .map-node-ring, .map-node.is-active .map-node-ring { r: 15px; fill: rgba(224,177,78,.2); stroke: #f4d28a; filter: url(#g70-map-glow); }
.map-node:hover .map-node-core, .map-node.is-active .map-node-core { fill: white; transform: scale(1.35); }
.map-labels { position: absolute; inset: 0; z-index: 4; pointer-events: none; }
.map-label { position: absolute; left: var(--map-left); top: var(--map-top); min-height: 34px; padding: 7px 10px; transform: translate(-50%, -145%); color: rgba(255,255,255,.72); border: 1px solid rgba(255,255,255,.14); background: rgba(5,20,30,.7); backdrop-filter: blur(8px); font-size: 10px; line-height: 1; letter-spacing: .05em; white-space: nowrap; pointer-events: auto; cursor: pointer; transition: color .25s, border-color .25s, background .25s, transform .25s; }
.map-label[data-map-region="hong-kong"] { transform: translate(12%, 10%); }
.map-label[data-map-region="singapore"] { transform: translate(-50%, 24%); }
.map-label[data-map-region="japan"] { transform: translate(12%, -132%); }
.map-label:hover, .map-label:focus-visible, .map-label[aria-pressed="true"] { color: #fff3d6; border-color: rgba(239,202,123,.88); background: rgba(142,99,24,.76); transform: translate(-50%, -155%); }
.map-label[data-map-region="hong-kong"]:hover, .map-label[data-map-region="hong-kong"]:focus-visible, .map-label[data-map-region="hong-kong"][aria-pressed="true"] { transform: translate(12%, 0); }
.map-label[data-map-region="singapore"]:hover, .map-label[data-map-region="singapore"]:focus-visible, .map-label[data-map-region="singapore"][aria-pressed="true"] { transform: translate(-50%, 14%); }
.map-label[data-map-region="japan"]:hover, .map-label[data-map-region="japan"]:focus-visible, .map-label[data-map-region="japan"][aria-pressed="true"] { transform: translate(12%, -142%); }
.map-cursor-glow { position: absolute; z-index: 2; left: 0; top: 0; width: 260px; height: 260px; margin: -130px 0 0 -130px; border-radius: 50%; background: radial-gradient(circle, rgba(218,172,73,.2), rgba(218,172,73,0) 70%); opacity: 0; pointer-events: none; transform: translate3d(0,0,0); transition: opacity .25s; will-change: transform; }
.network-visual:hover .map-cursor-glow { opacity: 1; }
.map-readout { position: absolute; z-index: 4; left: 34px; bottom: 30px; min-width: 210px; padding: 17px 20px 15px; border-left: 2px solid var(--gold); background: rgba(4,17,26,.72); backdrop-filter: blur(12px); pointer-events: none; }
.map-readout span { display: block; margin-bottom: 6px; color: rgba(239,205,132,.72); font-size: 9px; letter-spacing: .18em; }
.map-readout strong { font-family: Georgia, "Times New Roman", serif; font-size: 22px; font-weight: 400; }
@keyframes mapRouteFlow { to { stroke-dashoffset: -22; } }

.ecosystem-section { color: white; background: var(--navy); }
.ecosystem-header { display: grid; grid-template-columns: 1.15fr .65fr; gap: 100px; align-items: end; margin-bottom: 72px; }
.ecosystem-header h2 { max-width: 820px; margin-bottom: 0; }
.ecosystem-header > p { margin: 0 0 8px; color: rgba(255,255,255,.72); font-size: 17px; line-height: 1.8; }
.ecosystem-statement { margin-bottom: 0; padding-top: 12px; padding-bottom: 12px; }
.ecosystem-layout { display: grid; grid-template-columns: 1.1fr .9fr; border-top: 1px solid rgba(255,255,255,.2); border-bottom: 1px solid rgba(255,255,255,.2); }
.ecosystem-panel { padding: 42px 52px 48px 0; }
.ecosystem-panel + .ecosystem-panel { padding-right: 0; padding-left: 52px; border-left: 1px solid rgba(255,255,255,.2); }
.ecosystem-panel-heading { display: flex; align-items: flex-start; gap: 24px; margin-bottom: 38px; }
.ecosystem-panel-heading > span { padding-top: 7px; color: var(--gold-light); font-size: 11px; letter-spacing: .12em; }
.ecosystem-panel-heading h3 { max-width: 440px; margin: 0; font-family: Georgia, "Times New Roman", serif; font-size: 27px; font-weight: 400; line-height: 1.2; }
.shareholder-list { margin: 0; padding: 0; display: grid; grid-template-columns: repeat(2, 1fr); column-gap: 30px; list-style: none; }
.shareholder-list li { min-height: 42px; padding: 10px 0; display: grid; grid-template-columns: 28px 1fr; align-items: start; border-top: 1px solid rgba(255,255,255,.12); }
.shareholder-list i { color: rgba(241,209,136,.75); font-size: 10px; font-style: normal; letter-spacing: .06em; }
.shareholder-list span { color: rgba(255,255,255,.82); font-size: 14px; line-height: 1.5; }
.institution-groups { display: grid; grid-template-columns: 1fr 1fr; gap: 34px; }
.institution-groups h4 { margin: 0 0 18px; color: var(--gold-light); font-size: 12px; font-weight: 650; letter-spacing: .15em; }
.institution-groups ul { margin: 0; padding: 0; list-style: none; }
.institution-groups li { padding: 11px 0; color: rgba(255,255,255,.82); border-top: 1px solid rgba(255,255,255,.12); font-family: Georgia, "Times New Roman", serif; font-size: 16px; line-height: 1.4; }
.ecosystem-note { margin-top: 26px; color: rgba(255,255,255,.55); font-size: 11px; line-height: 1.65; letter-spacing: .03em; }

.insights-section { background: #f7f5f1; }
.insights-heading { display: grid; grid-template-columns: minmax(0, 1fr) auto; gap: 64px; align-items: end; margin-bottom: 72px; }
.insights-heading h2 { max-width: 850px; margin-bottom: 24px; }
.insights-intro { max-width: 720px; margin: 0; color: var(--muted); font-size: 17px; line-height: 1.75; }
.insights-action { min-height: 58px; padding: 0 28px; display: inline-flex; align-items: center; justify-content: center; border: 1px solid var(--line); border-radius: 999px; background: rgba(255,255,255,.42); font-size: 14px; font-weight: 700; letter-spacing: .02em; transition: color .25s, border-color .25s, background .25s; }
.insights-action:hover { color: #765717; border-color: var(--gold); background: white; }
.insight-grid { padding-bottom: 8px; display: flex; gap: 30px; overflow-x: auto; overflow-y: hidden; overscroll-behavior-inline: contain; scroll-snap-type: x mandatory; scrollbar-width: none; touch-action: pan-x pan-y pinch-zoom; -webkit-overflow-scrolling: touch; }
.insight-grid::-webkit-scrollbar { display: none; }
.insight-grid:focus-visible { outline: 2px solid var(--gold); outline-offset: 5px; }
.insight-carousel-controls { margin-top: 20px; display: flex; align-items: center; justify-content: space-between; gap: 18px; }
.insight-carousel-controls > span { color: var(--muted); font-size: 12px; letter-spacing: .04em; }
.insight-carousel-controls > div { display: flex; align-items: center; gap: 8px; }
.insight-carousel-controls button { width: 44px; height: 44px; padding: 0; display: grid; place-items: center; border: 1px solid rgba(13,27,36,.22); color: var(--ink); background: rgba(255,255,255,.72); cursor: pointer; font-size: 18px; transition: color .2s ease, border-color .2s ease, background-color .2s ease, opacity .2s ease; }
.insight-carousel-controls button:hover, .insight-carousel-controls button:focus-visible { color: var(--navy); border-color: var(--gold); background: var(--gold-light); }
.insight-carousel-controls button:disabled { opacity: .32; cursor: default; }
.insight-carousel-status { min-width: 44px; color: #866522; font-size: 12px; font-variant-numeric: tabular-nums; text-align: center; }
.insight-card { min-width: 0; flex: 0 0 calc((100% - 60px) / 3); scroll-snap-align: start; scroll-snap-stop: always; background: white; border: 1px solid var(--line); transition: transform .35s ease, border-color .35s ease, box-shadow .35s ease; }
.insight-card:hover { transform: translateY(-5px); border-color: rgba(170,126,37,.52); box-shadow: 0 18px 42px rgba(12,27,36,.08); }
.insight-card > a { height: 100%; display: flex; flex-direction: column; }
.insight-image { position: relative; height: 270px; overflow: hidden; background: #d2d2cd; }
.insight-image img { width: 100%; height: 100%; object-fit: cover; object-position: center 58%; filter: saturate(.9) contrast(1.02); transition: transform .6s ease, filter .6s ease; }
.insight-card:hover .insight-image img { transform: scale(1.035); filter: saturate(1) contrast(1.03); }
.insight-tag { position: absolute; left: 22px; bottom: 20px; padding: 8px 13px; color: var(--gold-light); background: rgba(40,20,22,.78); backdrop-filter: blur(8px); font-size: 11px; font-weight: 700; letter-spacing: .12em; text-transform: uppercase; }
.insight-body { min-height: 330px; padding: 28px 30px 26px; display: flex; flex-direction: column; }
.insight-body h3 { min-height: 68px; margin: 0 0 16px; font-family: Georgia, "Times New Roman", serif; font-size: 25px; font-weight: 400; line-height: 1.34; }
.insight-body > p { margin: 0; color: var(--muted); font-size: 16px; line-height: 1.72; }
.insight-meta { margin-top: auto; padding-top: 28px; display: flex; align-items: center; justify-content: space-between; gap: 18px; color: #7c756b; border-top: 1px solid rgba(13,27,36,.1); font-size: 13px; }
.read-link { min-height: 44px; display: inline-flex; align-items: center; color: #8a6622; font-size: 12px; font-weight: 700; letter-spacing: .05em; text-transform: uppercase; }

.contact-section { position: relative; min-height: 600px; display: grid; place-items: center; color: white; }
.contact-background, .contact-shade { position: absolute; inset: 0; }
.contact-background img { width: 100%; height: 100%; object-fit: cover; }
.contact-shade { background: rgba(5,19,29,.76); }
.contact-content { position: relative; z-index: 2; max-width: 930px; text-align: center; }
.contact-content h2 { margin-bottom: 45px; padding-bottom: .08em; font-size: clamp(48px, 5.6vw, 78px); }
.contact-details { max-width: 830px; margin: 30px auto 0; padding-top: 24px; display: grid; grid-template-columns: .9fr .65fr 1.45fr; border-top: 1px solid rgba(255,255,255,.18); }
.contact-details p { min-height: 58px; margin: 0; padding: 0 20px; display: flex; flex-direction: column; gap: 8px; border-right: 1px solid rgba(255,255,255,.14); }
.contact-details p:first-child { padding-left: 0; }
.contact-details p:last-child { padding-right: 0; border-right: 0; }
.contact-details span { color: rgba(255,255,255,.62); font-size: 11px; letter-spacing: .1em; text-transform: uppercase; }
.contact-details a, .contact-details b { min-height: 44px; display: inline-flex; align-items: center; color: var(--gold-light); font-size: 14px; font-weight: 400; line-height: 1.55; }

.site-footer { padding: 76px 0 26px; color: rgba(255,255,255,.7); background: #06131c; }
.footer-top { display: grid; grid-template-columns: 1fr 1fr 1fr; align-items: center; padding-bottom: 62px; }
.footer-top > img { width: 300px; height: auto; padding: 0; background: transparent; filter: drop-shadow(0 8px 24px rgba(0,0,0,.18)); }
.footer-identity { text-align: center; }
.footer-identity p { margin: 0 0 8px; font-family: Georgia, serif; font-size: 17px; }
.footer-identity a { min-height: 44px; display: flex; align-items: center; justify-content: center; margin-top: 2px; color: var(--gold-light); font-size: 13px; letter-spacing: .05em; }
.footer-links { display: flex; justify-content: flex-end; gap: 28px; font-size: 13px; }
.footer-links a { min-width: 44px; min-height: 44px; display: inline-flex; align-items: center; justify-content: center; }
.footer-bottom { padding-top: 24px; display: grid; grid-template-columns: 1fr 1fr 1fr; border-top: 1px solid rgba(255,255,255,.14); font-size: 11px; line-height: 1.5; letter-spacing: .07em; text-transform: uppercase; }
.footer-bottom span:nth-child(2) { text-align: center; color: rgba(255,255,255,.36); }
.footer-bottom a { text-align: right; color: var(--gold-light); }
.footer-legal { padding-top: 12px; display: flex; justify-content: center; gap: 14px 22px; color: rgba(255,255,255,.6); font-size: 11px; letter-spacing: .06em; text-transform: uppercase; }
.footer-legal a, .footer-bottom a { min-height: 44px; display: inline-flex; align-items: center; }
.footer-legal a:hover { color: var(--gold-light); }

.bot-launcher { position: fixed; z-index: 100011; right: 28px; bottom: 28px; width: 64px; height: 64px; padding: 0; border: 1px solid rgba(255,255,255,.28); border-radius: 50%; color: white; background: var(--navy); box-shadow: 0 18px 40px rgba(5,18,27,.28); cursor: grab; touch-action: none; user-select: none; -webkit-user-select: none; transition: transform .25s, box-shadow .25s; }
.bot-launcher:hover { transform: translateY(-4px); box-shadow: 0 22px 48px rgba(5,18,27,.34); }
.bot-launcher.is-dragging { cursor: grabbing; transform: scale(1.04); box-shadow: 0 26px 58px rgba(5,18,27,.4); transition: none; }
.bot-launcher.is-positioned:hover { transform: none; }
.bot-spark { display: block; color: var(--gold-light); font-size: 21px; line-height: 18px; }
.bot-label { display: block; font-size: 11px; letter-spacing: .1em; }
.bot-launcher::after { content: ""; position: absolute; top: 4px; right: 5px; width: 9px; height: 9px; border: 2px solid white; border-radius: 50%; background: #4eb980; }
.bot-panel { position: fixed; z-index: 100010; right: 28px; bottom: 104px; width: min(390px, calc(100vw - 32px)); overflow: hidden; border: 1px solid rgba(8,23,35,.12); border-radius: 4px; background: #f9f7f2; box-shadow: 0 30px 90px rgba(3,17,26,.3); animation: botIn .3s ease both; }
@keyframes botIn { from { opacity: 0; transform: translateY(16px) scale(.97); } to { opacity: 1; transform: none; } }
.bot-header { min-height: 80px; padding: 15px 18px; display: flex; align-items: center; gap: 12px; color: white; background: var(--navy); }
.bot-avatar { width: 48px; height: 48px; padding: 5px; display: grid; place-items: center; overflow: hidden; flex: 0 0 auto; border: 1px solid rgba(214,169,77,.72); border-radius: 50%; background: rgba(255,255,255,.04); box-shadow: 0 6px 18px rgba(0,0,0,.14); }
.bot-avatar img { width: 100%; height: 100%; object-fit: contain; }
.bot-header > div:nth-child(2) { display: flex; flex-direction: column; gap: 4px; }
.bot-header strong { font-family: Georgia, serif; font-size: 16px; font-weight: 400; }
.bot-header div > span { color: rgba(255,255,255,.7); font-size: 11px; letter-spacing: .06em; }
.bot-header div > span i { display: inline-block; width: 6px; height: 6px; margin-right: 5px; border-radius: 50%; background: #4eb980; }
.bot-header > button { width: 44px; height: 44px; margin-left: auto; border: 0; color: var(--gold-light); background: none; cursor: pointer; font-size: 24px; font-weight: 200; }
.bot-messages { max-height: 255px; min-height: 145px; padding: 18px; overflow-y: auto; display: flex; flex-direction: column; gap: 10px; background: #f3f0e9; }
.message { max-width: 88%; padding: 12px 14px; border-radius: 2px 12px 12px 12px; font-size: 14px; line-height: 1.55; }
.message.assistant { align-self: flex-start; color: #344149; background: white; box-shadow: 0 5px 16px rgba(8,23,35,.06); }
.message.user { align-self: flex-end; border-radius: 12px 2px 12px 12px; color: white; background: var(--navy-soft); }
.typing { display: flex; gap: 4px; }
.typing i { width: 5px; height: 5px; border-radius: 50%; background: #839096; animation: blink 1s infinite; }
.typing i:nth-child(2) { animation-delay: .16s; }.typing i:nth-child(3) { animation-delay: .32s; }
@keyframes blink { 50% { opacity: .25; } }
.bot-suggestions { padding: 14px 18px 10px; display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 0 12px; background: white; }
.bot-suggestions p { grid-column: 1 / -1; margin-bottom: 8px; color: #68747a; font-size: 11px; letter-spacing: .08em; text-transform: uppercase; }
.bot-suggestions button { width: 100%; min-height: 52px; padding: 9px 0; display: flex; align-items: center; justify-content: space-between; gap: 8px; border: 0; border-top: 1px solid rgba(8,23,35,.1); color: #283840; text-align: left; background: transparent; cursor: pointer; font-size: 12px; line-height: 1.35; }
.bot-suggestions button span { color: #a37b2d; font-size: 17px; line-height: 10px; }
.bot-input { margin: 0 18px; height: 54px; padding: 0 5px 0 12px; display: flex; align-items: center; border: 1px solid rgba(8,23,35,.15); background: #f8f6f2; }
.bot-input input { min-width: 0; flex: 1; border: 0; outline: 0; color: #283840; background: transparent; font: inherit; font-size: 16px; }
.bot-input input::placeholder { color: #92999d; opacity: 1; }
.bot-input button { width: 44px; height: 44px; margin-left: auto; border: 0; border-radius: 50%; color: white; background: var(--gold); cursor: pointer; }
.bot-input button:disabled { opacity: .45; cursor: not-allowed; }
.bot-disclaimer { margin: 8px 18px 12px; color: #747e83; font-size: 11px; line-height: 1.5; text-align: center; }

.legal-hero { min-height: 520px; padding: 190px 0 90px; color: white; background: var(--navy); }
.legal-hero h1 { max-width: 900px; margin: 0 0 30px; padding-bottom: .08em; font-family: Georgia, "Times New Roman", serif; font-size: clamp(56px, 7vw, 96px); font-weight: 400; letter-spacing: -.04em; line-height: .98; }
.legal-hero > .container > p:last-child { max-width: 760px; margin: 0; color: rgba(255,255,255,.64); font-size: 16px; line-height: 1.8; }
.legal-content-section { background: var(--paper); }
.legal-layout { display: grid; grid-template-columns: 220px 1fr; gap: 100px; align-items: start; }
.legal-layout > aside { position: sticky; top: 110px; display: flex; flex-direction: column; }
.legal-layout > aside > span { margin-bottom: 16px; color: #806024; font-size: 11px; font-weight: 650; letter-spacing: .15em; }
.legal-layout > aside a { padding: 12px 0; color: var(--muted); border-bottom: 1px solid var(--line); font-family: Georgia, "Times New Roman", serif; font-size: 16px; }
.legal-layout > aside a.active { color: var(--ink); border-color: var(--gold); }
.legal-document { max-width: 850px; }
.legal-document > section { padding: 0 0 42px; margin-bottom: 42px; display: grid; grid-template-columns: 50px 1fr; gap: 24px; border-bottom: 1px solid var(--line); }
.legal-document > section > span { padding-top: 8px; color: #8b6827; font-size: 11px; letter-spacing: .08em; }
.legal-document h2 { margin: 0 0 16px; font-size: 32px; letter-spacing: -.02em; }
.legal-document p { margin: 0; color: #56646c; font-size: 17px; line-height: 1.85; }
.legal-document .legal-updated { color: #746a5c; font-size: 11px; letter-spacing: .06em; text-transform: uppercase; }

/* Corporate profile and perspectives */
.g70-longform-main { background: var(--paper); }
.content-hero { min-height: 660px; padding: 210px 0 110px; display: flex; align-items: flex-end; color: white; background: var(--navy); }
.company-hero { background: linear-gradient(105deg, rgba(5,18,27,.96), rgba(5,18,27,.76)), url("../images/global-city.webp") center 42% / cover; }
.insights-hero { background: linear-gradient(105deg, rgba(5,18,27,.96), rgba(5,18,27,.76)), url("../images/market-gold-bars.webp") center 55% / cover; }
.content-hero-layout { display: grid; grid-template-columns: 1.28fr .72fr; gap: clamp(60px, 9vw, 150px); align-items: end; }
.content-hero h1 { max-width: 900px; margin: 0; font-size: clamp(58px, 7vw, 104px); line-height: .98; }
.content-hero-layout > p { max-width: 510px; margin: 0 0 8px; color: rgba(255,255,255,.76); font-size: 19px; line-height: 1.8; }
.company-positioning { background: #faf8f3; }
.company-positioning-grid { display: grid; grid-template-columns: 1fr .86fr; gap: clamp(70px, 10vw, 160px); align-items: start; }
.company-positioning h2 { max-width: 760px; margin-bottom: 36px; }
.longform-lead { max-width: 760px; color: #53616a; font-size: 20px; line-height: 1.9; }
.company-role-grid { border-top: 1px solid var(--line); }
.company-role-grid article { padding: 38px 0; border-bottom: 1px solid var(--line); }
.company-role-grid span, .company-layer-grid > article > span, .company-capability-grid > article > span { color: #946f29; font-size: 11px; letter-spacing: .12em; }
.company-role-grid h3 { margin: 18px 0 12px; font-family: Georgia, serif; font-size: 30px; font-weight: 400; }
.company-role-grid p { margin: 0; color: var(--muted); font-size: 17px; line-height: 1.75; }
.company-model { color: white; background: var(--navy); }
.longform-section-heading { max-width: 850px; margin-bottom: 66px; }
.longform-section-heading h2 { margin-bottom: 26px; }
.longform-section-heading > p:last-child { max-width: 720px; margin: 0; color: rgba(255,255,255,.66); font-size: 18px; line-height: 1.8; }
.longform-section-heading.dark-heading > p:last-child { color: var(--muted); }
.company-layer-grid { display: grid; grid-template-columns: repeat(3, 1fr); border-top: 1px solid rgba(255,255,255,.18); border-bottom: 1px solid rgba(255,255,255,.18); }
.company-layer-grid article { min-height: 340px; padding: 42px 36px; border-right: 1px solid rgba(255,255,255,.18); }
.company-layer-grid article:last-child { border-right: 0; }
.company-layer-grid h3 { margin: 80px 0 18px; font-family: Georgia, serif; font-size: 31px; font-weight: 400; }
.company-layer-grid p { margin: 0; color: rgba(255,255,255,.65); font-size: 16px; line-height: 1.75; }
.company-capabilities { background: #fff; }
.company-capability-grid { display: grid; grid-template-columns: 1fr 1fr; border-top: 1px solid var(--line); }
.company-capability-grid article { min-height: 190px; padding: 34px 38px 34px 0; display: grid; grid-template-columns: 48px 1fr; gap: 18px; border-bottom: 1px solid var(--line); }
.company-capability-grid article:nth-child(odd) { border-right: 1px solid var(--line); }
.company-capability-grid article:nth-child(even) { padding-left: 38px; }
.company-capability-grid h3 { margin: 0 0 12px; font-family: Georgia, serif; font-size: 27px; font-weight: 400; }
.company-capability-grid p { margin: 0; color: var(--muted); font-size: 16px; line-height: 1.75; }
.company-scale { background: var(--paper); }
.company-scale-grid { display: grid; grid-template-columns: repeat(3, 1fr); border-top: 1px solid var(--line); border-bottom: 1px solid var(--line); }
.company-scale-grid article { min-height: 260px; padding: 42px; border-right: 1px solid var(--line); }
.company-scale-grid article:last-child { border-right: 0; }
.company-scale-grid strong { display: block; margin-bottom: 58px; color: var(--ink); font-family: Georgia, serif; font-size: clamp(50px, 5vw, 76px); font-weight: 400; letter-spacing: -.04em; }
.company-scale-grid p { max-width: 300px; margin: 0; color: var(--muted); font-size: 14px; line-height: 1.65; text-transform: uppercase; letter-spacing: .05em; }
.company-disclosure { color: white; background: #10242f; }
.disclosure-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 70px; }
.disclosure-grid article { padding-top: 30px; border-top: 1px solid rgba(255,255,255,.2); }
.disclosure-grid h3 { margin-bottom: 28px; font-family: Georgia, serif; font-size: 30px; font-weight: 400; }
.disclosure-grid h4 { margin: 30px 0 12px; color: var(--gold-light); font-size: 11px; letter-spacing: .12em; text-transform: uppercase; }
.disclosure-grid ul { margin: 0; padding: 0; display: grid; grid-template-columns: 1fr 1fr; gap: 0 24px; list-style: none; }
.disclosure-grid li { padding: 10px 0; color: rgba(255,255,255,.68); border-bottom: 1px solid rgba(255,255,255,.1); font-size: 14px; }
.source-note { margin: 54px 0 0; padding-top: 24px; color: rgba(255,255,255,.48); border-top: 1px solid rgba(255,255,255,.15); font-size: 12px; line-height: 1.7; }
.longform-cta { padding: 90px 0; color: white; background: #07131d; border-top: 1px solid rgba(255,255,255,.14); }
.longform-cta .container { display: flex; align-items: center; justify-content: space-between; gap: 60px; }
.longform-cta h2 { margin-bottom: 14px; font-size: 48px; }
.longform-cta p { max-width: 720px; margin: 0; color: rgba(255,255,255,.65); font-size: 17px; }
.editorial-index { background: #faf8f3; }
.editorial-index-heading { margin-bottom: 42px; padding-bottom: 18px; display: flex; justify-content: space-between; border-bottom: 1px solid var(--line); font-size: 12px; font-weight: 700; letter-spacing: .12em; text-transform: uppercase; }
.editorial-index-heading p { margin: 0; color: var(--muted); }
.editorial-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 28px; }
.editorial-card { background: #fff; border: 1px solid rgba(13,27,36,.12); transition: transform .3s ease, box-shadow .3s ease; }
.editorial-card:hover { transform: translateY(-6px); box-shadow: 0 24px 60px rgba(5,18,27,.1); }
.editorial-card-image { position: relative; height: 290px; overflow: hidden; }
.editorial-card-image img { width: 100%; height: 100%; object-fit: cover; transition: transform .6s ease; }
.editorial-card:hover img { transform: scale(1.035); }
.editorial-card-image span { position: absolute; left: 22px; bottom: 20px; padding: 8px 12px; color: var(--gold-light); background: rgba(34,18,20,.82); font-size: 10px; font-weight: 700; letter-spacing: .12em; }
.editorial-card-body { min-height: 440px; padding: 28px 30px 30px; display: flex; flex-direction: column; }
.editorial-card-body time { color: #7b756d; font-size: 12px; }
.editorial-review-pill { align-self: flex-start; margin-top: 12px; padding: 6px 9px; color: #745516; border: 1px solid rgba(170,126,42,.32); background: #fbf5e8; font-size: 10px; font-weight: 700; letter-spacing: .08em; }
.editorial-card-body h2 { margin: 24px 0 18px; font-size: 36px; line-height: 1.12; }
.editorial-card-body p { color: var(--muted); font-size: 16px; line-height: 1.75; }
.editorial-card-body b { margin-top: auto; padding-top: 22px; color: #8a6622; border-top: 1px solid var(--line); font-size: 12px; letter-spacing: .08em; text-transform: uppercase; }
.perspective-header { padding: 170px 0 88px; color: white; background: var(--navy); }
.perspective-header-grid { display: grid; grid-template-columns: 1.1fr .9fr; gap: 90px; align-items: center; }
.perspective-header-grid > div > a { min-height: 44px; display: inline-flex; align-items: center; margin-bottom: 50px; color: rgba(255,255,255,.62); border-bottom: 1px solid rgba(255,255,255,.28); font-size: 12px; letter-spacing: .08em; text-transform: uppercase; }
.perspective-header h1 { margin: 0 0 32px; font-size: clamp(54px, 6.2vw, 90px); line-height: 1; }
.perspective-header time { color: rgba(255,255,255,.56); font-size: 13px; letter-spacing: .06em; }
.perspective-review-note { display: inline-flex; margin: 18px 0 0; padding: 8px 12px; color: var(--gold-light); border: 1px solid rgba(221,173,74,.45); font-size: 11px; font-weight: 700; letter-spacing: .08em; }
.perspective-header img { width: 100%; height: 520px; object-fit: cover; }
.perspective-body { max-width: 1020px; padding-top: 110px; padding-bottom: 120px; }
.perspective-deck { max-width: 880px; margin: 0 0 90px; color: var(--ink); font-family: Georgia, serif; font-size: clamp(30px, 3.5vw, 48px); line-height: 1.35; }
.perspective-body > section { padding: 44px 0; display: grid; grid-template-columns: 60px 1fr; gap: 28px; border-top: 1px solid var(--line); }
.perspective-body > section > span { color: #8b6827; font-size: 11px; }
.perspective-body h2 { margin-bottom: 16px; font-size: 36px; }
.perspective-body section p { margin: 0; color: var(--muted); font-size: 18px; line-height: 1.9; }
.perspective-body aside { margin-top: 40px; padding: 24px 28px; color: #6d655b; border: 1px solid var(--line); font-size: 13px; line-height: 1.75; }
.perspective-body > section.perspective-sources { margin-top: 46px; padding-bottom: 26px; }
.perspective-sources ol { margin: 20px 0 0; padding-left: 22px; }
.perspective-sources li { margin-bottom: 14px; padding-left: 8px; color: var(--muted); font-size: 15px; line-height: 1.65; }
.perspective-sources a { color: #72541c; text-decoration: underline; text-decoration-color: rgba(114,84,28,.35); text-underline-offset: 4px; }
.perspective-sources a:hover { color: var(--ink); }
.perspective-sources .source-access-date { margin-top: 24px; font-size: 13px; line-height: 1.7; }
.perspective-actions { margin-top: 60px; display: flex; align-items: center; justify-content: space-between; gap: 30px; }

a:focus-visible, button:focus-visible, input:focus-visible { outline: 2px solid var(--gold-light); outline-offset: 4px; }
section[id] { scroll-margin-top: 88px; }

@media (max-width: 1150px) {
  .site-header { padding: 0 28px; }
  .brand img { width: 220px; }
  .main-nav { gap: 20px; margin-right: 24px; }
  .header-contact { display: none; }
  .container { width: min(100% - 56px, 1120px); }
  .about-grid { gap: 70px; }
  .services-layout { grid-template-columns: .9fr 1.1fr; }
  .service-list { padding: 22px 34px; }
  .service-list button::before { left: -34px; }
  .hero { grid-template-columns: minmax(400px, 40%) minmax(0, 60%); }
  .hero-copy-panel { padding-right: 42px; padding-left: 42px; }
  .hero h1 { font-size: clamp(44px, 4.6vw, 56px); }
}

@media (max-width: 900px) {
  .section { padding: 100px 0; }
  .home .site-shell { padding-top: 82px; }
  .site-header { height: 82px; }
  .site-header.is-scrolled { height: 70px; }
  .brand img, .is-scrolled .brand img { width: 200px; }
  .brand, .header-actions { position: relative; z-index: 4; }
  .main-nav { position: fixed; inset: 0; z-index: 2; width: 100vw; height: 100dvh; margin: 0; padding: 116px 34px 30px; display: flex; flex-direction: column; align-items: flex-start; gap: 4px; overflow-y: auto; color: white; background: var(--navy); opacity: 0; visibility: hidden; transform: translateY(-15px); transition: opacity .3s, visibility .3s, transform .3s; }
  .main-nav.is-open { opacity: 1; visibility: visible; transform: none; }
  .main-nav a { width: 100%; padding: 16px 0; border-bottom: 1px solid rgba(255,255,255,.14); font-family: Georgia, serif; font-size: 30px; }
  .menu-button { display: block; }
  .mobile-language-control { display: block; }
  .menu-open .site-header { color: white; background: var(--navy); border-color: rgba(255,255,255,.14); }
  .menu-open .menu-button { color: var(--gold-light); border-color: var(--gold-light); }
  .menu-open .menu-button span { background: var(--gold-light); }
  .menu-open .menu-button:hover { color: #ffe4a5; border-color: #ffe4a5; }
  .menu-open .bot-launcher { opacity: 0; pointer-events: none; transform: translateY(14px); }
  .mobile-nav-footer { width: 100%; margin-top: auto; padding-top: 24px; display: block; border-top: 1px solid rgba(255,255,255,.14); }
  .mobile-nav-footer > span { display: block; margin-bottom: 8px; color: var(--gold-light); font-size: 10px; letter-spacing: .16em; }
  .mobile-nav-footer > div { display: grid; grid-template-columns: repeat(4, minmax(0, 1fr)); gap: 0 14px; }
  .mobile-nav-footer a { min-height: 44px; padding: 10px 0 8px; display: inline-flex; align-items: center; border: 0; border-bottom: 1px solid transparent; color: rgba(255,255,255,.62); background: none; cursor: pointer; font-family: Arial, "Helvetica Neue", "PingFang TC", "Hiragino Sans", sans-serif; font-size: 14px; }
  .mobile-nav-footer a.active { color: white; border-color: var(--gold); }
  .mobile-nav-footer small { display: block; margin-top: 16px; color: rgba(255,255,255,.42); font-size: 9px; letter-spacing: .14em; }
  .header-actions > .language-switcher { display: none; }
  .hero { min-height: 0; height: auto; display: flex; flex-direction: column; overflow: visible; }
  .hero-media { order: 1; width: 100%; height: clamp(260px, 70vw, 500px); min-height: 0; }
  .hero-media .hero-video { object-fit: cover; object-position: center; }
  .hero-copy-panel { order: 2; min-height: 620px; padding: 104px 34px 78px; align-items: flex-start; border-top: 1px solid rgba(214,169,77,.28); border-right: 0; }
  .hero-copy { max-width: 700px; }
  .hero-shade { display: none; }
  .hero-grid { opacity: .06; }
  .hero-rail { display: none; }
  .scroll-cue { display: none; }
  .stat { padding: 28px 20px; }
  .about-grid, .network-grid { grid-template-columns: 1fr; }
  .approach-layout { grid-template-columns: 1fr; gap: 52px; }
  .approach-heading { position: static; }
  .about-copy { max-width: 700px; }
  .about-visual { order: 2; }
  .services-header, .insights-header { grid-template-columns: 1fr; gap: 24px; }
  .services-layout { grid-template-columns: 1fr; }
  .service-feature { min-height: 520px; scroll-margin-top: 78px; }
  .strength-grid { grid-template-columns: 1fr; }
  .strength-grid article, .strength-grid article + article { min-height: auto; padding: 28px 0; border-right: 0; border-bottom: 1px solid rgba(255,255,255,.2); }
  .strength-grid h3 { margin: 28px 0 12px; }
  .network-visual { min-height: 500px; }
  .ecosystem-header { grid-template-columns: 1fr; gap: 24px; }
  .ecosystem-layout { grid-template-columns: 1fr; }
  .ecosystem-panel { padding-right: 0; }
  .ecosystem-panel + .ecosystem-panel { padding-left: 0; border-top: 1px solid rgba(255,255,255,.2); border-left: 0; }
  .insights-heading { grid-template-columns: 1fr; gap: 28px; margin-bottom: 54px; }
  .insights-action { justify-self: start; }
  .insight-card { flex-basis: calc((100% - 30px) / 2); }
  .footer-top { grid-template-columns: 1fr 1fr; }
  .footer-identity { display: none; }
  .legal-layout { grid-template-columns: 1fr; gap: 56px; }
  .legal-layout > aside { position: static; display: grid; grid-template-columns: repeat(4, 1fr); }
  .legal-layout > aside > span { grid-column: 1 / -1; }
  .legal-layout > aside a { font-size: 14px; }
  .content-hero-layout, .company-positioning-grid, .perspective-header-grid { grid-template-columns: 1fr; gap: 48px; }
  .content-hero { min-height: 600px; padding-top: 180px; }
  .company-layer-grid, .company-scale-grid { grid-template-columns: 1fr; }
  .company-layer-grid article, .company-scale-grid article { min-height: 0; border-right: 0; border-bottom: 1px solid rgba(255,255,255,.18); }
  .company-scale-grid article { border-color: var(--line); }
  .company-layer-grid h3 { margin-top: 42px; }
  .editorial-grid { grid-template-columns: 1fr 1fr; }
  .editorial-card:last-child { grid-column: 1 / -1; }
  .perspective-header img { height: 420px; }
}

@media (max-width: 640px) {
  .container { width: calc(100% - 36px); }
  .section { padding: 68px 0; }
  h2 { font-size: 42px; }
  .site-header { padding: 0 18px; }
  .brand { padding: 6px 8px; }
  .brand img, .is-scrolled .brand img { width: 168px; }
  .header-actions { gap: 10px; }
  .main-nav { padding: 102px 24px calc(22px + env(safe-area-inset-bottom)); }
  .main-nav > a { min-height: 54px; padding: 12px 0; display: flex; align-items: center; font-size: 26px; }
  .mobile-nav-footer a { min-height: 44px; padding: 10px 0 8px; font-family: Arial, "Helvetica Neue", "PingFang TC", "Hiragino Sans", sans-serif; font-size: 14px; }
  .hero-media { height: clamp(230px, 70vw, 450px); }
  .hero-video-play { right: 14px; bottom: 14px; min-height: 44px; padding: 0 14px 0 9px; gap: 8px; font-size: 11px; }
  .hero-video-play-icon { width: 25px; height: 25px; }
  .hero-copy-panel { min-height: 0; padding: 46px 18px 44px; }
  .hero .eyebrow { margin-bottom: 18px; }
  .hero h1 { font-size: 43px; line-height: 1.04; }
  html[lang="en"] .hero h1 { font-size: 40px; }
  .hero h1 { margin-bottom: 18px; }
  .hero-intro { margin-bottom: 22px; font-size: 17px; line-height: 1.65; }
  .hero-buttons { align-items: center; flex-direction: row; flex-wrap: wrap; gap: 10px 22px; }
  .button { min-height: 56px; padding: 0 26px; font-size: 15px; }
  .scroll-cue { display: none; }
  .stat-grid { grid-template-columns: repeat(3, minmax(0, 1fr)); }
  .stat { min-width: 0; min-height: 118px; padding: 18px 10px; border-right: 1px solid var(--line); border-left: 0; border-bottom: 0; }
  .stat:first-child { border-left: 1px solid var(--line); }
  .stat strong { font-size: 38px; line-height: 1; font-variant-numeric: tabular-nums; }
  .stat > span { margin: 1px 0 0 3px; font-size: 15px; line-height: 1; }
  .stat p { margin-top: 7px; font-size: 10px; line-height: 1.35; letter-spacing: .015em; text-transform: none; overflow-wrap: anywhere; }
  .about-visual { min-height: 400px; }
  .main-image { width: 90%; height: 350px; }
  .inset-image { width: 55%; height: 165px; }
  .image-caption { left: 16px; bottom: 2px; }
  .service-list { padding: 12px 20px; }
  .service-list button { min-height: 70px; grid-template-columns: 32px 1fr 18px; }
  .service-list button > span:nth-child(2) { font-size: 18px; }
  .service-list button::before { left: -20px; }
  .service-feature { min-height: 430px; }
  .service-overlay { left: 28px; right: 28px; bottom: 28px; }
  .service-overlay h3 { font-size: 34px; }
  .strength-content > h2 { margin-bottom: 58px; }
  .approach-layout { gap: 38px; }
  .approach-intro { margin-bottom: 34px; font-size: 20px; }
  .approach-steps li { min-height: 0; padding: 28px 0; grid-template-columns: 42px 1fr; gap: 12px; }
  .approach-steps h3 { font-size: 25px; }
  .approach-steps p { font-size: 16px; }
  .region-list { margin-top: 16px; padding: 0 0 5px; display: grid; grid-template-columns: repeat(8, minmax(0, 1fr)); gap: 6px; overflow: visible; border: 0; }
  .region-list button, .region-list button:nth-child(odd) { grid-column: span 2; min-width: 0; min-height: 44px; margin: 0; padding: 7px 6px; display: inline-flex; align-items: center; justify-content: center; gap: 5px; border: 1px solid var(--line); text-align: center; }
  .region-list button:nth-child(5) { grid-column: 2 / span 2; }
  .region-list button:hover, .region-list button:focus-visible, .region-list button[aria-pressed="true"] { padding: 7px 6px; border-color: rgba(166,124,43,.46); background: rgba(214,169,77,.08); box-shadow: inset 0 2px 0 var(--gold); }
  .region-list i { flex: 0 0 auto; font-size: 8px; line-height: 1; letter-spacing: .02em; }
  .region-list span { min-width: 0; white-space: nowrap; font-size: 11px; line-height: 1.1; }
  .network-visual { min-height: 370px; height: 370px; }
  .map-labels { display: none; }
  .map-readout { left: 16px; bottom: 16px; min-width: 172px; padding: 12px 14px; }
  .map-readout strong { font-size: 18px; }
  .ecosystem-header { margin-bottom: 48px; }
  .ecosystem-panel { padding: 34px 0 38px; }
  .ecosystem-panel-heading { margin-bottom: 28px; }
  .ecosystem-panel-heading h3 { font-size: 23px; }
  .shareholder-list { grid-template-columns: 1fr; column-gap: 0; }
  .shareholder-list li { min-height: 46px; }
  .shareholder-list span { font-size: 14px; }
  .institution-groups { grid-template-columns: 1fr; gap: 34px; }
  .insights-heading { margin-bottom: 34px; }
  .insights-heading h2 { margin-bottom: 18px; }
  .insights-intro { font-size: 16px; line-height: 1.7; }
  .insights-action { min-height: 54px; padding: 0 22px; font-size: 14px; }
  .contact-details { grid-template-columns: 1fr; text-align: left; }
  .contact-details p, .contact-details p:first-child, .contact-details p:last-child { min-height: auto; padding: 13px 0; border-right: 0; border-bottom: 1px solid rgba(255,255,255,.12); }
  .contact-details a { min-height: 44px; }
  .insight-grid { width: calc(100% + 18px); padding: 0 18px 4px 0; display: flex; gap: 16px; overflow-x: auto; overflow-y: hidden; overscroll-behavior-inline: contain; scroll-snap-type: x mandatory; scroll-padding-inline: 0 18px; scrollbar-width: none; touch-action: pan-x pan-y pinch-zoom; -webkit-overflow-scrolling: touch; }
  .insight-grid::-webkit-scrollbar { display: none; }
  .insight-grid:focus-visible { outline: 2px solid var(--gold); outline-offset: 5px; }
  .insight-card { flex: 0 0 min(82vw, 520px); scroll-snap-align: start; scroll-snap-stop: always; }
  .insight-card a, .insight-card img { -webkit-user-drag: none; }
  .insight-card:nth-child(2), .insight-card:last-child { display: block; }
  .insight-carousel-controls { margin-top: 18px; display: flex; align-items: center; justify-content: space-between; gap: 18px; }
  .insight-carousel-controls > span { color: var(--muted); font-size: 12px; letter-spacing: .04em; }
  .insight-carousel-controls > div { display: flex; align-items: center; gap: 8px; }
  .insight-carousel-controls button { width: 44px; height: 44px; padding: 0; display: grid; place-items: center; border: 1px solid rgba(13,27,36,.22); color: var(--ink); background: rgba(255,255,255,.72); cursor: pointer; font-size: 18px; transition: color .2s ease, border-color .2s ease, background-color .2s ease, opacity .2s ease; }
  .insight-carousel-controls button:hover, .insight-carousel-controls button:focus-visible { color: var(--navy); border-color: var(--gold); background: var(--gold-light); }
  .insight-carousel-controls button:disabled { opacity: .32; cursor: default; }
  .insight-carousel-status { min-width: 44px; color: #866522; font-size: 12px; font-variant-numeric: tabular-nums; text-align: center; }
  .insight-image { height: 245px; }
  .insight-body { min-height: 0; padding: 25px 24px 22px; }
  .insight-body h3 { min-height: 0; font-size: 24px; }
  .insight-body > p { font-size: 16px; }
  .insight-meta { padding-top: 22px; flex-wrap: wrap; }
  .contact-content h2 { font-size: 40px; line-height: 1.12; }
  .contact-section { min-height: 500px; }
  .footer-top { grid-template-columns: 1fr; gap: 34px; }
  .footer-links { justify-content: flex-start; flex-wrap: wrap; gap: 4px 26px; }
  .footer-bottom { grid-template-columns: 1fr; gap: 12px; }
  .footer-bottom span:nth-child(2), .footer-bottom a { text-align: left; }
  .footer-legal { justify-content: flex-start; flex-wrap: wrap; }
  .bot-panel { right: max(16px, env(safe-area-inset-right)); bottom: max(90px, calc(78px + env(safe-area-inset-bottom))); max-height: calc(100dvh - 116px); overflow-y: auto; }
  .bot-launcher { right: max(18px, env(safe-area-inset-right)); bottom: max(18px, env(safe-area-inset-bottom)); }
  .legal-hero { min-height: 460px; padding: 150px 0 70px; }
  .legal-hero h1 { font-size: 46px; line-height: 1.06; }
  .legal-hero > .container > p:last-child { font-size: 16px; line-height: 1.75; }
  .legal-layout > aside { grid-template-columns: 1fr 1fr; }
  .legal-document > section { grid-template-columns: 1fr; gap: 12px; padding-bottom: 34px; margin-bottom: 34px; }
  .legal-document > section > span { padding-top: 0; }
  .legal-document h2 { font-size: 28px; line-height: 1.2; }
  .legal-document p { font-size: 17px; line-height: 1.8; }
  .content-hero { min-height: 560px; padding: 150px 0 72px; }
  .content-hero h1 { font-size: 52px; }
  .content-hero-layout > p { font-size: 17px; }
  .company-capability-grid, .disclosure-grid, .editorial-grid { grid-template-columns: 1fr; }
  .company-capability-grid article, .company-capability-grid article:nth-child(even) { min-height: 0; padding: 28px 0; border-right: 0; }
  .company-layer-grid article { padding: 34px 0; }
  .company-scale-grid article { min-height: 220px; padding: 34px 0; }
  .company-scale-grid strong { margin-bottom: 36px; }
  .disclosure-grid { gap: 54px; }
  .disclosure-grid ul { grid-template-columns: 1fr; }
  .longform-cta .container, .perspective-actions { align-items: flex-start; flex-direction: column; }
  .longform-cta h2 { font-size: 40px; }
  .editorial-card:last-child { grid-column: auto; }
  .editorial-card-image { height: 240px; }
  .editorial-card-body { min-height: 0; }
  .perspective-header { padding: 140px 0 72px; }
  .perspective-header h1 { font-size: 50px; }
  .perspective-header img { height: 300px; }
  .perspective-body { padding-top: 76px; padding-bottom: 90px; }
  .perspective-deck { margin-bottom: 62px; font-size: 29px; }
  .perspective-body > section { grid-template-columns: 1fr; gap: 12px; }
  .perspective-body h2 { font-size: 30px; }
}

@media (max-width: 380px) {
  .brand img, .is-scrolled .brand img { width: 150px; }
  .language-globe-button, .menu-button { width: 44px; height: 44px; }
  .mobile-language-panel { right: -54px; width: 210px; }
}

.g70-editor-content { min-height: 70vh; padding-top: 180px; }
.g70-editor-content h1 { color: var(--ink); font-size: clamp(48px, 6vw, 82px); }

@media screen and (max-width: 782px) {
  .admin-bar .site-header { top: 46px; }
}

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