:root {
  --black: #050505;
  --ink: #0a0a0a;
  --panel: #111111;
  --panel-2: #181818;
  --gold: #d6a534;
  --gold-soft: #e1bd65;
  --white: #f5f4f0;
  --muted: #a3a3a0;
  --line: rgba(255,255,255,.14);
  --max: 1280px;
  --pad: clamp(1.25rem, 4vw, 4.5rem);
}

@view-transition { navigation: auto; }

* { box-sizing: border-box; }
html { scroll-behavior: smooth; background: var(--black); }
body { margin: 0; color: var(--ink); background: var(--white); font-family: "Helvetica Neue", Helvetica, Arial, sans-serif; font-size: 1rem; line-height: 1.55; -webkit-font-smoothing: antialiased; }
img { display: block; max-width: 100%; }
a { color: inherit; text-decoration: none; }
button { font: inherit; }
::selection { background: var(--gold); color: var(--black); }
.sr-only { position: absolute; width: 1px; height: 1px; padding: 0; margin: -1px; overflow: hidden; clip: rect(0,0,0,0); white-space: nowrap; border: 0; }
a:focus-visible, button:focus-visible { outline: 2px solid var(--gold); outline-offset: 4px; }

.page-progress { position: fixed; inset: 0 0 auto; z-index: 100; height: 3px; background: transparent; }
.page-progress span { display: block; width: 0; height: 100%; background: var(--gold); }

.site-header { position: fixed; z-index: 90; top: 0; left: 0; right: 0; display: flex; align-items: center; justify-content: space-between; height: 6.25rem; padding: 0 var(--pad); color: white; background: linear-gradient(to bottom, rgba(0,0,0,.82), rgba(0,0,0,0)); transition: height .25s ease, background .25s ease, border .25s ease; }
.site-header.scrolled { height: 5.4rem; background: rgba(5,5,5,.94); border-bottom: 1px solid rgba(255,255,255,.08); backdrop-filter: blur(12px); }
.brand { display: flex; align-items: center; width: 12.7rem; min-height: 0; overflow: visible; }
.brand img { width: 100%; height: auto; max-height: 5.1rem; object-fit: contain; object-position: center; }
.site-nav { display: flex; align-items: center; gap: clamp(1rem, 2.4vw, 2.4rem); font-size: .78rem; line-height: 1; text-transform: uppercase; letter-spacing: .13em; }
.site-nav a:not(.nav-contact) { color: #d2d2cf; transition: color .2s ease; }
.site-nav a:hover, .site-nav a:focus-visible { color: var(--gold); }
.site-nav a.active { color: var(--gold); }
.nav-contact { padding: .85rem 1.1rem; color: #090909; background: var(--gold); font-weight: 700; }
.menu-toggle { display: none; border: 0; background: none; color: white; padding: .6rem; }
.menu-toggle > span:not(.sr-only) { display: block; width: 1.55rem; height: 1px; margin: .33rem 0; background: currentColor; }

.hero { position: relative; min-height: 100svh; padding: clamp(8rem, 15vh, 11rem) var(--pad) 9rem; color: white; background: var(--black); overflow: hidden; display: grid; grid-template-columns: minmax(0, 1.05fr) minmax(23rem, .95fr); grid-template-rows: 1fr auto; gap: 2rem 5vw; align-items: center; }
.hero::after { content: ""; position: absolute; inset: 0; pointer-events: none; background-image: linear-gradient(rgba(255,255,255,.035) 1px, transparent 1px), linear-gradient(90deg, rgba(255,255,255,.035) 1px, transparent 1px); background-size: 5.5rem 5.5rem; mask-image: linear-gradient(to right, black, transparent 65%); }
.hero-copy, .hero-visual, .hero-index, .scroll-cue { position: relative; z-index: 1; }
.eyebrow { margin: 0 0 2rem; color: #c9c9c6; font-size: clamp(.68rem, .8vw, .78rem); text-transform: uppercase; letter-spacing: .22em; }
.eyebrow i { display: inline-block; width: .25rem; height: .25rem; margin: 0 .65rem .12rem; border-radius: 50%; background: var(--gold); }
.eyebrow.gold { color: var(--gold); margin-bottom: 1.2rem; }
h1, h2, h3, p { margin-top: 0; }
h1 { max-width: 12ch; margin-bottom: 2rem; font-size: clamp(3.5rem, 7.6vw, 8.4rem); line-height: .84; letter-spacing: -.075em; text-transform: uppercase; font-weight: 800; }
h1 em, h2 em { color: var(--gold); font-style: normal; font-weight: inherit; }
.hero-intro { max-width: 41rem; color: #b9b9b5; font-size: clamp(1.05rem, 1.35vw, 1.3rem); line-height: 1.6; }
.hero-actions { display: flex; align-items: center; gap: 2rem; margin-top: 2.5rem; }
.button { display: inline-flex; align-items: center; justify-content: space-between; min-width: 14rem; gap: 1.5rem; padding: 1rem 1.15rem; text-transform: uppercase; letter-spacing: .1em; font-size: .73rem; font-weight: 750; transition: transform .2s ease, background .2s ease; }
.button:hover { transform: translateY(-2px); }
.button-gold { background: var(--gold); color: #050505; }
.button-gold:hover { background: var(--gold-soft); }
.button-dark { background: var(--black); color: white; }
.button-dark:hover { background: #252525; }
.button .ui-arrow { width: .88rem; height: .88rem; }
.text-link { padding-bottom: .28rem; border-bottom: 1px solid rgba(255,255,255,.4); color: #e3e3df; font-size: .82rem; text-transform: uppercase; letter-spacing: .11em; }
.text-link:hover { color: var(--gold); border-color: var(--gold); }
.hero-visual { align-self: stretch; min-height: 34rem; }
.hero-visual::before { content: ""; position: absolute; inset: -1rem -8vw -1rem 12%; z-index: -1; background: var(--gold); clip-path: polygon(21% 0,100% 0,100% 100%,0 100%); opacity: .93; }
.hero-visual img { width: 100%; height: 100%; min-height: 34rem; object-fit: cover; object-position: 53% center; filter: saturate(.82) contrast(1.05); clip-path: polygon(20% 0,100% 0,100% 100%,0 100%); }
.hero-visual::after { content: ""; position: absolute; inset: 0; background: linear-gradient(105deg, rgba(5,5,5,.55), transparent 40%), linear-gradient(to top, rgba(5,5,5,.55), transparent 45%); clip-path: polygon(20% 0,100% 0,100% 100%,0 100%); }
.hero-index { grid-column: 1 / -1; display: grid; grid-template-columns: repeat(3, minmax(0,1fr)); gap: 0; margin-top: 1rem; border-top: 1px solid var(--line); border-bottom: 1px solid var(--line); }
.hero-index > div { min-height: 7.5rem; padding: 1.35rem 2rem 1.35rem 0; display: flex; align-items: flex-end; gap: 1.25rem; }
.hero-index > div + div { border-left: 1px solid var(--line); padding-left: 2rem; }
.hero-index strong { font-size: clamp(1.8rem, 3vw, 3.2rem); line-height: 1; letter-spacing: -.06em; color: var(--gold); white-space: nowrap; }
.hero-index span { max-width: 12rem; color: #a8a8a4; font-size: .75rem; line-height: 1.35; text-transform: uppercase; letter-spacing: .09em; }
.scroll-cue { position: absolute; right: var(--pad); bottom: 2rem; display: flex; align-items: center; gap: .8rem; color: #8e8e8b; font-size: .66rem; text-transform: uppercase; letter-spacing: .15em; }
.scroll-cue i { display: block; width: 2.8rem; height: 1px; background: var(--gold); }

.section { padding: clamp(6rem, 10vw, 10rem) var(--pad); }
.section-label { max-width: var(--max); margin: 0 auto clamp(4rem, 7vw, 7rem); display: flex; align-items: center; gap: 1rem; color: #565652; font-size: .73rem; text-transform: uppercase; letter-spacing: .17em; }
.section-label::after { content: ""; flex: 1; height: 1px; background: #d4d3ce; }
.section-label span { color: var(--gold); font-weight: 800; }
.section-label.light { color: #999994; }
.section-label.light::after { background: var(--line); }
.about-section { background: var(--white); }
.about-grid { max-width: var(--max); margin: 0 auto; display: grid; grid-template-columns: 1.1fr .9fr; gap: 8vw; align-items: start; }
.about-grid h2, .section-heading h2, .network-intro h2, .contact-section h2 { margin: 0; font-size: clamp(2.9rem, 6vw, 6.7rem); line-height: .94; letter-spacing: -.065em; text-transform: uppercase; }
.about-copy { padding-top: .6rem; }
.about-copy .lead { color: #151513; font-size: clamp(1.25rem, 1.8vw, 1.7rem); line-height: 1.45; }
.about-copy > p:last-child { max-width: 39rem; color: #666661; }
.markets { max-width: var(--max); margin: clamp(5rem, 8vw, 8rem) auto 0; display: grid; grid-template-columns: repeat(4, 1fr); border-top: 1px solid #d4d3ce; border-bottom: 1px solid #d4d3ce; }
.market { position: relative; min-height: 23rem; padding: 2rem 1.5rem 1.7rem; display: flex; flex-direction: column; border-right: 1px solid #d4d3ce; transition: background .25s ease, color .25s ease; }
.market:first-child { border-left: 1px solid #d4d3ce; }
.market:hover { background: var(--ink); color: white; }
.market-no { color: var(--gold); font-size: .72rem; font-weight: 800; }
.market h3 { margin: auto 0 1rem; max-width: 12ch; font-size: clamp(1.5rem, 2.1vw, 2.15rem); line-height: 1; text-transform: uppercase; letter-spacing: -.035em; }
.market p { min-height: 7rem; color: #777772; font-size: .88rem; }
.market:hover p { color: #b9b9b5; }
.market small { padding-top: 1rem; border-top: 1px solid currentColor; color: var(--gold); text-transform: uppercase; letter-spacing: .15em; }

.services-section { padding-top: clamp(5.5rem, 8vw, 8rem); padding-bottom: clamp(5.5rem, 8vw, 8rem); color: white; background: var(--black); }
.services-section .section-label { margin-bottom: clamp(3rem, 5vw, 4.5rem); }
.section-heading { max-width: var(--max); margin: 0 auto; }
.split-heading { display: grid; grid-template-columns: 1fr 23rem; gap: 5vw; align-items: end; }
.split-heading p, .portfolio-heading > p { margin-bottom: .35rem; color: #989894; }
.service-heading h2 { max-width: 15ch; }
.capability-grid { max-width: var(--max); margin: 3.5rem auto 0; display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 1px; border: 1px solid var(--line); background: var(--line); }
.capability-pillar { position: relative; min-height: 20rem; padding: clamp(1.6rem, 2.5vw, 2.35rem); display: flex; flex-direction: column; overflow: hidden; background: var(--black); transition: background .35s ease, transform .35s cubic-bezier(.2,.7,.2,1); }
.capability-pillar::before { content: ""; position: absolute; top: 0; left: 0; width: 100%; height: 3px; background: var(--gold); transform: scaleX(0); transform-origin: left; transition: transform .45s cubic-bezier(.2,.7,.2,1); }
.capability-pillar:hover { z-index: 1; background: var(--panel); transform: translateY(-5px); }
.capability-pillar:hover::before { transform: scaleX(1); }
.capability-top { display: flex; align-items: center; justify-content: space-between; gap: 1rem; }
.capability-top > span { color: var(--gold); font-size: .72rem; font-weight: 800; letter-spacing: .14em; }
.capability-top small { color: #70706c; font-size: .62rem; text-transform: uppercase; letter-spacing: .14em; text-align: right; }
.capability-pillar h3 { margin: 2.5rem 0 2rem; font-size: clamp(1.8rem, 2.7vw, 3.15rem); line-height: .92; letter-spacing: -.055em; text-transform: uppercase; }
.capability-pillar ul { margin: auto 0 0; padding: 0; list-style: none; }
.capability-pillar li { display: grid; grid-template-columns: 2rem 1fr; gap: .75rem; align-items: center; min-height: 3rem; border-top: 1px solid var(--line); color: #d0d0cc; font-size: .78rem; line-height: 1.35; transition: color .2s ease, padding-left .2s ease; }
.capability-pillar li span { color: var(--gold); font-size: .6rem; letter-spacing: .08em; }
.capability-pillar:hover li { color: white; padding-left: .2rem; }

.portfolio-section { background: #ecebe6; }
.portfolio-heading { display: grid; grid-template-columns: 1fr 26rem; gap: 5vw; align-items: end; }
.projects { max-width: var(--max); margin: 5rem auto 0; display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 1.5rem; align-items: stretch; }
.project { min-width: 0; height: 100%; background: var(--black); color: white; overflow: hidden; display: flex; flex-direction: column; }
.project-image { position: relative; min-height: 0; aspect-ratio: 4 / 3; overflow: hidden; background: #161616; }
.project-image::after { content: ""; position: absolute; inset: 0; background: linear-gradient(to top, rgba(0,0,0,.4), transparent 55%); }
.project-image img { width: 100%; height: 100%; object-fit: cover; transition: transform .6s cubic-bezier(.2,.7,.2,1), filter .6s ease; }
.project:hover .project-image img { transform: scale(1.035); filter: saturate(1.12); }
.project-body { flex: 1; min-height: 22.5rem; padding: clamp(1.4rem, 2vw, 2rem); display: flex; flex-direction: column; }
.project h3 { min-height: 5.1rem; margin: 0 0 1rem; max-width: 17ch; font-size: clamp(1.8rem, 2.5vw, 2.8rem); line-height: .92; letter-spacing: -.05em; text-transform: uppercase; }
.project-location { min-height: 2.25rem; margin: 0 0 1rem; color: #999995; font-size: .68rem; line-height: 1.45; text-transform: uppercase; letter-spacing: .12em; }
.project-roles { min-height: 5.25rem; margin-bottom: 1.5rem; display: grid; grid-template-columns: repeat(auto-fit, minmax(8.25rem, 1fr)); gap: .45rem; align-content: start; }
.project-roles span { min-height: 2.45rem; padding: .55rem .65rem; display: inline-flex; align-items: center; justify-content: center; color: var(--black); background: var(--gold); font-size: .59rem; font-weight: 750; line-height: 1.3; letter-spacing: .075em; text-align: center; text-transform: uppercase; transition: background .2s ease, transform .2s ease; }
.project:hover .project-roles span { background: var(--gold-soft); transform: translateY(-1px); }
.project-metrics { display: grid; grid-template-columns: repeat(3, minmax(0,1fr)); gap: .8rem; margin-top: auto; padding-top: 1.2rem; border-top: 1px solid var(--line); }
.project-metrics span { display: grid; gap: .25rem; color: #777773; font-size: .63rem; text-transform: uppercase; letter-spacing: .09em; }
.project-metrics strong { color: var(--gold); font-size: clamp(.86rem, 1vw, 1.05rem); letter-spacing: -.02em; white-space: nowrap; }
.portfolio-note { max-width: var(--max); margin: 2rem auto 0; padding-top: 1.1rem; border-top: 1px solid #cfcec8; color: #6c6c67; font-size: .76rem; }
.portfolio-action { max-width: var(--max); margin: 2.5rem auto 0; padding-top: 2rem; border-top: 1px solid #cfcec8; display: flex; align-items: center; justify-content: space-between; gap: 2rem; }
.portfolio-action p { margin: 0; color: #6c6c67; font-size: .85rem; }

.portfolio-page { background: #ecebe6; }
.portfolio-page .site-header { background: rgba(5,5,5,.96); border-bottom: 1px solid rgba(255,255,255,.08); }
.portfolio-page-hero { min-height: 46rem; padding: clamp(10rem, 15vw, 14rem) var(--pad) clamp(5rem, 8vw, 8rem); display: grid; grid-template-columns: 1.1fr .9fr; gap: 7vw; align-items: end; color: white; background: var(--black); }
.portfolio-page-hero > div { min-width: 0; }
.portfolio-page-hero h1 { margin: 0; font-size: clamp(4.4rem, 9vw, 9.4rem); }
.portfolio-page-intro > p { max-width: 36rem; margin-bottom: 4rem; color: #b2b2ad; font-size: clamp(1.05rem, 1.45vw, 1.3rem); }
.portfolio-hero-stats { display: grid; grid-template-columns: repeat(3, 1fr); border-top: 1px solid var(--line); border-bottom: 1px solid var(--line); }
.portfolio-hero-stats span { min-height: 7.8rem; padding: 1.2rem .9rem; display: flex; flex-direction: column; justify-content: flex-end; gap: .45rem; color: #777773; font-size: .62rem; text-transform: uppercase; letter-spacing: .1em; }
.portfolio-hero-stats span + span { border-left: 1px solid var(--line); }
.portfolio-hero-stats strong { color: var(--gold); font-size: clamp(1.45rem, 2.3vw, 2.5rem); line-height: 1; letter-spacing: -.05em; }
.portfolio-page-section { background: #ecebe6; }
.portfolio-page-grid { margin-top: 0; }
.portfolio-request { max-width: var(--max); margin: 5rem auto 0; padding: clamp(2rem, 4vw, 4rem); display: flex; align-items: flex-end; justify-content: space-between; gap: 3rem; color: white; background: var(--black); }
.portfolio-request h2 { max-width: 18ch; margin: 0 0 1rem; font-size: clamp(2rem, 4vw, 4rem); line-height: .94; letter-spacing: -.05em; text-transform: uppercase; }
.portfolio-request p { max-width: 39rem; margin: 0; color: #999995; }
.portfolio-request .button-dark { flex: none; color: var(--black); background: var(--gold); }
.portfolio-request .button-dark:hover { background: var(--gold-soft); }
.portfolio-contact { padding-top: clamp(5rem, 8vw, 8rem); padding-bottom: clamp(5rem, 8vw, 8rem); }

.network-section { background: var(--black); color: white; }
.network-intro { max-width: var(--max); margin: 0 auto; display: grid; grid-template-columns: 1fr 25rem; gap: 6vw; align-items: end; }
.network-intro p { margin: 0 0 .5rem; color: #969691; }
.network-grid { max-width: var(--max); margin: 4.5rem auto 0; display: grid; grid-template-columns: repeat(4, minmax(0, 1fr)); border-top: 1px solid var(--line); border-left: 1px solid var(--line); }
.network-card { position: relative; min-width: 0; min-height: 25rem; padding: 1.5rem; display: flex; flex-direction: column; color: white; background: #080808; border: 0; border-right: 1px solid var(--line); border-bottom: 1px solid var(--line); text-align: left; cursor: pointer; overflow: hidden; transition: background .35s ease, transform .35s cubic-bezier(.2,.7,.2,1); }
.network-card::after { content: ""; position: absolute; inset: auto 0 0; height: 3px; background: var(--gold); transform: scaleX(0); transform-origin: left; transition: transform .4s cubic-bezier(.2,.7,.2,1); }
.network-card:hover { z-index: 1; background: #121212; transform: translateY(-4px); }
.network-card:hover::after { transform: scaleX(1); }
.network-place { color: var(--gold); font-size: .66rem; text-transform: uppercase; letter-spacing: .16em; }
.network-logo { height: 9.25rem; margin: 1rem 0 1.3rem; display: grid; place-items: center; }
.network-logo img { width: 100%; height: 100%; object-fit: contain; transition: transform .45s cubic-bezier(.2,.7,.2,1), filter .45s ease; }
.network-card:hover .network-logo img { transform: scale(1.035); filter: brightness(1.08); }
.network-name { min-height: 2.4rem; color: white; font-size: clamp(1rem, 1.4vw, 1.35rem); line-height: 1.06; text-transform: uppercase; letter-spacing: -.025em; }
.network-role { margin-top: .8rem; color: #858581; font-size: .72rem; line-height: 1.45; }
.network-view { margin-top: auto; padding-top: 1rem; border-top: 1px solid var(--line); display: flex; align-items: center; justify-content: space-between; color: #b0b0ac; font-size: .62rem; text-transform: uppercase; letter-spacing: .12em; }
.network-view .ui-arrow { color: var(--gold); width: .82rem; height: .82rem; transition: transform .2s ease; }
.network-card:hover .network-view .ui-arrow { transform: translate(2px,-2px); }

.company-dialog { width: min(62rem, calc(100% - 2rem)); padding: 0; color: white; background: var(--black); border: 1px solid rgba(214,165,52,.55); box-shadow: 0 2rem 7rem rgba(0,0,0,.65); }
.company-dialog::backdrop { background: rgba(0,0,0,.82); backdrop-filter: blur(8px); }
.company-dialog[open] { animation: dialog-in .35s cubic-bezier(.2,.7,.2,1) both; }
.dialog-close { position: absolute; z-index: 2; top: 1rem; right: 1rem; width: 2.65rem; height: 2.65rem; display: grid; place-items: center; color: white; background: rgba(5,5,5,.8); border: 1px solid var(--line); cursor: pointer; }
.dialog-close span { font-size: 1.6rem; line-height: 1; }
.dialog-layout { min-height: 29rem; display: grid; grid-template-columns: .8fr 1.2fr; }
.dialog-logo { display: grid; place-items: center; padding: clamp(2rem, 5vw, 4rem); background: #101010; border-right: 1px solid var(--line); }
.dialog-logo img { width: 100%; max-height: 15rem; object-fit: contain; }
.dialog-copy { padding: clamp(2.2rem, 5vw, 4.5rem); display: flex; flex-direction: column; justify-content: center; }
.dialog-location { margin-bottom: 1.2rem; color: var(--gold); font-size: .7rem; text-transform: uppercase; letter-spacing: .16em; }
.dialog-copy h3 { max-width: 14ch; margin-bottom: 1.35rem; font-size: clamp(2rem, 4vw, 4rem); line-height: .92; letter-spacing: -.055em; text-transform: uppercase; }
.dialog-role { max-width: 32rem; margin-bottom: 2.4rem; color: #b1b1ad; font-size: 1rem; }
.dialog-copy address { max-width: 34rem; margin-bottom: 1rem; color: #858581; font-size: .82rem; line-height: 1.7; font-style: normal; }
.dialog-email { align-self: flex-start; padding-bottom: .2rem; color: var(--gold); border-bottom: 1px solid rgba(214,165,52,.45); font-size: .82rem; }
.dialog-note { max-width: 28rem; margin: 0; color: #777773; font-size: .8rem; }

.contact-section { position: relative; padding: clamp(6rem, 11vw, 11rem) var(--pad); background: var(--gold); color: var(--black); overflow: hidden; }
.contact-section::after { content: "YG"; position: absolute; right: -2vw; bottom: -15%; color: rgba(0,0,0,.075); font-size: clamp(14rem, 34vw, 38rem); line-height: .8; letter-spacing: -.12em; font-weight: 900; pointer-events: none; }
.contact-section > * { position: relative; z-index: 1; max-width: var(--max); margin-left: auto; margin-right: auto; }
.contact-kicker { margin-bottom: 3rem; font-size: .75rem; text-transform: uppercase; letter-spacing: .17em; font-weight: 750; }
.contact-section h2 em { color: white; }
.contact-row { display: flex; align-items: center; gap: 2rem; margin-top: 4rem; }
.contact-section .button-gold { background: var(--black); color: white; min-width: 20rem; }
.contact-section .button-gold:hover { background: #222; }
.light-link { color: #161616; border-color: rgba(0,0,0,.4); }
.light-link:hover { color: #000; border-color: #000; }
.site-footer { min-height: 14rem; padding: 2.8rem var(--pad); display: grid; grid-template-columns: .8fr 1.35fr .85fr; align-items: start; gap: clamp(2rem, 5vw, 5rem); color: #83837f; background: var(--black); font-size: .7rem; text-transform: uppercase; letter-spacing: .1em; border-top: 1px solid rgba(255,255,255,.07); }
.footer-brand { width: 11rem; overflow: visible; }
.footer-brand img { width: 100%; height: auto; object-fit: contain; }
.footer-office { display: grid; gap: .6rem; font-style: normal; line-height: 1.55; text-transform: none; letter-spacing: .035em; }
.footer-office strong { color: #d0d0cc; font-size: .69rem; text-transform: uppercase; letter-spacing: .13em; }
.footer-office span { color: #777773; }
.footer-end { min-height: 7rem; display: flex; align-items: flex-end; justify-content: flex-end; gap: 1.5rem; flex-wrap: wrap; text-align: right; }
.site-footer a { color: var(--gold); }

html.motion-ready [data-reveal] { opacity: 0; transform: translateY(24px); }
html.motion-ready [data-reveal].is-visible { opacity: 1; transform: translateY(0); transition: opacity .72s cubic-bezier(.2,.7,.2,1) var(--reveal-delay, 0ms), transform .72s cubic-bezier(.2,.7,.2,1) var(--reveal-delay, 0ms); }

@keyframes hero-copy-in { from { opacity: 0; transform: translateY(26px); } to { opacity: 1; transform: translateY(0); } }
@keyframes hero-visual-in { from { opacity: 0; transform: translateX(32px); } to { opacity: 1; transform: translateX(0); } }
@keyframes hero-gold-in { from { transform: scaleX(.2); opacity: 0; } to { transform: scaleX(1); opacity: .93; } }
@keyframes dialog-in { from { opacity: 0; transform: translateY(18px) scale(.985); } to { opacity: 1; transform: translateY(0) scale(1); } }

@media (prefers-reduced-motion: no-preference) {
  .hero-copy .eyebrow { animation: hero-copy-in .65s .08s both; }
  .hero-copy h1 { animation: hero-copy-in .75s .18s both; }
  .hero-copy .hero-intro { animation: hero-copy-in .75s .28s both; }
  .hero-copy .hero-actions { animation: hero-copy-in .75s .38s both; }
  .hero-visual { animation: hero-visual-in .9s .18s both; }
  .hero-visual::before { transform-origin: right; animation: hero-gold-in .9s .08s both; }
  .hero-index > div { animation: hero-copy-in .65s .48s both; }
  .hero-index > div:nth-child(2) { animation-delay: .56s; }
  .hero-index > div:nth-child(3) { animation-delay: .64s; }
  .portfolio-page-hero .eyebrow { animation: hero-copy-in .65s .08s both; }
  .portfolio-page-hero h1 { animation: hero-copy-in .75s .18s both; }
  .portfolio-page-intro { animation: hero-copy-in .8s .3s both; }
}

@media (max-width: 1050px) {
  .hero { grid-template-columns: 1fr .8fr; }
  .hero-copy { padding-top: 2rem; }
  .markets { grid-template-columns: repeat(2,1fr); }
  .market { min-height: 19rem; border-bottom: 1px solid #d4d3ce; }
  .market:nth-child(3) { border-left: 1px solid #d4d3ce; }
  .capability-grid { grid-template-columns: 1fr; }
  .capability-pillar { min-height: 19.5rem; }
  .projects { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .network-grid { grid-template-columns: repeat(2, minmax(0,1fr)); }
}

@media (max-width: 760px) {
  :root { --pad: 1.25rem; }
  .site-header { height: 5.5rem; }
  .site-header.scrolled { height: 5rem; }
  .brand { width: 9.75rem; }
  .brand img { height: auto; max-height: 4.35rem; }
  .menu-toggle { display: block; position: relative; z-index: 2; }
  .site-nav { position: absolute; top: 0; left: 0; right: 0; min-height: 100svh; padding: 7rem var(--pad) 3rem; display: none; flex-direction: column; align-items: flex-start; gap: 0; background: rgba(5,5,5,.98); }
  .site-nav.open { display: flex; }
  .site-nav a { width: 100%; padding: 1.2rem 0; border-bottom: 1px solid var(--line); font-size: 1rem; }
  .nav-contact { margin-top: 1.5rem; padding: 1rem !important; border: 0 !important; text-align: center; }
  .hero { min-height: auto; padding-top: 8rem; grid-template-columns: 1fr; grid-template-rows: auto; gap: 3rem; }
  .hero-copy { padding: 0; }
  h1 { font-size: clamp(3.65rem, 18vw, 6.2rem); line-height: .86; }
  .eyebrow { line-height: 2; }
  .hero-actions { align-items: flex-start; flex-direction: column; gap: 1.35rem; }
  .hero-visual { min-height: 30rem; margin: 0 -1.25rem; }
  .hero-visual::before { inset: -.65rem 0 -.65rem 17%; }
  .hero-visual img { min-height: 30rem; }
  .hero-index { grid-template-columns: 1fr; }
  .hero-index > div { min-height: auto; padding: 1.25rem 0; }
  .hero-index > div + div { border-left: 0; border-top: 1px solid var(--line); padding-left: 0; }
  .scroll-cue { display: none; }
  .section { padding-top: 6rem; padding-bottom: 6rem; }
  .section-label { margin-bottom: 3.5rem; }
  .about-grid, .split-heading, .portfolio-heading, .network-intro { grid-template-columns: 1fr; gap: 2rem; }
  .about-grid h2, .section-heading h2, .network-intro h2, .contact-section h2 { font-size: clamp(2.7rem, 13vw, 4.6rem); }
  .markets { grid-template-columns: 1fr; }
  .market, .market:nth-child(3) { min-height: 17rem; border-left: 1px solid #d4d3ce; }
  .market p { min-height: auto; }
  .capability-grid { margin-top: 3.5rem; }
  .capability-pillar { min-height: 0; }
  .capability-pillar h3 { margin-top: 2.5rem; }
  .capability-pillar ul { margin-top: 2rem; }
  .projects { grid-template-columns: 1fr; margin-top: 3.5rem; }
  .project { min-height: auto; }
  .project-image { aspect-ratio: 4 / 3; }
  .project-body { min-height: 20rem; }
  .portfolio-action { align-items: flex-start; flex-direction: column; }
  .portfolio-page-hero { min-height: auto; padding-top: 9rem; grid-template-columns: 1fr; gap: 3.5rem; }
  .portfolio-page-hero h1 { font-size: clamp(4rem, 19vw, 6.2rem); }
  .portfolio-page-intro > p { margin-bottom: 2.5rem; }
  .portfolio-hero-stats { grid-template-columns: 1fr; }
  .portfolio-hero-stats span { min-height: 5.5rem; }
  .portfolio-hero-stats span + span { border-left: 0; border-top: 1px solid var(--line); }
  .portfolio-page-grid { margin-top: 0; }
  .portfolio-request { align-items: flex-start; flex-direction: column; gap: 2rem; }
  .network-grid { grid-template-columns: 1fr; margin-top: 3.5rem; }
  .network-card { min-height: 23rem; }
  .network-logo { height: 8rem; }
  .dialog-layout { grid-template-columns: 1fr; }
  .dialog-logo { min-height: 14rem; border-right: 0; border-bottom: 1px solid var(--line); }
  .dialog-logo img { max-height: 10rem; }
  .dialog-copy { padding: 2rem 1.5rem 2.5rem; }
  .contact-row { align-items: flex-start; flex-direction: column; }
  .contact-section .button-gold { min-width: 0; width: 100%; }
  .site-footer { grid-template-columns: 1fr; align-items: start; }
  .footer-end { min-height: 0; justify-content: flex-start; text-align: left; }
}

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

/* Version 6: controlled hierarchy, compact cards and enquiry experience */
body { overflow-x: hidden; }
h1 { max-width: 13ch; font-size: clamp(3.8rem, 6.6vw, 7.2rem); line-height: .94; letter-spacing: -.06em; }
.about-grid h2, .section-heading h2, .network-intro h2, .contact-section h2 { font-size: clamp(2.8rem, 4.8vw, 5.25rem); line-height: 1.02; letter-spacing: -.05em; }
.section { padding-top: clamp(5.5rem, 8vw, 8rem); padding-bottom: clamp(5.5rem, 8vw, 8rem); }
.section-label { margin-bottom: clamp(3rem, 4.5vw, 4.5rem); }

.service-heading { align-items: end; }
.service-heading > p { max-width: 29rem; }
.service-list { max-width: var(--max); margin: 3.25rem auto 0; display: grid; grid-template-columns: repeat(3, minmax(0,1fr)); border-top: 1px solid var(--line); border-left: 1px solid var(--line); }
.service-item { position: relative; min-height: 8.5rem; padding: 1.35rem; display: grid; grid-template-columns: auto 1fr; grid-template-rows: 1fr auto; gap: .7rem .9rem; background: var(--black); border-right: 1px solid var(--line); border-bottom: 1px solid var(--line); overflow: hidden; transition: background .3s ease, transform .3s cubic-bezier(.2,.7,.2,1); }
.service-item::before { content: ""; position: absolute; inset: auto 0 0; height: 3px; background: var(--gold); transform: scaleX(0); transform-origin: left; transition: transform .35s ease; }
.service-item:hover { z-index: 1; background: #121212; transform: translateY(-3px); }
.service-item:hover::before { transform: scaleX(1); }
.service-item > span { color: var(--gold); font-size: .66rem; font-weight: 800; letter-spacing: .13em; }
.service-item h3 { align-self: start; margin: 0; color: #f1f0ec; font-size: clamp(1.05rem, 1.45vw, 1.4rem); line-height: 1.25; letter-spacing: -.02em; text-transform: uppercase; }
.service-item small { grid-column: 2; color: #72726e; font-size: .64rem; text-transform: uppercase; letter-spacing: .12em; }

.projects { margin-top: 3.75rem; }
.project-body { min-height: 0; padding: clamp(1.4rem, 2vw, 1.85rem); }
.project h3 { min-height: 0; margin-bottom: .8rem; font-size: clamp(1.65rem, 2.1vw, 2.35rem); line-height: 1.02; letter-spacing: -.045em; }
.project-location { min-height: 0; margin-bottom: 1.2rem; }
.project-roles { min-height: 0; margin: 0 0 1.3rem; display: flex; align-items: stretch; flex-wrap: wrap; gap: .45rem; }
.project-roles span { flex: 1 1 100%; min-height: 2.9rem; padding: .65rem .7rem; }
.project-roles span:nth-last-child(n+2), .project-roles span:nth-last-child(n+2) ~ span { flex-basis: calc(50% - .25rem); }
.project-metrics { margin-top: 0; padding-top: 1.1rem; }
.project-metrics strong { font-size: clamp(.9rem, 1vw, 1.05rem); }

.portfolio-page-hero { min-height: 40rem; padding-top: clamp(9rem, 12vw, 11rem); padding-bottom: clamp(4.5rem, 7vw, 6.5rem); }
.portfolio-page-hero h1 { font-size: clamp(3.9rem, 7vw, 7.2rem); line-height: .96; }
.portfolio-request h2 { font-size: clamp(2rem, 3vw, 3.25rem); line-height: 1.03; }

.network-intro { grid-template-columns: minmax(0,1fr) minmax(18rem,23rem); }
.network-grid { margin-top: 3.75rem; }
.network-card { min-height: 25rem; padding: 1.5rem; display: grid; grid-template-rows: auto 10rem 3rem minmax(3.2rem,auto) auto; align-items: start; }
.network-logo { width: 100%; height: 10rem; margin: .9rem 0 1.1rem; display: grid; place-items: center; overflow: hidden; contain: paint; isolation: isolate; }
.network-logo img { width: auto; height: auto; max-width: 72%; max-height: 68%; object-fit: contain; overflow: hidden; }
.network-logo.logo-wide img { max-width: 88%; max-height: 58%; }
.network-logo.logo-medium img { max-width: 70%; max-height: 70%; }
.network-logo.logo-tall img { max-width: 49%; max-height: 78%; }
.network-name { min-height: 0; margin-top: .2rem; align-self: start; font-size: clamp(.95rem, 1.15vw, 1.18rem); line-height: 1.18; overflow-wrap: anywhere; }
.network-role { min-height: 3.2rem; margin-top: .6rem; }
.network-view { width: 100%; margin-top: 1.25rem; align-self: end; }
.dialog-logo { overflow: hidden; contain: paint; }
.dialog-logo img { width: auto; max-width: 78%; max-height: 12rem; overflow: hidden; }
.dialog-copy h3 { line-height: 1.02; }

.contact-section { padding-top: clamp(5.5rem, 8vw, 8rem); padding-bottom: clamp(5.5rem, 8vw, 8rem); }
.contact-kicker { margin-bottom: 2.25rem; }
.contact-cta-grid { display: grid; grid-template-columns: minmax(0,1.15fr) minmax(19rem,.65fr); gap: clamp(3rem, 8vw, 8rem); align-items: end; }
.contact-cta-grid > div > p { max-width: 42rem; margin: 1.5rem 0 0; font-size: clamp(1rem, 1.25vw, 1.2rem); line-height: 1.65; }
.contact-cta-actions { display: grid; gap: .8rem; }
.contact-cta-actions .button { width: 100%; min-width: 0; margin-bottom: .65rem; }
.contact-cta-actions > a:not(.button) { padding: .75rem 0; display: flex; align-items: center; justify-content: space-between; gap: 1rem; border-bottom: 1px solid rgba(0,0,0,.32); font-size: 1rem; }
.contact-cta-actions small { font-size: .63rem; text-transform: uppercase; letter-spacing: .14em; }

.site-footer { min-height: 0; padding: 4rem var(--pad) 2rem; grid-template-columns: 1.05fr .65fr 1.35fr 1fr; gap: clamp(2rem, 4vw, 4.5rem); font-size: .75rem; line-height: 1.55; text-transform: none; letter-spacing: .025em; }
.footer-about, .footer-links, .footer-offices, .footer-contact { min-width: 0; }
.footer-about p { max-width: 18rem; margin: 1.25rem 0 1.5rem; color: #858581; }
.footer-brand { display: block; width: 10.5rem; }
.footer-socials { display: flex; flex-wrap: wrap; gap: 1rem; }
.footer-links, .footer-contact { display: grid; align-content: start; gap: .65rem; }
.site-footer strong { display: block; margin-bottom: .7rem; color: #c8c8c3; font-size: .66rem; text-transform: uppercase; letter-spacing: .14em; }
.site-footer a { color: #aaa9a5; transition: color .2s ease; }
.site-footer a:hover { color: var(--gold); }
.footer-socials a { color: var(--gold); }
.footer-offices { display: grid; align-content: start; gap: 1rem; }
.footer-offices address { margin: 0; color: #858581; font-style: normal; line-height: 1.65; }
.footer-offices address b { display: block; margin-bottom: .2rem; color: #c3c2bd; font-weight: 500; }
.footer-bottom { grid-column: 1 / -1; margin-top: 1rem; padding-top: 1.5rem; display: flex; align-items: center; justify-content: space-between; gap: 1.5rem; color: #676763; border-top: 1px solid rgba(255,255,255,.1); }

.contact-page, .legal-page { background: #ecebe6; }
.contact-page .site-header, .legal-page .site-header { background: rgba(5,5,5,.96); border-bottom: 1px solid rgba(255,255,255,.08); }
.contact-page-hero { min-height: 34rem; padding: clamp(10rem, 13vw, 12rem) var(--pad) clamp(4.5rem, 6vw, 6rem); display: grid; grid-template-columns: 1.15fr .85fr; gap: 7vw; align-items: end; color: white; background: var(--black); }
.contact-page-hero h1 { margin: 0; font-size: clamp(3.8rem, 7vw, 7.2rem); line-height: .96; }
.contact-page-hero > p { max-width: 34rem; margin: 0 0 .5rem; color: #aaa9a5; font-size: clamp(1rem, 1.3vw, 1.22rem); line-height: 1.65; }
.contact-workspace { max-width: calc(var(--max) + (2 * var(--pad))); margin: 0 auto; padding: clamp(4rem, 7vw, 7rem) var(--pad); display: grid; grid-template-columns: minmax(17rem,.72fr) minmax(0,1.35fr); gap: 1.5rem; align-items: start; }
.contact-details { position: sticky; top: 7rem; padding: clamp(2rem, 3vw, 3rem); display: grid; gap: 2rem; color: white; background: var(--black); }
.contact-details > div { display: grid; gap: .45rem; }
.contact-detail-label { margin: 0 0 .35rem; color: var(--gold); font-size: .66rem; font-weight: 750; text-transform: uppercase; letter-spacing: .15em; }
.contact-details a { color: #d4d3cf; font-size: .86rem; }
.contact-details a:hover { color: var(--gold); }
.contact-details a span { min-width: 4rem; display: inline-block; color: #6f6f6b; font-size: .62rem; text-transform: uppercase; letter-spacing: .1em; }
.contact-office address { color: #989894; font-size: .82rem; line-height: 1.7; font-style: normal; }
.contact-social-links { padding-top: 1.4rem; grid-template-columns: repeat(2,1fr); border-top: 1px solid var(--line); }
.contact-social-links a { color: var(--gold); font-size: .72rem; text-transform: uppercase; letter-spacing: .1em; }
.enquiry-form { padding: clamp(2rem, 4vw, 4rem); background: white; border: 1px solid #d6d5cf; }
.form-intro { margin-bottom: 2.5rem; }
.form-intro .eyebrow { margin-bottom: .8rem; }
.form-intro h2 { margin: 0; font-size: clamp(2.25rem, 3.5vw, 3.8rem); line-height: 1.05; letter-spacing: -.045em; text-transform: uppercase; }
.form-grid { display: grid; grid-template-columns: repeat(2,minmax(0,1fr)); gap: 1.35rem; }
.form-grid label:not(.form-consent) { display: grid; gap: .5rem; }
.form-grid label > span { color: #464642; font-size: .68rem; font-weight: 700; text-transform: uppercase; letter-spacing: .1em; }
.form-wide { grid-column: 1 / -1; }
.enquiry-form input, .enquiry-form select, .enquiry-form textarea { width: 100%; min-height: 3.35rem; padding: .8rem .9rem; color: #111; background: #f4f3ef; border: 1px solid #d3d2cc; border-radius: 0; font: inherit; font-size: .93rem; }
.enquiry-form textarea { min-height: 10rem; resize: vertical; line-height: 1.55; }
.enquiry-form input:focus, .enquiry-form select:focus, .enquiry-form textarea:focus { outline: 2px solid var(--gold); outline-offset: 1px; border-color: var(--gold); }
.enquiry-form [aria-invalid="true"] { border-color: #a22b22; }
.form-consent { display: flex; align-items: flex-start; gap: .75rem; }
.form-consent input { flex: none; width: 1.1rem; min-height: 1.1rem; height: 1.1rem; margin-top: .15rem; accent-color: var(--gold); }
.form-consent span { line-height: 1.5; text-transform: none !important; letter-spacing: .02em !important; font-weight: 500 !important; }
.form-hp { position: absolute !important; left: -10000px !important; width: 1px !important; height: 1px !important; overflow: hidden !important; }
.form-submit-row { margin-top: 2rem; padding-top: 2rem; display: flex; align-items: center; gap: 1.5rem; border-top: 1px solid #d7d6d0; }
.form-submit-row .button { flex: none; border: 0; cursor: pointer; }
.form-submit-row .button:disabled { cursor: wait; opacity: .7; }
.form-submit-row p { max-width: 20rem; margin: 0; color: #74746f; font-size: .75rem; }
.form-status { margin: 1.25rem 0 0; color: #4b4b46; font-size: .82rem; }
.form-status[data-state="success"] { color: #24623b; }
.form-status[data-state="error"] { color: #9a2721; }

.legal-hero { padding: clamp(10rem, 13vw, 12rem) var(--pad) clamp(4rem, 6vw, 6rem); color: white; background: var(--black); }
.legal-hero > * { max-width: var(--max); margin-left: auto; margin-right: auto; }
.legal-hero h1 { margin-bottom: 0; font-size: clamp(3.8rem, 7vw, 7rem); line-height: .96; }
.legal-content { max-width: 52rem; margin: 0 auto; padding: clamp(4rem, 7vw, 7rem) var(--pad); }
.legal-updated { margin-bottom: 3rem; color: #777772; font-size: .72rem; text-transform: uppercase; letter-spacing: .12em; }
.legal-content h2 { margin: 2.3rem 0 .75rem; font-size: 1.35rem; line-height: 1.2; text-transform: uppercase; letter-spacing: -.02em; }
.legal-content p { color: #555550; }
.legal-content a { color: #05c; border-bottom: 1px solid currentColor; }

@media (max-width: 1050px) {
  .site-footer { grid-template-columns: repeat(2,minmax(0,1fr)); }
  .footer-bottom { grid-column: 1 / -1; }
  .contact-workspace { grid-template-columns: 1fr; }
  .contact-details { position: static; grid-template-columns: repeat(2,minmax(0,1fr)); }
  .contact-social-links { grid-column: 1 / -1; }
}

@media (max-width: 760px) {
  h1 { font-size: clamp(3.15rem, 14vw, 4.65rem); line-height: .97; }
  .about-grid h2, .section-heading h2, .network-intro h2, .contact-section h2 { font-size: clamp(2.35rem, 10.5vw, 3.45rem); line-height: 1.06; letter-spacing: -.045em; }
  .section-label { margin-bottom: 2.75rem; }
  .service-list { grid-template-columns: 1fr; margin-top: 2.75rem; }
  .service-item { min-height: 6.75rem; }
  .projects { margin-top: 2.75rem; }
  .project-body { min-height: 0; }
  .project h3 { font-size: clamp(1.7rem, 8vw, 2.25rem); line-height: 1.04; }
  .project-roles { margin-bottom: 1.2rem; }
  .project-roles span:nth-last-child(n+2), .project-roles span:nth-last-child(n+2) ~ span { flex-basis: 100%; }
  .portfolio-page-hero h1, .contact-page-hero h1, .legal-hero h1 { font-size: clamp(3.3rem, 15vw, 4.8rem); line-height: .98; }
  .network-card { min-height: 24rem; grid-template-rows: auto 9rem 3rem minmax(3.2rem,auto) auto; }
  .network-logo { height: 9rem; margin: .8rem 0 1rem; }
  .network-logo.logo-wide img { max-width: 82%; }
  .network-name { font-size: 1.05rem; }
  .contact-cta-grid, .contact-page-hero { grid-template-columns: 1fr; gap: 2.5rem; }
  .contact-page-hero { min-height: auto; padding-top: 9rem; }
  .contact-workspace { padding-top: 3rem; padding-bottom: 3rem; }
  .contact-details { grid-template-columns: 1fr; }
  .contact-social-links { grid-column: auto; }
  .form-grid { grid-template-columns: 1fr; }
  .form-wide { grid-column: auto; }
  .form-submit-row { align-items: stretch; flex-direction: column; }
  .form-submit-row .button { width: 100%; }
  .site-footer { grid-template-columns: 1fr; padding-top: 3rem; }
  .footer-bottom { grid-column: auto; align-items: flex-start; flex-direction: column; }
}

/* Version 7: stronger regional identity, compact capabilities and clearer projects */
.button-outline { color: #fff; background: rgba(5,5,5,.18); border: 1px solid rgba(255,255,255,.42); backdrop-filter: blur(6px); }
.button-outline:hover { color: var(--gold); background: rgba(5,5,5,.48); border-color: var(--gold); }
.hero-actions { flex-wrap: wrap; gap: .85rem; }

.markets { border: 0; background: #0a0a0a; gap: 1px; }
.market { isolation: isolate; min-height: 22rem; border: 0 !important; overflow: hidden; transform: translateY(0); transition: transform .35s cubic-bezier(.2,.7,.2,1), filter .35s ease, box-shadow .35s ease; }
.market > *:not(.market-code) { position: relative; z-index: 1; }
.market:hover { color: inherit; background: var(--market-bg); transform: translateY(-5px); filter: brightness(1.08); }
.market-code { position: absolute; z-index: 0; top: .05em; right: -.07em; color: currentColor; font-size: clamp(6rem, 8vw, 9rem); font-weight: 850; line-height: 1; letter-spacing: -.09em; opacity: .1; pointer-events: none; }
.market h3 { max-width: 13ch; font-size: clamp(1.55rem, 2vw, 2.15rem); }
.market p { color: inherit; opacity: .72; }
.market:hover p { color: inherit; opacity: .86; }
.market small { color: inherit; border-color: currentColor; opacity: .88; }
.market-qatar { --market-bg: #6e1738; color: #fff8f5; background: var(--market-bg); box-shadow: none; }
.market-qatar .market-no { color: #f2d9e1; }
.market-uae { --market-bg: #07513c; color: #fff; background: var(--market-bg); box-shadow: none; }
.market-uae .market-no { color: #fff; }
.market-lebanon { --market-bg: #f0eee7; color: #151515; background: var(--market-bg); box-shadow: none; }
.market-lebanon .market-no, .market-lebanon small { color: #0c6b43; }
.market-lebanon .market-code { color: #0c6b43; opacity: .11; }
.market-us { --market-bg: #142b4c; color: #fff; background: var(--market-bg); box-shadow: none; }
.market-us .market-no { color: #d7858f; }

.capability-grid { margin-top: 3rem; }
.capability-pillar { min-height: 18rem; padding: clamp(1.45rem, 2vw, 2rem); }
.capability-pillar h3 { margin: 2rem 0 1.45rem; font-size: clamp(1.65rem, 2.25vw, 2.65rem); line-height: .98; }
.capability-pillar ul { margin-top: auto; }
.capability-pillar li { min-height: 2.65rem; font-size: .76rem; }

.projects { max-width: 1180px; grid-template-columns: repeat(2, minmax(0,1fr)); gap: clamp(1.25rem, 2.2vw, 2rem); }
.project { position: relative; box-shadow: 0 1.2rem 3rem rgba(0,0,0,.08); transition: transform .38s cubic-bezier(.2,.7,.2,1), box-shadow .38s ease; }
.project::after { content: ""; position: absolute; z-index: 2; inset: auto 0 0; height: 4px; background: var(--gold); transform: scaleX(.12); transform-origin: left; transition: transform .5s cubic-bezier(.2,.7,.2,1); }
.project:hover { transform: translateY(-5px); box-shadow: 0 1.8rem 4rem rgba(0,0,0,.16); }
.project:hover::after { transform: scaleX(1); }
.project-image { aspect-ratio: 16 / 9; }
.project-body { padding: clamp(1.6rem, 2.7vw, 2.35rem); }
.project h3 { margin-bottom: .85rem; font-size: clamp(2rem, 3.15vw, 3.35rem); line-height: 1; letter-spacing: -.045em; }
.project-location { margin-bottom: 1.3rem; color: #b0b0ab; font-size: .74rem; line-height: 1.5; }
.project-roles { margin-bottom: 1.2rem; gap: .55rem; }
.project-roles span { min-height: 3rem; padding: .7rem .85rem; font-size: .66rem; line-height: 1.35; }
.project-metrics { gap: 1rem; padding-top: 1.2rem; }
.project-metrics span { color: #999994; font-size: .66rem; line-height: 1.35; }
.project-metrics strong { display: inline-block; color: var(--gold-soft); font-size: clamp(1.05rem, 1.55vw, 1.35rem); transition: color .25s ease, transform .25s ease; }
.project:hover .project-metrics strong { color: #f0c965; transform: translateY(-1px); }

.network-card { min-height: 26rem; grid-template-rows: auto 9.75rem auto minmax(3rem,auto) auto; }
.network-place { justify-self: start; }
.network-logo { align-self: center; justify-self: center; margin: .8rem 0 .75rem; }
.network-name { width: 100%; margin: .15rem auto 0; display: flex; align-items: center; justify-content: center; color: #fff; font-size: clamp(.98rem, 1.08vw, 1.18rem); line-height: 1.25; text-align: center; }
.network-role { width: 100%; min-height: 0; margin: .65rem auto 0; align-self: start; color: #92928e; line-height: 1.5; text-align: center; }
.network-view { text-align: left; }

/* Version 8: visual corrections and responsive clarity */
.capability-top { justify-content: flex-start; }
.capability-top small { color: #9b9b96; font-size: .72rem; text-align: left; }
.capability-pillar li { display: flex; grid-template-columns: none; align-items: center; }

.network-intro { min-width: 0; grid-template-columns: minmax(0, 1.4fr) minmax(19rem, .6fr); column-gap: clamp(3rem, 7vw, 7rem); }
.network-intro h2, .network-intro p { min-width: 0; }
.network-intro h2 { max-width: 12ch; }
.network-intro p { max-width: 25rem; justify-self: end; }
.network-logo.logo-wide img { max-width: 96%; max-height: 86%; }

@media (min-width: 1051px) {
  .capability-pillar { min-height: 20rem; }
  .capability-pillar li { min-height: 3.15rem; font-size: 1rem; line-height: 1.45; }
}

@media (max-width: 1050px) {
  .projects { grid-template-columns: repeat(2, minmax(0,1fr)); }
  .network-card { grid-template-rows: auto 9.25rem auto minmax(3rem,auto) auto; }
  .network-intro { grid-template-columns: 1fr; gap: 1.5rem; align-items: start; }
  .network-intro p { max-width: 42rem; justify-self: start; }
}

@media (max-width: 760px) {
  .hero { isolation: isolate; min-height: 100svh; padding-top: 8rem; padding-bottom: 3.5rem; gap: 2.6rem; }
  .hero::after { z-index: 0; mask-image: linear-gradient(to bottom, black, transparent 82%); }
  .hero-copy, .hero-index { z-index: 2; }
  .hero-copy { text-shadow: 0 2px 22px rgba(0,0,0,.9); }
  .hero-intro { color: #dfdfdb; }
  .hero-actions { width: 100%; align-items: stretch; flex-direction: column; gap: .75rem; }
  .hero-actions .button { width: 100%; min-width: 0; text-shadow: none; }
  .hero-visual { position: absolute; z-index: 0; inset: 0; min-height: 0; margin: 0; animation: none !important; }
  .hero-visual::before { display: none; }
  .hero-visual img { width: 100%; height: 100%; min-height: 0; object-position: 64% center; clip-path: none; filter: saturate(.65) contrast(1.05); opacity: .34; }
  .hero-visual::after { inset: 0; clip-path: none; background: linear-gradient(90deg, rgba(5,5,5,.97) 0%, rgba(5,5,5,.76) 58%, rgba(5,5,5,.52) 100%), linear-gradient(to bottom, rgba(5,5,5,.3), rgba(5,5,5,.92) 88%); }
  .hero-index { margin-top: .3rem; background: rgba(5,5,5,.3); backdrop-filter: blur(3px); }
  .markets { gap: .75rem; background: transparent; }
  .market { min-height: 18rem; padding: 1.65rem 1.35rem; }
  .market-code { font-size: clamp(7rem, 35vw, 9rem); }
  .capability-grid { margin-top: 2.75rem; }
  .capability-grid { gap: 1rem; border: 0; background: transparent; }
  .capability-pillar { min-height: 0; padding: 1.5rem; border: 1px solid rgba(255,255,255,.14); border-top: 3px solid var(--gold); background: #0d0d0d; }
  .capability-pillar:hover { transform: none; }
  .capability-pillar::before { display: none; }
  .capability-pillar h3 { margin: 1.8rem 0 1.4rem; }
  .projects { grid-template-columns: 1fr; }
  .project-image { aspect-ratio: 16 / 10; }
  .project h3 { font-size: clamp(1.9rem, 9vw, 2.55rem); }
  .project-metrics { gap: .7rem; }
  .project-metrics strong { font-size: clamp(.98rem, 4.7vw, 1.2rem); }
  .network-card { min-height: 25rem; grid-template-rows: auto 9rem auto minmax(2.8rem,auto) auto; }
}

@media (hover: none) {
  .project::after { transform: scaleX(1); opacity: .7; }
}


/* Version 9: professional UI icons and improved typographic spacing */
.ui-arrow {
  position: relative;
  display: inline-block;
  width: .82rem;
  height: .82rem;
  flex: 0 0 auto;
  color: currentColor;
  vertical-align: -.06em;
}
.ui-arrow::before {
  content: "";
  position: absolute;
  left: 12%;
  top: 50%;
  width: 78%;
  height: 1.5px;
  background: currentColor;
  transform: translateY(-50%) rotate(-45deg);
  transform-origin: center;
}
.ui-arrow::after {
  content: "";
  position: absolute;
  top: 7%;
  right: 7%;
  width: 46%;
  height: 46%;
  border-top: 1.5px solid currentColor;
  border-right: 1.5px solid currentColor;
}
.footer-socials a,
.contact-social-links a {
  display: inline-flex;
  align-items: center;
  gap: .38rem;
}

body { text-rendering: optimizeLegibility; }
p, li, address, input, select, textarea {
  letter-spacing: .006em;
  word-spacing: .035em;
}
h1 {
  letter-spacing: -.035em;
  word-spacing: .08em;
}
.about-grid h2,
.section-heading h2,
.network-intro h2,
.contact-section h2,
.portfolio-request h2,
.dialog-copy h3,
.form-intro h2,
.legal-hero h1 {
  letter-spacing: -.025em;
  word-spacing: .07em;
}
.market h3,
.capability-pillar h3,
.project h3,
.legal-content h2 {
  letter-spacing: -.018em;
  word-spacing: .055em;
}
.network-name {
  letter-spacing: 0;
  word-spacing: .045em;
}
.project-location,
.project-roles span,
.project-metrics span,
.network-role {
  word-spacing: .04em;
}
.button {
  word-spacing: .06em;
}


/* Version 10: site-wide readability, balanced project metrics and cleaner homepage sections */

/* Consistent typography across the full site */
body {
  letter-spacing: .012em;
  word-spacing: .065em;
  line-height: 1.6;
}

p,
li,
address,
input,
select,
textarea,
.hero-intro,
.about-copy,
.section-heading > p,
.network-role,
.footer-about p,
.footer-offices address,
.footer-contact,
.legal-content {
  letter-spacing: .012em;
  word-spacing: .075em;
}

p,
address,
.legal-content {
  line-height: 1.7;
}

h1 {
  letter-spacing: -.018em;
  word-spacing: .12em;
}

.about-grid h2,
.section-heading h2,
.network-intro h2,
.contact-section h2,
.portfolio-request h2,
.dialog-copy h3,
.form-intro h2,
.legal-hero h1 {
  letter-spacing: -.012em;
  word-spacing: .105em;
}

.market h3,
.capability-pillar h3,
.project h3,
.service-item h3,
.legal-content h2 {
  letter-spacing: -.008em;
  word-spacing: .085em;
}

.network-name {
  letter-spacing: .01em;
  word-spacing: .08em;
}

.site-nav,
.eyebrow,
.section-label,
.button,
.text-link,
.market small,
.network-place,
.network-view,
.project-location,
.project-roles span,
.project-metrics span,
.contact-kicker,
.contact-detail-label,
.contact-social-links,
.site-footer strong,
.form-grid label > span {
  word-spacing: .11em;
}

/* Project-card metrics: three genuinely equal visual columns */
.project-metrics {
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 0;
  align-items: stretch;
  padding-top: 1.25rem;
}

.project-metrics span {
  min-width: 0;
  padding: .15rem .85rem 0;
  place-items: center;
  align-content: start;
  text-align: center;
}

.project-metrics span + span {
  border-left: 1px solid rgba(255,255,255,.12);
}

.project-metrics strong {
  width: 100%;
  display: block;
  text-align: center;
  font-variant-numeric: tabular-nums;
}

/* Homepage: give every major block a distinct visual chapter */
.about-section,
.portfolio-section,
.services-section,
.network-section {
  position: relative;
}

.about-section {
  border-top: 1px solid #ddd9cf;
  border-bottom: 1px solid #d8d5cd;
}

.portfolio-section {
  background: #f1f0eb;
  border-bottom: 1px solid #d0cdc4;
}

.services-section {
  border-top: 1px solid rgba(214,165,52,.35);
  border-bottom: 1px solid rgba(255,255,255,.1);
}

.network-section {
  background: #10100f;
  border-top: 1px solid rgba(214,165,52,.28);
}

.services-section::before,
.network-section::before {
  content: "";
  position: absolute;
  top: 0;
  left: var(--pad);
  width: clamp(3.5rem, 7vw, 6rem);
  height: 3px;
  background: var(--gold);
}

/* Break dense grids into individual cards instead of one large visual block */
.markets {
  gap: clamp(.7rem, 1.2vw, 1rem);
  background: transparent;
}

.capability-grid {
  gap: clamp(.8rem, 1.2vw, 1rem);
  border: 0;
  background: transparent;
}

.capability-pillar {
  border: 1px solid rgba(255,255,255,.12);
  border-top: 3px solid rgba(214,165,52,.72);
}

.network-grid {
  gap: clamp(.8rem, 1.2vw, 1rem);
  border: 0;
}

.network-card {
  border: 1px solid rgba(255,255,255,.1);
}

/* More breathing room between section introductions and their content */
.markets,
.projects,
.capability-grid,
.network-grid {
  margin-top: clamp(4rem, 6vw, 5.5rem);
}

@media (max-width: 760px) {
  body {
    word-spacing: .055em;
  }

  p,
  li,
  address,
  .hero-intro,
  .about-copy,
  .network-role {
    word-spacing: .065em;
  }

  h1,
  .about-grid h2,
  .section-heading h2,
  .network-intro h2,
  .contact-section h2 {
    word-spacing: .085em;
  }

  .project-metrics span {
    padding-left: .38rem;
    padding-right: .38rem;
  }

  .project-metrics strong {
    font-size: clamp(.92rem, 4.2vw, 1.12rem);
  }

  .markets,
  .projects,
  .capability-grid,
  .network-grid {
    margin-top: 3rem;
  }
}
