:root {
  --gold: #d4af37;
  --gold-soft: #ead681;
  --gold-dark: #9a761d;
  --ink: #111111;
  --ink-2: #1b1b1b;
  --paper: #ffffff;
  --canvas: #f7f8fa;
  --muted: #666666;
  --line: rgba(17, 17, 17, .11);
  --glass: rgba(255, 255, 255, .74);
  --shadow: 0 24px 70px rgba(10, 10, 10, .10);
  --radius: 24px;
  --heading: "Sora", sans-serif;
  --body: "Manrope", sans-serif;
}

[data-bs-theme="dark"] {
  --ink: #f5f2e9;
  --ink-2: #ffffff;
  --paper: #0d0d0e;
  --canvas: #141415;
  --muted: #aaa8a1;
  --line: rgba(255, 255, 255, .12);
  --glass: rgba(17, 17, 18, .78);
  --shadow: 0 24px 70px rgba(0, 0, 0, .34);
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; scroll-padding-top: 100px; }
body { margin: 0; overflow-x: hidden; color: var(--ink); background: var(--paper); font-family: var(--body); font-size: 16px; line-height: 1.75; transition: background .35s ease, color .35s ease; }
a { color: inherit; text-decoration: none; }
img { max-width: 100%; }
button, input, textarea, select { font: inherit; }
::selection { color: #111; background: var(--gold-soft); }
.container { max-width: 1240px; }
.skip-link { position: fixed; top: -80px; left: 16px; z-index: 9999; padding: 10px 16px; color: #111; background: var(--gold); border-radius: 8px; }
.skip-link:focus { top: 10px; }
.section-space { position: relative; padding: 138px 0; }

.executive-nav { top: 14px; padding: 0 16px; transition: .35s ease; }
.nav-shell { min-height: 70px; padding: 9px 11px 9px 16px; border: 1px solid rgba(255,255,255,.16); border-radius: 18px; background: rgba(13,13,14,.72); box-shadow: 0 10px 40px rgba(0,0,0,.12); backdrop-filter: blur(22px) saturate(150%); -webkit-backdrop-filter: blur(22px) saturate(150%); }
.executive-nav.scrolled { top: 0; padding-inline: 0; }
.executive-nav.scrolled .nav-shell { max-width: 100%; border-radius: 0; border-width: 0 0 1px; padding-inline: max(24px, calc((100vw - 1218px) / 2)); }
.brand-mark { display: inline-flex; align-items: center; color: #fff !important; }
.brand-signature { position: relative; display: inline-block; padding: 2px 10px 6px 2px; color: #fff; font: 400 2.15rem/.9 "Allura", cursive; letter-spacing: .01em; white-space: nowrap; text-shadow: 0 3px 18px rgba(0,0,0,.24); }
.brand-signature strong { color: var(--gold-soft); font-weight: 400; }
.brand-signature::after { position: absolute; right: 4px; bottom: 0; left: 28%; height: 1px; content: ""; background: linear-gradient(90deg, transparent, var(--gold), transparent); transform: rotate(-3deg); transform-origin: right center; }
.profile-signature { color: #111; font-size: 2.65rem; text-shadow: none; }
.profile-signature strong { color: var(--gold-dark); }
.navbar-nav { gap: 3px; }
.executive-nav .nav-link { position: relative; padding: 10px 12px !important; color: rgba(255,255,255,.72); font-size: 13px; font-weight: 600; }
.executive-nav .nav-link:hover, .executive-nav .nav-link.active { color: #fff; }
.executive-nav .nav-link.active::after { position: absolute; right: 12px; bottom: 3px; left: 12px; height: 1px; content: ""; background: var(--gold); }
.navbar-toggler { padding: 8px; border: 0; filter: invert(1); box-shadow: none !important; }
.glass-dropdown { padding: 10px; border: 1px solid rgba(255,255,255,.14); color: #fff; background: rgba(18,18,18,.92); border-radius: 14px; box-shadow: var(--shadow); backdrop-filter: blur(20px); }
.glass-dropdown .dropdown-item { padding: 10px 12px; color: rgba(255,255,255,.78); border-radius: 9px; font-size: 13px; }
.glass-dropdown .dropdown-item:hover { color: #111; background: var(--gold); }
.theme-toggle { display: grid; width: 38px; height: 38px; place-items: center; color: #fff; border: 1px solid rgba(255,255,255,.15); background: rgba(255,255,255,.06); border-radius: 50%; transition: .25s ease; }
.theme-toggle:hover { color: #111; background: var(--gold); transform: rotate(12deg); }

.btn { display: inline-flex; align-items: center; justify-content: center; gap: 10px; border-radius: 999px; font-weight: 700; letter-spacing: -.01em; transition: .3s cubic-bezier(.2,.8,.2,1); }
.btn-gold { color: #111; border: 1px solid var(--gold); background: var(--gold); box-shadow: 0 8px 24px rgba(212,175,55,.18); }
.btn-gold:hover { color: #111; border-color: var(--gold-soft); background: var(--gold-soft); box-shadow: 0 12px 34px rgba(212,175,55,.26); transform: translateY(-2px); }
.btn-gold.btn-lg, .btn-ghost-light.btn-lg { min-height: 58px; padding: 0 27px; font-size: 14px; }
.btn-ghost-light { color: #fff; border: 1px solid rgba(255,255,255,.23); background: rgba(255,255,255,.05); backdrop-filter: blur(12px); }
.btn-ghost-light:hover { color: #111; border-color: #fff; background: #fff; transform: translateY(-2px); }
.btn-outline-executive { margin-top: 20px; padding: 13px 22px; color: var(--ink); border: 1px solid var(--line); }
.btn-outline-executive:hover { color: #111; border-color: var(--gold); background: var(--gold); }

.hero-section { position: relative; min-height: 820px; overflow: hidden; color: #fff; background: #080909; isolation: isolate; }
.hero-section::before { position: absolute; inset: 0; z-index: -1; content: ""; opacity: .18; background-image: linear-gradient(rgba(255,255,255,.06) 1px, transparent 1px), linear-gradient(90deg, rgba(255,255,255,.06) 1px, transparent 1px); background-size: 72px 72px; mask-image: linear-gradient(90deg, #000, transparent 70%); }
#networkCanvas { position: absolute; inset: 0; z-index: -1; width: 100%; height: 100%; opacity: .45; }
.hero-glow { position: absolute; z-index: -1; width: 480px; height: 480px; filter: blur(100px); border-radius: 50%; opacity: .14; pointer-events: none; }
.hero-glow-one { top: -220px; left: -120px; background: var(--gold); }
.hero-glow-two { right: 18%; bottom: -310px; background: #7c5f17; }
.hero-container { position: relative; z-index: 3; }
.hero-copy { position: relative; z-index: 4; padding-top: 60px; }
.availability-pill { display: inline-flex; align-items: center; gap: 10px; margin-bottom: 30px; padding: 8px 13px; color: rgba(255,255,255,.74); border: 1px solid rgba(255,255,255,.15); background: rgba(255,255,255,.04); border-radius: 99px; font-size: 11px; font-weight: 700; letter-spacing: .11em; text-transform: uppercase; backdrop-filter: blur(12px); }
.availability-pill span { width: 7px; height: 7px; background: var(--gold); border-radius: 50%; box-shadow: 0 0 0 5px rgba(212,175,55,.1); animation: pulseDot 2s infinite; }
.hero-copy h1 { max-width: 740px; margin: 0; color: #fff; font: 600 clamp(4.8rem, 9.5vw, 9.2rem)/.82 var(--heading); letter-spacing: -.075em; }
.hero-copy h1 em { color: transparent; font-style: normal; -webkit-text-stroke: 1.5px var(--gold); text-shadow: 0 0 38px rgba(212,175,55,.08); }
.hero-role { display: flex; align-items: center; gap: 12px; margin: 31px 0 14px; color: var(--gold-soft); font: 600 13px var(--heading); letter-spacing: .05em; text-transform: uppercase; }
.hero-role span { width: 18px; height: 1px; background: rgba(212,175,55,.5); }
.hero-intro { max-width: 620px; margin: 0 0 30px; color: rgba(255,255,255,.68); font-size: clamp(1rem, 1.5vw, 1.17rem); line-height: 1.75; }
.hero-actions { display: flex; flex-wrap: wrap; gap: 12px; }
.hero-proof { display: flex; align-items: center; gap: 14px; margin-top: 38px; }
.proof-avatars { display: flex; }
.proof-avatars span { display: grid; width: 34px; height: 34px; margin-left: -7px; place-items: center; color: #111; border: 2px solid #111; background: var(--gold); border-radius: 50%; font: 700 9px var(--heading); }
.proof-avatars span:first-child { margin-left: 0; }
.proof-avatars span:nth-child(2) { background: #eee3bb; }
.proof-avatars span:nth-child(3) { background: #fff; }
.hero-proof p { margin: 0; color: rgba(255,255,255,.46); font-size: 11px; line-height: 1.45; text-transform: uppercase; letter-spacing: .08em; }
.hero-proof strong { color: rgba(255,255,255,.78); }
.hero-portrait-wrap { position: absolute; inset: 0 0 0 28%; z-index: 1; overflow: hidden; }
.hero-portrait-wrap::after { position: absolute; inset: 0; content: ""; background: linear-gradient(90deg, #080909 0%, rgba(8,9,9,.94) 18%, rgba(8,9,9,.24) 53%, rgba(8,9,9,.08) 100%), linear-gradient(0deg, rgba(8,9,9,.75), transparent 35%); }
.hero-portrait-wrap img { width: 100%; height: 100%; object-fit: cover; object-position: 62% center; filter: saturate(.78) contrast(1.06); }
.hero-side-label { position: absolute; z-index: 4; top: 50%; right: -94px; color: rgba(255,255,255,.32); font-size: 9px; font-weight: 700; letter-spacing: .22em; transform: rotate(90deg); }
.hero-side-label span { margin: 0 11px; color: var(--gold); }
.scroll-cue { position: absolute; z-index: 4; bottom: 34px; left: 50%; display: flex; align-items: center; gap: 10px; color: rgba(255,255,255,.4); font-size: 9px; letter-spacing: .16em; text-transform: uppercase; transform: translateX(-50%); }
.scroll-cue span { width: 38px; height: 1px; background: linear-gradient(90deg, var(--gold), transparent); }

.trust-strip { overflow: hidden; color: #111; border-block: 1px solid rgba(17,17,17,.08); background: var(--gold); }
.marquee-track { display: flex; align-items: center; width: max-content; padding: 17px 0; animation: marquee 36s linear infinite; }
.marquee-track span { white-space: nowrap; font: 600 11px var(--heading); letter-spacing: .12em; text-transform: uppercase; }
.marquee-track i { width: 5px; height: 5px; margin: 0 32px; background: #111; border-radius: 50%; }

.section-index { display: inline-flex; margin-bottom: 24px; color: var(--gold-dark); font-size: 11px; font-weight: 700; letter-spacing: .16em; text-transform: uppercase; }
[data-bs-theme="dark"] .section-index { color: var(--gold-soft); }
.display-heading { margin: 0; color: var(--ink); font: 600 clamp(2.5rem, 5vw, 4.8rem)/1.07 var(--heading); letter-spacing: -.055em; }
.display-heading span { color: var(--muted); font-weight: 500; }
.lead-copy { color: var(--ink); font-size: clamp(1.2rem, 2vw, 1.55rem); font-weight: 500; line-height: 1.65; letter-spacing: -.025em; }
.body-copy { color: var(--muted); font-size: 1.02rem; }
.text-link { display: inline-flex; align-items: center; gap: 10px; color: var(--ink); font-size: 13px; font-weight: 700; }
.text-link i { color: var(--gold-dark); transition: .25s ease; }
.text-link:hover i { transform: translateX(4px); }
.section-head { display: flex; align-items: end; justify-content: space-between; gap: 30px; margin-bottom: 58px; }

.about-section { background: var(--paper); }
.impact-dashboard { margin-top: 90px; padding: 10px; overflow: hidden; color: #fff; border: 1px solid rgba(255,255,255,.09); background: #101011; border-radius: 29px; box-shadow: 0 30px 90px rgba(0,0,0,.18); }
.impact-dashboard-head { display: flex; min-height: 72px; padding: 0 20px; align-items: center; justify-content: space-between; gap: 24px; }
.impact-dashboard-head > div { display: flex; align-items: center; gap: 10px; }
.impact-live { width: 7px; height: 7px; background: var(--gold); border-radius: 50%; box-shadow: 0 0 0 6px rgba(212,175,55,.09); animation: pulseDot 2s infinite; }
.impact-dashboard-head strong { color: rgba(255,255,255,.84); font: 600 11px var(--heading); letter-spacing: .12em; text-transform: uppercase; }
.impact-dashboard-head p { margin: 0; color: rgba(255,255,255,.34); font-size: 10px; letter-spacing: .05em; }
.impact-metrics { display: grid; grid-template-columns: repeat(3,1fr); gap: 10px; }
.impact-metric { position: relative; display: flex; min-height: 285px; padding: 26px; flex-direction: column; overflow: hidden; color: #fff; border: 1px solid rgba(255,255,255,.09); background: linear-gradient(145deg,#19191a,#111112); border-radius: 21px; transition: .4s cubic-bezier(.2,.8,.2,1); isolation: isolate; }
.impact-metric::before { position: absolute; z-index: -1; right: -80px; bottom: -130px; width: 250px; height: 250px; content: ""; border: 1px solid rgba(212,175,55,.14); border-radius: 50%; box-shadow: 0 0 0 32px rgba(212,175,55,.025),0 0 0 68px rgba(212,175,55,.015); transition: .5s ease; }
.impact-metric:hover { border-color: rgba(212,175,55,.34); transform: translateY(-4px); }
.impact-metric:hover::before { transform: translate(-15px,-10px) scale(1.05); }
.impact-metric-featured { color: #111; border-color: var(--gold); background: linear-gradient(145deg,#e1bf4d,#c89e25); }
.impact-metric-featured::before { border-color: rgba(17,17,17,.15); box-shadow: 0 0 0 32px rgba(17,17,17,.035),0 0 0 68px rgba(17,17,17,.02); }
.impact-card-top { display: flex; align-items: center; justify-content: space-between; color: rgba(255,255,255,.4); font-size: 9px; font-weight: 700; letter-spacing: .13em; text-transform: uppercase; }
.impact-card-top i { display: grid; width: 34px; height: 34px; place-items: center; color: var(--gold); border: 1px solid rgba(212,175,55,.18); background: rgba(212,175,55,.05); border-radius: 50%; font-size: 14px; }
.impact-metric-featured .impact-card-top { color: rgba(17,17,17,.56); }
.impact-metric-featured .impact-card-top i { color: #111; border-color: rgba(17,17,17,.18); background: rgba(255,255,255,.18); }
.impact-number { display: flex; margin: auto 0 10px; align-items: flex-start; color: #fff; font: 600 clamp(4.2rem,7vw,6.4rem)/.85 var(--heading); letter-spacing: -.09em; }
.impact-number sup { margin: 3px 0 0 5px; color: var(--gold); font-size: .28em; letter-spacing: 0; }
.impact-metric-featured .impact-number, .impact-metric-featured .impact-number sup { color: #111; }
.impact-card-copy { position: relative; z-index: 2; padding-top: 18px; border-top: 1px solid rgba(255,255,255,.1); }
.impact-card-copy h3 { margin: 0 0 5px; font: 600 1.08rem var(--heading); letter-spacing: -.035em; }
.impact-card-copy p { max-width: 340px; margin: 0; color: rgba(255,255,255,.4); font-size: 11px; line-height: 1.55; }
.impact-metric-featured .impact-card-copy { border-color: rgba(17,17,17,.17); }
.impact-metric-featured .impact-card-copy p { color: rgba(17,17,17,.58); }
.impact-pillars { display: grid; grid-template-columns: repeat(3,1fr); gap: 10px; margin-top: 10px; }
.impact-pillar { position: relative; display: grid; min-height: 120px; padding: 22px 24px; grid-template-columns: auto 1fr auto; gap: 18px; align-items: center; overflow: hidden; border: 1px solid rgba(255,255,255,.08); background: #171718; border-radius: 18px; transition: .3s ease; }
.impact-pillar:hover { border-color: rgba(212,175,55,.35); background: #1d1c18; transform: translateY(-3px); }
.impact-symbol { min-width: 62px; color: var(--gold); font: 600 2.2rem var(--heading); letter-spacing: -.08em; }
.impact-pillar span { display: block; margin-bottom: 4px; color: rgba(255,255,255,.32); font-size: 8px; font-weight: 700; letter-spacing: .14em; text-transform: uppercase; }
.impact-pillar h3 { margin: 0; color: rgba(255,255,255,.86); font: 600 .96rem var(--heading); letter-spacing: -.025em; }
.impact-pillar > i { color: rgba(212,175,55,.5); font-size: 19px; transition: .3s ease; }
.impact-pillar:hover > i { color: var(--gold); transform: translate(3px,-3px); }

.companies-section { background: var(--canvas); }
.company-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 18px; }
.company-card { position: relative; display: block; min-height: 465px; padding: 10px; overflow: hidden; color: var(--ink); border: 1px solid var(--line); background: var(--paper); border-radius: 22px; transition: .4s cubic-bezier(.2,.8,.2,1); isolation: isolate; }
.company-card::before { position: absolute; inset: auto -55px -95px auto; z-index: -1; width: 210px; height: 210px; content: ""; opacity: .1; background: var(--company-accent); border-radius: 50%; filter: blur(8px); transition: .4s ease; }
.company-card:hover { border-color: rgba(212,175,55,.5); box-shadow: 0 22px 60px rgba(10,10,10,.12); transform: translateY(-8px); }
.company-card:hover::before { width: 260px; height: 260px; opacity: .25; }
.company-visual { position: relative; aspect-ratio: 4/3; overflow: hidden; border: 1px solid rgba(17,17,17,.07); background: #fff; border-radius: 15px; }
.company-visual > img { display: block; width: 100%; height: 100%; object-fit: cover; object-position: center top; transition: .55s cubic-bezier(.2,.8,.2,1); }
.company-card:hover .company-visual > img { transform: scale(1.035); }
.company-top { position: absolute; z-index: 2; top: 10px; right: 10px; left: 10px; display: flex; align-items: center; justify-content: space-between; }
.company-code { display: grid; width: 38px; height: 38px; place-items: center; color: #111; border: 1px solid rgba(17,17,17,.08); background: rgba(212,175,55,.94); border-radius: 11px; box-shadow: 0 7px 20px rgba(0,0,0,.08); font: 700 10px var(--heading); backdrop-filter: blur(10px); }
.company-top > i { display: grid; width: 38px; height: 38px; place-items: center; color: #111; border: 1px solid rgba(17,17,17,.1); background: rgba(255,255,255,.88); border-radius: 50%; box-shadow: 0 7px 20px rgba(0,0,0,.08); transition: .3s ease; backdrop-filter: blur(10px); }
.company-card:hover .company-top > i { color: #111; background: var(--gold); transform: translate(3px,-3px); }
.company-fallback-mark { position: absolute; inset: 0; display: grid; place-items: center; overflow: hidden; color: var(--company-accent); background: radial-gradient(circle at 55% 38%,rgba(212,175,55,.18),transparent 28%),linear-gradient(145deg,#0b0b0c,#1b1a16); }
.company-fallback-mark::before { position: absolute; inset: 0; content: ""; opacity: .34; background-image: linear-gradient(rgba(255,255,255,.08) 1px,transparent 1px),linear-gradient(90deg,rgba(255,255,255,.08) 1px,transparent 1px); background-size: 34px 34px; }
.company-fallback-mark span { position: relative; z-index: 2; color: transparent; font: 700 6.4rem var(--heading); letter-spacing: -.1em; -webkit-text-stroke: 1px var(--company-accent); }
.company-fallback-mark i { position: absolute; right: 14%; bottom: -24%; width: 150px; height: 150px; border: 1px solid rgba(212,175,55,.25); border-radius: 50%; box-shadow: 0 0 0 25px rgba(212,175,55,.03); }
.company-card-body { padding: 22px 14px 16px; }
.company-meta { display: flex; align-items: center; justify-content: space-between; gap: 18px; margin-bottom: 10px; }
.company-meta .card-kicker { margin: 0; }
.company-meta > span:last-child { color: var(--muted); font-size: 9px; font-weight: 700; letter-spacing: .12em; }
.card-kicker { display: block; margin-bottom: 12px; color: var(--gold-dark); font-size: 9px; font-weight: 700; letter-spacing: .16em; text-transform: uppercase; }
.company-card h3 { margin: 0 0 9px; font: 600 1.2rem/1.35 var(--heading); letter-spacing: -.035em; }
.company-card p { margin: 0; color: var(--muted); font-size: 12px; line-height: 1.6; }

.expertise-section { background: var(--paper); }
.sticky-intro { align-self: flex-start; top: 120px; }
@media (min-width: 992px) { .sticky-intro { position: sticky; } }
.sticky-intro > p { max-width: 420px; margin-top: 28px; color: var(--muted); }
.expertise-list { border-top: 1px solid var(--line); }
.expertise-row { display: grid; grid-template-columns: 35px 52px 1fr 24px; gap: 18px; align-items: center; min-height: 132px; border-bottom: 1px solid var(--line); transition: .3s ease; }
.expertise-row:hover { padding-inline: 12px; background: linear-gradient(90deg, rgba(212,175,55,.08), transparent); }
.expertise-num { color: var(--muted); font-size: 10px; font-weight: 700; }
.expertise-row > i { display: grid; width: 48px; height: 48px; place-items: center; color: var(--gold-dark); border: 1px solid rgba(212,175,55,.25); background: rgba(212,175,55,.06); border-radius: 50%; font-size: 20px; }
.expertise-row h3 { margin: 0 0 4px; font: 600 1.25rem var(--heading); letter-spacing: -.03em; }
.expertise-row p { margin: 0; color: var(--muted); font-size: 13px; }
.row-arrow { color: var(--muted); transition: .3s ease; }
.expertise-row:hover .row-arrow { color: var(--gold-dark); transform: translate(3px,-3px); }

.journey-section { overflow: hidden; border-block: 1px solid var(--line); background: var(--canvas); }
.journey-track { position: relative; display: grid; grid-template-columns: repeat(6, minmax(140px,1fr)); gap: 0; margin-top: 35px; }
.journey-track::before { position: absolute; top: 40px; right: 8%; left: 8%; height: 1px; content: ""; background: linear-gradient(90deg, var(--line), var(--gold), var(--line)); }
.journey-step { position: relative; padding: 0 15px; text-align: center; }
.journey-step > span { display: inline-block; margin-bottom: 17px; color: var(--muted); font-size: 9px; font-weight: 700; }
.journey-step i { position: relative; z-index: 1; display: block; width: 13px; height: 13px; margin: 0 auto 24px; border: 3px solid var(--canvas); background: #a8a8a8; border-radius: 50%; box-shadow: 0 0 0 1px var(--line); }
.journey-step.active i { background: var(--gold); box-shadow: 0 0 0 6px rgba(212,175,55,.15); }
.journey-step h3 { min-height: 40px; margin: 0 0 8px; font: 600 .98rem/1.35 var(--heading); letter-spacing: -.03em; }
.journey-step small { color: var(--muted); font-size: 10px; text-transform: uppercase; letter-spacing: .08em; }

.projects-section { color: #fff; background: #0b0b0c; }
.projects-section .display-heading { color: #fff; }
.projects-section .display-heading span { color: rgba(255,255,255,.4); }
.projects-section .section-index, .projects-section .text-link { color: var(--gold-soft); }
.project-showcase { display: grid; grid-template-columns: repeat(12, 1fr); gap: 20px; }
.project-card { grid-column: span 4; overflow: hidden; border: 1px solid rgba(255,255,255,.11); background: #141415; border-radius: 22px; transition: .4s cubic-bezier(.2,.8,.2,1); }
.project-card:nth-child(1), .project-card:nth-child(2) { grid-column: span 6; }
.project-card:hover { border-color: rgba(212,175,55,.45); box-shadow: 0 30px 70px rgba(0,0,0,.35); transform: translateY(-7px); }
.project-art { position: relative; display: grid; height: 250px; place-items: center; overflow: hidden; background: #111; }
.project-card:nth-child(1) .project-art, .project-card:nth-child(2) .project-art { height: 320px; }
.project-art::after { position: absolute; inset: 0; z-index: 1; content: ""; pointer-events: none; background: linear-gradient(180deg, transparent 48%, rgba(5,5,5,.58)); }
.project-art-logo { background: linear-gradient(145deg,#fff,#f0f1f3); }
.project-art-logo::after { background: radial-gradient(circle at 50% 50%, transparent 42%, rgba(17,17,17,.08)); }
.project-image { position: absolute; inset: 0; width: 100%; height: 100%; transition: transform .65s cubic-bezier(.2,.8,.2,1), filter .4s ease; }
.project-image-cover { object-fit: cover; }
.project-image-logo { padding: 24px; background: #fff; object-fit: contain; }
.project-card:hover .project-image { filter: saturate(1.08) contrast(1.03); transform: scale(1.045); }
.project-code { position: absolute; top: 20px; left: 20px; z-index: 2; display: grid; width: 46px; height: 46px; place-items: center; color: var(--gold-soft); border: 1px solid rgba(212,175,55,.38); background: rgba(10,10,10,.72); border-radius: 50%; box-shadow: 0 10px 30px rgba(0,0,0,.18); backdrop-filter: blur(12px); font: 700 10px var(--heading); letter-spacing: .12em; }
.project-content { padding: 28px; }
.project-content h3 { margin: 0 0 12px; font: 600 1.55rem var(--heading); letter-spacing: -.04em; }
.project-content p { min-height: 48px; margin: 0 0 23px; color: rgba(255,255,255,.52); font-size: 13px; line-height: 1.7; }
.project-metric { padding-top: 16px; color: rgba(255,255,255,.45); border-top: 1px solid rgba(255,255,255,.1); font-size: 9px; font-weight: 700; letter-spacing: .15em; text-transform: uppercase; }

.philosophy-section { position: relative; overflow: hidden; padding: 150px 0; color: #fff; background: #111; }
.philosophy-backdrop { position: absolute; inset: 0; opacity: .16; background: radial-gradient(circle at 72% 38%, var(--gold), transparent 22%), repeating-linear-gradient(125deg, transparent 0 55px, rgba(255,255,255,.07) 56px); }
.philosophy-section .container { position: relative; max-width: 1010px; }
.quote-mark { display: block; height: 64px; color: var(--gold); font: 500 7rem/.9 Georgia,serif; }
.philosophy-section blockquote { margin: 18px 0 38px; font: 500 clamp(2.1rem, 4.5vw, 4.3rem)/1.25 var(--heading); letter-spacing: -.055em; }
.philosophy-section blockquote em { color: var(--gold-soft); font-style: normal; }
.quote-author { display: flex; align-items: center; gap: 18px; }
.quote-author > span { width: 52px; height: 1px; background: var(--gold); }
.quote-author strong, .quote-author small { display: block; }
.quote-author strong { font: 600 13px var(--heading); }
.quote-author small { color: rgba(255,255,255,.46); font-size: 10px; letter-spacing: .08em; text-transform: uppercase; }

.global-section { position: relative; overflow: hidden; color: #fff; background: #080809; }
.global-section::before { position: absolute; top: -25%; left: -15%; width: 620px; height: 620px; content: ""; pointer-events: none; background: radial-gradient(circle,rgba(212,175,55,.11),transparent 64%); }
.global-layout { position: relative; display: grid; grid-template-columns: minmax(280px,.72fr) minmax(0,1.5fr); gap: clamp(34px,5vw,76px); align-items: center; }
.global-copy { position: relative; z-index: 2; }
.global-section .section-index, .global-section .text-link { color: var(--gold-soft); }
.global-section .display-heading { color: #fff; }
.global-section .display-heading span { color: rgba(255,255,255,.38); }
.global-section .lead-copy { max-width: 490px; margin: 28px 0 34px; color: rgba(255,255,255,.55); font-size: 1.05rem; }
.global-summary { display: flex; gap: 30px; margin-bottom: 38px; }
.global-summary > div { display: flex; align-items: center; gap: 12px; padding-right: 28px; border-right: 1px solid rgba(255,255,255,.12); }
.global-summary > div:last-child { padding-right: 0; border-right: 0; }
.global-summary strong { color: var(--gold-soft); font: 600 2.1rem/1 var(--heading); letter-spacing: -.06em; }
.global-summary span { color: rgba(255,255,255,.43); font-size: 9px; font-weight: 700; line-height: 1.4; letter-spacing: .1em; text-transform: uppercase; }
.global-network-stage { position: relative; min-height: 640px; overflow: hidden; border: 1px solid rgba(255,255,255,.14); background: #111; border-radius: 30px; box-shadow: 0 35px 90px rgba(0,0,0,.45); }
.global-network-stage::after { position: absolute; inset: 0; z-index: 1; content: ""; pointer-events: none; background: linear-gradient(180deg,rgba(4,4,5,.32),transparent 38%,rgba(4,4,5,.35) 62%,rgba(4,4,5,.95)); }
.global-map-image { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover; object-position: 58% center; filter: saturate(.92) contrast(1.04); transition: transform 1.2s cubic-bezier(.2,.8,.2,1); }
.global-network-stage:hover .global-map-image { transform: scale(1.025); }
.global-map-bar { position: absolute; top: 20px; right: 20px; left: 20px; z-index: 3; display: flex; align-items: center; justify-content: space-between; gap: 18px; padding: 12px 14px; color: rgba(255,255,255,.48); border: 1px solid rgba(255,255,255,.12); background: rgba(8,8,9,.56); border-radius: 13px; backdrop-filter: blur(18px); font-size: 9px; font-weight: 700; letter-spacing: .14em; text-transform: uppercase; }
.map-status { display: flex; align-items: center; gap: 10px; color: rgba(255,255,255,.72); }
.map-status i { width: 7px; height: 7px; background: #48cb78; border-radius: 50%; box-shadow: 0 0 0 5px rgba(72,203,120,.11); animation: statusPulse 2s ease-in-out infinite; }
.map-status strong { font: 700 9px var(--body); letter-spacing: .1em; text-transform: uppercase; }
.market-grid { position: absolute; right: 20px; bottom: 20px; left: 20px; z-index: 3; display: grid; grid-template-columns: repeat(3,1fr); gap: 10px; }
.market-card { display: grid; grid-template-columns: 38px minmax(0,1fr) 24px; gap: 10px; align-items: center; min-width: 0; padding: 12px; color: #fff; border: 1px solid rgba(255,255,255,.13); background: rgba(11,11,12,.72); border-radius: 14px; box-shadow: 0 12px 30px rgba(0,0,0,.17); backdrop-filter: blur(16px); text-align: left; transition: .3s cubic-bezier(.2,.8,.2,1); }
.market-card:hover, .market-card:focus-visible, .market-card.active { border-color: rgba(212,175,55,.72); background: rgba(32,28,16,.86); box-shadow: 0 14px 38px rgba(0,0,0,.28), inset 0 0 0 1px rgba(212,175,55,.08); transform: translateY(-3px); }
.market-flag { display: grid; width: 38px; height: 38px; place-items: center; overflow: hidden; border: 1px solid rgba(255,255,255,.18); background: #fff; border-radius: 50%; }
.market-flag img { width: 100%; height: 100%; object-fit: cover; }
.market-card-copy { min-width: 0; }
.market-card-copy small, .market-card-copy strong { display: block; }
.market-card-copy small { margin-bottom: 3px; color: var(--gold-soft); font-size: 8px; font-weight: 800; letter-spacing: .14em; }
.market-card-copy strong { overflow: hidden; color: #fff; font: 600 10px var(--heading); text-overflow: ellipsis; white-space: nowrap; }
.market-card > i { color: rgba(255,255,255,.35); font-size: 12px; transition: .25s ease; }
.market-card:hover > i, .market-card.active > i { color: var(--gold-soft); transform: translate(2px,-2px); }
@keyframes statusPulse { 50% { box-shadow: 0 0 0 9px rgba(72,203,120,0); } }

.insights-preview { background: var(--canvas); }
.insight-card { display: block; height: 100%; overflow: hidden; color: var(--ink); border: 1px solid var(--line); background: var(--paper); border-radius: 21px; transition: .35s ease; }
.insight-card:hover { box-shadow: var(--shadow); transform: translateY(-7px); }
.insight-visual { position: relative; display: grid; height: 235px; place-items: center; overflow: hidden; background: #111; }
.insight-visual::before { position: absolute; width: 180px; height: 180px; content: ""; border: 1px solid rgba(212,175,55,.5); border-radius: 50%; box-shadow: 0 0 0 28px rgba(212,175,55,.06), 0 0 0 60px rgba(212,175,55,.03); transition: .5s ease; }
.insight-card:hover .insight-visual::before { transform: scale(1.1) rotate(15deg); }
.visual-2::before { border-radius: 18px; transform: rotate(45deg); }
.visual-3::before { width: 1px; height: 160px; border-width: 0 0 0 1px; border-radius: 0; box-shadow: -45px 0 rgba(212,175,55,.22), 45px 0 rgba(212,175,55,.1); }
.insight-visual span { position: relative; z-index: 2; color: var(--gold); font: 600 4rem var(--heading); letter-spacing: -.08em; }
.insight-body { padding: 27px; }
.insight-body h3 { min-height: 58px; margin: 0 0 13px; font: 600 1.3rem/1.4 var(--heading); letter-spacing: -.035em; }
.insight-body p { min-height: 70px; color: var(--muted); font-size: 13px; line-height: 1.7; }

.testimonials-section { background: var(--paper); }
.carousel-controls { display: inline-flex; gap: 8px; }
.carousel-controls button { display: grid; width: 50px; height: 50px; place-items: center; color: var(--ink); border: 1px solid var(--line); background: var(--paper); border-radius: 50%; transition: .25s ease; }
.carousel-controls button:hover { color: #111; border-color: var(--gold); background: var(--gold); }
.testimonial-card { position: relative; min-height: 410px; padding: clamp(35px, 6vw, 82px); overflow: hidden; color: #fff; background: linear-gradient(125deg, #101011, #201e17); border-radius: 27px; }
.testimonial-card::after { position: absolute; top: -50%; right: -12%; width: 490px; height: 490px; content: ""; border: 1px solid rgba(212,175,55,.2); border-radius: 50%; box-shadow: 0 0 0 55px rgba(212,175,55,.03), 0 0 0 110px rgba(212,175,55,.02); }
.testimonial-card p { position: relative; z-index: 2; max-width: 940px; margin: 20px 0 45px; font: 500 clamp(1.6rem, 3.2vw, 3.1rem)/1.4 var(--heading); letter-spacing: -.045em; }
.testimonial-card > div { position: relative; z-index: 2; }
.testimonial-card strong, .testimonial-card small { display: block; }
.testimonial-card strong { color: var(--gold-soft); font: 600 13px var(--heading); }
.testimonial-card small { color: rgba(255,255,255,.45); font-size: 10px; letter-spacing: .08em; text-transform: uppercase; }

.faq-section { border-top: 1px solid var(--line); background: var(--canvas); }
.faq-section p { margin-top: 25px; color: var(--muted); }
.executive-accordion .accordion-item { color: var(--ink); border: 0; border-bottom: 1px solid var(--line); background: transparent; }
.executive-accordion .accordion-button { padding: 26px 0; color: var(--ink); background: transparent; box-shadow: none; font: 600 1.12rem var(--heading); }
.executive-accordion .accordion-button::after { content: "+"; background: none; font: 400 24px var(--body); transform: none; }
.executive-accordion .accordion-button:not(.collapsed)::after { content: "−"; }
.executive-accordion .accordion-body { padding: 0 0 28px; color: var(--muted); }

.site-footer { padding: 110px 0 24px; color: rgba(255,255,255,.7); background: #080809; }
.footer-cta { display: flex; align-items: center; justify-content: space-between; gap: 30px; padding-bottom: 72px; border-bottom: 1px solid rgba(255,255,255,.1); }
.eyebrow { display: block; margin-bottom: 13px; color: var(--gold); font-size: 10px; font-weight: 700; letter-spacing: .17em; text-transform: uppercase; }
.footer-cta h2 { max-width: 760px; margin: 0; color: #fff; font: 600 clamp(2.1rem, 4vw, 4rem)/1.15 var(--heading); letter-spacing: -.055em; }
.footer-main { padding: 72px 0; }
.footer-brand { margin-bottom: 22px; }
.footer-copy { max-width: 450px; color: rgba(255,255,255,.43); font-size: 13px; }
.site-footer h3 { margin: 0 0 20px; color: #fff; font: 600 12px var(--heading); letter-spacing: .05em; text-transform: uppercase; }
.site-footer .col-6 > a, .site-footer .col-lg-3 > a { display: flex; width: fit-content; margin-bottom: 9px; color: rgba(255,255,255,.48); font-size: 13px; transition: .2s ease; }
.site-footer a:hover { color: var(--gold-soft); }
.site-footer .text-link { color: var(--gold-soft); }
.footer-bottom { display: flex; align-items: center; justify-content: space-between; padding-top: 22px; color: rgba(255,255,255,.28); border-top: 1px solid rgba(255,255,255,.08); font-size: 10px; letter-spacing: .06em; text-transform: uppercase; }
.footer-bottom div { display: flex; gap: 20px; }

.whatsapp-float { position: fixed; z-index: 1000; right: 22px; bottom: 22px; display: flex; height: 54px; padding: 0 18px; align-items: center; gap: 9px; color: #fff; background: #1fbe5a; border-radius: 99px; box-shadow: 0 14px 35px rgba(25,170,79,.28); font-size: 12px; font-weight: 700; transition: .3s ease; }
.whatsapp-float:hover { color: #fff; background: #18a64b; transform: translateY(-4px); }
.whatsapp-float i { font-size: 20px; }
.ai-launcher { position: fixed; z-index: 999; right: 22px; bottom: 88px; display: flex; min-height: 46px; padding: 0 16px; align-items: center; gap: 8px; color: #111; border: 1px solid rgba(212,175,55,.6); background: var(--gold); border-radius: 99px; box-shadow: 0 12px 30px rgba(0,0,0,.16); font-size: 11px; font-weight: 800; }
.ai-panel { position: fixed; z-index: 1200; right: 22px; bottom: 145px; display: flex; width: min(390px, calc(100vw - 30px)); height: 520px; flex-direction: column; overflow: hidden; color: var(--ink); border: 1px solid var(--line); background: var(--paper); border-radius: 22px; box-shadow: 0 28px 80px rgba(0,0,0,.28); opacity: 0; pointer-events: none; transform: translateY(18px) scale(.97); transition: .3s ease; }
.ai-panel.open { opacity: 1; pointer-events: auto; transform: none; }
.ai-head { display: flex; align-items: center; justify-content: space-between; padding: 17px 18px; color: #fff; background: #111; }
.ai-head > div { display: grid; grid-template-columns: 28px 1fr; column-gap: 10px; align-items: center; }
.ai-orb { grid-row: span 2; width: 28px; height: 28px; background: radial-gradient(circle at 35% 30%, #fff, var(--gold) 28%, #6d5214 65%); border-radius: 50%; box-shadow: 0 0 18px rgba(212,175,55,.35); }
.ai-head strong { font: 600 12px var(--heading); }
.ai-head small { color: rgba(255,255,255,.5); font-size: 9px; text-transform: uppercase; letter-spacing: .1em; }
.ai-head button { color: rgba(255,255,255,.7); border: 0; background: transparent; }
.ai-messages { flex: 1; padding: 16px; overflow-y: auto; background: var(--canvas); }
.ai-message { width: fit-content; max-width: 86%; margin-bottom: 10px; padding: 11px 13px; border-radius: 14px; font-size: 12px; line-height: 1.55; }
.ai-message.bot { border: 1px solid var(--line); background: var(--paper); border-bottom-left-radius: 4px; }
.ai-message.user { margin-left: auto; color: #111; background: var(--gold); border-bottom-right-radius: 4px; }
.ai-quick { display: flex; gap: 6px; padding: 10px 12px; overflow-x: auto; border-top: 1px solid var(--line); }
.ai-quick button { flex: 0 0 auto; padding: 7px 10px; color: var(--ink); border: 1px solid var(--line); background: transparent; border-radius: 99px; font-size: 9px; font-weight: 700; }
.ai-form { display: flex; padding: 10px; gap: 8px; border-top: 1px solid var(--line); }
.ai-form input { min-width: 0; flex: 1; padding: 10px 12px; color: var(--ink); border: 1px solid var(--line); outline: 0; background: var(--canvas); border-radius: 10px; font-size: 12px; }
.ai-form input:focus { border-color: var(--gold); }
.ai-form button { display: grid; width: 40px; place-items: center; color: #111; border: 0; background: var(--gold); border-radius: 10px; }

/* Inner pages */
.page-hero { position: relative; min-height: 610px; padding: 190px 0 100px; overflow: hidden; color: #fff; background: #0b0b0c; }
.page-hero::before { position: absolute; inset: 0; content: ""; opacity: .3; background-image: linear-gradient(rgba(255,255,255,.06) 1px, transparent 1px),linear-gradient(90deg,rgba(255,255,255,.06) 1px,transparent 1px); background-size: 64px 64px; mask-image: linear-gradient(130deg,#000,transparent 70%); }
.page-hero::after { position: absolute; top: -45%; right: -10%; width: 650px; height: 650px; content: ""; opacity: .18; background: var(--gold); filter: blur(120px); border-radius: 50%; }
.page-hero .container { position: relative; z-index: 2; }
.page-hero .eyebrow { margin-bottom: 22px; }
.page-hero h1 { max-width: 1050px; margin: 0; font: 600 clamp(3.7rem, 8vw, 7.8rem)/.95 var(--heading); letter-spacing: -.07em; }
.page-hero h1 span { color: transparent; -webkit-text-stroke: 1px var(--gold); }
.page-hero p { max-width: 720px; margin: 32px 0 0; color: rgba(255,255,255,.58); font-size: 1.14rem; }
.breadcrumb-executive { display: flex; gap: 8px; margin-bottom: 26px; color: rgba(255,255,255,.38); font-size: 10px; letter-spacing: .1em; text-transform: uppercase; }
.breadcrumb-executive a { color: var(--gold-soft); }
.inner-section { padding: 115px 0; }
.inner-section.alt { background: var(--canvas); }
.content-card { height: 100%; padding: 30px; color: var(--ink); border: 1px solid var(--line); background: var(--paper); border-radius: 20px; transition: .3s ease; }
.content-card:hover { border-color: rgba(212,175,55,.5); box-shadow: var(--shadow); transform: translateY(-5px); }
.content-card h2, .content-card h3 { font-family: var(--heading); letter-spacing: -.035em; }
.content-card p { color: var(--muted); }
.detail-badge { display: inline-flex; margin-bottom: 18px; padding: 7px 10px; color: #111; background: var(--gold); border-radius: 99px; font-size: 9px; font-weight: 800; letter-spacing: .08em; text-transform: uppercase; }
.portrait-card { position: relative; min-height: 650px; overflow: hidden; border-radius: 26px; }
.portrait-card img { width: 100%; height: 100%; object-fit: cover; }
.portrait-card::after { position: absolute; inset: 0; content: ""; background: linear-gradient(0deg, rgba(0,0,0,.55), transparent 50%); }
.portrait-caption { position: absolute; z-index: 2; right: 28px; bottom: 28px; left: 28px; color: #fff; }
.portrait-caption strong { display: block; font: 600 1.2rem var(--heading); }
.portrait-caption span { color: rgba(255,255,255,.58); font-size: 11px; text-transform: uppercase; letter-spacing: .09em; }
.values-grid { display: grid; grid-template-columns: repeat(2,1fr); gap: 15px; }
.value-card { padding: 25px; border: 1px solid var(--line); border-radius: 18px; }
.value-card span { color: var(--gold-dark); font: 600 2rem var(--heading); }
.value-card h3 { margin: 20px 0 8px; font: 600 1.1rem var(--heading); }
.value-card p { margin: 0; color: var(--muted); font-size: 13px; }
.company-detail-hero { min-height: 520px; }
.company-detail-mark { display: grid; width: 90px; height: 90px; margin-bottom: 26px; place-items: center; color: #111; background: var(--gold); border-radius: 24px; font: 700 1.6rem var(--heading); }
.company-detail-logo { max-width: 420px; aspect-ratio: 4/3; margin-bottom: 32px; overflow: hidden; border: 1px solid var(--line); background: #fff; border-radius: 24px; box-shadow: var(--shadow); }
.company-detail-logo img { width: 100%; height: 100%; object-fit: cover; object-position: center top; }
.project-list-large .project-card { margin-bottom: 24px; }
.article-list { display: grid; gap: 12px; }
.article-list a { display: grid; grid-template-columns: 120px 1fr auto; gap: 28px; align-items: center; padding: 24px; border: 1px solid var(--line); border-radius: 18px; transition: .25s ease; }
.article-list a:hover { border-color: var(--gold); background: rgba(212,175,55,.05); transform: translateX(5px); }
.article-list .article-index { color: var(--gold-dark); font: 600 2.2rem var(--heading); }
.article-list h2 { margin: 0 0 5px; font: 600 1.2rem var(--heading); letter-spacing: -.03em; }
.article-list p { margin: 0; color: var(--muted); font-size: 13px; }
.article-list i { color: var(--gold-dark); }
.contact-panel { padding: clamp(28px,5vw,55px); border: 1px solid var(--line); background: var(--paper); border-radius: 26px; box-shadow: var(--shadow); }
.form-label { color: var(--muted); font-size: 10px; font-weight: 700; letter-spacing: .1em; text-transform: uppercase; }
.form-control, .form-select { min-height: 54px; color: var(--ink); border: 1px solid var(--line); background: var(--canvas); border-radius: 12px; }
textarea.form-control { min-height: 140px; }
.form-control:focus, .form-select:focus { color: var(--ink); border-color: var(--gold); background: var(--paper); box-shadow: 0 0 0 4px rgba(212,175,55,.1); }
.contact-direct { display: grid; gap: 12px; }
.contact-direct a { display: flex; align-items: center; gap: 15px; padding: 17px; border: 1px solid var(--line); border-radius: 14px; transition: .2s ease; }
.contact-direct a:hover { border-color: var(--gold); transform: translateX(4px); }
.contact-direct i { display: grid; width: 42px; height: 42px; place-items: center; color: #111; background: var(--gold); border-radius: 50%; }
.contact-direct strong, .contact-direct span { display: block; }
.contact-direct strong { font: 600 12px var(--heading); }
.contact-direct span { color: var(--muted); font-size: 11px; }
.map-embed { display: grid; min-height: 390px; place-items: center; text-align: center; overflow: hidden; color: #fff; background: radial-gradient(circle at 65% 40%, rgba(212,175,55,.3), transparent 30%), #111; border-radius: 22px; }
.map-embed i { display: block; margin-bottom: 10px; color: var(--gold); font-size: 3rem; }
.map-embed strong { font: 600 1.5rem var(--heading); }
.map-embed p { color: rgba(255,255,255,.48); }
.profile-sheet { max-width: 980px; margin: 60px auto; padding: 60px; border: 1px solid var(--line); background: var(--paper); box-shadow: var(--shadow); }

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

@keyframes pulseDot { 0%,100% { box-shadow: 0 0 0 4px rgba(212,175,55,.1); } 50% { box-shadow: 0 0 0 8px rgba(212,175,55,.03); } }
@keyframes marquee { to { transform: translateX(-50%); } }
@keyframes rotateRing { to { transform: rotate(360deg); } }

@media (max-width: 1199px) {
  .navbar-nav { gap: 0; }
  .executive-nav .nav-link { padding-inline: 8px !important; }
  .hero-portrait-wrap { left: 16%; }
  .hero-portrait-wrap::after { background: linear-gradient(90deg,#080909 0%,rgba(8,9,9,.95) 22%,rgba(8,9,9,.35) 58%,rgba(8,9,9,.12)); }
  .company-grid { grid-template-columns: repeat(3,1fr); }
}

@media (max-width: 991px) {
  .section-space { padding: 100px 0; }
  .nav-shell { padding: 9px 11px; }
  .navbar-collapse { margin: 12px 0 2px; padding: 12px; border-top: 1px solid rgba(255,255,255,.1); }
  .executive-nav .nav-link { padding: 9px !important; }
  .executive-nav .nav-link.active::after { display: none; }
  .hero-section { min-height: 850px; }
  .hero-copy { padding-top: 135px; }
  .hero-copy h1 { font-size: clamp(4.5rem,15vw,7.2rem); }
  .hero-portrait-wrap { inset: 0 -32% 0 0; opacity: .58; }
  .hero-portrait-wrap::after { background: linear-gradient(90deg,#080909 0%,rgba(8,9,9,.85) 38%,rgba(8,9,9,.18)),linear-gradient(0deg,#080909 0%,transparent 45%,rgba(8,9,9,.1)); }
  .company-grid { grid-template-columns: repeat(2,1fr); }
  .project-card, .project-card:nth-child(1), .project-card:nth-child(2) { grid-column: span 6; }
  .journey-track { min-width: 920px; }
  .journey-section .container { overflow-x: auto; }
  .global-layout { grid-template-columns: 1fr; }
  .global-copy { max-width: 760px; }
  .global-network-stage { min-height: 620px; }
  .footer-cta { align-items: flex-start; flex-direction: column; }
  .page-hero { min-height: 520px; padding-top: 170px; }
}

@media (max-width: 767px) {
  body { font-size: 15px; }
  .section-space { padding: 82px 0; }
  .container { padding-inline: 20px; }
  .executive-nav { top: 8px; padding-inline: 8px; }
  .brand-signature { font-size: 1.85rem; }
  .hero-section { min-height: 800px; }
  .hero-copy { padding-top: 100px; }
  .hero-copy h1 { font-size: clamp(4.2rem,22vw,6.4rem); }
  .hero-role { flex-wrap: wrap; gap: 7px; max-width: 320px; font-size: 10px; }
  .hero-role span { width: 10px; }
  .hero-intro { max-width: 92%; font-size: .98rem; }
  .hero-actions { align-items: flex-start; flex-direction: column; }
  .hero-actions .btn { width: 100%; max-width: 300px; }
  .hero-proof { margin-top: 26px; }
  .hero-portrait-wrap { right: -84%; left: -16%; }
  .hero-portrait-wrap img { object-position: 68% center; }
  .hero-portrait-wrap::after { background: linear-gradient(90deg,#080909 0%,rgba(8,9,9,.82) 45%,rgba(8,9,9,.15)),linear-gradient(0deg,#080909 0%,transparent 55%,rgba(8,9,9,.25)); }
  .hero-side-label, .scroll-cue { display: none; }
  .section-head { align-items: flex-start; flex-direction: column; margin-bottom: 38px; }
  .display-heading { font-size: 2.55rem; }
  .impact-dashboard { margin-top: 55px; border-radius: 22px; }
  .impact-dashboard-head { min-height: 66px; }
  .impact-dashboard-head p { display: none; }
  .impact-metrics { grid-template-columns: repeat(2,1fr); }
  .impact-metric { min-height: 220px; padding: 20px; }
  .impact-metric-featured { grid-column: 1 / -1; grid-row: 1; min-height: 250px; }
  .impact-pillars { grid-template-columns: 1fr; }
  .impact-pillar { min-height: 96px; }
  .company-grid { grid-template-columns: 1fr; }
  .company-card { min-height: 0; }
  .expertise-row { grid-template-columns: 28px 44px 1fr; min-height: 120px; }
  .expertise-row > i { width: 42px; height: 42px; }
  .expertise-row p, .expertise-row .row-arrow { display: none; }
  .project-showcase { display: block; }
  .project-card { margin-bottom: 18px; }
  .project-art, .project-card:nth-child(1) .project-art, .project-card:nth-child(2) .project-art { height: 240px; }
  .philosophy-section { padding: 95px 0; }
  .global-summary { margin-bottom: 30px; }
  .global-network-stage { min-height: 690px; border-radius: 22px; }
  .global-map-image { height: 48%; object-position: 60% center; }
  .global-network-stage::after { background: linear-gradient(180deg,rgba(4,4,5,.2),rgba(4,4,5,.08) 30%,rgba(4,4,5,.96) 49%); }
  .global-map-bar { top: 12px; right: 12px; left: 12px; align-items: flex-start; flex-direction: column; gap: 6px; }
  .market-grid { right: 12px; bottom: 12px; left: 12px; grid-template-columns: repeat(2,1fr); }
  .market-card { grid-template-columns: 34px minmax(0,1fr) 18px; gap: 8px; padding: 10px; }
  .market-flag { width: 34px; height: 34px; }
  .testimonial-card { min-height: 380px; padding: 32px; }
  .footer-cta { padding-bottom: 55px; }
  .footer-main { padding: 55px 0; }
  .footer-bottom { align-items: flex-start; flex-direction: column; gap: 10px; }
  .whatsapp-float { right: 14px; bottom: 14px; width: 52px; padding: 0; justify-content: center; }
  .whatsapp-float span { display: none; }
  .ai-launcher { right: 14px; bottom: 76px; width: 46px; padding: 0; justify-content: center; }
  .ai-launcher span { display: none; }
  .ai-panel { right: 15px; bottom: 132px; }
  .page-hero { min-height: 500px; padding: 150px 0 80px; }
  .page-hero h1 { font-size: 3.9rem; }
  .inner-section { padding: 80px 0; }
  .values-grid { grid-template-columns: 1fr; }
  .portrait-card { min-height: 500px; }
  .article-list a { grid-template-columns: 50px 1fr; gap: 14px; padding: 20px; }
  .article-list a > i { display: none; }
  .article-list .article-index { font-size: 1.4rem; }
  .profile-sheet { margin: 20px auto; padding: 25px; }
}

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

@media print {
  .executive-nav, .site-footer, .whatsapp-float, .ai-launcher, .ai-panel, .no-print { display: none !important; }
  body { color: #111; background: #fff; }
  .profile-sheet { margin: 0; border: 0; box-shadow: none; }
}
