:root {
  --lavender: #d4c2e6;
  --lavender-light: #dfd0ed;
  --black: #050505;
  --ink: #0b0b0c;
  --blue: #2549e6;
  --red: #f0442d;
  --yellow: #dfff00;
  --white: #f5f1f9;
  --muted: #5f5569;
  --line: rgba(5, 5, 5, .28);
  --display: "Arial Black", "Helvetica Neue", Arial, sans-serif;
  --body: Inter, ui-sans-serif, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  --mono: "SFMono-Regular", Consolas, "Liberation Mono", monospace;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  margin: 0;
  overflow-x: hidden;
  color: var(--black);
  background: var(--lavender);
  font-family: var(--body);
  font-size: 16px;
  line-height: 1.4;
}

body::before {
  position: fixed;
  inset: 0;
  z-index: 20;
  pointer-events: none;
  content: "";
  opacity: .18;
  background-image: radial-gradient(rgba(255, 255, 255, .7) .5px, transparent .8px), radial-gradient(rgba(0, 0, 0, .22) .45px, transparent .8px);
  background-position: 0 0, 11px 13px;
  background-size: 17px 17px, 23px 23px;
  mix-blend-mode: multiply;
}

body::after {
  position: fixed;
  inset: 0;
  z-index: 19;
  pointer-events: none;
  content: "";
  opacity: .08;
  background-image: linear-gradient(rgba(5, 5, 5, .22) 1px, transparent 1px), linear-gradient(90deg, rgba(5, 5, 5, .22) 1px, transparent 1px);
  background-size: 96px 96px;
  mask-image: linear-gradient(to bottom, black, transparent 68%);
}

a { color: inherit; text-decoration: none; }
button { font: inherit; }
figure { margin: 0; }
img { max-width: 100%; }

.page-width { width: min(1680px, 100%); margin: 0 auto; padding-right: 60px; padding-left: 60px; }

.poster-nav {
  position: relative;
  z-index: 5;
  display: grid;
  grid-template-columns: auto 1fr auto auto;
  align-items: center;
  gap: 26px;
  min-height: 82px;
  border-bottom: 1px solid var(--line);
}

.poster-brand { display: inline-flex; align-items: center; gap: 10px; font-family: var(--display); font-size: 12px; font-weight: 900; letter-spacing: -.035em; white-space: nowrap; }
.poster-brand em { color: var(--red); font-style: normal; }
.brand-bars { display: inline-flex; align-items: end; gap: 3px; width: 25px; height: 22px; }
.brand-bars i { display: block; width: 6px; transform: skew(-12deg); background: var(--red); }
.brand-bars i:nth-child(1) { height: 11px; background: var(--blue); }
.brand-bars i:nth-child(2) { height: 17px; }
.brand-bars i:nth-child(3) { height: 22px; background: var(--yellow); }
.nav-slabs { display: flex; align-items: center; gap: 10px; }
.nav-slabs span { display: block; width: 87px; height: 20px; background: var(--black); }
.nav-slabs span:last-child { width: 64px; }
.poster-nav nav { display: flex; align-items: center; gap: 18px; font-family: var(--mono); font-size: 9px; font-weight: 700; letter-spacing: .08em; text-transform: uppercase; }
.poster-nav nav a, .poster-footer a { transition: color .2s ease, transform .2s ease; }
.poster-nav nav a:hover, .poster-footer a:hover { color: var(--red); }
.nav-brief, .yellow-button { display: inline-flex; align-items: center; justify-content: center; min-height: 42px; padding: 12px 15px; background: var(--black); color: var(--white); font-family: var(--mono); font-size: 9px; font-weight: 800; letter-spacing: .06em; text-transform: uppercase; transition: background .2s ease, color .2s ease, transform .2s ease; }
.nav-brief:hover, .yellow-button:hover { background: var(--yellow); color: var(--black); transform: translateY(-2px); }

.reference-hero { position: relative; height: calc(100vh - 82px); min-height: 720px; padding-top: 26px; padding-bottom: 27px; }
.hero-left-ticks { position: absolute; top: 205px; left: 0; width: 38px; height: 350px; background: repeating-linear-gradient(to bottom, transparent 0 8px, rgba(5, 5, 5, .5) 8px 9px); }
.hero-left-ticks::after { position: absolute; top: 0; right: 0; width: 100%; height: 1px; content: ""; background: rgba(5, 5, 5, .5); box-shadow: 0 349px rgba(5, 5, 5, .5); }
.hero-dots { position: absolute; width: 124px; height: 104px; background-image: radial-gradient(var(--black) 1.6px, transparent 1.8px); background-size: 20px 20px; }
.hero-dots-top { top: 0; right: 26%; }
.hero-corner-bars { position: absolute; top: 12px; right: 22px; display: flex; align-items: center; gap: 12px; }
.hero-corner-bars span { display: block; width: 111px; height: 21px; background: var(--black); }
.hero-corner-bars i { display: block; width: 58px; height: 21px; background: var(--yellow); }

.hero-copy { position: relative; z-index: 4; width: 67%; padding-top: 51px; }
.ink-slab { display: flex; align-items: center; color: var(--white); background: var(--black); }
.slab-kicker { width: 48%; min-height: 25px; padding: 5px 12px; font-family: var(--mono); font-size: 9px; font-weight: 800; letter-spacing: .09em; text-transform: uppercase; }
.hero-copy h1 { margin: 32px 0 0; font-family: var(--display); font-size: clamp(42px, 4.7vw, 78px); font-weight: 900; letter-spacing: -.08em; line-height: .8; text-transform: uppercase; }
.hero-copy h1 .ink-slab { width: 82%; min-height: 66px; padding: 11px 20px 9px; white-space: nowrap; }
.hero-copy h1 .slab-skew { width: 65%; min-height: 65px; margin-top: 14px; clip-path: polygon(0 0, 100% 0, 95% 100%, 0 100%); }
.slab-long { justify-content: space-between; width: 79%; min-height: 61px; margin-top: 17px; padding: 10px 15px; clip-path: polygon(0 0, 100% 0, 96% 100%, 0 100%); font-family: var(--display); font-size: clamp(22px, 2.3vw, 36px); font-weight: 900; letter-spacing: -.07em; line-height: .85; text-transform: uppercase; }
.slab-long sup { align-self: start; color: var(--yellow); font: 700 10px var(--mono); letter-spacing: .08em; }
.acid-slab { display: flex; align-items: center; justify-content: space-between; width: 48%; min-height: 34px; margin-top: 16px; padding: 7px 12px; background: var(--yellow); color: var(--black); font-family: var(--mono); font-size: 8px; font-weight: 800; letter-spacing: .07em; text-transform: uppercase; }
.acid-slab strong { font-family: var(--display); font-size: 18px; letter-spacing: -.04em; }
.hero-lede { max-width: 445px; margin: 15px 0 0; color: var(--black); font-size: clamp(14px, 1.15vw, 17px); font-weight: 600; line-height: 1.24; }
.hero-claims { display: flex; flex-wrap: wrap; gap: 6px; max-width: 700px; margin-top: 12px; }
.hero-claims span { padding: 6px 8px; background: var(--black); color: var(--lavender-light); font-family: var(--mono); font-size: 7px; font-weight: 700; letter-spacing: .06em; text-transform: uppercase; }
.hero-claims span:nth-child(2) { background: var(--red); color: var(--black); }
.hero-claims span:nth-child(3) { background: var(--blue); color: var(--white); }
.hero-actions { display: flex; align-items: center; flex-wrap: wrap; gap: 24px; margin-top: 26px; }
.black-link { color: var(--black); font-family: var(--mono); font-size: 9px; font-weight: 800; letter-spacing: .07em; text-transform: uppercase; }
.black-link:hover { color: var(--red); }

.hero-arm { position: absolute; top: 50px; right: -35px; z-index: 2; width: 52%; height: 520px; overflow: visible; }
.arm-blue-shape, .arm-red-shape { position: absolute; content: ""; }
.arm-blue-shape { top: 16px; right: 32px; width: 73%; height: 380px; background: var(--blue); clip-path: polygon(18% 12%, 76% 0, 100% 14%, 89% 69%, 58% 100%, 7% 74%, 0 37%); }
.arm-red-shape { top: 171px; right: -7px; width: 62%; height: 278px; background: var(--red); clip-path: polygon(14% 0, 100% 0, 100% 100%, 0 91%, 31% 42%); }
.hero-arm img { position: absolute; top: -5px; right: -2px; width: 100%; height: 525px; object-fit: contain; object-position: center; filter: grayscale(1) contrast(1.5) brightness(1.15); mix-blend-mode: screen; }
.arm-caption { position: absolute; right: 120px; bottom: 26px; z-index: 3; padding: 7px 9px; background: var(--black); color: var(--yellow); font-family: var(--mono); font-size: 8px; font-weight: 800; letter-spacing: .08em; text-transform: uppercase; }
.arm-index { position: absolute; right: 38px; bottom: -2px; z-index: 3; color: var(--black); font-family: var(--display); font-size: 19px; font-weight: 900; letter-spacing: -.05em; }

.hero-collage { position: absolute; right: 0; bottom: 0; left: 0; z-index: 6; display: grid; grid-template-columns: 1.08fr 1.18fr .62fr 1fr; gap: 8px; height: 245px; }
.collage-tile { position: relative; overflow: hidden; border: 1px solid var(--black); background: var(--black); }
.collage-tile img { position: absolute; display: block; }
.tile-label { position: absolute; right: 12px; bottom: 11px; z-index: 4; max-width: 80%; padding: 6px 8px; background: var(--black); color: var(--white); font-family: var(--mono); font-size: 8px; font-weight: 800; letter-spacing: .07em; text-transform: uppercase; }
.tile-number { position: absolute; top: 10px; left: 12px; z-index: 4; color: var(--yellow); font-family: var(--display); font-size: 18px; font-weight: 900; }
.blue-paper { position: absolute; inset: 0; background: var(--blue); clip-path: polygon(0 0, 100% 0, 100% 80%, 81% 100%, 0 100%); }
.rover-tile::after { position: absolute; bottom: -50px; left: -25px; width: 280px; height: 120px; content: ""; background: var(--yellow); clip-path: polygon(0 0, 100% 60%, 0 100%); }
.rover-tile img { right: -8px; bottom: -3px; width: 92%; height: 90%; object-fit: contain; mix-blend-mode: multiply; transform: scale(1.15); }
.circuit-tile { background: var(--black); }
.circuit-lines { position: absolute; inset: 0; opacity: .95; background-image: linear-gradient(35deg, transparent 0 32%, var(--yellow) 33% 34%, transparent 35%), linear-gradient(0deg, transparent 0 64%, rgba(223, 255, 0, .8) 65% 66%, transparent 67%), repeating-linear-gradient(155deg, transparent 0 34px, rgba(223, 255, 0, .7) 35px 36px, transparent 37px 60px); }
.circuit-tile::after { position: absolute; right: -32px; bottom: -45px; width: 170px; height: 145px; content: ""; background: var(--blue); clip-path: polygon(0 22%, 72% 0, 100% 37%, 72% 100%, 0 100%); }
.circuit-tile img { right: 8%; bottom: -15%; width: 70%; height: 80%; object-fit: contain; opacity: .22; filter: grayscale(1) invert(1); mix-blend-mode: screen; }
.red-paper { position: absolute; inset: 0; background: var(--red); }
.gripper-tile img { inset: 0; width: 100%; height: 100%; object-fit: cover; object-position: center; opacity: .8; filter: grayscale(1) contrast(1.45); mix-blend-mode: multiply; }
.gripper-tile::after { position: absolute; right: -40px; bottom: -40px; width: 190px; height: 120px; content: ""; border-top: 14px solid var(--black); border-bottom: 14px solid var(--black); transform: rotate(-3deg); }
.geometry-tile { background: var(--lavender-light); }
.geometry-tile span:not(.tile-label):not(.tile-number) { position: absolute; display: block; }
.geo-black { top: 0; right: 0; width: 58%; height: 49%; background: var(--black); clip-path: polygon(0 0, 100% 0, 100% 84%, 30% 100%); }
.geo-blue { right: 0; bottom: 0; width: 76%; height: 68%; background: var(--blue); clip-path: polygon(0 28%, 53% 0, 100% 14%, 100% 100%, 0 100%); }
.geo-red { bottom: 0; left: 40%; width: 56%; height: 55%; background: var(--red); clip-path: polygon(0 24%, 100% 0, 100% 100%, 13% 83%); }
.geo-yellow { right: 0; bottom: 27%; width: 42%; height: 32%; background: var(--yellow); clip-path: polygon(0 0, 100% 0, 72% 100%, 0 80%); }
.geo-circle { top: 18%; left: 14%; width: 86px; height: 86px; border-radius: 50%; background: var(--lavender-light); box-shadow: 0 0 0 27px var(--black); }

.poster-band { display: grid; grid-template-columns: 1.5fr .85fr .95fr; gap: 8px; padding-top: 18px; padding-bottom: 24px; border-top: 1px solid var(--line); }
.band-black { display: flex; align-items: center; justify-content: space-around; min-height: 53px; padding: 10px 14px; background: var(--black); color: var(--white); font-family: var(--mono); font-size: 9px; font-weight: 800; letter-spacing: .07em; text-transform: uppercase; }
.band-yellow { display: flex; align-items: center; padding: 10px 15px; background: var(--yellow); font-family: var(--display); font-size: 18px; font-weight: 900; letter-spacing: -.04em; line-height: .9; text-transform: uppercase; }
.band-meta { display: flex; align-items: center; justify-content: space-around; min-height: 53px; border: 1px solid var(--black); font-family: var(--mono); font-size: 8px; font-weight: 800; letter-spacing: .06em; text-transform: uppercase; }

.poster-design-space { padding-top: 88px; padding-bottom: 96px; }
.design-space-head { display: grid; grid-template-columns: minmax(0, 1fr) minmax(300px, .55fr); gap: 30px; align-items: end; }
.design-space-head .black-strip { grid-column: 1 / -1; justify-self: start; }
.design-space-head h2 { max-width: 820px; margin-top: 25px; font-family: var(--display); font-size: clamp(50px, 5.5vw, 89px); font-weight: 900; letter-spacing: -.1em; line-height: .82; }
.design-space-head h2 span { color: var(--red); }
.design-space-head p { max-width: 430px; margin: 0 0 4px; color: var(--muted); font-size: 15px; font-weight: 600; line-height: 1.45; }
.design-space-feature { display: grid; grid-template-columns: minmax(0, 1.65fr) minmax(245px, .7fr); gap: 8px; margin-top: 54px; }
.design-search-figure { position: relative; min-height: 420px; overflow: hidden; border: 1px solid var(--black); background: var(--black); }
.design-search-figure img { display: block; width: 100%; height: 100%; min-height: 420px; object-fit: cover; object-position: center; filter: contrast(1.05) saturate(.9); }
.design-search-figure figcaption, .render-study figcaption { position: absolute; right: 13px; bottom: 13px; left: 13px; z-index: 2; display: flex; align-items: center; justify-content: space-between; gap: 12px; padding: 8px 10px; background: var(--black); color: var(--yellow); font-family: var(--mono); font-size: 8px; font-weight: 800; letter-spacing: .07em; text-transform: uppercase; }
.design-search-figure figcaption span:last-child { color: var(--white); }
.design-space-method { display: flex; flex-direction: column; border-top: 1px solid var(--black); }
.method-card { display: grid; grid-template-columns: 38px 1fr; grid-template-rows: auto auto; align-items: center; min-height: 78px; padding: 12px 10px; border-bottom: 1px solid var(--black); background: var(--black); color: var(--white); }
.method-card > span { grid-row: 1 / span 2; align-self: stretch; display: flex; align-items: center; color: var(--red); font: 800 10px var(--mono); }
.method-card strong { font-family: var(--display); font-size: 26px; font-weight: 900; letter-spacing: -.07em; line-height: .9; }
.method-card small { color: var(--lavender); font-size: 10px; font-weight: 700; line-height: 1.2; }
.method-card-yellow { background: var(--yellow); color: var(--black); }
.method-card-yellow > span { color: var(--red); }
.method-card-yellow small { color: var(--black); }
.method-note { flex: 1; display: grid; grid-template-columns: 26px 1fr; gap: 8px; align-content: start; min-height: 128px; padding: 14px 11px; border: 1px solid var(--black); border-top: 4px solid var(--red); background: var(--lavender-light); }
.method-note > span { color: var(--red); font: 900 16px var(--mono); }
.method-note p { max-width: 205px; margin: 0; color: var(--muted); font-family: var(--mono); font-size: 9px; font-weight: 700; letter-spacing: .04em; line-height: 1.45; text-transform: uppercase; }
.render-studies { display: grid; grid-template-columns: 1fr 1fr; gap: 8px; margin-top: 8px; }
.render-study { position: relative; min-height: 355px; overflow: hidden; border: 1px solid var(--black); background: var(--black); }
.render-study img { display: block; width: 100%; height: 100%; min-height: 355px; object-fit: cover; }
.render-study-studio img { object-position: center; }
.render-study-biology img { object-position: center; }
.render-study::after { position: absolute; inset: 0; z-index: 1; content: ""; background: linear-gradient(0deg, rgba(5, 5, 5, .7), transparent 46%); pointer-events: none; }
.render-study figcaption { align-items: end; }
.render-study figcaption span { display: block; }
.render-study figcaption small { max-width: 58%; color: var(--white); font: 700 9px var(--mono); letter-spacing: .04em; line-height: 1.25; text-align: right; text-transform: uppercase; }
.design-disclaimer { margin: 16px 0 0; color: var(--muted); font: 800 8px var(--mono); letter-spacing: .07em; text-transform: uppercase; }

.poster-story { display: grid; grid-template-columns: 80px minmax(320px, .86fr) minmax(420px, 1.14fr); gap: 22px; align-items: start; padding-top: 86px; padding-bottom: 94px; }
.story-rail { display: flex; min-height: 420px; flex-direction: column; align-items: center; }
.story-rail span { color: var(--red); font-family: var(--display); font-size: 76px; font-weight: 900; letter-spacing: -.12em; line-height: .8; }
.story-rail i { width: 1px; height: 180px; margin: 24px 0; background: var(--black); }
.story-rail small { color: var(--black); font-family: var(--mono); font-size: 8px; font-weight: 800; letter-spacing: .08em; line-height: 1.4; text-align: center; text-transform: uppercase; }
.black-strip { display: inline-flex; align-items: center; min-height: 29px; padding: 7px 11px; background: var(--black); color: var(--white); font-family: var(--mono); font-size: 9px; font-weight: 800; letter-spacing: .08em; text-transform: uppercase; }
.story-copy h2 { max-width: 680px; margin-top: 26px; font-family: var(--display); font-size: clamp(48px, 5.1vw, 86px); font-weight: 900; letter-spacing: -.1em; line-height: .83; }
.story-copy p { max-width: 470px; margin: 27px 0 0; color: var(--muted); font-size: 16px; font-weight: 600; line-height: 1.45; }
.story-note { display: inline-block; margin-top: 31px; padding-top: 12px; border-top: 4px solid var(--yellow); color: var(--black); font-family: var(--mono); font-size: 9px; font-weight: 800; letter-spacing: .09em; text-transform: uppercase; }
.story-art { position: relative; min-height: 505px; overflow: hidden; border: 1px solid var(--black); background: var(--lavender-light); }
.story-blue { position: absolute; top: 0; right: 0; width: 63%; height: 52%; background: var(--blue); clip-path: polygon(20% 0, 100% 7%, 86% 100%, 0 87%); }
.story-red { position: absolute; right: -30px; bottom: 0; width: 64%; height: 49%; background: var(--red); clip-path: polygon(24% 0, 100% 14%, 100% 100%, 0 86%); }
.story-art img { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover; object-position: center; filter: grayscale(.8) contrast(1.15); mix-blend-mode: multiply; }
.story-tag { position: absolute; right: 15px; bottom: 15px; z-index: 2; padding: 8px 10px; background: var(--black); color: var(--yellow); font-family: var(--mono); font-size: 8px; font-weight: 800; letter-spacing: .08em; text-transform: uppercase; }

.poster-loop { padding-top: 74px; padding-bottom: 82px; background: var(--black); color: var(--white); }
.poster-loop .black-strip { background: var(--yellow); color: var(--black); }
.loop-header { position: relative; display: grid; grid-template-columns: 1fr 225px; gap: 25px; align-items: end; padding-bottom: 36px; border-bottom: 1px solid rgba(245, 241, 249, .3); }
.loop-header h2 { grid-column: 1; max-width: 870px; margin-top: 27px; font-family: var(--display); font-size: clamp(47px, 5.7vw, 91px); font-weight: 900; letter-spacing: -.1em; line-height: .83; }
.loop-target { display: grid; grid-template-columns: auto auto; grid-template-rows: auto 1fr; align-items: end; gap: 0 9px; min-width: 190px; padding-left: 16px; border-left: 1px solid rgba(245, 241, 249, .3); }
.loop-target span, .loop-target small { color: var(--lavender); font-family: var(--mono); font-size: 8px; font-weight: 700; letter-spacing: .09em; text-transform: uppercase; }
.loop-target span { grid-column: 1 / -1; margin-bottom: 5px; }
.loop-target strong { color: var(--yellow); font-family: var(--display); font-size: 106px; font-weight: 900; letter-spacing: -.13em; line-height: .7; }
.loop-target small { align-self: end; padding-bottom: 4px; color: var(--white); }
.loop-layout { display: grid; grid-template-columns: minmax(320px, .7fr) minmax(470px, 1.3fr); gap: 16px; margin-top: 17px; }
.cycle-steps { border-top: 1px solid rgba(245, 241, 249, .28); }
.cycle-step { display: grid; grid-template-columns: 43px 1fr 1fr 21px; align-items: center; gap: 14px; width: 100%; min-height: 104px; padding: 15px 11px 15px 0; border: 0; border-bottom: 1px solid rgba(245, 241, 249, .28); background: transparent; color: #9d96a8; text-align: left; cursor: pointer; }
.cycle-step:hover, .cycle-step.is-active { color: var(--white); }
.cycle-step.is-active { background: linear-gradient(90deg, rgba(37, 73, 230, .75), transparent 88%); }
.cycle-step > span:first-child { align-self: stretch; display: flex; align-items: center; justify-content: center; border-right: 1px solid rgba(245, 241, 249, .28); color: var(--red); font-family: var(--mono); font-size: 9px; }
.cycle-step strong { font-family: var(--display); font-size: 30px; font-weight: 900; letter-spacing: -.07em; }
.cycle-step small { color: #a7a0ae; font-size: 11px; line-height: 1.25; }
.cycle-step b { color: var(--yellow); font-family: var(--mono); font-weight: 400; }
.cycle-board { position: relative; min-height: 438px; padding: 29px 30px; overflow: hidden; border: 1px solid var(--lavender); background: var(--blue); }
.cycle-board::before { position: absolute; right: -20px; bottom: -80px; width: 340px; height: 260px; content: ""; background: var(--red); clip-path: polygon(24% 0, 100% 12%, 80% 100%, 0 77%); }
.cycle-board::after { position: absolute; top: 29px; right: 31px; width: 93px; height: 93px; content: ""; border: 2px solid var(--yellow); border-radius: 50%; opacity: .85; }
.cycle-board-meta { position: relative; z-index: 2; display: flex; justify-content: space-between; gap: 15px; color: var(--yellow); font-family: var(--mono); font-size: 9px; font-weight: 800; letter-spacing: .08em; text-transform: uppercase; }
.cycle-board-meta span:last-child { color: var(--white); }
.cycle-board h3 { position: relative; z-index: 2; max-width: 650px; margin-top: 91px; color: var(--white); font-family: var(--display); font-size: clamp(38px, 4.3vw, 65px); font-weight: 900; letter-spacing: -.1em; line-height: .84; }
.cycle-board p { position: relative; z-index: 2; max-width: 600px; margin: 17px 0 0; color: var(--white); font-size: 15px; font-weight: 600; line-height: 1.4; }
.cycle-flow { position: relative; z-index: 2; display: flex; align-items: center; flex-wrap: wrap; gap: 8px; margin-top: 54px; color: var(--white); font-family: var(--mono); font-size: 9px; font-weight: 700; letter-spacing: .06em; text-transform: uppercase; }
.cycle-flow span, .cycle-flow strong { padding: 8px 10px; border: 1px solid var(--white); }
.cycle-flow strong { border-color: var(--yellow); color: var(--yellow); }
.cycle-flow b { color: var(--red); font-weight: 900; }
.cycle-note { position: relative; z-index: 2; display: flex; gap: 9px; margin-top: 22px; padding-top: 13px; border-top: 1px solid rgba(245, 241, 249, .35); color: var(--lavender); font-family: var(--mono); font-size: 9px; letter-spacing: .05em; text-transform: uppercase; }
.cycle-note > span:first-child { color: var(--yellow); }

.poster-proof { padding-top: 88px; padding-bottom: 82px; }
.proof-intro { display: grid; grid-template-columns: minmax(0, 1fr) minmax(290px, .55fr); gap: 30px; align-items: end; }
.proof-intro .black-strip { grid-column: 1 / -1; justify-self: start; }
.proof-intro h2 { max-width: 800px; margin-top: 24px; font-family: var(--display); font-size: clamp(48px, 5.3vw, 85px); font-weight: 900; letter-spacing: -.1em; line-height: .82; }
.proof-intro p { max-width: 400px; margin: 0 0 4px; color: var(--muted); font-size: 15px; font-weight: 600; line-height: 1.45; }
.proof-grid { display: grid; grid-template-columns: 1.38fr .72fr .72fr; grid-template-rows: 260px 165px; gap: 8px; margin-top: 54px; }
.proof-card { position: relative; overflow: hidden; border: 1px solid var(--black); background: var(--black); }
.proof-card::after { position: absolute; inset: 0; z-index: 1; content: ""; background: linear-gradient(0deg, rgba(5, 5, 5, .76), transparent 50%); }
.proof-card img { display: block; width: 100%; height: 100%; object-fit: cover; filter: contrast(1.1); }
.proof-matrix { grid-row: 1 / span 2; }
.proof-matrix img { object-position: center top; }
.proof-contact img { object-position: center; filter: grayscale(.85) contrast(1.3); }
.proof-fail img { object-position: center; filter: grayscale(.55) contrast(1.25); }
.proof-card span { position: absolute; right: 13px; bottom: 13px; left: 13px; z-index: 2; padding: 7px 9px; background: var(--black); color: var(--yellow); font-family: var(--mono); font-size: 9px; font-weight: 800; letter-spacing: .07em; text-transform: uppercase; }
.proof-stat { display: flex; flex-direction: column; justify-content: space-between; padding: 17px; background: var(--black); color: var(--white); }
.proof-stat span { color: var(--yellow); font-family: var(--mono); font-size: 8px; font-weight: 800; letter-spacing: .08em; text-transform: uppercase; }
.proof-stat strong { font-family: var(--display); font-size: 67px; font-weight: 900; letter-spacing: -.13em; line-height: .75; }
.proof-stat-blue { background: var(--blue); }
.proof-stat-blue span { color: var(--white); }
.proof-links { display: flex; flex-wrap: wrap; gap: 24px; margin-top: 20px; padding-top: 16px; border-top: 4px solid var(--black); }
.proof-links a { color: var(--black); font-family: var(--mono); font-size: 9px; font-weight: 800; letter-spacing: .07em; text-transform: uppercase; }
.proof-links a:hover { color: var(--red); }
.proof-disclaimer { margin: 17px 0 0; color: var(--muted); font-family: var(--mono); font-size: 8px; font-weight: 800; letter-spacing: .06em; text-transform: uppercase; }

.poster-economics { position: relative; display: grid; grid-template-columns: 180px minmax(320px, 1fr) 240px 110px; align-items: center; gap: 24px; min-height: 300px; overflow: hidden; background: var(--blue); color: var(--white); }
.economics-blue { position: absolute; top: -100px; right: 15%; width: 230px; height: 230px; background: var(--red); transform: rotate(22deg); }
.economics-copy { position: relative; z-index: 2; }
.economics-copy .black-strip { color: var(--yellow); }
.economics-copy h2 { max-width: 600px; margin-top: 23px; font-family: var(--display); font-size: clamp(41px, 4.4vw, 70px); font-weight: 900; letter-spacing: -.1em; line-height: .84; }
.economics-copy p { max-width: 520px; margin: 20px 0; color: var(--white); font-size: 14px; font-weight: 600; line-height: 1.45; }
.economics-copy .yellow-button { background: var(--yellow); color: var(--black); }
.economics-number { position: relative; z-index: 2; color: var(--yellow); font-family: var(--display); font-size: clamp(130px, 15vw, 230px); font-weight: 900; letter-spacing: -.16em; line-height: .7; }
.economics-bars { position: relative; z-index: 2; display: flex; align-items: end; justify-content: end; gap: 7px; height: 150px; }
.economics-bars i { display: block; width: 20px; border: 2px solid var(--yellow); }
.economics-bars i:nth-child(1) { height: 37%; }
.economics-bars i:nth-child(2) { height: 53%; }
.economics-bars i:nth-child(3) { height: 68%; background: var(--red); border-color: var(--red); }
.economics-bars i:nth-child(4) { height: 82%; }
.economics-bars i:nth-child(5) { height: 100%; background: var(--yellow); }

.poster-resources { position: relative; padding-top: 91px; padding-bottom: 95px; }
.poster-resources h2 { max-width: 700px; margin-top: 27px; font-family: var(--display); font-size: clamp(53px, 5.5vw, 88px); font-weight: 900; letter-spacing: -.1em; line-height: .83; }
.artbook-link { position: absolute; top: 142px; right: 60px; padding: 8px 10px; background: var(--black); color: var(--yellow); font-family: var(--mono); font-size: 9px; font-weight: 800; letter-spacing: .07em; text-transform: uppercase; }
.artbook-link:hover { background: var(--red); color: var(--black); }
.resource-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 8px; margin-top: 53px; }
.resource-grid > a { display: flex; min-height: 194px; flex-direction: column; padding: 16px; border: 1px solid var(--black); background: var(--lavender-light); transition: background .2s ease, color .2s ease, transform .2s ease; }
.resource-grid > a:hover { background: var(--black); color: var(--white); transform: translateY(-3px); }
.resource-grid > a > span { color: var(--red); font-family: var(--mono); font-size: 8px; font-weight: 800; letter-spacing: .08em; text-transform: uppercase; }
.resource-grid strong { margin-top: 37px; font-family: var(--display); font-size: 27px; font-weight: 900; letter-spacing: -.07em; line-height: .9; }
.resource-grid small { max-width: 290px; margin-top: 10px; color: var(--muted); font-size: 12px; font-weight: 600; line-height: 1.35; }
.resource-grid > a:hover small { color: var(--lavender); }

.poster-close { display: grid; grid-template-columns: 80px minmax(0, 1fr) minmax(260px, .55fr); gap: 23px; align-items: end; padding-top: 103px; padding-bottom: 105px; border-top: 1px solid var(--line); }
.close-black { display: flex; align-items: end; justify-content: center; width: 80px; height: 105px; padding-bottom: 9px; background: var(--black); color: var(--yellow); writing-mode: vertical-rl; transform: rotate(180deg); font-family: var(--mono); font-size: 9px; font-weight: 800; letter-spacing: .08em; text-transform: uppercase; }
.poster-close h2 { grid-column: 2; max-width: 760px; margin: 0; font-family: var(--display); font-size: clamp(50px, 5.5vw, 88px); font-weight: 900; letter-spacing: -.1em; line-height: .82; }
.poster-close p { grid-column: 3; margin: 0; color: var(--muted); font-size: 15px; font-weight: 600; line-height: 1.45; }
.poster-close .yellow-button { grid-column: 2; justify-self: start; margin-top: 19px; }

.poster-footer { display: flex; align-items: center; gap: 23px; min-height: 82px; border-top: 1px solid var(--line); color: var(--muted); font-family: var(--mono); font-size: 8px; font-weight: 700; letter-spacing: .07em; text-transform: uppercase; }
.poster-footer .poster-brand { margin-right: auto; color: var(--black); font-family: var(--display); font-size: 11px; letter-spacing: -.04em; }
.poster-footer > a:last-child { color: var(--black); }

:focus-visible { outline: 3px solid var(--red); outline-offset: 3px; }

@media (min-width: 861px) {
  .hero-actions { display: none; }
  .hero-lede { display: none; }
  .hero-claims { display: grid; grid-template-columns: 1fr 1.25fr 1fr; gap: 14px; max-width: 670px; margin-top: 26px; }
  .hero-claims span { height: 27px; padding: 0; background: var(--black) !important; color: transparent !important; font-size: 0; }
}

@media (max-width: 1160px) {
  .page-width { padding-right: 42px; padding-left: 42px; }
  .poster-nav { grid-template-columns: auto 1fr auto; }
  .nav-slabs { display: none; }
  .poster-nav nav { justify-self: end; }
  .hero-copy { width: 72%; }
  .hero-arm { right: -90px; width: 57%; }
  .hero-collage { height: 265px; }
  .hero-copy h1 .ink-slab { width: 90%; }
  .hero-copy h1 .slab-skew { width: 72%; }
  .slab-long { width: 88%; }
  .acid-slab { width: 59%; }
  .poster-economics { grid-template-columns: 150px minmax(280px, 1fr) 210px 90px; }
}

@media (max-width: 860px) {
  .page-width { padding-right: 25px; padding-left: 25px; }
  .poster-nav { grid-template-columns: 1fr auto; gap: 17px; }
  .poster-nav nav { grid-column: 1 / -1; grid-row: 2; justify-self: start; width: 100%; padding-bottom: 15px; overflow-x: auto; }
  .nav-brief { grid-column: 2; grid-row: 1; }
  .reference-hero { height: auto; min-height: 0; padding-top: 22px; }
  .hero-copy { width: 100%; padding-top: 38px; }
  .hero-copy h1 { font-size: clamp(45px, 8vw, 77px); }
  .hero-copy h1 .ink-slab { width: 68%; }
  .hero-copy h1 .slab-skew { width: 52%; }
  .slab-long { width: 65%; }
  .acid-slab { width: 48%; }
  .hero-lede { max-width: 510px; }
  .hero-arm { position: relative; top: auto; right: auto; width: 100%; height: 385px; margin-top: 35px; }
  .hero-collage { position: relative; height: auto; min-height: 255px; margin-top: 9px; }
  .poster-band { grid-template-columns: 1fr; }
  .band-yellow { min-height: 45px; }
  .poster-design-space { padding-top: 72px; padding-bottom: 75px; }
  .design-space-head { grid-template-columns: 1fr; }
  .design-space-head p { max-width: 510px; }
  .design-space-feature { grid-template-columns: 1fr; }
  .design-search-figure { min-height: 360px; }
  .design-search-figure img { min-height: 360px; }
  .design-space-method { display: grid; grid-template-columns: 1fr 1fr; }
  .method-card { min-height: 82px; }
  .method-note { grid-column: 1 / -1; min-height: 120px; }
  .render-studies { grid-template-columns: 1fr; }
  .render-study, .render-study img { min-height: 310px; }
  .poster-story { grid-template-columns: 60px 1fr; gap: 18px; }
  .story-art { grid-column: 2; min-height: 420px; margin-top: 22px; }
  .poster-loop { padding-top: 63px; padding-bottom: 65px; }
  .loop-header { grid-template-columns: 1fr; }
  .loop-target { min-width: 150px; }
  .loop-layout { grid-template-columns: 1fr; }
  .poster-proof { padding-top: 72px; padding-bottom: 68px; }
  .proof-intro { grid-template-columns: 1fr; }
  .proof-intro p { max-width: 510px; }
  .proof-grid { grid-template-columns: 1fr 1fr; grid-template-rows: 290px 185px 155px; }
  .proof-matrix { grid-column: 1 / -1; grid-row: 1; }
  .proof-contact { grid-column: 1; grid-row: 2; }
  .proof-fail { grid-column: 2; grid-row: 2; }
  .proof-stat { grid-row: 3; }
  .proof-stat-blue { grid-column: 2; }
  .poster-economics { grid-template-columns: 130px 1fr 135px; min-height: 290px; }
  .economics-bars { display: none; }
  .poster-close { grid-template-columns: 63px 1fr; }
  .poster-close h2 { grid-column: 2; }
  .poster-close p { grid-column: 2; margin-top: 20px; }
  .poster-close .yellow-button { grid-column: 2; }
}

@media (max-width: 560px) {
  body::before { opacity: .13; }
  .page-width { padding-right: 16px; padding-left: 16px; }
  .poster-nav { min-height: 72px; }
  .poster-brand { font-size: 10px; }
  .poster-nav nav { gap: 13px; font-size: 8px; }
  .nav-brief { min-height: 38px; padding: 10px; font-size: 8px; }
  .hero-left-ticks { display: none; }
  .hero-dots-top { top: 0; right: 4%; width: 82px; height: 80px; background-size: 14px 14px; }
  .hero-corner-bars { top: 10px; right: 8px; }
  .hero-corner-bars span { width: 62px; height: 15px; }
  .hero-corner-bars i { width: 29px; height: 15px; }
  .reference-hero { height: auto; padding-top: 12px; }
  .hero-copy { padding-top: 37px; }
  .slab-kicker { width: 82%; min-height: 22px; font-size: 7px; }
  .hero-copy h1 { margin-top: 30px; font-size: clamp(34px, 9.2vw, 48px); }
  .hero-copy h1 .ink-slab { width: 100%; min-height: 57px; padding: 11px 14px 9px; }
  .hero-copy h1 .slab-skew { width: 84%; min-height: 57px; margin-top: 10px; }
  .slab-long { width: 100%; min-height: 53px; margin-top: 12px; padding: 10px 12px; font-size: 22px; }
  .slab-long sup { font-size: 8px; }
  .acid-slab { width: 87%; min-height: 32px; margin-top: 13px; padding: 7px 9px; font-size: 7px; }
  .acid-slab strong { font-size: 15px; }
  .hero-lede { margin-top: 19px; font-size: 16px; }
  .hero-claims { gap: 5px; margin-top: 16px; }
  .hero-claims span { padding: 6px 7px; font-size: 6px; }
  .hero-actions { gap: 15px; margin-top: 19px; }
  .yellow-button { min-height: 39px; padding: 10px 11px; font-size: 8px; }
  .black-link { font-size: 8px; }
  .hero-arm { height: 290px; margin-top: 25px; }
  .arm-blue-shape { top: 12px; right: 12px; width: 78%; height: 210px; }
  .arm-red-shape { top: 107px; right: -5px; width: 61%; height: 160px; }
  .hero-arm img { height: 300px; object-position: 72% 40%; }
  .arm-caption { right: 44px; bottom: 8px; font-size: 6px; }
  .arm-index { right: 7px; bottom: -3px; font-size: 13px; }
  .hero-collage { grid-template-columns: 1fr 1fr; gap: 5px; margin-top: 6px; }
  .collage-tile { min-height: 155px; }
  .tile-label { right: 6px; bottom: 6px; left: 6px; max-width: none; padding: 5px 6px; font-size: 6px; }
  .tile-number { top: 6px; left: 7px; font-size: 13px; }
  .rover-tile img { width: 96%; height: 90%; }
  .geo-circle { width: 50px; height: 50px; box-shadow: 0 0 0 15px var(--black); }
  .poster-band { gap: 5px; padding-top: 10px; padding-bottom: 18px; }
  .band-black { min-height: 45px; padding: 8px; font-size: 7px; }
  .band-yellow { min-height: 35px; padding: 8px 10px; font-size: 15px; }
  .band-meta { min-height: 42px; font-size: 6px; }
  .poster-design-space { padding-top: 63px; padding-bottom: 68px; }
  .design-space-head h2 { margin-top: 21px; font-size: 50px; }
  .design-space-head p { margin-top: 21px; font-size: 14px; }
  .design-space-feature { margin-top: 35px; }
  .design-search-figure, .design-search-figure img { min-height: 265px; }
  .design-search-figure figcaption, .render-study figcaption { align-items: flex-start; flex-direction: column; gap: 4px; font-size: 7px; }
  .design-search-figure figcaption span:last-child, .render-study figcaption small { max-width: none; font-size: 7px; text-align: left; }
  .design-space-method { grid-template-columns: 1fr 1fr; }
  .method-card { grid-template-columns: 28px 1fr; min-height: 74px; padding: 10px 8px; }
  .method-card strong { font-size: 20px; }
  .method-card small { font-size: 8px; }
  .method-note { min-height: 120px; padding: 11px 9px; }
  .method-note p { font-size: 8px; }
  .render-studies { margin-top: 5px; }
  .render-study, .render-study img { min-height: 255px; }
  .poster-story { display: block; padding-top: 63px; padding-bottom: 70px; }
  .story-rail { display: none; }
  .black-strip { min-height: 24px; padding: 6px 8px; font-size: 7px; }
  .story-copy h2 { margin-top: 21px; font-size: 49px; }
  .story-copy p { margin-top: 21px; font-size: 14px; }
  .story-art { min-height: 300px; margin-top: 28px; }
  .story-tag { right: 8px; bottom: 8px; padding: 6px 7px; font-size: 6px; }
  .poster-loop { padding-top: 55px; padding-bottom: 56px; }
  .loop-header h2 { margin-top: 21px; font-size: 50px; }
  .loop-target { margin-top: 18px; }
  .cycle-step { grid-template-columns: 34px 1fr 21px; gap: 9px; min-height: 78px; }
  .cycle-step small { display: none; }
  .cycle-step strong { font-size: 25px; }
  .cycle-board { min-height: 452px; padding: 22px 17px; }
  .cycle-board h3 { margin-top: 63px; font-size: 43px; }
  .cycle-board p { font-size: 14px; }
  .cycle-flow { margin-top: 39px; font-size: 8px; }
  .poster-proof { padding-top: 60px; padding-bottom: 60px; }
  .proof-intro h2 { margin-top: 20px; font-size: 49px; }
  .proof-intro p { margin-top: 21px; font-size: 14px; }
  .proof-grid { grid-template-columns: 1fr; grid-template-rows: 250px 190px 190px 135px 135px; gap: 6px; margin-top: 35px; }
  .proof-matrix, .proof-contact, .proof-fail, .proof-stat, .proof-stat-blue { grid-column: 1; }
  .proof-matrix { grid-row: 1; }
  .proof-contact { grid-row: 2; }
  .proof-fail { grid-row: 3; }
  .proof-stat { grid-row: 4; }
  .proof-stat-blue { grid-row: 5; }
  .proof-card span { right: 8px; bottom: 8px; left: 8px; font-size: 7px; }
  .proof-links { display: grid; gap: 12px; }
  .poster-economics { display: block; min-height: 0; padding-top: 58px; padding-bottom: 58px; }
  .economics-blue { right: 0; width: 150px; height: 150px; }
  .economics-number { margin: 31px 0 25px; font-size: 156px; }
  .economics-copy h2 { font-size: 47px; }
  .economics-copy p { font-size: 14px; }
  .poster-resources { padding-top: 65px; padding-bottom: 68px; }
  .poster-resources h2 { margin-top: 20px; font-size: 50px; }
  .artbook-link { position: static; display: inline-flex; margin-top: 22px; font-size: 8px; }
  .resource-grid { grid-template-columns: 1fr; gap: 5px; margin-top: 31px; }
  .resource-grid > a { min-height: 163px; }
  .resource-grid strong { margin-top: 28px; font-size: 26px; }
  .poster-close { display: block; padding-top: 76px; padding-bottom: 78px; }
  .close-black { width: 70px; height: 91px; margin-bottom: 29px; font-size: 8px; }
  .poster-close h2 { font-size: 50px; }
  .poster-close p { margin-top: 22px; font-size: 14px; }
  .poster-close .yellow-button { margin-top: 19px; }
  .poster-footer { min-height: 110px; flex-wrap: wrap; gap: 10px 17px; padding-top: 17px; padding-bottom: 17px; }
  .poster-footer .poster-brand { width: 100%; }
  .poster-footer > a:last-child { margin-left: auto; }
}
