/* ==========================================================================
   Club Bench Fit — clubbenchfit.shop
   Deep navy shop wall, brass hardware, warm paper stock.
   Display face: Optima / Candara. Reading face: Times New Roman.
   Structural signature: fixed slim bar + fixed vertical rail + 7/11 split grid.
   ========================================================================== */

:root {
  --bnch-ink:        #0b1a2c;
  --bnch-ink-soft:   #142942;
  --bnch-ink-lift:   #1e3b58;
  --bnch-brass:      #a97c2a;
  --bnch-brass-warm: #c69a41;
  --bnch-brass-pale: #e0c483;
  --bnch-paper:      #f5f2ea;
  --bnch-paper-deep: #e7e1d2;
  --bnch-paper-edge: #d8d0bd;
  --bnch-body:       #2b3542;
  --bnch-body-soft:  #55606f;
  --bnch-rule:       rgba(11, 26, 44, 0.15);
  --bnch-rule-firm:  rgba(11, 26, 44, 0.32);
  --bnch-rule-lite:  rgba(245, 242, 234, 0.18);

  --bnch-display: Optima, Candara, "Gill Sans", "Gill Sans MT", "Trebuchet MS", sans-serif;
  --bnch-read: "Times New Roman", Times, "Liberation Serif", serif;
  --bnch-figure: "Courier New", Courier, monospace;

  --bnch-bar-h: 58px;
  --bnch-rail-w: 46px;
  --bnch-shell: 1200px;
  --bnch-ease: cubic-bezier(0.22, 0.68, 0.32, 1);
}

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

html { -webkit-text-size-adjust: 100%; scroll-behavior: smooth; }

body.bnch-doc {
  margin: 0;
  padding-top: var(--bnch-bar-h);
  background: var(--bnch-paper);
  color: var(--bnch-body);
  font-family: var(--bnch-read);
  font-size: 18px;
  line-height: 1.72;
  -webkit-font-smoothing: antialiased;
}

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

a { color: var(--bnch-ink); text-decoration-color: var(--bnch-brass); text-underline-offset: 3px; }
a:hover { color: var(--bnch-brass); }

h1, h2, h3, h4 {
  font-family: var(--bnch-display);
  color: var(--bnch-ink);
  font-weight: 600;
  line-height: 1.16;
  letter-spacing: -0.008em;
  margin: 0 0 0.5em;
}

h1 { font-size: clamp(2.15rem, 4.4vw, 3.5rem); }
h2 { font-size: clamp(1.7rem, 2.9vw, 2.45rem); }
h3 { font-size: clamp(1.2rem, 1.7vw, 1.45rem); }
h4 { font-size: 1.05rem; letter-spacing: 0.01em; }

p { margin: 0 0 1.15em; }
ul, ol { margin: 0 0 1.2em; padding-left: 1.2em; }
li { margin-bottom: 0.45em; }

.bnch-jump {
  position: absolute; left: -9999px; top: 0; z-index: 999;
  background: var(--bnch-brass); color: #fff; padding: 12px 20px;
  font-family: var(--bnch-display); letter-spacing: 0.08em; text-transform: uppercase; font-size: 0.75rem;
}
.bnch-jump:focus { left: 12px; top: 10px; }

/* --------------------------------------------------------------------------
   Fixed slim bar
   -------------------------------------------------------------------------- */

.bnch-bar {
  position: fixed; inset: 0 0 auto 0; z-index: 120;
  height: var(--bnch-bar-h);
  background: var(--bnch-ink);
  border-bottom: 1px solid rgba(169, 124, 42, 0.55);
  box-shadow: 0 1px 0 rgba(11, 26, 44, 0.4);
}

.bnch-bar::after {
  content: ""; position: absolute; left: 0; right: 0; bottom: -3px; height: 3px;
  background: linear-gradient(90deg, var(--bnch-brass) 0%, rgba(169, 124, 42, 0) 42%);
  pointer-events: none;
}

.bnch-bar__inner {
  height: 100%;
  max-width: 1560px;
  margin: 0 auto;
  padding: 0 22px 0 18px;
  display: flex; align-items: center; gap: 26px;
}

.bnch-sig { display: flex; align-items: center; gap: 11px; text-decoration: none; flex: 0 0 auto; }

.bnch-sig__tag {
  width: 34px; height: 34px; display: grid; place-items: center;
  border: 1px solid var(--bnch-brass);
  color: var(--bnch-brass-pale);
  font-family: var(--bnch-display);
  font-size: 0.72rem; letter-spacing: 0.09em;
  background: rgba(169, 124, 42, 0.1);
}

.bnch-sig__lines { display: flex; flex-direction: column; line-height: 1.14; }
.bnch-sig__name {
  font-family: var(--bnch-display); color: var(--bnch-paper);
  font-size: 1.02rem; letter-spacing: 0.035em;
}
.bnch-sig__sub {
  font-family: var(--bnch-figure); font-size: 0.63rem;
  color: rgba(224, 196, 131, 0.72); letter-spacing: 0.06em; margin-top: 2px;
}
.bnch-sig:hover .bnch-sig__name { color: var(--bnch-brass-pale); }

.bnch-menu { flex: 1 1 auto; min-width: 0; }
.bnch-menu__heading, .bnch-menu__foot { display: none; }

.bnch-menu ul {
  list-style: none; margin: 0; padding: 0;
  display: flex; align-items: center; justify-content: flex-end; gap: 2px; flex-wrap: nowrap;
}

.bnch-menu li a {
  display: block; padding: 7px 11px;
  font-family: var(--bnch-display);
  font-size: 0.83rem; letter-spacing: 0.025em;
  color: rgba(245, 242, 234, 0.8);
  text-decoration: none; white-space: nowrap;
  border-bottom: 1px solid transparent;
  transition: color 0.2s var(--bnch-ease), border-color 0.2s var(--bnch-ease);
}
.bnch-menu li a:hover { color: var(--bnch-brass-pale); border-bottom-color: var(--bnch-brass); }
.bnch-menu--here a { color: var(--bnch-brass-warm); border-bottom-color: var(--bnch-brass); }

.bnch-bar__right { flex: 0 0 auto; display: flex; align-items: center; gap: 14px; }

.bnch-bar__tel {
  font-family: var(--bnch-figure); font-size: 0.82rem; letter-spacing: 0.02em;
  color: rgba(245, 242, 234, 0.86); text-decoration: none; white-space: nowrap;
}
.bnch-bar__tel:hover { color: var(--bnch-brass-pale); }

.bnch-sheet-key {
  display: none; align-items: center; gap: 8px;
  background: none; border: 1px solid rgba(224, 196, 131, 0.4);
  padding: 7px 11px; cursor: pointer;
  color: var(--bnch-paper); font-family: var(--bnch-display);
  font-size: 0.72rem; letter-spacing: 0.11em; text-transform: uppercase;
}
.bnch-sheet-key__bars { display: grid; gap: 3px; }
.bnch-sheet-key__bars i { display: block; width: 17px; height: 1px; background: var(--bnch-brass-pale); }
.bnch-sheet-key[aria-expanded="true"] { background: rgba(169, 124, 42, 0.22); }

.bnch-scrim {
  position: fixed; inset: 0; z-index: 110;
  background: rgba(11, 26, 44, 0.6);
  opacity: 0; transition: opacity 0.28s var(--bnch-ease);
}
.bnch-scrim.is-lit { opacity: 1; }

/* --------------------------------------------------------------------------
   Fixed left rail — the vertical shop label
   -------------------------------------------------------------------------- */

.bnch-rail {
  position: fixed; left: 0; top: var(--bnch-bar-h); bottom: 0; width: var(--bnch-rail-w);
  z-index: 60;
  border-right: 1px solid var(--bnch-rule);
  background: linear-gradient(180deg, var(--bnch-paper-deep), var(--bnch-paper));
  display: grid; place-items: center;
  pointer-events: none; overflow: hidden;
}
.bnch-rail span {
  writing-mode: vertical-rl; transform: rotate(180deg);
  font-family: var(--bnch-figure); font-size: 0.68rem;
  letter-spacing: 0.42em; text-transform: uppercase;
  color: rgba(11, 26, 44, 0.42); white-space: nowrap;
}
.bnch-rail::before, .bnch-rail::after {
  content: ""; position: absolute; left: 50%; transform: translateX(-50%);
  width: 9px; height: 1px; background: var(--bnch-brass);
}
.bnch-rail::before { top: 40px; }
.bnch-rail::after { bottom: 40px; }

.bnch-main { position: relative; padding-left: var(--bnch-rail-w); }

/* --------------------------------------------------------------------------
   Shell + section bands
   -------------------------------------------------------------------------- */

.bnch-shell { width: 100%; max-width: var(--bnch-shell); margin: 0 auto; padding: 0 32px; }

.bnch-band { padding: 78px 0; position: relative; }
.bnch-band--tight { padding: 52px 0; }
.bnch-band--tint { background: var(--bnch-paper-deep); }
.bnch-band--ink { background: var(--bnch-ink); color: rgba(245, 242, 234, 0.84); }
.bnch-band--ink h2, .bnch-band--ink h3, .bnch-band--ink h4 { color: var(--bnch-paper); }
.bnch-band--ink a { color: var(--bnch-brass-pale); }
.bnch-band--edge { border-top: 1px solid var(--bnch-rule); }

.bnch-band--tint + .bnch-band--tint { padding-top: 0; }

/* Asymmetric 7/11 grid — the site's structural fingerprint. */
.bnch-split {
  display: grid;
  grid-template-columns: minmax(0, 7fr) minmax(0, 11fr);
  gap: 56px;
  align-items: start;
}
.bnch-split--flip { grid-template-columns: minmax(0, 11fr) minmax(0, 7fr); }
.bnch-split--even { grid-template-columns: minmax(0, 1fr) minmax(0, 1fr); gap: 44px; }
.bnch-split--wide { grid-template-columns: minmax(0, 5fr) minmax(0, 13fr); gap: 48px; }

.bnch-tick {
  display: inline-flex; align-items: center; gap: 9px;
  font-family: var(--bnch-figure); font-size: 0.68rem;
  letter-spacing: 0.2em; text-transform: uppercase;
  color: var(--bnch-brass); margin-bottom: 14px;
}
.bnch-tick::before { content: ""; width: 24px; height: 1px; background: var(--bnch-brass); }
.bnch-band--ink .bnch-tick { color: var(--bnch-brass-warm); }

.bnch-lede { font-size: 1.16rem; line-height: 1.66; color: var(--bnch-body); }
.bnch-band--ink .bnch-lede { color: rgba(245, 242, 234, 0.88); }
.bnch-dim { color: var(--bnch-body-soft); }
.bnch-narrow { max-width: 720px; }
.bnch-head-block { max-width: 780px; margin-bottom: 44px; }

/* --------------------------------------------------------------------------
   Buttons
   -------------------------------------------------------------------------- */

.bnch-press {
  display: inline-block;
  font-family: var(--bnch-display);
  font-size: 0.79rem; letter-spacing: 0.13em; text-transform: uppercase;
  padding: 13px 24px; text-decoration: none;
  border: 1px solid var(--bnch-ink);
  color: var(--bnch-ink); background: transparent;
  transition: background 0.22s var(--bnch-ease), color 0.22s var(--bnch-ease), border-color 0.22s var(--bnch-ease);
}
.bnch-press:hover { background: var(--bnch-ink); color: var(--bnch-paper); }

.bnch-press--brass {
  background: var(--bnch-brass); border-color: var(--bnch-brass); color: #fff;
  padding: 11px 20px; font-size: 0.74rem;
}
.bnch-press--brass:hover { background: var(--bnch-brass-warm); border-color: var(--bnch-brass-warm); color: #fff; }

.bnch-press--pale { border-color: rgba(245, 242, 234, 0.5); color: var(--bnch-paper); }
.bnch-press--pale:hover { background: var(--bnch-paper); color: var(--bnch-ink); border-color: var(--bnch-paper); }

.bnch-press--wide { padding: 15px 34px; font-size: 0.83rem; }

.bnch-actions { display: flex; flex-wrap: wrap; gap: 14px; margin-top: 26px; }

.bnch-more {
  font-family: var(--bnch-display); font-size: 0.85rem;
  letter-spacing: 0.06em; text-decoration: none;
  border-bottom: 1px solid var(--bnch-brass); padding-bottom: 2px;
}

/* --------------------------------------------------------------------------
   Opening spread
   -------------------------------------------------------------------------- */

.bnch-open {
  background: var(--bnch-ink);
  color: rgba(245, 242, 234, 0.85);
  padding: 92px 0 84px;
  position: relative; overflow: hidden;
}
.bnch-open::before {
  content: ""; position: absolute; right: -8%; top: -18%;
  width: 620px; height: 620px; border-radius: 50%;
  background: radial-gradient(circle, rgba(169, 124, 42, 0.28), rgba(169, 124, 42, 0) 66%);
  pointer-events: none;
}
.bnch-open::after {
  content: ""; position: absolute; left: 0; right: 0; bottom: 0; height: 1px;
  background: linear-gradient(90deg, rgba(169, 124, 42, 0) 0%, var(--bnch-brass) 34%, rgba(169, 124, 42, 0) 88%);
}
.bnch-open .bnch-shell { position: relative; z-index: 2; }
.bnch-open h1 { color: var(--bnch-paper); max-width: 22ch; }
.bnch-open__sub { font-size: 1.2rem; line-height: 1.64; color: rgba(245, 242, 234, 0.82); max-width: 46ch; }
.bnch-open__meta {
  margin-top: 34px; padding-top: 22px;
  border-top: 1px solid var(--bnch-rule-lite);
  display: flex; flex-wrap: wrap; gap: 30px;
  font-family: var(--bnch-figure); font-size: 0.72rem;
  letter-spacing: 0.09em; text-transform: uppercase;
  color: rgba(224, 196, 131, 0.8);
}

/* Readout panel — brass-tagged instrument card */
.bnch-readout {
  border: 1px solid rgba(224, 196, 131, 0.35);
  background: linear-gradient(165deg, rgba(30, 59, 88, 0.72), rgba(11, 26, 44, 0.9));
  padding: 26px 26px 20px;
  position: relative;
}
.bnch-readout::before {
  content: ""; position: absolute; top: -1px; left: -1px; width: 40px; height: 40px;
  border-top: 2px solid var(--bnch-brass); border-left: 2px solid var(--bnch-brass);
}
.bnch-readout::after {
  content: ""; position: absolute; bottom: -1px; right: -1px; width: 40px; height: 40px;
  border-bottom: 2px solid var(--bnch-brass); border-right: 2px solid var(--bnch-brass);
}
.bnch-readout__cap {
  display: flex; justify-content: space-between; align-items: baseline;
  font-family: var(--bnch-figure); font-size: 0.68rem;
  letter-spacing: 0.14em; text-transform: uppercase;
  color: var(--bnch-brass-pale);
  padding-bottom: 12px; margin-bottom: 16px;
  border-bottom: 1px solid var(--bnch-rule-lite);
}
.bnch-readout__cap em { font-style: normal; color: rgba(245, 242, 234, 0.55); letter-spacing: 0.08em; }

.bnch-gauge { margin: 4px 0 20px; }
.bnch-gauge__row { margin-bottom: 15px; }
.bnch-gauge__row:last-child { margin-bottom: 0; }
.bnch-gauge__top {
  display: flex; justify-content: space-between;
  font-family: var(--bnch-figure); font-size: 0.7rem;
  letter-spacing: 0.06em; color: rgba(245, 242, 234, 0.74);
  margin-bottom: 6px;
}
.bnch-gauge__top b { color: var(--bnch-brass-pale); font-weight: 400; }
.bnch-gauge__track { height: 5px; background: rgba(245, 242, 234, 0.13); position: relative; }
.bnch-gauge__fill {
  position: absolute; inset: 0 auto 0 0;
  background: linear-gradient(90deg, var(--bnch-brass), var(--bnch-brass-pale));
  transform-origin: left center; transform: scaleX(0);
  animation: bnch-sweep 1.1s var(--bnch-ease) forwards;
}
@keyframes bnch-sweep { to { transform: scaleX(1); } }

.bnch-stat-strip {
  display: grid; grid-template-columns: repeat(2, minmax(0, 1fr));
  border-top: 1px solid var(--bnch-rule-lite);
}
.bnch-stat-strip div {
  padding: 13px 4px 2px;
  font-family: var(--bnch-figure); font-size: 0.66rem;
  letter-spacing: 0.09em; text-transform: uppercase;
  color: rgba(245, 242, 234, 0.6);
}
.bnch-stat-strip strong {
  display: block; font-family: var(--bnch-display); font-weight: 600;
  font-size: 1.5rem; letter-spacing: 0; text-transform: none;
  color: var(--bnch-brass-pale); margin-bottom: 3px;
}

/* --------------------------------------------------------------------------
   Ledger rows — signature list pattern
   -------------------------------------------------------------------------- */

.bnch-ledger { list-style: none; margin: 0; padding: 0; }
.bnch-ledger li {
  display: flex; align-items: baseline; gap: 12px;
  padding: 13px 0; margin: 0;
  border-bottom: 1px solid var(--bnch-rule);
}
.bnch-ledger li:first-child { border-top: 1px solid var(--bnch-rule); }
.bnch-ledger span:first-child { flex: 1 1 auto; }
.bnch-ledger b {
  font-family: var(--bnch-figure); font-weight: 400;
  font-size: 0.88rem; color: var(--bnch-brass);
  letter-spacing: 0.03em; white-space: nowrap;
}
.bnch-band--ink .bnch-ledger li { border-color: var(--bnch-rule-lite); }
.bnch-band--ink .bnch-ledger b { color: var(--bnch-brass-pale); }

/* --------------------------------------------------------------------------
   Plates (cards)
   -------------------------------------------------------------------------- */

.bnch-plate {
  background: var(--bnch-paper);
  border: 1px solid var(--bnch-rule-firm);
  padding: 28px 26px;
  position: relative;
}
.bnch-plate::after {
  content: ""; position: absolute; top: 10px; right: 10px;
  width: 6px; height: 6px; background: var(--bnch-brass);
}
.bnch-plate h3 { margin-bottom: 10px; }
.bnch-plate p:last-child { margin-bottom: 0; }
.bnch-plate--tint { background: var(--bnch-paper-deep); }
.bnch-plate--ink {
  background: var(--bnch-ink-soft); border-color: rgba(224, 196, 131, 0.3);
  color: rgba(245, 242, 234, 0.82);
}
.bnch-plate--ink h3 { color: var(--bnch-paper); }

.bnch-plate__no {
  font-family: var(--bnch-figure); font-size: 0.7rem;
  letter-spacing: 0.16em; color: var(--bnch-brass);
  display: block; margin-bottom: 10px;
}

.bnch-set { display: grid; gap: 22px; }
.bnch-set--2 { grid-template-columns: repeat(2, minmax(0, 1fr)); }
.bnch-set--3 { grid-template-columns: repeat(3, minmax(0, 1fr)); }
.bnch-set--4 { grid-template-columns: repeat(4, minmax(0, 1fr)); }

/* Stagger — offset every second plate for the asymmetric read. */
.bnch-set--stagger { grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 26px 34px; }
.bnch-set--stagger > *:nth-child(even) { margin-top: 34px; }

/* --------------------------------------------------------------------------
   Step chain (process)
   -------------------------------------------------------------------------- */

.bnch-chain { counter-reset: bnchstep; margin: 0; padding: 0; list-style: none; }
.bnch-chain > li {
  position: relative; padding: 0 0 34px 74px; margin: 0;
  border-left: 1px solid var(--bnch-rule);
}
.bnch-chain > li:last-child { border-left-color: transparent; padding-bottom: 0; }
.bnch-chain > li::before {
  counter-increment: bnchstep; content: counter(bnchstep, decimal-leading-zero);
  position: absolute; left: -21px; top: 0;
  width: 42px; height: 42px; display: grid; place-items: center;
  background: var(--bnch-paper); border: 1px solid var(--bnch-brass);
  font-family: var(--bnch-figure); font-size: 0.78rem; color: var(--bnch-brass);
}
.bnch-band--tint .bnch-chain > li::before { background: var(--bnch-paper-deep); }
.bnch-chain h3 { margin-top: 4px; }

/* --------------------------------------------------------------------------
   Tables
   -------------------------------------------------------------------------- */

.bnch-sheet { width: 100%; border-collapse: collapse; margin: 0 0 24px; font-size: 0.98rem; }
.bnch-sheet caption {
  text-align: left; font-family: var(--bnch-figure);
  font-size: 0.68rem; letter-spacing: 0.16em; text-transform: uppercase;
  color: var(--bnch-brass); padding-bottom: 12px;
}
.bnch-sheet th, .bnch-sheet td {
  text-align: left; padding: 13px 14px;
  border-bottom: 1px solid var(--bnch-rule);
  vertical-align: top;
}
.bnch-sheet thead th {
  font-family: var(--bnch-display); font-weight: 600;
  font-size: 0.78rem; letter-spacing: 0.09em; text-transform: uppercase;
  color: var(--bnch-ink); border-bottom: 1px solid var(--bnch-rule-firm);
}
.bnch-sheet tbody tr:hover { background: rgba(169, 124, 42, 0.07); }
.bnch-sheet td:last-child, .bnch-sheet th:last-child { text-align: right; }
.bnch-sheet .bnch-fig { font-family: var(--bnch-figure); color: var(--bnch-ink); white-space: nowrap; }

.bnch-scroll { overflow-x: auto; -webkit-overflow-scrolling: touch; }

/* --------------------------------------------------------------------------
   Rate blocks
   -------------------------------------------------------------------------- */

.bnch-rate {
  border: 1px solid var(--bnch-rule-firm);
  background: var(--bnch-paper);
  padding: 30px 26px 26px;
  display: flex; flex-direction: column;
}
.bnch-rate--lead { border-color: var(--bnch-brass); box-shadow: 6px 6px 0 rgba(169, 124, 42, 0.16); }
.bnch-rate__flag {
  font-family: var(--bnch-figure); font-size: 0.64rem;
  letter-spacing: 0.18em; text-transform: uppercase;
  color: var(--bnch-brass); margin-bottom: 12px; display: block;
}
.bnch-rate__fee {
  font-family: var(--bnch-display); font-size: 2.5rem; font-weight: 600;
  color: var(--bnch-ink); line-height: 1; margin: 6px 0 4px;
}
.bnch-rate__unit { font-family: var(--bnch-figure); font-size: 0.72rem; color: var(--bnch-body-soft); letter-spacing: 0.08em; }
.bnch-rate ul { list-style: none; padding: 0; margin: 20px 0 24px; flex: 1 1 auto; }
.bnch-rate ul li {
  padding-left: 20px; position: relative; font-size: 0.97rem;
  border-bottom: 1px dotted var(--bnch-rule); padding-bottom: 9px; margin-bottom: 9px;
}
.bnch-rate ul li::before {
  content: ""; position: absolute; left: 0; top: 11px;
  width: 8px; height: 1px; background: var(--bnch-brass);
}

/* --------------------------------------------------------------------------
   Quotes
   -------------------------------------------------------------------------- */

.bnch-quote {
  border-left: 2px solid var(--bnch-brass);
  padding: 4px 0 4px 24px; margin: 0 0 26px;
}
.bnch-quote p { font-size: 1.08rem; line-height: 1.68; font-style: italic; }
.bnch-quote footer {
  font-family: var(--bnch-figure); font-size: 0.72rem;
  letter-spacing: 0.08em; color: var(--bnch-body-soft); font-style: normal;
}
.bnch-quote footer b { color: var(--bnch-ink); font-weight: 400; }

.bnch-card-quote {
  background: var(--bnch-paper); border: 1px solid var(--bnch-rule-firm);
  padding: 26px 24px; position: relative;
}
.bnch-card-quote::before {
  content: "\201C"; position: absolute; top: -6px; right: 16px;
  font-family: var(--bnch-read); font-size: 4.2rem;
  color: rgba(169, 124, 42, 0.28); line-height: 1;
}
.bnch-card-quote p { font-size: 1.02rem; }
.bnch-card-quote__who {
  font-family: var(--bnch-figure); font-size: 0.7rem;
  letter-spacing: 0.09em; color: var(--bnch-body-soft);
  border-top: 1px solid var(--bnch-rule); padding-top: 12px; margin: 16px 0 0;
}
.bnch-card-quote__who b { display: block; color: var(--bnch-ink); font-weight: 400; margin-bottom: 2px; }

/* --------------------------------------------------------------------------
   Q & A
   -------------------------------------------------------------------------- */

.bnch-qa { border-top: 1px solid var(--bnch-rule-firm); }
.bnch-qa__item { border-bottom: 1px solid var(--bnch-rule); padding: 22px 0; }
.bnch-qa__q {
  font-family: var(--bnch-display); font-size: 1.16rem; font-weight: 600;
  color: var(--bnch-ink); margin: 0 0 10px;
  display: flex; gap: 14px; align-items: baseline;
}
.bnch-qa__q span {
  font-family: var(--bnch-figure); font-size: 0.72rem;
  color: var(--bnch-brass); flex: 0 0 auto; letter-spacing: 0.08em;
}
.bnch-qa__a { margin: 0; }
.bnch-qa__a p:last-child { margin-bottom: 0; }

/* --------------------------------------------------------------------------
   People
   -------------------------------------------------------------------------- */

.bnch-person {
  display: grid; grid-template-columns: 92px minmax(0, 1fr); gap: 24px;
  padding: 30px 0; border-bottom: 1px solid var(--bnch-rule);
  align-items: start;
}
.bnch-person:first-of-type { border-top: 1px solid var(--bnch-rule-firm); }
.bnch-person__badge {
  width: 92px; height: 92px; display: grid; place-items: center;
  border: 1px solid var(--bnch-brass); background: var(--bnch-paper-deep);
  font-family: var(--bnch-display); font-size: 1.55rem; color: var(--bnch-brass);
  letter-spacing: 0.04em;
}
.bnch-person h3 { margin-bottom: 3px; }
.bnch-person__role {
  font-family: var(--bnch-figure); font-size: 0.7rem;
  letter-spacing: 0.13em; text-transform: uppercase;
  color: var(--bnch-brass); margin-bottom: 12px;
}
.bnch-person__facts {
  list-style: none; padding: 0; margin: 14px 0 0;
  display: flex; flex-wrap: wrap; gap: 8px;
}
.bnch-person__facts li {
  margin: 0; font-family: var(--bnch-figure); font-size: 0.68rem;
  letter-spacing: 0.05em; padding: 5px 10px;
  border: 1px solid var(--bnch-rule-firm); color: var(--bnch-body-soft);
}

/* --------------------------------------------------------------------------
   Roster tiles
   -------------------------------------------------------------------------- */

.bnch-roster { display: grid; grid-template-columns: repeat(4, minmax(0, 1fr)); gap: 1px; background: var(--bnch-rule-firm); border: 1px solid var(--bnch-rule-firm); }
.bnch-roster div {
  background: var(--bnch-paper); padding: 22px 18px;
  transition: background 0.22s var(--bnch-ease);
}
.bnch-roster div:hover { background: var(--bnch-paper-deep); }
.bnch-roster strong { display: block; font-family: var(--bnch-display); font-size: 1.05rem; color: var(--bnch-ink); margin-bottom: 5px; }
.bnch-roster span { font-family: var(--bnch-figure); font-size: 0.68rem; letter-spacing: 0.05em; color: var(--bnch-body-soft); }

/* --------------------------------------------------------------------------
   Forms
   -------------------------------------------------------------------------- */

.bnch-form { display: grid; gap: 18px; }
.bnch-form__pair { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 18px; }
.bnch-field { display: flex; flex-direction: column; gap: 7px; }
.bnch-field label {
  font-family: var(--bnch-figure); font-size: 0.7rem;
  letter-spacing: 0.13em; text-transform: uppercase; color: var(--bnch-body-soft);
}
.bnch-field input, .bnch-field select, .bnch-field textarea {
  font-family: var(--bnch-read); font-size: 1rem;
  padding: 12px 13px; background: #fff;
  border: 1px solid var(--bnch-rule-firm); border-radius: 0;
  color: var(--bnch-body); width: 100%;
  transition: border-color 0.2s var(--bnch-ease), box-shadow 0.2s var(--bnch-ease);
}
.bnch-field textarea { min-height: 140px; resize: vertical; }
.bnch-field input:focus, .bnch-field select:focus, .bnch-field textarea:focus {
  outline: none; border-color: var(--bnch-brass);
  box-shadow: 0 0 0 2px rgba(169, 124, 42, 0.16);
}
.bnch-form__note { font-size: 0.88rem; color: var(--bnch-body-soft); margin: 0; }

/* --------------------------------------------------------------------------
   Ledger index (blog)
   -------------------------------------------------------------------------- */

.bnch-post-row {
  display: grid; grid-template-columns: minmax(0, 5fr) minmax(0, 13fr);
  gap: 34px; padding: 30px 0;
  border-bottom: 1px solid var(--bnch-rule);
  align-items: start;
}
.bnch-post-row:first-of-type { border-top: 1px solid var(--bnch-rule-firm); }
.bnch-post-row__meta {
  font-family: var(--bnch-figure); font-size: 0.7rem;
  letter-spacing: 0.09em; text-transform: uppercase; color: var(--bnch-body-soft);
}
.bnch-post-row__meta b { display: block; color: var(--bnch-brass); font-weight: 400; margin-bottom: 5px; }
.bnch-post-row h3 { margin-bottom: 9px; }
.bnch-post-row h3 a { text-decoration: none; }
.bnch-post-row p { margin-bottom: 12px; }

.bnch-article { max-width: 760px; }
.bnch-article h2 { margin-top: 1.8em; }
.bnch-article h3 { margin-top: 1.5em; }
.bnch-article__stamp {
  font-family: var(--bnch-figure); font-size: 0.7rem;
  letter-spacing: 0.11em; text-transform: uppercase;
  color: var(--bnch-body-soft);
  border-bottom: 1px solid var(--bnch-rule); padding-bottom: 16px; margin-bottom: 30px;
}
.bnch-article__stamp b { color: var(--bnch-brass); font-weight: 400; }
.bnch-pull {
  border-top: 1px solid var(--bnch-brass); border-bottom: 1px solid var(--bnch-brass);
  padding: 20px 0; margin: 32px 0;
  font-family: var(--bnch-display); font-size: 1.28rem; line-height: 1.5;
  color: var(--bnch-ink);
}
.bnch-endnote {
  border: 1px solid var(--bnch-rule-firm); background: var(--bnch-paper-deep);
  padding: 24px 24px 20px; margin-top: 40px;
}
.bnch-endnote h3 { margin-bottom: 8px; }
.bnch-endnote p:last-child { margin-bottom: 0; }

.bnch-crumb {
  font-family: var(--bnch-figure); font-size: 0.7rem;
  letter-spacing: 0.09em; color: rgba(224, 196, 131, 0.78); margin-bottom: 16px;
}
.bnch-crumb a { color: rgba(224, 196, 131, 0.78); text-decoration: none; }
.bnch-crumb a:hover { color: var(--bnch-paper); }

/* --------------------------------------------------------------------------
   Closing call
   -------------------------------------------------------------------------- */

.bnch-close {
  background: var(--bnch-ink-soft);
  color: rgba(245, 242, 234, 0.85);
  padding: 66px 0;
  border-top: 3px solid var(--bnch-brass);
}
.bnch-close h2 { color: var(--bnch-paper); }
.bnch-close .bnch-shell { display: grid; grid-template-columns: minmax(0, 11fr) minmax(0, 7fr); gap: 44px; align-items: center; }
.bnch-close__side {
  font-family: var(--bnch-figure); font-size: 0.76rem;
  letter-spacing: 0.06em; line-height: 2;
  color: rgba(224, 196, 131, 0.86);
  border-left: 1px solid var(--bnch-rule-lite); padding-left: 28px;
}

/* --------------------------------------------------------------------------
   Footer
   -------------------------------------------------------------------------- */

.bnch-foot { background: var(--bnch-ink); color: rgba(245, 242, 234, 0.7); margin-left: var(--bnch-rail-w); }
.bnch-foot__band { padding: 62px 0 44px; }
.bnch-foot__grid {
  display: grid;
  grid-template-columns: minmax(0, 8fr) minmax(0, 4fr) minmax(0, 4fr) minmax(0, 3fr);
  gap: 40px;
}
.bnch-foot__mark {
  font-family: var(--bnch-display); font-size: 1.4rem;
  color: var(--bnch-paper); letter-spacing: 0.03em; margin-bottom: 12px;
}
.bnch-foot__blurb { font-size: 0.97rem; line-height: 1.72; max-width: 46ch; }
.bnch-foot__stamp { display: flex; flex-wrap: wrap; gap: 8px; margin: 18px 0 0; }
.bnch-foot__stamp span {
  font-family: var(--bnch-figure); font-size: 0.63rem;
  letter-spacing: 0.11em; text-transform: uppercase;
  border: 1px solid rgba(224, 196, 131, 0.36); color: var(--bnch-brass-pale);
  padding: 5px 9px;
}
.bnch-foot h2 {
  font-family: var(--bnch-display); font-size: 0.8rem;
  letter-spacing: 0.16em; text-transform: uppercase;
  color: var(--bnch-brass-pale); margin-bottom: 16px;
}
.bnch-foot address { font-style: normal; font-size: 0.95rem; line-height: 1.75; margin-bottom: 12px; }
.bnch-foot__contact { font-family: var(--bnch-figure); font-size: 0.82rem; line-height: 1.9; margin: 0; }
.bnch-foot a { color: rgba(245, 242, 234, 0.82); text-decoration: none; }
.bnch-foot a:hover { color: var(--bnch-brass-pale); text-decoration: underline; }

.bnch-clock { margin: 0; font-size: 0.88rem; }
.bnch-clock div {
  display: flex; justify-content: space-between; gap: 12px;
  padding: 6px 0; border-bottom: 1px dotted rgba(245, 242, 234, 0.16);
}
.bnch-clock dt { font-family: var(--bnch-display); letter-spacing: 0.02em; }
.bnch-clock dd { margin: 0; font-family: var(--bnch-figure); font-size: 0.76rem; color: rgba(224, 196, 131, 0.82); text-align: right; }

.bnch-foot__list { list-style: none; padding: 0; margin: 0; font-size: 0.9rem; }
.bnch-foot__list li { margin-bottom: 8px; }

.bnch-foot__rule { border-top: 1px solid rgba(245, 242, 234, 0.13); padding: 20px 0; }
.bnch-foot__rule-inner {
  display: flex; flex-wrap: wrap; justify-content: space-between; gap: 12px;
  font-family: var(--bnch-figure); font-size: 0.71rem;
  letter-spacing: 0.04em; color: rgba(245, 242, 234, 0.5);
}
.bnch-foot__rule-inner p { margin: 0; }

/* --------------------------------------------------------------------------
   Reveal motion
   -------------------------------------------------------------------------- */

.bnch-lift { opacity: 0; transform: translateY(18px); transition: opacity 0.6s var(--bnch-ease), transform 0.6s var(--bnch-ease); }
.bnch-lift.is-up { opacity: 1; transform: none; }
.bnch-lift:nth-child(2) { transition-delay: 0.08s; }
.bnch-lift:nth-child(3) { transition-delay: 0.16s; }
.bnch-lift:nth-child(4) { transition-delay: 0.24s; }

/* --------------------------------------------------------------------------
   Error page
   -------------------------------------------------------------------------- */

.bnch-lost { padding: 110px 0 96px; text-align: left; }
.bnch-lost__code {
  font-family: var(--bnch-figure); font-size: 4.6rem;
  color: var(--bnch-brass); line-height: 1; letter-spacing: 0.06em; margin-bottom: 14px;
}
.bnch-lost ul { list-style: none; padding: 0; margin: 26px 0 0; columns: 2; column-gap: 40px; }
.bnch-lost ul li { margin-bottom: 9px; break-inside: avoid; }

/* --------------------------------------------------------------------------
   Responsive
   -------------------------------------------------------------------------- */

/* The bar sheds pieces in a fixed order as width drops: nav padding, then the
   studio sub-line, then the phone number, then the whole nav becomes a sheet. */
@media (max-width: 1500px) {
  .bnch-menu li a { padding: 7px 9px; font-size: 0.8rem; }
}

@media (max-width: 1400px) {
  .bnch-sig__sub { display: none; }
  .bnch-sig__lines { justify-content: center; }
}

@media (max-width: 1340px) {
  .bnch-bar__tel { display: none; }
  .bnch-bar__inner { gap: 18px; }
}

@media (max-width: 1220px) {
  .bnch-sheet-key { display: inline-flex; }
  /* The nav leaves the flex row when it becomes a sheet, so the right block
     has to claim the free space itself. */
  .bnch-bar__right { margin-left: auto; }

  .bnch-menu {
    position: fixed; top: 0; right: 0; bottom: 0; z-index: 130;
    width: min(360px, 86vw);
    background: var(--bnch-ink-soft);
    border-left: 1px solid var(--bnch-brass);
    padding: 84px 30px 40px;
    overflow-y: auto;
    transform: translateX(102%);
    transition: transform 0.34s var(--bnch-ease);
  }
  .bnch-menu.is-out { transform: none; }
  .bnch-menu__heading {
    display: block; font-family: var(--bnch-figure); font-size: 0.68rem;
    letter-spacing: 0.2em; text-transform: uppercase;
    color: var(--bnch-brass-pale); margin: 0 0 18px;
    border-bottom: 1px solid var(--bnch-rule-lite); padding-bottom: 12px;
  }
  .bnch-menu ul { flex-direction: column; align-items: stretch; gap: 0; }
  .bnch-menu li { border-bottom: 1px solid rgba(245, 242, 234, 0.1); }
  .bnch-menu li a { padding: 14px 0; font-size: 1.02rem; letter-spacing: 0.04em; }
  .bnch-menu__foot {
    display: block; margin: 28px 0 0;
    font-family: var(--bnch-figure); font-size: 0.76rem; line-height: 1.9;
    color: rgba(245, 242, 234, 0.62);
  }
  .bnch-menu__foot a { color: var(--bnch-brass-pale); text-decoration: none; }

  .bnch-split, .bnch-split--flip, .bnch-split--wide { grid-template-columns: minmax(0, 1fr); gap: 40px; }
  .bnch-split--flip > *:first-child { order: 2; }
  .bnch-close .bnch-shell { grid-template-columns: minmax(0, 1fr); }
  .bnch-close__side { border-left: none; border-top: 1px solid var(--bnch-rule-lite); padding: 20px 0 0; }
  .bnch-set--4 { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .bnch-roster { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .bnch-foot__grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
}

@media (max-width: 880px) {
  :root { --bnch-rail-w: 0px; }
  .bnch-rail { display: none; }
  .bnch-main { padding-left: 0; }
  .bnch-foot { margin-left: 0; }
  .bnch-shell { padding: 0 22px; }
  .bnch-band { padding: 58px 0; }
  .bnch-open { padding: 66px 0 60px; }
  .bnch-set--3 { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .bnch-set--stagger { grid-template-columns: minmax(0, 1fr); }
  .bnch-set--stagger > *:nth-child(even) { margin-top: 0; }
  .bnch-post-row { grid-template-columns: minmax(0, 1fr); gap: 12px; }
}

@media (max-width: 640px) {
  body.bnch-doc { font-size: 17px; }
  .bnch-bar__inner { padding: 0 14px; gap: 12px; }
  .bnch-sig__sub { display: none; }
  .bnch-sheet-key__word { display: none; }
  .bnch-press--brass { padding: 9px 13px; font-size: 0.68rem; letter-spacing: 0.08em; }
  .bnch-set--2, .bnch-set--3, .bnch-set--4 { grid-template-columns: minmax(0, 1fr); }
  .bnch-roster { grid-template-columns: minmax(0, 1fr); }
  .bnch-foot__grid { grid-template-columns: minmax(0, 1fr); gap: 32px; }
  .bnch-form__pair { grid-template-columns: minmax(0, 1fr); }
  .bnch-person { grid-template-columns: minmax(0, 1fr); gap: 16px; }
  .bnch-stat-strip { grid-template-columns: minmax(0, 1fr); }
  .bnch-chain > li { padding-left: 56px; }
  .bnch-chain > li::before { left: -18px; width: 36px; height: 36px; font-size: 0.7rem; }
  .bnch-lost ul { columns: 1; }
  .bnch-open__meta { gap: 16px; font-size: 0.66rem; }
  .bnch-actions .bnch-press { width: 100%; text-align: center; }
}

@media (max-width: 400px) {
  .bnch-sig__tag { width: 30px; height: 30px; font-size: 0.64rem; }
  .bnch-sig__name { font-size: 0.92rem; }
  .bnch-readout { padding: 20px 18px 16px; }
}

@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  .bnch-lift { opacity: 1; transform: none; transition: none; }
  .bnch-gauge__fill { animation: none; transform: scaleX(1); }
  * { transition-duration: 0.01ms !important; }
}

@media print {
  .bnch-bar, .bnch-rail, .bnch-scrim, .bnch-close { display: none; }
  body.bnch-doc { padding-top: 0; background: #fff; }
  .bnch-main, .bnch-foot { margin-left: 0; padding-left: 0; }
}
