/* BrassRivets.com — original, dependency-free visual system */
:root {
  --ink: #17252c;
  --ink-deep: #0e191e;
  --ink-soft: #26383f;
  --saddle: #4c3124;
  --saddle-deep: #2f201a;
  --parchment: #eee3cd;
  --parchment-light: #f7f0e2;
  --paper: #fbf6ea;
  --brass: #bd9144;
  --brass-light: #dfc279;
  --brass-pale: #f0dda8;
  --brass-dark: #785326;
  --rust: #8b4d34;
  --sage: #617065;
  --muted: #6b685f;
  --line: rgba(52, 42, 31, 0.2);
  --line-dark: rgba(241, 221, 170, 0.2);
  --shadow: 0 22px 60px rgba(29, 21, 15, 0.13);
  --shadow-dark: 0 28px 75px rgba(4, 11, 14, 0.34);
  --serif: Georgia, 'Times New Roman', serif;
  --sans: Inter, ui-sans-serif, -apple-system, BlinkMacSystemFont, 'Segoe UI', sans-serif;
  --shell: min(100% - 2rem, 1220px);
  --article: 740px;
}

*,
*::before,
*::after {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
  scroll-padding-top: 6.5rem;
  color-scheme: light;
}

body {
  margin: 0;
  min-width: 320px;
  color: var(--ink);
  background:
    radial-gradient(circle at 12% 16%, rgba(189, 145, 68, 0.1) 0 1px, transparent 1.5px) 0 0 / 24px 24px,
    linear-gradient(115deg, rgba(255, 255, 255, 0.18), transparent 38%),
    var(--parchment);
  font-family: var(--sans);
  font-size: 1rem;
  line-height: 1.65;
  text-rendering: optimizeLegibility;
  -webkit-font-smoothing: antialiased;
}

body.nav-open {
  overflow: hidden;
}

  .product-family-card .product-family-image { margin: .85rem -1.25rem 1.1rem; aspect-ratio: 1 / .65; overflow: hidden; background: #f6f0e5; }
  .product-family-card .product-family-image img { width: 100%; height: 100%; object-fit: cover; mix-blend-mode: multiply; }
  .product-family-card .product-family-checks, .product-family-card .product-family-boundary, .product-family-card .product-family-source, .product-family-card .product-family-topline { display: none; }

.page-home main {
  display: flex;
  flex-direction: column;
}

.page-home main > * {
  order: 3;
}

.page-home .finder-section {
  order: 2;
}

.page-home .home-product-section {
  order: 1;
}

.page-home .hero-home {
  order: 0;
}

img,
svg {
  display: block;
  height: auto;
  max-width: 100%;
}

a {
  color: inherit;
  text-underline-offset: 0.2em;
}

button,
input,
select,
textarea {
  color: inherit;
  font: inherit;
}

button,
a,
input,
select,
textarea,
summary {
  -webkit-tap-highlight-color: transparent;
}

button {
  cursor: pointer;
}

h1,
h2,
h3,
h4,
p {
  margin-top: 0;
}

h1,
h2,
h3 {
  text-wrap: balance;
}

p,
li,
dd {
  text-wrap: pretty;
}

h1,
h2 {
  font-family: var(--serif);
  font-weight: 400;
  letter-spacing: -0.035em;
  line-height: 1.03;
}

h1 {
  margin-bottom: 1.3rem;
  font-size: clamp(2.85rem, 12vw, 5.7rem);
}

h2 {
  margin-bottom: 1.1rem;
  font-size: clamp(2.1rem, 8vw, 4rem);
}

h3 {
  margin-bottom: 0.7rem;
  font-size: 1.22rem;
  line-height: 1.3;
}

p:last-child,
ul:last-child,
ol:last-child,
dl:last-child {
  margin-bottom: 0;
}

::selection {
  color: var(--ink-deep);
  background: var(--brass-light);
}

:focus-visible {
  outline: 3px solid #dcae4c;
  outline-offset: 4px;
}

.shell {
  width: var(--shell);
  margin-inline: auto;
}

.skip-link {
  position: fixed;
  z-index: 1000;
  top: 0.8rem;
  left: 0.8rem;
  padding: 0.7rem 1rem;
  color: var(--ink-deep);
  background: var(--brass-pale);
  border: 2px solid var(--ink-deep);
  font-weight: 800;
  transform: translateY(-160%);
  transition: transform 160ms ease;
}

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

.eyebrow {
  display: flex;
  align-items: center;
  gap: 0.7rem;
  margin-bottom: 1rem;
  color: var(--brass-light);
  font-size: 0.72rem;
  font-weight: 800;
  letter-spacing: 0.16em;
  line-height: 1.25;
  text-transform: uppercase;
}

.eyebrow > span {
  width: 26px;
  height: 1px;
  background: currentColor;
}

.eyebrow-dark {
  color: var(--brass-dark);
}

.eyebrow-light {
  color: var(--brass-light);
}

.button {
  display: inline-flex;
  min-height: 48px;
  align-items: center;
  justify-content: center;
  gap: 0.65rem;
  padding: 0.78rem 1.25rem;
  border: 1px solid transparent;
  border-radius: 2px;
  font-size: 0.85rem;
  font-weight: 800;
  letter-spacing: 0.025em;
  line-height: 1.25;
  text-align: center;
  text-decoration: none;
  transition: transform 160ms ease, background-color 160ms ease, border-color 160ms ease, color 160ms ease, box-shadow 160ms ease;
}

.button:hover {
  transform: translateY(-2px);
}

.button-brass {
  color: var(--ink-deep);
  background: linear-gradient(135deg, var(--brass-pale), var(--brass) 64%, #a87932);
  border-color: rgba(255, 243, 207, 0.55);
  box-shadow: 0 9px 25px rgba(187, 139, 53, 0.18), inset 0 1px rgba(255, 255, 255, 0.42);
}

.button-brass:hover {
  background: linear-gradient(135deg, #f7e7b8, #c89b49 64%, #b18137);
  box-shadow: 0 12px 30px rgba(187, 139, 53, 0.28), inset 0 1px rgba(255, 255, 255, 0.5);
}

.button-dark {
  color: var(--paper);
  background: var(--ink);
  border-color: var(--ink);
  box-shadow: 0 10px 25px rgba(15, 25, 30, 0.16);
}

.button-dark:hover {
  background: #223740;
  border-color: #223740;
}

.button-outline {
  color: var(--ink);
  background: transparent;
  border-color: rgba(23, 37, 44, 0.38);
}

.button-outline:hover {
  color: var(--paper);
  background: var(--ink);
  border-color: var(--ink);
}

.button-small {
  min-height: 38px;
  padding: 0.55rem 0.85rem;
  font-size: 0.75rem;
}

.text-link {
  display: inline-flex;
  align-items: center;
  gap: 0.45rem;
  color: inherit;
  font-weight: 800;
  text-decoration: none;
}

.text-link span {
  color: var(--brass);
  transition: transform 160ms ease;
}

.text-link:hover span {
  transform: translateX(4px);
}

/* Header */
.site-header {
  position: sticky;
  z-index: 100;
  top: 0;
  color: #f5ead4;
  background: rgba(14, 25, 30, 0.97);
  border-bottom: 1px solid rgba(224, 194, 122, 0.18);
  transition: box-shadow 180ms ease, background-color 180ms ease;
}

.site-header::after {
  position: absolute;
  right: 0;
  bottom: -1px;
  left: 0;
  height: 1px;
  background: linear-gradient(90deg, transparent, rgba(214, 179, 100, 0.6), transparent);
  content: '';
  opacity: 0.45;
}

.site-header.is-scrolled {
  background: rgba(11, 20, 24, 0.985);
  box-shadow: 0 10px 35px rgba(2, 8, 10, 0.24);
}

.header-inner {
  position: relative;
  display: flex;
  min-height: 68px;
  align-items: center;
  justify-content: space-between;
  gap: 1rem;
}

.brand {
  display: inline-flex;
  align-items: center;
  gap: 0.65rem;
  color: inherit;
  text-decoration: none;
}

.brand-mark {
  flex: 0 0 auto;
  width: 38px;
  height: 38px;
}

.brand-type {
  display: flex;
  align-items: baseline;
  font-family: var(--serif);
  font-size: 1.18rem;
  letter-spacing: -0.025em;
}

.brand-type strong {
  font-weight: 700;
}

.brand-type span {
  color: var(--brass-light);
  font-size: 0.82em;
}

.nav-toggle {
  display: none;
  min-height: 42px;
  align-items: center;
  gap: 0.7rem;
  padding: 0.55rem 0.7rem;
  color: #f6ead5;
  background: transparent;
  border: 1px solid rgba(232, 207, 154, 0.3);
  border-radius: 2px;
  font-size: 0.75rem;
  font-weight: 800;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.js .nav-toggle {
  display: inline-flex;
}

.nav-toggle-lines {
  display: grid;
  width: 18px;
  gap: 5px;
}

.nav-toggle-lines i {
  display: block;
  height: 1px;
  background: var(--brass-light);
  transition: transform 160ms ease;
}

.nav-toggle[aria-expanded='true'] .nav-toggle-lines i:first-child {
  transform: translateY(3px) rotate(45deg);
}

.nav-toggle[aria-expanded='true'] .nav-toggle-lines i:last-child {
  transform: translateY(-3px) rotate(-45deg);
}

.primary-nav {
  position: absolute;
  top: calc(100% + 1px);
  right: 0;
  left: 0;
  display: grid;
  padding: 1rem;
  background: #111f25;
  border: 1px solid rgba(224, 194, 122, 0.22);
  border-top: 0;
  box-shadow: var(--shadow-dark);
}

.js .primary-nav {
  display: none;
}

.js .primary-nav.is-open {
  display: grid;
}

.primary-nav ul {
  display: grid;
  gap: 0;
  margin: 0 0 0.8rem;
  padding: 0;
  list-style: none;
}

.primary-nav ul a {
  display: block;
  padding: 0.75rem 0.25rem;
  color: #eadfc9;
  border-bottom: 1px solid rgba(234, 223, 201, 0.11);
  font-size: 0.88rem;
  font-weight: 700;
  text-decoration: none;
}

.primary-nav ul a:hover,
.primary-nav ul a[aria-current='page'] {
  color: var(--brass-light);
}

.nav-contact {
  width: 100%;
}

/* Home hero */
.hero,
.article-hero,
.editorial-hero,
.legal-hero,
.contact-hero {
  position: relative;
  overflow: hidden;
  color: var(--paper);
  background:
    radial-gradient(circle at 85% 15%, rgba(190, 145, 67, 0.18), transparent 27%),
    radial-gradient(circle at 12% 84%, rgba(112, 70, 39, 0.28), transparent 29%),
    linear-gradient(138deg, #192a31 0%, #111f25 57%, #0b1519 100%);
}

.hero::before,
.article-hero::before,
.editorial-hero::before,
.legal-hero::before,
.contact-hero::before {
  position: absolute;
  inset: 0;
  background:
    repeating-radial-gradient(ellipse at 86% 18%, transparent 0 36px, rgba(226, 197, 130, 0.055) 37px 38px, transparent 39px 72px),
    linear-gradient(105deg, transparent 0 55%, rgba(255, 255, 255, 0.018) 55% 55.2%, transparent 55.2%);
  content: '';
  pointer-events: none;
}

.hero-home {
  padding: 3.6rem 0 4rem;
}

.hero-grid {
  position: relative;
  display: grid;
  gap: 2.6rem;
  align-items: center;
}

.hero-copy {
  position: relative;
  z-index: 1;
}

.hero-copy h1 {
  max-width: 850px;
}

.hero-lede {
  max-width: 690px;
  margin-bottom: 1.7rem;
  color: #d9d2c4;
  font-size: clamp(1.05rem, 2.6vw, 1.28rem);
  line-height: 1.65;
}

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

.hero-copy .text-link {
  color: #f4e8d1;
}

.trust-list {
  display: flex;
  flex-wrap: wrap;
  gap: 0.6rem 1.15rem;
  margin: 1.8rem 0 0;
  padding: 1.2rem 0 0;
  color: #bfb8aa;
  border-top: 1px solid rgba(225, 199, 140, 0.18);
  font-size: 0.78rem;
  font-weight: 700;
  list-style: none;
}

.trust-list li {
  position: relative;
  padding-left: 1rem;
}

.trust-list li::before {
  position: absolute;
  top: 0.67em;
  left: 0;
  width: 5px;
  height: 5px;
  background: var(--brass);
  border-radius: 50%;
  content: '';
}

.hero-figure {
  position: relative;
  margin: 0;
}

.hero-plate {
  position: relative;
  overflow: hidden;
  padding: 0.55rem;
  background: rgba(7, 14, 17, 0.28);
  border: 1px solid rgba(225, 198, 137, 0.22);
  border-radius: 48% 48% 12px 12px / 22% 22% 12px 12px;
  box-shadow: var(--shadow-dark);
}

.hero-plate::after {
  position: absolute;
  inset: 11px;
  border: 1px dashed rgba(225, 198, 137, 0.24);
  border-radius: inherit;
  content: '';
  pointer-events: none;
}

.hero-figure figcaption {
  display: grid;
  gap: 0.2rem;
  padding: 0.85rem 0.5rem 0;
  color: #ccc2af;
  font-family: var(--serif);
  font-size: 0.9rem;
  font-style: italic;
}

.hero-figure figcaption span {
  color: var(--brass-light);
  font-family: var(--sans);
  font-size: 0.62rem;
  font-style: normal;
  font-weight: 800;
  letter-spacing: 0.15em;
  text-transform: uppercase;
}

/* Shared section headings */
.section-heading {
  margin-bottom: 2rem;
}

.section-heading > p:last-child,
.section-intro > p {
  color: #5f5c54;
}

.split-heading {
  display: grid;
  gap: 1rem;
}

.centered-heading {
  max-width: 780px;
  margin-right: auto;
  margin-left: auto;
  text-align: center;
}

.centered-heading .eyebrow {
  justify-content: center;
}

/* Rivet finder */
.finder-section {
  position: relative;
  padding: 4.5rem 0;
  background:
    linear-gradient(rgba(112, 76, 42, 0.05) 1px, transparent 1px) 0 0 / 100% 48px,
    var(--parchment-light);
  border-bottom: 1px solid var(--line);
}

.finder-grid {
  display: grid;
  gap: 2rem;
}

.finder-intro h2 {
  max-width: 650px;
}

.measure-note {
  margin-top: 1.6rem;
  padding: 1rem 1.1rem;
  background: rgba(190, 145, 68, 0.08);
  border-left: 3px solid var(--brass);
}

.measure-note strong {
  font-size: 0.75rem;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.measure-note p {
  margin: 0.25rem 0 0;
  color: #554f46;
  font-size: 0.9rem;
}

.finder-card {
  padding: 1.1rem;
  background:
    radial-gradient(circle at 95% 4%, rgba(204, 163, 80, 0.17), transparent 24%),
    var(--paper);
  border: 1px solid rgba(83, 59, 35, 0.26);
  border-top: 4px solid var(--brass);
  box-shadow: var(--shadow);
}

.finder-step {
  display: grid;
  grid-template-columns: 42px minmax(0, 1fr);
  gap: 0.75rem;
  padding: 1.15rem 0;
  border-bottom: 1px solid rgba(67, 53, 38, 0.16);
}

.step-number {
  display: grid;
  width: 34px;
  height: 34px;
  place-items: center;
  color: var(--brass-dark);
  border: 1px solid rgba(121, 83, 38, 0.35);
  border-radius: 50%;
  font-family: var(--serif);
  font-size: 0.8rem;
  font-style: italic;
}

.finder-step label,
.field-group label {
  display: block;
  margin-bottom: 0.18rem;
  font-size: 0.9rem;
  font-weight: 800;
}

.field-help,
.field-group small {
  display: block;
  margin: 0 0 0.6rem;
  color: #747067;
  font-size: 0.76rem;
  line-height: 1.45;
}

select,
input,
textarea {
  width: 100%;
  color: var(--ink);
  background: #fffdf7;
  border: 1px solid rgba(51, 42, 31, 0.33);
  border-radius: 2px;
  box-shadow: inset 0 1px 2px rgba(39, 31, 23, 0.05);
}

select,
input {
  min-height: 48px;
  padding: 0.72rem 0.8rem;
}

select {
  appearance: none;
  padding-right: 2.6rem;
  background-image:
    linear-gradient(45deg, transparent 50%, var(--brass-dark) 50%),
    linear-gradient(135deg, var(--brass-dark) 50%, transparent 50%);
  background-position: calc(100% - 18px) 50%, calc(100% - 12px) 50%;
  background-repeat: no-repeat;
  background-size: 6px 6px, 6px 6px;
}

textarea {
  min-height: 180px;
  padding: 0.85rem;
  resize: vertical;
}

select:focus,
input:focus,
textarea:focus {
  border-color: var(--brass-dark);
  box-shadow: 0 0 0 3px rgba(189, 145, 68, 0.18);
  outline: none;
}

.finder-submit {
  width: 100%;
  margin-top: 1rem;
}

.finder-result {
  scroll-margin-top: 90px;
  margin-top: 1.2rem;
  padding: 1.2rem;
  color: var(--paper);
  background:
    linear-gradient(135deg, rgba(200, 157, 75, 0.08), transparent 55%),
    var(--ink);
  border: 1px solid rgba(223, 194, 122, 0.25);
}

.finder-result:focus {
  outline: none;
}

.result-kicker,
.summary-label,
.status-kicker,
.format-label,
.section-number {
  margin-bottom: 0.4rem;
  color: var(--brass-light);
  font-size: 0.67rem;
  font-weight: 800;
  letter-spacing: 0.14em;
  text-transform: uppercase;
}

.finder-result h3 {
  margin-bottom: 1rem;
  color: #fff4dc;
  font-family: var(--serif);
  font-size: 1.45rem;
  font-weight: 400;
}

.finder-result dl {
  display: grid;
  gap: 0;
  margin: 0 0 1rem;
}

.finder-result dl > div {
  padding: 0.85rem 0;
  border-top: 1px solid rgba(238, 222, 189, 0.15);
}

.finder-result dt {
  color: var(--brass-light);
  font-size: 0.69rem;
  font-weight: 800;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.finder-result dd {
  margin: 0.22rem 0 0;
  color: #ded8cb;
  font-size: 0.89rem;
}

.result-caution {
  padding: 0.85rem;
  color: #d8d0c0;
  background: rgba(255, 255, 255, 0.045);
  border-left: 2px solid var(--brass);
  font-size: 0.8rem;
}

.finder-result .text-link {
  color: #fff0cb;
  font-size: 0.86rem;
}

.number-input-wrap {
  position: relative;
}

.number-input-wrap input {
  padding-right: 3.4rem;
}

.number-input-wrap > span {
  position: absolute;
  top: 50%;
  right: 0.9rem;
  color: var(--brass-dark);
  font-size: 0.72rem;
  font-weight: 900;
  letter-spacing: 0.08em;
  pointer-events: none;
  text-transform: uppercase;
  transform: translateY(-50%);
}

.finder-submit:disabled {
  cursor: wait;
  opacity: 0.72;
  transform: none;
}

.finder-error {
  margin: 0.9rem 0 0;
  padding: 0.8rem 0.9rem;
  color: #6f2f20;
  background: rgba(139, 77, 52, 0.1);
  border-left: 3px solid var(--rust);
  font-size: 0.8rem;
  font-weight: 750;
}

.result-summary {
  margin-bottom: 1rem;
  color: #d8d0c0;
  font-size: 0.86rem;
}

.finder-checklist {
  display: grid;
  gap: 0;
  margin: 0 0 1rem;
  padding: 0;
  border-top: 1px solid rgba(238, 222, 189, 0.16);
  list-style: none;
  counter-reset: finder-check;
}

.finder-checklist li {
  position: relative;
  display: grid;
  gap: 0.2rem;
  padding: 0.9rem 0 0.9rem 2.6rem;
  border-bottom: 1px solid rgba(238, 222, 189, 0.14);
  counter-increment: finder-check;
}

.finder-checklist li::before {
  position: absolute;
  top: 0.95rem;
  left: 0;
  display: grid;
  width: 28px;
  height: 28px;
  place-items: center;
  color: var(--ink-deep);
  background: var(--brass-light);
  border-radius: 50%;
  content: counter(finder-check, decimal-leading-zero);
  font-family: var(--serif);
  font-size: 0.66rem;
  font-style: italic;
}

.finder-checklist strong {
  color: #fff0cb;
  font-size: 0.72rem;
  letter-spacing: 0.06em;
  text-transform: uppercase;
}

.finder-checklist span {
  color: #d4cec2;
  font-size: 0.82rem;
}

.finder-routes,
.finder-matches {
  margin: 1rem 0;
}

.finder-routes h4,
.finder-matches h4 {
  margin: 0 0 0.6rem;
  color: var(--brass-light);
  font-size: 0.67rem;
  letter-spacing: 0.11em;
  text-transform: uppercase;
}

.finder-routes > div,
.finder-matches > div {
  display: grid;
  gap: 0.55rem;
}

.finder-route-link {
  display: flex;
  min-height: 44px;
  align-items: center;
  justify-content: space-between;
  gap: 1rem;
  padding: 0.7rem 0.8rem;
  color: #f8edd8;
  background: rgba(255, 255, 255, 0.045);
  border: 1px solid rgba(238, 222, 189, 0.18);
  font-size: 0.78rem;
  font-weight: 800;
  text-decoration: none;
}

.finder-route-link:hover {
  color: var(--ink-deep);
  background: var(--brass-light);
  border-color: var(--brass-light);
}

.finder-route-link span {
  color: var(--brass-light);
}

.finder-route-link:hover span {
  color: var(--ink-deep);
}

/* Home principle cards */
.principles-section,
.merchant-section,
.comparison-intro,
.merchant-review-section,
.tool-categories,
.die-section,
.merchant-tools-section,
.mission-section,
.boundaries-section,
.contact-section {
  padding: 4.5rem 0;
}

.principle-grid {
  display: grid;
  gap: 1rem;
}

.principle-card {
  position: relative;
  min-height: 320px;
  padding: 1.4rem;
  background: rgba(251, 246, 234, 0.72);
  border: 1px solid rgba(69, 51, 32, 0.22);
}

.principle-card::before {
  position: absolute;
  top: 7px;
  right: 7px;
  bottom: 7px;
  left: 7px;
  border: 1px dashed rgba(124, 84, 38, 0.17);
  content: '';
  pointer-events: none;
}

.card-index {
  position: absolute;
  top: 1.15rem;
  right: 1.3rem;
  color: var(--brass-dark);
  font-family: var(--serif);
  font-size: 0.8rem;
  font-style: italic;
}

.line-icon {
  width: 62px;
  height: 62px;
  margin: 1rem 0 1.35rem;
  fill: none;
  stroke: var(--brass-dark);
  stroke-linecap: round;
  stroke-linejoin: round;
  stroke-width: 1.6;
}

.principle-card h3 {
  position: relative;
  max-width: 270px;
  font-family: var(--serif);
  font-size: 1.45rem;
  font-weight: 400;
}

.principle-card p,
.principle-card a {
  position: relative;
}

.principle-card p {
  color: #625e55;
  font-size: 0.9rem;
}

.principle-card a {
  color: var(--brass-dark);
  font-size: 0.79rem;
  font-weight: 800;
  text-decoration: none;
}

.guide-run,
.choice-section,
.method-section,
.tool-faq,
.standards-section,
.editorial-contact,
.closing-cta {
  position: relative;
  padding: 4.5rem 0;
  color: var(--paper);
  background:
    radial-gradient(circle at 15% 50%, rgba(129, 77, 42, 0.22), transparent 30%),
    var(--ink-deep);
}

.guide-run::before,
.choice-section::before,
.method-section::before,
.tool-faq::before,
.standards-section::before,
.editorial-contact::before,
.closing-cta::before {
  position: absolute;
  inset: 0;
  background-image: linear-gradient(rgba(218, 187, 116, 0.04) 1px, transparent 1px), linear-gradient(90deg, rgba(218, 187, 116, 0.04) 1px, transparent 1px);
  background-size: 42px 42px;
  content: '';
  pointer-events: none;
}

.guide-run .shell,
.choice-section .shell,
.method-section .shell,
.tool-faq .shell,
.standards-section .shell,
.editorial-contact .shell,
.closing-cta .shell {
  position: relative;
}

.guide-run .section-heading > p:last-child,
.choice-section .section-heading > p:last-child {
  color: #beb8ad;
}

.guide-list {
  max-width: 980px;
  margin-inline: auto;
  border-top: 1px solid var(--line-dark);
}

.guide-row {
  display: grid;
  grid-template-columns: 38px minmax(0, 1fr) 24px;
  gap: 0.8rem;
  align-items: center;
  padding: 1.3rem 0.4rem;
  color: var(--paper);
  border-bottom: 1px solid var(--line-dark);
  text-decoration: none;
  transition: color 160ms ease, padding 160ms ease, background-color 160ms ease;
}

.guide-row:hover {
  padding-right: 0.7rem;
  padding-left: 0.7rem;
  color: #fff1c9;
  background: rgba(255, 255, 255, 0.035);
}

.guide-number {
  color: var(--brass-light);
  font-family: var(--serif);
  font-size: 0.85rem;
  font-style: italic;
}

.guide-row strong,
.guide-row small {
  display: block;
}

.guide-row strong {
  font-family: var(--serif);
  font-size: 1.25rem;
  font-weight: 400;
}

.guide-row small {
  margin-top: 0.2rem;
  color: #aaa69e;
  font-size: 0.73rem;
}

.guide-arrow {
  color: var(--brass);
  font-size: 1.2rem;
}

/* Merchant blocks */
.merchant-grid {
  display: grid;
  gap: 2rem;
}

.merchant-list {
  border-top: 3px solid var(--ink);
}

.merchant-row {
  display: grid;
  gap: 1rem;
  padding: 1.3rem 0;
  border-bottom: 1px solid var(--line);
}

.merchant-row > div > span,
.merchant-tool-top span {
  color: var(--brass-dark);
  font-size: 0.65rem;
  font-weight: 800;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

.merchant-row h3 {
  margin: 0.1rem 0 0.3rem;
  font-family: var(--serif);
  font-size: 1.35rem;
  font-weight: 400;
}

.merchant-row p {
  margin: 0;
  color: #605c53;
  font-size: 0.82rem;
}

.button-merchant {
  justify-content: space-between;
  color: var(--ink);
  background: transparent;
  border-color: rgba(23, 37, 44, 0.35);
  font-size: 0.76rem;
}

.button-merchant:hover {
  color: var(--paper);
  background: var(--ink);
  border-color: var(--ink);
}

.closing-cta-inner {
  max-width: 840px;
  text-align: center;
}

.closing-cta-inner .eyebrow {
  justify-content: center;
}

.closing-cta-inner p:not(.eyebrow) {
  max-width: 660px;
  margin: 0 auto 1.5rem;
  color: #c4beb2;
}

/* Shop catalog */
.shop-hero {
  padding: 3.8rem 0 4.2rem;
}

.shop-hero-grid {
  position: relative;
  display: grid;
  gap: 2.4rem;
  align-items: end;
}

.shop-hero h1 {
  max-width: 870px;
  font-size: clamp(3.2rem, 12vw, 6.4rem);
}

.shop-hero .hero-actions .text-link {
  color: #f4e8d1;
}

.shop-program-card {
  padding: 1.35rem;
  background:
    linear-gradient(145deg, rgba(247, 237, 216, 0.09), rgba(247, 237, 216, 0.035)),
    rgba(7, 15, 18, 0.45);
  border: 1px solid rgba(224, 194, 122, 0.3);
  border-top: 3px solid var(--brass);
  box-shadow: var(--shadow-dark);
  backdrop-filter: blur(10px);
}

.shop-program-status {
  display: flex;
  align-items: center;
  gap: 0.7rem;
  margin-bottom: 1rem;
  color: var(--brass-light);
  font-size: 0.67rem;
  font-weight: 850;
  letter-spacing: 0.1em;
  text-transform: uppercase;
}

.shop-program-status .status-dot {
  flex: 0 0 auto;
  width: 11px;
  height: 11px;
  margin: 0;
}

.shop-program-card h2 {
  margin-bottom: 0.7rem;
  color: #fff0d2;
  font-size: clamp(1.65rem, 6vw, 2.35rem);
  line-height: 1.08;
}

.shop-program-card > p {
  color: #c8c0b2;
  font-size: 0.84rem;
}

.shop-program-card dl {
  margin: 1.2rem 0 1rem;
  border-top: 1px solid rgba(231, 208, 156, 0.18);
}

.shop-program-card dl > div {
  display: flex;
  min-height: 44px;
  align-items: center;
  justify-content: space-between;
  gap: 1rem;
  border-bottom: 1px solid rgba(231, 208, 156, 0.13);
}

.shop-program-card dt {
  color: #aaa397;
  font-size: 0.7rem;
  font-weight: 750;
}

.shop-program-card dd {
  margin: 0;
  color: var(--brass-light);
  font-family: var(--serif);
  font-size: 1.05rem;
}

.shop-program-card > a {
  color: var(--brass-light);
  font-size: 0.74rem;
  font-weight: 800;
  text-decoration: none;
}

.shop-method-strip {
  color: #ebe0cb;
  background: #0c171b;
  border-top: 1px solid rgba(224, 194, 122, 0.16);
  border-bottom: 1px solid rgba(224, 194, 122, 0.16);
}

.shop-method-grid {
  display: grid;
}

.shop-method-grid p {
  display: grid;
  grid-template-columns: 34px 66px minmax(0, 1fr);
  gap: 0.45rem;
  align-items: baseline;
  margin: 0;
  padding: 0.9rem 0;
  border-bottom: 1px solid rgba(224, 194, 122, 0.12);
  color: #aaa49a;
  font-size: 0.72rem;
}

.shop-method-grid p:last-child {
  border-bottom: 0;
}

.shop-method-grid span {
  color: var(--brass-light);
  font-family: var(--serif);
  font-style: italic;
}

.shop-method-grid strong {
  color: #eee3ce;
  font-size: 0.68rem;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.featured-family-section {
  position: relative;
  scroll-margin-top: 76px;
  overflow: hidden;
  padding: 4.5rem 0 5rem;
  color: var(--paper);
  background:
    radial-gradient(circle at 90% 5%, rgba(222, 190, 112, 0.18), transparent 24%),
    radial-gradient(circle at 8% 78%, rgba(116, 66, 37, 0.24), transparent 28%),
    linear-gradient(145deg, #172a31, #0b161a 68%);
}

.featured-family-section::before {
  position: absolute;
  inset: 0;
  background:
    linear-gradient(rgba(218, 187, 116, 0.035) 1px, transparent 1px),
    linear-gradient(90deg, rgba(218, 187, 116, 0.035) 1px, transparent 1px);
  background-size: 44px 44px;
  content: '';
  pointer-events: none;
}

.featured-family-section .shell {
  position: relative;
}

.family-section-heading {
  display: grid;
  gap: 1rem;
  margin-bottom: 2.2rem;
}

.family-section-heading h2 {
  max-width: 770px;
  margin-bottom: 0;
}

.family-section-heading > p {
  max-width: 610px;
  margin-bottom: 0;
  color: #c2bbaf;
}

.product-family-grid {
  display: grid;
  gap: 1rem;
}

.product-family-card {
  position: relative;
  display: flex;
  min-width: 0;
  scroll-margin-top: 96px;
  flex-direction: column;
  overflow: hidden;
  padding: 1.25rem;
  color: var(--ink);
  background:
    radial-gradient(circle at 88% 7%, rgba(201, 154, 70, 0.2), transparent 25%),
    linear-gradient(155deg, #fff9ec, #eee0c5 100%);
  border: 1px solid rgba(242, 218, 164, 0.48);
  border-top: 4px solid var(--brass-light);
  box-shadow: 0 26px 65px rgba(2, 9, 12, 0.32);
}

.product-family-card::before {
  position: absolute;
  inset: 8px;
  border: 1px dashed rgba(121, 83, 38, 0.17);
  content: '';
  pointer-events: none;
}

.product-family-card > * {
  position: relative;
}

.product-family-topline {
  display: flex;
  min-height: 26px;
  align-items: center;
  justify-content: space-between;
  gap: 0.65rem;
  color: var(--brass-dark);
  font-size: 0.59rem;
  font-weight: 850;
  letter-spacing: 0.1em;
  line-height: 1.35;
  text-transform: uppercase;
}

.family-source-badge {
  padding: 0.25rem 0.38rem;
  color: #35503b;
  background: rgba(83, 112, 87, 0.1);
  border: 1px solid rgba(66, 95, 71, 0.24);
  text-align: right;
}

.product-family-number {
  position: relative;
  display: grid;
  width: 78px;
  height: 78px;
  margin: 1.55rem 0 1.25rem;
  place-items: center;
  color: var(--brass-pale);
  background:
    radial-gradient(circle at 36% 30%, rgba(255, 238, 190, 0.25), transparent 20%),
    var(--ink);
  border: 1px solid rgba(116, 79, 36, 0.36);
  border-radius: 50%;
  box-shadow: inset 0 0 0 7px rgba(223, 194, 121, 0.08), 0 12px 28px rgba(24, 30, 30, 0.2);
}

.product-family-number span {
  font-family: var(--serif);
  font-size: 1.3rem;
  font-style: italic;
}

.product-family-number i {
  position: absolute;
  top: 50%;
  left: calc(100% + 12px);
  width: clamp(55px, 15vw, 130px);
  height: 1px;
  background: linear-gradient(90deg, rgba(121, 83, 38, 0.58), transparent);
}

.product-family-card h3 {
  margin: 0 0 0.45rem;
  font-family: var(--serif);
  font-size: clamp(1.75rem, 7vw, 2.45rem);
  font-weight: 400;
  line-height: 1.08;
}

.product-family-source {
  margin-bottom: 1.25rem;
  color: #70695f;
  font-size: 0.73rem;
}

.product-family-checks {
  margin-bottom: 1rem;
  padding: 1rem;
  background: rgba(255, 253, 246, 0.55);
  border: 1px solid rgba(76, 56, 34, 0.17);
}

.product-family-checks h4 {
  margin: 0 0 0.55rem;
  color: var(--brass-dark);
  font-size: 0.65rem;
  letter-spacing: 0.1em;
  text-transform: uppercase;
}

.product-family-checks ol {
  margin: 0;
  padding: 0;
  list-style: none;
  counter-reset: family-check;
}

.product-family-checks li {
  position: relative;
  padding: 0.62rem 0 0.62rem 2rem;
  color: #514e48;
  border-top: 1px solid rgba(67, 53, 38, 0.14);
  counter-increment: family-check;
  font-size: 0.75rem;
  line-height: 1.5;
}

.product-family-checks li::before {
  position: absolute;
  top: 0.62rem;
  left: 0;
  display: grid;
  width: 22px;
  height: 22px;
  place-items: center;
  color: var(--ink-deep);
  background: var(--brass-light);
  border-radius: 50%;
  content: counter(family-check, decimal-leading-zero);
  font-family: var(--serif);
  font-size: 0.55rem;
  font-style: italic;
}

.product-family-boundary {
  margin-bottom: 1rem;
  padding: 0.85rem 0.9rem;
  color: #564b3e;
  background: rgba(189, 145, 68, 0.09);
  border-left: 3px solid var(--brass);
}

.product-family-boundary strong {
  display: block;
  margin-bottom: 0.2rem;
  color: #62431e;
  font-size: 0.64rem;
  letter-spacing: 0.065em;
  text-transform: uppercase;
}

.product-family-boundary p {
  margin: 0;
  font-size: 0.71rem;
  line-height: 1.55;
}

.product-family-action {
  display: grid;
  gap: 0.55rem;
  margin-top: auto;
  padding-top: 0.85rem;
  border-top: 1px solid var(--line);
}

.product-family-action > p {
  display: flex;
  align-items: center;
  gap: 0.5rem;
  margin: 0;
  color: #666057;
  font-size: 0.66rem;
  font-weight: 800;
}

.product-family-action > p > span {
  flex: 0 0 auto;
  width: 8px;
  height: 8px;
  background: #627966;
  border-radius: 50%;
  box-shadow: 0 0 0 3px rgba(98, 121, 102, 0.12);
}

.product-family-action .button {
  width: 100%;
  justify-content: space-between;
}

.button-family {
  color: #fff1d3;
  background: var(--ink);
  border-color: var(--ink);
  box-shadow: 0 10px 24px rgba(17, 29, 34, 0.16);
}

.button-family:hover {
  color: var(--ink-deep);
  background: var(--brass-light);
  border-color: var(--brass-light);
}

.family-source-rail {
  display: grid;
  margin-top: 1.2rem;
  border: 1px solid rgba(231, 207, 153, 0.2);
  border-top: 3px solid var(--brass);
}

.family-source-rail > div {
  display: grid;
  gap: 0.15rem;
  padding: 0.85rem 1rem;
  background: rgba(248, 237, 214, 0.045);
  border-bottom: 1px solid rgba(231, 207, 153, 0.14);
}

.family-source-rail > div:last-child {
  border-bottom: 0;
}

.family-source-rail span,
.exact-item-gate > div > p:first-child {
  color: var(--brass-light);
  font-size: 0.58rem;
  font-weight: 850;
  letter-spacing: 0.1em;
  text-transform: uppercase;
}

.family-source-rail strong {
  color: #ede2cd;
  font-size: 0.75rem;
}

.exact-item-gate {
  display: grid;
  grid-template-columns: 46px minmax(0, 1fr);
  gap: 1rem;
  max-width: 940px;
  align-items: start;
  margin-top: 1.2rem;
  padding: 1rem;
  background: rgba(248, 237, 214, 0.055);
  border: 1px solid rgba(230, 204, 148, 0.2);
}

.exact-item-gate > span {
  display: grid;
  width: 42px;
  height: 42px;
  place-items: center;
  color: var(--ink-deep);
  background: var(--brass-light);
  border-radius: 50%;
  font-size: 1rem;
}

.exact-item-gate h3 {
  margin: 0.15rem 0 0.35rem;
  color: #f5e9d1;
  font-family: var(--serif);
  font-size: 1.35rem;
  font-weight: 400;
}

.exact-item-gate > div > p:last-child {
  margin: 0;
  color: #bcb5a9;
  font-size: 0.76rem;
}

.exact-product-layer {
  margin-top: 3.5rem;
  padding-top: 3.5rem;
  border-top: 1px solid rgba(230, 204, 148, 0.2);
}

.catalog-section {
  padding: 4.5rem 0 5rem;
  background:
    linear-gradient(rgba(112, 76, 42, 0.04) 1px, transparent 1px) 0 0 / 100% 52px,
    var(--parchment-light);
}

.catalog-heading > p {
  color: #5f5c54;
}

.catalog-category-grid {
  display: grid;
  gap: 1.2rem;
}

.catalog-category-card {
  position: relative;
  display: flex;
  min-width: 0;
  scroll-margin-top: 96px;
  flex-direction: column;
  overflow: hidden;
  padding: 1.25rem;
  background:
    radial-gradient(circle at 92% 3%, rgba(196, 149, 67, 0.19), transparent 23%),
    rgba(251, 246, 234, 0.9);
  border: 1px solid rgba(71, 52, 32, 0.22);
  border-top: 4px solid var(--brass);
  box-shadow: 0 16px 45px rgba(47, 32, 24, 0.08);
}

.catalog-category-card::before {
  position: absolute;
  inset: 8px;
  border: 1px dashed rgba(121, 83, 38, 0.13);
  content: '';
  pointer-events: none;
}

.catalog-category-card > * {
  position: relative;
}

.category-card-header {
  display: flex;
  min-height: 96px;
  align-items: flex-start;
  justify-content: space-between;
  gap: 1rem;
}

.category-card-header > div {
  display: grid;
  gap: 0.25rem;
}

.category-index {
  color: var(--brass-dark);
  font-family: var(--serif);
  font-size: 1rem;
  font-style: italic;
}

.category-kind {
  color: #746e63;
  font-size: 0.62rem;
  font-weight: 850;
  letter-spacing: 0.11em;
  text-transform: uppercase;
}

.category-icon {
  width: 92px;
  height: 92px;
  padding: 0.8rem;
  fill: none;
  stroke: var(--brass-dark);
  stroke-linecap: round;
  stroke-linejoin: round;
  stroke-width: 1.7;
  background: rgba(189, 145, 68, 0.09);
  border: 1px solid rgba(121, 83, 38, 0.2);
}

.catalog-category-card > h2 {
  margin: 0.7rem 0 0.8rem;
  font-size: clamp(2rem, 8vw, 3rem);
}

.category-description {
  color: #514e48;
  font-size: 0.9rem;
}

.category-use {
  margin: 0.4rem 0 1.4rem;
  padding: 0.9rem 0.95rem;
  color: #625d54;
  background: rgba(189, 145, 68, 0.08);
  border-left: 3px solid var(--brass);
  font-size: 0.8rem;
}

.category-use strong {
  display: block;
  margin-bottom: 0.22rem;
  color: var(--brass-dark);
  font-size: 0.64rem;
  letter-spacing: 0.1em;
  text-transform: uppercase;
}

.category-checks {
  margin-bottom: 1.1rem;
}

.category-checks h3 {
  margin: 0 0 0.5rem;
  color: var(--ink);
  font-size: 0.7rem;
  letter-spacing: 0.09em;
  text-transform: uppercase;
}

.category-checks ul {
  margin: 0;
  padding: 0;
  border-top: 1px solid var(--line);
  list-style: none;
}

.category-checks li {
  display: grid;
  grid-template-columns: 14px minmax(0, 1fr);
  gap: 0.65rem;
  padding: 0.62rem 0;
  color: #5b574f;
  border-bottom: 1px solid var(--line);
  font-size: 0.76rem;
}

.category-checks li > span {
  width: 11px;
  height: 11px;
  margin-top: 0.35rem;
  border: 1px solid var(--brass-dark);
}

.category-record-state {
  display: grid;
  grid-template-columns: 48px minmax(0, 1fr);
  gap: 0.8rem;
  align-items: center;
  margin: 0.2rem 0 1.2rem;
  padding: 0.8rem;
  color: #e9dfcc;
  background: var(--ink);
}

.category-record-state > span {
  display: grid;
  width: 42px;
  height: 42px;
  place-items: center;
  color: var(--ink-deep);
  background: var(--brass-light);
  border-radius: 50%;
  font-family: var(--serif);
  font-size: 1.1rem;
}

.category-record-state p {
  margin: 0;
  color: #a9a49b;
  font-size: 0.68rem;
}

.category-record-state strong {
  display: block;
  color: #f2e6cf;
  font-size: 0.76rem;
}

.category-actions {
  display: grid;
  gap: 0.8rem;
  margin-top: auto;
}

.affiliate-pending,
.affiliate-active-note {
  display: grid;
  grid-template-columns: 24px minmax(0, 1fr);
  gap: 0.55rem;
  align-items: center;
  margin: 0;
  padding: 0.75rem 0.8rem;
  color: #62431e;
  background: var(--brass-pale);
  border: 1px solid rgba(121, 83, 38, 0.25);
  font-size: 0.72rem;
}

.affiliate-pending > span {
  display: grid;
  width: 20px;
  height: 20px;
  place-items: center;
  border: 1px solid var(--brass-dark);
  border-radius: 50%;
  font-size: 0.65rem;
}

.affiliate-active-note {
  display: block;
  color: #39533c;
  background: rgba(97, 112, 101, 0.12);
  border-color: rgba(63, 87, 67, 0.25);
}

.direct-link-list {
  display: grid;
  gap: 0.55rem;
  padding-top: 0.8rem;
  border-top: 1px solid var(--line);
}

.direct-link-list > span {
  color: #746e63;
  font-size: 0.6rem;
  font-weight: 850;
  letter-spacing: 0.1em;
  text-transform: uppercase;
}

.direct-link-list .button,
.category-actions > .button {
  width: 100%;
}

.category-actions .button-merchant.button-brass {
  color: var(--ink-deep);
  background: linear-gradient(135deg, var(--brass-pale), var(--brass) 64%, #a87932);
  border-color: rgba(255, 243, 207, 0.55);
}

.verified-catalog-section {
  position: relative;
  padding: 4.5rem 0 5rem;
  color: var(--paper);
  background:
    radial-gradient(circle at 86% 12%, rgba(189, 145, 68, 0.14), transparent 25%),
    linear-gradient(145deg, #17282f, #0c171b 70%);
}

.verified-catalog-section::before {
  position: absolute;
  inset: 0;
  background-image: linear-gradient(rgba(218, 187, 116, 0.035) 1px, transparent 1px), linear-gradient(90deg, rgba(218, 187, 116, 0.035) 1px, transparent 1px);
  background-size: 44px 44px;
  content: '';
  pointer-events: none;
}

.verified-catalog-section .shell {
  position: relative;
}

.verified-products-heading {
  display: grid;
  gap: 1rem;
  margin-bottom: 2rem;
}

.verified-products-heading h2 {
  max-width: 760px;
}

.verified-products-heading > p {
  max-width: 600px;
  color: #bcb5a9;
}

.verified-empty-state {
  display: grid;
  gap: 1.2rem;
  max-width: 980px;
  padding: 1.3rem;
  background: rgba(248, 237, 214, 0.06);
  border: 1px solid rgba(230, 204, 148, 0.22);
  border-top: 3px solid var(--brass);
}

.empty-state-mark {
  display: grid;
  width: 64px;
  height: 64px;
  place-items: center;
  color: var(--ink-deep);
  background: var(--brass-light);
  border-radius: 50%;
  font-family: var(--serif);
  font-size: 1.8rem;
  font-style: italic;
}

.verified-empty-state h3 {
  margin: 0 0 0.5rem;
  color: #f5e9d1;
  font-family: var(--serif);
  font-size: 1.6rem;
  font-weight: 400;
}

.verified-empty-state p {
  color: #bbb4a8;
  font-size: 0.84rem;
}

.catalog-product-grid {
  display: grid;
  gap: 1rem;
}

.catalog-product-card {
  display: flex;
  scroll-margin-top: 96px;
  flex-direction: column;
  padding: 1.2rem;
  color: var(--ink);
  background: var(--parchment-light);
  border: 1px solid rgba(230, 204, 148, 0.28);
  border-top: 3px solid var(--brass);
}

.product-card-topline {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 0.8rem;
  color: var(--brass-dark);
  font-size: 0.61rem;
  font-weight: 850;
  letter-spacing: 0.09em;
  text-transform: uppercase;
}

.verified-seal {
  padding: 0.28rem 0.42rem;
  color: #33513a;
  background: rgba(77, 110, 81, 0.12);
  border: 1px solid rgba(77, 110, 81, 0.28);
}

.catalog-product-card h3 {
  margin: 1rem 0 0.25rem;
  font-family: var(--serif);
  font-size: 1.6rem;
  font-weight: 400;
}

.product-merchant {
  color: #716a60;
  font-size: 0.75rem;
}

.product-spec-list {
  margin: 1rem 0;
  border-top: 1px solid var(--line);
}

.product-spec-list > div {
  display: grid;
  gap: 0.15rem;
  padding: 0.7rem 0;
  border-bottom: 1px solid var(--line);
}

.product-spec-list dt {
  color: var(--brass-dark);
  font-size: 0.63rem;
  font-weight: 850;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.product-spec-list dd {
  margin: 0;
  color: #514e48;
  font-size: 0.8rem;
}

.product-card-footer {
  display: grid;
  gap: 0.8rem;
  margin-top: auto;
}

.product-card-footer p {
  color: #69635a;
  font-size: 0.7rem;
}

.product-outbound {
  width: 100%;
  justify-content: space-between;
}

.shop-closing {
  padding: 4.5rem 0;
  background:
    linear-gradient(115deg, rgba(189, 145, 68, 0.12), transparent 45%),
    var(--parchment);
  border-top: 1px solid var(--line);
}

.shop-closing-inner {
  display: grid;
  gap: 1.5rem;
  align-items: center;
}

.shop-closing-inner h2 {
  margin-bottom: 0;
}

.shop-closing-inner > div:last-child > p {
  color: #5e5a52;
}

/* Article hero and layouts */
.article-hero {
  padding: 3.4rem 0 3.8rem;
}

.article-hero-grid {
  position: relative;
  display: grid;
  gap: 2rem;
  align-items: end;
}

.article-hero h1 {
  max-width: 850px;
  font-size: clamp(3rem, 11vw, 5.8rem);
}

.breadcrumb {
  display: flex;
  gap: 0.55rem;
  margin-bottom: 2.5rem;
  color: #aaa69d;
  font-size: 0.72rem;
  font-weight: 700;
}

.breadcrumb a {
  color: var(--brass-light);
  text-decoration: none;
}

.article-summary,
.safety-card,
.disclosure-card {
  padding: 1.4rem;
  background: rgba(247, 237, 216, 0.07);
  border: 1px solid rgba(224, 194, 122, 0.28);
  border-top: 3px solid var(--brass);
  backdrop-filter: blur(8px);
}

.article-summary ol {
  display: grid;
  gap: 0.6rem;
  margin: 0.8rem 0 0;
  padding: 0 0 0 1.3rem;
  color: #e0d7c5;
  font-size: 0.87rem;
}

.article-layout {
  display: grid;
  gap: 2.5rem;
  padding-top: 4rem;
  padding-bottom: 4.5rem;
}

.article-body {
  min-width: 0;
}

.article-body > section {
  padding: 0 0 3.8rem;
}

.article-body > section + section {
  padding-top: 3.8rem;
  border-top: 1px solid var(--line);
}

.article-body h2 {
  font-size: clamp(2rem, 8vw, 3.5rem);
}

.article-body h3 {
  margin-top: 2rem;
  font-family: var(--serif);
  font-size: 1.45rem;
  font-weight: 400;
}

.article-body p,
.article-body li {
  color: #55534d;
}

.section-number {
  color: var(--brass-dark);
}

.formula-card {
  margin: 1.8rem 0 2.4rem;
  padding: 1.35rem;
  background: var(--ink);
  border-top: 3px solid var(--brass);
  box-shadow: var(--shadow);
}

.formula-label {
  color: var(--brass-light);
  font-size: 0.65rem;
  font-weight: 800;
  letter-spacing: 0.13em;
  text-transform: uppercase;
}

.formula-card p {
  margin: 0.55rem 0;
  color: #f4ead5;
  font-family: var(--serif);
  font-size: clamp(1.25rem, 4vw, 1.65rem);
  line-height: 1.35;
}

.formula-card small {
  display: block;
  color: #b9b3a7;
  font-size: 0.75rem;
  line-height: 1.55;
}

.numbered-steps {
  display: grid;
  gap: 0;
  margin: 1.5rem 0 0;
  padding: 0;
  border-top: 1px solid var(--line);
  list-style: none;
}

.numbered-steps li {
  display: grid;
  grid-template-columns: 38px minmax(0, 1fr);
  gap: 0.8rem;
  padding: 1.15rem 0;
  border-bottom: 1px solid var(--line);
}

.numbered-steps li > span {
  display: grid;
  width: 30px;
  height: 30px;
  place-items: center;
  color: var(--brass-dark);
  border: 1px solid rgba(121, 83, 38, 0.35);
  border-radius: 50%;
  font-family: var(--serif);
  font-size: 0.8rem;
  font-style: italic;
}

.numbered-steps strong {
  color: var(--ink);
}

.numbered-steps p {
  margin: 0.25rem 0 0;
  font-size: 0.9rem;
}

.callout {
  margin: 1.8rem 0;
  padding: 1.1rem 1.2rem;
  background: rgba(132, 75, 48, 0.08);
  border-left: 3px solid var(--rust);
}

.callout-brass {
  background: rgba(189, 145, 68, 0.09);
  border-left-color: var(--brass);
}

.callout strong {
  color: var(--ink);
}

.callout p {
  margin: 0.2rem 0 0;
  font-size: 0.88rem;
}

.definition-grid {
  display: grid;
  gap: 1rem;
  margin-top: 1.6rem;
}

.definition-grid article {
  position: relative;
  padding: 1.25rem;
  background: rgba(251, 246, 234, 0.72);
  border: 1px solid var(--line);
}

.definition-grid article > span {
  display: grid;
  width: 32px;
  height: 32px;
  place-items: center;
  color: var(--ink);
  background: var(--brass-light);
  border-radius: 50%;
  font-family: var(--serif);
  font-style: italic;
}

.definition-grid h3 {
  margin: 1rem 0 0.35rem;
}

.definition-grid p {
  margin: 0;
  font-size: 0.86rem;
}

.comparison-stack {
  border-top: 3px solid var(--ink);
}

.comparison-band {
  display: grid;
  gap: 1rem;
  padding: 1.25rem 0;
  border-bottom: 1px solid var(--line);
}

.comparison-band h3 {
  margin: 0 0 0.3rem;
}

.comparison-band p {
  margin: 0;
  font-size: 0.85rem;
}

.comparison-icon {
  display: grid;
  width: 64px;
  height: 64px;
  place-items: center;
  background: rgba(189, 145, 68, 0.12);
  border: 1px solid rgba(121, 83, 38, 0.25);
}

.rivet-mini {
  position: relative;
  display: block;
  width: 30px;
  height: 40px;
  background: linear-gradient(90deg, #a87931, #e0c479 50%, #8f642c);
}

.rivet-mini::before,
.rivet-mini::after {
  position: absolute;
  left: 50%;
  width: 42px;
  height: 12px;
  background: linear-gradient(#ead599, #a77631);
  border: 1px solid #835923;
  border-radius: 50%;
  content: '';
  transform: translateX(-50%);
}

.rivet-mini::before { top: -4px; }
.rivet-mini::after { bottom: -4px; }
.rivet-mini.single-cap::after { height: 7px; border-radius: 2px; }
.rivet-mini.burr::after { width: 35px; height: 7px; border-radius: 1px; }

.verify-note {
  padding: 0.75rem;
  background: rgba(189, 145, 68, 0.08);
}

.coupon-diagram {
  margin: 1.8rem 0;
  padding: 1rem;
  background: var(--ink);
  box-shadow: var(--shadow);
}

.coupon-leather {
  display: grid;
  gap: 1rem;
  padding: 1.4rem;
  color: #f4e9d3;
  background:
    repeating-linear-gradient(14deg, transparent 0 18px, rgba(230, 175, 116, 0.08) 19px 20px),
    var(--saddle);
  border: 1px solid #b68152;
}

.coupon-leather > span {
  display: grid;
  grid-template-columns: 36px 1fr;
  gap: 0.75rem;
  align-items: center;
}

.coupon-leather i {
  width: 28px;
  height: 28px;
  background: radial-gradient(circle at 36% 31%, #fff1c3, #c89c4d 47%, #6d461e 100%);
  border: 1px solid #f0d994;
  border-radius: 50%;
  box-shadow: 0 4px 9px rgba(15, 8, 4, 0.4);
}

.coupon-primary i {
  outline: 2px solid var(--brass-light);
  outline-offset: 5px;
}

.coupon-leather small {
  font-size: 0.72rem;
  font-weight: 700;
  letter-spacing: 0.05em;
  text-transform: uppercase;
}

.inspection-grid {
  display: grid;
  gap: 1rem;
}

.inspection-card {
  padding: 1.2rem;
  background: rgba(251, 246, 234, 0.68);
  border: 1px solid var(--line);
  border-top: 3px solid var(--sage);
}

.inspection-stop {
  border-top-color: var(--rust);
}

.status-label {
  margin-bottom: 0.6rem;
  color: var(--ink) !important;
  font-size: 0.7rem;
  font-weight: 800;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

.inspection-card ul {
  margin: 0;
  padding-left: 1.1rem;
}

.inspection-card li {
  margin: 0.35rem 0;
  font-size: 0.84rem;
}

.checklist-card {
  padding: 1.3rem;
  background: var(--paper);
  border: 1px solid var(--line);
  box-shadow: var(--shadow);
}

.check-list {
  display: grid;
  gap: 0;
  margin: 0;
  padding: 0;
  list-style: none;
}

.check-list li {
  display: grid;
  grid-template-columns: 18px 1fr;
  gap: 0.7rem;
  padding: 0.7rem 0;
  border-bottom: 1px solid var(--line);
  font-size: 0.88rem;
}

.check-list li:last-child { border-bottom: 0; }
.check-list span {
  width: 14px;
  height: 14px;
  margin-top: 0.35rem;
  border: 1px solid var(--brass-dark);
}

.article-rail {
  display: none;
}

.rail-card,
.rail-note {
  padding: 1.2rem;
  background: rgba(251, 246, 234, 0.72);
  border: 1px solid var(--line);
}

.rail-card > span,
.rail-note > strong {
  display: block;
  margin-bottom: 0.65rem;
  color: var(--brass-dark);
  font-size: 0.68rem;
  font-weight: 800;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

.rail-card a {
  display: block;
  padding: 0.48rem 0;
  color: #5c584f;
  border-bottom: 1px solid var(--line);
  font-size: 0.78rem;
  font-weight: 700;
  text-decoration: none;
}

.rail-card a:hover { color: var(--brass-dark); }
.rail-note { margin-top: 1rem; background: var(--ink); color: #eee4d1; }
.rail-note p { color: #bfb9ad; font-size: 0.78rem; }
.rail-note a { color: var(--brass-light); font-size: 0.76rem; font-weight: 800; text-decoration: none; }
.rail-warning { border-top: 3px solid var(--rust); }

.article-next {
  display: grid;
  gap: 0.45rem;
  margin-top: 0.5rem;
  padding: 1.2rem 0;
  border-top: 3px solid var(--ink);
  border-bottom: 1px solid var(--line);
}

.article-next > span {
  color: var(--brass-dark);
  font-size: 0.65rem;
  font-weight: 800;
  letter-spacing: 0.13em;
  text-transform: uppercase;
}

.article-next a {
  display: flex;
  justify-content: space-between;
  gap: 1rem;
  color: var(--ink);
  text-decoration: none;
}

.article-next a strong {
  font-family: var(--serif);
  font-size: 1.35rem;
  font-weight: 400;
}

.article-next a span { color: var(--brass-dark); }

/* Kits comparison */
.disclosure-card h2,
.safety-card h2 {
  margin: 0.6rem 0;
  font-size: 1.65rem;
}

.disclosure-card p,
.safety-card p {
  color: #d2cbbe;
  font-size: 0.83rem;
}

.disclosure-card a {
  color: var(--brass-light);
  font-size: 0.76rem;
  font-weight: 800;
  text-decoration: none;
}

.kit-format-grid {
  display: grid;
  gap: 1rem;
}

.kit-format-card {
  padding: 1.25rem;
  background: rgba(251, 246, 234, 0.74);
  border: 1px solid var(--line);
  border-top: 3px solid var(--brass);
}

.kit-format-card h3 {
  margin: 0.4rem 0;
  font-family: var(--serif);
  font-size: 1.45rem;
  font-weight: 400;
}

.kit-format-card p {
  color: #5f5b53;
  font-size: 0.85rem;
}

.kit-format-card dl { margin: 1rem 0 0; }
.kit-format-card dl > div { padding: 0.55rem 0; border-top: 1px solid var(--line); }
.kit-format-card dt { color: var(--brass-dark); font-size: 0.63rem; font-weight: 800; letter-spacing: 0.1em; text-transform: uppercase; }
.kit-format-card dd { margin: 0.15rem 0 0; font-size: 0.78rem; }
.format-label { color: var(--brass-dark); }

.matrix-section {
  padding: 4.5rem 0;
  color: var(--paper);
  background: var(--ink);
}

.matrix-section .section-heading > p:last-child { color: #c2baac; }
.matrix-note code,
.disclosure-strip code { color: var(--brass-light); background: rgba(255,255,255,.06); }

.table-wrap {
  overflow-x: auto;
  -webkit-overflow-scrolling: touch;
}

.table-wrap:focus { outline: 3px solid var(--brass); outline-offset: 3px; }

.comparison-table,
.inspection-table {
  width: 100%;
  min-width: 760px;
  border-collapse: collapse;
  font-size: 0.8rem;
  line-height: 1.5;
}

.comparison-table th,
.comparison-table td {
  padding: 1rem;
  border: 1px solid rgba(231, 210, 164, 0.18);
  text-align: left;
  vertical-align: top;
}

.comparison-table thead th {
  color: var(--brass-light);
  background: #0e1a1f;
  font-size: 0.65rem;
  letter-spacing: 0.1em;
  text-transform: uppercase;
}

.comparison-table tbody th { color: #f3e7cf; font-family: var(--serif); font-size: 0.95rem; font-weight: 400; }
.comparison-table tbody td { color: #c0baaf; }
.comparison-table tbody tr:nth-child(even) { background: rgba(255,255,255,.025); }

.merchant-review-section { background: var(--parchment-light); }
.merchant-review { display: grid; gap: 1rem; padding: 1.5rem 0; border-bottom: 1px solid var(--line); }
.merchant-review:first-child { border-top: 3px solid var(--ink); }
.merchant-review-number { color: var(--brass-dark); font-family: var(--serif); font-size: 1rem; font-style: italic; }
.merchant-review-copy h2 { margin: 0.25rem 0 0.65rem; font-size: clamp(1.9rem, 7vw, 2.7rem); }
.merchant-review-copy p { color: #59564e; font-size: 0.9rem; }
.inline-checks { display: flex; flex-wrap: wrap; gap: 0.45rem; margin: 0; padding: 0; list-style: none; }
.inline-checks li { padding: 0.3rem 0.55rem; color: var(--brass-dark); background: rgba(189,145,68,.09); border: 1px solid rgba(121,83,38,.18); font-size: 0.67rem; font-weight: 800; }
.merchant-review-action { display: grid; gap: 0.4rem; align-content: center; }
.merchant-review-action small { color: #777269; font-size: 0.66rem; text-align: right; }

.red-flags-section { padding: 4.5rem 0; }
.red-flags-grid { display: grid; gap: 2rem; }
.red-flag-list { border-top: 3px solid var(--ink); }
.red-flag-list article { display: grid; grid-template-columns: 35px 1fr; gap: 0.8rem; padding: 1.1rem 0; border-bottom: 1px solid var(--line); }
.red-flag-list article > span { color: var(--brass-dark); font-family: var(--serif); font-size: .8rem; font-style: italic; }
.red-flag-list h3 { margin: 0 0 .25rem; font-family: var(--serif); font-weight: 400; }
.red-flag-list p { margin: 0; color: #5d5951; font-size: .83rem; }

.method-grid { position: relative; display: grid; gap: 1.5rem; }
.method-copy p { color: #c2bcaf; }
.method-copy a { color: var(--brass-light); }

.wide-next { color: var(--ink); background: var(--brass-light); }
.wide-next-inner { display: grid; gap: .4rem; padding-top: 1.5rem; padding-bottom: 1.5rem; }
.wide-next-inner > span { font-size: .72rem; font-weight: 800; letter-spacing: .08em; text-transform: uppercase; }
.wide-next-inner a { display: flex; justify-content: space-between; gap: 1rem; font-family: var(--serif); font-size: 1.35rem; text-decoration: none; }

/* Setting guide */
.sequence-visual { padding: 2rem 0 0; background: var(--parchment); }
.sequence-visual figure { margin: 0; }
.sequence-visual picture { display: block; }
.sequence-visual img { border: 1px solid rgba(69,51,32,.18); box-shadow: var(--shadow); }
.sequence-visual figcaption { padding: .65rem .2rem; color: #6a655c; font-family: var(--serif); font-size: .78rem; font-style: italic; text-align: right; }

.tool-list-card { margin-top: 1.6rem; padding: 1.2rem; background: var(--paper); border: 1px solid var(--line); border-top: 3px solid var(--brass); }
.tool-list-card h3 { margin-top: 0; }
.tool-checks { display: grid; gap: .55rem; margin: 0; padding: 0; list-style: none; }
.tool-checks li { display: grid; grid-template-columns: 22px 1fr; gap: .4rem; font-size: .85rem; }
.tool-checks li span { color: var(--brass-dark); font-weight: 900; }

.alignment-grid { display: grid; gap: 1rem; margin-top: 1.5rem; }
.alignment-grid article { padding: 1.2rem; background: rgba(251,246,234,.75); border: 1px solid var(--line); border-top: 3px solid var(--sage); }
.alignment-grid .alignment-bad { border-top-color: var(--rust); }
.alignment-grid h3 { margin: 1rem 0 .25rem; }
.alignment-grid p { margin: 0; font-size: .83rem; }
.alignment-drawing { position: relative; width: 90px; height: 112px; margin: 0 auto; }
.alignment-drawing .leather { position: absolute; top: 51px; left: 4px; width: 82px; height: 24px; background: var(--saddle); border: 1px solid var(--saddle-deep); }
.alignment-drawing .post { position: absolute; top: 20px; left: 39px; width: 12px; height: 70px; background: linear-gradient(90deg,#9d702f,#dec279,#835a24); }
.alignment-drawing .cap { position: absolute; z-index: 2; left: 24px; width: 42px; height: 15px; background: linear-gradient(#ead59a,#a57630); border: 1px solid #7a5321; border-radius: 50%; }
.alignment-drawing .cap.top { top: 15px; }
.alignment-drawing .cap.bottom { top: 82px; }
.alignment-drawing.tilted { transform: rotate(8deg); transform-origin: center; }

.process-list { margin: 1.5rem 0 0; padding: 0; border-top: 1px solid var(--line); list-style: none; counter-reset: process; }
.process-list li { position: relative; display: grid; gap: .2rem; padding: 1rem 0 1rem 2.4rem; border-bottom: 1px solid var(--line); counter-increment: process; }
.process-list li::before { position: absolute; margin-left: -2.4rem; color: var(--brass-dark); font-family: var(--serif); font-style: italic; content: counter(process, decimal-leading-zero); }
.process-list strong { color: var(--ink); }
.process-list span { color: #5d5951; font-size: .86rem; }
.inline-card-link { display: grid; gap: .25rem; margin-top: 1.4rem; padding: 1rem; color: #f5ead3; background: var(--ink); text-decoration: none; }
.inline-card-link > span { color: var(--brass-light); font-size: .67rem; font-weight: 800; letter-spacing: .1em; text-transform: uppercase; }
.inline-card-link strong { display: flex; justify-content: space-between; font-family: var(--serif); font-size: 1.1rem; font-weight: 400; }

.inspection-table-wrap { overflow-x: auto; margin-top: 1.5rem; }
.inspection-table th,
.inspection-table td { padding: .8rem; border: 1px solid var(--line); text-align: left; vertical-align: top; }
.inspection-table thead th { color: #f4e9d2; background: var(--ink); font-size: .64rem; letter-spacing: .09em; text-transform: uppercase; }
.inspection-table tbody th { color: var(--ink); background: rgba(189,145,68,.08); font-weight: 800; }
.inspection-table tbody td { color: #5a564f; background: rgba(251,246,234,.65); }
.table-caveat { margin-top: .7rem; font-size: .76rem; font-style: italic; }
.record-card { margin-top: 1.5rem; padding: 1.2rem; background: var(--paper); border: 1px solid var(--line); border-top: 3px solid var(--brass); box-shadow: var(--shadow); }
.record-card > span { color: var(--brass-dark); font-size: .68rem; font-weight: 800; letter-spacing: .12em; text-transform: uppercase; }
.record-card dl { display: grid; gap: 0; margin: .8rem 0 0; }
.record-card dl > div { display: grid; grid-template-columns: 110px 1fr; gap: 1rem; padding: .65rem 0; border-top: 1px solid var(--line); }
.record-card dt { font-size: .75rem; font-weight: 800; }
.record-card dd { margin: 0; color: #656159; font-family: ui-monospace, SFMono-Regular, Menlo, monospace; font-size: .78rem; }

/* Tools page */
.tool-category-grid { display: grid; gap: 1rem; }
.tool-category-card { position: relative; padding: 1.25rem; background: rgba(251,246,234,.75); border: 1px solid var(--line); }
.tool-number { position: absolute; top: 1rem; right: 1rem; color: var(--brass-dark); font-family: var(--serif); font-size: .8rem; font-style: italic; }
.tool-icon { width: 72px; height: 72px; margin-bottom: 1rem; fill: none; stroke: var(--brass-dark); stroke-linecap: round; stroke-linejoin: round; stroke-width: 2; }
.tool-category-card h3 { font-family: var(--serif); font-size: 1.4rem; font-weight: 400; }
.tool-category-card p { color: #5d5951; font-size: .84rem; }
.tool-category-card strong,
.tool-category-card > span:last-child { display: block; }
.tool-category-card strong { color: var(--brass-dark); font-size: .65rem; letter-spacing: .1em; text-transform: uppercase; }
.tool-category-card > span:last-child { color: #5c584f; font-size: .76rem; }

.choice-grid { display: grid; gap: 1rem; }
.choice-card { color: var(--ink); background: var(--parchment-light); border: 1px solid rgba(229,205,154,.18); }
.choice-card-brass { background: #ddc17e; }
.choice-header { padding: 1.2rem; border-bottom: 1px solid rgba(23,37,44,.18); }
.choice-header span { color: var(--brass-dark); font-size: .65rem; font-weight: 800; letter-spacing: .11em; text-transform: uppercase; }
.choice-card-brass .choice-header span { color: #64441f; }
.choice-header h3 { margin: .25rem 0 0; font-family: var(--serif); font-size: 1.7rem; font-weight: 400; }
.choice-body { padding: 1.2rem; }
.choice-body h4 { margin: 1.1rem 0 .45rem; font-size: .7rem; letter-spacing: .1em; text-transform: uppercase; }
.choice-body h4:first-child { margin-top: 0; }
.choice-body ul { margin: 0; padding-left: 1.1rem; }
.choice-body li { margin: .35rem 0; color: #4d4b46; font-size: .82rem; }

.die-grid { display: grid; gap: 2rem; }
.spec-sheet { background: var(--paper); border: 1px solid var(--line); box-shadow: var(--shadow); }
.spec-sheet-header { display: flex; justify-content: space-between; gap: 1rem; padding: 1rem; color: var(--paper); background: var(--ink); }
.spec-sheet-header span { font-family: var(--serif); font-size: 1.1rem; }
.spec-sheet-header small { color: var(--brass-light); font-size: .62rem; font-weight: 800; letter-spacing: .08em; text-transform: uppercase; }
.spec-sheet dl { margin: 0; padding: .5rem 1rem 1rem; }
.spec-sheet dl > div { display: grid; gap: .15rem; padding: .75rem 0; border-bottom: 1px solid var(--line); }
.spec-sheet dt { color: var(--brass-dark); font-size: .65rem; font-weight: 800; letter-spacing: .08em; text-transform: uppercase; }
.spec-sheet dd { margin: 0; color: #5c584f; font-family: ui-monospace, SFMono-Regular, Menlo, monospace; font-size: .75rem; }

.merchant-tools-section { background: var(--parchment-light); border-top: 1px solid var(--line); }
.merchant-tool-grid { display: grid; gap: 1rem; }
.merchant-tool-grid > article { display: flex; min-height: 360px; flex-direction: column; padding: 1.25rem; background: var(--paper); border: 1px solid var(--line); border-top: 3px solid var(--ink); }
.merchant-tool-top h3 { margin: .25rem 0 .75rem; font-family: var(--serif); font-size: 1.45rem; font-weight: 400; }
.merchant-tool-grid article > p { color: #5c584f; font-size: .83rem; }
.merchant-tool-grid ul { margin: 0 0 1rem; padding-left: 1.1rem; color: #615d55; font-size: .76rem; }
.merchant-tool-grid .button { margin-top: auto; }
.merchant-footnote { margin: 1rem 0 0; color: #6c675e; font-size: .75rem; }
.merchant-footnote a { color: var(--brass-dark); font-weight: 800; }

.faq-grid { display: grid; gap: 2rem; }
.faq-list { border-top: 1px solid var(--line-dark); }
.faq-list details { border-bottom: 1px solid var(--line-dark); }
.faq-list summary { position: relative; padding: 1.1rem 2rem 1.1rem 0; color: #f0e5d0; cursor: pointer; font-family: var(--serif); font-size: 1.1rem; list-style: none; }
.faq-list summary::-webkit-details-marker { display: none; }
.faq-list summary::after { position: absolute; top: 1.1rem; right: .2rem; color: var(--brass-light); font-family: var(--sans); content: '+'; }
.faq-list details[open] summary::after { content: '−'; }
.faq-list details p { padding: 0 0 1rem; color: #bcb6aa; font-size: .84rem; }

/* About */
.editorial-hero { padding: 4.2rem 0; }
.editorial-hero-inner { position: relative; }
.editorial-hero h1 { max-width: 900px; }
.editorial-hero p:last-child { max-width: 700px; color: #d0c8ba; font-size: 1.1rem; }
.mission-grid { display: grid; gap: 2rem; align-items: center; }
.mission-mark { display: grid; justify-items: center; padding: 2rem; background: var(--ink); border: 1px solid rgba(121,83,38,.3); box-shadow: var(--shadow); }
.mission-mark img { width: 150px; }
.mission-mark span { margin-top: 1rem; color: var(--brass-light); font-size: .65rem; font-weight: 800; letter-spacing: .14em; text-transform: uppercase; }
.mission-copy p { color: #5d5952; }
.standards-grid { position: relative; display: grid; gap: 1px; background: rgba(229,206,157,.18); border: 1px solid rgba(229,206,157,.18); }
.standards-grid article { padding: 1.3rem; background: var(--ink-deep); }
.standards-grid article > span { color: var(--brass-light); font-family: var(--serif); font-size: .8rem; font-style: italic; }
.standards-grid h3 { margin: .9rem 0 .4rem; color: #f0e6d2; font-family: var(--serif); font-size: 1.3rem; font-weight: 400; }
.standards-grid p { color: #afa99f; font-size: .82rem; }
.boundaries-grid { display: grid; gap: 2rem; }
.boundary-list { border-top: 3px solid var(--ink); }
.boundary-list article { padding: 1rem 0; border-bottom: 1px solid var(--line); }
.boundary-list strong { font-family: var(--serif); font-size: 1.2rem; font-weight: 400; }
.boundary-list p { margin: .25rem 0 0; color: #5d5951; font-size: .84rem; }
.editorial-contact-inner { position: relative; display: grid; gap: 1.5rem; }
.editorial-contact-inner p { color: #beb8ad; }

/* Legal and disclosure */
.legal-hero { padding: 3.8rem 0; }
.legal-hero-inner { position: relative; }
.legal-hero h1 { margin-bottom: .8rem; }
.legal-hero p:last-child { color: #c8c0b1; }
.legal-layout { display: grid; gap: 2.2rem; padding-top: 3.5rem; padding-bottom: 4.5rem; }
.legal-index { display: none; }
.legal-copy { min-width: 0; max-width: var(--article); }
.legal-copy section { padding: 0 0 2.7rem; }
.legal-copy section + section { padding-top: 2.7rem; border-top: 1px solid var(--line); }
.legal-copy h2 { font-size: clamp(1.65rem, 6vw, 2.35rem); }
.legal-copy p,
.legal-copy li { color: #56534d; }
.legal-copy li { margin: .45rem 0; }
.legal-copy a { color: var(--brass-dark); font-weight: 800; }

.disclosure-layout { padding-top: 3.5rem; padding-bottom: 4.5rem; }
.launch-status { display: grid; grid-template-columns: 16px 1fr; gap: 1rem; max-width: 920px; margin-bottom: 3.5rem; padding: 1.4rem; background: var(--ink); border-top: 3px solid var(--brass); box-shadow: var(--shadow); }
.status-dot { width: 12px; height: 12px; margin-top: .35rem; background: var(--brass-light); border: 3px solid rgba(238,215,157,.25); border-radius: 50%; box-shadow: 0 0 0 5px rgba(189,145,68,.11); }
.launch-status h2 { margin: .3rem 0 .6rem; color: #f4ead5; font-size: clamp(1.65rem,6vw,2.6rem); }
.launch-status p:last-child { color: #beb8ad; font-size: .88rem; }
.disclosure-copy { max-width: 840px; margin-inline: auto; }
.disclosure-copy > section { padding: 0 0 3rem; }
.disclosure-copy > section + section { padding-top: 3rem; border-top: 1px solid var(--line); }
.disclosure-copy h2 { font-size: clamp(1.8rem,7vw,2.75rem); }
.disclosure-copy p,
.disclosure-copy li { color: #57544d; }
.disclosure-copy code { padding: .08rem .25rem; color: var(--brass-dark); background: rgba(189,145,68,.1); }
.meaning-grid { display: grid; gap: 1rem; }
.meaning-grid article { padding: 1rem; background: rgba(251,246,234,.7); border: 1px solid var(--line); }
.meaning-grid span { color: var(--brass-dark); font-size: .67rem; font-weight: 800; letter-spacing: .1em; text-transform: uppercase; }
.meaning-grid p { margin: .5rem 0 0; font-size: .84rem; }
.destination-list { padding-left: 1.2rem; }

/* Contact */
.contact-hero { padding: 3.8rem 0; }
.contact-hero-grid { position: relative; display: grid; gap: 2rem; align-items: end; }
.contact-hero h1 { max-width: 780px; }
.contact-hero p:last-child { color: #d2c9ba; font-size: 1.05rem; }
.contact-status-card { display: grid; grid-template-columns: 18px 1fr; gap: 1rem; padding: 1.2rem; background: rgba(247,237,216,.07); border: 1px solid rgba(224,194,122,.28); }
.status-dot-warm { background: #d7834f; box-shadow: 0 0 0 5px rgba(215,131,79,.12); }
.contact-status-card strong { color: var(--brass-light); font-size: .72rem; letter-spacing: .08em; text-transform: uppercase; }
.contact-status-card p { margin: .25rem 0 0; color: #c8c0b2; font-size: .8rem; }
.contact-grid { display: grid; gap: 2rem; }
.contact-aside ol { display: grid; gap: 0; margin: 1.2rem 0 1.5rem; padding: 0; border-top: 3px solid var(--ink); list-style: none; }
.contact-aside li { display: grid; grid-template-columns: 38px 1fr; gap: .8rem; padding: 1rem 0; border-bottom: 1px solid var(--line); }
.contact-aside li > span { color: var(--brass-dark); font-family: var(--serif); font-size: .75rem; font-style: italic; }
.contact-aside li p { margin: 0; color: #5c5951; font-size: .82rem; }
.contact-aside li strong { color: var(--ink); }
.privacy-mini { padding: 1rem; background: rgba(189,145,68,.08); border-left: 3px solid var(--brass); }
.privacy-mini strong { font-size: .73rem; letter-spacing: .08em; text-transform: uppercase; }
.privacy-mini p { margin: .2rem 0 0; color: #5d5951; font-size: .8rem; }
.privacy-mini a { color: var(--brass-dark); font-weight: 800; }
.contact-form-wrap { min-width: 0; }
.contact-form { padding: 1.2rem; background: var(--paper); border: 1px solid var(--line); border-top: 4px solid var(--brass); box-shadow: var(--shadow); }
.field-row { display: grid; gap: 1rem; }
.field-group { margin-bottom: 1.2rem; }
.field-group small { margin: .35rem 0 0; }
.label-row { display: flex; justify-content: space-between; gap: 1rem; }
.label-row > span { color: #706c63; font-size: .72rem; }
.has-error input,
.has-error select,
.has-error textarea { border-color: var(--rust); box-shadow: 0 0 0 3px rgba(139,77,52,.1); }
.field-error { margin: .35rem 0 0; color: #813e2b; font-size: .78rem; font-weight: 800; }
.honeypot-field { position: absolute !important; width: 1px !important; height: 1px !important; overflow: hidden !important; clip: rect(0 0 0 0) !important; clip-path: inset(50%) !important; white-space: nowrap !important; }
.submit-row { display: grid; gap: .8rem; padding-top: .2rem; }
.submit-row p { color: #69655d; font-size: .75rem; }
.form-success,
.form-errors { display: grid; grid-template-columns: 38px 1fr; gap: .8rem; margin-bottom: 1rem; padding: 1rem; background: rgba(94,116,91,.1); border: 1px solid rgba(75,101,73,.28); border-left: 4px solid #60765c; }
.form-errors { display: block; background: rgba(139,77,52,.08); border-color: rgba(139,77,52,.25); border-left-color: var(--rust); }
.form-success > span { display: grid; width: 30px; height: 30px; place-items: center; color: #fff; background: #60765c; border-radius: 50%; }
.form-success h2,
.form-errors h2 { margin: 0 0 .2rem; font-family: var(--sans); font-size: 1rem; font-weight: 800; letter-spacing: 0; }
.form-success p,
.form-errors p { margin: 0; color: #56534d; font-size: .82rem; }

/* 404 */
.not-found-section { min-height: 65vh; display: grid; place-items: center; padding: 4rem 0; }
.not-found-inner { max-width: 760px; text-align: center; }
.not-found-inner .eyebrow { justify-content: center; }
.not-found-mark { color: rgba(121,83,38,.14); font-family: var(--serif); font-size: clamp(7rem,30vw,15rem); line-height: .7; }
.not-found-inner h1 { margin-top: 1.8rem; font-size: clamp(2.6rem,10vw,4.8rem); }
.not-found-inner > p:not(.eyebrow) { max-width: 620px; margin: 0 auto 1.5rem; color: #5c5850; }
.not-found-inner .hero-actions { justify-content: center; }

/* Footer */
.site-footer {
  color: #dcd3c3;
  background:
    linear-gradient(115deg, rgba(127,78,42,.16), transparent 35%),
    #0b1519;
  border-top: 1px solid rgba(226,195,122,.24);
}

.footer-grid {
  display: grid;
  gap: 2rem;
  padding-top: 3.5rem;
  padding-bottom: 2.5rem;
}

.brand-footer { color: #f1e5ce; }
.footer-brand p { max-width: 420px; margin-top: 1rem; color: #aaa49a; font-size: .82rem; }
.footer-nav { display: grid; align-content: start; gap: .45rem; }
.footer-nav h2 { margin-bottom: .5rem; color: var(--brass-light); font-family: var(--sans); font-size: .68rem; font-weight: 800; letter-spacing: .12em; text-transform: uppercase; }
.footer-nav a { color: #c8c0b2; font-size: .78rem; text-decoration: none; }
.footer-nav a:hover { color: var(--brass-light); }
.disclosure-strip { padding-top: 1.2rem; padding-bottom: 1.2rem; border-top: 1px solid rgba(226,195,122,.15); border-bottom: 1px solid rgba(226,195,122,.15); }
.disclosure-strip p { margin: 0; color: #98938a; font-size: .7rem; line-height: 1.55; }
.disclosure-strip strong { color: #cfc3ad; }
.disclosure-strip code { padding: .05rem .2rem; }
.footer-base { display: flex; flex-wrap: wrap; justify-content: space-between; gap: .4rem 1rem; padding-top: 1rem; padding-bottom: 1.3rem; color: #77746e; font-size: .65rem; font-weight: 700; letter-spacing: .04em; text-transform: uppercase; }
.footer-base p { margin: 0; }

@media (max-width: 699px) {
  .comparison-table,
  .comparison-table tbody,
  .comparison-table tr,
  .comparison-table th,
  .comparison-table td,
  .inspection-table,
  .inspection-table tbody,
  .inspection-table tr,
  .inspection-table th,
  .inspection-table td {
    display: block;
    width: 100%;
    min-width: 0;
  }

  .comparison-table thead,
  .inspection-table thead {
    position: absolute;
    width: 1px;
    height: 1px;
    overflow: hidden;
    clip: rect(0 0 0 0);
    clip-path: inset(50%);
    white-space: nowrap;
  }

  .comparison-table tbody tr {
    margin-bottom: 1rem;
    background: rgba(255, 255, 255, 0.025);
    border: 1px solid rgba(231, 210, 164, 0.18);
  }

  .comparison-table tbody th {
    padding: 1rem;
    color: #f3e7cf;
    background: #0e1a1f;
    border: 0;
    border-bottom: 1px solid rgba(231, 210, 164, 0.18);
    font-size: 1.05rem;
  }

  .comparison-table tbody td {
    padding: 0.85rem 1rem;
    border: 0;
    border-bottom: 1px solid rgba(231, 210, 164, 0.12);
  }

  .comparison-table tbody td:last-child {
    border-bottom: 0;
  }

  .comparison-table tbody td::before,
  .inspection-table tbody td::before {
    display: block;
    margin-bottom: 0.25rem;
    color: var(--brass-light);
    font-size: 0.62rem;
    font-weight: 800;
    letter-spacing: 0.1em;
    text-transform: uppercase;
    content: attr(data-label);
  }

  .inspection-table tbody tr {
    margin-bottom: 1rem;
    background: rgba(251, 246, 234, 0.72);
    border: 1px solid var(--line);
    border-top: 3px solid var(--brass);
  }

  .inspection-table tbody th {
    padding: 0.9rem 1rem;
    color: #f4e9d2;
    background: var(--ink);
    border: 0;
  }

  .inspection-table tbody td {
    padding: 0.85rem 1rem;
    background: transparent;
    border: 0;
    border-bottom: 1px solid var(--line);
  }

  .inspection-table tbody td:last-child {
    border-bottom: 0;
  }

  .inspection-table tbody td::before {
    color: var(--brass-dark);
  }
}

/* Tablet */
@media (min-width: 700px) {
  :root { --shell: min(100% - 3rem, 1220px); }
  body.nav-open { overflow: auto; }
  .hero-home { padding: 4.8rem 0 5.4rem; }
  .finder-card { padding: 1.6rem; }
  .principle-grid { grid-template-columns: repeat(3, 1fr); }
  .principle-card { min-height: 360px; }
  .split-heading { grid-template-columns: minmax(0, 1.25fr) minmax(260px, .75fr); align-items: end; }
  .split-heading > p { padding-bottom: .55rem; }
  .guide-row { grid-template-columns: 48px minmax(0, 1fr) 30px; padding: 1.55rem .75rem; }
  .guide-row strong { font-size: 1.5rem; }
  .guide-row small { font-size: .78rem; }
  .merchant-row { grid-template-columns: minmax(0, 1fr) 260px; align-items: center; }
  .article-hero { padding: 4.5rem 0; }
  .article-hero-grid { grid-template-columns: minmax(0, 1.4fr) minmax(260px, .6fr); }
  .definition-grid,
  .inspection-grid,
  .alignment-grid,
  .meaning-grid,
  .choice-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .comparison-band { grid-template-columns: 72px minmax(0, 1fr) minmax(190px, .65fr); align-items: center; }
  .coupon-leather { grid-template-columns: repeat(3, 1fr); }
  .coupon-leather > span { justify-items: center; grid-template-columns: 1fr; text-align: center; }
  .article-next { grid-template-columns: 160px 1fr; align-items: center; }
  .kit-format-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .merchant-review { grid-template-columns: 42px minmax(0, 1fr) 260px; align-items: center; }
  .wide-next-inner { grid-template-columns: minmax(220px,.55fr) minmax(0,1fr); align-items: center; }
  .tool-category-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .tool-category-card:last-child { grid-column: 1 / -1; }
  .merchant-tool-grid { grid-template-columns: repeat(2, minmax(0,1fr)); }
  .standards-grid { grid-template-columns: repeat(2,minmax(0,1fr)); }
  .meaning-grid { grid-template-columns: repeat(2,minmax(0,1fr)); }
  .field-row { grid-template-columns: repeat(2,minmax(0,1fr)); }
  .submit-row { grid-template-columns: auto minmax(220px,1fr); align-items: center; }
  .shop-method-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .shop-method-grid p { padding-right: 1rem; border-right: 1px solid rgba(224, 194, 122, 0.12); }
  .shop-method-grid p:nth-child(2n) { padding-right: 0; padding-left: 1rem; border-right: 0; }
  .family-section-heading { grid-template-columns: minmax(0, 1.15fr) minmax(260px, 0.85fr); align-items: end; }
  .product-family-card { padding: 1.5rem; }
  .family-source-rail { grid-template-columns: repeat(3, minmax(0, 1fr)); }
  .family-source-rail > div { border-right: 1px solid rgba(231, 207, 153, 0.14); border-bottom: 0; }
  .family-source-rail > div:last-child { border-right: 0; }
  .exact-item-gate { grid-template-columns: 64px minmax(0, 1fr); padding: 1.3rem; }
  .exact-item-gate > span { width: 56px; height: 56px; }
  .catalog-category-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .catalog-category-card { padding: 1.5rem; }
  .verified-products-heading { grid-template-columns: minmax(0, 1.15fr) minmax(260px, 0.85fr); align-items: end; }
  .verified-empty-state { grid-template-columns: 80px minmax(0, 1fr); align-items: start; padding: 1.7rem; }
  .catalog-product-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .shop-closing-inner { grid-template-columns: minmax(0, 1fr) minmax(320px, 0.85fr); gap: 4rem; }
  .footer-grid { grid-template-columns: minmax(0,1.6fr) minmax(150px,.7fr) minmax(150px,.7fr); }
}

/* Desktop */
@media (min-width: 1040px) {
  .header-inner { min-height: 76px; }
  .brand-mark { width: 42px; height: 42px; }
  .brand-type { font-size: 1.3rem; }
  .js .nav-toggle { display: none; }
  .primary-nav,
  .js .primary-nav {
    position: static;
    display: flex;
    align-items: center;
    gap: .8rem;
    padding: 0;
    background: transparent;
    border: 0;
    box-shadow: none;
  }
  .primary-nav ul { display: flex; align-items: center; gap: .12rem; margin: 0; }
  .primary-nav ul a { position: relative; padding: .7rem .48rem; border: 0; font-size: .72rem; }
  .primary-nav ul a::after { position: absolute; right: .48rem; bottom: .36rem; left: .48rem; height: 1px; background: var(--brass); content: ''; transform: scaleX(0); transform-origin: right; transition: transform 160ms ease; }
  .primary-nav ul a:hover::after,
  .primary-nav ul a[aria-current='page']::after { transform: scaleX(1); transform-origin: left; }
  .nav-contact { width: auto; margin-left: .2rem; }
  .hero-grid { grid-template-columns: minmax(0,1.06fr) minmax(430px,.94fr); gap: 3rem; }
  .hero-home { padding: 5.3rem 0 6rem; }
  .hero-copy h1 { font-size: clamp(4.7rem,6.4vw,6.25rem); }
  .shop-hero { padding-top: 5.1rem; padding-bottom: 5.6rem; }
  .shop-hero-grid { grid-template-columns: minmax(0, 1.18fr) minmax(360px, 0.82fr); gap: 4.5rem; }
  .shop-hero h1 { font-size: clamp(4.7rem, 6.6vw, 6.45rem); }
  .shop-program-card { padding: 1.7rem; }
  .shop-method-grid { grid-template-columns: repeat(4, minmax(0, 1fr)); }
  .shop-method-grid p,
  .shop-method-grid p:nth-child(2n) { padding: 1rem 1.1rem; border-right: 1px solid rgba(224, 194, 122, 0.12); border-bottom: 0; }
  .shop-method-grid p:first-child { padding-left: 0; }
  .shop-method-grid p:last-child { padding-right: 0; border-right: 0; }
  .featured-family-section,
  .catalog-section,
  .verified-catalog-section { padding-top: 6rem; padding-bottom: 6.5rem; }
  .product-family-grid { grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 1.25rem; }
  .product-family-card { padding: 1.45rem; }
  .product-family-card h3 { min-height: 3.2em; font-size: 2.15rem; }
  .catalog-category-grid { gap: 1.5rem; }
  .catalog-category-card { padding: 1.8rem; }
  .shop-closing { padding-top: 5.5rem; padding-bottom: 5.5rem; }
  .finder-grid { grid-template-columns: minmax(0,.82fr) minmax(560px,1.18fr); gap: 5rem; align-items: start; }
  .finder-intro { position: sticky; top: 115px; }
  .principles-section,
  .merchant-section,
  .comparison-intro,
  .merchant-review-section,
  .tool-categories,
  .die-section,
  .merchant-tools-section,
  .mission-section,
  .boundaries-section,
  .contact-section,
  .guide-run,
  .choice-section,
  .method-section,
  .tool-faq,
  .standards-section,
  .editorial-contact,
  .closing-cta { padding-top: 6rem; padding-bottom: 6rem; }
  .merchant-grid { grid-template-columns: minmax(280px,.7fr) minmax(560px,1.3fr); gap: 5rem; }
  .merchant-grid .section-intro { position: sticky; top: 115px; align-self: start; }
  .article-layout { grid-template-columns: minmax(0,var(--article)) minmax(210px,1fr); gap: 5rem; padding-top: 5.5rem; padding-bottom: 6rem; }
  .article-rail { display: block; position: sticky; top: 110px; align-self: start; }
  .kit-format-grid { grid-template-columns: repeat(4,minmax(0,1fr)); }
  .red-flags-grid { grid-template-columns: minmax(300px,.7fr) minmax(0,1.3fr); gap: 5rem; }
  .method-grid { grid-template-columns: minmax(300px,.72fr) minmax(0,1.28fr); gap: 5rem; }
  .tool-category-grid { grid-template-columns: repeat(5,minmax(0,1fr)); }
  .tool-category-card:last-child { grid-column: auto; }
  .die-grid { grid-template-columns: minmax(0,.78fr) minmax(540px,1.22fr); gap: 5rem; align-items: center; }
  .merchant-tool-grid { grid-template-columns: repeat(4,minmax(0,1fr)); }
  .faq-grid { grid-template-columns: minmax(300px,.7fr) minmax(0,1.3fr); gap: 5rem; }
  .mission-grid { grid-template-columns: minmax(300px,.65fr) minmax(0,1.35fr); gap: 5rem; }
  .standards-grid { grid-template-columns: repeat(3,minmax(0,1fr)); }
  .boundaries-grid { grid-template-columns: minmax(300px,.7fr) minmax(0,1.3fr); gap: 5rem; }
  .editorial-contact-inner { grid-template-columns: minmax(0,1fr) minmax(360px,.75fr); gap: 5rem; align-items: center; }
  .legal-layout { grid-template-columns: 210px minmax(0,var(--article)); gap: 5rem; padding-top: 5rem; padding-bottom: 6rem; }
  .legal-index { display: block; position: sticky; top: 110px; align-self: start; padding: 1rem; border-top: 3px solid var(--ink); }
  .legal-index > span { display: block; margin-bottom: .5rem; color: var(--brass-dark); font-size: .66rem; font-weight: 800; letter-spacing: .11em; text-transform: uppercase; }
  .legal-index a { display: block; padding: .42rem 0; color: #5d5951; border-bottom: 1px solid var(--line); font-size: .75rem; font-weight: 700; text-decoration: none; }
  .legal-index a:hover { color: var(--brass-dark); }
  .contact-hero-grid { grid-template-columns: minmax(0,1.2fr) minmax(340px,.8fr); }
  .contact-grid { grid-template-columns: minmax(280px,.65fr) minmax(0,1.35fr); gap: 5rem; align-items: start; }
  .contact-aside { position: sticky; top: 110px; }
  .contact-form { padding: 1.8rem; }
}

@media (min-width: 1180px) {
  .primary-nav ul a { padding-right: .62rem; padding-left: .62rem; font-size: .76rem; }
  .primary-nav ul a::after { right: .62rem; left: .62rem; }
}

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

@media print {
  .site-header,
  .site-footer,
  .article-rail,
  .hero-actions,
  .merchant-section,
  .merchant-tools-section,
  .wide-next,
  .article-next { display: none !important; }
  body { color: #111; background: #fff; font-size: 11pt; }
  .hero,
  .article-hero,
  .editorial-hero,
  .legal-hero,
  .contact-hero { color: #111; background: #fff; border-bottom: 2px solid #111; }
  .article-hero p,
  .article-hero .hero-lede { color: #222; }
  .article-layout { display: block; padding: 1rem 0; }
  a { color: #111; }
}
