/* HARTMAN SCHILDERWERKEN — blocks.css v3.0 */
/* Fonts: Syne (headings) + Outfit (body) */
/* Primary: #E8521A | Dark: #111111 | White: #ffffff */

/* RESET */
*, *::before, *::after { box-sizing: border-box; margin: 0; padding: 0; }
html { scroll-behavior: smooth; }
body { font-family: 'Outfit', sans-serif; color: #111111; background: #fff; overflow-x: hidden; }
img { max-width: 100%; height: auto; display: block; }
a { text-decoration: none; color: inherit; }
h1, h2, h3, h4, h5, h6 { font-family: 'Syne', sans-serif; }

/* BUTTONS */
.h-btn-primary { display: inline-flex; align-items: center; gap: 8px; background: #E8521A; color: #fff; font-family: 'Outfit', sans-serif; font-size: 15px; font-weight: 600; padding: 14px 28px; border-radius: 9999px; border: none; cursor: pointer; transition: background 0.2s, transform 0.15s; text-decoration: none; white-space: nowrap; }
.h-btn-primary:hover { background: #d04515; transform: translateY(-1px); }
.h-btn-primary:active { transform: scale(0.97); }
.h-btn-secondary { display: inline-flex; width: fit-content; align-items: center; gap: 8px; background: transparent; color: #111111; font-family: 'Outfit', sans-serif; font-size: 15px; font-weight: 600; padding: 14px 28px; border-radius: 9999px; border: 1.5px solid #151515; cursor: pointer; transition: all 0.2s; text-decoration: none; white-space: nowrap; }
.h-btn-secondary:hover { background: #111111; color: #fff; }
.h-btn-ghost { display: inline-flex !important; align-items: center !important; gap: 8px !important; background: transparent !important; color: rgba(255,255,255,0.85) !important; font-family: 'Outfit', sans-serif !important; font-size: 15px !important; font-weight: 500 !important; padding: 14px 0 !important; border: none !important; cursor: pointer !important; transition: color 0.2s !important; text-decoration: none !important; }
.h-btn-ghost:hover { color: #fff; }

/* REVEAL */
.reveal { opacity: 0; transform: translateY(32px); transition: opacity 0.7s cubic-bezier(0.23, 1, 0.32, 1), transform 0.7s cubic-bezier(0.23, 1, 0.32, 1); }
.reveal.is-visible { opacity: 1; transform: translateY(0); }

/* NAVBAR */
.h-navbar { position: fixed; top: 0; left: 0; right: 0; z-index: 1000; transition: background 0.3s, box-shadow 0.3s; }
.h-navbar.scrolled { background: rgba(255,255,255,0.97); backdrop-filter: blur(12px); box-shadow: 0 2px 20px rgba(0,0,0,0.08); }
.h-navbar__inner { max-width: 1440px; margin: 0 auto; padding: 0 3rem; display: grid; grid-template-columns: 1fr auto 1fr; align-items: center; height: 82px; gap: 2rem; }
.h-navbar__logo { display: flex; align-items: center; gap: 10px; font-family: 'Syne', sans-serif; font-weight: 800; font-size: 20px; color: #fff; transition: color 0.3s; text-decoration: none; }
.h-navbar__logo img { height: 38px; width: auto; transition: filter 0.35s ease; }
.h-navbar.scrolled .h-navbar__logo img { filter: invert(1) brightness(0); }
.h-navbar.scrolled .h-navbar__logo { color: #111111; }
.h-navbar__logo-icon { width: 36px; height: 36px; background: #E8521A; border-radius: 6px; display: flex; align-items: center; justify-content: center; font-family: 'Syne', sans-serif; font-weight: 800; font-size: 16px; color: #fff; flex-shrink: 0; }
.h-navbar__logo-top { font-size: 20px; font-weight: 800; }
.h-navbar__logo-bottom { font-size: 11px; font-weight: 400; letter-spacing: 1.5px; text-transform: uppercase; opacity: 0.7; }
.h-navbar__logo-name { font-family: 'Syne', sans-serif; font-weight: 800; font-size: 1rem; letter-spacing: -0.02em; color: #ffffff; line-height: 1.1; transition: color 0.35s ease; }
.h-navbar.scrolled .h-navbar__logo-name { color: #151515; }
.h-navbar__logo-sub { font-family: 'Outfit', sans-serif; font-weight: 400; font-size: 0.58rem; letter-spacing: 0.15em; text-transform: uppercase; color: rgba(255,255,255,0.6); transition: color 0.35s ease; }
.h-navbar.scrolled .h-navbar__logo-sub { color: #6B6B6B; }
.h-navbar__nav { display: flex; align-items: center; gap: 32px; justify-content: center; }
.h-navbar__nav a { font-family: 'Outfit', sans-serif; font-size: 15px; font-weight: 500; color: rgba(255,255,255,0.9); transition: opacity 0.2s ease, color 0.35s ease; text-decoration: none; letter-spacing: -0.3px; padding: 8px 14px; border-bottom: 2px solid transparent; opacity: 0.85; }
.h-navbar.scrolled .h-navbar__nav a { color: #151515; opacity: 0.85; }
.h-navbar__nav a:hover { opacity: 1; }
.h-navbar.scrolled .h-navbar__nav a:hover { color: #E8521A; }
.h-navbar__link--active { opacity: 1 !important; border-bottom: 2px solid #ffffff !important; }
.h-navbar.scrolled .h-navbar__link--active { border-bottom: 2px solid #E8521A !important; color: #151515 !important; }
.h-navbar__actions { display: flex; align-items: center; gap: 16px; justify-content: flex-end; }
.h-navbar__right { display: flex; align-items: center; gap: 16px; justify-content: flex-end; }
.h-navbar__phone { font-family: 'Outfit', sans-serif; font-size: 14px; font-weight: 500; color: rgba(255,255,255,0.85); transition: color 0.3s; text-decoration: none; display: flex; align-items: center; gap: 6px; }
.h-navbar.scrolled .h-navbar__phone { color: #444; }
.h-navbar__phone:hover { color: #E8521A; }
.h-navbar__cta { background: #E8521A; color: #ffffff; font-family: 'Outfit', sans-serif; font-size: 14px; font-weight: 600; padding: 10px 24px; border-radius: 9999px; text-decoration: none; transition: background-color 0.2s ease; display: inline-flex; align-items: center; gap: 0.4rem; white-space: nowrap; letter-spacing: -0.01em; }
.h-navbar__cta:hover { background-color: #C94415; }
.h-navbar__hamburger { display: none; flex-direction: column; gap: 5px; cursor: pointer; background: none; border: none; padding: 8px; width: 44px; height: 44px; align-items: center; justify-content: center; border-radius: 8px; position: relative; }
.h-hamburger-bar { display: block; width: 24px; height: 2px; background: rgba(255,255,255,0.9); border-radius: 2px; transition: transform 0.35s cubic-bezier(0.23,1,0.32,1), opacity 0.25s ease, width 0.3s ease; transform-origin: center; }
.h-navbar.scrolled .h-hamburger-bar { background: #111111; }
.h-navbar__hamburger.open .h-hamburger-bar--top { transform: translateY(7px) rotate(45deg); }
.h-navbar__hamburger.open .h-hamburger-bar--mid { opacity: 0; transform: scaleX(0); }
.h-navbar__hamburger.open .h-hamburger-bar--bot { transform: translateY(-7px) rotate(-45deg); }
.h-navbar__mobile { display: none; position: fixed; top: 72px; left: 0; right: 0; bottom: 0; background: rgba(17,17,17,0.98); backdrop-filter: blur(20px); flex-direction: column; align-items: center; justify-content: center; gap: 32px; z-index: 999; }
.h-navbar__mobile.open { display: flex; }
.h-navbar__mobile a { font-family: 'Syne', sans-serif; font-size: 28px; font-weight: 700; color: #fff; text-decoration: none; transition: color 0.2s; }
.h-navbar__mobile a:hover { color: #E8521A; }
.h-navbar__mobile-actions { display: flex; flex-direction: column; align-items: center; gap: 16px; margin-top: 16px; }
.h-mobile-menu { display: flex; flex-direction: column; align-items: flex-start; justify-content: flex-start; gap: 0; position: fixed; top: 0; left: 0; right: 0; bottom: 0; width: 100%; background: rgba(15,15,15,0.98); backdrop-filter: blur(24px); z-index: 1001; overflow-y: auto; padding: 1.2rem 1.5rem 2rem; transform: translateX(-100%); transition: transform 0.38s cubic-bezier(0.23, 1, 0.32, 1); pointer-events: none; }
.h-mobile-menu.open { transform: translateX(0); pointer-events: auto; }
.h-mobile-menu__header { display: flex; align-items: center; justify-content: space-between; padding: 0.8rem 0 1.5rem 0; margin-bottom: 0.5rem; border-bottom: 1px solid rgba(255,255,255,0.1); flex-shrink: 0; width: 100%; }
.h-mobile-menu__header .h-navbar__logo-name { color: #ffffff; }
.h-mobile-menu__header .h-navbar__logo-sub { color: rgba(255,255,255,0.6); }
.h-mobile-menu__close { background: none; border: none; cursor: pointer; color: rgba(255,255,255,0.8); padding: 8px; display: flex; align-items: center; justify-content: center; border-radius: 8px; transition: color 0.2s, background 0.2s; }
.h-mobile-menu__close:hover { color: #E8521A; background: rgba(255,255,255,0.08); }
.h-mobile-menu__overlay { display: none; position: fixed; top: 0; left: 0; right: 0; bottom: 0; background: rgba(0,0,0,0.55); z-index: 1000; opacity: 0; transition: opacity 0.3s ease; }
.h-mobile-menu__overlay.open { display: block; opacity: 1; }

.h-mobile-menu__link { font-family: 'Syne', sans-serif; font-size: 28px; font-weight: 700; color: rgba(255,255,255,0.85); text-decoration: none; transition: color 0.2s, transform 0.2s; padding: 1rem 0; opacity: 0; transform: translateX(-24px); width: 100%; text-align: left; border-bottom: 1px solid rgba(255,255,255,0.08); display: block; }
.h-mobile-menu__link:last-of-type { border-bottom: none; }
.h-mobile-menu__link:hover { color: #E8521A; transform: translateX(4px); }
.h-mobile-menu.open .h-mobile-menu__link { opacity: 1; transform: translateX(0); }
.h-mobile-menu.open .h-mobile-menu__link:nth-child(2) { transition: opacity 0.35s 0.15s ease, transform 0.35s 0.15s cubic-bezier(0.23,1,0.32,1), color 0.2s; }
.h-mobile-menu.open .h-mobile-menu__link:nth-child(3) { transition: opacity 0.35s 0.22s ease, transform 0.35s 0.22s cubic-bezier(0.23,1,0.32,1), color 0.2s; }
.h-mobile-menu.open .h-mobile-menu__link:nth-child(4) { transition: opacity 0.35s 0.29s ease, transform 0.35s 0.29s cubic-bezier(0.23,1,0.32,1), color 0.2s; }
.h-mobile-menu.open .h-mobile-menu__link:nth-child(5) { transition: opacity 0.35s 0.36s ease, transform 0.35s 0.36s cubic-bezier(0.23,1,0.32,1), color 0.2s; }
.h-mobile-menu.open .h-mobile-menu__link:nth-child(6) { transition: opacity 0.35s 0.43s ease, transform 0.35s 0.43s cubic-bezier(0.23,1,0.32,1), color 0.2s; }
.h-mobile-menu.open .h-mobile-menu__link:nth-child(7) { transition: opacity 0.35s 0.50s ease, transform 0.35s 0.50s cubic-bezier(0.23,1,0.32,1), color 0.2s; }
.h-mobile-menu__actions { display: flex; flex-direction: column; align-items: stretch; gap: 12px; margin-top: 0.5rem; width: 100%; opacity: 0; transform: translateX(-24px); }
.h-mobile-menu__actions a { width: 100%; justify-content: center; }
.h-mobile-menu.open .h-mobile-menu__actions { opacity: 1; transform: translateX(0); transition: opacity 0.35s 0.55s ease, transform 0.35s 0.55s cubic-bezier(0.23,1,0.32,1); }

/* HERO */
.h-hero { position: relative; height: 90vh; min-height: 600px; display: flex; flex-direction: column; justify-content: flex-end; overflow: hidden; padding-top: 82px; }
.h-hero--compact { height: 65vh !important; min-height: 420px !important; } .h-hero--compact .h-hero__title { font-size: clamp(2.8rem, 6vw, 5.5rem) !important; line-height: .95 !important; } .h-hero--compact .h-hero__label { color: #E8521A !important; } .h-hero--compact .h-hero__label .h-hero__label-dot { display: none !important; } .h-hero--compact .h-hero__bottom-row { padding-bottom: 4rem !important; } .h-hero__stats--hidden { display: none !important; }
.h-hero__bg { position: absolute; inset: 0; background-size: cover; background-position: center 25%; animation: kenBurns 22s ease-in-out infinite; }
@keyframes kenBurns { 0% { transform: scale(1.08) translateX(0px); } 50% { transform: scale(1.14) translateX(-12px); } 100% { transform: scale(1.08) translateX(0px); } }
.h-hero__overlay { position: absolute; inset: 0; background: linear-gradient(to top, rgba(10,10,10,0.88) 0%, rgba(10,10,10,0.3) 50%, rgba(10,10,10,0.1) 100%); }
.h-hero__bottom-row { position: relative; z-index: 10; max-width: 1440px; margin: 0 auto; padding: 0 calc(3rem - 4px) 5rem; width: 100%; display: flex; align-items: flex-end; justify-content: space-between; gap: 2rem; box-sizing: border-box; }
.h-hero__content { display: flex; flex-direction: column; gap: 2rem; flex: 1; }
.h-hero__label { display: inline-flex; align-items: center; gap: 8px; font-family: 'Outfit', sans-serif; font-size: 12px; font-weight: 600; color: rgba(255,255,255,0.7); letter-spacing: 2px; text-transform: uppercase; margin-bottom: 24px; }
.h-hero__label-dot { width: 6px; height: 6px; border-radius: 50%; background: #E8521A; }
.h-hero__title { font-family: 'Syne', sans-serif; font-weight: 700; font-size: clamp(4rem, 9vw, 9rem); line-height: 0.92; letter-spacing: -0.04em; color: #fff; margin-bottom: 0.5rem; }
.h-hero__title-accent { color: #E8521A; display: block; }
.h-hero__subtitle { font-family: 'Outfit', sans-serif; font-size: clamp(16px, 2vw, 20px); font-weight: 400; color: rgba(255,255,255,0.7); max-width: 440px; margin-top: 1.5rem; margin-bottom: 0; line-height: 1.65; font-size: 17px; }
.h-hero__ctas { display: flex; align-items: center; gap: 16px; flex-wrap: wrap; }

.h-hero__phone-btn { display: inline-flex; align-items: center; gap: 0.5rem; background-color: transparent; color: #ffffff; font-family: 'Outfit', sans-serif; font-size: 15px; font-weight: 600; letter-spacing: -0.01em; padding: 13px 27px; border: 1.5px solid rgba(255,255,255,0.45); border-radius: 9999px; cursor: pointer; transition: border-color 0.2s ease, background-color 0.2s ease; text-decoration: none; white-space: nowrap; }
.h-hero__phone-btn:hover { border-color: rgba(255,255,255,0.9); background-color: rgba(255,255,255,0.08); }
.h-hero__stats { display: flex; flex-direction: column; gap: 1.5rem; text-align: right; flex-shrink: 0; }
.h-hero__stat { text-align: right; }

.h-hero__stat-num { font-family: 'Syne', sans-serif; font-weight: 700; font-size: 1.75rem; color: #ffffff; letter-spacing: -0.04em; line-height: 1; }
.h-hero__stat-label { font-family: 'Outfit', sans-serif; font-size: 0.72rem; color: rgba(255,255,255,0.45); margin-top: 0.2rem; letter-spacing: 0.02em; text-align: right; }

/* USP TICKER */
.h-usp-section, .h-usp-ticker { background: #ffffff; padding: 0; border-bottom: 1px solid #E8E4DF; }
.h-usp-container { max-width: 1280px; margin: 0 auto; padding: 0; }
.h-usp-slider-container { overflow: hidden; -webkit-mask-image: linear-gradient(to right, transparent 0%, black 12%, black 88%, transparent 100%); mask-image: linear-gradient(to right, transparent 0%, black 12%, black 88%, transparent 100%); }
.h-usp-track { display: flex; align-items: center; gap: 0; width: max-content; animation: uspScroll 55s linear infinite; }
@keyframes uspScroll { from { transform: translateX(0); } to { transform: translateX(-50%); } }
.h-usp-item { display: flex; align-items: center; gap: 0.875rem; padding: 1.5rem 2.5rem; white-space: nowrap; flex-shrink: 0; }
.h-usp-item__icon { flex-shrink: 0; display: flex; align-items: center; }
.h-usp-item__text { font-family: 'Outfit', sans-serif; font-size: 0.9rem; font-weight: 500; color: #151515; letter-spacing: -0.01em; line-height: 1.3; }
.h-usp-item__divider { display: inline-block; width: 1px; height: 18px; background: #D8D4CF; margin-left: 2.5rem; flex-shrink: 0; }

/* INTRO */
.h-intro { padding: 8rem 0; background: #ffffff; }
.h-intro__grid { max-width: 1440px; margin: 0 auto; padding: 0 3rem; display: grid; grid-template-columns: 1fr 1fr; gap: 6rem; align-items: start; }
.h-intro__title { font-family: 'Syne', sans-serif; font-weight: 700; font-size: clamp(2.5rem, 4.5vw, 4rem); line-height: 1.0; letter-spacing: -0.04em; color: #151515; margin-bottom: 0; }
.h-intro__title-accent { color: #E8521A; }
.h-intro__body p { font-family: 'Outfit', sans-serif; font-size: 17px; font-weight: 400; color: #4A4A4A; line-height: 1.75; margin-bottom: 1.5rem; }
.h-intro__body-text { font-family: 'Outfit', sans-serif; font-size: 17px; font-weight: 400; color: #4A4A4A; line-height: 1.75; margin-bottom: 1.5rem; }
.h-intro__body-text:last-of-type { margin-bottom: 2.5rem; }
.h-intro__body { display: flex; flex-direction: column; }
.h-intro__cta { margin-top: 0; }
.h-intro__img-wrap { position: relative; }
.h-intro__img-wrap img { width: 100%; height: 480px; object-fit: cover; border-radius: 12px; display: block; }
.h-intro__badge { position: absolute; bottom: -20px; left: -20px; background: #E8521A; color: #fff; padding: 20px 24px; border-radius: 10px; text-align: center; box-shadow: 0 8px 32px rgba(232,82,26,0.35); }
.h-intro__badge-num { font-family: 'Syne', sans-serif; font-weight: 800; font-size: 32px; line-height: 1; display: block; }
.h-intro__badge-label { font-family: 'Outfit', sans-serif; font-size: 11px; font-weight: 500; letter-spacing: 1px; text-transform: uppercase; opacity: 0.9; display: block; }
.h-intro__badge2 { position: absolute; top: -20px; right: -20px; background: #fff; color: #111111; padding: 16px 20px; border-radius: 10px; text-align: center; box-shadow: 0 8px 32px rgba(0,0,0,0.12); }
.h-intro__badge2-num { font-family: 'Syne', sans-serif; font-weight: 800; font-size: 24px; line-height: 1; color: #E8521A; display: block; }
.h-intro__badge2-label { font-family: 'Outfit', sans-serif; font-size: 11px; font-weight: 500; letter-spacing: 0.5px; color: #666; display: block; }

/* DIENSTEN */
.h-diensten { padding: 8rem 0; background: #F5F4F2; }
.h-diensten__container { max-width: 1440px; margin: 0 auto; padding: 0 3rem; }
.h-diensten__header { text-align: left; margin-bottom: 3rem; }
.h-diensten__title { font-family: 'Syne', sans-serif; font-weight: 700; font-size: clamp(2rem, 3.5vw, 3rem); color: #151515; line-height: 1.05; letter-spacing: -0.04em; text-align: left; }
.h-diensten__grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 12px; height: 360px; }
.h-dienst-card { position: relative; height: 100%; border-radius: 16px; overflow: hidden; display: block; cursor: pointer; text-decoration: none; }

.h-dienst-card__bg { position: absolute; inset: 0; background-size: cover; background-position: center; transition: transform 0.6s cubic-bezier(0.23, 1, 0.32, 1); }
.h-dienst-card:hover .h-dienst-card__bg { transform: scale(1.05); }
.h-dienst-card__gradient { position: absolute; inset: 0; background: linear-gradient(to top, rgba(0,0,0,0.85) 0%, rgba(0,0,0,0.2) 60%, transparent 100%); transition: opacity 0.4s; }
.h-dienst-card:hover .h-dienst-card__gradient { opacity: 0; }
.h-dienst-card__hover { position: absolute; inset: 0; background: rgba(15,15,15,0.88); display: flex; flex-direction: column; justify-content: flex-end; padding: 2rem; transform: translateY(100%); transition: transform 0.5s cubic-bezier(0.23, 1, 0.32, 1); opacity: 1; }
.h-dienst-card:hover .h-dienst-card__hover { transform: translateY(0%); }
.h-dienst-card__hover h3 { font-family: 'Syne', sans-serif; font-weight: 800; font-size: 22px; color: #fff; margin-bottom: 12px; }
.h-dienst-card__hover p { font-family: 'Outfit', sans-serif; font-size: 15px; color: rgba(255,255,255,0.9); line-height: 1.6; }
.h-dienst-card__hover-cta { display: inline-flex; align-items: center; gap: 8px; font-family: 'Outfit', sans-serif; font-size: 14px; font-weight: 600; color: #E8521A; }
.h-dienst-card__title-rest { position: absolute; bottom: 0; left: 0; right: 0; padding: 24px; transition: opacity 0.4s; }
.h-dienst-card:hover .h-dienst-card__title-rest { opacity: 0; }
.h-dienst-card__title-rest h3 { font-family: 'Syne', sans-serif; font-weight: 700; font-size: 18px; color: #fff; }
.h-diensten__footer { margin-top: 2.5rem; display: flex; justify-content: center; }

/* WAAROM */
.h-waarom { padding: 8rem 0; background: #ffffff; overflow: hidden; }
.h-waarom__inner { max-width: 1440px; margin: 0 auto; padding: 0 3rem; }
.h-waarom__label { font-family: 'Outfit', sans-serif; font-size: 12px; font-weight: 600; color: #E8521A; letter-spacing: 2px; text-transform: uppercase; margin-bottom: 16px; }
.h-waarom__title { font-family: 'Syne', sans-serif; font-weight: 700; font-size: clamp(2rem, 3.5vw, 3rem); color: #151515; line-height: 1.05; letter-spacing: -0.04em; margin-bottom: 3rem; }
.h-waarom__title-accent { color: #E8521A; display: block; }
.h-waarom-slider { display: grid; grid-template-columns: 1fr 1fr; gap: 0; min-height: 520px; height: auto; border-radius: 20px; overflow: hidden; background: #151515; }
.h-waarom-slider__left { padding: 4rem; display: flex; flex-direction: column; justify-content: space-between; }
.h-waarom-slider__counter { font-family: 'Outfit', sans-serif; font-size: 0.7rem; font-weight: 600; color: #E8521A; letter-spacing: 0.2em; text-transform: uppercase; margin-bottom: 2rem; }
.h-waarom-slide { display: none; }
.h-waarom-slide.active { display: block; }
.h-waarom-slide__title { font-family: 'Syne', sans-serif; font-weight: 700; font-size: clamp(1.5rem, 2.5vw, 2.25rem); line-height: 1.1; letter-spacing: -0.035em; color: #ffffff; margin-bottom: 1.5rem; }
.h-waarom-slide__body { font-family: 'Outfit', sans-serif; font-size: 17px; color: rgba(255,255,255,0.62); line-height: 1.75; }
.h-waarom-slider__progress { display: none; }
.h-waarom-progress-bar { height: 2px; flex: 1; background: rgba(255,255,255,0.15); border-radius: 2px; overflow: hidden; }
.h-waarom-progress-bar__fill { height: 100%; background: #E8521A; border-radius: 2px; width: 0; transition: width 0.4s; }
.h-waarom-progress-bar.active .h-waarom-progress-bar__fill { width: 100%; }
.h-waarom-slider__nav { display: flex; align-items: center; gap: 1rem; margin-top: 2.5rem; }
.h-waarom-nav-btn { width: 48px; height: 48px; border-radius: 50%; border: 1.5px solid rgba(255,255,255,0.2); background: transparent; color: #fff; cursor: pointer; display: flex; align-items: center; justify-content: center; transition: border-color 0.2s ease; }
.h-waarom-nav-btn:hover { border-color: rgba(255,255,255,0.7); }
.h-waarom-slider__nav-progress { flex: 1; height: 2px; background: rgba(255,255,255,0.15); border-radius: 9999px; overflow: hidden; margin-left: 0.5rem; }
.h-waarom-slider__nav-progress-fill { height: 100%; background: #E8521A; border-radius: 9999px; width: 0; transition: width 0.1s linear; }
.h-waarom-slider__dots { display: flex; gap: 6px; margin-left: 0.5rem; }
.h-waarom-dot { height: 8px; border-radius: 9999px; background: rgba(255,255,255,0.25); border: none; cursor: pointer; transition: width 0.3s ease; padding: 0; }
.h-waarom-dot.active { width: 24px; background: #E8521A; }
.h-waarom-dot:not(.active) { width: 8px; }
.h-waarom__cta { margin-top: 2rem; }

.h-waarom-slider__right { background-size: cover; background-position: center; transition: background-image 0.5s; min-height: 520px; align-self: stretch; }

/* PROJECTEN */
.h-projecten { padding: 8rem 0; background: #ffffff; }
.h-projecten__inner { max-width: 1440px; margin: 0 auto; padding: 0 3rem; }
.h-projecten__header { display: flex; align-items: flex-end; justify-content: space-between; gap: 2rem; margin-bottom: 3rem; }
.h-projecten__label { font-family: 'Outfit', sans-serif; font-size: 12px; font-weight: 600; color: #E8521A; letter-spacing: 2px; text-transform: uppercase; margin-bottom: 8px; }
.h-projecten__title { font-family: 'Syne', sans-serif; font-weight: 700; font-size: clamp(2rem, 3.5vw, 3rem); color: #151515; line-height: 1.05; letter-spacing: -0.04em; }
.h-projecten__desc { font-family: 'Outfit', sans-serif; font-size: 1rem; line-height: 1.75; color: #6B6560; margin: 0; }
.h-projecten-slider { display: grid; grid-template-columns: 2fr 1fr; gap: 16px; align-items: start; }
.h-project-main { position: relative; border-radius: 12px; overflow: hidden; height: 680px; transition: opacity 0.35s cubic-bezier(0.23,1,0.32,1); }
.h-project-main__img-bg { position: absolute; inset: 0; background-size: cover; background-position: center; transition: transform 0.6s cubic-bezier(0.23, 1, 0.32, 1); }
.h-project-main:hover .h-project-main__img-bg { transform: scale(1.03); }
.h-project-main__overlay { position: absolute; inset: 0; background: linear-gradient(to top, rgba(0,0,0,0.75) 0%, transparent 50%); }
.h-project-main__meta { position: absolute; bottom: 0; left: 0; right: 0; padding: 32px; display: flex; align-items: flex-end; justify-content: space-between; }
.h-project-main__title { font-family: 'Syne', sans-serif; font-weight: 700; font-size: 22px; color: #fff; }
.h-project-main__tags { display: flex; gap: 8px; margin-top: 8px; }
.h-project-tag { font-family: 'Outfit', sans-serif; font-size: 12px; font-weight: 500; color: rgba(255,255,255,0.8); background: rgba(255,255,255,0.12); padding: 4px 10px; border-radius: 20px; backdrop-filter: blur(4px); }
.h-project-next { position: relative; border-radius: 12px; overflow: hidden; height: 330px; cursor: pointer; }
.h-project-next__img-bg { position: absolute; inset: 0; background-size: cover; background-position: center; transition: transform 0.6s cubic-bezier(0.23, 1, 0.32, 1); }
.h-project-next:hover .h-project-next__img-bg { transform: scale(1.05); }
.h-project-next__overlay { position: absolute; inset: 0; background: linear-gradient(to top, rgba(0,0,0,0.7) 0%, transparent 60%); }
.h-project-next__meta { position: absolute; bottom: 0; left: 0; right: 0; padding: 20px; }
.h-project-next__title { font-family: 'Syne', sans-serif; font-weight: 700; font-size: 16px; color: #fff; }
.h-projecten-slider__nav { display: flex; align-items: center; gap: 12px; }
.h-project-nav-btn { width: 44px; height: 44px; border-radius: 50%; border: 1px solid #ddd; background: #fff; cursor: pointer; display: flex; align-items: center; justify-content: center; transition: all 0.2s; color: #111111; }
.h-project-nav-btn:hover { background: #111111; color: #fff; border-color: #111111; }
.h-project-counter { font-family: 'Outfit', sans-serif; font-size: 13px; font-weight: 600; color: #999; letter-spacing: 1px; }
.h-project-meta-table { display: grid; grid-template-columns: 1fr 1fr; gap: 12px; margin-top: 16px; }
.h-project-meta-item { display: flex; flex-direction: column; gap: 4px; }
.h-project-meta-label { font-family: 'Outfit', sans-serif; font-size: 11px; font-weight: 600; color: rgba(255,255,255,0.5); text-transform: uppercase; letter-spacing: 1px; }
.h-project-meta-value { font-family: 'Outfit', sans-serif; font-size: 14px; font-weight: 500; color: rgba(255,255,255,0.9); }

/* REVIEWS */
.h-reviews { padding: 8rem 0; background: #F5F4F2; overflow: hidden; }
.h-reviews__container { max-width: 1440px; margin: 0 auto; padding: 0 3rem; }
.h-reviews__header { display: flex; align-items: flex-end; justify-content: space-between; margin-bottom: 48px; }
.h-reviews__label { font-family: 'Outfit', sans-serif; font-size: 12px; font-weight: 600; color: #E8521A; letter-spacing: 2px; text-transform: uppercase; margin-bottom: 8px; }
.h-reviews__title { font-family: 'Syne', sans-serif; font-weight: 800; font-size: clamp(32px, 4vw, 52px); color: #111111; line-height: 1.1; }
.h-reviews__score-block { text-align: right; }
.h-reviews__score-num { font-family: 'Outfit', sans-serif; font-weight: 800; font-size: 56px; color: #111111; line-height: 1; letter-spacing: -0.02em; }
.h-reviews__score-label { font-family: 'Outfit', sans-serif; font-size: 14px; color: #666; }
.h-reviews__track-wrapper { overflow: hidden; }
.h-reviews__track { display: flex; gap: 20px; transition: transform 0.5s cubic-bezier(0.23, 1, 0.32, 1); }
.h-review-card { flex: 0 0 calc(33.333% - 14px); background: #fff; border-radius: 12px; padding: 32px; box-shadow: 0 2px 20px rgba(0,0,0,0.06); }
.h-review-card__stars { display: flex; gap: 4px; margin-bottom: 16px; }
.h-review-card__star { color: #E8521A; font-size: 16px; }
.h-review-card__text { font-family: 'Outfit', sans-serif; font-size: 16px; color: #333; line-height: 1.7; margin-bottom: 24px; font-style: italic; }
.h-review-card__author { display: flex; align-items: center; gap: 12px; }
.h-review-card__avatar { width: 44px; height: 44px; border-radius: 50%; background: #E8521A; display: flex; align-items: center; justify-content: center; font-family: 'Syne', sans-serif; font-weight: 700; font-size: 16px; color: #fff; flex-shrink: 0; }
.h-review-card__name { font-family: 'Outfit', sans-serif; font-weight: 600; font-size: 15px; color: #111111; }
.h-review-card__location { font-family: 'Outfit', sans-serif; font-size: 13px; color: #999; }
.h-reviews__nav { display: flex; align-items: center; gap: 12px; margin-top: 40px; }
.h-reviews__btn-prev, .h-reviews__btn-next { width: 44px; height: 44px; border-radius: 50%; border: 1px solid #ddd; background: #fff; cursor: pointer; display: flex; align-items: center; justify-content: center; transition: all 0.2s; color: #111111; }
.h-reviews__btn-prev, .h-reviews__btn-next:hover { background: #111111; color: #fff; border-color: #111111; }
.h-reviews__dots { display: flex; gap: 8px; }
.h-reviews__dot { width: 8px; height: 8px; border-radius: 50%; background: #ddd; cursor: pointer; transition: all 0.2s; }
.h-reviews__dot.active { background: #E8521A; width: 24px; border-radius: 4px; }

/* FAQ */
.h-faq { padding: 120px 0; background: #fff; }
.h-faq__container { max-width: 1280px; margin: 0 auto; padding: 0 40px; }
.h-faq__grid { display: grid; grid-template-columns: 1fr 1fr; gap: 80px; align-items: start; }
.h-faq__label { font-family: 'Outfit', sans-serif; font-size: 12px; font-weight: 600; color: #E8521A; letter-spacing: 2px; text-transform: uppercase; margin-bottom: 16px; }
.h-faq__title { font-family: 'Syne', sans-serif; font-weight: 800; font-size: clamp(32px, 4vw, 52px); color: #111111; line-height: 1.1; }
.h-faq__intro { font-family: 'Outfit', sans-serif; font-size: 17px; color: #666; line-height: 1.75; margin-bottom: 40px; }
.h-faq__cta { margin-top: 8px; }
.h-faq-item { border-bottom: 1px solid #eee; }
.h-faq-item__trigger { width: 100%; background: none; border: none; cursor: pointer; display: flex; align-items: center; justify-content: space-between; padding: 20px 0; text-align: center; }
.h-faq-item__question { font-family: 'Outfit', sans-serif; font-size: 16px; font-weight: 600; color: #111111; line-height: 1.4; }
.h-faq-item__icon { width: 28px; height: 28px; border-radius: 50%; background: #f5f5f5; display: flex; align-items: center; justify-content: center; flex-shrink: 0; transition: all 0.3s; font-size: 18px; color: #666; line-height: 1; }
.h-faq-item.open .h-faq-item__icon { background: #E8521A; color: #fff; transform: rotate(45deg); }
.h-faq-item__answer { max-height: 0; overflow: hidden; transition: max-height 0.4s cubic-bezier(0.23, 1, 0.32, 1), padding 0.3s; }
.h-faq-item.open .h-faq-item__answer { max-height: 300px; padding-bottom: 20px; }
.h-faq-item__answer p { font-family: 'Outfit', sans-serif; font-size: 15px; color: #555; line-height: 1.75; }

/* BLOG */
.h-blog { padding: 120px 0; background: #f9f8f6; }
.h-blog__container { max-width: 1280px; margin: 0 auto; padding: 0 40px; }
.h-blog__header { display: flex; align-items: flex-end; justify-content: space-between; margin-bottom: 48px; }
.h-blog__title { font-family: 'Syne', sans-serif; font-weight: 800; font-size: clamp(32px, 4vw, 52px); color: #111111; line-height: 1.1; }
.h-blog__grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 24px; }
.h-blog-card { background: #fff; border-radius: 12px; overflow: hidden; box-shadow: 0 2px 20px rgba(0,0,0,0.06); transition: transform 0.3s, box-shadow 0.3s; display: block; }
.h-blog-card:hover { transform: translateY(-4px); box-shadow: 0 8px 40px rgba(0,0,0,0.1); }
.h-blog-card__img { height: 200px; background-size: cover; background-position: center; background-color: #f0ede8; }
.h-blog-card__body { padding: 24px; }
.h-blog-card__cat { font-family: 'Outfit', sans-serif; font-size: 11px; font-weight: 600; color: #E8521A; letter-spacing: 1.5px; text-transform: uppercase; margin-bottom: 10px; }
.h-blog-card__title { font-family: 'Syne', sans-serif; font-weight: 700; font-size: 18px; color: #111111; line-height: 1.3; margin-bottom: 12px; }
.h-blog-card__excerpt { font-family: 'Outfit', sans-serif; font-size: 14px; color: #666; line-height: 1.6; margin-bottom: 16px; }
.h-blog-card__meta { font-family: 'Outfit', sans-serif; font-size: 12px; color: #999; display: flex; align-items: center; gap: 8px; }
.h-blog__footer { margin-top: 40px; text-align: center; }

/* CTA BANNER */
.h-cta-banner { padding: 10rem 0; position: relative; overflow: hidden; }
.h-cta-banner__bg { position: absolute; inset: 0; background-size: cover; background-position: center; }
.h-cta-banner__overlay { position: absolute; inset: 0; background: rgba(15,15,15,0.82); }
.h-cta-banner__inner { position: relative; z-index: 2; max-width: 1440px; margin: 0 auto; padding: 0 3rem; text-align: left; }
.h-cta-banner__title { font-family: 'Syne', sans-serif; font-weight: 700; font-size: clamp(2.5rem, 5.5vw, 5rem); color: #fff; line-height: 0.95; letter-spacing: -0.04em; margin-bottom: 1.5rem; max-width: 700px; }
.h-cta-banner__subtitle { font-family: 'Outfit', sans-serif; font-size: 17px; color: rgba(255,255,255,0.65); max-width: 480px; margin: 0 0 3rem; line-height: 1.75; }
.h-cta-banner__actions { display: flex; align-items: center; justify-content: flex-start; gap: 16px; flex-wrap: wrap; }
.h-cta-banner__phone { font-family: 'Outfit', sans-serif; font-size: 15px; font-weight: 600; color: #ffffff; display: inline-flex; align-items: center; gap: 8px; text-decoration: none; transition: border-color 0.2s; padding: 13px 27px; border: 1.5px solid rgba(255,255,255,0.4); border-radius: 9999px; letter-spacing: -0.01em; }
.h-cta-banner__phone:hover { border-color: rgba(255,255,255,0.9); }

/* FOOTER */
.h-footer { background: #111111; padding: 80px 0 0; }
.h-footer__inner { max-width: 1280px; margin: 0 auto; padding: 0 40px; }
.h-footer__grid { display: grid; grid-template-columns: 2fr 1fr 1fr 1fr; gap: 60px; padding-bottom: 60px; border-bottom: 1px solid rgba(255,255,255,0.08); }
.h-footer__logo { display: flex; align-items: center; gap: 10px; margin-bottom: 20px; }
.h-footer__logo-icon { width: 36px; height: 36px; background: #E8521A; border-radius: 6px; display: flex; align-items: center; justify-content: center; font-family: 'Syne', sans-serif; font-weight: 800; font-size: 16px; color: #fff; }
.h-footer__logo-text-top { font-family: 'Syne', sans-serif; font-weight: 800; font-size: 18px; color: #fff; }
.h-footer__logo-text-bottom { font-family: 'Outfit', sans-serif; font-size: 11px; font-weight: 400; color: rgba(255,255,255,0.5); letter-spacing: 1.5px; text-transform: uppercase; }
.h-footer__tagline { font-family: 'Outfit', sans-serif; font-size: 15px; color: rgba(255,255,255,0.55); line-height: 1.7; margin-bottom: 28px; max-width: 280px; }
.h-footer__contact-item { display: flex; align-items: center; gap: 10px; margin-bottom: 12px; }
.h-footer__contact-item a { font-family: 'Outfit', sans-serif; font-size: 14px; color: rgba(255,255,255,0.65); text-decoration: none; transition: color 0.2s; }
.h-footer__contact-item a:hover { color: #E8521A; }
.h-footer__col-title { font-family: 'Syne', sans-serif; font-weight: 700; font-size: 14px; color: #fff; letter-spacing: 0.5px; margin-bottom: 20px; text-transform: uppercase; }
.h-footer__col ul { list-style: none; display: flex; flex-direction: column; gap: 10px; }
.h-footer__col ul li a { font-family: 'Outfit', sans-serif; font-size: 14px; color: rgba(255,255,255,0.55); text-decoration: none; transition: color 0.2s; }
.h-footer__col ul li a:hover { color: #E8521A; }
.h-footer__werkgebied { font-family: 'Outfit', sans-serif; font-size: 13px; color: rgba(255,255,255,0.45); line-height: 1.8; }
.h-footer__bottom { padding: 24px 0; display: flex; align-items: center; justify-content: space-between; flex-wrap: wrap; gap: 16px; }
.h-footer__copy { font-family: 'Outfit', sans-serif; font-size: 13px; color: rgba(255,255,255,0.35); }
.h-footer__bottom-links { display: flex; gap: 24px; }
.h-footer__bottom-links a { font-family: 'Outfit', sans-serif; font-size: 13px; color: rgba(255,255,255,0.35); text-decoration: none; transition: color 0.2s; }
.h-footer__bottom-links a:hover { color: rgba(255,255,255,0.65); }

/* RESPONSIVE */
@media (max-width: 1400px) {
  .h-navbar__nav { display: none; }
  .h-navbar__phone { display: none; }
  .h-navbar__hamburger { display: flex !important; }
  .h-navbar__inner {
    padding: 0 16px;
    grid-template-columns: auto 1fr;
    gap: 0;
  }
  }
  .h-navbar__right {
    gap: 10px;
    justify-content: flex-end;
  }
  .h-navbar__cta { display: none; }
  .h-intro__img-wrap { order: -1; }
  .h-project-next { height: 240px; }
  .h-faq__grid { grid-template-columns: 1fr; gap: 48px; }
  .h-footer__grid { grid-template-columns: 1fr 1fr; gap: 40px; }
  .h-reviews__header { flex-direction: column; align-items: flex-start; gap: 16px; }
  .h-reviews__score-block { text-align: center; }
}
@media (max-width: 480px) {
  .h-navbar__inner { padding: 0 16px; }
}


@media (max-width: 768px) {
  .h-waarom-slider { grid-template-columns: 1fr; gap: 40px; }
  .h-waarom-slider__right { height: 300px; }
}
@media (max-width: 768px) {
  .h-intro__grid { grid-template-columns: 1fr; gap: 48px; }
}
@media (max-width: 768px) {
  .h-diensten__grid { grid-template-columns: 1fr; }
  .h-blog__grid { grid-template-columns: 1fr; }
  .h-footer__grid { grid-template-columns: 1fr; gap: 32px; }
  .h-review-card { flex: 0 0 calc(100% - 10px); }
  .h-diensten__header { flex-direction: column; align-items: flex-start; gap: 16px; }
  .h-projecten__header { flex-direction: column; align-items: flex-start; gap: 16px; }
  .h-blog__header { flex-direction: column; align-items: flex-start; gap: 16px; }
  .h-hero { height: 70vh; min-height: 460px; }
  .h-hero__label { margin-bottom: 8px; }
  .h-hero--compact .h-hero__title { font-size: 30px !important; line-height: 1.1 !important; margin-bottom: 10px; }
  .h-hero__subtitle { font-size: 14px; margin-top: 10px; line-height: 1.5; }
  .h-hero--compact { height: 45.5vh !important; min-height: 340px !important; }
  .h-hero__stats { display: none; }
  .h-hero--compact .h-hero__ctas { display: none; }

  .h-cta-banner__actions { flex-direction: column; }
  .h-footer__bottom { flex-direction: column; text-align: center; }
}

/* ── USP Ticker Animation ─────────────────────────────────────────────────── */
@keyframes usp-scroll {
  0%   { transform: translateX(0); }
  100% { transform: translateX(-50%); }
}
.h-usp-track {
  display: flex;
  width: max-content;
  animation: usp-scroll 55s linear infinite;
}
.h-usp-slider-container {
  overflow: hidden;
  -webkit-mask-image: linear-gradient(to right, transparent 0%, black 8%, black 92%, transparent 100%);
  mask-image: linear-gradient(to right, transparent 0%, black 8%, black 92%, transparent 100%);
}
.h-usp-ticker:hover .h-usp-track { animation-play-state: paused; }
@media (prefers-reduced-motion: reduce) { .h-usp-track { animation: none; } }

/* ── Intro image ──────────────────────────────────────────────────────────── */
.h-intro__img-wrap {
  margin-bottom: 2rem;
  overflow: hidden;
}
.h-intro__img {
  width: 100%;
  height: auto;
  display: block;
  object-fit: cover;
}

/* === EXTRA FIXES === */
.h-projecten__inner { max-width: 1440px; margin: 0 auto; padding: 0 3rem; }
.h-projecten__header-right { display: flex; flex-direction: column; justify-content: flex-end; }
.h-projecten__header-right .h-btn-secondary { margin-top: 16px; display: inline-flex; }
.h-projecten-slider__right { display: flex; flex-direction: column; gap: 20px; }
.h-projecten-slider__nav { display: flex; align-items: center; justify-content: space-between; margin-top: 8px; }
/* === Projecten slider nieuwe structuur === */
.h-proj-col-main { display: flex; flex-direction: column; }
.h-proj-main-img { position: relative; height: 520px; border-radius: 16px 16px 0 0; overflow: hidden; }
.h-proj-main-img__bg { position: absolute; inset: 0; background-size: cover; background-position: center; transition: transform 0.6s cubic-bezier(0.23,1,0.32,1); }
.h-proj-main-img:hover .h-proj-main-img__bg { transform: scale(1.03); }
.h-proj-main-img__overlay { position: absolute; inset: 0; background: linear-gradient(to top, rgba(0,0,0,0.65) 0%, transparent 55%); }
.h-proj-main-img__title { position: absolute; bottom: 0; left: 0; right: 0; padding: 2rem 2.5rem; font-family: 'Syne', sans-serif; font-weight: 700; font-size: 1.5rem; color: #ffffff; letter-spacing: -0.03em; line-height: 1.2; }
.h-proj-info-bar { background: #F5F4F2; border-radius: 0 0 16px 16px; padding: 1.25rem 2.5rem; display: flex; align-items: center; gap: 2.5rem; }
.h-proj-info-bar--next { padding: 1.25rem 1.5rem; gap: 1.25rem; }
.h-proj-info-col { display: flex; flex-direction: column; }
.h-proj-info-label { font-family: 'Outfit', sans-serif; font-size: 0.65rem; font-weight: 600; letter-spacing: 0.18em; text-transform: uppercase; color: #9B9590; }
.h-proj-info-value { font-family: 'Syne', sans-serif; font-weight: 700; font-size: 0.95rem; color: #151515; margin-top: 2px; }
.h-proj-info-value--sm { font-size: 0.85rem; }
.h-proj-info-divider { width: 1px; height: 32px; background: #D8D4CF; flex-shrink: 0; }
.h-proj-info-cta { margin-left: auto; text-decoration: none; }
.h-proj-col-next { display: flex; flex-direction: column; cursor: pointer; opacity: 0.75; transition: opacity 0.3s ease; }
.h-proj-col-next:hover { opacity: 1; }
.h-proj-next-img { position: relative; height: 520px; border-radius: 16px 16px 0 0; overflow: hidden; }
.h-proj-next-img__bg { position: absolute; inset: 0; background-size: cover; background-position: center; transition: transform 0.6s cubic-bezier(0.23,1,0.32,1); }
.h-proj-col-next:hover .h-proj-next-img__bg { transform: scale(1.05); }
.h-proj-next-img__overlay { position: absolute; inset: 0; background: linear-gradient(to top, rgba(0,0,0,0.65) 0%, transparent 55%); }
.h-proj-next-img__title { position: absolute; bottom: 0; left: 0; right: 0; padding: 2rem 2rem; font-family: 'Syne', sans-serif; font-weight: 700; font-size: 1.1rem; color: #ffffff; letter-spacing: -0.025em; line-height: 1.2; }
/* Nav rij onder slider */
.h-proj-nav-row { display: flex; align-items: center; gap: 1.5rem; margin-top: 1.5rem; }
.h-proj-counter { font-family: 'Outfit', sans-serif; font-weight: 600; font-size: 0.85rem; color: #151515; white-space: nowrap; min-width: 52px; }
.h-proj-progress { flex: 1; height: 2px; background: #E8E4DF; border-radius: 9999px; overflow: hidden; position: relative; }
.h-proj-progress__fill { position: absolute; top: 0; left: 0; height: 100%; width: 0; background: #E8521A; border-radius: 9999px; transition: width 0.05s linear; }
.h-proj-nav-btns { display: flex; gap: 8px; }
.h-proj-nav-btn { width: 44px; height: 44px; border-radius: 9999px; border: 1.5px solid #D8D4CF; background: transparent; display: flex; align-items: center; justify-content: center; cursor: pointer; transition: border-color 0.2s, background 0.2s, color 0.2s; color: #151515; }
.h-proj-nav-btn:hover { border-color: #151515; background: #151515; color: #fff; }

.h-waarom__inner { max-width: 1440px; margin: 0 auto; padding: 0 3rem; }
.h-waarom__header { margin-bottom: 60px; }

/* ── GLOBAL MOBILE OVERFLOW FIX ─────────────────────────────────────────── */
html, body {
  overflow-x: hidden;
  max-width: 100%;
}
*, *::before, *::after {
  box-sizing: border-box;
}

@media (max-width: 768px) {
  /* Sections: reduce large paddings */
  .h-intro { padding: 4rem 0; }
  .h-diensten { padding: 4rem 0; }
  .h-waarom { padding: 4rem 0; }
  .h-projecten { padding: 4rem 0; }
  .h-reviews { padding: 4rem 0; }
  .h-faq { padding: 2.5rem 0; }
  .h-blog { padding: 2.5rem 0; }
  .h-cta-banner { padding: 4rem 0; }

  /* Containers: reduce side padding */
  .h-intro__grid,
  .h-diensten__container,
  .h-waarom__inner,
  .h-projecten__inner,
  .h-reviews__inner,
  .h-faq__inner,
  .h-blog__inner,
  .h-cta-banner__inner,
  .h-footer__inner { padding-left: 1.25rem; padding-right: 1.25rem; }

  /* Badges that overflow with negative offsets */
  .h-intro__badge { bottom: 0; left: 0; }
  .h-intro__badge2 { top: 0; right: 0; }

  /* Hero */
  .h-hero__bottom-row { padding: 0 16px 2.5rem; }

  /* Projecten slider: single column */
  .h-projecten-slider { grid-template-columns: 1fr; }
  .h-project-next { display: none; }

  /* Reviews */
  .h-reviews__track { gap: 12px; }

  /* Footer */
  .h-footer__grid { grid-template-columns: 1fr; gap: 2rem; }

  /* CTA banner */
  .h-cta-banner__actions { flex-direction: column; align-items: flex-start; }

  /* Waarom slider */
  .h-waarom-slider__right { height: 240px; }

  /* USP ticker: ensure no overflow */
  .h-usp-section, .h-usp-ticker { overflow: hidden; }
}

@media (max-width: 480px) {
  /* Extra small screens */
  .h-intro__grid,
  .h-diensten__container,
  .h-waarom__inner,
  .h-projecten__inner,
  .h-reviews__inner,
  .h-faq__inner,
  .h-blog__inner,
  .h-cta-banner__inner,
  .h-footer__inner { padding-left: 1rem; padding-right: 1rem; }

  .h-hero__bottom-row { padding: 0 16px 2rem; }

  /* Hide badges on very small screens */
  .h-intro__badge, .h-intro__badge2 { display: none; }

  /* Projecten info bar */
  .h-proj-info-bar { flex-direction: column; gap: 1rem; padding: 1.25rem; }
  .h-proj-info-divider { display: none; }
}

/* ══════════════════════════════════════════════════════════════════════════
   COMPREHENSIVE MOBILE FIXES — July 2026
   ══════════════════════════════════════════════════════════════════════════ */

/* 1. HAMBURGER ICON TOGGLE */
.h-close-icon { display: none; }
.h-hamburger-icon { display: block; color: #ffffff; } .h-navbar.scrolled .h-hamburger-icon { color: #151515; } .h-close-icon { color: #ffffff; } .h-navbar.scrolled .h-close-icon { color: #151515; }
#h-hamburger.open .h-close-icon { display: block; }
#h-hamburger.open .h-hamburger-icon { display: none; }

@media (max-width: 1024px) {
  /* 2. DIENSTEN CARDS — prevent crushing, allow scroll */
  .h-diensten__grid {
    grid-template-columns: repeat(2, 1fr);
    height: auto;
    min-height: 0;
  }
  .h-dienst-card { height: 220px; }
}

@media (max-width: 768px) {
  /* 2. DIENSTEN CARDS — single column on mobile */
  .h-diensten__grid {
    grid-template-columns: 1fr;
    height: auto;
  }
  .h-dienst-card { height: 200px; }

  /* 3. WAAROM SLIDER — image boven, content onder */
  .h-waarom-slider {
    grid-template-columns: 1fr;
    min-height: 0;
    height: auto !important;
    overflow: visible;
    border-radius: 16px;
  }
  .h-waarom-slider__right {
    order: -1;
    height: 260px;
    min-height: 0;
    border-radius: 16px 16px 0 0;
  }
  .h-waarom-slider__left {
    order: 1;
    padding: 2rem 1.5rem 2.5rem;
    border-radius: 0 0 16px 16px;
    height: auto;
    overflow: visible;
  }

  /* 4. PROJECTEN SLIDER — single card, full width */
  .h-projecten-slider {
    grid-template-columns: 1fr;
    gap: 12px;
  }
  .h-project-main { height: 480px; }
  .h-project-next { display: none; }
  .h-projecten__header { flex-direction: column; align-items: flex-start; gap: 1rem; }
  .h-projecten__header-right { width: 100%; }
  .h-proj-nav-btns { justify-content: flex-start; }

  /* 5. REVIEWS — 1 review per keer */
  .h-review-card {
    flex: 0 0 100%;
    min-width: 0;
  }
  .h-reviews__track { gap: 0; }
  .h-rev-nav { flex-wrap: wrap; gap: 0.75rem !important; }
  .h-reviews__header { flex-direction: column; align-items: flex-start; gap: 1rem; }

  /* 6. FAQ — header boven, items eronder (1 kolom) */
  .h-faq__grid {
    grid-template-columns: 1fr;
    gap: 2.5rem;
  }
  .h-faq__container { padding: 0 1.25rem; }

  /* 7. BLOG GRID — kaarten onder elkaar */
  .h-blog__grid { grid-template-columns: 1fr; }
  .h-blog__header { flex-direction: column; align-items: flex-start; gap: 1rem; }
  .h-blog__container { padding: 0 1.25rem; }

  /* 8. FOOTER — alles onder elkaar */
  .h-footer__grid { grid-template-columns: 1fr; gap: 2rem; }
  .h-footer__inner { padding: 0 1.25rem; }
  .h-footer__bottom { flex-direction: column; text-align: center; gap: 1rem; }
  .h-footer__werkgebied { padding: 1.5rem; }
}

@media (max-width: 768px) {
  .h-faq { padding: 60px 0; }
  .h-blog { padding: 60px 0; }
}
@media (max-width: 480px) {
  .h-dienst-card { height: 180px; }
  .h-project-main { height: 400px; }
  .h-waarom-slider__right { height: 220px; }
  .h-faq__container { padding: 0 1rem; }
  .h-blog__container { padding: 0 1rem; }
  .h-footer__inner { padding: 0 1rem; }
  .h-reviews__inner { padding: 0 1rem; }
}

/* ── INLINE-STYLE OVERRIDES FOR RESPONSIVE GRIDS ─────────────────────────── */
/* Reviews section header */
.h-rev-header { flex-wrap: wrap !important; }

/* Blog grid (homepage shortcode) */
@media (max-width: 768px) {
  .hb-blog-grid { grid-template-columns: 1fr !important; }
  .hb-blog-container { padding-left: 1.25rem !important; padding-right: 1.25rem !important; }
  .h-rev-header { flex-direction: column !important; align-items: flex-start !important; }
  .h-rev-rating-block { align-items: flex-start !important; }
}
@media (max-width: 480px) {
  .hb-blog-container { padding-left: 1rem !important; padding-right: 1rem !important; }
}

/* Footer grid */
@media (max-width: 768px) {
  .hf-footer-grid { grid-template-columns: 1fr !important; gap: 2rem !important; }
}

/* Reviews section wrapper padding */
@media (max-width: 768px) {
  #h-rev-track-wrap { overflow: hidden; }
}

/* Reviews section responsive */
@media (max-width: 768px) {
  .h-reviews-section { padding: 4rem 0 !important; }
  .h-reviews-container { padding-left: 1.25rem !important; padding-right: 1.25rem !important; }
}
@media (max-width: 480px) {
  .h-reviews-container { padding-left: 1rem !important; padding-right: 1rem !important; }
}

/* ── FAQ & PROJECTEN INLINE GRID OVERRIDES ───────────────────────────────── */
@media (max-width: 768px) {
  /* FAQ: header boven, accordion eronder */
  .hf-faq-grid {
    grid-template-columns: 1fr !important;
    gap: 2.5rem !important;
  }

  /* Projecten: header stacked, slider 1 kolom */
  .hf-proj-header-grid {
    grid-template-columns: 1fr !important;
    gap: 1.5rem !important;
  }
  .hf-proj-grid {
    grid-template-columns: 1fr !important;
    gap: 12px !important;
  }
  /* Hide the "next project" side card on mobile */
  #h-proj-next-col { display: none !important; }
}

/* ── FAQ CENTER ON MOBILE ─────────────────────────────────────────────────── */
@media (max-width: 768px) {
  .hf-faq-grid {
    text-align: center;
  }
  .hf-faq-grid h2,
  .hf-faq-grid p,
  .hf-faq-grid a {
    text-align: center !important;
  }
  /* FAQ items stay left-aligned for readability */
  .h-faq-item__trigger,
  .h-faq-item__answer {
    text-align: left !important;
  }
}

/* ── REVIEWS RATING BLOCK: stars between score and basis text on mobile ───── */
@media (max-width: 768px) {
  .h-rev-rating-block {
    align-items: flex-start !important;
    flex-direction: column !important;
  }
  /* Score (4.9) stays on top, stars in middle, basis text below */
  .h-rev-score { order: 1; }
  .h-rev-stars { order: 2; margin-top: 0.25rem; }
  .h-rev-basis { order: 3; margin-top: 0.25rem; }
}

/* ── FAQ HEADER: links uitgelijnd op mobiel en tablet-portrait ─────────────── */
@media (max-width: 1024px) {
  .hf-faq-header {
    display: flex !important;
    flex-direction: column !important;
    align-items: flex-start !important;
    text-align: left !important;
  }
  .hf-faq-eyebrow {
    text-align: left !important;
  }
  .hf-faq-header h2 {
    text-align: left !important;
  }
  .hf-faq-header p {
    text-align: left !important;
  }
  .hf-faq-header a.h-btn-primary {
    align-self: flex-start !important;
    margin: 0 !important;
  }
}

.h-navbar.scrolled #h-hamburger .h-hamburger-icon { stroke: #151515; }
.h-navbar.scrolled #h-hamburger .h-close-icon { stroke: #151515; }

/* ── TABLET PORTRAIT (769px – 1024px) FIXES ─────────────────────────────── */
@media (min-width: 769px) and (max-width: 1024px) {

  /* 2. PROJECTEN SLIDER: zelfde als mobiel — 1 kaart, next verbergen */
  .h-projecten-slider {
    grid-template-columns: 1fr !important;
  }
  #h-proj-next-col,
  .h-project-next { display: none !important; }
  .h-project-main { height: 500px; }
  .hf-proj-header-grid {
    grid-template-columns: 1fr !important;
    gap: 1.5rem !important;
  }
  .hf-proj-grid {
    grid-template-columns: 1fr !important;
  }

  /* 3. BLOG KAARTEN: 2 kolommen */
  .h-blog__grid { grid-template-columns: repeat(2, 1fr) !important; }
  .hb-blog-grid { grid-template-columns: repeat(2, 1fr) !important; }
}

/* ============================================================
   GRAVITY FORMS — Hartman stijl overrides (orbital theme)
   ============================================================ */

/* Override orbital theme colors to match Hartman palette */
.hct-main .gform_wrapper.gravity-theme,
.hof-main .gform_wrapper.gravity-theme {
  --gf-color-primary: #E8622A;
  --gf-color-primary-rgb: 232, 98, 42;
  --gf-color-primary-contrast: #ffffff;
  --gf-color-secondary: #151515;
  --gf-color-white: #ffffff;
  --gf-color-bg: #F7F5F2;
  --gf-color-bg-secondary: #F7F5F2;
  --gf-font-size-base: 15px;
  --gf-border-radius: 10px;
  --gf-field-bg: #F7F5F2;
  --gf-border-color: #E8E4E0;
  --gf-color-text: #151515;
  --gf-color-placeholder: rgba(155, 149, 144, 0.45);
}

/* Submit button — matches .h-btn-primary */
.hct-main .gform_footer .gform_button,
.hof-main .gform_footer .gform_button,
.hct-main .gform_footer input[type="submit"],
.hof-main .gform_footer input[type="submit"],
.gform_wrapper .gform_footer .gform_button,
.gform_wrapper .gform_page_footer .gform_button {
  display: inline-flex !important;
  align-items: center !important;
  gap: 8px !important;
  background: #E8521A !important;
  border: none !important;
  color: #fff !important;
  font-family: 'Outfit', sans-serif !important;
  font-size: 15px !important;
  font-weight: 600 !important;
  padding: 14px 28px !important;
  border-radius: 9999px !important;
  cursor: pointer !important;
  transition: background 0.2s, transform 0.15s !important;
  text-decoration: none !important;
  white-space: nowrap !important;
  letter-spacing: 0 !important;
  width: auto !important;
}
.hct-main .gform_footer .gform_button:hover,
.hof-main .gform_footer .gform_button:hover,
.gform_wrapper .gform_footer .gform_button:hover,
.gform_wrapper .gform_page_footer .gform_button:hover {
  background: #d04515 !important;
  transform: translateY(-1px) !important;
}
.hct-main .gform_footer .gform_button:active,
.hof-main .gform_footer .gform_button:active {
  transform: scale(0.97) !important;
}
/* ── Formulier placeholder styling ─────────────────────────────── */
.hct-main .gform_wrapper input::placeholder,
.hct-main .gform_wrapper textarea::placeholder,
.hof-main .gform_wrapper input::placeholder,
.hof-main .gform_wrapper textarea::placeholder,
.gform_wrapper input::placeholder,
.gform_wrapper textarea::placeholder {
  color: rgba(155, 149, 144, 0.45) !important;
  opacity: 1;
}


/* ═══════════════════════════════════════════════════════════
   DIENST MARQUEE (foto-strip)
   ═══════════════════════════════════════════════════════════ */
.h-dienst-marquee {
    background: #0F0F0F;
    padding: 7rem 0;
    overflow: hidden;
}
.h-dienst-marquee__header {
    max-width: 1440px;
    margin: 0 auto;
    padding: 0 3rem;
    margin-bottom: 3rem;
}
.h-dienst-marquee__eyebrow {
    font-family: 'Outfit', sans-serif;
    font-size: 12px;
    font-weight: 600;
    color: #E8521A;
    letter-spacing: 2px;
    text-transform: uppercase;
    display: block;
    margin-bottom: 0.75rem;
}
.h-dienst-marquee__titel {
    font-family: 'Syne', sans-serif;
    font-weight: 700;
    font-size: clamp(2rem, 3.5vw, 3rem);
    line-height: 1.05;
    letter-spacing: -0.04em;
    color: #ffffff;
    margin: 0;
}
.h-dienst-marquee__row {
    overflow: hidden;
    margin-bottom: 1rem;
    -webkit-mask: linear-gradient(90deg, transparent, black 8%, black 92%, transparent);
    mask: linear-gradient(90deg, transparent, black 8%, black 92%, transparent);
}
.h-dienst-marquee__row:last-of-type {
    margin-bottom: 0;
}
.h-dienst-marquee__track {
    display: flex;
    gap: 1rem;
    width: max-content;
}
.h-dienst-marquee__row--left .h-dienst-marquee__track {
    animation: hMarqueeLeft var(--marquee-speed, 70s) linear infinite;
}
.h-dienst-marquee__row--right .h-dienst-marquee__track {
    animation: hMarqueeRight var(--marquee-speed, 70s) linear infinite;
}
.h-dienst-marquee__row:hover .h-dienst-marquee__track {
    animation-play-state: paused;
}
.h-dienst-marquee__item {
    flex-shrink: 0;
    width: 380px;
    height: 260px;
    border-radius: 16px;
    overflow: hidden;
}
.h-dienst-marquee__item img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
    transition: transform 0.6s cubic-bezier(0.23, 1, 0.32, 1);
}
.h-dienst-marquee__item:hover img {
    transform: scale(1.06);
}
@keyframes hMarqueeLeft {
    0%   { transform: translateX(0); }
    100% { transform: translateX(-50%); }
}
@keyframes hMarqueeRight {
    0%   { transform: translateX(-50%); }
    100% { transform: translateX(0); }
}
@media (max-width: 768px) {
    .h-dienst-marquee__item { width: 260px; height: 180px; }
    .h-dienst-marquee__header { padding: 0 1.5rem; }
}
@media (prefers-reduced-motion: reduce) {
    .h-dienst-marquee__track { animation: none !important; }
}

/* Lightbox voor dienst marquee */
.h-lb {
    position: fixed;
    inset: 0;
    z-index: 9999;
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 0 1rem;
    opacity: 0;
    transition: opacity 0.25s cubic-bezier(0.23, 1, 0.32, 1);
}
.h-lb.is-open { display: flex !important; opacity: 1; }
.h-lb__backdrop {
    position: absolute;
    inset: 0;
    background: rgba(0,0,0,.92);
    backdrop-filter: blur(12px);
    -webkit-backdrop-filter: blur(12px);
}
.h-lb__stage {
    position: relative;
    z-index: 2;
    display: flex;
    flex-direction: column;
    align-items: center;
    max-width: calc(100vw - 160px);
    max-height: 90vh;
}
.h-lb__img {
    max-width: 100%;
    max-height: 85vh;
    object-fit: contain;
    border-radius: 12px;
    box-shadow: 0 32px 80px rgba(0,0,0,.6);
    transform: scale(0.96);
    transition: transform 0.3s cubic-bezier(0.23, 1, 0.32, 1);
}
.h-lb.is-open .h-lb__img { transform: scale(1); }
.h-lb__counter {
    font-family: 'Outfit', sans-serif;
    font-size: 13px;
    color: rgba(255,255,255,.5);
    margin-top: .75rem;
    letter-spacing: 1px;
}
.h-lb__close {
    position: fixed;
    top: 1.5rem;
    right: 1.5rem;
    z-index: 3;
    background: rgba(255,255,255,.1);
    border: 1px solid rgba(255,255,255,.15);
    color: #fff;
    width: 48px;
    height: 48px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    transition: background .2s;
}
.h-lb__close:hover { background: rgba(255,255,255,.2); }
.h-lb__nav {
    position: relative;
    z-index: 2;
    background: rgba(255,255,255,.1);
    border: 1px solid rgba(255,255,255,.15);
    color: #fff;
    width: 52px;
    height: 52px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    flex-shrink: 0;
    transition: background .2s, transform .15s;
}
.h-lb__nav:hover { background: rgba(255,255,255,.2); transform: scale(1.08); }
.h-lb__nav:active { transform: scale(0.95); }
@media (max-width: 600px) {
    .h-lb__stage { max-width: calc(100vw - 80px); }
    .h-lb__nav { width: 40px; height: 40px; }
}

/* ═══════════════════════════════════════════════════════════
   DIENST PROJECTEN (gerelateerde projecten grid)
   ═══════════════════════════════════════════════════════════ */
.h-dienst-projecten {
    background: #F5F4F2;
    padding: 6rem 0;
}
.h-dienst-projecten__inner {
    max-width: 1440px;
    margin: 0 auto;
    padding: 0 3rem;
}
.h-dienst-projecten__header {
    display: flex;
    align-items: flex-end;
    justify-content: space-between;
    margin-bottom: 3rem;
    gap: 2rem;
    flex-wrap: wrap;
}
.h-dienst-projecten__eyebrow {
    font-family: 'Outfit', sans-serif;
    font-size: 12px;
    font-weight: 600;
    color: #E8521A;
    letter-spacing: 2px;
    text-transform: uppercase;
    margin-bottom: 0.75rem;
    display: block;
}
.h-dienst-projecten__titel {
    font-family: 'Syne', sans-serif;
    font-weight: 700;
    font-size: clamp(1.8rem, 3vw, 2.5rem);
    line-height: 1.05;
    letter-spacing: -0.04em;
    color: #111111;
    margin: 0;
}
.h-dienst-projecten__grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 1.5rem;
}
.h-dienst-projecten__card {
    position: relative;
    overflow: hidden;
    border-radius: 14px;
    display: block;
    text-decoration: none;
    background: #e8e6e2;
}
.h-dienst-projecten__card:hover .h-dienst-projecten__card-img {
    transform: scale(1.05);
}
.h-dienst-projecten__card-img {
    width: 100%;
    aspect-ratio: 4/3;
    object-fit: cover;
    display: block;
    transition: transform 0.6s cubic-bezier(0.23, 1, 0.32, 1);
}
.h-dienst-projecten__card-overlay {
    position: absolute;
    inset: 0;
    background: linear-gradient(to top, rgba(10,10,10,.9) 0%, transparent 60%);
}
.h-dienst-projecten__card-body {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    padding: 1.5rem 2rem;
}
.h-dienst-projecten__card-type {
    font-family: 'Outfit', sans-serif;
    font-size: 11px;
    font-weight: 600;
    color: #E8521A;
    letter-spacing: 2px;
    text-transform: uppercase;
    margin-bottom: 0.5rem;
    display: block;
}
.h-dienst-projecten__card-title {
    font-family: 'Syne', sans-serif;
    font-weight: 700;
    font-size: 1.2rem;
    line-height: 1.1;
    letter-spacing: -0.03em;
    color: #fff;
    margin: 0;
}
.h-dienst-projecten__card-arrow {
    position: absolute;
    top: 1.25rem;
    right: 1.25rem;
    width: 36px;
    height: 36px;
    border-radius: 50%;
    background: rgba(255,255,255,.1);
    display: flex;
    align-items: center;
    justify-content: center;
    color: #fff;
    transition: background .3s, transform .3s;
}
.h-dienst-projecten__card:hover .h-dienst-projecten__card-arrow {
    background: #E8521A;
    transform: translate(3px, -3px);
}
@media (max-width: 900px) {
    .h-dienst-projecten__inner { padding: 0 1.5rem; }
    .h-dienst-projecten__grid { grid-template-columns: 1fr; }
}

/* Homepage hero title: kleinere font-size op kleine mobiele schermen */
@media (max-width: 640px) {
  .h-hero__title { font-size: clamp(2.5rem, 10vw, 3.5rem) !important; line-height: 1.0 !important; }
}
@media (max-width: 480px) {
  .h-hero__title { font-size: clamp(2.2rem, 10vw, 2.8rem) !important; line-height: 1.0 !important; }
}
