/* Het Broodhuys — Apple-stijl homepage (prototype) */

.bh-page { font-family: Georgia, 'Times New Roman', serif; color: #4a4438; background: #e8e3d6; overflow: clip; }
.bh-page section { border: 0; }
.bh-eyebrow { font-size: 13px; letter-spacing: 5px; color: #b9942f; text-transform: uppercase; }
.bh-gold-line { width: 64px; height: 1px; background: #b9942f; margin: 0 auto; }
.bh-page h1, .bh-page h2, .bh-page h3 { font-family: Georgia, serif; font-weight: 400; }
.bh-page img { max-width: 100%; }
.bh-blend { /* blend is baked into the images server-side */ }

/* Odoo's placeholder "bel ons"-knop in de header (tel:+1 555-...) verbergen */
#wrapwrap > header a[href^="tel:"] { display: none !important; }

/* translucent site header over the page */
#wrapwrap > header nav, #wrapwrap > header .navbar {
  background: rgba(30, 26, 19, .65) !important;
  backdrop-filter: saturate(160%) blur(16px);
  -webkit-backdrop-filter: saturate(160%) blur(16px);
}

.bh-btn { display: inline-block; font-family: Georgia, serif; font-size: 1.05rem; padding: 14px 34px; border-radius: 980px; text-decoration: none; margin: 6px 10px; transition: opacity .3s ease, transform .3s ease; }
.bh-btn:hover { opacity: .85; transform: translateY(-1px); text-decoration: none; }
.bh-btn-gold { background: #b9942f; color: #3a3328; }
.bh-btn-dark { border: 1px solid #3a3328; color: #3a3328; }
.bh-btn-ghost { border: 1px solid #ece8dc; color: #ece8dc; }

/* ---------- hero ---------- */
.bh-hero2 { background: #e8e3d6; min-height: 88vh; min-height: 88svh; display: flex; flex-direction: column; align-items: center; justify-content: flex-start; text-align: center; padding: 78px 24px 44px; position: relative; }
.bh-hero2 .bh-hero2-copy { max-width: 900px; will-change: transform, opacity; }
.bh-hero2 h1 { font-size: clamp(3.2rem, 9vw, 7.5rem); color: #3a3328; letter-spacing: 4px; margin: 26px 0 18px; line-height: 1.02; }
.bh-hero2 .bh-sub { font-size: clamp(1.1rem, 2.2vw, 1.5rem); color: #4a4438; opacity: .85; margin-bottom: 38px; }
.bh-hero2-media { width: min(720px, 90vw); margin-top: clamp(28px, 5vh, 60px); will-change: transform; }
.bh-hero2-media img { width: 100%; }
.bh-hero-fade { animation: bhFade 1.3s ease both; }
.bh-hero-fade2 { animation: bhFade 1.3s ease .25s both; }
@keyframes bhFade { from { opacity: 0; transform: translateY(26px); } to { opacity: 1; transform: none; } }
.bh-scrollcue { position: fixed; bottom: 26px; left: 50%; z-index: 50; width: 52px; height: 52px; border-radius: 50%; background: #b9942f; color: #3a3328; display: flex; align-items: center; justify-content: center; font-size: 26px; line-height: 1; text-decoration: none; box-shadow: 0 6px 18px rgba(58,51,40,.28); animation: bhCue 1.8s ease infinite; transition: opacity .4s ease; }
.bh-scrollcue:hover { color: #3a3328; opacity: .88; text-decoration: none; }
@keyframes bhCue { 0%,100% { transform: translate(-50%, 0); } 50% { transform: translate(-50%, 7px); } }

/* ---------- word-by-word statement (sticky) ---------- */
.bh-words { background: #3a3328; position: relative; height: 185vh; height: 185svh; }
.bh-words-stage { position: sticky; top: 0; height: 100vh; height: 100svh; display: flex; flex-direction: column; align-items: center; justify-content: center; text-align: center; padding: 0 24px; }
.bh-words-logo { width: min(300px, 60vw); margin-bottom: 54px; opacity: .95; }
.bh-words-quote { margin: 0; padding: 0; border: 0; max-width: 920px; }
.bh-words-quote::before { content: "\201C"; display: block; font-family: Georgia, serif; font-size: 4.5rem; line-height: .4; color: #b9942f; opacity: .55; margin-bottom: 22px; }
.bh-words-p { max-width: 900px; font-size: clamp(1.7rem, 3.8vw, 3rem); line-height: 1.45; color: #ece8dc; margin: 0 auto; font-style: italic; }
.bh-words-p span { opacity: .13; transition: opacity .25s linear; }
.bh-words-attr { display: block; margin-top: 40px; font-family: Georgia, serif; font-style: normal; font-size: 1.15rem; letter-spacing: 2px; color: #b9942f; }
.bh-words-attr::before { content: "— "; }

/* ---------- zuurdesem scrollytelling ---------- */
.bh-scrolly { background: #f4f0e4; position: relative; height: 370vh; height: 370svh; }
.bh-scrolly-stage { position: sticky; top: 0; height: 100vh; height: 100svh; overflow: hidden; display: flex; align-items: center; }
.bh-scrolly-grid { display: grid; grid-template-columns: 1.1fr 1fr; gap: 4vw; align-items: center; width: min(1150px, 92vw); margin: 0 auto; }
.bh-scrolly-media { text-align: center; }
.bh-scrolly-media img { width: min(560px, 44vw); will-change: transform; }
.bh-scrolly-copy { position: relative; min-height: 400px; }
.bh-scrolly-title { font-size: clamp(1.5rem, 2.8vw, 2.1rem); color: #b9942f; margin: 0 0 10px; letter-spacing: 1px; }
.bh-step { position: absolute; top: 84px; left: 0; right: 0; opacity: 0; transform: translateY(30px); transition: opacity .55s ease, transform .55s ease; pointer-events: none; }
.bh-step.bh-active { opacity: 1; transform: none; }
.bh-step h3 { font-size: clamp(2rem, 3.6vw, 3.2rem); color: #3a3328; margin-bottom: 16px; }
.bh-step p { font-size: 1.2rem; line-height: 1.7; max-width: 420px; }
.bh-dots { position: absolute; bottom: 0; left: 0; display: flex; gap: 8px; }
.bh-seg { display: block; width: 14px; height: 4px; border-radius: 2px; background: #d9d0ba; overflow: hidden; transition: width .45s cubic-bezier(.4, 0, .2, 1); }
.bh-seg.bh-active { width: 72px; }
.bh-seg-fill { display: block; height: 100%; width: 0; background: linear-gradient(90deg, #b9942f, #d4b04a); border-radius: 2px; }
@media (max-width: 820px) {
  .bh-scrolly-grid { grid-template-columns: 1fr; text-align: center; gap: 12px; }
  .bh-scrolly-media img { width: min(320px, 62vw); }
  .bh-scrolly-copy { min-height: 300px; }
  .bh-step p { margin: 0 auto; }
  .bh-dots { left: 50%; transform: translateX(-50%); }
}

/* ---------- ambacht ---------- */
.bh-ambacht { background: #e8e3d6; padding: 140px 24px; text-align: center; }
.bh-ambacht h2, .bh-assort h2, .bh-visit h2, .bh-story h2 { font-size: clamp(2.4rem, 5vw, 4.2rem); color: #3a3328; margin: 18px 0; }
.bh-ambacht .bh-body, .bh-assort .bh-body { max-width: 640px; margin: 0 auto 60px; font-size: 1.18rem; line-height: 1.75; }
.bh-ambacht-grid { display: grid; grid-template-columns: repeat(auto-fit, minmax(260px, 1fr)); gap: 28px; max-width: 1100px; margin: 0 auto; }
.bh-photocard { border-radius: 24px; overflow: hidden; background: #f4f0e4; }
.bh-photocard img { width: 100%; height: 420px; object-fit: cover; display: block; }
.bh-photocard figcaption { padding: 18px 20px 22px; font-size: 1.02rem; color: #4a4438; }

/* ---------- assortiment ---------- */
.bh-assort { background: #f4f0e4; padding: 140px 24px; text-align: center; }
.bh-assort-grid { display: grid; grid-template-columns: repeat(auto-fit, minmax(240px, 1fr)); gap: 26px; max-width: 1150px; margin: 0 auto 54px; }
.bh-cat { background: #ece8dc; border-radius: 28px; padding: 40px 26px 34px; transition: transform .4s ease, box-shadow .4s ease; }
.bh-cat:hover { transform: translateY(-6px); box-shadow: 0 24px 48px rgba(58,51,40,.14); }
.bh-cat .bh-cat-img { height: 240px; display: flex; align-items: center; justify-content: center; margin-bottom: 26px; }
.bh-cat img { max-height: 240px; width: auto; max-width: 100%; }
.bh-cat h3 { font-size: 1.55rem; color: #3a3328; margin-bottom: 10px; }
.bh-cat p { font-size: .98rem; line-height: 1.6; color: #6b6350; margin: 0; }

/* ---------- patisserie (dark) ---------- */
.bh-pat { background: #3a3328; padding: 140px 0 150px; text-align: center; }
.bh-pat h2 { font-size: clamp(2.4rem, 5vw, 4.2rem); color: #ece8dc; margin: 18px 0; }
.bh-pat .bh-body { color: #ece8dc; opacity: .82; max-width: 620px; margin: 0 auto 64px; font-size: 1.18rem; line-height: 1.75; padding: 0 24px; }
.bh-rail { display: flex; gap: 24px; overflow-x: auto; padding: 8px max(24px, calc(50vw - 560px)) 36px; scroll-snap-type: x mandatory; -webkit-overflow-scrolling: touch; scrollbar-width: thin; scrollbar-color: #b9942f transparent; }
.bh-rail::-webkit-scrollbar { height: 6px; }
.bh-rail::-webkit-scrollbar-thumb { background: #b9942f; border-radius: 3px; }
.bh-rail-card { flex: 0 0 320px; scroll-snap-align: center; background: #ece8dc; border-radius: 26px; padding: 30px 26px 30px; }
.bh-rail-card .bh-rail-img { height: 250px; display: flex; align-items: center; justify-content: center; margin-bottom: 22px; }
.bh-rail-card img { max-height: 250px; max-width: 100%; width: auto; }
.bh-rail-card.bh-rail-photo { padding: 0; overflow: hidden; }
.bh-rail-card.bh-rail-photo .bh-rail-img { height: 250px; margin: 0; }
.bh-rail-card.bh-rail-photo img { width: 100%; height: 250px; max-height: none; object-fit: cover; }
.bh-rail-card.bh-rail-photo h3 { padding: 22px 0 26px; }
.bh-rail-card h3 { font-size: 1.35rem; color: #3a3328; margin: 0; }

/* ---------- story / heritage ---------- */
.bh-story { background: #e8e3d6; padding: 150px 24px; }
.bh-story-wrap { max-width: 1100px; margin: 0 auto; display: grid; grid-template-columns: 1fr 1fr; gap: 6vw; align-items: center; }
.bh-story .bh-year { font-size: clamp(5rem, 12vw, 9rem); color: #b9942f; line-height: 1; }
.bh-story p { font-size: 1.18rem; line-height: 1.8; }
.bh-story img { border-radius: 24px; width: 100%; }
.bh-gens { margin-top: 44px; border-left: 1px solid #b9942f; padding-left: 28px; }
.bh-gen { margin-bottom: 20px; }
.bh-gen strong { display: block; font-weight: 400; font-size: 1.25rem; color: #3a3328; font-family: Georgia, serif; }
.bh-gen span { font-size: .95rem; color: #6b6350; }
@media (max-width: 820px) { .bh-story-wrap { grid-template-columns: 1fr; } }

/* ---------- locaties ---------- */
.bh-visit { padding: 140px 24px; background: #f4f0e4; text-align: center; }
.bh-visit-photo { max-width: 860px; margin: 0 auto 40px; }
.bh-visit-photo img { border-radius: 26px; width: 100%; }
.bh-visit-grid { display: grid; grid-template-columns: repeat(auto-fit, minmax(280px, 1fr)); gap: 28px; max-width: 860px; margin: 0 auto; }
.bh-visit-card { background: #ece8dc; border-radius: 28px; padding: 44px 32px; }
.bh-visit-card h3 { font-size: 1.6rem; color: #3a3328; margin-bottom: 10px; }
.bh-visit-card p { font-size: 1.05rem; line-height: 1.75; margin: 0; }
.bh-visit-card a { color: #3a3328; text-decoration: none; border-bottom: 1px solid #b9942f; }

/* ---------- slot-CTA ---------- */
.bh-cta2 { background: #3a3328; padding: 150px 24px 160px; text-align: center; }
.bh-cta2 img { width: min(260px, 55vw); margin-bottom: 40px; }
.bh-cta2 h2 { font-size: clamp(2.2rem, 5vw, 3.8rem); color: #ece8dc; margin-bottom: 20px; }
.bh-cta2 p { color: #ece8dc; opacity: .8; font-size: 1.15rem; margin-bottom: 40px; }

/* ---------- locaties-pagina ---------- */
.bh-lhero { background: #3a3328; min-height: 62vh; display: flex; align-items: center; justify-content: center; text-align: center; padding: 140px 24px 90px; }
.bh-lhero h1 { font-size: clamp(2.8rem, 7vw, 5.5rem); color: #ece8dc; letter-spacing: 2px; margin: 24px 0 16px; }
.bh-lhero .bh-sub { font-size: clamp(1.05rem, 2vw, 1.35rem); color: #ece8dc; opacity: .82; max-width: 620px; margin: 0 auto; line-height: 1.7; }
.bh-loc-head { background: #e8e3d6; text-align: center; padding: 112px 24px 62px; }
.bh-loc-head h1 { font-size: clamp(2.6rem, 6vw, 4.8rem); color: #3a3328; margin: 20px 0 14px; }
.bh-loc-head .bh-sub { font-size: clamp(1.05rem, 2vw, 1.3rem); color: #4a4438; opacity: .85; max-width: 620px; margin: 0 auto; line-height: 1.7; }
.bh-winkels { background: #e8e3d6; padding: 90px 24px 120px; }
.bh-winkels-grid { display: grid; grid-template-columns: repeat(auto-fit, minmax(320px, 1fr)); gap: 30px; max-width: 1100px; margin: 0 auto; }
.bh-winkelcard { background: #f4f0e4; border-radius: 28px; overflow: hidden; text-align: left; }
.bh-winkelcard img { width: 100%; height: 300px; object-fit: cover; display: block; }
.bh-winkelcard .bh-wc-body { padding: 36px 34px 40px; }
.bh-winkelcard h3 { font-size: 1.9rem; color: #3a3328; margin: 0 0 12px; }
.bh-winkelcard p { font-size: 1.02rem; line-height: 1.7; }
.bh-wc-meta { margin: 18px 0 22px; font-size: 1.02rem; }
.bh-wc-meta a { color: #3a3328; text-decoration: none; border-bottom: 1px solid #b9942f; }
.bh-hours { width: 100%; border-collapse: collapse; font-size: .98rem; }
.bh-hours td { padding: 7px 0; border-bottom: 1px solid rgba(185,148,47,.25); }
.bh-hours td:last-child { text-align: right; color: #3a3328; }
.bh-hours tr:last-child td { border-bottom: 0; }
.bh-closed { color: #a09477; font-style: italic; }
.bh-map-sec { background: #f4f0e4; padding: 130px 24px 60px; text-align: center; }
.bh-map-sec h2 { font-size: clamp(2.4rem, 5vw, 4.2rem); color: #3a3328; margin: 18px 0; }
.bh-map-sec .bh-body { max-width: 640px; margin: 0 auto 56px; font-size: 1.18rem; line-height: 1.75; }
.bh-map-wrap { max-width: 1200px; margin: 0 auto; }
#bh-map { height: 66vh; min-height: 420px; border-radius: 28px; box-shadow: 0 30px 60px rgba(58,51,40,.15); z-index: 1; }
.bh-legend { display: flex; gap: 26px; justify-content: center; margin-top: 26px; font-size: .98rem; color: #6b6350; }
.bh-legend .bh-pin, .bh-legend .bh-pin-winkel { position: static; display: inline-block; vertical-align: middle; margin-right: 8px; }
.bh-pin { display: block; width: 100%; height: 100%; box-sizing: border-box; width: 22px; height: 22px; border-radius: 50%; background: #b9942f; border: 3px solid #f4f0e4; box-shadow: 0 3px 10px rgba(58,51,40,.4); }
.bh-pin-winkel { width: 30px; height: 30px; background: #3a3328; border-color: #ece8dc; }
.bh-popup { font-family: Georgia, serif; padding: 4px 6px; min-width: 190px; }
.bh-popup-type { font-size: 10px; letter-spacing: 3px; text-transform: uppercase; color: #b9942f; margin-bottom: 5px; }
.bh-popup-name { font-size: 1.15rem; color: #3a3328; margin-bottom: 6px; }
.bh-popup-addr { font-size: .92rem; color: #6b6350; line-height: 1.5; margin-bottom: 12px; }
.bh-popup-btn { display: inline-block; background: #b9942f; color: #3a3328 !important; padding: 7px 20px; border-radius: 980px; font-size: .92rem; text-decoration: none !important; }
.leaflet-popup-content-wrapper { background: #ece8dc; border-radius: 18px; box-shadow: 0 14px 34px rgba(58,51,40,.3); }
.leaflet-popup-tip { background: #ece8dc; }
.leaflet-container { font-family: Georgia, serif; }
.bh-loc-sec { background: #f4f0e4; padding: 40px 24px 140px; }
.bh-loc-grid { display: grid; grid-template-columns: repeat(auto-fill, minmax(230px, 1fr)); gap: 18px; max-width: 1200px; margin: 40px auto 0; }
.bh-loc-card { background: #ece8dc; border-radius: 20px; padding: 24px 22px; text-align: left; cursor: pointer; transition: transform .3s ease, box-shadow .3s ease, background .3s ease; }
.bh-loc-card:hover { transform: translateY(-4px); box-shadow: 0 16px 32px rgba(58,51,40,.12); }
.bh-loc-card.bh-active { background: #3a3328; }
.bh-loc-card.bh-active h4, .bh-loc-card.bh-active p { color: #ece8dc; }
.bh-loc-card h4 { font-family: Georgia, serif; font-weight: 400; font-size: 1.18rem; color: #3a3328; margin: 0 0 6px; }
.bh-loc-card p { font-size: .92rem; color: #6b6350; line-height: 1.55; margin: 0; }

/* ---------- assortiment ---------- */
.bh-cat-sec { padding: 110px 24px; text-align: center; }
.bh-cat-sec.bh-alt { background: #e8e3d6; }
.bh-cat-sec.bh-alt2 { background: #f4f0e4; }
.bh-cat-sec h2 { font-size: clamp(2.2rem, 4.5vw, 3.6rem); color: #3a3328; margin: 16px 0; }
.bh-cat-sec .bh-body { max-width: 620px; margin: 0 auto 50px; font-size: 1.12rem; line-height: 1.7; }
.bh-prod-grid { display: grid; grid-template-columns: repeat(auto-fill, minmax(215px, 1fr)); gap: 20px; max-width: 1150px; margin: 0 auto; }
.bh-prod { background: #ece8dc; border-radius: 22px; padding: 18px 14px 20px; transition: transform .3s ease, box-shadow .3s ease; }
.bh-prod:hover { transform: translateY(-5px); box-shadow: 0 18px 36px rgba(58,51,40,.13); }
.bh-prod .bh-prod-img { height: 285px; display: flex; align-items: center; justify-content: center; margin-bottom: 12px; }
.bh-prod img { max-height: 285px; max-width: 100%; width: auto; mix-blend-mode: multiply; }
.bh-prod h4 { font-family: Georgia, serif; font-weight: 400; font-size: 1.15rem; color: #3a3328; margin: 0; }
.bh-ook { margin-top: 34px; font-size: .98rem; color: #8a8069; }

/* assortiment: tabs + doorlopende carrousel */
.bh-assort2 { background: #f4f0e4; padding: 74px 24px 120px; text-align: center; }
.bh-tabs { display: inline-flex; flex-wrap: wrap; gap: 6px; background: #ece8dc; padding: 7px; border-radius: 980px; margin-bottom: 58px; }
.bh-tab { font-family: Georgia, serif; font-size: 1.05rem; color: #6b6350; background: none; border: 0; padding: 12px 30px; border-radius: 980px; cursor: pointer; transition: background .3s ease, color .3s ease; }
.bh-tab:hover { color: #3a3328; }
.bh-tab-active, .bh-tab-active:hover { background: #b9942f; color: #3a3328; }
.bh-tabpanel { display: none; }
.bh-tabpanel-active { display: block; animation: bhFadeUp .5s ease both; }
@keyframes bhFadeUp { from { opacity: 0; transform: translateY(14px); } to { opacity: 1; transform: none; } }
.bh-marquee { overflow: hidden; -webkit-mask-image: linear-gradient(90deg, transparent, #000 6%, #000 94%, transparent); mask-image: linear-gradient(90deg, transparent, #000 6%, #000 94%, transparent); }
.bh-marquee-track { display: flex; gap: 22px; width: max-content; animation: bhMarquee 55s linear infinite; }
.bh-marquee:hover .bh-marquee-track { animation-play-state: paused; }
@keyframes bhMarquee { from { transform: translateX(0); } to { transform: translateX(-50%); } }
.bh-mq-card { flex: 0 0 230px; background: #ece8dc; border-radius: 22px; padding: 22px 20px; text-align: center; }
.bh-mq-img { height: 190px; display: flex; align-items: center; justify-content: center; margin-bottom: 16px; }
.bh-mq-img img { max-height: 190px; max-width: 100%; width: auto; mix-blend-mode: multiply; }
.bh-mq-card h4 { font-family: Georgia, serif; font-weight: 400; font-size: 1.15rem; color: #3a3328; margin: 0; }
@media (prefers-reduced-motion: reduce) { .bh-marquee-track { animation: none; } }

/* mobiel: categorie-knoppen als scrollbare chips + broden groot in 1 kolom */
@media (max-width: 640px) {
  .bh-assort2 { padding: 24px 24px 100px; }
  .bh-tabs { display: flex; flex-wrap: nowrap; overflow-x: auto; justify-content: flex-start;
    gap: 8px; background: transparent; padding: 4px 24px; border-radius: 0;
    margin: 0 -24px 36px; max-width: none; -webkit-overflow-scrolling: touch; scrollbar-width: none; }
  .bh-tabs::-webkit-scrollbar { display: none; }
  .bh-tab { flex: 0 0 auto; background: #ece8dc; padding: 11px 22px; font-size: .98rem; white-space: nowrap; }
  .bh-tab-active, .bh-tab-active:hover { background: #b9942f; }
  .bh-prod-grid { grid-template-columns: 1fr; gap: 14px; max-width: 440px; }
  .bh-prod { padding: 12px 14px 14px; }
  .bh-prod .bh-prod-img { height: 240px; margin-bottom: 6px; }
  .bh-prod img { max-width: 100%; max-height: 240px; width: auto; height: auto; }
  .bh-prod h4 { font-size: 1.15rem; }
}

.bh-pat-sec { background: #3a3328; padding: 120px 0 130px; text-align: center; }
.bh-pat-sec h2 { font-size: clamp(2.2rem, 4.5vw, 3.6rem); color: #ece8dc; margin: 16px 0; }
.bh-pat-sec .bh-body { color: #ece8dc; opacity: .82; max-width: 620px; margin: 0 auto 56px; font-size: 1.12rem; line-height: 1.7; padding: 0 24px; }

/* ---------- wie zijn wij / zakelijk / vacatures ---------- */
.bh-values { display: grid; grid-template-columns: repeat(auto-fit, minmax(230px, 1fr)); gap: 24px; max-width: 1100px; margin: 54px auto 0; }
.bh-value { background: #ece8dc; border-radius: 24px; padding: 40px 28px; text-align: center; }
.bh-value .bh-value-nr { font-family: Georgia, serif; font-size: 2rem; color: #b9942f; margin-bottom: 12px; }
.bh-value h3 { font-size: 1.3rem; color: #3a3328; margin-bottom: 10px; }
.bh-value p { font-size: .98rem; line-height: 1.65; margin: 0; }
.bh-dark-sec { background: #3a3328; padding: 130px 24px; text-align: center; }
.bh-dark-sec h2 { font-size: clamp(2.2rem, 4.8vw, 3.8rem); color: #ece8dc; margin: 16px 0; }
.bh-dark-sec .bh-body { color: #ece8dc; opacity: .82; max-width: 640px; margin: 0 auto; font-size: 1.15rem; line-height: 1.75; }
.bh-dark-sec .bh-value { background: rgba(236,232,220,.08); }
.bh-dark-sec .bh-value h3 { color: #ece8dc; }
.bh-dark-sec .bh-value p { color: #ece8dc; opacity: .75; }
.bh-jobs { max-width: 860px; margin: 60px auto 0; display: grid; gap: 22px; text-align: left; }
.bh-job { background: #f4f0e4; border-radius: 24px; padding: 38px 36px; display: flex; flex-wrap: wrap; gap: 18px; align-items: flex-start; justify-content: space-between; }
.bh-job-main { flex: 1 1 420px; }
.bh-job h3 { font-size: 1.45rem; color: #3a3328; margin: 0 0 6px; }
.bh-chip { display: inline-block; font-size: 11px; letter-spacing: 3px; text-transform: uppercase; color: #b9942f; border: 1px solid #b9942f; border-radius: 980px; padding: 4px 14px; margin-bottom: 14px; }
.bh-job p { font-size: 1.02rem; line-height: 1.7; margin: 0; }
.bh-job .bh-btn { white-space: nowrap; margin: 6px 0 0; }
.bh-wide-photo { max-width: 1100px; margin: 70px auto 0; }
.bh-wide-photo img { width: 100%; border-radius: 26px; }
.bh-wide-photo figcaption { padding-top: 16px; font-size: 1rem; color: #6b6350; }

/* ---------- brood-vergelijking (interactief) ---------- */
.bh-compare { background: #e8e3d6; padding: 130px 24px; text-align: center; }
.bh-compare h2 { font-size: clamp(2.4rem, 5vw, 4.2rem); color: #3a3328; margin: 18px 0; }
.bh-compare .bh-eyebrow { display: inline-block; font-size: clamp(1rem, 2.4vw, 1.45rem); letter-spacing: 3px; margin-bottom: 4px; }
.bh-compare .bh-body { max-width: 620px; margin: 0 auto; font-size: 1.15rem; line-height: 1.7; }
.bh-compare-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 4vw; max-width: 1000px; margin: 56px auto 0; align-items: end; }
.bh-cbread { margin: 0; }
.bh-cbread-name { font-family: Georgia, serif; font-size: 1.35rem; color: #3a3328; margin-bottom: 44px; }
.bh-cbread-img { position: relative; display: inline-block; }
.bh-cbread-img img { width: 100%; height: auto; display: block; }
.bh-cmark { position: absolute; transform: translate(-50%, -50%); background: none; border: 0; padding: 0; cursor: pointer; z-index: 2; }
.bh-cdot { display: block; width: 20px; height: 20px; border-radius: 50%; background: #3a3328; border: 3px solid #ece8dc; box-shadow: 0 2px 8px rgba(58,51,40,.45); transition: transform .3s ease, background .3s ease, border-color .3s ease; }
.bh-cmark::after { content: ""; position: absolute; top: 50%; left: 50%; width: 20px; height: 20px; border-radius: 50%; transform: translate(-50%, -50%); box-shadow: 0 0 0 0 rgba(185,148,47,.55); animation: bhPulse 2.4s ease-out infinite; pointer-events: none; }
@keyframes bhPulse { 0% { box-shadow: 0 0 0 0 rgba(185,148,47,.55); } 70%,100% { box-shadow: 0 0 0 15px rgba(185,148,47,0); } }
.bh-clabel { position: absolute; top: 20px; left: 50%; transform: translateX(-50%); margin-top: 5px; font-family: Georgia, serif; font-size: .82rem; color: #3a3328; background: rgba(236,232,220,.92); padding: 2px 10px; border-radius: 980px; white-space: nowrap; transition: background .3s ease; }
.bh-cmark:hover .bh-cdot, .bh-cmark.bh-active .bh-cdot { background: #b9942f; border-color: #fff; transform: scale(1.4); }
.bh-cmark.bh-active::after { animation: none; }
.bh-cmark.bh-active .bh-clabel { background: #b9942f; }
.bh-compare-panel { max-width: 900px; margin: 40px auto 0; background: #f4f0e4; border-radius: 28px; padding: 40px 40px 44px; }
.bh-cpanel-aspect { font-size: 13px; letter-spacing: 5px; text-transform: uppercase; color: #b9942f; margin-bottom: 22px; }
.bh-cpanel-cols { display: grid; grid-template-columns: 1fr 1fr; gap: 34px; text-align: left; }
.bh-cpanel-col h4 { font-family: Georgia, serif; font-weight: 400; font-size: 1.2rem; color: #3a3328; margin: 0 0 8px; }
.bh-cpanel-col p { font-size: 1.05rem; line-height: 1.65; margin: 0; min-height: 3.3em; }
@media (max-width: 760px) {
  .bh-compare-grid { gap: 6vw; }
  .bh-cpanel-cols { grid-template-columns: 1fr; gap: 22px; }
  .bh-cpanel-col p { min-height: 0; }
  .bh-clabel { font-size: .72rem; padding: 1px 8px; }
}

/* ---------- wie zijn wij: tijdslijn ---------- */
.bh-timeline { background: #e8e3d6; padding: 120px 24px 110px; }
.bh-tl-title { font-size: clamp(2.2rem, 5vw, 3.8rem); color: #3a3328; margin: 16px 0 76px; text-align: center; }
.bh-tl { position: relative; max-width: 920px; margin: 0 auto; }
.bh-tl-line { position: absolute; left: 50%; top: 6px; bottom: 40px; width: 2px; transform: translateX(-50%); background: #d6cdb8; overflow: hidden; }
.bh-tl-fill { position: absolute; left: 0; top: 0; width: 100%; height: 0; background: #b9942f; }
.bh-tl-item { position: relative; width: 50%; box-sizing: border-box; padding-bottom: 66px; }
.bh-tl-left { left: 0; padding-right: 50px; }
.bh-tl-right { left: 50%; padding-left: 50px; }
.bh-tl-dot { position: absolute; top: 4px; width: 18px; height: 18px; border-radius: 50%; background: #d6cdb8; border: 3px solid #e8e3d6; z-index: 2; transition: background .4s ease, transform .4s ease; }
.bh-tl-left .bh-tl-dot { right: -9px; }
.bh-tl-right .bh-tl-dot { left: -9px; }
.bh-tl-item.bh-tl-active .bh-tl-dot { background: #b9942f; transform: scale(1.3); }
.bh-tl-card { background: #f4f0e4; border-radius: 24px; overflow: hidden; box-shadow: 0 14px 34px rgba(58,51,40,.09); }
.bh-tl-card img { width: 100%; height: 210px; object-fit: cover; display: block; }
.bh-tl-body { padding: 22px 28px 28px; }
.bh-tl-year { font-family: Georgia, serif; font-size: 2rem; color: #b9942f; line-height: 1; }
.bh-tl-card h3 { font-family: Georgia, serif; font-weight: 400; font-size: 1.5rem; color: #3a3328; margin: 8px 0 10px; }
.bh-tl-card p { font-size: 1.02rem; line-height: 1.7; color: #4a4438; margin: 0; }
@media (max-width: 800px) {
  .bh-tl-line { left: 9px; }
  .bh-tl-item, .bh-tl-left, .bh-tl-right { width: 100%; left: 0; padding: 0 0 44px 46px; }
  .bh-tl-left .bh-tl-dot, .bh-tl-right .bh-tl-dot { left: 1px; right: auto; }
}

/* ---------- statische quote (ons verhaal) ---------- */
.bh-quote-static { background: #3a3328; padding: 120px 24px; display: flex; justify-content: center; text-align: center; }
.bh-quote-static .bh-words-p { font-size: clamp(1.5rem, 3.2vw, 2.5rem); }
.bh-quote-static .bh-words-p span { opacity: 1; }

/* ---------- wie zijn wij: galerij ---------- */
.bh-gallery { background: #f4f0e4; padding: 120px 24px 140px; }
.bh-gallery h2 { font-size: clamp(2.2rem, 5vw, 3.8rem); color: #3a3328; margin: 16px 0 58px; text-align: center; }
.bh-gal-grid { column-count: 3; column-gap: 16px; max-width: 1120px; margin: 0 auto; }
.bh-gal-grid img { width: 100%; border-radius: 14px; margin-bottom: 16px; display: block; break-inside: avoid; transition: transform .4s ease, box-shadow .4s ease; }
.bh-gal-grid img:hover { transform: scale(1.015); box-shadow: 0 16px 34px rgba(58,51,40,.16); }
@media (max-width: 900px) { .bh-gal-grid { column-count: 2; } }
@media (max-width: 560px) { .bh-gal-grid { column-count: 1; } }

/* ---------- zakelijk: genummerde punten ---------- */
.bh-nums { background: #e8e3d6; padding: 46px 24px 120px; text-align: center; }
.bh-nums-lead { font-family: Georgia, serif; font-size: clamp(1.2rem, 2.3vw, 1.6rem); color: #3a3328; line-height: 1.55; max-width: 720px; margin: 0 auto 58px; }
.bh-num-grid { display: grid; grid-template-columns: repeat(auto-fit, minmax(340px, 1fr)); gap: 30px; max-width: 1040px; margin: 0 auto; text-align: left; }
.bh-num-item { display: flex; gap: 22px; background: #f4f0e4; border-radius: 24px; padding: 34px 32px; }
.bh-num { font-family: Georgia, serif; font-size: 2.4rem; color: #b9942f; line-height: 1; flex: 0 0 auto; }
.bh-num-item h3 { font-family: Georgia, serif; font-weight: 400; font-size: 1.45rem; color: #3a3328; margin: 2px 0 10px; }
.bh-num-item p { font-size: 1.02rem; line-height: 1.7; color: #4a4438; margin: 0; }

/* ---------- zakelijk: FAVV best-in-class ---------- */
.bh-favv { background: #f4f0e4; padding: 130px 24px 140px; text-align: center; }
.bh-favv h2 { font-size: clamp(2.2rem, 5vw, 3.8rem); color: #3a3328; margin: 16px 0; }
.bh-favv .bh-body { max-width: 660px; margin: 0 auto 60px; font-size: 1.15rem; line-height: 1.7; }
.bh-favv-cards { display: grid; grid-template-columns: 1fr 1fr; gap: 28px; max-width: 860px; margin: 0 auto 48px; }
.bh-favv-card { background: #ece8dc; border-radius: 28px; padding: 46px 34px; }
.bh-favv-card h3 { font-family: Georgia, serif; font-weight: 400; font-size: 1.6rem; color: #3a3328; margin: 26px 0 12px; }
.bh-favv-card p { font-size: 1.02rem; line-height: 1.7; color: #4a4438; margin: 0; }
.bh-favv-badge { display: inline-block; background: #8ec63f; color: #2b3818; font-family: Georgia, serif; font-size: 1.5rem; letter-spacing: 2px; text-transform: uppercase; padding: 16px 34px; border-radius: 14px; box-shadow: 0 10px 24px rgba(110,150,50,.3); }
.bh-favv-smiley { line-height: 0; }
.bh-favv-smiley svg { filter: drop-shadow(0 8px 18px rgba(110,150,50,.32)); }
@media (max-width: 720px) { .bh-favv-cards { grid-template-columns: 1fr; } }

/* ---------- reveals ---------- */
.bh-reveal { opacity: 0; transform: translateY(40px); transition: opacity .9s ease, transform .9s ease; }
.bh-reveal.bh-in { opacity: 1; transform: none; }
.bh-d1 { transition-delay: .12s; } .bh-d2 { transition-delay: .24s; } .bh-d3 { transition-delay: .36s; }
[data-par] { will-change: transform; }

/* mobiel/tablet: sticky-scroll-effecten uit (breken op iOS) → statisch, betrouwbaar */
@media (max-width: 820px) {
  .bh-words { height: auto; }
  .bh-words-stage { position: static; height: auto; padding: 88px 24px; }
  .bh-words-logo { width: min(190px, 50vw); margin-bottom: 24px; }
  .bh-words-quote::before { font-size: 2.8rem; margin-bottom: 12px; }
  .bh-words-p { font-size: clamp(1.4rem, 5.2vw, 2.1rem); line-height: 1.4; }
  .bh-words-p span { opacity: 1 !important; }
  .bh-words-attr { margin-top: 24px; }
  .bh-scrolly { height: auto; }
  .bh-scrolly-stage { position: static; height: auto; overflow: visible; padding: 78px 0 88px; }
  .bh-scrolly-copy { position: static; min-height: 0; }
  .bh-scrolly-title { margin-bottom: 22px; }
  .bh-step { position: static; opacity: 1 !important; transform: none !important; margin: 0 auto 34px; max-width: 520px; }
  .bh-step p { margin: 0 auto; }
  .bh-dots { display: none !important; }
  #bh-scrolly-bread { transform: none !important; }
}

@media (prefers-reduced-motion: reduce) {
  .bh-reveal, .bh-hero-fade, .bh-hero-fade2 { opacity: 1 !important; transform: none !important; transition: none; animation: none; }
  .bh-words-p span { opacity: 1 !important; }
  .bh-step { position: static; opacity: 1; transform: none; margin-bottom: 30px; }
  .bh-words, .bh-scrolly { height: auto; }
  .bh-words-stage, .bh-scrolly-stage { position: static; height: auto; padding: 120px 24px; }
  .bh-scrollcue, .bh-dots { display: none; }
}
