:root {
  --bg-warm: #faf6ef;
  --bg-grey: #f4f4f4;
  --orange1: #ffbc95;
  --orange2: #f99e76;
  --blue: #2e54fe;
  --grey: #96908c;
  --ink-soft: #211915;
  --pill-bg: #5050504f;
  --space-xs: 0.5rem;
  --space-sm: 0.75rem;
  --space-md: 1rem;
  --space-lg: 1.5rem;
  --space-xl: 2rem;
}

* {
  box-sizing: border-box;
}

html {
  background: var(--bg-warm);
  color: var(--grey);
  font-family: "Satoshi", Arial, sans-serif;
  min-height: 100%;
  overflow-x: hidden;
}

body {
  min-height: 100%;
  margin: 0;
  background: var(--bg-warm);
  overflow-x: hidden;
}

a {
  color: inherit;
}

.top-glow {
  display: none;
  z-index: 900;
  pointer-events: none;
  width: 100vw;
  height: 100vh;
  position: fixed;
  inset: 0 auto auto 0;
  box-shadow: inset 0 2px 30px #ffb286c4, inset 0 2px 130px 8px #ff72437d;
}

.viewport-glow {
  z-index: 9999;
  position: fixed;
  top: 0;
  left: 0;
  width: 100vw;
  height: 100vh;
  pointer-events: none;
  background: transparent;
  box-shadow:
    inset 0 60px 80px -20px rgba(255, 130, 80, 0.35),
    inset 0 -60px 80px -20px rgba(255, 130, 80, 0.3),
    inset 60px 0 80px -20px rgba(255, 130, 80, 0.2),
    inset -60px 0 80px -20px rgba(255, 130, 80, 0.2);
}

.site-nav {
  z-index: 990;
  position: fixed;
  inset: 0 auto auto 0;
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto minmax(0, 1fr);
  align-items: center;
  width: 100vw;
  padding: 2rem 2vw 0 4vw;
  color: var(--orange1);
  pointer-events: none;
}

.brand-name,
.nav-menu,
.social-menu {
  pointer-events: auto;
}

.brand-name {
  display: inline-flex;
  align-items: center;
  justify-self: start;
  gap: 0.18rem;
  font-size: 1.1rem;
  font-weight: 700;
  line-height: 1;
  letter-spacing: -0.04rem;
  text-decoration: none;
}

.brand-dot {
  width: 0.3rem;
  height: 0.3rem;
  border-radius: 999px;
  background: var(--orange2);
}

.nav-menu,
.social-menu {
  display: flex;
  align-items: center;
  gap: 0;
}

.nav-menu {
  justify-self: center;
}

.social-menu {
  justify-self: end;
}

.nav-pill {
  display: block;
  min-width: 2.4rem;
  padding: 10px 14px;
  border-radius: 90px;
  background: var(--pill-bg);
  color: var(--orange1);
  font-size: 0.8rem;
  font-weight: 700;
  line-height: 1rem;
  text-align: center;
  text-decoration: none;
  backdrop-filter: blur(11px);
  transition: color 0.3s cubic-bezier(0.275, 2.254, 0.281, 0.996),
    background-color 0.3s cubic-bezier(0.275, 2.254, 0.281, 0.996),
    transform 0.3s cubic-bezier(0.275, 2.254, 0.281, 0.996);
}

.nav-pill:hover,
.nav-pill:focus-visible {
  color: var(--bg-warm);
  background: #20202063;
  transform: scale(0.92);
  outline: none;
}

.nav-mark {
  display: grid;
  align-items: center;
  justify-content: center;
  padding: 7px 9.8px;
  border-radius: 90px;
  background: var(--pill-bg);
}

.nav-mark img {
  display: block;
  width: 1.98rem;
  height: 1.98rem;
  object-fit: contain;
}

.nav-mark span {
  display: block;
  width: 0.25rem;
  height: 1.35rem;
  border-radius: 99px;
  background: var(--blue);
  transform: skew(-12deg);
}

.hero {
  position: relative;
  width: 100vw;
  min-height: 100vh;
  min-height: 100svh;
  overflow: hidden;
  background: var(--bg-warm);
  isolation: isolate;
}

.hero-canvas,
.hero-fallback {
  z-index: 1;
  position: absolute;
  inset: -6% 0 auto;
  width: 100%;
  height: 112%;
  display: block;
  will-change: transform;
}

.hero-canvas {
  opacity: 1;
}

.hero-fallback {
  object-fit: cover;
  opacity: 0;
}

.hero.is-static .hero-canvas,
.hero.is-loading .hero-canvas {
  opacity: 0;
}

.hero.is-static .hero-fallback,
.hero.is-loading .hero-fallback {
  opacity: 1;
}

.hero-overlay {
  z-index: 2;
  position: absolute;
  inset: 0;
  pointer-events: none;
  background:
    linear-gradient(180deg, rgba(0, 0, 0, 0.5) 0%, rgba(0, 0, 0, 0.08) 34%, rgba(0, 0, 0, 0) 48%),
    linear-gradient(190deg, rgba(0, 0, 0, 0) 45%, rgba(0, 0, 0, 0.66) 100%);
}

.hero-content {
  z-index: 3;
  position: relative;
  width: 100vw;
  min-height: 100vh;
  min-height: 100svh;
  --hero-name-size: 17vw;
  --hero-name-bottom: clamp(0.35rem, 1vw, 1rem);
  --hero-subtitle-size: 2.25rem;
  --hero-subtitle-gap: clamp(0.35rem, 0.8vw, 0.85rem);
  padding: 4vw;
  overflow: hidden;
}

.hero-tagline {
  position: absolute;
  top: clamp(8.8rem, 18vw, 15rem);
  left: 4vw;
  display: flex;
  flex-direction: column;
  gap: 0.35em;
  max-width: min(60rem, 58vw);
  margin: 0;
  color: var(--orange1);
  font-size: 2.8rem;
  font-weight: 600;
  line-height: 1.05;
  letter-spacing: 0;
}

.hero-tagline__line {
  display: block;
  white-space: nowrap;
}

.hero-location {
  position: absolute;
  top: 50%;
  left: auto;
  right: 4vw;
  bottom: auto;
  transform: translateY(-50%);
  margin: 0;
  color: var(--orange1);
  font-size: var(--hero-subtitle-size);
  font-weight: 600;
  line-height: 1;
  letter-spacing: 0;
  text-align: right;
}

.hero-location__line {
  display: block;
}

.hero-location__city {
  display: inline-block;
  white-space: nowrap;
  padding: 0.08em 0.7em;
  border-radius: 999px;
  background: var(--orange1);
  color: #FAF6EF;
  line-height: 1;
}

.hero-name-stage {
  position: absolute;
  left: 4vw;
  right: 4vw;
  bottom: calc(var(--hero-name-bottom) + var(--hero-subtitle-size) + var(--hero-subtitle-gap));
  display: grid;
  grid-template-columns: max-content minmax(12rem, 1fr) max-content;
  align-items: center;
  column-gap: clamp(0.8rem, 1.15vw, 1.5rem);
  height: var(--hero-name-size);
}

.hero-name {
  display: contents;
  margin: 0;
  color: var(--orange1);
  font-size: var(--hero-name-size);
  font-weight: 700;
  line-height: 100%;
  letter-spacing: -0.7vw;
}

.hero-name__word {
  display: block;
  color: var(--orange1);
  font-size: var(--hero-name-size);
  font-weight: 700;
  line-height: 100%;
  letter-spacing: -0.7vw;
  white-space: nowrap;
  will-change: transform, opacity;
}

.hero-name__word--left {
  grid-column: 1;
  grid-row: 1;
  justify-self: start;
  transform-origin: left center;
}

.hero-name__word--right {
  grid-column: 3;
  grid-row: 1;
  justify-self: end;
  transform-origin: right center;
}

.project-carousel {
  z-index: 4;
  grid-column: 2;
  grid-row: 1;
  justify-self: center;
  align-self: center;
  position: relative;
  width: min(56vw, calc(var(--hero-name-size) * 1.7778));
  height: var(--carousel-height, var(--hero-name-size));
  min-width: 0;
  overflow: hidden;
  border-radius: 0.55rem;
  background: #1d1411;
  box-shadow: 0 1.2rem 3.5rem rgba(24, 12, 7, 0.38);
  will-change: transform, width;
}

.project-card {
  position: absolute;
  inset: 0;
  display: grid;
  place-items: center;
  padding: 1rem;
  opacity: 0;
  color: var(--bg-warm);
  overflow: hidden;
  transition: opacity 0.45s cubic-bezier(0.625, 0.05, 0, 1);
}

.project-card::before {
  content: "";
  position: absolute;
  inset: -20%;
  background: url("../images/hero/web-design.png") center / cover no-repeat;
  filter: saturate(1.25);
}

.project-card:nth-child(2)::before {
  background: url("../images/hero/local-seo (1).png") center / cover no-repeat;
}

.project-card:nth-child(3)::before {
  background: url("../images/hero/paid-ads.png") center / cover no-repeat;
}

.project-card:nth-child(4)::before {
  background: url("../images/hero/ai-engineer.png") center / cover no-repeat;
}

.project-card span {
  z-index: 1;
  position: relative;
  max-width: 12rem;
  padding: 0.58rem 0.78rem;
  border-radius: 999px;
  background: rgba(22, 15, 12, 0.48);
  color: var(--bg-warm);
  font-size: 0.78rem;
  font-weight: 700;
  line-height: 1;
  text-transform: uppercase;
  backdrop-filter: blur(10px);
}

.project-card.is-active {
  opacity: 1;
}

.split-letter {
  display: inline-block;
  will-change: transform, opacity;
}

.split-space {
  display: inline-block;
  width: 0.28em;
}

.site-nav.is-light {
  color: var(--grey);
}

.site-nav.is-light .nav-pill {
  color: var(--grey);
  background: rgba(150, 144, 140, 0.28);
}

.site-nav.is-light .nav-pill:hover,
.site-nav.is-light .nav-pill:focus-visible {
  color: var(--bg-warm);
  background: rgba(150, 144, 140, 0.72);
}

.experience-section {
  position: relative;
  width: 100vw;
  min-height: 220vh;
  padding-top: 13vw;
  background: var(--bg-warm);
  overflow: visible;
  isolation: auto;
}

.experience-copy {
  z-index: 50;
  position: sticky;
  top: 9vh;
  width: min(68vw, 78rem);
  margin: 0 auto 18vw;
  color: var(--grey);
  font-size: clamp(4.25rem, 7.82vw, 9.6rem);
  font-weight: 600;
  line-height: 1.05;
  letter-spacing: -0.35vw;
  text-align: center;
}

.experience-line {
  display: block;
  white-space: nowrap;
}

.experience-line--top {
  color: color-mix(in srgb, var(--grey) 88%, var(--ink-soft));
}

.experience-action {
  position: relative;
  isolation: isolate;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 0.22em;
}

.experience-action > span {
  z-index: 2;
  position: relative;
}

.experience-click {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 2.45em;
  min-height: 0.9em;
  padding: 0.05em 0.28em 0.12em;
  border-radius: 999px;
  background: var(--orange1);
  color: var(--bg-warm);
  line-height: 0.9;
}

.experience-scroll {
  color: var(--orange1);
}

.experience-scroll__letter {
  display: inline-block;
}

.experience-lines {
  z-index: 50;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 210vh;
  pointer-events: none;
  overflow: visible;
}

.experience-line-path {
  fill: none;
  stroke: url("#experience-line-gradient");
  stroke-linecap: round;
  stroke-linejoin: round;
  opacity: 0.96;
}

.experience-line-path--soft {
  opacity: 0.88;
}

.experience-shapes {
  z-index: 30;
  position: absolute;
  inset: 100vh 0 auto;
  width: 100vw;
  height: 120vh;
  pointer-events: none;
}

.experience-shape {
  position: absolute;
  display: block;
  max-width: none;
  user-select: none;
  will-change: transform;
}

.shape-circle-left {
  z-index: 13;
  top: -10vw;
  left: -20vw;
  width: 42vw;
}

.shape-pill {
  z-index: 14;
  top: 12vw;
  left: 21vw;
  width: 26vw;
  transform: rotate(-28deg);
}

.shape-circle-center {
  z-index: 15;
  top: 38vw;
  right: 30%;
  width: 34vw;
}

.shape-hexagon {
  z-index: 14;
  top: -4vw;
  right: -3vw;
  width: 38vw;
}

.shape-circle-plus {
  z-index: 16;
  top: 45vw;
  right: 9vw;
  width: 18vw;
}

.shape-square {
  z-index: 16;
  top: 62vw;
  left: 19vw;
  width: 20vw;
  transform: rotate(-4deg);
}

.shape-square-corner {
  z-index: 13;
  bottom: -11vw;
  left: -7vw;
  width: 24vw;
  transform: rotate(10deg);
}

.alv-transition {
  z-index: 22;
  position: relative;
  width: 100vw;
  min-height: 100vh;
  min-height: 100svh;
  margin-top: -100vh;
  background: transparent;
  overflow: hidden;
  isolation: isolate;
}

.alv-transition__frame,
.alv-transition__base {
  width: 100vw;
  min-height: 100vh;
  min-height: 100svh;
}

.alv-transition__frame {
  position: relative;
  overflow: hidden;
  background: var(--bg-warm);
}

.alv-transition__base {
  position: absolute;
  inset: 0;
  z-index: 1;
  background: var(--bg-warm);
}

.alv-contrast-overlay {
  z-index: 1;
  position: absolute;
  inset: 0;
  background: rgba(30, 26, 21, 0.35);
  pointer-events: none;
  will-change: opacity;
}

.alv-transition__veil {
  z-index: 2;
  position: absolute;
  inset: 0;
  display: block;
  width: 100%;
  height: 100%;
  pointer-events: none;
  will-change: opacity;
}

.alv-transition__veil-fill {
  fill: var(--bg-warm);
}

.alv-mask-text {
  fill: #000;
  font-family: "Satoshi", Arial, sans-serif;
  font-size: 320px;
  font-weight: 700;
  letter-spacing: -36px;
  transform-box: fill-box;
  transform-origin: center;
  will-change: transform;
}

.services-section {
  position: relative;
  display: flex;
  flex-direction: column;
  justify-content: center;
  width: 100vw;
  height: 100vh;
  height: 100svh;
  min-height: 100vh;
  min-height: 100svh;
  padding: 0;
  background: var(--bg-warm);
  overflow: visible;
  isolation: isolate;
}

.section3-wrapper {
  position: relative;
  width: 100vw;
  background: var(--bg-warm);
  overflow: visible;
  isolation: isolate;
}

.section3-wavy-bg {
  --wavy-opacity: 1;
  z-index: 0;
  position: fixed;
  top: 0;
  left: 0;
  width: 100vw;
  height: 100vh;
  height: 100svh;
  opacity: 0;
  pointer-events: none;
  overflow: hidden;
  transition: opacity 0.35s ease;
}

.section3-wrapper.is-wavy-visible .section3-wavy-bg {
  opacity: var(--wavy-opacity);
}

.gallery-section {
  z-index: 1;
  position: relative;
  width: 100vw;
  min-height: 100vh;
  min-height: 100svh;
  --gallery-lower-rail: 36vh;
  --gallery-bottom-safe: 34vh;
  background: transparent;
  overflow: hidden;
  isolation: isolate;
}

.gallery-section::before,
.gallery-section::after {
  content: "";
  z-index: 4;
  position: absolute;
  top: 0;
  bottom: 0;
  width: 14%;
  pointer-events: none;
  backdrop-filter: blur(10px);
}

.gallery-section::before {
  left: 0;
  background: linear-gradient(to right, rgba(250, 246, 239, 0.92) 0%, rgba(250, 246, 239, 0) 100%);
  mask-image: linear-gradient(to right, #000 0%, rgba(0, 0, 0, 0) 100%);
}

.gallery-section::after {
  right: 0;
  background: linear-gradient(to left, rgba(250, 246, 239, 0.92) 0%, rgba(250, 246, 239, 0) 100%);
  mask-image: linear-gradient(to left, #000 0%, rgba(0, 0, 0, 0) 100%);
}

.gallery-waves {
  display: block;
  width: 100vw;
  height: 100vh;
  overflow: hidden;
}

.gallery-wave {
  fill: none;
  stroke: rgba(150, 144, 140, 0.15);
  stroke-width: 2.3;
  stroke-linecap: round;
  stroke-linejoin: round;
  opacity: 1;
  vector-effect: non-scaling-stroke;
  transform-box: fill-box;
  transform-origin: center;
  will-change: transform;
  animation-timing-function: linear;
  animation-iteration-count: infinite;
}

.gallery-wave--one {
  stroke: rgba(150, 144, 140, 0.16);
}

.gallery-wave--two {
  stroke: rgba(255, 188, 149, 0.18);
}

.gallery-wave--three {
  stroke: rgba(150, 144, 140, 0.12);
}

.gallery-wave--four {
  stroke: rgba(150, 144, 140, 0.15);
}

.gallery-wave--five {
  stroke: rgba(255, 188, 149, 0.15);
}

.gallery-wave--six {
  stroke: rgba(150, 144, 140, 0.12);
}

.section3-wavy-bg path:nth-child(1) {
  animation-name: drift-right;
  animation-duration: 40s;
}

.section3-wavy-bg path:nth-child(2) {
  animation-name: drift-left;
  animation-duration: 35s;
}

.section3-wavy-bg path:nth-child(3) {
  animation-name: drift-right;
  animation-duration: 50s;
}

.section3-wavy-bg path:nth-child(4) {
  animation-name: drift-left;
  animation-duration: 45s;
}

.section3-wavy-bg path:nth-child(5) {
  animation-name: drift-right;
  animation-duration: 55s;
}

.section3-wavy-bg path:nth-child(6) {
  animation-name: drift-left;
  animation-duration: 42s;
}

@keyframes drift-right {
  0% {
    transform: translateX(0);
  }

  100% {
    transform: translateX(-50%);
  }
}

@keyframes drift-left {
  0% {
    transform: translateX(-50%);
  }

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

.services-headline-wrapper {
  z-index: 1;
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: flex-start;
  gap: clamp(0.7rem, 1vw, 1rem);
  width: 92vw;
  min-height: auto;
  padding: 0 4vw;
}

.services-tag {
  display: inline-block;
  padding: 0.08em 0.7em;
  border-radius: 999px;
  background: var(--orange1);
  color: #FAF6EF;
  font-size: 2.25rem;
  font-weight: 700;
  line-height: 1;
  white-space: nowrap;
}

.services-headline {
  max-width: 93vw;
  margin: 0;
  color: var(--grey);
  font-size: clamp(4.8rem, 8.35vw, 10.8rem);
  font-weight: 700;
  line-height: 0.9;
  letter-spacing: -0.4vw;
}

.gallery-scroll {
  z-index: 1;
  position: relative;
  width: 100vw;
  height: 100vh;
  height: 100svh;
  padding-top: clamp(5rem, 8.5vh, 6.25rem);
  overflow: hidden;
}

.gallery-track {
  display: flex;
  align-items: flex-start;
  width: max-content;
  height: 100%;
  padding: 0 22vw 12vh 5vw;
  will-change: transform;
}

.gallery-item {
  position: relative;
  flex: 0 0 auto;
  --item-top: min(var(--mt), var(--gallery-lower-rail));
  --item-gap: clamp(-32px, var(--ml), 70px);
  width: var(--w);
  margin-top: var(--item-top);
  margin-left: var(--item-gap);
  color: var(--grey);
  will-change: transform;
}

.gallery-item--featured {
  z-index: 2;
}

.gallery-item--small {
  z-index: 1;
}

.gallery-item--muted img {
  filter: grayscale(1) saturate(0.55) opacity(0.72);
}

.gallery-item img {
  display: block;
  width: var(--img-width, auto);
  max-width: 100%;
  height: auto;
  max-height: var(--img-max-height, max(12rem, calc(100svh - var(--item-top) - var(--gallery-bottom-safe))));
  border-radius: 0;
  object-fit: cover;
  box-shadow: 0 1.1rem 3rem rgba(94, 71, 57, 0.11);
}

.gallery-item--featured img {
  aspect-ratio: 4 / 5;
  max-height: var(--img-max-height, max(12rem, calc(100svh - var(--item-top) - var(--gallery-bottom-safe) - 7rem)));
}

.gallery-item--wide img {
  aspect-ratio: 10 / 7;
}

.gallery-item--short img {
  aspect-ratio: 4 / 3;
}

.gallery-caption {
  margin: 0 0 0.85rem;
  color: var(--grey);
  font-size: clamp(0.84rem, 0.95vw, 1.05rem);
  font-weight: 600;
  line-height: 1;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  opacity: 0.6;
}

.gallery-item blockquote {
  max-width: 34rem;
  margin: 1.35rem 0 0;
  color: var(--grey);
  font-size: clamp(1.26rem, 1.54vw, 1.54rem);
  font-style: italic;
  font-weight: 500;
  line-height: 1.3;
}

.gallery-item--final blockquote {
  max-width: 42rem;
}

.highlight-pill {
  display: inline-block;
  padding: 0.1em 0.4em;
  border-radius: 2em;
  background: var(--orange1);
  color: var(--bg-warm);
  font-style: normal;
  line-height: 1;
}

.highlight-color {
  color: var(--orange2);
}

.text-bottom-glow {
  color: var(--orange2) !important;
}

.keyfigures-section {
  z-index: 1;
  position: relative;
  width: min(100vw, 100%);
  min-height: 100vh;
  min-height: 100svh;
  padding: clamp(12rem, 14vw, 14rem) 10vw 72vh;
  background: transparent;
  overflow: visible;
}

.keyfigures-stack {
  z-index: 1;
  position: relative;
  display: grid;
  justify-items: center;
  gap: 10vh;
}

.keyfigure-card {
  position: relative;
  display: grid;
  grid-template-columns: minmax(0, 0.4fr) minmax(0, 0.6fr);
  gap: 0;
  width: min(100%, 82rem);
  min-height: clamp(16rem, 22vw, 18.75rem);
  margin: 0 auto;
  justify-self: center;
  padding: clamp(1rem, 2vw, 1.5rem);
  border: 1px solid rgba(255, 255, 255, 0.18);
  border-radius: 24px;
  background: rgba(255, 255, 255, 0.12);
  color: var(--grey);
  box-shadow: 0 8px 32px rgba(0, 0, 0, 0.06);
  backdrop-filter: blur(12px) saturate(180%);
  -webkit-backdrop-filter: blur(12px) saturate(180%);
  overflow: hidden;
  transform-origin: center top;
  transition: filter 0.35s ease;
  will-change: transform, filter;
}

.keyfigure-card::after {
  content: "";
  z-index: 4;
  position: absolute;
  inset: 0;
  border-radius: inherit;
  background: rgba(255, 255, 255, 0.64);
  opacity: 0;
  pointer-events: none;
  transition: opacity 0.35s ease;
}

.keyfigure-card.is-background-stack {
  filter: saturate(0.42) brightness(1.08);
}

.keyfigure-card.is-background-stack::after {
  opacity: 0.24;
}

.keyfigure-card.is-background-stack .keyfigure-number,
.keyfigure-card.is-background-stack .keyfigure-tag--highlight {
  opacity: 0.46;
}

.keyfigure-card:nth-child(even) {
  background: rgba(255, 255, 255, 0.12);
}

.keyfigure-media {
  z-index: 1;
  position: relative;
  min-height: 100%;
  overflow: hidden;
  border-radius: 16px;
  background: #e8e4df;
}

.keyfigure-media img {
  position: absolute;
  inset: 0;
  display: block;
  width: 100%;
  height: 100%;
  border-radius: inherit;
  object-fit: cover;
}

.keyfigure-copy {
  position: relative;
  z-index: 3;
  isolation: isolate;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: flex-start;
  width: 100%;
  min-height: 100%;
  max-width: 34rem;
  padding: clamp(1.15rem, 2vw, 1.7rem) 0 clamp(1rem, 1.8vw, 1.5rem) clamp(10rem, 16vw, 17rem);
}

.keyfigure-title {
  position: relative;
  z-index: 2;
  margin: 0;
  letter-spacing: 0;
}

.keyfigure-number {
  z-index: 2;
  position: absolute;
  top: 50%;
  left: 41%;
  display: block;
  background: linear-gradient(108deg, var(--orange2) 0%, var(--orange1) 76%, rgba(255, 255, 255, 0.45) 100%);
  background-clip: text;
  -webkit-background-clip: text;
  color: transparent;
  -webkit-text-fill-color: transparent;
  font-size: clamp(5rem, 10vw, 10.4rem);
  font-weight: 900;
  line-height: 0.9;
  letter-spacing: -0.08em;
  padding-bottom: 0.08em;
  text-align: right;
  white-space: nowrap;
  transform: translate(-50%, -50%);
  pointer-events: none;
}

.keyfigure-number--ad-budget {
  left: 38%;
  font-size: clamp(3.9546rem, 6.8107vw, 7.14025rem);
  letter-spacing: -0.09em;
}

.keyfigure-number--infinity {
  left: 39%;
  width: clamp(13.6rem, 25vw, 26rem);
  min-width: 0;
  padding: 0;
  background: none;
  color: var(--orange2);
  font-size: 0;
  line-height: 0;
  letter-spacing: 0;
  overflow: visible;
  -webkit-text-fill-color: currentColor;
}

.keyfigure-infinity-icon {
  display: block;
  width: 100%;
  height: auto;
  overflow: visible;
}

.keyfigure-card:nth-child(6) {
  min-height: clamp(17.5rem, 24vw, 21rem);
}

.keyfigure-headline {
  position: relative;
  z-index: 2;
  display: block;
  max-width: 21rem;
  color: var(--orange2);
  font-size: clamp(1.35rem, 2.05vw, 2.1rem);
  font-weight: 650;
  line-height: 1.05;
  letter-spacing: 0;
}

.keyfigure-desc {
  position: relative;
  z-index: 2;
  max-width: 30rem;
  margin: clamp(0.95rem, 1.5vw, 1.35rem) 0 0;
  color: rgba(150, 144, 140, 0.8);
  font-size: 0.88rem;
  font-style: italic;
  font-weight: 500;
  line-height: 1.5;
}

.keyfigure-tags {
  position: relative;
  z-index: 2;
  display: flex;
  flex-wrap: wrap;
  gap: 0.42rem;
  max-width: 32rem;
  margin: clamp(1.3rem, 2vw, 1.8rem) 0 0;
  padding-top: 0;
  color: var(--grey);
  font-size: 0.65rem;
  font-weight: 800;
  line-height: 1.2;
  letter-spacing: 0.05em;
  text-transform: uppercase;
}

.keyfigure-tag {
  display: inline-flex;
  align-items: center;
  min-height: 1.56rem;
  padding: 0.23em 0.68em;
  border: 1px solid rgba(150, 144, 140, 0.3);
  border-radius: 999px;
  background: transparent;
  color: var(--grey);
  white-space: nowrap;
}

.keyfigure-tag--highlight {
  border-color: transparent;
  background: var(--orange1);
  color: #fffaf4;
}

@supports not (backdrop-filter: blur(12px)) {
  .keyfigure-card {
    background: rgba(250, 246, 239, 0.92);
  }

  .keyfigure-card:nth-child(even) {
    background: rgba(250, 246, 239, 0.92);
  }
}

.showcase-section {
  position: relative;
  z-index: 1;
  width: 100vw;
  background: transparent;
  overflow: hidden;
}

.showcase-container {
  position: relative;
  z-index: 1;
  width: 100%;
  padding: clamp(8rem, 10vw, 10rem) 5vw clamp(11rem, 13vw, 14rem);
  background: rgba(150, 144, 140, 0.06);
  backdrop-filter: blur(40px) saturate(180%);
  -webkit-backdrop-filter: blur(40px) saturate(180%);
  border: none;
  border-radius: 24px;
  box-shadow: 0 8px 32px rgba(0, 0, 0, 0.06);
  color: #fff;
  overflow: hidden;
  isolation: isolate;
}

@supports not (backdrop-filter: blur(40px)) {
  .showcase-container {
    background: rgba(150, 144, 140, 0.85);
  }
}

.showcase-container::before,
.showcase-container::after {
  content: "";
  z-index: 2;
  position: absolute;
  left: -8vw;
  width: 116vw;
  height: clamp(5.5rem, 9vw, 9rem);
  background: var(--bg-warm);
  pointer-events: none;
}

.showcase-container::before {
  top: -1px;
  border-radius: 0 0 50% 50% / 0 0 100% 100%;
  transform: translateY(-58%);
}

.showcase-container::after {
  bottom: -1px;
  border-radius: 50% 50% 0 0 / 100% 100% 0 0;
  transform: translateY(58%);
}

.showcase-header,
.showcase-grid {
  position: relative;
  z-index: 3;
}

.showcase-header {
  max-width: 72rem;
  margin: 0 auto clamp(6rem, 8vw, 8.5rem);
  text-align: center;
}

.showcase-headline {
  margin: 0;
  color: var(--grey);
  font-size: clamp(2.5rem, 5vw, 4.5rem);
  font-weight: 800;
  line-height: 1.04;
  letter-spacing: -0.04em;
}

.showcase-headline__pill {
  display: inline-block;
  padding: 0.08em 0.7em;
  border-radius: 999px;
  background: var(--orange1);
  color: #FAF6EF;
  line-height: 1;
  white-space: nowrap;
}

.showcase-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: clamp(1.25rem, 2vw, 1.875rem);
  align-items: start;
  max-width: 118rem;
  margin: 0 auto;
}

.showcase-card {
  position: relative;
  min-width: 0;
  will-change: transform;
}

.showcase-card[data-col="2"],
.showcase-card[data-col="4"] {
  transform: translateY(50%);
}

.showcase-card__inner {
  --card-radius: 10px;
  --tab-width: 30%;
  --tab-height: 2.5rem;
  --tab-curve: 1.65rem;
  position: relative;
  aspect-ratio: 5 / 4;
  border-radius: var(--card-radius);
  background: rgba(80, 75, 70, 0.35);
  box-shadow:
    inset 0 0 60px rgba(249, 158, 118, 0.15),
    inset 0 0 20px rgba(249, 158, 118, 0.08);
  clip-path: polygon(0 0, 100% 0, 100% calc(100% - var(--tab-height)), calc(100% - var(--tab-width)) calc(100% - var(--tab-height)), calc(100% - var(--tab-width)) 100%, 0 100%);
  filter: drop-shadow(0 0 0.8px rgba(255, 255, 255, 0.22));
  transition: filter 0.3s ease;
  overflow: hidden;
}

.showcase-card__inner::after {
  content: "";
  z-index: 3;
  position: absolute;
  inset: 0;
  border-radius: inherit;
  box-shadow:
    inset 0 0 96px rgba(249, 158, 118, 0.24),
    inset 0 0 36px rgba(249, 158, 118, 0.12);
  pointer-events: none;
}

@supports (clip-path: shape(from 0 0, hline to 100%)) {
  .showcase-card__inner {
    clip-path: shape(
      from var(--card-radius) 0,
      hline to calc(100% - var(--card-radius)),
      curve to 100% var(--card-radius) with 100% 0,
      vline to calc(100% - var(--tab-height)),
      hline to calc(100% - var(--tab-width) + var(--tab-curve)),
      curve to calc(100% - var(--tab-width)) calc(100% - var(--tab-height) + var(--tab-curve)) with calc(100% - var(--tab-width)) calc(100% - var(--tab-height)),
      vline to calc(100% - var(--card-radius)),
      curve to calc(100% - var(--tab-width) - var(--card-radius)) 100% with calc(100% - var(--tab-width)) 100%,
      hline to var(--card-radius),
      curve to 0 calc(100% - var(--card-radius)) with 0 100%,
      vline to var(--card-radius),
      curve to var(--card-radius) 0 with 0 0
    );
  }
}

.showcase-card:hover .showcase-card__inner {
  filter: drop-shadow(0 0 1px rgba(255, 255, 255, 0.38));
}

.showcase-card__front,
.showcase-card__back {
  position: absolute;
  inset: 0;
  display: grid;
  place-items: center;
}

.showcase-card__front {
  z-index: 1;
  padding: clamp(1rem, 1.8vw, 1.5rem);
  background: rgba(17, 17, 17, 0.06);
  overflow: hidden;
}

.showcase-card__back {
  z-index: 2;
  background: rgba(255, 255, 255, 0.12);
  opacity: 0;
  transform: translateY(-100%);
  transition: transform 0.45s cubic-bezier(0.7, 0, 1, 1), opacity 0s linear 0.45s;
  will-change: transform, opacity;
}

.showcase-card:hover .showcase-card__back {
  opacity: 1;
  transform: translateY(0);
  transition: transform 0.45s cubic-bezier(0.7, 0, 1, 1), opacity 0s linear;
}

.showcase-card__front img,
.showcase-card__back img,
.showcase-card__back video {
  display: block;
  width: 100%;
  height: 100%;
}

.showcase-card__front img {
  width: 100%;
  height: auto;
  max-height: 100%;
  border-radius: 10px;
  object-fit: contain;
  transition: transform 0.7s cubic-bezier(0.25, 0.1, 0.25, 1);
  will-change: transform;
}

.showcase-card:hover .showcase-card__front img {
  transform: scale(1.07);
}

.showcase-card__back img,
.showcase-card__back video {
  object-fit: cover;
}

.showcase-card__label {
  z-index: 4;
  position: absolute;
  right: 0.72rem;
  bottom: 0.92rem;
  width: min(8rem, 28%);
  color: var(--grey);
  font-size: 0.85rem;
  font-weight: 600;
  line-height: 1;
  text-align: right;
  pointer-events: none;
}

.showcase-modal {
  position: fixed;
  inset: 0;
  z-index: 10000;
  display: none;
  align-items: center;
  justify-content: center;
}

.showcase-modal.is-active {
  display: flex;
}

.showcase-modal__overlay {
  position: absolute;
  inset: 0;
  background: rgba(0, 0, 0, 0.58);
  cursor: pointer;
}

.showcase-modal__content {
  position: relative;
  z-index: 1;
  width: min(90vw, calc(85vh * 16 / 9), 96rem);
  max-width: 90vw;
  max-height: 85vh;
  aspect-ratio: 16 / 9;
  border-radius: 16px;
  overflow: hidden;
  background: #000;
}

.showcase-modal__close {
  position: absolute;
  top: 1rem;
  right: 1rem;
  z-index: 2;
  min-height: 2.5rem;
  padding: 0.65rem 1rem;
  border: none;
  border-radius: 999px;
  background: rgba(80, 80, 80, 0.58);
  color: white;
  font-size: 0.82rem;
  font-weight: 700;
  line-height: 1;
  cursor: pointer;
  opacity: 0.9;
  backdrop-filter: blur(11px);
  transition: opacity 0.2s ease, background-color 0.2s ease, transform 0.2s ease;
}

.showcase-modal__close:hover,
.showcase-modal__close:focus-visible {
  background: rgba(80, 80, 80, 0.76);
  opacity: 1;
  transform: scale(0.96);
}

.showcase-modal__video {
  display: block;
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  background: #181311;
  object-fit: contain;
}

.showcase-modal__loading {
  position: absolute;
  inset: 0;
  z-index: 1;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  gap: 0.8rem;
  background: linear-gradient(180deg, rgba(12, 9, 8, 0.08), rgba(12, 9, 8, 0.42));
  color: #faf6ef;
  font-size: 0.82rem;
  font-weight: 600;
  letter-spacing: 0.02em;
  opacity: 1;
  pointer-events: none;
  transition: opacity 0.24s ease, visibility 0.24s ease;
  visibility: visible;
}

.showcase-modal__spinner {
  width: 2rem;
  height: 2rem;
  border: 2px solid rgba(250, 246, 239, 0.28);
  border-top-color: var(--orange2);
  border-radius: 50%;
  animation: showcase-modal-spin 0.8s linear infinite;
}

.showcase-modal.is-video-ready .showcase-modal__loading {
  opacity: 0;
  visibility: hidden;
}

.showcase-modal.is-video-error .showcase-modal__spinner {
  display: none;
}

@keyframes showcase-modal-spin {
  to {
    transform: rotate(360deg);
  }
}

.seo-section {
  position: relative;
  z-index: 1;
  width: 100vw;
  background: transparent;
  color: var(--grey);
  overflow: hidden;
}

.seo-showcase {
  position: relative;
  z-index: 1;
  display: grid;
  grid-template-columns: minmax(20rem, 0.82fr) minmax(0, 1.18fr);
  align-items: center;
  gap: clamp(2.5rem, 5vw, 7rem);
  min-height: 128vh;
  padding: clamp(7rem, 10vw, 12rem) 5vw clamp(5rem, 8vw, 8rem);
}

.seo-header {
  max-width: 38rem;
}

.seo-headline {
  margin: 0;
  color: var(--grey);
  font-size: clamp(2.5rem, 5vw, 4.5rem);
  font-weight: 700;
  line-height: 0.98;
  letter-spacing: 0;
}

.seo-subtext {
  max-width: 32rem;
  margin: clamp(1rem, 1.4vw, 1.35rem) 0 0;
  color: var(--grey);
  font-size: 1rem;
  font-weight: 500;
  line-height: 1.55;
  opacity: 0.7;
}

.seo-media {
  position: relative;
  min-height: clamp(38rem, 66vw, 58rem);
}

.seo-media-card {
  position: absolute;
  margin: 0;
  overflow: hidden;
  border-radius: 8px;
  background: rgba(250, 246, 239, 0.72);
  box-shadow: 0 1.4rem 4rem rgba(94, 71, 57, 0.12);
  will-change: transform;
}

.seo-media-card img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  filter: saturate(0.9);
}

.seo-media-card--primary {
  z-index: 1;
  top: 4%;
  right: 8%;
  width: min(61vw, 58rem);
  aspect-ratio: 11 / 8;
}

.seo-media-card--profile {
  z-index: 3;
  left: 0;
  bottom: 15%;
  width: min(22vw, 20rem);
  aspect-ratio: 31 / 38;
}

.seo-media-card--map {
  z-index: 4;
  top: 15%;
  right: 0;
  width: min(28vw, 30rem);
  aspect-ratio: 18 / 11;
}

.seo-media-card--analytics {
  z-index: 2;
  left: 32%;
  bottom: 0;
  width: min(19vw, 18rem);
  aspect-ratio: 9 / 7;
}

.seo-clients {
  position: relative;
  z-index: 1;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: clamp(2.75rem, 5vw, 5rem);
  min-height: 72vh;
  padding: clamp(5.5rem, 8vw, 8rem) 5vw clamp(8rem, 11vw, 12rem);
  text-align: center;
}

.seo-signature {
  z-index: 0;
  position: absolute;
  top: 50%;
  left: 50%;
  color: var(--grey);
  font-size: clamp(9rem, 20vw, 24rem);
  font-weight: 700;
  line-height: 0.8;
  letter-spacing: 0;
  opacity: 0.05;
  pointer-events: none;
  transform: translate(-50%, -50%);
  user-select: none;
  white-space: nowrap;
}

.seo-clients-headline {
  z-index: 1;
  position: relative;
  max-width: 34rem;
  margin: 0;
  color: var(--grey);
  font-size: clamp(1.35rem, 1.8vw, 1.5rem);
  font-weight: 600;
  line-height: 1.2;
  letter-spacing: 0;
}

.seo-logos {
  z-index: 1;
  position: relative;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  gap: clamp(2rem, 4vw, 4rem);
  width: min(100%, 82rem);
}

.seo-logos img {
  display: block;
  width: 200px;
  max-width: min(42vw, 200px);
  height: 80px;
  object-fit: contain;
  filter: grayscale(1);
  opacity: 0.5;
  transition: opacity 0.25s ease, filter 0.25s ease;
}

.seo-logos img:hover {
  filter: grayscale(0);
  opacity: 1;
}

.ads-section {
  position: relative;
  z-index: 1;
  width: 100vw;
  background: transparent;
  overflow: hidden;
}

.ads-hero {
  position: relative;
  height: 100vh;
  height: 100svh;
  overflow: hidden;
  background: #120c09;
  isolation: isolate;
}

.ads-hero-bg,
.ads-hero-body {
  position: absolute;
  inset: 0;
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
  pointer-events: none;
  user-select: none;
  will-change: transform;
}

.ads-hero-bg {
  z-index: 1;
  transform: scale(1.04);
}

.ads-hero-body {
  z-index: 3;
  transform: scale(1.04);
}

.ads-headline {
  position: absolute;
  left: 50%;
  margin: 0;
  color: var(--orange1);
  font-size: clamp(3.6rem, 8.25vw, 10.875rem);
  font-weight: 700;
  line-height: 0.84;
  letter-spacing: 0;
  white-space: nowrap;
  pointer-events: none;
  transform: translate3d(-50%, -50%, 0);
  user-select: none;
  will-change: transform;
}

.ads-headline-back {
  z-index: 2;
  top: 40%;
}

.ads-headline-front {
  z-index: 4;
  top: 58%;
}

.ads-carousel-section {
  --ads-carousel-speed-factor: 1;
  position: relative;
  min-height: 86vh;
  min-height: 86svh;
  padding: clamp(4.5rem, 7vw, 8rem) 0;
  background: var(--orange1);
  color: rgba(54, 47, 42, 0.74);
  transition: background-color 0.6s ease, color 0.6s ease;
  overflow: hidden;
}

.ads-carousel-section.is-night {
  background: #050403;
  color: rgba(250, 246, 239, 0.92);
}

.ads-carousel-viewport {
  position: absolute;
  top: 50%;
  left: 0;
  width: 100%;
  overflow: hidden;
  transform: translateY(-50%);
}

.ads-carousel-track {
  display: flex;
  align-items: flex-start;
  width: max-content;
  will-change: transform;
}

.ads-carousel-group {
  display: flex;
  align-items: flex-start;
  gap: clamp(1.25rem, 1.8vw, 1.75rem);
  padding-right: clamp(1.25rem, 1.8vw, 1.75rem);
}

.ads-carousel-card {
  flex: 0 0 clamp(18rem, 33vw, 40rem);
  filter: none;
  opacity: 1;
  transition: filter 0.3s ease, opacity 0.3s ease;
}

.ads-carousel-link {
  display: flex;
  flex-direction: column;
  gap: 0.78rem;
  color: inherit;
  text-decoration: none;
}

.ads-carousel-thumb {
  position: relative;
  display: block;
  aspect-ratio: 3 / 2;
  overflow: hidden;
  border-radius: 8px;
  background: rgba(250, 246, 239, 0.58);
}

.ads-carousel-thumb::after {
  content: "";
  position: absolute;
  inset: 0;
  background: rgba(0, 0, 0, 0.18);
  opacity: 0;
  transition: opacity 0.32s ease;
  pointer-events: none;
}

.ads-carousel-thumb img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.4s cubic-bezier(0.22, 1, 0.36, 1), filter 0.4s ease;
}

.ads-carousel-view {
  z-index: 2;
  position: absolute;
  top: 50%;
  left: 50%;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: clamp(3.6rem, 5vw, 5rem);
  aspect-ratio: 1;
  border-radius: 50%;
  background: #e7ff5e;
  color: #1f1c18;
  font-size: clamp(0.68rem, 0.8vw, 0.82rem);
  font-weight: 700;
  line-height: 1;
  opacity: 0;
  transform: translate(-50%, -50%) scale(0.82);
  transition: opacity 0.28s ease, transform 0.28s cubic-bezier(0.22, 1, 0.36, 1);
  pointer-events: none;
}

.ads-carousel-track.is-card-hovered .ads-carousel-card {
  filter: blur(3px);
  opacity: 0.6;
}

.ads-carousel-track.is-card-hovered .ads-carousel-card:hover,
.ads-carousel-track.is-card-hovered .ads-carousel-card:focus-within {
  filter: none;
  opacity: 1;
}

.ads-carousel-card:hover .ads-carousel-thumb img,
.ads-carousel-card:focus-within .ads-carousel-thumb img,
.ads-carousel-link:hover .ads-carousel-thumb img,
.ads-carousel-link:focus-visible .ads-carousel-thumb img {
  filter: saturate(1.05);
  transform: scale(1.05);
}

.ads-carousel-card:hover .ads-carousel-thumb::after,
.ads-carousel-card:focus-within .ads-carousel-thumb::after,
.ads-carousel-link:hover .ads-carousel-thumb::after,
.ads-carousel-link:focus-visible .ads-carousel-thumb::after {
  opacity: 1;
}

.ads-carousel-card:hover .ads-carousel-view,
.ads-carousel-card:focus-within .ads-carousel-view,
.ads-carousel-link:hover .ads-carousel-view,
.ads-carousel-link:focus-visible .ads-carousel-view {
  opacity: 1;
  transform: translate(-50%, -50%) scale(1);
}

.ads-carousel-meta {
  display: flex;
  align-items: center;
  gap: 0.5rem;
  min-height: 1.7rem;
}

.ads-carousel-title {
  color: currentColor;
  font-size: clamp(1rem, 1.25vw, 1.2rem);
  font-weight: 700;
  line-height: 1.1;
  transition: color 0.6s ease;
}

.ads-carousel-tags {
  display: inline-flex;
  flex-wrap: wrap;
  gap: 0.32rem;
}

.ads-carousel-tags span {
  display: inline-flex;
  align-items: center;
  min-height: 1.45rem;
  padding: 0 0.5rem;
  border-radius: 5px;
  background: rgba(250, 246, 239, 0.34);
  color: rgba(54, 47, 42, 0.7);
  font-size: 0.76rem;
  font-weight: 700;
  line-height: 1;
  transition: background-color 0.6s ease, color 0.6s ease;
}

.ads-carousel-section.is-night .ads-carousel-tags span {
  background: rgba(250, 246, 239, 0.16);
  color: rgba(250, 246, 239, 0.88);
}

.ads-carousel-tags.text-bottom-glow span {
  color: var(--orange2);
}

.ads-carousel-section.is-night .ads-carousel-title.text-bottom-glow,
.ads-carousel-section.is-night .ads-carousel-tags.text-bottom-glow {
  color: rgba(250, 246, 239, 0.92) !important;
}

.ads-carousel-section.is-night .ads-carousel-tags.text-bottom-glow span {
  color: rgba(250, 246, 239, 0.88) !important;
}

.ai-section {
  position: relative;
  z-index: 1;
  width: 100vw;
  background: #000;
  overflow: hidden;
}

.ai-hero {
  position: relative;
  width: 100%;
  height: 100vh;
  height: 100svh;
  background: #000;
  overflow: hidden;
}

.ai-canvas {
  position: absolute;
  inset: 0;
  display: block;
  width: 100%;
  height: 100%;
  touch-action: none;
}

.ai-zoom-bar {
  position: absolute;
  left: 50%;
  bottom: 40px;
  z-index: 12;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 0.65rem;
  color: rgba(250, 246, 239, 0.78);
  font-size: 0.72rem;
  font-weight: 700;
  letter-spacing: 0;
  opacity: 0;
  pointer-events: none;
  transform: translate(-50%, 10px);
  transition: opacity 0.35s cubic-bezier(0.22, 1, 0.36, 1), transform 0.35s cubic-bezier(0.22, 1, 0.36, 1);
}

.ai-zoom-bar.is-visible {
  opacity: 1;
  pointer-events: auto;
  transform: translate(-50%, 0);
}

.ai-zoom-bar__track {
  position: relative;
  width: min(200px, 52vw);
  height: 4px;
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.24);
  box-shadow: 0 0 18px rgba(255, 188, 149, 0.18);
}

.ai-zoom-bar__thumb {
  position: absolute;
  left: var(--ai-zoom-progress, 0%);
  top: 50%;
  width: 16px;
  height: 16px;
  border-radius: 50%;
  background: var(--orange1);
  box-shadow: 0 0 20px rgba(255, 188, 149, 0.68);
  transform: translate(-50%, -50%);
  transition: left 0.16s ease-out;
}

.ai-zoom-bar__label {
  white-space: nowrap;
  opacity: 0.72;
  transition: opacity 0.35s cubic-bezier(0.22, 1, 0.36, 1);
}

.ai-zoom-bar.is-label-muted .ai-zoom-bar__label {
  opacity: 0;
}

.ai-fallback {
  position: absolute;
  inset: 0;
  display: none;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  padding: 0 5vw;
  color: var(--orange1);
  font-size: clamp(3rem, 9vw, 9rem);
  font-weight: 700;
  line-height: 0.92;
  text-align: center;
}

.ai-hero.is-static .ai-canvas {
  display: none;
}

.ai-hero.is-static .ai-fallback {
  display: flex;
}

.ai-projects {
  position: relative;
  min-height: 100vh;
  background: #000;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: clamp(2.5rem, 6vh, 4.5rem);
  padding: clamp(6rem, 12vh, 9rem) 5vw;
  overflow: hidden;
  color: rgba(250, 246, 239, 0.92);
  font-family: "Satoshi", sans-serif;
  transition: background-color 0.6s cubic-bezier(0.22, 1, 0.36, 1), color 0.6s cubic-bezier(0.22, 1, 0.36, 1);
}

.ai-projects.is-light {
  background: var(--orange1);
  color: var(--grey);
}

.ai-projects__header {
  position: relative;
  z-index: 2;
  text-align: center;
}

.ai-projects__headline {
  color: currentColor;
  font-size: clamp(2.5rem, 5vw, 4.5rem);
  font-weight: 700;
  line-height: 0.98;
  letter-spacing: 0;
  margin-bottom: 1rem;
  transition: color 0.6s cubic-bezier(0.22, 1, 0.36, 1);
}

.ai-projects__subtext {
  max-width: 38rem;
  margin: 0 auto;
  color: rgba(250, 246, 239, 0.52);
  font-size: clamp(1rem, 1.5vw, 1.25rem);
  font-weight: 500;
  line-height: 1.5;
  transition: color 0.6s cubic-bezier(0.22, 1, 0.36, 1);
}

.ai-projects.is-light .ai-projects__subtext {
  color: color-mix(in srgb, var(--grey) 82%, var(--ink-soft));
}

.ai-projects__network {
  position: relative;
  z-index: 1;
  width: 80vw;
  max-width: 1200px;
  min-height: 25rem;
  height: 60vh;
  max-height: 42rem;
  aspect-ratio: 16 / 9;
}

.ai-projects__lines {
  position: absolute;
  inset: 0;
  z-index: 0;
  width: 100%;
  height: 100%;
  overflow: visible;
  pointer-events: none;
}

.ai-projects__lines line {
  stroke: rgba(255, 255, 255, 0.15);
  stroke-width: 1;
  stroke-dasharray: 8 6;
  transition: stroke 0.6s cubic-bezier(0.22, 1, 0.36, 1);
}

.ai-projects.is-light .ai-projects__lines line {
  stroke: rgba(0, 0, 0, 0.2);
}

.ai-node {
  position: absolute;
  left: var(--node-x);
  top: var(--node-y);
  z-index: 2;
  transform: translate(-50%, -50%);
}

.ai-node__card {
  display: grid;
  place-items: center;
  gap: 0.55rem;
  width: clamp(5rem, 7vw, 6.25rem);
  aspect-ratio: 1;
  padding: 0.75rem;
  border: 1px solid rgba(255, 255, 255, 0.1);
  border-radius: 16px;
  background: rgba(30, 30, 30, 0.8);
  color: rgba(255, 255, 255, 0.7);
  font: inherit;
  text-align: center;
  appearance: none;
  transform: translateZ(0);
  transition: background-color 0.6s cubic-bezier(0.22, 1, 0.36, 1), border-color 0.6s cubic-bezier(0.22, 1, 0.36, 1), color 0.6s cubic-bezier(0.22, 1, 0.36, 1), transform 0.3s cubic-bezier(0.22, 1, 0.36, 1);
}

.ai-node:hover .ai-node__card,
.ai-node:focus-within .ai-node__card {
  transform: translateY(-4px);
}

.ai-projects.is-light .ai-node__card {
  background: rgba(255, 255, 255, 0.72);
  border-color: rgba(0, 0, 0, 0.14);
  color: var(--grey);
}

.ai-node__icon {
  display: block;
  width: 1.8rem;
  height: 1.8rem;
}

button.ai-node__card {
  cursor: pointer;
}

.ai-node__icon svg {
  display: block;
  width: 100%;
  height: 100%;
  fill: none;
  stroke: currentColor;
  stroke-width: 1.8;
  stroke-linecap: round;
  stroke-linejoin: round;
}

.ai-node__label {
  color: currentColor;
  font-size: clamp(0.58rem, 0.82vw, 0.7rem);
  font-weight: 700;
  line-height: 1.1;
  text-align: center;
  letter-spacing: 0.08em;
}

.ai-node__preview {
  position: absolute;
  left: 50%;
  bottom: calc(100% + 1rem);
  width: clamp(12rem, 20vw, 18.75rem);
  overflow: hidden;
  border: 1px solid rgba(255, 255, 255, 0.12);
  border-radius: 14px;
  background: rgba(18, 18, 18, 0.92);
  box-shadow: 0 1.2rem 3rem rgba(0, 0, 0, 0.32);
  opacity: 0;
  pointer-events: none;
  transform: translate(-50%, 0.5rem) scale(0.9);
  transform-origin: 50% 100%;
  transition: opacity 0.3s ease, transform 0.3s cubic-bezier(0.22, 1, 0.36, 1), border-color 0.6s cubic-bezier(0.22, 1, 0.36, 1);
}

.ai-node:hover .ai-node__preview,
.ai-node:focus-within .ai-node__preview {
  opacity: 1;
  transform: translate(-50%, 0) scale(1);
}

.ai-node--soon .ai-node__preview {
  display: none;
}

.ai-node__preview img {
  display: block;
  width: 100%;
  aspect-ratio: 3 / 2;
  object-fit: cover;
}

.ai-projects.is-light .ai-node__preview {
  border-color: rgba(0, 0, 0, 0.14);
  box-shadow: 0 1.2rem 3rem rgba(58, 32, 16, 0.18);
}

.ai-projects__hint {
  display: block;
  margin-top: 0.55rem;
  font-size: 0.82em;
  opacity: 0.62;
}

.ai-modal {
  position: fixed;
  inset: 0;
  z-index: 10000;
  display: none;
  align-items: center;
  justify-content: center;
  padding: clamp(1rem, 4vw, 3rem);
}

.ai-modal.is-active {
  display: flex;
}

.ai-modal__overlay {
  position: absolute;
  inset: 0;
  background: rgba(0, 0, 0, 0.72);
  cursor: pointer;
}

.ai-modal__content {
  position: relative;
  z-index: 1;
  display: flex;
  flex-direction: column;
  width: min(58rem, 100%);
  max-height: 88vh;
  border: 1px solid rgba(255, 255, 255, 0.1);
  border-radius: 20px;
  background: #111;
  color: rgba(255, 255, 255, 0.72);
}

.ai-modal__close {
  position: absolute;
  top: 1rem;
  right: 1rem;
  z-index: 2;
  min-height: 2.5rem;
  padding: 0.65rem 1rem;
  border: none;
  border-radius: 999px;
  background: rgba(80, 80, 80, 0.58);
  color: white;
  font: inherit;
  font-size: 0.82rem;
  font-weight: 700;
  line-height: 1;
  cursor: pointer;
  opacity: 0.9;
  backdrop-filter: blur(11px);
  transition: opacity 0.2s ease, background-color 0.2s ease, transform 0.2s ease;
}

.ai-modal__close:hover,
.ai-modal__close:focus-visible {
  background: rgba(80, 80, 80, 0.76);
  opacity: 1;
  transform: scale(0.96);
}

.ai-modal__body {
  overflow-y: auto;
  overscroll-behavior: contain;
  /* padding-top chua cho nut Close absolute o goc tren phai */
  padding: clamp(3.75rem, 5vw, 4.5rem) clamp(1.75rem, 3.5vw, 3rem) clamp(1.75rem, 3.5vw, 3rem);
}

.ai-modal__eyebrow {
  display: block;
  margin-bottom: 0.85rem;
  color: var(--orange2);
  font-size: 0.72rem;
  font-weight: 700;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

.ai-modal__title {
  margin: 0 0 0.75rem;
  color: #faf6ef;
  font-size: clamp(2rem, 4vw, 3rem);
  font-weight: 700;
  line-height: 1.05;
}

.ai-modal__lede {
  margin: 0 0 clamp(1.5rem, 3vw, 2.25rem);
  max-width: 46ch;
  font-size: clamp(1rem, 1.35vw, 1.15rem);
  line-height: 1.55;
}

.ai-modal__media {
  margin-bottom: clamp(1.5rem, 3vw, 2.25rem);
  overflow: hidden;
  border: 1px solid rgba(255, 255, 255, 0.1);
  border-radius: 14px;
  background: #000;
}

.ai-modal__video {
  display: block;
  width: 100%;
  aspect-ratio: 16 / 9;
  object-fit: cover;
}

.ai-modal__media--gallery {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 0.75rem;
  padding: 0.75rem;
  background: rgba(255, 255, 255, 0.04);
}

.ai-modal__media--gallery img {
  display: block;
  width: 100%;
  aspect-ratio: 9 / 19.5;
  object-fit: cover;
  border-radius: 10px;
}

.ai-modal__proof {
  display: flex;
  flex-wrap: wrap;
  gap: clamp(1.25rem, 3vw, 2.5rem);
  margin: 0 0 clamp(1.5rem, 3vw, 2.25rem);
  padding: clamp(1.15rem, 2.5vw, 1.65rem) 0;
  border-top: 1px solid rgba(255, 255, 255, 0.1);
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
}

.ai-modal__proof-value {
  margin: 0;
  color: #faf6ef;
  font-size: clamp(2rem, 4.5vw, 3.25rem);
  font-weight: 700;
  line-height: 1;
}

.ai-modal__proof-item--hero .ai-modal__proof-value {
  color: var(--orange2);
}

.ai-modal__proof-label {
  margin-top: 0.4rem;
  font-size: 0.78rem;
  letter-spacing: 0.06em;
  text-transform: uppercase;
}

.ai-modal__evidence {
  margin: 0 0 clamp(1.5rem, 3vw, 2.25rem);
}

.ai-modal__evidence img {
  display: block;
  width: 100%;
  border: 1px solid rgba(255, 255, 255, 0.1);
  border-radius: 14px;
}

.ai-modal__evidence figcaption {
  margin-top: 0.65rem;
  font-size: 0.8rem;
  opacity: 0.68;
}

.ai-modal__stack {
  display: flex;
  flex-wrap: wrap;
  gap: 0.5rem;
  margin: 0;
  padding: 0;
  list-style: none;
}

.ai-modal__stack li {
  padding: 0.4rem 0.85rem;
  border: 1px solid rgba(255, 255, 255, 0.14);
  border-radius: 999px;
  font-size: 0.78rem;
  letter-spacing: 0.04em;
}

.contact-section {
  position: relative;
  z-index: 1;
  width: 100vw;
  padding: clamp(5rem, 8vw, 8rem) 3.6vw clamp(4.5rem, 7vw, 7rem);
  background: var(--orange1);
  color: var(--grey);
  overflow: hidden;
}

.contact-container {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  width: min(100%, 1400px);
  min-height: clamp(34rem, 70vh, 52rem);
  margin: 0 auto;
  border-radius: clamp(24px, 2.4vw, 32px);
  border: 1px solid rgba(150, 144, 140, 0.28);
  background: #ffbc95;
  overflow: hidden;
}

.contact-headline-area {
  padding: clamp(3.5rem, 6.5vw, 7rem) clamp(2rem, 5.5vw, 6rem) clamp(5rem, 9vw, 11rem);
}

.contact-headline {
  max-width: 76rem;
  margin: 0;
  color: var(--grey);
  font-size: clamp(3.6rem, 7.5vw, 8.1rem);
  font-weight: 700;
  line-height: 0.88;
  letter-spacing: 0;
}

.contact-subtext {
  max-width: 34rem;
  margin: clamp(1.2rem, 2.2vw, 2rem) 0 0;
  color: rgba(150, 144, 140, 0.72);
  font-size: clamp(1.05rem, 1.8vw, 1.55rem);
  font-weight: 500;
  line-height: 1.45;
}

.contact-cta-row {
  position: relative;
  display: flex;
  align-items: center;
  min-height: clamp(11rem, 18vw, 16.5rem);
  padding: clamp(2rem, 4vw, 4rem) clamp(2rem, 5.5vw, 6rem);
  border-top: 1px solid rgba(150, 144, 140, 0.22);
  color: rgba(150, 144, 140, 0.82);
  cursor: pointer;
  overflow: hidden;
  transition: background-color 0.4s ease, color 0.4s ease;
}

.contact-cta-row:hover,
.contact-cta-row:focus-visible,
.contact-cta-row.is-revealed {
  background: var(--grey);
  color: var(--bg-warm);
}

.contact-cta-default,
.contact-cta-email {
  transition: opacity 0.32s ease, transform 0.4s ease;
}

.contact-cta-default {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: clamp(1.5rem, 4vw, 4rem);
  width: 100%;
  opacity: 1;
}

.contact-arrow,
.contact-cta-text {
  font-size: clamp(3rem, 5.6vw, 5.9rem);
  font-weight: 700;
  line-height: 0.95;
  letter-spacing: 0;
}

.contact-arrow {
  transform: translateY(-0.04em);
}

.contact-cta-text {
  text-align: right;
}

.contact-cta-email {
  position: absolute;
  inset: 0;
  display: flex;
  align-items: center;
  width: 100%;
  padding: clamp(2rem, 4vw, 4rem) clamp(2rem, 5.5vw, 6rem);
  color: var(--orange1);
  opacity: 0;
  pointer-events: none;
  transform: translateY(0.35rem);
}

.contact-cta-row:hover .contact-cta-default,
.contact-cta-row:focus-visible .contact-cta-default,
.contact-cta-row.is-revealed .contact-cta-default {
  opacity: 0;
  transform: translateY(-0.35rem);
}

.contact-cta-row:hover .contact-cta-email,
.contact-cta-row:focus-visible .contact-cta-email,
.contact-cta-row.is-revealed .contact-cta-email {
  opacity: 1;
  transform: translateY(0);
}

.contact-email {
  min-width: 0;
  color: currentColor;
  font-size: clamp(1.6rem, 4.35vw, 4.35rem);
  font-weight: 700;
  line-height: 0.9;
  letter-spacing: 0;
  overflow-wrap: anywhere;
}

.contact-email-cursor {
  flex: 0 0 auto;
  color: currentColor;
  font-size: clamp(1.6rem, 4.35vw, 4.35rem);
  font-weight: 700;
  line-height: 0.9;
  animation: blink 0.7s step-end infinite;
  transition: opacity 0.3s;
}

.contact-copy-toast {
  position: fixed;
  left: 0;
  top: 0;
  z-index: 10000;
  padding: 0.58rem 0.9rem;
  border-radius: 999px;
  background: var(--blue);
  color: #fff;
  font-size: 0.84rem;
  font-weight: 700;
  line-height: 1;
  opacity: 0;
  pointer-events: none;
  transform: translate(-50%, calc(-100% + 0.45rem));
  transition: opacity 0.22s ease, transform 0.22s ease;
  white-space: nowrap;
}

.contact-copy-toast.is-visible {
  opacity: 1;
  transform: translate(-50%, calc(-100% - 0.35rem));
}

@keyframes blink {
  50% {
    opacity: 0;
  }
}

.site-footer {
  position: relative;
  width: 100%;
  min-height: 100vh;
  min-height: 100svh;
  overflow: hidden;
  background: #080604;
  color: var(--orange1);
  font-family: "Satoshi", Arial, sans-serif;
}

.site-footer::after {
  content: "";
  position: absolute;
  inset: 0;
  z-index: 1;
  pointer-events: none;
  background:
    linear-gradient(180deg, rgba(8, 6, 4, 0.1) 0%, rgba(8, 6, 4, 0.1) 48%, rgba(8, 6, 4, 0.62) 100%),
    radial-gradient(circle at 18% 82%, rgba(255, 188, 149, 0.16), transparent 36%);
}

.footer-video-wrapper {
  position: absolute;
  inset: 0;
  z-index: 0;
  overflow: hidden;
}

.footer-video-wrapper::after {
  content: "";
  position: absolute;
  inset: 0;
  z-index: 1;
  background: radial-gradient(
    circle at 50% 50%,
    transparent 15%,
    rgba(0, 0, 0, 0.4) 30%,
    rgba(0, 0, 0, 0.85) 60%
  );
  pointer-events: none;
}

.footer-video {
  display: block;
  width: 100%;
  height: 140%;
  object-fit: cover;
  opacity: 0.88;
  transform: translateY(-15%) scale(1.3);
  transform-origin: 50% 50%;
  will-change: transform;
}

.footer-content {
  position: relative;
  z-index: 2;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  min-height: 100vh;
  min-height: 100svh;
  padding: clamp(5rem, 8vh, 8rem) clamp(1.5rem, 4vw, 4.5rem) clamp(1.5rem, 4vh, 3rem);
}

.footer-stack {
  position: absolute;
  top: 46%;
  right: clamp(1.5rem, 4vw, 4.5rem);
  max-width: min(28rem, 42vw);
  color: rgba(255, 188, 149, 0.92);
  text-align: right;
  transform: translateY(-50%);
}

.footer-stack-label {
  display: block;
  margin-bottom: 0.75rem;
  color: rgba(255, 188, 149, 0.58);
  font-size: clamp(0.8rem, 1.1vw, 0.95rem);
  font-weight: 700;
  line-height: 1.2;
}

.footer-stack-list {
  display: grid;
  gap: 0.38rem;
  margin: 0;
  padding: 0;
  list-style: none;
  color: var(--orange1);
  font-size: clamp(0.92rem, 1.25vw, 1.1rem);
  font-weight: 700;
  line-height: 1.2;
}

.footer-name {
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  gap: clamp(2rem, 5vw, 5rem);
  width: 100%;
}

.footer-name-left,
.footer-name-right {
  min-width: 0;
  overflow: hidden;
}

.footer-firstname,
.footer-lastname {
  margin: 0;
  color: var(--orange1);
  font-size: clamp(8.4rem, 21vw, 19.6rem);
  font-weight: 700;
  line-height: 0.82;
  letter-spacing: 0;
}

.footer-tagline {
  margin: 0.85rem 0 0;
  color: rgba(255, 188, 149, 0.78);
  font-size: clamp(1.17rem, 1.625vw, 1.365rem);
  font-style: italic;
  font-weight: 600;
  line-height: 1.35;
  clip-path: inset(0 0 0 0);
}

.footer-tagline-city {
  color: var(--grey);
}

@media (prefers-reduced-motion: reduce) {
  *,
  *::before,
  *::after {
    scroll-behavior: auto !important;
    animation-duration: 0.01ms !important;
    animation-iteration-count: 1 !important;
    transition-duration: 0.01ms !important;
  }

  .ai-zoom-bar,
  .ai-zoom-bar__thumb,
  .ai-zoom-bar__label {
    transition: none !important;
  }
}

@media (max-width: 991px) {
  .site-nav {
    padding: 1.5rem 4vw 0;
  }

  .hero-content {
    --hero-subtitle-size: clamp(1.35rem, 3.2vw, 2.25rem);
  }

  .social-menu {
    display: none;
  }

  .brand-name {
    font-size: 1rem;
  }

  .hero-tagline {
    max-width: min(38rem, 68vw);
    font-size: clamp(1.85rem, 4.4vw, 2.8rem);
  }

  .hero-location {
    font-size: var(--hero-subtitle-size);
  }

  .experience-section {
    min-height: 230vh;
    padding-top: 18vw;
  }

  .experience-copy {
    top: 14vh;
    width: 72vw;
    font-size: 9vw;
    letter-spacing: -0.42vw;
  }

  .experience-lines {
    top: 0;
  }

  .shape-circle-left {
    width: 58vw;
    left: -28vw;
  }

  .shape-pill {
    width: 38vw;
    top: 18vw;
    left: 27vw;
  }

  .shape-circle-center {
    width: 62vw;
    top: 58vw;
    right: 10vw;
  }

  .shape-hexagon {
    width: 62vw;
    right: -22vw;
  }

  .shape-circle-plus {
    width: 28vw;
    top: 64vw;
    right: 3vw;
  }

  .shape-square {
    width: 32vw;
    top: 118vw;
    left: 4vw;
  }

  .shape-square-corner {
    width: 38vw;
    bottom: -16vw;
    left: -14vw;
  }

  .services-section {
    padding: 0;
  }

  .services-headline-wrapper {
    align-items: center;
    width: 92vw;
    margin: 0 auto;
    min-height: auto;
    padding: 7rem 0 3.5rem;
    text-align: center;
  }

  .services-tag {
    font-size: clamp(1.35rem, 3.2vw, 2.25rem);
  }

  .services-headline {
    font-size: 10vw;
    letter-spacing: -0.35vw;
  }

  .gallery-section {
    --gallery-lower-rail: 34vh;
    --gallery-bottom-safe: 36vh;
  }

  .gallery-track {
    padding-right: 24vw;
    padding-left: 5vw;
    padding-bottom: 12vh;
  }

  .gallery-item {
    --item-gap: clamp(-24px, var(--ml), 50px);
    width: calc(var(--w) * 1.35);
  }

  .keyfigures-section {
    padding: 11rem 7vw 66vh;
  }

  .keyfigures-stack {
    gap: 8vh;
  }

  .keyfigure-card {
    grid-template-columns: minmax(0, 0.42fr) minmax(0, 0.58fr);
    width: min(100%, 68rem);
    min-height: clamp(15rem, 30vw, 18rem);
    padding: 1.3rem;
  }

  .keyfigure-copy {
    padding-left: clamp(7rem, 15vw, 12rem);
  }

  .keyfigure-title {
    margin: 0;
  }

  .keyfigure-number {
    top: 50%;
    left: 39%;
    right: auto;
    font-size: clamp(4.4rem, 8.5vw, 7.6rem);
  }

  .keyfigure-card:nth-child(3) .keyfigure-number {
    left: 36%;
    font-size: clamp(2.015rem, 3.64vw, 3.38rem);
  }

  .keyfigure-number--infinity {
    left: 37%;
    width: clamp(11.6rem, 23vw, 20rem);
  }

  .keyfigure-headline {
    font-size: clamp(1.2rem, 2.5vw, 1.7rem);
  }

  .showcase-container {
    padding: 7rem 5vw 10rem;
  }

  .showcase-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 1.5rem;
    max-width: 48rem;
  }

  .showcase-card[data-col="2"],
  .showcase-card[data-col="4"] {
    transform: translateY(42%);
  }

  .seo-showcase {
    grid-template-columns: 1fr;
    gap: 3.5rem;
    min-height: auto;
    padding: 7rem 5vw 5rem;
  }

  .seo-header {
    max-width: 44rem;
  }

  .seo-media {
    min-height: clamp(34rem, 86vw, 48rem);
  }

  .seo-media-card--primary {
    right: 4%;
    width: min(82vw, 44rem);
  }

  .seo-media-card--profile {
    width: min(34vw, 16rem);
  }

  .seo-media-card--map {
    width: min(42vw, 22rem);
  }

  .seo-media-card--analytics {
    width: min(30vw, 15rem);
  }

  .ads-headline {
    font-size: clamp(2.85rem, 9.75vw, 6.75rem);
  }

  .ads-headline-back {
    top: 42%;
  }

  .ads-headline-front {
    top: 58%;
  }

  .ads-carousel-card {
    flex-basis: clamp(17rem, 48vw, 30rem);
  }

  .ai-projects__network {
    width: 88vw;
    min-height: 28rem;
  }

  .ai-node__preview {
    width: clamp(10rem, 28vw, 16rem);
  }

  .contact-section {
    padding-right: 5vw;
    padding-left: 5vw;
  }

  .contact-container {
    border-radius: 24px;
  }

  .contact-headline {
    font-size: clamp(3.15rem, 9vw, 6rem);
  }

  .contact-cta-row {
    min-height: clamp(10rem, 22vw, 14rem);
  }

  .contact-email,
  .contact-email-cursor {
    font-size: clamp(1.35rem, 4.05vw, 3rem);
  }

  .footer-content {
    padding-right: 5vw;
    padding-left: 5vw;
  }

  .footer-stack {
    top: 38%;
    right: 5vw;
    max-width: 20rem;
  }

  .footer-firstname,
  .footer-lastname {
    font-size: clamp(7rem, 22.4vw, 14rem);
  }
}

@media (max-width: 767px) {
  .site-nav {
    grid-template-columns: minmax(0, 1fr) auto minmax(0, 1fr);
    justify-items: stretch;
    gap: 0;
    padding: 1rem 4vw 0;
  }

  .brand-name {
    justify-self: start;
    font-size: clamp(0.9rem, 4.2vw, 1.05rem);
  }

  .brand-dot {
    width: 0.7vw;
    height: 0.7vw;
  }

  .nav-menu {
    justify-self: center;
  }

  .social-menu {
    display: flex;
    justify-self: end;
  }

  .nav-pill {
    min-width: 2.1rem;
    padding: 8px 12px;
    font-size: 0.78rem;
  }

  .nav-mark {
    padding: 0.45rem;
  }

  .hero-content {
    --hero-name-size: 19vw;
    --hero-name-bottom: 5vw;
    --hero-subtitle-size: clamp(1rem, 5vw, 1.35rem);
    padding: 1rem 4vw 5vw;
  }

  .hero-tagline {
    top: 26vh;
    left: 4vw;
    max-width: 19rem;
    font-size: clamp(1.45rem, 6.4vw, 2rem);
  }

  .hero-location {
    top: auto;
    right: 4vw;
    bottom: var(--hero-name-bottom);
    left: auto;
    transform: none;
    max-width: 92vw;
    font-size: var(--hero-subtitle-size);
    line-height: 1.12;
    text-align: right;
  }

  .hero-location__line:nth-child(2) {
    white-space: nowrap;
  }

  .hero-name-stage {
    --hero-mobile-carousel-width: min(47.6vw, 14rem);
    --hero-mobile-row-gap: clamp(0.02rem, 0.25vw, 0.12rem);
    --hero-mobile-left-scale: 1.64;
    --hero-mobile-right-scale: 0.58;
    left: 4vw;
    right: 4vw;
    bottom: calc(var(--hero-name-bottom) + var(--hero-subtitle-size) + var(--hero-subtitle-size) + 1rem);
    display: flex;
    flex-wrap: wrap;
    align-items: flex-end;
    justify-content: space-between;
    column-gap: var(--hero-mobile-row-gap);
    row-gap: 0.55rem;
    height: auto;
  }

  .hero-name {
    display: contents;
  }

  .hero-name__word--left,
  .hero-name__word--right {
    justify-self: auto;
    transform: none;
  }

  .hero-name__word {
    width: 100%;
    font-size: var(--hero-name-size);
    line-height: 0.88;
    letter-spacing: -0.85vw;
  }

  .hero-name__word--left {
    order: 1;
    flex: 0 0 100%;
    font-size: calc(var(--hero-name-size) * 1.2);
    transform: scaleX(var(--hero-mobile-left-scale));
    transform-origin: left center;
    text-align: left;
  }

  .hero-name__word--right {
    order: 3;
    position: absolute;
    right: 0;
    bottom: 0;
    flex: none;
    width: max-content;
    max-width: none;
    min-width: 0;
    align-self: flex-end;
    font-size: calc(var(--hero-name-size) * 1.728);
    transform: scaleX(var(--hero-mobile-right-scale));
    transform-origin: right center;
    text-align: right;
  }

  .project-carousel {
    order: 2;
    flex: 0 0 var(--hero-mobile-carousel-width);
    width: var(--hero-mobile-carousel-width);
    height: calc(var(--hero-mobile-carousel-width) * 0.5625);
    align-self: flex-end;
    justify-self: start;
  }

  .project-card {
    padding: 0.7rem;
  }

  .project-card span {
    display: none;
  }

  .experience-section {
    min-height: 100vh;
    min-height: 100svh;
    padding-top: 0;
    overflow: hidden;
  }

  .experience-copy {
    position: absolute;
    top: 0;
    left: 50%;
    box-sizing: border-box;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    width: 88vw;
    height: 35vh;
    height: 35svh;
    margin: 0;
    padding-top: clamp(4.25rem, 12vh, 5.75rem);
    font-size: clamp(2.15rem, 10vw, 3rem);
    line-height: 1.03;
    letter-spacing: -0.06em;
    transform: translateX(-50%);
  }

  .experience-line {
    white-space: normal;
  }

  .experience-line--top,
  .experience-action {
    white-space: nowrap;
  }

  .experience-action {
    gap: 0.14em;
  }

  .experience-lines {
    display: none;
  }

  .experience-shapes {
    inset: 35vh 0 auto;
    height: 65vh;
    height: 65svh;
    overflow: visible;
  }

  .experience-shape {
    position: absolute;
  }

  .shape-circle-left {
    top: 42%;
    left: -31vw;
    right: auto;
    bottom: auto;
    width: 46vw;
  }

  .shape-pill {
    top: 9%;
    left: 8vw;
    right: auto;
    bottom: auto;
    width: 22vw;
  }

  .shape-circle-center {
    top: calc(72% + 20vh);
    left: 38vw;
    right: auto;
    bottom: auto;
    width: 75vw;
  }

  .shape-hexagon {
    top: calc(8% - 10vh);
    left: auto;
    right: 8vw;
    bottom: auto;
    width: 36vw;
  }

  .shape-circle-plus {
    top: 43%;
    left: auto;
    right: 5vw;
    bottom: auto;
    width: 24vw;
  }

  .shape-square {
    top: 76%;
    left: 0;
    right: auto;
    bottom: auto;
    width: 21vw;
  }

  .shape-square-corner {
    top: 78%;
    left: auto;
    right: 17vw;
    bottom: auto;
    width: 30vw;
  }

  .alv-transition {
    min-height: 100vh;
    min-height: 100svh;
    margin-top: -100vh;
    margin-top: -100svh;
  }

  .alv-transition__frame,
  .alv-transition__base {
    min-height: 100vh;
    min-height: 100svh;
  }

  .alv-mask-text {
    font-size: 200px;
    letter-spacing: -22px;
  }

  .services-section {
    justify-content: center;
    padding: 0;
  }

  .services-headline-wrapper {
    align-items: center;
    width: 90vw;
    gap: 0.75rem;
    margin: 0 auto;
    min-height: auto;
    padding-top: 0;
    padding-bottom: 0;
    text-align: center;
  }

  .services-tag {
    font-size: clamp(1rem, 5vw, 1.35rem);
  }

  .services-headline {
    max-width: 90vw;
    font-size: clamp(3.4rem, 14vw, 6.4rem);
    line-height: 0.95;
    letter-spacing: -0.5vw;
  }

  .gallery-section {
    height: auto;
    min-height: auto;
    overflow: visible;
    isolation: auto;
  }

  .gallery-section::before,
  .gallery-section::after {
    content: none;
    display: none;
  }

  .gallery-scroll {
    height: auto;
    min-height: 0;
    padding: 5.8rem 0 6rem;
    overflow: visible;
  }

  .gallery-track {
    flex-direction: column;
    align-items: center;
    gap: clamp(2rem, 9vw, 3.8rem);
    width: 100%;
    height: auto;
    padding: 0 5vw;
    transform: none !important;
    will-change: auto;
  }

  .gallery-item {
    --w: auto !important;
    --mt: 0 !important;
    --ml: 0 !important;
    --item-top: 0 !important;
    --item-gap: 0 !important;
    --img-width: 100% !important;
    --img-max-height: none !important;
    width: min(88vw, 36rem);
    margin: 0;
    transform: none !important;
    will-change: auto;
  }

  .gallery-item--small {
    width: min(58vw, 16rem);
  }

  .gallery-item--small:nth-child(odd) {
    align-self: flex-start;
  }

  .gallery-item--small:nth-child(even) {
    align-self: flex-end;
  }

  .gallery-item--featured {
    width: min(88vw, 38rem);
  }

  .gallery-item img {
    width: 100%;
    max-height: none;
  }

  .gallery-item blockquote {
    max-width: 100%;
    font-size: clamp(1.05rem, 4.2vw, 1.26rem);
  }

  .keyfigures-section {
    padding: 9rem 5vw 54vh;
  }

  .keyfigures-stack {
    gap: 8vh;
  }

  .keyfigure-card {
    grid-template-columns: 1fr;
    gap: 1.5rem;
    min-height: auto;
    padding: 1.15rem;
    border-radius: 24px;
  }

  .keyfigure-media {
    order: 1;
    min-height: auto;
    aspect-ratio: 4 / 3;
  }

  .keyfigure-copy {
    order: 3;
    min-height: auto;
    padding: 0.5rem 0 0;
  }

  .keyfigure-title {
    display: flex;
    flex-direction: column;
    gap: 0.5rem;
    margin: 0;
    letter-spacing: 0;
  }

  .keyfigure-number {
    position: relative;
    top: auto;
    right: auto;
    left: auto;
    order: 2;
    justify-self: start;
    max-width: 100%;
    margin-top: -0.55rem;
    font-size: clamp(4.6rem, 24vw, 7rem);
    line-height: 0.95;
    letter-spacing: -0.08em;
    transform: none;
  }

  .keyfigure-card:nth-child(3) .keyfigure-number {
    left: auto;
    font-size: clamp(2.21rem, 11.05vw, 3.315rem);
  }

  .keyfigure-number--infinity {
    left: auto;
    width: clamp(12.8rem, 62vw, 18.4rem);
  }

  .keyfigure-headline {
    order: 1;
    font-size: clamp(1.35rem, 7vw, 2.05rem);
  }

  .keyfigure-desc {
    margin-top: 1.1rem;
    font-size: 0.94rem;
    line-height: 1.5;
  }

  .keyfigure-tags {
    margin-top: 1.4rem;
    padding-top: 0;
    font-size: 0.66rem;
  }

  .showcase-container {
    padding: 6.5rem 5vw 9rem;
  }

  .showcase-header {
    margin-bottom: 4.5rem;
  }

  .showcase-headline {
    font-size: clamp(2.35rem, 12vw, 4rem);
    line-height: 1;
  }

  .showcase-grid {
    grid-template-columns: 1fr;
    gap: 1.35rem;
    max-width: 24rem;
  }

  .showcase-card[data-col="2"],
  .showcase-card[data-col="4"] {
    transform: translateY(0);
  }

  .seo-showcase {
    gap: 2.75rem;
    padding: 5.5rem 5vw 4rem;
  }

  .seo-header {
    text-align: left;
  }

  .seo-headline {
    font-size: clamp(2.5rem, 13vw, 3.8rem);
    line-height: 1;
  }

  .seo-subtext {
    max-width: 20rem;
  }

  .seo-media {
    min-height: 34rem;
  }

  .seo-media-card--primary {
    top: 0;
    right: 0;
    width: 88vw;
  }

  .seo-media-card--profile {
    left: 0;
    bottom: 16%;
    width: 44vw;
  }

  .seo-media-card--map {
    top: 38%;
    right: 0;
    width: 54vw;
  }

  .seo-media-card--analytics {
    left: 36%;
    bottom: 0;
    width: 42vw;
  }

  .seo-clients {
    min-height: 64vh;
    gap: 2.5rem;
    padding: 4rem 5vw 7rem;
  }

  .seo-signature {
    font-size: 38vw;
  }

  .seo-logos {
    gap: 1.5rem 2rem;
  }

  .seo-logos img {
    width: 140px;
    height: 56px;
  }

  .ads-hero {
    height: 92vh;
    height: 92svh;
  }

  .ads-hero-bg,
  .ads-hero-body {
    transform: none !important;
  }

  .ads-headline {
    left: 5vw;
    max-width: 94vw;
    font-size: clamp(2.25rem, 12.75vw, 4.2rem);
    line-height: 0.9;
    transform: translate3d(0, -50%, 0) !important;
    white-space: normal;
  }

  .ads-headline-back {
    top: 35%;
  }

  .ads-headline-front {
    top: 64%;
    left: auto;
    right: 5vw;
    text-align: right;
  }

  .ads-carousel-section {
    min-height: 72vh;
    min-height: 72svh;
    padding: 4rem 0;
  }

  .ads-carousel-group {
    gap: 1rem;
    padding-right: 1rem;
  }

  .ads-carousel-card {
    flex-basis: min(78vw, 21rem);
  }

  .ads-carousel-meta {
    align-items: flex-start;
    flex-direction: column;
    gap: 0.38rem;
  }

  .ai-fallback {
    font-size: clamp(2.7rem, 15vw, 5rem);
  }

  .ai-projects {
    gap: 2rem;
    padding: 5rem 4vw;
  }

  .ai-projects__headline {
    font-size: clamp(2.5rem, 13vw, 3.8rem);
    line-height: 1;
    letter-spacing: 0;
  }

  .ai-projects__subtext {
    max-width: 84vw;
    font-size: 1rem;
  }

  .ai-projects__network {
    width: 92vw;
    min-height: 34rem;
    height: 62vh;
    aspect-ratio: auto;
  }

  .ai-node__card {
    width: clamp(4.35rem, 21vw, 5.2rem);
    border-radius: 12px;
  }

  .ai-node__preview {
    width: min(58vw, 12.5rem);
  }

  .ai-node[data-node="1"] {
    --node-x: 18%;
    --node-y: 18%;
  }

  .ai-node[data-node="2"] {
    --node-x: 52%;
    --node-y: 13%;
  }

  .ai-node[data-node="3"] {
    --node-x: 82%;
    --node-y: 32%;
  }

  .ai-node[data-node="4"] {
    --node-x: 28%;
    --node-y: 72%;
  }

  .ai-node[data-node="5"] {
    --node-x: 72%;
    --node-y: 76%;
  }

  .contact-section {
    padding: 4.75rem 4vw 4.5rem;
  }

  .contact-container {
    border-radius: 20px;
    min-height: 34rem;
  }

  .contact-headline-area {
    padding: 2rem 1.4rem 5.25rem;
  }

  .contact-headline {
    font-size: clamp(2.4rem, 12vw, 3.9rem);
    line-height: 0.93;
  }

  .contact-subtext {
    max-width: 18rem;
    font-size: 1rem;
  }

  .contact-cta-row {
    align-items: center;
    min-height: 12rem;
    padding: 1.4rem;
  }

  .contact-arrow,
  .contact-cta-text {
    font-size: clamp(2.2rem, 11vw, 3.2rem);
  }

  .contact-cta-email {
    padding: 1.4rem;
  }

  .contact-email,
  .contact-email-cursor {
    font-size: clamp(1.05rem, 5.5vw, 1.65rem);
    line-height: 1;
  }

  .site-footer {
    min-height: 92vh;
    min-height: 92svh;
  }

  .footer-video {
    height: 112%;
  }

  .footer-content {
    min-height: 92vh;
    min-height: 92svh;
    padding: 5rem 4vw 1.25rem;
  }

  .footer-stack {
    position: relative;
    top: auto;
    right: auto;
    max-width: 100%;
    margin: 0 0 auto auto;
    text-align: right;
    transform: none;
  }

  .footer-stack-label {
    margin-bottom: 0.5rem;
  }

  .footer-stack-list {
    gap: 0.28rem;
    font-size: 0.8rem;
  }

  .footer-name {
    align-items: flex-start;
    flex-direction: column;
    gap: 0.25rem;
  }

  .footer-name-right {
    align-self: flex-end;
  }

  .footer-firstname,
  .footer-lastname {
    font-size: clamp(5.95rem, 32.2vw, 9.8rem);
    line-height: 0.84;
  }

  .footer-tagline {
    max-width: 18rem;
    margin-top: 0.55rem;
    font-size: 1.066rem;
  }
}

/* Production-only: keep unfinished portfolio sections out of the public site. */
.seo-section,
.ads-carousel-section {
  display: none !important;
}

.ai-node__preview {
  display: none !important;
}
