.material-symbols-outlined {
  font-variation-settings: "FILL" 0, "wght" 400, "GRAD" 0, "opsz" 24;
  vertical-align: middle;
}

.no-scrollbar::-webkit-scrollbar {
  display: none;
}
.no-scrollbar {
  -ms-overflow-style: none;
  scrollbar-width: none;
}

html {
  scroll-behavior: smooth;
}

:root {
  --gds-header-h: 3.5rem; /* h-14 mobile header */
  --gds-bottom-nav-h: 4rem; /* h-16 bottom tab bar */
}

@media (min-width: 1024px) {
  :root {
    --gds-header-h: 5rem;
    --gds-bottom-nav-h: 0px;
  }
}

/* First hero fills phone screen between nav bars — green runs to bottom tab bar */
@media (max-width: 1023px) {
  .hero-viewport-mobile {
    min-height: calc(100svh - var(--gds-header-h) - var(--gds-bottom-nav-h));
    min-height: calc(100dvh - var(--gds-header-h) - var(--gds-bottom-nav-h));
  }

  .hero-viewport-mobile__inner {
    display: flex;
    min-height: inherit;
    flex-direction: column;
    justify-content: center;
  }

  .hero-viewport-mobile .hero-viewport-mobile__bg-bottom {
    background: linear-gradient(
      to bottom,
      transparent 0%,
      rgba(10, 47, 29, 0.35) 50%,
      #0a2f1d 92%
    );
  }
}

/* Footer: larger logo, less empty padding around asset */
.site-footer-logo {
  display: block;
  width: auto;
  max-width: 100%;
  object-fit: contain;
  object-position: left center;
  margin-top: -0.5rem;
  margin-bottom: -0.375rem;
}

/* Offerte: photo upload — one dashed field, previews below */
.offerte-photo-field.offerte-photo-field--drag {
  border-color: rgb(14 90 54 / 0.55);
  background-color: rgb(233 222 198 / 0.45);
}

.offerte-photo-field--has-files .offerte-photo-drop {
  min-height: 5.5rem;
  padding-top: 1.25rem;
  padding-bottom: 1.25rem;
}

.offerte-photo-field--has-files .offerte-photo-drop .material-symbols-outlined {
  font-size: 28px !important;
}

.offerte-photo-field--has-files .offerte-photo-drop > span:first-child {
  height: 3rem;
  width: 3rem;
}

.offerte-photo-thumb {
  overflow: hidden;
  border-radius: 0.5rem;
  border: 1px solid rgb(226 232 240 / 0.9);
  background: #fff;
}

.offerte-photo-thumb img {
  display: block;
  aspect-ratio: 1;
  width: 100%;
  object-fit: cover;
}

.offerte-photo-thumb span {
  display: block;
  padding: 0.35rem 0.4rem;
  font-size: 10px;
  line-height: 1.25;
  color: #64748b;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

/* Trust ribbon: hide 2nd gold separator when desktop text wraps to two lines */
.trust-ribbon-desktop--wrapped .trust-ribbon-desktop-sep--tail {
  display: none;
}

/* Trust ribbon: floating card on narrow phones */
@media (max-width: 380px) {
  .trust-ribbon-mobile p {
    font-size: 10px;
  }

  .trust-ribbon-mobile .material-symbols-outlined {
    font-size: 20px !important;
  }
}

/* Navbar: compact bar on mobile — logo & menu fill the shorter header */
@media (max-width: 1023px) {
  .site-header-bar {
    padding-top: 0;
    padding-bottom: 0;
  }

  header.fixed {
    overflow: visible;
  }

  .site-header-logo {
    margin-block: -0.25rem;
  }

  .site-header-logo img {
    height: 4rem;
    max-height: 4rem;
  }

  .site-header-menu-btn {
    height: 2.5rem;
    width: 2.5rem;
    padding: 0;
  }

  .site-header-menu-btn .material-symbols-outlined {
    font-size: 1.375rem;
  }
}

/* Desktop: larger logo without taller navbar (overflow + negative margin) */
@media (min-width: 1024px) {
  header.fixed {
    overflow: visible;
  }

  .site-header-bar {
    overflow: visible;
  }

  .site-header-logo {
    margin-block: -0.25rem;
  }

  .site-header-logo img {
    height: 4.75rem;
    max-height: 4.75rem;
  }
}

@media (min-width: 1280px) {
  .site-header-logo {
    margin-block: -0.375rem;
  }

  .site-header-logo img {
    height: 5.25rem;
    max-height: 5.25rem;
  }
}

@media (min-width: 1536px) {
  .site-header-logo {
    margin-block: -0.5rem;
  }

  .site-header-logo img {
    height: 5.75rem;
    max-height: 5.75rem;
  }
}

@media (min-width: 768px) {
  .pb-safe-md-0 {
    padding-bottom: 0;
  }
}

/* ---------- Brand utilities (homepage refresh) ---------- */

/* Gold hairline underline that sits below a heading */
.gold-tick {
  position: relative;
  display: inline-block;
}
.gold-tick::after {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  bottom: -10px;
  height: 2px;
  background: linear-gradient(90deg, #C9A84E 0 28%, transparent 28%);
  border-radius: 2px;
}

/* Subtle leaf-grid background, used very sparingly */
.leaf-grid {
  background-image:
    radial-gradient(circle at 1px 1px, rgba(14, 90, 54, 0.07) 1px, transparent 0);
  background-size: 22px 22px;
}

/* Organic top wave on a section — green meets white */
.wave-top-green::before {
  content: "";
  position: absolute;
  inset: -1px 0 auto 0;
  height: 36px;
  background: #0A2F1D;
  -webkit-mask: radial-gradient(28px 36px at 28px 36px, transparent 98%, #000 100%) 0 0/56px 36px;
          mask: radial-gradient(28px 36px at 28px 36px, transparent 98%, #000 100%) 0 0/56px 36px;
}

/* Route line for werkwijze */
.route-line {
  background-image: linear-gradient(90deg, #C9A84E 50%, transparent 50%);
  background-size: 12px 2px;
  background-repeat: repeat-x;
  background-position: center;
}

/* Small handwritten-feel accent for headlines */
.script-accent {
  font-family: "Caveat", "Comic Sans MS", cursive;
  font-weight: 500;
}


