:root {
  color-scheme: light;
  --ink: #0d0d0c;
  --ink-soft: rgba(13, 13, 12, 0.64);
  --ink-muted: rgba(13, 13, 12, 0.42);
  --paper: #f4eee6;
  --paper-soft: #fffaf4;
  --paper-deep: #e7d6c7;
  --charcoal: #090909;
  --charcoal-soft: #171615;
  --peach: #df9e7d;
  --peach-strong: #c97955;
  --sage: #9fa98d;
  --blue: #7e95a8;
  --line: rgba(13, 13, 12, 0.12);
  --white-line: rgba(255, 255, 255, 0.18);
  --max: 1320px;
  --nav-h: 108px;
}

*,
*::before,
*::after {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
  scrollbar-gutter: stable;
}

body {
  margin: 0;
  min-width: 320px;
  background: #090807;
  color: var(--ink);
  font-family:
    Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  text-rendering: geometricprecision;
}

.services-shell h1,
.services-shell h2,
.services-shell h3,
.about-shell h1,
.about-shell h2,
.about-shell h3 {
  letter-spacing: 0 !important;
  overflow-wrap: break-word;
}

a {
  color: inherit;
  text-decoration: none;
}

button,
input,
textarea,
select {
  font: inherit;
}

.services-shell {
  position: relative;
  min-height: 100vh;
  overflow-x: clip;
  isolation: isolate;
  background: transparent;
}

.service-global-bg {
  position: fixed;
  inset: 0;
  z-index: 0;
  overflow: hidden;
  pointer-events: none;
  background:
    linear-gradient(90deg, rgba(8, 7, 6, 0.74), rgba(8, 7, 6, 0.34) 45%, rgba(8, 7, 6, 0.72)),
    url("./generated/service-flight-high.jpg") center / cover no-repeat;
}

.service-global-bg::before,
.service-global-bg::after {
  position: absolute;
  inset: 0;
  content: "";
  pointer-events: none;
}

.service-global-bg::before {
  z-index: 1;
  background:
    linear-gradient(90deg, rgba(6, 5, 4, 0.76), rgba(6, 5, 4, 0.24) 48%, rgba(6, 5, 4, 0.68)),
    linear-gradient(180deg, rgba(6, 5, 4, 0.36), rgba(6, 5, 4, 0.08) 42%, rgba(6, 5, 4, 0.78)),
    radial-gradient(circle at 64% 34%, rgba(223, 158, 125, 0.18), transparent 32%);
}

.service-global-bg::after {
  z-index: 2;
  background:
    repeating-linear-gradient(90deg, rgba(255, 250, 244, 0.026) 0 1px, transparent 1px 128px),
    repeating-linear-gradient(0deg, rgba(255, 250, 244, 0.018) 0 1px, transparent 1px 128px);
  opacity: 0.42;
}

.service-cinematic-intro {
  position: fixed;
  inset: 0;
  z-index: 80;
  overflow: hidden;
  background: #060606;
  pointer-events: none;
  animation: cinematicVeil 2100ms cubic-bezier(0.76, 0, 0.24, 1) both;
}

.service-cinematic-intro::before,
.service-cinematic-intro::after {
  position: absolute;
  inset: 0;
  content: "";
  pointer-events: none;
}

.service-cinematic-intro::before {
  background:
    linear-gradient(105deg, transparent 28%, rgba(255, 240, 224, 0.16) 48%, transparent 68%),
    radial-gradient(circle at 68% 44%, rgba(223, 158, 125, 0.16), transparent 30%);
  mix-blend-mode: screen;
  opacity: 0;
  transform: translate3d(-18%, 0, 0);
  animation: cinematicLightPass 1500ms 280ms cubic-bezier(0.16, 1, 0.3, 1) both;
}

.service-cinematic-intro::after {
  background:
    repeating-linear-gradient(0deg, rgba(255, 255, 255, 0.018) 0 1px, transparent 1px 4px),
    radial-gradient(ellipse at center, transparent 26%, rgba(0, 0, 0, 0.72) 100%);
  opacity: 0.48;
}

.service-cinematic-intro > span {
  position: absolute;
  right: 0;
  left: 0;
  z-index: 2;
  height: 14vh;
  min-height: 72px;
  background: #030303;
  animation: cinematicLetterbox 1700ms 180ms cubic-bezier(0.76, 0, 0.24, 1) both;
}

.service-cinematic-intro > span:first-child {
  top: 0;
  transform-origin: top;
}

.service-cinematic-intro > span:last-child {
  bottom: 0;
  transform-origin: bottom;
}

.is-cinematic-entry .service-scroll-video {
  animation: cinematicBackgroundReveal 2200ms cubic-bezier(0.16, 1, 0.3, 1) both;
}

.is-cinematic-entry .hero-overlay {
  animation: cinematicAtmosphere 1900ms 260ms cubic-bezier(0.16, 1, 0.3, 1) both;
}

.service-scroll-video {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
  filter: none;
  backface-visibility: hidden;
  contain: paint;
}

.service-scroll-video {
  backface-visibility: hidden;
  transform: translate3d(0, 0, 0);
}

.services-shell > main,
.services-footer {
  position: relative;
  z-index: 2;
}

.services-nav {
  position: fixed;
  top: 0;
  right: 0;
  left: 0;
  z-index: 30;
  display: grid;
  grid-template-columns: 1fr auto 1fr;
  align-items: center;
  gap: clamp(16px, 2vw, 34px);
  min-height: clamp(76px, 6.5vw, 102px);
  padding: clamp(14px, 1.45vw, 22px) clamp(22px, 3.4vw, 58px);
  border-bottom: 1px solid rgba(215, 226, 234, 0.08);
  background: linear-gradient(180deg, rgba(12, 12, 12, 0.62), rgba(12, 12, 12, 0.16));
  backdrop-filter: blur(22px) saturate(1.16);
  color: var(--paper-soft);
  pointer-events: none;
  transition:
    background 240ms ease,
    border-color 240ms ease,
    box-shadow 240ms ease;
}

.services-nav.is-scrolled {
  border-bottom-color: rgba(215, 226, 234, 0.13);
  background: rgba(12, 12, 12, 0.84);
  box-shadow: 0 18px 56px rgba(0, 0, 0, 0.22);
}

.brand-lockup {
  justify-self: start;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: clamp(10px, 0.9vw, 14px);
  min-width: clamp(168px, 14vw, 238px);
  min-height: clamp(54px, 4.2vw, 66px);
  padding: clamp(12px, 1vw, 16px) clamp(17px, 1.4vw, 22px);
  border: 1px solid rgba(215, 226, 234, 0.17);
  border-radius: clamp(13px, 1vw, 18px);
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.07), rgba(255, 255, 255, 0.025)),
    rgba(18, 17, 16, 0.66);
  box-shadow: inset 0 1px rgba(255, 255, 255, 0.08), 0 18px 52px rgba(0, 0, 0, 0.24);
  backdrop-filter: blur(22px) saturate(1.16);
  pointer-events: auto;
}

.brand-lockup .logo-lockup {
  display: block;
  width: clamp(148px, 10.8vw, 196px);
  height: auto;
  color: var(--paper-soft);
}

.brand-mark {
  display: grid;
  width: clamp(30px, 2.2vw, 38px);
  height: clamp(30px, 2.2vw, 38px);
  place-items: center;
  border: 1px solid rgba(255, 255, 255, 0.54);
  border-radius: 6px;
  color: var(--paper-soft);
}

.brand-mark-svg {
  width: clamp(21px, 1.55vw, 28px);
  height: clamp(21px, 1.55vw, 28px);
  overflow: visible;
  fill: none;
  stroke: currentColor;
  stroke-width: 2.7;
  stroke-linecap: square;
  stroke-linejoin: miter;
}

.brand-wordmark {
  display: block;
}

.brand-wordmark strong,
.brand-wordmark small {
  display: block;
  line-height: 1;
}

.brand-wordmark strong {
  color: var(--paper-soft);
  font-size: clamp(0.86rem, 0.78vw, 1rem);
  font-weight: 760;
}

.brand-wordmark small {
  margin-top: 5px;
  color: rgba(255, 250, 244, 0.62);
  font-size: clamp(0.45rem, 0.4vw, 0.54rem);
  font-weight: 820;
  letter-spacing: 0.16em;
  text-transform: uppercase;
}

.nav-pills {
  justify-self: center;
  display: inline-flex;
  gap: clamp(4px, 0.45vw, 8px);
  min-height: clamp(54px, 4.2vw, 66px);
  align-items: center;
  padding: clamp(8px, 0.72vw, 12px);
  border: 1px solid rgba(215, 226, 234, 0.15);
  border-radius: 999px;
  background: rgba(246, 238, 231, 0.07);
  box-shadow: inset 0 1px rgba(255, 255, 255, 0.05), 0 18px 48px rgba(0, 0, 0, 0.18);
  backdrop-filter: blur(22px) saturate(1.12);
  pointer-events: auto;
}

.nav-pills a {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: clamp(44px, 3vw, 54px);
  padding: 0 clamp(15px, 1.35vw, 25px);
  border-radius: 999px;
  color: rgba(255, 250, 244, 0.72);
  font-size: clamp(13px, 0.86vw, 16px);
  font-weight: 700;
  letter-spacing: 0.045em;
  text-transform: uppercase;
  transition:
    color 180ms ease,
    background 180ms ease;
}

.nav-pills a[aria-current="page"],
.nav-pills a:hover {
  color: var(--paper-soft);
  background: rgba(255, 255, 255, 0.12);
}

.nav-action {
  justify-self: end;
  display: inline-flex;
  min-height: clamp(46px, 3vw, 56px);
  align-items: center;
  justify-content: center;
  padding: 0 clamp(22px, 1.8vw, 34px);
  border-radius: 999px;
  color: var(--ink);
  background: linear-gradient(180deg, #fff4ec, #e2c1ae);
  font-size: clamp(14px, 0.92vw, 16px);
  font-weight: 700;
  letter-spacing: 0.045em;
  text-transform: uppercase;
  box-shadow: 0 18px 54px rgba(231, 198, 180, 0.18), inset 0 1px rgba(255, 255, 255, 0.65);
  pointer-events: auto;
  transition:
    transform 180ms ease,
    box-shadow 180ms ease,
    background 180ms ease;
}

.nav-action span {
  margin-left: 8px;
  font-size: 0.95em;
  line-height: 1;
}

.brand-lockup,
.nav-pills {
  transition:
    transform 200ms ease,
    border-color 200ms ease,
    background 200ms ease;
}

.brand-lockup:hover,
.nav-pills:hover {
  transform: translateY(-2px);
  border-color: rgba(255, 250, 244, 0.28);
}

.nav-action:hover,
.primary-action:hover,
.secondary-action:hover,
.wide-action:hover,
.services-footer a:hover {
  transform: translateY(-2px);
  box-shadow: 0 22px 62px rgba(0, 0, 0, 0.22);
}

:is(.brand-lockup, .nav-pills a, .nav-action, .primary-action, .secondary-action, .wide-action, .services-footer a):focus-visible {
  outline: 2px solid rgba(255, 244, 236, 0.92);
  outline-offset: 4px;
}

:is(.nav-action, .primary-action, .secondary-action, .wide-action, .services-footer a):active {
  transform: translateY(0) scale(0.98);
}

.services-nav,
.hero-copy .eyebrow,
.hero-copy h1,
.hero-lede {
  animation: serviceRiseIn 900ms cubic-bezier(0.16, 1, 0.3, 1) both;
}

.is-cinematic-entry .hero-copy h1 {
  animation: none;
}

.is-cinematic-entry .hero-copy .eyebrow {
  animation: cinematicTextIn 680ms 620ms cubic-bezier(0.16, 1, 0.3, 1) both;
}

.is-cinematic-entry .hero-copy h1 span {
  animation: cinematicTitleIn 920ms cubic-bezier(0.16, 1, 0.3, 1) both;
}

.is-cinematic-entry .hero-copy h1 span:first-child {
  animation-delay: 760ms;
}

.is-cinematic-entry .hero-copy h1 span:last-child {
  animation-delay: 920ms;
}

.is-cinematic-entry .hero-lede {
  animation: cinematicTextIn 760ms 1180ms cubic-bezier(0.16, 1, 0.3, 1) both;
}

.services-nav {
  animation-delay: 80ms;
}

.hero-copy .eyebrow {
  animation-delay: 140ms;
}

.hero-copy h1 {
  animation-delay: 220ms;
}

.hero-lede {
  animation-delay: 340ms;
}

.scroll-scene {
  --scene-progress: 0;
}

.service-hero {
  --hero-intro: 0;
  --hero-x: 68%;
  --hero-y: 28%;
  --hero-shift-x: 0px;
  --hero-shift-y: 0px;
  position: relative;
  min-height: 100svh;
  overflow: clip;
  isolation: isolate;
  color: var(--paper-soft);
  background: transparent;
}

.service-hero::before,
.service-hero::after {
  position: absolute;
  inset: 0;
  content: "";
  pointer-events: none;
}

.service-hero::before {
  z-index: 1;
  background:
    linear-gradient(100deg, transparent 0 18%, rgba(244, 238, 230, 0.035) 36%, transparent 56%),
    repeating-linear-gradient(112deg, transparent 0 120px, rgba(255, 250, 244, 0.024) 121px 122px, transparent 123px 236px);
  opacity: 0.18;
  transform: translate3d(calc(var(--scene-progress) * -42px), 0, 0);
  animation: serviceRouteSweep 18s ease-in-out infinite alternate;
}

.service-hero::after {
  z-index: 3;
  background:
    linear-gradient(90deg, rgba(0, 0, 0, 0.68), rgba(0, 0, 0, 0.28) 40%, rgba(0, 0, 0, 0.14) 70%, rgba(0, 0, 0, 0.56)),
    linear-gradient(180deg, rgba(0, 0, 0, 0.18), transparent 34%, rgba(0, 0, 0, 0.72));
  mix-blend-mode: multiply;
}

.traffic-flow {
  --traffic-flow-base-opacity: 0.36;
  position: absolute;
  inset: 0;
  z-index: 2;
  overflow: hidden;
  pointer-events: none;
  mix-blend-mode: screen;
  opacity: calc(var(--traffic-flow-base-opacity) * var(--service-intro-atmosphere, 1));
  transform:
    translate3d(calc(var(--hero-shift-x) * -0.18), calc(var(--hero-shift-y) * -0.12), 0)
    scale(calc(1.01 + var(--scene-progress) * 0.018));
  will-change: transform, opacity;
}

.has-left-service-intro .traffic-flow::before,
.has-left-service-intro .traffic-flow::after,
.has-left-service-intro .traffic-flow i {
  animation-play-state: paused;
}

.traffic-flow::before,
.traffic-flow::after {
  position: absolute;
  content: "";
  pointer-events: none;
}

.traffic-flow::before {
  right: -16%;
  bottom: 4%;
  left: -16%;
  height: 48%;
  background:
    repeating-linear-gradient(92deg, transparent 0 72px, rgba(255, 235, 210, 0.18) 73px 75px, transparent 76px 144px),
    repeating-linear-gradient(4deg, transparent 0 108px, rgba(223, 158, 125, 0.16) 109px 111px, transparent 112px 216px);
  filter: blur(0.2px);
  opacity: 0.48;
  transform: perspective(1000px) rotateX(62deg) rotateZ(-5deg) translateY(10%);
  animation: trafficMapDrift 14s linear infinite;
}

.traffic-flow::after {
  right: -8%;
  bottom: 20%;
  left: -8%;
  height: 1px;
  background: linear-gradient(90deg, transparent, rgba(255, 246, 228, 0.9), rgba(223, 158, 125, 0.62), transparent);
  box-shadow:
    0 34px 30px rgba(255, 221, 184, 0.34),
    0 92px 48px rgba(201, 121, 85, 0.26),
    0 -58px 34px rgba(255, 250, 244, 0.18);
  opacity: 0.68;
  transform: rotate(-6deg);
  animation: trafficGlowPulse 4.8s ease-in-out infinite alternate;
}

.traffic-flow i {
  --lane-top: 64%;
  --lane-left: 38%;
  --lane-width: min(46vw, 760px);
  --lane-rotate: -6deg;
  --lane-speed: 7.2s;
  --lane-delay: 0s;
  position: absolute;
  top: var(--lane-top);
  left: var(--lane-left);
  width: var(--lane-width);
  height: 3px;
  border-radius: 999px;
  background:
    linear-gradient(90deg, transparent 0%, rgba(255, 250, 244, 0.22) 18%, rgba(255, 235, 210, 0.96) 48%, rgba(223, 158, 125, 0.64) 63%, transparent 100%);
  box-shadow:
    0 0 16px rgba(255, 238, 214, 0.42),
    0 0 36px rgba(223, 158, 125, 0.28);
  filter: blur(0.35px);
  opacity: 0;
  transform-origin: center;
  animation: trafficLane var(--lane-speed) linear infinite;
  animation-delay: var(--lane-delay);
}

.traffic-flow i:nth-child(1) {
  --lane-top: 59%;
  --lane-left: 46%;
  --lane-width: min(46vw, 820px);
  --lane-rotate: -7deg;
  --lane-speed: 6.4s;
}

.traffic-flow i:nth-child(2) {
  --lane-top: 68%;
  --lane-left: 39%;
  --lane-width: min(38vw, 620px);
  --lane-rotate: -12deg;
  --lane-speed: 7.8s;
  --lane-delay: -2.6s;
}

.traffic-flow i:nth-child(3) {
  --lane-top: 52%;
  --lane-left: 61%;
  --lane-width: min(30vw, 520px);
  --lane-rotate: 18deg;
  --lane-speed: 5.9s;
  --lane-delay: -1.2s;
}

.traffic-flow i:nth-child(4) {
  --lane-top: 75%;
  --lane-left: 52%;
  --lane-width: min(34vw, 600px);
  --lane-rotate: 7deg;
  --lane-speed: 8.6s;
  --lane-delay: -4.8s;
}

.traffic-flow i:nth-child(5) {
  --lane-top: 43%;
  --lane-left: 47%;
  --lane-width: min(24vw, 420px);
  --lane-rotate: -22deg;
  --lane-speed: 7s;
  --lane-delay: -3.5s;
  height: 1px;
  opacity: 0.48;
}

.traffic-flow i:nth-child(6) {
  --lane-top: 71%;
  --lane-left: 64%;
  --lane-width: min(28vw, 500px);
  --lane-rotate: -18deg;
  --lane-speed: 5.8s;
  --lane-delay: -0.9s;
}

.traffic-flow i:nth-child(7) {
  --lane-top: 37%;
  --lane-left: 58%;
  --lane-width: min(32vw, 560px);
  --lane-rotate: 13deg;
  --lane-speed: 7.5s;
  --lane-delay: -5.2s;
  height: 1px;
}

.traffic-flow i:nth-child(8) {
  --lane-top: 81%;
  --lane-left: 34%;
  --lane-width: min(42vw, 720px);
  --lane-rotate: 4deg;
  --lane-speed: 9.2s;
  --lane-delay: -6.3s;
}

.hero-overlay {
  position: absolute;
  inset: 0;
  z-index: 2;
  pointer-events: none;
  background:
    radial-gradient(circle at var(--hero-x) var(--hero-y), rgba(255, 250, 244, 0.18), transparent 18%),
    linear-gradient(180deg, rgba(244, 238, 230, 0.06), transparent 28%, rgba(0, 0, 0, 0.32)),
    linear-gradient(90deg, rgba(223, 158, 125, 0.12), transparent 42%, rgba(126, 149, 168, 0.08));
  opacity: 0.86;
}

.hero-overlay::before,
.hero-overlay::after {
  position: absolute;
  content: "";
  pointer-events: none;
}

.hero-overlay::before {
  display: none;
  top: 18%;
  right: 7%;
  width: min(46vw, 680px);
  height: min(52vh, 540px);
  border: 1px solid rgba(255, 250, 244, 0.06);
  border-radius: 34px;
  background:
    linear-gradient(135deg, rgba(255, 250, 244, 0.12), rgba(255, 250, 244, 0.02) 48%, rgba(223, 158, 125, 0.1)),
    repeating-linear-gradient(90deg, transparent 0 74px, rgba(255, 250, 244, 0.045) 75px 76px, transparent 77px 148px);
  box-shadow: inset 0 1px rgba(255, 255, 255, 0.08), 0 34px 110px rgba(0, 0, 0, 0.18);
  opacity: 0.26;
  transform: perspective(900px) rotateY(-14deg) rotateX(5deg) translate3d(calc(var(--hero-shift-x) * 0.5), calc(var(--hero-shift-y) * 0.35), 0);
  animation: servicePanelFloat 18s ease-in-out infinite alternate;
}

.hero-overlay::after {
  right: -10%;
  bottom: -4%;
  left: -10%;
  height: 33%;
  background:
    linear-gradient(180deg, transparent 0%, rgba(10, 9, 8, 0.42) 24%, #0b0a09 100%),
    linear-gradient(96deg, rgba(223, 158, 125, 0.18), transparent 36%, rgba(159, 169, 141, 0.08) 70%, transparent);
  opacity: 0.78;
  transform: translate3d(calc(var(--scene-progress) * 42px), 0, 0);
  animation: serviceNearHorizon 20s ease-in-out infinite alternate;
}

.hero-inner {
  position: relative;
  z-index: 4;
  display: grid;
  grid-template-columns: 1fr;
  align-items: center;
  justify-items: center;
  width: min(1180px, calc(100% - 64px));
  min-height: clamp(760px, 100svh, 980px);
  margin: 0 auto;
  padding: clamp(202px, 23vh, 264px) 0 clamp(86px, 10vh, 126px);
  text-align: center;
}

.eyebrow {
  margin: 0 0 18px;
  color: currentColor;
  font-size: clamp(0.74rem, 0.76vw, 0.86rem);
  font-weight: 780;
  letter-spacing: 0.18em;
  text-transform: uppercase;
  opacity: 0.7;
}

.hero-copy {
  max-width: 1120px;
  justify-self: center;
  text-align: center;
  transform:
    translate3d(calc(var(--hero-shift-x) * 0.04), calc(var(--scene-progress) * -10px + var(--hero-shift-y) * 0.04), 0);
}

.hero-copy h1 {
  max-width: 940px;
  margin: 0 auto;
  font-size: 7.1rem;
  font-weight: 800;
  line-height: 0.98;
  letter-spacing: 0;
  text-wrap: balance;
}

.hero-copy h1 span {
  display: block;
}

.hero-lede {
  max-width: 720px;
  margin: clamp(24px, 3vh, 36px) auto 0;
  color: rgba(255, 250, 244, 0.78);
  font-size: clamp(1.04rem, 1.22vw, 1.32rem);
  font-weight: 500;
  line-height: 1.58;
  text-wrap: pretty;
}

.hero-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  margin-top: clamp(28px, 4vh, 42px);
}

.primary-action,
.secondary-action,
.wide-action,
.services-footer a,
.nav-pills a {
  position: relative;
  overflow: hidden;
}

.primary-action::after,
.secondary-action::after,
.wide-action::after,
.services-footer a::after,
.nav-pills a::after {
  position: absolute;
  inset: 0;
  content: "";
  background: linear-gradient(100deg, transparent 20%, rgba(255, 255, 255, 0.26), transparent 62%);
  opacity: 0;
  transform: translateX(-120%);
  transition:
    opacity 180ms ease,
    transform 520ms cubic-bezier(0.2, 0.8, 0.2, 1);
}

.primary-action:hover::after,
.secondary-action:hover::after,
.wide-action:hover::after,
.services-footer a:hover::after,
.nav-pills a:hover::after {
  opacity: 1;
  transform: translateX(120%);
}

.primary-action,
.secondary-action,
.wide-action,
.services-footer a {
  display: inline-flex;
  min-height: 58px;
  align-items: center;
  justify-content: center;
  border-radius: 999px;
  font-size: 0.82rem;
  font-weight: 900;
  letter-spacing: 0.07em;
  text-transform: uppercase;
}

.primary-action,
.wide-action,
.services-footer a {
  padding: 0 26px;
  color: var(--paper-soft);
  background: linear-gradient(135deg, var(--peach-strong), var(--peach));
  box-shadow: 0 18px 54px rgba(201, 121, 85, 0.32);
}

.secondary-action {
  padding: 0 24px;
  border: 1px solid rgba(255, 250, 244, 0.32);
  color: var(--paper-soft);
  background: rgba(255, 255, 255, 0.08);
  backdrop-filter: blur(14px);
}

.intro-band {
  position: relative;
  z-index: 2;
  display: grid;
  grid-template-columns: minmax(160px, 0.32fr) minmax(0, 1fr);
  gap: clamp(32px, 7vw, 120px);
  width: min(var(--max), calc(100% - 64px));
  margin: 0 auto;
  padding: clamp(82px, 10vw, 150px) 0;
  color: var(--paper-soft);
  content-visibility: visible;
}

.intro-band .eyebrow {
  color: rgba(255, 250, 244, 0.58);
}

.intro-copy h2 {
  max-width: 960px;
  margin: 0;
  font-size: clamp(2.15rem, 4.85vw, 5.85rem);
  font-weight: 880;
  line-height: 0.96;
  letter-spacing: 0;
}

.intro-copy p {
  max-width: 760px;
  margin: 30px 0 0;
  color: rgba(255, 250, 244, 0.66);
  font-size: clamp(1rem, 1.5vw, 1.38rem);
  line-height: 1.52;
}

.service-carousel {
  position: relative;
  height: 280svh;
  scroll-margin-top: var(--nav-h);
  color: var(--paper-soft);
  background:
    linear-gradient(90deg, rgba(255, 250, 244, 0.032) 1px, transparent 1px),
    linear-gradient(rgba(255, 250, 244, 0.024) 1px, transparent 1px),
    radial-gradient(circle at 78% 24%, rgba(223, 158, 125, 0.18), transparent 24%),
    linear-gradient(180deg, rgba(8, 7, 6, 0.52), rgba(8, 7, 6, 0.78));
  background-size: 160px 160px, 160px 160px, auto, auto;
}

.carousel-sticky {
  position: sticky;
  top: 0;
  min-height: 100svh;
  overflow: clip;
  padding: calc(var(--nav-h) + 24px) 0 24px;
}

.carousel-content {
  position: relative;
  z-index: 2;
  display: grid;
  grid-template-columns: minmax(0, 0.86fr) minmax(420px, 0.8fr);
  gap: clamp(48px, 8vw, 138px);
  align-items: center;
  width: min(var(--max), calc(100% - 64px));
  min-height: calc(100svh - var(--nav-h) - 48px);
  margin: 0 auto;
}

.carousel-copy {
  position: relative;
  align-self: center;
}

.carousel-progress {
  display: flex;
  gap: 9px;
  margin: 0 0 44px;
}

.carousel-progress span {
  width: 28px;
  height: 5px;
  border-radius: 999px;
  background: rgba(255, 250, 244, 0.2);
  cursor: pointer;
  transition:
    width 260ms ease,
    background 260ms ease,
    transform 180ms ease;
}

.carousel-progress span:hover {
  transform: scaleY(1.5);
  background: rgba(255, 250, 244, 0.46);
}

.carousel-progress span:focus-visible {
  outline: 2px solid rgba(255, 250, 244, 0.72);
  outline-offset: 6px;
}

.carousel-progress span[aria-current="true"] {
  width: 54px;
  background: var(--paper-soft);
}

.copy-stack {
  position: relative;
  min-height: clamp(430px, 54vh, 600px);
}

.copy-panel {
  --slide-offset: 0;
  --slide-abs: 0;
  position: absolute;
  inset: 0 auto auto 0;
  width: min(100%, 760px);
  z-index: var(--slide-z, 1);
  visibility: visible;
  opacity: var(--copy-opacity, 0);
  transform:
    translate3d(calc(var(--slide-offset) * -34px), calc(var(--slide-offset) * 44px), 0)
    scale(calc(1 - var(--slide-abs) * 0.035));
  transition:
    opacity 280ms ease,
    transform 360ms cubic-bezier(0.2, 0.8, 0.2, 1);
  pointer-events: none;
}

.copy-panel[aria-current] {
  pointer-events: auto;
}

.copy-panel .eyebrow {
  color: rgba(255, 250, 244, 0.58);
}

.copy-panel h2 {
  max-width: 730px;
  margin: 0;
  font-size: clamp(2.8rem, 5.1vw, 5.4rem);
  font-weight: 940;
  line-height: 0.98;
  letter-spacing: 0;
}

.copy-panel p:not(.eyebrow) {
  max-width: 660px;
  margin: 30px 0 0;
  color: rgba(255, 250, 244, 0.72);
  font-size: clamp(1.02rem, 1.55vw, 1.42rem);
  line-height: 1.48;
}

.wide-action {
  width: min(100%, 520px);
  margin-top: 28px;
  background: rgba(255, 250, 244, 0.16);
  box-shadow: none;
}

.visual-stage {
  position: relative;
  min-height: min(68vh, 780px);
}

.visual-card {
  --slide-offset: 0;
  --slide-abs: 0;
  --visual-opacity: 1;
  --visual-dim: 0;
  position: absolute;
  right: 0;
  bottom: 72px;
  width: min(100%, 540px);
  min-height: min(63vh, 680px);
  padding: 28px;
  border-radius: 38px;
  color: var(--paper-soft);
  background: var(--charcoal);
  box-shadow: 0 30px 110px rgba(32, 19, 13, 0.28);
  z-index: var(--slide-z, 1);
  opacity: var(--visual-opacity);
  filter: none;
  transform:
    translate3d(calc(var(--slide-offset) * 72px), calc(var(--slide-offset) * 86px), 0)
    rotate(calc(var(--slide-offset) * -2.2deg))
    scale(calc(1 - var(--slide-abs) * 0.09));
  transition:
    opacity 300ms ease,
    transform 420ms cubic-bezier(0.2, 0.8, 0.2, 1),
    box-shadow 260ms ease;
  backface-visibility: hidden;
  contain: layout paint style;
}

.visual-card[aria-current] {
  will-change: transform, opacity;
}

.visual-card[aria-current]:hover {
  box-shadow: 0 42px 130px rgba(32, 19, 13, 0.36);
}

.visual-card::before {
  position: absolute;
  inset: 18px;
  border: 1px solid rgba(255, 255, 255, 0.1);
  border-radius: 28px;
  content: "";
  pointer-events: none;
}

.visual-card::after {
  position: absolute;
  inset: 0;
  z-index: 10;
  border-radius: inherit;
  background: rgba(4, 5, 5, 0.62);
  content: "";
  opacity: var(--visual-dim, 0);
  pointer-events: none;
  transition: opacity 300ms ease;
}

.visual-image {
  position: relative;
  overflow: hidden;
  min-height: min(45vh, 470px);
  border-radius: 28px;
  background-position: center;
  background-size: cover;
  transition: transform 620ms cubic-bezier(0.2, 0.8, 0.2, 1);
}

.visual-card[aria-current]:hover .visual-image {
  transform: scale(1.035);
}

@media (hover: none), (pointer: coarse) {
  .brand-lockup:hover,
  .nav-pills:hover,
  .nav-action:hover,
  .primary-action:hover,
  .secondary-action:hover,
  .wide-action:hover,
  .services-footer a:hover,
  .visual-card[aria-current]:hover,
  .visual-card[aria-current]:hover .visual-image {
    transform: none;
  }
}

.visual-image::after {
  position: absolute;
  inset: 0;
  content: "";
  background:
    linear-gradient(180deg, transparent 42%, rgba(0, 0, 0, 0.58)),
    radial-gradient(circle at 30% 28%, rgba(255, 250, 244, 0.22), transparent 24%);
}

.visual-image-market {
  background-image: url("./generated/service-market-research.jpg");
}

.visual-image-brand {
  background-image: url("./generated/service-ai-search.jpg");
}

.visual-image-web {
  background-image: url("./generated/service-llm-applications.jpg");
}

.visual-image-video {
  background-image: url("./generated/service-campaign-strategy.jpg");
}

.visual-image-creative {
  background-image: url("./generated/service-ai-creative-design.jpg");
}

.visual-caption {
  position: relative;
  display: grid;
  gap: 10px;
  padding: 22px 4px 4px;
}

.visual-caption span {
  color: rgba(255, 250, 244, 0.52);
  font-size: clamp(0.76rem, 0.82vw, 0.9rem);
  font-weight: 900;
  letter-spacing: 0.14em;
  text-transform: uppercase;
}

.visual-caption strong {
  max-width: 430px;
  font-size: clamp(1.14rem, 1.55vw, 1.44rem);
  line-height: 1.22;
}

.slide-label {
  position: absolute;
  right: 0;
  bottom: 0;
  z-index: 20;
  display: flex;
  width: min(100%, 540px);
  min-height: 74px;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
  padding: 0 30px;
  border-radius: 18px;
  color: var(--paper-soft);
  background: linear-gradient(135deg, var(--peach-strong), var(--peach));
  box-shadow: 0 20px 70px rgba(87, 43, 26, 0.28);
}

.slide-label strong {
  font-size: clamp(0.98rem, 1.25vw, 1.22rem);
  line-height: 1.15;
}

.slide-label span {
  flex: 0 0 auto;
  font-size: 1.25rem;
  font-weight: 900;
}

.before-after {
  position: relative;
  scroll-margin-top: var(--nav-h);
  z-index: 2;
  color: var(--paper-soft);
  padding: clamp(88px, 11vw, 150px) 0 clamp(84px, 10vw, 140px);
  content-visibility: visible;
  background:
    radial-gradient(circle at 50% 48%, rgba(223, 158, 125, 0.1), transparent 30%),
    linear-gradient(180deg, rgba(8, 7, 6, 0.1), rgba(8, 7, 6, 0.24) 54%, rgba(8, 7, 6, 0.34));
}

.before-after::before {
  position: absolute;
  inset: 0;
  content: "";
  pointer-events: none;
  background:
    linear-gradient(90deg, rgba(255, 250, 244, 0.055), transparent 22%, transparent 78%, rgba(255, 250, 244, 0.04)),
    radial-gradient(circle at 72% 32%, rgba(255, 250, 244, 0.08), transparent 24%);
  opacity: calc(0.22 + var(--scene-progress) * 0.22);
  transform: translate3d(calc(var(--scene-progress) * 32px), 0, 0);
}

.before-after-inner {
  position: relative;
  z-index: 1;
  display: grid;
  grid-template-columns: minmax(260px, 0.5fr) minmax(0, 1fr);
  align-items: end;
  gap: clamp(34px, 6vw, 92px);
  width: min(var(--max), calc(100% - 64px));
  margin: 0 auto;
}

.compare-heading {
  max-width: 720px;
}

.before-after h2 {
  margin: 0;
  font-size: clamp(2.15rem, 4.4vw, 5rem);
  font-weight: 920;
  line-height: 0.95;
}

.compare-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 14px;
}

.compare-card {
  min-height: 220px;
  padding: clamp(22px, 2.4vw, 34px);
  border: 1px solid rgba(255, 255, 255, 0.14);
  border-radius: 22px;
  background:
    linear-gradient(135deg, rgba(255, 250, 244, 0.09), rgba(255, 250, 244, 0.025)),
    rgba(10, 10, 9, 0.22);
  box-shadow: 0 26px 90px rgba(0, 0, 0, 0.16);
  backdrop-filter: blur(14px);
}

.compare-before {
  transform: translate3d(calc((1 - var(--scene-progress)) * -28px), calc((1 - var(--scene-progress)) * 22px), 0);
  opacity: calc(0.76 + var(--scene-progress) * 0.24);
}

.compare-after {
  color: var(--paper-soft);
  background:
    linear-gradient(135deg, rgba(223, 158, 125, 0.2), rgba(255, 250, 244, 0.065)),
    rgba(24, 17, 13, 0.3);
  transform: translate3d(calc((1 - var(--scene-progress)) * 28px), calc((1 - var(--scene-progress)) * 22px), 0);
  opacity: calc(0.76 + var(--scene-progress) * 0.24);
}

.compare-card span {
  color: currentColor;
  font-size: clamp(0.78rem, 0.82vw, 0.92rem);
  font-weight: 900;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  opacity: 0.56;
}

.compare-card h3 {
  max-width: 440px;
  margin: 18px 0 18px;
  font-size: clamp(1.55rem, 2.8vw, 3.15rem);
  font-weight: 900;
  line-height: 0.98;
}

.compare-card p {
  max-width: 440px;
  margin: 0;
  color: currentColor;
  font-size: clamp(1rem, 1.25vw, 1.18rem);
  line-height: 1.45;
  opacity: 0.72;
}

.services-footer {
  display: grid;
  justify-items: center;
  gap: 22px;
  padding: clamp(82px, 11vw, 144px) 32px;
  text-align: center;
  color: var(--paper-soft);
  content-visibility: visible;
  background: linear-gradient(180deg, rgba(8, 7, 6, 0.34), rgba(8, 7, 6, 0.74) 58%, #080706);
}

.services-footer p {
  margin: 0;
  color: rgba(255, 250, 244, 0.54);
  font-size: clamp(0.78rem, 0.82vw, 0.92rem);
  font-weight: 900;
  letter-spacing: 0.14em;
}

.services-footer h2 {
  max-width: 940px;
  margin: 0;
  font-size: clamp(2.5rem, 6vw, 7rem);
  font-weight: 930;
  line-height: 0.9;
}

@keyframes serviceHorizonPan {
  from {
    background-position: 50% 50%, 50% 50%, 45% 50%;
  }

  to {
    background-position: 50% 50%, 50% 50%, 58% 52%;
  }
}

@keyframes serviceLightDrift {
  from {
    transform: translate3d(-3%, 0, 0) rotate(-4deg);
    opacity: 0.42;
  }

  to {
    transform: translate3d(3%, 8px, 0) rotate(-4deg);
    opacity: 0.68;
  }
}

@keyframes serviceRouteSweep {
  from {
    background-position: 0 0, 0 0;
  }

  to {
    background-position: 0 0, 84px 0;
  }
}

@keyframes serviceRiseIn {
  from {
    opacity: 0;
    filter: blur(14px);
    translate: 0 24px;
  }

  to {
    opacity: 1;
    filter: blur(0);
    translate: 0 0;
  }
}

@keyframes cinematicVeil {
  0%,
  22% {
    opacity: 1;
  }

  72% {
    opacity: 0.28;
  }

  100% {
    visibility: hidden;
    opacity: 0;
  }
}

@keyframes cinematicLightPass {
  0% {
    opacity: 0;
    transform: translate3d(-18%, 0, 0);
  }

  46% {
    opacity: 0.72;
  }

  100% {
    opacity: 0;
    transform: translate3d(18%, 0, 0);
  }
}

@keyframes cinematicLetterbox {
  0%,
  28% {
    transform: scaleY(1);
  }

  100% {
    transform: scaleY(0);
  }
}

@keyframes cinematicBackgroundReveal {
  0% {
    filter: saturate(0.72) contrast(1.12) brightness(0.28) blur(5px);
    transform: translate3d(0, 0, 0) scale(1.075);
  }

  100% {
    filter: saturate(0.9) contrast(1.08) brightness(0.78) blur(0);
    transform: translate3d(0, 0, 0) scale(1);
  }
}

@keyframes cinematicAtmosphere {
  from {
    opacity: 0;
  }

  to {
    opacity: 0.86;
  }
}

@keyframes cinematicTitleIn {
  from {
    opacity: 0;
    filter: blur(16px);
    transform: translate3d(0, 42px, 0) scale(0.985);
  }

  to {
    opacity: 1;
    filter: blur(0);
    transform: translate3d(0, 0, 0) scale(1);
  }
}

@keyframes cinematicTextIn {
  from {
    opacity: 0;
    filter: blur(10px);
    transform: translate3d(0, 20px, 0);
  }

  to {
    opacity: 1;
    filter: blur(0);
    transform: translate3d(0, 0, 0);
  }
}

@keyframes servicePanelFloat {
  from {
    transform: perspective(900px) rotateY(-14deg) rotateX(5deg) translate3d(-8px, -4px, 0);
  }

  to {
    transform: perspective(900px) rotateY(-12deg) rotateX(5deg) translate3d(14px, 10px, 0);
  }
}

@keyframes serviceNearHorizon {
  from {
    transform: translate3d(-1.4%, 0, 0);
  }

  to {
    transform: translate3d(1.4%, 9px, 0);
  }
}

@keyframes trafficLane {
  0% {
    opacity: 0;
    transform: rotate(var(--lane-rotate)) translate3d(-42vw, 0, 0) scaleX(0.32);
  }

  14% {
    opacity: 0.95;
  }

  74% {
    opacity: 0.72;
  }

  100% {
    opacity: 0;
    transform: rotate(var(--lane-rotate)) translate3d(34vw, 0, 0) scaleX(1);
  }
}

@keyframes trafficMapDrift {
  from {
    background-position: 0 0, 0 0;
  }

  to {
    background-position: 190px 0, -140px 0;
  }
}

@keyframes trafficGlowPulse {
  from {
    opacity: 0.24;
    filter: blur(0);
  }

  to {
    opacity: 0.5;
    filter: blur(0.45px);
  }
}

@media (max-width: 980px) {
  :root {
    --nav-h: 90px;
  }

  .services-nav {
    top: 0;
    right: 0;
    left: 0;
    grid-template-columns: auto 1fr;
    min-height: clamp(70px, 10vw, 90px);
    gap: clamp(10px, 2vw, 16px);
    padding: 12px clamp(16px, 3vw, 34px);
  }

  .nav-pills {
    justify-self: end;
    min-height: 54px;
    padding: 6px;
  }

  .nav-pills a {
    min-height: 42px;
    padding: 0 12px;
    font-size: 0.82rem;
  }

  .nav-action {
    display: none;
  }

  .hero-inner,
  .carousel-content,
  .compare-grid,
  .intro-band {
    grid-template-columns: 1fr;
  }

  .hero-inner {
    width: min(100% - 32px, 760px);
    min-height: auto;
    padding: 152px 0 92px;
  }

  .hero-copy h1 {
    font-size: 5.2rem;
  }

  .intro-band,
  .carousel-content,
  .before-after-inner {
    width: min(100% - 32px, 760px);
  }

  .service-carousel,
  .before-after {
    height: auto;
  }

  .carousel-sticky {
    position: relative;
    min-height: auto;
  }

  .before-after-inner {
    grid-template-columns: 1fr;
    align-items: start;
  }

  .carousel-content {
    min-height: auto;
    padding-bottom: 72px;
  }

  .copy-stack {
    display: grid;
    gap: 22px;
    min-height: 0;
  }

  .copy-panel,
  .visual-card,
  .compare-before,
  .compare-after {
    position: relative;
    inset: auto;
    opacity: 1;
    transform: none;
  }

  .copy-panel {
    padding: 28px;
    border: 1px solid rgba(13, 13, 12, 0.12);
    border-radius: 22px;
    background: rgba(255, 250, 244, 0.46);
    visibility: visible;
    opacity: 1;
  }

  .visual-stage {
    display: grid;
    gap: 18px;
    min-height: auto;
  }

  .visual-card {
    width: 100%;
    min-height: 0;
    bottom: auto;
  }

  .slide-label,
  .carousel-progress {
    display: none;
  }

}

@media (min-width: 981px) and (max-height: 820px) {
  .hero-inner {
    min-height: clamp(800px, 112svh, 860px);
    padding: 118px 0 118px;
  }

  .hero-copy h1 {
    font-size: 5.7rem;
    line-height: 0.9;
  }

  .hero-lede {
    max-width: 590px;
    margin-top: 18px;
    font-size: clamp(0.98rem, 1.15vw, 1.2rem);
  }

}

@media (max-width: 640px) {
  :root {
    --nav-h: 154px;
  }

  .service-global-bg {
    background:
      linear-gradient(180deg, rgba(7, 7, 6, 0.2), rgba(7, 7, 6, 0.08) 48%, rgba(7, 7, 6, 0.46)),
      url("./generated/service-flight-high.jpg") 50% 50% / cover no-repeat;
  }

  .service-global-bg::before {
    background:
      linear-gradient(90deg, rgba(6, 5, 4, 0.34), rgba(6, 5, 4, 0.08) 52%, rgba(6, 5, 4, 0.3)),
      linear-gradient(180deg, rgba(6, 5, 4, 0.2), transparent 38%, rgba(6, 5, 4, 0.5)),
      radial-gradient(circle at 52% 28%, rgba(223, 158, 125, 0.16), transparent 34%);
  }

  .service-global-bg::after {
    opacity: 0.18;
  }

  .service-scroll-video {
    object-position: calc(48% + var(--service-video-progress, 0) * 5%) center;
    filter: none;
    transform: translate3d(0, calc(var(--service-video-progress, 0) * -1.5vh), 0)
      scale(calc(1.045 + var(--service-video-progress, 0) * 0.08));
    transform-origin: 50% 42%;
    will-change: transform;
  }

  .has-cinematic-entered .service-scroll-video {
    animation: none;
  }

  .service-cinematic-intro > span {
    height: 9svh;
    min-height: 48px;
  }

  .service-cinematic-intro::before {
    background:
      linear-gradient(100deg, transparent 12%, rgba(255, 240, 224, 0.24) 48%, transparent 82%),
      radial-gradient(circle at 54% 42%, rgba(223, 158, 125, 0.2), transparent 38%);
  }

  .services-nav {
    right: 0;
    left: 0;
    grid-template-columns: 1fr;
    justify-items: center;
    gap: 10px;
    min-height: var(--nav-h);
    padding: 10px 14px 12px;
  }

  .brand-wordmark small {
    display: block;
  }

  .brand-lockup {
    justify-self: center;
    min-width: auto;
    min-height: 48px;
    padding: 9px 13px;
  }

  .brand-lockup .logo-lockup {
    width: 134px;
  }

  .nav-pills {
    justify-self: center;
    width: min(100%, 342px);
    min-height: 46px;
    justify-content: space-between;
    padding: 6px;
  }

  .hero-inner {
    width: min(100% - 32px, 680px);
    gap: 28px;
    min-height: 100svh;
    padding: calc(var(--nav-h) + 46px) 0 72px;
  }

  .nav-pills a {
    min-height: 34px;
    flex: 1 1 0;
    justify-content: center;
    padding: 0 7px;
    font-size: 0.72rem;
  }

  .hero-copy h1 {
    max-width: 350px;
    font-size: clamp(2.72rem, 12.7vw, 3.32rem);
    line-height: 1;
  }

  .hero-lede {
    max-width: min(100%, 420px);
    margin-top: 16px;
    color: rgba(255, 250, 244, 0.86);
    font-size: 0.98rem;
    line-height: 1.52;
  }

  .service-hero::after {
    background:
      linear-gradient(90deg, rgba(0, 0, 0, 0.36), rgba(0, 0, 0, 0.08) 52%, rgba(0, 0, 0, 0.3)),
      linear-gradient(180deg, rgba(0, 0, 0, 0.08), transparent 38%, rgba(0, 0, 0, 0.52));
  }

  .hero-overlay {
    opacity: 0.62;
  }

  .hero-overlay::after {
    height: 24%;
    opacity: 0.46;
  }

  .traffic-flow {
    opacity: calc(var(--traffic-flow-base-opacity) * var(--service-intro-atmosphere, 1));
  }

  .traffic-flow::before {
    right: -48%;
    left: -48%;
    height: 42%;
    opacity: 0.62;
  }

  .traffic-flow i {
    --lane-width: min(82vw, 520px);
  }

  .intro-band {
    gap: 18px;
    width: min(100% - 40px, 680px);
    padding: 76px 0 90px;
    content-visibility: visible;
    contain-intrinsic-size: none;
  }

  .intro-band .eyebrow {
    margin-bottom: 0;
  }

  .intro-copy h2 {
    max-width: 350px;
    font-size: clamp(2.15rem, 10.6vw, 2.9rem);
    line-height: 1.02;
  }

  .intro-copy p {
    margin-top: 20px;
    color: rgba(255, 250, 244, 0.74);
    font-size: 0.98rem;
    line-height: 1.55;
  }

  .service-carousel {
    height: 400svh;
    background:
      linear-gradient(90deg, rgba(255, 250, 244, 0.026) 1px, transparent 1px),
      linear-gradient(rgba(255, 250, 244, 0.022) 1px, transparent 1px),
      linear-gradient(180deg, rgba(8, 7, 6, 0.08), rgba(8, 7, 6, 0.24));
    background-size: 96px 96px, 96px 96px, auto;
  }

  .carousel-sticky {
    position: sticky;
    top: 0;
    min-height: 100svh;
    overflow: clip;
    padding: calc(var(--nav-h) + 14px) 0 20px;
  }

  .carousel-content {
    position: relative;
    display: block;
    width: 100%;
    min-height: calc(100svh - var(--nav-h) - 34px);
    padding: 0;
  }

  .carousel-content::after {
    content: none;
  }

  .carousel-copy {
    position: absolute;
    right: 20px;
    bottom: 18px;
    left: 20px;
    z-index: 5;
  }

  .carousel-copy::before {
    position: absolute;
    inset: -42px -20px -18px;
    z-index: -1;
    background: linear-gradient(180deg, transparent, rgba(7, 7, 6, 0.66) 34%, rgba(7, 7, 6, 0.88));
    content: "";
    pointer-events: none;
  }

  .copy-stack {
    display: block;
    min-height: 190px;
  }

  .copy-panel {
    position: absolute;
    inset: auto 0 0;
    width: 100%;
    padding: 0;
    border: 0;
    border-radius: 0;
    color: var(--paper-soft);
    background: transparent;
    visibility: visible;
    opacity: var(--copy-opacity, 0);
    transform: translate3d(0, calc(var(--slide-offset) * 18px), 0);
    transition:
      opacity 240ms ease,
      transform 360ms cubic-bezier(0.2, 0.8, 0.2, 1);
  }

  .copy-panel[aria-current] {
    pointer-events: auto;
  }

  .copy-panel .eyebrow {
    display: none;
  }

  .copy-panel h2 {
    max-width: 340px;
    font-size: clamp(1.78rem, 8.25vw, 2.2rem);
    line-height: 1.04;
    text-wrap: balance;
  }

  .copy-panel p:not(.eyebrow) {
    max-width: 340px;
    margin-top: 12px;
    color: rgba(255, 250, 244, 0.72);
    font-size: 0.88rem;
    line-height: 1.46;
  }

  .carousel-progress {
    position: absolute;
    bottom: calc(100% + 18px);
    left: 0;
    z-index: 2;
    display: flex;
    gap: 7px;
    margin: 0;
  }

  .carousel-progress span {
    width: 22px;
    height: 4px;
  }

  .carousel-progress span[aria-current="true"] {
    width: 38px;
  }

  .visual-stage {
    position: absolute;
    top: 0;
    right: 20px;
    left: 20px;
    z-index: 1;
    display: block;
    height: min(42svh, 330px);
    min-height: 0;
    overflow: clip;
    border: 1px solid rgba(255, 250, 244, 0.13);
    border-radius: 18px;
    background: rgba(8, 7, 6, 0.18);
    box-shadow: 0 24px 70px rgba(0, 0, 0, 0.2);
  }

  .visual-card {
    position: absolute;
    inset: 0;
    width: 100%;
    min-height: 0;
    padding: 0;
    border-radius: 18px;
    background: transparent;
    box-shadow: none;
    visibility: visible;
    opacity: var(--visual-opacity, 0);
    filter: none;
    transform: scale(calc(1 + var(--slide-abs) * 0.035));
    transition:
      opacity 300ms ease,
      transform 700ms cubic-bezier(0.2, 0.8, 0.2, 1);
  }

  .visual-card[aria-current] {
    will-change: opacity, transform;
  }

  .visual-card::before {
    inset: 0;
    z-index: 2;
    border-color: rgba(255, 255, 255, 0.08);
    border-radius: 18px;
  }

  .visual-image {
    min-height: 100%;
    height: 100%;
    border-radius: 18px;
    filter: saturate(0.9) contrast(1.04) brightness(0.82);
  }

  .visual-image::after {
    background:
      linear-gradient(180deg, rgba(0, 0, 0, 0.04), rgba(0, 0, 0, 0.2)),
      radial-gradient(circle at 50% 18%, rgba(255, 250, 244, 0.12), transparent 34%);
  }

  .visual-caption,
  .slide-label {
    display: none;
  }

  .before-after {
    padding: 80px 0 88px;
    content-visibility: visible;
    contain-intrinsic-size: none;
    background:
      radial-gradient(circle at 50% 42%, rgba(223, 158, 125, 0.08), transparent 34%),
      linear-gradient(180deg, rgba(8, 7, 6, 0.08), rgba(8, 7, 6, 0.22));
  }

  .before-after-inner {
    width: min(100% - 40px, 680px);
    gap: 28px;
  }

  .before-after h2 {
    max-width: 340px;
    font-size: clamp(2.25rem, 10.8vw, 3rem);
    line-height: 1;
  }

  .compare-grid {
    gap: 12px;
  }

  .compare-card {
    min-height: auto;
    padding: 22px;
    border-color: rgba(255, 255, 255, 0.12);
    border-radius: 18px;
    background: rgba(10, 10, 9, 0.28);
    box-shadow: 0 18px 56px rgba(0, 0, 0, 0.12);
    backdrop-filter: blur(9px);
  }

  .compare-after {
    background:
      linear-gradient(135deg, rgba(223, 158, 125, 0.13), rgba(255, 250, 244, 0.035)),
      rgba(18, 13, 10, 0.28);
  }

  .compare-card h3 {
    margin: 14px 0 12px;
    font-size: 1.8rem;
    line-height: 1.02;
  }

  .compare-card p {
    font-size: 0.94rem;
    line-height: 1.5;
  }

  .services-footer {
    gap: 18px;
    padding: 82px 24px 96px;
    content-visibility: visible;
    contain-intrinsic-size: none;
    background: linear-gradient(180deg, rgba(8, 7, 6, 0.22), rgba(8, 7, 6, 0.76));
  }

  .services-footer h2 {
    max-width: 330px;
    font-size: clamp(2.45rem, 12vw, 3.35rem);
    line-height: 0.98;
  }
}

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

  .traffic-flow,
  .traffic-flow::before,
  .traffic-flow::after,
  .traffic-flow i,
  .service-hero::before,
  .hero-overlay::before,
  .hero-overlay::after,
  .hero-copy,
  .copy-panel,
  .visual-card,
  .compare-card {
    transform: none !important;
  }

  .service-scroll-video {
    display: none;
  }

  .service-cinematic-intro {
    display: none;
  }

  .is-cinematic-entry .hero-copy h1 span,
  .is-cinematic-entry .hero-copy .eyebrow,
  .is-cinematic-entry .hero-lede,
  .is-cinematic-entry .hero-overlay {
    opacity: 1 !important;
    filter: none !important;
    transform: none !important;
  }
}
