@font-face {
  font-family: "Gotham";
  src: url("/assets/gotham-book.woff2") format("woff2");
  font-style: normal;
  font-weight: 300 499;
  font-display: swap;
}
@font-face {
  font-family: "Gotham";
  src: url("/assets/gotham-medium.woff2") format("woff2");
  font-style: normal;
  font-weight: 500 900;
  font-display: swap;
}
@font-face {
  font-family: "LP Horizont Caps";
  src: url("/assets/lp-horizont-caps.woff2") format("woff2");
  font-style: normal;
  font-weight: 400;
  font-display: swap;
}

:root {
  --black: #020205;
  --ink: #0a0b13;
  --blue: #384ad3;
  --navy: #11183f;
  --violet: #8936f1;
  --cyan: #0799c9;
  --white: #fff;
  --muted: #b8bac5;
  --max: 1320px;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; background: var(--black); }
body {
  margin: 0;
  color: var(--white);
  background: var(--black);
  font-family: Gotham, Arial, Helvetica, sans-serif;
  line-height: 1.45;
  overflow-x: hidden;
}
img, video { display: block; max-width: 100%; }
a { color: inherit; }
button, a { -webkit-tap-highlight-color: transparent; }

.site-header {
  position: sticky;
  top: 0;
  z-index: 20;
  height: 78px;
  display: flex;
  align-items: center;
  background: rgba(244,244,244,.96);
  color: #2d2d2d;
  backdrop-filter: blur(12px);
  border-bottom: 1px solid rgba(0,0,0,.1);
}
.header-inner {
  width: min(var(--max), calc(100% - 40px));
  margin: auto;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
}
.brand-mini { display: flex; align-items: center; gap: 12px; text-decoration: none; }
.brand-mini img { width: 34px; height: 38px; object-fit: contain; }
.brand-mini span { font-weight: 700; letter-spacing: .09em; font-size: .84rem; }
.header-cta { font-size: .78rem; letter-spacing: .12em; text-decoration: none; border-bottom: 1px solid currentColor; padding-bottom: 3px; }

.site-header--home {
  position: relative;
  height: 105px;
  color: #eee;
  background: #303030;
  border-bottom: 0;
  backdrop-filter: none;
}
.site-header--home .header-inner { justify-content: center; }
.site-header--home .brand-mini {
  flex-direction: column;
  gap: 4px;
  font-family: "LP Horizont Caps", Gotham, sans-serif;
}
.site-header--home .brand-mini img { width: 40px; height: 43px; }
.site-header--home .brand-mini span { font-size: 7px; font-weight: 400; letter-spacing: 0; }

.hero {
  height: 293px;
  overflow: hidden;
  position: relative;
  background:
    linear-gradient(0deg, rgba(56,74,211,.98) 0%, rgba(10,14,49,.88) 35%, #020205 63%);
}
.hero::after {
  content: "";
  position: absolute;
  inset: auto -6% 0;
  height: 49px;
  background: url("/assets/glow.png") center/cover no-repeat;
  opacity: .92;
}
.hero-content { position: relative; z-index: 1; padding: 56px 24px 0; }
.hero-brand { display: flex; justify-content: center; align-items: flex-start; gap: 31px; text-align: left; }
.hero-brand img { width: 90px; height: 109px; object-fit: contain; }
.hero-brand-copy { width: 503px; padding-top: 10px; }
.hero-wordmark {
  display: flex;
  align-items: baseline;
  height: 70px;
  margin: 0;
  color: #fff;
  font-family: "LP Horizont Caps", Gotham, sans-serif;
  font-weight: 400;
  line-height: 1;
  white-space: nowrap;
}
.hero-wordmark span { display: inline-block; }
.mark-i { font-size: 61px; }
.mark-per { font-size: 46px; margin-left: 1px; }
.mark-m { font-size: 53px; margin-left: 3px; }
.mark-edia { font-size: 46px; }
.hero h2 {
  margin: -3px 0 0;
  font-family: Gotham, Arial, sans-serif;
  font-size: 27px;
  font-weight: 400;
  line-height: 1.2;
  white-space: nowrap;
}
.hero p {
  margin: 15px auto 0;
  max-width: 760px;
  color: #fff;
  font-size: 18px;
  font-weight: 400;
  line-height: 1.25;
  text-align: center;
}

.section-title {
  position: relative;
  margin: 0;
  min-height: 88px;
  display: grid;
  place-items: center;
  padding: 12px 20px;
  overflow: hidden;
  isolation: isolate;
  background: #000;
  border-bottom: 8px solid transparent;
  border-image: linear-gradient(90deg,#050505,#657086,#050505) 1;
  color: #fff;
  font-size: 39px;
  font-weight: 700;
  line-height: 1;
  letter-spacing: .01em;
  text-align: center;
  text-shadow: 0 1px 12px #000, 0 0 26px #000;
}
.section-title > span {
  position: relative;
  z-index: 2;
}
.section-title::before {
  content: "";
  position: absolute;
  z-index: 0;
  inset: -12% -3%;
  background: url("/assets/services-abstract-corridor.png") center/100% 100% no-repeat;
  transform: scale(1.01) translate3d(-.7%,0,0);
  animation: services-depth 14s cubic-bezier(.45,0,.55,1) infinite alternate;
  will-change: transform, filter;
}
.section-title::after {
  content: "";
  position: absolute;
  z-index: 1;
  inset: 0;
  background:
    linear-gradient(90deg,rgba(0,0,0,.06),rgba(0,0,0,.16) 22%,rgba(0,0,0,.78) 39%,rgba(0,0,0,.94) 50%,rgba(0,0,0,.78) 61%,rgba(0,0,0,.16) 78%,rgba(0,0,0,.06)),
    radial-gradient(ellipse at 6% 50%,rgba(166,42,255,.28),transparent 31%),
    radial-gradient(ellipse at 94% 50%,rgba(0,174,255,.28),transparent 31%);
  background-size: 100% 100%, 125% 145%, 125% 145%;
  animation: services-refraction 8s ease-in-out infinite alternate;
  pointer-events: none;
}
.services { background: #000; }
.showreel-wrap { max-width: 1500px; margin: auto; position: relative; padding: 0 4vw; }
.showreel { width: 100%; aspect-ratio: 16/6; object-fit: cover; background: #040404; border-top: 8px solid transparent; border-image: linear-gradient(90deg,#050505,#657086,#050505) 1; }

@keyframes motion-fadeIn {
  0% { opacity: 0; }
  100% { opacity: 1; }
}
@keyframes motion-glideIn {
  0% { opacity: 0; animation-timing-function: step-end; }
  .0001% { opacity: 1; transform: translate(var(--motion-translate-x), var(--motion-translate-y, 0)); }
  100% { opacity: 1; transform: translate(0, 0); }
}
@keyframes motion-revealIn {
  0% { opacity: 0; animation-timing-function: step-end; }
  .0001% { opacity: 1; clip-path: var(--motion-clip-start); }
  100% { opacity: 1; clip-path: polygon(0 0,100% 0,100% 100%,0 100%); }
}
@keyframes services-depth {
  0% { transform: scale(1.01) translate3d(-.7%,0,0); filter: brightness(1.12) saturate(1.18) contrast(1.04); }
  50% { filter: brightness(1.35) saturate(1.42) contrast(1.08); }
  100% { transform: scale(1.07) translate3d(.7%,0,0); filter: brightness(1.18) saturate(1.24) contrast(1.05); }
}
@keyframes services-refraction {
  0% { opacity: .82; background-position: 0 0, -8% 50%, 108% 50%; }
  100% { opacity: 1; background-position: 0 0, 7% 50%, 93% 50%; }
}
@keyframes business-foldIn {
  .0001% { transform: translate(0,-50%) perspective(800px) rotateX(-90deg) translate(0,50%); }
  100% { transform: translate(0,-50%) perspective(800px) rotateX(0deg) translate(0,50%); }
}
@keyframes business-arcIn {
  .0001% { transform: perspective(800px) translateX(-48%) rotateY(-80deg); }
  100% { transform: perspective(800px) translateX(0) rotateY(0deg); }
}
@keyframes business-floatIn {
  0% { opacity: 0; animation-timing-function: step-end; }
  .0001% { opacity: 0; transform: translate(60px,0); }
  100% { opacity: 1; transform: translate(0,0); }
}
@keyframes business-dropIn {
  .0001% { transform: scale(2); }
  100% { transform: scale(1); }
}

.mark-i,
.mark-m {
  animation: motion-glideIn 1.2s cubic-bezier(.16,1,.3,1) both;
  will-change: transform, opacity;
}
.mark-i { --motion-translate-x: -55vw; }
.mark-m { --motion-translate-x: 55vw; }
.mark-per { animation: motion-fadeIn 1.2s ease both .5s; }
.mark-edia,
.intro-services { animation: motion-fadeIn 1.2s ease both 1s; }
.intro-logo,
.intro-tagline,
.intro-subline {
  animation: motion-revealIn 1.2s cubic-bezier(.16,1,.3,1) both 1.5s;
  will-change: clip-path, opacity;
}
.intro-logo { --motion-clip-start: polygon(0 0,0 0,0 100%,0 100%); }
.intro-tagline,
.intro-subline { --motion-clip-start: polygon(100% 0,100% 0,100% 100%,100% 100%); }
.business-copy {
  max-width: 1180px;
  margin: 0 auto;
  padding: 16px 30px 48px;
  display: grid;
  grid-template-columns: 1fr 1.25fr;
  gap: 60px;
  align-items: center;
  background: linear-gradient(0deg, var(--blue), transparent 45%);
}
.business-copy h3 { margin: 0; font-size: clamp(2.2rem, 5vw, 4.5rem); line-height: 1.02; }
.business-copy h3 span,
.business-copy p span { display: block; }
.business-copy h3 .business-title-secondary { font-size: .72em; }
.business-copy p { margin: 0; text-align: center; font-size: clamp(1.15rem, 2.2vw, 1.85rem); font-weight: 600; }
.business-text-secondary { margin-top: .12em; }
.cta-bar { grid-column: 1/-1; display: flex; align-items: center; justify-content: center; gap: 28px; background: rgba(56,74,211,.5); padding: 12px 24px; font-size: 1.18rem; font-weight: 650; }

.motion-ready [data-business-motion]:not(.is-visible) .business-motion { opacity: 0; }
.motion-ready [data-business-motion].is-visible .business-motion { opacity: 1; will-change: transform, opacity; }
.motion-ready [data-business-motion].is-visible .business-title-primary {
  animation:
    motion-fadeIn 1.2s cubic-bezier(.25,.46,.45,.94) .001s backwards,
    business-foldIn 1.2s cubic-bezier(.175,.885,.32,1.275) .001s backwards;
}
.motion-ready [data-business-motion].is-visible .business-title-secondary {
  animation:
    motion-fadeIn .84s cubic-bezier(.47,0,.745,.715) .001s backwards,
    business-arcIn 1.2s cubic-bezier(.86,0,.07,1) .001s backwards;
}
.motion-ready [data-business-motion].is-visible .business-text-primary {
  animation: business-floatIn 1.2s cubic-bezier(.445,.05,.55,.95) .001s backwards;
}
.motion-ready [data-business-motion].is-visible .business-text-secondary {
  animation: business-floatIn 1.2s cubic-bezier(.445,.05,.55,.95) .5s backwards;
}
.motion-ready [data-business-motion].is-visible .business-cta-copy {
  animation: business-floatIn 1.2s cubic-bezier(.445,.05,.55,.95) 1s backwards;
}
.motion-ready [data-business-motion].is-visible .business-cta-button {
  animation:
    motion-fadeIn .96s cubic-bezier(.25,.46,.45,.94) 1.5s backwards,
    business-dropIn 1.2s cubic-bezier(.175,.885,.32,1.275) 1.5s backwards;
}

.button { display: inline-flex; min-height: 48px; align-items: center; justify-content: center; padding: 11px 28px; border: 1px solid #fff; border-radius: 6px; text-decoration: none; letter-spacing: .12em; background: #050505; color: white; transition: transform .2s, background .2s; }
.button:hover { transform: translateY(-2px); background: #151515; }
.button-primary { background: var(--cyan); }

.photo-section { background: linear-gradient(90deg,#020207 0 47%,var(--navy) 47%); padding: 30px 0 44px; }
.split { width: min(960px, calc(100% - 40px)); margin: auto; display: grid; grid-template-columns: 1fr 1fr; gap: 58px; align-items: center; }
.portrait-video { width: 100%; aspect-ratio: 4/5; object-fit: cover; box-shadow: 0 0 34px rgba(78,56,255,.25); }
.copy h2 { margin: 0 0 24px; font-size: clamp(32px, 2.5vw, 44px); line-height: 1.12; }
.copy h2 span { display: block; }
.copy p { font-size: 1.25rem; text-align: center; }
.copy .small { font-size: 1rem; font-weight: 700; }
.copy .button { width: 100%; margin-top: 12px; }

.motion-ready [data-photo-motion]:not(.is-visible) .photo-sequenced-motion,
.motion-ready [data-photo-motion]:not(.is-button-visible) .photo-cta-button { opacity: 0; }
.motion-ready [data-photo-motion].is-visible .photo-sequenced-motion,
.motion-ready [data-photo-motion].is-button-visible .photo-cta-button { opacity: 1; will-change: transform, opacity; }
.motion-ready [data-photo-motion].is-visible .photo-title-primary {
  animation: motion-fadeIn 1.2s cubic-bezier(.445,.05,.55,.95) .001s backwards;
}
.motion-ready [data-photo-motion].is-visible .photo-title-secondary {
  animation: business-floatIn 1.2s cubic-bezier(.445,.05,.55,.95) 1.2s backwards;
}
.motion-ready [data-photo-motion].is-visible .photo-description-primary,
.motion-ready [data-photo-motion].is-visible .photo-description-secondary {
  animation: motion-fadeIn 1.2s cubic-bezier(.445,.05,.55,.95) 2.4s backwards;
}
.motion-ready [data-photo-motion].is-button-visible .photo-cta-button {
  animation:
    motion-fadeIn .96s cubic-bezier(.25,.46,.45,.94) .001s backwards,
    business-dropIn 1.2s cubic-bezier(.175,.885,.32,1.275) .001s backwards;
}

.social-section {
  position: relative;
  isolation: isolate;
  overflow: hidden;
  color: #f5f5f0;
  background:
    radial-gradient(circle at 15% 28%,rgba(95,16,171,.2),transparent 31%),
    radial-gradient(circle at 83% 64%,rgba(0,190,203,.1),transparent 28%),
    #04070b;
}
.social-section::before {
  content: "";
  position: absolute;
  z-index: -2;
  inset: 0;
  opacity: .42;
  background:
    linear-gradient(115deg,transparent 0 38%,rgba(255,255,255,.025) 38.2% 38.35%,transparent 38.6%),
    repeating-linear-gradient(90deg,transparent 0 119px,rgba(95,219,255,.025) 120px),
    repeating-linear-gradient(0deg,transparent 0 79px,rgba(255,255,255,.018) 80px);
}
.social-section::after {
  content: "";
  position: absolute;
  z-index: 8;
  inset: 0;
  pointer-events: none;
  background: radial-gradient(ellipse at center,transparent 45%,rgba(0,0,0,.68) 100%);
}
.social-scanlines {
  position: absolute;
  z-index: 7;
  inset: 0;
  pointer-events: none;
  opacity: .24;
  background: repeating-linear-gradient(0deg,rgba(255,255,255,.025) 0 1px,rgba(0,0,0,.11) 1px 4px);
  background-size: 100% 8px;
  animation: social-scan 9s linear infinite;
}
.social-vhs-inner {
  position: relative;
  z-index: 1;
  width: min(1500px,calc(100% - 48px));
  margin: auto;
  padding: 30px 30px 104px;
  border-inline: 1px solid rgba(169,96,255,.2);
}
.social-manifesto { padding: clamp(70px,9vw,142px) 0 0; }
.social-kicker,
.social-system-label {
  margin: 0 0 20px;
  color: #ffcf19;
  font-size: 13px;
  font-weight: 700;
  letter-spacing: .2em;
  text-transform: uppercase;
}
.social-manifesto h2 {
  max-width: 1280px;
  margin: 0;
  font-size: clamp(58px,8.4vw,132px);
  font-weight: 500;
  letter-spacing: -.055em;
  line-height: .86;
  text-transform: uppercase;
}
.social-manifesto h2 span {
  color: #fff;
  text-shadow: -3px 0 0 rgba(236,0,255,.42),3px 0 0 rgba(0,222,255,.34),0 0 34px rgba(152,50,255,.16);
}
.social-lead {
  max-width: 900px;
  margin: 46px 0 0 auto;
  color: #c9ced1;
  font-size: clamp(20px,1.75vw,28px);
  line-height: 1.42;
}
.social-command-grid {
  margin-top: clamp(78px,9vw,148px);
}
.social-operations { padding-top: 0; }
.social-operations-intro {
  position: relative;
  display: grid;
  grid-template-columns: minmax(0,1fr) minmax(270px,34%);
  gap: clamp(30px,6vw,90px);
  align-items: center;
  min-height: 390px;
  margin-bottom: 54px;
  overflow: hidden;
  border-block: 1px solid rgba(255,255,255,.22);
  background:
    radial-gradient(circle at 87% 55%,rgba(0,200,211,.13),transparent 26%),
    radial-gradient(circle at 73% 25%,rgba(194,0,230,.15),transparent 32%),
    linear-gradient(105deg,rgba(255,255,255,.018),transparent 65%);
}
.social-operations-intro::after {
  content: "";
  position: absolute;
  right: -10%;
  bottom: -75%;
  width: 58%;
  aspect-ratio: 1;
  border: 1px solid rgba(0,210,220,.14);
  border-radius: 50%;
  box-shadow: 0 0 0 54px rgba(165,0,220,.035),0 0 0 108px rgba(0,210,220,.025);
}
.social-operations-heading {
  position: relative;
  z-index: 3;
  padding: 46px 0 42px clamp(0px,2vw,28px);
}
.social-operations-heading h3 {
  max-width: 900px;
  margin: 0;
  font-size: clamp(40px,5.2vw,76px);
  font-weight: 500;
  letter-spacing: -.045em;
  line-height: .98;
}
.social-title-visual {
  position: relative;
  z-index: 3;
  align-self: stretch;
  min-height: 390px;
}
.social-phone {
  position: absolute;
  right: 0;
  bottom: -13%;
  width: 100%;
  height: 122%;
  object-fit: contain;
  object-position: center bottom;
  filter: drop-shadow(20px 25px 22px rgba(0,0,0,.8)) drop-shadow(-5px 0 16px rgba(117,36,255,.26));
  transform: rotate(-1.5deg);
}
.social-operation-grid {
  display: grid;
  grid-template-columns: repeat(3,minmax(0,1fr));
  gap: 38px 28px;
}
.social-operation {
  position: relative;
  min-height: 270px;
  padding: 28px 24px 26px;
  border-top: 1px solid rgba(255,255,255,.52);
  background: linear-gradient(180deg,rgba(255,255,255,.035),transparent 72%);
}
.social-operation::before {
  content: "";
  position: absolute;
  top: -3px;
  left: 0;
  width: 74px;
  height: 5px;
  background: linear-gradient(90deg,#ffc400,#ff154b,#b900db,#5424cd);
  box-shadow: 0 0 18px rgba(230,0,255,.28);
}
.social-operation > span {
  color: #8d969d;
  font-size: 10px;
  font-weight: 700;
  letter-spacing: .17em;
}
.social-operation h4 { margin: 18px 0 14px; font-size: 25px; font-weight: 600; }
.social-operation p { margin: 0; color: #aeb5b9; font-size: 16px; line-height: 1.55; }
.social-flow {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 10px;
  margin-top: 60px;
  padding: 18px 0;
  overflow: hidden;
  border-block: 1px solid rgba(255,255,255,.28);
  color: #fff;
  font-size: 11px;
  font-weight: 700;
  letter-spacing: .11em;
  white-space: nowrap;
}
.social-flow i { color: #fe174f; font-size: 19px; font-style: normal; }
.social-close {
  display: grid;
  grid-template-columns: 1.1fr .9fr;
  gap: 32px;
  align-items: end;
  margin-top: 62px;
}
.social-close p { margin: 0; color: #aeb5b9; font-size: 20px; line-height: 1.45; }
.social-close strong { color: #fff; font-weight: 600; }
.social-cta {
  min-height: 62px;
  border-color: rgba(255,255,255,.75);
  border-radius: 0;
  background: #f3f0e7;
  color: #05070b;
  font-size: 13px;
  font-weight: 700;
  text-align: center;
}
.social-cta:hover { color: #fff; background: #b316e7; }
.social-color-track {
  position: absolute;
  right: 30px;
  bottom: 36px;
  left: 30px;
  height: 11px;
  background: linear-gradient(90deg,#ffc400 0 17%,#ff6500 17% 34%,#ff0c4e 34% 51%,#d000d4 51% 68%,#5724cc 68% 85%,#00a8b3 85% 100%);
  box-shadow: 0 0 22px rgba(166,20,255,.24);
}

@keyframes social-scan { to { background-position: 0 160px; } }
@keyframes social-tracking { 0% { top: -8%; } 100% { top: 108%; } }
@keyframes social-revealIn {
  0% { opacity: 0; transform: translateY(38px); filter: blur(6px); }
  100% { opacity: 1; transform: translateY(0); filter: blur(0); }
}
@keyframes social-titleIn {
  0% { opacity: 0; transform: translateX(-50px) skewX(-8deg); text-shadow: 12px 0 #ff0753,-12px 0 #00d7dc; }
  58% { opacity: 1; text-shadow: -5px 0 #ff0753,5px 0 #00d7dc; }
  100% { opacity: 1; transform: translateX(0) skewX(0); }
}
@keyframes social-visualIn {
  0% { opacity: 0; transform: perspective(1000px) translateX(-76px) rotateY(10deg); filter: blur(8px); }
  100% { opacity: 1; transform: perspective(1000px) translateX(0) rotateY(0); filter: blur(0); }
}
.motion-ready [data-social-motion] .social-reveal:not(.is-visible) { opacity: 0; }
.motion-ready [data-social-motion] .social-reveal.is-visible { opacity: 1; will-change: transform,opacity,filter; }
.motion-ready [data-social-motion] .social-kicker.is-visible { animation: social-revealIn .9s cubic-bezier(.16,1,.3,1) .001s backwards; }
.motion-ready [data-social-motion] .social-manifesto h2.is-visible { animation: social-titleIn 1.15s cubic-bezier(.16,1,.3,1) .08s backwards; }
.motion-ready [data-social-motion] .social-lead.is-visible { animation: social-revealIn 1s cubic-bezier(.16,1,.3,1) .001s backwards; }
.motion-ready [data-social-motion] .social-title-visual.is-visible { animation: social-visualIn 1.15s cubic-bezier(.16,1,.3,1) .001s backwards; }
.motion-ready [data-social-motion] .social-system-label.is-visible { animation: social-revealIn .9s cubic-bezier(.16,1,.3,1) .001s backwards; }
.motion-ready [data-social-motion] .social-operations-heading h3.is-visible { animation: social-revealIn 1s cubic-bezier(.16,1,.3,1) .08s backwards; }
.motion-ready [data-social-motion] .social-operation.is-visible { animation: social-revealIn .9s cubic-bezier(.16,1,.3,1) .001s backwards; }
.motion-ready [data-social-motion] .social-operation:nth-child(even).is-visible { animation-delay:.12s; }
.motion-ready [data-social-motion] .social-flow.is-visible { animation: social-revealIn .9s cubic-bezier(.16,1,.3,1) .001s backwards; }
.motion-ready [data-social-motion] .social-close.is-visible { animation: social-revealIn .9s cubic-bezier(.16,1,.3,1) .001s backwards; }

.web-section { min-height: 560px; display: grid; place-items: center; text-align: center; position: relative; background: #111 url("/assets/web-bg.jpg") center/cover no-repeat; }
.web-section::before { content:""; position:absolute; inset:0; background:rgba(0,0,0,.64); }
.web-copy { position: relative; max-width: 850px; padding: 50px 24px; }
.web-copy h2 { font-size: clamp(2.4rem,5vw,4rem); margin: 0 0 8px; }
.web-copy h3 { font-size: clamp(1.5rem,3vw,2.4rem); margin: 0 0 36px; }
.web-copy p { font-size: 1.24rem; font-weight: 650; }
.whatsapp { background: #f9f13a; color: #111; border-color: #f9f13a; margin-top: 18px; }

.journey { padding: 80px 0; overflow: hidden; }
.journey-grid { width: min(1500px, calc(100% - 50px)); margin: auto; display: grid; grid-template-columns: .8fr 1.2fr; align-items: center; gap: 40px; }
.journey-copy { text-align: center; }
.journey-copy h2 { font-size: clamp(3.6rem, 8vw, 7.8rem); line-height: .95; margin: 0 0 32px; }
.journey-copy p { font-size: clamp(1.3rem,2.3vw,2.25rem); color: #aaa; font-weight: 600; }
.journey-art { min-height: 580px; position: relative; }
.billboard { position: absolute; width: 55%; left: 5%; top: 0; transform: rotate(7deg); }
.qr { position: absolute; width: 49%; left: 22%; bottom: 0; transform: rotate(-4deg); z-index: 2; }
.journey-shape { position: absolute; right: 5%; top: 20%; width: 42%; height: 58%; background: var(--blue); transform: skew(-14deg); box-shadow: 28px 18px 0 rgba(255,255,255,.12); }

.capabilities { display: grid; grid-template-columns: 1fr 1fr; min-height: 680px; border-top: 16px solid #2a2a2a; }
.capability { position: relative; background-position: center; background-size: cover; padding: 70px 8%; overflow: hidden; }
.capability::before { content:""; position:absolute; inset:0; background:rgba(0,0,0,.62); }
.capability.print { background-image: url("/assets/print-bg.jpg"); }
.capability.data { background-image: url("/assets/data-bg.jpg"); }
.capability.data::before { background: linear-gradient(90deg,rgba(0,55,53,.52),rgba(0,0,0,.62)); }
.capability-content { position:relative; z-index:1; }
.capability h2 { font-size: clamp(2rem,4vw,3.6rem); line-height:1.15; margin:0 0 30px; }
.capability p { font-size: 1.2rem; max-width: 560px; color:#dedede; }

.site-footer { background:#242424; border-top:12px solid #ddd; text-align:center; padding:60px 24px 32px; }
.footer-brand { display:flex; justify-content:center; align-items:center; gap:24px; margin-bottom:28px; }
.footer-brand img { width:78px; }
.footer-brand strong { font-size:clamp(2.6rem,6vw,5.5rem); font-variant:small-caps; letter-spacing:.04em; }
.footer-brand span { display:block; font-size:1.35rem; }
.contact-row { display:flex; flex-wrap:wrap; gap:12px; justify-content:center; margin-top:24px; }
.contact-row a { padding:12px 22px; background:#222; text-decoration:none; border:1px solid #2c2c2c; }
.copyright { font-size:.85rem; margin-top:34px; }

.cookie-banner { position:fixed; z-index:50; inset:auto 0 0; background:#050505; border-top:1px solid #555; padding:14px 20px; }
.cookie-inner { max-width:1500px; margin:auto; display:flex; align-items:center; gap:18px; }
.cookie-inner p { margin:0; flex:1; font-size:.9rem; }
.cookie-actions { display:flex; gap:10px; }
.cookie-actions button { color:#fff; background:#111; border:1px solid #fff; padding:10px 18px; cursor:pointer; }
.cookie-actions .accept { background:#eee; color:#111; }

.privacy-page { background:#080910; }
.privacy-main { width:min(980px,calc(100% - 40px)); margin:0 auto; padding:80px 0; }
.privacy-main h1 { font-size:clamp(2.5rem,6vw,4.8rem); margin:0 0 48px; }
.privacy-main section { border-top:1px solid #34394c; padding:32px 0; }
.privacy-main h2 { font-size:1.7rem; }
.privacy-main p,.privacy-main li { color:#d5d7df; font-size:1.05rem; line-height:1.75; }
.simple-page { min-height:100vh; display:grid; place-items:center; background:radial-gradient(circle,#1b235e,#030307); }
.simple-card { width:min(620px,calc(100% - 40px)); text-align:center; padding:60px 30px; }
.simple-card h1 { font-size:clamp(2.5rem,7vw,4.5rem); }
.eyebrow { letter-spacing:.3em; color:#bfc6ff; }

@media (max-width: 1100px) {
  .social-operations-intro { grid-template-columns:minmax(0,1fr) minmax(250px,32%); }
  .social-operation-grid { grid-template-columns:repeat(2,minmax(0,1fr)); }
}

@media (max-width: 760px) {
  .site-header { height:64px; }
  .site-header--home { height:76px; }
  .site-header--home .brand-mini img { width:32px; height:35px; }
  .site-header--home .brand-mini span { font-size:6px; }
  .header-inner { width:calc(100% - 24px); }
  .header-cta { display:none; }
  .hero { height:338px; }
  .hero-content { padding:53px 18px 0; }
  .hero-brand { gap:18px; }
  .hero-brand img { width:80px; height:96px; }
  .hero-brand-copy { width:auto; padding-top:8px; }
  .hero-wordmark { height:58px; }
  .mark-i { font-size:50px; }
  .mark-per { font-size:38px; }
  .mark-m { font-size:44px; margin-left:2px; }
  .mark-edia { font-size:38px; }
  .hero h2 { margin-top:-2px; font-size:22px; }
  .hero p { max-width:680px; margin-top:31px; font-size:16px; }
  .section-title { min-height:100px; font-size:31px; }
  .showreel-wrap { padding:0; }
  .showreel { aspect-ratio:16/9; }
  .business-copy,.split,.journey-grid { grid-template-columns:1fr; }
  .business-copy { gap:24px; padding:24px 22px 34px; text-align:center; }
  .cta-bar { flex-direction:column; gap:12px; text-align:center; }
  .photo-section { background:linear-gradient(#020207 0 50%,var(--navy) 50%); }
  .split { gap:34px; }
  .portrait-video { max-height:520px; }
  .social-vhs-inner { width:calc(100% - 20px); padding:20px 10px 80px; }
  .social-manifesto { padding-top:70px; }
  .social-manifesto h2 { font-size:clamp(46px,15vw,78px); line-height:.9; }
  .social-lead { margin-top:34px; font-size:18px; }
  .social-command-grid { margin-top:72px; }
  .social-operations-intro { grid-template-columns:minmax(0,1fr) minmax(115px,32%); gap:12px; min-height:360px; margin-bottom:42px; }
  .social-operations-heading { padding:34px 0 34px 10px; }
  .social-operations-heading h3 { font-size:clamp(30px,7.2vw,42px); }
  .social-title-visual { min-height:360px; }
  .social-phone { right:auto; left:0; bottom:-10%; width:245%; height:118%; object-position:left bottom; filter:brightness(1.08) drop-shadow(12px 20px 20px rgba(0,0,0,.8)) drop-shadow(-4px 0 14px rgba(117,36,255,.3)); }
  .social-operation-grid { grid-template-columns:1fr; gap:28px; }
  .social-operation { min-height:0; padding-inline:12px; }
  .social-flow { justify-content:flex-start; gap:12px; overflow-x:auto; scrollbar-width:none; }
  .social-flow::-webkit-scrollbar { display:none; }
  .social-close { grid-template-columns:1fr; align-items:start; }
  .social-color-track { right:10px; bottom:28px; left:10px; }
  .journey { padding:60px 0 30px; }
  .journey-art { min-height:400px; }
  .capabilities { grid-template-columns:1fr; }
  .capability { min-height:520px; }
  .footer-brand { flex-direction:column; gap:10px; }
  .footer-brand strong { font-size:2.8rem; }
  .cookie-inner { align-items:flex-start; flex-direction:column; }
  .cookie-actions { width:100%; }
  .cookie-actions button { flex:1; }
}

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

@media (max-width: 520px) {
  .hero { height:360px; }
  .hero-content { padding-top:47px; }
  .hero-brand { gap:12px; }
  .hero-brand img { width:68px; height:82px; }
  .hero-wordmark { height:48px; }
  .mark-i { font-size:41px; }
  .mark-per { font-size:31px; }
  .mark-m { font-size:36px; margin-left:1px; }
  .mark-edia { font-size:31px; }
  .hero h2 { font-size:18px; }
  .hero p { margin-top:39px; font-size:14px; line-height:1.45; }
  .social-kicker { font-size:10px; }
  .social-manifesto h2 { font-size:46px; }
  .social-operations-intro { grid-template-columns:minmax(0,1fr) 112px; min-height:330px; }
  .social-operations-heading h3 { font-size:29px; }
  .social-title-visual { min-height:330px; }
  .social-phone { right:auto; left:0; width:265%; height:120%; }
  .social-close p { font-size:17px; }
}
