:root {
  --yellow: #f2d900;
  --black: #101010;
  --white: #f8f8f4;
  --grey: #dbdbd3;
  --muted: #66665f;
  --pad: clamp(22px, 4vw, 70px);
  --radius: 2px;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  margin: 0;
  background: var(--white);
  color: var(--black);
  font-family: Arial, Helvetica, sans-serif;
  -webkit-font-smoothing: antialiased;
  overflow-x: hidden;
}
body.menu-open { overflow: hidden; }
a { color: inherit; text-decoration: none; }
img, video { display: block; width: 100%; height: 100%; object-fit: cover; }
button { color: inherit; font: inherit; }
::selection { background: var(--yellow); color: var(--black); }

.skip-link { position: fixed; left: 20px; top: -80px; z-index: 1000; background: var(--yellow); padding: 12px 18px; }
.skip-link:focus { top: 20px; }
.site-header {
  position: sticky;
  top: 0;
  z-index: 100;
  height: 82px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 0 var(--pad);
  background: rgba(248,248,244,.92);
  border-bottom: 1px solid rgba(16,16,16,.2);
  backdrop-filter: blur(15px);
}
.brand { display: inline-flex; align-items: center; gap: 9px; font-size: 19px; letter-spacing: -.04em; font-weight: 900; }
.brand strong { background: var(--yellow); padding: 7px 9px 6px; font-size: 13px; letter-spacing: .02em; }
.main-nav { display: flex; gap: clamp(18px, 2.5vw, 42px); align-items: center; font-size: 13px; text-transform: uppercase; letter-spacing: .04em; }
.main-nav a:not(.nav-cta) { position: relative; }
.main-nav a:not(.nav-cta)::after { content: ""; position: absolute; left: 0; bottom: -5px; width: 100%; height: 2px; background: var(--yellow); transform: scaleX(0); transform-origin: right; transition: transform .25s; }
.main-nav a:hover::after { transform: scaleX(1); transform-origin: left; }
.nav-cta { border: 1px solid var(--black); padding: 11px 14px; display: flex; gap: 24px; transition: background .2s, color .2s; }
.nav-cta:hover { background: var(--black); color: white; }
.menu-toggle { display: none; border: 0; background: transparent; text-transform: uppercase; }

@media (max-width: 1180px) and (min-width: 761px) {
  .main-nav { gap: 14px; font-size: 11px; }
  .nav-cta { gap: 12px; padding-inline: 11px; }
}
.language-switcher { display: inline-flex; align-items: center; border: 1px solid rgba(16,16,16,.35); padding: 3px; gap: 2px; }
.main-nav .language-switcher a { min-width: 31px; padding: 7px 6px; text-align: center; font-size: 10px; font-weight: 900; line-height: 1; letter-spacing: .06em; }
.main-nav .language-switcher a::after { display: none; }
.language-switcher a:hover, .language-switcher a.is-active { background: var(--black); color: var(--yellow); }

.hero { min-height: calc(100svh - 82px); position: relative; isolation: isolate; display: flex; align-items: flex-end; padding: clamp(110px, 14vh, 180px) var(--pad) clamp(62px, 9vh, 110px); overflow: hidden; color: white; }
.hero-media, .hero-shade { position: absolute; inset: 0; z-index: -2; }
.hero-media video { object-position: center center; transform: scale(1.035); animation: hero-breathe 11s ease-in-out infinite alternate; }
.hero-shade { z-index: -1; background: linear-gradient(90deg, rgba(9,9,9,.86) 0%, rgba(9,9,9,.52) 48%, rgba(9,9,9,.16) 78%), linear-gradient(0deg, rgba(9,9,9,.62), transparent 52%); }
.hero-copy { width: min(1040px, 86%); }
.hero-reel { position: absolute; right: var(--pad); bottom: 34px; margin: 0; writing-mode: vertical-rl; transform: rotate(180deg); font-size: 10px; font-weight: 900; letter-spacing: .14em; }
@keyframes hero-breathe { to { transform: scale(1.095); } }
.eyebrow, .section-index { font-size: 11px; font-weight: 800; letter-spacing: .12em; text-transform: uppercase; }
.eyebrow { display: flex; align-items: center; gap: 10px; margin: 0 0 clamp(36px, 5vw, 78px); }
.eyebrow span { width: 10px; height: 10px; background: var(--yellow); border-radius: 50%; box-shadow: 0 0 0 0 var(--yellow); animation: pulse 2s infinite; }
@keyframes pulse { 60% { box-shadow: 0 0 0 9px transparent; } }
h1, h2, h3, p { margin-top: 0; }
h1 { margin-bottom: 36px; font-size: clamp(56px, 7.5vw, 126px); line-height: .82; letter-spacing: -.075em; font-weight: 900; text-transform: uppercase; }
h1 em { display: inline-block; position: relative; z-index: 1; font-family: Georgia, serif; font-weight: 400; text-transform: none; letter-spacing: -.07em; }
.yellow-stroke { display: inline; position: relative; z-index: 1; font-family: inherit; font-style: inherit; }
.yellow-stroke::after { content: ""; position: absolute; z-index: -1; left: -2%; right: -3%; bottom: .04em; height: .25em; background: var(--yellow); transform: rotate(-1.1deg); }
.hero-intro { max-width: 700px; font-size: clamp(18px, 1.65vw, 25px); line-height: 1.35; letter-spacing: -.025em; text-shadow: 0 1px 20px rgba(0,0,0,.4); }
.hero-actions { margin-top: 42px; display: flex; align-items: center; gap: 32px; }
.button { min-height: 54px; display: inline-flex; align-items: center; justify-content: space-between; gap: 35px; padding: 0 18px; font-size: 12px; font-weight: 800; text-transform: uppercase; letter-spacing: .06em; transition: transform .25s, box-shadow .25s, background .25s; }
.button:hover { transform: translate(-3px,-3px); box-shadow: 5px 5px 0 var(--yellow); }
.button-dark { background: var(--black); color: white; }
.button-yellow { background: var(--yellow); }
.button-yellow:hover { box-shadow: 5px 5px 0 var(--black); }
.text-link { display: inline-flex; gap: 18px; align-items: center; font-size: 13px; font-weight: 800; text-transform: uppercase; border-bottom: 1px solid var(--black); padding-bottom: 6px; }
.text-link span { transition: transform .2s; }
.text-link:hover span { transform: translate(3px,3px); }
.hero .text-link { border-color: white; }
.hero .button-dark { background: var(--yellow); color: var(--black); }

.ticker { background: var(--yellow); overflow: hidden; border-top: 1px solid var(--black); border-bottom: 1px solid var(--black); }
.ticker-track { width: max-content; display: flex; animation: ticker 28s linear infinite; }
.ticker span { padding: 17px 0; font-size: 13px; font-weight: 900; letter-spacing: .08em; white-space: nowrap; }
@keyframes ticker { to { transform: translateX(-50%); } }
.section-pad { padding: clamp(90px, 11vw, 180px) var(--pad); }
.section-index { margin-bottom: 45px; }
.statement-grid { display: grid; grid-template-columns: 1.35fr .65fr; gap: clamp(60px, 10vw, 190px); align-items: end; }
.statement h2, .section-heading h2, .team-intro h2, .insights h2 { font-size: clamp(48px, 7vw, 108px); line-height: .91; letter-spacing: -.065em; margin-bottom: 0; }
mark { background: var(--yellow); color: inherit; padding: 0 .08em; }
.statement-copy { font-size: clamp(18px, 1.8vw, 26px); line-height: 1.4; }
.statement-copy p + p { margin-top: 25px; }
.statement-copy .text-link { margin-top: 30px; }

.work-section { padding-right: 0; padding-bottom: clamp(44px, 5vw, 72px); background: var(--black); color: white; overflow: hidden; }
.section-heading { display: flex; justify-content: space-between; align-items: flex-end; padding-right: var(--pad); margin-bottom: 70px; }
.section-heading h2 { font-size: clamp(56px, 7vw, 110px); }
.slider-controls { display: flex; gap: 10px; }
.slider-controls button { width: 64px; height: 64px; border: 1px solid #aaa; background: rgba(255,255,255,.08); color: white; cursor: pointer; font-size: 28px; transition: background .2s, color .2s, transform .2s; }
.slider-controls button:hover { background: var(--yellow); color: var(--black); }
.slider-controls button:active { transform: scale(.94); }
.case-rail { display: flex; gap: 20px; overflow-x: auto; padding-right: var(--pad); padding-bottom: 0; scroll-snap-type: x mandatory; scrollbar-width: none; }
.case-rail::-webkit-scrollbar { display: none; }
.case-card { flex: 0 0 clamp(340px, 42vw, 680px); scroll-snap-align: start; }
.case-image { aspect-ratio: 16 / 10; overflow: hidden; background: #222; }
.case-image img { transition: transform .7s cubic-bezier(.2,.7,.2,1), filter .4s; filter: saturate(.86); }
.case-card:hover img { transform: scale(1.045); filter: saturate(1); }
.case-meta { min-height: 90px; display: grid; grid-template-columns: 1fr 1fr auto; gap: 20px; padding-top: 18px; border-top: 1px solid #555; font-size: 12px; text-transform: uppercase; }
.case-meta span:first-child { font-size: 20px; font-weight: 800; letter-spacing: -.03em; text-transform: none; }
.case-meta i { font-size: 22px; font-style: normal; }

.proof-strip { display: grid; grid-template-columns: 1.4fr repeat(3, 1fr); border-bottom: 1px solid var(--black); }
.proof-strip > div { min-height: 220px; padding: 35px var(--pad); border-right: 1px solid var(--black); display: flex; flex-wrap: wrap; align-content: center; }
.proof-strip > div:last-child { border-right: 0; }
.proof-intro p { margin: 0; font-size: 20px; line-height: 1.3; }
.metric strong { font-size: clamp(68px, 7vw, 112px); line-height: .8; letter-spacing: -.075em; }
.metric b { align-self: flex-start; font-size: 30px; }
.metric span { display: block; width: 100%; margin-top: 20px; font-size: 11px; line-height: 1.4; text-transform: uppercase; }

.client-showcase { position: relative; overflow: hidden; border-top: 1px solid var(--black); border-bottom: 1px solid var(--black); background: #fff; color: var(--black); }
.client-showcase::before { content: ""; position: absolute; top: 0; right: 0; width: clamp(110px, 16vw, 240px); height: 12px; background: var(--yellow); }
.client-showcase-head { display: grid; grid-template-columns: 1.25fr .75fr; align-items: end; gap: clamp(55px, 9vw, 150px); margin-bottom: clamp(55px, 7vw, 95px); }
.client-showcase-head h2 { margin: 0; font-size: clamp(50px, 6.7vw, 104px); line-height: .9; letter-spacing: -.067em; }
.client-showcase-copy > p { margin: 0; color: #4c4c47; font-size: clamp(17px, 1.5vw, 22px); line-height: 1.48; }
.client-showcase-links { display: flex; flex-wrap: wrap; gap: 10px; margin-top: 32px; }
.client-showcase-links a { display: inline-flex; min-height: 50px; align-items: center; justify-content: space-between; gap: 26px; border: 1px solid var(--black); padding: 0 15px; color: var(--black); font-size: 11px; font-weight: 900; letter-spacing: .06em; text-transform: uppercase; transition: background .2s, color .2s, transform .2s; }
.client-showcase-links a:first-child { border-color: var(--yellow); background: var(--yellow); color: var(--black); }
.client-showcase-links a:hover { background: var(--black); color: #fff; transform: translateY(-2px); }

.logo-grid { display: grid; grid-template-columns: repeat(4, minmax(0, 1fr)); }
.logo-wall { position: relative; border-top: 1px solid #cfcfca; border-left: 1px solid #cfcfca; }
.logo-card { position: relative; display: grid; min-height: clamp(158px, 13vw, 210px); place-items: center; overflow: hidden; border-right: 1px solid #cfcfca; border-bottom: 1px solid #cfcfca; padding: 24px; background: #fff; transition: background .3s ease; }
.logo-card::before { display: none; }
.logo-card img { position: relative; z-index: 1; width: min(230px, 84%); height: 86px; max-width: none; max-height: none; object-fit: contain; filter: grayscale(1) contrast(1.45); mix-blend-mode: multiply; opacity: .86; transition: transform .35s cubic-bezier(.2,.7,.2,1), filter .3s ease, opacity .3s ease; }
.logo-card:hover { background: var(--accent); }
.logo-card:hover img { filter: none; opacity: 1; transform: scale(1.1); }
.client-wordmark { position: relative; z-index: 1; color: var(--black); font-size: clamp(22px, 2.2vw, 34px); font-weight: 950; letter-spacing: -.045em; line-height: .82; text-align: center; opacity: .82; transition: transform .3s cubic-bezier(.2,.7,.2,1), opacity .3s ease; }
.logo-card:hover .client-wordmark { opacity: 1; transform: scale(1.1); }
.client-wordmark-wide { letter-spacing: -.065em; }
.client-wordmark-serif { font-family: Georgia, serif; font-weight: 700; letter-spacing: -.04em; }
.logo-card-lemon { --accent: #f2d900; }
.logo-card-coral { --accent: #ff8b72; }
.logo-card-sky { --accent: #83c9ff; }
.logo-card-lilac { --accent: #c6a8ff; }
.logo-card-mint { --accent: #83dbb3; }
.logo-card-orange { --accent: #ffb454; }
.logo-card-pink { --accent: #ff9fc9; }
.logo-card-blue { --accent: #86aaf7; }
.logo-card-red { --accent: #ff6b57; }
.logo-card-cyan { --accent: #69d5d4; }
.logo-card-green { --accent: #a8db65; }
.logo-card-yellow { --accent: #ffd969; }

.services { background: #efefe9; }
.services-layout { display: grid; grid-template-columns: 1fr 1fr; gap: 7vw; }
.services-title h2 { font-size: clamp(46px, 6vw, 92px); line-height: .95; letter-spacing: -.065em; }
.services-title em { font-family: Georgia,serif; font-weight: 400; }
.services-intro { max-width: 650px; margin: 42px 0 0; color: #4c4c47; font-size: clamp(17px, 1.45vw, 22px); line-height: 1.5; }
.service-list { border-top: 1px solid var(--black); }
.service-tab { width: 100%; border-bottom: 1px solid var(--black); min-height: 86px; display: grid; grid-template-columns: 1fr auto; gap: 20px; align-items: center; text-align: left; font-size: clamp(19px, 2vw, 30px); transition: padding .25s, background .25s; }
.service-tab i { font-style: normal; }
.service-tab:hover { padding-left: 14px; background: var(--yellow); }
.service-link { cursor: pointer; }

.press-section { background: var(--black); color: white; }
.press-intro { display: grid; grid-template-columns: 1.15fr .85fr; gap: clamp(55px, 9vw, 150px); align-items: end; }
.press-intro h2 { max-width: 940px; margin-bottom: 0; font-size: clamp(52px, 7vw, 108px); line-height: .9; letter-spacing: -.067em; }
.press-copy > p { margin-bottom: 32px; color: #d3d3cc; font-size: clamp(18px, 1.55vw, 24px); line-height: 1.45; }
.press-copy ul { display: grid; grid-template-columns: 1fr 1fr; margin: 0 0 38px; padding: 0; border-top: 1px solid #555; list-style: none; }
.press-copy li { padding: 15px 0; border-bottom: 1px solid #555; color: white; font-size: 11px; font-weight: 800; letter-spacing: .06em; text-transform: uppercase; }
.press-copy li:nth-child(odd) { padding-right: 14px; }
.press-copy li:nth-child(even) { padding-left: 14px; border-left: 1px solid #555; }
.press-copy .button-yellow { color: var(--black); }
.media-universe { display: grid; grid-template-columns: minmax(180px, .24fr) 1fr; margin-top: clamp(55px, 7vw, 90px); border-top: 1px solid #565656; border-left: 1px solid #565656; }
.media-label { display: flex; align-items: center; min-height: 78px; padding: 18px 20px; border-right: 1px solid #565656; border-bottom: 1px solid #565656; }
.media-label strong { max-width: 150px; font-size: 12px; line-height: 1.2; letter-spacing: .05em; text-transform: uppercase; }
.media-logo-grid { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); }
.media-logo-grid > span { min-height: 78px; display: grid; place-items: center; padding: 14px 18px; border-right: 1px solid #565656; border-bottom: 1px solid #565656; text-align: center; transition: background .25s, color .25s; }
.media-logo-grid > span:hover { background: var(--yellow); color: var(--black); }
.media-wordmark { font-size: clamp(16px, 1.35vw, 23px); line-height: .95; letter-spacing: -.04em; }
.media-wordmark-serif { font-family: Georgia, "Times New Roman", serif; font-weight: 700; }
.media-wordmark-heavy { font-weight: 900; letter-spacing: -.065em; }
.media-wordmark-condensed { font-family: "Arial Narrow", Arial, sans-serif; font-weight: 800; }
.media-wordmark-clean { font-weight: 600; }
.media-note { max-width: 650px; margin: 22px 0 0 auto; color: #8f8f88; font-size: 10px; line-height: 1.5; text-align: right; text-transform: uppercase; letter-spacing: .055em; }

.feature { display: grid; grid-template-columns: .85fr 1.15fr; min-height: 820px; padding-top: 0; padding-bottom: 0; }
.feature-media { position: relative; min-height: 760px; margin-left: calc(-1 * var(--pad)); overflow: hidden; }
.feature-media img { transform: scale(var(--image-scale, 1.03)); transition: transform .1s linear; }
.play-stamp { position: absolute; right: -1px; bottom: 0; width: 150px; height: 150px; background: var(--yellow); color: var(--black); display: flex; align-items: center; justify-content: center; gap: 14px; transform: rotate(-3deg); }
.play-stamp span { font-size: 35px; }
.play-stamp small { font-weight: 900; line-height: 1.2; }
.feature-copy { align-self: center; padding: 110px 0 110px clamp(45px, 8vw, 150px); }
.feature-copy h2 { font-size: clamp(48px, 6vw, 95px); line-height: .93; letter-spacing: -.065em; }
.feature-copy > p:not(.section-index) { max-width: 720px; font-size: clamp(18px, 1.55vw, 24px); line-height: 1.45; }
.feature-copy .button { margin-top: 30px; }

.social-portfolio { padding-right: 0; overflow: hidden; background: var(--black); color: white; }
.social-portfolio .section-heading { margin-bottom: 34px; }
.social-portfolio .section-heading h2 { max-width: 1120px; font-size: clamp(50px, 6.7vw, 105px); }
.social-portfolio-intro { max-width: 760px; margin: 0 var(--pad) 62px auto; padding-right: var(--pad); font-size: clamp(18px, 1.6vw, 24px); line-height: 1.45; }
.social-rail { display: flex; gap: 20px; overflow-x: auto; padding: 0 var(--pad) 30px 0; scroll-snap-type: x mandatory; scrollbar-width: none; }
.social-rail::-webkit-scrollbar { display: none; }
.social-card { flex: 0 0 clamp(260px, 23vw, 365px); scroll-snap-align: start; }
.social-poster { position: relative; width: 100%; padding: 0; border: 0; background: #181818; aspect-ratio: 9 / 16; overflow: hidden; cursor: pointer; }
.social-poster img { transition: transform .6s cubic-bezier(.2,.7,.2,1), filter .3s; filter: saturate(.88); }
.social-poster:hover img { transform: scale(1.035); filter: saturate(1); }
.social-provider { position: absolute; top: 14px; left: 14px; padding: 8px 10px; background: var(--yellow); color: var(--black); font-size: 10px; font-weight: 900; letter-spacing: .08em; }
.social-play { position: absolute; left: 50%; top: 50%; width: 70px; height: 70px; display: grid; place-items: center; transform: translate(-50%,-50%); border-radius: 50%; background: rgba(242,217,0,.95); color: var(--black); font-size: 22px; padding-left: 4px; transition: transform .25s; }
.social-poster:hover .social-play { transform: translate(-50%,-50%) scale(1.1); }
.social-player { width: 100%; aspect-ratio: 9 / 16; border: 0; background: white; }
.social-meta { min-height: 88px; display: flex; justify-content: space-between; gap: 20px; padding: 16px 0; border-top: 1px solid #555; }
.social-meta strong, .social-meta span { display: block; }
.social-meta strong { font-size: 19px; letter-spacing: -.03em; }
.social-meta span { margin-top: 5px; color: #bcbcb5; font-size: 11px; text-transform: uppercase; letter-spacing: .04em; }
.social-meta a { font-size: 24px; }

.team-section { padding-top: clamp(60px, 7vw, 105px); padding-bottom: clamp(26px, 3vw, 44px); background: var(--yellow); }
.team-intro { display: grid; grid-template-columns: 1.25fr .75fr; column-gap: 7vw; align-items: end; margin-bottom: 42px; }
.team-intro .section-index { grid-column: 1 / -1; margin-bottom: 24px; }
.team-intro h2 { font-size: clamp(46px, 5.8vw, 90px); }
.team-intro-side > p { font-size: 18px; line-height: 1.45; margin-bottom: 20px; }
.team-controls button { color: var(--black); border-color: var(--black); background: transparent; }
.team-controls button:hover { background: var(--black); color: white; }
.team-grid { display: flex; gap: 22px; overflow-x: auto; scroll-snap-type: x mandatory; scrollbar-width: none; padding-bottom: 0; }
.team-grid::-webkit-scrollbar { display: none; }
.person-card { flex: 0 0 clamp(245px, 23.5vw, 365px); min-width: 0; scroll-snap-align: start; }
.person-image { position: relative; aspect-ratio: 4 / 5; overflow: hidden; background: white; }
.person-image img { object-fit: contain; object-position: center center; filter: saturate(.82); }
.person-number { position: absolute; top: 0; right: 0; background: var(--black); color: white; padding: 12px; font-size: 11px; }
.person-copy { border-top: 1px solid var(--black); display: flex; justify-content: space-between; gap: 25px; padding-top: 16px; }
.person-copy h3 { font-size: clamp(19px, 1.7vw, 27px); margin-bottom: 5px; letter-spacing: -.04em; }
.person-copy p { font-size: 12px; text-transform: uppercase; }
.person-copy > span { max-width: 130px; font-family: Georgia,serif; font-style: italic; text-align: right; font-size: 16px; }

.sectors-section { background: var(--white); }
.sectors-section .section-heading { align-items: flex-end; }
.sectors-lede { max-width: 480px; margin: 0; font-size: 20px; line-height: 1.45; }
.sector-table { border-top: 1px solid var(--black); }
.sector-table article { display: grid; grid-template-columns: minmax(220px, .7fr) 1.3fr; gap: 30px; align-items: center; min-height: 118px; border-bottom: 1px solid var(--black); transition: padding .25s, background .25s; }
.sector-table article:hover { padding-left: 14px; background: var(--yellow); }
.sector-table span { font-size: 11px; font-weight: 900; }
.sector-table h3 { margin: 0; font-size: clamp(28px, 3vw, 46px); letter-spacing: -.045em; }
.sector-table p { margin: 0; font-size: 16px; line-height: 1.5; }

.trade-ecosystem { position: relative; overflow: hidden; background: var(--black); color: #fff; }
.trade-ecosystem::after { content: "ECOSISTEMA"; position: absolute; right: -1.5vw; top: 42%; color: rgba(255,255,255,.035); font-size: clamp(100px, 17vw, 280px); font-weight: 950; letter-spacing: -.08em; line-height: .7; pointer-events: none; transform: rotate(-90deg) translateX(50%); transform-origin: right center; }
.trade-ecosystem-head { position: relative; z-index: 1; display: grid; grid-template-columns: 1.18fr .82fr; gap: clamp(55px, 9vw, 150px); align-items: end; margin-bottom: clamp(60px, 7vw, 100px); }
.trade-ecosystem-head h2 { max-width: 900px; margin: 0; font-size: clamp(52px, 7vw, 108px); line-height: .9; letter-spacing: -.067em; }
.trade-ecosystem-intro { max-width: 650px; }
.trade-ecosystem-intro p { margin: 0; color: #d0d0ca; font-size: clamp(17px, 1.45vw, 22px); line-height: 1.48; }
.trade-ecosystem-intro p + p { margin-top: 22px; }
.trade-ecosystem-list { position: relative; z-index: 1; border-top: 1px solid #575752; }
.trade-ecosystem-list article { display: grid; grid-template-columns: minmax(280px, .9fr) minmax(360px, 1.1fr); gap: 28px; align-items: center; min-height: 148px; border-bottom: 1px solid #575752; transition: background .25s ease, padding .25s ease; }
.trade-ecosystem-list article:hover { padding-inline: 14px; background: var(--yellow); color: var(--black); }
.trade-ecosystem-list h3 { margin: 0 0 8px; font-size: clamp(25px, 2.6vw, 40px); line-height: 1; letter-spacing: -.045em; }
.trade-ecosystem-list p { max-width: 550px; margin: 0; color: #bdbdb7; font-size: 15px; line-height: 1.45; }
.trade-ecosystem-list article:hover p { color: #292925; }
.trade-ecosystem-list strong { max-width: 650px; font-family: Georgia, serif; font-size: clamp(20px, 2.2vw, 34px); font-style: italic; font-weight: 400; line-height: 1.25; }

.leadership { display: grid; grid-template-columns: .8fr 1.2fr; gap: clamp(45px, 7vw, 110px); align-items: center; padding-top: clamp(58px, 6vw, 90px); padding-bottom: clamp(58px, 6vw, 90px); background: #efefe9; }
.leadership-photo { min-height: 560px; overflow: hidden; }
.leadership-photo img { filter: saturate(.8); object-position: center top; }
.leadership-copy h2 { font-size: clamp(44px, 5.3vw, 82px); line-height: .96; letter-spacing: -.06em; }
.leadership-copy > p:not(.section-index) { max-width: 720px; font-size: clamp(18px, 1.5vw, 23px); line-height: 1.5; }
.leader-signature { margin-top: 50px; padding-top: 20px; border-top: 1px solid var(--black); display: flex; justify-content: space-between; gap: 30px; align-items: end; }
.leader-signature strong, .leader-signature span { display: block; }
.leader-signature strong { font-size: 22px; }
.leader-signature span { margin-top: 5px; font-size: 12px; text-transform: uppercase; }
.leader-signature a { padding-bottom: 5px; border-bottom: 1px solid var(--black); font-size: 13px; font-weight: 900; text-transform: uppercase; }

.food-ecosystem { display: grid; grid-template-columns: minmax(0, .78fr) minmax(540px, 1.22fr); gap: clamp(50px, 8vw, 145px); align-items: center; min-height: auto; padding-top: clamp(65px, 7vw, 105px); padding-bottom: clamp(65px, 7vw, 105px); background: var(--white); border-top: 1px solid var(--black); }
.ecosystem-copy h2 { max-width: 740px; margin: 30px 0 40px; font-size: clamp(50px, 6.2vw, 96px); line-height: .91; letter-spacing: -.067em; }
.ecosystem-copy > p:not(.section-index) { max-width: 660px; font-size: clamp(17px, 1.35vw, 21px); line-height: 1.55; }
.ecosystem-copy > p + p { margin-top: 18px; }
.ecosystem-links { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 9px; max-width: 660px; margin-top: 34px; }
.ecosystem-link { min-height: 48px; padding: 12px 15px; display: flex; align-items: center; justify-content: space-between; gap: 16px; border: 1px solid var(--black); font-size: 11px; font-weight: 900; letter-spacing: .055em; text-transform: uppercase; transition: transform .2s ease, box-shadow .2s ease; }
.ecosystem-link:hover { transform: translate(-3px,-3px); box-shadow: 3px 3px 0 var(--black); }
.ecosystem-link i { font-size: 15px; font-style: normal; }
.ecosystem-link-karmina { background: #790008; color: white; }
.ecosystem-link-kai { background: #e8ff55; color: var(--black); }
.ecosystem-link-criterio { background: #20a85c; color: white; }
.ecosystem-link-dunder { background: #050505; color: white; }
.ecosystem-link-utopiq { background: #5420d1; color: white; }
.ecosystem-link-smart { background: #0f243b; color: #70ed7c; }
.ecosystem-graphic { position: relative; width: min(100%, 800px); aspect-ratio: 1; justify-self: center; }
.ecosystem-ring { position: absolute; left: 50%; top: 50%; border: 1px solid rgba(16,16,16,.42); border-radius: 50%; transform: translate(-50%,-50%); }
.ecosystem-ring-outer { width: 88%; height: 88%; }
.ecosystem-ring-inner { width: 56%; height: 56%; border-style: dashed; }
.ecosystem-axis { position: absolute; left: 50%; top: 50%; background: rgba(16,16,16,.14); transform: translate(-50%,-50%); }
.ecosystem-axis-horizontal { width: 88%; height: 1px; }
.ecosystem-axis-vertical { width: 1px; height: 88%; }
.ecosystem-core, .ecosystem-brand { position: absolute; z-index: 2; display: flex; flex-direction: column; align-items: center; justify-content: center; text-align: center; border: 1px solid var(--black); border-radius: 50%; background: var(--white); }
.ecosystem-core { left: 50%; top: 50%; width: 31%; aspect-ratio: 1; transform: translate(-50%,-50%); background: var(--yellow); box-shadow: 0 0 0 12px var(--white), 0 0 0 13px var(--black); }
.ecosystem-core span { font-size: clamp(17px, 2vw, 30px); font-weight: 900; letter-spacing: -.05em; }
.ecosystem-core strong { font-family: Georgia,serif; font-size: clamp(25px, 3.3vw, 52px); font-style: italic; line-height: .9; }
.ecosystem-core small { margin-top: 14px; font-size: 8px; font-weight: 900; line-height: 1.25; letter-spacing: .08em; }
.ecosystem-brand { width: 18%; aspect-ratio: 1; padding: 10px; }
.ecosystem-brand strong { font-size: clamp(11px, 1.25vw, 19px); line-height: .95; letter-spacing: -.04em; }
.ecosystem-brand span { margin-top: 8px; font-size: clamp(6px, .58vw, 9px); font-weight: 900; letter-spacing: .06em; }
.ecosystem-brand-karmina { left: 41%; top: 2%; background: #790008; color: white; }
.ecosystem-brand-criterio { right: 4%; top: 21%; background: #20a85c; color: white; }
.ecosystem-brand-dunder { right: 5%; bottom: 17%; background: #050505; color: white; }
.ecosystem-brand-utopiq { left: 41%; bottom: 1%; background: #5420d1; color: white; }
.ecosystem-brand-smart { left: 3%; bottom: 20%; background: #0f243b; color: #70ed7c; }
.ecosystem-kai-orbit { position: absolute; z-index: 4; left: 50%; top: 50%; width: 88%; height: 88%; transform: translate(-50%,-50%); animation: ecosystem-orbit 28s linear infinite; pointer-events: none; }
.ecosystem-brand-kai { left: -2%; top: 18%; width: 20%; background: #e8ff55; transform: rotate(0deg); animation: ecosystem-counter-orbit 28s linear infinite; }
.ecosystem-brand-kai strong { font-size: clamp(18px, 2vw, 31px); }
@keyframes ecosystem-orbit { to { transform: translate(-50%,-50%) rotate(360deg); } }
@keyframes ecosystem-counter-orbit { to { transform: rotate(-360deg); } }

.insights .section-heading { padding-right: 0; }
.article-grid { display: grid; grid-template-columns: repeat(3, 1fr); border-top: 1px solid var(--black); border-left: 1px solid var(--black); }
.article-card { min-height: 480px; border-right: 1px solid var(--black); border-bottom: 1px solid var(--black); }
.article-card a { height: 100%; display: flex; flex-direction: column; padding: 28px; transition: background .25s, color .25s; }
.article-card a:hover { background: var(--black); color: white; }
.article-yellow a { background: var(--yellow); }
.article-card span { font-size: 10px; letter-spacing: .1em; font-weight: 800; }
.article-card h3 { margin-top: 70px; font-size: clamp(28px, 3vw, 45px); line-height: 1.04; letter-spacing: -.045em; }
.article-card p { font-size: 15px; line-height: 1.5; }
.article-card i { margin-top: auto; font-size: 13px; font-style: normal; font-weight: 900; }

.contact { background: #fff; color: var(--black); padding: clamp(70px, 8vw, 120px) var(--pad); border-top: 1px solid var(--black); }
.contact-layout { display: grid; grid-template-columns: minmax(0, .92fr) minmax(460px, 1.08fr); gap: clamp(55px, 8vw, 130px); align-items: start; }
.contact-top p { font-size: 11px; letter-spacing: .1em; font-weight: 800; }
.contact h2 { max-width: 740px; margin: 22px 0 48px; font-size: clamp(48px, 5.6vw, 88px); line-height: .9; letter-spacing: -.067em; text-transform: none; }
.contact h2 em { font-family: Georgia,serif; font-weight: 400; }
.contact .yellow-stroke::after { background: var(--yellow); }
.contact-details { border-top: 1px solid var(--black); }
.contact-details > a, .contact-details > div { display: grid; grid-template-columns: 110px 1fr; gap: 20px; padding: 17px 0; border-bottom: 1px solid #cfcfca; }
.contact-details span { font-size: 10px; font-weight: 900; letter-spacing: .08em; text-transform: uppercase; }
.contact-details strong { font-size: 15px; line-height: 1.45; font-weight: 600; overflow-wrap: anywhere; }
.contact-details a:hover strong { text-decoration: underline; text-decoration-color: var(--yellow); text-decoration-thickness: 3px; }
.contact-form { display: grid; grid-template-columns: repeat(2, 1fr); gap: 28px 24px; margin: 0; padding: clamp(28px, 3.5vw, 50px); border: 1px solid var(--black); background: #fff; box-shadow: 12px 12px 0 var(--yellow); }
.contact-form label:not(.privacy) { display: flex; flex-direction: column; gap: 12px; }
.contact-form label > span { font-size: 12px; font-weight: 800; letter-spacing: .06em; text-transform: uppercase; }
.contact-form label small { margin-left: 8px; color: #777; font-size: 10px; }
.contact-form input:not([type="checkbox"]), .contact-form textarea { width: 100%; border: 0; border-bottom: 1px solid #777; border-radius: 0; background: transparent; color: var(--black); padding: 10px 0 14px; font: inherit; font-size: 18px; outline: none; resize: vertical; }
.contact-form input:focus, .contact-form textarea:focus { border-color: var(--yellow); }
.form-wide { grid-column: 1 / -1; }
.privacy { display: flex; align-items: center; gap: 12px; }
.privacy input { width: 19px; height: 19px; accent-color: var(--yellow); }
.privacy a { text-decoration: underline; text-decoration-color: var(--yellow); text-decoration-thickness: 3px; }
.form-submit { display: flex; align-items: center; gap: 24px; }
.form-status { margin: 0; color: var(--black); font-size: 14px; }
.contact-bottom { display: grid; grid-template-columns: 1fr 1fr; align-items: end; gap: 40px; margin: 90px 0; }
.contact-mail { display: flex; justify-content: space-between; padding-bottom: 12px; border-bottom: 2px solid var(--yellow); font-size: clamp(25px, 3vw, 48px); letter-spacing: -.04em; }
.contact-bottom > div { font-size: 13px; text-transform: uppercase; }
.contact-bottom > div p { margin-bottom: 7px; }
.contact-bottom > div a { color: var(--yellow); }
.site-footer { display: grid; grid-template-columns: minmax(260px, 1.5fr) repeat(3, minmax(150px, 1fr)); gap: clamp(36px, 5vw, 82px); margin: 0; padding: clamp(55px, 7vw, 95px) var(--pad) 28px; border-top: 1px solid #555; background: var(--black); color: white; }
.footer-brand-block { max-width: 460px; }
.footer-brand { display: inline-flex; align-items: baseline; gap: 7px; font-size: clamp(28px, 3.2vw, 48px); line-height: .86; letter-spacing: -.06em; }
.footer-brand span { font-weight: 900; }
.footer-brand strong { color: var(--yellow); font-family: Georgia, serif; font-style: italic; font-weight: 400; }
.footer-brand-block > p { max-width: 410px; margin: 26px 0 34px; color: #bdbdbd; font-size: 15px; line-height: 1.55; }
.bcorp-mark { display: inline-flex; align-items: center; gap: 14px; color: white; font-size: 11px; font-weight: 800; letter-spacing: .08em; line-height: 1.35; text-transform: uppercase; }
.bcorp-mark img { width: 58px; height: auto; }
.footer-column { display: flex; flex-direction: column; align-items: flex-start; gap: 14px; }
.footer-column .footer-label { margin: 0 0 13px; color: var(--yellow); font-size: 10px; font-weight: 900; letter-spacing: .14em; text-transform: uppercase; }
.footer-column a { color: #f6f6f6; font-size: 14px; line-height: 1.35; transition: color .2s ease; }
.footer-column a:hover { color: var(--yellow); }
.footer-coming { margin-top: 8px; border: 1px solid #555; border-radius: 999px; padding: 7px 10px; color: #949494; font-size: 9px; font-weight: 800; letter-spacing: .08em; text-transform: uppercase; }
.footer-contact > p:not(.footer-label) { margin: 2px 0 0; color: #aaa; font-size: 13px; text-transform: uppercase; }
.footer-contact > a { overflow-wrap: anywhere; }
.footer-socials { display: flex; flex-wrap: wrap; gap: 10px 18px; margin-top: 14px; }
.footer-socials a { padding-bottom: 3px; border-bottom: 1px solid #555; font-size: 11px; font-weight: 800; text-transform: uppercase; }
.footer-base { grid-column: 1 / -1; display: flex; justify-content: space-between; align-items: center; gap: 32px; margin-top: clamp(10px, 3vw, 35px); border-top: 1px solid #555; padding-top: 24px; color: #999; font-size: 9px; letter-spacing: .08em; line-height: 1.5; text-transform: uppercase; }
.footer-base > div { display: flex; flex-wrap: wrap; justify-content: flex-end; gap: 12px 24px; }
.footer-base a { color: #bbb; }
.footer-base a:hover { color: var(--yellow); }

.reveal { opacity: 0; transform: translateY(34px); transition: opacity .75s ease, transform .75s cubic-bezier(.2,.7,.2,1); }
.reveal.is-visible { opacity: 1; transform: translateY(0); }
.cursor { position: fixed; z-index: 999; width: 68px; height: 68px; border-radius: 50%; background: var(--yellow); pointer-events: none; display: grid; place-items: center; transform: translate(-50%,-50%) scale(0); transition: transform .15s; mix-blend-mode: difference; }
.cursor span { color: var(--black); font-size: 9px; font-weight: 900; letter-spacing: .08em; }
.cursor.is-active { transform: translate(-50%,-50%) scale(1); }

@media (max-width: 1180px) and (min-width: 761px) {
  .site-header { padding-inline: 24px; }
  .main-nav { gap: 12px; }
}

@media (max-width: 1000px) {
  .hero-copy { width: min(860px, 92%); }
  .statement-grid, .services-layout, .press-intro { grid-template-columns: 1fr; }
  .statement-copy { max-width: 680px; margin-left: 20%; }
  .proof-strip { grid-template-columns: 1fr 1fr; }
  .proof-strip > div { border-bottom: 1px solid var(--black); }
  .feature { grid-template-columns: 1fr 1fr; }
  .social-card { flex-basis: clamp(250px, 34vw, 330px); }
  .team-intro { grid-template-columns: 1fr; }
  .team-intro-side { max-width: 600px; margin-top: 30px; }
  .logo-grid { grid-template-columns: repeat(3, minmax(0, 1fr)); }
  .client-showcase-head { grid-template-columns: 1fr; }
  .client-showcase-copy { max-width: 680px; margin-left: 18%; }
  .trade-ecosystem-head { grid-template-columns: 1fr; }
  .trade-ecosystem-intro { margin-left: 18%; }
  .trade-ecosystem-list article { grid-template-columns: minmax(220px, .9fr) minmax(280px, 1.1fr); }
  .leadership { grid-template-columns: 1fr 1fr; }
  .leadership-photo { min-height: 580px; }
  .food-ecosystem { grid-template-columns: 1fr; }
  .ecosystem-copy { max-width: 840px; }
  .ecosystem-graphic { width: min(90vw, 760px); }
  .article-card { min-height: 420px; }
  .media-logo-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .site-footer { grid-template-columns: 1fr 1fr 1fr; }
  .footer-brand-block { grid-column: 1 / -1; }
  .footer-base { align-items: flex-start; flex-direction: column; }
  .footer-base > div { justify-content: flex-start; }
}

@media (max-width: 760px) {
  .site-header { height: 68px; }
  .menu-toggle { display: flex; gap: 12px; }
  .main-nav { position: fixed; inset: 68px 0 0; overflow-y: auto; background: var(--yellow); display: flex; flex-direction: column; align-items: stretch; gap: 0; padding: 35px var(--pad); transform: translateX(100%); transition: transform .35s ease; }
  .menu-open .main-nav { transform: translateX(0); }
  .main-nav a { font-size: 30px; padding: 22px 0; border-bottom: 1px solid var(--black); }
  .language-switcher { width: max-content; margin: 24px 0 18px; border-color: var(--black); }
  .main-nav .language-switcher a { min-width: 54px; padding: 13px 10px; border: 0; font-size: 13px; }
  .nav-cta { border: 0; }
  .hero { min-height: calc(100svh - 68px); padding-top: 110px; }
  h1 { font-size: clamp(50px, 16vw, 82px); }
  .eyebrow { margin-bottom: 40px; }
  .hero-actions { align-items: flex-start; flex-direction: column; }
  .hero-copy { width: 100%; }
  .hero-reel { display: none; }
  .hero-shade { background: linear-gradient(90deg, rgba(9,9,9,.84), rgba(9,9,9,.42)), linear-gradient(0deg, rgba(9,9,9,.7), transparent 60%); }
  .statement-copy { margin-left: 0; }
  .section-heading { align-items: flex-start; gap: 35px; }
  .slider-controls button { width: 54px; height: 54px; }
  .case-card { flex-basis: 84vw; }
  .proof-strip { grid-template-columns: 1fr; }
  .proof-strip > div { min-height: 170px; border-right: 0; }
  .feature { grid-template-columns: 1fr; padding-left: 0; padding-right: 0; }
  .feature-media { min-height: 590px; margin-left: 0; }
  .feature-copy { padding: 80px var(--pad); }
  .social-portfolio-intro { margin-left: 0; }
  .social-card { flex-basis: min(78vw, 310px); }
  .team-grid { gap: 14px; }
  .person-card { flex-basis: min(76vw, 310px); }
  .person-copy { align-items: flex-start; }
  .logo-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .logo-card { min-height: 128px; padding: 18px 12px; }
  .logo-card::before { bottom: 0; height: 4px; }
  .logo-card img { width: min(170px, 88%); height: 66px; }
  .client-showcase-copy { margin-left: 0; }
  .client-showcase-links { align-items: stretch; flex-direction: column; }
  .client-showcase-links a { width: 100%; }
  .press-copy ul { grid-template-columns: 1fr; }
  .press-copy li:nth-child(even) { padding-left: 0; border-left: 0; }
  .media-universe { grid-template-columns: 1fr; }
  .media-label { min-height: 64px; }
  .media-label strong { max-width: none; }
  .media-logo-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .media-logo-grid > span { min-height: 64px; padding: 14px 10px; }
  .media-note { text-align: left; }
  .sectors-section .section-heading { display: block; }
  .sectors-lede { margin-top: 28px; }
  .sector-table article { grid-template-columns: 1fr; gap: 10px; padding: 22px 0; }
  .sector-table article p { grid-column: 1; }
  .trade-ecosystem-intro { margin-left: 0; }
  .trade-ecosystem-list article { grid-template-columns: 1fr; gap: 8px; padding: 28px 0; }
  .trade-ecosystem-list article:hover { padding-inline: 10px; }
  .trade-ecosystem-list strong { grid-column: 1; margin-top: 10px; font-size: 20px; }
  .trade-ecosystem::after { display: none; }
  .leadership { grid-template-columns: 1fr; }
  .leadership-photo { min-height: 560px; }
  .food-ecosystem { min-height: auto; padding-top: 90px; padding-bottom: 90px; }
  .ecosystem-graphic { width: min(100%, 580px); }
  .ecosystem-core { width: 34%; box-shadow: 0 0 0 7px var(--white), 0 0 0 8px var(--black); }
  .ecosystem-brand { width: 21%; }
  .ecosystem-brand-kai { width: 23%; }
  .contact-layout { grid-template-columns: 1fr; }
  .contact-form { grid-template-columns: 1fr; box-shadow: 7px 7px 0 var(--yellow); }
  .contact-form label, .form-wide { grid-column: 1; }
  .form-submit { align-items: flex-start; flex-direction: column; }
  .article-grid { grid-template-columns: 1fr; }
  .article-card { min-height: 390px; }
  .site-footer { grid-template-columns: 1.3fr 1fr 1fr; }
  .footer-brand-block { grid-column: 1 / -1; }
  .footer-base { align-items: flex-start; flex-direction: column; }
  .footer-base > div { justify-content: flex-start; }
  .cursor { display: none; }
}

@media (max-width: 620px) {
  .ecosystem-links { grid-template-columns: 1fr; }
  .site-footer { grid-template-columns: 1fr 1fr; gap: 42px 22px; }
  .footer-contact { grid-column: 1 / -1; }
  .footer-brand-block > p { font-size: 14px; }
  .footer-column a { font-size: 13px; }
  .footer-base { grid-column: 1 / -1; }
}

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