/* Eenvoudige, robuuste telefoonweergave. Desktopregels blijven ongemoeid. */
@media (max-width: 900px) {
  :root { --sp: 60px; }

  html,
  body { width: 100%; max-width: 100%; overflow-x: hidden; }
  .wrap { width: 100%; max-width: 100%; padding-left: 20px; padding-right: 20px; }
  .js .reveal { opacity: 1 !important; transform: none !important; transition: none !important; }

  header { padding: 18px 0; }
  header.scrolled { padding: 12px 0; }
  nav.wrap { justify-content: flex-start; }
  .nav-links,
  .nav-phone { display: none; }
  .logo { font-size: 13px; letter-spacing: .14em; }

  .hero { min-height: 100svh; height: auto; align-items: center; }
  .hero-content { width: 100%; padding: 104px 0 112px; }
  .hero-block { width: 100%; max-width: none; }
  h1.hero-name { font-size: clamp(2.55rem, 12vw, 3.45rem); }
  .hero-eyebrow { margin-bottom: 12px; }
  .hero-tag { margin-top: 16px; font-size: clamp(1.28rem, 6vw, 1.55rem); }
  .hero-themes { max-width: 34rem; margin-top: 12px; font-size: 15px; line-height: 1.55; }
  .hero-products { margin-top: 21px; gap: 13px; flex-wrap: nowrap; }
  .hero-product { font-size: 14px; }
  .hero-actions { width: 100%; margin-top: 24px; flex-direction: column; align-items: stretch; gap: 11px; }
  .hero-play { display: none; }
  .hero-play,
  .hero-request {
    width: 100%; max-width: none; min-height: 50px;
    justify-content: center; padding: 12px 14px;
    font-size: 11px; line-height: 1.35;
  }

  .section { padding: 60px 0; }
  .section-head { max-width: none; margin: 0 0 36px; text-align: left; }
  .section-head .eyebrow { margin-bottom: 12px; }
  .section-head h2 { font-size: 2rem; }

  .steye-grid,
  .product,
  .product.reverse,
  .verb-cols,
  .contact-grid {
    display: grid; grid-template-columns: minmax(0, 1fr);
    width: 100%; gap: 30px;
  }
  .steye-grid > *,
  .product > *,
  .verb-cols > *,
  .contact-grid > * { width: 100%; min-width: 0; }

  .steye-media { max-width: none; margin: 0; }
  .steye-media img { width: 100%; height: auto; }
  .steye-body h2 { margin-bottom: 18px; font-size: 1.9rem; }
  .steye-body p { font-size: 15.5px; line-height: 1.7; margin-bottom: 16px; }
  .media-credits {
    display: grid; grid-template-columns: repeat(2, minmax(0, 1fr));
    width: 100%; max-width: 100%; gap: 16px 12px;
    margin: 25px 0 0; padding: 0; overflow: visible;
  }
  .media-credit {
    width: 100%; min-width: 0; height: 76px; padding: 6px;
    background: transparent;
  }
  .media-credit img,
  .media-credit.zml img,
  .media-credit.new-kids img { max-width: 100%; max-height: 64px; }
  .media-credit.alles img { max-height: 54px; }

  .steye-video { padding: 0 0 60px; }
  .steye-video-frame { width: 100%; box-shadow: none; }

  #producten { padding: 60px 0 20px; }
  #producten .section-head { margin-bottom: 34px; }
  .product,
  .product.reverse { margin-bottom: 62px; gap: 24px; }
  .product.reverse .product-media,
  .product.reverse .product-body { order: initial; }
  .product.featured { padding: 22px 20px 26px; }
  .product.featured .featured-badge { right: 16px; }
  .product-media img { width: 100%; height: auto; aspect-ratio: 16 / 10; object-fit: cover; }
  .product-title { font-size: 1.7rem; }
  .product-duration { margin-bottom: 18px; }
  .product-body p { font-size: 15.5px; line-height: 1.68; margin-bottom: 24px; }
  .btn-outline { display: flex; width: 100%; min-height: 49px; align-items: center; justify-content: center; padding: 12px; }

  .scroll-scene {
    width: 100%; background: var(--white-pure); background-image: none;
    background-attachment: scroll;
  }
  .scroll-scene-bg { display: block; width: 100%; line-height: 0; background: #17141d; }
  .scroll-scene-bg img {
    display: block; width: 100%; height: auto !important; max-height: none !important;
    object-fit: contain !important; object-position: center !important;
  }
  .scroll-scene-content,
  .reviews-scene .scroll-scene-content {
    width: 100%; min-height: 0; margin: 0; padding: 54px 0;
    background: var(--white-pure);
  }
  .tips-flourish { margin-bottom: 30px; }
  .ubuntu-scene .verb-ubuntu { padding: 0; border: 0; background: transparent; box-shadow: none; backdrop-filter: none; }
  .verb-ubuntu blockquote { font-size: 1.65rem; line-height: 1.35; }
  .verb-ubuntu cite { margin-bottom: 25px; }
  .verb-run { font-size: 15.5px; line-height: 1.7; }
  .verb-tips { gap: 22px; padding: 0; }
  .tip-card { padding: 20px; box-shadow: none; }

  .experience { padding: 58px 0 42px; }
  .experience .section-head { margin-bottom: 30px; text-align: left; }
  .experience .section-head h2 { margin-bottom: 12px; font-size: 2.45rem; }
  .experience-intro { font-size: 15px; line-height: 1.65; }
  .experience-grid { display: grid; grid-template-columns: minmax(0, 1fr); gap: 0; padding: 0; }
  .experience-item { padding: 20px 0 22px; }
  .experience-description { line-height: 1.65; }
  .organisations { min-width: 0; padding-top: 20px; }
  .organisation-list,
  .organisation-names li,
  .organisation-category p { overflow-wrap: anywhere; }

  .reviews-scene .section-head { margin-bottom: 30px; text-align: left; }
  .reviews-scene .section-head h2 { color: var(--ink); text-shadow: none; }
  .reviews-scene .section-head .eyebrow { color: var(--gold); }
  .reviews-scene .reviews-grid {
    display: grid; grid-template-columns: minmax(0, 1fr);
    width: 100%; gap: 14px; margin: 0; padding: 0; overflow: visible;
  }
  .reviews-scene .review {
    width: 100%; min-width: 0; padding: 24px 20px;
    background: var(--white-pure); box-shadow: none; backdrop-filter: none;
  }
  .review-quote-mark { margin-bottom: 12px; }
  .review p.q { font-size: 15px; line-height: 1.64; margin-bottom: 20px; }
  .review-avatar { width: 50px; height: 50px; flex-basis: 50px; }

  #contact { padding: 60px 0; }
  .booking-steps { display: grid; grid-template-columns: minmax(0, 1fr); gap: 22px; margin-bottom: 54px; }
  .contact-eyebrow { margin-bottom: 14px; }
  .contact-grid { gap: 34px; }
  .contact-info h2 { margin-bottom: 18px; font-size: 1.85rem; line-height: 1.2; }
  .contact-info p { font-size: 15.5px; line-height: 1.68; margin-bottom: 21px; }
  .contact-photo { width: 100%; height: auto; margin-bottom: 20px; box-shadow: none; }
  form { width: 100%; gap: 18px; }
  .field,
  input,
  textarea { width: 100%; min-width: 0; }
  input,
  textarea { font-size: 16px; }
  button[type=submit] { width: 100%; min-height: 49px; justify-content: center; }

  footer { padding: 34px 0 96px; }
  .footer-row { flex-direction: column; align-items: flex-start; gap: 12px; }
  .footer-links { flex-wrap: wrap; gap: 10px 20px; }

  .contact-dock {
    left: 10px; right: 10px; bottom: calc(10px + env(safe-area-inset-bottom, 0px));
    width: auto; max-width: 440px; margin: 0 auto;
    display: grid; grid-template-columns: 108px minmax(0, 1fr);
    overflow: hidden; border-radius: 3px;
  }
  .contact-dock a { min-width: 0; min-height: 48px; padding: 8px 10px; font-size: 11px; line-height: 1.25; }
  .contact-dock .dock-phone { display: inline-flex; flex: none; border-right: 1px solid #d2c7b3; }
  .contact-dock .dock-request { border-width: 0 0 0 1px; border-radius: 0; }
}

@media (max-width: 360px) {
  .wrap { padding-left: 17px; padding-right: 17px; }
  h1.hero-name { font-size: 2.35rem; }
  .hero-tag { font-size: 1.2rem; }
  .hero-themes { font-size: 14px; }
  .hero-product { font-size: 13px; }
  .media-credits { gap: 12px 8px; }
  .media-credit { height: 70px; padding: 4px; }
  .contact-dock { grid-template-columns: 96px minmax(0, 1fr); }
  .contact-dock a { padding: 7px 8px; font-size: 10.5px; }
}

/* Liggende iPads houden de ruimere opmaak, maar nooit de vaste fotolagen. */
@media (min-width: 901px) and (hover: none) and (pointer: coarse) {
  .scroll-scene { background: var(--white-pure); background-image: none; background-attachment: scroll; }
  .scroll-scene-bg { display: block; width: 100%; line-height: 0; background: #17141d; }
  .scroll-scene-bg img { display: block; width: 100%; height: auto; object-fit: contain; }
  .scroll-scene-content,
  .reviews-scene .scroll-scene-content { min-height: 0; margin: 0; padding: 72px 0; }
  .reviews-scene .scroll-scene-content { background: var(--white); }
  .reviews-scene .section-head h2 { color: var(--ink); text-shadow: none; }
  .reviews-scene .section-head .eyebrow { color: var(--gold); }
}
