:root {
  color-scheme: light;
  --navy: #102237;
  --navy-deep: #0a1828;
  --navy-soft: #213952;
  --ink: #1c2c3c;
  --muted: #627184;
  --muted-light: #a6b2bf;
  --canvas: #f8f7f4;
  --white: #ffffff;
  --line: #e5e7e8;
  --gold: #c39656;
  --gold-light: #eadbc3;
  --teal: #3b756f;
  --radius: 12px;
  --content: 1180px;
}

*, *::before, *::after { box-sizing: border-box; }
html { scroll-behavior: smooth; scroll-padding-top: 88px; }
body {
  margin: 0;
  background: var(--white);
  color: var(--ink);
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Arial, sans-serif;
  font-size: 16px;
  line-height: 1.65;
  -webkit-font-smoothing: antialiased;
}
a { color: inherit; text-decoration: none; }
button, input, textarea { font: inherit; }
button { cursor: pointer; }
img { display: block; max-width: 100%; }
.wrap { width: min(var(--content), calc(100% - 64px)); margin-inline: auto; }
.skip-link { position: absolute; z-index: 120; top: -80px; left: 16px; padding: 12px 18px; background: var(--white); color: var(--navy); }
.skip-link:focus { top: 12px; }
.scroll-progress { position: fixed; z-index: 90; top: 0; left: 0; width: var(--scroll-progress, 0%); height: 3px; background: var(--gold); transition: width .12s linear; pointer-events: none; }

.site-header {
  position: sticky;
  top: 0;
  z-index: 50;
  border-bottom: 1px solid rgba(229, 231, 232, .9);
  background: rgba(255, 255, 255, .97);
  backdrop-filter: blur(12px);
  transition: box-shadow .24s ease;
}
.site-header.is-scrolled { box-shadow: 0 10px 35px rgba(16,34,55,.085); }
.header-inner { display: flex; min-height: 78px; align-items: center; justify-content: space-between; gap: 24px; }
.brand { display: inline-flex; align-items: center; gap: 12px; min-width: 0; }
.brand img { width: 43px; height: 43px; object-fit: contain; }
.brand-name { color: var(--navy); font-size: 14px; font-weight: 700; letter-spacing: .015em; }
.brand-detail { display: block; color: var(--muted); font-size: 10px; font-weight: 500; letter-spacing: .06em; text-transform: uppercase; }
.desktop-nav { display: flex; align-items: center; gap: 25px; }
.desktop-nav > a:not(.nav-cta), .menu-panel > a:not(.nav-cta) { color: #475668; font-size: 13px; font-weight: 550; }
.desktop-nav > a:hover, .menu-panel > a:hover { color: var(--navy); }
.nav-cta, .button { display: inline-flex; align-items: center; justify-content: center; gap: 9px; border: 1px solid transparent; border-radius: 7px; font-weight: 650; transition: transform .18s ease, background-color .18s ease, border-color .18s ease; }
.nav-cta { padding: 10px 15px; background: var(--navy); color: var(--white); font-size: 12px; }
.nav-cta:hover { background: var(--navy-soft); color: var(--white) !important; }
.language-picker { display: flex; align-items: center; gap: 3px; padding: 3px; border: 1px solid var(--line); border-radius: 7px; }
.language-picker button { min-width: 34px; padding: 5px 6px; border: 0; border-radius: 5px; background: transparent; color: var(--muted); font-size: 11px; font-weight: 700; }
.language-picker button[aria-pressed="true"] { background: var(--navy); color: var(--white); }
.menu-toggle { display: none; width: 40px; height: 40px; align-items: center; justify-content: center; border: 1px solid var(--line); border-radius: 7px; background: var(--white); color: var(--navy); }
.menu-panel { display: none; }

.hero { position: relative; overflow: hidden; padding: 85px 0 90px; background-color: #0a1828; background-image: none; color: var(--white); }
.hero-layout { display: grid; grid-template-columns: minmax(0, 1.06fr) minmax(410px, .94fr); align-items: center; gap: 62px; }
.hero-inner { position: relative; z-index: 1; max-width: 690px; }
.animated-map { min-width: 0; margin: 0; }
.animated-map-head { display: flex; align-items: flex-start; justify-content: space-between; gap: 20px; margin: 0 4px 14px; }
.animated-map-kicker { display: block; color: var(--gold); font-size: 9px; font-weight: 750; letter-spacing: .16em; text-transform: uppercase; }
.animated-map-head h2 { max-width: 380px; margin: 6px 0 0; color: var(--white); font-family: Georgia, "Times New Roman", serif; font-size: 24px; font-weight: 400; letter-spacing: -.02em; line-height: 1.2; }
.animated-map-status { display: inline-flex; flex: 0 0 auto; align-items: center; gap: 7px; margin-top: 2px; color: #9eacb9; font-size: 9px; font-weight: 700; letter-spacing: .08em; text-transform: uppercase; }
.animated-map-status i { width: 6px; height: 6px; border-radius: 50%; background: #67b8a8; box-shadow: 0 0 0 4px rgba(103,184,168,.13); animation: map-status-pulse 2.4s ease-in-out infinite; }
.world-map-stage { position: relative; overflow: hidden; width: 100%; isolation: isolate; border-top: 1px solid rgba(234,219,195,.18); border-bottom: 1px solid rgba(234,219,195,.18); }
.world-map-stage > img { position: relative; z-index: 0; display: block; width: 100%; height: auto; aspect-ratio: 2 / 1; object-fit: cover; opacity: .96; }
.world-map-overlay { position: absolute; z-index: 2; inset: 0; display: block; width: 100%; height: 100%; overflow: hidden; pointer-events: none; }
.map-route { fill: none; stroke: var(--gold); stroke-width: 1.6; stroke-linecap: round; stroke-dasharray: 7 7; opacity: .78; animation: map-route-flow 2.4s linear infinite; }
.map-route-southamerica { stroke: #67b8a8; animation-duration: 3s; }
.route-particle { fill: var(--gold-light); }
.route-particle-southamerica { fill: #8ed0c4; }
.map-location-pulse { fill: rgba(195,150,86,.13); stroke: rgba(234,219,195,.38); stroke-width: 1; transform-box: fill-box; transform-origin: center; animation: map-point-pulse 2.8s ease-out infinite; }
.map-location-europe .map-location-pulse { animation-delay: .6s; }
.map-location-southamerica .map-location-pulse { fill: rgba(103,184,168,.14); stroke: rgba(142,208,196,.42); animation-delay: 1.2s; }
.map-location-dot { fill: var(--gold-light); stroke: #0a1828; stroke-width: 2; }
.map-location-southamerica .map-location-dot { fill: #8ed0c4; }
.map-location text { fill: #f2e8d7; font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Arial, sans-serif; font-size: 11px; font-weight: 750; letter-spacing: .02em; paint-order: stroke; stroke: #0a1828; stroke-width: 3px; }
.map-location-europe > text:not(.map-location-detail) { font-size: 13px; font-weight: 850; }
.map-location-detail { fill: #b4c0ca !important; font-size: 7px !important; font-weight: 600 !important; }
.animated-map-caption { display: grid; grid-template-columns: 1fr 1fr; gap: 18px; margin: 15px 4px 0; }
.animated-map-caption span { position: relative; padding-left: 15px; color: #aebdca; font-size: 10px; line-height: 1.55; }
.animated-map-caption span::before { position: absolute; top: 6px; left: 0; width: 6px; height: 6px; border-radius: 50%; background: var(--gold); content: ""; }
.animated-map-caption span + span::before { background: #67b8a8; }
.animated-map-experience { display: flex; align-items: center; gap: 12px; margin: 17px 4px 0; padding-top: 14px; border-top: 1px solid rgba(255,255,255,.1); }
.animated-map-experience strong { color: var(--gold-light); font-family: Georgia, "Times New Roman", serif; font-size: 31px; font-weight: 400; line-height: 1; }
.animated-map-experience span { max-width: 370px; color: #93a3b1; font-size: 9px; line-height: 1.5; }
@keyframes map-route-flow { to { stroke-dashoffset: -28; } }
@keyframes map-point-pulse { 0% { opacity: .9; transform: scale(.55); } 72%, 100% { opacity: 0; transform: scale(1.65); } }
@keyframes map-status-pulse { 0%, 100% { opacity: .55; } 50% { opacity: 1; } }
.eyebrow { display: inline-flex; align-items: center; gap: 10px; margin: 0 0 19px; color: var(--gold); font-size: 11px; font-weight: 750; letter-spacing: .17em; text-transform: uppercase; }
.eyebrow::before { width: 23px; height: 1px; background: currentColor; content: ""; }
.hero h1, .page-hero h1 { margin: 0; color: var(--white); font-family: Georgia, "Times New Roman", serif; font-size: clamp(39px, 6.6vw, 72px); font-weight: 400; letter-spacing: -.035em; line-height: 1.08; }
.hero h1 span, .page-hero h1 span { color: var(--gold-light); }
.hero-copy { max-width: 700px; margin: 24px 0 0; color: #d2dae2; font-size: 17px; line-height: 1.8; }
.hero-markets { display: flex; flex-wrap: wrap; gap: 10px; margin-top: 21px; }
.hero-markets span { padding: 6px 12px; border: 1px solid rgba(234,219,195,.32); border-radius: 999px; color: var(--gold-light); font-size: 11px; font-weight: 700; letter-spacing: .045em; transition: border-color .2s ease, transform .2s ease; }
.hero-markets span:hover { transform: translateY(-2px); border-color: var(--gold); }
.hero-actions, .contact-actions, .page-actions { display: flex; flex-wrap: wrap; align-items: center; gap: 12px; margin-top: 32px; }
.button { min-height: 46px; padding: 11px 18px; font-size: 13px; }
.button:hover { transform: translateY(-1px); }
.button-primary { border-color: var(--gold); background: var(--gold); color: var(--navy-deep); }
.button-primary:hover { border-color: #d2a974; background: #d2a974; }
.button-secondary { border-color: rgba(255,255,255,.34); color: var(--white); }
.button-secondary:hover { border-color: var(--white); background: rgba(255,255,255,.06); }
.button-dark { border-color: var(--navy); background: var(--navy); color: var(--white); }
.button-dark:hover { background: var(--navy-soft); }
.button-outline { border-color: var(--line); background: var(--white); color: var(--navy); }
.button-outline:hover { border-color: var(--navy); }
.hero-note { margin: 19px 0 0; color: #aebdca; font-size: 12px; }
.hero-alt-link { display: inline-flex; margin-top: 18px; color: var(--gold-light); font-size: 13px; font-weight: 650; }
.hero-alt-link:hover { color: var(--white); }

.trust-strip { border-bottom: 1px solid var(--line); background: var(--white); }
.trust-inner { display: grid; grid-template-columns: repeat(4, 1fr); gap: 25px; padding: 28px 0; }
.trust-item strong { display: block; color: var(--navy); font-size: 13px; font-weight: 700; }
.trust-item span { display: block; margin-top: 3px; color: var(--muted); font-size: 12px; }

.audience-section { background: var(--white); }
.audience-layout { display: grid; grid-template-columns: minmax(245px, .72fr) minmax(0, 1.28fr); align-items: center; gap: 70px; }
.audience-heading h2 { margin: 0; color: var(--navy); font-family: Georgia, "Times New Roman", serif; font-size: clamp(31px, 4vw, 44px); font-weight: 400; letter-spacing: -.028em; line-height: 1.15; }
.audience-heading > p:not(.eyebrow) { margin: 14px 0 0; color: var(--muted); font-size: 14px; }
.audience-explorer { overflow: hidden; border: 1px solid var(--line); border-radius: 13px; background: var(--white); box-shadow: 0 11px 31px rgba(16,34,55,.055); }
.audience-tabs { display: grid; grid-template-columns: 1fr 1fr; border-bottom: 1px solid var(--line); background: #faf9f7; }
.audience-tab { display: grid; align-content: center; gap: 5px; min-height: 84px; padding: 16px 19px; border: 0; border-bottom: 2px solid transparent; background: transparent; text-align: left; transition: background-color .2s ease, border-color .2s ease; }
.audience-tab + .audience-tab { border-left: 1px solid var(--line); }
.audience-tab > span { color: var(--gold); font-size: 10px; font-weight: 750; letter-spacing: .08em; }
.audience-tab > strong { color: var(--muted); font-size: 12px; font-weight: 650; }
.audience-tab[aria-selected="true"] { border-bottom-color: var(--gold); background: var(--white); }
.audience-tab[aria-selected="true"] > strong { color: var(--navy); }
.audience-tab:focus-visible { outline: 3px solid var(--gold); outline-offset: -3px; }
.audience-panel { min-height: 270px; padding: 24px 26px 27px; }
.audience-panel[hidden] { display: none; }
.audience-panel-label { margin: 0 0 9px; color: var(--teal); font-size: 10px; font-weight: 750; letter-spacing: .09em; text-transform: uppercase; }
.audience-panel h3 { margin: 0; color: var(--navy); font-size: 19px; line-height: 1.4; }
.audience-panel > p:not(.audience-panel-label) { margin: 10px 0 0; color: var(--muted); font-size: 13px; line-height: 1.75; }
.audience-tags { display: flex; flex-wrap: wrap; gap: 7px; margin-top: 16px; }
.audience-tags > span { padding: 5px 9px; border-radius: 999px; background: #f3f2ef; color: var(--navy); font-size: 10px; font-weight: 550; }
.audience-panel > .text-link { margin-top: 17px; color: var(--teal); }

.section { padding: 94px 0; }
.section-soft { background: var(--canvas); }
.section-dark { background: var(--navy); color: var(--white); }
.section-head { display: flex; align-items: end; justify-content: space-between; gap: 42px; margin-bottom: 45px; }
.section-intro { max-width: 700px; }
.section-head h2, .founder-copy h2, .contact-copy h2, .faq-intro h2, .article-section h2 { margin: 0; color: var(--navy); font-family: Georgia, "Times New Roman", serif; font-size: clamp(30px, 4vw, 43px); font-weight: 400; letter-spacing: -.025em; line-height: 1.18; }
.section-dark .section-head h2 { color: var(--white); }
.section-description { max-width: 710px; margin: 13px 0 0; color: var(--muted); font-size: 15px; }
.section-dark .section-description { color: #c2ced8; }
.text-link { display: inline-flex; align-items: center; gap: 7px; color: var(--navy); font-size: 13px; font-weight: 700; white-space: nowrap; }
.text-link:hover { color: var(--teal); }

.service-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 18px; }
.service-filters { display: flex; flex-wrap: wrap; align-items: center; gap: 9px; margin: -8px 0 25px; }
.service-filters > span { margin-right: 6px; color: var(--muted); font-size: 12px; font-weight: 650; }
.filter-chip { padding: 8px 12px; border: 1px solid var(--line); border-radius: 999px; background: var(--white); color: var(--muted); font-size: 11px; font-weight: 650; transition: background-color .2s ease, border-color .2s ease, color .2s ease; }
.filter-chip:hover, .filter-chip.is-active { border-color: var(--navy); background: var(--navy); color: var(--white); }
.service-card { display: flex; min-height: 255px; flex-direction: column; align-items: flex-start; padding: 27px; border: 1px solid var(--line); border-radius: var(--radius); background: var(--white); transition: transform .25s ease, border-color .25s ease, box-shadow .25s ease; }
.service-card:hover { transform: translateY(-5px); border-color: rgba(195,150,86,.55); box-shadow: 0 18px 42px rgba(16,34,55,.08); }
.service-card[hidden] { display: none; }
.service-index { display: inline-flex; min-width: 36px; height: 30px; align-items: center; justify-content: center; border-radius: 5px; background: #f4f1ec; color: var(--navy); font-size: 11px; font-weight: 750; }
.service-card h3, .scope-card h3, .industry-card h3, .article-card h3, .deliverable-card h3 { margin: 18px 0 8px; color: var(--navy); font-size: 16px; font-weight: 700; line-height: 1.4; }
.service-card p, .scope-card p, .industry-card p, .article-card p, .deliverable-card p { margin: 0; color: var(--muted); font-size: 13px; line-height: 1.75; }
.service-card a { margin-top: auto; padding-top: 16px; color: var(--teal); font-size: 12px; font-weight: 700; }
.service-card a:hover { color: var(--navy); }

.scope-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 18px; }
.scope-card { padding: 29px; border: 1px solid rgba(255,255,255,.18); border-radius: var(--radius); background: rgba(255,255,255,.035); }
.scope-kicker { color: var(--gold-light); font-size: 10px; font-weight: 750; letter-spacing: .14em; text-transform: uppercase; }
.scope-card h3 { margin-top: 11px; color: var(--white); font-size: 19px; }
.scope-card p { color: #d0d8df; }
.scope-list, .article-list { display: grid; gap: 9px; margin: 17px 0 0; padding: 0; list-style: none; }
.scope-list li, .article-list li { position: relative; padding-left: 18px; color: #e4e9ed; font-size: 13px; }
.scope-list li::before, .article-list li::before { position: absolute; top: 10px; left: 0; width: 6px; height: 6px; border-radius: 50%; background: var(--gold); content: ""; }
.scope-footnote { margin: 20px 0 0; color: #b8c5d0; font-size: 12px; }

.process-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 25px; }
.process-step { padding-top: 17px; border-top: 2px solid var(--line); }
.process-step:first-child { border-top-color: var(--gold); }
.step-number { color: var(--gold); font-size: 12px; font-weight: 750; letter-spacing: .08em; }
.process-step h3 { margin: 13px 0 8px; color: var(--navy); font-size: 16px; }
.process-step p { margin: 0; color: var(--muted); font-size: 13px; line-height: 1.75; }

.expansion-section { background-color: #0a1828; background-image: none; }
.expansion-markets { display: grid; grid-template-columns: repeat(2, 1fr); gap: 18px; margin-bottom: 18px; }
.market-card { overflow: hidden; padding: 0; border: 1px solid rgba(255,255,255,.16); border-radius: var(--radius); background: rgba(255,255,255,.055); text-align: left; transition: transform .25s ease, border-color .25s ease, box-shadow .25s ease; }
.market-card.is-active { transform: translateY(-4px); border-color: var(--gold); box-shadow: 0 16px 40px rgba(0,0,0,.19); }
@media (hover: hover) and (pointer: fine) {
  .market-card:hover { transform: translateY(-4px); border-color: var(--gold); box-shadow: 0 16px 40px rgba(0,0,0,.19); }
}
.market-selector { display: block; width: 100%; padding: 0; border: 0; background: transparent; color: inherit; text-align: left; cursor: pointer; }
.market-monogram { display: flex; min-height: 138px; align-items: flex-end; gap: 17px; padding: 21px 23px 12px; border-bottom: 1px solid rgba(255,255,255,.11); background: #0d2135; color: rgba(234,219,195,.82); }
.market-monogram-code { font-family: Georgia, "Times New Roman", serif; font-size: clamp(56px, 8vw, 90px); font-weight: 400; letter-spacing: -.055em; line-height: .8; }
.market-flag { display: flex; align-items: center; margin-bottom: 4px; }
.market-flag img { display: block; width: clamp(34px, 3.3vw, 48px); height: auto; border-radius: 3px; box-shadow: 0 5px 12px rgba(0,0,0,.24); }
.market-flag-group { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 5px; width: min(96px, 24vw); max-width: 96px; }
.market-flag-group img { width: 100%; border-radius: 2px; }
.market-card:nth-child(2) .market-monogram { background: #152b3f; }
.market-copy { display: block; padding: 20px 23px 13px; }
.market-copy > span:first-child { color: var(--gold-light); font-size: 10px; font-weight: 750; letter-spacing: .14em; text-transform: uppercase; }
.market-copy > strong { display: block; margin-top: 8px; color: var(--white); font-family: Georgia, "Times New Roman", serif; font-size: 28px; font-weight: 400; }
.market-description { display: block; margin-top: 7px; color: #c7d1da; font-size: 13px; }
.market-explore { display: block; padding: 0 23px 22px; color: var(--gold-light); font-size: 11px; font-weight: 700; }
.market-explore:hover { color: var(--white); }
.market-details { display: flex; align-items: center; justify-content: space-between; gap: 24px; margin: 0 0 25px; padding: 19px 22px; border: 1px solid rgba(234,219,195,.21); border-radius: var(--radius); background: rgba(255,255,255,.035); }
.market-panel > strong { display: block; color: var(--white); font-size: 13px; }
.market-panel > span { display: block; margin-top: 4px; color: #c7d1da; font-size: 12px; }
.market-panel[hidden] { display: none; }
.market-details-link { color: var(--gold-light); font-size: 12px; font-weight: 700; white-space: nowrap; }
.market-details-link:hover { color: var(--white); }
.expansion-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 16px; }
.expansion-card { padding: 22px; border: 1px solid rgba(255,255,255,.12); border-radius: var(--radius); background: rgba(255,255,255,.025); transition: transform .22s ease, border-color .22s ease; }
.expansion-card:hover { transform: translateY(-4px); border-color: rgba(234,219,195,.45); }
.expansion-index { color: var(--gold); font-size: 11px; font-weight: 750; letter-spacing: .08em; }
.expansion-card h3 { margin: 12px 0 8px; color: var(--white); font-size: 14px; line-height: 1.45; }
.expansion-card p { margin: 0; color: #c7d1da; font-size: 12px; line-height: 1.75; }
.expansion-actions { display: flex; align-items: center; gap: 23px; margin-top: 26px; }
.expansion-actions > p { max-width: 560px; margin: 0; color: #b9c5cf; font-size: 12px; }

.industry-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 14px; }
.industry-card { min-height: 155px; padding: 22px; border: 1px solid var(--line); border-radius: 9px; background: var(--white); transition: transform .22s ease, border-color .22s ease; }
.industry-card:hover { transform: translateY(-4px); border-color: rgba(195,150,86,.5); }
.industry-card h3 { margin: 0 0 7px; font-size: 14px; }
.industry-card p { font-size: 12px; }
.industry-note { margin: 19px 0 0; color: var(--muted); font-size: 12px; }

.insights-section { background: var(--white); }
.featured-article { display: grid; overflow: hidden; grid-template-columns: .84fr 1.16fr; min-height: 420px; border: 1px solid var(--line); border-radius: 14px; background: var(--canvas); transition: transform .25s ease, border-color .25s ease, box-shadow .25s ease; }
.featured-article:hover { transform: translateY(-4px); border-color: rgba(195,150,86,.58); box-shadow: 0 20px 48px rgba(16,34,55,.09); }
.featured-article-image { display: block; overflow: hidden; background: #e7e5e1; }
.featured-article-image img { width: 100%; height: 100%; object-fit: cover; object-position: center 18%; transition: transform .55s ease; }
.featured-article:hover .featured-article-image img { transform: scale(1.025); }
.featured-article-copy { display: flex; flex-direction: column; align-items: flex-start; justify-content: center; padding: clamp(32px, 5vw, 66px); }
.article-label { color: var(--teal); font-size: 10px; font-weight: 750; letter-spacing: .13em; text-transform: uppercase; }
.featured-article-copy > strong { max-width: 680px; margin-top: 14px; color: var(--navy); font-family: Georgia, "Times New Roman", serif; font-size: clamp(26px, 3.4vw, 42px); font-weight: 400; letter-spacing: -.025em; line-height: 1.18; }
.featured-article-copy > span:not(.article-label, .article-read) { max-width: 650px; margin-top: 18px; color: var(--muted); font-size: 14px; line-height: 1.8; }
.article-read { margin-top: 24px; color: var(--teal); font-size: 13px; font-weight: 750; }

.founder-grid { display: grid; grid-template-columns: 1.16fr .84fr; align-items: start; gap: 75px; }
.founder-copy > p:not(.eyebrow) { margin: 17px 0 0; color: var(--muted); font-size: 15px; line-height: 1.8; }
.founder-name { display: block; margin-top: 20px; color: var(--navy); font-size: 14px; font-weight: 750; }
.founder-role { display: block; color: var(--muted); font-size: 12px; }
.founder-facts { padding: 28px; border: 1px solid var(--line); border-radius: var(--radius); background: var(--canvas); }
.fact-row { display: flex; justify-content: space-between; gap: 20px; padding: 14px 0; border-bottom: 1px solid var(--line); }
.fact-row:first-child { padding-top: 0; }
.fact-row:last-child { padding-bottom: 0; border-bottom: 0; }
.fact-row span { color: var(--muted); font-size: 12px; }
.fact-row strong { color: var(--navy); font-size: 12px; font-weight: 650; text-align: right; }

.faq-layout { display: grid; grid-template-columns: .72fr 1.28fr; gap: 78px; }
.faq-intro p:not(.eyebrow) { margin: 13px 0 0; color: var(--muted); font-size: 14px; }
.faq-list details { padding: 17px 0; border-bottom: 1px solid var(--line); }
.faq-list details:first-child { border-top: 1px solid var(--line); }
.faq-list summary { display: flex; justify-content: space-between; align-items: center; gap: 16px; color: var(--navy); cursor: pointer; font-size: 14px; font-weight: 650; list-style: none; }
.faq-list summary::-webkit-details-marker { display: none; }
.faq-list summary::after { flex: 0 0 auto; color: var(--gold); content: "+"; font-size: 21px; }
.faq-list details[open] summary::after { content: "−"; }
.faq-list details p { margin: 11px 24px 0 0; color: var(--muted); font-size: 13px; line-height: 1.75; }

.contact-section { padding: 95px 0; background: var(--navy-deep); color: var(--white); }
.contact-grid { display: grid; grid-template-columns: 1.05fr .95fr; align-items: center; gap: 75px; }
.contact-copy h2 { color: var(--white); }
.contact-copy > p:not(.eyebrow) { margin: 15px 0 0; color: #c6d0d9; font-size: 15px; }
.contact-note { margin-top: 15px !important; color: #afbdc9 !important; font-size: 12px !important; }
.contact-card { padding: 30px; border: 1px solid rgba(255,255,255,.17); border-radius: var(--radius); background: rgba(255,255,255,.035); }
.contact-row { display: grid; grid-template-columns: 96px 1fr; gap: 14px; padding: 12px 0; border-bottom: 1px solid rgba(255,255,255,.11); }
.contact-row:first-child { padding-top: 0; }
.contact-row:last-child { padding-bottom: 0; border: 0; }
.contact-row span { color: #aebdca; font-size: 11px; }
.contact-row strong, .contact-row a { color: var(--white); font-size: 13px; font-weight: 550; }
.contact-row a:hover { color: var(--gold-light); }

.site-footer { padding: 26px 0; background: #07121e; color: #b7c3cf; }
.footer-inner { display: flex; align-items: center; justify-content: space-between; gap: 20px; }
.footer-branding { color: #e8edf1; font-size: 12px; font-weight: 650; }
.footer-note { margin-top: 4px; color: #a7b3bf; font-size: 11px; }
.footer-links { display: flex; flex-wrap: wrap; gap: 16px; }
.footer-links a { color: #d3dbe2; font-size: 11px; }
.footer-links a:hover { color: var(--gold-light); }

.page-hero { padding: 95px 0 83px; background: var(--navy-deep); color: var(--white); }
.page-hero h1 { max-width: 810px; font-size: clamp(40px, 6vw, 64px); }
.page-hero p:not(.eyebrow) { max-width: 710px; margin: 19px 0 0; color: #d2dae2; font-size: 16px; }
.article-section { padding: 82px 0; }
.article-intro { max-width: 790px; }
.article-intro p { color: var(--muted); font-size: 15px; line-height: 1.85; }
.deliverable-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 16px; margin-top: 28px; }
.deliverable-card, .article-card { padding: 24px; border: 1px solid var(--line); border-radius: 9px; background: var(--white); }
.deliverable-card h3, .article-card h3 { margin-top: 0; }
.article-list li { color: var(--ink); }
.article-cta { padding: 48px; border-radius: var(--radius); background: var(--navy); color: var(--white); }
.article-cta h2 { margin: 0; color: var(--white); font-family: Georgia, "Times New Roman", serif; font-size: 32px; font-weight: 400; }
.article-cta p { max-width: 640px; color: #d0d8df; font-size: 14px; }

.blog-hero { padding: 86px 0 76px; background: var(--navy-deep); color: var(--white); }
.blog-hero h1 { max-width: 820px; margin: 0; color: var(--white); font-family: Georgia, "Times New Roman", serif; font-size: clamp(42px, 6vw, 66px); font-weight: 400; letter-spacing: -.035em; line-height: 1.08; }
.blog-hero h1 span { color: var(--gold-light); }
.blog-hero-copy { max-width: 720px; margin: 20px 0 0; color: #c9d3dc; font-size: 16px; line-height: 1.8; }
.blog-list-section { padding: 82px 0 96px; background: var(--canvas); }
.blog-list { display: grid; grid-template-columns: minmax(0, 1fr); gap: 22px; }
.blog-card { display: grid; overflow: hidden; grid-template-columns: 340px 1fr; border: 1px solid var(--line); border-radius: 13px; background: var(--white); transition: transform .24s ease, border-color .24s ease, box-shadow .24s ease; }
.blog-card:hover { transform: translateY(-3px); border-color: rgba(195,150,86,.58); box-shadow: 0 16px 38px rgba(16,34,55,.08); }
.blog-card-image { overflow: hidden; min-height: 310px; }
.blog-card-image img { width: 100%; height: 100%; object-fit: cover; object-position: center 18%; }
.blog-card-copy { display: flex; flex-direction: column; align-items: flex-start; justify-content: center; padding: 40px 46px; }
.blog-card-copy h2 { max-width: 700px; margin: 13px 0 0; color: var(--navy); font-family: Georgia, "Times New Roman", serif; font-size: clamp(25px, 3vw, 38px); font-weight: 400; letter-spacing: -.025em; line-height: 1.2; }
.blog-card-copy p { max-width: 720px; margin: 15px 0 0; color: var(--muted); font-size: 14px; line-height: 1.8; }
.blog-meta { display: flex; flex-wrap: wrap; gap: 10px 18px; margin-top: 19px; color: #7a8794; font-size: 11px; }

.case-hero { padding: 70px 0; background: var(--navy-deep); color: var(--white); }
.case-hero-grid { display: grid; grid-template-columns: 1.12fr .88fr; align-items: center; gap: 62px; }
.case-hero h1 { max-width: 780px; margin: 0; color: var(--white); font-family: Georgia, "Times New Roman", serif; font-size: clamp(38px, 5.5vw, 61px); font-weight: 400; letter-spacing: -.033em; line-height: 1.1; }
.case-hero h1 span { color: var(--gold-light); }
.case-hero-copy { max-width: 720px; margin: 21px 0 0; color: #c9d3dc; font-size: 16px; line-height: 1.8; }
.case-hero-image { overflow: hidden; margin: 0; padding: 7px; border: 1px solid rgba(234,219,195,.25); border-radius: 16px; background: rgba(255,255,255,.04); }
.case-hero-image img { width: 100%; aspect-ratio: 4 / 5; border-radius: 10px; object-fit: cover; object-position: center top; }
.article-shell { display: grid; grid-template-columns: minmax(0, 760px) 250px; justify-content: space-between; gap: 70px; padding-top: 78px; padding-bottom: 92px; }
.article-body { min-width: 0; }
.article-body .article-deck { margin: 0 0 34px; padding: 24px 27px; border-left: 3px solid var(--gold); background: var(--canvas); color: var(--ink); font-size: 17px; line-height: 1.8; }
.article-body h2 { margin: 49px 0 15px; color: var(--navy); font-family: Georgia, "Times New Roman", serif; font-size: clamp(28px, 3.7vw, 39px); font-weight: 400; letter-spacing: -.025em; line-height: 1.2; }
.article-body h3 { margin: 31px 0 10px; color: var(--navy); font-size: 18px; }
.article-body p { margin: 0 0 20px; color: #465567; font-size: 15px; line-height: 1.9; }
.article-body ul { display: grid; gap: 9px; margin: 0 0 23px; padding-left: 20px; color: #465567; font-size: 15px; line-height: 1.75; }
.article-photo { margin: 36px 0; }
.article-photo img { width: 100%; border-radius: 11px; }
.article-photo figcaption { margin-top: 9px; color: #7a8794; font-size: 11px; line-height: 1.6; }
.article-photo-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 16px; margin: 36px 0; }
.article-photo-grid figure { margin: 0; }
.article-photo-grid img { width: 100%; aspect-ratio: 3 / 4; border-radius: 11px; object-fit: cover; }
.article-photo-grid figcaption { margin-top: 9px; color: #7a8794; font-size: 11px; line-height: 1.55; }
.article-note { margin: 32px 0; padding: 22px 24px; border: 1px solid var(--line); border-radius: 10px; background: #fbfaf8; }
.article-note strong { display: block; color: var(--navy); font-size: 14px; }
.article-note p { margin: 7px 0 0; font-size: 13px; }
.article-sidebar { align-self: start; position: sticky; top: 105px; padding: 23px; border: 1px solid var(--line); border-radius: 10px; background: var(--canvas); }
.article-sidebar strong { display: block; color: var(--navy); font-size: 13px; }
.article-sidebar span { display: block; margin-top: 5px; color: var(--muted); font-size: 12px; line-height: 1.6; }
.article-sidebar a { display: block; margin-top: 18px; color: var(--teal); font-size: 12px; font-weight: 750; }
.article-end-cta { margin-top: 56px; padding: 36px; border-radius: 12px; background: var(--navy); color: var(--white); }
.article-end-cta h2 { margin: 0; color: var(--white); font-size: 31px; }
.article-end-cta p { max-width: 620px; margin-top: 12px; color: #cbd4dc; }

.supports-reveal [data-reveal] { opacity: 0; transform: translateY(18px); transition: opacity .55s ease, transform .55s ease; }
.supports-reveal [data-reveal].is-visible { opacity: 1; transform: translateY(0); }
.filter-chip:focus-visible, .market-selector:focus-visible, .market-explore:focus-visible, .button:focus-visible { outline: 3px solid var(--gold); outline-offset: 3px; }

@media (max-width: 1100px) {
  .desktop-nav { gap: 12px; }
  .desktop-nav > a:not(.nav-cta) { font-size: 12px; }
  .language-picker button { min-width: 29px; }
  .industry-grid, .expansion-grid { grid-template-columns: repeat(2, 1fr); }
  .hero-layout { gap: 38px; }
  .hero h1 { font-size: clamp(42px, 6vw, 64px); }
  .audience-layout { gap: 40px; }
}

@media (max-width: 980px) {
  .wrap { width: min(var(--content), calc(100% - 38px)); }
  .header-inner { min-height: 72px; }
  .desktop-nav { display: none; }
  .menu-toggle { display: flex; }
  .menu-panel[hidden] { display: none; }
  .menu-panel:not([hidden]) { display: flex; flex-direction: column; align-items: flex-start; gap: 18px; padding: 17px 0 22px; }
  .hero { padding: 84px 0 83px; }
  .hero-layout { grid-template-columns: 1fr; gap: 32px; }
  .hero-inner { max-width: 760px; }
  .animated-map { max-width: 780px; }
  .hero-copy { font-size: 15px; }
  .trust-inner { grid-template-columns: repeat(2, 1fr); gap: 18px; }
  .section { padding: 72px 0; }
  .section-head { align-items: flex-start; flex-direction: column; gap: 13px; margin-bottom: 32px; }
  .service-grid { grid-template-columns: repeat(2, 1fr); }
  .process-grid { grid-template-columns: repeat(2, 1fr); gap: 30px; }
  .founder-grid, .faq-layout, .contact-grid { grid-template-columns: 1fr; gap: 30px; }
  .scope-grid, .deliverable-grid { grid-template-columns: 1fr; }
  .audience-layout { grid-template-columns: 1fr; gap: 26px; }
  .audience-heading { max-width: 670px; }
  .expansion-actions { align-items: flex-start; flex-direction: column; gap: 13px; }
  .market-details { align-items: flex-start; flex-direction: column; gap: 10px; }
  .contact-section { padding: 76px 0; }
  .featured-article, .blog-card, .case-hero-grid, .article-shell { grid-template-columns: 1fr; }
  .featured-article-image, .blog-card-image { min-height: 0; height: clamp(220px, 52vw, 340px); max-height: 340px; }
  .featured-article-image img, .blog-card-image img { height: 100%; object-position: center; }
  .case-hero-image { max-width: 520px; }
  .article-sidebar { position: static; }
}

@media (max-width: 540px) {
  .wrap { width: calc(100% - 32px); }
  .brand-name { font-size: 12px; }
  .brand-detail { font-size: 9px; }
  .hero { padding: 74px 0; }
  .animated-map-head { align-items: flex-start; flex-direction: column; gap: 10px; }
  .world-map-stage { min-height: 0; }
  .world-map-stage > img { min-height: 0; aspect-ratio: 2 / 1; }
  .world-map-overlay { min-height: 0; }
  .animated-map-caption { grid-template-columns: 1fr; gap: 8px; }
  .map-location text { font-size: 26px; stroke-width: 4.5px; stroke-linejoin: round; }
  .map-location-europe > text:not(.map-location-detail) { font-size: 29px; }
  .map-location-detail { font-size: 17px !important; stroke-width: 3.5px; }
  .hero-actions .button, .contact-actions .button, .page-actions .button, .expansion-actions .button { width: 100%; }
  .trust-inner { gap: 17px 12px; }
  .trust-item strong { font-size: 12px; }
  .trust-item span { font-size: 11px; }
  .service-grid, .process-grid, .industry-grid, .expansion-grid, .expansion-markets { grid-template-columns: 1fr; }
  .service-card { min-height: 220px; }
  .service-filters > span { flex-basis: 100%; margin-bottom: 3px; }
  .market-card, .market-card.is-active { width: 100%; transform: none; }
  .market-card:not(.is-active) { border-color: rgba(255,255,255,.16); box-shadow: none; }
  .market-monogram { display: grid; grid-template-columns: max-content max-content; min-height: 0; align-items: center; justify-content: start; gap: 14px; padding: 16px 19px; }
  .market-monogram-code { font-size: 44px; line-height: 1; }
  .market-flag { margin: 0; }
  .market-flag img { width: 44px; height: auto; }
  .market-flag-group { display: grid; grid-template-columns: repeat(4, 30px); gap: 4px; width: auto; max-width: none; }
  .market-flag-group img { width: 30px; height: auto; }
  .market-copy { padding: 21px 19px 13px; }
  .market-explore { padding: 0 19px 24px; }
  .market-copy > strong { font-size: 26px; }
  .featured-article-image, .blog-card-image { height: 210px; max-height: 210px; }
  .section { padding: 63px 0; }
  .audience-tab { min-height: 87px; padding: 12px; }
  .audience-tab > strong { font-size: 11px; }
  .audience-panel { min-height: 275px; padding: 20px 17px 23px; }
  .scope-card, .founder-facts, .contact-card { padding: 22px; }
  .contact-row { grid-template-columns: 76px 1fr; gap: 8px; }
  .contact-row a, .contact-row strong { font-size: 12px; overflow-wrap: anywhere; }
  .footer-inner { align-items: flex-start; flex-direction: column; }
  .page-hero { padding: 76px 0 66px; }
  .article-section { padding: 65px 0; }
  .article-cta { padding: 27px; }
  .featured-article-copy, .blog-card-copy { padding: 27px 23px; }
  .article-photo-grid { grid-template-columns: 1fr; }
  .article-shell { padding-top: 58px; padding-bottom: 68px; }
  .article-end-cta { padding: 27px; }
}

@media (prefers-reduced-motion: reduce) {
  *, *::before, *::after { scroll-behavior: auto !important; transition: none !important; animation: none !important; }
  .route-particle { display: none; }
}
