@font-face {
  font-family: "Manrope";
  src: url("/assets/fonts/manrope.woff2") format("woff2");
  font-weight: 200 800;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "Newsreader";
  src: url("/assets/fonts/newsreader.woff2") format("woff2");
  font-weight: 300 700;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "Newsreader";
  src: url("/assets/fonts/newsreader-italic.woff2") format("woff2");
  font-weight: 300 700;
  font-style: italic;
  font-display: swap;
}

:root {
  --ink: #0a0b0a;
  --paper: #f0eee7;
  --paper-soft: #d8d5cc;
  --muted: #9d9b94;
  --line: rgba(240, 238, 231, 0.18);
  --accent: #cbff37;
  --header-height: 84px;
  --gutter: clamp(1rem, 3vw, 3.5rem);
  --radius: clamp(1rem, 2vw, 2rem);
}

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

html {
  scroll-behavior: smooth;
  scrollbar-color: var(--accent) var(--ink);
  overflow-x: clip;
}

body {
  margin: 0;
  color: var(--paper);
  background:
    radial-gradient(circle at 15% 8%, rgba(203, 255, 55, 0.05), transparent 26rem),
    var(--ink);
  font-family: "Manrope", system-ui, sans-serif;
  font-size: 16px;
  line-height: 1.5;
  overflow-x: clip;
  -webkit-font-smoothing: antialiased;
}

body::before {
  position: fixed;
  inset: 0;
  z-index: 30;
  pointer-events: none;
  content: "";
  opacity: 0.045;
  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='.65'/%3E%3C/svg%3E");
}

::selection {
  color: var(--ink);
  background: var(--accent);
}

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

button,
a {
  -webkit-tap-highlight-color: transparent;
}

button {
  font: inherit;
}

img {
  display: block;
  max-width: 100%;
}

.skip-link {
  position: fixed;
  top: 0.75rem;
  left: 0.75rem;
  z-index: 1000;
  padding: 0.8rem 1rem;
  color: var(--ink);
  background: var(--accent);
  transform: translateY(-160%);
  transition: transform 180ms ease;
}

.skip-link:focus {
  transform: translateY(0);
}

.loader {
  position: fixed;
  inset: 0;
  z-index: 100;
  display: grid;
  place-items: center;
  color: var(--paper);
  background: #070807;
}

.loader__mark {
  font-size: clamp(3rem, 9vw, 8rem);
  font-weight: 750;
  letter-spacing: -0.09em;
}

.loader__mark span,
.brand__mark span,
.project__copy h3 span {
  color: var(--accent);
}

.loader__line {
  position: absolute;
  right: 10vw;
  bottom: 12vh;
  left: 10vw;
  height: 1px;
  overflow: hidden;
  background: rgba(255, 255, 255, 0.12);
}

.loader__line span {
  display: block;
  width: 100%;
  height: 100%;
  background: var(--accent);
  transform: scaleX(0);
  transform-origin: left;
}

.loader__meta {
  position: absolute;
  right: 10vw;
  bottom: calc(12vh + 1rem);
  color: var(--muted);
  font-size: 0.68rem;
  letter-spacing: 0.18em;
}

.page-progress {
  position: fixed;
  inset: 0 0 auto;
  z-index: 60;
  height: 2px;
  pointer-events: none;
}

.page-progress span {
  display: block;
  width: 100%;
  height: 100%;
  background: var(--accent);
  transform: scaleX(0);
  transform-origin: left;
}

.ambient {
  position: fixed;
  z-index: -1;
  width: 42vw;
  aspect-ratio: 1;
  border-radius: 50%;
  filter: blur(110px);
  opacity: 0.07;
  pointer-events: none;
}

.ambient--one {
  top: -22vw;
  right: -10vw;
  background: var(--accent);
}

.ambient--two {
  bottom: -28vw;
  left: -15vw;
  background: #8ca9ff;
}

.site-header {
  position: fixed;
  top: 0;
  right: 0;
  left: 0;
  z-index: 50;
  display: flex;
  align-items: center;
  justify-content: space-between;
  min-height: var(--header-height);
  padding: 0 var(--gutter);
  border-bottom: 1px solid transparent;
  transition: background-color 250ms ease, border-color 250ms ease, backdrop-filter 250ms ease;
}

.site-header.is-scrolled {
  border-color: var(--line);
  background: rgba(10, 11, 10, 0.72);
  backdrop-filter: blur(18px);
}

.brand {
  display: inline-flex;
  align-items: center;
  gap: 1rem;
}

.brand__mark {
  font-size: 1.45rem;
  font-weight: 780;
  letter-spacing: -0.08em;
}

.brand__label,
.availability,
.language-toggle,
.nav-cta {
  font-size: 0.66rem;
  font-weight: 650;
  letter-spacing: 0.11em;
  text-transform: uppercase;
}

.brand__label {
  max-width: 14rem;
  color: var(--muted);
  line-height: 1.2;
}

.site-header__actions {
  display: flex;
  align-items: center;
  gap: clamp(0.75rem, 2vw, 2rem);
}

.availability {
  display: flex;
  align-items: center;
  gap: 0.6rem;
  color: var(--paper-soft);
}

.availability i {
  width: 0.45rem;
  height: 0.45rem;
  border-radius: 50%;
  background: var(--accent);
  box-shadow: 0 0 0 0 rgba(203, 255, 55, 0.5);
  animation: pulse 2.2s infinite;
}

@keyframes pulse {
  70% { box-shadow: 0 0 0 0.55rem rgba(203, 255, 55, 0); }
  100% { box-shadow: 0 0 0 0 rgba(203, 255, 55, 0); }
}

.language-toggle {
  min-width: 2.65rem;
  padding: 0.7rem;
  color: var(--paper);
  border: 1px solid var(--line);
  border-radius: 999px;
  background: transparent;
  cursor: pointer;
}

.language-toggle:hover,
.language-toggle:focus-visible {
  color: var(--ink);
  border-color: var(--accent);
  outline: none;
  background: var(--accent);
}

.nav-cta {
  display: inline-flex;
  align-items: center;
  gap: 0.8rem;
  padding: 0.78rem 1rem;
  color: var(--ink);
  border-radius: 999px;
  background: var(--accent);
}

.nav-cta svg {
  width: 1rem;
  fill: none;
  stroke: currentColor;
  stroke-width: 1.8;
}

main {
  isolation: isolate;
}

.hero {
  position: relative;
  display: grid;
  grid-template-rows: auto 1fr auto;
  min-height: 100svh;
  padding: calc(var(--header-height) + 2rem) var(--gutter) clamp(2rem, 5vh, 4rem);
  overflow: clip;
  isolation: isolate;
}

.hero > :not(.hero-portrait) {
  position: relative;
  z-index: 2;
}

.hero-portrait {
  position: absolute;
  inset: 0;
  z-index: 0;
  overflow: hidden;
  pointer-events: none;
  clip-path: inset(0);
}

.hero-portrait::before,
.hero-portrait::after {
  position: absolute;
  inset: 0;
  z-index: 1;
  content: "";
}

.hero-portrait::before {
  background: radial-gradient(circle at 74% 42%, color-mix(in srgb, var(--accent) 14%, transparent), transparent 32%);
  mix-blend-mode: screen;
}

.hero-portrait::after {
  background:
    linear-gradient(90deg, #0a0b0a 0%, rgba(10, 11, 10, 0.94) 24%, rgba(10, 11, 10, 0.27) 61%, rgba(10, 11, 10, 0.46) 100%),
    linear-gradient(180deg, rgba(10, 11, 10, 0.76) 0%, rgba(10, 11, 10, 0.04) 28%, rgba(10, 11, 10, 0.12) 60%, #0a0b0a 100%);
}

.hero-portrait img {
  position: absolute;
  top: 0;
  right: -2vw;
  width: min(64vw, 880px);
  height: 100%;
  object-fit: cover;
  object-position: center 24%;
  opacity: 0.82;
  filter: saturate(0.62) contrast(1.12) brightness(0.78);
  transform-origin: 60% 42%;
  will-change: transform;
}

.hero::after {
  position: absolute;
  right: var(--gutter);
  bottom: 0;
  left: var(--gutter);
  height: 1px;
  content: "";
  background: var(--line);
}

.hero__eyebrow,
.section-kicker,
.project__meta,
.closing__pre {
  display: flex;
  justify-content: space-between;
  color: var(--muted);
  font-size: 0.68rem;
  font-weight: 650;
  letter-spacing: 0.14em;
  text-transform: uppercase;
}

.hero__title {
  align-self: center;
  margin: 3rem 0;
  font-size: clamp(4.2rem, 12.2vw, 12.8rem);
  font-weight: 680;
  line-height: 0.77;
  letter-spacing: -0.085em;
  text-transform: uppercase;
}

.hero-word {
  display: block;
  width: fit-content;
  will-change: transform;
}

.hero-word--offset {
  margin-left: 8vw;
}

.hero-word--outline {
  margin-left: auto;
  color: transparent;
  -webkit-text-stroke: 1px rgba(240, 238, 231, 0.72);
}

.hero__bottom {
  display: grid;
  grid-template-columns: minmax(16rem, 30rem) 1fr auto;
  align-items: end;
  gap: 3rem;
}

.hero__intro {
  margin: 0;
  color: var(--paper-soft);
  font-size: clamp(1rem, 1.35vw, 1.35rem);
  line-height: 1.55;
}

.hero__orbit {
  position: relative;
  justify-self: center;
  display: grid;
  place-items: center;
  width: clamp(6rem, 10vw, 9rem);
  aspect-ratio: 1;
  border: 1px solid var(--line);
  border-radius: 50%;
}

.orbit-copy {
  position: absolute;
  width: 100%;
  height: 100%;
  color: var(--muted);
  font-size: 0.48rem;
  letter-spacing: 0.17em;
  text-align: center;
  animation: rotate 18s linear infinite;
}

.orbit-copy::before {
  position: absolute;
  inset: 0.55rem;
  content: "";
  border: 1px dashed rgba(240, 238, 231, 0.18);
  border-radius: 50%;
}

.orbit-core {
  display: grid;
  place-items: center;
  width: 44%;
  aspect-ratio: 1;
  color: var(--ink);
  border-radius: 50%;
  background: var(--accent);
  font-size: 0.75rem;
  font-weight: 750;
}

@keyframes rotate { to { transform: rotate(360deg); } }

.scroll-cue {
  display: flex;
  align-items: center;
  gap: 0.75rem;
  color: var(--muted);
  font-size: 0.66rem;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

.scroll-cue i {
  position: relative;
  width: 2.5rem;
  height: 2.5rem;
  border: 1px solid var(--line);
  border-radius: 50%;
}

.scroll-cue i::before {
  position: absolute;
  top: 0.7rem;
  left: 50%;
  width: 1px;
  height: 0.9rem;
  content: "";
  background: var(--paper);
  transform: translateX(-50%);
  animation: scrollLine 1.8s ease-in-out infinite;
}

@keyframes scrollLine {
  0%, 100% { transform: translate(-50%, 0); opacity: 0.35; }
  50% { transform: translate(-50%, 0.45rem); opacity: 1; }
}

.statement,
.process,
.capabilities,
.closing {
  padding: clamp(6rem, 12vw, 12rem) var(--gutter);
}

.statement {
  min-height: 100svh;
}

.section-kicker {
  justify-content: flex-start;
  gap: 1rem;
  padding-bottom: 1.2rem;
  border-bottom: 1px solid var(--line);
}

.section-kicker span:first-child {
  color: var(--accent);
}

.statement__title {
  max-width: 73rem;
  margin: clamp(4rem, 9vw, 9rem) 0;
  font-family: "Newsreader", Georgia, serif;
  font-size: clamp(2.8rem, 6.9vw, 7.3rem);
  font-weight: 400;
  line-height: 0.98;
  letter-spacing: -0.055em;
}

.statement__footer {
  display: grid;
  grid-template-columns: minmax(16rem, 32rem) 1fr;
  gap: clamp(3rem, 10vw, 12rem);
  align-items: end;
}

.statement__footer > p {
  margin: 0;
  color: var(--paper-soft);
  font-size: 1.05rem;
}

.metrics {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  border-top: 1px solid var(--line);
}

.metrics div {
  display: flex;
  flex-direction: column;
  gap: 0.5rem;
  padding: 1.4rem 1rem 0 0;
}

.metrics strong {
  font-size: clamp(1.8rem, 3.5vw, 4rem);
  line-height: 1;
  letter-spacing: -0.06em;
}

.metrics span {
  max-width: 8rem;
  color: var(--muted);
  font-size: 0.68rem;
  line-height: 1.4;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.projects {
  padding: 0 var(--gutter);
}

.projects__header {
  padding: 4rem 0 clamp(5rem, 12vw, 11rem);
}

.projects__header h2,
.process__heading h2 {
  margin: 3rem 0;
  font-size: clamp(3rem, 7.6vw, 8rem);
  font-weight: 600;
  line-height: 0.9;
  letter-spacing: -0.075em;
  text-transform: uppercase;
}

.project-index {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  margin-top: 5rem;
  border-top: 1px solid var(--line);
  border-bottom: 1px solid var(--line);
}

.project-index a {
  display: flex;
  gap: 0.75rem;
  padding: 1.15rem;
  border-right: 1px solid var(--line);
  font-size: 0.76rem;
  font-weight: 650;
  letter-spacing: 0.07em;
  text-transform: uppercase;
  transition: color 180ms ease, background-color 180ms ease;
}

.project-index a:last-child { border-right: 0; }
.project-index a:hover { color: var(--ink); background: var(--accent); }
.project-index span { color: var(--muted); }

.project {
  --project-bg: #151714;
  --project-ink: #f0eee7;
  position: relative;
  margin-bottom: clamp(2rem, 4vw, 4rem);
  padding: clamp(1.25rem, 2.5vw, 2.5rem);
  color: var(--project-ink);
  border-radius: var(--radius);
  background: var(--project-bg);
  overflow: clip;
}

.project::before {
  position: absolute;
  top: -20%;
  right: -15%;
  width: 48%;
  aspect-ratio: 1;
  content: "";
  border-radius: 50%;
  background: var(--project-accent);
  filter: blur(120px);
  opacity: 0.12;
  pointer-events: none;
}

.project--nexora { --project-accent: #cbff37; --project-bg: #101210; }
.project--lume { --project-accent: #ef7e52; --project-bg: #5a3025; --project-ink: #fff2e6; }
.project--noema { --project-accent: #8ca9ff; --project-bg: #16243f; --project-ink: #f6f3ec; }
.project--vale { --project-accent: #e7b86f; --project-bg: #23302d; --project-ink: #f6eddd; }

.project__meta {
  position: relative;
  padding-bottom: 1rem;
  color: color-mix(in srgb, var(--project-ink) 58%, transparent);
  border-bottom: 1px solid color-mix(in srgb, var(--project-ink) 18%, transparent);
}

.project__grid {
  position: relative;
  display: grid;
  grid-template-columns: minmax(19rem, 0.72fr) minmax(0, 1.28fr);
  gap: clamp(2rem, 5vw, 6rem);
  align-items: center;
  min-height: min(74rem, 88svh);
  padding: clamp(4rem, 8vw, 8rem) 0;
}

.project__grid--reverse {
  grid-template-columns: minmax(0, 1.28fr) minmax(19rem, 0.72fr);
}

.project__grid--reverse .project__copy { order: 2; }
.project__grid--reverse .project__gallery { order: 1; }

.project__copy {
  position: relative;
  z-index: 3;
}

.project__label {
  margin: 0 0 2rem;
  color: var(--project-accent);
  font-size: 0.66rem;
  font-weight: 720;
  letter-spacing: 0.15em;
  text-transform: uppercase;
}

.project__copy h3 {
  margin: 0;
  font-size: clamp(3.4rem, 7vw, 8.3rem);
  font-weight: 690;
  line-height: 0.76;
  letter-spacing: -0.085em;
}

.project__copy h3 span { color: var(--project-accent); }

.project__lead {
  max-width: 31rem;
  margin: clamp(2rem, 4vw, 4rem) 0 1rem;
  font-family: "Newsreader", Georgia, serif;
  font-size: clamp(1.55rem, 2.55vw, 2.8rem);
  line-height: 1.05;
  letter-spacing: -0.035em;
}

.project__description {
  max-width: 31rem;
  margin: 0;
  color: color-mix(in srgb, var(--project-ink) 68%, transparent);
}

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

.tag-list li {
  padding: 0.5rem 0.75rem;
  border: 1px solid color-mix(in srgb, var(--project-ink) 22%, transparent);
  border-radius: 999px;
  font-size: 0.63rem;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.project-link {
  display: inline-flex;
  align-items: center;
  justify-content: space-between;
  width: min(100%, 22rem);
  margin-top: 1rem;
  padding: 1rem 1.1rem;
  color: var(--ink);
  border-radius: 999px;
  background: var(--project-accent);
  font-size: 0.7rem;
  font-weight: 720;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.project-link i {
  font-size: 1.1rem;
  font-style: normal;
  transition: transform 180ms ease;
}

.project-link:hover i { transform: translate(0.2rem, -0.2rem); }

.project__gallery {
  position: relative;
  min-width: 0;
  min-height: clamp(27rem, 50vw, 47rem);
  perspective: 1200px;
}

.screen {
  margin: 0;
  border: 1px solid rgba(255, 255, 255, 0.16);
  border-radius: clamp(0.65rem, 1vw, 1rem);
  background: #0b0b0b;
  box-shadow: 0 2rem 7rem rgba(0, 0, 0, 0.35);
  overflow: hidden;
}

.screen img {
  width: 100%;
  height: auto;
  aspect-ratio: 1280 / 769;
  object-fit: cover;
}

.screen__bar {
  display: flex;
  align-items: center;
  gap: 0.35rem;
  height: 2rem;
  padding: 0 0.75rem;
  color: rgba(255,255,255,0.42);
  background: #151515;
  font-size: 0.48rem;
  letter-spacing: 0.05em;
}

.screen__bar i {
  width: 0.38rem;
  height: 0.38rem;
  border-radius: 50%;
  background: rgba(255,255,255,0.25);
}

.screen__bar b {
  margin-left: auto;
  font-weight: 500;
}

.screen--main {
  position: absolute;
  top: 9%;
  right: 2%;
  left: 2%;
  z-index: 2;
  transform: rotate(1.4deg);
}

.screen--detail {
  position: absolute;
  z-index: 3;
  width: 40%;
}

.screen--detail-a {
  bottom: 1%;
  left: -2%;
  transform: rotate(-4deg);
}

.screen--detail-b {
  right: -2%;
  bottom: -2%;
  transform: rotate(4.5deg);
}

.process {
  min-height: 100svh;
}

.process__heading {
  display: grid;
  grid-template-columns: minmax(0, 1.4fr) minmax(16rem, 0.6fr);
  gap: 4rem;
  align-items: end;
}

.process__heading p {
  margin: 0 0 3.5rem;
  color: var(--paper-soft);
}

.process-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 1px;
  padding: 1px;
  margin: 5rem 0 0;
  list-style: none;
  background: var(--line);
}

.process-card {
  min-height: 21rem;
  padding: clamp(1.4rem, 2.7vw, 2.6rem);
  background: var(--ink);
  transition: color 240ms ease, background-color 240ms ease;
}

.process-card:hover {
  color: var(--ink);
  background: var(--accent);
}

.process-card > span {
  color: var(--muted);
  font-size: 0.68rem;
  letter-spacing: 0.12em;
}

.process-card h3 {
  margin: 8rem 0 1rem;
  font-size: clamp(1.6rem, 2.3vw, 2.5rem);
  letter-spacing: -0.05em;
}

.process-card p {
  margin: 0;
  color: var(--muted);
  font-size: 0.84rem;
}

.process-card:hover > span,
.process-card:hover p { color: rgba(10,11,10,0.64); }

.capabilities {
  border-top: 1px solid var(--line);
}

.capabilities__title {
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  align-items: center;
  margin: 5rem 0 0;
  font-size: clamp(2.5rem, 7.7vw, 8.3rem);
  font-weight: 650;
  line-height: 0.95;
  letter-spacing: -0.075em;
}

.capabilities__title span {
  min-width: 0;
  padding: 1.5rem 0;
  border-bottom: 1px solid var(--line);
  overflow-wrap: anywhere;
  transition: color 200ms ease, padding-left 200ms ease;
}

.capabilities__title i {
  padding-left: 2rem;
  color: var(--accent);
  font-size: 0.55em;
  font-style: normal;
}

.capabilities__title span:hover {
  padding-left: 0.75rem;
  color: var(--accent);
}

.closing {
  min-height: 92svh;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  color: var(--ink);
  background: var(--paper);
}

.closing__pre { color: #66645f; }

.closing__title {
  max-width: 76rem;
  margin: 5rem 0;
  font-family: "Newsreader", Georgia, serif;
  font-size: clamp(3rem, 7.6vw, 8.5rem);
  font-weight: 420;
  line-height: 0.92;
  letter-spacing: -0.065em;
}

.closing__bottom {
  display: flex;
  align-items: end;
  justify-content: space-between;
  gap: 3rem;
  padding-top: 1.5rem;
  border-top: 1px solid rgba(10,11,10,0.18);
}

.closing__bottom p {
  max-width: 34rem;
  margin: 0;
  color: #5f5d58;
}

.back-top {
  display: inline-flex;
  align-items: center;
  gap: 1rem;
  padding: 1rem 1.2rem;
  color: var(--paper);
  border-radius: 999px;
  background: var(--ink);
  font-size: 0.68rem;
  font-weight: 700;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.back-top i { color: var(--accent); font-size: 1rem; font-style: normal; }

footer {
  display: flex;
  justify-content: space-between;
  gap: 1rem;
  padding: 1.25rem var(--gutter);
  color: var(--muted);
  border-top: 1px solid var(--line);
  font-size: 0.58rem;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

:focus-visible {
  outline: 2px solid var(--accent);
  outline-offset: 4px;
}

@media (max-width: 980px) {
  :root { --header-height: 72px; }
  .brand__label, .availability { display: none; }
  .hero__title { font-size: clamp(4rem, 14vw, 8rem); }
  .hero__bottom { grid-template-columns: 1fr auto; }
  .hero__orbit { display: none; }
  .statement__footer, .process__heading { grid-template-columns: 1fr; }
  .project-index { grid-template-columns: repeat(2, 1fr); }
  .project-index a:nth-child(2) { border-right: 0; }
  .project-index a:nth-child(-n+2) { border-bottom: 1px solid var(--line); }
  .project__grid,
  .project__grid--reverse { grid-template-columns: 1fr; min-height: auto; }
  .project__grid--reverse .project__copy,
  .project__grid--reverse .project__gallery { order: initial; }
  .project__gallery { min-height: clamp(27rem, 78vw, 45rem); }
  .process-grid { grid-template-columns: repeat(2, 1fr); }
}

@media (max-width: 640px) {
  :root { --gutter: 1rem; }
  .site-header { padding-right: 0.75rem; }
  .nav-cta span { display: none; }
  .nav-cta { width: 2.7rem; height: 2.7rem; justify-content: center; padding: 0; }
  .language-toggle { min-width: 2.5rem; }
  .hero { min-width: 0; padding-top: calc(var(--header-height) + 2.5rem); overflow: hidden; }
  .hero > * { min-width: 0; }
  .hero-portrait img {
    top: 4.25rem;
    right: -4.5rem;
    width: calc(100% + 9rem);
    height: 72%;
    object-position: center 18%;
    opacity: 0.64;
  }
  .hero-portrait::after {
    background:
      linear-gradient(90deg, rgba(10, 11, 10, 0.82), rgba(10, 11, 10, 0.18) 68%, rgba(10, 11, 10, 0.52)),
      linear-gradient(180deg, rgba(10, 11, 10, 0.72) 0%, rgba(10, 11, 10, 0.12) 29%, rgba(10, 11, 10, 0.34) 61%, #0a0b0a 91%);
  }
  .hero__eyebrow { gap: 1rem; }
  .hero__eyebrow span:last-child { text-align: right; }
  .hero__title { margin: 4rem 0; font-size: clamp(3.1rem, 15vw, 5rem); line-height: 0.82; }
  .hero-word--offset { margin-left: 0; }
  .hero__bottom { grid-template-columns: 1fr; gap: 2.5rem; }
  .scroll-cue { justify-self: end; }
  .statement, .process, .capabilities, .closing { padding-top: 7rem; padding-bottom: 7rem; }
  .statement__title { margin: 4rem 0; font-size: clamp(2.75rem, 13vw, 5rem); }
  .metrics { grid-template-columns: 1fr; }
  .metrics div { flex-direction: row; align-items: end; justify-content: space-between; padding: 1rem 0; border-bottom: 1px solid var(--line); }
  .metrics span { text-align: right; }
  .projects__header h2, .process__heading h2 { font-size: clamp(3rem, 14vw, 5.8rem); }
  .project-index { grid-template-columns: 1fr; margin-top: 3rem; }
  .project-index a { border-right: 0; border-bottom: 1px solid var(--line); }
  .project__meta span:nth-child(2) { display: none; }
  .project__grid { gap: 3rem; padding: 4rem 0 2rem; }
  .project__copy h3 { font-size: clamp(3.5rem, 18vw, 6rem); }
  .project__lead { font-size: 1.75rem; }
  .project__gallery {
    display: flex;
    gap: 0.8rem;
    min-height: auto;
    margin-right: calc(var(--gutter) * -1);
    padding: 1rem var(--gutter) 1.5rem 0;
    overflow-x: auto;
    scroll-snap-type: x mandatory;
    scrollbar-width: none;
  }
  .project__gallery::-webkit-scrollbar { display: none; }
  .screen--main, .screen--detail { position: relative; inset: auto; flex: 0 0 88%; width: auto; transform: none !important; scroll-snap-align: center; }
  .screen--detail { flex-basis: 76%; }
  .process-grid { grid-template-columns: 1fr; }
  .process-card { min-height: 15rem; }
  .process-card h3 { margin-top: 5rem; }
  .capabilities__title { font-size: clamp(2.2rem, 11.5vw, 4.5rem); }
  .capabilities__title i { padding-left: 0.5rem; }
  .closing { min-height: 85svh; }
  .closing__title { font-size: clamp(3rem, 14vw, 5.3rem); }
  .closing__bottom { align-items: flex-start; flex-direction: column; }
  footer { flex-direction: column; }
}

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