:root {
  --ink: #0b0b0b;
  --paper: #f2eddc;
  --muted: #aaa69a;
  --line: rgba(242, 237, 220, 0.18);
  --lime: #c9ff35;
  --display: Impact, Haettenschweiler, "Arial Narrow Bold", sans-serif;
  --body: Inter, ui-sans-serif, system-ui, sans-serif;
  color-scheme: dark;
  font-family: var(--body);
  color: var(--paper);
  background: var(--ink);
  scroll-behavior: smooth;
}

* { box-sizing: border-box; }
body {
  margin: 0;
  background:
    radial-gradient(ellipse at 95% 3%, rgba(201, 255, 53, 0.07), transparent 28rem),
    radial-gradient(ellipse at 0% 45%, rgba(130, 91, 210, 0.045), transparent 40rem),
    repeating-linear-gradient(90deg, transparent 0, transparent calc(8.333vw - 1px), rgba(242, 237, 220, 0.025) calc(8.333vw - 1px), rgba(242, 237, 220, 0.025) 8.333vw);
  -webkit-font-smoothing: antialiased;
}
a { color: inherit; text-decoration: none; }
a:focus-visible { outline: 3px solid var(--accent, var(--lime)); outline-offset: 7px; }
::selection { background: var(--lime); color: var(--ink); }
h1, h2, h3, p { margin: 0; }
.page-width { width: min(100% - 96px, 1600px); margin-inline: auto; }
.skip-link { position: fixed; top: 12px; left: 12px; z-index: 10; padding: 14px 20px; background: var(--lime); color: var(--ink); transform: translateY(-160%); }
.skip-link:focus { transform: translateY(0); }
.masthead { min-height: clamp(620px, 78svh, 900px); display: flex; flex-direction: column; padding-top: 28px; padding-bottom: 44px; }
.edition-line, .masthead-rule, .footer { display: flex; align-items: center; justify-content: space-between; gap: 20px; }
.edition-line, .masthead-rule, .eyebrow, .project-kicker, .artwork-label, .collection-heading > p, .footer, .missing-address > span { font-size: 10px; font-weight: 600; line-height: 1.6; letter-spacing: 0.12em; }
.edition-brand { display: inline-flex; gap: 10px; align-items: center; }
.status-dot { height: 7px; width: 7px; background: var(--lime); border-radius: 50%; box-shadow: 0 0 15px #c9ff3530; }
.edition-divider { color: var(--muted); padding: 0 14px; }
.wordmark { font-family: var(--display); font-size: clamp(5rem, 20vw, 18rem); font-weight: 900; letter-spacing: -0.075em; line-height: 0.9; margin: 48px 0 30px; white-space: nowrap; transform: scaleX(0.88); transform-origin: left center; }
.wordmark-period { color: var(--lime); }
.masthead-rule { border-top: 1px solid var(--line); padding-top: 13px; color: var(--muted); }
.masthead-bottom { display: grid; grid-template-columns: 1.4fr 1fr 150px; gap: 48px; align-items: end; margin-top: auto; padding-top: 72px; }
.eyebrow { color: var(--muted); }
.hero-title { font-size: clamp(1.75rem, 3vw, 3.3rem); font-weight: 500; line-height: 1.15; letter-spacing: -0.055em; margin-top: 17px; }
.hero-title > span { color: var(--muted); }
.hero-note > p { max-width: 320px; color: var(--muted); font-size: 13px; line-height: 1.8; }
.collection-link { display: inline-flex; align-items: center; min-height: 44px; gap: 24px; margin-top: 19px; border-bottom: 1px solid var(--paper); font-size: 12px; }
.collection-link > span { color: var(--lime); font-size: 22px; }
.collection-link:hover { color: var(--lime); border-color: var(--lime); }
.exhibition-seal { width: 146px; aspect-ratio: 1; border: 1px solid var(--line); border-radius: 50%; display: flex; flex-direction: column; align-items: center; justify-content: center; gap: 9px; transform: rotate(12deg); }
.exhibition-seal > span { font-size: 6px; letter-spacing: 0.12em; }
.exhibition-seal > strong { font-size: 58px; font-weight: 400; line-height: 1; color: var(--lime); }
.signal-strip { display: grid; grid-template-columns: minmax(0, 1.4fr) minmax(250px, .8fr) minmax(180px, .5fr); align-items: stretch; gap: 0; margin-top: 42px; min-height: 86px; border-block: 1px solid var(--line); overflow: hidden; }
.signal-copy { display: flex; flex-direction: column; justify-content: center; gap: 10px; min-width: 0; padding: 17px 24px 17px 0; border-right: 1px solid var(--line); }
.signal-label { color: var(--lime); font-size: 9px; font-weight: 650; letter-spacing: .15em; }
.signal-word { overflow: hidden; color: var(--muted); font-family: var(--display); font-size: clamp(1.1rem, 2vw, 1.75rem); letter-spacing: .025em; line-height: 1; text-overflow: clip; white-space: nowrap; }
.signal-metrics { display: grid; grid-template-columns: repeat(3, 1fr); align-items: center; padding: 12px 24px; }
.signal-metrics > span { display: flex; flex-direction: column; gap: 4px; border-left: 1px solid var(--line); padding-left: 18px; }
.signal-metrics > span:first-child { border-left: 0; padding-left: 0; }
.signal-metrics strong { color: var(--paper); font-family: var(--display); font-size: clamp(1.8rem, 3vw, 2.9rem); font-weight: 400; letter-spacing: -.04em; line-height: .8; }
.signal-metrics small { color: var(--muted); font-size: 8px; letter-spacing: .14em; text-transform: uppercase; }
.signal-stack { position: relative; min-width: 0; border-left: 1px solid var(--line); }
.signal-thumb { position: absolute; top: 17px; width: 72px; height: 52px; overflow: hidden; border: 1px solid var(--ink); background: #222; transform: rotate(var(--tilt)); }
.signal-thumb:nth-child(1) { left: 12px; --tilt: -6deg; z-index: 3; }
.signal-thumb:nth-child(2) { left: 48px; --tilt: 3deg; z-index: 2; }
.signal-thumb:nth-child(3) { left: 84px; --tilt: 10deg; z-index: 1; }
.signal-thumb img { width: 100%; height: 100%; object-fit: cover; }
.collection { scroll-margin-top: 28px; }
.collection-heading { display: flex; justify-content: space-between; align-items: baseline; gap: 24px; border-top: 1px solid var(--paper); padding: 24px 0 38px; }
.collection-heading > h2 { font-size: 24px; letter-spacing: -0.045em; font-weight: 500; }
.collection-count { font-size: 11px; color: var(--lime); vertical-align: super; margin-left: 9px; letter-spacing: 0; }
.collection-heading > p { color: var(--muted); }
.collection-heading > p > span { margin-left: 15px; color: var(--lime); font-size: 20px; }
.project-grid { display: grid; grid-template-columns: repeat(12, minmax(0, 1fr)); gap: 68px 32px; align-items: start; }
.project-card { min-width: 0; grid-column: span 6; opacity: 1; transform: none; }
.project-card--hero { grid-column: span 8 !important; }
.project-card:nth-child(2) { grid-column: span 4 !important; margin-top: 92px; }
.project-card:nth-child(6n + 1), .project-card:nth-child(6n + 4) { grid-column: span 7; }
.project-card:nth-child(6n + 2), .project-card:nth-child(6n + 3) { grid-column: span 5; }
.project-card:nth-child(6n + 2) { margin-top: 65px; }
.project-card:nth-child(6n + 3) { margin-top: 35px; }
.project-link { display: block; }
.project-kicker { display: flex; align-items: center; justify-content: space-between; padding: 0 0 12px; text-transform: uppercase; }
.project-kicker::before { content: ''; width: 5px; height: 5px; margin-right: 8px; background: var(--accent); }
.project-kicker > span:first-child { margin-right: auto; }
.project-kicker > span:last-child { font-size: 16px; color: var(--accent); line-height: 1; }
.project-artwork { position: relative; aspect-ratio: 4 / 3; overflow: hidden; background: #1b1b19; border: 1px solid var(--line); }
.project-card--featured .project-artwork { aspect-ratio: 16 / 10; }
.project-artwork > img { width: calc(100% + 12px); height: calc(100% + 12px); max-width: none; position: absolute; inset: -6px; object-fit: cover; object-position: center; transform: translate(clamp(-6px, calc(var(--pointer-x, 0) * 12px), 6px), clamp(-6px, calc(var(--pointer-y, 0) * 12px), 6px)); transition: transform 220ms ease-out; }
/* These previews are full-page captures: keep the opening scene in view. */
.project-link:is([href="/02/"], [href="/04/"]) .project-artwork > img { object-position: center top; }
.project-artwork::after { position: absolute; inset: 0; content: ''; pointer-events: none; border: 1px solid transparent; transition: border-color 220ms; }
.project-link:hover .project-artwork::after, .project-link:focus-visible .project-artwork::after { border-color: var(--accent); }
.artwork-label { position: absolute; top: 15px; left: 15px; background: var(--ink); color: var(--paper); padding: 6px 9px; font-size: 8px; }
.artwork-arrow { position: absolute; right: 15px; bottom: 15px; background: var(--accent); color: var(--ink); width: 44px; height: 44px; border-radius: 50%; display: grid; place-items: center; font-size: 26px; opacity: 0; transform: translateY(8px); transition: opacity 180ms, transform 180ms; }
.project-link:hover .artwork-arrow, .project-link:focus-visible .artwork-arrow { opacity: 1; transform: none; }
.project-caption { display: grid; grid-template-columns: auto minmax(0, 1fr); gap: 22px; padding-top: 19px; }
.project-number { font-family: var(--display); font-size: clamp(3rem, 5.5vw, 5.5rem); line-height: 0.95; letter-spacing: -0.065em; color: var(--accent); }
.project-details > h3 { font-size: clamp(1.2rem, 2vw, 2rem); line-height: 1.1; font-weight: 600; letter-spacing: -0.045em; }
.project-details > p { margin-top: 9px; color: var(--muted); font-size: 12px; line-height: 1.65; max-width: 37ch; }
.enter-world { display: inline-flex; align-items: center; gap: 12px; font-size: 10px; font-weight: 600; margin-top: 12px; min-height: 24px; }
.enter-world > span { color: var(--accent); font-size: 16px; transition: transform 180ms; }
.project-link:hover .enter-world > span { transform: translate(2px, -2px); }
.motion-ready .project-card { opacity: 0; transform: translateY(28px); transition: opacity 650ms ease, transform 650ms cubic-bezier(0.2, 0.65, 0.3, 1); transition-delay: calc(mod(var(--index), 2) * 70ms); }
.motion-ready .project-card.is-visible, .motion-ready .project-card:focus-within { opacity: 1; transform: none; }
.closing { position: relative; padding: 68px 0 76px; margin-top: 110px; border-top: 1px solid var(--line); }
.closing > h2 { font-size: clamp(3rem, 7vw, 7rem); font-weight: 500; line-height: 1.03; letter-spacing: -0.065em; margin-top: 24px; }
.closing > h2 > span { color: var(--muted); }
.back-to-top { display: inline-flex; align-items: center; justify-content: space-between; gap: 36px; margin-top: 34px; min-height: 48px; padding: 10px 17px; background: var(--lime); color: var(--ink); font-size: 12px; font-weight: 650; border: 1px solid var(--lime); }
.back-to-top > span { font-size: 21px; }
.back-to-top:hover { background: var(--paper); border-color: var(--paper); }
.closing-star { position: absolute; right: 3%; top: 20%; color: var(--lime); font-size: clamp(7rem, 19vw, 17rem); line-height: 1; transform: rotate(-12deg); }
.footer { border-top: 1px solid var(--line); padding: 20px 0 26px; color: var(--muted); font-size: 9px; }
.footer > a { min-height: 44px; display: inline-flex; align-items: center; color: var(--paper); font-size: 12px; letter-spacing: -0.02em; }
.error-masthead { padding-block: 28px; display: flex; align-items: center; justify-content: space-between; gap: 24px; border-bottom: 1px solid var(--line); }
.small-wordmark { font-family: var(--display); font-size: 24px; font-weight: 900; letter-spacing: -0.05em; display: inline-flex; align-items: center; min-height: 44px; }
.not-found-page { min-height: 100svh; display: flex; flex-direction: column; }
.not-found { position: relative; flex: 1; padding-block: clamp(60px, 10vh, 120px); }
.error-code { color: var(--lime); }
.not-found h1 { font-size: clamp(3rem, 7.5vw, 8rem); font-weight: 500; line-height: 1.02; letter-spacing: -0.065em; margin-block: 28px; }
.not-found h1 > span { color: var(--muted); }
.error-message { max-width: 43ch; font-size: 14px; line-height: 1.8; color: var(--muted); }
.missing-address { margin-top: 28px; max-width: 48ch; border-left: 1px solid var(--lime); padding-left: 16px; }
.missing-address > span { display: block; color: var(--muted); margin-bottom: 8px; }
.missing-address > code { font-size: 13px; overflow-wrap: anywhere; }
.recovery-links { display: flex; gap: 28px; flex-wrap: wrap; align-items: baseline; }
.error-orbit { position: absolute; right: 3%; top: 16%; width: 24%; aspect-ratio: 1; border: 1px solid var(--line); border-radius: 50%; display: grid; place-items: center; color: var(--lime); font-family: var(--display); font-size: clamp(5rem, 15vw, 15rem); transform: rotate(14deg); }

@media (min-width: 1800px) { .wordmark { font-size: 18rem; } }
@media (max-width: 1100px) {
  .page-width { width: calc(100% - 64px); }
  .masthead-bottom { grid-template-columns: 1.2fr 1fr; gap: 32px; }
  .exhibition-seal { display: none; }
  .project-grid { column-gap: 24px; }
  .project-caption { gap: 15px; }
  .signal-strip { grid-template-columns: minmax(0, 1fr) minmax(230px, .9fr); }
  .signal-stack { display: none; }
}
@media (max-width: 760px) {
  .page-width { width: calc(100% - 40px); }
  .masthead { padding-top: 20px; padding-bottom: 38px; min-height: 78svh; }
  .edition-line { font-size: 8px; gap: 14px; align-items: flex-start; }
  .edition-brand { gap: 7px; max-width: 145px; }
  .edition-line > span:last-child { white-space: nowrap; }
  .edition-divider { padding-inline: 5px; }
  .status-dot { flex-shrink: 0; }
  .wordmark { font-size: clamp(3.5rem, 19vw, 9rem); margin-top: 50px; margin-bottom: 24px; }
  .masthead-rule { font-size: 7px; letter-spacing: 0.08em; }
  .masthead-bottom { grid-template-columns: 1fr; gap: 25px; padding-top: 54px; }
  .signal-strip { grid-template-columns: 1fr; margin-top: 36px; }
  .signal-copy { padding: 14px 0; border-right: 0; }
  .signal-word { font-size: 1.2rem; }
  .signal-metrics { padding: 14px 0; border-top: 1px solid var(--line); }
  .signal-stack { display: block; height: 74px; border-left: 0; border-top: 1px solid var(--line); }
  .signal-thumb { top: 10px; }
  .hero-title { font-size: clamp(1.9rem, 7vw, 3rem); }
  .hero-note > p { max-width: 37ch; }
  .collection-link { margin-top: 15px; }
  .collection-heading { padding: 21px 0 28px; align-items: center; }
  .collection-heading > h2 { font-size: 21px; }
  .collection-heading > p { font-size: 0; }
  .collection-heading > p > span { font-size: 22px; margin: 0; }
  .project-grid { grid-template-columns: minmax(0, 1fr); row-gap: 42px; }
  .project-card:nth-child(n) { grid-column: 1; margin-top: 0; }
  .project-card--hero { grid-column: 1 !important; }
  .project-card:nth-child(2) { grid-column: 1 !important; }
  .project-caption { gap: 18px; padding-top: 17px; }
  .project-number { font-size: 56px; }
  .project-details > h3 { font-size: 25px; }
  .project-details > p { font-size: 12px; }
  .enter-world { min-height: 44px; margin-top: 4px; }
  .artwork-label { left: 10px; top: 10px; }
  .artwork-arrow { opacity: 1; transform: none; right: 10px; bottom: 10px; }
  .closing { margin-top: 65px; padding: 38px 0 48px; }
  .closing > .eyebrow { max-width: 27ch; font-size: 8px; }
  .closing > h2 { font-size: clamp(2.6rem, 10vw, 4.7rem); }
  .closing-star { right: 0; top: 29px; font-size: 55px; }
  .footer { flex-wrap: wrap; gap: 8px 20px; padding-top: 14px; }
  .footer > a { flex-basis: 100%; }
  .footer > span:last-child { margin-left: auto; }
  .error-masthead { padding-block: 16px; }
  .error-masthead > .eyebrow { max-width: 17ch; text-align: right; font-size: 8px; }
  .not-found { padding-block: 55px; }
  .not-found h1 { font-size: clamp(2.8rem, 11vw, 5rem); }
  .error-orbit { display: none; }
  .recovery-links { gap: 0 24px; }
}
@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  *, *::before, *::after { animation-duration: 0.01ms !important; animation-delay: 0ms !important; transition-duration: 0.01ms !important; transition-delay: 0ms !important; transform: none !important; }
  .motion-ready .project-card { opacity: 1; }
  .skip-link:not(:focus) { clip-path: inset(100%); }
  .wordmark { font-size: clamp(2.5rem, 14vw, 15rem); }
}
