:root {
  --paper: #f0eddf;
  --paper-deep: #d9d5c7;
  --ink: #10100f;
  --ink-soft: #504e48;
  --rule: rgba(17, 17, 15, .2);
  --signal: #ed3c23;
  --signal-dark: #b52314;
  --blue: #164f9b;
  --display: "Barlow Condensed", "Arial Narrow", Arial, sans-serif;
  --sans: "Barlow Condensed", "Arial Narrow", Arial, sans-serif;
  --mono: "IBM Plex Mono", "Courier New", monospace;
}

*, *::before, *::after { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  margin: 0;
  min-width: 320px;
  background: var(--paper);
  color: var(--ink);
  font-family: var(--sans);
  -webkit-font-smoothing: antialiased;
}
body:has(dialog[open]) { overflow: hidden; }
button, input { font: inherit; }
button, a { -webkit-tap-highlight-color: transparent; }
a { color: inherit; }
img { max-width: 100%; }
::selection { background: var(--signal); color: #fff; }

.skip-link { position: fixed; left: 12px; top: -60px; z-index: 100; padding: 10px 14px; background: var(--ink); color: #fff; }
.skip-link:focus { top: 12px; }
.visually-hidden { position: absolute !important; width: 1px; height: 1px; padding: 0; margin: -1px; overflow: hidden; clip: rect(0,0,0,0); white-space: nowrap; border: 0; }
.site-frame { width: 100%; max-width: 1800px; margin: 0 auto; background-color: var(--paper); background-image: linear-gradient(90deg, transparent calc(25% - .5px), rgba(16,16,15,.07) 25%, transparent calc(25% + .5px), transparent calc(50% - .5px), rgba(16,16,15,.07) 50%, transparent calc(50% + .5px), transparent calc(75% - .5px), rgba(16,16,15,.07) 75%, transparent calc(75% + .5px)); overflow: hidden; }

.site-header { min-height: 88px; display: flex; align-items: stretch; justify-content: space-between; gap: 32px; padding: 0 24px; border-top: 8px solid var(--ink); border-bottom: 1px solid var(--ink); }
.wordmark { display: inline-flex; align-items: center; gap: 13px; text-decoration: none; font: 800 18px/.72 var(--display); text-transform: uppercase; letter-spacing: -.045em; }
.wordmark-mark { display: grid; grid-template-columns: repeat(5, 6px); width: 30px; height: 32px; }
.wordmark-mark i:nth-child(1) { background: #151515; }
.wordmark-mark i:nth-child(2) { background: var(--signal); }
.wordmark-mark i:nth-child(3) { background: #165b8e; }
.wordmark-mark i:nth-child(4) { background: #e4c54d; }
.wordmark-mark i:nth-child(5) { background: #cae0d2; }
.site-header nav { display: flex; align-items: stretch; gap: 0; font: 500 9px/1 var(--mono); text-transform: uppercase; letter-spacing: .06em; }
.site-header nav a { text-decoration: none; }
.site-header nav a { display: flex; align-items: center; padding: 0 22px; border-left: 1px solid var(--ink); }
.site-header nav a:hover, .site-header nav a:focus-visible { background: var(--signal); color: #fff; outline: 0; }
.site-header .nav-cta { padding: 0 22px; background: var(--ink); color: var(--paper); }

.hero { min-height: 760px; display: grid; grid-template-columns: minmax(410px, .94fr) minmax(500px, 1.35fr) minmax(180px, .42fr); border-bottom: 1px solid var(--ink); }
.hero-copy { position: relative; z-index: 2; padding: 28px 24px 24px; display: flex; flex-direction: column; overflow: hidden; }
.kicker { margin: 0 0 28px; font: 500 8px/1.4 var(--mono); text-transform: uppercase; letter-spacing: .1em; }
h1, h2 { margin: 0; font-family: var(--display); font-weight: 900; text-transform: uppercase; letter-spacing: -.075em; }
h1 { font-size: clamp(104px, 10.4vw, 184px); line-height: .66; }
h1 span { display: block; }
h1 .hero-line-signal { width: max-content; margin: .07em 0 0 -.04em; padding: .01em .1em .065em .04em; background: var(--signal); color: #fff; }
h2 span { color: var(--signal); }
.hero-lede { max-width: 36ch; margin: auto 0 24px; padding-top: 18px; border-top: 1px solid var(--ink); font-size: 18px; line-height: 1.2; letter-spacing: -.01em; }
.hero-lede strong { display: block; margin-bottom: 7px; font: 800 24px/.9 var(--display); text-transform: uppercase; }
.hero-actions { display: flex; flex-wrap: wrap; gap: 8px; }
.button { min-height: 46px; display: inline-flex; align-items: center; justify-content: space-between; gap: 26px; padding: 11px 15px; border: 1px solid var(--ink); background: transparent; color: var(--ink); text-decoration: none; font: 600 9px/1 var(--mono); text-transform: uppercase; letter-spacing: .04em; cursor: pointer; transition: background .15s, color .15s; }
.button:hover, .button:focus-visible { background: var(--signal); color: #fff; outline: 2px solid var(--ink); outline-offset: 2px; }
.button-primary { background: var(--ink); color: var(--paper); }
.hero-art { min-height: 760px; position: relative; display: grid; place-items: center; overflow: hidden; border-left: 1px solid var(--ink); background: var(--ink); }
.hero-palette { position: absolute; inset: 0; display: grid; grid-template-columns: 13% 29% 17% 25% 16%; opacity: .96; }
.hero-palette i:nth-child(1) { background: #11110f; }
.hero-palette i:nth-child(2) { background: #ed3c23; }
.hero-palette i:nth-child(3) { background: #164f9b; }
.hero-palette i:nth-child(4) { background: #e3c436; }
.hero-palette i:nth-child(5) { background: #bcd8cc; }
.hero-poster { position: absolute; margin: 0; width: min(52%, 350px); border: 1px solid var(--ink); box-shadow: 18px 18px 0 rgba(16,16,15,.85); transition: transform .55s cubic-bezier(.16,1,.3,1); }
.hero-poster img { display: block; width: 100%; }
.hero-poster-back { transform: translate(-39%, -11%) rotate(-3deg); }
.hero-poster-front { transform: translate(30%, 10%) rotate(2deg); z-index: 2; }
.hero-art:hover .hero-poster-back { transform: translate(-43%, -12%) rotate(-5deg); }
.hero-art:hover .hero-poster-front { transform: translate(34%, 8%) rotate(4deg); }
.edition-stamp { position: absolute; right: 0; bottom: 0; z-index: 3; margin: 0; padding: 12px 15px; background: var(--paper); color: var(--ink); font: 600 8px/1.35 var(--mono); text-transform: uppercase; }
.hero-index { padding: 24px 18px; display: flex; flex-direction: column; }
.index-head { display: flex; justify-content: space-between; gap: 8px; padding-bottom: 9px; border-bottom: 1px solid var(--ink); font: 500 8px/1.2 var(--mono); text-transform: uppercase; }
.hero-index ol { list-style: none; margin: 0; padding: 0; }
.hero-index li { display: grid; grid-template-columns: 34px 1fr; padding: 11px 0; border-bottom: 1px solid var(--rule); font: 500 9px/1.2 var(--mono); text-transform: uppercase; }
.hero-index li span { opacity: .42; }
.hero-index > p { margin: auto 0 0; font-size: 12px; line-height: 1.55; color: var(--ink-soft); }

.archive { padding: 104px 24px 116px; }
.section-head { display: grid; grid-template-columns: 1.6fr minmax(220px, .5fr); gap: 40px; align-items: end; margin-bottom: 56px; }
.section-head .kicker { margin-bottom: 16px; }
.section-head h2 { font-size: clamp(76px, 9vw, 154px); line-height: .68; }
.section-head > p { max-width: 38ch; justify-self: end; margin: 0; color: var(--ink-soft); font-size: 14px; line-height: 1.6; }
.archive-tools { display: grid; grid-template-columns: minmax(300px, 1fr) auto auto; gap: 0; align-items: stretch; padding: 0; border: 1px solid var(--ink); }
.search-field { min-height: 54px; display: flex; align-items: center; gap: 12px; padding: 0 14px; border: 0; border-right: 1px solid var(--ink); background: transparent; }
.search-field:focus-within { outline: 2px solid var(--signal); outline-offset: 2px; }
.search-field input { flex: 1; min-width: 0; border: 0; outline: 0; background: transparent; color: var(--ink); font-size: 13px; }
.search-field kbd { padding: 3px 6px; border: 1px solid var(--rule); font: 9px var(--mono); }
.filters { display: flex; gap: 0; flex-wrap: wrap; }
.filter { padding: 8px 13px; border: 0; border-right: 1px solid var(--ink); background: transparent; font: 500 8px/1 var(--mono); text-transform: uppercase; cursor: pointer; }
.filter.is-active { background: var(--signal); border-color: var(--signal); color: #fff; }
.filter:focus-visible { outline: 2px solid var(--signal); outline-offset: 2px; }
.result-count { display: grid; place-items: center; min-width: 125px; margin: 0; padding: 0 12px; white-space: nowrap; font: 8px/1.2 var(--mono); text-transform: uppercase; }
.poster-grid { display: grid; grid-template-columns: repeat(4, minmax(0, 1fr)); gap: 50px 1px; padding-top: 38px; background: var(--ink); }
.poster-card { min-width: 0; padding-right: 15px; background: var(--paper); }
.poster-button { width: 100%; display: block; padding: 0; border: 0; background: transparent; color: inherit; text-align: left; cursor: pointer; }
.poster-visual { position: relative; overflow: hidden; aspect-ratio: .73; background: var(--paper-deep); }
.poster-visual::after { content: "OPEN PRINT  ↗"; position: absolute; inset: auto 0 0 auto; padding: 11px 13px; background: var(--ink); color: var(--paper); font: 500 8px/1 var(--mono); text-transform: uppercase; opacity: 0; transform: translateY(8px); transition: opacity .2s, transform .2s; }
.poster-button:hover .poster-visual::after, .poster-button:focus-visible .poster-visual::after { opacity: 1; transform: none; }
.poster-button:focus-visible { outline: 2px solid var(--signal); outline-offset: 4px; }
.poster-visual img { width: 100%; height: 100%; object-fit: cover; display: block; transition: transform .5s cubic-bezier(.16,1,.3,1), filter .3s; }
.poster-button:hover img { transform: scale(1.025); }
.poster-card.is-concept .poster-visual img { filter: grayscale(.55) contrast(.85); opacity: .72; }
.concept-flag { position: absolute; top: 0; left: 0; z-index: 2; padding: 8px 10px; background: var(--signal); color: #fff; font: 600 7px/1 var(--mono); text-transform: uppercase; }
.poster-caption { display: grid; grid-template-columns: 1fr auto; gap: 10px; padding-top: 11px; }
.poster-caption h3 { margin: 0 0 3px; font: 800 22px/.9 var(--display); text-transform: uppercase; letter-spacing: -.04em; }
.poster-caption p { margin: 0; color: var(--ink-soft); font: 9px/1.4 var(--mono); text-transform: uppercase; }
.poster-index { opacity: .48; font: 9px/1.3 var(--mono); }
.empty-state { padding: 100px 20px; text-align: center; border-bottom: 1px solid var(--ink); }
.empty-number { margin: 0; color: var(--signal); font: 900 110px/.7 var(--display); }
.empty-state h3 { margin: 18px 0 8px; font: 900 52px/.8 var(--display); text-transform: uppercase; }
.empty-state > p:not(.empty-number) { color: var(--ink-soft); }
.empty-state .button { margin-top: 12px; }

.process { padding: 104px 24px 32px; background-color: #10100f; background-image: linear-gradient(rgba(255,255,255,.08) 1px, transparent 1px), linear-gradient(90deg, rgba(255,255,255,.08) 1px, transparent 1px); background-size: 25% 64px; color: var(--paper); }
.section-head.inverse > p { color: rgba(242,238,229,.62); }
.process-grid { list-style: none; display: grid; grid-template-columns: repeat(4, 1fr); margin: 0; padding: 0; border-top: 1px solid rgba(255,255,255,.35); }
.process-grid li { min-height: 270px; padding: 18px; border-right: 1px solid rgba(255,255,255,.25); display: flex; flex-direction: column; }
.process-grid li:first-child { border-left: 1px solid rgba(255,255,255,.25); }
.process-no { font: 9px var(--mono); opacity: .55; }
.process-grid h3 { margin: auto 0 16px; font: 800 56px/.8 var(--display); text-transform: uppercase; letter-spacing: -.05em; }
.process-grid p { max-width: 27ch; margin: 0; color: rgba(242,238,229,.62); font-size: 12px; line-height: 1.55; }
.process-link { display: flex; justify-content: space-between; align-items: center; gap: 20px; padding: 30px 0 0; margin-top: 32px; border-top: 1px solid rgba(255,255,255,.35); text-decoration: none; font: 500 10px var(--mono); text-transform: uppercase; }
.process-link span:last-child { font-size: 30px; color: var(--signal); transition: transform .2s; }
.process-link:hover span:last-child { transform: translate(4px, -4px); }

.shop-teaser { display: grid; grid-template-columns: 1.25fr .75fr; min-height: 580px; border-bottom: 1px solid var(--ink); }
.shop-copy { padding: 96px 24px; }
.shop-copy h2 { max-width: 780px; font-size: clamp(82px, 10vw, 164px); line-height: .68; }
.shop-copy > p:not(.kicker):not(.form-status) { max-width: 47ch; margin: 40px 0 24px; font-size: 14px; line-height: 1.6; }
.waitlist-form { display: flex; max-width: 590px; border-bottom: 1px solid var(--ink); }
.waitlist-form input { flex: 1; min-width: 0; padding: 16px 4px; border: 0; background: transparent; outline: 0; font-size: 14px; }
.waitlist-form button { padding: 12px 0 12px 20px; border: 0; background: transparent; font: 500 9px var(--mono); text-transform: uppercase; cursor: pointer; }
.waitlist-form:focus-within { border-bottom: 3px solid var(--signal); }
.form-status { margin: 9px 0 0; color: var(--ink-soft); font: 8px/1.4 var(--mono); text-transform: uppercase; }
.shop-spec { display: flex; flex-direction: column; justify-content: center; padding: 48px 24px; border-left: 1px solid var(--ink); background: var(--signal); color: #fff; }
.shop-spec p { display: flex; justify-content: space-between; align-items: baseline; gap: 16px; margin: 0; padding: 19px 0; border-bottom: 1px solid rgba(255,255,255,.4); }
.shop-spec span { font: 9px var(--mono); text-transform: uppercase; opacity: .72; }
.shop-spec strong { font: 800 28px/.9 var(--display); text-transform: uppercase; }

footer { min-height: 140px; display: grid; grid-template-columns: 1fr 1fr 1fr; gap: 24px; align-items: end; padding: 48px 24px 24px; }
footer p { margin: 0; font-size: 11px; }
.footer-meta { text-align: right; font: 8px var(--mono); text-transform: uppercase; }

.edition-dialog { width: min(1080px, calc(100% - 32px)); max-height: calc(100dvh - 32px); padding: 0; border: 1px solid var(--ink); background: var(--paper); color: var(--ink); box-shadow: 0 40px 100px rgba(0,0,0,.4); }
.edition-dialog::backdrop { background: rgba(9,9,7,.78); backdrop-filter: blur(4px); }
.dialog-close { position: absolute; z-index: 4; top: 12px; right: 12px; width: 42px; height: 42px; border: 1px solid var(--ink); background: var(--paper); font-size: 28px; line-height: 1; cursor: pointer; }
.dialog-close:focus-visible { outline: 3px solid var(--signal); }
.dialog-layout { display: grid; grid-template-columns: minmax(320px, .9fr) minmax(380px, 1.1fr); }
.dialog-image-wrap { min-height: 680px; display: grid; place-items: center; padding: 48px; background-color: var(--blue); background-image: linear-gradient(90deg, #10100f 0 20%, #ed3c23 20% 40%, #164f9b 40% 60%, #e3c436 60% 80%, #bcd8cc 80%); }
.dialog-image-wrap img { max-height: 590px; width: auto; display: block; box-shadow: 0 25px 60px rgba(0,0,0,.45); }
.dialog-copy { padding: 64px 48px 40px; overflow-y: auto; }
.dialog-copy h2 { font-size: clamp(64px, 7vw, 104px); line-height: .72; }
.dialog-creator { margin: 12px 0 28px; color: var(--ink-soft); font-size: 15px; }
.dialog-palette { height: 18px; display: grid; grid-template-columns: repeat(5, 1fr); margin-bottom: 28px; }
.dialog-meta { margin: 0; border-top: 1px solid var(--ink); }
.dialog-meta div { display: grid; grid-template-columns: 90px 1fr; padding: 11px 0; border-bottom: 1px solid var(--rule); }
.dialog-meta dt { font: 8px var(--mono); text-transform: uppercase; opacity: .55; }
.dialog-meta dd { margin: 0; font: 10px var(--mono); text-transform: uppercase; }
.concept-note { min-height: 2.8em; margin: 24px 0; color: var(--signal-dark); font: 500 9px/1.5 var(--mono); text-transform: uppercase; }
.dialog-actions { display: flex; flex-wrap: wrap; gap: 8px; }

@media (max-width: 1100px) {
  .hero { grid-template-columns: minmax(300px, .8fr) minmax(390px, 1.2fr); }
  .hero-index { display: none; }
  .archive-tools { grid-template-columns: 1fr auto; }
  .result-count { grid-column: 1 / -1; }
  .poster-grid { grid-template-columns: repeat(3, 1fr); }
}

@media (max-width: 760px) {
  .site-frame { width: 100%; margin: 0; }
  .site-header { min-height: 62px; padding: 10px 16px; }
  .site-header nav { display: none; }
  .wordmark > span:last-child { font-size: 13px; }
  .hero { display: flex; flex-direction: column; min-height: 0; }
  .hero-copy { min-height: 520px; padding: 48px 16px 28px; }
  h1 { font-size: clamp(42px, 12vw, 72px); }
  .hero-art { order: -1; min-height: 440px; border-left: 0; border-bottom: 1px solid var(--ink); }
  .hero-poster { width: min(46%, 260px); }
  .hero-lede { margin-top: auto; }
  .archive { padding: 70px 16px 80px; }
  .section-head { grid-template-columns: 1fr; margin-bottom: 36px; }
  .section-head > p { justify-self: start; }
  .section-head h2 { font-size: clamp(50px, 15vw, 84px); }
  .archive-tools { grid-template-columns: 1fr; }
  .filters { overflow-x: auto; flex-wrap: nowrap; padding: 2px; }
  .result-count { grid-column: auto; }
  .poster-grid { grid-template-columns: repeat(2, 1fr); gap: 28px 10px; }
  .process { padding: 70px 16px 24px; }
  .process-grid { grid-template-columns: repeat(2, 1fr); }
  .process-grid li { min-height: 220px; border-bottom: 1px solid rgba(255,255,255,.25); }
  .shop-teaser { grid-template-columns: 1fr; }
  .shop-copy { padding: 70px 16px; }
  .shop-spec { border-left: 0; border-top: 1px solid var(--ink); }
  footer { grid-template-columns: 1fr; align-items: start; }
  .footer-meta { text-align: left; }
  .dialog-layout { grid-template-columns: 1fr; }
  .dialog-image-wrap { min-height: 420px; padding: 36px; }
  .dialog-image-wrap img { max-height: 370px; }
  .dialog-copy { padding: 42px 22px 28px; }
}

@media (max-width: 390px) {
  .site-header .wordmark > span:last-child { max-width: 110px; line-height: 1.05; }
  .site-header nav { display: none; }
  .hero-art { min-height: 360px; }
  .hero-copy { min-height: 490px; }
  .hero-actions { display: grid; }
  .poster-grid { grid-template-columns: 1fr; gap: 34px; }
  .process-grid { grid-template-columns: 1fr; }
  .process-grid li { min-height: 190px; border-left: 1px solid rgba(255,255,255,.25); }
  .waitlist-form { display: grid; }
  .waitlist-form button { padding-left: 4px; justify-self: start; }
  .shop-spec p { align-items: flex-start; flex-direction: column; }
}

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

/* Round three — the print system becomes the interface. */
:root {
  --paper: #f5f3ea;
  --paper-deep: #e7e4d9;
  --ink: #111827;
  --ink-soft: #4f5560;
  --rule: rgba(17, 24, 39, .24);
  --red: #932025;
  --blue: #2a67a1;
  --sky: #5cabe4;
  --ochre: #b98643;
  --signal: var(--red);
  --display: "Archivo", Helvetica, Arial, sans-serif;
  --sans: "Archivo", Helvetica, Arial, sans-serif;
}

body { background: #d8d5cb; }
.site-frame {
  max-width: 1680px;
  background-color: var(--paper);
  background-image: linear-gradient(90deg,
    transparent calc(20% - .5px), rgba(17,24,39,.055) 20%, transparent calc(20% + .5px),
    transparent calc(40% - .5px), rgba(17,24,39,.055) 40%, transparent calc(40% + .5px),
    transparent calc(60% - .5px), rgba(17,24,39,.055) 60%, transparent calc(60% + .5px),
    transparent calc(80% - .5px), rgba(17,24,39,.055) 80%, transparent calc(80% + .5px));
}

.site-header {
  min-height: 76px;
  padding: 0 28px;
  border-top: 0;
  position: relative;
}
.site-header::before {
  content: "";
  position: absolute;
  inset: 0 0 auto;
  height: 7px;
  background: linear-gradient(90deg, var(--ink) 0 20%, var(--red) 20% 40%, var(--blue) 40% 60%, var(--sky) 60% 80%, var(--ochre) 80%);
}
.wordmark { gap: 12px; font-size: 15px; line-height: .84; letter-spacing: -.045em; }
.wordmark-mark { grid-template-columns: repeat(5, 4px); width: 20px; height: 27px; }
.wordmark-mark i:nth-child(1) { background: var(--ink); }
.wordmark-mark i:nth-child(2) { background: var(--red); }
.wordmark-mark i:nth-child(3) { background: var(--blue); }
.wordmark-mark i:nth-child(4) { background: var(--sky); }
.wordmark-mark i:nth-child(5) { background: var(--ochre); }
.site-header nav { font-size: 8px; }
.site-header .nav-cta { background: var(--blue); color: white; }

.hero {
  min-height: 700px;
  grid-template-columns: minmax(390px, .92fr) minmax(500px, 1.18fr) minmax(190px, .4fr);
}
.hero-copy { padding: 34px 28px 28px; }
.kicker { font-size: 8px; letter-spacing: .07em; }
h1 {
  margin: 16px 0 0;
  font-size: clamp(74px, 7.8vw, 132px);
  line-height: .78;
  letter-spacing: -.082em;
}
h1 .hero-line-signal {
  margin: .1em 0 0;
  padding: 0;
  background: none;
  color: var(--red);
}
.hero-lede { max-width: 39ch; font: 400 15px/1.45 var(--sans); }
.hero-lede strong { margin-bottom: 5px; font: 700 16px/1.2 var(--sans); text-transform: none; }
.button { min-height: 44px; font-size: 8px; }
.button-primary { background: var(--blue); border-color: var(--blue); color: white; }

.hero-art {
  min-height: 700px;
  background: var(--paper-deep);
}
.hero-palette {
  inset: 0;
  grid-template-columns: 20% 20% 20% 20% 20%;
  opacity: 1;
}
.hero-palette i:nth-child(1) { background: var(--ink); }
.hero-palette i:nth-child(2) { background: var(--red); }
.hero-palette i:nth-child(3) { background: var(--blue); }
.hero-palette i:nth-child(4) { background: var(--sky); }
.hero-palette i:nth-child(5) { background: var(--ochre); }
.hero-specimen {
  width: min(55%, 370px);
  aspect-ratio: .72;
  position: relative;
  z-index: 2;
  box-shadow: 24px 24px 0 rgba(17,17,15,.28);
}
.edition-stamp { padding: 11px 14px; }

.specimen {
  --c1: #111827;
  --c2: #932025;
  --c3: #2a67a1;
  --c4: #5cabe4;
  --c5: #b98643;
  display: grid;
  grid-template-rows: auto 1fr auto auto;
  width: 100%;
  height: 100%;
  padding: 6.5%;
  overflow: hidden;
  background: #f7f4e9;
  color: #11110f;
  font-family: var(--sans);
  text-transform: uppercase;
}
.specimen-code { display: block; font: 500 clamp(6px, .55vw, 9px)/1 var(--mono); letter-spacing: .08em; }
.specimen-bars {
  align-self: stretch;
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  min-height: 46%;
  margin: 8% -8% 8%;
}
.specimen-bars i:nth-child(1) { background: var(--c1); }
.specimen-bars i:nth-child(2) { background: var(--c2); }
.specimen-bars i:nth-child(3) { background: var(--c3); }
.specimen-bars i:nth-child(4) { background: var(--c4); }
.specimen-bars i:nth-child(5) { background: var(--c5); }
.specimen-title {
  display: block;
  font-size: clamp(20px, 2.15vw, 38px);
  font-weight: 800;
  line-height: .83;
  letter-spacing: -.07em;
  overflow-wrap: anywhere;
}
.specimen-foot {
  display: grid;
  grid-template-columns: 1fr auto;
  gap: 12px;
  align-items: end;
  margin-top: 8%;
  padding-top: 4%;
  border-top: 1px solid currentColor;
  font: 500 clamp(5px, .48vw, 8px)/1.35 var(--mono);
  letter-spacing: .03em;
}
.specimen-foot > span:last-child { text-align: right; }
.specimen-1 { background: var(--c1); color: #f7f4e9; }
.specimen-2 .specimen-bars { min-height: 30%; margin-top: 22%; transform: translateX(10%); }
.specimen-2 .specimen-title { color: var(--c2); }
.specimen-3 { background: var(--c5); }

.hero-index { padding: 28px 20px; }
.hero-index li { padding: 13px 0; }

.archive { padding: 92px 28px 110px; }
.section-head { grid-template-columns: 1.3fr minmax(220px, .45fr); margin-bottom: 48px; }
.section-head h2 { font-size: clamp(60px, 7vw, 116px); line-height: .8; letter-spacing: -.075em; }
.medium-browser { margin-bottom: 22px; border-top: 1px solid var(--ink); }
.medium-label { margin: 0; padding: 12px 0 9px; font: 500 8px/1 var(--mono); letter-spacing: .07em; text-transform: uppercase; }
.medium-browser .filters { display: grid; grid-template-columns: repeat(5, 1fr); border-bottom: 1px solid var(--ink); }
.medium-browser .filter { min-height: 78px; display: flex; align-items: flex-end; justify-content: space-between; gap: 12px; padding: 15px 12px; border: 1px solid var(--ink); border-width: 1px 1px 0 0; color: var(--ink); font: 700 18px/1 var(--sans); letter-spacing: -.04em; text-transform: none; }
.medium-browser .filter:first-child { border-left-width: 1px; }
.medium-browser .filter small { font: 500 7px/1 var(--mono); letter-spacing: .04em; text-transform: uppercase; opacity: .62; }
.medium-browser .filter.is-active { background: var(--blue); border-color: var(--ink); color: white; }
.medium-browser .filter:hover:not(.is-active), .medium-browser .filter:focus-visible:not(.is-active) { background: var(--sky); }
.archive-tools { grid-template-columns: minmax(300px, 1fr) auto; border-width: 1px 0; }
.search-field { border-left: 0; }
.filter.is-active { background: var(--blue); border-color: var(--blue); }
.result-count { border-left: 1px solid var(--ink); }
.poster-grid {
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 46px 18px;
  padding-top: 42px;
  background: transparent;
}
.poster-card { padding: 0; background: transparent; }
.poster-visual {
  aspect-ratio: .72;
  background: #d3d0c6;
  border: 1px solid rgba(17,17,15,.2);
  padding: 6%;
  transition: background .2s, transform .25s;
}
.poster-button:hover .poster-visual { background: var(--sky); transform: translateY(-5px); }
.poster-visual::after { background: var(--blue); }
.poster-card.is-concept .poster-visual { background: #dedbd1; }
.poster-card.is-concept .poster-visual .specimen { filter: none; opacity: .68; }
.concept-flag { background: var(--ochre); color: white; }
.poster-caption { padding: 12px 0 0; border-top: 1px solid var(--ink); margin-top: 10px; }
.poster-caption h3 { font: 700 15px/1 var(--sans); letter-spacing: -.045em; }
.poster-caption p { margin-top: 5px; font-size: 7px; }

.process {
  background: var(--ink);
  background-image: none;
}
.process-grid { border-color: rgba(255,255,255,.3); }
.process-grid li:nth-child(1) { background: var(--red); }
.process-grid li:nth-child(2) { background: var(--blue); }
.process-grid li:nth-child(3) { background: var(--sky); color: var(--ink); }
.process-grid li:nth-child(4) { background: var(--ochre); color: white; }
.process-grid li { min-height: 250px; border-color: var(--ink); }
.process-grid h3 { font: 700 30px/1 var(--sans); letter-spacing: -.055em; }
.process-grid p { color: inherit; opacity: .74; }

.shop-teaser { min-height: 520px; }
.shop-copy { padding: 86px 28px; }
.shop-copy h2 { font-size: clamp(64px, 8vw, 130px); line-height: .78; }
.shop-spec { background: var(--blue); }
.shop-spec strong { font: 700 20px/1 var(--sans); letter-spacing: -.04em; }

.dialog-image-wrap {
  background: linear-gradient(90deg, var(--ink) 0 20%, var(--red) 20% 40%, var(--blue) 40% 60%, var(--sky) 60% 80%, var(--ochre) 80%);
}
.dialog-specimen { width: min(88%, 390px); aspect-ratio: .72; box-shadow: 20px 20px 0 rgba(17,17,15,.35); }
.dialog-specimen .specimen-title { font-size: clamp(24px, 3.4vw, 42px); }
.dialog-copy h2 { font-size: clamp(48px, 6vw, 82px); line-height: .82; }

@media (max-width: 1100px) {
  .hero { grid-template-columns: minmax(330px, .85fr) minmax(420px, 1.15fr); }
  .poster-grid { grid-template-columns: repeat(3, 1fr); }
}

@media (max-width: 760px) {
  html, body { max-width: 100%; overflow-x: hidden; }
  .site-frame { max-width: 100%; }
  .site-header { padding: 10px 16px; }
  .hero-copy { min-width: 0; min-height: 470px; padding: 40px 16px 26px; }
  h1 { font-size: clamp(48px, 14vw, 68px); }
  .hero-art { min-height: 490px; }
  .hero-specimen { width: min(55%, 270px); }
  .specimen-title { font-size: clamp(16px, 5vw, 28px); }
  .archive { padding: 66px 16px 80px; }
  .medium-browser .filters { grid-template-columns: repeat(2, 1fr); }
  .medium-browser .filter { min-height: 62px; }
  .archive-tools { grid-template-columns: 1fr; }
  .result-count { border-top: 1px solid var(--ink); border-left: 0; min-height: 40px; }
  .poster-grid { grid-template-columns: repeat(2, 1fr); gap: 30px 10px; }
  .process-grid li { min-height: 200px; }
  .shop-copy { padding: 66px 16px; }
}

@media (max-width: 390px) {
  .hero-art { min-height: 420px; }
  .hero-specimen { width: 58%; }
  .poster-grid { grid-template-columns: 1fr; gap: 36px; }
  .poster-visual { padding: 8%; }
  .specimen-title { font-size: 28px; }
}
