:root {
  --quick-max-width: 1440px;
}

main section {
  max-width: var(--quick-max-width);
  margin-left: auto;
  margin-right: auto;
  padding-left: 1rem;
  padding-right: 1rem;
}

/* Home hero: less empty space, stronger typography */
.bdhome #sec1 article {
  width: 100%;
  min-width: 0;
  align-items: stretch;
  gap: 1.5rem;
}

.bdhome #sec1 article .afbeelding {
  width: 44%;
  min-width: 320px;
}

.bdhome #sec1 article .tekst {
  width: 56%;
  min-width: 320px;
}

.bdhome #sec1 .wepContent h1 {
  font-size: clamp(2rem, 4vw, 3.2rem);
  line-height: 1.1;
  margin-bottom: 1rem;
}

.bdhome #sec1 .wepContent p {
  font-size: 1.08rem;
  line-height: 1.45;
}

.quickCtas {
  display: flex;
  flex-wrap: wrap;
  gap: 0.75rem;
  margin-top: 1rem;
}

.quickCtas .wepButton {
  margin: 0;
}

/* Remove oversized whitespace from archived empty section */
section.fotoTekst.txt:empty {
  display: none;
}

@media screen and (max-width: 900px) {
  .bdhome #sec1 article {
    flex-direction: column-reverse;
  }

  .bdhome #sec1 article .afbeelding,
  .bdhome #sec1 article .tekst {
    width: 100%;
    min-width: 0;
  }

  .bdhome #sec1 .wepContent h1 {
    font-size: clamp(1.8rem, 8vw, 2.4rem);
  }
}
