
:bft-root, .bft-body {
  --bft-bg: #2a2926;
  --bft-ink: #f0ebe3;
  --bft-accent: #d4c4a8;
  --bft-muted: #b0a898;
  --bft-panel: #3a3834;
  --bft-band: #1c1b19;
  --bft-light: #45423d;
  --bft-display: 'Space Grotesk', 'Futura', sans-serif;
  --bft-body: 'Space Grotesk', 'Segoe UI', sans-serif;
}
*, *::before, *::after { box-sizing: border-box; }
html { scroll-behavior: smooth; }
.bft-body {
  margin: 0;
  font-family: var(--bft-body);
  background: var(--bft-bg);
  color: var(--bft-ink);
  line-height: 1.65;
  font-size: 1.05rem;
}
.bft-body.bft-reduced *, .bft-reduced * { animation: none !important; transition: none !important; }
a { color: var(--bft-accent); }
h1,h2,h3 { font-family: var(--bft-display); line-height: 1.2; font-weight: 600; }
.bft-main { padding: 1.5rem clamp(1rem,4vw,3rem) 4rem; max-width: 72rem; margin: 0 auto; }
.bft-cta {
  display: inline-block;
  margin-top: .75rem;
  padding: .7rem 1.2rem;
  border: 2px solid var(--bft-ink);
  text-decoration: none;
  color: var(--bft-ink);
  font-weight: 600;
}
.bft-cta:hover { background: var(--bft-ink); color: var(--bft-light); }
.bft-header {
  display: flex; flex-wrap: wrap; align-items: center; gap: .75rem 1.25rem;
  padding: .85rem clamp(1rem,4vw,3rem);
  position: relative; z-index: 20;
  background: var(--bft-bg);
}
.bft-header.is-condensed { padding-top: .45rem; padding-bottom: .45rem; }
.bft-brand, .bft-wordmark, .bft-mast-brand {
  font-family: var(--bft-display);
  font-size: clamp(1.4rem, 3vw, 2rem);
  text-decoration: none; color: var(--bft-ink); font-weight: 700;
}
.bft-menu-btn {
  margin-left: auto;
  background: transparent; border: 1px solid var(--bft-ink);
  padding: .4rem .7rem; cursor: pointer; font: inherit; color: inherit;
}
.bft-nav {
  display: none; flex-direction: column; width: 100%;
  background: var(--bft-panel); padding: 1rem; gap: .5rem;
}
.bft-nav.is-open { display: flex; }
.bft-nav a { text-decoration: none; color: var(--bft-ink); padding: .35rem 0; }
.bft-nav-desktop, .bft-nav-inline, .bft-nav-left, .bft-nav-right, .bft-nav-tiny { display: none; gap: 1rem; }
@media (min-width: 900px) {
  .bft-menu-btn { display: none; }
  .bft-nav-mobile { display: none !important; }
  .bft-nav-desktop, .bft-nav-inline { display: flex; flex-wrap: wrap; }
  .bft-header-splitlogo { display: grid; grid-template-columns: 1fr auto 1fr; align-items: center; }
  .bft-nav-left { display: flex; justify-content: flex-end; gap: 1rem; }
  .bft-nav-right { display: flex; gap: 1rem; }
  .bft-header-splitlogo .bft-menu-btn, .bft-header-splitlogo .bft-nav-mobile { display: none; }
}
.bft-header-pill {
  margin: .75rem auto; max-width: 70rem; border-radius: 999px;
  border: 1px solid var(--bft-ink); width: calc(100% - 2rem);
}
.bft-header-rule .bft-rule-line {
  flex: 1; border-top: 2px solid var(--bft-ink); position: relative; height: 1rem;
}
.bft-brand-on-rule {
  position: absolute; left: 1rem; top: -.85rem; background: var(--bft-bg); padding: 0 .5rem;
  font-family: var(--bft-display); font-size: 1.35rem; font-weight: 600;
}
.bft-header-mono .bft-mono {
  width: 2.5rem; height: 2.5rem; display: grid; place-items: center;
  border: 2px solid var(--bft-accent); font-size: 1rem;
}
.bft-header-mast .bft-mast-brand { font-size: clamp(2rem, 6vw, 3.5rem); width: 100%; }
.bft-dateline { width: 100%; font-size: .8rem; letter-spacing: .08em; text-transform: uppercase; margin: 0; color: var(--bft-muted); }
.bft-nav-tiny { font-size: .75rem; margin-left: auto; }
.bft-header--overlay { position: absolute; left: 0; right: 0; background: transparent; }
.bft-header--overlay.is-solid { position: fixed; top: 0; background: var(--bft-bg); }
.bft-fab {
  position: fixed; right: 1rem; bottom: 5rem; z-index: 30;
  width: 3rem; height: 3rem; border-radius: 50%; border: none;
  background: var(--bft-accent); color: var(--bft-light); font-size: 1.5rem; cursor: pointer;
}
.bft-offcanvas {
  position: fixed; left: 0; top: 0; bottom: 0; width: min(16rem, 80vw);
  background: var(--bft-panel); padding: 1.25rem; z-index: 25;
  display: flex; flex-direction: column; gap: 1rem;
  border-right: 1px solid var(--bft-ink);
}
.bft-offcanvas .bft-nav { display: flex; background: transparent; padding: 0; }
.bft-body:has(.bft-offcanvas) .bft-main { margin-left: min(16rem, 80vw); }
@media (max-width: 899px) {
  .bft-offcanvas { transform: translateX(-105%); }
  .bft-body.bft-nav-open .bft-offcanvas { transform: none; }
  .bft-body:has(.bft-offcanvas) .bft-main { margin-left: 0; }
  .bft-offcanvas .bft-menu-btn { display: none; }
}
.bft-addr-mini { margin: 0 0 0 auto; font-size: .85rem; color: var(--bft-muted); }
.bft-lang { font-size: .75rem; border: 1px solid var(--bft-ink); padding: .15rem .35rem; }
.bft-rail {
  display: none;
}
@media (min-width: 900px) {
  .bft-layout-rail { display: grid; grid-template-columns: 3.5rem 1fr; gap: 1rem; }
  .bft-side, .bft-rail {
    display: flex; flex-direction: column; gap: .5rem; position: sticky; top: 1rem; align-self: start;
  }
  .bft-side a, .bft-rail a {
    text-decoration: none; color: var(--bft-ink); border: 1px solid var(--bft-ink);
    width: 2.4rem; height: 2.4rem; display: grid; place-items: center; font-size: .75rem;
  }
}
.bft-footer {
  padding: 2rem clamp(1rem,4vw,3rem);
  border-top: 1px solid var(--bft-ink);
  margin-top: 2rem;
}
.bft-contact-one { margin: 1rem 0; }
.bft-footer-f22 { display: grid; gap: 1rem; grid-template-columns: auto 1fr; align-items: start; }
.bft-qr { width: 4.5rem; height: 4.5rem; border: 2px solid var(--bft-ink); background:
  linear-gradient(90deg, var(--bft-ink) 1px, transparent 1px) 0 0 / .5rem .5rem,
  linear-gradient(var(--bft-ink) 1px, transparent 1px) 0 0 / .5rem .5rem; }
.bft-footer-f20 {
  display: flex; flex-wrap: wrap; gap: 1rem; align-items: center; justify-content: space-between;
  border: 1px solid var(--bft-ink); border-radius: .5rem; margin: 1rem; padding: .75rem 1rem;
}
.bft-footer-f08 .bft-footer-row { display: flex; flex-wrap: wrap; gap: .5rem 1rem; }
.bft-footer-f19 { position: relative; overflow: hidden; }
.bft-watermark {
  position: absolute; right: 0; bottom: 0; font-size: clamp(3rem, 12vw, 7rem);
  opacity: .08; font-family: var(--bft-display); pointer-events: none; line-height: 1;
}
.bft-footer-f17 { text-align: center; }
.bft-badge { display: inline-block; border: 1px solid var(--bft-accent); padding: .25rem .6rem; }
.bft-footer-f14 { background: var(--bft-band); color: var(--bft-light); }
.bft-footer-f14 a { color: var(--bft-light); }
.bft-footer-f01 { text-align: center; }
.bft-colophon { font-style: italic; max-width: 36rem; margin: 0 auto 1rem; }
.bft-footer-f23 p { max-width: 50rem; }
.bft-cookie {
  position: fixed; z-index: 40; padding: 1rem; bottom:0;left:0;right:0;background:#1c1b19;color:#45423d;
  color: var(--bft-ink);
}
.bft-cookie-actions { display: flex; flex-wrap: wrap; gap: .5rem; margin-top: .5rem; }
.bft-cookie button, .bft-form button {
  font: inherit; cursor: pointer; border: 1px solid var(--bft-ink);
  background: var(--bft-light); padding: .45rem .8rem; color: var(--bft-ink);
}
.bft-cookie a { color: inherit; }
.bft-form { display: grid; gap: .75rem; max-width: 32rem; margin: 1rem 0; }
.bft-form label { display: grid; gap: .25rem; font-size: .95rem; }
.bft-form input, .bft-form textarea {
  font: inherit; padding: .55rem .65rem; border: 1px solid var(--bft-ink); background: var(--bft-light); color: var(--bft-ink);
}
.bft-form-success { color: var(--bft-accent); font-weight: 600; }
.bft-article { max-width: 42rem; }
.bft-article p { margin: 0 0 1rem; }
.bft-dock {
  display: flex; position: fixed; bottom: 0; left: 0; right: 0; z-index: 28;
  background: var(--bft-panel); border-top: 1px solid var(--bft-ink);
  justify-content: space-around; padding: .5rem;
}
@media (min-width: 900px) { .bft-dock { display: none; } }
.bft-label, .bft-menu-note { font-variant: small-caps; letter-spacing: .06em; color: var(--bft-muted); }
.bft-numeral { font-size: clamp(4rem, 15vw, 9rem); margin: 0; line-height: .9; font-family: var(--bft-display); }
.bft-check { padding-left: 1.2rem; }
.bft-check li { margin-bottom: .75rem; }
.bft-essay article { margin-bottom: 1.5rem; padding-bottom: 1rem; border-bottom: 1px solid var(--bft-panel); }
.bft-shop-window {
  display: grid; grid-template-columns: repeat(auto-fit, minmax(10rem, 1fr)); gap: .75rem; margin: 1.5rem 0;
}
.bft-tile {
  margin: 0; min-height: 8rem; padding: 1rem; background: var(--bft-panel);
  border: 1px solid var(--bft-ink); display: flex; align-items: end;
}
.bft-hero-split { display: grid; gap: 1rem; margin: 2rem 0; }
@media (min-width: 800px) { .bft-hero-split { grid-template-columns: 3fr 2fr; } }
.bft-color-panel, .bft-panel-color, .bft-panel, .bft-tall-type {
  background: var(--bft-band); color: var(--bft-light);
  display: grid; place-items: center; min-height: 10rem;
  font-family: var(--bft-display); font-size: 1.5rem;
}
.bft-sidenote { display: grid; gap: 1rem; margin: 2rem 0; }
@media (min-width: 800px) { .bft-sidenote { grid-template-columns: 2fr 1fr; } }
.bft-sidenote aside { font-size: .9rem; border-left: 2px solid var(--bft-accent); padding-left: .75rem; color: var(--bft-muted); }
.bft-paper-break {
  margin: 2rem 0; padding: 1.5rem; background: var(--bft-panel);
  clip-path: polygon(0 12%, 100% 0, 100% 88%, 0 100%);
  text-align: center; font-variant: small-caps;
}
.bft-split-land { display: grid; gap: 1rem; }
@media (min-width: 900px) {
  .bft-split-land { grid-template-columns: 16rem 1fr; }
  .bft-fixed-brand { position: sticky; top: 1rem; align-self: start; padding: 1rem; background: var(--bft-panel); min-height: 70vh; }
}
.bft-map-type { font-size: .9rem; border: 1px dashed var(--bft-accent); padding: .75rem; }
.bft-deep { max-width: 52ch; }
.bft-band { background: var(--bft-band); color: var(--bft-light); padding: 1.25rem; margin: 1.5rem 0; }
.bft-quote-wall { display: grid; gap: 1rem; margin-bottom: 2rem; }
.bft-quote-wall blockquote { margin: 0; padding: 1rem; border-top: 1px solid var(--bft-ink); font-size: 1.15rem; font-weight: 300; }
.bft-typo-hero h1 { font-weight: 200; font-size: clamp(2.5rem, 8vw, 4.5rem); letter-spacing: -.02em; }
.bft-hscroll {
  display: flex; gap: 1rem; overflow-x: auto; scroll-snap-type: x mandatory; padding-bottom: 1rem; margin: 2rem 0;
}
.bft-hscroll article {
  flex: 0 0 70%; scroll-snap-align: start; background: var(--bft-panel); padding: 1.25rem; border: 1px solid var(--bft-ink);
}
@media (min-width: 700px) { .bft-hscroll article { flex-basis: 40%; } }
.bft-hero-brand {
  min-height: 70vh; display: flex; flex-direction: column; justify-content: flex-end;
  padding: 2rem; background: var(--bft-panel); margin: 0 0 2rem;
}
.bft-script { font-family: var(--bft-display); font-size: clamp(2.8rem, 9vw, 5rem); margin: 0; color: var(--bft-ink); }
.bft-timeline { border-left: 2px solid var(--bft-ink); margin: 2rem 0; padding-left: 1.25rem; }
.bft-timeline li { margin: 0 0 1.25rem; }
.bft-spacer { height: 30vh; }
.bft-break-type {
  font-size: clamp(2rem, 8vw, 4rem); text-align: center; padding: 2rem; margin: 2rem 0;
  background: var(--bft-band); color: var(--bft-light); font-family: var(--bft-display);
}
.bft-chapter {
  min-height: 60vh; display: grid; place-items: center;
  font-family: var(--bft-display); font-size: clamp(1.5rem, 4vw, 2.5rem);
  background: var(--bft-panel); margin: 2rem 0;
}
.bft-split { display: grid; gap: 0; min-height: 60vh; margin-bottom: 2rem; }
@media (min-width: 800px) { .bft-split { grid-template-columns: 1fr 1fr; } }
.bft-panel-type { padding: 2rem; display: flex; flex-direction: column; justify-content: center; }
.bft-map-first { background: var(--bft-panel); padding: 2rem; margin-bottom: 1rem; }
.bft-diagram { border: 1px solid var(--bft-ink); padding: 1rem; max-width: 28rem; }
.bft-portrait-block { display: grid; gap: 1rem; margin: 2rem 0; }
@media (min-width: 800px) { .bft-portrait-block { grid-template-columns: 12rem 1fr; } }
.bft-tall-type { min-height: 18rem; writing-mode: vertical-rl; font-size: 3rem; letter-spacing: .2em; }
.bft-index-cards article { padding: 1rem 0; }
.bft-quote-slab {
  margin: 2rem 0; padding: 2rem; background: var(--bft-band); color: var(--bft-light);
  font-size: 1.35rem; font-family: var(--bft-display);
}
.bft-manifesto { padding: 3rem 0 1rem; max-width: 36rem; }
.bft-manifesto h1 { font-size: clamp(2.2rem, 6vw, 3.5rem); }
.bft-hero-cta-only { min-height: 50vh; display: grid; place-items: center; background: var(--bft-panel); margin-bottom: 2rem; }
.bft-bleed-type {
  width: 100vw; margin-left: calc(50% - 50vw); padding: 3rem 1rem; text-align: center;
  background: var(--bft-band); color: var(--bft-light); font-size: clamp(1.8rem, 5vw, 3rem);
  font-family: var(--bft-display);
}
.bft-zig { display: grid; gap: 1rem; margin: 2rem 0; align-items: stretch; }
@media (min-width: 800px) {
  .bft-zig { grid-template-columns: 3fr 2fr; }
  .bft-zig.bft-rev { grid-template-columns: 2fr 3fr; }
}
.bft-pattern-band {
  height: 3rem; margin: 2rem 0;
  background: repeating-linear-gradient(-45deg, var(--bft-accent), var(--bft-accent) 2px, transparent 2px, transparent 8px);
  opacity: .45;
}
.bft-acc { border-bottom: 1px solid var(--bft-ink); padding: .75rem 0; }
.bft-chapters {
  display: flex; overflow-x: auto; scroll-snap-type: x mandatory; gap: 0; margin: 0 -1rem 2rem;
}
.bft-chap {
  flex: 0 0 85vw; scroll-snap-align: start; min-height: 70vh; padding: 2rem;
  border-right: 1px solid var(--bft-ink); background: var(--bft-bg);
}
@media (min-width: 900px) { .bft-chap { flex-basis: 70vw; } }
.bft-plaque { font-size: .85rem; border-top: 1px solid var(--bft-ink); padding-top: .5rem; max-width: 20rem; }
.bft-bands .bft-band-light, .bft-bands .bft-band-dark { padding: 2.5rem clamp(1rem,4vw,3rem); }
.bft-band-light { background: var(--bft-panel); }
.bft-band-dark { background: var(--bft-band); color: var(--bft-light); }
.bft-menu-board { border: 2px solid var(--bft-ink); padding: 1.5rem; margin-bottom: 2rem; background: var(--bft-light); }
.bft-prices { list-style: none; padding: 0; margin: 1rem 0 0; }
.bft-prices li { display: flex; justify-content: space-between; gap: 1rem; padding: .45rem 0; border-bottom: 1px dotted var(--bft-muted); }
.bft-hero-br {
  min-height: 55vh; display: flex; flex-direction: column; justify-content: flex-end; align-items: flex-end;
  text-align: right; padding: 2rem; background: var(--bft-band); color: var(--bft-light); margin-bottom: 2rem;
}
.bft-hero-br a { color: var(--bft-light); border-color: var(--bft-light); }
.bft-crumbs { font-size: .8rem; color: var(--bft-muted); letter-spacing: .04em; margin: 1.5rem 0 .5rem; }
.bft-chapters-num { display: grid; gap: 1.5rem; }
@media (min-width: 800px) { .bft-chapters-num { grid-template-columns: repeat(3, 1fr); } }
.bft-giant { font-size: 3.5rem; font-family: var(--bft-display); display: block; line-height: 1; color: var(--bft-accent); }
.bft-smallprint { font-size: .85rem; color: var(--bft-muted); }
.bft-morecopy { margin-top: 2rem; max-width: 48rem; }
.bft-story-open { margin-bottom: 2.5rem; }
@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
}
