:root {
  --background: #080a0c;
  --foreground: #f4f3ef;
  --primary: #5b2ba1;
  --primary-foreground: #ffffff;
  --accent: #2567dc;
  --border: rgb(255 255 255 / 16%);
  --radius: 0.75rem;
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
  background: var(--background);
}

body {
  margin: 0;
  background: var(--background);
  color: var(--foreground);
  font-family: var(--font-geist-sans), Arial, Helvetica, sans-serif;
}

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

.site-header {
  position: fixed;
  z-index: 20;
  top: 0;
  left: 0;
  display: grid;
  width: 100%;
  height: 92px;
  grid-template-columns: 1fr auto 1fr;
  align-items: center;
  border-bottom: 1px solid rgb(255 255 255 / 18%);
  padding: 0 clamp(22px, 4vw, 72px);
  transition: height 220ms ease, background 220ms ease, backdrop-filter 220ms ease;
}

.site-header.is-scrolled,
.site-header.menu-open {
  height: 76px;
  background: rgb(7 8 11 / 88%);
  backdrop-filter: blur(20px);
}

.brand {
  display: inline-flex;
  width: fit-content;
  align-items: center;
  gap: 12px;
  font-size: 14px;
  font-weight: 760;
  letter-spacing: 0.18em;
}

.brand img {
  width: 48px;
  height: 48px;
  object-fit: contain;
}

.desktop-nav {
  display: flex;
  align-items: center;
  gap: 36px;
  color: rgb(255 255 255 / 76%);
  font-size: 13px;
  font-weight: 600;
}

.desktop-nav a,
.instagram-link {
  transition: color 180ms ease;
}

.desktop-nav a:hover,
.instagram-link:hover {
  color: #fff;
}

.header-actions {
  justify-self: end;
  display: flex;
  align-items: center;
  gap: 14px;
}

.language-switcher {
  display: flex;
  min-height: 38px;
  align-items: center;
  gap: 5px;
  padding: 0 10px;
  border: 1px solid rgb(255 255 255 / 24%);
  border-radius: 999px;
  background: rgb(8 10 12 / 38%);
  color: rgb(255 255 255 / 42%);
  font-family: var(--font-geist-mono), monospace;
  font-size: 12px;
  letter-spacing: 0.08em;
  backdrop-filter: blur(12px);
}

.language-switcher button {
  padding: 6px 3px;
  border: 0;
  background: none;
  color: rgb(255 255 255 / 52%);
  cursor: pointer;
  font: inherit;
  transition: color 180ms ease;
}

.language-switcher button:hover,
.language-switcher button.active {
  color: #fff;
}

.language-switcher button.active {
  font-weight: 800;
}

.nav-cta {
  justify-self: end;
  display: inline-flex;
  align-items: center;
  gap: 9px;
  padding: 12px 18px;
  border: 1px solid rgb(255 255 255 / 36%);
  border-radius: 999px;
  font-size: 13px;
  font-weight: 700;
  transition: background 180ms ease, color 180ms ease;
}

.nav-cta:hover {
  color: #090a0c;
  background: #fff;
}

.nav-cta svg,
.primary-button svg {
  width: 16px;
  height: 16px;
}

.menu-toggle,
.mobile-panel {
  display: none;
}

.hero {
  position: relative;
  min-height: min(960px, 100svh);
  overflow: hidden;
  isolation: isolate;
  display: flex;
  align-items: flex-end;
  padding: 140px clamp(22px, 4vw, 72px) clamp(42px, 6vw, 80px);
  perspective: 1600px;
  background:
    radial-gradient(circle at 78% 38%, rgb(98 48 157 / 28%), transparent 27%),
    radial-gradient(circle at 68% 72%, rgb(37 103 220 / 18%), transparent 30%),
    #06080b;
}

.hero-media,
.hero-shade {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
}

.hero-media {
  z-index: -3;
  object-fit: cover;
  object-position: center 62%;
  filter: saturate(0.72) contrast(1.08);
  animation: heroReveal 1.2s cubic-bezier(0.2, 0.7, 0.2, 1) both;
}

.hero-shade {
  z-index: -3;
  background:
    linear-gradient(90deg, rgb(5 7 9 / 98%) 0%, rgb(5 7 9 / 78%) 42%, rgb(5 7 9 / 8%) 72%),
    linear-gradient(0deg, rgb(5 7 9 / 92%) 0%, transparent 50%);
}

.hero::after {
  content: '';
  position: absolute;
  z-index: -2;
  inset: 0;
  background-image: linear-gradient(rgb(255 255 255 / 5%) 1px, transparent 1px),
    linear-gradient(90deg, rgb(255 255 255 / 5%) 1px, transparent 1px);
  background-size: 9vw 9vw;
  mask-image: linear-gradient(to bottom, transparent 8%, black 72%);
}

.hero-depth-scene {
  --scene-x: 0deg;
  --scene-y: 0deg;
  --scene-z: 0px;
  position: absolute;
  z-index: -1;
  top: 92px;
  right: 0;
  bottom: 0;
  width: 61%;
  overflow: hidden;
  perspective: 1400px;
  transform-style: preserve-3d;
  pointer-events: none;
}

.depth-grid {
  position: absolute;
  right: -8%;
  bottom: -25%;
  width: 118%;
  height: 68%;
  background-image:
    linear-gradient(rgb(127 73 199 / 25%) 1px, transparent 1px),
    linear-gradient(90deg, rgb(127 73 199 / 25%) 1px, transparent 1px);
  background-size: 58px 58px;
  mask-image: linear-gradient(to bottom, transparent, black 34%, transparent 88%);
  transform: rotateX(67deg) translate3d(0, calc(60px + var(--scene-z)), -120px);
  transform-origin: center bottom;
}

.depth-orbit {
  position: absolute;
  border: 1px solid rgb(255 255 255 / 18%);
  border-radius: 50%;
  box-shadow: inset 0 0 70px rgb(102 47 166 / 8%), 0 0 70px rgb(37 103 220 / 8%);
  transform-style: preserve-3d;
}

.depth-orbit-one {
  top: 9%;
  right: -6%;
  width: 72%;
  aspect-ratio: 1;
  transform: rotateX(calc(67deg + var(--scene-x))) rotateZ(calc(-18deg + var(--scene-y)));
}

.depth-orbit-two {
  top: 24%;
  right: 13%;
  width: 46%;
  aspect-ratio: 1;
  border-color: rgb(125 69 197 / 38%);
  transform: rotateY(calc(68deg + var(--scene-y))) rotateZ(calc(14deg + var(--scene-x)));
}

.hero-card {
  position: absolute;
  overflow: hidden;
  margin: 0;
  border: 1px solid rgb(255 255 255 / 26%);
  border-radius: 4px;
  background: #11151b;
  box-shadow: 0 40px 90px rgb(0 0 0 / 58%), 0 0 50px rgb(91 43 161 / 12%);
  transform-style: preserve-3d;
  transition: transform 260ms cubic-bezier(0.2, 0.75, 0.2, 1);
}

.hero-card::after {
  content: '';
  position: absolute;
  inset: 0;
  background: linear-gradient(125deg, rgb(255 255 255 / 16%), transparent 28%, transparent 68%, rgb(91 43 161 / 22%));
  mix-blend-mode: screen;
}

.hero-card img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  filter: saturate(0.82) contrast(1.08);
}

.hero-card-main {
  z-index: 3;
  top: 10%;
  right: 12%;
  width: min(55%, 560px);
  height: 69%;
  transform: translate3d(0, var(--scene-z), 120px) rotateX(calc(2deg + var(--scene-x))) rotateY(calc(-11deg + var(--scene-y))) rotateZ(1.5deg);
}

.hero-card-main figcaption {
  position: absolute;
  z-index: 2;
  right: 16px;
  bottom: 14px;
  left: 16px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  font-family: var(--font-geist-mono), monospace;
  font-size: 10px;
  letter-spacing: 0.12em;
}

.hero-card-main figcaption span {
  display: inline-flex;
  align-items: center;
  gap: 8px;
}

.hero-card-main figcaption i {
  width: 7px;
  height: 7px;
  border-radius: 50%;
  background: #ef1748;
  box-shadow: 0 0 0 5px rgb(239 23 72 / 16%);
}

.hero-card-back,
.hero-card-front {
  width: min(31%, 290px);
  height: 43%;
}

.hero-card-back {
  z-index: 1;
  top: 20%;
  left: 3%;
  transform: translate3d(-10px, calc(var(--scene-z) - 18px), -80px) rotateX(calc(-3deg + var(--scene-x))) rotateY(calc(18deg + var(--scene-y))) rotateZ(-6deg);
}

.hero-card-front {
  z-index: 4;
  right: 2%;
  bottom: 8%;
  transform: translate3d(6px, calc(var(--scene-z) + 14px), 220px) rotateX(calc(1deg + var(--scene-x))) rotateY(calc(-17deg + var(--scene-y))) rotateZ(7deg);
}

.hero-card-back > span,
.hero-card-front > span,
.scene-label {
  position: absolute;
  z-index: 2;
  bottom: 12px;
  left: 14px;
  font-family: var(--font-geist-mono), monospace;
  font-size: 9px;
  font-weight: 700;
  letter-spacing: 0.12em;
}

.scene-label {
  right: 5%;
  bottom: 3%;
  left: auto;
  color: rgb(255 255 255 / 42%);
  writing-mode: vertical-rl;
}

.hero-orbit {
  position: absolute;
  right: -15vw;
  bottom: -38vw;
  width: 70vw;
  aspect-ratio: 1;
  border: 1px solid rgb(255 255 255 / 22%);
  border-radius: 50%;
}

.hero-orbit::before,
.hero-orbit::after {
  content: '';
  position: absolute;
  inset: 9%;
  border: 1px solid rgb(255 255 255 / 12%);
  border-radius: inherit;
}

.hero-orbit::after {
  inset: 19%;
}

.camera-hud {
  position: absolute;
  z-index: 0;
  inset: 116px clamp(22px, 4vw, 72px) 34px;
  color: rgb(255 255 255 / 66%);
  font-family: var(--font-geist-mono), monospace;
  font-size: 11px;
  font-weight: 700;
  letter-spacing: 0.12em;
  pointer-events: none;
}

.hud-top,
.hud-bottom {
  position: absolute;
  right: 0;
  left: 0;
  display: flex;
  justify-content: space-between;
}

.hud-top { top: 0; }
.hud-bottom { bottom: 0; }

.rec {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  color: #fff;
}

.rec i,
.film-overlay i {
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: #ef1748;
  box-shadow: 0 0 0 5px rgb(239 23 72 / 17%);
  animation: recPulse 1.4s ease-in-out infinite;
}

.focus-frame {
  position: absolute;
  top: 50%;
  left: 71%;
  width: clamp(130px, 16vw, 260px);
  aspect-ratio: 1;
  transform: translate(-50%, -50%);
}

.focus-frame i {
  position: absolute;
  width: 28px;
  height: 28px;
  border-color: rgb(255 255 255 / 70%);
}

.focus-frame i:nth-child(1) { top: 0; left: 0; border-top: 1px solid; border-left: 1px solid; }
.focus-frame i:nth-child(2) { top: 0; right: 0; border-top: 1px solid; border-right: 1px solid; }
.focus-frame i:nth-child(3) { right: 0; bottom: 0; border-right: 1px solid; border-bottom: 1px solid; }
.focus-frame i:nth-child(4) { bottom: 0; left: 0; border-bottom: 1px solid; border-left: 1px solid; }

.hero-content {
  position: relative;
  z-index: 3;
  width: min(730px, 55%);
}

.eyebrow {
  display: flex;
  align-items: center;
  gap: 12px;
  margin: 0 0 22px;
  color: rgb(255 255 255 / 72%);
  font-family: var(--font-geist-mono), monospace;
  font-size: 11px;
  font-weight: 650;
  letter-spacing: 0.14em;
  text-transform: uppercase;
}

.eyebrow span {
  width: 7px;
  height: 7px;
  border-radius: 50%;
  background: #e00038;
  box-shadow: 0 0 0 5px rgb(224 0 56 / 16%);
}

.hero h1 {
  max-width: 730px;
  margin: 0;
  font-size: clamp(52px, 6.9vw, 112px);
  font-weight: 690;
  letter-spacing: -0.07em;
  line-height: 0.82;
  text-transform: uppercase;
}

.hero h1 em {
  color: transparent;
  -webkit-text-stroke: 1.5px rgb(255 255 255 / 82%);
  font-style: normal;
  font-weight: 570;
}

.hero-bottom {
  display: grid;
  max-width: 620px;
  grid-template-columns: 1fr;
  gap: 24px;
  margin-top: clamp(32px, 4.2vw, 62px);
}

.hero-bottom > p {
  margin: 0;
  color: rgb(255 255 255 / 70%);
  font-size: clamp(15px, 1.25vw, 18px);
  line-height: 1.65;
}

.hero-actions {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 22px;
}

.primary-button {
  display: inline-flex;
  min-height: 52px;
  align-items: center;
  gap: 12px;
  border-radius: 999px;
  padding: 0 22px;
  background: #fff;
  color: #090a0c;
  font-size: 13px;
  font-weight: 760;
  box-shadow: 0 12px 38px rgb(0 0 0 / 24%);
  transition: transform 180ms ease, background 180ms ease;
}

.primary-button:hover {
  transform: translateY(-2px);
  background: #e8e2f1;
}

.instagram-link {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  color: rgb(255 255 255 / 72%);
  font-size: 13px;
  font-weight: 650;
}

.instagram-link svg {
  width: 17px;
  height: 17px;
}

.instagram-icon {
  width: 18px;
  height: 18px;
  flex: 0 0 auto;
  object-fit: contain;
}

.hero-index {
  position: absolute;
  right: clamp(22px, 4vw, 72px);
  bottom: clamp(44px, 5.4vw, 72px);
  margin: 0;
  writing-mode: vertical-rl;
  color: rgb(255 255 255 / 52%);
  font-family: var(--font-geist-mono), monospace;
  font-size: 10px;
  letter-spacing: 0.16em;
  text-transform: uppercase;
}

.scroll-cue {
  position: absolute;
  left: 50%;
  bottom: 34px;
  display: grid;
  width: 42px;
  height: 42px;
  place-items: center;
  transform: translateX(-50%);
  border: 1px solid rgb(255 255 255 / 28%);
  border-radius: 50%;
  color: rgb(255 255 255 / 72%);
}

.scroll-cue svg {
  width: 16px;
  height: 16px;
}

.ticker {
  overflow: hidden;
  border-block: 1px solid #d2cfc7;
  background: #f0eee8;
  color: #0c0e11;
}

.ticker > div {
  display: flex;
  width: max-content;
  align-items: center;
  gap: 25px;
  padding: 17px 0;
  animation: tickerMove 26s linear infinite;
  font-family: var(--font-geist-mono), monospace;
  font-size: 11px;
  font-weight: 720;
  letter-spacing: 0.2em;
}

.film-lab {
  display: grid;
  min-height: 760px;
  grid-template-columns: minmax(0, 1.15fr) minmax(380px, 0.85fr);
  background: #0c0e12;
  perspective: 1500px;
}

.film-visual {
  --tilt-x: 0deg;
  --tilt-y: 0deg;
  position: relative;
  min-height: 760px;
  overflow: hidden;
  z-index: 1;
  transform: perspective(1200px) rotateX(var(--tilt-x)) rotateY(var(--tilt-y)) translateZ(18px);
  transform-style: preserve-3d;
  box-shadow: 34px 0 90px rgb(0 0 0 / 36%);
  transition: transform 220ms ease-out;
}

.film-visual > img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center 54%;
  filter: saturate(0.82) contrast(1.12);
  transition: transform 1s cubic-bezier(0.18, 0.8, 0.2, 1);
}

.film-lab:hover .film-visual > img {
  transform: scale(1.025);
}

.film-visual::after {
  content: '';
  position: absolute;
  inset: 0;
  background: linear-gradient(90deg, transparent 52%, rgb(12 14 18 / 64%) 100%), linear-gradient(0deg, rgb(5 6 9 / 62%), transparent 44%);
}

.film-overlay {
  position: absolute;
  z-index: 2;
  top: 34px;
  right: 34px;
  left: 34px;
  display: flex;
  justify-content: space-between;
  color: #fff;
  font-family: var(--font-geist-mono), monospace;
  font-size: 11px;
  font-weight: 700;
  letter-spacing: 0.12em;
}

.film-overlay span:first-child {
  display: inline-flex;
  align-items: center;
  gap: 9px;
}

.film-number {
  position: absolute;
  z-index: 2;
  bottom: -0.12em;
  left: 24px;
  color: rgb(255 255 255 / 10%);
  font-size: clamp(150px, 22vw, 360px);
  font-weight: 800;
  letter-spacing: -0.1em;
  line-height: 0.75;
}

.film-copy {
  position: relative;
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: clamp(70px, 8vw, 130px) clamp(28px, 6vw, 100px);
  border-left: 1px solid rgb(255 255 255 / 12%);
}

.film-copy::before {
  content: 'FILM';
  position: absolute;
  top: 32px;
  right: 26px;
  color: rgb(255 255 255 / 4%);
  font-size: clamp(84px, 11vw, 170px);
  font-weight: 800;
  letter-spacing: -0.08em;
}

.film-copy h2 {
  margin: 0 0 34px;
  font-size: clamp(54px, 5.6vw, 94px);
  font-weight: 700;
  letter-spacing: -0.065em;
  line-height: 0.9;
  text-transform: uppercase;
}

.film-copy h2 em {
  color: #7d45c5;
  font-style: normal;
}

.film-copy > p:not(.micro-title) {
  max-width: 560px;
  margin: 0;
  color: rgb(255 255 255 / 64%);
  font-size: 16px;
  line-height: 1.75;
}

.film-copy ul {
  display: grid;
  gap: 0;
  margin: 42px 0;
  padding: 0;
  list-style: none;
  border-top: 1px solid rgb(255 255 255 / 14%);
}

.film-copy li {
  display: flex;
  align-items: center;
  gap: 18px;
  padding: 16px 0;
  border-bottom: 1px solid rgb(255 255 255 / 14%);
  font-size: 15px;
}

.film-copy li span {
  color: #9965dc;
  font-family: var(--font-geist-mono), monospace;
  font-size: 12px;
}

.film-button {
  width: fit-content;
}

.ticker i {
  color: #6e33a9;
  font-style: normal;
}

.page-section {
  padding: clamp(88px, 10vw, 150px) clamp(22px, 5.4vw, 92px);
}

.section-kicker {
  display: flex;
  align-items: center;
  gap: 18px;
  color: rgb(255 255 255 / 50%);
  font-family: var(--font-geist-mono), monospace;
  font-size: 10px;
  letter-spacing: 0.14em;
  text-transform: uppercase;
}

.section-kicker span {
  display: grid;
  width: 34px;
  height: 34px;
  place-items: center;
  border: 1px solid rgb(255 255 255 / 20%);
  border-radius: 50%;
}

.section-kicker p {
  margin: 0;
}

.manifesto {
  display: grid;
  grid-template-columns: minmax(180px, 0.7fr) minmax(0, 2fr);
  gap: clamp(50px, 8vw, 150px);
  background:
    radial-gradient(circle at 78% 36%, rgb(83 36 148 / 17%), transparent 32%),
    #080a0c;
}

.manifesto-copy {
  max-width: 1020px;
}

.manifesto-lead {
  margin: 0;
  font-size: clamp(32px, 4.4vw, 70px);
  font-weight: 560;
  letter-spacing: -0.048em;
  line-height: 1.08;
}

.manifesto-lead::first-letter {
  color: #6d35aa;
}

.manifesto-detail {
  display: grid;
  max-width: 650px;
  grid-template-columns: auto 1fr;
  gap: 24px;
  margin: clamp(42px, 6vw, 82px) 0 0 auto;
  color: rgb(255 255 255 / 58%);
  font-size: 15px;
  line-height: 1.75;
}

.manifesto-detail svg {
  width: 34px;
  height: 34px;
  color: #6d35aa;
}

.manifesto-detail p {
  margin: 0;
}

.portfolio {
  border-top: 1px solid rgb(255 255 255 / 10%);
}

.section-heading {
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  gap: 40px;
  margin-bottom: clamp(44px, 6vw, 82px);
}

.micro-title {
  margin: 0 0 16px;
  font-family: var(--font-geist-mono), monospace;
  font-size: 10px;
  font-weight: 680;
  letter-spacing: 0.16em;
  text-transform: uppercase;
}

.section-heading h2,
.faq h2,
.promise h2 {
  margin: 0;
  font-size: clamp(46px, 6.4vw, 100px);
  font-weight: 610;
  letter-spacing: -0.065em;
  line-height: 0.94;
}

.text-link {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  border-bottom: 1px solid rgb(255 255 255 / 28%);
  padding-bottom: 8px;
  color: rgb(255 255 255 / 68%);
  font-size: 12px;
  font-weight: 640;
}

.text-link svg {
  width: 15px;
  height: 15px;
}

.portfolio-grid {
  display: grid;
  min-height: auto;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  grid-auto-flow: dense;
  grid-auto-rows: clamp(210px, 18vw, 310px);
  gap: 14px;
  perspective: 1400px;
}

.shot {
  --tilt-x: 0deg;
  --tilt-y: 0deg;
  position: relative;
  overflow: hidden;
  margin: 0;
  padding: 0;
  border: 0;
  background: #15181c;
  color: #fff;
  cursor: zoom-in;
  font: inherit;
  text-align: left;
  transform: perspective(900px) rotateX(var(--tilt-x)) rotateY(var(--tilt-y)) translateZ(0);
  transform-style: preserve-3d;
  transition: transform 180ms ease-out, box-shadow 180ms ease-out;
}

.shot:hover {
  z-index: 3;
  transform: perspective(900px) rotateX(var(--tilt-x)) rotateY(var(--tilt-y)) translateZ(28px);
  box-shadow: 0 28px 58px rgb(0 0 0 / 48%), 0 0 0 1px rgb(126 70 198 / 42%);
}

.shot:nth-child(8n + 1),
.shot:nth-child(8n + 6) {
  grid-row: span 2;
}

.shot:nth-child(11n + 4) {
  grid-column: span 2;
}

.shot img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  filter: saturate(0.75) contrast(1.04);
  transition: transform 700ms cubic-bezier(0.18, 0.8, 0.2, 1), filter 400ms ease;
}

.shot:hover img {
  transform: scale(1.035);
  filter: saturate(1) contrast(1.04);
}

.shot::after {
  content: '';
  position: absolute;
  inset: 0;
  background: linear-gradient(to top, rgb(5 6 8 / 84%), transparent 45%);
}

.shot-caption {
  position: absolute;
  z-index: 1;
  right: 0;
  bottom: 0;
  left: 0;
  display: flex;
  align-items: end;
  justify-content: space-between;
  gap: 16px;
  padding: clamp(18px, 2vw, 30px);
}

.shot-caption span {
  color: rgb(255 255 255 / 55%);
  font-family: var(--font-geist-mono), monospace;
  font-size: 9px;
  letter-spacing: 0.14em;
  text-transform: uppercase;
}

.shot-caption strong {
  font-size: clamp(18px, 2vw, 30px);
  font-weight: 580;
  letter-spacing: -0.04em;
}

.gallery-extra {
  display: none;
}

.portfolio-grid.is-expanded .gallery-extra {
  display: block;
}

.gallery-footer {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
  margin-top: 22px;
}

.gallery-footer .demo-note {
  margin: 0;
}

.gallery-toggle {
  display: inline-flex;
  min-height: 48px;
  align-items: center;
  gap: 12px;
  padding: 0 18px;
  border: 1px solid rgb(255 255 255 / 26%);
  border-radius: 999px;
  background: transparent;
  color: #fff;
  cursor: pointer;
  font-size: 14px;
  font-weight: 700;
}

.gallery-toggle:hover {
  border-color: rgb(255 255 255 / 70%);
  background: rgb(255 255 255 / 7%);
}

.gallery-hide,
.gallery-toggle[aria-expanded='true'] .gallery-show {
  display: none;
}

.gallery-toggle[aria-expanded='true'] .gallery-hide {
  display: inline;
}

.lightbox {
  position: fixed;
  z-index: 100;
  inset: 0;
  display: grid;
  place-items: center;
  padding: 70px 86px;
}

.lightbox[hidden] {
  display: none;
}

.lightbox-backdrop {
  position: absolute;
  inset: 0;
  border: 0;
  background: rgb(2 3 5 / 94%);
  cursor: zoom-out;
  backdrop-filter: blur(18px);
}

.lightbox > img {
  position: relative;
  z-index: 1;
  max-width: min(1100px, 88vw);
  max-height: 84vh;
  object-fit: contain;
  box-shadow: 0 34px 100px rgb(0 0 0 / 62%);
}

.lightbox-toolbar {
  position: absolute;
  z-index: 2;
  top: 22px;
  right: 28px;
  left: 28px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  color: rgb(255 255 255 / 64%);
  font-family: var(--font-geist-mono), monospace;
  font-size: 12px;
}

.lightbox-toolbar button,
.lightbox-arrow {
  display: grid;
  width: 46px;
  height: 46px;
  place-items: center;
  border: 1px solid rgb(255 255 255 / 24%);
  border-radius: 50%;
  background: rgb(255 255 255 / 7%);
  color: #fff;
  cursor: pointer;
}

.lightbox-toolbar svg,
.lightbox-arrow svg {
  width: 20px;
  height: 20px;
}

.lightbox-arrow {
  position: absolute;
  z-index: 2;
  top: 50%;
  transform: translateY(-50%);
}

.lightbox-prev { left: 24px; }
.lightbox-next { right: 24px; }

body.lightbox-open,
body.menu-locked {
  overflow: hidden;
}

.demo-note {
  margin: 16px 0 0;
  color: rgb(255 255 255 / 38%);
  font-size: 10px;
}

.services {
  max-width: none;
  background: #efede7;
  color: #0b0d10;
}

.services-heading {
  align-items: end;
}

.services-heading > div {
  max-width: 800px;
}

.services-heading > p {
  max-width: 390px;
  margin: 0;
  color: rgb(11 13 16 / 62%);
  font-size: 14px;
  line-height: 1.75;
}

.service-list {
  border-top: 1px solid rgb(11 13 16 / 20%);
  perspective: 1200px;
}

.service-card {
  --tilt-x: 0deg;
  --tilt-y: 0deg;
  display: grid;
  grid-template-columns: 58px 72px minmax(220px, 1.3fr) minmax(220px, 0.7fr) 52px;
  align-items: center;
  gap: clamp(18px, 3vw, 48px);
  border-bottom: 1px solid rgb(11 13 16 / 20%);
  padding: clamp(30px, 4vw, 54px) 0;
  transform: perspective(1100px) rotateX(var(--tilt-x)) rotateY(var(--tilt-y));
  transform-style: preserve-3d;
  transition: transform 180ms ease-out, background 180ms ease-out, box-shadow 180ms ease-out;
}

.service-card:hover {
  z-index: 2;
  background: rgb(255 255 255 / 62%);
  box-shadow: 0 24px 70px rgb(26 18 35 / 10%);
}

.service-number {
  font-family: var(--font-geist-mono), monospace;
  font-size: 10px;
  letter-spacing: 0.14em;
}

.service-icon {
  display: grid;
  width: 58px;
  height: 58px;
  place-items: center;
  border: 1px solid rgb(11 13 16 / 20%);
  border-radius: 50%;
}

.service-icon svg {
  width: 22px;
  height: 22px;
}

.service-copy h3 {
  margin: 0 0 10px;
  font-size: clamp(25px, 2.5vw, 38px);
  font-weight: 630;
  letter-spacing: -0.045em;
  transform: translateZ(28px);
}

.service-copy p {
  max-width: 490px;
  margin: 0;
  color: rgb(11 13 16 / 58%);
  font-size: 13px;
  line-height: 1.65;
}

.service-card ul {
  display: grid;
  gap: 9px;
  margin: 0;
  padding: 0;
  list-style: none;
  color: rgb(11 13 16 / 65%);
  font-size: 11px;
}

.service-card li {
  display: flex;
  align-items: center;
  gap: 8px;
}

.service-card li svg {
  width: 13px;
  height: 13px;
  color: #62309d;
}

.service-card > a {
  display: grid;
  width: 48px;
  height: 48px;
  place-items: center;
  justify-self: end;
  border: 1px solid rgb(11 13 16 / 25%);
  border-radius: 50%;
  transition: background 180ms ease, color 180ms ease;
}

.service-card > a:hover {
  background: #0b0d10;
  color: #fff;
}

.service-card > a svg {
  width: 17px;
  height: 17px;
}

.promise {
  position: relative;
  min-height: 780px;
  isolation: isolate;
  display: flex;
  align-items: center;
  justify-content: center;
  overflow: hidden;
  padding: 100px 24px;
  text-align: center;
}

.promise > img,
.promise-shade {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
}

.promise > img {
  z-index: -2;
  object-fit: cover;
  object-position: center 42%;
  filter: saturate(0.45);
}

.promise-shade {
  z-index: -1;
  background: linear-gradient(90deg, rgb(10 7 16 / 82%), rgb(12 16 24 / 62%)),
    linear-gradient(0deg, rgb(5 6 8 / 85%), transparent 60%);
}

.promise-copy {
  max-width: 920px;
}

.promise-copy > svg {
  width: 42px;
  height: 42px;
  margin-bottom: 28px;
  color: #8e4bdd;
}

.promise h2 {
  margin-bottom: 34px;
  text-transform: uppercase;
}

.promise-copy > p:last-child {
  max-width: 570px;
  margin: 0 auto;
  color: rgb(255 255 255 / 62%);
  font-size: 15px;
  line-height: 1.7;
}

.process {
  display: grid;
  grid-template-columns: minmax(180px, 0.7fr) minmax(0, 2fr);
  gap: clamp(50px, 8vw, 150px);
  border-bottom: 1px solid rgb(255 255 255 / 10%);
}

.process-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 0;
  border-top: 1px solid rgb(255 255 255 / 16%);
}

.process-grid article {
  min-height: 320px;
  border-right: 1px solid rgb(255 255 255 / 16%);
  padding: 34px 34px 38px 0;
}

.process-grid article + article {
  padding-left: 34px;
}

.process-grid article:last-child {
  border-right: 0;
}

.process-grid span {
  color: #7842b4;
  font-family: var(--font-geist-mono), monospace;
  font-size: 11px;
}

.process-grid h3 {
  margin: 132px 0 15px;
  font-size: clamp(25px, 2.4vw, 38px);
  font-weight: 580;
  letter-spacing: -0.04em;
}

.process-grid p {
  max-width: 270px;
  margin: 0;
  color: rgb(255 255 255 / 50%);
  font-size: 12px;
  line-height: 1.65;
}

.faq {
  display: grid;
  grid-template-columns: minmax(270px, 0.85fr) minmax(0, 1.15fr);
  gap: clamp(60px, 10vw, 180px);
}

.faq-intro h2 {
  max-width: 620px;
  font-size: clamp(42px, 5vw, 76px);
}

.faq-list {
  border-top: 1px solid rgb(255 255 255 / 16%);
}

.faq details {
  border-bottom: 1px solid rgb(255 255 255 / 16%);
}

.faq summary {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 30px;
  padding: 25px 0;
  cursor: pointer;
  font-size: 14px;
  font-weight: 620;
  list-style: none;
}

.faq summary::-webkit-details-marker {
  display: none;
}

.faq summary svg {
  flex: none;
  width: 17px;
  height: 17px;
  transition: transform 180ms ease;
}

.faq details[open] summary svg {
  transform: rotate(180deg);
}

.faq details > p {
  max-width: 620px;
  margin: 0;
  padding: 0 44px 26px 0;
  color: rgb(255 255 255 / 52%);
  font-size: 13px;
  line-height: 1.7;
}

.final-cta {
  position: relative;
  overflow: hidden;
  display: grid;
  min-height: 680px;
  grid-template-columns: 0.75fr 1.25fr;
  align-items: center;
  gap: 60px;
  padding: clamp(80px, 10vw, 150px) clamp(22px, 6vw, 110px);
  background: #6730a2;
}

.final-cta::before {
  content: '';
  position: absolute;
  top: -43%;
  right: -12%;
  width: 65vw;
  aspect-ratio: 1;
  border: 1px solid rgb(255 255 255 / 14%);
  border-radius: 50%;
}

.cta-mark {
  --tilt-x: 0deg;
  --tilt-y: 0deg;
  position: relative;
  display: grid;
  width: min(32vw, 420px);
  aspect-ratio: 1;
  place-items: center;
  border: 1px solid rgb(255 255 255 / 28%);
  border-radius: 50%;
  transform: perspective(900px) rotateX(var(--tilt-x)) rotateY(var(--tilt-y)) translateZ(20px);
  transform-style: preserve-3d;
  box-shadow: inset 0 0 90px rgb(255 255 255 / 6%), 0 42px 80px rgb(34 12 58 / 25%);
  transition: transform 220ms ease-out;
}

.cta-mark::before,
.cta-mark::after {
  content: '';
  position: absolute;
  inset: 8%;
  border: 1px solid rgb(255 255 255 / 16%);
  border-radius: 50%;
}

.cta-mark::after {
  inset: 18%;
}

.cta-mark img {
  position: relative;
  z-index: 1;
  width: 48%;
  filter: drop-shadow(0 16px 26px rgb(18 7 30 / 30%));
  transform: translateZ(75px);
}

.cta-copy {
  position: relative;
  z-index: 1;
}

.cta-copy h2 {
  margin: 0 0 46px;
  font-size: clamp(48px, 6.4vw, 102px);
  font-weight: 650;
  letter-spacing: -0.07em;
  line-height: 0.9;
  text-transform: uppercase;
}

.cta-copy h2 em {
  color: transparent;
  -webkit-text-stroke: 1px rgb(255 255 255 / 70%);
  font-style: normal;
}

.dark-button {
  background: #0b0d10;
  color: #fff;
}

.dark-button:hover {
  background: #1d1824;
}

.dark-button svg {
  width: 16px;
  height: 16px;
}

.contact-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
}

.email-button {
  border: 1px solid rgb(255 255 255 / 58%);
  background: transparent;
  color: #fff;
  box-shadow: none;
}

.email-button:hover {
  background: #fff;
  color: #0b0d10;
}

footer {
  display: grid;
  grid-template-columns: 1.1fr 1fr auto auto;
  align-items: center;
  gap: 36px;
  padding: 34px clamp(22px, 5vw, 88px);
  color: rgb(255 255 255 / 46%);
  font-size: 10px;
}

.footer-brand {
  display: inline-flex;
  width: fit-content;
  align-items: center;
  gap: 10px;
  color: #fff;
  font-size: 11px;
  font-weight: 720;
  letter-spacing: 0.16em;
}

.footer-brand img {
  width: 38px;
  height: 38px;
}

footer p {
  margin: 0;
}

.footer-links {
  display: flex;
  gap: 20px;
}

.footer-instagram {
  display: inline-flex;
  align-items: center;
  gap: 7px;
}

.footer-instagram .instagram-icon {
  width: 15px;
  height: 15px;
}

.footer-links a:hover {
  color: #fff;
}

.copyright {
  white-space: nowrap;
}

@keyframes tickerMove {
  to {
    transform: translateX(-35%);
  }
}

@keyframes heroReveal {
  from {
    opacity: 0;
    transform: scale(1.045);
  }
  to {
    opacity: 1;
    transform: scale(1);
  }
}

@keyframes recPulse {
  0%, 100% { opacity: 1; }
  50% { opacity: 0.28; }
}

@media (max-width: 1100px) {
  .nav-cta {
    display: none;
  }

  .hero-depth-scene {
    width: 58%;
  }

  .hero-card-back {
    left: -3%;
  }
}

@media (max-width: 760px) {
  .menu-toggle {
    display: flex;
    width: 42px;
    height: 42px;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 6px;
    padding: 0;
    border: 1px solid rgb(255 255 255 / 24%);
    border-radius: 50%;
    background: rgb(8 10 12 / 42%);
    cursor: pointer;
  }

  .menu-toggle span {
    width: 17px;
    height: 1px;
    background: #fff;
    transition: transform 180ms ease;
  }

  .site-header.menu-open .menu-toggle span:first-child {
    transform: translateY(3.5px) rotate(45deg);
  }

  .site-header.menu-open .menu-toggle span:last-child {
    transform: translateY(-3.5px) rotate(-45deg);
  }

  .mobile-panel {
    position: fixed;
    top: 76px;
    right: 0;
    bottom: 0;
    left: 0;
    display: flex;
    flex-direction: column;
    justify-content: center;
    gap: 0;
    padding: 32px 28px 70px;
    background: rgb(7 8 11 / 97%);
    opacity: 0;
    pointer-events: none;
    transform: translateY(-16px);
    transition: opacity 200ms ease, transform 200ms ease;
  }

  .site-header.menu-open .mobile-panel {
    opacity: 1;
    pointer-events: auto;
    transform: translateY(0);
  }

  .mobile-panel a {
    display: flex;
    align-items: baseline;
    gap: 18px;
    padding: 18px 0;
    border-bottom: 1px solid rgb(255 255 255 / 12%);
    font-size: clamp(28px, 9vw, 44px);
    font-weight: 650;
    letter-spacing: -0.04em;
  }

  .mobile-panel a span {
    color: rgb(255 255 255 / 34%);
    font-family: var(--font-geist-mono), monospace;
    font-size: 11px;
    letter-spacing: 0.12em;
  }

  .site-header {
    height: 76px;
    grid-template-columns: 1fr auto;
    padding-inline: 18px;
  }

  .brand {
    font-size: 12px;
    letter-spacing: 0.12em;
  }

  .brand img {
    width: 42px;
    height: 42px;
  }

  .desktop-nav {
    display: none;
  }

  .nav-cta {
    display: none;
  }

  .header-actions {
    gap: 8px;
  }

  .language-switcher {
    min-height: 36px;
    padding: 0 7px;
    font-size: 12px;
  }

  .hero {
    min-height: max(920px, 100svh);
    padding: 112px 20px 38px;
  }

  .hero-depth-scene {
    top: 76px;
    right: 0;
    bottom: auto;
    width: 100%;
    height: 49%;
  }

  .hero-card-main {
    top: 7%;
    right: 17%;
    width: 51%;
    height: 72%;
  }

  .hero-card-back {
    top: 17%;
    left: -2%;
    width: 29%;
    height: 43%;
  }

  .hero-card-front {
    right: -1%;
    bottom: 7%;
    width: 30%;
    height: 43%;
  }

  .depth-grid {
    right: -22%;
    bottom: -30%;
    width: 145%;
  }

  .scene-label {
    display: none;
  }

  .hero-media {
    object-position: 64% center;
  }

  .hero-shade {
    background:
      linear-gradient(90deg, rgb(5 7 9 / 75%) 0%, rgb(5 7 9 / 24%) 100%),
      linear-gradient(0deg, rgb(5 7 9 / 96%) 0%, rgb(5 7 9 / 28%) 68%),
      linear-gradient(180deg, rgb(5 7 9 / 55%) 0%, transparent 35%);
  }

  .hero-content {
    width: 100%;
  }

  .eyebrow {
    margin-bottom: 16px;
    font-size: 9px;
  }

  .hero h1 {
    font-size: clamp(48px, 15.5vw, 76px);
    line-height: 0.87;
  }

  .hero-bottom {
    grid-template-columns: 1fr;
    gap: 24px;
    margin-top: 30px;
  }

  .hero-bottom > p {
    max-width: 480px;
    font-size: 14px;
    line-height: 1.55;
  }

  .hero-actions {
    gap: 18px;
  }

  .hero-index {
    display: none;
  }

  .hero-orbit {
    right: -45vw;
    bottom: -18vw;
    width: 110vw;
  }

  .camera-hud {
    inset: 96px 18px 22px;
    font-size: 9px;
  }

  .focus-frame {
    top: 25%;
    left: 70%;
    width: 128px;
  }

  .hud-bottom span:last-child {
    display: none;
  }
}

@media (max-width: 980px) {
  .manifesto,
  .process {
    grid-template-columns: 1fr;
  }

  .portfolio-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    grid-auto-rows: 300px;
  }

  .film-lab {
    min-height: 680px;
    grid-template-columns: 1fr 1fr;
  }

  .film-visual {
    min-height: 680px;
  }

  .film-copy {
    padding-inline: 34px;
  }

  .services-heading {
    align-items: flex-start;
  }

  .service-card {
    grid-template-columns: 38px 58px minmax(220px, 1fr) 46px;
  }

  .service-card ul {
    display: none;
  }

  .faq {
    grid-template-columns: 1fr;
  }

  .final-cta {
    grid-template-columns: 0.7fr 1.3fr;
  }

  footer {
    grid-template-columns: 1fr auto;
  }

  footer > p:not(.copyright) {
    display: none;
  }
}

@media (max-width: 760px) {
  .scroll-cue {
    display: none;
  }

  .film-lab {
    grid-template-columns: 1fr;
  }

  .film-visual {
    min-height: 560px;
  }

  .film-copy {
    padding: 78px 20px;
    border-top: 1px solid rgb(255 255 255 / 12%);
    border-left: 0;
  }

  .film-copy h2 {
    font-size: clamp(48px, 14vw, 70px);
  }

  .ticker > div {
    padding-block: 14px;
  }

  .page-section {
    padding: 76px 20px;
  }

  .manifesto {
    gap: 42px;
  }

  .manifesto-lead {
    font-size: 35px;
  }

  .manifesto-detail {
    grid-template-columns: 28px 1fr;
    gap: 16px;
    margin-top: 40px;
    font-size: 13px;
  }

  .manifesto-detail svg {
    width: 26px;
    height: 26px;
  }

  .section-heading {
    display: grid;
    align-items: start;
    margin-bottom: 36px;
  }

  .section-heading h2,
  .promise h2 {
    font-size: 48px;
  }

  .portfolio-grid {
    min-height: auto;
    grid-template-columns: 1fr;
    grid-template-rows: none;
    grid-auto-rows: auto;
  }

  .shot {
    grid-row: auto !important;
    grid-column: auto !important;
    min-height: 380px;
  }

  .gallery-footer {
    align-items: stretch;
    flex-direction: column;
  }

  .gallery-toggle {
    justify-content: center;
  }

  .lightbox {
    padding: 70px 18px;
  }

  .lightbox > img {
    max-width: 94vw;
    max-height: 78vh;
  }

  .lightbox-arrow {
    top: auto;
    bottom: 18px;
    transform: none;
  }

  .services-heading > p {
    font-size: 13px;
  }

  .service-card {
    grid-template-columns: 30px 1fr 42px;
    gap: 16px;
  }

  .service-icon {
    display: none;
  }

  .service-copy h3 {
    font-size: 24px;
  }

  .service-copy p {
    font-size: 12px;
  }

  .service-card > a {
    width: 40px;
    height: 40px;
  }

  .promise {
    min-height: 650px;
    padding-inline: 20px;
  }

  .promise h2 {
    margin-bottom: 26px;
  }

  .promise-copy > p:last-child {
    font-size: 13px;
  }

  .process {
    gap: 42px;
  }

  .process-grid {
    grid-template-columns: 1fr;
  }

  .process-grid article,
  .process-grid article + article {
    min-height: auto;
    border-right: 0;
    border-bottom: 1px solid rgb(255 255 255 / 16%);
    padding: 28px 0;
  }

  .process-grid h3 {
    margin: 48px 0 12px;
  }

  .faq {
    gap: 42px;
  }

  .faq-intro h2 {
    font-size: 44px;
  }

  .faq summary {
    font-size: 13px;
  }

  .final-cta {
    min-height: 700px;
    grid-template-columns: 1fr;
    gap: 50px;
    padding: 80px 20px;
    text-align: center;
  }

  .cta-mark {
    width: min(72vw, 320px);
    margin: 0 auto;
  }

  .cta-copy h2 {
    font-size: clamp(47px, 13vw, 67px);
  }

  .cta-copy .micro-title {
    max-width: 420px;
    margin-inline: auto;
  }

  .contact-actions {
    justify-content: center;
  }

  footer {
    grid-template-columns: 1fr;
    justify-items: center;
    gap: 22px;
    text-align: center;
  }

  .footer-links {
    flex-wrap: wrap;
    justify-content: center;
  }
}

@media (prefers-reduced-motion: reduce) {
  html {
    scroll-behavior: auto;
  }

  .hero-media,
  .hero-card,
  .film-visual,
  .shot,
  .service-card,
  .cta-mark {
    animation: none;
    transition: none;
  }

  .ticker > div,
  .rec i,
  .film-overlay i {
    animation: none;
  }
}
