.bouwkasteel-page-shell {
  --bouwkasteel-ink: #102b66;
  --bouwkasteel-muted: #50607f;
  --bouwkasteel-blue: #1764cf;
  --bouwkasteel-blue-dark: #0d3d91;
  --bouwkasteel-sky: #ddf2ff;
  --bouwkasteel-line: rgba(16, 43, 102, 0.1);
  width: min(100%, 1460px);
  margin: 0 auto;
  padding-inline: clamp(12px, 1.8vw, 24px);
  color: var(--bouwkasteel-ink);
}

.bouwkasteel-page-shell main {
  display: grid;
  gap: clamp(28px, 4vw, 64px);
}

.bouwkasteel-intro {
  align-items: stretch;
}

.bouwkasteel-intro .mib-home-split__copy {
  display: flex;
  flex-direction: column;
  justify-content: center;
  border-color: rgba(23, 100, 207, 0.1);
}

.bouwkasteel-intro .mib-home-split__copy h2 {
  margin: 0;
  color: var(--bouwkasteel-ink);
  font-size: clamp(2.2rem, 4vw, 4rem);
  line-height: 1.02;
  letter-spacing: -0.045em;
}

.bouwkasteel-intro .mib-home-split__copy > p:not(.mib-home-eyebrow) {
  max-width: 54ch;
  margin: 18px 0 0;
  color: var(--bouwkasteel-muted);
  font-size: 1.08rem;
  line-height: 1.6;
}

.bouwkasteel-intro .mib-home-split__copy .mib-home-btn {
  align-self: flex-start;
  margin-top: 22px;
}

.bouwkasteel-intro__video {
  width: 100% !important;
  align-self: stretch;
  min-height: 320px;
  background: #dcefff;
}

.bouwkasteel-page-shell a {
  color: inherit;
  text-decoration: none;
}

.bouwkasteel-hero {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(0, 1fr);
  gap: 18px;
  min-height: 620px;
  margin-top: 18px;
}

.bouwkasteel-hero__copy,
.bouwkasteel-hero__visual {
  position: relative;
  overflow: hidden;
  border-radius: 34px;
  box-shadow: 0 18px 50px rgba(13, 36, 88, 0.12);
}

.bouwkasteel-hero__copy {
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: clamp(34px, 5vw, 72px);
  background: linear-gradient(145deg, #fff 0%, #f5f9ff 100%);
}

.bouwkasteel-hero__copy::after {
  position: absolute;
  right: -90px;
  bottom: -100px;
  width: 260px;
  height: 260px;
  border-radius: 50%;
  background: rgba(116, 190, 246, 0.18);
  content: "";
}

.bouwkasteel-eyebrow {
  margin: 0 0 14px;
  color: var(--bouwkasteel-blue);
  font-size: 0.85rem;
  font-weight: 900;
  letter-spacing: 0.09em;
  text-transform: uppercase;
}

.bouwkasteel-hero h1,
.bouwkasteel-section h2,
.bouwkasteel-experience h2,
.bouwkasteel-cta h2 {
  margin: 0;
  line-height: 1.02;
  letter-spacing: -0.045em;
}

.bouwkasteel-hero h1 {
  position: relative;
  z-index: 1;
  max-width: 10ch;
  font-size: clamp(3rem, 5.4vw, 5.8rem);
}

.bouwkasteel-hero h1 span {
  color: var(--bouwkasteel-blue);
}

.bouwkasteel-hero__lead {
  position: relative;
  z-index: 1;
  max-width: 52ch;
  margin: 22px 0 0;
  color: var(--bouwkasteel-muted);
  font-size: clamp(1.05rem, 1.5vw, 1.3rem);
  line-height: 1.6;
}

.bouwkasteel-hero__actions,
.bouwkasteel-cta__actions {
  position: relative;
  z-index: 1;
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  margin-top: 28px;
}

.bouwkasteel-button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 12px;
  min-height: 52px;
  padding: 0 20px;
  border: 0;
  border-radius: 16px;
  font: inherit;
  font-size: 0.98rem;
  font-weight: 900;
  line-height: 1;
  text-decoration: none;
  cursor: pointer;
  transition: transform 160ms ease, box-shadow 160ms ease, background 160ms ease;
}

.bouwkasteel-button:hover,
.bouwkasteel-button:focus-visible {
  transform: translateY(-2px);
}

.bouwkasteel-button:focus-visible {
  outline: 3px solid rgba(23, 100, 207, 0.3);
  outline-offset: 3px;
}

.bouwkasteel-button--primary {
  background: var(--bouwkasteel-blue);
  color: #fff;
  box-shadow: 0 12px 24px rgba(23, 100, 207, 0.22);
}

.bouwkasteel-button--secondary {
  border: 1px solid var(--bouwkasteel-line);
  background: #fff;
  color: var(--bouwkasteel-ink);
}

.bouwkasteel-hero__facts {
  position: relative;
  z-index: 1;
  display: flex;
  flex-wrap: wrap;
  gap: 10px 20px;
  margin-top: 32px;
  color: var(--bouwkasteel-muted);
  font-size: 0.88rem;
}

.bouwkasteel-hero__facts span {
  display: grid;
  gap: 2px;
}

.bouwkasteel-hero__facts strong {
  color: var(--bouwkasteel-ink);
  font-size: 1rem;
}

.bouwkasteel-hero__visual {
  min-height: 100%;
  background: #cfe9fb;
}

.bouwkasteel-hero__visual::after {
  position: absolute;
  inset: 0;
  background: linear-gradient(180deg, transparent 56%, rgba(7, 27, 75, 0.58) 100%);
  content: "";
  pointer-events: none;
}

.bouwkasteel-hero__visual img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.bouwkasteel-hero__badge {
  position: absolute;
  right: 24px;
  bottom: 24px;
  z-index: 1;
  padding: 11px 16px;
  border-radius: 999px;
  background: #fff;
  color: var(--bouwkasteel-ink);
  font-size: 0.9rem;
  font-weight: 900;
  box-shadow: 0 12px 22px rgba(13, 36, 88, 0.16);
}

.bouwkasteel-section {
  padding: 12px 0 0;
}

.bouwkasteel-section__heading {
  max-width: 760px;
  margin: 0 auto 28px;
  text-align: center;
}

.bouwkasteel-section__heading h2,
.bouwkasteel-experience h2,
.bouwkasteel-cta h2 {
  font-size: clamp(2.2rem, 4vw, 4rem);
}

.bouwkasteel-section__heading > p:last-child {
  margin: 14px auto 0;
  color: var(--bouwkasteel-muted);
  font-size: 1.12rem;
  line-height: 1.5;
}

.bouwkasteel-topic-grid {
  display: grid;
  grid-template-columns: repeat(6, minmax(0, 1fr));
  gap: 18px;
}

.bouwkasteel-topic-card {
  grid-column: span 2;
  overflow: hidden;
  border: 1px solid var(--bouwkasteel-line);
  border-radius: 26px;
  background: #fff;
  box-shadow: 0 12px 28px rgba(17, 43, 89, 0.07);
  transition: transform 160ms ease, box-shadow 160ms ease;
}

.bouwkasteel-topic-card:nth-child(4) {
  grid-column: 2 / span 2;
}

.bouwkasteel-topic-card:nth-child(5) {
  grid-column: 4 / span 2;
}

.bouwkasteel-topic-card:hover {
  transform: translateY(-4px);
  box-shadow: 0 18px 34px rgba(17, 43, 89, 0.13);
}

.bouwkasteel-topic-card__media {
  position: relative;
  overflow: hidden;
  aspect-ratio: 1.35 / 0.78;
  background: #dceefd;
}

.bouwkasteel-topic-card__media img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 260ms ease;
}

.bouwkasteel-topic-card:hover .bouwkasteel-topic-card__media img {
  transform: scale(1.04);
}

.bouwkasteel-topic-card__tag {
  position: absolute;
  top: 14px;
  left: 14px;
  z-index: 1;
  padding: 7px 11px;
  border-radius: 999px;
  background: #ffce03;
  color: #102b66;
  font-size: 0.74rem;
  font-weight: 900;
  letter-spacing: 0.03em;
  text-transform: uppercase;
}

.bouwkasteel-topic-card__tag--orange {
  background: #fc7703;
  color: #fff;
}

.bouwkasteel-topic-card__body {
  position: relative;
  padding: 20px 20px 22px;
}

.bouwkasteel-topic-card__number {
  position: absolute;
  top: 18px;
  right: 20px;
  margin: 0;
  color: #b4c6e1;
  font-size: 0.82rem;
  font-weight: 900;
}

.bouwkasteel-topic-card h3 {
  margin: 0;
  color: var(--bouwkasteel-ink);
  font-size: 1.4rem;
  letter-spacing: -0.03em;
}

.bouwkasteel-topic-card__body > p:not(.bouwkasteel-topic-card__number) {
  min-height: 52px;
  margin: 9px 0 0;
  color: var(--bouwkasteel-muted);
  line-height: 1.45;
}

.bouwkasteel-topic-card__body a {
  display: inline-flex;
  gap: 8px;
  margin-top: 16px;
  color: var(--bouwkasteel-blue);
  font-weight: 900;
}

.bouwkasteel-experience {
  display: grid;
  grid-template-columns: minmax(0, 1.05fr) minmax(0, 0.95fr);
  gap: clamp(24px, 4vw, 64px);
  align-items: center;
  padding: clamp(26px, 4vw, 56px);
  border-radius: 34px;
  background: #eef7ff;
}

.bouwkasteel-experience__visual {
  position: relative;
  overflow: hidden;
  min-height: 420px;
  border-radius: 26px;
  background: #cfe9fb;
}

.bouwkasteel-experience__visual img {
  width: 100%;
  height: 100%;
  min-height: 420px;
  object-fit: cover;
}

.bouwkasteel-experience__sticker {
  position: absolute;
  right: 20px;
  bottom: 20px;
  padding: 12px 18px;
  border-radius: 999px;
  background: #ffce03;
  color: var(--bouwkasteel-ink);
  font-weight: 900;
  transform: rotate(-4deg);
}

.bouwkasteel-experience__copy > p:not(.bouwkasteel-eyebrow) {
  max-width: 48ch;
  margin: 18px 0 0;
  color: var(--bouwkasteel-muted);
  font-size: 1.08rem;
  line-height: 1.6;
}

.bouwkasteel-experience__copy ul {
  display: grid;
  gap: 12px;
  margin: 24px 0 0;
  padding: 0;
  list-style: none;
  color: var(--bouwkasteel-ink);
  font-weight: 800;
}

.bouwkasteel-experience__copy li {
  display: flex;
  align-items: center;
  gap: 10px;
}

.bouwkasteel-experience__copy li span {
  display: inline-grid;
  place-items: center;
  width: 24px;
  height: 24px;
  border-radius: 50%;
  background: #d6edff;
  color: var(--bouwkasteel-blue);
  font-weight: 900;
}

.bouwkasteel-experience__copy .bouwkasteel-button {
  margin-top: 28px;
}

.bouwkasteel-cta {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
  padding: clamp(28px, 4vw, 48px) clamp(26px, 4vw, 56px);
  border-radius: 30px;
  background: var(--bouwkasteel-blue);
  color: #fff;
  box-shadow: 0 18px 38px rgba(23, 100, 207, 0.22);
}

.bouwkasteel-cta .bouwkasteel-eyebrow {
  color: #bfe5ff;
}

.bouwkasteel-cta h2 {
  max-width: 13ch;
}

.bouwkasteel-cta p:not(.bouwkasteel-eyebrow) {
  max-width: 48ch;
  margin: 12px 0 0;
  color: #dcefff;
  line-height: 1.5;
}

.bouwkasteel-cta__actions {
  flex: 0 0 auto;
  margin-top: 0;
}

.bouwkasteel-button--light {
  background: #fff;
  color: var(--bouwkasteel-blue-dark);
}

.bouwkasteel-button--outline {
  border: 1px solid rgba(255, 255, 255, 0.65);
  background: transparent;
  color: #fff;
}

@media (max-width: 1100px) {
  .bouwkasteel-hero {
    grid-template-columns: 1fr;
    min-height: 0;
  }

  .bouwkasteel-hero__visual {
    min-height: 460px;
  }

  .bouwkasteel-topic-grid {
    grid-template-columns: repeat(4, minmax(0, 1fr));
  }

  .bouwkasteel-topic-card,
  .bouwkasteel-topic-card:nth-child(4),
  .bouwkasteel-topic-card:nth-child(5) {
    grid-column: span 2;
  }

  .bouwkasteel-topic-card:nth-child(5) {
    grid-column: 2 / span 2;
  }
}

@media (max-width: 760px) {
  .bouwkasteel-page-shell {
    width: min(100%, 100%);
    padding-inline: 12px;
  }

  .bouwkasteel-hero__copy {
    padding: 32px 24px;
  }

  .bouwkasteel-hero__actions,
  .bouwkasteel-cta__actions {
    flex-direction: column;
    align-items: stretch;
  }

  .bouwkasteel-button {
    width: 100%;
  }

  .bouwkasteel-hero__facts {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .bouwkasteel-hero__visual {
    min-height: 340px;
  }

  .bouwkasteel-topic-grid {
    grid-template-columns: 1fr;
  }

  .bouwkasteel-topic-card,
  .bouwkasteel-topic-card:nth-child(4),
  .bouwkasteel-topic-card:nth-child(5) {
    grid-column: auto;
  }

  .bouwkasteel-experience {
    grid-template-columns: 1fr;
    padding: 18px;
    border-radius: 26px;
  }

  .bouwkasteel-experience__visual,
  .bouwkasteel-experience__visual img {
    min-height: 280px;
  }

  .bouwkasteel-cta {
    display: grid;
    padding: 28px 22px;
  }

  .bouwkasteel-cta__actions {
    align-items: stretch;
  }
}

/* Keep the title, button range and bottom spacing inside the image frame. */
.bouwkasteel-hero-banner {
  overflow: visible;
}

.bouwkasteel-hero-banner__visual {
  display: flex;
  flex-direction: column;
  min-height: 0;
  overflow: visible;
  padding-bottom: 2rem;
}

.bouwkasteel-hero-banner__content {
  position: relative;
  right: auto;
  bottom: auto;
  left: auto;
  width: min(100%, 1480px);
  min-height: clamp(340px, 42vw, 640px);
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  margin-inline: auto;
  padding: 0 clamp(24px, 5vw, 72px) 3rem;
}

.bouwkasteel-hero-banner__eyebrow {
  align-self: flex-start;
  width: max-content;
  max-width: 100%;
}

.bouwkasteel-hero-visit-band {
  margin: 0 auto;
}

@media (max-width: 760px) {
  .bouwkasteel-hero-banner__content {
    min-height: 460px;
    padding-inline: 20px;
    padding-bottom: 3rem;
  }
}

.bouwkasteel-visit-details {
  display: grid;
  grid-template-columns: minmax(0, 1.2fr) minmax(320px, 0.8fr);
  gap: 18px;
}

.bouwkasteel-visit-details__card {
  padding: clamp(24px, 4vw, 42px);
  border: 1px solid var(--bouwkasteel-line);
  border-radius: 28px;
  background: #fff;
  box-shadow: 0 12px 28px rgba(17, 43, 89, 0.07);
}

.bouwkasteel-visit-details__heading {
  display: flex;
  align-items: center;
  gap: 18px;
  margin-bottom: 26px;
}

.bouwkasteel-visit-details__icon {
  display: inline-grid;
  flex: 0 0 62px;
  place-items: center;
  width: 62px;
  height: 62px;
  border-radius: 50%;
  background: #e8f4ff;
  color: var(--bouwkasteel-blue);
  font-size: 2rem;
  font-weight: 900;
}

.bouwkasteel-visit-details__icon svg {
  width: 68%;
  height: 68%;
  fill: none;
  stroke: currentColor;
  stroke-linecap: round;
  stroke-linejoin: round;
  stroke-width: 3;
}

.bouwkasteel-visit-details__heading .bouwkasteel-eyebrow {
  margin-bottom: 5px;
}

.bouwkasteel-visit-details__heading h2 {
  margin: 0;
  color: var(--bouwkasteel-ink);
  font-size: clamp(1.65rem, 2.7vw, 2.7rem);
  line-height: 1;
  letter-spacing: -0.045em;
}

.bouwkasteel-hours-list {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  border-top: 1px solid var(--bouwkasteel-line);
}

.bouwkasteel-hours-list > div {
  display: flex;
  justify-content: space-between;
  gap: 12px;
  padding: 13px 0;
  border-bottom: 1px solid var(--bouwkasteel-line);
  color: var(--bouwkasteel-muted);
  font-size: 0.95rem;
}

.bouwkasteel-hours-list > div:nth-child(odd) {
  margin-right: 18px;
}

.bouwkasteel-hours-list > div:nth-child(even) {
  padding-left: 18px;
  border-left: 1px solid var(--bouwkasteel-line);
}

.bouwkasteel-hours-list strong {
  color: var(--bouwkasteel-ink);
  font-weight: 900;
  text-align: right;
  white-space: nowrap;
}

.bouwkasteel-visit-details__note {
  margin: 18px 0 0;
  color: var(--bouwkasteel-muted);
  font-size: 0.86rem;
  line-height: 1.5;
}

.bouwkasteel-visit-details__link {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  margin-top: 18px;
  color: var(--bouwkasteel-blue) !important;
  font-size: 0.92rem;
  font-weight: 900;
}

.bouwkasteel-visit-details__link span {
  font-size: 1.2rem;
}

.bouwkasteel-price-placeholder {
  margin-top: 34px;
  color: var(--bouwkasteel-blue);
  font-size: clamp(3rem, 6vw, 5.4rem);
  font-weight: 900;
  line-height: 0.9;
  letter-spacing: -0.06em;
}

.bouwkasteel-visit-details__price-label {
  margin: 14px 0 0;
  color: var(--bouwkasteel-ink);
  font-size: 1.15rem;
  font-weight: 900;
}

@media (max-width: 900px) {
  .bouwkasteel-visit-details {
    grid-template-columns: 1fr;
  }
}

@media (max-width: 600px) {
  .bouwkasteel-visit-details__card {
    padding: 24px 18px;
    border-radius: 22px;
  }

  .bouwkasteel-hours-list {
    grid-template-columns: 1fr;
  }

  .bouwkasteel-hours-list > div:nth-child(odd),
  .bouwkasteel-hours-list > div:nth-child(even) {
    margin-right: 0;
    padding-left: 0;
    border-left: 0;
  }
}

.bouwkasteel-visit-summary {
  display: grid;
  grid-template-columns: minmax(0, 0.82fr) minmax(0, 1.18fr);
  gap: clamp(24px, 5vw, 76px);
  align-items: center;
  padding: clamp(28px, 4vw, 54px);
  border: 1px solid rgba(23, 100, 207, 0.08);
  border-radius: 34px;
  background: #fff;
  box-shadow: 0 16px 34px rgba(17, 43, 89, 0.08);
}

.bouwkasteel-visit-summary__intro h2 {
  max-width: 12ch;
  margin: 0;
  color: var(--bouwkasteel-ink);
  font-size: clamp(2.15rem, 4vw, 4rem);
  line-height: 1.02;
  letter-spacing: -0.045em;
}

.bouwkasteel-visit-summary__intro > p:last-child {
  max-width: 32ch;
  margin: 18px 0 0;
  color: var(--bouwkasteel-muted);
  font-size: 1.08rem;
  line-height: 1.5;
}

.bouwkasteel-visit-summary__details {
  display: grid;
  gap: 12px;
}

.bouwkasteel-visit-summary__item,
.bouwkasteel-visit-summary__book {
  display: grid;
  grid-template-columns: 54px minmax(0, 1fr) auto;
  gap: 16px;
  align-items: center;
  min-height: 86px;
  padding: 15px 22px;
  border-radius: 20px;
  background: #f3f8ff;
}

.bouwkasteel-visit-summary__icon {
  display: inline-grid;
  place-items: center;
  width: 54px;
  height: 54px;
  border-radius: 17px;
  background: #dcefff;
  color: var(--bouwkasteel-blue);
  font-size: 1.55rem;
  font-weight: 900;
}

.bouwkasteel-visit-summary__item div {
  display: grid;
  gap: 4px;
}

.bouwkasteel-visit-summary__item strong,
.bouwkasteel-visit-summary__book {
  color: var(--bouwkasteel-ink);
  font-size: 1.15rem;
  font-weight: 900;
}

.bouwkasteel-visit-summary__item div span {
  color: var(--bouwkasteel-muted);
  font-size: 0.95rem;
}

.bouwkasteel-visit-summary__item a {
  color: var(--bouwkasteel-blue);
  font-size: 0.9rem;
  font-weight: 900;
  white-space: nowrap;
}

.bouwkasteel-visit-summary__item a span,
.bouwkasteel-visit-summary__book > span:last-child {
  margin-left: 6px;
  font-size: 1.35rem;
}

.bouwkasteel-visit-summary__price {
  color: var(--bouwkasteel-blue) !important;
  font-size: 1.45rem !important;
  white-space: nowrap;
}

.bouwkasteel-visit-summary__book {
  grid-template-columns: 1fr auto;
  margin-top: 4px;
  padding-inline: 26px;
  background: var(--bouwkasteel-blue);
  color: #fff;
  box-shadow: 0 12px 24px rgba(23, 100, 207, 0.22);
  transition: transform 160ms ease, background 160ms ease;
}

.bouwkasteel-visit-summary__book:hover,
.bouwkasteel-visit-summary__book:focus-visible {
  transform: translateY(-2px);
  background: var(--bouwkasteel-blue-dark);
}

.bouwkasteel-visit-summary__book:focus-visible {
  outline: 3px solid rgba(23, 100, 207, 0.3);
  outline-offset: 3px;
}

@media (max-width: 760px) {
  .bouwkasteel-visit-summary {
    grid-template-columns: 1fr;
    gap: 26px;
    padding: 26px 20px;
    border-radius: 26px;
  }

  .bouwkasteel-visit-summary__intro h2 {
    max-width: none;
  }

  .bouwkasteel-visit-summary__item {
    grid-template-columns: 48px minmax(0, 1fr);
    gap: 12px;
    padding: 14px;
  }

  .bouwkasteel-visit-summary__icon {
    width: 48px;
    height: 48px;
  }

  .bouwkasteel-visit-summary__item a,
  .bouwkasteel-visit-summary__price {
    grid-column: 2;
  }

  .bouwkasteel-visit-summary__item a {
    margin-top: -4px;
  }
}

/* Clean quick-link range inside the hero. */
.bouwkasteel-hero-visit-band {
  position: relative;
  z-index: 4;
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  width: min(calc(100% - clamp(48px, 10vw, 144px)), 1440px);
  min-height: 126px;
  margin: -112px auto 0;
  overflow: hidden;
  border-radius: 26px;
  background: #fff;
  box-shadow: 0 16px 34px rgba(17, 43, 89, 0.16);
}

.bouwkasteel-visit-cell {
  display: flex;
  min-width: 0;
  align-items: center;
  gap: 16px;
  padding: 20px 26px;
  border-left: 1px solid rgba(23, 100, 207, 0.14);
  background: #fff;
  color: var(--bouwkasteel-ink) !important;
  text-decoration: none;
}

.bouwkasteel-visit-cell--intro {
  gap: 20px;
  border-left: 0;
}

.bouwkasteel-visit-cell__icon {
  display: inline-grid;
  flex: 0 0 58px;
  place-items: center;
  width: 58px;
  height: 58px;
  border-radius: 50%;
  background: #e8f4ff;
  color: var(--bouwkasteel-blue);
  font-size: 2rem;
  font-weight: 900;
  line-height: 1;
}

.bouwkasteel-visit-cell__icon--calendar {
  flex-basis: 72px;
  width: 72px;
  height: 72px;
}

.bouwkasteel-visit-cell__icon svg {
  width: 68%;
  height: 68%;
  fill: none;
  stroke: currentColor;
  stroke-linecap: round;
  stroke-linejoin: round;
  stroke-width: 3;
}

.bouwkasteel-visit-cell__copy {
  display: grid;
  min-width: 0;
  gap: 5px;
}

.bouwkasteel-visit-cell__copy strong,
.bouwkasteel-visit-cell--intro h2,
.bouwkasteel-visit-cell--book strong {
  margin: 0;
  color: currentColor;
  font-size: clamp(1.05rem, 1.45vw, 1.38rem);
  font-weight: 900;
  line-height: 1.08;
  white-space: nowrap;
}

.bouwkasteel-visit-cell--intro h2 {
  font-size: clamp(1.65rem, 2.4vw, 2.55rem);
  letter-spacing: -0.045em;
  white-space: normal;
}

.bouwkasteel-visit-cell__copy small {
  overflow: hidden;
  color: var(--bouwkasteel-muted);
  font-size: clamp(0.82rem, 1vw, 0.98rem);
  line-height: 1.2;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.bouwkasteel-visit-cell__arrow {
  flex: 0 0 auto;
  margin-left: auto;
  color: var(--bouwkasteel-blue);
  font-size: 2rem;
  font-weight: 400;
  line-height: 1;
}

.bouwkasteel-visit-cell:not(.bouwkasteel-visit-cell--intro):not(.bouwkasteel-visit-cell--book):hover,
.bouwkasteel-visit-cell:not(.bouwkasteel-visit-cell--intro):not(.bouwkasteel-visit-cell--book):focus-visible {
  background: #f7fbff;
}

.bouwkasteel-visit-cell:focus-visible {
  position: relative;
  z-index: 1;
  outline: 3px solid rgba(23, 100, 207, 0.3);
  outline-offset: -4px;
}

.bouwkasteel-visit-cell--book {
  justify-content: space-between;
  margin: 16px;
  padding: 20px 24px;
  border: 0;
  border-radius: 16px;
  background: var(--bouwkasteel-blue);
  color: #fff !important;
  box-shadow: 0 10px 22px rgba(23, 100, 207, 0.22);
  transition: transform 160ms ease, background 160ms ease;
}

.bouwkasteel-visit-cell--book:hover,
.bouwkasteel-visit-cell--book:focus-visible {
  background: var(--bouwkasteel-blue-dark);
  transform: translateY(-2px);
}

.bouwkasteel-visit-cell--book .bouwkasteel-visit-cell__arrow {
  color: #fff;
}

@media (max-width: 1120px) {
  .bouwkasteel-hero-visit-band {
    grid-template-columns: repeat(3, minmax(0, 1fr));
    width: calc(100% - 48px);
  }

  .bouwkasteel-visit-cell {
    padding-inline: 18px;
  }

  .bouwkasteel-visit-cell__icon--calendar {
    flex-basis: 60px;
    width: 60px;
    height: 60px;
  }
}

@media (max-width: 900px) {
  .bouwkasteel-hero-visit-band {
    grid-template-columns: 1fr;
    margin-top: -72px;
  }
}

@media (max-width: 600px) {
  .bouwkasteel-hero-visit-band {
    grid-template-columns: 1fr;
    width: calc(100% - 24px);
    margin-top: -48px;
    border-radius: 20px;
  }

  .bouwkasteel-visit-cell {
    min-height: 78px;
    padding: 16px 18px;
    border-top: 1px solid rgba(23, 100, 207, 0.14);
    border-left: 0;
  }
}

/* Activities-style full-width hero banner for the Bouwkasteel page. */
.bouwkasteel-hero-banner {
  position: relative;
  width: 100vw;
  margin-left: calc(50% - 50vw);
  margin-right: calc(50% - 50vw);
  overflow: hidden;
  background: #006cb7;
}

.bouwkasteel-hero-banner__visual {
  position: relative;
  min-height: clamp(340px, 42vw, 640px);
  overflow: hidden;
  background-image: none;
  background-color: #0d5ca7;
  background-position: center;
  background-size: cover;
}

.bouwkasteel-hero-banner__image {
  position: absolute;
  inset: 0;
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}

.bouwkasteel-hero-banner__visual::after {
  position: absolute;
  inset: 0;
  z-index: 1;
  background: linear-gradient(90deg, rgba(4, 22, 67, 0.78) 0%, rgba(4, 22, 67, 0.34) 42%, rgba(4, 22, 67, 0.03) 76%), linear-gradient(0deg, rgba(4, 22, 67, 0.22), transparent 48%);
  content: "";
  pointer-events: none;
}

.bouwkasteel-hero-banner__content {
  position: absolute;
  right: 0;
  bottom: clamp(40px, 9vw, 148px);
  left: 0;
  z-index: 2;
  max-width: 1480px;
  margin-inline: auto;
  padding-inline: clamp(24px, 5vw, 72px);
}

.bouwkasteel-hero-banner__eyebrow {
  display: inline-flex;
  align-items: center;
  min-height: 42px;
  padding: 0 18px;
  border-radius: 999px;
  background: #ff0000;
  color: #ffffff;
  font-size: clamp(0.85rem, 1.2vw, 1.1rem);
  font-weight: 900;
  letter-spacing: 0.06em;
  text-transform: uppercase;
}

.bouwkasteel-hero-banner__content h1 {
  max-width: 11ch;
  margin: 18px 0 0;
  color: #fff;
  font-size: clamp(3rem, 7vw, 7.2rem);
  font-weight: 900;
  line-height: 0.94;
  letter-spacing: -0.065em;
  text-shadow: 0 6px 24px rgba(4, 22, 67, 0.25);
}

.bouwkasteel-hero-banner__content h1::first-line {
  color: #fff;
}

.bouwkasteel-hero-banner__trumpet {
  font-size: clamp(0.85rem, 1.2vw, 1.1rem);
  font-weight: 900;
  letter-spacing: 0.06em;
  text-transform: uppercase;
}

.bouwkasteel-hero-banner .hero-frontpage__headline h1 {
  max-width: 13ch;
  margin: 18px 0 0;
  color: #fff;
  font-size: clamp(2.8rem, 6.4vw, 6.7rem);
  line-height: 0.98;
  letter-spacing: -0.055em;
}

.bouwkasteel-hero-banner .hero-frontpage__headline h1 span {
  display: inline-block;
  padding: 0.08em 0.18em 0.12em;
  background: rgba(23, 100, 207, 0.92);
}

.bouwkasteel-hero-banner .hero-frontpage__headline h1 span + span {
  background: rgba(255, 206, 3, 0.96);
  color: #102b66;
}

.bouwkasteel-hero-banner .hero-frontpage__cta {
  margin-top: 24px;
}

.bouwkasteel-hero-banner .bouwkasteel-button--primary {
  background: #fff;
  color: #164995;
  box-shadow: 0 14px 28px rgba(4, 22, 67, 0.2);
}

@media (max-width: 760px) {
  .bouwkasteel-hero-banner__visual {
    min-height: 460px;
    background-position: 62% center;
  }

  .bouwkasteel-hero-banner__content {
    bottom: 42px;
    padding-inline: 20px;
  }

  .bouwkasteel-hero-banner__content h1 {
    font-size: clamp(2.8rem, 13vw, 5rem);
  }
}

.bouwkasteel-info {
  padding: clamp(26px, 4vw, 52px) clamp(18px, 3vw, 42px);
  border-radius: 34px;
  background: #eef7ff;
}

.bouwkasteel-info .bouwkasteel-section__heading {
  margin-bottom: 28px;
}

.bouwkasteel-facility-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 16px;
}

.bouwkasteel-facility-card {
  display: grid;
  gap: 10px;
  min-height: 220px;
  padding: 22px;
  border: 1px solid var(--bouwkasteel-line);
  border-radius: 24px;
  background: #fff;
  box-shadow: 0 10px 24px rgba(17, 43, 89, 0.06);
}

.bouwkasteel-facility-card__icon {
  display: inline-grid;
  place-items: center;
  width: 58px;
  height: 58px;
  border-radius: 18px;
  background: #dcefff;
  color: var(--bouwkasteel-blue);
  font-size: 1rem;
  font-weight: 900;
}

.bouwkasteel-facility-card h2,
.bouwkasteel-facility-card h3 {
  margin: 0;
  color: var(--bouwkasteel-ink);
  font-size: 1.18rem;
  letter-spacing: -0.025em;
}

.bouwkasteel-facility-card p {
  margin: 0;
  color: var(--bouwkasteel-muted);
  line-height: 1.5;
}

@media (min-width: 1001px) {
  .bouwkasteel-facility-card:nth-child(5) {
    grid-column: 2 / span 2;
  }
}

.bouwkasteel-detail-page {
  margin-top: clamp(18px, 4vw, 56px);
}

.bouwkasteel-detail-page__back {
  display: inline-flex;
  margin-bottom: 28px;
  color: var(--bouwkasteel-blue) !important;
  font-size: 0.9rem;
  font-weight: 900;
}

.bouwkasteel-detail-page .bouwkasteel-section__heading {
  text-align: left;
}

.bouwkasteel-detail-page .bouwkasteel-section__heading h1,
.bouwkasteel-rules__copy h1 {
  margin: 0;
  color: var(--bouwkasteel-ink);
  font-size: clamp(2.4rem, 5vw, 5rem);
  line-height: 1;
  letter-spacing: -0.05em;
}

.bouwkasteel-detail-page .bouwkasteel-section__heading > p:last-child {
  margin-left: 0;
}

.bouwkasteel-reference-section {
  padding: 0 clamp(0px, 1vw, 14px);
}

.bouwkasteel-reference-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 18px;
}

.bouwkasteel-reference-card {
  display: grid;
  min-height: 220px;
  align-content: start;
  padding: clamp(24px, 4vw, 42px);
  border: 1px solid var(--bouwkasteel-line);
  border-radius: 28px;
  background: #fff;
  box-shadow: 0 12px 28px rgba(17, 43, 89, 0.07);
  transition: transform 160ms ease, box-shadow 160ms ease;
}

.bouwkasteel-reference-card:hover,
.bouwkasteel-reference-card:focus-visible {
  transform: translateY(-3px);
  box-shadow: 0 18px 34px rgba(17, 43, 89, 0.13);
}

.bouwkasteel-reference-card:focus-visible {
  outline: 3px solid rgba(23, 100, 207, 0.3);
  outline-offset: 3px;
}

.bouwkasteel-reference-card h2 {
  margin: 0;
  color: var(--bouwkasteel-ink);
  font-size: clamp(2rem, 3vw, 3rem);
  line-height: 1;
  letter-spacing: -0.045em;
}

.bouwkasteel-reference-card p {
  max-width: 34ch;
  margin: 14px 0 0;
  color: var(--bouwkasteel-muted);
  line-height: 1.5;
}

.bouwkasteel-reference-card__link {
  align-self: end;
  margin-top: 26px;
  color: var(--bouwkasteel-blue);
  font-size: 0.92rem;
  font-weight: 900;
}

.bouwkasteel-reference-card__link span {
  margin-left: 6px;
  font-size: 1.25rem;
}

@media (max-width: 760px) {
  .bouwkasteel-reference-grid {
    grid-template-columns: 1fr;
  }

  .bouwkasteel-reference-card {
    min-height: 0;
  }
}

.bouwkasteel-rules {
  display: grid;
  grid-template-columns: minmax(0, 0.8fr) minmax(0, 1.2fr);
  gap: clamp(28px, 5vw, 80px);
  align-items: center;
  padding: clamp(30px, 4vw, 56px);
  border-radius: 34px;
  background: #fff;
  box-shadow: 0 16px 34px rgba(17, 43, 89, 0.08);
}

.bouwkasteel-rules__copy h2 {
  margin: 0;
  color: var(--bouwkasteel-ink);
  font-size: clamp(2.3rem, 4vw, 4rem);
  line-height: 1;
  letter-spacing: -0.045em;
}

.bouwkasteel-rules__copy > p:last-child {
  max-width: 34ch;
  margin: 16px 0 0;
  color: var(--bouwkasteel-muted);
  font-size: 1.1rem;
  line-height: 1.55;
}

.bouwkasteel-rules__list {
  display: grid;
  gap: 12px;
}

.bouwkasteel-rules__list > div {
  display: grid;
  grid-template-columns: 42px minmax(0, 1fr);
  gap: 14px;
  align-items: center;
  padding: 15px 18px;
  border-radius: 18px;
  background: #f3f8ff;
}

.bouwkasteel-rules__list span {
  display: inline-grid;
  place-items: center;
  width: 38px;
  height: 38px;
  border-radius: 50%;
  background: #dcefff;
  color: var(--bouwkasteel-blue);
  font-size: 0.78rem;
  font-weight: 900;
}

.bouwkasteel-rules__list p {
  margin: 0;
  color: var(--bouwkasteel-ink);
  line-height: 1.4;
}

@media (max-width: 1000px) {
  .bouwkasteel-facility-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .bouwkasteel-facility-card:nth-child(5) {
    grid-column: 1 / span 2;
  }
}

@media (max-width: 760px) {
  .bouwkasteel-info {
    padding: 24px 16px;
    border-radius: 26px;
  }

  .bouwkasteel-facility-grid,
  .bouwkasteel-rules {
    grid-template-columns: 1fr;
  }

  .bouwkasteel-facility-card:nth-child(5) {
    grid-column: auto;
  }

  .bouwkasteel-rules {
    padding: 28px 20px;
    border-radius: 26px;
  }
}

/* Horizontal visit summary matching the compact booking reference layout. */
.bouwkasteel-visit-summary {
  grid-template-columns: minmax(250px, 0.72fr) minmax(0, 1.8fr);
  gap: clamp(28px, 4vw, 64px);
  padding: clamp(28px, 4vw, 54px);
  border-radius: 34px;
}

.bouwkasteel-visit-summary__intro {
  display: flex;
  align-items: center;
  gap: clamp(20px, 2vw, 34px);
}

.bouwkasteel-visit-summary__intro-icon {
  display: inline-grid;
  flex: 0 0 auto;
  place-items: center;
  width: clamp(88px, 9vw, 126px);
  height: clamp(88px, 9vw, 126px);
  border-radius: 50%;
  background: #e3f1ff;
  color: var(--bouwkasteel-blue);
}

.bouwkasteel-visit-summary__intro-icon svg {
  width: 58%;
  height: 58%;
  fill: none;
  stroke: currentColor;
  stroke-linecap: round;
  stroke-linejoin: round;
  stroke-width: 2.8;
}

.bouwkasteel-visit-summary__intro-copy h2 {
  max-width: 8ch;
  margin: 0;
  color: var(--bouwkasteel-ink);
  font-size: clamp(2.3rem, 3.4vw, 4rem);
  line-height: 1.02;
  letter-spacing: -0.05em;
}

.bouwkasteel-visit-summary__details {
  display: grid;
  grid-template-columns: minmax(180px, 1fr) 1px minmax(160px, 0.9fr) minmax(170px, 220px);
  gap: clamp(18px, 2vw, 34px);
  align-items: center;
}

.bouwkasteel-visit-summary__item {
  display: grid;
  grid-template-columns: 58px minmax(0, 1fr) auto;
  gap: 14px;
  align-items: center;
  min-height: 84px;
  padding: 0;
  background: transparent;
}

.bouwkasteel-visit-summary__icon {
  display: inline-grid;
  place-items: center;
  width: 58px;
  height: 58px;
  border-radius: 50%;
  background: #eaf5ff;
  color: var(--bouwkasteel-blue);
  font-size: 2rem;
  font-weight: 900;
}

.bouwkasteel-visit-summary__icon svg {
  width: 70%;
  height: 70%;
  fill: none;
  stroke: currentColor;
  stroke-linecap: round;
  stroke-linejoin: round;
  stroke-width: 3;
}

.bouwkasteel-visit-summary__item div {
  display: grid;
  gap: 4px;
}

.bouwkasteel-visit-summary__item strong {
  color: var(--bouwkasteel-ink);
  font-size: clamp(1rem, 1.35vw, 1.3rem);
  font-weight: 900;
  white-space: nowrap;
}

.bouwkasteel-visit-summary__item div span {
  color: var(--bouwkasteel-muted);
  font-size: clamp(0.88rem, 1.1vw, 1rem);
  white-space: nowrap;
}

.bouwkasteel-visit-summary__arrow {
  color: var(--bouwkasteel-blue);
  font-size: 2rem;
  font-weight: 400;
  line-height: 1;
}

.bouwkasteel-visit-summary__divider {
  width: 1px;
  height: 84px;
  background: rgba(23, 100, 207, 0.16);
}

.bouwkasteel-visit-summary__book {
  display: flex;
  align-items: center;
  justify-content: space-between;
  min-height: 82px;
  margin: 0;
  padding: 0 28px;
  border-radius: 17px;
  background: var(--bouwkasteel-blue);
  color: #fff !important;
  font-size: clamp(1rem, 1.4vw, 1.25rem);
  box-shadow: 0 12px 24px rgba(23, 100, 207, 0.22);
}

.bouwkasteel-visit-summary__book > span:last-child {
  margin-left: 16px;
  font-size: 1.8rem;
}

.bouwkasteel-hero-visit-band {
  position: relative;
  z-index: 3;
  width: min(calc(100% - clamp(48px, 10vw, 144px)), 1440px);
  margin: clamp(-112px, -8vw, -72px) auto 0;
}

@media (max-width: 1120px) {
  .bouwkasteel-visit-summary {
    grid-template-columns: 1fr;
  }

  .bouwkasteel-visit-summary__intro-copy h2 {
    max-width: none;
  }
}

@media (max-width: 760px) {
  .bouwkasteel-visit-summary {
    gap: 28px;
    padding: 26px 20px;
    border-radius: 26px;
  }

  .bouwkasteel-visit-summary__intro-icon {
    width: 82px;
    height: 82px;
  }

  .bouwkasteel-visit-summary__intro-copy h2 {
    font-size: clamp(2rem, 10vw, 3rem);
  }

  .bouwkasteel-visit-summary__details {
    grid-template-columns: 1fr;
    gap: 18px;
  }

  .bouwkasteel-visit-summary__item {
    grid-template-columns: 54px minmax(0, 1fr) auto;
    min-height: 64px;
  }

  .bouwkasteel-visit-summary__icon {
    width: 54px;
    height: 54px;
  }

  .bouwkasteel-visit-summary__divider {
    width: 100%;
    height: 1px;
  }

  .bouwkasteel-visit-summary__book {
    min-height: 64px;
  }

  .bouwkasteel-hero-visit-band {
    width: calc(100% - 24px);
    margin-top: -54px;
  }
}

/* Final hero frame layout: image behind the title, buttons and 2rem bottom space. */
.bouwkasteel-hero-banner {
  overflow: visible;
}

.bouwkasteel-hero-banner__visual {
  display: flex;
  flex-direction: column;
  min-height: 0;
  overflow: visible;
  padding-bottom: 2rem;
}

.bouwkasteel-hero-banner__content {
  position: relative;
  right: auto;
  bottom: auto;
  left: auto;
  width: min(100%, 1480px);
  min-height: clamp(340px, 42vw, 640px);
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  margin-inline: auto;
  padding: 0 clamp(24px, 5vw, 72px) 3rem;
}

.bouwkasteel-hero-visit-band {
  margin: 0 auto;
}

@media (max-width: 760px) {
  .bouwkasteel-hero-banner__content {
    min-height: 460px;
    padding-inline: 20px;
    padding-bottom: 3rem;
  }
}
