:root {
  --black: #161616;
  --white: #EFEDF3;
  --lime: #D6FA00;
  --pink: #FF79D7;
  --purple: #6F00FF;
  --muted: #A8A6AC;
  --line-dark: rgba(22,22,22,.22);
  --line-light: rgba(239,237,243,.2);
  --display: "Manrope", sans-serif;
  --body: "DM Sans", sans-serif;
  --tech: "Orbitron", sans-serif;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body { margin: 0; background: var(--black); color: var(--white); font: 16px/1.5 var(--body); overflow-x: hidden; }
a { color: inherit; text-decoration: none; }
p, h1, h2, h3 { margin-top: 0; }
button { font: inherit; }
.section-shell { width: min(1480px, calc(100% - 7vw)); margin-inline: auto; }
.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; }

.site-header {
  width: min(1480px, calc(100% - 7vw));
  height: 92px;
  margin-inline: auto;
  display: flex;
  align-items: center;
  justify-content: space-between;
  border-bottom: 1px solid var(--line-light);
  position: relative;
  z-index: 20;
}
.brand { display: inline-flex; align-items: center; gap: 14px; }
.brand-logo { display: block; width: 44px; height: 44px; object-fit: contain; flex: 0 0 44px; transform: scale(1.45); transform-origin: center; }
.brand-mark { width: 37px; height: 37px; background: var(--white); color: var(--black); display: grid; place-items: center; font: 600 1.15rem var(--tech); }
.brand-word { display: grid; font-family: var(--tech); line-height: 1; letter-spacing: .015em; }
.brand-word b { font-size: .85rem; font-weight: 600; }
.brand-word i { font-size: .49rem; font-style: normal; font-weight: 500; letter-spacing: .2em; margin-top: 5px; color: var(--muted); }
.footer-brand .brand-word i { color: rgba(239,237,243,.68); letter-spacing: .28em; }
.footer-brand .brand-logo { width: 48px; height: 48px; flex-basis: 48px; }
.site-header nav { display: flex; align-items: center; gap: 27px; font-size: .8rem; }
.site-header nav > a { transition: color .2s; }
.site-header nav > a:hover { color: var(--lime); }
.site-header .nav-cta { margin-left: 10px; padding: 12px 15px; border: 1px solid var(--line-light); }
.nav-cta span { margin-left: 18px; color: var(--lime); }
.menu-toggle { display: none; background: none; border: 0; color: var(--white); width: 42px; height: 42px; position: relative; }
.menu-toggle span:not(.sr-only) { width: 25px; height: 1px; background: currentColor; position: absolute; left: 8px; top: 17px; }
.menu-toggle span:nth-child(2) { top: 25px; }

.hero { min-height: calc(100vh - 92px); padding: 42px 0 38px; display: flex; flex-direction: column; justify-content: space-between; }
.hero-top { display: flex; align-items: center; justify-content: space-between; gap: 30px; }
.hero-top > p:last-child { margin: 0; color: #77757C; font: 500 .6rem var(--tech); letter-spacing: .1em; text-transform: uppercase; }
.eyebrow { display: flex; align-items: center; gap: 10px; color: var(--muted); font: 500 .64rem var(--tech); letter-spacing: .12em; text-transform: uppercase; }
.eyebrow span { width: 8px; height: 8px; background: var(--lime); }
.hero h1 { margin: 7vh 0 8vh; font: 600 clamp(4.5rem,10.4vw,10.8rem)/.8 var(--display); letter-spacing: -.085em; text-transform: uppercase; }
.hero h1 span { display: block; }
.hero h1 span:nth-child(2) { padding-left: 8vw; }
.hero h1 em, .group h2 em, .cap-head h2 em, .network-head h2 em, .work-head h2 em, .contact-main h2 em { font-family: var(--display); font-weight: 600; font-style: normal; text-transform: uppercase; color: var(--lime); letter-spacing: inherit; }
.hero-bottom { display: grid; grid-template-columns: minmax(280px,620px) auto 170px; gap: 6vw; align-items: center; padding: 24px 0; border-top: 1px solid var(--line-light); border-bottom: 1px solid var(--line-light); }
.hero-bottom > p { max-width: 600px; margin: 0; color: #AAA8AF; font-size: 1.04rem; line-height: 1.6; }
.button { display: inline-flex; align-items: center; justify-content: space-between; gap: 34px; min-height: 52px; padding: 0 18px; border: 1px solid var(--lime); color: var(--white); font-weight: 600; white-space: nowrap; transition: background .2s, color .2s; }
.button span { color: var(--lime); }
.button:hover { background: var(--lime); color: var(--black); }
.button:hover span { color: var(--black); }
.hero-signature { display: flex; align-items: center; justify-content: flex-end; gap: 16px; }
.hero-signature strong { color: var(--lime); font: 600 2.8rem/1 var(--tech); }
.hero-signature span { color: #77757C; font: 500 .56rem/1.55 var(--tech); letter-spacing: .08em; text-transform: uppercase; }
.hero-visual { min-height: 560px; position: relative; overflow: hidden; background: #0c0c0c; border: 1px solid var(--line-light); }
.hero-image { position: absolute; inset: 0; background: linear-gradient(180deg,rgba(22,22,22,.05),rgba(22,22,22,.76)), url("promozy-hero.png") 64% center/cover; filter: saturate(.55) contrast(1.08); transform: scale(1.01); transition: filter .5s, transform .8s; }
.hero-visual:hover .hero-image { filter: saturate(.9) contrast(1.04); transform: scale(1.035); }
.image-topline { position: absolute; left: 0; right: 0; top: 0; padding: 17px 19px; display: flex; justify-content: space-between; gap: 20px; background: rgba(22,22,22,.68); border-bottom: 1px solid var(--line-light); font: 500 .58rem var(--tech); letter-spacing: .09em; text-transform: uppercase; }
.image-topline span:last-child { color: var(--lime); }
.image-caption { position: absolute; left: 24px; right: 24px; bottom: 22px; display: flex; align-items: end; justify-content: space-between; gap: 20px; }
.image-caption strong { max-width: 380px; font: 500 clamp(1.55rem,2.5vw,2.7rem)/1.05 var(--display); letter-spacing: -.04em; }
.image-caption span { font-size: .72rem; color: var(--muted); }
.hero-ledger { grid-column: 1/-1; display: grid; grid-template-columns: repeat(4,1fr); border-top: 1px solid var(--line-light); border-left: 1px solid var(--line-light); }
.hero-ledger div { padding: 18px 20px; border-right: 1px solid var(--line-light); display: flex; justify-content: space-between; align-items: center; gap: 15px; }
.hero-ledger span { color: #7E7C82; font-size: .7rem; text-transform: uppercase; letter-spacing: .08em; }
.hero-ledger strong { font: 600 .8rem var(--display); }

.scope-strip { background: var(--lime); color: var(--black); border-bottom: 4px solid var(--purple); }
.scope-strip .section-shell { min-height: 70px; display: grid; grid-template-columns: repeat(6,1fr); align-items: center; }
.scope-strip span { text-align: center; font: 600 .62rem var(--tech); letter-spacing: .08em; text-transform: uppercase; border-right: 1px solid var(--line-dark); }
.scope-strip span:first-child { border-left: 1px solid var(--line-dark); }

.section-label { padding-top: 18px; border-top: 1px solid var(--line-dark); color: #6F6D73; font: 500 .65rem var(--tech); letter-spacing: .12em; text-transform: uppercase; }
.section-label span { color: var(--lime); margin-right: 18px; }
.group { background: #111111; color: var(--white); padding: 88px 0 82px; }
.group .section-label { border-color: var(--line-light); color: #75737A; }
.group .section-label span { color: var(--lime); }
.group-grid { display: grid; grid-template-columns: 1.08fr .92fr; gap: 9vw; margin-top: 54px; }
.group h2, .cap-head h2, .network-head h2, .work-head h2, .contact-main h2 { margin-bottom: 0; font: 600 clamp(3rem,5.4vw,5.8rem)/.98 var(--display); letter-spacing: -.06em; text-transform: uppercase; }
.group h2 em { color: var(--lime); }
.group-copy { padding-top: 7px; }
.group-copy p { color: #A8A6AC; line-height: 1.72; max-width: 610px; }
.group-copy .lead { color: var(--white); font: 500 clamp(1.25rem,2vw,1.75rem)/1.5 var(--display); letter-spacing: -.02em; }
.inline-link { display: inline-flex; align-items: center; gap: 30px; margin-top: 20px; padding-bottom: 8px; border-bottom: 1px solid var(--white); font-weight: 600; }
.inline-link span { color: var(--lime); }
.company-facts { margin-top: 62px; display: grid; grid-template-columns: repeat(4,1fr); border-top: 1px solid var(--line-light); }
.company-facts div { padding: 28px 22px 0 0; display: flex; flex-direction: column; gap: 12px; }
.company-facts strong { color: var(--white); font: 600 clamp(2rem,3.5vw,3.8rem)/1 var(--display); letter-spacing: -.055em; }
.company-facts span { color: #77757C; font-size: .7rem; letter-spacing: .06em; text-transform: uppercase; }
.principles { margin-top: 100px; display: grid; grid-template-columns: repeat(3,1fr); border-top: 1px solid var(--line-light); border-left: 1px solid var(--line-light); }
.principles div { min-height: 235px; padding: 24px; border-right: 1px solid var(--line-light); border-bottom: 1px solid var(--line-light); display: flex; flex-direction: column; background: #191919; }
.principles div:nth-child(2) { background: var(--purple); }
.principles div:nth-child(3) { background: var(--pink); color: var(--black); }
.principles span { color: var(--lime); font: 500 .68rem var(--tech); }
.principles div:nth-child(3) span { color: var(--black); }
.principles strong { margin-top: auto; font: 600 1.3rem var(--display); }
.principles p { color: #96949A; max-width: 270px; margin: 8px 0 0; font-size: .88rem; }
.principles div:nth-child(2) p { color: rgba(239,237,243,.72); }
.principles div:nth-child(3) p { color: rgba(22,22,22,.72); }

.capabilities { padding: 84px 0 88px; }
.capabilities .section-label { border-color: var(--line-light); color: #75737A; }
.capabilities .section-label span { color: var(--lime); }
.cap-head { margin: 52px 0 58px; display: grid; grid-template-columns: 1fr 370px; gap: 6vw; align-items: end; }
.cap-head p, .network-head p, .work-head p { color: var(--muted); line-height: 1.65; margin-bottom: 0; }
.cap-list { border-top: 1px solid var(--line-light); }
.cap-row { display: grid; grid-template-columns: 100px minmax(270px,.8fr) 1fr; gap: 35px; align-items: center; min-height: 108px; border-bottom: 1px solid var(--line-light); transition: background .2s, padding .2s; }
.cap-row:hover { background: #1E1E1E; padding-inline: 18px; }
.cap-num { color: var(--lime); font: 500 .64rem var(--tech); }
.cap-row h3 { margin: 0; font: 600 clamp(1.45rem,2.2vw,2.2rem) var(--display); letter-spacing: -.035em; }
.cap-row p { margin: 0; color: #85838A; line-height: 1.55; max-width: 600px; }

.network { padding: 84px 0 88px; background: #101010; color: var(--white); }
.network .section-label { border-color: var(--line-light); color: #75737A; }
.network .section-label span { color: var(--lime); }
.network-head { margin: 52px 0 58px; display: grid; grid-template-columns: 1fr 390px; gap: 7vw; align-items: end; }
.network-head h2 em { color: var(--lime); }
.network-head p { color: var(--muted); }
.network-list { display: flex; flex-wrap: wrap; border-top: 1px solid var(--line-light); border-left: 1px solid var(--line-light); }
.network-platform { position: relative; flex: 1 1 24%; min-width: 235px; min-height: 178px; padding: 20px 22px; display: flex; flex-direction: column; align-items: center; justify-content: space-between; overflow: hidden; border-right: 1px solid var(--line-light); border-bottom: 1px solid var(--line-light); background: #151515; transition: background .25s, transform .25s; }
.network-platform::after { content: ''; position: absolute; right: 0; bottom: 0; left: 0; height: 3px; background: var(--lime); transform: scaleX(0); transform-origin: left; transition: transform .25s; }
.network-platform:hover { background: #1b1b1b; }
.network-platform:hover::after { transform: scaleX(1); }
.network-index { align-self: flex-start; color: var(--lime); font: 500 .55rem var(--tech); letter-spacing: .1em; }
.network-list strong { font: 600 clamp(1.35rem,2vw,2rem) var(--display); letter-spacing: -.04em; }
.network-brand { min-width: 0; min-height: 68px; width: 100%; display: flex; align-items: center; justify-content: center; text-align: center; overflow: hidden; }
.network-brand img { display: block; width: auto; height: auto; max-width: 76%; max-height: 64px; margin: auto; object-fit: contain; object-position: 50% 50%; filter: grayscale(1) brightness(0) invert(1); opacity: .76; transform-origin: center; transition: filter .25s, opacity .25s, transform .25s; }
.network-brand img.logo-wide { max-width: 84%; max-height: 56px; }
.network-brand img.logo-compact { max-width: 116px; max-height: 66px; }
.network-brand.has-logo > span { position: absolute; width: 1px; height: 1px; overflow: hidden; clip: rect(0,0,0,0); white-space: nowrap; }
.network-platform:hover .network-brand img { filter: none; opacity: 1; transform: scale(1.05); }
.network-market { color: #77757C; font: 500 .56rem var(--tech); letter-spacing: .09em; text-transform: uppercase; text-align: center; }
.network-grid { display: grid; grid-template-columns: repeat(4,1fr); border-top: 1px solid var(--line-light); border-left: 1px solid var(--line-light); }
.network-card { min-height: 330px; padding: 22px; border-right: 1px solid var(--line-light); border-bottom: 1px solid var(--line-light); display: flex; flex-direction: column; justify-content: space-between; transition: background .25s, color .25s; background: #171717; }
.network-card > span { color: #858289; font: 500 .58rem var(--tech); letter-spacing: .09em; text-transform: uppercase; }
.network-card strong { display: block; font: 600 clamp(2.8rem,4vw,4.7rem)/.9 var(--display); letter-spacing: -.07em; }
.network-card strong + p { margin: 12px 0 0; font-weight: 600; }
.network-card small { color: #858289; font-size: .72rem; }
.network-card.primary { background: var(--lime); color: var(--black); }
.network-card.primary > span { color: var(--black); opacity: .65; }
.network-card:nth-child(3) { background: var(--purple); color: var(--white); }
.network-card:nth-child(6) { background: var(--pink); color: var(--black); }
.network-card:hover:not(.network-statement) { background: var(--lime); color: var(--black); }
.network-card:hover > span, .network-card:hover small { color: inherit; opacity: .7; }
.network-statement { background: var(--purple); color: var(--white); justify-content: flex-end; }
.network-statement p { margin: 0; font: 500 clamp(1.35rem,2vw,2rem)/1.35 var(--display); }
.network-statement strong { display: inline; color: var(--lime); font-size: inherit; letter-spacing: inherit; }

.work { padding: 84px 0 88px; }
.work .section-label { border-color: var(--line-light); color: #75737A; }
.work .section-label span { color: var(--lime); }
.work-head { margin: 52px 0 58px; display: grid; grid-template-columns: 1fr 390px; gap: 7vw; align-items: end; }
.case-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 60px 28px; }
.case-wide { grid-column: 1/-1; display: grid; grid-template-columns: 1.3fr .7fr; border: 1px solid var(--line-light); }
.case-image { min-height: 540px; background: linear-gradient(90deg,transparent 55%,rgba(22,22,22,.65)), url("promozy-hero.png") 68% center/cover; filter: grayscale(.28); }
.case-wide .case-copy { padding: 34px; display: flex; flex-direction: column; justify-content: flex-end; border-left: 1px solid var(--line-light); }
.case-copy > span { color: #77757C; font: 500 .58rem var(--tech); letter-spacing: .08em; text-transform: uppercase; }
.case-copy h3 { margin: 16px 0 34px; max-width: 530px; font: 600 clamp(1.8rem,3vw,3.2rem)/1.08 var(--display); letter-spacing: -.045em; }
.case-copy p { margin: 0; color: var(--muted); }
.case-client { display: block; margin-top: 22px; color: var(--lime); font: 500 .6rem var(--tech); letter-spacing: .13em; }
.case-block { aspect-ratio: 16/10; padding: 28px; display: flex; align-items: center; justify-content: space-between; background: #191919; color: var(--white); border: 1px solid var(--line-light); border-bottom: 5px solid var(--lime); }
.case-block > span { color: var(--lime); font: 700 clamp(4rem,9vw,9rem)/1 var(--display); letter-spacing: -.09em; }
.case-block small { text-align: right; font: 500 .62rem/1.45 var(--tech); letter-spacing: .08em; text-transform: uppercase; }
.case-block-dark { background: #191919; color: var(--lime); border-color: var(--lime); }
.case-card:not(.case-wide) .case-copy { padding-top: 22px; }
.case-card:not(.case-wide) { padding-bottom: 28px; border-bottom: 1px solid var(--line-light); }
.case-code { aspect-ratio: 16/10; padding: 28px; display: flex; flex-direction: column; justify-content: space-between; background: var(--purple); color: var(--white); border-bottom: 5px solid var(--lime); }
.case-code > span { font: 600 clamp(3.8rem,7vw,7.5rem)/.9 var(--display); letter-spacing: -.08em; }
.case-code small { align-self: flex-end; font: 500 .61rem var(--tech); letter-spacing: .08em; text-transform: uppercase; }
.case-code-outline { background: #151515; border: 1px solid var(--line-light); border-bottom: 5px solid var(--lime); }
.case-code-outline > span { color: var(--lime); }
.sector-line { margin: 62px 0 0; padding-top: 22px; border-top: 1px solid var(--line-light); color: #77757C; text-align: center; font: 500 .68rem var(--tech); letter-spacing: .1em; text-transform: uppercase; }

.reach { padding: 125px 0; background: var(--lime); color: var(--black); }
.reach .section-label { border-color: rgba(22,22,22,.28); color: rgba(22,22,22,.62); }
.reach .section-label span { color: var(--black); }
.reach-head { margin: 70px 0 76px; display: grid; grid-template-columns: 270px 1fr; gap: 7vw; align-items: end; }
.reach-head > p { margin: 0; font: 500 .7rem/1.65 var(--tech); letter-spacing: .06em; text-transform: uppercase; }
.reach-head h2 { margin: 0; font: 600 clamp(3.5rem,6.3vw,7rem)/.9 var(--display); letter-spacing: -.07em; text-transform: uppercase; }
.reach-head h2 em { font-family: Georgia, serif; font-weight: 400; font-style: italic; text-transform: none; color: var(--black); letter-spacing: -.05em; }
.reach-grid { display: grid; grid-template-columns: repeat(4,1fr); border-top: 1px solid rgba(22,22,22,.32); border-left: 1px solid rgba(22,22,22,.32); }
.reach-grid article { min-height: 260px; padding: 24px; border-right: 1px solid rgba(22,22,22,.32); border-bottom: 1px solid rgba(22,22,22,.32); display: flex; flex-direction: column; justify-content: space-between; }
.reach-grid strong { font: 600 clamp(3.4rem,6vw,6.8rem)/.9 var(--display); letter-spacing: -.075em; }
.reach-grid span { max-width: 150px; font-size: .77rem; font-weight: 600; text-transform: uppercase; letter-spacing: .06em; }
.reach-foot { display: grid; grid-template-columns: 1fr auto; gap: 50px; align-items: end; margin-top: 44px; }
.reach-foot p { max-width: 670px; margin: 0; font: 500 clamp(1.15rem,1.8vw,1.5rem)/1.5 var(--display); letter-spacing: -.02em; }
.reach-foot span { padding-bottom: 6px; border-bottom: 1px solid var(--black); font: 500 .68rem var(--tech); letter-spacing: .09em; }

.clients { padding: 70px 0 58px; background: #101010; overflow: hidden; border-top: 1px solid var(--line-light); }
.clients .section-label { border-color: var(--line-light); color: #75737A; }
.clients .section-label span { color: var(--lime); }
.clients-title { margin: 42px 0; display: grid; grid-template-columns: 1fr 380px; gap: 7vw; align-items: end; }
.clients-title h2 { margin: 0; font: 600 clamp(3rem,5.4vw,5.8rem)/.98 var(--display); letter-spacing: -.06em; text-transform: uppercase; }
.clients-title h2 em { font-family: Georgia, serif; font-weight: 400; font-style: italic; text-transform: none; color: var(--lime); letter-spacing: -.045em; }
.clients-title p { margin: 0; color: var(--muted); line-height: 1.65; }
.logo-marquee { width: 100%; overflow: hidden; background: transparent; border-top: 1px solid var(--line-light); border-bottom: 1px solid var(--line-light); -webkit-mask-image: linear-gradient(90deg,transparent,#000 3%,#000 97%,transparent); mask-image: linear-gradient(90deg,transparent,#000 3%,#000 97%,transparent); }
.logo-marquee + .logo-marquee { border-top: 0; }
.logo-track { display: flex; width: max-content; will-change: transform; animation: logo-scroll var(--logo-duration,32s) linear infinite; }
.logo-marquee:hover .logo-track { animation-play-state: paused; }
.logo-marquee-reverse .logo-track { animation-direction: reverse; }
.logo-set { display: flex; flex-shrink: 0; }
.client-logo { flex: 0 0 clamp(230px,18vw,285px); height: 132px; padding: 18px 24px; border-right: 1px solid var(--line-light); display: flex; align-items: center; justify-content: center; position: relative; overflow: hidden; background: transparent; }
.client-logo-frame { width: 100%; height: 88px; display: flex; align-items: center; justify-content: center; overflow: hidden; }
.client-logo span { font: 600 clamp(1rem,1.7vw,1.45rem) var(--display); letter-spacing: -.03em; color: rgba(239,237,243,.72); text-align: center; white-space: nowrap; text-transform: uppercase; }
.client-logo img { display: block; width: auto; height: auto; max-width: min(100%,220px); max-height: 78px; margin: auto; object-fit: contain; object-position: 50% 50%; filter: grayscale(1) invert(1) contrast(1.22) brightness(1.18); mix-blend-mode: screen; opacity: 0; transform-origin: center; transition: opacity .25s, transform .25s, filter .25s; }
.client-logo.has-logo img { opacity: .9; }
.client-logo.has-logo span { display: none; }
.client-logo.logo-invalid { display: none; }
.client-logo img.logo-wide { max-width: min(100%,224px); max-height: 68px; }
.client-logo img.logo-compact { max-width: 150px; max-height: 78px; }
.client-logo:hover img { filter: none; mix-blend-mode: normal; opacity: 1; transform: scale(1.04); }
.client-logo:hover span { color: var(--lime); }
@keyframes logo-scroll { to { transform: translateX(-33.333333%); } }

.contact { background: #101010; color: var(--white); padding: 78px 0 52px; border-top: 5px solid var(--lime); }
.contact-grid { display: grid; grid-template-columns: 190px 1fr 210px; gap: 4vw; }
.contact .section-label { border-color: rgba(239,237,243,.32); color: rgba(239,237,243,.7); }
.contact .section-label span { color: var(--lime); }
.contact-main > p { color: var(--lime); font: 500 .62rem var(--tech); letter-spacing: .1em; text-transform: uppercase; }
.contact-main h2 { font-size: clamp(3.4rem,5.7vw,6.6rem); line-height: .9; }
.contact-main h2 em { color: var(--lime); }
.contact-main > a { display: inline-flex; gap: 36px; margin-top: 36px; padding-bottom: 7px; border-bottom: 2px solid var(--lime); font: 500 clamp(1rem,1.55vw,1.32rem) var(--display); }
.contact-main > a span { color: var(--lime); }
.contact-meta { align-self: end; border-top: 1px solid rgba(239,237,243,.32); padding-top: 20px; font-size: .78rem; }
.contact-meta p { margin: 0 0 22px; line-height: 1.55; }
.social-links { display: flex; flex-wrap: wrap; gap: 9px; }
.social-link { width: 42px; height: 42px; display: inline-grid; place-items: center; border: 1px solid rgba(212,255,0,.55); color: var(--lime); transition: color .2s, background .2s, border-color .2s, transform .2s; }
.social-link svg { width: 19px; height: 19px; fill: none; stroke: currentColor; stroke-width: 1.8; stroke-linecap: round; stroke-linejoin: round; }
.social-facebook svg { fill: currentColor; stroke: none; }
.social-link:hover { color: var(--black); background: var(--lime); border-color: var(--lime); transform: translateY(-2px); }
.social-link.is-disabled { opacity: .38; cursor: default; }
.social-link.is-disabled:hover { color: var(--lime); background: transparent; border-color: rgba(212,255,0,.55); transform: none; }
.site-footer { min-height: 120px; display: flex; justify-content: space-between; align-items: center; color: #77757C; font-size: .72rem; }
.site-footer > a:last-child { color: var(--white); }
.promozy-page { min-height: 70vh; padding: 110px 0; }
.promozy-page h1 { font: 600 clamp(3.2rem,7vw,7rem)/.95 var(--display); letter-spacing: -.06em; text-transform: uppercase; }
.promozy-page .entry-content { max-width: 820px; color: var(--muted); font-size: 1.08rem; }
.contact-meta a:hover { color: var(--lime); }

.about-page { background: var(--black); }
.about-hero { padding: 54px 0 92px; }
.about-hero .section-label, .about-services .section-label { border-color: var(--line-light); color: #75737A; }
.about-hero-grid { display: grid; grid-template-columns: minmax(0,1.35fr) minmax(300px,.65fr); gap: 8vw; align-items: end; margin-top: 70px; }
.about-hero h1, .about-story h2, .about-section-head h2, .about-cta h2 { margin: 0; font: 600 clamp(3.7rem,7vw,8rem)/.9 var(--display); letter-spacing: -.075em; text-transform: uppercase; }
.about-hero h1 em, .about-story h2 em, .about-section-head h2 em, .about-cta h2 em { color: var(--lime); font-style: normal; }
.about-intro { padding-top: 8px; color: var(--muted); font-size: 1.08rem; line-height: 1.75; }
.about-intro p:first-child { color: var(--white); font: 500 clamp(1.2rem,1.7vw,1.55rem)/1.5 var(--display); letter-spacing: -.02em; }
.about-intro p:last-child { margin-bottom: 0; }
.about-story { padding: 94px 0; background: var(--white); color: var(--black); }
.about-story-grid { display: grid; grid-template-columns: 1.15fr .85fr; gap: 9vw; align-items: start; }
.about-kicker { color: #77757C; font: 600 .64rem var(--tech); letter-spacing: .12em; text-transform: uppercase; }
.about-story h2 { font-size: clamp(3rem,5.4vw,6rem); }
.about-story h2 em { color: var(--purple); }
.about-story-copy { padding-top: 28px; font-size: 1.06rem; line-height: 1.75; color: #55535A; }
.about-story-copy p:first-child { color: var(--black); font: 500 clamp(1.2rem,1.7vw,1.55rem)/1.55 var(--display); letter-spacing: -.02em; }
.about-numbers { display: grid; grid-template-columns: repeat(4,1fr); padding-top: 58px; padding-bottom: 80px; border-top: 1px solid var(--line-light); }
.about-numbers div { min-height: 125px; padding: 0 22px; border-right: 1px solid var(--line-light); display: flex; flex-direction: column; justify-content: space-between; }
.about-numbers div:first-child { padding-left: 0; }
.about-numbers div:last-child { border-right: 0; }
.about-numbers strong { font: 600 clamp(2.5rem,4.4vw,5rem)/1 var(--display); letter-spacing: -.065em; }
.about-numbers span { color: #77757C; font: 500 .6rem var(--tech); letter-spacing: .09em; text-transform: uppercase; }
.about-network { padding: 82px 0 92px; background: #101010; }
.about-network .section-label { border-color: var(--line-light); color: #75737A; }
.about-section-head { display: grid; grid-template-columns: 1fr 390px; gap: 7vw; align-items: end; margin: 52px 0 58px; }
.about-section-head h2 { font-size: clamp(3rem,5.4vw,5.8rem); }
.about-section-head p { margin: 0; color: var(--muted); line-height: 1.7; }
.about-platforms { display: grid; grid-template-columns: repeat(4,1fr); border-top: 1px solid var(--line-light); border-left: 1px solid var(--line-light); }
.about-platforms div { min-height: 175px; padding: 20px; border-right: 1px solid var(--line-light); border-bottom: 1px solid var(--line-light); display: flex; flex-direction: column; justify-content: space-between; transition: background .2s; }
.about-platforms div:hover { background: #1D1D1D; }
.about-platforms span { color: var(--lime); font: 500 .56rem var(--tech); }
.about-platforms strong { font: 600 clamp(1.25rem,1.8vw,1.8rem) var(--display); letter-spacing: -.035em; }
.about-platforms small { color: #77757C; font: 500 .54rem var(--tech); letter-spacing: .08em; text-transform: uppercase; }
.about-services { padding-top: 88px; padding-bottom: 96px; }
.about-service-list { border-top: 1px solid var(--line-light); }
.about-service-list article { display: grid; grid-template-columns: 80px minmax(240px,.75fr) 1fr; gap: 32px; align-items: center; min-height: 116px; border-bottom: 1px solid var(--line-light); }
.about-service-list article > span { color: var(--lime); font: 500 .58rem var(--tech); }
.about-service-list h3 { margin: 0; font: 600 clamp(1.35rem,2vw,2rem) var(--display); letter-spacing: -.035em; }
.about-service-list p { margin: 0; max-width: 650px; color: #85838A; }
.about-cta { padding: 88px 0 96px; border-top: 5px solid var(--lime); background: #101010; }
.about-cta p { color: var(--lime); font: 500 .62rem var(--tech); letter-spacing: .1em; text-transform: uppercase; }
.about-cta h2 { max-width: 1100px; font-size: clamp(3.5rem,7vw,7.7rem); }
.about-cta > div > a { display: inline-flex; gap: 36px; margin-top: 48px; padding-bottom: 8px; border-bottom: 2px solid var(--lime); font: 500 clamp(1rem,1.55vw,1.35rem) var(--display); }
.about-cta a span { color: var(--lime); }

/* Who We Are: a distinct editorial profile, intentionally separate from the homepage system. */
.identity-page { background: var(--black); }
.identity-hero { background: var(--white); color: var(--black); padding: 38px 0 54px; }
.identity-meta { min-height: 54px; display: flex; justify-content: space-between; align-items: flex-start; border-top: 1px solid rgba(22,22,22,.25); padding-top: 15px; font: 600 .58rem var(--tech); letter-spacing: .1em; text-transform: uppercase; }
.identity-meta span:last-child { color: #6d6b71; }
.identity-hero-grid { display: grid; grid-template-columns: minmax(0,1fr) clamp(260px,23vw,365px); gap: 7vw; align-items: end; padding: 55px 0 70px; }
.identity-headline > p { margin-bottom: 24px; color: #66636A; font: 600 .62rem var(--tech); letter-spacing: .13em; text-transform: uppercase; }
.identity-headline h1 { margin: 0; max-width: 1080px; font: 600 clamp(3.9rem,7.1vw,8.5rem)/.86 var(--display); letter-spacing: -.085em; text-transform: uppercase; }
.identity-headline h1 em { display: inline-block; color: var(--purple); font-style: normal; }
.identity-mark { aspect-ratio: 1; position: relative; display: grid; place-items: center; overflow: hidden; background: var(--lime); }
.identity-mark::before { content: ''; position: absolute; inset: 18px; border: 1px solid rgba(22,22,22,.35); }
.identity-mark img { width: 62%; height: 62%; object-fit: contain; filter: brightness(0); transform: scale(1.45); }
.identity-mark span { position: absolute; right: 31px; bottom: 27px; font: 600 .58rem var(--tech); letter-spacing: .12em; }
.identity-hero-foot { display: grid; grid-template-columns: minmax(300px,690px) auto; justify-content: space-between; gap: 50px; align-items: end; border-top: 1px solid rgba(22,22,22,.25); padding-top: 24px; }
.identity-hero-foot p { max-width: 690px; margin: 0; font: 500 clamp(1.15rem,1.7vw,1.55rem)/1.5 var(--display); letter-spacing: -.02em; }
.identity-hero-foot a { padding-bottom: 6px; border-bottom: 1px solid var(--black); font-weight: 600; }
.identity-hero-foot a span { margin-left: 28px; color: var(--purple); }
.identity-platform-strip { overflow: hidden; border-top: 1px solid var(--line-light); border-bottom: 1px solid var(--line-light); background: #101010; }
.identity-platform-track { width: max-content; min-width: 100%; min-height: 78px; display: flex; align-items: center; justify-content: center; gap: 28px; padding: 0 4vw; }
.identity-platform-track span { color: rgba(239,237,243,.8); font: 600 clamp(.95rem,1.25vw,1.25rem) var(--display); white-space: nowrap; }
.identity-platform-track i { color: var(--lime); font-style: normal; font-size: .48rem; }
.identity-story { padding: 120px 0 128px; background: #F0EEF3; color: var(--black); scroll-margin-top: 30px; }
.identity-story-grid { display: grid; grid-template-columns: 1.08fr .72fr; gap: 12vw; align-items: start; }
.identity-story-title > span, .identity-founder-tag, .identity-founder-main > p { font: 600 .58rem var(--tech); letter-spacing: .12em; text-transform: uppercase; }
.identity-story-title > span { color: #68666c; }
.identity-story-title h2, .identity-founder-main h2 { margin: 48px 0 0; font: 600 clamp(3rem,5.4vw,6.1rem)/.94 var(--display); letter-spacing: -.068em; text-transform: uppercase; }
.identity-story-title h2 em { color: var(--purple); font-style: normal; }
.identity-story-copy { padding-top: 65px; }
.identity-story-copy p { color: #59575D; font-size: 1.02rem; line-height: 1.78; }
.identity-story-copy p:first-child { color: var(--black); font: 500 clamp(1.3rem,1.8vw,1.65rem)/1.55 var(--display); letter-spacing: -.025em; }
.identity-evolution { padding: 82px 0 88px; background: #111; }
.identity-section-line { min-height: 62px; display: grid; grid-template-columns: 70px 1fr auto; align-items: start; border-top: 1px solid var(--line-light); padding-top: 17px; font: 500 .58rem var(--tech); letter-spacing: .11em; text-transform: uppercase; }
.identity-section-line > span { color: var(--lime); }
.identity-section-line > strong { font-weight: 500; }
.identity-section-line > small { color: #77757c; font: inherit; }
.identity-steps { display: grid; grid-template-columns: repeat(4,1fr); gap: 12px; margin-top: 42px; align-items: stretch; }
.identity-steps article { min-height: 255px; padding: 22px; display: flex; flex-direction: column; background: #1A1A1A; border: 1px solid var(--line-light); }
.identity-steps article:nth-child(2) { background: var(--purple); }
.identity-steps article:nth-child(3) { background: var(--white); color: var(--black); }
.identity-steps article:nth-child(4) { background: var(--pink); color: var(--black); }
.identity-steps article > span { color: var(--lime); font: 600 .57rem var(--tech); }
.identity-steps article:nth-child(3) > span, .identity-steps article:nth-child(4) > span { color: var(--black); }
.identity-steps strong { margin-top: auto; font: 600 clamp(1.35rem,1.8vw,1.85rem)/1.1 var(--display); letter-spacing: -.04em; }
.identity-steps p { margin: 16px 0 0; color: #9B999F; font-size: .86rem; line-height: 1.55; }
.identity-steps article:nth-child(2) p { color: rgba(239,237,243,.72); }
.identity-steps article:nth-child(3) p, .identity-steps article:nth-child(4) p { color: rgba(22,22,22,.68); }
.identity-founder { padding: 88px 0 92px; background: var(--lime); color: var(--black); }
.identity-founder-grid { display: grid; grid-template-columns: 150px minmax(300px,390px) minmax(0,1fr); gap: clamp(28px,3.5vw,68px); align-items: end; }
.identity-founder-tag { padding-top: 16px; border-top: 1px solid rgba(22,22,22,.35); }
.identity-founder-tag span { display: block; margin-bottom: 38px; }
.identity-founder-tag p { margin: 0; }
.identity-founder-photo { position: relative; align-self: end; margin: 0; overflow: visible; border: 0; background: transparent; line-height: 0; }
.identity-founder-photo img { width: 100%; height: auto; max-height: 610px; display: block; object-fit: contain; object-position: center bottom; filter: none; transition: transform .55s ease; }
.identity-founder-photo:hover img { transform: translateY(-5px) scale(1.012); }
.identity-founder-main > p { margin-bottom: 34px; }
.identity-founder-main h2 { max-width: 1000px; margin-top: 0; font-size: clamp(3rem,4.8vw,5.35rem); }
.identity-founder-main h2 em { color: var(--purple); font-style: normal; }
.identity-founder-main > div { display: grid; grid-template-columns: 1fr 1fr; gap: 40px; max-width: 880px; margin: 42px 0 0 auto; border-top: 1px solid rgba(22,22,22,.35); padding-top: 22px; }
.identity-founder-main > div p { margin: 0; color: rgba(22,22,22,.75); line-height: 1.7; }
.identity-model { padding: 82px 0 90px; background: var(--white); color: var(--black); }
.identity-model .identity-section-line { border-color: rgba(22,22,22,.25); }
.identity-model .identity-section-line > span { color: var(--purple); }
.identity-model-grid { display: grid; grid-template-columns: repeat(3,minmax(0,1fr)); gap: 12px; margin-top: 42px; align-items: stretch; }
.identity-model-grid article { min-height: 300px; padding: 24px; display: flex; flex-direction: column; border: 1px solid rgba(22,22,22,.22); }
.identity-model-grid .identity-model-a { background: var(--black); color: var(--white); }
.identity-model-b { background: var(--pink); }
.identity-model-c { background: var(--purple); color: var(--white); }
.identity-model-grid article > span { font: 600 .58rem var(--tech); }
.identity-model-a > span { color: var(--lime); }
.identity-model-grid h3 { max-width: 520px; margin: auto 0 0; font: 600 clamp(1.65rem,2.25vw,2.65rem)/1 var(--display); letter-spacing: -.05em; }
.identity-model-grid p { max-width: 520px; margin: 18px 0 0; line-height: 1.55; opacity: .72; }
.identity-model-b h3, .identity-model-c h3 { font-size: clamp(1.65rem,2.25vw,2.65rem); }
.identity-footprint { padding: 0 0 62px; background: var(--black); }
.identity-footprint-grid { display: grid; grid-template-columns: repeat(4,1fr); border-top: 5px solid var(--lime); }
.identity-footprint-grid div { min-height: 160px; padding: 23px 22px; display: flex; flex-direction: column; justify-content: space-between; border-right: 1px solid var(--line-light); }
.identity-footprint-grid div:last-child { border-right: 0; }
.identity-footprint-grid span { color: #77757C; font: 500 .55rem var(--tech); letter-spacing: .1em; text-transform: uppercase; }
.identity-footprint-grid strong { font: 600 clamp(2.15rem,3.35vw,3.9rem)/1 var(--display); letter-spacing: -.06em; }
.identity-contact { padding: 60px 0 38px; background: #101010; border-top: 1px solid var(--line-light); }
.identity-contact-grid { display: grid; grid-template-columns: 1fr 1.7fr; gap: 10vw; }
.identity-contact-grid > div { border-top: 1px solid var(--line-light); padding-top: 18px; }
.identity-contact-grid span { color: var(--lime); }
.identity-contact-grid > div:first-child > span { font: 500 .57rem var(--tech); letter-spacing: .1em; text-transform: uppercase; }
.identity-contact-grid > div:first-child p { margin: 38px 0 0; color: #85838A; }
.identity-contact-grid > div:last-child p { margin: 0 0 28px; color: #85838A; font: 500 .62rem var(--tech); letter-spacing: .1em; text-transform: uppercase; }
.identity-contact-grid a { display: flex; justify-content: space-between; align-items: center; padding-bottom: 11px; border-bottom: 2px solid var(--lime); font: 500 clamp(1.25rem,1.85vw,2.05rem) var(--display); letter-spacing: -.035em; }

.reveal { opacity: 0; transform: translateY(24px); transition: opacity .75s ease, transform .75s ease; }
.reveal.visible { opacity: 1; transform: none; }
.delay-1 { transition-delay: .12s; }
.delay-2 { transition-delay: .22s; }

@media (max-width: 1000px) {
  .site-header { height: 74px; }
  .menu-toggle { display: block; }
  .site-header nav { display: none; position: absolute; top: 74px; left: 0; right: 0; background: var(--black); padding: 28px 0; flex-direction: column; align-items: flex-start; border-bottom: 1px solid var(--line-light); }
  .site-header nav.open { display: flex; }
  .site-header .nav-cta { margin-left: 0; }
  .hero { padding-top: 55px; }
  .hero-bottom { grid-template-columns: 1fr auto; }
  .hero-signature { display: none; }
  .group-grid, .cap-head, .network-head, .work-head, .reach-head { grid-template-columns: 1fr; gap: 35px; }
  .principles, .company-facts { grid-template-columns: 1fr 1fr; }
  .network-grid { grid-template-columns: 1fr 1fr; }
  .network-platform { flex-basis: 32%; }
  .reach-grid { grid-template-columns: 1fr 1fr; }
  .case-wide { grid-template-columns: 1fr; }
  .case-wide .case-copy { min-height: 280px; border-left: 0; border-top: 1px solid var(--line-light); }
  .contact-grid { grid-template-columns: 160px 1fr; }
  .contact-meta { grid-column: 2; display: flex; gap: 60px; }
  .about-hero-grid, .about-story-grid, .about-section-head { grid-template-columns: 1fr; gap: 38px; }
  .about-platforms { grid-template-columns: repeat(2,1fr); }
  .identity-hero-grid { grid-template-columns: 1fr 240px; gap: 35px; }
  .identity-story-grid { grid-template-columns: 1fr; gap: 25px; }
  .identity-story-copy { max-width: 760px; margin-left: auto; padding-top: 20px; }
  .identity-steps { grid-template-columns: 1fr 1fr; }
  .identity-steps article:nth-child(3) { transform: none; }
  .identity-founder-grid { grid-template-columns: 120px minmax(250px,310px) minmax(0,1fr); gap: 28px; }
  .identity-founder-photo img { max-height: 500px; }
  .identity-founder-main h2 { font-size: clamp(2.55rem,5vw,4rem); }
  .identity-founder-main > div { grid-template-columns: 1fr; gap: 16px; margin-top: 32px; }
  .identity-model-grid { grid-template-columns: repeat(3,minmax(0,1fr)); }
}

@media (max-width: 650px) {
  .section-shell, .site-header { width: calc(100% - 38px); }
  .brand-word { display: none; }
  .footer-brand .brand-word { display: grid; }
  .hero { min-height: calc(100svh - 74px); padding: 34px 0 30px; }
  .hero-top > p:last-child { display: none; }
  .hero h1 { margin: 9vh 0; font-size: clamp(3.45rem,17vw,5.4rem); line-height: .84; }
  .hero h1 span:nth-child(2) { padding-left: 0; }
  .hero-bottom { grid-template-columns: 1fr; gap: 25px; align-items: start; }
  .hero-bottom .button { width: max-content; }
  .scope-strip .section-shell { grid-template-columns: repeat(2,1fr); padding: 12px 0; }
  .scope-strip span { padding: 10px 0; border-bottom: 1px solid var(--line-dark); }
  .group, .capabilities, .network, .work, .reach { padding: 64px 0; }
  .group-grid, .cap-head, .network-head, .work-head, .reach-head { margin-top: 40px; margin-bottom: 46px; }
  .group h2, .cap-head h2, .network-head h2, .work-head h2 { font-size: 2.8rem; }
  .principles { grid-template-columns: 1fr; margin-top: 50px; }
  .company-facts { grid-template-columns: 1fr 1fr; margin-top: 48px; }
  .company-facts div { min-height: 125px; padding-top: 20px; }
  .principles div { min-height: 190px; }
  .cap-row { grid-template-columns: 42px 1fr; gap: 18px; padding: 25px 0; }
  .cap-row p { grid-column: 2; }
  .network-grid { grid-template-columns: 1fr; }
  .network-card { min-height: 255px; }
  .network-platform { flex: 1 1 calc(50% - 1px); min-width: 0; min-height: 138px; padding: 16px; }
  .network-brand { min-height: 54px; }
  .network-brand img { max-width: 82%; max-height: 50px; }
  .network-brand img.logo-wide { max-width: 88%; max-height: 44px; }
  .network-brand img.logo-compact { max-width: 90px; max-height: 52px; }
  .network-list strong { font-size: 1.15rem; }
  .network-market { font-size: .49rem; line-height: 1.35; }
  .case-grid { grid-template-columns: 1fr; }
  .case-wide { grid-column: auto; }
  .case-image { min-height: 380px; }
  .case-block { aspect-ratio: 1.25/1; }
  .case-code { aspect-ratio: 1.25/1; }
  .reach-grid { grid-template-columns: 1fr; }
  .reach-grid article { min-height: 205px; }
  .reach-head h2 { font-size: 3.15rem; }
  .reach-foot { grid-template-columns: 1fr; gap: 34px; }
  .clients { padding: 54px 0 46px; }
  .clients-title { grid-template-columns: 1fr; gap: 22px; margin: 34px 0; }
  .clients-title h2 { font-size: 2.8rem; }
  .client-logo { flex-basis: 190px; height: 106px; padding: 14px 18px; }
  .client-logo-frame { height: 70px; }
  .client-logo img { max-width: min(100%,154px); max-height: 62px; }
  .client-logo img.logo-wide { max-width: min(100%,160px); max-height: 54px; }
  .client-logo img.logo-compact { max-width: 112px; max-height: 62px; }
  .contact { padding: 62px 0 42px; }
  .contact-grid { grid-template-columns: 1fr; }
  .contact-main h2 { font-size: clamp(3.25rem,14vw,4.45rem); margin-top: 32px; }
  .contact-main > a { font-size: .95rem; gap: 18px; margin-top: 30px; }
  .contact-meta { grid-column: 1; display: flex; align-items: flex-end; justify-content: space-between; gap: 28px; margin-top: 42px; }
  .contact-meta p { margin-bottom: 0; }
  .social-links { flex-wrap: nowrap; }
  .social-link { width: 40px; height: 40px; }
  .site-footer { min-height: 160px; flex-direction: column; align-items: flex-start; justify-content: center; gap: 18px; }
  .about-hero { padding: 42px 0 64px; }
  .about-hero-grid { margin-top: 42px; }
  .about-hero h1 { font-size: clamp(3.25rem,15vw,4.7rem); }
  .about-story { padding: 64px 0; }
  .about-story h2, .about-section-head h2 { font-size: 2.8rem; }
  .about-numbers { grid-template-columns: 1fr 1fr; padding-top: 42px; padding-bottom: 58px; }
  .about-numbers div { min-height: 118px; padding: 18px 0; border-right: 0; border-bottom: 1px solid var(--line-light); }
  .about-numbers div:nth-child(odd) { padding-right: 16px; border-right: 1px solid var(--line-light); }
  .about-numbers div:nth-child(even) { padding-left: 16px; }
  .about-network, .about-services, .about-cta { padding-top: 64px; padding-bottom: 68px; }
  .about-section-head { margin: 40px 0 46px; }
  .about-platforms { grid-template-columns: 1fr 1fr; }
  .about-platforms div { min-height: 138px; padding: 16px; }
  .about-service-list article { grid-template-columns: 38px 1fr; gap: 18px; padding: 24px 0; }
  .about-service-list article p { grid-column: 2; }
  .about-cta h2 { font-size: clamp(3.2rem,14vw,4.6rem); }
  .about-cta > div > a { margin-top: 34px; gap: 18px; font-size: .95rem; }
  .identity-hero { padding: 26px 0 38px; }
  .identity-meta { min-height: 45px; font-size: .48rem; }
  .identity-meta span:last-child { text-align: right; }
  .identity-hero-grid { grid-template-columns: 1fr; padding: 38px 0 42px; }
  .identity-headline > p { margin-bottom: 18px; font-size: .54rem; }
  .identity-headline h1 { font-size: clamp(3.1rem,15vw,4.7rem); }
  .identity-mark { width: 180px; justify-self: end; }
  .identity-mark span { right: 26px; bottom: 23px; }
  .identity-hero-foot { grid-template-columns: 1fr; gap: 25px; }
  .identity-hero-foot a { width: max-content; }
  .identity-platform-track { min-height: 64px; justify-content: flex-start; gap: 20px; padding-inline: 19px; overflow: hidden; }
  .identity-story { padding: 68px 0 72px; }
  .identity-story-title h2, .identity-founder-main h2 { margin-top: 30px; font-size: 2.9rem; }
  .identity-story-copy { padding-top: 12px; }
  .identity-evolution, .identity-founder, .identity-model { padding: 60px 0 66px; }
  .identity-section-line { grid-template-columns: 38px 1fr; min-height: 50px; }
  .identity-section-line > small { grid-column: 2; margin-top: 6px; }
  .identity-steps { grid-template-columns: 1fr; gap: 9px; margin-top: 38px; }
  .identity-steps article { min-height: 205px; }
  .identity-founder-grid { grid-template-columns: 1fr; gap: 45px; }
  .identity-founder-tag { display: flex; justify-content: space-between; }
  .identity-founder-tag span { margin: 0; }
  .identity-founder-photo { width: min(92%,350px); justify-self: center; }
  .identity-founder-photo img { max-height: 480px; }
  .identity-founder-main > div { grid-template-columns: 1fr; gap: 18px; margin-top: 38px; }
  .identity-model-grid { grid-template-columns: 1fr; margin-top: 34px; }
  .identity-model-grid .identity-model-a { min-height: 220px; }
  .identity-model-grid article { min-height: 220px; padding: 22px; }
  .identity-model-grid h3, .identity-model-b h3, .identity-model-c h3 { font-size: 2rem; }
  .identity-footprint { padding-bottom: 54px; }
  .identity-footprint-grid { grid-template-columns: 1fr 1fr; }
  .identity-footprint-grid div { min-height: 135px; padding: 18px 12px; border-bottom: 1px solid var(--line-light); }
  .identity-footprint-grid div:nth-child(2) { border-right: 0; }
  .identity-contact { padding: 48px 0 32px; }
  .identity-contact-grid { grid-template-columns: 1fr; gap: 34px; }
  .identity-contact-grid > div:first-child p { margin-top: 24px; }
  .identity-contact-grid > div:last-child p { margin-bottom: 18px; }
  .identity-contact-grid a { font-size: clamp(1.05rem,6vw,1.35rem); }
}

@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  .reveal { opacity: 1; transform: none; transition: none; }
  .logo-track { animation-play-state: paused; }
}
