:root {
  --ink: #102038;
  --ink-deep: #071a35;
  --paper: #f7f8fa; /* PPT slide 2 background */
  --surface: #ffffff;
  --sand: var(--paper);
  --gold: #b98a2e;
  --gold-light: #e4c178;
  --gold-dark: #8d6a21;
  --text: #1e2a38;
  --text-muted: #607080;
  --line: #d7d9d7;
  --success: #2f7657;
  --danger: #a43e3e;
  --shadow-sm: 0 2px 8px rgba(7, 26, 53, .06);
  --shadow: 0 12px 28px rgba(7, 26, 53, .10);
  --shadow-lg: 0 20px 40px rgba(7, 26, 53, .15);
  --radius-sm: 4px;
  --radius: 8px;
  --radius-lg: 12px;
  --transition: all 0.25s cubic-bezier(0.4, 0, 0.2, 1);
  --transition-fast: all 0.15s ease;
}

/* ================================================================
   HOMEPAGE 2026 — editorial risk information system
   Scoped to .home-page so the existing inner pages remain unchanged.
   ================================================================ */

.home-page {
  --home-navy: #071a35;
  --home-navy-2: #0b2444;
  --home-navy-3: #143353;
  --home-gold: #c8942d;
  --home-gold-light: #e6c579;
  --home-paper: var(--paper);
  --home-white: var(--home-paper);
  --home-line: rgba(7, 26, 53, .16);
  --home-gutter: clamp(24px, 4vw, 72px);
  color: var(--home-navy);
  background: var(--home-paper);
}

.home-page .shell {
  width: min(100%, 1600px);
  max-width: none;
  padding-inline: var(--home-gutter);
}

.home-page .site-header {
  height: 76px;
  border-color: rgba(255, 255, 255, .12);
  background: rgba(7, 26, 53, .9);
  box-shadow: 0 1px 0 rgba(230, 197, 121, .08);
}

.home-page .header-inner {
  min-height: 76px;
  padding-inline: var(--home-gutter);
  gap: clamp(24px, 3vw, 56px);
}

.home-page .brand img { width: clamp(170px, 14vw, 218px); }

.home-page .nav-links {
  flex-wrap: nowrap;
  gap: clamp(13px, 1.3vw, 26px);
  font-size: clamp(11px, .75vw, 13px);
  letter-spacing: -.01em;
}

.home-page .nav-links > a:not(.nav-action) {
  position: relative;
  padding-block: 29px 25px;
  white-space: nowrap;
  border: 0;
}

.home-page .nav-links > a:not(.nav-action)::after {
  position: absolute;
  right: 0;
  bottom: 20px;
  left: 0;
  height: 1px;
  content: "";
  background: var(--home-gold-light);
  transform: scaleX(0);
  transform-origin: right;
  transition: transform .3s cubic-bezier(.2,.7,.2,1);
}

.home-page .nav-links > a:not(.nav-action):hover::after,
.home-page .nav-links > a:not(.nav-action):focus-visible::after {
  transform: scaleX(1);
  transform-origin: left;
}

.home-page .nav-links .nav-action {
  min-height: 44px;
  padding-inline: 20px;
  white-space: nowrap;
  border-radius: 0;
  transition: color .25s ease, background .25s ease, transform .25s ease;
}

.home-page .nav-links .nav-action:hover { transform: translateY(-2px); }

.home-page .lang-toggle {
  min-width: 56px;
  height: 38px;
  color: rgba(255,255,255,.9);
  border: 1px solid rgba(255,255,255,.28);
  border-radius: 0;
  background: transparent;
  white-space: nowrap;
}

.home-page .lang-toggle:hover,
.home-page .lang-toggle:focus-visible {
  color: var(--home-navy);
  border-color: var(--home-gold-light);
  background: var(--home-gold-light);
}

.nav-toggle { display: none; }

.scroll-progress {
  position: fixed;
  z-index: 60;
  inset: 0 0 auto;
  height: 2px;
  background: var(--home-gold);
  transform: scaleX(0);
  transform-origin: left;
  pointer-events: none;
}

.home-page main h2 {
  font-size: clamp(2.6rem, 4.6vw, 5.25rem);
  line-height: .98;
  letter-spacing: -.045em;
  text-wrap: balance;
}

.home-page main h3 { letter-spacing: -.025em; }

.home-page main p {
  font-size: clamp(.95rem, 1vw, 1.06rem);
  line-height: 1.78;
}

.home-page .hero {
  min-height: min(920px, 100dvh);
  align-items: stretch;
  border-bottom: 1px solid rgba(230,197,121,.25);
}

.home-page .hero-image { background-position: 62% center; filter: saturate(.66) brightness(.73); }

.home-page .hero-scrim {
  background:
    linear-gradient(90deg, rgba(5,19,40,.99) 0%, rgba(5,19,40,.93) 40%, rgba(5,19,40,.48) 72%, rgba(5,19,40,.66) 100%),
    linear-gradient(180deg, rgba(5,19,40,.18), rgba(5,19,40,.52));
}

.home-page .hero-content {
  display: flex;
  align-items: center;
  padding: 116px 0 48px;
}

.home-page .hero-grid {
  grid-template-columns: minmax(0, 8fr) minmax(280px, 4fr);
  gap: clamp(48px, 7vw, 118px);
  align-items: center;
}

.home-page .hero-copy {
  max-width: 900px;
  padding: 0;
  text-align: left;
  text-shadow: none;
}

.home-page .hero .eyebrow {
  display: inline-flex;
  align-items: center;
  gap: 14px;
  margin-bottom: 26px;
  color: var(--home-gold-light);
  font: 500 11px/1.4 "DM Mono", monospace;
  letter-spacing: .11em;
}

.home-page .hero .eyebrow::before { width: 42px; height: 1px; content: ""; background: currentColor; }

.home-page .hero h1 {
  max-width: 860px;
  margin: 0 0 28px;
  font-size: clamp(3.45rem, 5.35vw, 6.2rem);
  line-height: .94;
  letter-spacing: -.05em;
  text-wrap: balance;
}

.home-page .hero-title-accent { color: var(--home-gold-light); font-style: normal; }

.home-page .hero-description {
  max-width: 710px;
  margin: 0;
  color: rgba(255,255,255,.78);
  font-size: clamp(.93rem, .94vw, 1.05rem);
  line-height: 1.68;
}

.home-page .hero-actions { justify-content: flex-start; margin-top: 30px; }

.home-page .button {
  min-height: 48px;
  padding-inline: 24px;
  border-radius: 0;
  letter-spacing: -.01em;
}

.home-page .button:active { transform: translateY(1px) scale(.99); }

.home-page .hero-desk {
  position: relative;
  width: 100%;
  padding: 30px 0 4px 30px;
  border: 0;
  border-left: 1px solid rgba(230,197,121,.75);
  background: linear-gradient(90deg, rgba(7,26,53,.16), rgba(7,26,53,.36));
  text-shadow: none;
}

.home-page .hero-desk::before {
  position: absolute;
  top: 0;
  left: -4px;
  width: 7px;
  height: 7px;
  content: "";
  border: 1px solid var(--home-gold-light);
  background: var(--home-navy);
  animation: desk-scan 5.5s ease-in-out infinite;
}

@keyframes desk-scan { 50% { top: calc(100% - 7px); } }

.home-page .desk-heading { margin-bottom: 26px; }
.home-page .desk-heading span { color: var(--home-gold-light); }
.home-page .desk-heading strong { font-size: clamp(1.25rem, 1.8vw, 1.65rem); line-height: 1.25; }
.home-page .hero-desk dl > div { grid-template-columns: 76px minmax(0, 1fr); padding: 14px 0; }
.home-page .hero-desk dt { font-size: 11px; }
.home-page .hero-desk dd { color: rgba(255,255,255,.88); }

.home-page .home-brief,
.home-page .home-platform,
.home-page .home-framework,
.home-page .home-portfolio,
.home-page .home-contact,
.home-page .home-operating,
.home-page .home-market,
.home-page .home-people {
  padding: clamp(92px, 9vw, 156px) 0;
}

.home-page .home-brief,
.home-page .home-framework,
.home-page .home-portfolio,
.home-page .home-contact { background-color: var(--home-paper); }

.home-page .home-brief { position: relative; overflow: hidden; }
.home-page .home-brief::after {
  position: absolute;
  top: 0;
  right: var(--home-gutter);
  width: 1px;
  height: 120px;
  content: "";
  background: var(--home-gold);
}

.home-page .brief-layout {
  grid-template-columns: repeat(12, minmax(0, 1fr));
  gap: clamp(24px, 3vw, 48px);
}

.home-page .brief-statement { grid-column: 1 / span 5; }
.home-page .brief-statement h2 { max-width: 10ch; margin-bottom: 34px; }
.home-page .brief-statement p { max-width: 50ch; }

.home-page .brief-board {
  grid-column: 7 / -1;
  grid-template-columns: repeat(3, 1fr);
  align-self: start;
  border-top: 1px solid var(--home-navy);
  background: transparent;
}

.home-page .brief-board > div,
.home-page .brief-board > div:first-child {
  min-height: 220px;
  justify-content: flex-end;
  padding: 32px 24px 28px;
  border: 0;
  border-right: 1px solid var(--home-line);
  border-bottom: 1px solid var(--home-line);
  background: transparent;
}

.home-page .brief-board > div:last-child { border-right: 0; }
.home-page .metric-value, .home-page .metric-unit, .home-page .metric-ratio { font-size: clamp(2.6rem, 3.6vw, 4.4rem); letter-spacing: -.055em; }
.home-page .metric-card::before { opacity: .035; }

.home-page .brief-roles {
  grid-column: 7 / -1;
  grid-template-columns: repeat(3, 1fr);
  margin-top: -1px;
  background: transparent;
  border-bottom: 1px solid var(--home-line);
}

.home-page .brief-roles a,
.home-page .brief-roles a:first-child {
  min-height: 138px;
  justify-content: flex-end;
  padding: 26px 24px;
  border-right: 1px solid var(--home-line);
  background: transparent;
}

.home-page .brief-roles a:last-child { border-right: 0; }
.home-page .brief-roles a:hover { background: #e8eceb; box-shadow: none; transform: none; }

.home-page .home-platform {
  position: relative;
  overflow: hidden;
  background: var(--home-white);
}

.home-page .platform-layout {
  grid-template-columns: repeat(12, minmax(0, 1fr));
  gap: clamp(28px, 3.4vw, 56px);
  align-items: start;
}

.platform-photo {
  position: sticky;
  top: 110px;
  grid-column: 1 / span 5;
  grid-row: 1 / span 2;
  min-height: 690px;
  margin: 0;
  overflow: hidden;
  background: var(--home-navy);
}

.platform-photo::after {
  position: absolute;
  inset: 0;
  content: "";
  background: linear-gradient(180deg, transparent 55%, rgba(7,26,53,.92));
  pointer-events: none;
}

.platform-photo img {
  width: 100%;
  height: 100%;
  min-height: 690px;
  object-fit: cover;
  filter: saturate(.62) contrast(1.04);
  transition: transform 1s cubic-bezier(.2,.7,.2,1), filter .6s ease;
}

.platform-photo:hover img { transform: scale(1.025); filter: saturate(.82) contrast(1.02); }

.platform-photo figcaption {
  position: absolute;
  z-index: 2;
  right: 28px;
  bottom: 28px;
  left: 28px;
  display: none;
  align-items: end;
  justify-content: space-between;
  gap: 28px;
  color: #fff;
  border-top: 1px solid rgba(255,255,255,.45);
  padding-top: 16px;
}

.platform-photo figcaption span { color: var(--home-gold-light); font: 500 10px "DM Mono", monospace; letter-spacing: .1em; }
.platform-photo figcaption b { max-width: 18ch; text-align: right; font-size: 14px; line-height: 1.4; }

.home-page .platform-copy { grid-column: 7 / -1; }
.home-page .platform-copy h2 { max-width: 11ch; margin-bottom: 32px; }
.home-page .platform-copy p { max-width: 67ch; }

.home-page .platform-stats {
  gap: 0;
  margin-block: 38px 30px;
  padding-top: 0;
  border-top: 1px solid var(--home-navy);
  border-bottom: 1px solid var(--home-line);
}

.home-page .stat-item { min-height: 116px; justify-content: flex-end; padding: 22px 18px 20px 0; border-right: 1px solid var(--home-line); }
.home-page .stat-item:not(:first-child) { padding-left: 18px; }
.home-page .stat-item:last-child { border-right: 0; }
.home-page .stat-item strong { color: var(--home-navy); font-size: clamp(1.8rem, 2.5vw, 3rem); letter-spacing: -.045em; }

.home-page .platform-ledger {
  grid-column: 7 / -1;
  min-height: 390px;
  padding: 36px;
  border-radius: 0;
  background:
    linear-gradient(rgba(255,255,255,.035) 1px, transparent 1px),
    linear-gradient(90deg, rgba(255,255,255,.035) 1px, transparent 1px),
    var(--home-navy);
  background-size: 48px 48px;
  box-shadow: 18px 18px 0 #e4e8e7;
}

.home-page .ledger-title strong { margin-top: 26px; font-size: clamp(2.8rem, 5vw, 5.4rem); }
.home-page .ledger-principles { display: grid; grid-template-columns: repeat(3, 1fr); gap: 0; margin-bottom: 42px; border-top: 1px solid rgba(255,255,255,.22); }
.home-page .principle-item { grid-template-columns: 32px 1fr; padding: 18px 12px; border: 0; border-right: 1px solid rgba(255,255,255,.18); background: transparent; }
.home-page .principle-item:last-child { border-right: 0; }

.home-page .home-operating { background: #081b35; }
.home-page .operating-heading { display: grid; grid-template-columns: 5fr 7fr; align-items: end; gap: clamp(48px, 7vw, 120px); }
.home-page .operating-heading h2 { max-width: 8ch; }
.home-page .operating-heading p { max-width: 46ch; justify-self: end; }
.home-page .operating-steps { border-top-color: rgba(255,255,255,.36); }
.home-page .operating-steps article { min-height: 330px; }
.home-page .operating-steps article:hover { background: rgba(255,255,255,.055); }
.home-page .operating-steps .focus { margin-top: -18px; background: var(--home-gold); }

.home-page .framework-layout,
.home-page .portfolio-layout,
.home-page .people-layout,
.home-page .market-layout {
  grid-template-columns: repeat(12, minmax(0, 1fr));
  gap: clamp(32px, 5vw, 82px);
}

.home-page .framework-intro,
.home-page .portfolio-copy,
.home-page .people-heading,
.home-page .market-copy { grid-column: 1 / span 5; }

.home-page .framework-gates,
.home-page .portfolio-metrics,
.home-page .people-cards,
.home-page .apac-map-home { grid-column: 7 / -1; }

.home-page .framework-intro h2,
.home-page .portfolio-copy h2,
.home-page .people-heading h2,
.home-page .market-copy h2 { max-width: 10ch; margin-bottom: 30px; }

.home-page .framework-gates { align-self: center; }
.home-page .gate-labels { color: var(--home-gold); font: 500 10px "DM Mono", monospace; letter-spacing: .09em; }
.home-page .principle-list > div { min-height: 100px; }

.home-page .home-market {
  position: relative;
  overflow: hidden;
  background: #071a35;
}

.home-page .market-copy { position: relative; z-index: 2; }
.home-page .market-copy h2 { color: #fff; }
.home-page .mini-market-list { margin-top: 56px; }

.home-page .apac-map-home {
  min-height: 720px;
  margin: 0;
  border: 1px solid rgba(255,255,255,.18);
  border-radius: 0;
  background-image:
    linear-gradient(180deg, rgba(7,26,53,.18), rgba(7,26,53,.8)),
    url("../images/apac-industrial-port.webp");
  background-position: center;
  background-size: cover;
  box-shadow: 22px 22px 0 rgba(255,255,255,.045);
}

.home-page .apac-map-home::before {
  background-image:
    linear-gradient(rgba(230,197,121,.07) 1px, transparent 1px),
    linear-gradient(90deg, rgba(230,197,121,.07) 1px, transparent 1px);
  background-size: 64px 64px;
}

.home-page .apac-map-home::after { background: radial-gradient(circle at 55% 50%, transparent, rgba(7,26,53,.48)); }
.home-page .apac-map-svg { opacity: .38; }

.home-page .portfolio-metrics {
  grid-template-columns: 1fr 1fr;
  border-top: 1px solid var(--home-navy);
}

.home-page .portfolio-metrics > div { min-height: 240px; display: flex; justify-content: flex-end; }
.home-page .portfolio-metrics .portfolio-review { min-height: 150px; }
.home-page .split-bar { height: 54px; border-radius: 0; box-shadow: none; }

.home-page .home-people { background: #0b213e; }
.home-page .people-layout { align-items: start; }
.home-page .people-cards { grid-template-columns: repeat(3, 1fr); }
.home-page .people-cards > div { min-height: 380px; display: flex; flex-direction: column; justify-content: flex-end; }
.home-page .people-cards span { margin: 0 auto auto 0; }
.home-page .people-cards > div:hover { background: rgba(255,255,255,.075); }

.home-page .cta-inner {
  display: grid;
  grid-template-columns: 7fr 5fr;
  gap: clamp(48px, 8vw, 128px);
  align-items: end;
  padding-top: 42px;
  border-top: 1px solid var(--home-navy);
}

.home-page .cta-inner h2 { max-width: 9ch; }
.home-page .cta-buttons { justify-self: end; }

.home-page footer { background: #06162c; }
.home-page .footer-inner { padding-top: 48px; padding-bottom: 48px; }

.home-page :focus-visible { outline: 2px solid var(--home-gold-light); outline-offset: 4px; }

@media (max-width: 1240px) {
  .home-page .nav-links { gap: 13px; }
  .home-page .nav-links > a:not(.nav-action) { font-size: 11px; }
  .home-page .hero-grid { grid-template-columns: minmax(0, 7.5fr) minmax(270px, 4.5fr); gap: 46px; }
  .home-page .hero h1 { font-size: clamp(3.45rem, 5.5vw, 5.1rem); }
}

@media (max-width: 1080px) {
  .home-page .site-header, .home-page .header-inner { height: 70px; min-height: 70px; }
  .home-page .nav-toggle {
    position: relative;
    z-index: 3;
    display: grid;
    width: 44px;
    height: 44px;
    place-content: center;
    gap: 7px;
    padding: 0;
    color: #fff;
    border: 1px solid rgba(255,255,255,.26);
    background: transparent;
  }
  .home-page .nav-toggle span { width: 18px; height: 1px; background: currentColor; transition: transform .25s ease; }
  .home-page.nav-open .nav-toggle span:first-child { transform: translateY(4px) rotate(45deg); }
  .home-page.nav-open .nav-toggle span:last-child { transform: translateY(-4px) rotate(-45deg); }
  .home-page .nav-links {
    position: fixed;
    z-index: 2;
    inset: 70px 0 auto;
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 0;
    padding: 18px var(--home-gutter) 28px;
    color: #fff;
    border-top: 1px solid rgba(255,255,255,.12);
    background: rgba(7,26,53,.985);
    transform: translateY(-120%);
    visibility: hidden;
    transition: transform .35s cubic-bezier(.2,.7,.2,1), visibility .35s;
  }
  .home-page.nav-open { overflow: hidden; }
  .home-page.nav-open .nav-links { transform: translateY(0); visibility: visible; }
  .home-page .nav-links > a:not(.nav-action) { padding: 15px 0; font-size: 14px; border-bottom: 1px solid rgba(255,255,255,.12); }
  .home-page .nav-links > a:not(.nav-action)::after { display: none; }
  .home-page .lang-toggle { margin-top: 18px; }
  .home-page .nav-links .nav-action { justify-content: center; margin-top: 18px; }
  .home-page .hero { min-height: 820px; }
  .home-page .hero-content { padding-top: 110px; }
  .home-page .hero-grid { grid-template-columns: minmax(0, 1fr) 290px; gap: 40px; }
  .home-page .hero h1 { font-size: clamp(3.25rem, 6.8vw, 4.9rem); }
  .home-page .brief-statement { grid-column: 1 / span 6; }
  .home-page .brief-board, .home-page .brief-roles { grid-column: 7 / -1; }
  .home-page .brief-board { grid-template-columns: 1fr; }
  .home-page .brief-board > div, .home-page .brief-board > div:first-child { min-height: 124px; padding: 18px 0; border-right: 0; }
  .home-page .brief-roles { grid-template-columns: 1fr; }
  .home-page .brief-roles a, .home-page .brief-roles a:first-child { min-height: 92px; padding: 18px 0; border-right: 0; border-bottom: 1px solid var(--home-line); }
  .platform-photo { grid-column: 1 / span 5; min-height: 590px; }
  .platform-photo img { min-height: 590px; }
  .home-page .platform-copy, .home-page .platform-ledger { grid-column: 6 / -1; }
  .home-page .ledger-principles { grid-template-columns: 1fr; }
  .home-page .principle-item { border-right: 0; border-bottom: 1px solid rgba(255,255,255,.16); }
  .home-page .framework-intro, .home-page .portfolio-copy, .home-page .people-heading, .home-page .market-copy { grid-column: 1 / span 5; }
  .home-page .framework-gates, .home-page .portfolio-metrics, .home-page .people-cards, .home-page .apac-map-home { grid-column: 6 / -1; }
  .home-page .operating-steps article { min-height: 290px; padding-inline: 15px; }
  .home-page .operating-steps h3 { font-size: 1.35rem; }
}

@media (max-width: 780px) {
  .home-page { --home-gutter: 22px; }
  .home-page .hero { min-height: auto; }
  .home-page .hero-content { padding: 126px 0 54px; }
  .home-page .hero-grid { grid-template-columns: 1fr; gap: 42px; }
  .home-page .hero h1 { max-width: 8.6ch; font-size: clamp(3.05rem, 12.5vw, 5rem); }
  .home-page .hero-description { max-width: 58ch; }
  .home-page .hero-desk { max-width: none; padding-left: 22px; }
  .home-page .home-brief, .home-page .home-platform, .home-page .home-framework, .home-page .home-portfolio, .home-page .home-contact, .home-page .home-operating, .home-page .home-market, .home-page .home-people { padding: 84px 0; }
  .home-page .brief-layout,
  .home-page .platform-layout,
  .home-page .framework-layout,
  .home-page .portfolio-layout,
  .home-page .people-layout,
  .home-page .market-layout { grid-template-columns: 1fr; gap: 48px; }
  .home-page .brief-statement,
  .home-page .brief-board,
  .home-page .brief-roles,
  .platform-photo,
  .home-page .platform-copy,
  .home-page .platform-ledger,
  .home-page .framework-intro,
  .home-page .framework-gates,
  .home-page .portfolio-copy,
  .home-page .portfolio-metrics,
  .home-page .people-heading,
  .home-page .people-cards,
  .home-page .market-copy,
  .home-page .apac-map-home { grid-column: 1; }
  .platform-photo { position: relative; top: auto; grid-row: auto; min-height: 580px; }
  .platform-photo img { min-height: 580px; }
  .home-page .platform-ledger { box-shadow: 12px 12px 0 #e4e8e7; }
  .home-page .operating-heading { grid-template-columns: 1fr; gap: 22px; }
  .home-page .operating-heading p { justify-self: start; }
  .home-page .operating-steps { grid-template-columns: 1fr; }
  .home-page .operating-steps article, .home-page .operating-steps article:first-child { min-height: auto; padding: 26px 0; border-right: 0; border-bottom: 1px solid rgba(255,255,255,.18); }
  .home-page .operating-steps .focus { margin: 0 calc(-1 * var(--home-gutter)); padding-inline: var(--home-gutter); }
  .home-page .operating-steps h3, .home-page .operating-steps .focus h3 { margin-top: 28px; }
  .home-page .framework-intro { position: static; }
  .home-page .apac-map-home { min-height: 600px; }
  .home-page .people-cards { grid-template-columns: 1fr; }
  .home-page .people-cards > div, .home-page .people-cards > div:first-child { min-height: 190px; padding: 25px 0; border-right: 0; }
  .home-page .people-cards span { margin-bottom: 44px; }
  .home-page .cta-inner { grid-template-columns: 1fr; gap: 34px; }
  .home-page .cta-buttons { justify-self: start; }
  .home-page .footer-inner { align-items: flex-start; }
}

@media (max-width: 520px) {
  .home-page .nav-links { grid-template-columns: 1fr; max-height: calc(100dvh - 70px); overflow-y: auto; }
  .home-page .nav-links > a:not(.nav-action) { padding-block: 12px; }
  .home-page .hero h1 { font-size: clamp(2.8rem, 13vw, 4rem); }
  .home-page .hero-actions { display: grid; grid-template-columns: 1fr; }
  .home-page .hero-actions .button { width: 100%; }
  .home-page .hero-desk { display: block; }
  .home-page .brief-board, .home-page .brief-roles { grid-template-columns: 1fr; }
  .home-page .platform-stats { grid-template-columns: 1fr; }
  .home-page .stat-item, .home-page .stat-item:not(:first-child) { min-height: 94px; padding: 18px 0; border-right: 0; border-bottom: 1px solid var(--home-line); }
  .platform-photo, .platform-photo img { min-height: 470px; }
  .platform-photo figcaption { right: 20px; bottom: 20px; left: 20px; }
  .home-page .platform-ledger { min-height: 430px; padding: 26px 22px; }
  .home-page .ledger-title strong { font-size: clamp(2.4rem, 13vw, 3.6rem); }
  .home-page .portfolio-metrics { grid-template-columns: 1fr; }
  .home-page .portfolio-metrics .portfolio-review { grid-column: 1; }
  .home-page .apac-map-home { min-height: 500px; }
  .home-page .cta-buttons { width: 100%; display: grid; grid-template-columns: 1fr; }
  .home-page .cta-buttons .button { width: 100%; }
}

@media (prefers-reduced-motion: reduce) {
  .home-page .hero-desk::before { animation: none; }
  .home-page .platform-photo img { transition: none; }
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body { margin: 0; background: var(--paper); color: var(--text); font: 16px/1.65 "Manrope", Arial, sans-serif; }
img { max-width: 100%; height: auto; }
a { color: inherit; text-decoration: none; }
a:focus-visible, button:focus-visible, input:focus-visible, select:focus-visible, textarea:focus-visible { outline: 3px solid var(--gold); outline-offset: 3px; }
h1, h2, h3, p { margin-top: 0; }
h1, h2, h3 { color: var(--ink); font-family: "Source Serif 4", Georgia, serif; line-height: 1.12; }
h1 { max-width: 950px; margin-bottom: 22px; font-size: clamp(2.55rem, 5vw, 5.2rem); font-weight: 700; }
h2 { margin-bottom: 18px; font-size: clamp(2rem, 3.3vw, 3.5rem); }
h3 { margin-bottom: 10px; font-size: 1.35rem; }
p { margin-bottom: 1.1em; }
ul { padding-left: 20px; }
.shell { width: min(1180px, calc(100% - 48px)); margin: 0 auto; }

.site-header { position: fixed; z-index: 20; inset: 0 0 auto; border-bottom: 1px solid rgba(255,255,255,.16); background: rgba(7,26,53,.93); backdrop-filter: blur(18px); }
.header-inner { width: 100%; min-height: 78px; margin: 0; padding-inline: clamp(24px, 2.5vw, 48px); display: flex; align-items: center; justify-content: space-between; gap: 40px; }
.brand { flex: 0 0 auto; display: flex; align-items: center; }
.brand img, .footer-inner > img { width: 214px; max-height: 42px; object-fit: contain; object-position: left center; }
.nav-links { display: flex; flex: 1 1 auto; align-items: center; justify-content: flex-end; flex-wrap: wrap; gap: 24px; color: rgba(255,255,255,.78); font-size: 13px; font-weight: 700; }
.nav-links a { padding: 8px 0; border-bottom: 1px solid transparent; }
.nav-links a:hover { color: var(--gold-light); border-color: var(--gold-light); }
.nav-links .nav-action { min-height: 40px; display: inline-flex; align-items: center; padding: 0 15px; color: var(--ink); background: var(--gold); border: 1px solid var(--gold); }
.nav-links .nav-action:hover { color: var(--ink); background: var(--gold-light); border-color: var(--gold-light); }
.lang-toggle { min-height: 40px; display: inline-flex; align-items: center; padding: 0 14px; color: rgba(255,255,255,.85); background: rgba(255,255,255,.08); border: 1px solid rgba(255,255,255,.24); border-radius: 4px; cursor: pointer; font: 700 13px "Manrope", sans-serif; transition: var(--transition-fast); }
.lang-toggle:hover { background: rgba(255,255,255,.15); border-color: rgba(255,255,255,.4); color: #fff; }
.lang-toggle:active { transform: scale(0.97); }
.lang-label { letter-spacing: 0.03em; }

.hero { position: relative; min-height: 82svh; display: grid; align-items: end; overflow: hidden; background: var(--ink-deep); color: #fff; }
.hero-media, .hero-image, .hero-scrim { position: absolute; inset: 0; }
.hero-image { opacity: 0; background-position: center; background-repeat: no-repeat; background-size: cover; transform: scale(1.035); transition: opacity .65s ease, transform 7s ease-out; filter: saturate(.85) brightness(1.05); }
.hero-image.is-active { opacity: 1; transform: scale(1); }
.hero-image.power { background-image: url("https://images.unsplash.com/photo-1473341304170-971dccb5ac1e?w=2400&q=88&auto=format&fit=crop"); }
.hero-image.energy { background-image: url("https://images.unsplash.com/photo-1513828583688-c52646db42da?w=2400&q=88&auto=format&fit=crop"); }
.hero-image.electronics { background-image: url("https://images.unsplash.com/photo-1581092918056-0c4c3acd3789?w=2400&q=88&auto=format&fit=crop"); }
.hero-image.automotive { background-image: url("https://images.unsplash.com/photo-1581092160562-40aa08e78837?w=2400&q=88&auto=format&fit=crop"); }
.hero-image.logistics { background-image: url("https://images.unsplash.com/photo-1586528116311-ad8dd3c8310d?w=2400&q=88&auto=format&fit=crop"); }
.hero-scrim { background: linear-gradient(180deg, rgba(7,26,53,.75) 0%, rgba(7,26,53,.45) 45%, rgba(7,26,53,.65) 100%); }
.hero-content { position: relative; z-index: 1; width: 100%; padding: 118px 0 82px; }
.hero-grid { display: grid; grid-template-columns: 1fr; justify-items: center; }
.hero-copy { max-width: 900px; padding-bottom: 0; text-align: center; text-shadow: 0 4px 32px rgba(7,26,53,.65); }
.hero h1 { color: #fff; margin-bottom: 28px; }
.hero-title-accent { color: var(--gold-light); font-style: italic; }
.hero-description { max-width: 640px; margin: 0 auto 0; color: rgba(255,255,255,.88); font-size: 1.15rem; line-height: 1.7; }
.eyebrow, .section-index { margin-bottom: 16px; color: var(--gold); font: 500 11px/1.25 "DM Mono", monospace; letter-spacing: .1em; text-transform: uppercase; }
.hero .eyebrow { color: var(--gold-light); letter-spacing: .12em; }
.hero-actions, .cta-buttons { display: flex; gap: 14px; flex-wrap: wrap; margin-top: 36px; }
.hero-actions { justify-content: center; }
.button { display: inline-flex; min-height: 50px; align-items: center; justify-content: center; padding: 0 26px; border: 2px solid transparent; border-radius: var(--radius); cursor: pointer; font: 700 13px/1 "Manrope", "PingFang SC", "Microsoft YaHei", sans-serif; letter-spacing: 0.02em; text-align: center; transition: var(--transition); box-shadow: 0 1px 3px rgba(0,0,0,.12); }
.button:hover { transform: translateY(-2px); box-shadow: 0 8px 20px rgba(0,0,0,.15); }
.button:active { transform: translateY(0); }
.button-primary { color: var(--ink-deep); background: var(--gold); border-color: var(--gold); }
.button-primary:hover { background: var(--gold-light); border-color: var(--gold-light); }
.button-secondary { color: rgba(255,255,255,.95); background: transparent; border-color: rgba(255,255,255,.4); backdrop-filter: blur(8px); }
.button-secondary:hover { border-color: rgba(255,255,255,.7); background: rgba(255,255,255,.1); }
.hero .button-secondary, .dark-section .button-secondary { color: #fff; }

.home-brief, .home-platform, .home-framework, .home-portfolio, .home-contact { padding: 105px 0; }
.brief-layout, .home-split, .split-content { display: grid; grid-template-columns: .8fr 1.25fr; gap: 85px; align-items: start; }
.brief-layout h2 { max-width: 620px; }
.brief-board { display: grid; grid-template-columns: repeat(3, 1fr); gap: 1px; border: 1px solid var(--line); background: var(--line); border-radius: var(--radius-lg); overflow: hidden; box-shadow: var(--shadow-sm); }
.brief-board > div { min-height: 145px; display: flex; flex-direction: column; justify-content: flex-end; padding: 24px; background: var(--surface); border: 0; }
.metric-card { position: relative; overflow: hidden; transition: var(--transition); }
.metric-card:hover { background: var(--sand); transform: translateY(-2px); box-shadow: 0 4px 12px rgba(16,32,56,.08); }
.metric-card::before { position: absolute; top: 0; right: 0; width: 52px; height: 52px; content: ""; background: linear-gradient(135deg, transparent 48%, var(--gold) 48% 52%, transparent 52%); opacity: .08; transition: opacity .3s ease; }
.metric-card:hover::before { opacity: .15; }
.metric-value { color: var(--ink); font: 700 clamp(2rem, 3.5vw, 3rem)/1 "Source Serif 4", serif; transition: color .3s ease; }
.metric-card:hover .metric-value { color: var(--gold-dark); }
.metric-unit { margin-left: 5px; color: var(--gold); font: 700 clamp(2rem, 3.5vw, 3rem)/1 "Source Serif 4", serif; }
.metric-ratio { color: var(--ink); font: 700 clamp(2rem, 3.5vw, 3rem)/1 "Source Serif 4", serif; }
.ratio-sep { display: inline-block; margin: 0 3px; color: var(--gold); font-weight: 300; }
.metric-label { display: block; margin-top: 12px; color: var(--text-muted); font-size: 13px; line-height: 1.45; font-weight: 500; }
.brief-roles { grid-column: 1 / -1; min-height: auto; display: grid; grid-template-columns: repeat(3, 1fr); gap: 1px; background: var(--line); }
.brief-roles a { display: flex; flex-direction: column; gap: 6px; padding: 20px 24px; background: var(--surface); font-size: 13px; line-height: 1.5; font-weight: 500; color: var(--text-muted); text-decoration: none; transition: var(--transition-fast); position: relative; overflow: hidden; }
.brief-roles a:hover { background: var(--sand); transform: translateY(-2px); box-shadow: 0 4px 12px rgba(16,32,56,.08); }
.brief-roles a::after { content: '→'; position: absolute; right: 20px; bottom: 20px; color: var(--gold); font-size: 18px; opacity: 0; transition: opacity .3s ease, transform .3s ease; }
.brief-roles a:hover::after { opacity: 1; transform: translateX(4px); }
.brief-roles b { color: var(--gold-dark); font-weight: 700; font-size: 14px; display: block; margin-bottom: 4px; }
.brief-roles span { color: var(--text-muted); }
.brief-roles i { display: none; }
.metric-sublabel { display: block; margin-top: 4px; color: var(--text-muted); font-size: 11px; font-weight: 400; opacity: 0.7; }
.home-copy { max-width: 600px; }
.home-copy h2 { margin-bottom: 22px; }
.home-copy p { color: var(--text-muted); line-height: 1.75; }
.platform-layout { display: grid; grid-template-columns: 1fr 1fr; gap: 65px; align-items: start; }
.platform-copy h2 { margin-bottom: 22px; }
.platform-copy p { color: var(--text-muted); line-height: 1.75; margin-bottom: 1.2em; }
.platform-stats { display: grid; grid-template-columns: repeat(3, 1fr); gap: 24px; margin: 32px 0 28px; padding: 24px 0 0; border-top: 1px solid var(--line); }
.stat-item { display: flex; flex-direction: column; gap: 8px; }
.stat-item strong { color: var(--gold-dark); font: 700 clamp(1.8rem, 2.8vw, 2.4rem)/1 "Source Serif 4", serif; }
.stat-item span { color: var(--text-muted); font-size: 12px; font-weight: 500; line-height: 1.4; }
.platform-ledger { min-height: 460px; display: flex; flex-direction: column; justify-content: space-between; padding: 38px 32px; background: linear-gradient(135deg, var(--ink) 0%, #1a3a52 50%, #2a4a64 100%); color: #fff; border-radius: var(--radius-lg); box-shadow: var(--shadow-lg); position: relative; overflow: hidden; }
.platform-ledger::before { position: absolute; inset: 0; content: ""; background: radial-gradient(circle at 80% 20%, rgba(185,138,46,.12) 0%, transparent 50%); pointer-events: none; }
.ledger-title { position: relative; margin-bottom: 48px; }
.ledger-title span { display: block; margin-bottom: 12px; color: var(--gold-light); font: 500 11px/1.25 "DM Mono", monospace; letter-spacing: .12em; opacity: 0.85; }
.ledger-title strong { position: relative; font: 700 clamp(2.2rem, 4.2vw, 3.8rem)/.95 "Source Serif 4", serif; letter-spacing: .01em; text-shadow: 0 2px 8px rgba(0,0,0,.3); }
.ledger-principles { position: relative; display: flex; flex-direction: column; gap: 16px; margin-bottom: 48px; }
.principle-item { display: grid; grid-template-columns: 42px 1fr; gap: 14px; align-items: center; padding: 14px 18px; background: rgba(255,255,255,.04); border-left: 2px solid var(--gold); backdrop-filter: blur(8px); transition: var(--transition-fast); }
.principle-item:hover { background: rgba(255,255,255,.08); transform: translateX(4px); }
.principle-num { color: var(--gold-light); font: 600 13px "DM Mono", monospace; }
.principle-label { color: rgba(255,255,255,.92); font-size: 14px; font-weight: 600; line-height: 1.3; }
.ledger-flow { position: relative; display: flex; align-items: center; justify-content: space-between; gap: 12px; padding-top: 24px; border-top: 1px solid rgba(255,255,255,.15); }
.ledger-flow span { position: relative; color: rgba(255,255,255,.85); font: 600 13px/1 "Manrope", sans-serif; letter-spacing: 0.02em; }
.ledger-flow i { flex: 1; height: 1px; background: linear-gradient(90deg, rgba(185,138,46,.6) 0%, rgba(185,138,46,.2) 100%); }
.text-link { display: inline-flex; gap: 10px; align-items: center; margin-top: 14px; color: var(--gold); font-size: 14px; font-weight: 700; transition: var(--transition-fast); }
.text-link:hover { color: var(--gold-dark); gap: 14px; }
.text-link span { font-size: 18px; transition: transform .25s ease; }
.text-link:hover span { transform: translateX(3px); }
.dark-section { background: var(--ink); color: rgba(255,255,255,.85); }
.dark-section h1, .dark-section h2, .dark-section h3 { color: #fff; }
.dark-section .section-index, .dark-section .eyebrow { color: var(--gold-light); }
.inverse { color: var(--gold-light); }
.home-section-heading { max-width: 720px; margin-bottom: 48px; }
.home-section-heading > span { color: var(--gold-light); font: 500 11px "DM Mono", monospace; letter-spacing: .1em; text-transform: uppercase; }
.operating-steps { display: grid; grid-template-columns: repeat(5, 1fr); gap: 1px; background: rgba(255,255,255,.18); border-radius: var(--radius-lg); overflow: hidden; }
.operating-steps article { min-height: 275px; padding: 28px 24px; background: rgba(255,255,255,.04); backdrop-filter: blur(10px); transition: var(--transition); }
.operating-steps article:hover { background: rgba(255,255,255,.08); transform: translateY(-2px); }
.operating-steps .focus { background: linear-gradient(135deg, var(--gold) 0%, var(--gold-light) 100%); color: var(--ink-deep); }
.operating-steps .focus:hover { background: linear-gradient(135deg, var(--gold-light) 0%, var(--gold) 100%); }
.operating-steps span { display: block; color: var(--gold-light); font: 500 11px "DM Mono", monospace; letter-spacing: .08em; }
.operating-steps .focus span, .operating-steps .focus h3 { color: var(--ink-deep); }
.operating-steps h3 { margin-top: 52px; font-size: 1.65rem; line-height: 1.2; }
.operating-steps p { margin-top: 12px; font-size: 14px; line-height: 1.6; color: rgba(255,255,255,.75); }
.operating-steps .focus p { color: rgba(16,32,56,.8); }
.principle-list, .mini-market-list { border-top: 1px solid rgba(255,255,255,.22); border-radius: var(--radius); overflow: hidden; }
.principle-list > div { display: grid; grid-template-columns: 58px 1fr 1.8fr; gap: 16px; align-items: center; min-height: 72px; padding: 18px 20px; border-bottom: 1px solid var(--line); background: var(--surface); transition: var(--transition-fast); }
.dark-section .principle-list > div { background: rgba(255,255,255,.03); border-color: rgba(255,255,255,.12); }
.principle-list > div:hover { background: var(--sand); transform: translateX(4px); }
.dark-section .principle-list > div:hover { background: rgba(255,255,255,.08); }
.principle-list b { color: var(--gold); font: 600 12px "DM Mono", monospace; letter-spacing: 0.05em; }
.principle-list strong { font-size: 15px; font-weight: 700; color: var(--ink); }
.dark-section .principle-list strong { color: #fff; }
.principle-list span { color: var(--text-muted); font-size: 14px; line-height: 1.5; }
.dark-section .principle-list span { color: rgba(255,255,255,.7); }
.mini-market-list { color: #fff; border-color: rgba(255,255,255,.24); }
.mini-market-list > div { display: grid; grid-template-columns: 1fr 72px 1.8fr; gap: 18px; padding: 18px 20px; border-bottom: 1px solid rgba(255,255,255,.2); background: rgba(255,255,255,.02); transition: var(--transition-fast); }
.mini-market-list > div:hover { background: rgba(255,255,255,.06); transform: translateX(4px); }
.mini-market-list strong { font-size: 16px; font-weight: 700; }
.mini-market-list b { color: var(--gold-light); font: 700 15px "DM Mono", monospace; }
.mini-market-list span { color: rgba(255,255,255,.72); font-size: 14px; line-height: 1.5; }
.portfolio-metrics { display: grid; grid-template-columns: repeat(3, 1fr); gap: 1px; background: var(--line); border: 1px solid var(--line); border-radius: var(--radius-lg); overflow: hidden; box-shadow: var(--shadow-sm); }
.portfolio-metrics > div { min-height: 175px; padding: 26px; background: var(--surface); border: 0; }
.portfolio-split { display: flex; flex-direction: column; justify-content: space-between; }
.split-bar { display: flex; height: 48px; margin-bottom: 18px; overflow: hidden; border: 1px solid var(--line); border-radius: var(--radius-sm); background: var(--sand); box-shadow: inset 0 2px 4px rgba(0,0,0,.05); }
.split-segment { position: relative; display: flex; align-items: center; justify-content: center; color: #fff; font-size: 15px; font-weight: 700; transition: flex-basis .45s cubic-bezier(0.4, 0, 0.2, 1); }
.split-segment::after { position: absolute; inset: 0; content: ""; background: linear-gradient(180deg, rgba(255,255,255,.15) 0%, transparent 50%, rgba(0,0,0,.08) 100%); pointer-events: none; }
.split-segment b { position: relative; z-index: 1; font-family: "DM Mono", monospace; font-size: 14px; text-shadow: 0 1px 2px rgba(0,0,0,.25); }
.split-segment.existing { flex-basis: 75%; background: linear-gradient(135deg, #276548 0%, #35845f 50%, #2f7657 100%); }
.split-segment.new-biz { flex-basis: 25%; background: linear-gradient(135deg, #5a6d7c 0%, #6d8294 50%, #687886 100%); }
.portfolio-review { display: flex; flex-direction: column; align-items: flex-start; justify-content: space-between; }
.review-icon { font-size: 32px; margin-bottom: 14px; opacity: .85; }
.portfolio-review strong { color: var(--ink); font-size: 1.4rem; font-family: "Source Serif 4", serif; margin-bottom: 8px; line-height: 1.2; }
.portfolio-metrics span { color: var(--text-muted); }
.people-cards { display: grid; grid-template-columns: repeat(3, 1fr); gap: 1px; background: rgba(255,255,255,.18); border-radius: var(--radius-lg); overflow: hidden; }
.people-cards > div { min-height: 215px; padding: 28px 26px; background: rgba(255,255,255,.04); backdrop-filter: blur(10px); border: 0; transition: var(--transition); }
.people-cards > div:hover { background: rgba(255,255,255,.09); transform: translateY(-2px); }
.people-cards span { display: block; margin-bottom: 36px; color: var(--gold-light); font: 700 16px "DM Mono", monospace; letter-spacing: .05em; }
.people-cards strong { display: block; color: #fff; font-size: 1.25rem; font-family: "Source Serif 4", serif; margin-bottom: 8px; }
.people-cards p { margin-top: 6px; color: rgba(255,255,255,.75); font-size: 14px; line-height: 1.6; }
.home-contact, .contact-cta { background: var(--paper); }
.cta-inner { display: flex; justify-content: space-between; align-items: end; gap: 55px; }
.cta-inner h2 { max-width: 750px; margin-bottom: 16px; }
.cta-inner p { max-width: 680px; color: var(--text-muted); line-height: 1.75; }

.page-hero { padding: 100px 0 76px; background: var(--ink); color: rgba(255,255,255,.8); }
.page-hero.compact { padding: 72px 0 50px; }
.page-hero h1 { color: #fff; }
.page-hero .lead { max-width: 760px; margin-bottom: 0; font-size: 1.1rem; }
.content-section, .capacity-profile, .appetite-register, .evidence-checklist, .markets-section, .incident-section, .partners-section, .about-section, .team-section, .insights-section, .dual-decision, .six-stage-review, .authority-comparison, .method-benefits, .cope-matrix, .authority-chain, .solution-outcomes { padding: 82px 0; }
.section-header { display: grid; grid-template-columns: .85fr 1.15fr; gap: 55px; max-width: 1000px; margin-bottom: 36px; }
.section-header p, .section-intro { color: var(--text-muted); }
.technical-grid, .capability-grid, .benefits-grid, .outcomes-grid, .checklist-grid, .principles-grid, .work-grid, .committee-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 16px; }
.technical-card, .checklist-card, .benefit-card, .outcome-card, .summary-card, .guide-card { min-height: 260px; padding: 24px; background: var(--surface); border: 1px solid var(--line); }
.card-number, .card-icon, .benefit-icon { display: grid; width: 34px; height: 34px; place-items: center; margin-bottom: 30px; color: var(--gold); border: 1px solid var(--gold); font: 500 11px "DM Mono", monospace; }
.check-list { margin: 15px 0 22px; padding: 0; list-style: none; color: var(--text-muted); font-size: 13px; }
.check-list li { position: relative; padding: 5px 0 5px 18px; border-bottom: 1px solid var(--sand); }
.check-list li::before { position: absolute; left: 0; content: "✓"; color: var(--gold); }
.card-footer { display: flex; align-items: center; justify-content: space-between; margin-top: auto; padding-top: 12px; border-top: 1px solid var(--line); }
.rating-label, .rating-value { font-size: 12px; }
.rating-value { color: var(--gold); font-weight: 800; }

.register-table, .comparison-table, .matrix-wrapper { overflow-x: auto; border-top: 1px solid var(--ink); }
.register-row, .comparison-header, .comparison-row { display: grid; min-width: 720px; gap: 20px; padding: 17px 18px; border-bottom: 1px solid var(--line); font-size: 13px; }
.register-row { grid-template-columns: .8fr 1.45fr 1.45fr 1.2fr; }
.register-row.header, .comparison-header { color: var(--text-muted); background: var(--sand); font: 500 10px "DM Mono", monospace; letter-spacing: .06em; text-transform: uppercase; }
.category, .row-label { color: var(--ink); font-weight: 800; }
.comparison-header, .comparison-row { grid-template-columns: .85fr .7fr 1.1fr 1.4fr 1.35fr; }
.dark-section .comparison-table { border-color: rgba(255,255,255,.35); }
.dark-section .comparison-row, .dark-section .comparison-header { color: rgba(255,255,255,.78); border-color: rgba(255,255,255,.2); }
.dark-section .comparison-header { background: rgba(255,255,255,.07); }
.dark-section .row-label { color: #fff; }
.profile-register { display: grid; grid-template-columns: repeat(3, 1fr); border-top: 1px solid var(--ink); }
.profile-register > div { display: flex; min-height: 150px; flex-direction: column; justify-content: space-between; padding: 20px; border-right: 1px solid var(--line); border-bottom: 1px solid var(--line); }
.profile-register span { color: var(--gold); font: 500 10px "DM Mono", monospace; letter-spacing: .05em; text-transform: uppercase; }
.profile-register strong { font-size: 15px; line-height: 1.4; }
.scope-list { border-top: 1px solid var(--line); }
.scope-list > div { display: grid; grid-template-columns: 42px 1fr 1.4fr; gap: 12px; align-items: baseline; padding: 17px 0; border-bottom: 1px solid var(--line); }
.scope-list b { color: var(--gold); font: 500 11px "DM Mono", monospace; }
.scope-list strong { font-size: 14px; }
.scope-list span { color: var(--text-muted); font-size: 13px; }
.evidence-checklist { background: var(--surface); }
.checklist-grid { grid-template-columns: repeat(3, 1fr); }
.checklist-card { min-height: 185px; }
.checklist-card .card-icon { margin-bottom: 20px; }
.checklist-card p { color: var(--text-muted); font-size: 13px; }
.capacity-allocation { padding: 80px 0; background: var(--ink); color: rgba(255,255,255,.75); }
.capacity-allocation h2 { color: #fff; }
.control-grid { display: grid; grid-template-columns: repeat(4, 1fr); border-top: 1px solid rgba(255,255,255,.32); }
.control-grid > div { min-height: 180px; padding: 20px; border-right: 1px solid rgba(255,255,255,.25); border-bottom: 1px solid rgba(255,255,255,.25); }
.control-grid strong { display: block; margin-bottom: 12px; color: var(--gold-light); font-family: "Source Serif 4", serif; font-size: 1.3rem; }
.control-grid span { font-size: 13px; }

.apac-map { position: relative; min-height: 390px; overflow: hidden; background-color: #dbe4e5; background-image: linear-gradient(120deg, transparent 0 35%, rgba(16,32,56,.12) 35% 38%, transparent 38% 58%, rgba(16,32,56,.08) 58% 62%, transparent 62%); border: 1px solid var(--line); }
.map-label { position: absolute; padding: 7px 9px; color: #fff; background: var(--ink); font-size: 11px; line-height: 1.25; box-shadow: 2px 2px 0 rgba(16,32,56,.25); }
.map-label b { color: var(--gold-light); }
.map-label.support { background: #687886; }
.m1 { top: 20%; left: 62%; }.m2 { top: 35%; left: 65%; }.m3 { top: 54%; left: 47%; }.m4 { top: 43%; left: 55%; }.m5 { top: 65%; left: 58%; }.m6 { top: 70%; left: 48%; }.m7 { top: 76%; left: 42%; }.m8 { top: 82%; left: 70%; }
.map-key { position: absolute; right: 14px; bottom: 14px; display: flex; gap: 8px; }
.map-key span { padding: 5px 7px; color: #fff; background: var(--ink); font-size: 10px; }.map-key .support-key { background: #687886; }

.apac-map-home { position: relative; min-height: 560px; margin-top: 52px; overflow: hidden; background: linear-gradient(145deg, #0a1828 0%, #1a2d42 100%); border: 1px solid rgba(255,255,255,.12); border-radius: var(--radius-lg); box-shadow: var(--shadow-lg); }
.apac-map-home::before { position: absolute; inset: 0; content: ""; background-image: 
  radial-gradient(circle at 25% 35%, rgba(185,138,46,.10) 0%, transparent 30%),
  radial-gradient(circle at 72% 58%, rgba(185,138,46,.08) 0%, transparent 35%),
  linear-gradient(152deg, transparent 0 38%, rgba(255,255,255,.018) 38% 40%, transparent 40% 62%, rgba(255,255,255,.012) 62% 64%, transparent 64%),
  repeating-linear-gradient(0deg, transparent, transparent 2px, rgba(255,255,255,.008) 2px, rgba(255,255,255,.008) 4px);
  pointer-events: none; }
.apac-map-home::after { position: absolute; inset: 0; content: ""; background: radial-gradient(ellipse at 50% 50%, transparent 0%, rgba(10,24,40,.3) 100%); pointer-events: none; }
.apac-map-svg { position: absolute; inset: 0; width: 100%; height: 100%; opacity: .20; pointer-events: none; }
.apac-map-svg path.map-outline { fill: none; stroke: rgba(185,138,46,.35); stroke-width: 1.2; stroke-dasharray: 1200; stroke-dashoffset: 1200; animation: draw-map 3s ease-out forwards; }
.apac-map-svg circle.map-outline { fill: rgba(185,138,46,.25); stroke: rgba(185,138,46,.35); stroke-width: 1; }
@keyframes draw-map { to { stroke-dashoffset: 0; } }
.map-marker { position: absolute; z-index: 3; cursor: pointer; transition: transform .28s cubic-bezier(0.4, 0, 0.2, 1), z-index 0s .28s; }
.map-marker:hover { transform: scale(1.15); z-index: 12; transition: transform .28s cubic-bezier(0.4, 0, 0.2, 1), z-index 0s 0s; }
.marker-dot { position: relative; display: block; width: 16px; height: 16px; background: var(--gold); border: 3px solid rgba(255,255,255,.95); border-radius: 50%; box-shadow: 0 2px 8px rgba(185,138,46,.5), 0 0 0 0 rgba(185,138,46,.7); animation: marker-pulse-refined 2.8s ease-out infinite; }
.map-marker.support .marker-dot { background: #7a92a8; border-color: rgba(255,255,255,.85); box-shadow: 0 2px 6px rgba(122,146,168,.4), 0 0 0 0 rgba(122,146,168,.6); animation: marker-pulse-support 3.2s ease-out infinite; }
@keyframes marker-pulse-refined { 
  0% { box-shadow: 0 2px 8px rgba(185,138,46,.5), 0 0 0 0 rgba(185,138,46,.7); } 
  40% { box-shadow: 0 2px 12px rgba(185,138,46,.6), 0 0 0 14px rgba(185,138,46,0); } 
  100% { box-shadow: 0 2px 8px rgba(185,138,46,.5), 0 0 0 0 rgba(185,138,46,0); } 
}
@keyframes marker-pulse-support { 
  0% { box-shadow: 0 2px 6px rgba(122,146,168,.4), 0 0 0 0 rgba(122,146,168,.6); } 
  40% { box-shadow: 0 2px 10px rgba(122,146,168,.5), 0 0 0 12px rgba(122,146,168,0); } 
  100% { box-shadow: 0 2px 6px rgba(122,146,168,.4), 0 0 0 0 rgba(122,146,168,0); } 
}
.marker-label { 
  position: absolute; 
  top: 26px; 
  left: 50%; 
  min-width: 125px; 
  padding: 11px 15px; 
  background: rgba(5,13,22,.96); 
  border: 1px solid rgba(230,197,121,.35); 
  border-radius: 3px; 
  backdrop-filter: blur(16px); 
  color: rgba(255,255,255,.92); 
  font-size: 12.5px; 
  line-height: 1.4; 
  white-space: nowrap; 
  transform: translateX(-50%); 
  opacity: 0; 
  pointer-events: none; 
  transition: opacity .28s cubic-bezier(0.4, 0, 0.2, 1), transform .28s cubic-bezier(0.4, 0, 0.2, 1), border-color .28s ease, box-shadow .28s ease; 
  box-shadow: 
    0 8px 24px rgba(0,0,0,.5),
    0 2px 8px rgba(0,0,0,.3),
    inset 0 1px 0 rgba(230,197,121,.12);
}

.marker-label::before { 
  position: absolute; 
  top: -5px; 
  left: 50%; 
  width: 10px; 
  height: 10px; 
  content: ""; 
  background: rgba(5,13,22,.96); 
  border-left: 1px solid rgba(230,197,121,.35); 
  border-top: 1px solid rgba(230,197,121,.35); 
  transform: translateX(-50%) rotate(45deg); 
}

.map-marker:hover .marker-label { 
  opacity: 1; 
  transform: translateX(-50%) translateY(6px); 
  border-color: rgba(230,197,121,.5);
  box-shadow: 
    0 12px 32px rgba(0,0,0,.6),
    0 4px 12px rgba(200,148,45,.2),
    inset 0 1px 0 rgba(230,197,121,.18);
}

.marker-label strong { 
  display: block; 
  margin-bottom: 5px; 
  color: #fff; 
  font-size: 13.5px; 
  font-weight: 700; 
  letter-spacing: 0.01em;
}

.marker-label b { 
  color: var(--gold-light); 
  font-family: "DM Mono", monospace; 
  font-size: 15px; 
  font-weight: 600; 
}

.map-marker.support .marker-label { 
  border-color: rgba(143,168,183,.32); 
}

.map-marker.support .marker-label::before { 
  border-color: rgba(143,168,183,.32); 
}
.m-thailand { top: 56%; left: 45%; }
.m-vietnam { top: 58%; left: 52%; }
.m-korea { top: 35%; left: 64%; }
.m-taiwan { top: 48%; left: 62%; }
.m-singapore { top: 78%; left: 44%; }
.m-malaysia { top: 70%; left: 45%; }
.m-indonesia { top: 80%; left: 50%; }
.m-aus { top: 92%; left: 64%; }
.map-legend { position: absolute; right: 24px; bottom: 24px; z-index: 4; display: flex; flex-direction: column; gap: 12px; padding: 18px 20px; background: rgba(16,32,56,.95); border: 1px solid rgba(255,255,255,.18); border-radius: var(--radius); backdrop-filter: blur(14px); box-shadow: 0 8px 24px rgba(0,0,0,.3); }
.legend-item { 
  display: flex; 
  align-items: center; 
  gap: 10px; 
  color: rgba(255,255,255,.82); 
  font-size: 11px; 
  font-weight: 600;
  letter-spacing: 0.01em;
}

.legend-dot { 
  display: block; 
  width: 10px; 
  height: 10px; 
  border-radius: 50%; 
  border: 2px solid rgba(255,255,255,.92); 
  box-shadow: 
    0 0 0 3px rgba(255,255,255,.12),
    0 2px 6px rgba(0,0,0,.3),
    inset 0 1px 1px rgba(255,255,255,.2);
}

.legend-dot.core { 
  background: linear-gradient(135deg, #f4d47e 0%, #d4a948 100%);
}

.legend-dot.supplement { 
  background: linear-gradient(135deg, #a8c4d4 0%, #7a9ab0 100%);
}

.decision-framework { display: grid; grid-template-columns: 1fr 1fr; gap: 22px; margin-top: 35px; }
.decision-column { padding: 24px; border: 1px solid var(--line); background: var(--surface); }
.decision-column.commercial { border-top: 4px solid var(--gold); }
.column-header { padding-bottom: 18px; border-bottom: 1px solid var(--line); }
.column-header p { margin: 0; color: var(--text-muted); font-size: 13px; }
.decision-stage { display: grid; grid-template-columns: 34px 1fr; gap: 14px; padding: 19px 0; border-bottom: 1px solid var(--line); }
.stage-number { display: grid; width: 30px; height: 30px; place-items: center; color: var(--gold); border: 1px solid var(--gold); font: 500 11px "DM Mono", monospace; }
.stage-content p { margin: 4px 0 10px; color: var(--text-muted); font-size: 13px; }.stage-output { display: flex; gap: 8px; align-items: center; font-size: 11px; }.stage-output span { color: var(--text-muted); }.stage-output code { color: var(--ink); font-family: "DM Mono", monospace; }.decision-gate { margin-top: 20px; padding: 16px; color: #fff; background: var(--ink); font-weight: 800; }.commercial-gate { background: var(--gold); color: var(--ink); }
.stage-timeline { border-left: 1px solid var(--line); margin: 35px 0; }.timeline-stage { position: relative; display: grid; grid-template-columns: 72px 1fr; gap: 24px; padding: 0 0 27px 27px; }.timeline-stage::before { position: absolute; width: 12px; height: 12px; left: -7px; top: 5px; content: ""; background: var(--gold); border-radius: 50%; }.stage-duration { color: var(--gold); font: 500 11px "DM Mono", monospace; }.stage-tasks { margin: 7px 0 0; color: var(--text-muted); font-size: 13px; }.stage-outcome { margin-top: 8px; color: var(--ink); font-size: 12px; font-weight: 800; }

.authority-chain { background: var(--surface); }.chain-timeline, .partner-flow { display: grid; grid-template-columns: repeat(4, 1fr); gap: 0; border: 1px solid var(--line); }.chain-step, .partner-flow > div { min-height: 190px; padding: 22px; border-right: 1px solid var(--line); }.chain-step:last-child, .partner-flow > div:last-child { border: 0; }.chain-step > span { color: var(--gold); font: 500 11px "DM Mono", monospace; }.chain-step h3 { margin-top: 32px; }.chain-step p { color: var(--text-muted); font-size: 13px; }
.authority-notes, .notice-options { display: grid; grid-template-columns: repeat(3, 1fr); gap: 12px; margin-top: 24px; }.note-card { padding: 17px; border-left: 3px solid var(--gold); background: var(--sand); font-size: 13px; }.note-card strong { display: block; margin-bottom: 5px; }

.incident-section .split-content, .partners-section .split-content, .about-section .split-content { align-items: center; }.responsibility-grid, .route-grid { display: grid; grid-template-columns: repeat(2, 1fr); border-top: 1px solid var(--line); }.responsibility-grid > div, .route-grid > div { min-height: 175px; padding: 20px; border-right: 1px solid var(--line); border-bottom: 1px solid var(--line); }.responsibility-grid span, .route-grid span { color: var(--gold); font: 500 10px "DM Mono", monospace; }.responsibility-grid p, .route-grid p { margin: 8px 0 0; color: var(--text-muted); font-size: 13px; }.emphasis-statement { margin-top: 25px; padding: 23px; color: #fff; background: var(--ink); font: 600 1.35rem/1.35 "Source Serif 4", serif; }
.partner-register { border-top: 1px solid var(--line); }.partner-register > div { display: grid; grid-template-columns: 1fr 1.75fr .65fr; gap: 20px; padding: 17px; border-bottom: 1px solid var(--line); font-size: 13px; }.partner-register .header { color: var(--text-muted); background: var(--sand); font: 500 10px "DM Mono", monospace; letter-spacing: .06em; text-transform: uppercase; }.status-badge { width: max-content; padding: 3px 7px; color: var(--success); background: #e2f0e9; font-size: 11px; font-weight: 800; }

.principles-grid { grid-template-columns: repeat(2, 1fr); }.principles-grid > div, .work-grid > div { padding: 25px; border-top: 1px solid var(--line); }.principles-grid ul { margin: 15px 0 0; color: var(--text-muted); font-size: 13px; }.team-register { border-top: 1px solid var(--line); }.team-register > article, .advisory-record { display: grid; grid-template-columns: 100px 1fr; gap: 28px; padding: 29px 0; border-bottom: 1px solid var(--line); }.initials { display: grid; width: 75px; height: 75px; place-items: center; color: var(--gold); border: 1px solid var(--gold); font: 700 22px "DM Mono", monospace; }.team-label, .partner-code { color: var(--gold); font: 500 10px "DM Mono", monospace; text-transform: uppercase; letter-spacing: .06em; }.team-register p, .advisory-record p { max-width: 690px; color: var(--text-muted); }
.topic-library { border-top: 1px solid var(--line); }.topic-library article { display: grid; grid-template-columns: 1fr 1.6fr auto; gap: 22px; align-items: center; padding: 20px 0; border-bottom: 1px solid var(--line); }.topic-library p { margin: 0; color: var(--text-muted); font-size: 13px; }.status { padding: 3px 6px; color: var(--gold); border: 1px solid var(--gold); font-size: 10px; font-weight: 800; white-space: nowrap; }

.contact-page { padding: 76px 0 95px; }.contact-layout { display: grid; grid-template-columns: .72fr 1.28fr; gap: 76px; align-items: start; }.contact-routing { position: sticky; top: 100px; }.contact-routing dl { margin: 25px 0; }.contact-routing dt { margin-top: 18px; color: var(--gold); font: 500 10px "DM Mono", monospace; text-transform: uppercase; }.contact-routing dd { margin: 3px 0 0; color: var(--text-muted); font-size: 14px; }.contact-routing dd a { color: var(--ink); text-decoration: underline; }.contact-note { margin-top: 28px; padding: 18px; border-left: 3px solid var(--gold); background: var(--sand); }.contact-note p { margin: 5px 0 0; font-size: 13px; }.enquiry-form { padding: 28px; background: var(--surface); border: 1px solid var(--line); }.form-row { display: flex; flex-direction: column; margin-bottom: 18px; }.form-row label, .privacy-check { color: var(--ink); font-size: 13px; font-weight: 800; }.form-row em, .privacy-check em { color: var(--danger); font-style: normal; }.form-row input, .form-row select, .form-row textarea { width: 100%; margin-top: 7px; padding: 12px; color: var(--ink); background: #fff; border: 1px solid #b9c0c3; border-radius: 0; font: inherit; }.form-row textarea { resize: vertical; }.privacy-check { display: flex; gap: 10px; align-items: flex-start; margin: 5px 0 24px; font-weight: 500; }.privacy-check input { margin-top: 4px; }.privacy-check a { color: var(--gold); text-decoration: underline; }.form-status { min-height: 23px; margin: 16px 0 0; font-size: 13px; }.form-status.error { color: var(--danger); }.form-status.success { color: var(--success); }

.legal-document { padding: 75px 0 96px; }.document-layout { display: grid; grid-template-columns: 220px minmax(0, 760px); gap: 75px; }.document-nav { position: sticky; top: 102px; align-self: start; border-top: 1px solid var(--line); }.document-nav a { display: block; padding: 9px 0; border-bottom: 1px solid var(--line); color: var(--text-muted); font-size: 12px; }.document-nav a:hover { color: var(--gold); }.document-content section { scroll-margin-top: 105px; padding: 25px 0; border-top: 1px solid var(--line); }.document-content h2 { font-size: 1.8rem; }.document-content h3 { margin-top: 20px; font-size: 1.15rem; }.document-content p, .document-content li { color: var(--text-muted); font-size: 14px; }

footer { padding: 35px 0; color: rgba(255,255,255,.7); background: var(--ink-deep); }.footer-inner { display: flex; justify-content: space-between; align-items: center; gap: 25px; }.footer-inner > img { filter: brightness(0) invert(1); }.footer-nav { display: flex; justify-content: center; flex-wrap: wrap; gap: 9px 17px; font-size: 11px; }.footer-nav a:hover { color: var(--gold-light); }.footer-inner > span { white-space: nowrap; font-size: 10px; }

@media (max-width: 980px) {
  .nav-links { gap: 3px 11px; }.nav-links a { font-size: 11px; }
  .hero-grid { grid-template-columns: 1fr; gap: 32px; }.hero-copy { padding-bottom: 0; }
  .brief-layout, .home-split, .split-content, .contact-layout, .platform-layout { grid-template-columns: 1fr; gap: 48px; }
  .decision-framework { grid-template-columns: 1fr; }.contact-routing { position: static; }
  .operating-steps { grid-template-columns: repeat(3, 1fr); }.operating-steps article { min-height: 240px; }
  .control-grid { grid-template-columns: repeat(2, 1fr); }.chain-timeline, .partner-flow { grid-template-columns: repeat(2, 1fr); }
  .people-cards { grid-template-columns: repeat(2, 1fr); }
  .platform-stats { grid-template-columns: 1fr; gap: 20px; }
}

@media (max-width: 760px) {
  body { font-size: 15px; }.shell { width: min(100% - 32px, 1180px); }
  .header-inner { width: 100%; min-height: 70px; padding-inline: 16px; align-items: center; gap: 16px; }.brand img { width: 160px; }
  .nav-links { justify-content: flex-end; flex: 1; gap: 2px 10px; }
  .nav-links a:not(.nav-action) { display: none; }
  .nav-links .nav-action { min-height: 38px; padding: 0 12px; font-size: 11px; }
  
  .hero { min-height: 85svh; }.hero-content { padding: 100px 0 28px; }.hero-grid { gap: 30px; }
  .hero h1 { font-size: clamp(2.15rem, 9.2vw, 2.45rem); line-height: 1.1; }.hero-scrim { background: linear-gradient(180deg, rgba(7,26,53,.7) 0%, rgba(7,26,53,.5) 45%, rgba(7,26,53,.65) 100%); }
  .hero-description { font-size: 1.05rem; }
  
  .home-brief, .home-platform, .home-framework, .home-portfolio, .home-contact, .content-section, .capacity-profile, .appetite-register, .evidence-checklist, .markets-section, .incident-section, .partners-section, .about-section, .team-section, .insights-section, .dual-decision, .six-stage-review, .authority-comparison, .method-benefits, .cope-matrix, .authority-chain, .solution-outcomes { padding: 68px 0; }
  .page-hero { padding: 72px 0 58px; }.page-hero.compact { padding: 58px 0 42px; }
  
  .brief-board, .portfolio-metrics, .profile-register, .technical-grid, .capability-grid, .benefits-grid, .outcomes-grid, .checklist-grid, .principles-grid, .work-grid, .committee-grid { grid-template-columns: 1fr; }
  .brief-board > div, .profile-register > div, .portfolio-metrics > div { min-height: auto; }
  .brief-roles { grid-template-columns: 1fr; }
  
  .metric-card::before { width: 38px; height: 38px; }
  .metric-value, .metric-unit, .metric-ratio { font-size: clamp(1.8rem, 5vw, 2.2rem); }
  
  .apac-map-home { min-height: 450px; }
  .map-marker { transform: scale(.92); }
  .map-marker:hover { transform: scale(1.05); }
  .marker-dot { width: 14px; height: 14px; border-width: 2px; }
  .marker-label { font-size: 12px; min-width: 110px; padding: 10px 13px; }
  .marker-label strong { font-size: 13px; }
  .marker-label b { font-size: 14px; }
  .map-legend { right: 16px; bottom: 16px; padding: 14px 16px; }
  .legend-item { font-size: 11px; }
  
  .operating-steps { grid-template-columns: 1fr; }
  .operating-steps article { min-height: auto; padding: 24px 20px; }
  .operating-steps h3 { margin-top: 28px; font-size: 1.4rem; }
  
  .split-bar { height: 40px; }
  .split-segment b { font-size: 12px; }
  
  .principle-list > div, .mini-market-list > div, .scope-list > div { grid-template-columns: 42px 1fr; }
  .principle-list span, .mini-market-list span, .scope-list span { grid-column: 2; }
  .people-cards { grid-template-columns: 1fr; }
  .people-cards > div { min-height: 150px; }
  .people-cards span { margin-bottom: 20px; font-size: 14px; }
  
  .section-header { grid-template-columns: 1fr; gap: 16px; }
  .control-grid { grid-template-columns: 1fr; }
  .control-grid > div { min-height: auto; }
  .authority-notes, .notice-options, .responsibility-grid, .route-grid { grid-template-columns: 1fr; }
  .responsibility-grid > div, .route-grid > div { min-height: auto; }
  
  .chain-timeline, .partner-flow { grid-template-columns: 1fr; }
  .chain-step, .partner-flow > div { min-height: auto; border-right: 0; border-bottom: 1px solid var(--line); }
  .chain-step:last-child, .partner-flow > div:last-child { border-bottom: 0; }
  
  .timeline-stage { grid-template-columns: 1fr; gap: 8px; }
  .team-register > article, .advisory-record { grid-template-columns: 1fr; gap: 18px; }
  .topic-library article { grid-template-columns: 1fr; gap: 8px; }
  .cta-inner, .footer-inner { flex-direction: column; align-items: flex-start; gap: 22px; }
  .footer-nav { justify-content: flex-start; }.footer-inner > span { white-space: normal; }
  
  .contact-page, .legal-document { padding: 62px 0; }
  .enquiry-form { padding: 22px; }
  .document-layout { grid-template-columns: 1fr; gap: 42px; }
  .document-nav { position: static; display: flex; overflow-x: auto; border-top: 0; }
  .document-nav a { flex: 0 0 auto; padding: 10px 12px; border-top: 1px solid var(--line); }
  .document-content h2 { font-size: 1.65rem; }
}

@media (prefers-reduced-motion: reduce) { 
  *, *::before, *::after { scroll-behavior: auto !important; transition-duration: .01ms !important; animation-duration: .01ms !important; animation-iteration-count: 1 !important; } 
  .marker-dot { animation: none !important; box-shadow: 0 2px 8px rgba(185,138,46,.5) !important; }
  .map-marker.support .marker-dot { box-shadow: 0 2px 6px rgba(122,146,168,.4) !important; }
  .split-segment { transition: none !important; opacity: 1 !important; transform: none !important; }
  .button:hover { transform: none !important; }
  .hero-image { transition: opacity .65s ease !important; transform: none !important; }
}

/* Homepage — wide risk information desk composition */
.home-page { --home-gutter: clamp(24px, 4.2vw, 72px); }
.home-page ::selection { color: var(--ink-deep); background: var(--gold-light); }
.home-page main .shell { width: min(1440px, calc(100% - (var(--home-gutter) * 2))); }
.home-page main h2 { max-width: 16ch; font-size: clamp(2.4rem, 4.2vw, 4.8rem); letter-spacing: -.025em; text-wrap: balance; }
.home-page main p { max-width: 68ch; }

.home-page .hero { min-height: max(760px, 94svh); align-items: center; }
.home-page .hero-image { background-position: 66% center; filter: saturate(.72) brightness(.86); }
.home-page .hero-scrim { background: linear-gradient(90deg, rgba(7,26,53,.98) 0%, rgba(7,26,53,.91) 43%, rgba(7,26,53,.52) 73%, rgba(7,26,53,.64) 100%); }
.home-page .hero-content { padding: 150px 0 74px; }
.home-page .hero-grid { grid-template-columns: minmax(0, 1fr) clamp(300px, 22vw, 344px); gap: clamp(64px, 7vw, 112px); align-items: center; justify-items: stretch; }
.home-page .hero-copy { max-width: 920px; text-align: left; text-shadow: 0 5px 30px rgba(7,26,53,.42); }
.home-page .hero h1 { max-width: 860px; margin-bottom: 30px; font-size: clamp(3.7rem, 6.1vw, 6rem); letter-spacing: -.035em; }
.home-page .hero-title-accent { color: var(--gold-light); font-style: normal; }
.home-page .hero-description { max-width: 770px; margin: 0; color: rgba(255,255,255,.86); font-size: clamp(1rem, 1.15vw, 1.16rem); line-height: 1.8; }
.home-page .hero-actions { justify-content: flex-start; }
.hero-desk { width: 100%; padding-left: 26px; color: #fff; border-left: 1px solid rgba(228,193,120,.82); background: transparent; text-shadow: 0 2px 14px rgba(7,26,53,.72); }
.desk-heading { padding: 0 0 24px; }
.desk-heading span, .ledger-title span, .gate-labels span { display: block; color: var(--gold-light); font: 500 10px/1.4 "DM Mono", monospace; letter-spacing: .12em; }
.desk-heading strong { display: block; margin-top: 10px; font: 600 1.42rem/1.38 "Source Serif 4", serif; }
.hero-desk dl { margin: 0; }
.hero-desk dl > div { display: grid; grid-template-columns: 72px minmax(0, 1fr); gap: 16px; padding: 15px 0; border-top: 1px solid rgba(255,255,255,.18); }
.hero-desk dt { color: rgba(255,255,255,.58); font-size: 12px; }
.hero-desk dd { margin: 0; font-size: 12px; line-height: 1.6; font-weight: 600; }
.hero-desk > a { display: flex; justify-content: space-between; align-items: center; min-height: 56px; color: var(--gold-light); border-top: 1px solid rgba(255,255,255,.18); font-size: 13px; font-weight: 700; }
.hero-desk > a span { font-size: 20px; transition: transform .2s ease; }
.hero-desk > a:hover span { transform: translateX(5px); }

.home-page .home-brief, .home-page .home-platform, .home-page .home-framework, .home-page .home-portfolio, .home-page .home-contact { padding: clamp(96px, 9vw, 148px) 0; }
.home-page .brief-layout { grid-template-columns: minmax(300px, .72fr) minmax(620px, 1.38fr); gap: clamp(70px, 9vw, 150px); }
.brief-statement h2 { max-width: 13ch; }
.brief-statement p, .platform-copy p, .framework-intro p, .market-copy > p, .portfolio-copy p, .people-heading p { color: var(--text-muted); line-height: 1.85; }
.home-page .brief-board { grid-template-columns: repeat(3, 1fr); align-self: end; border: 0; border-top: 1px solid var(--ink); border-bottom: 1px solid var(--line); border-radius: 0; background: transparent; box-shadow: none; }
.home-page .brief-board > div { min-height: 190px; padding: 28px clamp(18px, 2vw, 34px); border-right: 1px solid var(--line); background: transparent; }
.home-page .brief-board > div:first-child { padding-left: 0; }
.home-page .brief-board > div:last-child { border-right: 0; }
.home-page .metric-card:hover { transform: none; box-shadow: none; background: transparent; }
.home-page .metric-card::before { display: none; }
.metric-line { white-space: nowrap; }
.home-page .metric-value, .home-page .metric-unit, .home-page .metric-ratio { font-size: clamp(3.25rem, 5vw, 5rem); letter-spacing: -.04em; }
.home-page .metric-label { margin-top: 24px; font-size: 12px; letter-spacing: .02em; }
.home-page .brief-roles { grid-column: 2; display: grid; grid-template-columns: repeat(3, 1fr); margin-top: -60px; border-top: 1px solid var(--line); }
.brief-roles a { display: grid; grid-template-columns: 1fr auto; gap: 6px 14px; padding: 22px clamp(18px, 2vw, 32px); border-right: 1px solid var(--line); transition: background .2s ease; }
.brief-roles a:first-child { padding-left: 0; }
.brief-roles a:last-child { border-right: 0; }
.brief-roles a:hover { background: rgba(185,138,46,.08); }
.brief-roles b { color: var(--ink); font-family: "Source Serif 4", serif; font-size: 1.08rem; }
.brief-roles span { grid-column: 1; color: var(--text-muted); font-size: 12px; }
.brief-roles i { grid-column: 2; grid-row: 1 / 3; align-self: center; color: var(--gold); font-style: normal; font-size: 18px; }

.home-page .home-platform { overflow: hidden; background: var(--home-paper); }
.platform-layout { display: grid; grid-template-columns: minmax(320px, .78fr) minmax(650px, 1.25fr); gap: clamp(80px, 10vw, 170px); align-items: center; }
.platform-copy h2 { max-width: 12ch; }
.platform-ledger { position: relative; min-height: 570px; display: grid; grid-template-rows: 1fr auto auto; padding: clamp(38px, 5vw, 72px); color: #fff; background: var(--ink-deep); box-shadow: 35px 35px 0 var(--paper); }
.platform-ledger::before { position: absolute; inset: 0; content: ""; border: 1px solid rgba(255,255,255,.12); pointer-events: none; }
.ledger-title strong { display: block; margin-top: 35px; font: 700 clamp(3rem, 5.8vw, 6rem)/.9 "Source Serif 4", serif; letter-spacing: -.04em; }
.ledger-axis { display: grid; grid-template-columns: repeat(3, 1fr); border-top: 1px solid rgba(255,255,255,.24); border-bottom: 1px solid rgba(255,255,255,.24); }
.ledger-axis span { padding: 19px 10px; color: rgba(255,255,255,.7); border-right: 1px solid rgba(255,255,255,.18); font-size: 12px; }
.ledger-axis span:last-child { border-right: 0; }
.ledger-flow { display: grid; grid-template-columns: auto 1fr auto 1fr auto; align-items: center; gap: 12px; padding-top: 36px; color: var(--gold-light); font-size: 12px; font-weight: 700; }
.ledger-flow i { height: 1px; background: rgba(228,193,120,.55); }

.home-page .home-operating { padding: clamp(100px, 9vw, 150px) 0; }
.operating-heading { display: flex; justify-content: space-between; align-items: end; gap: 48px; margin-bottom: 64px; }
.operating-heading h2 { max-width: 13ch; margin-bottom: 0; }
.operating-heading p { max-width: 360px; margin: 0; color: rgba(255,255,255,.62); }
.home-page .operating-steps { grid-template-columns: .8fr .9fr 1.38fr .9fr 1fr; gap: 0; overflow: visible; border-top: 1px solid rgba(255,255,255,.32); border-radius: 0; background: transparent; }
.home-page .operating-steps article { min-height: 350px; padding: 28px clamp(18px, 2.1vw, 34px); border-right: 1px solid rgba(255,255,255,.2); background: transparent; backdrop-filter: none; }
.home-page .operating-steps article:first-child { padding-left: 0; }
.home-page .operating-steps article:last-child { border-right: 0; }
.home-page .operating-steps article:hover { transform: none; background: rgba(255,255,255,.035); }
.home-page .operating-steps .focus { margin-top: -22px; padding-top: 50px; color: var(--ink-deep); background: var(--gold); }
.home-page .operating-steps .focus:hover { background: var(--gold-light); }
.home-page .operating-steps h3 { margin-top: 120px; font-size: clamp(1.7rem, 2.2vw, 2.4rem); }
.home-page .operating-steps .focus h3 { margin-top: 98px; }

.framework-layout, .portfolio-layout, .people-layout { display: grid; grid-template-columns: minmax(310px, .72fr) minmax(650px, 1.35fr); gap: clamp(80px, 10vw, 170px); align-items: start; }
.framework-intro { position: sticky; top: 126px; }
.framework-intro h2 { max-width: 12ch; }
.framework-gates { border-top: 1px solid var(--ink); }
.gate-labels { display: grid; grid-template-columns: 1fr 1fr; padding: 18px 0; border-bottom: 1px solid var(--line); }
.gate-labels span:last-child { padding-left: 28px; border-left: 1px solid var(--line); }
.home-page .principle-list { border: 0; border-radius: 0; }
.home-page .principle-list > div { grid-template-columns: .8fr 1.2fr; gap: 28px; min-height: 92px; padding: 23px 0; border-bottom: 1px solid var(--line); background: transparent; }
.home-page .principle-list > div:hover { transform: none; background: rgba(185,138,46,.06); }
.home-page .principle-list b { color: var(--ink); font: 700 1.15rem "Source Serif 4", serif; }
.home-page .principle-list span { font-size: 14px; }

.home-page .home-market { padding: clamp(100px, 9vw, 150px) 0; }
.market-layout { display: grid; grid-template-columns: minmax(340px, .7fr) minmax(620px, 1.3fr); gap: clamp(70px, 8vw, 130px); align-items: stretch; }
.market-copy { display: flex; flex-direction: column; }
.market-copy h2 { max-width: 12ch; }
.home-page .market-copy > p { color: rgba(255,255,255,.7); }
.home-page .mini-market-list { margin-top: auto; border-radius: 0; }
.home-page .mini-market-list > div { grid-template-columns: 1fr 60px 1.4fr; padding: 17px 0; background: transparent; }
.home-page .mini-market-list > div:hover { transform: none; background: rgba(255,255,255,.035); }
.home-page .apac-map-home { min-height: 720px; margin-top: 0; border: 1px solid rgba(255,255,255,.14); border-radius: 0; box-shadow: none; }

.portfolio-layout { align-items: center; }
.portfolio-copy h2 { max-width: 13ch; }
.home-page .portfolio-metrics { grid-template-columns: 1fr 1fr; border: 0; border-top: 1px solid var(--ink); border-radius: 0; background: transparent; box-shadow: none; }
.home-page .portfolio-metrics > div { min-height: 230px; padding: 34px; border-right: 1px solid var(--line); border-bottom: 1px solid var(--line); background: transparent; }
.home-page .portfolio-metrics > div:nth-child(2) { border-right: 0; }
.home-page .portfolio-metrics .portfolio-review { grid-column: 1 / -1; display: grid; grid-template-columns: 70px 1fr auto; align-items: center; min-height: 130px; border-right: 0; }
.portfolio-review svg { width: 40px; fill: none; stroke: var(--gold); stroke-width: 1.7; }
.home-page .portfolio-review strong { margin: 0; font-size: 1.8rem; }

.home-page .home-people { padding: clamp(100px, 9vw, 150px) 0; }
.people-heading h2 { max-width: 12ch; }
.home-page .people-heading p { color: rgba(255,255,255,.67); }
.home-page .people-cards { grid-template-columns: repeat(3, 1fr); gap: 0; overflow: visible; border-top: 1px solid rgba(255,255,255,.32); border-radius: 0; background: transparent; }
.home-page .people-cards > div { min-height: 340px; padding: 30px; border-right: 1px solid rgba(255,255,255,.2); background: transparent; backdrop-filter: none; }
.home-page .people-cards > div:first-child { padding-left: 0; }
.home-page .people-cards > div:last-child { border-right: 0; }
.home-page .people-cards > div:hover { transform: none; background: rgba(255,255,255,.035); }
.home-page .people-cards span { margin-bottom: 130px; font-size: 13px; }
.home-page .people-cards strong { font-size: 1.8rem; }

.home-page .home-contact { background: var(--paper); }
.home-page .cta-inner { align-items: end; padding-top: 34px; border-top: 1px solid var(--ink); }
.home-page .cta-inner h2 { max-width: 14ch; }
.home-page .cta-inner p { margin-bottom: 0; }
.home-page .button-outline { color: var(--ink); border-color: rgba(16,32,56,.45); background: transparent; }
.home-page .button-outline:hover { border-color: var(--ink); background: var(--surface); }

@media (max-width: 1120px) {
  .home-page .hero-grid { grid-template-columns: minmax(0, 1fr) 286px; gap: 48px; }
  .home-page .hero h1 { font-size: clamp(3.25rem, 6.2vw, 5rem); }
  .home-page .brief-layout, .platform-layout, .framework-layout, .portfolio-layout, .people-layout, .market-layout { grid-template-columns: minmax(280px, .72fr) minmax(500px, 1.28fr); gap: 64px; }
  .home-page .brief-roles { margin-top: -40px; }
  .home-page .operating-steps { grid-template-columns: repeat(5, 1fr); }
  .home-page .operating-steps article { min-height: 310px; padding-inline: 18px; }
}

@media (max-width: 900px) {
  .home-page .hero { min-height: auto; }
  .home-page .hero-content { padding: 132px 0 60px; }
  .home-page .hero-grid, .home-page .brief-layout, .platform-layout, .framework-layout, .portfolio-layout, .people-layout, .market-layout { grid-template-columns: 1fr; gap: 58px; }
  .home-page .hero-copy { max-width: 760px; }
  .hero-desk { max-width: 620px; }
  .home-page .brief-roles { grid-column: 1; margin-top: -20px; }
  .platform-ledger { min-height: 500px; box-shadow: 22px 22px 0 var(--paper); }
  .framework-intro { position: static; }
  .home-page .operating-steps { grid-template-columns: repeat(3, 1fr); }
  .home-page .operating-steps article:first-child { padding-left: 18px; }
  .home-page .operating-steps .focus { margin-top: 0; padding-top: 28px; }
  .home-page .operating-steps h3, .home-page .operating-steps .focus h3 { margin-top: 64px; }
  .home-page .apac-map-home { min-height: 600px; }
  .home-page .mini-market-list { margin-top: 50px; }
}

@media (max-width: 620px) {
  .home-page { --home-gutter: 18px; }
  .home-page main h2 { font-size: clamp(2.15rem, 10vw, 3rem); }
  .home-page .hero-content { padding: 112px 0 44px; }
  .home-page .hero h1 { font-size: clamp(2.65rem, 12.5vw, 4rem); line-height: 1.02; }
  .home-page .hero-description { font-size: .98rem; }
  .home-page .hero-actions { display: grid; grid-template-columns: 1fr; }
  .home-page .hero-actions .button { width: 100%; }
  .hero-desk { display: none; }
  .home-page .home-brief, .home-page .home-platform, .home-page .home-framework, .home-page .home-portfolio, .home-page .home-contact, .home-page .home-operating, .home-page .home-market, .home-page .home-people { padding: 76px 0; }
  .home-page .brief-board { grid-template-columns: 1fr; }
  .home-page .brief-board > div, .home-page .brief-board > div:first-child { min-height: 145px; padding: 24px 0; border-right: 0; border-bottom: 1px solid var(--line); }
  .home-page .brief-roles { grid-template-columns: 1fr; margin-top: -24px; }
  .brief-roles a, .brief-roles a:first-child { padding: 18px 0; border-right: 0; border-bottom: 1px solid var(--line); }
  .platform-ledger { min-height: 430px; padding: 28px 22px; box-shadow: 12px 12px 0 var(--paper); }
  .ledger-title strong { font-size: clamp(2.6rem, 14vw, 4rem); }
  .ledger-axis { grid-template-columns: 1fr; }
  .ledger-axis span { padding: 10px 0; border-right: 0; border-bottom: 1px solid rgba(255,255,255,.15); }
  .ledger-axis span:last-child { border-bottom: 0; }
  .ledger-flow { gap: 6px; font-size: 10px; }
  .operating-heading { display: block; margin-bottom: 38px; }
  .operating-heading p { margin-top: 18px; }
  .home-page .operating-steps { grid-template-columns: 1fr; }
  .home-page .operating-steps article, .home-page .operating-steps article:first-child { min-height: auto; padding: 22px 0; border-right: 0; border-bottom: 1px solid rgba(255,255,255,.18); }
  .home-page .operating-steps .focus { margin-inline: -18px; padding-inline: 18px; }
  .home-page .operating-steps h3, .home-page .operating-steps .focus h3 { margin-top: 24px; }
  .gate-labels span:last-child { padding-left: 16px; }
  .home-page .principle-list > div { grid-template-columns: 1fr; gap: 8px; }
  .home-page .mini-market-list > div { grid-template-columns: 1fr 54px; }
  .home-page .mini-market-list span { grid-column: 1 / -1; }
  .home-page .apac-map-home { min-height: 450px; }
  .home-page .portfolio-metrics { grid-template-columns: 1fr; }
  .home-page .portfolio-metrics > div { min-height: 180px; padding: 26px 0; border-right: 0; }
  .home-page .portfolio-metrics .portfolio-review { grid-column: 1; grid-template-columns: 55px 1fr; gap: 8px; }
  .home-page .portfolio-review .metric-label { grid-column: 2; margin-top: 0; }
  .home-page .people-cards { grid-template-columns: 1fr; }
  .home-page .people-cards > div, .home-page .people-cards > div:first-child { min-height: 170px; padding: 24px 0; border-right: 0; border-bottom: 1px solid rgba(255,255,255,.18); }
  .home-page .people-cards span { margin-bottom: 38px; }
  .home-page .cta-buttons { width: 100%; }
  .home-page .cta-buttons .button { flex: 1; }
}

/* Final homepage cascade: intentionally follows the legacy homepage rules. */
body.home-page { --home-gutter: clamp(24px, 3vw, 54px); color: #071a35; background: var(--home-paper); }
body.home-page .shell { width: min(100%, 1760px); max-width: none; padding-inline: var(--home-gutter); }
body.home-page .site-header { height: 76px; border-color: rgba(255,255,255,.12); background: rgba(7,26,53,.9); }
body.home-page .header-inner { min-height: 76px; padding-inline: var(--home-gutter); }
body.home-page .nav-links { flex-wrap: nowrap; gap: clamp(13px,1.3vw,26px); font-size: clamp(11px,.75vw,13px); }
body.home-page .nav-links > a:not(.nav-action) { padding-block: 29px 25px; white-space: nowrap; }
body.home-page main h2 { font-size: clamp(2.25rem,3.25vw,4rem); line-height: 1.02; letter-spacing: -.042em; text-wrap: balance; }
body.home-page main p { font-size: clamp(.91rem,.88vw,1rem); line-height: 1.72; }
body.home-page .hero { min-height: min(920px,100dvh); align-items: stretch; }
body.home-page .hero-image { background-position: 62% center; filter: saturate(.68) brightness(.8); }
body.home-page .hero-scrim { background: linear-gradient(90deg,rgba(5,19,40,.94),rgba(5,19,40,.87) 40%,rgba(5,19,40,.4) 72%,rgba(5,19,40,.56)); }
body.home-page .hero-content { display: flex; align-items: center; padding: 116px 0 48px; }
body.home-page .hero-grid { grid-template-columns: minmax(0,1fr); align-items: center; }
body.home-page .hero-copy { max-width: 900px; padding: 0; text-align: left; text-shadow: none; }
body.home-page .hero h1 { max-width: 820px; margin: 0 0 26px; font-size: clamp(3.25rem,4.75vw,5.45rem); line-height: .96; letter-spacing: -.048em; }
body.home-page .hero-description { max-width: 710px; margin: 0; font-size: clamp(.93rem,.94vw,1.05rem); line-height: 1.68; }
body.home-page .hero-actions { justify-content: flex-start; margin-top: 30px; }
body.home-page .hero-desk { padding: 30px 0 4px 30px; border: 0; border-left: 1px solid rgba(230,197,121,.75); background: linear-gradient(90deg,rgba(7,26,53,.16),rgba(7,26,53,.36)); text-shadow: none; }
body.home-page .home-brief,body.home-page .home-platform,body.home-page .home-framework,body.home-page .home-portfolio,body.home-page .home-contact,body.home-page .home-operating,body.home-page .home-market,body.home-page .home-people { padding: clamp(76px,7vw,126px) 0; }
body.home-page .brief-layout { grid-template-columns: repeat(12,minmax(0,1fr)); gap: clamp(24px,3vw,48px); }
body.home-page .brief-statement { grid-column: 1/span 5; }
body.home-page .brief-board { grid-column: 7/-1; grid-template-columns: repeat(3,1fr); align-self: start; border-top: 1px solid #071a35; background: transparent; }
body.home-page .brief-board > div,body.home-page .brief-board > div:first-child { min-height: 188px; justify-content: flex-end; padding: 26px 22px 24px; border: 0; border-right: 1px solid rgba(7,26,53,.16); border-bottom: 1px solid rgba(7,26,53,.16); background: transparent; }
body.home-page .brief-roles { grid-column: 7/-1; grid-template-columns: repeat(3,1fr); margin-top: -1px; background: transparent; }
body.home-page .brief-roles a,body.home-page .brief-roles a:first-child { min-height: 116px; justify-content: flex-end; padding: 22px; border-right: 1px solid rgba(7,26,53,.16); background: transparent; }
body.home-page .platform-layout { grid-template-columns: repeat(12,minmax(0,1fr)); gap: clamp(28px,3.4vw,56px); }
body.home-page .platform-photo { position: sticky; top: 104px; grid-column: 1/span 5; grid-row: 1/span 2; min-height: 620px; }
body.home-page .platform-photo img { min-height: 620px; }
body.home-page .platform-copy,body.home-page .platform-ledger { grid-column: 7/-1; }
body.home-page .platform-stats { gap: 0; border-top: 1px solid #071a35; border-bottom: 1px solid rgba(7,26,53,.16); }
body.home-page .stat-item { min-height: 116px; justify-content: flex-end; padding: 22px 18px 20px 0; border-right: 1px solid rgba(7,26,53,.16); }
body.home-page .platform-ledger { min-height: 340px; padding: 32px; border-radius: 0; background-color: #071a35; box-shadow: 16px 16px 0 #e4e8e7; }
body.home-page .ledger-principles { display: grid; grid-template-columns: repeat(3,1fr); gap: 0; }
body.home-page .operating-heading { display: grid; grid-template-columns: 5fr 7fr; align-items: end; gap: clamp(48px,7vw,120px); }
body.home-page .operating-heading p { max-width: 46ch; justify-self: end; }
body.home-page .framework-layout,body.home-page .portfolio-layout,body.home-page .people-layout,body.home-page .market-layout { grid-template-columns: repeat(12,minmax(0,1fr)); gap: clamp(32px,5vw,82px); }
body.home-page .framework-intro,body.home-page .portfolio-copy,body.home-page .people-heading,body.home-page .market-copy { grid-column: 1/span 5; }
body.home-page .framework-gates,body.home-page .portfolio-metrics,body.home-page .people-cards,body.home-page .apac-map-home { grid-column: 7/-1; }
body.home-page .industrial-band { position: relative; height: clamp(320px,42vw,660px); margin: 0; overflow: hidden; background: #071a35; }
body.home-page .industrial-band::after { position: absolute; inset: 0; content: ""; background: linear-gradient(90deg,rgba(7,26,53,.75),transparent 48%,rgba(7,26,53,.16)),linear-gradient(180deg,rgba(7,26,53,.15),rgba(7,26,53,.55)); pointer-events: none; }
body.home-page .industrial-band img { width: 100%; height: 100%; object-fit: cover; filter: saturate(.65) contrast(1.05); transition: transform 1.2s cubic-bezier(.2,.7,.2,1); }
body.home-page .industrial-band:hover img { transform: scale(1.02); }
body.home-page .apac-map-home { min-height: 720px; margin: 0; border: 1px solid rgba(230,197,121,.22); border-radius: 0; background: radial-gradient(circle at 54% 46%,#123452 0%,#081b35 62%,#06162c 100%); box-shadow: inset 0 0 80px rgba(0,0,0,.25); }
body.home-page .apac-map-home::before { background-image: linear-gradient(rgba(230,197,121,.055) 1px,transparent 1px),linear-gradient(90deg,rgba(230,197,121,.055) 1px,transparent 1px); background-size: 64px 64px; }
body.home-page .apac-map-svg { opacity: .92; filter: drop-shadow(0 8px 18px rgba(0,0,0,.25)); }
body.home-page .apac-map-svg path.map-outline { fill: rgba(50,91,116,.55); stroke: rgba(230,197,121,.52); stroke-width: 1.4; }
body.home-page .apac-map-svg circle.map-outline { fill: rgba(230,197,121,.48); stroke: rgba(230,197,121,.68); }
body.home-page .marker-dot { background: #e6c579; box-shadow: 0 0 0 6px rgba(230,197,121,.14),0 0 22px rgba(230,197,121,.55); }
body.home-page .map-marker.support .marker-dot { background: #8fa8b7; box-shadow: 0 0 0 5px rgba(143,168,183,.12); }
body.home-page .portfolio-metrics { grid-template-columns: 1fr 1fr; grid-template-rows: minmax(250px,1fr) auto auto; }
body.home-page .portfolio-photo { grid-column: 1/-1; min-height: 250px; margin: 0; overflow: hidden; background: #071a35; }
body.home-page .portfolio-photo img { width: 100%; height: 100%; min-height: 250px; object-fit: cover; filter: saturate(.62) contrast(1.04); transition: transform .9s cubic-bezier(.2,.7,.2,1); }
body.home-page .portfolio-photo:hover img { transform: scale(1.018); }
body.home-page .portfolio-metrics > div { min-height: 174px; padding: 26px; }
body.home-page .portfolio-metrics .portfolio-review { grid-column: 1/-1; min-height: 116px; }
body.home-page .people-cards { grid-template-columns: repeat(3,1fr); }
body.home-page .people-cards > div { min-height: 292px; display: flex; flex-direction: column; justify-content: flex-end; }
body.home-page .people-cards strong { font-size: 1.45rem; }
body.home-page .people-cards span { margin: 0 auto auto 0; }
body.home-page .cta-inner { display: grid; grid-template-columns: 7fr 5fr; gap: clamp(48px,8vw,128px); align-items: end; }

@media (max-width:1080px) {
  body.home-page .site-header,body.home-page .header-inner { height: 70px; min-height: 70px; }
  body.home-page .nav-toggle { display: grid; width: 44px; height: 44px; place-content: center; gap: 7px; padding: 0; border: 1px solid rgba(255,255,255,.26); background: transparent; }
  body.home-page .nav-links { position: fixed; inset: 70px 0 auto; display: grid; grid-template-columns: repeat(2,1fr); gap: 0; padding: 18px var(--home-gutter) 28px; background: rgba(7,26,53,.985); transform: translateY(-120%); visibility: hidden; }
  body.home-page.nav-open .nav-links { transform: translateY(0); visibility: visible; }
  body.home-page .nav-links > a:not(.nav-action) { padding: 15px 0; font-size: 14px; }
  body.home-page .brief-statement { grid-column: 1/span 6; }
  body.home-page .brief-board,body.home-page .brief-roles { grid-column: 7/-1; grid-template-columns: 1fr; }
  body.home-page .brief-board > div,body.home-page .brief-board > div:first-child { min-height: 124px; padding: 18px 0; border-right: 0; }
  body.home-page .platform-photo { grid-column: 1/span 5; min-height: 590px; }
  body.home-page .platform-copy,body.home-page .platform-ledger { grid-column: 6/-1; }
  body.home-page .framework-intro,body.home-page .portfolio-copy,body.home-page .people-heading,body.home-page .market-copy { grid-column: 1/span 5; }
  body.home-page .framework-gates,body.home-page .portfolio-metrics,body.home-page .people-cards,body.home-page .apac-map-home { grid-column: 6/-1; }
}

@media (max-width:780px) {
  body.home-page { --home-gutter: 22px; }
  body.home-page .hero { min-height: auto; }
  body.home-page .hero-grid,body.home-page .brief-layout,body.home-page .platform-layout,body.home-page .framework-layout,body.home-page .portfolio-layout,body.home-page .people-layout,body.home-page .market-layout { grid-template-columns: 1fr; gap: 48px; }
  body.home-page .hero h1 { max-width: 8.6ch; font-size: clamp(3.05rem,12.5vw,5rem); }
  body.home-page .brief-statement,body.home-page .brief-board,body.home-page .brief-roles,body.home-page .platform-photo,body.home-page .platform-copy,body.home-page .platform-ledger,body.home-page .framework-intro,body.home-page .framework-gates,body.home-page .portfolio-copy,body.home-page .portfolio-metrics,body.home-page .people-heading,body.home-page .people-cards,body.home-page .market-copy,body.home-page .apac-map-home { grid-column: 1; }
  body.home-page .platform-photo { position: relative; top: auto; grid-row: auto; min-height: 580px; }
  body.home-page .operating-heading,body.home-page .cta-inner { grid-template-columns: 1fr; gap: 28px; }
  body.home-page .operating-heading p { justify-self: start; }
  body.home-page .operating-steps { grid-template-columns: 1fr; }
  body.home-page .people-cards { grid-template-columns: 1fr; }
  body.home-page .people-cards > div { min-height: 190px; }
}

@media (max-width:520px) {
  body.home-page .nav-links { grid-template-columns: 1fr; max-height: calc(100dvh - 70px); overflow-y: auto; }
  body.home-page .hero-actions,body.home-page .cta-buttons { display: grid; grid-template-columns: 1fr; width: 100%; }
  body.home-page .hero-actions .button,body.home-page .cta-buttons .button { width: 100%; }
  body.home-page .hero-desk { display: block; }
  body.home-page .platform-stats,body.home-page .portfolio-metrics { grid-template-columns: 1fr; }
  body.home-page .apac-map-home { min-height: 500px; }
}

/* Homepage proportion correction: full-width rails and compact type. */
body.home-page .header-inner { width: 100%; max-width: none; margin: 0; padding-right: var(--home-gutter); }
body.home-page main > section > .shell,
body.home-page main > section > div > .shell { width: 100%; max-width: none; margin-inline: 0; }
body.home-page main h2 { max-width: none; font-size: clamp(2.1rem,2.75vw,3.45rem); line-height: 1.04; }
body.home-page .brief-statement h2,
body.home-page .platform-copy h2,
body.home-page .framework-intro h2,
body.home-page .market-copy h2,
body.home-page .portfolio-copy h2,
body.home-page .people-heading h2,
body.home-page .cta-inner h2 { max-width: none; }
body.home-page .framework-layout,
body.home-page .market-layout,
body.home-page .portfolio-layout,
body.home-page .people-layout { align-items: start; }
body.home-page .framework-gates { align-self: start; }
body.home-page .hero h1 { font-size: clamp(3rem,4.25vw,4.9rem); line-height: .98; }
body.home-page .metric-value,
body.home-page .metric-unit,
body.home-page .metric-ratio { font-size: clamp(2.25rem,2.9vw,3.65rem); }
body.home-page .stat-item strong { font-size: clamp(1.65rem,2vw,2.5rem); }
body.home-page .ledger-title strong { font-size: clamp(2.45rem,3.5vw,4.2rem); line-height: .94; }
body.home-page .principle-list strong { font-size: 1rem; }
body.home-page .principle-list span,
body.home-page .mini-market-list span,
body.home-page .people-cards p { font-size: .84rem; }
body.home-page .people-cards strong { font-size: clamp(1.15rem,1.25vw,1.5rem); }
body.home-page .portfolio-review strong { font-size: 1.45rem; }
body.home-page .home-operating > .shell { display: grid; grid-template-columns: repeat(12,minmax(0,1fr)); gap: clamp(32px,5vw,82px); align-items: start; }
body.home-page .operating-heading { grid-column: 1/span 5; display: flex; flex-direction: column; align-items: stretch; gap: 0; margin: 0; }
body.home-page .operating-heading h2 { max-width: none; margin-bottom: 22px; }
body.home-page .operating-heading p { max-width: 46ch; margin: 0 0 32px; justify-self: auto; }
body.home-page .operating-photo { position: relative; min-height: 320px; margin: 0; overflow: hidden; border-top: 1px solid rgba(230,197,121,.52); }
body.home-page .operating-photo::after { position: absolute; inset: 0; content: ""; background: linear-gradient(180deg,transparent 58%,rgba(7,26,53,.58)); pointer-events: none; }
body.home-page .operating-photo img { width: 100%; height: 100%; min-height: 320px; object-fit: cover; filter: saturate(.62) contrast(1.05); transition: transform .9s cubic-bezier(.2,.7,.2,1); }
body.home-page .operating-photo:hover img { transform: scale(1.02); }
body.home-page .operating-steps { grid-column: 6/-1; display: grid; grid-template-columns: 1fr; border-top: 1px solid rgba(255,255,255,.32); }
body.home-page .operating-steps article,
body.home-page .operating-steps article:first-child { display: grid; grid-template-columns: 54px minmax(150px,.55fr) 1fr; gap: 22px; align-items: center; min-height: 116px; padding: 20px 0; border-right: 0; border-bottom: 1px solid rgba(255,255,255,.18); }
body.home-page .operating-steps article.focus { margin: 0; padding: 20px 22px; }
body.home-page .operating-steps h3,
body.home-page .operating-steps .focus h3 { margin: 0; font-size: clamp(1.15rem,1.35vw,1.55rem); }
body.home-page .operating-steps p { margin: 0; font-size: .84rem; }
body.home-page .people-cards { grid-template-columns: repeat(2,1fr); gap: 0; }
body.home-page .people-photo { position: relative; min-height: 260px; margin: 0; overflow: hidden; border-right: 1px solid rgba(255,255,255,.2); border-bottom: 1px solid rgba(255,255,255,.2); }
body.home-page .people-photo::after { position: absolute; inset: 0; content: ""; background: linear-gradient(180deg,transparent 55%,rgba(7,26,53,.54)); pointer-events: none; }
body.home-page .people-photo img { width: 100%; height: 100%; min-height: 260px; object-fit: cover; filter: saturate(.58) contrast(1.06); transition: transform .9s cubic-bezier(.2,.7,.2,1); }
body.home-page .people-photo:hover img { transform: scale(1.02); }
body.home-page .people-cards > div,
body.home-page .people-cards > div:first-child { min-height: 260px; padding: 24px; }

@media (max-width:1080px) {
  body.home-page .home-operating > .shell { grid-template-columns: repeat(12,minmax(0,1fr)); }
  body.home-page .operating-heading { grid-column: 1/span 5; }
  body.home-page .operating-steps { grid-column: 6/-1; }
  body.home-page .operating-steps article,body.home-page .operating-steps article:first-child { grid-template-columns: 38px 1fr; gap: 10px 18px; }
  body.home-page .operating-steps p { grid-column: 2; }
}

@media (max-width:780px) {
  body.home-page main h2 { font-size: clamp(2rem,8vw,2.85rem); }
  body.home-page .home-operating > .shell { grid-template-columns: 1fr; }
  body.home-page .operating-heading,body.home-page .operating-steps { grid-column: 1; }
  body.home-page .operating-photo,body.home-page .operating-photo img { min-height: 260px; }
  body.home-page .operating-steps article.focus { margin: 0 calc(-1 * var(--home-gutter)); padding-inline: var(--home-gutter); }
  body.home-page .people-cards { grid-template-columns: 1fr; }
  body.home-page .people-photo,body.home-page .people-photo img { min-height: 260px; }
}

@media (max-width:520px) {
  body.home-page .hero h1 { font-size: clamp(2.65rem,12vw,3.6rem); }
  body.home-page .metric-value,body.home-page .metric-unit,body.home-page .metric-ratio { font-size: 2.5rem; }
  body.home-page .operating-steps article,body.home-page .operating-steps article:first-child { grid-template-columns: 34px 1fr; }
}

/* Content-bound imagery. */
body.home-page .framework-photo { position: relative; height: clamp(240px,24vw,390px); margin: 0; overflow: hidden; background: #071a35; }
body.home-page .framework-photo::after { position: absolute; inset: 0; content: ""; background: linear-gradient(180deg,transparent 60%,rgba(7,26,53,.45)); pointer-events: none; }
body.home-page .framework-photo img { width: 100%; height: 100%; object-fit: cover; filter: saturate(.62) contrast(1.05); transition: transform .9s cubic-bezier(.2,.7,.2,1); }
body.home-page .framework-photo:hover img { transform: scale(1.018); }
body.home-page .framework-gates .gate-labels { margin-top: 0; }
body.home-page .contact-visual { grid-column: auto; display: grid; grid-template-columns: minmax(0,1fr) auto; gap: 28px; align-items: end; }
body.home-page .contact-visual figure { height: clamp(230px,22vw,350px); margin: 0; overflow: hidden; background: #071a35; }
body.home-page .contact-visual img { width: 100%; height: 100%; object-fit: cover; filter: saturate(.62) contrast(1.04); transition: transform .9s cubic-bezier(.2,.7,.2,1); }
body.home-page .contact-visual figure:hover img { transform: scale(1.018); }
body.home-page .contact-visual .cta-buttons { display: grid; grid-template-columns: 1fr; align-self: end; margin: 0; }

/* English typography is calibrated separately for longer labels and headings. */
html[lang="en"] body.home-page main h2 { font-size: clamp(1.95rem,2.35vw,3rem); line-height: 1.07; letter-spacing: -.038em; }
html[lang="en"] body.home-page .hero h1 { max-width: 780px; font-size: clamp(2.85rem,3.85vw,4.45rem); line-height: 1; }
html[lang="en"] body.home-page .hero .eyebrow { font-size: 9.5px; }
html[lang="en"] body.home-page .hero-description { max-width: 690px; font-size: clamp(.88rem,.82vw,.96rem); line-height: 1.62; }
html[lang="en"] body.home-page .desk-heading strong { font-size: clamp(1.05rem,1.25vw,1.35rem); line-height: 1.3; }
html[lang="en"] body.home-page .hero-desk dt,
html[lang="en"] body.home-page .hero-desk dd { font-size: 10.5px; }
html[lang="en"] body.home-page main p { font-size: clamp(.86rem,.78vw,.94rem); line-height: 1.68; }
html[lang="en"] body.home-page .brief-statement p,
html[lang="en"] body.home-page .platform-copy p,
html[lang="en"] body.home-page .framework-intro p,
html[lang="en"] body.home-page .market-copy > p,
html[lang="en"] body.home-page .portfolio-copy p,
html[lang="en"] body.home-page .people-heading p { max-width: 60ch; line-height: 1.7; }
html[lang="en"] body.home-page .metric-value,
html[lang="en"] body.home-page .metric-unit,
html[lang="en"] body.home-page .metric-ratio { font-size: clamp(2rem,2.5vw,3.15rem); }
html[lang="en"] body.home-page .metric-label { margin-top: 14px; font-size: 10.5px; line-height: 1.4; }
html[lang="en"] body.home-page .metric-sublabel { font-size: 9.5px; }
html[lang="en"] body.home-page .brief-roles b { font-size: 12.5px; }
html[lang="en"] body.home-page .brief-roles span { font-size: 11.5px; line-height: 1.45; }
html[lang="en"] body.home-page .stat-item strong { font-size: clamp(1.5rem,1.7vw,2.1rem); }
html[lang="en"] body.home-page .stat-item span { font-size: 10.5px; }
html[lang="en"] body.home-page .ledger-title strong { font-size: clamp(2.15rem,3vw,3.6rem); }
html[lang="en"] body.home-page .principle-label { font-size: 11.5px; }
html[lang="en"] body.home-page .ledger-flow { font-size: 10.5px; }
html[lang="en"] body.home-page .operating-steps h3,
html[lang="en"] body.home-page .operating-steps .focus h3 { font-size: clamp(1.05rem,1.15vw,1.35rem); }
html[lang="en"] body.home-page .operating-steps p { font-size: .78rem; line-height: 1.5; }
html[lang="en"] body.home-page .gate-labels { font-size: 9px; }
html[lang="en"] body.home-page .principle-list b { font-size: 1rem; }
html[lang="en"] body.home-page .principle-list strong { font-size: .9rem; }
html[lang="en"] body.home-page .principle-list span { font-size: .76rem; line-height: 1.45; }
html[lang="en"] body.home-page .mini-market-list strong { font-size: .88rem; }
html[lang="en"] body.home-page .mini-market-list b { font-size: .78rem; }
html[lang="en"] body.home-page .mini-market-list span { font-size: .73rem; line-height: 1.45; }
html[lang="en"] body.home-page .marker-label strong { font-size: 10px; }
html[lang="en"] body.home-page .marker-label b,
html[lang="en"] body.home-page .map-legend { font-size: 9.5px; }
html[lang="en"] body.home-page .portfolio-metrics .metric-label { font-size: 10px; }
html[lang="en"] body.home-page .portfolio-review strong { font-size: 1.25rem; }
html[lang="en"] body.home-page .people-cards strong { font-size: clamp(1.05rem,1.1vw,1.3rem); }
html[lang="en"] body.home-page .people-cards p { font-size: .75rem; line-height: 1.45; }
html[lang="en"] body.home-page .button { font-size: 12px; }
html[lang="en"] body.home-page .footer-nav { font-size: 10px; }
html[lang="en"] body.home-page .footer-inner > span { font-size: 9px; }

@media (max-width:780px) {
  body.home-page .contact-visual { grid-template-columns: 1fr; }
  body.home-page .contact-visual .cta-buttons { grid-template-columns: repeat(2,minmax(0,1fr)); }
  html[lang="en"] body.home-page main h2 { font-size: clamp(1.9rem,7.2vw,2.55rem); }
  html[lang="en"] body.home-page .hero h1 { font-size: clamp(2.5rem,10.5vw,3.45rem); }
}

@media (max-width:520px) {
  body.home-page .contact-visual .cta-buttons { grid-template-columns: 1fr; }
  html[lang="en"] body.home-page .hero h1 { font-size: clamp(2.35rem,11vw,3.15rem); }
}

/* Brief data group: metrics and audiences share one independent rhythm. */
body.home-page .brief-layout { align-items: start; }
body.home-page .brief-data { grid-column: 7/-1; display: grid; grid-template-columns: 1fr; align-self: start; }
body.home-page .brief-data .brief-board,
body.home-page .brief-data .brief-roles { grid-column: auto; margin: 0; }
body.home-page .brief-data .brief-board { border-bottom: 0; }
body.home-page .brief-data .metric-card,
body.home-page .brief-data .metric-card:first-child { min-height: 176px; justify-content: flex-end; padding: 24px clamp(18px,1.5vw,28px); }
body.home-page .brief-data .metric-card:first-child { padding-left: 0; }
body.home-page .brief-data .metric-card:last-child { padding-right: 0; }
body.home-page .metric-line { display: flex; align-items: baseline; gap: .08em; min-width: 0; white-space: nowrap; }
body.home-page .metric-line .metric-value { display: inline-block; line-height: .9; }
body.home-page .metric-line .metric-unit { display: inline-block; margin: 0; font-size: .68em; line-height: 1; }
body.home-page .metric-line .ratio-sep { margin-inline: .04em; font-size: .68em; line-height: 1; }
body.home-page .brief-data .metric-label { min-height: 2.9em; margin-top: 16px; }
body.home-page .brief-data .metric-sublabel { min-height: 1.4em; margin-top: 4px; }
body.home-page .brief-data .brief-roles { border-top: 1px solid rgba(7,26,53,.16); border-bottom: 1px solid rgba(7,26,53,.16); }
body.home-page .brief-data .brief-roles a,
body.home-page .brief-data .brief-roles a:first-child { min-height: 112px; padding: 20px clamp(18px,1.5vw,28px); }
body.home-page .brief-data .brief-roles a:first-child { padding-left: 0; }
body.home-page .brief-data .brief-roles a:last-child { padding-right: 0; }

html[lang="en"] body.home-page .brief-data .metric-line .metric-value { font-size: clamp(2.15rem,2.45vw,3.05rem); }
html[lang="en"] body.home-page .brief-data .metric-line .metric-unit,
html[lang="en"] body.home-page .brief-data .metric-line .ratio-sep { font-size: clamp(1.35rem,1.55vw,1.9rem); }

@media (max-width:1080px) {
  body.home-page .brief-data { grid-column: 7/-1; }
  body.home-page .brief-data .brief-board,
  body.home-page .brief-data .brief-roles { grid-template-columns: repeat(3,minmax(0,1fr)); }
  body.home-page .brief-data .metric-card,
  body.home-page .brief-data .metric-card:first-child { min-height: 150px; padding: 20px 14px; border-right: 1px solid rgba(7,26,53,.16); }
  body.home-page .brief-data .brief-roles a,
  body.home-page .brief-data .brief-roles a:first-child { padding: 18px 14px; border-right: 1px solid rgba(7,26,53,.16); }
}

@media (max-width:780px) {
  body.home-page .brief-data { grid-column: 1; }
}

@media (max-width:620px) {
  body.home-page .brief-data .brief-board,
  body.home-page .brief-data .brief-roles { grid-template-columns: 1fr; }
  body.home-page .brief-data .metric-card,
  body.home-page .brief-data .metric-card:first-child,
  body.home-page .brief-data .metric-card:last-child { min-height: 112px; padding: 18px 0; border-right: 0; }
  body.home-page .brief-data .metric-label { min-height: 0; }
  body.home-page .brief-data .metric-sublabel { min-height: 0; }
  body.home-page .brief-data .brief-roles a,
  body.home-page .brief-data .brief-roles a:first-child,
  body.home-page .brief-data .brief-roles a:last-child { min-height: 92px; padding: 18px 0; border-right: 0; }
}

/* Homepage market focus: concise allocation copy with a recognisable world map. */
body.home-page .market-layout {
  grid-template-columns: repeat(12, minmax(0, 1fr));
  gap: clamp(34px, 4vw, 68px);
  align-items: center;
}

body.home-page .market-copy { grid-column: 1 / span 4; }
body.home-page .apac-map-home { grid-column: 5 / -1; }

body.home-page .market-hint {
  max-width: 34ch;
  margin: 20px 0 0;
  color: rgba(255,255,255,.58);
  font-size: .78rem;
  line-height: 1.6;
}

body.home-page .market-groups {
  margin: clamp(36px, 4.8vw, 70px) 0 32px;
  border-top: 1px solid rgba(230,197,121,.38);
}

body.home-page .market-groups > div {
  padding: 20px 0 21px;
  border-bottom: 1px solid rgba(255,255,255,.16);
}

body.home-page .market-groups span {
  display: block;
  margin-bottom: 8px;
  color: var(--gold-light);
  font: 500 10px "DM Mono", monospace;
  letter-spacing: .08em;
  text-transform: uppercase;
}

body.home-page .market-groups > div:last-child span { color: #a9becb; }

body.home-page .market-country-list {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 2px 22px;
}

body.home-page .market-country {
  position: relative;
  appearance: none;
  padding: 8px 18px 8px 0;
  border: 0;
  background: transparent;
  color: rgba(255,255,255,.88);
  font: 600 clamp(.8rem, .78vw, .92rem) Manrope, sans-serif;
  text-align: left;
  cursor: pointer;
  transition: color .2s ease, transform .3s cubic-bezier(.16,1,.3,1);
  outline: none;
}

body.home-page .market-country::after {
  position: absolute;
  top: 50%;
  right: 2px;
  width: 5px;
  height: 5px;
  content: "";
  border: solid currentColor;
  border-width: 1px 1px 0 0;
  opacity: 0;
  transform: translate(-5px, -50%) rotate(45deg);
  transition: opacity .2s ease, transform .3s cubic-bezier(.16,1,.3,1);
}

body.home-page .market-country:hover,
body.home-page .market-country:focus-visible,
body.home-page .market-country.is-active {
  color: #39d1df;
  transform: translateX(4px);
}

body.home-page .market-country:hover::after,
body.home-page .market-country:focus-visible::after,
body.home-page .market-country.is-active::after {
  opacity: 1;
  transform: translate(0, -50%) rotate(45deg);
}

body.home-page .market-country:focus-visible { 
  outline: 1px solid #39d1df; 
  outline-offset: 3px; 
}

body.home-page .market-country.support:hover,
body.home-page .market-country.support:focus-visible,
body.home-page .market-country.support.is-active { color: #a9e3e8; }

body.home-page .apac-map-home {
  position: relative;
  min-height: clamp(500px, 44vw, 650px);
  aspect-ratio: 15 / 9;
  overflow: hidden;
  border: 1px solid rgba(230,197,121,.18);
  background: radial-gradient(ellipse at 42% 38%, #0a1d2e 0%, #050d16 48%, #020810 100%);
  border-radius: 2px;
  box-shadow: 
    inset 0 1px 0 rgba(230,197,121,.08),
    0 8px 24px rgba(2,11,19,.65),
    0 2px 6px rgba(2,11,19,.4);
}

body.home-page .apac-map-home::before {
  position: absolute;
  inset: 0;
  content: "";
  background: radial-gradient(ellipse at 48% 42%, rgba(36, 102, 113, .16), transparent 56%);
  pointer-events: none;
}

body.home-page .apac-map-home::after {
  display: none;
}

body.home-page .apac-map-svg {
  inset: 6% 0 9%;
  width: 100%;
  height: 85%;
  opacity: 1;
  filter: none;
}

body.home-page .world-land {
  opacity: 0;
  transform: translateY(8px);
  transition: opacity .7s ease, transform .9s cubic-bezier(.16,1,.3,1);
}

body.home-page .map-ready .world-land {
  opacity: 1;
  transform: translateY(0);
}

body.home-page .world-country {
  fill: #0f3540;
  stroke: rgba(230,197,121,.12);
  stroke-width: .5;
  transition: fill .28s cubic-bezier(.16,1,.3,1), stroke .28s ease, filter .32s ease;
}

body.home-page .world-country[data-market] { 
  fill: #165a68;
  stroke: rgba(230,197,121,.22);
  stroke-width: .6;
}

body.home-page .world-country.is-active {
  fill: #39d1df;
  stroke: rgba(255,255,255,.85);
  stroke-width: 1.4;
  filter: drop-shadow(0 0 12px rgba(57,209,223,.6)) drop-shadow(0 2px 8px rgba(57,209,223,.4));
}

body.home-page .map-marker {
  appearance: none;
  width: 18px;
  height: 18px;
  padding: 0;
  border: 0;
  background: transparent;
}

body.home-page .marker-dot {
  width: 13px;
  height: 13px;
  background: linear-gradient(135deg, #f4d47e 0%, #d4a948 100%);
  border: 2.5px solid rgba(255,255,255,.95);
  box-shadow: 
    0 0 0 4px rgba(230,197,121,.18),
    0 2px 8px rgba(200,148,45,.4),
    inset 0 1px 2px rgba(255,255,255,.3);
  animation: none;
}

body.home-page .marker-dot::after {
  position: absolute;
  inset: -11px;
  content: "";
  border: 1.5px solid rgba(230,197,121,.32);
  border-radius: 50%;
  animation: marker-ripple 2.8s cubic-bezier(0.4, 0, 0.2, 1) infinite;
}

@keyframes marker-ripple {
  0% {
    transform: scale(.85);
    opacity: .6;
  }
  50% {
    transform: scale(1.15);
    opacity: .25;
  }
  100% {
    transform: scale(.85);
    opacity: .6;
  }
}

body.home-page .map-marker.support .marker-dot {
  background: linear-gradient(135deg, #a8c4d4 0%, #7a9ab0 100%);
  border-color: rgba(255,255,255,.9);
  box-shadow: 
    0 0 0 4px rgba(143,168,183,.16),
    0 2px 6px rgba(122,154,168,.35),
    inset 0 1px 2px rgba(255,255,255,.25);
  animation: none;
}

body.home-page .map-marker.support .marker-dot::after { 
  border-color: rgba(169,190,203,.28);
  animation: marker-ripple-support 3.2s cubic-bezier(0.4, 0, 0.2, 1) infinite;
}

@keyframes marker-ripple-support {
  0% {
    transform: scale(.88);
    opacity: .5;
  }
  50% {
    transform: scale(1.12);
    opacity: .2;
  }
  100% {
    transform: scale(.88);
    opacity: .5;
  }
}

body.home-page .map-marker:hover { 
  transform: scale(1.12); 
  transition: transform .25s cubic-bezier(.16, 1, .3, 1);
}

body.home-page .map-marker:hover .marker-dot {
  box-shadow: 
    0 0 0 6px rgba(230,197,121,.28),
    0 4px 16px rgba(200,148,45,.5),
    inset 0 1px 3px rgba(255,255,255,.4);
}

body.home-page .map-marker:hover .marker-label { 
  opacity: 1; 
  transform: translateX(-50%) translateY(6px); 
}

body.home-page .map-marker:focus-visible { 
  outline: 2px solid var(--gold-light); 
  outline-offset: 8px;
  border-radius: 50%;
}

body.home-page .map-marker:focus-visible .marker-label { 
  opacity: 1; 
  transform: translateX(-50%) translateY(6px); 
}

body.home-page .map-marker.is-active { 
  z-index: 12; 
  transform: scale(1.32); 
}

body.home-page .map-marker.is-active .marker-dot { 
  background: linear-gradient(135deg, #5de8f5 0%, #39d1df 100%);
  border-color: #fff;
  box-shadow: 
    0 0 0 6px rgba(57,209,223,.32),
    0 0 20px rgba(57,209,223,.6),
    0 4px 12px rgba(57,209,223,.5),
    inset 0 1px 3px rgba(255,255,255,.5);
}

body.home-page .map-marker.is-active .marker-dot::after { 
  border-color: rgba(57,209,223,.65);
  transform: scale(1.25);
  animation: marker-active-pulse 2s ease-in-out infinite;
}

@keyframes marker-active-pulse {
  0%, 100% {
    transform: scale(1.25);
    opacity: .7;
  }
  50% {
    transform: scale(1.45);
    opacity: .3;
  }
}

body.home-page .map-marker.is-active .marker-label { 
  opacity: 1; 
  transform: translateX(-50%) translateY(6px);
  border-color: rgba(57,209,223,.4);
  background: rgba(5,13,22,.95);
  box-shadow: 
    0 4px 16px rgba(57,209,223,.25),
    0 0 0 1px rgba(57,209,223,.3);
}

body.home-page .map-marker.is-active .marker-label strong {
  color: #5de8f5;
}

body.home-page .m-thailand { top: 52%; left: 18%; }
body.home-page .m-vietnam { top: 50%; left: 29%; }
body.home-page .m-korea { top: 22%; left: 59%; }
body.home-page .m-taiwan { top: 33%; left: 48%; }
body.home-page .m-singapore { top: 70%; left: 22%; }
body.home-page .m-malaysia { top: 67%; left: 19%; }
body.home-page .m-indonesia { top: 74%; left: 45%; }
body.home-page .m-aus { display: block; }

body.home-page .map-caption {
  position: absolute;
  top: 22px;
  left: 24px;
  z-index: 4;
  display: flex;
  align-items: baseline;
  gap: 10px;
  padding: 8px 14px;
  background: rgba(5,13,22,.85);
  border: 1px solid rgba(230,197,121,.22);
  border-radius: 2px;
  backdrop-filter: blur(12px);
  color: rgba(255,255,255,.68);
  font: 500 9.5px "DM Mono", monospace;
  letter-spacing: .1em;
  text-transform: uppercase;
  box-shadow: 
    0 4px 12px rgba(0,0,0,.4),
    inset 0 1px 0 rgba(230,197,121,.08);
}

body.home-page .map-caption b { 
  color: var(--gold-light); 
  font-size: 15px; 
  font-weight: 700;
  letter-spacing: 0;
}

body.home-page .map-legend { 
  position: absolute;
  right: 22px; 
  bottom: 22px;
  z-index: 4;
  display: flex;
  flex-direction: row; 
  gap: 20px; 
  padding: 10px 16px;
  background: rgba(5,13,22,.85);
  border: 1px solid rgba(230,197,121,.22);
  border-radius: 2px;
  backdrop-filter: blur(12px);
  box-shadow: 
    0 4px 12px rgba(0,0,0,.4),
    inset 0 1px 0 rgba(230,197,121,.08);
}

html[lang="en"] body.home-page .market-copy h2 { font-size: clamp(1.85rem, 2.15vw, 2.75rem); }

@media (max-width:1080px) {
  body.home-page .market-copy { grid-column: 1 / span 5; }
  body.home-page .apac-map-home { grid-column: 6 / -1; min-height: 520px; }
}

@media (max-width:780px) {
  body.home-page .market-layout { grid-template-columns: 1fr; gap: 42px; }
  body.home-page .market-copy,
  body.home-page .apac-map-home { grid-column: 1; }
  body.home-page .market-groups { margin-top: 32px; }
  body.home-page .apac-map-home { min-height: 440px; aspect-ratio: auto; }
}

@media (max-width:520px) {
  body.home-page .apac-map-home { min-height: 390px; }
  body.home-page .apac-map-svg { inset: 6% 0 9%; width: 100%; height: 85%; }
  body.home-page .map-caption { top: 18px; left: 18px; }
  body.home-page .map-legend { right: 12px; bottom: 12px; gap: 8px; padding: 10px 12px; }
  body.home-page .legend-item { gap: 8px; font-size: 9px; }
  body.home-page .market-country-list { grid-template-columns: 1fr 1fr; gap: 2px 16px; }
}

@media (prefers-reduced-motion: reduce) {
  body.home-page .world-land { opacity: 1; transform: none; transition: none; }
}
