:root {
  --onyx: #0a0907;
  --ink: #11100d;
  --charcoal: #1b1916;
  --panel: rgba(22, 19, 15, 0.82);
  --panel-strong: rgba(10, 9, 7, 0.92);
  --line: rgba(205, 169, 89, 0.28);
  --line-strong: rgba(222, 185, 96, 0.58);
  --gold: #d6aa4f;
  --gold-light: #f1d98c;
  --paper: #f1e7cf;
  --paper-muted: #c8bfae;
  --platinum: #d5d1c8;
  --red: #8f1f22;
  --shadow: rgba(0, 0, 0, 0.42);
  --max: 1180px;
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  color: var(--paper);
  background:
    linear-gradient(rgba(10, 9, 7, 0.86), rgba(10, 9, 7, 0.92)),
    url("assets/value-bureau/value-bureau-background.jpg") center top / cover fixed,
    var(--onyx);
  font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  line-height: 1.6;
  -webkit-font-smoothing: antialiased;
}

body::before {
  content: "";
  position: fixed;
  inset: 0;
  pointer-events: none;
  z-index: -1;
  background:
    linear-gradient(90deg, rgba(214, 170, 79, 0.06) 1px, transparent 1px),
    linear-gradient(rgba(214, 170, 79, 0.04) 1px, transparent 1px);
  background-size: 88px 88px;
  mask-image: linear-gradient(to bottom, rgba(0, 0, 0, 0.65), transparent 72%);
}

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

a {
  color: inherit;
}

.site-header {
  position: sticky;
  top: 0;
  z-index: 20;
  display: grid;
  grid-template-columns: auto 1fr auto;
  align-items: center;
  gap: 28px;
  min-height: 78px;
  padding: 0 34px;
  border-bottom: 1px solid rgba(214, 170, 79, 0.18);
  background: rgba(10, 9, 7, 0.82);
  backdrop-filter: blur(18px);
}

.brand-lockup {
  display: inline-flex;
  align-items: center;
  gap: 12px;
  color: var(--paper);
  font-family: Georgia, "Times New Roman", serif;
  font-size: 20px;
  font-weight: 700;
  text-decoration: none;
}

.brand-lockup img {
  width: 44px;
  height: 44px;
  object-fit: contain;
}

.site-nav {
  display: flex;
  justify-content: center;
  gap: 22px;
  color: var(--paper-muted);
  font-size: 14px;
  font-weight: 650;
}

.site-nav a {
  padding: 8px 0;
  text-decoration: none;
  border-bottom: 1px solid transparent;
}

.site-nav a:hover {
  color: var(--paper);
  border-bottom-color: var(--gold);
}

.site-nav a[aria-current="page"] {
  color: var(--paper);
  border-bottom-color: rgba(241, 217, 140, 0.72);
}

.header-cta,
.button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 44px;
  padding: 0 18px;
  border-radius: 8px;
  font-size: 13px;
  font-weight: 800;
  text-decoration: none;
  text-transform: uppercase;
  transition: transform 180ms ease, border-color 180ms ease, background 180ms ease;
}

.header-cta,
.button.primary {
  border: 1px solid rgba(241, 217, 140, 0.78);
  color: #090806;
  background: linear-gradient(180deg, #f2dc88, #c89230);
  box-shadow: 0 12px 34px rgba(214, 170, 79, 0.18);
}

.button.secondary {
  border: 1px solid rgba(214, 170, 79, 0.38);
  color: var(--paper);
  background: rgba(10, 9, 7, 0.62);
}

.header-cta:hover,
.button:hover {
  transform: translateY(-1px);
}

.hero {
  position: relative;
  overflow: hidden;
  min-height: 760px;
  border-bottom: 1px solid rgba(214, 170, 79, 0.18);
}

.hero-bg {
  position: absolute;
  inset: 0;
  background:
    radial-gradient(circle at 77% 28%, rgba(214, 170, 79, 0.22), transparent 28%),
    linear-gradient(90deg, rgba(10, 9, 7, 0.28), rgba(10, 9, 7, 0.76)),
    url("assets/value-bureau/hidden-path-atlas.png") right 48% center / min(48vw, 680px) auto no-repeat;
  opacity: 0.7;
}

.hero::after {
  content: "";
  position: absolute;
  inset: 0;
  pointer-events: none;
  background:
    linear-gradient(180deg, rgba(10, 9, 7, 0.2), rgba(10, 9, 7, 0.92)),
    linear-gradient(90deg, rgba(10, 9, 7, 0.94), rgba(10, 9, 7, 0.56), rgba(10, 9, 7, 0.88));
}

.hero-grid {
  position: relative;
  z-index: 1;
  display: grid;
  grid-template-columns: minmax(0, 1fr) 340px;
  gap: 44px;
  align-items: end;
  width: min(var(--max), calc(100% - 56px));
  min-height: 760px;
  margin: 0 auto;
  padding: 110px 0 76px;
}

.hero-copy {
  max-width: 750px;
}

.eyebrow {
  margin: 0 0 14px;
  color: var(--gold-light);
  font-family: "Courier New", ui-monospace, monospace;
  font-size: 12px;
  font-weight: 800;
  text-transform: uppercase;
}

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

h1,
h2,
h3 {
  color: var(--paper);
  font-family: Georgia, "Times New Roman", serif;
  line-height: 1.02;
}

h1 {
  margin-bottom: 24px;
  font-size: 74px;
}

h2 {
  margin-bottom: 22px;
  font-size: 42px;
}

h3 {
  margin-bottom: 12px;
  font-size: 23px;
}

.hero-lede {
  max-width: 680px;
  margin-bottom: 20px;
  color: var(--platinum);
  font-size: 24px;
  line-height: 1.38;
}

.hero-support {
  max-width: 650px;
  margin-bottom: 34px;
  color: var(--paper-muted);
  font-size: 17px;
}

.hero-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 14px;
}

.mobile-product-access {
  display: none;
}

.mobile-product-access ul {
  margin: 0;
  padding: 0;
  list-style: none;
}

.hero-panel {
  align-self: center;
  padding: 24px;
  border: 1px solid var(--line);
  border-radius: 8px;
  background:
    linear-gradient(180deg, rgba(36, 28, 18, 0.72), rgba(10, 9, 7, 0.84)),
    rgba(10, 9, 7, 0.74);
  box-shadow: 0 20px 60px var(--shadow);
}

.hero-mark {
  width: 156px;
  height: 156px;
  object-fit: contain;
  margin: 0 auto 22px;
}

.status-lines {
  display: grid;
  gap: 4px;
  padding: 14px 0;
  border-top: 1px solid rgba(214, 170, 79, 0.18);
}

.status-lines span {
  color: var(--paper-muted);
  font-family: "Courier New", ui-monospace, monospace;
  font-size: 12px;
  text-transform: uppercase;
}

.status-lines strong {
  color: var(--paper);
  font-size: 15px;
}

.section {
  border-bottom: 1px solid rgba(214, 170, 79, 0.16);
}

.section-inner {
  width: min(var(--max), calc(100% - 56px));
  margin: 0 auto;
  padding: 92px 0;
}

.mission-band {
  background: rgba(13, 12, 10, 0.78);
}

.mission-layout {
  display: grid;
  grid-template-columns: 0.92fr 1.08fr;
  gap: 60px;
  align-items: start;
}

.mission-copy {
  color: var(--paper-muted);
  font-size: 18px;
}

.mission-copy p:last-child,
.protocol-copy p:last-child,
.dossier-copy p:last-child,
.file-copy p:last-child {
  margin-bottom: 0;
}

.section-heading {
  max-width: 760px;
  margin-bottom: 34px;
}

.section-heading h2 {
  margin-bottom: 0;
}

.paths-band {
  background:
    linear-gradient(180deg, rgba(10, 9, 7, 0.92), rgba(18, 15, 12, 0.88)),
    url("assets/value-bureau/economic-dossier-cache.png") center / cover fixed;
}

.anomalies-band {
  background:
    radial-gradient(circle at 84% 16%, rgba(143, 31, 34, 0.16), transparent 28%),
    linear-gradient(180deg, rgba(8, 7, 5, 0.94), rgba(15, 11, 8, 0.96));
}

.anomalies-heading {
  max-width: 920px;
}

.anomalies-heading p:last-child {
  margin: 18px 0 0;
  max-width: 760px;
  color: var(--paper-muted);
  font-size: 17px;
}

.anomaly-grid {
  display: grid;
  grid-template-columns: 1.08fr 0.92fr;
  gap: 14px;
}

.anomaly-card {
  overflow: hidden;
  display: grid;
  grid-template-rows: auto 1fr;
  min-height: 100%;
  border: 1px solid rgba(214, 170, 79, 0.24);
  border-radius: 8px;
  background:
    linear-gradient(180deg, rgba(24, 19, 14, 0.78), rgba(8, 7, 5, 0.92)),
    rgba(8, 7, 5, 0.86);
  box-shadow: 0 18px 46px rgba(0, 0, 0, 0.22);
}

.anomaly-card.featured {
  grid-row: span 2;
}

.anomaly-card img {
  width: 100%;
  aspect-ratio: 16 / 9;
  object-fit: cover;
  border-bottom: 1px solid rgba(214, 170, 79, 0.18);
}

.anomaly-card.featured img {
  aspect-ratio: 16 / 10;
}

.anomaly-card div {
  padding: 22px;
}

.anomaly-card .file-id {
  margin-bottom: 18px;
}

.anomaly-card p {
  margin-bottom: 0;
  color: var(--paper-muted);
  font-size: 15px;
}

.path-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 14px;
}

.path-card {
  min-height: 226px;
  padding: 22px;
  border: 1px solid rgba(214, 170, 79, 0.22);
  border-radius: 8px;
  background: rgba(10, 9, 7, 0.82);
}

.file-id {
  display: inline-flex;
  margin-bottom: 30px;
  color: var(--gold-light);
  font-family: "Courier New", ui-monospace, monospace;
  font-size: 12px;
  font-weight: 800;
}

.path-card p {
  color: var(--paper-muted);
  font-size: 15px;
}

.protocol-band {
  background: linear-gradient(90deg, rgba(16, 13, 10, 0.9), rgba(10, 9, 7, 0.98));
}

.protocol-layout {
  display: grid;
  grid-template-columns: 0.86fr 1fr;
  gap: 54px;
  align-items: center;
}

.protocol-visual {
  overflow: hidden;
  border: 1px solid rgba(214, 170, 79, 0.26);
  border-radius: 8px;
  background: #080705;
}

.protocol-visual img {
  aspect-ratio: 1;
  width: 100%;
  object-fit: cover;
}

.protocol-copy p,
.dossier-copy p,
.file-copy p {
  color: var(--paper-muted);
  font-size: 17px;
}

.protocol-list {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 8px;
  margin-top: 28px;
}

.protocol-list span {
  min-height: 44px;
  padding: 12px 10px;
  border: 1px solid rgba(214, 170, 79, 0.2);
  border-radius: 6px;
  color: var(--platinum);
  background: rgba(255, 255, 255, 0.035);
  font-family: "Courier New", ui-monospace, monospace;
  font-size: 12px;
  text-align: center;
}

.dossier-band {
  background:
    linear-gradient(180deg, rgba(9, 8, 6, 0.9), rgba(9, 8, 6, 0.96)),
    url("assets/value-bureau/value-bureau-background.jpg") center / cover fixed;
}

.dossier-layout {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 52px;
  align-items: start;
}

.doctrine-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 12px;
}

.doctrine-grid article {
  min-height: 160px;
  padding: 20px;
  border: 1px solid rgba(214, 170, 79, 0.22);
  border-radius: 8px;
  background: rgba(10, 9, 7, 0.76);
}

.doctrine-grid strong {
  display: block;
  margin-bottom: 12px;
  color: var(--paper);
  font-family: Georgia, "Times New Roman", serif;
  font-size: 20px;
}

.doctrine-grid span {
  color: var(--paper-muted);
  font-size: 14px;
}

.files-band {
  background: linear-gradient(180deg, rgba(18, 15, 12, 0.9), rgba(10, 9, 7, 1));
}

.files-layout {
  display: grid;
  grid-template-columns: minmax(0, 1fr) 340px;
  gap: 28px;
  align-items: stretch;
}

.field-file {
  display: grid;
  grid-template-columns: 230px minmax(0, 1fr);
  gap: 30px;
  align-items: center;
  padding: 26px;
  border: 1px solid var(--line);
  border-radius: 8px;
  background: rgba(10, 9, 7, 0.82);
}

.file-cover {
  overflow: hidden;
  border: 1px solid rgba(214, 170, 79, 0.3);
  border-radius: 6px;
  background: #070604;
}

.file-cover img {
  aspect-ratio: 3 / 4;
  width: 100%;
  object-fit: cover;
}

.file-copy h2 {
  font-size: 34px;
}

.release-log {
  padding: 24px;
  border: 1px solid var(--line);
  border-radius: 8px;
  background: rgba(10, 9, 7, 0.74);
}

.release-log h3 {
  margin-bottom: 22px;
}

.release-item {
  display: grid;
  gap: 6px;
  padding: 16px 0;
  border-top: 1px solid rgba(214, 170, 79, 0.18);
}

.release-item span {
  color: var(--gold-light);
  font-family: "Courier New", ui-monospace, monospace;
  font-size: 12px;
  text-transform: uppercase;
}

.release-item strong {
  color: var(--paper);
  font-size: 15px;
}

.release-item.muted strong {
  color: var(--paper-muted);
}

.site-footer {
  display: flex;
  justify-content: space-between;
  gap: 28px;
  width: min(var(--max), calc(100% - 56px));
  margin: 0 auto;
  padding: 34px 0 46px;
  color: var(--paper-muted);
  font-size: 13px;
}

.site-footer div {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  min-width: 210px;
  color: var(--paper);
  font-family: Georgia, "Times New Roman", serif;
  font-size: 18px;
  font-weight: 700;
}

.site-footer img {
  width: 36px;
  height: 36px;
  object-fit: contain;
}

.site-footer p {
  max-width: 720px;
  margin-bottom: 0;
}

.products-hero {
  position: relative;
  overflow: hidden;
  border-bottom: 1px solid rgba(214, 170, 79, 0.16);
  background: #090806;
}

.products-hero-bg {
  position: absolute;
  inset: 0;
  background:
    linear-gradient(90deg, rgba(8, 7, 5, 0.96), rgba(8, 7, 5, 0.68), rgba(8, 7, 5, 0.9)),
    url("assets/value-bureau/economic-dossier-cache.png") right center / cover no-repeat;
  opacity: 0.78;
}

.products-hero-inner {
  position: relative;
  z-index: 1;
  display: grid;
  grid-template-columns: minmax(0, 1fr) 360px;
  gap: 44px;
  align-items: end;
  min-height: 560px;
  padding-top: 110px;
}

.products-hero-copy {
  max-width: 760px;
}

.archive-index {
  display: grid;
  gap: 0;
  border: 1px solid var(--line);
  border-radius: 8px;
  background: rgba(8, 7, 5, 0.78);
  box-shadow: 0 18px 48px rgba(0, 0, 0, 0.28);
}

.archive-index div {
  display: grid;
  gap: 4px;
  padding: 20px;
  border-bottom: 1px solid rgba(214, 170, 79, 0.18);
}

.archive-index div:last-child {
  border-bottom: 0;
}

.archive-index span {
  color: var(--gold-light);
  font-family: "Courier New", ui-monospace, monospace;
  font-size: 12px;
  font-weight: 800;
  text-transform: uppercase;
}

.archive-index strong {
  color: var(--paper);
  font-family: Georgia, "Times New Roman", serif;
  font-size: 28px;
  line-height: 1.1;
}

.product-archive-band {
  background:
    radial-gradient(circle at 18% 28%, rgba(214, 170, 79, 0.12), transparent 24%),
    linear-gradient(180deg, rgba(12, 10, 8, 0.96), rgba(9, 8, 6, 0.98));
}

.product-feature {
  display: grid;
  grid-template-columns: 270px minmax(0, 1fr);
  gap: 34px;
  align-items: center;
  padding: 28px;
  border: 1px solid rgba(214, 170, 79, 0.28);
  border-radius: 8px;
  background:
    linear-gradient(180deg, rgba(25, 20, 15, 0.78), rgba(8, 7, 5, 0.92)),
    rgba(8, 7, 5, 0.86);
}

.product-feature-image {
  overflow: hidden;
  border: 1px solid rgba(214, 170, 79, 0.3);
  border-radius: 6px;
  background: #070604;
}

.product-feature-image img {
  aspect-ratio: 3 / 4;
  width: 100%;
  object-fit: cover;
}

.product-feature-copy h3 {
  font-size: 40px;
}

.product-feature-copy p {
  color: var(--paper-muted);
  font-size: 17px;
}

.product-points {
  display: grid;
  gap: 8px;
  margin: 22px 0 28px;
  padding: 0;
  color: var(--paper-muted);
  list-style: none;
}

.product-points li {
  position: relative;
  padding-left: 22px;
}

.product-points li::before {
  content: "";
  position: absolute;
  top: 0.72em;
  left: 0;
  width: 8px;
  height: 8px;
  border-radius: 999px;
  background: var(--gold);
  box-shadow: 0 0 14px rgba(214, 170, 79, 0.48);
}

.product-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
}

.apparel-card-actions {
  margin-top: 22px;
}

.sealed-products-band {
  background:
    linear-gradient(180deg, rgba(8, 7, 5, 0.98), rgba(15, 11, 8, 0.96)),
    url("assets/value-bureau/value-bureau-background.jpg") center / cover fixed;
}

.sealed-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 14px;
}

.sealed-card {
  overflow: hidden;
  border: 1px solid rgba(214, 170, 79, 0.22);
  border-radius: 8px;
  background: rgba(8, 7, 5, 0.82);
}

.sealed-card img {
  width: 100%;
  aspect-ratio: 16 / 10;
  object-fit: cover;
  border-bottom: 1px solid rgba(214, 170, 79, 0.18);
}

.sealed-card div {
  padding: 20px;
}

.sealed-card .file-id {
  margin-bottom: 18px;
}

.sealed-card p {
  margin-bottom: 0;
  color: var(--paper-muted);
  font-size: 15px;
}

.apparel-hero {
  position: relative;
  overflow: hidden;
  min-height: 720px;
  border-bottom: 1px solid rgba(214, 170, 79, 0.18);
  background: #090806;
}

.apparel-hero-bg {
  position: absolute;
  inset: 0;
  background:
    linear-gradient(90deg, rgba(8, 7, 5, 0.92), rgba(8, 7, 5, 0.62), rgba(8, 7, 5, 0.86)),
    linear-gradient(180deg, rgba(8, 7, 5, 0.18), rgba(8, 7, 5, 0.9)),
    url("apparel/assets/drop-001-hero-v2.png") center / cover no-repeat;
  opacity: 0.86;
}

.apparel-hero-inner {
  position: relative;
  z-index: 1;
  display: grid;
  grid-template-columns: minmax(0, 1fr) 330px;
  gap: 44px;
  align-items: end;
  min-height: 720px;
  padding-top: 110px;
}

.apparel-hero-copy {
  max-width: 760px;
}

.apparel-status {
  display: grid;
  border: 1px solid var(--line);
  border-radius: 8px;
  background: rgba(8, 7, 5, 0.76);
  box-shadow: 0 18px 48px rgba(0, 0, 0, 0.28);
}

.apparel-status div {
  display: grid;
  gap: 4px;
  padding: 20px;
  border-bottom: 1px solid rgba(214, 170, 79, 0.18);
}

.apparel-status div:last-child {
  border-bottom: 0;
}

.apparel-status span,
.spec-list dt,
.launch-steps span {
  color: var(--gold-light);
  font-family: "Courier New", ui-monospace, monospace;
  font-size: 12px;
  font-weight: 800;
  text-transform: uppercase;
}

.apparel-status strong {
  color: var(--paper);
  font-family: Georgia, "Times New Roman", serif;
  font-size: 27px;
  line-height: 1.1;
}

.apparel-drop-band {
  background:
    radial-gradient(circle at 18% 18%, rgba(214, 170, 79, 0.11), transparent 26%),
    linear-gradient(180deg, rgba(12, 10, 8, 0.98), rgba(9, 8, 6, 0.98));
}

.apparel-heading p:last-child {
  margin: 18px 0 0;
  max-width: 820px;
  color: var(--paper-muted);
  font-size: 17px;
}

.apparel-product-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 16px;
}

.apparel-product-card {
  overflow: hidden;
  display: grid;
  grid-template-rows: auto 1fr;
  border: 1px solid rgba(214, 170, 79, 0.26);
  border-radius: 8px;
  background:
    linear-gradient(180deg, rgba(25, 20, 15, 0.78), rgba(8, 7, 5, 0.94)),
    rgba(8, 7, 5, 0.86);
  box-shadow: 0 18px 46px rgba(0, 0, 0, 0.22);
}

.apparel-product-card img {
  width: 100%;
  aspect-ratio: 7 / 5;
  object-fit: cover;
  object-position: center 44%;
  border-bottom: 1px solid rgba(214, 170, 79, 0.18);
}

.apparel-product-card > div {
  padding: 24px;
}

.apparel-product-card .file-id {
  margin-bottom: 18px;
}

.apparel-product-card h3 {
  font-size: 31px;
}

.apparel-product-card p {
  color: var(--paper-muted);
  font-size: 15px;
}

.spec-list {
  display: grid;
  gap: 10px;
  margin: 22px 0 0;
}

.spec-list div {
  display: grid;
  grid-template-columns: 94px minmax(0, 1fr);
  gap: 14px;
  padding-top: 12px;
  border-top: 1px solid rgba(214, 170, 79, 0.16);
}

.spec-list dd {
  margin: 0;
  color: var(--platinum);
  font-size: 14px;
}

.apparel-bundle-band {
  background:
    linear-gradient(180deg, rgba(8, 7, 5, 0.97), rgba(18, 13, 9, 0.96)),
    url("assets/value-bureau/economic-dossier-cache.png") center / cover fixed;
}

.apparel-bundle-layout,
.launch-status-layout {
  display: grid;
  grid-template-columns: minmax(0, 1fr) 420px;
  gap: 42px;
  align-items: start;
}

.apparel-bundle-layout p,
.launch-status-layout p {
  color: var(--paper-muted);
  font-size: 17px;
}

.access-card {
  min-height: 330px;
  padding: 28px;
  border: 1px solid rgba(241, 217, 140, 0.5);
  border-radius: 8px;
  background:
    linear-gradient(145deg, rgba(38, 29, 16, 0.78), rgba(10, 9, 7, 0.92)),
    rgba(10, 9, 7, 0.86);
  box-shadow: 0 22px 54px rgba(0, 0, 0, 0.28);
}

.access-card .file-id {
  margin-bottom: 48px;
}

.access-card h3 {
  font-size: 34px;
}

.access-card p {
  margin-bottom: 0;
  color: var(--paper-muted);
  font-size: 16px;
}

.apparel-mechanics-band {
  background:
    radial-gradient(circle at 84% 14%, rgba(143, 31, 34, 0.16), transparent 28%),
    linear-gradient(180deg, rgba(12, 10, 8, 0.98), rgba(8, 7, 5, 0.98));
}

.mechanics-grid,
.faq-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 14px;
}

.mechanics-grid article,
.faq-grid article {
  min-height: 240px;
  padding: 22px;
  border: 1px solid rgba(214, 170, 79, 0.22);
  border-radius: 8px;
  background: rgba(10, 9, 7, 0.78);
}

.mechanics-grid .file-id {
  margin-bottom: 20px;
}

.mechanics-grid p,
.faq-grid p {
  margin-bottom: 0;
  color: var(--paper-muted);
  font-size: 15px;
}

.launch-status-band {
  background:
    linear-gradient(90deg, rgba(16, 13, 10, 0.92), rgba(10, 9, 7, 0.98)),
    url("assets/value-bureau/value-bureau-background.jpg") center / cover fixed;
}

.launch-steps {
  display: grid;
  gap: 12px;
  margin: 0;
  padding: 0;
  list-style: none;
  counter-reset: launch-step;
}

.launch-steps li {
  counter-increment: launch-step;
  position: relative;
  display: grid;
  gap: 8px;
  min-height: 112px;
  padding: 18px 18px 18px 64px;
  border: 1px solid rgba(214, 170, 79, 0.22);
  border-radius: 8px;
  background: rgba(10, 9, 7, 0.78);
}

.launch-steps li::before {
  content: counter(launch-step, decimal-leading-zero);
  position: absolute;
  top: 18px;
  left: 18px;
  color: var(--gold-light);
  font-family: "Courier New", ui-monospace, monospace;
  font-size: 16px;
  font-weight: 800;
}

.launch-steps strong {
  color: var(--paper);
  font-family: Georgia, "Times New Roman", serif;
  font-size: 21px;
}

.launch-steps span {
  color: var(--paper-muted);
  font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  font-size: 14px;
  font-weight: 500;
  line-height: 1.46;
  text-transform: none;
}

.apparel-faq-band {
  background: linear-gradient(180deg, rgba(18, 15, 12, 0.92), rgba(10, 9, 7, 1));
}

@media (max-width: 980px) {
  .site-header {
    gap: 18px;
    padding-inline: 24px;
  }

  .brand-lockup {
    font-size: 18px;
  }

  .site-nav {
    gap: 16px;
    font-size: 13px;
  }

  .header-cta {
    padding-inline: 14px;
    font-size: 12px;
  }

  h1 {
    font-size: 54px;
  }

  h2 {
    font-size: 34px;
  }

  .hero-grid,
  .mission-layout,
  .protocol-layout,
  .dossier-layout,
  .files-layout,
  .products-hero-inner,
  .apparel-hero-inner,
  .apparel-bundle-layout,
  .launch-status-layout {
    grid-template-columns: 1fr;
  }

  .hero-grid {
    min-height: auto;
    padding-top: 88px;
  }

  .hero-panel {
    max-width: 420px;
  }

  .path-grid,
  .sealed-grid,
  .mechanics-grid,
  .faq-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

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

  .anomaly-card.featured {
    grid-row: auto;
  }

  .apparel-hero-inner {
    min-height: auto;
    padding-top: 96px;
  }

  .apparel-status {
    max-width: 460px;
  }
}

@media (max-width: 680px) {
  body {
    background-attachment: scroll;
  }

  .site-header {
    grid-template-columns: minmax(0, 1fr) auto;
    gap: 10px;
    padding: 10px 14px;
  }

  .site-nav {
    display: none;
  }

  .brand-lockup {
    min-width: 0;
    gap: 6px;
  }

  .brand-lockup img {
    width: 28px;
    height: 28px;
  }

  .brand-lockup span {
    overflow: hidden;
    font-size: 15px;
    text-overflow: ellipsis;
    white-space: nowrap;
  }

  .header-cta {
    width: auto;
    max-width: 96px;
    min-height: 38px;
    padding: 0 8px;
    font-size: 9.5px;
  }

  .hero {
    min-height: auto;
  }

  .hero-bg {
    background:
      radial-gradient(circle at 50% 10%, rgba(214, 170, 79, 0.2), transparent 34%),
      linear-gradient(180deg, rgba(10, 9, 7, 0.32), rgba(10, 9, 7, 0.88));
    opacity: 0.42;
  }

  .hero-grid,
  .section-inner,
  .site-footer {
    width: min(100% - 32px, var(--max));
  }

  .hero-grid {
    gap: 18px;
    padding: 34px 0 30px;
  }

  h1 {
    font-size: 42px;
  }

  h2 {
    font-size: 29px;
  }

  h3 {
    font-size: 21px;
  }

  .hero-lede {
    font-size: 20px;
  }

  .hero-support {
    margin-bottom: 0;
    font-size: 15px;
    line-height: 1.56;
  }

  .hero-actions,
  .button {
    width: 100%;
  }

  .hero-actions,
  .hero-panel {
    display: none;
  }

  .mobile-product-access {
    display: grid;
    gap: 10px;
    margin-top: 18px;
    padding: 16px;
    border: 1px solid rgba(241, 217, 140, 0.46);
    border-radius: 8px;
    background:
      linear-gradient(180deg, rgba(38, 29, 16, 0.76), rgba(10, 9, 7, 0.88)),
      rgba(10, 9, 7, 0.86);
    box-shadow: 0 14px 38px rgba(0, 0, 0, 0.24);
  }

  .mobile-product-access .file-id {
    margin-bottom: 0;
  }

  .mobile-product-access h2 {
    margin-bottom: 0;
    font-size: 23px;
    line-height: 1.08;
  }

  .mobile-product-access p,
  .mobile-product-access li {
    color: var(--paper-muted);
    font-size: 14px;
    line-height: 1.42;
  }

  .mobile-product-access p {
    margin-bottom: 0;
  }

  .mobile-product-access ul {
    display: grid;
    gap: 7px;
  }

  .mobile-product-access li {
    position: relative;
    padding-left: 17px;
  }

  .mobile-product-access li::before {
    content: "";
    position: absolute;
    top: 0.72em;
    left: 0;
    width: 7px;
    height: 7px;
    border-radius: 999px;
    background: var(--gold);
    transform: translateY(-50%);
  }

  .button {
    min-height: 48px;
  }

  .section-inner {
    padding: 64px 0;
  }

  .path-grid,
  .anomaly-grid,
  .protocol-list,
  .doctrine-grid,
  .field-file,
  .product-feature,
  .sealed-grid,
  .apparel-product-grid,
  .mechanics-grid,
  .faq-grid {
    grid-template-columns: 1fr;
  }

  .apparel-product-card > div,
  .access-card,
  .mechanics-grid article,
  .faq-grid article {
    padding: 18px;
  }

  .apparel-product-card img {
    aspect-ratio: 1;
  }

  .apparel-product-card h3,
  .access-card h3 {
    font-size: 26px;
  }

  .spec-list div {
    grid-template-columns: 1fr;
    gap: 4px;
  }

  .launch-steps li {
    min-height: auto;
    padding: 16px 16px 16px 56px;
  }

  .products-hero-inner {
    min-height: auto;
    padding-top: 72px;
  }

  .apparel-hero {
    min-height: auto;
  }

  .apparel-hero-bg {
    background:
      linear-gradient(180deg, rgba(8, 7, 5, 0.72), rgba(8, 7, 5, 0.96)),
      url("apparel/assets/drop-001-hero-v2.png") center top / cover no-repeat;
  }

  .apparel-hero-inner {
    gap: 22px;
    min-height: auto;
    padding-top: 72px;
  }

  .apparel-status strong {
    font-size: 22px;
  }

  .archive-index {
    max-width: 100%;
  }

  .product-feature {
    padding: 18px;
  }

  .product-feature-image {
    max-width: 220px;
  }

  .product-feature-copy h3 {
    font-size: 30px;
  }

  .field-file {
    padding: 18px;
  }

  .file-cover {
    max-width: 220px;
  }

  .site-footer {
    flex-direction: column;
    padding-bottom: 36px;
  }
}
