:root {
  --red: #ed111c;
  --red-dark: #c50812;
  --ink: #171719;
  --charcoal: #202024;
  --paper: #f5f3ef;
  --white: #ffffff;
  --muted: #a7a7aa;
  --line: rgba(23, 23, 25, .14);
  --pad: clamp(24px, 6vw, 92px);
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; background: var(--ink); overflow-x: clip; }
body { margin: 0; color: var(--ink); background: var(--paper); font-family: Arial, Helvetica, sans-serif; overflow-x: clip; }
body.menu-open, body.lightbox-open { overflow: hidden; }
a { color: inherit; text-decoration: none; }
button { font: inherit; }
img { display: block; max-width: 100%; }
.visually-hidden { position: absolute !important; width: 1px; height: 1px; padding: 0; margin: -1px; overflow: hidden; clip: rect(0 0 0 0); white-space: nowrap; border: 0; }

.noise { position: fixed; inset: 0; z-index: 1000; pointer-events: none; opacity: .035; background-image: url("data:image/svg+xml,%3Csvg viewBox='0 0 180 180' xmlns='http://www.w3.org/2000/svg'%3E%3Cfilter id='n'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='.9' numOctaves='3' stitchTiles='stitch'/%3E%3C/filter%3E%3Crect width='100%25' height='100%25' filter='url(%23n)' opacity='.55'/%3E%3C/svg%3E"); }
.section-pad { padding: clamp(86px, 12vw, 180px) var(--pad); position: relative; }
.eyebrow { margin: 0 0 28px; font-size: 11px; font-weight: 800; letter-spacing: .26em; }
.eyebrow.light { color: rgba(255,255,255,.65); }
.eyebrow.red { color: var(--red); }
.display { margin: 0; max-width: 920px; font-size: clamp(44px, 7.6vw, 118px); line-height: .91; letter-spacing: -.055em; text-transform: uppercase; }
.mega { margin: 0; font-size: clamp(58px, 11vw, 176px); line-height: .82; letter-spacing: -.075em; text-transform: uppercase; }
.light-text { color: #fff; }
.lead { font-size: clamp(18px, 2vw, 28px); line-height: 1.45; }
.section-number { position: absolute; top: 50px; right: var(--pad); color: #aaa; font-size: 11px; letter-spacing: .2em; }
.reveal { opacity: 0; transform: translateY(30px); transition: opacity .8s ease, transform .8s cubic-bezier(.2,.7,.2,1); }
.reveal.visible { opacity: 1; transform: translateY(0); }

.topbar { position: fixed; top: 0; left: 0; right: 0; z-index: 100; height: 88px; padding: 0 var(--pad); display: flex; align-items: center; justify-content: space-between; color: #fff; transition: background .35s, color .35s, height .35s, box-shadow .35s; }
.topbar.scrolled { height: 68px; color: var(--ink); background: rgba(245,243,239,.94); backdrop-filter: blur(14px); box-shadow: 0 1px 0 var(--line); }
.brand img { width: 116px; filter: grayscale(1) brightness(0) invert(1); transition: filter .35s, width .35s; }
.topbar.scrolled .brand img { filter: none; width: 102px; }
.top-actions { display: flex; align-items: center; gap: 42px; }
.desktop-nav { display: flex; gap: 30px; font-size: 10px; font-weight: 700; letter-spacing: .15em; text-transform: uppercase; }
.desktop-nav a { opacity: .72; transition: opacity .2s; }
.desktop-nav a:hover { opacity: 1; }
.language { display: flex; gap: 7px; align-items: center; font-size: 10px; font-weight: 700; letter-spacing: .12em; }
.lang-btn { border: 0; padding: 5px 2px; color: inherit; background: transparent; cursor: pointer; opacity: .45; }
.lang-btn.active { opacity: 1; }
.menu-button { display: none; width: 34px; height: 34px; padding: 8px 3px; border: 0; background: transparent; cursor: pointer; }
.menu-button span { display: block; height: 1px; background: currentColor; margin: 5px 0; transition: transform .3s; }
.menu-button span:last-child { width: 70%; margin-left: auto; }
.menu-open .menu-button span:first-child { transform: translateY(3px) rotate(45deg); }
.menu-open .menu-button span:last-child { width: 100%; transform: translateY(-3px) rotate(-45deg); }
.mobile-menu { position: fixed; inset: 0; z-index: 90; padding: 130px var(--pad) 42px; background: var(--red); color: #fff; transform: translateY(-102%); transition: transform .55s cubic-bezier(.7,0,.2,1); display: flex; flex-direction: column; justify-content: space-between; }
.menu-open .mobile-menu { transform: translateY(0); }
.mobile-menu nav { display: flex; flex-direction: column; }
.mobile-menu nav a { padding: 14px 0; border-bottom: 1px solid rgba(255,255,255,.25); font-size: clamp(34px, 9vw, 60px); font-weight: 800; letter-spacing: -.04em; text-transform: uppercase; }
.mobile-menu p { font-size: 10px; letter-spacing: .2em; }

.hero { position: relative; height: max(760px, 100svh); min-height: 700px; overflow: hidden; background: #111; color: #fff; }
.hero-photo { position: absolute; inset: 0; background: url('assets/site-03.jpeg') center 40% / cover no-repeat; transform: scale(1.03); animation: heroDrift 14s ease-out both; }
@keyframes heroDrift { from { transform: scale(1.14); } to { transform: scale(1.03); } }
.hero-shade { position: absolute; inset: 0; background: linear-gradient(90deg, rgba(13,13,15,.96) 0%, rgba(13,13,15,.75) 46%, rgba(13,13,15,.18) 100%), linear-gradient(0deg, rgba(0,0,0,.68), transparent 52%); }
.slash { position: absolute; background: var(--red); transform: skewX(-20deg); }
.slash-one { top: -100px; right: 18%; width: 105px; height: 54%; opacity: .94; }
.slash-two { right: 7%; bottom: -170px; width: 220px; height: 60%; opacity: .82; }
.hero-content { position: absolute; z-index: 3; left: var(--pad); top: 50%; transform: translateY(-53%); }
.hero h1 { margin: 0; max-width: 1050px; font-size: clamp(59px, 10.2vw, 164px); line-height: .82; letter-spacing: -.075em; text-transform: uppercase; }
.hero h1 .outline { color: transparent; -webkit-text-stroke: 1.5px rgba(255,255,255,.88); }
.hero-intro { margin: 34px 0 0; font-size: clamp(15px, 1.5vw, 23px); line-height: 1.5; color: rgba(255,255,255,.74); }
.hero-person { position: absolute; z-index: 4; right: var(--pad); bottom: 110px; display: flex; align-items: center; gap: 15px; }
.hero-person .rule { width: 46px; height: 2px; background: var(--red); }
.hero-person strong { font-size: 15px; }
.hero-person p { margin: 4px 0 0; color: rgba(255,255,255,.65); font-size: 11px; letter-spacing: .08em; }
.scroll-cue { position: absolute; z-index: 4; left: var(--pad); bottom: 32px; display: flex; gap: 18px; align-items: center; font-size: 9px; letter-spacing: .2em; text-transform: uppercase; }
.scroll-cue i { font-style: normal; font-size: 22px; color: var(--red); animation: down 1.6s ease-in-out infinite; }
@keyframes down { 50% { transform: translateY(7px); } }

.about { background: var(--paper); }
.about-grid { display: grid; grid-template-columns: 1.35fr .65fr; gap: 8vw; align-items: end; }
.about-copy { max-width: 590px; }
.about-copy > p { font-size: clamp(17px, 1.8vw, 25px); line-height: 1.5; }
.about-copy > p + p { color: #646468; font-size: clamp(15px, 1.3vw, 19px); }
.origin { margin-top: 40px; display: flex; align-items: center; gap: 14px; font-size: 10px; letter-spacing: .14em; text-transform: uppercase; }
.origin span { width: 34px; height: 2px; background: var(--red); }
.wide-image { position: relative; margin: clamp(70px, 10vw, 150px) 0 0; height: clamp(380px, 60vw, 810px); overflow: hidden; }
.wide-image img { width: 100%; height: 100%; object-fit: cover; object-position: center; transition: transform .8s ease; }
.wide-image:hover img { transform: scale(1.02); }
.wide-image figcaption { position: absolute; left: 0; bottom: 0; width: min(480px, 78%); padding: 25px 32px; background: var(--paper); display: flex; justify-content: space-between; gap: 30px; font-size: 10px; letter-spacing: .15em; }
.wide-image figcaption span { color: var(--red); }

.numbers { color: #fff; background: var(--red); overflow: hidden; }
.numbers::after { content: ''; position: absolute; width: 460px; height: 130%; right: -180px; top: -15%; border: 1px solid rgba(255,255,255,.18); transform: skewX(-16deg); }
.numbers-head { display: flex; justify-content: space-between; align-items: start; border-bottom: 1px solid rgba(255,255,255,.3); }
.small-note { margin: 0; font-size: 12px; color: rgba(255,255,255,.68); }
.stats { position: relative; z-index: 1; display: grid; grid-template-columns: repeat(12, 1fr); }
.stat { min-height: 310px; padding: 38px 24px 32px 0; border-bottom: 1px solid rgba(255,255,255,.28); display: flex; flex-direction: column; justify-content: space-between; }
.stat { grid-column: span 6; }
.stat:nth-child(even) { border-left: 1px solid rgba(255,255,255,.28); padding-left: 34px; }
.stat strong { font-size: clamp(94px, 15vw, 230px); line-height: .75; letter-spacing: -.09em; }
.stat span { max-width: 185px; font-size: 10px; font-weight: 700; line-height: 1.5; letter-spacing: .17em; }
.numbers-tag { margin-top: 30px; font-size: 9px; letter-spacing: .3em; color: rgba(255,255,255,.7); }

.presence { background: var(--paper); overflow: hidden; }
.presence::after { content: ''; position: absolute; right: -12%; top: 4%; width: 62%; aspect-ratio: 1; border-radius: 50%; background: repeating-radial-gradient(ellipse at center, transparent 0 22px, rgba(23,23,25,.035) 23px 24px); transform: rotate(-12deg); pointer-events: none; }
.presence-grid { display: grid; grid-template-columns: .9fr 1.1fr; gap: 9vw; align-items: center; }
.presence-copy { position: relative; z-index: 2; }
.presence-copy .lead { max-width: 590px; margin: 45px 0 60px; color: #5f5f62; }
.territories { border-top: 1px solid var(--line); }
.territories div { display: grid; grid-template-columns: 140px 1fr; padding: 20px 0; border-bottom: 1px solid var(--line); font-size: 12px; line-height: 1.6; }
.territories b { font-size: 10px; letter-spacing: .16em; }
.territories span { color: #66666a; }
.map-card { position: relative; z-index: 2; min-width: 0; }
.map-card::before { content: ''; position: absolute; z-index: -1; right: -17%; top: 14%; width: 63%; height: 62%; background: linear-gradient(150deg, rgba(237,28,36,.12), rgba(237,28,36,0)); transform: skewX(-12deg); }
.map-heading { width: min(100%, 610px); margin: 0 auto; padding-bottom: 16px; border-bottom: 1px solid var(--line); display: flex; align-items: center; justify-content: space-between; }
.map-heading span { color: var(--red); font-size: 9px; font-weight: 700; letter-spacing: .18em; }
.map-heading strong { font-size: 11px; letter-spacing: .2em; }
.map-stage { position: relative; width: min(100%, 610px); margin: 18px auto 0; background: radial-gradient(circle at 63% 44%, rgba(237,28,36,.06), transparent 29%); }
#argentina-map { display: block; width: 100%; height: auto; max-height: 820px; overflow: visible; }
.map-province { fill: #d5d2cc; stroke: var(--paper); stroke-width: 1.35; vector-effect: non-scaling-stroke; cursor: pointer; transition: fill .2s ease, opacity .2s ease, filter .2s ease; }
.map-province.has-branches { fill: #c6c3bd; }
.map-province:hover { fill: #aaa7a1; }
.map-province.active { fill: var(--red); stroke: #fff; filter: drop-shadow(0 7px 8px rgba(237,28,36,.24)); }
.map-province:focus-visible { outline: none; stroke: var(--red); stroke-width: 3; }
#argentina-map.has-selection .map-province:not(.active) { opacity: .48; }
.branch-marker { opacity: .78; pointer-events: none; transition: opacity .25s ease; }
.branch-marker .marker-halo { fill: var(--red); opacity: .15; }
.branch-marker .marker-dot { fill: var(--red); stroke: #fff; stroke-width: 1.5; vector-effect: non-scaling-stroke; }
.branch-marker .marker-stem { opacity: .28; stroke: var(--red); stroke-width: 1; stroke-dasharray: 2 2; vector-effect: non-scaling-stroke; }
.branch-marker text { opacity: 0; fill: var(--ink); stroke: var(--paper); stroke-width: 4px; paint-order: stroke; font-size: 9px; font-weight: 800; letter-spacing: .02em; transition: opacity .25s ease; }
.branch-marker.active { opacity: 1; }
.branch-marker.active text { opacity: 1; }
.branch-marker.active .marker-stem { opacity: .75; }
.branch-marker.active .marker-halo { opacity: .34; animation: markerPulse 1.5s ease-in-out infinite; transform-box: fill-box; transform-origin: center; }
.branch-marker.muted { opacity: .08; }
@keyframes markerPulse { 50% { transform: scale(1.65); opacity: .08; } }
.map-key { position: absolute; right: 2px; bottom: 36px; display: flex; align-items: center; gap: 8px; padding: 9px 11px; color: #68686c; background: rgba(245,243,239,.84); backdrop-filter: blur(8px); font-size: 8px; font-weight: 700; letter-spacing: .14em; }
.map-key i { width: 8px; height: 8px; border: 2px solid #fff; border-radius: 50%; background: var(--red); box-shadow: 0 0 0 1px var(--red); }
.map-interface { position: relative; z-index: 5; width: min(100%, 610px); margin: 2px auto 0; }
.map-hint { margin: 0 0 13px; color: #717176; font-size: 10px; letter-spacing: .12em; text-transform: uppercase; }
.branch-panel { min-height: 98px; margin-top: 18px; padding: 17px 20px 18px 23px; border-left: 4px solid var(--red); background: rgba(255,255,255,.58); backdrop-filter: blur(10px); box-shadow: 0 16px 38px rgba(23,23,25,.055); }
.branch-panel span { display: block; margin-bottom: 5px; color: #8b8987; font-size: 8px; font-weight: 700; letter-spacing: .18em; }
.branch-panel strong { display: block; font-size: 21px; }
.branch-panel p { margin: 7px 0 0; color: #5d5d61; font-size: 12px; line-height: 1.55; }
.map-source { display: block; margin-top: 12px; color: #9a9894; font-size: 7px; letter-spacing: .12em; text-transform: uppercase; }

.markets { color: #fff; background: var(--ink); display: grid; grid-template-columns: 1fr 1fr; gap: 8vw; }
.markets-head { grid-column: 1 / -1; }
.market-list { border-top: 1px solid rgba(255,255,255,.2); }
.market { position: relative; display: grid; grid-template-columns: 55px 1fr 34px; padding: 25px 10px 25px 0; border-bottom: 1px solid rgba(255,255,255,.2); cursor: pointer; transition: padding .25s, color .25s; }
.market:hover, .market.active { padding-left: 14px; color: var(--red); }
.market > span { font-size: 9px; color: #777; }
.market h3 { margin: 0; font-size: clamp(20px, 2vw, 33px); text-transform: uppercase; letter-spacing: -.03em; }
.market p { grid-column: 2; margin: 8px 0 0; color: #8f8f93; font-size: 11px; }
.market b { grid-column: 3; grid-row: 1 / 3; align-self: center; font-size: 21px; font-weight: 400; }
.market-visual { position: relative; min-height: 620px; overflow: hidden; }
.market-visual img { width: 100%; height: 100%; object-fit: cover; filter: saturate(.65) contrast(1.05); transition: opacity .25s, transform .5s; }
.market-visual.changing img { opacity: .2; transform: scale(1.025); }
.market-visual span { position: absolute; bottom: 22px; right: 24px; padding: 10px 12px; background: var(--red); font-size: 9px; letter-spacing: .16em; }

.performance { --performance-pad-y: clamp(88px, 9vw, 132px); background: var(--paper); overflow: hidden; }
.performance.section-pad { padding-top: var(--performance-pad-y); padding-bottom: var(--performance-pad-y); }
.performance::before { content: ''; position: absolute; top: -140px; right: 8%; width: 130px; height: 520px; background: rgba(237,17,28,.06); transform: skewX(-17deg); pointer-events: none; }
.performance-intro { position: relative; max-width: none; display: grid; grid-template-columns: minmax(0, 1.18fr) minmax(300px, .72fr); column-gap: clamp(46px, 7vw, 108px); align-items: end; }
.performance-intro .eyebrow { grid-column: 1 / -1; }
.performance-intro .display { grid-column: 1; margin-bottom: 0; }
.performance-intro .lead { grid-column: 2; max-width: 520px; margin: 0 0 8px; color: #626266; }
.performance-insights { display: grid; grid-template-columns: 1fr 1fr; gap: 18px; margin-top: clamp(52px, 6vw, 82px); background: transparent; }
.performance-insight { min-height: 220px; padding: clamp(28px, 3.2vw, 44px); border: 1px solid var(--line); background: var(--paper); display: grid; grid-template-columns: minmax(120px, .38fr) 1fr; gap: clamp(24px, 3vw, 42px); align-items: center; }
.performance-insight strong { font-size: clamp(62px, 7vw, 98px); line-height: .78; letter-spacing: -.075em; }
.performance-insight strong sup { color: var(--red); font-size: .35em; vertical-align: top; }
.performance-insight span { color: var(--red); font-size: 9px; font-weight: 800; letter-spacing: .18em; }
.performance-insight p { max-width: 460px; margin: 12px 0 0; color: #626266; font-size: 14px; line-height: 1.55; }
.performance-insight-red { color: #fff; background: var(--red); }
.performance-insight-red span, .performance-insight-red p { color: #fff; }
.performance-insight-red p { opacity: .78; }
.performance-explorer { margin-top: clamp(58px, 7vw, 94px); }
.performance-chart-head { display: flex; justify-content: space-between; gap: 40px; align-items: end; padding-bottom: 25px; border-bottom: 1px solid var(--line); }
.performance-chart-head > div:first-child > span { color: var(--red); font-size: 9px; font-weight: 800; letter-spacing: .2em; }
.performance-chart-head h3 { margin: 9px 0 0; font-size: clamp(28px, 4vw, 56px); letter-spacing: -.04em; text-transform: uppercase; }
.performance-legend { display: flex; flex-wrap: wrap; justify-content: end; gap: 18px 28px; padding-bottom: 6px; }
.performance-legend span, .performance-detail span { display: flex; align-items: center; gap: 8px; color: #747478; font-size: 9px; letter-spacing: .1em; text-transform: uppercase; }
.performance-legend b, .performance-detail b { font-weight: 700; }
.legend-units, .legend-revenue { display: inline-block; flex: 0 0 auto; }
.legend-units { width: 12px; height: 12px; background: var(--ink); }
.legend-revenue { width: 18px; height: 3px; background: var(--red); }
.performance-tabs { display: flex; overflow-x: auto; border-bottom: 1px solid var(--line); scrollbar-width: none; }
.performance-tabs::-webkit-scrollbar { display: none; }
.performance-tabs button { flex: 1 0 auto; padding: 18px 24px; border: 0; border-right: 1px solid var(--line); color: #737377; background: transparent; cursor: pointer; font-size: 9px; font-weight: 800; letter-spacing: .15em; text-transform: uppercase; transition: color .2s, background .2s; }
.performance-tabs button:first-child { border-left: 1px solid var(--line); }
.performance-tabs button:hover { color: var(--ink); }
.performance-tabs button.active { color: #fff; background: var(--ink); }
.performance-tabs button:focus-visible { outline: 2px solid var(--red); outline-offset: -2px; }
.performance-chart-stage { position: relative; width: 100%; min-height: 410px; margin-top: 34px; }
#performance-chart { display: block; width: 100%; height: auto; overflow: visible; }
.performance-grid { stroke: rgba(23,23,25,.12); stroke-width: 1; vector-effect: non-scaling-stroke; }
.performance-axis-label { fill: #77777b; font-size: 10px; font-weight: 700; }
.performance-axis-title { fill: #96969a; font-size: 8px; font-weight: 800; letter-spacing: .12em; }
.performance-bar { fill: var(--ink); transition: opacity .2s; }
.performance-bar-secondary { fill: #99999d; }
.performance-revenue-line { fill: none; stroke: var(--red); stroke-width: 4; stroke-linecap: round; stroke-linejoin: round; vector-effect: non-scaling-stroke; }
.performance-revenue-point { fill: var(--paper); stroke: var(--red); stroke-width: 3; vector-effect: non-scaling-stroke; }
.performance-year { fill: #77777b; font-size: 10px; font-weight: 700; }
.performance-year-hit { fill: transparent; cursor: pointer; }
.performance-year-hit:focus { outline: none; }
.performance-year-hit:focus-visible + .performance-focus-ring { opacity: 1; }
.performance-focus-ring { fill: none; stroke: var(--red); stroke-width: 2; opacity: 0; pointer-events: none; }
.performance-guide { stroke: var(--red); stroke-width: 1; stroke-dasharray: 3 4; opacity: .5; vector-effect: non-scaling-stroke; }
.performance-selected-dot { fill: var(--red); stroke: var(--paper); stroke-width: 2; vector-effect: non-scaling-stroke; }
.performance-event { stroke: var(--red); stroke-width: 1.5; stroke-dasharray: 5 5; opacity: .75; vector-effect: non-scaling-stroke; }
.performance-event-label { fill: var(--red); font-size: 8px; font-weight: 800; letter-spacing: .09em; }
.performance-detail { display: flex; flex-wrap: wrap; align-items: center; gap: 16px 34px; min-height: 68px; padding: 18px 0; border-top: 1px solid var(--line); border-bottom: 1px solid var(--line); }
.performance-detail > strong { min-width: 88px; font-size: 27px; letter-spacing: -.04em; }
.performance-detail em { margin-left: 5px; color: var(--ink); font-size: 13px; font-style: normal; font-weight: 800; letter-spacing: 0; }
.performance-source { margin: 14px 0 0; color: #96969a; font-size: 8px; letter-spacing: .1em; text-transform: uppercase; }
.performance-opportunity { margin: clamp(64px, 8vw, 104px) calc(var(--pad) * -1) calc(var(--performance-pad-y) * -1); padding: clamp(58px, 7vw, 88px) var(--pad); color: #fff; background: var(--ink); display: grid; grid-template-columns: minmax(190px, .32fr) minmax(0, 1fr); gap: clamp(42px, 7vw, 110px); align-items: start; }
.performance-opportunity > span { color: var(--red); font-size: 9px; font-weight: 800; letter-spacing: .2em; }
.performance-opportunity-copy { min-width: 0; }
.performance-opportunity h3 { margin: 0; max-width: 900px; font-size: clamp(40px, 5.5vw, 76px); line-height: .92; letter-spacing: -.05em; text-transform: uppercase; }
.performance-opportunity p { max-width: 670px; margin: 22px 0 0; color: #a9a9ad; font-size: clamp(16px, 1.45vw, 21px); line-height: 1.5; }

.infrastructure { background: #fff; overflow: hidden; }
.infra-title.section-pad { padding-top: clamp(78px, 8vw, 118px); padding-bottom: clamp(52px, 6vw, 82px); display: grid; grid-template-columns: minmax(0, 1.18fr) minmax(280px, .68fr); column-gap: clamp(44px, 7vw, 110px); align-items: end; }
.infra-title .eyebrow { grid-column: 1 / -1; }
.infra-title .mega { grid-column: 1; margin-bottom: 0; }
.infra-title .lead { grid-column: 2; max-width: 470px; margin: 0 0 8px; color: #656569; }
.photo-story { padding: 0 var(--pad) 90px; display: grid; grid-template-columns: repeat(12, 1fr); gap: 24px; align-items: start; }
.photo-story figure { position: relative; margin: 0; overflow: hidden; background: #ddd; }
.photo-story img { width: 100%; height: 100%; object-fit: cover; transition: transform .8s ease; }
.photo-story figure:hover img { transform: scale(1.025); }
.photo-open { position: absolute; z-index: 3; top: 16px; right: 16px; width: 42px; height: 42px; padding: 0; border: 0; border-radius: 50%; color: #fff; background: rgba(18,18,20,.78); backdrop-filter: blur(8px); display: grid; place-items: center; cursor: pointer; font-size: 18px; transition: color .2s, background .2s, transform .2s; }
.photo-open:hover { color: #fff; background: var(--red); transform: translateY(-2px); }
.photo-open:focus-visible { outline: 2px solid #fff; outline-offset: 3px; }
.lightbox { position: fixed; z-index: 1200; inset: 0; padding: max(22px, env(safe-area-inset-top)) max(18px, env(safe-area-inset-right)) max(22px, env(safe-area-inset-bottom)) max(18px, env(safe-area-inset-left)); background: rgba(8,8,10,.96); display: grid; place-items: center; opacity: 0; visibility: hidden; pointer-events: none; transition: opacity .25s ease, visibility .25s ease; }
.lightbox.open { opacity: 1; visibility: visible; pointer-events: auto; }
.lightbox img { width: auto; height: auto; max-width: min(1160px, 94vw); max-height: 82dvh; object-fit: contain; box-shadow: 0 24px 80px rgba(0,0,0,.4); }
.lightbox-close { position: absolute; z-index: 2; top: max(16px, env(safe-area-inset-top)); right: max(16px, env(safe-area-inset-right)); width: 48px; height: 48px; padding: 0; border: 1px solid rgba(255,255,255,.42); border-radius: 50%; color: #fff; background: rgba(23,23,25,.78); cursor: pointer; font-size: 34px; font-weight: 300; line-height: 1; display: grid; place-items: center; transition: background .2s, transform .2s; }
.lightbox-close:hover { background: var(--red); transform: rotate(4deg); }
.lightbox-close:focus-visible { outline: 2px solid #fff; outline-offset: 3px; }
.photo-large { grid-column: 1 / 8; height: 570px; }
.photo-tall { grid-column: 8 / 13; height: 570px; margin-top: 90px !important; }
.photo-wide { grid-column: 1 / 6; height: 460px; margin-top: -45px !important; }
.photo-rebuild { grid-column: 6 / 13; height: 460px; margin-top: 15px !important; }
.photo-story figcaption { position: absolute; left: 0; bottom: 0; padding: 18px 24px; color: #fff; background: rgba(18,18,20,.88); display: flex; gap: 24px; font-size: 10px; letter-spacing: .17em; }
.photo-story figcaption b { color: var(--red); }
.capability-strip { display: flex; align-items: center; gap: 28px; padding: 28px var(--pad); color: #fff; background: var(--red); white-space: nowrap; overflow: hidden; font-size: 10px; font-weight: 700; letter-spacing: .17em; }
.capability-strip i { width: 5px; height: 5px; background: #fff; transform: rotate(45deg); flex: 0 0 auto; }

.partnerships { background: var(--paper); min-height: 0; }
.partnerships.section-pad { padding-top: clamp(78px, 8vw, 118px); padding-bottom: clamp(78px, 8vw, 118px); }
.partner-intro { max-width: 1050px; }
.partner-intro .lead { max-width: 750px; margin: 36px 0 50px; color: #66666a; }
.partner-logos { display: grid; grid-template-columns: repeat(5, 1fr); gap: 1px; padding: 1px; background: var(--line); }
.partner-logos div { min-width: 0; min-height: 148px; padding: 28px 22px; background: var(--paper); display: flex; align-items: center; justify-content: center; }
.partner-logos img { display: block; width: auto; height: auto; max-width: 82%; max-height: 64px; object-fit: contain; }
.partner-logos div:nth-child(6) img { width: 68%; max-width: 68%; max-height: 68px; }
.legal-note { margin: 20px 0 0; color: #888; font-size: 9px; letter-spacing: .1em; }

.contact { color: #fff; background: var(--ink); }
.contact-grid { display: grid; grid-template-columns: .78fr 1.22fr; gap: 8vw; align-items: center; }
.portrait-photo { position: relative; height: min(760px, 75vw); min-height: 560px; margin: 0; overflow: hidden; background: #29292d; }
.portrait-photo::before { content: ''; position: absolute; z-index: 2; inset: 0; background: linear-gradient(180deg, transparent 62%, rgba(8,8,10,.86)); pointer-events: none; }
.portrait-photo::after { content: ''; position: absolute; z-index: 2; right: -48px; bottom: -90px; width: 105px; height: 44%; background: var(--red); transform: skewX(-17deg); opacity: .9; pointer-events: none; }
.portrait-photo img { width: 100%; height: 100%; object-fit: cover; object-position: center 30%; filter: saturate(.88) contrast(1.04); }
.portrait-photo figcaption { position: absolute; z-index: 3; left: 24px; right: 24px; bottom: 23px; display: flex; flex-direction: column; gap: 5px; }
.portrait-photo figcaption span { font-size: 15px; font-weight: 800; letter-spacing: .04em; }
.portrait-photo figcaption b { color: rgba(255,255,255,.64); font-size: 8px; letter-spacing: .18em; }
.contact-name { margin: 50px 0; display: flex; flex-direction: column; gap: 7px; }
.contact-name strong { font-size: clamp(24px, 3vw, 45px); }
.contact-name span { color: #aaa; font-size: 14px; }
.contact-details { margin-top: 20px; display: flex; flex-direction: column; gap: 10px; }
.contact-details a { display: flex; align-items: center; gap: 9px; color: #a8a8ac; font-size: 11px; letter-spacing: .04em; transition: color .2s; }
.contact-details a:hover { color: #fff; }
.contact-details svg { width: 14px; height: 14px; fill: none; stroke: currentColor; stroke-width: 1.8; stroke-linecap: round; stroke-linejoin: round; flex: 0 0 auto; }
.contact-details span { color: inherit; font-size: inherit; }
.contact-links { display: grid; grid-template-columns: 1fr 1fr; }
.contact-links a { display: flex; justify-content: space-between; padding: 22px 4px; color: #fff; background: transparent; border-top: 1px solid rgba(255,255,255,.25); cursor: pointer; font-size: 10px; letter-spacing: .17em; text-align: left; }
.contact-links a:nth-child(odd) { margin-right: 24px; }
.contact-links a:hover { color: var(--red); }

footer { color: #fff; background: var(--red); padding: 70px var(--pad) 24px; }
.footer-main { display: grid; grid-template-columns: 1fr 1fr; align-items: end; min-height: 330px; }
.footer-main img { width: min(440px, 80%); filter: grayscale(1) brightness(0) invert(1); }
.footer-main p { grid-column: 1; margin: 20px 0 0; font-size: 12px; letter-spacing: .12em; text-transform: uppercase; }
.footer-links { grid-column: 2; grid-row: 1 / 3; display: flex; flex-direction: column; align-self: stretch; justify-content: end; }
.footer-links a, .footer-links button { padding: 18px 0; border: 0; border-top: 1px solid rgba(255,255,255,.35); color: #fff; background: transparent; text-align: left; cursor: pointer; font-size: 11px; letter-spacing: .15em; text-transform: uppercase; }
.footer-links a::after, .footer-links button::after { content: '↗'; float: right; }
.footer-bottom { margin-top: 80px; padding-top: 20px; border-top: 1px solid rgba(255,255,255,.4); display: flex; justify-content: space-between; font-size: 8px; letter-spacing: .2em; }

.toast { position: fixed; z-index: 300; left: 50%; bottom: 28px; max-width: calc(100vw - 32px); padding: 14px 18px; color: #fff; background: #111; font-size: 11px; letter-spacing: .06em; transform: translate(-50%, 30px); opacity: 0; pointer-events: none; transition: opacity .3s, transform .3s; box-shadow: 0 10px 40px rgba(0,0,0,.24); }
.toast.show { opacity: 1; transform: translate(-50%, 0); }

@media (max-width: 960px) {
  .desktop-nav { display: none; }
  .menu-button { display: block; }
  .top-actions { gap: 20px; }
  .about-grid, .presence-grid, .contact-grid { grid-template-columns: 1fr; }
  .about-copy { margin-top: 55px; }
  .presence-copy { order: 1; }
  .map-card { order: 0; }
  .markets { grid-template-columns: 1fr; }
  .market-visual { min-height: 520px; }
  .performance-intro { grid-template-columns: 1fr; }
  .performance-intro .eyebrow, .performance-intro .display, .performance-intro .lead { grid-column: 1; }
  .performance-intro .lead { max-width: 680px; margin: 34px 0 0 18%; }
  .performance-insights { grid-template-columns: 1fr; }
  .performance-opportunity { grid-template-columns: 1fr; gap: 36px; }
  .photo-large { height: 520px; }.photo-tall { height: 560px; }
  .partner-logos { grid-template-columns: repeat(3, 1fr); }
  .contact-grid { gap: 70px; }.portrait-photo { width: 75%; }
}

@media (max-width: 640px) {
  :root { --pad: 22px; }
  .section-pad { padding-top: 92px; padding-bottom: 92px; }
  .topbar { height: 72px; }.topbar.scrolled { height: 62px; }
  .brand img { width: 88px; }.topbar.scrolled .brand img { width: 82px; }
  .hero { min-height: 720px; }
  .hero-photo { background-position: 48% center; }
  .hero-shade { background: linear-gradient(90deg, rgba(10,10,12,.95), rgba(10,10,12,.38)), linear-gradient(0deg, rgba(0,0,0,.8), transparent 60%); }
  .slash-one { width: 42px; right: 14%; height: 48%; }.slash-two { width: 95px; right: -8%; bottom: -130px; }
  .hero-content { top: 47%; right: var(--pad); width: auto; max-width: calc(100% - (var(--pad) * 2)); transform: translateY(-50%); }
  .hero h1 { max-width: 100%; font-size: clamp(50px, 15.5vw, 66px); line-height: .92; letter-spacing: -.06em; }
  .hero h1 .outline { -webkit-text-stroke-width: 1px; }
  html[lang="es"] .hero h1 .outline { display: inline-block; max-width: 100%; font-size: .82em; line-height: 1; letter-spacing: -.045em; }
  html[lang="zh-CN"] .hero h1 { font-size: clamp(54px, 17vw, 72px); line-height: .9; }
  .hero-intro { margin-top: 28px; font-size: 14px; }
  .hero-person { left: var(--pad); right: auto; bottom: 92px; }
  .scroll-cue { bottom: 24px; }
  .display { font-size: clamp(46px, 14.5vw, 72px); }
  .mega { font-size: clamp(62px, 19vw, 94px); }
  .wide-image { margin-left: calc(var(--pad) * -1); margin-right: calc(var(--pad) * -1); height: 520px; }
  .wide-image img { object-position: 52% center; }
  .wide-image figcaption { padding: 18px 20px; flex-direction: column; gap: 7px; }
  .numbers-head { flex-direction: column; padding-bottom: 22px; }
  .stats { grid-template-columns: 1fr 1fr; }
  .stat { grid-column: span 1 !important; min-height: 230px; padding: 28px 15px 24px 0; }
  .stat:nth-child(even) { border-left: 1px solid rgba(255,255,255,.28); padding-left: 18px; }
  .stat strong { font-size: 25vw; }
  .stat span { font-size: 8px; }
  .presence-copy .lead { margin: 32px 0 45px; }
  .territories div { grid-template-columns: 95px 1fr; }
  .map-card { margin: 0 calc(var(--pad) * -1); padding: 0 12px; }
  .map-heading, .map-stage { width: min(100%, 520px); }
  .map-interface { width: min(100%, 520px); margin-top: 0; padding: 0 10px; }
  .map-hint { font-size: 9px; }
  .branch-panel { min-height: 105px; margin-top: 14px; }
  .markets { gap: 55px; }
  .market { grid-template-columns: 36px 1fr 25px; padding-top: 20px; padding-bottom: 20px; }
  .market h3 { font-size: 20px; }
  .market-visual { min-height: 440px; margin: 0 calc(var(--pad) * -1) calc(var(--pad) * -1); }
  .performance-intro { display: block; }
  .performance-intro .lead { margin: 30px 0 0; }
  .performance-insight { min-height: 250px; grid-template-columns: 1fr; gap: 28px; }
  .performance-insight strong { font-size: 82px; }
  .performance-chart-head { align-items: start; flex-direction: column; gap: 20px; }
  .performance-legend { justify-content: start; }
  .performance-tabs { margin-right: calc(var(--pad) * -1); }
  .performance-tabs button { padding: 16px 19px; }
  .performance-chart-stage { min-height: 350px; margin-top: 20px; }
  .performance-detail { align-items: flex-start; gap: 13px 22px; }
  .performance-detail > strong { flex: 0 0 100%; }
  .performance-detail span { align-items: flex-start; flex-direction: column; gap: 6px; }
  .performance-detail span i { margin-bottom: 2px; }
  .performance-detail em { margin-left: 0; }
  .performance-opportunity { gap: 28px; }
  .infra-title.section-pad { display: block; padding-top: 78px; padding-bottom: 50px; }
  .infra-title .lead { margin: 30px 0 0; }
  .photo-story { grid-template-columns: 1fr; padding: 0 0 72px; gap: 10px; }
  .photo-large, .photo-tall, .photo-wide, .photo-rebuild { height: 420px; width: 100%; margin: 0 !important; grid-column: auto; }
  .photo-tall { height: 390px; }.photo-wide { height: 360px; }
  .photo-rebuild { height: auto; display: flex; flex-direction: column; background: #e8e6e1; }
  .photo-rebuild img { height: auto; object-fit: contain; transform: none !important; }
  .photo-rebuild figcaption { position: static; min-height: 58px; align-items: center; }
  .photo-open { top: 12px; right: 12px; width: 44px; height: 44px; }
  .capability-strip { overflow-x: auto; gap: 18px; }
  .partner-logos { grid-template-columns: repeat(2, 1fr); }
  .partner-intro .display { font-size: 12.4vw; }
  .partner-logos div { min-height: 128px; padding: 25px 16px; }
  .partner-logos img { max-width: 88%; max-height: 55px; }
  .portrait-photo { width: 100%; height: 590px; min-height: 0; }
  .contact-content { min-width: 0; }
  .contact .mega { max-width: 100%; font-size: clamp(46px, 13.8vw, 60px); line-height: .92; letter-spacing: -.055em; }
  html[lang="zh-CN"] .contact .mega { font-size: clamp(40px, 11vw, 52px); line-height: 1.05; letter-spacing: -.035em; }
  .contact-links { grid-template-columns: 1fr; }
  .contact-links a:nth-child(odd) { margin-right: 0; }
  .footer-main { grid-template-columns: 1fr; gap: 50px; }
  .footer-main img { width: 72%; }
  .footer-links { grid-column: 1; grid-row: auto; }
  .footer-bottom { margin-top: 55px; gap: 20px; }
}

@media (max-width: 380px) {
  :root { --pad: 20px; }
  .hero h1 { font-size: clamp(46px, 14.8vw, 58px); }
  .contact .mega { font-size: clamp(43px, 13vw, 52px); }
}

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