:root {
  --black: #050505;
  --white: #f5f5f1;
  --muted: #9a9a96;
  --rule: #2c2c2a;
  --blue: #3472ff;
  --header-h: 64px;
  --gutter: clamp(22px, 3.2vw, 52px);
  --ui: "Arial Narrow", "Helvetica Neue", Helvetica, Arial, sans-serif;
  --display: Didot, "Bodoni MT", "Times New Roman", serif;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; background: var(--black); }
body { position: relative; margin: 0; color: var(--white); background: var(--black); font-family: var(--ui); }
button, a { color: inherit; font: inherit; }
button { padding: 0; border: 0; background: none; }
a { text-decoration: none; }
img { max-width: 100%; }
button:focus-visible, a:focus-visible { outline: 1px solid var(--blue); outline-offset: 4px; }

.site-header {
  position: sticky;
  z-index: 30;
  top: 0;
  min-height: var(--header-h);
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 30px;
  padding: 0 var(--gutter);
  border-bottom: 1px solid var(--rule);
  background: rgb(5 5 5 / .94);
  backdrop-filter: blur(14px);
}
.brand { font-size: clamp(19px, 1.8vw, 29px); font-weight: 900; letter-spacing: -.065em; }
.header-actions { order: 3; display: flex; align-items: center; gap: clamp(14px, 1.5vw, 24px); }
.header-actions a { padding: 24px 0 20px; font-size: 11px; font-weight: 800; letter-spacing: .08em; white-space: nowrap; }
.header-instagram { color: var(--white); }
.header-cv { color: var(--blue); }
.header-actions a:hover { color: var(--blue); }
.site-header nav { display: flex; align-items: center; gap: clamp(16px, 2.5vw, 40px); margin-left: auto; }
.site-header nav a { position: relative; padding: 24px 0 20px; font-size: 11px; font-weight: 800; letter-spacing: .08em; }
.site-header nav a::after { content: ""; position: absolute; right: 0; bottom: 16px; left: 0; height: 1px; background: currentColor; transform: scaleX(0); transform-origin: left; transition: transform 180ms ease; }
.site-header nav a:hover::after, .site-header nav a.is-active::after { transform: scaleX(1); }
.site-header nav a.is-active { color: var(--blue); }

section { scroll-margin-top: var(--header-h); }
.legacy-video-background { position: fixed; z-index: 0; inset: var(--header-h) 0 0; overflow: hidden; contain: paint; background: #050505 url("./assets/background-poster.jpg") center / cover no-repeat; }
.legacy-video-background::after { content: ""; position: absolute; inset: 0; background: linear-gradient(90deg, rgb(5 5 5 / .86) 0%, rgb(5 5 5 / .56) 42%, rgb(5 5 5 / .28) 76%), linear-gradient(0deg, rgb(5 5 5 / .72) 0%, rgb(5 5 5 / .16) 58%, rgb(5 5 5 / .28) 100%); }
.legacy-video-background video { width: 100%; height: 100%; display: block; object-fit: cover; object-position: center; pointer-events: none; transform: translateZ(0); backface-visibility: hidden; }
.site-header, main, .site-footer { position: relative; }
.site-header { position: sticky; z-index: 30; }
main, .site-footer { z-index: 1; }
main > section:not(.practice-hero), .site-footer { background: rgb(5 5 5 / .76); }
.practice-hero { position: relative; min-height: calc(100svh - var(--header-h)); display: grid; grid-template-columns: 1fr; align-content: space-between; gap: 0; overflow: hidden; padding: clamp(26px, 3vw, 48px) var(--gutter) clamp(34px, 4vw, 64px); border-bottom: 1px solid var(--rule); background: transparent; }
.hero-copy { position: relative; z-index: 2; align-self: center; max-width: min(690px, 64vw); padding: clamp(72px, 10vw, 160px) 0 clamp(90px, 12vw, 190px); text-shadow: 0 2px 24px rgb(0 0 0 / .35); }
.hero-copy .hero-kicker { margin: 0 0 18px; color: var(--blue); font-size: 10px; font-weight: 800; letter-spacing: .12em; }
.hero-copy h1 { margin: 0; font-family: var(--display); font-size: clamp(64px, 7.2vw, 116px); font-weight: 400; line-height: .84; letter-spacing: -.055em; white-space: nowrap; }
.hero-copy p { margin: clamp(30px, 4vw, 58px) 0 0; color: #d2d2cf; font-size: clamp(15px, 1.35vw, 21px); line-height: 1.35; }
.text-link, .open-project { display: inline-flex; align-items: center; gap: 16px; margin-top: 30px; padding-bottom: 6px; border-bottom: 1px solid var(--blue); color: var(--blue); cursor: pointer; font-size: 10px; font-weight: 800; letter-spacing: .12em; }
.text-link:hover, .open-project:hover { color: var(--white); border-color: var(--white); }

.project { position: relative; overflow: hidden; color: var(--white); cursor: pointer; text-align: left; }
.project img { width: 100%; height: 100%; display: block; object-fit: cover; filter: saturate(.94) contrast(1.02); transition: transform 450ms cubic-bezier(.2,.8,.2,1), filter 220ms ease; }
.project::after { content: ""; position: absolute; inset: 0; border: 1px solid transparent; pointer-events: none; transition: border-color 180ms ease; }
.project:hover::after, .project:focus-visible::after { border-color: var(--blue); }
.project:hover img, .project:focus-visible img { transform: scale(1.02); filter: saturate(1.08) contrast(1.03); }
.hero-media { min-height: clamp(430px, 43vw, 720px); }
.play-mark { position: absolute; z-index: 2; top: 50%; left: 50%; width: 64px; height: 64px; display: grid; place-items: center; border: 1px solid rgb(255 255 255 / .75); border-radius: 50%; background: rgb(0 0 0 / .12); transform: translate(-50%, -50%); transition: background 180ms ease, transform 180ms ease; }
.play-mark svg { width: 38px; height: 38px; fill: none; stroke: currentColor; stroke-width: 1.4; }
.project:hover .play-mark { background: var(--blue); transform: translate(-50%, -50%) scale(1.05); }

.current-rail { position: relative; z-index: 2; grid-column: 1 / -1; display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 1px; margin-top: 24px; padding: 1px; background: rgb(255 255 255 / .24); backdrop-filter: blur(14px); }
.current-card { display: flex; flex-direction: column; background: rgb(5 5 5 / .86); }
.media-frame { height: clamp(190px, 20vw, 340px); overflow: hidden; }
.research-frame img { object-fit: contain; background: #0c0c0c; }
.project-line { position: relative; z-index: 2; display: grid; grid-template-columns: minmax(0, 1fr) auto; align-items: baseline; gap: 20px; padding: 14px 4px 13px; border-bottom: 1px solid var(--rule); background: var(--black); }
.project-line strong { min-width: 0; font-size: clamp(13px, 1.45vw, 22px); line-height: 1.05; letter-spacing: -.015em; }
.project-line small { color: #c2c2be; font-size: 11px; letter-spacing: .06em; }
.status-label { position: absolute; top: 12px; left: 12px; z-index: 2; padding: 7px 9px 6px; background: rgba(5, 5, 5, .82); color: var(--blue); font-size: 9px; font-weight: 800; letter-spacing: .12em; line-height: 1; backdrop-filter: blur(6px); }

.practice-spine { padding: clamp(58px, 7vw, 105px) var(--gutter); border-bottom: 1px solid var(--rule); }
.spine-intro { display: grid; grid-template-columns: minmax(180px, .42fr) minmax(0, 1.58fr); align-items: start; gap: clamp(28px, 5vw, 90px); }
.spine-intro h2 { margin: 8px 0 0; color: var(--blue); font-size: 11px; line-height: 1; letter-spacing: .13em; }
.spine-intro p { max-width: 29em; margin: 0; font-family: var(--display); font-size: clamp(34px, 4.45vw, 70px); font-weight: 400; line-height: .98; letter-spacing: -.038em; }
.reading-key { display: grid; grid-template-columns: minmax(180px, .42fr) minmax(0, 1.58fr); gap: clamp(28px, 5vw, 90px); margin-top: clamp(46px, 6vw, 88px); padding-top: 18px; border-top: 1px solid var(--rule); }
.reading-key-label { margin: 2px 0 0; color: var(--blue); font-size: 9px; font-weight: 800; letter-spacing: .13em; }
.reading-key ol { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); margin: 0; padding: 0; list-style: none; }
.reading-key li { min-width: 0; padding-right: clamp(16px, 2.5vw, 36px); }
.reading-key li + li { padding-left: clamp(16px, 2.5vw, 36px); border-left: 1px solid var(--rule); }
.reading-key span, .reading-key strong { display: block; }
.reading-key span { margin-bottom: 26px; color: var(--blue); font-size: 9px; font-weight: 800; letter-spacing: .11em; }
.reading-key strong { font-size: clamp(16px, 1.45vw, 22px); font-weight: 500; letter-spacing: .04em; }
.reading-key li p { max-width: 20em; margin: 11px 0 0; color: #969692; font-size: 11px; line-height: 1.45; }
.spine-steps { display: grid; grid-template-columns: repeat(5, minmax(0, 1fr)); margin: clamp(55px, 7vw, 105px) 0 0; padding: 0; list-style: none; border-top: 1px solid var(--rule); border-bottom: 1px solid var(--rule); }
.spine-steps li { min-width: 0; min-height: 118px; padding: 20px 22px 22px 0; border-right: 1px solid var(--rule); }
.spine-steps li + li { padding-left: 22px; }
.spine-steps li:last-child { border-right: 0; }
.spine-steps time, .spine-steps span { display: block; }
.spine-steps time { margin-bottom: 26px; color: var(--blue); font-size: 11px; letter-spacing: .08em; }
.spine-steps span { max-width: 19em; font-size: 12px; line-height: 1.35; letter-spacing: .045em; }

.works-section { padding: clamp(58px, 7.5vw, 118px) var(--gutter) 0; }
.section-title { margin: 0; padding-bottom: clamp(24px, 3vw, 46px); border-bottom: 1px solid var(--rule); font-family: var(--display); font-size: clamp(56px, 8vw, 128px); font-weight: 400; line-height: .8; letter-spacing: -.055em; }
.works-landing { min-height: calc(100svh - var(--header-h)); padding: clamp(46px, 6vw, 92px) var(--gutter) clamp(62px, 8vw, 126px); }
.works-page-header { display: grid; grid-template-columns: minmax(0, 1.45fr) minmax(260px, .55fr); align-items: end; gap: clamp(42px, 7vw, 120px); padding-bottom: clamp(38px, 5vw, 74px); }
.works-page-kicker { margin: 0 0 22px; color: var(--blue); font-size: 9px; font-weight: 800; letter-spacing: .13em; }
.works-page-header h1 { margin: 0; font-family: var(--display); font-size: clamp(84px, 13vw, 210px); font-weight: 400; line-height: .72; letter-spacing: -.065em; }
.works-page-guide { align-self: end; padding-top: 18px; border-top: 1px solid var(--rule); }
.works-page-guide p { max-width: 32em; margin: 0; color: #b7b7b3; font-size: clamp(12px, 1vw, 15px); line-height: 1.5; }
.works-page-guide a { display: inline-block; margin-top: 22px; padding-bottom: 6px; border-bottom: 1px solid var(--blue); color: var(--blue); font-size: 9px; font-weight: 800; letter-spacing: .12em; }
.works-page-guide a:hover { color: var(--white); border-color: var(--white); }
.works-grid { display: grid; grid-template-columns: repeat(5, minmax(0, 1fr)); gap: 0; background: var(--black); }
.works-section-heading { display: flex; align-items: baseline; justify-content: space-between; gap: 24px; margin-bottom: 16px; padding-top: 16px; border-top: 1px solid var(--rule); color: var(--blue); font-size: 9px; font-weight: 800; letter-spacing: .13em; }
.works-section-heading p { margin: 0; }
.works-section-heading span { color: #888884; font-weight: 500; }
.works-card { min-width: 0; display: grid; grid-template-rows: auto 1fr; background: var(--black); box-shadow: inset 0 0 0 1px var(--rule); }
.works-card-media { aspect-ratio: 16 / 10; display: block; overflow: hidden; background: #000; }
.works-card-media--contain img { object-fit: contain; }
.works-card[data-slug="cute"] img { object-position: 50% 42%; }
.works-card[data-slug="brain-in-a-vat"] img { object-position: 50% 48%; }
.works-card[data-slug="a-brave-new-world"] img { object-position: 50% 55%; }
.works-card[data-slug="asian-sharing-heaven"] img { object-position: 50% 48%; }
.works-card[data-slug="subway-gym"] img { object-position: 50% 44%; }
.works-card .project-line { min-height: 74px; padding: 14px 15px 15px; border-bottom: 0; }
.works-card .project-line strong { font-size: clamp(12px, 1.05vw, 17px); line-height: 1.15; }
.works-card .project-line small { font-size: 9px; }
.works-verification-note { max-width: 56em; margin: 28px 0 0; color: #777773; font-size: 9px; line-height: 1.5; letter-spacing: .07em; }
.works-page--selected .works-secondary { display: none; }
.works-archive-route { display: flex; align-items: baseline; justify-content: space-between; gap: 28px; margin-top: clamp(34px, 4vw, 58px); padding: 18px 0; border-top: 1px solid var(--rule); border-bottom: 1px solid var(--rule); }
.works-archive-route p { max-width: 44em; margin: 0; color: #777773; font-size: 10px; line-height: 1.5; letter-spacing: .035em; }
.works-archive-route a { flex: 0 0 auto; padding-bottom: 5px; border-bottom: 1px solid var(--blue); color: var(--blue); font-size: 9px; font-weight: 800; letter-spacing: .12em; }
.works-archive-route a:hover, .works-archive-route a:focus-visible { color: var(--white); border-color: var(--white); }
.works-secondary { margin-top: clamp(62px, 8vw, 118px); }
.works-secondary-grid { display: grid; grid-template-columns: minmax(280px, .72fr) minmax(260px, 1.28fr); gap: 1px; background: var(--rule); }
.works-secondary-grid > p { margin: 0; padding: clamp(24px, 3vw, 46px); background: var(--black); color: #aaa; font-family: var(--display); font-size: clamp(25px, 3vw, 46px); line-height: 1.05; letter-spacing: -.025em; }
.works-context-grid { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 0; background: var(--black); }
.works-archive-intro { display: grid; grid-template-columns: minmax(0, 1.15fr) minmax(260px, .85fr); gap: clamp(28px, 6vw, 100px); margin-bottom: clamp(24px, 3.5vw, 48px); }
.works-archive-intro p { max-width: 48em; margin: 0; color: #9a9a96; font-size: 11px; line-height: 1.55; letter-spacing: .025em; }
.works-archive-intro p:last-child { color: #72726e; }
.works-archive-grid { display: grid; grid-template-columns: repeat(6, minmax(0, 1fr)); background: var(--black); }
.archive-card .works-card-media { aspect-ratio: 16 / 9; }
.archive-card .works-card-media img { opacity: .82; transition: opacity 180ms ease, transform 240ms ease; }
.archive-card:hover .works-card-media img, .archive-card:focus-visible .works-card-media img { opacity: 1; transform: scale(1.015); }
.archive-card .project-line { min-height: 62px; padding: 11px 12px 12px; }
.archive-card .project-line strong { font-size: clamp(9px, .72vw, 12px); }
.archive-card .project-line small { font-size: 7px; }
.chapter { padding: clamp(38px, 5vw, 72px) 0 clamp(58px, 7vw, 112px); border-bottom: 1px solid var(--rule); }
.chapter-header { display: grid; grid-template-columns: auto minmax(0, 1fr); align-items: start; gap: 20px; margin-bottom: clamp(30px, 4vw, 54px); }
.chapter-header span { color: var(--blue); font-size: clamp(30px, 3vw, 48px); font-weight: 300; }
.chapter-header h3 { margin: 0; font-size: clamp(28px, 3.2vw, 52px); font-weight: 400; letter-spacing: .035em; }
.chapter-header h3::before { content: "—"; margin-right: 22px; color: var(--white); }
.chapter-intro { max-width: 58em; margin: 20px 0 0 48px; color: #b7b7b3; font-size: clamp(13px, 1.1vw, 16px); line-height: 1.55; letter-spacing: .01em; }
.chapter-route { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); max-width: 68em; margin: 28px 0 0 48px; padding-top: 12px; border-top: 1px solid var(--rule); color: #8f8f8b; font-size: 9px; line-height: 1.4; letter-spacing: .07em; }
.chapter-route span { min-width: 0; padding-right: 18px; color: #8f8f8b; font-size: inherit; }
.chapter-route span + span { padding-left: 18px; border-left: 1px solid var(--rule); }
.chapter-route b { display: block; margin-bottom: 7px; color: var(--blue); font-weight: 800; letter-spacing: .12em; }

.chapter-feature { display: grid; grid-template-columns: minmax(0, 1.6fr) minmax(280px, .4fr); align-items: center; gap: clamp(34px, 6vw, 100px); }
.feature-project { min-height: clamp(390px, 45vw, 700px); }
.feature-meta h4 { margin: 0; font-size: clamp(28px, 3vw, 50px); font-weight: 400; line-height: .95; letter-spacing: .02em; }
.feature-meta p { margin: 20px 0 0; color: #bbb; font-size: 12px; }
.control-origin { margin-top: clamp(46px, 6vw, 92px); padding: clamp(28px, 3.5vw, 52px) 0 1px; border-top: 1px solid var(--rule); background: #080808; }
.control-origin > header { display: grid; grid-template-columns: minmax(190px, .42fr) minmax(280px, .75fr) minmax(300px, .83fr); align-items: start; gap: clamp(24px, 4vw, 64px); padding: 0 clamp(24px, 3vw, 44px) clamp(36px, 5vw, 74px); }
.control-origin > header .chapter-kicker { margin: 6px 0 0; }
.control-origin > header h4 { margin: 0; font-family: var(--display); font-size: clamp(34px, 4vw, 64px); font-weight: 400; line-height: .9; letter-spacing: -.035em; }
.control-origin > header > p:last-child { max-width: 38em; margin: 3px 0 0; color: #b0b0ac; font-size: clamp(13px, 1.05vw, 16px); line-height: 1.58; }
.control-origin > header em { color: var(--white); font-style: normal; }
.origin-steps { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 1px; margin: 0; padding: 1px 0 0; list-style: none; background: var(--rule); }
.origin-steps li { min-width: 0; background: var(--black); }
.origin-steps img { width: 100%; aspect-ratio: 16 / 9; display: block; object-fit: cover; }
.origin-steps li > div { min-height: 174px; padding: clamp(20px, 2.4vw, 34px); border-top: 1px solid var(--rule); }
.origin-steps span, .origin-steps strong { display: block; }
.origin-steps span { margin-bottom: 28px; color: var(--blue); font-size: 9px; font-weight: 800; letter-spacing: .12em; }
.origin-steps strong { font-size: clamp(16px, 1.4vw, 21px); font-weight: 500; letter-spacing: .035em; }
.origin-steps p { max-width: 30em; margin: 12px 0 0; color: #969692; font-size: 11px; line-height: 1.5; }
.compact-projects { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 1px; width: min(70%, 1000px); margin-top: 22px; background: var(--rule); }
.compact-project { background: var(--black); }
.compact-project > img { height: clamp(210px, 24vw, 360px); }

.platform-grid { display: grid; grid-template-columns: minmax(0, 1.45fr) minmax(300px, .55fr); gap: 1px; background: var(--rule); }
.platform-main, .platform-side { background: var(--black); }
.platform-main { min-height: clamp(540px, 58vw, 880px); display: grid; grid-template-rows: minmax(0, 1fr) auto; }
.platform-main > img { min-height: 0; }
.platform-main .project-line { padding: 15px; }
.platform-side { display: grid; grid-template-rows: repeat(2, minmax(0, 1fr)); gap: 1px; }
.side-project { background: var(--black); }
.side-project > img { height: calc(100% - 50px); min-height: 240px; }

.version-layout { display: grid; grid-template-columns: minmax(320px, .55fr) minmax(0, 1.45fr); gap: clamp(28px, 4vw, 68px); }
.version-pair { display: grid; grid-template-columns: minmax(0, 1fr) 40px minmax(220px, .42fr); align-items: center; }
.version-main > img { height: clamp(460px, 48vw, 760px); }
.version-related > img { height: clamp(210px, 22vw, 330px); }
.version-connector { position: relative; height: 55%; }
.version-connector::before { content: ""; position: absolute; top: 0; bottom: 0; left: 50%; width: 1px; background: var(--rule); }
.version-connector span::before, .version-connector span::after { content: ""; position: absolute; left: calc(50% - 4px); width: 7px; height: 7px; border: 1px solid var(--white); border-radius: 50%; background: var(--black); }
.version-connector span::before { top: 0; }
.version-connector span::after { bottom: 0; }
.city-list { display: grid; align-content: center; gap: 1px; background: var(--rule); }
.city-project { background: var(--black); }
.city-project > img { height: clamp(160px, 16vw, 250px); }
.city-project .project-line strong { font-size: clamp(12px, 1.15vw, 17px); }

.urban-grid { display: grid; grid-template-columns: minmax(0, 1.45fr) minmax(280px, .55fr); grid-template-rows: minmax(250px, 1fr) auto; gap: 1px; background: var(--rule); }
.urban-lead { grid-row: 1 / 3; min-height: clamp(500px, 56vw, 850px); display: grid; grid-template-rows: minmax(0, 1fr) auto; background: var(--black); }
.urban-secondary { min-height: clamp(260px, 28vw, 420px); display: grid; grid-template-rows: minmax(0, 1fr) auto; background: var(--black); }
.urban-lead > img, .urban-secondary > img { min-height: 0; }
.urban-note { display: flex; flex-direction: column; justify-content: space-between; gap: 32px; padding: clamp(24px, 3vw, 42px); background: #0b0b0a; }
.urban-note span, .chapter-kicker { color: var(--blue); font-size: 9px; font-weight: 800; letter-spacing: .13em; }
.urban-note p { max-width: 28em; margin: 0; color: #b4b4b0; font-family: var(--display); font-size: clamp(20px, 2vw, 31px); line-height: 1.08; letter-spacing: -.02em; }
.inflatable-feature { display: grid; grid-template-columns: minmax(0, 1.25fr) minmax(300px, .75fr); gap: 1px; margin-top: clamp(36px, 5vw, 74px); background: var(--rule); }
.inflatable-media { min-height: clamp(360px, 42vw, 650px); background: var(--black); }
.inflatable-copy { display: flex; flex-direction: column; justify-content: center; padding: clamp(28px, 4vw, 64px); background: #0a0a0a; }
.inflatable-copy h4 { margin: 18px 0 24px; font-family: var(--display); font-size: clamp(46px, 5vw, 78px); font-weight: 400; line-height: .85; letter-spacing: -.04em; }
.inflatable-copy > p:not(.chapter-kicker) { max-width: 31em; margin: 0; color: #b4b4b0; font-size: 14px; line-height: 1.55; }
.inflatable-copy .open-project { align-self: flex-start; }
.inflatable-sequence { grid-column: 1 / -1; width: 100%; height: clamp(70px, 11vw, 150px); display: block; object-fit: cover; background: var(--black); }

.system-version-chain { display: grid; grid-template-columns: minmax(220px, .9fr) 34px minmax(240px, .72fr) 34px minmax(300px, 1.25fr); align-items: stretch; gap: 10px; }
.chain-project { display: grid; grid-template-rows: minmax(0, 1fr) auto; min-height: clamp(380px, 42vw, 660px); background: var(--black); }
.chain-project > img { min-height: 0; }
.chain-arrow { display: grid; place-items: center; color: var(--blue); font-family: var(--display); font-size: 34px; }
.live-system-node { display: flex; flex-direction: column; justify-content: space-between; min-width: 0; padding: clamp(24px, 3vw, 42px); border: 1px solid var(--rule); background: #0b0b0a; }
.live-system-node p { margin: 0; color: var(--blue); font-size: 9px; font-weight: 800; letter-spacing: .13em; }
.live-system-node strong { font-size: clamp(17px, 1.7vw, 27px); font-weight: 500; line-height: 1.2; letter-spacing: .02em; }
.live-system-node small { color: #7f7f7b; font-size: 10px; line-height: 1.45; }
.project-still-strip { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 1px; margin-top: 1px; background: var(--rule); }
.project-still-strip img { width: 100%; height: clamp(150px, 19vw, 300px); display: block; object-fit: cover; }
.secondary-version-row { display: grid; grid-template-columns: minmax(300px, .62fr) minmax(300px, .38fr); align-items: center; gap: clamp(30px, 5vw, 82px); margin-top: clamp(40px, 5vw, 76px); }
.secondary-version-project > img { height: clamp(280px, 31vw, 470px); }
.secondary-version-row > p { max-width: 34em; margin: 0; color: #92928e; font-size: 13px; line-height: 1.65; }
.secondary-version-row > p strong { display: block; margin-bottom: 16px; color: var(--white); font-family: var(--display); font-size: clamp(24px, 2.4vw, 38px); font-weight: 400; line-height: 1; }
.secondary-version-row em { color: #c2c2be; font-style: normal; }

.live-depth-grid { display: grid; grid-template-columns: minmax(0, 1.2fr) minmax(320px, .8fr); gap: 1px; margin-top: clamp(38px, 5vw, 70px); background: var(--rule); }
.current-depth { padding: clamp(24px, 3vw, 42px); background: #0a0a0a; }
.current-depth header { display: grid; grid-template-columns: minmax(150px, .35fr) minmax(0, 1fr); gap: 28px; margin-bottom: 28px; }
.current-depth header span { color: var(--blue); font-size: 9px; font-weight: 800; letter-spacing: .13em; }
.current-depth header p { margin: 0; color: #a8a8a4; font-size: 12px; line-height: 1.55; }
.current-depth header em { color: var(--white); font-style: normal; }
.body-sequence { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 1px; background: var(--rule); }
.body-sequence img { width: 100%; height: clamp(140px, 16vw, 250px); display: block; object-fit: cover; }
.awakened-system { display: flex; flex-direction: column; }
.system-diagram { display: grid; grid-template-columns: minmax(90px, 1fr) auto minmax(120px, 1.25fr) auto minmax(90px, 1fr); align-items: stretch; margin-top: auto; border-top: 1px solid var(--rule); }
.system-diagram span { min-height: 92px; display: flex; align-items: center; padding: 16px 0; border-bottom: 1px solid var(--rule); color: var(--white); font-size: clamp(13px, 1.25vw, 19px); line-height: 1.2; }
.system-diagram b { display: grid; place-items: center; padding: 0 12px; border-bottom: 1px solid var(--rule); color: var(--blue); font-weight: 400; }

.research-section { display: grid; grid-template-columns: minmax(320px, .65fr) minmax(0, 1.35fr); gap: clamp(40px, 6vw, 100px); padding: clamp(68px, 8.5vw, 132px) var(--gutter); border-bottom: 1px solid var(--rule); }
.research-copy { align-self: center; }
.research-copy h2 { margin: 0 0 clamp(50px, 8vw, 120px); padding-bottom: 30px; border-bottom: 1px solid var(--rule); font-family: var(--display); font-size: clamp(54px, 7vw, 106px); font-weight: 400; line-height: .85; letter-spacing: -.045em; }
.research-copy h3 { margin: 0; font-size: clamp(23px, 2.4vw, 38px); font-weight: 400; letter-spacing: .035em; }
.research-copy h3 span { color: #aaa; font-size: .48em; }
.research-copy p { max-width: 30em; margin: 28px 0 0; color: #bbb; font-size: 16px; line-height: 1.45; }
.research-board { min-height: clamp(500px, 55vw, 820px); background: #0c0c0c; }
.research-board img { object-fit: contain; }

.formation-section { padding: clamp(64px, 8vw, 122px) var(--gutter); border-bottom: 1px solid var(--rule); }
.archive-heading { display: grid; grid-template-columns: 1fr minmax(280px, .7fr); gap: 40px; align-items: end; }
.archive-heading p { max-width: 36em; margin: 0; color: #aaa; font-size: 13px; line-height: 1.5; }

.trajectory-section { padding: clamp(66px, 8.5vw, 132px) var(--gutter); border-bottom: 1px solid var(--rule); }
.trajectory-intro { display: grid; grid-template-columns: .55fr 1.2fr .85fr; gap: clamp(24px, 4vw, 70px); align-items: start; padding-bottom: clamp(52px, 7vw, 100px); }
.section-eyebrow { margin: 8px 0 0; color: var(--blue); font-size: 10px; font-weight: 800; letter-spacing: .14em; }
.trajectory-intro h2 { margin: 0; font-family: var(--display); font-size: clamp(54px, 6.8vw, 108px); font-weight: 400; line-height: .82; letter-spacing: -.055em; }
.trajectory-statement { padding-top: 5px; }
.trajectory-statement p { margin: 0 0 18px; color: #aaa; font-size: 13px; line-height: 1.55; }
.trajectory-statement strong { color: var(--white); font-weight: 500; }
.trajectory-track { margin: 0; padding: 0; list-style: none; border-top: 1px solid var(--rule); }
.trajectory-phase { display: grid; grid-template-columns: minmax(170px, .42fr) minmax(280px, .9fr) minmax(280px, 1fr); gap: clamp(20px, 3vw, 48px); padding: clamp(28px, 4.5vw, 68px) 0; border-bottom: 1px solid var(--rule); }
.trajectory-phase > header { display: grid; grid-template-columns: 34px 1fr; align-content: start; column-gap: 12px; }
.trajectory-phase > header span { color: var(--blue); font-family: var(--display); font-size: 28px; line-height: 1; }
.trajectory-phase > header h3 { margin: 0; font-size: clamp(25px, 2.8vw, 46px); font-weight: 500; line-height: .9; letter-spacing: -.04em; }
.trajectory-phase > header small { grid-column: 2; margin-top: 10px; color: #888; font-size: 10px; letter-spacing: .12em; }
.trajectory-media { aspect-ratio: 16 / 10; background: #0a0a0a; }
.trajectory-media img, .trajectory-thumb img { width: 100%; height: 100%; object-fit: cover; }
.trajectory-chain { display: grid; grid-template-columns: 1fr 28px 1fr; align-items: center; gap: 8px; }
.trajectory-chain > span { color: var(--blue); text-align: center; }
.trajectory-thumb { aspect-ratio: 4 / 3; background: #0a0a0a; }
.evidence-notes { margin: 0; }
.evidence-notes > div { display: grid; grid-template-columns: 110px 1fr; gap: 18px; padding: 12px 0; border-top: 1px solid var(--rule); }
.evidence-notes > div:last-child { border-bottom: 1px solid var(--rule); }
.evidence-notes dt { color: var(--blue); font-size: 9px; font-weight: 800; letter-spacing: .12em; }
.evidence-notes dd { margin: 0; color: #b9b9b5; font-size: 12px; line-height: 1.45; }
.phase-pullquote { align-self: start; margin: 0; font-family: var(--display); font-size: clamp(28px, 3.2vw, 50px); line-height: 1; letter-spacing: -.035em; }
.phase-example { max-width: 34em; margin: 24px 0 0; color: #8f8f8b; font-size: 12px; line-height: 1.55; }
.phase-example em { color: #c7c7c3; font-style: normal; }
.trajectory-phase--current { background: #0b0b0a; box-shadow: 0 0 0 100vmax #0b0b0a; clip-path: inset(0 -100vmax); }
.experiment-status { margin: -24px 0 34px; color: var(--blue); font-size: 9px; font-weight: 800; letter-spacing: .13em; }
.experiment-question { max-width: 42em; color: #858581 !important; font-size: 12px !important; line-height: 1.5 !important; }
.formation-timeline { display: grid; grid-template-columns: repeat(6, minmax(0, 1fr)); margin: 28px 0 0; padding: 0; list-style: none; border-top: 1px solid var(--rule); border-bottom: 1px solid var(--rule); }
.formation-timeline li { min-width: 0; min-height: 170px; padding: 20px 18px 22px 0; border-right: 1px solid var(--rule); }
.formation-timeline li + li { padding-left: 20px; }
.formation-timeline li:last-child { border-right: 0; }
.formation-timeline time, .formation-timeline span, .formation-timeline small { display: block; }
.formation-timeline time { margin-bottom: 12px; color: var(--blue); font-size: 12px; letter-spacing: .08em; }
.formation-timeline span { font-size: 12px; line-height: 1.35; letter-spacing: .045em; }
.formation-timeline small { margin-top: 26px; color: #858581; font-size: 10px; line-height: 1.45; }
.context-label { display: grid; grid-template-columns: minmax(150px, .4fr) minmax(0, 1.6fr); gap: 30px; margin-top: clamp(38px, 5vw, 68px); padding-top: 18px; border-top: 1px solid var(--rule); }
.context-label span { color: var(--blue); font-size: 10px; font-weight: 800; letter-spacing: .12em; }
.context-label p { max-width: 52em; margin: 0; color: #92928e; font-size: 12px; line-height: 1.5; }
.context-filmstrip { display: grid; grid-template-columns: repeat(4, minmax(0, 1fr)); gap: 1px; margin-top: 24px; background: var(--rule); }
.context-filmstrip--formation { grid-template-columns: repeat(3, minmax(0, 1fr)); }
.context-filmstrip--single { grid-template-columns: minmax(280px, 1fr) 2fr; background: transparent; }
.context-filmstrip--single .context-project { grid-column: 1; border: 1px solid var(--rule); }
.context-project { display: flex; min-width: 0; flex-direction: column; background: var(--black); }
.context-note { min-width: 0; margin: 0; background: var(--black); }
.context-media { height: clamp(170px, 17vw, 280px); display: block; overflow: hidden; }
.context-media img { width: 100%; height: 100%; display: block; object-fit: cover; }
.context-note figcaption { min-height: 66px; display: grid; gap: 8px; padding: 14px 4px; border-bottom: 1px solid var(--rule); }
.context-note figcaption strong { font-size: clamp(12px, 1.05vw, 15px); font-weight: 600; line-height: 1.15; }
.context-note figcaption small { color: #969692; font-size: 9px; letter-spacing: .07em; }
.humor-archive-block { display: grid; grid-template-columns: minmax(300px, .7fr) minmax(0, 1.3fr); gap: 1px; margin-top: clamp(42px, 5vw, 76px); background: var(--rule); }
.humor-anchor { display: grid; grid-template-rows: minmax(0, 1fr) auto; min-height: clamp(380px, 42vw, 640px); background: var(--black); }
.humor-anchor > img { min-height: 0; }
.humor-fragments { display: flex; min-width: 0; flex-direction: column; margin: 0; background: var(--black); }
.humor-fragments > img { width: 100%; min-height: 0; flex: 1; display: block; object-fit: cover; }
.humor-fragments figcaption { min-height: 66px; display: grid; gap: 8px; padding: 14px; border-bottom: 1px solid var(--rule); }
.humor-fragments strong { font-size: clamp(13px, 1.25vw, 18px); font-weight: 500; }
.humor-fragments small { color: #8f8f8b; font-size: 9px; letter-spacing: .07em; }

.index-section { padding: clamp(60px, 8vw, 120px) var(--gutter); }
.index-heading { display: grid; grid-template-columns: minmax(0, 1.35fr) minmax(260px, .65fr); gap: 36px; align-items: end; }
.index-heading p { max-width: 38em; margin: 0 0 clamp(24px, 3vw, 46px); color: #92928e; font-size: 12px; line-height: 1.55; }
.work-index { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 0 clamp(24px, 4vw, 64px); margin-top: 32px; }
.work-index button { display: grid; grid-template-columns: 38px minmax(0, 1fr) auto; align-items: center; gap: 12px; min-height: 58px; border-top: 1px solid var(--rule); cursor: pointer; text-align: left; transition: color 160ms ease, background 160ms ease; }
.work-index button:nth-last-child(-n + 2) { border-bottom: 1px solid var(--rule); }
.work-index button:hover, .work-index button:focus-visible { color: var(--blue); background: #0a0a0a; }
.work-index button span { color: var(--blue); font-size: 15px; }
.work-index button strong { min-width: 0; font-size: 14px; font-weight: 500; letter-spacing: .05em; }
.work-index button strong em { display: block; margin-top: 6px; color: #888; font-size: 9px; font-style: normal; font-weight: 500; letter-spacing: .08em; }
.work-index button time { color: #aaa; font-size: 11px; letter-spacing: .06em; }

.about-section { display: grid; grid-template-columns: minmax(280px, .82fr) minmax(320px, 1.18fr); gap: clamp(42px, 7vw, 110px); padding: clamp(64px, 8vw, 122px) var(--gutter); border-top: 1px solid var(--rule); border-bottom: 1px solid var(--rule); }
.about-heading h2 { margin: 26px 0 0; font-family: var(--display); font-size: clamp(54px, 6.7vw, 106px); font-weight: 400; line-height: .78; letter-spacing: -.055em; }
.about-heading h2 span { color: #858581; font-family: var(--ui); font-size: .2em; font-weight: 600; letter-spacing: .08em; }
.about-copy { align-self: start; }
.about-copy p { max-width: 46em; margin: 0 0 24px; color: #a8a8a4; font-size: 14px; line-height: 1.65; }
.about-copy .about-lead { color: var(--white); font-family: var(--display); font-size: clamp(24px, 2.45vw, 39px); line-height: 1.12; letter-spacing: -.025em; }
.about-copy em { color: var(--white); font-style: normal; }
.profile-facts { grid-column: 1; margin: 22px 0 0; }
.profile-facts > div { display: grid; grid-template-columns: 125px 1fr; gap: 18px; padding: 12px 0; border-top: 1px solid var(--rule); }
.profile-facts > div:last-child { border-bottom: 1px solid var(--rule); }
.profile-facts dt { color: var(--blue); font-size: 9px; font-weight: 800; letter-spacing: .12em; }
.profile-facts dd { margin: 0; color: #b4b4b0; font-size: 11px; line-height: 1.45; }
.profile-facts a:hover { color: var(--blue); }
.selected-contexts { grid-column: 2; }
.selected-contexts h3 { margin: 24px 0 16px; color: var(--blue); font-size: 10px; letter-spacing: .12em; }
.selected-contexts ul { margin: 0; padding: 0; list-style: none; border-top: 1px solid var(--rule); }
.selected-contexts li { display: grid; grid-template-columns: 70px 1fr; gap: 18px; padding: 14px 0; border-bottom: 1px solid var(--rule); color: #b4b4b0; font-size: 12px; line-height: 1.4; }
.selected-contexts time { color: #888; }
.selected-contexts em { color: var(--white); font-style: normal; }
.selected-contexts a:hover { color: var(--blue); }
.archive-cv-link { display: inline-block; margin-top: 22px; padding-bottom: 6px; border-bottom: 1px solid #555; color: #888; font-size: 9px; letter-spacing: .1em; }
.archive-cv-link:hover { color: var(--white); border-color: var(--white); }

.site-footer { min-height: 110px; display: grid; grid-template-columns: 1fr auto 1fr; align-items: end; gap: 34px; padding: 28px var(--gutter); border-top: 1px solid var(--rule); font-size: 11px; letter-spacing: .08em; }
.site-footer nav { display: flex; gap: 26px; }
.site-footer > a { justify-self: end; color: var(--blue); }
.site-footer a:hover { text-decoration: underline; text-underline-offset: 5px; }

.project-dialog { width: min(94vw, 1220px); max-height: 92vh; padding: 0; border: 1px solid var(--white); color: var(--white); background: var(--black); }
.project-dialog::backdrop { background: rgb(0 0 0 / .9); backdrop-filter: blur(8px); }
.project-dialog[open] { display: grid; grid-template-columns: minmax(0, 1.35fr) minmax(330px, .65fr); }
.dialog-media { max-height: 92vh; overflow-y: auto; background: #000; }
.dialog-stage { min-height: min(64vh, 650px); }
.dialog-stage > img, .dialog-stage > iframe { width: 100%; height: min(64vh, 650px); display: block; border: 0; object-fit: contain; }
.dialog-stage > iframe { display: none; }
.dialog-gallery { grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 1px; padding-top: 1px; background: var(--rule); }
.dialog-gallery:not([hidden]) { display: grid; }
.dialog-gallery img { width: 100%; height: clamp(90px, 9vw, 140px); display: block; object-fit: cover; background: #000; }
.dialog-gallery img:only-child { grid-column: 1 / -1; }
.dialog-copy { display: flex; flex-direction: column; justify-content: flex-start; overflow-y: auto; padding: clamp(28px, 3.5vw, 48px); border-left: 1px solid var(--rule); }
.dialog-copy h2 { margin: 12px 0 24px; font-size: clamp(28px, 3.25vw, 52px); font-weight: 500; line-height: .94; letter-spacing: -.04em; overflow-wrap: normal; word-break: normal; }
.dialog-copy h2.is-long { font-size: clamp(24px, 2.7vw, 42px); line-height: .98; }
.dialog-copy p { margin: 0 0 12px; color: #aaa; font-size: 11px; line-height: 1.45; letter-spacing: .065em; }
.dialog-copy #dialogType { color: var(--blue); }
.dialog-copy #dialogDescription { max-width: 34em; margin-top: 12px; color: #d0d0cc; font-size: 14px; line-height: 1.55; letter-spacing: .005em; }
.dialog-facts, .dialog-evidence { margin: 18px 0 0; }
.dialog-facts > div, .dialog-evidence > div { padding: 10px 0; border-top: 1px solid var(--rule); }
.dialog-facts dt, .dialog-evidence dt { margin-bottom: 5px; color: var(--blue); font-size: 9px; font-weight: 800; letter-spacing: .12em; }
.dialog-facts dd, .dialog-evidence dd { margin: 0; color: #a9a9a5; font-size: 11px; line-height: 1.45; }
.dialog-actions { display: flex; flex-wrap: wrap; align-items: center; gap: 18px; margin-top: 22px; }
.copy-project-link, .watch-video-link { align-self: flex-start; padding: 0 0 7px; border-bottom: 1px solid var(--blue); color: var(--blue); cursor: pointer; font-size: 9px; font-weight: 800; letter-spacing: .12em; }
.copy-project-link:hover, .copy-project-link:focus-visible, .watch-video-link:hover, .watch-video-link:focus-visible { color: var(--white); border-color: var(--white); }
.dialog-close { position: fixed; z-index: 2; top: 16px; right: 16px; width: 42px; height: 42px; border: 1px solid var(--white); color: var(--white); background: var(--black); cursor: pointer; font-size: 28px; line-height: 1; }

@media (min-width: 1600px) {
  .works-grid { grid-template-columns: repeat(5, minmax(0, 1fr)); }
}

@media (max-width: 1200px) {
  .works-grid { grid-template-columns: repeat(3, minmax(0, 1fr)); }
  .works-archive-grid { grid-template-columns: repeat(4, minmax(0, 1fr)); }
}

@media (max-width: 900px) {
  :root { --header-h: 104px; }
  .site-header { align-items: flex-start; flex-wrap: wrap; padding-block: 14px; }
  .header-actions { order: 2; margin-left: auto; }
  .header-actions a { padding: 2px 0 4px; }
  .site-header nav { order: 3; width: 100%; gap: 22px; margin-left: 0; overflow-x: auto; padding-right: 32px; scrollbar-width: none; -webkit-mask-image: linear-gradient(90deg, #000 0, #000 calc(100% - 30px), transparent 100%); mask-image: linear-gradient(90deg, #000 0, #000 calc(100% - 30px), transparent 100%); }
  .site-header nav::-webkit-scrollbar { display: none; }
  .site-header nav a { padding: 2px 0 10px; white-space: nowrap; }
  .site-header nav a::after { bottom: 5px; }
  .practice-hero { grid-template-columns: 1fr; }
  .hero-copy { padding: 42px 0 34px; }
  .hero-copy h1 { width: auto; font-size: clamp(56px, 12vw, 94px); white-space: normal; }
  .works-page-header { grid-template-columns: 1fr; align-items: start; }
  .works-page-guide { max-width: 38em; }
  .works-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .works-secondary-grid { grid-template-columns: 1fr; }
  .works-context-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .works-archive-grid { grid-template-columns: repeat(3, minmax(0, 1fr)); }
  .spine-intro { grid-template-columns: 1fr; }
  .spine-intro p { max-width: 24em; }
  .reading-key { grid-template-columns: 1fr; }
  .spine-steps { grid-template-columns: repeat(3, minmax(0, 1fr)); }
  .spine-steps li:nth-child(3) { border-right: 0; }
  .spine-steps li:nth-child(n + 4) { border-top: 1px solid var(--rule); }
  .spine-steps li:nth-child(4) { padding-left: 0; }
  .chapter-feature, .platform-grid, .version-layout, .research-section, .about-section { grid-template-columns: 1fr; }
  .inflatable-feature, .live-depth-grid, .humor-archive-block { grid-template-columns: 1fr; }
  .inflatable-sequence { grid-column: 1; }
  .system-version-chain { grid-template-columns: 1fr; }
  .chain-project { min-height: clamp(470px, 76vw, 680px); }
  .chain-arrow { min-height: 34px; transform: rotate(90deg); }
  .live-system-node { min-height: 360px; }
  .secondary-version-row { grid-template-columns: 1fr 1fr; }
  .current-depth header { grid-template-columns: 150px 1fr; }
  .trajectory-intro { grid-template-columns: 1fr 1.4fr; }
  .trajectory-intro .section-eyebrow { grid-column: 1 / -1; }
  .trajectory-phase { grid-template-columns: minmax(150px, .45fr) 1fr; }
  .trajectory-phase .evidence-notes { grid-column: 2; }
  .archive-heading { grid-template-columns: 1fr; }
  .formation-timeline { grid-template-columns: repeat(3, minmax(0, 1fr)); }
  .formation-timeline li:nth-child(3n) { border-right: 0; }
  .formation-timeline li:nth-child(n + 4) { border-top: 1px solid var(--rule); }
  .context-filmstrip { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .index-heading { grid-template-columns: 1fr; }
  .about-copy, .profile-facts, .selected-contexts { grid-column: 1; }
  .feature-meta { padding: 20px 0 8px; }
  .control-origin > header { grid-template-columns: minmax(190px, .4fr) minmax(0, 1fr); }
  .control-origin > header > p:last-child { grid-column: 2; }
  .compact-projects { width: 100%; }
  .platform-side { grid-template-columns: 1fr 1fr; grid-template-rows: none; }
  .version-pair { grid-template-columns: minmax(0, 1fr) 34px minmax(190px, .45fr); }
  .research-copy h2 { margin-bottom: 42px; }
}

@media (max-width: 620px) {
  .brand { font-size: 18px; }
  .site-header nav { gap: 18px; }
  .site-header nav a { font-size: 9px; }
  .practice-hero { padding-right: 0; padding-left: 0; }
  .hero-copy { min-width: 0; max-width: none; padding: 82px var(--gutter) 110px; }
  .hero-copy h1 { max-width: 100%; font-size: clamp(44px, 13.5vw, 62px); letter-spacing: -.065em; }
  .hero-copy p { max-width: 24em; }
  .works-landing { padding-right: 0; padding-left: 0; }
  .works-page-header, .works-verification-note { margin-right: var(--gutter); margin-left: var(--gutter); }
  .works-page-header h1 { font-size: clamp(72px, 26vw, 116px); }
  .archive-page .works-page-header h1 { font-size: clamp(58px, 19vw, 82px); letter-spacing: -.055em; }
  .works-card .project-line { min-height: 66px; grid-template-columns: 1fr; align-content: start; gap: 8px; padding: 11px 10px 12px; }
  .works-card .project-line strong { font-size: 11px; }
  .works-card .project-line small { font-size: 8px; }
  .works-secondary { margin-right: 0; margin-left: 0; }
  .works-secondary .works-section-heading { margin-right: var(--gutter); margin-left: var(--gutter); }
  .works-secondary-grid > p { font-size: 25px; }
  .works-archive-route { margin-right: var(--gutter); margin-left: var(--gutter); }
  .works-archive-intro { grid-template-columns: 1fr; margin-right: var(--gutter); margin-left: var(--gutter); }
  .works-archive-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .current-rail { grid-template-columns: 1fr; margin-top: 1px; }
  .media-frame { height: 68vw; }
  .practice-spine { padding-right: var(--gutter); padding-left: var(--gutter); }
  .spine-intro p { font-size: clamp(31px, 9.5vw, 47px); }
  .reading-key { gap: 20px; }
  .reading-key ol { grid-template-columns: 1fr; }
  .reading-key li { padding: 17px 0 20px; border-top: 1px solid var(--rule); }
  .reading-key li + li { padding-left: 0; border-left: 0; }
  .reading-key span { margin-bottom: 10px; }
  .spine-steps { grid-template-columns: 1fr; }
  .spine-steps li { min-height: 0; padding: 16px 0 18px; border-right: 0; }
  .spine-steps li + li { padding-left: 0; border-top: 1px solid var(--rule); }
  .spine-steps time { margin-bottom: 8px; }
  .works-section { padding-right: 0; padding-left: 0; }
  .works-section > .section-title, .chapter-header { margin-right: var(--gutter); margin-left: var(--gutter); }
  .chapter-header { align-items: flex-start; gap: 10px; }
  .chapter-header span { font-size: 23px; }
  .chapter-header h3 { font-size: 24px; line-height: 1.05; }
  .chapter-header h3::before { margin-right: 9px; }
  .chapter-intro { margin: 14px 0 0; font-size: 13px; }
  .chapter-route { grid-template-columns: 1fr; margin: 24px 0 0; }
  .chapter-route span { padding: 11px 0; border-top: 1px solid var(--rule); }
  .chapter-route span + span { padding-left: 0; border-left: 0; }
  .chapter-feature, .platform-grid, .version-layout { margin-right: 0; margin-left: 0; }
  .urban-grid { grid-template-columns: 1fr; grid-template-rows: none; }
  .urban-lead { grid-row: auto; min-height: 108vw; }
  .urban-secondary { min-height: 72vw; }
  .urban-note { min-height: 58vw; }
  .inflatable-feature { grid-template-columns: 1fr; }
  .inflatable-media { min-height: 92vw; }
  .inflatable-copy { min-height: 72vw; }
  .inflatable-sequence { grid-column: 1; height: 24vw; }
  .system-version-chain { grid-template-columns: 1fr; }
  .chain-project { min-height: 112vw; }
  .chain-arrow { min-height: 34px; transform: rotate(90deg); }
  .live-system-node { min-height: 78vw; }
  .project-still-strip { grid-template-columns: 1fr; }
  .project-still-strip img { height: 58vw; }
  .secondary-version-row { grid-template-columns: 1fr; margin-right: var(--gutter); margin-left: var(--gutter); }
  .secondary-version-project > img { height: 68vw; }
  .feature-meta { padding-right: var(--gutter); padding-left: var(--gutter); }
  .control-origin > header { grid-template-columns: 1fr; padding-right: var(--gutter); padding-left: var(--gutter); }
  .control-origin > header > p:last-child { grid-column: 1; }
  .origin-steps { grid-template-columns: 1fr; }
  .origin-steps li > div { min-height: 0; }
  .compact-projects, .platform-side { grid-template-columns: 1fr; }
  .live-depth-grid { grid-template-columns: 1fr; }
  .current-depth header { grid-template-columns: 1fr; }
  .body-sequence { grid-template-columns: 1fr; }
  .body-sequence img { height: 58vw; }
  .system-diagram { grid-template-columns: 1fr auto; }
  .compact-project > img, .side-project > img { min-height: 0; height: 62vw; }
  .platform-main { min-height: 122vw; }
  .version-pair { grid-template-columns: 1fr; }
  .version-connector { height: 34px; }
  .version-connector::before { top: 50%; right: 0; bottom: auto; left: 0; width: 100%; height: 1px; }
  .version-connector span::before, .version-connector span::after { top: calc(50% - 4px); bottom: auto; }
  .version-connector span::before { left: 0; }
  .version-connector span::after { right: 0; left: auto; }
  .version-main > img { height: 92vw; }
  .version-related > img { height: 58vw; }
  .city-project > img { height: 55vw; }
  .research-section { padding-right: 0; padding-left: 0; }
  .research-copy { padding: 0 var(--gutter); }
  .research-copy, .research-board { min-width: 0; }
  .research-copy h2 { max-width: 100%; font-size: clamp(44px, 13vw, 58px); overflow-wrap: anywhere; }
  .research-board { min-height: 75vw; }
  .trajectory-section { padding-right: var(--gutter); padding-left: var(--gutter); }
  .trajectory-intro { grid-template-columns: 1fr; }
  .trajectory-intro h2 { font-size: clamp(48px, 15vw, 72px); }
  .trajectory-phase { grid-template-columns: 1fr; }
  .trajectory-phase .evidence-notes { grid-column: 1; }
  .trajectory-chain { grid-template-columns: 1fr 24px 1fr; }
  .evidence-notes > div { grid-template-columns: 96px 1fr; }
  .formation-section, .index-section { padding-right: 0; padding-left: 0; }
  .archive-heading, .formation-timeline, .context-label, .index-heading, .work-index { margin-right: var(--gutter); margin-left: var(--gutter); }
  .formation-timeline { grid-template-columns: 1fr; }
  .formation-timeline li, .formation-timeline li:nth-child(3n) { min-height: 0; padding: 16px 0 18px; border-right: 0; }
  .formation-timeline li + li { padding-left: 0; border-top: 1px solid var(--rule); }
  .formation-timeline small { margin-top: 12px; }
  .context-label { grid-template-columns: 1fr; }
  .context-filmstrip { grid-template-columns: 1fr; }
  .context-filmstrip--formation, .humor-archive-block { grid-template-columns: 1fr; }
  .humor-anchor { min-height: 112vw; }
  .humor-fragments > img { min-height: 70vw; }
  .context-media { height: 62vw; }
  .work-index { grid-template-columns: 1fr; }
  .work-index button:nth-last-child(-n + 2) { border-bottom: 0; }
  .work-index button:last-child { border-bottom: 1px solid var(--rule); }
  .about-section { padding-right: var(--gutter); padding-left: var(--gutter); }
  .about-heading h2 { font-size: clamp(50px, 14vw, 68px); }
  .about-copy .about-lead { font-size: 26px; }
  .profile-facts > div { grid-template-columns: 104px 1fr; }
  .site-footer { grid-template-columns: 1fr; align-items: start; }
  .site-footer > a { justify-self: start; }
  .project-dialog[open] { grid-template-columns: 1fr; }
  .dialog-stage, .dialog-stage > img, .dialog-stage > iframe { min-height: 0; height: 36vh; }
  .dialog-media { max-height: 52vh; }
  .dialog-gallery img { height: 84px; }
  .dialog-copy { border-top: 1px solid var(--rule); border-left: 0; }
}

@media (max-width: 420px) {
  .works-grid, .works-context-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .works-card .project-line { min-height: 64px; grid-template-columns: 1fr; align-content: start; gap: 7px; padding: 10px 9px 11px; }
  .works-card .project-line strong { font-size: 9px; line-height: 1.15; }
  .works-card .project-line small { font-size: 7px; }
  .works-secondary-grid .works-card { max-width: none; }
  .works-secondary-grid > p { padding: 24px var(--gutter); }
  .works-context-grid .works-card:last-child { grid-column: 1 / -1; }
  .archive-card .project-line { min-height: 58px; }
  .works-archive-route { align-items: flex-start; flex-direction: column; }
}

@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  .legacy-video-background video { display: none; }
  *, *::before, *::after { transition-duration: .01ms !important; }
}

/* September 2026: one image-led trajectory, with readable indexes. */
:root { --gutter: clamp(20px, 4vw, 64px); --muted: #b1b1ab; }
html { font-size: 100%; }
body { overflow-x: clip; }
[hidden] { display: none !important; }
.site-header { gap: 24px; }
.brand { font-size: clamp(19px, 1.7vw, 27px); white-space: nowrap; }
.site-header nav a, .header-actions a { font-size: .875rem; letter-spacing: .055em; }
.site-footer { font-size: .875rem; line-height: 1.5; }
.site-footer nav { flex-wrap: wrap; gap: 16px 24px; }
.text-link, .open-project { font-size: .875rem; line-height: 1.5; letter-spacing: .07em; }
.section-eyebrow { font-size: .8125rem; line-height: 1.5; letter-spacing: .09em; }
.practice-hero { min-height: min(76svh, 740px); padding: clamp(56px, 8vw, 112px) var(--gutter) 28px; gap: 56px; }
.hero-copy { max-width: 800px; padding: 0; }
.hero-copy .hero-kicker { font-size: .8125rem; line-height: 1.5; }
.hero-copy h1 { font-size: clamp(3.25rem, 6.6vw, 6.5rem); line-height: .96; letter-spacing: -.04em; white-space: normal; }
.hero-copy p { max-width: 42ch; margin-top: 28px; font-size: clamp(1.0625rem, 1.5vw, 1.375rem); line-height: 1.55; }
.hero-footnote { margin: 0; color: #c4c4be; font-size: .875rem; line-height: 1.5; }
.story-section { padding: clamp(56px, 7vw, 104px) var(--gutter); border-bottom: 1px solid var(--rule); }
.anchor-target { display: block; scroll-margin-top: var(--header-h); }
.story-heading { display: grid; grid-template-columns: minmax(0, 1fr) minmax(0, 1fr); align-items: end; gap: 24px 64px; margin-bottom: 42px; }
.story-heading .section-eyebrow { grid-column: 1 / -1; margin: 0; }
.story-heading h2 { margin: 0; font-family: var(--display); font-weight: 400; font-size: clamp(2.5rem, 4.2vw, 4.5rem); line-height: 1.02; letter-spacing: -.035em; }
.story-heading > p:last-child { max-width: 56ch; margin: 0; color: #c4c4be; font-size: 1.0625rem; line-height: 1.65; }
.story-grid { display: grid; gap: 26px; align-items: start; }
.story-grid--two { grid-template-columns: repeat(2, minmax(0, 1fr)); }
.story-grid--three { grid-template-columns: repeat(3, minmax(0, 1fr)); }
.story-item { min-width: 0; }
.story-item-label { margin: 0 0 12px; color: #a9a9a3; font-size: .8125rem; letter-spacing: .06em; line-height: 1.5; }
.story-card { display: block; width: 100%; }
.story-media { display: block; aspect-ratio: 16 / 9; overflow: hidden; background: #000; }
.story-media img { object-fit: contain; }
.story-card .project-line { align-items: start; gap: 12px; padding: 16px 0; background: transparent; }
.story-card .project-line strong { font-size: clamp(1rem, 1.35vw, 1.375rem); line-height: 1.25; }
.story-card .project-line small { font-size: .8125rem; line-height: 1.5; }
.story-caption { margin: 14px 0 0; max-width: 52ch; color: #aaa; font-size: 1rem; line-height: 1.6; }
.story-aside { display: grid; grid-template-columns: minmax(0, .65fr) minmax(0, 1.35fr); align-items: center; gap: 40px; margin-top: 48px; padding-top: 36px; border-top: 1px solid var(--rule); }
.story-aside-copy h3, .story-reflection h3, .origin-lead h3 { margin: 0 0 20px; font-family: var(--display); font-weight: 400; font-size: clamp(1.875rem, 2.7vw, 2.875rem); line-height: 1.12; letter-spacing: -.025em; }
.story-aside-copy p, .story-reflection p, .origin-lead p, .current-question p, .profile-summary p { max-width: 58ch; margin: 0 0 18px; font-size: 1.0625rem; line-height: 1.65; color: #c4c4be; }
.story-aside-copy .story-secondary { color: #969690; font-size: 1rem; }
.story-reflection { display: grid; grid-template-columns: minmax(0, .7fr) minmax(0, 1.3fr); gap: 40px; margin-top: 44px; padding: 32px 0 0 26px; border-top: 1px solid var(--rule); border-left: 2px solid var(--blue); }
.story-reflection .text-link { margin-top: 4px; }
.origin-story { margin-top: 60px; padding-top: 44px; border-top: 1px solid var(--rule); }
.origin-lead { display: grid; grid-template-columns: minmax(0, 1fr) minmax(0, 1fr); gap: 40px; align-items: center; }
.origin-figures { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 24px; margin-top: 32px; }
.origin-figures figure { min-width: 0; margin: 0; }
.origin-figures img { width: 100%; aspect-ratio: 4 / 3; display: block; object-fit: contain; background: #111; }
.origin-figures figcaption { padding-top: 16px; color: #aaa; font-size: 1rem; line-height: 1.55; }
.origin-figures strong { display: block; margin-bottom: 8px; color: #ddd; font-size: .8125rem; line-height: 1.5; letter-spacing: .04em; }
.origin-status { max-width: 85ch; margin: 28px 0 0; padding-top: 20px; border-top: 1px solid var(--rule); color: #aaa; font-size: 1rem; line-height: 1.6; }
.current-question { display: grid; grid-template-columns: minmax(0, 1fr) minmax(0, 1fr); gap: 44px; margin-top: 50px; padding-top: 40px; border-top: 1px solid var(--rule); scroll-margin-top: var(--header-h); }
.current-question h3 { margin: 20px 0 24px; font-family: var(--display); font-weight: 400; font-size: clamp(2.125rem, 3.3vw, 3.625rem); line-height: 1.05; letter-spacing: -.03em; }
.current-question .section-eyebrow, .profile-summary .section-eyebrow { color: var(--blue); font-size: .8125rem; }
.profile-summary { display: grid; grid-template-columns: minmax(0, 1fr) minmax(0, 1fr); gap: 64px; padding: 56px var(--gutter); }
.profile-summary h2 { margin: 18px 0; font-size: clamp(1.75rem, 3vw, 3rem); letter-spacing: -.04em; }
.profile-summary .text-link { margin-top: 4px; }
.profile-contact { display: block; margin-top: 26px; font-size: 1rem; overflow-wrap: anywhere; }
.works-landing { padding: 44px var(--gutter) 72px; }
.works-page-header { grid-template-columns: minmax(0, 1fr) minmax(0, .85fr); gap: 36px; padding-bottom: 34px; margin: 0; }
.works-page-header > * { min-width: 0; }
.works-page-header h1 { font-size: clamp(3.5rem, 8vw, 7rem); line-height: .98; letter-spacing: -.05em; }
.works-page-kicker { margin-bottom: 14px; font-size: .8125rem; line-height: 1.5; }
.works-page-guide p { font-size: 1rem; line-height: 1.6; }
.works-page-guide a, .works-archive-route a { font-size: .875rem; line-height: 1.5; }
.works-grid, .works-archive-grid { grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 24px; background: transparent; }
.works-context-grid { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 24px; background: transparent; }
.works-card { box-shadow: none; }
.works-card-media { aspect-ratio: 16 / 9; }
.works-card-media img { object-fit: contain; }
.works-card .project-line, .archive-card .project-line { grid-template-columns: minmax(0, 1fr) auto; min-height: 0; gap: 10px; padding: 16px 2px 22px; align-items: start; }
.works-card .project-line strong, .archive-card .project-line strong { font-size: 1rem; line-height: 1.3; }
.works-card .project-line small, .archive-card .project-line small { font-size: .8125rem; line-height: 1.6; }
.works-section-heading { font-size: .8125rem; line-height: 1.5; letter-spacing: .075em; }
.works-secondary .works-section-heading, .works-archive-intro, .works-archive-route { margin-right: 0; margin-left: 0; }
.works-archive-intro p, .works-archive-route p { font-size: 1rem; line-height: 1.6; color: #aaa; }
.works-archive-intro { display: block; margin-bottom: 28px; }
.works-secondary { margin-top: 48px; }
.archive-history { margin-top: 48px; border-top: 1px solid var(--rule); padding-top: 24px; }
.archive-history summary { cursor: pointer; color: var(--blue); font-size: 1rem; line-height: 1.5; }
.archive-history ol { padding-left: 1.3rem; max-width: 62ch; }
.archive-history li { margin: 18px 0; color: #bbb; font-size: 1rem; line-height: 1.6; }
.project-dialog { max-height: calc(100dvh - 32px); overflow: auto; }
.project-dialog[open] { grid-template-columns: minmax(0, 1.25fr) minmax(0, .8fr); }
.dialog-media { min-width: 0; max-height: none; overflow: visible; }
.dialog-copy { min-width: 0; overflow: visible; padding: 32px; }
.dialog-stage { min-height: 0; }
.dialog-stage > img, .dialog-stage > iframe { height: auto; aspect-ratio: 16 / 9; }
.dialog-copy h2, .dialog-copy h2.is-long { font-size: clamp(1.75rem, 2.4vw, 2.625rem); line-height: 1.1; overflow-wrap: anywhere; }
.dialog-copy p { font-size: .875rem; line-height: 1.55; letter-spacing: .015em; }
.dialog-copy #dialogDescription { font-size: 1rem; line-height: 1.65; }
.dialog-facts dt, .dialog-evidence dt { font-size: .8125rem; line-height: 1.5; }
.dialog-facts dd, .dialog-evidence dd { font-size: 1rem; line-height: 1.6; }
.dialog-gallery { grid-column: 1 / -1; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 24px; padding: 24px; background: #090909; }
.dialog-gallery figure { margin: 0; min-width: 0; }
.dialog-gallery img { width: 100%; height: auto; max-height: 380px; object-fit: contain; }
.dialog-gallery figcaption { padding-top: 12px; color: #bbb; font-size: .875rem; line-height: 1.6; }
.dialog-notes { margin-top: 24px; padding-top: 18px; border-top: 1px solid var(--rule); }
.dialog-notes summary { cursor: pointer; color: var(--blue); font-size: .875rem; line-height: 1.5; }
.dialog-related { margin-top: 24px; }
.dialog-related h3 { margin: 0 0 10px; color: #aaa; font-size: .8125rem; line-height: 1.5; letter-spacing: .05em; }
.dialog-related a { display: block; padding: 12px 0; border-top: 1px solid var(--rule); color: var(--white); font-size: 1rem; line-height: 1.4; }
.dialog-related a:hover { color: var(--blue); }
.copy-project-link, .watch-video-link { font-size: .875rem; line-height: 1.5; }
.dialog-actions { margin: 12px 0 24px; }
@media (max-width: 1000px) {
  .story-heading { gap: 20px 36px; }
  .project-dialog[open] { display: block; }
  .dialog-copy { border-left: 0; border-top: 1px solid var(--rule); }
  .dialog-stage > img, .dialog-stage > iframe { max-height: 65vh; }
  .dialog-gallery { grid-template-columns: 1fr; }
}
@media (max-width: 900px) {
  .site-header { row-gap: 12px; }
  .site-header nav { overflow: visible; padding: 0; mask-image: none; -webkit-mask-image: none; }
  .site-header nav a, .header-actions a { font-size: .875rem; }
  .story-heading { grid-template-columns: 1fr; }
  .story-heading > p:last-child { max-width: 65ch; }
  .story-grid--three { gap: 18px; }
  .story-reflection { grid-template-columns: 1fr; gap: 8px; }
  .works-grid, .works-context-grid, .works-archive-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .works-page-header { grid-template-columns: 1fr; gap: 22px; }
  .site-footer { grid-template-columns: 1fr; align-items: start; gap: 20px; }
  .site-footer > a { justify-self: start; }
}
@media (max-width: 620px) {
  .site-header { gap: 14px 12px; }
  .header-actions { gap: 14px; }
  .brand { font-size: 19px; }
  .practice-hero { min-height: 0; padding: 52px var(--gutter) 26px; gap: 44px; }
  .hero-copy { padding: 0; max-width: 100%; }
  .hero-copy h1 { font-size: clamp(2.8rem, 11vw, 4rem); letter-spacing: -.04em; }
  .hero-copy p { max-width: 34ch; }
  .story-heading h2 { font-size: clamp(2.4rem, 9vw, 3.5rem); }
  .story-grid--two, .story-grid--three, .story-aside, .origin-lead, .origin-figures, .current-question, .profile-summary { grid-template-columns: 1fr; }
  .story-grid { gap: 28px; }
  .story-aside, .origin-story, .current-question { margin-top: 36px; gap: 24px; }
  .story-reflection { padding-left: 18px; }
  .origin-figures { gap: 30px; }
  .origin-figures img { aspect-ratio: auto; max-height: 380px; }
  .story-card .project-line strong { font-size: 1.125rem; }
  .works-landing { padding: 32px var(--gutter) 52px; }
  .works-page-header h1, .archive-page .works-page-header h1 { font-size: clamp(3rem, 16vw, 5.5rem); line-height: 1; }
  .works-grid, .works-context-grid, .works-archive-grid { gap: 14px; }
  .works-card .project-line, .archive-card .project-line { grid-template-columns: 1fr; gap: 6px; padding: 12px 0 16px; }
  .works-card .project-line strong, .archive-card .project-line strong { font-size: 1rem; }
  .works-card .project-line small, .archive-card .project-line small { font-size: .8125rem; }
  .works-context-grid .works-card:last-child { grid-column: auto; }
  .works-archive-route { align-items: start; flex-direction: column; gap: 12px; }
  .dialog-copy { padding: 26px 22px; }
  .dialog-stage > img, .dialog-stage > iframe { height: auto; min-height: 0; }
}
@media (max-width: 360px) {
  .site-header { gap: 12px 8px; }
  .header-actions a { font-size: .8125rem; }
  .header-actions { gap: 10px; }
  .brand { font-size: 17px; }
  .works-grid, .works-context-grid, .works-archive-grid { grid-template-columns: 1fr; }
}

/* A recent work is visible before the retrospective begins. */
.practice-hero--featured { min-height: 0; grid-template-columns: minmax(0, .85fr) minmax(0, 1.15fr); align-items: center; align-content: start; gap: clamp(28px, 5vw, 72px); padding: clamp(32px, 5vw, 72px) var(--gutter); }
.practice-hero--featured .hero-copy { min-width: 0; max-width: none; }
.practice-hero--featured h1 { font-size: clamp(2.8rem, 5vw, 5rem); line-height: 1.03; letter-spacing: -.035em; }
.practice-hero--featured .hero-copy > p:not(.hero-kicker) { margin-top: 24px; font-size: 1.0625rem; line-height: 1.65; max-width: 37ch; }
.hero-feature { min-width: 0; }
.hero-feature .story-item-label { color: #d3d3cf; }
.hero-feature .story-card .project-line { background: rgb(5 5 5 / .8); padding: 16px 12px; }
.hero-feature .story-caption { margin-top: 14px; font-size: 1rem; color: #ccc; }
.street-comparison { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 26px; align-items: start; }
.context-reference { min-width: 0; margin: 0; }
.reference-media { position: relative; aspect-ratio: 16 / 9; overflow: hidden; background: #090909; }
.reference-media img { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: contain; }
.context-reference figcaption { margin-top: 18px; max-width: 58ch; color: #bbb; font-size: 1rem; line-height: 1.6; }
.context-reference figcaption strong { display: block; margin-top: 6px; color: #ddd; font-size: .875rem; font-weight: 500; }
.image-credit { display: block; margin-top: 12px; color: #aaa; font-size: .8125rem; line-height: 1.6; }
.image-credit a { text-decoration: underline; text-underline-offset: 3px; }
.image-credit a:hover { color: var(--white); }
.everyday-pair { margin-top: 40px; padding-top: 32px; border-top: 1px solid var(--rule); }
.version-encounters { gap: 0; }
.version-encounters .story-item { padding: 0 22px; border-left: 1px solid var(--rule); }
.version-encounters .story-item:first-child { padding-left: 0; border-left: 0; }
.version-encounters .story-item:last-child { padding-right: 0; }
.version-encounters .story-item-label { min-height: 3em; color: var(--blue); }
.version-encounters .story-caption { color: #c4c4be; }
@media (max-width: 900px) {
  .practice-hero--featured { grid-template-columns: 1fr; gap: 28px; padding-top: 32px; }
  .practice-hero--featured .hero-copy > p:not(.hero-kicker) { max-width: 55ch; margin-top: 18px; }
  .practice-hero--featured .text-link { margin-top: 20px; }
  .version-encounters { grid-template-columns: 1fr; gap: 30px; }
  .version-encounters .story-item, .version-encounters .story-item:first-child, .version-encounters .story-item:last-child { padding: 0 0 0 18px; border-left: 1px solid var(--rule); }
  .version-encounters .story-item-label { min-height: 0; }
}
@media (max-width: 620px) {
  .practice-hero--featured { padding: 24px var(--gutter) 32px; gap: 26px; }
  .practice-hero--featured h1 { font-size: clamp(2.6rem, 11vw, 3.5rem); }
  .hero-feature .project-line { grid-template-columns: 1fr auto; gap: 8px; }
  .hero-feature .story-card .project-line strong { font-size: 1rem; }
  .street-comparison { grid-template-columns: 1fr; gap: 28px; }
}
