:root {
  --ink: #171a17;
  --ink-soft: #282c27;
  --paper: #ece9df;
  --paper-light: #f6f3e9;
  --steel: #a9aaa4;
  --rust: #a34f2d;
  --acid: #b9ff38;
  --line: rgba(23, 26, 23, .2);
  --max: 1440px;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body { margin: 0; color: var(--ink); background: var(--paper); font-family: "Arial Narrow", "Helvetica Neue", Arial, sans-serif; line-height: 1.45; }
img { display: block; max-width: 100%; }
a { color: inherit; }
.sr-only { position: absolute; width: 1px; height: 1px; overflow: hidden; clip: rect(0,0,0,0); }
.skip { position: fixed; left: 1rem; top: -5rem; z-index: 100; padding: .8rem 1rem; background: var(--acid); color: var(--ink); font-weight: 800; }
.skip:focus { top: 1rem; }

.site-header { position: fixed; z-index: 50; inset: 0 0 auto; height: 84px; padding: 0 clamp(1.25rem, 4vw, 4.5rem); display: flex; justify-content: space-between; align-items: center; color: white; border-bottom: 1px solid rgba(255,255,255,.25); transition: background .3s, height .3s; }
.site-header.scrolled { height: 66px; background: rgba(23,26,23,.94); backdrop-filter: blur(12px); }
.brand { display: inline-flex; align-items: baseline; gap: .28rem; text-decoration: none; font-weight: 900; letter-spacing: -.04em; line-height: 1; }
.brand-heavy { font-size: 1.3rem; }
.brand-i { display: grid; place-items: center; width: 1.4rem; height: 1.75rem; color: var(--ink); background: var(--acid); font-size: 1.22rem; }
.brand-furniture { font-size: .65rem; letter-spacing: .15em; }
.navigation { display: flex; gap: clamp(1.2rem, 3vw, 3rem); font-size: .76rem; font-weight: 800; letter-spacing: .12em; text-transform: uppercase; }
.navigation a { position: relative; text-decoration: none; }
.navigation a::after { content: ""; position: absolute; left: 0; bottom: -.45rem; width: 100%; height: 2px; background: var(--acid); transform: scaleX(0); transform-origin: right; transition: transform .2s; }
.navigation a:hover::after, .navigation a:focus-visible::after { transform: scaleX(1); transform-origin: left; }
.nav-toggle { display: none; background: none; border: 0; color: inherit; padding: .6rem; }
.nav-toggle span:not(.sr-only) { display: block; width: 24px; height: 2px; margin: 6px 0; background: currentColor; }

.hero { min-height: 100svh; position: relative; display: grid; align-items: end; overflow: hidden; color: white; background: #242822; }
.hero-image { position: absolute; inset: 0; background: url("assets/found-table-front.webp") center 56% / cover no-repeat; transform: scale(1.01); }
.hero-shade { position: absolute; inset: 0; background: linear-gradient(90deg, rgba(10,12,10,.87) 0%, rgba(10,12,10,.44) 48%, rgba(10,12,10,.07) 100%), linear-gradient(0deg, rgba(10,12,10,.5), transparent 55%); }
.hero-content { position: relative; z-index: 2; width: min(900px, 87vw); padding: 10rem clamp(1.5rem, 8vw, 8rem) clamp(4.5rem, 10vh, 7rem); }
.eyebrow, .kicker, .label { margin: 0 0 1.3rem; font-size: .73rem; font-weight: 900; letter-spacing: .2em; text-transform: uppercase; }
.eyebrow span { color: var(--acid); margin: 0 .6rem; }
h1, h2, h3, p { margin-top: 0; }
h1, h2 { font-weight: 900; letter-spacing: -.065em; line-height: .87; text-transform: uppercase; }
h1 { margin: 0 0 2rem; font-size: clamp(4.5rem, 12.5vw, 11rem); }
h1 em { color: var(--acid); font-style: normal; }
.hero-intro { max-width: 650px; margin-bottom: 2.5rem; font-size: clamp(1.05rem, 1.7vw, 1.45rem); line-height: 1.35; }
.hero-index { position: absolute; z-index: 2; right: clamp(1.5rem, 5vw, 5rem); bottom: 3.5rem; font-size: 1rem; font-weight: 900; letter-spacing: .15em; writing-mode: vertical-rl; }
.hero-index span { color: var(--acid); }
.button { display: inline-flex; min-width: 230px; justify-content: space-between; align-items: center; gap: 2rem; padding: 1rem 1.2rem; border: 1px solid currentColor; text-decoration: none; font-size: .75rem; font-weight: 900; letter-spacing: .12em; text-transform: uppercase; transition: color .2s, background .2s, transform .2s; }
.button:hover { transform: translateY(-2px); }
.button-light:hover { color: var(--ink); background: var(--acid); border-color: var(--acid); }

.section-number { padding-bottom: 1rem; border-bottom: 1px solid var(--line); font-size: .68rem; font-weight: 800; letter-spacing: .16em; text-transform: uppercase; }
.section-number.light { color: var(--steel); border-color: rgba(255,255,255,.18); }
.statement { max-width: var(--max); margin: auto; padding: clamp(5rem, 10vw, 10rem) clamp(1.5rem, 6vw, 6rem); display: grid; grid-template-columns: 1.35fr .65fr; gap: 5rem; }
.statement > .section-number { grid-column: 1 / -1; }
.statement h2, .process h2, .piece h2, .commission h2 { margin: 0; font-size: clamp(3.3rem, 7vw, 7.5rem); }
.statement h2 span, .piece h2 span { color: var(--rust); }
.lead { max-width: 780px; margin: 2.5rem 0 0; font-size: clamp(1.25rem, 2vw, 1.8rem); line-height: 1.3; }
.statement-aside { align-self: end; border-top: 1px solid var(--ink); }
.definition { display: grid; grid-template-columns: 70px 1fr; gap: 1rem; padding: 1.5rem 0; border-bottom: 1px solid var(--line); }
.definition-letter { display: grid; place-items: center; width: 48px; height: 48px; color: var(--ink); background: var(--acid); font-size: 2rem; font-weight: 900; }
.definition strong { text-transform: uppercase; letter-spacing: .08em; }
.definition p { margin: .4rem 0 0; color: #55594f; }

.materials-band { display: flex; align-items: center; justify-content: space-around; gap: 1.2rem; padding: 1.15rem 2rem; overflow: hidden; color: var(--paper); background: var(--rust); white-space: nowrap; }
.materials-band p { margin: 0; font-size: .72rem; font-weight: 900; letter-spacing: .14em; text-transform: uppercase; }
.materials-band span { font-size: .5rem; }

.process { padding: clamp(5rem, 9vw, 9rem) clamp(1.5rem, 6vw, 6rem); color: var(--paper); background: var(--ink); }
.process > * { max-width: var(--max); margin-left: auto; margin-right: auto; }
.process-head { margin-top: clamp(4rem, 7vw, 7rem); }
.process-head h2 { color: var(--acid); }
.machine-card { margin-top: 5rem; display: grid; grid-template-columns: 1.3fr .7fr; min-height: 530px; border: 1px solid rgba(255,255,255,.2); }
.machine-graphic { position: relative; display: grid; place-items: center; overflow: hidden; min-height: 430px; color: var(--acid); background: radial-gradient(circle at 50% 65%, #3f453c, #20231f 65%); }
.machine-graphic svg { position: relative; z-index: 2; width: 88%; filter: drop-shadow(0 20px 20px rgba(0,0,0,.35)); }
.ghost-type { position: absolute; left: -1rem; bottom: -3rem; color: rgba(255,255,255,.035); font-size: clamp(5rem, 12vw, 12rem); font-weight: 900; letter-spacing: -.08em; }
.machine-copy { display: flex; flex-direction: column; justify-content: flex-end; padding: clamp(2rem, 5vw, 5rem); background: #2c302a; }
.machine-copy h3 { font-size: clamp(1.8rem, 3vw, 3rem); line-height: 1; text-transform: uppercase; }
.machine-copy p:last-child { color: #c4c6be; font-size: 1.05rem; }
.donor-intro { margin-top: clamp(5rem, 9vw, 9rem); display: grid; grid-template-columns: 1fr 1fr; gap: 4rem; align-items: end; }
.donor-intro h3 { margin: 0; color: var(--acid); font-size: clamp(3rem, 6vw, 6.5rem); font-weight: 900; letter-spacing: -.06em; line-height: .9; text-transform: uppercase; }
.donor-intro > p { margin: 0; max-width: 670px; color: #c4c6be; font-size: 1.12rem; }
.donor-grid { margin-top: 3rem; display: grid; grid-template-columns: repeat(4, 1fr); grid-auto-flow: dense; gap: .8rem; }
.donor-grid figure { position: relative; margin: 0; min-height: 320px; overflow: hidden; background: #262a25; }
.donor-grid img { width: 100%; height: 100%; min-height: 320px; aspect-ratio: 3/4; object-fit: cover; filter: saturate(.72) contrast(1.08); transition: filter .35s, transform .5s; }
.donor-grid figure:hover img { filter: saturate(1) contrast(1.02); transform: scale(1.018); }
.donor-grid figcaption { position: absolute; inset: auto 0 0; margin: 0; padding: 2.6rem .9rem .8rem; color: white; background: linear-gradient(transparent, rgba(10,12,10,.9)); }
.donor-grid figcaption span:first-child { color: var(--acid); }
.donor-grid .donor-large { grid-column: span 2; grid-row: span 2; }
.donor-grid .donor-large img { aspect-ratio: auto; }
.donor-grid .donor-tall { grid-row: span 2; }
.donor-grid .donor-tall img { aspect-ratio: auto; }
.donor-grid .donor-wide { grid-column: span 2; }
.donor-grid .donor-wide img { aspect-ratio: 16/9; }
.steps { margin-top: 5rem; padding: 0; display: grid; grid-template-columns: repeat(4, 1fr); list-style: none; border-top: 1px solid rgba(255,255,255,.25); }
.steps li { padding: 2rem 1.5rem 0 0; border-right: 1px solid rgba(255,255,255,.18); }
.steps li + li { padding-left: 1.5rem; }
.steps li:last-child { border-right: 0; }
.steps span { color: var(--acid); font-size: .7rem; font-weight: 900; }
.steps h3 { margin: 2rem 0 1rem; font-size: 1.5rem; text-transform: uppercase; }
.steps p { color: #aeb1aa; }

.piece { max-width: var(--max); margin: auto; padding: clamp(5rem, 10vw, 10rem) clamp(1.5rem, 6vw, 6rem); }
.piece-title { margin: 4rem 0 3rem; display: flex; justify-content: space-between; align-items: end; gap: 2rem; }
.piece-title > p { margin-bottom: .7rem; font-size: .8rem; font-weight: 800; letter-spacing: .08em; text-align: right; text-transform: uppercase; }
.feature-image img { width: 100%; aspect-ratio: 16/9; object-fit: cover; }
figcaption { display: flex; justify-content: space-between; gap: 1rem; margin-top: .8rem; font-size: .68rem; font-weight: 800; letter-spacing: .12em; text-transform: uppercase; }
.gallery { margin-top: clamp(3rem, 7vw, 7rem); display: grid; grid-template-columns: .85fr 1.2fr .85fr; gap: 1.2rem; align-items: start; }
.gallery figure { margin: 0; }
.gallery img { width: 100%; aspect-ratio: 3/4; object-fit: cover; }
.gallery .portrait { margin-top: 7rem; }
.gallery .portrait img { aspect-ratio: 4/5; }
.gallery figcaption { justify-content: flex-start; }
.piece-note { max-width: 920px; margin: clamp(5rem, 10vw, 10rem) 0 0 auto; padding-left: 2rem; border-left: 8px solid var(--rust); }
.piece-note blockquote { margin: 0; font-size: clamp(1.8rem, 3vw, 3.2rem); font-weight: 800; letter-spacing: -.035em; line-height: 1.14; }

.commission { display: grid; grid-template-columns: 1.2fr .8fr; color: var(--paper); background: var(--rust); }
.commission-copy { padding: clamp(4rem, 8vw, 8rem); }
.commission-copy h2 { max-width: 900px; }
.commission-copy > p:last-child { max-width: 700px; margin-top: 2.5rem; font-size: 1.15rem; }
.commission-panel { padding: clamp(4rem, 6vw, 6rem); color: var(--paper); background: var(--ink); }
.commission-panel ul { margin: 2rem 0 3rem; padding: 0; list-style: none; border-top: 1px solid rgba(255,255,255,.22); }
.commission-panel li { display: grid; grid-template-columns: 2.8rem 1fr; gap: 1rem; padding: 1.2rem 0; border-bottom: 1px solid rgba(255,255,255,.22); font-size: .85rem; font-weight: 800; letter-spacing: .06em; text-transform: uppercase; }
.commission-panel li span { color: var(--acid); }
.button-dark { color: var(--ink); background: var(--acid); border-color: var(--acid); }
.button-dark:hover { color: var(--paper); background: transparent; border-color: var(--paper); }

footer { padding: 4rem clamp(1.5rem, 6vw, 6rem) 2rem; display: grid; grid-template-columns: 1fr 1fr; gap: 3rem; color: var(--paper); background: #0d0f0d; }
.footer-brand { color: white; align-self: start; }
footer p { margin: 0; color: #999d95; font-size: .78rem; }
.ocean-link { text-align: right; }
.copyright { grid-column: 1 / -1; padding-top: 2rem; border-top: 1px solid rgba(255,255,255,.16); }

.reveal { opacity: 0; transform: translateY(24px); transition: opacity .7s ease, transform .7s ease; }
.reveal.visible { opacity: 1; transform: none; }

/* SECOND MOTION */
.collection-page { background: var(--paper-light); }
.collection-page .site-header { background: rgba(23,26,23,.96); }
.collection-hero { padding: 9rem clamp(1.5rem, 6vw, 6rem) clamp(5rem, 9vw, 9rem); color: var(--paper); background: var(--ink); }
.collection-hero-copy, .collection-hero-image, .collection-intro, .collection-grid { max-width: var(--max); margin-left: auto; margin-right: auto; }
.collection-hero-copy { display: grid; grid-template-columns: 1.25fr .75fr; gap: 3rem; align-items: end; }
.collection-hero-copy .eyebrow { grid-column: 1 / -1; }
.collection-hero h1 { margin: 0; font-size: clamp(4.5rem, 11vw, 10rem); }
.collection-hero h1 em { color: var(--acid); }
.collection-hero-copy > p:last-child { max-width: 620px; margin: 0 0 .8rem; color: #c7cac3; font-size: clamp(1.05rem, 1.7vw, 1.35rem); }
.collection-hero-image { margin-top: clamp(3rem, 7vw, 7rem); }
.collection-hero-image img { width: 100%; background: var(--paper); }
.collection-hero-image figcaption { color: #aeb1aa; }
.collection-hero-image figcaption span:first-child { color: var(--acid); }

.collection-intro { padding: clamp(5rem, 9vw, 9rem) clamp(1.5rem, 6vw, 6rem); display: grid; grid-template-columns: 1.15fr .85fr; gap: 4rem; }
.collection-intro .section-number { grid-column: 1 / -1; }
.collection-intro h2 { margin: 0; max-width: 900px; font-size: clamp(3rem, 6vw, 6.5rem); }
.collection-intro .lead { align-self: end; margin: 0; font-size: clamp(1.1rem, 1.8vw, 1.45rem); }

.collection-grid { padding: 0 clamp(1.5rem, 6vw, 6rem) clamp(6rem, 11vw, 11rem); display: grid; grid-template-columns: 1fr 1fr; gap: clamp(1.2rem, 3vw, 3rem); }
.collection-item { margin: 0; background: var(--paper); border-top: 8px solid var(--ink); }
.collection-item-wide { grid-column: span 2; }
.collection-crop { width: 100%; overflow: hidden; background-image: url("assets/second-motion-collection.png"); background-repeat: no-repeat; background-color: #e7e1d9; }
.crop-rotor { aspect-ratio: 554 / 400; background-size: 277.3% auto; background-position: 0 0; }
.crop-twinarm { aspect-ratio: 414 / 400; background-size: 371% auto; background-position: 49.8% 0; }
.crop-orbit { aspect-ratio: 558 / 400; background-size: 275.3% auto; background-position: 100% 0; }
.crop-blackheart { aspect-ratio: 851 / 258; background-size: 180.5% auto; background-position: 0 52.75%; }
.crop-powerplant { aspect-ratio: 680 / 258; background-size: 225.9% auto; background-position: 100% 52.75%; }
.crop-twinbeam { aspect-ratio: 721 / 358; background-size: 213% auto; background-position: 0 100%; }
.crop-backbone { aspect-ratio: 812 / 358; background-size: 189.2% auto; background-position: 100% 100%; }
.collection-item-copy { padding: clamp(1.4rem, 3vw, 2.6rem); display: grid; grid-template-columns: 1fr auto; gap: .45rem 2rem; align-items: end; }
.collection-item-copy p { grid-column: 1 / -1; margin: 0; color: var(--rust); font-size: .7rem; font-weight: 900; letter-spacing: .16em; text-transform: uppercase; }
.collection-item-copy h2 { margin: 0; font-size: clamp(2rem, 4.2vw, 4.8rem); }
.collection-item-copy blockquote { margin: 0 0 .35rem; max-width: 330px; font-size: clamp(1rem, 1.5vw, 1.25rem); font-weight: 800; text-align: right; }
.collection-note { padding: clamp(5rem, 9vw, 9rem) clamp(1.5rem, 8vw, 8rem); color: var(--paper); background: var(--rust); }
.collection-note h2 { max-width: 1100px; margin: 0; font-size: clamp(3rem, 7vw, 7rem); }
.collection-note > p:not(.kicker) { max-width: 760px; margin: 2.5rem 0; font-size: 1.2rem; }

@media (max-width: 900px) {
  .site-header { height: 68px; }
  .nav-toggle { display: block; z-index: 2; }
  .navigation { position: fixed; inset: 0; display: flex; flex-direction: column; justify-content: center; align-items: center; gap: 2rem; color: var(--paper); background: var(--ink); font-size: 1rem; transform: translateY(-102%); transition: transform .35s ease; }
  .navigation.open { transform: none; }
  .statement, .commission { grid-template-columns: 1fr; }
  .statement { gap: 3rem; }
  .machine-card { grid-template-columns: 1fr; }
  .donor-intro { grid-template-columns: 1fr; gap: 1.5rem; }
  .donor-grid { grid-template-columns: repeat(2, 1fr); }
  .steps { grid-template-columns: 1fr 1fr; }
  .steps li:nth-child(2) { border-right: 0; }
  .piece-title { align-items: start; flex-direction: column; }
  .piece-title > p { text-align: left; }
  .gallery { grid-template-columns: 1fr 1fr; }
  .gallery figure:last-child { grid-column: 1 / -1; width: 55%; margin-left: auto; }
  .collection-hero-copy, .collection-intro { grid-template-columns: 1fr; }
  .collection-hero-copy .eyebrow, .collection-intro .section-number { grid-column: auto; }
}

@media (max-width: 600px) {
  .brand-furniture { display: none; }
  .hero-content { padding-left: 1.3rem; }
  .hero-shade { background: linear-gradient(0deg, rgba(10,12,10,.88), rgba(10,12,10,.2) 85%); }
  .hero-image { background-position: 55% center; }
  h1 { font-size: clamp(4rem, 22vw, 6rem); }
  .hero-index { display: none; }
  .statement h2, .process h2, .piece h2, .commission h2 { font-size: clamp(3rem, 16vw, 4.6rem); }
  .materials-band { justify-content: flex-start; overflow-x: auto; }
  .steps { grid-template-columns: 1fr; }
  .donor-grid { grid-template-columns: 1fr 1fr; gap: .5rem; }
  .donor-grid figure, .donor-grid img { min-height: 250px; }
  .donor-grid .donor-large { grid-row: auto; }
  .donor-grid .donor-tall { grid-row: span 2; }
  .donor-grid .donor-wide { grid-column: span 2; }
  .donor-grid figcaption span:last-child { display: none; }
  .steps li, .steps li + li { padding: 1.6rem 0; border-right: 0; border-bottom: 1px solid rgba(255,255,255,.18); }
  .steps h3 { margin: .6rem 0; }
  .gallery { grid-template-columns: 1fr; }
  .gallery .portrait { margin-top: 0; }
  .gallery figure:last-child { grid-column: auto; width: 100%; }
  .gallery img, .gallery .portrait img { aspect-ratio: 4/5; }
  footer { grid-template-columns: 1fr; }
  .ocean-link { text-align: left; }
  .copyright { grid-column: auto; }
  .collection-hero { padding-top: 7rem; }
  .collection-grid { grid-template-columns: 1fr; }
  .collection-item-wide { grid-column: auto; }
  .collection-item-copy { grid-template-columns: 1fr; }
  .collection-item-copy blockquote { text-align: left; }
  .collection-crop { min-height: 220px; }
}

@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  *, *::before, *::after { transition-duration: .01ms !important; animation-duration: .01ms !important; }
  .reveal { opacity: 1; transform: none; }
}
