:root {
  --ink: #f4f0e8;
  --muted: #9d988f;
  --line: rgba(201, 168, 99, .22);
  --paper: #151411;
  --white: #0b0b0a;
  --accent: #c9a863;
  --accent-light: #ead6a3;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  margin: 0;
  background: #050505;
  color: var(--ink);
  font-family: "DM Sans", Arial, sans-serif;
  -webkit-font-smoothing: antialiased;
}
body.drawer-open { overflow: hidden; }

a { color: inherit; text-decoration: none; }
button { font: inherit; }
button:focus-visible, a:focus-visible, input:focus-visible, select:focus-visible { outline: 2px solid var(--accent-light); outline-offset: 3px; }

.dashboard {
  width: min(1480px, calc(100% - 48px));
  min-height: calc(100vh - 48px);
  margin: 24px auto;
  display: grid;
  grid-template-columns: 255px 1fr;
  background: var(--white);
  box-shadow: 0 22px 80px rgba(0, 0, 0, .55), 0 0 0 1px rgba(201, 168, 99, .08);
}

.sidebar {
  padding: 40px 32px 34px;
  display: flex;
  flex-direction: column;
  border-right: 1px solid var(--line);
}

.brand { display: inline-flex; align-items: center; gap: 12px; width: fit-content; }
.brand-mark { width: 29px; height: 29px; display: flex; align-items: flex-end; gap: 3px; transform: skewX(-12deg); }
.brand-mark i { display: block; width: 7px; background: var(--ink); border-radius: 1px; }
.brand-mark i:nth-child(1) { height: 14px; }
.brand-mark i:nth-child(2) { height: 22px; }
.brand-mark i:nth-child(3) { height: 29px; background: linear-gradient(180deg, var(--accent-light), var(--accent)); }
.brand-name { font: 700 15px/1 "Manrope", sans-serif; letter-spacing: .16em; }
.brand-name small { display: block; margin-top: 5px; font-size: 7px; letter-spacing: .38em; color: var(--muted); }

.side-nav { margin-top: 150px; display: grid; gap: 34px; }
.nav-link { display: grid; gap: 10px; font-size: 13px; font-weight: 600; color: var(--muted); transition: color .2s ease; }
.nav-link:hover, .nav-link.active { color: var(--ink); }
.nav-index { color: var(--muted); font-size: 10px; letter-spacing: .15em; }
.nav-link::after { content: ""; width: 22px; height: 1px; background: var(--accent); transition: width .25s ease; }
.nav-link:hover::after { width: 64px; }
.sidebar-note { margin: auto 0 0; color: var(--muted); font-size: 11px; line-height: 1.7; }

.content { min-width: 0; padding: 0 50px 45px; }
.topbar { min-height: 108px; display: flex; align-items: center; justify-content: space-between; gap: 25px; border-bottom: 1px solid var(--line); }
.topbar-actions { display: flex; align-items: center; gap: 10px; }
.eyebrow, .section-label, .metric-label { text-transform: uppercase; letter-spacing: .13em; font-size: 10px; font-weight: 600; }
.eyebrow { color: var(--muted); }
.region-button { padding: 12px 14px; display: flex; align-items: center; gap: 9px; color: var(--ink); background: transparent; border: 1px solid transparent; cursor: pointer; font-size: 10px; font-weight: 600; letter-spacing: .11em; transition: border-color .2s ease, color .2s ease; }
.region-button:hover, .region-button[aria-expanded="true"] { color: var(--accent-light); border-color: var(--line); }
.region-dot { width: 5px; height: 5px; border-radius: 50%; background: var(--accent); box-shadow: 0 0 10px rgba(201,168,99,.6); }
.region-chevron { color: var(--accent); font-size: 15px; line-height: 0; transform: translateY(-2px); }
.menu-button { min-width: 112px; padding: 13px 18px; display: flex; justify-content: space-between; align-items: center; gap: 24px; color: var(--accent-light); background: transparent; border: 1px solid var(--accent); cursor: pointer; transition: .2s ease; }
.menu-button:hover, .menu-button[aria-expanded="true"] { color: #090908; background: var(--accent); }
.plus { font-size: 20px; font-weight: 400; line-height: .7; transition: transform .25s ease; }
.menu-button[aria-expanded="true"] .plus { transform: rotate(45deg); }

.menu-panel { position: absolute; right: max(74px, calc((100vw - 1480px) / 2 + 50px)); top: 96px; z-index: 2; width: 220px; padding: 18px; background: #11100e; color: var(--ink); border: 1px solid var(--line); box-shadow: 0 18px 45px rgba(0,0,0,.5); }
.menu-panel a { display: block; padding: 12px; font-size: 13px; border-bottom: 1px solid rgba(255,255,255,.14); }
.menu-panel a:last-child { border: 0; }
.menu-panel a:hover { color: var(--accent); }

.drawer-overlay { position: fixed; inset: 0; z-index: 30; background: rgba(0,0,0,.68); opacity: 0; visibility: hidden; backdrop-filter: blur(4px); transition: opacity .35s ease, visibility .35s ease; }
.drawer-overlay.is-open { opacity: 1; visibility: visible; }
.region-drawer { position: fixed; inset: 0 0 0 auto; z-index: 31; width: min(560px, 100%); padding: 48px 54px 38px; overflow-y: auto; color: var(--ink); background: #0d0c0a; border-left: 1px solid var(--line); box-shadow: -30px 0 80px rgba(0,0,0,.45); transform: translateX(100%); visibility: hidden; transition: transform .42s cubic-bezier(.2,.75,.2,1), visibility .42s ease; }
.region-drawer.is-open { transform: translateX(0); visibility: visible; }
.drawer-header { display: flex; align-items: flex-start; justify-content: space-between; gap: 25px; padding-bottom: 34px; border-bottom: 1px solid var(--line); }
.drawer-eyebrow { margin: 0 0 11px; color: var(--accent); text-transform: uppercase; letter-spacing: .15em; font-size: 9px; font-weight: 600; }
.drawer-header h2 { margin: 0; font: 500 clamp(31px, 4vw, 46px)/1.05 "Manrope", sans-serif; letter-spacing: -.045em; }
.drawer-close { width: 42px; height: 42px; flex: 0 0 42px; padding: 0 0 3px; color: var(--accent-light); background: transparent; border: 1px solid var(--line); cursor: pointer; font-size: 27px; font-weight: 300; line-height: 1; transition: color .2s ease, background .2s ease; }
.drawer-close:hover { color: #090908; background: var(--accent); }
.region-groups { padding-top: 8px; }
.region-group { padding: 26px 0 28px; border-bottom: 1px solid var(--line); }
.region-group h3 { margin: 0 0 17px; color: var(--muted); text-transform: uppercase; letter-spacing: .14em; font-size: 10px; font-weight: 600; }
.language-options { display: flex; flex-wrap: wrap; gap: 9px; }
.language-option { min-height: 38px; padding: 9px 13px; color: var(--ink); background: transparent; border: 1px solid rgba(244,240,232,.24); cursor: pointer; font-size: 12px; transition: border-color .2s ease, background .2s ease, color .2s ease; }
.language-option span { margin-left: 7px; color: var(--accent); }
.language-option:hover { border-color: var(--accent); }
.language-option.selected { color: #090908; background: var(--accent); border-color: var(--accent); }
.language-option.selected span { color: #090908; }
.drawer-note { margin: 29px 0 0; color: var(--muted); font-size: 11px; line-height: 1.65; }

.hero {
  position: relative;
  isolation: isolate;
  min-height: 590px;
  margin: 0 -50px;
  padding: 92px 50px 72px;
  display: grid;
  grid-template-columns: 120px minmax(0, 1fr);
  align-items: center;
  overflow: hidden;
  background: #080909 url("hero-patrimonio.png") center center / cover no-repeat;
}
.hero::before {
  content: "";
  position: absolute;
  inset: 0;
  z-index: -1;
  background:
    linear-gradient(90deg, rgba(5, 5, 5, .96) 0%, rgba(5, 5, 5, .84) 37%, rgba(5, 5, 5, .38) 68%, rgba(5, 5, 5, .18) 100%),
    linear-gradient(0deg, rgba(5, 5, 5, .55), transparent 45%);
}
.hero::after {
  content: "";
  position: absolute;
  inset: auto 50px 0;
  height: 1px;
  background: linear-gradient(90deg, var(--accent), transparent 72%);
  opacity: .55;
}
.hero-copy { max-width: 890px; }
.hero-number { font: 500 12px/1 "Manrope", sans-serif; color: var(--muted); padding-top: 10px; }
.hero-number::after { content: ""; display: block; width: 1px; height: 56px; margin: 18px 0 0 4px; background: var(--line); }
.section-label { margin: 0 0 24px; color: var(--accent); }
h1 { margin: 0; max-width: 900px; font: 600 clamp(45px, 5.2vw, 84px)/1.02 "Manrope", sans-serif; letter-spacing: -.055em; text-wrap: balance; text-shadow: 0 3px 28px rgba(0,0,0,.5); }
.intro { max-width: 560px; margin: 34px 0 0; color: var(--muted); font-size: 15px; line-height: 1.65; }

.metrics { display: grid; grid-template-columns: repeat(4, 1fr); border-top: 1px solid var(--line); border-left: 1px solid var(--line); }
.metric { min-height: 188px; padding: 27px 25px 23px; display: flex; flex-direction: column; border-right: 1px solid var(--line); border-bottom: 1px solid var(--line); transition: transform .2s ease, background .2s ease; }
.metric:hover { background: var(--paper); transform: translateY(-3px); box-shadow: inset 0 2px 0 var(--accent); }
.metric-label { margin: 0; color: var(--muted); line-height: 1.4; }
.metric-value { margin: auto 0 14px; font: 600 clamp(30px, 3vw, 48px)/1 "Manrope", sans-serif; letter-spacing: -.05em; }
.metric-value span { font-size: .38em; letter-spacing: 0; color: var(--accent-light); }
.metric-value strong { font: inherit; font-variant-numeric: tabular-nums; }
.metric-detail { margin: 0; color: var(--muted); font-size: 10px; line-height: 1.4; }
.metric-accent { color: #0a0907; background: linear-gradient(135deg, #e2c781 0%, #b89142 100%); }
.metric-accent:hover { background: linear-gradient(135deg, #ecd699 0%, #c39b49 100%); box-shadow: none; }
.metric-accent .metric-label, .metric-accent .metric-detail { color: #3c301d; }

.approach, .portfolio, .solutions, .global-presence, .manifesto, .private-contact { padding: 138px 0 120px; scroll-margin-top: 30px; }
.portfolio, .solutions, .global-presence, .manifesto, .private-contact { border-top: 1px solid var(--line); }
.section-heading { display: grid; grid-template-columns: 120px minmax(0, 1fr); column-gap: 0; }
.section-kicker { grid-column: 1; margin: 7px 0 0; color: var(--accent); text-transform: uppercase; letter-spacing: .13em; font-size: 10px; font-weight: 600; }
.section-kicker span { display: block; margin-bottom: 13px; color: var(--muted); }
.section-kicker i { font-style: normal; }
.section-heading h2 { grid-column: 2; margin: 0; max-width: 820px; font: 600 clamp(38px, 4.2vw, 66px)/1.08 "Manrope", sans-serif; letter-spacing: -.05em; }
.section-heading > p:last-child { grid-column: 2; max-width: 570px; margin: 32px 0 0; color: var(--muted); font-size: 15px; line-height: 1.7; }

.pillars { margin: 78px 0 0 120px; display: grid; grid-template-columns: repeat(3, 1fr); border-top: 1px solid var(--line); }
.pillar { min-height: 285px; padding: 27px 28px 30px 0; border-right: 1px solid var(--line); }
.pillar + .pillar { padding-left: 28px; }
.pillar-number, .service-index { color: var(--accent); font-size: 10px; letter-spacing: .14em; }
.pillar h3 { margin: 85px 0 18px; font: 500 clamp(25px, 2.5vw, 36px)/1.1 "Manrope", sans-serif; letter-spacing: -.035em; }
.pillar p { max-width: 260px; margin: 0; color: var(--muted); font-size: 13px; line-height: 1.65; }

.solutions-heading { margin-bottom: 78px; }
.services-list { margin-left: 120px; border-top: 1px solid var(--line); }
.service { min-height: 145px; display: grid; grid-template-columns: 75px minmax(0, 1fr) 45px; align-items: center; border-bottom: 1px solid var(--line); transition: background .25s ease, padding .25s ease; }
.service:hover { padding: 0 22px; background: linear-gradient(90deg, rgba(201,168,99,.11), transparent 75%); }
.service h3 { margin: 0 0 9px; font: 500 clamp(22px, 2.2vw, 32px)/1.15 "Manrope", sans-serif; letter-spacing: -.035em; }
.service p { max-width: 610px; margin: 0; color: var(--muted); font-size: 12px; line-height: 1.55; }
.service-arrow { justify-self: end; color: var(--accent); font-size: 20px; transition: transform .2s ease; }
.service:hover .service-arrow { transform: translate(4px, -4px); }

.portfolio-header { display: grid; grid-template-columns: minmax(0, 1.05fr) minmax(280px, .65fr); align-items: end; gap: 50px; }
.portfolio-header h2 { margin: 21px 0 0; font: 600 clamp(42px, 5vw, 72px)/1.04 "Manrope", sans-serif; letter-spacing: -.055em; }
.portfolio-header > p { margin: 0 0 7px; max-width: 520px; color: var(--muted); font-size: 14px; line-height: 1.7; }
.portfolio-tabs { margin-top: 58px; display: flex; gap: 10px; overflow-x: auto; border-bottom: 1px solid var(--line); scrollbar-width: none; }
.portfolio-tab { position: relative; flex: 0 0 auto; padding: 17px 6px 16px; margin-right: 30px; color: var(--muted); background: transparent; border: 0; cursor: pointer; font-size: 12px; letter-spacing: .03em; }
.portfolio-tab::after { content: ""; position: absolute; left: 0; right: 0; bottom: -1px; height: 2px; background: var(--accent); transform: scaleX(0); transform-origin: left; transition: transform .25s ease; }
.portfolio-tab:hover, .portfolio-tab.active { color: var(--accent-light); }
.portfolio-tab.active::after { transform: scaleX(1); }
.portfolio-visual { min-height: 570px; padding-top: 66px; display: grid; grid-template-columns: minmax(390px, .85fr) minmax(360px, 1fr); align-items: center; gap: clamp(45px, 7vw, 110px); }
.chart-column { min-width: 0; }
.allocation-chart { --chart: conic-gradient(#e8d59e 0 38%, #c9a863 38% 62%, #896e3d 62% 78%, #54472f 78% 90%, #29261f 90% 100%); position: relative; width: min(430px, 100%); aspect-ratio: 1; margin: 0 auto; border-radius: 50%; background: var(--chart); box-shadow: 0 0 0 1px rgba(234,214,163,.18), 0 28px 70px rgba(0,0,0,.32); cursor: crosshair; transition: background .35s ease; }
.allocation-chart::after { content: ""; position: absolute; inset: 28%; border-radius: 50%; background: #0b0b0a; box-shadow: 0 0 0 1px var(--line); pointer-events: none; }
.chart-center { position: absolute; inset: 34%; z-index: 1; display: grid; place-content: center; text-align: center; pointer-events: none; }
.chart-center strong { font: 500 clamp(25px, 3vw, 38px)/1 "Manrope", sans-serif; }
.chart-center span { margin-top: 7px; color: var(--muted); text-transform: uppercase; letter-spacing: .13em; font-size: 8px; }
.chart-tooltip { position: absolute; z-index: 4; transform: translate(-50%, -130%); padding: 8px 10px; color: #090908; background: var(--accent-light); border-radius: 2px; font-size: 10px; font-weight: 600; pointer-events: none; white-space: nowrap; }
.chart-legend { margin-top: 32px; display: flex; flex-wrap: wrap; justify-content: center; gap: 8px 18px; }
.legend-item { padding: 5px 0; display: flex; align-items: center; gap: 8px; color: var(--muted); background: transparent; border: 0; cursor: pointer; font-size: 10px; }
.legend-item::before { content: ""; width: 7px; height: 7px; flex: 0 0 7px; border-radius: 50%; background: var(--legend-color); }
.legend-item:hover, .legend-item.active { color: var(--ink); }
.allocation-detail { min-height: 450px; padding: 48px; background: linear-gradient(145deg, rgba(201,168,99,.12), rgba(255,255,255,.015)); border: 1px solid var(--line); }
.detail-percentage { margin: 0 0 9px; color: var(--accent); font: 500 clamp(34px, 4vw, 58px)/1 "Manrope", sans-serif; letter-spacing: -.04em; }
.allocation-detail h3 { margin: 0; font: 500 clamp(31px, 3.5vw, 50px)/1.1 "Manrope", sans-serif; letter-spacing: -.045em; }
.detail-description { max-width: 580px; min-height: 48px; margin: 19px 0 43px; color: var(--muted); font-size: 13px; line-height: 1.65; }
.examples-label { margin: 0 0 16px; color: var(--accent-light); text-transform: uppercase; letter-spacing: .13em; font-size: 9px; font-weight: 600; }
.strategy-examples { display: grid; gap: 10px; }
.strategy-card { min-height: 76px; padding: 16px 18px; display: grid; grid-template-columns: 38px 1fr; align-items: center; background: rgba(5,5,5,.52); border: 1px solid rgba(201,168,99,.14); }
.strategy-card > span { color: var(--accent); font-size: 9px; }
.strategy-card strong { display: block; margin-bottom: 5px; font: 500 15px/1.2 "Manrope", sans-serif; }
.strategy-card small { display: block; color: var(--muted); font-size: 10px; line-height: 1.4; }
.portfolio-disclaimer { margin: 45px 0 0; color: #706c64; font-size: 9px; line-height: 1.6; }

.global-header { display: grid; grid-template-columns: 120px minmax(0, 1fr); }
.global-header > div { grid-column: 2; }
.global-header h2 { margin: 0; font: 600 clamp(42px, 5vw, 72px)/1.04 "Manrope", sans-serif; letter-spacing: -.055em; }
.global-header > div > p { max-width: 650px; margin: 28px 0 0; color: var(--muted); font-size: 14px; line-height: 1.7; }
.global-layout { margin-top: 80px; display: grid; grid-template-columns: minmax(0, 1.45fr) minmax(300px, .55fr); border: 1px solid var(--line); }
.world-map { position: relative; min-height: 570px; overflow: hidden; background-color: #0e0d0b; background-image: linear-gradient(rgba(201,168,99,.065) 1px, transparent 1px), linear-gradient(90deg, rgba(201,168,99,.065) 1px, transparent 1px); background-size: 46px 46px; border-right: 1px solid var(--line); }
.world-map::before { content: ""; position: absolute; inset: 12% 6% 15%; opacity: .38; filter: blur(.2px); background: radial-gradient(ellipse at 19% 35%, rgba(201,168,99,.65) 0 8%, transparent 9%), radial-gradient(ellipse at 43% 29%, rgba(201,168,99,.55) 0 10%, transparent 11%), radial-gradient(ellipse at 52% 52%, rgba(201,168,99,.4) 0 13%, transparent 14%), radial-gradient(ellipse at 75% 47%, rgba(201,168,99,.55) 0 18%, transparent 19%), radial-gradient(ellipse at 87% 77%, rgba(201,168,99,.45) 0 8%, transparent 9%), radial-gradient(ellipse at 31% 76%, rgba(201,168,99,.5) 0 10%, transparent 11%); }
.world-map::after { content: "GLOBAL / RICCI INVEST"; position: absolute; right: 24px; top: 21px; color: rgba(234,214,163,.36); letter-spacing: .18em; font-size: 8px; }
.map-glow { position: absolute; width: 55%; aspect-ratio: 1; top: 5%; left: 23%; border-radius: 50%; background: radial-gradient(circle, rgba(201,168,99,.09), transparent 65%); pointer-events: none; }
.city-node { position: absolute; z-index: 2; padding: 0 0 0 17px; color: var(--ink); background: transparent; border: 0; text-align: left; cursor: pointer; }
.city-node > span { position: absolute; left: 0; top: 4px; width: 8px; height: 8px; border: 2px solid var(--accent-light); border-radius: 50%; background: #0e0d0b; box-shadow: 0 0 0 5px rgba(201,168,99,.12), 0 0 20px rgba(201,168,99,.45); transition: transform .2s ease; }
.city-node strong { display: block; font: 500 12px/1.2 "Manrope", sans-serif; }
.city-node small { display: block; margin-top: 4px; color: var(--muted); font-size: 8px; letter-spacing: .08em; }
.city-node:hover > span, .city-node:focus-visible > span { transform: scale(1.55); }
.node-new-york { left: 19%; top: 31%; }
.node-london { left: 42%; top: 25%; }
.node-zurich { left: 49%; top: 35%; }
.node-milan { left: 55%; top: 46%; }
.node-sao-paulo { left: 29%; top: 70%; }
.node-singapore { left: 78%; top: 61%; }
.map-caption { position: absolute; left: 28px; bottom: 22px; margin: 0; color: var(--muted); text-transform: uppercase; letter-spacing: .14em; font-size: 8px; }
.global-data { padding: 42px 36px; display: flex; flex-direction: column; justify-content: space-between; background: linear-gradient(160deg, rgba(201,168,99,.1), transparent 45%); }
.international-exposure > p, .currency-title { margin: 0; color: var(--accent-light); text-transform: uppercase; letter-spacing: .13em; font-size: 9px; font-weight: 600; }
.international-exposure > strong { display: block; margin: 25px 0 15px; color: var(--accent); font: 500 clamp(60px, 7vw, 94px)/.85 "Manrope", sans-serif; letter-spacing: -.06em; }
.international-exposure > small { display: block; max-width: 240px; color: var(--muted); font-size: 10px; line-height: 1.55; }
.currency-allocation { margin-top: 58px; padding-top: 28px; border-top: 1px solid var(--line); }
.currency-title { margin-bottom: 22px; }
.currency-row { min-height: 31px; display: grid; grid-template-columns: 35px 1fr 34px; align-items: center; gap: 9px; font-size: 9px; }
.currency-row > div { height: 2px; overflow: hidden; background: rgba(244,240,232,.1); }
.currency-fill { display: block; width: var(--currency-width); height: 100%; background: linear-gradient(90deg, #8d6f37, var(--accent-light)); transform: scaleX(0); transform-origin: left; transition: transform .8s cubic-bezier(.2,.7,.2,1); }
.global-presence.is-visible .currency-fill { transform: scaleX(1); }
.currency-row strong { color: var(--muted); font-weight: 500; text-align: right; }

.manifesto { position: relative; overflow: hidden; }
.manifesto::after { content: "R"; position: absolute; right: -2vw; top: 12px; color: rgba(201,168,99,.035); font: 600 clamp(280px, 35vw, 520px)/1 "Manrope", sans-serif; pointer-events: none; }
.manifesto blockquote { position: relative; z-index: 1; max-width: 1050px; margin: 58px 0 90px 120px; font: 500 clamp(38px, 5vw, 74px)/1.12 "Manrope", sans-serif; letter-spacing: -.052em; }
.trust-principles { position: relative; z-index: 1; margin-left: 120px; display: grid; grid-template-columns: repeat(3, 1fr); border-top: 1px solid var(--line); }
.trust-principles article { min-height: 180px; padding: 24px 25px 20px 0; border-right: 1px solid var(--line); }
.trust-principles article + article { padding-left: 25px; }
.trust-principles span { color: var(--accent); font-size: 9px; }
.trust-principles h3 { margin: 47px 0 10px; font: 500 20px/1.2 "Manrope", sans-serif; }
.trust-principles p { max-width: 250px; margin: 0; color: var(--muted); font-size: 11px; line-height: 1.55; }

.private-contact { display: grid; grid-template-columns: minmax(0, .85fr) minmax(440px, 1fr); gap: clamp(60px, 8vw, 130px); }
.contact-intro h2 { margin: 36px 0 27px; font: 600 clamp(42px, 4.8vw, 70px)/1.05 "Manrope", sans-serif; letter-spacing: -.055em; }
.contact-intro > p:last-child { max-width: 470px; margin: 0; color: var(--muted); font-size: 14px; line-height: 1.7; }
.contact-form { display: grid; gap: 25px; }
.contact-form label { display: grid; gap: 10px; }
.contact-form label > span { color: var(--muted); text-transform: uppercase; letter-spacing: .13em; font-size: 9px; font-weight: 600; }
.contact-form input, .contact-form select { width: 100%; height: 55px; padding: 0 3px; color: var(--ink); background: transparent; border: 0; border-bottom: 1px solid rgba(244,240,232,.28); border-radius: 0; outline: 0; font: 400 14px/1 "DM Sans", sans-serif; transition: border-color .2s ease; }
.contact-form input:focus, .contact-form select:focus { border-color: var(--accent); }
.contact-form input::placeholder { color: #67645e; }
.contact-form select option { color: var(--ink); background: #11100e; }
.contact-submit { min-height: 58px; margin-top: 12px; padding: 0 20px; display: flex; align-items: center; justify-content: space-between; color: #090908; background: var(--accent); border: 1px solid var(--accent); cursor: pointer; font-size: 12px; font-weight: 600; transition: background .2s ease; }
.contact-submit:hover { background: var(--accent-light); }
.contact-submit i { font-style: normal; font-size: 19px; }
.contact-note, .form-status { margin: -10px 0 0; color: #77736b; font-size: 9px; line-height: 1.55; }
.form-status { min-height: 14px; color: var(--accent-light); }
.contact-form .field-error { border-color: #c87969; }
.site-footer { min-height: 125px; padding-top: 34px; display: grid; grid-template-columns: 1fr auto 1fr; align-items: start; gap: 25px; border-top: 1px solid var(--line); color: var(--muted); font-size: 9px; letter-spacing: .08em; }
.site-footer p { margin: 8px 0 0; }
.site-footer > a:last-child { justify-self: end; margin-top: 8px; color: var(--accent-light); }

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

@media (max-width: 1020px) {
  .dashboard { grid-template-columns: 190px 1fr; }
  .sidebar { padding-inline: 25px; }
  .content { padding-inline: 34px; }
  .hero { margin-inline: -34px; padding-inline: 34px; grid-template-columns: 70px 1fr; }
  .metrics { grid-template-columns: repeat(2, 1fr); }
  .section-heading { grid-template-columns: 70px 1fr; }
  .pillars, .services-list { margin-left: 70px; }
  .portfolio-visual { grid-template-columns: minmax(320px, .8fr) 1fr; gap: 40px; }
  .allocation-detail { padding: 34px; }
  .manifesto blockquote, .trust-principles { margin-left: 70px; }
  .private-contact { grid-template-columns: 1fr; gap: 70px; }
}

@media (max-width: 720px) {
  .dashboard { width: 100%; min-height: 100vh; margin: 0; display: block; }
  .sidebar { height: auto; padding: 25px 22px; flex-direction: row; align-items: center; justify-content: space-between; border-right: 0; border-bottom: 1px solid var(--line); }
  .side-nav { display: none; }
  .sidebar-note { display: none; }
  .content { padding: 0 22px 28px; }
  .topbar { min-height: 86px; }
  .eyebrow { max-width: 150px; line-height: 1.4; }
  .topbar-actions { gap: 4px; }
  .region-button { padding-inline: 8px; }
  .region-dot, .region-chevron { display: none; }
  .menu-button { min-width: 98px; padding: 11px 14px; }
  .menu-panel { top: 91px; right: 22px; }
  .hero { min-height: 600px; margin-inline: -22px; grid-template-columns: 1fr; padding: 70px 22px 58px; align-items: end; background-position: 68% center; }
  .hero::before { background: linear-gradient(0deg, rgba(5,5,5,.97) 0%, rgba(5,5,5,.76) 54%, rgba(5,5,5,.2) 100%); }
  .hero::after { inset-inline: 22px; }
  .hero-number { display: none; }
  h1 { font-size: clamp(39px, 12.3vw, 62px); }
  .intro { margin-top: 27px; }
  .metrics { grid-template-columns: 1fr 1fr; }
  .metric { min-height: 165px; padding: 21px 17px; }
  .approach, .portfolio, .solutions, .global-presence, .manifesto, .private-contact { padding: 90px 0 78px; }
  .section-heading { grid-template-columns: 1fr; }
  .section-kicker, .section-heading h2, .section-heading > p:last-child { grid-column: 1; }
  .section-kicker { margin: 0 0 27px; }
  .section-kicker span { display: inline; margin: 0 14px 0 0; }
  .pillars { margin: 58px 0 0; grid-template-columns: 1fr; }
  .pillar { min-height: auto; padding: 25px 0 32px; border-right: 0; border-bottom: 1px solid var(--line); }
  .pillar + .pillar { padding-left: 0; }
  .pillar h3 { margin: 42px 0 13px; }
  .solutions-heading { margin-bottom: 55px; }
  .services-list { margin-left: 0; }
  .service { min-height: 140px; grid-template-columns: 45px minmax(0, 1fr) 28px; }
  .service p { padding-right: 10px; }
  .region-drawer { padding: 32px 22px 28px; }
  .portfolio-header { grid-template-columns: 1fr; gap: 24px; }
  .portfolio-header > p { margin: 0; }
  .portfolio-tabs { margin-top: 40px; }
  .portfolio-visual { min-height: 0; padding-top: 50px; grid-template-columns: 1fr; gap: 48px; }
  .allocation-chart { width: min(380px, 100%); }
  .allocation-detail { min-height: 0; padding: 30px 22px; }
  .detail-description { min-height: 0; margin-bottom: 32px; }
  .global-header { grid-template-columns: 1fr; }
  .global-header > .section-kicker, .global-header > div { grid-column: 1; }
  .global-header > .section-kicker { margin-bottom: 27px; }
  .global-layout { margin-top: 55px; grid-template-columns: 1fr; }
  .world-map { min-height: 440px; border-right: 0; border-bottom: 1px solid var(--line); }
  .global-data { min-height: 510px; }
  .manifesto blockquote { margin: 48px 0 65px; }
  .trust-principles { margin-left: 0; grid-template-columns: 1fr; }
  .trust-principles article { min-height: 145px; padding: 24px 0; border-right: 0; border-bottom: 1px solid var(--line); }
  .trust-principles article + article { padding-left: 0; }
  .trust-principles h3 { margin-top: 32px; }
  .private-contact { grid-template-columns: 1fr; gap: 60px; }
  .site-footer { grid-template-columns: 1fr auto; }
  .site-footer p { display: none; }
}

@media (max-width: 430px) {
  .eyebrow { display: none; }
  .topbar { justify-content: flex-end; }
  .metrics { grid-template-columns: 1fr; }
  .metric { min-height: 145px; }
  .world-map { min-height: 380px; }
  .city-node { padding-left: 14px; }
  .city-node strong { font-size: 10px; }
  .city-node small { display: none; }
  .global-data { min-height: 470px; padding: 32px 22px; }
}

@media (max-width: 360px) {
  .content { padding-inline: 16px; }
  .hero { margin-inline: -16px; padding-inline: 16px; }
  .hero::after { inset-inline: 16px; }
  .menu-button { min-width: 88px; gap: 14px; }
  .region-button { font-size: 9px; }
  .metric { padding-inline: 15px; }
  .service { grid-template-columns: 36px minmax(0, 1fr) 22px; }
  .region-drawer { padding-inline: 17px; }
}

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