/* Compact header + photo replacements for brabantgekuntt.nl */

.screen-reader-text,
.rich-snippet-hidden {
  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;
}

.skip-link.screen-reader-text:focus {
  position: fixed !important;
  top: 8px !important;
  left: 8px !important;
  width: auto !important;
  height: auto !important;
  margin: 0 !important;
  padding: 8px 14px !important;
  clip: auto !important;
  overflow: visible !important;
  z-index: 100000;
  background: #feba12;
  color: #111;
  text-decoration: none;
}

.bgkt-header {
  background: #111;
  border-bottom: 3px solid #feba12;
  position: relative;
  z-index: 1000;
  min-height: 0 !important;
  height: auto !important;
  padding: 0 !important;
}

.bgkt-header-inner {
  max-width: 1120px;
  margin: 0 auto;
  padding: 8px 24px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
  min-height: 56px;
}

.bgkt-brand {
  display: flex;
  align-items: center;
  gap: 12px;
  text-decoration: none;
  color: #fff;
  font-weight: 700;
  font-size: 16px;
  letter-spacing: 0.02em;
  white-space: nowrap;
  line-height: 1.2;
}

.bgkt-brand img {
  height: 40px;
  width: 40px;
  object-fit: cover;
  background: #fff;
  border-radius: 4px;
  flex-shrink: 0;
}

.bgkt-brand:hover {
  color: #feba12;
}

.bgkt-nav ul {
  display: flex;
  align-items: center;
  gap: 4px;
  list-style: none;
  margin: 0;
  padding: 0;
}

.bgkt-nav a {
  display: inline-block;
  color: #fff;
  text-decoration: none;
  padding: 8px 16px;
  font-size: 13px;
  font-weight: 600;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  border-radius: 2px;
}

.bgkt-nav a:hover,
.bgkt-nav .is-current a {
  color: #111;
  background: #feba12;
}

.bgkt-hero-left {
  position: relative !important;
  overflow: hidden !important;
  padding: 0 !important;
  height: 448px !important;
  min-height: 448px !important;
  max-height: 448px !important;
  background: #111 !important;
  background-image: none !important;
}

.bgkt-hero-left__img {
  display: block !important;
  position: absolute !important;
  top: 0 !important;
  left: 0 !important;
  right: 0 !important;
  bottom: 0 !important;
  width: 100% !important;
  height: 100% !important;
  max-width: none !important;
  max-height: none !important;
  object-fit: cover !important;
  object-position: center center !important;
}

.bgkt-hero-left__copy {
  position: absolute;
  z-index: 1;
  left: 16px;
  right: 16px;
  bottom: 16px;
  max-height: calc(100% - 32px);
  overflow: auto;
  background: rgba(255, 255, 255, 0.92);
  padding: 16px 18px;
}

.fusion-builder-row-1 .fusion-builder-column-3 > .fusion-column-wrapper {
  height: 448px !important;
  min-height: 448px !important;
  overflow: hidden !important;
  padding: 0 !important;
}

.bgkt-photo {
  width: 100%;
}

.bgkt-photo img {
  display: block;
  width: 100%;
  height: auto;
  object-fit: cover;
  border-radius: 2px;
}

.bgkt-photo--hero img {
  display: block;
  width: 100%;
  height: 448px;
  min-height: 448px;
  max-height: 448px;
  object-fit: cover;
  object-position: center center;
}

.bgkt-photo--wide img {
  max-height: 480px;
}

.bgkt-photo--center {
  max-width: 600px;
  margin: 0 auto;
}

.bgkt-photo--center img {
  max-height: 360px;
}

@media (max-width: 800px) {
  .bgkt-header-inner {
    flex-wrap: wrap;
    justify-content: center;
    padding: 8px 12px;
    gap: 8px;
  }

  .bgkt-brand span {
    font-size: 14px;
  }

  .bgkt-nav a {
    padding: 6px 12px;
    font-size: 12px;
  }

  .bgkt-photo--hero img,
  .bgkt-hero-left,
  .fusion-builder-row-1 .fusion-builder-column-3 > .fusion-column-wrapper {
    height: 280px !important;
    min-height: 280px !important;
    max-height: 280px !important;
  }
}
