@font-face {
  font-family: 'Archivo';
  src: url('/assets/fonts/archivo.woff2') format('woff2');
  font-weight: 100 900;
  font-display: swap;
}
@font-face {
  font-family: 'Inter';
  src: url('/assets/fonts/inter.woff2') format('woff2');
  font-weight: 100 900;
  font-display: swap;
}

:root {
  --orange: #0e0e10;
  --orange-dark: #2b2b2e;
  --gold: #e4e4e7;
  --ink: #0e0e10;
  --cream: #f4f4f5;
  --paper: #ffffff;
  --line: #e2e2e5;
  --muted: #6b6b70;
  --radius: 6px;
  --shadow: 0 6px 22px rgba(14, 14, 16, .09);
  --display: 'Archivo', 'Arial Narrow', sans-serif;
  --body: 'Inter', 'Segoe UI', sans-serif;
}

* { margin: 0; padding: 0; box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  font-family: var(--body);
  color: var(--ink);
  background: var(--cream);
  line-height: 1.6;
  font-size: 16px;
}
img { max-width: 100%; display: block; }
a { color: var(--orange-dark); text-decoration: none; }
a:hover { text-decoration: underline; }
h1, h2, h3, h4 { font-family: var(--display); font-weight: 600; line-height: 1.2; }
.hold { max-width: 1180px; margin: 0 auto; padding: 0 20px; }

.act {
  display: inline-block;
  font-family: var(--display);
  font-weight: 600;
  font-size: 16px;
  padding: 13px 28px;
  border-radius: 999px;
  border: 2px solid var(--ink);
  cursor: pointer;
  transition: transform .15s, box-shadow .15s;
  text-decoration: none !important;
}
.act-main {
  background: var(--orange);
  color: #fff;
  box-shadow: 3px 3px 0 var(--ink);
}
.act-main:hover { transform: translate(-2px, -2px); box-shadow: 5px 5px 0 var(--ink); }
.act-line { background: transparent; color: var(--ink); }
.act-line:hover { background: var(--ink); color: #fff; }
.act-alt {
  background: var(--gold);
  color: var(--ink);
  box-shadow: 3px 3px 0 var(--ink);
}
.act-alt:hover { transform: translate(-2px, -2px); box-shadow: 5px 5px 0 var(--ink); }

.overline {
  font-family: var(--display);
  font-weight: 600;
  font-size: 13px;
  letter-spacing: .12em;
  text-transform: uppercase;
  color: var(--orange);
}
.block-head { text-align: center; max-width: 720px; margin: 0 auto 36px; }
.block-head h2 { font-size: 34px; margin: 6px 0 10px; }
.block-head p { color: var(--muted); }

.capline { background: var(--ink); color: #ececee; font-size: 13px; }
.capline .hold { display: flex; justify-content: space-between; align-items: center; min-height: 34px; }
.capline-motto { font-family: var(--display); color: var(--gold); letter-spacing: .06em; }
.capline-links a { color: #ececee; margin-left: 18px; }
.capline-links a:hover { color: var(--gold); text-decoration: none; }

.masthead { background: var(--cream); border-bottom: 2px solid var(--ink); }
.masthead .hold { display: flex; align-items: center; gap: 20px; min-height: 74px; }
.markline { display: flex; align-items: center; gap: 12px; text-decoration: none !important; }
.markline img { width: 46px; height: 46px; border-radius: 12px; border: 2px solid var(--ink); }
.markline-word { font-family: var(--display); font-weight: 700; font-size: 30px; color: var(--ink); line-height: 1; }
.markline-word em { color: #85858c; font-style: normal; }
.markline-tag { display: block; font-family: var(--body); font-size: 10.5px; font-weight: 500; letter-spacing: .14em; text-transform: uppercase; color: var(--muted); }
.mast-actions { margin-left: auto; display: flex; align-items: center; gap: 10px; }
.probe-btn, .burger-btn {
  font-family: var(--display); font-weight: 600; font-size: 14px;
  background: #fff; color: var(--ink); border: 2px solid var(--ink);
  border-radius: 999px; padding: 8px 18px; cursor: pointer;
}
.probe-btn:hover, .burger-btn:hover { background: var(--gold); }
.burger-btn { display: none; }

.lanebar { background: var(--orange); border-bottom: 2px solid var(--ink); }
.lanebar .hold { display: flex; gap: 4px; flex-wrap: wrap; }
.lanebar a {
  font-family: var(--display); font-weight: 600; font-size: 15px;
  color: #fff; padding: 11px 16px; text-decoration: none !important;
}
.lanebar a:hover, .lanebar a.is-current { background: #fff; color: var(--ink); }

.probe {
  display: none; background: #fff; border-bottom: 2px solid var(--ink);
  padding: 18px 0 24px;
}
body.probe-open .probe { display: block; }
.probe-input {
  width: 100%; font-family: var(--body); font-size: 17px;
  padding: 13px 18px; border: 2px solid var(--ink); border-radius: 12px;
  background: var(--cream);
}
.probe-input:focus { outline: 3px solid var(--gold); }
.probe-hits { margin-top: 10px; display: grid; gap: 6px; }
.probe-hit {
  display: flex; gap: 12px; align-items: center; padding: 8px 10px;
  border-radius: 12px; text-decoration: none !important; color: var(--ink);
}
.probe-hit:hover { background: var(--cream); }
.probe-hit img { width: 46px; height: 46px; object-fit: contain; background: #fff; border: 1px solid var(--line); border-radius: 10px; }
.probe-hit-name { display: block; font-size: 14px; font-weight: 500; }
.probe-hit-price { display: block; font-size: 13px; color: var(--orange-dark); font-weight: 500; }
.probe-empty { color: var(--muted); font-size: 14px; padding: 8px 10px; }

.platform {
  background: var(--orange) url('/assets/banner.jpg') center / cover no-repeat;
  border-bottom: 2px solid var(--ink);
  position: relative;
}
.platform::before {
  content: ''; position: absolute; inset: 0;
  background: linear-gradient(100deg, rgba(14,14,16,.85) 0%, rgba(14,14,16,.6) 45%, rgba(14,14,16,.2) 100%);
}
.platform .hold { position: relative; padding-top: 64px; padding-bottom: 64px; max-width: 1180px; }
.platform-copy { max-width: 600px; color: #fff; }
.platform-copy .overline { color: var(--gold); }
.platform-copy h1 { font-size: 48px; font-weight: 700; margin: 10px 0 16px; }
.platform-copy h1 span { color: var(--gold); }
.platform-copy p { font-size: 18px; color: #d9d9dd; margin-bottom: 26px; }
.platform-cta { display: flex; gap: 14px; flex-wrap: wrap; }
.platform-chips { display: flex; gap: 10px; flex-wrap: wrap; margin-top: 34px; }
.platform-chip {
  background: rgba(255,255,255,.14); border: 1px solid rgba(255,255,255,.45);
  color: #fff; border-radius: 999px; padding: 7px 16px;
  font-size: 13.5px; font-weight: 500; backdrop-filter: blur(3px);
}
.platform-chip b { color: var(--gold); font-weight: 700; }

.gains-strip { background: #fff; border-bottom: 2px solid var(--ink); }
.gains-strip .hold { display: grid; grid-template-columns: repeat(4, 1fr); }
.gain { padding: 20px 18px; display: flex; gap: 12px; align-items: flex-start; }
.gain + .gain { border-left: 1px dashed var(--line); }
.gain-ico {
  flex: none; width: 40px; height: 40px; border-radius: 12px;
  background: var(--cream); border: 2px solid var(--ink);
  display: grid; place-items: center; font-size: 18px;
  font-family: var(--display); font-weight: 700; color: var(--orange);
}
.gain h3 { font-size: 15.5px; margin-bottom: 2px; }
.gain p { font-size: 13.5px; color: var(--muted); line-height: 1.45; }

.shelves-band { padding: 56px 0; }
.shelfcard { display: grid; grid-template-columns: 1fr 1fr; gap: 20px; }
.shelfcard-tile {
  display: grid; grid-template-columns: 1fr 150px; gap: 16px; align-items: center;
  background: var(--paper); border: 2px solid var(--ink); border-radius: var(--radius);
  padding: 24px 24px 24px 28px; text-decoration: none !important; color: var(--ink);
  transition: transform .15s, box-shadow .15s; position: relative; overflow: hidden;
}
.shelfcard-tile:hover { transform: translate(-3px, -3px); box-shadow: 6px 6px 0 var(--gold); }
.shelfcard-num {
  position: absolute; right: 12px; top: 6px;
  font-family: var(--display); font-weight: 700; font-size: 54px;
  color: var(--cream); z-index: 0;
}
.shelfcard-info { position: relative; z-index: 1; }
.shelfcard-info h3 { font-size: 24px; margin-bottom: 6px; }
.shelfcard-info p { font-size: 14px; color: var(--muted); margin-bottom: 12px; }
.shelfcard-go { font-family: var(--display); font-weight: 600; font-size: 14px; color: var(--orange-dark); }
.shelfcard-pics { display: flex; position: relative; z-index: 1; }
.shelfcard-pics img {
  width: 76px; height: 76px; object-fit: contain; background: #fff;
  border: 2px solid var(--ink); border-radius: 50%;
}
.shelfcard-pics img + img { margin-left: -22px; }
.shelfcard-count {
  display: inline-block; margin-left: 8px; font-size: 12.5px; font-weight: 500;
  background: var(--gold); border-radius: 999px; padding: 1px 10px; border: 1px solid var(--ink);
}

.rooms-band { padding: 56px 0; background: #fff; border-top: 2px solid var(--ink); border-bottom: 2px solid var(--ink); }
.rooms { display: grid; grid-template-columns: repeat(4, 1fr); gap: 18px; }
.room-card {
  text-align: center; background: var(--cream); border: 2px solid var(--ink);
  border-radius: var(--radius); padding: 26px 18px 22px;
  text-decoration: none !important; color: var(--ink);
  transition: transform .15s, box-shadow .15s;
}
.room-card:hover { transform: translate(-3px, -3px); box-shadow: 6px 6px 0 var(--orange); }
.room-face {
  width: 64px; height: 64px; margin: 0 auto 12px; border-radius: 50%;
  background: var(--gold); border: 2px solid var(--ink);
  display: grid; place-items: center;
  font-family: var(--display); font-weight: 700; font-size: 26px;
}
.room-card h3 { font-size: 19px; margin-bottom: 4px; }
.room-card p { font-size: 13.5px; color: var(--muted); }

.duo-band { padding: 56px 0; }
.duo { display: grid; grid-template-columns: 1fr 1fr; gap: 20px; }
.duo-panel {
  border: 2px solid var(--ink); border-radius: var(--radius);
  padding: 34px; display: grid; grid-template-columns: 1fr 170px; gap: 18px; align-items: center;
}
.duo-dark { background: var(--ink); color: #ececee; }
.duo-dark .overline { color: var(--gold); }
.duo-dark h3 { color: #fff; }
.duo-light { background: var(--gold); }
.duo-panel h3 { font-size: 25px; margin: 6px 0 8px; }
.duo-panel p { font-size: 14.5px; margin-bottom: 16px; }
.duo-dark p { color: #c6c6cb; }
.duo-panel img {
  width: 170px; height: 170px; object-fit: contain; background: #fff;
  border: 2px solid var(--ink); border-radius: 14px; transform: rotate(3deg);
}

.ledger-band { background: var(--orange); border-top: 2px solid var(--ink); border-bottom: 2px solid var(--ink); }
.ledger-band .hold { display: grid; grid-template-columns: repeat(4, 1fr); }
.ledger { text-align: center; padding: 30px 14px; color: #fff; }
.ledger + .ledger { border-left: 1px solid rgba(255,255,255,.35); }
.ledger b { display: block; font-family: var(--display); font-weight: 700; font-size: 36px; color: #fff; }
.ledger span { font-size: 13.5px; color: #c6c6cb; }

.gauge-band { padding: 56px 0; background: #fff; border-bottom: 2px solid var(--ink); }
.gauge-grid { display: grid; grid-template-columns: 1fr 1.2fr; gap: 40px; align-items: start; }
.gauge-copy h2 { font-size: 32px; margin: 6px 0 14px; }
.gauge-copy p { color: var(--muted); margin-bottom: 12px; }
.gauge-chart { width: 100%; border-collapse: collapse; border: 2px solid var(--ink); border-radius: var(--radius); overflow: hidden; }
.gauge-chart th {
  background: var(--ink); color: var(--gold); font-family: var(--display);
  font-weight: 600; font-size: 14px; padding: 12px 16px; text-align: left;
}
.gauge-chart td { padding: 11px 16px; font-size: 14.5px; border-top: 1px solid var(--line); background: var(--cream); }
.gauge-chart tr:nth-child(even) td { background: #fff; }

.upkeep-band { padding: 56px 0; }
.upkeep-cols { display: grid; grid-template-columns: 1fr 1fr; gap: 20px; }
.upkeep-col { background: var(--paper); border: 2px solid var(--ink); border-radius: var(--radius); padding: 28px; }
.upkeep-col h3 { font-size: 21px; margin-bottom: 14px; display: flex; align-items: center; gap: 10px; }
.upkeep-badge {
  width: 32px; height: 32px; border-radius: 50%; border: 2px solid var(--ink);
  display: grid; place-items: center; font-size: 15px; font-family: var(--display); font-weight: 700;
}
.upkeep-do .upkeep-badge { background: var(--gold); }
.upkeep-dont .upkeep-badge { background: var(--orange); color: #fff; }
.upkeep-col ul { list-style: none; }
.upkeep-col li { padding: 8px 0 8px 22px; position: relative; font-size: 14.5px; border-top: 1px dashed var(--line); }
.upkeep-col li:first-child { border-top: 0; }
.upkeep-col li::before { content: ''; position: absolute; left: 2px; top: 15px; width: 8px; height: 8px; border-radius: 50%; }
.upkeep-do li::before { background: var(--gold); border: 1px solid var(--ink); }
.upkeep-dont li::before { background: var(--orange); border: 1px solid var(--ink); }

.vow-band { padding: 56px 0; background: #fff; border-top: 2px solid var(--ink); border-bottom: 2px solid var(--ink); }
.vows { display: grid; grid-template-columns: repeat(3, 1fr); gap: 20px; }
.vow { border: 2px solid var(--ink); border-radius: var(--radius); padding: 28px; background: var(--cream); }
.vow-num {
  display: inline-grid; place-items: center; width: 44px; height: 44px; margin-bottom: 14px;
  border-radius: 12px; background: var(--orange); color: #fff; border: 2px solid var(--ink);
  font-family: var(--display); font-weight: 700; font-size: 19px;
}
.vow h3 { font-size: 20px; margin-bottom: 8px; }
.vow p { font-size: 14.5px; color: var(--muted); }

.bench-band { padding: 56px 0; }
.benchnotes { display: grid; grid-template-columns: repeat(3, 1fr); gap: 20px; }
.benchnote { background: var(--paper); border: 2px solid var(--ink); border-radius: var(--radius); padding: 24px; display: flex; flex-direction: column; }
.benchnote-top { display: flex; gap: 14px; align-items: center; margin-bottom: 14px; }
.benchnote-top img { width: 64px; height: 64px; object-fit: contain; background: #fff; border: 2px solid var(--ink); border-radius: 12px; }
.benchnote-score { font-family: var(--display); font-weight: 700; font-size: 26px; }
.benchnote-score small { font-size: 13px; color: var(--muted); font-family: var(--body); font-weight: 400; display: block; }
.benchnote h3 { font-size: 16px; margin-bottom: 8px; line-height: 1.35; }
.benchnote p { font-size: 14px; color: var(--muted); flex: 1; }
.benchnote a { font-family: var(--display); font-weight: 600; font-size: 14px; margin-top: 12px; }
.marks { color: var(--ink); letter-spacing: 2px; font-size: 15px; }

.creed-band { background: var(--ink); border-bottom: 2px solid var(--ink); padding: 60px 0; }
.creed { max-width: 780px; margin: 0 auto; text-align: center; color: #ececee; }
.creed .overline { color: var(--gold); }
.creed h2 { color: #fff; font-size: 34px; margin: 8px 0 14px; }
.creed p { color: #c6c6cb; font-size: 16px; }

.longread { padding: 56px 0; }
.longread-inner { max-width: 860px; margin: 0 auto; }
.longread h2 { font-size: 30px; margin-bottom: 14px; }
.longread h3 { font-size: 22px; margin: 30px 0 10px; }
.longread p { margin-bottom: 12px; color: #3f3f44; }
.longread table { width: 100%; border-collapse: collapse; margin: 14px 0 8px; border: 2px solid var(--ink); }
.longread th { background: var(--orange); color: #fff; font-family: var(--display); font-weight: 600; padding: 10px 14px; text-align: left; font-size: 14px; }
.longread td { padding: 10px 14px; border-top: 1px solid var(--line); font-size: 14.5px; background: #fff; }
.longread tr:nth-child(even) td { background: var(--cream); }

.sendout { background: var(--gold); border-top: 2px solid var(--ink); padding: 56px 0; text-align: center; }
.sendout h2 { font-size: 32px; margin-bottom: 10px; }
.sendout p { max-width: 620px; margin: 0 auto 24px; color: #4a4a4e; }

.unit-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 20px; }
.unit {
  background: var(--paper); border: 2px solid var(--ink); border-radius: var(--radius);
  overflow: hidden; display: flex; flex-direction: column;
  transition: transform .15s, box-shadow .15s;
}
.unit:hover { transform: translate(-3px, -3px); box-shadow: 6px 6px 0 var(--gold); }
.unit-media { display: block; background: #fff; border-bottom: 2px solid var(--ink); position: relative; }
.unit-media img { width: 100%; aspect-ratio: 1; object-fit: contain; padding: 14px; }
.unit-flag {
  position: absolute; top: 10px; left: 10px;
  background: var(--gold); border: 1px solid var(--ink); border-radius: 999px;
  font-family: var(--display); font-weight: 600; font-size: 11.5px; padding: 2px 10px;
}
.unit-core { padding: 14px 18px 16px; display: flex; flex-direction: column; flex: 1; }
.unit-row {
  display: flex; align-items: baseline; justify-content: space-between;
  padding-bottom: 10px; margin-bottom: 10px; border-bottom: 1px dashed var(--line);
}
.unit-price { font-family: var(--display); font-weight: 700; font-size: 21px; }
.unit-rate { font-size: 12px; color: var(--muted); }
.unit-rate .marks { font-size: 12px; letter-spacing: 1px; }
.unit-title { font-family: var(--display); font-weight: 600; font-size: 16px; line-height: 1.3; margin-bottom: 6px; }
.unit-title a { color: var(--ink); }
.unit-gist { font-size: 13px; color: var(--muted); line-height: 1.5; flex: 1; margin-bottom: 12px; }
.unit-foot { display: flex; align-items: center; justify-content: space-between; gap: 10px; margin-top: auto; }
.unit-trace { font-size: 10.5px; letter-spacing: .1em; text-transform: uppercase; color: var(--muted); font-weight: 500; }
.unit-cta {
  font-family: var(--display); font-weight: 600; font-size: 13.5px; white-space: nowrap;
  background: var(--orange); color: #fff;
  border: 2px solid var(--ink); border-radius: 999px; padding: 6px 14px;
  text-decoration: none !important; transition: background .15s;
}
.unit-cta:hover { background: #fff; color: var(--ink); }

.toplist-band { padding: 56px 0; }
.toplist-more { text-align: center; margin-top: 32px; }

.rack-head { background: var(--ink); border-bottom: 2px solid var(--ink); padding: 44px 0; color: #ececee; }
.rack-head .overline { color: var(--gold); }
.rack-head h1 { color: #fff; font-size: 38px; margin: 8px 0 10px; }
.rack-head p { max-width: 720px; color: #c6c6cb; }
.rack-body { padding: 48px 0 64px; }
.trail { font-size: 13px; color: var(--muted); padding: 14px 0 0; }
.trail a { color: var(--muted); }
.rack-note { margin-top: 40px; background: #fff; border: 2px solid var(--ink); border-radius: var(--radius); padding: 26px 30px; }
.rack-note h2 { font-size: 22px; margin-bottom: 8px; }
.rack-note p { font-size: 14.5px; color: #3f3f44; margin-bottom: 8px; }

.focus-stage { padding: 30px 0 56px; }
.focus-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 40px; align-items: start; }
.focus-media { position: relative; background: #fff; border: 2px solid var(--ink); border-radius: var(--radius); }
.focus-media img { width: 100%; aspect-ratio: 1; object-fit: contain; padding: 30px; }
.focus-medal {
  position: absolute; top: 16px; left: 16px;
  background: var(--gold); border: 2px solid var(--ink); border-radius: 999px;
  font-family: var(--display); font-weight: 600; font-size: 13px; padding: 5px 14px;
}
.focus-info .overline { margin-bottom: 6px; display: block; }
.focus-info h1 { font-size: 28px; line-height: 1.25; margin-bottom: 12px; }
.focus-rate { display: flex; align-items: center; gap: 10px; font-size: 14px; color: var(--muted); margin-bottom: 16px; }
.focus-intro { color: #3f3f44; margin-bottom: 20px; }
.buy-rail {
  background: var(--cream); border: 2px solid var(--ink); border-radius: var(--radius);
  padding: 20px 24px; display: flex; align-items: center; gap: 20px; flex-wrap: wrap;
  margin-bottom: 22px;
}
.buy-price { font-family: var(--display); font-weight: 700; font-size: 34px; }
.buy-price small { display: block; font-family: var(--body); font-weight: 400; font-size: 12px; color: var(--muted); }
.buy-rail .act { margin-left: auto; }
.focus-note { font-size: 12.5px; color: var(--muted); }

.nearby-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 14px; margin-top: 26px; }
.nearby { background: #fff; border-left: 4px solid var(--ink); border-radius: 0 10px 10px 0; padding: 12px 16px; box-shadow: inset 0 0 0 1px var(--line); }
.nearby b { display: block; font-family: var(--display); font-weight: 600; font-size: 15px; margin-bottom: 4px; }
.nearby p { font-size: 13.5px; color: var(--muted); line-height: 1.5; }

.depth-band { background: #fff; border-top: 2px solid var(--ink); border-bottom: 2px solid var(--ink); padding: 52px 0; }
.depth { max-width: 860px; margin: 0 auto; }
.depth h2 { font-size: 28px; margin-bottom: 24px; }
.depth-list { display: grid; grid-template-columns: 220px 1fr; border-top: 2px solid var(--ink); }
.depth-list dt {
  font-family: var(--display); font-weight: 600; font-size: 15px;
  background: var(--cream); padding: 14px 16px; border-bottom: 1px solid var(--line);
}
.depth-list dd { font-size: 14.5px; color: #3f3f44; line-height: 1.55; padding: 14px 16px; border-bottom: 1px solid var(--line); }

.also-band { padding: 52px 0 64px; }
.also-band h2 { font-size: 26px; margin-bottom: 22px; }

.guideband { padding: 48px 0 64px; }
.guidepost { max-width: 820px; margin: 0 auto; background: #fff; border: 2px solid var(--ink); border-radius: var(--radius); padding: 44px 48px; }
.guidepost .overline { display: block; margin-bottom: 6px; }
.guidepost h1 { font-size: 34px; margin-bottom: 10px; }
.guidepost-teaser { font-size: 17px; color: var(--muted); margin-bottom: 22px; padding-bottom: 22px; border-bottom: 2px dashed var(--line); }
.guidepost h2 { font-size: 24px; margin: 28px 0 10px; }
.guidepost h3 { font-size: 19px; margin: 22px 0 8px; }
.guidepost p { margin-bottom: 12px; color: #3f3f44; }
.guidepost ul, .guidepost ol { margin: 0 0 14px 22px; color: #3f3f44; }
.guidepost li { margin-bottom: 6px; }
.guidepost table { width: 100%; border-collapse: collapse; margin: 14px 0; border: 2px solid var(--ink); }
.guidepost th { background: var(--ink); color: var(--gold); font-family: var(--display); font-weight: 600; padding: 9px 13px; text-align: left; font-size: 13.5px; }
.guidepost td { padding: 9px 13px; border-top: 1px solid var(--line); font-size: 14px; }
.guidepost tr:nth-child(even) td { background: var(--cream); }
.guidepost-picks { margin-top: 34px; padding-top: 26px; border-top: 2px dashed var(--line); }
.guidepost-picks h2 { margin-top: 0; }
.guidepost-picks .unit-grid { grid-template-columns: repeat(2, 1fr); margin-top: 16px; }

.guides-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 20px; }
.guide-card {
  background: #fff; border: 2px solid var(--ink); border-radius: var(--radius);
  padding: 26px; text-decoration: none !important; color: var(--ink);
  transition: transform .15s, box-shadow .15s; display: flex; flex-direction: column;
}
.guide-card:hover { transform: translate(-3px, -3px); box-shadow: 6px 6px 0 var(--gold); }
.guide-tag {
  align-self: flex-start; font-family: var(--display); font-weight: 600; font-size: 12px;
  background: var(--gold); border: 1px solid var(--ink); border-radius: 999px;
  padding: 2px 12px; margin-bottom: 12px;
}
.guide-card h2 { font-size: 20px; margin-bottom: 8px; }
.guide-card p { font-size: 14px; color: var(--muted); flex: 1; }
.guide-card span { font-family: var(--display); font-weight: 600; font-size: 14px; color: var(--orange-dark); margin-top: 14px; }

.sheet-band { padding: 48px 0 64px; }
.sheet { max-width: 820px; margin: 0 auto; background: #fff; border: 2px solid var(--ink); border-radius: var(--radius); padding: 44px 48px; }
.sheet h1 { font-size: 34px; margin-bottom: 16px; }
.sheet h2 { font-size: 22px; margin: 26px 0 8px; }
.sheet p { margin-bottom: 12px; color: #3f3f44; }
.sheet ul { margin: 0 0 14px 22px; color: #3f3f44; }
.sheet li { margin-bottom: 6px; }
.sheet-note { background: var(--cream); border: 2px dashed var(--orange); border-radius: 14px; padding: 16px 20px; font-size: 14px; margin: 18px 0; }

.offmap-band { padding: 80px 0; text-align: center; }
.offmap-band h1 { font-size: 72px; color: var(--orange); }
.offmap-band h2 { font-size: 28px; margin: 8px 0 12px; }
.offmap-band p { color: var(--muted); max-width: 480px; margin: 0 auto 26px; }

.basecrest { background: var(--orange); border-top: 2px solid var(--ink); }
.basecrest .hold { display: flex; align-items: center; justify-content: space-between; gap: 20px; padding-top: 22px; padding-bottom: 22px; flex-wrap: wrap; }
.basecrest p { font-family: var(--display); font-weight: 600; font-size: 21px; color: #fff; }
.rise-btn {
  font-family: var(--display); font-weight: 600; font-size: 14px;
  background: #fff; color: var(--ink); border: 2px solid var(--ink);
  border-radius: 999px; padding: 9px 20px; cursor: pointer;
}
.rise-btn:hover { background: var(--gold); }

.baseplate { background: var(--ink); color: #b4b4ba; font-size: 14px; }
.base-grid { display: grid; grid-template-columns: 1.4fr 1fr 1fr 1fr; gap: 34px; padding: 44px 0 34px; }
.base-brand .markline-word { color: #fff; font-size: 26px; }
.base-brand p { margin-top: 10px; line-height: 1.6; }
.base-reach { font-style: normal; margin-top: 12px; line-height: 1.7; font-size: 13px; }
.base-col h3 { color: var(--gold); font-size: 15px; margin-bottom: 12px; }
.base-col ul { list-style: none; }
.base-col li { margin-bottom: 8px; }
.base-col a { color: #b4b4ba; }
.base-col a:hover { color: #fff; }

.base-vows { border-top: 1px solid #2a2a2e; }
.base-vows .hold { display: grid; grid-template-columns: repeat(4, 1fr); gap: 14px; padding-top: 18px; padding-bottom: 18px; }
.basevow { display: flex; gap: 9px; align-items: center; font-size: 13px; }
.basevow i {
  font-style: normal; flex: none; width: 20px; height: 20px; border-radius: 50%;
  background: var(--gold); color: var(--ink); display: grid; place-items: center;
  font-size: 12px; font-weight: 700;
}

.base-line { border-top: 1px solid #2a2a2e; }
.base-line .hold { display: flex; justify-content: space-between; gap: 14px; flex-wrap: wrap; padding-top: 16px; padding-bottom: 20px; font-size: 12.5px; color: #85858c; }
.base-line a { color: #85858c; }
.base-smallprint { font-size: 12px; color: #85858c; padding-bottom: 20px; max-width: 780px; }

@media (max-width: 1000px) {
  .unit-grid { grid-template-columns: repeat(3, 1fr); }
  .gains-strip .hold { grid-template-columns: 1fr 1fr; }
  .gain + .gain { border-left: 0; }
  .rooms { grid-template-columns: repeat(2, 1fr); }
  .duo { grid-template-columns: 1fr; }
  .benchnotes, .vows, .guides-grid { grid-template-columns: 1fr 1fr; }
  .base-grid { grid-template-columns: 1fr 1fr; }
  .gauge-grid { grid-template-columns: 1fr; gap: 22px; }
}
@media (max-width: 760px) {
  .capline-links { display: none; }
  .burger-btn { display: inline-block; }
  .lanebar { display: none; }
  body.nav-open .lanebar { display: block; }
  .lanebar .hold { flex-direction: column; gap: 0; }
  .lanebar a { border-top: 1px solid rgba(255,255,255,.25); }
  .platform-copy h1 { font-size: 34px; }
  .platform .hold { padding-top: 44px; padding-bottom: 44px; }
  .shelfcard { grid-template-columns: 1fr; }
  .unit-grid { grid-template-columns: repeat(2, 1fr); gap: 14px; }
  .focus-grid { grid-template-columns: 1fr; gap: 24px; }
  .ledger-band .hold { grid-template-columns: 1fr 1fr; }
  .ledger + .ledger { border-left: 0; }
  .upkeep-cols { grid-template-columns: 1fr; }
  .guidepost, .sheet { padding: 28px 22px; }
  .guidepost-picks .unit-grid { grid-template-columns: 1fr; }
  .benchnotes, .vows, .guides-grid { grid-template-columns: 1fr; }
  .duo-panel { grid-template-columns: 1fr; }
  .duo-panel img { display: none; }
  .block-head h2 { font-size: 27px; }
  .nearby-grid { grid-template-columns: 1fr; }
  .depth-list { grid-template-columns: 1fr; }
  .depth-list dt { border-bottom: 0; padding-bottom: 4px; }
  .base-vows .hold { grid-template-columns: 1fr 1fr; }
  .buy-rail .act { margin-left: 0; }
}
@media (max-width: 520px) {
  .rooms { grid-template-columns: 1fr 1fr; gap: 12px; }
  .unit-grid { grid-template-columns: 1fr; }
  .shelfcard-tile { grid-template-columns: 1fr; }
  .shelfcard-pics { order: -1; }
  .base-grid { grid-template-columns: 1fr; }
}
