/* Global: prevent horizontal scroll on all pages */
html, body {
  overflow-x: hidden;
  max-width: 100%;
}

/* Mobile Typography Overrides — better proportioned headings on small screens */

/* Hero heading on location home pages */
.home-header-heading.vught,
.home-header-heading.big {
  font-size: 5rem;
}

/* Tablet (max 991px) */
@media screen and (max-width: 991px) {
  .home-header-heading.vught,
  .home-header-heading.big { font-size: 3.5rem; }
  h1 { font-size: 2.75rem; }
  h2 { font-size: 2.25rem; }
  h3 { font-size: 1.875rem; }
  h4 { font-size: 1.5rem; }

  .page-sub-heading { font-size: 8rem; }
  .page-sub-heading._2 { font-size: 7rem; }
  .page-sub-heading.succesverhalen,
  .page-sub-heading.faq { font-size: 5rem; }

  .heading-style-h1-2 { font-size: 2.75rem; }
  .heading-13 { font-size: 7rem; }
  .lp-heading-dark { font-size: 2.5rem; }
}

/* Mobile landscape (max 767px) */
@media screen and (max-width: 767px) {
  h1 { font-size: 2.25rem; }
  h2 { font-size: 1.875rem; }
  h3 { font-size: 1.625rem; }
  h4 { font-size: 1.375rem; }
  h5 { font-size: 1.125rem; }

  .page-sub-heading { font-size: 5rem; }
  .page-sub-heading._2 { font-size: 4.5rem; }
  .page-sub-heading.succesverhalen { font-size: 3.5rem; }
  .page-sub-heading.faq { font-size: 3.5rem; }

  .heading-style-h1-2 { font-size: 2.25rem; }
  .heading-style-h4-5 { font-size: 1.375rem; }
  .heading-13 { font-size: 4.5rem; }
  .lp-heading { font-size: 1.75rem; }
  .lp-heading-dark { font-size: 2rem; }
  .home-header-heading.vught,
  .home-header-heading.big { font-size: 2.75rem; }
}

/* Mobile portrait (max 479px) */
@media screen and (max-width: 479px) {
  h1 { font-size: 2rem; }
  h2 { font-size: 1.75rem; }
  h3 { font-size: 1.5rem; }
  h4 { font-size: 1.25rem; }

  .page-sub-heading { font-size: 3.5rem; }
  .page-sub-heading._2 { font-size: 3rem; }
  .page-sub-heading.succesverhalen { font-size: 2.75rem; }
  .page-sub-heading.faq { font-size: 2.5rem; }

  .heading-style-h1-2 { font-size: 2rem; }
  .heading-style-h4-5 { font-size: 1.25rem; }

  /* LP hero heading (Tungsten) */
  .heading-13 { font-size: 3.5rem; }

  /* LP section headings */
  .lp-heading { font-size: 1.5rem; }
  .lp-heading-dark { font-size: 1.75rem; }
  .home-header-heading.vught,
  .home-header-heading.big { font-size: 2.25rem; }
}
