/* Nexus Circle — private strategic advisory */
:root {
  --navy-950: #061525;
  --navy-900: #091f37;
  --navy: #103456;
  --navy-mid: #1a456d;
  --gold: #b79a5b;
  --gold-light: #e4d1a6;
  --paper: #f4f0e8;
  --ivory: #f7f3eb;
  --white: #fcfbf8;
  --charcoal: #202a31;
  --slate: #5b738c;
  --muted: #66717a;
  --line: rgba(9, 31, 55, .13);
  --line-light: rgba(255, 255, 255, .15);
  --max: 1220px;
  --serif: "Cormorant Garamond", "Iowan Old Style", Georgia, serif;
  --sans: "Source Sans 3", -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
}

*, *::before, *::after { box-sizing: border-box; }
html { scroll-behavior: smooth; overflow-x: hidden; }
body {
  margin: 0; background: var(--white); color: var(--charcoal);
  font: 400 17px/1.62 var(--sans); -webkit-font-smoothing: antialiased;
  max-width: 100%;
}
img { display: block; max-width: 100%; height: auto; }
a { color: inherit; text-underline-offset: 3px; }
a:hover { color: var(--gold); }
button, input, textarea, select { font: inherit; }
.wrap { width: min(calc(100% - 3rem), var(--max)); margin-inline: auto; min-width: 0; }
.wrap-narrow { width: min(calc(100% - 3rem), 760px); margin-inline: auto; min-width: 0; }
.sr-only { position: absolute; width: 1px; height: 1px; padding: 0; margin: -1px; overflow: hidden; clip: rect(0,0,0,0); white-space: nowrap; border: 0; }
.skip-link { position: absolute; z-index: 99; top: -4rem; left: 1rem; background: var(--gold); color: var(--navy-950); padding: .6rem 1rem; font-weight: 700; }
.skip-link:focus { top: 1rem; }

/* Header */
.site-header { position: sticky; z-index: 40; top: 0; background: rgba(252,251,248,.94); border-bottom: 1px solid var(--line); backdrop-filter: blur(16px); max-width: 100%; }
.header-inner { min-height: 76px; display: flex; align-items: center; justify-content: space-between; gap: 1rem; min-width: 0; }
.brand { display: inline-flex; align-items: center; gap: .72rem; margin-right: auto; color: var(--navy-900); text-decoration: none; text-transform: uppercase; letter-spacing: .17em; font-size: .74rem; font-weight: 700; white-space: nowrap; }
.brand img { width: 31px; height: 31px; animation: logo-circulate 16s linear infinite; transform-origin: center; }
@keyframes logo-circulate { to { transform: rotate(360deg); } }
.nav { display: flex; align-items: center; gap: 1.05rem; }
.nav a { color: var(--navy-900); text-decoration: none; font-size: .72rem; font-weight: 700; letter-spacing: .07em; text-transform: uppercase; }
.nav a:not(.btn) { position: relative; padding: .5rem 0; }
.nav a:not(.btn)::after { content: ""; position: absolute; height: 1px; left: 0; right: 100%; bottom: .16rem; background: var(--gold); transition: right .2s ease; }
.nav a:hover::after, .nav a.is-active::after { right: 0; }
.nav a:hover, .nav a.is-active { color: var(--navy-mid); }
.nav .btn { margin-left: .35rem; }
.nav-toggle { display: none; padding: .45rem .5rem; min-width: 44px; min-height: 44px; background: transparent; color: var(--navy-900); border: 0; cursor: pointer; font-size: 1.2rem; }
.header-cta { display: none; }

.lang-switch { position: relative; flex: 0 0 auto; }
.lang-toggle {
  display: inline-flex; align-items: center; justify-content: center; gap: .35rem;
  min-width: 44px; min-height: 40px; padding: 0 .75rem;
  background: transparent; border: 1px solid var(--line); border-radius: 999px;
  color: var(--navy-900); font-size: .68rem; font-weight: 700; letter-spacing: .14em;
  text-transform: uppercase; cursor: pointer;
}
.lang-toggle:hover { border-color: var(--gold); color: var(--navy); }
.lang-menu {
  position: absolute; z-index: 50; top: auto; bottom: calc(100% + .45rem); inset-inline-end: 0;
  min-width: 12rem; margin: 0; padding: .4rem;
  list-style: none; background: var(--white); border: 1px solid var(--line);
  border-radius: 12px; box-shadow: 0 16px 40px rgba(6,21,37,.16);
}
.footer-bottom .lang-toggle {
  min-height: 36px; border-color: rgba(228,209,166,.35); color: var(--gold-light);
}
.footer-bottom .lang-toggle:hover { border-color: var(--gold-light); color: var(--white); }
.lang-menu[hidden] { display: none; }
.lang-menu button {
  display: block; width: 100%; min-height: 42px; padding: .45rem .8rem;
  background: transparent; border: 0; border-radius: 8px;
  color: var(--navy-900); text-align: start; cursor: pointer; font-size: .92rem;
}
.lang-menu button:hover, .lang-menu button[aria-selected="true"] { background: var(--ivory); }
.lang-menu button[aria-selected="true"] { color: var(--navy); font-weight: 700; }

html[data-lang]:not([data-lang="en"]):not([data-i18n-ready]) body { opacity: 0; }
html[data-i18n-ready] body { opacity: 1; transition: opacity .16s ease; }

html[lang="ar"] body {
  font-family: "Noto Sans Arabic", "Geeza Pro", "Segoe UI", Tahoma, sans-serif;
  line-height: 1.7;
}
html[lang="ar"] h1, html[lang="ar"] h2, html[lang="ar"] h3,
html[lang="ar"] .display-title, html[lang="ar"] .hero h1, html[lang="ar"] .page-hero h1 {
  font-family: "Noto Sans Arabic", "Geeza Pro", serif;
  letter-spacing: 0;
  line-height: 1.25;
}
html[lang="ar"] .nav a, html[lang="ar"] .btn, html[lang="ar"] .eyebrow,
html[lang="ar"] .tag, html[lang="ar"] .brand { letter-spacing: .04em; }

html[dir="rtl"] .brand { margin-right: 0; margin-left: auto; }
html[dir="rtl"] .nav .btn { margin-left: 0; margin-right: .35rem; }
html[dir="rtl"] .nav a:not(.btn)::after { left: 100%; right: 0; }
html[dir="rtl"] .nav a:hover::after, html[dir="rtl"] .nav a.is-active::after { left: 0; right: 0; }
html[dir="rtl"] .hero-note { padding: 1.5rem 1.6rem 0 0; border-left: 0; border-right: 1px solid var(--gold); }
html[dir="rtl"] .text-link::after { content: "←"; }
html[dir="rtl"] .text-link:hover::after { transform: translateX(-4px); }
html[dir="rtl"] .prose li { padding: .55rem 1.25rem .55rem 0; }
html[dir="rtl"] .prose li::before { left: auto; right: 0; }
html[dir="rtl"] .world-stage text { display: none; }

/* Controls */
.btn { display: inline-flex; align-items: center; justify-content: center; gap: .6rem; min-height: 44px; padding: .68rem 1.1rem; border: 1px solid transparent; border-radius: 999px; text-decoration: none; text-transform: uppercase; letter-spacing: .12em; font-size: .71rem; font-weight: 700; transition: transform .18s ease, border-color .18s ease, background .18s ease; }
.btn:hover { transform: translateY(-2px); }
.btn-gold { background: var(--gold); color: var(--navy-950) !important; }
.btn-gold:hover { background: var(--gold-light); }
.btn-light { background: var(--white); color: var(--navy-900) !important; }
.btn-light:hover { background: var(--paper); }
.btn-navy { background: var(--navy-900); color: var(--white) !important; }
.btn-navy:hover { background: var(--navy-mid); }
.btn-ghost { border-color: rgba(255,255,255,.42); color: var(--white) !important; }
.btn-ghost:hover { border-color: var(--gold-light); background: rgba(255,255,255,.06); }
.text-link { display: inline-flex; gap: .5rem; align-items: center; color: var(--navy); text-decoration: none; font-size: .78rem; font-weight: 700; text-transform: uppercase; letter-spacing: .1em; }
.text-link::after { content: "→"; color: var(--gold); font-size: 1rem; transition: transform .18s ease; }
.text-link:hover::after { transform: translateX(4px); }

/* Editorial primitives */
.eyebrow { margin: 0 0 1rem; color: var(--gold); font-size: .69rem; font-weight: 700; letter-spacing: .18em; text-transform: uppercase; }
.eyebrow-light { color: var(--gold-light); }
.rule { width: 42px; height: 1px; margin: 0 0 1.25rem; background: var(--gold); }
.section { padding: clamp(4.75rem, 9vw, 8.5rem) 0; }
.section-paper { background: var(--paper); }
.section-dark { background: var(--navy-950); color: var(--white); }
.section-head { display: grid; grid-template-columns: minmax(0, 1.15fr) minmax(14rem, .85fr); gap: 2rem 5rem; align-items: end; margin-bottom: clamp(2.25rem, 4vw, 4rem); min-width: 0; }
.section-head h2, .display-title, .page-hero h1 { margin: 0; font: 500 clamp(2.3rem, 5vw, 4.25rem)/.97 var(--serif); letter-spacing: -.035em; color: var(--navy-900); overflow-wrap: break-word; }
.section-head p { max-width: 31rem; margin: 0; color: var(--muted); font-size: 1rem; }
.section-dark .section-head h2, .section-dark .display-title { color: var(--white); }
.section-dark .section-head p { color: rgba(255,255,255,.64); }
.section-dark .eyebrow { color: var(--gold-light); }

/* Hero */
.hero { position: relative; isolation: isolate; overflow: hidden; min-height: min(780px, calc(100vh - 76px)); padding: clamp(5rem, 11vw, 10.5rem) 0 4.5rem; background: var(--navy-950); color: var(--white); display: flex; align-items: flex-end; }
.hero > .wrap { position: relative; z-index: 1; width: min(calc(100% - 3rem), var(--max)); min-width: 0; }
.hero-media { position: absolute; inset: 0; z-index: -3; }
.hero-media img { width: 100%; height: 100%; object-fit: cover; object-position: 58% 46%; }
.hero::before { content: ""; position: absolute; z-index: -2; inset: 0; background: linear-gradient(105deg, rgba(6,21,37,.92) 0%, rgba(6,21,37,.78) 42%, rgba(6,21,37,.42) 78%, rgba(9,31,55,.55) 100%); }
.hero::after { content: ""; position: absolute; z-index: -1; inset: auto 0 0 0; height: 7rem; background: linear-gradient(to top, var(--navy-950), transparent); }
.hero-grid { display: grid; grid-template-columns: minmax(0, 1.05fr) minmax(270px, .62fr); gap: clamp(3rem, 8vw, 8rem); align-items: end; min-width: 0; }
.hero-copy { max-width: 48rem; min-width: 0; }
.hero h1 { margin: 0 0 1.55rem; font: 500 clamp(3.4rem, 8vw, 6.8rem)/.89 var(--serif); letter-spacing: -.055em; overflow-wrap: break-word; }
.hero h1 em { font-weight: 500; color: var(--gold-light); }
.hero-lead { max-width: 34rem; margin: 0 0 2rem; color: rgba(255,255,255,.72); font-size: clamp(1.03rem, 1.5vw, 1.18rem); }
.hero-actions { display: flex; flex-wrap: wrap; gap: .75rem; }
.hero-note { align-self: end; padding: 1.5rem 0 0 1.6rem; border-left: 1px solid var(--gold); }
.hero-note p { margin: 0 0 1rem; color: rgba(255,255,255,.78); font: 500 1.45rem/1.2 var(--serif); }
.hero-note small { color: rgba(255,255,255,.52); font-size: .72rem; letter-spacing: .12em; text-transform: uppercase; }
.hero-index { display: flex; align-items: center; gap: 1rem; margin-top: 4.3rem; color: rgba(255,255,255,.44); font-size: .68rem; letter-spacing: .16em; text-transform: uppercase; }
.hero-index i { display: block; width: min(19vw, 220px); height: 1px; background: rgba(255,255,255,.3); }

.hero.hero-canvas { cursor: crosshair; touch-action: pan-y; }
.hero.hero-canvas.is-over-dot { cursor: grab; }
.hero.hero-canvas.is-grabbing { cursor: grabbing; }
.hero.hero-canvas::before { display: none; }
#hero-canvas {
  position: absolute;
  inset: 0;
  z-index: 0;
  width: 100%;
  height: 100%;
  opacity: .48;
  pointer-events: none;
}
.hero-canvas .hero-reveal {
  opacity: 0;
  transform: translateY(14px);
  animation: hero-copy-in .7s ease forwards;
}
@keyframes hero-copy-in {
  to { opacity: 1; transform: none; }
}
@media (prefers-reduced-motion: reduce) {
  .hero-canvas .hero-reveal { opacity: 1; transform: none; animation: none; }
  #hero-canvas { display: none; }
}

/* Advisory grid */
.advisory-grid { display: grid; grid-template-columns: repeat(3, 1fr); border-top: 1px solid var(--line); border-left: 1px solid var(--line); }
.advisory-card { min-height: 270px; padding: 1.6rem 1.7rem 1.5rem; border-right: 1px solid var(--line); border-bottom: 1px solid var(--line); background: var(--white); border-radius: 10px; transition: color .2s ease, background .2s ease; }
.advisory-card:hover { background: var(--navy-900); color: var(--white); }
.advisory-card .number { display: block; margin-bottom: 3.25rem; color: var(--gold); font-size: .69rem; letter-spacing: .14em; }
.advisory-card h3 { margin: 0 0 .7rem; font: 500 1.75rem/1.02 var(--serif); letter-spacing: -.025em; color: var(--navy-900); }
.advisory-card p { margin: 0; color: var(--muted); font-size: .93rem; line-height: 1.55; }
.advisory-card:hover h3 { color: var(--white); }
.advisory-card:hover p { color: rgba(255,255,255,.7); }

/* Method and network */
.method-grid { display: grid; grid-template-columns: 1fr 1.35fr; gap: clamp(2.5rem, 8vw, 8rem); }
.method-statement { margin: 0; max-width: 19ch; color: var(--white); font: 500 clamp(2.25rem, 4.1vw, 3.75rem)/1 var(--serif); letter-spacing: -.035em; }
.method-list { border-top: 1px solid var(--line-light); }
.method-item { display: grid; grid-template-columns: 4rem 1fr; gap: 1rem; padding: 1.25rem 0; border-bottom: 1px solid var(--line-light); }
.method-item span { color: var(--gold-light); font-size: .72rem; letter-spacing: .15em; }
.method-item h3 { margin: 0 0 .22rem; font: 500 1.35rem/1.15 var(--serif); }
.method-item p { margin: 0; color: rgba(255,255,255,.6); font-size: .93rem; }
.signal-layout { display: grid; grid-template-columns: minmax(0,.9fr) minmax(22rem,1.1fr); gap: clamp(2rem, 6vw, 7rem); align-items: center; }
.signal-map { position: relative; min-height: 350px; overflow: hidden; background: var(--navy-900); border: 1px solid rgba(183,154,91,.34); border-radius: 14px; }
.signal-map::before { content: ""; position: absolute; inset: 12% 7%; background: radial-gradient(ellipse at 48% 56%, rgba(183,154,91,.9) 0 2px, transparent 3px), radial-gradient(ellipse at 72% 34%, rgba(183,154,91,.8) 0 2px, transparent 3px), radial-gradient(ellipse at 30% 72%, rgba(183,154,91,.8) 0 2px, transparent 3px), radial-gradient(ellipse at 76% 70%, rgba(183,154,91,.7) 0 2px, transparent 3px), radial-gradient(ellipse at 31% 25%, rgba(183,154,91,.7) 0 2px, transparent 3px), repeating-linear-gradient(23deg, transparent 0 26px, rgba(228,209,166,.11) 27px 28px, transparent 29px 60px), repeating-linear-gradient(97deg, transparent 0 45px, rgba(228,209,166,.09) 46px 47px, transparent 48px 82px); opacity: .95; }
.signal-map::after { content: ""; position: absolute; inset: 10%; border: 1px solid rgba(228,209,166,.22); transform: rotate(-19deg) scale(1.25); border-radius: 48%; }
.map-label { position: absolute; z-index: 1; bottom: 1.2rem; left: 1.25rem; color: var(--gold-light); font-size: .67rem; font-weight: 700; letter-spacing: .16em; text-transform: uppercase; }
.region-tags { display: flex; flex-wrap: wrap; gap: .55rem; margin: 1.5rem 0 2rem; }
.region-tags span { padding: .44rem .72rem; border: 1px solid var(--line); color: var(--navy-900); font-size: .72rem; font-weight: 700; letter-spacing: .06em; text-transform: uppercase; }

/* Insights preview */
.brief-grid { display: grid; grid-template-columns: 1.05fr .95fr; gap: 0; overflow: hidden; border: 1px solid var(--line); border-radius: 14px; }
.lead-brief { padding: clamp(2rem, 5vw, 4rem); background: var(--navy-900); color: var(--white); }
.lead-brief h3 { margin: 0 0 1rem; max-width: 16ch; font: 500 clamp(2rem, 3.5vw, 3rem)/1 var(--serif); letter-spacing: -.035em; }
.lead-brief p { max-width: 33rem; margin: 0 0 1.7rem; color: rgba(255,255,255,.68); }
.brief-list { background: var(--white); }
.brief-item { display: block; padding: 1.5rem 1.75rem; border-bottom: 1px solid var(--line); text-decoration: none; transition: background .18s ease; }
.brief-item:last-child { border-bottom: 0; }
.brief-item:hover { background: var(--paper); }
.brief-item small { display: block; margin-bottom: .55rem; color: var(--gold); font-size: .67rem; font-weight: 700; letter-spacing: .14em; text-transform: uppercase; }
.brief-item h3 { margin: 0 0 .38rem; color: var(--navy-900); font: 500 1.28rem/1.1 var(--serif); }
.brief-item p { margin: 0; color: var(--muted); font-size: .9rem; line-height: 1.5; }

/* Pull quote / CTA */
.cta-panel { position: relative; overflow: hidden; padding: clamp(2.25rem, 5vw, 4.25rem); background: var(--gold); color: var(--navy-950); border-radius: 16px; }
.cta-panel::after { content: ""; position: absolute; right: -5rem; top: -12rem; width: 30rem; height: 30rem; border: 1px solid rgba(6,21,37,.2); border-radius: 50%; box-shadow: 0 0 0 5rem rgba(6,21,37,.06), 0 0 0 10rem rgba(6,21,37,.045); }
.cta-panel > * { position: relative; z-index: 1; }
.cta-panel .eyebrow { color: rgba(6,21,37,.72); }
.cta-panel h2 { max-width: 15ch; margin: 0 0 1rem; font: 500 clamp(2.3rem, 4.3vw, 4rem)/.98 var(--serif); letter-spacing: -.04em; }
.cta-panel p { max-width: 34rem; margin: 0 0 1.7rem; color: rgba(6,21,37,.76); }

/* Inner pages */
.page-hero { padding: clamp(4.25rem, 9vw, 7rem) 0 clamp(3.5rem, 6vw, 5.25rem); background: var(--paper); border-bottom: 1px solid var(--line); }
.page-hero .page-kicker { margin: 0 0 1.25rem; color: var(--gold); font-size: .69rem; font-weight: 700; letter-spacing: .18em; text-transform: uppercase; }
.page-hero h1 { max-width: 16ch; }
.page-hero p { max-width: 42rem; margin: 1.4rem 0 0; color: var(--muted); font-size: 1.08rem; }
.split { display: grid; grid-template-columns: minmax(0,1.1fr) minmax(18rem,.75fr); gap: clamp(2rem, 7vw, 7rem); }
.prose { color: var(--muted); }
.prose h2 { margin: 0 0 1rem; color: var(--navy-900); font: 500 clamp(2rem, 3.3vw, 3rem)/1 var(--serif); letter-spacing: -.03em; }
.prose h2:not(:first-child) { margin-top: 3rem; }
.prose h3 { margin: 1.6rem 0 .5rem; color: var(--navy-900); font: 500 1.5rem/1.1 var(--serif); }
.prose p { margin: 0 0 1.1rem; }
.prose ul { margin: 1.3rem 0 0; padding: 0; list-style: none; }
.prose li { position: relative; padding: .55rem 0 .55rem 1.25rem; border-bottom: 1px solid var(--line); }
.prose li::before { content: ""; position: absolute; left: 0; top: 1.2rem; width: 5px; height: 5px; background: var(--gold); }
.aside-card, .card { padding: 1.5rem; background: var(--white); border: 1px solid var(--line); border-radius: 12px; }
.aside-card + .aside-card { margin-top: 1rem; }
.aside-card h3, .card h3 { margin: 0 0 .55rem; color: var(--navy-900); font: 500 1.55rem/1.05 var(--serif); }
.aside-card p, .card p { margin: 0; color: var(--muted); font-size: .94rem; line-height: 1.55; }
.tag { margin-bottom: .7rem; color: var(--gold); font-size: .68rem; font-weight: 700; letter-spacing: .15em; text-transform: uppercase; }
.service-row { display: grid; grid-template-columns: 5.5rem minmax(0, .85fr) minmax(18rem, 1.15fr); gap: 1.5rem; align-items: start; padding: 2.35rem 0; border-top: 1px solid var(--line); }
.service-row:last-child { border-bottom: 1px solid var(--line); }
.service-row .service-num { padding-top: .38rem; color: var(--gold); font-size: .7rem; font-weight: 700; letter-spacing: .12em; }
.service-row h2 { margin: 0; color: var(--navy-900); font: 500 clamp(1.7rem, 2.5vw, 2.3rem)/1 var(--serif); letter-spacing: -.025em; }
.service-row p { max-width: 38rem; margin: 0; color: var(--muted); }
.service-outcomes { margin: .85rem 0 0; padding: 0; list-style: none; display: flex; flex-wrap: wrap; gap: .4rem .8rem; }
.service-outcomes li { color: var(--navy); font-size: .77rem; font-weight: 700; }
.service-outcomes li::before { content: "+ "; color: var(--gold); }

/* Regions */
.region-list { border-top: 1px solid var(--line); }
.region-item { display: grid; grid-template-columns: minmax(12rem, .8fr) minmax(0, 1.2fr) auto; gap: 2rem; align-items: baseline; padding: 1.55rem 0; border-bottom: 1px solid var(--line); }
.region-item h3 { margin: 0; color: var(--navy-900); font: 500 1.7rem/1 var(--serif); }
.region-item p { max-width: 42rem; margin: 0; color: var(--muted); }
.region-item span { color: var(--gold); font-size: .68rem; letter-spacing: .14em; text-transform: uppercase; }

.grid-2 { display: grid; grid-template-columns: repeat(2, 1fr); gap: 1rem; }
@media (max-width: 700px) { .grid-2 { grid-template-columns: 1fr; } }

/* Insight journal */
.insight-filters { display: flex; gap: .45rem; flex-wrap: wrap; margin-bottom: 2rem; }
.insight-filters span { padding: .42rem .7rem; border: 1px solid var(--line); color: var(--navy); font-size: .69rem; font-weight: 700; letter-spacing: .1em; text-transform: uppercase; }
.insight-grid { display: grid; grid-template-columns: repeat(3, 1fr); border-top: 1px solid var(--line); border-left: 1px solid var(--line); }
.insight-card { display: flex; flex-direction: column; min-height: 280px; padding: 1.5rem; border-right: 1px solid var(--line); border-bottom: 1px solid var(--line); text-decoration: none; transition: background .2s ease; }
.insight-card:hover { background: var(--paper); }
.insight-card .tag { margin-bottom: auto; }
.insight-card h2 { margin: 1.75rem 0 .6rem; color: var(--navy-900); font: 500 1.65rem/1.03 var(--serif); letter-spacing: -.02em; }
.insight-card p { margin: 0; color: var(--muted); font-size: .91rem; line-height: 1.5; }
.insight-card .read-time { margin-top: 1.1rem; color: var(--gold); font-size: .67rem; font-weight: 700; letter-spacing: .12em; text-transform: uppercase; }
.insight-feature { padding: clamp(2rem, 5vw, 4.5rem); background: var(--navy-900); color: var(--white); border-radius: 14px; }
.insight-feature .tag { color: var(--gold-light); }
.insight-feature h2 { max-width: 16ch; margin: 0 0 1rem; font: 500 clamp(2.2rem, 4vw, 3.65rem)/.98 var(--serif); letter-spacing: -.04em; }
.insight-feature p { max-width: 43rem; margin: 0; color: rgba(255,255,255,.65); }

/* Contact and form */
.form { padding: clamp(1.5rem, 4vw, 2.5rem); background: var(--paper); border: 1px solid var(--line); border-radius: 14px; }
.form-row { margin-bottom: 1.05rem; }
.form label { display: block; margin-bottom: .4rem; color: var(--navy-900); font-size: .72rem; font-weight: 700; letter-spacing: .1em; text-transform: uppercase; }
.form input, .form textarea, .form select { width: 100%; padding: .78rem .85rem; background: var(--white); border: 1px solid rgba(9,31,55,.2); border-radius: 8px; color: var(--charcoal); outline: none; }
.form textarea { min-height: 148px; resize: vertical; }
.form input:focus, .form textarea:focus, .form select:focus { border-color: var(--gold); box-shadow: 0 0 0 3px rgba(183,154,91,.12); }
.hint { margin: 1rem 0 0; color: var(--muted); font-size: .8rem; line-height: 1.45; }
.contact-detail { padding: 1.5rem 0; border-top: 1px solid var(--line); }
.contact-detail:last-child { border-bottom: 1px solid var(--line); }
.contact-detail h3 { margin: 0 0 .35rem; color: var(--navy-900); font: 500 1.45rem/1.1 var(--serif); }
.contact-detail p { margin: 0; color: var(--muted); font-size: .93rem; }
.signal-chat { position: relative; display: inline-flex; align-items: center; margin-left: .4rem; vertical-align: middle; }
.signal-link { display: inline-flex; align-items: center; justify-content: center; vertical-align: -0.15em; text-decoration: none; transition: transform .18s ease, opacity .18s ease, box-shadow .18s ease; border-radius: 5px; cursor: pointer; }
.signal-link:hover, .signal-link[aria-expanded="true"] { opacity: .95; transform: translateY(-1px); box-shadow: 0 2px 8px rgba(58, 112, 243, .28); }
.signal-wordmark { padding: 0; background: transparent; border: 0; box-shadow: none; border-radius: 5px; overflow: hidden; line-height: 0; color: inherit; font: inherit; }
.signal-wordmark-img { display: block; width: 18px; height: 18px; object-fit: cover; border-radius: 4px; }
.signal-icon { display: block; width: .96rem; height: .96rem; }
.signal-popover {
  position: absolute;
  z-index: 60;
  left: 50%;
  bottom: calc(100% + .55rem);
  transform: translateX(-50%);
  width: min(17.5rem, calc(100vw - 2rem));
  padding: 1rem 1.05rem 1.05rem;
  background: var(--white);
  color: var(--charcoal);
  border: 1px solid rgba(9,31,55,.12);
  border-radius: 12px;
  box-shadow: 0 16px 40px rgba(6,21,37,.18);
  text-align: left;
}
.signal-popover::after {
  content: "";
  position: absolute;
  left: 50%;
  bottom: -6px;
  width: 10px; height: 10px;
  background: var(--white);
  border-right: 1px solid rgba(9,31,55,.12);
  border-bottom: 1px solid rgba(9,31,55,.12);
  transform: translateX(-50%) rotate(45deg);
}
.signal-popover[hidden] { display: none !important; }
.signal-popover-kicker {
  margin: 0 0 .35rem;
  color: var(--navy);
  font-size: .68rem;
  font-weight: 700;
  letter-spacing: .14em;
  text-transform: uppercase;
}
.signal-popover-number {
  margin: 0 0 .4rem;
  color: var(--navy-900);
  font: 600 1.15rem/1.2 var(--sans);
  letter-spacing: .01em;
}
.signal-popover-copy {
  margin: 0 0 .9rem;
  color: var(--muted);
  font-size: .84rem;
  line-height: 1.45;
}
.signal-popover-actions {
  display: flex;
  flex-direction: column;
  align-items: stretch;
  gap: .55rem;
}
.signal-popover-actions .btn {
  width: 100%;
  min-height: 40px;
  font-size: .68rem;
}
.signal-call-link {
  display: inline-flex;
  justify-content: center;
  color: var(--navy-mid) !important;
  font-size: .8rem;
  font-weight: 600;
  text-decoration: none;
}
.signal-call-link:hover { color: var(--gold) !important; }
/* Keep popover readable on paper footer column */
.footer-grid > :first-child .signal-popover { box-shadow: 0 16px 36px rgba(6,21,37,.16); }
.phone-with-signal { display: flex; flex-wrap: wrap; align-items: center; gap: .35rem .45rem; }

/* Legacy pages / utility */
.note { padding: 1rem 1.1rem; background: var(--paper); border-left: 2px solid var(--gold); color: var(--muted); font-size: .9rem; }
.event-list { border-top: 1px solid var(--line); }
.event-item { padding: 1.1rem 0; border-bottom: 1px solid var(--line); }
.event-item h3 { margin: 0 0 .25rem; color: var(--navy-900); font: 500 1.3rem/1.1 var(--serif); }
.event-meta { color: var(--muted); font-size: .85rem; }

/* Footer — full-bleed edge-to-edge */
.site-footer {
  width: 100%;
  margin: 0;
  padding: 0;
  background: var(--navy-950);
  color: rgba(252,251,248,.72);
  border-top: 1px solid rgba(183,154,91,.28);
}
.site-footer .wrap {
  width: 100%;
  max-width: none;
  margin: 0;
  padding: 0;
  overflow: visible;
  border-radius: 0;
  background: transparent;
  box-shadow: none;
}
.site-footer .brand { margin-bottom: 1rem; }
.site-footer .brand img {
  width: 31px; height: 31px;
  animation: logo-circulate 16s linear infinite;
  transform-origin: center;
  image-rendering: -webkit-optimize-contrast;
}
.footer-cta {
  display: inline-flex;
  width: auto;
  max-width: 100%;
  margin: 0 0 1.15rem;
  white-space: normal;
  text-align: center;
}
.footer-grid {
  display: grid;
  grid-template-columns: minmax(15rem, 1.2fr) repeat(4, minmax(0, 1fr));
  gap: 0;
  width: 100%;
  min-height: 18rem;
  align-items: stretch;
}
.footer-grid > div {
  padding: clamp(2.5rem, 4.5vw, 4rem) clamp(1.25rem, 3.5vw, 3.5rem);
  min-height: 100%;
  box-sizing: border-box;
}
.footer-grid > :first-child {
  background: linear-gradient(165deg, #f7f3eb 0%, var(--paper) 55%, #ebe4d6 100%);
  color: var(--navy-900);
  border-right: 1px solid rgba(9,31,55,.1);
}
.footer-grid > :not(:first-child) {
  background: transparent;
  color: rgba(252,251,248,.72);
  border-left: 1px solid rgba(255,255,255,.08);
}
.footer-grid > :nth-child(2) { border-left: 0; }
.footer-grid p {
  margin: 0;
  max-width: none;
  font-size: .95rem;
  line-height: 1.65;
}
.footer-grid h4,
.footer-grid .brand span {
  margin: .2rem 0 1rem;
  font-size: .74rem;
  font-weight: 700;
  letter-spacing: .17em;
  text-transform: uppercase;
}
.footer-grid > :first-child .brand { color: var(--navy-900); }
.footer-grid > :first-child h4,
.footer-grid > :first-child .footer-entity { color: var(--navy-900); }
.footer-grid > :first-child .footer-entity { font-weight: 600; color: var(--navy); }
.footer-grid > :not(:first-child) h4 { color: var(--gold-light); }
.footer-grid ul { margin: 0; padding: 0; list-style: none; }
.footer-grid li { margin: .55rem 0; font-size: .92rem; }
.footer-grid > :first-child a { color: var(--navy-900); text-decoration: none; }
.footer-grid > :first-child a:hover { color: var(--gold); }
.footer-grid > :not(:first-child) a { color: rgba(252,251,248,.72); text-decoration: none; }
.footer-grid > :not(:first-child) a:hover { color: var(--gold-light); }
.footer-address { margin-top: 1.1rem !important; color: var(--navy-900); }
.footer-address a[href^="tel"] { font-weight: 600; letter-spacing: .01em; }
.footer-entity { margin: 0 0 .25rem; font-size: .95rem; }
.footer-bottom {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 1rem;
  margin: 0;
  padding: 1.05rem clamp(1.25rem, 3.5vw, 3.5rem);
  width: 100%;
  box-sizing: border-box;
  background: #050f1c;
  border-top: 1px solid rgba(183,154,91,.22);
  font-size: .75rem;
  color: rgba(252,251,248,.55);
}
.footer-bottom a { color: rgba(252,251,248,.7); text-decoration: none; }
.footer-bottom a:hover { color: var(--gold-light); }

@media (max-width: 800px) {
  .header-inner { min-height: 68px; }
  .nav-toggle { display: block; }
  .nav { display: none; }
  .nav.is-open { position: absolute; top: 68px; left: 0; right: 0; display: flex; flex-direction: column; align-items: stretch; gap: 0; padding: .85rem 1.5rem 1.25rem; background: var(--white); border-bottom: 1px solid var(--line); box-shadow: 0 18px 25px rgba(6,21,37,.08); }
  .nav.is-open a { padding: .78rem 0; min-height: 44px; display: flex; align-items: center; }
  .nav.is-open .btn { margin: .55rem 0 .2rem; width: 100%; }
}
@media (max-width: 900px) {
  .hero { min-height: auto; padding: 3.5rem 0 2.75rem; align-items: flex-start; }
  .hero-grid, .section-head, .method-grid, .signal-layout, .split { grid-template-columns: minmax(0, 1fr); }
  .hero-note { max-width: none; }
  .hero h1 { max-width: none; font-size: clamp(2.35rem, 8vw, 3.6rem); line-height: 1.02; letter-spacing: -.04em; }
  .hero-lead { max-width: none; }
  .advisory-grid, .insight-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .brief-grid { grid-template-columns: minmax(0, 1fr); }
  .service-row { grid-template-columns: 4rem minmax(0, 1fr); }
  .service-row > div:last-child { grid-column: 2; }
  .footer-grid { grid-template-columns: minmax(0, 1fr) minmax(0, 1fr); }
  .footer-grid > :first-child { grid-column: 1 / -1; border-right: 0; border-bottom: 1px solid rgba(9,31,55,.1); }
  .footer-grid > :not(:first-child) { border-left: 0; border-top: 1px solid rgba(255,255,255,.08); }
  .footer-grid > :nth-child(2),
  .footer-grid > :nth-child(3) { border-top: 0; }
}

@media (max-width: 620px) {
  .wrap, .wrap-narrow, .hero > .wrap { width: min(calc(100% - 2rem), var(--max)); }
  .brand { letter-spacing: .13em; }
  .hero h1 { font-size: clamp(2.05rem, 9.2vw, 2.65rem); line-height: 1.06; letter-spacing: -.035em; }
  .hero-proof { font-size: .64rem; letter-spacing: .12em; }
  .hero-lead { font-size: 1.02rem; }
  .hero-actions .btn { width: 100%; }
  .hero-index { margin-top: 3rem; }
  .advisory-grid, .insight-grid { grid-template-columns: minmax(0, 1fr); }
  .advisory-card { min-height: 220px; }
  .advisory-card .number { margin-bottom: 2rem; }
  .section-head { gap: 1rem; }
  .section-head h2, .display-title, .page-hero h1 { font-size: clamp(1.85rem, 8.4vw, 2.45rem); line-height: 1.08; max-width: none; }
  .signal-map { min-height: 275px; }
  .service-row { grid-template-columns: minmax(0, 1fr); gap: .75rem; padding: 1.8rem 0; }
  .service-row > div:last-child { grid-column: auto; }
  .region-item { grid-template-columns: minmax(0, 1fr); gap: .45rem; }
  .region-item span { display: none; }
  .footer-grid { grid-template-columns: minmax(0, 1fr); }
  .footer-grid > :first-child { grid-column: 1 / -1; }
  .footer-grid > :nth-child(2) { border-top: 1px solid rgba(255,255,255,.08); }
  .footer-bottom { display: block; padding-top: 1rem; padding-bottom: max(1.15rem, env(safe-area-inset-bottom, 0px)); }
  .footer-bottom > :last-child { display: block; margin-top: .35rem; }
}

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


/* Phone + Signal connected row */
.phone-signal-row {
  display: inline-flex;
  align-items: center;
  flex-wrap: wrap;
  gap: .45rem .55rem;
}
.phone-with-signal {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: .45rem .65rem;
}
.footer-phone {
  font-weight: 600;
  letter-spacing: .01em;
  text-decoration: none;
}
.signal-chat { position: relative; display: inline-flex; align-items: center; margin-left: 0; vertical-align: middle; }
.signal-link {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: .4rem;
  padding: .15rem .45rem .15rem .15rem;
  vertical-align: middle;
  text-decoration: none !important;
  border-radius: 999px;
  border: 1px solid rgba(58, 112, 243, .28);
  background: rgba(58, 112, 243, .08);
  transition: transform .18s ease, opacity .18s ease, box-shadow .18s ease, background .18s ease;
  cursor: pointer;
  line-height: 1;
}
.signal-link:hover {
  opacity: 1;
  transform: translateY(-1px);
  background: rgba(58, 112, 243, .14);
  box-shadow: 0 2px 8px rgba(58, 112, 243, .28);
  color: inherit;
}
.signal-wordmark { overflow: visible; }
.signal-wordmark-img {
  display: block;
  width: 18px;
  height: 18px;
  object-fit: cover;
  border-radius: 4px;
  flex: 0 0 auto;
}
.signal-link-text {
  font-size: .72rem;
  font-weight: 700;
  letter-spacing: .06em;
  text-transform: uppercase;
  color: #3a70f3;
  white-space: nowrap;
  padding-right: .2rem;
}
.footer-grid > :first-child .signal-link-text { color: #3a70f3; }


/* Signal username toast */
.signal-toast {
  position: fixed;
  z-index: 100;
  left: 50%;
  bottom: 1.5rem;
  transform: translateX(-50%) translateY(120%);
  max-width: min(28rem, calc(100vw - 2rem));
  padding: .85rem 1.1rem;
  background: var(--navy-900);
  color: var(--white);
  border: 1px solid rgba(183,154,91,.35);
  border-radius: 12px;
  box-shadow: 0 14px 40px rgba(6,21,37,.28);
  font-size: .88rem;
  line-height: 1.4;
  opacity: 0;
  transition: transform .25s ease, opacity .25s ease;
  pointer-events: none;
}
.signal-toast.is-visible {
  opacity: 1;
  transform: translateX(-50%) translateY(0);
}
.signal-username-text {
  font-weight: 700;
  letter-spacing: .02em;
  text-transform: none;
}


/* Legal footer helpers */
.footer-note { margin: .75rem 0 0; font-size: .72rem; line-height: 1.4; color: rgba(252,251,248,.45); max-width: 14rem; }
.footer-bottom-links a { margin-left: .15rem; }
.footer-bottom { flex-wrap: wrap; gap: .5rem 1rem; }
.site-disclaimer {
  border-top: 1px solid var(--line);
  background: var(--paper);
  padding: .85rem 0;
  font-size: .78rem;
  line-height: 1.45;
  color: var(--muted);
}
.site-disclaimer .wrap { max-width: var(--max); }
.site-disclaimer a { color: var(--navy); font-weight: 600; text-decoration: none; }
.site-disclaimer a:hover { color: var(--gold); }

/* Homepage 2026 redesign */
.hero-proof { margin: 0 0 1.15rem; color: rgba(228,209,166,.88); font-size: .72rem; font-weight: 700; letter-spacing: .16em; text-transform: uppercase; }
.hero-lead { max-width: 36rem; }
.hero-copy { max-width: 44rem; }
.hero h1 { max-width: 16ch; }
.mid-cta { display: flex; flex-wrap: wrap; align-items: center; justify-content: space-between; gap: 1.25rem; padding: 1.5rem 1.75rem; background: var(--ivory); border: 1px solid var(--line); border-radius: 14px; }
.mid-cta p { margin: 0; max-width: 38rem; color: var(--charcoal); font: 500 1.45rem/1.2 var(--serif); }
.pillar-grid { display: grid; grid-template-columns: repeat(5, 1fr); gap: 1px; background: var(--line); border: 1px solid var(--line); border-radius: 14px; overflow: hidden; }
.pillar-card { display: flex; flex-direction: column; min-height: 250px; padding: 1.5rem 1.35rem 1.4rem; background: var(--white); text-decoration: none; transition: background .2s ease, color .2s ease; }
.pillar-card:hover { background: var(--navy-900); color: var(--white); }
.pillar-card .number { margin-bottom: auto; color: var(--gold); font-size: .68rem; letter-spacing: .14em; text-transform: uppercase; }
.pillar-card h3 { margin: 1.4rem 0 .55rem; color: var(--navy-900); font: 500 1.45rem/1.05 var(--serif); letter-spacing: -.02em; }
.pillar-card p { margin: 0; color: var(--muted); font-size: .9rem; line-height: 1.5; }
.pillar-card:hover h3 { color: var(--white); }
.pillar-card:hover p { color: rgba(255,255,255,.68); }

.region-explorer { display: grid; grid-template-columns: minmax(0, 1.15fr) minmax(18rem, .85fr); gap: clamp(1.5rem, 4vw, 3rem); align-items: stretch; }
.world-stage { position: relative; min-height: 420px; overflow: hidden; background: linear-gradient(165deg, #0b2238 0%, var(--navy-950) 55%, #0a1a2b 100%); border: 1px solid rgba(183,154,91,.32); border-radius: 16px; }
.world-stage svg { width: 100%; height: 100%; min-height: 420px; display: block; }
.world-stage .land { fill: rgba(91,115,140,.28); stroke: rgba(228,209,166,.22); stroke-width: .6; }
.hotspot { cursor: pointer; }
.hotspot circle { fill: var(--gold); stroke: var(--navy-950); stroke-width: 1.5; }
.hotspot.is-active circle, .hotspot:hover circle { fill: var(--gold-light); }
.hotspot text { fill: rgba(252,251,248,.82); font-size: 11px; font-family: var(--sans); letter-spacing: .06em; text-transform: uppercase; pointer-events: none; }
.region-panel { padding: 1.7rem 1.6rem; background: var(--white); border: 1px solid var(--line); border-radius: 16px; }
.region-panel article[hidden] { display: none; }
.region-panel h3 { margin: .35rem 0 .7rem; color: var(--navy-900); font: 500 1.85rem/1.05 var(--serif); }
.region-panel p { margin: 0 0 .9rem; color: var(--muted); }
.region-meta { display: flex; flex-wrap: wrap; gap: .4rem; margin: 1rem 0 1.2rem; }
.region-meta span { padding: .35rem .6rem; border: 1px solid var(--line); color: var(--navy); font-size: .68rem; font-weight: 700; letter-spacing: .08em; text-transform: uppercase; }
.region-accordion { display: none; border-top: 1px solid var(--line); }
.acc-item { border-bottom: 1px solid var(--line); }
.acc-item > button { width: 100%; min-height: 52px; display: flex; align-items: center; justify-content: space-between; gap: 1rem; padding: .9rem 0; background: transparent; border: 0; color: var(--navy-900); font: 500 1.35rem/1.1 var(--serif); text-align: left; cursor: pointer; }
.acc-item > button::after { content: "+"; color: var(--gold); font-family: var(--sans); font-size: 1.2rem; }
.acc-item.is-open > button::after { content: "–"; }
.acc-body { display: none; padding: 0 0 1.15rem; color: var(--muted); }
.acc-item.is-open .acc-body { display: block; }

.expertise-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 1rem; }
.expertise-card { padding: 1.5rem 1.35rem; background: var(--white); border: 1px solid var(--line); border-radius: 14px; }
.expertise-card .tag { margin-bottom: 1.4rem; }
.expertise-card h3 { margin: 0 0 .6rem; color: var(--navy-900); font: 500 1.45rem/1.08 var(--serif); }
.expertise-card p { margin: 0; color: var(--muted); font-size: .92rem; line-height: 1.55; }

.trust-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 1px; background: var(--line); border: 1px solid var(--line); border-radius: 14px; overflow: hidden; }
.trust-item { padding: 1.5rem 1.4rem; background: var(--ivory); }
.trust-item strong { display: block; margin-bottom: .45rem; color: var(--navy-900); font-size: .72rem; letter-spacing: .14em; text-transform: uppercase; }
.trust-item p { margin: 0; color: var(--muted); font-size: .92rem; line-height: 1.5; }

.consult-panel { position: relative; overflow: hidden; padding: clamp(2.25rem, 5vw, 4.25rem); background: var(--navy-900); color: var(--white); border-radius: 16px; }
.consult-panel::after { content: ""; position: absolute; right: -6rem; bottom: -10rem; width: 28rem; height: 28rem; border: 1px solid rgba(228,209,166,.22); border-radius: 50%; box-shadow: 0 0 0 5rem rgba(228,209,166,.05); }
.consult-panel > * { position: relative; z-index: 1; }
.consult-panel h2 { max-width: 16ch; margin: 0 0 1rem; color: var(--white); font: 500 clamp(2.3rem, 4.3vw, 4rem)/.98 var(--serif); letter-spacing: -.04em; }
.consult-panel p { max-width: 36rem; margin: 0 0 1.7rem; color: rgba(255,255,255,.7); }
.consult-actions { display: flex; flex-wrap: wrap; gap: .75rem; }

.case-grid { display: grid; grid-template-columns: 1.1fr .9fr; gap: 1rem; }
.case-lead, .case-card { display: flex; flex-direction: column; padding: 1.7rem 1.6rem; border: 1px solid var(--line); border-radius: 14px; text-decoration: none; background: var(--white); }
.case-lead { background: var(--navy-900); color: var(--white); min-height: 280px; }
.case-lead h3 { margin: .4rem 0 1rem; max-width: 16ch; color: var(--white); font: 500 clamp(1.8rem, 3vw, 2.6rem)/1.02 var(--serif); }
.case-lead p { margin: 0 0 auto; color: rgba(255,255,255,.68); }
.case-stack { display: grid; gap: 1rem; }
.case-card h3 { margin: .2rem 0 .45rem; color: var(--navy-900); font: 500 1.35rem/1.1 var(--serif); }
.case-card p { margin: 0; color: var(--muted); font-size: .92rem; }
.case-card:hover, .case-lead:hover { transform: translateY(-2px); transition: transform .18s ease; }

.team-grid { display: grid; grid-template-columns: repeat(2, 1fr); gap: 1rem; }
.team-card { padding: 1.8rem 1.6rem; background: var(--white); border: 1px solid var(--line); border-radius: 14px; }
.team-card h3 { margin: 0 0 .55rem; color: var(--navy-900); font: 500 1.7rem/1.05 var(--serif); }

@media (max-width: 1100px) {
  .pillar-grid { grid-template-columns: repeat(3, minmax(0, 1fr)); }
  .expertise-grid, .trust-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
}
@media (max-width: 900px) {
  .region-explorer { grid-template-columns: minmax(0, 1fr); }
  .world-stage, .region-panel { display: none; }
  .region-accordion { display: block; }
  .case-grid { grid-template-columns: minmax(0, 1fr); }
  .consult-panel { padding: 2rem 1.5rem; }
  .consult-panel h2, .cta-panel h2, .case-lead h3, .insight-feature h2 { max-width: none; }
}
@media (max-width: 700px) {
  .pillar-grid { grid-template-columns: minmax(0, 1fr); }
  .team-grid { grid-template-columns: minmax(0, 1fr); }
  .header-cta { max-width: 11.5rem; justify-content: center; text-align: center; line-height: 1.15; white-space: normal; }
  #hero-canvas { opacity: .3; }
  .hero.hero-canvas { cursor: auto; }
  .hero.hero-canvas.is-over-dot,
  .hero.hero-canvas.is-grabbing { cursor: auto; }
  .hero-copy, .hero h1 { max-width: none; }
  .section { padding: 3.5rem 0; }
  .mid-cta { padding: 1.25rem 1.15rem; }
  .mid-cta p { font-size: 1.25rem; }
  .consult-actions .btn, .cta-panel .btn { width: 100%; }
  .signal-link-text { white-space: normal; }
  .phone-signal-row, .phone-with-signal { flex-direction: column; align-items: flex-start; }
  .footer-cta { width: 100%; }
  .lang-menu { inset-inline-end: 0; min-width: min(12rem, calc(100vw - 2rem)); }
  h1, h2, h3 { overflow-wrap: break-word; }
}
@media (max-width: 520px) {
  .pillar-grid, .expertise-grid, .trust-grid { grid-template-columns: minmax(0, 1fr); }
  .mid-cta .btn { width: 100%; }
  .pillar-card { min-height: 0; }
  .header-inner { gap: .5rem; }
  .nav-toggle { margin-inline-start: auto; }
}
