@font-face {
  font-family: 'Space Grotesk';
  src: url('/assets/fonts/spacegrotesk.woff2') format('woff2');
  font-weight: 300 700;
  font-display: swap;
}
@font-face {
  font-family: 'Work Sans';
  src: url('/assets/fonts/worksans.woff2') format('woff2');
  font-weight: 100 900;
  font-display: swap;
}

:root {
  --cream: #faf6e3;
  --cream2: #f3edd6;
  --ink: #141414;
  --ink2: #3a3a38;
  --grey: #6f6c62;
  --line: #d9d2b8;
  --white: #fffdf6;
  --r: 14px;
  --shadow: 0 10px 28px rgba(20, 20, 20, .09);
  --hex: polygon(25% 0, 75% 0, 100% 50%, 75% 100%, 25% 100%, 0 50%);
}

* { margin: 0; padding: 0; box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  font-family: 'Work Sans', system-ui, sans-serif;
  font-size: 16px;
  line-height: 1.6;
  color: var(--ink);
  background: var(--cream);
}
img { max-width: 100%; display: block; }
a { color: inherit; text-decoration: none; }
ul, ol { list-style: none; }
h1, h2, h3, h4 {
  font-family: 'Space Grotesk', sans-serif;
  line-height: 1.15;
  font-weight: 600;
}

.frame { max-width: 1180px; margin: 0 auto; padding: 0 22px; }

.smallcap {
  display: inline-block;
  font-family: 'Space Grotesk', sans-serif;
  font-size: 12px;
  font-weight: 600;
  letter-spacing: .14em;
  text-transform: uppercase;
  color: var(--grey);
  margin-bottom: 10px;
}

.stamp {
  display: inline-block;
  font-family: 'Space Grotesk', sans-serif;
  font-size: 11px;
  font-weight: 600;
  letter-spacing: .16em;
  text-transform: uppercase;
  border: 1px solid var(--ink);
  border-radius: 999px;
  padding: 5px 14px;
  margin-bottom: 14px;
}
.stamp-lite { border-color: rgba(250, 246, 227, .5); color: var(--cream); }

.jump {
  display: inline-block;
  font-family: 'Space Grotesk', sans-serif;
  font-weight: 600;
  font-size: 15px;
  padding: 13px 26px;
  border-radius: 999px;
  border: 1px solid var(--ink);
  transition: transform .18s, box-shadow .18s, background .18s, color .18s;
  cursor: pointer;
}
.jump:hover { transform: translateY(-2px); box-shadow: var(--shadow); }
.jump-fill { background: var(--ink); color: var(--cream); }
.jump-fill:hover { background: var(--ink2); }
.jump-ghost { background: transparent; color: var(--ink); }
.jump-ghost:hover { background: var(--white); }
.jump-pale { background: var(--white); color: var(--ink); border-color: var(--line); }

.sect-head { margin-bottom: 34px; }
.sect-head h2 { font-size: clamp(26px, 3.4vw, 38px); letter-spacing: -.01em; }
.sect-head p { color: var(--grey); margin-top: 8px; max-width: 620px; }

.waypath {
  font-size: 13px;
  color: var(--grey);
  padding: 18px 0 0;
}
.waypath a:hover { color: var(--ink); text-decoration: underline; }

.glint { color: var(--ink); letter-spacing: 1px; font-size: 14px; }

.brow { background: var(--cream2); border-bottom: 1px solid var(--line); font-size: 12px; color: var(--grey); }
.brow .frame { display: flex; justify-content: space-between; align-items: center; gap: 14px; padding-top: 6px; padding-bottom: 6px; }
.brow-note { font-family: 'Space Grotesk', sans-serif; letter-spacing: .08em; text-transform: uppercase; font-size: 11px; }
.brow-links { display: flex; gap: 16px; }
.brow-links a:hover { color: var(--ink); text-decoration: underline; }

.masthead { background: var(--cream); border-bottom: 1px solid var(--line); position: sticky; top: 0; z-index: 60; }
.mast-row {
  display: grid;
  grid-template-columns: 1fr auto 1fr;
  align-items: center;
  gap: 18px;
  padding-top: 12px;
  padding-bottom: 12px;
}
.mast-nav { display: flex; align-items: center; gap: 22px; }
.mast-left { justify-self: start; }
.mast-right { justify-self: end; }
.mast-nav a {
  font-family: 'Space Grotesk', sans-serif;
  font-weight: 500;
  font-size: 14px;
  color: var(--ink2);
  border-bottom: 2px solid transparent;
  padding: 4px 0;
}
.mast-nav a:hover { color: var(--ink); }
.mast-nav a.is-here { color: var(--ink); font-weight: 600; border-bottom-color: var(--ink); }

.emblem { display: flex; align-items: center; gap: 11px; }
.emblem-hex {
  width: 46px;
  height: 40px;
  clip-path: var(--hex);
  background: var(--ink);
  color: var(--cream);
  font-family: 'Space Grotesk', sans-serif;
  font-style: italic;
  font-weight: 700;
  font-size: 22px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.emblem-stack { display: flex; flex-direction: column; align-items: flex-start; }
.emblem-word {
  font-family: 'Space Grotesk', sans-serif;
  font-weight: 700;
  font-style: italic;
  font-size: 23px;
  letter-spacing: .07em;
  line-height: 1;
}

.emblem-tag {
  font-family: 'Work Sans', system-ui, sans-serif;
  font-style: normal;
  font-weight: 500;
  font-size: 10px;
  letter-spacing: .3em;
  text-transform: uppercase;
  color: var(--grey);
  margin-top: 4px;
}

.lens-btn, .hatch-btn {
  font-family: 'Space Grotesk', sans-serif;
  font-weight: 600;
  font-size: 13px;
  letter-spacing: .05em;
  padding: 8px 17px;
  border-radius: 999px;
  border: 1px solid var(--ink);
  background: transparent;
  color: var(--ink);
  cursor: pointer;
  transition: background .15s, color .15s;
}
.lens-btn:hover, .hatch-btn:hover { background: var(--ink); color: var(--cream); }
.hatch-btn { display: none; }

.drawer { display: none; background: var(--cream2); border-bottom: 1px solid var(--line); }
body.drawer-out .drawer { display: block; }
.drawer .frame { display: flex; flex-direction: column; }
.drawer a {
  font-family: 'Space Grotesk', sans-serif;
  font-weight: 500;
  font-size: 15px;
  padding: 13px 0;
  border-bottom: 1px solid var(--line);
}
.drawer a:last-child { border-bottom: 0; }

.quest { display: none; background: var(--white); border-bottom: 1px solid var(--line); box-shadow: var(--shadow); }
body.quest-open .quest { display: block; }
.quest .frame { padding-top: 16px; padding-bottom: 16px; }
.quest-input {
  width: 100%;
  font: inherit;
  font-size: 16px;
  padding: 12px 16px;
  border: 1px solid var(--ink);
  border-radius: var(--r);
  background: var(--cream);
  color: var(--ink);
  outline: none;
}
.quest-input:focus { background: var(--white); }
.quest-hits { display: flex; flex-direction: column; gap: 6px; margin-top: 10px; }
.quest-hit {
  display: flex;
  align-items: center;
  gap: 12px;
  padding: 8px 10px;
  border: 1px solid var(--line);
  border-radius: 10px;
  background: var(--white);
}
.quest-hit:hover { border-color: var(--ink); }
.quest-hit img { width: 46px; height: 46px; object-fit: contain; background: #fff; border-radius: 8px; }
.quest-hit-text { display: flex; flex-direction: column; min-width: 0; }
.quest-hit-name { font-size: 14px; font-weight: 500; overflow: hidden; text-overflow: ellipsis; white-space: nowrap; }
.quest-hit-price { font-size: 12px; color: var(--grey); }
.quest-empty { font-size: 14px; color: var(--grey); padding: 6px 2px; }

.overture { border-bottom: 1px solid var(--line); overflow: hidden; }
.overture-grid {
  display: grid;
  grid-template-columns: 1.05fr .95fr;
  gap: 48px;
  align-items: center;
  padding: 56px 0 44px;
}
.overture-copy h1 {
  font-size: clamp(34px, 4.6vw, 56px);
  font-weight: 700;
  letter-spacing: -.02em;
  margin-bottom: 18px;
}
.overture-copy h1 em { font-style: italic; }
.overture-copy > p { font-size: 18px; color: var(--ink2); max-width: 520px; }
.overture-cta { display: flex; gap: 12px; flex-wrap: wrap; margin-top: 26px; }

.overture-board {
  display: grid;
  grid-template-columns: 1fr auto;
  gap: 16px;
  align-items: stretch;
}
.board-hero {
  position: relative;
  background: #fff;
  border: 1px solid var(--line);
  border-radius: var(--r);
  padding: 24px;
  transition: transform .18s, box-shadow .18s;
}
.board-hero:hover { transform: translateY(-3px); box-shadow: var(--shadow); }
.board-hero img { width: 100%; height: 320px; object-fit: contain; }
.board-badge {
  position: absolute;
  left: 16px;
  bottom: 16px;
  background: var(--ink);
  color: var(--cream);
  font-size: 12px;
  padding: 6px 14px;
  border-radius: 999px;
}
.board-badge b { font-family: 'Space Grotesk', sans-serif; margin-right: 4px; }
.board-minis { display: flex; flex-direction: column; justify-content: space-between; gap: 14px; }
.board-mini {
  clip-path: var(--hex);
  background: #fff;
  border: 1px solid var(--line);
  padding: 20px 26px;
  display: flex;
  align-items: center;
}
.board-mini img { width: 110px; height: 110px; object-fit: contain; }
.board-mini:hover { background: var(--cream2); }

.overture-rule {
  display: flex;
  flex-wrap: wrap;
  gap: 14px 44px;
  border-top: 1px solid var(--line);
  padding: 18px 0 24px;
}
.rule-stat { font-size: 13px; color: var(--grey); }
.rule-stat b {
  font-family: 'Space Grotesk', sans-serif;
  font-style: italic;
  font-weight: 700;
  font-size: 21px;
  color: var(--ink);
  margin-right: 7px;
}

.dossier { background: var(--ink); color: var(--cream); padding: 56px 0 60px; }
.doss-head { display: flex; align-items: baseline; gap: 24px; flex-wrap: wrap; margin-bottom: 26px; }
.doss-head h2 { font-size: clamp(24px, 3vw, 34px); }
.doss-row {
  display: grid;
  grid-template-columns: 64px 250px 1fr;
  gap: 12px 24px;
  align-items: baseline;
  border-top: 1px solid rgba(250, 246, 227, .18);
  padding: 18px 0;
}
.doss-idx {
  font-family: 'Space Grotesk', sans-serif;
  font-style: italic;
  font-weight: 700;
  font-size: 19px;
  opacity: .45;
}
.doss-row h3 { font-size: 17px; }
.doss-row p { font-size: 14px; opacity: .72; line-height: 1.55; }

.aisle-band, .charted-band, .tend-band, .oath-band, .insight-band { padding: 64px 0; }

.aisles { display: grid; grid-template-columns: 1fr 1fr; gap: 22px; }
.aisle {
  display: grid;
  grid-template-columns: auto 1fr;
  grid-template-areas: 'num info' 'pics pics';
  gap: 16px 18px;
  background: var(--white);
  border: 1px solid var(--line);
  border-radius: var(--r);
  padding: 26px;
  transition: transform .18s, box-shadow .18s, border-color .18s;
}
.aisle:hover { transform: translateY(-3px); box-shadow: var(--shadow); border-color: var(--ink); }
.aisle-num {
  grid-area: num;
  width: 54px;
  height: 47px;
  clip-path: var(--hex);
  background: var(--cream2);
  font-family: 'Space Grotesk', sans-serif;
  font-weight: 700;
  font-size: 18px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.aisle-info { grid-area: info; }
.aisle-info h3 { font-size: 21px; display: flex; align-items: center; gap: 10px; }
.aisle-count {
  font-size: 12px;
  font-weight: 600;
  background: var(--ink);
  color: var(--cream);
  border-radius: 999px;
  padding: 2px 10px;
}
.aisle-info p { font-size: 14px; color: var(--grey); margin: 8px 0 12px; }
.aisle-go { font-family: 'Space Grotesk', sans-serif; font-weight: 600; font-size: 14px; }
.aisle:hover .aisle-go { text-decoration: underline; }
.aisle-pics { grid-area: pics; display: flex; gap: 10px; }
.aisle-pics img {
  width: 86px;
  height: 86px;
  object-fit: contain;
  background: #fff;
  border: 1px solid var(--line);
  border-radius: 10px;
  padding: 6px;
}

.crossroad { background: var(--cream2); border-top: 1px solid var(--line); border-bottom: 1px solid var(--line); padding: 64px 0; }
.cross-grid { display: grid; grid-template-columns: 320px 1fr; gap: 46px; align-items: start; }
.cross-intro { position: sticky; top: 92px; }
.cross-intro h2 { font-size: clamp(26px, 3.2vw, 36px); }
.cross-intro p { color: var(--grey); margin-top: 10px; }
.cross-lanes { display: flex; flex-direction: column; gap: 12px; }
.lane {
  display: grid;
  grid-template-columns: auto 1fr auto;
  align-items: center;
  gap: 20px;
  background: var(--white);
  border: 1px solid var(--line);
  border-radius: var(--r);
  padding: 18px 24px;
  transition: transform .18s, box-shadow .18s, border-color .18s;
}
.lane:hover { transform: translateX(5px); box-shadow: var(--shadow); border-color: var(--ink); }
.lane-mark {
  width: 52px;
  height: 45px;
  clip-path: var(--hex);
  background: var(--ink);
  color: var(--cream);
  font-family: 'Space Grotesk', sans-serif;
  font-style: italic;
  font-weight: 700;
  font-size: 20px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.lane-core h3 { font-size: 17px; margin-bottom: 3px; }
.lane-core p { font-size: 13px; color: var(--grey); line-height: 1.5; }
.lane-go { font-family: 'Space Grotesk', sans-serif; font-weight: 700; font-size: 20px; color: var(--grey); transition: color .15s; }
.lane:hover .lane-go { color: var(--ink); }

.charted-more { text-align: center; margin-top: 34px; }

.piece-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 18px; }
.piece {
  background: var(--white);
  border: 1px solid var(--line);
  border-radius: var(--r);
  overflow: hidden;
  display: flex;
  flex-direction: column;
  transition: transform .18s, box-shadow .18s, border-color .18s;
}
.piece:hover { transform: translateY(-3px); box-shadow: var(--shadow); border-color: var(--ink); }
.piece-media { position: relative; display: block; background: #fff; padding: 16px; }
.piece-media img { width: 100%; height: 190px; object-fit: contain; }
.piece-flag {
  position: absolute;
  top: 12px;
  left: 12px;
  background: var(--ink);
  color: var(--cream);
  font-family: 'Space Grotesk', sans-serif;
  font-size: 11px;
  font-weight: 600;
  letter-spacing: .08em;
  text-transform: uppercase;
  padding: 4px 11px;
  border-radius: 999px;
}
.piece-body { display: flex; flex-direction: column; flex: 1; padding: 16px 18px 18px; border-top: 1px solid var(--line); }
.piece-cat { font-size: 11px; letter-spacing: .12em; text-transform: uppercase; color: var(--grey); margin-bottom: 6px; }
.piece-title { font-size: 16px; line-height: 1.3; }
.piece-title a:hover { text-decoration: underline; }
.piece-rate { font-size: 13px; color: var(--grey); margin-top: 7px; }
.piece-gist { font-size: 13px; color: var(--ink2); line-height: 1.5; margin-top: 8px; }
.piece-meta { display: flex; align-items: center; justify-content: space-between; margin-top: auto; padding-top: 14px; }
.piece-price { font-family: 'Space Grotesk', sans-serif; font-weight: 700; font-size: 19px; }
.piece-link { font-family: 'Space Grotesk', sans-serif; font-weight: 600; font-size: 13px; }
.piece-link:hover { text-decoration: underline; }

.slab-stack { display: flex; flex-direction: column; gap: 14px; }
.slab {
  display: grid;
  grid-template-columns: auto auto 1fr auto;
  align-items: center;
  gap: 24px;
  background: var(--white);
  border: 1px solid var(--line);
  border-radius: var(--r);
  padding: 18px 24px;
  transition: box-shadow .18s, border-color .18s;
}
.slab:hover { box-shadow: var(--shadow); border-color: var(--ink); }
.slab-no {
  font-family: 'Space Grotesk', sans-serif;
  font-style: italic;
  font-weight: 700;
  font-size: 20px;
  color: var(--line);
}
.slab:hover .slab-no { color: var(--ink); }
.slab-pic { background: #fff; border: 1px solid var(--line); border-radius: 10px; padding: 8px; }
.slab-pic img { width: 128px; height: 128px; object-fit: contain; }
.slab-strap { font-size: 11px; letter-spacing: .12em; text-transform: uppercase; color: var(--grey); }
.slab-core h3 { font-size: 17px; line-height: 1.3; margin-top: 5px; }
.slab-core h3 a:hover { text-decoration: underline; }
.slab-rate { display: block; font-size: 13px; color: var(--grey); margin-top: 5px; }
.slab-gist { font-size: 13px; color: var(--ink2); line-height: 1.5; margin-top: 7px; max-width: 560px; }
.slab-side { display: flex; flex-direction: column; align-items: flex-end; gap: 10px; text-align: right; }
.slab-price { font-family: 'Space Grotesk', sans-serif; font-weight: 700; font-size: 22px; }
.slab-side .jump { padding: 10px 20px; font-size: 13px; }

.twofold-band { padding: 30px 0 64px; }
.twofold { display: grid; grid-template-columns: 1fr 1fr; gap: 22px; }
.twofold-panel {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
  border-radius: var(--r);
  padding: 34px 30px;
}
.twofold-panel h3 { font-size: 24px; margin-bottom: 10px; }
.twofold-panel p { font-size: 14px; margin-bottom: 20px; max-width: 320px; }
.twofold-panel img { flex: none; width: 170px; height: 170px; object-fit: contain; background: #fff; border-radius: 12px; padding: 10px; }
.twofold-dark { background: var(--ink); color: var(--cream); }
.twofold-dark .smallcap { color: var(--cream); opacity: .6; }
.twofold-dark p { color: var(--cream); opacity: .8; }
.twofold-dark .jump-ghost { color: var(--cream); border-color: var(--cream); }
.twofold-dark .jump-ghost:hover { background: var(--cream); color: var(--ink); }
.twofold-light { background: var(--white); border: 1px solid var(--line); }
.twofold-light p { color: var(--grey); }

.parley { background: var(--white); border-top: 1px solid var(--line); border-bottom: 1px solid var(--line); padding: 64px 0; }
.parley-grid { display: grid; grid-template-columns: 320px 1fr; gap: 46px; align-items: start; }
.parley-intro h2 { font-size: clamp(26px, 3.2vw, 36px); }
.parley-intro p { color: var(--grey); margin-top: 10px; }
.parley-intro a { font-weight: 600; text-decoration: underline; }
.parley-item {
  background: var(--cream);
  border: 1px solid var(--line);
  border-radius: var(--r);
  margin-bottom: 10px;
}
.parley-item summary {
  list-style: none;
  cursor: pointer;
  font-family: 'Space Grotesk', sans-serif;
  font-weight: 600;
  font-size: 16px;
  padding: 16px 22px;
  position: relative;
  padding-right: 52px;
}
.parley-item summary::-webkit-details-marker { display: none; }
.parley-item summary::after {
  content: '+';
  position: absolute;
  right: 20px;
  top: 50%;
  transform: translateY(-50%);
  font-size: 22px;
  font-weight: 400;
  color: var(--grey);
}
.parley-item[open] summary::after { content: '\2212'; }
.parley-item[open] summary { border-bottom: 1px solid var(--line); }
.parley-item p { font-size: 14px; color: var(--ink2); padding: 14px 22px 18px; }

.power-band { padding: 64px 0; border-bottom: 1px solid var(--line); }
.power-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 46px; align-items: start; }
.power-copy h2 { font-size: clamp(26px, 3vw, 36px); margin-bottom: 14px; }
.power-copy p { color: var(--ink2); margin-bottom: 14px; }
.power-copy .jump { margin-top: 8px; }
.power-chart { width: 100%; border-collapse: collapse; background: var(--white); border: 1px solid var(--line); border-radius: var(--r); overflow: hidden; }
.power-chart th {
  font-family: 'Space Grotesk', sans-serif;
  text-align: left;
  font-size: 13px;
  letter-spacing: .08em;
  text-transform: uppercase;
  background: var(--ink);
  color: var(--cream);
  padding: 12px 18px;
}
.power-chart td { padding: 13px 18px; border-top: 1px solid var(--line); font-size: 15px; }
.power-chart td:first-child { font-family: 'Space Grotesk', sans-serif; font-weight: 700; width: 90px; }

.tend-band { background: var(--cream2); border-bottom: 1px solid var(--line); }
.tend-cols { display: grid; grid-template-columns: 1fr 1fr; gap: 22px; }
.tend-col { background: var(--white); border: 1px solid var(--line); border-radius: var(--r); padding: 26px 28px; }
.tend-col h3 { display: flex; align-items: center; gap: 12px; font-size: 19px; margin-bottom: 16px; }
.tend-badge {
  width: 38px;
  height: 33px;
  clip-path: var(--hex);
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 16px;
}
.tend-do .tend-badge { background: var(--ink); color: var(--cream); }
.tend-dont .tend-badge { background: var(--cream2); color: var(--ink); }
.tend-col li { padding: 9px 0; border-top: 1px solid var(--line); font-size: 14px; color: var(--ink2); }
.tend-col li:first-child { border-top: 0; }
.tend-dont li { color: var(--grey); }

.oath-band { border-bottom: 1px solid var(--line); }
.oaths { display: grid; grid-template-columns: repeat(3, 1fr); gap: 22px; }
.oath { background: var(--white); border: 1px solid var(--line); border-radius: var(--r); padding: 28px 26px; }
.oath-num {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 46px;
  height: 40px;
  clip-path: var(--hex);
  background: var(--cream2);
  font-family: 'Space Grotesk', sans-serif;
  font-style: italic;
  font-weight: 700;
  font-size: 18px;
  margin-bottom: 16px;
}
.oath h3 { font-size: 18px; margin-bottom: 8px; }
.oath p { font-size: 14px; color: var(--grey); }

.insight-band { background: var(--white); border-bottom: 1px solid var(--line); }
.insights { display: grid; grid-template-columns: repeat(3, 1fr); gap: 22px; }
.insight { background: var(--cream); border: 1px solid var(--line); border-radius: var(--r); padding: 24px; display: flex; flex-direction: column; }
.insight-top { display: flex; align-items: center; gap: 16px; margin-bottom: 14px; }
.insight-top img { width: 64px; height: 64px; object-fit: contain; background: #fff; border: 1px solid var(--line); border-radius: 10px; padding: 5px; }
.insight-score { font-family: 'Space Grotesk', sans-serif; font-weight: 700; font-size: 26px; line-height: 1.1; }
.insight-score .glint { display: block; font-size: 12px; }
.insight-score small { display: block; font-family: 'Work Sans', sans-serif; font-weight: 400; font-size: 12px; color: var(--grey); }
.insight h3 { font-size: 16px; margin-bottom: 8px; }
.insight p { font-size: 14px; color: var(--ink2); line-height: 1.55; }
.insight > a { font-family: 'Space Grotesk', sans-serif; font-weight: 600; font-size: 13px; margin-top: auto; padding-top: 14px; }
.insight > a:hover { text-decoration: underline; }

.ethos-band { background: var(--ink); color: var(--cream); }
.ethos { max-width: 720px; margin: 0 auto; text-align: center; padding: 66px 0; }
.ethos .smallcap { color: var(--cream); opacity: .55; }
.ethos h2 { font-size: clamp(26px, 3.4vw, 40px); font-style: italic; margin-bottom: 16px; }
.ethos p { opacity: .8; font-size: 16px; }

.primer { padding: 64px 0; border-bottom: 1px solid var(--line); }
.primer-inner { max-width: 800px; }
.primer-inner h2 { font-size: clamp(24px, 3vw, 32px); margin-bottom: 16px; }
.primer-inner h3 { font-size: 20px; margin: 30px 0 12px; }
.primer-inner p { color: var(--ink2); margin-bottom: 12px; font-size: 15px; }
.primer-inner table { width: 100%; border-collapse: collapse; background: var(--white); border: 1px solid var(--line); border-radius: 10px; overflow: hidden; margin: 14px 0 6px; }
.primer-inner th { font-family: 'Space Grotesk', sans-serif; text-align: left; font-size: 13px; background: var(--cream2); padding: 10px 14px; border-bottom: 1px solid var(--line); }
.primer-inner td { padding: 10px 14px; border-top: 1px solid var(--line); font-size: 14px; color: var(--ink2); vertical-align: top; }
.primer-inner td a { font-weight: 600; text-decoration: underline; }

.coda { text-align: center; padding: 64px 0; }
.coda h2 { font-size: clamp(24px, 3vw, 34px); margin-bottom: 12px; }
.coda p { color: var(--grey); max-width: 560px; margin: 0 auto 24px; }

.basement { background: var(--cream2); border-top: 1px solid var(--line); }
.base-top { display: flex; align-items: flex-end; justify-content: space-between; gap: 20px; padding-top: 34px; }
.base-mark {
  font-family: 'Space Grotesk', sans-serif;
  font-style: italic;
  font-weight: 700;
  font-size: clamp(56px, 9vw, 110px);
  line-height: .9;
  letter-spacing: .04em;
  color: transparent;
  -webkit-text-stroke: 1.5px var(--ink);
  user-select: none;
}
@supports not (-webkit-text-stroke: 1px black) {
  .base-mark { color: var(--ink); opacity: .12; }
}
.resurface-btn {
  font-family: 'Space Grotesk', sans-serif;
  font-weight: 600;
  font-size: 13px;
  padding: 9px 20px;
  border-radius: 999px;
  border: 1px solid var(--ink);
  background: transparent;
  color: var(--ink);
  cursor: pointer;
  white-space: nowrap;
  margin-bottom: 10px;
}
.resurface-btn:hover { background: var(--ink); color: var(--cream); }

.base-grid { display: grid; grid-template-columns: 370px 1fr; gap: 40px; padding-top: 28px; padding-bottom: 44px; }
.base-card {
  background: var(--ink);
  color: var(--cream);
  border-radius: var(--r);
  padding: 28px 26px;
}
.base-card img { border-radius: 50%; border: 1px solid rgba(250, 246, 227, .3); }
.base-credo { font-family: 'Space Grotesk', sans-serif; font-style: italic; font-size: 18px; margin: 16px 0 10px; }
.base-blurb { font-size: 13px; opacity: .72; line-height: 1.6; }
.base-reach { font-style: normal; font-size: 12px; opacity: .55; line-height: 1.8; margin-top: 16px; }

.base-set { margin-bottom: 8px; }
.base-set h3 {
  font-size: 12px;
  letter-spacing: .16em;
  text-transform: uppercase;
  color: var(--grey);
  margin-bottom: 8px;
}
.base-set p { display: flex; flex-wrap: wrap; gap: 8px 22px; margin-bottom: 18px; }
.base-set a {
  font-size: 14px;
  color: var(--ink2);
  border-bottom: 1px solid var(--line);
  padding-bottom: 1px;
}
.base-set a:hover { color: var(--ink); border-bottom-color: var(--ink); }
.base-vows { font-size: 12px; color: var(--grey); border-top: 1px solid var(--line); padding-top: 16px; margin-top: 6px; }

.base-line { border-top: 1px solid var(--line); }
.base-line .frame:first-child { display: flex; justify-content: space-between; flex-wrap: wrap; gap: 8px 20px; padding-top: 16px; font-size: 13px; color: var(--grey); }
.base-line a:hover { color: var(--ink); text-decoration: underline; }
.base-smallprint { font-size: 12px; color: var(--grey); opacity: .75; padding: 8px 0 20px; }

.gallery-crown { background: var(--cream2); border-bottom: 1px solid var(--line); }
.crown-split { display: grid; grid-template-columns: 1fr 1fr; gap: 20px 46px; align-items: end; padding-top: 44px; }
.crown-title h1 { font-size: clamp(32px, 4.4vw, 52px); letter-spacing: -.01em; }
.crown-aside p { color: var(--ink2); font-size: 15px; }
.crown-tally { display: block; font-size: 13px; color: var(--grey); margin-top: 12px; }
.crown-tally b { font-family: 'Space Grotesk', sans-serif; font-style: italic; font-size: 21px; color: var(--ink); margin-right: 7px; }
.gallery-crown .waypath { padding: 22px 0 18px; }
.gallery-body { padding: 36px 0 64px; }
.gallery-essay { border-top: 1px solid var(--line); padding-top: 34px; margin-top: 44px; max-width: 800px; }
.gallery-essay h2 { font-size: 24px; margin-bottom: 12px; }
.gallery-essay p { font-size: 15px; color: var(--ink2); margin-bottom: 10px; }

.optic-stage { padding: 26px 0 56px; }
.optic-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 46px; align-items: start; }
.optic-frame { background: #fff; border: 1px solid var(--line); border-bottom: 0; border-radius: var(--r) var(--r) 0 0; padding: 30px; }
.optic-frame img { width: 100%; height: 380px; object-fit: contain; }
.optic-caption {
  display: flex;
  justify-content: space-between;
  gap: 14px;
  background: var(--ink);
  color: var(--cream);
  font-family: 'Space Grotesk', sans-serif;
  font-size: 11px;
  letter-spacing: .12em;
  text-transform: uppercase;
  padding: 10px 18px;
  border-radius: 0 0 var(--r) var(--r);
}
.optic-info h1 { font-size: clamp(24px, 3vw, 34px); margin: 4px 0 12px; letter-spacing: -.01em; }
.optic-rate { font-size: 14px; color: var(--grey); margin-bottom: 14px; }
.optic-intro { font-size: 16px; color: var(--ink2); margin-bottom: 20px; }
.acquire { background: var(--white); border: 1px solid var(--ink); border-radius: var(--r); overflow: hidden; }
.acquire-row { display: flex; align-items: center; justify-content: space-between; gap: 18px; padding: 18px 22px; }
.acquire-price { font-family: 'Space Grotesk', sans-serif; font-weight: 700; font-size: 30px; line-height: 1.1; }
.acquire-price small { display: block; font-family: 'Work Sans', sans-serif; font-weight: 400; font-size: 12px; color: var(--grey); }
.acquire-note { font-size: 12px; color: var(--grey); border-top: 1px dashed var(--line); padding: 10px 22px 12px; }

.trait-band { background: var(--white); border-top: 1px solid var(--line); border-bottom: 1px solid var(--line); padding: 56px 0; }
.trait-list { display: grid; grid-template-columns: 1fr 1fr; gap: 16px; counter-reset: trait; }
.trait {
  counter-increment: trait;
  position: relative;
  background: var(--cream);
  border: 1px solid var(--line);
  border-radius: var(--r);
  padding: 20px 22px 20px 72px;
}
.trait::before {
  content: counter(trait);
  position: absolute;
  left: 18px;
  top: 20px;
  width: 40px;
  height: 35px;
  clip-path: var(--hex);
  background: var(--ink);
  color: var(--cream);
  font-family: 'Space Grotesk', sans-serif;
  font-style: italic;
  font-weight: 700;
  font-size: 16px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.trait b { font-family: 'Space Grotesk', sans-serif; font-size: 16px; display: block; margin-bottom: 5px; }
.trait p { font-size: 14px; color: var(--ink2); line-height: 1.55; }

.datasheet-band { background: var(--cream2); border-bottom: 1px solid var(--line); padding: 56px 0; }
.datasheet { max-width: 880px; }
.datasheet h2 { font-size: clamp(22px, 2.6vw, 30px); margin-bottom: 20px; }
.data-row {
  display: grid;
  grid-template-columns: 230px 1fr;
  gap: 8px 30px;
  border-bottom: 1px solid var(--line);
  padding: 14px 0;
}
.data-row dt { font-family: 'Space Grotesk', sans-serif; font-weight: 600; font-size: 14px; }
.data-row dd { font-size: 14px; color: var(--ink2); line-height: 1.55; }

.kin-band { padding: 56px 0 64px; }

.journal-band { padding: 36px 0 64px; }
.entry { max-width: 800px; }
.entry-tag {
  display: inline-block;
  font-family: 'Space Grotesk', sans-serif;
  font-size: 12px;
  font-weight: 600;
  letter-spacing: .12em;
  text-transform: uppercase;
  background: var(--ink);
  color: var(--cream);
  padding: 4px 14px;
  border-radius: 999px;
  margin-bottom: 14px;
}
.entry h1 { font-size: clamp(28px, 3.6vw, 42px); letter-spacing: -.01em; margin-bottom: 14px; }
.entry-teaser { font-size: 18px; color: var(--ink2); margin-bottom: 26px; }
.entry h2 { font-size: 24px; margin: 34px 0 12px; }
.entry h3 { font-size: 18px; margin: 24px 0 10px; }
.entry p { font-size: 15px; color: var(--ink2); margin-bottom: 13px; }
.entry ul { margin: 0 0 14px; }
.entry li { font-size: 15px; color: var(--ink2); padding: 5px 0 5px 22px; position: relative; }
.entry li::before { content: ''; position: absolute; left: 0; top: 12px; width: 12px; height: 10px; clip-path: var(--hex); background: var(--ink); }
.entry table { width: 100%; border-collapse: collapse; background: var(--white); border: 1px solid var(--line); border-radius: 10px; overflow: hidden; margin: 14px 0 18px; }
.entry th { font-family: 'Space Grotesk', sans-serif; text-align: left; font-size: 13px; background: var(--cream2); padding: 10px 14px; border-bottom: 1px solid var(--line); }
.entry td { padding: 10px 14px; border-top: 1px solid var(--line); font-size: 14px; color: var(--ink2); }
.entry a { font-weight: 600; text-decoration: underline; }
.entry-picks { margin-top: 40px; }
.entry-picks h2 { margin-bottom: 20px; }
.entry-picks .piece-grid { grid-template-columns: repeat(2, 1fr); }
.entry-picks a { font-weight: inherit; text-decoration: none; }
.entry-picks .piece-title a:hover, .entry-picks .piece-link:hover { text-decoration: underline; }

.entries-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 20px; }
.entry-card {
  background: var(--white);
  border: 1px solid var(--line);
  border-radius: var(--r);
  padding: 26px 24px;
  transition: transform .18s, box-shadow .18s, border-color .18s;
}
.entry-card:hover { transform: translateY(-3px); box-shadow: var(--shadow); border-color: var(--ink); }
.entry-card h2 { font-size: 19px; margin: 12px 0 8px; }
.entry-card p { font-size: 14px; color: var(--grey); line-height: 1.55; }

.folio-band { padding: 30px 0 64px; }
.folio { max-width: 760px; }
.folio h1 { font-size: clamp(28px, 3.6vw, 40px); margin-bottom: 18px; letter-spacing: -.01em; }
.folio h2 { font-size: 22px; margin: 30px 0 12px; }
.folio p { font-size: 15px; color: var(--ink2); margin-bottom: 13px; }
.folio ul { margin: 0 0 14px; }
.folio li { font-size: 15px; color: var(--ink2); padding: 5px 0 5px 22px; position: relative; }
.folio li::before { content: ''; position: absolute; left: 0; top: 12px; width: 12px; height: 10px; clip-path: var(--hex); background: var(--ink); }
.folio table { width: 100%; border-collapse: collapse; background: var(--white); border: 1px solid var(--line); border-radius: 10px; overflow: hidden; margin: 14px 0 18px; }
.folio th { font-family: 'Space Grotesk', sans-serif; text-align: left; font-size: 13px; background: var(--cream2); padding: 10px 14px; border-bottom: 1px solid var(--line); }
.folio td { padding: 10px 14px; border-top: 1px solid var(--line); font-size: 14px; color: var(--ink2); }
.folio a { font-weight: 600; text-decoration: underline; }
.folio-note {
  background: var(--cream2);
  border: 1px solid var(--line);
  border-left: 4px solid var(--ink);
  border-radius: 10px;
  padding: 16px 20px;
  font-size: 14px;
  color: var(--ink2);
  margin: 18px 0;
}

.astray-band { text-align: center; padding: 90px 0 100px; }
.astray-code {
  font-family: 'Space Grotesk', sans-serif;
  font-style: italic;
  font-weight: 700;
  font-size: clamp(80px, 14vw, 150px);
  line-height: 1;
  letter-spacing: -.03em;
}
.astray-band h1 { font-size: clamp(24px, 3vw, 34px); margin: 14px 0 10px; }
.astray-band p { color: var(--grey); max-width: 480px; margin: 0 auto; }
.astray-band .overture-cta { justify-content: center; margin-top: 28px; }

@media (max-width: 960px) {
  .overture-grid { grid-template-columns: 1fr; gap: 30px; padding-top: 44px; }
  .board-hero img { height: 260px; }
  .board-minis { flex-direction: row; }
  .board-mini { flex: 1; justify-content: center; }
  .doss-row { grid-template-columns: 48px 1fr; }
  .doss-row p { grid-column: 2; }
  .aisles, .twofold, .power-grid, .tend-cols { grid-template-columns: 1fr; }
  .cross-grid, .parley-grid { grid-template-columns: 1fr; gap: 26px; }
  .cross-intro { position: static; }
  .piece-grid { grid-template-columns: repeat(3, 1fr); }
  .oaths, .insights, .entries-grid { grid-template-columns: 1fr 1fr; }
  .crown-split { grid-template-columns: 1fr; gap: 14px; align-items: start; }
  .optic-grid { grid-template-columns: 1fr; gap: 26px; }
  .optic-frame img { height: 300px; }
  .trait-list { grid-template-columns: 1fr; }
  .base-grid { grid-template-columns: 1fr; gap: 28px; }
}

@media (max-width: 700px) {
  .brow-links { display: none; }
  .mast-nav a { display: none; }
  .lens-btn { padding: 8px 14px; }
  .hatch-btn { display: inline-block; }
  .emblem-hex { width: 40px; height: 35px; font-size: 19px; }
  .emblem-word { font-size: 20px; }
  .overture-copy h1 { font-size: clamp(30px, 8vw, 38px); }
  .overture-rule { gap: 12px 26px; }
  .rule-stat b { font-size: 18px; }
  .board-hero img { height: 210px; }
  .board-mini img { width: 84px; height: 84px; }
  .piece-grid, .entry-picks .piece-grid { grid-template-columns: 1fr 1fr; }
  .piece-media img { height: 130px; }
  .piece-gist { display: none; }
  .oaths, .insights, .entries-grid { grid-template-columns: 1fr; }
  .aisle-pics img { width: 70px; height: 70px; }
  .lane { grid-template-columns: auto 1fr; padding: 16px 18px; }
  .lane-go { display: none; }
  .twofold-panel { flex-direction: column-reverse; align-items: flex-start; }
  .slab { grid-template-columns: auto 1fr; gap: 16px; padding: 16px 18px; }
  .slab-no { display: none; }
  .slab-pic img { width: 96px; height: 96px; }
  .slab-gist { display: none; }
  .slab-side { grid-column: 1 / -1; flex-direction: row; justify-content: space-between; align-items: center; width: 100%; border-top: 1px solid var(--line); padding-top: 12px; }
  .acquire-row { flex-direction: column; align-items: flex-start; }
  .data-row { grid-template-columns: 1fr; gap: 2px; }
  .base-top { flex-direction: column; align-items: flex-start; gap: 12px; }
  .base-line .frame:first-child { flex-direction: column; gap: 4px; }
}
