/* --- tokens --- */
:root {
  --paper: #efe7d8;
  --paper-2: #e7ddc9;
  --card: #f7f1e4;
  --ink: #120f0c;
  --ink-soft: #3a342d;
  --ink-mute: #7a6e5f;
  --rule: #cfc3a8;
  --rule-soft: #d9cdb2;
  --accent: #a93e1b;
  --accent-soft: #d76f30;
  --accent-ink: #f7f1e4;
  --dark: #0e0b08;
  --dark-2: #1b1510;
  --good: #3a7a55;
  --danger: #a93e1b;
  --shadow: 0 1px 0 rgba(18,15,12,.05), 0 12px 28px -14px rgba(18,15,12,.25);
  --shadow-lift: 0 3px 0 rgba(18,15,12,.06), 0 32px 72px -20px rgba(18,15,12,.42);
  --radius: 4px;
  --radius-lg: 8px;
  --max: 1320px;
  --wrap: clamp(20px, 5vw, 72px);
  --font-display: "Fraunces", "Iowan Old Style", "Palatino", Georgia, serif;
  --font-body: "Inter", "Helvetica Neue", system-ui, sans-serif;
  --ease: cubic-bezier(.22, 1, .36, 1);
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; background: var(--paper); }
body {
  margin: 0;
  font-family: var(--font-body);
  font-size: 16.5px;
  line-height: 1.55;
  color: var(--ink);
  background: var(--paper);
  -webkit-font-smoothing: antialiased;
  text-rendering: optimizeLegibility;
}
img { max-width: 100%; display: block; }
a { color: inherit; text-underline-offset: 3px; text-decoration-color: var(--rule); }
a:hover { text-decoration-color: var(--accent); }
button { font: inherit; cursor: pointer; border: 0; background: none; color: inherit; }
h1, h2, h3, h4 { font-family: var(--font-display); font-weight: 420; letter-spacing: -0.02em; margin: 0; font-variation-settings: "opsz" 144, "SOFT" 20; }
p { margin: 0 0 1em; }
em { font-style: italic; font-family: var(--font-display); font-variation-settings: "opsz" 144, "SOFT" 100; }

.btn {
  display: inline-flex; align-items: center; gap: 10px;
  padding: 15px 24px;
  border-radius: 2px;
  font-weight: 500;
  font-size: 0.92rem;
  letter-spacing: 0.04em;
  text-transform: uppercase;
  text-decoration: none;
  transition: transform .25s var(--ease), background .2s var(--ease), color .2s var(--ease), border-color .2s var(--ease);
  white-space: nowrap;
  border: 1.5px solid transparent;
}
.btn:hover { transform: translateY(-1px); }
.btn--primary { background: var(--accent); color: #fff; border-color: var(--accent); }
.btn--primary:hover { background: var(--accent-soft); border-color: var(--accent-soft); }
.btn--dark { background: var(--ink); color: var(--paper); border-color: var(--ink); }
.btn--dark:hover { background: var(--accent); border-color: var(--accent); }
.btn--ghost { background: transparent; color: var(--ink); border-color: var(--ink); }
.btn--ghost:hover { background: var(--ink); color: var(--paper); }
.btn--ghost-light { background: transparent; color: var(--paper); border-color: rgba(247,241,228,0.4); }
.btn--ghost-light:hover { background: var(--paper); color: var(--ink); border-color: var(--paper); }
.btn__arrow { display: inline-block; transition: transform .3s var(--ease); }
.btn:hover .btn__arrow { transform: translateX(4px); }

/* --- topbar: the masthead --- */
.topbar {
  position: fixed; top: 0; left: 0; right: 0; z-index: 40;
  display: flex; align-items: center; justify-content: space-between;
  gap: clamp(14px, 3vw, 40px);
  padding: 16px var(--wrap);
  color: var(--ink);
  background: transparent;
  border-bottom: 1px solid transparent;
  transition: background .45s var(--ease), border-color .45s var(--ease), padding .45s var(--ease);
}
.topbar.is-scrolled {
  background: rgba(239, 231, 216, 0.88);
  backdrop-filter: saturate(160%) blur(14px);
  -webkit-backdrop-filter: saturate(160%) blur(14px);
  border-bottom-color: var(--rule);
  padding-top: 11px;
  padding-bottom: 11px;
}

/* brand mark (colophon + masthead) */
.brand {
  display: inline-flex; align-items: center;
  gap: 14px;
  text-decoration: none;
  color: inherit;
  position: relative;
  padding: 2px 0;
  isolation: isolate;
}
.brand__colophon {
  position: relative;
  flex: 0 0 42px;
  width: 42px; height: 42px;
  transition: transform .5s var(--ease);
}
.brand:hover .brand__colophon { transform: rotate(-9deg); }
.brand__colophon-ring {
  position: absolute; inset: 0;
  border: 1.5px solid currentColor;
  border-radius: 50%;
}
.brand__colophon-ring::after {
  content: "";
  position: absolute; inset: -2px;
  border: 1px solid var(--accent);
  border-radius: 50%;
  transform: translate(1.5px, 1.5px);
  opacity: 0.55;
  transition: transform .5s var(--ease), opacity .3s var(--ease);
}
.brand:hover .brand__colophon-ring::after {
  transform: translate(-1px, -1px);
  opacity: 0.8;
}
.brand__colophon-mark {
  position: absolute; inset: 0;
  color: currentColor;
}
.brand__colophon-glyph {
  position: absolute;
  font-family: var(--font-display);
  font-style: italic;
  line-height: 1;
  white-space: nowrap;
}
.brand__colophon-glyph--L {
  font-size: 27px;
  font-weight: 400;
  font-variation-settings: "opsz" 72, "SOFT" 100, "wght" 400;
  top: 4px;
  left: 10px;
}
.brand__colophon-glyph--c {
  font-size: 17px;
  font-weight: 500;
  font-variation-settings: "opsz" 72, "SOFT" 100, "wght" 500;
  color: var(--accent);
  top: 15px;
  left: 22px;
}
.brand__colophon-dot {
  position: absolute;
  width: 3px; height: 3px;
  border-radius: 50%;
  background: var(--accent);
  transition: transform .5s var(--ease);
}
.brand__colophon-dot--a { top: 3px; right: 9px; }
.brand__colophon-dot--b { bottom: 3px; left: 9px; }
.brand:hover .brand__colophon-dot--a { transform: translate(-3px, 3px); }
.brand:hover .brand__colophon-dot--b { transform: translate(3px, -3px); }

.brand__stack {
  display: inline-flex; flex-direction: column;
  gap: 3px;
  line-height: 1;
}
.brand__name {
  font-family: var(--font-display);
  font-size: 19px;
  font-weight: 450;
  font-variation-settings: "opsz" 96, "SOFT" 30;
  letter-spacing: -0.015em;
  color: currentColor;
  line-height: 1;
}
.brand__dateline {
  display: inline-flex; align-items: center; gap: 7px;
  font-family: var(--font-body);
  font-size: 9px;
  font-weight: 600;
  letter-spacing: 0.22em;
  text-transform: uppercase;
  color: var(--ink-mute);
  line-height: 1;
}
.brand__dateline-sep { color: var(--accent); font-size: 6px; letter-spacing: 0; opacity: 0.9; }

/* nav */
.topbar__nav {
  display: flex; align-items: center;
  gap: clamp(14px, 2.2vw, 30px);
  color: currentColor;
}
.topbar__nav > a:not(.topbar__cta) {
  position: relative;
  text-decoration: none;
  color: inherit;
  font-family: var(--font-body);
  font-size: 12.5px;
  font-weight: 500;
  letter-spacing: 0.01em;
  padding: 6px 0;
  transition: color .25s var(--ease);
}
.topbar__nav > a:not(.topbar__cta)::before {
  content: "";
  position: absolute;
  left: 0; right: 100%;
  bottom: 1px;
  height: 1.5px;
  background: var(--accent);
  transition: right .4s var(--ease);
}
.topbar__nav > a:not(.topbar__cta):hover { color: var(--accent); }
.topbar__nav > a:not(.topbar__cta):hover::before { right: 0; }

/* CTA — Shop (ink-stamp button, sharp corners, ghost offset frame) */
.topbar__cta {
  position: relative;
  display: inline-flex; align-items: center; gap: 9px;
  padding: 10px 16px 10px 18px;
  border: 1.5px solid currentColor;
  border-radius: 0;
  text-decoration: none;
  color: inherit;
  font-family: var(--font-body);
  font-size: 11px;
  font-weight: 700;
  letter-spacing: 0.2em;
  text-transform: uppercase;
  line-height: 1;
  margin-left: clamp(6px, 1.2vw, 14px);
  transition: color .3s var(--ease), background .3s var(--ease), border-color .3s var(--ease), transform .3s var(--ease);
}
.topbar__cta::before {
  content: "";
  position: absolute;
  top: 3px; left: 3px; right: -3px; bottom: -3px;
  border: 1px solid var(--accent);
  z-index: -1;
  opacity: 0;
  transition: opacity .3s var(--ease), transform .4s var(--ease);
}
.topbar__cta:hover {
  background: var(--ink);
  color: var(--paper);
  border-color: var(--ink);
}
.topbar__cta:hover::before { opacity: 1; transform: translate(-2px, -2px); }
.topbar__cta-arrow {
  display: inline-block; line-height: 1; font-size: 12px;
  transition: transform .3s var(--ease);
}
.topbar__cta:hover .topbar__cta-arrow { transform: translate(2px, -2px); }

/* burger — three printer-rules of unequal weight */
.topbar__burger {
  display: none;
  flex-direction: column; justify-content: center; align-items: flex-end;
  gap: 5px;
  padding: 8px 4px;
  color: inherit;
  background: transparent; border: 0;
}
.topbar__burger span {
  display: block;
  height: 1.5px;
  background: currentColor;
  transition: width .3s var(--ease), transform .35s var(--ease), opacity .25s var(--ease);
}
.topbar__burger span:nth-child(1) { width: 18px; }
.topbar__burger span:nth-child(2) { width: 13px; background: var(--accent); }
.topbar__burger span:nth-child(3) { width: 22px; }
.topbar.is-open .topbar__burger span:nth-child(1) { width: 22px; transform: translateY(7px) rotate(45deg); }
.topbar.is-open .topbar__burger span:nth-child(2) { opacity: 0; width: 0; }
.topbar.is-open .topbar__burger span:nth-child(3) { width: 22px; transform: translateY(-7px) rotate(-45deg); }

/* scroll progress - printer-rule that fills as you scroll */
.topbar__progress {
  position: absolute;
  left: 0; bottom: -1px;
  height: 2px; width: 100%;
  background: var(--accent);
  transform: scaleX(0);
  transform-origin: left;
  opacity: 0;
  transition: opacity .4s var(--ease);
  pointer-events: none;
}
.topbar.is-scrolled .topbar__progress { opacity: 1; }
@supports (animation-timeline: scroll()) {
  .topbar.is-scrolled .topbar__progress {
    animation: topbarProgress linear;
    animation-timeline: scroll(root block);
  }
  @keyframes topbarProgress {
    from { transform: scaleX(0); }
    to   { transform: scaleX(1); }
  }
}

/* initial entrance - staggered masthead reveal */
@media (prefers-reduced-motion: no-preference) {
  .topbar .brand,
  .topbar .topbar__nav > *,
  .topbar .topbar__burger {
    opacity: 0;
    animation: topbarIn .7s var(--ease) forwards;
  }
  .topbar .brand                         { animation-delay: .10s; }
  .topbar .topbar__burger                { animation-delay: .55s; }
  .topbar .topbar__nav > *:nth-child(1)  { animation-delay: .30s; }
  .topbar .topbar__nav > *:nth-child(2)  { animation-delay: .37s; }
  .topbar .topbar__nav > *:nth-child(3)  { animation-delay: .44s; }
  .topbar .topbar__nav > *:nth-child(4)  { animation-delay: .51s; }
  .topbar .topbar__nav > *:nth-child(5)  { animation-delay: .58s; }
  .topbar .topbar__nav > *:nth-child(6)  { animation-delay: .68s; }
  @keyframes topbarIn {
    from { opacity: 0; transform: translateY(-6px); }
    to   { opacity: 1; transform: translateY(0); }
  }
}

/* footer keeps the original simple mark - scope it below */
.brand__mark {
  display: inline-grid; place-items: center;
  width: 36px; height: 36px;
  background: currentColor;
  border-radius: 3px;
  font-family: var(--font-display);
  font-weight: 500;
  font-size: 0.95rem;
  letter-spacing: 0.04em;
  color: transparent;
}
.brand__mark::before {
  content: "LC";
  color: var(--paper);
  mix-blend-mode: difference;
}
.brand__mark--lg { width: 48px; height: 48px; font-size: 1.15rem; }

/* --- hero: the ludicreations dossier --- */
.hero {
  position: relative;
  min-height: clamp(720px, 100vh, 960px);
  background: var(--paper);
  color: var(--ink);
  overflow: hidden;
  isolation: isolate;
  padding:
    clamp(110px, 14vh, 170px)
    clamp(28px, 5vw, 80px)
    calc(clamp(80px, 10vh, 120px) + 44px)
    calc(56px + clamp(28px, 5vw, 80px));
  display: grid;
  grid-template-columns: minmax(0, 1.05fr) minmax(0, 1fr);
  gap: clamp(32px, 4.5vw, 72px);
  align-items: center;
}
.hero__grain {
  position: absolute; inset: 0;
  z-index: 0;
  pointer-events: none;
  background-image: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 400 400'><filter id='n'><feTurbulence type='fractalNoise' baseFrequency='0.9' numOctaves='2' stitchTiles='stitch'/><feColorMatrix values='0 0 0 0 0.12 0 0 0 0 0.09 0 0 0 0 0.05 0 0 0 0.55 0'/></filter><rect width='100%25' height='100%25' filter='url(%23n)'/></svg>");
  opacity: 0.18;
  mix-blend-mode: multiply;
}

/* vertical marquee spine */
.hero__spine {
  position: absolute; top: 0; left: 0; bottom: 44px;
  width: 56px;
  z-index: 3;
  border-right: 1px solid var(--rule);
  background: var(--paper);
  overflow: hidden;
  display: grid; place-items: center;
}
.hero__spine::before, .hero__spine::after {
  content: "";
  position: absolute; left: 0; right: 0;
  height: 48px;
  z-index: 2;
  pointer-events: none;
}
.hero__spine::before { top: 0; background: linear-gradient(180deg, var(--paper), transparent); }
.hero__spine::after { bottom: 0; background: linear-gradient(0deg, var(--paper), transparent); }
.hero__spine-track {
  display: flex;
  flex-direction: column;
  gap: 2.4em;
  animation: heroSpine 55s linear infinite;
  will-change: transform;
}
.hero__spine-track span {
  writing-mode: vertical-rl;
  transform: rotate(180deg);
  font-family: var(--font-body);
  font-size: 10.5px;
  letter-spacing: 0.38em;
  color: var(--ink-mute);
  font-weight: 500;
  line-height: 1.2;
  white-space: nowrap;
  flex: 0 0 auto;
}
@keyframes heroSpine {
  from { transform: translateY(0); }
  to   { transform: translateY(-50%); }
}

/* editorial column */
.hero__editorial {
  position: relative;
  z-index: 2;
  max-width: 620px;
  display: flex; flex-direction: column;
  gap: clamp(32px, 4vw, 56px);
}
.hero__masthead { display: flex; flex-direction: column; }
.hero__meta {
  display: flex; align-items: center; gap: 12px; flex-wrap: wrap;
  font-size: 10px; letter-spacing: 0.26em; text-transform: uppercase;
  font-weight: 700;
  color: var(--ink-mute);
  margin: 0 0 26px;
  padding-bottom: 18px;
  border-bottom: 1px solid var(--rule);
}
.hero__meta em { color: var(--accent); font-style: normal; font-family: var(--font-display); font-variation-settings: "opsz" 96; font-weight: 500; letter-spacing: 0.02em; font-size: 1.2em; }
.hero__meta-sep {
  display: inline-block; width: 6px; height: 6px;
  border: 1px solid currentColor; transform: rotate(45deg);
  opacity: 0.55;
}

.hero__wordmark {
  font-family: var(--font-display);
  font-weight: 320;
  font-variation-settings: "opsz" 144, "SOFT" 10;
  font-size: clamp(3.4rem, 9.5vw, 8.2rem);
  line-height: 0.86;
  letter-spacing: -0.045em;
  margin: 0 0 22px;
  color: var(--ink);
  text-wrap: balance;
}
.hero__wordmark span { display: inline; }
.hero__wordmark-amp em {
  font-style: italic;
  font-variation-settings: "opsz" 144, "SOFT" 100;
  color: var(--accent);
  font-weight: 380;
  margin: 0 -0.02em 0 -0.01em;
}

.hero__tagline {
  max-width: 52ch;
  font-size: clamp(0.98rem, 1.2vw, 1.08rem);
  line-height: 1.55;
  color: var(--ink-soft);
  margin: 0;
  display: flex; flex-direction: column; gap: 8px;
}
.hero__tagline em {
  font-family: var(--font-display);
  font-variation-settings: "opsz" 144, "SOFT" 100;
  font-style: italic;
  font-weight: 400;
  font-size: 1.2em;
  line-height: 1.3;
  color: var(--ink);
  letter-spacing: -0.005em;
}

/* cover story */
.hero__feature {
  position: relative;
  border-top: 1px solid var(--ink);
  border-bottom: 1px solid var(--ink);
  padding: 34px 0 28px;
}
.hero__feature-rule {
  position: absolute; top: 0; left: 20px;
  transform: translateY(-50%);
  background: var(--paper);
  padding: 0 14px;
  margin: 0;
}
.hero__feature-rule span {
  font-family: var(--font-body);
  font-size: 10px;
  letter-spacing: 0.34em;
  text-transform: uppercase;
  color: var(--accent);
  font-weight: 700;
}
.hero__live {
  display: inline-flex; align-items: center; gap: 10px;
  font-size: 10.5px; letter-spacing: 0.22em; text-transform: uppercase;
  color: var(--accent); font-weight: 700;
  margin: 0 0 14px;
}
.hero__live-dot {
  width: 9px; height: 9px; border-radius: 50%;
  background: var(--accent);
  position: relative;
  flex: 0 0 auto;
}
.hero__live-dot::after {
  content: "";
  position: absolute; inset: 0;
  border-radius: inherit;
  background: var(--accent);
  animation: heroPulse 2s ease-out infinite;
}
@keyframes heroPulse {
  0%   { transform: scale(1);   opacity: 0.7; }
  80%, 100% { transform: scale(3); opacity: 0; }
}
.hero__feature-title {
  font-family: var(--font-display);
  font-weight: 380;
  font-variation-settings: "opsz" 144, "SOFT" 30;
  font-size: clamp(1.8rem, 3.6vw, 2.9rem);
  line-height: 0.98;
  letter-spacing: -0.025em;
  margin: 0 0 16px;
  color: var(--ink);
  text-wrap: balance;
}
.hero__feature-blurb {
  max-width: 54ch;
  font-size: 1rem; line-height: 1.62;
  color: var(--ink-soft);
  margin: 0 0 22px;
}
.hero__feature-ctas { display: flex; gap: 10px; flex-wrap: wrap; }

/* visual column */
.hero__visual {
  position: relative;
  min-height: clamp(460px, 55vh, 620px);
  isolation: isolate;
  z-index: 2;
}

/* tilted banner with tape */
.hero__banner {
  position: absolute; top: 6%; right: 2%;
  margin: 0;
  width: min(520px, 80%);
  aspect-ratio: 1201 / 503;
  background: var(--dark);
  border-radius: 2px;
  box-shadow:
    0 0 0 1px rgba(18,15,12,0.08),
    0 26px 50px -22px rgba(18,15,12,0.45),
    0 8px 16px -8px rgba(18,15,12,0.2);
  transform: rotate(-2.4deg);
  overflow: visible;
  transition: transform 0.6s var(--ease);
  z-index: 1;
}
.hero__banner:hover { transform: rotate(-0.8deg) translateY(-3px); }
.hero__banner-img {
  position: absolute; inset: 0;
  background: var(--dark) center/cover no-repeat;
  border-radius: inherit;
  overflow: hidden;
}
.hero__banner-img::after {
  content: "";
  position: absolute; inset: 0;
  background: linear-gradient(180deg, rgba(14,11,8,0) 45%, rgba(14,11,8,0.88) 100%);
}
.hero__banner-stamp {
  position: absolute; bottom: 16px; left: 20px;
  z-index: 2;
  color: var(--paper);
  display: flex; flex-direction: column; gap: 2px;
}
.hero__banner-stamp span {
  font-size: 10px; letter-spacing: 0.26em; text-transform: uppercase;
  color: var(--accent-soft);
  font-weight: 700;
}
.hero__banner-stamp strong {
  font-family: var(--font-display);
  font-size: clamp(1.05rem, 1.6vw, 1.35rem);
  font-weight: 450;
  font-variation-settings: "opsz" 96, "SOFT" 40;
  letter-spacing: -0.01em;
  line-height: 1;
}
.hero__banner-tape {
  position: absolute;
  width: 80px; height: 18px;
  background: rgba(247,241,228,0.55);
  border: 1px solid rgba(18,15,12,0.06);
  z-index: 3;
  backdrop-filter: blur(1px);
}
.hero__banner-tape--l { top: -8px; left: 12%; transform: rotate(-6deg); }
.hero__banner-tape--r { top: -8px; right: 14%; transform: rotate(5deg); }

/* the motto — editorial pull-quote replacing the flagship stack */
.hero__motto {
  position: absolute;
  bottom: 4px;
  left: 0;
  width: clamp(280px, 40vw, 440px);
  margin: 0;
  padding: 0 4px 0 0;
  z-index: 2;
  transform: rotate(-0.4deg);
  transform-origin: bottom left;
}
.hero__motto-mark {
  position: absolute;
  font-family: var(--font-display);
  font-style: italic;
  font-weight: 300;
  font-variation-settings: "opsz" 144, "SOFT" 100, "wght" 300;
  font-size: clamp(3.4rem, 7.5vw, 5.6rem);
  line-height: 0.6;
  color: var(--accent);
  opacity: 0.7;
  pointer-events: none;
  user-select: none;
}
.hero__motto-mark--open {
  top: -8px;
  left: -6px;
}
.hero__motto-mark--close {
  bottom: 52px;
  right: -4px;
}
.hero__motto p {
  font-family: var(--font-display);
  font-style: italic;
  font-weight: 380;
  font-variation-settings: "opsz" 144, "SOFT" 80, "wght" 380;
  font-size: clamp(1.2rem, 2.2vw, 1.7rem);
  line-height: 1.28;
  letter-spacing: -0.015em;
  color: var(--ink);
  margin: 0 0 18px;
  padding: 0 28px 0 24px;
  text-wrap: pretty;
}
.hero__motto-foot {
  display: flex;
  align-items: center;
  gap: 12px;
  padding-left: 24px;
}
.hero__motto-rule {
  flex: 0 0 44px;
  height: 1px;
  background: var(--accent);
}
.hero__motto cite {
  font-family: var(--font-body);
  font-style: normal;
  font-size: 10px;
  font-weight: 700;
  letter-spacing: 0.26em;
  text-transform: uppercase;
  color: var(--ink-mute);
}

/* postmark stamp box */
.hero__postmark {
  position: absolute;
  top: 2%; right: 0;
  padding: 12px 14px;
  color: var(--accent);
  background: var(--paper);
  border: 1.8px solid var(--accent);
  transform: rotate(4deg);
  z-index: 4;
  box-shadow: 2px 2px 0 rgba(169,62,27,0.18);
  min-width: 160px;
}
.hero__postmark::before, .hero__postmark::after {
  content: ""; position: absolute; left: 6px; right: 6px;
  height: 1px; background: currentColor; opacity: 0.55;
}
.hero__postmark::before { top: 4px; }
.hero__postmark::after  { bottom: 4px; }
.hero__postmark p {
  margin: 0; padding: 2px 0;
  font-family: var(--font-body);
  font-size: 9px; letter-spacing: 0.22em; text-transform: uppercase;
  font-weight: 700; line-height: 1.3;
  display: flex; justify-content: space-between; gap: 16px;
}
.hero__postmark p:not(:last-child) { border-bottom: 1px dashed currentColor; padding-bottom: 6px; margin-bottom: 6px; }
.hero__postmark strong {
  font-family: var(--font-display); font-weight: 500;
  font-variation-settings: "opsz" 48, "SOFT" 30;
  letter-spacing: 0.02em;
  font-size: 1.15em;
}

/* ticker */
.hero__ticker {
  position: absolute;
  left: 0; right: 0; bottom: 0;
  height: 44px;
  background: var(--ink);
  color: var(--paper);
  display: flex; align-items: stretch;
  z-index: 5;
  overflow: hidden;
  padding-left: 56px;
}
.hero__ticker-label {
  flex: 0 0 auto;
  display: inline-flex; align-items: center;
  padding: 0 22px;
  margin: 0;
  font-size: 9px; letter-spacing: 0.3em; text-transform: uppercase;
  color: var(--accent-soft);
  font-weight: 700;
  border-right: 1px solid rgba(247,241,228,0.18);
  background: linear-gradient(90deg, var(--ink), color-mix(in srgb, var(--ink) 90%, black));
}
.hero__ticker-label span::before { content: "//"; margin-right: 10px; color: var(--accent); opacity: 0.6; }
.hero__ticker-rail {
  flex: 1 1 auto;
  overflow: hidden;
  position: relative;
  mask-image: linear-gradient(90deg, transparent 0, #000 24px, #000 calc(100% - 60px), transparent 100%);
  -webkit-mask-image: linear-gradient(90deg, transparent 0, #000 24px, #000 calc(100% - 60px), transparent 100%);
}
.hero__ticker-rail__inner {
  display: inline-flex; align-items: center; gap: 36px;
  white-space: nowrap;
  height: 100%;
  animation: heroTicker 90s linear infinite;
  padding-left: 24px;
}
.hero__ticker:hover .hero__ticker-rail__inner { animation-play-state: paused; }
@keyframes heroTicker {
  from { transform: translateX(0); }
  to   { transform: translateX(-50%); }
}
.hero__ticker-item {
  display: inline-flex; align-items: center; gap: 10px;
  font-size: 12px;
  letter-spacing: 0.03em;
  color: rgba(247,241,228,0.82);
  text-decoration: none;
  font-weight: 500;
  transition: color 0.2s var(--ease);
}
.hero__ticker-item:hover { color: var(--paper); }
.hero__ticker-item .no {
  color: var(--accent-soft);
  font-weight: 700;
  font-family: var(--font-display);
  font-variation-settings: "opsz" 48;
  font-size: 13px;
  letter-spacing: 0.02em;
}
.hero__ticker-item + .hero__ticker-item::before {
  content: "";
  display: inline-block;
  width: 5px; height: 5px;
  border-radius: 50%;
  background: currentColor;
  opacity: 0.25;
  margin-right: 26px;
}

/* load animation: staggered reveal */
.hero .hero__meta,
.hero .hero__wordmark,
.hero .hero__tagline,
.hero .hero__feature,
.hero .hero__banner,
.hero .hero__motto,
.hero .hero__postmark,
.hero .hero__ticker,
.hero .hero__spine {
  opacity: 0;
  transform: translateY(14px);
}
.hero.is-ready .hero__meta     { animation: heroIn 0.7s var(--ease) 0.05s forwards; }
.hero.is-ready .hero__wordmark { animation: heroIn 0.9s var(--ease) 0.15s forwards; }
.hero.is-ready .hero__tagline  { animation: heroIn 0.7s var(--ease) 0.30s forwards; }
.hero.is-ready .hero__feature  { animation: heroIn 0.7s var(--ease) 0.45s forwards; }
.hero.is-ready .hero__banner   { animation: heroBannerIn 1s var(--ease) 0.35s forwards; }
.hero.is-ready .hero__motto    { animation: heroIn 0.9s var(--ease) 0.60s forwards; }
.hero.is-ready .hero__postmark { animation: heroPostIn 0.8s var(--ease) 0.8s forwards; }
.hero.is-ready .hero__ticker   { animation: heroIn 0.6s var(--ease) 0.95s forwards; }
.hero.is-ready .hero__spine    { animation: heroIn 0.6s var(--ease) 1.1s forwards; }
@keyframes heroIn {
  to { opacity: 1; transform: none; }
}
@keyframes heroBannerIn {
  from { opacity: 0; transform: rotate(-4deg) translateY(12px); }
  to   { opacity: 1; transform: rotate(-2.4deg); }
}
@keyframes heroPostIn {
  from { opacity: 0; transform: rotate(10deg) scale(0.9); }
  to   { opacity: 1; transform: rotate(4deg) scale(1); }
}

/* responsive */
@media (max-width: 980px) {
  .hero {
    grid-template-columns: 1fr;
    min-height: auto;
    padding:
      clamp(100px, 14vh, 150px)
      clamp(24px, 5vw, 60px)
      72px
      calc(56px + clamp(16px, 4vw, 40px));
    gap: clamp(40px, 6vw, 60px);
  }
  .hero__visual { min-height: 420px; }
  .hero__banner { top: 0; left: 0; right: auto; width: min(460px, 92%); }
  .hero__motto { bottom: 4px; left: 0; width: 90%; }
  .hero__postmark { top: -8px; right: -8px; }
}
@media (max-width: 620px) {
  .hero { padding-left: calc(40px + 16px); padding-right: 16px; }
  .hero__spine { width: 40px; }
  .hero__spine-track { font-size: 9px; letter-spacing: 0.3em; }
  .hero__postmark { display: none; }
  .hero__banner { aspect-ratio: 3 / 2; width: 88%; }
  .hero__banner-tape { display: none; }
  .hero__motto { position: relative; bottom: auto; width: 100%; margin-top: 12px; }
  .hero__visual { min-height: auto; display: grid; gap: 32px; }
  .hero__ticker { padding-left: 40px; }
  .hero__ticker-label { padding: 0 14px; font-size: 8px; letter-spacing: 0.22em; }
}

/* --- section header --- */
.section__header {
  display: grid;
  grid-template-columns: 1.6fr 1fr;
  gap: clamp(24px, 4vw, 60px);
  align-items: end;
  padding: clamp(80px, 10vw, 140px) var(--wrap) clamp(36px, 4vw, 56px);
  max-width: var(--max);
  margin: 0 auto;
}
.section__kicker {
  display: inline-flex; align-items: center; gap: 14px;
  font-size: 0.78rem; letter-spacing: 0.2em; text-transform: uppercase;
  color: var(--accent);
  margin: 0 0 18px;
  font-weight: 500;
}
.section__kicker span:first-child {
  display: inline-grid; place-items: center;
  width: 32px; height: 32px;
  border: 1px solid currentColor;
  border-radius: 50%;
  font-size: 0.78rem;
}
.section__title {
  font-size: clamp(2.2rem, 5.5vw, 4.4rem);
  line-height: 1;
  letter-spacing: -0.03em;
  font-weight: 380;
  font-variation-settings: "opsz" 144, "SOFT" 20;
  max-width: 20ch;
  text-wrap: balance;
}
.section__aside { max-width: 38ch; font-size: 1.02rem; color: var(--ink-soft); margin: 0; }
.section__aside a { color: var(--accent); text-decoration-color: rgba(169,62,27,0.3); }

/* --- signature: the backlist spread --- */
.signature {
  background: var(--dark);
  color: var(--paper);
  padding-bottom: clamp(80px, 10vw, 140px);
  position: relative;
  isolation: isolate;
}
.signature::before {
  content: "";
  position: absolute; inset: 0;
  pointer-events: none;
  background-image: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 400 400'><filter id='n'><feTurbulence type='fractalNoise' baseFrequency='0.9' numOctaves='2' stitchTiles='stitch'/><feColorMatrix values='0 0 0 0 0.92 0 0 0 0 0.88 0 0 0 0 0.78 0 0 0 0.4 0'/></filter><rect width='100%25' height='100%25' filter='url(%23n)'/></svg>");
  opacity: 0.08;
  mix-blend-mode: screen;
  z-index: 0;
}
.signature > * { position: relative; z-index: 1; }
.signature .section__kicker { color: var(--accent-soft); }
.signature .section__title { color: var(--paper); }
.signature .section__aside { color: rgba(247,241,228,0.72); }
.signature .section__aside a { color: var(--accent-soft); text-decoration-color: rgba(215,111,48,0.4); }

.sig-spread {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  grid-auto-rows: auto;
  gap: clamp(20px, 2.4vw, 36px);
  padding: 0 var(--wrap);
  max-width: var(--max);
  margin: 0 auto;
}

.sig-plate {
  background: var(--card);
  color: var(--ink);
  border: 1px solid var(--rule);
  position: relative;
  display: flex;
  flex-direction: column;
  cursor: pointer;
  text-align: left;
  overflow: hidden;
  transition: transform .45s var(--ease), border-color .3s var(--ease);
}
.sig-plate:hover {
  transform: translateY(-4px);
  border-color: var(--ink-soft);
}
.sig-plate:focus-visible {
  outline: 2px solid var(--accent);
  outline-offset: 4px;
}
.sig-plate--wide { grid-column: span 2; }

/* accent-red bottom strip, draws in on hover */
.sig-plate__foot {
  position: absolute; left: 0; right: 0; bottom: 0;
  height: 3px;
  background: var(--accent);
  transform: scaleX(0);
  transform-origin: left;
  transition: transform .55s var(--ease);
  z-index: 2;
}
.sig-plate:hover .sig-plate__foot { transform: scaleX(1); }

/* media — cover treatment (full-bleed) or box treatment (paper specimen) */
.sig-plate__media {
  aspect-ratio: 1 / 1;
  background: var(--paper-2);
  overflow: hidden;
  margin: 0;
  position: relative;
}
.sig-plate--wide .sig-plate__media { aspect-ratio: 16 / 9; }
.sig-plate__media img {
  width: 100%; height: 100%;
  object-fit: cover;
  object-position: center;
  display: block;
  transition: transform .8s var(--ease);
}
.sig-plate:hover .sig-plate__media img { transform: scale(1.03); }

/* box treatment — paper panel, multiply-blended, padded like a specimen plate */
.sig-plate__media--box {
  background: var(--paper);
  border-bottom: 1px solid var(--rule-soft);
}
.sig-plate__media--box img {
  object-fit: contain;
  mix-blend-mode: multiply;
  padding: clamp(18px, 2.4vw, 32px);
}
.sig-plate:hover .sig-plate__media--box img { transform: scale(1.05); }

/* body */
.sig-plate__body {
  padding: clamp(18px, 2vw, 26px) clamp(18px, 2vw, 26px) clamp(20px, 2.4vw, 30px);
  display: flex;
  flex-direction: column;
  gap: 12px;
  flex: 1;
}

.sig-plate__meta {
  display: flex; align-items: center; gap: 12px; flex-wrap: wrap;
  margin: 0;
  padding-bottom: 12px;
  border-bottom: 1px solid var(--rule);
  font-family: var(--font-body);
  font-size: 10px;
  text-transform: uppercase;
  letter-spacing: 0.22em;
  font-weight: 600;
  color: var(--ink-mute);
  line-height: 1;
}
.sig-plate__no {
  font-family: var(--font-display);
  font-size: 12px;
  font-weight: 500;
  letter-spacing: 0.04em;
  color: var(--accent);
  font-variation-settings: "opsz" 48;
}
.sig-plate__meta-sep {
  display: inline-block; width: 4px; height: 4px;
  border: 1px solid currentColor;
  transform: rotate(45deg);
  opacity: 0.45;
}

.sig-plate__title {
  font-family: var(--font-display);
  font-weight: 430;
  font-variation-settings: "opsz" 96, "SOFT" 30;
  font-size: clamp(1.3rem, 1.9vw, 1.8rem);
  line-height: 1.05;
  letter-spacing: -0.02em;
  color: var(--ink);
  margin: 0;
  text-wrap: balance;
}
.sig-plate--wide .sig-plate__title {
  font-size: clamp(1.55rem, 2.6vw, 2.3rem);
}

.sig-plate__teaser {
  font-family: var(--font-display);
  font-style: italic;
  font-variation-settings: "opsz" 72, "SOFT" 80, "wght" 400;
  color: var(--ink-soft);
  font-size: clamp(0.95rem, 1.15vw, 1.08rem);
  line-height: 1.52;
  margin: 0;
  text-wrap: pretty;
}

.sig-plate__stats {
  margin: 0;
  padding: 0;
  display: flex;
  gap: 10px;
  flex-wrap: wrap;
  font-family: var(--font-body);
  font-size: 10.5px;
  letter-spacing: 0.18em;
  text-transform: uppercase;
  color: var(--ink-mute);
  font-weight: 600;
}
.sig-plate__stats span { display: inline-flex; align-items: center; gap: 10px; }
.sig-plate__stats span + span::before {
  content: "";
  display: inline-block; width: 3px; height: 3px;
  border-radius: 50%;
  background: var(--accent);
  opacity: 0.8;
}

.sig-plate__cta {
  margin-top: auto;
  padding-top: 14px;
  border-top: 1px solid var(--rule);
  font-family: var(--font-body);
  font-size: 11px;
  font-weight: 700;
  letter-spacing: 0.22em;
  text-transform: uppercase;
  color: var(--ink);
  display: inline-flex;
  align-items: center;
  gap: 10px;
}
.sig-plate__cta-arrow {
  color: var(--accent);
  transition: transform .35s var(--ease);
  font-size: 1em;
}
.sig-plate:hover .sig-plate__cta-arrow { transform: translateX(5px); }

/* reveal plates as the section scrolls into view */
@supports (animation-timeline: view()) {
  @media (prefers-reduced-motion: no-preference) {
    .sig-plate {
      animation: sigPlateIn linear both;
      animation-timeline: view();
      animation-range: entry 5% cover 22%;
    }
    @keyframes sigPlateIn {
      from { opacity: 0; transform: translateY(24px); }
      to   { opacity: 1; transform: translateY(0); }
    }
  }
}

/* responsive */
@media (max-width: 960px) {
  .sig-spread {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
  .sig-plate--wide { grid-column: span 2; }
  .sig-plate--wide .sig-plate__media { aspect-ratio: 16 / 9; }
}
@media (max-width: 600px) {
  .sig-spread {
    grid-template-columns: 1fr;
    gap: 18px;
  }
  .sig-plate--wide { grid-column: span 1; }
  .sig-plate--wide .sig-plate__media { aspect-ratio: 3 / 2; }
  .sig-plate__media { aspect-ratio: 3 / 2; }
}

/* --- catalogue: the archive index --- */
.catalogue {
  max-width: var(--max);
  margin: 0 auto;
  padding: 0 var(--wrap) clamp(80px, 10vw, 140px);
}

/* ==== archivist's toolkit ==== */
.cat-tools {
  display: grid;
  grid-template-columns: minmax(0, 1.35fr) auto auto;
  gap: clamp(24px, 3vw, 48px);
  padding: clamp(24px, 3vw, 36px) 0 clamp(20px, 2.4vw, 30px);
  border-top: 1px solid var(--ink);
  align-items: end;
}

/* Search - library ruled line */
.cat-search {
  position: relative;
  display: grid;
  grid-template-columns: auto auto 1fr auto;
  align-items: end;
  gap: 10px;
  padding: 0 0 10px;
  border-bottom: 1.5px solid var(--ink);
  transition: border-color .3s var(--ease);
  cursor: text;
}
.cat-search:focus-within { border-bottom-color: var(--accent); }
.cat-search__label {
  font-family: var(--font-body);
  font-size: 10px;
  font-weight: 700;
  letter-spacing: 0.26em;
  text-transform: uppercase;
  color: var(--ink-mute);
  padding-bottom: 5px;
  flex: 0 0 auto;
  user-select: none;
}
.cat-search__icon { color: var(--ink-mute); align-self: end; margin-bottom: 4px; }
.cat-search:focus-within .cat-search__icon { color: var(--accent); }
.cat-search input {
  background: transparent;
  border: 0;
  outline: 0;
  font-family: var(--font-display);
  font-variation-settings: "opsz" 96, "SOFT" 40;
  font-size: clamp(1.05rem, 1.6vw, 1.4rem);
  font-weight: 430;
  color: var(--ink);
  padding: 2px 0;
  width: 100%;
  letter-spacing: -0.01em;
  min-width: 0;
}
.cat-search input::placeholder {
  color: var(--ink-mute);
  font-style: italic;
  font-variation-settings: "opsz" 96, "SOFT" 80, "wght" 380;
  opacity: 0.7;
}
.cat-search input::-webkit-search-cancel-button { -webkit-appearance: none; appearance: none; }
.cat-search__count {
  font-family: var(--font-display);
  font-size: 12px;
  font-variation-settings: "opsz" 48;
  color: var(--accent);
  font-weight: 500;
  padding-bottom: 4px;
  font-variant-numeric: tabular-nums;
  flex: 0 0 auto;
  white-space: nowrap;
  opacity: 0;
  transition: opacity .25s var(--ease);
}
.cat-search.has-query .cat-search__count { opacity: 1; }

/* Sort dropdown */
.cat-sort { position: relative; }
.cat-sort__trigger {
  display: inline-flex;
  align-items: baseline;
  gap: 10px;
  padding: 0 0 10px;
  border: 0;
  border-bottom: 1.5px solid var(--ink);
  background: transparent;
  color: inherit;
  cursor: pointer;
  text-align: left;
  transition: border-color .2s var(--ease);
  min-width: 210px;
}
.cat-sort__trigger:hover { border-bottom-color: var(--accent); }
.cat-sort__prefix {
  font-family: var(--font-body);
  font-size: 10px;
  font-weight: 700;
  letter-spacing: 0.26em;
  text-transform: uppercase;
  color: var(--ink-mute);
  flex: 0 0 auto;
}
.cat-sort__value {
  font-family: var(--font-display);
  font-variation-settings: "opsz" 48, "SOFT" 40;
  font-weight: 450;
  font-size: clamp(0.98rem, 1.15vw, 1.08rem);
  color: var(--ink);
  flex: 1;
  letter-spacing: -0.005em;
}
.cat-sort__caret {
  font-size: 10px;
  color: var(--accent);
  transition: transform .35s var(--ease);
  display: inline-block;
  line-height: 1;
}
.cat-sort[aria-expanded="true"] .cat-sort__caret { transform: rotate(180deg); }

.cat-sort__menu {
  position: absolute;
  top: calc(100% + 6px);
  right: 0;
  min-width: 240px;
  background: var(--paper);
  border: 1.5px solid var(--ink);
  padding: 6px 0;
  list-style: none;
  margin: 0;
  z-index: 10;
  box-shadow: 5px 5px 0 var(--ink);
  opacity: 0;
  pointer-events: none;
  transform: translate(-3px, -3px);
  transition: opacity .2s var(--ease), transform .25s var(--ease);
}
.cat-sort[aria-expanded="true"] .cat-sort__menu {
  opacity: 1;
  pointer-events: auto;
  transform: translate(0, 0);
}
.cat-sort__menu li {
  padding: 10px 18px 10px 14px;
  cursor: pointer;
  font-family: var(--font-display);
  font-variation-settings: "opsz" 48, "SOFT" 40;
  font-size: 14.5px;
  font-weight: 430;
  color: var(--ink-soft);
  transition: background .15s var(--ease), color .15s var(--ease), padding .2s var(--ease);
  display: flex;
  align-items: center;
  gap: 10px;
  position: relative;
}
.cat-sort__menu li::before {
  content: "◇";
  font-size: 8px;
  color: var(--accent);
  opacity: 0;
  transition: opacity .2s var(--ease);
  flex: 0 0 auto;
  width: 0;
  overflow: hidden;
}
.cat-sort__menu li:hover { background: var(--paper-2); color: var(--ink); padding-left: 18px; }
.cat-sort__menu li:hover::before { opacity: 0.5; width: 10px; }
.cat-sort__menu li.is-active { color: var(--accent); padding-left: 18px; font-style: italic; }
.cat-sort__menu li.is-active::before { opacity: 1; width: 10px; }

/* Stock toggle - diamond mark */
.cat-toggle {
  display: inline-flex;
  align-items: center;
  gap: 12px;
  border: 0;
  border-bottom: 1.5px solid transparent;
  background: transparent;
  cursor: pointer;
  padding: 0 0 10px;
  font-family: var(--font-body);
  font-weight: 700;
  font-size: 10px;
  letter-spacing: 0.26em;
  text-transform: uppercase;
  color: var(--ink-mute);
  transition: color .25s var(--ease), border-color .25s var(--ease);
}
.cat-toggle__mark {
  display: inline-block;
  width: 13px;
  height: 13px;
  border: 1.5px solid currentColor;
  transform: rotate(45deg);
  transition: background .25s var(--ease), border-color .25s var(--ease), transform .4s var(--ease);
  flex: 0 0 auto;
}
.cat-toggle:hover {
  color: var(--ink);
  border-bottom-color: var(--rule);
}
.cat-toggle[aria-pressed="true"] {
  color: var(--accent);
  border-bottom-color: var(--accent);
}
.cat-toggle[aria-pressed="true"] .cat-toggle__mark {
  background: var(--accent);
  border-color: var(--accent);
  transform: rotate(135deg);
}

/* ==== category filter - typographic line ==== */
.cat-filter {
  display: flex;
  flex-wrap: wrap;
  align-items: baseline;
  gap: 4px 20px;
  padding: clamp(20px, 2.4vw, 28px) 0;
  border-bottom: 1px solid var(--rule);
}
.cat-filter__label {
  font-family: var(--font-body);
  font-size: 10px;
  font-weight: 700;
  letter-spacing: 0.26em;
  text-transform: uppercase;
  color: var(--ink-mute);
  margin-right: 8px;
  flex: 0 0 auto;
}
.cat-filter__item {
  position: relative;
  font-family: var(--font-body);
  background: transparent;
  border: 0;
  padding: 4px 0;
  cursor: pointer;
  font-size: 13.5px;
  letter-spacing: 0.01em;
  color: var(--ink-soft);
  transition: color .2s var(--ease);
  text-decoration: none;
  font-weight: 500;
}
.cat-filter__item::before {
  content: "";
  position: absolute;
  left: 0; right: 100%;
  bottom: 0;
  height: 1.5px;
  background: var(--accent);
  transition: right .4s var(--ease);
}
.cat-filter__item:hover { color: var(--ink); }
.cat-filter__item:hover::before { right: 0; }
.cat-filter__item.is-active {
  color: var(--accent);
  font-weight: 600;
}
.cat-filter__item.is-active::before { right: 0; height: 2px; }
.cat-filter__count {
  font-family: var(--font-display);
  font-variation-settings: "opsz" 48;
  font-size: 11px;
  color: var(--ink-mute);
  margin-left: 5px;
  font-variant-numeric: tabular-nums;
  font-weight: 500;
  opacity: 0.75;
}

/* ==== status line ==== */
.cat-status {
  display: flex;
  align-items: center;
  gap: 14px;
  margin: clamp(20px, 2vw, 28px) 0 clamp(24px, 2.5vw, 32px);
  font-family: var(--font-body);
  font-size: 10.5px;
  letter-spacing: 0.26em;
  text-transform: uppercase;
  font-weight: 700;
  color: var(--ink-mute);
}
.cat-status__sep {
  color: var(--accent);
  font-size: 7px;
  letter-spacing: 0;
}
#grid-count { color: var(--ink); font-variant-numeric: tabular-nums; }

/* ==== the grid ==== */
.cat-grid {
  display: grid;
  gap: clamp(24px, 2.4vw, 32px) clamp(18px, 2vw, 24px);
  grid-template-columns: repeat(auto-fill, minmax(220px, 1fr));
}

.cat-card {
  background: var(--card);
  border: 1px solid var(--rule);
  padding: 0;
  display: flex;
  flex-direction: column;
  cursor: pointer;
  transition: transform .4s var(--ease), border-color .3s var(--ease);
  text-align: left;
  position: relative;
  outline: none;
}
.cat-card:hover {
  transform: translateY(-4px);
  border-color: var(--ink);
}
.cat-card:focus-visible {
  outline: 2px solid var(--accent);
  outline-offset: 4px;
}

/* image slot - square archive plate */
.cat-card__figure {
  aspect-ratio: 1 / 1;
  margin: 0;
  overflow: hidden;
  background: var(--paper);
  border-bottom: 1px solid var(--rule);
  position: relative;
  display: grid;
  place-items: center;
}
.cat-card__figure img {
  width: 100%;
  height: 100%;
  object-fit: contain;
  padding: clamp(14px, 1.8vw, 20px);
  mix-blend-mode: multiply;
  transition: transform .6s var(--ease);
  display: block;
}
.cat-card:hover .cat-card__figure img { transform: scale(1.05); }

/* [redacted] placeholder - censor bar */
.cat-card__figure--redacted {
  background: var(--paper);
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 16px;
  padding: 20px;
  position: relative;
  overflow: hidden;
}
.cat-card__figure--redacted::before {
  content: "";
  position: absolute;
  inset: 12%;
  border: 1.5px dashed var(--ink-mute);
  opacity: 0.35;
}
.cat-card__redacted-bar {
  background: var(--ink);
  color: var(--paper);
  padding: 9px 22px;
  font-family: var(--font-body);
  font-size: 12.5px;
  font-weight: 800;
  letter-spacing: 0.36em;
  text-transform: uppercase;
  transform: rotate(-3deg);
  box-shadow: 3px 3px 0 rgba(18,15,12,0.18);
  position: relative;
  z-index: 1;
}
.cat-card__redacted-note {
  font-family: var(--font-body);
  font-size: 8.5px;
  letter-spacing: 0.32em;
  text-transform: uppercase;
  color: var(--ink-mute);
  font-weight: 700;
  position: relative;
  z-index: 1;
}
.cat-card:hover .cat-card__redacted-bar { transform: rotate(-1deg); transition: transform .4s var(--ease); }

/* [microfilms] placeholder - film strip */
.cat-card__figure--microfilm {
  background: var(--dark);
  color: var(--paper);
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 10px;
  padding: 26px 16px;
  position: relative;
  overflow: hidden;
}
.cat-card__figure--microfilm::before,
.cat-card__figure--microfilm::after {
  content: "";
  position: absolute;
  left: 8%;
  right: 8%;
  height: 11px;
  background-image: repeating-linear-gradient(90deg,
    var(--paper) 0,
    var(--paper) 5px,
    transparent 5px,
    transparent 13px);
  opacity: 0.85;
}
.cat-card__figure--microfilm::before { top: 10px; }
.cat-card__figure--microfilm::after { bottom: 10px; }
.cat-card__microfilm-frame {
  font-family: var(--font-display);
  font-variation-settings: "opsz" 96, "SOFT" 30;
  font-size: clamp(14px, 1.8vw, 18px);
  font-weight: 430;
  color: var(--paper);
  letter-spacing: 0.04em;
  padding: 12px 18px;
  border: 1px solid var(--paper);
  line-height: 1;
  position: relative;
  z-index: 1;
}
.cat-card__microfilm-note {
  font-family: var(--font-body);
  font-size: 8.5px;
  letter-spacing: 0.32em;
  text-transform: uppercase;
  color: rgba(247,241,228,0.55);
  font-weight: 700;
  position: relative;
  z-index: 1;
}

/* body */
.cat-card__body {
  padding: 14px 16px 18px;
  display: flex;
  flex-direction: column;
  gap: 8px;
  flex: 1;
}
.cat-card__meta {
  display: flex;
  align-items: center;
  gap: 10px;
  margin: 0;
  font-family: var(--font-body);
  font-size: 10px;
  letter-spacing: 0.24em;
  text-transform: uppercase;
  color: var(--ink-mute);
  font-weight: 700;
  line-height: 1;
}
.cat-card__no {
  color: var(--accent);
  font-family: var(--font-display);
  font-variation-settings: "opsz" 48;
  font-weight: 500;
  letter-spacing: 0.04em;
  font-size: 11.5px;
}
.cat-card__meta-sep {
  display: inline-block;
  width: 3px;
  height: 3px;
  border: 1px solid currentColor;
  transform: rotate(45deg);
  opacity: 0.5;
}
.cat-card__series {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  min-width: 0;
  flex: 1;
}

.cat-card__title {
  font-family: var(--font-display);
  font-weight: 450;
  font-variation-settings: "opsz" 96, "SOFT" 30;
  font-size: 17.5px;
  line-height: 1.2;
  letter-spacing: -0.012em;
  color: var(--ink);
  margin: 2px 0 6px;
  text-wrap: balance;
}

.cat-card__mechs {
  margin: 0;
  font-family: var(--font-display);
  font-style: italic;
  font-variation-settings: "opsz" 48, "SOFT" 70, "wght" 380;
  font-size: 13.5px;
  line-height: 1.45;
  color: var(--ink-soft);
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
}

.cat-card__stats {
  display: flex;
  align-items: baseline;
  justify-content: space-between;
  gap: 10px;
  margin-top: auto;
  padding-top: 12px;
  border-top: 1px solid var(--rule);
}
.cat-card__price {
  font-family: var(--font-display);
  font-variation-settings: "opsz" 48;
  font-weight: 500;
  font-size: 16px;
  color: var(--ink);
  font-variant-numeric: tabular-nums;
  letter-spacing: -0.005em;
}
.cat-card__price--none {
  color: var(--ink-mute);
  font-style: italic;
  font-weight: 400;
}
.cat-card__stock {
  font-family: var(--font-body);
  font-size: 10px;
  letter-spacing: 0.22em;
  text-transform: uppercase;
  font-weight: 700;
  color: var(--ink-mute);
}
.cat-card__stock--in { color: var(--ink); }
.cat-card__stock--out { color: var(--danger); }
.cat-card__stock--back { color: var(--accent); }

/* card hover accent underline (letterpress draw) */
.cat-card__underline {
  position: absolute;
  left: 14px; right: 14px;
  bottom: 14px;
  height: 1.5px;
  background: var(--accent);
  transform: scaleX(0);
  transform-origin: left;
  transition: transform .55s var(--ease);
  pointer-events: none;
}
.cat-card:hover .cat-card__underline { transform: scaleX(1); }

/* empty state */
.cat-empty {
  grid-column: 1 / -1;
  text-align: center;
  padding: 80px 20px;
  font-family: var(--font-display);
  font-style: italic;
  font-variation-settings: "opsz" 96, "SOFT" 80, "wght" 380;
  font-size: clamp(1.05rem, 1.6vw, 1.3rem);
  color: var(--ink-mute);
  border: 1px dashed var(--rule);
}

/* ==== entrance animations ==== */
@supports (animation-timeline: view()) {
  @media (prefers-reduced-motion: no-preference) {
    .cat-card {
      animation: catCardIn linear both;
      animation-timeline: view();
      animation-range: entry 0% cover 18%;
    }
    @keyframes catCardIn {
      from { opacity: 0; transform: translateY(18px); }
      to { opacity: 1; transform: translateY(0); }
    }
  }
}

/* ==== responsive ==== */
@media (max-width: 960px) {
  .cat-tools {
    grid-template-columns: 1fr;
    gap: 20px;
    align-items: stretch;
  }
  .cat-sort__menu { left: 0; right: auto; }
}
@media (max-width: 600px) {
  .cat-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 18px 14px; }
  .cat-card__body { padding: 12px 13px 14px; }
  .cat-card__title { font-size: 15px; line-height: 1.18; }
  .cat-card__mechs { font-size: 12.5px; -webkit-line-clamp: 1; }
  .cat-card__price { font-size: 14px; }
  .cat-card__stock { font-size: 9px; }
  .cat-card__meta { font-size: 9.5px; }
  .cat-card__no { font-size: 11px; }
  .cat-card__underline { left: 11px; right: 11px; bottom: 11px; }
  .cat-search__label, .cat-sort__prefix { font-size: 9px; letter-spacing: 0.22em; }
}

/* --- story: the colophon --- */
.story {
  background: var(--paper-2);
  padding: clamp(80px, 10vw, 140px) var(--wrap);
  position: relative;
  isolation: isolate;
}
.story__grain {
  position: absolute; inset: 0;
  pointer-events: none;
  background-image: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 400 400'><filter id='n'><feTurbulence type='fractalNoise' baseFrequency='0.9' numOctaves='2' stitchTiles='stitch'/><feColorMatrix values='0 0 0 0 0.12 0 0 0 0 0.09 0 0 0 0 0.05 0 0 0 0.55 0'/></filter><rect width='100%25' height='100%25' filter='url(%23n)'/></svg>");
  opacity: 0.12;
  mix-blend-mode: multiply;
  z-index: 0;
}
.story > * { position: relative; z-index: 1; }
.story__inner { max-width: var(--max); margin: 0 auto; }

/* header */
.story__header {
  display: grid;
  grid-template-columns: minmax(0, 1.4fr) minmax(0, 1fr);
  gap: clamp(28px, 4vw, 72px);
  align-items: end;
  padding-bottom: clamp(40px, 5vw, 72px);
  border-bottom: 1px solid var(--ink);
  margin-bottom: clamp(44px, 5vw, 72px);
}
.story__header .section__kicker { grid-column: 1 / -1; }
.story__lede {
  font-family: var(--font-display);
  font-weight: 380;
  font-variation-settings: "opsz" 144, "SOFT" 20;
  font-size: clamp(2.4rem, 5vw, 4.2rem);
  line-height: 1.02;
  letter-spacing: -0.03em;
  max-width: 22ch;
  margin: 0;
  color: var(--ink);
  text-wrap: balance;
}
.story__lede em {
  color: var(--accent);
  font-variation-settings: "opsz" 144, "SOFT" 100;
  font-weight: 300;
}
.story__sub {
  font-family: var(--font-body);
  font-size: clamp(1rem, 1.15vw, 1.1rem);
  line-height: 1.55;
  color: var(--ink-soft);
  max-width: 34ch;
  margin: 0;
}

/* stats strip: 4-col horizontal specimen sheet, full-width between hairlines */
.story__numbers {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: clamp(20px, 3vw, 40px);
  margin: 0;
  padding: clamp(28px, 3.5vw, 44px) 0;
  border-top: 1px solid var(--ink);
  border-bottom: 1px solid var(--ink);
}

/* spread: asymmetric 2-col */
.story__spread {
  display: grid;
  grid-template-columns: minmax(0, 1.5fr) minmax(0, 1fr);
  gap: clamp(32px, 5vw, 72px);
  align-items: start;
  margin-top: clamp(40px, 5vw, 72px);
}

/* left: editor's note */
.story__note { display: flex; flex-direction: column; gap: clamp(24px, 3vw, 36px); }
.story__note-body p {
  font-family: var(--font-body);
  font-size: clamp(1rem, 1.1vw, 1.08rem);
  color: var(--ink-soft);
  line-height: 1.72;
  margin: 0 0 1em;
}
.story__note-body p:last-child { margin-bottom: 0; }
.story__note-body p:first-child::first-letter {
  font-family: var(--font-display);
  font-variation-settings: "opsz" 144, "SOFT" 20;
  font-size: 3.8em;
  float: left;
  line-height: 0.82;
  padding: 6px 14px 0 0;
  color: var(--accent);
  font-weight: 500;
}
.story__note-body a {
  color: var(--ink);
  text-decoration-color: var(--rule);
  text-underline-offset: 3px;
  font-weight: 500;
}
.story__note-body a:hover {
  color: var(--accent);
  text-decoration-color: currentColor;
}

/* byline at the end of the note */
.story__byline {
  display: flex;
  align-items: center;
  gap: 16px;
  margin: 0;
  padding-top: clamp(20px, 2vw, 28px);
  border-top: 1px solid var(--rule);
  font-family: var(--font-body);
  font-size: 10px;
  letter-spacing: 0.26em;
  text-transform: uppercase;
  font-weight: 700;
  color: var(--ink-mute);
}
.story__byline-rule {
  flex: 0 0 36px;
  height: 1.5px;
  background: var(--accent);
}
.story__num {
  display: flex;
  flex-direction: column;
  gap: 12px;
  min-width: 0;
  padding-left: 0;
  position: relative;
}
.story__num + .story__num::before {
  content: "";
  position: absolute;
  left: calc(-1 * clamp(10px, 1.5vw, 20px));
  top: 8px;
  bottom: 8px;
  width: 1px;
  background: var(--rule);
}
.story__num dd {
  font-family: var(--font-display);
  font-variation-settings: "opsz" 144, "SOFT" 20, "wght" 420;
  font-size: clamp(2.2rem, 4.5vw, 4rem);
  font-weight: 420;
  line-height: 0.92;
  letter-spacing: -0.04em;
  color: var(--ink);
  margin: 0;
  font-variant-numeric: tabular-nums;
}
.story__num-suffix {
  color: var(--accent);
  font-style: italic;
  font-size: 0.68em;
  font-variation-settings: "opsz" 72, "SOFT" 100, "wght" 300;
  letter-spacing: -0.05em;
  margin-left: 2px;
  vertical-align: 0.08em;
}
.story__num dt {
  font-family: var(--font-body);
  font-size: 10px;
  letter-spacing: 0.26em;
  text-transform: uppercase;
  color: var(--ink-mute);
  font-weight: 700;
  border-top: 1.5px solid var(--accent);
  padding-top: 9px;
  max-width: 22ch;
  line-height: 1.3;
}

/* Mastodon profile card */
.story__fedi {
  position: relative;
  background: var(--card);
  border: 1px solid var(--rule);
  padding: clamp(24px, 3vw, 36px);
  overflow: hidden;
  transition: transform .45s var(--ease), border-color .3s var(--ease);
  isolation: isolate;
}
.story__fedi:hover {
  transform: translateY(-3px);
  border-color: var(--ink-soft);
}
.story__fedi-watermark {
  position: absolute;
  top: -70px;
  right: -50px;
  font-family: var(--font-display);
  font-style: italic;
  font-variation-settings: "opsz" 144, "SOFT" 100, "wght" 280;
  font-size: clamp(220px, 42vw, 340px);
  line-height: 0.85;
  color: var(--accent);
  opacity: 0.08;
  pointer-events: none;
  user-select: none;
  z-index: 0;
  transition: opacity .5s var(--ease), transform .6s var(--ease);
}
.story__fedi:hover .story__fedi-watermark {
  opacity: 0.13;
  transform: rotate(-6deg) translate(6px, -4px);
}
.story__fedi > *:not(.story__fedi-watermark) { position: relative; z-index: 1; }

.story__fedi-head {
  margin: 0 0 22px;
  padding-bottom: 16px;
  border-bottom: 1px solid var(--rule);
}
.story__fedi-eyebrow {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  font-family: var(--font-body);
  font-size: 10px;
  letter-spacing: 0.26em;
  text-transform: uppercase;
  font-weight: 700;
  color: var(--accent);
}
.story__fedi-dot {
  display: inline-block;
  width: 9px; height: 9px;
  border-radius: 50%;
  background: var(--accent);
  position: relative;
  flex: 0 0 auto;
}
.story__fedi-dot::after {
  content: "";
  position: absolute; inset: 0;
  border-radius: inherit;
  background: var(--accent);
  animation: heroPulse 2s ease-out infinite;
}

.story__fedi-handle {
  font-family: var(--font-display);
  font-style: italic;
  font-weight: 450;
  font-variation-settings: "opsz" 144, "SOFT" 60, "wght" 440;
  font-size: clamp(1.85rem, 3.2vw, 2.75rem);
  line-height: 0.98;
  letter-spacing: -0.025em;
  color: var(--ink);
  margin: 0 0 4px;
  word-break: break-word;
}
.story__fedi-at {
  color: var(--accent);
  font-weight: 350;
  font-variation-settings: "opsz" 144, "SOFT" 100, "wght" 350;
  margin-right: -0.04em;
}

.story__fedi-instance {
  font-family: var(--font-body);
  font-size: 11.5px;
  letter-spacing: 0.22em;
  text-transform: uppercase;
  font-weight: 600;
  color: var(--ink-mute);
  margin: 0 0 22px;
  padding-left: 1px;
}

.story__fedi-bio {
  font-family: var(--font-display);
  font-style: italic;
  font-variation-settings: "opsz" 72, "SOFT" 80, "wght" 400;
  font-size: 14.5px;
  line-height: 1.55;
  color: var(--ink-soft);
  margin: 0 0 26px;
  max-width: 34ch;
}
.story__fedi-bio em {
  color: var(--ink);
  font-style: italic;
  font-variation-settings: "opsz" 72, "SOFT" 30, "wght" 500;
  letter-spacing: 0.02em;
}

.story__fedi-cta {
  position: relative;
  display: inline-flex;
  align-items: center;
  gap: 12px;
  padding: 6px 0;
  font-family: var(--font-body);
  font-size: 11px;
  letter-spacing: 0.22em;
  text-transform: uppercase;
  font-weight: 700;
  color: var(--ink);
  text-decoration: none;
}
.story__fedi-cta::before {
  content: "";
  position: absolute;
  left: 0; right: 0;
  bottom: 0;
  height: 1.5px;
  background: var(--accent);
  transform-origin: left;
  transition: transform .4s var(--ease);
}
.story__fedi-cta:hover::before { transform: scaleX(1.02); }
.story__fedi-arrow {
  color: var(--accent);
  transition: transform .35s var(--ease);
  display: inline-block;
}
.story__fedi-cta:hover .story__fedi-arrow { transform: translate(5px, -2px); }

/* motion */
@supports (animation-timeline: view()) {
  @media (prefers-reduced-motion: no-preference) {
    .story__num, .story__fedi {
      animation: storyIn linear both;
      animation-timeline: view();
      animation-range: entry 5% cover 22%;
    }
    @keyframes storyIn {
      from { opacity: 0; transform: translateY(14px); }
      to { opacity: 1; transform: translateY(0); }
    }
  }
}

/* responsive */
@media (max-width: 900px) {
  .story__header { grid-template-columns: 1fr; }
  .story__spread { grid-template-columns: 1fr; gap: 56px; }
  .story__numbers { grid-template-columns: repeat(2, 1fr); gap: 32px 28px; }
  .story__num + .story__num:nth-child(3)::before { display: none; }
  .story__num:nth-child(n+3) { padding-top: 22px; border-top: 1px solid var(--rule); }
}
@media (max-width: 560px) {
  .story__numbers {
    grid-template-columns: 1fr;
    gap: 24px;
    padding: 24px 0;
  }
  .story__num + .story__num::before { display: none; }
  .story__num:nth-child(n+2) {
    padding-top: 22px;
    border-top: 1px solid var(--rule);
  }
  .story__num dd { font-size: clamp(2.4rem, 14vw, 3.4rem); }
  .story__fedi-handle { font-size: clamp(1.6rem, 9vw, 2.2rem); }
  .story__fedi-watermark { font-size: clamp(180px, 60vw, 240px); top: -40px; right: -30px; }
  .story__byline { flex-wrap: wrap; }
}

/* --- ludibooster: the booster brief --- */
.ludibooster {
  max-width: var(--max);
  margin: 0 auto;
  padding: 0 var(--wrap) clamp(80px, 10vw, 140px);
}
.ludibooster__inner { max-width: 100%; }

/* HEADER */
.ludibooster__header {
  display: grid;
  grid-template-columns: minmax(0, 1.4fr) minmax(0, 1fr);
  gap: clamp(28px, 4vw, 72px);
  align-items: end;
  padding: clamp(80px, 10vw, 140px) 0 clamp(40px, 5vw, 72px);
  border-bottom: 1px solid var(--ink);
  margin-bottom: clamp(48px, 6vw, 88px);
}
.ludibooster__header .section__kicker { grid-column: 1 / -1; }
.ludibooster__lede {
  font-family: var(--font-display);
  font-weight: 380;
  font-variation-settings: "opsz" 144, "SOFT" 20;
  font-size: clamp(2.4rem, 5vw, 4.2rem);
  line-height: 1.02;
  letter-spacing: -0.03em;
  max-width: 22ch;
  margin: 0;
  color: var(--ink);
  text-wrap: balance;
}
.ludibooster__lede em {
  color: var(--accent);
  font-variation-settings: "opsz" 144, "SOFT" 100;
  font-weight: 300;
}
.ludibooster__sub {
  font-family: var(--font-body);
  font-size: clamp(1rem, 1.15vw, 1.1rem);
  line-height: 1.55;
  color: var(--ink-soft);
  max-width: 38ch;
  margin: 0;
}

/* THE MANIFESTO (centerpiece) */
.ludibooster__manifesto {
  position: relative;
  margin: 0 0 clamp(64px, 7vw, 110px);
  padding: clamp(48px, 6vw, 84px) clamp(32px, 4vw, 64px);
  background: var(--card);
  border-top: 2px solid var(--ink);
  border-bottom: 2px solid var(--ink);
  overflow: hidden;
  isolation: isolate;
}
.ludibooster__manifesto-mark {
  position: absolute;
  top: -120px;
  left: -30px;
  font-family: var(--font-display);
  font-style: italic;
  font-variation-settings: "opsz" 144, "SOFT" 100, "wght" 280;
  font-size: clamp(320px, 52vw, 520px);
  line-height: 0.72;
  color: var(--accent);
  opacity: 0.09;
  pointer-events: none;
  user-select: none;
  z-index: 0;
  transition: transform 1.2s var(--ease), opacity .5s var(--ease);
}
.ludibooster__manifesto:hover .ludibooster__manifesto-mark {
  transform: rotate(-4deg) translate(8px, -6px);
  opacity: 0.13;
}
.ludibooster__manifesto-text {
  position: relative;
  z-index: 1;
  font-family: var(--font-display);
  font-style: italic;
  font-weight: 400;
  font-variation-settings: "opsz" 144, "SOFT" 90, "wght" 400;
  font-size: clamp(1.5rem, 3vw, 2.6rem);
  line-height: 1.28;
  letter-spacing: -0.018em;
  color: var(--ink);
  margin: 0 0 36px;
  max-width: 32ch;
  text-wrap: pretty;
}
.ludibooster__manifesto-text em {
  /* Roman emphasis within italic block - classic typographic device */
  font-style: normal;
  font-variation-settings: "opsz" 144, "SOFT" 20, "wght" 500;
  color: var(--accent);
  font-weight: 500;
  letter-spacing: -0.005em;
}
.ludibooster__manifesto-cite {
  display: flex;
  align-items: center;
  gap: 16px;
  position: relative;
  z-index: 1;
}
.ludibooster__manifesto-rule {
  flex: 0 0 44px;
  height: 1.5px;
  background: var(--accent);
}
.ludibooster__manifesto-cite cite {
  font-family: var(--font-body);
  font-style: normal;
  font-size: 10px;
  letter-spacing: 0.28em;
  text-transform: uppercase;
  color: var(--ink-mute);
  font-weight: 700;
}

/* SERVICES SPECIMEN */
.ludibooster__services {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  /* Two shared rows — header takes max height across columns,
     list fills below. Each column subgrids into these rows so the
     lists always start at the same Y. */
  grid-template-rows: auto 1fr;
  gap: clamp(36px, 5vw, 88px);
  margin: 0 0 clamp(60px, 7vw, 100px);
}
.ludibooster__services-col {
  display: grid;
  grid-row: 1 / span 2;
  grid-template-rows: subgrid;
}
/* Graceful fallback for the handful of browsers without subgrid: keep the
   flex column and force the heads to share a min-height that fits 2 lines
   of the larger title at any viewport. */
@supports not (grid-template-rows: subgrid) {
  .ludibooster__services-col {
    display: flex;
    flex-direction: column;
  }
  .ludibooster__services-head {
    min-height: calc(clamp(1.3rem, 2vw, 1.75rem) * 1.15 * 2 + 14px + clamp(22px, 2.5vw, 30px) + 10px);
  }
}
.ludibooster__services-head {
  padding-bottom: clamp(22px, 2.5vw, 30px);
  border-bottom: 1px solid var(--ink);
  margin-bottom: clamp(4px, 1vw, 8px);
}
.ludibooster__services-eyebrow {
  display: block;
  font-family: var(--font-body);
  font-size: 10px;
  letter-spacing: 0.28em;
  text-transform: uppercase;
  color: var(--accent);
  font-weight: 700;
  margin-bottom: 14px;
}
.ludibooster__services-title {
  font-family: var(--font-display);
  font-weight: 430;
  font-variation-settings: "opsz" 96, "SOFT" 30;
  font-size: clamp(1.3rem, 2vw, 1.75rem);
  line-height: 1.15;
  letter-spacing: -0.02em;
  color: var(--ink);
  margin: 0;
  max-width: 24ch;
}

.ludibooster__list {
  list-style: none;
  padding: 0;
  margin: 0;
  display: flex;
  flex-direction: column;
}
.ludibooster__list li {
  display: grid;
  grid-template-columns: auto 1fr;
  gap: clamp(18px, 2vw, 24px);
  padding: clamp(18px, 2vw, 22px) 0;
  border-bottom: 1px solid var(--rule);
  align-items: baseline;
  position: relative;
  transition: background .3s var(--ease);
  cursor: default;
}
.ludibooster__list li::before {
  content: "";
  position: absolute;
  left: 0; right: 100%;
  bottom: -1px;
  height: 1.5px;
  background: var(--accent);
  transition: right .5s var(--ease);
}
.ludibooster__list li:hover::before { right: 0; }
.ludibooster__list-no {
  font-family: var(--font-display);
  font-variation-settings: "opsz" 48, "SOFT" 30;
  font-size: 14px;
  font-weight: 500;
  letter-spacing: 0.04em;
  color: var(--accent);
  line-height: 1;
  padding-top: 3px;
}
.ludibooster__list-body h4 {
  font-family: var(--font-display);
  font-weight: 450;
  font-variation-settings: "opsz" 96, "SOFT" 30;
  font-size: clamp(1.05rem, 1.35vw, 1.3rem);
  line-height: 1.15;
  letter-spacing: -0.012em;
  color: var(--ink);
  margin: 0 0 5px;
  transition: color .2s var(--ease);
}
.ludibooster__list li:hover .ludibooster__list-body h4 { color: var(--accent); }
.ludibooster__list-body p {
  font-family: var(--font-display);
  font-style: italic;
  font-variation-settings: "opsz" 72, "SOFT" 70, "wght" 380;
  font-size: 13.5px;
  line-height: 1.5;
  color: var(--ink-soft);
  margin: 0;
}

/* BRIEFING BOX */
.ludibooster__brief {
  display: grid;
  grid-template-columns: minmax(0, 1.25fr) minmax(0, 1fr);
  gap: clamp(32px, 4vw, 72px);
  padding: clamp(36px, 4vw, 56px) clamp(32px, 4vw, 56px);
  border: 1.5px solid var(--ink);
  background: var(--paper);
  align-items: center;
  position: relative;
  isolation: isolate;
}
.ludibooster__brief::before {
  /* subtle inner ghost border - letterhead registration feel */
  content: "";
  position: absolute;
  inset: 5px;
  border: 1px solid var(--accent);
  opacity: 0.25;
  pointer-events: none;
  z-index: 0;
}
.ludibooster__brief > * { position: relative; z-index: 1; }

.ludibooster__brief-eyebrow {
  display: inline-flex;
  align-items: center;
  gap: 14px;
  font-family: var(--font-body);
  font-size: 10px;
  letter-spacing: 0.28em;
  text-transform: uppercase;
  color: var(--accent);
  font-weight: 700;
  margin: 0 0 18px;
}
.ludibooster__brief-dash {
  display: inline-block;
  width: 36px;
  height: 1.5px;
  background: currentColor;
}
.ludibooster__brief-title {
  font-family: var(--font-display);
  font-weight: 400;
  font-variation-settings: "opsz" 144, "SOFT" 30;
  font-size: clamp(1.6rem, 3.2vw, 2.6rem);
  line-height: 1.02;
  letter-spacing: -0.025em;
  color: var(--ink);
  margin: 0 0 14px;
  max-width: 18ch;
  text-wrap: balance;
}
.ludibooster__brief-title em {
  color: var(--accent);
  font-variation-settings: "opsz" 144, "SOFT" 100;
  font-weight: 300;
}
.ludibooster__brief-note {
  font-family: var(--font-display);
  font-style: italic;
  font-variation-settings: "opsz" 72, "SOFT" 60, "wght" 400;
  font-size: 14.5px;
  line-height: 1.55;
  color: var(--ink-soft);
  margin: 0;
  max-width: 46ch;
}

.ludibooster__brief-ctas {
  display: flex;
  gap: 12px;
  flex-wrap: wrap;
  justify-content: flex-end;
}
.ludibooster__brief-cta { font-size: 11.5px; letter-spacing: 0.22em; padding: 16px 26px; }

/* Motion */
@supports (animation-timeline: view()) {
  @media (prefers-reduced-motion: no-preference) {
    .ludibooster__manifesto,
    .ludibooster__services-col,
    .ludibooster__brief {
      animation: lbIn linear both;
      animation-timeline: view();
      animation-range: entry 5% cover 22%;
    }
    @keyframes lbIn {
      from { opacity: 0; transform: translateY(18px); }
      to { opacity: 1; transform: translateY(0); }
    }
  }
}

/* responsive */
@media (max-width: 900px) {
  .ludibooster__header { grid-template-columns: 1fr; }
  .ludibooster__services { grid-template-columns: 1fr; gap: 48px; }
  .ludibooster__brief { grid-template-columns: 1fr; padding: 32px 28px; }
  .ludibooster__brief-ctas { justify-content: flex-start; }
}
@media (max-width: 600px) {
  .ludibooster__manifesto {
    padding: 36px 24px;
  }
  .ludibooster__manifesto-text { font-size: clamp(1.25rem, 5.5vw, 1.7rem); max-width: 100%; }
  .ludibooster__manifesto-mark {
    font-size: clamp(240px, 80vw, 340px);
    top: -70px;
    left: -20px;
  }
  .ludibooster__brief::before { inset: 4px; }
}

/* --- contact: open the conversation --- */
.contact {
  background: var(--paper-2);
  padding: clamp(80px, 10vw, 140px) var(--wrap) clamp(80px, 10vw, 120px);
  position: relative;
  isolation: isolate;
  scroll-margin-top: 96px;
}
.contact__inner {
  max-width: var(--max);
  margin: 0 auto;
}

/* Header */
.contact__header {
  display: grid;
  grid-template-columns: minmax(0, 1.4fr) minmax(0, 1fr);
  gap: clamp(28px, 4vw, 72px);
  align-items: end;
  padding-bottom: clamp(40px, 5vw, 72px);
  border-bottom: 1px solid var(--ink);
  margin-bottom: clamp(48px, 6vw, 88px);
}
.contact__header .section__kicker { grid-column: 1 / -1; }
.contact__lede {
  font-family: var(--font-display);
  font-weight: 380;
  font-variation-settings: "opsz" 144, "SOFT" 20;
  font-size: clamp(2.4rem, 5vw, 4.2rem);
  line-height: 1.02;
  letter-spacing: -0.03em;
  max-width: 22ch;
  margin: 0;
  color: var(--ink);
  text-wrap: balance;
}
.contact__lede em {
  color: var(--accent);
  font-variation-settings: "opsz" 144, "SOFT" 100;
  font-weight: 300;
}
.contact__sub {
  font-family: var(--font-body);
  font-size: clamp(1rem, 1.15vw, 1.1rem);
  line-height: 1.55;
  color: var(--ink-soft);
  max-width: 42ch;
  margin: 0;
}

/* Spread: form + side */
.contact__spread {
  display: grid;
  grid-template-columns: minmax(0, 1.5fr) minmax(0, 1fr);
  gap: clamp(40px, 5vw, 88px);
  align-items: start;
}

/* Form - typewriter-line fields */
.contact__form {
  display: grid;
  gap: clamp(26px, 3vw, 38px);
}
.contact__field {
  display: grid;
  gap: 10px;
}
.contact__field label {
  display: flex;
  align-items: center;
  gap: 12px;
  font-family: var(--font-body);
  font-size: 10px;
  letter-spacing: 0.28em;
  text-transform: uppercase;
  font-weight: 700;
  color: var(--ink-mute);
}
.contact__lbl-no {
  color: var(--accent);
  font-family: var(--font-display);
  font-variation-settings: "opsz" 48, "SOFT" 20;
  font-size: 12px;
  letter-spacing: 0.04em;
  font-weight: 500;
}
.contact__lbl-req {
  margin-left: auto;
  font-size: 8.5px;
  letter-spacing: 0.24em;
  color: var(--accent);
  font-style: normal;
  opacity: 0.85;
}
.contact__field input,
.contact__field textarea {
  background: transparent;
  border: 0;
  border-bottom: 1.5px solid var(--ink);
  padding: 10px 0 14px;
  font-family: var(--font-display);
  font-variation-settings: "opsz" 72, "SOFT" 40;
  font-weight: 430;
  font-size: clamp(1rem, 1.2vw, 1.15rem);
  color: var(--ink);
  letter-spacing: -0.008em;
  width: 100%;
  resize: vertical;
  transition: border-color .3s var(--ease), padding .3s var(--ease);
  outline: none;
  font-style: normal;
  border-radius: 0;
  -webkit-appearance: none;
  appearance: none;
}
.contact__field textarea {
  min-height: 160px;
  line-height: 1.5;
  resize: vertical;
}
.contact__field input:focus,
.contact__field textarea:focus {
  border-bottom-color: var(--accent);
  border-bottom-width: 2px;
  padding-bottom: 13px;
}
.contact__field input::placeholder,
.contact__field textarea::placeholder {
  color: var(--ink-mute);
  font-style: italic;
  font-variation-settings: "opsz" 72, "SOFT" 100;
  opacity: 0.55;
}

/* Actions */
.contact__actions {
  display: flex;
  gap: clamp(18px, 2.4vw, 32px);
  align-items: center;
  flex-wrap: wrap;
  margin-top: clamp(8px, 1vw, 16px);
}
.contact__submit {
  position: relative;
  display: inline-flex;
  align-items: baseline;
  gap: 14px;
  padding: 18px 30px;
  background: var(--ink);
  color: var(--paper);
  border: 1.5px solid var(--ink);
  border-radius: 0;
  font-family: var(--font-body);
  font-size: 11.5px;
  font-weight: 700;
  letter-spacing: 0.24em;
  text-transform: uppercase;
  cursor: pointer;
  transition: background .3s var(--ease), color .3s var(--ease), transform .35s var(--ease), border-color .3s var(--ease);
  isolation: isolate;
}
.contact__submit::before {
  content: "";
  position: absolute;
  top: 4px; left: 4px; right: -4px; bottom: -4px;
  border: 1px solid var(--accent);
  opacity: 0.5;
  z-index: -1;
  transition: opacity .3s var(--ease), transform .35s var(--ease);
}
.contact__submit:hover {
  background: var(--accent);
  color: var(--paper);
  border-color: var(--accent);
  transform: translate(-2px, -2px);
}
.contact__submit:hover::before {
  opacity: 1;
  transform: translate(2px, 2px);
  border-color: var(--ink);
}
.contact__submit-arrow {
  display: inline-block;
  font-size: 1em;
  transition: transform .3s var(--ease);
}
.contact__submit:hover .contact__submit-arrow { transform: translateX(6px); }
.contact__note {
  font-family: var(--font-display);
  font-style: italic;
  font-variation-settings: "opsz" 72, "SOFT" 80, "wght" 400;
  font-size: 13.5px;
  line-height: 1.5;
  color: var(--ink-mute);
  margin: 0;
  max-width: 42ch;
}
.contact__note em {
  font-style: italic;
  color: var(--ink);
  font-variation-settings: "opsz" 72, "SOFT" 30, "wght" 500;
}

/* Sidebar */
.contact__side {
  display: flex;
  flex-direction: column;
  gap: clamp(28px, 3vw, 40px);
  padding-top: 4px;
}
.contact__card { margin: 0; }
.contact__card h4 {
  font-family: var(--font-body);
  font-size: 10px;
  letter-spacing: 0.28em;
  text-transform: uppercase;
  color: var(--accent);
  font-weight: 700;
  margin: 0 0 14px;
  padding-bottom: 12px;
  border-bottom: 1.5px solid var(--ink);
}
.contact__card p {
  font-family: var(--font-display);
  font-variation-settings: "opsz" 96, "SOFT" 30;
  font-size: clamp(1rem, 1.1vw, 1.08rem);
  line-height: 1.55;
  color: var(--ink-soft);
  margin: 0 0 .9em;
}
.contact__card p:last-of-type { margin-bottom: 0; }
.contact__card-note {
  margin-top: 10px !important;
  font-family: var(--font-body) !important;
  font-size: 10px !important;
  letter-spacing: 0.24em !important;
  text-transform: uppercase;
  color: var(--ink-mute) !important;
  font-weight: 600;
}
.contact__card-link {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  margin-top: 14px;
  padding: 4px 0;
  font-family: var(--font-body);
  font-size: 11px;
  letter-spacing: 0.22em;
  text-transform: uppercase;
  font-weight: 700;
  color: var(--ink);
  text-decoration: none;
  position: relative;
  transition: color .25s var(--ease);
}
.contact__card-link em {
  font-family: var(--font-display);
  font-style: italic;
  font-variation-settings: "opsz" 72, "SOFT" 100;
  color: var(--accent);
  font-size: 1.15em;
  letter-spacing: -0.01em;
  text-transform: none;
  font-weight: 400;
}
.contact__card-link::before {
  content: "";
  position: absolute;
  left: 0; right: 100%;
  bottom: 0;
  height: 1.5px;
  background: var(--accent);
  transition: right .4s var(--ease);
}
.contact__card-link:hover { color: var(--accent); }
.contact__card-link:hover::before { right: 0; }
.contact__card-arrow {
  color: var(--accent);
  font-size: 1em;
  transition: transform .3s var(--ease);
}
.contact__card-link:hover .contact__card-arrow { transform: translateX(4px); }
.contact__card-link + .contact__card-link { margin-top: 12px; }

/* Motion */
@supports (animation-timeline: view()) {
  @media (prefers-reduced-motion: no-preference) {
    .contact__form, .contact__side {
      animation: contactIn linear both;
      animation-timeline: view();
      animation-range: entry 5% cover 22%;
    }
    @keyframes contactIn {
      from { opacity: 0; transform: translateY(14px); }
      to { opacity: 1; transform: translateY(0); }
    }
  }
}

/* Responsive */
@media (max-width: 860px) {
  .contact__header { grid-template-columns: 1fr; }
  .contact__spread { grid-template-columns: 1fr; gap: 56px; }
}
@media (max-width: 520px) {
  .contact__actions { flex-direction: column; align-items: flex-start; }
  .contact__lbl-req { display: none; }
}

/* --- footer: end of volume --- */
.footer {
  background: var(--dark);
  color: var(--paper);
  padding: clamp(80px, 10vw, 140px) var(--wrap) clamp(36px, 4vw, 52px);
  position: relative;
  isolation: isolate;
  overflow: hidden;
}
.footer__grain {
  position: absolute; inset: 0;
  pointer-events: none;
  background-image: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 400 400'><filter id='n'><feTurbulence type='fractalNoise' baseFrequency='0.9' numOctaves='2' stitchTiles='stitch'/><feColorMatrix values='0 0 0 0 0.92 0 0 0 0 0.88 0 0 0 0 0.78 0 0 0 0.4 0'/></filter><rect width='100%25' height='100%25' filter='url(%23n)'/></svg>");
  opacity: 0.06;
  mix-blend-mode: screen;
  z-index: 0;
}
.footer__inner {
  position: relative;
  z-index: 1;
  max-width: var(--max);
  margin: 0 auto;
  display: block;
}

/* Crown — the big wordmark bookending the topbar colophon */
.footer__crown {
  text-align: center;
  padding-bottom: clamp(44px, 5vw, 80px);
  border-bottom: 1px solid rgba(247,241,228,0.14);
  margin-bottom: clamp(44px, 5vw, 80px);
}
.footer__crown-eyebrow {
  display: inline-block;
  font-family: var(--font-body);
  font-size: 10px;
  letter-spacing: 0.34em;
  text-transform: uppercase;
  color: var(--accent-soft);
  font-weight: 700;
  margin-bottom: clamp(24px, 3vw, 44px);
}
.footer__crown-mark {
  font-family: var(--font-display);
  font-weight: 320;
  font-variation-settings: "opsz" 144, "SOFT" 10, "wght" 320;
  font-size: clamp(3rem, 11vw, 11rem);
  line-height: 0.88;
  letter-spacing: -0.045em;
  color: var(--paper);
  margin: 0;
  text-wrap: balance;
}
.footer__crown-mark em {
  font-style: italic;
  font-variation-settings: "opsz" 144, "SOFT" 100, "wght" 300;
  color: var(--accent);
  margin: 0 -0.015em 0 -0.015em;
  display: inline-block;
  transition: transform .5s var(--ease);
}
.footer__crown:hover .footer__crown-mark em { transform: rotate(-6deg); }

/* Grid — imprint / explore / elsewhere */
.footer__grid {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(0, 1fr) minmax(0, 1.2fr);
  gap: clamp(28px, 4vw, 64px);
  margin-bottom: clamp(36px, 4vw, 60px);
}
.footer__col {}
.footer__col h4 {
  font-family: var(--font-body);
  font-size: 10px;
  letter-spacing: 0.28em;
  text-transform: uppercase;
  color: var(--accent-soft);
  font-weight: 700;
  margin: 0 0 18px;
  padding-bottom: 14px;
  border-bottom: 1px solid rgba(247,241,228,0.18);
}
.footer__col p {
  margin: 0;
  font-family: var(--font-display);
  font-variation-settings: "opsz" 96, "SOFT" 30;
  font-weight: 420;
  font-size: 15px;
  line-height: 1.6;
  color: rgba(247,241,228,0.78);
  letter-spacing: -0.005em;
}
.footer__col-note {
  margin-top: 14px !important;
  font-family: var(--font-body) !important;
  font-size: 10px !important;
  letter-spacing: 0.26em !important;
  text-transform: uppercase;
  color: rgba(247,241,228,0.45) !important;
  font-weight: 600;
}
.footer__col a {
  display: block;
  color: rgba(247,241,228,0.72);
  text-decoration: none;
  font-family: var(--font-display);
  font-variation-settings: "opsz" 72, "SOFT" 30;
  font-weight: 430;
  font-size: 14.5px;
  line-height: 1.35;
  padding: 7px 0;
  position: relative;
  transition: color .25s var(--ease);
  letter-spacing: -0.005em;
}
.footer__col a::before {
  content: "";
  position: absolute;
  left: 0; right: 100%;
  bottom: 4px;
  height: 1px;
  background: var(--accent-soft);
  transition: right .4s var(--ease);
}
.footer__col a:hover { color: var(--paper); }
.footer__col a:hover::before { right: 0; }

/* Meta strip — publication imprint line */
.footer__meta {
  margin: 0 0 clamp(28px, 3vw, 40px);
  padding: clamp(22px, 2.5vw, 30px) 0;
  border-top: 1px solid rgba(247,241,228,0.14);
  border-bottom: 1px solid rgba(247,241,228,0.14);
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  gap: 6px 16px;
  font-family: var(--font-body);
  font-size: 10.5px;
  letter-spacing: 0.22em;
  text-transform: uppercase;
  font-weight: 500;
  color: rgba(247,241,228,0.55);
  line-height: 1.8;
}
.footer__meta strong {
  color: var(--paper);
  font-weight: 700;
  letter-spacing: 0.22em;
}
.footer__meta-sep {
  color: var(--accent);
  font-size: 8px;
  letter-spacing: 0;
  opacity: 0.8;
  margin: 0 2px;
}

/* Motto — the house benediction */
.footer__motto {
  text-align: center;
  margin: 0 auto clamp(28px, 3vw, 40px);
  max-width: 54ch;
  font-family: var(--font-display);
  font-style: italic;
  font-variation-settings: "opsz" 144, "SOFT" 100, "wght" 380;
  font-size: clamp(1rem, 1.4vw, 1.2rem);
  line-height: 1.45;
  color: rgba(247,241,228,0.6);
  letter-spacing: -0.005em;
}
.footer__motto em {
  font-style: italic;
}
.footer__motto::before,
.footer__motto::after {
  content: "";
  display: block;
  width: 32px;
  height: 1px;
  background: var(--accent);
  opacity: 0.6;
  margin: 12px auto;
}

/* Fin — the closing rubric */
.footer__fin {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 22px;
  margin: 0;
  padding-top: clamp(22px, 2.5vw, 30px);
  border-top: 1px solid rgba(247,241,228,0.12);
  font-family: var(--font-body);
  font-size: 10.5px;
  letter-spacing: 0.36em;
  text-transform: uppercase;
  font-weight: 700;
  color: var(--accent-soft);
}
.footer__fin-diamond {
  color: var(--accent);
  font-size: 9px;
  letter-spacing: 0;
  opacity: 0.85;
}

/* Motion */
@supports (animation-timeline: view()) {
  @media (prefers-reduced-motion: no-preference) {
    .footer__crown,
    .footer__grid,
    .footer__meta,
    .footer__motto,
    .footer__fin {
      animation: footerIn linear both;
      animation-timeline: view();
      animation-range: entry 5% cover 30%;
    }
    @keyframes footerIn {
      from { opacity: 0; transform: translateY(12px); }
      to { opacity: 1; transform: translateY(0); }
    }
  }
}

/* Responsive */
@media (max-width: 800px) {
  .footer__grid { grid-template-columns: 1fr 1fr; gap: 36px; }
  .footer__col--imprint { grid-column: 1 / -1; }
}
@media (max-width: 520px) {
  .footer__grid { grid-template-columns: 1fr; }
  .footer__col--imprint { grid-column: 1; }
  .footer__crown-eyebrow { font-size: 9px; letter-spacing: 0.28em; }
  .footer__fin { gap: 14px; font-size: 9.5px; letter-spacing: 0.28em; }
  .footer__meta { font-size: 9.5px; letter-spacing: 0.18em; }
  .footer__meta-sep { display: none; }
  .footer__meta > span { flex: 1 1 100%; text-align: center; padding: 2px 0; }
}

/* --- modal shell --- */
.modal { position: fixed; inset: 0; z-index: 50; display: none; }
.modal[aria-hidden="false"] { display: block; }
.modal__scrim {
  position: absolute; inset: 0;
  background: rgba(14,11,8,0.68);
  backdrop-filter: blur(8px) saturate(140%);
  -webkit-backdrop-filter: blur(8px) saturate(140%);
  animation: modalFade .3s ease-out;
}
@keyframes modalFade { from { opacity: 0; } to { opacity: 1; } }
@keyframes modalFadeOut { from { opacity: 1; } to { opacity: 0; } }
@keyframes modalIn {
  from { transform: translate(-50%, 14px) scale(0.985); opacity: 0; }
  to { transform: translate(-50%, 0) scale(1); opacity: 1; }
}
@keyframes modalOut {
  from { transform: translate(-50%, 0) scale(1); opacity: 1; }
  to { transform: translate(-50%, 10px) scale(0.985); opacity: 0; }
}
.modal.is-closing .modal__scrim { animation: modalFadeOut .24s ease-in forwards; }
.modal.is-closing .modal__window { animation: modalOut .28s cubic-bezier(.4,0,.7,1) forwards; }
.modal__window {
  position: absolute;
  left: 50%;
  top: 3vh;
  transform: translateX(-50%);
  width: min(1080px, calc(100vw - 32px));
  max-height: 94vh;
  background: var(--paper);
  border: 2px solid var(--ink);
  box-shadow:
    6px 6px 0 rgba(18,15,12,0.15),
    0 40px 80px -20px rgba(18,15,12,0.45);
  display: flex;
  flex-direction: column;
  overflow: hidden;
  animation: modalIn .4s cubic-bezier(.2,.8,.3,1);
}
.modal__close {
  position: absolute;
  top: 14px; right: 14px;
  z-index: 20;
  width: 44px; height: 44px;
  display: grid; place-items: center;
  background: rgba(239,231,216,0.94);
  border: 1.5px solid var(--ink);
  color: var(--ink);
  transition: background .25s var(--ease), color .25s var(--ease), transform .35s var(--ease);
  cursor: pointer;
  backdrop-filter: blur(4px);
  -webkit-backdrop-filter: blur(4px);
}
.modal__close:hover {
  background: var(--ink);
  color: var(--paper);
  transform: rotate(90deg);
}
.modal__content {
  flex: 1;
  overflow-y: auto;
  overscroll-behavior: contain;
}
.modal__content::-webkit-scrollbar { width: 10px; }
.modal__content::-webkit-scrollbar-track { background: var(--paper-2); }
.modal__content::-webkit-scrollbar-thumb { background: var(--ink-mute); }

/* --- product modal: the monograph --- */
.pm {
  display: block;
  color: var(--ink);
}

/* COVER BAND */
/* Cover band — no fixed aspect ratio; images display at their natural
   proportions so nothing is cropped and nothing is awkwardly letterboxed.
   The whole set of hero images varies wildly in aspect (16:9 painted
   posters, 3:2 product photos, 2:1 fanned card arrays, square-ish box
   shots), so forcing a single frame ratio was making every image feel
   "cut off" or shrunken. Now each one fills the modal width and the
   height is whatever the image wants, capped at ~58vh so nothing gets
   ridiculously tall on short viewports. */
.pm__cover {
  margin: 0;
  background: var(--paper);
  border-bottom: 1.5px solid var(--ink);
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  max-height: 58vh;
  overflow: hidden;
}
.pm__cover--hero img {
  display: block;
  width: 100%;
  height: auto;
  max-height: 58vh;
  object-fit: contain;
  object-position: center;
  filter: sepia(0.04) saturate(0.96);
}
.pm__cover--box {
  padding: clamp(20px, 3vw, 44px);
  min-height: 280px;
}
.pm__cover--box img {
  display: block;
  width: auto;
  height: 100%;
  max-height: calc(58vh - clamp(40px, 6vw, 88px));
  max-width: 100%;
  object-fit: contain;
  mix-blend-mode: multiply;
}
.pm__cover-empty {
  position: absolute; inset: 0;
  background: var(--paper);
  display: grid; place-items: center;
}

/* HEAD */
.pm__head {
  padding: clamp(28px, 4vw, 48px) clamp(28px, 4vw, 56px) 0;
}
.pm__head-rail {
  display: flex;
  align-items: center;
  gap: 12px;
  flex-wrap: wrap;
  margin: 0 0 clamp(16px, 2vw, 22px);
  font-family: var(--font-body);
  font-size: 10px;
  letter-spacing: 0.26em;
  text-transform: uppercase;
  color: var(--ink-mute);
  font-weight: 700;
}
.pm__head-rail .pm__no {
  color: var(--accent);
  font-family: var(--font-display);
  font-variation-settings: "opsz" 48;
  font-weight: 500;
  letter-spacing: 0.04em;
  font-size: 12px;
}
.pm__head-rail .pm__sep {
  display: inline-block;
  width: 4px; height: 4px;
  border: 1px solid currentColor;
  transform: rotate(45deg);
  opacity: 0.55;
}
.pm__head-rail .pm__stock-in { color: var(--ink); }
.pm__head-rail .pm__stock-out { color: var(--accent); text-decoration: line-through; text-decoration-color: rgba(169,62,27,0.35); }
.pm__head-rail .pm__stock-back { color: var(--accent); }

.pm__title {
  font-family: var(--font-display);
  font-weight: 400;
  font-variation-settings: "opsz" 144, "SOFT" 40;
  font-size: clamp(2.4rem, 5.5vw, 4.2rem);
  line-height: 0.94;
  letter-spacing: -0.03em;
  color: var(--ink);
  margin: 0;
  text-wrap: balance;
}

/* quick row — natural-width cells, centered as a group */
.pm__quickrow {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: clamp(28px, 3.5vw, 52px);
  margin: clamp(26px, 3vw, 36px) 0 0;
  padding: clamp(20px, 2.5vw, 28px) 0;
  border-top: 1.5px solid var(--ink);
  border-bottom: 1.5px solid var(--ink);
}
.pm__quick {
  display: flex;
  flex-direction: column;
  gap: 10px;
  min-width: 0;
}
.pm__quick-val {
  margin: 0;
  font-family: var(--font-display);
  font-variation-settings: "opsz" 96, "SOFT" 20;
  font-weight: 420;
  font-style: normal;
  font-size: clamp(1.5rem, 2.8vw, 2.2rem);
  line-height: 0.9;
  letter-spacing: -0.018em;
  color: var(--ink);
  font-variant-numeric: tabular-nums;
}
.pm__quick-lbl {
  margin: 0;
  font-family: var(--font-body);
  font-size: 9.5px;
  letter-spacing: 0.28em;
  text-transform: uppercase;
  font-weight: 700;
  color: var(--ink-mute);
  padding-top: 8px;
  border-top: 1.5px solid var(--accent);
  max-width: 16ch;
}
.pm__quick--price .pm__quick-val { color: var(--accent); }
.pm__quick--stock .pm__quick-val { font-family: var(--font-body); font-size: 11px; letter-spacing: 0.22em; text-transform: uppercase; font-weight: 800; letter-spacing: 0.22em; }

/* TEASER / FRONTISPIECE */
.pm__teaser {
  padding: clamp(24px, 3vw, 36px) clamp(28px, 4vw, 56px) clamp(24px, 3vw, 36px);
  font-family: var(--font-display);
  font-style: italic;
  font-variation-settings: "opsz" 144, "SOFT" 100, "wght" 400;
  font-size: clamp(1.1rem, 1.9vw, 1.45rem);
  line-height: 1.4;
  letter-spacing: -0.01em;
  color: var(--ink-soft);
  max-width: 58ch;
  border-bottom: 1px solid var(--rule);
}
.pm__teaser em {
  /* roman emphasis inside italic */
  font-style: normal;
  font-variation-settings: "opsz" 144, "SOFT" 20, "wght" 500;
  color: var(--ink);
}
.pm__teaser strong {
  font-weight: 500;
  color: var(--ink);
}
.pm__teaser a { color: var(--accent); text-decoration-color: rgba(169,62,27,0.4); }
.pm__teaser p { margin: 0 0 .8em; }
.pm__teaser p:last-child { margin-bottom: 0; }

/* CTA BLOCK */
.pm__cta {
  padding: clamp(28px, 4vw, 40px) clamp(28px, 4vw, 56px);
  background: var(--paper-2);
  border-bottom: 1.5px solid var(--ink);
  position: relative;
  isolation: isolate;
}
.pm__cta-eyebrow {
  display: flex;
  align-items: center;
  gap: 12px;
  margin: 0 0 14px;
  font-family: var(--font-body);
  font-size: 10px;
  letter-spacing: 0.28em;
  text-transform: uppercase;
  color: var(--accent);
  font-weight: 700;
}
.pm__cta-eyebrow::before {
  content: "";
  width: 36px; height: 1.5px;
  background: currentColor;
  flex: 0 0 auto;
}
.pm__cta-live-dot {
  display: inline-block;
  width: 9px; height: 9px;
  border-radius: 50%;
  background: var(--accent);
  position: relative;
  flex: 0 0 auto;
}
.pm__cta-live-dot::after {
  content: "";
  position: absolute; inset: 0;
  border-radius: inherit;
  background: var(--accent);
  animation: heroPulse 2s ease-out infinite;
}
.pm__cta-primary {
  display: flex;
  align-items: baseline;
  gap: 18px;
  flex-wrap: wrap;
  padding: 18px 26px;
  background: var(--ink);
  color: var(--paper);
  text-decoration: none;
  border: 1.5px solid var(--ink);
  position: relative;
  isolation: isolate;
  transition: background .3s var(--ease), color .3s var(--ease), transform .3s var(--ease);
  font-family: var(--font-body);
  margin: 0;
}
.pm__cta-primary::before {
  content: "";
  position: absolute;
  top: 4px; left: 4px; right: -4px; bottom: -4px;
  border: 1px solid var(--accent);
  opacity: 0.5;
  z-index: -1;
  transition: opacity .3s var(--ease), transform .35s var(--ease);
}
.pm__cta-primary:hover {
  background: var(--accent);
  border-color: var(--accent);
  transform: translate(-2px, -2px);
}
.pm__cta-primary:hover::before {
  opacity: 1;
  transform: translate(2px, 2px);
}
.pm__cta-label {
  font-size: 10px;
  letter-spacing: 0.28em;
  text-transform: uppercase;
  font-weight: 700;
  color: rgba(247,241,228,0.75);
  display: inline-flex;
  align-items: center;
  gap: 10px;
}
.pm__cta-action {
  font-family: var(--font-display);
  font-size: clamp(1.5rem, 2.8vw, 2rem);
  font-weight: 430;
  font-variation-settings: "opsz" 96, "SOFT" 30;
  line-height: 1;
  letter-spacing: -0.015em;
  display: inline-flex;
  align-items: baseline;
  gap: 14px;
  color: var(--paper);
}
.pm__cta-action em {
  font-style: italic;
  font-variation-settings: "opsz" 96, "SOFT" 100;
  color: var(--accent-soft);
  transition: color .3s var(--ease);
}
.pm__cta-primary:hover .pm__cta-action em { color: var(--paper); }
.pm__cta-arrow {
  display: inline-block;
  font-style: normal;
  transition: transform .3s var(--ease);
  font-size: 0.85em;
}
.pm__cta-primary:hover .pm__cta-arrow { transform: translateX(6px); }
.pm__cta-secondary {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  margin: 18px 0 0;
  padding: 6px 0;
  font-family: var(--font-body);
  font-size: 11px;
  letter-spacing: 0.22em;
  text-transform: uppercase;
  font-weight: 700;
  color: var(--ink);
  text-decoration: none;
  position: relative;
}
.pm__cta-secondary::after {
  content: "";
  position: absolute;
  left: 0; right: 0; bottom: 0;
  height: 1.5px;
  background: var(--accent);
  transform-origin: left;
  transform: scaleX(1);
}
.pm__cta-secondary em {
  font-family: var(--font-display);
  font-style: italic;
  font-variation-settings: "opsz" 72, "SOFT" 100;
  font-size: 1.2em;
  letter-spacing: -0.01em;
  color: var(--accent);
  text-transform: none;
}
.pm__cta-secondary .pm__cta-arrow { color: var(--accent); font-size: 1.1em; }
.pm__cta-secondary:hover .pm__cta-arrow { transform: translateX(4px); }
.pm__cta-note {
  margin: 16px 0 0;
  font-family: var(--font-body);
  font-size: 10px;
  letter-spacing: 0.22em;
  text-transform: uppercase;
  font-weight: 600;
  color: var(--ink-mute);
}

/* SECTION WRAPPER */
.pm__section {
  padding: clamp(32px, 4vw, 48px) clamp(28px, 4vw, 56px);
  border-bottom: 1px solid var(--rule);
}
.pm__section:last-of-type { border-bottom: 0; }
.pm__sec-label {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 16px;
  margin: 0 0 clamp(24px, 3vw, 36px);
  font-family: var(--font-body);
  font-size: 10px;
  letter-spacing: 0.32em;
  text-transform: uppercase;
  font-weight: 700;
  color: var(--accent);
}
.pm__sec-label::before,
.pm__sec-label::after {
  content: "";
  flex: 1;
  max-width: 80px;
  height: 1px;
  background: var(--rule);
}

/* PROSE (description) */
.pm__prose {
  font-family: var(--font-display);
  font-variation-settings: "opsz" 96, "SOFT" 30, "wght" 420;
  font-size: clamp(1rem, 1.25vw, 1.12rem);
  line-height: 1.72;
  color: var(--ink-soft);
  max-width: 68ch;
  margin: 0 auto;
}
.pm__prose p { margin: 0 0 1.2em; }
.pm__prose p:last-child { margin-bottom: 0; }
.pm__prose em {
  font-style: italic;
  font-variation-settings: "opsz" 96, "SOFT" 100;
  color: var(--ink);
}
.pm__prose strong { font-weight: 500; color: var(--ink); }
.pm__prose a {
  color: var(--accent);
  text-decoration-color: rgba(169,62,27,0.35);
}
.pm__prose a:hover { text-decoration-color: currentColor; }
.pm__prose img {
  max-width: 100%;
  height: auto;
  margin: 1.6em auto;
  border: 1px solid var(--rule);
  display: block;
}
.pm__prose iframe,
.pm__prose .pm__video {
  display: block;
  margin: 1.8em auto;
  width: 100%;
  max-width: 760px;
  aspect-ratio: 16 / 9;
  border: 1px solid var(--rule);
  background: var(--dark);
}
.pm__prose h3, .pm__prose h4, .pm__prose h5 {
  font-family: var(--font-body);
  font-size: 10px;
  letter-spacing: 0.28em;
  text-transform: uppercase;
  color: var(--accent);
  font-weight: 700;
  margin: 2.2em 0 0.8em;
}
.pm__prose ul, .pm__prose ol {
  padding-left: 1.2em;
  margin: 1em 0;
}
.pm__prose li { margin-bottom: 0.4em; }
.pm__prose > p:first-child::first-letter,
.pm__prose > p:first-of-type::first-letter {
  font-family: var(--font-display);
  font-variation-settings: "opsz" 144, "SOFT" 20;
  font-size: 3.6em;
  float: left;
  line-height: 0.82;
  padding: 6px 12px 0 0;
  color: var(--accent);
  font-weight: 500;
}

/* SPEC SHEET (technical - Inter) */
.pm__specs {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(180px, 1fr));
  gap: 28px 36px;
  margin: 0;
  padding: 0;
}
.pm__spec {
  display: grid;
  gap: 6px;
  padding-top: 14px;
  border-top: 1.5px solid var(--accent);
  min-width: 0;
}
.pm__spec dt {
  font-family: var(--font-body);
  font-size: 10px;
  letter-spacing: 0.26em;
  text-transform: uppercase;
  font-weight: 700;
  color: var(--ink-mute);
  margin: 0;
}
.pm__spec dd {
  font-family: var(--font-body);
  font-size: 15px;
  font-weight: 500;
  color: var(--ink);
  margin: 0;
  letter-spacing: 0.005em;
  line-height: 1.3;
  font-variant-numeric: tabular-nums;
}

/* MECHANISMS + COMPONENTS LISTS (technical - Inter) */
.pm__taglist {
  list-style: none;
  padding: 0;
  margin: 0;
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(220px, 1fr));
  gap: 0 36px;
}
.pm__taglist li {
  display: grid;
  grid-template-columns: auto 1fr;
  gap: 16px;
  align-items: baseline;
  padding: 12px 0;
  border-bottom: 1px solid var(--rule);
  font-family: var(--font-body);
  font-size: 14px;
  font-weight: 500;
  color: var(--ink);
  position: relative;
  letter-spacing: 0.005em;
  line-height: 1.3;
}
.pm__taglist-no {
  font-family: var(--font-display);
  font-variation-settings: "opsz" 48;
  font-size: 11.5px;
  font-weight: 500;
  letter-spacing: 0.04em;
  color: var(--accent);
}

/* DOWNLOADS — library-slip cards */
.pm__downloads {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(240px, 1fr));
  gap: clamp(16px, 2vw, 22px);
  margin: 0;
}
.pm__dl {
  position: relative;
  display: block;
  padding: clamp(20px, 2.4vw, 26px);
  background: var(--card);
  border: 1.5px solid var(--ink);
  text-decoration: none;
  color: var(--ink);
  isolation: isolate;
  transition: transform .35s var(--ease);
}
.pm__dl::before {
  content: "";
  position: absolute;
  top: 4px; left: 4px; right: -4px; bottom: -4px;
  border: 1px solid var(--accent);
  opacity: 0.3;
  z-index: -1;
  transition: opacity .3s var(--ease), transform .35s var(--ease);
}
.pm__dl:hover { transform: translate(-2px, -2px); }
.pm__dl:hover::before {
  opacity: 0.6;
  transform: translate(4px, 4px);
}
.pm__dl-head {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  margin-bottom: clamp(18px, 2vw, 26px);
}
.pm__dl-tag {
  display: inline-block;
  padding: 5px 10px;
  background: var(--ink);
  color: var(--paper);
  font-family: var(--font-body);
  font-size: 10px;
  letter-spacing: 0.22em;
  font-weight: 800;
  line-height: 1;
}
.pm__dl-arrow {
  display: inline-block;
  color: var(--accent);
  font-size: 18px;
  line-height: 1;
  transition: transform .35s var(--ease);
}
.pm__dl:hover .pm__dl-arrow { transform: translate(4px, -4px); }
.pm__dl-title {
  margin: 0 0 6px;
  font-family: var(--font-display);
  font-variation-settings: "opsz" 96, "SOFT" 30;
  font-weight: 450;
  font-size: clamp(1.3rem, 1.8vw, 1.5rem);
  line-height: 1.08;
  letter-spacing: -0.015em;
  color: var(--ink);
}
.pm__dl-title em {
  font-style: italic;
  font-variation-settings: "opsz" 96, "SOFT" 100;
  color: var(--ink);
}
.pm__dl-format {
  margin: 0 0 18px;
  font-family: var(--font-display);
  font-style: italic;
  font-variation-settings: "opsz" 72, "SOFT" 80;
  font-size: 13.5px;
  color: var(--ink-mute);
  line-height: 1.4;
}
.pm__dl-cta {
  display: flex;
  align-items: center;
  gap: 10px;
  padding-top: 12px;
  border-top: 1px solid var(--rule);
  font-family: var(--font-body);
  font-size: 10px;
  letter-spacing: 0.22em;
  text-transform: uppercase;
  font-weight: 700;
  color: var(--ink-soft);
}
.pm__dl-cta .pm__dl-cta-arrow { color: var(--accent); font-size: 12px; }

/* VIDEO TILES */
.pm__videos {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(320px, 1fr));
  gap: clamp(18px, 2.4vw, 28px);
}
.pm__video-tile {
  margin: 0;
  display: flex;
  flex-direction: column;
  border: 1.5px solid var(--ink);
  background: var(--dark);
  overflow: hidden;
  position: relative;
  isolation: isolate;
}
.pm__video-tile::before {
  content: "";
  position: absolute;
  top: 4px; left: 4px; right: -4px; bottom: -4px;
  border: 1px solid var(--accent);
  opacity: 0.3;
  z-index: -1;
  transition: opacity .3s var(--ease), transform .35s var(--ease);
}
.pm__video-tile:hover::before {
  opacity: 0.6;
  transform: translate(3px, 3px);
}
.pm__video-frame {
  display: block;
  width: 100%;
  aspect-ratio: 16 / 9;
  border: 0;
  background: var(--dark);
}
.pm__video-cap {
  display: flex;
  align-items: baseline;
  gap: 14px;
  padding: 12px 16px;
  background: var(--paper);
  border-top: 1.5px solid var(--ink);
  min-height: 44px;
}
.pm__video-src {
  font-family: var(--font-body);
  font-size: 10px;
  letter-spacing: 0.24em;
  text-transform: uppercase;
  font-weight: 800;
  color: var(--accent);
  flex: 0 0 auto;
  padding: 3px 9px;
  background: var(--card);
  border: 1px solid var(--accent);
}
.pm__video-title {
  font-family: var(--font-display);
  font-style: italic;
  font-variation-settings: "opsz" 72, "SOFT" 80;
  font-size: 14px;
  color: var(--ink-soft);
  line-height: 1.2;
}

/* TAGS — typographic index */
.pm__tags {
  font-family: var(--font-display);
  font-variation-settings: "opsz" 72, "SOFT" 30;
  font-size: clamp(0.95rem, 1.2vw, 1.05rem);
  line-height: 1.8;
  color: var(--ink-soft);
  margin: 0;
  letter-spacing: -0.005em;
}
.pm__tags-sep {
  color: var(--accent);
  font-size: 0.7em;
  margin: 0 8px;
  opacity: 0.7;
}
.pm__tags a {
  color: var(--ink);
  text-decoration: none;
  position: relative;
  padding: 2px 1px;
  transition: color .2s var(--ease);
}
.pm__tags a::before {
  content: "";
  position: absolute;
  left: 0; right: 100%;
  bottom: 0;
  height: 1px;
  background: var(--accent);
  transition: right .35s var(--ease);
}
.pm__tags a:hover { color: var(--accent); }
.pm__tags a:hover::before { right: 0; }

/* FOOT */
.pm__foot {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 18px;
  padding: clamp(24px, 3vw, 36px) clamp(28px, 4vw, 56px);
  margin: 0;
  background: var(--paper-2);
  font-family: var(--font-body);
  font-size: 10px;
  letter-spacing: 0.32em;
  text-transform: uppercase;
  font-weight: 700;
  color: var(--ink-mute);
}
.pm__foot-diamond {
  color: var(--accent);
  font-size: 9px;
  letter-spacing: 0;
}

/* responsive */
@media (max-width: 700px) {
  .modal__window { top: 2vh; width: calc(100vw - 20px); max-height: 96vh; }
  .pm__cover { aspect-ratio: 4 / 3; }
  .pm__quickrow { grid-template-columns: repeat(2, 1fr); }
  .pm__specs { grid-template-columns: 1fr 1fr; gap: 22px; }
  .pm__taglist { grid-template-columns: 1fr; }
  .pm__cta-action { font-size: clamp(1.25rem, 5vw, 1.6rem); }
}

/* --- generic modal content --- */
.mc { max-width: 68ch; }
.mc h2 { font-size: clamp(1.8rem, 3.2vw, 2.6rem); margin-bottom: 14px; }
.mc h3 { font-size: 1.2rem; margin: 28px 0 10px; }
.mc p { font-size: 1rem; color: var(--ink-soft); line-height: 1.7; margin-bottom: 1em; }
.mc a { color: var(--accent); }
.mc__eyebrow { color: var(--accent); font-size: 0.72rem; text-transform: uppercase; letter-spacing: 0.22em; margin: 0 0 10px; font-weight: 500; }
.mc__actions { margin-top: 28px; display: flex; gap: 10px; flex-wrap: wrap; }
.mc__form { display: grid; gap: 16px; margin-top: 24px; }
.mc__form label { display: grid; gap: 6px; font-size: 0.78rem; color: var(--ink-mute); text-transform: uppercase; letter-spacing: 0.1em; font-weight: 600; }
.mc__form input, .mc__form textarea {
  font: inherit; padding: 13px 16px; border: 1px solid var(--rule);
  background: var(--card); border-radius: 2px; color: var(--ink);
  resize: vertical;
}
.mc__form input:focus, .mc__form textarea:focus { outline: none; border-color: var(--ink); }
.mc__form textarea { min-height: 140px; }
.mc__addr { background: var(--card); padding: 20px 24px; border-radius: 3px; border: 1px solid var(--rule-soft); font-family: var(--font-display); line-height: 1.6; }

/* --- responsive --- */
@media (max-width: 900px) {
  .topbar__nav { display: none; }
  .topbar__burger { display: inline-flex; }
  .topbar.is-open .topbar__nav {
    display: flex; flex-direction: column; gap: 20px; align-items: flex-end;
    position: absolute; top: 100%; right: 0; left: 0;
    background: rgba(239, 231, 216, 0.97);
    backdrop-filter: saturate(160%) blur(14px);
    -webkit-backdrop-filter: saturate(160%) blur(14px);
    padding: 28px var(--wrap) 32px;
    border-bottom: 1px solid var(--rule);
    color: var(--ink);
    animation: none;
    opacity: 1;
  }
  .topbar.is-open .topbar__nav > * { animation: none; opacity: 1; transform: none; }
  .topbar.is-open .topbar__cta { margin-top: 6px; }
  .section__header { grid-template-columns: 1fr; }
}
@media (max-width: 560px) {
  .hero__marks { display: none; }
  .topbar { padding: 12px 18px; gap: 10px; }
  .brand { gap: 10px; }
  .brand__colophon { flex: 0 0 38px; width: 38px; height: 38px; }
  .brand__colophon-glyph--L { font-size: 24px; top: 3px; left: 9px; }
  .brand__colophon-glyph--c { font-size: 15px; top: 13px; left: 20px; }
  .brand__name { font-size: 16.5px; }
  .brand__dateline { display: none; }
}
