:root {
  --paper: #f5f4f0;
  --paper-2: #ecebe6;
  --ink: #111416;
  --muted: #777b7b;
  --soft: #cfd1ca;
  --line: rgba(17, 20, 22, 0.13);
  --line-strong: rgba(17, 20, 22, 0.24);
  --green: #a4d32d;
  --green-dark: #7ea915;
  --panel: #101416;
  --radius: 8px;
  --font: "Inter", "Aptos", "Helvetica Neue", Arial, sans-serif;
  --display: Georgia, "Times New Roman", serif;
  --work-row-gap: 20px;
  --spatial-nav-width: min(360px, 32vw);
  --spatial-plane-height: 210px;
  --spatial-nav-right: clamp(18px, 3.2vw, 46px);
  --spatial-nav-bottom: clamp(18px, 3vw, 42px);
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
  scrollbar-gutter: stable;
}

body {
  margin: 0;
  min-height: 100vh;
  overflow-x: hidden;
  background: var(--paper);
  color: var(--ink);
  font-family: var(--font);
  letter-spacing: 0;
}

button,
a {
  font: inherit;
}

a {
  color: inherit;
}

.site-shell {
  display: grid;
  grid-template-columns: minmax(250px, 19.4vw) 1fr;
  min-height: 100vh;
}

.identity-rail {
  position: sticky;
  top: 0;
  display: flex;
  flex-direction: column;
  min-height: 100vh;
  padding: 38px 52px 34px;
  background: #f7f7f3;
  color: var(--ink);
  border-right: 1px solid var(--line-strong);
}

.identity-rail::before {
  content: none;
}

.rail-top,
.rail-contact {
  display: flex;
  align-items: center;
  gap: 16px;
}

.rail-top {
  justify-content: center;
}

.rail-contact {
  justify-content: space-between;
}

.brand-mark {
  display: inline-flex;
  width: 126px;
  height: 126px;
  align-items: center;
  justify-content: center;
}

.brand-mark img {
  display: block;
  width: 92px;
  height: auto;
}

.identity-copy {
  margin-top: clamp(34px, 5.8vh, 66px);
}

.rail-kicker,
.section-label,
.rail-meta h2 {
  margin: 0;
  color: var(--green);
  font-size: 10px;
  font-weight: 700;
  letter-spacing: 0.16em;
  text-transform: uppercase;
}

.identity-copy h1 {
  margin: 0 0 12px;
  font-family: "Saira Extra Condensed", "Avenir Next Condensed", "Arial Narrow", var(--font);
  font-size: clamp(40px, 3vw, 48px);
  font-weight: 600;
  line-height: 0.86;
  color: #1f2423;
  letter-spacing: 0.02em;
  text-transform: uppercase;
}

.role-line {
  margin: 0;
  color: #5c6260;
  font-family: "Saira Extra Condensed", "Avenir Next Condensed", "Arial Narrow", var(--font);
  font-size: 19.5px;
  font-weight: 500;
  letter-spacing: 0.06em;
  line-height: 1;
  white-space: nowrap;
  text-transform: uppercase;
}

.rail-rule {
  display: block;
  width: 28px;
  height: 1px;
  margin: 30px 0 28px;
  background: var(--green);
}

.identity-copy p:not(.rail-kicker):not(.role-line) {
  max-width: 210px;
  margin: 0;
  color: #565b5a;
  font-size: 15px;
  line-height: 1.6;
}

.rail-meta {
  display: grid;
  gap: 0;
  margin-top: 34px;
}

.rail-meta section {
  padding: 26px 0;
  border-top: 1px solid var(--line);
}

.rail-meta p {
  margin: 0;
  color: #6f7473;
  font-size: 12px;
  line-height: 1.55;
}

.status-dot {
  display: inline-block;
  width: 8px;
  height: 8px;
  margin-right: 9px;
  border-radius: 50%;
  background: var(--green);
  box-shadow: 0 0 18px rgba(164, 211, 45, 0.6);
}

.availability,
.location-line {
  display: flex;
  align-items: flex-start;
  gap: 10px;
  color: #3e4342;
  font-size: 11px;
  font-weight: 400;
  letter-spacing: 0.12em;
  line-height: 1.7;
  text-transform: uppercase;
}

.availability .status-dot {
  flex: 0 0 auto;
  margin: 8px 0 0;
}

.rail-icon {
  flex: 0 0 auto;
  width: 17px;
  height: 17px;
  color: #737877;
  fill: none;
  stroke: currentColor;
  stroke-linecap: round;
  stroke-linejoin: round;
  stroke-width: 1.8;
}

.time-line {
  padding-left: 26px;
}

.rail-contact {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  gap: 13px;
  margin-top: 0;
  padding-top: 30px;
  border-top: 1px solid var(--line);
}

.rail-contact a {
  display: inline-grid;
  width: 21px;
  height: 21px;
  place-items: center;
  color: #5f6463;
  font-size: 15px;
  font-weight: 700;
  letter-spacing: 0;
  line-height: 1;
  text-decoration: none;
}

.rail-contact a:hover {
  color: var(--green);
}

.rail-contact svg {
  width: 21px;
  height: 21px;
  fill: none;
  stroke: currentColor;
  stroke-linecap: round;
  stroke-linejoin: round;
  stroke-width: 1.7;
}

.rail-copyright {
  margin: 34px 0 0;
  padding-top: 28px;
  border-top: 1px solid var(--line);
  color: #8a8f8d;
  font-size: 11px;
  line-height: 1;
}

.workspace {
  min-width: 0;
  overflow: visible;
  padding: 8px clamp(28px, 4vw, 64px) 42px;
}

.topbar {
  position: sticky;
  top: 0;
  z-index: 80;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 28px;
  margin-bottom: 24px;
  padding: 12px 0 18px;
  border-bottom: 1px solid var(--line);
  background: var(--paper);
}

.filter-group {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
}

.filter {
  display: inline-flex;
  align-items: center;
  gap: 9px;
  min-height: 42px;
  padding: 0 18px;
  border: 1px solid transparent;
  border-radius: 999px;
  background: transparent;
  color: var(--ink);
  cursor: pointer;
  font-family: var(--font);
  font-size: 14px;
  font-weight: 700;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.filter:hover {
  border-color: var(--line);
}

.filter.active {
  background: var(--ink);
  color: #f7f7f1;
}

.filter span {
  display: none;
  width: 8px;
  height: 8px;
  margin: 0;
  border-radius: 50%;
  background: var(--green);
  box-shadow: 0 0 18px rgba(164, 211, 45, 0.6);
}

.filter.active span {
  display: inline-block;
}

.coordinates {
  display: flex;
  gap: 16px;
  color: var(--muted);
  font-size: 12px;
  font-variant-numeric: tabular-nums;
  white-space: nowrap;
}

.coordinates span {
  display: inline-flex;
  justify-content: flex-end;
  min-width: 58px;
}

.coordinates b {
  display: inline-block;
  min-width: 4.5ch;
  color: var(--green-dark);
  font-weight: 700;
  text-align: right;
}

.hero-panel {
  position: relative;
}

.hero-image-wrap {
  position: relative;
  min-height: clamp(360px, 39vw, 500px);
  overflow: hidden;
  border: 1px solid rgba(17, 20, 22, 0.11);
  border-radius: var(--radius);
  background: #242829;
}

.hero-image-wrap img {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: opacity 180ms ease, transform 600ms ease;
}

.hero-image-wrap:hover img {
  transform: scale(1.015);
}

.hero-image-wrap::after {
  content: "";
  position: absolute;
  inset: 0;
  background:
    linear-gradient(180deg, rgba(0, 0, 0, 0.5), transparent 38%),
    linear-gradient(90deg, rgba(0, 0, 0, 0.42), transparent 52%);
  pointer-events: none;
}

.hero-overlay,
.slide-count {
  position: absolute;
  z-index: 1;
  color: #f8f8f2;
}

.hero-overlay {
  top: 28px;
  left: 34px;
  max-width: min(260px, 72%);
}

.hero-overlay p {
  margin: 0;
  color: rgba(248, 248, 242, 0.92);
  font-size: 14px;
  font-weight: 400;
  line-height: 1.55;
}

.hero-overlay #hero-code {
  margin-bottom: 4px;
  color: rgba(248, 248, 242, 0.96);
  font-size: 13px;
  font-weight: 700;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.hero-overlay h2 {
  margin: 0;
  color: rgba(248, 248, 242, 0.92);
  font-size: 14px;
  font-weight: 400;
  line-height: 1.55;
}

.slide-count {
  left: 34px;
  bottom: 34px;
  display: flex;
  align-items: baseline;
  gap: 6px;
}

.slide-count strong {
  font-size: clamp(34px, 3.8vw, 52px);
  font-weight: 400;
  line-height: 0.8;
}

.slide-count span {
  color: rgba(248, 248, 242, 0.72);
  font-size: 14px;
}

.hero-dots {
  position: absolute;
  right: 28px;
  top: 50%;
  z-index: 2;
  display: grid;
  gap: 14px;
  transform: translateY(-50%);
}

.hero-dots button {
  display: grid;
  width: 18px;
  height: 18px;
  place-items: center;
  padding: 0;
  border: 0;
  border-radius: 50%;
  background: transparent;
  cursor: pointer;
}

.hero-dots span {
  width: 7px;
  height: 7px;
  border-radius: 50%;
  background: rgba(248, 248, 242, 0.9);
  transition: background 160ms ease, box-shadow 160ms ease, transform 160ms ease;
}

.hero-dots button:hover span,
.hero-dots button.active span {
  background: var(--green);
  box-shadow: 0 0 16px rgba(164, 211, 45, 0.85);
  transform: scale(1.08);
}

.base-grid {
  display: grid;
  grid-template-columns: minmax(0, 1fr) var(--spatial-nav-width);
  column-gap: 24px;
  row-gap: 0;
  align-items: start;
  padding-top: var(--work-row-gap);
}

.site-section {
  display: none;
  margin-top: 72px;
  padding-top: 42px;
}

.category-section {
  padding-bottom: 220px;
}

.category-section .category-work-grid {
  margin-right: min(390px, 34vw);
}

body[data-route="environments"] .category-section .category-work-grid,
body[data-route="displays"] .category-section .category-work-grid,
body[data-route="products"] .category-section .category-work-grid,
body[data-route="systems"] .category-section .category-work-grid {
  margin-right: 0;
}

body[data-route="gallery"] #gallery,
body[data-route="environments"] #category,
body[data-route="displays"] #category,
body[data-route="products"] #category,
body[data-route="systems"] #category,
body[data-route="bio"] #bio,
body[data-route="contact"] #contact {
  display: block;
}

body[data-route="gallery"] .hero-panel,
body[data-route="gallery"] #work .work-tiles,
body[data-route="environments"] .hero-panel,
body[data-route="environments"] #work .work-tiles,
body[data-route="displays"] .hero-panel,
body[data-route="displays"] #work .work-tiles,
body[data-route="products"] .hero-panel,
body[data-route="products"] #work .work-tiles,
body[data-route="systems"] .hero-panel,
body[data-route="systems"] #work .work-tiles,
body[data-route="bio"] .hero-panel,
body[data-route="bio"] #work .work-tiles,
body[data-route="contact"] .hero-panel,
body[data-route="contact"] #work .work-tiles {
  display: none;
}

body[data-route="gallery"] #work,
body[data-route="environments"] #work,
body[data-route="displays"] #work,
body[data-route="products"] #work,
body[data-route="systems"] #work,
body[data-route="bio"] #work,
body[data-route="contact"] #work {
  padding-top: 0;
}

body[data-route="gallery"],
body[data-route="overview"],
body[data-route="environments"],
body[data-route="displays"],
body[data-route="products"],
body[data-route="systems"],
body[data-route="bio"],
body[data-route="contact"] {
  --spatial-nav-width: min(300px, 24vw);
  --spatial-plane-height: 176px;
}

body[data-route="environments"],
body[data-route="overview"],
body[data-route="displays"],
body[data-route="products"],
body[data-route="systems"] {
  --spatial-nav-right: clamp(28px, 3.8vw, 58px);
  --spatial-nav-bottom: clamp(82px, 8.5vw, 116px);
}

body[data-route="gallery"] .site-section,
body[data-route="environments"] .site-section,
body[data-route="displays"] .site-section,
body[data-route="products"] .site-section,
body[data-route="systems"] .site-section,
body[data-route="bio"] .site-section,
body[data-route="contact"] .site-section {
  margin-top: 0;
}

body[data-route="environments"] #category,
body[data-route="displays"] #category,
body[data-route="products"] #category,
body[data-route="systems"] #category {
  padding-top: 0;
}

body[data-route="environments"] .category-section > .section-heading,
body[data-route="environments"] .category-section > .category-intro,
body[data-route="displays"] .category-section > .section-heading,
body[data-route="displays"] .category-section > .category-intro,
body[data-route="products"] .category-section > .section-heading,
body[data-route="products"] .category-section > .category-intro,
body[data-route="systems"] .category-section > .section-heading,
body[data-route="systems"] .category-section > .category-intro {
  display: none;
}

body[data-route="gallery"] .topbar,
body[data-route="environments"] .topbar,
body[data-route="displays"] .topbar,
body[data-route="products"] .topbar,
body[data-route="systems"] .topbar,
body[data-route="bio"] .topbar,
body[data-route="contact"] .topbar {
  align-items: center;
  justify-content: space-between;
  min-height: 0;
  margin-bottom: 24px;
}

body.is-route-entering .site-section .section-heading {
  animation: sectionCopyEnter 560ms cubic-bezier(0.18, 0.86, 0.28, 1) 80ms both;
}

body.is-route-entering .site-section .category-intro,
body.is-route-entering .site-section .gallery-intro,
body.is-route-entering .site-section .bio-copy {
  animation: sectionCopyEnter 560ms cubic-bezier(0.18, 0.86, 0.28, 1) 150ms both;
}

body.is-route-entering .category-project-card.is-featured {
  animation: sectionMediaEnter 620ms cubic-bezier(0.18, 0.86, 0.28, 1) 230ms both;
}

body.is-route-entering .category-project-card,
body.is-route-entering .gallery-item {
  animation: sectionMediaEnter 620ms cubic-bezier(0.18, 0.86, 0.28, 1) 300ms both;
}

body.is-route-entering .category-project-card:nth-child(2),
body.is-route-entering .gallery-item:nth-child(2n) {
  animation-delay: 360ms;
}

body.is-route-entering .category-project-card:nth-child(3),
body.is-route-entering .gallery-item:nth-child(3n) {
  animation-delay: 420ms;
}

@keyframes sectionCopyEnter {
  from {
    opacity: 0;
    transform: translateX(34px);
  }

  to {
    opacity: 1;
    transform: translateX(0);
  }
}

@keyframes sectionMediaEnter {
  from {
    opacity: 0;
    transform: translateX(42px);
  }

  to {
    opacity: 1;
    transform: translateX(0);
  }
}

.section-heading {
  display: grid;
  grid-template-columns: minmax(150px, 22%) minmax(0, 700px);
  gap: 28px;
  align-items: start;
  margin-bottom: 28px;
}

.section-heading h2 {
  margin: 0;
  color: #202423;
  font-family: var(--display);
  font-size: clamp(28px, 3vw, 46px);
  font-weight: 400;
  line-height: 1.05;
}

.gallery-intro {
  max-width: 760px;
  margin: -8px 0 28px calc(22% + 28px);
  color: #4d5351;
  font-size: 15px;
  line-height: 1.55;
}

.category-intro {
  max-width: 760px;
  margin: -8px 0 36px calc(22% + 28px);
  color: #4d5351;
  font-size: 15px;
  line-height: 1.55;
}

.category-work-grid {
  display: block;
}

.spaces-work-layout {
  display: grid;
  gap: var(--work-row-gap);
  max-width: min(1360px, 100%);
}

body[data-route="environments"] .spaces-copy-row,
body[data-route="displays"] .spaces-copy-row,
body[data-route="products"] .spaces-copy-row,
body[data-route="systems"] .spaces-copy-row {
  margin-right: min(340px, 28vw);
}

.spaces-copy-row,
.landing-statement {
  display: grid;
  grid-template-columns: minmax(260px, 0.78fr) minmax(280px, 1.22fr);
  gap: 34px;
  align-items: start;
  padding-top: var(--work-row-gap);
  border-top: 1px solid var(--line);
}

.spaces-copy-row {
  margin-top: 0;
}

.landing-statement {
  grid-column: 1;
  width: calc(100% + var(--spatial-nav-width) + 24px - min(340px, 28vw));
  margin-top: var(--work-row-gap);
}

.spaces-copy-row > div,
.landing-statement > div {
  display: grid;
  grid-template-columns: 22px minmax(0, 1fr);
  gap: 12px;
  align-items: start;
}

.spaces-copy-row p,
.landing-statement p,
.project-selector-heading p {
  color: var(--green-dark);
  font-size: 11px;
  font-weight: 800;
  letter-spacing: 0.16em;
  text-transform: uppercase;
}

.spaces-copy-row p,
.landing-statement p,
.project-selector-heading p {
  margin: 0;
  writing-mode: vertical-rl;
  transform: rotate(180deg);
  justify-self: end;
  white-space: nowrap;
}

.spaces-copy-row h3,
.landing-statement h3 {
  margin: 0;
  color: #202423;
  font-family: var(--display);
  font-size: clamp(28px, 3.2vw, 46px);
  font-weight: 400;
  line-height: 1.02;
}

.spaces-copy-row > span,
.landing-statement > span {
  color: #4d5351;
  font-size: 14px;
  line-height: 1.58;
}

.project-selector {
  display: grid;
  grid-template-columns: 22px minmax(0, 900px);
  gap: 12px;
  align-items: stretch;
  padding-top: 0;
  border-top: 0;
  margin-right: min(340px, 28vw);
}

body[data-route="systems"] .project-selector {
  grid-template-columns: 22px minmax(0, 1fr);
  width: calc(100% - min(340px, 28vw));
  margin-right: 0;
}

.project-selector-heading {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  min-height: 100%;
}

.project-selector-heading p {
  margin: 0;
}

.project-selector-strip {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 8px;
}

.project-selector-card {
  position: relative;
  display: block;
  overflow: hidden;
  min-height: 76px;
  padding: 0;
  border: 1px solid rgba(17, 20, 22, 0.12);
  border-radius: var(--radius);
  background: #222;
  color: #fff;
  cursor: pointer;
  font: inherit;
  isolation: isolate;
  text-align: left;
}

body[data-route="systems"] .project-selector-card {
  height: 160px;
  min-height: 0;
}

.project-selector-card::before {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  height: 2px;
  z-index: 4;
  background: transparent;
}

.project-selector-card::after {
  content: "";
  position: absolute;
  inset: 0;
  z-index: 2;
  background: linear-gradient(180deg, transparent 28%, rgba(0, 0, 0, 0.78));
}

.project-selector-card img {
  position: absolute;
  inset: 0;
  z-index: 1;
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 420ms ease, filter 180ms ease;
}

.project-selector-card > span {
  position: absolute;
  left: 10px;
  top: 10px;
  z-index: 3;
  color: var(--green);
  font-size: 10px;
  font-weight: 700;
  line-height: 1;
}

.project-selector-card strong {
  position: absolute;
  left: 10px;
  right: 10px;
  bottom: 11px;
  z-index: 3;
  color: #fff;
  font-size: 12px;
  font-weight: 800;
  letter-spacing: 0.05em;
  line-height: 1.1;
  text-transform: uppercase;
}

.project-selector-card strong .card-title-line,
.category-project-card h3 .card-title-line,
.lead-proof-copy h3 .card-title-line {
  display: block;
  max-width: none;
  margin-top: 0;
  color: inherit;
  font-size: inherit;
  line-height: inherit;
}

.project-selector-card small {
  display: none;
}

.project-selector-card:hover,
.project-selector-card.active {
  border-color: rgba(126, 169, 21, 0.58);
}

.project-selector-card:hover img,
.project-selector-card.active img {
  transform: scale(1.045);
  filter: saturate(1.08);
}

.project-selector-card.active::before {
  background: var(--green);
}

.capability-layout {
  display: grid;
  grid-template-columns: minmax(190px, 22%) minmax(0, 1fr);
  gap: 28px;
  align-items: start;
}

.capability-stack {
  position: sticky;
  top: 114px;
  padding-top: 4px;
}

.capability-eyebrow {
  margin: 0 0 18px;
  color: var(--green);
  font-size: 10px;
  font-weight: 800;
  letter-spacing: 0.16em;
  line-height: 1;
  text-transform: uppercase;
}

.capability-stack ul {
  display: grid;
  gap: 0;
  margin: 0;
  padding: 0;
  list-style: none;
  border-top: 1px solid var(--line);
}

.capability-stack li {
  display: grid;
  grid-template-columns: 34px 1fr;
  gap: 10px;
  padding: 15px 0;
  border-bottom: 1px solid var(--line);
  color: #343938;
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 0.08em;
  line-height: 1.35;
  text-transform: uppercase;
}

.capability-stack li span {
  color: #a2a7a5;
  font-variant-numeric: tabular-nums;
}

.lead-proof {
  display: grid;
  grid-template-columns: minmax(0, 2.15fr) minmax(300px, 0.58fr);
  gap: 0;
  height: clamp(360px, 39vw, 500px);
  min-height: clamp(360px, 39vw, 500px);
  overflow: hidden;
  border: 1px solid rgba(17, 20, 22, 0.14);
  border-radius: var(--radius);
  background: #111516;
  color: #f7f7f1;
}

.lead-proof-media {
  position: relative;
  height: 100%;
  min-height: 0;
  aspect-ratio: auto;
  overflow: hidden;
  background: #0f1111;
}

.lead-proof-media::before {
  content: "";
  position: absolute;
  inset: 0;
  opacity: 0;
  background-image: var(--lead-soft-bg);
  background-position: center;
  background-size: cover;
  filter: blur(20px) saturate(0.96);
  transform: scale(1.08);
  transition: opacity 220ms ease;
}

.lead-proof-media.is-soft-fit::before {
  opacity: 0.72;
}

.lead-proof-media img,
.lead-proof-media video {
  position: relative;
  z-index: 1;
  width: 100%;
  height: 100%;
  object-fit: cover;
  animation: leadImageFade 520ms ease both;
}

.lead-proof-media.is-soft-fit img,
.lead-proof-media.is-soft-fit video {
  object-fit: contain;
}

@keyframes leadImageFade {
  from {
    opacity: 0.82;
    transform: scale(1.006);
  }

  to {
    opacity: 1;
    transform: scale(1);
  }
}

.lead-image {
  animation: leadImageCrossfade 680ms cubic-bezier(0.18, 0.86, 0.28, 1) both;
  transform-origin: center;
}

@keyframes leadImageCrossfade {
  0% {
    opacity: 0;
    filter: saturate(0.88);
    transform: scale(1.006);
  }

  100% {
    opacity: 1;
    filter: saturate(1);
    transform: scale(1);
  }
}

.lead-image-dots {
  position: absolute;
  right: 14px;
  top: 50%;
  z-index: 3;
  display: grid;
  gap: 12px;
  transform: translateY(-50%);
}

.lead-image-dots button {
  display: grid;
  width: 18px;
  height: 18px;
  place-items: center;
  padding: 0;
  border: 0;
  border-radius: 50%;
  background: transparent;
  cursor: pointer;
}

.lead-image-dots span {
  width: 7px;
  height: 7px;
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.86);
}

.lead-image-dots button.active span,
.lead-image-dots button:hover span {
  background: var(--green);
  box-shadow: 0 0 16px rgba(164, 211, 45, 0.85);
}

.lead-proof-copy {
  display: flex;
  flex-direction: column;
  min-height: 0;
  overflow: hidden;
  padding: clamp(24px, 2.4vw, 42px);
}

.lead-proof-copy p,
.proof-card p {
  margin: 0 0 10px;
  color: rgba(255, 255, 255, 0.62);
  font-size: 10px;
  font-weight: 800;
  letter-spacing: 0.14em;
  text-transform: uppercase;
}

.lead-proof-copy h3 {
  margin: 0;
  color: #fff;
  font-size: clamp(25px, 2.15vw, 38px);
  font-weight: 800;
  letter-spacing: 0;
  line-height: 0.95;
  text-transform: uppercase;
}

.lead-proof-copy > span {
  display: block;
  margin-top: 12px;
  color: var(--green);
  font-size: 12px;
  font-weight: 800;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

.lead-proof-copy strong {
  display: block;
  margin-top: 28px;
  color: rgba(255, 255, 255, 0.54);
  font-size: 10px;
  font-weight: 800;
  letter-spacing: 0.14em;
  text-transform: uppercase;
}

.lead-proof-copy em {
  display: block;
  margin-top: 24px;
  color: rgba(255, 255, 255, 0.88);
  font-size: 14px;
  font-style: normal;
  line-height: 1.5;
}

.lead-proof-copy dl {
  display: grid;
  gap: 16px;
  margin: auto 0 0;
  padding-top: 26px;
}

.lead-proof-copy dt,
.project-modal-copy dt {
  color: rgba(255, 255, 255, 0.54);
  font-size: 10px;
  font-weight: 800;
  letter-spacing: 0.14em;
  text-transform: uppercase;
}

.lead-proof-copy dd,
.project-modal-copy dd {
  margin: 7px 0 0;
  color: rgba(255, 255, 255, 0.78);
  font-size: 12px;
  line-height: 1.45;
}

.supporting-proof {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 12px;
}

.proof-card {
  position: relative;
  min-height: 260px;
  padding: 0;
  overflow: hidden;
  border: 1px solid rgba(17, 20, 22, 0.12);
  border-radius: var(--radius);
  background: #171b1b;
  color: #fff;
  cursor: pointer;
  font: inherit;
  text-align: left;
}

.proof-card::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(180deg, transparent 38%, rgba(0, 0, 0, 0.82));
}

.proof-card::before,
.category-project-card::before {
  content: "↗";
  position: absolute;
  right: 14px;
  top: 12px;
  z-index: 2;
  color: rgba(255, 255, 255, 0.84);
  font-size: 20px;
  line-height: 1;
}

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

.proof-card:hover img {
  transform: scale(1.04);
}

.proof-card:hover {
  border-color: rgba(126, 169, 21, 0.75);
}

.proof-card div {
  position: absolute;
  left: 16px;
  right: 16px;
  bottom: 16px;
  z-index: 1;
}

.proof-card h3 {
  margin: 0;
  color: #fff;
  font-size: 18px;
  line-height: 1;
  text-transform: uppercase;
}

.proof-card span,
.proof-card small {
  display: block;
  margin-top: 6px;
  color: rgba(255, 255, 255, 0.74);
  font-size: 12px;
  line-height: 1.35;
}

.proof-card small {
  color: rgba(255, 255, 255, 0.58);
}

.category-project-card {
  position: relative;
  display: block;
  width: 100%;
  padding: 0;
  overflow: hidden;
  border: 1px solid rgba(17, 20, 22, 0.12);
  border-radius: var(--radius);
  background: #151919;
  color: #fff;
  cursor: pointer;
  font: inherit;
  text-align: left;
}

.category-project-card img {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.category-project-card::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(180deg, transparent 44%, rgba(0, 0, 0, 0.64));
}

.category-project-card div {
  position: absolute;
  left: 16px;
  right: 16px;
  bottom: 16px;
  z-index: 1;
}

.category-project-card p {
  margin: 0 0 6px;
  color: rgba(255, 255, 255, 0.68);
  font-size: 10px;
  font-weight: 700;
  letter-spacing: 0.14em;
  text-transform: uppercase;
}

.category-project-card h3 {
  margin: 0;
  color: #fff;
  font-size: 18px;
  line-height: 1.1;
  text-transform: uppercase;
}

.category-project-card span {
  display: block;
  max-width: 38em;
  margin-top: 6px;
  color: rgba(255, 255, 255, 0.72);
  font-size: 12px;
  line-height: 1.35;
}

.category-project-list {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 14px;
}

.category-project-card {
  aspect-ratio: 1.28;
  min-height: 0;
  transition: opacity 220ms ease, transform 220ms ease;
}

.category-project-card.is-featured {
  grid-column: 1 / -1;
  aspect-ratio: 1.82;
}

.category-project-card.is-dimmed {
  opacity: 0.24;
}

.project-modal[hidden] {
  display: none;
}

.project-modal {
  position: fixed;
  inset: 0;
  z-index: 200;
  display: grid;
  place-items: center;
  padding: 36px;
  background: rgba(17, 20, 22, 0.58);
}

.project-modal-panel {
  position: relative;
  display: grid;
  grid-template-columns: minmax(0, 1.42fr) minmax(320px, 0.58fr);
  width: min(1120px, calc(100vw - 72px));
  max-height: calc(100vh - 72px);
  overflow: hidden;
  border: 1px solid rgba(255, 255, 255, 0.16);
  border-radius: var(--radius);
  background: #101416;
  color: #f7f7f1;
  box-shadow: 0 30px 90px rgba(0, 0, 0, 0.34);
}

.project-modal-close {
  position: absolute;
  right: 14px;
  top: 14px;
  z-index: 3;
  display: grid;
  width: 34px;
  height: 34px;
  place-items: center;
  padding: 0;
  border: 1px solid rgba(255, 255, 255, 0.24);
  border-radius: 50%;
  background: rgba(17, 20, 22, 0.74);
  color: #fff;
  cursor: pointer;
  font-size: 20px;
  line-height: 1;
}

.project-modal-media {
  min-height: min(72vh, 720px);
  background: #080a0a;
}

.project-modal-media img,
.project-modal-media video {
  width: 100%;
  height: 100%;
  object-fit: contain;
}

.project-modal-copy {
  display: flex;
  flex-direction: column;
  min-height: 0;
  padding: 34px;
  border-left: 1px solid rgba(255, 255, 255, 0.12);
}

.project-modal-copy p {
  margin: 0 0 12px;
  color: rgba(255, 255, 255, 0.62);
  font-size: 10px;
  font-weight: 800;
  letter-spacing: 0.14em;
  text-transform: uppercase;
}

.project-modal-copy h2 {
  margin: 0;
  color: #fff;
  font-size: clamp(28px, 3vw, 44px);
  font-weight: 800;
  letter-spacing: 0;
  line-height: 0.95;
  text-transform: uppercase;
}

.project-modal-copy > span {
  display: block;
  margin-top: 14px;
  color: var(--green);
  font-size: 12px;
  font-weight: 800;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

.project-modal-copy dl {
  display: grid;
  gap: 22px;
  margin: auto 0 0;
  padding-top: 34px;
}

body.modal-open {
  overflow: hidden;
}

.gallery-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 12px;
}

.gallery-grid.gallery-index {
  align-items: start;
}

.gallery-item {
  position: relative;
  min-height: 240px;
  margin: 0;
  overflow: hidden;
  border-radius: var(--radius);
  background: #d9d8d2;
}

button.gallery-item {
  display: block;
  width: 100%;
  padding: 0;
  border: 1px solid rgba(17, 20, 22, 0.12);
  color: #fff;
  cursor: pointer;
  font: inherit;
  text-align: left;
}

.gallery-index-card {
  aspect-ratio: 0.74;
  min-height: 0;
}

.gallery-index-card::after {
  content: "";
  position: absolute;
  inset: 0;
  z-index: 1;
  background: linear-gradient(180deg, transparent 28%, rgba(0, 0, 0, 0.78));
}

.gallery-index-card img {
  transition: transform 420ms ease, filter 180ms ease;
}

.gallery-index-card:hover img {
  transform: scale(1.045);
  filter: saturate(1.08);
}

.gallery-item.wide {
  grid-column: span 2;
}

.gallery-item img,
.gallery-item video,
.system-panel img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.gallery-item figcaption {
  position: absolute;
  left: 14px;
  right: 14px;
  bottom: 14px;
  color: #fff;
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  text-shadow: 0 1px 18px rgba(0, 0, 0, 0.55);
}

.project-card {
  min-height: 300px;
}

.project-card::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(180deg, transparent 42%, rgba(0, 0, 0, 0.82));
  pointer-events: none;
}

.project-card figcaption {
  z-index: 1;
  display: grid;
  gap: 6px;
  font-weight: 400;
  text-shadow: 0 1px 18px rgba(0, 0, 0, 0.65);
}

.project-card figcaption strong,
.project-card figcaption span,
.project-card figcaption small {
  display: block;
}

.project-card figcaption strong {
  color: #fff;
  font-size: 14px;
  font-weight: 700;
  letter-spacing: 0.08em;
}

.project-card figcaption span {
  max-width: 34em;
  color: rgba(255, 255, 255, 0.86);
  font-size: 12px;
  font-weight: 400;
  letter-spacing: 0;
  line-height: 1.35;
  text-transform: none;
}

.project-card figcaption small {
  color: rgba(255, 255, 255, 0.68);
  font-size: 10px;
  font-weight: 500;
  letter-spacing: 0.1em;
  line-height: 1.35;
}

.system-panel {
  display: grid;
  grid-template-columns: minmax(0, 48%) minmax(0, 1fr);
  gap: 28px;
  align-items: stretch;
}

.system-panel img {
  min-height: 330px;
  border-radius: var(--radius);
}

.system-panel p,
.text-section > p,
.system-panel li {
  color: #444948;
  font-size: 16px;
  line-height: 1.55;
}

.system-panel ul {
  margin: 22px 0 0;
  padding: 0;
  list-style: none;
}

.system-panel li {
  padding: 12px 0;
  border-top: 1px solid var(--line);
}

.text-section > p {
  max-width: 760px;
  margin: 0 0 0 calc(22% + 28px);
}

.bio-layout {
  display: grid;
  grid-template-columns: minmax(280px, 0.85fr) minmax(420px, 1.15fr);
  gap: clamp(30px, 4vw, 64px);
  align-items: stretch;
  max-width: min(1180px, 100%);
  margin-right: min(390px, 34vw);
}

.bio-portrait {
  min-height: clamp(420px, 44vw, 640px);
  margin: 0;
  overflow: hidden;
  border-radius: var(--radius-lg);
  background: #151819;
}

.bio-portrait img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: 58% center;
}

.bio-copy,
.contact-intro {
  display: grid;
  align-content: start;
  gap: 24px;
  color: #444948;
}

.bio-copy h2,
.contact-intro h2 {
  margin: 0;
  color: #202423;
  font-family: var(--display);
  font-size: clamp(42px, 5vw, 78px);
  font-weight: 400;
  letter-spacing: 0;
  line-height: 0.98;
}

.bio-text {
  display: grid;
  gap: 14px;
  max-width: 700px;
}

.bio-text p,
.contact-intro p {
  margin: 0;
  color: #4d5351;
  font-size: 15px;
  line-height: 1.58;
}

.bio-facts {
  display: grid;
  gap: 0;
  margin: 10px 0 0;
  border-top: 1px solid var(--line);
}

.bio-facts div {
  display: grid;
  grid-template-columns: 120px minmax(0, 1fr);
  gap: 24px;
  padding: 18px 0;
  border-bottom: 1px solid var(--line);
}

.bio-facts dt,
.contact-details dt {
  color: #8a8f8d;
  font-size: 10px;
  font-weight: 700;
  letter-spacing: 0.14em;
  text-transform: uppercase;
}

.bio-facts dd {
  margin: 0;
  color: #333837;
  font-size: 14px;
  line-height: 1.45;
}

.contact-layout {
  display: grid;
  grid-template-columns: minmax(420px, 0.95fr) minmax(320px, 0.7fr);
  gap: clamp(30px, 5vw, 80px);
  align-items: start;
  max-width: min(1120px, 100%);
  margin-right: min(390px, 34vw);
}

.contact-panel {
  display: grid;
  gap: 28px;
  padding: clamp(26px, 3vw, 38px);
  border: 1px solid rgba(17, 20, 22, 0.12);
  border-radius: var(--radius-lg);
  background: rgba(255, 255, 252, 0.54);
  color: #444948;
}

.contact-actions {
  display: grid;
  gap: 10px;
}

.contact-actions a {
  display: inline-flex;
  align-items: center;
  justify-content: space-between;
  min-height: 42px;
  padding: 0 18px;
  border: 1px solid rgba(17, 20, 22, 0.16);
  border-radius: 999px;
  color: var(--ink);
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 0.1em;
  text-decoration: none;
  text-transform: uppercase;
}

.contact-actions a::after {
  content: "->";
  color: currentColor;
  font-size: 13px;
  font-weight: 400;
}

.contact-actions a:first-child {
  border-color: rgba(17, 20, 22, 0.88);
  background: var(--ink);
  color: #fff;
}

.contact-actions a:hover {
  border-color: var(--green-dark);
  color: var(--green-dark);
}

.contact-details {
  display: grid;
  gap: 0;
  margin: 0;
  padding-top: 22px;
  border-top: 1px solid var(--line);
}

.contact-details div {
  display: grid;
  gap: 7px;
  padding: 16px 0;
  border-bottom: 1px solid var(--line);
}

.contact-details dd {
  margin: 0;
  color: #333837;
  font-size: 14px;
  line-height: 1.45;
}

.contact-form {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 14px;
  max-width: 760px;
  margin-left: calc(22% + 28px);
}

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

.contact-form span {
  color: #6f7473;
  font-size: 10px;
  font-weight: 700;
  letter-spacing: 0.14em;
  text-transform: uppercase;
}

.contact-form input,
.contact-form select,
.contact-form textarea {
  width: 100%;
  min-height: 44px;
  border: 1px solid rgba(17, 20, 22, 0.16);
  border-radius: 6px;
  background: rgba(255, 255, 252, 0.62);
  color: var(--ink);
  font: inherit;
  font-size: 14px;
  letter-spacing: 0;
}

.contact-form input,
.contact-form select {
  padding: 0 12px;
}

.contact-form textarea {
  min-height: 150px;
  padding: 12px;
  resize: vertical;
}

.contact-form input:focus,
.contact-form select:focus,
.contact-form textarea:focus {
  border-color: rgba(126, 169, 21, 0.72);
  box-shadow: 0 0 0 3px rgba(164, 211, 45, 0.18);
  outline: none;
}

.contact-message,
.contact-submit-row {
  grid-column: 1 / -1;
}

.contact-submit-row {
  display: flex;
  align-items: center;
  gap: 14px;
}

.contact-submit-row button {
  min-height: 42px;
  padding: 0 18px;
  border: 1px solid rgba(17, 20, 22, 0.88);
  border-radius: 999px;
  background: var(--ink);
  color: #fff;
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  cursor: pointer;
}

.contact-submit-row button:hover {
  border-color: var(--green-dark);
  color: var(--green);
}

#contact-status {
  min-height: 1.4em;
  margin: 0;
  color: #5d6462;
  font-size: 12px;
  line-height: 1.4;
}

.work-tiles {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  width: calc(100% - 50px);
  margin-left: 34px;
  gap: 8px;
  align-items: start;
}

.work-tiles.category-summary + .landing-statement,
body[data-route="gallery"] #work .landing-statement,
body[data-route="environments"] #work .landing-statement,
body[data-route="displays"] #work .landing-statement,
body[data-route="products"] #work .landing-statement,
body[data-route="systems"] #work .landing-statement,
body[data-route="bio"] #work .landing-statement,
body[data-route="contact"] #work .landing-statement {
  display: none;
}

.work-tiles.category-summary {
  grid-template-columns: minmax(0, 1fr);
  align-content: center;
  min-height: 230px;
  padding: 34px 0;
  border-top: 1px solid var(--line);
  border-bottom: 1px solid var(--line);
}

.category-summary-copy {
  display: grid;
  grid-template-columns: minmax(140px, 22%) minmax(0, 680px);
  gap: 28px;
  align-items: start;
}

.category-summary-copy p {
  margin: 8px 0 0;
  color: var(--green-dark);
  font-size: 11px;
  font-weight: 700;
  letter-spacing: 0.18em;
  line-height: 1.3;
  text-transform: uppercase;
}

.category-summary-copy h2 {
  grid-column: 2;
  margin: 0;
  color: #202423;
  font-family: var(--display);
  font-size: clamp(34px, 4.2vw, 62px);
  font-weight: 400;
  line-height: 1.02;
}

.category-summary-copy span {
  grid-column: 2;
  max-width: 760px;
  color: #4d5351;
  font-size: 15px;
  line-height: 1.55;
}

.work-card {
  position: relative;
  height: 160px;
  min-height: 0;
  overflow: hidden;
  border: 1px solid rgba(17, 20, 22, 0.12);
  border-radius: var(--radius);
  background: #222;
  color: #fff;
  cursor: pointer;
  isolation: isolate;
}

.work-card[hidden] {
  display: none;
}

.work-card::before {
  content: "";
  position: absolute;
  inset: 0;
  z-index: 0;
  opacity: 0;
  background-image: var(--card-soft-bg);
  background-position: center;
  background-size: cover;
  filter: blur(16px) saturate(0.96);
  transform: scale(1.08);
  transition: opacity 220ms ease;
}

.work-card.is-soft-fit::before {
  opacity: 0.72;
}

.work-card img {
  position: absolute;
  inset: 0;
  z-index: 1;
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 420ms ease, filter 180ms ease;
}

.work-card.is-soft-fit img {
  object-fit: contain;
}

.work-card::after {
  content: "";
  position: absolute;
  inset: 0;
  z-index: 2;
  background: linear-gradient(180deg, transparent 28%, rgba(0, 0, 0, 0.78));
}

.work-card:hover img,
.work-card.active img {
  transform: scale(1.045);
  filter: saturate(1.08);
}

.work-card.active {
  outline: 2px solid var(--green);
  outline-offset: -2px;
}

.work-card-content {
  position: absolute;
  inset: auto 14px 14px;
  z-index: 3;
  text-align: left;
}

.work-card-number,
.work-card-title,
.work-card-subtitle {
  display: block;
  margin: 0;
}

.work-card-number {
  margin-bottom: 5px;
  color: var(--green);
  font-size: 12px;
  font-weight: 600;
}

.work-card-title {
  color: #fff;
  font-size: 14px;
  font-weight: 700;
  letter-spacing: 0.04em;
  line-height: 1;
  text-transform: uppercase;
}

.work-card-subtitle {
  margin-top: 5px;
  color: rgba(255, 255, 255, 0.78);
  font-size: 11px;
  line-height: 1.2;
}

.spatial-nav {
  --plane-rx: 0deg;
  --plane-ry: 0deg;
  --plane-rz: 0deg;
  --plane-x: 0px;
  --plane-y: 0px;
  display: grid;
  position: fixed;
  right: var(--spatial-nav-right);
  bottom: var(--spatial-nav-bottom);
  z-index: 20;
  grid-template-rows: 1fr auto;
  width: var(--spatial-nav-width);
  min-height: var(--spatial-plane-height);
  justify-self: end;
  padding: 0 0 4px;
  border: 0;
  border-radius: 0;
  background: transparent;
  perspective: 1100px;
  pointer-events: auto;
}

.plane {
  position: relative;
  min-height: var(--spatial-plane-height);
  margin: 0;
  overflow: hidden;
  border-radius: 0;
  transform:
    translate3d(var(--plane-x), var(--plane-y), 0)
    rotateX(var(--plane-rx))
    rotateY(var(--plane-ry))
    rotateZ(var(--plane-rz));
  transform-origin: 50% 50%;
  transform-style: preserve-3d;
  transition: transform 180ms ease-out;
  will-change: transform;
  background:
    radial-gradient(ellipse at 50% 56%, rgba(255, 255, 255, 0.96) 0%, rgba(245, 244, 240, 0.92) 42%, rgba(245, 244, 240, 0) 74%);
}

.xyz-grid-svg {
  position: absolute;
  inset: 7% 5%;
  width: 90%;
  height: 86%;
  overflow: visible;
  opacity: 0.72;
  pointer-events: none;
  transform: translateZ(0);
  -webkit-mask-image: radial-gradient(ellipse at 50% 52%, #000 0%, #000 34%, rgba(0, 0, 0, 0.44) 55%, transparent 76%);
  mask-image: radial-gradient(ellipse at 50% 52%, #000 0%, #000 34%, rgba(0, 0, 0, 0.44) 55%, transparent 76%);
}

.xyz-grid-lines line {
  stroke: rgba(21, 25, 27, 0.052);
  stroke-width: 1;
  vector-effect: non-scaling-stroke;
}

.xyz-grid-lines line:nth-child(5n) {
  stroke: rgba(21, 25, 27, 0.078);
}

.xyz-axis {
  fill: none;
  stroke-linecap: round;
  stroke-width: 1.35;
  vector-effect: non-scaling-stroke;
}

.xyz-axis-x {
  stroke: rgba(255, 115, 105, 0.28);
}

.xyz-axis-y {
  stroke: rgba(112, 136, 255, 0.24);
}

.xyz-axis-z {
  stroke: rgba(34, 38, 39, 0.18);
}

.xyz-origin {
  fill: rgba(17, 20, 22, 0.18);
  stroke: rgba(245, 244, 240, 0.88);
  stroke-width: 2;
}

.waypoint {
  --wp-z: 10px;
  position: absolute;
  z-index: 2;
  padding: 0 0 0 14px;
  border: 0;
  background: transparent;
  color: rgba(70, 76, 75, 0.72);
  font-size: 10px;
  font-weight: 700;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  cursor: pointer;
  transform: translate3d(0, 0, var(--wp-z));
  transition: color 150ms ease, opacity 150ms ease, transform 180ms ease;
}

.waypoint::before {
  content: "";
  position: absolute;
  left: 0;
  top: 50%;
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background: rgba(17, 20, 22, 0.72);
  transform: translateY(-50%);
}

.waypoint:hover,
.waypoint.active,
.waypoint.is-near {
  color: var(--ink);
}

.waypoint:hover,
.waypoint.is-near {
  transform: translate3d(2px, -2px, calc(var(--wp-z) + 8px));
}

.wp-systems {
  --wp-z: 18px;
  right: 9%;
  bottom: 15%;
}

.wp-bio {
  --wp-z: 28px;
  right: 16%;
  top: 18%;
}

.wp-contact {
  --wp-z: 12px;
  left: 12%;
  top: 44%;
}

.waypoint.active::before {
  background: var(--green);
  box-shadow: 0 0 16px rgba(164, 211, 45, 0.85);
}

.axis {
  position: absolute;
  z-index: 1;
  color: rgba(17, 20, 22, 0.34);
  font-size: 10px;
  font-weight: 700;
}

.axis-x {
  left: 13%;
  bottom: 22%;
  color: rgba(204, 81, 75, 0.56);
}

.axis-y {
  right: 4%;
  bottom: 21%;
  color: rgba(83, 103, 214, 0.52);
}

.axis-z {
  left: 50%;
  top: 3%;
  color: rgba(17, 20, 22, 0.42);
}

.center-node {
  position: absolute;
  left: 50%;
  top: 49%;
  width: 28px;
  height: 28px;
  padding: 0;
  border: 1px solid rgba(17, 20, 22, 0.14);
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.72);
  box-shadow: 0 10px 24px rgba(17, 20, 22, 0.08);
  transform: translate(-50%, -50%) translateZ(12px);
  cursor: pointer;
  transition: border-color 160ms ease, box-shadow 160ms ease, transform 180ms ease;
}

.center-node::after {
  content: "";
  position: absolute;
  inset: 12px;
  border: 2px solid rgba(164, 211, 45, 0.86);
  border-radius: 50%;
}

.center-node:hover,
.center-node.active {
  border-color: rgba(164, 211, 45, 0.65);
  box-shadow: 0 10px 24px rgba(17, 20, 22, 0.12), 0 0 20px rgba(164, 211, 45, 0.28);
}

.axis-value {
  position: absolute;
  z-index: 1;
  color: rgba(111, 116, 115, 0.72);
  font-size: 10px;
  line-height: 1;
}

.axis-x-min {
  left: 12%;
  bottom: 9%;
}

.axis-x-max {
  right: 0;
  bottom: 10%;
}

.axis-y-max {
  right: 1%;
  bottom: 5%;
}

.axis-z-max {
  left: 49%;
  top: 14%;
}

.axis-z-min {
  left: 49%;
  bottom: 3%;
}

@media (prefers-reduced-motion: reduce) {
  .plane,
  .waypoint {
    transition: none;
    transform: none;
  }

  body.is-route-entering .site-section .section-heading,
  body.is-route-entering .site-section .category-intro,
  body.is-route-entering .site-section .gallery-intro,
  body.is-route-entering .site-section .bio-copy,
  body.is-route-entering .category-project-card.is-featured,
  body.is-route-entering .category-project-card,
  body.is-route-entering .gallery-item {
    animation: none;
  }
}

@media (max-width: 1120px) {
  .site-shell {
    grid-template-columns: 1fr;
  }

  .identity-rail {
    position: relative;
    min-height: auto;
    padding: 28px 24px;
  }

  .identity-rail::before,
  .rail-meta {
    display: none;
  }

  .identity-copy {
    margin-top: 26px;
  }

  .identity-copy h1 {
    font-size: 38px;
  }

  .identity-copy p:not(.rail-kicker):not(.role-line) {
    max-width: 560px;
    overflow-wrap: break-word;
  }

  .rail-contact {
    margin-top: 22px;
    justify-content: flex-start;
  }

  body[data-route="gallery"] .identity-rail,
  body[data-route="environments"] .identity-rail,
  body[data-route="displays"] .identity-rail,
  body[data-route="products"] .identity-rail,
  body[data-route="systems"] .identity-rail,
  body[data-route="bio"] .identity-rail,
  body[data-route="contact"] .identity-rail {
    display: none;
  }
}

@media (max-width: 900px) {
  .site-shell,
  .workspace,
  .site-section,
  .topbar {
    width: 100%;
    min-width: 0;
    max-width: 100vw;
    overflow-x: hidden;
  }

  .workspace {
    width: 100%;
    overflow-x: hidden;
    padding: 8px 18px 34px;
  }

  .topbar,
  .filter-group,
  .section-heading,
  .category-intro,
  .landing-statement,
  .spaces-work-layout,
  .capability-layout,
  .category-work-grid,
  .lead-proof,
  .project-selector-strip {
    width: calc(100vw - 36px);
    max-width: calc(100vw - 36px);
  }

  body[data-route="systems"] .project-selector {
    width: calc(100vw - 36px);
    max-width: calc(100vw - 36px);
  }

  .topbar,
  .intro-strip,
  .base-grid,
  .content-band {
    grid-template-columns: 1fr;
  }

  .topbar {
    align-items: flex-start;
    overflow: hidden;
    top: 0;
  }

  .filter-group {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    width: 100%;
    max-width: 100%;
    gap: 8px;
    overflow-x: hidden;
    padding-bottom: 4px;
    scrollbar-width: none;
  }

  .filter-group::-webkit-scrollbar {
    display: none;
  }

  .filter {
    justify-content: center;
    min-width: 0;
    width: 100%;
    max-width: 100%;
    overflow: hidden;
  }

  .coordinates {
    display: none;
  }

  .spatial-nav {
    display: none;
  }

  .hero-image-wrap {
    min-height: 420px;
  }

  .work-tiles {
    width: calc(100vw - 36px);
    margin-left: 0;
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .work-card {
    height: auto;
    aspect-ratio: 1.45;
  }

  body[data-route="systems"] .project-selector-card {
    height: auto;
    aspect-ratio: 1.45;
  }

  .section-heading,
  .system-panel,
  .category-summary-copy,
  .capability-layout,
  .category-work-grid {
    grid-template-columns: 1fr;
  }

  .section-heading h2 {
    max-width: 100%;
    overflow-wrap: break-word;
  }

  .capability-stack {
    position: static;
  }

  .capability-stack ul {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 0 18px;
  }

  .lead-proof {
    grid-template-columns: 1fr;
    width: calc(100vw - 36px);
    max-width: calc(100vw - 36px);
    height: auto;
    min-height: 0;
    overflow: hidden;
  }

  .lead-proof-media,
  .lead-proof-copy {
    width: 100%;
    max-width: 100%;
    min-height: 0;
  }

  .lead-proof-media {
    height: auto;
    aspect-ratio: 1.35;
  }

  .lead-proof-copy {
    padding: 24px;
  }

  .lead-proof-copy > * {
    max-width: calc(100vw - 76px);
  }

  .lead-proof-copy h3 {
    max-width: 100%;
    white-space: normal;
    overflow-wrap: anywhere;
  }

  .lead-proof-copy strong {
    margin-top: 28px;
  }

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

  .spaces-copy-row,
  .landing-statement {
    grid-template-columns: 1fr;
  }

  body[data-route="environments"] .spaces-copy-row,
  body[data-route="environments"] .project-selector,
  body[data-route="displays"] .spaces-copy-row,
  body[data-route="displays"] .project-selector,
  body[data-route="products"] .spaces-copy-row,
  body[data-route="products"] .project-selector,
  body[data-route="systems"] .spaces-copy-row,
  body[data-route="systems"] .project-selector {
    margin-right: 0;
  }

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

  .project-selector-heading {
    align-items: start;
  }

  .project-modal {
    padding: 18px;
  }

  .project-modal-panel {
    grid-template-columns: 1fr;
    width: calc(100vw - 36px);
    max-height: calc(100vh - 36px);
    overflow-y: auto;
  }

  .project-modal-media {
    min-height: 0;
    aspect-ratio: 1.2;
  }

  .project-modal-copy {
    border-left: 0;
    border-top: 1px solid rgba(255, 255, 255, 0.12);
  }

  .category-summary-copy h2,
  .category-summary-copy span {
    grid-column: 1;
  }

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

  .text-section > p,
  .contact-form,
  .gallery-intro,
  .category-intro {
    margin-left: 0;
  }

  .bio-layout,
  .contact-layout {
    grid-template-columns: 1fr;
    margin-right: 0;
  }

  .bio-portrait {
    min-height: 420px;
  }

  .bio-facts div {
    grid-template-columns: 1fr;
    gap: 8px;
  }

  .category-section .category-work-grid {
    margin-right: 0;
  }

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

  .category-project-card {
    aspect-ratio: 1.08;
  }

  .category-project-card.is-featured {
    aspect-ratio: 1.22;
  }

  .contact-form {
    grid-template-columns: 1fr;
  }

  .contact-details {
    grid-template-columns: 1fr;
  }
}

@media (max-width: 560px) {
  .identity-rail {
    padding: 20px;
  }

  .brand-mark {
    width: 82px;
    height: 82px;
  }

  .brand-mark img {
    width: 62px;
  }

  .identity-copy h1 {
    font-size: 38px;
  }

  .identity-copy p:not(.rail-kicker):not(.role-line) {
    max-width: 320px;
  }

  .filter-group {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    width: calc(100vw - 36px);
    max-width: calc(100vw - 36px);
    gap: 6px;
    overflow-x: visible;
  }

  .topbar {
    display: block;
    width: calc(100vw - 36px);
    max-width: calc(100vw - 36px);
    overflow: visible;
  }

  .filter {
    justify-content: center;
    min-width: 0;
    min-height: 36px;
    padding: 0 5px;
    font-size: 11.5px;
  }

  .hero-image-wrap {
    min-height: 360px;
  }

  .capability-stack ul,
  .supporting-proof,
  .project-selector-strip {
    grid-template-columns: 1fr;
  }

  .lead-proof-media {
    aspect-ratio: 1.02;
  }

  .lead-proof-copy {
    padding: 20px;
  }

  .lead-proof-copy > * {
    width: 100%;
    max-width: calc(100vw - 76px);
  }

  .project-selector-heading {
    display: grid;
    gap: 8px;
  }

  .proof-card {
    min-height: 240px;
  }

  .project-modal-copy {
    padding: 24px;
  }

  .hero-overlay {
    left: 20px;
    top: 22px;
  }

  .slide-count {
    left: 20px;
    bottom: 20px;
  }

  .intro-strip p {
    font-size: 26px;
  }

  .work-tiles {
    grid-template-columns: 1fr;
  }

  body[data-route="systems"] .project-selector {
    grid-template-columns: 1fr;
  }

  body[data-route="systems"] .project-selector-heading {
    display: none;
  }

  .work-card {
    height: auto;
    aspect-ratio: 1.28;
    min-height: 210px;
  }

  body[data-route="systems"] .project-selector-card {
    aspect-ratio: 1.28;
    min-height: 210px;
  }

  .category-project-card {
    aspect-ratio: 1.04;
  }

  .category-project-card.is-featured {
    aspect-ratio: 1.1;
  }

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

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

  .gallery-item.wide {
    grid-column: span 1;
  }
}
