@font-face {
  font-family: "Canela";
  src: url("../assets/fonts/canela-regular.otf") format("opentype");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "Canela";
  src: url("../assets/fonts/canela-bold.otf") format("opentype");
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "Neue Montreal";
  src: url("../assets/fonts/neue-montreal-regular.otf") format("opentype");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

:root {
  --black: #010003;
  --void: #05020a;
  --panel: rgba(255, 255, 255, 0.055);
  --panel-strong: rgba(255, 255, 255, 0.09);
  --line: rgba(243, 240, 233, 0.17);
  --line-hot: rgba(223, 63, 255, 0.42);
  --ivory: #f3f0e9;
  --muted: rgba(243, 240, 233, 0.68);
  --dim: rgba(243, 240, 233, 0.46);
  --violet: #7323f2;
  --magenta: #ed2be7;
  --glow: 0 0 36px rgba(196, 44, 255, 0.45);
  --max: 1240px;
  --gutter: clamp(20px, 4vw, 56px);
  --header-h: 82px;
}

* {
  box-sizing: border-box;
}

html {
  background: var(--black);
  color: var(--ivory);
  scroll-behavior: smooth;
  scroll-snap-type: y proximity;
}

body {
  margin: 0;
  min-width: 320px;
  font-family: "Neue Montreal", Arial, sans-serif;
  background: linear-gradient(180deg, #010003 0%, #05020a 46%, #010003 100%);
  color: var(--ivory);
}

body.nav-open {
  overflow: hidden;
}

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

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

button,
input,
textarea {
  font: inherit;
}

.site-header {
  position: fixed;
  z-index: 20;
  top: 0;
  left: 0;
  right: 0;
  border-bottom: 1px solid transparent;
  transition: background 180ms ease, border-color 180ms ease, backdrop-filter 180ms ease;
}

.site-header.is-scrolled {
  border-color: var(--line);
  background: rgba(1, 0, 3, 0.78);
  backdrop-filter: blur(18px);
}

.nav-shell {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  gap: clamp(38px, 5.4vw, 110px);
  width: 100%;
  margin: 0 auto;
  padding: 34px var(--gutter) 18px;
}

.brand {
  width: clamp(92px, 8.6vw, 130px);
  flex: 0 0 auto;
}

.nav-links {
  display: flex;
  align-items: center;
  gap: clamp(22px, 3vw, 50px);
  color: rgba(243, 240, 233, 0.82);
  font-size: 14px;
  letter-spacing: 0;
  text-transform: none;
}

.nav-links a,
.footer-links a {
  transition: color 160ms ease, text-shadow 160ms ease;
}

.nav-links a:hover,
.nav-links a[aria-current="page"],
.footer-links a:hover {
  color: var(--ivory);
  text-shadow: 0 0 16px rgba(237, 43, 231, 0.56);
}

.menu-button {
  display: none;
  align-items: center;
  justify-content: center;
  width: 44px;
  height: 44px;
  border: 1px solid var(--line);
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.04);
  color: var(--ivory);
  cursor: pointer;
}

.menu-button span,
.menu-button::before,
.menu-button::after {
  display: block;
  width: 16px;
  height: 1px;
  background: currentColor;
  content: "";
  transition: transform 180ms ease, opacity 180ms ease;
}

.menu-button {
  gap: 4px;
  flex-direction: column;
}

body.nav-open .menu-button span {
  opacity: 0;
}

body.nav-open .menu-button::before {
  transform: translateY(5px) rotate(45deg);
}

body.nav-open .menu-button::after {
  transform: translateY(-5px) rotate(-45deg);
}

.page {
  overflow: hidden;
}

.hero {
  position: relative;
  min-height: 100svh;
  display: grid;
  align-items: end;
  scroll-snap-align: start;
  isolation: isolate;
  padding: calc(var(--header-h) + 30px) var(--gutter) clamp(28px, 4.7vh, 44px);
}

.hero.hero-compact {
  min-height: 100svh;
}

.hero-media {
  position: absolute;
  inset: 0;
  z-index: -3;
}

.hero-media img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.hero::before {
  position: absolute;
  inset: auto 0 0;
  z-index: -2;
  height: clamp(110px, 18vh, 220px);
  background: linear-gradient(0deg, var(--black) 0%, rgba(1, 0, 3, 0.56) 34%, rgba(1, 0, 3, 0) 100%);
  pointer-events: none;
  content: "";
}

.hero::after {
  content: none;
}

.hero-inner,
.section-inner {
  width: min(100%, var(--max));
  margin: 0 auto;
}

.hero > .hero-inner,
.hero > .brand-hero {
  position: relative;
  padding-bottom: clamp(42px, 6vh, 70px);
}

.hero-copy {
  max-width: 940px;
}

.brand-hero {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(260px, 0.34fr);
  gap: clamp(34px, 7vw, 120px);
  align-items: end;
  width: 100%;
  margin: 0 auto;
}

.hero-lockup {
  width: clamp(230px, 22vw, 335px);
  margin-bottom: clamp(24px, 4vh, 40px);
}

.brand-tagline {
  display: grid;
  gap: 8px;
  max-width: 390px;
}

.brand-tagline .eyebrow {
  margin-bottom: 0;
}

.brand-tagline h1 {
  font-family: "Neue Montreal", Arial, sans-serif;
  font-size: clamp(24px, 2vw, 34px);
  line-height: 1.16;
}

.mission-card {
  align-self: end;
  max-width: 340px;
  margin-left: auto;
  padding: clamp(20px, 4vh, 46px) 0 0;
  border-top: 0;
}

.mission-card h2 {
  font-family: "Neue Montreal", Arial, sans-serif;
  font-size: 14px;
  line-height: 1.3;
  color: var(--ivory);
}

.mission-card p {
  margin: 36px 0 0;
  font-size: clamp(16px, 1.25vw, 20px);
  line-height: 1.32;
  color: var(--muted);
}

.screen-meta {
  display: grid;
  grid-template-columns: 72px 1fr;
  gap: clamp(42px, 7vw, 120px);
  align-items: end;
  margin-top: clamp(36px, 5vh, 56px);
  color: var(--muted);
  font-size: 14px;
}

.screen-meta span:first-child {
  color: var(--ivory);
}

.eyebrow {
  margin: 0 0 20px;
  color: var(--dim);
  font-size: 12px;
  letter-spacing: 0.02em;
  line-height: 1.4;
  text-transform: none;
}

h1,
h2,
h3,
.metric-value,
.quote {
  font-family: "Canela", Georgia, serif;
  font-weight: 400;
  letter-spacing: 0;
}

h1 {
  max-width: 980px;
  margin: 0;
  font-size: clamp(48px, 7vw, 104px);
  line-height: 0.9;
}

.hero h1 {
  text-wrap: balance;
}

h2 {
  margin: 0;
  font-size: clamp(36px, 5.2vw, 78px);
  line-height: 0.94;
  text-wrap: balance;
}

h3 {
  margin: 0;
  font-size: clamp(25px, 2.8vw, 42px);
  line-height: 1;
}

h4 {
  margin: 0;
  color: var(--ivory);
  font-size: 15px;
  letter-spacing: 0.02em;
  text-transform: none;
}

p {
  color: var(--muted);
  font-size: clamp(17px, 1.45vw, 21px);
  line-height: 1.55;
}

.hero-copy p {
  max-width: 700px;
  margin: 22px 0 0;
}

.actions {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  margin-top: 28px;
}

.button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 48px;
  padding: 13px 20px;
  border: 1px solid var(--line);
  border-radius: 2px;
  background: rgba(243, 240, 233, 0.06);
  color: var(--ivory);
  font-size: 14px;
  transition: border-color 160ms ease, background 160ms ease, box-shadow 160ms ease, transform 160ms ease;
}

.button.primary {
  border-color: rgba(237, 43, 231, 0.62);
  background: #7323f2;
  box-shadow: var(--glow);
}

.button:hover {
  transform: translateY(-1px);
  border-color: rgba(243, 240, 233, 0.42);
  background: rgba(243, 240, 233, 0.1);
}

.button.primary:hover {
  background: #8a28ff;
}

.button[disabled] {
  cursor: not-allowed;
  opacity: 0.62;
  transform: none;
}

.reveal,
.reveal-up,
.reveal-scale {
  opacity: 1;
  transform: none;
}

.motion-arming .reveal,
.motion-arming .reveal-up,
.motion-arming .reveal-scale {
  opacity: 0;
  transition: none !important;
}

.motion-arming .reveal,
.motion-arming .reveal-up {
  transform: translateY(22px);
}

.motion-arming .reveal-scale {
  transform: translateY(18px) scale(0.985);
}

.motion-arming .hero .reveal,
.motion-arming .hero .reveal-up {
  transform: translate3d(0, 42px, 0) scale(0.965);
  transform-origin: 50% 70%;
}

.motion-arming .hero .reveal-scale {
  transform: translate3d(0, 34px, 0) scale(0.955);
  transform-origin: 50% 70%;
}

.motion-ready .reveal,
.motion-ready .reveal-up,
.motion-ready .reveal-scale {
  opacity: 0;
  will-change: opacity, transform;
}

.motion-live .reveal,
.motion-live .reveal-up,
.motion-live .reveal-scale {
  transition:
    opacity var(--reveal-duration, 960ms) cubic-bezier(0.16, 1, 0.3, 1),
    transform var(--reveal-duration, 960ms) cubic-bezier(0.16, 1, 0.3, 1);
  transition-delay: var(--reveal-delay, 0ms);
}

.motion-ready .reveal,
.motion-ready .reveal-up {
  transform: translateY(22px);
}

.motion-ready .reveal-scale {
  transform: translateY(18px) scale(0.985);
}

.motion-live .hero .reveal,
.motion-live .hero .reveal-up,
.motion-live .hero .reveal-scale {
  --reveal-duration: 1550ms;
  transition-timing-function: cubic-bezier(0.19, 1, 0.22, 1);
}

.motion-ready .hero .reveal,
.motion-ready .hero .reveal-up {
  transform: translate3d(0, 42px, 0) scale(0.965);
  transform-origin: 50% 70%;
}

.motion-ready .hero .reveal-scale {
  transform: translate3d(0, 34px, 0) scale(0.955);
  transform-origin: 50% 70%;
}

.motion-ready .is-visible {
  opacity: 1;
  transform: none;
}

.motion-ready .hero .is-visible {
  transform: none;
}

@media (hover: hover) and (pointer: fine) {
  .button,
  .portfolio-list a,
  .footer-links a,
  .nav-links a {
    transition:
      transform 260ms cubic-bezier(0.16, 1, 0.3, 1),
      border-color 260ms ease,
      background 260ms ease,
      box-shadow 260ms ease,
      color 160ms ease,
      text-shadow 160ms ease,
      filter 320ms ease;
  }

  .nav-links a:hover,
  .footer-links a:hover,
  .portfolio-list a:hover,
  .cta a:hover {
    text-shadow: 0 0 18px rgba(237, 43, 231, 0.42);
  }
}

.hero-metrics {
  display: grid;
  grid-template-columns: minmax(0, 0.9fr) minmax(0, 1.25fr) minmax(0, 0.85fr);
  gap: 1px;
  max-width: 820px;
  margin-top: 28px;
  border: 1px solid var(--line);
  background: var(--line);
}

.metric {
  padding: 18px 20px 16px;
  background: rgba(1, 0, 3, 0.72);
}

.metric-value {
  display: block;
  font-size: clamp(32px, 4.2vw, 54px);
  line-height: 0.95;
}

.metric-label {
  display: block;
  margin-top: 8px;
  color: var(--dim);
  font-size: 12px;
  letter-spacing: 0.02em;
  text-transform: none;
}

.section {
  position: relative;
  min-height: clamp(620px, 82svh, 880px);
  display: flex;
  align-items: center;
  scroll-snap-align: start;
  padding: calc(var(--header-h) + clamp(12px, 2.4vh, 30px)) var(--gutter) clamp(26px, 4vh, 48px);
}

.section.flush-top {
  align-items: start;
}

.section.light-band {
  background:
    linear-gradient(180deg, rgba(243, 240, 233, 0.98), rgba(243, 240, 233, 0.94)),
    var(--ivory);
  color: var(--black);
}

.section.brand-dark {
  background: linear-gradient(180deg, rgba(255,255,255,0.018), transparent 28%), var(--black);
}

.section.light-band p,
.section.light-band .eyebrow {
  color: rgba(3, 3, 5, 0.68);
}

.section.light-band .card,
.section.light-band .team-card {
  background: rgba(3, 3, 5, 0.88);
  color: var(--ivory);
}

.section.light-band .card p,
.section.light-band .team-card p,
.section.light-band .card .card-meta,
.section.light-band .team-card .role {
  color: var(--muted);
}

.section-header {
  display: grid;
  grid-template-columns: minmax(140px, 0.28fr) minmax(0, 1fr);
  gap: clamp(28px, 6vw, 92px);
  align-items: start;
  margin-bottom: clamp(26px, 4.4vw, 48px);
}

.section-header p {
  margin-top: 22px;
  max-width: 760px;
}

.split {
  display: grid;
  grid-template-columns: minmax(0, 0.92fr) minmax(330px, 0.78fr);
  gap: clamp(36px, 6vw, 86px);
  align-items: center;
}

.statement-screen {
  overflow: hidden;
}

.statement-grid {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  gap: clamp(48px, 10vw, 160px);
  align-items: end;
}

.statement-grid h2 {
  max-width: min(100%, 1160px);
  font-size: clamp(38px, 4.2vw, 70px);
  line-height: 1.02;
}

.statement-grid .quote {
  padding-top: 0;
  border-top: 0;
  font-size: clamp(32px, 4vw, 62px);
  line-height: 0.98;
}

.system-screen {
  overflow: hidden;
  background: var(--black);
}

.system-screen .section-inner {
  position: relative;
}

.system-screen .backdrop-image {
  position: absolute;
  inset: -8vh -8vw -8vh 48%;
  z-index: -1;
  opacity: 1;
}

.system-screen .backdrop-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.image-panel {
  position: relative;
  min-height: min(58svh, 560px);
  overflow: hidden;
  border: 1px solid var(--line);
  background: var(--void);
}

.image-panel.bleed {
  border: 0;
  min-height: min(66svh, 620px);
}

.image-panel.bleed img {
  min-height: min(66svh, 620px);
}

.image-panel img {
  width: 100%;
  height: 100%;
  min-height: min(58svh, 560px);
  object-fit: cover;
}

.image-panel::after {
  position: absolute;
  inset: 0;
  border: 1px solid rgba(237, 43, 231, 0.22);
  pointer-events: none;
  content: "";
}

.screen-media {
  position: absolute;
  inset: 0;
  z-index: -3;
}

.screen-media img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.section-watermark {
  position: absolute;
  inset: 0 0 0 46%;
  z-index: -1;
  opacity: 0.24;
  pointer-events: none;
}

.section-watermark img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.people-roster-section {
  isolation: isolate;
  overflow: hidden;
  background:
    linear-gradient(90deg, #010003 0%, rgba(1, 0, 3, 0.94) 46%, rgba(1, 0, 3, 0.58) 100%),
    var(--black);
}

.deployment-preview-screen,
.people-preview-screen,
.portfolio-preview-screen {
  overflow: hidden;
  isolation: isolate;
  background: var(--black);
}

.portfolio-preview-screen {
  background:
    linear-gradient(90deg, rgba(1, 0, 3, 0.94), rgba(1, 0, 3, 0.72)),
    var(--black);
}

.portfolio-preview-screen::after {
  position: absolute;
  inset: 18% -10% auto auto;
  z-index: 0;
  width: 48vw;
  height: 1px;
  background: linear-gradient(90deg, transparent, rgba(237, 43, 231, 0.72), transparent);
  box-shadow: 0 0 34px rgba(237, 43, 231, 0.58);
  pointer-events: none;
  content: "";
}

.people-preview-screen.screen-fit {
  min-height: clamp(720px, 96svh, 1040px);
}

.deployment-preview-screen::before,
.people-preview-screen::before,
.portfolio-preview-screen::before {
  position: absolute;
  inset: 0;
  z-index: -2;
  content: none;
}

.people-preview-screen::after {
  position: absolute;
  inset: 0;
  z-index: -1;
  background:
    linear-gradient(180deg, var(--black) 0%, rgba(1, 0, 3, 0) 18%, rgba(1, 0, 3, 0) 82%, var(--black) 100%);
  pointer-events: none;
  content: "";
}

.deployment-preview {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  gap: clamp(28px, 5vw, 64px);
  align-items: center;
}

.deployment-copy {
  max-width: 760px;
}

.deployment-copy h2 {
  font-size: clamp(44px, 5.5vw, 90px);
  line-height: 0.98;
}

.deployment-copy p:not(.eyebrow) {
  max-width: 660px;
}

.trusted-section {
  align-items: flex-start;
  min-height: auto;
  padding-block: clamp(76px, 10vh, 118px);
  background:
    linear-gradient(180deg, rgba(255,255,255,0.018), rgba(255,255,255,0) 42%),
    var(--black);
}

.trusted-section-inner {
  display: grid;
  grid-template-columns: 1fr;
  gap: clamp(22px, 4vh, 42px);
  justify-items: start;
}

.trusted-panel {
  display: grid;
  gap: clamp(18px, 2.6vh, 28px);
}

.trusted-panel .eyebrow {
  margin: 0;
}

.trusted-grid {
  width: 100%;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  border-color: var(--line-hot);
  background: var(--line-hot);
}

.trusted-grid .name-cell {
  min-height: clamp(86px, 11vh, 118px);
  color: var(--ivory);
  font-family: "Canela", Georgia, serif;
  font-size: clamp(20px, 2vw, 30px);
  line-height: 1;
}

.trusted-grid .name-cell span {
  display: block;
  margin-top: 10px;
  color: var(--dim);
  font-family: "Neue Montreal", Arial, sans-serif;
  font-size: 12px;
  line-height: 1.35;
}

.people-preview,
.portfolio-preview {
  position: relative;
  display: grid;
  grid-template-columns: minmax(0, 0.92fr) minmax(300px, 0.42fr);
  gap: clamp(42px, 8vw, 120px);
  align-items: end;
}

.people-preview h2,
.portfolio-preview h2 {
  max-width: 680px;
  font-size: clamp(54px, 7vw, 116px);
  line-height: 0.88;
}

.people-preview .actions {
  justify-content: flex-start;
  margin-top: clamp(18px, 2.8vh, 30px);
}

.portfolio-preview .actions {
  justify-content: flex-start;
  margin-top: clamp(18px, 2.8vh, 30px);
}

.portfolio-preview-copy {
  max-width: 560px;
  margin-top: clamp(18px, 2.8vh, 30px);
}

.portfolio-preview-media {
  align-self: end;
  width: min(100%, 420px);
  margin-left: auto;
  overflow: hidden;
  background: var(--void);
}

.portfolio-preview-media video {
  width: 100%;
  aspect-ratio: 4 / 5;
  object-fit: cover;
}

.portfolio-list {
  display: grid;
  gap: clamp(16px, 2.4vh, 28px);
  align-self: end;
}

.portfolio-list a {
  color: var(--ivory);
  font-family: "Canela", Georgia, serif;
  font-size: clamp(30px, 3.3vw, 58px);
  line-height: 0.94;
  transition: color 160ms ease, text-shadow 160ms ease;
}

.portfolio-list a:hover {
  color: var(--ivory);
  text-shadow: 0 0 22px rgba(237, 43, 231, 0.52);
}

.screen-tagline {
  position: absolute;
  right: 0;
  bottom: calc(-1 * clamp(72px, 10vh, 112px));
  max-width: 260px;
  margin: 0;
  color: var(--dim);
  font-size: 14px;
  line-height: 1.36;
  pointer-events: none;
}

.hero:not(.home-screen) > .hero-inner[data-screen]::before {
  position: absolute;
  left: 0;
  bottom: clamp(-2px, 1vh, 12px);
  color: var(--dim);
  font-size: 14px;
  content: attr(data-screen) "                              Scroll to explore";
  white-space: pre;
  pointer-events: none;
}

.hero > .hero-inner::after {
  position: absolute;
  right: 0;
  bottom: clamp(-2px, 1vh, 12px);
  max-width: 260px;
  color: var(--dim);
  font-size: 14px;
  line-height: 1.36;
  content: "Built for people.\A Designed for what's next.";
  white-space: pre;
  pointer-events: none;
}


.logo-marquee,
.name-grid,
.card-grid,
.team-grid,
.research-grid,
.tool-grid,
.lab-list {
  display: grid;
  gap: 1px;
  border: 1px solid var(--line);
  background: var(--line);
}

.logo-marquee {
  grid-template-columns: repeat(6, minmax(0, 1fr));
}

.name-grid {
  grid-template-columns: repeat(3, minmax(0, 1fr));
}

.card-grid {
  grid-template-columns: repeat(3, minmax(0, 1fr));
}

.card-grid.featured {
  grid-template-columns: repeat(3, minmax(0, 1fr));
  align-items: stretch;
}

.selected-work-screen .section-header {
  margin-bottom: clamp(22px, 3vh, 32px);
}

.selected-work-screen .section-header h2 {
  font-size: clamp(32px, 4.4vw, 64px);
}

.selected-work-screen .card-media {
  aspect-ratio: 16 / 8.6;
}

.selected-work-screen .card-body {
  min-height: 148px;
  padding: 18px;
}

.selected-work-screen .card h3 {
  font-size: clamp(23px, 1.8vw, 30px);
}

.selected-work-screen .card p {
  margin-block: 10px 0;
}

.card-grid.work-grid {
  grid-template-columns: repeat(5, minmax(0, 1fr));
}

.team-grid {
  grid-template-columns: repeat(4, minmax(0, 1fr));
}

.team-grid.leadership {
  grid-template-columns: repeat(4, minmax(0, 1fr));
}

.team-grid.compact {
  grid-template-columns: repeat(5, minmax(0, 1fr));
}

.team-panel .section-header {
  margin-bottom: 24px;
}

.team-panel h2 {
  font-size: clamp(32px, 4.1vw, 60px);
}

.research-grid {
  grid-template-columns: repeat(4, minmax(0, 1fr));
}

.tool-grid {
  grid-template-columns: repeat(3, minmax(0, 1fr));
}

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

.logo-cell,
.name-cell,
.card,
.team-card,
.research-cell,
.tool-card,
.lab-item,
.brief-cell,
.contact-card {
  background: rgba(3, 3, 5, 0.78);
}

.logo-cell,
.name-cell,
.research-cell {
  min-height: 78px;
  display: flex;
  align-items: center;
  padding: 18px;
  color: var(--muted);
}

.logo-cell {
  gap: 10px;
  min-height: clamp(52px, 7vh, 72px);
  font-size: 13px;
}

.logo-cell img {
  width: 22px;
  height: 22px;
  object-fit: contain;
  filter: grayscale(1) invert(1);
  opacity: 0.9;
}

.card,
.team-card,
.tool-card,
.lab-item,
.brief-cell,
.contact-card {
  padding: clamp(20px, 2.4vw, 30px);
}

.card {
  min-height: 248px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  position: relative;
  overflow: hidden;
}

.image-card {
  min-height: 0;
  padding: 0;
}

.card-media {
  position: relative;
  aspect-ratio: 16 / 9;
  overflow: hidden;
  background: var(--void);
}

.card-media img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 420ms ease, filter 420ms ease;
}

.card-media::after {
  position: absolute;
  inset: 0;
  content: none;
}

.card-body {
  display: flex;
  min-height: 174px;
  flex-direction: column;
  justify-content: space-between;
  padding: 22px;
}

.work-grid .card-body {
  min-height: 152px;
  padding: 16px;
}

.work-grid .card-media {
  aspect-ratio: 16 / 8.4;
}

.card-meta,
.tags,
.role,
.muted-small {
  color: var(--dim);
  font-size: 12px;
  letter-spacing: 0.02em;
  line-height: 1.45;
  text-transform: none;
}

.card p,
.team-card p,
.tool-card p,
.lab-item p,
.brief-cell p,
.contact-card p {
  font-size: 15px;
}

.card h3,
.team-card h3 {
  font-size: clamp(24px, 2vw, 34px);
}

.work-grid .card h3 {
  font-size: clamp(21px, 1.55vw, 26px);
}

.work-grid .card p {
  margin-block: 8px 0;
  font-size: 14px;
}

.tags {
  display: flex;
  flex-wrap: wrap;
  gap: 6px;
  margin-top: 18px;
}

.tags span {
  border: 1px solid var(--line);
  border-radius: 999px;
  padding: 5px 8px;
  background: rgba(255, 255, 255, 0.035);
}

.brands-row {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 1px;
  border: 1px solid var(--line);
  background: var(--line);
}

.brand-product {
  min-height: min(34svh, 290px);
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.035), rgba(255, 255, 255, 0.01)),
    rgba(1, 0, 3, 0.78);
}

.brand-product > span:not(.brand-product-media) {
  display: grid;
  gap: 14px;
  padding: clamp(20px, 3vw, 32px);
}

.brand-product-media {
  display: block;
  aspect-ratio: 4 / 3;
  overflow: hidden;
  background: var(--void);
}

.brand-product-media img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 420ms ease, filter 420ms ease;
}

.brand-product h3 {
  font-size: clamp(25px, 2.6vw, 38px);
}

.brand-product p {
  margin-bottom: 0;
  font-size: 16px;
}

.quote-band {
  border-block: 1px solid var(--line-hot);
  background:
    linear-gradient(90deg, rgba(115, 35, 242, 0.12), transparent 38%),
    rgba(1, 0, 3, 0.72);
}

.cta-slab {
  overflow: hidden;
  background: #010003;
}

.cta-slab::after {
  position: absolute;
  inset: 18% -10% auto auto;
  width: 48vw;
  height: 1px;
  background: linear-gradient(90deg, transparent, rgba(237, 43, 231, 0.72), transparent);
  box-shadow: 0 0 34px rgba(237, 43, 231, 0.58);
  content: "";
}

.quote {
  max-width: 980px;
  margin: 0;
  font-size: clamp(34px, 5vw, 72px);
  line-height: 1;
}

.brief-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 1px;
  border: 1px solid var(--line);
  background: var(--line);
}

.systems-panel {
  position: relative;
  display: grid;
  grid-template-columns: 0.72fr 1fr;
  gap: clamp(40px, 8vw, 118px);
  align-items: end;
}

.systems-copy {
  max-width: 430px;
}

.systems-copy h2 {
  font-size: clamp(42px, 6vw, 92px);
}

.systems-principles {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: clamp(26px, 4vw, 58px);
  border: 0;
  background: transparent;
}

.systems-principle {
  min-height: 0;
  padding: clamp(18px, 3vh, 28px) 0 0;
  border-top: 1px solid rgba(243, 240, 233, 0.24);
  background: transparent;
}

.principle-media,
.brief-media {
  position: relative;
  overflow: hidden;
  margin-bottom: clamp(16px, 2.4vh, 24px);
  border: 1px solid rgba(243, 240, 233, 0.16);
  background: var(--void);
}

.principle-media {
  height: clamp(300px, 34vh, 354px);
}

.brief-media {
  aspect-ratio: 16 / 8.5;
  margin: calc(clamp(20px, 2.4vw, 30px) * -1) calc(clamp(20px, 2.4vw, 30px) * -1) clamp(18px, 2.6vh, 26px);
  border-width: 0 0 1px;
}

.principle-media img,
.brief-media img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  filter: saturate(1.05) contrast(1.04);
}

.principle-media::after,
.brief-media::after {
  position: absolute;
  inset: 0;
  content: none;
}

.systems-principle h3 {
  min-height: 3.15em;
  font-size: clamp(25px, 2.4vw, 38px);
}

.systems-principle p {
  font-size: 15px;
}

.brief-cell.with-media {
  overflow: hidden;
}

.process {
  counter-reset: step;
  display: grid;
  gap: 1px;
  border: 1px solid var(--line);
  background: var(--line);
}

.process-screen .section-header {
  margin-bottom: clamp(18px, 3vh, 28px);
}

.process-screen .section-header h2 {
  font-size: clamp(32px, 4.2vw, 58px);
}

.process-step {
  counter-increment: step;
  display: grid;
  grid-template-columns: 96px 1fr;
  gap: clamp(18px, 3vw, 40px);
  padding: clamp(16px, 2vw, 24px);
  background: rgba(3, 3, 5, 0.8);
}

.process-step::before {
  content: "0" counter(step);
  color: var(--magenta);
  font-family: "Canela", Georgia, serif;
  font-size: clamp(34px, 5vw, 62px);
  line-height: 1;
}

.process-step h3 {
  font-size: clamp(27px, 3vw, 42px);
}

.process-step p {
  max-width: 780px;
  margin-block: 8px 0;
  font-size: 15px;
  line-height: 1.42;
}

.lab-featured-list {
  grid-template-columns: repeat(2, minmax(0, 1fr));
}

.lab-featured-screen .section-header,
.lab-archive-screen .section-header {
  margin-bottom: clamp(20px, 3vh, 34px);
}

.lab-featured-screen .section-header h2,
.lab-archive-screen .section-header h2 {
  font-size: clamp(34px, 4.5vw, 64px);
}

.lab-featured-list .lab-item {
  min-height: min(55svh, 500px);
}

.lab-item h3 {
  font-size: clamp(26px, 2.8vw, 44px);
}

.lab-item p {
  margin-block: 12px 0;
}

.lab-item .tags {
  margin-top: 14px;
}

.lab-archive-list {
  grid-template-columns: repeat(5, minmax(0, 1fr));
}

.lab-archive-list .lab-item {
  min-height: min(48svh, 420px);
}

.lab-archive-list .lab-item h3 {
  font-size: clamp(23px, 1.8vw, 30px);
}

.lab-archive-list .lab-item p {
  font-size: 14px;
}

.contact-layout {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(320px, 0.75fr);
  gap: clamp(30px, 6vw, 80px);
  align-items: start;
}

.contact-section {
  min-height: auto;
  padding-block: clamp(84px, 12vh, 142px);
  background: var(--black);
}

.contact-copy h2 {
  max-width: 780px;
}

.contact-copy > p:not(.eyebrow) {
  max-width: 560px;
  margin-top: clamp(18px, 2.6vh, 28px);
}

.contact-cards {
  display: grid;
  gap: 0;
  margin-top: clamp(26px, 4vh, 42px);
  border: 2px solid var(--line-hot);
  background: transparent;
}

.contact-card {
  display: grid;
  gap: 6px;
  padding: clamp(14px, 1.7vw, 20px);
  background: rgba(3, 3, 5, 0.9);
}

.contact-card + .contact-card {
  border-top: 2px solid var(--line-hot);
}

.contact-card span {
  color: var(--dim);
  font-size: 11px;
}

.contact-card strong {
  color: var(--ivory);
  font-family: "Neue Montreal", Arial, sans-serif;
  font-size: clamp(15px, 1.05vw, 18px);
  font-weight: 400;
  line-height: 1.25;
}

.contact-panel {
  padding: clamp(22px, 3vw, 36px);
  border: 1px solid var(--line);
  background: rgba(3, 3, 5, 0.86);
}

.team-card {
  overflow: hidden;
}

.team-card.with-photo {
  padding: 0;
}

.team-photo {
  aspect-ratio: 4 / 3;
  overflow: hidden;
  background: rgba(255, 255, 255, 0.04);
}

.team-grid.compact .team-photo {
  aspect-ratio: 2 / 1;
}

.team-photo img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center top;
  filter: grayscale(1);
  transition: filter 220ms ease, transform 420ms ease;
}

.team-content {
  padding: 20px;
}

.team-grid.compact .team-content {
  padding: 14px 16px 16px;
}

.team-grid.compact .team-card p:not(.role) {
  display: none;
}

.team-grid.compact .team-card h3 {
  font-size: clamp(22px, 1.7vw, 28px);
}

.team-grid.compact .role {
  font-size: 11px;
}

.people-section-header {
  grid-template-columns: 1fr;
  gap: 0;
  justify-items: start;
}

.people-section-header .eyebrow {
  margin: 0 0 20px;
}

.people-roster-section {
  background: var(--black);
}

.people-roster-section .team-grid.leadership {
  gap: clamp(14px, 1.8vw, 24px);
  border: 0;
  background: transparent;
}

.people-roster-section .team-card {
  border: 1px solid var(--line);
}

.section.light-band.team-panel {
  background: var(--black);
  color: var(--ivory);
}

.section.light-band.team-panel .eyebrow {
  color: var(--dim);
}

.team-panel .section-header h2 {
  color: var(--ivory);
}

.team-panel .team-grid.compact {
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: clamp(14px, 1.7vw, 22px);
  border: 0;
  background: transparent;
}

.team-panel .team-grid.compact .team-card.with-photo {
  display: grid;
  grid-template-columns: 76px 1fr;
  gap: 18px;
  align-items: start;
  min-height: clamp(250px, 31vh, 330px);
  padding: clamp(18px, 2vw, 24px);
  border: 1px solid var(--line);
  background: rgba(3, 3, 5, 0.88);
  color: var(--ivory);
}

.team-panel .team-grid.compact .team-photo {
  position: relative;
  width: 68px;
  height: 68px;
  aspect-ratio: 1;
  border: 1px solid var(--line);
  border-radius: 50%;
}

.team-panel .team-grid.compact .team-photo img {
  object-position: center top;
}

.team-panel .team-grid.compact .initials-photo {
  display: grid;
  place-items: center;
  background: rgba(237, 43, 231, 0.12);
  color: var(--ivory);
  font-family: "Canela", Georgia, serif;
  font-size: 22px;
  line-height: 1;
}

.team-panel .team-grid.compact .team-content {
  padding: 0;
}

.team-panel .team-grid.compact .team-card h3 {
  font-size: clamp(23px, 1.8vw, 31px);
  line-height: 1;
}

.team-panel .team-grid.compact .role {
  margin-top: 8px;
  color: var(--hot);
  font-size: 12px;
}

.team-panel .team-grid.compact .team-card p:not(.role) {
  display: block;
  margin: 18px 0 0;
  color: var(--muted);
  font-size: 14px;
  line-height: 1.42;
}

.cta-slab .people-section-header {
  margin-bottom: clamp(22px, 3vh, 32px);
}

.cta-slab .research-grid {
  gap: 0;
  border: 2px solid var(--line-hot);
  background: transparent;
}

.cta-slab .research-grid > div {
  border-right: 2px solid var(--line-hot);
  border-bottom: 2px solid var(--line-hot);
}

.cta-slab .research-grid > div:nth-child(4n) {
  border-right: 0;
}

.cta-slab .research-grid > div:nth-last-child(-n + 4) {
  border-bottom: 0;
}

@media (max-width: 900px) {
  .cta-slab .research-grid > div:nth-child(n) {
    border-right: 2px solid var(--line-hot);
    border-bottom: 2px solid var(--line-hot);
  }

  .cta-slab .research-grid > div:nth-child(2n) {
    border-right: 0;
  }

  .cta-slab .research-grid > div:nth-last-child(-n + 2) {
    border-bottom: 0;
  }
}

@media (max-width: 620px) {
  .cta-slab .research-grid > div:nth-child(n) {
    border-right: 0;
    border-bottom: 2px solid var(--line-hot);
  }

  .cta-slab .research-grid > div:last-child {
    border-bottom: 0;
  }
}

.contact-form {
  display: grid;
  gap: 16px;
}

.field {
  display: grid;
  gap: 8px;
}

.field label {
  color: var(--dim);
  font-size: 12px;
  letter-spacing: 0.02em;
  text-transform: none;
}

.field input,
.field textarea {
  width: 100%;
  border: 1px solid var(--line);
  border-radius: 0;
  background: rgba(255, 255, 255, 0.045);
  color: var(--ivory);
  padding: 15px 16px;
  outline: none;
}

.field textarea {
  min-height: 160px;
  resize: vertical;
}

.field input:focus,
.field textarea:focus,
.button:focus-visible,
.menu-button:focus-visible,
a:focus-visible {
  outline: 2px solid var(--magenta);
  outline-offset: 3px;
}

.form-note {
  min-height: 22px;
  margin: 0;
  color: var(--dim);
  font-size: 14px;
}

.site-footer {
  position: relative;
  overflow: hidden;
  padding: 58px var(--gutter) 36px;
  border-top: 1px solid var(--line);
  background: #020203;
}

.footer-inner {
  display: grid;
  grid-template-columns: 1.3fr repeat(3, minmax(150px, 0.6fr));
  gap: 32px;
  width: min(100%, var(--max));
  margin: 0 auto;
}

.footer-brand img {
  width: 168px;
}

.footer-brand p {
  max-width: 360px;
  font-size: 16px;
}

.footer-links {
  display: grid;
  gap: 10px;
  align-content: start;
}

.footer-links strong {
  margin-bottom: 8px;
  color: var(--ivory);
  font-size: 12px;
  letter-spacing: 0.02em;
  text-transform: none;
}

.footer-links a,
.footer-links span {
  color: var(--muted);
  font-size: 15px;
}

.footer-bottom {
  display: flex;
  justify-content: space-between;
  gap: 20px;
  width: min(100%, var(--max));
  margin: 46px auto 0;
  padding-top: 22px;
  border-top: 1px solid var(--line);
  color: var(--dim);
  font-size: 13px;
}

.footer-stacked-logo {
  width: clamp(128px, 12vw, 178px);
  margin-left: auto;
  opacity: 1;
  pointer-events: none;
}

.footer-logo-column {
  display: flex;
  grid-column: 4;
  align-items: center;
  justify-content: flex-end;
}

@media (max-width: 1200px) {
  :root {
    --gutter: clamp(22px, 4.4vw, 44px);
  }

  .nav-shell {
    gap: clamp(42px, 6vw, 86px);
  }

  .nav-links {
    gap: clamp(24px, 3.4vw, 44px);
  }

  .statement-grid {
    grid-template-columns: minmax(0, 0.9fr) minmax(300px, 0.5fr);
    gap: clamp(38px, 6vw, 76px);
  }

  .statement-grid h2 {
    font-size: clamp(48px, 6vw, 76px);
  }

  .systems-panel {
    grid-template-columns: minmax(0, 0.58fr) minmax(0, 0.86fr);
    gap: clamp(34px, 5vw, 64px);
  }

  .systems-copy h2 {
    font-size: clamp(46px, 6vw, 72px);
  }

  .systems-principles {
    gap: clamp(20px, 2.8vw, 34px);
  }

  .people-preview h2,
  .portfolio-preview h2 {
    font-size: clamp(56px, 8vw, 92px);
  }

  .card-grid.work-grid {
    grid-template-columns: repeat(5, minmax(0, 1fr));
  }

  .work-grid .card-body {
    min-height: 132px;
    padding: 14px;
  }

  .work-grid .card h3 {
    font-size: clamp(20px, 1.7vw, 24px);
  }

  .work-grid .card p {
    font-size: 13px;
  }

  .work-grid .tags {
    gap: 4px;
    margin-top: 12px;
  }

  .work-grid .tags span {
    padding: 4px 7px;
  }

  .cta-slab .section-header {
    margin-bottom: 24px;
  }

  .cta-slab .section-header h2 {
    font-size: clamp(32px, 4.5vw, 60px);
  }

  .cta-slab .research-cell {
    min-height: 58px;
    padding-block: 13px;
  }
}

@media (max-width: 900px) {
  html {
    scroll-snap-type: none;
  }

  .nav-shell {
    justify-content: space-between;
    gap: 0;
  }

  .menu-button {
    display: flex;
  }

  .nav-links {
    position: fixed;
    inset: 77px var(--gutter) auto var(--gutter);
    display: none;
    flex-direction: column;
    align-items: stretch;
    gap: 0;
    border: 1px solid var(--line);
    background: rgba(3, 3, 5, 0.94);
    backdrop-filter: blur(18px);
  }

  body.nav-open .nav-links {
    display: flex;
  }

  .nav-links a {
    padding: 18px;
    border-bottom: 1px solid var(--line);
  }

  .nav-links a:last-child {
    border-bottom: 0;
  }

  .hero,
  .hero.hero-compact {
    min-height: 760px;
  }

  .section {
    min-height: auto;
    display: block;
    padding-block: 82px;
    scroll-snap-align: none;
  }

  .hero::before {
    inset: auto 0 0;
    height: clamp(96px, 16vh, 170px);
    background: linear-gradient(0deg, var(--black) 0%, rgba(1, 0, 3, 0.5) 34%, rgba(1, 0, 3, 0) 100%);
  }

  .section-header,
  .split,
  .about-hero-layout,
  .people-hero-layout,
  .brand-hero,
  .statement-grid,
  .systems-panel,
  .deployment-preview,
  .people-preview,
  .portfolio-preview,
  .contact-layout,
  .footer-inner {
    grid-template-columns: 1fr;
  }

  .site-footer {
    text-align: center;
  }

  .footer-inner,
  .footer-brand,
  .footer-links,
  .footer-logo-column,
  .footer-bottom {
    justify-items: center;
    align-items: center;
    text-align: center;
  }

  .footer-brand {
    display: grid;
  }

  .footer-brand p {
    margin-inline: auto;
  }

  .footer-logo-column {
    grid-column: auto;
    justify-content: center;
  }

  .footer-stacked-logo {
    margin-inline: auto;
  }

  .screen-meta,
  .hero:not(.home-screen) > .hero-inner[data-screen]::before {
    display: none;
  }

  .brand-hero {
    gap: 26px;
  }

  .hero-lockup {
    width: min(78vw, 330px);
    margin-bottom: 42px;
  }

  .mission-card {
    max-width: none;
    margin-left: 0;
    padding-top: 0;
  }

  .about-hero-copy {
    max-width: none;
    margin-left: 0;
  }

  .screen-meta {
    margin-top: 34px;
  }

  .screen-tagline {
    position: static;
    margin-top: 28px;
  }

  .statement-grid {
    align-items: start;
  }

  .about-hero-layout {
    align-items: center;
  }

  .about-hero .hero-media {
    inset: auto 0 0 18%;
    z-index: -3;
    width: auto;
    height: 48svh;
    border: 0;
    opacity: 0.42;
  }

  .about-hero-layout h1 {
    max-width: 680px;
    font-size: clamp(44px, 12vw, 72px);
  }

  .statement-grid .quote {
    font-size: clamp(32px, 9vw, 56px);
  }

  .deployment-preview {
    align-items: start;
  }

  .deployment-copy h2 {
    font-size: clamp(42px, 11vw, 68px);
  }

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

  .people-preview,
  .portfolio-preview {
    align-items: start;
  }

  .people-preview h2,
  .portfolio-preview h2 {
    font-size: clamp(46px, 13vw, 74px);
  }

  .people-preview .actions {
    justify-content: flex-start;
  }

  .portfolio-list a {
    font-size: clamp(30px, 8vw, 46px);
  }

  .system-screen .backdrop-image {
    inset: auto -8vw -8vh 18%;
    height: 42svh;
    opacity: 0.22;
  }

  .section-watermark {
    inset: 38% 0 0 0;
    opacity: 0.18;
  }

  .principle-media {
    height: clamp(220px, 34vh, 320px);
    aspect-ratio: auto;
    max-height: none;
  }

  .logo-marquee,
  .name-grid,
  .card-grid,
  .card-grid.featured,
  .card-grid.work-grid,
  .team-grid,
  .team-grid.leadership,
  .team-grid.compact,
  .research-grid,
  .tool-grid,
  .systems-principles,
  .lab-featured-list,
  .lab-archive-list,
  .brands-row,
  .brief-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .card-body,
  .work-grid .card-body {
    min-height: auto;
  }

  .team-panel .team-grid.compact {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media (min-width: 761px) and (max-width: 900px) {
  .hero,
  .hero.hero-compact {
    min-height: 100svh;
  }

  .brand-hero {
    align-items: end;
  }
}

@media (max-width: 760px) {
  .nav-shell {
    padding-top: 24px;
  }

  .brand {
    width: clamp(88px, 28vw, 116px);
  }

  .hero,
  .hero.hero-compact {
    min-height: 720px;
  }

  .hero-lockup {
    width: min(72vw, 310px);
    margin-bottom: 30px;
  }

  .statement-grid h2,
  .systems-copy h2 {
    font-size: clamp(42px, 12vw, 64px);
  }

  .quote {
    font-size: clamp(34px, 10vw, 58px);
  }

  .section {
    padding-block: 76px;
  }

  .section-header {
    margin-bottom: 28px;
  }

  .logo-cell,
  .name-cell,
  .research-cell {
    min-height: 64px;
  }

  .brief-media {
    aspect-ratio: 16 / 9;
  }

  .team-panel .team-grid.compact .team-card.with-photo {
    min-height: auto;
  }
}

@media (max-width: 620px) {
  .hero,
  .hero.hero-compact {
    min-height: 700px;
    padding-bottom: 40px;
  }

  .hero-metrics,
  .logo-marquee,
  .name-grid,
  .card-grid,
  .card-grid.featured,
  .card-grid.work-grid,
  .team-grid,
  .team-grid.leadership,
  .team-grid.compact,
  .research-grid,
  .tool-grid,
  .systems-principles,
  .lab-featured-list,
  .lab-archive-list,
  .brands-row,
  .brief-grid {
    grid-template-columns: 1fr;
  }

  .team-panel .team-grid.compact {
    grid-template-columns: 1fr;
  }

  .team-panel .team-grid.compact .team-card.with-photo {
    grid-template-columns: 64px 1fr;
    gap: 16px;
  }

  .team-panel .team-grid.compact .team-photo {
    width: 58px;
    height: 58px;
  }

  .brand-tagline h1 {
    font-size: clamp(27px, 8vw, 40px);
  }

  .mission-card p {
    font-size: 18px;
  }

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

  .footer-bottom {
    flex-direction: column;
  }
}

@media (max-width: 480px) {
  :root {
    --gutter: 20px;
  }

  .site-header {
    position: absolute;
  }

  .nav-shell {
    padding-top: 28px;
  }

  .hero,
  .hero.hero-compact {
    min-height: 720px;
    padding-top: 104px;
  }

  .hero-lockup {
    width: min(82vw, 330px);
  }

  .screen-meta {
    grid-template-columns: 48px 1fr;
    gap: 66px;
  }

  .mission-card p {
    margin-top: 24px;
    font-size: 17px;
  }

  .people-preview h2,
  .portfolio-preview h2 {
    font-size: clamp(46px, 15vw, 68px);
  }

  .portfolio-list {
    gap: 14px;
  }

  .portfolio-list a {
    font-size: clamp(30px, 10vw, 42px);
  }

  .card,
  .team-card,
  .tool-card,
  .lab-item,
  .brief-cell,
  .contact-card {
    padding: 18px;
  }

  .brief-media {
    margin: -18px -18px 18px;
  }
}

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

  .reveal,
  .reveal-up,
  .reveal-scale {
    opacity: 1 !important;
    transform: none !important;
  }
}

/* 2026 static-site rework */
.screen-fit {
  min-height: clamp(620px, 82svh, 880px);
}

.hero.screen-fit {
  min-height: 100svh;
}

.site-header {
  background: transparent;
}

.nav-shell {
  min-height: var(--header-h);
}

.editorial-hero {
  position: relative;
  display: grid;
  align-content: end;
  width: min(100%, var(--max));
  max-width: var(--max);
  margin: 0 auto;
}

.editorial-hero h1 {
  max-width: 940px;
}

.editorial-hero p:not(.eyebrow),
.portfolio-hero-layout p:not(.eyebrow),
.project-hero-copy p:not(.eyebrow) {
  max-width: 650px;
}

.editorial-hero blockquote {
  max-width: 700px;
  margin: clamp(26px, 4vw, 46px) 0 0 auto;
  color: var(--ivory);
  font-family: "Canela", Georgia, serif;
  font-size: clamp(30px, 4vw, 58px);
  line-height: 1;
}

.about-hero-layout {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(260px, 0.34fr);
  gap: clamp(34px, 7vw, 120px);
  align-items: end;
  width: 100%;
  margin: 0 auto;
}

.about-hero-layout h1 {
  max-width: 620px;
  font-size: clamp(42px, 4.2vw, 74px);
  line-height: 0.95;
}

.about-hero-text {
  max-width: 660px;
  padding-top: 0;
}

.about-hero-copy {
  max-width: 430px;
  margin-top: clamp(18px, 3vh, 30px);
}

.about-hero-copy p {
  margin: 0;
  color: var(--muted);
  font-size: clamp(14px, 0.98vw, 17px);
  line-height: 1.32;
}

.about-hero-copy p + p {
  margin-top: 16px;
}

.people-hero-layout {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(260px, 0.34fr);
  gap: clamp(34px, 7vw, 120px);
  align-items: end;
  width: 100%;
  margin: 0 auto;
}

.people-hero-text {
  max-width: 760px;
}

.people-hero-text h1 {
  max-width: 720px;
  font-size: clamp(44px, 5.2vw, 92px);
  line-height: 0.94;
}

.people-hero-copy {
  max-width: 500px;
  margin-top: clamp(20px, 3.2vh, 34px);
}

.people-hero-copy p {
  margin: 0;
  color: var(--muted);
  font-size: clamp(14px, 0.98vw, 17px);
  line-height: 1.32;
}

.contact-hero-layout {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(260px, 0.34fr);
  gap: clamp(34px, 7vw, 120px);
  align-items: end;
  width: 100%;
  margin: 0 auto;
}

.contact-hero-text {
  max-width: 760px;
}

.contact-hero-text h1 {
  max-width: 720px;
  font-size: clamp(44px, 5.2vw, 92px);
  line-height: 0.94;
}

.contact-hero-copy {
  max-width: 500px;
  margin-top: clamp(20px, 3.2vh, 34px);
}

.contact-hero-copy p {
  margin: 0;
  color: var(--muted);
  font-size: clamp(14px, 0.98vw, 17px);
  line-height: 1.32;
}

.about-hero .hero-media {
  inset: 0;
  z-index: -3;
  width: auto;
  overflow: hidden;
  border: 0;
  background: var(--void);
}

.about-hero .hero-media::after {
  content: none;
}

.deployment-hero-layout {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(260px, 0.34fr);
  gap: clamp(34px, 7vw, 120px);
  align-items: end;
  width: 100%;
  margin: 0 auto;
}

.deployment-hero-copy {
  max-width: 760px;
}

.deployment-hero-copy h1 {
  max-width: 720px;
  font-size: clamp(44px, 5.2vw, 92px);
  line-height: 0.94;
}

.deployment-hero-text {
  max-width: 500px;
  margin-top: clamp(20px, 3.2vh, 34px);
}

.deployment-hero-text p {
  margin: 0;
  color: var(--muted);
  font-size: clamp(14px, 0.98vw, 17px);
  line-height: 1.32;
}

.systems-page-hero .hero-media img {
  object-position: center center;
}

.systems-hero-layout {
  display: grid;
  grid-template-columns: minmax(0, 0.66fr) minmax(280px, 0.34fr);
  gap: clamp(34px, 4vw, 72px);
  align-items: end;
  width: 100%;
  margin: 0 auto;
}

.systems-hero-cards {
  display: grid;
  gap: clamp(18px, 2.4vh, 28px);
  align-self: stretch;
  align-content: end;
}

.systems-hero-cards .eyebrow {
  margin: 0;
  color: var(--dim);
  font-size: 12px;
  font-weight: 400;
  letter-spacing: 0.02em;
  line-height: 1.4;
}

.systems-hero-card-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 290px));
  gap: clamp(14px, 1.5vw, 24px);
}

.systems-hero-card {
  --system-card-pad: clamp(22px, 2.4vw, 34px);
  --system-card-title-h: clamp(82px, 6.4vw, 108px);
  display: grid;
  min-height: clamp(500px, 68vh, 710px);
  grid-template-rows: var(--system-card-title-h) auto auto 1fr;
  align-content: start;
  padding: var(--system-card-pad);
  border: 1px solid rgba(243, 240, 233, 0.16);
  background: rgba(1, 0, 3, 0.72);
}

.systems-hero-card h2 {
  max-width: 270px;
  height: var(--system-card-title-h);
  font-size: clamp(28px, 2.3vw, 42px);
  line-height: 1.08;
}

.system-card-rule {
  width: clamp(44px, 4vw, 62px);
  height: 3px;
  margin: clamp(20px, 2.3vh, 28px) 0 clamp(22px, 2.6vh, 32px);
  background: var(--line-hot);
}

.systems-hero-card p {
  max-width: 260px;
  margin: 0 0 clamp(24px, 4vh, 44px);
  color: var(--muted);
  font-size: clamp(14px, 0.98vw, 17px);
  line-height: 1.32;
}

.systems-hero-card-media {
  align-self: end;
  aspect-ratio: 1 / 0.94;
  width: calc(100% + (var(--system-card-pad) * 2));
  margin: 0 calc(var(--system-card-pad) * -1) calc(var(--system-card-pad) * -1);
  overflow: hidden;
  background: var(--void);
}

.systems-hero-card-media img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.systems-hero-title {
  display: grid;
  justify-items: end;
  align-self: end;
  padding-bottom: clamp(32px, 5vh, 72px);
  text-align: right;
}

.systems-hero-title h1 {
  max-width: 300px;
  font-size: clamp(21px, 1.8vw, 35px);
  line-height: 1.1;
}

.model-labs-section {
  min-height: auto;
  padding-block: clamp(78px, 11vh, 132px);
  background: var(--black);
}

.model-labs-layout {
  display: grid;
  grid-template-columns: minmax(0, 0.56fr) minmax(300px, 0.44fr);
  gap: clamp(38px, 6vw, 92px);
  align-items: center;
}

.model-labs-header {
  order: 2;
  display: grid;
  grid-template-columns: 1fr;
  gap: 0;
  justify-items: start;
  margin-bottom: 0;
  text-align: left;
}

.model-labs-header .eyebrow {
  margin: 0 0 20px;
}

.model-labs-header h2 {
  max-width: 560px;
  font-size: clamp(34px, 3.8vw, 60px);
}

.model-labs-header p:not(.eyebrow) {
  max-width: 560px;
  margin-top: clamp(18px, 2.8vh, 28px);
  color: var(--muted);
  font-size: clamp(16px, 1.2vw, 20px);
  line-height: 1.42;
}

.model-lab-grid {
  order: 1;
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: clamp(12px, 1.4vw, 18px);
}

.model-lab-card {
  display: grid;
  min-height: clamp(190px, 22vh, 245px);
  grid-template-rows: auto auto 1fr;
  gap: clamp(14px, 2vh, 20px);
  padding: clamp(18px, 2vw, 24px);
  border: 1px solid rgba(243, 240, 233, 0.16);
  background: rgba(1, 0, 3, 0.78);
}

.model-lab-logo {
  display: grid;
  width: clamp(34px, 3.2vw, 46px);
  height: clamp(34px, 3.2vw, 46px);
  place-items: center;
  border: 1px solid rgba(243, 240, 233, 0.14);
  background: rgba(243, 240, 233, 0.04);
  color: var(--ivory);
  font-family: "Canela", Georgia, serif;
  font-size: clamp(18px, 1.8vw, 26px);
  line-height: 1;
}

.model-lab-logo img {
  width: 54%;
  height: 54%;
  object-fit: contain;
  filter: grayscale(1) invert(1);
  opacity: 0.92;
}

.model-lab-logo.text-mark {
  font-family: "Neue Montreal", Arial, sans-serif;
  font-size: clamp(15px, 1.4vw, 21px);
}

.model-lab-heading h3 {
  font-size: clamp(24px, 2vw, 34px);
  line-height: 0.96;
}

.model-lab-heading span {
  display: block;
  margin-top: 8px;
  color: var(--dim);
  font-size: 12px;
  line-height: 1.35;
}

.model-lab-tools {
  align-self: end;
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
}

.model-lab-tools span {
  min-height: 31px;
  padding: 7px 10px;
  border: 1px solid rgba(243, 240, 233, 0.15);
  color: var(--muted);
  font-size: 12px;
  line-height: 1.25;
}

.people-page-hero::before,
.portfolio-page-hero::before,
.careers-hero::before,
.project-hero::before {
  inset: auto 0 0;
  height: clamp(110px, 18vh, 220px);
  background: linear-gradient(0deg, var(--black) 0%, rgba(1, 0, 3, 0.56) 34%, rgba(1, 0, 3, 0) 100%);
  content: "";
}

.layered-section {
  overflow: hidden;
  background:
    linear-gradient(180deg, rgba(255,255,255,0.018), transparent 42%),
    radial-gradient(circle at 84% 18%, rgba(237, 43, 231, 0.14), transparent 26%),
    var(--black);
}

.about-hero + .layered-section {
  background: var(--black);
}

.deployment-why-section {
  background: var(--black);
}

.layered-section::before,
.work-section::before,
.logo-section::before {
  position: absolute;
  inset: 0 var(--gutter);
  max-width: var(--max);
  margin: 0 auto;
  border-left: 1px solid rgba(243, 240, 233, 0.07);
  border-right: 1px solid rgba(243, 240, 233, 0.07);
  pointer-events: none;
  content: none;
}

.layered-grid {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(330px, 0.62fr);
  gap: clamp(36px, 7vw, 110px);
  align-items: center;
}

.layer-copy h2 {
  max-width: 840px;
}

.layer-panel {
  position: relative;
  padding: clamp(28px, 4vw, 48px);
  border: 1px solid rgba(243, 240, 233, 0.16);
  background: rgba(243, 240, 233, 0.06);
  box-shadow: 0 24px 80px rgba(0, 0, 0, 0.28);
}

.layer-panel::before {
  position: absolute;
  inset: -24px 24px auto -24px;
  height: 72px;
  border-top: 1px solid rgba(237, 43, 231, 0.38);
  border-left: 1px solid rgba(237, 43, 231, 0.38);
  content: "";
}

.layer-panel p {
  margin: 0 0 18px;
  color: var(--ivory);
}

.deployment-why-panel p:last-child {
  margin-bottom: 0;
}

.deployment-principles-section {
  min-height: auto;
  padding-block: clamp(72px, 10vh, 116px);
  background: var(--black);
}

.deployment-principles-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: clamp(18px, 2.4vw, 28px);
}

.deployment-principle {
  display: grid;
  min-height: clamp(280px, 34vh, 380px);
  align-content: start;
  padding: clamp(24px, 3vw, 36px);
  border: 1px solid rgba(243, 240, 233, 0.16);
  background: rgba(1, 0, 3, 0.78);
}

.deployment-principle h3 {
  max-width: 330px;
  min-height: 2.1em;
  font-size: clamp(28px, 2.8vw, 46px);
  line-height: 1.02;
}

.deployment-principle h3::after {
  display: block;
  width: clamp(44px, 4vw, 62px);
  height: 3px;
  margin: clamp(20px, 2.6vh, 30px) 0 clamp(22px, 3vh, 34px);
  background: var(--line-hot);
  content: "";
}

.deployment-principle p {
  max-width: 340px;
  margin: 0;
  color: var(--muted);
  font-size: clamp(14px, 0.98vw, 17px);
  line-height: 1.42;
}

.deployment-model-section,
.deployment-bring-section {
  min-height: auto;
  padding-block: clamp(80px, 11vh, 132px);
  background: var(--black);
}

.deployment-model-section .process-step h4 {
  margin-top: 6px;
  color: var(--ivory);
}

.deployment-model-section .section-header {
  grid-template-columns: 1fr;
  gap: 0;
  justify-items: start;
}

.deployment-model-section .section-header .eyebrow {
  margin: 0 0 20px;
}

.deployment-model-section .process {
  gap: clamp(14px, 1.8vw, 24px);
  border: 0;
  background: transparent;
}

.deployment-model-section .process-step {
  border: 1px solid var(--line);
}

.deployment-capability-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 1px;
  margin-top: clamp(24px, 3.5vh, 38px);
  border: 1px solid var(--line-hot);
  background: var(--line-hot);
}

.deployment-capability-grid span {
  display: flex;
  min-height: 76px;
  align-items: center;
  padding: 18px;
  background: rgba(1, 0, 3, 0.84);
  color: var(--muted);
  font-size: 13px;
  line-height: 1.3;
}

.premium-grid {
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 1px;
  border: 1px solid var(--line);
  background: var(--line);
}

.premium-grid.trusted-grid {
  grid-template-columns: repeat(4, minmax(0, 1fr));
  border-color: var(--line-hot);
  background: var(--line-hot);
}

.premium-grid .name-cell {
  display: grid;
  min-height: clamp(112px, 16vh, 158px);
  place-items: center;
  padding: 24px;
  border: 0;
  background: rgba(1, 0, 3, 0.88);
  text-align: center;
}

.portfolio-hero-layout {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(260px, 0.34fr);
  gap: clamp(34px, 7vw, 120px);
  align-items: end;
  width: 100%;
  margin: 0 auto;
}

.portfolio-hero-text {
  max-width: 760px;
}

.portfolio-hero-text h1 {
  max-width: 720px;
  font-size: clamp(44px, 5.2vw, 92px);
  line-height: 0.94;
}

.portfolio-hero-copy {
  max-width: 500px;
  margin-top: clamp(20px, 3.2vh, 34px);
}

.portfolio-hero-copy p {
  margin: 0;
  color: var(--muted);
  font-size: clamp(14px, 0.98vw, 17px);
  line-height: 1.32;
}

.hero-project-list {
  align-self: end;
  justify-self: end;
  max-width: 360px;
  padding-bottom: clamp(12px, 2vh, 24px);
}

.hero-project-list a {
  font-size: clamp(15px, 1.65vw, 29px);
  text-align: right;
}

.work-section {
  align-items: flex-start;
  padding-top: calc(var(--header-h) + 46px);
  background:
    linear-gradient(180deg, rgba(255,255,255,0.025), rgba(255,255,255,0) 36%),
    var(--black);
}

.stack-section {
  background: var(--black);
}

.stack-section .section-header,
.work-section .section-header {
  grid-template-columns: 1fr;
  gap: 0;
  justify-items: start;
}

.stack-section .section-header .eyebrow,
.work-section .section-header .eyebrow {
  margin: 0 0 20px;
}

.production-stack-shell {
  overflow: hidden;
  -webkit-mask-image: linear-gradient(90deg, transparent 0, #000 12%, #000 88%, transparent 100%);
  mask-image: linear-gradient(90deg, transparent 0, #000 12%, #000 88%, transparent 100%);
}

.production-stack {
  display: flex;
  width: max-content;
  min-width: max-content;
  gap: clamp(26px, 4vw, 58px);
  border: 0;
  background: transparent;
  animation: stack-marquee 96s linear infinite;
  will-change: transform;
}

.production-stack .logo-cell {
  min-height: 0;
  padding: 0;
  background: transparent;
  color: var(--ivory);
  font-family: "Neue Montreal", Arial, sans-serif;
  font-size: 15px;
  font-weight: 700;
  line-height: 1.35;
  text-shadow: 0 0 14px rgba(237, 43, 231, 0.46), 0 0 34px rgba(237, 43, 231, 0.24);
  white-space: nowrap;
}

.production-stack .logo-cell img {
  display: inline-block;
  width: 22px;
  height: 22px;
  object-fit: contain;
  filter: grayscale(1) invert(1);
  opacity: 0.94;
}

@keyframes stack-marquee {
  from {
    transform: translateX(0);
  }

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

.proof-section {
  background: var(--black);
}

.proof-section .layer-panel {
  align-self: stretch;
}

.proof-section .quote {
  margin: 0;
  color: var(--ivory);
  font-size: clamp(30px, 3.2vw, 54px);
  line-height: 1.06;
}

.brand-showcase {
  margin-top: clamp(24px, 4vh, 42px);
  gap: clamp(14px, 1.8vw, 24px);
  border: 0;
  background: transparent;
}

.brand-showcase .brand-product {
  justify-content: flex-start;
  border: 1px solid var(--line);
}

.brand-showcase .brand-product > span:not(.brand-product-media) {
  grid-template-rows: minmax(2.15em, auto) 1fr;
  align-content: start;
}

.brand-showcase .brand-product h3 {
  display: flex;
  align-items: flex-start;
  min-height: 2.15em;
  margin: 0;
  line-height: 0.96;
}

.brand-showcase .brand-product p {
  align-self: start;
}

.brand-showcase-actions {
  margin-top: clamp(22px, 3.4vh, 36px);
  justify-content: flex-start;
}

.project-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: clamp(12px, 1.4vw, 18px);
}

.project-feature-card {
  display: grid;
  grid-template-columns: minmax(0, 1.04fr) minmax(390px, 0.84fr);
  gap: 0;
  align-items: stretch;
  margin: 0 0 clamp(18px, 3vh, 34px);
  overflow: hidden;
  border: 1px solid rgba(243, 240, 233, 0.16);
  background: rgba(3, 3, 5, 0.86);
}

.project-feature-media {
  min-height: clamp(300px, 42vh, 520px);
  overflow: hidden;
  background: var(--void);
}

.project-feature-media img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.project-feature-card .project-copy {
  display: grid;
  align-content: center;
  gap: clamp(14px, 2vh, 24px);
  padding: clamp(28px, 4.2vw, 58px) clamp(24px, 3vw, 44px);
}

.project-feature-card .project-copy h3 {
  margin: 0;
  font-size: clamp(44px, 5.5vw, 86px);
  line-height: 0.9;
}

.project-feature-card .project-copy p {
  max-width: 520px;
  margin: 0;
  font-size: clamp(15px, 1.2vw, 18px);
  line-height: 1.38;
}

.claude-craft-feature .project-copy h3 {
  max-width: 8.2em;
  font-size: clamp(40px, 4.9vw, 76px);
}

.project-card {
  position: relative;
  display: grid;
  grid-template-rows: auto 1fr;
  min-height: 0;
  overflow: hidden;
  border: 1px solid rgba(243, 240, 233, 0.14);
  background: rgba(3, 3, 5, 0.82);
  isolation: isolate;
}

.project-card::after,
.project-hero::after {
  position: absolute;
  inset: 0;
  z-index: -1;
  content: none;
}

.project-image {
  position: relative;
  z-index: 0;
  aspect-ratio: 16 / 10;
  overflow: hidden;
  background: var(--void);
}

.project-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 700ms ease, filter 700ms ease;
}

.project-copy {
  align-self: stretch;
  padding: clamp(16px, 1.7vw, 22px);
}

.project-copy span {
  color: var(--dim);
  font-size: 12px;
}

.project-copy h3 {
  margin: 10px 0 8px;
  font-size: clamp(21px, 1.55vw, 28px);
  line-height: 1;
}

.project-copy p {
  max-width: 480px;
  margin: 0;
  font-size: 14px;
  line-height: 1.35;
}

.project-mark {
  display: none;
}

.project-mark.large {
  position: static;
  width: 76px;
  height: 76px;
  margin-bottom: 28px;
  font-size: 30px;
}

.project-logo-badge {
  width: clamp(126px, 13vw, 184px);
  max-height: clamp(126px, 18vh, 184px);
  margin-bottom: clamp(18px, 3vh, 30px);
  object-fit: contain;
  border: 0;
  background: transparent;
  box-shadow: none;
  filter: drop-shadow(0 24px 60px rgba(0, 0, 0, 0.48));
}

.project-hero > .hero-inner.project-hero-copy {
  width: 100%;
  max-width: none;
  min-height: calc(100svh - var(--header-h) - clamp(58px, 8vh, 88px));
  padding: calc(var(--header-h) + clamp(34px, 6vh, 72px)) var(--gutter) clamp(42px, 7vh, 84px);
}

.project-hero-copy {
  align-self: stretch;
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(260px, 0.34fr);
  align-content: end;
  justify-items: start;
  gap: clamp(12px, 1.8vh, 20px);
  min-height: 100%;
}

.project-hero-copy > * {
  grid-column: 1;
}

.project-hero-copy h1 {
  max-width: min(880px, 72vw);
  margin: 0;
  font-size: clamp(64px, 9.6vw, 156px);
  line-height: 0.88;
  letter-spacing: 0;
}

.project-hero-copy p:not(.eyebrow) {
  max-width: min(620px, 58vw);
  margin: clamp(4px, 1vh, 10px) 0 0;
}

.project-hero .hero-media {
  background: var(--void);
}

.project-hero .hero-media img {
  width: 100%;
  height: 100%;
  margin: 0;
  object-fit: cover;
  filter: none;
}

.project-story,
.gallery-section {
  min-height: auto;
  background: var(--black);
}

.project-story {
  padding-bottom: 0;
}

.gallery-section {
  flex-direction: column;
  align-items: stretch;
  padding-top: clamp(8px, 1.4vh, 18px);
}

.project-story .section-inner.split {
  grid-template-columns: 1fr;
  gap: clamp(18px, 3vh, 30px);
  align-items: start;
  max-width: min(920px, calc(100vw - var(--gutter) * 2));
}

.project-story .section-inner.split > div {
  max-width: 780px;
}

.project-story .section-inner.split > div:last-child {
  display: grid;
  gap: clamp(16px, 2vh, 24px);
}

.project-story-copy.compact {
  display: grid;
  gap: clamp(6px, 1vh, 10px);
}

.project-story-copy.compact p {
  margin: 0;
}

.project-story .tags {
  margin-top: 0;
}

.project-gallery {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  grid-template-rows: auto;
  gap: clamp(14px, 2vw, 24px);
  align-items: start;
  min-height: 0;
  max-width: min(1120px, calc(100vw - var(--gutter) * 2));
  margin-inline: auto;
}

.project-gallery img,
.project-gallery video {
  width: 100%;
  height: auto;
  min-height: 0;
  object-fit: contain;
  border: 1px solid rgba(243, 240, 233, 0.13);
  border-radius: 8px;
  background: var(--void);
}

.project-gallery img:first-child,
.project-gallery video:first-child {
  grid-column: 1 / -1;
}

.project-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  justify-content: space-between;
  max-width: min(1120px, calc(100vw - var(--gutter) * 2));
  margin: clamp(18px, 3vh, 34px) auto 0;
}

.career-points {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin-top: 28px;
}

.career-points span,
.tags span {
  display: inline-flex;
  align-items: center;
  min-height: 32px;
  padding: 7px 10px;
  border: 1px solid rgba(243, 240, 233, 0.15);
  background: rgba(243, 240, 233, 0.05);
  color: var(--muted);
  font-size: 12px;
}

.editorial-list {
  gap: 1px;
  border: 1px solid rgba(243, 240, 233, 0.16);
  background: rgba(243, 240, 233, 0.12);
}

.editorial-list div {
  min-height: 76px;
  padding: 22px;
  background: rgba(1, 0, 3, 0.84);
  color: var(--muted);
}

@media (max-width: 980px) {
  .premium-grid.trusted-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .layered-grid,
  .systems-hero-layout,
  .model-labs-layout,
  .deployment-hero-layout,
  .portfolio-hero-layout,
  .split {
    grid-template-columns: 1fr;
  }

  .systems-hero-layout {
    align-content: end;
  }

  .systems-hero-card-grid {
    grid-template-columns: 1fr;
  }

  .model-lab-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .model-labs-header {
    position: static;
    order: 1;
  }

  .model-lab-grid {
    order: 2;
  }

  .deployment-principles-grid,
  .deployment-capability-grid {
    grid-template-columns: 1fr;
  }

  .systems-hero-card {
    min-height: auto;
  }

  .systems-hero-title {
    justify-items: start;
    padding-bottom: 0;
  }

  .project-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .project-card {
    min-height: 0;
  }
}

@media (max-width: 760px) {
  .site-header {
    position: fixed;
  }

  .nav-shell {
    justify-content: space-between;
    min-height: 74px;
  }

  .hero.screen-fit {
    min-height: 100svh;
  }

  .section.screen-fit {
    min-height: clamp(620px, 82svh, 880px);
  }

  .systems-page-hero {
    min-height: auto;
    padding-bottom: clamp(46px, 8vh, 72px);
  }

  .systems-page-hero > .systems-hero-layout {
    min-height: auto;
  }

  .systems-hero-cards {
    align-content: start;
  }

  .systems-hero-card-grid {
    gap: 16px;
  }

  .systems-hero-card {
    --system-card-pad: 22px;
    padding: var(--system-card-pad);
  }

  .systems-hero-card-media {
    aspect-ratio: 16 / 9;
  }

  .deployment-principle {
    min-height: auto;
  }

  .editorial-hero,
  .brand-hero {
    min-height: auto;
  }

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

  .production-stack {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

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

  .project-gallery {
    grid-template-columns: 1fr;
    grid-template-rows: auto;
    min-height: auto;
  }

  .project-feature-card {
    grid-template-columns: 1fr;
  }

  .project-feature-media {
    min-height: auto;
    aspect-ratio: 16 / 10;
  }

  .project-gallery img,
  .project-gallery img:first-child,
  .project-gallery video,
  .project-gallery video:first-child {
    grid-column: auto;
    grid-row: auto;
    aspect-ratio: auto;
  }
}

@media (max-width: 620px) {
  .premium-grid.trusted-grid {
    grid-template-columns: 1fr;
  }

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

  .project-card {
    min-height: 0;
  }

  .project-copy h3 {
    font-size: clamp(32px, 11vw, 46px);
  }

  .project-hero > .hero-inner.project-hero-copy {
    min-height: calc(100svh - var(--header-h) - clamp(58px, 8vh, 88px));
    padding-top: calc(var(--header-h) + 40px);
    padding-bottom: 56px;
  }

  .project-hero-copy {
    grid-template-columns: 1fr;
  }

  .project-logo-badge {
    width: clamp(96px, 34vw, 136px);
    max-height: 136px;
  }

  .project-hero-copy h1 {
    max-width: 100%;
    font-size: clamp(50px, 17vw, 86px);
  }

  .project-hero-copy p:not(.eyebrow) {
    max-width: 100%;
  }

  .editorial-hero blockquote {
    margin-left: 0;
  }

  .production-stack {
    grid-template-columns: 1fr;
  }
}

@media (max-width: 900px) {
  .section,
  .section.screen-fit {
    min-height: auto;
  }

  .hero.screen-fit {
    min-height: 100svh;
  }
}

.hero.screen-fit > .hero-inner,
.hero > .brand-hero.screen-fit {
  min-height: calc(100svh - var(--header-h) - clamp(58px, 8vh, 88px));
}

.about-hero > .about-hero-layout.screen-fit {
  min-height: calc(100svh - var(--header-h) - clamp(58px, 8vh, 88px));
}

@media (max-width: 900px) {
  .about-hero > .about-hero-layout.screen-fit,
  .people-page-hero > .people-hero-layout.screen-fit,
  .contact-page-hero > .contact-hero-layout.screen-fit {
    min-height: calc(100svh - var(--header-h) - clamp(58px, 8vh, 88px));
  }

  .about-hero-layout,
  .people-hero-layout,
  .contact-hero-layout {
    grid-template-columns: 1fr;
    align-items: end;
  }

  .about-hero-text,
  .people-hero-text,
  .contact-hero-text {
    max-width: 680px;
    padding-top: 0;
  }

  .about-hero-layout h1,
  .people-hero-layout h1,
  .contact-hero-layout h1 {
    max-width: 680px;
    font-size: clamp(42px, 11vw, 66px);
  }

  .about-hero-copy,
  .people-hero-copy,
  .contact-hero-copy {
    max-width: 560px;
  }

  .about-hero .hero-media,
  .people-page-hero .hero-media,
  .contact-page-hero .hero-media {
    inset: 0;
    z-index: -3;
    width: auto;
    height: auto;
    border: 0;
    opacity: 1;
  }
}
