/*
Theme Name: SMAM Advisory
Description: Bespoke English-language institutional theme for Summit Metrics Advisory Management.
Author: Summit Metrics Advisory Management
Version: 4.2.0
Text Domain: smam-advisory
Requires at least: 6.4
Requires PHP: 8.0
*/

:root {
  --navy: #07172e;
  --navy-soft: #102640;
  --gold: #b68a46;
  --gold-soft: #d8bd8f;
  --ink: #102038;
  --slate: #5d6978;
  --paper: #f4f2ed;
  --paper-warm: #ece9e2;
  --line: rgba(16, 32, 56, .16);
  --white: #fff;
  --serif: "Libre Caslon Display", Georgia, serif;
  --sans: "DM Sans", Arial, sans-serif;
  --gutter: clamp(24px, 5.2vw, 92px);
  --section-space: clamp(92px, 10vw, 168px);
}

*, *::before, *::after { box-sizing: border-box; }
html { scroll-behavior: smooth; scroll-padding-top: 80px; }
body { margin: 0; overflow-x: hidden; background: var(--white); color: var(--ink); font: 300 16px/1.65 var(--sans); -webkit-font-smoothing: antialiased; }
body.menu-open { overflow: hidden; }
img { display: block; max-width: 100%; }
a { color: inherit; text-decoration: none; }
button { color: inherit; font: inherit; }
button, a { -webkit-tap-highlight-color: transparent; }
a:focus-visible, button:focus-visible { outline: 2px solid var(--gold); outline-offset: 5px; }
::selection { background: var(--gold); color: var(--white); }
.sr-only { position: absolute; width: 1px; height: 1px; overflow: hidden; clip: rect(0, 0, 0, 0); white-space: nowrap; }
.skip-link { position: fixed; z-index: 200; top: -80px; left: 20px; padding: 11px 17px; background: #fff; color: var(--navy); }
.skip-link:focus { top: 14px; }
.reading-progress { position: fixed; z-index: 100; top: 0; left: 0; width: 100%; height: 2px; pointer-events: none; }
.reading-progress span { display: block; width: 0; height: 100%; background: var(--gold); box-shadow: 0 0 12px rgba(182, 138, 70, .6); }
.section { position: relative; padding: var(--section-space) var(--gutter); }
.section-label { margin: 0 0 24px; color: var(--gold); font-size: 10px; font-weight: 600; letter-spacing: .23em; line-height: 1.4; text-transform: uppercase; }
.section-label.light { color: var(--gold-soft); }
h1, h2, h3, p { margin-top: 0; }
h1, h2, h3 { font-family: var(--serif); font-weight: 400; }
h2 { margin-bottom: 0; font-size: clamp(48px, 5.2vw, 82px); line-height: .99; letter-spacing: -.035em; }
h2 em, h3 em { color: var(--gold); font-weight: 400; }
.section-support { color: var(--slate); font-size: 14px; line-height: 1.85; }
.section-intro { margin-bottom: clamp(52px, 6vw, 88px); }
.intro-grid { display: grid; grid-template-columns: minmax(0, 1.6fr) minmax(260px, .6fr); align-items: end; gap: 8vw; }
.intro-grid > p { max-width: 440px; margin: 0 0 7px; color: var(--slate); }
.editorial-link, .text-link, .closing-link { display: inline-flex; align-items: center; gap: 25px; padding: 11px 0; border-bottom: 1px solid currentColor; font-size: 11px; font-weight: 500; letter-spacing: .08em; text-transform: uppercase; }
.editorial-link b, .text-link b, .closing-link b { color: var(--gold); font-size: 17px; font-weight: 300; transition: transform .3s ease; }
.editorial-link:hover b, .text-link:hover b, .closing-link:hover b { transform: translateX(7px); }
[data-reveal] { opacity: 0; transform: translateY(34px); transition: opacity .85s cubic-bezier(.2,.65,.25,1), transform .85s cubic-bezier(.2,.65,.25,1); }
[data-reveal][data-delay="1"] { transition-delay: .09s; }
[data-reveal][data-delay="2"] { transition-delay: .18s; }
[data-reveal][data-delay="3"] { transition-delay: .27s; }
[data-reveal][data-delay="4"] { transition-delay: .36s; }
[data-reveal].is-visible { opacity: 1; transform: none; }

/* Header */
.site-header { position: fixed; z-index: 90; top: 0; left: 0; display: grid; grid-template-columns: minmax(145px, 1fr) auto minmax(200px, 1fr); align-items: center; width: 100%; height: 92px; padding: 0 var(--gutter); color: var(--navy); transition: height .4s ease, color .4s ease, background .4s ease, box-shadow .4s ease; }
.site-header::after { position: absolute; right: var(--gutter); bottom: 0; left: var(--gutter); height: 1px; background: rgba(7,23,46,.17); content: ""; transition: background .35s ease; }
.site-header.is-scrolled, .site-header.menu-open { height: 72px; background: rgba(249,248,245,.94); color: var(--navy); box-shadow: 0 16px 44px rgba(7,23,46,.08); backdrop-filter: blur(18px); }
.site-header.is-scrolled::after, .site-header.menu-open::after { right: 0; left: 0; background: rgba(7,23,46,.09); }
.brand { justify-self: start; width: 78px; height: 58px; }
.brand-crop { position: relative; display: block; width: 78px; height: 58px; overflow: hidden; }
.brand-logo { position: absolute; top: 50%; left: 50%; width: 78px; max-width: none; transform: translate(-50%, -50%); transition: opacity .35s ease; }
.brand-logo-white { opacity: 0; }
.brand-logo-navy { opacity: 1; }
.site-header.is-scrolled .brand-logo-white, .site-header.menu-open .brand-logo-white { opacity: 0; }
.site-header.is-scrolled .brand-logo-navy, .site-header.menu-open .brand-logo-navy { opacity: 1; }
.primary-nav { display: flex; align-items: center; gap: clamp(20px, 2.15vw, 42px); }
.primary-nav a { position: relative; padding: 13px 0; font-size: 11px; font-weight: 500; letter-spacing: .035em; white-space: nowrap; }
.primary-nav a::after { position: absolute; bottom: 7px; left: 0; width: 100%; height: 1px; background: var(--gold); content: ""; transform: scaleX(0); transform-origin: right; transition: transform .35s ease; }
.primary-nav a:hover::after, .primary-nav a.is-active::after { transform: scaleX(1); transform-origin: left; }
.mobile-nav-contact { display: none; }
.header-actions { display: flex; align-items: center; justify-self: end; gap: clamp(18px, 2.2vw, 38px); }
.header-cta { display: flex; align-items: center; gap: 21px; padding: 9px 0; border-bottom: 1px solid var(--gold); font-size: 11px; font-weight: 500; }
.header-cta b { color: var(--gold); font-size: 16px; font-weight: 300; transition: transform .3s; }
.header-cta:hover b { transform: translateX(6px); }
.menu-toggle { display: none; width: 34px; height: 34px; padding: 9px 3px; border: 0; background: transparent; cursor: pointer; }
.menu-toggle span { display: block; width: 28px; height: 1px; margin: 5px 0; background: currentColor; transition: transform .3s; }

/* Hero */
.hero { position: relative; display: flex; min-height: 760px; height: max(760px, 100svh); overflow: hidden; align-items: flex-end; color: var(--navy); background: var(--paper); }
.hero-media, .hero-media img, .hero-shade { position: absolute; inset: 0; width: 100%; height: 100%; }
.hero-media img { object-fit: cover; object-position: 54% 52%; transform: scale(1.045) translate3d(0, var(--hero-shift, 0), 0); animation: hero-breathe 16s ease-out both; }
.hero-shade { background: linear-gradient(90deg, rgba(250,249,246,.91) 0%, rgba(250,249,246,.72) 42%, rgba(250,249,246,.08) 73%), linear-gradient(0deg, rgba(3,13,28,.33) 0%, transparent 34%); }
.hero-content { position: relative; z-index: 2; width: min(850px, 65vw); margin: 0 0 clamp(105px, 12vh, 145px) var(--gutter); }
.hero-label { margin-bottom: 28px; color: var(--gold); }
.hero h1 { margin: 0; font-size: clamp(57px, 6.1vw, 103px); line-height: .92; letter-spacing: -.045em; }
.hero h1 span { display: block; }
.hero h1 span:nth-child(2) { color: var(--gold); }
.hero-summary { max-width: 650px; margin: 33px 0 27px; color: rgba(16,32,56,.78); font-size: clamp(13px, 1vw, 16px); line-height: 1.8; }
.hero-link { color: var(--navy); }
.hero-link b { color: var(--gold); }
.hero-sequence > * { opacity: 0; transform: translateY(24px); animation: hero-enter .95s cubic-bezier(.2,.65,.25,1) forwards; }
.hero-sequence > *:nth-child(1) { animation-delay: .15s; }
.hero-sequence > *:nth-child(2) { animation-delay: .3s; }
.hero-sequence > *:nth-child(3) { animation-delay: .47s; }
.hero-sequence > *:nth-child(4) { animation-delay: .62s; }
.scroll-cue { position: absolute; z-index: 3; right: var(--gutter); bottom: 42px; display: flex; align-items: center; gap: 18px; color: #fff; font-size: 9px; font-weight: 500; letter-spacing: .18em; text-transform: uppercase; }
.scroll-cue i { position: relative; width: 1px; height: 45px; overflow: hidden; background: rgba(255,255,255,.35); }
.scroll-cue i::after { position: absolute; top: -100%; left: 0; width: 100%; height: 60%; background: var(--gold-soft); content: ""; animation: scroll-line 2.1s ease-in-out infinite; }
@keyframes hero-enter { to { opacity: 1; transform: none; } }
@keyframes hero-breathe { from { transform: scale(1.075); } to { transform: scale(1.045); } }
@keyframes scroll-line { 0% { top: -70%; } 55%,100% { top: 120%; } }

/* About */
.about { padding-bottom: 0; background: var(--paper); }
.about-grid { display: grid; grid-template-columns: minmax(0, 1.1fr) minmax(360px, .78fr); gap: 10vw; }
.about-heading h2 { max-width: 760px; }
.about-copy { padding-top: 54px; }
.editorial-lead { margin-bottom: 34px; color: var(--ink); font-family: var(--serif); font-size: clamp(25px, 2.25vw, 37px); line-height: 1.25; }
.about-copy > p:not(.editorial-lead) { color: var(--slate); font-size: 14px; }
.values-line { display: flex; flex-wrap: wrap; gap: 12px 24px; margin-top: 38px; padding-top: 20px; border-top: 1px solid var(--line); }
.values-line span { position: relative; padding-left: 14px; font-size: 9px; font-weight: 600; letter-spacing: .11em; text-transform: uppercase; }
.values-line span::before { position: absolute; top: .52em; left: 0; width: 4px; height: 4px; border-radius: 50%; background: var(--gold); content: ""; }
.key-figures { display: grid; grid-template-columns: repeat(4, 1fr); margin-top: clamp(75px, 8vw, 125px); border-top: 1px solid var(--line); }
.key-figures article { min-height: 185px; padding: 37px clamp(20px, 2.6vw, 45px); border-right: 1px solid var(--line); }
.key-figures article:first-child { padding-left: 0; }
.key-figures article:last-child { border-right: 0; }
.key-figures strong { display: flex; align-items: baseline; color: var(--navy); font-family: var(--serif); font-size: clamp(48px, 4.8vw, 78px); font-weight: 400; line-height: 1; }
.key-figures sup { color: var(--gold); font-size: .35em; }
.key-figures small { margin-right: 6px; font-family: var(--sans); font-size: 11px; font-weight: 600; letter-spacing: .08em; }
.key-figures p { max-width: 195px; margin: 16px 0 0; color: var(--slate); font-size: 10px; font-weight: 500; line-height: 1.55; letter-spacing: .08em; text-transform: uppercase; }

/* Expertise */
.expertise { overflow: hidden; background: #fff; }
.pillar-grid { display: grid; grid-template-columns: repeat(3, 1fr); border-top: 1px solid var(--line); border-bottom: 1px solid var(--line); }
.pillar { position: relative; min-width: 0; min-height: 590px; overflow: hidden; border-right: 1px solid var(--line); transition: flex .55s cubic-bezier(.2,.7,.2,1), background .45s ease, color .45s ease; }
.pillar:last-child { border-right: 0; }
.pillar::before { position: absolute; inset: 0; background: radial-gradient(circle at 25% 20%, rgba(182,138,70,.16), transparent 42%), linear-gradient(145deg, #102a48, #07172e); content: ""; opacity: 0; transition: opacity .45s; }
.pillar-grid.has-focus { display: flex; }
.pillar-grid.has-focus .pillar { flex: .82; }
.pillar-grid.has-focus .pillar.is-active { flex: 1.36; color: #fff; }
.pillar.is-active::before { opacity: 1; }
.pillar-toggle { position: relative; z-index: 1; display: grid; grid-template-columns: 1fr 72px; grid-template-rows: auto 120px 1fr; width: 100%; min-height: 390px; padding: 45px clamp(27px, 3vw, 53px) 25px; border: 0; background: none; text-align: left; cursor: pointer; }
.pillar-number { align-self: start; color: var(--gold); font-size: 10px; font-weight: 600; letter-spacing: .12em; }
.pillar-icon { grid-column: 2; width: 64px; height: 64px; padding: 12px; border: 1px solid rgba(182,138,70,.45); }
.pillar-icon svg { width: 100%; height: 100%; fill: none; stroke: var(--gold); stroke-width: 1.2; }
.pillar-title { grid-column: 1 / -1; align-self: end; font-family: var(--serif); font-size: clamp(32px, 2.7vw, 45px); line-height: 1.04; letter-spacing: -.02em; }
.pillar-summary { grid-column: 1 / -1; align-self: end; max-width: 365px; margin-top: 25px; color: var(--slate); font-size: 13px; line-height: 1.75; transition: color .4s; }
.pillar.is-active .pillar-summary { color: rgba(255,255,255,.72); }
.pillar-detail { position: relative; z-index: 1; max-height: 0; margin: 0 clamp(27px, 3vw, 53px); overflow: hidden; opacity: 0; transform: translateY(12px); transition: max-height .55s ease, opacity .4s .08s, transform .5s .08s; }
.pillar.is-active .pillar-detail { max-height: 220px; opacity: 1; transform: none; }
.pillar-detail ul { display: grid; grid-template-columns: repeat(2, minmax(110px, 1fr)); gap: 11px 27px; margin: 0 0 22px; padding: 22px 0 0; border-top: 1px solid rgba(255,255,255,.2); list-style: none; }
.pillar-detail li { position: relative; padding-left: 14px; color: rgba(255,255,255,.75); font-size: 10px; line-height: 1.55; }
.pillar-detail li::before { position: absolute; top: .62em; left: 0; width: 4px; height: 4px; border-radius: 50%; background: var(--gold); content: ""; }
.pillar-detail .text-link { color: #fff; }

/* Who we advise */
.advise { overflow: hidden; background: var(--paper); }
.advise-heading { display: grid; grid-template-columns: minmax(0, 1.45fr) minmax(300px, .55fr); align-items: end; gap: 10vw; margin-bottom: clamp(68px, 7vw, 108px); }
.advise-heading h2 { max-width: 900px; }
.decision-note { align-self: end; padding: 26px 0 4px; border-top: 1px solid var(--gold); }
.decision-note span { display: block; margin-bottom: 17px; color: var(--gold); font-size: 9px; font-weight: 600; letter-spacing: .17em; text-transform: uppercase; }
.decision-note p { max-width: 420px; margin: 0; color: var(--slate); font-size: 13px; line-height: 1.8; }
.audience-ledger { border-top: 1px solid var(--line); }
.audience-row { position: relative; display: grid; grid-template-columns: minmax(130px, .32fr) minmax(255px, .62fr) minmax(330px, 1.12fr) minmax(255px, .74fr); gap: clamp(26px, 4vw, 70px); align-items: center; min-height: 188px; padding: 34px 0; border-bottom: 1px solid var(--line); isolation: isolate; transition: padding .45s cubic-bezier(.2,.65,.25,1), color .35s; }
.audience-row::before { position: absolute; z-index: -1; inset: 0 calc(var(--gutter) * -1); background: rgba(255,255,255,.62); content: ""; opacity: 0; transform: scaleY(.82); transition: opacity .35s, transform .45s cubic-bezier(.2,.65,.25,1); }
.audience-row:hover { padding-right: 18px; padding-left: 18px; }
.audience-row:hover::before { opacity: 1; transform: none; }
.audience-context { color: var(--gold); font-size: 9px; font-weight: 600; letter-spacing: .14em; line-height: 1.5; text-transform: uppercase; }
.audience-row h3 { margin: 0; font-size: clamp(29px, 2.4vw, 40px); line-height: 1.03; }
.audience-row > p { margin: 0; color: var(--slate); font-size: 13px; line-height: 1.75; }
.audience-row ul { display: grid; grid-template-columns: repeat(2, 1fr); gap: 9px 22px; margin: 0; padding: 0; list-style: none; }
.audience-row li { position: relative; padding-left: 13px; color: var(--ink); font-size: 10px; line-height: 1.45; }
.audience-row li::before { position: absolute; top: .58em; left: 0; width: 4px; height: 4px; border-radius: 50%; background: var(--gold); content: ""; }

/* Capital ecosystem */
.ecosystem { position: relative; overflow: hidden; padding: var(--section-space) var(--gutter); background: radial-gradient(circle at 86% 6%, rgba(182,138,70,.16), transparent 29%), var(--navy); color: #fff; }
.ecosystem::after { position: absolute; right: -4vw; bottom: -11vw; color: rgba(255,255,255,.025); font-family: var(--serif); font-size: clamp(180px, 24vw, 430px); line-height: .7; content: "Capital"; pointer-events: none; }
.ecosystem-heading { position: relative; z-index: 1; display: grid; grid-template-columns: minmax(220px, .42fr) minmax(0, 1.05fr) minmax(320px, .62fr); gap: clamp(35px, 6vw, 100px); align-items: end; }
.ecosystem-heading .section-label { align-self: start; }
.ecosystem-heading h2 { font-size: clamp(48px, 5vw, 80px); }
.ecosystem-heading h2 em { color: var(--gold-soft); }
.ecosystem-heading > p:last-child { margin: 0 0 7px; color: rgba(255,255,255,.62); font-size: 13px; line-height: 1.85; }
.ecosystem-actors { position: relative; z-index: 1; display: grid; grid-template-columns: repeat(3, 1fr); gap: 1px; margin-top: clamp(68px, 8vw, 118px); padding: 1px; background: rgba(255,255,255,.14); }
.ecosystem-actors article { position: relative; height: 248px; padding: 32px clamp(24px, 2.8vw, 44px); overflow: hidden; background: var(--navy); outline: 0; transition: background .45s cubic-bezier(.2,.65,.25,1), transform .45s cubic-bezier(.2,.65,.25,1); }
.ecosystem-actors article:hover, .ecosystem-actors article:focus-visible { z-index: 2; background: var(--navy-soft); transform: translateY(-3px); }
.actor-marker { display: block; width: 7px; height: 7px; margin-bottom: 34px; border: 1px solid var(--gold-soft); border-radius: 50%; box-shadow: 0 0 0 7px rgba(182,138,70,.08); transition: background .3s, box-shadow .3s; }
.ecosystem-actors article:hover .actor-marker, .ecosystem-actors article:focus-visible .actor-marker { background: var(--gold-soft); box-shadow: 0 0 0 12px rgba(182,138,70,.1); }
.ecosystem-actors h3 { margin-bottom: 13px; font-size: clamp(25px, 2.05vw, 35px); line-height: 1.05; }
.actor-copy { position: relative; min-height: 74px; }
.actor-copy p { position: absolute; inset: 0; margin: 0; font-size: 10px; line-height: 1.65; transition: opacity .35s ease, transform .45s cubic-bezier(.2,.65,.25,1); }
.actor-summary { color: rgba(255,255,255,.48); letter-spacing: .04em; }
.actor-detail { color: rgba(255,255,255,.7); opacity: 0; transform: translateY(12px); }
.ecosystem-actors article:hover .actor-summary, .ecosystem-actors article:focus-visible .actor-summary { opacity: 0; transform: translateY(-8px); }
.ecosystem-actors article:hover .actor-detail, .ecosystem-actors article:focus-visible .actor-detail { opacity: 1; transform: none; }

/* Approach */
.approach { overflow: hidden; background: var(--paper); color: var(--ink); }
.approach-intro { display: grid; grid-template-columns: minmax(0, 1.35fr) minmax(340px, .56fr); align-items: end; gap: 9vw; margin-bottom: clamp(62px, 7vw, 102px); }
.approach-intro > div:last-child { padding-bottom: 7px; }
.approach-intro .section-support { max-width: 500px; margin-bottom: 23px; }
.approach-journey { position: relative; min-height: clamp(650px, 56vw, 850px); overflow: hidden; background: var(--navy); }
.approach-journey > img, .journey-shade { position: absolute; inset: 0; width: 100%; height: 100%; }
.approach-journey > img { object-fit: cover; object-position: center; filter: saturate(.72) contrast(1.05); transform: scale(1.025); transition: transform 4s cubic-bezier(.2,.65,.25,1); }
.approach-journey.is-visible > img { transform: scale(1); }
.journey-shade { background: linear-gradient(90deg, rgba(3,14,29,.72), rgba(3,14,29,.07) 54%, rgba(3,14,29,.28)), linear-gradient(0deg, rgba(3,14,29,.84), transparent 58%); }
.journey-stage { position: absolute; z-index: 2; width: min(280px, 27%); color: #fff; opacity: .3; transform: translateY(22px); transition: opacity .7s ease, transform .7s cubic-bezier(.2,.65,.25,1); }
.journey-stage.is-active { opacity: 1; transform: none; }
.journey-stage-one { bottom: 8%; left: 6%; }
.journey-stage-two { bottom: 25%; left: 40%; }
.journey-stage-three { top: 12%; right: 5%; }
.journey-stage > span { display: flex; align-items: center; gap: 14px; color: var(--gold-soft); font-size: 9px; font-weight: 600; letter-spacing: .14em; }
.journey-stage > span i { display: block; width: 54px; height: 1px; background: var(--gold-soft); transition: width .7s ease; }
.journey-stage.is-active > span i { width: 86px; }
.journey-stage h3 { margin: 17px 0 12px; color: #fff; font-size: clamp(31px, 2.8vw, 46px); line-height: 1.02; text-shadow: 0 2px 22px rgba(3,14,29,.35); }
.journey-stage p { max-width: 260px; margin: 0; color: rgba(255,255,255,.76); font-size: 11px; line-height: 1.7; text-shadow: 0 2px 18px rgba(3,14,29,.55); }

/* Sectors */
.sectors { overflow: hidden; padding-right: 0; padding-left: 0; background: #fff; }
.sector-intro { display: grid; grid-template-columns: minmax(0, 1.4fr) minmax(290px, .55fr); align-items: end; gap: 8vw; padding: 0 var(--gutter); margin-bottom: 62px; }
.sector-intro .section-support { max-width: 370px; margin-bottom: 18px; }
.sector-track { display: flex; min-height: 680px; overflow: hidden; background: var(--navy); }
.sector-panel { position: relative; flex: 1; min-width: 0; overflow: hidden; color: #fff; background: var(--navy); transition: flex .65s cubic-bezier(.2,.7,.2,1); }
.sector-panel::before, .sector-panel::after { position: absolute; inset: 0; content: ""; }
.sector-panel::before { background: var(--sector-image) center/cover no-repeat; filter: saturate(.72); transform: scale(1.035); transition: transform .8s, filter .6s; }
.sector-panel::after { background: linear-gradient(0deg, rgba(4,16,32,.93) 0%, rgba(4,16,32,.24) 68%), linear-gradient(90deg, rgba(4,16,32,.45), transparent); }
.sector-panel + .sector-panel { border-left: 1px solid rgba(255,255,255,.26); }
.sector-track.has-active .sector-panel { flex: .78; }
.sector-track.has-active .sector-panel.is-active { flex: 2.1; }
.sector-panel.is-active::before { filter: saturate(.9); transform: scale(1); }
.sector-panel > button { position: absolute; z-index: 2; inset: 0; display: flex; flex-direction: column; align-items: flex-start; width: 100%; padding: 38px clamp(17px, 2vw, 34px); border: 0; background: transparent; color: inherit; text-align: left; cursor: pointer; }
.sector-panel > button span { color: var(--gold-soft); font-size: 9px; font-weight: 600; letter-spacing: .1em; }
.sector-panel > button h3 { position: absolute; bottom: 42px; left: clamp(17px, 2vw, 34px); width: 250px; margin: 0; font-size: clamp(26px, 2.4vw, 40px); line-height: 1.02; transform: rotate(-90deg) translateY(100%); transform-origin: left bottom; transition: transform .55s ease, bottom .55s cubic-bezier(.2,.65,.25,1); }
.sector-panel.is-active > button h3 { bottom: 300px; transform: none; }
.sector-panel > button i { align-self: flex-end; font-size: 22px; font-style: normal; font-weight: 200; transition: transform .35s; }
.sector-panel.is-active > button i { transform: rotate(45deg); }
.sector-detail { position: absolute; z-index: 3; bottom: 42px; left: clamp(17px, 2vw, 34px); width: min(330px, calc(100% - 68px)); opacity: 0; pointer-events: none; transform: translateY(18px); transition: opacity .45s .1s, transform .45s .1s; }
.sector-panel.is-active .sector-detail { opacity: 1; pointer-events: auto; transform: none; }
.sector-detail ul { display: flex; flex-wrap: wrap; gap: 7px; margin: 0 0 21px; padding: 0; list-style: none; }
.sector-detail li { padding: 6px 8px; border: 1px solid rgba(255,255,255,.3); background: rgba(6,19,37,.35); font-size: 8px; line-height: 1.2; backdrop-filter: blur(4px); }
.sector-detail a { display: inline-flex; gap: 13px; align-items: center; padding-bottom: 7px; border-bottom: 1px solid var(--gold-soft); font-size: 9px; font-weight: 600; letter-spacing: .11em; text-transform: uppercase; }
.sector-detail a b { color: var(--gold-soft); font-size: 15px; font-weight: 300; }
.sector-pagination { display: none; }

/* Global reach */
.global-reach { overflow: hidden; padding-bottom: clamp(46px, 5vw, 84px); background: #fff; }
.map-stage { position: relative; max-width: 1500px; height: clamp(520px, 51vw, 790px); margin: -18px auto 0; background: #fff; isolation: isolate; }
.map-grid { position: absolute; z-index: 0; inset: 7% 1% 9%; background-image: linear-gradient(rgba(7,23,46,.035) 1px, transparent 1px), linear-gradient(90deg, rgba(7,23,46,.035) 1px, transparent 1px); background-size: 12.5% 25%; mask-image: radial-gradient(ellipse at center, #000 25%, transparent 78%); }
.map-land { position: absolute; z-index: 1; inset: 0; width: 100%; height: 100%; object-fit: contain; opacity: .96; pointer-events: none; }
.map-network { position: absolute; z-index: 2; inset: 0; width: 100%; height: 100%; }
.map-network defs path { fill: var(--gold); }
.map-network .route path { fill: none; stroke: rgba(182,138,70,.76); stroke-dasharray: 3 7; stroke-linecap: round; stroke-width: 1.25; marker-end: url(#map-arrow); vector-effect: non-scaling-stroke; animation: map-flow 18s linear infinite; transition: opacity .35s, stroke .35s, stroke-width .35s; }
.map-network .route-core path { stroke: var(--gold); stroke-dasharray: none; stroke-width: 1.7; }
.map-network .destination circle { fill: var(--gold); opacity: .72; transition: opacity .35s, transform .35s; transform-box: fill-box; transform-origin: center; }
.map-network .hub circle:first-child { fill: var(--gold); }
.map-network .hub-ring { fill: none; stroke: var(--gold); transform-box: fill-box; transform-origin: center; animation: hub-pulse 2.4s ease-out infinite; }
.map-hub-label { position: absolute; z-index: 3; padding: 11px 15px 10px; border-left: 1px solid var(--gold); background: rgba(255,255,255,.92); box-shadow: 0 15px 35px rgba(7,23,46,.08); line-height: 1.3; backdrop-filter: blur(9px); }
.map-hub-label b { display: block; font-family: var(--serif); font-size: 18px; font-weight: 400; }
.map-hub-label span { color: var(--slate); font-size: 8px; font-weight: 600; letter-spacing: .12em; text-transform: uppercase; }
.map-hub-geneva { top: 12.5%; left: 43.5%; }
.map-hub-dubai { top: 37%; left: 65.5%; }
.reach-ledger { display: grid; grid-template-columns: repeat(2, 1fr) minmax(255px, .62fr); margin-top: -22px; border-top: 1px solid var(--line); border-bottom: 1px solid var(--line); }
.reach-ledger article, .reach-ledger aside { min-height: 225px; padding: 35px clamp(24px, 3vw, 48px); border-right: 1px solid var(--line); }
.reach-ledger article:first-child { padding-left: 0; }
.reach-ledger small { display: block; margin-bottom: 26px; color: var(--gold); font-size: 9px; font-weight: 600; letter-spacing: .14em; text-transform: uppercase; }
.reach-ledger h3 { margin-bottom: 14px; font-size: clamp(28px, 2.4vw, 40px); line-height: 1.04; }
.reach-ledger article p, .reach-ledger aside p { max-width: 440px; margin: 0; color: var(--slate); font-size: 11px; line-height: 1.75; }
.reach-ledger aside { border-right: 0; background: rgba(255,255,255,.4); }
.reach-ledger aside strong { display: block; color: var(--navy); font-family: var(--serif); font-size: clamp(52px, 5vw, 78px); font-weight: 400; line-height: .85; }
.reach-ledger aside strong sup { color: var(--gold); font-size: .35em; }
.reach-ledger aside > span { display: block; margin: 17px 0 24px; color: var(--gold); font-size: 9px; font-weight: 600; letter-spacing: .11em; line-height: 1.5; text-transform: uppercase; }
@keyframes map-flow { to { stroke-dashoffset: -120; } }
@keyframes hub-pulse { 0% { opacity: .9; transform: scale(.65); } 100% { opacity: 0; transform: scale(1.75); } }

/* People */
.people { overflow: hidden; padding-top: clamp(46px, 5vw, 84px); background: #fff; }
.people-heading { display: grid; grid-template-columns: minmax(200px, .35fr) minmax(0, 1.35fr); gap: 7vw; margin-bottom: clamp(62px, 7vw, 102px); }
.people-heading .section-label { margin-top: 11px; }
.people-heading > div { display: grid; grid-template-columns: minmax(0, 1.15fr) minmax(330px, .55fr); align-items: end; gap: 7vw; }
.people-heading .section-support { max-width: 470px; margin: 0 0 7px; }
.people-composition { position: relative; display: grid; grid-template-columns: minmax(330px, .44fr) minmax(0, 1.15fr); min-height: 700px; overflow: hidden; background: radial-gradient(circle at 100% 0, rgba(182,138,70,.15), transparent 30%), var(--navy); color: #fff; }
.people-composition::after { position: absolute; right: -125px; bottom: -250px; width: 580px; height: 580px; border: 1px solid rgba(216,189,143,.16); border-radius: 50%; content: ""; box-shadow: 0 0 0 85px rgba(216,189,143,.035), 0 0 0 170px rgba(216,189,143,.025); pointer-events: none; }
.founder-portrait { position: relative; z-index: 1; min-height: 700px; margin: 0; overflow: hidden; background: #49515d; }
.founder-portrait::after { position: absolute; inset: 0; background: linear-gradient(0deg, rgba(3,14,29,.9), transparent 48%); content: ""; }
.founder-portrait img { width: 100%; height: 100%; object-fit: cover; object-position: center top; filter: saturate(.86) contrast(1.025); transform: scale(1.005); transition: transform 1.1s cubic-bezier(.2,.65,.25,1); }
.founder-portrait:hover img { transform: scale(1.035); }
.founder-portrait figcaption { position: absolute; z-index: 2; right: 34px; bottom: 32px; left: 34px; }
.founder-portrait figcaption span { display: block; margin-bottom: 8px; color: var(--gold-soft); font-size: 9px; font-weight: 600; letter-spacing: .15em; text-transform: uppercase; }
.founder-portrait figcaption strong { font-family: var(--serif); font-size: clamp(28px, 2.5vw, 41px); font-weight: 400; }
.people-narrative { position: relative; z-index: 1; display: flex; flex-direction: column; justify-content: center; padding: clamp(52px, 6vw, 96px); }
.people-narrative blockquote { max-width: 860px; margin: 0 0 34px; color: #fff; font-family: var(--serif); font-size: clamp(43px, 4.7vw, 76px); line-height: 1.04; letter-spacing: -.03em; }
.people-narrative > p { max-width: 700px; margin: 0 0 44px; color: rgba(255,255,255,.62); font-size: 13px; line-height: 1.85; }
.operating-model { display: grid; grid-template-columns: repeat(2, 1fr); gap: 10px; max-width: 920px; }
.operating-model article { position: relative; min-height: 178px; padding: 25px 27px; overflow: hidden; background: transparent; outline: 0; transition: background .45s cubic-bezier(.2,.65,.25,1), transform .45s cubic-bezier(.2,.65,.25,1); }
.operating-model article:hover, .operating-model article:focus-visible { z-index: 2; background: var(--navy-soft); transform: translateY(-3px); }
.operating-model article > small { position: absolute; top: 26px; right: 26px; color: rgba(216,189,143,.55); font-size: 8px; font-weight: 600; letter-spacing: .13em; }
.operating-model article > span { display: block; max-width: calc(100% - 35px); margin-bottom: 11px; color: var(--gold-soft); font-family: var(--serif); font-size: 23px; line-height: 1.1; }
.principle-copy { position: relative; min-height: 70px; }
.principle-copy p { position: absolute; inset: 0; margin: 0; font-size: 10px; line-height: 1.65; transition: opacity .35s ease, transform .45s cubic-bezier(.2,.65,.25,1); }
.principle-summary { color: rgba(255,255,255,.5); }
.principle-detail { color: rgba(255,255,255,.72); opacity: 0; transform: translateY(12px); }
.operating-model article:hover .principle-summary, .operating-model article:focus-visible .principle-summary { opacity: 0; transform: translateY(-8px); }
.operating-model article:hover .principle-detail, .operating-model article:focus-visible .principle-detail { opacity: 1; transform: none; }
.ecosystem-actors article:focus-visible, .operating-model article:focus-visible { box-shadow: inset 0 0 0 1px rgba(216,189,143,.55); }

/* Insights */
.insights { overflow: hidden; background: var(--paper); }
.insights-intro, .why-intro { display: grid; grid-template-columns: minmax(0, 1.35fr) minmax(300px, .55fr); align-items: end; gap: 9vw; margin-bottom: 68px; }
.insights-intro .section-support { max-width: 410px; margin-bottom: 18px; }
.insights-grid { display: grid; grid-template-columns: minmax(0, 1.45fr) minmax(380px, .7fr); gap: 25px; min-height: 720px; }
.featured-insight, .secondary-insight { position: relative; overflow: hidden; background: var(--navy); color: #fff; }
.featured-insight > img { width: 100%; height: 100%; object-fit: cover; filter: saturate(.72); transition: transform 1s, filter 1s; }
.featured-insight:hover > img { filter: saturate(.9); transform: scale(1.025); }
.insight-overlay { position: absolute; inset: 0; background: linear-gradient(0deg, rgba(3,14,29,.95) 0%, rgba(3,14,29,.15) 72%); }
.insight-content { position: absolute; z-index: 2; right: clamp(28px, 4vw, 64px); bottom: clamp(30px, 5vw, 70px); left: clamp(28px, 4vw, 64px); }
.insight-content small, .secondary-copy small { color: var(--gold-soft); font-size: 9px; font-weight: 600; letter-spacing: .16em; text-transform: uppercase; }
.insight-content h3 { max-width: 720px; margin: 18px 0 15px; font-size: clamp(38px, 4.2vw, 68px); line-height: .99; }
.insight-meta { display: block; color: rgba(255,255,255,.55); font-size: 9px; letter-spacing: .06em; }
.insight-content p { max-width: 610px; margin: 23px 0 20px; color: rgba(255,255,255,.72); font-size: 12px; }
.read-link { display: inline-flex; align-items: center; gap: 13px; color: #fff; font-size: 9px; font-weight: 600; letter-spacing: .1em; text-transform: uppercase; }
.read-link i { color: var(--gold-soft); font-size: 15px; font-style: normal; font-weight: 300; transition: transform .3s; }
a:hover .read-link i { transform: translateX(6px); }
.secondary-insights { display: grid; grid-template-rows: repeat(2, 1fr); gap: 25px; }
.secondary-insight { display: grid; grid-template-columns: 42% 58%; }
.secondary-image { overflow: hidden; }
.secondary-image img { width: 100%; height: 100%; object-fit: cover; filter: saturate(.65); transition: transform .8s, filter .8s; }
.secondary-insight:hover img { filter: saturate(.9); transform: scale(1.035); }
.secondary-copy { display: flex; flex-direction: column; justify-content: center; padding: clamp(24px, 3vw, 42px); }
.secondary-copy h3 { margin: 18px 0 14px; font-size: clamp(25px, 2.15vw, 35px); line-height: 1.08; }
.secondary-copy .read-link { margin-top: 25px; }

/* Why SMAM */
.why { overflow: hidden; background: #fff; }
.why-intro > .section-support { max-width: 500px; margin: 0 0 6px; }
.why-ledger { border-top: 1px solid var(--line); }
.why-ledger article { position: relative; display: grid; grid-template-columns: 90px minmax(0, 1fr) 130px; align-items: center; gap: clamp(28px, 4vw, 72px); min-height: 195px; padding: 34px 0; border-bottom: 1px solid var(--line); isolation: isolate; transition: padding .45s cubic-bezier(.2,.65,.25,1), color .35s; }
.why-ledger article::before { position: absolute; z-index: -1; inset: 0 calc(var(--gutter) * -1); background: var(--navy); content: ""; opacity: 0; transform: scaleY(.75); transition: opacity .35s, transform .45s cubic-bezier(.2,.65,.25,1); }
.why-ledger article:hover { padding-right: 18px; padding-left: 18px; color: #fff; }
.why-ledger article:hover::before { opacity: 1; transform: none; }
.why-icon { display: grid; place-items: center; width: 72px; height: 72px; border: 1px solid rgba(182,138,70,.5); }
.why-icon svg { width: 43px; height: 43px; fill: none; stroke: var(--gold); stroke-linecap: round; stroke-linejoin: round; stroke-width: 1.25; }
.why-ledger article > div { display: grid; grid-template-columns: minmax(240px, .58fr) minmax(340px, 1fr); gap: clamp(32px, 6vw, 96px); align-items: center; }
.why-ledger h3 { margin: 0; font-size: clamp(34px, 3vw, 50px); line-height: 1.02; }
.why-ledger article > div p { max-width: 660px; margin: 0; color: var(--slate); font-size: 13px; line-height: 1.8; transition: color .35s; }
.why-ledger article:hover > div p { color: rgba(255,255,255,.65); }
.why-ledger article > small { justify-self: end; color: var(--gold); font-size: 9px; font-weight: 600; letter-spacing: .16em; text-transform: uppercase; }
.why-statement { display: grid; grid-template-columns: 180px minmax(0, 1fr); align-items: center; gap: 5vw; margin-top: 72px; padding: 36px 43px; background: var(--paper); }
.why-statement span { color: var(--gold); font-size: 9px; font-weight: 600; letter-spacing: .16em; text-transform: uppercase; }
.why-statement p { max-width: 950px; margin: 0; color: var(--navy); font-family: var(--serif); font-size: clamp(28px, 3vw, 47px); line-height: 1.16; }

/* Contact & footer */
.closing { position: relative; min-height: 720px; overflow: hidden; color: #fff; background: var(--navy); }
.closing-media, .closing-media img, .closing-shade { position: absolute; inset: 0; width: 100%; height: 100%; }
.closing-media img { object-fit: cover; filter: saturate(.75); transform: scale(1.03); transition: transform 5s ease-out; }
.closing.in-view .closing-media img { transform: scale(1); }
.closing-shade { background: linear-gradient(90deg, rgba(3,14,29,.9), rgba(3,14,29,.28) 70%), linear-gradient(0deg, rgba(3,14,29,.72), transparent 52%); }
.closing-layout { position: relative; z-index: 2; display: grid; grid-template-columns: minmax(0, 1.5fr) minmax(300px, .52fr); align-items: end; gap: 9vw; min-height: 720px; padding: var(--section-space) var(--gutter); }
.closing h2 { font-size: clamp(58px, 7.1vw, 116px); }
.closing h2 em { color: var(--gold-soft); }
.closing-layout > div:last-child { padding-bottom: 10px; }
.closing-layout > div:last-child p { margin-bottom: 31px; color: rgba(255,255,255,.72); font-size: 14px; line-height: 1.8; }
.closing-link { color: #fff; }
.closing-link b { color: var(--gold-soft); }
.site-footer { padding: 84px var(--gutter) 27px; background: var(--navy); color: #fff; }
.footer-grid { display: grid; grid-template-columns: minmax(235px, 1.55fr) repeat(4, minmax(110px, 1fr)); gap: clamp(30px, 4.3vw, 78px); padding-bottom: 78px; }
.footer-logo { display: block; width: 104px; height: 78px; }
.footer-logo-crop { position: relative; display: block; width: 104px; height: 78px; overflow: hidden; }
.footer-logo img { position: absolute; top: 50%; left: 50%; width: 104px; max-width: none; transform: translate(-50%, -50%); }
.footer-brand > i, .footer-column > i { display: block; width: 32px; height: 1px; margin: 29px 0 21px; background: var(--gold); }
.footer-brand .footer-company { max-width: 235px; margin-bottom: 10px; color: #fff; font-family: var(--serif); font-size: 19px; line-height: 1.25; }
.footer-brand .footer-signature { max-width: 235px; margin-bottom: 21px; color: rgba(255,255,255,.5); font-size: 9px; letter-spacing: .09em; line-height: 1.65; text-transform: uppercase; }
.footer-email { color: var(--gold-soft); font-family: var(--serif); font-size: 18px; }
.footer-column { display: flex; flex-direction: column; align-items: flex-start; }
.footer-column h3 { margin: 0; color: var(--gold-soft); font-family: var(--sans); font-size: 9px; font-weight: 600; letter-spacing: .18em; text-transform: uppercase; }
.footer-column a { margin-bottom: 9px; color: rgba(255,255,255,.67); font-size: 11px; transition: color .25s; }
.footer-column a:hover { color: #fff; }
.footer-locations p { margin: 0 0 24px; font-size: 11px; }
.footer-locations b, .footer-locations span { display: block; }
.footer-locations b { font-family: var(--serif); font-size: 17px; font-weight: 400; }
.footer-locations span { color: rgba(255,255,255,.45); font-size: 8px; letter-spacing: .09em; text-transform: uppercase; }
.linkedin { display: inline-flex; align-items: center; gap: 11px; }
.linkedin svg { width: 16px; height: 16px; fill: var(--gold-soft); }
.footer-legal-links a { margin-bottom: 11px; }
.footer-connect a + a { margin-top: 8px; }
.footer-legal { display: flex; align-items: center; justify-content: space-between; gap: 35px; padding-top: 23px; border-top: 1px solid rgba(255,255,255,.15); color: rgba(255,255,255,.42); font-size: 8px; letter-spacing: .06em; }
.footer-legal > span:last-child { text-align: right; text-transform: uppercase; }

/* Responsive */
@media (max-width: 1260px) {
  .site-header { grid-template-columns: auto 1fr auto auto; gap: 22px; }
  .menu-toggle { display: block; grid-column: 4; }
  .primary-nav { position: fixed; z-index: 89; top: 72px; right: 0; bottom: 0; left: 0; display: flex; flex-direction: column; align-items: flex-start; gap: 0; padding: 48px var(--gutter); background: rgba(249,248,245,.98); color: var(--navy); opacity: 0; visibility: hidden; transform: translateY(-14px); transition: opacity .35s, visibility .35s, transform .35s; }
  .site-header.menu-open .primary-nav { opacity: 1; visibility: visible; transform: none; }
  .primary-nav a { width: 100%; padding: 17px 0; border-bottom: 1px solid var(--line); font-family: var(--serif); font-size: clamp(27px, 4.5vw, 48px); line-height: 1.15; }
  .primary-nav .mobile-nav-contact { display: block; color: var(--gold); }
  .primary-nav a::after { display: none; }
  .site-header.menu-open .menu-toggle span:first-child { transform: translateY(3px) rotate(45deg); }
  .site-header.menu-open .menu-toggle span:last-child { transform: translateY(-3px) rotate(-45deg); }
  .hero-content { width: min(850px, 75vw); }
  .audience-row { grid-template-columns: 115px 245px minmax(280px, 1fr) minmax(215px, .72fr); gap: 30px; }
  .ecosystem-heading { grid-template-columns: 190px minmax(0, 1fr) minmax(280px, .6fr); gap: 45px; }
  .people-heading { grid-template-columns: 160px minmax(0, 1fr); gap: 5vw; }
  .people-heading > div { gap: 5vw; }
}

@media (max-width: 1020px) {
  :root { --section-space: 105px; }
  .about-grid { grid-template-columns: 1fr 1fr; gap: 7vw; }
  .pillar-grid, .pillar-grid.has-focus { display: grid; grid-template-columns: 1fr; }
  .pillar, .pillar-grid.has-focus .pillar, .pillar-grid.has-focus .pillar.is-active { min-height: auto; border-right: 0; border-bottom: 1px solid var(--line); }
  .pillar-toggle { grid-template-columns: 65px 84px 1fr; grid-template-rows: auto; align-items: center; min-height: 150px; padding: 27px 32px; }
  .pillar-number { grid-column: 1; }
  .pillar-icon { grid-column: 2; width: 60px; height: 60px; }
  .pillar-title { grid-column: 3; align-self: center; }
  .pillar-summary { grid-column: 3; max-width: 500px; margin: 8px 0 0; }
  .pillar-detail { margin: 0 32px 0 181px; }
  .pillar.is-active .pillar-detail { max-height: 240px; padding-bottom: 28px; }
  .advise-heading { grid-template-columns: 1fr; gap: 38px; }
  .decision-note { max-width: 650px; }
  .audience-row { grid-template-columns: 120px 250px minmax(0, 1fr); gap: 28px; }
  .audience-row ul { grid-column: 2 / 4; margin-top: 4px; }
  .ecosystem-heading { grid-template-columns: 1fr 1fr; }
  .ecosystem-heading .section-label { grid-column: 1 / -1; margin-bottom: 0; }
  .ecosystem-actors { grid-template-columns: repeat(2, 1fr); }
  .approach-intro { grid-template-columns: 1fr 1fr; gap: 6vw; }
  .approach-journey { min-height: 690px; }
  .sector-track { gap: 18px; min-height: 610px; padding: 0 var(--gutter) 14px; overflow-x: auto; background: #fff; scroll-snap-type: x mandatory; scrollbar-width: none; }
  .sector-track::-webkit-scrollbar { display: none; }
  .sector-panel, .sector-track.has-active .sector-panel, .sector-track.has-active .sector-panel.is-active { flex: 0 0 72vw; min-width: 650px; scroll-snap-align: center; }
  .sector-panel + .sector-panel { border-left: 0; }
  .sector-panel > button h3, .sector-panel.is-active > button h3 { bottom: 300px; transform: none; }
  .sector-detail { opacity: 1; pointer-events: auto; transform: none; }
  .sector-pagination { display: flex; align-items: center; justify-content: flex-end; gap: 13px; padding: 24px var(--gutter) 0; color: var(--slate); font-size: 9px; font-weight: 600; }
  .sector-pagination i { width: 46px; height: 1px; background: var(--line); }
  .reach-ledger { grid-template-columns: repeat(2, 1fr); }
  .reach-ledger article:nth-child(2) { border-right: 0; }
  .reach-ledger aside { grid-column: 1 / -1; min-height: 190px; border-top: 1px solid var(--line); }
  .people-heading { grid-template-columns: 1fr; gap: 15px; }
  .people-heading > div { grid-template-columns: 1fr 1fr; }
  .people-composition { grid-template-columns: minmax(280px, .42fr) minmax(0, 1fr); }
  .people-narrative { padding: 52px 45px; }
  .operating-model { grid-template-columns: 1fr; }
  .why-ledger article { grid-template-columns: 75px minmax(0, 1fr) 95px; gap: 28px; }
  .why-ledger article > div { grid-template-columns: 1fr; gap: 16px; }
  .insights-grid { grid-template-columns: 1.15fr .85fr; min-height: 680px; }
  .secondary-insight { grid-template-columns: 1fr; grid-template-rows: 42% 58%; }
  .secondary-copy { justify-content: flex-start; }
  .footer-grid { grid-template-columns: minmax(230px, 1.35fr) repeat(2, 1fr); gap: 42px 35px; }
  .footer-brand { grid-row: span 2; }
}

@media (max-width: 760px) {
  :root { --gutter: 24px; --section-space: 82px; }
  html { scroll-padding-top: 70px; }
  h2 { font-size: clamp(43px, 13vw, 60px); }
  .site-header, .site-header.is-scrolled, .site-header.menu-open { height: 70px; }
  .site-header { grid-template-columns: auto 1fr auto auto; gap: 14px; }
  .site-header::after { right: 24px; left: 24px; }
  .brand, .brand-crop { width: 62px; height: 48px; }
  .brand-logo { width: 62px; }
  .header-actions { gap: 13px; }
  .header-cta { display: none; }
  .menu-toggle { width: 30px; }
  .menu-toggle span { width: 26px; }
  .primary-nav { top: 70px; padding-top: 31px; }
  .primary-nav a { padding: 15px 0; font-size: 31px; }
  .section-label { margin-bottom: 18px; font-size: 9px; letter-spacing: .19em; }
  .intro-grid, .sector-intro, .insights-intro, .why-intro { display: block; }
  .intro-grid > p, .sector-intro > div:last-child, .insights-intro > div:last-child, .why-intro > p { margin-top: 29px; }
  .hero { min-height: 720px; height: 100svh; }
  .site-header:not(.is-scrolled):not(.menu-open) { color: #fff; }
  .site-header:not(.is-scrolled):not(.menu-open)::after { background: rgba(255,255,255,.25); }
  .site-header:not(.is-scrolled):not(.menu-open) .brand-logo-white { opacity: 1; }
  .site-header:not(.is-scrolled):not(.menu-open) .brand-logo-navy { opacity: 0; }
  .hero { color: #fff; }
  .hero-media img { object-position: 56% 50%; }
  .hero-shade { background: linear-gradient(90deg, rgba(3,14,29,.92), rgba(5,17,34,.42)), linear-gradient(0deg, rgba(3,13,28,.73), transparent 54%); }
  .hero-content { width: auto; margin: 0 var(--gutter) 105px; }
  .hero h1 { font-size: clamp(49px, 14vw, 66px); line-height: .94; }
  .hero-label { color: var(--gold-soft); }
  .hero h1 span:nth-child(2) { color: var(--gold-soft); }
  .hero-summary { max-width: 520px; margin-top: 25px; color: rgba(255,255,255,.8); font-size: 12px; }
  .hero-link { color: #fff; }
  .hero-link b { color: var(--gold-soft); }
  .scroll-cue { right: 24px; bottom: 22px; }
  .scroll-cue span { display: none; }
  .scroll-cue i { height: 37px; }
  .about-grid { grid-template-columns: 1fr; gap: 36px; }
  .about-copy { padding-top: 0; }
  .editorial-lead { font-size: 26px; }
  .key-figures { grid-template-columns: repeat(2, 1fr); margin-top: 62px; }
  .key-figures article, .key-figures article:first-child { min-height: 155px; padding: 27px 18px; border-bottom: 1px solid var(--line); }
  .key-figures article:nth-child(odd) { padding-left: 0; }
  .key-figures article:nth-child(even) { border-right: 0; }
  .key-figures strong { font-size: 52px; }
  .key-figures p { font-size: 8px; }
  .pillar-toggle { grid-template-columns: 34px 56px 1fr; min-height: 128px; padding: 22px 18px; }
  .pillar-icon { width: 48px; height: 48px; padding: 9px; }
  .pillar-title { font-size: 27px; }
  .pillar-summary { font-size: 11px; }
  .pillar-detail { margin: 0 18px 0 108px; }
  .pillar-detail ul { grid-template-columns: 1fr; }
  .advise-heading { display: block; margin-bottom: 52px; }
  .advise-heading h2 { font-size: 45px; }
  .decision-note { margin-top: 38px; }
  .audience-row { display: grid; grid-template-columns: 1fr; gap: 15px; min-height: 0; padding: 38px 0; }
  .audience-row:hover { padding-right: 0; padding-left: 0; }
  .audience-row h3 { font-size: 32px; }
  .audience-row h3 br { display: none; }
  .audience-row ul { grid-column: auto; margin-top: 8px; }
  .ecosystem { padding-top: 85px; padding-bottom: 85px; }
  .ecosystem-heading { display: block; }
  .ecosystem-heading h2 { font-size: 46px; }
  .ecosystem-heading > p:last-child { margin-top: 30px; }
  .ecosystem-actors { margin-top: 58px; }
  .ecosystem-actors article { height: 276px; padding: 28px 22px; }
  .actor-marker { margin-bottom: 30px; }
  .approach-intro { display: block; }
  .approach-intro > div:last-child { margin-top: 30px; }
  .approach-journey { display: grid; align-content: end; gap: 25px; min-height: 790px; padding: 245px 24px 34px; }
  .approach-journey > img { object-position: 64% center; }
  .journey-shade { background: linear-gradient(180deg, rgba(3,14,29,.08), rgba(3,14,29,.91) 62%); }
  .journey-stage { position: relative; top: auto; right: auto; bottom: auto; left: auto; width: min(100%, 440px); padding-top: 19px; border-top: 1px solid rgba(255,255,255,.24); }
  .journey-stage h3 { margin: 11px 0 7px; font-size: 29px; }
  .journey-stage p { max-width: 390px; font-size: 10px; }
  .sector-intro { padding: 0 var(--gutter); margin-bottom: 39px; }
  .sector-track { min-height: 570px; padding-right: 20px; padding-left: 20px; gap: 12px; }
  .sector-panel, .sector-track.has-active .sector-panel, .sector-track.has-active .sector-panel.is-active { flex-basis: 84vw; min-width: 0; }
  .sector-panel > button { padding: 25px 22px; }
  .sector-panel > button h3, .sector-panel.is-active > button h3 { bottom: 245px; left: 22px; width: calc(100% - 44px); margin: 0; font-size: 36px; transform: none; }
  .sector-detail { bottom: 28px; left: 22px; width: calc(100% - 44px); }
  .global-reach { padding-bottom: 41px; }
  .map-stage { height: 360px; margin-top: 18px; transform: scale(1.08); }
  .map-hub-label { padding: 6px 8px; box-shadow: none; }
  .map-hub-label b { font-size: 11px; }
  .map-hub-label span { font-size: 6px; }
  .map-hub-geneva { top: 13%; left: 41%; }
  .map-hub-dubai { top: 35%; left: 64%; }
  .reach-ledger { display: block; margin-top: 0; }
  .reach-ledger article, .reach-ledger aside { min-height: 0; padding: 31px 0; border-right: 0; border-bottom: 1px solid var(--line); }
  .reach-ledger aside { border-top: 0; }
  .people-heading { display: block; }
  .people { padding-top: 41px; }
  .people-heading > div { display: block; }
  .people-heading .section-support { margin-top: 30px; }
  .people-composition { display: block; min-height: 0; }
  .founder-portrait { min-height: 520px; }
  .people-narrative { padding: 48px 28px 54px; }
  .people-narrative blockquote { font-size: 42px; }
  .people-narrative > p { margin-bottom: 40px; }
  .operating-model { grid-template-columns: repeat(2, 1fr); }
  .operating-model article { padding: 23px 21px; }
  .insights-intro, .why-intro { margin-bottom: 45px; }
  .insights-grid { grid-template-columns: 1fr; min-height: auto; }
  .featured-insight { min-height: 610px; }
  .insight-content h3 { font-size: 43px; }
  .secondary-insights { grid-template-rows: none; grid-template-columns: repeat(2, 1fr); }
  .secondary-insight { min-height: 470px; grid-template-rows: 43% 57%; }
  .secondary-copy { padding: 22px; }
  .secondary-copy h3 { font-size: 25px; }
  .why-ledger article { grid-template-columns: 60px minmax(0, 1fr); gap: 22px; min-height: 0; padding: 33px 0; }
  .why-ledger article:hover { padding-right: 0; padding-left: 0; }
  .why-icon { width: 55px; height: 55px; }
  .why-icon svg { width: 34px; height: 34px; }
  .why-ledger article > div { display: block; }
  .why-ledger h3 { margin-bottom: 14px; font-size: 32px; }
  .why-ledger article > div p { font-size: 11px; }
  .why-ledger article > small { position: absolute; top: 35px; right: 0; }
  .why-statement { grid-template-columns: 1fr; gap: 18px; margin-top: 50px; padding: 30px 25px; }
  .closing, .closing-layout { min-height: 690px; }
  .closing-layout { display: flex; flex-direction: column; align-items: flex-start; justify-content: flex-end; gap: 37px; }
  .closing h2 { font-size: 59px; }
  .closing-layout > div:last-child { max-width: 480px; padding: 0; }
  .site-footer { padding-top: 60px; }
  .footer-grid { grid-template-columns: repeat(2, 1fr); gap: 45px 28px; padding-bottom: 55px; }
  .footer-brand { grid-row: auto; grid-column: 1 / -1; }
  .footer-connect { grid-column: auto; }
  .footer-legal { flex-direction: column; align-items: flex-start; }
  .footer-legal > span:last-child { text-align: left; }
}

@media (max-width: 480px) {
  .hero h1 { font-size: 47px; }
  .hero-summary { font-size: 11px; line-height: 1.65; }
  .values-line { gap: 12px 15px; }
  .pillar-toggle { grid-template-columns: 30px 1fr; grid-template-rows: 49px auto auto; }
  .pillar-number { grid-column: 1; }
  .pillar-icon { grid-column: 2; justify-self: end; }
  .pillar-title { grid-column: 1 / -1; grid-row: 2; margin-top: 13px; }
  .pillar-summary { grid-column: 1 / -1; grid-row: 3; }
  .pillar-detail { margin: 0 18px; }
  .audience-row ul { grid-template-columns: 1fr; }
  .ecosystem-actors { grid-template-columns: 1fr; }
  .approach-journey { min-height: 820px; padding-top: 250px; }
  .map-stage { height: 310px; }
  .map-hub-label { display: none; }
  .founder-portrait { min-height: 450px; }
  .operating-model { grid-template-columns: 1fr; }
  .secondary-insights { grid-template-columns: 1fr; }
  .secondary-insight { min-height: 480px; }
  .why-ledger article { grid-template-columns: 1fr; }
  .why-ledger article > small { position: static; justify-self: start; grid-row: 1; }
  .why-icon { margin-top: 5px; }
  .closing h2 { font-size: 50px; }
  .footer-grid { grid-template-columns: 1fr 1fr; }
  .footer-locations { grid-column: 1 / -1; }
}

@media (hover: none) {
  .ecosystem-actors article { height: auto; min-height: 238px; }
  .actor-copy, .principle-copy { min-height: 0; }
  .actor-summary, .principle-summary { display: none; }
  .actor-detail, .principle-detail { position: static; opacity: 1; transform: none; }
  .operating-model article { min-height: auto; }
}

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

/* WordPress editorial templates */
.admin-bar .site-header { top: 32px; }
.single-smam_insight .site-header:not(.is-scrolled):not(.menu-open), .post-type-archive-smam_insight .site-header:not(.is-scrolled):not(.menu-open), .blog .site-header:not(.is-scrolled):not(.menu-open), .page:not(.home) .site-header:not(.is-scrolled):not(.menu-open) { color: #fff; }
.single-smam_insight .site-header:not(.is-scrolled):not(.menu-open)::after, .post-type-archive-smam_insight .site-header:not(.is-scrolled):not(.menu-open)::after, .blog .site-header:not(.is-scrolled):not(.menu-open)::after, .page:not(.home) .site-header:not(.is-scrolled):not(.menu-open)::after { background: rgba(255,255,255,.25); }
.single-smam_insight .site-header:not(.is-scrolled):not(.menu-open) .brand-logo-white, .post-type-archive-smam_insight .site-header:not(.is-scrolled):not(.menu-open) .brand-logo-white, .blog .site-header:not(.is-scrolled):not(.menu-open) .brand-logo-white, .page:not(.home) .site-header:not(.is-scrolled):not(.menu-open) .brand-logo-white { opacity: 1; }
.single-smam_insight .site-header:not(.is-scrolled):not(.menu-open) .brand-logo-navy, .post-type-archive-smam_insight .site-header:not(.is-scrolled):not(.menu-open) .brand-logo-navy, .blog .site-header:not(.is-scrolled):not(.menu-open) .brand-logo-navy, .page:not(.home) .site-header:not(.is-scrolled):not(.menu-open) .brand-logo-navy { opacity: 0; }
.insight-article-hero { position: relative; display: flex; min-height: 760px; height: 88svh; align-items: flex-end; overflow: hidden; background: var(--navy); color: #fff; }
.insight-article-hero > img, .insight-article-shade { position: absolute; inset: 0; width: 100%; height: 100%; }
.insight-article-hero > img { object-fit: cover; filter: saturate(.72); }
.insight-article-shade { background: linear-gradient(0deg, rgba(3,14,29,.94), rgba(3,14,29,.05) 72%), linear-gradient(90deg, rgba(3,14,29,.55), transparent 68%); }
.insight-article-heading { position: relative; z-index: 2; width: min(1060px, calc(100% - var(--gutter) * 2)); margin: 0 var(--gutter) clamp(80px, 10vh, 125px); }
.article-back { display: inline-block; margin-bottom: 43px; color: rgba(255,255,255,.62); font-size: 9px; font-weight: 600; letter-spacing: .12em; text-transform: uppercase; }
.insight-article-heading .section-label { color: var(--gold-soft); }
.insight-article-heading h1 { max-width: 1000px; margin: 0; font-size: clamp(53px, 6.3vw, 102px); line-height: .94; letter-spacing: -.04em; }
.article-meta { display: flex; gap: 28px; margin: 30px 0 0; color: rgba(255,255,255,.6); font-size: 9px; letter-spacing: .06em; }
.article-meta span + span { padding-left: 28px; border-left: 1px solid rgba(255,255,255,.28); }
.insight-article { display: grid; grid-template-columns: 190px minmax(0, 760px); justify-content: center; gap: 8vw; background: #fff; }
.article-rail { padding-top: 13px; color: var(--gold); font-size: 9px; font-weight: 600; letter-spacing: .13em; text-transform: uppercase; }
.article-rail i { display: block; width: 1px; height: 90px; margin: 21px 0; background: var(--gold); }
.article-rail p { color: var(--slate); font-size: 8px; line-height: 1.7; }
.article-body { color: #2f3c4d; font-family: Georgia, serif; font-size: clamp(17px, 1.3vw, 20px); line-height: 1.9; }
.article-lead { margin-bottom: 56px; color: var(--ink); font-family: var(--serif); font-size: clamp(28px, 2.8vw, 44px); line-height: 1.3; }
.article-body h2 { margin: 72px 0 24px; color: var(--ink); font-size: clamp(35px, 3.3vw, 52px); line-height: 1.08; }
.article-body h3 { margin: 46px 0 18px; color: var(--ink); font-size: 29px; }
.article-body blockquote { margin: 58px 0; padding: 12px 0 12px 31px; border-left: 2px solid var(--gold); color: var(--navy); font-family: var(--serif); font-size: clamp(25px, 2.4vw, 38px); line-height: 1.35; }
.article-body ul, .article-body ol { padding-left: 25px; }
.article-body a { color: var(--gold); text-decoration: underline; text-underline-offset: 4px; }
.article-advisory-cta { margin-top: 90px; padding: 42px 0; border-top: 1px solid var(--line); border-bottom: 1px solid var(--line); font-family: var(--sans); }
.article-advisory-cta > p { margin-bottom: 8px; color: var(--ink); font-family: var(--serif); font-size: 34px; }
.article-advisory-cta .editorial-link { color: var(--ink); text-decoration: none; }
.related-insights { background: var(--paper); }
.related-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 28px; }
.related-grid a > span { display: block; height: 280px; overflow: hidden; }
.related-grid img { width: 100%; height: 100%; object-fit: cover; filter: saturate(.7); transition: transform .7s, filter .7s; }
.related-grid a:hover img { filter: saturate(.9); transform: scale(1.025); }
.related-grid small { display: block; margin-top: 22px; color: var(--gold); font-size: 9px; }
.related-grid h3 { margin: 12px 0 0; font-size: clamp(25px, 2.1vw, 35px); line-height: 1.08; }
.archive-hero { min-height: 560px; padding: 190px var(--gutter) 90px; background: radial-gradient(circle at 78% 20%, rgba(182,138,70,.18), transparent 30%), var(--navy); color: #fff; }
.archive-hero h1 { margin: 0; font-size: clamp(60px, 7.2vw, 116px); line-height: .92; letter-spacing: -.04em; }
.archive-hero h1 em { color: var(--gold-soft); font-style: normal; }
.archive-hero > div > p:last-child { max-width: 550px; margin: 31px 0 0; color: rgba(255,255,255,.62); }
.archive-list { background: var(--paper); }
.archive-grid { display: grid; grid-template-columns: repeat(2, 1fr); gap: 65px 31px; }
.archive-card { display: grid; grid-template-columns: 44% 56%; min-height: 430px; overflow: hidden; background: #fff; }
.archive-card-image { overflow: hidden; }
.archive-card-image img { width: 100%; height: 100%; object-fit: cover; filter: saturate(.72); transition: transform .7s, filter .7s; }
.archive-card:hover img { filter: saturate(.92); transform: scale(1.025); }
.archive-card-copy { display: flex; flex-direction: column; align-items: flex-start; justify-content: center; padding: clamp(26px, 3vw, 48px); }
.archive-card-copy > small { color: var(--gold); font-size: 9px; font-weight: 600; letter-spacing: .12em; text-transform: uppercase; }
.archive-card-copy h2 { margin: 18px 0 15px; font-size: clamp(29px, 2.7vw, 43px); line-height: 1.04; }
.archive-card-copy > p { margin: 21px 0; color: var(--slate); font-size: 11px; }
.archive-card .read-link { color: var(--ink); }
.archive-pagination { margin-top: 65px; }
.archive-pagination .nav-links { display: flex; justify-content: center; gap: 8px; }
.archive-pagination .page-numbers { display: grid; place-items: center; min-width: 39px; height: 39px; border: 1px solid var(--line); font-size: 10px; }
.archive-pagination .current { background: var(--navy); color: #fff; }
.archive-empty { color: var(--slate); }
.generic-masthead { min-height: 420px; padding: 185px var(--gutter) 80px; background: radial-gradient(circle at 80% 10%, rgba(182,138,70,.17), transparent 30%), var(--navy); color: #fff; }
.generic-masthead h1 { max-width: 1050px; margin: 0; font-size: clamp(52px, 6vw, 92px); line-height: .96; letter-spacing: -.04em; }
.generic-content { display: grid; grid-template-columns: minmax(0, 830px); justify-content: center; min-height: 420px; }
.generic-content .entry-content { color: #394657; font-family: Georgia, serif; font-size: 18px; line-height: 1.85; }
.generic-content h2 { margin: 60px 0 22px; color: var(--ink); font-size: 45px; }
.generic-content h3 { margin: 38px 0 15px; color: var(--ink); font-size: 29px; }
.generic-content a { color: var(--gold); text-decoration: underline; text-underline-offset: 4px; }

@media (max-width: 1020px) {
  .insight-article { grid-template-columns: 120px minmax(0, 700px); gap: 5vw; }
  .archive-grid { grid-template-columns: 1fr; }
  .archive-card { min-height: 390px; }
}

@media (max-width: 760px) {
  .admin-bar .site-header { top: 46px; }
  .insight-article-hero { min-height: 680px; height: 86svh; }
  .insight-article-heading { width: calc(100% - 48px); margin: 0 24px 72px; }
  .insight-article-heading h1 { font-size: 49px; }
  .article-back { margin-bottom: 32px; }
  .article-meta { flex-direction: column; gap: 7px; }
  .article-meta span + span { padding-left: 0; border-left: 0; }
  .insight-article { display: block; }
  .article-rail { display: none; }
  .article-body { font-size: 17px; line-height: 1.82; }
  .article-lead { margin-bottom: 45px; font-size: 29px; }
  .article-body h2 { margin-top: 58px; }
  .related-grid { grid-template-columns: 1fr; gap: 45px; }
  .related-grid a > span { height: 300px; }
  .archive-hero { min-height: 520px; padding-top: 165px; }
  .archive-hero h1 { font-size: 58px; }
  .archive-card { grid-template-columns: 1fr; min-height: 0; }
  .archive-card-image { height: 310px; }
  .archive-card-copy { min-height: 330px; }
}
