/*
 * GoldAidea LLC — Static presentation layer
 * Sections and components are intentionally isolated for later WordPress templating.
 */

:root {
  --emerald-950: #010905;
  --emerald-900: #041109;
  --emerald-850: #071c0f;
  --emerald-800: #0c2a17;
  --emerald-700: #154023;
  --gold-100: #fff0ad;
  --gold-200: #f3cf6d;
  --gold-300: #dca73e;
  --gold-400: #b97b17;
  --gold-500: #85570e;
  --ivory: #f4f1e9;
  --ivory-muted: #c9c7bd;
  --ink: #142019;
  --line: rgba(234, 211, 140, 0.2);
  --line-soft: rgba(255, 255, 255, 0.1);
  --glass: rgba(10, 36, 28, 0.42);
  --glass-strong: rgba(8, 29, 23, 0.7);
  --shell: min(92vw, 1440px);
  --header-h: 92px;
  --radius-sm: 14px;
  --radius-md: 24px;
  --radius-lg: 40px;
  --display: "Bodoni 72", Didot, "Iowan Old Style", "Times New Roman", serif;
  --sans: "Helvetica Neue", "Segoe UI", Helvetica, Arial, sans-serif;
  --ease: cubic-bezier(0.22, 1, 0.36, 1);
}

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

html {
  scroll-behavior: smooth;
  scroll-padding-top: 84px;
  background: var(--emerald-950);
  color-scheme: dark;
}

main section[id] { scroll-margin-top: 84px; }

body {
  margin: 0;
  min-width: 320px;
  overflow-x: hidden;
  background: transparent;
  color: var(--ivory);
  font-family: var(--sans);
  font-size: 16px;
  line-height: 1.6;
  -webkit-font-smoothing: antialiased;
  text-rendering: optimizeLegibility;
}

body.menu-open { overflow: hidden; }

img, video, canvas, svg { display: block; max-width: 100%; }
img { height: auto; }
a { color: inherit; text-decoration: none; }
button, input, textarea, select { font: inherit; }
button { color: inherit; }
::selection { background: var(--gold-300); color: var(--emerald-950); }

.skip-link {
  position: fixed;
  top: 12px;
  left: 12px;
  z-index: 9999;
  padding: 10px 16px;
  border-radius: 999px;
  background: var(--gold-200);
  color: var(--emerald-950);
  transform: translateY(-150%);
  transition: transform 0.2s ease;
}
.skip-link:focus { transform: translateY(0); }

:focus-visible { outline: 2px solid var(--gold-200); outline-offset: 5px; }

.shell { width: var(--shell); margin-inline: auto; }

.section-dark {
  position: relative;
  background: transparent;
  isolation: isolate;
}

.section-ivory {
  position: relative;
  isolation: isolate;
  color: var(--ink);
  background:
    radial-gradient(circle at 85% 15%, rgba(215, 183, 101, 0.25), transparent 25%),
    linear-gradient(140deg, #f8f5ed 0%, #e8e4da 100%);
}

.site-ambient {
  position: fixed;
  inset: 0;
  z-index: -5;
  pointer-events: none;
  overflow: hidden;
  background: var(--emerald-900);
  transition: background-color 1.3s var(--ease);
}

.site-ambient__glow {
  position: absolute;
  width: 80vw;
  height: 80vw;
  left: 35%;
  top: 10%;
  border-radius: 50%;
  background: radial-gradient(circle, rgba(198, 156, 67, 0.12), transparent 64%);
  filter: blur(24px);
  transform: translate3d(var(--ambient-x, 0), var(--ambient-y, 0), 0);
  transition: transform 0.6s var(--ease);
}

.site-ambient__grain {
  position: absolute;
  inset: -50%;
  opacity: 0.055;
  background-image: url("data:image/svg+xml,%3Csvg viewBox='0 0 180 180' xmlns='http://www.w3.org/2000/svg'%3E%3Cfilter id='n'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='.9' numOctaves='3' stitchTiles='stitch'/%3E%3C/filter%3E%3Crect width='100%25' height='100%25' filter='url(%23n)' opacity='.55'/%3E%3C/svg%3E");
  animation: grain 0.22s steps(2) infinite;
}

.site-ambient__vignette {
  position: absolute;
  inset: 0;
  background: radial-gradient(circle at 50% 42%, transparent 35%, rgba(0, 0, 0, 0.52) 115%);
}

@keyframes grain {
  0% { transform: translate(0, 0); }
  25% { transform: translate(2%, -3%); }
  50% { transform: translate(-3%, 2%); }
  75% { transform: translate(3%, 3%); }
  100% { transform: translate(-2%, -2%); }
}

.scroll-progress {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1000;
  width: 100%;
  height: 2px;
  transform-origin: left;
  pointer-events: none;
}
.scroll-progress span {
  display: block;
  width: 100%;
  height: 100%;
  transform: scaleX(0);
  transform-origin: left;
  background: linear-gradient(90deg, var(--gold-500), var(--gold-100), var(--gold-400));
  box-shadow: 0 0 16px rgba(236, 213, 142, 0.6);
}

/* Typography */
.eyebrow {
  margin: 0 0 22px;
  color: var(--gold-200);
  font-size: 0.68rem;
  font-weight: 600;
  line-height: 1.2;
  letter-spacing: 0.2em;
  text-transform: uppercase;
}
.eyebrow--dark { color: var(--gold-500); }

.display {
  margin: 0;
  max-width: 1050px;
  font-family: var(--display);
  font-size: clamp(3.2rem, 7vw, 8.2rem);
  font-weight: 400;
  line-height: 0.93;
  letter-spacing: -0.052em;
}
.display--dark { color: var(--ink); }

.lead {
  max-width: 670px;
  color: rgba(244, 241, 233, 0.72);
  font-size: clamp(1.05rem, 1.45vw, 1.35rem);
  font-weight: 300;
  line-height: 1.75;
}

.section-marker {
  display: flex;
  align-items: center;
  gap: 16px;
  height: max-content;
  color: rgba(244, 241, 233, 0.54);
  font-size: 0.68rem;
  letter-spacing: 0.16em;
  text-transform: uppercase;
}
.section-marker span { color: var(--gold-300); }
.section-marker p { margin: 0; white-space: nowrap; }
.section-marker::after {
  width: 44px;
  height: 1px;
  content: "";
  background: var(--line);
}
.section-marker--dark { color: rgba(20, 32, 25, 0.58); }
.section-marker--dark span { color: var(--gold-500); }
.section-marker--dark::after { background: rgba(20, 32, 25, 0.2); }

.section-head {
  display: grid;
  grid-template-columns: minmax(150px, 0.35fr) 1fr;
  gap: 7vw;
  padding-block: clamp(110px, 14vw, 210px) clamp(70px, 8vw, 120px);
}

.text-link {
  display: inline-flex;
  align-items: center;
  gap: 22px;
  padding-bottom: 8px;
  border-bottom: 1px solid var(--line);
  color: var(--ivory);
  font-size: 0.78rem;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  transition: gap 0.4s var(--ease), border-color 0.3s ease;
}
.text-link:hover { gap: 32px; border-color: var(--gold-200); }

/* Glass system */
.glass-panel {
  border: 1px solid rgba(236, 213, 142, 0.24);
  background: linear-gradient(145deg, rgba(255, 255, 255, 0.09), rgba(4, 22, 17, 0.24));
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.13), 0 28px 80px rgba(0, 0, 0, 0.22);
  backdrop-filter: blur(24px) saturate(120%);
  -webkit-backdrop-filter: blur(24px) saturate(120%);
}

.fallback-host { position: relative; overflow: hidden; }
.fallback-host::before {
  position: absolute;
  inset: 0;
  z-index: -1;
  content: "";
  background:
    radial-gradient(circle at 72% 30%, rgba(215, 183, 101, 0.26), transparent 24%),
    linear-gradient(140deg, #0a261d, #020b08 70%);
}
.fallback-host.is-missing > img,
.fallback-host.is-missing > video { visibility: hidden; }

/* Header */
.site-header {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 900;
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 100%;
  height: var(--header-h);
  padding-inline: 4vw;
  border-bottom: 1px solid transparent;
  transition: transform 0.55s var(--ease), background 0.4s ease, border-color 0.4s ease, height 0.4s ease;
}
.site-header.is-solid {
  height: 72px;
  border-color: rgba(236, 213, 142, 0.12);
  background: rgba(3, 16, 12, 0.74);
  backdrop-filter: blur(18px);
  -webkit-backdrop-filter: blur(18px);
}
.brand { display: inline-flex; width: clamp(158px, 13vw, 188px); align-items: center; gap: 13px; }
.brand .brand__logo { width: 100%; height: auto; object-fit: contain; filter: drop-shadow(0 0 18px rgba(220, 167, 62, 0.22)); }

.primary-nav { display: flex; align-items: center; gap: clamp(25px, 2.8vw, 48px); }
.primary-nav a {
  position: relative;
  color: rgba(244, 241, 233, 0.76);
  font-size: 0.72rem;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  transition: color 0.3s ease;
}
.primary-nav a::after {
  position: absolute;
  right: 0;
  bottom: -7px;
  width: 0;
  height: 1px;
  content: "";
  background: var(--gold-200);
  transition: width 0.35s var(--ease);
}
.primary-nav a:hover { color: var(--ivory); }
.primary-nav a:hover::after { right: auto; left: 0; width: 100%; }
.primary-nav .nav-contact {
  padding: 11px 17px;
  border: 1px solid var(--line);
  border-radius: 999px;
  color: var(--gold-100);
}
.primary-nav .nav-contact::after { display: none; }
.nav-mobile-only { display: none; }

.menu-toggle {
  display: none;
  width: 46px;
  height: 46px;
  padding: 0;
  border: 1px solid var(--line);
  border-radius: 50%;
  background: rgba(4, 20, 15, 0.5);
}
.menu-toggle span {
  display: block;
  width: 18px;
  height: 1px;
  margin: 5px auto;
  background: var(--ivory);
  transition: transform 0.3s var(--ease);
}

/* Persistent section wayfinding */
.journey-nav {
  position: fixed;
  top: 50%;
  right: 24px;
  z-index: 720;
  display: grid;
  gap: 5px;
  padding: 10px 8px;
  border: 1px solid rgba(236, 213, 142, 0.16);
  border-radius: 999px;
  background: rgba(3, 16, 12, 0.62);
  box-shadow: 0 18px 50px rgba(0, 0, 0, 0.22), inset 0 1px 0 rgba(255, 255, 255, 0.06);
  backdrop-filter: blur(16px);
  -webkit-backdrop-filter: blur(16px);
  transform: translateY(-50%);
}
.journey-nav a {
  position: relative;
  display: grid;
  width: 28px;
  height: 28px;
  place-items: center;
}
.journey-nav a span {
  position: absolute;
  right: calc(100% + 10px);
  padding: 5px 9px;
  border: 1px solid rgba(236, 213, 142, 0.14);
  border-radius: 999px;
  color: var(--ivory);
  background: rgba(3, 16, 12, 0.84);
  font-size: 0.6rem;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  white-space: nowrap;
  opacity: 0;
  pointer-events: none;
  transform: translateX(8px);
  transition: opacity 0.25s ease, transform 0.25s var(--ease);
}
.journey-nav a i {
  width: 5px;
  height: 5px;
  border: 1px solid rgba(244, 241, 233, 0.55);
  border-radius: 50%;
  transition: width 0.3s var(--ease), height 0.3s var(--ease), border-color 0.3s ease, background 0.3s ease;
}
.journey-nav a:hover span,
.journey-nav a:focus-visible span,
.journey-nav a.is-active span { opacity: 1; transform: none; }
.journey-nav a:hover i,
.journey-nav a.is-active i { width: 9px; height: 9px; border-color: var(--gold-200); background: var(--gold-200); box-shadow: 0 0 14px rgba(243, 207, 109, 0.65); }

.mobile-quicknav { display: none; }

.back-to-top {
  position: fixed;
  right: 22px;
  bottom: 24px;
  z-index: 720;
  display: grid;
  width: 44px;
  height: 44px;
  place-items: center;
  border: 1px solid rgba(236, 213, 142, 0.22);
  border-radius: 50%;
  color: var(--gold-100);
  background: rgba(3, 16, 12, 0.72);
  box-shadow: 0 14px 40px rgba(0, 0, 0, 0.24);
  backdrop-filter: blur(14px);
  -webkit-backdrop-filter: blur(14px);
  opacity: 0;
  pointer-events: none;
  transform: translateY(12px);
  transition: opacity 0.3s ease, transform 0.35s var(--ease), background 0.3s ease;
}
.back-to-top:hover { background: rgba(24, 69, 53, 0.86); }
.back-to-top.is-visible { opacity: 1; pointer-events: auto; transform: none; }

/* Hero */
.hero {
  min-height: 100svh;
  overflow: hidden;
  background: #04110d;
}
.hero__media, .hero__scrim, .hero__beam, .hero__orbital { position: absolute; inset: 0; }
.hero__media video {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
  filter: saturate(0.82) contrast(1.08);
  transform: scale(1.04);
}
.hero__scrim {
  z-index: 1;
  background:
    linear-gradient(90deg, rgba(2, 11, 8, 0.9) 0%, rgba(2, 14, 10, 0.56) 44%, rgba(1, 9, 7, 0.22) 72%),
    linear-gradient(180deg, rgba(0, 0, 0, 0.2), transparent 36%, rgba(2, 10, 8, 0.68));
}
.hero__beam {
  z-index: 2;
  left: 44%;
  width: 76%;
  opacity: 0.7;
  background: radial-gradient(ellipse at var(--hero-x, 50%) var(--hero-y, 48%), rgba(242, 211, 118, 0.25), transparent 42%);
  filter: blur(10px);
  transform: translate3d(calc((var(--mx, 0) - 0.5) * 2vw), calc((var(--my, 0) - 0.5) * 1vw), 0);
}
.hero__orbital { z-index: 2; left: 52%; pointer-events: none; perspective: 1000px; }
.hero__orbital span {
  position: absolute;
  top: 50%;
  left: 50%;
  width: clamp(300px, 48vw, 820px);
  aspect-ratio: 1;
  border: 1px solid rgba(236, 213, 142, 0.14);
  border-radius: 50%;
  transform: translate(-50%, -50%) rotateX(67deg) rotateZ(var(--ring, 0deg));
}
.hero__orbital span:nth-child(2) { width: clamp(220px, 35vw, 620px); transform: translate(-50%, -50%) rotateY(63deg) rotateZ(28deg); }
.hero__orbital span:nth-child(3) { width: clamp(130px, 20vw, 360px); border-color: rgba(236, 213, 142, 0.28); box-shadow: 0 0 40px rgba(215, 183, 101, 0.08); }

.hero__content {
  position: relative;
  z-index: 4;
  display: flex;
  flex-direction: column;
  justify-content: center;
  min-height: 100svh;
  padding-top: var(--header-h);
  padding-bottom: 10vh;
}
.hero__eyebrow { overflow: hidden; }
.hero__eyebrow span { display: block; }

.hero__title {
  max-width: 980px;
  margin: 0;
  font-family: var(--display);
  font-weight: 400;
  line-height: 0.84;
  letter-spacing: -0.062em;
}
.hero__title-line {
  display: block;
  font-size: clamp(4.2rem, 9.7vw, 10.5rem);
  transform-origin: left center;
}
.hero__title-line--gold {
  color: transparent;
  background: linear-gradient(105deg, var(--gold-100), var(--gold-300) 45%, #8f6d2b 100%);
  -webkit-background-clip: text;
  background-clip: text;
  font-style: italic;
}
.hero__title-line--small {
  margin-top: 0.18em;
  font-family: var(--sans);
  font-size: clamp(1.15rem, 2.3vw, 2.1rem);
  font-weight: 300;
  line-height: 1.1;
  letter-spacing: 0.04em;
}
.hero__sub {
  display: flex;
  align-items: center;
  gap: 13px;
  margin: 32px 0 0;
  color: rgba(244, 241, 233, 0.7);
  font-size: 0.72rem;
  letter-spacing: 0.13em;
  text-transform: uppercase;
}
.hero__sub i { width: 3px; height: 3px; border-radius: 50%; background: var(--gold-300); }

.hero__actions { display: flex; flex-wrap: wrap; gap: 12px; margin-top: 36px; }
.button {
  display: inline-flex;
  align-items: center;
  justify-content: space-between;
  min-width: 205px;
  padding: 15px 18px 15px 22px;
  border: 1px solid transparent;
  border-radius: 999px;
  font-size: 0.72rem;
  font-weight: 600;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  transition: transform 0.35s var(--ease), background 0.35s ease, border-color 0.35s ease;
}
.button b {
  display: grid;
  width: 28px;
  height: 28px;
  place-items: center;
  border-radius: 50%;
  font-size: 0.85rem;
  transition: transform 0.35s var(--ease);
}
.button:hover { transform: translateY(-3px); }
.button:hover b { transform: rotate(45deg); }
.button--gold { background: linear-gradient(110deg, var(--gold-100), var(--gold-300)); color: var(--emerald-950); }
.button--gold b { background: rgba(6, 19, 15, 0.12); }
.button--glass { border-color: rgba(236, 213, 142, 0.28); background: rgba(5, 25, 19, 0.26); backdrop-filter: blur(15px); }
.button--glass b { background: rgba(255, 255, 255, 0.08); }

.hero-widget {
  position: absolute;
  right: 4vw;
  bottom: 8vh;
  z-index: 5;
  width: min(29vw, 380px);
  padding: 24px;
  border-radius: var(--radius-md);
}
.hero-widget__index { color: var(--gold-200); font-size: 0.62rem; letter-spacing: 0.14em; }
.hero-widget p { margin: 28px 0; color: rgba(244, 241, 233, 0.76); font-size: 0.92rem; line-height: 1.65; }
.hero-widget__meta { display: flex; flex-wrap: wrap; gap: 13px; padding-top: 16px; border-top: 1px solid var(--line-soft); color: rgba(244, 241, 233, 0.52); font-size: 0.58rem; letter-spacing: 0.12em; text-transform: uppercase; }

.scroll-cue {
  position: absolute;
  bottom: 28px;
  left: 4vw;
  z-index: 5;
  display: flex;
  align-items: center;
  gap: 14px;
  color: rgba(244, 241, 233, 0.48);
  font-size: 0.6rem;
  letter-spacing: 0.15em;
  text-transform: uppercase;
}
.scroll-cue i { position: relative; width: 54px; height: 1px; overflow: hidden; background: rgba(255, 255, 255, 0.17); }
.scroll-cue i::after { position: absolute; inset: 0; content: ""; background: var(--gold-200); transform: translateX(-100%); animation: cue 2s var(--ease) infinite; }
@keyframes cue { 0%, 20% { transform: translateX(-100%); } 70%, 100% { transform: translateX(100%); } }

/* Manifesto */
.manifesto { overflow: hidden; padding-top: clamp(130px, 16vw, 250px); }
.manifesto__grid { display: grid; grid-template-columns: minmax(150px, 0.35fr) 1fr; gap: 7vw; }
.manifesto__copy .display { max-width: 1150px; }
.manifesto__foot {
  display: grid;
  grid-template-columns: minmax(300px, 620px) auto;
  align-items: end;
  justify-content: space-between;
  gap: 60px;
  margin-top: clamp(55px, 8vw, 120px);
  padding-top: 36px;
  border-top: 1px solid var(--line-soft);
}
.manifesto__foot p { margin: 0; color: rgba(244, 241, 233, 0.62); font-size: 1.06rem; font-weight: 300; line-height: 1.8; }

.brand-reference {
  display: grid;
  grid-template-columns: minmax(290px, 0.38fr) minmax(0, 0.62fr);
  gap: 22px;
  margin-top: clamp(95px, 12vw, 180px);
}
.brand-reference figure { position: relative; margin: 0; overflow: hidden; border: 1px solid rgba(243, 207, 109, 0.16); border-radius: var(--radius-md); background: #051109; box-shadow: 0 35px 90px rgba(0, 0, 0, 0.25); }
.brand-reference figure::after { position: absolute; inset: 0; content: ""; pointer-events: none; background: linear-gradient(140deg, transparent 56%, rgba(243, 207, 109, 0.09)); }
.brand-reference img { width: 100%; height: 100%; object-fit: cover; transition: transform 1.4s var(--ease); }
.brand-reference figure:hover img { transform: scale(1.025); }
.brand-reference__mark { aspect-ratio: 1; }
.brand-reference__story { min-height: 100%; }
.brand-reference__mark figcaption {
  position: absolute;
  right: 18px;
  bottom: 18px;
  left: 18px;
  z-index: 2;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 14px 16px;
  border: 1px solid rgba(243, 207, 109, 0.2);
  border-radius: 12px;
  background: rgba(3, 15, 8, 0.66);
  backdrop-filter: blur(16px);
}
.brand-reference__mark figcaption span,
.brand-reference__story figcaption span { color: var(--gold-200); font-size: 0.58rem; letter-spacing: 0.14em; text-transform: uppercase; }
.brand-reference__mark figcaption b { font-family: var(--display); font-size: 1rem; font-weight: 400; }
.brand-reference__story figcaption {
  position: absolute;
  right: 18px;
  bottom: 18px;
  left: 18px;
  z-index: 2;
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 12px;
  padding: 17px 20px;
  border: 1px solid rgba(243, 207, 109, 0.2);
  border-radius: 12px;
  background: rgba(3, 15, 8, 0.74);
  backdrop-filter: blur(18px);
}
.brand-reference__story figcaption p { display: grid; gap: 4px; margin: 0; color: rgba(244, 241, 233, 0.72); font-size: 0.69rem; line-height: 1.45; }

.studio-proof {
  position: relative;
  min-height: min(76vh, 780px);
  margin-top: clamp(28px, 3vw, 46px);
  margin-bottom: 0;
  overflow: hidden;
  border: 1px solid rgba(243, 207, 109, 0.16);
  border-radius: var(--radius-lg);
  background: #07130f;
  box-shadow: 0 38px 100px rgba(0, 0, 0, 0.3);
}
.studio-proof > img {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 1.8s var(--ease), filter 0.8s ease;
}
.studio-proof:hover > img { transform: scale(1.025); filter: saturate(1.06); }
.studio-proof__shade {
  position: absolute;
  inset: 0;
  background: linear-gradient(90deg, rgba(2, 12, 9, 0.96) 0%, rgba(2, 12, 9, 0.82) 33%, rgba(2, 12, 9, 0.12) 72%), linear-gradient(0deg, rgba(2, 12, 9, 0.5), transparent 55%);
}
.studio-proof__copy {
  position: absolute;
  top: 50%;
  left: clamp(30px, 5.5vw, 86px);
  z-index: 2;
  width: min(42%, 540px);
  transform: translateY(-50%);
}
.studio-proof__copy h3 {
  margin: 0;
  font-family: var(--display);
  font-size: clamp(3.1rem, 5.5vw, 6.4rem);
  font-weight: 400;
  line-height: 0.88;
  letter-spacing: -0.055em;
}
.studio-proof__copy > p:not(.eyebrow) { margin: 32px 0 0; color: rgba(244, 241, 233, 0.68); font-size: clamp(0.95rem, 1.2vw, 1.12rem); font-weight: 300; line-height: 1.75; }
.studio-proof__facts { display: grid; gap: 0; margin-top: 34px; border-top: 1px solid rgba(255, 255, 255, 0.14); }
.studio-proof__facts span { display: flex; gap: 18px; padding: 12px 0; border-bottom: 1px solid rgba(255, 255, 255, 0.1); color: rgba(244, 241, 233, 0.72); font-size: 0.65rem; letter-spacing: 0.09em; text-transform: uppercase; }
.studio-proof__facts b { color: var(--gold-300); font-weight: 500; }

.marquee { margin-top: clamp(130px, 16vw, 250px); overflow: hidden; border-block: 1px solid var(--line-soft); }
.marquee div { display: flex; align-items: center; width: max-content; padding: 26px 0; animation: marquee 28s linear infinite; }
.marquee span { padding-inline: 3vw; font-family: var(--display); font-size: clamp(2.2rem, 4vw, 5rem); font-style: italic; color: rgba(244, 241, 233, 0.22); }
.marquee i { color: var(--gold-400); font-size: 1rem; }
@keyframes marquee { to { transform: translateX(-50%); } }

/* Services */
.services { padding-bottom: clamp(110px, 15vw, 220px); }
.services__grid { display: grid; grid-template-columns: repeat(4, 1fr); }
.service-card {
  position: relative;
  min-height: 360px;
  padding: clamp(24px, 2.3vw, 38px);
  border-top: 1px solid var(--line-soft);
  border-right: 1px solid var(--line-soft);
  background: rgba(4, 19, 15, 0.18);
  transform-style: preserve-3d;
  transition: background 0.5s ease, border-color 0.5s ease;
}
.service-card:nth-child(4n + 1) { border-left: 1px solid var(--line-soft); }
.service-card:nth-child(n + 5) { border-bottom: 1px solid var(--line-soft); }
.service-card::before {
  position: absolute;
  inset: 0;
  content: "";
  opacity: 0;
  background: radial-gradient(circle at var(--card-x, 50%) var(--card-y, 50%), rgba(215, 183, 101, 0.2), transparent 48%);
  transition: opacity 0.4s ease;
}
.service-card:hover { background: rgba(16, 57, 43, 0.32); border-color: rgba(236, 213, 142, 0.28); }
.service-card:hover::before { opacity: 1; }
.service-card__number { color: rgba(244, 241, 233, 0.42); font-size: 0.62rem; letter-spacing: 0.14em; }
.service-card__icon { position: absolute; top: 29px; right: 30px; color: var(--gold-300); font-size: 1.7rem; font-weight: 200; }
.service-card h3 { position: relative; margin: 145px 0 20px; font-family: var(--display); font-size: clamp(1.8rem, 2.3vw, 2.6rem); font-weight: 400; line-height: 1; letter-spacing: -0.03em; }
.service-card p { position: relative; margin: 0; color: rgba(244, 241, 233, 0.55); font-size: 0.87rem; font-weight: 300; line-height: 1.7; }
.service-card a { position: absolute; right: 30px; bottom: 28px; left: 30px; display: flex; justify-content: space-between; color: var(--gold-200); font-size: 0.66rem; letter-spacing: 0.13em; text-transform: uppercase; }
.service-card--feature { grid-row: span 2; min-height: 720px; background: linear-gradient(165deg, rgba(26, 78, 59, 0.5), rgba(4, 19, 15, 0.16)); }
.service-card--feature h3 { margin-top: 360px; font-size: clamp(2.7rem, 4vw, 5rem); }

/* 3D experience — cinematic without trapping the page scroll */
.immersive { min-height: auto; padding-block: clamp(100px, 12vw, 180px); }
.immersive__sticky { position: relative; min-height: 100svh; overflow: hidden; }
.immersive__visual { position: absolute; inset: 0 0 0 38%; }
.immersive__visual::after { position: absolute; inset: 0; content: ""; background: linear-gradient(90deg, #03100d 0%, transparent 40%), linear-gradient(0deg, rgba(3, 16, 13, 0.4), transparent 40%); }
.immersive__visual img { width: 100%; height: 100%; object-fit: cover; opacity: 0.34; filter: saturate(0.7) contrast(1.1); }
.immersive__halo { position: absolute; top: 50%; left: 56%; width: 38vw; aspect-ratio: 1; border: 1px solid rgba(236, 213, 142, 0.12); border-radius: 50%; box-shadow: 0 0 120px rgba(215, 183, 101, 0.11), inset 0 0 80px rgba(215, 183, 101, 0.06); transform: translate(-50%, -50%); }
.immersive__content { position: relative; z-index: 3; display: grid; grid-template-columns: minmax(145px, 0.32fr) minmax(300px, 580px); gap: 5vw; align-content: center; min-height: 100svh; }
.immersive__copy .display { font-size: clamp(3.4rem, 6.6vw, 7.8rem); }
.detail-list { margin: 48px 0 0; padding: 0; list-style: none; border-top: 1px solid var(--line-soft); }
.detail-list li { display: flex; gap: 20px; padding: 17px 0; border-bottom: 1px solid var(--line-soft); color: rgba(244, 241, 233, 0.72); font-size: 0.82rem; letter-spacing: 0.04em; }
.detail-list span { color: var(--gold-300); font-size: 0.62rem; }

/* Editorial apps */
.editorial-feature { padding-block: clamp(130px, 16vw, 240px); }
.editorial-feature__grid { display: grid; grid-template-columns: 1.1fr 0.9fr; align-items: center; gap: clamp(50px, 8vw, 140px); }
.editorial-feature__media { min-height: min(78vh, 820px); border-radius: var(--radius-lg); box-shadow: 0 45px 120px rgba(0, 0, 0, 0.34); }
.editorial-feature__media::after { position: absolute; inset: 0; content: ""; background: linear-gradient(180deg, transparent 55%, rgba(1, 10, 7, 0.72)); }
.editorial-feature__media img { width: 100%; height: 100%; min-height: inherit; object-fit: cover; }
.media-label { position: absolute; right: 24px; bottom: 24px; left: 24px; z-index: 2; display: flex; justify-content: space-between; padding: 18px 20px; border-radius: var(--radius-sm); font-size: 0.63rem; letter-spacing: 0.1em; text-transform: uppercase; }
.media-label span { color: rgba(244, 241, 233, 0.54); }
.media-label b { color: var(--gold-100); font-weight: 500; }
.editorial-feature__copy .section-marker { margin-bottom: 80px; }
.editorial-feature__copy .display { font-size: clamp(3.2rem, 5.4vw, 6.4rem); }
.feature-stats { display: grid; grid-template-columns: repeat(2, 1fr); gap: 28px; margin-top: 56px; padding-top: 30px; border-top: 1px solid var(--line-soft); }
.feature-stats strong { display: block; color: var(--gold-200); font-family: var(--display); font-size: 3rem; font-weight: 400; line-height: 1; }
.feature-stats span { display: block; margin-top: 10px; color: rgba(244, 241, 233, 0.46); font-size: 0.62rem; letter-spacing: 0.09em; text-transform: uppercase; }

/* SaaS */
.saas { padding-block: clamp(120px, 14vw, 210px); overflow: hidden; }
.saas::after { position: absolute; right: -14vw; bottom: -34vw; z-index: -1; width: 70vw; aspect-ratio: 1; border: 1px solid rgba(141, 105, 39, 0.15); border-radius: 50%; content: ""; box-shadow: 0 0 0 80px rgba(141, 105, 39, 0.035), 0 0 0 160px rgba(141, 105, 39, 0.025); }
.saas__top { display: grid; grid-template-columns: minmax(150px, 0.35fr) 1fr; gap: 7vw; }
.saas__top .display { max-width: 1100px; }
.saas__stage { display: grid; grid-template-columns: repeat(3, 1fr); gap: 20px; margin-top: clamp(80px, 10vw, 150px); perspective: 1400px; }
.saas-layer { min-height: 430px; padding: clamp(26px, 3vw, 48px); border: 1px solid rgba(20, 32, 25, 0.12); border-radius: var(--radius-md); background: rgba(255, 255, 255, 0.48); box-shadow: 0 28px 65px rgba(31, 49, 39, 0.08); }
.saas-layer--two { transform: translateY(35px); }
.saas-layer--three { transform: translateY(70px); background: var(--emerald-800); color: var(--ivory); }
.saas-layer > span { color: var(--gold-500); font-size: 0.67rem; letter-spacing: 0.16em; }
.saas-layer h3 { margin: 200px 0 20px; font-family: var(--display); font-size: clamp(2.2rem, 3vw, 3.4rem); font-weight: 400; line-height: 1; }
.saas-layer p { max-width: 320px; margin: 0; color: rgba(20, 32, 25, 0.6); font-size: 0.9rem; line-height: 1.7; }
.saas-layer--three p { color: rgba(244, 241, 233, 0.62); }

/* AI feature */
.ai-feature { min-height: 115vh; overflow: hidden; }
.ai-feature__backdrop, .ai-feature__wash { position: absolute; inset: 0; }
.ai-feature__backdrop img { width: 100%; height: 100%; object-fit: cover; filter: saturate(0.8) contrast(1.08); }
.ai-feature__wash { z-index: 1; background: linear-gradient(90deg, rgba(2, 12, 9, 0.96) 4%, rgba(2, 12, 9, 0.78) 40%, rgba(2, 12, 9, 0.08) 79%), linear-gradient(0deg, rgba(2, 12, 9, 0.66), transparent 48%); }
.ai-feature__content { position: relative; z-index: 2; display: grid; grid-template-columns: minmax(150px, 0.35fr) minmax(350px, 710px); gap: 7vw; align-content: center; min-height: 115vh; }
.ai-feature__copy .display { font-size: clamp(3.4rem, 6.5vw, 7.5rem); }
.pill-row { display: flex; flex-wrap: wrap; gap: 8px; margin-top: 45px; }
.pill-row span { padding: 10px 14px; border: 1px solid var(--line); border-radius: 999px; background: rgba(7, 29, 22, 0.35); color: rgba(244, 241, 233, 0.66); font-size: 0.62rem; letter-spacing: 0.11em; text-transform: uppercase; backdrop-filter: blur(12px); }

/* Selected work */
.work { padding-bottom: clamp(130px, 16vw, 250px); }
.work__list { display: grid; grid-template-columns: repeat(12, 1fr); gap: clamp(28px, 4vw, 62px) 28px; }
.work-card { grid-column: span 7; }
.work-card:nth-child(2) { grid-column: 7 / span 6; margin-top: 14vw; }
.work-card:nth-child(3) { grid-column: 2 / span 6; margin-top: 3vw; }
.work-card__media { aspect-ratio: 16 / 10; border-radius: var(--radius-md); background: #0a261d; }
.work-card__media::after { position: absolute; inset: 0; content: ""; border: 1px solid rgba(236, 213, 142, 0.12); border-radius: inherit; background: linear-gradient(140deg, transparent 45%, rgba(215, 183, 101, 0.12)); pointer-events: none; }
.work-card__media img { width: 100%; height: 100%; object-fit: cover; transition: transform 1.2s var(--ease), filter 0.7s ease; }
.work-card:hover .work-card__media img { transform: scale(1.045); filter: saturate(1.12); }
.work-card__meta { position: relative; padding: 24px 50px 0 0; }
.work-card__meta span { color: rgba(244, 241, 233, 0.46); font-size: 0.62rem; letter-spacing: 0.12em; text-transform: uppercase; }
.work-card__meta h3 { margin: 9px 0 0; font-family: var(--display); font-size: clamp(2rem, 3.5vw, 4.1rem); font-weight: 400; line-height: 1; }
.work-card__meta b { position: absolute; right: 0; bottom: 4px; display: grid; width: 42px; height: 42px; place-items: center; border: 1px solid var(--line); border-radius: 50%; color: var(--gold-200); transition: transform 0.45s var(--ease), background 0.3s ease; }
.work-card:hover .work-card__meta b { transform: rotate(45deg); background: rgba(215, 183, 101, 0.12); }
.work__note { margin-top: 75px; color: rgba(244, 241, 233, 0.36); font-size: 0.68rem; letter-spacing: 0.05em; }
.work__footer { display: flex; align-items: center; justify-content: space-between; gap: 30px; margin-top: 75px; }
.work__footer .work__note { max-width: 680px; margin: 0; }
.work__footer .button { flex: 0 0 auto; }

/* Process */
.process { padding-bottom: clamp(140px, 18vw, 270px); }
.process-photo {
  position: relative;
  aspect-ratio: 16 / 8;
  margin-top: 0;
  margin-bottom: clamp(65px, 8vw, 120px);
  overflow: hidden;
  border: 1px solid rgba(236, 213, 142, 0.15);
  border-radius: var(--radius-lg);
  background: #071711;
}
.process-photo::after { position: absolute; inset: 0; content: ""; background: linear-gradient(0deg, rgba(2, 12, 9, 0.65), transparent 48%); pointer-events: none; }
.process-photo img { width: 100%; height: 100%; object-fit: cover; transition: transform 1.5s var(--ease); }
.process-photo:hover img { transform: scale(1.025); }
.process-photo figcaption {
  position: absolute;
  right: clamp(22px, 4vw, 62px);
  bottom: clamp(22px, 4vw, 52px);
  left: clamp(22px, 4vw, 62px);
  z-index: 2;
  display: flex;
  align-items: end;
  justify-content: space-between;
  gap: 30px;
}
.process-photo figcaption span { color: var(--gold-200); font-size: 0.62rem; letter-spacing: 0.14em; text-transform: uppercase; }
.process-photo figcaption b { max-width: 520px; color: var(--ivory); font-family: var(--display); font-size: clamp(1.5rem, 2.5vw, 3rem); font-weight: 400; line-height: 1.05; text-align: right; }
.process__rail { border-top: 1px solid var(--line-soft); }
.process-step { display: grid; grid-template-columns: 0.25fr 1fr; gap: 40px; padding: 42px 0; border-bottom: 1px solid var(--line-soft); transition: padding-left 0.5s var(--ease), background 0.4s ease; }
.process-step:hover { padding-left: 24px; background: linear-gradient(90deg, rgba(215, 183, 101, 0.07), transparent 60%); }
.process-step > span { color: var(--gold-300); font-size: 0.68rem; letter-spacing: 0.16em; }
.process-step > div { display: grid; grid-template-columns: 0.55fr 0.8fr; align-items: start; gap: 40px; }
.process-step h3 { margin: 0; font-family: var(--display); font-size: clamp(2.3rem, 4vw, 4.7rem); font-weight: 400; line-height: 0.9; }
.process-step p { max-width: 460px; margin: 0; color: rgba(244, 241, 233, 0.54); font-weight: 300; line-height: 1.8; }

/* Support */
.support { padding-bottom: clamp(130px, 16vw, 250px); }
.support__panel { display: grid; grid-template-columns: 1.08fr 0.92fr; gap: clamp(60px, 9vw, 150px); padding: clamp(38px, 6.5vw, 105px); border-radius: var(--radius-lg); background: linear-gradient(140deg, rgba(17, 58, 44, 0.54), rgba(3, 18, 14, 0.4)); }
.support__intro .section-marker { margin-bottom: 90px; }
.support__intro .display { font-size: clamp(3.5rem, 6.3vw, 7.1rem); }
.support__copy { align-self: end; }
.support__copy > p { margin: 0 0 60px; color: rgba(244, 241, 233, 0.66); font-size: clamp(1.1rem, 1.6vw, 1.4rem); font-weight: 300; line-height: 1.75; }
.support__copy ul { margin: 0; padding: 0; list-style: none; }
.support__copy li { display: flex; justify-content: space-between; gap: 24px; padding: 18px 0; border-top: 1px solid var(--line-soft); font-size: 0.7rem; letter-spacing: 0.07em; text-transform: uppercase; }
.support__copy li span { color: rgba(244, 241, 233, 0.42); }
.support__copy li b { color: var(--gold-100); font-weight: 500; text-align: right; }

/* Contact */
.contact { min-height: 130vh; overflow: hidden; }
.contact__media, .contact__wash { position: absolute; inset: 0; }
.contact__media img { width: 100%; height: 100%; object-fit: cover; transform: scale(1.08); filter: saturate(0.72) brightness(0.66); }
.contact__wash { z-index: 1; background: radial-gradient(circle at 68% 50%, rgba(19, 79, 58, 0.1), rgba(1, 9, 7, 0.72) 58%), linear-gradient(0deg, rgba(2, 11, 8, 0.9), transparent 50%); }
.contact__content { position: relative; z-index: 2; display: grid; align-content: center; min-height: 130vh; }
.contact__title { margin: 0; font-family: var(--display); font-size: clamp(4.3rem, 10vw, 11.6rem); font-weight: 400; line-height: 0.8; letter-spacing: -0.065em; }
.contact__title em { color: transparent; background: linear-gradient(105deg, var(--gold-100), var(--gold-300) 60%, var(--gold-500)); -webkit-background-clip: text; background-clip: text; font-weight: 400; }
.contact-orb { position: absolute; right: 8%; bottom: 23%; display: flex; align-items: center; justify-content: center; width: clamp(150px, 16vw, 230px); aspect-ratio: 1; border: 1px solid rgba(236, 213, 142, 0.45); border-radius: 50%; background: rgba(7, 32, 24, 0.48); box-shadow: inset 0 0 45px rgba(236, 213, 142, 0.06), 0 0 80px rgba(0, 0, 0, 0.28); backdrop-filter: blur(18px); transition: transform 0.55s var(--ease), background 0.4s ease; }
.contact-orb::before { position: absolute; inset: 10px; border: 1px solid rgba(236, 213, 142, 0.14); border-radius: 50%; content: ""; }
.contact-orb span { font-family: var(--display); font-size: clamp(1.35rem, 2.1vw, 2rem); line-height: 1.05; text-align: center; }
.contact-orb b { position: absolute; top: 22%; right: 22%; color: var(--gold-200); font-weight: 400; }
.contact-orb:hover { transform: scale(1.06) rotate(3deg); background: rgba(20, 70, 53, 0.64); }
.contact__details { position: absolute; bottom: 6vh; left: 0; display: flex; gap: 46px; color: rgba(244, 241, 233, 0.46); font-size: 0.66rem; letter-spacing: 0.12em; text-transform: uppercase; }
.contact__details a { color: var(--gold-200); }

/* Footer */
.site-footer { position: relative; z-index: 2; padding: 90px 0 26px; border-top: 1px solid var(--line-soft); background: #020a08; }
.site-footer__top { display: grid; grid-template-columns: 1fr 1fr 1.2fr; gap: 60px; align-items: start; padding-bottom: 90px; }
.brand--footer { width: min(230px, 100%); }
.site-footer__top > p { margin: 0; color: rgba(244, 241, 233, 0.48); font-family: var(--display); font-size: 1.5rem; line-height: 1.35; }
.site-footer__links { display: grid; grid-template-columns: repeat(2, 1fr); gap: 40px; }
.site-footer__links div { display: flex; flex-direction: column; gap: 10px; }
.site-footer__links span { margin-bottom: 7px; color: var(--gold-300); font-size: 0.6rem; letter-spacing: 0.14em; text-transform: uppercase; }
.site-footer__links a { width: max-content; color: rgba(244, 241, 233, 0.56); font-size: 0.8rem; transition: color 0.3s ease; }
.site-footer__links a:hover { color: var(--ivory); }
.site-footer__bottom { display: grid; grid-template-columns: 1fr 1fr auto; gap: 20px; padding-top: 24px; border-top: 1px solid var(--line-soft); color: rgba(244, 241, 233, 0.32); font-size: 0.6rem; letter-spacing: 0.09em; text-transform: uppercase; }
.site-footer__bottom p { margin: 0; }
.site-footer__bottom a { color: var(--gold-300); }

/* Animation setup — visible by default, hidden only when JS is active */
.js .reveal { opacity: 0; transform: translateY(30px); }
.js .reveal-media { opacity: 0; transform: translateY(55px) scale(0.97); }
.word-mask { display: inline-block; overflow: hidden; vertical-align: top; }
.word-mask > span { display: inline-block; will-change: transform; }

/* Tablet */
@media (max-width: 1100px) {
  :root { --shell: min(92vw, 960px); }
  .journey-nav { display: none; }
  .services__grid { grid-template-columns: repeat(2, 1fr); }
  .service-card:nth-child(4n + 1) { border-left: 0; }
  .service-card:nth-child(odd) { border-left: 1px solid var(--line-soft); }
  .service-card:nth-child(n + 5) { border-bottom: 0; }
  .service-card:nth-last-child(-n + 2) { border-bottom: 1px solid var(--line-soft); }
  .service-card--feature { grid-row: span 1; min-height: 430px; }
  .service-card--feature h3 { margin-top: 180px; font-size: clamp(2.6rem, 5vw, 4.2rem); }
  .hero-widget { width: min(34vw, 340px); }
  .immersive__visual { inset-left: 32%; }
  .editorial-feature__grid { grid-template-columns: 1fr 0.9fr; gap: 6vw; }
  .editorial-feature__copy .section-marker { margin-bottom: 50px; }
  .support__panel { grid-template-columns: 1fr 0.9fr; }
}

/* Mobile navigation and layouts */
@media (max-width: 820px) {
  :root { --header-h: 76px; --radius-lg: 28px; }
  html { scroll-padding-top: 72px; }
  main section[id] { scroll-margin-top: 72px; }
  body { padding-bottom: 74px; }
  .site-header { padding-inline: 5vw; }
  .site-header.is-solid { height: 66px; }
  .brand { width: 148px; }
  .brand--footer { width: 205px; }
  .menu-toggle { position: relative; z-index: 3; display: block; }
  .menu-toggle[aria-expanded="true"] span:first-child { transform: translateY(3px) rotate(45deg); }
  .menu-toggle[aria-expanded="true"] span:last-child { transform: translateY(-3px) rotate(-45deg); }
  .primary-nav {
    position: fixed;
    inset: 0;
    z-index: 2;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: flex-start;
    gap: 0;
    padding: 94px 8vw 105px;
    overflow-y: auto;
    visibility: hidden;
    opacity: 0;
    background: rgba(2, 13, 10, 0.97);
    backdrop-filter: blur(22px);
    transform: translateY(-20px);
    transition: opacity 0.4s ease, transform 0.5s var(--ease), visibility 0.5s;
  }
  .primary-nav.is-open { visibility: visible; opacity: 1; transform: none; }
  .primary-nav a { width: 100%; padding: 5px 0; font-family: var(--display); font-size: clamp(1.9rem, 6.5vw, 3.5rem); font-weight: 400; line-height: 1.12; letter-spacing: -0.03em; text-transform: none; }
  .primary-nav .nav-mobile-only { display: block; }
  .primary-nav .nav-contact { width: auto; margin-top: 14px; padding: 11px 18px; font-family: var(--sans); font-size: 0.68rem; letter-spacing: 0.12em; text-transform: uppercase; }

  .mobile-quicknav {
    position: fixed;
    right: 12px;
    bottom: max(10px, env(safe-area-inset-bottom));
    left: 12px;
    z-index: 740;
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    padding: 7px;
    border: 1px solid rgba(236, 213, 142, 0.19);
    border-radius: 18px;
    background: rgba(3, 16, 12, 0.82);
    box-shadow: 0 14px 50px rgba(0, 0, 0, 0.34), inset 0 1px 0 rgba(255, 255, 255, 0.06);
    backdrop-filter: blur(18px);
    -webkit-backdrop-filter: blur(18px);
  }
  .mobile-quicknav a {
    padding: 8px 3px;
    border-radius: 12px;
    color: rgba(244, 241, 233, 0.58);
    font-size: 0.61rem;
    font-weight: 600;
    letter-spacing: 0.08em;
    text-align: center;
    text-transform: uppercase;
    transition: color 0.25s ease, background 0.25s ease;
  }
  .mobile-quicknav a.is-active { color: var(--gold-100); background: rgba(215, 183, 101, 0.1); }
  .back-to-top { display: none; }

  .section-head, .manifesto__grid, .saas__top, .ai-feature__content { grid-template-columns: 1fr; gap: 50px; }
  .section-head { padding-block: 110px 65px; }
  .display { font-size: clamp(3.15rem, 12vw, 6rem); }
  .section-marker::after { flex: 0 0 38px; }

  .hero__content { justify-content: flex-end; padding-bottom: 20vh; }
  .hero__title-line { font-size: clamp(4.2rem, 16vw, 7rem); line-height: 0.85; }
  .hero__title-line--small { font-size: 1.08rem; }
  .hero__scrim { background: linear-gradient(180deg, rgba(1, 8, 6, 0.2), rgba(2, 13, 10, 0.45) 35%, rgba(2, 10, 8, 0.92) 88%); }
  .hero__orbital { left: 0; top: -20%; }
  .hero__orbital span { width: 80vw; }
  .hero-widget { display: none; }
  .scroll-cue { right: 5vw; bottom: 25px; left: auto; }

  .manifesto { padding-top: 120px; }
  .manifesto__foot { grid-template-columns: 1fr; gap: 35px; }
  .brand-reference { grid-template-columns: 1fr; }
  .brand-reference__story { min-height: 56vw; }
  .studio-proof { min-height: 730px; margin-top: 22px; }
  .studio-proof > img { object-position: 66% center; }
  .studio-proof__shade { background: linear-gradient(0deg, rgba(2, 12, 9, 0.98) 4%, rgba(2, 12, 9, 0.82) 48%, rgba(2, 12, 9, 0.12) 82%); }
  .studio-proof__copy { top: auto; right: 25px; bottom: 34px; left: 25px; width: auto; transform: none; }
  .studio-proof__copy h3 { font-size: clamp(3rem, 12vw, 5rem); }
  .studio-proof__copy > p:not(.eyebrow) { margin-top: 24px; }
  .studio-proof__facts { margin-top: 25px; }
  .marquee { margin-top: 120px; }

  .services__grid { grid-template-columns: 1fr; }
  .service-card, .service-card--feature { min-height: 350px; border-right: 1px solid var(--line-soft); border-bottom: 0; border-left: 1px solid var(--line-soft); }
  .service-card:last-child { border-bottom: 1px solid var(--line-soft); }
  .service-card h3, .service-card--feature h3 { margin-top: 130px; font-size: 2.5rem; }

  .immersive { min-height: auto; padding-block: 0; }
  .immersive__sticky { position: relative; min-height: auto; }
  .immersive__visual { position: relative; inset: auto; height: 62vh; }
  .immersive__visual::after { background: linear-gradient(0deg, #03100d 0%, transparent 42%); }
  .immersive__halo { top: 48%; left: 50%; width: 72vw; }
  .immersive__content { grid-template-columns: 1fr; gap: 45px; min-height: auto; padding-block: 10px 120px; }
  .immersive__copy .display { font-size: clamp(3.2rem, 12vw, 5.5rem); }

  .editorial-feature { padding-block: 120px; }
  .editorial-feature__grid { grid-template-columns: 1fr; }
  .editorial-feature__media { min-height: 58vh; }
  .editorial-feature__copy { display: grid; }
  .editorial-feature__copy .section-marker { margin: 35px 0 60px; }
  .editorial-feature__copy .display { font-size: clamp(3.2rem, 12vw, 5.5rem); }

  .saas__stage { grid-template-columns: 1fr; }
  .saas-layer, .saas-layer--two, .saas-layer--three { min-height: 350px; transform: none; }
  .saas-layer h3 { margin-top: 135px; }

  .ai-feature, .ai-feature__content { min-height: 105vh; }
  .ai-feature__content { align-content: end; padding-bottom: 100px; }
  .ai-feature__wash { background: linear-gradient(0deg, rgba(2, 12, 9, 0.96) 5%, rgba(2, 12, 9, 0.68) 58%, rgba(2, 12, 9, 0.2)); }
  .ai-feature__copy .display { font-size: clamp(3.2rem, 12vw, 5.5rem); }

  .work__list { display: block; }
  .work-card { display: block; margin: 0 0 70px !important; }
  .work-card__media { aspect-ratio: 4 / 3; }
  .work__footer { align-items: flex-start; flex-direction: column; }

  .process-step { grid-template-columns: 60px 1fr; }
  .process-photo { aspect-ratio: 4 / 3; margin-bottom: 70px; }
  .process-photo img { object-position: 58% center; }
  .process-photo figcaption { display: grid; }
  .process-photo figcaption b { max-width: 330px; text-align: left; }
  .process-step > div { grid-template-columns: 1fr; gap: 20px; }
  .process-step:hover { padding-left: 0; }

  .support__panel { grid-template-columns: 1fr; padding: 35px 25px; }
  .support__intro .section-marker { margin-bottom: 65px; }
  .support__copy { padding-top: 20px; border-top: 1px solid var(--line-soft); }

  .contact { min-height: 110vh; }
  .contact__content { align-content: start; min-height: 110vh; padding-top: 24vh; }
  .contact__title { font-size: clamp(4rem, 16vw, 7.2rem); }
  .contact-orb { right: 6%; bottom: 21%; width: 150px; }
  .contact__details { right: 0; bottom: 5vh; justify-content: space-between; gap: 20px; }

  .site-footer__top { grid-template-columns: 1fr; padding-bottom: 60px; }
  .site-footer__links { margin-top: 15px; }
  .site-footer__bottom { grid-template-columns: 1fr auto; }
  .site-footer__bottom p:nth-child(2) { display: none; }
}

@media (max-width: 520px) {
  :root { --shell: 90vw; }
  .hero__content { padding-bottom: 18vh; }
  .hero__sub { flex-wrap: wrap; gap: 8px 10px; max-width: 300px; }
  .hero__actions { display: grid; width: 100%; max-width: 310px; }
  .button { width: 100%; }
  .manifesto__foot p { font-size: 0.96rem; }
  .brand-reference__story { min-height: 84vw; }
  .brand-reference__story img { object-position: center; }
  .brand-reference__story figcaption { grid-template-columns: 1fr; }
  .studio-proof { min-height: 690px; }
  .studio-proof__copy h3 { font-size: 3rem; }
  .media-label { display: grid; gap: 8px; }
  .feature-stats { grid-template-columns: 1fr; }
  .support__copy li { display: grid; gap: 6px; }
  .support__copy li b { text-align: left; }
  .contact__title { line-height: 0.86; }
  .contact-orb { bottom: 24%; }
  .site-footer__links { grid-template-columns: 1fr 1fr; }
}

/* Reduced motion and print */
@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  *, *::before, *::after { animation-duration: 0.01ms !important; animation-iteration-count: 1 !important; scroll-behavior: auto !important; transition-duration: 0.01ms !important; }
  .js .reveal, .js .reveal-media { opacity: 1; transform: none; }
  .hero__media video { display: none; }
}

@media print {
  .site-header, .site-ambient, .scroll-progress, .scroll-cue, .journey-nav, .mobile-quicknav, .back-to-top, .hero__media video { display: none !important; }
  body, .section-dark, .section-ivory { color: #111; background: #fff; }
  section { break-inside: avoid; min-height: auto !important; padding-block: 30px !important; }
}
