:root {
  --ink: #17120f;
  --ink-soft: #241b16;
  --bone: #eee6d8;
  --bone-bright: #faf6ed;
  --paper: #e3d7c5;
  --copper: #b66d42;
  --copper-dark: #7d422a;
  --sage: #596557;
  --line-dark: rgba(23, 18, 15, 0.2);
  --line-light: rgba(238, 230, 216, 0.2);
  --display: "Iowan Old Style", Baskerville, "Times New Roman", Georgia, serif;
  --sans: Inter, "Helvetica Neue", Arial, sans-serif;
  --ease: cubic-bezier(0.2, 0.78, 0.2, 1);
  --threshold-open: 0;
  --threshold-under-scale: 1.08;
  --threshold-copy-y: 0px;
  --threshold-meter: 0;
  --proof-progress: 0;
  --proof-room-opacity: 1;
  --proof-room-scale: 1.055;
  --proof-detail-opacity: 0;
  --proof-detail-scale: 1.075;
  --proof-detail-mask: 22%;
  --proof-storage-opacity: 0;
  --proof-storage-scale: 1.065;
  --proof-storage-mask: 48%;
  --proof-step-room: 1;
  --proof-step-detail: 0;
  --proof-step-storage: 0;
  --built-progress: 0;
  --built-open: 0;
  --built-aperture-opacity: 0;
  --built-geometry-opacity: 0;
  --built-room-opacity: 0;
  --built-detail-opacity: 0;
  --built-storage-opacity: 0;
  --built-geometry-scale: 1.065;
  --built-room-scale: 1.055;
  --built-detail-scale: 1.055;
  --built-storage-scale: 1.05;
  --built-room-shift: -10vw;
  --built-room-left: 64%;
  --built-room-right: 36%;
  --built-detail-shift: 5vw;
  --built-storage-shift: 9vw;
  --built-detail-left: 64%;
  --built-detail-right: 36%;
  --built-storage-left: 64%;
  --built-storage-right: 36%;
  --built-exposure: 0.38;
  --built-datum-opacity: 0;
  --built-copy-y: 0px;
  --built-intro-opacity: 1;
  --built-intro-y: 0px;
  --built-guard-right: 25%;
  --built-guard-opacity: 1;
  --built-panel-opacity: 1;
  --built-stage-scale: 1;
  --built-stage-rotate-x: 0deg;
  --built-stage-rotate-y: 0deg;
  --built-stage-z: 0px;
  --built-title-a-clip: 0%;
  --built-title-b-clip: 0%;
  --built-title-a-y: 0px;
  --built-title-b-y: 0px;
  --built-frame: 0;
  --built-film-opacity: 1;
  --built-film-video-opacity: 0;
  --built-film-left: 43%;
  --built-film-right: 4%;
  --built-film-y: 6%;
  --built-film-scale: 1;
  --built-film-note-opacity: 1;
  --built-source-scale: 1.14;
  --built-source-shift: 3%;
  --material-film-opacity: 0;
  --material-film-left: 50%;
  --material-film-right: 50%;
  --material-film-scale: 1.08;
  --material-line-opacity: 1;
  --built-step-cinematic: 1;
  --built-step-geometry: 1;
  --built-step-room: 0;
  --built-step-detail: 0;
  --built-step-storage: 0;
  --page-progress: 0;
  --header-height: 82px;
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
  background: var(--ink);
}

#work,
#capabilities,
#request {
  scroll-margin-top: 5.5rem;
}

body {
  margin: 0;
  min-width: 320px;
  overflow-x: clip;
  color: var(--bone);
  background: var(--ink);
  font-family: var(--sans);
  font-size: 16px;
  -webkit-font-smoothing: antialiased;
  text-rendering: optimizeLegibility;
}

body.menu-open {
  overflow: hidden;
}

img {
  display: block;
  max-width: 100%;
}

button,
input,
textarea,
select {
  font: inherit;
}

button,
a {
  -webkit-tap-highlight-color: transparent;
}

a {
  color: inherit;
}

button {
  color: inherit;
}

::selection {
  color: var(--bone-bright);
  background: var(--copper-dark);
}

:focus-visible {
  outline: 2px solid var(--copper);
  outline-offset: 5px;
}

.skip-link {
  position: fixed;
  z-index: 1000;
  top: 12px;
  left: 12px;
  min-height: 44px;
  padding: 12px 18px;
  color: var(--ink);
  background: var(--bone-bright);
  font-size: 13px;
  font-weight: 700;
  transform: translateY(-160%);
  transition: transform 180ms ease;
}

.skip-link:focus {
  transform: translateY(0);
}

.eyebrow {
  margin: 0;
  font-size: 10px;
  font-weight: 720;
  letter-spacing: 0.18em;
  line-height: 1.4;
  text-transform: uppercase;
}

.site-header {
  position: fixed;
  z-index: 100;
  inset: 0 0 auto;
  height: var(--header-height);
  padding: 0 clamp(20px, 4.3vw, 72px);
  display: grid;
  grid-template-columns: minmax(140px, 1fr) auto minmax(140px, 1fr);
  align-items: center;
  gap: 36px;
  color: var(--bone-bright);
  border-bottom: 1px solid rgba(255, 255, 255, 0.16);
  transition:
    height 320ms var(--ease),
    background 320ms var(--ease),
    backdrop-filter 320ms var(--ease);
}

.site-header.is-pinned {
  height: 68px;
  background: rgba(23, 18, 15, 0.86);
  backdrop-filter: blur(18px) saturate(1.2);
}

.brand {
  width: max-content;
  min-width: 96px;
  min-height: 44px;
  display: inline-flex;
  align-items: center;
  overflow: hidden;
  text-decoration: none;
}

.brand img {
  width: 116px;
  height: 49px;
  object-fit: cover;
  filter: saturate(0.86) contrast(1.05);
}

.site-menu {
  display: flex;
  align-items: center;
  gap: clamp(24px, 3vw, 52px);
}

.site-menu a,
.site-menu button,
.still-toggle {
  min-height: 44px;
  padding: 0;
  display: inline-flex;
  align-items: center;
  border: 0;
  color: inherit;
  background: transparent;
  font-size: 10px;
  font-weight: 700;
  letter-spacing: 0.14em;
  text-decoration: none;
  text-transform: uppercase;
  cursor: pointer;
}

.site-menu a::after,
.site-menu button::after {
  content: "";
  position: absolute;
  inset: auto 0 8px;
  height: 1px;
  background: currentColor;
  transform: scaleX(0);
  transform-origin: right;
  transition: transform 320ms var(--ease);
}

.site-menu a,
.site-menu button {
  position: relative;
}

.site-menu a:hover::after,
.site-menu a:focus-visible::after,
.site-menu button:hover::after,
.site-menu button:focus-visible::after {
  transform: scaleX(1);
  transform-origin: left;
}

.header-tools {
  justify-self: end;
  display: flex;
  align-items: center;
  gap: 18px;
}

.still-toggle {
  min-height: 38px;
  padding: 0 0 0 18px;
  border-left: 1px solid rgba(255, 255, 255, 0.28);
  color: rgba(255, 255, 255, 0.72);
}

.still-toggle[aria-pressed="true"] {
  color: var(--bone-bright);
}

.menu-toggle {
  position: relative;
  width: 48px;
  height: 48px;
  padding: 0;
  display: none;
  place-items: center;
  border: 0;
  background: transparent;
  cursor: pointer;
}

.menu-toggle span {
  position: absolute;
  width: 22px;
  height: 1px;
  background: currentColor;
  transition: transform 220ms ease;
}

.menu-toggle span:first-child {
  transform: translateY(-4px);
}
.menu-toggle span:last-child {
  transform: translateY(4px);
}
.menu-toggle[aria-expanded="true"] span:first-child {
  transform: rotate(45deg);
}
.menu-toggle[aria-expanded="true"] span:last-child {
  transform: rotate(-45deg);
}

.page-progress {
  position: absolute;
  inset: auto 0 -1px;
  height: 1px;
  overflow: hidden;
}

.page-progress span {
  display: block;
  width: calc(var(--page-progress) * 100%);
  height: 100%;
  background: var(--copper);
  transform-origin: left;
}

.threshold {
  position: relative;
  height: 320svh;
  background: var(--ink);
}

.threshold__sticky {
  position: sticky;
  top: 0;
  height: 100svh;
  min-height: 620px;
  overflow: clip;
  isolation: isolate;
  background: var(--ink);
}

.threshold__stage {
  position: absolute;
  z-index: 0;
  inset: 0;
  margin: 0;
  overflow: hidden;
  background: linear-gradient(135deg, #31261f, #17120f);
  perspective: 1400px;
}

.threshold__resolved,
.threshold__resolved img {
  width: 100%;
  height: 100%;
}

.threshold__resolved {
  position: absolute;
  inset: 0;
  display: block;
  transform: scale(var(--threshold-under-scale));
  transform-origin: 58% 48%;
  will-change: transform;
}

.threshold__resolved img {
  object-fit: cover;
  object-position: 50% 57%;
  filter: saturate(0.84) contrast(1.04) brightness(0.87);
}

.threshold__cabinet {
  position: absolute;
  z-index: 2;
  inset: 0;
  overflow: hidden;
  pointer-events: none;
}

.cabinet-panel {
  position: absolute;
  top: 0;
  bottom: 0;
  left: calc(var(--panel-left) * 1%);
  width: calc(var(--panel-width) * 1% + 1px);
  overflow: hidden;
  border-right: 1px solid rgba(23, 18, 15, 0.7);
  background: #806649;
  box-shadow:
    inset -7px 0 13px rgba(17, 10, 6, 0.14),
    inset 7px 0 12px rgba(255, 245, 221, 0.08);
  will-change: transform;
}

.cabinet-panel img {
  position: absolute;
  top: 0;
  left: calc(var(--panel-left) * -1vw);
  width: 100vw;
  max-width: none;
  height: 100%;
  object-fit: cover;
  object-position: 50% 52%;
  filter: saturate(0.88) contrast(1.04) brightness(0.86);
}

.cabinet-panel--one {
  transform-origin: left center;
  transform: translate3d(calc(var(--threshold-open) * -118vw), 0, 0)
    rotateY(calc(var(--threshold-open) * -12deg));
}
.cabinet-panel--two {
  transform-origin: left center;
  transform: translate3d(calc(var(--threshold-open) * -96vw), 0, 0)
    rotateY(calc(var(--threshold-open) * -10deg));
}
.cabinet-panel--three {
  transform-origin: left center;
  transform: translate3d(calc(var(--threshold-open) * -72vw), 0, 0)
    rotateY(calc(var(--threshold-open) * -8deg));
}
.cabinet-panel--four {
  transform-origin: right center;
  transform: translate3d(calc(var(--threshold-open) * 72vw), 0, 0)
    rotateY(calc(var(--threshold-open) * 8deg));
}
.cabinet-panel--five {
  transform-origin: right center;
  transform: translate3d(calc(var(--threshold-open) * 96vw), 0, 0)
    rotateY(calc(var(--threshold-open) * 10deg));
}
.cabinet-panel--six {
  transform-origin: right center;
  transform: translate3d(calc(var(--threshold-open) * 118vw), 0, 0)
    rotateY(calc(var(--threshold-open) * 12deg));
}

.cabinet-rail {
  position: absolute;
  z-index: 3;
  left: 0;
  right: 0;
  height: 1px;
  background: rgba(246, 227, 199, 0.42);
  box-shadow:
    0 1px 0 rgba(26, 16, 11, 0.65),
    0 10px 22px rgba(20, 11, 7, 0.14);
  opacity: calc(1 - var(--threshold-open));
  will-change: transform, opacity;
}

.cabinet-rail--top {
  top: 24.5%;
  transform: translateX(calc(var(--threshold-open) * -110vw));
}
.cabinet-rail--middle {
  top: 49.5%;
  transform: translateX(calc(var(--threshold-open) * 110vw));
}
.cabinet-rail--base {
  top: 73.5%;
  transform: translateX(calc(var(--threshold-open) * -110vw));
}

.threshold__wash {
  position: absolute;
  z-index: 5;
  inset: 0;
  pointer-events: none;
  background:
    linear-gradient(
      90deg,
      rgba(18, 13, 10, 0.92) 0%,
      rgba(18, 13, 10, 0.72) 35%,
      rgba(18, 13, 10, 0.16) 67%,
      rgba(18, 13, 10, 0.1) 100%
    ),
    linear-gradient(0deg, rgba(15, 11, 9, 0.64) 0%, transparent 35%);
}

.threshold__specular {
  position: absolute;
  z-index: 5;
  inset: -20% -35%;
  pointer-events: none;
  opacity: calc(0.04 + (var(--threshold-open) * 0.16));
  background: linear-gradient(
    108deg,
    transparent 38%,
    rgba(255, 231, 194, 0.5) 48%,
    transparent 57%
  );
  mix-blend-mode: soft-light;
  transform: translate3d(calc((var(--threshold-open) * 22%) - 12%), 0, 0);
  will-change: transform, opacity;
}

.threshold__grain,
.project-invitation__grain {
  position: absolute;
  z-index: 6;
  inset: 0;
  pointer-events: none;
  opacity: 0.2;
  background-image:
    repeating-linear-gradient(
      98deg,
      transparent 0 29px,
      rgba(255, 255, 255, 0.035) 30px,
      transparent 31px
    ),
    radial-gradient(circle at 68% 18%, rgba(182, 109, 66, 0.2), transparent 27%);
  mix-blend-mode: soft-light;
}

.threshold__stage figcaption {
  position: absolute;
  z-index: 8;
  right: clamp(20px, 4.3vw, 72px);
  bottom: 34px;
  display: grid;
  justify-items: end;
  gap: 5px;
  color: rgba(255, 255, 255, 0.66);
  font-size: 7px;
  font-weight: 700;
  letter-spacing: 0.16em;
  text-transform: uppercase;
}

.threshold__copy {
  position: absolute;
  z-index: 10;
  top: 50%;
  left: clamp(20px, 4.3vw, 72px);
  width: min(58vw, 900px);
  transform: translateY(calc(-50% + var(--threshold-copy-y)));
  will-change: transform;
}

.threshold__copy .eyebrow {
  margin-bottom: 24px;
  color: #d8a07f;
}

.threshold h1 {
  margin: 0;
  font-family: var(--display);
  font-size: clamp(80px, 10.8vw, 184px);
  font-weight: 400;
  letter-spacing: -0.072em;
  line-height: 0.75;
}

.threshold h1 span,
.threshold h1 em {
  display: block;
}

.threshold h1 em {
  margin-left: clamp(24px, 8vw, 132px);
  color: #ddb48f;
  font-weight: 400;
  white-space: nowrap;
}

.threshold__summary {
  width: min(520px, 80%);
  margin: 38px 0 0;
  color: rgba(247, 241, 231, 0.78);
  font-size: clamp(14px, 1.12vw, 18px);
  line-height: 1.68;
}

.threshold__actions,
.project-invitation__actions {
  margin-top: 38px;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 28px;
}

.primary-action {
  min-width: 230px;
  min-height: 56px;
  padding: 0 22px;
  display: inline-flex;
  align-items: center;
  justify-content: space-between;
  gap: 34px;
  border: 1px solid rgba(255, 255, 255, 0.58);
  color: var(--bone-bright);
  background: rgba(23, 18, 15, 0.18);
  font-size: 10px;
  font-weight: 760;
  letter-spacing: 0.15em;
  text-decoration: none;
  text-transform: uppercase;
  cursor: pointer;
  transition:
    color 260ms ease,
    background 260ms ease,
    transform 260ms var(--ease);
}

.primary-action:hover,
.primary-action:focus-visible {
  color: var(--ink);
  background: var(--bone-bright);
  transform: translateY(-2px);
}

.quiet-action {
  min-height: 48px;
  display: inline-flex;
  align-items: center;
  border-bottom: 1px solid rgba(255, 255, 255, 0.46);
  color: rgba(255, 255, 255, 0.78);
  font-size: 10px;
  font-weight: 720;
  letter-spacing: 0.14em;
  text-decoration: none;
  text-transform: uppercase;
}

.threshold__meter {
  position: absolute;
  z-index: 10;
  left: clamp(20px, 4.3vw, 72px);
  bottom: 32px;
  width: min(470px, 43vw);
  display: grid;
  grid-template-columns: 28px 1fr auto;
  align-items: center;
  gap: 14px;
  color: rgba(255, 255, 255, 0.58);
  font-size: 7px;
  font-weight: 700;
  letter-spacing: 0.15em;
  text-transform: uppercase;
}

.threshold__meter-line {
  height: 1px;
  overflow: hidden;
  background: rgba(255, 255, 255, 0.2);
}

.threshold__meter-line i {
  display: block;
  width: calc(var(--threshold-meter) * 100%);
  height: 100%;
  background: var(--copper);
}

.threshold__instruction {
  position: absolute;
  z-index: 10;
  right: clamp(20px, 4.3vw, 72px);
  top: 50%;
  margin: 0;
  color: rgba(255, 255, 255, 0.56);
  font-size: 7px;
  font-weight: 700;
  letter-spacing: 0.16em;
  text-transform: uppercase;
  transform: translate(46%, -50%) rotate(90deg);
  transform-origin: center;
  opacity: calc(1 - var(--threshold-open));
}

.proof-passage {
  position: relative;
  height: 240svh;
  color: var(--bone-bright);
  background: var(--ink);
}

.proof-passage__sticky {
  position: sticky;
  top: 0;
  height: 100svh;
  min-height: 620px;
  overflow: clip;
  isolation: isolate;
  background: var(--ink);
}

.proof-passage__stage,
.proof-passage__view,
.proof-passage__view picture,
.proof-passage__view img {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
}

.proof-passage__stage {
  z-index: 0;
  overflow: hidden;
  background: linear-gradient(135deg, #6f5b49, #1a1411 74%);
  perspective: 1500px;
}

.proof-passage__stage::after {
  content: "";
  position: absolute;
  z-index: 5;
  inset: 0;
  pointer-events: none;
  background:
    linear-gradient(
      90deg,
      rgba(15, 10, 8, 0.9) 0%,
      rgba(15, 10, 8, 0.68) 31%,
      rgba(15, 10, 8, 0.15) 64%,
      rgba(15, 10, 8, 0.22) 100%
    ),
    linear-gradient(0deg, rgba(15, 10, 8, 0.62), transparent 42%);
}

.proof-passage__view {
  margin: 0;
  overflow: hidden;
  background: #554738;
  will-change: opacity, clip-path, transform;
}

.proof-passage__view img {
  object-fit: cover;
  object-position: 50% 52%;
  filter: saturate(0.86) contrast(1.055) brightness(0.83);
  will-change: transform;
}

.proof-passage__view--room {
  z-index: 1;
  opacity: var(--proof-room-opacity);
}

.proof-passage__view--room img {
  transform: scale(var(--proof-room-scale));
  transform-origin: 54% 52%;
}

.proof-passage__view--detail {
  z-index: 2;
  opacity: var(--proof-detail-opacity);
  clip-path: inset(var(--proof-detail-mask) round 2px);
}

.proof-passage__view--detail img {
  transform: scale(var(--proof-detail-scale));
  transform-origin: 58% 48%;
}

.proof-passage__view--storage {
  z-index: 3;
  opacity: var(--proof-storage-opacity);
  clip-path: inset(0 var(--proof-storage-mask) 0 0);
}

.proof-passage__view--storage img {
  transform: scale(var(--proof-storage-scale));
  transform-origin: 70% 50%;
}

.proof-passage__view figcaption {
  position: absolute;
  z-index: 6;
  right: clamp(20px, 4.3vw, 72px);
  bottom: 32px;
  display: flex;
  align-items: center;
  gap: 10px;
  color: rgba(255, 255, 255, 0.68);
  font-size: 8px;
  font-weight: 740;
  letter-spacing: 0.16em;
  text-transform: uppercase;
}

.proof-passage__view figcaption span {
  font-family: var(--display);
  font-size: 22px;
  font-weight: 400;
  letter-spacing: 0;
}

.proof-passage__grain {
  position: absolute;
  z-index: 6;
  inset: 0;
  pointer-events: none;
  opacity: 0.16;
  background:
    repeating-linear-gradient(
      96deg,
      transparent 0 31px,
      rgba(255, 255, 255, 0.034) 32px,
      transparent 33px
    ),
    radial-gradient(
      circle at 76% 20%,
      rgba(222, 158, 109, 0.25),
      transparent 31%
    );
  mix-blend-mode: soft-light;
}

.proof-passage__frame {
  position: absolute;
  z-index: 7;
  inset: clamp(18px, 2.5vw, 42px);
  pointer-events: none;
  border: 1px solid rgba(255, 255, 255, 0.15);
}

.proof-passage__frame::before,
.proof-passage__frame::after {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  width: 1px;
  background: rgba(255, 255, 255, 0.11);
}

.proof-passage__frame::before {
  left: 33.333%;
}
.proof-passage__frame::after {
  right: 33.333%;
}

.proof-passage__copy {
  position: absolute;
  z-index: 10;
  top: 50%;
  left: clamp(20px, 4.3vw, 72px);
  width: min(55vw, 780px);
  transform: translateY(-50%);
}

.proof-passage__copy .eyebrow {
  color: #d8a07f;
}

.proof-passage__copy h2 {
  margin: 28px 0 0;
  font-family: var(--display);
  font-size: clamp(76px, 9vw, 154px);
  font-weight: 400;
  letter-spacing: -0.07em;
  line-height: 0.76;
}

.proof-passage__copy h2 span,
.proof-passage__copy h2 em {
  display: block;
}

.proof-passage__copy h2 em {
  margin-left: clamp(22px, 8vw, 122px);
  color: #d39874;
  font-weight: 400;
}

.proof-passage__copy > p:not(.eyebrow) {
  width: min(490px, 83%);
  margin: 36px 0 0;
  color: rgba(255, 255, 255, 0.76);
  font-size: 13px;
  line-height: 1.68;
}

.proof-passage__copy .quiet-action {
  margin-top: 26px;
}

.proof-passage__steps {
  position: absolute;
  z-index: 10;
  right: clamp(20px, 4.3vw, 72px);
  top: 50%;
  width: min(240px, 19vw);
  margin: 0;
  padding: 0;
  list-style: none;
  transform: translateY(-50%);
  border-top: 1px solid rgba(255, 255, 255, 0.22);
}

.proof-passage__steps li {
  min-height: 70px;
  display: grid;
  grid-template-columns: 34px 1fr;
  align-items: center;
  border-bottom: 1px solid rgba(255, 255, 255, 0.16);
  color: rgba(255, 255, 255, 0.42);
  opacity: 0.72;
  transition:
    color 260ms ease,
    opacity 260ms ease;
}

.proof-passage__steps li span {
  font-family: var(--display);
  font-size: 20px;
}

.proof-passage__steps li strong {
  font-size: 8px;
  letter-spacing: 0.15em;
  text-transform: uppercase;
}

.proof-passage__steps li[data-proof-step="room"] {
  color: rgba(255, 255, 255, calc(0.42 + (var(--proof-step-room) * 0.5)));
  opacity: calc(0.55 + (var(--proof-step-room) * 0.45));
}
.proof-passage__steps li[data-proof-step="detail"] {
  color: rgba(255, 255, 255, calc(0.42 + (var(--proof-step-detail) * 0.5)));
  opacity: calc(0.55 + (var(--proof-step-detail) * 0.45));
}
.proof-passage__steps li[data-proof-step="storage"] {
  color: rgba(255, 255, 255, calc(0.42 + (var(--proof-step-storage) * 0.5)));
  opacity: calc(0.55 + (var(--proof-step-storage) * 0.45));
}

.proof-passage__progress {
  position: absolute;
  z-index: 10;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 2px;
  overflow: hidden;
  background: rgba(255, 255, 255, 0.12);
}

.proof-passage__progress i {
  display: block;
  width: calc(var(--proof-progress) * 100%);
  height: 100%;
  background: var(--copper);
}

.work-ledger {
  padding: 150px clamp(20px, 4.3vw, 72px) 100px;
  color: var(--ink);
  background: var(--paper);
}

.ledger-heading {
  padding-bottom: 72px;
  display: grid;
  grid-template-columns: minmax(0, 1.5fr) minmax(220px, 0.5fr);
  align-items: end;
  gap: 80px;
  border-bottom: 1px solid var(--line-dark);
}

.ledger-heading .eyebrow {
  margin-bottom: 22px;
  color: var(--copper-dark);
}

.ledger-heading h2 {
  margin: 0;
  font-family: var(--display);
  font-size: clamp(64px, 8vw, 130px);
  font-weight: 400;
  letter-spacing: -0.065em;
  line-height: 0.84;
}

.ledger-heading > p {
  margin: 0;
  padding-top: 18px;
  border-top: 1px solid var(--line-dark);
  font-size: 13px;
  line-height: 1.65;
}

.ledger-entry {
  position: relative;
  min-height: 86svh;
  padding: 96px 0;
  display: grid;
  grid-template-columns: 62px repeat(12, minmax(0, 1fr));
  align-items: center;
  gap: clamp(12px, 1.6vw, 28px);
  border-bottom: 1px solid var(--line-dark);
}

.ledger-entry__index {
  grid-column: 1;
  align-self: stretch;
  padding: 8px 14px 8px 0;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  border-right: 1px solid var(--line-dark);
}

.ledger-entry__index span {
  font-family: var(--display);
  font-size: 42px;
  line-height: 1;
}

.ledger-entry__index small {
  font-size: 7px;
  font-weight: 700;
  letter-spacing: 0.15em;
  text-transform: uppercase;
  writing-mode: vertical-rl;
  transform: rotate(180deg);
}

.ledger-entry figure {
  position: relative;
  margin: 0;
  overflow: hidden;
  background: #b9aa96;
  box-shadow: 0 28px 70px rgba(59, 40, 28, 0.12);
}

.ledger-entry picture,
.ledger-entry figure img {
  width: 100%;
  height: 100%;
}

.ledger-entry figure img {
  object-fit: cover;
  filter: saturate(0.9) contrast(1.03) brightness(0.98);
  transform: scale(1.018);
  transition:
    transform 900ms var(--ease),
    filter 500ms ease;
}

.ledger-entry:hover figure img {
  filter: saturate(0.95) contrast(1.04) brightness(1.01);
  transform: scale(1.045);
}

.ledger-entry figcaption {
  position: absolute;
  z-index: 2;
  right: 14px;
  bottom: 12px;
  padding: 8px 10px;
  color: rgba(255, 255, 255, 0.8);
  background: rgba(23, 18, 15, 0.55);
  backdrop-filter: blur(8px);
  font-size: 6px;
  font-weight: 700;
  letter-spacing: 0.13em;
  text-transform: uppercase;
}

.ledger-entry__copy {
  align-self: end;
  padding-bottom: 8px;
}

.ledger-entry__copy > span {
  color: var(--copper-dark);
  font-size: 8px;
  font-weight: 760;
  letter-spacing: 0.16em;
  text-transform: uppercase;
}

.ledger-entry__copy h3 {
  margin: 18px 0 0;
  font-family: var(--display);
  font-size: clamp(42px, 4.8vw, 78px);
  font-weight: 400;
  letter-spacing: -0.055em;
  line-height: 0.94;
}

.ledger-entry__copy h3 a {
  min-height: 44px;
  display: inline-flex;
  align-items: center;
}

.ledger-entry--wide figure {
  grid-column: 3 / 10;
  aspect-ratio: 4 / 3;
}
.ledger-entry--wide .ledger-entry__copy {
  grid-column: 10 / 14;
}

.ledger-entry--split figure {
  grid-column: 7 / 14;
  aspect-ratio: 4 / 3;
}
.ledger-entry--split .ledger-entry__copy {
  grid-column: 2 / 6;
  grid-row: 1;
}

.ledger-entry--portrait figure {
  grid-column: 3 / 8;
  aspect-ratio: 4 / 5;
  max-height: 78svh;
}
.ledger-entry--portrait .ledger-entry__copy {
  grid-column: 9 / 14;
}

.ledger-entry--tall figure {
  grid-column: 6 / 11;
  aspect-ratio: 4 / 5;
  max-height: 78svh;
}
.ledger-entry--tall .ledger-entry__copy {
  grid-column: 2 / 6;
  grid-row: 1;
}

.ledger-entry--final figure {
  grid-column: 4 / 12;
  aspect-ratio: 4 / 3;
}
.ledger-entry--final .ledger-entry__copy {
  grid-column: 10 / 14;
  align-self: start;
  padding-top: 12px;
}

.capabilities {
  padding: 160px clamp(20px, 6vw, 110px);
  display: grid;
  grid-template-columns: minmax(300px, 0.78fr) minmax(0, 1.22fr);
  gap: clamp(80px, 11vw, 190px);
  color: var(--bone);
  background: var(--ink);
}

.capabilities__intro {
  align-self: start;
}
.capabilities__intro .eyebrow {
  color: #d8a07f;
}

.capabilities h2 {
  margin: 36px 0 0;
  font-family: var(--display);
  font-size: clamp(66px, 7.8vw, 126px);
  font-weight: 400;
  letter-spacing: -0.068em;
  line-height: 0.78;
}

.capabilities h2 em {
  color: #d8a07f;
  font-weight: 400;
  white-space: nowrap;
}

.capability-list {
  margin: 0;
  padding: 0;
  list-style: none;
  border-top: 1px solid var(--line-light);
}

.capability-list li {
  min-height: 160px;
  display: grid;
  grid-template-columns: 48px 1fr 36px;
  align-items: center;
  gap: 26px;
  border-bottom: 1px solid var(--line-light);
}

.capability-list li > span {
  align-self: start;
  padding-top: 26px;
  color: rgba(238, 230, 216, 0.48);
  font-size: 8px;
  font-weight: 700;
  letter-spacing: 0.14em;
}

.capability-list h3 {
  margin: 0;
  font-family: var(--display);
  font-size: clamp(42px, 5.2vw, 82px);
  font-weight: 400;
  letter-spacing: -0.055em;
  line-height: 0.96;
}

.capability-list i {
  color: var(--copper);
  font-family: var(--sans);
  font-size: 18px;
  font-style: normal;
}

.project-invitation {
  position: relative;
  min-height: 96svh;
  padding: 150px clamp(20px, 8vw, 146px);
  display: grid;
  align-content: center;
  overflow: hidden;
  color: var(--bone-bright);
  background:
    radial-gradient(
      circle at 77% 22%,
      rgba(226, 168, 119, 0.22),
      transparent 28%
    ),
    linear-gradient(126deg, #9a5836 0%, #6f3827 51%, #241815 100%);
}

.project-invitation__grain {
  opacity: 0.38;
}

.project-invitation > *:not(.project-invitation__grain) {
  position: relative;
  z-index: 2;
}

.project-invitation h2 {
  margin: 32px 0 0;
  font-family: var(--display);
  font-size: clamp(84px, 12.4vw, 210px);
  font-weight: 400;
  letter-spacing: -0.075em;
  line-height: 0.73;
}

.project-invitation h2 span,
.project-invitation h2 em {
  display: block;
}

.project-invitation h2 em {
  margin-left: clamp(36px, 14vw, 230px);
  color: #f3d7bd;
  font-weight: 400;
}

.project-invitation__copy {
  width: min(500px, 80vw);
  margin: 48px 0 0 auto;
  padding-top: 18px;
  border-top: 1px solid rgba(255, 255, 255, 0.35);
  font-size: 14px;
  line-height: 1.65;
}

.project-invitation__actions {
  justify-content: flex-end;
}

.static-inquiry-note {
  display: none;
  width: min(520px, 90vw);
  margin: 28px 0 0 auto;
  font-size: 12px;
  line-height: 1.6;
}

.primary-action--light {
  color: var(--ink);
  background: var(--bone-bright);
  border-color: var(--bone-bright);
}

.primary-action--light:hover,
.primary-action--light:focus-visible {
  color: var(--bone-bright);
  background: var(--ink);
}

.site-footer {
  padding: 48px clamp(20px, 4.3vw, 72px);
  display: grid;
  grid-template-columns: 1fr auto auto;
  align-items: center;
  gap: 56px;
  color: rgba(238, 230, 216, 0.62);
  background: #100d0b;
  border-top: 1px solid var(--line-light);
  font-size: 8px;
  font-weight: 700;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

.brand--footer img {
  width: 96px;
  height: 41px;
}
.site-footer p {
  margin: 0;
}

.inquiry-dialog {
  width: min(680px, calc(100vw - 32px));
  max-height: calc(100svh - 32px);
  padding: 0;
  overflow: auto;
  border: 1px solid rgba(238, 230, 216, 0.24);
  color: var(--bone);
  background: var(--ink-soft);
  box-shadow: 0 30px 120px rgba(0, 0, 0, 0.46);
}

.inquiry-dialog::backdrop {
  background: rgba(10, 7, 6, 0.76);
  backdrop-filter: blur(10px);
}

.inquiry-dialog__panel {
  position: relative;
  padding: 76px clamp(24px, 6vw, 64px) 64px;
}

.inquiry-dialog .eyebrow {
  color: #d8a07f;
}

.inquiry-dialog h2 {
  margin: 28px 0 24px;
  font-family: var(--display);
  font-size: clamp(54px, 8vw, 88px);
  font-weight: 400;
  letter-spacing: -0.06em;
  line-height: 0.88;
}

.inquiry-dialog p:not(.eyebrow) {
  margin: 0;
  color: rgba(238, 230, 216, 0.74);
  font-size: 15px;
  line-height: 1.7;
}

.dialog-close {
  position: absolute;
  top: 20px;
  right: 20px;
  min-width: 60px;
  min-height: 44px;
  padding: 0;
  border: 0;
  border-bottom: 1px solid currentColor;
  background: transparent;
  font-size: 8px;
  font-weight: 740;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  cursor: pointer;
}

.dialog-link {
  width: max-content;
  min-height: 48px;
  margin-top: 36px;
  display: inline-flex;
  align-items: center;
  border-bottom: 1px solid currentColor;
  font-size: 9px;
  font-weight: 740;
  letter-spacing: 0.14em;
  text-decoration: none;
  text-transform: uppercase;
}

.reveal {
  opacity: 0;
  transform: translateY(28px);
  transition:
    opacity 700ms var(--ease),
    transform 700ms var(--ease);
}

.reveal.is-visible {
  opacity: 1;
  transform: translateY(0);
}

.no-js .threshold {
  height: auto;
}
.no-js .threshold__sticky {
  position: relative;
  height: max(100svh, 680px);
}
.no-js .threshold__cabinet,
.no-js .threshold__instruction,
.no-js .threshold__specular {
  display: none;
}
.no-js .threshold__resolved {
  transform: none;
}
.no-js .reveal {
  opacity: 1;
  transform: none;
}
.no-js .static-inquiry-note {
  display: block;
}

.qa-capture .threshold {
  height: 100svh;
}
.qa-capture .threshold__sticky {
  position: relative;
}
.qa-section .threshold {
  display: none;
}
.qa-section .reveal {
  opacity: 1;
  transform: none;
}

.qa-passage-capture .threshold {
  display: none;
}
.qa-passage-capture .proof-passage {
  height: 100svh;
}
.qa-passage-capture .proof-passage__sticky {
  position: relative;
}

.motion-still .threshold__cabinet {
  display: none;
}
.motion-still .threshold__resolved {
  transform: none;
}
.motion-still .threshold__instruction {
  display: none;
}

.force-reduced .threshold {
  height: auto;
}
.force-reduced .threshold__sticky {
  position: relative;
  height: max(100svh, 680px);
}
.force-reduced .threshold__cabinet {
  display: none;
}
.force-reduced .threshold__resolved {
  transform: none;
}
.force-reduced .threshold__instruction {
  display: none;
}
.force-reduced .reveal {
  opacity: 1;
  transform: none;
  transition: none;
}
.force-reduced .ledger-entry figure img {
  transform: none;
  transition: none;
}

.no-js .proof-passage,
.motion-still .proof-passage,
.force-reduced .proof-passage {
  height: auto;
}

.no-js .proof-passage__sticky,
.motion-still .proof-passage__sticky,
.force-reduced .proof-passage__sticky {
  position: relative;
  height: auto;
  min-height: 0;
  display: flex;
  flex-direction: column;
  overflow: visible;
}

.no-js .proof-passage__copy,
.motion-still .proof-passage__copy,
.force-reduced .proof-passage__copy {
  position: relative;
  order: -1;
  top: auto;
  left: auto;
  width: auto;
  padding: clamp(100px, 11vw, 160px) clamp(20px, 4.3vw, 72px)
    clamp(54px, 6vw, 86px);
  transform: none;
}

.no-js .proof-passage__stage,
.motion-still .proof-passage__stage,
.force-reduced .proof-passage__stage {
  position: relative;
  inset: auto;
  height: auto;
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  overflow: visible;
}

.no-js .proof-passage__view,
.motion-still .proof-passage__view,
.force-reduced .proof-passage__view {
  position: relative;
  inset: auto;
  aspect-ratio: 4 / 3;
  opacity: 1;
  clip-path: none;
  transform: none;
}

.no-js .proof-passage__view img,
.motion-still .proof-passage__view img,
.force-reduced .proof-passage__view img {
  transform: none;
}

.no-js .proof-passage__steps,
.no-js .proof-passage__progress,
.no-js .proof-passage__frame,
.motion-still .proof-passage__steps,
.motion-still .proof-passage__progress,
.motion-still .proof-passage__frame,
.force-reduced .proof-passage__steps,
.force-reduced .proof-passage__progress,
.force-reduced .proof-passage__frame {
  display: none;
}

.force-media-failure .threshold__cabinet {
  display: none;
}
.force-media-failure .threshold__resolved {
  background:
    radial-gradient(
      circle at 70% 18%,
      rgba(182, 109, 66, 0.2),
      transparent 34%
    ),
    linear-gradient(135deg, #7f705e, #2a211b 68%);
}
.force-media-failure .threshold__resolved img {
  visibility: hidden;
}

.force-media-failure .proof-passage__view img,
.media-failed img {
  visibility: hidden;
}

.media-failed {
  background: linear-gradient(135deg, #a9957d, #5e5042);
}

.media-failed img {
  visibility: hidden;
}

@media (max-width: 1080px) {
  .site-header {
    grid-template-columns: 1fr auto;
  }
  .site-menu {
    position: fixed;
    z-index: 102;
    inset: 68px 14px auto;
    padding: 24px;
    display: none;
    flex-direction: column;
    align-items: stretch;
    gap: 2px;
    color: var(--bone);
    background: rgba(23, 18, 15, 0.97);
    border: 1px solid var(--line-light);
    box-shadow: 0 24px 70px rgba(0, 0, 0, 0.34);
  }

  .site-menu.is-open {
    display: flex;
  }
  .site-menu a,
  .site-menu button {
    justify-content: flex-start;
    border-bottom: 1px solid var(--line-light);
  }
  .menu-toggle {
    display: grid;
  }
  .still-toggle {
    display: none;
  }
  .threshold__copy {
    width: min(70vw, 780px);
  }
  .ledger-entry {
    min-height: 76svh;
  }
  .capabilities {
    grid-template-columns: 1fr;
  }
  .capabilities__intro {
    width: min(700px, 100%);
  }
  .capability-list {
    width: 100%;
  }
  .site-footer {
    grid-template-columns: 1fr 1fr;
  }
  .site-footer p:last-child {
    grid-column: 1 / -1;
  }
}

@media (max-width: 760px) {
  :root {
    --header-height: 68px;
  }

  .site-header,
  .site-header.is-pinned {
    height: var(--header-height);
    padding: 0 16px;
    background: rgba(23, 18, 15, 0.72);
    backdrop-filter: blur(14px);
  }

  .brand img {
    width: 98px;
    height: 42px;
  }
  .header-tools {
    gap: 4px;
  }

  .threshold {
    height: auto;
  }

  .threshold__sticky {
    position: relative;
    height: max(100svh, 700px);
    min-height: 700px;
  }

  .threshold__resolved {
    transform: scale(1.03);
  }

  .threshold__resolved img {
    object-position: 50% 58%;
    filter: saturate(0.84) contrast(1.03) brightness(0.73);
  }

  .cabinet-panel {
    display: none;
    transition: transform 1350ms cubic-bezier(0.76, 0, 0.18, 1);
  }

  .cabinet-panel--one,
  .cabinet-panel--six {
    display: block;
    top: 0;
    bottom: 0;
    width: 50%;
  }

  .cabinet-panel--one {
    left: 0;
    transform: translateX(calc(var(--threshold-open) * -103%));
  }
  .cabinet-panel--six {
    left: 50%;
    transform: translateX(calc(var(--threshold-open) * 103%));
  }

  .cabinet-panel--one img,
  .cabinet-panel--six img {
    width: 100vw;
    height: 100%;
    object-position: 50% 50%;
  }

  .cabinet-panel--one img {
    left: 0;
  }
  .cabinet-panel--six img {
    left: -50vw;
  }
  .cabinet-rail {
    display: none;
  }

  .threshold__wash {
    background:
      linear-gradient(
        0deg,
        rgba(17, 12, 10, 0.95) 0%,
        rgba(17, 12, 10, 0.72) 46%,
        rgba(17, 12, 10, 0.12) 76%
      ),
      linear-gradient(90deg, rgba(17, 12, 10, 0.34), transparent 72%);
  }

  .threshold__copy {
    top: auto;
    right: 18px;
    bottom: 94px;
    left: 18px;
    width: auto;
    transform: none;
  }

  .threshold__copy .eyebrow {
    margin-bottom: 18px;
  }

  .threshold h1 {
    font-size: clamp(63px, 20vw, 88px);
    line-height: 0.78;
  }

  .threshold h1 em {
    margin-left: 16px;
  }

  .threshold__summary {
    width: min(430px, 94%);
    margin-top: 24px;
    font-size: 13px;
    line-height: 1.55;
  }

  .threshold__actions {
    margin-top: 26px;
    align-items: flex-start;
    flex-direction: column;
    gap: 12px;
  }

  .primary-action {
    width: 100%;
    min-height: 52px;
  }
  .quiet-action {
    min-height: 44px;
  }

  .threshold__stage figcaption {
    right: 16px;
    top: calc(var(--header-height) + 20px);
    bottom: auto;
  }

  .threshold__meter {
    left: 18px;
    right: 18px;
    bottom: 24px;
    width: auto;
  }

  .threshold__instruction {
    display: none;
  }

  .proof-passage {
    height: auto;
  }

  .proof-passage__sticky {
    position: relative;
    height: auto;
    min-height: 0;
    display: flex;
    flex-direction: column;
    overflow: visible;
  }

  .proof-passage__copy {
    position: relative;
    order: -1;
    top: auto;
    left: auto;
    width: auto;
    padding: 110px 18px 58px;
    transform: none;
  }

  .proof-passage__copy h2 {
    margin-top: 24px;
    font-size: clamp(52px, 14.5vw, 64px);
  }
  .proof-passage__copy h2 em {
    margin-left: 18px;
  }
  .proof-passage__copy > p:not(.eyebrow) {
    width: 92%;
    margin-top: 28px;
    font-size: 12px;
  }

  .proof-passage__stage {
    position: relative;
    inset: auto;
    height: auto;
    display: grid;
    grid-template-columns: 1fr;
    gap: 2px;
    overflow: visible;
  }

  .proof-passage__stage::after,
  .proof-passage__grain,
  .proof-passage__frame,
  .proof-passage__steps,
  .proof-passage__progress {
    display: none;
  }

  .proof-passage__view,
  .proof-passage__view--room,
  .proof-passage__view--detail,
  .proof-passage__view--storage {
    position: relative;
    inset: auto;
    width: 100%;
    height: auto;
    aspect-ratio: 4 / 3;
    opacity: 1;
    clip-path: none;
    transform: none;
  }

  .proof-passage__view img,
  .proof-passage__view--room img,
  .proof-passage__view--detail img,
  .proof-passage__view--storage img {
    transform: none;
    filter: saturate(0.88) contrast(1.04) brightness(0.88);
  }

  .proof-passage__view figcaption {
    right: 16px;
    bottom: 14px;
  }

  .work-ledger {
    padding: 110px 18px 60px;
  }
  .ledger-heading {
    padding-bottom: 50px;
    grid-template-columns: 1fr;
    gap: 28px;
  }
  .ledger-heading h2 {
    font-size: 58px;
  }
  .ledger-heading > p {
    max-width: 320px;
  }

  .ledger-entry {
    min-height: auto;
    padding: 64px 0 72px;
    grid-template-columns: 42px 1fr;
    gap: 14px 16px;
  }

  .ledger-entry__index {
    grid-column: 1;
    grid-row: 1 / 3;
    padding-right: 10px;
  }

  .ledger-entry__index span {
    font-size: 30px;
  }

  .ledger-entry figure,
  .ledger-entry--wide figure,
  .ledger-entry--split figure,
  .ledger-entry--portrait figure,
  .ledger-entry--tall figure,
  .ledger-entry--final figure {
    grid-column: 2;
    grid-row: 1;
    width: 100%;
    max-height: none;
    aspect-ratio: 4 / 3;
  }

  .ledger-entry--portrait figure,
  .ledger-entry--tall figure {
    aspect-ratio: 4 / 5;
  }

  .ledger-entry__copy,
  .ledger-entry--wide .ledger-entry__copy,
  .ledger-entry--split .ledger-entry__copy,
  .ledger-entry--portrait .ledger-entry__copy,
  .ledger-entry--tall .ledger-entry__copy,
  .ledger-entry--final .ledger-entry__copy {
    grid-column: 2;
    grid-row: 2;
    align-self: start;
    padding: 8px 0 0;
  }

  .ledger-entry__copy h3 {
    margin-top: 12px;
    font-size: 42px;
  }
  .ledger-entry figcaption {
    right: 8px;
    bottom: 8px;
    font-size: 5px;
  }

  .capabilities {
    padding: 110px 18px;
    gap: 70px;
  }

  .capabilities h2 {
    font-size: 58px;
  }
  .capability-list li {
    min-height: 112px;
    grid-template-columns: 34px 1fr 20px;
    gap: 12px;
  }
  .capability-list h3 {
    font-size: 41px;
  }

  .project-invitation {
    min-height: 82svh;
    padding: 110px 18px;
  }

  .project-invitation h2 {
    font-size: clamp(64px, 19vw, 88px);
  }
  .project-invitation h2 em {
    margin-left: 18px;
  }
  .project-invitation__copy {
    width: 88%;
    margin-top: 38px;
    font-size: 13px;
  }
  .project-invitation__actions {
    justify-content: flex-start;
    flex-direction: column;
    align-items: stretch;
    gap: 14px;
  }

  .site-footer {
    padding: 42px 18px;
    grid-template-columns: 1fr;
    gap: 22px;
  }
  .site-footer p:last-child {
    grid-column: auto;
  }

  .inquiry-dialog__panel {
    padding: 74px 22px 42px;
  }
  .inquiry-dialog h2 {
    font-size: 56px;
  }

  .no-js .site-header {
    height: 110px;
    grid-template-columns: 92px minmax(0, 1fr);
    gap: 14px;
  }
  .no-js .header-tools {
    display: none;
  }
  .no-js .site-menu {
    position: static;
    inset: auto;
    padding: 0;
    display: grid !important;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    align-items: center;
    gap: 0 10px;
    min-width: 0;
    border: 0;
    background: transparent;
    box-shadow: none;
  }
  .no-js .site-menu a {
    min-height: 36px;
    padding: 0;
    border: 0;
    font-size: 9px;
    line-height: 1.3;
    letter-spacing: 0.06em;
    white-space: normal;
  }
  .no-js .site-menu a[href="#capabilities"] {
    display: none;
  }
}

@media (max-width: 360px) {
  .threshold h1 {
    font-size: 59px;
  }
  .threshold__summary {
    font-size: 12px;
  }
  .proof-passage__copy h2 {
    font-size: 52px;
  }
  .ledger-heading h2 {
    font-size: 52px;
  }
  .ledger-entry__copy h3 {
    font-size: 37px;
  }
  .capabilities h2 {
    font-size: 52px;
  }
  .capability-list h3 {
    font-size: 35px;
  }
}

@media (max-height: 720px) and (min-width: 761px) {
  :root {
    --header-height: 68px;
  }
  .site-header {
    height: var(--header-height);
  }
  .threshold h1 {
    font-size: clamp(70px, 8vw, 112px);
  }
  .threshold__copy .eyebrow {
    margin-bottom: 15px;
  }
  .threshold__summary {
    margin-top: 22px;
    font-size: 13px;
  }
  .threshold__actions {
    margin-top: 22px;
  }
  .primary-action {
    min-height: 50px;
  }
  .threshold__meter {
    bottom: 18px;
  }
  .threshold__stage figcaption {
    bottom: 20px;
  }
}

@media (max-height: 500px) and (min-width: 761px) {
  :root {
    --header-height: 60px;
  }
  .site-header {
    height: var(--header-height);
  }
  .brand img {
    width: 102px;
    height: 43px;
  }
  .threshold__sticky {
    height: 100svh;
    min-height: 100svh;
  }
  .threshold__copy {
    top: 52%;
    width: min(66vw, 650px);
  }
  .threshold__copy .eyebrow {
    margin-bottom: 8px;
  }
  .threshold h1 {
    font-size: clamp(54px, 7vw, 76px);
    line-height: 0.74;
  }
  .threshold h1 em {
    margin-left: clamp(18px, 6vw, 58px);
  }
  .threshold__summary {
    width: min(520px, 84%);
    margin-top: 14px;
    font-size: 12px;
    line-height: 1.45;
  }
  .threshold__actions {
    margin-top: 14px;
    gap: 18px;
  }
  .primary-action {
    min-width: 210px;
    min-height: 44px;
  }
  .quiet-action {
    min-height: 44px;
  }
  .threshold__meter {
    bottom: 12px;
  }
  .threshold__stage figcaption {
    bottom: 12px;
  }
}

@media (prefers-reduced-motion: reduce) {
  html {
    scroll-behavior: auto;
  }

  *,
  *::before,
  *::after {
    animation-duration: 0.001ms !important;
    animation-iteration-count: 1 !important;
    scroll-behavior: auto !important;
    transition-duration: 0.001ms !important;
  }

  .threshold {
    height: auto;
  }
  .threshold__sticky {
    position: relative;
    height: max(100svh, 680px);
  }
  .threshold__cabinet {
    display: none;
  }
  .threshold__resolved {
    transform: none;
  }
  .threshold__instruction {
    display: none;
  }
  .reveal {
    opacity: 1;
    transform: none;
  }
  .ledger-entry figure img {
    transform: none;
  }

  .proof-passage {
    height: auto;
  }
  .proof-passage__sticky {
    position: relative;
    height: auto;
    min-height: 0;
    display: flex;
    flex-direction: column;
    overflow: visible;
  }
  .proof-passage__copy {
    position: relative;
    order: -1;
    top: auto;
    left: auto;
    width: auto;
    padding: clamp(100px, 11vw, 160px) clamp(20px, 4.3vw, 72px)
      clamp(54px, 6vw, 86px);
    transform: none;
  }
  .proof-passage__stage {
    position: relative;
    inset: auto;
    height: auto;
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    overflow: visible;
  }
  .proof-passage__view,
  .proof-passage__view--room,
  .proof-passage__view--detail,
  .proof-passage__view--storage {
    position: relative;
    inset: auto;
    aspect-ratio: 4 / 3;
    opacity: 1;
    clip-path: none;
    transform: none;
  }
  .proof-passage__view img,
  .proof-passage__view--room img,
  .proof-passage__view--detail img,
  .proof-passage__view--storage img {
    transform: none;
  }
  .proof-passage__steps,
  .proof-passage__progress,
  .proof-passage__frame {
    display: none;
  }
}

@media (prefers-reduced-motion: reduce) and (max-width: 760px) {
  .proof-passage__copy {
    padding: 110px 18px 58px;
  }
  .proof-passage__stage {
    grid-template-columns: 1fr;
  }
}

@media (forced-colors: active) {
  .threshold__cabinet,
  .threshold__wash,
  .threshold__specular,
  .threshold__grain,
  .proof-passage__grain,
  .project-invitation__grain {
    display: none;
  }

  .primary-action,
  .ledger-entry figure,
  .inquiry-dialog {
    border: 1px solid CanvasText;
  }
}

/* v10.2 — The Built Line. One normalized timeline carries real cabinet geometry
   through the room, work zone, and fitted storage. The earlier threshold/proof
   selectors remain inert for rollback comparison; this is the only active homepage
   signature system. */

.built-line {
  position: relative;
  height: 350svh;
  min-height: 2180px;
  overflow: clip;
  color: var(--bone-bright);
  background: #100d0b;
}

.built-line__sticky {
  position: sticky;
  top: 0;
  height: 100svh;
  min-height: 620px;
  overflow: hidden;
  background: #100d0b;
}

.built-line__stage,
.built-line__scene,
.built-line__scene picture,
.built-line__scene img {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
}

.built-line__stage {
  overflow: hidden;
  background:
    radial-gradient(
      circle at 72% 20%,
      rgba(182, 109, 66, 0.22),
      transparent 33%
    ),
    linear-gradient(135deg, #5f5446, #17120f 70%);
  transform: perspective(1600px) translateZ(var(--built-stage-z))
    rotateX(var(--built-stage-rotate-x)) rotateY(var(--built-stage-rotate-y))
    scale(var(--built-stage-scale));
  transform-origin: 64% 52%;
  will-change: transform;
}

.built-line__scene {
  margin: 0;
  overflow: hidden;
  background: linear-gradient(135deg, #766958, #29211b 72%);
  will-change: opacity, clip-path, transform;
}

.built-line__scene picture {
  overflow: hidden;
}

.built-line__scene img {
  max-width: none;
  object-fit: cover;
  object-position: center;
  filter: saturate(0.94) contrast(1.035) brightness(1.02);
  will-change: transform;
}

.built-line__scene--geometry {
  z-index: 1;
  opacity: var(--built-geometry-opacity);
}

.built-line__scene--geometry img {
  object-position: 52% 54%;
  transform: scale(var(--built-geometry-scale));
  transform-origin: 64% 58%;
}

.built-line__scene--room {
  z-index: 2;
  opacity: var(--built-room-opacity);
}

.built-line__scene--room picture {
  clip-path: inset(0 var(--built-room-right) 0 var(--built-room-left));
}

.built-line__scene--room img {
  object-position: 54% 50%;
  transform: translate3d(var(--built-room-shift), 0, 0)
    scale(var(--built-room-scale));
  transform-origin: 64% 54%;
}

.built-line__scene--detail {
  z-index: 3;
  opacity: var(--built-detail-opacity);
}

.built-line__scene--detail picture {
  clip-path: inset(0 var(--built-detail-right) 0 var(--built-detail-left));
}

.built-line__scene--detail img {
  object-position: 50% 52%;
  transform: translate3d(var(--built-detail-shift), 0, 0)
    scale(var(--built-detail-scale));
  transform-origin: 64% 60%;
}

.built-line__scene--storage {
  z-index: 4;
  opacity: var(--built-storage-opacity);
}

.built-line__scene--storage picture {
  clip-path: inset(0 var(--built-storage-right) 0 var(--built-storage-left));
}

.built-line__scene--storage img {
  object-position: 50% 52%;
  transform: translate3d(var(--built-storage-shift), 0, 0)
    scale(var(--built-storage-scale));
  transform-origin: 64% 55%;
}

.built-line__scene figcaption {
  position: absolute;
  z-index: 8;
  right: clamp(24px, 4.3vw, 72px);
  bottom: 96px;
  display: grid;
  justify-items: end;
  gap: 8px;
  color: rgba(255, 255, 255, 0.86);
  text-align: right;
  text-shadow: 0 2px 20px rgba(0, 0, 0, 0.5);
  opacity: 0;
  transform: translateY(10px);
  transition:
    opacity 220ms ease,
    transform 420ms var(--ease);
}

.built-line__scene.is-current figcaption {
  opacity: 1;
  transform: translateY(0);
}

.built-line__scene figcaption span {
  font-size: 8px;
  font-weight: 760;
  letter-spacing: 0.16em;
  text-transform: uppercase;
}

.built-line__scene figcaption strong {
  max-width: min(440px, 40vw);
  font-family: var(--display);
  font-size: clamp(24px, 2.35vw, 36px);
  font-weight: 400;
  letter-spacing: -0.04em;
}

.built-line__aperture {
  position: absolute;
  z-index: 7;
  inset: 0;
  opacity: var(--built-aperture-opacity);
  pointer-events: none;
}

.built-line__panel {
  position: absolute;
  top: 0;
  bottom: 0;
  left: calc(var(--panel-left) * 1%);
  width: calc(var(--panel-width) * 1% + 1px);
  overflow: hidden;
  border-right: 1px solid rgba(238, 230, 216, 0.24);
  background: #2c211a;
  transform: perspective(920px)
    translate3d(
      calc(var(--built-open) * var(--panel-travel) * 1vw),
      0,
      0
    )
    rotateY(calc(var(--built-open) * var(--panel-rotate) * 1deg));
  opacity: var(--built-panel-opacity);
  backface-visibility: hidden;
  will-change: transform, opacity;
}

.built-line__panel:first-child {
  border-left: 1px solid rgba(238, 230, 216, 0.24);
}

.built-line__panel:nth-child(-n + 3) {
  transform-origin: right center;
}

.built-line__panel:nth-child(n + 4) {
  transform-origin: left center;
}

.built-line__panel img {
  position: absolute;
  top: 0;
  left: calc(var(--panel-left) * -1vw);
  width: 100vw;
  max-width: none;
  height: 100%;
  object-fit: cover;
  object-position: 52% 54%;
  filter: saturate(0.86) contrast(1.06) brightness(0.74);
  transform: scale(1.065);
  transform-origin: 64% 58%;
}

.built-line__copy-guard,
.built-line__exposure,
.built-line__datum,
.built-line__route-frame {
  position: absolute;
  pointer-events: none;
}

.built-line__copy-guard {
  z-index: 9;
  inset: 0 var(--built-guard-right) 0 0;
  opacity: var(--built-guard-opacity);
  background: linear-gradient(
    90deg,
    rgba(13, 9, 7, 0.92) 0%,
    rgba(13, 9, 7, 0.68) 44%,
    rgba(13, 9, 7, 0.18) 78%,
    transparent 100%
  );
}

.built-line__exposure {
  z-index: 8;
  inset: 0;
  background: #0d0907;
  opacity: var(--built-exposure);
}

.built-line__datum {
  z-index: 12;
  top: 0;
  bottom: 0;
  left: 64%;
  width: 1px;
  opacity: var(--built-datum-opacity);
  background: linear-gradient(
    180deg,
    transparent 4%,
    rgba(224, 151, 106, 0.96) 18%,
    rgba(224, 151, 106, 0.96) 82%,
    transparent 96%
  );
  box-shadow: 0 0 24px rgba(182, 109, 66, 0.38);
}

.built-line__datum i {
  position: absolute;
  top: 20%;
  left: 0;
  padding: 8px 7px;
  color: rgba(255, 238, 222, 0.8);
  background: rgba(23, 18, 15, 0.74);
  font-size: 7px;
  font-style: normal;
  font-weight: 760;
  letter-spacing: 0.2em;
  text-transform: uppercase;
  transform: translateX(-50%) rotate(-90deg);
  transform-origin: center;
}

.built-line__route-frame {
  z-index: 13;
  inset: calc(var(--built-frame) * 3.2vw);
  border: 1px solid rgba(238, 230, 216, calc(var(--built-frame) * 0.48));
  opacity: var(--built-frame);
}

.built-line__copy {
  position: absolute;
  z-index: 20;
  top: 50%;
  left: clamp(24px, 7.2vw, 122px);
  width: min(660px, 58vw);
  transform: translateY(calc(-50% + var(--built-copy-y)));
  will-change: transform;
}

.built-line__intro {
  opacity: var(--built-intro-opacity);
  transform: translate3d(0, var(--built-intro-y), 0);
  transform-origin: left center;
  will-change: opacity, transform;
}

.built-line__copy .eyebrow {
  margin-bottom: 24px;
  color: #e0a17c;
}

.built-line h1 {
  margin: 0;
  font-family: var(--display);
  font-size: clamp(76px, 10.4vw, 168px);
  font-weight: 400;
  letter-spacing: -0.075em;
  line-height: 0.72;
  text-shadow: 0 4px 36px rgba(0, 0, 0, 0.34);
}

.built-line h1 span,
.built-line h1 em {
  display: block;
  will-change: clip-path, transform;
}

.built-line h1 span {
  clip-path: inset(0 0 var(--built-title-a-clip) 0);
  transform: translate3d(0, var(--built-title-a-y), 0);
}

.built-line h1 em {
  margin-left: clamp(32px, 8vw, 116px);
  color: #e7b38f;
  font-weight: 400;
  clip-path: inset(0 0 var(--built-title-b-clip) 0);
  transform: translate3d(0, var(--built-title-b-y), 0);
}

@media (min-width: 761px) and (prefers-reduced-motion: no-preference) {
  html:not(.no-js) body:not(.force-reduced):not(.motion-still)
    .built-line__scene
    figcaption {
    opacity: var(--caption-opacity, 0);
    clip-path: inset(0 0 var(--caption-clip, 100%) 0);
    transform: translate3d(0, var(--caption-y, 14px), 0);
    transition: none;
    will-change: opacity, clip-path, transform;
  }
}

.built-line__summary {
  width: min(500px, 92%);
  margin: 38px 0 0;
  color: rgba(250, 246, 237, 0.78);
  font-size: 15px;
  line-height: 1.66;
}

.built-line__actions {
  position: relative;
  z-index: 2;
  margin-top: 34px;
  display: flex;
  align-items: center;
  gap: 28px;
}

.built-line__orientation {
  position: absolute;
  z-index: 20;
  left: clamp(24px, 4.3vw, 72px);
  bottom: 34px;
  width: min(430px, 38vw);
  display: grid;
  grid-template-columns: 24px 1fr minmax(112px, auto);
  align-items: center;
  gap: 15px;
  color: rgba(250, 246, 237, 0.62);
  font-size: 7px;
  font-weight: 760;
  letter-spacing: 0.16em;
  text-transform: uppercase;
}

.built-line__orientation-line {
  height: 1px;
  overflow: hidden;
  background: rgba(255, 255, 255, 0.22);
}

.built-line__orientation-line i {
  display: block;
  width: calc(var(--built-progress) * 100%);
  height: 100%;
  background: #d58a5f;
  transform-origin: left;
}

.built-line__steps {
  position: absolute;
  z-index: 20;
  right: clamp(24px, 4.3vw, 72px);
  bottom: 32px;
  margin: 0;
  padding: 0;
  display: flex;
  gap: clamp(16px, 2vw, 34px);
  list-style: none;
}

.built-line__steps li {
  display: grid;
  gap: 5px;
  color: rgba(250, 246, 237, 0.48);
  opacity: 0.62;
  transition:
    color 220ms ease,
    opacity 220ms ease;
}

.built-line__steps li.is-current {
  color: rgba(250, 246, 237, 0.94);
  opacity: 1;
}

.built-line__steps span {
  color: #d58a5f;
  font-size: 7px;
  letter-spacing: 0.14em;
}

.built-line__steps strong {
  font-size: 8px;
  font-weight: 760;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

.built-line__progress {
  position: absolute;
  z-index: 21;
  inset: auto 0 0;
  height: 2px;
  overflow: hidden;
  background: rgba(255, 255, 255, 0.12);
}

.built-line__progress i {
  display: block;
  width: calc(var(--built-progress) * 100%);
  height: 100%;
  background: #d58a5f;
  transform-origin: left;
}

.built-line__instruction {
  position: absolute;
  z-index: 20;
  top: 50%;
  right: clamp(18px, 2vw, 32px);
  margin: 0;
  color: rgba(250, 246, 237, calc((1 - var(--built-progress)) * 0.62));
  font-size: 7px;
  font-weight: 760;
  letter-spacing: 0.18em;
  text-transform: uppercase;
  transform: translateY(-50%) rotate(90deg) translateX(50%);
}

.qa-capture .built-line {
  height: 100svh;
  min-height: 620px;
}

.qa-capture .built-line__sticky {
  position: relative;
}
.qa-section:not([data-qa-section="top"]) .built-line {
  display: none;
}

.force-media-failure .built-line__aperture {
  display: none;
}
.force-media-failure .built-line__scene img,
.built-line__scene.media-failed img,
.built-line__scene .media-failed img {
  visibility: hidden;
}

.built-line__scene.media-failed,
.built-line__scene .media-failed {
  background:
    linear-gradient(90deg, rgba(14, 10, 8, 0.72), transparent 66%),
    radial-gradient(
      circle at 72% 24%,
      rgba(182, 109, 66, 0.28),
      transparent 30%
    ),
    linear-gradient(135deg, #7d6d59, #2b221c 72%);
}

@media (max-width: 1080px) and (min-width: 761px) {
  .built-line__copy {
    width: min(690px, 66vw);
  }
  .built-line__steps strong {
    display: none;
  }
}

@media (max-height: 720px) and (min-width: 761px) {
  .built-line {
    height: 330svh;
  }
  .built-line__copy {
    top: 51%;
    width: min(620px, 60vw);
  }
  .built-line__copy .eyebrow {
    margin-bottom: 14px;
  }
  .built-line h1 {
    font-size: clamp(62px, 8vw, 108px);
  }
  .built-line__summary {
    margin-top: 20px;
    font-size: 13px;
    line-height: 1.5;
  }
  .built-line__actions {
    margin-top: 20px;
  }
  .built-line__scene figcaption {
    bottom: 74px;
  }
  .built-line__orientation,
  .built-line__steps {
    bottom: 20px;
  }
}

@media (max-height: 500px) and (min-width: 761px) {
  .built-line__sticky {
    height: 100svh;
    min-height: 0;
  }
  .built-line__copy {
    top: 50%;
    width: min(580px, 66vw);
  }
  .built-line h1 {
    font-size: clamp(52px, 7vw, 76px);
  }
  .built-line__summary {
    width: min(440px, 90%);
    margin-top: 12px;
    font-size: 11px;
  }
  .built-line__actions {
    margin-top: 12px;
  }
  .built-line__copy .eyebrow {
    margin-bottom: 8px;
  }
  .built-line__scene figcaption {
    display: none;
  }
  .built-line__instruction {
    display: none;
  }
  .built-line__orientation {
    bottom: 12px;
  }
  .built-line__steps {
    bottom: 12px;
  }
}

@media (max-width: 760px) {
  .built-line {
    height: auto;
    min-height: 0;
    overflow: visible;
  }

  .built-line__sticky {
    position: relative;
    height: auto;
    min-height: 0;
    overflow: visible;
  }

  .built-line__stage {
    position: relative;
    inset: auto;
    height: auto;
    display: grid;
    overflow: visible;
    transform: none;
  }

  .built-line__scene,
  .built-line__scene--geometry,
  .built-line__scene--room,
  .built-line__scene--detail,
  .built-line__scene--storage {
    position: relative;
    inset: auto;
    z-index: auto;
    width: 100%;
    height: auto;
    aspect-ratio: 4 / 5;
    opacity: 1;
    clip-path: none;
    transform: none;
  }

  .built-line__scene--geometry {
    min-height: max(100svh, 700px);
    aspect-ratio: auto;
  }

  .built-line__scene picture,
  .built-line__scene img {
    position: absolute;
    inset: 0;
    width: 100%;
    height: 100%;
  }

  .built-line__scene--room picture,
  .built-line__scene--detail picture,
  .built-line__scene--storage picture {
    clip-path: none;
  }

  .built-line__scene img,
  .built-line__scene--geometry img,
  .built-line__scene--room img,
  .built-line__scene--detail img,
  .built-line__scene--storage img {
    object-position: 54% 52%;
    filter: saturate(0.91) contrast(1.035) brightness(0.9);
    transform: none;
  }

  .built-line__scene--geometry img {
    object-position: 58% 54%;
    filter: saturate(0.86) contrast(1.05) brightness(0.7);
  }

  .built-line__scene--room img {
    object-position: 56% 50%;
  }
  .built-line__scene--detail img {
    object-position: 54% 52%;
  }
  .built-line__scene--storage img {
    object-position: 48% 52%;
  }

  .built-line__scene--geometry::after {
    content: "";
    position: absolute;
    z-index: 1;
    inset: 0;
    pointer-events: none;
    background:
      linear-gradient(
        0deg,
        rgba(14, 10, 8, 0.92) 0%,
        rgba(14, 10, 8, 0.6) 43%,
        rgba(14, 10, 8, 0.08) 78%
      ),
      linear-gradient(90deg, rgba(14, 10, 8, 0.48), transparent 86%);
  }

  .built-line__scene figcaption {
    right: 16px;
    bottom: 16px;
    gap: 5px;
    opacity: 1;
    transform: none;
  }

  .built-line__scene figcaption span {
    font-size: 7px;
  }
  .built-line__scene figcaption strong {
    font-size: 25px;
  }
  .built-line__scene--geometry figcaption {
    display: none;
  }

  .built-line__aperture,
  .built-line__copy-guard,
  .built-line__exposure,
  .built-line__datum,
  .built-line__route-frame,
  .built-line__steps,
  .built-line__progress,
  .built-line__instruction {
    display: none;
  }

  .built-line__copy {
    top: 118px;
    right: 18px;
    left: 18px;
    width: auto;
    transform: none;
  }

  .built-line__copy .eyebrow {
    margin-bottom: 18px;
  }

  .built-line h1 {
    font-size: clamp(62px, 19.5vw, 86px);
    line-height: 0.77;
  }

  .built-line h1 em {
    margin-left: 16px;
  }

  .built-line__summary {
    width: min(430px, 94%);
    margin-top: 24px;
    font-size: 13px;
    line-height: 1.55;
  }

  .built-line__actions {
    margin-top: 26px;
    align-items: flex-start;
    flex-direction: column;
    gap: 12px;
  }

  .built-line__orientation {
    top: calc(max(100svh, 700px) - 42px);
    right: 18px;
    bottom: auto;
    left: 18px;
    width: auto;
    grid-template-columns: 20px 1fr minmax(0, 112px);
  }

  .built-line__orientation > span:last-child {
    min-width: 0;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
  }
}

@media (max-width: 360px) {
  .built-line__copy {
    top: 108px;
  }
  .built-line h1 {
    font-size: 58px;
  }
  .built-line__summary {
    font-size: 12px;
  }
  .built-line__orientation {
    grid-template-columns: 20px 1fr;
  }
  .built-line__orientation > span:last-child {
    display: none;
  }
}

@media (max-width: 760px) and (max-height: 500px) {
  .built-line__scene--geometry {
    min-height: 100svh;
  }
  .built-line__copy {
    top: 74px;
    width: min(520px, 82vw);
  }
  .built-line__copy .eyebrow {
    margin-bottom: 7px;
  }
  .built-line h1 {
    font-size: clamp(48px, 12vw, 64px);
  }
  .built-line__summary {
    width: 92%;
    margin-top: 10px;
    font-size: 11px;
    line-height: 1.4;
  }
  .built-line__actions {
    margin-top: 10px;
    flex-direction: row;
    align-items: center;
    gap: 14px;
  }
  .built-line__actions .primary-action {
    width: auto;
    min-width: 190px;
    min-height: 42px;
  }
  .built-line__orientation {
    top: auto;
    bottom: calc(300svh + 12px);
  }
}

:is(.no-js, .motion-still, .force-reduced) .built-line {
  height: auto;
  min-height: 0;
  overflow: visible;
}

:is(.no-js, .motion-still, .force-reduced) .built-line__sticky {
  position: relative;
  height: auto;
  min-height: 0;
  display: flex;
  flex-direction: column;
  overflow: visible;
}

:is(.no-js, .motion-still, .force-reduced) .built-line__copy {
  position: relative;
  order: -1;
  inset: auto;
  width: auto;
  padding: clamp(120px, 13vw, 180px) clamp(20px, 7.2vw, 122px)
    clamp(64px, 7vw, 96px);
  transform: none;
}

:is(.no-js, .motion-still, .force-reduced) .built-line h1 span,
:is(.no-js, .motion-still, .force-reduced) .built-line h1 em,
:is(.no-js, .motion-still, .force-reduced) .built-line__scene figcaption {
  opacity: 1;
  clip-path: none;
  transform: none;
}

:is(.no-js, .motion-still, .force-reduced) .built-line__stage {
  position: relative;
  inset: auto;
  height: auto;
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  overflow: visible;
  transform: none;
}

:is(.no-js, .motion-still, .force-reduced) .built-line__scene,
:is(.no-js, .motion-still, .force-reduced) .built-line__scene--geometry,
:is(.no-js, .motion-still, .force-reduced) .built-line__scene--room,
:is(.no-js, .motion-still, .force-reduced) .built-line__scene--detail,
:is(.no-js, .motion-still, .force-reduced) .built-line__scene--storage {
  position: relative;
  inset: auto;
  z-index: auto;
  aspect-ratio: 4 / 3;
  opacity: 1;
  clip-path: none;
  transform: none;
}

:is(.no-js, .motion-still, .force-reduced) .built-line__scene--geometry {
  grid-column: 1 / -1;
  aspect-ratio: 16 / 9;
}

:is(.no-js, .motion-still, .force-reduced) .built-line__scene img {
  transform: none;
}

:is(.no-js, .motion-still, .force-reduced) .built-line__scene--room picture,
:is(.no-js, .motion-still, .force-reduced) .built-line__scene--detail picture,
:is(.no-js, .motion-still, .force-reduced) .built-line__scene--storage picture {
  clip-path: none;
}

:is(.no-js, .motion-still, .force-reduced) .built-line__aperture,
:is(.no-js, .motion-still, .force-reduced) .built-line__copy-guard,
:is(.no-js, .motion-still, .force-reduced) .built-line__exposure,
:is(.no-js, .motion-still, .force-reduced) .built-line__datum,
:is(.no-js, .motion-still, .force-reduced) .built-line__route-frame,
:is(.no-js, .motion-still, .force-reduced) .built-line__steps,
:is(.no-js, .motion-still, .force-reduced) .built-line__progress,
:is(.no-js, .motion-still, .force-reduced) .built-line__instruction,
:is(.no-js, .motion-still, .force-reduced) .built-line__orientation {
  display: none;
}

@media (prefers-reduced-motion: reduce) and (min-width: 761px) {
  .built-line {
    height: auto;
    min-height: 0;
    overflow: visible;
  }
  .built-line__sticky {
    position: relative;
    height: auto;
    min-height: 0;
    display: flex;
    flex-direction: column;
    overflow: visible;
  }
  .built-line__copy {
    position: relative;
    order: -1;
    inset: auto;
    width: auto;
    padding: clamp(120px, 13vw, 180px) clamp(20px, 7.2vw, 122px)
      clamp(64px, 7vw, 96px);
    transform: none;
  }
  .built-line h1 span,
  .built-line h1 em,
  .built-line__scene figcaption {
    opacity: 1;
    clip-path: none;
    transform: none;
  }
  .built-line__stage {
    position: relative;
    inset: auto;
    height: auto;
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    overflow: visible;
    transform: none;
  }
  .built-line__scene,
  .built-line__scene--geometry,
  .built-line__scene--room,
  .built-line__scene--detail,
  .built-line__scene--storage {
    position: relative;
    inset: auto;
    z-index: auto;
    aspect-ratio: 4 / 3;
    opacity: 1;
    clip-path: none;
    transform: none;
  }
  .built-line__scene--geometry {
    grid-column: 1 / -1;
    aspect-ratio: 16 / 9;
  }
  .built-line__scene img {
    transform: none;
  }
  .built-line__scene--room picture,
  .built-line__scene--detail picture,
  .built-line__scene--storage picture {
    clip-path: none;
  }
  .built-line__aperture,
  .built-line__copy-guard,
  .built-line__exposure,
  .built-line__datum,
  .built-line__route-frame,
  .built-line__steps,
  .built-line__progress,
  .built-line__instruction,
  .built-line__orientation {
    display: none;
  }
}

@media (prefers-reduced-motion: reduce) and (max-width: 760px) {
  .built-line__copy {
    position: absolute;
    order: initial;
    top: 118px;
    right: 18px;
    left: 18px;
    padding: 0;
  }
}

@media (forced-colors: active) {
  .built-line__aperture,
  .built-line__copy-guard,
  .built-line__exposure,
  .built-line__datum,
  .built-line__route-frame {
    display: none;
  }

  .built-line__scene,
  .built-line__copy,
  .built-line__orientation {
    forced-color-adjust: auto;
  }
}

@media print {
  .built-line {
    height: auto;
    min-height: 0;
    color: #000;
    background: #fff;
  }
  .built-line__sticky {
    position: relative;
    height: auto;
    min-height: 0;
    overflow: visible;
  }
  .built-line__copy {
    position: relative;
    inset: auto;
    width: auto;
    padding: 32px 0;
    color: #000;
    transform: none;
  }
  .built-line__stage {
    position: relative;
    height: auto;
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 8px;
    transform: none;
  }
  .built-line__scene,
  .built-line__scene--geometry,
  .built-line__scene--room,
  .built-line__scene--detail,
  .built-line__scene--storage {
    position: relative;
    inset: auto;
    aspect-ratio: 4 / 3;
    opacity: 1;
    clip-path: none;
    transform: none;
    break-inside: avoid;
  }
  .built-line__scene img {
    filter: none;
    transform: none;
  }
  .built-line__aperture,
  .built-line__copy-guard,
  .built-line__exposure,
  .built-line__datum,
  .built-line__route-frame,
  .built-line__steps,
  .built-line__progress,
  .built-line__instruction,
  .built-line__orientation {
    display: none;
  }
}

/* --------------------------------------------------------------------------
   v10.5 — Continuous Joinery World
   One project-authored WebGL assembly moves through the entire material-to-made
   story. Semantic content and real project photographs remain independent.
   -------------------------------------------------------------------------- */

:root {
  --continuous-world-opacity: 0;
  --continuous-poster-opacity: 1;
  --continuous-canvas-opacity: 0;
  --continuous-world-x: 0%;
  --continuous-world-scale: 1;
  --continuous-world-veil: 0.42;
  --continuous-chapter-opacity: 0;
}

.continuous-world {
  position: fixed;
  inset: 0;
  z-index: 3;
  overflow: clip;
  pointer-events: none;
  opacity: var(--continuous-world-opacity);
  background:
    radial-gradient(circle at 70% 48%, rgba(182, 109, 66, 0.14), transparent 34%),
    linear-gradient(110deg, rgba(18, 14, 11, 0.98) 0 34%, rgba(18, 14, 11, 0.66) 58%, rgba(18, 14, 11, 0.9) 100%);
  transform: translate3d(var(--continuous-world-x), 0, 0)
    scale(var(--continuous-world-scale));
  transform-origin: 66% 50%;
  will-change: opacity, transform;
}

.continuous-world::before,
.continuous-world::after {
  content: "";
  position: absolute;
  inset: 0;
  pointer-events: none;
}

.continuous-world::before {
  z-index: 4;
  background:
    linear-gradient(90deg, rgba(18, 14, 11, 0.92) 0 25%, transparent 50%),
    linear-gradient(0deg, rgba(18, 14, 11, 0.54), transparent 24% 72%, rgba(18, 14, 11, 0.48));
  opacity: var(--continuous-world-veil);
}

.continuous-world::after {
  z-index: 7;
  border: 1px solid rgba(238, 230, 216, 0.08);
  inset: clamp(0.75rem, 1.6vw, 1.5rem);
}

.continuous-world__poster,
.continuous-world__poster img,
.continuous-world canvas,
.continuous-world__wash,
.continuous-world__grain {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
}

.continuous-world__poster {
  z-index: 0;
  margin: 0;
  opacity: var(--continuous-poster-opacity);
  overflow: hidden;
}

.continuous-world__poster img {
  object-fit: cover;
  object-position: center 50%;
  filter: saturate(0.82) contrast(1.06) brightness(0.66);
  transform: scale(calc(1.02 + var(--continuous-poster-opacity) * 0.035));
}

.continuous-world canvas {
  z-index: 2;
  display: block;
  opacity: var(--continuous-canvas-opacity);
  filter: saturate(0.96) contrast(1.03);
}

.continuous-world__wash {
  z-index: 3;
  background:
    linear-gradient(90deg, rgba(22, 16, 12, 0.88) 0 27%, transparent 52%),
    radial-gradient(circle at 67% 50%, transparent 0 28%, rgba(10, 8, 7, 0.24) 72%);
}

.continuous-world__grain {
  z-index: 5;
  opacity: 0.09;
  mix-blend-mode: soft-light;
  background-image:
    repeating-linear-gradient(97deg, transparent 0 7px, rgba(255, 255, 255, 0.12) 8px, transparent 9px 17px),
    repeating-linear-gradient(13deg, transparent 0 11px, rgba(0, 0, 0, 0.18) 12px, transparent 13px 23px);
}

.continuous-world__chapter,
.continuous-world__note {
  position: absolute;
  z-index: 8;
  margin: 0;
  color: rgba(238, 230, 216, 0.78);
  text-transform: uppercase;
  letter-spacing: 0.16em;
  font-size: 0.64rem;
}

.continuous-world__chapter {
  right: clamp(1.35rem, 3vw, 3.25rem);
  top: clamp(4.8rem, 8vw, 7rem);
  display: flex;
  gap: 0.8rem;
  align-items: center;
  opacity: var(--continuous-chapter-opacity);
}

.continuous-world__chapter span {
  color: var(--copper);
  font-variant-numeric: tabular-nums;
}

.continuous-world__chapter strong {
  font-weight: 500;
}

.continuous-world__note {
  right: clamp(1.35rem, 3vw, 3.25rem);
  bottom: clamp(1.35rem, 3vw, 3.25rem);
  max-width: 30rem;
  text-align: right;
  line-height: 1.5;
}

.continuous-scene-failed .continuous-world canvas,
.motion-still .continuous-world,
.force-reduced .continuous-world {
  display: none;
}

.built-line,
.joinery-continuum,
.work-ledger,
.explore-pages,
.capabilities,
.project-invitation,
.site-footer {
  position: relative;
}

.built-line,
.joinery-continuum {
  z-index: 4;
}

.continuous-scene-ready .built-line__copy,
.continuous-scene-ready .built-line__orientation,
.continuous-scene-ready .built-line__steps,
.continuous-scene-ready .built-line__progress,
.continuous-scene-ready .built-line__instruction {
  z-index: 8;
}

.continuous-scene-ready .built-line__copy-guard {
  z-index: 6;
}

.joinery-continuum {
  color: var(--bone);
  background:
    linear-gradient(180deg, rgba(23, 18, 15, 0.3), rgba(23, 18, 15, 0.08) 82%, var(--ink)),
    transparent;
  isolation: isolate;
}

.joinery-continuum__intro {
  position: relative;
  z-index: 8;
  min-height: 82svh;
  display: grid;
  align-content: center;
  width: min(100%, 88rem);
  margin-inline: auto;
  padding: clamp(7rem, 14vw, 13rem) clamp(1.5rem, 6vw, 6rem);
}

.joinery-continuum__intro h2 {
  margin: 0.45rem 0 1.5rem;
  max-width: 12ch;
  font-family: var(--display, Georgia, serif);
  font-size: clamp(3.4rem, 8.2vw, 9.2rem);
  font-weight: 400;
  line-height: 0.82;
  letter-spacing: -0.065em;
}

.joinery-continuum__intro h2 em,
.joinery-chapter h3 i {
  color: var(--copper);
  font-weight: 400;
}

.joinery-continuum__intro > p:last-child {
  max-width: 38rem;
  margin: 0 0 0 auto;
  font-size: clamp(1rem, 1.4vw, 1.25rem);
  line-height: 1.65;
  color: rgba(238, 230, 216, 0.76);
}

.joinery-chapter {
  --chapter-clip: 100%;
  --chapter-y: 54px;
  --chapter-opacity: 0;
  --chapter-proof-clip: 100%;
  position: relative;
  z-index: 5;
  min-height: 125svh;
  display: grid;
  align-items: center;
  grid-template-columns: minmax(0, 1fr) minmax(18rem, 0.72fr);
  gap: clamp(2rem, 8vw, 9rem);
  width: min(100%, 96rem);
  margin-inline: auto;
  padding: clamp(7rem, 13vw, 13rem) clamp(1.5rem, 6vw, 6rem);
}

.joinery-chapter:nth-of-type(even) {
  grid-template-columns: minmax(18rem, 0.72fr) minmax(0, 1fr);
}

.joinery-chapter:nth-of-type(even) .joinery-chapter__copy {
  grid-column: 2;
}

.joinery-chapter__copy {
  position: relative;
  z-index: 9;
  max-width: 42rem;
  opacity: var(--chapter-opacity);
  clip-path: inset(var(--chapter-clip) 0 0);
  transform: translate3d(0, var(--chapter-y), 0);
  will-change: clip-path, opacity, transform;
}

.joinery-chapter__copy::before {
  content: "";
  position: absolute;
  z-index: -1;
  inset: -2.2rem -2.8rem;
  background: radial-gradient(ellipse at 42% 48%, rgba(18, 14, 11, 0.9) 0 42%, rgba(18, 14, 11, 0.52) 66%, transparent 84%);
  filter: blur(14px);
  pointer-events: none;
}

.joinery-chapter__copy > span {
  display: block;
  margin-bottom: 1.2rem;
  color: var(--copper);
  text-transform: uppercase;
  letter-spacing: 0.18em;
  font-size: 0.68rem;
}

.joinery-chapter h3 {
  margin: 0 0 1.4rem;
  max-width: 9ch;
  font-family: var(--display, Georgia, serif);
  font-size: clamp(3.2rem, 7.2vw, 8.4rem);
  font-weight: 400;
  line-height: 0.86;
  letter-spacing: -0.06em;
}

.joinery-chapter__copy > p {
  max-width: 34rem;
  margin: 0;
  color: rgba(238, 230, 216, 0.76);
  font-size: clamp(1rem, 1.35vw, 1.22rem);
  line-height: 1.65;
}

.joinery-chapter__marks {
  position: absolute;
  z-index: 2;
  right: 5vw;
  top: 50%;
  width: min(42vw, 40rem);
  height: 1px;
  background: rgba(238, 230, 216, 0.24);
  opacity: var(--chapter-opacity);
}

.joinery-chapter__marks::before,
.joinery-chapter__marks::after,
.joinery-chapter__marks i,
.joinery-chapter__marks b {
  content: "";
  position: absolute;
  top: -0.45rem;
  width: 1px;
  height: 0.9rem;
  background: var(--copper);
}

.joinery-chapter__marks::before { left: 0; }
.joinery-chapter__marks::after { right: 0; }
.joinery-chapter__marks i { left: 33%; }
.joinery-chapter__marks b { left: 66%; }

.joinery-chapter__marks span {
  position: absolute;
  right: 0;
  bottom: 0.8rem;
  color: rgba(238, 230, 216, 0.55);
  font-size: 0.62rem;
  letter-spacing: 0.16em;
}

.joinery-chapter__depth-word {
  position: absolute;
  z-index: 1;
  inset: 50% auto auto 50%;
  margin: 0;
  color: transparent;
  -webkit-text-stroke: 1px rgba(238, 230, 216, 0.15);
  font-family: var(--display, Georgia, serif);
  font-size: clamp(8rem, 20vw, 24rem);
  line-height: 0.7;
  letter-spacing: -0.08em;
  transform: translate(-50%, -50%) scale(calc(0.82 + var(--chapter-opacity) * 0.18));
  opacity: calc(var(--chapter-opacity) * 0.9);
  white-space: nowrap;
}

.joinery-chapter__proof {
  position: relative;
  z-index: 7;
  grid-column: 2;
  margin: 0;
  overflow: hidden;
  aspect-ratio: 1.35 / 1;
  clip-path: inset(var(--chapter-proof-clip) 0 0);
  transform: translate3d(0, calc(var(--chapter-y) * -0.4), 0);
  box-shadow: 0 2rem 7rem rgba(0, 0, 0, 0.42);
}

.joinery-chapter--proof .joinery-chapter__proof {
  grid-column: 1;
  grid-row: 1;
}

.joinery-chapter__proof picture,
.joinery-chapter__proof img {
  display: block;
  width: 100%;
  height: 100%;
}

.joinery-chapter__proof img {
  aspect-ratio: 1.35;
  object-fit: cover;
  transform: scale(calc(1.08 - var(--chapter-opacity) * 0.06));
  filter: saturate(0.9) contrast(1.04) brightness(0.84);
}

.joinery-chapter__proof figcaption {
  position: absolute;
  right: 0.85rem;
  bottom: 0.75rem;
  padding: 0.45rem 0.6rem;
  background: rgba(18, 14, 11, 0.72);
  color: rgba(238, 230, 216, 0.82);
  text-transform: uppercase;
  letter-spacing: 0.12em;
  font-size: 0.56rem;
}

.joinery-chapter--proof .joinery-chapter__copy {
  grid-column: 2;
}

.continuous-scene-ready .work-ledger {
  z-index: 6;
  box-shadow: 0 -4rem 10rem rgba(23, 18, 15, 0.72);
}

.continuous-scene-ready .project-invitation {
  z-index: 4;
  background:
    radial-gradient(circle at 77% 22%, rgba(226, 168, 119, 0.24), transparent 30%),
    linear-gradient(126deg, rgba(154, 88, 54, 0.94) 0%, rgba(111, 56, 39, 0.9) 51%, rgba(36, 24, 21, 0.86) 100%);
}

@media (max-height: 720px) and (min-width: 761px) {
  .joinery-continuum__intro { min-height: 95vh; }
  .joinery-chapter { min-height: 145vh; }
  .joinery-chapter h3 { font-size: clamp(2.8rem, 6vw, 6.4rem); }
  .continuous-world__note { display: none; }
}

@media (max-width: 900px) {
  .joinery-chapter,
  .joinery-chapter:nth-of-type(even) {
    grid-template-columns: 1fr 0.78fr;
    gap: 2rem;
  }
}

@media (max-width: 760px) {
  .continuous-world { display: none !important; }
  .joinery-continuum {
    background: var(--ink);
  }
  .joinery-continuum__intro {
    min-height: auto;
    padding: 6.5rem 1.25rem 4.5rem;
  }
  .joinery-continuum__intro h2 {
    font-size: clamp(3.2rem, 17vw, 5.6rem);
    line-height: 0.86;
  }
  .joinery-continuum__intro > p:last-child {
    margin-left: 0;
  }
  .joinery-chapter,
  .joinery-chapter:nth-of-type(even) {
    --chapter-clip: 0% !important;
    --chapter-y: 0px !important;
    --chapter-opacity: 1 !important;
    --chapter-proof-clip: 0% !important;
    min-height: auto;
    grid-template-columns: 1fr;
    gap: 2rem;
    padding: 5rem 1.25rem;
  }
  .joinery-chapter:nth-of-type(even) .joinery-chapter__copy,
  .joinery-chapter--proof .joinery-chapter__copy,
  .joinery-chapter__copy,
  .joinery-chapter__proof,
  .joinery-chapter--proof .joinery-chapter__proof {
    grid-column: 1;
    grid-row: auto;
  }
  .joinery-chapter h3 {
    font-size: clamp(3.2rem, 16vw, 5.5rem);
  }
  .joinery-chapter__marks,
  .joinery-chapter__depth-word {
    display: none;
  }
  .joinery-chapter__proof img {
    aspect-ratio: 4 / 3;
  }
  .joinery-chapter__copy::before { display: none; }
}

:is(.no-js, .motion-still, .force-reduced) .joinery-continuum {
  background: var(--ink);
}

:is(.no-js, .motion-still, .force-reduced) .joinery-continuum__intro,
:is(.no-js, .motion-still, .force-reduced) .joinery-chapter {
  min-height: auto;
}

:is(.no-js, .motion-still, .force-reduced) .joinery-chapter {
  --chapter-clip: 0% !important;
  --chapter-y: 0px !important;
  --chapter-opacity: 1 !important;
  --chapter-proof-clip: 0% !important;
  padding-block: clamp(4.5rem, 9vw, 8rem);
}

@media (prefers-reduced-motion: reduce) {
  .continuous-world { display: none !important; }
  .joinery-continuum { background: var(--ink); }
  .joinery-continuum__intro,
  .joinery-chapter { min-height: auto; }
  .joinery-chapter {
    --chapter-clip: 0% !important;
    --chapter-y: 0px !important;
    --chapter-opacity: 1 !important;
    --chapter-proof-clip: 0% !important;
  }
  .joinery-chapter__proof img { transform: none; }
}

@media (forced-colors: active), print {
  .continuous-world { display: none !important; }
  .joinery-continuum { color: CanvasText; background: Canvas; }
  .joinery-chapter,
  .joinery-continuum__intro { min-height: auto; }
  .joinery-chapter__copy,
  .joinery-chapter__proof {
    opacity: 1;
    clip-path: none;
    transform: none;
  }
}

/* v10.4 — Joinery Aperture. Generated film is progressive atmosphere only;
   Jay's real source and the v10.2 semantic project figures remain underneath it. */

.built-line__film {
  position: absolute;
  z-index: 6;
  inset: 0;
  overflow: hidden;
  pointer-events: none;
  opacity: var(--built-film-opacity);
  clip-path: inset(
    var(--built-film-y) var(--built-film-right) var(--built-film-y)
      var(--built-film-left) round 3px
  );
  background: #2c211a;
  box-shadow:
    inset 0 0 0 1px rgba(238, 230, 216, 0.22),
    0 32px 90px rgba(0, 0, 0, 0.44);
  transform: scale(var(--built-film-scale));
  transform-origin: 66% 52%;
  will-change: clip-path, opacity, transform;
}

.built-line__film::before {
  content: "";
  position: absolute;
  z-index: 3;
  inset: 14px;
  border: 1px solid rgba(238, 230, 216, 0.2);
  box-shadow:
    12px 0 0 -11px rgba(224, 161, 124, 0.82),
    -12px 0 0 -11px rgba(224, 161, 124, 0.82);
  pointer-events: none;
}

.built-line__film::after {
  content: "";
  position: absolute;
  inset: 0;
  background:
    radial-gradient(circle at 62% 46%, transparent 20%, rgba(13, 9, 7, 0.16) 86%),
    linear-gradient(90deg, rgba(13, 9, 7, 0.18), transparent 38%);
  pointer-events: none;
}

.built-line__film-fallback,
.built-line__film video {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  max-width: none;
  object-fit: cover;
  object-position: 58% 50%;
}

.built-line__film-fallback {
  filter: saturate(0.92) contrast(1.035) brightness(0.92);
  transform: translate3d(var(--built-source-shift), 0, 0)
    scale(var(--built-source-scale));
  transform-origin: 62% 52%;
  will-change: transform;
}

.built-line__film video {
  opacity: 0;
  filter: saturate(0.92) contrast(1.035) brightness(0.92);
  transform: scale(1.055);
  transform-origin: 62% 52%;
  transition: opacity 160ms var(--ease);
}

.hero-film-ready .built-line__film video {
  opacity: var(--built-film-video-opacity);
}

.built-line__film-note {
  position: absolute;
  z-index: 21;
  top: calc(var(--header-height) + 28px);
  right: calc(var(--built-film-right) + clamp(22px, 3vw, 50px));
  display: grid;
  justify-items: end;
  gap: 6px;
  margin: 0;
  color: rgba(250, 246, 237, 0.76);
  text-align: right;
  text-shadow: 0 2px 18px rgba(0, 0, 0, 0.6);
  opacity: var(--built-film-note-opacity);
  pointer-events: none;
}

.built-line__film-note span {
  color: #e0a17c;
  font-size: 8px;
  font-weight: 780;
  letter-spacing: 0.18em;
  text-transform: uppercase;
}

.built-line__film-note strong {
  max-width: 270px;
  font-family: var(--display);
  font-size: clamp(17px, 1.5vw, 23px);
  font-weight: 400;
  letter-spacing: -0.025em;
}

.hero-film-failed .built-line__film video,
.force-media-failure .built-line__film video,
.cinematic-static .built-line__film video {
  display: none;
}

.ledger-lens {
  width: min(100% - 48px, 1280px);
  margin: clamp(46px, 7vw, 104px) auto clamp(88px, 11vw, 164px);
  display: grid;
  grid-template-columns: minmax(0, 1.55fr) minmax(270px, 0.65fr);
  align-items: stretch;
  color: var(--bone-bright);
  background: #17120f;
  border: 1px solid rgba(238, 230, 216, 0.22);
  box-shadow: 0 32px 90px rgba(38, 26, 18, 0.2);
}

.ledger-lens__media {
  position: relative;
  min-height: clamp(360px, 49vw, 650px);
  overflow: hidden;
  background: #2e241e;
}

.ledger-lens__fallback,
.ledger-lens video {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.ledger-lens__fallback {
  object-position: 62% 50%;
  filter: saturate(0.88) contrast(1.04) brightness(0.82);
  transform: scale(1.08);
}

.ledger-lens video {
  opacity: 0;
  object-position: center;
  filter: saturate(0.95) contrast(1.04) brightness(0.94);
  clip-path: inset(0 var(--material-film-right) 0 var(--material-film-left));
  transform: scale(var(--material-film-scale));
  transform-origin: 50% 50%;
  transition: opacity 160ms var(--ease);
  will-change: clip-path, opacity, transform;
}

.material-film-ready .ledger-lens video {
  opacity: var(--material-film-opacity);
}

.ledger-lens__line {
  position: absolute;
  z-index: 2;
  top: 8%;
  bottom: 8%;
  left: 50%;
  width: 1px;
  background: linear-gradient(
    180deg,
    transparent,
    rgba(231, 179, 143, 0.88) 16%,
    rgba(231, 179, 143, 0.88) 84%,
    transparent
  );
  box-shadow: 0 0 22px rgba(182, 109, 66, 0.34);
  opacity: var(--material-line-opacity);
}

.ledger-lens figcaption {
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  gap: 18px;
  padding: clamp(36px, 5vw, 76px);
  border-left: 1px solid rgba(238, 230, 216, 0.18);
}

.ledger-lens figcaption > span {
  color: #e0a17c;
  font-size: 9px;
  font-weight: 760;
  letter-spacing: 0.16em;
  text-transform: uppercase;
}

.ledger-lens figcaption > strong {
  font-family: var(--display);
  font-size: clamp(38px, 5vw, 72px);
  font-weight: 400;
  letter-spacing: -0.055em;
  line-height: 0.9;
}

.ledger-lens figcaption p {
  margin: 0;
  color: rgba(250, 246, 237, 0.66);
  font-size: 13px;
  line-height: 1.7;
}

.material-film-failed .ledger-lens video,
.force-media-failure .ledger-lens video,
.cinematic-static .ledger-lens video {
  display: none;
}

@media (max-width: 980px) {
  .ledger-lens {
    grid-template-columns: minmax(0, 1.25fr) minmax(250px, 0.75fr);
  }
}

@media (max-width: 760px) {
  .built-line__film,
  .built-line__film-note {
    display: none;
  }

  .ledger-lens {
    width: calc(100% - 24px);
    margin: 32px auto 76px;
    grid-template-columns: 1fr;
  }

  .ledger-lens__media {
    min-height: 0;
    aspect-ratio: 4 / 3;
  }

  .ledger-lens video {
    display: none;
  }

  .ledger-lens figcaption {
    gap: 14px;
    padding: 28px 22px 32px;
    border-top: 1px solid rgba(238, 230, 216, 0.18);
    border-left: 0;
  }

  .ledger-lens figcaption > strong {
    font-size: clamp(42px, 14vw, 64px);
  }
}

:is(.no-js, .motion-still, .force-reduced) .built-line__film,
:is(.no-js, .motion-still, .force-reduced) .built-line__film-note,
:is(.no-js, .motion-still, .force-reduced) .ledger-lens video {
  display: none;
}

:is(.no-js, .motion-still, .force-reduced) .built-line__intro {
  opacity: 1;
  transform: none;
}

@media (prefers-reduced-motion: reduce) {
  .built-line__film,
  .built-line__film-note,
  .ledger-lens video {
    display: none;
  }

  .ledger-lens__fallback {
    transform: none;
  }
}

@media (forced-colors: active) {
  .built-line__film,
  .built-line__film-note,
  .ledger-lens video,
  .ledger-lens__line {
    display: none;
  }

  .ledger-lens {
    border: 1px solid CanvasText;
  }
}

@media print {
  .built-line__film,
  .built-line__film-note,
  .ledger-lens video,
  .ledger-lens__line {
    display: none;
  }

  .ledger-lens {
    width: 100%;
    margin: 24px 0;
    display: grid;
    grid-template-columns: 1fr 1fr;
    color: #000;
    background: #fff;
    border: 1px solid #000;
    break-inside: avoid;
  }

  .ledger-lens figcaption {
    border-color: #000;
  }

  .ledger-lens figcaption p,
  .ledger-lens figcaption > span {
    color: #000;
  }
}
