/* =============================================
   WNDW Home — Stylesheet
   Volgt brandbook v1.0 (mei 2026)
   ============================================= */

/* ---------- Variables (brandbook palette) ---------- */
:root {
  --c-blue: #09A5E0;
  --c-blue-deep: #0681B0;
  --c-orange: #F0893C;
  --c-orange-warm: #D9701F;
  --c-charcoal: #424242;
  --c-black: #0A0A0A;
  --c-paper: #FAF8F4;
  --c-paper-soft: #F4F1EA;
  --c-ink: #1A1A1A;
  --c-ink-soft: #4A4A4A;
  --c-ink-muted: #8A8580;
  --c-rule: #E8E2D6;

  --font-heading: "Poppins", -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  --font-body: "Inter", -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;

  --container: 1240px;
  --gutter: clamp(1.25rem, 4vw, 2rem);

  --r-btn: 6px;
  --r-card: 14px;

  --shadow-sm: 0 2px 6px rgba(10, 10, 10, 0.05);
  --shadow-md: 0 12px 30px rgba(10, 10, 10, 0.08);
  --shadow-lg: 0 24px 60px rgba(10, 10, 10, 0.12);

  --ease: cubic-bezier(0.4, 0, 0.2, 1);
}

/* ---------- Reset / base ---------- */
*, *::before, *::after { box-sizing: border-box; }
html {
  -webkit-text-size-adjust: 100%;
  scroll-behavior: smooth;
  scroll-padding-top: 96px;
}
body {
  margin: 0;
  font-family: var(--font-body);
  font-size: 16px;
  font-weight: 400;
  line-height: 1.6;
  color: var(--c-ink);
  background: var(--c-paper);
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
img, video, iframe { max-width: 100%; display: block; }
img, video { height: auto; }
button { font: inherit; cursor: pointer; }
a { color: inherit; text-decoration: none; }
ul, ol { padding: 0; margin: 0; list-style: none; }
p { margin: 0 0 1rem; }
::selection { background: var(--c-orange); color: var(--c-black); }

/* ---------- Typografie (per brandbook) ---------- */
h1, h2, h3, h4 {
  font-family: var(--font-heading);
  font-weight: 600;
  line-height: 1.15;
  letter-spacing: -0.02em;
  margin: 0 0 0.75rem;
  color: var(--c-black);
}
h1 { font-size: clamp(2.5rem, 5.5vw, 4.5rem); font-weight: 700; line-height: 1.1; }
h2 { font-size: clamp(1.85rem, 3.6vw, 2.85rem); }
h3 { font-size: clamp(1.2rem, 1.5vw, 1.4rem); font-weight: 600; }
h4 { font-family: var(--font-body); font-size: 0.78rem; font-weight: 600; letter-spacing: 0.18em; text-transform: uppercase; color: var(--c-ink); margin: 0 0 1rem; }

/* ---------- Layout primitives ---------- */
.container {
  width: 100%;
  max-width: var(--container);
  margin: 0 auto;
  padding-left: var(--gutter);
  padding-right: var(--gutter);
}

.section { padding: clamp(5rem, 11vw, 9.5rem) 0; }
.section--soft { background: var(--c-paper-soft); }
.section--dark { background: var(--c-black); color: rgba(255, 255, 255, 0.78); }

.section__head {
  text-align: center;
  max-width: 760px;
  margin: 0 auto clamp(3rem, 6vw, 5rem);
}
.section__title {
  font-size: clamp(1.85rem, 3.6vw, 2.85rem);
  font-weight: 600;
  margin: 0;
  color: var(--c-black);
}
.section__title--light { color: #fff; }
.section__lead {
  margin-top: 1rem;
  font-family: var(--font-body);
  font-weight: 400;
  font-size: clamp(1.02rem, 1.3vw, 1.15rem);
  line-height: 1.55;
  color: var(--c-ink-soft);
}
.section--dark .section__lead { color: rgba(255, 255, 255, 0.7); }

/* ---------- Eyebrow ---------- */
.eyebrow {
  display: inline-flex;
  align-items: center;
  gap: 0.7rem;
  font-family: var(--font-body);
  font-weight: 600;
  font-size: 0.78rem;
  letter-spacing: 0.2em;
  text-transform: uppercase;
  color: var(--c-ink-muted);
  margin: 0 0 1.1rem;
}
.eyebrow::before {
  content: "";
  width: 24px;
  height: 1.5px;
  background: currentColor;
  opacity: 0.6;
  flex-shrink: 0;
}
.eyebrow--orange { color: var(--c-orange); }
.section--dark .eyebrow { color: rgba(255, 255, 255, 0.55); }
.section--dark .eyebrow.eyebrow--orange { color: var(--c-orange); }

.accent-italic {
  color: var(--c-orange);
  font-weight: 700;
  letter-spacing: -0.01em;
}

/* ---------- Buttons ---------- */
.btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 0.5rem;
  padding: 0.95rem 1.6rem;
  font-family: var(--font-body);
  font-weight: 600;
  font-size: 0.95rem;
  letter-spacing: 0.005em;
  border: 1px solid transparent;
  border-radius: var(--r-btn);
  transition: transform 0.18s var(--ease), background 0.18s var(--ease), border-color 0.18s var(--ease), color 0.18s var(--ease);
  white-space: nowrap;
  cursor: pointer;
}
.btn:hover { transform: translateY(-1px); }
.btn:active { transform: translateY(0); }
.btn:focus-visible { outline: 2px solid var(--c-orange); outline-offset: 3px; }

.btn--sm { padding: 0.6rem 1.05rem; font-size: 0.86rem; }

/* Primary: zwart bg, witte tekst (per brandbook) */
.btn--primary {
  background: var(--c-black);
  color: #fff;
  border-color: var(--c-black);
}
.btn--primary:hover { background: #1a1a1a; border-color: #1a1a1a; }

/* Accent: oranje bg, zwarte tekst (per brandbook) */
.btn--accent {
  background: var(--c-orange);
  color: var(--c-black);
  border-color: var(--c-orange);
}
.btn--accent:hover { background: var(--c-orange-warm); border-color: var(--c-orange-warm); }

/* Ghost: transparant + border */
.btn--ghost {
  background: transparent;
  color: var(--c-ink);
  border-color: var(--c-ink);
}
.btn--ghost:hover { background: var(--c-ink); color: #fff; }
.section--dark .btn--ghost,
.hero .btn--ghost { color: #fff; border-color: rgba(255, 255, 255, 0.4); }
.section--dark .btn--ghost:hover,
.hero .btn--ghost:hover { background: #fff; color: var(--c-black); border-color: #fff; }

/* ---------- Topbar ---------- */
.topbar {
  background: var(--c-black);
  color: rgba(255, 255, 255, 0.7);
  font-size: 0.82rem;
}
.topbar__inner {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  gap: 0.4rem 1rem;
  min-height: 38px;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
.topbar__item { color: inherit; }
.topbar a.topbar__item:hover { color: var(--c-orange); }
.topbar__sep { opacity: 0.4; }

/* ---------- Header ---------- */
.site-header {
  position: sticky;
  top: 0;
  z-index: 100;
  background: rgba(250, 248, 244, 0.92);
  -webkit-backdrop-filter: saturate(180%) blur(14px);
  backdrop-filter: saturate(180%) blur(14px);
  border-bottom: 1px solid var(--c-rule);
}
.site-header__inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  min-height: 76px;
  gap: 1rem;
}
.site-header__brand { display: inline-flex; align-items: center; }
.site-header__logo {
  height: 30px;
  width: auto;
  display: block;
}

/* ---------- Nav ---------- */
.site-nav { display: flex; align-items: center; }
.site-nav__list {
  display: flex;
  align-items: center;
  gap: 0.4rem;
}
.site-nav__list > li { position: relative; }
.site-nav__list a:not(.btn),
.site-nav__trigger {
  color: var(--c-ink);
  font-weight: 500;
  font-size: 0.95rem;
  font-family: var(--font-body);
  background: transparent;
  border: 0;
  padding: 0.55rem 0.95rem;
  border-radius: var(--r-btn);
  cursor: pointer;
  display: inline-flex;
  align-items: center;
  gap: 0.35rem;
  transition: color 0.18s var(--ease), background 0.18s var(--ease);
  letter-spacing: -0.005em;
}
.site-nav__list a:not(.btn):hover,
.site-nav__trigger:hover,
.site-nav__trigger:focus-visible { color: var(--c-orange); }
.site-nav__list .btn { margin-left: 0.5rem; }

.site-nav__chevron {
  width: 10px; height: 10px;
  border: 0 solid currentColor;
  border-right-width: 1.5px;
  border-bottom-width: 1.5px;
  transform: rotate(45deg) translate(-2px, -2px);
  transition: transform 0.25s var(--ease);
}
.has-mega:hover .site-nav__chevron,
.has-mega.is-open .site-nav__chevron {
  transform: rotate(225deg) translate(-2px, -2px);
}

/* ---------- Mega-menu panel (Producten dropdown — hanskozijn-style) ---------- */
/* HIDDEN BY DEFAULT — triple guard: opacity + visibility + pointer-events */
.mega {
  position: absolute;
  top: calc(100% + 4px);
  left: 0;
  width: 260px;
  background: #fff;
  border: 1px solid var(--c-rule);
  border-radius: 12px;
  box-shadow: 0 8px 32px rgba(10, 10, 10, 0.12);
  padding: 0.5rem;
  display: flex;
  flex-direction: column;
  gap: 0.15rem;
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
  transform: translateY(8px);
  transition: opacity 0.2s var(--ease), transform 0.2s var(--ease), visibility 0.2s;
  z-index: 200;
}
/* invisible bridge to prevent flicker between trigger and panel */
.mega::before {
  content: "";
  position: absolute;
  top: -8px; left: 0; right: 0; height: 8px;
}
.has-mega:hover > .mega,
.has-mega.is-open > .mega {
  opacity: 1;
  visibility: visible;
  pointer-events: auto;
  transform: translateY(0);
}

/* Mega-card item: small icon + label, single row */
.mega-card {
  display: flex;
  align-items: center;
  gap: 0.75rem;
  padding: 0.65rem 0.85rem;
  border-radius: 8px;
  font-family: var(--font-body);
  font-size: 0.92rem;
  font-weight: 500;
  color: var(--c-ink);
  text-decoration: none;
  transition: background 0.18s var(--ease), color 0.18s var(--ease);
}
.mega-card:hover {
  background: var(--c-paper-soft);
  color: var(--c-orange);
}
.mega-card__icon {
  flex-shrink: 0;
  width: 20px;
  height: 20px;
  display: grid;
  place-items: center;
  color: var(--c-blue);
  transition: color 0.18s var(--ease);
}
.mega-card__icon svg { width: 100%; height: 100%; display: block; }
.mega-card:hover .mega-card__icon { color: var(--c-orange); }

.site-nav__toggle {
  display: none;
  width: 44px; height: 44px;
  padding: 0;
  background: transparent;
  border: 1px solid var(--c-rule);
  border-radius: var(--r-btn);
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 5px;
}
.site-nav__toggle span {
  width: 18px; height: 2px;
  background: var(--c-ink);
  transition: transform 0.25s var(--ease), opacity 0.25s var(--ease);
}
.site-nav__toggle[aria-expanded="true"] span:nth-child(1) { transform: translateY(7px) rotate(45deg); }
.site-nav__toggle[aria-expanded="true"] span:nth-child(2) { opacity: 0; }
.site-nav__toggle[aria-expanded="true"] span:nth-child(3) { transform: translateY(-7px) rotate(-45deg); }

/* ---------- Hero (full-width bg + overlay) ---------- */
.hero {
  position: relative;
  min-height: clamp(620px, 82vh, 820px);
  display: flex;
  align-items: center;
  overflow: hidden;
  color: #fff;
  border-bottom: 1px solid var(--c-rule);
}
.hero__bg {
  position: absolute;
  inset: 0;
  z-index: 0;
}
.hero__bg img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.hero__bg::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(to right, rgba(10, 10, 10, 0.85) 0%, rgba(10, 10, 10, 0.55) 45%, rgba(10, 10, 10, 0.1) 85%);
}
.hero__inner {
  position: relative;
  z-index: 1;
  padding: clamp(4rem, 8vw, 6rem) 0;
  width: 100%;
}
.hero__content {
  max-width: 620px;
}
.hero__title {
  font-size: clamp(2.5rem, 5.5vw, 4.75rem);
  font-weight: 700;
  letter-spacing: -0.025em;
  line-height: 1.08;
  color: #fff;
  margin: 0 0 1.5rem;
}
.hero__lead {
  font-family: var(--font-body);
  font-weight: 400;
  font-size: clamp(1rem, 1.3vw, 1.15rem);
  line-height: 1.6;
  color: rgba(255, 255, 255, 0.85);
  max-width: 52ch;
  margin-bottom: 2.25rem;
}
.hero__cta {
  display: flex;
  flex-wrap: wrap;
  gap: 0.75rem;
  margin-bottom: 2.5rem;
}
.hero__trust {
  display: flex;
  align-items: center;
  gap: 0.85rem;
  font-size: 0.92rem;
  color: rgba(255, 255, 255, 0.75);
  margin: 0;
}
.hero__stars { color: var(--c-orange); letter-spacing: 0.06em; }

/* Hero on dark: ghost button needs lighter outline */
.hero .btn--ghost { color: #fff; border-color: rgba(255, 255, 255, 0.5); }
.hero .btn--ghost:hover { background: #fff; color: var(--c-black); border-color: #fff; }
.hero .eyebrow { color: rgba(255, 255, 255, 0.7); }
.hero .eyebrow.eyebrow--orange { color: var(--c-orange); }

/* ---------- Call-page hero (2-col with video) ---------- */
.call-hero {
  background: var(--c-paper);
  padding: clamp(3.5rem, 7vw, 5.5rem) 0 clamp(4rem, 8vw, 6rem);
  border-bottom: 1px solid var(--c-rule);
}
.call-hero__grid {
  display: grid;
  grid-template-columns: 1.05fr 0.85fr;
  gap: clamp(2rem, 5vw, 4.5rem);
  align-items: center;
}
.call-hero__copy { max-width: 560px; }
.call-hero__title {
  font-family: var(--font-heading);
  font-size: clamp(2.25rem, 5vw, 4rem);
  font-weight: 700;
  letter-spacing: -0.025em;
  line-height: 1.08;
  color: var(--c-black);
  margin: 0 0 1.5rem;
}
.call-hero__lead {
  font-family: var(--font-body);
  font-weight: 400;
  font-size: clamp(1rem, 1.3vw, 1.15rem);
  line-height: 1.6;
  color: var(--c-ink-soft);
  max-width: 50ch;
  margin-bottom: 2.25rem;
}
.call-hero__cta {
  display: flex;
  flex-wrap: wrap;
  gap: 0.75rem;
  margin-bottom: 2rem;
}
.call-hero__trust {
  display: flex;
  align-items: center;
  gap: 0.85rem;
  font-size: 0.92rem;
  color: var(--c-ink-soft);
  margin: 0;
}
.call-hero__media {
  width: 100%;
  max-width: 560px;
  margin-left: auto;
}

/* Minimal footer (call landing page) */
.site-footer--minimal { padding: clamp(2rem, 4vw, 3rem) 0; }
.site-footer__minimal-row {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1rem;
  flex-wrap: wrap;
}
.site-footer__brand-link { display: inline-flex; }
.site-footer__minimal-copy {
  margin: 0;
  font-size: 0.85rem;
  color: rgba(255, 255, 255, 0.45);
}

/* ---------- Stats strip (after hero) ---------- */
.stats {
  background: var(--c-paper);
  padding: clamp(2.5rem, 5vw, 4rem) 0;
  border-bottom: 1px solid var(--c-rule);
}
.stats__list {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: clamp(1rem, 3vw, 2rem);
}
.stat {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 0.4rem;
  padding-left: 1rem;
  border-left: 1px solid var(--c-rule);
}
.stat:first-child { border-left: 0; padding-left: 0; }
.stat__num {
  font-family: var(--font-heading);
  font-size: clamp(2rem, 3.5vw, 2.85rem);
  font-weight: 700;
  letter-spacing: -0.025em;
  line-height: 1;
  color: var(--c-black);
  display: inline-flex;
  align-items: flex-start;
}
.stat__sym {
  font-size: 0.55em;
  color: var(--c-orange);
  font-weight: 600;
  margin-left: 2px;
  margin-top: 0.1em;
}
.stat__label {
  font-family: var(--font-body);
  font-size: 0.85rem;
  color: var(--c-ink-muted);
  font-weight: 500;
  letter-spacing: 0.01em;
}

@media (max-width: 720px) {
  .stats__list { grid-template-columns: repeat(2, 1fr); gap: 1.5rem; }
  .stat:nth-child(3) { border-left: 0; padding-left: 0; }
}

/* ---------- USP strip ---------- */
.usps {
  padding: clamp(1.5rem, 3vw, 2rem) 0;
  background: var(--c-paper);
  border-bottom: 1px solid var(--c-rule);
}
.usps__list {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  gap: 1rem 2rem;
  font-size: 0.92rem;
  color: var(--c-ink-soft);
}
.usp {
  display: inline-flex;
  align-items: center;
  gap: 0.55rem;
  font-weight: 500;
}
.usp__mark {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 22px; height: 22px;
  border-radius: 50%;
  background: var(--c-orange);
  color: var(--c-black);
  font-size: 0.78rem;
  font-weight: 700;
  flex-shrink: 0;
}

/* ---------- Breadcrumb ---------- */
.breadcrumb {
  background: var(--c-paper);
  border-bottom: 1px solid var(--c-rule);
  padding: 0.95rem 0;
  font-size: 0.85rem;
}
.breadcrumb ol {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 0.4rem 0.55rem;
  color: var(--c-ink-muted);
}
.breadcrumb li { display: inline-flex; align-items: center; gap: 0.55rem; }
.breadcrumb li + li::before {
  content: "/";
  color: var(--c-ink-muted);
  opacity: 0.5;
}
.breadcrumb a {
  color: var(--c-ink-muted);
  font-weight: 500;
  transition: color 0.18s var(--ease);
}
.breadcrumb a:hover { color: var(--c-orange); }
.breadcrumb [aria-current="page"] {
  color: var(--c-ink);
  font-weight: 500;
}

/* ---------- Product hero (product detail pages) ---------- */
.product-hero {
  background: var(--c-paper);
  padding: clamp(3rem, 6vw, 5.5rem) 0 clamp(3.5rem, 7vw, 6rem);
  border-bottom: 1px solid var(--c-rule);
}
.product-hero__grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: clamp(2rem, 5vw, 4.5rem);
  align-items: center;
}
.product-hero__copy { max-width: 540px; }
.product-hero__title {
  font-family: var(--font-heading);
  font-size: clamp(2.25rem, 4.6vw, 3.75rem);
  font-weight: 700;
  letter-spacing: -0.025em;
  line-height: 1.05;
  color: var(--c-black);
  margin: 0 0 1.25rem;
}
.product-hero__lead {
  font-family: var(--font-body);
  font-weight: 400;
  font-size: clamp(1rem, 1.3vw, 1.15rem);
  line-height: 1.6;
  color: var(--c-ink-soft);
  max-width: 50ch;
  margin-bottom: 2rem;
}
.product-hero__cta {
  display: flex;
  flex-wrap: wrap;
  gap: 0.75rem;
  margin-bottom: 2.5rem;
}
.product-hero__highlights {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 1rem;
  padding-top: 1.75rem;
  border-top: 1px solid var(--c-rule);
}
.product-hero__highlights li {
  display: flex;
  flex-direction: column;
  gap: 0.15rem;
  font-size: 0.85rem;
  color: var(--c-ink-muted);
  font-weight: 500;
}
.product-hero__highlights li span {
  font-family: var(--font-heading);
  font-size: 1.4rem;
  font-weight: 700;
  letter-spacing: -0.02em;
  color: var(--c-black);
  line-height: 1;
}
.product-hero__media {
  border-radius: var(--r-card);
  overflow: hidden;
  background: var(--c-paper-soft);
  aspect-ratio: 4 / 3;
  box-shadow: var(--shadow-md);
}
.product-hero__media img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

@media (max-width: 980px) {
  .product-hero__grid { grid-template-columns: 1fr; }
  .product-hero__media { aspect-ratio: 16 / 10; max-width: 100%; }
}

/* ---------- Specs grid (product detail) ---------- */
.specs {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: clamp(1.5rem, 2.5vw, 2rem);
}
.spec {
  background: #fff;
  border: 1px solid var(--c-rule);
  border-radius: var(--r-card);
  padding: clamp(1.5rem, 2.5vw, 2rem);
  transition: border-color 0.3s var(--ease), box-shadow 0.3s var(--ease);
}
.spec:hover {
  border-color: rgba(240, 137, 60, 0.35);
  box-shadow: var(--shadow-sm);
}
.spec__num {
  display: inline-block;
  font-family: var(--font-heading);
  font-weight: 600;
  color: var(--c-orange);
  font-size: 0.85rem;
  letter-spacing: 0.16em;
  margin-bottom: 0.85rem;
}
.spec h3 {
  font-size: clamp(1.15rem, 1.4vw, 1.35rem);
  margin: 0 0 0.5rem;
}
.spec p { color: var(--c-ink-soft); margin: 0; font-size: 0.96rem; }

@media (max-width: 980px) {
  .specs { grid-template-columns: repeat(2, 1fr); }
}
@media (max-width: 620px) {
  .specs { grid-template-columns: 1fr; }
}

/* ---------- Price-tease block (under product hero) ---------- */
.price-tease-wrap {
  background: var(--c-paper);
  padding: clamp(2rem, 4vw, 3rem) 0;
  border-bottom: 1px solid var(--c-rule);
}
.price-tease {
  max-width: 760px;
  margin: 0 auto;
  text-align: center;
}
.price-tease .eyebrow { justify-content: center; }
.price-tease__a {
  font-family: var(--font-heading);
  font-size: clamp(1.15rem, 1.6vw, 1.4rem);
  font-weight: 500;
  line-height: 1.4;
  letter-spacing: -0.015em;
  color: var(--c-black);
  margin: 0 0 0.85rem;
}
.price-tease__a strong {
  font-weight: 700;
  color: var(--c-orange);
}
.price-tease__hint {
  font-family: var(--font-body);
  font-size: 0.92rem;
  color: var(--c-ink-muted);
  margin: 0;
  line-height: 1.5;
}
.price-tease__hint a { color: var(--c-orange); font-weight: 500; }
.price-tease__hint a:hover { color: var(--c-orange-warm); }

/* ---------- Profile-list (specs inline list within split panel) ---------- */
.profile-list {
  list-style: none;
  padding: 1.25rem 0 0;
  margin: 1.25rem 0 0;
  border-top: 1px solid var(--c-rule);
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 0.6rem 1.5rem;
}
.profile-list li {
  display: flex;
  align-items: baseline;
  gap: 0.55rem;
  font-size: 0.92rem;
  color: var(--c-ink-soft);
}
.profile-list li::before {
  content: "—";
  color: var(--c-orange);
  font-weight: 700;
  flex-shrink: 0;
}
.profile-list strong {
  font-family: var(--font-heading);
  font-weight: 600;
  color: var(--c-ink);
  margin-right: 0.2rem;
}
@media (max-width: 620px) {
  .profile-list { grid-template-columns: 1fr; }
}

/* Callout: small italic info paragraph */
.callout {
  border-left: 3px solid var(--c-orange);
  padding: 0.5rem 0 0.5rem 1rem;
  font-size: 0.92rem;
  color: var(--c-ink-soft);
  margin: 1.5rem 0 0;
  font-style: italic;
}

/* ---------- Compare table ---------- */
.compare {
  max-width: 880px;
  margin: 0 auto;
  background: #fff;
  border: 1px solid var(--c-rule);
  border-radius: var(--r-card);
  overflow: hidden;
}
.compare__table {
  width: 100%;
  border-collapse: collapse;
  font-size: 0.95rem;
}
.compare__table th,
.compare__table td {
  padding: 1rem 1.4rem;
  text-align: left;
  border-bottom: 1px solid var(--c-rule);
  vertical-align: top;
}
.compare__table thead th {
  background: var(--c-paper-soft);
  font-family: var(--font-heading);
  font-weight: 600;
  font-size: 1rem;
  color: var(--c-black);
  letter-spacing: -0.01em;
}
.compare__table thead th:first-child {
  width: 40%;
  background: transparent;
}
.compare__table tbody th {
  font-weight: 600;
  color: var(--c-ink);
  font-size: 0.9rem;
}
.compare__table td { color: var(--c-ink-soft); }
.compare__table tbody tr:last-child th,
.compare__table tbody tr:last-child td { border-bottom: 0; }

@media (max-width: 620px) {
  .compare__table th,
  .compare__table td { padding: 0.75rem 1rem; font-size: 0.88rem; }
}

/* ---------- FAQ accordion ---------- */
.faq {
  max-width: 820px;
  margin: 0 auto;
  border-top: 1px solid var(--c-rule);
}
.faq__item {
  border-bottom: 1px solid var(--c-rule);
}
.faq__item summary {
  list-style: none;
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 1rem;
  padding: 1.4rem 0.25rem;
  font-family: var(--font-heading);
  font-weight: 600;
  font-size: clamp(1.05rem, 1.4vw, 1.2rem);
  letter-spacing: -0.01em;
  color: var(--c-black);
  cursor: pointer;
  transition: color 0.18s var(--ease);
}
.faq__item summary::-webkit-details-marker { display: none; }
.faq__item summary::after {
  content: "";
  flex-shrink: 0;
  width: 14px; height: 14px;
  border-right: 2px solid currentColor;
  border-bottom: 2px solid currentColor;
  transform: rotate(45deg) translate(-2px, -2px);
  transition: transform 0.25s var(--ease);
}
.faq__item[open] summary { color: var(--c-orange); }
.faq__item[open] summary::after { transform: rotate(225deg) translate(-2px, -2px); }
.faq__item summary:hover { color: var(--c-orange); }
.faq__item p {
  padding: 0 0.25rem 1.5rem;
  color: var(--c-ink-soft);
  margin: 0;
  font-size: 1rem;
  max-width: 70ch;
  line-height: 1.6;
}
.faq__item p a { color: var(--c-orange); font-weight: 500; text-decoration: underline; }

/* ---------- Page hero (subsidie / call) ---------- */
.page-hero {
  background: var(--c-paper);
  padding: clamp(4rem, 8vw, 6rem) 0 clamp(3rem, 5vw, 4rem);
  border-bottom: 1px solid var(--c-rule);
}
.page-hero__title {
  font-size: clamp(2.25rem, 5vw, 4rem);
  font-weight: 700;
  letter-spacing: -0.025em;
  line-height: 1.08;
  color: var(--c-black);
  margin: 0 0 1rem;
}
.page-hero__lead {
  font-family: var(--font-body);
  font-weight: 400;
  font-size: clamp(1.05rem, 1.4vw, 1.2rem);
  line-height: 1.55;
  color: var(--c-ink-soft);
  max-width: 60ch;
  margin: 0;
}
.page-hero__meta {
  margin-top: 1.5rem;
  font-size: 0.82rem;
  color: var(--c-ink-muted);
  letter-spacing: 0.005em;
}
.page-hero__meta a { color: var(--c-orange); text-decoration: underline; text-underline-offset: 2px; }
.page-hero__meta a:hover { color: var(--c-orange-warm); }

.section__footnote {
  text-align: center;
  margin-top: 2.5rem;
  font-size: 0.88rem;
  color: var(--c-ink-muted);
  font-style: italic;
}

/* ---------- Legal pages (privacy / algemene-voorwaarden) ---------- */
.legal {
  max-width: 760px;
  margin: 0 auto;
  font-family: var(--font-body);
  color: var(--c-ink);
  line-height: 1.65;
}
.legal h2 {
  font-family: var(--font-heading);
  font-size: clamp(1.25rem, 1.6vw, 1.45rem);
  font-weight: 600;
  letter-spacing: -0.015em;
  margin: 2.5rem 0 0.85rem;
  color: var(--c-black);
}
.legal h2:first-child { margin-top: 0; }
.legal p { margin: 0 0 1rem; color: var(--c-ink-soft); }
.legal ul {
  margin: 0 0 1.25rem;
  padding-left: 1.25rem;
  list-style: disc;
  color: var(--c-ink-soft);
}
.legal ul li { margin-bottom: 0.4rem; line-height: 1.55; }
.legal a { color: var(--c-orange); text-decoration: underline; text-underline-offset: 2px; }
.legal a:hover { color: var(--c-orange-warm); }
.legal strong { color: var(--c-ink); font-weight: 600; }

/* ---------- FAQ page (multi-category) ---------- */
.faq-page {
  max-width: 880px;
  margin: 0 auto;
}
.faq-cat { margin-bottom: clamp(2.5rem, 5vw, 4rem); }
.faq-cat:last-child { margin-bottom: 0; }
.faq-cat__title {
  font-family: var(--font-heading);
  font-size: clamp(1.5rem, 2.2vw, 1.85rem);
  font-weight: 600;
  letter-spacing: -0.02em;
  color: var(--c-black);
  margin: 0 0 1rem;
  padding-bottom: 0.6rem;
  border-bottom: 1px solid var(--c-rule);
}

/* ---------- Producten cards ---------- */
.cards {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: clamp(1.25rem, 2.5vw, 2rem);
}
.cards--3 { grid-template-columns: repeat(3, 1fr); }
.cards--4 { grid-template-columns: repeat(4, 1fr); }
.card {
  background: #fff;
  border: 1px solid var(--c-rule);
  border-radius: var(--r-card);
  overflow: hidden;
  display: flex;
  flex-direction: column;
  transition: transform 0.3s var(--ease), box-shadow 0.3s var(--ease), border-color 0.3s var(--ease);
}
.card:hover {
  transform: translateY(-4px);
  box-shadow: var(--shadow-md);
  border-color: rgba(240, 137, 60, 0.4);
}
.card__media {
  display: block;
  aspect-ratio: 16 / 10;
  background: var(--c-paper-soft);
  position: relative;
  overflow: hidden;
}
.card__title a {
  color: var(--c-ink);
  transition: color 0.18s var(--ease);
}
.card__title a:hover { color: var(--c-orange); }
.card__media img {
  width: 100%; height: 100%;
  object-fit: cover;
  transition: transform 0.5s var(--ease);
}
.card:hover .card__media img { transform: scale(1.04); }
.card__body {
  padding: clamp(1.4rem, 2.4vw, 1.85rem);
  display: flex;
  flex-direction: column;
  gap: 0.6rem;
  flex: 1;
}
.card__title { margin: 0; }
.card__body p { color: var(--c-ink-soft); margin: 0; flex: 1; font-size: 0.97rem; }
.card__link {
  margin-top: 0.5rem;
  font-family: var(--font-body);
  font-weight: 600;
  font-size: 0.92rem;
  color: var(--c-orange);
  letter-spacing: 0.005em;
  align-self: flex-start;
}
.card__link:hover { color: var(--c-orange-warm); }

/* ---------- Why Us ---------- */
.why {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: clamp(2rem, 3.5vw, 3rem);
}
.why__item {}
.why__num {
  display: inline-block;
  font-family: var(--font-heading);
  font-style: italic;
  font-weight: 400;
  color: var(--c-orange);
  font-size: 1.5rem;
  margin-bottom: 1rem;
  letter-spacing: 0;
}
.why__item h3 { margin: 0 0 0.5rem; }
.why__item p { color: var(--c-ink-soft); margin: 0; font-size: 0.97rem; }

/* ---------- Process (dark) ---------- */
.process {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: clamp(2rem, 4vw, 3rem);
  position: relative;
}
.process__step {}
.process__num {
  display: block;
  font-family: var(--font-heading);
  font-style: italic;
  font-weight: 400;
  font-size: clamp(3.5rem, 5.5vw, 4.5rem);
  line-height: 1;
  color: var(--c-orange);
  margin-bottom: 1.25rem;
}
.process__title {
  font-size: clamp(1.25rem, 1.6vw, 1.5rem);
  font-weight: 500;
  color: #fff;
  margin: 0 0 0.6rem;
}
.process__step p {
  color: rgba(255, 255, 255, 0.7);
  margin: 0;
  font-size: 0.97rem;
}

/* ---------- Split (garantie + kleuren) ---------- */
.split {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: clamp(1.5rem, 3vw, 2.5rem);
  align-items: stretch;
}
.split__media {
  border-radius: var(--r-card);
  overflow: hidden;
  background: var(--c-paper-soft);
  aspect-ratio: 4 / 3;
  align-self: stretch;
}
.split__media img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.split__panel {
  background: #fff;
  border: 1px solid var(--c-rule);
  border-radius: var(--r-card);
  padding: clamp(2rem, 4vw, 3rem);
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.split__title {
  font-size: clamp(1.5rem, 2.4vw, 2rem);
  font-weight: 600;
  letter-spacing: -0.02em;
  line-height: 1.2;
  margin: 0 0 1rem;
  color: var(--c-black);
}

/* ---------- Werkgebied (provincie-lijst) ---------- */
.werkgebied {
  display: grid;
  grid-template-columns: 1fr 2fr;
  gap: clamp(2rem, 4vw, 3rem);
  max-width: 940px;
  margin: 0 auto;
}
.werkgebied__group h4 {
  font-family: var(--font-body);
  font-size: 0.78rem;
  letter-spacing: 0.16em;
  text-transform: uppercase;
  color: var(--c-ink-muted);
  font-weight: 600;
  margin: 0 0 1rem;
}
.werkgebied__list {
  display: grid;
  gap: 0.45rem;
  font-family: var(--font-heading);
  font-size: 1.05rem;
  font-weight: 500;
  color: var(--c-ink);
  letter-spacing: -0.01em;
}
.werkgebied__list--core li::before {
  content: "●  ";
  color: var(--c-orange);
  font-weight: 700;
  margin-right: 0.2rem;
}
.werkgebied__group:last-child .werkgebied__list {
  grid-template-columns: repeat(2, 1fr);
  gap: 0.45rem 1.5rem;
  color: var(--c-ink-soft);
}
.werkgebied__note {
  max-width: 760px;
  margin: clamp(2rem, 4vw, 3rem) auto 0;
  text-align: center;
  font-size: 0.95rem;
  color: var(--c-ink-soft);
  line-height: 1.6;
}

@media (max-width: 720px) {
  .werkgebied { grid-template-columns: 1fr; }
  .werkgebied__group:last-child .werkgebied__list { grid-template-columns: 1fr 1fr; }
}

/* ---------- Review extra line for plaats/woningtype ---------- */
.review__place {
  margin: 0;
  font-size: 0.82rem;
  color: var(--c-ink-muted);
  font-weight: 400;
  line-height: 1.4;
}

/* ---------- Featured editorial (full-bleed photo + quote) ---------- */
.featured {
  position: relative;
  min-height: clamp(480px, 60vh, 640px);
  display: flex;
  align-items: flex-end;
  overflow: hidden;
  color: #fff;
}
.featured__media {
  position: absolute;
  inset: 0;
  z-index: 0;
}
.featured__media img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.featured__media::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(to top, rgba(10, 10, 10, 0.92) 0%, rgba(10, 10, 10, 0.55) 45%, rgba(10, 10, 10, 0.1) 100%);
}
.featured__inner {
  position: relative;
  z-index: 1;
  padding: clamp(3rem, 8vw, 6rem) 0;
  width: 100%;
}
.featured__content { max-width: 760px; }
.featured .eyebrow { color: var(--c-orange); margin-bottom: 1.25rem; }
.featured__quote {
  margin: 0;
  padding: 0;
  border: 0;
}
.featured__quote p {
  font-family: var(--font-heading);
  font-size: clamp(1.45rem, 2.6vw, 2.25rem);
  font-weight: 500;
  line-height: 1.3;
  color: #fff;
  margin: 0 0 1.25rem;
  letter-spacing: -0.02em;
}
.featured__quote cite {
  font-style: normal;
  display: block;
  font-size: 0.9rem;
  color: rgba(255, 255, 255, 0.7);
  font-weight: 500;
  letter-spacing: 0.02em;
}

/* ---------- Kleuren swatches ---------- */
.swatches {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: clamp(0.75rem, 1.5vw, 1rem);
}
.swatch {
  position: relative;
  aspect-ratio: 1 / 1;
  background: var(--c-swatch, var(--c-paper-soft));
  border-radius: var(--r-card);
  padding: 1.1rem;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  border: 1px solid var(--c-rule);
  transition: transform 0.3s var(--ease), box-shadow 0.3s var(--ease);
  text-decoration: none;
  color: var(--c-ink);
}
.swatch:hover {
  transform: translateY(-3px);
  box-shadow: var(--shadow-md);
}
.swatch__name {
  font-family: var(--font-body);
  font-weight: 600;
  font-size: 0.95rem;
  letter-spacing: -0.005em;
  color: var(--c-ink);
  margin-bottom: 0.15rem;
}
.swatch__name--light { color: #fff; }
.swatch__ral {
  font-family: var(--font-body);
  font-size: 0.72rem;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  color: var(--c-ink-muted);
  font-weight: 500;
}
.swatch__ral--light { color: rgba(255, 255, 255, 0.7); }
.swatch--wood {
  background:
    linear-gradient(135deg, rgba(0,0,0,0.18) 0%, rgba(255,255,255,0.05) 50%, rgba(0,0,0,0.18) 100%),
    var(--c-swatch);
}
.swatch--cta {
  background: #fff;
  border: 1px solid var(--c-rule);
  border-style: dashed;
}
.swatch--cta:hover {
  background: var(--c-orange);
  border-color: var(--c-orange);
  border-style: solid;
}
.swatch--cta:hover .swatch__name,
.swatch--cta:hover .swatch__ral,
.swatch--cta:hover .swatch__plus { color: var(--c-black); }
.swatch__plus {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 38px; height: 38px;
  border-radius: 50%;
  background: var(--c-orange);
  color: var(--c-black);
  font-weight: 700;
  margin-bottom: 0.65rem;
  align-self: flex-start;
  font-size: 1.1rem;
  transition: background 0.3s var(--ease);
}

@media (max-width: 980px) {
  .swatches { grid-template-columns: repeat(3, 1fr); }
}
@media (max-width: 620px) {
  .swatches { grid-template-columns: repeat(2, 1fr); }
}

/* ---------- Reviews ---------- */
.reviews {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: clamp(1.5rem, 3vw, 2rem);
}
.review {
  padding: clamp(1.6rem, 3vw, 2.2rem);
  background: #fff;
  border: 1px solid var(--c-rule);
  border-radius: var(--r-card);
  display: flex;
  flex-direction: column;
  gap: 1rem;
}
.review__stars { color: var(--c-orange); letter-spacing: 0.08em; margin: 0; font-size: 1rem; }
.review__quote {
  font-family: var(--font-heading);
  font-weight: 400;
  font-size: 1.1rem;
  line-height: 1.5;
  color: var(--c-ink);
  margin: 0;
  flex: 1;
}
.review__name { color: var(--c-ink-muted); margin: 0; font-size: 0.9rem; font-weight: 500; }

/* ---------- Gallery (projecten) ---------- */
.gallery {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: clamp(1rem, 2vw, 1.5rem);
}
.gallery__item {}
.gallery__media {
  aspect-ratio: 1 / 1;
  border-radius: var(--r-card);
  overflow: hidden;
  background: var(--c-paper-soft);
  position: relative;
}
.gallery__media img {
  width: 100%; height: 100%;
  object-fit: cover;
  transition: transform 0.5s var(--ease);
}
.gallery__item:hover .gallery__media img { transform: scale(1.05); }
.gallery__label {
  margin: 0.75rem 0 0;
  font-size: 0.92rem;
  color: var(--c-ink-soft);
  font-weight: 500;
}

/* ---------- Offerte ---------- */
.offerte__grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: clamp(2.5rem, 5vw, 5rem);
  align-items: start;
}
.offerte__copy { max-width: 540px; }
.offerte__bullets {
  margin: 1.5rem 0 2.5rem;
  display: grid;
  gap: 0.75rem;
}
.offerte__bullets li {
  display: flex;
  align-items: flex-start;
  gap: 0.75rem;
  color: rgba(255, 255, 255, 0.85);
  font-size: 1.02rem;
}
.offerte__bullets li::before {
  content: "";
  flex-shrink: 0;
  width: 22px; height: 22px;
  margin-top: 2px;
  border-radius: 50%;
  background:
    var(--c-orange) url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='black' stroke-width='3' stroke-linecap='round' stroke-linejoin='round'><polyline points='20 6 9 17 4 12'/></svg>") center/14px no-repeat;
}

.offerte__phone {
  border-top: 1px solid rgba(255, 255, 255, 0.15);
  padding-top: 1.75rem;
}
.offerte__phone-label {
  color: rgba(255, 255, 255, 0.65);
  margin: 0 0 0.4rem;
  font-size: 0.95rem;
}
.offerte__phone-number {
  display: inline-block;
  font-family: var(--font-heading);
  font-style: italic;
  font-weight: 400;
  font-size: clamp(2rem, 4vw, 2.6rem);
  color: var(--c-orange);
  letter-spacing: -0.02em;
  line-height: 1.1;
  margin-bottom: 0.4rem;
}
.offerte__phone-number:hover { color: #f5a35e; }
.offerte__phone-hours {
  color: rgba(255, 255, 255, 0.55);
  font-size: 0.9rem;
  margin: 0;
}

.offerte__form-wrap {
  background: #fff;
  border-radius: var(--r-card);
  box-shadow: var(--shadow-lg);
  padding: clamp(1.25rem, 2.5vw, 1.75rem);
}
.offerte__form-wrap close-form { display: block; min-height: 520px; }

/* ---------- Footer ---------- */
.site-footer {
  background: var(--c-black);
  color: rgba(255, 255, 255, 0.65);
  padding: clamp(3.5rem, 7vw, 5.5rem) 0 1.75rem;
  font-size: 0.94rem;
}
.site-footer__grid {
  display: grid;
  grid-template-columns: 1.4fr 1fr 1fr;
  gap: clamp(2rem, 4vw, 3.5rem);
  margin-bottom: clamp(2.5rem, 5vw, 4rem);
}
.site-footer h4 {
  color: #fff;
  font-family: var(--font-body);
  font-size: 0.78rem;
  letter-spacing: 0.18em;
  text-transform: uppercase;
  font-weight: 600;
  margin: 0 0 1.1rem;
}
.site-footer__h4--spaced { margin-top: 1.75rem; }
.site-footer ul li { margin-bottom: 0.55rem; line-height: 1.5; }
.site-footer a {
  color: rgba(255, 255, 255, 0.65);
  transition: color 0.18s var(--ease);
}
.site-footer a:hover { color: var(--c-orange); }

.site-footer__logo {
  height: 36px;
  width: auto;
  margin-bottom: 1.25rem;
  display: block;
}
.site-footer__tagline {
  font-family: var(--font-heading);
  font-style: italic;
  font-weight: 300;
  color: rgba(255, 255, 255, 0.7);
  font-size: 1rem;
  line-height: 1.45;
  margin-bottom: 1.5rem;
}
.site-footer__contact {
  display: grid;
  gap: 0.4rem;
  font-size: 0.92rem;
}
.site-footer__cta { margin-top: 1.5rem; }

.site-footer__bottom {
  padding-top: 1.5rem;
  border-top: 1px solid rgba(255, 255, 255, 0.1);
  font-size: 0.85rem;
  color: rgba(255, 255, 255, 0.45);
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1rem;
  flex-wrap: wrap;
}
.site-footer__bottom p { margin: 0; }
.site-footer__call { flex-shrink: 0; }
@media (max-width: 620px) {
  .site-footer__bottom { justify-content: flex-start; }
}

/* ---------- Video embed / placeholder (YouTube) ---------- */
.video-embed {
  position: relative;
  border-radius: var(--r-card);
  overflow: hidden;
  background: var(--c-black);
  box-shadow: var(--shadow-lg);
  aspect-ratio: 16 / 9;
}
.video-embed--portrait { aspect-ratio: 9 / 16; }
.video-embed iframe,
.video-embed .video-placeholder {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  border: 0;
  display: block;
}
.video-placeholder {
  background:
    radial-gradient(ellipse at 30% 30%, rgba(9, 165, 224, 0.18), transparent 60%),
    radial-gradient(ellipse at 70% 70%, rgba(240, 137, 60, 0.18), transparent 60%),
    var(--c-black);
  display: grid;
  place-items: center;
  padding: 1.5rem;
  text-align: center;
}
.video-placeholder__inner {
  display: grid;
  place-items: center;
  gap: 1rem;
  color: rgba(255, 255, 255, 0.85);
}
.video-placeholder__play {
  display: grid;
  place-items: center;
  width: 80px; height: 80px;
  border-radius: 50%;
  background: var(--c-orange);
  color: var(--c-black);
  box-shadow: 0 12px 40px rgba(240, 137, 60, 0.35);
  font-size: 1.5rem;
  padding-left: 6px;
}
.video-placeholder__label {
  font-family: var(--font-body);
  font-size: 0.78rem;
  letter-spacing: 0.18em;
  text-transform: uppercase;
  font-weight: 600;
  color: rgba(255,255,255,0.7);
  margin: 0;
}
.video-placeholder__sub {
  font-family: var(--font-body);
  font-size: 0.92rem;
  color: rgba(255, 255, 255, 0.55);
  margin: 0;
  max-width: 28ch;
}

/* ---------- WhatsApp floating action button ---------- */
.whatsapp-fab {
  position: fixed;
  bottom: 1.5rem;
  right: 1.5rem;
  z-index: 150;
  display: inline-flex;
  align-items: center;
  gap: 0.55rem;
  background: #25D366;
  color: #fff;
  padding: 0.85rem 1.15rem;
  border-radius: 999px;
  box-shadow: 0 8px 24px rgba(37, 211, 102, 0.35), 0 2px 6px rgba(0, 0, 0, 0.12);
  text-decoration: none;
  font-family: var(--font-body);
  font-weight: 600;
  font-size: 0.95rem;
  letter-spacing: -0.005em;
  transition: transform 0.2s var(--ease), box-shadow 0.2s var(--ease), background 0.2s var(--ease);
}
.whatsapp-fab:hover {
  background: #1ebe57;
  transform: translateY(-2px);
  box-shadow: 0 12px 32px rgba(37, 211, 102, 0.45), 0 2px 6px rgba(0, 0, 0, 0.15);
}
.whatsapp-fab svg { width: 22px; height: 22px; flex-shrink: 0; }

@media (max-width: 720px) {
  .whatsapp-fab {
    bottom: 1rem;
    right: 1rem;
    padding: 0.85rem;
  }
  .whatsapp-fab__label { display: none; } /* icon-only on mobile */
}
@media print {
  .whatsapp-fab { display: none; }
}

/* ---------- Reveal animation ---------- */
.reveal {
  opacity: 0;
  transform: translateY(24px);
  transition: opacity 0.7s var(--ease), transform 0.7s var(--ease);
}
.reveal.is-visible { opacity: 1; transform: none; }

/* ---------- Responsive ---------- */
@media (max-width: 980px) {
  .offerte__grid,
  .split,
  .call-hero__grid { grid-template-columns: 1fr; }
  .split__media { aspect-ratio: 16 / 10; }
  .call-hero__media { max-width: 100%; margin: 0 auto; }

  .cards,
  .cards--3,
  .cards--4 { grid-template-columns: repeat(2, 1fr); }
  .why { grid-template-columns: repeat(2, 1fr); }
  .process { grid-template-columns: repeat(2, 1fr); }
  .reviews { grid-template-columns: 1fr; max-width: 540px; margin: 0 auto; }
  .gallery { grid-template-columns: repeat(2, 1fr); }

  .site-footer__grid { grid-template-columns: 1fr 1fr; }
  .site-footer__brand { grid-column: 1 / -1; }

  /* Mobile nav */
  .site-nav__toggle { display: inline-flex; }
  .site-nav__list {
    position: fixed;
    inset: 76px 0 0 0;
    flex-direction: column;
    align-items: stretch;
    gap: 0;
    padding: 1.5rem var(--gutter);
    background: var(--c-paper);
    border-top: 1px solid var(--c-rule);
    transform: translateY(-110%);
    opacity: 0;
    visibility: hidden;
    transition: transform 0.3s var(--ease), opacity 0.2s var(--ease), visibility 0.3s;
  }
  .site-nav__list[data-open="true"] {
    transform: translateY(0);
    opacity: 1;
    visibility: visible;
  }
  .site-nav__list > li { padding: 0; border-bottom: 1px solid var(--c-rule); }
  .site-nav__list > li:last-child { border-bottom: 0; padding-top: 1.25rem; }
  .site-nav__list a:not(.btn),
  .site-nav__list .site-nav__trigger {
    font-size: 1.1rem;
    padding: 1rem 0;
    width: 100%;
    justify-content: space-between;
  }

  /* Mobile mega-menu — accordion within the hamburger panel */
  .has-mega { position: relative; }
  .mega {
    position: static;
    width: auto;
    max-width: none;
    transform: none;
    background: transparent;
    border: 0;
    box-shadow: none;
    padding: 0;
    display: none;
    flex-direction: column;
    gap: 0.15rem;
    opacity: 1;
    visibility: visible;
    pointer-events: auto;
  }
  .mega::before { display: none; }
  /* On mobile, hover doesn't apply — use .is-open via JS tap */
  .has-mega:hover > .mega { display: none; }
  .has-mega.is-open > .mega {
    display: flex;
    padding: 0.25rem 0 1rem 0.75rem;
  }
  .mega-card { padding: 0.65rem 0; font-size: 1rem; }
  .has-mega.is-open .site-nav__chevron {
    transform: rotate(225deg) translate(-2px, -2px);
  }
}

@media (max-width: 620px) {
  .cards,
  .cards--3,
  .cards--4 { grid-template-columns: 1fr; }
  .why { grid-template-columns: 1fr; }
  .process { grid-template-columns: 1fr; }
  .gallery { grid-template-columns: 1fr 1fr; }

  .site-footer__grid { grid-template-columns: 1fr; }
  .site-footer__brand { grid-column: auto; }

  .hero__cta .btn { flex: 1 1 auto; }
  .topbar__inner { font-size: 0.78rem; gap: 0.3rem 0.7rem; }
}

@media (prefers-reduced-motion: reduce) {
  *, *::before, *::after {
    animation-duration: 0.001ms !important;
    transition-duration: 0.001ms !important;
  }
  .reveal { opacity: 1; transform: none; }
  html { scroll-behavior: auto; }
}
