/* HBG site-chrome — echte header/audience-balk/footer uit humanbehaviourgroup.nl, gescoped.
   .container -> .hbgc-container zodat de leescontent niet botst. Correcte media-queries. */
:root{
 --hbg-navy:#2c3e5a;--hbg-navy-dark:#1d2b40;--hbg-navy-soft:#3f5577;
 --hbg-gold:#b89a2a;--hbg-gold-soft:#d4b94a;--hbg-gold-light:#f1e7c2;
 --hbg-ink:#1a2233;--hbg-text:#3a4659;--hbg-muted:#6b7589;--hbg-line:#e6ebf2;
 --hbg-bg:#fff;--hbg-bg-soft:#f6f8fb;--hbg-bg-cream:#faf6e8;--audience-bar-h:0px;
 --disc-d:#d94545;--disc-i:#d4a82a;--disc-s:#4caf7a;--disc-c:#3b82c4;
 --shadow-sm:0 1px 2px rgba(20,40,68,.04),0 1px 3px rgba(20,40,68,.06);
 --shadow-md:0 4px 12px rgba(20,40,68,.06),0 2px 4px rgba(20,40,68,.04);
 --radius-sm:8px;--radius-md:14px;--radius-lg:22px;
 --font-sans:"Inter",-apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,sans-serif;
}
.hbgc-container{width:100%;max-width:1180px;margin:0 auto;padding:0 28px}
.site-header,.audience-bar,.site-footer{font-family:var(--font-sans)}
.hbg-discline{height:5px;display:flex}
.hbg-discline span{flex:1}
.hbg-discline .d{background:var(--disc-d)}.hbg-discline .i{background:var(--disc-i)}.hbg-discline .s{background:var(--disc-s)}.hbg-discline .c{background:var(--disc-c)}
/* kennisbank-sectie: geen sticky chrome (voorkomt overlap met leesbalk) */
.audience-bar,.site-header{position:static}

/* --- basis (desktop) chrome-regels --- */
.hbgc-container {
  width: 100%;
  max-width: 1180px;
  margin: 0 auto;
  padding: 0 28px;
}
.audience-bar {
  background: var(--hbg-navy-dark);
  color: rgba(255,255,255,0.7);
  border-bottom: 1px solid rgba(255,255,255,0.06);
  font-size: 0.78rem;
  line-height: 1;
  position: sticky;
  top: 0;
  z-index: 60;
}
.audience-bar-inner {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  gap: 0;
  padding: 0;
  flex-wrap: nowrap;
}
.audience-bar-label {
  display: inline-flex;
  align-items: center;
  font-size: 0.72rem;
  font-weight: 500;
  color: rgba(255,255,255,0.4);
  letter-spacing: 0.04em;
  margin-right: auto;
  padding: 8px 0;
}
.audience-tab {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  padding: 8px 14px;
  font-size: 0.78rem;
  font-weight: 500;
  color: rgba(255,255,255,0.65);
  text-decoration: none;
  border-bottom: 2px solid transparent;
  transition: color 0.15s ease, border-color 0.15s ease, background 0.15s ease;
}
.audience-tab:hover {
  color: #fff;
  background: rgba(255,255,255,0.04);
}
.audience-tab.active {
  color: var(--hbg-navy-dark);
  background: var(--hbg-gold);
  border-bottom-color: var(--hbg-gold);
  font-weight: 600;
}
.audience-tab.active:hover {
  background: var(--hbg-gold);
  color: var(--hbg-navy-dark);
}
.audience-tab-icon,
.audience-bar svg {
  width: 12px !important;
  height: 12px !important;
  flex-shrink: 0;
}
.site-header {
  position: sticky;
  top: var(--audience-bar-h);
  z-index: 50;
  background: rgba(255, 255, 255, 0.92);
  backdrop-filter: saturate(180%) blur(14px);
  -webkit-backdrop-filter: saturate(180%) blur(14px);
  border-bottom: 1px solid var(--hbg-line);
  transition: box-shadow 0.25s ease, background 0.25s ease;
}
.site-header.is-scrolled {
  box-shadow: 0 6px 22px rgba(44, 62, 90, 0.10);
  background: rgba(255, 255, 255, 0.96);
}
.site-header.is-scrolled .nav {
  padding: 12px 0;
}
.nav {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 16px 0;
}
.brand {
  display: inline-flex;
  align-items: center;
  text-decoration: none;
}
.brand .logo-mark {
  height: 64px;
  width: auto;
  display: block;
  transition: height 0.25s ease;
}
.brand.brand-footer .logo-mark {
  height: 84px;
  filter: brightness(0) invert(1);
  opacity: 0.95;
}
.hero-brand-logo {
  display: block;
  height: 120px;
  width: auto;
  margin-bottom: 24px;
  filter: drop-shadow(0 4px 12px rgba(184, 154, 42, 0.18));
}
.page-hero-branded { padding-top: 80px; position: relative; overflow: hidden; }
.about-hero-brand-logo {
  display: block;
  margin: 0 auto 30px;
  height: 140px;
  width: auto;
  filter: drop-shadow(0 6px 18px rgba(184, 154, 42, 0.25));
}
.hero .hbgc-container { position: relative; z-index: 1; }
.nav-links {
  display: flex;
  gap: 6px;
  list-style: none;
  margin: 0;
  padding: 0;
  align-items: center;
}
.nav-links a {
  display: inline-block;
  padding: 8px 14px;
  border-radius: 999px;
  color: var(--hbg-text);
  font-size: 0.95rem;
  font-weight: 500;
  transition: background 0.15s ease, color 0.15s ease;
}
.nav-links a:hover {
  background: var(--hbg-bg-soft);
  color: var(--hbg-ink);
}
.nav-links a.active {
  background: var(--hbg-navy);
  color: #fff;
}
.nav-cta {
  background: var(--hbg-navy) !important;
  color: #fff !important;
  padding: 10px 20px !important;
}
.nav-cta:hover {
  background: var(--hbg-navy-dark) !important;
}
.nav-kies {
  background: rgba(184,154,42,0.14) !important;
  color: var(--hbg-gold) !important;
  font-weight: 700 !important;
  padding: 8px 16px !important;
  border-radius: 999px !important;
  border: 1px solid rgba(184,154,42,0.35) !important;
  display: inline-flex !important;
  align-items: center !important;
  gap: 6px;
}
.nav-kies:hover {
  background: var(--hbg-gold) !important;
  color: var(--hbg-navy-dark) !important;
  border-color: var(--hbg-gold) !important;
}
.nav-kies::before {
  content: '\21AA';
  font-size: 0.85em;
  opacity: 0.7;
}
.nav-login {
  background: #d94545 !important;
  color: #fff !important;
  font-weight: 600 !important;
  padding: 8px 18px !important;
  border-radius: 999px !important;
  display: inline-flex !important;
  align-items: center;
  gap: 6px;
  letter-spacing: 0.02em;
  box-shadow: 0 4px 12px rgba(217,69,69,0.28);
  transition: transform 0.15s ease, box-shadow 0.15s ease, background 0.15s ease;
}
.nav-login:hover {
  background: #c23838 !important;
  color: #fff !important;
  transform: translateY(-1px);
  box-shadow: 0 6px 16px rgba(217,69,69,0.4);
}
.nav-login svg {
  width: 14px; height: 14px;
  stroke-width: 2.4;
}
.nav-toggle {
  display: none;
  background: transparent;
  border: 0;
  cursor: pointer;
  padding: 8px;
  color: var(--hbg-ink);
}
.site-footer {
  background: var(--hbg-navy-dark);
  color: rgba(255, 255, 255, 0.7);
  padding: 70px 0 30px;
}
.footer-grid {
  display: grid;
  grid-template-columns: 1.4fr repeat(5, 1fr);
  gap: 36px 28px;
  margin-bottom: 50px;
}
.site-footer h4 {
  color: #fff;
  font-size: 0.9rem;
  text-transform: uppercase;
  letter-spacing: 0.08em;
  margin-bottom: 18px;
}
.site-footer a {
  color: rgba(255, 255, 255, 0.7);
  font-size: 0.95rem;
  display: block;
  margin-bottom: 8px;
  transition: color 0.15s ease;
}
.site-footer a:hover {
  color: #fff;
}
.footer-contactbar {
  display: grid;
  grid-template-columns: 1.4fr 1.2fr auto;
  gap: 28px;
  align-items: center;
  padding: 22px 26px;
  margin-bottom: 28px;
  background: rgba(255, 255, 255, 0.05);
  border: 1px solid rgba(255, 255, 255, 0.08);
  border-radius: var(--radius-md);
}
.footer-contactbar strong {
  color: #fff;
  display: block;
  margin-bottom: 4px;
  font-size: 0.95rem;
}
.footer-contactbar span {
  color: rgba(255, 255, 255, 0.65);
  font-size: 0.9rem;
}
.footer-contactbar a {
  display: block;
  color: rgba(255, 255, 255, 0.85);
  font-size: 0.95rem;
  margin-bottom: 2px;
}
.footer-contactbar a:hover {
  color: var(--hbg-gold);
}
.footer-contactbar .btn-outline-light {
  display: inline-flex;
  align-items: center;
  padding: 12px 22px;
  border: 1.5px solid rgba(255,255,255,0.45);
  color: #fff;
  border-radius: 999px;
  font-weight: 600;
  font-size: 0.9rem;
  text-decoration: none;
  transition: background 0.2s ease, border-color 0.2s ease, color 0.2s ease;
  margin-bottom: 0;
}
.footer-contactbar .btn-outline-light:hover {
  background: var(--hbg-gold);
  border-color: var(--hbg-gold);
  color: #fff;
}
.footer-brand .brand {
  color: #fff;
  margin-bottom: 16px;
}
.footer-brand .brand small {
  color: rgba(255, 255, 255, 0.55);
}
.footer-brand p {
  color: rgba(255, 255, 255, 0.6);
  font-size: 0.95rem;
  margin-bottom: 18px;
}
.footer-socials {
  display: flex;
  gap: 10px;
}
.footer-socials a {
  width: 38px;
  height: 38px;
  border-radius: 10px;
  background: rgba(255, 255, 255, 0.07);
  display: inline-flex;
  align-items: center;
  justify-content: center;
  margin: 0;
}
.footer-socials a:hover {
  background: rgba(255, 255, 255, 0.15);
  color: #fff;
}
.footer-bottom {
  padding-top: 24px;
  border-top: 1px solid rgba(255, 255, 255, 0.1);
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
  gap: 14px;
  font-size: 0.85rem;
  color: rgba(255, 255, 255, 0.55);
}
.footer-bottom > span:last-child {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  white-space: nowrap;
}
.footer-bottom > span:last-child a {
  color: rgba(255, 255, 255, 0.85);
  text-decoration: none;
  border-bottom: 1px solid transparent;
  transition: color 0.15s ease, border-color 0.15s ease;
}
.footer-bottom > span:last-child a:hover {
  color: var(--hbg-gold);
  border-bottom-color: var(--hbg-gold);
}

/* --- responsive --- */
@media (max-width: 520px) {
  .hbgc-container { padding: 0 18px; }
}
@media (max-width: 720px) {
  :root { --audience-bar-h: 36px; }
  .audience-bar { font-size: 0.72rem; }
  .audience-bar-label { display: none; }
  .audience-bar-inner {
    padding: 0;
    flex-wrap: nowrap;
    justify-content: stretch;
  }
  .audience-tab {
    flex: 1 1 0;
    min-width: 0;
    justify-content: center;
    padding: 9px 6px;
    font-size: 0.72rem;
    gap: 0;
    text-align: center;
    line-height: 1.2;
    white-space: nowrap;
    border-right: 1px solid rgba(255,255,255,0.08);
    border-bottom: none !important;
  }
  .audience-tab:last-child { border-right: none; }
  .audience-tab.active {
    background: var(--hbg-gold);
    color: var(--hbg-navy-dark) !important;
    font-weight: 600;
    border-bottom: none !important;
  }
  .audience-tab:hover { background: rgba(255,255,255,0.06); }
  .audience-tab.active:hover { background: var(--hbg-gold); }
  .audience-tab-icon,
  .audience-bar svg { display: none !important; }
}
@media (max-width: 640px) {
  .brand .logo-mark { height: 52px; }
}
@media (max-width: 720px) {
  .about-hero-brand-logo { height: 96px; margin-bottom: 22px; }
  .hero-watermark-large { display: none; }
}
@media (max-width: 820px) {
  .hero-brand-logo { height: 84px; margin-bottom: 18px; }
  .hero-watermark { display: none; }
}
@media (max-width: 820px) {
  .nav-toggle {
    display: block;
  }
  .nav-links {
    position: absolute;
    top: 100%;
    right: 16px;
    flex-direction: column;
    align-items: stretch;
    background: #fff;
    border: 1px solid var(--hbg-line);
    border-radius: var(--radius-md);
    padding: 8px;
    box-shadow: var(--shadow-lg);
    min-width: 200px;
    display: none;
  }
  .nav-links.open {
    display: flex;
  }
}
@media (max-width: 720px) {
  .footer-contactbar {
    grid-template-columns: 1fr;
    text-align: left;
    gap: 14px;
  }
  .footer-contactbar .btn-outline-light {
    justify-self: start;
  }
}
@media (max-width: 640px) {
  .footer-bottom {
    flex-direction: column;
    align-items: center;
    text-align: center;
  }
  .footer-bottom > span:last-child { white-space: normal; }
}
@media (max-width: 1024px) {
  .footer-grid {
    grid-template-columns: 1fr 1fr 1fr;
    gap: 30px;
  }
  .footer-brand { grid-column: 1 / -1; }
}
@media (max-width: 640px) {
  .footer-grid {
    grid-template-columns: 1fr 1fr;
    gap: 28px;
  }
  .footer-brand { grid-column: 1 / -1; }
}
@media (max-width: 420px) {
  .footer-grid {
    grid-template-columns: 1fr;
  }
}
@media (max-width: 640px) {

  /* Inline 3-col grids → 1-col */
  [style*="grid-template-columns:repeat(3"],
  [style*="grid-template-columns: repeat(3"],
  [style*="grid-template-columns:repeat(4"],
  [style*="grid-template-columns: repeat(4"] {
    grid-template-columns: 1fr !important;
  }

  /* Grote inline-padding terugbrengen */
  [style*="padding:60px"], [style*="padding: 60px"],
  [style*="padding:48px"], [style*="padding: 48px"] {
    padding: 26px !important;
  }
  [style*="padding:44px 40px"], [style*="padding: 44px 40px"],
  [style*="padding:40px 36px"], [style*="padding: 40px 36px"],
  [style*="padding:36px 40px"], [style*="padding: 36px 40px"] {
    padding: 26px 22px !important;
  }
  [style*="padding:32px"], [style*="padding: 32px"] {
    padding: 22px !important;
  }

  /* Padding op .reis-pitch-hero en -body (leiderschapsreizen) */
  .reis-pitch-hero { padding: 22px 22px !important; aspect-ratio: 16/10 !important; }
  .reis-pitch-hero h3 { font-size: 1.4rem !important; }
  .reis-pitch-body { padding: 24px 22px 26px !important; }
  .reis-pitch-days { grid-template-columns: 1fr !important; }
  .reis-pitch-grid { grid-template-columns: 1fr !important; }
  .reis-pitch-cta { flex-direction: column; align-items: flex-start !important; }
  .reis-pitch-cta a { width: 100%; justify-content: center; }

  /* Pull-quote: kleinere font */
  [style*="font-size:1.05rem"] { font-size: 0.98rem !important; }
  [style*="font-size:1.18rem"] { font-size: 1.04rem !important; }
  [style*="font-size:1.32rem"] { font-size: 1.12rem !important; }

  /* Hero-titel font-size cappen op mobile */
  .page-hero h1 { font-size: clamp(1.55rem, 6vw, 2rem) !important; line-height: 1.15 !important; }
  .page-hero p { font-size: 0.98rem !important; }

  /* Section-head h2 op mobile */
  .section-head h2 { font-size: clamp(1.4rem, 5vw, 1.7rem) !important; }

  /* Cards: kleinere padding op mobile */
  .card { padding: 22px 20px !important; }
  .vision-block { padding: 26px 22px !important; }
  .vision-block h2 { font-size: clamp(1.3rem, 5vw, 1.7rem) !important; }
  .cta-banner { padding: 26px 22px !important; }
  .cta-banner h2 { font-size: clamp(1.3rem, 5vw, 1.7rem) !important; }

  /* Footer: stack contactbar */
  .footer-contactbar { flex-direction: column; align-items: flex-start !important; gap: 14px; }

  /* Buttons: full-width op mobile als ze in een flex zitten */
  .hero-cta { flex-direction: column; align-items: stretch !important; }
  .hero-cta .btn { width: 100%; text-align: center; }

  /* Founders-hero (4:5 portrait) wordt al opgevangen door bestaande media query */

  /* Tabellen die horizontaal scrollen op smal scherm */
  .hbgc-container table { display: block; overflow-x: auto; -webkit-overflow-scrolling: touch; }

  /* Te grote inline-radius border-radius op cards beperken niet nodig, ziet er goed uit */
}
/* DISC-lijn vast bovenaan (scrollt niet mee) */
.hbg-discline{position:sticky;top:0;z-index:100}

/* header + DISC-lijn samen vast bovenaan */
.hbg-stickytop{position:sticky;top:0;z-index:100}
.hbg-discline{position:static}
