/*
Theme Name: Beit Haverim 2027
Theme URI: https://www.beit-haverim.com/
Author: Beit Haverim
Description: Un thème WordPress moderne, chaleureux et accessible pour le Beit Haverim.
Version: 0.56.14
Requires at least: 6.6
Requires PHP: 8.1
Text Domain: beit-haverim-modern
*/

:root {
  --bh-ink: #171747;
  --bh-blue: #2d3192;
  --bh-ivory: #fbf7ef;
  --bh-paper: #fffdf8;
  --bh-raspberry: #cf326a;
  --bh-pink: #f8d9e5;
  --bh-gold: #f2b544;
  --bh-mint: #dcefdc;
  --bh-lavender: #e9e6fb;
  --bh-line: rgba(23, 23, 71, 0.14);
  --bh-shadow: 0 18px 50px rgba(23, 23, 71, 0.1);
  --bh-radius: 1.25rem;
}

html { scroll-behavior: smooth; overflow-x: hidden; }

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

img,
video,
iframe { max-width: 100%; }

button,
input,
select,
textarea { font: inherit; }

body {
  background: var(--bh-ivory);
  color: var(--bh-ink);
  font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  overflow-x: hidden;
  overflow-x: clip;
}

a { text-underline-offset: 0.2em; }

:focus-visible {
  outline: 3px solid var(--bh-gold);
  outline-offset: 4px;
}


/* Accessibility essentials ------------------------------------------------ */
.bh-skip-link {
  position: fixed;
  top: 1rem;
  left: 1rem;
  z-index: 100000;
  padding: .75rem 1rem;
  border-radius: .6rem;
  background: var(--bh-ink);
  color: #fff;
  font-weight: 800;
  text-decoration: none;
  transform: translateY(calc(-100% - 2rem));
  transition: transform .16s ease;
}
.bh-skip-link:focus { transform: translateY(0); }
#bh-main-content { scroll-margin-top: 7rem; }
.bh-filter-status {
  position: absolute !important;
  width: 1px !important;
  height: 1px !important;
  padding: 0 !important;
  margin: -1px !important;
  overflow: hidden !important;
  clip: rect(0,0,0,0) !important;
  white-space: nowrap !important;
  border: 0 !important;
}

.wp-site-blocks > .wp-block-template-part:first-child {
  position: sticky;
  top: 0;
  z-index: 1000;
}

.admin-bar .wp-site-blocks > .wp-block-template-part:first-child { top: 32px; }

.bh-header {
  position: relative;
  z-index: 1;
  margin: 0;
  border-bottom: 1px solid var(--bh-line);
  background: rgba(251, 247, 239, 0.94);
  backdrop-filter: blur(16px);
}

.bh-rainbow-line {
  height: 5px;
  margin: 0;
  background: linear-gradient(90deg, #ef3d4d 0 16.6%, #f58a39 16.6% 33.2%, #f6cf3f 33.2% 49.8%, #3aa16b 49.8% 66.4%, #3b64b8 66.4% 83%, #7f3f98 83%);
}

.bh-header__inner {
  min-height: 82px;
  gap: 1.2rem;
  padding: 0.75rem 1.5rem;
}

.bh-brand {
  display: inline-flex;
  align-items: center;
  gap: 0.75rem;
  color: var(--bh-ink);
  font-weight: 800;
  letter-spacing: -0.02em;
  line-height: 1;
  text-decoration: none;
  white-space: nowrap;
}

.bh-brand__logo {
  width: 52px;
  height: 62px;
  flex: 0 0 auto;
  background: url("assets/images/logo-beit-haverim.png") center / contain no-repeat;
}

.bh-brand__text { font-size: 1.18rem; }
.bh-nav { font-size: 0.92rem; font-weight: 650; }
.bh-nav .wp-block-navigation-item__content { text-decoration: none; }
.bh-nav .current-menu-item > a,
.bh-nav a:hover { color: var(--bh-raspberry); }

.bh-header-cta .wp-block-button__link {
  padding: 0.75rem 1rem;
  font-size: 0.88rem;
  white-space: nowrap;
}

.bh-header__inner > .wp-block-shortcode { flex: 0 0 auto; margin: 0; }
.bh-header-search { display: flex; align-items: center; margin: 0; }
.bh-search-toggle {
  display: inline-flex;
  width: 2.65rem;
  height: 2.65rem;
  align-items: center;
  justify-content: center;
  padding: 0;
  border: 1.5px solid var(--bh-line);
  border-radius: 999px;
  background: transparent;
  color: var(--bh-ink);
  cursor: pointer;
  transition: border-color .2s ease, background .2s ease, color .2s ease, transform .2s ease;
}
.bh-search-toggle:hover { border-color: var(--bh-ink); background: var(--bh-ink); color: #fff; transform: rotate(-5deg); }
.bh-search-toggle svg { width: 1.25rem; height: 1.25rem; stroke: currentColor; stroke-width: 1.8; }

html.bh-search-is-open,
html.bh-search-is-open body { overflow: hidden; }
.bh-site-search[hidden] { display: none !important; }
.bh-site-search { position: fixed; inset: 0; z-index: 2000000; display: grid; place-items: start center; padding: clamp(1rem, 6vh, 4rem) 1rem; overflow-y: auto; }
.bh-site-search__backdrop { position: fixed; inset: 0; background: rgba(13, 13, 48, .76); backdrop-filter: blur(9px); }
.bh-site-search__dialog {
  position: relative;
  width: min(900px, 100%);
  margin: 0;
  padding: clamp(2rem, 5vw, 4rem);
  overflow: hidden;
  border: 1px solid rgba(255,255,255,.7);
  border-radius: 2rem;
  background: var(--bh-paper);
  box-shadow: 0 30px 90px rgba(10,10,40,.32);
}
.bh-site-search__dialog::before { content: ""; position: absolute; inset: 0 0 auto; height: 7px; background: linear-gradient(90deg,#ef3d4d 0 16.6%,#f58a39 16.6% 33.2%,#f6cf3f 33.2% 49.8%,#3aa16b 49.8% 66.4%,#3b64b8 66.4% 83%,#7f3f98 83%); }
.bh-site-search__close {
  position: absolute;
  top: 1.25rem;
  right: 1.25rem;
  display: inline-grid;
  width: 3rem;
  height: 3rem;
  place-items: center;
  padding: 0 0 .15rem;
  border: 1.5px solid var(--bh-line);
  border-radius: 999px;
  background: transparent;
  color: var(--bh-ink);
  font-size: 2rem;
  line-height: 1;
  cursor: pointer;
}
.bh-site-search__close:hover { border-color: var(--bh-ink); background: var(--bh-ink); color: #fff; }
.bh-site-search__dialog > .bh-kicker { margin: 0 0 1rem; }
.bh-site-search__dialog h2 { max-width: 12ch; margin: 0; color: var(--bh-ink); font-family: Georgia, "Times New Roman", serif; font-size: clamp(3rem, 7vw, 5.7rem); font-weight: 500; line-height: .95; letter-spacing: -.055em; }
.bh-site-search__form { margin-top: clamp(2rem, 5vw, 3.5rem); }
.bh-site-search__form > label { display: block; margin-bottom: .65rem; font-size: .76rem; font-weight: 850; letter-spacing: .09em; text-transform: uppercase; }
.bh-site-search__form > div { display: grid; grid-template-columns: minmax(0, 1fr) auto; gap: .7rem; }
.bh-site-search__form input {
  width: 100%;
  min-height: 4rem;
  padding: 0 1.25rem;
  border: 1.5px solid rgba(23,23,71,.28);
  border-radius: 999px;
  background: #fff;
  color: var(--bh-ink);
  font-size: 1rem;
}
.bh-site-search__form input:focus { border-color: var(--bh-blue); outline: 4px solid rgba(45,49,146,.12); }
.bh-site-search__form button { min-height: 4rem; padding: 0 1.5rem; border: 0; border-radius: 999px; background: var(--bh-raspberry); color: #fff; font-weight: 850; cursor: pointer; }
.bh-site-search__form button:hover { background: var(--bh-ink); }
.bh-site-search__shortcuts { display: flex; flex-wrap: wrap; align-items: center; gap: .55rem; margin-top: 1.5rem; }
.bh-site-search__shortcuts > span { margin-right: .25rem; color: #696985; font-size: .72rem; font-weight: 800; text-transform: uppercase; letter-spacing: .08em; }
.bh-site-search__shortcuts a { padding: .55rem .8rem; border: 1px solid var(--bh-line); border-radius: 999px; color: var(--bh-ink); font-size: .82rem; font-weight: 750; text-decoration: none; }
.bh-site-search__shortcuts a:hover { border-color: var(--bh-ink); background: var(--bh-ink); color: #fff; }

.bh-search-page { margin: 0; color: var(--bh-ink); }
.bh-search-hero { position: relative; margin: 0; padding: clamp(4.5rem, 8vw, 8rem) 1.5rem; overflow: hidden; background: radial-gradient(circle at 85% 15%, rgba(207,50,106,.28), transparent 30%), linear-gradient(135deg,#11113d,#1a1a55 58%,#42214d); color: #fff; }
.bh-search-hero::after { content: "⌕"; position: absolute; right: 4vw; bottom: -2.6rem; color: rgba(255,255,255,.055); font-family: Georgia, serif; font-size: clamp(13rem, 29vw, 28rem); line-height: .7; pointer-events: none; }
.bh-search-hero__inner { position: relative; z-index: 1; }
.bh-search-hero .bh-kicker { color: #ff9fbe; }
.bh-search-hero h1 { max-width: 15ch; margin: 0; color: #fff; font-family: Georgia, "Times New Roman", serif; font-size: clamp(3.5rem, 7.5vw, 7rem); font-weight: 500; line-height: .94; letter-spacing: -.055em; }
.bh-search-hero__inner > p:not(.bh-kicker) { max-width: 52rem; margin: 1.4rem 0 0; color: rgba(255,255,255,.78); font-size: 1.05rem; line-height: 1.6; }
.bh-search-page__form { max-width: 880px; margin-top: 2.3rem; }
.bh-search-page__form > label { display: block; margin-bottom: .65rem; color: #fff; font-size: .75rem; font-weight: 850; letter-spacing: .1em; text-transform: uppercase; }
.bh-search-page__form > div { display: grid; grid-template-columns: minmax(0,1fr) auto; gap: .65rem; padding: .45rem; border-radius: 999px; background: #fff; box-shadow: 0 18px 50px rgba(0,0,0,.18); }
.bh-search-page__form input[type="search"] { width: 100%; min-height: 3.7rem; padding: 0 1.1rem; border: 0; background: transparent; color: var(--bh-ink); font-size: 1rem; outline: 0; }
.bh-search-page__form button { min-height: 3.7rem; padding: 0 1.45rem; border: 0; border-radius: 999px; background: var(--bh-raspberry); color: #fff; font-weight: 850; cursor: pointer; }
.bh-search-page__form button:hover { background: var(--bh-ink); }

.bh-search-results { min-height: 45vh; padding: clamp(3.5rem, 7vw, 7rem) 1.5rem; background: var(--bh-paper); }
.bh-search-results__topline { display: flex; align-items: baseline; justify-content: space-between; gap: 1rem; padding-bottom: 1.2rem; border-bottom: 1px solid var(--bh-line); }
.bh-search-results__topline p { margin: 0; font-size: 1rem; }
.bh-search-results__topline strong { color: var(--bh-raspberry); font-family: Georgia, serif; font-size: 2.3rem; font-weight: 500; }
.bh-search-results__topline > span { max-width: 36rem; color: #6c6c86; font-size: .76rem; text-align: right; }
.bh-search-filters { display: flex; gap: .55rem; margin: 1.25rem 0 2.2rem; overflow-x: auto; padding: .2rem .1rem .45rem; scrollbar-width: thin; }
.bh-search-filters a { flex: 0 0 auto; padding: .68rem 1rem; border: 1px solid var(--bh-line); border-radius: 999px; color: var(--bh-ink); font-size: .82rem; font-weight: 800; text-decoration: none; }
.bh-search-filters a:hover,
.bh-search-filters a[aria-current="page"] { border-color: var(--bh-ink); background: var(--bh-ink); color: #fff; }
.bh-search-grid { display: grid; grid-template-columns: repeat(3,minmax(0,1fr)); gap: 1rem; }
.bh-search-card { display: grid; min-width: 0; overflow: hidden; border: 1px solid var(--bh-line); border-radius: 1.35rem; background: #fff; box-shadow: 0 12px 34px rgba(23,23,71,.06); transition: transform .22s ease, box-shadow .22s ease; }
.bh-search-card:hover { transform: translateY(-5px); box-shadow: var(--bh-shadow); }
.bh-search-card__visual { position: relative; display: grid; min-height: 155px; place-items: center; overflow: hidden; background: var(--bh-lavender); }
.bh-search-card--news .bh-search-card__visual { background: var(--bh-pink); }
.bh-search-card--events .bh-search-card__visual { background: var(--bh-gold); }
.bh-search-card--media .bh-search-card__visual { background: var(--bh-mint); }
.bh-search-card__visual::after { content: ""; position: absolute; inset: 0; background: linear-gradient(145deg,transparent 45%,rgba(23,23,71,.09)); pointer-events: none; }
.bh-search-card__visual img { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover; }
.bh-search-card__visual > span { color: var(--bh-ink); font-family: Georgia, serif; font-size: 4rem; line-height: 1; text-transform: uppercase; }
.bh-search-card__copy { display: flex; min-height: 295px; flex-direction: column; padding: 1.35rem; }
.bh-search-card__meta { margin: 0 0 1rem; color: var(--bh-raspberry); font-size: .68rem; font-weight: 850; letter-spacing: .07em; line-height: 1.45; text-transform: uppercase; }
.bh-search-card__copy h2 { margin: 0; color: var(--bh-ink); font-family: Georgia, serif; font-size: clamp(1.7rem, 2.4vw, 2.35rem); font-weight: 500; line-height: 1.03; letter-spacing: -.03em; }
.bh-search-card__copy h2 a { color: inherit; text-decoration: none; }
.bh-search-card__copy > p:not(.bh-search-card__meta) { margin: 1rem 0 1.4rem; color: #555570; font-size: .9rem; line-height: 1.58; }
.bh-search-card__link { margin-top: auto; color: var(--bh-ink); font-size: .82rem; font-weight: 850; text-decoration: none; }
.bh-search-card__link:hover { color: var(--bh-raspberry); }
.bh-search-pagination { margin-top: 2.5rem; }
.bh-search-pagination .page-numbers { display: flex; flex-wrap: wrap; gap: .45rem; padding: 0; list-style: none; }
.bh-search-pagination a,
.bh-search-pagination span { display: grid; min-width: 2.65rem; height: 2.65rem; place-items: center; padding: 0 .7rem; border: 1px solid var(--bh-line); border-radius: 999px; color: var(--bh-ink); text-decoration: none; }
.bh-search-pagination .current { border-color: var(--bh-ink); background: var(--bh-ink); color: #fff; }
.bh-search-empty { display: grid; max-width: 900px; grid-template-columns: 120px minmax(0,1fr); align-items: start; gap: 2rem; padding: clamp(2rem,5vw,4rem); border: 1px solid var(--bh-line); border-radius: 1.5rem; background: var(--bh-lavender); }
.bh-search-empty > span { color: var(--bh-raspberry); font-family: Georgia,serif; font-size: 7rem; line-height: .7; }
.bh-search-empty h2 { margin: 0; color: var(--bh-ink); font-family: Georgia,serif; font-size: clamp(2.3rem,5vw,4rem); font-weight: 500; line-height: 1; }
.bh-search-empty p { max-width: 42rem; color: #555570; line-height: 1.6; }
.bh-search-empty div div { display: flex; flex-wrap: wrap; gap: .7rem; margin-top: 1.4rem; }
.bh-search-empty a { padding: .75rem 1rem; border: 1px solid var(--bh-ink); border-radius: 999px; color: var(--bh-ink); font-size: .82rem; font-weight: 850; text-decoration: none; }
.bh-search-empty a:first-child { background: var(--bh-ink); color: #fff; }

.bh-main { margin: 0; }

/* WordPress donne une couleur fixe à tous les titres via theme.json. Les titres
   placés dans nos cartes doivent suivre la couleur réelle de leur carte. */
.bh-main h1,
.bh-main h2,
.bh-main h3,
.bh-main h4,
.bh-footer h2,
.bh-footer h3 { color: inherit; }

.bh-section {
  margin: 0;
  padding: clamp(4.5rem, 8vw, 8rem) 1.5rem;
}

.bh-section--paper { background: var(--bh-paper); }
.bh-section--ink { background: var(--bh-ink); color: var(--bh-ivory); }
.bh-section--pink { background: var(--bh-pink); }
.bh-section--lavender { background: var(--bh-lavender); }

.bh-kicker {
  margin: 0 0 1rem;
  color: var(--bh-raspberry);
  font-size: 0.78rem;
  font-weight: 800;
  letter-spacing: 0.11em;
  text-transform: uppercase;
}

.bh-section--ink .bh-kicker { color: #f8a9c6; }

.bh-display,
.bh-title {
  margin-top: 0;
  color: inherit;
  font-family: Georgia, "Times New Roman", serif;
  font-weight: 500;
  letter-spacing: -0.045em;
}

.bh-display {
  max-width: 820px;
  font-size: clamp(3rem, 7.6vw, 7.6rem);
  line-height: 0.94;
}

.bh-display em { color: var(--bh-raspberry); font-weight: 500; }

.bh-title {
  max-width: 820px;
  font-size: clamp(2.35rem, 5vw, 4.8rem);
  line-height: 1;
}

.bh-lead {
  max-width: 690px;
  margin-top: 1.4rem;
  font-size: clamp(1.12rem, 2vw, 1.4rem);
  line-height: 1.62;
}

.bh-hero {
  position: relative;
  min-height: calc(100svh - 87px);
  margin: 0;
  padding: clamp(4rem, 8vw, 8rem) 1.5rem 4rem;
  overflow: hidden;
  background:
    radial-gradient(circle at 88% 8%, rgba(242, 181, 68, 0.4), transparent 28%),
    radial-gradient(circle at 90% 84%, rgba(207, 50, 106, 0.19), transparent 30%),
    var(--bh-ivory);
}

.bh-hero::after {
  content: "";
  position: absolute;
  right: -9rem;
  bottom: -13rem;
  width: 36rem;
  height: 36rem;
  border: 1px solid rgba(45, 49, 146, 0.18);
  border-radius: 50%;
  box-shadow: 0 0 0 4rem rgba(45, 49, 146, 0.035), 0 0 0 8rem rgba(45, 49, 146, 0.025);
  pointer-events: none;
}

.bh-hero__grid {
  position: relative;
  z-index: 1;
  display: grid;
  grid-template-columns: minmax(0, 1.4fr) minmax(280px, 0.6fr);
  align-items: center;
  gap: clamp(2rem, 6vw, 6rem);
}

.bh-hero__copy { max-width: 840px; }

.bh-hero__actions {
  gap: 0.8rem;
  margin-top: 2rem;
}

.wp-block-button .wp-block-button__link {
  border-radius: 999px;
  font-weight: 750;
  text-decoration: none;
  transition: transform 160ms ease, box-shadow 160ms ease, background 160ms ease;
}

.wp-block-button .wp-block-button__link:hover {
  transform: translateY(-2px);
  box-shadow: 0 10px 24px rgba(23, 23, 71, 0.16);
}

.bh-button-secondary .wp-block-button__link {
  border: 1.5px solid var(--bh-ink);
  background: transparent;
  color: var(--bh-ink);
}

.bh-hero__visual {
  position: relative;
  min-height: 540px;
}

.bh-hero-logo {
  position: absolute;
  z-index: 2;
  top: 2rem;
  right: 1rem;
  width: min(70%, 300px);
  aspect-ratio: 459 / 544;
  border-radius: 1.6rem;
  background: rgba(255,255,255,0.88) url("assets/images/logo-beit-haverim.png") center / 88% auto no-repeat;
  box-shadow: var(--bh-shadow);
  transform: rotate(3deg);
}

.bh-photo-placeholder {
  position: absolute;
  display: flex;
  align-items: flex-end;
  min-height: 220px;
  padding: 1.25rem;
  border-radius: 1.5rem;
  color: #fff;
  font-size: 0.72rem;
  font-weight: 800;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  box-shadow: var(--bh-shadow);
}

.bh-photo-placeholder::before {
  content: "";
  position: absolute;
  inset: 0;
  border-radius: inherit;
  background: linear-gradient(180deg, transparent 45%, rgba(23, 23, 71, 0.82));
}

.bh-photo-placeholder span { position: relative; z-index: 1; }

.bh-photo-placeholder--one {
  bottom: 0;
  left: 0;
  width: 62%;
  background: linear-gradient(135deg, #d85b7f, #713f8e 65%, #2d3192);
  transform: rotate(-3deg);
}

.bh-photo-placeholder--two {
  right: 0;
  bottom: 1rem;
  width: 43%;
  min-height: 190px;
  background: linear-gradient(135deg, #e5a843, #c94f51 55%, #a82e65);
  transform: rotate(5deg);
}

.bh-section-heading {
  display: flex;
  align-items: flex-end;
  justify-content: flex-start;
  gap: 2rem;
  margin-bottom: clamp(2rem, 5vw, 4rem);
}

.bh-section-heading > * { margin-bottom: 0; }

.bh-text-link {
  color: inherit;
  font-weight: 750;
  text-decoration-thickness: 1px;
  white-space: nowrap;
}

.bh-card-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 1rem;
}

.bh-event-card {
  min-height: 360px;
  margin: 0;
  padding: 1.5rem;
  border: 1px solid var(--bh-line);
  border-radius: var(--bh-radius);
  background: var(--bh-paper);
  box-shadow: 0 8px 30px rgba(23, 23, 71, 0.06);
}

.bh-event-card:nth-child(2) { background: var(--bh-pink); transform: translateY(1.5rem); }
.bh-event-card:nth-child(3) { background: var(--bh-mint); }

.bh-event-card__date {
  margin: 0 0 3.5rem;
  color: var(--bh-blue);
  font-size: 0.78rem;
  font-weight: 850;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.bh-event-card h3 {
  margin: 0 0 1rem;
  font-family: Georgia, "Times New Roman", serif;
  font-size: clamp(1.7rem, 3vw, 2.4rem);
  font-weight: 500;
  line-height: 1.05;
}

.bh-event-card p { line-height: 1.55; }

.bh-event-card a {
  display: inline-block;
  margin-top: 1rem;
  color: var(--bh-ink);
  font-weight: 800;
}

.bh-pillars {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 1px;
  overflow: hidden;
  border: 1px solid rgba(255,255,255,0.2);
  border-radius: var(--bh-radius);
  background: rgba(255,255,255,0.2);
}

.bh-pillar {
  min-height: 310px;
  margin: 0;
  padding: 1.6rem;
  background: var(--bh-ink);
}

.bh-pillar__number { color: #f8a9c6; font-size: 0.75rem; font-weight: 800; }
.bh-pillar h3 { margin-top: 5rem; font-family: Georgia, serif; font-size: 2rem; font-weight: 500; }
.bh-pillar p { color: rgba(255,255,255,0.76); line-height: 1.55; }

.bh-community-grid {
  display: grid;
  grid-template-columns: repeat(12, 1fr);
  gap: 1rem;
}

.bh-community-card {
  position: relative;
  min-height: 290px;
  margin: 0;
  padding: 1.5rem;
  overflow: hidden;
  border-radius: var(--bh-radius);
  background: var(--bh-paper);
  box-shadow: 0 8px 24px rgba(23,23,71,0.06);
}

.bh-community-card:nth-child(1),
.bh-community-card:nth-child(4) { grid-column: span 7; }
.bh-community-card:nth-child(2),
.bh-community-card:nth-child(3) { grid-column: span 5; }
.bh-community-card:nth-child(1) { background: var(--bh-ink); color: var(--bh-ivory); }
.bh-community-card:nth-child(2) { background: var(--bh-gold); }
.bh-community-card:nth-child(3) { background: var(--bh-mint); }
.bh-community-card:nth-child(4) { background: var(--bh-pink); }

.bh-community-card__tag { font-size: 0.72rem; font-weight: 850; letter-spacing: .08em; text-transform: uppercase; }
.bh-community-card h3 { margin: 5rem 0 0.75rem; font-family: Georgia, serif; font-size: clamp(2rem, 4vw, 3.5rem); font-weight: 500; line-height: 1; }
.bh-community-card p { max-width: 38rem; line-height: 1.55; }

.bh-resource-grid {
  display: grid;
  grid-template-columns: 1.2fr 0.8fr;
  gap: 1rem;
}

.bh-resource-card {
  min-height: 320px;
  margin: 0;
  padding: 1.75rem;
  border: 1px solid var(--bh-line);
  border-radius: var(--bh-radius);
  background: var(--bh-paper);
}

.bh-resource-card:last-child { background: var(--bh-lavender); }
.bh-resource-card h3 { margin-top: 6rem; font-family: Georgia, serif; font-size: clamp(2rem, 4vw, 3.6rem); font-weight: 500; line-height: 1; }

.bh-history {
  position: relative;
  overflow: hidden;
}

.bh-history::after {
  content: "50";
  position: absolute;
  right: -0.06em;
  bottom: -0.22em;
  color: rgba(255,255,255,0.07);
  font-family: Georgia, serif;
  font-size: min(48vw, 39rem);
  line-height: 1;
  pointer-events: none;
}

.bh-history__content { position: relative; z-index: 1; max-width: 760px; }
.bh-history .bh-title { font-size: clamp(3rem, 7vw, 7rem); }
.bh-history .wp-block-buttons { margin-top: 2rem; }

.bh-join-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 1rem;
}

.bh-join-card {
  min-height: 260px;
  margin: 0;
  padding: 1.5rem;
  border: 1.5px solid var(--bh-ink);
  border-radius: var(--bh-radius);
  background: transparent;
  transition: transform 160ms ease, background 160ms ease;
}

.bh-join-card:hover { transform: translateY(-5px); background: var(--bh-paper); }
.bh-join-card h3 { margin: 4rem 0 0.75rem; font-family: Georgia, serif; font-size: 2.3rem; font-weight: 500; }
.bh-join-card a { color: inherit; font-weight: 800; }

.bh-home-news-section {
  position: relative;
  overflow: hidden;
  background: #f1ede5;
}

.bh-home-news-section::after {
  position: absolute;
  right: -7rem;
  bottom: -10rem;
  width: 28rem;
  height: 28rem;
  border: 1px solid rgba(23,23,71,.09);
  border-radius: 50%;
  box-shadow: 0 0 0 4rem rgba(207,50,106,.035), 0 0 0 8rem rgba(242,181,68,.025);
  content: "";
  pointer-events: none;
}

.bh-home-news {
  position: relative;
  z-index: 1;
}

.bh-home-news__header {
  display: grid;
  grid-template-columns: minmax(0, 1.15fr) minmax(260px, .7fr) auto;
  gap: 1rem 3rem;
  align-items: end;
  margin-bottom: 2rem;
}

.bh-home-news__header .bh-kicker { margin-bottom: .55rem; }
.bh-home-news__header h2 {
  max-width: 10ch;
  margin: 0;
  font-family: Georgia, serif;
  font-size: clamp(3rem, 6vw, 6.25rem);
  font-weight: 500;
  letter-spacing: -.045em;
  line-height: .94;
}
.bh-home-news__header > p { max-width: 29rem; margin: 0 0 .5rem; color: rgba(23,23,71,.68); line-height: 1.6; }
.bh-home-news__header > a { margin-bottom: .5rem; color: inherit; font-size: .78rem; font-weight: 850; text-decoration: none; white-space: nowrap; }
.bh-home-news__header > a:hover span { display: inline-block; transform: translateX(4px); }

.bh-home-news__grid {
  display: grid;
  grid-template-columns: minmax(0, 1.35fr) minmax(320px, .65fr);
  grid-template-rows: repeat(2, minmax(0, 1fr));
  gap: 1rem;
}

.bh-home-news__card {
  position: relative;
  display: flex;
  min-height: 250px;
  margin: 0;
  overflow: hidden;
  border: 1px solid rgba(23,23,71,.12);
  border-radius: calc(var(--bh-radius) * 1.15);
  background: var(--bh-pink);
  color: var(--bh-ink);
  box-shadow: 0 15px 40px rgba(23,23,71,.08);
  transition: transform 180ms ease, box-shadow 180ms ease;
}

.bh-home-news__card:nth-child(3) { background: var(--bh-mint); }
.bh-home-news__card:hover { transform: translateY(-5px); box-shadow: 0 24px 55px rgba(23,23,71,.14); }
.bh-home-news__card::after {
  position: absolute;
  right: -1.25rem;
  bottom: -3.2rem;
  color: rgba(23,23,71,.055);
  font-family: Georgia, serif;
  font-size: 11rem;
  line-height: 1;
  content: "BH";
  pointer-events: none;
}

.bh-home-news__card--lead {
  grid-row: 1 / 3;
  display: flex;
  min-height: 520px;
  flex-direction: column;
  background: var(--bh-ink);
  color: #fff;
}
.bh-home-news__card--lead::after { color: rgba(255,255,255,.045); }
.bh-home-news__visual { position: relative; z-index: 1; width: 39%; min-width: 150px; overflow: hidden; background: rgba(23,23,71,.09); }
.bh-home-news__card--lead .bh-home-news__visual { width: 100%; min-height: 250px; flex: 0 0 48%; }
.bh-home-news__visual img { width: 100%; height: 100%; object-fit: cover; transition: transform 420ms ease; }
.bh-home-news__card:hover .bh-home-news__visual img { transform: scale(1.035); }

.bh-home-news__copy {
  position: relative;
  z-index: 2;
  display: flex;
  min-width: 0;
  box-sizing: border-box;
  flex: 1;
  flex-direction: column;
  align-items: flex-start;
  padding: clamp(1.25rem, 2.5vw, 2rem);
}
.bh-home-news__meta { display: flex; flex-wrap: wrap; gap: .4rem .8rem; margin-bottom: auto; font-size: .68rem; font-weight: 850; letter-spacing: .075em; text-transform: uppercase; }
.bh-home-news__meta span + span::before { margin-right: .8rem; content: "•"; opacity: .55; }
.bh-home-news__copy h3 { margin: 2.2rem 0 .65rem; font-family: Georgia, serif; font-size: clamp(1.7rem, 2.5vw, 2.6rem); font-weight: 500; letter-spacing: -.025em; line-height: 1.02; }
.bh-home-news__card--lead .bh-home-news__copy h3 { margin-top: 3rem; font-size: clamp(2.7rem, 5vw, 4.7rem); }
.bh-home-news__copy h3 a { color: inherit; text-decoration: none; }
.bh-home-news__copy h3 a::after { position: absolute; inset: 0; content: ""; }
.bh-home-news__copy > p { margin: 0; color: rgba(23,23,71,.7); font-size: .9rem; line-height: 1.55; }
.bh-home-news__card--lead .bh-home-news__copy > p { max-width: 42rem; color: rgba(255,255,255,.72); font-size: 1rem; }
.bh-home-news__read { position: relative; z-index: 3; margin-top: 1.25rem; color: inherit; font-size: .75rem; font-weight: 850; text-decoration: none; }
.bh-home-news__read span { display: inline-block; transition: transform 160ms ease; }
.bh-home-news__read:hover span { transform: translate(3px, -3px); }
.bh-home-news[data-count="1"] .bh-home-news__card--lead { grid-column: 1 / -1; }
.bh-home-news[data-count="2"] .bh-home-news__card:not(.bh-home-news__card--lead) { grid-row: 1 / 3; }

@media (max-width: 980px) {
  .bh-home-news__header { grid-template-columns: 1fr auto; }
  .bh-home-news__header > p { grid-column: 1 / -1; grid-row: 2; }
  .bh-home-news__header > a { grid-column: 2; grid-row: 1; }
  .bh-home-news__grid { grid-template-columns: 1fr; grid-template-rows: auto; }
  .bh-home-news__card--lead,
  .bh-home-news[data-count="2"] .bh-home-news__card:not(.bh-home-news__card--lead) { grid-row: auto; }
}

@media (max-width: 620px) {
  .bh-home-news__header { display: block; }
  .bh-home-news__header > p { margin-top: 1rem; }
  .bh-home-news__header > a { display: inline-block; margin-top: 1rem; }
  .bh-home-news__card,
  .bh-home-news__card.has-image { display: flex; min-height: 0; flex-direction: column; }
  .bh-home-news__visual,
  .bh-home-news__card--lead .bh-home-news__visual { width: 100%; min-height: 210px; flex-basis: auto; }
  .bh-home-news__card--lead { min-height: 0; }
  .bh-home-news__copy h3,
  .bh-home-news__card--lead .bh-home-news__copy h3 { margin-top: 2rem; font-size: clamp(2.2rem, 11vw, 3.4rem); }
}

.bh-instagram-section {
  position: relative;
  overflow: hidden;
  background: var(--bh-paper);
}

.bh-instagram-section::before {
  position: absolute;
  right: -5rem;
  top: -10rem;
  width: 34rem;
  height: 34rem;
  border: 1px solid rgba(207,50,106,.12);
  border-radius: 50%;
  box-shadow: 0 0 0 4rem rgba(242,181,68,.04), 0 0 0 8rem rgba(207,50,106,.025);
  content: "";
  pointer-events: none;
}

.bh-instagram-heading {
  position: relative;
  z-index: 1;
  display: grid;
  grid-template-columns: minmax(0, 1.15fr) minmax(280px, .85fr);
  gap: 1rem 4rem;
  align-items: end;
  margin-bottom: 2.5rem;
}

.bh-instagram-heading .bh-kicker { grid-column: 1 / -1; }
.bh-instagram-heading .bh-title { max-width: 10ch; margin: 0; }
.bh-instagram-heading > p:last-child { max-width: 35rem; margin: 0 0 .5rem; color: rgba(23,23,71,.67); font-size: 1.02rem; line-height: 1.65; }

.bh-instagram-section .bh-instagram-live.wp-block-group {
  position: relative;
  z-index: 1;
  width: calc(100% - 2rem) !important;
  max-width: 1280px !important;
  box-sizing: border-box;
  margin: 0 auto 1rem !important;
  padding: clamp(.85rem, 1.4vw, 1.15rem);
  overflow: hidden;
  border-radius: calc(var(--bh-radius) * 1.35);
  background:
    radial-gradient(circle at 100% 0, rgba(207,50,106,.34), transparent 34%),
    radial-gradient(circle at 0 100%, rgba(242,181,68,.2), transparent 30%),
    var(--bh-ink);
  color: #fff;
  box-shadow: 0 24px 65px rgba(23,23,71,.18);
}

.bh-instagram-live::before {
  position: absolute;
  inset: 0 0 auto;
  height: 5px;
  background: linear-gradient(90deg,#ef3d4d 0 16.6%,#f58a39 16.6% 33.2%,#f6cf3f 33.2% 49.8%,#3aa16b 49.8% 66.4%,#3b64b8 66.4% 83%,#7f3f98 83%);
  content: "";
}

.bh-instagram-live__bar {
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  gap: 1rem 2rem;
  margin: .25rem 0 .9rem;
}

.bh-instagram-live__bar > div { display: flex; flex-wrap: wrap; align-items: baseline; gap: .35rem .8rem; }
.bh-instagram-live__bar span { color: #f8a9c6; font-size: .68rem; font-weight: 850; letter-spacing: .1em; text-transform: uppercase; }
.bh-instagram-live__bar strong { font-family: Georgia, serif; font-size: clamp(1.4rem, 2.2vw, 1.95rem); font-weight: 500; letter-spacing: -.025em; }
.bh-instagram-live__bar small { display: inline-flex; align-items: center; gap: .45rem; color: rgba(255,255,255,.68); font-size: .72rem; font-weight: 700; }
.bh-instagram-live__bar small i { width: .48rem; height: .48rem; border-radius: 50%; background: #72c892; box-shadow: 0 0 0 .25rem rgba(114,200,146,.13); }
.bh-instagram-live .wp-block-shortcode { margin: 0; }

.bh-instagram-feed-embed {
  --qligg-card-radius: 18px !important;
  --qligg-card-shadow: 0 12px 30px rgba(0,0,0,.18) !important;
  --qligg-card-shadow-hover: 0 18px 42px rgba(0,0,0,.28) !important;
  --qligg-mask-bg: rgba(23,23,71,.82) !important;
  --qligg-mask-icon-color: #fff !important;
  --qligg-carousel-arrow-color: var(--bh-ink) !important;
  --qligg-carousel-pagination-color: #f8a9c6 !important;
  --qligg-button-color: #fff !important;
  --qligg-button-bg: var(--bh-raspberry) !important;
  --qligg-button-bg-hover: #a82656 !important;
}

.bh-instagram-feed-embed .instagram-gallery-feed { min-height: 0; }
.bh-instagram-feed-embed .instagram-gallery-item { border: 1px solid rgba(255,255,255,.16); }
.bh-instagram-feed-embed .instagram-gallery-list[data-feed_layout="carousel"] .instagram-gallery-item,
.bh-instagram-feed-embed .instagram-gallery-square .instagram-gallery-item {
  height: auto !important;
  min-height: 0 !important;
  aspect-ratio: 1 / 1 !important;
}
.bh-instagram-feed-embed .instagram-gallery-item__wrap {
  height: 100% !important;
  min-height: 0 !important;
}
.bh-instagram-feed-embed .instagram-gallery-item__media-wrap {
  width: 100% !important;
  height: 100% !important;
  min-height: 0 !important;
  box-sizing: border-box;
  padding-top: 0 !important;
  aspect-ratio: auto !important;
}
.bh-instagram-feed-embed .instagram-gallery-item__media,
.bh-instagram-feed-embed .instagram-gallery-item__image {
  position: absolute !important;
  inset: 0 !important;
  width: 100% !important;
  height: 100% !important;
  object-fit: cover !important;
}
.bh-instagram-feed-embed .instagram-gallery-item__media-mask,
.bh-instagram-feed-embed .instagram-gallery-item__media-mask--content {
  visibility: hidden !important;
  opacity: 0 !important;
  pointer-events: none !important;
}
.bh-instagram-feed-embed .instagram-gallery-item:hover .instagram-gallery-item__media,
.bh-instagram-feed-embed .instagram-gallery-item:hover .instagram-gallery-item__image { transform: scale(1.025) !important; }
.bh-instagram-feed-embed .instagram-gallery-item__icon--link {
  padding: .5rem;
  border-radius: 999px;
  background: rgba(23,23,71,.78);
  color: #fff;
  backdrop-filter: blur(6px);
}
.bh-instagram-reel .instagram-gallery-item__icon--views { display: none; }
.bh-instagram-reel-badge {
  position: absolute;
  top: .7rem;
  right: .7rem;
  z-index: 7;
  display: inline-flex;
  align-items: center;
  gap: .38rem;
  padding: .4rem .62rem;
  border: 1px solid rgba(255,255,255,.28);
  border-radius: 999px;
  background: rgba(23,23,71,.78);
  color: #fff;
  font-size: .68rem;
  font-weight: 850;
  letter-spacing: .04em;
  line-height: 1;
  pointer-events: none;
  backdrop-filter: blur(7px);
}
.bh-instagram-reel-badge::before {
  width: 0;
  height: 0;
  border-top: .25rem solid transparent;
  border-bottom: .25rem solid transparent;
  border-left: .4rem solid currentColor;
  content: "";
}
.bh-instagram-feed-embed .swiper-container { padding-bottom: 1.45rem; }
.bh-instagram-feed-embed .swiper-wrapper { transition-timing-function: ease-in-out; }
.bh-instagram-feed-embed .swiper-button-next,
.bh-instagram-feed-embed .swiper-button-prev {
  width: 2.8rem;
  height: 2.8rem;
  border: 1px solid rgba(23,23,71,.12);
  border-radius: 50%;
  background: rgba(255,253,248,.96);
  box-shadow: 0 8px 24px rgba(23,23,71,.2);
}
.bh-instagram-feed-embed .swiper-button-next::after,
.bh-instagram-feed-embed .swiper-button-prev::after { font-size: 1rem; font-weight: 900; }
.bh-instagram-feed-embed .swiper-pagination-bullet { background: #fff !important; opacity: .38; }
.bh-instagram-feed-embed .swiper-pagination-bullet-active { background: #f8a9c6 !important; opacity: 1; }
.bh-instagram-feed-embed .instagram-gallery__actions { margin: .8rem 0 0 !important; }
.bh-instagram-feed-embed .instagram-gallery__button--follow {
  display: inline-flex !important;
  width: auto !important;
  min-width: 0 !important;
  min-height: 0 !important;
  height: auto !important;
  align-items: center;
  justify-content: center;
  padding: .72rem 1rem !important;
  border-radius: 999px !important;
  background: var(--bh-raspberry) !important;
  color: #fff !important;
  font-size: .84rem !important;
  font-weight: 800 !important;
  line-height: 1.1 !important;
  letter-spacing: .01em;
}
.bh-instagram-feed-embed .instagram-gallery__button--follow:hover,
.bh-instagram-feed-embed .instagram-gallery__button--follow:focus-visible { background: #a82656 !important; color: #fff !important; }

.bh-instagram-feed-fallback {
  display: flex;
  min-height: 220px;
  box-sizing: border-box;
  flex-direction: column;
  align-items: flex-start;
  justify-content: flex-end;
  gap: 1rem;
  padding: clamp(1.5rem, 4vw, 3rem);
  border: 1px dashed rgba(255,255,255,.32);
  border-radius: var(--bh-radius);
  background: rgba(255,255,255,.055);
}
.bh-instagram-feed-fallback p { max-width: 34rem; margin: 0; color: rgba(255,255,255,.75); font-size: 1rem; line-height: 1.55; }
.bh-instagram-feed-fallback a { display: inline-flex; gap: .45rem; padding: .8rem 1.1rem; border-radius: 999px; background: var(--bh-raspberry); color: #fff; font-weight: 800; text-decoration: none; }
.bh-instagram-feed-fallback a:hover { background: #a82656; color: #fff; }

.bh-instagram-grid {
  position: relative;
  z-index: 1;
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 1rem;
}

.bh-instagram-card {
  position: relative;
  display: flex;
  flex-direction: column;
  min-height: 430px;
  box-sizing: border-box;
  padding: clamp(1.5rem, 3.2vw, 2.6rem);
  overflow: hidden;
  border: 1px solid rgba(23,23,71,.12);
  border-radius: calc(var(--bh-radius) * 1.35);
  color: var(--bh-ink);
  box-shadow: var(--bh-shadow);
  transition: transform 220ms ease, box-shadow 220ms ease;
}

.bh-instagram-card:hover { color: var(--bh-ink); transform: translateY(-6px); box-shadow: 0 26px 60px rgba(23,23,71,.16); }
.bh-instagram-card::after { position: absolute; right: -2.5rem; bottom: -6rem; color: rgba(23,23,71,.07); font-family: Georgia, serif; font-size: 18rem; line-height: 1; content: "@"; pointer-events: none; }
.bh-instagram-card--global { background: linear-gradient(145deg, var(--bh-pink), #fff1d0); }
.bh-instagram-card--beitj { border-color: rgba(255,255,255,.14); background: linear-gradient(145deg, #171747 5%, #3a246d 58%, #b63b78 135%); color: #fff; }
.bh-instagram-card--beitj:hover { color: #fff; }
.bh-instagram-card--beitj::before { position: absolute; inset: 0 0 auto; height: 6px; background: linear-gradient(90deg,#ef3d4d 0 16.6%,#f58a39 16.6% 33.2%,#f6cf3f 33.2% 49.8%,#3aa16b 49.8% 66.4%,#3b64b8 66.4% 83%,#7f3f98 83%); content: ""; }
.bh-instagram-card--beitj::after { color: rgba(255,255,255,.07); }
.bh-instagram-card__monogram { position: relative; z-index: 1; display: grid; place-items: center; width: 3.25rem; height: 3.25rem; margin-bottom: auto; border: 1.5px solid currentColor; border-radius: 50%; font-family: Georgia, serif; font-size: 1.1rem; font-weight: 700; }
.bh-instagram-card__label { position: relative; z-index: 1; margin-top: 2.5rem; color: var(--bh-raspberry); font-size: .7rem; font-weight: 850; letter-spacing: .1em; text-transform: uppercase; }
.bh-instagram-card--beitj .bh-instagram-card__label { color: #f8a9c6; }
.bh-instagram-card h3 { position: relative; z-index: 1; display: block; margin: .45rem 0 .8rem; color: inherit; font-family: Georgia, serif; font-size: clamp(2.7rem, 5vw, 4.9rem); font-weight: 500; letter-spacing: -.045em; line-height: .95; }
.bh-instagram-card p { position: relative; z-index: 1; max-width: 31rem; margin: 0; color: rgba(23,23,71,.7); font-size: .94rem; line-height: 1.55; }
.bh-instagram-card--beitj p { color: rgba(255,255,255,.72); }
.bh-social-links { position: relative; z-index: 1; display: grid; gap: .55rem; width: 100%; margin-top: 1.75rem; }
.bh-social-links a { display: grid; grid-template-columns: 1.2rem 1fr auto; gap: .7rem; align-items: center; padding: .72rem .95rem; border: 1px solid currentColor; border-radius: 999px; color: inherit; font-size: .8rem; font-weight: 850; text-decoration: none; transition: background 160ms ease, color 160ms ease, transform 160ms ease; }
.bh-social-links a:hover { background: var(--bh-ink); color: #fff; transform: translateX(4px); }
.bh-instagram-card--beitj .bh-social-links a:hover { background: #fff; color: var(--bh-ink); }
.bh-social-links svg { width: 1.15rem; height: 1.15rem; overflow: visible; fill: currentColor; stroke: currentColor; stroke-width: 1.7; }
.bh-social-links svg[fill="none"] { fill: none; }
.bh-social-links svg[fill="none"] circle[fill="currentColor"] { fill: currentColor; }
.bh-social-links .bh-social-links__play { fill: var(--bh-paper); stroke: none; }
.bh-instagram-card--beitj .bh-social-links .bh-social-links__play { fill: var(--bh-ink); }
.bh-social-links a:hover .bh-social-links__play { fill: var(--bh-ink); }
.bh-instagram-card--global .bh-social-links a:hover .bh-social-links__play { fill: var(--bh-ink); }
.bh-social-links i { font-style: normal; }

body.bh-newsletter-open { overflow: hidden; }

.bh-newsletter-popin[hidden] { display: none !important; }
.bh-newsletter-popin {
  position: fixed;
  inset: 0;
  z-index: 999999;
  display: grid;
  box-sizing: border-box;
  place-items: center;
  padding: 1rem;
}
.bh-newsletter-popin__backdrop {
  position: absolute;
  inset: 0;
  background: rgba(10,10,38,.7);
  opacity: 0;
  backdrop-filter: blur(9px);
  transition: opacity 220ms ease;
}
.bh-newsletter-popin__dialog {
  position: relative;
  z-index: 1;
  display: grid;
  grid-template-columns: minmax(0, 1.08fr) minmax(250px, .92fr);
  width: min(820px, calc(100vw - 3rem));
  max-height: calc(100vh - 3rem);
  overflow: auto;
  border: 1px solid rgba(255,255,255,.22);
  border-radius: calc(var(--bh-radius) * 1.45);
  background: var(--bh-paper);
  color: var(--bh-ink);
  box-shadow: 0 34px 100px rgba(4,4,26,.38);
  opacity: 0;
  transform: translateY(22px) scale(.98);
  transition: opacity 220ms ease, transform 220ms ease;
}
.bh-newsletter-popin__dialog.is-email-only { grid-template-columns: 1fr; width: min(700px, calc(100vw - 2rem)); }
.bh-newsletter-popin__dialog::before {
  position: absolute;
  inset: 0 0 auto;
  z-index: 3;
  height: 6px;
  background: linear-gradient(90deg,#ef3d4d 0 16.6%,#f58a39 16.6% 33.2%,#f6cf3f 33.2% 49.8%,#3aa16b 49.8% 66.4%,#3b64b8 66.4% 83%,#7f3f98 83%);
  content: "";
}
.bh-newsletter-popin.is-open .bh-newsletter-popin__backdrop { opacity: 1; }
.bh-newsletter-popin.is-open .bh-newsletter-popin__dialog { opacity: 1; transform: none; }
.bh-newsletter-popin__close {
  position: absolute;
  top: .8rem;
  right: .8rem;
  z-index: 5;
  display: grid;
  width: 2.35rem;
  height: 2.35rem;
  padding: 0;
  border: 1px solid rgba(23,23,71,.16);
  border-radius: 50%;
  place-items: center;
  background: rgba(255,253,248,.92);
  color: var(--bh-ink);
  font: 500 1.4rem/1 system-ui, sans-serif;
  cursor: pointer;
  box-shadow: 0 8px 24px rgba(23,23,71,.12);
}
.bh-newsletter-popin__close:hover { background: #fff; transform: rotate(5deg); }
.bh-newsletter-popin__main { box-sizing: border-box; padding: clamp(1.75rem, 3.2vw, 2.75rem); }
.bh-newsletter-popin__main .bh-kicker { margin-bottom: .8rem; }
.bh-newsletter-popin__main h2 {
  max-width: 10ch;
  margin: 0 0 .8rem;
  font-family: Georgia, serif;
  font-size: clamp(2.7rem, 4vw, 4.15rem);
  font-weight: 500;
  letter-spacing: -.05em;
  line-height: .94;
}
.bh-newsletter-popin__main > p { max-width: 36rem; margin: 0; color: rgba(23,23,71,.7); font-size: .9rem; line-height: 1.55; }
.bh-newsletter-form { margin-top: 1.25rem; }
.bh-newsletter-form > label:first-child { display: block; margin-bottom: .5rem; font-size: .73rem; font-weight: 850; letter-spacing: .06em; text-transform: uppercase; }
.bh-newsletter-form__row { display: flex; gap: .55rem; }
.bh-newsletter-form__row input {
  min-width: 0;
  min-height: 3rem;
  box-sizing: border-box;
  flex: 1;
  padding: .8rem 1rem;
  border: 1.5px solid rgba(23,23,71,.27);
  border-radius: 999px;
  background: #fff;
  color: var(--bh-ink);
  font: inherit;
}
.bh-newsletter-form__row input:focus { border-color: var(--bh-blue); outline: 3px solid rgba(45,49,146,.15); outline-offset: 1px; }
.bh-newsletter-form__row button {
  min-height: 3rem;
  padding: .8rem 1.15rem;
  border: 0;
  border-radius: 999px;
  background: var(--bh-raspberry);
  color: #fff;
  font-family: inherit;
  font-size: .78rem;
  font-weight: 850;
  line-height: 1.2;
  cursor: pointer;
  white-space: nowrap;
}
.bh-newsletter-form__row button:hover { background: #a82656; }
.bh-newsletter-form__row button:disabled { cursor: wait; opacity: .7; }
.bh-newsletter-form__consent { display: grid; grid-template-columns: auto 1fr; gap: .6rem; align-items: start; margin-top: .9rem; color: rgba(23,23,71,.66); font-size: .72rem; line-height: 1.45; }
.bh-newsletter-form__consent input { width: 1rem; height: 1rem; margin: .15rem 0 0; accent-color: var(--bh-raspberry); }
.bh-newsletter-form__consent a { color: inherit; }
.bh-newsletter-form__honeypot { position: absolute !important; left: -10000px !important; width: 1px !important; height: 1px !important; overflow: hidden !important; }
.bh-newsletter-form__status { min-height: 1.35rem; margin: .8rem 0 0; font-size: .78rem; font-weight: 750; line-height: 1.4; }
.bh-newsletter-form__status.is-success { color: #197045; }
.bh-newsletter-form__status.is-error { color: #a5203b; }
.bh-newsletter-popin__whatsapp {
  position: relative;
  display: flex;
  box-sizing: border-box;
  flex-direction: column;
  justify-content: center;
  padding: clamp(1.75rem, 3vw, 2.6rem);
  overflow: hidden;
  background:
    radial-gradient(circle at 100% 0, rgba(114,200,146,.35), transparent 36%),
    radial-gradient(circle at 0 100%, rgba(207,50,106,.3), transparent 34%),
    var(--bh-ink);
  color: #fff;
}
.bh-newsletter-popin__whatsapp-icon {
  position: relative;
  display: grid;
  width: 3.4rem;
  height: 3.4rem;
  margin-bottom: 1.15rem;
  border: 1px solid rgba(120,212,154,.5);
  border-radius: 1.1rem;
  place-items: center;
  background: rgba(120,212,154,.12);
  color: #78d49a;
  box-shadow: 0 14px 35px rgba(0,0,0,.16);
}
.bh-newsletter-popin__whatsapp-icon svg { width: 1.85rem; height: 1.85rem; stroke: currentColor; stroke-width: 1.55; stroke-linecap: round; stroke-linejoin: round; }
.bh-newsletter-popin__whatsapp .bh-kicker { margin: 0; color: #78d49a; }
.bh-newsletter-popin__whatsapp h3 { position: relative; max-width: 8ch; margin: .45rem 0 .7rem; color: #fff; font-family: Georgia, serif; font-size: clamp(2rem, 3vw, 3.2rem); font-weight: 500; letter-spacing: -.04em; line-height: .94; }
.bh-newsletter-popin__whatsapp p { position: relative; margin: 0; color: rgba(255,255,255,.72); font-size: .82rem; line-height: 1.5; }
.bh-newsletter-popin__whatsapp-tags { position: relative; display: flex; flex-wrap: wrap; gap: .35rem; margin-top: 1rem; }
.bh-newsletter-popin__whatsapp-tags span { padding: .3rem .55rem; border: 1px solid rgba(255,255,255,.2); border-radius: 999px; color: rgba(255,255,255,.78); font-size: .61rem; font-weight: 800; letter-spacing: .025em; }
.bh-newsletter-popin__whatsapp a { position: relative; display: flex; justify-content: space-between; gap: 1rem; margin-top: 1.15rem; padding: .75rem .9rem; border: 1px solid rgba(255,255,255,.45); border-radius: 999px; color: #fff; font-size: .72rem; font-weight: 850; text-decoration: none; }
.bh-newsletter-popin__whatsapp a:hover { background: #fff; color: var(--bh-ink); }
.bh-newsletter-popin__whatsapp i { font-style: normal; }

.bh-newsletter-toast {
  position: fixed;
  top: 1rem;
  right: 1rem;
  z-index: 1000000;
  display: flex;
  max-width: min(430px, calc(100vw - 2rem));
  align-items: center;
  gap: 1rem;
  padding: .9rem 1rem;
  border: 1px solid rgba(255,255,255,.2);
  border-radius: 1rem;
  background: var(--bh-ink);
  color: #fff;
  font-size: .82rem;
  font-weight: 750;
  box-shadow: 0 16px 45px rgba(4,4,26,.28);
  transition: opacity 200ms ease, transform 200ms ease;
}
.bh-newsletter-toast button { padding: 0; border: 0; background: transparent; color: inherit; font-size: 1.4rem; cursor: pointer; }
.bh-newsletter-toast.is-hidden { opacity: 0; transform: translateY(-10px); }

.bh-footer .wp-block-shortcode { margin-block: 0; }
.bh-footer-newsletter {
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto auto;
  gap: 1rem;
  align-items: center;
  margin: 2.75rem 0 2rem;
  padding: 1.2rem;
  border: 1px solid rgba(255,255,255,.18);
  border-radius: var(--bh-radius);
  background: rgba(255,255,255,.055);
}
.bh-footer-newsletter div { display: flex; min-width: 0; flex-direction: column; gap: .25rem; }
.bh-footer-newsletter div span { color: #f8a9c6; font-size: .67rem; font-weight: 850; letter-spacing: .08em; text-transform: uppercase; }
.bh-footer-newsletter div strong { font-family: Georgia, serif; font-size: clamp(1.25rem, 2vw, 1.75rem); font-weight: 500; }
.bh-footer-newsletter button,
.bh-footer-newsletter > a { display: inline-flex; min-height: 2.8rem; box-sizing: border-box; align-items: center; gap: .65rem; padding: .7rem 1rem; border: 1px solid rgba(255,255,255,.4); border-radius: 999px; background: transparent; color: #fff; font-family: inherit; font-size: .73rem; font-weight: 850; line-height: 1.2; text-decoration: none; cursor: pointer; white-space: nowrap; }
.bh-footer-newsletter button { border-color: var(--bh-raspberry); background: var(--bh-raspberry); }
.bh-footer-newsletter button:hover { border-color: #fff; background: #fff; color: var(--bh-ink); }
.bh-footer-newsletter > a:hover { background: rgba(255,255,255,.1); }
.bh-footer-newsletter i { font-style: normal; }

@media (max-width: 780px) {
  .bh-newsletter-popin__dialog.has-whatsapp { grid-template-columns: 1fr; }
  .bh-newsletter-popin__whatsapp { min-height: 300px; }
  .bh-footer-newsletter { grid-template-columns: 1fr; align-items: stretch; }
  .bh-footer-newsletter button,
  .bh-footer-newsletter > a { justify-content: space-between; }
}

@media (max-width: 560px) {
  .bh-newsletter-popin { padding: .55rem; }
  .bh-newsletter-popin__dialog,
  .bh-newsletter-popin__dialog.is-email-only { width: calc(100vw - 1.1rem); max-height: calc(100vh - 1.1rem); border-radius: 1.25rem; }
  .bh-newsletter-popin__main { padding: 2.6rem 1.2rem 1.5rem; }
  .bh-newsletter-popin__main h2 { font-size: clamp(2.9rem, 15vw, 4rem); }
  .bh-newsletter-form__row { flex-direction: column; }
  .bh-newsletter-form__row button { width: 100%; }
  .bh-newsletter-popin__whatsapp { min-height: 260px; padding: 2rem 1.2rem 1.5rem; }
}

@media (prefers-reduced-motion: reduce) {
  .bh-newsletter-popin__backdrop,
  .bh-newsletter-popin__dialog,
  .bh-newsletter-toast { transition: none; }
}

.bh-footer { margin: 0; background: #101035; color: var(--bh-ivory); }
.bh-footer__inner { padding: 4rem 1.5rem 2rem; }
.bh-footer__grid { display: grid; grid-template-columns: 1.35fr repeat(3, .55fr); gap: 2.5rem; }
.bh-footer h2 { margin-top: 0; font-family: Georgia, serif; font-size: 2.3rem; font-weight: 500; }
.bh-footer h3 { margin-top: 0; color: #f8a9c6; font-size: .75rem; letter-spacing: .08em; text-transform: uppercase; }
.bh-footer a { color: inherit; }
.bh-footer__social p { line-height: 1.8; }
.bh-footer__social strong { display: inline-block; margin-top: .25rem; color: #f8a9c6; font-size: .74rem; letter-spacing: .06em; text-transform: uppercase; }
.bh-footer__bottom { display: flex; align-items: center; justify-content: space-between; gap: 1rem 2rem; margin-top: 3rem; padding-top: 1rem; border-top: 1px solid rgba(255,255,255,.16); font-size: .8rem; color: rgba(255,255,255,.62); }
.bh-footer__legal { display: flex; flex-wrap: wrap; justify-content: flex-end; gap: .45rem 1rem; }
.bh-footer__legal a { color: inherit; }

.bh-content-shell { padding: clamp(3rem, 7vw, 7rem) 1.5rem; }
.bh-content-shell .wp-block-post-title { font-family: Georgia, serif; font-size: clamp(3rem, 7vw, 6rem); font-weight: 500; line-height: .98; }
.bh-content-shell .wp-block-post-content { font-size: 1.1rem; line-height: 1.75; }
.bh-post-card { padding: 1.5rem; border: 1px solid var(--bh-line); border-radius: 1rem; background: var(--bh-paper); }

.bh-inner-hero {
  position: relative;
  margin: 0;
  padding: clamp(4.5rem, 9vw, 9rem) 1.5rem;
  overflow: hidden;
}

.bh-inner-hero::after {
  content: "";
  position: absolute;
  right: -8rem;
  bottom: -12rem;
  width: 34rem;
  height: 34rem;
  border: 1px solid rgba(23,23,71,.13);
  border-radius: 50%;
  box-shadow: 0 0 0 4rem rgba(23,23,71,.025), 0 0 0 8rem rgba(23,23,71,.018);
}

.bh-inner-hero--rose { background: var(--bh-pink); }
.bh-inner-hero--or { background: #f8df9d; }
.bh-inner-hero--lavande { background: var(--bh-lavender); }
.bh-inner-hero--menthe { background: var(--bh-mint); }
.bh-inner-hero--bleu { background: var(--bh-ink); color: var(--bh-ivory); }
.bh-inner-hero--bleu .bh-kicker { color: #f8a9c6; }
.bh-inner-hero--bleu .bh-title { color: var(--bh-ivory); }

.bh-inner-hero__content { position: relative; z-index: 1; max-width: 940px; }
.bh-inner-hero .bh-title { max-width: 960px; font-size: clamp(3.4rem, 8vw, 7.7rem); }

.bh-big-number {
  position: absolute;
  z-index: 0;
  right: .03em;
  bottom: -.23em;
  color: rgba(23,23,71,.065);
  font-family: Georgia, serif;
  font-size: min(36vw, 25rem);
  line-height: 1;
}

.bh-split {
  display: grid;
  grid-template-columns: minmax(0, 1.05fr) minmax(300px, .65fr);
  gap: clamp(2rem, 7vw, 7rem);
  align-items: start;
}

.bh-split__aside {
  padding: 1.5rem;
  border-radius: var(--bh-radius);
  background: var(--bh-lavender);
}

.bh-split__aside h3 { margin-top: 0; font-family: Georgia, serif; font-size: 2rem; font-weight: 500; }
.bh-split__aside p:last-child { margin-bottom: 0; }

.bh-value-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 1rem;
}

.bh-value-card {
  min-height: 260px;
  padding: 1.5rem;
  border-radius: var(--bh-radius);
  background: var(--bh-paper);
  border: 1px solid var(--bh-line);
}

.bh-value-card:nth-child(2) { background: var(--bh-pink); }
.bh-value-card:nth-child(3) { background: var(--bh-mint); }
.bh-value-card:nth-child(4) { background: var(--bh-lavender); }
.bh-value-card h3 { margin: 4.5rem 0 .75rem; font-family: Georgia, serif; font-size: 2.25rem; font-weight: 500; }
.bh-value-card p { line-height: 1.55; }

.bh-history-intro {
  display: grid;
  grid-template-columns: minmax(0, 1fr) 250px;
  align-items: end;
  gap: clamp(2rem, 7vw, 7rem);
}

.bh-history-intro .bh-lead { color: rgba(255,255,255,.76); }

.bh-history-stat {
  display: flex;
  min-height: 240px;
  flex-direction: column;
  justify-content: flex-end;
  padding: 1.5rem;
  border: 1px solid rgba(255,255,255,.2);
  border-radius: calc(var(--bh-radius) + .5rem);
  background: linear-gradient(145deg, var(--bh-raspberry), #8b3f91 58%, var(--bh-blue));
  box-shadow: 0 24px 65px rgba(0,0,0,.22);
  transform: rotate(2deg);
}

.bh-history-stat strong {
  font-family: Georgia, serif;
  font-size: 7rem;
  font-weight: 500;
  letter-spacing: -.08em;
  line-height: .72;
}

.bh-history-stat span {
  margin-top: 1.3rem;
  font-size: .8rem;
  font-weight: 850;
  letter-spacing: .12em;
  text-transform: uppercase;
}

.bh-history-timeline {
  position: relative;
  margin: clamp(4rem, 8vw, 7rem) 0 0;
  padding: 0;
  list-style: none;
}

.bh-history-timeline::before {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  left: 50%;
  width: 2px;
  background: linear-gradient(180deg, var(--bh-raspberry), var(--bh-gold) 40%, #72c892 68%, #9d8ee8);
  transform: translateX(-50%);
}

.bh-history-event {
  position: relative;
  display: grid;
  min-height: 240px;
  grid-template-columns: minmax(0, 1fr) 8rem minmax(0, 1fr);
  align-items: center;
  margin: 0;
  padding: 0 0 2rem;
}

.bh-history-event__marker {
  z-index: 1;
  display: grid;
  width: 6rem;
  height: 6rem;
  grid-column: 2;
  grid-row: 1;
  place-items: center;
  justify-self: center;
  border: 2px solid #f8a9c6;
  border-radius: 50%;
  background: var(--bh-ink);
  box-shadow: 0 0 0 10px var(--bh-ink);
  color: #fff;
  font-size: 1rem;
  font-weight: 850;
  letter-spacing: .04em;
}

.bh-history-event__card {
  grid-column: 3;
  grid-row: 1;
  margin-left: 1rem;
  padding: clamp(1.5rem, 3vw, 2.2rem);
  border: 1px solid rgba(255,255,255,.12);
  border-radius: calc(var(--bh-radius) + .25rem);
  background: var(--bh-paper);
  box-shadow: 0 20px 50px rgba(0,0,0,.18);
  color: var(--bh-ink);
}

.bh-history-event:nth-child(even) .bh-history-event__card {
  grid-column: 1;
  margin-right: 1rem;
  margin-left: 0;
}

.bh-history-event:nth-child(3n+2) .bh-history-event__card { background: var(--bh-pink); }
.bh-history-event:nth-child(3n) .bh-history-event__card { background: var(--bh-mint); }
.bh-history-event--future .bh-history-event__card { background: var(--bh-gold); }

.bh-history-event__eyebrow {
  display: inline-block;
  margin-bottom: 1.1rem;
  color: var(--bh-raspberry);
  font-size: .72rem;
  font-weight: 850;
  letter-spacing: .11em;
  text-transform: uppercase;
}

.bh-history-event__card h3 {
  margin: 0 0 .75rem;
  font-family: Georgia, serif;
  font-size: clamp(1.8rem, 3vw, 2.5rem);
  font-weight: 500;
  line-height: 1.04;
}

.bh-history-event__card p { margin: 0; line-height: 1.62; }

.bh-history-stage__meta { display: none; }

.bh-history-story--ready {
  position: relative;
  margin-top: clamp(3rem, 6vw, 5rem);
}

.bh-history-story--ready .bh-history-stage {
  position: sticky;
  z-index: 2;
  top: 87px;
  display: grid;
  box-sizing: border-box;
  height: calc(100svh - 87px);
  min-height: 620px;
  grid-template-columns: minmax(290px, .72fr) minmax(0, 1.28fr);
  align-items: start;
  gap: clamp(2rem, 7vw, 7rem);
  padding-top: clamp(1.25rem, 3.5vh, 2.25rem);
  overflow: hidden;
}

.admin-bar .bh-history-story--ready .bh-history-stage {
  top: 119px;
  height: calc(100svh - 119px);
}

.bh-history-story--ready .bh-history-stage__meta {
  display: block;
  align-self: start;
  padding-top: clamp(2.25rem, 7vh, 4.5rem);
}

.bh-history-stage__label {
  display: block;
  margin-bottom: 1.1rem;
  color: #f8a9c6;
  font-size: .72rem;
  font-weight: 850;
  letter-spacing: .12em;
  text-transform: uppercase;
}

.bh-history-stage__year {
  display: block;
  min-height: .8em;
  font-family: Georgia, serif;
  font-size: clamp(7rem, 14vw, 13rem);
  font-weight: 500;
  letter-spacing: -.085em;
  line-height: .72;
  text-shadow: 0 18px 55px rgba(0,0,0,.25);
}

.bh-history-stage__counter {
  margin-top: 2rem;
  color: rgba(255,255,255,.62);
  font-size: .78rem;
  font-weight: 800;
  letter-spacing: .08em;
}

.bh-history-stage__progress {
  width: min(260px, 100%);
  height: 4px;
  margin-top: .75rem;
  overflow: hidden;
  border-radius: 999px;
  background: rgba(255,255,255,.16);
}

.bh-history-stage__progress span {
  display: block;
  width: 100%;
  height: 100%;
  border-radius: inherit;
  background: linear-gradient(90deg, var(--bh-raspberry), var(--bh-gold), #72c892);
  transform: scaleX(.1428);
  transform-origin: left center;
  transition: transform 550ms cubic-bezier(.22, 1, .36, 1);
}

.bh-history-stage__meta > p {
  margin: 1.2rem 0 0;
  color: rgba(255,255,255,.58);
  font-size: .8rem;
}

.bh-history-stage__meta > p span {
  display: inline-block;
  margin-left: .25rem;
  color: #f8a9c6;
  animation: bh-history-nudge 1.6s ease-in-out infinite;
}

@keyframes bh-history-nudge {
  0%, 100% { transform: translateY(0); }
  50% { transform: translateY(5px); }
}

.bh-history-story--ready .bh-history-timeline {
  position: relative;
  height: min(58svh, 560px);
  margin: 0;
}

.bh-history-story--ready .bh-history-timeline::before { display: none; }

.bh-history-story--ready .bh-history-event {
  position: absolute;
  inset: 0;
  display: block;
  min-height: 0;
  margin: 0;
  padding: 0;
  opacity: 0;
  pointer-events: none;
  transform: translateY(70px) scale(.95) rotate(1.2deg);
  transition: opacity 420ms ease, transform 650ms cubic-bezier(.22, 1, .36, 1);
}

.bh-history-story--ready .bh-history-event.is-before {
  transform: translateY(-70px) scale(.95) rotate(-1.2deg);
}

.bh-history-story--ready .bh-history-event.is-active {
  z-index: 2;
  opacity: 1;
  pointer-events: auto;
  transform: translateY(0) scale(1) rotate(0);
}

.bh-history-story--ready .bh-history-event__marker { display: none; }

.bh-history-story--ready .bh-history-event__card,
.bh-history-story--ready .bh-history-event:nth-child(even) .bh-history-event__card {
  display: flex;
  box-sizing: border-box;
  width: auto;
  height: 100%;
  min-height: 0;
  max-height: 100%;
  flex-direction: column;
  justify-content: flex-end;
  margin: 0;
  padding: clamp(2rem, 5vw, 4rem);
  border: 1px solid rgba(255,255,255,.16);
  box-shadow: 0 30px 80px rgba(0,0,0,.3);
}

.bh-history-story--ready .bh-history-event__card h3 {
  max-width: 620px;
  font-size: clamp(2.6rem, 5vw, 5rem);
}

.bh-history-story--ready .bh-history-event__card p {
  max-width: 650px;
  font-size: clamp(1rem, 1.45vw, 1.2rem);
}

.bh-history-scrollsteps {
  position: relative;
  z-index: 1;
  margin-top: calc(-100svh + 87px);
  pointer-events: none;
}

.admin-bar .bh-history-scrollsteps { margin-top: calc(-100svh + 119px); }

.bh-history-scrollstep {
  display: block;
  height: 78vh;
  height: 78svh;
}

.bh-motion-enabled .bh-reveal {
  opacity: 0;
  translate: 0 42px;
  transition:
    opacity 650ms cubic-bezier(.22, 1, .36, 1),
    translate 750ms cubic-bezier(.22, 1, .36, 1);
  transition-delay: var(--bh-reveal-delay, 0ms);
}

.bh-motion-enabled .bh-reveal.is-visible {
  opacity: 1;
  translate: 0 0;
}

.bh-beitj-section {
  position: relative;
  overflow: hidden;
  padding-block: clamp(3rem, 5vw, 5.5rem);
  background:
    radial-gradient(circle at 88% 18%, rgba(248,217,229,.55), transparent 24rem),
    linear-gradient(180deg, #fffdf9, #f8f5ff);
  color: var(--bh-ink);
}

.bh-beitj-section::after {
  content: "J";
  position: absolute;
  right: -.02em;
  bottom: -.34em;
  color: rgba(23,23,71,.025);
  font-family: Georgia, serif;
  font-size: min(34vw, 24rem);
  line-height: 1;
  pointer-events: none;
}

.bh-beitj-spotlight {
  position: relative;
  z-index: 1;
  display: grid;
  grid-template-columns: minmax(320px, .82fr) minmax(0, 1.18fr);
  min-height: 430px;
  overflow: hidden;
  border: 1px solid rgba(23,23,71,.12);
  border-radius: calc(var(--bh-radius) + .55rem);
  background: #fff;
  box-shadow: 0 22px 60px rgba(23,23,71,.10);
}

.bh-beitj-spotlight::before {
  content: "";
  position: absolute;
  z-index: 3;
  top: 0;
  right: 0;
  left: 0;
  height: 5px;
  background: linear-gradient(90deg, #ef3d4d, #f58a39, #f6cf3f, #3aa16b, #3b64b8, #7f3f98);
}

.bh-beitj-spotlight__visual {
  position: relative;
  display: flex;
  min-height: 430px;
  flex-direction: column;
  justify-content: space-between;
  padding: clamp(1.35rem, 2.5vw, 2rem);
  overflow: hidden;
  background: linear-gradient(145deg, var(--bh-raspberry), #8b3f91 58%, var(--bh-blue));
}

.bh-beitj-spotlight__visual::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(180deg, rgba(23,23,71,.07), rgba(23,23,71,.60));
  pointer-events: none;
}

.bh-beitj-spotlight__visual > * { position: relative; z-index: 1; }

.bh-beitj-spotlight__tag {
  align-self: flex-start;
  padding: .48rem .68rem;
  border: 1px solid rgba(255,255,255,.45);
  border-radius: 999px;
  background: rgba(23,23,71,.35);
  color: #fff;
  font-size: .68rem;
  font-weight: 850;
  letter-spacing: .08em;
  text-transform: uppercase;
  backdrop-filter: blur(6px);
}

.bh-beitj-spotlight__logo {
  width: 92px;
  aspect-ratio: 1;
  align-self: flex-end;
  margin: auto 0 1rem;
  border: 4px solid rgba(255,255,255,.96);
  border-radius: 1rem;
  background: url("assets/images/logo-beit-j.jpg") center / cover no-repeat;
  box-shadow: 0 12px 28px rgba(23,23,71,.26);
  transform: rotate(2deg);
  transition: transform 350ms cubic-bezier(.22, 1, .36, 1);
}

.bh-beitj-spotlight__visual:hover .bh-beitj-spotlight__logo { transform: rotate(0deg) translateY(-3px); }

.bh-beitj-spotlight__age {
  display: flex;
  align-items: center;
  gap: .65rem;
  align-self: flex-start;
  padding: .55rem .7rem;
  border-radius: .85rem;
  background: rgba(23,23,71,.68);
  color: #fff;
  backdrop-filter: blur(6px);
}

.bh-beitj-spotlight__age strong {
  font-family: inherit;
  font-size: .92rem;
  font-weight: 900;
  letter-spacing: -.01em;
  line-height: 1;
}

.bh-beitj-spotlight__age span {
  font-size: .66rem;
  font-weight: 750;
  letter-spacing: .07em;
  text-transform: uppercase;
  opacity: .82;
}

.bh-beitj-spotlight__copy {
  align-self: center;
  padding: clamp(2rem, 4vw, 3.6rem);
}

.bh-beitj-spotlight__copy .bh-kicker { color: var(--bh-raspberry); }

.bh-beitj-spotlight__copy h2 {
  max-width: 12em;
  margin: 0 0 1.1rem;
  color: var(--bh-ink);
  font-family: Georgia, serif;
  font-size: clamp(2.5rem, 4vw, 4.25rem);
  font-weight: 500;
  letter-spacing: -.04em;
  line-height: .98;
}

.bh-beitj-spotlight__copy > p:not(.bh-kicker) {
  max-width: 46rem;
  color: rgba(23,23,71,.76);
  line-height: 1.55;
}

.bh-beitj-spotlight__copy > .bh-lead {
  color: var(--bh-ink);
  font-size: clamp(1rem, 1.25vw, 1.16rem);
}

.bh-beitj-spotlight__copy ul {
  display: flex;
  flex-wrap: wrap;
  gap: .45rem;
  margin: 1.25rem 0 0;
  padding: 0;
  list-style: none;
}

.bh-beitj-spotlight__copy li {
  padding: .44rem .72rem;
  border: 1px solid rgba(23,23,71,.20);
  border-radius: 999px;
  color: rgba(23,23,71,.82);
  font-size: .72rem;
  font-weight: 750;
}

.bh-beitj-spotlight__actions {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: .8rem 1.15rem;
  margin-top: 1.45rem;
}

.bh-beitj-spotlight__actions a { color: var(--bh-ink); font-weight: 850; }

.bh-beitj-spotlight__actions .bh-button-primary {
  padding: .78rem 1.05rem;
  border-radius: 999px;
  background: var(--bh-raspberry);
  color: #fff;
  text-decoration: none;
}

.bh-community-story-section {
  background:
    radial-gradient(circle at 8% 8%, rgba(248,217,229,.7), transparent 28rem),
    linear-gradient(180deg, var(--bh-ivory), #fffdf9);
}

.bh-community-story {
  display: grid;
  grid-template-columns: minmax(270px, .62fr) minmax(0, 1.18fr);
  align-items: start;
  gap: clamp(2.5rem, 8vw, 8rem);
}

.bh-community-story__intro {
  position: sticky;
  top: calc(87px + 1.75rem);
  padding-top: .75rem;
}

.admin-bar .bh-community-story__intro { top: calc(119px + 1.75rem); }

.bh-community-story__intro .bh-title {
  max-width: 10em;
  font-size: clamp(2.65rem, 4.25vw, 4.75rem);
  line-height: .94;
}

.bh-community-story__intro .bh-lead {
  max-width: 34rem;
  font-size: clamp(1.05rem, 1.45vw, 1.25rem);
}

.bh-community-story__note {
  display: grid;
  gap: .35rem;
  margin-top: 2.25rem;
  padding-top: 1.1rem;
  border-top: 1px solid var(--bh-line);
}

.bh-community-story__note strong {
  font-size: .78rem;
  letter-spacing: .08em;
  text-transform: uppercase;
}

.bh-community-story__note span {
  color: rgba(23,23,71,.62);
  font-size: .85rem;
}

.bh-community-stack { padding-bottom: 8vh; }

.bh-community-panel {
  --bh-stack-offset: 0px;
  position: sticky;
  top: calc(87px + 1.25rem + var(--bh-stack-offset));
  z-index: 1;
  display: flex;
  box-sizing: border-box;
  min-height: min(66svh, 580px);
  flex-direction: column;
  justify-content: space-between;
  margin: 0 0 clamp(5rem, 12vh, 9rem);
  padding: clamp(1.6rem, 4vw, 3.25rem);
  overflow: hidden;
  border: 1px solid var(--bh-line);
  border-radius: calc(var(--bh-radius) + .65rem);
  background: var(--bh-paper);
  box-shadow: 0 28px 70px rgba(23,23,71,.16);
}

.admin-bar .bh-community-panel { top: calc(119px + 1.25rem + var(--bh-stack-offset)); }

.bh-community-panel:nth-child(1) { z-index: 1; background: var(--bh-ink); color: var(--bh-ivory); }
.bh-community-panel:nth-child(2) { --bh-stack-offset: 10px; z-index: 2; background: var(--bh-pink); }
.bh-community-panel:nth-child(3) { --bh-stack-offset: 20px; z-index: 3; background: var(--bh-gold); }
.bh-community-panel:nth-child(4) { --bh-stack-offset: 30px; z-index: 4; background: var(--bh-mint); }
.bh-community-panel:nth-child(5) { --bh-stack-offset: 40px; z-index: 5; background: var(--bh-lavender); }
.bh-community-panel:nth-child(6) { --bh-stack-offset: 50px; z-index: 6; background: var(--bh-paper); }

.bh-community-panel::after {
  content: attr(data-panel-number);
  position: absolute;
  right: -.08em;
  bottom: -.24em;
  color: rgba(23,23,71,.055);
  font-family: Georgia, serif;
  font-size: clamp(12rem, 25vw, 21rem);
  letter-spacing: -.09em;
  line-height: 1;
  pointer-events: none;
}

.bh-community-panel:nth-child(1)::after { color: rgba(255,255,255,.06); }

.bh-community-panel > * { position: relative; z-index: 1; }

.bh-community-panel header {
  display: flex;
  justify-content: space-between;
  gap: 1rem;
  font-size: .72rem;
  font-weight: 850;
  letter-spacing: .1em;
  text-transform: uppercase;
}

.bh-community-panel header span:last-child { opacity: .6; text-align: right; }

.bh-community-panel__content { margin-block: clamp(2.5rem, 7vh, 5rem) 2rem; }

.bh-community-panel__content--mixed {
  display: grid;
  grid-template-columns: minmax(0, .9fr) minmax(290px, 1.1fr);
  align-items: start;
  gap: clamp(1.25rem, 3vw, 2.5rem);
  margin-block: clamp(1.75rem, 4vh, 3rem) 1rem;
}

.bh-community-panel__content h2 {
  max-width: 8.5em;
  margin: 0 0 1rem;
  color: inherit;
  font-family: Georgia, serif;
  font-size: clamp(2.8rem, 4.5vw, 4.8rem);
  font-weight: 500;
  letter-spacing: -.045em;
  line-height: .94;
}

.bh-community-panel__content p {
  max-width: 42rem;
  margin: 0;
  font-size: clamp(1rem, 1.45vw, 1.18rem);
  line-height: 1.55;
}

.bh-community-panel__details {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 1rem;
  margin-top: 1.35rem;
  padding-top: 1.1rem;
  border-top: 1px solid currentColor;
}

.bh-community-panel__details p {
  display: grid;
  gap: .32rem;
  margin: 0;
  font-size: .86rem;
  line-height: 1.4;
}

.bh-community-panel__details strong {
  font-size: .68rem;
  letter-spacing: .09em;
  text-transform: uppercase;
}

.bh-community-panel__details span { opacity: .72; }

.bh-community-panel__content ul {
  display: flex;
  flex-wrap: wrap;
  gap: .5rem;
  margin: 1.35rem 0 0;
  padding: 0;
  list-style: none;
}

.bh-community-panel__content li {
  padding: .48rem .78rem;
  border: 1px solid currentColor;
  border-radius: 999px;
  font-size: .75rem;
  font-weight: 750;
}

.bh-monthly-meetup {
  padding: clamp(1.15rem, 2.2vw, 1.65rem);
  border: 1px solid rgba(255,255,255,.24);
  border-radius: calc(var(--bh-radius) - .15rem);
  background: rgba(255,255,255,.09);
}

.bh-monthly-meetup__eyebrow {
  display: block;
  margin-bottom: .6rem;
  color: #f8a9c6;
  font-size: .68rem;
  font-weight: 850;
  letter-spacing: .1em;
  text-transform: uppercase;
}

.bh-monthly-meetup h3 {
  margin: 0 0 .75rem;
  color: inherit;
  font-family: Georgia, serif;
  font-size: clamp(1.7rem, 2.7vw, 2.6rem);
  font-weight: 500;
  letter-spacing: -.035em;
  line-height: 1;
}

.bh-monthly-meetup p { font-size: clamp(.88rem, 1.05vw, 1rem); }
.bh-monthly-meetup ul { margin-top: 1rem; }

.bh-community-panel > a {
  display: inline-flex;
  width: fit-content;
  align-items: center;
  gap: .6rem;
  color: inherit;
  font-weight: 850;
  text-decoration-thickness: 1.5px;
}

.bh-community-panel > a span { transition: translate 180ms ease; }
.bh-community-panel > a:hover span { translate: .25rem -.25rem; }

.bh-community-events-section { background: var(--bh-paper); }

.bh-community-events__heading {
  display: grid;
  max-width: 1100px;
  grid-template-columns: minmax(0, 1.2fr) minmax(280px, .65fr);
  align-items: end;
  gap: clamp(2rem, 7vw, 7rem);
  margin-bottom: clamp(3rem, 6vw, 5rem);
}

.bh-community-events__heading .bh-kicker,
.bh-community-events__heading .bh-title { grid-column: 1; }

.bh-community-events__heading .bh-title {
  max-width: 9.5em;
  font-size: clamp(3.2rem, 6.5vw, 6.8rem);
}

.bh-community-events__heading .bh-lead {
  grid-column: 2;
  grid-row: 1 / span 2;
  margin: 0;
}

.bh-event-formats {
  display: grid;
  grid-template-columns: repeat(12, minmax(0, 1fr));
  gap: 1rem;
}

.bh-event-format-card {
  display: flex;
  min-height: 360px;
  grid-column: span 5;
  flex-direction: column;
  justify-content: flex-end;
  padding: clamp(1.5rem, 3vw, 2.35rem);
  border: 1px solid var(--bh-line);
  border-radius: calc(var(--bh-radius) + .35rem);
  background: var(--bh-lavender);
  box-shadow: 0 14px 38px rgba(23,23,71,.08);
}

.bh-event-format-card:nth-child(1),
.bh-event-format-card:nth-child(4) { grid-column: span 7; }
.bh-event-format-card:nth-child(2) { background: var(--bh-gold); }
.bh-event-format-card:nth-child(3) { background: var(--bh-mint); }
.bh-event-format-card:nth-child(4) { background: var(--bh-pink); }

.bh-event-format-card--conviviale {
  position: relative;
  overflow: hidden;
  background: linear-gradient(145deg, var(--bh-raspberry), #8c3f91 66%, var(--bh-blue));
  color: #fff;
}

.bh-event-format-card--conviviale::after {
  content: "JEU";
  position: absolute;
  right: -.08em;
  bottom: -.3em;
  color: rgba(255,255,255,.055);
  font-family: Georgia, serif;
  font-size: clamp(9rem, 18vw, 17rem);
  line-height: 1;
}

.bh-event-format-card--conviviale > * { position: relative; z-index: 1; }

.bh-event-format-card__facts {
  display: flex;
  flex-wrap: wrap;
  gap: .45rem;
  margin: 1rem 0 .25rem;
}

.bh-event-format-card__facts span {
  padding: .42rem .65rem;
  border: 1px solid rgba(255,255,255,.55);
  border-radius: 999px;
  font-size: .68rem;
  font-weight: 800;
}

.bh-event-format-card > span {
  margin-bottom: auto;
  font-size: .72rem;
  font-weight: 850;
  letter-spacing: .1em;
  text-transform: uppercase;
}

.bh-event-format-card h3 {
  max-width: 10em;
  margin: 4rem 0 .8rem;
  font-family: Georgia, serif;
  font-size: clamp(2.35rem, 4.4vw, 4.4rem);
  font-weight: 500;
  letter-spacing: -.04em;
  line-height: .96;
}

.bh-event-format-card p { max-width: 40rem; line-height: 1.55; }
.bh-event-format-card a { width: fit-content; color: inherit; font-weight: 850; }

.bh-dedicated-events {
  display: grid;
  grid-template-columns: minmax(250px, .55fr) minmax(0, 1.25fr);
  gap: clamp(2rem, 6vw, 6rem);
  margin-top: clamp(4rem, 8vw, 7rem);
  padding: clamp(2rem, 5vw, 4.5rem);
  border-radius: calc(var(--bh-radius) + .65rem);
  background: var(--bh-ink);
  color: var(--bh-ivory);
}

.bh-dedicated-events > div:first-child { align-self: center; }
.bh-dedicated-events .bh-kicker { color: #f8a9c6; }

.bh-dedicated-events h3 {
  margin: 0 0 1rem;
  color: #fff;
  font-family: Georgia, serif;
  font-size: clamp(2.6rem, 4.7vw, 4.8rem);
  font-weight: 500;
  letter-spacing: -.04em;
  line-height: .96;
}

.bh-dedicated-events > div:first-child > p:last-child {
  color: rgba(255,255,255,.68);
  line-height: 1.55;
}

.bh-dedicated-events__grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: .75rem;
}

.bh-dedicated-events__grid article {
  min-height: 280px;
  padding: 1.35rem;
  border: 1px solid rgba(255,255,255,.16);
  border-radius: var(--bh-radius);
  background: rgba(255,255,255,.07);
}

.bh-dedicated-events__grid article:nth-child(2) { background: rgba(248,217,229,.15); }
.bh-dedicated-events__grid article:nth-child(3) { background: rgba(242,181,68,.14); }

.bh-dedicated-events__grid span {
  font-size: .68rem;
  font-weight: 850;
  letter-spacing: .09em;
  text-transform: uppercase;
}

.bh-dedicated-events__grid h4 {
  margin: 5rem 0 .7rem;
  color: #fff;
  font-family: Georgia, serif;
  font-size: clamp(1.65rem, 2.5vw, 2.45rem);
  font-weight: 500;
  line-height: 1;
}

.bh-dedicated-events__grid p {
  margin-bottom: 0;
  color: rgba(255,255,255,.7);
  font-size: .9rem;
  line-height: 1.5;
}

.bh-dedicated-events > .bh-text-link {
  grid-column: 2;
  width: fit-content;
  color: #fff;
}

.bh-directory-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 1rem;
}

.bh-directory-card {
  min-height: 310px;
  padding: 1.5rem;
  border-radius: var(--bh-radius);
  background: var(--bh-paper);
  border: 1px solid var(--bh-line);
}
.bh-directory-card:nth-child(3n+2) { background: var(--bh-pink); }
.bh-directory-card:nth-child(3n+3) { background: var(--bh-mint); }
.bh-directory-card h2, .bh-directory-card h3 { margin: 5rem 0 .8rem; font-family: Georgia, serif; font-size: 2.35rem; font-weight: 500; line-height: 1; }
.bh-directory-card p { line-height: 1.55; }
.bh-directory-card a { color: inherit; font-weight: 800; }

.bh-feature-event {
  display: grid;
  grid-template-columns: .55fr 1fr;
  min-height: 390px;
  overflow: hidden;
  border-radius: calc(var(--bh-radius) + .35rem);
  background: var(--bh-paper);
  box-shadow: var(--bh-shadow);
}
.bh-feature-event__visual {
  display: flex;
  align-items: flex-end;
  padding: 1.75rem;
  background: linear-gradient(145deg, var(--bh-raspberry), #824092 58%, var(--bh-blue));
  color: #fff;
}
.bh-feature-event__visual span { font-size: .8rem; font-weight: 850; letter-spacing: .1em; text-transform: uppercase; }
.bh-feature-event__copy { padding: clamp(2rem, 5vw, 4rem); }
.bh-feature-event__copy h2 { margin: 0 0 1rem; font-family: Georgia, serif; font-size: clamp(2.4rem, 5vw, 4.3rem); font-weight: 500; line-height: 1; }
.bh-feature-event__meta { color: var(--bh-raspberry); font-weight: 850; }

.bh-agenda-conviviale {
  display: grid;
  grid-template-columns: minmax(250px, .55fr) minmax(0, 1.25fr);
  min-height: 420px;
  margin-top: clamp(2rem, 5vw, 4rem);
  overflow: hidden;
  border-radius: calc(var(--bh-radius) + .35rem);
  background: var(--bh-gold);
  box-shadow: var(--bh-shadow);
}

.bh-agenda-conviviale__date {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  padding: clamp(1.75rem, 4vw, 3.25rem);
  background: var(--bh-ink);
  color: #fff;
}

.bh-agenda-conviviale__date span {
  font-size: .72rem;
  font-weight: 850;
  letter-spacing: .1em;
  text-transform: uppercase;
}

.bh-agenda-conviviale__date strong {
  font-family: Georgia, serif;
  font-size: clamp(3rem, 5vw, 5.2rem);
  font-weight: 500;
  letter-spacing: -.045em;
  line-height: .88;
}

.bh-agenda-conviviale__copy { padding: clamp(2rem, 5vw, 4rem); }
.bh-agenda-conviviale__copy .bh-kicker { color: var(--bh-ink); }

.bh-agenda-conviviale__copy h2 {
  max-width: 10em;
  margin: 0 0 1rem;
  font-family: Georgia, serif;
  font-size: clamp(2.6rem, 5vw, 4.8rem);
  font-weight: 500;
  letter-spacing: -.045em;
  line-height: .95;
}

.bh-agenda-conviviale__copy > p:not(.bh-kicker) { max-width: 46rem; line-height: 1.55; }

.bh-agenda-conviviale__copy ul {
  display: flex;
  flex-wrap: wrap;
  gap: .5rem;
  margin: 1.35rem 0 1.5rem;
  padding: 0;
  list-style: none;
}

.bh-agenda-conviviale__copy li {
  padding: .48rem .72rem;
  border: 1px solid var(--bh-ink);
  border-radius: 999px;
  font-size: .72rem;
  font-weight: 800;
}

.bh-notice {
  margin-top: 2rem;
  padding: 1.25rem 1.5rem;
  border-left: 5px solid var(--bh-gold);
  background: var(--bh-paper);
}
.bh-notice p { margin: 0; }

.bh-card-grid--dynamic {
  grid-template-columns: repeat(auto-fit, minmax(min(100%, 280px), 1fr));
}

.bh-card-grid--dynamic .bh-event-card {
  display: flex;
  flex-direction: column;
}

.bh-card-grid--dynamic .bh-event-card p:not(.bh-event-card__date) { flex: 1; }

.bh-card-grid--dynamic .bh-event-card--recurring,
.bh-card-grid--dynamic .bh-event-card--recurring:nth-child(2) {
  background: var(--bh-ink);
  color: var(--bh-ivory);
  transform: none;
}

.bh-card-grid--dynamic .bh-event-card--recurring .bh-event-card__date { color: #f8a9c6; }
.bh-card-grid--dynamic .bh-event-card--recurring a { color: #fff; }

.bh-events-index {
  margin-top: clamp(4rem, 8vw, 7rem);
}

.bh-events-index__heading {
  display: grid;
  grid-template-columns: minmax(0, 1.25fr) minmax(260px, .75fr);
  gap: 1.5rem clamp(2rem, 7vw, 7rem);
  align-items: end;
  margin-bottom: clamp(2rem, 5vw, 3.5rem);
}

.bh-events-index__heading .bh-kicker {
  grid-column: 1 / -1;
  margin-bottom: 0;
}

.bh-events-index__heading h2 {
  margin: 0;
  font-family: Georgia, "Times New Roman", serif;
  font-size: clamp(2.9rem, 6vw, 5.7rem);
  font-weight: 500;
  letter-spacing: -.045em;
  line-height: .92;
}

.bh-events-index__heading > p:last-child {
  margin: 0 0 .35rem;
  color: rgba(23,23,71,.7);
  line-height: 1.6;
}

.bh-event-filters {
  display: flex;
  flex-wrap: wrap;
  gap: .55rem;
  margin-bottom: 1.5rem;
}

.bh-event-filters button {
  padding: .65rem 1rem;
  border: 1px solid var(--bh-ink);
  border-radius: 999px;
  background: transparent;
  color: var(--bh-ink);
  font: inherit;
  font-size: .8rem;
  font-weight: 800;
  cursor: pointer;
  transition: background .2s ease, color .2s ease, transform .2s ease;
}

.bh-event-filters button:hover { transform: translateY(-2px); }

.bh-event-filters button[aria-pressed="true"] {
  background: var(--bh-ink);
  color: #fff;
}

.bh-events-feature {
  display: grid;
  grid-template-columns: minmax(250px, .34fr) minmax(0, 1fr);
  min-height: 330px;
  overflow: hidden;
  border-radius: calc(var(--bh-radius) + .6rem);
  background: var(--bh-ink);
  color: var(--bh-ivory);
  box-shadow: var(--bh-shadow);
}

.bh-events-feature[hidden],
.bh-event-dynamic-card[hidden] { display: none !important; }

.bh-events-feature__date {
  position: relative;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  padding: clamp(1.2rem, 2.4vw, 2rem);
  background: linear-gradient(145deg, var(--bh-raspberry), #8c3e91 62%, var(--bh-blue));
  background-position: center;
  background-size: cover;
}

.bh-events-feature__date > span {
  font-size: .72rem;
  font-weight: 900;
  letter-spacing: .12em;
  text-transform: uppercase;
}

.bh-events-feature__date time {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}

.bh-events-feature__date strong {
  font-family: Georgia, "Times New Roman", serif;
  font-size: clamp(6rem, 13vw, 10rem);
  font-weight: 500;
  letter-spacing: -.08em;
  line-height: .7;
}

.bh-events-feature__date em {
  margin-top: 1.25rem;
  font-family: Georgia, "Times New Roman", serif;
  font-size: clamp(1.7rem, 3vw, 2.5rem);
  font-style: normal;
}

.bh-events-feature__date small { margin-top: .45rem; font-size: 1rem; font-weight: 800; }

.bh-events-feature__date--poster > span {
  width: fit-content;
  padding: .45rem .7rem;
  border-radius: 999px;
  background: rgba(23,23,71,.88);
  box-shadow: 0 8px 24px rgba(23,23,71,.18);
}

.bh-events-feature__date--poster time {
  width: fit-content;
  padding: .65rem .8rem;
  border-radius: .9rem;
  background: rgba(255,253,248,.94);
  color: var(--bh-ink);
  box-shadow: 0 10px 30px rgba(23,23,71,.2);
}

.bh-events-feature__date--poster strong {
  font-size: clamp(2.35rem, 4vw, 3.25rem);
  line-height: .8;
}

.bh-events-feature__date--poster em {
  margin-top: .6rem;
  font-family: inherit;
  font-size: .85rem;
  font-weight: 850;
  letter-spacing: .06em;
  text-transform: uppercase;
}

.bh-events-feature__date--poster small { margin-top: .2rem; font-size: .8rem; }

.bh-events-feature__copy {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  padding: clamp(1.4rem, 2.8vw, 2.5rem);
}

.bh-events-feature__copy .bh-kicker { color: #f8a9c6; }

.bh-events-feature__copy h3 {
  max-width: 16em;
  margin: 0 0 .7rem;
  font-family: Georgia, "Times New Roman", serif;
  font-size: clamp(2.05rem, 3.25vw, 3.2rem);
  font-weight: 500;
  letter-spacing: -.035em;
  line-height: 1;
}

.bh-events-feature__copy h3 a { color: #fff; text-decoration: none; }
.bh-events-feature__copy > p:not(.bh-kicker, .bh-event-location) {
  display: -webkit-box;
  max-width: 50rem;
  overflow: hidden;
  color: rgba(255,255,255,.8);
  font-size: .96rem;
  line-height: 1.5;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
}


.bh-event-location {
  margin: .3rem 0 0;
  font-size: .85rem;
  font-weight: 800;
}

.bh-event-location::before { content: "Lieu · "; opacity: .65; }

.bh-event-badges {
  display: flex;
  flex-wrap: wrap;
  gap: .45rem;
  margin-top: 1.1rem;
}

.bh-event-badges:empty { display: none; }

.bh-event-badges span {
  padding: .38rem .68rem;
  border: 1px solid currentColor;
  border-radius: 999px;
  font-size: .68rem;
  font-weight: 850;
}

.bh-event-button {
  display: inline-block;
  margin-top: 1.5rem;
  padding: .82rem 1.2rem;
  border-radius: 999px;
  background: var(--bh-raspberry);
  color: #fff;
  font-weight: 850;
  text-decoration: none;
}

.bh-event-button:hover { filter: brightness(.94); }

.bh-event-button--secondary {
  border: 1px solid currentColor;
  background: transparent;
  color: var(--bh-ink);
}

/* 0.55.77 — Agenda : la carte « À la une » reste un vrai temps fort,
   mais ne monopolise plus tout le premier écran sur ordinateur. */
@media (min-width: 901px) {
  .bh-events-feature__copy {
    display: grid;
    grid-template-columns: max-content max-content;
    align-content: center;
    align-items: start;
    justify-content: start;
    column-gap: .7rem;
  }

  .bh-events-feature__copy > .bh-kicker,
  .bh-events-feature__copy > h3,
  .bh-events-feature__copy > p:not(.bh-kicker),
  .bh-events-feature__copy > .bh-event-badges {
    grid-column: 1 / -1;
  }

  .bh-events-feature__copy > .bh-kicker { margin-bottom: .55rem; }
  .bh-events-feature__copy > .bh-event-location { margin-top: .15rem; }
  .bh-events-feature__copy > .bh-event-badges { margin-top: .7rem; }
  .bh-events-feature__copy > .bh-event-button,
  .bh-events-feature__copy > .bh-event-calendar { margin-top: .9rem; }
  .bh-events-feature__copy > .bh-event-button { grid-column: 1; }
  .bh-events-feature__copy > .bh-event-calendar { grid-column: 2; }
}

.bh-events-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 1rem;
  margin-top: 1rem;
}

.bh-event-dynamic-card {
  display: flex;
  flex-direction: column;
  min-width: 0;
  overflow: hidden;
  border: 1px solid var(--bh-line);
  border-radius: var(--bh-radius);
  background: var(--bh-paper);
  box-shadow: 0 8px 30px rgba(23,23,71,.06);
}

.bh-event-dynamic-card__visual {
  display: flex;
  align-items: flex-end;
  min-height: 160px;
  padding: 1.25rem;
  background-color: var(--bh-lavender);
  background-image: linear-gradient(145deg, var(--bh-lavender), var(--bh-pink));
  background-position: center;
  background-size: cover;
}

.bh-event-dynamic-card:nth-child(3n+2) .bh-event-dynamic-card__visual { background-image: linear-gradient(145deg, var(--bh-mint), #cce8e7); }
.bh-event-dynamic-card:nth-child(3n+3) .bh-event-dynamic-card__visual { background-image: linear-gradient(145deg, #ffe6a6, var(--bh-pink)); }

.bh-event-dynamic-card__visual span {
  padding: .38rem .65rem;
  border-radius: 999px;
  background: rgba(255,255,255,.9);
  color: var(--bh-ink);
  font-size: .67rem;
  font-weight: 850;
}

.bh-event-dynamic-card__body {
  display: flex;
  flex: 1;
  flex-direction: column;
  align-items: flex-start;
  padding: 1.35rem;
}

.bh-event-dynamic-card time {
  color: var(--bh-raspberry);
  font-size: .72rem;
  font-weight: 850;
  letter-spacing: .035em;
  text-transform: uppercase;
}

.bh-event-dynamic-card h3 {
  margin: 1.3rem 0 .8rem;
  font-family: Georgia, "Times New Roman", serif;
  font-size: clamp(1.8rem, 3vw, 2.6rem);
  font-weight: 500;
  line-height: 1;
}

.bh-event-dynamic-card h3 a { color: inherit; text-decoration: none; }
.bh-event-dynamic-card__body > p:not(.bh-event-location) { flex: 1; line-height: 1.55; }
.bh-event-dynamic-card .bh-event-button { margin-top: 1.25rem; }

/* 0.55.78 — Agenda : les cartes d’événements classiques sont elles aussi
   compactées. Elles restent éditoriales, mais ne doivent plus ressembler à
   de grandes affiches verticales quand il ne reste qu’un ou deux événements. */
.bh-event-dynamic-card__body > p:not(.bh-event-location) {
  flex: 0 0 auto;
}

@media (min-width: 901px) {
  .bh-events-grid {
    gap: .9rem;
  }

  .bh-event-dynamic-card__visual {
    min-height: 118px;
    padding: .9rem;
  }

  .bh-event-dynamic-card__visual span {
    padding: .32rem .56rem;
    font-size: .62rem;
  }

  .bh-event-dynamic-card__body {
    padding: 1rem 1.05rem 1.05rem;
  }

  .bh-event-dynamic-card time {
    font-size: .66rem;
  }

  .bh-event-dynamic-card h3 {
    margin: .78rem 0 .52rem;
    font-size: clamp(1.45rem, 1.75vw, 1.95rem);
    line-height: 1.03;
  }

  .bh-event-dynamic-card__body > p:not(.bh-event-location) {
    display: -webkit-box;
    overflow: hidden;
    margin: 0;
    font-size: .87rem;
    line-height: 1.42;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
  }

  .bh-event-dynamic-card .bh-event-location {
    margin-top: .55rem;
    font-size: .77rem;
  }

  .bh-event-dynamic-card .bh-event-badges {
    margin-top: .62rem;
  }

  .bh-event-dynamic-card .bh-event-badges span {
    padding: .3rem .55rem;
    font-size: .62rem;
  }

  .bh-event-dynamic-card .bh-event-button {
    margin-top: .78rem;
    padding: .68rem .95rem;
    font-size: .82rem;
  }

  .bh-event-dynamic-card .bh-event-calendar--compact {
    margin-top: .5rem;
  }
}

@media (min-width: 561px) and (max-width: 900px) {
  .bh-event-dynamic-card__visual { min-height: 130px; padding: 1rem; }
  .bh-event-dynamic-card__body { padding: 1.05rem; }
  .bh-event-dynamic-card h3 { margin: .85rem 0 .55rem; font-size: clamp(1.5rem, 3.2vw, 1.9rem); }
  .bh-event-dynamic-card__body > p:not(.bh-event-location) {
    display: -webkit-box;
    overflow: hidden;
    margin: 0;
    font-size: .9rem;
    line-height: 1.43;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
  }
  .bh-event-dynamic-card .bh-event-button { margin-top: .8rem; }
}

@media (max-width: 560px) {
  .bh-event-dynamic-card__visual { min-height: 132px; }
  .bh-event-dynamic-card__body { padding: 1rem; }
  .bh-event-dynamic-card h3 { margin: .82rem 0 .55rem; font-size: 1.7rem; }
  .bh-event-dynamic-card__body > p:not(.bh-event-location) {
    display: -webkit-box;
    overflow: hidden;
    margin: 0;
    font-size: .9rem;
    line-height: 1.43;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
  }
  .bh-event-dynamic-card .bh-event-button { margin-top: .8rem; }
}

.bh-events-empty,
.bh-event-filter-empty {
  padding: clamp(1.5rem, 4vw, 2.5rem);
  border: 1px solid var(--bh-line);
  border-radius: var(--bh-radius);
  background: var(--bh-lavender);
}

.bh-events-empty h3 { margin-top: 0; font-family: Georgia, serif; font-size: 2rem; font-weight: 500; }
.bh-event-filter-empty { margin: 1rem 0 0; }

.bh-past-events {
  margin-top: clamp(2.5rem, 6vw, 5rem);
  border-top: 1px solid var(--bh-line);
}

.bh-past-events summary {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1rem;
  padding: 1.25rem 0;
  font-size: 1rem;
  font-weight: 850;
  cursor: pointer;
  list-style: none;
}

.bh-past-events summary::-webkit-details-marker { display: none; }

.bh-past-events summary strong {
  display: grid;
  place-items: center;
  width: 2.2rem;
  height: 2.2rem;
  border-radius: 999px;
  background: var(--bh-ink);
  color: #fff;
  font-size: .75rem;
}

.bh-past-events .bh-events-grid {
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: .85rem;
}

.bh-past-events .bh-event-dynamic-card { opacity: .88; }

.bh-past-events .bh-event-dynamic-card__visual {
  height: 128px;
  min-height: 128px;
  padding: .85rem;
  filter: saturate(.55);
}

.bh-past-events .bh-event-dynamic-card__visual span {
  padding: .3rem .55rem;
  font-size: .6rem;
}

.bh-past-events .bh-event-dynamic-card__body { padding: 1rem; }

.bh-past-events .bh-event-dynamic-card time { font-size: .62rem; }

.bh-past-events .bh-event-dynamic-card h3 {
  display: -webkit-box;
  min-height: 2.2em;
  margin: .75rem 0 .9rem;
  overflow: hidden;
  font-size: clamp(1.35rem, 1.75vw, 1.75rem);
  line-height: 1.05;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
}

.bh-past-events .bh-event-dynamic-card__body > p,
.bh-past-events .bh-event-location,
.bh-past-events .bh-event-badges { display: none; }

.bh-past-events .bh-event-button {
  margin-top: auto;
  padding: .62rem .82rem;
  font-size: .72rem;
}

.bh-single-event-layout {
  display: grid;
  grid-template-columns: minmax(280px, 420px) minmax(0, 1fr);
  gap: clamp(2rem, 6vw, 6rem);
  align-items: start;
}

.bh-single-event-layout__poster,
.bh-single-event-layout__content { min-width: 0; }

.bh-single-event-image {
	max-width: 420px;
	margin: 0;
	overflow: hidden;
	border-radius: calc(var(--bh-radius) + .4rem);
	box-shadow: var(--bh-shadow);
}

.bh-single-event-image img {
	display: block;
	width: 100%;
	height: auto;
	max-height: none;
	aspect-ratio: 4 / 5;
	object-fit: cover;
}

.bh-single-event-details {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 1rem;
  margin-bottom: clamp(2rem, 5vw, 4rem);
  padding: 1.25rem;
  border: 1px solid var(--bh-line);
  border-radius: var(--bh-radius);
  background: var(--bh-lavender);
}

.bh-single-event-details__meta {
  display: flex;
  flex: 1 1 520px;
  flex-wrap: wrap;
  gap: .55rem;
}

.bh-single-event-details__meta > * {
  padding: .5rem .75rem;
  border: 1px solid rgba(23,23,71,.22);
  border-radius: 999px;
  font-size: .78rem;
  font-weight: 800;
}

.bh-single-event-details .bh-event-button { margin-top: 0; }
.bh-single-event-details .bh-text-link { width: 100%; margin-top: .5rem; }
.bh-single-event-details__past { flex: 1 1 100%; margin: 0; font-weight: 750; }
.bh-single-event { padding-top: clamp(2.5rem, 5vw, 4.25rem); padding-bottom: clamp(3rem, 6vw, 5rem); }
.bh-single-event-layout {
  grid-template-columns: minmax(280px, 390px) minmax(0, 1fr);
  gap: clamp(1.5rem, 4vw, 3.5rem);
}
.bh-single-event-layout__poster {
  position: sticky;
  top: calc(var(--wp-admin--admin-bar--height, 0px) + 1.5rem);
}
.bh-single-event-layout__content,
.bh-single-event-layout__content .wp-block-post-content,
.bh-single-event-layout__content .is-layout-constrained {
  max-width: none;
}
.bh-single-event-layout__content > .wp-block-post-content,
.bh-single-event-layout__content > .is-layout-constrained {
  margin-top: 1.5rem;
}
.bh-single-event-layout__content > .wp-block-post-content > :first-child,
.bh-single-event-layout__content > .is-layout-constrained > :first-child {
  margin-top: 0;
}
.bh-single-event-layout__content .wp-block-post-content > *,
.bh-single-event-layout__content .is-layout-constrained > * {
  max-width: min(760px, 100%);
}
.bh-single-event-layout__content .wp-block-post-content > .alignwide,
.bh-single-event-layout__content .wp-block-post-content > .alignfull,
.bh-single-event-layout__content .is-layout-constrained > .alignwide,
.bh-single-event-layout__content .is-layout-constrained > .alignfull {
  max-width: 100%;
}
.bh-single-event-layout__content .wp-block-post-content figure,
.bh-single-event-layout__content .wp-block-post-content img,
.bh-single-event-layout__content .wp-block-post-content .wp-block-embed,
.bh-single-event-layout__content .is-layout-constrained figure,
.bh-single-event-layout__content .is-layout-constrained img,
.bh-single-event-layout__content .is-layout-constrained .wp-block-embed {
  max-width: 100%;
}
.bh-event-next-shell {
  padding-top: clamp(2.25rem, 4vw, 3.5rem);
  padding-bottom: clamp(3rem, 6vw, 5rem);
  border-top: 1px solid var(--bh-line);
}
.bh-event-next-shell .alignwide { max-width: min(1240px, calc(100vw - 3rem)); }

.bh-book-card {
  display: grid;
  grid-template-columns: .7fr 1fr;
  gap: clamp(2rem, 6vw, 5rem);
  align-items: center;
  padding: clamp(2rem, 5vw, 4rem);
  border-radius: calc(var(--bh-radius) + .5rem);
  background: var(--bh-ink);
  color: var(--bh-ivory);
}
.bh-book-card__cover { display: grid; place-items: center; min-height: 360px; padding: 2rem; border-radius: 1rem; background: linear-gradient(145deg, #f5c44d, #e85366 55%, #743f90); color: #fff; text-align: center; transform: rotate(-2deg); }
.bh-book-card__cover strong { font-family: Georgia, serif; font-size: 2.4rem; line-height: 1; }
.bh-book-card h2 { margin-top: 0; color: #fff; font-family: Georgia, serif; font-size: clamp(2.5rem, 5vw, 4.5rem); font-weight: 500; line-height: 1; }
.bh-book-card a { color: #fff; font-weight: 800; }

/* Resources */
.bh-resources-page [id] { scroll-margin-top: 155px; }

.bh-resource-hero {
  position: relative;
  min-height: min(790px, calc(100svh - 87px));
  margin: 0;
  padding: clamp(4.5rem, 9vw, 8.5rem) 1.5rem;
  overflow: hidden;
  background:
    radial-gradient(circle at 82% 16%, rgba(242,181,68,.42), transparent 25%),
    linear-gradient(135deg, var(--bh-lavender), #f5eafa 52%, var(--bh-pink));
}

.bh-resource-hero::before {
  content: "";
  position: absolute;
  right: -10rem;
  bottom: -15rem;
  width: 42rem;
  height: 42rem;
  border: 1px solid rgba(23,23,71,.13);
  border-radius: 50%;
  box-shadow: 0 0 0 5rem rgba(255,255,255,.13), 0 0 0 10rem rgba(255,255,255,.08);
}

.bh-resource-hero__grid {
  position: relative;
  z-index: 1;
  display: grid;
  grid-template-columns: minmax(0, 1.15fr) minmax(320px, .65fr);
  align-items: center;
  gap: clamp(3rem, 8vw, 8rem);
}

.bh-resource-hero__copy .bh-title {
  max-width: 10.5em;
  font-size: clamp(3.6rem, 7vw, 7.4rem);
}

.bh-resource-hero__visual {
  position: relative;
  min-height: 470px;
}

.bh-resource-paper {
  position: absolute;
  display: flex;
  box-sizing: border-box;
  flex-direction: column;
  border-radius: calc(var(--bh-radius) + .55rem);
  box-shadow: 0 28px 70px rgba(23,23,71,.18);
}

.bh-resource-paper--back {
  inset: 1.5rem 2rem 4rem 0;
  justify-content: flex-end;
  gap: .6rem;
  padding: 2rem;
  background: var(--bh-ink);
  color: rgba(255,255,255,.74);
  transform: rotate(-7deg);
}

.bh-resource-paper--back span {
  font-size: .72rem;
  font-weight: 850;
  letter-spacing: .1em;
  text-transform: uppercase;
}

.bh-resource-paper--front {
  inset: 3rem 0 0 2.5rem;
  justify-content: space-between;
  padding: clamp(1.5rem, 3vw, 2.5rem);
  background: var(--bh-paper);
  transform: rotate(4deg);
}

.bh-resource-paper__number {
  color: var(--bh-raspberry);
  font-size: .75rem;
  font-weight: 850;
  letter-spacing: .1em;
}

.bh-resource-paper--front strong {
  font-family: Georgia, serif;
  font-size: clamp(2.3rem, 4vw, 4rem);
  font-weight: 500;
  letter-spacing: -.045em;
  line-height: .98;
}

.bh-resource-paper--front i {
  font-family: inherit;
  font-size: 1.5rem;
  font-style: normal;
}

.bh-resource-nav-wrap {
  position: sticky;
  top: 87px;
  z-index: 90;
  margin: 0;
  padding: .75rem 1.5rem;
  border-bottom: 1px solid var(--bh-line);
  background: rgba(251,247,239,.91);
  backdrop-filter: blur(18px);
}

.admin-bar .bh-resource-nav-wrap { top: 119px; }

.bh-resource-nav {
  display: flex;
  gap: .45rem;
  overflow-x: auto;
  scrollbar-width: none;
}

.bh-resource-nav::-webkit-scrollbar { display: none; }

.bh-resource-nav a {
  flex: 0 0 auto;
  padding: .55rem .85rem;
  border-radius: 999px;
  color: rgba(23,23,71,.66);
  font-size: .72rem;
  font-weight: 800;
  text-decoration: none;
  transition: background 180ms ease, color 180ms ease;
}

.bh-resource-nav a:hover,
.bh-resource-nav a[aria-current="true"] {
  background: var(--bh-ink);
  color: #fff;
}

.bh-resource-start__intro {
  max-width: 420px;
  margin: 0 0 .4rem;
  color: rgba(23,23,71,.7);
  line-height: 1.6;
}

.bh-resource-paths {
  display: grid;
  grid-template-columns: repeat(12, minmax(0, 1fr));
  gap: 1rem;
}

.bh-resource-path {
  position: relative;
  display: flex;
  min-height: 430px;
  grid-column: span 4;
  box-sizing: border-box;
  flex-direction: column;
  padding: clamp(1.5rem, 3vw, 2.25rem);
  overflow: hidden;
  border: 1px solid var(--bh-line);
  border-radius: calc(var(--bh-radius) + .45rem);
  background: var(--bh-paper);
  color: var(--bh-ink);
  box-shadow: 0 16px 42px rgba(23,23,71,.07);
  text-decoration: none;
  transition: transform 220ms ease, box-shadow 220ms ease;
}

.bh-resource-path:nth-child(2) { background: var(--bh-pink); }
.bh-resource-path:nth-child(3) { background: var(--bh-gold); }

.bh-resource-path::after {
  content: "→";
  position: absolute;
  right: -.05em;
  bottom: -.32em;
  color: rgba(23,23,71,.045);
  font-family: Georgia, serif;
  font-size: 8rem;
  line-height: 1;
  pointer-events: none;
}

.bh-resource-path:hover {
  transform: translateY(-8px);
  box-shadow: 0 26px 60px rgba(23,23,71,.13);
}

.bh-resource-path > * { position: relative; z-index: 1; }

.bh-resource-path > span {
  font-size: .7rem;
  font-weight: 850;
  letter-spacing: .1em;
  text-transform: uppercase;
}

.bh-resource-path h3 {
  margin: auto 0 1rem;
  font-family: Georgia, serif;
  font-size: clamp(2.35rem, 4vw, 3.8rem);
  font-weight: 500;
  letter-spacing: -.04em;
  line-height: .98;
}

.bh-resource-path p { margin: 0; line-height: 1.55; }

.bh-resource-path i {
  display: flex;
  justify-content: space-between;
  margin-top: 1.5rem;
  padding-top: 1rem;
  border-top: 1px solid currentColor;
  font-size: .78rem;
  font-style: normal;
  font-weight: 850;
}

.bh-resource-editorial {
  display: grid;
  grid-template-columns: minmax(250px, .65fr) minmax(0, 1.35fr);
  gap: clamp(3rem, 8vw, 8rem);
}

.bh-resource-editorial__intro {
  position: sticky;
  top: 190px;
  align-self: start;
}

.admin-bar .bh-resource-editorial__intro { top: 222px; }

.bh-resource-editorial__intro h2 {
  max-width: 8em;
  margin: 0 0 1.25rem;
  color: #fff;
  font-family: Georgia, serif;
  font-size: clamp(3.1rem, 5.7vw, 6rem);
  font-weight: 500;
  letter-spacing: -.045em;
  line-height: .94;
}

.bh-resource-editorial__intro > p:not(.bh-kicker) {
  color: rgba(255,255,255,.7);
  line-height: 1.65;
}

.bh-resource-editorial__intro a {
  display: inline-flex;
  gap: .55rem;
  margin-top: 1.5rem;
  color: #fff;
  font-weight: 850;
}

.bh-resource-guides { display: grid; gap: 1rem; }

.bh-resource-guide {
  min-height: 390px;
  box-sizing: border-box;
  padding: clamp(1.5rem, 3vw, 2.4rem);
  border-radius: calc(var(--bh-radius) + .35rem);
  background: var(--bh-paper);
  color: var(--bh-ink);
}

.bh-resource-guide:nth-child(2) { background: var(--bh-pink); }
.bh-resource-guide:nth-child(3) { background: var(--bh-mint); }
.bh-resource-guide:nth-child(4) { background: var(--bh-gold); }

.bh-resource-guide > span {
  font-size: .72rem;
  font-weight: 850;
  letter-spacing: .1em;
}

.bh-resource-guide h3 {
  max-width: 12em;
  margin: clamp(3.5rem, 8vw, 6.5rem) 0 1rem;
  font-family: Georgia, serif;
  font-size: clamp(2.3rem, 4vw, 4rem);
  font-weight: 500;
  letter-spacing: -.04em;
  line-height: .98;
}

.bh-resource-guide > p { max-width: 43rem; line-height: 1.55; }

.bh-resource-guide ul {
  display: grid;
  gap: .45rem;
  margin: 1.5rem 0 0;
  padding: 1.2rem 0 0;
  border-top: 1px solid currentColor;
  list-style: none;
}

.bh-resource-guide li { display: flex; gap: .7rem; line-height: 1.45; }
.bh-resource-guide li::before { content: "→"; flex: 0 0 auto; color: var(--bh-raspberry); font-weight: 900; }

.bh-resource-loved-grid {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(340px, .8fr);
  gap: clamp(3rem, 9vw, 9rem);
  align-items: start;
}

.bh-resource-loved-grid__statement h2 {
  max-width: 10em;
  margin: 0 0 1.5rem;
  font-family: Georgia, serif;
  font-size: clamp(3.3rem, 6.5vw, 7rem);
  font-weight: 500;
  letter-spacing: -.05em;
  line-height: .92;
}

.bh-resource-loved-grid__statement > p:last-child {
  max-width: 36rem;
  font-size: 1.1rem;
  line-height: 1.6;
}

.bh-resource-principles { border-top: 1px solid var(--bh-line); }

.bh-resource-principles article {
  display: grid;
  grid-template-columns: 2.5rem 1fr;
  gap: 1rem;
  padding: 1.45rem 0;
  border-bottom: 1px solid var(--bh-line);
}

.bh-resource-principles article > span { color: var(--bh-raspberry); font-size: .75rem; font-weight: 850; }
.bh-resource-principles h3 { margin: 0 0 .45rem; font-size: 1.05rem; }
.bh-resource-principles p { margin: 0; color: rgba(23,23,71,.68); line-height: 1.5; }

.bh-resource-principles blockquote {
  margin: 2.5rem 0 0;
  padding: 1.5rem;
  border: 0;
  border-radius: var(--bh-radius);
  background: var(--bh-lavender);
  font-family: Georgia, serif;
  font-size: clamp(1.7rem, 3vw, 2.6rem);
  letter-spacing: -.025em;
  line-height: 1.12;
}

.bh-resource-welcome { background: var(--bh-gold); }

.bh-resource-toolkit {
  overflow: hidden;
  border-radius: calc(var(--bh-radius) + .75rem);
  background: var(--bh-ink);
  color: #fff;
  box-shadow: var(--bh-shadow);
}

.bh-resource-toolkit__heading {
  padding: clamp(2rem, 5vw, 4.5rem);
  border-bottom: 1px solid rgba(255,255,255,.18);
}

.bh-resource-toolkit__heading h2 {
  max-width: 10em;
  margin: 0 0 1.25rem;
  color: #fff;
  font-family: Georgia, serif;
  font-size: clamp(3.3rem, 6.7vw, 7rem);
  font-weight: 500;
  letter-spacing: -.05em;
  line-height: .92;
}

.bh-resource-toolkit__heading > p:not(.bh-kicker) {
  max-width: 48rem;
  color: rgba(255,255,255,.72);
  font-size: 1.08rem;
  line-height: 1.6;
}

.bh-resource-toolkit__heading a {
  display: inline-flex;
  gap: .55rem;
  margin-top: 1.4rem;
  color: #fff;
  font-weight: 850;
}

.bh-resource-toolkit__grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
}

.bh-resource-toolkit__grid article {
  min-height: 300px;
  padding: clamp(1.5rem, 3vw, 2.5rem);
  border-right: 1px solid rgba(255,255,255,.18);
}

.bh-resource-toolkit__grid article:last-child { border-right: 0; }
.bh-resource-toolkit__grid span { color: #f8a9c6; font-size: .7rem; font-weight: 850; letter-spacing: .1em; text-transform: uppercase; }

.bh-resource-toolkit__grid h3 {
  margin: 5rem 0 .8rem;
  color: #fff;
  font-family: Georgia, serif;
  font-size: clamp(2rem, 3.2vw, 3.4rem);
  font-weight: 500;
  line-height: 1;
}

.bh-resource-toolkit__grid p { margin: 0; color: rgba(255,255,255,.68); line-height: 1.55; }

.bh-book-card--resources .bh-book-card__cover {
  position: relative;
  min-height: 470px;
  box-sizing: border-box;
  align-content: space-between;
  justify-items: start;
  background:
    linear-gradient(180deg, transparent 45%, rgba(23,23,71,.22)),
    linear-gradient(145deg, #f5c44d, #e85366 55%, #743f90);
  text-align: left;
}

.bh-book-card--resources .bh-book-card__cover::after {
  content: "40";
  position: absolute;
  right: -.08em;
  bottom: -.22em;
  color: rgba(255,255,255,.14);
  font-family: Georgia, serif;
  font-size: 13rem;
  line-height: 1;
}

.bh-book-card--resources .bh-book-card__cover > * { position: relative; z-index: 1; }
.bh-book-card--resources .bh-book-card__cover span,
.bh-book-card--resources .bh-book-card__cover small { font-size: .7rem; font-weight: 850; letter-spacing: .1em; text-transform: uppercase; }
.bh-book-card--resources .bh-book-card__cover strong { align-self: center; }
.bh-book-card--resources > div:last-child > p:not(.bh-kicker) { color: rgba(255,255,255,.72); line-height: 1.65; }

.bh-resource-contact { position: relative; overflow: hidden; }
.bh-resource-contact::after {
  content: "?";
  position: absolute;
  right: .05em;
  bottom: -.35em;
  color: rgba(255,255,255,.05);
  font-family: Georgia, serif;
  font-size: clamp(13rem, 28vw, 25rem);
  line-height: 1;
}
.bh-resource-contact > * { position: relative; z-index: 1; }
.bh-resource-contact > p:not(.bh-kicker) { max-width: 42rem; color: rgba(255,255,255,.72); line-height: 1.6; }
.bh-resource-contact .is-style-outline .wp-block-button__link { border-color: rgba(255,255,255,.7); color: #fff; }

/* News index, archives and articles */
.bh-news-hero {
  position: relative;
  min-height: min(760px, calc(100svh - 87px));
  margin: 0;
  padding: clamp(4.5rem, 9vw, 8rem) 1.5rem;
  overflow: hidden;
  background:
    radial-gradient(circle at 76% 5%, rgba(207,50,106,.32), transparent 28%),
    var(--bh-ink);
  color: var(--bh-ivory);
}

.bh-news-hero::after {
  content: "ACTU";
  position: absolute;
  right: -.06em;
  bottom: -.3em;
  color: rgba(255,255,255,.028);
  font-family: Georgia, serif;
  font-size: min(30vw, 31rem);
  letter-spacing: -.08em;
  line-height: 1;
  pointer-events: none;
}

.bh-news-hero__grid {
  position: relative;
  z-index: 1;
  display: grid;
  grid-template-columns: minmax(0, 1.15fr) minmax(320px, .65fr);
  align-items: center;
  gap: clamp(3rem, 8vw, 8rem);
}

.bh-news-hero .bh-kicker { color: #f8a9c6; }
.bh-news-hero .bh-title {
  max-width: 8.5em;
  color: #fff;
  font-size: clamp(4rem, 8vw, 8rem);
}
.bh-news-hero .bh-lead { color: rgba(255,255,255,.72); }

.bh-news-hero__visual {
  position: relative;
  min-height: 450px;
}

.bh-news-poster {
  position: absolute;
  display: flex;
  box-sizing: border-box;
  flex-direction: column;
  justify-content: space-between;
  padding: clamp(1.5rem, 3vw, 2.4rem);
  border-radius: calc(var(--bh-radius) + .45rem);
  box-shadow: 0 28px 70px rgba(0,0,0,.25);
}

.bh-news-poster--back {
  inset: 1rem 2.5rem 3.5rem 0;
  background: var(--bh-gold);
  color: var(--bh-ink);
  transform: rotate(-7deg);
}

.bh-news-poster--back span {
  font-family: Georgia, serif;
  font-size: clamp(2.1rem, 3.5vw, 3.5rem);
  line-height: 1;
}

.bh-news-poster--back small,
.bh-news-poster--front i {
  font-size: .7rem;
  font-style: normal;
  font-weight: 850;
  letter-spacing: .1em;
  text-transform: uppercase;
}

.bh-news-poster--front {
  inset: 2.5rem 0 0 2.5rem;
  align-items: flex-start;
  background: linear-gradient(145deg, var(--bh-raspberry), #8f3d91 70%, var(--bh-blue));
  color: #fff;
  transform: rotate(4deg);
}

.bh-news-poster--front span {
  font-family: Georgia, serif;
  font-size: clamp(3rem, 5.5vw, 5.4rem);
  letter-spacing: -.05em;
  line-height: .82;
}

.bh-news-poster--front span:nth-child(2) { align-self: center; }
.bh-news-poster--front span:nth-child(3) { align-self: flex-end; }

.bh-news-latest-section { background: var(--bh-lavender); }

.bh-news-featured-query,
.bh-news-featured-query .wp-block-post-template { margin: 0; }

.bh-news-featured-query .wp-block-post-template { padding: 0; list-style: none; }

.bh-news-featured {
  display: grid;
  min-height: 590px;
  grid-template-columns: minmax(300px, .8fr) minmax(0, 1.2fr);
  overflow: hidden;
  border-radius: calc(var(--bh-radius) + .75rem);
  background: var(--bh-paper);
  box-shadow: 0 24px 65px rgba(23,23,71,.13);
}

.bh-news-featured__visual,
.bh-news-card__visual {
  position: relative;
  min-height: 100%;
  margin: 0;
  overflow: hidden;
  background:
    radial-gradient(circle at 70% 25%, rgba(255,255,255,.26), transparent 18%),
    linear-gradient(145deg, var(--bh-raspberry), #8f3d91 62%, var(--bh-blue));
}

.bh-news-featured__visual::after,
.bh-news-card__visual::after {
  content: "BH";
  position: absolute;
  right: -.08em;
  bottom: -.2em;
  color: rgba(255,255,255,.09);
  font-family: Georgia, serif;
  font-size: clamp(8rem, 18vw, 17rem);
  letter-spacing: -.1em;
  line-height: 1;
}

.bh-news-featured__visual .wp-block-post-featured-image,
.bh-news-card__visual .wp-block-post-featured-image {
  position: absolute;
  z-index: 1;
  inset: 0;
  width: 100%;
  height: 100%;
  margin: 0;
}

.bh-news-featured__visual .wp-block-post-featured-image a,
.bh-news-featured__visual .wp-block-post-featured-image img,
.bh-news-card__visual .wp-block-post-featured-image a,
.bh-news-card__visual .wp-block-post-featured-image img {
  display: block;
  width: 100%;
  height: 100%;
}

.bh-news-featured__visual .wp-block-post-featured-image img,
.bh-news-card__visual .wp-block-post-featured-image img {
  object-fit: cover;
  transition: transform 600ms cubic-bezier(.22,1,.36,1);
}

.bh-news-featured:hover .wp-block-post-featured-image img,
.bh-news-card:hover .wp-block-post-featured-image img { transform: scale(1.035); }

.bh-news-featured__copy {
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: clamp(2rem, 5vw, 4.5rem);
}

.bh-news-meta {
  gap: .45rem 1rem;
  color: var(--bh-raspberry);
  font-size: .7rem;
  font-weight: 850;
  letter-spacing: .08em;
  text-transform: uppercase;
}

.bh-news-meta a { color: inherit; text-decoration: none; }

.bh-news-featured__copy h3 {
  max-width: 10em;
  margin: 1.2rem 0;
  font-family: Georgia, serif;
  font-size: clamp(3.1rem, 5.7vw, 6rem);
  font-weight: 500;
  letter-spacing: -.05em;
  line-height: .92;
}

.bh-news-featured__copy h3 a,
.bh-news-card__copy h3 a { color: inherit; text-decoration: none; }

.bh-news-featured__copy .wp-block-post-excerpt { max-width: 43rem; margin: 0; }
.bh-news-featured__copy .wp-block-post-excerpt__excerpt { font-size: 1.08rem; line-height: 1.65; }
.bh-news-featured__copy .wp-block-post-excerpt__more-link,
.bh-news-card__copy .wp-block-post-excerpt__more-link {
  display: inline-block;
  margin-top: 1rem;
  color: inherit;
  font-weight: 850;
}

.bh-news-index__heading {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(280px, .55fr);
  align-items: end;
  gap: clamp(2rem, 7vw, 7rem);
  margin-bottom: 2rem;
}

.bh-news-index__heading > p {
  max-width: 35rem;
  margin: 0 0 .5rem;
  color: rgba(23,23,71,.68);
  line-height: 1.6;
}

.bh-news-categories {
  margin: 0 auto clamp(2.5rem, 5vw, 4rem) !important;
  padding: 0 !important;
  list-style: none;
}

.bh-news-categories.wp-block-categories-list {
  display: flex;
  flex-wrap: wrap;
  gap: .55rem;
}

.bh-news-categories li { margin: 0; list-style: none; }

.bh-news-categories a {
  display: inline-flex;
  padding: .55rem .85rem;
  border: 1px solid var(--bh-line);
  border-radius: 999px;
  color: var(--bh-ink);
  font-size: .75rem;
  font-weight: 800;
  text-decoration: none;
  transition: background 180ms ease, color 180ms ease;
}

.bh-news-categories a:hover { background: var(--bh-ink); color: #fff; }
.bh-news-categories .cat-item { font-size: 0; }
.bh-news-categories .cat-item a { font-size: .75rem; }

.bh-news-grid.wp-block-post-template {
  display: grid;
  grid-template-columns: repeat(12, minmax(0, 1fr));
  gap: 1rem;
  margin: 0;
  padding: 0;
  list-style: none;
}

.bh-news-grid > li { grid-column: span 4; }
.bh-news-grid > li:nth-child(5n+1) { grid-column: span 7; }
.bh-news-grid > li:nth-child(5n+2) { grid-column: span 5; }

.bh-news-card {
  display: flex;
  min-height: 510px;
  height: 100%;
  box-sizing: border-box;
  flex-direction: column;
  overflow: hidden;
  border: 1px solid var(--bh-line);
  border-radius: calc(var(--bh-radius) + .35rem);
  background: var(--bh-paper);
  box-shadow: 0 14px 40px rgba(23,23,71,.07);
  transition: transform 220ms ease, box-shadow 220ms ease;
}

.bh-news-grid > li:nth-child(5n+2) .bh-news-card { background: var(--bh-pink); }
.bh-news-grid > li:nth-child(5n+3) .bh-news-card { background: var(--bh-mint); }
.bh-news-grid > li:nth-child(5n+4) .bh-news-card { background: var(--bh-gold); }
.bh-news-grid > li:nth-child(5n+5) .bh-news-card { background: var(--bh-lavender); }

.bh-news-card:hover {
  transform: translateY(-6px);
  box-shadow: 0 24px 55px rgba(23,23,71,.13);
}

.bh-news-card__visual { min-height: 230px; }

.bh-news-card__copy {
  display: flex;
  flex: 1;
  flex-direction: column;
  padding: 1.5rem;
}

.bh-news-card__copy h3 {
  margin: 1rem 0 .75rem;
  font-family: Georgia, serif;
  font-size: clamp(2rem, 3vw, 3rem);
  font-weight: 500;
  letter-spacing: -.04em;
  line-height: 1;
}

.bh-news-card__copy .wp-block-post-excerpt {
  display: flex;
  flex: 1;
  flex-direction: column;
  margin: 0;
}

.bh-news-card__copy .wp-block-post-excerpt__excerpt { margin-bottom: 0; line-height: 1.55; }
.bh-news-card__copy .wp-block-post-excerpt__more-text { margin-top: auto; padding-top: 1rem; }

.bh-news-pagination {
  margin-top: clamp(2.5rem, 5vw, 4rem);
  padding-top: 1.5rem;
  border-top: 1px solid var(--bh-line);
  font-weight: 800;
}

.bh-news-pagination a { color: inherit; }

.bh-news-empty {
  display: grid;
  grid-template-columns: auto minmax(0, 1fr);
  align-items: center;
  gap: clamp(1.5rem, 5vw, 4rem);
  min-height: 260px;
  padding: clamp(1.5rem, 4vw, 3rem);
  border: 1px dashed rgba(23,23,71,.28);
  border-radius: calc(var(--bh-radius) + .35rem);
}

.bh-news-empty > span {
  color: var(--bh-raspberry);
  font-family: Georgia, serif;
  font-size: clamp(5rem, 12vw, 10rem);
  line-height: 1;
}

.bh-news-empty h3 { margin: 0 0 .6rem; font-family: Georgia, serif; font-size: clamp(2rem, 4vw, 3.5rem); font-weight: 500; }
.bh-news-empty p { margin: 0; }
.bh-news-empty--featured { background: var(--bh-paper); }

.bh-news-cta { position: relative; overflow: hidden; }
.bh-news-cta::after {
  content: "✦";
  position: absolute;
  right: .08em;
  bottom: -.3em;
  color: rgba(255,255,255,.055);
  font-family: Georgia, serif;
  font-size: clamp(12rem, 25vw, 24rem);
  line-height: 1;
}
.bh-news-cta > * { position: relative; z-index: 1; }
.bh-news-cta > p:not(.bh-kicker) { max-width: 42rem; color: rgba(255,255,255,.72); }

.bh-news-archive-hero {
  position: relative;
  margin: 0;
  padding: clamp(4.5rem, 9vw, 8rem) 1.5rem;
  overflow: hidden;
  background: var(--bh-lavender);
}

.bh-news-archive-hero::after {
  content: "#";
  position: absolute;
  right: -.03em;
  bottom: -.36em;
  color: rgba(23,23,71,.045);
  font-family: Georgia, serif;
  font-size: clamp(15rem, 35vw, 31rem);
  line-height: 1;
}

.bh-news-archive-hero__inner { position: relative; z-index: 1; }
.bh-news-archive-hero .bh-title { max-width: 11em; font-size: clamp(3.8rem, 8vw, 8rem); }
.bh-news-archive-hero a { color: inherit; font-weight: 800; }

.bh-article-hero {
  position: relative;
  margin: 0;
  padding: clamp(4.5rem, 9vw, 8rem) 1.5rem clamp(6rem, 12vw, 11rem);
  overflow: hidden;
  background: var(--bh-ink);
  color: #fff;
}

.bh-article-hero::after {
  content: "“";
  position: absolute;
  right: -.02em;
  bottom: -.53em;
  color: rgba(255,255,255,.04);
  font-family: Georgia, serif;
  font-size: clamp(20rem, 45vw, 42rem);
  line-height: 1;
}

.bh-article-hero__inner { position: relative; z-index: 1; }
.bh-article-hero .bh-kicker,
.bh-article-hero .bh-kicker a { color: #f8a9c6; }

.bh-article-title {
  max-width: 11em;
  margin: 1rem 0 1.5rem;
  color: #fff;
  font-family: Georgia, serif;
  font-size: clamp(3.7rem, 8vw, 8rem);
  font-weight: 500;
  letter-spacing: -.055em;
  line-height: .92;
}

.bh-article-meta {
  gap: .7rem 1.5rem;
  color: rgba(255,255,255,.65);
  font-size: .78rem;
  font-weight: 750;
}

.bh-article-media-wrap { position: relative; z-index: 2; margin-top: clamp(-6rem, -8vw, -4rem); padding: 0 1.5rem; }
.bh-article-media { overflow: hidden; border-radius: calc(var(--bh-radius) + .55rem); box-shadow: 0 28px 70px rgba(23,23,71,.2); }
.bh-article-media img { display: block; width: 100%; max-height: 720px; object-fit: cover; }

.bh-article-section { padding-top: clamp(3.5rem, 7vw, 7rem); }

.bh-article-layout {
  display: grid;
  grid-template-columns: minmax(0, 760px) minmax(240px, 300px);
  justify-content: space-between;
  gap: clamp(3rem, 8vw, 8rem);
}

.bh-article-content {
  font-size: clamp(1.05rem, 1.4vw, 1.18rem);
  line-height: 1.8;
}

.bh-article-content > :first-child { margin-top: 0; }
.bh-article-content h2 { margin-top: 2.5em; font-size: clamp(2.3rem, 4vw, 3.8rem); line-height: 1; }
.bh-article-content h3 { margin-top: 2em; font-size: clamp(1.7rem, 3vw, 2.5rem); }
.bh-article-content blockquote { margin: 2.5rem 0; padding: 1.5rem 0 1.5rem 1.5rem; border-left: 4px solid var(--bh-raspberry); font-family: Georgia, serif; font-size: 1.5rem; line-height: 1.35; }

.bh-article-aside {
  position: sticky;
  top: 130px;
  align-self: start;
  display: grid;
  gap: .75rem;
  padding: 1.5rem;
  border-radius: var(--bh-radius);
  background: var(--bh-lavender);
}

.admin-bar .bh-article-aside { top: 162px; }
.bh-article-aside h2 { margin: 0; font-family: Georgia, serif; font-size: 2rem; font-weight: 500; line-height: 1; }
.bh-article-aside p:not(.bh-kicker) { color: rgba(23,23,71,.68); line-height: 1.5; }
.bh-article-aside a { color: inherit; font-size: .85rem; font-weight: 850; }

.bh-article-navigation {
  margin-top: clamp(3rem, 7vw, 6rem);
  padding-top: 1.5rem;
  border-top: 1px solid var(--bh-line);
  font-weight: 850;
}
.bh-article-navigation a { color: inherit; }

/* Press and media */
.bh-media-hero {
  position: relative;
  min-height: min(760px, calc(100svh - 87px));
  margin: 0;
  padding: clamp(4.5rem, 9vw, 8rem) 1.5rem;
  overflow: hidden;
  background:
    radial-gradient(circle at 88% 22%, rgba(242,181,68,.22), transparent 25%),
    radial-gradient(circle at 9% 92%, rgba(207,50,106,.2), transparent 29%),
    var(--bh-ink);
  color: #fff;
}

.bh-media-hero::after {
  position: absolute;
  right: -.08em;
  bottom: -.42em;
  color: rgba(255,255,255,.025);
  font-family: Georgia, serif;
  font-size: clamp(18rem, 45vw, 40rem);
  line-height: 1;
  content: "↗";
  pointer-events: none;
}

.bh-media-hero__grid {
  position: relative;
  z-index: 1;
  display: grid;
  grid-template-columns: minmax(0, 1.05fr) minmax(340px, .75fr);
  align-items: center;
  gap: clamp(3rem, 8vw, 8rem);
  min-height: 560px;
}

.bh-media-hero__copy { max-width: 780px; }
.bh-media-hero .bh-kicker { color: #f8a9c6; }
.bh-media-hero .bh-title { max-width: 7ch; margin: 0 0 1.5rem; color: #fff; font-size: clamp(4.8rem, 9vw, 9rem); }
.bh-media-hero .bh-lead { max-width: 35rem; color: rgba(255,255,255,.72); font-size: clamp(1.12rem, 1.8vw, 1.5rem); line-height: 1.55; }

.bh-media-hero__visual {
  position: relative;
  display: flex;
  flex-direction: column;
  justify-content: center;
  min-height: 480px;
  padding: 2rem 0;
}

.bh-media-hero__visual span {
  position: relative;
  display: block;
  width: max-content;
  max-width: 100%;
  box-sizing: border-box;
  padding: .18em .32em .13em;
  background: var(--bh-gold);
  color: var(--bh-ink);
  font-family: Georgia, serif;
  font-size: clamp(2.9rem, 5.1vw, 5.7rem);
  font-weight: 500;
  letter-spacing: -.06em;
  line-height: .9;
  box-shadow: 0 18px 45px rgba(0,0,0,.22);
}

.bh-media-hero__visual span:nth-child(1) { margin-left: 12%; transform: rotate(4deg); }
.bh-media-hero__visual span:nth-child(2) { margin-top: .2rem; background: var(--bh-pink); transform: rotate(-3deg); }
.bh-media-hero__visual span:nth-child(3) { align-self: flex-end; margin-top: .2rem; background: var(--bh-mint); transform: rotate(2deg); }
.bh-media-hero__visual i { position: absolute; right: 3%; bottom: 8%; color: #f8a9c6; font-family: Georgia, serif; font-size: 5rem; font-style: normal; }

.bh-media-list-section { background: var(--bh-paper); }
.bh-media-index__heading {
  display: grid;
  grid-template-columns: minmax(0, .8fr) minmax(0, 1.2fr);
  gap: 1rem clamp(2rem, 8vw, 7rem);
  align-items: end;
  margin-bottom: clamp(2.3rem, 5vw, 4.5rem);
}

.bh-media-index__heading .bh-kicker { grid-column: 1 / -1; }
.bh-media-index__heading h2 { max-width: 10ch; margin: 0; font-family: Georgia, serif; font-size: clamp(3.2rem, 6vw, 6rem); font-weight: 500; letter-spacing: -.045em; line-height: .93; }
.bh-media-index__heading > p:last-child { max-width: 34rem; margin: 0 0 .4rem; color: rgba(23,23,71,.68); font-size: 1.05rem; line-height: 1.65; }

.bh-media-filters {
  display: flex;
  flex-wrap: wrap;
  gap: .55rem;
  margin-bottom: 1.2rem;
}

.bh-media-filters button {
  padding: .68rem .95rem;
  border: 1px solid rgba(23,23,71,.24);
  border-radius: 999px;
  background: transparent;
  color: var(--bh-ink);
  cursor: pointer;
  font: inherit;
  font-size: .75rem;
  font-weight: 850;
  transition: background .2s ease, color .2s ease, transform .2s ease;
}

.bh-media-filters button:hover { transform: translateY(-2px); }
.bh-media-filters button[aria-pressed="true"] { border-color: var(--bh-ink); background: var(--bh-ink); color: #fff; }

.bh-media-feature {
  display: grid;
  grid-template-columns: minmax(280px, .82fr) minmax(0, 1.18fr);
  min-height: 580px;
  overflow: hidden;
  border-radius: calc(var(--bh-radius) + .65rem);
  background: var(--bh-lavender);
  color: var(--bh-ink);
  box-shadow: var(--bh-shadow);
}

.bh-media-feature[hidden],
.bh-media-card[hidden] { display: none !important; }

.bh-media-feature__visual,
.bh-media-card__visual {
  position: relative;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  min-width: 0;
  padding: clamp(1.5rem, 4vw, 3rem);
  overflow: hidden;
  background:
    linear-gradient(145deg, rgba(255,255,255,.22), transparent 45%),
    var(--bh-gold);
  background-position: center;
  background-size: cover;
}

.bh-media-feature__visual::after,
.bh-media-card__visual::after {
  position: absolute;
  right: -.15em;
  bottom: -.32em;
  color: rgba(23,23,71,.08);
  font-family: Georgia, serif;
  font-size: clamp(9rem, 20vw, 18rem);
  line-height: 1;
  content: "“";
}

.bh-media-feature__visual.has-image,
.bh-media-card__visual.has-image { color: #fff; }
.bh-media-feature__visual.has-image::after,
.bh-media-card__visual.has-image::after { color: rgba(255,255,255,.14); }

.bh-media-feature__visual > span,
.bh-media-card__visual > span {
  position: relative;
  z-index: 1;
  align-self: flex-start;
  padding: .4rem .65rem;
  border: 1px solid currentColor;
  border-radius: 999px;
  font-size: .67rem;
  font-weight: 900;
  letter-spacing: .08em;
  text-transform: uppercase;
}

.bh-media-feature__visual > strong,
.bh-media-card__visual > strong {
  position: relative;
  z-index: 1;
  max-width: 8ch;
  overflow-wrap: anywhere;
  font-family: Georgia, serif;
  font-size: clamp(3.2rem, 6vw, 6rem);
  font-weight: 500;
  letter-spacing: -.06em;
  line-height: .84;
}

.bh-media-feature__copy {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: center;
  padding: clamp(2rem, 6vw, 5rem);
}

.bh-media-feature__copy .bh-kicker { color: var(--bh-raspberry); }
.bh-media-meta { display: flex; flex-wrap: wrap; gap: .45rem; margin: 0 0 1.25rem; }
.bh-media-meta > * { padding: .36rem .58rem; border: 1px solid rgba(23,23,71,.18); border-radius: 999px; font-size: .68rem; font-weight: 850; }
.bh-media-feature__copy h3 { max-width: 13em; margin: .2rem 0 1.15rem; font-family: Georgia, serif; font-size: clamp(3rem, 5.3vw, 5.3rem); font-weight: 500; letter-spacing: -.045em; line-height: .94; }
.bh-media-feature__copy > p:not(.bh-kicker) { max-width: 45rem; color: rgba(23,23,71,.72); font-size: 1.05rem; line-height: 1.65; }

.bh-media-button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  margin-top: 1.25rem;
  padding: .82rem 1.15rem;
  border-radius: 999px;
  background: var(--bh-raspberry);
  color: #fff;
  font-size: .82rem;
  font-weight: 850;
  text-decoration: none;
  transition: transform .2s ease, filter .2s ease;
}

.bh-media-button:hover { filter: brightness(.94); transform: translateY(-2px); }

.bh-media-grid {
  display: grid;
  grid-template-columns: repeat(12, minmax(0, 1fr));
  gap: 1rem;
  margin-top: 1rem;
}

.bh-media-card {
  grid-column: span 4;
  display: flex;
  min-width: 0;
  min-height: 520px;
  flex-direction: column;
  overflow: hidden;
  border: 1px solid var(--bh-line);
  border-radius: var(--bh-radius);
  background: var(--bh-paper);
  box-shadow: 0 8px 30px rgba(23,23,71,.06);
  transition: transform .25s ease, box-shadow .25s ease;
}

.bh-media-card:first-child { grid-column: span 7; }
.bh-media-card:nth-child(2) { grid-column: span 5; }
.bh-media-card:hover { transform: translateY(-6px); box-shadow: var(--bh-shadow); }
.bh-media-card__visual { min-height: 205px; padding: 1.35rem; background-color: var(--bh-pink); }
.bh-media-card:nth-child(2) .bh-media-card__visual { background-color: var(--bh-mint); }
.bh-media-card:nth-child(3) .bh-media-card__visual { background-color: var(--bh-lavender); }
.bh-media-card:nth-child(4) .bh-media-card__visual { background-color: var(--bh-pink); }
.bh-media-card:nth-child(5) .bh-media-card__visual { background-color: var(--bh-gold); }
.bh-media-card__visual > strong { max-width: 10ch; font-size: clamp(2.4rem, 4.5vw, 4.5rem); }

.bh-media-card__copy {
  display: flex;
  flex: 1;
  flex-direction: column;
  align-items: flex-start;
  padding: 1.45rem;
}

.bh-media-card__copy .bh-media-meta { margin-bottom: .9rem; }
.bh-media-card__copy h3 { margin: .35rem 0 .8rem; font-family: Georgia, serif; font-size: clamp(2rem, 3.2vw, 3rem); font-weight: 500; letter-spacing: -.035em; line-height: 1; }
.bh-media-card__copy > p { flex: 1; margin-bottom: 0; color: rgba(23,23,71,.72); line-height: 1.55; }
.bh-media-card__copy .bh-media-button { margin-top: 1.3rem; }

.bh-media-filter-empty,
.bh-media-empty {
  margin-top: 1rem;
  padding: clamp(1.5rem, 4vw, 3rem);
  border: 1px dashed rgba(23,23,71,.28);
  border-radius: var(--bh-radius);
  background: var(--bh-lavender);
}

.bh-media-filter-empty { font-weight: 750; }
.bh-media-empty { display: grid; grid-template-columns: auto 1fr; align-items: center; gap: clamp(1.5rem, 5vw, 4rem); min-height: 260px; }
.bh-media-empty > span { color: var(--bh-raspberry); font-family: Georgia, serif; font-size: clamp(5rem, 12vw, 10rem); line-height: 1; }
.bh-media-empty h3 { margin: 0 0 .6rem; font-family: Georgia, serif; font-size: clamp(2rem, 4vw, 3.5rem); font-weight: 500; }
.bh-media-empty p { margin: 0; }

.bh-media-cta { position: relative; overflow: hidden; }
.bh-media-cta::after { position: absolute; right: -.08em; bottom: -.48em; color: rgba(255,255,255,.05); font-family: Georgia, serif; font-size: clamp(15rem, 32vw, 28rem); line-height: 1; content: "@"; }
.bh-media-cta > * { position: relative; z-index: 1; }
.bh-media-cta > p:not(.bh-kicker) { max-width: 42rem; color: rgba(255,255,255,.72); }

.bh-contact-hero {
  position: relative;
  min-height: 690px;
  margin: 0;
  padding: clamp(4.5rem, 8vw, 8rem) 1.5rem;
  overflow: hidden;
  background:
    radial-gradient(circle at 82% 18%, rgba(242,181,68,.48), transparent 27%),
    radial-gradient(circle at 13% 88%, rgba(207,50,106,.15), transparent 30%),
    linear-gradient(135deg, var(--bh-ivory), #f6ecdf 55%, var(--bh-lavender));
}

.bh-contact-hero::before,
.bh-contact-hero::after {
  position: absolute;
  border: 1px solid rgba(23,23,71,.08);
  border-radius: 50%;
  content: "";
  pointer-events: none;
}

.bh-contact-hero::before { width: 42rem; height: 42rem; right: -19rem; bottom: -25rem; }
.bh-contact-hero::after { width: 27rem; height: 27rem; right: -11rem; bottom: -17rem; }

.bh-contact-hero__grid {
  position: relative;
  z-index: 1;
  display: grid;
  grid-template-columns: minmax(0, 1.05fr) minmax(330px, .72fr);
  align-items: center;
  gap: clamp(3rem, 8vw, 8rem);
  min-height: 520px;
}

.bh-contact-hero__copy { max-width: 780px; }
.bh-contact-hero .bh-title { max-width: 7ch; margin: 0 0 1.5rem; font-size: clamp(4.5rem, 8vw, 8.6rem); }
.bh-contact-hero .bh-lead { max-width: 35rem; font-size: clamp(1.15rem, 1.8vw, 1.5rem); line-height: 1.55; }

.bh-contact-hero__visual {
  position: relative;
  display: grid;
  place-items: center;
  min-height: 480px;
}

.bh-contact-hero__visual::before {
  position: absolute;
  inset: 9% 3% 6%;
  border-radius: 42% 58% 45% 55%;
  background: linear-gradient(145deg, var(--bh-raspberry), #763a92);
  box-shadow: var(--bh-shadow);
  content: "";
  transform: rotate(8deg);
}

.bh-contact-envelope {
  position: relative;
  z-index: 1;
  display: flex;
  flex-direction: column;
  width: min(92%, 440px);
  min-height: 325px;
  padding: 2.2rem;
  border: 1px solid rgba(23,23,71,.08);
  border-radius: .7rem;
  background: #fffdf8;
  box-shadow: 0 30px 65px rgba(23,23,71,.22);
  transform: rotate(-5deg);
}

.bh-contact-envelope::before {
  position: absolute;
  right: 2rem;
  bottom: 2rem;
  width: 4.5rem;
  height: 4.5rem;
  border: 1px solid rgba(23,23,71,.18);
  border-radius: 50%;
  background: radial-gradient(circle, var(--bh-raspberry) 0 38%, transparent 39%);
  content: "";
  opacity: .85;
}

.bh-contact-envelope span { color: rgba(23,23,71,.55); font-size: .72rem; font-weight: 800; letter-spacing: .09em; line-height: 1.4; text-transform: uppercase; }
.bh-contact-envelope strong { margin-top: auto; font-family: Georgia, serif; font-size: clamp(3.2rem, 5vw, 5rem); font-weight: 500; line-height: .95; }
.bh-contact-envelope i { margin-top: .5rem; color: var(--bh-raspberry); font-family: Georgia, serif; font-size: 2rem; }
.bh-contact-envelope small { margin-top: auto; color: rgba(23,23,71,.48); font-size: .68rem; font-weight: 750; letter-spacing: .08em; text-transform: uppercase; }

.bh-contact-form-section { background: var(--bh-ink); color: #fff; }

.bh-contact-form-layout {
  display: grid;
  grid-template-columns: minmax(270px, .7fr) minmax(0, 1.3fr);
  align-items: start;
  gap: clamp(3rem, 7vw, 7rem);
}

.bh-contact-form-intro {
  position: sticky;
  top: 130px;
  align-self: start;
}

.admin-bar .bh-contact-form-intro { top: 162px; }
.bh-contact-form-intro .bh-kicker { color: #f8a9c6; }
.bh-contact-form-intro h2 { max-width: 8ch; margin: 0 0 1.5rem; color: #fff; font-family: Georgia, serif; font-size: clamp(3.2rem, 5.3vw, 5.2rem); font-weight: 500; letter-spacing: -.04em; line-height: .95; }
.bh-contact-form-intro > p:not(.bh-kicker) { max-width: 31rem; color: rgba(255,255,255,.72); font-size: 1.05rem; line-height: 1.65; }
.bh-contact-form-intro ul { display: grid; gap: 0; margin: 2.25rem 0 0; padding: 0; list-style: none; }
.bh-contact-form-intro li { display: grid; grid-template-columns: 2.5rem 1fr; gap: .2rem .8rem; padding: 1.1rem 0; border-top: 1px solid rgba(255,255,255,.16); }
.bh-contact-form-intro li > span { grid-row: 1 / span 2; color: #f8a9c6; font-family: Georgia, serif; font-size: 1.35rem; }
.bh-contact-form-intro li strong { color: #fff; font-size: .82rem; letter-spacing: .08em; text-transform: uppercase; }
.bh-contact-form-intro li small { color: rgba(255,255,255,.6); font-size: .82rem; line-height: 1.45; }

.bh-contact-form-column {
  overflow: hidden;
  border-radius: calc(var(--bh-radius) + .6rem);
  background: var(--bh-paper);
  color: var(--bh-ink);
  box-shadow: 0 28px 80px rgba(0,0,0,.2);
}

.bh-contact-form-shell { margin: 0; }

.bh-form-status {
  display: grid;
  gap: .25rem;
  margin: 0;
  padding: 1.2rem clamp(1.3rem, 4vw, 2.5rem);
  border-bottom: 1px solid var(--bh-line);
}

.bh-form-status strong { font-size: 1rem; }
.bh-form-status span { color: rgba(23,23,71,.68); font-size: .85rem; }
.bh-form-status--success { background: var(--bh-mint); }
.bh-form-status--error { background: #fde3df; }

.bh-contact-form {
  position: relative;
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 1.35rem 1.1rem;
  margin: 0;
  padding: clamp(1.6rem, 4vw, 3.25rem);
}

.bh-contact-form__field { min-width: 0; }
.bh-contact-form__field--wide { grid-column: 1 / -1; }
.bh-contact-form__field label,
.bh-contact-form__field > label { display: inline-block; margin-bottom: .55rem; font-size: .78rem; font-weight: 850; letter-spacing: .035em; }
.bh-contact-form__field label span { color: var(--bh-raspberry); }

.bh-contact-form input[type="text"],
.bh-contact-form input[type="email"],
.bh-contact-form select,
.bh-contact-form textarea {
  width: 100%;
  min-height: 3.55rem;
  box-sizing: border-box;
  padding: .9rem 1rem;
  border: 1px solid rgba(23,23,71,.22);
  border-radius: .65rem;
  background: #fff;
  color: var(--bh-ink);
  font: inherit;
  transition: border-color .2s ease, box-shadow .2s ease, background .2s ease;
}

.bh-contact-form textarea { min-height: 190px; resize: vertical; line-height: 1.55; }
.bh-contact-form input:focus,
.bh-contact-form select:focus,
.bh-contact-form textarea:focus { outline: 0; border-color: var(--bh-raspberry); box-shadow: 0 0 0 4px rgba(207,50,106,.13); background: #fffefb; }
.bh-contact-form__field small { display: block; margin-top: .55rem; color: rgba(23,23,71,.58); font-size: .74rem; line-height: 1.45; }

.bh-contact-form__field--trap {
  position: absolute !important;
  left: -10000px !important;
  width: 1px !important;
  height: 1px !important;
  overflow: hidden !important;
}

.bh-contact-form__consent {
  display: flex;
  align-items: flex-start;
  gap: .7rem;
  color: rgba(23,23,71,.7);
  font-size: .78rem;
  line-height: 1.5;
}

.bh-contact-form__consent input { flex: 0 0 auto; width: 1.15rem; height: 1.15rem; margin-top: .1rem; accent-color: var(--bh-raspberry); }
.bh-contact-form__consent a { color: inherit; font-weight: 750; }

.bh-contact-form__footer {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1rem;
  margin-top: .4rem;
  padding-top: 1.35rem;
  border-top: 1px solid var(--bh-line);
}

.bh-contact-form__footer p { max-width: 16rem; margin: 0; color: rgba(23,23,71,.55); font-size: .72rem; line-height: 1.4; }
.bh-contact-form__footer button {
  min-height: 3.5rem;
  padding: .9rem 1.35rem;
  border: 0;
  border-radius: 999px;
  background: var(--bh-raspberry);
  color: #fff;
  cursor: pointer;
  font: inherit;
  font-size: .9rem;
  font-weight: 850;
  transition: transform .2s ease, background .2s ease;
}

.bh-contact-form__footer button:hover { background: #b8265a; transform: translateY(-2px); }

.bh-contact-routes-section { overflow: hidden; }
.bh-contact-routes { display: grid; grid-template-columns: repeat(12, minmax(0, 1fr)); gap: 1rem; margin-top: 2.5rem; }
.bh-contact-routes > a {
  position: relative;
  display: flex;
  flex-direction: column;
  min-height: 360px;
  grid-column: span 4;
  padding: 1.7rem;
  overflow: hidden;
  border: 1px solid rgba(23,23,71,.13);
  border-radius: var(--bh-radius);
  background: var(--bh-pink);
  color: var(--bh-ink);
  text-decoration: none;
  transition: transform .25s ease, box-shadow .25s ease;
}

.bh-contact-routes > a:nth-child(2) { background: var(--bh-mint); }
.bh-contact-routes > a:nth-child(3) { background: var(--bh-gold); }
.bh-contact-routes > a::after { position: absolute; right: -1.5rem; bottom: -3rem; color: rgba(23,23,71,.07); font-family: Georgia, serif; font-size: 11rem; line-height: 1; content: "0" counter(contact-route); }
.bh-contact-routes { counter-reset: contact-route; }
.bh-contact-routes > a { counter-increment: contact-route; }
.bh-contact-routes > a:hover { transform: translateY(-6px); box-shadow: var(--bh-shadow); }
.bh-contact-routes span { position: relative; z-index: 1; font-size: .72rem; font-weight: 850; letter-spacing: .09em; text-transform: uppercase; }
.bh-contact-routes h3 { position: relative; z-index: 1; margin: auto 0 .8rem; font-family: Georgia, serif; font-size: clamp(2.25rem, 3.2vw, 3.5rem); font-weight: 500; letter-spacing: -.035em; line-height: .98; }
.bh-contact-routes p { position: relative; z-index: 1; margin: 0 0 1.4rem; color: rgba(23,23,71,.72); line-height: 1.5; }
.bh-contact-routes i { position: relative; z-index: 1; align-self: flex-start; border-bottom: 1px solid currentColor; font-size: .82rem; font-style: normal; font-weight: 850; }

.bh-contact-cta { position: relative; overflow: hidden; }
.bh-contact-cta::after { position: absolute; right: -2rem; bottom: -6.2rem; color: rgba(255,255,255,.05); font-family: Georgia, serif; font-size: 20rem; line-height: 1; content: "↗"; pointer-events: none; }
.bh-contact-cta > * { position: relative; z-index: 1; }

.bh-support-page [id] { scroll-margin-top: 125px; }

.bh-support-hero {
  position: relative;
  min-height: 740px;
  margin: 0;
  padding: clamp(5rem, 8vw, 8rem) 1.5rem;
  overflow: hidden;
  background:
    radial-gradient(circle at 78% 18%, rgba(207,50,106,.44), transparent 26%),
    radial-gradient(circle at 8% 100%, rgba(242,181,68,.2), transparent 32%),
    var(--bh-ink);
  color: #fff;
}

.bh-support-hero::before {
  position: absolute;
  width: 48rem;
  height: 48rem;
  right: -28rem;
  bottom: -31rem;
  border: 1px solid rgba(255,255,255,.12);
  border-radius: 50%;
  box-shadow: 0 0 0 6rem rgba(255,255,255,.025), 0 0 0 12rem rgba(255,255,255,.02);
  content: "";
  pointer-events: none;
}

.bh-support-hero__grid {
  position: relative;
  z-index: 1;
  display: grid;
  grid-template-columns: minmax(0, 1.12fr) minmax(340px, .7fr);
  align-items: center;
  gap: clamp(3rem, 8vw, 8rem);
  min-height: 555px;
}

.bh-support-hero__copy { max-width: 790px; }
.bh-support-hero .bh-kicker { color: #f8a9c6; }
.bh-support-hero .bh-title { max-width: 9.5ch; margin: 0 0 1.5rem; color: #fff; font-size: clamp(4.4rem, 7.4vw, 8.1rem); }
.bh-support-hero .bh-lead { max-width: 39rem; color: rgba(255,255,255,.73); font-size: clamp(1.12rem, 1.7vw, 1.4rem); line-height: 1.6; }
.bh-support-hero .wp-block-buttons { gap: .8rem; margin-top: 2rem; }
.bh-support-hero .wp-block-button__link { background: var(--bh-raspberry); color: #fff; }
.bh-support-hero .is-style-outline .wp-block-button__link { border-color: rgba(255,255,255,.7); background: transparent; color: #fff; }

.bh-support-hero__visual {
  position: relative;
  display: grid;
  place-items: center;
  min-height: 510px;
}

.bh-support-hero__visual::before {
  position: absolute;
  inset: 8% 1% 4%;
  border-radius: 50%;
  background: linear-gradient(145deg, var(--bh-gold), var(--bh-raspberry) 68%, #7b3c94);
  filter: blur(.2px);
  content: "";
  transform: rotate(-7deg) scale(.88);
}

.bh-support-ticket {
  position: relative;
  z-index: 1;
  display: flex;
  flex-direction: column;
  width: min(90%, 440px);
  min-height: 390px;
  box-sizing: border-box;
  padding: 2.1rem;
  overflow: hidden;
  border: 1px solid rgba(23,23,71,.08);
  border-radius: .8rem;
  background: var(--bh-ivory);
  color: var(--bh-ink);
  box-shadow: 0 32px 75px rgba(0,0,0,.34);
  transform: rotate(5deg);
}

.bh-support-ticket::after {
  position: absolute;
  right: -2.2rem;
  bottom: -5rem;
  color: rgba(207,50,106,.12);
  font-family: Georgia, serif;
  font-size: 15rem;
  line-height: 1;
  content: "+";
}

.bh-support-ticket > * { position: relative; z-index: 1; }
.bh-support-ticket > span { color: var(--bh-raspberry); font-size: .72rem; font-weight: 850; letter-spacing: .1em; text-transform: uppercase; }
.bh-support-ticket strong { margin: 2.8rem 0 1.6rem; font-family: Georgia, serif; font-size: clamp(3rem, 4.3vw, 4.5rem); font-weight: 500; letter-spacing: -.045em; line-height: .92; }
.bh-support-ticket ul { display: grid; gap: .5rem; margin: 0; padding: 0; list-style: none; }
.bh-support-ticket li { display: flex; align-items: center; gap: .6rem; font-size: .95rem; font-weight: 700; }
.bh-support-ticket li::before { width: .55rem; height: .55rem; border-radius: 50%; background: var(--bh-gold); content: ""; }
.bh-support-ticket small { margin-top: auto; color: rgba(23,23,71,.48); font-size: .68rem; font-weight: 800; letter-spacing: .09em; text-transform: uppercase; }

.bh-support-actions-section { position: relative; overflow: clip; }

.bh-support-path {
  display: grid;
  grid-template-columns: minmax(260px, .62fr) minmax(0, 1.38fr);
  align-items: start;
  gap: clamp(3rem, 7vw, 7rem);
}

.bh-support-path__intro {
  position: sticky;
  top: 130px;
  align-self: start;
  padding-top: .5rem;
}

.admin-bar .bh-support-path__intro { top: 162px; }
.bh-support-path__intro h2 { max-width: 8ch; margin: 0 0 1.4rem; font-family: Georgia, serif; font-size: clamp(3.3rem, 5.4vw, 5.6rem); font-weight: 500; letter-spacing: -.05em; line-height: .92; }
.bh-support-path__intro > p:not(.bh-kicker) { max-width: 27rem; color: rgba(23,23,71,.68); font-size: 1.04rem; line-height: 1.6; }
.bh-support-path__intro > span { display: block; margin-top: 2.4rem; color: rgba(23,23,71,.52); font-size: .75rem; font-weight: 750; }

.bh-support-action-stack { display: grid; gap: 1.2rem; }

.bh-support-action {
  display: grid;
  grid-template-columns: minmax(135px, 180px) minmax(0, 1fr);
  min-height: 440px;
  overflow: hidden;
  border: 1px solid rgba(23,23,71,.13);
  border-radius: calc(var(--bh-radius) + .45rem);
  background: var(--bh-pink);
  box-shadow: 0 16px 45px rgba(23,23,71,.07);
}

.bh-support-action--donation { background: #f8c75d; }
.bh-support-action--volunteer { background: var(--bh-mint); }
.bh-support-action--partner { background: var(--bh-lavender); }

.bh-support-action__index {
  position: relative;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  padding: 1.6rem;
  overflow: hidden;
  border-right: 1px solid rgba(23,23,71,.14);
}

.bh-support-action__index::after { position: absolute; left: -.7rem; bottom: -4.5rem; color: rgba(23,23,71,.07); font-family: Georgia, serif; font-size: 12rem; line-height: 1; content: "+"; }
.bh-support-action__index span { position: relative; z-index: 1; font-family: Georgia, serif; font-size: clamp(4.8rem, 7vw, 7.6rem); line-height: .8; }
.bh-support-action__index small { position: relative; z-index: 1; font-size: .67rem; font-weight: 850; letter-spacing: .08em; text-transform: uppercase; }

.bh-support-action__content { display: flex; flex-direction: column; align-items: flex-start; min-width: 0; padding: clamp(1.7rem, 4vw, 3rem); }
.bh-support-action__tag { margin: 0 0 1.4rem !important; color: var(--bh-raspberry); font-size: .72rem; font-weight: 850; letter-spacing: .1em; text-transform: uppercase; }
.bh-support-action__content h3 { max-width: 11ch; margin: 0 0 1rem; font-family: Georgia, serif; font-size: clamp(3rem, 4.6vw, 5rem); font-weight: 500; letter-spacing: -.045em; line-height: .94; }
.bh-support-action__content > p:not(.bh-support-action__tag) { max-width: 41rem; margin: 0 0 1.3rem; color: rgba(23,23,71,.76); font-size: 1rem; line-height: 1.6; }

.bh-support-action__chips { display: flex; flex-wrap: wrap; gap: .5rem; margin-bottom: 1.8rem; }
.bh-support-action__chips span { padding: .52rem .72rem; border: 1px solid rgba(23,23,71,.3); border-radius: 999px; font-size: .7rem; font-weight: 800; }

.bh-support-action__button {
  display: inline-flex;
  align-items: center;
  gap: .8rem;
  margin-top: auto;
  padding: .9rem 1.2rem;
  border-radius: 999px;
  background: var(--bh-ink);
  color: #fff;
  font-size: .86rem;
  font-weight: 850;
  text-decoration: none;
  transition: transform .2s ease, background .2s ease;
}

.bh-support-action__button:hover { background: var(--bh-raspberry); transform: translateY(-2px); }
.bh-support-action__button i { font-style: normal; }
.bh-support-action__content > small { display: block; margin-top: .8rem; color: rgba(23,23,71,.53); font-size: .68rem; line-height: 1.4; }

.bh-support-impact { background: var(--bh-ink); color: #fff; }
.bh-support-impact__heading { display: grid; grid-template-columns: 1fr 1fr; gap: 1.5rem 4rem; align-items: end; margin-bottom: 3rem; }
.bh-support-impact__heading .bh-kicker { grid-column: 1 / -1; color: #f8a9c6; }
.bh-support-impact__heading .bh-title { max-width: 11ch; margin: 0; color: #fff; }
.bh-support-impact__heading .bh-lead { max-width: 34rem; margin: 0 0 .6rem; color: rgba(255,255,255,.66); }

.bh-support-impact-grid { display: grid; grid-template-columns: repeat(4, minmax(0, 1fr)); gap: .8rem; }
.bh-support-impact-grid article { display: flex; flex-direction: column; min-height: 330px; padding: 1.5rem; border-radius: var(--bh-radius); background: var(--bh-pink); color: var(--bh-ink); }
.bh-support-impact-grid article:nth-child(2) { background: var(--bh-gold); }
.bh-support-impact-grid article:nth-child(3) { background: var(--bh-mint); }
.bh-support-impact-grid article:nth-child(4) { background: var(--bh-lavender); }
.bh-support-impact-grid span { font-family: Georgia, serif; font-size: 1.5rem; }
.bh-support-impact-grid h3 { margin: auto 0 .8rem; font-family: Georgia, serif; font-size: clamp(2.3rem, 3.2vw, 3.5rem); font-weight: 500; letter-spacing: -.035em; line-height: .95; }
.bh-support-impact-grid p { margin: 0; color: rgba(23,23,71,.72); font-size: .9rem; line-height: 1.5; }

.bh-support-final {
  position: relative;
  padding: clamp(2rem, 5vw, 4.5rem);
  overflow: hidden;
  border-radius: calc(var(--bh-radius) + .65rem);
  background: var(--bh-raspberry);
  color: #fff;
}

.bh-support-final::after { position: absolute; right: -2rem; bottom: -8rem; color: rgba(255,255,255,.1); font-family: Georgia, serif; font-size: 22rem; line-height: 1; content: "+"; }
.bh-support-final > * { position: relative; z-index: 1; }
.bh-support-final .bh-kicker { color: #fff; }
.bh-support-final blockquote { max-width: 17ch; margin: 1.5rem 0 2.3rem; font-family: Georgia, serif; font-size: clamp(3rem, 5.8vw, 6rem); letter-spacing: -.045em; line-height: .95; }
.bh-support-final > div { display: flex; flex-wrap: wrap; gap: .7rem; }
.bh-support-final a { padding: .85rem 1.2rem; border: 1px solid rgba(255,255,255,.72); border-radius: 999px; color: #fff; font-size: .82rem; font-weight: 850; text-decoration: none; }
.bh-support-final a:first-child { border-color: #fff; background: #fff; color: var(--bh-ink); }

.bh-support-card {
  min-height: 360px;
  padding: 1.75rem;
  border-radius: var(--bh-radius);
  border: 1.5px solid var(--bh-ink);
  background: transparent;
}
.bh-support-card:nth-child(2) { background: var(--bh-pink); }
.bh-support-card:nth-child(3) { background: var(--bh-gold); }
.bh-support-card h2 { margin: 7rem 0 .8rem; font-family: Georgia, serif; font-size: 2.8rem; font-weight: 500; }
.bh-support-card a { color: inherit; font-weight: 850; }

.bh-contact-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 1rem;
}
.bh-contact-card { min-height: 300px; padding: 1.75rem; border-radius: var(--bh-radius); background: var(--bh-paper); border: 1px solid var(--bh-line); }
.bh-contact-card:nth-child(2) { background: var(--bh-lavender); }
.bh-contact-card h2 { margin: 5rem 0 .8rem; font-family: Georgia, serif; font-size: 2.6rem; font-weight: 500; }
.bh-contact-card a { color: inherit; font-weight: 850; }

.bh-mini-cta { padding: clamp(2rem, 5vw, 4rem); border-radius: calc(var(--bh-radius) + .5rem); background: var(--bh-ink); color: var(--bh-ivory); }
.bh-mini-cta h2 { margin-top: 0; color: #fff; font-family: Georgia, serif; font-size: clamp(2.4rem, 5vw, 4.7rem); font-weight: 500; line-height: 1; }
.bh-mini-cta .wp-block-buttons { margin-top: 1.5rem; }

@media (max-width: 1100px) {
  .bh-header .bh-header-cta { display: none !important; }
  .bh-hero__grid { grid-template-columns: 1fr 0.55fr; }
  .bh-hero__visual { min-height: 430px; }
  .bh-pillars { grid-template-columns: repeat(2, 1fr); }
  .bh-support-path { grid-template-columns: minmax(240px, .52fr) minmax(0, 1.48fr); gap: 3rem; }
  .bh-support-action { grid-template-columns: 145px minmax(0, 1fr); }
  .bh-support-impact-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .bh-support-impact-grid article { min-height: 280px; }
}

@media (min-width: 821px) and (max-height: 820px) {
  .bh-community-story__intro .bh-title { font-size: clamp(2.55rem, 3.7vw, 4rem); }
  .bh-community-story__intro .bh-lead { font-size: 1rem; line-height: 1.48; }
  .bh-community-story__note { margin-top: 1.4rem; }
  .bh-community-panel { min-height: min(57svh, 500px); padding: 1.65rem 2rem; }
  .bh-community-panel__content { margin-block: 1.35rem 1rem; }
  .bh-community-panel__content--mixed { margin-block: 1.2rem .75rem; }
  .bh-community-panel__content h2 { margin-bottom: .7rem; font-size: clamp(2.5rem, 3.5vw, 3.65rem); }
  .bh-community-panel__content p { font-size: .94rem; line-height: 1.42; }
  .bh-community-panel__details { margin-top: .85rem; padding-top: .75rem; }
  .bh-community-panel__content ul { margin-top: .8rem; }
  .bh-community-panel > a { margin-top: .8rem; }
  .bh-monthly-meetup { padding: 1rem; }
  .bh-monthly-meetup h3 { font-size: 1.65rem; }
  .bh-monthly-meetup p { font-size: .82rem; }
}

@media (max-width: 1100px) {
  .bh-header { background: var(--bh-ivory); backdrop-filter: none; }
  .bh-header__inner { min-height: 70px; padding-inline: 1rem; }
  .bh-brand__text { display: block; font-size: 1rem; }
  .bh-brand__logo { width: 38px; height: 44px; }
  .bh-nav { margin-left: auto; font-size: 1rem; }
  .bh-nav .wp-block-navigation__responsive-container:not(.is-menu-open) { display: none !important; }
  .bh-nav .wp-block-navigation__responsive-container-open {
    display: inline-flex !important;
    width: 3rem;
    height: 3rem;
    align-items: center;
    justify-content: center;
    padding: 0;
    border: 1.5px solid var(--bh-ink);
    border-radius: 999px;
    background: transparent;
    color: var(--bh-ink);
  }
  .bh-nav .wp-block-navigation__responsive-container-open svg { width: 1.55rem; height: 1.55rem; }
  .bh-nav .wp-block-navigation__responsive-container.is-menu-open {
    position: fixed !important;
    inset: 0 !important;
    z-index: 999999 !important;
    width: auto !important;
    max-width: none !important;
    height: 100dvh !important;
    min-height: 100vh;
    box-sizing: border-box !important;
    padding: max(1.25rem, env(safe-area-inset-top)) max(1.25rem, env(safe-area-inset-right)) max(1.5rem, env(safe-area-inset-bottom)) max(1.25rem, env(safe-area-inset-left));
    overflow-y: auto;
    background: var(--bh-ivory);
    color: var(--bh-ink);
  }
  .bh-nav .is-menu-open .wp-block-navigation__responsive-container-content {
    align-items: flex-start;
    justify-content: flex-start;
    min-height: calc(100dvh - 5rem);
    padding-top: 4.75rem;
  }
  .bh-nav .is-menu-open .wp-block-navigation__responsive-container-close {
    position: fixed !important;
    top: max(1.25rem, env(safe-area-inset-top)) !important;
    right: max(1.5rem, env(safe-area-inset-right)) !important;
    left: auto !important;
    inset-inline-start: auto !important;
    inset-inline-end: max(1.5rem, env(safe-area-inset-right)) !important;
    z-index: 1000000 !important;
    display: inline-flex !important;
    align-items: center;
    justify-content: center;
    width: 3.25rem;
    height: 3.25rem;
    padding: 0 !important;
    border: 1.5px solid var(--bh-ink) !important;
    border-radius: 999px;
    background: var(--bh-ivory) !important;
    color: var(--bh-ink) !important;
    margin: 0 !important;
    transform: none !important;
    translate: none !important;
    box-sizing: border-box !important;
  }
  .bh-nav .is-menu-open .wp-block-navigation__responsive-container-close svg {
    display: block !important;
    width: 1.75rem !important;
    height: 1.75rem !important;
    fill: currentColor;
  }
  .bh-nav .is-menu-open .wp-block-navigation__responsive-container-content .wp-block-navigation__container {
    flex-direction: column !important;
    align-items: flex-start !important;
    gap: .8rem !important;
    width: 100%;
  }
  .bh-nav .is-menu-open .wp-block-navigation-item__content {
    color: var(--bh-ink);
    font-family: Georgia, "Times New Roman", serif;
    font-size: clamp(1.55rem, 6.5vw, 2.2rem);
    font-weight: 500;
    line-height: 1.08;
  }
  .bh-nav .is-menu-open .bh-nav-support {
    margin-top: .85rem;
  }
  .bh-nav .is-menu-open .bh-nav-support .wp-block-navigation-item__content {
    padding: .85rem 1.25rem;
    border-radius: 999px;
    background: var(--bh-raspberry);
    color: #fff;
    font-family: inherit;
    font-size: 1rem;
    font-weight: 800;
  }
  .bh-hero { min-height: auto; padding-top: 4rem; }
  .bh-hero__grid { grid-template-columns: 1fr; }
  .bh-hero__visual { min-height: 480px; }
  .bh-hero-logo { width: 220px; }
  .bh-card-grid, .bh-join-grid { grid-template-columns: 1fr; }
  .bh-event-card, .bh-event-card:nth-child(2) { min-height: 280px; transform: none; }
  .bh-community-card:nth-child(n) { grid-column: span 12; }
  .bh-resource-grid { grid-template-columns: 1fr; }
  .bh-section-heading { display: block; }
  .bh-section-heading .bh-text-link { display: inline-block; margin-top: 1rem; }
  .bh-footer__grid { grid-template-columns: 1fr; }
	.bh-instagram-heading { grid-template-columns: 1fr; }
	.bh-instagram-heading .bh-kicker { grid-column: 1; }
	.bh-instagram-heading > p:last-child { max-width: 44rem; }
	.bh-instagram-live__bar { align-items: flex-start; }
  .bh-footer__bottom { align-items: flex-start; flex-direction: column; }
  .bh-footer__legal { justify-content: flex-start; }
  .bh-split, .bh-feature-event, .bh-agenda-conviviale, .bh-book-card { grid-template-columns: 1fr; }
  .bh-agenda-conviviale { min-height: 0; }
  .bh-agenda-conviviale__date { min-height: 250px; }
  .bh-directory-grid { grid-template-columns: 1fr 1fr; }
  .bh-contact-grid { grid-template-columns: 1fr; }
  .bh-beitj-spotlight { min-height: 0; grid-template-columns: 1fr; }
  .bh-beitj-spotlight__visual { min-height: 340px; }
  .bh-beitj-spotlight__logo { width: 88px; }
  .bh-beitj-spotlight__copy { padding: clamp(1.75rem, 6vw, 2.6rem); }
  .bh-community-story { grid-template-columns: 1fr; gap: 2.5rem; }
  .bh-community-story__intro,
  .admin-bar .bh-community-story__intro { position: relative; top: auto; padding-top: 0; }
  .bh-community-story__intro .bh-title { max-width: 12em; }
  .bh-community-stack { padding-bottom: 0; }
  .bh-community-panel,
  .admin-bar .bh-community-panel {
    position: relative;
    top: auto;
    min-height: 440px;
    margin-bottom: 1.25rem;
  }
  .bh-community-events__heading { grid-template-columns: 1fr; }
  .bh-community-events__heading .bh-lead {
    grid-column: 1;
    grid-row: auto;
    max-width: 48rem;
  }
  .bh-event-format-card,
  .bh-event-format-card:nth-child(1),
  .bh-event-format-card:nth-child(4) { min-height: 320px; grid-column: span 6; }
  .bh-dedicated-events { grid-template-columns: 1fr; }
  .bh-dedicated-events > .bh-text-link { grid-column: 1; }
  .bh-events-index__heading { grid-template-columns: 1fr; }
  .bh-events-index__heading .bh-kicker { grid-column: 1; }
  .bh-events-feature { grid-template-columns: 1fr; }
  .bh-events-feature__date { min-height: 250px; }
  .bh-events-feature__date strong { font-size: clamp(5.5rem, 22vw, 8rem); }
  .bh-events-feature__date--poster { min-height: min(76vw, 400px); }
  .bh-events-feature__date--poster strong { font-size: clamp(2.7rem, 12vw, 4rem); }
  .bh-events-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .bh-single-event-layout { grid-template-columns: 1fr; }
  .bh-single-event-layout__poster { display: flex; justify-content: center; position: static; top: auto; }
  .bh-single-event-layout__content > .wp-block-post-content,
  .bh-single-event-layout__content > .is-layout-constrained { margin-top: 1.1rem; }
  .bh-single-event-image { width: min(100%, 420px); }
  .bh-resource-hero { min-height: auto; }
  .bh-resource-hero__grid { grid-template-columns: 1fr; }
  .bh-resource-hero__visual { width: min(100%, 470px); min-height: 430px; margin-inline: auto; }
  .bh-resource-path { min-height: 350px; grid-column: span 6; }
  .bh-resource-path:nth-child(3) { grid-column: span 12; }
  .bh-resource-editorial { grid-template-columns: 1fr; }
  .bh-resource-editorial__intro,
  .admin-bar .bh-resource-editorial__intro { position: relative; top: auto; }
  .bh-resource-loved-grid { grid-template-columns: 1fr; }
  .bh-resource-toolkit__grid { grid-template-columns: 1fr; }
  .bh-resource-toolkit__grid article { min-height: 240px; border-right: 0; border-bottom: 1px solid rgba(255,255,255,.18); }
  .bh-resource-toolkit__grid article:last-child { border-bottom: 0; }
  .bh-news-hero { min-height: auto; }
  .bh-news-hero__grid { grid-template-columns: 1fr; }
  .bh-news-hero__visual { width: min(100%, 470px); min-height: 420px; margin-inline: auto; }
  .bh-news-featured { grid-template-columns: 1fr; }
  .bh-news-featured__visual { min-height: 470px; }
  .bh-news-index__heading { grid-template-columns: 1fr; }
  .bh-news-grid > li,
  .bh-news-grid > li:nth-child(5n+1),
  .bh-news-grid > li:nth-child(5n+2) { grid-column: span 6; }
	.bh-media-hero { min-height: auto; }
	.bh-media-hero__grid { grid-template-columns: 1fr; }
	.bh-media-hero__visual { width: min(100%, 520px); min-height: 430px; margin-inline: auto; }
	.bh-media-index__heading { grid-template-columns: 1fr; }
	.bh-media-index__heading .bh-kicker { grid-column: 1; }
	.bh-media-feature { grid-template-columns: 1fr; }
	.bh-media-feature__visual { min-height: 420px; }
	.bh-media-card,
	.bh-media-card:first-child,
	.bh-media-card:nth-child(2) { grid-column: span 6; }
  .bh-article-layout { grid-template-columns: 1fr; }
  .bh-article-aside,
  .admin-bar .bh-article-aside { position: relative; top: auto; }
  .bh-contact-hero { min-height: auto; }
  .bh-contact-hero__grid { grid-template-columns: 1fr; }
  .bh-contact-hero__copy { max-width: 42rem; }
  .bh-contact-hero__visual { width: min(100%, 500px); min-height: 430px; margin-inline: auto; }
  .bh-contact-form-layout { grid-template-columns: 1fr; }
  .bh-contact-form-intro,
  .admin-bar .bh-contact-form-intro { position: relative; top: auto; }
  .bh-contact-form-intro h2 { max-width: 11ch; }
  .bh-contact-form-intro ul { grid-template-columns: repeat(3, 1fr); gap: .8rem; }
  .bh-contact-form-intro li { grid-template-columns: 1fr; border: 1px solid rgba(255,255,255,.16); border-radius: .8rem; padding: 1rem; }
  .bh-contact-form-intro li > span { grid-row: auto; }
  .bh-contact-routes > a { min-height: 310px; grid-column: span 6; }
  .bh-contact-routes > a:last-child { grid-column: span 12; min-height: 260px; }
  .bh-support-hero { min-height: auto; }
  .bh-support-hero__grid { grid-template-columns: 1fr; }
  .bh-support-hero__copy { max-width: 46rem; }
  .bh-support-hero__visual { width: min(100%, 500px); min-height: 470px; margin-inline: auto; }
  .bh-support-path { grid-template-columns: 1fr; }
  .bh-support-path__intro,
  .admin-bar .bh-support-path__intro { position: relative; top: auto; }
  .bh-support-path__intro h2 { max-width: 12ch; }
  .bh-support-path__intro > span { display: none; }
  .bh-support-action { grid-template-columns: 135px minmax(0, 1fr); min-height: 420px; }
  .bh-support-impact__heading { grid-template-columns: 1fr; }
  .bh-support-impact__heading .bh-kicker { grid-column: 1; }
  .bh-support-impact__heading .bh-lead { max-width: 43rem; }
}

@media (max-width: 782px) {
  .admin-bar .wp-site-blocks > .wp-block-template-part:first-child { top: 46px; }
  .admin-bar .bh-resource-nav-wrap { top: 133px; }
}

@media (min-width: 1101px) {
  .bh-nav-support { display: none !important; }
}

@media (max-width: 560px) {
  .bh-section { padding-inline: 1rem; }
  .bh-display { font-size: clamp(2.75rem, 14vw, 4.2rem); }
  .bh-hero__visual { min-height: 390px; }
  .bh-hero-logo { top: 0; right: 0; width: 175px; }
  .bh-photo-placeholder--one { width: 67%; min-height: 190px; }
  .bh-photo-placeholder--two { width: 46%; min-height: 150px; }
  .bh-pillars { grid-template-columns: 1fr; }
  .bh-pillar { min-height: 235px; }
  .bh-value-grid, .bh-directory-grid { grid-template-columns: 1fr; }
  .bh-community-panel,
  .admin-bar .bh-community-panel { min-height: 400px; padding: 1.4rem; }
  .bh-community-panel__content { margin-block: 2.6rem 1.5rem; }
  .bh-community-panel__content h2 { font-size: clamp(2.65rem, 13vw, 4rem); }
  .bh-community-panel__content p { font-size: .98rem; }
  .bh-community-panel__details { grid-template-columns: 1fr; gap: .7rem; }
  .bh-community-panel__content--mixed { grid-template-columns: 1fr; }
  .bh-beitj-spotlight__visual { min-height: 315px; padding: 1.25rem; }
  .bh-beitj-spotlight__logo { width: 78px; margin: auto 0 .75rem; }
  .bh-beitj-spotlight__copy h2 { font-size: clamp(2.35rem, 10vw, 3.25rem); }
  .bh-event-format-card,
  .bh-event-format-card:nth-child(1),
  .bh-event-format-card:nth-child(4) { grid-column: span 12; }
  .bh-dedicated-events { padding: 1.5rem; }
  .bh-dedicated-events__grid { grid-template-columns: 1fr; }
  .bh-dedicated-events__grid article { min-height: 230px; }
  .bh-dedicated-events__grid h4 { margin-top: 3.5rem; }
  .bh-events-index { margin-top: 3.5rem; }
  .bh-events-index__heading h2 { font-size: clamp(2.65rem, 13vw, 4rem); }
  .bh-event-filters {
    flex-wrap: nowrap;
    margin-inline: -1rem;
    padding: 0 1rem .4rem;
    overflow-x: auto;
    scrollbar-width: none;
  }
  .bh-event-filters::-webkit-scrollbar { display: none; }
  .bh-event-filters button { flex: 0 0 auto; }
  .bh-events-feature__date { min-height: 220px; }
  .bh-events-feature__date--poster { min-height: min(82vw, 410px); }
  .bh-events-feature__copy { padding: 1.6rem; }
  .bh-events-feature__copy h3 { font-size: clamp(2.15rem, 8.3vw, 3.15rem); }
  .bh-events-grid { grid-template-columns: 1fr; }
  .bh-event-dynamic-card__visual { min-height: 145px; }
  .bh-single-event-details { align-items: flex-start; }
  .bh-single-event-details .bh-event-button { width: 100%; text-align: center; }
  .bh-resources-page [id] { scroll-margin-top: 145px; }
  .bh-resource-nav-wrap { top: 87px; padding-inline: 1rem; }
  .admin-bar .bh-resource-nav-wrap { top: 133px; }
  .bh-resource-hero { padding-inline: 1rem; }
  .bh-resource-hero__copy .bh-title { font-size: clamp(3rem, 14vw, 4.4rem); }
  .bh-resource-hero__visual { min-height: 350px; }
  .bh-resource-paper--back { inset: 1rem 1.5rem 3rem 0; }
  .bh-resource-paper--front { inset: 2.5rem 0 0 1.5rem; }
  .bh-resource-paper--front strong { font-size: clamp(2rem, 10vw, 3rem); }
  .bh-resource-path { min-height: 330px; grid-column: span 12; }
  .bh-resource-guide { min-height: 0; }
  .bh-resource-guide h3 { margin-top: 3.5rem; }
  .bh-resource-loved-grid__statement h2,
  .bh-resource-toolkit__heading h2 { font-size: clamp(3rem, 13.5vw, 4.5rem); }
  .bh-resource-toolkit__grid article { min-height: 220px; }
  .bh-resource-toolkit__grid h3 { margin-top: 3.75rem; }
  .bh-book-card--resources .bh-book-card__cover { min-height: 400px; }
  .bh-news-hero { padding-inline: 1rem; }
  .bh-news-hero .bh-title { font-size: clamp(3.5rem, 15vw, 5rem); }
  .bh-news-hero__visual { min-height: 340px; }
  .bh-news-poster--back { inset: .75rem 1.5rem 3rem 0; }
  .bh-news-poster--front { inset: 2rem 0 0 1.5rem; }
  .bh-news-poster--front span { font-size: clamp(2.7rem, 14vw, 4rem); }
  .bh-news-featured { min-height: 0; }
  .bh-news-featured__visual { min-height: min(112vw, 470px); }
  .bh-news-featured__copy { padding: 1.6rem; }
  .bh-news-featured__copy h3 { font-size: clamp(2.7rem, 13vw, 4rem); }
  .bh-news-index__heading { display: block; }
  .bh-news-categories.wp-block-categories-list {
    flex-wrap: nowrap;
    margin-inline: -1rem !important;
    padding-inline: 1rem !important;
    overflow-x: auto;
    scrollbar-width: none;
  }
  .bh-news-categories::-webkit-scrollbar { display: none; }
  .bh-news-categories li { flex: 0 0 auto; }
  .bh-news-grid > li,
  .bh-news-grid > li:nth-child(5n+1),
  .bh-news-grid > li:nth-child(5n+2) { grid-column: span 12; }
  .bh-news-card { min-height: 460px; }
  .bh-news-empty { grid-template-columns: 1fr; }
  .bh-news-empty > span { font-size: 5rem; }
	.bh-media-hero { padding-inline: 1rem; }
	.bh-media-hero .bh-title { font-size: clamp(3.7rem, 16vw, 5.2rem); }
	.bh-media-hero__visual { min-height: 340px; }
	.bh-media-hero__visual span { font-size: clamp(2.55rem, 13vw, 4.4rem); }
	.bh-media-index__heading { display: block; }
	.bh-media-filters {
		flex-wrap: nowrap;
		margin-inline: -1rem;
		padding: 0 1rem .4rem;
		overflow-x: auto;
		scrollbar-width: none;
	}
	.bh-media-filters::-webkit-scrollbar { display: none; }
	.bh-media-filters button { flex: 0 0 auto; }
	.bh-media-feature { min-height: 0; }
	.bh-media-feature__visual { min-height: min(104vw, 430px); }
	.bh-media-feature__copy { padding: 1.6rem; }
	.bh-media-feature__copy h3 { font-size: clamp(2.7rem, 13vw, 4rem); }
	.bh-media-card,
	.bh-media-card:first-child,
	.bh-media-card:nth-child(2) { grid-column: span 12; min-height: 470px; }
	.bh-media-card__visual { min-height: 190px; }
	.bh-media-empty { grid-template-columns: 1fr; }
	.bh-media-empty > span { font-size: 5rem; }
  .bh-news-archive-hero,
  .bh-article-hero { padding-inline: 1rem; }
  .bh-news-archive-hero .bh-title,
  .bh-article-title { font-size: clamp(3.2rem, 14vw, 4.8rem); }
  .bh-article-media-wrap { margin-top: -3.5rem; padding-inline: 1rem; }
  .bh-article-navigation { display: grid; gap: 1rem; }
  .bh-contact-hero { padding: 4rem 1rem; }
  .bh-contact-hero .bh-title { font-size: clamp(3.7rem, 17vw, 5rem); }
  .bh-contact-hero .bh-lead { font-size: 1.05rem; }
  .bh-contact-hero__visual { min-height: 355px; }
  .bh-contact-envelope { width: min(88%, 340px); min-height: 260px; padding: 1.5rem; }
  .bh-contact-envelope::before { right: 1.25rem; bottom: 1.25rem; width: 3.5rem; height: 3.5rem; }
  .bh-contact-envelope strong { font-size: 3.3rem; }
  .bh-contact-envelope i { font-size: 1.65rem; }
  .bh-contact-form-intro h2 { font-size: clamp(3rem, 14vw, 4.2rem); }
  .bh-contact-form-intro ul { grid-template-columns: 1fr; }
  .bh-contact-form { grid-template-columns: 1fr; padding: 1.35rem; }
  .bh-contact-form__field--wide { grid-column: 1; }
  .bh-contact-form textarea { min-height: 175px; }
  .bh-contact-form__footer { align-items: stretch; flex-direction: column; }
  .bh-contact-form__footer button { width: 100%; }
  .bh-contact-routes > a,
  .bh-contact-routes > a:last-child { min-height: 290px; grid-column: span 12; }
  .bh-contact-routes h3 { font-size: clamp(2.3rem, 12vw, 3.2rem); }
  .bh-support-page [id] { scroll-margin-top: 95px; }
  .bh-support-hero { padding: 4rem 1rem; }
  .bh-support-hero .bh-title { font-size: clamp(3.65rem, 16.5vw, 5rem); }
  .bh-support-hero .bh-lead { font-size: 1.02rem; }
  .bh-support-hero .wp-block-buttons { align-items: stretch; flex-direction: column; }
  .bh-support-hero .wp-block-button,
  .bh-support-hero .wp-block-button__link { width: 100%; box-sizing: border-box; text-align: center; }
  .bh-support-hero__visual { min-height: 390px; }
  .bh-support-ticket { width: min(88%, 340px); min-height: 320px; padding: 1.5rem; }
  .bh-support-ticket strong { margin: 2rem 0 1.2rem; font-size: 3.1rem; }
  .bh-support-path__intro h2 { font-size: clamp(3rem, 14vw, 4.2rem); }
  .bh-support-action { grid-template-columns: 1fr; min-height: 0; }
  .bh-support-action__index { flex-direction: row; align-items: flex-end; padding: 1.25rem; border-right: 0; border-bottom: 1px solid rgba(23,23,71,.14); }
  .bh-support-action__index span { font-size: 4.6rem; }
  .bh-support-action__content { min-height: 370px; padding: 1.4rem; }
  .bh-support-action__content h3 { font-size: clamp(2.8rem, 13vw, 3.8rem); }
  .bh-support-action__button { width: 100%; box-sizing: border-box; justify-content: space-between; }
  .bh-support-impact-grid { grid-template-columns: 1fr; }
  .bh-support-impact-grid article { min-height: 250px; }
  .bh-support-final blockquote { font-size: clamp(2.8rem, 12.5vw, 4rem); }
  .bh-support-final > div { align-items: stretch; flex-direction: column; }
  .bh-support-final a { text-align: center; }
	.bh-instagram-grid { grid-template-columns: 1fr; }
	.bh-instagram-card { min-height: 380px; }
	.bh-instagram-card h3 { font-size: clamp(2.8rem, 12vw, 4rem); }
	.bh-instagram-section .bh-instagram-live.wp-block-group { width: 100% !important; padding: 1rem; border-radius: calc(var(--bh-radius) * 1.05); }
	.bh-instagram-live__bar { align-items: flex-start; flex-direction: column; }
	.bh-instagram-feed-embed .swiper-button-next,
	.bh-instagram-feed-embed .swiper-button-prev { display: none; }
  .bh-history-intro { grid-template-columns: 1fr; }
  .bh-history-stat {
    min-height: 170px;
    max-width: none;
    transform: none;
  }
  .bh-history-stat strong { font-size: 5.7rem; }
  .bh-history-timeline::before { left: 2rem; }
  .bh-history-event {
    min-height: 0;
    grid-template-columns: 4rem minmax(0, 1fr);
    align-items: start;
    padding-bottom: 1.5rem;
  }
  .bh-history-event__marker {
    width: 3.45rem;
    height: 3.45rem;
    grid-column: 1;
    margin-top: 1.25rem;
    box-shadow: 0 0 0 6px var(--bh-ink);
    font-size: .72rem;
  }
  .bh-history-event__card,
  .bh-history-event:nth-child(even) .bh-history-event__card {
    grid-column: 2;
    margin: 0 0 0 .8rem;
    padding: 1.35rem;
  }
  .bh-history-event__card h3 { font-size: 1.75rem; }

  .bh-history-story--ready { margin-top: 2rem; }
  .bh-history-story--ready .bh-history-stage {
    display: block;
    height: calc(100svh - 87px);
    min-height: 560px;
    padding-top: 1.2rem;
  }
  .admin-bar .bh-history-story--ready .bh-history-stage {
    top: 133px;
    height: calc(100svh - 133px);
  }
  .bh-history-story--ready .bh-history-stage__meta {
    display: grid;
    grid-template-columns: 1fr auto;
    align-items: end;
    gap: .5rem 1rem;
    padding-top: 0;
  }
  .bh-history-stage__label { grid-column: 1 / -1; margin-bottom: .4rem; }
  .bh-history-stage__year { font-size: clamp(5rem, 25vw, 7.3rem); }
  .bh-history-stage__counter { align-self: end; margin: 0 0 .45rem; }
  .bh-history-stage__progress { width: 100%; grid-column: 1 / -1; margin-top: .1rem; }
  .bh-history-stage__meta > p { display: none; }
  .bh-history-story--ready .bh-history-timeline {
    height: calc(100% - 150px);
    margin-top: 1.15rem;
  }
  .bh-history-story--ready .bh-history-event {
    display: block;
    transform: translateY(48px) scale(.96);
  }
  .bh-history-story--ready .bh-history-event.is-before { transform: translateY(-48px) scale(.96); }
  .bh-history-story--ready .bh-history-event__card,
  .bh-history-story--ready .bh-history-event:nth-child(even) .bh-history-event__card {
    height: calc(100% - .25rem);
    min-height: 0;
    margin: 0;
    padding: 1.5rem;
  }
  .bh-history-story--ready .bh-history-event__card h3 { font-size: clamp(2.2rem, 10vw, 3.4rem); }
  .bh-history-story--ready .bh-history-event__card p { font-size: .98rem; line-height: 1.5; }
  .bh-history-scrollstep {
    height: 86vh;
    height: 86svh;
  }
  .admin-bar .bh-history-scrollsteps { margin-top: calc(-100svh + 133px); }
}

/* Mobile finishing pass — navigation, touch targets and compact layouts. */
@media (max-width: 1100px) {
  html { scroll-padding-top: 78px; }

  a,
  button,
  summary { touch-action: manipulation; }

  .bh-main h1,
  .bh-main h2,
  .bh-main h3,
  .bh-footer h2 { overflow-wrap: break-word; }

  .bh-content-shell { padding-inline: 1rem; }

  .wp-block-button__link,
  .bh-button-primary,
  .bh-event-button,
  .bh-media-button,
  .bh-support-action__button,
  .bh-contact-form__footer button,
  .bh-footer-newsletter button,
  .bh-footer-newsletter > a { min-height: 46px; }

  .bh-event-filters,
  .bh-media-filters,
  .bh-resource-nav,
  .bh-news-categories.wp-block-categories-list {
    scroll-padding-inline: 1rem;
    scroll-snap-type: x proximity;
    overscroll-behavior-inline: contain;
  }

  .bh-event-filters button,
  .bh-media-filters button,
  .bh-resource-nav a,
  .bh-news-categories a {
    min-height: 44px;
    align-items: center;
    scroll-snap-align: start;
  }

  .bh-resource-nav a,
  .bh-news-categories a { display: inline-flex; }

  .bh-past-events summary { min-height: 54px; }
  .bh-single-event-details__meta > * { max-width: 100%; overflow-wrap: anywhere; }

  .bh-article-content .wp-block-table,
  .bh-article-content table,
  .bh-content-shell .wp-block-table {
    display: block;
    max-width: 100%;
    overflow-x: auto;
    overscroll-behavior-inline: contain;
  }

  .bh-article-content pre,
  .bh-content-shell pre { max-width: 100%; overflow-x: auto; }

  .bh-newsletter-popin__dialog {
    max-height: calc(100dvh - 2rem);
    overscroll-behavior: contain;
  }
}

@media (min-width: 701px) and (max-width: 1100px) {
  .bh-past-events .bh-events-grid { grid-template-columns: repeat(3, minmax(0, 1fr)); }
}

@media (max-width: 700px) {
  .bh-past-events .bh-events-grid { grid-template-columns: 1fr; }
  .bh-past-events .bh-event-dynamic-card__visual { height: 120px; min-height: 120px; }
}

@media (max-width: 700px), (max-width: 950px) and (max-height: 620px) {
  .bh-history-story { margin-top: 2.5rem; }
  .bh-history-story .bh-history-stage,
  .admin-bar .bh-history-story .bh-history-stage {
    position: relative;
    top: auto;
    display: block;
    height: auto;
    min-height: 0;
    padding: 0;
    overflow: visible;
  }
  .bh-history-story .bh-history-stage__meta { display: none; }
  .bh-history-story .bh-history-timeline { height: auto; margin: 0; }
  .bh-history-story .bh-history-timeline::before { left: 1.55rem; transform: none; }
  .bh-history-story .bh-history-event {
    position: relative;
    inset: auto;
    display: grid;
    min-height: 0;
    grid-template-columns: 3.2rem minmax(0, 1fr);
    align-items: start;
    padding: 0 0 1rem;
    opacity: 1;
    pointer-events: auto;
    transform: none;
  }
  .bh-history-story .bh-history-event__marker {
    display: grid;
    width: 3.1rem;
    height: 3.1rem;
    grid-column: 1;
    margin-top: 1rem;
    box-shadow: 0 0 0 6px var(--bh-ink);
    font-size: .66rem;
  }
  .bh-history-story .bh-history-event__card,
  .bh-history-story .bh-history-event:nth-child(even) .bh-history-event__card {
    display: block;
    width: auto;
    height: auto;
    max-height: none;
    grid-column: 2;
    margin: 0 0 0 .75rem;
    padding: 1.25rem;
  }
  .bh-history-story .bh-history-event__card h3 { margin-top: 0; font-size: clamp(1.55rem, 7vw, 2.25rem); }
  .bh-history-story .bh-history-event__card p { font-size: .92rem; line-height: 1.52; }
}

@media (max-width: 560px) {
  .bh-header__inner { min-height: 64px; gap: .7rem; padding-block: .55rem; }
  .bh-brand { gap: .55rem; }
  .bh-brand__logo { width: 34px; height: 40px; }
  .bh-brand__text { font-size: .95rem; }
  .bh-nav .wp-block-navigation__responsive-container-open { width: 2.8rem; height: 2.8rem; }

  .bh-section { padding: 3.75rem 1rem; }
  .bh-inner-hero,
  .bh-content-shell,
  .bh-news-archive-hero,
  .bh-article-hero { padding: 3.75rem 1rem; }
  .bh-kicker { margin-bottom: .7rem; font-size: .7rem; }
  .bh-title { font-size: clamp(2.35rem, 11.5vw, 3.5rem); }
  .bh-display { font-size: clamp(2.65rem, 13vw, 3.8rem); }
  .bh-lead { margin-top: 1rem; font-size: 1.02rem; line-height: 1.55; }
  .bh-inner-hero .bh-title { font-size: clamp(2.75rem, 13vw, 4rem); }

  .bh-hero { padding: 1.35rem 1rem 3.75rem; }
  .bh-hero::after { right: -15rem; bottom: -17rem; transform: scale(.72); }
  .bh-hero__grid {
    display: flex;
    flex-direction: column;
    align-items: stretch;
    gap: 1.35rem;
  }
  .bh-hero__visual {
    display: grid;
    min-height: 145px;
    order: -1;
    place-items: center;
  }
  .bh-hero-logo {
    position: relative;
    inset: auto;
    width: 122px;
    border-radius: 1.1rem;
    transform: none;
  }
  .bh-hero .bh-photo-placeholder { display: none; }
  .bh-hero__actions,
  .bh-mini-cta .wp-block-buttons,
  .bh-resource-contact .wp-block-buttons,
  .bh-news-cta .wp-block-buttons,
  .bh-media-cta .wp-block-buttons,
  .bh-contact-cta .wp-block-buttons {
    align-items: stretch;
    flex-direction: column;
    width: 100%;
  }
  .bh-hero__actions .wp-block-button,
  .bh-hero__actions .wp-block-button__link,
  .bh-mini-cta .wp-block-button,
  .bh-mini-cta .wp-block-button__link,
  .bh-resource-contact .wp-block-button,
  .bh-resource-contact .wp-block-button__link,
  .bh-news-cta .wp-block-button,
  .bh-news-cta .wp-block-button__link,
  .bh-media-cta .wp-block-button,
  .bh-media-cta .wp-block-button__link,
  .bh-contact-cta .wp-block-button,
  .bh-contact-cta .wp-block-button__link { width: 100%; text-align: center; }
  .bh-photo-placeholder--one { width: 68%; min-height: 165px; }
  .bh-photo-placeholder--two { width: 45%; min-height: 135px; }

  .bh-section-heading { margin-bottom: 2rem; }
  .bh-event-card,
  .bh-event-card:nth-child(2),
  .bh-value-card,
  .bh-directory-card,
  .bh-join-card { min-height: 0; }
  .bh-event-card__date { margin-bottom: 2.25rem; }
  .bh-pillar { min-height: 220px; }
  .bh-pillar h3,
  .bh-value-card h3,
  .bh-directory-card h2,
  .bh-directory-card h3,
  .bh-join-card h3 { margin-top: 2.75rem; }

  .bh-home-news__header h2 { font-size: clamp(2.75rem, 13vw, 4rem); }
  .bh-home-news__visual,
  .bh-home-news__card--lead .bh-home-news__visual { min-height: 185px; }
  .bh-home-news__copy { padding: 1.2rem; }
  .bh-home-news__copy h3,
  .bh-home-news__card--lead .bh-home-news__copy h3 { margin-top: 1.6rem; font-size: clamp(2rem, 9.7vw, 3rem); }

  .bh-instagram-heading { margin-bottom: 1.75rem; }
  .bh-instagram-live__bar > div { display: grid; gap: .2rem; }
  .bh-instagram-live__bar strong { font-size: 1.55rem; }
  .bh-instagram-live__bar small { font-size: .66rem; }
  .bh-instagram-section .bh-instagram-live.wp-block-group { padding: .8rem; }
  .bh-instagram-feed-embed .swiper-container { padding-bottom: 1.25rem; }
  .bh-instagram-card { min-height: 340px; padding: 1.35rem; }
  .bh-instagram-card__label { margin-top: 1.75rem; }
  .bh-instagram-card h3 { font-size: clamp(2.45rem, 11vw, 3.45rem); }

  .bh-beitj-spotlight__visual { min-height: 290px; }
  .bh-beitj-spotlight__copy { padding: 1.35rem; }
  .bh-beitj-spotlight__copy h2 { font-size: clamp(2.2rem, 10vw, 3rem); }
  .bh-beitj-spotlight__actions { align-items: stretch; flex-direction: column; gap: .8rem; }
  .bh-beitj-spotlight__actions a { width: 100%; box-sizing: border-box; }
  .bh-beitj-spotlight__actions .bh-button-primary { text-align: center; }
  .bh-community-panel,
  .admin-bar .bh-community-panel { min-height: 0; }
  .bh-event-format-card,
  .bh-event-format-card:nth-child(1),
  .bh-event-format-card:nth-child(4) { min-height: 285px; }
  .bh-dedicated-events__grid article { min-height: 210px; }

  .bh-events-feature__date { min-height: 200px; }
  .bh-events-feature__copy h3 { font-size: clamp(2rem, 8vw, 2.8rem); }
  .bh-event-dynamic-card__body { padding: 1.15rem; }
  .bh-event-dynamic-card h3 { margin-top: 1rem; }
  .bh-single-event-details { padding: 1rem; }
  .bh-single-event-details__meta { width: 100%; }
  .bh-single-event-details__meta > * { flex: 1 1 100%; }

  .bh-resource-hero,
  .bh-news-hero,
  .bh-media-hero,
  .bh-contact-hero,
  .bh-support-hero { padding: 3.75rem 1rem; }
  .bh-resource-hero__copy .bh-title,
  .bh-news-hero .bh-title,
  .bh-media-hero .bh-title,
  .bh-contact-hero .bh-title,
  .bh-support-hero .bh-title { font-size: clamp(2.85rem, 13.5vw, 4.2rem); }
  .bh-resource-hero__visual,
  .bh-news-hero__visual,
  .bh-media-hero__visual { min-height: 310px; }
  .bh-resource-path { min-height: 285px; }
  .bh-resource-guide { padding: 1.35rem; }
  .bh-resource-guide h3 { margin-top: 2.75rem; }
  .bh-resource-toolkit__heading { padding: 1.5rem; }
  .bh-resource-toolkit__heading h2,
  .bh-resource-loved-grid__statement h2 { font-size: clamp(2.65rem, 12vw, 3.8rem); }
  .bh-book-card--resources .bh-book-card__cover { min-height: 340px; }

  .bh-news-featured__visual { min-height: min(88vw, 350px); }
  .bh-news-featured__copy h3 { font-size: clamp(2.35rem, 11vw, 3.4rem); }
  .bh-news-card { min-height: 420px; }
  .bh-news-card__visual { min-height: 190px; }
  .bh-article-title { font-size: clamp(2.75rem, 12.5vw, 4rem); }
  .bh-article-content { font-size: 1rem; line-height: 1.72; }
  .bh-article-content h2 { font-size: clamp(2rem, 9.5vw, 2.8rem); }
  .bh-article-content blockquote { margin: 2rem 0; padding: 1.1rem 0 1.1rem 1rem; font-size: 1.3rem; }

  .bh-media-feature__visual { min-height: min(88vw, 350px); }
  .bh-media-feature__copy h3 { font-size: clamp(2.35rem, 11vw, 3.45rem); }
  .bh-media-card,
  .bh-media-card:first-child,
  .bh-media-card:nth-child(2) { min-height: 420px; }

  .bh-contact-hero__visual { min-height: 310px; }
  .bh-contact-envelope { min-height: 235px; }
  .bh-contact-form { gap: 1.05rem; }
  .bh-contact-form input[type="text"],
  .bh-contact-form input[type="email"],
  .bh-contact-form select,
  .bh-contact-form textarea,
  .bh-newsletter-form__row input { font-size: 16px; }
  .bh-contact-routes > a,
  .bh-contact-routes > a:last-child { min-height: 255px; }

  .bh-support-hero__visual { min-height: 340px; }
  .bh-support-ticket { min-height: 290px; }
  .bh-support-action__content { min-height: 330px; }
  .bh-support-impact-grid article { min-height: 220px; }

  .bh-newsletter-popin { padding: max(.55rem, env(safe-area-inset-top)) max(.55rem, env(safe-area-inset-right)) max(.55rem, env(safe-area-inset-bottom)) max(.55rem, env(safe-area-inset-left)); }
  .bh-newsletter-popin__dialog,
  .bh-newsletter-popin__dialog.is-email-only { width: 100%; max-height: calc(100dvh - 1.1rem); }
  .bh-newsletter-popin__close { top: .65rem; right: .65rem; width: 2.75rem; height: 2.75rem; }
  .bh-newsletter-popin__main { padding: 2.65rem 1.15rem 1.25rem; }
  .bh-newsletter-popin__main h2 { max-width: 10ch; font-size: clamp(2.5rem, 12vw, 3.25rem); }
  .bh-newsletter-popin__main > p { font-size: .84rem; }
  .bh-newsletter-form { margin-top: 1rem; }
  .bh-newsletter-form__row input,
  .bh-newsletter-form__row button { min-height: 48px; }
  .bh-newsletter-form__consent { font-size: .68rem; }
  .bh-newsletter-popin__whatsapp {
    display: grid;
    min-height: 0;
    grid-template-columns: auto minmax(0, 1fr);
    align-items: center;
    gap: .25rem .8rem;
    padding: 1.15rem;
  }
  .bh-newsletter-popin__whatsapp-icon { width: 2.8rem; height: 2.8rem; grid-row: 1 / span 2; margin: 0; border-radius: .9rem; }
  .bh-newsletter-popin__whatsapp-icon svg { width: 1.5rem; height: 1.5rem; }
  .bh-newsletter-popin__whatsapp .bh-kicker { grid-column: 2; }
  .bh-newsletter-popin__whatsapp h3 { max-width: none; grid-column: 2; margin: .1rem 0 0; font-size: 1.65rem; }
  .bh-newsletter-popin__whatsapp > p:not(.bh-kicker) { grid-column: 1 / -1; margin-top: .55rem; }
  .bh-newsletter-popin__whatsapp-tags { display: none; }
  .bh-newsletter-popin__whatsapp a { min-height: 46px; grid-column: 1 / -1; align-items: center; margin-top: .55rem; }

  .bh-footer__inner { padding: 3rem 1rem 1.5rem; }
  .bh-footer__grid { gap: 2rem; }
  .bh-footer-newsletter { margin: 2rem 0 1.5rem; padding: 1rem; }
  .bh-footer-newsletter button,
  .bh-footer-newsletter > a { width: 100%; white-space: normal; }
  .bh-footer__bottom { margin-top: 2rem; }
}

@media (max-width: 370px) {
  .bh-brand__text { font-size: .88rem; }
  .bh-nav .is-menu-open .wp-block-navigation-item__content { font-size: 1.45rem; }
  .bh-title { font-size: 2.3rem; }
  .bh-display { font-size: 2.55rem; }
  .bh-newsletter-popin__main h2 { font-size: 2.3rem; }
}

@media (max-width: 1100px) {
  .bh-header__inner > .bh-brand { order: 1; }
  .bh-header__inner > .wp-block-shortcode { order: 2; margin-left: auto; }
  .bh-header__inner > .bh-nav { order: 3; margin-left: 0; }
  .bh-header__inner > .bh-header-cta { order: 4; }
  .bh-search-toggle { width: 3rem; height: 3rem; border-color: var(--bh-ink); }
  .bh-search-grid { grid-template-columns: repeat(2,minmax(0,1fr)); }
}

@media (max-width: 560px) {
  .bh-search-toggle { width: 2.8rem; height: 2.8rem; }
  .bh-site-search { align-items: start; padding: max(.55rem,env(safe-area-inset-top)) max(.55rem,env(safe-area-inset-right)) max(.55rem,env(safe-area-inset-bottom)) max(.55rem,env(safe-area-inset-left)); }
  .bh-site-search__dialog { width: 100%; min-height: min(560px,calc(100dvh - 1.1rem)); padding: 4.3rem 1.15rem 1.4rem; border-radius: 1.35rem; }
  .bh-site-search__close { top: .75rem; right: .75rem; width: 2.75rem; height: 2.75rem; font-size: 1.75rem; }
  .bh-site-search__dialog h2 { max-width: 10ch; font-size: clamp(2.8rem,14vw,4.1rem); }
  .bh-site-search__form { margin-top: 1.8rem; }
  .bh-site-search__form > div { grid-template-columns: 1fr; }
  .bh-site-search__form input,
  .bh-site-search__form button { min-height: 3.35rem; font-size: 16px; }
  .bh-site-search__shortcuts { align-items: flex-start; }
  .bh-site-search__shortcuts > span { width: 100%; }

  .bh-search-hero { padding: 3.75rem 1rem; }
  .bh-search-hero h1 { font-size: clamp(3rem,14vw,4.25rem); }
  .bh-search-hero__inner > p:not(.bh-kicker) { font-size: .94rem; }
  .bh-search-page__form > div { grid-template-columns: 1fr; border-radius: 1.2rem; }
  .bh-search-page__form input[type="search"],
  .bh-search-page__form button { min-height: 3.4rem; font-size: 16px; }
  .bh-search-results { padding: 3.5rem 1rem; }
  .bh-search-results__topline { align-items: flex-start; flex-direction: column; }
  .bh-search-results__topline > span { text-align: left; }
  .bh-search-filters { margin-right: -1rem; padding-right: 1rem; }
  .bh-search-grid { grid-template-columns: 1fr; }
  .bh-search-card { grid-template-columns: 108px minmax(0,1fr); }
  .bh-search-card__visual { min-height: 100%; }
  .bh-search-card__visual > span { font-size: 2.6rem; }
  .bh-search-card__copy { min-height: 240px; padding: 1.1rem; }
  .bh-search-card__copy h2 { font-size: clamp(1.65rem,8vw,2.2rem); }
  .bh-search-card__copy > p:not(.bh-search-card__meta) { font-size: .82rem; }
  .bh-search-empty { grid-template-columns: 1fr; gap: 1.2rem; padding: 1.5rem; }
  .bh-search-empty > span { font-size: 5rem; }
}

@media (hover: none) {
  .wp-block-button .wp-block-button__link:hover,
  .bh-home-news__card:hover,
  .bh-instagram-card:hover,
  .bh-resource-path:hover,
  .bh-news-card:hover,
  .bh-media-card:hover,
  .bh-search-card:hover,
  .bh-contact-routes > a:hover,
  .bh-support-action__button:hover { transform: none; }

  .bh-home-news__card:hover .bh-home-news__visual img,
  .bh-news-featured:hover .wp-block-post-featured-image img,
  .bh-news-card:hover .wp-block-post-featured-image img { transform: none; }
}

@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  *, *::before, *::after { transition-duration: 0.01ms !important; }
}

/* Resource library -------------------------------------------------------- */
.bh-resource-library{background:#f7f4f0;padding:clamp(4.5rem,8vw,8rem) 1.5rem}.bh-resource-library__inner{max-width:var(--wp--style--global--wide-size,1200px);margin-inline:auto}.bh-resource-library__heading{display:grid;grid-template-columns:minmax(0,1.2fr) minmax(280px,.8fr);gap:3rem;align-items:end;margin-bottom:2rem}.bh-resource-library__heading h2{max-width:760px;margin:.25rem 0 0;font-family:Georgia,serif;font-size:clamp(2.8rem,5.8vw,5.5rem);font-weight:500;line-height:.96;letter-spacing:-.045em}.bh-resource-library__heading>p{margin:0;color:rgba(23,23,71,.66);font-size:1.02rem;line-height:1.6}.bh-resource-library__tools{display:flex;align-items:center;justify-content:space-between;gap:1rem;flex-wrap:wrap;padding:1rem 0 1.4rem;border-top:1px solid rgba(23,23,71,.14)}.bh-resource-library__search{flex:1;min-width:min(100%,300px)}.bh-resource-library__search input{width:min(100%,420px);padding:.85rem 1rem;border:1px solid rgba(23,23,71,.18);border-radius:999px;background:#fff;color:#171747;font:inherit}.bh-resource-library__filters{display:flex;gap:.45rem;flex-wrap:wrap}.bh-resource-library__filters button{appearance:none;border:1px solid rgba(23,23,71,.18);border-radius:999px;background:#fff;padding:.7rem .95rem;color:#171747;font:700 .78rem/1 inherit;cursor:pointer}.bh-resource-library__filters button:hover,.bh-resource-library__filters button.is-active{border-color:#171747;background:#171747;color:#fff}.bh-resource-library__grid{display:grid;grid-template-columns:repeat(12,minmax(0,1fr));gap:1rem}.bh-resource-library-card{grid-column:span 6;display:flex;flex-direction:column;min-height:355px;padding:1.6rem;border:1px solid rgba(23,23,71,.14);border-radius:2px;background:#fff;color:#171747;transition:transform .2s ease,box-shadow .2s ease}.bh-resource-library-card:nth-child(4n+2){background:#f0d9ff}.bh-resource-library-card:nth-child(4n+3){background:#dff7ea}.bh-resource-library-card:nth-child(4n){background:#f8dbe6}.bh-resource-library-card.is-featured{grid-column:span 12;min-height:310px;background:#f6c131}.bh-resource-library-card:hover{transform:translateY(-3px);box-shadow:0 18px 34px rgba(23,23,71,.08)}.bh-resource-library-card[hidden]{display:none!important}.bh-resource-library-card__top{display:flex;justify-content:space-between;gap:1rem}.bh-resource-library-card__tags{display:flex;gap:.4rem;flex-wrap:wrap}.bh-resource-library-card__tags span{padding:.35rem .5rem;border:1px solid rgba(23,23,71,.18);border-radius:999px;font-size:.66rem;font-weight:850;letter-spacing:.06em;text-transform:uppercase}.bh-resource-library-card__tags .is-featured{border-color:#171747;background:#171747;color:#fff}.bh-resource-library-card__index{font-size:1.5rem}.bh-resource-library-card h3{max-width:760px;margin:auto 0 .7rem;padding-top:3rem;font-family:Georgia,serif;font-size:clamp(1.9rem,3.5vw,3.2rem);font-weight:500;line-height:1.02;letter-spacing:-.035em}.bh-resource-library-card>p{max-width:700px;margin:0;color:rgba(23,23,71,.69);line-height:1.55}.bh-resource-library-card__footer{display:flex;align-items:end;justify-content:space-between;gap:1rem;margin-top:1.8rem;padding-top:1rem;border-top:1px solid rgba(23,23,71,.15)}.bh-resource-library-card__footer small{color:rgba(23,23,71,.58);font-size:.72rem;font-weight:750;letter-spacing:.04em;text-transform:uppercase}.bh-resource-library-card__footer a{color:#171747;font-weight:850;text-decoration:none}.bh-resource-library__empty{padding:3rem;text-align:center;border:1px dashed rgba(23,23,71,.2);color:rgba(23,23,71,.65)}@media(max-width:900px){.bh-resource-library__heading{grid-template-columns:1fr;gap:1.2rem}.bh-resource-library-card,.bh-resource-library-card.is-featured{grid-column:span 12}}@media(max-width:600px){.bh-resource-library{padding-inline:1rem}.bh-resource-library__tools{align-items:stretch}.bh-resource-library__search,.bh-resource-library__search input{width:100%}.bh-resource-library__filters{overflow-x:auto;flex-wrap:nowrap;padding-bottom:.3rem}.bh-resource-library__filters button{white-space:nowrap}.bh-resource-library-card{min-height:300px;padding:1.25rem}.bh-resource-library-card h3{padding-top:2.5rem}.bh-resource-library-card__footer{align-items:flex-start;flex-direction:column}}

/* Multilingual navigation & Hebrew RTL — v0.41 */
.bh-language-menu{position:relative;z-index:90;display:inline-flex;align-items:center;flex:0 0 auto}
.bh-language-menu__toggle{appearance:none;display:inline-flex;align-items:center;justify-content:center;gap:.32rem;min-width:3.45rem;height:3.45rem;padding:0 .78rem;border:1px solid var(--bh-line);border-radius:999px;background:rgba(255,255,255,.7);color:var(--bh-ink);font-size:.74rem;font-weight:900;line-height:1;cursor:pointer;box-shadow:0 4px 16px rgba(23,23,71,.03);transition:background .16s ease,border-color .16s ease,transform .16s ease}
.bh-language-menu__toggle:hover,.bh-language-menu__toggle[aria-expanded="true"]{border-color:rgba(23,23,71,.28);background:#fff}
.bh-language-menu__toggle:active{transform:scale(.97)}
.bh-language-menu__toggle svg{width:.62rem;height:.42rem;transition:transform .16s ease}
.bh-language-menu__toggle[aria-expanded="true"] svg{transform:rotate(180deg)}
.bh-language-menu__panel{position:absolute;top:calc(100% + .65rem);right:0;display:grid;min-width:12.5rem;padding:.45rem;border:1px solid rgba(23,23,71,.12);border-radius:1rem;background:#fffdf8;box-shadow:0 18px 50px rgba(23,23,71,.15)}
.bh-language-menu__panel[hidden]{display:none!important}
.bh-language-menu__option{display:grid;grid-template-columns:2.4rem 1fr auto;align-items:center;gap:.6rem;padding:.72rem .8rem;border-radius:.72rem;color:var(--bh-ink);text-decoration:none;font-size:.88rem;line-height:1.2;transition:background .14s ease}
.bh-language-menu__option:hover,.bh-language-menu__option:focus-visible{background:rgba(23,23,71,.06)}
.bh-language-menu__option[aria-current="page"]{background:rgba(23,23,71,.08);font-weight:850}
.bh-language-menu__short{display:grid;width:2.1rem;height:2.1rem;place-items:center;border-radius:999px;background:var(--bh-ink);color:#fff;font-size:.66rem;font-weight:900}
.bh-language-menu__label{font-weight:750;white-space:nowrap}
.bh-language-menu__check{font-weight:900;color:var(--bh-raspberry)}
html[dir="rtl"] body{direction:rtl;text-align:right}
html[dir="rtl"] .bh-header__inner{direction:rtl}
html[dir="rtl"] .bh-nav .wp-block-navigation__container{direction:rtl}
html[dir="rtl"] .bh-section-heading,html[dir="rtl"] .bh-admin-hero,html[dir="rtl"] .bh-event-dynamic-card__body,html[dir="rtl"] .bh-events-feature__copy,html[dir="rtl"] .bh-search-card__copy{text-align:right}
html[dir="rtl"] .bh-text-link,html[dir="rtl"] .bh-event-button{direction:rtl}
html[dir="rtl"] .bh-site-search__close{right:auto;left:1.25rem}
html[dir="rtl"] .bh-site-search__form>div,html[dir="rtl"] .bh-search-page__form>div{direction:rtl}
html[dir="rtl"] .bh-site-search__shortcuts{direction:rtl}
html[dir="rtl"] .bh-history-event__card,html[dir="rtl"] .bh-resource-card,html[dir="rtl"] .bh-community-card{text-align:right}
@media(max-width:1100px){.bh-language-menu{order:3}.bh-header__inner{flex-wrap:wrap!important}}
@media(max-width:700px){.bh-language-menu{margin-inline-start:auto}.bh-language-menu__toggle{min-width:3rem;height:3rem}.bh-language-menu__panel{position:fixed;top:auto;right:1rem;left:1rem;bottom:1rem;min-width:0;border-radius:1.2rem;padding:.65rem}.bh-language-menu__option{padding:.85rem}}
html[dir="rtl"] h1,html[dir="rtl"] h2,html[dir="rtl"] h3,html[dir="rtl"] .bh-display,html[dir="rtl"] .bh-title,html[dir="rtl"] .bh-site-search__dialog h2,html[dir="rtl"] .bh-search-hero h1{font-family:Arial,"Noto Sans Hebrew",system-ui,sans-serif;letter-spacing:0}

html[dir="rtl"] .bh-language-menu__panel{right:auto;left:0}
@media(max-width:700px){html[dir="rtl"] .bh-language-menu__panel{right:1rem;left:1rem}}

/* Legal & privacy pages */
.bh-legal-page{padding:clamp(56px,8vw,110px) 24px;background:linear-gradient(180deg,#fbf7ef 0%,#fffdf8 100%)}
.bh-legal-shell{max-width:980px!important;margin:0 auto}
.bh-legal-shell>h1{max-width:820px;margin:8px 0 20px;color:var(--bh-ink);font-family:Georgia,'Times New Roman',serif;font-size:clamp(48px,7vw,86px);font-weight:500;line-height:.98;letter-spacing:-.045em}
.bh-legal-shell>h2{margin:52px 0 14px;color:var(--bh-ink);font-family:Georgia,'Times New Roman',serif;font-size:clamp(27px,3vw,38px);font-weight:500}
.bh-legal-shell>p,.bh-legal-shell>ul{max-width:850px;color:#555576;font-size:17px;line-height:1.75}
.bh-legal-shell a{color:#304cff;font-weight:700}
.bh-legal-lead{max-width:760px!important;font-size:21px!important;color:#35355b!important}
.bh-legal-facts{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:1px;margin:24px 0 10px;overflow:hidden;border:1px solid var(--bh-line);border-radius:20px;background:var(--bh-line)}
.bh-legal-facts>div{padding:20px 22px;background:#fff}
.bh-legal-facts dt{margin-bottom:5px;color:#77758e;font-size:12px;font-weight:800;letter-spacing:.09em;text-transform:uppercase}
.bh-legal-facts dd{margin:0;color:var(--bh-ink);font-size:16px;font-weight:700;line-height:1.5}
.bh-legal-callout{max-width:850px;margin:20px 0;padding:22px 24px;border-left:5px solid var(--bh-raspberry);border-radius:0 16px 16px 0;background:#f8f3ed;color:#35355b;font-size:16px;line-height:1.65}
.bh-legal-updated{margin-top:54px!important;padding-top:20px;border-top:1px solid var(--bh-line);font-size:14px!important;color:#77758e!important}
.bh-footer__legal-links{margin-top:16px!important;font-size:12px!important;line-height:1.5!important}
.bh-footer__legal-links a{font-weight:700}
@media (max-width:700px){.bh-legal-page{padding:42px 18px 70px}.bh-legal-facts{grid-template-columns:1fr}.bh-legal-shell>h2{margin-top:38px}}

/* Public event experience 0.45 ------------------------------------------ */
.bh-event-badges .is-status,
.bh-single-event-details__meta .is-status {
  border-color: rgba(207,50,106,.35);
  background: rgba(207,50,106,.08);
  color: var(--bh-raspberry);
}

.bh-event-button--disabled {
  cursor: default;
  background: rgba(23,23,71,.09);
  color: rgba(23,23,71,.72);
}

.bh-events-feature .bh-event-button--disabled {
  background: rgba(255,255,255,.12);
  color: #fff;
}

.bh-event-calendar {
  position: relative;
  width: fit-content;
  margin-top: .75rem;
}

.bh-event-calendar summary {
  display: inline-flex;
  align-items: center;
  gap: .45rem;
  padding: .72rem 1rem;
  border: 1px solid rgba(23,23,71,.22);
  border-radius: 999px;
  background: transparent;
  color: var(--bh-ink);
  font-size: .78rem;
  font-weight: 850;
  cursor: pointer;
  list-style: none;
}
.bh-event-calendar summary::-webkit-details-marker { display: none; }
.bh-event-calendar summary::after { content: "+"; font-size: 1rem; line-height: 1; }
.bh-event-calendar[open] summary::after { content: "−"; }
.bh-event-calendar > div {
  position: absolute;
  z-index: 30;
  top: calc(100% + .45rem);
  left: 0;
  display: grid;
  min-width: 220px;
  overflow: hidden;
  border: 1px solid var(--bh-line);
  border-radius: .9rem;
  background: var(--bh-paper);
  box-shadow: var(--bh-shadow);
}
.bh-event-calendar > div a {
  padding: .8rem 1rem;
  color: var(--bh-ink);
  font-size: .78rem;
  font-weight: 800;
  text-decoration: none;
}
.bh-event-calendar > div a + a { border-top: 1px solid var(--bh-line); }
.bh-event-calendar > div a:hover { background: var(--bh-lavender); }
.bh-event-calendar--compact { margin-top: .7rem; }
.bh-event-calendar--compact summary { padding: .55rem .8rem; font-size: .7rem; }
.bh-events-feature .bh-event-calendar summary { border-color: rgba(255,255,255,.35); color: #fff; }
.bh-events-feature .bh-event-calendar > div { color: var(--bh-ink); }

.bh-single-event-details__actions {
  display: flex;
  flex-wrap: wrap;
  align-items: flex-start;
  gap: .7rem;
  width: 100%;
}
.bh-single-event-details__actions .bh-event-button,
.bh-single-event-details__actions .bh-event-calendar { margin-top: 0; }

.bh-single-event-details__access,
.bh-single-event-details__notice {
  flex: 1 1 100%;
  margin: 0;
  padding: .85rem 1rem;
  border-radius: .9rem;
  background: rgba(45,49,146,.07);
  line-height: 1.55;
}
.bh-single-event-details__notice.is-cancelled { background: rgba(207,50,106,.1); }
.bh-single-event-details__notice.is-postponed { background: rgba(242,181,68,.16); }

.bh-event-countdown {
  display: flex;
  flex: 1 1 100%;
  align-items: baseline;
  gap: .55rem;
  margin: 0;
  color: var(--bh-ink);
}
.bh-event-countdown span { color: rgba(23,23,71,.65); font-size: .74rem; font-weight: 800; text-transform: uppercase; letter-spacing: .06em; }
.bh-event-countdown strong { font-family: Georgia, "Times New Roman", serif; font-size: 1.55rem; font-weight: 500; }

.bh-event-share {
  display: flex;
  flex: 1 1 100%;
  flex-wrap: wrap;
  align-items: center;
  gap: .45rem;
  padding-top: .3rem;
}
.bh-event-share strong { margin-right: .15rem; font-size: .72rem; text-transform: uppercase; letter-spacing: .07em; }
.bh-event-share a,
.bh-event-share button {
  padding: .48rem .72rem;
  border: 1px solid var(--bh-line);
  border-radius: 999px;
  background: transparent;
  color: var(--bh-ink);
  font: inherit;
  font-size: .72rem;
  font-weight: 800;
  text-decoration: none;
  cursor: pointer;
}
.bh-event-share a:hover,
.bh-event-share button:hover { border-color: var(--bh-ink); background: var(--bh-ink); color: #fff; }

.bh-single-event-layout > .bh-event-next-section,
.bh-single-event-layout > .bh-event-next {
  grid-column: 1 / -1;
  width: 100%;
}
.bh-event-next { margin: 0; }
.bh-event-next__heading { display: grid; grid-template-columns: minmax(0,1fr) auto; gap: .8rem 2rem; align-items: end; margin-bottom: 1.3rem; }
.bh-event-next__heading .bh-kicker { grid-column: 1 / -1; margin: 0; }
.bh-event-next__heading h2 { margin: 0; font-family: Georgia, "Times New Roman", serif; font-size: clamp(2.4rem,5vw,4.6rem); font-weight: 500; line-height: .95; letter-spacing: -.04em; }
.bh-event-card__status { width: fit-content; padding: .32rem .58rem; border-radius: 999px; background: rgba(207,50,106,.1); color: var(--bh-raspberry); font-size: .68rem !important; font-weight: 850; }

html[dir="rtl"] .bh-event-calendar > div { left: auto; right: 0; }
html[dir="rtl"] .bh-event-share { direction: rtl; }

@media (max-width: 700px) {
  .bh-single-event-details__actions { display: grid; grid-template-columns: 1fr; width: 100%; }
  .bh-single-event-details__actions .bh-event-button,
  .bh-single-event-details__actions .bh-event-calendar,
  .bh-single-event-details__actions .bh-event-calendar summary { width: 100%; text-align: center; justify-content: center; }
  .bh-event-calendar > div { position: static; width: 100%; margin-top: .4rem; }
  .bh-event-share { align-items: stretch; }
  .bh-event-share strong { width: 100%; }
  .bh-event-share a,.bh-event-share button { flex: 1 1 auto; text-align: center; }
  .bh-event-next__heading { grid-template-columns: 1fr; }
}
.bh-event-calendar--compact { width: 100%; }
.bh-event-calendar--compact summary { width: fit-content; }
.bh-event-calendar--compact > div { position: static; width: min(100%, 280px); margin-top: .4rem; box-shadow: none; }

/* Search suggestions, breadcrumbs & useful 404 — v0.46 */
.bh-search-suggestions[hidden] { display: none !important; }
.bh-search-suggestions {
  position: relative;
  z-index: 5;
  margin-top: .65rem;
  overflow: hidden;
  border: 1px solid var(--bh-line);
  border-radius: 1.2rem;
  background: #fff;
  box-shadow: 0 18px 46px rgba(23,23,71,.12);
}
.bh-search-suggestions__label { margin: 0; padding: .72rem 1rem .55rem; color: #76768d; font-size: .68rem; font-weight: 850; letter-spacing: .08em; text-transform: uppercase; }
.bh-search-suggestions__list { display: grid; }
.bh-search-suggestions__item { display: flex; min-height: 64px; align-items: center; justify-content: space-between; gap: 1rem; padding: .85rem 1rem; border-top: 1px solid rgba(23,23,71,.08); color: var(--bh-ink); text-decoration: none; }
.bh-search-suggestions__item:hover,
.bh-search-suggestions__item:focus-visible { background: var(--bh-lavender); outline: 0; }
.bh-search-suggestions__item span { display: grid; gap: .16rem; min-width: 0; }
.bh-search-suggestions__item small { overflow: hidden; color: var(--bh-raspberry); font-size: .62rem; font-weight: 850; letter-spacing: .06em; text-overflow: ellipsis; text-transform: uppercase; white-space: nowrap; }
.bh-search-suggestions__item strong { overflow: hidden; font-family: Georgia,serif; font-size: 1rem; font-weight: 500; line-height: 1.15; text-overflow: ellipsis; white-space: nowrap; }
.bh-search-suggestions__item i { flex: 0 0 auto; font-style: normal; font-weight: 900; }
.bh-search-suggestions--page { max-width: 880px; }
.bh-search-suggestions--404 { margin-top: .7rem; }

.bh-breadcrumb { position: relative; z-index: 8; margin: 0; padding: .7rem 1.5rem; border-bottom: 1px solid var(--bh-line); background: rgba(255,253,248,.96); color: #68687f; font-size: .72rem; }
.bh-breadcrumb ol { display: flex; align-items: center; gap: .5rem; margin: 0 auto; padding: 0; list-style: none; }
.bh-breadcrumb li { min-width: 0; }
.bh-breadcrumb li:last-child { overflow: hidden; color: var(--bh-ink); font-weight: 750; text-overflow: ellipsis; white-space: nowrap; }
.bh-breadcrumb a { color: inherit; font-weight: 700; text-decoration: none; }
.bh-breadcrumb a:hover { color: var(--bh-raspberry); }

.bh-404-page { color: var(--bh-ink); background: var(--bh-paper); }
.bh-404-hero { position: relative; overflow: hidden; padding: clamp(4rem,8vw,7rem) 1.5rem clamp(3rem,6vw,5rem); background: radial-gradient(circle at 82% 18%,rgba(207,50,106,.3),transparent 30%),linear-gradient(135deg,#11113d,#242461 62%,#4c204c); color: #fff; }
.bh-404-hero__inner { display: grid; grid-template-columns: minmax(0,1fr) auto; align-items: end; gap: 2rem; }
.bh-404-hero .bh-kicker { color: #ffabc7; }
.bh-404-hero h1 { max-width: 13ch; margin: 0; color: #fff; font-family: Georgia,serif; font-size: clamp(3.5rem,8vw,7rem); font-weight: 500; letter-spacing: -.055em; line-height: .94; }
.bh-404-hero__inner > div > p:not(.bh-kicker) { max-width: 46rem; margin: 1.25rem 0 0; color: rgba(255,255,255,.77); line-height: 1.65; }
.bh-404-hero__inner > span { color: rgba(255,255,255,.08); font-family: Georgia,serif; font-size: clamp(7rem,17vw,15rem); line-height: .75; }
.bh-404-search { max-width: 880px; margin: clamp(2rem,5vw,3.5rem) auto 0; }
.bh-404-search > label { display: block; margin-bottom: .65rem; color: #fff; font-size: .72rem; font-weight: 850; letter-spacing: .08em; text-transform: uppercase; }
.bh-404-search > div:first-of-type { display: grid; grid-template-columns: minmax(0,1fr) auto; gap: .6rem; padding: .45rem; border-radius: 999px; background: #fff; }
.bh-404-search input { min-width: 0; min-height: 3.5rem; padding: 0 1rem; border: 0; background: transparent; color: var(--bh-ink); font-size: 1rem; outline: 0; }
.bh-404-search button { min-height: 3.5rem; padding: 0 1.2rem; border: 0; border-radius: 999px; background: var(--bh-raspberry); color: #fff; font-weight: 850; cursor: pointer; }
.bh-404-search button:hover { background: var(--bh-ink); }
.bh-404-body { padding: clamp(3.5rem,7vw,7rem) 1.5rem; }
.bh-404-suggestions { margin-bottom: clamp(3rem,6vw,5rem); }
.bh-404-suggestions h2,
.bh-404-events h2 { margin: 0 0 1.4rem; font-family: Georgia,serif; font-size: clamp(2.5rem,5vw,4.8rem); font-weight: 500; letter-spacing: -.045em; line-height: .98; }
.bh-404-suggestions > div { display: grid; grid-template-columns: repeat(3,minmax(0,1fr)); gap: .8rem; }
.bh-404-suggestions > div > a { display: grid; min-height: 165px; grid-template-columns: 1fr auto; align-content: space-between; gap: .8rem; padding: 1.2rem; border: 1px solid var(--bh-line); border-radius: 1.2rem; background: #fff; color: var(--bh-ink); text-decoration: none; }
.bh-404-suggestions > div > a:hover { border-color: var(--bh-ink); box-shadow: var(--bh-shadow); transform: translateY(-3px); }
.bh-404-suggestions a span { grid-column: 1 / -1; color: var(--bh-raspberry); font-size: .68rem; font-weight: 850; letter-spacing: .05em; text-transform: uppercase; }
.bh-404-suggestions a strong { align-self: end; font-family: Georgia,serif; font-size: 1.7rem; font-weight: 500; line-height: 1.05; }
.bh-404-suggestions a i { align-self: end; font-style: normal; font-weight: 900; }
.bh-404-links { display: grid; grid-template-columns: repeat(4,minmax(0,1fr)); gap: .8rem; margin: 0 0 clamp(4rem,8vw,7rem); }
.bh-404-links a { display: flex; min-height: 110px; flex-direction: column; justify-content: space-between; gap: .75rem; padding: 1rem; border-radius: 1.1rem; background: var(--bh-lavender); color: var(--bh-ink); text-decoration: none; }
.bh-404-links a:nth-child(2) { background: var(--bh-gold); }
.bh-404-links a:nth-child(3) { background: var(--bh-mint); }
.bh-404-links a:nth-child(4) { background: var(--bh-pink); }
.bh-404-links a:hover { box-shadow: var(--bh-shadow); transform: translateY(-3px); }
.bh-404-links span { font-size: 1.7rem; }
.bh-404-links strong { font-family: Georgia,serif; font-size: 1.35rem; font-weight: 500; }
.bh-404-events__grid { display: grid; grid-template-columns: repeat(3,minmax(0,1fr)); gap: .8rem; }
.bh-404-events__grid > a { display: flex; min-height: 180px; flex-direction: column; padding: 1.2rem; border: 1px solid var(--bh-line); border-radius: 1.2rem; background: #fff; color: var(--bh-ink); text-decoration: none; }
.bh-404-events__grid time { color: var(--bh-raspberry); font-size: .7rem; font-weight: 850; text-transform: uppercase; }
.bh-404-events__grid strong { margin: 1rem 0; font-family: Georgia,serif; font-size: 1.7rem; font-weight: 500; line-height: 1.05; }
.bh-404-events__grid span { margin-top: auto; font-size: .8rem; font-weight: 850; }

/* Mobile navigation final pass: keep critical controls tappable and ordered. */
@media (max-width: 1100px) {
  .bh-header__inner { gap: .55rem; }
  .bh-header__inner > .wp-block-shortcode { margin-left: 0; }
  .bh-header__inner > .bh-brand { margin-right: auto; }
  .bh-search-toggle,
  .bh-language-menu__toggle,
  .bh-nav .wp-block-navigation__responsive-container-open { min-width: 44px; min-height: 44px; }
}

@media (max-width: 720px) {
  .bh-breadcrumb { padding-inline: 1rem; }
  .bh-breadcrumb ol { gap: .38rem; }
  .bh-breadcrumb li:first-child { display: none; }
  .bh-breadcrumb li:nth-child(2) { display: none; }
  .bh-search-suggestions__item { min-height: 58px; padding: .72rem .85rem; }
  .bh-search-suggestions__item strong { font-size: .94rem; }
  .bh-404-hero { padding-inline: 1rem; }
  .bh-404-hero__inner { grid-template-columns: 1fr; }
  .bh-404-hero__inner > span { position: absolute; right: .5rem; bottom: 1rem; font-size: 8rem; pointer-events: none; }
  .bh-404-search > div:first-of-type { grid-template-columns: 1fr; border-radius: 1.15rem; }
  .bh-404-search input,
  .bh-404-search button { min-height: 48px; font-size: 16px; }
  .bh-404-body { padding-inline: 1rem; }
  .bh-404-suggestions > div,
  .bh-404-events__grid { grid-template-columns: 1fr; }
  .bh-404-suggestions > div > a,
  .bh-404-events__grid > a { min-height: 135px; }
  .bh-404-links { grid-template-columns: repeat(2,minmax(0,1fr)); }
}

@media (max-width: 420px) {
  .bh-404-links { grid-template-columns: 1fr; }
  .bh-404-links a { min-height: 88px; }
}

html[dir="rtl"] .bh-search-suggestions__item i,
html[dir="rtl"] .bh-404-suggestions a i { transform: scaleX(-1); }
html[dir="rtl"] .bh-breadcrumb ol { direction: rtl; }

/* 0.55.50 — vraie photothèque du Beit */
/* 0.55.51 — hero plus mixte, logo header renforcé, Beit J en photo de groupe */
/* 0.55.52 — Beit J compact, photo de jeunes en groupe, hiérarchie allégée */
.bh-hero__visual--photos {
  min-height: 590px;
}
.bh-hero-photo {
  position: absolute;
  overflow: hidden;
  border-radius: clamp(1.1rem, 2vw, 1.8rem);
  background-color: #ddd8cf;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  box-shadow: 0 22px 60px rgba(23,23,71,.2);
}
.bh-hero-photo--main {
  inset: 1.5rem 0 3.4rem 12%;
  z-index: 1;
  background-image: url("assets/images/community/community-group.webp");
  background-position: center 48%;
  transform: rotate(1.3deg);
}
.bh-hero-photo--flag {
  z-index: 3;
  top: 0;
  left: 0;
  width: 43%;
  aspect-ratio: 1 / 1.08;
  border: 7px solid var(--bh-ivory);
  background-image: url("assets/images/community/pride-flag.webp");
  background-position: 42% center;
  transform: rotate(-4deg);
}
.bh-hero-photo--community {
  z-index: 4;
  right: -4%;
  bottom: 0;
  width: 48%;
  aspect-ratio: 1.45 / 1;
  border: 7px solid var(--bh-ivory);
  background-image: url("assets/images/community/sukkah-group.webp");
  background-position: center 42%;
  transform: rotate(3deg);
}

.bh-home-photo-section {
  padding-top: clamp(1.5rem, 4vw, 3rem);
  padding-bottom: clamp(2.5rem, 6vw, 5rem);
  background: var(--bh-ivory);
}
.bh-home-photo-story {
  display: grid;
  min-height: 520px;
  grid-template-columns: 1.15fr .85fr;
  grid-template-rows: 1fr 1fr;
  gap: 1rem;
}
.bh-home-photo-story__item {
  position: relative;
  min-height: 240px;
  margin: 0;
  overflow: hidden;
  border-radius: calc(var(--bh-radius) + .35rem);
  background-position: center;
  background-size: cover;
  box-shadow: 0 12px 32px rgba(23,23,71,.08);
}
.bh-home-photo-story__item::after {
  content: "";
  position: absolute;
  inset: 35% 0 0;
  background: linear-gradient(180deg, transparent, rgba(10,10,34,.72));
}
.bh-home-photo-story__item span {
  position: absolute;
  z-index: 1;
  right: 1.35rem;
  bottom: 1.2rem;
  left: 1.35rem;
  color: #fff;
  font-size: .75rem;
  font-weight: 850;
  letter-spacing: .11em;
  text-transform: uppercase;
}
.bh-home-photo-story__item--sukkah {
  grid-row: 1 / 3;
  background-image: url("assets/images/community/sukkah-life.webp");
  background-position: center 46%;
}
.bh-home-photo-story__item--picnic {
  background-image: url("assets/images/community/picnic.webp");
  background-position: center 44%;
}
.bh-home-photo-story__item--engage {
  background-image: url("assets/images/community/antisemitism.webp");
  background-position: center 38%;
}

.bh-le-beit-photo-section {
  margin: 0;
  padding: 0 1.5rem clamp(3rem, 7vw, 6rem);
  background: var(--bh-paper);
}
.bh-le-beit-photo-band {
  display: grid;
  min-height: 420px;
  grid-template-columns: 1.25fr .75fr .9fr;
  gap: 1rem;
}
.bh-le-beit-photo {
  min-height: 300px;
  border-radius: calc(var(--bh-radius) + .25rem);
  background-position: center;
  background-size: cover;
  box-shadow: 0 14px 34px rgba(23,23,71,.09);
}
.bh-le-beit-photo--pride { background-image: url("assets/images/community/pride-banner.webp"); background-position: center 44%; }
.bh-le-beit-photo--house { background-image: url("assets/images/community/maison-buffet.webp"); background-position: center 52%; }
.bh-le-beit-photo--culture { background-image: url("assets/images/community/culture-group.webp"); background-position: center 45%; }
.bh-le-beit-photo:nth-child(2) { transform: translateY(2rem); }
.bh-le-beit-photo:nth-child(3) { transform: translateY(-1rem); }

.bh-history-intro {
  grid-template-columns: minmax(0, 1fr) minmax(270px, 360px);
}
.bh-history-intro__visual {
  position: relative;
  min-height: 330px;
}
.bh-history-intro__photo {
  position: absolute;
  inset: 0 4.5rem 3.2rem 0;
  border-radius: calc(var(--bh-radius) + .35rem);
  background: url("assets/images/community/pride-group.webp") center / cover no-repeat;
  box-shadow: 0 24px 65px rgba(0,0,0,.25);
  transform: rotate(-2deg);
}
.bh-history-intro__visual .bh-history-stat {
  position: absolute;
  z-index: 2;
  right: 0;
  bottom: 0;
  width: 180px;
  min-height: 180px;
  box-sizing: border-box;
}
.bh-history-intro__visual .bh-history-stat strong { font-size: 5.7rem; }

.bh-beitj-spotlight__visual--photo {
  background: url("assets/images/community/beitj-young-group.webp") center 41% / cover no-repeat;
}
.bh-beitj-spotlight__visual--photo::after { opacity: 1; }
.bh-community-panel__photo {
  width: 100%;
  min-height: 145px;
  margin-top: 1.25rem;
  border-radius: 1.1rem;
  background-position: center;
  background-size: cover;
  box-shadow: 0 10px 28px rgba(0,0,0,.13);
}
.bh-community-panel__photo--mixed {
  background-image: url("assets/images/community/picnic.webp");
  background-position: center 44%;
}
.bh-community-panel__graphic {
  width: 88px;
  height: 8px;
  margin-bottom: 1.6rem;
  border-radius: 999px;
  background: linear-gradient(90deg,#ef3d4d,#f58a39,#f6cf3f,#3aa16b,#3b64b8,#7f3f98);
  box-shadow: 0 0 0 9px rgba(255,255,255,.16);
}
.bh-community-panel__graphic--girls { transform: rotate(-2deg); }
.bh-community-panel__graphic--boys { transform: rotate(2deg); }

@media (max-width: 980px) {
  .bh-hero__visual--photos { min-height: 520px; }
  .bh-home-photo-story { min-height: 450px; }
  .bh-le-beit-photo-band { min-height: 350px; grid-template-columns: 1.2fr .8fr; }
  .bh-le-beit-photo--culture { display: none; }
  .bh-history-intro { grid-template-columns: 1fr; }
  .bh-history-intro__visual { width: min(100%, 540px); min-height: 360px; }
}
@media (max-width: 700px) {
  .bh-hero__visual--photos { min-height: 430px; margin-top: 1rem; }
  .bh-hero-photo--main { inset: 1.2rem 1rem 2.7rem 5%; }
  .bh-hero-photo--flag { width: 38%; border-width: 5px; }
  .bh-hero-photo--community { right: 0; width: 50%; border-width: 5px; }
  .bh-home-photo-story { min-height: 0; grid-template-columns: 1fr 1fr; grid-template-rows: 310px 190px; }
  .bh-home-photo-story__item--sukkah { grid-row: auto; grid-column: 1 / 3; }
  .bh-home-photo-story__item--picnic, .bh-home-photo-story__item--engage { min-height: 190px; }
  .bh-le-beit-photo-band { min-height: 0; grid-template-columns: 1fr 1fr; }
  .bh-le-beit-photo { min-height: 250px; }
  .bh-le-beit-photo:nth-child(2), .bh-le-beit-photo:nth-child(3) { transform: none; }
  .bh-history-intro__visual { min-height: 320px; }
  .bh-history-intro__photo { inset: 0 3rem 2.5rem 0; }
  .bh-history-intro__visual .bh-history-stat { width: 150px; min-height: 150px; }
  .bh-history-intro__visual .bh-history-stat strong { font-size: 4.7rem; }
}
@media (max-width: 480px) {
  .bh-home-photo-story { grid-template-columns: 1fr; grid-template-rows: 280px 200px 200px; }
  .bh-home-photo-story__item--sukkah { grid-column: auto; }
  .bh-le-beit-photo-band { grid-template-columns: 1fr; }
  .bh-le-beit-photo { min-height: 260px; }
  .bh-le-beit-photo--house { display: none; }
  .bh-history-intro__visual { min-height: 285px; }
}


/* 0.55.53 — Chronologie plus rythmée : une étape apparaît rapidement au fil du scroll. */
@media (min-width: 1101px) {
  .bh-history-scrollstep {
    height: 34vh;
    height: 34svh;
  }
}

@media (min-width: 701px) and (max-width: 1100px) and (min-height: 621px) {
  .bh-history-scrollstep {
    height: 44vh;
    height: 44svh;
  }
}

/* 0.55.54 — Chronologie courte + cartes d'accueil réellement compactes. */
/* La hauteur de la piste est désormais pilotée en JS : ~105 px de scroll par date sur desktop. */
.bh-history-scrollsteps {
  min-height: 0;
}

/* Les anciennes hauteurs par étape ne doivent plus rallonger artificiellement la chronologie. */
.bh-history-scrollstep {
  height: 0 !important;
  min-height: 0 !important;
}

/* Accueil : "On se retrouve bientôt ?" doit rester un aperçu, pas devenir une seconde page Agenda. */
#agenda .bh-section-heading {
  margin-bottom: clamp(1.35rem, 2.5vw, 2rem);
}

#agenda .bh-card-grid--dynamic {
  gap: .85rem;
  align-items: stretch;
}

#agenda .bh-card-grid--dynamic .bh-event-card,
#agenda .bh-card-grid--dynamic .bh-event-card:nth-child(2),
#agenda .bh-card-grid--dynamic .bh-event-card:nth-child(3) {
  min-height: 238px;
  padding: 1.15rem 1.2rem;
  border-radius: 1rem;
  transform: none;
}

#agenda .bh-card-grid--dynamic .bh-event-card__date {
  margin-bottom: .9rem;
  font-size: .66rem;
  line-height: 1.35;
}

#agenda .bh-card-grid--dynamic .bh-event-card h3 {
  margin-bottom: .55rem;
  font-size: clamp(1.35rem, 1.8vw, 1.9rem);
  line-height: 1.02;
}

#agenda .bh-card-grid--dynamic .bh-event-card p:not(.bh-event-card__date):not(.bh-event-card__status) {
  display: -webkit-box;
  overflow: hidden;
  margin: 0;
  font-size: .88rem;
  line-height: 1.42;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
}

#agenda .bh-card-grid--dynamic .bh-event-card__status {
  margin: .6rem 0 0;
}

#agenda .bh-card-grid--dynamic .bh-event-card a {
  margin-top: .65rem;
  font-size: .84rem;
}

@media (max-width: 780px) {
  #agenda .bh-card-grid--dynamic .bh-event-card,
  #agenda .bh-card-grid--dynamic .bh-event-card:nth-child(2),
  #agenda .bh-card-grid--dynamic .bh-event-card:nth-child(3) {
    min-height: 0;
    padding: 1rem;
  }
  #agenda .bh-card-grid--dynamic .bh-event-card__date { margin-bottom: .7rem; }
  #agenda .bh-card-grid--dynamic .bh-event-card h3 { font-size: 1.45rem; }
  #agenda .bh-card-grid--dynamic .bh-event-card p:not(.bh-event-card__date):not(.bh-event-card__status) { -webkit-line-clamp: 2; }
}

/* 0.55.55 — Chronologie "scène fixe" : les capsules changent, la page ne défile pas entre elles. */
@media (min-width: 701px) and (min-height: 621px) {
  .bh-history-story--wheel {
    /* La scène occupe un écran + une très courte zone de sortie seulement. */
    min-height: calc(100svh - 87px + 130px);
  }

  .admin-bar .bh-history-story--wheel {
    min-height: calc(100svh - 119px + 130px);
  }

  .bh-history-story--wheel .bh-history-scrollsteps,
  .admin-bar .bh-history-story--wheel .bh-history-scrollsteps {
    position: relative;
    z-index: 1;
    min-height: 110px;
    margin-top: 0;
    pointer-events: none;
  }

  /* Les anciennes étapes fantômes ne servent plus : la molette pilote directement la scène. */
  .bh-history-story--wheel .bh-history-scrollstep {
    display: none !important;
  }
}


/* 0.55.56 — La frise « Le Beit » reste interactive même si le navigateur/OS demande moins d’animations.
   Dans ce mode, on conserve la scène fixe et le changement d’étape, mais sans transitions animées. */
.bh-history-story--reduced-motion .bh-history-event,
.bh-history-story--reduced-motion .bh-history-stage__progress span {
  transition: none !important;
}
.bh-history-story--reduced-motion .bh-history-stage__meta > p span {
  animation: none !important;
}


/* --------------------------------------------------------------------------
   History timeline v0.55.57 — compact carousel, no scroll hijacking.
   Keeps the whole chronology in one screen-sized component on desktop/mobile.
   -------------------------------------------------------------------------- */
.bh-history-story--ready {
  position: relative;
  margin-top: clamp(2.5rem, 5vw, 4.5rem);
}

.bh-history-story--ready .bh-history-stage,
.admin-bar .bh-history-story--ready .bh-history-stage {
  position: relative;
  top: auto;
  display: grid;
  box-sizing: border-box;
  height: auto;
  min-height: 0;
  grid-template-columns: minmax(235px, .58fr) minmax(0, 1.42fr);
  align-items: stretch;
  gap: clamp(1.5rem, 5vw, 4.5rem);
  padding: clamp(1rem, 2.5vw, 1.75rem) 0 0;
  overflow: visible;
}

.bh-history-story--ready .bh-history-stage__meta {
  display: flex;
  min-width: 0;
  flex-direction: column;
  justify-content: center;
  align-self: stretch;
  padding: clamp(1rem, 2.5vw, 2rem) 0;
}

.bh-history-story--ready .bh-history-stage__year {
  font-size: clamp(5.7rem, 10vw, 9.5rem);
}

.bh-history-story--ready .bh-history-stage__counter {
  margin-top: 1.35rem;
}

.bh-history-story--ready .bh-history-stage__meta > p {
  display: block;
  max-width: 24rem;
}

.bh-history-story--ready .bh-history-timeline {
  position: relative;
  height: clamp(390px, 43vw, 540px);
  min-height: 390px;
  margin: 0;
  overflow: hidden;
  border-radius: calc(var(--bh-radius) + .35rem);
  touch-action: pan-y;
}

.bh-history-story--ready .bh-history-timeline::before {
  display: none;
}

.bh-history-story--ready .bh-history-event {
  position: absolute;
  inset: 0;
  display: block;
  min-height: 0;
  margin: 0;
  padding: 0;
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
  transform: translateX(56px) scale(.975);
  transition:
    opacity 300ms ease,
    transform 480ms cubic-bezier(.22, 1, .36, 1),
    visibility 0s linear 480ms;
}

.bh-history-story--ready .bh-history-event.is-before {
  transform: translateX(-56px) scale(.975);
}

.bh-history-story--ready .bh-history-event.is-active {
  z-index: 2;
  opacity: 1;
  visibility: visible;
  pointer-events: auto;
  transform: translateX(0) scale(1);
  transition-delay: 0s;
}

.bh-history-story--ready .bh-history-event__marker {
  display: none;
}

.bh-history-story--ready .bh-history-event__card,
.bh-history-story--ready .bh-history-event:nth-child(even) .bh-history-event__card {
  display: flex;
  box-sizing: border-box;
  width: 100%;
  height: 100%;
  max-height: none;
  min-height: 0;
  flex-direction: column;
  justify-content: flex-end;
  margin: 0;
  padding: clamp(1.7rem, 4vw, 3.4rem);
  border: 1px solid rgba(255,255,255,.16);
  border-radius: calc(var(--bh-radius) + .35rem);
  box-shadow: 0 24px 65px rgba(0,0,0,.26);
}

.bh-history-story--ready .bh-history-event__card h3 {
  max-width: 650px;
  font-size: clamp(2.5rem, 4.5vw, 4.6rem);
}

.bh-history-story--ready .bh-history-event__card p {
  max-width: 680px;
  font-size: clamp(.98rem, 1.25vw, 1.12rem);
  line-height: 1.55;
}

.bh-history-controls {
  display: grid;
  grid-column: 1 / -1;
  grid-template-columns: auto minmax(0, 1fr) auto;
  align-items: center;
  gap: .75rem;
  margin-top: .3rem;
  padding: .75rem 0 0;
}

.bh-history-control,
.bh-history-dates button {
  min-height: 44px;
  border: 1px solid rgba(255,255,255,.2);
  color: #fff;
  font: inherit;
  font-weight: 800;
  cursor: pointer;
}

.bh-history-control {
  display: inline-flex;
  align-items: center;
  gap: .55rem;
  padding: .65rem .9rem;
  border-radius: 999px;
  background: rgba(255,255,255,.075);
}

.bh-history-control:hover,
.bh-history-control:focus-visible,
.bh-history-dates button:hover,
.bh-history-dates button:focus-visible {
  background: rgba(255,255,255,.15);
  outline: none;
}

.bh-history-dates {
  display: flex;
  min-width: 0;
  gap: .45rem;
  overflow-x: auto;
  padding: .2rem;
  scrollbar-width: none;
  overscroll-behavior-inline: contain;
  scroll-snap-type: x proximity;
}

.bh-history-dates::-webkit-scrollbar { display: none; }

.bh-history-dates button {
  flex: 0 0 auto;
  padding: .55rem .8rem;
  border-radius: 999px;
  background: transparent;
  scroll-snap-align: center;
  font-size: .78rem;
  letter-spacing: .03em;
}

.bh-history-dates button[aria-pressed="true"] {
  border-color: #f8a9c6;
  background: #f8a9c6;
  color: var(--bh-ink);
}

/* Old scroll runway is deliberately neutralised if a cached DOM fragment contains it. */
.bh-history-scrollsteps,
.bh-history-scrollstep {
  display: none !important;
  height: 0 !important;
  margin: 0 !important;
}

@media (max-width: 760px) {
  .bh-history-story,
  .bh-history-story--ready { margin-top: 2.1rem; }

  .bh-history-story--ready .bh-history-stage,
  .admin-bar .bh-history-story--ready .bh-history-stage {
    display: grid;
    grid-template-columns: 1fr;
    gap: .9rem;
    padding: 0;
  }

  .bh-history-story--ready .bh-history-stage__meta {
    display: grid;
    grid-template-columns: minmax(0, 1fr) auto;
    align-items: end;
    gap: .45rem .9rem;
    padding: 0;
  }

  .bh-history-story--ready .bh-history-stage__label {
    grid-column: 1 / -1;
    margin: 0;
  }

  .bh-history-story--ready .bh-history-stage__year {
    font-size: clamp(4.2rem, 20vw, 6rem);
    line-height: .78;
  }

  .bh-history-story--ready .bh-history-stage__counter {
    align-self: end;
    margin: 0 0 .3rem;
  }

  .bh-history-story--ready .bh-history-stage__progress {
    width: 100%;
    grid-column: 1 / -1;
    margin-top: .1rem;
  }

  .bh-history-story--ready .bh-history-stage__meta > p { display: none; }

  .bh-history-story--ready .bh-history-timeline {
    height: min(440px, 61vh);
    min-height: 345px;
  }

  .bh-history-story--ready .bh-history-event {
    display: block;
    grid-template-columns: none;
  }

  .bh-history-story--ready .bh-history-event__card,
  .bh-history-story--ready .bh-history-event:nth-child(even) .bh-history-event__card {
    display: flex;
    width: 100%;
    height: 100%;
    margin: 0;
    padding: 1.35rem;
  }

  .bh-history-story--ready .bh-history-event__card h3 {
    font-size: clamp(2rem, 9vw, 2.85rem);
  }

  .bh-history-story--ready .bh-history-event__card p {
    font-size: .94rem;
    line-height: 1.48;
  }

  .bh-history-controls {
    grid-template-columns: auto minmax(0, 1fr) auto;
    gap: .4rem;
    margin-top: 0;
    padding-top: .15rem;
  }

  .bh-history-control {
    min-width: 44px;
    justify-content: center;
    padding-inline: .7rem;
  }

  .bh-history-control span { display: none; }
  .bh-history-dates { gap: .3rem; }
  .bh-history-dates button { min-height: 40px; padding: .45rem .65rem; font-size: .72rem; }
}

@media (prefers-reduced-motion: reduce) {
  .bh-history-story--ready .bh-history-event,
  .bh-history-stage__progress span { transition: none !important; }
  .bh-history-dates { scroll-behavior: auto; }
}


/* --------------------------------------------------------------------------
   History timeline v0.55.58 — fail-safe rendering.
   Before JavaScript enhances the component, keep a compact horizontal strip.
   This prevents a cached JS/template mismatch from making the chronology vanish.
   -------------------------------------------------------------------------- */
.bh-history-story:not(.bh-history-story--ready) {
  position: relative;
  margin-top: clamp(2.3rem, 5vw, 4rem);
}

.bh-history-story:not(.bh-history-story--ready) .bh-history-stage,
.admin-bar .bh-history-story:not(.bh-history-story--ready) .bh-history-stage {
  position: relative;
  top: auto;
  display: block;
  height: auto;
  min-height: 0;
  padding: 0;
  overflow: visible;
}

.bh-history-story:not(.bh-history-story--ready) .bh-history-stage__meta,
.bh-history-story:not(.bh-history-story--ready) .bh-history-controls {
  display: none;
}

.bh-history-story:not(.bh-history-story--ready) .bh-history-timeline {
  position: relative;
  display: grid;
  height: auto;
  min-height: 0;
  grid-auto-flow: column;
  grid-auto-columns: min(680px, 78vw);
  gap: 1rem;
  margin: 0;
  padding: .25rem .15rem .9rem;
  overflow-x: auto;
  overflow-y: hidden;
  scroll-snap-type: x mandatory;
  scroll-padding-inline: .15rem;
  overscroll-behavior-inline: contain;
  scrollbar-width: thin;
  touch-action: pan-x pan-y;
}

.bh-history-story:not(.bh-history-story--ready) .bh-history-timeline::before {
  display: none;
}

.bh-history-story:not(.bh-history-story--ready) .bh-history-event,
.bh-history-story:not(.bh-history-story--ready) .bh-history-event.is-active,
.bh-history-story:not(.bh-history-story--ready) .bh-history-event.is-before,
.bh-history-story:not(.bh-history-story--ready) .bh-history-event.is-after {
  position: relative !important;
  inset: auto !important;
  display: block !important;
  min-height: 390px;
  margin: 0 !important;
  padding: 0 !important;
  opacity: 1 !important;
  visibility: visible !important;
  pointer-events: auto !important;
  transform: none !important;
  scroll-snap-align: start;
}

.bh-history-story:not(.bh-history-story--ready) .bh-history-event__marker {
  display: none;
}

.bh-history-story:not(.bh-history-story--ready) .bh-history-event__card,
.bh-history-story:not(.bh-history-story--ready) .bh-history-event:nth-child(even) .bh-history-event__card {
  display: flex;
  box-sizing: border-box;
  width: 100%;
  height: 100%;
  min-height: 390px;
  flex-direction: column;
  justify-content: flex-end;
  margin: 0;
  padding: clamp(1.5rem, 4vw, 2.6rem);
  border: 1px solid rgba(255,255,255,.16);
  border-radius: calc(var(--bh-radius) + .35rem);
  box-shadow: 0 20px 55px rgba(0,0,0,.22);
}

@media (max-width: 760px) {
  .bh-history-story:not(.bh-history-story--ready) .bh-history-timeline {
    grid-auto-columns: min(88vw, 520px);
    gap: .75rem;
  }

  .bh-history-story:not(.bh-history-story--ready) .bh-history-event,
  .bh-history-story:not(.bh-history-story--ready) .bh-history-event.is-active,
  .bh-history-story:not(.bh-history-story--ready) .bh-history-event.is-before,
  .bh-history-story:not(.bh-history-story--ready) .bh-history-event.is-after,
  .bh-history-story:not(.bh-history-story--ready) .bh-history-event__card,
  .bh-history-story:not(.bh-history-story--ready) .bh-history-event:nth-child(even) .bh-history-event__card {
    min-height: 335px;
  }

  .bh-history-story:not(.bh-history-story--ready) .bh-history-event__card,
  .bh-history-story:not(.bh-history-story--ready) .bh-history-event:nth-child(even) .bh-history-event__card {
    padding: 1.3rem;
  }
}

/* --------------------------------------------------------------------------
   History timeline v0.55.59 — living archive / scroll reveal.
   Inspired by the progressive rhythm of the community panels, but presented
   as one compact pinned scene rather than a card carousel or a stacked wall.
   -------------------------------------------------------------------------- */
.bh-history-story--scroll {
  --bh-history-scroll-distance: 768px;
  position: relative;
  height: calc(clamp(510px, 68svh, 620px) + var(--bh-history-scroll-distance));
  min-height: 1120px;
  margin-top: clamp(2.6rem, 6vw, 5rem);
}

.bh-history-story--scroll .bh-history-stage,
.admin-bar .bh-history-story--scroll .bh-history-stage {
  position: sticky;
  z-index: 3;
  top: 96px;
  display: grid;
  box-sizing: border-box;
  height: clamp(510px, 68svh, 620px);
  min-height: 0;
  grid-template-columns: minmax(220px, .56fr) minmax(0, 1.44fr);
  align-items: stretch;
  gap: clamp(1.6rem, 5vw, 5rem);
  padding: clamp(1rem, 2.5vh, 1.6rem) 0;
  overflow: visible;
}

.admin-bar .bh-history-story--scroll .bh-history-stage { top: 128px; }

.bh-history-story--scroll .bh-history-stage__meta {
  position: relative;
  display: flex;
  min-width: 0;
  flex-direction: column;
  justify-content: center;
  padding: 0 0 0 clamp(.15rem, 1vw, .7rem);
}

.bh-history-story--scroll .bh-history-stage__meta::after {
  position: absolute;
  right: clamp(-1.4rem, -2vw, -.45rem);
  top: 14%;
  bottom: 14%;
  width: 1px;
  background: linear-gradient(180deg, transparent, rgba(255,255,255,.18) 18%, rgba(255,255,255,.18) 82%, transparent);
  content: "";
}

.bh-history-story--scroll .bh-history-stage__label {
  margin-bottom: clamp(.9rem, 2vh, 1.3rem);
}

.bh-history-story--scroll .bh-history-stage__year {
  display: block;
  min-height: .8em;
  font-size: clamp(5.8rem, 10vw, 9.8rem);
  line-height: .72;
  transform-origin: left center;
}

.bh-history-story--scroll .bh-history-stage__year.is-changing {
  animation: bh-history-year-in 440ms cubic-bezier(.22,1,.36,1);
}

@keyframes bh-history-year-in {
  0% { opacity: .15; transform: translateY(16px) scale(.97); filter: blur(2px); }
  100% { opacity: 1; transform: translateY(0) scale(1); filter: blur(0); }
}

.bh-history-story--scroll .bh-history-stage__counter {
  margin-top: clamp(1.25rem, 3vh, 2rem);
}

.bh-history-story--scroll .bh-history-stage__progress {
  width: min(235px, 92%);
  height: 3px;
  margin-top: .75rem;
  background: rgba(255,255,255,.13);
}

.bh-history-story--scroll .bh-history-stage__progress span {
  background: linear-gradient(90deg, #f8a9c6 0%, var(--bh-gold) 55%, #72c892 100%);
  transition: transform 440ms cubic-bezier(.22,1,.36,1);
}

.bh-history-story--scroll .bh-history-stage__meta > p {
  display: block;
  max-width: 16rem;
  margin-top: 1rem;
  color: rgba(255,255,255,.54);
  font-size: .78rem;
  line-height: 1.45;
}

.bh-history-story--scroll .bh-history-stage__meta > p::after {
  display: inline-block;
  margin-left: .45rem;
  color: #f8a9c6;
  content: "↓";
  animation: bh-history-nudge 1.6s ease-in-out infinite;
}

.bh-history-story--scroll .bh-history-timeline {
  position: relative;
  height: 100%;
  min-height: 0;
  margin: 0;
  overflow: visible;
  isolation: isolate;
}

.bh-history-story--scroll .bh-history-timeline::before {
  position: absolute;
  inset: 7% 5% 5% 7%;
  z-index: -3;
  display: block;
  border: 1px solid rgba(255,255,255,.09);
  border-radius: calc(var(--bh-radius) + .65rem);
  background: rgba(255,255,255,.025);
  content: "";
  transform: rotate(-1.2deg);
}

.bh-history-story--scroll .bh-history-timeline::after {
  position: absolute;
  inset: 3% 2% 8% 10%;
  z-index: -2;
  border: 1px solid rgba(255,255,255,.07);
  border-radius: calc(var(--bh-radius) + .65rem);
  background: rgba(255,255,255,.018);
  content: "";
  transform: rotate(1.1deg);
}

.bh-history-story--scroll .bh-history-event,
.bh-history-story--scroll .bh-history-event.is-before,
.bh-history-story--scroll .bh-history-event.is-after {
  position: absolute !important;
  inset: clamp(.45rem, 1.4vw, 1rem) clamp(.45rem, 1.4vw, 1rem) clamp(.7rem, 1.8vw, 1.3rem) clamp(.45rem, 1.4vw, 1rem) !important;
  display: block !important;
  min-height: 0 !important;
  margin: 0 !important;
  padding: 0 !important;
  opacity: 0 !important;
  visibility: hidden !important;
  pointer-events: none !important;
  transform: translateY(58px) scale(.965) rotate(.7deg) !important;
  transform-origin: 50% 80%;
  transition:
    opacity 300ms ease,
    transform 560ms cubic-bezier(.22,1,.36,1),
    visibility 0s linear 560ms !important;
}

.bh-history-story--scroll .bh-history-event.is-before {
  transform: translateY(-46px) scale(.96) rotate(-.6deg) !important;
}

.bh-history-story--scroll .bh-history-event.is-next {
  z-index: 1;
  opacity: .22 !important;
  visibility: visible !important;
  transform: translate(12px, 18px) scale(.973) rotate(.65deg) !important;
  filter: saturate(.75) brightness(.72);
  transition-delay: 0s !important;
}

.bh-history-story--scroll .bh-history-event.is-active {
  z-index: 2;
  opacity: 1 !important;
  visibility: visible !important;
  pointer-events: auto !important;
  transform: translate(0,0) scale(1) rotate(0) !important;
  filter: none;
  transition-delay: 0s !important;
}

.bh-history-story--scroll .bh-history-event__marker { display: none !important; }

.bh-history-story--scroll .bh-history-event__card,
.bh-history-story--scroll .bh-history-event:nth-child(even) .bh-history-event__card {
  position: relative;
  display: flex;
  box-sizing: border-box;
  width: 100%;
  height: 100%;
  min-height: 0;
  flex-direction: column;
  justify-content: flex-end;
  margin: 0;
  padding: clamp(1.65rem, 4vw, 3.35rem);
  overflow: hidden;
  border: 1px solid rgba(255,255,255,.16);
  border-radius: calc(var(--bh-radius) + .6rem);
  box-shadow: 0 28px 70px rgba(0,0,0,.27);
}

.bh-history-story--scroll .bh-history-event__card::before {
  position: absolute;
  right: clamp(-1.4rem, -1vw, -.4rem);
  top: clamp(-2.4rem, -3vw, -1rem);
  color: rgba(23,23,71,.045);
  font-family: Georgia, serif;
  font-size: clamp(10rem, 22vw, 18rem);
  letter-spacing: -.1em;
  line-height: .8;
  content: attr(data-year);
  pointer-events: none;
}

.bh-history-story--scroll .bh-history-event__card > * { position: relative; z-index: 1; }

.bh-history-story--scroll .bh-history-event__eyebrow {
  margin-bottom: .8rem;
}

.bh-history-story--scroll .bh-history-event__card h3 {
  max-width: 13ch;
  margin-bottom: .8rem;
  font-size: clamp(2.35rem, 4.4vw, 4.7rem);
  letter-spacing: -.04em;
  line-height: .94;
}

.bh-history-story--scroll .bh-history-event__card p {
  max-width: 690px;
  font-size: clamp(.98rem, 1.2vw, 1.1rem);
  line-height: 1.55;
}

/* Hide stale carousel controls from a cached template. */
.bh-history-story--scroll .bh-history-controls { display: none !important; }

@media (max-width: 782px) {
  .bh-history-story--scroll {
    --bh-history-scroll-distance: 660px;
    height: calc(clamp(460px, 72svh, 590px) + var(--bh-history-scroll-distance));
    min-height: 1020px;
    margin-top: 2.4rem;
  }

  .bh-history-story--scroll .bh-history-stage,
  .admin-bar .bh-history-story--scroll .bh-history-stage {
    top: 76px;
    height: clamp(460px, 72svh, 590px);
    grid-template-columns: 1fr;
    grid-template-rows: auto minmax(0, 1fr);
    gap: .8rem;
    padding: .7rem 0 0;
  }

  .admin-bar .bh-history-story--scroll .bh-history-stage { top: 108px; }

  .bh-history-story--scroll .bh-history-stage__meta {
    display: grid;
    grid-template-columns: minmax(0, 1fr) auto;
    align-items: end;
    gap: .25rem .8rem;
    padding: 0 .2rem;
  }

  .bh-history-story--scroll .bh-history-stage__meta::after { display: none; }
  .bh-history-story--scroll .bh-history-stage__label { grid-column: 1 / -1; margin: 0 0 .1rem; }
  .bh-history-story--scroll .bh-history-stage__year { font-size: clamp(4rem, 19vw, 5.6rem); line-height: .78; }
  .bh-history-story--scroll .bh-history-stage__counter { margin: 0 0 .2rem; align-self: end; }
  .bh-history-story--scroll .bh-history-stage__progress { grid-column: 1 / -1; width: 100%; margin-top: .15rem; }
  .bh-history-story--scroll .bh-history-stage__meta > p { display: none; }

  .bh-history-story--scroll .bh-history-timeline { min-height: 0; }
  .bh-history-story--scroll .bh-history-event,
  .bh-history-story--scroll .bh-history-event.is-before,
  .bh-history-story--scroll .bh-history-event.is-after {
    inset: .35rem .2rem .75rem !important;
  }

  .bh-history-story--scroll .bh-history-event.is-next {
    transform: translate(7px, 13px) scale(.975) rotate(.5deg) !important;
    opacity: .17 !important;
  }

  .bh-history-story--scroll .bh-history-event__card,
  .bh-history-story--scroll .bh-history-event:nth-child(even) .bh-history-event__card {
    padding: clamp(1.25rem, 5.5vw, 1.75rem);
    border-radius: calc(var(--bh-radius) + .25rem);
  }

  .bh-history-story--scroll .bh-history-event__card h3 {
    max-width: 12ch;
    font-size: clamp(1.9rem, 8.8vw, 2.85rem);
    line-height: .96;
  }

  .bh-history-story--scroll .bh-history-event__card p {
    font-size: clamp(.88rem, 3.7vw, .97rem);
    line-height: 1.48;
  }
}

@media (prefers-reduced-motion: reduce) {
  .bh-history-story--scroll .bh-history-event,
  .bh-history-story--scroll .bh-history-stage__year,
  .bh-history-story--scroll .bh-history-stage__progress span {
    animation: none !important;
    transition: none !important;
  }
}

/* 0.55.59 polish — keep transitions readable while the user is actively scrolling. */
.bh-history-story--scroll .bh-history-event,
.bh-history-story--scroll .bh-history-event.is-before,
.bh-history-story--scroll .bh-history-event.is-after {
  transition:
    opacity 190ms ease,
    transform 460ms cubic-bezier(.22,1,.36,1),
    visibility 0s linear 460ms !important;
}

/* The "next archive" is suggested by the empty offset frames, not duplicated text. */
.bh-history-story--scroll .bh-history-event.is-next {
  opacity: 0 !important;
  visibility: hidden !important;
  transform: translateY(48px) scale(.97) rotate(.55deg) !important;
  filter: none;
}

/* Final motion model: every milestone enters cleanly; previous milestones vanish
   immediately so fast scrolling never creates a ghosted pile of text. */
.bh-history-story--scroll .bh-history-event,
.bh-history-story--scroll .bh-history-event.is-before,
.bh-history-story--scroll .bh-history-event.is-after,
.bh-history-story--scroll .bh-history-event.is-next {
  opacity: 0 !important;
  visibility: hidden !important;
  transform: translateY(42px) scale(.975) rotate(.45deg) !important;
  transition: none !important;
  animation: none !important;
}

.bh-history-story--scroll .bh-history-event.is-before {
  transform: translateY(-32px) scale(.975) rotate(-.35deg) !important;
}

.bh-history-story--scroll .bh-history-event.is-active {
  opacity: 1 !important;
  visibility: visible !important;
  transform: translate(0,0) scale(1) rotate(0) !important;
  animation: bh-history-card-in 460ms cubic-bezier(.22,1,.36,1) both !important;
}

@keyframes bh-history-card-in {
  0% { opacity: 0; transform: translateY(34px) scale(.978) rotate(.35deg); }
  100% { opacity: 1; transform: translateY(0) scale(1) rotate(0); }
}


/* ========================================================================== 
   0.55.60 — HISTOIRE / PILE D'ARCHIVES
   Nouveau composant autonome. Aucun JS, aucun carrousel, aucun scroll hijack.
   Les fiches se recouvrent naturellement au fil du scroll, comme des archives
   posées les unes sur les autres. Les anciens styles .bh-history-story restent
   sans effet car le template n'utilise plus ces classes.
   ========================================================================== */
.bh-history-archive {
  display: grid;
  grid-template-columns: minmax(220px, .48fr) minmax(0, 1.52fr);
  align-items: start;
  gap: clamp(2.5rem, 7vw, 7rem);
  margin-top: clamp(2.75rem, 6vw, 5.5rem);
}

.bh-history-archive__rail {
  position: sticky;
  top: calc(var(--bh-sticky-header, 112px) + 1.35rem);
  min-height: 420px;
  padding: 1.15rem 1.4rem 1.4rem 0;
  border-top: 1px solid rgba(255,255,255,.22);
  color: var(--bh-ivory);
}

.admin-bar .bh-history-archive__rail { top: calc(var(--bh-sticky-header, 144px) + 1.35rem); }

.bh-history-archive__rail::after {
  position: absolute;
  top: 4.7rem;
  bottom: 0;
  left: .38rem;
  width: 1px;
  background: linear-gradient(180deg, #f8a9c6 0%, var(--bh-gold) 52%, #85cf9b 100%);
  content: "";
  opacity: .82;
}

.bh-history-archive__rail-kicker {
  display: block;
  margin-bottom: 1.75rem;
  color: #f8a9c6;
  font-size: .68rem;
  font-weight: 900;
  letter-spacing: .12em;
  text-transform: uppercase;
}

.bh-history-archive__range {
  display: grid;
  gap: .15rem;
  margin: 0 0 1.5rem 1.45rem;
  font-family: Georgia, "Times New Roman", serif;
  font-weight: 500;
  letter-spacing: -.055em;
  line-height: .78;
}

.bh-history-archive__range strong {
  color: #fff;
  font-size: clamp(3.4rem, 5.6vw, 5.8rem);
  font-weight: inherit;
}

.bh-history-archive__range span {
  color: rgba(255,255,255,.38);
  font-size: clamp(2.35rem, 4vw, 4rem);
}

.bh-history-archive__rail p {
  max-width: 15.5rem;
  margin: 0 0 0 1.45rem;
  color: rgba(255,255,255,.62);
  font-size: .84rem;
  line-height: 1.5;
}

.bh-history-archive__rail p strong { color: #fff; }

.bh-history-archive__stack {
  --bh-history-card-height: clamp(330px, 36vw, 400px);
  --bh-history-overlap: clamp(110px, 12vw, 145px);
  position: relative;
  margin: 0;
  padding: 0 0 calc(var(--bh-history-card-height) + 2.5rem);
  list-style: none;
}

.bh-history-archive__item {
  --bh-history-index: 0;
  position: sticky;
  top: calc(var(--bh-sticky-header, 112px) + 1.15rem + var(--bh-history-offset));
  z-index: var(--bh-history-z);
  min-height: var(--bh-history-card-height);
  margin: 0 0 calc(var(--bh-history-overlap) * -1);
}

.admin-bar .bh-history-archive__item {
  top: calc(var(--bh-sticky-header, 144px) + 1.15rem + var(--bh-history-offset));
}

.bh-history-archive__item:last-child { margin-bottom: 0; }

.bh-history-archive__card {
  position: relative;
  display: flex;
  box-sizing: border-box;
  min-height: var(--bh-history-card-height);
  flex-direction: column;
  justify-content: space-between;
  padding: clamp(1.45rem, 3vw, 2.65rem);
  overflow: hidden;
  border: 1px solid rgba(23,23,71,.16);
  border-radius: calc(var(--bh-radius) + .55rem);
  background: var(--bh-paper);
  color: var(--bh-ink);
  box-shadow: 0 24px 62px rgba(0,0,0,.27);
  transform: translateX(0) rotate(-.28deg);
  transform-origin: 50% 100%;
  transition: transform 240ms ease, box-shadow 240ms ease;
}

.bh-history-archive__item:nth-child(even) .bh-history-archive__card { transform: translateX(5px) rotate(.32deg); }
.bh-history-archive__item:nth-child(3n) .bh-history-archive__card { transform: translateX(-3px) rotate(-.12deg); }
.bh-history-archive__item:nth-child(1) .bh-history-archive__card { background: var(--bh-paper); }
.bh-history-archive__item:nth-child(2) .bh-history-archive__card { background: var(--bh-pink); }
.bh-history-archive__item:nth-child(3) .bh-history-archive__card { background: var(--bh-mint); }
.bh-history-archive__item:nth-child(4) .bh-history-archive__card { background: var(--bh-paper); }
.bh-history-archive__item:nth-child(5) .bh-history-archive__card { background: var(--bh-pink); }
.bh-history-archive__item:nth-child(6) .bh-history-archive__card { background: var(--bh-mint); }
.bh-history-archive__item:nth-child(7) .bh-history-archive__card { background: var(--bh-gold); }

.bh-history-archive__item:hover .bh-history-archive__card {
  transform: translateY(-3px) rotate(0);
  box-shadow: 0 30px 72px rgba(0,0,0,.31);
}

.bh-history-archive__card::before {
  position: absolute;
  z-index: 0;
  right: -.065em;
  top: -.17em;
  color: rgba(23,23,71,.055);
  font-family: Georgia, "Times New Roman", serif;
  font-size: clamp(8.5rem, 17vw, 15.5rem);
  font-weight: 500;
  letter-spacing: -.095em;
  line-height: 1;
  content: attr(data-year);
  pointer-events: none;
  white-space: nowrap;
}

.bh-history-archive__card::after {
  position: absolute;
  top: 0;
  right: clamp(1.2rem, 2.4vw, 2.2rem);
  width: clamp(58px, 7vw, 88px);
  height: 8px;
  border-radius: 0 0 999px 999px;
  background: var(--bh-raspberry);
  content: "";
}

.bh-history-archive__item:nth-child(3n+2) .bh-history-archive__card::after { background: var(--bh-blue); }
.bh-history-archive__item:nth-child(3n) .bh-history-archive__card::after { background: #4f9b68; }
.bh-history-archive__item:last-child .bh-history-archive__card::after { background: var(--bh-ink); }

.bh-history-archive__head,
.bh-history-archive__body {
  position: relative;
  z-index: 1;
}

.bh-history-archive__head {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1rem;
}

.bh-history-archive__body {
  margin-top: clamp(2.1rem, 4.2vw, 3.4rem);
}

.bh-history-archive__year {
  display: inline-flex;
  align-items: center;
  gap: .55rem;
  font-size: .74rem;
  font-weight: 900;
  letter-spacing: .08em;
}

.bh-history-archive__year::before {
  width: .58rem;
  height: .58rem;
  border-radius: 999px;
  background: var(--bh-raspberry);
  content: "";
}

.bh-history-archive__item:nth-child(3n+2) .bh-history-archive__year::before { background: var(--bh-blue); }
.bh-history-archive__item:nth-child(3n) .bh-history-archive__year::before { background: #4f9b68; }
.bh-history-archive__item:last-child .bh-history-archive__year::before { background: var(--bh-ink); }

.bh-history-archive__step {
  color: rgba(23,23,71,.52);
  font-size: .66rem;
  font-weight: 850;
  letter-spacing: .1em;
  text-transform: uppercase;
}

.bh-history-archive__eyebrow {
  display: block;
  margin-bottom: .65rem;
  color: var(--bh-raspberry);
  font-size: .66rem;
  font-weight: 900;
  letter-spacing: .12em;
  text-transform: uppercase;
}

.bh-history-archive__item:nth-child(3n+2) .bh-history-archive__eyebrow { color: var(--bh-blue); }
.bh-history-archive__item:nth-child(3n) .bh-history-archive__eyebrow { color: #327c4a; }
.bh-history-archive__item:last-child .bh-history-archive__eyebrow { color: var(--bh-ink); }

.bh-history-archive__card h3 {
  max-width: 12ch;
  margin: 0 0 .8rem;
  color: inherit;
  font-family: Georgia, "Times New Roman", serif;
  font-size: clamp(2.35rem, 4.3vw, 4.55rem);
  font-weight: 500;
  letter-spacing: -.045em;
  line-height: .93;
}

.bh-history-archive__card p {
  max-width: 690px;
  margin: 0;
  font-size: clamp(.95rem, 1.2vw, 1.08rem);
  line-height: 1.53;
}

.bh-history-archive__hint {
  display: inline-flex;
  align-items: center;
  gap: .5rem;
  margin: 1.5rem 0 0 1.45rem;
  color: rgba(255,255,255,.5);
  font-size: .72rem;
  font-weight: 750;
}

.bh-history-archive__hint::after {
  color: #f8a9c6;
  content: "↓";
}

@media (max-width: 980px) {
  .bh-history-archive {
    grid-template-columns: minmax(170px, .36fr) minmax(0, 1.64fr);
    gap: 2rem;
  }
  .bh-history-archive__rail { min-height: 340px; }
  .bh-history-archive__range strong { font-size: clamp(3rem, 7vw, 4.6rem); }
  .bh-history-archive__range span { font-size: clamp(2rem, 5.3vw, 3.2rem); }
}

@media (max-width: 700px) {
  .bh-history-archive {
    display: block;
    margin-top: 2.4rem;
  }

  .bh-history-archive__rail,
  .admin-bar .bh-history-archive__rail {
    position: relative;
    top: auto;
    min-height: 0;
    margin-bottom: 1.6rem;
    padding: 1rem 0 0;
  }

  .bh-history-archive__rail::after { display: none; }
  .bh-history-archive__rail-kicker { margin-bottom: .8rem; }

  .bh-history-archive__range {
    display: flex;
    align-items: baseline;
    gap: .7rem;
    margin: 0;
  }

  .bh-history-archive__range strong { font-size: clamp(3.2rem, 17vw, 5rem); }
  .bh-history-archive__range span { font-size: clamp(2rem, 10vw, 3.1rem); }
  .bh-history-archive__rail p { max-width: 31rem; margin: .8rem 0 0; font-size: .82rem; }
  .bh-history-archive__hint { margin: .8rem 0 0; }

  .bh-history-archive__stack {
    --bh-history-card-height: clamp(310px, 86vw, 360px);
    --bh-history-overlap: clamp(92px, 26vw, 118px);
    padding-bottom: calc(var(--bh-history-card-height) + 1.5rem);
  }

  .bh-history-archive__item,
  .admin-bar .bh-history-archive__item {
    top: calc(var(--bh-sticky-header, 76px) + .7rem + var(--bh-history-mobile-offset));
  }

  .admin-bar .bh-history-archive__item { top: calc(var(--bh-sticky-header, 108px) + .7rem + var(--bh-history-mobile-offset)); }

  .bh-history-archive__card,
  .bh-history-archive__item:nth-child(even) .bh-history-archive__card,
  .bh-history-archive__item:nth-child(3n) .bh-history-archive__card {
    padding: 1.25rem;
    border-radius: calc(var(--bh-radius) + .15rem);
    transform: none;
  }

  .bh-history-archive__item:hover .bh-history-archive__card { transform: none; }
  .bh-history-archive__card::before { top: -.04em; font-size: clamp(6.8rem, 31vw, 9.2rem); }
  .bh-history-archive__card::after { right: 1.25rem; width: 54px; height: 6px; }
  .bh-history-archive__card h3 { max-width: 11ch; font-size: clamp(2rem, 10vw, 3rem); }
  .bh-history-archive__card p { font-size: clamp(.88rem, 3.6vw, .97rem); line-height: 1.48; }
  .bh-history-archive__step { font-size: .6rem; }
}

@media (max-width: 430px) {
  .bh-history-archive__stack {
    --bh-history-card-height: 330px;
    --bh-history-overlap: 100px;
  }
  .bh-history-archive__card h3 { font-size: clamp(1.9rem, 9.5vw, 2.7rem); }
}

@media (prefers-reduced-motion: reduce) {
  .bh-history-archive__card { transition: none; }
}


/* 0.55.62 — hard stop for any stale history carousel markup that might be injected outside core/html. */
body .bh-history-story .bh-history-controls,
body .bh-history-story .bh-history-dates { display: none !important; }
body .bh-history-story:not(.bh-history-story--scroll) .bh-history-timeline {
  overflow-x: hidden !important;
  scroll-snap-type: none !important;
}


/* ==========================================================================
   0.55.62 — HISTOIRE / CORRECTIFS D'AFFICHAGE
   - offset sticky mesuré sur la vraie hauteur du header
   - contenu des fiches visible avant recouvrement
   - fin de pile contenue dans la section sombre
   ========================================================================== */
:root { --bh-sticky-header: 112px; }

.bh-history-archive__rail {
  top: calc(var(--bh-sticky-header) + 1.35rem) !important;
}

.bh-history-archive__stack {
  --bh-history-card-height: clamp(330px, 36vw, 400px);
  --bh-history-overlap: clamp(110px, 12vw, 145px);
  padding-bottom: calc(var(--bh-history-card-height) + 2.5rem);
}

.bh-history-archive__item,
.admin-bar .bh-history-archive__item {
  top: calc(var(--bh-sticky-header) + 1.15rem + var(--bh-history-offset)) !important;
}

.bh-history-archive__card {
  justify-content: flex-start;
}

.bh-history-archive__body {
  margin-top: clamp(2rem, 4vw, 3.25rem);
}

@media (max-width: 700px) {
  .bh-history-archive__stack {
    --bh-history-card-height: clamp(310px, 86vw, 360px);
    --bh-history-overlap: clamp(92px, 26vw, 118px);
    padding-bottom: calc(var(--bh-history-card-height) + 1.5rem);
  }

  .bh-history-archive__item,
  .admin-bar .bh-history-archive__item {
    top: calc(var(--bh-sticky-header) + .7rem + var(--bh-history-mobile-offset)) !important;
  }

  .bh-history-archive__body { margin-top: 1.7rem; }
}

@media (max-width: 430px) {
  .bh-history-archive__stack {
    --bh-history-card-height: 330px;
    --bh-history-overlap: 100px;
  }
}

/* ========================================================================== 
   0.55.63 — HISTOIRE / DECK D'ARCHIVES
   Une seule fiche est lisible à la fois. Les fiches déjà parcourues restent
   comme de fines tranches colorées derrière la fiche active ; aucun texte
   n'est laissé à moitié masqué par la fiche suivante.
   ========================================================================== */
.bh-history-archive__deck {
  --bh-history-card-height: clamp(330px, 34vw, 390px);
  position: relative;
  min-width: 0;
  min-height: calc(var(--bh-history-card-height) + var(--bh-history-travel, 1320px) + 4rem);
}

.bh-history-archive__deck .bh-history-archive__stack {
  position: sticky;
  top: calc(var(--bh-sticky-header, 112px) + 1rem) !important;
  height: calc(var(--bh-history-card-height) + 84px);
  min-height: 0;
  margin: 0;
  padding: 0;
  overflow: visible;
  list-style: none;
}

.bh-history-archive__deck .bh-history-archive__item,
.admin-bar .bh-history-archive__deck .bh-history-archive__item {
  position: absolute;
  inset: 0 0 auto;
  top: 0 !important;
  width: 100%;
  min-height: 0;
  margin: 0 !important;
  opacity: 0;
  pointer-events: none;
  transform: translateY(72px) scale(.975);
  transform-origin: 50% 0;
  transition:
    opacity 220ms ease,
    transform 520ms cubic-bezier(.22, 1, .36, 1);
}

.bh-history-archive__deck .bh-history-archive__item.is-history-before {
  z-index: var(--bh-history-z);
  opacity: 1;
  transform: translateY(var(--bh-history-offset)) scale(.992);
}

.bh-history-archive__deck .bh-history-archive__item.is-history-active {
  z-index: 100;
  opacity: 1;
  pointer-events: auto;
  transform: translateY(var(--bh-history-offset)) scale(1);
}

.bh-history-archive__deck .bh-history-archive__item.is-history-after {
  z-index: 1;
  opacity: 0;
  transform: translateY(72px) scale(.975);
}

/* Fallback propre si le JS est bloqué : la première fiche reste lisible. */
.bh-history-archive__stack:not(.is-history-deck-ready) .bh-history-archive__item:first-child {
  z-index: 100;
  opacity: 1;
  pointer-events: auto;
  transform: translateY(0) scale(1);
}

.bh-history-archive__deck .bh-history-archive__card,
.bh-history-archive__deck .bh-history-archive__item:nth-child(even) .bh-history-archive__card,
.bh-history-archive__deck .bh-history-archive__item:nth-child(3n) .bh-history-archive__card {
  width: 100%;
  height: var(--bh-history-card-height);
  min-height: var(--bh-history-card-height);
  justify-content: flex-start;
  padding: clamp(1.45rem, 2.7vw, 2.35rem);
  transform: none;
  transition: box-shadow 240ms ease;
}

.bh-history-archive__deck .bh-history-archive__item:hover .bh-history-archive__card {
  transform: none;
}

/* Les anciennes fiches deviennent volontairement de simples tranches :
   on n'affiche jamais un bout de titre ou de paragraphe coupé. */
.bh-history-archive__deck .bh-history-archive__item.is-history-before .bh-history-archive__head,
.bh-history-archive__deck .bh-history-archive__item.is-history-before .bh-history-archive__body,
.bh-history-archive__deck .bh-history-archive__item.is-history-before .bh-history-archive__card::before {
  opacity: 0;
}

.bh-history-archive__deck .bh-history-archive__head,
.bh-history-archive__deck .bh-history-archive__body,
.bh-history-archive__deck .bh-history-archive__card::before {
  transition: opacity 180ms ease;
}

.bh-history-archive__deck .bh-history-archive__body {
  margin-top: clamp(1.35rem, 2.7vw, 2.25rem);
}

.bh-history-archive__deck .bh-history-archive__card h3 {
  max-width: 13ch;
  font-size: clamp(2.2rem, 3.9vw, 4.15rem);
  line-height: .94;
}

.bh-history-archive__deck .bh-history-archive__card p {
  max-width: 720px;
  font-size: clamp(.94rem, 1.1vw, 1.06rem);
  line-height: 1.48;
}

@media (max-width: 700px) {
  .bh-history-archive__deck {
    --bh-history-card-height: clamp(315px, 88vw, 350px);
    min-height: calc(var(--bh-history-card-height) + var(--bh-history-mobile-travel, 1020px) + 3rem);
  }

  .bh-history-archive__deck .bh-history-archive__stack {
    top: calc(var(--bh-sticky-header, 76px) + .7rem) !important;
    height: calc(var(--bh-history-card-height) + 58px);
  }

  .bh-history-archive__deck .bh-history-archive__item.is-history-before,
  .bh-history-archive__deck .bh-history-archive__item.is-history-active {
    transform: translateY(var(--bh-history-mobile-offset)) scale(1);
  }

  .bh-history-archive__deck .bh-history-archive__item.is-history-before {
    transform: translateY(var(--bh-history-mobile-offset)) scale(.994);
  }

  .bh-history-archive__deck .bh-history-archive__item.is-history-after {
    transform: translateY(54px) scale(.98);
  }

  .bh-history-archive__deck .bh-history-archive__card,
  .bh-history-archive__deck .bh-history-archive__item:nth-child(even) .bh-history-archive__card,
  .bh-history-archive__deck .bh-history-archive__item:nth-child(3n) .bh-history-archive__card {
    height: var(--bh-history-card-height);
    min-height: var(--bh-history-card-height);
    padding: 1.25rem;
  }

  .bh-history-archive__deck .bh-history-archive__body { margin-top: 1.05rem; }
  .bh-history-archive__deck .bh-history-archive__card h3 {
    max-width: 12ch;
    margin-bottom: .65rem;
    font-size: clamp(1.95rem, 9.1vw, 2.75rem);
  }
  .bh-history-archive__deck .bh-history-archive__card p {
    font-size: clamp(.86rem, 3.45vw, .95rem);
    line-height: 1.43;
  }
}

@media (prefers-reduced-motion: reduce) {
  .bh-history-archive__deck .bh-history-archive__item,
  .bh-history-archive__deck .bh-history-archive__head,
  .bh-history-archive__deck .bh-history-archive__body,
  .bh-history-archive__deck .bh-history-archive__card::before {
    transition: none !important;
  }
}

/* 0.55.63b — changement de fiche sans transparence : le fond de la nouvelle
   fiche devient opaque immédiatement, donc aucun texte fantôme pendant le scroll. */
.bh-history-archive__deck .bh-history-archive__item,
.admin-bar .bh-history-archive__deck .bh-history-archive__item {
  transition: transform 440ms cubic-bezier(.22, 1, .36, 1);
}
.bh-history-archive__deck .bh-history-archive__head,
.bh-history-archive__deck .bh-history-archive__body,
.bh-history-archive__deck .bh-history-archive__card::before {
  transition: none;
}


/* 0.55.64 — ACCUEIL / ESPACEMENT AGENDA → PILIERS
   La zone Actualités est absente tant qu’aucun article n’est publié.
   On resserre aussi la respiration entre les cartes Agenda et la section sombre. */
.bh-home-news-section:not(:has(.bh-home-news)) {
  display: none;
}

#agenda.bh-section {
  padding-bottom: clamp(2.5rem, 4vw, 4rem);
}

#agenda + .bh-section--ink,
#agenda + .bh-home-news-section:not(:has(.bh-home-news)) + .bh-section--ink {
  padding-top: clamp(3.25rem, 5vw, 5rem);
}

@media (max-width: 700px) {
  #agenda.bh-section { padding-bottom: 2.5rem; }
  #agenda + .bh-section--ink,
  #agenda + .bh-home-news-section:not(:has(.bh-home-news)) + .bh-section--ink {
    padding-top: 3rem;
  }
}

/* 0.55.79 — Archives de l’agenda purement visuelles : les événements passés n’ont plus de lien ni de CTA. Le dashboard Événements permet désormais de remplacer directement l’affiche depuis la médiathèque WordPress. */


/* 0.55.80 — Accueil : hero remonté sur desktop pour supprimer le grand espace vide sous le header. */
@media (min-width: 1101px) {
  .bh-hero {
    min-height: 0;
    padding-top: clamp(2.25rem, 3.2vw, 3.5rem);
    padding-bottom: clamp(3rem, 4.5vw, 5rem);
  }
  .bh-hero__grid {
    align-items: start;
  }
  .bh-hero__copy {
    padding-top: clamp(.35rem, 1vw, 1rem);
  }
  .bh-hero__visual--photos {
    min-height: clamp(470px, 32vw, 540px);
  }
}


/* 0.55.81 — Pages internes : heroes compactés sur desktop pour supprimer le grand espace vide sous le header. */
@media (min-width: 1101px) {
  .bh-inner-hero {
    padding: clamp(2.5rem, 4vw, 4rem) 1.5rem clamp(3rem, 5vw, 5rem);
  }

  .bh-inner-hero__content {
    max-width: 1040px;
  }

  .bh-inner-hero .bh-title {
    max-width: 11em;
    font-size: clamp(3rem, 5vw, 5.6rem);
    line-height: .95;
  }

  .bh-inner-hero .bh-lead {
    max-width: 38rem;
    margin: 1.1rem 0 0;
    font-size: clamp(1.05rem, 1.55vw, 1.35rem);
  }

  .bh-resource-hero,
  .bh-news-hero,
  .bh-media-hero,
  .bh-contact-hero,
  .bh-support-hero,
  .bh-news-archive-hero,
  .bh-article-hero {
    padding-top: clamp(2.75rem, 4.5vw, 4.25rem);
  }

  .bh-resource-hero {
    min-height: min(620px, calc(100svh - 87px));
    padding-bottom: clamp(3rem, 5vw, 5rem);
  }

  .bh-news-hero {
    min-height: min(610px, calc(100svh - 87px));
    padding-bottom: clamp(3rem, 5vw, 5rem);
  }

  .bh-media-hero {
    min-height: min(610px, calc(100svh - 87px));
    padding-bottom: clamp(3rem, 5vw, 5rem);
  }

  .bh-contact-hero {
    min-height: 560px;
    padding-bottom: clamp(3rem, 5vw, 5rem);
  }

  .bh-support-hero {
    min-height: 590px;
    padding-top: clamp(3rem, 4.8vw, 4.5rem);
    padding-bottom: clamp(3rem, 5vw, 5rem);
  }

  .bh-news-archive-hero {
    padding-bottom: clamp(3rem, 5vw, 4.75rem);
  }

  .bh-article-hero {
    padding: clamp(3rem, 4.8vw, 4.5rem) 1.5rem clamp(4rem, 6vw, 6rem);
  }

  .bh-resource-hero__grid,
  .bh-news-hero__grid,
  .bh-media-hero__grid,
  .bh-contact-hero__grid,
  .bh-support-hero__grid {
    align-items: start;
    min-height: 0;
  }

  .bh-resource-hero__visual,
  .bh-news-hero__visual,
  .bh-media-hero__visual,
  .bh-contact-hero__visual,
  .bh-support-hero__visual {
    min-height: 360px;
  }

  .bh-media-hero__visual {
    padding: 1rem 0;
  }

  .bh-resource-hero__copy .bh-title {
    max-width: 9.5em;
    font-size: clamp(3.2rem, 5.3vw, 5.9rem);
  }

  .bh-news-hero .bh-title {
    max-width: 8.6em;
    font-size: clamp(3.3rem, 5.5vw, 6.1rem);
  }

  .bh-media-hero .bh-title {
    max-width: 8ch;
    margin-bottom: 1.1rem;
    font-size: clamp(3.6rem, 6vw, 6.2rem);
  }

  .bh-contact-hero .bh-title {
    max-width: 8.5ch;
    margin-bottom: 1.1rem;
    font-size: clamp(3.4rem, 5.8vw, 6rem);
  }

  .bh-support-hero .bh-title {
    max-width: 10ch;
    margin-bottom: 1.1rem;
    font-size: clamp(3.4rem, 5.8vw, 5.9rem);
  }

  .bh-news-archive-hero .bh-title {
    font-size: clamp(3.1rem, 5.3vw, 5.8rem);
  }

  .bh-article-title {
    margin: .8rem 0 1.15rem;
    font-size: clamp(3rem, 5.5vw, 6rem);
  }
}


/* 0.55.82 — Nos communautés : suppression du grand vide entre la pile des groupes et la section événements. */
@media (min-width: 1101px) {
  .bh-community-story-section {
    padding-bottom: clamp(2.25rem, 4vw, 3.75rem);
  }

  .bh-community-stack {
    padding-bottom: 0;
  }

  .bh-community-panel {
    margin-bottom: clamp(2rem, 5vh, 3.5rem);
  }

  .bh-community-panel:last-child {
    margin-bottom: 0;
  }

  .bh-community-events-section {
    padding-top: clamp(2.75rem, 4.5vw, 4.5rem);
  }

  .bh-community-events__heading {
    margin-bottom: clamp(2.25rem, 4vw, 3.5rem);
  }
}


/* 0.55.83 — Nos communautés : Beit J et temps dédiés compactés sur desktop. */
@media (min-width: 1101px) {
  .bh-beitj-section {
    padding-block: clamp(2.25rem, 3.5vw, 3.75rem);
  }

  .bh-beitj-spotlight {
    grid-template-columns: minmax(300px, .72fr) minmax(0, 1.28fr);
    min-height: 350px;
  }

  .bh-beitj-spotlight__visual {
    min-height: 350px;
    padding: 1.25rem 1.4rem;
  }

  .bh-beitj-spotlight__logo {
    width: 76px;
    margin-bottom: .7rem;
  }

  .bh-beitj-spotlight__copy {
    align-self: center;
    padding: clamp(1.6rem, 2.6vw, 2.5rem);
  }

  .bh-beitj-spotlight__copy h2 {
    max-width: 13em;
    margin-bottom: .75rem;
    font-size: clamp(2.35rem, 3.25vw, 3.45rem);
    line-height: .98;
  }

  .bh-beitj-spotlight__copy > p:not(.bh-kicker) {
    margin-top: .65rem;
    margin-bottom: .65rem;
    font-size: .92rem;
    line-height: 1.45;
  }

  .bh-beitj-spotlight__copy > .bh-lead {
    font-size: 1rem;
  }

  .bh-beitj-spotlight__copy ul {
    gap: .35rem;
    margin-top: .8rem;
  }

  .bh-beitj-spotlight__copy li {
    padding: .35rem .6rem;
    font-size: .68rem;
  }

  .bh-beitj-spotlight__actions {
    gap: .55rem 1rem;
    margin-top: .9rem;
    font-size: .84rem;
  }

  .bh-beitj-spotlight__actions .bh-button-primary {
    padding: .65rem .9rem;
  }

  .bh-dedicated-events {
    grid-template-columns: minmax(240px, .48fr) minmax(0, 1.52fr);
    gap: clamp(1.75rem, 4vw, 4rem);
    margin-top: clamp(2.75rem, 5vw, 4.5rem);
    padding: clamp(1.6rem, 3vw, 2.6rem);
  }

  .bh-dedicated-events h3 {
    max-width: 8.5em;
    margin-bottom: .7rem;
    font-size: clamp(2.15rem, 3.5vw, 3.5rem);
    line-height: .98;
  }

  .bh-dedicated-events > div:first-child > p:last-child {
    margin-bottom: 0;
    font-size: .9rem;
    line-height: 1.45;
  }

  .bh-dedicated-events__grid {
    gap: .65rem;
  }

  .bh-dedicated-events__grid article {
    min-height: 205px;
    padding: 1.1rem;
  }

  .bh-dedicated-events__grid h4 {
    margin: 2.4rem 0 .55rem;
    font-size: clamp(1.45rem, 2vw, 2rem);
  }

  .bh-dedicated-events__grid p {
    font-size: .82rem;
    line-height: 1.42;
  }

  .bh-dedicated-events > .bh-text-link {
    margin-top: -.15rem;
    font-size: .84rem;
  }
}


/* 0.55.84 — Ressources : hero plus compact sur desktop. */
@media (min-width: 1101px) {
  .bh-resource-hero {
    min-height: min(600px, calc(100svh - 87px));
    padding: clamp(2.5rem, 4vw, 3.75rem) 1.5rem clamp(2.75rem, 4.5vw, 4.5rem);
  }

  .bh-resource-hero__grid {
    align-items: start;
    gap: clamp(2rem, 4vw, 4rem);
  }

  .bh-resource-hero__copy .bh-title {
    max-width: 8.8em;
    font-size: clamp(3rem, 4.7vw, 5.2rem);
    line-height: .94;
  }

  .bh-resource-hero .bh-lead {
    max-width: 42rem;
    margin-top: 1rem;
    font-size: clamp(1.03rem, 1.35vw, 1.2rem);
  }

  .bh-resource-hero__visual {
    min-height: 350px;
  }

  .bh-resource-paper--back {
    inset: 1rem 1.5rem 2rem 0;
    padding: 1.5rem;
  }

  .bh-resource-paper--front {
    inset: 2rem 0 0 1.75rem;
    padding: clamp(1.25rem, 2vw, 2rem);
  }

  .bh-resource-paper--front strong {
    font-size: clamp(1.95rem, 3vw, 3.2rem);
    line-height: .96;
  }

  .bh-resource-paper--front i {
    font-size: 1.25rem;
  }
}


/* 0.55.85 — Ressources / Mémoire : bloc du livre compacté sur desktop. */
@media (min-width: 1101px) {
  .bh-resource-memory {
    padding-top: clamp(2rem, 3.2vw, 3rem);
    padding-bottom: clamp(2rem, 3.2vw, 3rem);
  }

  .bh-book-card--resources {
    grid-template-columns: minmax(270px, .58fr) minmax(0, 1fr);
    gap: clamp(2rem, 4vw, 3.5rem);
    padding: clamp(1.6rem, 2.5vw, 2.5rem);
  }

  .bh-book-card--resources .bh-book-card__cover {
    min-height: 315px;
    padding: 1.5rem;
  }

  .bh-book-card--resources .bh-book-card__cover strong {
    font-size: clamp(1.85rem, 2.6vw, 2.7rem);
  }

  .bh-book-card--resources .bh-book-card__cover::after {
    font-size: 9rem;
  }

  .bh-book-card--resources h2 {
    max-width: 8.5em;
    margin-bottom: 1rem;
    font-size: clamp(2.6rem, 4vw, 4rem);
    line-height: .96;
  }

  .bh-book-card--resources > div:last-child > p:not(.bh-kicker) {
    max-width: 46rem;
    margin: .8rem 0;
    font-size: .98rem;
    line-height: 1.55;
  }

  .bh-book-card--resources .bh-kicker {
    margin-bottom: .75rem;
  }
}


/* 0.55.86 — Revue de presse / actualités : bloc featured plus compact sur desktop. */
@media (min-width: 1101px) {
  .bh-news-featured {
    min-height: 460px;
    grid-template-columns: minmax(280px, .72fr) minmax(0, 1.08fr);
  }

  .bh-news-featured__copy {
    justify-content: flex-start;
    padding: clamp(1.5rem, 2.7vw, 2.5rem);
  }

  .bh-news-featured__copy h3 {
    max-width: 8.4em;
    margin: .9rem 0 1rem;
    font-size: clamp(2.5rem, 4.1vw, 4.8rem);
    line-height: .93;
  }

  .bh-news-featured__copy .wp-block-post-excerpt__excerpt {
    font-size: 1rem;
    line-height: 1.55;
  }

  .bh-news-featured__copy .wp-block-post-excerpt__more-link {
    margin-top: .8rem;
  }

  .bh-news-featured__visual::after {
    font-size: clamp(6.5rem, 13vw, 12rem);
  }
}


/* 0.55.87 — Médias : vrai bloc « À la une » compacté sur desktop. */
@media (min-width: 1101px) {
  .bh-media-feature {
    min-height: 430px;
    grid-template-columns: minmax(280px, .76fr) minmax(0, 1.24fr);
  }

  .bh-media-feature__visual {
    min-height: 430px;
    padding: clamp(1.25rem, 2vw, 2rem);
  }

  .bh-media-feature__copy {
    justify-content: flex-start;
    padding: clamp(1.5rem, 2.6vw, 2.5rem);
  }

  .bh-media-feature__copy .bh-kicker {
    margin-bottom: .55rem;
  }

  .bh-media-meta {
    margin-bottom: .75rem;
  }

  .bh-media-feature__copy h3 {
    max-width: 11em;
    margin: .1rem 0 .85rem;
    font-size: clamp(2.35rem, 3.8vw, 4.25rem);
    line-height: .94;
  }

  .bh-media-feature__copy > p:not(.bh-kicker) {
    max-width: 42rem;
    margin: 0;
    font-size: .98rem;
    line-height: 1.5;
  }

  .bh-media-feature .bh-media-button {
    margin-top: .9rem;
    padding: .72rem 1rem;
  }

  .bh-media-feature__visual > strong {
    font-size: clamp(2.6rem, 4.6vw, 4.8rem);
  }

  .bh-media-feature__visual::after {
    font-size: clamp(7rem, 14vw, 13rem);
  }
}


/* 0.55.94 — Correctifs spécifiques mobile repérés lors de la QA iPhone. */
@media (max-width: 1100px) {
  /* La sous-navigation Ressources doit venir exactement sous le header sticky,
     sans laisser voir une bande du contenu qui défile derrière. */
  .bh-resource-nav-wrap {
    top: 75px;
  }

  /* Les grosses flèches typographiques sont décoratives sur desktop mais
     deviennent envahissantes sur petit écran. */
  .bh-media-hero::after,
  .bh-contact-cta::after {
    display: none;
    content: none;
  }
}

@media (max-width: 560px) {
  /* Header mobile = ligne arc-en-ciel (5px) + barre 64px. */
  .bh-resource-nav-wrap {
    top: 69px;
  }

  .bh-resources-page [id] {
    scroll-margin-top: 138px;
  }
}

/* 0.56.11 — vente directe : édition WordPress + prix unitaire explicite. */
.bh-ed-row-actions{display:flex;align-items:center;gap:6px;flex-wrap:wrap}.bh-ed-row-actions form{margin:0}.bh-ed-ticketing-form label small{display:block;margin-top:5px;color:#6f7085;font-size:12px;font-weight:400}.bh-ed-ticketing-form input[readonly]{background:#f6f6fa;color:#55586f}


/* 0.56.12 — billetterie : totaux en attente réconciliés + vue complète des inscriptions. */

/* 0.56.13 — import AssoConnect : compatibilité avec l’export « liste des inscrits » sans colonne transaction/date/e-mail. */

/* 0.56.14 — événements : CTA d’inscription désactivable par événement et URL personnalisée prioritaire, compatible avec les liens /go/ trackés. */
