@font-face {
  font-family: "ST Tenor";
  src: url("/assets/fonts/st/TenorSans-Regular.ttf") format("truetype");
  font-display: swap;
}

@font-face {
  font-family: "SC Josefin";
  src: url("/assets/fonts/stan-consulting/JosefinSans-Regular.ttf") format("truetype");
  font-display: swap;
}

@font-face {
  font-family: "SC Avenir Next";
  src: url("/assets/fonts/stan-consulting/AvenirNextLTPro-Regular.otf") format("opentype");
  font-display: swap;
}

:root {
  --background: #fdfdfb;
  --paper: #ffffff;
  --text: #17130f;
  --secondary: #2c261f;
  --muted: #655b4f;
  --rule: #231f1a;
  --accent: #5b1f32;
  --accent-alt: #7a2738;
  --panel: #f1f1ec;
  --paper-warm: #f8f8f4;
  --night: #10131a;
  --night-panel: #151a23;
  --brass: #765727;
  --ink-soft: rgba(23, 19, 15, 0.72);
  --display: "Cormorant Garamond", "EB Garamond", Garamond, Caslon, Georgia, serif;
  --body: Charter, "Source Serif 4", "Source Serif Pro", Georgia, serif;
  --ui: Inter, "Helvetica Neue", Arial, sans-serif;
  --serif: var(--body);
  --sans: var(--ui);
}

* {
  box-sizing: border-box;
}

html {
  min-width: 320px;
  max-width: 100%;
  overflow-x: clip;
  background: var(--background);
  color: var(--text);
  font-family: var(--body);
  text-rendering: optimizeLegibility;
}

body {
  margin: 0;
  max-width: 100%;
  overflow-x: clip;
  background: var(--background);
  color: var(--text);
}

img {
  display: block;
  max-width: 100%;
}

a {
  color: inherit;
  text-decoration-thickness: 1px;
  text-underline-offset: 0.18em;
}

a:hover {
  color: var(--accent);
}

.skip-link {
  position: absolute;
  left: 1rem;
  top: 1rem;
  z-index: 40;
  padding: 0.5rem 0.75rem;
  background: var(--text);
  color: var(--background);
  font-family: var(--ui);
  font-size: 0.875rem;
  transform: translateY(-180%);
}

.skip-link:focus {
  transform: translateY(0);
}

.cover {
  position: relative;
  min-height: 94svh;
  overflow: hidden;
  background: var(--background);
  color: var(--text);
}

.cover-image,
.cover-shade {
  position: absolute;
  inset: 0;
}

.cover-image {
  background: url("/assets/generated/grow-your-brand-homepage-signal-background-v1.png") 58% center / cover no-repeat;
  filter: saturate(0.92) contrast(1.04);
  transform: scale(1.006);
}

.cover-shade {
  background:
    linear-gradient(90deg, rgba(253, 253, 251, 0.96) 0%, rgba(253, 253, 251, 0.86) 32%, rgba(253, 253, 251, 0.36) 62%, rgba(18, 17, 15, 0.34) 100%),
    linear-gradient(180deg, rgba(253, 253, 251, 0.18), rgba(253, 253, 251, 0.04) 58%, rgba(18, 17, 15, 0.34));
}

.cover-inner {
  position: relative;
  z-index: 2;
  display: grid;
  grid-template-rows: auto auto auto 1fr;
  width: min(100%, 98rem);
  min-height: 94svh;
  margin: 0 auto;
  padding: clamp(1rem, 1.8vw, 2rem) clamp(1rem, 2.6vw, 3.25rem) clamp(2.4rem, 5vw, 4.25rem);
}

.issue-line,
.primary-nav,
.story-label,
.article-meta,
.case-file-label,
.case-file-ledger dt,
.archive-object-actions,
.section-kicker,
.file-ledger article > span,
.file-ledger p,
.decision-columns p,
.footer-links {
  font-family: var(--ui);
}

.issue-line {
  display: grid;
  grid-template-columns: 1fr auto 1fr;
  gap: 1rem;
  border-bottom: 1px solid rgba(26, 26, 26, 0.72);
  padding: 0.55rem 0;
  color: var(--muted);
  font-size: 0.72rem;
  font-weight: 900;
  letter-spacing: 0.12em;
  line-height: 1.4;
  text-transform: uppercase;
}

.issue-line span:nth-child(2),
.issue-line span:last-child {
  text-align: center;
}

.issue-line span:nth-child(2) {
  color: var(--accent);
}

.issue-line span:last-child {
  text-align: right;
}

.masthead-link {
  display: grid;
  grid-template-columns: minmax(0, 0.72fr) minmax(18rem, 0.28fr);
  gap: clamp(1.2rem, 3vw, 3.5rem);
  align-items: end;
  border-bottom: 1px solid rgba(26, 26, 26, 0.72);
  padding: clamp(1rem, 2vw, 1.7rem) 0 clamp(1rem, 1.8vw, 1.35rem);
  text-decoration: none;
}

.masthead-wordmark {
  display: block;
  font-family: var(--display);
  font-size: clamp(2.95rem, 4.6vw, 5.05rem);
  font-weight: 500;
  letter-spacing: 0;
  line-height: 0.88;
}

.masthead-deck {
  display: block;
  max-width: 28rem;
  margin: 0 0 0.35rem;
  color: rgba(23, 19, 15, 0.82);
  font-family: var(--ui);
  font-size: clamp(0.88rem, 1vw, 1rem);
  font-weight: 760;
  letter-spacing: 0;
  line-height: 1.5;
  text-shadow: 0 1px 1.25rem rgba(253, 253, 251, 0.72);
}

.primary-nav {
  display: flex;
  flex-wrap: wrap;
  gap: 0.65rem 1.65rem;
  border-bottom: 1px solid rgba(26, 26, 26, 0.72);
  padding: 0.78rem 0;
  color: var(--secondary);
  font-size: 0.72rem;
  font-weight: 900;
  letter-spacing: 0.09em;
  text-transform: uppercase;
}

.primary-nav a {
  text-decoration: none;
}

.nav-research {
  color: var(--accent);
}

.cover-story {
  display: grid;
  grid-template-columns: minmax(0, 0.68fr) minmax(26rem, 0.52fr);
  gap: clamp(1.4rem, 3vw, 3rem);
  align-items: end;
  padding-top: clamp(1.35rem, 3.8vh, 3.15rem);
}

.story-label {
  grid-column: 1 / -1;
  display: flex;
  gap: 0.8rem 1.3rem;
  align-self: start;
  border-bottom: 2px solid var(--accent);
  padding-bottom: 0.7rem;
  color: var(--muted);
  font-size: 0.68rem;
  font-weight: 900;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

.story-label span:first-child {
  color: var(--accent);
}

.story-copy {
  max-width: 58rem;
}

.case-brand,
h1,
h2,
h3 {
  margin: 0;
  font-family: var(--display);
  font-weight: 500;
  letter-spacing: 0;
}

.case-brand {
  color: var(--accent);
  font-family: var(--ui);
  font-size: 0.74rem;
  font-weight: 900;
  letter-spacing: 0.13em;
  line-height: 1.2;
  text-transform: uppercase;
}

h1 {
  max-width: 58rem;
  margin-top: 1rem;
  font-size: clamp(3.15rem, 5.7vw, 5.35rem);
  line-height: 0.94;
}

.story-copy h1 {
  max-width: 34rem;
  font-size: clamp(2.35rem, 3.35vw, 3.55rem);
  line-height: 1.02;
}

.deck {
  max-width: 43rem;
  margin: 1.25rem 0 0;
  color: var(--secondary);
  font-size: 1.32rem;
  line-height: 1.55;
}

.story-copy .deck {
  max-width: 35rem;
  font-size: clamp(1rem, 1.14vw, 1.12rem);
  line-height: 1.58;
}

.article-meta {
  display: flex;
  flex-wrap: wrap;
  gap: 0.35rem 1rem;
  margin-top: 1.3rem;
  color: var(--muted);
  font-size: 0.78rem;
  font-weight: 800;
  letter-spacing: 0.06em;
  line-height: 1.5;
  text-transform: uppercase;
}

.text-link {
  display: inline-flex;
  width: fit-content;
  margin-top: 1.45rem;
  border-bottom: 2px solid var(--accent);
  color: var(--accent);
  font-family: var(--ui);
  font-size: 0.82rem;
  font-weight: 900;
  letter-spacing: 0.1em;
  line-height: 1.45;
  text-decoration: none;
  text-transform: uppercase;
}

.hero-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 0 1.35rem;
  align-items: center;
}

.secondary-link {
  border-bottom-color: rgba(91, 31, 50, 0.4);
  color: var(--secondary);
}

.hero-case-visual {
  align-self: stretch;
  display: grid;
  grid-template-rows: minmax(0, 1fr) auto;
  min-height: 28rem;
  margin: 0;
  overflow: hidden;
  border: 1px solid rgba(26, 26, 26, 0.72);
  background: #18150f;
  box-shadow: 0 1.65rem 4.8rem rgba(16, 13, 9, 0.24);
}

.hero-case-visual img {
  width: 100%;
  height: 100%;
  min-height: 0;
  object-fit: cover;
  object-position: center;
  filter: saturate(0.98) contrast(1.04);
}

.hero-case-visual figcaption {
  border-top: 1px solid rgba(250, 250, 247, 0.24);
  background: rgba(16, 13, 9, 0.78);
  color: rgba(253, 253, 251, 0.78);
  font-family: var(--ui);
  font-size: 0.72rem;
  font-weight: 850;
  letter-spacing: 0.08em;
  line-height: 1.45;
  padding: 0.8rem 0.95rem;
  text-transform: uppercase;
}

.not-found-cover .cover-image {
  background-image: url("/assets/generated/grow-your-brand-homepage-signal-background-v1.png");
  background-position: center;
  filter: saturate(0.94) contrast(1.06);
}

.not-found-cover .cover-shade {
  background:
    linear-gradient(90deg, rgba(250, 250, 247, 0.98) 0%, rgba(250, 250, 247, 0.9) 28%, rgba(250, 250, 247, 0.24) 58%, rgba(15, 15, 15, 0.58) 100%),
    linear-gradient(180deg, rgba(250, 250, 247, 0.16), rgba(15, 15, 15, 0.48));
}

.not-found-shell {
  display: grid;
  grid-template-columns: minmax(0, 0.86fr) minmax(22rem, 0.48fr);
  gap: 2.25rem;
  align-items: end;
  background: transparent;
  padding-top: 2rem;
}

.not-found-shell .story-label {
  grid-column: 1 / -1;
}

.not-found-copy {
  align-self: end;
  max-width: 58rem;
}

.not-found-copy .article-meta span {
  color: rgba(23, 19, 15, 0.86);
}

.not-found-number {
  margin: 0;
  color: var(--accent);
  font-family: var(--display);
  font-size: clamp(7rem, 18vw, 15rem);
  font-weight: 500;
  letter-spacing: 0;
  line-height: 0.72;
}

.not-found-copy h1 {
  max-width: 52rem;
  margin-top: 1.1rem;
  font-size: clamp(3rem, 6vw, 6.4rem);
  line-height: 0.92;
}

.not-found-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 0 1.4rem;
  margin-top: 0.35rem;
}

.not-found-visual {
  align-self: end;
  margin: 0;
  border: 1px solid rgba(26, 26, 26, 0.72);
  background: var(--panel);
  box-shadow: 0 1.4rem 3.8rem rgba(15, 15, 15, 0.22);
}

.not-found-visual img {
  width: 100%;
  aspect-ratio: 16 / 9;
  object-fit: cover;
  filter: saturate(0.96) contrast(1.04);
}

.not-found-visual figcaption {
  border-top: 1px solid rgba(26, 26, 26, 0.62);
  padding: 0.72rem 0.85rem;
  color: var(--muted);
  font-family: var(--ui);
  font-size: 0.72rem;
  line-height: 1.45;
}

main {
  background: var(--background);
}

.current-file {
  display: grid;
  grid-template-columns: minmax(0, 0.68fr) minmax(29rem, 0.5fr);
  grid-template-areas:
    "visual copy"
    "visual ledger";
  gap: 0;
  min-height: 46rem;
  border-top: 1px solid var(--rule);
  border-bottom: 1px solid var(--rule);
}

.current-visual {
  grid-area: visual;
  min-height: 46rem;
  overflow: hidden;
}

.current-visual img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  filter: saturate(0.95) contrast(1.05);
}

.current-copy {
  grid-area: copy;
  display: grid;
  align-content: end;
  border-left: 1px solid var(--rule);
  border-bottom: 1px solid var(--rule);
  padding: clamp(1.5rem, 3vw, 3rem);
  background: var(--background);
}

.section-kicker {
  display: flex;
  gap: 0.9rem;
  align-items: baseline;
  color: var(--accent);
  font-size: 0.75rem;
  font-weight: 900;
  letter-spacing: 0.14em;
  text-transform: uppercase;
}

.section-kicker span,
.section-kicker p {
  margin: 0;
}

.section-kicker span {
  font-family: var(--display);
  font-size: 3rem;
  font-weight: 500;
  letter-spacing: 0;
}

h2 {
  margin-top: 0.75rem;
  font-size: 4.1rem;
  line-height: 0.98;
}

.current-copy h2 {
  max-width: 29rem;
  font-size: clamp(2.65rem, 4vw, 3.45rem);
}

.current-copy > p {
  max-width: 32rem;
  margin: 1rem 0 0;
  color: var(--secondary);
  font-size: 1rem;
  line-height: 1.6;
}

.current-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 0.7rem;
  margin-top: 1.5rem;
}

.current-actions a {
  border: 1px solid rgba(26, 26, 26, 0.68);
  padding: 0.72rem 0.86rem;
  color: var(--accent);
  font-family: var(--ui);
  font-size: 0.72rem;
  font-weight: 900;
  letter-spacing: 0.1em;
  text-decoration: none;
  text-transform: uppercase;
}

.current-actions a:first-child {
  background: var(--accent);
  color: var(--background);
}

.file-ledger {
  grid-area: ledger;
  background: var(--background);
}

.file-ledger article {
  display: grid;
  grid-template-columns: 3rem minmax(0, 1fr) 5.8rem;
  gap: 0.85rem;
  align-items: center;
  border-left: 1px solid var(--rule);
  border-bottom: 1px solid var(--rule);
  padding: 0.65rem 0.85rem;
}

.file-ledger article > span {
  color: var(--accent);
  font-size: 0.84rem;
  font-weight: 900;
  letter-spacing: 0.12em;
}

.file-ledger p {
  margin: 0 0 0.4rem;
  color: var(--muted);
  font-size: 0.62rem;
  font-weight: 900;
  letter-spacing: 0.1em;
  text-transform: uppercase;
}

.file-ledger h3 {
  font-size: clamp(1.08rem, 1.45vw, 1.35rem);
  line-height: 1.05;
}

.file-ledger h3 a,
.decision-columns a,
.alphabet-grid a {
  text-decoration: none;
}

.file-ledger img {
  width: 5.8rem;
  height: 4.2rem;
  border: 1px solid rgba(26, 26, 26, 0.35);
  background: #f5f5f7;
  object-fit: contain;
}

.decision-map {
  overflow: hidden;
  padding: clamp(3.5rem, 5vw, 5.4rem) 0 clamp(4rem, 6vw, 6rem);
  background: #f5f5f7;
  color: var(--text);
}

.decision-map > .section-kicker,
.decision-map h2 {
  width: min(100% - 2rem, 74rem);
  margin-left: auto;
  margin-right: auto;
}

.decision-map h2 {
  max-width: 38rem;
  color: #1d1d1f;
  font-family: var(--ui);
  font-size: clamp(2.15rem, 3.35vw, 3rem);
  font-weight: 760;
  line-height: 1.02;
  letter-spacing: 0;
}

.decision-columns {
  display: flex;
  gap: 1.15rem;
  max-width: none;
  margin: 1.65rem 0 0;
  overflow-x: auto;
  overscroll-behavior-x: contain;
  padding: 0 max(1rem, calc((100vw - 74rem) / 2)) 0.85rem;
  scroll-padding-inline: max(1rem, calc((100vw - 74rem) / 2));
  scroll-snap-type: x proximity;
  -webkit-overflow-scrolling: touch;
}

.decision-columns::-webkit-scrollbar {
  display: none;
}

.decision-columns article {
  display: flex;
  flex: 0 0 clamp(21.5rem, 31vw, 29rem);
  min-height: 27rem;
  flex-direction: column;
  overflow: hidden;
  border: 0;
  border-radius: 8px;
  background: #fff;
  padding: clamp(1.55rem, 2vw, 2rem);
  scroll-snap-align: start;
}

.decision-columns p {
  margin: 0 0 1.15rem;
  color: var(--accent);
  font-size: 0.74rem;
  font-weight: 900;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.decision-columns h3 {
  min-height: 8.2rem;
  color: #1d1d1f;
  font-family: var(--ui);
  font-size: clamp(1.55rem, 2.05vw, 2.08rem);
  font-weight: 760;
  line-height: 1.1;
  letter-spacing: 0;
}

.decision-columns ol {
  display: grid;
  gap: 0;
  margin: auto 0 0;
  padding: 0;
  color: var(--secondary);
  font-family: var(--ui);
  font-size: 0.98rem;
  font-weight: 650;
  line-height: 1.38;
  list-style: none;
}

.decision-columns li {
  min-width: 0;
}

.decision-columns a {
  display: block;
  border-top: 1px solid rgba(29, 29, 31, 0.1);
  padding: 0.86rem 0;
  color: #1d1d1f;
  transition: background 180ms ease, color 180ms ease, transform 180ms ease;
}

.decision-columns a:hover {
  background: transparent;
  color: var(--accent);
  transform: translateX(2px);
}

.brand-index-panel {
  position: relative;
  min-height: auto;
  overflow: hidden;
  background: var(--text);
}

.brand-index-panel > img {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  opacity: 0.72;
  filter: saturate(0.92) contrast(1.04);
}

.brand-index-panel::after {
  content: "";
  position: absolute;
  inset: 0;
  background:
    linear-gradient(90deg, rgba(15, 15, 15, 0.88), rgba(15, 15, 15, 0.44) 54%, rgba(15, 15, 15, 0.18)),
    linear-gradient(180deg, rgba(91, 31, 50, 0.42), rgba(15, 15, 15, 0.72));
}

.index-overlay {
  position: relative;
  z-index: 1;
  display: grid;
  align-content: center;
  min-height: auto;
  max-width: 92rem;
  padding: 4.5rem 1.25rem;
  color: var(--background);
}

.index-overlay h2 {
  max-width: 50rem;
  color: var(--background);
  font-size: 5rem;
}

.alphabet-grid {
  display: grid;
  grid-template-columns: repeat(6, minmax(0, 1fr));
  max-width: 86rem;
  margin-top: 2.6rem;
  border-top: 1px solid rgba(250, 250, 247, 0.7);
  border-left: 1px solid rgba(250, 250, 247, 0.7);
  background: rgba(15, 15, 15, 0.24);
  backdrop-filter: blur(8px);
}

.alphabet-grid div {
  min-height: 12rem;
  border-right: 1px solid rgba(250, 250, 247, 0.7);
  border-bottom: 1px solid rgba(250, 250, 247, 0.7);
  padding: 1.1rem;
}

.alphabet-grid span {
  display: block;
  color: #D9C5CB;
  font-family: var(--display);
  font-size: 3.2rem;
  line-height: 0.9;
}

.alphabet-grid a {
  display: block;
  margin-top: 0.45rem;
  color: var(--background);
  font-family: var(--display);
  font-size: 1.45rem;
  line-height: 1.1;
}

.alphabet-grid.full-alphabet {
  grid-template-columns: repeat(5, minmax(0, 1fr));
  max-width: 92rem;
  max-height: 34rem;
  overflow: auto;
}

.alphabet-grid.full-alphabet div {
  min-height: auto;
  padding: 1rem;
}

.alphabet-grid.full-alphabet span {
  margin-bottom: 0.75rem;
  font-size: 2.25rem;
}

.alphabet-grid.full-alphabet a {
  font-family: var(--ui);
  font-size: 0.86rem;
  font-weight: 850;
  letter-spacing: 0.02em;
  line-height: 1.25;
  text-transform: none;
}

.direct-brand-board {
  display: grid;
  grid-template-columns: minmax(16rem, 0.36fr) minmax(0, 1fr);
  gap: 1.25rem;
  max-width: 92rem;
  margin-top: 2.4rem;
}

.direct-brand-copy {
  padding: 1.2rem;
  border: 1px solid rgba(250, 250, 247, 0.52);
  background: rgba(15, 15, 15, 0.44);
  backdrop-filter: blur(10px);
}

.direct-brand-copy p {
  margin: 0 0 0.8rem;
  color: #D9C5CB;
  font-family: var(--ui);
  font-size: 0.74rem;
  font-weight: 900;
  letter-spacing: 0.14em;
  text-transform: uppercase;
}

.direct-brand-copy h3 {
  max-width: 16rem;
  margin: 0;
  color: var(--background);
  font-family: var(--display);
  font-size: clamp(2rem, 3.4vw, 3.15rem);
  line-height: 0.94;
}

.direct-brand-copy small {
  display: block;
  max-width: 24rem;
  margin-top: 1rem;
  color: rgba(250, 250, 247, 0.78);
  font-family: var(--body);
  font-size: 1rem;
  line-height: 1.45;
}

.direct-brand-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 0.7rem;
  margin-top: 1.45rem;
}

.direct-brand-actions a {
  display: inline-flex;
  align-items: center;
  min-height: 2.65rem;
  padding: 0.7rem 0.95rem;
  border: 1px solid rgba(250, 250, 247, 0.55);
  color: var(--background);
  font-family: var(--ui);
  font-size: 0.74rem;
  font-weight: 900;
  letter-spacing: 0.1em;
  text-decoration: none;
  text-transform: uppercase;
}

.direct-brand-actions a:hover,
.direct-brand-actions a:focus-visible {
  background: rgba(250, 250, 247, 0.12);
}

.direct-brand-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  border-top: 1px solid rgba(250, 250, 247, 0.55);
  border-left: 1px solid rgba(250, 250, 247, 0.55);
  background: rgba(15, 15, 15, 0.3);
  backdrop-filter: blur(8px);
}

.direct-brand-grid a {
  display: grid;
  align-content: space-between;
  min-height: 5.6rem;
  padding: 1rem;
  border-right: 1px solid rgba(250, 250, 247, 0.55);
  border-bottom: 1px solid rgba(250, 250, 247, 0.55);
  color: var(--background);
  text-decoration: none;
  transition: background 160ms ease, border-color 160ms ease;
}

.direct-brand-grid a:hover,
.direct-brand-grid a:focus-visible {
  background: rgba(250, 250, 247, 0.12);
  border-color: rgba(250, 250, 247, 0.78);
}

.direct-brand-grid a span {
  display: block;
  color: var(--background);
  font-family: var(--display);
  font-size: clamp(1.25rem, 1.45vw, 1.72rem);
  line-height: 1;
}

.direct-brand-grid a small {
  display: block;
  margin-top: 1rem;
  color: rgba(250, 250, 247, 0.68);
  font-family: var(--ui);
  font-size: 0.68rem;
  font-weight: 850;
  letter-spacing: 0.08em;
  line-height: 1.25;
  text-transform: uppercase;
}

@media (max-width: 980px) {
  .direct-brand-board {
    grid-template-columns: 1fr;
  }

  .direct-brand-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

}

@media (max-width: 620px) {
  .direct-brand-grid {
    grid-template-columns: 1fr;
  }

  .direct-brand-grid a {
    min-height: 5.2rem;
  }

}

.commercial-strip {
  padding: clamp(3rem, 5vw, 4.5rem) clamp(1rem, 4vw, 4rem);
  background: #f5f5f1;
  overflow: hidden;
}

.commercial-head {
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  gap: 1.25rem;
  align-items: end;
  max-width: 92rem;
  margin: 0 auto 1.6rem;
}

.commercial-head .eyebrow {
  margin: 0 0 0.45rem;
}

.commercial-head h2 {
  max-width: 38rem;
  margin: 0;
  font-size: clamp(2rem, 3.1vw, 3rem);
  line-height: 1.05;
}

.commercial-head a {
  color: var(--accent);
  font-family: var(--ui);
  font-size: 0.9rem;
  font-weight: 800;
  text-decoration: none;
}

.commercial-cards {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 1rem;
  max-width: 92rem;
  margin: 0 auto;
}

.commercial-card {
  min-height: 23rem;
  margin: 0;
  overflow: hidden;
  border: 1px solid rgba(23, 19, 15, 0.08);
  border-radius: 8px;
  background: #fff;
  padding: clamp(1.35rem, 2vw, 1.9rem);
}

.commercial-card p {
  margin: 0 0 1.25rem;
  color: var(--accent);
  font-family: var(--ui);
  font-size: 0.76rem;
  font-weight: 900;
  letter-spacing: 0.06em;
  line-height: 1.2;
  text-transform: uppercase;
}

.commercial-card h3 {
  color: #1f1c18;
  font-family: var(--ui);
  font-size: clamp(1.45rem, 2vw, 2.05rem);
  font-weight: 760;
  line-height: 1.08;
}

.commercial-card-visual {
  padding: 0;
  background: #17130f;
}

.commercial-card-visual img {
  width: 100%;
  height: 100%;
  min-height: 23rem;
  object-fit: cover;
  object-position: center;
}

@media (max-width: 980px) {
  .commercial-cards {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media (max-width: 620px) {
  .commercial-strip {
    padding-left: 0;
    padding-right: 0;
  }

  .commercial-head {
    grid-template-columns: 1fr;
    align-items: start;
    padding: 0 1rem;
  }

  .commercial-head h2 {
    max-width: 20rem;
    font-size: 2.25rem;
  }

  .commercial-cards {
    display: flex;
    gap: 0.9rem;
    max-width: none;
    margin: 0;
    overflow-x: auto;
    overscroll-behavior-x: contain;
    padding: 0 1rem 0.8rem;
    scroll-padding-inline: 1rem;
    scroll-snap-type: x mandatory;
    -webkit-overflow-scrolling: touch;
  }

  .commercial-cards::-webkit-scrollbar {
    display: none;
  }

  .commercial-card {
    flex: 0 0 min(82vw, 22rem);
    min-height: auto;
    scroll-snap-align: start;
  }

  .commercial-card h3 {
    font-size: 1.72rem;
  }

  .commercial-card-visual img {
    min-height: 18rem;
  }
}

.site-footer {
  --footer-accent: var(--brand-1, #5b1f32);
  --footer-signal: var(--brand-2, #c9a34d);
  --footer-ink: #211b16;
  display: grid;
  grid-template-areas:
    "rail rail"
    "identity links"
    "signature signature";
  grid-template-columns: minmax(18rem, 0.7fr) minmax(0, 1.3fr);
  gap: clamp(0.9rem, 1.8vw, 1.55rem);
  margin-top: 0;
  border-top: 1px solid color-mix(in srgb, var(--footer-accent) 22%, rgba(23, 19, 15, 0.1));
  background:
    linear-gradient(90deg, var(--footer-accent) 0, var(--footer-accent) 1.08rem, var(--footer-signal) 1.08rem, var(--footer-signal) 1.34rem, transparent 1.34rem),
    linear-gradient(180deg, color-mix(in srgb, var(--footer-accent) 5%, #f7f1e7) 0, #f4f1eb 3.2rem, #f6f6f2 3.2rem, #f6f6f2 100%);
  color: #2f2a24;
  padding: clamp(0.9rem, 1.9vw, 1.45rem) clamp(1rem, 3.4vw, 3rem) clamp(1.35rem, 2.7vw, 2.35rem);
}

@media (min-width: 900px) {
  .site-footer {
    padding-left: clamp(2.6rem, 4vw, 4rem);
  }
}

.brand-signal-card-page .site-footer {
  margin-top: clamp(1.5rem, 3vw, 2.5rem);
  border-top: 0;
  background:
    linear-gradient(90deg, var(--footer-accent) 0, var(--footer-accent) 1.18rem, var(--footer-signal) 1.18rem, var(--footer-signal) 1.42rem, transparent 1.42rem),
    linear-gradient(180deg, color-mix(in srgb, var(--footer-accent) 5%, #f7f1e7) 0, color-mix(in srgb, var(--brand-3, #fffaf2) 28%, #f5eee3) 5.8rem, #f6f4ee 100%);
  box-shadow:
    inset 0 0.24rem 0 var(--footer-accent),
    inset 0 0.38rem 0 color-mix(in srgb, var(--footer-signal) 72%, transparent);
}

@media (min-width: 900px) {
  .brand-signal-card-page .site-footer {
    grid-template-areas:
      "rail identity"
      "links identity"
      "signature signature";
    grid-template-columns: minmax(0, 1fr) minmax(18rem, 0.36fr);
    column-gap: clamp(1.65rem, 3vw, 3rem);
    row-gap: clamp(0.75rem, 1.4vw, 1.2rem);
    padding: clamp(0.95rem, 1.9vw, 1.45rem) clamp(1.55rem, 3vw, 3rem) clamp(1.35rem, 2.2vw, 2.1rem) clamp(1.55rem, 3vw, 3rem);
  }

  .brand-signal-card-page .footer-brand-rail {
    overflow: visible;
  }

  .brand-signal-card-page .footer-rail-track {
    grid-auto-flow: initial;
    grid-auto-columns: initial;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    overflow: visible;
    padding-bottom: 0;
  }

  .brand-signal-card-page .footer-brand-card {
    min-height: 8.1rem;
  }

  .brand-signal-card-page .footer-identity {
    min-height: 100%;
    border-left: 1px solid color-mix(in srgb, var(--footer-accent) 22%, rgba(23, 19, 15, 0.12));
    padding: 0.55rem 0 0 1.1rem;
  }

  .brand-signal-card-page .footer-link-groups {
    border-top: 1px solid color-mix(in srgb, var(--footer-accent) 16%, rgba(23, 19, 15, 0.1));
    padding-top: 0.62rem;
  }
}

.footer-identity,
.footer-link-groups,
.footer-signature,
.footer-brand-rail {
  border: 0;
  background: transparent;
}

.footer-brand-rail {
  grid-area: rail;
  min-width: 0;
  overflow: hidden;
}

.footer-rail-head {
  display: flex;
  align-items: baseline;
  justify-content: space-between;
  gap: 1rem;
  margin-bottom: 0.52rem;
}

.footer-rail-head p {
  margin: 0;
  color: #17130f;
  font-family: var(--display);
  font-size: clamp(1rem, 1.55vw, 1.36rem);
  line-height: 1.05;
}

.brand-signal-card-page .footer-rail-head p {
  color: var(--footer-accent);
}

.footer-rail-head a {
  color: rgba(47, 42, 36, 0.72);
  font-family: var(--ui);
  font-size: 0.74rem;
  font-weight: 850;
  text-decoration: none;
}

.footer-rail-head a:hover {
  color: var(--footer-accent);
}

.footer-rail-track {
  display: grid;
  grid-auto-columns: minmax(13.25rem, 18rem);
  grid-auto-flow: column;
  gap: 0.72rem;
  overflow-x: auto;
  overscroll-behavior-x: contain;
  padding-bottom: 0.25rem;
  scroll-snap-type: x proximity;
  scrollbar-width: thin;
}

.footer-brand-card {
  position: relative;
  display: grid;
  min-height: 9.4rem;
  overflow: hidden;
  border: 1px solid rgba(23, 19, 15, 0.13);
  background: rgba(255, 255, 255, 0.56);
  color: #17130f;
  text-decoration: none;
  scroll-snap-align: start;
  transition: border-color 180ms ease, transform 180ms ease, background-color 180ms ease;
}

.brand-signal-card-page .footer-brand-card {
  border-color: color-mix(in srgb, var(--footer-accent) 24%, rgba(23, 19, 15, 0.13));
  background: color-mix(in srgb, var(--brand-3, #fffaf2) 36%, rgba(255, 255, 255, 0.66));
}

.brand-signal-card-page .footer-brand-card::before {
  content: "";
  position: absolute;
  z-index: 1;
  left: 0;
  right: 0;
  top: 0;
  height: 0.22rem;
  background: linear-gradient(90deg, var(--footer-accent), var(--footer-signal));
}

.footer-brand-card:hover {
  border-color: color-mix(in srgb, var(--footer-accent) 42%, rgba(23, 19, 15, 0.13));
  background: rgba(255, 255, 255, 0.82);
  transform: translateY(-1px);
}

.brand-signal-card-page .footer-brand-card:hover {
  background: color-mix(in srgb, var(--footer-signal) 12%, #ffffff);
}

.footer-brand-card img {
  width: 100%;
  aspect-ratio: 16 / 5.25;
  object-fit: contain;
  background: #f5f5f7;
}

.footer-brand-card span,
.footer-brand-card strong,
.footer-brand-card small {
  display: block;
  margin-inline: 0.64rem;
}

.footer-brand-card span {
  margin-top: 0.52rem;
  color: var(--footer-accent);
  font-family: var(--ui);
  font-size: 0.58rem;
  font-weight: 900;
  letter-spacing: 0.1em;
  text-transform: uppercase;
}

.footer-brand-card strong {
  margin-top: 0.16rem;
  font-family: var(--display);
  font-size: 1rem;
  font-weight: 500;
  line-height: 1.05;
}

.footer-brand-card small {
  margin-top: 0.18rem;
  margin-bottom: 0.56rem;
  color: rgba(47, 42, 36, 0.68);
  font-family: var(--ui);
  font-size: 0.66rem;
  line-height: 1.25;
}

.footer-identity {
  grid-area: identity;
  display: grid;
  align-content: start;
  gap: 0.62rem;
  border-top: 0;
  padding-top: 0;
}

.footer-kicker,
.footer-link-group p {
  margin: 0;
  color: var(--footer-accent);
  font-family: var(--ui);
  font-size: 0.68rem;
  font-weight: 900;
  letter-spacing: 0.11em;
  line-height: 1.15;
  text-transform: uppercase;
}

.footer-owner-lockup {
  display: grid;
  grid-template-columns: 1.2rem minmax(0, 1fr);
  gap: 0.64rem;
  align-items: center;
}

.footer-st-mark {
  display: block;
  width: 1.2rem;
  height: 1.2rem;
  object-fit: contain;
}

.footer-name {
  margin: 0;
  color: #17130f;
  font-family: "ST Tenor", var(--ui);
  font-size: clamp(1.1rem, 1.55vw, 1.35rem);
  font-weight: 400;
  letter-spacing: 0.01em;
  line-height: 1.08;
  white-space: nowrap;
}

.footer-role,
.footer-signature p {
  margin: 0;
  color: rgba(47, 42, 36, 0.72);
  font-family: var(--ui);
  font-size: 0.74rem;
  line-height: 1.38;
}

.footer-company-lockup {
  display: grid;
  grid-template-columns: minmax(7.2rem, 8.4rem) max-content;
  align-items: center;
  gap: 0.78rem;
  width: fit-content;
  max-width: 100%;
  padding: 0.52rem 0.62rem;
  border: 1px solid rgba(23, 19, 15, 0.12);
  background: rgba(255, 255, 255, 0.42);
  color: rgba(47, 42, 36, 0.76);
  font-family: "SC Avenir Next", var(--ui);
  font-size: 0.68rem;
  letter-spacing: 0.02em;
  line-height: 1.2;
}

.brand-signal-card-page .footer-company-lockup {
  border-color: color-mix(in srgb, var(--footer-accent) 18%, rgba(23, 19, 15, 0.12));
  background: color-mix(in srgb, var(--footer-signal) 7%, rgba(255, 255, 255, 0.54));
}

.footer-sc-logo {
  display: block;
  width: 100%;
  max-width: 8.4rem;
  height: auto;
  aspect-ratio: 544 / 491;
  object-fit: contain;
}

.footer-company-copy {
  display: grid;
  gap: 0.12rem;
}

.footer-company-copy span:first-child {
  color: #17130f;
  font-family: "SC Josefin", var(--ui);
  font-size: 0.82rem;
  font-weight: 800;
  letter-spacing: 0.035em;
  text-transform: uppercase;
  white-space: nowrap;
}

.footer-company-copy span:last-child {
  color: rgba(47, 42, 36, 0.62);
  font-size: 0.68rem;
  white-space: nowrap;
}

.footer-link-groups {
  grid-area: links;
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  border-top: 0;
}

.footer-link-group {
  display: grid;
  align-content: start;
  gap: 0.42rem;
  border-left: 1px solid rgba(23, 19, 15, 0.12);
  padding: 0.72rem clamp(0.9rem, 1.6vw, 1.25rem) 0;
}

.brand-signal-card-page .footer-link-group {
  border-left-color: color-mix(in srgb, var(--footer-accent) 20%, rgba(23, 19, 15, 0.12));
}

.footer-link-group:first-child {
  border-left: 0;
}

.footer-link-group a,
.footer-links a {
  color: rgba(47, 42, 36, 0.78);
  font-family: var(--ui);
  font-size: 0.72rem;
  font-weight: 700;
  letter-spacing: 0.01em;
  line-height: 1.28;
  text-decoration: none;
}

.footer-link-group a:hover,
.footer-links a:hover {
  color: var(--footer-accent);
}

.footer-signature {
  grid-area: signature;
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(0, 1fr);
  gap: 1rem;
  border-top: 1px solid rgba(23, 19, 15, 0.1);
  margin-top: 0;
  padding-top: 1.15rem;
  text-align: left;
}

.object-counter-home {
  position: relative;
  display: grid;
  grid-template-columns: minmax(0, 0.62fr) minmax(18rem, 0.38fr);
  gap: 0;
  overflow: hidden;
  border-top: 1px solid rgba(26, 26, 26, 0.72);
  border-bottom: 1px solid var(--rule);
  background:
    linear-gradient(90deg, rgba(15, 15, 15, 0.035) 1px, transparent 1px) 0 0 / 7.5rem 7.5rem,
    linear-gradient(180deg, rgba(176, 138, 58, 0.11), transparent 42%),
    var(--paper-warm);
}

.object-counter-home::before {
  content: "Signal counter";
  position: absolute;
  right: 1.1rem;
  top: 1rem;
  z-index: 2;
  border: 1px solid rgba(91, 31, 50, 0.42);
  padding: 0.35rem 0.55rem;
  color: var(--accent);
  font-family: var(--ui);
  font-size: 0.62rem;
  font-weight: 900;
  letter-spacing: 0.14em;
  text-transform: uppercase;
}

.object-counter-copy {
  display: grid;
  align-content: center;
  min-height: 34rem;
  border-right: 1px solid var(--rule);
  padding: clamp(1.5rem, 4vw, 4.5rem);
}

.object-counter-copy h2 {
  max-width: 55rem;
  margin: 0;
  font-size: clamp(3rem, 5vw, 5.8rem);
  line-height: 0.94;
}

.object-counter-copy > p:last-of-type {
  max-width: 40rem;
  margin: 1.2rem 0 0;
  color: var(--secondary);
  font-size: 1.15rem;
  line-height: 1.58;
}

.object-counter-ledger {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  max-width: 43rem;
  margin-top: 1.45rem;
  border-top: 1px solid rgba(26, 26, 26, 0.56);
  border-left: 1px solid rgba(26, 26, 26, 0.56);
}

.object-counter-ledger span {
  min-width: 0;
  border-right: 1px solid rgba(26, 26, 26, 0.56);
  border-bottom: 1px solid rgba(26, 26, 26, 0.56);
  padding: 0.72rem 0.62rem;
  color: var(--ink-soft);
  font-family: var(--ui);
  font-size: 0.64rem;
  font-weight: 900;
  letter-spacing: 0.11em;
  line-height: 1.35;
  text-transform: uppercase;
}

.object-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 0.8rem;
  margin-top: 1.4rem;
}

.object-actions a {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 2.85rem;
  border: 1px solid rgba(26, 26, 26, 0.72);
  padding: 0.72rem 0.9rem;
  color: var(--accent);
  font-family: var(--ui);
  font-size: 0.72rem;
  font-weight: 900;
  letter-spacing: 0.1em;
  line-height: 1.25;
  text-align: center;
  text-decoration: none;
  text-transform: uppercase;
}

.object-actions a:last-child {
  background: var(--text);
  color: #d6a64a;
}

.object-counter-visual {
  position: relative;
  display: grid;
  align-content: end;
  margin: 0;
  background:
    linear-gradient(180deg, rgba(15, 15, 15, 0.08), transparent 28%),
    var(--panel);
}

.object-counter-visual img {
  width: 100%;
  height: 100%;
  min-height: 27rem;
  object-fit: cover;
  filter: saturate(0.96) contrast(1.04);
}

.object-counter-visual figcaption {
  border-top: 1px solid rgba(26, 26, 26, 0.55);
  padding: 0.72rem 0.9rem;
  color: var(--muted);
  font-family: var(--ui);
  font-size: 0.72rem;
  font-weight: 850;
  letter-spacing: 0.08em;
  line-height: 1.45;
  text-transform: uppercase;
}

@media (max-width: 1180px) {
  .masthead-wordmark {
    font-size: 4.45rem;
  }

  .masthead-deck {
    max-width: 39rem;
  }

  .cover-story {
    grid-template-columns: 1fr;
  }

  .not-found-shell {
    grid-template-columns: 1fr;
  }

  .story-label {
    order: 1;
  }

  .hero-case-visual {
    order: 2;
    min-height: 25rem;
  }

  .story-copy {
    order: 3;
  }

  .not-found-copy {
    order: 2;
  }

  .not-found-visual {
    order: 3;
    max-width: 48rem;
  }

  .hero-case-visual img {
    min-height: 0;
  }

  .current-file {
    grid-template-columns: 1fr;
    grid-template-areas:
      "visual"
      "copy"
      "ledger";
  }

  .current-visual {
    min-height: 46rem;
  }

  .current-copy,
  .file-ledger article {
    border-left: 0;
  }

  .alphabet-grid {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }

  .alphabet-grid.full-alphabet {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }

  .object-counter-home {
    grid-template-columns: 1fr;
  }

  .object-counter-ledger {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .object-counter-copy {
    border-right: 0;
    border-bottom: 1px solid var(--rule);
  }
}

@media (max-width: 820px) {
  .cover-inner {
    padding-left: 1rem;
    padding-right: 1rem;
  }

  .cover-shade {
    background:
      linear-gradient(180deg, rgba(250, 250, 247, 0.92), rgba(250, 250, 247, 0.7) 50%, rgba(15, 15, 15, 0.2)),
      linear-gradient(90deg, rgba(250, 250, 247, 0.92), rgba(250, 250, 247, 0.22));
  }

  .cover-image {
    background-position: 70% center;
  }

  .cover-story,
  .story-copy,
  .hero-case-visual {
    min-width: 0;
  }

  .hero-case-visual {
    overflow: hidden;
  }

  .not-found-cover .cover-image {
    background-position: 54% center;
  }

  .issue-line {
    grid-template-columns: 1fr;
    gap: 0.25rem;
  }

  .issue-line span,
  .issue-line span:nth-child(2),
  .issue-line span:last-child {
    text-align: left;
  }

  .masthead-link {
    grid-template-columns: 1fr;
    gap: 0.65rem;
  }

  .masthead-wordmark {
    font-size: 3.05rem;
  }

  .masthead-deck {
    font-size: 0.96rem;
  }

  .primary-nav {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .story-label {
    display: grid;
  }

  .story-copy {
    order: 2;
  }

  .hero-case-visual {
    order: 3;
  }

  .case-brand {
    font-size: 0.72rem;
  }

  h1 {
    font-size: 3.4rem;
  }

  h2,
  .decision-map h2,
  .index-overlay h2 {
    font-size: 2.75rem;
  }

  .deck {
    font-size: 1.14rem;
  }

  .hero-case-visual {
    min-height: 22rem;
  }

  .hero-case-visual img {
    min-height: 0;
  }

  .current-visual {
    min-height: 28rem;
  }

  .current-copy {
    padding: 1.5rem 1rem;
  }

  .file-ledger article {
    grid-template-columns: 3rem minmax(0, 1fr);
  }

  .file-ledger img {
    grid-column: 2;
    width: 100%;
    height: 8.5rem;
  }

  .decision-map {
    overflow: hidden;
    padding-left: 0;
    padding-right: 0;
  }

  .decision-map > .section-kicker,
  .decision-map h2 {
    margin-left: 1rem;
    margin-right: 1rem;
  }

  .decision-columns {
    display: flex;
    gap: 0.9rem;
    max-width: none;
    margin-left: 0;
    margin-right: 0;
    overflow-x: auto;
    overscroll-behavior-x: contain;
    padding: 0 1rem 0.8rem;
    scroll-padding-inline: 1rem;
    scroll-snap-type: x mandatory;
    -webkit-overflow-scrolling: touch;
  }

  .decision-columns::-webkit-scrollbar {
    display: none;
  }

  .decision-columns article {
    flex: 0 0 min(84vw, 23rem);
    min-height: auto;
    scroll-snap-align: start;
  }

  .decision-columns h3 {
    min-height: auto;
    font-size: 1.72rem;
  }

  .alphabet-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .alphabet-grid.full-alphabet {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .site-footer {
    grid-template-columns: 1fr;
  }

  .site-footer {
    grid-template-areas:
      "rail"
      "identity"
      "links"
      "signature";
    gap: 0.95rem;
  }

  .brand-signal-card-page .site-footer {
    background: linear-gradient(180deg, color-mix(in srgb, var(--footer-accent) 9%, #f7f1e7) 0, color-mix(in srgb, var(--brand-3, #fffaf2) 35%, #f5eee3) 6rem, #f6f4ee 100%);
    padding: 0.95rem 1rem 1.45rem;
  }

  .footer-rail-head {
    align-items: start;
  }

  .footer-rail-track {
    grid-auto-columns: initial;
    grid-auto-flow: row;
    grid-template-columns: 1fr;
    margin-inline: 0;
    overflow: visible;
    padding-inline: 0;
    scroll-snap-type: none;
  }

  .footer-brand-card {
    grid-template-columns: minmax(5.6rem, 7rem) minmax(0, 1fr);
    grid-template-rows: auto auto auto;
    min-height: auto;
    align-items: center;
  }

  .footer-brand-card img {
    grid-row: 1 / span 3;
    height: 4.9rem;
    aspect-ratio: auto;
  }

  .footer-brand-card span,
  .footer-brand-card strong,
  .footer-brand-card small {
    margin-inline: 0.65rem;
  }

  .footer-brand-card span {
    margin-top: 0.45rem;
  }

  .footer-brand-card small {
    margin-bottom: 0.45rem;
  }

  .footer-link-groups {
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 0.4rem;
  }

  .footer-signature {
    grid-template-columns: 1fr;
  }

  .footer-identity {
    border-right: 0;
    padding-right: 0;
  }

  .footer-company-lockup {
    grid-template-columns: minmax(7.2rem, 8.4rem) minmax(0, 1fr);
    width: min(100%, 24rem);
    padding: 0.5rem 0.62rem;
  }

  .footer-sc-logo {
    max-width: 8.4rem;
  }

  .footer-name,
  .footer-company-copy span:first-child,
  .footer-company-copy span:last-child {
    white-space: normal;
  }

  .footer-link-group {
    gap: 0.24rem;
    border-top: 0;
    border-left: 1px solid rgba(23, 19, 15, 0.12);
    padding: 0 0 0 0.58rem;
  }

  .footer-link-group p {
    font-size: 0.58rem;
  }

  .footer-link-group a {
    font-size: 0.66rem;
    line-height: 1.25;
  }

  .footer-link-group:first-child {
    border-left: 0;
    padding-left: 0;
  }

  .object-counter-copy {
    min-height: auto;
    padding: 2.2rem 1rem;
  }

  .object-counter-ledger {
    max-width: 100%;
  }

  .object-counter-visual img {
    min-height: 18rem;
  }

  .footer-signature {
    text-align: left;
  }
}

@media (max-width: 520px) {
  .masthead-wordmark {
    font-size: 2.28rem;
  }

  .case-brand {
    font-size: 0.7rem;
  }

  h1 {
    font-size: 2.25rem;
  }

  .story-copy h1 {
    max-width: 100%;
    font-size: 2.25rem;
  }

  .story-copy .deck {
    max-width: 100%;
  }

  .story-copy,
  .hero-case-visual {
    width: 100%;
    max-width: calc(100vw - 2rem);
  }

  h2,
  .decision-map h2,
  .index-overlay h2 {
    font-size: 2.08rem;
  }

  .file-ledger h3 {
    font-size: 1.38rem;
  }

  .not-found-number {
    font-size: 5.9rem;
  }

  .not-found-actions {
    gap: 0 1rem;
  }

  .hero-case-visual {
    min-height: 18rem;
  }

  .hero-case-visual img {
    min-height: 0;
  }

  .hero-case-visual figcaption {
    font-size: 0.66rem;
    overflow-wrap: break-word;
  }

  .alphabet-grid {
    grid-template-columns: 1fr;
  }

  .alphabet-grid.full-alphabet {
    grid-template-columns: 1fr;
  }
}

/* Core static routes generated by scripts/build-core.mjs */
.core-page {
  background: var(--background);
}

.core-header {
  padding: 1rem 1.25rem 0;
  background:
    linear-gradient(90deg, rgba(15, 15, 15, 0.025) 1px, transparent 1px) 0 0 / 7.5rem 7.5rem,
    var(--background);
}

.core-header .masthead-wordmark {
  font-size: 6.2rem;
}

.page-shell {
  padding: 0 1.25rem;
}

body.gyb-index-foundation,
.homepage-browse-page {
  background: var(--background);
  color: var(--text);
}

.browse-cover {
  min-height: auto;
  overflow: visible;
  border-bottom: 1px solid rgba(26, 26, 26, 0.72);
}

.browse-cover .cover-image {
  background-position: 58% center;
  opacity: 0.18;
  transform: none;
}

.browse-cover .cover-shade {
  background:
    linear-gradient(90deg, rgba(253, 253, 251, 0.98) 0%, rgba(253, 253, 251, 0.92) 46%, rgba(253, 253, 251, 0.7) 100%),
    linear-gradient(180deg, rgba(253, 253, 251, 0.92), rgba(253, 253, 251, 0.82));
}

.browse-cover .cover-inner {
  grid-template-rows: auto auto auto;
  min-height: auto;
  padding-bottom: 0;
}

.browse-cover .primary-nav {
  border-bottom: 0;
}

.homepage-browse-page .page-shell {
  width: min(100%, 92rem);
  margin: 0 auto;
  padding: 0 1.25rem 4.6rem;
}

.brand-signal-index-page .page-shell {
  width: 100%;
  margin: 0;
  padding: 0;
}

.brand-signal-index-page .browse-cover {
  min-height: 94svh;
}

.brand-signal-index-page .browse-cover .cover-image {
  background-image: url("/assets/generated/archive-hero-still-life-v1.jpg");
  opacity: 1;
  background-position: 54% center;
  transform: scale(1.006);
}

.brand-signal-index-page .browse-cover .cover-shade {
  background:
    linear-gradient(90deg, rgba(253, 253, 251, 0.96) 0%, rgba(253, 253, 251, 0.86) 32%, rgba(253, 253, 251, 0.36) 62%, rgba(18, 17, 15, 0.34) 100%),
    linear-gradient(180deg, rgba(253, 253, 251, 0.18), rgba(253, 253, 251, 0.04) 58%, rgba(18, 17, 15, 0.34));
}

.brand-signal-index-page .browse-cover .cover-inner {
  grid-template-rows: auto auto auto 1fr;
  min-height: 94svh;
  padding-bottom: clamp(2.4rem, 5vw, 4.25rem);
}

.brand-signal-index-page .browse-cover .primary-nav {
  border-bottom: 1px solid rgba(26, 26, 26, 0.72);
}

.brand-signal-index-page .archive-card-shelf .pagination-nav {
  max-width: 92rem;
  margin-top: 1.4rem;
  border-top-color: rgba(250, 250, 247, 0.55);
}

.brand-signal-index-page .archive-card-shelf .pagination-nav p {
  color: rgba(250, 250, 247, 0.72);
}

.brand-signal-index-page .archive-card-shelf .pagination-nav a,
.brand-signal-index-page .archive-card-shelf .pagination-nav span {
  border-color: rgba(250, 250, 247, 0.52);
  color: var(--background);
}

.brand-signal-index-page .archive-card-shelf .pagination-nav a:hover,
.brand-signal-index-page .archive-card-shelf .pagination-nav [aria-current="page"] {
  background: var(--background);
  color: var(--text);
}

.foundation-wrap {
  width: min(100%, 92rem);
  margin: 0 auto;
  padding: 0 1.25rem 4.6rem;
}

.foundation-hero {
  display: grid;
  grid-template-columns: minmax(0, 0.78fr) minmax(22rem, 0.48fr);
  gap: 0;
  align-items: stretch;
  margin: 2.4rem auto 0;
  border: 1px solid var(--rule);
  background:
    linear-gradient(90deg, rgba(26, 26, 26, 0.035) 1px, transparent 1px) 0 0 / 5.5rem 5.5rem,
    var(--background);
}

.foundation-hero > div:first-child {
  display: grid;
  align-content: end;
  min-width: 0;
  min-height: 30rem;
  padding: clamp(1.35rem, 4vw, 2.4rem);
}

.foundation-eyebrow {
  margin: 0 0 0.85rem;
  color: var(--accent);
  font-family: var(--ui);
  font-size: 0.76rem;
  font-weight: 900;
  letter-spacing: 0.14em;
  line-height: 1.4;
  text-transform: uppercase;
}

.foundation-hero h1 {
  max-width: min(14ch, 100%);
  margin: 0;
  font-size: clamp(3.2rem, 5.6vw, 5.7rem);
  line-height: 0.92;
  overflow-wrap: break-word;
  text-wrap: balance;
}

.foundation-hero > div:first-child > p:not(.foundation-eyebrow) {
  max-width: 46rem;
  margin: 1.2rem 0 0;
  color: var(--secondary);
  font-size: clamp(1.04rem, 1.6vw, 1.24rem);
  line-height: 1.55;
}

.foundation-hero-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 0 1.2rem;
  margin-top: 1.5rem;
}

.foundation-button {
  display: inline-flex;
  width: fit-content;
  align-items: center;
  min-height: 2.6rem;
  border-bottom: 2px solid var(--accent);
  color: var(--accent);
  font-family: var(--ui);
  font-size: 0.78rem;
  font-weight: 900;
  letter-spacing: 0.1em;
  line-height: 1.35;
  text-decoration: none;
  text-transform: uppercase;
}

.foundation-preview {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 0;
  min-width: 0;
  border-left: 1px solid var(--rule);
  background: #fdfdfb;
}

.foundation-preview-item {
  position: relative;
  display: grid;
  grid-template-rows: auto auto 1fr auto;
  min-width: 0;
  min-height: 30rem;
  border-right: 1px solid var(--rule);
  color: var(--text);
  text-decoration: none;
}

.foundation-preview-item:last-child {
  border-right: 0;
}

.foundation-preview-image {
  width: 100%;
  aspect-ratio: 4 / 3;
  border-bottom: 1px solid var(--rule);
  object-fit: cover;
  object-position: center;
  filter: saturate(0.95) contrast(1.04);
}

.foundation-logo-box,
.foundation-source-mark {
  display: grid;
  place-items: center;
  min-width: 0;
  overflow: hidden;
  background: #fff;
}

.foundation-logo-box {
  width: min(12rem, calc(100% - 2rem));
  min-height: 4.25rem;
  aspect-ratio: 4.25 / 1.45;
  margin: 0.85rem 1rem 0;
  border: 1px solid var(--rule);
  padding: 0.55rem 0.7rem;
  box-shadow: 0 0.85rem 2rem rgba(15, 15, 15, 0.12);
  z-index: 1;
}

.foundation-logo-box img,
.foundation-source-mark img {
  width: auto;
  height: auto;
  max-width: 88%;
  max-height: 3rem;
  object-fit: contain;
  object-position: center;
}

.foundation-preview-item strong {
  align-self: end;
  padding: 1.1rem 1rem 0;
  font-family: var(--ui);
  font-size: clamp(1.35rem, 2vw, 1.8rem);
  font-weight: 760;
  line-height: 1.06;
}

.foundation-preview-item small {
  padding: 0.7rem 1rem 1rem;
  color: var(--muted);
  font-family: var(--ui);
  font-size: 0.78rem;
  font-weight: 850;
  letter-spacing: 0.08em;
  line-height: 1.35;
  text-transform: uppercase;
}

.foundation-section {
  margin-top: 3.2rem;
}

.foundation-section-head {
  display: grid;
  grid-template-columns: minmax(0, 0.76fr) minmax(18rem, 0.42fr);
  gap: clamp(1.2rem, 3vw, 3rem);
  align-items: end;
  margin-bottom: 1rem;
  border-top: 1px solid var(--rule);
  padding-top: 1.25rem;
}

.foundation-section-head h2 {
  max-width: 43rem;
  margin: 0;
  color: var(--text);
  font-family: var(--ui);
  font-size: clamp(2rem, 3.2vw, 3rem);
  font-weight: 760;
  line-height: 1.02;
  text-wrap: balance;
}

.foundation-section-head p:last-child {
  max-width: 34rem;
  margin: 0;
  color: var(--secondary);
  font-size: 1rem;
  line-height: 1.5;
}

.foundation-brand-grid,
.foundation-tax-grid,
.foundation-route-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 0;
  border-top: 1px solid var(--rule);
  border-left: 1px solid var(--rule);
}

.foundation-tax-grid {
  grid-template-columns: repeat(3, minmax(0, 1fr));
}

.foundation-card,
.foundation-route-card {
  min-width: 0;
  border-right: 1px solid var(--rule);
  border-bottom: 1px solid var(--rule);
  background: #fdfdfb;
}

.foundation-card-link {
  display: grid;
  min-height: 100%;
  color: inherit;
  text-decoration: none;
}

.foundation-image {
  display: grid;
  place-items: center;
  width: 100%;
  margin: 0;
  aspect-ratio: 16 / 10;
  overflow: hidden;
  border-bottom: 1px solid var(--rule);
  background: var(--panel);
}

.foundation-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}

.foundation-card-body,
.foundation-tax-card {
  padding: clamp(1rem, 2vw, 1.35rem);
}

.foundation-card-body h2,
.foundation-tax-card h3,
.foundation-bridge h2 {
  margin: 0 0 0.7rem;
  font-family: var(--ui);
  font-size: clamp(1.32rem, 2vw, 1.8rem);
  font-weight: 760;
  line-height: 1.08;
  text-wrap: balance;
}

.foundation-card-body p,
.foundation-tax-card p {
  margin: 0;
  color: var(--secondary);
  line-height: 1.5;
}

.foundation-source-mark {
  width: min(14rem, 100%);
  min-height: 5rem;
  margin: 0 0 1rem;
  border: 1px solid var(--rule);
  aspect-ratio: 5 / 2;
}

.foundation-facts {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 0;
  margin: 1.1rem 0 0;
  border-top: 1px solid rgba(26, 26, 26, 0.26);
  border-left: 1px solid rgba(26, 26, 26, 0.26);
}

.foundation-facts div {
  min-width: 0;
  border-right: 1px solid rgba(26, 26, 26, 0.26);
  border-bottom: 1px solid rgba(26, 26, 26, 0.26);
  padding: 0.7rem;
}

.foundation-facts dt {
  color: var(--muted);
  font-family: var(--ui);
  font-size: 0.66rem;
  font-weight: 900;
  letter-spacing: 0.09em;
  text-transform: uppercase;
}

.foundation-facts dd {
  margin: 0.35rem 0 0;
  font-family: var(--ui);
  font-size: 0.86rem;
  line-height: 1.24;
}

.foundation-cta {
  display: inline-flex;
  width: fit-content;
  margin-top: 1.1rem;
  border-bottom: 2px solid var(--accent);
  color: var(--accent);
  font-family: var(--ui);
  font-size: 0.78rem;
  font-weight: 900;
  letter-spacing: 0.08em;
  line-height: 1.35;
  text-transform: uppercase;
}

.foundation-detail-list {
  display: grid;
  gap: 0;
  margin: 1rem 0 0;
  padding: 0;
  list-style: none;
  border-top: 1px solid rgba(26, 26, 26, 0.22);
}

.foundation-detail-list li {
  padding: 0.72rem 0;
  border-bottom: 1px solid rgba(26, 26, 26, 0.18);
  color: var(--text);
  line-height: 1.45;
}

.foundation-mini-links {
  display: flex;
  flex-wrap: wrap;
  gap: 0.7rem 1rem;
  margin-top: 1rem;
}

.foundation-mini-links a {
  border-bottom: 2px solid var(--accent);
  color: var(--accent);
  font-family: var(--ui);
  font-size: 0.76rem;
  font-weight: 900;
  letter-spacing: 0.08em;
  text-decoration: none;
  text-transform: uppercase;
}

.foundation-swatches {
  display: grid;
  gap: 0.55rem;
  margin-top: 1rem;
}

.foundation-swatches span {
  display: flex;
  align-items: center;
  min-width: 0;
  gap: 0.65rem;
  color: var(--text);
  font-family: var(--ui);
  font-weight: 760;
  line-height: 1.25;
}

.foundation-swatches i {
  flex: 0 0 2.15rem;
  width: 2.15rem;
  height: 2.15rem;
  border: 1px solid var(--rule);
  background: var(--swatch);
}

.foundation-route-grid {
  grid-template-columns: repeat(5, minmax(0, 1fr));
}

.foundation-route-card {
  display: grid;
  min-height: 8.8rem;
  padding: 1rem;
  color: var(--text);
  text-decoration: none;
}

.foundation-route-card span {
  align-self: end;
  font-family: var(--ui);
  font-size: 1.02rem;
  font-weight: 760;
  line-height: 1.1;
}

.foundation-route-card small {
  margin-top: 0.55rem;
  color: var(--muted);
  font-family: var(--ui);
  font-size: 0.72rem;
  font-weight: 850;
  letter-spacing: 0.06em;
  overflow-wrap: anywhere;
  text-transform: uppercase;
}

.foundation-search-panel {
  display: grid;
  gap: 0.75rem;
  margin-bottom: 1rem;
  border: 1px solid var(--rule);
  background: #fdfdfb;
  padding: 1rem;
}

.foundation-search-panel label {
  color: var(--accent);
  font-family: var(--ui);
  font-size: 0.74rem;
  font-weight: 900;
  letter-spacing: 0.1em;
  text-transform: uppercase;
}

.foundation-search-panel input {
  width: 100%;
  min-height: 3.2rem;
  border: 1px solid var(--rule);
  padding: 0 0.9rem;
  background: var(--background);
  color: var(--text);
  font: inherit;
}

.foundation-bridge {
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  gap: 1.2rem;
  align-items: center;
  margin-top: 3.2rem;
  border: 1px solid var(--rule);
  background: var(--paper-warm);
  padding: clamp(1.15rem, 3vw, 1.65rem);
}

@media (max-width: 1000px) {
  .foundation-hero,
  .foundation-section-head,
  .foundation-bridge {
    grid-template-columns: 1fr;
  }

  .foundation-preview {
    border-top: 1px solid var(--rule);
    border-left: 0;
  }

  .foundation-tax-grid,
  .foundation-route-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media (max-width: 700px) {
  .homepage-browse-page .page-shell,
  .foundation-wrap {
    padding-right: 1rem;
    padding-left: 1rem;
  }

  .foundation-hero {
    margin-top: 1.25rem;
  }

  .foundation-hero > div:first-child {
    min-height: 0;
  }

  .foundation-hero h1 {
    max-width: 100%;
    font-size: clamp(2.45rem, 13vw, 3.35rem);
    line-height: 0.96;
  }

  .foundation-preview,
  .foundation-brand-grid,
  .foundation-tax-grid,
  .foundation-route-grid,
  .foundation-facts {
    grid-template-columns: 1fr;
  }

  .foundation-preview-item {
    min-height: 22rem;
    border-right: 0;
    border-bottom: 1px solid var(--rule);
  }

  .foundation-preview-item:last-child {
    border-bottom: 0;
  }

  .foundation-route-card {
    min-height: 6.8rem;
  }

  .foundation-section-head h2 {
    font-size: clamp(1.8rem, 10vw, 2.45rem);
  }
}

.homepage-browse-page .archive-room-hero {
  margin-top: 0;
}

.homepage-browse-page .room-hero-copy h1 {
  max-width: min(14ch, 100%);
  font-size: clamp(3.2rem, 5.6vw, 5.7rem);
  line-height: 0.92;
}

.homepage-browse-page .room-ledger dd {
  font-size: clamp(1.55rem, 3vw, 3.2rem);
}

.page-hero {
  display: grid;
  grid-template-columns: minmax(0, 0.76fr) minmax(21rem, 0.42fr);
  gap: 2rem;
  align-items: stretch;
  max-width: 92rem;
  min-height: 28rem;
  margin: 0 auto;
  border-bottom: 1px solid var(--rule);
  padding: 2.4rem 0;
}

.page-hero > div {
  display: grid;
  align-content: end;
  min-width: 0;
}

.page-hero h1 {
  max-width: 66rem;
  margin: 0;
  font-size: clamp(3.4rem, 5.3vw, 5rem);
  line-height: 1.02;
}

.page-hero p:last-child {
  max-width: 48rem;
  margin: 1.35rem 0 0;
  color: var(--secondary);
  font-size: 1.24rem;
  line-height: 1.58;
}

.page-hero img {
  width: 100%;
  height: 100%;
  min-height: 21rem;
  border: 1px solid rgba(26, 26, 26, 0.55);
  object-fit: cover;
  filter: saturate(0.95) contrast(1.04);
}

.search-page .page-hero {
  min-height: 27rem;
  padding: 2.4rem 0;
}

.search-page .page-hero img {
  min-height: 20rem;
}

.search-hero .search-form {
  grid-template-columns: 7rem minmax(0, 1fr);
  margin-top: 1.6rem;
  border-top: 1px solid rgba(26, 26, 26, 0.42);
  border-bottom: 0;
  padding: 1.15rem 0 0;
}

.eyebrow {
  margin: 0 0 0.85rem;
  color: var(--accent);
  font-family: var(--ui);
  font-size: 0.76rem;
  font-weight: 900;
  letter-spacing: 0.14em;
  line-height: 1.4;
  text-transform: uppercase;
}

.archive-reader-rail,
.search-room-strip,
.collection-shelf-note,
.catalogue-note,
.object-counter-rule,
.object-cabinet,
.future-objects {
  max-width: 92rem;
  margin: 0 auto;
  border-bottom: 1px solid var(--rule);
}

.archive-reader-rail,
.search-room-strip {
  position: relative;
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  border-left: 1px solid var(--rule);
}

.archive-reader-rail a,
.search-room-strip article {
  position: relative;
  display: grid;
  align-content: space-between;
  min-height: 13rem;
  overflow: hidden;
  border-right: 1px solid var(--rule);
  padding: 1.1rem;
  background:
    linear-gradient(90deg, rgba(15, 15, 15, 0.035) 1px, transparent 1px) 0 0 / 4.5rem 4.5rem,
    linear-gradient(180deg, rgba(176, 138, 58, 0.08), transparent 54%),
    var(--paper-warm);
  text-decoration: none;
}

.archive-reader-rail a::after,
.search-room-strip article::after {
  content: "";
  position: absolute;
  right: 0.9rem;
  top: 0.9rem;
  width: 2.8rem;
  height: 2.8rem;
  border: 1px solid rgba(91, 31, 50, 0.36);
  background:
    linear-gradient(90deg, transparent calc(50% - 0.5px), rgba(91, 31, 50, 0.3) 50%, transparent calc(50% + 0.5px)),
    linear-gradient(180deg, transparent calc(50% - 0.5px), rgba(91, 31, 50, 0.3) 50%, transparent calc(50% + 0.5px));
  opacity: 0.72;
}

.archive-reader-rail span,
.search-room-strip span,
.object-price {
  color: var(--accent);
  font-family: var(--display);
  font-size: clamp(2rem, 4vw, 4rem);
  line-height: 0.9;
}

.archive-reader-rail strong,
.search-room-strip strong {
  display: block;
  margin-top: auto;
  font-family: var(--display);
  font-size: clamp(1.6rem, 2.3vw, 2.15rem);
  line-height: 1.04;
}

.archive-reader-rail small,
.search-room-strip small {
  display: block;
  margin-top: 0.75rem;
  color: var(--muted);
  font-family: var(--ui);
  font-size: 0.72rem;
  font-weight: 900;
  letter-spacing: 0.09em;
  line-height: 1.4;
  text-transform: uppercase;
}

.collection-shelf-note,
.catalogue-note,
.object-counter-rule,
.future-objects {
  position: relative;
  display: grid;
  grid-template-columns: minmax(0, 0.48fr) minmax(0, 0.52fr);
  gap: 2rem;
  align-items: end;
  padding: 2.25rem 0;
}

.collection-shelf-note::before,
.catalogue-note::before,
.object-counter-rule::before,
.future-objects::before {
  content: "";
  position: absolute;
  left: 0;
  top: 1.15rem;
  width: 6.5rem;
  height: 0.28rem;
  background: var(--brass);
}

.collection-shelf-note h2,
.catalogue-note h2,
.object-counter-rule h2,
.future-objects h2 {
  margin: 0;
  font-size: clamp(2.25rem, 4vw, 4rem);
  line-height: 0.98;
}

.collection-shelf-note > p,
.catalogue-note > p,
.object-counter-rule > p,
.future-objects > p {
  margin: 0;
  color: var(--secondary);
  font-size: 1.08rem;
  line-height: 1.62;
}

.object-room-hero {
  position: relative;
  grid-template-columns: minmax(0, 0.58fr) minmax(19rem, 0.42fr);
  align-items: center;
}

.object-room-hero::after {
  content: "GYB-OBJ";
  position: absolute;
  left: 0;
  bottom: 1.1rem;
  border: 1px solid rgba(91, 31, 50, 0.38);
  padding: 0.38rem 0.55rem;
  color: var(--accent);
  font-family: var(--ui);
  font-size: 0.62rem;
  font-weight: 900;
  letter-spacing: 0.13em;
}

.object-hero-card {
  position: relative;
  display: grid;
  align-content: end;
  min-height: 25rem;
  border: 1px solid rgba(26, 26, 26, 0.62);
  background:
    linear-gradient(180deg, rgba(176, 138, 58, 0.12), transparent 44%),
    var(--panel);
  box-shadow: inset 0 0 0 0.5rem rgba(251, 250, 245, 0.62);
}

.object-hero-card::before {
  content: "001";
  position: absolute;
  left: 0.8rem;
  top: 0.8rem;
  z-index: 1;
  border: 1px solid rgba(15, 15, 15, 0.42);
  background: rgba(250, 250, 247, 0.86);
  padding: 0.35rem 0.5rem;
  color: var(--accent);
  font-family: var(--display);
  font-size: 1.45rem;
  line-height: 0.9;
}

.object-hero-card img {
  min-height: 0;
  border: 0;
  object-fit: cover;
}

.object-hero-card p {
  margin: 0;
  border-top: 1px solid rgba(26, 26, 26, 0.48);
  padding: 0.7rem 0.85rem;
  color: var(--muted);
  font-family: var(--ui);
  font-size: 0.7rem;
  font-weight: 900;
  letter-spacing: 0.1em;
  line-height: 1.45;
  text-transform: uppercase;
}

.object-cabinet {
  padding: 2.6rem 0;
}

.object-cabinet-heading {
  display: grid;
  grid-template-columns: minmax(0, 0.34fr) minmax(0, 0.66fr);
  gap: 2rem;
  align-items: end;
  margin-bottom: 1.4rem;
}

.object-cabinet-heading h2 {
  margin: 0;
  font-size: clamp(2.6rem, 4.6vw, 5rem);
  line-height: 0.95;
}

.object-feature {
  display: grid;
  grid-template-columns: minmax(0, 0.46fr) minmax(17rem, 0.28fr) minmax(17rem, 0.26fr);
  border-top: 1px solid var(--rule);
  border-left: 1px solid var(--rule);
}

.object-feature-copy,
.object-display,
.object-ledger {
  border-right: 1px solid var(--rule);
  border-bottom: 1px solid var(--rule);
  padding: clamp(1.2rem, 2.5vw, 2rem);
}

.object-feature-copy {
  display: grid;
  align-content: center;
  min-height: 22rem;
  background:
    linear-gradient(90deg, rgba(15, 15, 15, 0.025) 1px, transparent 1px) 0 0 / 4.5rem 4.5rem,
    #fbfaf5;
}

.object-display {
  display: grid;
  align-content: end;
  margin: 0;
  background:
    linear-gradient(180deg, rgba(15, 15, 15, 0.07), transparent 32%),
    var(--panel);
}

.object-display img {
  width: 100%;
  aspect-ratio: 1 / 1.08;
  object-fit: cover;
  filter: saturate(0.96) contrast(1.04);
}

.object-display figcaption {
  margin: 0;
  border-top: 1px solid rgba(26, 26, 26, 0.42);
  padding-top: 0.75rem;
  color: var(--muted);
  font-family: var(--ui);
  font-size: 0.66rem;
  font-weight: 900;
  letter-spacing: 0.1em;
  line-height: 1.4;
  text-transform: uppercase;
}

.object-accession-strip {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  max-width: 92rem;
  margin: 0 auto;
  border-top: 1px solid var(--rule);
  border-left: 1px solid var(--rule);
}

.object-accession-strip span {
  border-right: 1px solid var(--rule);
  border-bottom: 1px solid var(--rule);
  padding: 0.75rem 0.9rem;
  color: var(--ink-soft);
  font-family: var(--ui);
  font-size: 0.66rem;
  font-weight: 900;
  letter-spacing: 0.12em;
  line-height: 1.35;
  text-transform: uppercase;
}

.object-price {
  margin: 0 0 0.8rem;
}

.object-feature h3 {
  max-width: 48rem;
  margin: 0;
  font-family: var(--display);
  font-size: clamp(2.3rem, 4vw, 4.1rem);
  line-height: 0.98;
}

.object-feature-copy > p:not(.object-price) {
  max-width: 42rem;
  margin: 1rem 0 0;
  color: var(--secondary);
  font-size: 1.08rem;
  line-height: 1.58;
}

.object-ledger {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 0;
  margin: 0;
  padding: 0;
}

.object-ledger div {
  display: grid;
  align-content: space-between;
  min-height: 11rem;
  border-right: 1px solid rgba(26, 26, 26, 0.38);
  border-bottom: 1px solid rgba(26, 26, 26, 0.38);
  padding: 1rem;
}

.object-ledger div:nth-child(2n) {
  border-right: 0;
}

.object-ledger div:nth-last-child(-n + 2) {
  border-bottom: 0;
}

.object-ledger dt {
  color: var(--accent);
  font-family: var(--ui);
  font-size: 0.68rem;
  font-weight: 900;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

.object-ledger dd {
  margin: 1rem 0 0;
  font-family: var(--display);
  font-size: 2rem;
  line-height: 0.98;
}

.index-tools {
  display: flex;
  flex-wrap: wrap;
  gap: 0.75rem;
  max-width: 92rem;
  margin: 0 auto;
  border-bottom: 1px solid var(--rule);
  padding: 1.2rem 0;
}

.index-tools a {
  border: 1px solid rgba(26, 26, 26, 0.65);
  padding: 0.65rem 0.8rem;
  color: var(--accent);
  font-family: var(--ui);
  font-size: 0.76rem;
  font-weight: 900;
  letter-spacing: 0.1em;
  text-decoration: none;
  text-transform: uppercase;
}

.archive-status-board,
.brand-index-tools {
  max-width: 92rem;
  margin: 0 auto;
  border-top: 1px solid var(--rule);
  border-left: 1px solid var(--rule);
}

.archive-status-board {
  display: grid;
  grid-template-columns: minmax(0, 1.3fr) repeat(3, minmax(0, 0.72fr));
  padding: 0;
}

.archive-status-board > div,
.archive-status-board > a,
.brand-index-tools > a,
.brand-index-tools > div {
  min-width: 0;
  border-right: 1px solid var(--rule);
  border-bottom: 1px solid var(--rule);
  padding: 1.25rem;
}

.archive-status-board h2 {
  margin: 0;
  font-size: 3.6rem;
  line-height: 0.95;
}

.archive-status-board p:last-child {
  max-width: 42rem;
  margin: 1rem 0 0;
  color: var(--secondary);
  font-size: 1.05rem;
  line-height: 1.55;
}

.archive-status-board a,
.brand-index-tools a {
  text-decoration: none;
}

.archive-status-board span,
.brand-index-tools > a span {
  display: block;
  color: var(--accent);
  font-family: var(--display);
  font-size: 4.8rem;
  line-height: 0.9;
}

.archive-status-board strong,
.brand-index-tools > a strong {
  display: block;
  margin-top: 1rem;
  font-family: var(--display);
  font-size: 1.9rem;
  line-height: 1.05;
}

.archive-status-board small,
.brand-index-tools > a small {
  display: block;
  margin-top: 0.75rem;
  color: var(--muted);
  font-family: var(--ui);
  font-size: 0.72rem;
  font-weight: 900;
  letter-spacing: 0.1em;
  line-height: 1.45;
  text-transform: uppercase;
}

.home-status-board {
  overflow: hidden;
  padding: clamp(3.5rem, 5vw, 5.4rem) 0 clamp(4rem, 6vw, 6rem);
  background: #f5f5f7;
}

.home-status-copy {
  display: grid;
  width: min(100% - 2rem, 74rem);
  grid-template-columns: minmax(0, 0.98fr) minmax(18rem, 0.72fr);
  gap: clamp(1.4rem, 4vw, 5rem);
  align-items: end;
  margin: 0 auto;
}

.home-status-copy h2 {
  max-width: 40rem;
  color: #1d1d1f;
  font-family: var(--ui);
  font-size: clamp(2.1rem, 3.25vw, 3rem);
  font-weight: 760;
  line-height: 1.02;
  letter-spacing: 0;
}

.home-status-copy p:last-child {
  max-width: 35rem;
  margin: 0;
  color: #4c4945;
  font-family: var(--ui);
  font-size: 1.04rem;
  font-weight: 500;
  line-height: 1.48;
}

.home-status-rail {
  display: flex;
  gap: 1.15rem;
  margin-top: 1.65rem;
  overflow-x: auto;
  overscroll-behavior-x: contain;
  padding: 0 max(1rem, calc((100vw - 74rem) / 2)) 0.85rem;
  scroll-padding-inline: max(1rem, calc((100vw - 74rem) / 2));
  scroll-snap-type: x proximity;
  -webkit-overflow-scrolling: touch;
}

.home-status-rail::-webkit-scrollbar {
  display: none;
}

.home-status-card {
  display: flex;
  flex: 0 0 clamp(20rem, 27vw, 25rem);
  min-height: 16rem;
  flex-direction: column;
  border-radius: 8px;
  background: #fff;
  padding: clamp(1.45rem, 2vw, 1.9rem);
  color: #1d1d1f;
  scroll-snap-align: start;
  text-decoration: none;
  transition: color 180ms ease, transform 180ms ease;
}

.home-status-card:hover {
  color: var(--accent);
  transform: translateY(-2px);
}

.home-status-card span {
  color: var(--accent);
  font-family: var(--ui);
  font-size: 0.74rem;
  font-weight: 900;
  letter-spacing: 0.08em;
  line-height: 1.2;
  text-transform: uppercase;
}

.home-status-card strong {
  display: block;
  max-width: 18rem;
  margin-top: 1.05rem;
  color: inherit;
  font-family: var(--ui);
  font-size: clamp(1.45rem, 1.9vw, 1.82rem);
  font-weight: 760;
  line-height: 1.08;
  letter-spacing: 0;
}

.home-status-card small {
  display: block;
  max-width: 18rem;
  margin-top: auto;
  padding-top: 1.5rem;
  color: #6e6b66;
  font-family: var(--ui);
  font-size: 0.96rem;
  font-weight: 520;
  letter-spacing: 0;
  line-height: 1.38;
  text-transform: none;
}

.archive-status-board > a {
  transition: background 180ms ease, transform 180ms ease;
}

.archive-status-board > a:hover {
  background: #f5f5f1;
  transform: translateY(-1px);
}

@media (max-width: 900px) {
  .home-status-copy {
    display: block;
  }

  .home-status-copy p:last-child {
    margin-top: 1rem;
  }
}

@media (max-width: 620px) {
  .home-status-board {
    padding: 3rem 0 3.8rem;
  }

  .home-status-copy {
    width: auto;
    margin: 0 1rem;
  }

  .home-status-copy h2 {
    font-size: 2.1rem;
  }

  .home-status-rail {
    padding: 0 1rem 0.85rem;
    scroll-padding-inline: 1rem;
  }

  .home-status-card {
    flex-basis: min(84vw, 22rem);
    min-height: 15rem;
  }
}

.archive-status-note {
  max-width: 72rem;
  margin: 0 auto;
  border-top: 1px solid var(--rule);
  border-bottom: 1px solid var(--rule);
  padding: 2rem 0;
}

.archive-status-note h2 {
  margin: 0 0 1rem;
  font-size: 2.7rem;
}

.archive-status-note p {
  max-width: 58rem;
  margin: 0;
  color: var(--secondary);
  font-size: 1.08rem;
  line-height: 1.62;
}

.status-signal-board {
  display: grid;
  grid-template-columns: minmax(0, 0.92fr) minmax(0, 1.08fr);
  max-width: 92rem;
  border: 1px solid var(--rule);
  padding: 0;
  background: #fdfdfb;
}

.status-signal-copy {
  display: grid;
  align-content: center;
  gap: 1rem;
  border-right: 1px solid var(--rule);
  padding: clamp(1.4rem, 3vw, 2.4rem);
}

.status-signal-copy h2 {
  max-width: 36rem;
  margin: 0;
  font-size: clamp(2rem, 4vw, 3.2rem);
  line-height: 0.98;
}

.status-signal-copy p {
  margin: 0;
}

.status-signal-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
}

.status-signal-grid article {
  display: grid;
  align-content: space-between;
  min-height: 18rem;
  border-right: 1px solid rgba(26, 26, 26, 0.38);
  padding: 1.2rem;
}

.status-signal-grid article:last-child {
  border-right: 0;
}

.status-signal-grid span {
  color: var(--accent);
  font-family: var(--display);
  font-size: clamp(2rem, 4vw, 4rem);
  line-height: 0.92;
}

.status-signal-grid strong {
  display: block;
  margin-top: auto;
  font-family: var(--display);
  font-size: 1.55rem;
  line-height: 1.04;
}

.status-signal-grid small {
  display: block;
  margin-top: 0.85rem;
  color: var(--muted);
  font-family: var(--ui);
  font-size: 0.78rem;
  font-weight: 750;
  letter-spacing: 0.02em;
  line-height: 1.45;
}

.status-nav {
  display: flex;
  flex-wrap: wrap;
  gap: 0.7rem;
  margin-top: 1.3rem;
}

.status-nav a {
  border: 1px solid rgba(26, 26, 26, 0.65);
  padding: 0.6rem 0.72rem;
  color: var(--accent);
  font-family: var(--ui);
  font-size: 0.72rem;
  font-weight: 900;
  letter-spacing: 0.1em;
  text-decoration: none;
  text-transform: uppercase;
}

.status-signal-board .status-nav {
  grid-column: 1 / -1;
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 0;
  margin-top: 0;
  border-top: 1px solid var(--rule);
}

.status-signal-board .status-nav a {
  display: grid;
  place-items: center;
  min-height: 3.25rem;
  border: 0;
  border-right: 1px solid rgba(26, 26, 26, 0.42);
  padding: 0.72rem;
  text-align: center;
}

.status-signal-board .status-nav a:last-child {
  border-right: 0;
}

.country-scoreboard,
.country-lane-grid,
.country-candidate-panel {
  max-width: 92rem;
  margin: 0 auto;
}

.country-scoreboard {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(13rem, 1fr));
  border-top: 1px solid var(--rule);
  border-left: 1px solid var(--rule);
}

.country-score-card {
  display: grid;
  align-content: space-between;
  min-height: 9.2rem;
  border-right: 1px solid var(--rule);
  border-bottom: 1px solid var(--rule);
  padding: 0.95rem;
  text-decoration: none;
}

.country-score-card span {
  color: var(--accent);
  font-family: var(--ui);
  font-size: 0.82rem;
  font-weight: 900;
  letter-spacing: 0.12em;
  line-height: 1.2;
  text-transform: uppercase;
}

.country-score-card strong {
  display: block;
  margin-top: 1rem;
  color: var(--text);
  font-family: var(--display);
  font-size: 1.75rem;
  line-height: 0.98;
}

.country-score-card small {
  display: block;
  margin-top: 0.75rem;
  color: var(--muted);
  font-family: var(--ui);
  font-size: 0.74rem;
  font-weight: 800;
  letter-spacing: 0.03em;
  line-height: 1.35;
}

.country-score-card.is-open {
  background: #fdfdfb;
}

.country-score-card.is-open span {
  color: var(--accent);
}

.country-lane-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(22rem, 1fr));
  margin-top: 2.2rem;
  border-top: 1px solid var(--rule);
  border-left: 1px solid var(--rule);
}

.country-lane-card {
  display: grid;
  align-content: start;
  gap: 1.1rem;
  min-width: 0;
  border-right: 1px solid var(--rule);
  border-bottom: 1px solid var(--rule);
  padding: 1.15rem;
  background: var(--background);
}

.country-lane-card.is-open {
  background: #fdfdfb;
}

.country-lane-card h2 {
  margin: 0;
  font-size: clamp(2rem, 3.2vw, 3rem);
  line-height: 0.96;
}

.country-lane-card h2 a {
  color: var(--text);
  text-decoration: none;
}

.country-lane-card header p:last-child {
  max-width: 31rem;
  margin: 0.8rem 0 0;
  color: var(--secondary);
  font-size: 0.98rem;
  line-height: 1.5;
}

.country-candidate-list {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(9.5rem, 1fr));
  gap: 0.5rem;
}

.country-candidate-link {
  display: grid;
  align-content: space-between;
  min-height: 4.8rem;
  border: 1px solid rgba(26, 26, 26, 0.42);
  padding: 0.72rem;
  background: var(--paper);
  color: var(--text);
  text-decoration: none;
}

.country-candidate-link.is-open {
  border-color: rgba(91, 31, 50, 0.58);
  background: #fdfdfb;
}

.country-candidate-link span {
  font-family: var(--display);
  font-size: 1.35rem;
  line-height: 1.02;
}

.country-candidate-link small {
  display: block;
  margin-top: 0.55rem;
  color: var(--muted);
  font-family: var(--ui);
  font-size: 0.72rem;
  font-weight: 800;
  letter-spacing: 0.02em;
  line-height: 1.35;
}

.country-candidate-panel {
  display: grid;
  grid-template-columns: minmax(16rem, 0.42fr) minmax(0, 1fr);
  gap: 0;
  margin-top: 3rem;
  border: 1px solid var(--rule);
  background: #fdfdfb;
}

.country-candidate-panel > div:first-child {
  border-right: 1px solid var(--rule);
  padding: clamp(1.2rem, 2.5vw, 1.8rem);
}

.country-candidate-panel h2 {
  margin: 0;
  color: var(--accent);
  font-size: clamp(2.1rem, 4vw, 3.4rem);
  line-height: 0.92;
}

.country-candidate-panel p:not(.eyebrow) {
  margin: 0.9rem 0 0;
  color: var(--secondary);
  font-size: 1.02rem;
  line-height: 1.5;
}

.country-candidate-list-detail {
  grid-template-columns: repeat(auto-fit, minmax(12rem, 1fr));
  align-content: start;
  padding: 1rem;
}

.brand-index-tools {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 0.72fr)) minmax(0, 1.2fr);
  margin-bottom: 1.6rem;
}

.brand-index-tools > div {
  display: flex;
  flex-wrap: wrap;
  gap: 0.45rem;
  align-content: start;
}

.brand-index-tools > div a {
  display: grid;
  place-items: center;
  width: 2rem;
  height: 2rem;
  border: 1px solid rgba(26, 26, 26, 0.52);
  color: var(--secondary);
  font-family: var(--ui);
  font-size: 0.74rem;
  font-weight: 900;
}

.archive-search {
  max-width: 92rem;
  margin: 0 auto;
  padding: 2rem 0 5rem;
}

.search-heading {
  display: flex;
  gap: 1.5rem;
  align-items: end;
  justify-content: space-between;
  border-top: 1px solid var(--rule);
  border-bottom: 1px solid rgba(26, 26, 26, 0.42);
  padding: 1.25rem 0;
}

.search-heading h2 {
  margin: 0;
  font-size: 3.4rem;
  line-height: 0.95;
}

.search-form {
  display: grid;
  grid-template-columns: 12rem minmax(0, 1fr);
  gap: 1rem;
  align-items: start;
  border-bottom: 1px solid rgba(26, 26, 26, 0.42);
  padding: 1.4rem 0;
}

.search-form label,
.search-form p,
.search-filters button,
.search-result span,
.search-result > div:nth-child(2) > p:first-child,
.search-empty {
  font-family: var(--ui);
}

.search-form label {
  color: var(--accent);
  font-size: 0.76rem;
  font-weight: 900;
  letter-spacing: 0.14em;
  line-height: 1.4;
  text-transform: uppercase;
}

.search-form > div {
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  border: 1px solid rgba(26, 26, 26, 0.72);
  background: var(--paper);
}

.search-form input,
.search-form button {
  min-height: 3.3rem;
  border: 0;
  border-radius: 0;
  font: inherit;
}

.search-form input {
  width: 100%;
  padding: 0.8rem 0.95rem;
  background: transparent;
  color: var(--text);
  font-family: var(--body);
  font-size: 1.08rem;
}

.search-form button {
  border-left: 1px solid rgba(26, 26, 26, 0.72);
  padding: 0 1.1rem;
  background: var(--text);
  color: var(--background);
  cursor: pointer;
  font-family: var(--ui);
  font-size: 0.76rem;
  font-weight: 900;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

.search-form p {
  grid-column: 2;
  margin: 0;
  color: var(--muted);
  font-size: 0.76rem;
  font-weight: 800;
  letter-spacing: 0.06em;
  line-height: 1.45;
  text-transform: uppercase;
}

.search-layout {
  display: grid;
  grid-template-columns: 14rem minmax(0, 1fr);
  gap: 2rem;
  min-width: 0;
  padding-top: 1.4rem;
}

.search-filters {
  position: sticky;
  top: 1rem;
  align-self: start;
  border-top: 1px solid rgba(26, 26, 26, 0.48);
}

.search-filters button {
  width: 100%;
  border: 0;
  border-bottom: 1px solid rgba(26, 26, 26, 0.48);
  padding: 0.8rem 0.7rem;
  background: transparent;
  color: var(--secondary);
  cursor: pointer;
  font-size: 0.74rem;
  font-weight: 900;
  letter-spacing: 0.12em;
  line-height: 1.35;
  text-align: left;
  text-transform: uppercase;
}

.search-filters button.is-active {
  background: var(--accent);
  color: var(--background);
}

.search-results {
  min-width: 0;
  border-top: 1px solid rgba(26, 26, 26, 0.42);
}

.search-result {
  display: grid;
  grid-template-columns: minmax(6rem, 0.16fr) minmax(0, 1fr);
  gap: 1.6rem;
  min-width: 0;
  border-bottom: 1px solid rgba(26, 26, 26, 0.42);
  padding: 1.4rem 0;
}

.search-result > div {
  min-width: 0;
}

.search-result[hidden],
.search-empty[hidden] {
  display: none;
}

.search-result > div:first-child p {
  margin: 0 0 0.65rem;
  color: var(--accent);
  font-family: var(--display);
  font-size: 3.2rem;
  line-height: 0.9;
}

.search-result span,
.search-result > div:nth-child(2) > p:first-child {
  color: var(--accent);
  font-size: 0.72rem;
  font-weight: 900;
  letter-spacing: 0.12em;
  line-height: 1.45;
  text-transform: uppercase;
}

.search-result h2 {
  margin-top: 0.35rem;
  font-size: 2.35rem;
  line-height: 1.02;
}

.search-result h2 a {
  overflow-wrap: anywhere;
  text-decoration: none;
}

.search-result > div:nth-child(2) > p:last-child {
  max-width: 58rem;
  margin: 0.75rem 0 0;
  color: var(--secondary);
  font-size: 1.06rem;
  line-height: 1.58;
}

.search-empty {
  max-width: 58rem;
  margin: 0;
  border-bottom: 1px solid rgba(26, 26, 26, 0.42);
  padding: 1.2rem 0;
  color: var(--accent);
  font-size: 0.95rem;
  font-weight: 900;
  letter-spacing: 0.08em;
  line-height: 1.45;
  text-transform: uppercase;
}

.case-list,
.policy-copy,
.brand-index-grid,
.faq-block,
.case-article,
.language-note,
.language-ledger,
.answer-summary {
  max-width: 92rem;
  margin: 0 auto;
  padding: 3rem 0;
}

.case-list > h2,
.faq-block > h2,
.policy-copy h2,
.case-article h2,
.language-note h2,
.language-ledger > h2,
.answer-summary h2 {
  margin: 0 0 1.4rem;
  font-size: 2.7rem;
}

.lifecycle-answer {
  padding-bottom: 1.5rem;
}

.lifecycle-answer h2 {
  color: var(--accent);
  font-family: var(--ui);
  font-size: 0.82rem;
  font-weight: 900;
  letter-spacing: 0.14em;
  line-height: 1.2;
  text-transform: uppercase;
}

.lifecycle-answer p {
  max-width: 68rem;
  color: var(--text);
  font-size: clamp(1.28rem, 2.2vw, 1.7rem);
  line-height: 1.38;
}

.case-row {
  display: grid;
  grid-template-columns: 14rem minmax(0, 1fr);
  gap: 1.6rem;
  align-items: center;
  border-top: 1px solid rgba(26, 26, 26, 0.42);
  padding: 1.2rem 0;
}

.case-row > div {
  min-width: 0;
}

.case-row:last-child {
  border-bottom: 1px solid rgba(26, 26, 26, 0.42);
}

.case-thumb {
  display: grid;
  place-items: center;
  height: 10rem;
  overflow: hidden;
  border: 1px solid rgba(26, 26, 26, 0.5);
  background: var(--panel);
}

.case-thumb img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.case-row h2 {
  margin: 0;
  font-size: 2.25rem;
  line-height: 1.04;
}

.case-row h2 a,
.brand-index-grid a,
.related-cases a {
  text-decoration: none;
}

.case-row p:first-child {
  margin: 0 0 0.55rem;
  color: var(--accent);
  font-family: var(--ui);
  font-size: 0.72rem;
  font-weight: 900;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

.case-card-meta {
  display: flex;
  flex-wrap: wrap;
  gap: 0.35rem 0.7rem;
}

.case-card-meta span + span::before {
  content: "/";
  margin-right: 0.7rem;
  color: var(--muted);
}

.case-row p:last-child {
  max-width: 48rem;
  margin: 0.7rem 0 0;
  color: var(--secondary);
  font-size: 1.05rem;
  line-height: 1.55;
}

.pagination-nav {
  display: grid;
  gap: 0.8rem;
  border-top: 1px solid rgba(26, 26, 26, 0.42);
  padding: 1rem 0;
}

.pagination-nav p {
  margin: 0;
  color: var(--muted);
  font-family: var(--ui);
  font-size: 0.72rem;
  font-weight: 900;
  letter-spacing: 0.08em;
  line-height: 1.45;
  text-transform: uppercase;
}

.pagination-nav div {
  display: flex;
  flex-wrap: wrap;
  gap: 0.45rem;
}

.pagination-nav a,
.pagination-nav button,
.pagination-nav span {
  min-width: 2.45rem;
  border: 1px solid rgba(26, 26, 26, 0.55);
  padding: 0.58rem 0.72rem;
  background: transparent;
  color: var(--secondary);
  font-family: var(--ui);
  font-size: 0.72rem;
  font-weight: 900;
  letter-spacing: 0.08em;
  line-height: 1;
  text-align: center;
  text-decoration: none;
  text-transform: uppercase;
}

.pagination-nav button {
  cursor: pointer;
}

.pagination-nav a:hover,
.pagination-nav button:hover,
.pagination-nav [aria-current="page"] {
  background: var(--text);
  color: var(--background);
}

.pagination-nav [aria-disabled="true"] {
  color: var(--muted);
  opacity: 0.55;
}

.pagination-nav + .case-row {
  border-top: 1px solid rgba(26, 26, 26, 0.42);
}

.search-pagination {
  border-bottom: 1px solid rgba(26, 26, 26, 0.42);
}

.policy-copy {
  display: grid;
  gap: 1.6rem;
  max-width: 58rem;
}

.policy-copy article {
  border-top: 1px solid var(--rule);
  padding-top: 1.3rem;
}

.policy-copy p,
.policy-copy li,
.faq-block p,
.case-article p,
.case-article li,
.language-note p,
.answer-summary p {
  color: var(--secondary);
  font-size: 1.08rem;
  line-height: 1.62;
}

.policy-copy ul,
.case-article ul {
  display: grid;
  gap: 0.55rem;
  margin: 0;
  padding-left: 1.2rem;
}

.page-shell > .faq-block {
  max-width: 58rem;
}

.brand-index-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  border-left: 1px solid var(--rule);
  border-top: 1px solid var(--rule);
}

.brand-index-grid > div {
  min-height: 14rem;
  border-right: 1px solid var(--rule);
  border-bottom: 1px solid var(--rule);
  padding: 1.2rem;
}

.brand-index-grid h2 {
  margin: 0 0 1rem;
  color: var(--accent);
  font-size: 3.4rem;
  line-height: 0.9;
}

.brand-index-grid a {
  display: grid;
  gap: 0.2rem;
  margin-top: 0.7rem;
}

.brand-index-grid span {
  font-family: var(--display);
  font-size: 1.8rem;
  line-height: 1.05;
}

.brand-index-grid small {
  color: var(--muted);
  font-family: var(--ui);
  font-size: 0.7rem;
  font-weight: 900;
  letter-spacing: 0.1em;
  text-transform: uppercase;
}

.case-article {
  max-width: 92rem;
}

.case-article > header {
  max-width: none;
  border-bottom: 1px solid var(--rule);
  padding: clamp(2.4rem, 4vw, 4.2rem) 0 clamp(2.2rem, 3.6vw, 3.4rem);
}

.case-file-hero {
  position: relative;
  display: grid;
  grid-template-columns: minmax(0, 0.95fr) minmax(30rem, 0.72fr);
  grid-template-areas:
    "copy proof"
    "ledger proof";
  gap: clamp(1.4rem, 3vw, 2.6rem);
  align-items: stretch;
}

.case-file-hero::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: clamp(7rem, 14vw, 13rem);
  height: 0.26rem;
  background: var(--brass);
}

.case-hero-copy {
  grid-area: copy;
  display: grid;
  align-content: end;
  max-width: 56rem;
  padding-top: 2.1rem;
}

.case-file-ledger {
  grid-area: ledger;
  align-self: start;
  border-top: 1px solid rgba(26, 26, 26, 0.62);
  border-bottom: 1px solid rgba(26, 26, 26, 0.62);
  background:
    linear-gradient(90deg, rgba(26, 26, 26, 0.028) 1px, transparent 1px) 0 0 / 4.8rem 4.8rem,
    var(--paper-warm);
}

.case-file-label {
  margin: 0;
  border-bottom: 1px solid rgba(26, 26, 26, 0.44);
  padding: 0.7rem 0.85rem;
  color: var(--accent);
  font-size: 0.7rem;
  font-weight: 900;
  letter-spacing: 0.16em;
  text-transform: uppercase;
}

.case-file-ledger dl {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  margin: 0;
}

.case-file-ledger dl > div {
  min-width: 0;
  border-right: 1px solid rgba(26, 26, 26, 0.38);
  padding: 0.78rem 0.85rem 0.9rem;
}

.case-file-ledger dl > div:last-child {
  border-right: 0;
}

.case-file-ledger dt {
  margin-bottom: 0.35rem;
  color: var(--muted);
  font-size: 0.62rem;
  font-weight: 900;
  letter-spacing: 0.13em;
  text-transform: uppercase;
}

.case-file-ledger dd {
  margin: 0;
  color: var(--text);
  font-family: var(--display);
  font-size: clamp(1.05rem, 1.7vw, 1.55rem);
  line-height: 1;
}

.brand-fact-panel {
  display: grid;
  grid-template-columns: minmax(12rem, 0.36fr) minmax(0, 1fr);
  gap: clamp(1.4rem, 4vw, 3.2rem);
  border-top: 1px solid rgba(26, 26, 26, 0.72);
  border-bottom: 1px solid rgba(26, 26, 26, 0.72);
  padding: clamp(1.4rem, 3vw, 2.2rem) 0;
}

.brand-fact-panel-head {
  max-width: 22rem;
}

.brand-fact-panel-head h2 {
  margin: 0.2rem 0 0.75rem;
  font-size: clamp(2rem, 3.4vw, 3.8rem);
  line-height: 0.95;
}

.brand-fact-panel-head p:last-child {
  margin: 0;
  color: var(--muted);
  font-size: 0.98rem;
  line-height: 1.55;
}

.brand-fact-panel dl {
  display: grid;
  margin: 0;
  border-top: 1px solid rgba(26, 26, 26, 0.26);
}

.brand-fact-panel dl > div {
  display: grid;
  grid-template-columns: minmax(8.5rem, 0.28fr) minmax(0, 1fr);
  gap: clamp(1rem, 2.5vw, 1.8rem);
  border-bottom: 1px solid rgba(26, 26, 26, 0.22);
  padding: 0.78rem 0;
}

.brand-fact-panel dt {
  color: var(--accent);
  font-size: 0.68rem;
  font-weight: 900;
  letter-spacing: 0.15em;
  text-transform: uppercase;
}

.brand-fact-panel dd {
  min-width: 0;
  margin: 0;
  color: var(--text);
  font-family: var(--serif);
  font-size: clamp(1.04rem, 1.7vw, 1.35rem);
  line-height: 1.25;
}

.brand-fact-panel dd a {
  font-family: var(--sans);
  font-size: 0.7rem;
  font-weight: 900;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

.brand-fact-panel dd a + a,
.brand-fact-panel dd a[href^="http"] {
  margin-left: 0.35rem;
}

.simple-brand-page {
  --simple-rule: rgba(121, 39, 56, 0.28);
}

.simple-brand-hero .simple-brand-category {
  margin: 0 0 1rem;
  max-width: 42rem;
  color: var(--muted);
  font-family: var(--sans);
  font-size: 1.15rem;
  letter-spacing: 0;
}

.simple-brand-card-section,
.simple-builder-section,
.simple-commercial-bridge {
  border-top: 1px solid rgba(26, 26, 26, 0.72);
  padding: 3.6rem 0;
}

.simple-brand-card-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 1px;
  background: var(--simple-rule);
  border: 1px solid var(--simple-rule);
}

.simple-brand-card-grid div {
  min-height: 8.5rem;
  padding: 1.2rem;
  background:
    linear-gradient(135deg, rgba(255, 255, 255, 0.58), rgba(250, 244, 230, 0.88)),
    var(--paper);
}

.simple-brand-card-grid span {
  display: block;
  margin-bottom: 0.65rem;
  color: var(--accent);
  font-family: var(--sans);
  font-size: 0.72rem;
  font-weight: 900;
  letter-spacing: 0;
  text-transform: uppercase;
}

.simple-brand-card-grid strong {
  display: block;
  color: var(--text);
  font-family: var(--serif);
  font-size: 1.18rem;
  font-weight: 500;
  line-height: 1.25;
}

.simple-builder-list {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 0.7rem;
  margin: 0 0 2rem;
  padding: 0;
  list-style: none;
  counter-reset: builder-step;
}

.simple-builder-list li {
  counter-increment: builder-step;
  min-height: 4.5rem;
  padding: 0.85rem;
  border: 1px solid rgba(26, 26, 26, 0.26);
  background: rgba(255, 252, 244, 0.66);
  color: var(--text);
  font-family: var(--sans);
  font-size: 0.9rem;
  line-height: 1.35;
}

.simple-builder-list li::before {
  content: counter(builder-step, decimal-leading-zero);
  display: block;
  margin-bottom: 0.55rem;
  color: var(--accent);
  font-family: var(--sans);
  font-size: 0.7rem;
  font-weight: 900;
  letter-spacing: 0;
}

.simple-commercial-bridge {
  display: grid;
  grid-template-columns: minmax(0, 1.15fr) minmax(16rem, 0.85fr);
  gap: 3rem;
  align-items: start;
}

.simple-commercial-bridge h2,
.simple-commercial-bridge p {
  max-width: 44rem;
}

.simple-commercial-links {
  display: grid;
  gap: 0.75rem;
}

.simple-commercial-links a {
  display: block;
  padding: 0.9rem 1rem;
  border: 1px solid rgba(26, 26, 26, 0.32);
  color: var(--text);
  font-family: var(--sans);
  font-size: 0.9rem;
  font-weight: 900;
  letter-spacing: 0;
  text-decoration: none;
  transition: background-color 180ms ease, border-color 180ms ease, transform 180ms ease;
}

.simple-commercial-links a:hover {
  border-color: var(--accent);
  background: rgba(121, 39, 56, 0.07);
  transform: translateY(-1px);
}

.case-article > header,
.case-article section,
.case-article figure,
.case-article h1,
.case-article h2,
.case-article p,
.case-article li,
.case-article figcaption,
.article-meta span,
.case-hero-copy,
.case-file-ledger,
.case-file-ledger dd,
.brand-fact-panel,
.brand-fact-panel > *,
.brand-fact-panel dd,
.archive-object-callout,
.archive-object-actions {
  min-width: 0;
  overflow-wrap: anywhere;
}

.case-article > header h1 {
  max-width: 16ch;
  font-size: clamp(3.35rem, 5.2vw, 5.8rem);
  line-height: 0.9;
  text-wrap: balance;
}

.case-hero-copy > p:not(.eyebrow) {
  margin: 1rem 0 0;
  max-width: 44rem;
  color: var(--secondary);
  font-size: clamp(1.05rem, 1.55vw, 1.28rem);
  line-height: 1.55;
  text-wrap: pretty;
}

.case-article figure {
  margin: 2rem 0 2.5rem;
  border: 1px solid rgba(26, 26, 26, 0.52);
  background: var(--panel);
}

.case-file-hero > figure {
  grid-area: proof;
  align-self: stretch;
  margin: 0;
  min-height: 100%;
  box-shadow: 0 1.8rem 4.8rem rgba(15, 15, 15, 0.08);
}

.case-article figure img {
  width: 100%;
  max-height: 34rem;
  object-fit: cover;
}

.article-supporting-visuals {
  max-width: 72rem;
}

.article-supporting-visuals > div {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 1rem;
}

.article-supporting-visuals figure {
  margin: 0;
}

.article-supporting-visuals img {
  aspect-ratio: 16 / 9;
  max-height: none;
}

.case-article figcaption {
  border-top: 1px solid rgba(26, 26, 26, 0.42);
  padding: 0.8rem 1rem;
  color: var(--muted);
  font-family: var(--ui);
  font-size: 0.76rem;
  line-height: 1.5;
}

.article-comparison > div {
  display: grid;
  grid-template-columns: minmax(16rem, 0.82fr) minmax(0, 1.18fr);
}

.case-file-hero .article-comparison > div {
  grid-template-columns: 1fr;
  grid-template-rows: minmax(9rem, 0.35fr) minmax(17rem, 1fr);
  height: 100%;
}

.article-comparison > div > div {
  display: grid;
  gap: 1rem;
  border-right: 1px solid rgba(26, 26, 26, 0.42);
  padding: 1rem;
}

.case-file-hero .article-comparison > div > div {
  align-content: stretch;
  border-right: 0;
  border-bottom: 1px solid rgba(26, 26, 26, 0.42);
}

.article-comparison > div > div:last-child {
  border-right: 0;
}

.case-file-hero .article-comparison > div > div:last-child {
  border-bottom: 0;
}

.article-comparison span {
  color: var(--accent);
  font-family: var(--ui);
  font-size: 0.72rem;
  font-weight: 900;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

.article-comparison img {
  width: 100%;
  height: clamp(18rem, 32vw, 27rem);
  padding: 2rem;
  background: var(--paper);
  object-fit: contain;
}

.case-file-hero .article-comparison img {
  height: 100%;
  min-height: 0;
  padding: clamp(1rem, 2vw, 1.45rem);
}

.case-file-hero .article-comparison > div > div:last-child img {
  padding: 0;
  background: var(--panel);
  object-fit: cover;
}

.article-comparison img.logo-symbol {
  max-width: 12rem;
  margin-inline: auto;
  padding: 1.25rem;
}

.article-comparison img.logo-wide {
  padding: 1.5rem 1rem;
}

.article-comparison img.logo-on-purple {
  background: #501098;
}

.case-article figure.article-comparison img {
  max-height: none;
  object-fit: contain;
}

.case-article section {
  max-width: 48rem;
  border-top: 1px solid rgba(26, 26, 26, 0.42);
  padding: 2rem 0;
}

.answer-summary {
  display: grid;
  grid-template-columns: minmax(8rem, 0.28fr) minmax(0, 1fr);
  gap: 1.4rem;
  max-width: 72rem;
  margin-top: 2rem;
  margin-bottom: 2rem;
  border: 1px solid rgba(91, 31, 50, 0.55);
  background:
    linear-gradient(90deg, rgba(91, 31, 50, 0.055) 1px, transparent 1px) 0 0 / 5.5rem 5.5rem,
    var(--paper-warm);
  padding: 1.35rem;
}

.answer-summary h2 {
  color: var(--accent);
  font-family: var(--ui);
  font-size: 0.76rem;
  font-weight: 900;
  letter-spacing: 0.14em;
  line-height: 1.4;
  text-transform: uppercase;
}

.answer-summary p {
  max-width: 54rem;
  margin: 0;
  font-size: 1.22rem;
  line-height: 1.58;
}

.case-article .answer-summary {
  max-width: 72rem;
  margin: 2rem 0;
}

.article-section p + p {
  margin-top: 1rem;
}

.takeaways {
  display: grid;
  grid-template-columns: minmax(8rem, 0.26fr) minmax(0, 1fr);
  gap: 1.4rem;
  background: var(--panel);
  max-width: 72rem !important;
  border: 1px solid rgba(26, 26, 26, 0.45) !important;
  padding: 1.45rem !important;
}

.takeaways h2 {
  margin: 0;
}

.takeaways ul {
  counter-reset: takeaway;
  display: grid;
  gap: 0;
  margin: 0;
  padding: 0;
}

.takeaways li {
  position: relative;
  list-style: none;
  border-top: 1px solid rgba(26, 26, 26, 0.28);
  padding: 0.9rem 0 0.9rem 3.2rem;
}

.takeaways li:first-child {
  border-top: 0;
  padding-top: 0.1rem;
}

.takeaways li::before {
  counter-increment: takeaway;
  content: counter(takeaway, decimal-leading-zero);
  position: absolute;
  left: 0;
  top: 0.86rem;
  color: var(--accent);
  font-family: var(--display);
  font-size: 1.9rem;
  font-weight: 700;
  line-height: 1;
}

.takeaways li:first-child::before {
  top: 0.06rem;
}

.article-section {
  margin-left: clamp(0rem, 8vw, 8rem);
}

.article-section h2 {
  max-width: 16ch;
  margin-bottom: 1.1rem;
  font-size: clamp(2rem, 3.2vw, 3.25rem);
  line-height: 0.96;
}

.case-depth {
  max-width: 68rem;
}

.case-depth h2 {
  max-width: 21ch;
  font-size: clamp(1.75rem, 2.5vw, 2.65rem);
  line-height: 1;
}

.case-depth .eyebrow {
  margin-bottom: 0.75rem;
}

.case-depth-list,
.case-timeline {
  display: grid;
  gap: 0;
  max-width: 54rem;
  margin: 0;
  padding: 0;
}

.case-depth-list li,
.case-timeline li {
  list-style: none;
  border-top: 1px solid rgba(26, 26, 26, 0.28);
  padding: 1rem 0;
}

.case-depth-list li:first-child,
.case-timeline li:first-child {
  border-top: 0;
  padding-top: 0;
}

.case-timeline strong {
  display: block;
  margin-bottom: 0.3rem;
  color: var(--accent);
  font-family: var(--ui);
  font-size: 0.78rem;
  font-weight: 900;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

.case-timeline span {
  display: block;
}

.related-cases {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 0;
  border-top: 1px solid rgba(26, 26, 26, 0.42);
  border-left: 1px solid rgba(26, 26, 26, 0.42);
}

.related-cases a {
  display: flex;
  align-items: flex-end;
  min-height: 9rem;
  border-right: 1px solid rgba(26, 26, 26, 0.42);
  border-bottom: 1px solid rgba(26, 26, 26, 0.42);
  padding: 1rem;
  font-family: var(--display);
  font-size: clamp(1.25rem, 2.1vw, 1.75rem);
  line-height: 1.18;
  text-decoration: none;
}

.archive-object-callout {
  display: grid;
  grid-template-columns: minmax(13rem, 0.34fr) minmax(0, 1fr) auto;
  gap: 1.2rem;
  align-items: end;
  max-width: 72rem;
  margin: 3rem 0 2rem;
  border: 1px solid rgba(26, 26, 26, 0.55);
  background:
    linear-gradient(90deg, rgba(26, 26, 26, 0.04) 1px, transparent 1px) 0 0 / 4.5rem 4.5rem,
    var(--paper-warm);
  padding: 1.25rem;
}

.archive-object-callout h2 {
  margin: 0;
  font-size: clamp(1.8rem, 3vw, 2.8rem);
  line-height: 0.96;
}

.archive-object-callout p {
  margin: 0;
}

.archive-object-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 0.7rem;
  justify-content: flex-end;
  min-width: 14rem;
  font-size: 0.76rem;
  font-weight: 900;
  letter-spacing: 0.11em;
  text-transform: uppercase;
}

.archive-object-actions a {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 2.75rem;
  border: 1px solid rgba(26, 26, 26, 0.62);
  padding: 0.78rem 1rem;
  text-decoration: none;
}

.archive-object-actions a:last-child {
  background: var(--text);
  color: var(--brass);
}

.faq-block {
  display: grid;
  gap: 1rem;
}

.faq-block article {
  border-top: 1px solid rgba(26, 26, 26, 0.42);
  padding-top: 1rem;
}

.faq-block h3 {
  font-size: 1.6rem;
}

.source-list ol {
  display: grid;
  gap: 0.55rem;
  margin: 0;
  padding-left: 1.2rem;
}

.source-list li {
  color: var(--secondary);
  font-size: 0.95rem;
  line-height: 1.5;
}

.source-list cite {
  font-style: normal;
}

.answer-engine-brief {
  max-width: 64rem;
  border-top: 1px solid rgba(91, 31, 50, 0.55);
  border-bottom: 1px solid rgba(26, 26, 26, 0.38);
  padding: 1.6rem 0;
}

.answer-engine-brief h2 {
  max-width: 52rem;
  margin-bottom: 0.75rem;
}

.answer-pattern-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 1px;
  max-width: 76rem;
  background: rgba(26, 26, 26, 0.42);
  border: 1px solid rgba(26, 26, 26, 0.42);
}

.answer-pattern-grid > h2 {
  grid-column: 1 / -1;
  margin: 0;
  background: var(--paper);
  padding: 1.1rem;
}

.answer-pattern-grid article,
.answer-engine-entry {
  background: var(--paper);
  padding: 1.1rem;
}

.answer-pattern-grid article p,
.answer-engine-entry > div p,
.answer-engine-entry > div span {
  margin: 0;
  color: var(--accent);
  font-family: var(--ui);
  font-size: 0.72rem;
  font-weight: 900;
  letter-spacing: 0.12em;
  line-height: 1.35;
  text-transform: uppercase;
}

.answer-pattern-grid article h3,
.answer-engine-entry h3 {
  margin: 0.75rem 0;
  font-size: 1.42rem;
  line-height: 1.12;
}

.answer-pattern-grid article span,
.answer-engine-entry p {
  color: var(--secondary);
  font-size: 0.98rem;
  line-height: 1.48;
}

.answer-engine-map {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 1px;
  max-width: 84rem;
  background: rgba(26, 26, 26, 0.42);
  border: 1px solid rgba(26, 26, 26, 0.42);
}

.answer-engine-map > div {
  grid-column: 1 / -1;
  background: var(--panel);
  padding: 1.25rem;
}

.answer-engine-map > div h2 {
  margin-bottom: 0.5rem;
}

.answer-engine-entry > div {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 1rem;
}

.answer-engine-entry a {
  display: inline-flex;
  margin-top: 0.9rem;
  border-bottom: 1px solid currentColor;
  color: var(--accent);
  font-family: var(--ui);
  font-size: 0.78rem;
  font-weight: 900;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.language-note {
  max-width: 68rem;
  border-top: 1px solid rgba(91, 31, 50, 0.55);
  border-bottom: 1px solid rgba(26, 26, 26, 0.38);
  padding: 2rem 0;
}

.language-note h2 {
  color: var(--accent);
}

.language-ledger {
  display: grid;
  gap: 0;
}

.language-entry {
  display: grid;
  grid-template-columns: minmax(8rem, 0.22fr) minmax(0, 1fr);
  gap: 1.6rem;
  border-top: 1px solid rgba(26, 26, 26, 0.42);
  padding: 1.5rem 0;
}

.language-entry:last-child {
  border-bottom: 1px solid rgba(26, 26, 26, 0.42);
}

.language-entry > div:first-child p {
  margin: 0 0 0.7rem;
  color: var(--accent);
  font-family: var(--display);
  font-size: 3.8rem;
  line-height: 0.9;
}

.language-entry span,
.language-entry > div:nth-child(2) > p:first-child,
.language-entry dt {
  color: var(--accent);
  font-family: var(--ui);
  font-size: 0.72rem;
  font-weight: 900;
  letter-spacing: 0.12em;
  line-height: 1.45;
  text-transform: uppercase;
}

.language-entry h3 {
  max-width: 56rem;
  margin: 0.35rem 0 0.9rem;
  font-size: 2.55rem;
  line-height: 1;
}

.language-entry > div:nth-child(2) > p:not(:first-child),
.language-entry dd {
  color: var(--secondary);
  font-size: 1.06rem;
  line-height: 1.58;
}

.language-entry dl {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 1rem;
  margin: 1.1rem 0 0;
}

.language-entry dl > div {
  border-left: 1px solid rgba(26, 26, 26, 0.38);
  padding-left: 1rem;
}

.language-entry dd {
  margin: 0.35rem 0 0;
}

.guide-article {
  max-width: 72rem;
}

.guide-answer {
  max-width: 58rem;
}

.guide-landing {
  display: grid;
  gap: 0;
}

.guide-landing .guide-answer p {
  max-width: 48rem;
  font-size: 1.16rem;
  line-height: 1.72;
}

.guide-contents,
.guide-reading-section {
  max-width: 72rem;
  margin: 0;
  border-top: 1px solid var(--rule);
  padding: 2.6rem 0;
}

.guide-contents {
  display: grid;
  grid-template-columns: minmax(13rem, 0.28fr) minmax(0, 0.72fr);
  gap: 2rem;
  align-items: start;
}

.guide-contents h2 {
  margin: 0.45rem 0 0;
  font-size: clamp(2.2rem, 3.5vw, 3.2rem);
  line-height: 1;
}

.guide-contents-links {
  display: grid;
  border-top: 1px solid rgba(26, 26, 26, 0.45);
}

.guide-contents-links a {
  display: grid;
  grid-template-columns: minmax(6.5rem, 0.22fr) minmax(0, 1fr);
  gap: 0.85rem 1.15rem;
  padding: 1rem 0;
  border-bottom: 1px solid rgba(26, 26, 26, 0.24);
  text-decoration: none;
}

.guide-contents-label,
.guide-row-action,
.guide-principle-row > p {
  color: var(--accent);
  font-family: var(--ui);
  font-size: 0.68rem;
  font-weight: 900;
  letter-spacing: 0.14em;
  line-height: 1.35;
  text-transform: uppercase;
}

.guide-contents-links h3 {
  color: var(--text);
  font-family: var(--display);
  font-size: 1.42rem;
  line-height: 1.05;
  margin: 0;
}

.guide-contents-links p:not(.guide-contents-label) {
  grid-column: 2;
  margin: 0;
  color: var(--secondary);
  font-size: 0.98rem;
  line-height: 1.55;
}

.guide-contents-label {
  margin: 0;
}

.guide-prose-grid {
  display: grid;
  grid-template-columns: minmax(0, 0.62fr) minmax(16rem, 0.38fr);
  gap: 2rem;
  align-items: start;
  max-width: 68rem;
}

.guide-copy-flow {
  display: grid;
  gap: 1rem;
  max-width: 48rem;
}

.guide-copy-flow-wide {
  max-width: 48rem;
  margin-bottom: 1.6rem;
}

.guide-copy-flow p {
  margin: 0;
  color: var(--text);
  font-size: 1.1rem;
  line-height: 1.76;
}

.guide-evidence-rail {
  display: grid;
  gap: 0.85rem;
  border-left: 1px solid rgba(26, 26, 26, 0.34);
  padding-left: 1.2rem;
}

.guide-evidence-rail > p:not(.guide-link-label) {
  margin: 0;
  color: var(--secondary);
  font-size: 0.95rem;
  line-height: 1.56;
}

.guide-case-list {
  display: grid;
  gap: 0;
  margin: 0;
  padding: 0;
  list-style: none;
  border-top: 1px solid rgba(26, 26, 26, 0.2);
}

.guide-case-list a {
  display: grid;
  gap: 0.22rem;
  padding: 0.72rem 0;
  border-bottom: 1px solid rgba(26, 26, 26, 0.16);
  text-decoration: none;
}

.guide-case-list strong {
  color: var(--text);
  font-family: var(--display);
  font-size: 1.05rem;
  line-height: 1.12;
}

.guide-case-list small {
  display: block;
  color: var(--secondary);
  font-size: 0.9rem;
  line-height: 1.45;
}

.guide-color-ledger {
  display: grid;
  max-width: 68rem;
  border-top: 1px solid rgba(26, 26, 26, 0.45);
}

.guide-color-row {
  display: grid;
  grid-template-columns: 0.9rem minmax(0, 1fr);
  gap: 1.1rem;
  align-items: start;
  padding: 1.05rem 0;
  border-bottom: 1px solid rgba(26, 26, 26, 0.22);
}

.guide-color-signal {
  display: block;
  height: 100%;
  min-height: 4.8rem;
  border: 1px solid rgba(26, 26, 26, 0.28);
}

.guide-color-row:nth-child(1) .guide-color-signal {
  background: linear-gradient(#711522, #B71928, #E85B5B);
}

.guide-color-row:nth-child(2) .guide-color-signal {
  background: linear-gradient(#123A63, #2768A7, #7FA8C9);
}

.guide-color-row:nth-child(3) .guide-color-signal {
  background: linear-gradient(#175B3B, #3C8A55, #9CBF79);
}

.guide-color-row:nth-child(4) .guide-color-signal {
  background: linear-gradient(#F4B000, #FFD45A, #7A5A00);
}

.guide-color-row:nth-child(5) .guide-color-signal {
  background: linear-gradient(#C85B1E, #F47B20, #F0B06F);
}

.guide-color-row:nth-child(6) .guide-color-signal {
  background: linear-gradient(#4B1B68, #7A3FA0, #C6A0D8);
}

.guide-color-row:nth-child(7) .guide-color-signal {
  background: linear-gradient(#060606, #707070, #F5F2EA);
}

.guide-color-row:nth-child(8) .guide-color-signal {
  background: linear-gradient(#4B2F23, #8A613A, #C8A86F);
}

.guide-color-row:nth-child(9) .guide-color-signal {
  background: linear-gradient(#D5392A, #F4C23B, #2D7D46, #2C64B5);
}

.guide-color-copy {
  display: grid;
  gap: 0.3rem;
}

.guide-color-copy h3,
.guide-color-copy p {
  margin: 0;
}

.guide-color-copy h3 {
  color: var(--accent);
  font-family: var(--ui);
  font-size: 0.68rem;
  font-weight: 900;
  letter-spacing: 0.14em;
  line-height: 1.35;
  text-transform: uppercase;
}

.guide-color-copy h3 a {
  color: inherit;
  text-decoration: none;
}

.guide-color-copy strong {
  color: var(--text);
  font-family: var(--display);
  font-size: clamp(1.28rem, 2vw, 1.65rem);
  line-height: 1.08;
}

.guide-color-copy > p:nth-of-type(2) {
  max-width: 47rem;
  color: var(--secondary);
  font-size: 0.98rem;
  line-height: 1.58;
}

.guide-type-ledger {
  display: grid;
  max-width: 68rem;
  border-top: 1px solid rgba(26, 26, 26, 0.45);
}

.guide-type-row {
  display: grid;
  grid-template-columns: minmax(7.5rem, 0.18fr) minmax(0, 0.42fr) minmax(15rem, 0.4fr);
  gap: 1.25rem;
  align-items: start;
  padding: 1.25rem 0;
  border-bottom: 1px solid rgba(26, 26, 26, 0.22);
}

.guide-type-sample {
  display: grid;
  min-height: 8.5rem;
  align-content: end;
  border: 1px solid rgba(26, 26, 26, 0.34);
  background:
    linear-gradient(90deg, rgba(26, 26, 26, 0.05) 1px, transparent 1px) 0 0 / 1.2rem 1.2rem,
    var(--panel);
  padding: 0.8rem;
}

.guide-type-sample span {
  color: var(--text);
  font-family: var(--display);
  font-size: clamp(3rem, 6vw, 5.4rem);
  line-height: 0.82;
}

.guide-type-sample small,
.guide-type-copy h3 {
  color: var(--accent);
  font-family: var(--ui);
  font-size: 0.68rem;
  font-weight: 900;
  letter-spacing: 0.14em;
  line-height: 1.35;
  text-transform: uppercase;
}

.guide-type-sample small {
  display: block;
  margin-top: 0.55rem;
}

.guide-type-copy {
  display: grid;
  gap: 0.45rem;
}

.guide-type-copy h3,
.guide-type-copy p {
  margin: 0;
}

.guide-type-copy strong {
  color: var(--text);
  font-family: var(--display);
  font-size: clamp(1.28rem, 2vw, 1.65rem);
  line-height: 1.08;
}

.guide-type-copy p:last-child {
  color: var(--secondary);
  font-size: 0.98rem;
  line-height: 1.58;
}

.guide-row-action {
  display: inline-flex;
  width: fit-content;
  margin-top: 0.15rem;
  text-decoration: underline;
  text-underline-offset: 0.22rem;
}

.guide-principle-list {
  display: grid;
  max-width: 68rem;
  border-top: 1px solid rgba(26, 26, 26, 0.45);
}

.guide-principle-row {
  display: grid;
  grid-template-columns: 3rem minmax(0, 0.6fr) minmax(15rem, 0.4fr);
  gap: 1.3rem;
  align-items: start;
  padding: 1.25rem 0;
  border-bottom: 1px solid rgba(26, 26, 26, 0.22);
}

.guide-principle-row > p {
  margin: 0;
}

.guide-principle-copy {
  display: grid;
  gap: 0.55rem;
}

.guide-principle-copy h3 {
  margin: 0;
  font-size: clamp(1.55rem, 2.35vw, 2.1rem);
  line-height: 1.04;
}

.guide-principle-copy p {
  margin: 0;
  color: var(--secondary);
  font-size: 1rem;
  line-height: 1.62;
}

.guide-principle-evidence {
  display: grid;
  gap: 0.45rem;
}

.authority-definition {
  max-width: 64rem;
  margin: 0;
  border-top: 1px solid var(--rule);
  padding: 2.5rem 0;
}

.authority-definition h2 {
  margin: 0.4rem 0 1rem;
  font-size: clamp(2rem, 3vw, 3rem);
  line-height: 1;
}

.authority-definition blockquote {
  margin: 0;
  border-left: 0.35rem solid var(--accent);
  padding: 0.25rem 0 0.25rem 1.2rem;
}

.authority-definition blockquote p {
  margin: 0;
  color: var(--text);
  font-family: var(--display);
  font-size: clamp(1.28rem, 2vw, 1.85rem);
  line-height: 1.22;
}

.authority-reader-payoff {
  display: grid;
  grid-template-columns: minmax(13rem, 0.3fr) minmax(0, 0.7fr);
  gap: clamp(1.25rem, 4vw, 3.5rem);
  align-items: start;
  max-width: 72rem;
  margin: 0;
  border-top: 1px solid var(--rule);
  padding: clamp(1.35rem, 3vw, 2.25rem) 0;
}

.authority-reader-payoff h2 {
  max-width: 16ch;
  margin: 0.35rem 0 0;
  font-size: clamp(1.65rem, 2.4vw, 2.45rem);
  line-height: 1.06;
  text-wrap: balance;
}

.authority-reader-payoff ul {
  display: grid;
  gap: 0;
  max-width: 46rem;
  margin: 0;
  padding: 0;
  list-style: none;
  border-top: 1px solid rgba(26, 26, 26, 0.4);
}

.authority-reader-payoff li {
  padding: 0.85rem 0;
  border-bottom: 1px solid rgba(26, 26, 26, 0.18);
  color: var(--text);
  font-family: var(--display);
  font-size: clamp(1.05rem, 1.35vw, 1.26rem);
  line-height: 1.28;
}

.authority-field-note {
  max-width: 54rem;
  margin: 0;
  border-top: 0.22rem solid var(--accent);
  border-bottom: 1px solid var(--rule);
  padding: clamp(1.15rem, 2.4vw, 1.75rem) 0;
}

.authority-field-note h2 {
  max-width: 18ch;
  margin: 0.35rem 0 0.75rem;
  font-size: clamp(1.7rem, 2.6vw, 2.75rem);
  line-height: 1;
  text-wrap: balance;
}

.authority-field-note p:not(.eyebrow) {
  max-width: 38rem;
  margin: 0.35rem 0 0;
  color: var(--text);
  font-family: var(--display);
  font-size: clamp(1.12rem, 1.55vw, 1.42rem);
  line-height: 1.3;
}

.authority-visual-evidence {
  max-width: 76rem;
  margin: 0;
  border-top: 1px solid var(--rule);
  padding: clamp(1.6rem, 3.8vw, 3rem) 0;
}

.authority-visual-evidence-head {
  display: grid;
  gap: 0.55rem;
  max-width: 44rem;
  margin-bottom: clamp(1.1rem, 2.5vw, 1.8rem);
}

.authority-visual-evidence-head h2 {
  max-width: 18ch;
  margin: 0;
  font-size: clamp(1.9rem, 3vw, 3.1rem);
  line-height: 1;
  text-wrap: balance;
}

.authority-visual-evidence-head p:not(.eyebrow) {
  margin: 0;
  color: var(--secondary);
  font-size: clamp(1.03rem, 1.3vw, 1.22rem);
  line-height: 1.6;
}

.authority-visual-evidence-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: clamp(1rem, 2.4vw, 1.5rem);
}

.authority-visual-evidence figure {
  margin: 0;
  border-top: 1px solid rgba(26, 26, 26, 0.45);
  padding-top: 0.85rem;
}

.authority-visual-evidence img {
  display: block;
  width: 100%;
  aspect-ratio: 16 / 10;
  object-fit: cover;
  border: 1px solid rgba(26, 26, 26, 0.16);
  background: var(--paper);
}

.authority-visual-evidence figcaption {
  display: grid;
  gap: 0.35rem;
  margin-top: 0.75rem;
  color: var(--secondary);
  font-size: 0.95rem;
  line-height: 1.45;
}

.authority-visual-evidence figcaption strong {
  color: var(--accent);
  font-family: var(--ui);
  font-size: 0.72rem;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

.authority-source-trail ol {
  gap: 1rem;
}

.authority-source-trail li p {
  margin: 0.35rem 0 0;
  color: var(--secondary);
  font-size: 0.98rem;
  line-height: 1.55;
}

.guide-definition {
  max-width: 58rem;
  padding: 2rem 0;
}

.guide-definition h2 {
  font-size: clamp(1.7rem, 2.4vw, 2.35rem);
}

.guide-definition blockquote p {
  font-size: clamp(1.14rem, 1.55vw, 1.42rem);
  line-height: 1.34;
}

.guide-definition-proof {
  margin: 0.95rem 0 0;
  color: var(--secondary);
  font-size: 0.9rem;
  line-height: 1.55;
}

.guide-definition-proof a {
  color: var(--text);
  text-decoration-thickness: 1px;
  text-underline-offset: 0.18em;
}

.authority-checklist {
  display: grid;
  max-width: 58rem;
  margin: 0;
  padding: 0;
  list-style: none;
  border-top: 1px solid rgba(26, 26, 26, 0.45);
  counter-reset: authority-check;
}

.authority-checklist li {
  counter-increment: authority-check;
  display: grid;
  grid-template-columns: 3rem minmax(0, 1fr);
  gap: 1rem;
  padding: 0.9rem 0;
  border-bottom: 1px solid rgba(26, 26, 26, 0.22);
  color: var(--text);
  font-size: 1.04rem;
  line-height: 1.55;
}

.authority-checklist li::before {
  content: counter(authority-check, decimal-leading-zero);
  color: var(--accent);
  font-family: var(--ui);
  font-size: 0.68rem;
  font-weight: 900;
  letter-spacing: 0.14em;
  line-height: 1.6;
}

.authority-case-list .guide-principle-copy h3 a {
  color: inherit;
  text-decoration-thickness: 1px;
  text-underline-offset: 0.16em;
}

.authority-reading-section {
  display: grid;
  grid-template-columns: minmax(13rem, 0.3fr) minmax(0, 0.7fr);
  gap: clamp(1.25rem, 4vw, 3.5rem);
  align-items: start;
  max-width: 72rem;
  margin: 0;
  border-top: 1px solid var(--rule);
  padding: clamp(1.7rem, 3.8vw, 3rem) 0;
}

.authority-section-kicker {
  display: grid;
  gap: 0.55rem;
  align-content: start;
}

.authority-section-kicker .eyebrow {
  margin: 0;
  color: var(--accent);
  font-family: var(--ui);
  font-size: 0.72rem;
  font-weight: 900;
  letter-spacing: 0.16em;
  line-height: 1.3;
  text-transform: uppercase;
}

.authority-reading-section h2 {
  max-width: 14ch;
  margin: 0;
  font-size: clamp(1.9rem, 2.8vw, 3rem);
  line-height: 1.03;
  overflow-wrap: break-word;
  text-wrap: balance;
}

.authority-section-body {
  display: grid;
  gap: 1.35rem;
  min-width: 0;
  max-width: 54rem;
}

.authority-section-intro {
  display: grid;
  gap: 0.75rem;
  max-width: 46rem;
}

.authority-section-intro p {
  margin: 0;
  color: var(--secondary);
  font-size: clamp(1.05rem, 1.35vw, 1.24rem);
  line-height: 1.64;
}

.authority-section-content {
  min-width: 0;
}

.authority-reading-section .authority-case-list {
  max-width: 100%;
}

.authority-reading-section .authority-checklist {
  max-width: 46rem;
}

.authority-table-wrap {
  max-width: 100%;
  overflow-x: auto;
  border-top: 1px solid rgba(26, 26, 26, 0.45);
}

.authority-proof-outro {
  max-width: 42rem;
  margin: 1.1rem 0 0;
  color: var(--text);
  font-family: var(--display);
  font-size: clamp(1.12rem, 1.5vw, 1.38rem);
  line-height: 1.28;
}

.authority-comparison-table {
  width: 100%;
  min-width: 42rem;
  border-collapse: collapse;
  color: var(--text);
  font-size: 0.98rem;
  line-height: 1.5;
}

.authority-comparison-table th,
.authority-comparison-table td {
  padding: 0.85rem 1rem 0.85rem 0;
  border-bottom: 1px solid rgba(26, 26, 26, 0.2);
  text-align: left;
  vertical-align: top;
}

.authority-comparison-table th {
  color: var(--accent);
  font-family: var(--ui);
  font-size: 0.68rem;
  font-weight: 900;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

.authority-framework-list {
  display: grid;
  gap: 0;
  max-width: 46rem;
  margin: 0;
  padding: 0;
  list-style: none;
  border-top: 1px solid rgba(26, 26, 26, 0.45);
}

.authority-framework-list li {
  display: grid;
  grid-template-columns: minmax(8rem, 0.34fr) minmax(0, 0.66fr);
  gap: 1rem;
  padding: 1rem 0;
  border-bottom: 1px solid rgba(26, 26, 26, 0.2);
}

.authority-framework-list strong {
  color: var(--text);
  font-family: var(--display);
  font-size: 1.08rem;
  line-height: 1.2;
}

.authority-framework-list span {
  color: var(--secondary);
  font-size: 0.98rem;
  line-height: 1.55;
}

.authority-mistake-list {
  display: grid;
  gap: 0.85rem;
  max-width: 46rem;
}

.authority-mistake-list article {
  border-top: 1px solid rgba(26, 26, 26, 0.25);
  padding-top: 0.85rem;
}

.authority-mistake-list h3 {
  margin: 0 0 0.35rem;
  color: var(--text);
  font-size: 1.12rem;
  line-height: 1.2;
}

.authority-mistake-list p {
  margin: 0;
  color: var(--secondary);
  font-size: 0.98rem;
  line-height: 1.55;
}

.guide-topic-grid,
.guide-section,
.guide-next-files,
.guide-article .faq-block {
  max-width: 72rem;
  margin: 0;
  border-top: 1px solid var(--rule);
  padding: 2.4rem 0;
}

.guide-article .faq-block {
  max-width: 58rem;
}

.guide-section-heading {
  display: grid;
  grid-template-columns: minmax(24rem, 0.46fr) minmax(20rem, 0.54fr);
  gap: 2.25rem;
  align-items: start;
  max-width: 68rem;
  margin-bottom: 1.55rem;
}

.guide-section-heading .eyebrow {
  margin: 0 0 0.5rem;
  color: var(--accent);
  font-family: var(--ui);
  font-size: 0.72rem;
  font-weight: 900;
  letter-spacing: 0.16em;
  line-height: 1.3;
  text-transform: uppercase;
}

.guide-section-heading h2 {
  max-width: 100%;
  margin: 0;
  font-size: clamp(2.25rem, 4vw, 3.55rem);
  line-height: 1;
  overflow-wrap: anywhere;
  text-wrap: balance;
}

.guide-section-intro {
  display: grid;
  gap: 0.75rem;
  max-width: 42rem;
  min-width: 0;
  padding-top: 0.18rem;
}

.guide-section-intro p {
  margin: 0;
  color: var(--secondary);
  font-size: 1.12rem;
  line-height: 1.66;
}

.guide-topic-cards,
.color-family-grid,
.guide-decision-grid {
  display: grid;
  border-top: 1px solid var(--rule);
  border-left: 1px solid var(--rule);
}

.guide-topic-cards {
  grid-template-columns: repeat(2, minmax(0, 1fr));
}

.color-family-grid,
.guide-decision-grid {
  grid-template-columns: repeat(3, minmax(0, 1fr));
}

.guide-topic-cards a,
.color-family-card,
.guide-decision-grid article {
  min-width: 0;
  border-right: 1px solid var(--rule);
  border-bottom: 1px solid var(--rule);
  padding: 1.35rem;
  background:
    linear-gradient(90deg, rgba(15, 15, 15, 0.02) 1px, transparent 1px) 0 0 / 4.5rem 4.5rem,
    var(--background);
  text-decoration: none;
}

.guide-topic-cards a {
  display: grid;
  align-content: start;
  min-height: 17rem;
}

.guide-topic-cards p,
.color-family-card span,
.guide-example-links span,
.guide-link-label {
  margin: 0;
  color: var(--accent);
  font-family: var(--ui);
  font-size: 0.68rem;
  font-weight: 900;
  letter-spacing: 0.14em;
  line-height: 1.35;
  text-transform: uppercase;
}

.guide-topic-cards h3,
.guide-decision-grid h3 {
  margin: 0.65rem 0 0.8rem;
  font-size: 1.75rem;
  line-height: 1.05;
}

.guide-topic-cards span,
.guide-decision-grid p,
.color-family-card p,
.guide-example-links small,
.guide-next-files li {
  color: var(--secondary);
  font-size: 1rem;
  line-height: 1.58;
}

.color-family-card::before {
  content: "";
  display: block;
  height: 0.72rem;
  margin-bottom: 1rem;
  border: 1px solid rgba(26, 26, 26, 0.32);
}

.color-family-card:nth-child(1)::before {
  background: linear-gradient(90deg, #711522, #B71928, #E85B5B);
}

.color-family-card:nth-child(2)::before {
  background: linear-gradient(90deg, #123A63, #2768A7, #7FA8C9);
}

.color-family-card:nth-child(3)::before {
  background: linear-gradient(90deg, #175B3B, #3C8A55, #9CBF79);
}

.color-family-card:nth-child(4)::before {
  background: linear-gradient(90deg, #F4B000, #FFD45A, #7A5A00);
}

.color-family-card:nth-child(5)::before {
  background: linear-gradient(90deg, #C85B1E, #F47B20, #F0B06F);
}

.color-family-card:nth-child(6)::before {
  background: linear-gradient(90deg, #4B1B68, #7A3FA0, #C6A0D8);
}

.color-family-card:nth-child(7)::before {
  background: linear-gradient(90deg, #060606, #707070, #F5F2EA);
}

.color-family-card:nth-child(8)::before {
  background: linear-gradient(90deg, #4B2F23, #8A613A, #C8A86F);
}

.color-family-card:nth-child(9)::before {
  background: linear-gradient(90deg, #D5392A, #F4C23B, #2D7D46, #2C64B5);
}

.color-family-card > div:first-child {
  display: grid;
  gap: 0.4rem;
  margin-bottom: 1rem;
}

.color-family-card > div:first-child p {
  margin: 0;
  color: var(--text);
  font-family: var(--display);
  font-size: 1.48rem;
  line-height: 1.08;
}

.color-family-card > p {
  margin: 0;
}

.guide-example-links {
  display: grid;
  gap: 0;
  margin-top: 1rem;
  border-top: 1px solid rgba(26, 26, 26, 0.34);
}

.guide-section > .guide-example-links {
  max-width: 58rem;
  margin-top: 1.25rem;
  border: 1px solid rgba(26, 26, 26, 0.42);
  background: var(--panel);
  padding: 0 1rem;
}

.guide-link-label {
  padding: 0.82rem 0 0.1rem;
}

.guide-family-link {
  display: inline-flex;
  width: fit-content;
  margin-top: 1rem;
  color: var(--accent);
  font-family: var(--ui);
  font-size: 0.74rem;
  font-weight: 900;
  letter-spacing: 0.1em;
  line-height: 1.3;
  text-decoration: underline;
  text-transform: uppercase;
  text-underline-offset: 0.22rem;
}

.guide-example-links a {
  display: grid;
  gap: 0.25rem;
  padding: 0.72rem 0;
  border-bottom: 1px solid rgba(26, 26, 26, 0.18);
  text-decoration: none;
}

.guide-example-links small {
  display: block;
}

.guide-decision-grid-wide article {
  min-height: 19rem;
}

.guide-decision-grid article > p {
  margin: 0;
}

.guide-next-files {
  display: grid;
  grid-template-columns: minmax(0, 0.38fr) minmax(0, 0.62fr);
  gap: 2rem;
  align-items: start;
}

.guide-next-files h2 {
  margin-top: 0.45rem;
  font-size: 3rem;
  line-height: 0.98;
}

.guide-next-files ol {
  display: grid;
  gap: 0.85rem;
  margin: 0;
  padding-left: 1.2rem;
}

.guide-next-files strong {
  color: var(--accent);
  font-family: var(--ui);
  font-size: 0.78rem;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

@media (max-width: 900px) {
  .core-header .masthead-wordmark {
    font-size: 3.8rem;
  }

  .page-hero,
  .case-row,
  .search-form,
  .search-layout,
  .search-result,
  .language-entry,
  .language-entry dl,
  .guide-contents,
  .authority-reader-payoff,
  .authority-reading-section,
  .authority-visual-evidence-grid,
  .guide-section-heading,
  .guide-prose-grid,
  .guide-principle-row,
  .guide-type-row,
  .guide-next-files,
  .archive-status-board,
  .archive-reader-rail,
  .search-room-strip,
  .collection-shelf-note,
  .catalogue-note,
  .object-counter-rule,
  .future-objects,
  .object-room-hero,
  .object-accession-strip,
  .object-cabinet-heading,
  .object-feature,
  .status-signal-board,
  .country-candidate-panel,
  .brand-index-tools,
  .case-file-hero,
  .answer-summary,
  .takeaways,
  .related-cases,
  .archive-object-callout,
  .simple-commercial-bridge,
  .article-comparison > div,
  .article-supporting-visuals > div {
    grid-template-columns: 1fr;
  }

  .search-heading {
    display: grid;
  }

  .search-form p {
    grid-column: auto;
  }

  .search-filters {
    position: static;
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    border-left: 1px solid rgba(26, 26, 26, 0.48);
  }

  .search-filters button {
    border-right: 1px solid rgba(26, 26, 26, 0.48);
  }

  .article-comparison > div > div {
    border-right: 0;
    border-bottom: 1px solid rgba(26, 26, 26, 0.42);
  }

  .article-comparison > div > div:last-child {
    border-bottom: 0;
  }

  .case-file-hero {
    grid-template-areas:
      "copy"
      "proof"
      "ledger";
    align-items: start;
  }

  .case-file-hero::before {
    top: 1.5rem;
  }

  .case-file-hero > figure {
    width: 100%;
    min-height: 0;
  }

  .case-file-hero .article-comparison > div {
    grid-template-columns: minmax(14rem, 0.75fr) minmax(0, 1.25fr);
    grid-template-rows: none;
    height: auto;
  }

  .case-file-ledger {
    align-self: stretch;
  }

  .case-file-ledger dl {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .case-file-ledger dl > div:nth-child(2n) {
    border-right: 0;
  }

  .case-file-ledger dl > div:nth-last-child(n + 3) {
    border-bottom: 1px solid rgba(26, 26, 26, 0.38);
  }

  .answer-summary,
  .takeaways,
  .archive-object-callout {
    gap: 0.9rem;
  }

  .archive-object-actions {
    justify-content: flex-start;
  }

  .page-hero h1,
  .case-article > header h1 {
    font-size: 3.2rem;
  }

  .page-hero img {
    min-height: 18rem;
  }

  .search-page .page-hero {
    padding: 2rem 0 1.25rem;
  }

  .search-page .page-hero img {
    min-height: 12rem;
    max-height: 14rem;
  }

  .search-hero .search-form {
    grid-template-columns: 1fr;
  }

  .case-thumb {
    height: 14rem;
  }

  .archive-status-board h2 {
    font-size: 2.8rem;
  }

  .status-signal-copy {
    border-right: 0;
    border-bottom: 1px solid var(--rule);
  }

  .object-hero-card {
    min-height: 0;
  }

  .object-feature-copy {
    min-height: 0;
  }

  .country-candidate-panel > div:first-child {
    border-right: 0;
    border-bottom: 1px solid var(--rule);
  }

  .brand-index-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .guide-evidence-rail {
    border-top: 1px solid rgba(26, 26, 26, 0.24);
    border-left: 0;
    padding-top: 1rem;
    padding-left: 0;
  }

  .guide-principle-row {
    gap: 0.85rem;
  }

  .guide-topic-cards,
  .color-family-grid,
  .simple-brand-card-grid,
  .simple-builder-list,
  .guide-decision-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media (max-width: 560px) {
  .core-page {
    overflow-x: hidden;
  }

  .page-shell {
    overflow-x: hidden;
    padding-left: 1rem;
    padding-right: 1rem;
  }

	  .core-header .masthead-wordmark {
	    font-size: clamp(2rem, 9.5vw, 2.35rem);
	    line-height: 0.98;
	  }

	  .core-header .issue-line {
	    grid-template-columns: 1fr auto;
	    gap: 0.5rem;
	    padding: 0.42rem 0;
	    font-size: 0.54rem;
	    letter-spacing: 0.08em;
	  }

	  .core-header .issue-line span:nth-child(2) {
	    display: none;
	  }

	  .core-header .masthead-link {
	    padding: 0.62rem 0 0.72rem;
	  }

	  .core-header .primary-nav {
	    display: flex;
	    grid-template-columns: none;
	    flex-wrap: wrap;
	    gap: 0.55rem 0.85rem;
	    overflow-x: visible;
	    padding: 0.58rem 0;
	    font-size: 0.58rem;
	    letter-spacing: 0.08em;
	    scrollbar-width: auto;
	    white-space: normal;
	  }

	  .core-header .primary-nav::-webkit-scrollbar {
	    display: none;
	  }

  .simple-brand-card-grid,
  .simple-builder-list {
    grid-template-columns: 1fr;
  }

  .simple-brand-card-section,
  .simple-builder-section,
  .simple-commercial-bridge {
    padding: 2.4rem 0;
  }

  .simple-brand-card-grid div {
    min-height: 0;
  }

	  .page-hero h1,
	  .case-article > header h1 {
	    font-size: clamp(1.82rem, 7.6vw, 2.05rem);
	    line-height: 1.02;
	  }

  .page-hero,
  .page-hero > div,
  .page-hero h1,
  .page-hero p,
  .guide-article,
  .guide-contents,
  .authority-reader-payoff,
  .guide-reading-section,
  .authority-reading-section,
  .authority-section-kicker,
  .authority-section-body,
  .authority-section-intro,
  .authority-section-content,
  .authority-visual-evidence,
  .authority-visual-evidence-grid,
  .guide-contents-links,
  .guide-contents-links a,
  .guide-topic-grid,
  .guide-section,
  .guide-next-files,
  .guide-article .faq-block,
  .guide-section-heading,
  .guide-section-heading h2,
  .guide-section-heading p,
  .guide-section-intro,
  .guide-section-intro p,
  .guide-prose-grid,
  .guide-copy-flow,
  .guide-evidence-rail,
  .guide-case-list,
  .guide-color-ledger,
  .guide-color-row,
  .guide-color-copy,
  .guide-type-ledger,
  .guide-type-row,
  .guide-type-sample,
  .guide-type-copy,
  .guide-principle-list,
  .guide-principle-row,
  .guide-principle-copy,
  .guide-principle-evidence,
  .guide-topic-cards,
  .guide-topic-cards a,
  .color-family-grid,
  .color-family-card,
  .guide-decision-grid,
  .guide-decision-grid article,
  .guide-example-links,
  .guide-link-label,
  .archive-reader-rail,
  .archive-reader-rail a,
  .search-room-strip,
  .search-room-strip article,
  .collection-shelf-note,
  .collection-shelf-note h2,
  .collection-shelf-note p,
  .catalogue-note,
  .catalogue-note h2,
  .catalogue-note p,
  .object-counter-rule,
  .object-counter-rule h2,
  .object-counter-rule p,
  .object-room-hero,
  .object-hero-card,
  .object-accession-strip,
  .object-cabinet,
  .object-cabinet-heading,
  .object-cabinet-heading h2,
  .object-feature,
  .object-feature-copy,
  .object-feature h3,
  .object-feature-copy p,
  .object-display,
  .object-ledger,
  .future-objects,
  .future-objects h2,
  .future-objects p,
  .archive-search,
  .search-heading,
  .search-heading h2,
  .search-form,
  .search-form > div,
  .search-form input,
  .search-layout,
  .search-filters,
  .search-results,
  .search-result,
  .search-result > div,
  .search-result h2,
  .search-result p,
  .search-empty,
  .archive-status-note,
  .archive-status-note h2,
  .archive-status-note p,
  .archive-status-board,
  .status-signal-board,
  .status-signal-copy,
  .status-signal-grid,
  .status-signal-grid article,
  .status-signal-grid small,
  .status-signal-board .status-nav,
  .country-scoreboard,
  .country-score-card,
  .country-lane-grid,
  .country-lane-card,
  .country-candidate-panel,
  .country-candidate-panel > div,
  .country-candidate-list,
  .country-candidate-link,
  .brand-index-tools,
  .case-list,
  .case-row,
  .case-row h2,
  .case-row p,
  .pagination-nav,
  .pagination-nav p,
  .pagination-nav div,
  .answer-summary,
  .answer-summary h2,
  .answer-summary p,
  .brand-index-grid,
  .brand-index-grid a {
    width: min(100%, 23rem);
    max-width: min(100%, 23rem);
    margin-left: 0;
    margin-right: 0;
    overflow-wrap: break-word;
  }

  .status-signal-grid,
  .status-signal-board .status-nav,
  .country-scoreboard,
  .country-lane-grid,
  .object-ledger {
    grid-template-columns: 1fr;
  }

  .object-ledger div,
  .object-ledger div:nth-child(2n),
  .object-ledger div:nth-last-child(-n + 2) {
    min-height: 7.2rem;
    border-right: 0;
    border-bottom: 1px solid rgba(26, 26, 26, 0.38);
  }

  .object-ledger div:last-child {
    border-bottom: 0;
  }

  .country-candidate-list,
  .country-candidate-list-detail {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .country-candidate-link {
    min-height: 4.2rem;
    padding: 0.62rem;
  }

  .country-candidate-link span {
    font-size: 1.12rem;
  }

  .country-candidate-link small {
    font-size: 0.66rem;
  }

  .status-signal-grid article,
  .status-signal-board .status-nav a {
    border-right: 0;
    border-bottom: 1px solid rgba(26, 26, 26, 0.38);
  }

  .status-signal-grid article:last-child,
  .status-signal-board .status-nav a:last-child {
    border-bottom: 0;
  }

  .case-article .answer-summary {
    box-sizing: border-box;
    grid-template-columns: minmax(0, 1fr);
    padding: 1.15rem !important;
  }

  .case-article .answer-summary h2,
  .case-article .answer-summary p {
    width: 100%;
    max-width: 100%;
  }

	  .case-article,
	  .case-article > header,
	  .case-article section,
	  .case-article figure,
	  .case-file-hero > figure,
	  .case-article .answer-summary,
	  .takeaways,
	  .case-file-hero,
  .case-file-ledger,
  .case-file-label,
  .case-file-ledger dl,
  .case-file-ledger dl > div,
  .brand-fact-panel,
  .brand-fact-panel-head,
  .brand-fact-panel dl,
  .brand-fact-panel dl > div,
  .related-cases,
  .archive-object-callout {
    width: min(100%, 23rem);
    max-width: min(100%, 23rem);
    margin-left: 0;
    margin-right: 0;
  }

	  .case-file-ledger dl {
	    grid-template-columns: repeat(2, minmax(0, 1fr));
	  }

	  .brand-fact-panel {
	    grid-template-columns: 1fr;
	    gap: 1rem;
	  }

	  .brand-fact-panel dl > div {
	    grid-template-columns: 1fr;
	    gap: 0.35rem;
	  }

	  .case-file-hero .article-comparison > div {
	    grid-template-columns: 1fr;
	    grid-template-rows: minmax(6.8rem, 7.4rem) minmax(12.5rem, 14.5rem);
	  }

	  .case-file-ledger dl > div,
	  .case-file-ledger dl > div:nth-child(2n),
	  .case-file-ledger dl > div:nth-last-child(-n + 2) {
	    border-right: 1px solid rgba(26, 26, 26, 0.38);
	    border-bottom: 1px solid rgba(26, 26, 26, 0.38);
	  }

	  .case-file-ledger dl > div:nth-child(2n) {
	    border-right: 0;
	  }

	  .case-file-ledger dl > div:nth-last-child(-n + 2) {
	    border-bottom: 0;
	  }

	  .case-file-ledger dl > div:last-child {
	    border-right: 0;
	    border-bottom: 0;
	  }

  .takeaways li {
    padding-left: 2.7rem;
  }

  .archive-object-actions {
    min-width: 0;
  }

  .archive-object-actions a {
    width: 100%;
  }

  .case-article h1,
  .case-article h2,
  .case-article p,
  .case-article li,
  .case-article figcaption {
    max-width: min(100%, 23rem);
  }

  .case-article > header h1 {
    font-size: clamp(1.82rem, 7.6vw, 2.05rem);
    line-height: 1.02;
  }

	  .case-article > header {
	    padding: 2.2rem 0 1.6rem;
	  }

	  .case-file-hero {
	    grid-template-areas:
	      "copy"
	      "proof"
	      "ledger";
	    gap: 1rem;
	  }

	  .case-file-hero::before {
	    top: 0;
	    width: 5.4rem;
	  }

	  .case-hero-copy {
	    padding-top: 0;
	  }

	  .case-article .eyebrow {
	    font-size: 0.66rem;
	    letter-spacing: 0.08em;
	    line-height: 1.4;
	  }

	  .case-hero-copy > p:not(.eyebrow) {
	    margin-top: 0.75rem;
	    font-size: 0.92rem;
	    line-height: 1.46;
	  }

	  .article-meta {
	    margin-top: 0.8rem;
	    font-size: 0.68rem;
	  }

	  .case-file-label {
	    padding: 0.58rem 0.68rem;
	    font-size: 0.62rem;
	    letter-spacing: 0.12em;
	  }

	  .case-file-ledger dl > div {
	    padding: 0.62rem 0.68rem 0.7rem;
	  }

	  .case-file-ledger dt {
	    font-size: 0.58rem;
	  }

	  .case-file-ledger dd {
	    font-size: 1.06rem;
	    line-height: 1.02;
	  }

	  .article-comparison > div > div {
	    padding: 0.75rem;
	  }

	  .article-comparison img {
	    height: auto;
	    min-height: 10rem;
	    padding: 1.15rem;
	  }

	  .case-file-hero .article-comparison img {
	    height: 100%;
	    min-height: 0;
	    padding: 0.82rem;
	  }

	  .case-file-hero .article-comparison > div > div:last-child img {
	    height: 100%;
	    padding: 0;
	  }

  .search-form > div {
    grid-template-columns: 1fr;
  }

  .search-form button {
    border-top: 1px solid rgba(26, 26, 26, 0.72);
    border-left: 0;
  }

  .search-filters {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .search-heading h2,
  .search-result h2 {
    font-size: 2.15rem;
  }

  .brand-index-grid {
    grid-template-columns: 1fr;
  }

  .guide-contents h2,
  .authority-reading-section h2,
  .guide-section-heading h2,
  .guide-next-files h2 {
    font-size: 2.1rem;
  }

  .guide-contents-links a {
    grid-template-columns: 1fr;
    gap: 0.35rem;
  }

  .guide-contents-links p:not(.guide-contents-label) {
    grid-column: auto;
  }

  .authority-table-wrap {
    overflow-x: visible;
  }

  .authority-comparison-table {
    display: block;
    min-width: 0;
    width: 100%;
  }

  .authority-comparison-table thead {
    position: absolute;
    width: 1px;
    height: 1px;
    overflow: hidden;
    clip: rect(0 0 0 0);
    white-space: nowrap;
  }

  .authority-comparison-table tbody,
  .authority-comparison-table tr,
  .authority-comparison-table td {
    display: block;
    width: 100%;
  }

  .authority-comparison-table tr {
    padding: 0.95rem 0;
    border-bottom: 1px solid rgba(26, 26, 26, 0.2);
  }

  .authority-comparison-table td {
    padding: 0.16rem 0;
    border-bottom: 0;
  }

  .authority-comparison-table td:first-child {
    padding-bottom: 0.42rem;
    color: var(--accent);
    font-family: var(--ui);
    font-size: 0.68rem;
    font-weight: 900;
    letter-spacing: 0.1em;
    text-transform: uppercase;
  }

  .guide-color-row {
    grid-template-columns: 0.75rem minmax(0, 1fr);
    gap: 0.85rem;
  }

  .guide-row-action {
    justify-self: start;
  }

  .guide-type-row {
    grid-template-columns: 1fr;
  }

  .guide-type-sample {
    min-height: 6.8rem;
  }

  .guide-principle-row {
    grid-template-columns: 1fr;
  }

  .guide-topic-cards,
  .color-family-grid,
  .guide-decision-grid {
    grid-template-columns: 1fr;
  }

  .guide-topic-cards a {
    min-height: 0;
  }

}

@media (max-width: 380px) {
  .masthead-wordmark {
    font-size: 2.3rem;
  }

  h1 {
    font-size: 2.08rem;
  }

  .case-article > header h1 {
    font-size: 1.9rem;
  }
}

/* =====================================================================
   Submit-a-Case page (Path B, single $500 tier, Web3Forms integration)
   ===================================================================== */

.page-hero .lead-italic {
  max-width: 48rem;
  margin: 1.2rem 0 0;
  color: var(--secondary);
  font-family: var(--display);
  font-style: italic;
  font-size: 1.5rem;
  line-height: 1.4;
}

.submit-hero {
  min-height: 32rem;
}

.submit-hero .lead-italic {
  max-width: 42rem;
}

.submission-frame {
  display: grid;
  grid-template-columns: minmax(0, 1.05fr) minmax(20rem, 0.58fr);
  gap: 0;
  max-width: 92rem;
  margin: 0 auto;
  border-top: 1px solid var(--rule);
  border-left: 1px solid var(--rule);
}

.submission-frame > div,
.submission-price-panel {
  border-right: 1px solid var(--rule);
  border-bottom: 1px solid var(--rule);
  padding: 1.6rem;
}

.submission-frame h2 {
  max-width: 44rem;
  margin-top: 0.6rem;
  font-size: 3.8rem;
}

.submission-frame h2 span {
  display: block;
}

.submission-frame .rhythm-stack {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  margin: 1.5rem 0 0;
  border-top: 1px solid rgba(26, 26, 26, 0.42);
  border-left: 1px solid rgba(26, 26, 26, 0.42);
  font-family: var(--display);
  font-size: 1.7rem;
  line-height: 1.08;
}

.submission-frame .rhythm-stack p {
  min-height: 5.6rem;
  margin: 0;
  border-right: 1px solid rgba(26, 26, 26, 0.42);
  border-bottom: 1px solid rgba(26, 26, 26, 0.42);
  padding: 1rem;
}

.submission-price-panel {
  display: grid;
  align-content: start;
  background:
    linear-gradient(90deg, rgba(15, 15, 15, 0.035) 1px, transparent 1px) 0 0 / 4.5rem 4.5rem,
    var(--panel);
}

.submission-price-panel p,
.submission-price-panel span,
.submission-price-panel li,
.submission-form-copy p,
.gyb-submission-form .field-label,
.gyb-submit-btn {
  font-family: var(--ui);
}

.submission-price-panel p {
  margin: 0 0 0.5rem;
  color: var(--accent);
  font-size: 0.74rem;
  font-weight: 900;
  letter-spacing: 0.14em;
  text-transform: uppercase;
}

.submission-price-panel strong {
  color: var(--accent);
  font-family: var(--display);
  font-size: 6.2rem;
  font-weight: 500;
  line-height: 0.86;
}

.submission-price-panel span {
  display: block;
  margin-top: 1rem;
  color: var(--secondary);
  font-size: 0.78rem;
  font-weight: 900;
  letter-spacing: 0.1em;
  line-height: 1.45;
  text-transform: uppercase;
}

.submission-price-panel ul {
  display: grid;
  gap: 0.6rem;
  margin: 1.3rem 0 0;
  padding-left: 1.1rem;
}

.submission-price-panel li {
  color: var(--secondary);
  font-size: 0.9rem;
  font-weight: 700;
  line-height: 1.45;
}

.submission-copy {
  grid-template-columns: repeat(3, minmax(0, 1fr));
  max-width: 92rem;
  gap: 0;
  border-left: 1px solid var(--rule);
  padding: 0;
}

.submission-copy article {
  border-top: 1px solid var(--rule);
  border-right: 1px solid var(--rule);
  border-bottom: 1px solid var(--rule);
  padding: 1.35rem;
}

.submission-copy h2 {
  font-size: 2.2rem;
}

.submission-form-block {
  display: grid;
  grid-template-columns: minmax(0, 0.48fr) minmax(0, 0.82fr);
  gap: 2rem;
  align-items: start;
  max-width: 92rem;
  margin: 0 auto;
  border-bottom: 1px solid var(--rule);
  padding: 3rem 0;
}

.submission-form-copy {
  position: sticky;
  top: 1rem;
  min-width: 0;
}

.submission-form-copy h2 {
  margin-top: 0.6rem;
  font-size: 3.6rem;
}

.submission-form-copy p:last-child {
  max-width: 28rem;
  color: var(--secondary);
  font-size: 1.06rem;
  line-height: 1.58;
}

.submission-form-block .gyb-submission-form {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 1.1rem;
  margin: 0;
  padding: 1.2rem;
  border: 1px solid var(--rule);
  background:
    linear-gradient(90deg, rgba(15, 15, 15, 0.03) 1px, transparent 1px) 0 0 / 4.5rem 4.5rem,
    var(--paper);
  box-shadow: 0 1.1rem 3rem rgba(15, 15, 15, 0.08);
}

.gyb-submission-form .full-field,
.gyb-submit-btn,
.gyb-submission-form .form-followup {
  grid-column: 1 / -1;
}

.gyb-submission-form .gyb-honeypot {
  position: absolute;
  left: -9999px;
  width: 0;
  height: 0;
  opacity: 0;
  pointer-events: none;
}

.gyb-submission-form label {
  display: grid;
  gap: 0.4rem;
  align-content: start;
  min-width: 0;
  color: var(--text);
}

.gyb-submission-form .field-label {
  font-family: var(--ui);
  font-size: 0.78rem;
  font-weight: 700;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.gyb-submission-form .req {
  margin-left: 0.4rem;
  color: var(--accent-alt);
  font-size: 0.66rem;
  letter-spacing: 0.1em;
  text-transform: uppercase;
}

.gyb-submission-form .opt {
  margin-left: 0.4rem;
  color: var(--muted);
  font-size: 0.66rem;
  letter-spacing: 0.1em;
  text-transform: uppercase;
}

.gyb-submission-form input[type="text"],
.gyb-submission-form input[type="email"],
.gyb-submission-form input[type="url"],
.gyb-submission-form select,
.gyb-submission-form textarea {
  width: 100%;
  padding: 0.78rem 0.9rem;
  border: 1px solid rgba(26, 26, 26, 0.55);
  background: var(--background);
  color: var(--text);
  font-family: var(--body);
  font-size: 1rem;
  line-height: 1.4;
}

.gyb-submission-form select {
  min-height: 3rem;
  border-radius: 0;
  appearance: none;
  background:
    linear-gradient(45deg, transparent 50%, var(--accent) 50%) right 1rem center / 0.45rem 0.45rem no-repeat,
    var(--background);
}

.gyb-submission-form textarea {
  min-height: 8rem;
  resize: vertical;
}

.gyb-submission-form input:focus,
.gyb-submission-form select:focus,
.gyb-submission-form textarea:focus {
  outline: 2px solid var(--accent);
  outline-offset: 2px;
}

.gyb-submission-form .form-hint {
  color: var(--muted);
  font-family: var(--ui);
  font-size: 0.78rem;
  line-height: 1.45;
}

.gyb-submission-form .checkbox-label {
  grid-template-columns: auto 1fr;
  align-items: start;
  gap: 0.65rem;
  margin-top: 0.25rem;
  font-family: var(--body);
  font-size: 0.95rem;
  line-height: 1.45;
}

.gyb-submission-form .checkbox-label span {
  min-width: 0;
}

.gyb-submission-form .checkbox-label input[type="checkbox"] {
  margin-top: 0.2rem;
}

.gyb-submit-btn {
  margin-top: 0.6rem;
  padding: 0.95rem 1.2rem;
  border: 1px solid var(--text);
  background: var(--text);
  color: var(--background);
  font-family: var(--ui);
  font-size: 0.85rem;
  font-weight: 800;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  cursor: pointer;
  transition: background 0.15s ease, color 0.15s ease;
}

.gyb-submit-btn:disabled {
  cursor: progress;
  opacity: 0.72;
}

.gyb-submit-btn:hover {
  background: var(--accent);
  border-color: var(--accent);
  color: var(--background);
}

.form-success {
  align-self: start;
  margin: 0;
  padding: 1.6rem;
  border: 1px solid var(--accent);
  background: var(--panel);
}

.form-success h3 {
  margin: 0 0 0.6rem;
  font-family: var(--display);
  font-size: 1.7rem;
}

.form-success p {
  margin: 0;
  color: var(--secondary);
  font-size: 1.02rem;
  line-height: 1.55;
}

.form-followup {
  max-width: 44rem;
  margin: 1rem 0 0;
  color: var(--muted);
  font-family: var(--ui);
  font-size: 0.94rem;
  line-height: 1.55;
}

.faq-block .faq-item {
  border-top: 1px solid rgba(26, 26, 26, 0.42);
  padding-top: 1rem;
}

.faq-block .faq-item:first-of-type {
  border-top: 0;
  padding-top: 0;
}

.faq-block .faq-item h3 {
  margin: 0 0 0.4rem;
  font-family: var(--display);
  font-size: 1.5rem;
  line-height: 1.18;
}

.faq-block .faq-item p {
  margin: 0;
}

@media (max-width: 720px) {
  .submit-hero {
    min-height: auto;
  }

  .submission-frame,
  .submission-copy,
  .submission-form-block,
  .submission-form-block .gyb-submission-form,
  .answer-pattern-grid,
  .answer-engine-map {
    grid-template-columns: 1fr;
    width: min(100%, calc(100vw - 2rem));
    max-width: calc(100vw - 2rem);
    min-width: 0;
  }

  .answer-pattern-grid,
  .answer-engine-map {
    overflow: hidden;
  }

  .answer-pattern-grid > h2,
  .answer-pattern-grid article,
  .answer-engine-map > div,
  .answer-engine-entry {
    width: 100%;
    max-width: 100%;
    min-width: 0;
    box-sizing: border-box;
  }

  .answer-engine-entry > div {
    display: grid;
    grid-template-columns: minmax(0, 1fr);
    gap: 0.45rem;
  }

  .submission-frame > div,
  .submission-price-panel,
  .submission-copy article,
  .submission-form-copy,
  .gyb-submission-form label,
  .gyb-submission-form input[type="text"],
  .gyb-submission-form input[type="email"],
  .gyb-submission-form input[type="url"],
  .gyb-submission-form textarea {
    width: 100%;
    max-width: 100%;
    min-width: 0;
  }

  .submission-frame h2,
  .submission-form-copy h2 {
    max-width: 100%;
    font-size: 2.15rem;
    overflow-wrap: break-word;
  }

  .submission-copy article {
    padding: 1rem;
  }

  .submission-copy h2 {
    width: calc(100vw - 4rem);
    max-width: 100%;
    font-size: 1.85rem;
    line-height: 1.08;
    overflow-wrap: break-word;
  }

  .submission-copy p,
  .faq-block .faq-item h3,
  .faq-block .faq-item p,
  .faq-block article h3,
  .faq-block article p,
  .answer-engine-brief p,
  .answer-pattern-grid article h3,
  .answer-pattern-grid article span,
  .answer-engine-entry h3,
  .answer-engine-entry p,
  .submission-form-copy p {
    width: calc(100vw - 4rem);
    max-width: 100%;
    overflow-wrap: anywhere;
  }

  .gyb-submission-form .field-label,
  .gyb-submission-form .form-hint,
  .gyb-submission-form .checkbox-label span,
  .form-followup {
    width: calc(100vw - 5rem);
    max-width: 100%;
    overflow-wrap: anywhere;
  }

  .faq-block > h2 {
    font-size: 2.15rem;
    line-height: 1.08;
    overflow-wrap: anywhere;
  }

  .submission-copy p,
  .faq-block article p {
    font-size: 1rem;
  }

  .faq-block article h3,
  .faq-block .faq-item h3 {
    font-size: 1.28rem;
  }

  .submission-frame .rhythm-stack {
    grid-template-columns: 1fr;
    font-size: 1.4rem;
  }

  .submission-frame .rhythm-stack p {
    min-height: auto;
  }

  .submission-price-panel strong {
    font-size: 4.7rem;
  }

  .submission-form-block {
    gap: 1.35rem;
    padding: 2rem 0;
  }

  .submission-form-copy {
    position: static;
  }

  .submission-form-block .gyb-submission-form {
    padding: 1.1rem;
  }

  .submission-frame .rhythm-stack {
    font-size: 1.25rem;
  }

  .page-hero .lead-italic {
    font-size: 1.25rem;
  }
}

/* =====================================================================
   Retired inquiry-page styles
   ===================================================================== */

.research-hero {
  position: relative;
  min-height: 34rem;
  align-items: stretch;
  background:
    linear-gradient(90deg, rgba(15, 15, 15, 0.03) 1px, transparent 1px) 0 0 / 6rem 6rem,
    var(--paper-warm);
}

.contact-file-card {
  display: grid;
  align-content: space-between;
  min-height: 24rem;
  border: 1px solid rgba(26, 26, 26, 0.68);
  background:
    linear-gradient(180deg, rgba(176, 138, 58, 0.1), transparent 42%),
    var(--panel);
  padding: clamp(1rem, 2.2vw, 1.7rem);
}

.contact-file-card p {
  margin: 0;
  color: var(--accent);
  font-family: var(--ui);
  font-size: 0.68rem;
  font-weight: 900;
  letter-spacing: 0.13em;
  text-transform: uppercase;
}

.contact-file-card strong {
  display: block;
  margin-top: auto;
  font-family: var(--display);
  font-size: clamp(2.4rem, 4vw, 4.3rem);
  font-weight: 500;
  line-height: 0.92;
}

.contact-file-card span,
.contact-file-card small {
  display: block;
  color: var(--secondary);
  font-family: var(--ui);
  font-size: 0.76rem;
  font-weight: 900;
  letter-spacing: 0.1em;
  line-height: 1.45;
  text-transform: uppercase;
}

.contact-file-card span {
  margin-top: 1.1rem;
}

.contact-file-card small {
  margin-top: 0.8rem;
  color: var(--muted);
}

.contact-desk-strip {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  max-width: 92rem;
  margin: 0 auto;
  border-left: 1px solid var(--rule);
  border-bottom: 1px solid var(--rule);
}

.contact-desk-strip article {
  display: grid;
  min-height: 10rem;
  border-right: 1px solid var(--rule);
  padding: 1rem;
  background: var(--paper-warm);
}

.contact-desk-strip span {
  color: var(--accent);
  font-family: var(--display);
  font-size: 2.5rem;
  line-height: 0.9;
}

.contact-desk-strip strong {
  margin-top: auto;
  font-family: var(--display);
  font-size: 1.75rem;
  line-height: 1;
}

.contact-desk-strip small {
  margin-top: 0.6rem;
  color: var(--muted);
  font-family: var(--ui);
  font-size: 0.68rem;
  font-weight: 900;
  letter-spacing: 0.1em;
  line-height: 1.4;
  text-transform: uppercase;
}

.reference-desk-strip {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  max-width: 92rem;
  margin: 0 auto;
  border-left: 1px solid var(--rule);
  border-bottom: 1px solid var(--rule);
}

.reference-desk-strip article {
  display: grid;
  min-height: 11rem;
  border-right: 1px solid var(--rule);
  padding: 1rem;
  background:
    linear-gradient(180deg, rgba(199, 155, 62, 0.08), rgba(255, 255, 255, 0)),
    var(--paper-warm);
}

.reference-desk-strip span {
  color: var(--accent);
  font-family: var(--display);
  font-size: 2.55rem;
  line-height: 0.9;
}

.reference-desk-strip strong {
  margin-top: auto;
  font-family: var(--display);
  font-size: 1.8rem;
  line-height: 1;
}

.reference-desk-strip small {
  margin-top: 0.65rem;
  color: var(--muted);
  font-family: var(--ui);
  font-size: 0.7rem;
  font-weight: 900;
  letter-spacing: 0.1em;
  line-height: 1.45;
  text-transform: uppercase;
}

.contact-file-intro,
.research-offer-menu {
  max-width: 92rem;
  margin: 0 auto;
  border-bottom: 1px solid var(--rule);
}

.contact-file-intro {
  display: grid;
  grid-template-columns: minmax(0, 0.62fr) minmax(18rem, 0.38fr);
  gap: 2rem;
  align-items: end;
  padding: 2.8rem 0;
}

.contact-file-intro h2,
.research-offer-heading h2 {
  margin-top: 0.6rem;
  font-size: 3.6rem;
  line-height: 0.98;
}

.contact-file-intro > p {
  margin: 0;
  color: var(--secondary);
  font-size: 1.08rem;
  line-height: 1.62;
}

.research-offer-menu {
  padding: 2.8rem 0;
}

.research-offer-heading {
  display: grid;
  grid-template-columns: minmax(0, 0.55fr) minmax(20rem, 0.45fr);
  gap: 2rem;
  align-items: end;
  margin-bottom: 1.6rem;
}

.research-offer-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  border-top: 1px solid var(--rule);
  border-left: 1px solid var(--rule);
}

.research-offer {
  position: relative;
  display: grid;
  align-content: start;
  min-height: 16.5rem;
  border-right: 1px solid var(--rule);
  border-bottom: 1px solid var(--rule);
  padding: 1.15rem;
  background:
    linear-gradient(90deg, rgba(15, 15, 15, 0.035) 1px, transparent 1px) 0 0 / 4.5rem 4.5rem,
    var(--paper-warm);
}

.research-offer::after {
  content: "";
  position: absolute;
  right: 1rem;
  bottom: 1rem;
  width: 3rem;
  height: 0.32rem;
  background: var(--brass);
  opacity: 0.86;
}

.research-offer > p:first-child,
.research-offer span {
  font-family: var(--ui);
  font-size: 0.7rem;
  font-weight: 900;
  letter-spacing: 0.12em;
  line-height: 1.45;
  text-transform: uppercase;
}

.research-offer > p:first-child {
  margin: 0 0 0.55rem;
  color: var(--accent);
}

.research-offer h3 {
  margin: 0;
  font-family: var(--display);
  font-size: 1.75rem;
  line-height: 1.06;
}

.research-offer strong {
  display: block;
  margin: 0.8rem 0 0.35rem;
  color: var(--accent);
  font-family: var(--display);
  font-size: 2.7rem;
  font-weight: 500;
  line-height: 0.92;
}

.research-offer span {
  color: var(--secondary);
}

.research-offer > p:last-child {
  margin: 0.85rem 0 0;
  color: var(--secondary);
  font-size: 0.98rem;
  line-height: 1.5;
}

.research-form-block {
  border-top: 0;
  background:
    linear-gradient(90deg, rgba(15, 15, 15, 0.028) 1px, transparent 1px) 0 0 / 6rem 6rem,
    transparent;
}

.research-faq {
  display: grid;
  grid-template-columns: minmax(16rem, 0.34fr) minmax(0, 0.66fr);
  gap: 2.4rem;
  border-top: 1px solid var(--rule);
  border-bottom: 1px solid var(--rule);
  padding: 3.2rem 0;
}

.research-faq-heading {
  align-self: start;
}

.research-faq-heading h2 {
  margin: 0;
  font-size: 3.25rem;
  line-height: 0.98;
}

.research-faq-heading > p:last-child {
  max-width: 23rem;
  margin: 1rem 0 0;
  color: var(--secondary);
  font-size: 1.02rem;
  line-height: 1.6;
}

.research-faq-list {
  counter-reset: research-faq;
  border-top: 1px solid rgba(26, 26, 26, 0.54);
}

.research-faq article {
  counter-increment: research-faq;
  display: grid;
  grid-template-columns: 4.4rem minmax(0, 1fr);
  gap: 1.35rem;
  border-top: 0;
  border-bottom: 1px solid rgba(26, 26, 26, 0.54);
  padding: 1.35rem 0;
}

.research-faq article::before {
  content: counter(research-faq, decimal-leading-zero);
  color: var(--accent);
  font-family: var(--display);
  font-size: 2.45rem;
  line-height: 0.9;
}

.research-faq h3 {
  grid-column: 2;
  margin: 0;
  font-size: 1.72rem;
  line-height: 1.05;
}

.research-faq article p {
  grid-column: 2;
  max-width: 43rem;
  margin: 0.45rem 0 0;
}

@media (max-width: 900px) {
  .contact-file-intro,
  .research-offer-heading,
  .research-offer-grid,
  .research-faq,
  .contact-desk-strip,
  .reference-desk-strip {
    grid-template-columns: 1fr;
  }

  .contact-file-intro h2,
  .research-offer-heading h2,
  .research-faq-heading h2 {
    font-size: 2.7rem;
  }
}

@media (max-width: 720px) {
  .research-hero {
    min-height: auto;
  }

  .contact-file-intro,
  .research-offer-menu,
  .research-offer-grid,
  .research-faq,
  .contact-desk-strip,
  .reference-desk-strip,
  .research-form-block,
  .research-form-block .gyb-submission-form {
    width: 100%;
    max-width: 100%;
    min-width: 0;
  }

  .contact-file-intro,
  .research-offer-menu,
  .research-faq {
    padding: 2rem 0;
  }

  .contact-file-card {
    min-height: 16rem;
  }

  .contact-file-intro h2,
  .research-offer-heading h2,
  .research-faq-heading h2 {
    max-width: 100%;
    font-size: 2.15rem;
    overflow-wrap: anywhere;
  }

  .contact-file-intro > p,
  .research-faq-heading > p:last-child,
  .research-offer h3,
  .research-faq h3,
  .research-faq article p,
  .research-offer > p:last-child {
    width: 100%;
    max-width: 100%;
    overflow-wrap: anywhere;
  }

  .research-faq article {
    grid-template-columns: 3.15rem minmax(0, 1fr);
    gap: 0.85rem;
    padding: 1.1rem 0;
  }

  .research-faq article::before {
    font-size: 2rem;
  }

  .research-faq h3 {
    font-size: 1.3rem;
  }

  .research-offer {
    min-height: auto;
    padding: 1rem;
  }

  .research-offer strong {
    font-size: 2.45rem;
  }

  .contact-file-form label,
  .contact-file-form input[type="text"],
  .contact-file-form input[type="email"],
  .contact-file-form input[type="url"],
  .contact-file-form select,
  .contact-file-form textarea,
  .contact-file-form .field-label,
  .contact-file-form .form-hint,
  .contact-file-form .checkbox-label span,
  .contact-file-form .form-followup,
  .contact-file-form .gyb-submit-btn {
    width: 100%;
    max-width: 100%;
    min-width: 0;
  }

  .contact-file-form .checkbox-label {
    grid-template-columns: 1rem minmax(0, 1fr);
  }

  .contact-file-form .gyb-submit-btn {
    white-space: normal;
  }
}

@media (max-width: 560px) {
  .contact-file-intro,
  .research-offer-menu,
  .research-offer-heading,
  .research-offer-grid,
  .research-offer,
  .research-faq,
  .research-form-block,
  .research-form-block .gyb-submission-form {
    width: 100%;
    max-width: min(100%, 23rem);
    min-width: 0;
    margin-left: 0;
    margin-right: 0;
  }

  .research-offer-grid {
    grid-template-columns: minmax(0, 1fr);
  }

  .research-offer {
    overflow: hidden;
  }
}

/* Curiosity hook block — placed on case pages between Operating Pattern and Comparable Cases. Quiet route to /contact/, no funnel-shape. */
.contact-curiosity {
  margin: 3rem 0;
  padding: 1.5rem 1.75rem;
  border-left: 3px solid currentColor;
  background: rgba(0, 0, 0, 0.025);
}

.contact-curiosity h2 {
  margin-top: 0;
  margin-bottom: 0.5rem;
  font-size: 1.15rem;
  letter-spacing: 0.01em;
}

.contact-curiosity p {
  margin: 0.5rem 0;
  font-size: 0.95rem;
  line-height: 1.55;
}

.curiosity-cta {
  font-weight: 600;
  text-decoration: underline;
}

.curiosity-cta:hover {
  text-decoration: none;
}

@media (max-width: 40rem) {
  .contact-curiosity {
    margin: 2rem 0;
    padding: 1.25rem 1.25rem;
  }
}

/* =====================================================================
   Retired inquiry-page structure
   ===================================================================== */

.research-problem-section {
  max-width: 92rem;
  margin: 0 auto;
  border-bottom: 1px solid var(--rule);
  padding: 2.4rem 0;
}

.research-problem-header {
  display: grid;
  grid-template-columns: minmax(0, 0.55fr) minmax(20rem, 0.45fr);
  gap: 2rem;
  align-items: end;
  margin-bottom: 1.6rem;
}

.research-problem-header .eyebrow {
  font-family: var(--ui);
  font-size: 0.72rem;
  font-weight: 900;
  letter-spacing: 0.16em;
  text-transform: uppercase;
  color: var(--accent);
  margin: 0;
}

.research-problem-header h2 {
  margin: 0.5rem 0 0;
  font-family: var(--display);
  font-size: 2.8rem;
  line-height: 1.02;
  letter-spacing: -0.005em;
}

.research-problem-header .problem-helper {
  margin: 0;
  color: var(--secondary);
  font-size: 1.04rem;
  line-height: 1.55;
  align-self: end;
}

.research-problem-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  border-top: 1px solid var(--rule);
  border-left: 1px solid var(--rule);
}

.research-problem-grid.single {
  grid-template-columns: minmax(0, 1fr);
}

.research-problem-grid .research-offer.featured {
  background:
    linear-gradient(90deg, rgba(15, 15, 15, 0.025) 1px, transparent 1px) 0 0 / 4.5rem 4.5rem,
    rgba(255, 200, 90, 0.06);
  position: relative;
}

.research-problem-grid .research-offer.featured::before {
  content: "Most ordered";
  position: absolute;
  top: 0.6rem;
  right: 0.6rem;
  font-family: var(--ui);
  font-size: 0.6rem;
  font-weight: 900;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  padding: 0.18rem 0.45rem;
  background: var(--accent);
  color: var(--background);
}

.problem-cta {
  display: inline-block;
  margin-top: 0.9rem;
  font-family: var(--ui);
  font-size: 0.75rem;
  font-weight: 900;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  text-decoration: underline;
  color: var(--accent);
}

.problem-cta:hover {
  text-decoration: none;
}

.research-ladder-intro {
  max-width: 92rem;
  margin: 0 auto;
  padding: 2.4rem 0 1rem;
  border-bottom: 1px solid var(--rule);
}

.research-ladder-intro .eyebrow {
  font-family: var(--ui);
  font-size: 0.72rem;
  font-weight: 900;
  letter-spacing: 0.16em;
  text-transform: uppercase;
  color: var(--accent);
  margin: 0;
}

.research-ladder-intro h2 {
  margin: 0.5rem 0 0.9rem;
  font-family: var(--display);
  font-size: 3.4rem;
  line-height: 0.98;
}

.research-ladder-intro p {
  max-width: 60rem;
  margin: 0;
  color: var(--secondary);
  font-size: 1.05rem;
  line-height: 1.62;
}

.research-also-available {
  max-width: 92rem;
  margin: 0 auto;
  padding: 2.4rem 0;
  border-bottom: 1px solid var(--rule);
}

.research-also-available h2 {
  margin: 0 0 1.2rem;
  font-family: var(--display);
  font-size: 2rem;
  line-height: 1.05;
}

.research-also-available .secondary-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  border-top: 1px solid var(--rule);
  border-left: 1px solid var(--rule);
}

@media (max-width: 60rem) {
  .research-problem-header {
    grid-template-columns: minmax(0, 1fr);
    gap: 0.6rem;
  }
  .research-problem-header h2 {
    font-size: 2.1rem;
  }
  .research-ladder-intro h2 {
    font-size: 2.2rem;
  }
}

@media (max-width: 44rem) {
  .research-problem-grid,
  .research-problem-grid.single,
  .research-also-available .secondary-grid {
    grid-template-columns: minmax(0, 1fr);
  }
  .research-problem-grid .research-offer.featured::before {
    top: 0.4rem;
    right: 0.4rem;
    font-size: 0.55rem;
  }
}

/* =====================================================================
   Reference object shop layout
   ===================================================================== */

.shop-doors {
  max-width: 92rem;
  margin: 0 auto;
  padding: 2.2rem 0 2.6rem;
  border-bottom: 1px solid var(--rule);
}

.shop-doors-heading {
  margin: 0 0 1.4rem;
  font-family: var(--display);
  font-size: 1.05rem;
  font-weight: 400;
  color: var(--secondary);
  letter-spacing: 0.02em;
  text-transform: uppercase;
}

.shop-doors-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 0;
  border-top: 1px solid var(--rule);
  border-left: 1px solid var(--rule);
}

.shop-door {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  padding: 1.8rem 1.6rem;
  border-right: 1px solid var(--rule);
  border-bottom: 1px solid var(--rule);
  min-height: 18rem;
  background:
    linear-gradient(90deg, rgba(15, 15, 15, 0.025) 1px, transparent 1px) 0 0 / 4.5rem 4.5rem,
    var(--background);
  text-decoration: none;
  color: inherit;
  transition: background 0.15s ease;
}

.shop-door:hover {
  background:
    linear-gradient(90deg, rgba(15, 15, 15, 0.05) 1px, transparent 1px) 0 0 / 4.5rem 4.5rem,
    rgba(0, 0, 0, 0.015);
}

.shop-door .door-number {
  font-family: var(--ui);
  font-size: 0.65rem;
  font-weight: 900;
  letter-spacing: 0.18em;
  text-transform: uppercase;
  color: var(--accent);
  margin: 0 0 0.4rem;
}

.shop-door .door-title {
  margin: 0 0 0.7rem;
  font-family: var(--display);
  font-size: 2rem;
  line-height: 1.05;
  letter-spacing: -0.005em;
}

.shop-door .door-price {
  font-family: var(--display);
  font-size: 1.1rem;
  color: var(--secondary);
  margin: 0 0 0.9rem;
}

.shop-door .door-pitch {
  margin: 0 0 1.4rem;
  font-size: 0.95rem;
  line-height: 1.55;
  color: var(--secondary);
}

.shop-door .door-cta {
  font-family: var(--ui);
  font-size: 0.75rem;
  font-weight: 900;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  color: var(--accent);
  text-decoration: underline;
}

.shop-door:hover .door-cta {
  text-decoration: none;
}

.tier-matrix-section {
  max-width: 92rem;
  margin: 0 auto;
  padding: 2.6rem 0;
  border-bottom: 1px solid var(--rule);
}

.tier-matrix-header {
  display: grid;
  grid-template-columns: minmax(0, 0.6fr) minmax(20rem, 0.4fr);
  gap: 2rem;
  align-items: end;
  margin-bottom: 1.6rem;
}

.tier-matrix-header .eyebrow {
  font-family: var(--ui);
  font-size: 0.72rem;
  font-weight: 900;
  letter-spacing: 0.16em;
  text-transform: uppercase;
  color: var(--accent);
  margin: 0;
}

.tier-matrix-header h2 {
  margin: 0.4rem 0 0;
  font-family: var(--display);
  font-size: 3rem;
  line-height: 1;
  letter-spacing: -0.005em;
}

.tier-matrix-header .matrix-helper {
  margin: 0;
  color: var(--secondary);
  font-size: 1rem;
  line-height: 1.55;
  align-self: end;
}

.tier-matrix {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  border-top: 1px solid var(--rule);
  border-left: 1px solid var(--rule);
}

.tier-column {
  display: flex;
  flex-direction: column;
  padding: 1.6rem 1.4rem 1.4rem;
  border-right: 1px solid var(--rule);
  border-bottom: 1px solid var(--rule);
  background:
    linear-gradient(90deg, rgba(15, 15, 15, 0.025) 1px, transparent 1px) 0 0 / 4.5rem 4.5rem,
    var(--background);
  position: relative;
}

.tier-column.featured {
  background:
    linear-gradient(90deg, rgba(15, 15, 15, 0.025) 1px, transparent 1px) 0 0 / 4.5rem 4.5rem,
    rgba(255, 200, 90, 0.07);
}

.tier-column.featured::before {
  content: "Most ordered";
  position: absolute;
  top: -0.7rem;
  left: 1rem;
  font-family: var(--ui);
  font-size: 0.62rem;
  font-weight: 900;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  padding: 0.22rem 0.55rem;
  background: var(--accent);
  color: var(--background);
}

.tier-column .tier-eyebrow {
  font-family: var(--ui);
  font-size: 0.62rem;
  font-weight: 900;
  letter-spacing: 0.16em;
  text-transform: uppercase;
  color: var(--accent);
  margin: 0 0 0.4rem;
}

.tier-column h3 {
  margin: 0 0 0.6rem;
  font-family: var(--display);
  font-size: 1.5rem;
  line-height: 1.08;
}

.tier-column .tier-price {
  font-family: var(--display);
  font-size: 2.4rem;
  line-height: 0.95;
  color: var(--accent);
  font-weight: 500;
  margin: 0.2rem 0 0.4rem;
}

.tier-column .tier-terms {
  font-family: var(--ui);
  font-size: 0.65rem;
  font-weight: 900;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  color: var(--secondary);
  margin: 0 0 1rem;
}

.tier-column .tier-pitch {
  margin: 0 0 1rem;
  font-size: 0.92rem;
  line-height: 1.5;
  color: var(--secondary);
}

.tier-column .tier-includes {
  margin: 0 0 1.2rem;
  padding: 0;
  list-style: none;
  font-size: 0.86rem;
  line-height: 1.5;
}

.tier-column .tier-includes li {
  padding: 0.3rem 0;
  border-top: 1px solid rgba(15, 15, 15, 0.08);
  display: flex;
  align-items: flex-start;
  gap: 0.5rem;
}

.tier-column .tier-includes li:first-child {
  border-top: 0;
}

.tier-column .tier-includes li::before {
  content: "·";
  font-weight: 900;
  color: var(--accent);
  flex-shrink: 0;
  line-height: 1;
}

.tier-column .tier-cta {
  margin-top: auto;
  font-family: var(--ui);
  font-size: 0.72rem;
  font-weight: 900;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  text-decoration: underline;
  color: var(--accent);
}

.tier-column .tier-cta:hover {
  text-decoration: none;
}

.tier-addons-section {
  max-width: 92rem;
  margin: 0 auto;
  padding: 2rem 0;
  border-bottom: 1px solid var(--rule);
}

.tier-addons-section h2 {
  margin: 0 0 1rem;
  font-family: var(--display);
  font-size: 1.6rem;
  line-height: 1.1;
}

.tier-addons-section .addon-row {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  border-top: 1px solid var(--rule);
  border-left: 1px solid var(--rule);
}

.addon-card {
  padding: 1.3rem 1.4rem;
  border-right: 1px solid var(--rule);
  border-bottom: 1px solid var(--rule);
  background:
    linear-gradient(90deg, rgba(15, 15, 15, 0.025) 1px, transparent 1px) 0 0 / 4.5rem 4.5rem,
    var(--background);
  display: flex;
  flex-direction: column;
}

.addon-card .addon-eyebrow {
  font-family: var(--ui);
  font-size: 0.62rem;
  font-weight: 900;
  letter-spacing: 0.16em;
  text-transform: uppercase;
  color: var(--accent);
  margin: 0 0 0.35rem;
}

.addon-card h3 {
  margin: 0;
  font-family: var(--display);
  font-size: 1.35rem;
}

.addon-card .addon-price {
  font-family: var(--display);
  font-size: 1.5rem;
  color: var(--accent);
  font-weight: 500;
  margin: 0.4rem 0 0.3rem;
}

.addon-card .addon-meta {
  font-family: var(--ui);
  font-size: 0.62rem;
  font-weight: 900;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  color: var(--secondary);
  margin: 0 0 0.6rem;
}

.addon-card p {
  margin: 0;
  font-size: 0.9rem;
  line-height: 1.5;
  color: var(--secondary);
}

.addon-card .addon-cta {
  margin-top: 0.8rem;
  font-family: var(--ui);
  font-size: 0.68rem;
  font-weight: 900;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  text-decoration: underline;
  color: var(--accent);
}

.pdf-shelf-section {
  max-width: 92rem;
  margin: 0 auto;
  padding: 2.6rem 0;
  border-bottom: 1px solid var(--rule);
}

.pdf-shelf-header {
  display: grid;
  grid-template-columns: minmax(0, 0.6fr) minmax(20rem, 0.4fr);
  gap: 2rem;
  align-items: end;
  margin-bottom: 1.4rem;
}

.pdf-shelf-header h2 {
  margin: 0.4rem 0 0;
  font-family: var(--display);
  font-size: 2.4rem;
  line-height: 1;
}

.pdf-shelf-header .eyebrow {
  font-family: var(--ui);
  font-size: 0.72rem;
  font-weight: 900;
  letter-spacing: 0.16em;
  text-transform: uppercase;
  color: var(--accent);
  margin: 0;
}

.pdf-shelf-header .shelf-helper {
  margin: 0;
  color: var(--secondary);
  font-size: 1rem;
  line-height: 1.55;
  align-self: end;
}

.pdf-shelf {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  border-top: 1px solid var(--rule);
  border-left: 1px solid var(--rule);
}

.pdf-card {
  display: flex;
  flex-direction: column;
  padding: 1.4rem;
  border-right: 1px solid var(--rule);
  border-bottom: 1px solid var(--rule);
  background:
    linear-gradient(90deg, rgba(15, 15, 15, 0.025) 1px, transparent 1px) 0 0 / 4.5rem 4.5rem,
    var(--background);
  min-height: 16rem;
  position: relative;
}

.pdf-card .pdf-status {
  position: absolute;
  top: 0.6rem;
  right: 0.6rem;
  font-family: var(--ui);
  font-size: 0.55rem;
  font-weight: 900;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  padding: 0.18rem 0.45rem;
  background: rgba(15, 15, 15, 0.08);
  color: var(--secondary);
}

.pdf-card .pdf-status.ready {
  background: var(--accent);
  color: var(--background);
}

.pdf-card .pdf-eyebrow {
  font-family: var(--ui);
  font-size: 0.62rem;
  font-weight: 900;
  letter-spacing: 0.16em;
  text-transform: uppercase;
  color: var(--accent);
  margin: 0 0 0.45rem;
}

.pdf-card h3 {
  margin: 0 0 0.6rem;
  font-family: var(--display);
  font-size: 1.3rem;
  line-height: 1.1;
}

.pdf-card .pdf-pitch {
  margin: 0 0 0.8rem;
  font-size: 0.85rem;
  line-height: 1.5;
  color: var(--secondary);
  flex: 1;
}

.pdf-card .pdf-price {
  font-family: var(--display);
  font-size: 1.2rem;
  color: var(--accent);
  font-weight: 500;
  margin: 0 0 0.5rem;
}

.pdf-card .pdf-cta {
  font-family: var(--ui);
  font-size: 0.65rem;
  font-weight: 900;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  text-decoration: underline;
  color: var(--accent);
}

.subscription-strip {
  max-width: 92rem;
  margin: 0 auto;
  padding: 2rem 0;
  border-bottom: 1px solid var(--rule);
  background: rgba(15, 15, 15, 0.02);
}

.subscription-strip h2 {
  margin: 0 0 0.9rem;
  font-family: var(--display);
  font-size: 1.4rem;
  font-weight: 400;
  color: var(--secondary);
  letter-spacing: 0.01em;
}

.subscription-strip .strip-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 0;
  border-top: 1px solid var(--rule);
  border-left: 1px solid var(--rule);
}

.strip-card {
  padding: 1rem 1.2rem;
  border-right: 1px solid var(--rule);
  border-bottom: 1px solid var(--rule);
  display: flex;
  align-items: baseline;
  justify-content: space-between;
  gap: 1rem;
  background: var(--background);
}

.strip-card .strip-text strong {
  display: block;
  font-family: var(--display);
  font-size: 1.05rem;
  font-weight: 500;
  margin: 0 0 0.15rem;
}

.strip-card .strip-text span {
  font-size: 0.82rem;
  color: var(--secondary);
  line-height: 1.4;
}

.strip-card .strip-price {
  font-family: var(--display);
  font-size: 1.05rem;
  color: var(--accent);
  font-weight: 500;
  white-space: nowrap;
}

.strip-card a.strip-link {
  font-family: var(--ui);
  font-size: 0.62rem;
  font-weight: 900;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  text-decoration: underline;
  color: var(--accent);
  white-space: nowrap;
}

@media (max-width: 70rem) {
  .tier-matrix {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
  .pdf-shelf {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media (max-width: 52rem) {
  .shop-doors-grid {
    grid-template-columns: minmax(0, 1fr);
  }
  .tier-matrix-header,
  .pdf-shelf-header {
    grid-template-columns: minmax(0, 1fr);
    gap: 0.4rem;
  }
  .tier-matrix-header h2 {
    font-size: 2.1rem;
  }
  .tier-addons-section .addon-row {
    grid-template-columns: minmax(0, 1fr);
  }
  .subscription-strip .strip-grid {
    grid-template-columns: minmax(0, 1fr);
  }
  .strip-card {
    flex-wrap: wrap;
  }
}

@media (max-width: 40rem) {
  .tier-matrix,
  .pdf-shelf {
    grid-template-columns: minmax(0, 1fr);
  }
  .tier-column.featured::before {
    top: -0.6rem;
    left: 0.8rem;
  }
}

/* =====================================================================
   Commercial UX fixes: archive objects and legacy inquiry surfaces
   ===================================================================== */

.research-decision-hero,
.sales-hero {
  grid-template-columns: minmax(0, 0.55fr) minmax(22rem, 0.45fr);
  align-items: center;
  min-height: auto;
  padding: 3rem 0;
}

.research-decision-hero h1,
.sales-hero h1 {
  max-width: 48rem;
  font-size: clamp(2.9rem, 4.6vw, 4.75rem);
  line-height: 0.99;
}

.research-decision-hero .lead-italic,
.sales-hero .lead-italic {
  max-width: 42rem;
  font-size: clamp(1.25rem, 1.8vw, 1.55rem);
}

.hero-action-row {
  display: flex;
  flex-wrap: wrap;
  gap: 0.85rem 1rem;
  align-items: center;
  margin-top: 1.35rem;
}

.hero-check-list {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 0.45rem 0.9rem;
  max-width: 38rem;
  margin: 1.2rem 0 0;
  padding: 0;
  list-style: none;
}

.hero-check-list li {
  border-left: 1px solid rgba(91, 31, 50, 0.42);
  padding-left: 0.65rem;
  color: var(--secondary);
  font-family: var(--ui);
  font-size: 0.74rem;
  font-weight: 900;
  letter-spacing: 0.08em;
  line-height: 1.35;
  text-transform: uppercase;
}

.hero-action-row .gyb-submit-btn {
  display: inline-flex;
  grid-column: auto;
  align-items: center;
  justify-content: center;
  width: auto;
  max-width: 100%;
  margin: 0;
  text-align: center;
  text-decoration: none;
}

.hero-action-row .curiosity-cta {
  font-family: var(--ui);
  font-size: 0.8rem;
  font-weight: 900;
  letter-spacing: 0.1em;
  text-transform: uppercase;
}

.microcopy {
  max-width: 34rem;
  margin: 1rem 0 0;
  color: var(--muted);
  font-family: var(--ui);
  font-size: 0.78rem;
  font-weight: 800;
  letter-spacing: 0.06em;
  line-height: 1.45;
  text-transform: uppercase;
}

.product-visual-card {
  position: relative;
  display: grid;
  align-content: end;
  overflow: hidden;
  border: 1px solid rgba(26, 26, 26, 0.55);
  background:
    linear-gradient(90deg, rgba(15, 15, 15, 0.035) 1px, transparent 1px) 0 0 / 4.5rem 4.5rem,
    linear-gradient(180deg, rgba(176, 138, 58, 0.14), transparent 48%),
    var(--panel);
  box-shadow: 0 1.2rem 3rem rgba(15, 15, 15, 0.1);
}

.product-visual-card::before {
  content: "Object file";
  position: absolute;
  left: 0.85rem;
  top: 0.85rem;
  z-index: 1;
  border: 1px solid rgba(91, 31, 50, 0.42);
  background: rgba(250, 250, 247, 0.88);
  padding: 0.35rem 0.55rem;
  color: var(--accent);
  font-family: var(--ui);
  font-size: 0.62rem;
  font-weight: 900;
  letter-spacing: 0.14em;
  text-transform: uppercase;
}

.product-visual-card img {
  display: block;
  width: 100%;
  height: auto;
  min-height: 0;
  border: 0;
  object-fit: cover;
  filter: saturate(0.96) contrast(1.03);
}

.product-visual-card p {
  margin: 0;
  border-top: 1px solid rgba(26, 26, 26, 0.42);
  padding: 0.75rem 0.85rem;
  color: var(--secondary);
  font-family: var(--ui);
  font-size: 0.72rem;
  font-weight: 900;
  letter-spacing: 0.12em;
  line-height: 1.45;
  text-transform: uppercase;
}

.research-choice-band,
.sales-section,
.sales-proof-strip {
  max-width: 92rem;
  margin: 0 auto;
  border-bottom: 1px solid var(--rule);
  padding: 2.6rem 0;
}

.research-door-grid {
  grid-template-columns: repeat(3, minmax(0, 1fr));
}

.research-answer {
  padding-top: 2.4rem;
  padding-bottom: 2.4rem;
}

.sales-page .page-shell {
  padding: 0 1.25rem;
}

.sales-hero .product-visual-card img {
  aspect-ratio: 3 / 2;
}

.sales-proof-strip {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 0;
  border-left: 1px solid var(--rule);
  padding: 0;
}

.sales-proof-strip article {
  min-height: 8.25rem;
  border-right: 1px solid var(--rule);
  padding: 1.15rem;
  background:
    linear-gradient(90deg, rgba(15, 15, 15, 0.025) 1px, transparent 1px) 0 0 / 4.5rem 4.5rem,
    var(--background);
}

.sales-proof-strip p {
  margin: 0 0 0.4rem;
  color: var(--accent);
  font-family: var(--ui);
  font-size: 0.66rem;
  font-weight: 900;
  letter-spacing: 0.14em;
  text-transform: uppercase;
}

.sales-proof-strip strong {
  display: block;
  color: var(--text);
  font-family: var(--display);
  font-size: 1.75rem;
  font-weight: 500;
  line-height: 1.02;
}

.sales-section {
  display: grid;
  grid-template-columns: minmax(0, 0.34fr) minmax(0, 0.66fr);
  gap: 2.3rem;
  align-items: start;
}

.sales-section-header {
  position: sticky;
  top: 1rem;
}

.sales-section-header h2 {
  margin: 0.45rem 0 0;
  font-size: clamp(2.1rem, 3.4vw, 3.35rem);
  line-height: 1;
}

.sales-section-header p:last-child {
  margin: 1rem 0 0;
  color: var(--secondary);
  font-size: 1.04rem;
  line-height: 1.58;
}

.sales-grid,
.kit-grid,
.decision-step-list,
.sales-faq-list {
  display: grid;
  border-top: 1px solid var(--rule);
  border-left: 1px solid var(--rule);
}

.sales-grid,
.kit-grid {
  grid-template-columns: repeat(2, minmax(0, 1fr));
}

.sales-card,
.kit-card,
.decision-step,
.sales-faq-list article {
  border-right: 1px solid var(--rule);
  border-bottom: 1px solid var(--rule);
  padding: 1.15rem;
  background:
    linear-gradient(90deg, rgba(15, 15, 15, 0.025) 1px, transparent 1px) 0 0 / 4.5rem 4.5rem,
    var(--background);
}

.sales-card p:first-child,
.kit-card p:first-child,
.decision-step p:first-child {
  margin: 0 0 0.5rem;
  color: var(--accent);
  font-family: var(--ui);
  font-size: 0.66rem;
  font-weight: 900;
  letter-spacing: 0.14em;
  text-transform: uppercase;
}

.sales-card h3,
.kit-card h3,
.decision-step h3,
.sales-faq-list h3 {
  margin: 0;
  font-family: var(--display);
  font-size: 1.55rem;
  line-height: 1.08;
}

.sales-card p:last-child,
.kit-card p:last-child,
.decision-step p:last-child,
.sales-faq-list p {
  margin: 0.75rem 0 0;
  color: var(--secondary);
  font-size: 0.98rem;
  line-height: 1.52;
}

.kit-card strong {
  display: block;
  margin: 0.55rem 0 0;
  color: var(--accent);
  font-family: var(--ui);
  font-size: 0.68rem;
  font-weight: 900;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

.decision-step-list,
.sales-faq-list {
  grid-template-columns: minmax(0, 1fr);
}

.decision-step {
  display: grid;
  grid-template-columns: 5rem minmax(0, 1fr);
  gap: 1rem;
  align-items: start;
}

.decision-step p:first-child {
  margin: 0;
  font-family: var(--display);
  font-size: 2.35rem;
  line-height: 0.9;
}

.sales-faq-list article {
  min-height: 0;
}

.sales-final-cta {
  max-width: 92rem;
  margin: 0 auto;
  border-bottom: 1px solid var(--rule);
  padding: 2.8rem 0;
}

.sales-final-cta h2 {
  max-width: 54rem;
  margin: 0;
  font-size: clamp(2.6rem, 4vw, 4.2rem);
  line-height: 0.98;
}

.sales-final-cta p {
  max-width: 42rem;
  margin: 1rem 0 0;
  color: var(--secondary);
  font-size: 1.16rem;
  line-height: 1.52;
}

.product-sales-page .sales-hero h1 {
  max-width: 43rem;
  font-size: clamp(2.65rem, 4.1vw, 4.2rem);
  line-height: 1;
}

.product-sales-page .sales-hero .lead-italic {
  max-width: 38rem;
  font-size: clamp(1.05rem, 1.45vw, 1.28rem);
  line-height: 1.45;
}

.product-sales-page .microcopy {
  margin-top: 0.9rem;
  font-size: 0.72rem;
}

.decision-demand-article .guide-principle-evidence p:not(.guide-link-label) {
  margin: 0;
  color: var(--secondary);
  font-size: 0.95rem;
  line-height: 1.56;
}

.decision-demand-object {
  max-width: 72rem;
}

.product-hero {
  background:
    linear-gradient(90deg, rgba(15, 15, 15, 0.026) 1px, transparent 1px) 0 0 / 6rem 6rem,
    var(--paper-warm);
  padding-bottom: 2.25rem;
}

.product-proof-strip {
  margin-top: 0;
}

.product-decision-panel,
.product-buy-panel {
  max-width: 92rem;
  margin: 0 auto;
  border-bottom: 1px solid var(--rule);
}

.product-decision-panel {
  display: grid;
  grid-template-columns: minmax(0, 0.26fr) minmax(0, 0.74fr);
  gap: 2rem;
  align-items: start;
  padding: 2.2rem 0;
}

.decision-router {
  display: grid;
  grid-template-columns: repeat(5, minmax(0, 1fr));
  border-top: 1px solid var(--rule);
  border-left: 1px solid var(--rule);
}

.decision-router article {
  min-height: 12rem;
  border-right: 1px solid var(--rule);
  border-bottom: 1px solid var(--rule);
  padding: 1rem;
  background:
    linear-gradient(90deg, rgba(15, 15, 15, 0.025) 1px, transparent 1px) 0 0 / 4.5rem 4.5rem,
    var(--background);
}

.decision-router p,
.kit-rail span {
  margin: 0 0 0.7rem;
  color: var(--accent);
  font-family: var(--ui);
  font-size: 0.64rem;
  font-weight: 900;
  letter-spacing: 0.13em;
  line-height: 1.35;
  text-transform: uppercase;
}

.decision-router h3 {
  min-height: 4.7rem;
  margin: 0;
  font-family: var(--display);
  font-size: clamp(1.35rem, 1.7vw, 1.85rem);
  line-height: 1.05;
}

.decision-router span {
  display: block;
  margin-top: 1.1rem;
  color: var(--secondary);
  font-family: var(--ui);
  font-size: 0.72rem;
  font-weight: 900;
  letter-spacing: 0.08em;
  line-height: 1.45;
  text-transform: uppercase;
}

.product-buy-panel {
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  gap: 1.5rem;
  align-items: center;
  padding: 1.35rem 0;
}

.product-buy-panel h2 {
  max-width: 42rem;
  margin: 0.2rem 0 0;
  font-size: clamp(1.75rem, 2.3vw, 2.5rem);
  line-height: 1;
}

.buy-panel-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 0.85rem;
  align-items: center;
  justify-content: end;
}

.buy-panel-actions .curiosity-cta {
  font-family: var(--ui);
  font-size: 0.78rem;
  font-weight: 900;
  letter-spacing: 0.1em;
  text-transform: uppercase;
}

.buy-panel-actions .gyb-submit-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: auto;
  margin: 0;
  text-decoration: none;
}

.compact-sales-section {
  padding: 2.25rem 0;
}

.kit-rail {
  display: grid;
  grid-template-columns: repeat(6, minmax(0, 1fr));
  border-top: 1px solid var(--rule);
  border-left: 1px solid var(--rule);
}

.kit-rail article {
  min-height: 10.75rem;
  border-right: 1px solid var(--rule);
  border-bottom: 1px solid var(--rule);
  padding: 1rem;
  background:
    linear-gradient(90deg, rgba(15, 15, 15, 0.025) 1px, transparent 1px) 0 0 / 4.5rem 4.5rem,
    var(--background);
}

.kit-rail h3 {
  margin: 0;
  font-family: var(--display);
  font-size: clamp(1.2rem, 1.5vw, 1.55rem);
  line-height: 1.05;
}

.kit-rail p {
  margin: 0.65rem 0 0;
  color: var(--secondary);
  font-size: 0.92rem;
  line-height: 1.45;
}

.compact-faq-list details {
  border-right: 1px solid var(--rule);
  border-bottom: 1px solid var(--rule);
  background:
    linear-gradient(90deg, rgba(15, 15, 15, 0.025) 1px, transparent 1px) 0 0 / 4.5rem 4.5rem,
    var(--background);
}

.compact-faq-list summary {
  cursor: pointer;
  padding: 1.05rem 1.15rem;
  font-family: var(--display);
  font-size: 1.42rem;
  line-height: 1.1;
}

.compact-faq-list p {
  max-width: 50rem;
  margin: 0;
  border-top: 1px solid rgba(26, 26, 26, 0.22);
  padding: 0.95rem 1.15rem 1.1rem;
}

.product-final-cta {
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  gap: 1.5rem;
  align-items: end;
}

.preview-sales-page .preview-hero h1 {
  max-width: 38rem;
  font-size: clamp(2.6rem, 4vw, 4.05rem);
  line-height: 1;
}

.preview-sales-page .preview-hero .lead-italic {
  max-width: 38rem;
  font-size: clamp(1.08rem, 1.45vw, 1.28rem);
  line-height: 1.45;
}

.preview-proof-strip {
  margin-top: 0;
}

.preview-section {
  display: grid;
  grid-template-columns: minmax(0, 0.34fr) minmax(0, 0.66fr);
  gap: 2.3rem;
  max-width: 92rem;
  margin: 0 auto;
  border-bottom: 1px solid var(--rule);
  padding: 2.7rem 0;
}

.preview-read-map,
.preview-sample-grid {
  display: grid;
  border-top: 1px solid var(--rule);
  border-left: 1px solid var(--rule);
}

.preview-read-map {
  grid-template-columns: repeat(3, minmax(0, 1fr));
}

.preview-read-map article,
.sample-card {
  border-right: 1px solid var(--rule);
  border-bottom: 1px solid var(--rule);
  padding: 1.15rem;
  background:
    linear-gradient(90deg, rgba(15, 15, 15, 0.025) 1px, transparent 1px) 0 0 / 4.5rem 4.5rem,
    var(--background);
}

.preview-read-map p:first-child,
.sample-card > p:first-child {
  margin: 0 0 0.55rem;
  color: var(--accent);
  font-family: var(--ui);
  font-size: 0.66rem;
  font-weight: 900;
  letter-spacing: 0.14em;
  line-height: 1.35;
  text-transform: uppercase;
}

.preview-read-map h3,
.sample-card h3 {
  margin: 0;
  font-family: var(--display);
  font-size: 1.55rem;
  line-height: 1.08;
}

.preview-read-map p:last-child,
.sample-card dd,
.sample-verdict {
  color: var(--secondary);
  font-size: 0.98rem;
  line-height: 1.52;
}

.preview-read-map p:last-child {
  margin: 0.75rem 0 0;
}

.preview-core-rule {
  align-items: start;
}

.preview-core-rule h2 {
  max-width: 32rem;
  margin: 0.45rem 0 0;
  font-size: clamp(2.2rem, 3.4vw, 3.55rem);
  line-height: 1;
}

.preview-core-copy {
  max-width: 48rem;
}

.preview-core-copy p {
  margin: 0;
  font-size: clamp(1.22rem, 1.9vw, 1.65rem);
  line-height: 1.35;
}

.preview-core-copy p + p {
  margin-top: 1rem;
}

.preview-sample-grid {
  grid-template-columns: minmax(0, 1fr);
}

.sample-card dl {
  display: grid;
  gap: 0;
  margin: 1rem 0 0;
  border-top: 1px solid rgba(26, 26, 26, 0.32);
}

.sample-card dl div {
  display: grid;
  grid-template-columns: 8rem minmax(0, 1fr);
  gap: 1rem;
  border-bottom: 1px solid rgba(26, 26, 26, 0.32);
  padding: 0.8rem 0;
}

.sample-card dt {
  color: var(--accent);
  font-family: var(--ui);
  font-size: 0.66rem;
  font-weight: 900;
  letter-spacing: 0.12em;
  line-height: 1.35;
  text-transform: uppercase;
}

.sample-card dd {
  margin: 0;
}

.sample-verdict {
  margin: 1rem 0 0;
  font-weight: 700;
}

.sample-card .text-link {
  display: inline-block;
  margin-top: 0.8rem;
  color: var(--accent);
  font-family: var(--ui);
  font-size: 0.72rem;
  font-weight: 900;
  letter-spacing: 0.1em;
  text-transform: uppercase;
}

.preview-final-cta {
  border-top: 0;
}

@media (max-width: 70rem) {
  .research-decision-hero,
  .sales-hero {
    grid-template-columns: minmax(0, 1fr);
  }

  .research-door-grid,
  .sales-proof-strip {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .sales-section {
    grid-template-columns: minmax(0, 1fr);
  }

  .product-decision-panel,
  .product-buy-panel,
  .product-final-cta {
    grid-template-columns: minmax(0, 1fr);
  }

  .decision-router {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .kit-rail {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }

  .buy-panel-actions {
    justify-content: start;
  }

  .preview-section {
    grid-template-columns: minmax(0, 1fr);
  }

  .preview-read-map {
    grid-template-columns: minmax(0, 1fr);
  }

  .sales-section-header {
    position: static;
  }
}

@media (max-width: 46rem) {
  .research-decision-hero,
  .sales-hero {
    gap: 1.4rem;
    min-height: 0;
    align-items: start;
    padding: 2rem 0;
  }

  .research-decision-hero > div,
  .sales-hero > div {
    align-content: start;
  }

  .research-decision-hero h1,
  .sales-hero h1 {
    font-size: clamp(2.25rem, 12vw, 3rem);
  }

  .product-sales-page .sales-hero h1 {
    font-size: clamp(2.05rem, 9.4vw, 2.65rem);
    line-height: 1.02;
  }

  .product-sales-page .sales-hero .lead-italic {
    font-size: 1.08rem;
    line-height: 1.36;
  }

  .preview-sales-page .preview-hero h1 {
    font-size: clamp(2.05rem, 9.4vw, 2.65rem);
    line-height: 1.02;
  }

  .preview-sales-page .preview-hero .lead-italic {
    font-size: 1.08rem;
    line-height: 1.36;
  }

  .hero-action-row {
    display: grid;
    grid-template-columns: minmax(0, 1fr);
  }

  .hero-check-list {
    grid-template-columns: minmax(0, 1fr);
  }

  .hero-action-row .gyb-submit-btn,
  .hero-action-row .curiosity-cta {
    width: 100%;
    min-width: 0;
  }

  .research-door-grid,
  .sales-proof-strip,
  .sales-grid,
  .kit-grid,
  .decision-router,
  .kit-rail {
    grid-template-columns: minmax(0, 1fr);
  }

  .product-decision-panel,
  .product-buy-panel,
  .compact-sales-section {
    padding: 1.8rem 0;
  }

  .decision-router article,
  .kit-rail article {
    min-height: 0;
  }

  .decision-router h3 {
    min-height: 0;
  }

  .buy-panel-actions {
    display: grid;
    grid-template-columns: minmax(0, 1fr);
  }

  .buy-panel-actions .curiosity-cta,
  .buy-panel-actions .gyb-submit-btn {
    width: 100%;
  }

  .compact-faq-list summary {
    font-size: 1.25rem;
  }

  .sales-proof-strip article {
    min-height: 0;
  }

  .sales-section {
    padding: 2rem 0;
  }

  .preview-section {
    padding: 2rem 0;
  }

  .sample-card dl div {
    grid-template-columns: minmax(0, 1fr);
    gap: 0.35rem;
  }

  .decision-step {
    grid-template-columns: 3.5rem minmax(0, 1fr);
  }

  .decision-step p:first-child {
    font-size: 1.85rem;
  }
}

@media (max-width: 35rem) {
  .sales-page .issue-line,
  .research-commercial-page .issue-line {
    display: none;
  }

  .sales-page .masthead-link,
  .research-commercial-page .masthead-link {
    padding: 0.7rem 0 0.75rem;
  }

  .sales-page .core-header .masthead-wordmark,
  .research-commercial-page .core-header .masthead-wordmark {
    font-size: clamp(1.8rem, 8vw, 2.15rem);
  }

  .sales-page .primary-nav,
  .research-commercial-page .primary-nav {
    display: flex;
    flex-wrap: nowrap;
    gap: 0.85rem;
    overflow-x: auto;
    padding: 0.65rem 0;
    font-size: 0.62rem;
    white-space: nowrap;
  }

  .product-sales-page .sales-hero {
    padding-top: 1.55rem;
  }
}

/* Navigation room redesign */
.archive-room-hero {
  display: grid;
  grid-template-columns: minmax(0, 0.82fr) minmax(19rem, 0.42fr);
  gap: 0;
  align-items: stretch;
  width: min(100%, 92rem);
  max-width: 92rem;
  margin: 0 auto;
  border-bottom: 1px solid var(--rule);
  padding: 2.4rem 0 0;
  overflow: hidden;
}

.room-hero-copy {
  position: relative;
  display: grid;
  align-content: end;
  min-width: 0;
  min-height: 27rem;
  border-top: 1px solid var(--rule);
  border-left: 1px solid var(--rule);
  padding: clamp(1.35rem, 4vw, 2.4rem);
  background:
    linear-gradient(90deg, rgba(26, 26, 26, 0.035) 1px, transparent 1px) 0 0 / 5.5rem 5.5rem,
    var(--background);
}

.room-hero-copy::before {
  content: "";
  position: absolute;
  left: clamp(1.35rem, 4vw, 2.4rem);
  top: clamp(1.35rem, 4vw, 2.4rem);
  width: 7.2rem;
  height: 0.24rem;
  background: var(--brass);
}

.room-hero-copy h1 {
  max-width: min(12.5ch, 100%);
  margin: 0;
  font-size: clamp(4rem, 7vw, 7rem);
  line-height: 0.86;
  overflow-wrap: break-word;
  text-wrap: balance;
}

.room-hero-copy > p:not(.eyebrow) {
  max-width: min(49rem, 100%);
  margin: 1.1rem 0 0;
  color: var(--secondary);
  font-size: clamp(1.18rem, 1.8vw, 1.42rem);
  line-height: 1.5;
  overflow-wrap: break-word;
}

.room-hero-visual {
  display: grid;
  grid-template-rows: minmax(0, 1fr) auto;
  min-width: 0;
  min-height: 27rem;
  margin: 0;
  border-top: 1px solid var(--rule);
  border-right: 1px solid var(--rule);
  border-left: 1px solid var(--rule);
  background: var(--panel);
}

.room-hero-visual img {
  width: 100%;
  height: 100%;
  min-height: 0;
  object-fit: cover;
  filter: saturate(0.92) contrast(1.04);
}

.room-hero-visual figcaption {
  border-top: 1px solid rgba(26, 26, 26, 0.42);
  padding: 0.72rem 0.9rem;
  color: var(--muted);
  font-family: var(--ui);
  font-size: 0.72rem;
  font-weight: 800;
  letter-spacing: 0.04em;
  line-height: 1.4;
  text-transform: uppercase;
}

.room-ledger {
  grid-column: 1 / -1;
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  min-width: 0;
  margin: 0;
  border: 1px solid var(--rule);
  border-bottom: 0;
  background: #fdfdfb;
}

.room-ledger div {
  display: grid;
  align-content: space-between;
  min-width: 0;
  min-height: 10rem;
  border-right: 1px solid rgba(26, 26, 26, 0.42);
  padding: 1rem;
}

.room-ledger div:last-child {
  border-right: 0;
}

.room-ledger dt {
  min-width: 0;
  color: var(--accent);
  font-family: var(--ui);
  font-size: 0.68rem;
  font-weight: 900;
  letter-spacing: 0.14em;
  line-height: 1.35;
  text-transform: uppercase;
}

.room-ledger dd {
  min-width: 0;
  margin: 1.25rem 0 0;
  color: var(--text);
  font-family: var(--display);
  font-size: clamp(1.85rem, 3.6vw, 4.1rem);
  line-height: 0.92;
  overflow-wrap: anywhere;
  text-wrap: balance;
}

.room-ledger span {
  display: block;
  margin-top: 0.75rem;
  color: var(--muted);
  font-family: var(--ui);
  font-size: 0.72rem;
  font-weight: 850;
  letter-spacing: 0.04em;
  line-height: 1.4;
  text-transform: uppercase;
}

.search-terminal {
  max-width: 92rem;
  margin: 2rem auto 0;
  border: 1px solid var(--rule);
  background:
    linear-gradient(90deg, rgba(91, 31, 50, 0.05) 1px, transparent 1px) 0 0 / 5rem 5rem,
    var(--paper-warm);
}

.search-terminal > div {
  display: grid;
  grid-template-columns: minmax(18rem, 0.38fr) minmax(0, 1fr);
  gap: 1.4rem;
  align-items: center;
  padding: clamp(1.2rem, 3vw, 2rem);
}

.search-terminal .eyebrow {
  grid-column: 1 / -1;
  margin-bottom: -0.2rem;
}

.search-terminal h2 {
  grid-column: 1;
  max-width: 24rem;
  margin: 0;
  font-size: clamp(2.25rem, 4vw, 4.2rem);
  line-height: 0.94;
}

.search-terminal .search-form {
  grid-column: 2;
  grid-template-columns: 7rem minmax(0, 1fr);
  margin: 0;
  border-top: 0;
  border-bottom: 0;
  padding: 0;
}

.case-row {
  grid-template-columns: 13.5rem minmax(0, 1fr) minmax(10rem, 0.26fr);
  gap: 0;
  align-items: stretch;
  border: 1px solid rgba(26, 26, 26, 0.42);
  border-bottom: 0;
  padding: 0;
  background: var(--background);
}

.case-row:last-child {
  border-bottom: 1px solid rgba(26, 26, 26, 0.42);
}

.case-row > div,
.case-row aside {
  min-width: 0;
}

.case-thumb {
  height: auto;
  min-height: 12rem;
  border: 0;
  border-right: 1px solid rgba(26, 26, 26, 0.42);
  background: var(--panel);
}

.case-row-body {
  display: grid;
  align-content: center;
  padding: 1.15rem 1.25rem;
}

.case-row-accession {
  margin: 0 0 0.7rem;
  color: var(--accent);
  font-family: var(--ui);
  font-size: 0.7rem;
  font-weight: 900;
  letter-spacing: 0.12em;
  line-height: 1.35;
  text-transform: uppercase;
}

.case-row h2 {
  max-width: 56rem;
  font-size: clamp(1.9rem, 3.4vw, 3.1rem);
  line-height: 0.96;
}

.case-row p:last-child {
  max-width: 54rem;
}

.case-row-rail {
  display: grid;
  align-content: start;
  gap: 0.55rem;
  border-left: 1px solid rgba(26, 26, 26, 0.42);
  padding: 1rem;
  background: #fdfdfb;
}

.case-row-rail span,
.case-row-rail a {
  display: block;
  color: var(--secondary);
  font-family: var(--ui);
  font-size: 0.68rem;
  font-weight: 900;
  letter-spacing: 0.09em;
  line-height: 1.35;
  text-decoration: none;
  text-transform: uppercase;
}

.case-row-rail a {
  color: var(--accent);
}

.archive-search {
  padding-top: 2.6rem;
}

.search-heading {
  background: var(--background);
}

.search-result {
  grid-template-columns: minmax(5.4rem, 0.13fr) minmax(0, 1fr);
  gap: 0;
  border-right: 1px solid rgba(26, 26, 26, 0.42);
  border-left: 1px solid rgba(26, 26, 26, 0.42);
  padding: 0;
}

.search-result-marker {
  border-right: 1px solid rgba(26, 26, 26, 0.42);
  padding: 1.15rem 0.9rem;
  background: #fdfdfb;
}

.search-result-body {
  padding: 1.15rem 1.25rem 1.35rem;
}

.search-result h2 {
  font-size: clamp(1.9rem, 3.5vw, 3rem);
  line-height: 0.98;
}

.brand-index-tools {
  background: #fdfdfb;
}

.brand-index-grid {
  grid-template-columns: repeat(auto-fit, minmax(18rem, 1fr));
  background: var(--background);
}

.brand-index-grid > div {
  min-height: 16rem;
  padding: 1.05rem 1rem 1.2rem;
}

.brand-index-grid a {
  border-top: 1px solid rgba(26, 26, 26, 0.22);
  padding-top: 0.68rem;
}

.brand-index-grid a:first-of-type {
  border-top: 0;
  padding-top: 0;
}

.country-score-card,
.country-lane-card,
.country-candidate-panel {
  background:
    linear-gradient(90deg, rgba(26, 26, 26, 0.026) 1px, transparent 1px) 0 0 / 4.8rem 4.8rem,
    var(--background);
}

.country-score-card.is-open,
.country-lane-card.is-open {
  background:
    linear-gradient(90deg, rgba(91, 31, 50, 0.045) 1px, transparent 1px) 0 0 / 4.8rem 4.8rem,
    #fdfdfb;
}

.country-lane-grid {
  margin-top: 2.6rem;
}

@media (max-width: 900px) {
  .archive-room-hero,
  .search-terminal > div,
  .case-row,
  .search-result {
    grid-template-columns: 1fr;
  }

  .room-hero-copy,
  .room-hero-visual {
    min-height: 0;
  }

  .room-hero-visual {
    border-left: 1px solid var(--rule);
  }

  .room-hero-visual img {
    min-height: 18rem;
  }

  .search-terminal .eyebrow,
  .search-terminal h2,
  .search-terminal .search-form {
    grid-column: auto;
  }

  .search-terminal .eyebrow {
    margin-bottom: 0;
  }

  .search-terminal .search-form {
    grid-template-columns: 1fr;
  }

  .room-ledger {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .room-ledger div:nth-child(2n) {
    border-right: 0;
  }

  .room-ledger div:nth-child(-n + 2) {
    border-bottom: 1px solid rgba(26, 26, 26, 0.42);
  }

  .case-thumb {
    min-height: 15rem;
    border-right: 0;
    border-bottom: 1px solid rgba(26, 26, 26, 0.42);
  }

  .case-row-rail {
    border-left: 0;
    border-top: 1px solid rgba(26, 26, 26, 0.42);
  }

  .search-result-marker {
    border-right: 0;
    border-bottom: 1px solid rgba(26, 26, 26, 0.42);
  }
}

@media (max-width: 560px) {
  .archive-room-hero,
  .archive-room-hero > *,
  .room-hero-copy,
  .room-hero-copy h1,
  .room-hero-copy p,
  .room-hero-visual,
  .room-ledger,
  .room-ledger div,
  .search-terminal,
  .search-terminal > div,
  .search-terminal h2,
  .case-row-rail,
  .case-row-body,
  .search-result-marker,
  .search-result-body {
    width: min(100%, 23rem);
    max-width: min(100%, 23rem);
    margin-left: 0;
    margin-right: 0;
    overflow-wrap: break-word;
  }

  .archive-room-hero {
    padding-top: 1.5rem;
  }

  .room-hero-copy {
    padding: 1.15rem;
  }

  .room-hero-copy::before {
    left: 1.15rem;
    top: 1.15rem;
    width: 5.4rem;
  }

  .room-hero-copy h1 {
    padding-top: 2rem;
    font-size: clamp(2.45rem, 13vw, 3.35rem);
    line-height: 0.94;
  }

  .room-ledger {
    grid-template-columns: 1fr;
  }

  .room-ledger div,
  .room-ledger div:nth-child(2n),
  .room-ledger div:nth-child(-n + 2) {
    min-height: 7.2rem;
    border-right: 0;
    border-bottom: 1px solid rgba(26, 26, 26, 0.42);
  }

  .room-ledger div:last-child {
    border-bottom: 0;
  }

  .search-terminal {
    margin-top: 1.2rem;
  }
}

.outcome-ledger {
  margin: clamp(1.5rem, 4vw, 3rem) auto;
}

.outcome-table td:nth-child(5) {
  min-width: 18rem;
}

.outcome-card-list {
  display: none;
}

@media (max-width: 760px) {
  .outcome-table {
    display: none;
  }

  .outcome-card-list {
    display: grid;
    gap: 0.85rem;
  }

  .outcome-card-list article {
    border: 1px solid rgba(26, 26, 26, 0.32);
    padding: 1rem;
    background: #f8f5ed;
  }

  .outcome-card-list p,
  .outcome-card-list h3 {
    margin: 0;
  }

  .outcome-card-list h3 {
    font-size: 1.35rem;
    line-height: 1.05;
    margin-top: 0.35rem;
  }

  .outcome-card-list dl {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 0.65rem;
    margin: 0.85rem 0;
  }

  .outcome-card-list dt {
    font-size: 0.68rem;
    font-weight: 800;
    letter-spacing: 0.08em;
    text-transform: uppercase;
    color: #5a2636;
  }

  .outcome-card-list dd {
    margin: 0.15rem 0 0;
    font-weight: 700;
  }
}

.structure-page {
  --structure-accent: #10233d;
  --structure-signal: #c8ad6f;
  --structure-rose: #6f1d3b;
  background:
    linear-gradient(90deg, var(--structure-accent) 0, var(--structure-accent) 1.15rem, var(--structure-signal) 1.15rem, var(--structure-signal) 1.45rem, transparent 1.45rem),
    linear-gradient(180deg, #fbf7ef 0, #f4efe6 34rem, #f7f7f2 100%);
}

.structure-page .cover {
  min-height: auto;
  border-bottom: 1px solid rgba(16, 35, 61, 0.18);
  background: rgba(251, 247, 239, 0.86);
}

.structure-page .cover-inner {
  width: min(calc(100% - 4rem), 92rem);
  min-height: auto;
  grid-template-rows: auto auto auto;
  padding-inline: 0;
  padding-bottom: clamp(1.4rem, 3vw, 2.4rem);
}

.structure-page .issue-line {
  color: #5f574d;
}

.structure-page .primary-nav {
  gap: 0.55rem clamp(0.95rem, 1.8vw, 1.45rem);
  border-bottom-color: rgba(16, 35, 61, 0.28);
  overflow: visible;
  font-size: clamp(0.64rem, 0.72vw, 0.72rem);
}

.structure-page .primary-nav a {
  white-space: nowrap;
}

.structure-page .site-footer {
  --footer-accent: var(--structure-accent);
  --footer-signal: var(--structure-signal);
}

.structure-page .masthead-wordmark {
  color: #17130f;
  font-size: clamp(2.45rem, 3.05vw, 3.15rem);
  line-height: 0.92;
}

.structure-page .masthead-deck {
  font-size: 0.96rem;
}

.structure-main {
  display: grid;
  gap: clamp(1.2rem, 2.6vw, 2rem);
  width: min(100% - 2rem, 92rem);
  margin: 0 auto;
  padding: clamp(1.35rem, 3vw, 2.35rem) 0 clamp(3rem, 6vw, 5rem);
}

.structure-hero,
.structure-board,
.structure-split,
.structure-note {
  margin-left: clamp(0rem, 7vw, 7.8rem);
}

.structure-hero {
  display: grid;
  grid-template-columns: minmax(0, 0.84fr) minmax(18rem, 0.46fr);
  gap: clamp(1rem, 3vw, 3rem);
  align-items: center;
  border-top: 1px solid rgba(16, 35, 61, 0.24);
  border-bottom: 1px solid rgba(16, 35, 61, 0.24);
  padding: clamp(1rem, 2.2vw, 1.75rem) 0;
}

.structure-kicker,
.structure-card span,
.structure-mini-card span,
.structure-note span {
  color: #6f1d3b;
  font-family: var(--ui);
  font-size: 0.7rem;
  font-weight: 900;
  letter-spacing: 0.11em;
  line-height: 1.2;
  text-transform: uppercase;
}

.structure-hero h1 {
  max-width: 16ch;
  margin: 0.35rem 0 0;
  color: #17130f;
  font-family: var(--display);
  font-size: 2.75rem;
  font-weight: 500;
  letter-spacing: 0;
  line-height: 1.02;
  text-wrap: balance;
}

.structure-hero p:not(.structure-kicker) {
  max-width: 42rem;
  margin: 1rem 0 0;
  color: #3b332b;
  font-family: var(--ui);
  font-size: clamp(1rem, 1.25vw, 1.18rem);
  font-weight: 520;
  line-height: 1.48;
}

.structure-metrics {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  border-top: 1px solid rgba(16, 35, 61, 0.34);
  border-left: 1px solid rgba(16, 35, 61, 0.34);
}

.structure-metrics div {
  min-height: 6.4rem;
  border-right: 1px solid rgba(16, 35, 61, 0.34);
  border-bottom: 1px solid rgba(16, 35, 61, 0.34);
  background: rgba(255, 250, 242, 0.72);
  padding: 0.85rem;
}

.structure-metrics dt {
  color: #6f1d3b;
  font-family: var(--ui);
  font-size: 0.66rem;
  font-weight: 900;
  letter-spacing: 0.1em;
  text-transform: uppercase;
}

.structure-metrics dd {
  margin: 0.62rem 0 0;
  color: #10233d;
  font-family: var(--display);
  font-size: clamp(1.75rem, 3vw, 2.7rem);
  line-height: 0.96;
}

.structure-board {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(min(100%, 17.5rem), 1fr));
  border-top: 1px solid rgba(16, 35, 61, 0.24);
  border-left: 1px solid rgba(16, 35, 61, 0.24);
}

.structure-card {
  display: grid;
  align-content: start;
  min-height: 13.5rem;
  border-right: 1px solid rgba(16, 35, 61, 0.24);
  border-bottom: 1px solid rgba(16, 35, 61, 0.24);
  background: rgba(255, 250, 242, 0.72);
  padding: clamp(1rem, 1.6vw, 1.35rem);
  text-decoration: none;
  transition: background 160ms ease, transform 160ms ease;
}

.structure-card.has-image {
  min-height: 20.5rem;
}

.structure-card img {
  width: 100%;
  aspect-ratio: 16 / 9;
  margin: -0.2rem 0 1rem;
  border: 1px solid rgba(16, 35, 61, 0.2);
  background: #ece4d7;
  object-fit: cover;
}

.structure-card:hover,
.structure-card:focus-visible {
  background: #fffdf8;
  transform: translateY(-1px);
}

.structure-card strong {
  display: block;
  margin-top: 0.8rem;
  color: #17130f;
  font-family: var(--display);
  font-size: 1.9rem;
  font-weight: 500;
  line-height: 1.02;
}

.structure-card small {
  display: block;
  margin-top: 1.4rem;
  color: rgba(47, 42, 36, 0.72);
  font-family: var(--ui);
  font-size: 0.86rem;
  font-weight: 560;
  line-height: 1.35;
}

.structure-split {
  display: grid;
  grid-template-columns: minmax(0, 0.76fr) minmax(18rem, 0.44fr);
  border: 1px solid rgba(16, 35, 61, 0.24);
  background: rgba(255, 255, 255, 0.38);
}

.structure-split > div {
  padding: clamp(1.15rem, 2vw, 1.7rem);
}

.structure-split > div:first-child {
  border-right: 1px solid rgba(16, 35, 61, 0.24);
}

.structure-split h2,
.structure-note strong {
  margin: 0;
  color: #17130f;
  font-family: var(--display);
  font-size: 2.35rem;
  font-weight: 500;
  line-height: 1.02;
}

.structure-split p,
.structure-note p {
  max-width: 46rem;
  margin: 0.85rem 0 0;
  color: rgba(47, 42, 36, 0.72);
  font-family: var(--ui);
  font-size: 0.98rem;
  line-height: 1.48;
}

.structure-mini-grid {
  display: grid;
  gap: 0.7rem;
}

.structure-mini-card {
  border: 1px solid rgba(16, 35, 61, 0.2);
  background: rgba(255, 250, 242, 0.66);
  padding: 0.82rem;
  text-decoration: none;
}

.structure-mini-card strong {
  display: block;
  margin-top: 0.35rem;
  font-family: var(--ui);
  font-size: 0.98rem;
  line-height: 1.18;
}

.structure-note {
  border-left: 0.72rem solid #10233d;
  background: rgba(255, 250, 242, 0.7);
  padding: 1rem 1.15rem;
}

@media (max-width: 900px) {
  .structure-page {
    background:
      linear-gradient(90deg, var(--structure-accent) 0, var(--structure-accent) 0.48rem, var(--structure-signal) 0.48rem, var(--structure-signal) 0.66rem, transparent 0.66rem),
      linear-gradient(180deg, rgba(16, 35, 61, 0.1), transparent 12rem),
      #f4efe6;
  }

  .structure-page .site-footer {
    background:
      linear-gradient(90deg, var(--structure-accent) 0, var(--structure-accent) 0.48rem, var(--structure-signal) 0.48rem, var(--structure-signal) 0.66rem, transparent 0.66rem),
      linear-gradient(180deg, color-mix(in srgb, var(--structure-accent) 7%, #f7f1e7) 0, #f6f4ee 100%);
    padding-left: 1rem;
  }

  .structure-hero,
  .structure-board,
  .structure-split,
  .structure-note {
    margin-left: 0;
  }

  .structure-hero,
  .structure-split {
    grid-template-columns: 1fr;
  }

  .structure-split > div:first-child {
    border-right: 0;
    border-bottom: 1px solid rgba(16, 35, 61, 0.24);
  }

  .structure-page .masthead-link {
    grid-template-columns: 1fr;
  }

  .structure-page .masthead-wordmark {
    font-size: 2.12rem;
  }
}

@media (max-width: 700px) {
  .structure-board {
    grid-template-columns: 1fr;
  }

  .structure-hero h1 {
    max-width: 100%;
    font-size: 2.12rem;
  }

  .structure-card strong {
    font-size: 1.72rem;
  }

  .structure-split h2,
  .structure-note strong {
    font-size: 1.9rem;
  }
}

.structure-superlatives-page {
  --structure-accent: #1d1d1f;
  --structure-signal: #d2d2d7;
  background:
    linear-gradient(180deg, #f5f5f7 0, #ffffff 30rem, #f6f4ee 100%);
}

.structure-superlatives-page .cover {
  min-height: 0;
}

.structure-superlatives-page .structure-main {
  width: min(100% - 2rem, 90rem);
  gap: clamp(0.9rem, 2vw, 1.4rem);
  padding-top: clamp(1rem, 2vw, 1.5rem);
}

.structure-superlatives-page .structure-hero,
.structure-superlatives-page .structure-board,
.structure-superlatives-page .structure-split,
.structure-superlatives-page .structure-note {
  margin-left: 0;
}

.structure-superlatives-page .structure-hero {
  grid-template-columns: minmax(0, 0.92fr) minmax(20rem, 0.62fr);
  align-items: stretch;
  border: 1px solid rgba(29, 29, 31, 0.24);
  border-left: 0.58rem solid #1d1d1f;
  background:
    linear-gradient(135deg, rgba(245, 245, 247, 0.96), rgba(255, 255, 255, 0.86)),
    #ffffff;
  padding: 0;
}

.structure-superlatives-page .structure-hero > div:first-child {
  display: grid;
  align-content: center;
  min-height: clamp(11.5rem, 19vw, 16rem);
  padding: clamp(1.15rem, 2.4vw, 2rem);
}

.structure-superlatives-page .structure-kicker,
.structure-superlatives-page .structure-card span,
.structure-superlatives-page .structure-mini-card span,
.structure-superlatives-page .structure-note span {
  color: #1d1d1f;
}

.structure-superlatives-page .structure-hero .structure-kicker {
  color: #626267;
}

.structure-superlatives-page .structure-hero h1 {
  max-width: 14ch;
  color: #1d1d1f;
  font-size: clamp(2rem, 3.2vw, 3rem);
}

.structure-superlatives-page .structure-hero p:not(.structure-kicker) {
  max-width: 42rem;
  color: rgba(29, 29, 31, 0.72);
  font-size: clamp(0.98rem, 1.14vw, 1.1rem);
  font-weight: 560;
}

.structure-superlatives-page .structure-metrics {
  align-self: stretch;
  border-top: 0;
  border-left-color: rgba(29, 29, 31, 0.2);
}

.structure-superlatives-page .structure-metrics div {
  min-height: auto;
  background: rgba(245, 245, 247, 0.82);
  border-right-color: rgba(29, 29, 31, 0.2);
  border-bottom-color: rgba(29, 29, 31, 0.2);
  padding: clamp(0.9rem, 1.4vw, 1.25rem);
}

.structure-superlatives-page .structure-metrics dt {
  color: rgba(29, 29, 31, 0.62);
}

.structure-superlatives-page .structure-metrics dd {
  color: #1d1d1f;
  font-size: clamp(1.45rem, 2.6vw, 2.35rem);
}

.structure-superlatives-page .structure-board {
  display: grid;
  grid-template-columns: repeat(12, minmax(0, 1fr));
  gap: clamp(0.75rem, 1.4vw, 1.05rem);
  counter-reset: superlative-rank;
  border: 0;
}

.structure-superlatives-page .structure-card {
  position: relative;
  grid-column: span 4;
  min-height: 15.2rem;
  border: 1px solid rgba(29, 29, 31, 0.26);
  background: rgba(255, 255, 255, 0.82);
  padding: clamp(0.72rem, 1.15vw, 0.95rem);
  overflow: hidden;
}

.structure-superlatives-page .structure-card::before {
  counter-increment: superlative-rank;
  content: "0" counter(superlative-rank);
  position: absolute;
  top: 0.9rem;
  right: 0.95rem;
  z-index: 2;
  color: rgba(29, 29, 31, 0.42);
  font-family: var(--ui);
  font-size: 0.72rem;
  font-weight: 900;
  letter-spacing: 0.1em;
}

.structure-superlatives-page .structure-card:nth-child(1),
.structure-superlatives-page .structure-card:nth-child(2) {
  grid-column: span 6;
  min-height: 17.4rem;
}

.structure-superlatives-page .structure-card:nth-child(1) {
  background:
    linear-gradient(180deg, rgba(29, 29, 31, 0), rgba(29, 29, 31, 0.05)),
    #ffffff;
}

.structure-superlatives-page .structure-card img {
  aspect-ratio: 16 / 5.8;
  margin: 0 0 clamp(0.62rem, 1vw, 0.85rem);
  border-color: rgba(29, 29, 31, 0.22);
  background: #f5f5f7;
  object-fit: contain;
}

.structure-superlatives-page .structure-card strong {
  max-width: 20ch;
  margin-top: 0.48rem;
  font-size: clamp(1.18rem, 1.55vw, 1.62rem);
  line-height: 1.05;
}

.structure-superlatives-page .structure-card small {
  max-width: 34rem;
  margin-top: 0.58rem;
  font-size: 0.8rem;
  color: rgba(29, 29, 31, 0.64);
}

.structure-superlatives-page .structure-split {
  grid-template-columns: minmax(0, 0.72fr) minmax(18rem, 0.48fr);
  background: rgba(255, 255, 255, 0.76);
}

@media (max-width: 900px) {
  .structure-superlatives-page {
    background:
      linear-gradient(90deg, #1d1d1f 0, #1d1d1f 0.48rem, #d2d2d7 0.48rem, #d2d2d7 0.66rem, transparent 0.66rem),
      #f4efe6;
  }

  .structure-superlatives-page .structure-hero,
  .structure-superlatives-page .structure-split {
    grid-template-columns: 1fr;
  }

  .structure-superlatives-page .structure-board {
    grid-template-columns: 1fr;
  }

  .structure-superlatives-page .structure-card,
  .structure-superlatives-page .structure-card:nth-child(1),
  .structure-superlatives-page .structure-card:nth-child(2) {
    grid-column: auto;
    min-height: 0;
  }

  .structure-superlatives-page .structure-card strong {
    max-width: 100%;
    font-size: 1.45rem;
  }
}

/* Batch 001 production pages: commercial diagnostic workbench */
.production-batch-001 {
  background:
    linear-gradient(90deg, rgba(33, 30, 25, 0.035) 1px, transparent 1px) 0 0 / 5rem 5rem,
    linear-gradient(180deg, rgba(248, 243, 232, 0), rgba(73, 31, 46, 0.045)),
    var(--paper);
}

.production-batch-001 .page-shell {
  width: min(calc(100% - 2rem), 92rem);
  max-width: 92rem;
  margin-inline: auto;
  padding-inline: 0;
  padding-top: clamp(1.1rem, 2.4vw, 2.2rem);
}

.production-batch-001 .production-page {
  counter-reset: production-step;
  display: grid;
  gap: clamp(0.85rem, 1.4vw, 1.25rem);
}

.production-batch-001 .production-page > header.case-file-hero {
  grid-template-columns: minmax(0, 1fr) minmax(16rem, 0.56fr);
  grid-template-areas:
    "copy proof"
    "ledger proof";
  gap: clamp(0.85rem, 1.8vw, 1.25rem);
  min-height: 0;
  border: 1px solid rgba(33, 30, 25, 0.28);
  background:
    linear-gradient(90deg, rgba(91, 31, 50, 0.045) 1px, transparent 1px) 0 0 / 4rem 4rem,
    #f7f7f2;
  color: #17130f;
  padding: clamp(0.9rem, 1.9vw, 1.35rem);
  overflow: hidden;
}

.production-batch-001 .production-page > header.case-file-hero::before {
  left: clamp(1rem, 2.4vw, 1.7rem);
  top: clamp(1rem, 2.4vw, 1.7rem);
  width: clamp(6rem, 11vw, 10rem);
  height: 0.18rem;
  background: #d8b56f;
}

.production-batch-001 .case-hero-copy {
  align-content: start;
  max-width: 54rem;
  padding: clamp(2rem, 3.5vw, 3rem) clamp(0.2rem, 0.7vw, 0.5rem) 0;
}

.production-batch-001 .case-hero-copy .eyebrow,
.production-batch-001 .case-file-label,
.production-batch-001 .brand-fact-panel dt,
.production-batch-001 .article-section::before {
  color: #5b1f32;
  letter-spacing: 0.16em;
}

.production-batch-001 .case-article > header h1 {
  max-width: 13ch;
  color: #17130f;
  font-size: clamp(2.8rem, 5.8vw, 5.8rem);
  line-height: 0.9;
}

.production-batch-001 .production-page--decision > header.case-file-hero {
  min-height: 0;
}

.production-batch-001 .production-page--decision .case-hero-copy {
  max-width: 48rem;
  padding-top: clamp(1.8rem, 3vw, 2.6rem);
}

.production-batch-001 .production-page--decision > header h1 {
  max-width: 12ch;
  font-size: clamp(2.8rem, 5vw, 4.8rem);
  line-height: 0.92;
}

.production-batch-001 .case-hero-copy > p:not(.eyebrow) {
  max-width: 38rem;
  color: #3a332b;
  font-family: var(--serif);
  font-size: clamp(1rem, 1.35vw, 1.18rem);
  line-height: 1.45;
}

.production-batch-001 .case-file-ledger {
  align-self: end;
  border: 1px solid rgba(33, 30, 25, 0.18);
  background: rgba(255, 248, 234, 0.68);
  box-shadow: none;
}

.production-batch-001 .case-file-ledger dl {
  grid-template-columns: repeat(4, minmax(0, 1fr));
}

.production-batch-001 .case-file-ledger dl > div {
  border-color: rgba(33, 30, 25, 0.13);
  min-height: 5.2rem;
  display: grid;
  align-content: end;
}

.production-batch-001 .case-file-ledger dt {
  color: #776b5b;
}

.production-batch-001 .case-file-ledger dd {
  color: #17130f;
  font-family: var(--sans);
  font-size: clamp(0.94rem, 1.12vw, 1.08rem);
  line-height: 1.06;
}

.production-batch-001 .case-file-hero > figure {
  width: 100%;
  max-width: 100%;
  min-width: 0;
  border-color: rgba(216, 181, 111, 0.34);
  background: #0f0e0d;
  box-shadow: 0 2rem 5rem rgba(8, 7, 5, 0.3);
}

.production-batch-001 .case-file-hero > figure img {
  width: 100%;
  height: auto;
  max-height: clamp(15rem, 34vw, 27rem);
  aspect-ratio: 4 / 3;
  object-fit: cover;
  filter: saturate(0.95) contrast(1.04);
}

.production-batch-001 .case-file-hero > figure.diagnostic-visual-card {
  position: relative;
  width: 100%;
  max-width: 100%;
  aspect-ratio: auto;
  border: 1px solid rgba(216, 181, 111, 0.44);
  background:
    linear-gradient(90deg, rgba(216, 181, 111, 0.1) 1px, transparent 1px) 0 0 / 2.2rem 2.2rem,
    linear-gradient(180deg, rgba(255, 248, 234, 0.1), rgba(15, 14, 13, 0.1)),
    #0f0e0d;
  padding: 0.75rem;
}

.production-batch-001 .case-file-hero > figure.diagnostic-visual-card::before {
  content: "AUDIT OBJECT";
  position: absolute;
  left: 1rem;
  top: 1rem;
  z-index: 1;
  border: 1px solid rgba(216, 181, 111, 0.42);
  background: rgba(15, 14, 13, 0.78);
  color: #d8b56f;
  font-family: var(--ui);
  font-size: 0.66rem;
  font-weight: 900;
  letter-spacing: 0.14em;
  padding: 0.36rem 0.5rem;
}

.production-batch-001 .case-file-hero > figure.diagnostic-visual-card img {
  border: 1px solid rgba(255, 248, 234, 0.16);
}

.production-batch-001 .case-article figcaption {
  background: rgba(255, 248, 234, 0.95);
  color: #4f4a40;
}

.production-batch-001 .case-file-hero > figure figcaption {
  border-top: 1px solid rgba(33, 30, 25, 0.14);
  background: #f1eee6;
  color: #50483d;
}

.production-batch-001 .answer-summary {
  grid-template-columns: minmax(9rem, 0.2fr) minmax(0, 1fr);
  max-width: none;
  margin: 0;
  border: 1px solid rgba(33, 30, 25, 0.18);
  background:
    linear-gradient(90deg, rgba(91, 31, 50, 0.04) 1px, transparent 1px) 0 0 / 4rem 4rem,
    #ffffff;
  color: #17130f;
  padding: clamp(0.95rem, 1.8vw, 1.3rem);
}

.production-batch-001 .answer-summary h2 {
  color: #5b1f32;
}

.production-batch-001 .answer-summary p {
  max-width: 60rem;
  color: #211e19;
  font-size: clamp(1rem, 1.45vw, 1.25rem);
  line-height: 1.42;
}

.production-batch-001 .takeaways {
  grid-template-columns: minmax(12rem, 0.24fr) minmax(0, 1fr);
  max-width: none;
  border: 1px solid rgba(33, 30, 25, 0.48);
  background: #f7f7f2;
  padding: 0;
  overflow: hidden;
}

.production-batch-001 .takeaways h2 {
  display: flex;
  align-items: flex-end;
  min-height: 8rem;
  margin: 0;
  border-right: 1px solid rgba(33, 30, 25, 0.24);
  background:
    linear-gradient(135deg, rgba(184, 148, 93, 0.18), transparent 62%),
    #f1eee7;
  padding: 1rem;
  font-size: clamp(1.8rem, 2.6vw, 2.6rem);
  line-height: 0.92;
}

.production-batch-001 .takeaways ul {
  grid-template-columns: repeat(4, minmax(0, 1fr));
}

.production-batch-001 .takeaways li {
  display: grid;
  align-content: end;
  min-height: 8rem;
  border-top: 0;
  border-right: 1px solid rgba(33, 30, 25, 0.18);
  padding: 3.2rem 0.9rem 0.95rem;
  color: #24211c;
  font-family: var(--sans);
  font-size: clamp(0.98rem, 1.1vw, 1.08rem);
  line-height: 1.35;
}

.production-batch-001 .takeaways li:last-child {
  border-right: 0;
}

.production-batch-001 .takeaways li::before {
  left: 1rem;
  top: 0.82rem;
  color: #5b1f32;
  font-size: 2rem;
}

.production-batch-001 .production-page--decision .takeaways h2 {
  font-size: clamp(1.8rem, 2.5vw, 2.4rem);
  line-height: 0.94;
}

.production-batch-001 .production-scorecard,
.production-batch-001 .production-signal-grid,
.production-batch-001 .production-score-ranges,
.production-batch-001 .production-research-note,
.production-batch-001 .production-route-strip {
  max-width: none;
  border: 1px solid rgba(33, 30, 25, 0.42);
  background: #ffffff;
}

.production-batch-001 .production-scorecard {
  display: grid;
  grid-template-columns: minmax(18rem, 0.34fr) minmax(0, 1fr);
  min-height: 0;
  background:
    linear-gradient(90deg, rgba(91, 31, 50, 0.08) 1px, transparent 1px) 0 0 / 3.25rem 3.25rem,
    #f1f1ec;
}

.production-batch-001 .production-scorecard-head {
  display: grid;
  align-content: start;
  gap: 1rem;
  border-right: 1px solid rgba(33, 30, 25, 0.22);
  background: #f7f7f2;
  color: #17130f;
  padding: 1.15rem;
}

.production-batch-001 .production-scorecard-head h2,
.production-batch-001 .production-signal-grid h2,
.production-batch-001 .production-score-ranges h2,
.production-batch-001 .production-research-note h2 {
  margin: 0;
  color: inherit;
  font-size: clamp(1.9rem, 3.2vw, 3rem);
  line-height: 0.96;
}

.production-batch-001 .production-scorecard-head p:not(.eyebrow),
.production-batch-001 .production-signal-grid > div > p:not(.eyebrow),
.production-batch-001 .production-score-ranges > div > p:not(.eyebrow),
.production-batch-001 .production-research-note p {
  font-family: var(--sans);
  font-size: 1rem;
  line-height: 1.48;
}

.production-batch-001 .production-scorecard-head p:not(.eyebrow) {
  color: #5d554b;
}

.production-batch-001 .production-scorecard-head .eyebrow {
  color: #5b1f32;
}

.production-batch-001 .production-score-scale {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  border: 1px solid rgba(33, 30, 25, 0.18);
}

.production-batch-001 .production-score-scale div {
  border-right: 1px solid rgba(33, 30, 25, 0.14);
  padding: 0.6rem;
}

.production-batch-001 .production-score-scale div:last-child {
  border-right: 0;
}

.production-batch-001 .production-score-scale dt {
  color: #5b1f32;
  font-family: var(--ui);
  font-size: 1.35rem;
  font-weight: 900;
}

.production-batch-001 .production-score-scale dd {
  margin: 0.18rem 0 0;
  color: #5d554b;
  font-family: var(--sans);
  font-size: 0.76rem;
  text-transform: uppercase;
  letter-spacing: 0.08em;
}

.production-batch-001 .production-score-rows {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
}

.production-batch-001 .production-score-rows article {
  display: grid;
  align-content: space-between;
  gap: 0.8rem;
  min-height: 10rem;
  border-right: 1px solid rgba(33, 30, 25, 0.18);
  border-bottom: 1px solid rgba(33, 30, 25, 0.18);
  padding: 1rem;
}

.production-batch-001 .production-score-rows article:nth-child(2n) {
  border-right: 0;
}

.production-batch-001 .score-gate {
  margin: 0;
  color: #5b1f32;
  font-family: var(--ui);
  font-size: 0.72rem;
  font-weight: 900;
  letter-spacing: 0.14em;
  text-transform: uppercase;
}

.production-batch-001 .production-score-rows h3 {
  margin: 0;
  color: #211e19;
  font-family: var(--serif);
  font-size: clamp(1.35rem, 1.8vw, 1.65rem);
  line-height: 1.05;
}

.production-batch-001 .production-score-rows p:last-child {
  margin: 0;
  color: #5d554b;
  font-family: var(--sans);
  font-size: 0.95rem;
  line-height: 1.42;
}

.production-batch-001 .production-signal-grid,
.production-batch-001 .production-score-ranges,
.production-batch-001 .production-research-note,
.production-batch-001 .production-route-strip {
  display: grid;
  grid-template-columns: minmax(16rem, 0.28fr) minmax(0, 1fr);
  gap: 1rem;
  padding: 1rem;
}

.production-batch-001 .production-signal-grid > div:first-child,
.production-batch-001 .production-score-ranges > div:first-child,
.production-batch-001 .production-research-note > div:first-child,
.production-batch-001 .production-route-strip > div:first-child {
  display: grid;
  align-content: start;
  gap: 0.75rem;
}

.production-batch-001 .production-signal-grid h2,
.production-batch-001 .production-score-ranges h2,
.production-batch-001 .production-research-note h2,
.production-batch-001 .production-route-strip h2 {
  color: #1d1814;
}

.production-batch-001 .production-signal-cards {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 0.75rem;
}

.production-batch-001 .production-signal-cards article {
  display: grid;
  align-content: space-between;
  gap: 0.8rem;
  min-height: 9rem;
  border: 1px solid rgba(33, 30, 25, 0.2);
  background: #f1f1ec;
  padding: 0.95rem;
}

.production-batch-001 .production-signal-cards h3 {
  margin: 0;
  color: #5b1f32;
  font-family: var(--ui);
  font-size: 0.82rem;
  font-weight: 900;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

.production-batch-001 .production-signal-cards p {
  margin: 0;
  color: #2c261f;
  font-family: var(--sans);
  font-size: 0.95rem;
  line-height: 1.46;
}

.production-batch-001 .production-signal-cards p:last-child {
  color: #5b1f32;
  font-weight: 800;
}

.production-batch-001 .production-score-ranges {
  background: #f7f7f2;
  color: #17130f;
}

.production-batch-001 .production-score-ranges h2,
.production-batch-001 .production-score-ranges > div > p:not(.eyebrow) {
  color: #17130f;
}

.production-batch-001 .production-score-ranges ol {
  display: grid;
  grid-template-columns: repeat(5, minmax(0, 1fr));
  gap: 0.55rem;
  margin: 0;
  padding: 0;
  list-style: none;
}

.production-batch-001 .production-score-ranges li {
  display: grid;
  gap: 0.65rem;
  min-height: 9.5rem;
  border: 1px solid rgba(33, 30, 25, 0.14);
  background: #ffffff;
  padding: 0.9rem;
}

.production-batch-001 .production-score-ranges span {
  color: #5b1f32;
  font-family: var(--ui);
  font-size: 0.8rem;
  font-weight: 900;
  letter-spacing: 0.12em;
}

.production-batch-001 .production-score-ranges strong {
  color: #17130f;
  font-family: var(--serif);
  font-size: clamp(1.15rem, 1.5vw, 1.35rem);
  line-height: 1.05;
}

.production-batch-001 .production-score-ranges li p {
  margin: 0;
  color: #5d554b;
  font-family: var(--sans);
  font-size: 0.92rem;
  line-height: 1.45;
}

.production-batch-001 .production-research-note {
  border-color: rgba(91, 31, 50, 0.38);
  background: #f1f1ec;
}

.production-batch-001 .production-research-note > div:last-child {
  display: grid;
  gap: 0.8rem;
  max-width: 68ch;
}

.production-batch-001 .production-research-note a {
  color: #5b1f32;
  font-family: var(--sans);
  font-weight: 900;
}

.production-batch-001 .production-route-strip {
  border-color: rgba(91, 31, 50, 0.52);
  background:
    linear-gradient(90deg, rgba(91, 31, 50, 0.08) 1px, transparent 1px) 0 0 / 3rem 3rem,
    #f7f7f2;
}

.production-batch-001 .production-route-strip > div:first-child p:not(.eyebrow) {
  margin: 0;
  color: #5d554b;
  font-family: var(--sans);
  font-size: 1rem;
  line-height: 1.46;
}

.production-batch-001 .production-route-links {
  display: grid;
  grid-template-columns: repeat(5, minmax(0, 1fr));
  gap: 0.65rem;
}

.production-batch-001 .production-route-links a {
  display: grid;
  align-content: space-between;
  gap: 0.8rem;
  min-height: 8.5rem;
  border: 1px solid rgba(33, 30, 25, 0.24);
  background: #ffffff;
  color: #17130f;
  padding: 0.9rem;
  text-decoration: none;
}

.production-batch-001 .production-route-links a:hover {
  background: #f7f7f2;
}

.production-batch-001 .production-route-links strong {
  color: #5b1f32;
  font-family: var(--ui);
  font-size: 0.78rem;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

.production-batch-001 .production-route-links span {
  color: #4f473d;
  font-family: var(--sans);
  font-size: 0.95rem;
  line-height: 1.42;
}

.production-batch-001 .brand-fact-panel {
  grid-template-columns: minmax(16rem, 0.32fr) minmax(0, 1fr);
  max-width: none;
  border: 1px solid rgba(33, 30, 25, 0.24);
  background:
    linear-gradient(90deg, rgba(91, 31, 50, 0.035) 1px, transparent 1px) 0 0 / 3.8rem 3.8rem,
    #ffffff;
  color: #17130f;
  padding: clamp(0.9rem, 1.6vw, 1.15rem);
}

.production-batch-001 .brand-fact-panel-head {
  display: grid;
  align-content: start;
  gap: 0.8rem;
  min-height: 0;
  max-width: none;
  border-right: 1px solid rgba(33, 30, 25, 0.14);
  padding: 0.3rem clamp(1rem, 2vw, 1.5rem) 0.3rem 0.2rem;
}

.production-batch-001 .brand-fact-panel-head h2 {
  max-width: 10ch;
  color: #17130f;
  font-size: clamp(2rem, 3.4vw, 3.2rem);
  line-height: 0.92;
}

.production-batch-001 .brand-fact-panel-head p:last-child {
  max-width: 16rem;
  color: #5d554b;
  font-family: var(--sans);
  font-size: 0.95rem;
}

.production-batch-001 .brand-fact-panel dl {
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 0.6rem;
  border-top: 0;
}

.production-batch-001 .brand-fact-panel dl > div {
  grid-template-columns: 1fr;
  gap: 0.75rem;
  min-height: 7.5rem;
  border: 1px solid rgba(33, 30, 25, 0.14);
  background: #f7f7f2;
  padding: 0.85rem;
}

.production-batch-001 .brand-fact-panel dd {
  color: #231f1a;
  font-family: var(--sans);
  font-size: clamp(1rem, 1.2vw, 1.12rem);
  line-height: 1.35;
}

.production-batch-001 .article-supporting-visuals {
  max-width: none;
  border: 1px solid rgba(33, 30, 25, 0.38);
  background: #f1f1ec;
  padding: clamp(0.9rem, 1.6vw, 1.15rem);
}

.production-batch-001 .article-supporting-visuals > h2 {
  max-width: none;
  margin: 0 0 0.8rem;
  color: #5b1f32;
  font-size: clamp(1.8rem, 3.2vw, 3rem);
  line-height: 0.96;
}

.production-batch-001 .article-supporting-visuals > div {
  grid-template-columns: minmax(0, 1.15fr) minmax(0, 0.85fr);
  align-items: stretch;
}

.production-batch-001 .article-supporting-visuals figure {
  min-height: 0;
  background: #17130f;
}

.production-batch-001 .article-supporting-visuals figure:nth-child(2) {
  margin-top: clamp(0.8rem, 2vw, 1.4rem);
}

.production-batch-001 .article-supporting-visuals img {
  height: auto;
  aspect-ratio: 16 / 10;
  object-fit: cover;
}

.production-batch-001 .production-case-gallery {
  display: grid;
  grid-template-columns: minmax(16rem, 0.28fr) minmax(0, 1fr);
  gap: clamp(0.8rem, 1.6vw, 1.05rem);
  max-width: none;
  border: 1px solid rgba(33, 30, 25, 0.24);
  background:
    linear-gradient(90deg, rgba(91, 31, 50, 0.035) 1px, transparent 1px) 0 0 / 3.4rem 3.4rem,
    #ffffff;
  color: #17130f;
  padding: clamp(0.9rem, 1.6vw, 1.15rem);
}

.production-batch-001 .production-case-gallery-head {
  display: grid;
  align-content: start;
  gap: 0.8rem;
  min-height: 0;
  border-right: 1px solid rgba(33, 30, 25, 0.14);
  padding-right: clamp(0.8rem, 1.8vw, 1.3rem);
}

.production-batch-001 .production-case-gallery-head h2 {
  max-width: 10ch;
  margin: 0;
  color: #17130f;
  font-size: clamp(2rem, 3.3vw, 3.2rem);
  line-height: 0.94;
}

.production-batch-001 .production-case-gallery-head p:not(.eyebrow) {
  max-width: 18rem;
  margin: 0;
  color: #5d554b;
  font-family: var(--sans);
  font-size: 0.98rem;
  line-height: 1.48;
}

.production-batch-001 .production-case-gallery-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 0.6rem;
}

.production-batch-001 .production-case-gallery article {
  min-width: 0;
}

.production-batch-001 .production-case-gallery a {
  display: grid;
  grid-template-rows: auto auto 1fr;
  height: 100%;
  min-height: 13rem;
  border: 1px solid rgba(33, 30, 25, 0.16);
  background: #f7f7f2;
  color: #17130f;
  text-decoration: none;
  overflow: hidden;
}

.production-batch-001 .production-case-gallery img {
  width: 100%;
  aspect-ratio: 16 / 10;
  background: #ffffff;
  object-fit: cover;
}

.production-batch-001 .production-case-gallery span {
  display: block;
  padding: 0.7rem 0.75rem 0;
  color: #5b1f32;
  font-family: var(--ui);
  font-size: 0.78rem;
  font-weight: 900;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

.production-batch-001 .production-case-gallery p {
  margin: 0;
  padding: 0.6rem 0.75rem 0.8rem;
  color: #3a332b;
  font-family: var(--sans);
  font-size: 0.95rem;
  line-height: 1.42;
}

.production-batch-001 .production-page--diagnostic .answer-summary {
  background:
    linear-gradient(90deg, rgba(23, 63, 60, 0.045) 1px, transparent 1px) 0 0 / 4.4rem 4.4rem,
    #eef0df;
}

.production-batch-001 .production-page--checklist .answer-summary {
  background:
    linear-gradient(90deg, rgba(63, 74, 50, 0.045) 1px, transparent 1px) 0 0 / 4.4rem 4.4rem,
    #eff1df;
}

.production-batch-001 .production-page--memo .answer-summary {
  background:
    linear-gradient(90deg, rgba(47, 63, 74, 0.045) 1px, transparent 1px) 0 0 / 4.4rem 4.4rem,
    #edf0f1;
}

.production-batch-001 .production-page--logo .answer-summary {
  background:
    linear-gradient(90deg, rgba(77, 61, 33, 0.045) 1px, transparent 1px) 0 0 / 4.4rem 4.4rem,
    #f2ead8;
}

.production-batch-001 .production-page--definition .answer-summary,
.production-batch-001 .production-page--positioning .answer-summary {
  background:
    linear-gradient(90deg, rgba(33, 30, 25, 0.06) 1px, transparent 1px) 0 0 / 4.4rem 4.4rem,
    #f1f1ec;
  color: #17130f;
}

.production-batch-001 .production-page--definition .answer-summary h2,
.production-batch-001 .production-page--positioning .answer-summary h2 {
  color: #5b1f32;
}

.production-batch-001 .production-page--definition .answer-summary p,
.production-batch-001 .production-page--positioning .answer-summary p {
  color: #211e19;
}

.production-batch-001 .contact-fast-path {
  display: grid;
  grid-template-columns: minmax(14rem, 0.26fr) minmax(0, 1fr) auto;
  gap: clamp(0.8rem, 1.8vw, 1.2rem);
  align-items: center;
  max-width: none;
  border: 1px solid rgba(91, 31, 50, 0.42);
  background: #f7f7f2;
  padding: clamp(0.9rem, 1.8vw, 1.25rem);
}

.production-batch-001 .contact-fast-path h2 {
  margin: 0;
  color: #17130f;
  font-size: clamp(1.8rem, 3vw, 3.4rem);
  line-height: 0.92;
}

.production-batch-001 .contact-fast-path p:not(.eyebrow) {
  margin: 0;
  color: #3a332b;
  font-family: var(--sans);
  font-size: 1rem;
  line-height: 1.42;
}

.production-batch-001 .contact-fast-path a {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 3rem;
  border: 1px solid #5b1f32;
  background: #5b1f32;
  color: #ffffff;
  font-family: var(--ui);
  font-size: 0.78rem;
  font-weight: 900;
  letter-spacing: 0.08em;
  padding: 0.85rem 1rem;
  text-decoration: none;
  text-transform: uppercase;
  white-space: nowrap;
}

.production-batch-001 .production-page > .article-section {
  counter-increment: production-step;
  display: grid;
  grid-template-columns: minmax(13rem, 0.28fr) minmax(0, 1fr);
  gap: clamp(1rem, 2.8vw, 2.4rem);
  max-width: none;
  margin: 0;
  border: 1px solid rgba(33, 30, 25, 0.3);
  background: rgba(248, 243, 232, 0.76);
  padding: clamp(0.9rem, 1.6vw, 1.15rem);
}

.production-batch-001 .article-section::before {
  content: "Step " counter(production-step, decimal-leading-zero);
  color: #5b1f32;
  font-family: var(--ui);
  font-size: 0.74rem;
  font-weight: 900;
  letter-spacing: 0.16em;
  text-transform: uppercase;
}

.production-batch-001 .article-section h2 {
  grid-column: 1;
  max-width: 9ch;
  margin: 0;
  color: #1d1814;
  font-size: clamp(1.8rem, 3.2vw, 3.2rem);
  line-height: 0.94;
}

.production-batch-001 .article-section p {
  grid-column: 2;
  max-width: 62ch;
  margin: 0;
  color: #2c261f;
  font-family: var(--sans);
  font-size: clamp(0.98rem, 1.14vw, 1.08rem);
  line-height: 1.52;
}

.production-batch-001 .article-section p + p {
  margin-top: 0.8rem;
}

.production-batch-001 .production-page > section[aria-labelledby$="-related"] {
  max-width: none;
  border-top: 0;
}

.production-batch-001 .related-cases {
  grid-template-columns: repeat(6, minmax(10rem, 1fr));
  border-color: rgba(33, 30, 25, 0.3);
  overflow-x: auto;
}

.production-batch-001 .related-cases a {
  min-height: 6.5rem;
  align-items: flex-end;
  background:
    linear-gradient(180deg, rgba(248, 243, 232, 0.04), rgba(91, 31, 50, 0.13)),
    #f7f7f2;
  color: #241f1b;
  font-family: var(--sans);
  font-size: clamp(1.05rem, 1.25vw, 1.25rem);
  font-weight: 800;
  transition: transform 180ms ease, background 180ms ease, color 180ms ease;
}

.production-batch-001 .related-cases a:hover {
  background: #5b1f32;
  color: #ffffff;
  transform: translateY(-0.18rem);
}

.production-batch-001 .archive-object-callout {
  grid-template-columns: minmax(16rem, 0.34fr) minmax(0, 1fr) minmax(14rem, auto);
  max-width: none;
  border: 0;
  background:
    linear-gradient(135deg, rgba(216, 181, 111, 0.22), transparent 45%),
    #5b1f32;
  color: #ffffff;
  padding: clamp(1rem, 1.8vw, 1.35rem);
}

.production-batch-001 .archive-object-callout h2,
.production-batch-001 .archive-object-callout p {
  color: #ffffff;
}

.production-batch-001 .archive-object-actions a {
  border-color: rgba(255, 248, 234, 0.42);
  color: #ffffff;
}

.production-batch-001 .archive-object-actions a:last-child {
  background: #ffffff;
  color: #5b1f32;
}

.production-batch-001 .archive-object-actions a:hover {
  transform: translateY(-0.12rem);
}

.production-batch-001 .faq-block,
.production-batch-001 .source-list {
  max-width: none;
  border: 1px solid rgba(33, 30, 25, 0.26);
  background: #ffffff;
  padding: clamp(1rem, 2vw, 1.4rem);
}

.production-batch-001 .faq-block {
  grid-template-columns: minmax(12rem, 0.26fr) minmax(0, 1fr);
}

.production-batch-001 .faq-block > h2 {
  margin: 0;
  font-size: clamp(2rem, 4vw, 4rem);
  line-height: 0.9;
}

.production-batch-001 .faq-block article {
  grid-column: 2;
  padding: 1rem 0;
}

.production-batch-001 .faq-block h3 {
  font-size: clamp(1.25rem, 1.7vw, 1.8rem);
}

.production-batch-001 .faq-block p,
.production-batch-001 .source-list li {
  font-family: var(--sans);
}

.production-batch-001 .source-list ol {
  grid-template-columns: repeat(2, minmax(0, 1fr));
}

@media (max-width: 980px) {
  .production-batch-001 .production-page > header.case-file-hero,
  .production-batch-001 .answer-summary,
  .production-batch-001 .contact-fast-path,
  .production-batch-001 .production-scorecard,
  .production-batch-001 .production-signal-grid,
  .production-batch-001 .production-score-ranges,
  .production-batch-001 .production-research-note,
  .production-batch-001 .production-route-strip,
  .production-batch-001 .production-case-gallery,
  .production-batch-001 .brand-fact-panel,
  .production-batch-001 .production-page > .article-section,
  .production-batch-001 .faq-block,
  .production-batch-001 .archive-object-callout {
    grid-template-columns: 1fr;
  }

  .production-batch-001 .production-page > header.case-file-hero {
    grid-template-areas:
      "copy"
      "proof"
      "ledger";
    min-height: auto;
  }

  .production-batch-001 .takeaways h2 {
    min-height: auto;
    border-right: 0;
    padding: 1rem;
    font-size: clamp(1.8rem, 6.5vw, 2.8rem);
  }

  .production-batch-001 .takeaways li {
    min-height: auto;
    border-right: 0;
    border-top: 1px solid rgba(33, 30, 25, 0.16);
    padding: 1rem 1rem 1rem 4.4rem;
  }

  .production-batch-001 .takeaways li::before {
    left: 1rem;
    top: 0.82rem;
    font-size: 2.1rem;
  }

  .production-batch-001 .case-article > header h1 {
    max-width: 10ch;
  }

  .production-batch-001 .production-page--decision > header h1 {
    font-size: 4.2rem;
  }

  .production-batch-001 .case-file-ledger dl,
  .production-batch-001 .takeaways,
  .production-batch-001 .takeaways ul,
  .production-batch-001 .production-score-rows,
  .production-batch-001 .production-signal-cards,
  .production-batch-001 .production-score-ranges ol,
  .production-batch-001 .production-route-links,
  .production-batch-001 .production-case-gallery-grid,
  .production-batch-001 .brand-fact-panel dl,
  .production-batch-001 .article-supporting-visuals > div,
  .production-batch-001 .source-list ol {
    grid-template-columns: 1fr;
  }

  .production-batch-001 .case-file-ledger dl {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .production-batch-001 .case-file-ledger dl > div {
    min-height: 4.4rem;
  }

  .production-batch-001 .brand-fact-panel-head,
  .production-batch-001 .production-case-gallery-head,
  .production-batch-001 .production-scorecard-head,
  .production-batch-001 .takeaways h2 {
    min-height: 0;
    border-right: 0;
  }

  .production-batch-001 .article-section h2,
  .production-batch-001 .article-section p,
  .production-batch-001 .faq-block article {
    grid-column: auto;
  }

  .production-batch-001 .article-supporting-visuals figure:nth-child(2) {
    margin-top: 0;
  }

  .production-batch-001 .production-case-gallery a {
    min-height: 0;
  }
}

@media (max-width: 560px) {
  .production-batch-001 .page-shell {
    width: min(calc(100% - 1.25rem), 26rem);
    padding-inline: 0;
  }

  .production-batch-001 .production-page > header.case-file-hero,
  .production-batch-001 .answer-summary,
  .production-batch-001 .takeaways,
  .production-batch-001 .production-scorecard,
  .production-batch-001 .production-signal-grid,
  .production-batch-001 .production-score-ranges,
  .production-batch-001 .production-research-note,
  .production-batch-001 .production-route-strip,
  .production-batch-001 .brand-fact-panel,
  .production-batch-001 .article-supporting-visuals,
  .production-batch-001 .production-page > .article-section,
  .production-batch-001 .archive-object-callout,
  .production-batch-001 .faq-block,
  .production-batch-001 .source-list {
    width: 100%;
    max-width: 100%;
  }

  .production-batch-001 .case-article > header h1 {
    font-size: clamp(3.2rem, 16vw, 4.6rem);
  }

  .production-batch-001 .production-page--decision > header h1 {
    font-size: 3.35rem;
  }

  .production-batch-001 .case-file-ledger dl > div,
  .production-batch-001 .takeaways li,
  .production-batch-001 .production-score-rows article,
  .production-batch-001 .production-signal-cards article,
  .production-batch-001 .production-score-ranges li,
  .production-batch-001 .production-route-links a,
  .production-batch-001 .production-case-gallery a,
  .production-batch-001 .article-supporting-visuals figure {
    min-height: auto;
  }

  .production-batch-001 .production-page > header.case-file-hero {
    min-height: auto;
  }

  .production-batch-001 .case-hero-copy {
    padding-top: 2.4rem;
  }

  .production-batch-001 .case-file-hero > figure.diagnostic-visual-card {
    aspect-ratio: 4 / 3;
  }

  .production-batch-001 .case-file-hero > figure img,
  .production-batch-001 .case-file-hero > figure.diagnostic-visual-card img {
    height: auto;
    max-height: clamp(18rem, 70vh, 28rem);
    object-fit: cover;
  }

  .production-batch-001 .article-supporting-visuals img {
    height: auto;
    aspect-ratio: 4 / 3;
  }

  .production-batch-001 .case-file-ledger dl {
    grid-template-columns: 1fr;
  }

  .production-batch-001 .takeaways li {
    border-right: 0;
    border-top: 1px solid rgba(33, 30, 25, 0.18);
  }

  .production-batch-001 .article-section h2 {
    max-width: 11ch;
  }
}

/* Brand audit guide: mobile-first decision tool */
.production-batch-001 .clarity-audit-page {
  --audit-ink: #17130f;
  --audit-soft-ink: #5d554b;
  --audit-paper: #ffffff;
  --audit-paper-deep: #f7f7f2;
  --audit-panel: #f1f1ec;
  --audit-night: #1d1814;
  --audit-accent: #5b1f32;
  --audit-accent-strong: #7a2738;
  --audit-brass: #765727;
  --audit-cream: #ffffff;
  --audit-rule: rgba(35, 31, 26, 0.28);
  display: grid;
  gap: 1.35rem;
  max-width: 82rem;
  margin: 0 auto;
  padding-bottom: 2rem;
  overflow-x: clip;
}

.production-batch-001 .clarity-audit-page > header,
.production-batch-001 .clarity-audit-page > section {
  box-sizing: border-box;
  border: 1px solid var(--audit-rule);
  background: var(--audit-paper);
  color: var(--audit-ink);
  min-width: 0;
}

.production-batch-001 .clarity-audit-hero {
  display: grid;
  gap: 1rem;
  background:
    linear-gradient(90deg, rgba(91, 31, 50, 0.075) 1px, transparent 1px) 0 0 / 2.75rem 2.75rem,
    var(--audit-paper-deep);
  padding: 1rem;
}

.production-batch-001 .clarity-audit-hero-copy {
  display: grid;
  align-content: start;
  gap: 1rem;
  min-height: 0;
}

.production-batch-001 .clarity-audit-hero h1 {
  max-width: 11ch;
  margin: 0;
  color: var(--audit-ink);
  font-size: 2.55rem;
  line-height: 0.98;
}

.production-batch-001 .clarity-audit-hero-copy > p:not(.eyebrow) {
  max-width: 36rem;
  margin: 0;
  color: #3f382f;
  font-family: var(--serif);
  font-size: 1.08rem;
  line-height: 1.45;
}

.production-batch-001 .clarity-audit-output {
  display: grid;
  align-content: start;
  gap: 1rem;
  border: 1px solid rgba(91, 31, 50, 0.24);
  background: #ffffff;
  color: var(--audit-ink);
  padding: 1rem;
}

.production-batch-001 .clarity-audit-output h2 {
  max-width: 17ch;
  margin: 0;
  color: var(--audit-ink);
  font-size: 1.55rem;
  line-height: 1.04;
}

.production-batch-001 .clarity-audit-output p:not(.eyebrow) {
  margin: 0;
  color: var(--audit-soft-ink);
  font-family: var(--sans);
  font-size: 1rem;
  line-height: 1.45;
}

.production-batch-001 .clarity-audit-output div {
  border: 1px solid rgba(91, 31, 50, 0.24);
  background: var(--audit-paper-deep);
  color: #2c261f;
  font-family: var(--serif);
  font-size: 1.05rem;
  line-height: 1.42;
  padding: 1rem;
}

.production-batch-001 .clarity-audit-page > .clarity-audit-answer {
  display: grid;
  gap: 0.75rem;
  border-top: 0.45rem solid var(--audit-accent);
  background: #ffffff;
  color: var(--audit-ink);
  padding: 1rem;
}

.production-batch-001 .clarity-audit-answer h2 {
  max-width: 16ch;
  margin: 0;
  color: var(--audit-accent);
  font-size: 2.1rem;
  line-height: 1;
}

.production-batch-001 .clarity-audit-answer p:last-child {
  max-width: 54rem;
  margin: 0;
  color: #2c261f;
  font-family: var(--serif);
  font-size: 1.12rem;
  line-height: 1.46;
}

.production-batch-001 .clarity-audit-page > .clarity-audit-parts {
  background:
    linear-gradient(90deg, rgba(91, 31, 50, 0.08) 1px, transparent 1px) 0 0 / 4rem 100%,
    var(--audit-paper-deep);
}

.production-batch-001 .clarity-audit-section-head {
  display: grid;
  gap: 0.65rem;
  padding: 1rem;
}

.production-batch-001 .clarity-audit-section-head h2,
.production-batch-001 .clarity-audit-plain-test h2,
.production-batch-001 .clarity-audit-route h2 {
  max-width: 18ch;
  margin: 0;
  color: var(--audit-ink);
  font-size: 2rem;
  line-height: 1;
}

.production-batch-001 .clarity-audit-section-head p:not(.eyebrow) {
  max-width: 42rem;
  margin: 0;
  color: var(--audit-soft-ink);
  font-family: var(--sans);
  font-size: 1rem;
  line-height: 1.45;
}

.production-batch-001 .clarity-audit-part-list,
.production-batch-001 .clarity-audit-sign-list,
.production-batch-001 .clarity-audit-proof-list,
.production-batch-001 .clarity-audit-score-list {
  display: grid;
}

.production-batch-001 .clarity-audit-part-list {
  counter-reset: audit-answer;
}

.production-batch-001 .clarity-audit-part-list article,
.production-batch-001 .clarity-audit-sign-list article,
.production-batch-001 .clarity-audit-score-list article {
  box-sizing: border-box;
  display: grid;
  gap: 0.7rem;
  border: 1px solid var(--audit-rule);
  padding: 1rem;
  min-width: 0;
}

.production-batch-001 .clarity-audit-part-list article {
  counter-increment: audit-answer;
  grid-template-columns: 3.25rem minmax(0, 1fr);
  position: relative;
}

.production-batch-001 .clarity-audit-part-list article::before {
  align-self: start;
  border: 1px solid rgba(91, 31, 50, 0.42);
  color: var(--audit-accent);
  content: counter(audit-answer, decimal-leading-zero);
  display: grid;
  font-family: var(--ui);
  font-size: 0.72rem;
  font-weight: 900;
  height: 2.4rem;
  letter-spacing: 0.08em;
  place-items: center;
  width: 2.4rem;
}

.production-batch-001 .clarity-audit-part-list span,
.production-batch-001 .clarity-audit-sign-list span,
.production-batch-001 .clarity-audit-score-list span {
  color: var(--audit-accent);
  font-family: var(--ui);
  font-size: 0.76rem;
  font-weight: 900;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

.production-batch-001 .clarity-audit-part-list span,
.production-batch-001 .clarity-audit-part-list h3,
.production-batch-001 .clarity-audit-part-list p {
  grid-column: 2;
}

.production-batch-001 .clarity-audit-part-list h3,
.production-batch-001 .clarity-audit-score-list h3 {
  max-width: 28rem;
  margin: 0;
  color: var(--audit-ink);
  font-size: 1.45rem;
  line-height: 1.1;
}

.production-batch-001 .clarity-audit-part-list p,
.production-batch-001 .clarity-audit-sign-list p,
.production-batch-001 .clarity-audit-score-list p {
  max-width: 42rem;
  margin: 0;
  color: var(--audit-soft-ink);
  font-family: var(--sans);
  font-size: 1rem;
  line-height: 1.5;
}

.production-batch-001 .clarity-audit-page > .clarity-audit-signs {
  background: var(--audit-panel);
}

.production-batch-001 .clarity-audit-sign-list {
  gap: 0.75rem;
  padding: 1rem;
}

.production-batch-001 .clarity-audit-sign-list article {
  background: var(--audit-paper);
  padding: 1rem;
  position: relative;
}

.production-batch-001 .clarity-audit-sign-list article::after {
  background: var(--audit-accent);
  content: "";
  height: 0.4rem;
  left: 1rem;
  position: absolute;
  right: 1rem;
  top: 0;
}

.production-batch-001 .clarity-audit-sign-list span {
  color: var(--audit-ink);
}

.production-batch-001 .clarity-audit-page > .clarity-audit-proof {
  background: var(--audit-paper-deep);
}

.production-batch-001 .clarity-audit-proof-list article {
  box-sizing: border-box;
  border: 1px solid var(--audit-rule);
  min-width: 0;
}

.production-batch-001 .clarity-audit-proof-list a {
  display: grid;
  gap: 0.75rem;
  color: var(--audit-ink);
  min-height: 100%;
  padding: 1rem;
  text-decoration: none;
}

.production-batch-001 .clarity-audit-proof-list img {
  aspect-ratio: 4 / 3;
  background: var(--audit-panel);
  display: block;
  height: auto;
  object-fit: cover;
  width: 100%;
}

.production-batch-001 .clarity-audit-proof-list strong {
  color: var(--audit-accent);
  font-family: var(--ui);
  font-size: 0.82rem;
  letter-spacing: 0.1em;
  text-transform: uppercase;
}

.production-batch-001 .clarity-audit-proof-list span {
  color: #2c261f;
  font-family: var(--sans);
  font-size: 1rem;
  line-height: 1.45;
}

.production-batch-001 .clarity-audit-page > .clarity-audit-score {
  background:
    linear-gradient(180deg, rgba(35, 31, 26, 0.08) 1px, transparent 1px) 0 0 / 100% 3.25rem,
    var(--audit-paper);
}

.production-batch-001 .clarity-audit-score-list article {
  grid-template-columns: minmax(0, 1fr);
}

.production-batch-001 .clarity-audit-score-list p {
  background: var(--audit-panel);
  border-left: 0.35rem solid var(--audit-accent);
  color: #2c261f;
  padding: 0.75rem;
}

.production-batch-001 .clarity-audit-page > .clarity-audit-fixes {
  background: var(--audit-paper);
}

.production-batch-001 .clarity-audit-fixes ol {
  counter-reset: fix-order;
}

.production-batch-001 .clarity-audit-fixes ol,
.production-batch-001 .clarity-audit-plain-test ol {
  display: grid;
  margin: 0;
  padding: 0;
  list-style: none;
}

.production-batch-001 .clarity-audit-fixes li,
.production-batch-001 .clarity-audit-plain-test li {
  display: grid;
  gap: 0.45rem;
  border-top: 1px solid var(--audit-rule);
  padding: 1rem;
}

.production-batch-001 .clarity-audit-fixes li {
  counter-increment: fix-order;
  grid-template-columns: 3rem minmax(0, 1fr);
  position: relative;
}

.production-batch-001 .clarity-audit-fixes li::before {
  color: var(--audit-brass);
  content: counter(fix-order);
  font-family: var(--serif);
  font-size: 2.4rem;
  line-height: 0.85;
}

.production-batch-001 .clarity-audit-fixes strong {
  color: var(--audit-accent);
  font-family: var(--ui);
  font-size: 0.82rem;
  letter-spacing: 0.1em;
  text-transform: uppercase;
}

.production-batch-001 .clarity-audit-fixes strong,
.production-batch-001 .clarity-audit-fixes span {
  grid-column: 2;
}

.production-batch-001 .clarity-audit-fixes span,
.production-batch-001 .clarity-audit-plain-test li {
  color: #2c261f;
  font-family: var(--sans);
  font-size: 1rem;
  line-height: 1.48;
}

.production-batch-001 .clarity-audit-page > .clarity-audit-plain-test {
  display: grid;
  background:
    linear-gradient(90deg, rgba(91, 31, 50, 0.08) 1px, transparent 1px) 0 0 / 3.4rem 3.4rem,
    var(--audit-paper-deep);
  color: var(--audit-ink);
}

.production-batch-001 .clarity-audit-plain-test > div {
  display: grid;
  gap: 0.65rem;
  padding: 1rem;
}

.production-batch-001 .clarity-audit-plain-test h2 {
  color: var(--audit-ink);
}

.production-batch-001 .clarity-audit-plain-test li {
  border-color: rgba(35, 31, 26, 0.18);
  color: #2c261f;
}

.production-batch-001 .clarity-audit-next > div:last-child {
  display: grid;
  gap: 0.75rem;
  padding: 1rem;
}

.production-batch-001 .clarity-audit-next article {
  box-sizing: border-box;
  display: grid;
  gap: 0.45rem;
  border: 1px solid rgba(35, 31, 26, 0.24);
  background: var(--audit-paper-deep);
  min-width: 0;
  padding: 1rem;
}

.production-batch-001 .clarity-audit-next article:nth-child(even) {
  background: var(--audit-panel);
}

.production-batch-001 .clarity-audit-next article:last-child {
  border-bottom: 1px solid rgba(35, 31, 26, 0.24);
}

.production-batch-001 .clarity-audit-next strong {
  color: var(--audit-accent);
  font-family: var(--serif);
  font-size: 2rem;
  font-weight: 900;
  line-height: 0.95;
}

.production-batch-001 .clarity-audit-next p {
  margin: 0;
  color: #2c261f;
  font-family: var(--sans);
  font-size: 1rem;
  line-height: 1.45;
}

.production-batch-001 .clarity-audit-page > .clarity-audit-route {
  display: grid;
  gap: 1rem;
  padding: 1rem;
  background: var(--audit-panel);
}

.production-batch-001 .clarity-audit-route > div:first-child {
  display: grid;
  gap: 0.65rem;
}

.production-batch-001 .clarity-audit-route > div:last-child {
  display: grid;
  border-top: 1px solid var(--audit-rule);
}

.production-batch-001 .clarity-audit-route a {
  border-bottom: 1px solid rgba(35, 31, 26, 0.14);
  color: var(--audit-accent);
  font-family: var(--sans);
  font-weight: 900;
  padding: 0.9rem 0;
  text-decoration: none;
}

.production-batch-001 .clarity-audit-route a:hover {
  color: var(--audit-ink);
  padding-left: 0.35rem;
}

.production-batch-001 .clarity-audit-route a:last-child {
  border-bottom: 0;
}

.production-batch-001 .clarity-audit-page .eyebrow {
  color: var(--audit-brass);
  font-family: var(--ui);
  font-size: 0.72rem;
  font-weight: 900;
  letter-spacing: 0.14em;
  margin: 0;
  text-transform: uppercase;
}

.production-batch-001 .clarity-audit-answer .eyebrow,
.production-batch-001 .clarity-audit-output .eyebrow,
.production-batch-001 .clarity-audit-plain-test .eyebrow {
  color: var(--audit-brass);
}

.production-batch-001 .clarity-audit-page > .archive-object-callout {
  border: 1px solid #1d1814;
  background: #ffffff;
  color: #1d1814;
}

.production-batch-001 .clarity-audit-page > .archive-object-callout h2 {
  color: #1d1814;
}

.production-batch-001 .clarity-audit-page > .archive-object-callout p {
  color: #2c261f;
}

.production-batch-001 .clarity-audit-page > .archive-object-callout .archive-object-actions a {
  border-color: #1d1814;
  color: #1d1814;
}

.production-batch-001 .clarity-audit-page > .archive-object-callout .archive-object-actions a:last-child {
  background: #1d1814;
  border-color: #1d1814;
  color: #ffffff;
}

@media (min-width: 880px) {
  .production-batch-001 .clarity-audit-page {
    gap: 1.5rem;
  }

  .production-batch-001 .clarity-audit-hero {
    grid-template-columns: minmax(0, 1fr) minmax(22rem, 0.58fr);
    padding: 1.4rem;
  }

  .production-batch-001 .clarity-audit-hero-copy,
  .production-batch-001 .clarity-audit-output {
    align-content: end;
    min-height: 20rem;
  }

  .production-batch-001 .clarity-audit-hero h1 {
    font-size: 4.7rem;
  }

  .production-batch-001 .clarity-audit-hero-copy > p:not(.eyebrow) {
    font-size: 1.2rem;
  }

  .production-batch-001 .clarity-audit-output h2 {
    font-size: 2.25rem;
  }

  .production-batch-001 .clarity-audit-output div {
    font-size: 1.25rem;
  }

  .production-batch-001 .clarity-audit-answer {
    align-items: start;
    gap: 1.25rem;
    grid-template-columns: minmax(8rem, 0.18fr) minmax(16rem, 0.42fr) minmax(20rem, 1fr);
    padding: 1.35rem;
  }

  .production-batch-001 .clarity-audit-answer .eyebrow {
    grid-column: 1;
    padding-top: 0.25rem;
  }

  .production-batch-001 .clarity-audit-answer h2 {
    grid-column: 2;
  }

  .production-batch-001 .clarity-audit-answer p:last-child {
    grid-column: 3;
    max-width: 38rem;
  }

  .production-batch-001 .clarity-audit-part-list article,
  .production-batch-001 .clarity-audit-score-list article {
    grid-template-columns: 4rem 9rem minmax(12rem, 0.55fr) minmax(0, 1fr);
    align-items: start;
  }

  .production-batch-001 .clarity-audit-part-list article::before {
    grid-column: 1;
    grid-row: 1 / span 3;
  }

  .production-batch-001 .clarity-audit-part-list span,
  .production-batch-001 .clarity-audit-score-list span {
    grid-column: 2;
  }

  .production-batch-001 .clarity-audit-part-list h3,
  .production-batch-001 .clarity-audit-score-list h3 {
    grid-column: 3;
  }

  .production-batch-001 .clarity-audit-part-list p,
  .production-batch-001 .clarity-audit-score-list p {
    grid-column: 4;
  }

  .production-batch-001 .clarity-audit-sign-list {
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 0.75rem;
  }

  .production-batch-001 .clarity-audit-sign-list article {
    min-height: 12rem;
  }

  .production-batch-001 .clarity-audit-sign-list article:last-child {
    border-right: 1px solid var(--audit-rule);
  }

  .production-batch-001 .clarity-audit-proof-list {
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 0.75rem;
    padding: 1rem;
  }

  .production-batch-001 .clarity-audit-proof-list article {
    border-right: 1px solid var(--audit-rule);
  }

  .production-batch-001 .clarity-audit-proof-list article:last-child {
    border-right: 1px solid var(--audit-rule);
  }

  .production-batch-001 .clarity-audit-fixes li {
    grid-template-columns: 4rem 12rem minmax(0, 1fr);
    align-items: baseline;
  }

  .production-batch-001 .clarity-audit-fixes li::before {
    grid-column: 1;
  }

  .production-batch-001 .clarity-audit-fixes strong {
    grid-column: 2;
  }

  .production-batch-001 .clarity-audit-fixes span {
    grid-column: 3;
  }

  .production-batch-001 .clarity-audit-plain-test {
    grid-template-columns: minmax(18rem, 0.42fr) minmax(0, 1fr);
  }

  .production-batch-001 .clarity-audit-plain-test ol {
    border-left: 1px solid rgba(216, 181, 111, 0.22);
  }

  .production-batch-001 .clarity-audit-next > div:last-child {
    grid-template-columns: repeat(4, minmax(0, 1fr));
  }

  .production-batch-001 .clarity-audit-next article {
    min-height: 10rem;
  }

  .production-batch-001 .clarity-audit-next article:last-child {
    border-right: 1px solid rgba(35, 31, 26, 0.24);
  }

  .production-batch-001 .clarity-audit-route {
    grid-template-columns: minmax(17rem, 0.35fr) minmax(0, 1fr);
  }

  .production-batch-001 .clarity-audit-route > div:last-child {
    border-top: 0;
    border-left: 1px solid rgba(33, 30, 25, 0.18);
    padding-left: 1rem;
  }
}

/* Production Batch 002: compact education pages */

.production-batch-002 {
  --b02-paper: #fdfdfb;
  --b02-panel: #ffffff;
  --b02-ink: #1d1c18;
  --b02-muted: #514b42;
  --b02-rule: rgba(29, 28, 24, 0.18);
  --b02-accent: #6d1736;
  --b02-green: #24483e;
  --b02-blue: #233f5d;
  --b02-gold: #9a7136;
  background: var(--b02-paper);
  color: var(--b02-ink);
}

.production-batch-002 .page-shell {
  width: min(calc(100% - 2rem), 78rem);
  padding-block: 0 1.25rem;
}

.production-batch-002 .b02-education-page {
  display: grid;
  gap: 1.15rem;
  margin: 0 auto;
  min-width: 0;
}

.production-batch-002 .b02-education-page section,
.production-batch-002 .b02-hero {
  min-width: 0;
}

.production-batch-002 .b02-hero {
  display: grid;
  gap: 1rem;
  padding: 1.2rem;
  border: 1px solid var(--b02-rule);
  background:
    linear-gradient(120deg, rgba(36, 72, 62, 0.08), transparent 35%),
    var(--b02-panel);
}

.production-batch-002 .b02-hero-copy {
  display: grid;
  align-content: end;
  gap: 0.85rem;
  min-width: 0;
  overflow-wrap: anywhere;
}

.production-batch-002 .b02-kicker,
.production-batch-002 .b02-section-label {
  color: var(--b02-gold);
  font-family: var(--ui);
  font-size: 0.72rem;
  font-weight: 900;
  letter-spacing: 0.13em;
  line-height: 1.1;
  margin: 0;
  text-transform: uppercase;
}

.production-batch-002 .b02-hero h1 {
  max-width: 12ch;
  margin: 0;
  color: var(--b02-ink);
  font-family: var(--serif);
  font-size: clamp(2.1rem, 9vw, 3rem);
  font-weight: 900;
  letter-spacing: 0;
  line-height: 0.96;
  overflow-wrap: anywhere;
}

.production-batch-002 .b02-hero-copy > p:not(.b02-kicker),
.production-batch-002 .b02-answer > p,
.production-batch-002 .b02-why-choose p,
.production-batch-002 .b02-test-board p,
.production-batch-002 .b02-current-visuals p,
.production-batch-002 .b02-earned-next-step p,
.production-batch-002 .b02-update-log p,
.production-batch-002 .b02-faq p {
  max-width: 62ch;
  margin: 0;
  color: var(--b02-muted);
  font-family: var(--sans);
  font-size: 1.02rem;
  line-height: 1.56;
}

.production-batch-002 .b02-hero-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 0.55rem;
}

.production-batch-002 .b02-hero-actions a,
.production-batch-002 .b02-earned-next-step a {
  display: inline-flex;
  align-items: center;
  min-height: 2.65rem;
  padding: 0.75rem 0.95rem;
  border: 1px solid var(--b02-ink);
  background: var(--b02-ink);
  color: #fffaf1;
  font-family: var(--ui);
  font-size: 0.78rem;
  font-weight: 900;
  letter-spacing: 0.06em;
  text-decoration: none;
  text-transform: uppercase;
}

.production-batch-002 .b02-hero-actions a + a {
  background: transparent;
  color: var(--b02-ink);
}

.production-batch-002 .b02-hero-image {
  margin: 0;
  border: 1px solid var(--b02-rule);
  background: #161511;
}

.production-batch-002 .b02-hero-image img {
  display: block;
  width: 100%;
  max-height: 22rem;
  aspect-ratio: 4 / 3;
  object-fit: cover;
}

.production-batch-002 .b02-hero-image figcaption {
  padding: 0.75rem 0.85rem;
  color: #ffffff;
  font-family: var(--sans);
  font-size: 0.92rem;
  line-height: 1.42;
}

.production-batch-002 .b02-side-rail {
  display: grid;
  gap: 0;
  border: 1px solid rgba(109, 23, 54, 0.24);
  background: #f6f6f1;
}

.production-batch-002 .b02-side-rail > div {
  display: grid;
  gap: 0.5rem;
  padding: 0.85rem;
  border-bottom: 1px solid rgba(29, 28, 24, 0.13);
}

.production-batch-002 .b02-side-rail > div:last-child {
  border-bottom: 0;
}

.production-batch-002 .b02-side-rail p,
.production-batch-002 .b02-side-rail li,
.production-batch-002 .b02-side-rail a {
  margin: 0;
  color: var(--b02-ink);
  font-family: var(--sans);
  font-size: 0.92rem;
  line-height: 1.42;
}

.production-batch-002 .b02-side-rail ul {
  display: grid;
  gap: 0.45rem;
  margin: 0;
  padding-left: 1.1rem;
}

.production-batch-002 .b02-side-rail a,
.production-batch-002 .b02-related-files a,
.production-batch-002 .b02-related-education a,
.production-batch-002 .b02-sources a,
.production-batch-002 .b02-visual-strip a {
  color: var(--b02-accent);
  font-weight: 900;
}

.production-batch-002 .b02-answer,
.production-batch-002 .b02-why-choose,
.production-batch-002 .b02-models,
.production-batch-002 .b02-test-board,
.production-batch-002 .b02-proof-wall,
.production-batch-002 .b02-current-visuals,
.production-batch-002 .b02-mistakes,
.production-batch-002 .b02-builder-steps,
.production-batch-002 .b02-routes,
.production-batch-002 .b02-closeout {
  border: 1px solid var(--b02-rule);
  background: var(--b02-panel);
}

.production-batch-002 .b02-answer {
  display: grid;
  gap: 1rem;
  padding: 1.1rem;
}

.production-batch-002 .b02-answer ul {
  display: grid;
  gap: 0.5rem;
  margin: 0;
  padding: 0;
  list-style: none;
}

.production-batch-002 .b02-answer li {
  padding: 0.75rem 0.85rem;
  border-left: 0.22rem solid var(--b02-green);
  background: rgba(36, 72, 62, 0.08);
  color: var(--b02-ink);
  font-family: var(--sans);
  line-height: 1.45;
}

.production-batch-002 .b02-section-head {
  display: grid;
  gap: 0.55rem;
}

.production-batch-002 h2,
.production-batch-002 h3 {
  margin: 0;
  color: var(--b02-ink);
  letter-spacing: 0;
}

.production-batch-002 h2 {
  font-family: var(--serif);
  font-size: clamp(1.55rem, 7vw, 2rem);
  font-weight: 900;
  line-height: 1.04;
}

.production-batch-002 h3 {
  font-family: var(--serif);
  font-size: clamp(1.15rem, 4.5vw, 1.55rem);
  font-weight: 900;
  line-height: 1.08;
}

.production-batch-002 .b02-why-choose,
.production-batch-002 .b02-models,
.production-batch-002 .b02-test-board,
.production-batch-002 .b02-proof-wall,
.production-batch-002 .b02-current-visuals,
.production-batch-002 .b02-mistakes,
.production-batch-002 .b02-builder-steps {
  display: grid;
  gap: 1rem;
  padding: 1.1rem;
}

.production-batch-002 .b02-why-choose article {
  display: grid;
  gap: 0.65rem;
}

.production-batch-002 .b02-why-choose ol,
.production-batch-002 .b02-test-board ol,
.production-batch-002 .b02-mistakes ul,
.production-batch-002 .b02-related-files ol,
.production-batch-002 .b02-related-education ol,
.production-batch-002 .b02-sources ol {
  display: grid;
  gap: 0;
  margin: 0;
  padding: 0;
  list-style: none;
  counter-reset: b02-list;
}

.production-batch-002 .b02-why-choose li,
.production-batch-002 .b02-test-board li,
.production-batch-002 .b02-mistakes li {
  counter-increment: b02-list;
  display: grid;
  grid-template-columns: 2.5rem minmax(0, 1fr);
  gap: 0.75rem;
  padding: 0.8rem 0;
  border-top: 1px solid rgba(29, 28, 24, 0.13);
  color: var(--b02-ink);
  font-family: var(--sans);
  font-size: 1rem;
  line-height: 1.48;
}

.production-batch-002 .b02-why-choose li::before,
.production-batch-002 .b02-test-board li::before,
.production-batch-002 .b02-mistakes li::before {
  content: counter(b02-list, decimal-leading-zero);
  color: var(--b02-accent);
  font-family: var(--serif);
  font-size: 1.45rem;
  font-weight: 900;
  line-height: 1;
}

.production-batch-002 .b02-model-split {
  display: grid;
  gap: 1rem;
}

.production-batch-002 .b02-simple-model,
.production-batch-002 .b02-serious-model {
  display: grid;
  gap: 0.75rem;
  min-height: 0;
  padding: 1rem;
  border: 1px solid rgba(29, 28, 24, 0.14);
}

.production-batch-002 .b02-simple-model {
  background: #223f37;
}

.production-batch-002 .b02-simple-model .b02-section-label,
.production-batch-002 .b02-simple-model h3,
.production-batch-002 .b02-simple-model p {
  color: #ffffff;
}

.production-batch-002 .b02-simple-model p,
.production-batch-002 .b02-serious-rows span,
.production-batch-002 .b02-builder-grid p,
.production-batch-002 .b02-proof-grid p,
.production-batch-002 .b02-related-files span,
.production-batch-002 .b02-related-education span,
.production-batch-002 .b02-sources span,
.production-batch-002 .b02-visual-strip span {
  margin: 0;
  font-family: var(--sans);
  font-size: 0.98rem;
  line-height: 1.5;
}

.production-batch-002 .b02-serious-rows {
  display: grid;
  border-top: 1px solid rgba(29, 28, 24, 0.13);
}

.production-batch-002 .b02-serious-rows div {
  display: grid;
  gap: 0.35rem;
  padding: 0.7rem 0;
  border-bottom: 1px solid rgba(29, 28, 24, 0.13);
}

.production-batch-002 .b02-serious-rows div:last-child {
  border-bottom: 0;
}

.production-batch-002 .b02-serious-rows strong,
.production-batch-002 .b02-builder-grid span,
.production-batch-002 .b02-proof-grid span {
  color: var(--b02-accent);
  font-family: var(--ui);
  font-size: 0.74rem;
  font-weight: 900;
  letter-spacing: 0.1em;
  text-transform: uppercase;
}

.production-batch-002 .b02-proof-grid,
.production-batch-002 .b02-builder-grid,
.production-batch-002 .b02-visual-strip {
  display: grid;
  gap: 0.75rem;
}

.production-batch-002 .b02-proof-grid article,
.production-batch-002 .b02-builder-grid article,
.production-batch-002 .b02-visual-strip figure {
  min-width: 0;
  margin: 0;
  border: 1px solid rgba(29, 28, 24, 0.14);
  background: #f3e7d4;
}

.production-batch-002 .b02-proof-grid a {
  display: grid;
  gap: 0.65rem;
  height: 100%;
  padding: 0.75rem;
  color: var(--b02-ink);
  text-decoration: none;
}

.production-batch-002 .b02-proof-grid img,
.production-batch-002 .b02-visual-strip img {
  display: block;
  width: 100%;
  aspect-ratio: 4 / 3;
  object-fit: cover;
  border: 1px solid rgba(29, 28, 24, 0.18);
}

.production-batch-002 .b02-current-visuals {
  background: #1f2630;
}

.production-batch-002 .b02-current-visuals h2,
.production-batch-002 .b02-current-visuals p:not(.b02-section-label) {
  color: #ffffff;
}

.production-batch-002 .b02-current-visuals .b02-section-label {
  color: #d5b06a;
}

.production-batch-002 .b02-visual-strip figure {
  background: #ffffff;
}

.production-batch-002 .b02-visual-strip figcaption {
  display: grid;
  gap: 0.4rem;
  padding: 0.75rem;
}

.production-batch-002 .b02-builder-grid article {
  display: grid;
  gap: 0.55rem;
  padding: 0.9rem;
}

.production-batch-002 .b02-routes {
  display: grid;
  gap: 0;
}

.production-batch-002 .b02-routes > div {
  display: grid;
  gap: 0.75rem;
  padding: 1.1rem;
  border-bottom: 1px solid rgba(29, 28, 24, 0.14);
}

.production-batch-002 .b02-routes > div:last-child {
  border-bottom: 0;
}

.production-batch-002 .b02-related-files li,
.production-batch-002 .b02-related-education li,
.production-batch-002 .b02-sources li {
  display: grid;
  gap: 0.35rem;
  padding: 0.75rem 0;
  border-top: 1px solid rgba(29, 28, 24, 0.13);
  font-family: var(--sans);
  line-height: 1.45;
}

.production-batch-002 .b02-closeout {
  display: grid;
  gap: 0;
}

.production-batch-002 .b02-closeout > div {
  display: grid;
  gap: 0.75rem;
  padding: 1.1rem;
  border-bottom: 1px solid rgba(29, 28, 24, 0.14);
}

.production-batch-002 .b02-closeout > div:last-child {
  border-bottom: 0;
}

.production-batch-002 .b02-faq article {
  display: grid;
  gap: 0.4rem;
  padding: 0.8rem 0;
  border-top: 1px solid rgba(29, 28, 24, 0.13);
}

@media (min-width: 760px) {
  .production-batch-002 .b02-hero {
    grid-template-columns: minmax(0, 1.08fr) minmax(16rem, 0.72fr);
    align-items: stretch;
  }

  .production-batch-002 .b02-side-rail {
    grid-column: 1 / -1;
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }

  .production-batch-002 .b02-side-rail > div {
    border-right: 1px solid rgba(29, 28, 24, 0.13);
  }

  .production-batch-002 .b02-side-rail > div:nth-child(3n) {
    border-right: 0;
  }

  .production-batch-002 .b02-answer {
    grid-template-columns: minmax(12rem, 0.32fr) minmax(0, 1fr);
    align-items: start;
  }

  .production-batch-002 .b02-why-choose {
    grid-template-columns: minmax(0, 0.86fr) minmax(0, 1.14fr);
  }

  .production-batch-002 .b02-model-split {
    grid-template-columns: minmax(0, 0.42fr) minmax(0, 0.58fr);
  }

  .production-batch-002 .b02-test-board {
    grid-template-columns: minmax(13rem, 0.34fr) minmax(0, 1fr);
    align-items: start;
  }

  .production-batch-002 .b02-proof-grid,
  .production-batch-002 .b02-builder-grid,
  .production-batch-002 .b02-visual-strip {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .production-batch-002 .b02-routes,
  .production-batch-002 .b02-closeout {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }

  .production-batch-002 .b02-routes > div,
  .production-batch-002 .b02-closeout > div {
    border-right: 1px solid rgba(29, 28, 24, 0.14);
    border-bottom: 0;
  }

  .production-batch-002 .b02-routes > div:last-child,
  .production-batch-002 .b02-closeout > div:last-child {
    border-right: 0;
  }
}

@media (min-width: 1024px) {
  .production-batch-002 .b02-hero {
    grid-template-columns: minmax(0, 0.92fr) minmax(20rem, 0.58fr) minmax(15rem, 0.34fr);
    padding: 1.35rem;
  }

  .production-batch-002 .b02-side-rail {
    grid-column: auto;
    grid-template-columns: 1fr;
  }

  .production-batch-002 .b02-side-rail > div,
  .production-batch-002 .b02-side-rail > div:nth-child(3n) {
    border-right: 0;
  }

  .production-batch-002 .b02-hero h1 {
    font-size: clamp(2.6rem, 4.8vw, 4.8rem);
  }

  .production-batch-002 .b02-hero-image img {
    max-height: clamp(14rem, 44vw, 24rem);
  }

  .production-batch-002 .b02-proof-grid,
  .production-batch-002 .b02-visual-strip {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }

  .production-batch-002 .b02-builder-grid {
    grid-template-columns: repeat(4, minmax(0, 1fr));
  }
}

@media (max-width: 520px) {
  .production-batch-002 .page-shell {
    width: calc(100vw - 1.25rem);
    max-width: 27rem;
  }

  .production-batch-002 .b02-hero,
  .production-batch-002 .b02-answer,
  .production-batch-002 .b02-why-choose,
  .production-batch-002 .b02-models,
  .production-batch-002 .b02-test-board,
  .production-batch-002 .b02-proof-wall,
  .production-batch-002 .b02-current-visuals,
  .production-batch-002 .b02-mistakes,
  .production-batch-002 .b02-builder-steps,
  .production-batch-002 .b02-routes > div,
  .production-batch-002 .b02-closeout > div {
    padding: 0.85rem;
  }

  .production-batch-002 .b02-hero-actions a {
    width: 100%;
    justify-content: center;
  }
}

/* Brand Signal Card candidate pages */
.brand-signal-card-page {
  background:
    linear-gradient(180deg, color-mix(in srgb, var(--brand-1, #17130f) 9%, rgba(255, 255, 255, 0.7)) 0, transparent 15rem),
    linear-gradient(180deg, color-mix(in srgb, var(--brand-3, #fffaf2) 28%, #f7f1e7) 0, #f6efe4 100%);
  color: #1a1611;
}

.brand-signal-card-page .core-header {
  border-bottom: 1px solid color-mix(in srgb, var(--brand-1, #17130f) 24%, rgba(23, 19, 15, 0.08));
  background:
    linear-gradient(90deg, var(--brand-1, #17130f) 0, var(--brand-1, #17130f) 0.68rem, var(--brand-2, #c9a34d) 0.68rem, var(--brand-2, #c9a34d) 0.92rem, transparent 0.92rem),
    linear-gradient(180deg, color-mix(in srgb, var(--brand-1, #17130f) 6%, var(--background)), var(--background));
}

.brand-signal-card-page .core-header .masthead-wordmark {
  color: color-mix(in srgb, var(--brand-1, #17130f) 92%, #17130f);
  font-size: clamp(2.35rem, 3.55vw, 3.7rem);
  line-height: 0.92;
}

.brand-signal-card-page .core-header .masthead-link {
  padding: clamp(0.72rem, 1.2vw, 1rem) 0 clamp(0.74rem, 1.3vw, 1.05rem);
}

.brand-signal-card-page .core-header .primary-nav {
  padding: 0.5rem 0 0.62rem;
}

.brand-signal-card-page main {
  background: transparent;
}

.brand-signal-card-page .page-shell {
  width: 100%;
  max-width: 76.25rem;
  margin: 0 auto;
  padding: 0 1.25rem;
}

.bsc-page {
  --bsc-panel: color-mix(in srgb, var(--brand-3) 34%, #fffaf2);
  --bsc-ink: #1a1611;
  --bsc-muted: #71675c;
  --bsc-rule: #d8cdbc;
  --bsc-soft: #efe5d8;
  --bsc-hero-art-aspect: 16 / 10;
  --bsc-hero-art-min-height: clamp(13.75rem, 29vw, 18.4rem);
  --bsc-hero-image-fit: contain;
  --bsc-hero-image-position: center;
  --bsc-source-mark-cell-min-height: 9.25rem;
  --bsc-source-mark-cell-min-height-mobile: 8rem;
  --bsc-source-mark-box-width: min(100%, 14.25rem);
  --bsc-source-mark-box-width-mobile: min(100%, 13rem);
  --bsc-source-mark-box-aspect: 16 / 9;
  --bsc-source-mark-max-width: 100%;
  --bsc-source-mark-max-height: 100%;
  --bsc-logo-history-box-aspect: 4 / 3;
  --bsc-logo-history-box-min-height: 7.6rem;
  --bsc-logo-history-box-padding: clamp(0.75rem, 2vw, 1.15rem);
  --bsc-proof-visual-aspect: 16 / 9;
  --bsc-proof-visual-fit: contain;
  --bsc-proof-visual-position: center;
  padding: 2.25rem 0 4.75rem;
  color: var(--bsc-ink);
  font-family: var(--ui);
  line-height: 1.45;
}

.bsc-page h1,
.bsc-page h2,
.bsc-page h3,
.bsc-page p {
  letter-spacing: 0;
}

.bsc-page a {
  color: inherit;
}

.bsc-hero {
  position: relative;
  display: grid;
  grid-template-columns: minmax(0, 1fr);
  gap: clamp(1rem, 2.2vw, 1.55rem);
  overflow: hidden;
  border: 1px solid color-mix(in srgb, var(--brand-1) 34%, var(--bsc-rule));
  background:
    linear-gradient(90deg, var(--brand-1) 0, var(--brand-1) 0.92rem, var(--brand-2) 0.92rem, var(--brand-2) 1.16rem, transparent 1.16rem),
    radial-gradient(circle at 8% 0%, color-mix(in srgb, var(--brand-2) 24%, transparent), transparent 25rem),
    linear-gradient(135deg, color-mix(in srgb, var(--brand-1) 18%, #fffaf2), var(--bsc-panel) 50%, #fffdf8);
  box-shadow: inset 0 0.42rem 0 color-mix(in srgb, var(--brand-1) 95%, #17130f);
  padding: clamp(1rem, 2.5vw, 1.55rem) clamp(1rem, 2.8vw, 1.8rem) clamp(1.1rem, 2.5vw, 1.55rem);
}

.bsc-hero-copy {
  min-width: 0;
  padding-left: clamp(0.45rem, 1vw, 0.8rem);
}

.bsc-kicker {
  display: inline-flex;
  width: fit-content;
  max-width: 100%;
  border-bottom: 0.24rem solid var(--brand-2);
  background: var(--brand-1);
  padding: 0.42rem 0.58rem 0.36rem;
  margin: 0 0 0.75rem;
  color: var(--hero-text, #fffaf2);
  font-family: var(--ui);
  font-size: 0.75rem;
  font-weight: 900;
  letter-spacing: 0.13em;
  line-height: 1.16;
  text-transform: uppercase;
}

.bsc-hero h1 {
  max-width: 13ch;
  margin: 0 0 1.05rem;
  color: var(--bsc-ink);
  font-family: var(--display);
  font-size: clamp(2.45rem, 3.6vw, 3.12rem);
  font-weight: 500;
  line-height: 1.02;
}

.bsc-deck {
  max-width: 48rem;
  margin: 0;
  color: #302920;
  font-family: var(--body);
  font-size: 1.08rem;
  line-height: 1.45;
}

.bsc-pills {
  display: flex;
  flex-wrap: wrap;
  gap: 0.56rem;
  margin-top: 1.25rem;
}

.bsc-pill {
  border: 1px solid var(--bsc-rule);
  border-radius: 999px;
  padding: 0.42rem 0.68rem;
  background: rgba(255, 255, 255, 0.38);
  color: var(--bsc-muted);
  font-family: var(--ui);
  font-size: 0.75rem;
}

.bsc-pill b {
  color: var(--bsc-ink);
}

.bsc-no::before,
.bsc-tile::before,
.bsc-logo-card::before,
.bsc-feedback-col::before,
.bsc-bridge::before {
  background: linear-gradient(
    90deg,
    var(--brand-1) 0%,
    var(--brand-1) 48%,
    var(--brand-2) 48%,
    var(--brand-2) 72%,
    var(--brand-4) 72%,
    var(--brand-4) 100%
  );
}

.bsc-accent-tabs {
  display: flex;
  align-items: center;
  gap: 0.38rem;
  margin-top: 0.95rem;
}

.bsc-accent-tabs span {
  display: block;
  width: clamp(2.4rem, 5vw, 4.75rem);
  height: 0.55rem;
  border: 1px solid rgba(26, 22, 17, 0.22);
  border-radius: 999px;
  box-shadow: inset 0 0 0 1px rgba(255, 250, 242, 0.32);
}

.bsc-accent-tabs .is-primary {
  background: var(--brand-1);
}

.bsc-accent-tabs .is-secondary {
  background: var(--brand-2);
}

.bsc-accent-tabs .is-ground {
  background: var(--brand-3);
}

.bsc-accent-tabs .is-ink {
  background: var(--brand-4);
}

.bsc-match-top {
  display: grid;
  grid-template-columns: 1fr;
  gap: 0.56rem;
  max-width: 51rem;
  margin-top: 0.86rem;
}

.bsc-hero-signals {
  display: grid;
  grid-template-columns: 1fr;
  gap: 0.52rem;
  max-width: 51rem;
  margin-top: 0.95rem;
}

.bsc-quick-signal {
  position: relative;
  min-height: 4.8rem;
  overflow: hidden;
  border: 1px solid color-mix(in srgb, var(--brand-1) 20%, var(--bsc-rule));
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.62), rgba(255, 255, 255, 0.34)),
    color-mix(in srgb, var(--brand-3) 24%, #fffaf2);
  padding: 0.62rem 0.68rem 0.64rem 0.92rem;
}

.bsc-quick-signal::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  width: 0.32rem;
  background: linear-gradient(180deg, var(--brand-1), var(--brand-2));
}

.bsc-quick-signal .bsc-cell-v {
  margin-top: 0.24rem;
  font-size: 0.79rem;
  font-weight: 620;
  line-height: 1.32;
}

.bsc-match-chip {
  position: relative;
  min-height: 4.55rem;
  overflow: hidden;
  border: 1px solid var(--bsc-rule);
  background: linear-gradient(180deg, rgba(255, 255, 255, 0.7), rgba(255, 255, 255, 0.42));
  padding: 0.68rem;
  color: var(--bsc-ink);
  text-decoration: none;
}

.bsc-match-chip::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  width: 0.5rem;
  background: linear-gradient(180deg, var(--brand-1), var(--brand-4));
}

.bsc-match-chip b,
.bsc-match-chip span {
  display: block;
  margin-left: 0.75rem;
}

.bsc-match-chip b {
  margin-bottom: 0.2rem;
  font-family: var(--display);
  font-size: 1.08rem;
  font-weight: 500;
}

.bsc-match-chip span {
  color: var(--bsc-muted);
  font-size: 0.78rem;
  line-height: 1.32;
}

.bsc-hero-card {
  display: flex;
  flex-direction: column;
  border: 1px solid color-mix(in srgb, var(--brand-1) 72%, var(--bsc-ink));
  background: var(--bsc-panel);
  box-shadow: 0.42rem 0.42rem 0 color-mix(in srgb, var(--brand-1) 16%, rgba(0, 0, 0, 0.08));
}

.bsc-hero-art {
  display: grid;
  min-height: var(--bsc-hero-art-min-height);
  aspect-ratio: var(--bsc-hero-art-aspect);
  place-items: center;
  overflow: hidden;
  background:
    radial-gradient(circle at 50% 35%, rgba(255, 255, 255, 0.86), rgba(255, 255, 255, 0.18) 58%, transparent 72%),
    linear-gradient(135deg, color-mix(in srgb, var(--brand-1) 18%, #ffffff), #ffffff 52%, color-mix(in srgb, var(--brand-2) 9%, #ffffff));
}

.bsc-hero-art img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: var(--bsc-hero-image-fit);
  object-position: var(--bsc-hero-image-position);
}

.bsc-sticker {
  display: grid;
  grid-template-columns: 1fr 1fr;
  border-top: 1px solid var(--bsc-ink);
}

.bsc-signal-panel {
  display: grid;
  grid-template-columns: minmax(13.5rem, 1.16fr) minmax(0, 0.84fr);
  border-top-color: color-mix(in srgb, var(--brand-1) 72%, var(--bsc-ink));
  background: color-mix(in srgb, var(--brand-3) 22%, #fffdf8);
}

.bsc-cell {
  min-height: 3.75rem;
  border-right: 1px solid var(--bsc-ink);
  border-bottom: 1px solid var(--bsc-ink);
  background: linear-gradient(180deg, rgba(255, 255, 255, 0.22), transparent);
  padding: 0.68rem 0.75rem;
}

.bsc-cell:nth-child(2n) {
  border-right: 0;
}

.bsc-cell-k,
.bsc-label {
  color: var(--bsc-muted);
  font-family: var(--ui);
  font-size: 0.62rem;
  font-weight: 900;
  letter-spacing: 0.13em;
  text-transform: uppercase;
}

.bsc-cell-v {
  margin-top: 0.32rem;
  font-size: 0.86rem;
  font-weight: 650;
  line-height: 1.32;
  text-wrap: pretty;
}

.bsc-signal-panel .bsc-cell {
  border-right: 0;
  border-bottom: 0;
}

.bsc-signal-panel .bsc-source-cell {
  border-right: 1px solid color-mix(in srgb, var(--brand-1) 24%, var(--bsc-rule));
}

.bsc-source-cell {
  min-height: 6.2rem;
  background:
    linear-gradient(135deg, color-mix(in srgb, var(--brand-1) 12%, #fffdf8), #ffffff);
  padding: 0.56rem;
}

.bsc-source-cell .bsc-source-mark-box {
  border: 1px solid color-mix(in srgb, var(--brand-1) 18%, var(--bsc-rule));
  background: #ffffff;
  padding: 0.36rem;
}

.bsc-fact-cell {
  background: #fffdf8;
}

.bsc-fact-cell .bsc-cell-v {
  max-width: 20rem;
  font-size: 0.8rem;
  font-weight: 600;
  line-height: 1.28;
}

.bsc-signal-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
}

.bsc-signal-grid .bsc-cell {
  min-height: 4.12rem;
}

.bsc-signal-grid .bsc-cell:nth-child(odd) {
  border-right: 1px solid color-mix(in srgb, var(--brand-1) 24%, var(--bsc-rule));
}

.bsc-logo-cell {
  display: grid;
  min-height: var(--bsc-source-mark-cell-min-height);
  grid-template-rows: auto auto;
  align-content: start;
  justify-items: center;
  gap: 0.7rem;
}

.bsc-signal-panel .bsc-logo-cell {
  min-height: 6.2rem;
  gap: 0.48rem;
}

.bsc-signal-panel .bsc-source-mark-box {
  width: min(100%, 11.85rem);
}

.bsc-logo-cell img {
  display: block;
  align-self: center;
  justify-self: center;
  width: auto;
  max-width: var(--bsc-source-mark-max-width);
  height: auto;
  max-height: var(--bsc-source-mark-max-height);
  margin: 0 auto;
  object-fit: contain;
  object-position: center;
}

.bsc-source-mark-box {
  display: flex;
  width: var(--bsc-source-mark-box-width);
  aspect-ratio: var(--bsc-source-mark-box-aspect);
  align-items: center;
  justify-content: center;
  overflow: hidden;
}

.bsc-source-mark-box.is-square {
  width: min(100%, 6.65rem);
  aspect-ratio: 1 / 1;
}

.bsc-source-mark-box.is-wide {
  aspect-ratio: 3.08 / 1;
}

.bsc-signal-panel .bsc-source-mark-box.is-square {
  width: min(100%, 7.35rem);
}

.bsc-signal-panel .bsc-source-mark-box.is-wide {
  width: min(100%, 14.4rem);
}

.bsc-source-mark-box img {
  width: 100%;
  height: 100%;
  max-width: 100%;
  max-height: 100%;
  object-fit: contain;
  object-position: center;
}

body.brand-signal-card-page[style*="--brand-1:#1D1D1F"] {
  background:
    linear-gradient(180deg, rgba(29, 29, 31, 0.055) 0, transparent 14rem),
    #f5f5f7;
  color: #1d1d1f;
}

body.brand-signal-card-page[style*="--brand-1:#1D1D1F"] .bsc-page {
  --bsc-panel: #f5f5f7;
  --bsc-ink: #1d1d1f;
  --bsc-muted: #626267;
  --bsc-rule: #d2d2d7;
  --bsc-soft: #f5f5f7;
}

body.brand-signal-card-page[style*="--brand-1:#1D1D1F"] .bsc-hero {
  border-color: #d2d2d7;
  background:
    linear-gradient(90deg, #1d1d1f 0, #1d1d1f 0.86rem, #86868b 0.86rem, #86868b 1.04rem, transparent 1.04rem),
    linear-gradient(135deg, #ffffff, #f5f5f7 54%, #ffffff);
  box-shadow: inset 0 0.32rem 0 #1d1d1f;
}

body.brand-signal-card-page[style*="--brand-1:#1D1D1F"] .bsc-hero-card {
  border-color: #86868b;
  background: #ffffff;
  box-shadow: 0 0.75rem 2.1rem rgba(29, 29, 31, 0.1);
}

body.brand-signal-card-page[style*="--brand-1:#1D1D1F"] .bsc-hero-art {
  background:
    radial-gradient(circle at 50% 34%, rgba(255, 255, 255, 0.96), rgba(255, 255, 255, 0.34) 62%, transparent 76%),
    linear-gradient(135deg, #f5f5f7, #ffffff 52%, #d2d2d7);
}

body.brand-signal-card-page[style*="--brand-1:#1D1D1F"] .bsc-deck,
body.brand-signal-card-page[style*="--brand-1:#1D1D1F"] .bsc-cell-v,
body.brand-signal-card-page[style*="--brand-1:#1D1D1F"] .bsc-intro {
  color: #303034;
}

body.brand-signal-card-page[style*="--brand-1:#1D1D1F"] .bsc-signal-panel {
  grid-template-columns: minmax(8.4rem, 0.74fr) minmax(0, 1.26fr);
  border-top-color: #d2d2d7;
  background: #f5f5f7;
}

body.brand-signal-card-page[style*="--brand-1:#1D1D1F"] .bsc-signal-panel .bsc-source-cell {
  border-right-color: #d2d2d7;
  background: #ffffff;
}

body.brand-signal-card-page[style*="--brand-1:#1D1D1F"] .bsc-signal-panel .bsc-source-mark-box.is-square {
  width: min(100%, 7.2rem);
}

body.brand-signal-card-page[style*="--brand-1:#1D1D1F"] .bsc-fact-cell {
  background: #ffffff;
}

body.brand-signal-card-page[style*="--brand-1:#1D1D1F"] .bsc-tile,
body.brand-signal-card-page[style*="--brand-1:#1D1D1F"] .bsc-event,
body.brand-signal-card-page[style*="--brand-1:#1D1D1F"] .bsc-photo-card,
body.brand-signal-card-page[style*="--brand-1:#1D1D1F"] .bsc-logo-card,
body.brand-signal-card-page[style*="--brand-1:#1D1D1F"] .bsc-foundation-card {
  background: rgba(255, 255, 255, 0.76);
  border-color: #d2d2d7;
}

.bsc-section {
  display: grid;
  grid-template-columns: 1fr;
  gap: 1rem;
  border-bottom: 1px solid var(--bsc-rule);
  padding: 1.75rem 0;
}

.bsc-no {
  position: relative;
  padding-top: 0.75rem;
  color: var(--bsc-muted);
  font-family: var(--display);
  font-size: 2.75rem;
  line-height: 1;
}

.bsc-no::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 4.5rem;
  height: 0.43rem;
  border-radius: 999px;
}

.bsc-block h2 {
  margin: 0 0 0.62rem;
  color: var(--bsc-ink);
  font-family: var(--display);
  font-size: 2.25rem;
  font-weight: 500;
  line-height: 1.05;
}

.bsc-intro {
  max-width: 54rem;
  margin: 0 0 1rem;
  color: var(--bsc-muted);
  font-size: 1rem;
  line-height: 1.5;
}

.bsc-board,
.bsc-logo-grid,
.bsc-event-grid,
.bsc-photo-grid,
.bsc-feedback-lists,
.bsc-link-grid,
.bsc-foundation-grid,
.bsc-faq-grid {
  display: grid;
  grid-template-columns: 1fr;
  gap: 0.75rem;
}

.bsc-foundation-card,
.bsc-faq-card {
  position: relative;
  overflow: hidden;
  border: 1px solid var(--bsc-rule);
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.7), transparent),
    var(--bsc-panel);
  padding: 0.94rem;
}

.bsc-foundation-card::before,
.bsc-faq-card::before {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  height: 0.36rem;
  background: linear-gradient(90deg, var(--brand-1), var(--brand-2));
}

.bsc-foundation-card strong,
.bsc-foundation-list span {
  display: block;
  color: var(--brand-1);
  font-family: var(--ui);
  font-size: 0.66rem;
  font-weight: 900;
  letter-spacing: 0.11em;
  text-transform: uppercase;
}

.bsc-foundation-card h3,
.bsc-faq-card h3 {
  margin: 0.55rem 0 0.48rem;
  color: var(--bsc-ink);
  font-family: var(--display);
  font-size: 1.34rem;
  font-weight: 500;
  line-height: 1.08;
}

.bsc-foundation-card p,
.bsc-faq-card p {
  margin: 0;
  color: #332d25;
  font-size: 0.9rem;
  line-height: 1.4;
}

.bsc-foundation-card .bsc-foundation-detail {
  margin-top: 0.58rem;
  color: var(--bsc-muted);
  font-size: 0.8rem;
}

.bsc-foundation-list {
  display: grid;
  gap: 0.42rem;
  border-top: 1px solid var(--bsc-rule);
  margin-top: 0.72rem;
  padding-top: 0.68rem;
}

.bsc-mini-list {
  margin: 0;
  padding-left: 1.05rem;
  color: #332d25;
  font-size: 0.84rem;
  line-height: 1.36;
}

.bsc-mini-list li {
  margin: 0.28rem 0;
}

.bsc-foundation-empty {
  color: var(--bsc-muted);
  font-size: 0.84rem;
}

.bsc-tile,
.bsc-link-tile {
  position: relative;
  min-height: 8.62rem;
  overflow: hidden;
  border: 1px solid var(--bsc-rule);
  background: var(--bsc-panel);
  padding: 0.94rem;
}

.bsc-tile::before {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  height: 0.38rem;
}

.bsc-tile strong,
.bsc-link-tile strong {
  display: block;
  margin: 0.25rem 0 0.5rem;
  color: var(--brand-1);
  font-family: var(--ui);
  font-size: 0.68rem;
  font-weight: 900;
  letter-spacing: 0.11em;
  text-transform: uppercase;
}

.bsc-tile h3 {
  margin: 0 0 0.5rem;
  color: var(--bsc-ink);
  font-family: var(--display);
  font-size: 1.5rem;
  font-weight: 500;
  line-height: 1.08;
}

.bsc-tile p,
.bsc-link-tile p {
  margin: 0;
  color: #302a22;
  font-size: 0.94rem;
  line-height: 1.36;
}

.bsc-market,
.bsc-answer-box {
  position: relative;
  overflow: hidden;
  border: 1px solid var(--bsc-ink);
  background: #fffdf8;
}

.bsc-market::before,
.bsc-answer-box::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  width: 0.62rem;
  background: linear-gradient(180deg, var(--brand-1), var(--brand-4));
}

.bsc-market-head {
  display: flex;
  justify-content: space-between;
  gap: 0.75rem;
  border-bottom: 1px solid var(--bsc-ink);
  padding: 0.75rem 0.88rem 0.75rem 1.5rem;
  font-size: 0.68rem;
  font-weight: 950;
  letter-spacing: 0.1em;
  text-transform: uppercase;
}

.bsc-market-grid {
  display: grid;
  grid-template-columns: 1fr;
}

.bsc-market-cell {
  border-right: 1px solid var(--bsc-rule);
  border-bottom: 1px solid var(--bsc-rule);
  background: linear-gradient(180deg, rgba(255, 255, 255, 0.5), transparent);
  padding: 0.88rem 0.88rem 0.88rem 1.5rem;
  min-width: 0;
}

.bsc-big {
  margin-top: 0.38rem;
  color: var(--bsc-ink);
  font-family: var(--display);
  font-size: 1.75rem;
  line-height: 1.05;
}

.bsc-market-cell p {
  margin: 0.38rem 0 0;
  color: var(--bsc-muted);
  font-size: 0.82rem;
  overflow-wrap: anywhere;
  word-break: normal;
}

.bsc-swatch {
  display: flex;
  min-height: 9.12rem;
  align-items: end;
  padding: 0;
  background: var(--c);
}

.bsc-swatch-meta {
  width: 100%;
  border-top: 1px solid rgba(0, 0, 0, 0.2);
  background: rgba(255, 250, 242, 0.91);
  padding: 0.68rem;
}

.bsc-swatch-meta strong,
.bsc-swatch-meta span {
  display: block;
}

.bsc-swatch-meta span {
  margin-top: 0.12rem;
  color: #4e473d;
  font-family: ui-monospace, Menlo, monospace;
  font-size: 0.75rem;
}

.bsc-score .bsc-num {
  color: var(--brand-1);
  font-family: var(--display);
  font-size: 2.75rem;
  line-height: 1;
}

.bsc-score p {
  margin-top: 0.48rem;
}

.bsc-bar {
  height: 0.43rem;
  margin-top: 0.75rem;
  background: var(--bsc-soft);
}

.bsc-bar i {
  display: block;
  width: var(--w);
  height: 100%;
  background: linear-gradient(90deg, var(--brand-1), var(--brand-4));
}

.bsc-logo-card {
  position: relative;
  min-height: 13.75rem;
  overflow: hidden;
  border: 1px solid var(--bsc-rule);
  background: var(--bsc-panel);
  padding: 0.75rem;
}

.bsc-logo-card::before {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  height: 0.38rem;
}

.bsc-logo-box {
  display: flex;
  min-height: var(--bsc-logo-history-box-min-height);
  aspect-ratio: var(--bsc-logo-history-box-aspect);
  align-items: center;
  justify-content: center;
  margin: 0.62rem 0;
  border: 1px solid var(--bsc-rule);
  background: #ffffff;
  padding: var(--bsc-logo-history-box-padding);
  overflow: hidden;
}

.bsc-logo-box img {
  display: block;
  width: auto;
  height: auto;
  max-width: 100%;
  max-height: 100%;
  object-fit: contain;
  object-position: center;
}

.bsc-logo-card b {
  display: block;
  color: var(--bsc-ink);
  font-family: var(--display);
  font-size: 1.31rem;
  font-weight: 500;
}

.bsc-logo-card p {
  margin: 0.38rem 0 0;
  color: #3b342b;
  font-size: 0.88rem;
}

.bsc-photo-card {
  margin: 0;
  border: 1px solid var(--bsc-rule);
  background: #ffffff;
}

.bsc-photo-card img {
  display: block;
  width: 100%;
  aspect-ratio: var(--bsc-proof-visual-aspect);
  height: auto;
  background: #ffffff;
  object-fit: var(--bsc-proof-visual-fit);
  object-position: var(--bsc-proof-visual-position);
}

.bsc-photo-card figcaption {
  display: grid;
  gap: 0.25rem;
  border-top: 1px solid var(--bsc-rule);
  padding: 0.75rem;
  color: #3b342b;
  font-size: 0.88rem;
}

.bsc-photo-card figcaption strong {
  color: var(--bsc-ink);
  font-family: var(--display);
  font-size: 1.12rem;
  font-weight: 500;
}

.bsc-event {
  position: relative;
  min-height: 11.56rem;
  overflow: hidden;
  border: 1px solid var(--bsc-rule);
  background: var(--bsc-panel);
  padding: 0.88rem;
}

.bsc-event::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  width: 0.43rem;
  background: linear-gradient(180deg, var(--brand-1), var(--brand-4));
}

.bsc-event-type {
  display: flex;
  justify-content: space-between;
  gap: 0.5rem;
  margin-left: 0.62rem;
  color: var(--bsc-muted);
  font-size: 0.62rem;
  font-weight: 950;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

.bsc-year {
  color: var(--brand-1);
}

.bsc-event h3 {
  margin: 0.56rem 0 0.5rem 0.62rem;
  color: var(--bsc-ink);
  font-family: var(--display);
  font-size: 1.44rem;
  font-weight: 500;
  line-height: 1.05;
}

.bsc-event p {
  margin: 0 0 0.5rem 0.62rem;
  color: #312a22;
  font-size: 0.88rem;
  line-height: 1.35;
}

.bsc-event .bsc-impact {
  border-top: 1px solid var(--bsc-rule);
  padding-top: 0.5rem;
  color: var(--bsc-muted);
}

.bsc-feedback-col {
  position: relative;
  min-height: 6.88rem;
  overflow: hidden;
  border: 1px solid var(--bsc-rule);
  background: var(--bsc-panel);
  padding: 0.94rem;
}

.bsc-feedback-col::before {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  height: 0.38rem;
}

.bsc-feedback-col.neg::before {
  background: linear-gradient(90deg, var(--brand-4), var(--brand-1));
}

.bsc-feedback-col h3 {
  margin: 0.25rem 0 0.62rem;
  font-size: 0.75rem;
  letter-spacing: 0.1em;
  text-transform: uppercase;
}

.bsc-feedback-item {
  border-top: 1px solid var(--bsc-rule);
  margin-top: 0.62rem;
  padding-top: 0.62rem;
}

.bsc-feedback-item:first-of-type {
  border-top: 0;
  margin-top: 0;
  padding-top: 0;
}

.bsc-feedback-item b {
  display: block;
  margin-bottom: 0.25rem;
  font-family: var(--display);
  font-size: 1.25rem;
  font-weight: 500;
}

.bsc-feedback-item p {
  margin: 0;
  color: #3a332b;
  font-size: 0.88rem;
}

.bsc-timeline {
  border: 1px solid var(--bsc-rule);
  background: var(--bsc-panel);
}

.bsc-time-row {
  position: relative;
  display: grid;
  grid-template-columns: 6.12rem 1fr;
  gap: 0.75rem;
  border-bottom: 1px solid var(--bsc-rule);
  padding: 0.68rem 0.75rem;
}

.bsc-time-row::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  width: 0.25rem;
  background: linear-gradient(180deg, var(--brand-1), var(--brand-4));
}

.bsc-time-row:last-child {
  border-bottom: 0;
}

.bsc-time-row b {
  margin-left: 0.5rem;
  color: var(--bsc-ink);
  font-family: var(--display);
  font-size: 1.31rem;
  font-weight: 500;
}

.bsc-time-row strong {
  font-weight: 500;
}

.bsc-use ul {
  margin: 0;
  padding-left: 1.12rem;
}

.bsc-use li {
  margin: 0.44rem 0;
}

.bsc-answer-box {
  max-width: 58.75rem;
  padding: 1.06rem;
}

.bsc-answer-box p {
  margin: 0 0 0 0.5rem;
  font-size: 1.06rem;
  line-height: 1.45;
}

.bsc-intent-router {
  margin-top: 0.9rem;
  border: 1px solid var(--bsc-rule);
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.64), rgba(255, 250, 242, 0.8)),
    var(--bsc-panel);
}

.bsc-intent-head {
  display: grid;
  gap: 0.3rem;
  border-bottom: 1px solid var(--bsc-rule);
  padding: 0.9rem;
}

.bsc-intent-head span {
  color: var(--brand-1);
  font-family: var(--ui);
  font-size: 0.66rem;
  font-weight: 950;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

.bsc-intent-head h3 {
  margin: 0;
  color: var(--bsc-ink);
  font-family: var(--display);
  font-size: clamp(1.32rem, 2.6vw, 1.82rem);
  font-weight: 500;
  line-height: 1.04;
}

.bsc-intent-head p {
  max-width: 52rem;
  margin: 0;
  color: var(--bsc-muted);
  font-size: 0.92rem;
  line-height: 1.42;
}

.bsc-intent-grid {
  display: grid;
  grid-template-columns: 1fr;
  gap: 0;
}

.bsc-intent-card {
  position: relative;
  display: grid;
  gap: 0.42rem;
  min-height: 9.25rem;
  border-bottom: 1px solid var(--bsc-rule);
  background: rgba(255, 253, 248, 0.7);
  color: var(--bsc-ink);
  padding: 0.9rem;
  text-decoration: none;
  transition: background-color 180ms ease, color 180ms ease;
}

.bsc-intent-card:last-child {
  border-bottom: 0;
}

.bsc-intent-card::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  width: 0.28rem;
  background: linear-gradient(180deg, var(--brand-1), var(--brand-2));
}

.bsc-intent-card span {
  margin-left: 0.32rem;
  color: var(--brand-1);
  font-family: var(--ui);
  font-size: 0.62rem;
  font-weight: 950;
  letter-spacing: 0.1em;
  text-transform: uppercase;
}

.bsc-intent-card h3 {
  margin: 0 0 0 0.32rem;
  color: var(--bsc-ink);
  font-family: var(--display);
  font-size: 1.28rem;
  font-weight: 500;
  line-height: 1.08;
}

.bsc-intent-card p {
  margin: 0 0 0 0.32rem;
  color: #332d25;
  font-size: 0.9rem;
  line-height: 1.35;
}

.bsc-intent-card:hover {
  background: color-mix(in srgb, var(--brand-2) 12%, #fffdf8);
}

.bsc-intent-card.is-muted {
  color: var(--bsc-muted);
}

.bsc-bridge {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  gap: 1rem;
  overflow: hidden;
  border: 1px solid rgba(26, 22, 17, 0.28);
  margin: 2.1rem 0 0;
  background:
    radial-gradient(circle at 92% 18%, color-mix(in srgb, var(--brand-2) 28%, transparent), transparent 32%),
    linear-gradient(135deg, color-mix(in srgb, var(--brand-1) 70%, #17130f), #15120f 58%, #221d18);
  padding: clamp(1.15rem, 2.5vw, 1.55rem);
  color: #fffaf2;
}

.bsc-bridge::before {
  content: "";
  position: absolute;
  left: 1.15rem;
  top: 1rem;
  width: 4.5rem;
  height: 0.48rem;
  border: 1px solid rgba(255, 250, 242, 0.18);
  border-radius: 999px;
}

.bsc-bridge h2 {
  margin: 1.05rem 0 0.35rem;
  color: #fffaf2;
  font-family: var(--display);
  font-size: clamp(1.58rem, 3vw, 2.08rem);
  font-weight: 500;
  line-height: 1.05;
}

.bsc-bridge p {
  margin: 0;
  max-width: 44rem;
  color: rgba(255, 250, 242, 0.78);
  font-size: 0.95rem;
  line-height: 1.45;
}

.bsc-cta {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  align-self: center;
  justify-self: start;
  min-height: 2.9rem;
  border: 1px solid rgba(255, 250, 242, 0.36);
  background: #fffaf2;
  color: #15120f;
  padding: 0.78rem 1.08rem;
  font-size: 0.75rem;
  font-weight: 950;
  letter-spacing: 0.04em;
  text-decoration: none;
  text-transform: uppercase;
  transition: transform 180ms ease, background-color 180ms ease, color 180ms ease;
}

.bsc-page .bsc-cta {
  color: #15120f;
}

.bsc-cta:hover {
  background: color-mix(in srgb, var(--brand-2) 22%, #fffaf2);
  transform: translateY(-1px);
}

.bsc-cta:active {
  transform: translateY(0);
}

.bsc-link-tile {
  min-height: 5.5rem;
}

.bsc-link-tile span {
  display: block;
  color: var(--bsc-muted);
  font-family: ui-monospace, Menlo, monospace;
  font-size: 0.75rem;
}

.bsc-sources {
  margin: 1rem 0 0;
  color: var(--bsc-muted);
  font-size: 0.82rem;
  line-height: 1.6;
}

.bsc-sources a,
.bsc-logo-card a,
.bsc-link-tile a {
  color: #332d25;
}

@media (min-width: 760px) {
  .bsc-bridge {
    grid-template-columns: minmax(0, 1fr) auto;
    align-items: end;
  }

  .bsc-cta {
    justify-self: end;
  }

  .bsc-match-top,
  .bsc-board.three,
  .bsc-logo-grid,
  .bsc-feedback-lists,
  .bsc-link-grid,
  .bsc-foundation-grid,
  .bsc-faq-grid {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }

  .bsc-hero-signals {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .bsc-board.two,
  .bsc-photo-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .bsc-board.four {
    grid-template-columns: repeat(4, minmax(0, 1fr));
  }

  .bsc-intent-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .bsc-intent-card {
    border-right: 1px solid var(--bsc-rule);
  }

  .bsc-intent-card:nth-child(2n) {
    border-right: 0;
  }

  .bsc-intent-card:nth-last-child(-n + 2) {
    border-bottom: 0;
  }

  .bsc-intent-card:last-child:nth-child(odd) {
    grid-column: 1 / -1;
  }

  .bsc-market-grid {
    grid-template-columns: repeat(4, minmax(0, 1fr));
  }

  .bsc-market-cell:last-child {
    border-right: 0;
  }
}

@media (min-width: 860px) {
  .bsc-event-grid {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }
}

@media (min-width: 900px) {
  .bsc-section {
    grid-template-columns: 10rem minmax(0, 1fr);
  }
}

@media (min-width: 980px) {
  .bsc-hero {
    grid-template-columns: minmax(0, 1.08fr) minmax(21rem, 23.75rem);
    align-items: stretch;
  }

  .bsc-hero-copy,
  .bsc-hero-signals,
  .bsc-match-top {
    grid-column: 1;
  }

  .bsc-hero-card {
    grid-column: 2;
    grid-row: 1;
    align-self: start;
  }
}

@media (min-width: 1220px) {
  .bsc-hero h1 {
    font-size: 3.18rem;
  }
}

@media (max-width: 640px) {
  .brand-signal-card-page .page-shell {
    padding: 0 1rem;
  }

  .bsc-page {
    padding-top: 1.5rem;
  }

  .bsc-hero {
    padding-top: 1.5rem;
  }

  .bsc-hero-copy {
    display: contents;
  }

  .bsc-kicker {
    order: 1;
    margin-left: 0.45rem;
  }

  .bsc-hero h1 {
    order: 2;
    max-width: 12ch;
    margin-left: 0.45rem;
    font-size: 2.15rem;
    line-height: 1.02;
  }

  .bsc-deck {
    order: 4;
    margin-left: 0.45rem;
    font-size: 1rem;
    line-height: 1.42;
  }

  .bsc-hero-card {
    order: 3;
  }

  .bsc-pills {
    order: 5;
  }

  .bsc-accent-tabs {
    order: 6;
  }

  .bsc-hero-signals {
    order: 7;
  }

  .bsc-match-top {
    order: 8;
  }

  .bsc-sticker {
    grid-template-columns: 1fr;
  }

  .bsc-signal-panel {
    grid-template-columns: 1fr;
  }

  .bsc-signal-panel .bsc-source-cell {
    border-right: 0;
    border-bottom: 1px solid color-mix(in srgb, var(--brand-1) 24%, var(--bsc-rule));
  }

  .bsc-signal-grid {
    grid-template-columns: 1fr;
  }

  .bsc-cell,
  .bsc-cell:nth-child(2n) {
    border-right: 0;
  }

  .bsc-signal-grid .bsc-cell:nth-child(odd) {
    border-right: 0;
  }

  .bsc-logo-cell {
    min-height: var(--bsc-source-mark-cell-min-height-mobile);
  }

  .bsc-logo-cell img {
    max-height: 6.75rem;
  }

  .bsc-source-mark-box {
    width: var(--bsc-source-mark-box-width-mobile);
  }

  .bsc-block h2,
  .bsc-bridge h2 {
    font-size: 1.75rem;
  }

  .bsc-market-head {
    display: grid;
  }

  .bsc-time-row {
    grid-template-columns: 1fr;
    gap: 0.2rem;
  }
}

/* =====================================================================
   Font scale guardrail, 2026-06-20
   Apple/Hermes/Porsche benchmark: expressive H1s are allowed, but section
   headings and answer text cannot become poster type. If a template needs a
   larger image-led exception, it must be approved as that exact page state.
   ===================================================================== */

@media (min-width: 761px) {
  .room-hero-copy h1,
  .case-article > header h1,
  .production-batch-001 .case-article > header h1,
  .production-batch-001 .production-page--decision > header h1,
  .page-hero h1,
  .guide-article h1,
  .not-found-copy h1,
  .bsc-hero h1 {
    max-width: min(16ch, 100%);
    font-size: clamp(2.35rem, 3.4vw, 3.12rem);
    line-height: 1.02;
  }

  .index-overlay h2,
  .object-counter-copy h2,
  .current-copy h2,
  .case-list > h2,
  .faq-block > h2,
  .policy-copy h2,
  .case-article h2,
  .language-note h2,
  .language-ledger > h2,
  .answer-summary h2,
  .authority-section-copy h2,
  .authority-reading-section h2,
  .authority-visual-evidence h2,
  .archive-status-board h2,
  .search-terminal h2,
  .search-heading h2,
  .catalogue-note h2,
  .brand-index-grid h2,
  .commercial-head h2,
  #commercial-title,
  .guide-section-heading h2,
  .guide-contents h2,
  .guide-definition h2,
  .guide-authority-payoff h2,
  .guide-next-files h2,
  .submission-form-copy h2,
  .production-batch-001 .takeaways h2,
  .production-batch-001 .faq-block > h2,
  .production-batch-001 .source-list h2,
  .bsc-block h2,
  .bsc-bridge h2 {
    font-size: clamp(2rem, 3vw, 3rem);
    line-height: 1.08;
  }

  .answer-summary p,
  .guide-landing .guide-answer p,
  .authority-definition p,
  .case-hero-copy > p:not(.eyebrow),
  .room-hero-copy > p:not(.eyebrow),
  .page-hero p:last-child,
  .lead-italic,
  .deck,
  .bsc-deck {
    font-size: clamp(1rem, 1.2vw, 1.22rem);
    line-height: 1.5;
  }
}

@media (max-width: 760px) {
  .room-hero-copy h1,
  .case-article > header h1,
  .production-batch-001 .case-article > header h1,
  .production-batch-001 .production-page--decision > header h1,
  .page-hero h1,
  .guide-article h1,
  .not-found-copy h1,
  .bsc-hero h1 {
    max-width: min(14ch, 100%);
    font-size: clamp(2rem, 8.4vw, 2.5rem);
    line-height: 1.05;
  }

  .index-overlay h2,
  .object-counter-copy h2,
  .current-copy h2,
  .case-list > h2,
  .faq-block > h2,
  .policy-copy h2,
  .case-article h2,
  .language-note h2,
  .language-ledger > h2,
  .answer-summary h2,
  .authority-section-copy h2,
  .authority-reading-section h2,
  .authority-visual-evidence h2,
  .archive-status-board h2,
  .search-terminal h2,
  .search-heading h2,
  .catalogue-note h2,
  .brand-index-grid h2,
  .commercial-head h2,
  #commercial-title,
  .guide-section-heading h2,
  .guide-contents h2,
  .guide-definition h2,
  .guide-authority-payoff h2,
  .guide-next-files h2,
  .submission-form-copy h2,
  .production-batch-001 .takeaways h2,
  .production-batch-001 .faq-block > h2,
  .production-batch-001 .source-list h2,
  .bsc-block h2,
  .bsc-bridge h2 {
    font-size: clamp(1.75rem, 7vw, 2.125rem);
    line-height: 1.1;
  }

  .answer-summary p,
  .guide-landing .guide-answer p,
  .authority-definition p,
  .case-hero-copy > p:not(.eyebrow),
  .room-hero-copy > p:not(.eyebrow),
  .page-hero p:last-child,
  .lead-italic,
  .deck,
  .bsc-deck {
    font-size: clamp(1rem, 4.6vw, 1.18rem);
    line-height: 1.45;
  }
}
