:root {
  --ink: #090a0c;
  --gallery: #f2efe8;
  --paper: #fcfaf5;
  --steel: #a6adb5;
  --blue: #0c76b7;
  --blue-ink: #075f91;
  --blue-on-dark: #44a9e6;
  --white: #fff;
  --paper-ink: #090a0c;
  --paper-muted: rgb(9 10 12 / .7);
  --paper-rule: rgb(9 10 12 / .2);
  --gallery-clear: rgb(242 239 232 / 0);
  --folio-edge: rgb(255 255 255 / .42);
  --gutter: clamp(20px, 4vw, 72px);
  --max: 1600px;
  --header-h: 112px;
  color-scheme: light;
  font-synthesis: none;
}

html[data-theme="dark"] {
  --gallery: #101216;
  --paper: #14171b;
  --paper-ink: #f6f3ed;
  --paper-muted: rgb(246 243 237 / .7);
  --paper-rule: rgb(255 255 255 / .19);
  --gallery-clear: rgb(16 18 22 / 0);
  --blue-ink: #5bb8ef;
  color-scheme: dark;
}

@media (prefers-color-scheme: dark) {
  html:not([data-theme]) {
    --gallery: #101216;
    --paper: #14171b;
    --paper-ink: #f6f3ed;
    --paper-muted: rgb(246 243 237 / .7);
    --paper-rule: rgb(255 255 255 / .19);
    --gallery-clear: rgb(16 18 22 / 0);
    --blue-ink: #5bb8ef;
    color-scheme: dark;
  }
}

*, *::before, *::after { box-sizing: border-box; }
html { scroll-behavior: smooth; background: var(--ink); }
body { margin: 0; overflow-x: clip; background: var(--ink); color: var(--ink); font-family: "Helvetica Neue", Helvetica, Arial, sans-serif; -webkit-font-smoothing: antialiased; }
body.menu-open { overflow: hidden; }
a { color: inherit; text-decoration: none; }
button { color: inherit; font: inherit; }
img { display: block; max-width: 100%; }
p, h1, h2, h3, blockquote, figure { margin: 0; }
ul, ol { margin: 0; padding: 0; list-style: none; }
address { font-style: normal; }

::selection { background: var(--blue); color: var(--white); }
:focus-visible { outline: 2px solid var(--blue); outline-offset: 5px; }
.skip-link { position: fixed; top: 12px; left: 12px; z-index: 1000; min-height: 44px; display: inline-flex; align-items: center; padding: 12px 18px; background: var(--white); color: var(--ink); transform: translateY(-160%); transition: transform 180ms ease; }
.skip-link:focus { transform: translateY(0); }

.section-paper { background: var(--gallery); color: var(--paper-ink); }
.section-ink { background: var(--ink); color: var(--white); }
.section-blue { background: var(--blue); color: var(--white); }
.eyebrow { font-family: ui-monospace, SFMono-Regular, Menlo, monospace; font-size: 11px; font-weight: 600; letter-spacing: .14em; line-height: 1.4; }

.site-header { --page-progress: 0; position: fixed; z-index: 50; top: 16px; right: var(--gutter); left: var(--gutter); height: 78px; color: var(--white); background: rgb(9 10 12 / .92); border: 1px solid rgb(255 255 255 / .3); }
.site-header::before { content: ""; position: absolute; z-index: 3; top: -1px; left: -1px; width: clamp(54px, 5vw, 84px); height: 3px; background: var(--blue); }
.site-header.is-scrolled { top: 0; background: var(--ink); border-color: rgb(255 255 255 / .18); }
.site-header__shell { height: 100%; display: grid; grid-template-columns: 176px minmax(170px, 1fr) auto; align-items: stretch; }
.brand { position: relative; z-index: 53; display: block; width: 176px; height: 100%; padding: 8px 13px; background: var(--white); border-right: 1px solid rgb(255 255 255 / .28); }
.brand img { width: 100%; height: 100%; object-fit: contain; }
.header__context { min-width: 0; display: flex; align-items: center; gap: 12px; padding: 0 clamp(18px, 2vw, 34px); border-right: 1px solid rgb(255 255 255 / .18); }
.header__context > span:last-child { min-width: 0; display: flex; flex-direction: column; gap: 5px; }
.header__context strong, .header__context small { overflow: hidden; text-overflow: ellipsis; white-space: nowrap; text-transform: uppercase; }
.header__context strong { font: 600 10px/1 ui-monospace, SFMono-Regular, Menlo, monospace; letter-spacing: .12em; }
.header__context small { color: rgb(255 255 255 / .72); font: 8px/1 ui-monospace, SFMono-Regular, Menlo, monospace; letter-spacing: .12em; }
.header__signal { position: relative; flex: 0 0 12px; width: 12px; height: 12px; border: 1px solid rgb(255 255 255 / .55); }
.header__signal i { position: absolute; inset: 3px; background: var(--blue); }
.concept-label { position: fixed; z-index: 48; right: 14px; bottom: 14px; padding: 8px 10px; background: var(--gallery); color: var(--paper-ink); border-left: 2px solid var(--blue); font: 8px/1.2 ui-monospace, SFMono-Regular, Menlo, monospace; letter-spacing: .15em; pointer-events: none; }
.site-menu { grid-column: 3; grid-row: 1; display: flex; align-items: stretch; font-size: 11px; }
.theme-toggle { min-width: 76px; display: inline-flex; align-items: center; justify-content: center; gap: 8px; padding: 0 13px; color: var(--white); background: transparent; border: 0; border-right: 1px solid rgb(255 255 255 / .16); cursor: pointer; font: 8px/1 ui-monospace, SFMono-Regular, Menlo, monospace; letter-spacing: .1em; text-transform: uppercase; }
.theme-toggle:hover, .theme-toggle:focus-visible { background: rgb(255 255 255 / .06); }
.theme-toggle__mark { position: relative; width: 13px; height: 13px; border: 1px solid rgb(255 255 255 / .56); border-radius: 50%; }
.theme-toggle__mark i { position: absolute; inset: 2px; border-radius: 50%; background: var(--white); transform: scale(.48); }
html[data-theme="dark"] .theme-toggle__mark i { transform: translateX(3px) scale(.68); background: var(--blue); }
.site-menu a { position: relative; min-width: 82px; display: flex; flex-direction: column; justify-content: center; gap: 7px; padding: 0 clamp(12px, 1.25vw, 22px); border-right: 1px solid rgb(255 255 255 / .16); transition: background-color 240ms ease, color 240ms ease; }
.site-menu a::after { content: ""; position: absolute; right: 14px; bottom: 13px; left: 14px; height: 1px; background: var(--blue); transform: scaleX(0); transform-origin: right; transition: transform 240ms cubic-bezier(.2,.72,.2,1); }
.site-menu a:hover, .site-menu a:focus-visible { background: rgb(255 255 255 / .06); }
.site-menu a:hover::after, .site-menu a:focus-visible::after { transform: scaleX(1); transform-origin: left; }
.site-menu__index { color: rgb(255 255 255 / .72); font: 8px/1 ui-monospace, SFMono-Regular, Menlo, monospace; letter-spacing: .12em; }
.site-menu__label { white-space: nowrap; }
.site-menu .site-menu__cta { min-width: 172px; display: grid; grid-template-columns: 1fr auto; grid-template-rows: auto auto; column-gap: 18px; padding: 0 18px; background: var(--white); color: var(--ink); border: 0; }
.site-menu .site-menu__cta:hover, .site-menu .site-menu__cta:focus-visible { background: var(--gallery); }
.site-menu .site-menu__cta::after { right: 18px; bottom: 0; left: 18px; }
.site-menu__cta .site-menu__index { grid-column: 1 / -1; color: rgb(9 10 12 / .68); }
.site-menu__cta > span:last-child { grid-column: 2; grid-row: 2; color: var(--blue-ink); transition: transform 220ms ease; }
.site-menu__cta:hover > span:last-child { transform: translate3d(4px, -4px, 0); }
.header__progress { position: absolute; z-index: 2; right: 0; bottom: -1px; left: 176px; height: 2px; overflow: hidden; }
.header__progress i { display: block; width: 100%; height: 100%; background: var(--blue); transform: scaleX(var(--page-progress)); transform-origin: left; will-change: transform; }
.menu-toggle { display: none; border: 0; background: none; }

.hero { position: relative; min-height: max(760px, 100svh); overflow: hidden; background: var(--ink); color: var(--white); }
.hero__media, .hero__media picture, .hero__image { position: absolute; inset: 0; width: 100%; height: 100%; }
.hero__media { transform: scale(var(--hero-scale, 1)); transform-origin: center bottom; will-change: transform; }
.hero__image { object-fit: cover; object-position: center 48%; transform: scale(1.035); }
.hero__scrim { position: absolute; inset: 0; background: linear-gradient(90deg, rgb(5 7 10 / .85) 0%, rgb(5 7 10 / .56) 42%, rgb(5 7 10 / .1) 75%), linear-gradient(0deg, rgb(5 7 10 / .64) 0%, transparent 52%); }
.hero__grid { position: absolute; inset: var(--header-h) var(--gutter) 0; display: grid; grid-template-columns: repeat(4, 1fr); border-right: 1px solid rgb(12 118 183 / .52); border-left: 1px solid rgb(12 118 183 / .52); opacity: .68; pointer-events: none; }
.hero__grid i { border-right: 1px solid rgb(12 118 183 / .52); transform: scaleY(1); transform-origin: top; }
.hero__grid i:last-child { border: 0; }
.hero__shutters { position: absolute; inset: 0; display: grid; grid-template-columns: repeat(4, 1fr); pointer-events: none; }
.hero__shutters span { background: var(--gallery); }
.hero__content { position: relative; z-index: 2; min-height: max(760px, 100svh); display: grid; grid-template-columns: minmax(0, 1fr) minmax(260px, 28vw); grid-template-rows: 1fr auto; gap: 32px; align-content: end; padding: clamp(170px, 24vh, 250px) var(--gutter) clamp(96px, 11vh, 130px); }
.hero__eyebrow { position: absolute; top: calc(var(--header-h) + 42px); left: var(--gutter); }
.hero h1 { align-self: end; grid-column: 1 / -1; max-width: 14ch; font-size: clamp(48px, 8.2vw, 142px); font-weight: 500; letter-spacing: -.065em; line-height: .82; }
.hero__line { display: block; overflow: hidden; padding-right: .08em; padding-bottom: .08em; }
.hero__line > span { display: block; }
.hero__lower { grid-column: 1 / -1; display: grid; grid-template-columns: minmax(280px, 520px) 1fr; gap: 40px; align-items: end; padding-top: 26px; border-top: 1px solid rgb(255 255 255 / .36); }
.hero__lower > p { font-size: clamp(15px, 1.25vw, 20px); line-height: 1.5; }
.hero__actions { justify-self: end; display: flex; align-items: center; gap: 26px; }
.button { min-height: 50px; display: inline-flex; align-items: center; justify-content: space-between; gap: 38px; padding: 0 18px; border: 1px solid currentColor; font-size: 12px; transition: background-color 180ms ease, color 180ms ease; }
.button--light:hover { background: var(--white); color: var(--ink); }
.text-link { position: relative; min-height: 44px; display: inline-flex; align-items: center; padding: 14px 0; font-size: 12px; }
.text-link::after { content: ""; position: absolute; inset: auto 0 7px; height: 1px; background: currentColor; transition: transform 220ms ease; transform-origin: left; }
.text-link:hover::after { transform: scaleX(.35); }
.hero__coordinates { position: absolute; z-index: 3; right: var(--gutter); bottom: 26px; left: var(--gutter); display: flex; justify-content: space-between; font: 9px/1 ui-monospace, SFMono-Regular, Menlo, monospace; letter-spacing: .15em; color: rgb(255 255 255 / .58); }

.brief { position: relative; min-height: 100svh; display: grid; grid-template-columns: minmax(160px, 1fr) minmax(0, 3fr); grid-template-rows: auto 1fr auto; column-gap: 40px; padding: clamp(96px, 13vw, 210px) var(--gutter) clamp(80px, 10vw, 160px); }
.section-number { position: absolute; top: 32px; right: var(--gutter); font: 10px/1 ui-monospace, SFMono-Regular, Menlo, monospace; letter-spacing: .12em; }
.brief__label { grid-column: 1; }
.brief__statement { grid-column: 2; align-self: center; }
.brief h2 { max-width: 13ch; font-size: clamp(54px, 8vw, 132px); font-weight: 500; letter-spacing: -.065em; line-height: .86; }
.brief__body { grid-column: 2; align-self: end; display: grid; grid-template-columns: minmax(260px, 590px) 1fr auto; gap: 24px; align-items: end; }
.brief__body > p:first-child { font-size: clamp(18px, 1.55vw, 25px); line-height: 1.5; }
.brief__rule { height: 1px; background: var(--paper-ink); }
.brief__aside { font: 9px/1.3 ui-monospace, SFMono-Regular, Menlo, monospace; letter-spacing: .1em; }

.drawn { position: relative; min-height: 135svh; display: grid; grid-template-columns: minmax(350px, .9fr) minmax(0, 1.4fr); gap: clamp(42px, 6vw, 100px); align-items: center; padding: clamp(120px, 14vw, 220px) var(--gutter); overflow: hidden; }
.drawn::before { content: ""; position: absolute; top: 0; bottom: 0; left: 31%; width: 1px; background: var(--paper-rule); }
.drawn__copy { position: relative; z-index: 2; align-self: start; padding-top: clamp(10px, 8vh, 90px); }
.drawn__copy h2 { margin: clamp(48px, 8vh, 88px) 0 36px; font-size: clamp(48px, 4.8vw, 78px); font-weight: 500; letter-spacing: -.065em; line-height: .86; }
.drawn__copy > p:last-child { max-width: 470px; font-size: clamp(16px, 1.3vw, 20px); line-height: 1.55; }
.drawn__plate { position: relative; z-index: 2; align-self: center; width: min(100%, 1080px); padding: clamp(14px, 1.6vw, 26px); background: var(--ink); color: var(--white); }
.drawn__plate picture { display: block; aspect-ratio: 1.263 / 1; overflow: hidden; background: #050608; }
.drawn__plate img { width: 100%; height: 100%; object-fit: cover; }
.drawn__index { padding-bottom: 14px; color: rgb(255 255 255 / .58); font: 9px/1 ui-monospace, SFMono-Regular, Menlo, monospace; letter-spacing: .13em; }
.drawn__plate figcaption { display: flex; align-items: baseline; justify-content: space-between; gap: 20px; padding-top: 18px; }
.drawn__plate figcaption strong { font-size: clamp(21px, 2.2vw, 34px); font-weight: 400; letter-spacing: -.035em; }
.drawn__plate figcaption span { color: rgb(255 255 255 / .58); font: 9px/1 ui-monospace, SFMono-Regular, Menlo, monospace; letter-spacing: .13em; text-transform: uppercase; }

.work__intro { position: relative; min-height: 82svh; display: flex; flex-direction: column; justify-content: center; padding: clamp(100px, 14vw, 210px) var(--gutter); overflow: hidden; }
.work__intro::before { content: ""; position: absolute; top: 0; bottom: 0; left: 25%; width: 1px; background: rgb(255 255 255 / .15); }
.work__intro h2 { margin-top: 42px; max-width: 12ch; font-size: clamp(64px, 11vw, 185px); font-weight: 500; letter-spacing: -.075em; line-height: .78; }
.work__intro h2 em { color: var(--blue-on-dark); font-style: normal; }
.work__count { position: absolute; right: var(--gutter); bottom: 44px; font: 9px/1.3 ui-monospace, SFMono-Regular, Menlo, monospace; letter-spacing: .12em; color: var(--steel); }
.folio { --folio-progress: 0; position: relative; min-height: 500svh; }
.folio__sticky { position: sticky; top: 0; height: 100svh; overflow: hidden; }
.folio__stage { position: absolute; inset: 0; }
.folio__rail { position: absolute; z-index: 20; top: clamp(105px, 13vh, 145px); bottom: 36px; left: max(16px, calc(var(--gutter) / 2)); display: grid; grid-template-rows: auto 1fr auto; justify-items: center; gap: 18px; color: rgb(255 255 255 / .5); font: 8px/1 ui-monospace, SFMono-Regular, Menlo, monospace; letter-spacing: .14em; writing-mode: vertical-rl; }
.folio__rail i { position: relative; width: 1px; height: 100%; background: rgb(255 255 255 / .18); }
.folio__rail i::after { content: ""; position: absolute; inset: 0; background: var(--blue); transform: scaleY(var(--folio-progress)); transform-origin: top; }
.folio__depth { position: absolute; z-index: 20; top: clamp(104px, 13vh, 144px); right: var(--gutter); display: flex; gap: 16px; color: rgb(255 255 255 / .52); font: 8px/1 ui-monospace, SFMono-Regular, Menlo, monospace; letter-spacing: .14em; }
.folio__depth span:first-child { color: var(--white); }
.folio-card { --folio-x: 0%; --folio-y: 10%; --folio-rotation: 0deg; --folio-scale: .982; --folio-opacity: .2; --folio-caption-opacity: 0; position: absolute; top: 50%; left: 50%; width: min(72vw, 1120px); aspect-ratio: 4 / 3; overflow: hidden; background: #111318; outline: 1px solid var(--folio-edge); box-shadow: 12px 14px 0 rgb(255 255 255 / .08); opacity: var(--folio-opacity); transform: translate3d(calc(-50% + var(--folio-x)), calc(-50% + var(--folio-y)), 0) rotate(var(--folio-rotation)) scale(var(--folio-scale)); transform-origin: center; will-change: transform, opacity; }
.folio-card--large { width: min(72vw, 1120px); }
.folio-card--compact { width: min(60vw, 900px); }
.folio-card--medium { width: min(64vw, 980px); }
.folio-card--small { width: min(56vw, 840px); }
.folio-card picture, .folio-card img { width: 100%; height: 100%; }
.folio-card img { object-fit: cover; }
.folio-card::after { content: ""; position: absolute; inset: 0; background: linear-gradient(0deg, rgb(4 5 7 / .74), transparent 52%); pointer-events: none; }
.folio-card figcaption { position: absolute; z-index: 2; right: clamp(18px, 2.4vw, 38px); bottom: clamp(18px, 2.4vw, 34px); left: clamp(18px, 2.4vw, 38px); display: grid; grid-template-columns: 46px 1fr auto; align-items: end; padding-top: 14px; border-top: 1px solid rgb(255 255 255 / .56); opacity: var(--folio-caption-opacity); }
.folio-card figcaption span, .folio-card figcaption small { font: 9px/1.2 ui-monospace, SFMono-Regular, Menlo, monospace; letter-spacing: .13em; text-transform: uppercase; }
.folio-card figcaption strong { font-size: clamp(28px, 3.5vw, 58px); font-weight: 400; letter-spacing: -.045em; }
.folio__archive-link { position: absolute; z-index: 22; right: var(--gutter); bottom: clamp(24px, 4vh, 42px); min-width: min(300px, 44vw); display: flex; align-items: center; justify-content: space-between; gap: 40px; padding: 16px 0; color: var(--white); border-bottom: 1px solid var(--blue); font-size: clamp(16px, 1.45vw, 22px); }
.folio__archive-link span:last-child { color: var(--blue-on-dark); transition: transform 220ms ease; }
.folio__archive-link:hover span:last-child { transform: translate3d(5px, -5px, 0); }

.spatial { --spatial-inset: 11%; --spatial-scale: 1; --spatial-x: 0%; --spatial-copy-opacity: 1; min-height: 280svh; }
.spatial__sticky { position: sticky; top: 0; height: 100svh; overflow: hidden; background: var(--ink); }
.spatial__frame { position: absolute; inset: 0; overflow: hidden; clip-path: inset(var(--spatial-inset)); background: #0c0e11; will-change: clip-path; }
.spatial__frame picture, .spatial__frame img { width: 100%; height: 100%; }
.spatial__frame img { object-fit: cover; object-position: 46% center; transform: translate3d(var(--spatial-x), 0, 0) scale(var(--spatial-scale)); will-change: transform; }
.spatial__frame::after { content: ""; position: absolute; inset: 0; background: linear-gradient(90deg, rgb(4 5 7 / .42), transparent 48%), linear-gradient(0deg, rgb(4 5 7 / .48), transparent 38%); }
.spatial__copy { position: absolute; z-index: 4; top: clamp(120px, 17vh, 190px); left: var(--gutter); max-width: 720px; opacity: var(--spatial-copy-opacity); color: var(--white); }
.spatial__copy h2 { margin: 32px 0 24px; font-size: clamp(58px, 8vw, 132px); font-weight: 500; letter-spacing: -.07em; line-height: .8; }
.spatial__copy > p:last-child { max-width: 470px; font-size: clamp(16px, 1.25vw, 20px); line-height: 1.5; }
.spatial__guides { position: absolute; z-index: 2; inset: 0; display: grid; grid-template-columns: repeat(4, 1fr); pointer-events: none; }
.spatial__guides i { border-right: 1px solid rgb(255 255 255 / .22); }
.spatial__caption { position: absolute; z-index: 3; right: var(--gutter); bottom: 30px; left: var(--gutter); display: flex; justify-content: space-between; padding-top: 14px; border-top: 1px solid rgb(255 255 255 / .55); color: rgb(255 255 255 / .72); font: 9px/1 ui-monospace, SFMono-Regular, Menlo, monospace; letter-spacing: .14em; }

.approach { --approach-progress: 0%; min-height: 400svh; }
.approach__sticky { position: sticky; top: 0; min-height: 100svh; display: grid; grid-template-columns: minmax(300px, 1fr) minmax(420px, 1.15fr); gap: 8vw; padding: clamp(90px, 11vh, 130px) var(--gutter) 60px; overflow: hidden; }
.approach__heading { display: flex; flex-direction: column; align-items: flex-start; }
.approach__heading h2 { margin: auto 0 32px; font-size: clamp(52px, 6.5vw, 110px); font-weight: 500; letter-spacing: -.065em; line-height: .82; }
.approach__heading > p:not(.eyebrow) { max-width: 580px; font-size: clamp(16px, 1.4vw, 22px); line-height: 1.5; }
.approach__progress { width: 100%; height: 2px; margin-top: 36px; background: var(--paper-rule); }
.approach__progress i { display: block; width: var(--approach-progress); height: 100%; background: var(--blue); }
.approach__drum { align-self: center; min-width: 0; }
.approach__window { position: relative; height: min(48vh, 440px); overflow: hidden; perspective: 1200px; border-top: 1px solid var(--paper-rule); border-bottom: 1px solid var(--paper-rule); }
.approach__window::before, .approach__window::after { content: ""; position: absolute; z-index: 4; right: 0; left: 0; height: 24%; pointer-events: none; }
.approach__window::before { top: 0; background: linear-gradient(var(--gallery), var(--gallery-clear)); }
.approach__window::after { bottom: 0; background: linear-gradient(var(--gallery-clear), var(--gallery)); }
.approach__steps { position: absolute; inset: 0; transform-style: preserve-3d; }
.approach__steps li { --drum-y: 94%; --drum-rotate: 62deg; --drum-scale: .88; --drum-opacity: 0; position: absolute; top: 50%; right: 0; left: 0; display: grid; grid-template-columns: 54px 1fr; gap: 20px; padding: 38px clamp(12px, 2vw, 30px); opacity: var(--drum-opacity); transform: translate3d(0, calc(-50% + var(--drum-y)), 0) rotateX(var(--drum-rotate)) scale(var(--drum-scale)); transform-origin: center; will-change: transform, opacity; }
.approach__steps span { color: var(--blue-ink); font: 10px/1.4 ui-monospace, SFMono-Regular, Menlo, monospace; letter-spacing: .12em; }
.approach__steps h3 { margin-bottom: 16px; font-size: clamp(42px, 5vw, 82px); font-weight: 500; letter-spacing: -.055em; line-height: .9; }
.approach__steps p { max-width: 590px; color: var(--paper-muted); font-size: clamp(14px, 1.1vw, 18px); line-height: 1.48; }
.approach__counter { display: grid; grid-template-columns: auto 1fr auto; align-items: center; gap: 14px; margin-top: 22px; color: var(--paper-muted); font: 9px/1 ui-monospace, SFMono-Regular, Menlo, monospace; letter-spacing: .13em; }
.approach__counter span:first-child { color: var(--blue-ink); }
.approach__counter i { height: 1px; background: var(--paper-rule); }

.proof { min-height: 100svh; display: grid; grid-template-rows: auto 1fr; padding: clamp(90px, 9vw, 150px) var(--gutter); }
.proof blockquote { align-self: center; max-width: 1470px; }
.proof blockquote > p { font-size: clamp(42px, 7.4vw, 122px); font-weight: 400; letter-spacing: -.065em; line-height: .92; }
.proof blockquote footer { margin-top: clamp(46px, 7vw, 90px); font: 10px/1.6 ui-monospace, SFMono-Regular, Menlo, monospace; letter-spacing: .12em; text-transform: uppercase; }
.proof blockquote footer span { margin: 0 10px; opacity: .5; }

.capabilities { padding: clamp(100px, 12vw, 190px) var(--gutter); }
.capabilities__top { display: grid; grid-template-columns: 1fr 3fr; gap: 32px; margin-bottom: clamp(80px, 11vw, 170px); }
.capabilities h2 { max-width: 13ch; font-size: clamp(48px, 6.8vw, 110px); font-weight: 500; letter-spacing: -.06em; line-height: .86; }
.capabilities__list { border-top: 1px solid rgb(255 255 255 / .24); }
.capabilities__list li { position: relative; display: grid; grid-template-columns: 70px minmax(0, 1fr) auto; align-items: center; min-height: clamp(84px, 10vw, 142px); overflow: hidden; border-bottom: 1px solid rgb(255 255 255 / .24); transition: color 280ms ease; }
.capabilities__list li::before { content: ""; position: absolute; inset: 0 auto 0 0; width: 3px; background: var(--blue); transform: scaleY(0); transform-origin: bottom; transition: transform 360ms cubic-bezier(.2,.72,.2,1); }
.capabilities__list span, .capabilities__list i { display: block; font: 10px/1.3 ui-monospace, SFMono-Regular, Menlo, monospace; letter-spacing: .12em; text-transform: uppercase; transition: color 320ms ease, transform 420ms cubic-bezier(.2,.72,.2,1), opacity 320ms ease; }
.capabilities__list span { transform: translate3d(0, 0, 0); }
.capabilities__list i { color: var(--steel); font-style: normal; transform: translate3d(0, 0, 0); }
.capabilities__list strong { display: block; font-size: clamp(27px, 4vw, 64px); font-weight: 400; letter-spacing: -.04em; transform: translate3d(0, 0, 0); transition: color 280ms ease, transform 420ms cubic-bezier(.2,.72,.2,1); will-change: transform; }
.capabilities__list li:hover::before { transform: scaleY(1); transform-origin: top; }
.capabilities__list li:hover span { color: var(--blue-on-dark); transform: translate3d(7px, 0, 0); }
.capabilities__list li:hover strong { transform: translate3d(18px, 0, 0); }
.capabilities__list li:hover i { color: var(--white); opacity: .86; transform: translate3d(-10px, 0, 0); }

.about { position: relative; min-height: 100svh; display: grid; grid-template-columns: 1fr 3fr; gap: 40px; align-items: center; padding: clamp(100px, 12vw, 190px) var(--gutter); overflow: hidden; }
.about::before { content: ""; position: absolute; top: 0; bottom: 0; left: calc(25% + var(--gutter) / 2); width: 1px; background: var(--paper-rule); }
.about__location { align-self: start; display: flex; flex-direction: column; gap: 7px; color: var(--blue-ink); font: 10px/1.4 ui-monospace, SFMono-Regular, Menlo, monospace; letter-spacing: .14em; }
.about__content h2 { margin: 42px 0 clamp(56px, 7vw, 100px); font-size: clamp(58px, 9.5vw, 158px); font-weight: 500; letter-spacing: -.07em; line-height: .82; }
.about__content > p:not(.eyebrow) { max-width: 720px; margin-left: auto; font-size: clamp(18px, 1.6vw, 26px); line-height: 1.5; }
.about__proof { margin-top: 46px; padding-top: 18px; border-top: 1px solid var(--paper-ink); font: 9px/1.4 ui-monospace, SFMono-Regular, Menlo, monospace; letter-spacing: .12em; }

.contact { min-height: 100svh; display: flex; flex-direction: column; justify-content: space-between; padding: clamp(100px, 11vw, 170px) var(--gutter) 70px; }
.contact h2 { margin: auto 0; padding: 80px 0; font-size: clamp(55px, 9.4vw, 154px); font-weight: 500; letter-spacing: -.075em; line-height: .82; }
.contact__lower { display: grid; grid-template-columns: minmax(280px, 600px) 1fr; gap: 70px; align-items: end; padding-top: 34px; border-top: 1px solid rgb(255 255 255 / .35); }
.contact__lower > p { font-size: clamp(17px, 1.5vw, 24px); line-height: 1.5; }
.contact__cta { display: flex; justify-content: space-between; align-items: center; min-height: 76px; padding: 0 0 12px; border-bottom: 2px solid var(--blue); font-size: clamp(24px, 3.2vw, 52px); letter-spacing: -.04em; }
.contact__cta span:last-child { color: var(--blue-on-dark); transition: transform 220ms ease; }
.contact__cta:hover span:last-child { transform: translate(7px, -7px); }

.site-footer { display: grid; grid-template-columns: 1.2fr 1fr 1fr; gap: 40px; padding: 58px var(--gutter); background: var(--gallery); color: var(--paper-ink); border-top: 1px solid var(--paper-rule); font-size: 12px; line-height: 1.7; }
.site-footer__brand { width: 188px; height: 80px; padding: 4px; background: var(--white); }
.site-footer__brand img { width: 100%; height: 100%; object-fit: contain; }
.site-footer__contact, .site-footer__meta { display: flex; flex-direction: column; align-items: flex-start; }
.site-footer a { position: relative; min-height: 44px; display: inline-flex; align-items: center; }
.site-footer a::after { content: ""; position: absolute; right: 0; bottom: 1px; left: 0; height: 1px; background: currentColor; transform: scaleX(0); transform-origin: right; transition: transform 180ms ease; }
.site-footer a:hover::after { transform: scaleX(1); transform-origin: left; }
.site-footer__meta p { margin-top: auto; color: var(--paper-muted); font-size: 10px; }

.portfolio-page { background: var(--gallery); color: var(--paper-ink); }
.portfolio-hero { position: relative; min-height: 88svh; display: flex; flex-direction: column; justify-content: space-between; padding: clamp(158px, 19vh, 230px) var(--gutter) clamp(72px, 9vw, 130px); overflow: hidden; }
.portfolio-hero::before { content: ""; position: absolute; top: 0; bottom: 0; left: 33.333%; width: 1px; background: var(--paper-rule); }
.portfolio-hero__title { position: relative; z-index: 1; display: grid; grid-template-columns: minmax(0, 2.3fr) minmax(260px, .7fr); gap: clamp(38px, 7vw, 120px); align-items: end; }
.portfolio-hero h1 { max-width: 11ch; font-size: clamp(66px, 10.6vw, 178px); font-weight: 500; letter-spacing: -.075em; line-height: .79; }
.portfolio-hero__title > p { max-width: 480px; padding-bottom: .5em; font-size: clamp(17px, 1.4vw, 22px); line-height: 1.5; }
.portfolio-hero__index { display: flex; justify-content: space-between; padding-top: 18px; border-top: 1px solid var(--paper-ink); font: 9px/1.3 ui-monospace, SFMono-Regular, Menlo, monospace; letter-spacing: .13em; }
.portfolio-hero__index span:last-child { color: var(--blue-ink); }
.portfolio-archive { padding: clamp(80px, 9vw, 140px) var(--gutter) clamp(110px, 13vw, 210px); }
.portfolio-archive__rule { display: flex; justify-content: space-between; margin-bottom: clamp(44px, 6vw, 90px); padding-top: 16px; border-top: 1px solid var(--paper-rule); font: 9px/1.2 ui-monospace, SFMono-Regular, Menlo, monospace; letter-spacing: .13em; }
.portfolio-grid { display: grid; grid-template-columns: repeat(12, minmax(0, 1fr)); grid-auto-flow: dense; gap: clamp(26px, 3.8vw, 64px) clamp(18px, 2.2vw, 38px); align-items: start; }
.portfolio-item { grid-column: span 4; min-width: 0; }
.portfolio-item--wide { grid-column: span 8; }
.portfolio-item--narrow, .portfolio-item--small, .portfolio-item--tall { grid-column: span 4; }
.portfolio-item--full { grid-column: 1 / -1; width: min(100%, 1280px); justify-self: center; }
.portfolio-item a { position: relative; display: block; overflow: hidden; background: #0d0f12; outline-offset: 5px; }
.portfolio-item picture { display: block; }
.portfolio-item img { width: 100%; height: auto; transform: scale(1.001); transition: transform 420ms cubic-bezier(.2,.72,.2,1), opacity 220ms ease; }
.portfolio-item a::after { content: "VIEW"; position: absolute; right: 12px; bottom: 12px; padding: 8px 10px; color: var(--white); background: rgb(9 10 12 / .76); font: 8px/1 ui-monospace, SFMono-Regular, Menlo, monospace; letter-spacing: .13em; opacity: 0; transform: translateY(6px); transition: transform 220ms ease, opacity 220ms ease; }
.portfolio-item a:hover img, .portfolio-item a:focus-visible img { transform: scale(1.018); }
.portfolio-item a:hover::after, .portfolio-item a:focus-visible::after { opacity: 1; transform: none; }
.portfolio-item figcaption { display: flex; justify-content: space-between; gap: 20px; padding-top: 12px; border-top: 1px solid var(--paper-rule); color: var(--paper-muted); font: 8px/1.2 ui-monospace, SFMono-Regular, Menlo, monospace; letter-spacing: .13em; text-transform: uppercase; }
.portfolio-item figcaption span:first-child { color: var(--blue-ink); }
.portfolio-cta { min-height: 88svh; display: grid; grid-template-columns: 1fr 3fr; gap: 32px; align-content: center; padding: clamp(100px, 12vw, 180px) var(--gutter); }
.portfolio-cta h2 { grid-column: 2; max-width: 11ch; margin: 52px 0 clamp(70px, 9vw, 130px); font-size: clamp(62px, 9vw, 148px); font-weight: 500; letter-spacing: -.07em; line-height: .82; }
.portfolio-cta .contact__cta { grid-column: 2; }
.portfolio-viewer { width: 100vw; max-width: none; height: 100dvh; max-height: none; margin: 0; padding: 18px var(--gutter); color: var(--white); background: rgb(6 7 9 / .97); border: 0; overflow: hidden; }
.portfolio-viewer::backdrop { background: rgb(0 0 0 / .82); }
.portfolio-viewer[open] { display: grid; grid-template-rows: auto minmax(0, 1fr) auto; gap: 16px; }
.portfolio-viewer__bar, .portfolio-viewer__controls { display: flex; align-items: center; justify-content: space-between; gap: 20px; font: 9px/1 ui-monospace, SFMono-Regular, Menlo, monospace; letter-spacing: .13em; }
.portfolio-viewer button { min-height: 44px; padding: 0 14px; color: var(--white); background: transparent; border: 1px solid rgb(255 255 255 / .34); cursor: pointer; }
.portfolio-viewer button:hover, .portfolio-viewer button:focus-visible { border-color: var(--blue-on-dark); color: var(--blue-on-dark); }
.portfolio-viewer__stage { min-width: 0; min-height: 0; display: grid; place-items: center; overflow: hidden; }
.portfolio-viewer__stage img { width: auto; height: auto; max-width: 100%; max-height: 100%; object-fit: contain; }
.portfolio-viewer__controls { justify-content: center; }
.portfolio-viewer__controls button { min-width: 132px; }

.has-js [data-reveal] { opacity: 0; transform: translateY(34px); transition: opacity 750ms cubic-bezier(.2,.72,.2,1), transform 750ms cubic-bezier(.2,.72,.2,1); }
.has-js [data-reveal].is-visible { opacity: 1; transform: none; }
html:not(.has-js) .hero__shutters { display: none; }

html:not(.has-js) .folio { min-height: auto; padding: 70px var(--gutter); }
html:not(.has-js) .folio__sticky { position: relative; height: auto; overflow: visible; }
html:not(.has-js) .folio__rail { display: none; }
html:not(.has-js) .folio__depth { display: none; }
html:not(.has-js) .folio__stage { position: relative; display: grid; gap: 34px; }
html:not(.has-js) .folio-card { position: relative; top: auto; left: auto; width: min(100%, 1080px); justify-self: center; box-shadow: none; opacity: 1; transform: none; }
html:not(.has-js) .folio-card figcaption { opacity: 1; }
html:not(.has-js) .folio__archive-link { position: relative; right: auto; bottom: auto; width: min(100%, 1080px); margin: 34px auto 0; }
html:not(.has-js) .theme-toggle { display: none; }
html:not(.has-js) .spatial { min-height: auto; }
html:not(.has-js) .spatial__sticky { position: relative; height: auto; padding: 100px var(--gutter); }
html:not(.has-js) .spatial__copy { position: relative; top: auto; left: auto; margin-bottom: 60px; opacity: 1; }
html:not(.has-js) .spatial__frame { position: relative; inset: auto; aspect-ratio: 4 / 3; clip-path: none; }
html:not(.has-js) .approach { min-height: auto; }
html:not(.has-js) .approach__sticky { position: relative; }
html:not(.has-js) .approach__window { height: auto; overflow: visible; perspective: none; }
html:not(.has-js) .approach__window::before, html:not(.has-js) .approach__window::after { display: none; }
html:not(.has-js) .approach__steps { position: relative; inset: auto; }
html:not(.has-js) .approach__steps li { position: relative; top: auto; opacity: 1; transform: none; }

@media (min-width: 800px) and (max-width: 980px) {
  .portfolio-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .portfolio-item, .portfolio-item--narrow, .portfolio-item--small, .portfolio-item--tall { grid-column: span 1; }
  .portfolio-item--wide, .portfolio-item--full { grid-column: 1 / -1; }
}

@media (max-width: 1050px) {
  :root { --header-h: 96px; }
  .site-header { top: 12px; right: 12px; left: 12px; height: 68px; }
  .site-header.is-scrolled { top: 0; }
  .site-header__shell { grid-template-columns: 152px 1fr auto; }
  .brand { width: 152px; padding: 7px 11px; }
  .header__context { border-right: 0; }
  .header__progress { left: 152px; }
  .has-js .menu-toggle { position: relative; z-index: 52; grid-column: 3; grid-row: 1; display: inline-flex; align-items: center; justify-content: center; gap: 12px; min-width: 70px; min-height: 44px; padding: 0 14px; color: var(--white); border-left: 1px solid rgb(255 255 255 / .18); }
  .menu-toggle__label { font-size: 11px; }
  .menu-toggle__icon { display: grid; gap: 5px; width: 18px; }
  .menu-toggle__icon i { display: block; height: 1px; background: currentColor; transition: transform 180ms ease; }
  .menu-toggle[aria-expanded="true"] .menu-toggle__icon i:first-child { transform: translateY(3px) rotate(45deg); }
  .menu-toggle[aria-expanded="true"] .menu-toggle__icon i:last-child { transform: translateY(-3px) rotate(-45deg); }
  .site-menu { position: fixed; z-index: 51; inset: 0; display: flex; flex-direction: column; align-items: stretch; justify-content: center; gap: 0; padding: 112px var(--gutter) 72px; background: var(--ink); color: var(--white); visibility: hidden; opacity: 0; pointer-events: none; transition: opacity 220ms ease, visibility 220ms step-end; }
  .site-menu.is-open { visibility: visible; opacity: 1; pointer-events: auto; transition: opacity 220ms ease, visibility 0s; }
  .site-menu .theme-toggle { align-self: flex-start; min-height: 44px; margin-bottom: 20px; padding: 0 14px; border: 1px solid rgb(255 255 255 / .32); }
  .site-menu a { min-width: 0; display: grid; grid-template-columns: 48px 1fr; gap: 0; padding: 18px 0; border-top: 1px solid rgb(255 255 255 / .22); border-right: 0; font-size: clamp(30px, 7vw, 62px); letter-spacing: -.04em; }
  .site-menu a::after { right: 0; bottom: 0; left: 48px; }
  .site-menu__index { align-self: center; font-size: 9px; }
  .site-menu .site-menu__cta { min-width: 0; display: grid; grid-template-columns: 48px 1fr auto; grid-template-rows: 1fr; margin-top: 28px; padding: 18px; border: 1px solid rgb(255 255 255 / .4); font-size: 18px; }
  .site-menu__cta .site-menu__index, .site-menu__cta .site-menu__label, .site-menu__cta > span:last-child { grid-column: auto; grid-row: 1; align-self: center; }
  html:not(.has-js) .site-header { position: relative; top: 0; right: auto; left: auto; width: 100%; height: auto; background: var(--ink); transform: none; }
  html:not(.has-js) .site-header__shell { display: grid; grid-template-columns: 1fr; }
  html:not(.has-js) .site-menu { position: static; grid-column: 1; grid-row: auto; visibility: visible; opacity: 1; pointer-events: auto; padding: 24px var(--gutter); }
  html:not(.has-js) .site-menu a { font-size: clamp(24px, 6vw, 46px); }
  .hero__content { grid-template-columns: 1fr; }
  .approach__sticky { grid-template-columns: 1fr 1fr; gap: 6vw; }
}

@media (max-width: 799px) {
  .site-header__shell { grid-template-columns: 142px 1fr auto; }
  .brand { width: 142px; }
  .header__context { display: none; }
  .header__progress { left: 142px; }
  .concept-label { display: none; }
  .hero { min-height: 760px; }
  .hero__scrim { background: linear-gradient(0deg, rgb(5 7 10 / .82) 0%, rgb(5 7 10 / .4) 66%, rgb(5 7 10 / .25)); }
  .hero__content { min-height: 760px; display: flex; flex-direction: column; justify-content: flex-end; padding-top: 160px; padding-bottom: 78px; }
  .hero__eyebrow { top: calc(var(--header-h) + 30px); }
  .hero h1 { font-size: clamp(47px, 15vw, 76px); line-height: .85; }
  .hero__lower { display: block; width: 100%; padding-top: 20px; }
  .hero__lower > p { max-width: 500px; }
  .hero__actions { justify-content: space-between; margin-top: 26px; }
  .hero__coordinates span:nth-child(-n+2) { display: none; }
  .hero__coordinates { justify-content: flex-end; }
  .brief { min-height: auto; display: block; padding-top: 110px; }
  .brief__statement { margin: 70px 0 86px; }
  .brief h2 { font-size: clamp(48px, 15vw, 76px); }
  .brief__body { display: block; }
  .brief__body > p:first-child { font-size: 18px; }
  .brief__rule { display: block; margin: 44px 0 16px; }
  .drawn { min-height: auto; display: block; padding: 110px var(--gutter); }
  .drawn::before { left: 42%; }
  .drawn__copy { padding: 0; }
  .drawn__copy h2 { margin: 64px 0 34px; font-size: clamp(48px, 14vw, 76px); }
  .drawn__plate { width: 100%; margin-top: 74px; }
  .work__intro { min-height: 70svh; }
  .work__intro::before { left: 34%; }
  .work__intro h2 { font-size: clamp(58px, 18vw, 92px); }
  .folio { min-height: auto; padding: 38px var(--gutter) 110px; }
  .folio__sticky { position: relative; height: auto; overflow: visible; }
  .folio__rail { display: none; }
  .folio__depth { display: none; }
  .folio__stage { position: relative; display: grid; gap: 28px; }
  .folio-card, .folio-card--large, .folio-card--compact, .folio-card--medium, .folio-card--small { position: relative; top: auto; left: auto; width: 100%; box-shadow: none; opacity: 1; transform: none; will-change: auto; }
  .folio-card figcaption { opacity: 1; }
  .folio-card figcaption { grid-template-columns: 38px 1fr; row-gap: 7px; }
  .folio-card figcaption small { grid-column: 2; }
  .folio-card figcaption strong { font-size: clamp(28px, 8vw, 46px); }
  .folio__archive-link { position: relative; right: auto; bottom: auto; width: 100%; min-width: 0; margin-top: 32px; }
  .spatial { min-height: auto; }
  .spatial__sticky { position: relative; height: auto; overflow: visible; padding: 104px var(--gutter) 0; }
  .spatial__copy { position: relative; top: auto; left: auto; max-width: none; margin-bottom: 60px; opacity: 1; }
  .spatial__copy h2 { font-size: clamp(50px, 14vw, 78px); }
  .spatial__frame { position: relative; inset: auto; aspect-ratio: 4 / 3; margin: 0 calc(var(--gutter) * -1); clip-path: none; }
  .spatial__frame img { transform: none; }
  .spatial__guides { display: none; }
  .spatial__caption { right: 18px; bottom: 18px; left: 18px; }
  .spatial__caption span:last-child { display: none; }
  .approach { min-height: auto; }
  .approach__sticky { position: relative; display: block; min-height: auto; padding: 100px var(--gutter); }
  .approach__heading h2 { margin: 70px 0 34px; font-size: clamp(49px, 14vw, 76px); }
  .approach__progress { display: none; }
  .approach__drum { margin-top: 78px; }
  .approach__window { height: auto; overflow: visible; perspective: none; border: 0; }
  .approach__window::before, .approach__window::after { display: none; }
  .approach__steps { position: relative; inset: auto; }
  .approach__steps li, .approach__steps li[aria-current="step"] { position: relative; top: auto; right: auto; left: auto; padding: 28px 0; border-top: 1px solid rgb(9 10 12 / .22); opacity: 1; transform: none; will-change: auto; }
  .approach__steps li:last-child { border-bottom: 1px solid rgb(9 10 12 / .22); }
  .approach__steps h3 { font-size: clamp(34px, 10vw, 52px); }
  .approach__counter { display: none; }
  .proof { min-height: 82svh; }
  .proof blockquote > p { font-size: clamp(38px, 11vw, 62px); }
  .proof blockquote footer { display: flex; flex-direction: column; gap: 4px; }
  .proof blockquote footer span { display: none; }
  .capabilities__top { grid-template-columns: 1fr; gap: 58px; }
  .capabilities h2 { font-size: clamp(45px, 13vw, 72px); }
  .capabilities__list li { grid-template-columns: 44px 1fr; gap: 6px; padding: 22px 0; }
  .capabilities__list i { grid-column: 2; margin-top: 8px; }
  .capabilities__list strong { font-size: clamp(26px, 8vw, 42px); }
  .about { display: block; min-height: auto; }
  .about::before { left: 45%; }
  .about__content { margin-top: 90px; }
  .about__content h2 { font-size: clamp(53px, 16vw, 84px); }
  .about__content > p:not(.eyebrow) { font-size: 18px; }
  .about__proof { line-height: 1.8; }
  .contact { min-height: 82svh; }
  .contact h2 { font-size: clamp(48px, 14vw, 78px); }
  .contact__lower { grid-template-columns: 1fr; gap: 44px; }
  .site-footer { grid-template-columns: 1fr 1fr; }
  .site-footer__meta { grid-column: 1 / -1; display: grid; grid-template-columns: 1fr 1fr; }
  .site-footer__meta p { grid-column: 1 / -1; margin-top: 32px; }
  .portfolio-hero { min-height: auto; padding-top: 150px; }
  .portfolio-hero::before { left: 42%; }
  .portfolio-hero__title { display: block; margin: 92px 0 72px; }
  .portfolio-hero h1 { font-size: clamp(62px, 17vw, 94px); }
  .portfolio-hero__title > p { margin-top: 42px; padding: 0; }
  .portfolio-grid { display: grid; grid-template-columns: 1fr; gap: 48px; }
  .portfolio-item, .portfolio-item--wide, .portfolio-item--narrow, .portfolio-item--small, .portfolio-item--tall, .portfolio-item--full { grid-column: 1; width: 100%; }
  .portfolio-item a::after { display: none; }
  .portfolio-cta { display: block; min-height: auto; }
  .portfolio-cta h2 { margin: 72px 0 90px; font-size: clamp(58px, 16vw, 90px); }
  .portfolio-viewer { padding: 14px; }
}

@media (max-width: 480px) {
  .menu-toggle__label { display: none; }
  .hero__actions { align-items: flex-start; flex-direction: column; gap: 10px; }
  .button { width: 100%; }
  .hero__image { object-position: 59% center; }
  .project__media img { object-position: center; }
  .work__count { right: auto; left: var(--gutter); }
  .site-footer { grid-template-columns: 1fr; }
  .site-footer__meta { grid-column: auto; }
}

@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  *, *::before, *::after { animation-duration: 1ms !important; animation-iteration-count: 1 !important; transition-duration: 1ms !important; scroll-behavior: auto !important; }
  .hero__shutters { display: none; }
  .hero__image, .hero__media, .spatial__frame img { transform: none !important; }
  [data-reveal] { opacity: 1 !important; transform: none !important; }
  .folio { min-height: auto; padding: 70px var(--gutter); }
  .folio__sticky { position: relative; height: auto; overflow: visible; }
  .folio__rail { display: none; }
  .folio__depth { display: none; }
  .folio__stage { position: relative; display: grid; gap: 34px; }
  .folio-card, .folio-card--large, .folio-card--compact, .folio-card--medium, .folio-card--small { position: relative; top: auto; left: auto; width: min(100%, 1080px); justify-self: center; box-shadow: none; opacity: 1 !important; transform: none !important; will-change: auto; }
  .folio-card figcaption { opacity: 1 !important; }
  .folio__archive-link { position: relative; right: auto; bottom: auto; width: min(100%, 1080px); margin: 34px auto 0; }
  .spatial { min-height: auto; }
  .spatial__sticky { position: relative; height: auto; padding: 100px var(--gutter); }
  .spatial__copy { position: relative; top: auto; left: auto; margin-bottom: 60px; opacity: 1 !important; }
  .spatial__frame { position: relative; inset: auto; aspect-ratio: 4 / 3; clip-path: none !important; }
  .approach { min-height: auto; }
  .approach__sticky { position: relative; }
  .approach__window { height: auto; overflow: visible; perspective: none; }
  .approach__window::before, .approach__window::after { display: none; }
  .approach__steps { position: relative; inset: auto; }
  .approach__steps li { position: relative; top: auto; opacity: 1 !important; transform: none !important; will-change: auto; }
}
