/* Homepage-specifieke CSS (fase 1 extract uit base.css). */

/* Mobiel: drie subtiele ankers boven de paginatitel */
body.page--home .home-intro-jump {
  display: none;
}

body.page--home .pi-title__mobile {
  display: none;
}

@media (max-width: 768px) {
  body.page--home .page-intro__main .home-intro-jump {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
    gap: 8px 10px;
    margin: 0 0 20px;
    padding: 0;
  }

  body.page--home .pi-title__desktop {
    display: none;
  }

  body.page--home .pi-title__mobile {
    display: inline;
  }

  body.page--home .home-intro-jump__link {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    padding: 7px 13px;
    font-size: 12px;
    font-weight: 700;
    line-height: 1.2;
    letter-spacing: 0.01em;
    text-decoration: none;
    color: #fff;
    background: linear-gradient(180deg, rgba(26, 143, 184, 0.72), rgba(15, 90, 120, 0.88));
    border: 1px solid rgba(111, 212, 234, 0.55);
    border-radius: 999px;
    box-shadow: 0 2px 10px rgba(8, 40, 58, 0.28);
    -webkit-tap-highlight-color: transparent;
  }

  body.page--home .home-intro-jump__link:hover,
  body.page--home .home-intro-jump__link:focus-visible {
    color: #fff;
    border-color: rgba(168, 230, 245, 0.85);
    background: linear-gradient(180deg, rgba(111, 212, 234, 0.88), rgba(26, 143, 184, 0.92));
    outline: none;
  }

  body.page--home .home-intro-jump__link:active {
    color: #fff;
    border-color: rgba(111, 212, 234, 0.7);
    background: linear-gradient(180deg, rgba(15, 90, 120, 0.92), rgba(10, 60, 80, 0.95));
    box-shadow: 0 1px 6px rgba(8, 40, 58, 0.22);
  }

  /* Mobiel: kermislijst in vaste hoogte zodat de rest van de homepage bereikbaar blijft */
  body.page--home .main-2col .col.left {
    max-height: min(62vh, 560px);
    height: auto !important;
    overflow-y: auto !important;
    overflow-x: hidden;
    -webkit-overflow-scrolling: touch;
    overscroll-behavior: contain;
    border-radius: 12px;
    box-shadow: inset 0 0 0 1px rgba(255, 255, 255, 0.06);
  }

  /* Kaart open: scrollruimte onder de kaart (niet onder de lijst) */
  body.page--home .main-2col:has(.col.right.is-visible) > .wrapper {
    gap: 16px;
  }

  body.page--home .main-2col:has(.col.right.is-visible) #mapwrap {
    height: min(56vh, var(--panel-h));
    min-height: 300px;
  }

  body.page--home .main-2col:has(.col.right.is-visible) .col.right::after {
    content: '';
    display: block;
    height: min(36vh, 280px);
    width: 100%;
  }

}

body.page--home #pi-count-line {
  margin: 0 0 12px;
  font-size: 22px;
  line-height: 1.25;
  font-weight: 800;
  letter-spacing: -0.01em;
  color: #fff;
  position: relative;
  display: inline-block;
  padding-bottom: 8px;
}

body.page--home #pi-title {
  margin: 0 0 12px;
  padding-bottom: 8px;
}

body.page--home #pi-count-line::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: min(88px, 28vw);
  height: 3px;
  background: linear-gradient(90deg, #7dd3ea, #d4a84b);
  border-radius: 3px;
  opacity: .9;
}

body.page--home #pi-count-line {
  margin-top: 14px;
}

body.page--home #pi-desc,
body.page--home #pi-body-line {
  color: rgba(255,255,255,.9);
  opacity: 1;
}

body.page--home #pi-desc .home-intro-highlight {
  color: var(--accent, #ff7a1a);
  font-weight: 700;
}

body.page--home #pi-desc a.home-intro-highlight {
  color: var(--accent, #ff7a1a);
  text-decoration: underline;
  text-underline-offset: 2px;
}

body.page--home #pi-desc a,
body.page--home #pi-desc a:visited,
body.page--home #pi-desc a:hover,
body.page--home #pi-desc a:active,
body.page--home #pi-desc a:focus,
body.page--home .pi-agenda-line a,
body.page--home .pi-agenda-line a:visited,
body.page--home .pi-agenda-line a:hover,
body.page--home .pi-agenda-line a:active,
body.page--home .pi-agenda-line a:focus {
  color: #fff !important;
  text-decoration: underline;
  text-underline-offset: 2px;
}

@media (min-width: 901px) {
  body.page--home {
    --kv2-home-h2-size: 32px;
    --kv2-home-h2-line: 1.2;
  }

  body.page--home h2,
  body.page--home h2.h-underline,
  body.page--home h2.pi-title,
  body.page--home h2.hb-title,
  body.page--home h2.ms-title,
  body.page--home h2.country-spot__title,
  body.page--home h2.wyb__title,
  body.page--home h2.stay22-popular__title,
  body.page--home #pi-count-line,
  body.page--home h2 .pi-title {
    font-size: var(--kv2-home-h2-size);
    line-height: var(--kv2-home-h2-line);
  }

  body.page--home h2.h-underline,
  body.page--home h2.pi-title,
  body.page--home h2.hb-title,
  body.page--home h2.ms-title,
  body.page--home h2.stay22-popular__title,
  body.page--home #pi-count-line,
  body.page--home h2.country_title .kv2-country-heading__label.pi-title {
    padding-bottom: 14px;
  }
}

@media (max-width: 640px) {
  body.page--home #pi-title {
    margin-bottom: 6px !important;
    padding-bottom: 6px !important;
  }
  body.page--home #pi-desc,
  body.page--home .pi-muted,
  body.page--home #pi-body-line {
    font-size: 15px !important;
    line-height: 1.55 !important;
    font-weight: 400 !important;
    color: #fff !important;
    opacity: 1 !important;
    letter-spacing: 0 !important;
    margin: 10px 0 !important;
  }
  body.page--home #pi-count-line {
    margin: 14px 0 12px !important;
    font-size: 22px !important;
    line-height: 1.25 !important;
    font-weight: 800 !important;
    color: #fff !important;
    letter-spacing: -0.01em !important;
    display: inline-block;
    padding-bottom: 8px !important;
  }
  body.page--home #pi-count-line::after {
    width: min(88px, 28vw);
    height: 3px;
  }
  body.page--home #pi-desc a,
  body.page--home .pi-agenda-line a,
  body.page--home .pi-muted a,
  body.page--home #pi-count-line a,
  body.page--home #pi-body-line a {
    color: #fff !important;
    font-weight: 400 !important;
    text-decoration: underline;
    text-underline-offset: 2px;
  }
  body.page--home #pi-desc strong,
  body.page--home .pi-muted strong,
  body.page--home #pi-count-line strong,
  body.page--home #pi-body-line strong {
    color: inherit !important;
    font-weight: 400 !important;
    letter-spacing: 0 !important;
  }
}

.page-intro .homeplace-stats__link{
  color: rgba(255,255,255,.95);
  font-weight: 800;
  text-decoration: none;
  border-bottom: 1px solid rgba(255,255,255,.45);
  padding-bottom: 1px;
}

.page-intro .homeplace-stats__link:hover{
  border-bottom-color: rgba(255,255,255,.90);
  filter: brightness(1.05);
}

.home-bottom{
  background: rgba(0,0,0,.35);
  border-top: 1px solid rgba(255,255,255,.06);
  border-bottom: 1px solid rgba(255,255,255,.06);
  padding: 36px 0 42px;
}

.home-bottom__grid{
  display:grid;
  grid-template-columns: minmax(0, 1fr) minmax(0, 1fr);
  gap: var(--kv2-space-xl);
  min-width: 0;
  width: 100%;
  max-width: 100%;
}

@media (max-width: 900px){
  .home-bottom__grid{
    grid-template-columns: minmax(0, 1fr);
  }
}

@media (max-width: 768px){
  .homeplace-stats{
    display:none;
  }

  body.page--home .homeplace-stats{
    display:block;
    border-radius:0;
    margin-left:0;
    margin-right:0;
    width:100%;
    max-width:100%;
    box-sizing:border-box;
  }
}

.homeplace-stats{
  margin-top: 14px;
  display: flex;
  gap: 12px;
  align-items: flex-start;
  padding: 14px 16px;
  border-radius: 18px;
  background: linear-gradient(180deg, rgba(255,255,255,.10), rgba(255,255,255,.06));
  border: 1px solid rgba(255,255,255,.14);
  box-shadow:
    0 10px 30px rgba(0,0,0,.18),
    inset 0 1px 0 rgba(255,255,255,.18);
  backdrop-filter: blur(10px);
}

.homeplace-stats__text{
  min-width: 0;
}

.homeplace-stats__line{
  font-size: 14px;
  line-height: 1.45;
  opacity: .98;
}

.homeplace-stats__line + .homeplace-stats__line{
  margin-top: 7px;
  opacity: .94;
}

.homeplace-stats strong{
  font-weight: 700;
}

.homeplace-stats__line--muted{
  margin-top: 10px !important;
  padding-top: 10px;
  border-top: 1px solid rgba(255,255,255,.14);
  opacity: .92;
}

.homeplace-stats__link,
.homeplace-stats__countlink{
  text-decoration: none;
  color: inherit;
  border-bottom: 1px solid rgba(255,255,255,.55);
  padding-bottom: 1px;
  transition: border-color .15s ease, opacity .15s ease;
}

.homeplace-stats__link:hover,
.homeplace-stats__countlink:hover{
  border-bottom-color: rgba(255,255,255,.95);
  opacity: 1;
}

.homeplace-stats--pop{
  margin-top: 14px;
  display: flex;
  gap: 14px;
  align-items: flex-start;
  padding: 16px 18px;
  --hp-radius: 18px;
  border-radius: var(--hp-radius);
  border: 1px solid rgba(255,255,255,.18);
  border-left: 4px solid rgba(var(--accent-rgb), .85);
  box-shadow:
    0 16px 40px rgba(0,0,0,.28),
    inset 0 1px 0 rgba(255,255,255,.22);
  backdrop-filter: blur(12px);
  position: relative;
  overflow: hidden;
  isolation: isolate;
}

.homeplace-stats__badge{
  width: 44px;
  height: 44px;
  border-radius: 16px;
  display: grid;
  place-items: center;
  background: linear-gradient(180deg, rgba(255,255,255,.22), rgba(255,255,255,.12));
  border: 1px solid rgba(255,255,255,.22);
  box-shadow:
    0 10px 22px rgba(0,0,0,.28),
    inset 0 1px 0 rgba(255,255,255,.25);
}

.homeplace-stats__pin{
  font-size: 19px;
  line-height: 1;
  transform: translateY(-1px);
  filter: drop-shadow(0 3px 10px rgba(0,0,0,.35));
}

.homeplace-stats__kicker{
  font-size: 12px;
  letter-spacing: .06em;
  text-transform: uppercase;
  opacity: .85;
  margin: 1px 0 6px;
}

@media (max-width: 480px){
  .homeplace-stats--pop{
    --hp-radius: 16px;
    padding: 14px 16px;
  }
  .homeplace-stats__badge{
    width: 34px;
    height: 34px;
    border-radius: 13px;
  }
}

.page-intro__side .homeplace-stats{
  margin-top: 0;
  width: 100%;
  max-width: 396px;
}

@media (min-width: 901px){
  .page-intro__side .homeplace-stats--cards{
    padding:12px 14px;
    gap:10px;
    border-radius:14px;
  }
  .page-intro__side .homeplace-stats__head{
    gap:8px;
  }
  .page-intro__side .homeplace-stats__agenda-btn{
    padding:7px 10px;
    font-size:11px;
  }
  .page-intro__side .homeplace-stats__pin{
    width:34px;
    height:34px;
    font-size:15px;
    flex:0 0 34px;
    border-radius:10px;
  }
  .page-intro__side .homeplace-stats__kicker{
    font-size:12px;
  }
  .page-intro__side .homeplace-stats__place{
    font-size:12px;
  }
  .page-intro__side .homeplace-stats__grid{
    gap:8px;
    grid-template-columns:repeat(2, minmax(0, 1fr));
    grid-template-rows:auto auto;
  }
  .page-intro__side .homeplace-stat--next{
    grid-column:1 / -1;
  }
  .page-intro__side .homeplace-stat{
    padding:10px;
    gap:4px;
  }
  .page-intro__side .homeplace-stat--tile{
    padding:8px 6px;
  }
  .page-intro__side .homeplace-stat__value{
    font-size:clamp(20px, 4vw, 26px);
  }
}

.homeplace-stats__dist{
  display:inline-block;
  margin-left: 6px;
  font-size: 12px;
  opacity: .85;
  padding: 2px 8px;
  border-radius: 999px;
  border: 1px solid rgba(255,255,255,.18);
  background: rgba(255,255,255,.06);
  vertical-align: middle;
}

@media (max-width: 900px){
  .page-intro__side{
    justify-content: stretch;
  }
  .page-intro__side .homeplace-stats{
    max-width: none;
    margin-top: 0;
    margin-bottom: 12px;
  }
  .page-intro__side .homeplace-stats--cards{
    width: 100vw;
    max-width: 100vw;
    margin-left: calc(50% - 50vw);
    margin-right: calc(50% - 50vw);
    max-width: none;
    border-radius: 0;
    box-sizing: border-box;
  }
}

@media (max-width: 900px){
  /* Homepage: bovenste advertentie ook rand-tot-rand op mobiel/tablet */
  body.page--home .page-intro > .wrapper.page-intro__ad{
    width: 100vw;
    max-width: 100vw;
    margin-left: calc(50% - 50vw);
    margin-right: calc(50% - 50vw);
    padding: 0;
  }
  body.page--home .page-intro > .wrapper.page-intro__ad .ad-home-panel{
    border-radius: 0;
    padding: 0 0 10px;
  }
}

@media (max-width: 640px){
  /* Ook op kleine schermen echt rand-tot-rand, ongeacht eerdere wrapperspeling. */
  body.page--home .page-intro__side .homeplace-stats--cards{
    width: 100vw !important;
    max-width: 100vw !important;
    margin-left: calc(50% - 50vw) !important;
    margin-right: calc(50% - 50vw) !important;
  }
}

.homeplace-stats--cards{
  display:grid;
  gap:14px;
  padding:18px;
  border-radius:18px;
  background:
    radial-gradient(120% 80% at 0% 0%, rgba(26,143,184,.22), transparent 55%),
    radial-gradient(90% 70% at 100% 0%, rgba(212,168,75,.12), transparent 50%),
    linear-gradient(180deg, rgba(6,24,32,.96), rgba(8,28,36,.98));
  border:1px solid rgba(125,211,234,.14);
  box-shadow:
    0 16px 40px rgba(0,0,0,.20),
    inset 0 1px 0 rgba(255,255,255,.08);
}

.homeplace-stats--cards--has-bg{
  --hp-mx:50%;
  --hp-my:45%;
  position:relative;
  overflow:hidden;
  overflow:clip;
  contain:paint;
  background:transparent;
  border-color:rgba(125,211,234,.22);
}
.homeplace-stats--cards--has-bg::before{
  content:"";
  position:absolute;
  inset:0;
  z-index:0;
  border-radius:inherit;
  background-image:var(--hp-bg-url);
  background-size:cover;
  background-position:center;
  background-repeat:no-repeat;
  filter:blur(1.4px);
  opacity:0.96;
  pointer-events:none;
  transition:filter .35s ease, opacity .35s ease;
}
.homeplace-stats--cards--has-bg:hover::before{
  filter:blur(0);
  opacity:1;
}
.homeplace-stats--cards--has-bg::after{
  content:"";
  position:absolute;
  inset:0;
  z-index:0;
  border-radius:inherit;
  pointer-events:none;
  background:
    radial-gradient(120% 90% at 20% 0%, rgba(26,143,184,.18), transparent 50%),
    radial-gradient(80% 60% at 100% 20%, rgba(212,168,75,.10), transparent 45%),
    linear-gradient(180deg, rgba(6,24,32,.46), rgba(4,16,22,.60));
  box-shadow:inset 0 1px 0 rgba(255,255,255,.06);
  transition:opacity .25s ease;
}
.homeplace-stats--cards--has-bg > .homeplace-stats__edge{
  z-index:1;
}
.homeplace-stats--cards--has-bg > *:not(.homeplace-stats__edge){
  position:relative;
  z-index:2;
}

.homeplace-stats__edge{
  position:absolute;
  inset:0;
  border-radius:inherit;
  pointer-events:none;
  opacity:0;
  transition:opacity .22s ease;
  background:radial-gradient(
    ellipse 95% 75% at var(--hp-mx, 50%) var(--hp-my, 45%),
    rgba(200, 150, 255, .26),
    transparent 62%
  );
  mix-blend-mode:screen;
}
.homeplace-stats--cards:hover .homeplace-stats__edge{
  opacity:1;
}

@media (prefers-reduced-motion: reduce){
  .homeplace-stats--cards--has-bg::before{
    transition:none;
  }
  .homeplace-stats--cards--has-bg:hover::before{
    filter:blur(1.4px);
    opacity:0.96;
  }
  .homeplace-stats__edge{
    transition:none;
    opacity:0 !important;
  }
  .homeplace-stat--clickable{
    transition:none;
    transform:none !important;
  }
}

.homeplace-stats__head{
  display:flex;
  align-items:flex-start;
  justify-content:space-between;
  gap:12px;
}

.homeplace-stats__agenda-btn{
  display:inline-flex !important;
  align-items:center;
  justify-content:center;
  margin:0;
  flex:0 0 auto;
  white-space:nowrap;
  padding:10px 16px;
  font-size:12px;
  background: linear-gradient(90deg, rgba(255, 122, 26, 0.95), rgba(255, 122, 26, 0.72));
}
.homeplace-stats__agenda-btn.btn--favlink:hover{
  background: linear-gradient(90deg, #e65f00, rgba(230, 95, 0, 0.82));
}

.homeplace-stats__titlewrap{
  display:flex;
  align-items:flex-start;
  gap:12px;
  min-width:0;
}

.homeplace-stats__pin{
  display:inline-grid;
  place-items:center;
  width:40px;
  height:40px;
  border-radius:12px;
  background:linear-gradient(180deg, rgba(212,168,75,.18), rgba(26,143,184,.18));
  color:#fff;
  font-size:18px;
  flex:0 0 40px;
}

.homeplace-stats__kicker{
  display:flex;
  align-items:center;
  gap:6px;
  font-size:13px;
  font-weight:800;
  color:#fff;
  line-height:1.2;
}

.homeplace-stats__place{
  margin-top:3px;
  font-size:13px;
  color:#d3d4e6;
}

.homeplace-stats__grid{
  display:grid;
  grid-template-columns:repeat(3, minmax(0, 1fr));
  gap:10px;
}

.homeplace-stat{
  min-width:0;
  display:grid;
  gap:6px;
  padding:14px;
  border-radius:14px;
  background:rgba(255,255,255,.04);
  border:1px solid rgba(255,255,255,.08);
}

.homeplace-stat--tile{
  padding:10px 8px;
  gap:4px;
  background:linear-gradient(165deg, rgba(26,143,184,.14), rgba(255,255,255,.05));
  border:1px solid rgba(26,143,184,.22);
  box-shadow:inset 0 1px 0 rgba(255,255,255,.06);
  min-height:0;
}

a.homeplace-stat--tile,
a.homeplace-stat--next{
  text-decoration:none;
  color:inherit;
  -webkit-tap-highlight-color:transparent;
  position:relative;
  z-index:3;
  align-self:stretch;
  min-height:100%;
}

.homeplace-stat--clickable{
  cursor:pointer;
  transition:border-color .2s ease, box-shadow .2s ease, transform .18s ease, background .2s ease;
}
.homeplace-stat--clickable:hover{
  border-color:rgba(200, 140, 255, .48);
  box-shadow:
    0 8px 22px rgba(0, 0, 0, .28),
    inset 0 1px 0 rgba(255, 255, 255, .12);
  transform:translateY(-1px);
}
.homeplace-stat--clickable:focus-visible{
  outline:2px solid rgba(255, 122, 26, .9);
  outline-offset:2px;
}

.homeplace-stat__value-num{
  display:inline-block;
  font:inherit;
  font-family:var(--font-event);
  color:inherit;
}

.homeplace-stat__figure{
  display:flex;
  flex-direction:column;
  align-items:center;
  justify-content:flex-start;
  gap:2px;
  width:100%;
  min-width:0;
  text-align:center;
}

.page-intro .homeplace-stats--cards .homeplace-stat__caption,
.homeplace-stats--cards .homeplace-stat__caption{
  margin:0;
  max-width:100%;
  font-size:10px;
  font-weight:800;
  letter-spacing:.03em;
  text-transform:uppercase;
  line-height:1.1;
  color:#ececf5;
  white-space:nowrap;
  overflow:hidden;
  text-overflow:ellipsis;
}

.page-intro .homeplace-stats--cards .homeplace-stat__caption--multiline,
.homeplace-stats--cards .homeplace-stat__caption--multiline{
  white-space:normal;
  overflow:visible;
  text-overflow:clip;
  line-height:1.2;
  hyphens:none;
}

.homeplace-stat__caption--next-label{
  text-align:center;
}

.homeplace-stat--tile .homeplace-stat__value,
.homeplace-stat--pair .homeplace-stat__value{
  font-size:46px;
  font-family:var(--font-event);
  font-weight:900;
  letter-spacing:.02em;
  line-height:1;
}

.homeplace-stat--tile .homeplace-stats__countlink,
.homeplace-stat--pair .homeplace-stats__countlink{
  border-bottom:0;
  padding-bottom:0;
}

.homeplace-stat__label{
  font-size:11px;
  font-weight:800;
  letter-spacing:.04em;
  text-transform:uppercase;
  color:#bfc1d9;
}

.homeplace-stat__value{
  font-size:34px;
  line-height:1;
  font-weight:900;
  color:#fff;
}

.homeplace-stat__value a{
  color:#fff;
  text-decoration:none;
}

.homeplace-stat__value a:hover{
  color:var(--accent);
}

.homeplace-stat__meta{
  font-size:13px;
  line-height:1.45;
  color:#d8d8e8;
}

.homeplace-stat--next .homeplace-stat__meta{
  font-size:9px;
  line-height:1.35;
  letter-spacing:.02em;
  color:rgba(220,222,235,.88);
  text-transform:none;
  font-weight:600;
}

.homeplace-stat__nexttitle{
  font-size:14px;
  line-height:1.2;
  font-weight:800;
  color:#fff;
}

.homeplace-stat__nexttitle a{
  color:#fff;
  text-decoration:none;
}

.homeplace-stat__nexttitle a:hover{
  color:var(--accent);
}

.homeplace-stat--next{
  display:flex;
  flex-direction:column;
  align-items:center;
  text-align:center;
  justify-content:flex-start;
  background:linear-gradient(165deg, rgba(26,143,184,.14), rgba(255,255,255,.05));
  border:1px solid rgba(26,143,184,.22);
  box-shadow:inset 0 1px 0 rgba(255,255,255,.06);
  padding:10px 8px 14px;
}

.homeplace-stat--next.homeplace-stat--clickable .homeplace-stat__nexttitle{
  color:#fff;
}

.homeplace-stat--next .homeplace-stat__caption--next-label{
  margin-bottom:2px;
}

.homeplace-stat--next .homeplace-stat__nexttitle,
.homeplace-stat--next .homeplace-stat__meta{
  width:100%;
  max-width:100%;
  text-align:center;
  box-sizing:border-box;
}

.homeplace-stats__countlink,
.homeplace-stats__link{
  color:inherit;
  text-decoration:none;
}

.homeplace-stats__countlink:hover,
.homeplace-stats__link:hover{
  text-decoration:none;
}

.homeplace-favs{
  display:flex;
  flex-direction:column;
  gap:6px;
  margin-top:2px;
  padding-top:8px;
  border-top:1px solid rgba(255,255,255,.08);
  min-width:0;
}

.homeplace-favs__line{
  font-size:12px;
  line-height:1.35;
  color:#e7e8f8;
}

.homeplace-favs__tipbtn{
  display:inline-flex;
  align-items:center;
  justify-content:center;
  gap:8px;
  width:100%;
  max-width:100%;
  box-sizing:border-box;
  padding:8px 10px;
  border-radius:8px;
  border:1px solid rgba(120,230,170,.55);
  background:linear-gradient(90deg, rgba(42,128,82,.82), rgba(42,128,82,.62));
  color:#fff;
  font:700 12px/1 var(--font-sans);
  cursor:pointer;
  transition:background .15s ease, transform .15s ease, filter .15s ease;
}
.homeplace-favs__tipbtn:hover{
  background:linear-gradient(90deg, rgba(38,116,74,.9), rgba(38,116,74,.74));
  transform:translateY(-1px);
}

.homeplace-favs__line strong{
  color:#fff;
}

.homeplace-favs__note{
  margin-top:6px;
}

.homeplace-favs__notice{
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 8px;
  padding: 7px 9px;
  border: 1px solid rgba(255,255,255,.2);
  border-radius: 8px;
  background: rgba(255,255,255,.05);
  color: #eaf0ff;
  font-size: 12px;
  line-height: 1.3;
  font-weight: 700;
}
.homeplace-favs__notice + .homeplace-favs__notice{
  margin-top: 6px;
}

.homeplace-favs__empty-tip{
  border: 1px solid rgba(255,255,255,.2);
  border-radius: 10px;
  background: rgba(255,255,255,.05);
  padding: 10px 11px;
  color: #eaf0ff;
  font-size: 12px;
  line-height: 1.4;
}
.homeplace-favs__empty-tip strong{
  color:#fff;
}

/* Borderkleur volgt melding-prioriteit (1=rood, 2=oranje, 3=groen, 4=blauw) */
.homeplace-favs__notice.alert--p1{ border-color: rgba(235, 87, 87, .75); }
.homeplace-favs__notice.alert--p2{ border-color: rgba(242, 153, 74, .75); }
.homeplace-favs__notice.alert--p3{ border-color: rgba(39, 174, 96, .75); }
.homeplace-favs__notice.alert--p4{ border-color: rgba(47, 128, 237, .75); }

.homeplace-favs__notice--link{
  text-decoration: none;
  color: inherit;
  transition: background .15s ease, border-color .15s ease, transform .15s ease;
}

.homeplace-favs__notice--link:hover{
  background: rgba(255,255,255,.09);
  transform: translateY(-1px);
}

.homeplace-favs__notice--link:hover .homeplace-favs__notice-go{
  transform: translateX(2px);
}

.homeplace-favs__notice-go{
  flex: 0 0 auto;
  color: rgba(255,255,255,.84);
  font-size: 14px;
  line-height: 1;
  transition: transform .15s ease;
}

.homeplace-favs__notice-icon{
  flex: 0 0 auto;
  color: rgba(255,255,255,.84);
  font-size: 12px;
  line-height: 1;
}

.homeplace-favs__notice-text{
  min-width: 0;
}

.homeplace-favs__notice-body{
  min-width: 0;
  flex: 1 1 auto;
  display: flex;
  flex-direction: column;
  gap: 2px;
}

.homeplace-favs__notice-when{
  font-size: 10px;
  font-weight: 600;
  color: rgba(255,255,255,.62);
  line-height: 1.2;
}

.homeplace-favs .alert{
  margin:0;
  padding:7px 9px;
  border-width:2px;
  background:rgba(255,255,255,.05);
}

.homeplace-favs .alert__text{
  font-size:12px;
  line-height:1.3;
}

.homeplace-favs__more{
  display:inline-flex;
  align-items:center;
  justify-content:center;
  gap:6px;
  align-self:stretch;
  width:100%;
  max-width:100%;
  box-sizing:border-box;
  margin-top:0;
  padding:8px 10px;
  border-radius:8px;
  border:1px solid rgba(255,255,255,.16);
  background:rgba(255,255,255,.06);
  font-size:11px;
  color:#e7eaff;
  text-decoration:none;
  line-height:1.25;
  white-space:normal;
  text-align:center;
}

.homeplace-favs__more:hover{
  background:linear-gradient(90deg, rgba(255, 122, 26, 0.92), rgba(255, 122, 26, 0.68));
  border-color:rgba(255, 160, 90, 0.55);
  color:#fff;
}

.homeplace-favs__more i{
  font-size:11px;
  line-height:1;
}

@media (max-width: 640px){
  .page-intro__side .homeplace-stats--cards{
    margin-left:-20px;
    margin-right:-20px;
    width:calc(100% + 40px);
    max-width:none;
    border-radius:0;
    padding:14px 16px;
    box-sizing:border-box;
  }

  .homeplace-stats--cards{
    padding:10px;
    gap:12px;
  }

  .homeplace-stats__titlewrap{
    gap:10px;
  }

  .homeplace-stats__head{
    align-items:flex-start;
    gap:8px;
  }

  .homeplace-stats__agenda-btn{
    padding:10px 16px;
    font-size:12px;
  }

  .homeplace-stats__pin{
    width:34px;
    height:34px;
    flex-basis:34px;
    font-size:16px;
    border-radius:10px;
  }

  .homeplace-stats__grid{
    grid-template-columns:repeat(3, minmax(0, 1fr));
    gap:6px;
    margin-top:6px;
  }

  .homeplace-stat{
    padding:8px 4px;
    gap:4px;
  }

  .homeplace-stat--tile{
    padding:8px 4px;
  }

  .homeplace-stat__label{
    font-size:10px;
    line-height:1.2;
  }

  .homeplace-stat__caption{
    font-size:9px;
    line-height:1.2;
  }

  .homeplace-stat__value{
    font-size:22px;
  }

  .homeplace-stat--tile .homeplace-stat__value,
  .homeplace-stat--pair .homeplace-stat__value{
    font-size:34px;
  }

  .homeplace-stat__nexttitle{
    font-size:12px;
    line-height:1.2;
  }

  .homeplace-stat__meta{
    font-size:11px;
    line-height:1.3;
  }

  .homeplace-stat--next .homeplace-stat__meta{
    font-size:8.5px;
  }

  .homeplace-stats__place{
    font-size:12px;
    line-height:1.35;
  }
}

@media (max-width: 380px){
  .homeplace-stat__label{
    font-size:9px;
  }

  .homeplace-stat__caption{
    font-size:8.5px;
  }

  .homeplace-stat__value{
    font-size:20px;
  }

  .homeplace-stat--tile .homeplace-stat__value,
  .homeplace-stat--pair .homeplace-stat__value{
    font-size:28px;
  }
}

/* Onder-de-vouw home-secties pas renderen wanneer ze nodig zijn (lager INP en TBT). */
@supports (content-visibility: auto) {
  body.page--home #mediastrip,
  body.page--home #nieuws,
  body.page--home #uitgelicht,
  body.page--home #fav-block,
  body.page--home #strips,
  body.page--home #prikkelarm,
  body.page--home #youtube,
  body.page--home #aankomende-kermissen ~ .eventBlock,
  body.page--home .home-news.wrapper {
    content-visibility: auto;
    contain-intrinsic-size: 800px;
  }
}

/* Eventkaarten op home. */
body.page--home .eventTextItem {
  --et-hover-shadow:0 12px 32px rgba(0,0,0,.22);
  border-radius: var(--kv2-radius-card);
  padding: 8px;
  border: 0;
  backdrop-filter: blur(6px);
  transform: none;
  font-family: var(--font-event);
  transition: box-shadow .22s ease, background .22s ease;
}

body.page--home .eventTextItem:not(.is-promoted) {
  background: rgba(0,0,0,.7);
  animation: none;
}

body.page--home .eventTextItem:not(.is-promoted):hover {
  transform: none;
  background: rgba(0,0,0,.78);
}

body.page--home .eventTextItem .iconfield,
body.page--home .eventTextItem .placefield {
  background: transparent;
}

body.page--home .eventTextItem .iconfield {
  width: 40px;
  border-left-width: 5px;
  padding-left: 10px;
}

body.page--home .eventTextItem .placefield .placespan {
  color: rgba(255,255,255,.92);
  font-size: 17px;
  letter-spacing: .3px;
}

body.page--home .eventTextItem .placefield .placespan .km{
  font-size: 14px;
}

body.page--home .eventTextItem .placefield .eventname {
  color: rgba(255,255,255,.78);
  font-style: normal;
  font-size: 13px;
}

body.page--home .eventTextItem .placefield .eventname--with-eti{
  color: rgba(255,255,255,.78);
  font-style: normal;
}
@media (min-width:901px){
  body.page--home .eventTextItem .placefield .eventname,
  body.page--home .eventTextItem .placefield .eventname--with-eti{
    font-size:14px;
  }
}
body.page--home .eventTextItem .placefield .eti-distance--inline{
  color: rgba(255,255,255,.62);
}
body.page--home .eventTextItem .placefield .eti-distance--inline .distance-km{
  color: inherit;
}

body.page--home .eventTextItem .datefield {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 8px;
  background: rgba(255,255,255,.08);
  border-radius: 10px;
  margin-top: 6px;
  padding: 6px 10px;
  color: rgba(255,255,255,.86);
  font-weight: 600;
  font-size: 15px;
}
body.page--home .eventTextItem .datefield .datefield__range{
  min-width: 0;
}
body.page--home .eventTextItem .datefield .eti-distance--inline{
  flex: 0 0 auto;
  margin-left: 8px;
  white-space: nowrap;
}
body.page--home .eventTextItem .datefield strong{
  color:#ae44b1 !important;
  font-weight:800;
}

/* Highlights-kolom: zelfde 65/35-verdeling als compacte lijst; geen flex-compressie op datum. */
body.page--home .hb-right .eventTextItem .datefield{
  display:block;
  width:100%;
  box-sizing:border-box;
  height:35%;
  min-height:30px;
  margin-top:0;
  padding:6px 10px;
  white-space:nowrap;
  overflow:hidden;
  text-overflow:ellipsis;
}

body.page--home .hb-right .eventTextItem .datefield .datefield__range{
  display:inline;
  min-width:0;
  white-space:nowrap;
}

body.page--home .hb-right .eventTextItem .datefield .eti-distance--inline{
  display:inline;
  margin-left:8px;
  white-space:nowrap;
}

body.page--home #tekst-overzicht.kv2-list-view--cards.kv2-list-photo-filter-on .eventTextItem[data-has-list-photo="1"] .datefield,
html.page--home.kv2-list-pref-cards.kv2-list-photo-filter-on #tekst-overzicht .eventTextItem[data-has-list-photo="1"] .datefield{
  display:flex;
  align-items:center;
  justify-content:space-between;
  gap:8px;
  height:30%;
  min-height:24px;
  padding:4px 8px;
  border-radius:10px;
  background:rgba(255,255,255,.10);
  font-size:15px;
  font-weight:600;
}
@media (min-width:641px){
  body.page--home #tekst-overzicht.kv2-list-view--cards.kv2-list-photo-filter-on .eventTextItem[data-has-list-photo="1"] .datefield,
  html.page--home.kv2-list-pref-cards.kv2-list-photo-filter-on #tekst-overzicht .eventTextItem[data-has-list-photo="1"] .datefield{
    margin-top:5px;
  }
}
@media (max-width:640px){
  body.page--home #tekst-overzicht.kv2-list-view--cards.kv2-list-photo-filter-on .eventTextItem[data-has-list-photo="1"] .datefield,
  html.page--home.kv2-list-pref-cards.kv2-list-photo-filter-on #tekst-overzicht .eventTextItem[data-has-list-photo="1"] .datefield{
    margin-top:4px;
    font-size:14px;
  }
}

body.page--home .eventTextItem .daysleftfield {
  border-left: 0;
  border-radius: 12px;
  width: 60px;
  font-size: 11px;
}
body.page--home .eventTextItem.futureEvent .daysleftfield {
  background: linear-gradient(160deg, #5ec8e0 0%, #1a8fb8 100%);
}
body.page--home .eventTextItem.currentEvent .daysleftfield {
  background: linear-gradient(160deg, #4ecf8a 0%, #2d8a6a 100%);
}
body.page--home .eventTextItem.pastEvent .daysleftfield {
  background: linear-gradient(160deg, #9aa8b0 0%, #5c6b73 100%);
}
body.page--home .eventTextItem.is-promoted .daysleftfield,
body.page--home .eventTextItem.is-promoted.futureEvent .daysleftfield,
body.page--home .eventTextItem.is-promoted.currentEvent .daysleftfield,
body.page--home .eventTextItem.is-promoted.pastEvent .daysleftfield {
  background: #b78610;
}

body.page--home .eventTextItem .daysleftfield:after {
  display: none;
}

body.page--home .eventTextItem .daysleftfield .counting{
  font-size: 20px;
  font-weight: 800;
}

body.page--home .eventTextItem .daysleftfield .days__prefix,
body.page--home .eventTextItem .daysleftfield .days__unit,
body.page--home .eventTextItem .daysleftfield .days__suffix{
  font-size: 12px;
}

body.page--home .eventTextItem .daysleftfield .days__num{
  font-size: 21px;
}

body.page--home .eventTextItem::after,
body.page--home .eventTextItem::before{
  content: none !important;
  display: none !important;
}

.home-promoted-band{
  margin: 0;
  padding: 14px 0 16px;
  width: 100vw;
  margin-left: calc(50% - 50vw);
  margin-right: calc(50% - 50vw);
  background:
    radial-gradient(120% 100% at 0% 0%, rgba(26,143,184,.22), transparent 55%),
    linear-gradient(180deg, rgba(6,24,32,.95), rgba(8,28,36,.98));
  border-top: 1px solid rgba(255,255,255,.09);
  border-bottom: 0;
}
/* Geen display:contents: anders geen betrouwbare stacking; spots moeten achter content maar zichtbaar in strip */
.home-promoted-band.kv2-spotlight-panel .kv2-spotlight-panel__body--flow{
  display:block;
}
.home-promoted-band.kv2-spotlight-panel .home-promoted-band__head,
.home-promoted-band.kv2-spotlight-panel .home-promoted-band__scroller{
  position:relative;
  z-index:2;
}

/* Zelfde horizontale inzet als .page-intro .wrapper (18px) — niet tegen viewport-rand */
.home-promoted-band__head{
  display:flex;
  align-items:center;
  justify-content:space-between;
  gap:10px;
  margin-bottom:10px;
  padding-left: max(18px, env(safe-area-inset-left, 0px));
  padding-right: max(18px, env(safe-area-inset-right, 0px));
  box-sizing: border-box;
}

.home-promoted-band__more{
  font-size:12px;
  font-weight:700;
  text-decoration:none;
  color:#f0ecff;
  border:1px solid rgba(255,255,255,.22);
  border-radius:999px;
  padding:6px 10px;
  background:rgba(255,255,255,.06);
}
.home-promoted-band__more:hover{
  background:rgba(255,255,255,.12);
  border-color:rgba(255,255,255,.36);
}

.home-promoted-band__scroller{
  display:flex;
  gap:10px;
  justify-content:center;
  overflow-x:auto;
  overflow-y:hidden;
  scroll-snap-type:x mandatory;
  /* Lijn uit met titelrij (.home-promoted-band__head) */
  padding:0 max(18px, env(safe-area-inset-right, 0px)) 6px max(18px, env(safe-area-inset-left, 0px));
  scrollbar-width:thin;
}

@media (min-width: 901px){
  .home-promoted-band__scroller{
    scrollbar-width:none;
  }
  .home-promoted-band__scroller::-webkit-scrollbar{
    width:0;
    height:0;
    display:none;
    background:transparent;
  }
}

.home-promoted-card{
  scroll-snap-align:start;
  flex:0 0 248px;
  min-height:170px;
  border-radius:14px;
  border:1px solid rgba(255,255,255,.14);
  text-decoration:none;
  color:#fff;
  background: linear-gradient(180deg, rgba(19,17,34,.94), rgba(12,10,20,.98));
  padding:10px;
  display:flex;
  flex-direction:column;
  justify-content:space-between;
  position:relative;
  overflow:hidden;
  backface-visibility:hidden;
}

.home-promoted-card:hover{
  transform:translateY(-1px);
  border-color:rgba(255,176,114,.55);
}

.home-promoted-card::before{
  content:"";
  position:absolute;
  inset:0;
  z-index:0;
  background-image:var(--home-promoted-bg);
  background-size:cover;
  background-position:center;
  background-repeat:no-repeat;
}

.home-promoted-card::after{
  content:"";
  position:absolute;
  inset:0;
  z-index:0;
  /* Alleen leesbaarheid / hoekaccent; spotlight zit op .kv2-spotlight-panel */
  background:
    radial-gradient(95% 90% at 0 0, rgba(26,143,184,.16), transparent 55%),
    linear-gradient(180deg, rgba(6,24,32,.10), rgba(6,24,32,.52));
}

.home-promoted-card__logo-wrap{
  position:relative;
  z-index:1;
  width:58px;
  height:58px;
  border-radius:12px;
  background:rgba(255,255,255,.92);
  border:1px solid rgba(255,255,255,.65);
  display:flex;
  align-items:center;
  justify-content:center;
}

.home-promoted-card__logo{
  max-width:50px;
  max-height:50px;
  object-fit:contain;
}

.home-promoted-card__topicons{
  position:absolute;
  z-index:1;
  top:8px;
  right:8px;
  display:flex;
  align-items:center;
  gap:5px;
  padding:5px 7px;
  border-radius:999px;
  background:rgba(0,0,0,.34);
  border:1px solid rgba(255,255,255,.18);
}

.home-promoted-card__topicons img{
  width:16px;
  height:16px;
  object-fit:contain;
  display:block;
}

.home-promoted-card__body{
  position:relative;
  z-index:1;
  margin-top:auto;
  border-radius:10px;
  padding:8px 9px;
  background:rgba(8,6,14,.66);
  border:1px solid rgba(255,255,255,.12);
}

.home-promoted-card__place{
  font-size:16px;
  font-weight:800;
  line-height:1.2;
}

.home-promoted-card__event{
  margin-top:2px;
  font-size:12px;
  color:#dddaf0;
}

.home-promoted-card__meta{
  margin-top:7px;
  font-size:11px;
  color:#ffe8bd;
  font-weight:700;
}

@media (max-width: 640px){
  .home-promoted-band__scroller{
    justify-content:flex-start;
  }
}

/* Mobiel: maximaal 4 cards tonen, tenzij er meer "actuele/binnenkort startende" promoties zijn.
   Cards met data-prio="1" (toekomstige aanvulling) op positie 5+ worden verborgen. */
@media (max-width: 720px){
  .home-promoted-band__scroller > .home-promoted-card[data-prio="1"]:nth-child(n+5){
    display:none;
  }
}

/* =========================================================
   Home: kermisgeschiedenis & immaterieel erfgoed teasers
   ========================================================= */
.kv2-home-heritage{
  padding: 28px 0 8px;
}

.kv2-home-heritage__head{
  text-align: left;
  margin-bottom: 18px;
}

.kv2-home-heritage__lead{
  margin: 8px 0 0;
  color: rgba(255,255,255,.85);
  line-height: 1.6;
  max-width: 56rem;
}

.kv2-home-heritage__lead strong{
  color: #fff;
}

.kv2-home-heritage__grid{
  display: grid;
  grid-template-columns: 1fr;
  gap: 16px;
}

@media (min-width: 900px){
  .kv2-home-heritage__grid{
    grid-template-columns: repeat(3, 1fr);
    gap: 18px;
  }
}

.kv2-home-heritage__card{
  display: flex;
  flex-direction: column;
  gap: 12px;
  padding: 18px 18px 16px;
  border-radius: 16px;
  border: 2px solid rgba(255,255,255,.12);
  background: linear-gradient(180deg, rgba(19,17,34,.86), rgba(12,10,20,.94));
  box-shadow: 0 8px 22px rgba(0,0,0,.22);
  position: relative;
  overflow: hidden;
}

.kv2-home-heritage__card::after{
  content: "";
  position: absolute;
  inset: -1px;
  border-radius: inherit;
  pointer-events: none;
  background: radial-gradient(420px 240px at 100% 0%, var(--kv2-her-acc, rgba(255,255,255,.08)), transparent 62%);
}

.kv2-home-heritage__card > *{
  position: relative;
  z-index: 1;
}

.kv2-home-heritage__card--timeline{
  --kv2-her-acc: rgba(255, 176, 114, .42);
  border-color: rgba(255, 176, 114, .55);
  background:
    linear-gradient(155deg, rgba(255, 176, 114, .22) 0%, rgba(255, 176, 114, .04) 45%, rgba(12,10,20,.94) 100%);
}
.kv2-home-heritage__card--erfgoed{
  --kv2-her-acc: rgba(255, 214, 98, .44);
  border-color: rgba(255, 214, 98, .58);
  background:
    linear-gradient(155deg, rgba(255, 214, 98, .22) 0%, rgba(255, 214, 98, .04) 45%, rgba(12,10,20,.94) 100%);
}
.kv2-home-heritage__card--onderwijs{
  --kv2-her-acc: rgba(120, 200, 110, .44);
  border-color: rgba(164, 220, 126, .58);
  background:
    linear-gradient(155deg, rgba(120, 200, 110, .22) 0%, rgba(120, 200, 110, .04) 45%, rgba(12,10,20,.94) 100%);
}

.kv2-home-heritage__card-head{
  display: flex;
  align-items: center;
  gap: 10px;
  margin: 0;
}

.kv2-home-heritage__icon{
  width: 40px;
  height: 40px;
  flex: 0 0 40px;
  border-radius: 999px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  background: rgba(255,255,255,.08);
  border: 1px solid rgba(255,255,255,.18);
  color: #fff;
  font-size: 1.15rem;
}

.kv2-home-heritage__card--timeline .kv2-home-heritage__icon{
  background: rgba(255, 176, 114, .26);
  border-color: rgba(255, 176, 114, .60);
  color: #ffd6a8;
}
.kv2-home-heritage__card--erfgoed .kv2-home-heritage__icon{
  background: rgba(255, 214, 98, .26);
  border-color: rgba(255, 214, 98, .60);
  color: #ffe79a;
}
.kv2-home-heritage__card--onderwijs .kv2-home-heritage__icon{
  background: rgba(120, 200, 110, .26);
  border-color: rgba(164, 220, 126, .60);
  color: #bfe6a8;
}

.kv2-home-heritage__card-title{
  margin: 0;
  font-size: 1.1rem;
  font-weight: 900;
  color: #fff;
  letter-spacing: .01em;
}

.kv2-home-heritage__card p,
.kv2-home-heritage__card-intro{
  margin: 0;
  color: rgba(255,255,255,.94);
  line-height: 1.55;
  font-size: .96rem;
}

.kv2-home-heritage__card strong{
  color: #fff;
}

.kv2-home-heritage__timeline,
.kv2-home-heritage__erfgoed-list{
  list-style: none;
  padding: 0;
  margin: 4px 0 0;
  display: flex;
  flex-direction: column;
  gap: 10px;
}

.kv2-home-heritage__timeline li,
.kv2-home-heritage__erfgoed-list li{
  display: grid;
  grid-template-columns: 96px 1fr;
  gap: 10px;
  align-items: baseline;
  font-size: .94rem;
  line-height: 1.5;
  color: rgba(255,255,255,.94);
}

.kv2-home-heritage__erfgoed-list li{
  grid-template-columns: 132px 1fr;
}

.kv2-home-heritage__year,
.kv2-home-heritage__date{
  display: inline-block;
  padding: 3px 8px;
  border-radius: 999px;
  background: rgba(255,255,255,.08);
  border: 1px solid rgba(255,255,255,.16);
  font-weight: 800;
  font-size: .82rem;
  color: #fff;
  white-space: nowrap;
  text-align: center;
  letter-spacing: .01em;
  font-variant-numeric: tabular-nums;
}

.kv2-home-heritage__card--timeline .kv2-home-heritage__year{
  background: rgba(255, 176, 114, .20);
  border-color: rgba(255, 176, 114, .50);
  color: #ffd6a8;
}

.kv2-home-heritage__card--erfgoed .kv2-home-heritage__date{
  background: rgba(255, 214, 98, .20);
  border-color: rgba(255, 214, 98, .50);
  color: #ffe79a;
}

.kv2-home-heritage__card--onderwijs .kv2-home-heritage__date{
  background: rgba(120, 200, 110, .20);
  border-color: rgba(164, 220, 126, .50);
  color: #d8f0c5;
}

.kv2-home-heritage__btn{
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  margin-top: auto;
  align-self: flex-start;
  padding: 10px 14px;
  border-radius: 999px;
  border: 1px solid rgba(255,255,255,.20);
  background: rgba(255,255,255,.06);
  color: #fff;
  font-weight: 800;
  text-decoration: none;
  font-size: .94rem;
  transition: background .15s ease, border-color .15s ease, transform .15s ease;
}

.kv2-home-heritage__btn:hover{
  background: rgba(255,255,255,.12);
  border-color: rgba(255,255,255,.34);
  transform: translateY(-1px);
}

.kv2-home-heritage__card--timeline .kv2-home-heritage__btn{
  background: rgba(255, 176, 114, .14);
  border-color: rgba(255, 176, 114, .45);
  color: #fff;
}
.kv2-home-heritage__card--timeline .kv2-home-heritage__btn:hover{
  background: rgba(255, 176, 114, .26);
  border-color: rgba(255, 176, 114, .70);
}
.kv2-home-heritage__card--erfgoed .kv2-home-heritage__btn{
  background: rgba(255, 214, 98, .14);
  border-color: rgba(255, 214, 98, .45);
  color: #fff;
}
.kv2-home-heritage__card--erfgoed .kv2-home-heritage__btn:hover{
  background: rgba(255, 214, 98, .26);
  border-color: rgba(255, 214, 98, .70);
}
.kv2-home-heritage__card--onderwijs .kv2-home-heritage__btn{
  background: rgba(120, 200, 110, .14);
  border-color: rgba(164, 220, 126, .45);
  color: #fff;
}
.kv2-home-heritage__card--onderwijs .kv2-home-heritage__btn:hover{
  background: rgba(120, 200, 110, .26);
  border-color: rgba(164, 220, 126, .70);
}

@media (max-width: 480px){
  .kv2-home-heritage__timeline li,
  .kv2-home-heritage__erfgoed-list li{
    grid-template-columns: 1fr;
    gap: 4px;
  }
}

/* Snelle links weekend / buurt onder fooragenda-blok */
.hl-ctas .btn--weekend-orange {
  background: linear-gradient(145deg, rgba(255, 122, 26, 0.55), rgba(180, 70, 0, 0.45));
  border-color: rgba(255, 180, 90, 0.55);
  color: #fff;
  font-weight: 700;
}

.hl-ctas .btn--weekend-orange:hover {
  background: linear-gradient(145deg, rgba(255, 140, 50, 0.65), rgba(200, 85, 0, 0.5));
  border-color: rgba(255, 200, 120, 0.7);
  color: #fff;
}

body.kv2-uiwow .hl-ctas .btn--weekend-orange::after {
  display: none;
}
