
:root{--bw-ink:#14171D;--bw-dim:#545B68;--bw-line:rgba(20,23,29,.14);--bw-paper:#FFFFFF;--bw-g0:#FAFBFD}
[data-theme="dark"]{--bw-ink:#F2F4F8;--bw-dim:#A9B0BC;--bw-line:rgba(242,244,248,.18);--bw-paper:#1A1D24;--bw-g0:#101318}
.bw-bar{position:sticky;top:0;z-index:60;background:var(--bw-paper);border-bottom:1px solid var(--bw-line);
  font-family:'Familjen Grotesk',system-ui,sans-serif}
.bw-bar-in{max-width:1180px;margin:0 auto;display:flex;align-items:center;gap:12px;padding:10px 14px;flex-wrap:wrap}
.bw-lockup{display:flex;align-items:center;gap:8px;text-decoration:none;color:var(--bw-ink);font-weight:700;
  font-family:'Cinzel',Georgia,serif;letter-spacing:.02em;font-size:18px;min-height:44px}
.bw-lockup img{height:22px;width:auto;display:block}
/* THE READ-ONLY FENCE PILL — 14px, not 12.5px. It is the one sentence on the frame that
   tells a visitor nothing here writes, and at 12.5px it read as decoration beside a 18px
   lockup. A fence a person does not read is not a fence. (Its ≤700px override still steps
   to 12px; raising that is the pill lane's own call, not this regen's.) */
.bw-ro{display:inline-flex;align-items:center;gap:6px;border:1px solid var(--bw-line);border-radius:999px;
  padding:5px 11px;font-size:14px;font-weight:600;color:var(--bw-ink);white-space:nowrap}
.bw-ro b{font-weight:700}
.bw-spacer{flex:1 1 auto}
.bw-links{display:flex;align-items:center;gap:4px;flex-wrap:wrap}
.bw-links a,.bw-bar button{display:inline-flex;align-items:center;justify-content:center;min-height:44px;
  padding:8px 12px;border-radius:10px;border:1px solid transparent;background:none;color:var(--bw-ink);
  font:inherit;font-size:14px;text-decoration:none;cursor:pointer}
.bw-links a:hover,.bw-bar button:hover{border-color:var(--bw-line)}
.bw-bar button{border-color:var(--bw-line)}
.bw-note{max-width:1180px;margin:0 auto;padding:10px 14px 0;color:var(--bw-dim);font-size:13.5px;
  font-family:'Familjen Grotesk',system-ui,sans-serif;line-height:1.5}
.bw-note a{color:inherit}
.bw-foot{max-width:1180px;margin:0 auto;padding:26px 14px 44px;color:var(--bw-dim);font-size:13.5px;
  font-family:'Familjen Grotesk',system-ui,sans-serif;line-height:1.6;border-top:1px solid var(--bw-line);margin-top:26px}
.bw-foot h2{font-size:14px;color:var(--bw-ink);margin:0 0 8px}
.bw-doors{display:flex;flex-wrap:wrap;gap:6px;margin:0;padding:0;list-style:none}
.bw-doors a{display:inline-flex;min-height:44px;align-items:center;padding:8px 12px;border:1px solid var(--bw-line);
  border-radius:10px;text-decoration:none;color:var(--bw-ink);font-size:14px}
.bw-doors a[aria-current="page"]{font-weight:700;box-shadow:inset 0 -2px 0 var(--bw-ink)}
.bw-lede a,.bw-sub a,.bw-foot p a{color:var(--bw-ink);text-decoration:underline;
  text-underline-offset:2px;text-decoration-thickness:1px}
@media (max-width:700px){.bw-ro{font-size:12px}.bw-lockup{font-size:16px}}
