/* ============================================================
   BARS for KINGS — styles-restored.css
   Theme restoration: light-editorial styling for pages that were
   generated on the old black/amber (Bodoni Moda) template.

   Every rule is scoped under `body.bfk-restored` so this file can
   never affect the ~9,000 pages already on the canonical theme.
   Only converted pages carry that class + this stylesheet.

   Tokens come from styles-base.css:
     --ink #0d0c0a · --paper #fff · --cream #faf8f3
     --accent #c9a227 · --accent-deep #a4831a · --muted #6f6a61
     --line #e9e4d9 · --serif Instrument Serif · --sans Instrument Sans
   ============================================================ */

/* ---------- shared primitives ---------- */

body.bfk-restored main { padding-top: 0; }

body.bfk-restored .skip-link {
  position: absolute; left: -9999px; top: 0; z-index: 999;
  padding: 12px 20px; background: var(--accent); color: var(--ink);
  font-weight: 700; font-size: 14px;
}
body.bfk-restored .skip-link:focus { left: 12px; top: 12px; }

/* B pages animate with .visible; bfk-site.js uses .in-view. Honour both. */
body.bfk-restored .reveal.visible { opacity: 1; transform: none; }

/* Legacy mobile overlay (404 / sitemap): superseded by .mob-panel, and too
   nested to strip safely with a regex — so hide it instead. */
body.bfk-restored .mob-overlay { display: none !important; }

/* Overlines / kickers */
body.bfk-restored .h-overline,
body.bfk-restored .section-overline,
body.bfk-restored .hero-overline,
body.bfk-restored .overline,
body.bfk-restored .kicker,
body.bfk-restored .nl-overline,
body.bfk-restored .rel-overline,
body.bfk-restored .sp-label,
body.bfk-restored .page-overline {
  display: block;
  font-family: var(--sans);
  font-size: 11px; font-weight: 700;
  letter-spacing: 0.16em; text-transform: uppercase;
  color: var(--accent-deep);
  margin-bottom: 14px;
}

/* Display headings (was Bodoni Moda 900) */
body.bfk-restored h1.disp,
body.bfk-restored .page-h1,
body.bfk-restored .bar-hero h1,
body.bfk-restored .hero-content h1,
body.bfk-restored .hero-cl-content h1,
body.bfk-restored .err-title {
  font-family: var(--serif);
  font-weight: 400;
  font-size: clamp(38px, 5vw, 68px);
  line-height: 1.04;
  letter-spacing: -0.01em;
  color: var(--ink);
  margin-bottom: 20px;
  text-wrap: balance;
}
body.bfk-restored h1.disp em,
body.bfk-restored .hero-content h1 em,
body.bfk-restored .err-title em {
  font-style: italic; color: var(--accent-deep);
}

body.bfk-restored h2.sec,
body.bfk-restored .sm-h2,
body.bfk-restored .bar-grid-section h2,
body.bfk-restored .dossier .sec h2 {
  font-family: var(--serif);
  font-weight: 400;
  font-size: clamp(26px, 3vw, 40px);
  line-height: 1.1;
  color: var(--ink);
  margin: 56px 0 20px;
  text-wrap: balance;
}
body.bfk-restored h2.sec em { font-style: italic; color: var(--accent-deep); }
body.bfk-restored h2.sec:first-child { margin-top: 0; }

/* Body copy */
body.bfk-restored .lead,
body.bfk-restored .hero-sub,
body.bfk-restored .hero-cl-sub,
body.bfk-restored .page-sub,
body.bfk-restored .err-sub,
body.bfk-restored .hero-d {
  font-size: 19px;
  line-height: 1.65;
  color: #3c3830;
  max-width: 720px;
  margin-bottom: 22px;
  text-wrap: pretty;
}
body.bfk-restored p { color: #3c3830; line-height: 1.75; }
body.bfk-restored p.muted,
body.bfk-restored .muted { color: var(--muted); font-size: 14px; }

body.bfk-restored a.inline {
  color: var(--ink);
  border-bottom: 1px solid var(--accent);
  transition: color 0.25s;
}
body.bfk-restored a.inline:hover { color: var(--accent-deep); }

/* Breadcrumbs (three legacy spellings) */
body.bfk-restored .breadcrumb,
body.bfk-restored .breadcrumbs,
body.bfk-restored .crumb {
  font-size: 12px;
  font-weight: 600;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  color: var(--muted);
  margin-bottom: 18px;
}
body.bfk-restored .breadcrumb a,
body.bfk-restored .breadcrumbs a,
body.bfk-restored .crumb a { color: var(--muted); }
body.bfk-restored .breadcrumb a:hover,
body.bfk-restored .breadcrumbs a:hover,
body.bfk-restored .crumb a:hover { color: var(--accent-deep); }
body.bfk-restored .breadcrumbs span { margin: 0 6px; opacity: 0.5; }

/* Generic hero shells (crawl / dossier / mini) */
body.bfk-restored .hero {
  position: relative;
  background: var(--cream);
  border-bottom: 1px solid var(--line);
  padding: 88px 0 56px;
}
body.bfk-restored .hero-content,
body.bfk-restored .hero-i {
  max-width: 1280px;
  margin: 0 auto;
  padding: 0 48px;
  position: relative; z-index: 2;
}
body.bfk-restored .hero-img,
body.bfk-restored .hero-grad,
body.bfk-restored .hero-bg { display: none; }

body.bfk-restored .hero-meta,
body.bfk-restored .hero-m {
  display: flex; flex-wrap: wrap; gap: 10px 24px;
  margin-top: 22px;
  font-size: 12px; font-weight: 600;
  letter-spacing: 0.08em; text-transform: uppercase;
  color: var(--muted);
}
body.bfk-restored .hero-meta span::before,
body.bfk-restored .hero-m span::before { content: "· "; color: var(--accent); }

/* ============================================================
   T1 — Bar-crawl pages  (/{city}/{hood}/bar-crawl/)
   ============================================================ */

body.bfk-restored .intro {
  display: grid;
  grid-template-columns: 260px 1fr;
  gap: 48px;
  max-width: 1280px;
  margin: 0 auto;
  padding: 64px 48px;
  border-bottom: 1px solid var(--line);
}
body.bfk-restored .intro-side {
  font-family: var(--serif);
  font-style: italic;
  font-size: 24px;
  line-height: 1.35;
  color: var(--accent-deep);
}
body.bfk-restored .intro-body p { font-size: 17px; margin-bottom: 18px; }

body.bfk-restored .itinerary-list {
  max-width: 1280px; margin: 0 auto; padding: 0 48px;
  border-top: 1px solid var(--line);
}
body.bfk-restored .stop {
  display: grid;
  grid-template-columns: 120px 1fr;
  gap: 28px;
  padding: 34px 0;
  border-bottom: 1px solid var(--line);
  align-items: start;
}
body.bfk-restored .stop-num {
  font-family: var(--serif);
  font-size: 34px;
  color: var(--accent);
  line-height: 1;
}
body.bfk-restored .stop-time {
  grid-column: 2;
  font-size: 11px; font-weight: 700;
  letter-spacing: 0.14em; text-transform: uppercase;
  color: var(--muted);
  margin-bottom: 8px;
}
body.bfk-restored .stop-bar { grid-column: 2; }
body.bfk-restored .stop-bar-name {
  font-family: var(--serif);
  font-size: 27px;
  line-height: 1.2;
  margin-bottom: 4px;
}
body.bfk-restored .stop-bar-name a { border-bottom: 1px solid transparent; }
body.bfk-restored .stop-bar-name a:hover { border-color: var(--accent); }
body.bfk-restored .stop-bar-meta {
  font-size: 12px; font-weight: 600;
  letter-spacing: 0.06em; text-transform: uppercase;
  color: var(--accent-deep);
  margin-bottom: 12px;
}
body.bfk-restored .stop-bar-desc {
  font-size: 15.5px; line-height: 1.7; color: #3c3830;
  max-width: 68ch; margin-bottom: 12px;
}
body.bfk-restored .stop-direction {
  font-family: var(--serif);
  font-style: italic;
  font-size: 17px;
  color: var(--ink);
  padding-left: 16px;
  border-left: 2px solid var(--accent);
  max-width: 66ch;
}

/* Crawl section wrapper (the inline-styled <section style="padding:48px 0">) */
body.bfk-restored main > section { max-width: 1280px; margin: 0 auto; padding: 48px; }
body.bfk-restored main > section.intro,
body.bfk-restored main > section.cta-block,
body.bfk-restored main > section.sponsor-cta,
body.bfk-restored main > section.nl-band,
body.bfk-restored main > section.sp-band,
body.bfk-restored main > section.hero,
body.bfk-restored main > section.hero-cl { max-width: none; padding-left: 0; padding-right: 0; }
body.bfk-restored main > section.intro { max-width: 1280px; padding: 64px 48px; }

/* ============================================================
   T2 — Neighbourhood pages  (/neighbourhoods/**)
   ============================================================ */

body.bfk-restored .hero-cl {
  position: relative;
  min-height: 460px;
  display: flex; align-items: flex-end;
  overflow: hidden;
  border-bottom: 1px solid var(--line);
}
body.bfk-restored .hero-cl-img {
  position: absolute; inset: 0;
  width: 100%; height: 100%;
  object-fit: cover;
  z-index: 0;
}
body.bfk-restored .hero-cl::after {
  content: "";
  position: absolute; inset: 0;
  background: linear-gradient(to top, rgba(13,12,10,0.86) 0%, rgba(13,12,10,0.34) 55%, rgba(13,12,10,0.10) 100%);
  z-index: 1;
}
body.bfk-restored .hero-cl-content {
  position: relative; z-index: 2;
  max-width: 1280px; width: 100%;
  margin: 0 auto; padding: 0 48px 56px;
  color: #fff;
  text-shadow: 0 2px 18px rgba(0,0,0,0.5);
}
body.bfk-restored .hero-cl-content h1 { color: #fff; }
body.bfk-restored .hero-cl-content .hero-overline { color: var(--accent); }
body.bfk-restored .hero-cl-content .hero-cl-sub { color: rgba(255,255,255,0.92); }
body.bfk-restored .hero-cl-content .breadcrumbs,
body.bfk-restored .hero-cl-content .breadcrumbs a { color: rgba(255,255,255,0.75); }
body.bfk-restored .hero-cl-content .breadcrumbs a:hover { color: #fff; }

body.bfk-restored .intro-band {
  max-width: 760px;
  margin: 0 auto;
  padding: 64px 48px 8px;
}
body.bfk-restored .intro-band p { font-size: 17.5px; line-height: 1.78; margin-bottom: 20px; }
body.bfk-restored .intro-band a { border-bottom: 1px solid var(--accent); }
body.bfk-restored .intro-band a:hover { color: var(--accent-deep); }

body.bfk-restored .bar-grid-section {
  max-width: 1280px; margin: 0 auto; padding: 40px 48px 72px;
}
body.bfk-restored .bg-cards {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 22px;
}
body.bfk-restored .bg-card {
  display: block;
  background: var(--paper);
  border: 1px solid var(--line);
  border-radius: 16px;
  overflow: hidden;
  transition: transform 0.3s var(--ease-out), border-color 0.25s, box-shadow 0.3s;
}
body.bfk-restored a.bg-card:hover {
  transform: translateY(-3px);
  border-color: var(--accent);
  box-shadow: var(--shadow-card);
}
body.bfk-restored .bg-card-img { width: 100%; height: 190px; object-fit: cover; }
body.bfk-restored .bg-card-body { padding: 20px 22px 24px; }
body.bfk-restored .bg-card-meta {
  font-size: 11px; font-weight: 700;
  letter-spacing: 0.14em; text-transform: uppercase;
  color: var(--accent-deep);
  margin-bottom: 8px;
}
body.bfk-restored .bg-card h3 {
  font-family: var(--serif); font-weight: 400; font-size: 23px;
  color: var(--ink); margin-bottom: 8px;
}
body.bfk-restored .bg-card p { font-size: 14px; line-height: 1.6; color: var(--muted); }
body.bfk-restored .bg-card-price {
  margin-top: 14px;
  font-size: 12px; font-weight: 700; letter-spacing: 0.1em;
  color: var(--accent-deep);
}

/* City strip */
body.bfk-restored .cities-row { max-width: 1280px; margin: 0 auto; padding: 8px 48px 72px; }
body.bfk-restored .cr-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 18px; }
body.bfk-restored .cr-card {
  display: block;
  border: 1px solid var(--line);
  border-radius: 14px;
  overflow: hidden;
  background: var(--paper);
  transition: border-color 0.25s, transform 0.3s var(--ease-out);
}
body.bfk-restored .cr-card:hover { border-color: var(--accent); transform: translateY(-2px); }
body.bfk-restored .cr-card img { width: 100%; height: 120px; object-fit: cover; }
body.bfk-restored .cr-card-body h3 { font-family: var(--serif); font-weight: 400; font-size: 19px; }
body.bfk-restored .cr-meta { font-size: 12px; color: var(--muted); margin-top: 4px; }

/* ============================================================
   T3 — Dossier pages  (/blog/best-dive-bars/*)
   ============================================================ */

body.bfk-restored .body-grid {
  display: grid;
  grid-template-columns: minmax(0, 1fr) 340px;
  gap: 64px;
  max-width: 1280px;
  margin: 0 auto;
  padding: 72px 48px 96px;
  align-items: start;
}
body.bfk-restored .dossier { max-width: 760px; }
body.bfk-restored .dossier .sec { margin-bottom: 56px; }
body.bfk-restored .sec-num {
  font-size: 11px; font-weight: 700;
  letter-spacing: 0.16em; text-transform: uppercase;
  color: var(--accent-deep);
  padding-bottom: 10px;
  margin-bottom: 14px;
  border-bottom: 1px solid var(--line);
}
body.bfk-restored .dossier .sec h2 { margin: 0 0 18px; font-size: clamp(24px, 2.6vw, 34px); }
body.bfk-restored .dossier p { font-size: 17.5px; line-height: 1.78; margin-bottom: 20px; }
body.bfk-restored .dossier strong { font-weight: 600; color: var(--ink); }
body.bfk-restored .dossier em { font-style: italic; }
body.bfk-restored ul.bullet { list-style: none; margin: 0 0 20px; }
body.bfk-restored ul.bullet li {
  position: relative;
  padding-left: 22px;
  margin-bottom: 12px;
  font-size: 16.5px; line-height: 1.7; color: #3c3830;
}
body.bfk-restored ul.bullet li::before {
  content: "";
  position: absolute; left: 0; top: 11px;
  width: 7px; height: 7px;
  background: var(--accent);
  border-radius: 50%;
}

body.bfk-restored .verdict {
  background: var(--cream);
  border-left: 3px solid var(--accent);
  border-radius: 0 14px 14px 0;
  padding: 32px 36px;
  margin: 8px 0 48px;
}
body.bfk-restored .verdict-h {
  font-size: 11px; font-weight: 700;
  letter-spacing: 0.16em; text-transform: uppercase;
  color: var(--accent-deep);
  margin-bottom: 12px;
}
body.bfk-restored .verdict p { font-family: var(--serif); font-size: 22px; line-height: 1.5; color: var(--ink); margin: 0; }

body.bfk-restored .next-prev { display: grid; grid-template-columns: 1fr 1fr; gap: 18px; }
body.bfk-restored .np-card {
  display: block;
  border: 1px solid var(--line);
  border-radius: 14px;
  padding: 20px 22px;
  transition: border-color 0.25s;
}
body.bfk-restored .np-card:hover { border-color: var(--accent); }
body.bfk-restored .np-label {
  font-size: 10px; font-weight: 700;
  letter-spacing: 0.16em; text-transform: uppercase;
  color: var(--muted); margin-bottom: 8px;
}
body.bfk-restored .np-title { font-family: var(--serif); font-size: 20px; color: var(--ink); }

/* Sidebar */
body.bfk-restored .facts-card {
  position: sticky; top: 96px;
  background: var(--cream);
  border: 1px solid var(--line);
  border-radius: 18px;
  padding: 26px 26px 28px;
}
body.bfk-restored .facts-h {
  font-size: 11px; font-weight: 700;
  letter-spacing: 0.16em; text-transform: uppercase;
  color: var(--accent-deep);
  margin-bottom: 16px;
}
body.bfk-restored .facts-row {
  display: flex; justify-content: space-between; gap: 16px;
  padding: 11px 0;
  border-top: 1px solid var(--line);
  font-size: 14px;
}
body.bfk-restored .facts-key { color: var(--muted); }
body.bfk-restored .facts-val { color: var(--ink); font-weight: 600; text-align: right; }
body.bfk-restored .facts-cta {
  display: block; text-align: center;
  margin-top: 18px; padding: 13px 18px;
  border-radius: 999px;
  background: var(--ink); color: #fff;
  font-size: 13px; font-weight: 600;
  transition: background 0.25s;
}
body.bfk-restored .facts-cta:hover { background: var(--accent-deep); }
body.bfk-restored .facts-cta.ghost {
  margin-top: 10px;
  background: transparent;
  color: var(--ink);
  border: 1px solid var(--line);
}
body.bfk-restored .facts-cta.ghost:hover { border-color: var(--accent); background: transparent; color: var(--accent-deep); }

/* Related block */
body.bfk-restored .related {
  max-width: 1280px; margin: 0 auto;
  padding: 0 48px 88px;
}
body.bfk-restored .rel-h { font-family: var(--serif); font-weight: 400; font-size: 32px; margin-bottom: 24px; }
body.bfk-restored .rel-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 20px; }
body.bfk-restored .rel-block {
  display: block;
  border: 1px solid var(--line);
  border-radius: 14px;
  padding: 22px 24px;
  transition: border-color 0.25s, transform 0.3s var(--ease-out);
}
body.bfk-restored .rel-block:hover { border-color: var(--accent); transform: translateY(-2px); }
body.bfk-restored .rel-block .city {
  font-size: 11px; font-weight: 700;
  letter-spacing: 0.14em; text-transform: uppercase;
  color: var(--accent-deep); margin-bottom: 8px;
}
body.bfk-restored .rel-block .name { font-family: var(--serif); font-size: 21px; color: var(--ink); margin-bottom: 6px; }
body.bfk-restored .rel-block .desc { font-size: 14px; line-height: 1.6; color: var(--muted); }

/* ============================================================
   T4 — Mini template  (/blog/best-bars-first-date/*)
   ============================================================ */

body.bfk-restored .hero-i { padding-top: 24px; padding-bottom: 8px; }
body.bfk-restored .hero-i .k,
body.bfk-restored .s-i .kicker {
  display: block;
  font-size: 11px; font-weight: 700;
  letter-spacing: 0.16em; text-transform: uppercase;
  color: var(--accent-deep);
  margin-bottom: 12px;
}
body.bfk-restored .hero-i h1 {
  font-family: var(--serif); font-weight: 400;
  font-size: clamp(36px, 4.6vw, 62px); line-height: 1.05;
  color: var(--ink); margin-bottom: 18px;
}
body.bfk-restored .s-i {
  max-width: 760px;
  margin: 0 auto;
  padding: 34px 48px;
}
body.bfk-restored .s-i h2 {
  font-family: var(--serif); font-weight: 400;
  font-size: clamp(24px, 2.6vw, 34px);
  color: var(--ink); margin-bottom: 16px;
}
body.bfk-restored .s-i p { font-size: 17.5px; line-height: 1.78; margin-bottom: 18px; }

body.bfk-restored .facts {
  display: grid; grid-template-columns: repeat(2, 1fr);
  gap: 0 32px;
  background: var(--cream);
  border: 1px solid var(--line);
  border-radius: 16px;
  padding: 24px 28px;
  margin: 8px 0 12px;
}
body.bfk-restored .fact {
  display: flex; justify-content: space-between; gap: 14px;
  padding: 10px 0;
  border-top: 1px solid var(--line);
  font-size: 14px;
}
body.bfk-restored .fact-l { color: var(--muted); }
body.bfk-restored .fact-v { color: var(--ink); font-weight: 600; text-align: right; }

body.bfk-restored .btn {
  display: inline-block;
  padding: 13px 26px;
  border-radius: 999px;
  background: var(--ink); color: #fff;
  font-size: 13px; font-weight: 600;
  border: 1px solid var(--ink);
  transition: background 0.25s, color 0.25s;
}
body.bfk-restored .btn:hover { background: var(--accent-deep); border-color: var(--accent-deep); }
body.bfk-restored .btn.btn-o { background: transparent; color: var(--ink); }
body.bfk-restored .btn.btn-o:hover { background: transparent; color: var(--accent-deep); border-color: var(--accent); }

/* ============================================================
   T5 — Wrap template  (/awards/2025/**, /about/team/*)
   ============================================================ */

body.bfk-restored main > .wrap { padding: 64px 48px 88px; }

/* Awards — winner */
body.bfk-restored .winner-card {
  background: var(--cream);
  border: 1px solid var(--line);
  border-left: 3px solid var(--accent);
  border-radius: 0 18px 18px 0;
  padding: 40px 44px;
  margin: 8px 0 40px;
}
body.bfk-restored .winner-tag {
  font-size: 11px; font-weight: 700;
  letter-spacing: 0.16em; text-transform: uppercase;
  color: var(--accent-deep);
  margin-bottom: 14px;
}
body.bfk-restored .winner-name {
  font-family: var(--serif); font-weight: 400;
  font-size: clamp(30px, 3.6vw, 46px);
  line-height: 1.1;
  color: var(--ink);
  margin-bottom: 10px;
}
body.bfk-restored .winner-name a { border-bottom: 1px solid var(--accent); }
body.bfk-restored .winner-name a:hover { color: var(--accent-deep); }
body.bfk-restored .winner-meta {
  font-size: 12px; font-weight: 600;
  letter-spacing: 0.08em; text-transform: uppercase;
  color: var(--muted);
  margin-bottom: 18px;
}
body.bfk-restored .winner-cite {
  font-family: var(--serif); font-style: italic;
  font-size: 21px; line-height: 1.55;
  color: var(--ink);
  max-width: 62ch;
}

/* Awards — finalists */
body.bfk-restored .finalist-list { list-style: none; border-top: 1px solid var(--line); margin-bottom: 8px; }
body.bfk-restored .finalist {
  display: flex; justify-content: space-between;
  align-items: baseline; gap: 20px;
  padding: 18px 0;
  border-bottom: 1px solid var(--line);
}
body.bfk-restored .finalist-name { font-family: var(--serif); font-size: 22px; color: var(--ink); }
body.bfk-restored .finalist-name a:hover { color: var(--accent-deep); }
body.bfk-restored .finalist-loc {
  font-size: 12px; font-weight: 600;
  letter-spacing: 0.08em; text-transform: uppercase;
  color: var(--muted);
  white-space: nowrap;
}

/* Awards — category grid */
body.bfk-restored .awards-grid {
  display: grid; grid-template-columns: repeat(3, 1fr);
  gap: 20px; margin-top: 8px;
}
body.bfk-restored .awards-card {
  display: block;
  background: var(--paper);
  border: 1px solid var(--line);
  border-radius: 16px;
  padding: 24px 26px 22px;
  transition: border-color 0.25s, transform 0.3s var(--ease-out), box-shadow 0.3s;
}
body.bfk-restored .awards-card:hover {
  border-color: var(--accent);
  transform: translateY(-3px);
  box-shadow: var(--shadow-card);
}
body.bfk-restored .awards-cat {
  font-size: 11px; font-weight: 700;
  letter-spacing: 0.16em; text-transform: uppercase;
  color: var(--accent-deep); margin-bottom: 10px;
}
body.bfk-restored .awards-title { font-family: var(--serif); font-weight: 400; font-size: 24px; color: var(--ink); }
body.bfk-restored .awards-winner { font-size: 14px; color: var(--muted); margin-top: 8px; line-height: 1.5; }
body.bfk-restored .awards-arrow {
  display: inline-block; margin-top: 16px;
  font-size: 11px; font-weight: 700;
  letter-spacing: 0.12em; text-transform: uppercase;
  color: var(--accent-deep);
}

/* Team — author hero */
body.bfk-restored .author-hero {
  display: grid;
  grid-template-columns: 120px 1fr;
  gap: 32px;
  align-items: start;
  padding-bottom: 40px;
  margin-bottom: 8px;
  border-bottom: 1px solid var(--line);
}
body.bfk-restored .author-avatar-big {
  width: 120px; height: 120px;
  border-radius: 50%;
  display: flex; align-items: center; justify-content: center;
  font-family: var(--serif);
  font-size: 40px;
  color: #fff;
  /* the per-editor identity colour stays on the inline style attribute */
}
body.bfk-restored .author-meta { display: flex; flex-wrap: wrap; gap: 10px; margin-top: 18px; }
body.bfk-restored .author-pill {
  background: var(--cream);
  border: 1px solid var(--line);
  border-radius: 999px;
  padding: 8px 16px;
  font-size: 13px;
  color: #3c3830;
}
body.bfk-restored .author-pill strong {
  display: block;
  font-size: 10px; font-weight: 700;
  letter-spacing: 0.14em; text-transform: uppercase;
  color: var(--accent-deep);
  margin-bottom: 2px;
}

/* Team — article archive */
body.bfk-restored .archive-list {
  border-top: 1px solid var(--line);
  margin-top: 8px;
}
body.bfk-restored .archive-item {
  display: grid;
  grid-template-columns: 200px 1fr 150px;
  gap: 20px;
  align-items: baseline;
  padding: 15px 4px;
  border-bottom: 1px solid var(--line);
  transition: background 0.2s;
}
body.bfk-restored .archive-item:hover { background: var(--cream); }
body.bfk-restored .archive-item-cat {
  font-size: 10px; font-weight: 700;
  letter-spacing: 0.14em; text-transform: uppercase;
  color: var(--accent-deep);
}
body.bfk-restored .archive-item-title { font-size: 16px; color: var(--ink); line-height: 1.45; }
body.bfk-restored .archive-item:hover .archive-item-title { color: var(--accent-deep); }
body.bfk-restored .archive-item-date { font-size: 12px; color: var(--muted); text-align: right; white-space: nowrap; }

/* ============================================================
   Shared bands: newsletter, sponsor, CTA
   ============================================================ */

body.bfk-restored .nl-band,
body.bfk-restored .cta-block,
body.bfk-restored .news {
  background: var(--ink);
  color: #fff;
  padding: 72px 48px;
  text-align: center;
}
body.bfk-restored .nl-inner,
body.bfk-restored .news-i { max-width: 640px; margin: 0 auto; }
body.bfk-restored .nl-band .nl-overline,
body.bfk-restored .cta-block .section-overline { color: var(--accent); }
body.bfk-restored .nl-title,
body.bfk-restored .news-h,
body.bfk-restored .cta-block h3 {
  font-family: var(--serif); font-weight: 400;
  font-size: clamp(28px, 3vw, 40px);
  color: #fff;
  margin-bottom: 12px;
}
body.bfk-restored .nl-sub,
body.bfk-restored .news-p,
body.bfk-restored .cta-block p {
  color: rgba(255,255,255,0.72);
  font-size: 16px;
  margin-bottom: 24px;
  max-width: 52ch;
  margin-left: auto; margin-right: auto;
}
body.bfk-restored .nl-note,
body.bfk-restored .news-f { color: rgba(255,255,255,0.45); font-size: 12px; margin-top: 14px; }

body.bfk-restored .cta-form,
body.bfk-restored .nl-band form,
body.bfk-restored .news form {
  display: flex; gap: 10px;
  max-width: 460px; margin: 0 auto;
}
body.bfk-restored .cta-form input[type="email"],
body.bfk-restored .nl-band input[type="email"],
body.bfk-restored .news input[type="email"] {
  flex: 1;
  padding: 14px 18px;
  border-radius: 999px;
  border: 1px solid rgba(255,255,255,0.22);
  background: rgba(255,255,255,0.06);
  color: #fff;
  font-family: var(--sans);
  font-size: 14px;
}
body.bfk-restored .cta-form input::placeholder,
body.bfk-restored .nl-band input::placeholder { color: rgba(255,255,255,0.45); }
body.bfk-restored .cta-form button,
body.bfk-restored .nl-band button,
body.bfk-restored .news button {
  padding: 14px 28px;
  border-radius: 999px;
  border: none;
  background: var(--accent);
  color: var(--ink);
  font-family: var(--sans);
  font-size: 14px; font-weight: 700;
  transition: background 0.25s;
}
body.bfk-restored .cta-form button:hover,
body.bfk-restored .nl-band button:hover { background: #fff; }

/* Sponsor bands */
body.bfk-restored .sp-band,
body.bfk-restored .spons,
body.bfk-restored .sponsor-cta {
  background: var(--cream);
  border-top: 1px solid var(--line);
  border-bottom: 1px solid var(--line);
  padding: 48px;
  text-align: center;
}
body.bfk-restored .sp-inner,
body.bfk-restored .spons-i { max-width: 720px; margin: 0 auto; }
body.bfk-restored .sp-title,
body.bfk-restored .spons-h {
  font-family: var(--serif); font-weight: 400;
  font-size: 28px; color: var(--ink); margin-bottom: 10px;
}
body.bfk-restored .sp-sub,
body.bfk-restored .spons-p { font-size: 15px; color: var(--muted); margin-bottom: 22px; }
body.bfk-restored .sp-actions { display: flex; gap: 12px; justify-content: center; flex-wrap: wrap; }
body.bfk-restored .sp-btn-primary {
  display: inline-block; padding: 13px 28px;
  border-radius: 999px;
  background: var(--ink); color: #fff;
  font-size: 13px; font-weight: 600;
  border: 1px solid var(--ink);
  transition: background 0.25s;
}
body.bfk-restored .sp-btn-primary:hover { background: var(--accent-deep); border-color: var(--accent-deep); }
body.bfk-restored .sp-btn-ghost {
  display: inline-block; padding: 13px 28px;
  border-radius: 999px;
  border: 1px solid var(--line);
  color: var(--ink);
  font-size: 13px; font-weight: 600;
  transition: border-color 0.25s, color 0.25s;
}
body.bfk-restored .sp-btn-ghost:hover { border-color: var(--accent); color: var(--accent-deep); }
body.bfk-restored .sponsor-cta a {
  font-size: 13px; font-weight: 700;
  letter-spacing: 0.08em; text-transform: uppercase;
  color: var(--accent-deep);
}

/* ============================================================
   T6 — Bespoke chrome pages (404, search, sitemap) + bar pages
   ============================================================ */

/* 404 */
body.bfk-restored .err-hero {
  position: relative;
  padding: 112px 48px 96px;
  text-align: center;
  background: var(--cream);
  border-bottom: 1px solid var(--line);
}
body.bfk-restored .err-bg, body.bfk-restored .err-overlay { display: none; }
body.bfk-restored .err-content { position: relative; z-index: 2; max-width: 720px; margin: 0 auto; }
body.bfk-restored .err-code {
  font-family: var(--serif);
  font-size: clamp(72px, 12vw, 148px);
  line-height: 1;
  color: var(--accent);
  margin-bottom: 12px;
}
body.bfk-restored .err-sub { margin-left: auto; margin-right: auto; }
body.bfk-restored .err-cats { display: flex; flex-wrap: wrap; gap: 10px; justify-content: center; margin-top: 26px; }
body.bfk-restored .err-cat {
  padding: 10px 20px;
  border: 1px solid var(--line);
  border-radius: 999px;
  background: var(--paper);
  font-size: 13px;
  transition: border-color 0.25s, color 0.25s;
}
body.bfk-restored .err-cat:hover { border-color: var(--accent); color: var(--accent-deep); }
body.bfk-restored .err-home {
  display: inline-block; margin-top: 26px;
  padding: 14px 30px; border-radius: 999px;
  background: var(--ink); color: #fff;
  font-size: 13px; font-weight: 600;
}
body.bfk-restored .err-home:hover { background: var(--accent-deep); }

/* Search */
body.bfk-restored .search { max-width: 760px; margin: 0 auto; padding: 72px 48px 40px; }
body.bfk-restored .link-list { list-style: none; border-top: 1px solid var(--line); }
body.bfk-restored .link-list li { border-bottom: 1px solid var(--line); }
body.bfk-restored .link-list a { display: block; padding: 14px 4px; font-size: 16px; }
body.bfk-restored .link-list a:hover { color: var(--accent-deep); }

/* Sitemap */
body.bfk-restored .page-header {
  background: var(--cream);
  border-bottom: 1px solid var(--line);
  padding: 88px 0 48px;
}
body.bfk-restored .page-header-inner { max-width: 1280px; margin: 0 auto; padding: 0 48px; }
body.bfk-restored .sitemap-body { max-width: 1280px; margin: 0 auto; padding: 56px 48px 88px; }
body.bfk-restored .sm-stats { display: grid; grid-template-columns: repeat(4, 1fr); gap: 18px; margin-bottom: 48px; }
body.bfk-restored .sm-stat {
  background: var(--cream);
  border: 1px solid var(--line);
  border-radius: 16px;
  padding: 22px 24px;
  text-align: center;
}
body.bfk-restored .sm-stat-num { font-family: var(--serif); font-size: 34px; color: var(--ink); }
body.bfk-restored .sm-stat-label {
  font-size: 11px; font-weight: 700;
  letter-spacing: 0.14em; text-transform: uppercase;
  color: var(--muted); margin-top: 6px;
}
body.bfk-restored .sm-search { position: relative; margin-bottom: 40px; }
body.bfk-restored .sm-search input {
  width: 100%;
  padding: 15px 18px 15px 44px;
  border: 1px solid var(--line);
  border-radius: 999px;
  background: var(--paper);
  font-family: var(--sans); font-size: 15px;
  color: var(--ink);
}
body.bfk-restored .sm-search input:focus { outline: none; border-color: var(--accent); }
body.bfk-restored .sm-search-icon { position: absolute; left: 18px; top: 50%; transform: translateY(-50%); color: var(--muted); }
body.bfk-restored .sm-section { margin-bottom: 48px; }
body.bfk-restored .sm-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 10px 20px; }
body.bfk-restored .sm-item { font-size: 14px; padding: 6px 0; }
body.bfk-restored .sm-item a:hover { color: var(--accent-deep); }
body.bfk-restored .sm-city-block { break-inside: avoid; }
body.bfk-restored .hidden { display: none !important; }

/* Bar detail pages (molotow / birdland / uberhaus) */
body.bfk-restored .bar-hero {
  background: var(--cream);
  border-bottom: 1px solid var(--line);
  padding: 88px 0 48px;
}
body.bfk-restored .bar-hero .tagline {
  font-family: var(--serif); font-style: italic;
  font-size: 22px; color: var(--accent-deep);
  margin-bottom: 14px;
}
body.bfk-restored .bar-hero .byline {
  font-size: 12px; font-weight: 600;
  letter-spacing: 0.08em; text-transform: uppercase;
  color: var(--muted);
}
body.bfk-restored .hero-img-wrap { max-width: 1280px; margin: 32px auto 0; padding: 0 48px; }
body.bfk-restored .hero-img-wrap img { border-radius: 18px; }
body.bfk-restored .bar-hero-img { width: 100%; height: 420px; object-fit: cover; }
body.bfk-restored .bar-hero-overlay { display: none; }
body.bfk-restored .bar-category-badge {
  display: inline-block;
  padding: 7px 16px; border-radius: 999px;
  background: var(--accent); color: var(--ink);
  font-size: 11px; font-weight: 700;
  letter-spacing: 0.12em; text-transform: uppercase;
}
body.bfk-restored .bar-meta-row { display: flex; flex-wrap: wrap; gap: 18px; margin-top: 16px; font-size: 13px; color: var(--muted); }
body.bfk-restored .bar-rating, body.bfk-restored .bar-price { font-weight: 700; color: var(--accent-deep); }

body.bfk-restored .pair-grid { display: grid; grid-template-columns: repeat(2, 1fr); gap: 18px; margin: 8px 0 32px; }
body.bfk-restored .pair-card {
  border: 1px solid var(--line);
  border-radius: 16px;
  padding: 22px 24px;
  background: var(--cream);
}
body.bfk-restored .pair-card .pn { font-family: var(--serif); font-size: 21px; color: var(--ink); margin-bottom: 6px; }
body.bfk-restored .pair-card .pc { font-size: 14px; line-height: 1.65; color: var(--muted); }
body.bfk-restored .sources { font-size: 13px; color: var(--muted); border-top: 1px solid var(--line); padding-top: 18px; margin-top: 32px; }
body.bfk-restored .sources a { border-bottom: 1px solid var(--line); }

body.bfk-restored .sidecard {
  position: sticky; top: 96px;
  background: var(--cream);
  border: 1px solid var(--line);
  border-radius: 18px;
  padding: 26px;
}
body.bfk-restored .sidecard .fact {
  display: flex; justify-content: space-between; gap: 14px;
  padding: 11px 0;
  border-top: 1px solid var(--line);
  font-size: 14px;
}
body.bfk-restored .sidecard .k { color: var(--muted); }
body.bfk-restored .sidecard .v { color: var(--ink); font-weight: 600; text-align: right; }
body.bfk-restored .scta {
  display: block; text-align: center;
  margin-top: 16px; padding: 13px 18px;
  border-radius: 999px;
  background: var(--ink); color: #fff;
  font-size: 13px; font-weight: 600;
}
body.bfk-restored .scta:hover { background: var(--accent-deep); }
body.bfk-restored .scta.ghost {
  margin-top: 10px;
  background: transparent; color: var(--ink);
  border: 1px solid var(--line);
}
body.bfk-restored .scta.ghost:hover { border-color: var(--accent); color: var(--accent-deep); }

/* Google Places photo credit strip */
body.bfk-restored #bfk-google-photo-credit {
  font-size: 11px !important;
  color: var(--muted) !important;
  border-top: 1px solid var(--line) !important;
  font-family: var(--sans) !important;
  background: var(--paper);
}
body.bfk-restored #bfk-google-photo-credit a { border-bottom: 1px solid var(--line); }

/* ============================================================
   Responsive
   ============================================================ */

@media (max-width: 1080px) {
  body.bfk-restored .body-grid { grid-template-columns: 1fr; gap: 48px; }
  body.bfk-restored .facts-card, body.bfk-restored .sidecard { position: static; }
  body.bfk-restored .bg-cards,
  body.bfk-restored .rel-grid,
  body.bfk-restored .awards-grid { grid-template-columns: repeat(2, 1fr); }
  body.bfk-restored .cr-grid,
  body.bfk-restored .sm-stats,
  body.bfk-restored .sm-grid { grid-template-columns: repeat(2, 1fr); }
  body.bfk-restored .intro { grid-template-columns: 1fr; gap: 24px; }
}

@media (max-width: 720px) {
  body.bfk-restored .hero-content,
  body.bfk-restored .hero-i,
  body.bfk-restored .hero-cl-content,
  body.bfk-restored .page-header-inner,
  body.bfk-restored main > .wrap,
  body.bfk-restored .intro,
  body.bfk-restored .itinerary-list,
  body.bfk-restored .body-grid,
  body.bfk-restored .bar-grid-section,
  body.bfk-restored .cities-row,
  body.bfk-restored .related,
  body.bfk-restored .sitemap-body,
  body.bfk-restored .intro-band,
  body.bfk-restored .s-i,
  body.bfk-restored .search { padding-left: 24px; padding-right: 24px; }

  body.bfk-restored .bg-cards,
  body.bfk-restored .rel-grid,
  body.bfk-restored .awards-grid,
  body.bfk-restored .cr-grid,
  body.bfk-restored .next-prev,
  body.bfk-restored .sm-grid,
  body.bfk-restored .facts { grid-template-columns: 1fr; }

  body.bfk-restored .sm-stats { grid-template-columns: repeat(2, 1fr); }

  body.bfk-restored .stop { grid-template-columns: 1fr; gap: 10px; }
  body.bfk-restored .stop-time, body.bfk-restored .stop-bar { grid-column: 1; }

  body.bfk-restored .author-hero { grid-template-columns: 1fr; gap: 20px; }
  body.bfk-restored .archive-item { grid-template-columns: 1fr; gap: 4px; }
  body.bfk-restored .archive-item-date { text-align: left; }

  body.bfk-restored .finalist { flex-direction: column; gap: 4px; }
  body.bfk-restored .cta-form, body.bfk-restored .nl-band form { flex-direction: column; }

  body.bfk-restored .nl-band,
  body.bfk-restored .cta-block,
  body.bfk-restored .news,
  body.bfk-restored .sp-band,
  body.bfk-restored .spons,
  body.bfk-restored .sponsor-cta,
  body.bfk-restored .err-hero { padding-left: 24px; padding-right: 24px; }
}

@media (prefers-reduced-motion: reduce) {
  body.bfk-restored * { transition: none !important; }
}
