/* Homepage additions: extend the existing Lora / Inter and gold palette. */
html { scroll-padding-top: 96px; }
.nav-links { gap: 20px; }
.nav-phone { display: inline-flex; align-items: center; gap: 8px; color: #f6f4ef; white-space: nowrap; font-size: 14px; font-weight: 600; text-shadow: 0 1px 12px #0006; }
.nav-phone svg, .contact-dock svg { width: 17px; height: 17px; flex-shrink: 0; }
header.scrolled .nav-phone { color: var(--gold-deep); text-shadow: none; }
.steye { background: #eeeae2; }
.steye .steye-media img { width: 100%; height: auto; aspect-ratio: auto; object-fit: contain; display: block; }
.steye-grid { align-items: start; }
@media (min-width: 901px) {
  .steye-grid { grid-template-columns: minmax(0, 1.15fr) minmax(0, 1fr); gap: 80px; }
  .steye-media { order: 2; }
}

#producten { padding-bottom: 56px; }
.verbinding { padding-top: 44px; }
.experience { background: #eeeae2; padding: 80px 0 50px; }
.experience .section-head { max-width: none; text-align: center; margin-bottom: 48px; }
.experience .section-head h2 { margin-bottom: 18px; font-size: clamp(2.3rem,5vw,3.8rem); color: var(--gold-deep); }
.experience-intro { color: var(--ink-soft); font-size: 15px; max-width: 60ch; margin: 0 auto; }
.experience-intro strong { color: var(--gold-deep); font-weight: 600; }
.experience-grid { display: grid; grid-template-columns: repeat(2,minmax(0,1fr)); gap: 0 48px; padding-bottom: 24px; }
.experience-item { min-width: 0; border-top: 1px solid #cbbc9f; padding: 25px 0 28px; }
.experience-item h3 { font: 600 17px/1.5 var(--body); margin-bottom: 7px; }
.experience-programme { font-size: 15px; font-weight: 500; color: var(--gold-deep); margin-bottom: 6px; }
.experience-description { font-size: 15px; color: var(--ink-soft); max-width: 44ch; line-height: 1.75; }
.organisations { align-self: start; min-width: 0; border-top: 1px solid #cbbc9f; padding: 25px 0 12px; }
.organisation-list { font-size: 13px; color: var(--ink-soft); line-height: 1.9; margin-bottom: 18px; }
.organisation-list > strong { font-weight: 600; }
.organisation-names { display: inline; list-style: none; padding: 0; margin: 0; }
.organisation-names li { display: inline; font-size: 13px; font-weight: 400; overflow-wrap: break-word; color: var(--ink-soft); }
.organisation-names li:not(:last-child)::after { content: '·'; padding: 0 7px; color: var(--gold-deep); }
.organisations details { border-top: 1px solid #dfd9ce; }
.organisations summary { cursor: pointer; font-size: 13px; font-weight: 500; color: var(--gold-deep); padding: 16px 0; min-height: 48px; }
.organisation-categories { display: grid; gap: 20px; padding: 6px 0 12px; }
.organisation-category { display: grid; grid-template-columns: 1fr; gap: 3px; }
.organisation-category h4 { font: 600 13px/1.9 var(--body); }
.organisation-category p { font-size: 13px; line-height: 1.9; color: var(--ink-soft); overflow-wrap: break-word; }
.reviews-grid { grid-template-columns: repeat(2,minmax(0,1fr)); }
.booking-steps { display: grid; grid-template-columns: repeat(3,minmax(0,1fr)); gap: 24px; list-style: none; padding: 0; margin: 0 0 96px; }
.booking-steps .tip-badge { font-weight: 400; }
.booking-steps .tip-card { flex-grow: 1; }

.contact-dock { position: fixed; z-index: 110; right: 28px; bottom: 48px; display: flex; box-shadow: 0 4px 20px #2a21181c; border-radius: 3px; }
.contact-dock[hidden] { display: none; }
.contact-dock a { display: inline-flex; justify-content: center; align-items: center; gap: 8px; min-height: 48px; padding: 14px 22px; font: 600 13px/1.4 var(--body); text-align: center; }
.contact-dock .dock-request { background: #fff; color: var(--ink); border: 2px solid var(--gold-deep); border-radius: 3px; }
.contact-dock .dock-request:hover { background: #f8f6f1; }
.contact-dock .dock-phone { display: none; }
footer { padding-bottom: 110px; }
@media (min-width: 901px) and (max-width: 1100px) {
  .nav-links { gap: 16px; }
  .nav-secondary { display: none; }
}
@media (max-width: 900px) {
  .nav-phone { display: none; }
  .steye-media { max-width: 420px; width: 100%; margin: 0 auto; }
  .experience { padding-top: 64px; }
  .experience-grid { gap: 0 28px; }
  .reviews-grid { display: grid; grid-template-columns: 1fr; margin: 0; padding: 0; overflow: visible; }
  .booking-steps { grid-template-columns: 1fr; gap: 26px; }
  .contact-dock { left: 12px; right: 12px; bottom: calc(24px + env(safe-area-inset-bottom,0px)); background: var(--white-pure); border: 1px solid #d2c7b3; }
  .contact-dock a { min-height: 52px; padding: 12px; }
  .contact-dock .dock-phone { display: inline-flex; flex: 0 0 30%; color: var(--ink); }
  .contact-dock .dock-request { flex: 1; border-radius: 0 2px 2px 0; }
  .product.featured { padding: 28px 24px; }
  .btn-outline { padding: 14px 18px; max-width: 100%; text-align: center; overflow-wrap: break-word; }
}
@media (max-width: 600px) {
  .experience-grid { grid-template-columns: 1fr; }
  .organisation-category { grid-template-columns: 1fr; gap: 3px; }
  #producten { padding-bottom: 40px; }
  .verbinding { padding-top: 32px; }
}
@media (max-width: 360px) {
  .contact-dock a { font-size: 12px; padding: 10px 8px; }
  .contact-dock .dock-phone { flex-basis: 29%; }
}
