@import url('https://fonts.googleapis.com/css2?family=DM+Sans:wght@400;500;600;700;800&display=swap');

:root {
  --ink: #253f43;
  --ink-deep: #183236;
  --paper: #f4f1ea;
  --cream: #fbf9f4;
  --white: #fffefd;
  --blue: #769db3;
  --blue-deep: #52798c;
  --blue-pale: #dfeaed;
  --yellow: #efc83f;
  --yellow-pale: #f6e8a9;
  --muted: #66716f;
  --line: rgba(37, 63, 67, .18);
  --line-light: rgba(255, 255, 255, .2);
  --max: 1260px;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  margin: 0;
  color: var(--ink);
  background: var(--paper);
  font-family: "DM Sans", "Helvetica Neue", Arial, sans-serif;
  font-size: 16px;
  line-height: 1.65;
  -webkit-font-smoothing: antialiased;
}
body * { font-family: inherit !important; }
body.nav-open { overflow: hidden; }
a { color: inherit; text-decoration: none; }
img { display: block; max-width: 100%; }
button, input, textarea, select { font: inherit; }
figure, blockquote { margin: 0; }

.skip-link { position: fixed; z-index: 200; top: 12px; left: 12px; padding: 10px 14px; background: var(--white); transform: translateY(-160%); }
.skip-link:focus { transform: translateY(0); }
.container { width: min(calc(100% - 48px), var(--max)); margin-inline: auto; }

h1, h2, h3, p { margin-top: 0; }
h1, h2, .display {
  font-family: "DM Sans", "Helvetica Neue", Arial, sans-serif;
  font-weight: 600;
  letter-spacing: -.045em;
  line-height: 1.04;
  text-wrap: balance;
}
h1 { margin-bottom: 30px; font-size: clamp(3.4rem, 5.8vw, 6.2rem); }
h2 { margin-bottom: 28px; font-size: clamp(2.75rem, 4.15vw, 4.45rem); }
h3 { margin-bottom: 10px; font-size: 1.22rem; line-height: 1.25; text-wrap: balance; }
.section { padding: 148px 0; }
.section.white, .white { background: var(--white); }
.section.dark, .dark { background: var(--ink-deep); color: var(--white); }

.eyebrow {
  display: flex;
  align-items: center;
  gap: 12px;
  margin: 0 0 24px;
  color: var(--blue-deep);
  font-size: .73rem;
  font-weight: 700;
  letter-spacing: .16em;
  line-height: 1.35;
  text-transform: uppercase;
}
.eyebrow::before { display: none; }
.issue-number { margin: 0 0 28px; color: var(--blue-deep); font-family: "Newsreader", Georgia, serif; font-size: 2.8rem; line-height: 1; }
.standfirst { color: var(--muted); font-family: "Newsreader", Georgia, serif; font-size: clamp(1.4rem, 2vw, 1.85rem); line-height: 1.42; }

.site-header {
  position: sticky;
  z-index: 50;
  top: 0;
  color: var(--white);
  background:
    linear-gradient(90deg, rgba(255,255,255,.035), transparent 38%),
    rgba(16, 36, 43, .97);
  border-bottom: 1px solid rgba(239, 200, 63, .3);
  box-shadow: 0 14px 34px rgba(4, 16, 20, .12);
  backdrop-filter: blur(12px);
}
.nav-shell { min-height: 92px; display: flex; align-items: center; gap: 26px; }
.brand { position: relative; width: 238px; min-width: 238px; display: flex; align-items: center; margin-right: auto; }
.brand img { width: 238px; height: auto; filter: invert(1); opacity: .94; }
/* Reuse the original logo silhouette; the emblem occupies the first 96 of 642 pixels. */
@supports (mask-image: url("/assets/logo-header.png")) or (-webkit-mask-image: url("/assets/logo-header.png")) {
  .brand img { clip-path: inset(0 0 0 17%); }
  .brand::after {
    content: "";
    position: absolute;
    inset: 0;
    background: var(--yellow);
    opacity: .94;
    -webkit-mask: url("/assets/logo-header.png") center / 100% 100% no-repeat;
    mask: url("/assets/logo-header.png") center / 100% 100% no-repeat;
    clip-path: inset(0 83% 0 0);
    pointer-events: none;
  }
}
.desktop-nav { display: flex; align-items: center; gap: 27px; font-size: .83rem; font-weight: 600; }
.desktop-nav a:not(.button) { position: relative; white-space: nowrap; }
.desktop-nav a:not(.button)::after { content: ""; position: absolute; right: 100%; bottom: -8px; left: 0; height: 2px; background: var(--yellow); transition: right .22s ease; }
.desktop-nav a:hover::after, .desktop-nav a:focus-visible::after { right: 0; }
.client-login { color: rgba(255,255,255,.72); font-size: .76rem; opacity: 1; white-space: nowrap; }

.button {
  min-height: 50px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 0 23px;
  border: 1px solid transparent;
  border-radius: 999px;
  background: var(--yellow);
  color: #142023;
  font-weight: 700;
  font-size: .87rem;
  line-height: 1;
  white-space: nowrap;
  transition: transform .2s ease, background .2s ease, color .2s ease;
}
.button:hover { transform: translateY(-2px); background: var(--ink); color: var(--white); }
.site-header .button:hover { background: var(--white); color: var(--ink-deep); }
.button.dark { background: var(--ink); color: var(--white); }
.button.dark:hover { background: var(--blue-deep); }
.button.outline { background: transparent; }
.button:focus-visible { outline: 3px solid rgba(118, 157, 179, .45); outline-offset: 3px; }

.nav-toggle { display: none; width: 46px; height: 46px; padding: 0; border: 1px solid currentColor; background: transparent; color: inherit; cursor: pointer; }
.nav-toggle span, .nav-toggle::before, .nav-toggle::after { content: ""; width: 20px; height: 1px; display: block; margin: 5px auto; background: currentColor; transition: transform .2s ease, opacity .2s ease; }
.nav-open .nav-toggle span { opacity: 0; }
.nav-open .nav-toggle::before { transform: translateY(6px) rotate(45deg); }
.nav-open .nav-toggle::after { transform: translateY(-6px) rotate(-45deg); }
.mobile-menu { display: none; position: fixed; z-index: 45; inset: 92px 0 0; padding: 40px 24px; background: var(--ink-deep); color: var(--white); }
.mobile-menu a, .mobile-menu [data-employee-open] { display: block; padding: 16px 0; border-bottom: 1px solid var(--line-light); font-family: "Newsreader", Georgia, serif; font-size: 1.5rem; }

.text-link { display: inline-flex; align-items: center; gap: 12px; margin-top: 46px; padding-bottom: 5px; border-bottom: 2px solid var(--yellow); font-weight: 700; }
.text-link span { transition: transform .2s ease; }
.text-link:hover span { transform: translateX(4px); }
.phone-link { font-size: .85rem; font-weight: 700; text-decoration: underline; text-underline-offset: 5px; }

/* Homepage — woonmagazine */
.magazine-page { background: var(--cream); }
.conversion-strip { min-height: 92px; display: grid; grid-template-columns: repeat(4, 1fr); gap: 0; padding: 0; border-bottom: 1px solid var(--line); }
.conversion-strip span { min-height: 92px; display: flex; align-items: center; justify-content: center; padding: 18px 24px; border-left: 1px solid var(--line); font-size: .74rem; font-weight: 700; letter-spacing: .065em; line-height: 1.4; text-align: center; text-transform: uppercase; }
.conversion-strip span:first-child { border-left: 0; }
.situation-section { padding: 112px 0 128px; background: var(--white); }
.situation-heading { display: block; }
.situation-heading h2 { max-width: 1120px; margin-bottom: 0; font-size: clamp(3rem, 4.2vw, 4.5rem); }
.situation-heading .standfirst { max-width: 720px; margin: 32px 0 0 auto; }
.situation-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 18px; margin-top: 68px; }
.situation-card { min-height: 270px; display: flex; flex-direction: column; padding: 34px; border: 1px solid var(--line); border-radius: 3px 32px 3px 32px; background: var(--cream); transition: transform .22s ease, border-color .22s ease, box-shadow .22s ease; }
.situation-card:hover { transform: translateY(-5px); border-color: rgba(82,121,140,.48); box-shadow: 0 24px 54px rgba(24,50,54,.09); }
.situation-card .situation-number { color: var(--blue-deep); font-family: "Newsreader", Georgia, serif; font-size: 1.25rem; }
.situation-card h3 { margin-top: 42px; font-family: "Newsreader", Georgia, serif; font-size: 1.72rem; font-weight: 500; }
.situation-card p { margin-bottom: 26px; color: var(--muted); line-height: 1.55; }
.situation-card strong { margin-top: auto; padding-bottom: 4px; border-bottom: 2px solid var(--yellow); align-self: flex-start; font-size: .78rem; }
.situation-card.featured { background: var(--blue-pale); }
.situation-card.supported-card { background: #edf2e9; }
.situation-card.dark-card { color: var(--white); background: var(--ink-deep); }
.situation-card.dark-card p { color: rgba(255,255,255,.7); }
.situation-card.dark-card .situation-number { color: var(--yellow); }
.situation-card.dark-card strong { color: var(--white); }

/* Conversion landing pages */
.solution-page { background: var(--paper); }
.solution-hero { padding: 34px 0 104px; background: linear-gradient(180deg, var(--cream), var(--paper)); }
.solution-hero-grid { display: grid; grid-template-columns: 1.06fr .94fr; overflow: hidden; border-radius: 3px 54px 3px 54px; background: var(--blue-pale); }
.solution-hero-copy { display: flex; flex-direction: column; justify-content: center; padding: clamp(48px, 4.3vw, 68px); }
.solution-hero-copy h1 { max-width: 630px; margin-bottom: 24px; font-size: clamp(3rem, 4.35vw, 4.7rem); line-height: 1.01; }
.solution-hero-copy .lead { max-width: 590px; margin-bottom: 30px; color: var(--muted); font-size: 1.08rem; }
.solution-hero-image { position: relative; min-height: 670px; }
.solution-hero-image img { width: 100%; height: 100%; object-fit: cover; }
.solution-hero-image::after { content: ""; position: absolute; inset: 0; box-shadow: inset 20px 0 40px rgba(24,50,54,.08); pointer-events: none; }
.quick-proof { display: flex; flex-wrap: wrap; gap: 9px 24px; margin: 26px 0 0; padding: 0; list-style: none; }
.quick-proof li { position: relative; padding-left: 16px; color: var(--ink); font-size: .78rem; font-weight: 700; }
.quick-proof li::before { content: ""; position: absolute; top: .72em; left: 0; width: 6px; height: 6px; border-radius: 50%; background: var(--yellow); transform: translateY(-50%); }
.solution-intro { display: grid; grid-template-columns: .92fr 1.08fr; gap: clamp(70px, 10vw, 145px); align-items: start; }
.solution-intro h2 { position: sticky; top: 140px; font-size: clamp(2.7rem, 3.7vw, 4rem); line-height: 1.02; }
.solution-copy .standfirst { color: var(--ink); }
.solution-copy p { color: var(--muted); }
.included-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 1px; margin-top: 64px; background: var(--line); }
.included-grid article { min-height: 255px; padding: 34px; background: var(--white); }
.included-grid span { color: var(--blue-deep); font-family: "Newsreader", Georgia, serif; font-size: 1.4rem; }
.included-grid h3 { margin-top: 42px; font-family: "Newsreader", Georgia, serif; font-size: 1.55rem; font-weight: 500; }
.included-grid p { color: var(--muted); line-height: 1.5; }
.clarity-band { padding: 82px 0; color: var(--white); background: var(--ink-deep); }
.clarity-grid { display: grid; grid-template-columns: 1.05fr .95fr; gap: 80px; align-items: center; }
.clarity-grid h2 { margin-bottom: 0; font-size: clamp(2.6rem, 3.65vw, 3.9rem); line-height: 1.03; }
.clarity-grid p { margin-bottom: 0; color: rgba(255,255,255,.72); font-size: 1.05rem; }
.faq-section { padding: 118px 0; background: var(--white); }
.faq-layout { display: grid; grid-template-columns: .7fr 1.3fr; gap: 90px; }
.faq-list details { border-top: 1px solid var(--line); }
.faq-list details:last-child { border-bottom: 1px solid var(--line); }
.faq-list summary { position: relative; padding: 24px 46px 24px 0; cursor: pointer; font-weight: 700; list-style: none; }
.faq-list summary::-webkit-details-marker { display: none; }
.faq-list summary::after { content: "+"; position: absolute; right: 4px; top: 21px; color: var(--blue-deep); font-family: "Newsreader", Georgia, serif; font-size: 1.6rem; font-weight: 400; }
.faq-list details[open] summary::after { content: "–"; }
.faq-list details p { max-width: 720px; padding: 0 50px 24px 0; color: var(--muted); }
.mobile-conversion-bar { display: none; }
.mag-cover { padding: 34px 0 0; background: linear-gradient(180deg, var(--cream) 0%, #f4f7f6 100%); }
.mag-cover-stage {
  position: relative;
  min-height: 700px;
  display: grid;
  overflow: hidden;
  border-radius: 8px 42px 8px 42px;
  box-shadow: 0 28px 70px rgba(24, 50, 54, .12);
}
.mag-cover-copy, .mag-cover-visual { grid-area: 1 / 1; }
.mag-cover-copy {
  position: relative;
  z-index: 3;
  width: min(590px, 52%);
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: 70px 0 70px clamp(44px, 5vw, 76px);
  color: var(--white);
}
.mag-cover-copy .eyebrow { color: rgba(255,255,255,.86); }
.mag-cover-copy .eyebrow::before { background: var(--yellow); }
.mag-cover-copy h1 {
  max-width: 560px;
  margin-bottom: 28px;
  color: var(--white);
  font-family: "DM Sans", "Helvetica Neue", Arial, sans-serif;
  font-size: clamp(3.1rem, 3.8vw, 4.4rem);
  font-weight: 600;
  letter-spacing: -.055em;
  line-height: .98;
}
.mag-cover-copy h1 span { display: block; }
.mag-cover-copy h1 span + span { margin-top: 9px; }
.mag-cover-copy .hero-lead { max-width: 520px; margin-bottom: 22px; color: rgba(255,255,255,.82); font-size: 1.05rem; line-height: 1.65; }
.cover-promise { max-width: 520px; margin-bottom: 34px; color: var(--white); font-family: "DM Sans", "Helvetica Neue", Arial, sans-serif; font-size: 1.08rem; font-weight: 700; line-height: 1.4; }
.cover-actions { display: flex; flex-wrap: wrap; align-items: center; gap: 26px; }
.mag-cover .phone-link { color: var(--white); }
.mag-cover-visual { position: relative; z-index: 1; min-width: 0; }
.mag-cover-visual::after { content: ""; position: absolute; inset: 0; background: linear-gradient(90deg, rgba(24,50,54,.96) 0%, rgba(24,50,54,.83) 34%, rgba(24,50,54,.22) 68%, rgba(24,50,54,.04) 100%); }
.mag-cover-visual img { width: 100%; height: 700px; object-fit: cover; object-position: 57% center; }
.mag-cover-visual figcaption { position: absolute; z-index: 2; right: 28px; bottom: 26px; min-width: 230px; display: flex; flex-direction: column; padding: 18px 22px; border-radius: 18px 4px 18px 4px; background: rgba(255, 254, 253, .93); backdrop-filter: blur(10px); }
.mag-cover-visual figcaption span { color: var(--blue-deep); font-size: .66rem; font-weight: 700; letter-spacing: .12em; text-transform: uppercase; }
.mag-cover-visual figcaption strong { margin: 3px 0 0; font-family: "DM Sans", "Helvetica Neue", Arial, sans-serif; font-size: 1.2rem; font-weight: 700; }
.mag-cover-visual figcaption small { color: var(--muted); font-size: .76rem; line-height: 1.4; }
.cover-audience { min-height: 96px; display: flex; align-items: center; justify-content: space-between; gap: 24px; padding-block: 24px; }
.cover-audience span { color: var(--blue-deep); font-size: .72rem; font-weight: 700; letter-spacing: .13em; text-transform: uppercase; }
.cover-audience strong { font-size: .76rem; letter-spacing: .07em; text-transform: uppercase; }

.editorial-intro { background: var(--cream); }
.editorial-intro-grid {
  display: block;
  padding: clamp(54px, 6vw, 84px);
  color: var(--white);
  background:
    radial-gradient(circle at 88% 16%, rgba(239,200,63,.15), transparent 25%),
    linear-gradient(125deg, var(--ink-deep), #1d4651);
  border-radius: 5px 58px 5px 58px;
  box-shadow: 0 24px 60px rgba(16,36,43,.12);
}
.editorial-statement { max-width: none; }
.editorial-statement .eyebrow { color: var(--yellow); }
.editorial-intro-copy { display: grid; grid-template-columns: minmax(0, 1.25fr) minmax(290px, .75fr); gap: clamp(48px, 8vw, 120px); align-items: end; }
.editorial-statement h2 { max-width: 800px; margin: 0; color: var(--white); font-size: clamp(3rem, 4.35vw, 4.65rem); }
.editorial-statement .standfirst { max-width: 500px; margin: 0 0 8px; color: rgba(255,255,255,.78); font-family: "DM Sans", "Helvetica Neue", Arial, sans-serif; font-size: 1.1rem; line-height: 1.7; }
.service-index { display: grid; grid-template-columns: 1fr 1fr; margin-top: 96px; }
.service-progress-start, .service-progress-end { margin-bottom: 22px; color: var(--blue-deep); font-size: .7rem; font-weight: 700; letter-spacing: .13em; text-transform: uppercase; }
.service-progress-end { text-align: right; }
.service-steps { position: relative; grid-column: 1 / -1; display: grid; grid-template-columns: repeat(5, 1fr); padding-top: 38px; }
.service-steps::before, .service-steps::after { content: ""; position: absolute; top: 10px; right: 0; left: 0; height: 3px; border-radius: 999px; }
.service-steps::before { background: rgba(37, 63, 67, .14); }
.service-steps::after { background: linear-gradient(90deg, #c9dce3 0%, var(--blue) 48%, var(--blue-deep) 76%, var(--yellow) 100%); transform: scaleX(0); transform-origin: left; transition: transform 1.35s cubic-bezier(.22,.72,.24,1); }
.service-index.visible .service-steps::after { transform: scaleX(1); }
.service-steps article { --node-color: #c9dce3; --node-scale: .72; position: relative; min-height: 255px; padding: 24px 27px 30px 0; }
.service-steps article:not(:first-child) { padding-left: 24px; }
.service-steps article::before { content: ""; position: absolute; z-index: 2; top: -35px; left: 0; width: 16px; height: 16px; border: 3px solid var(--white); border-radius: 50%; background: var(--node-color); box-shadow: 0 0 0 1px rgba(37,63,67,.12); transform: scale(0); transition: transform .4s cubic-bezier(.18,.86,.32,1.35); }
.service-steps article:nth-child(2) { --node-color: #a7c2ce; --node-scale: .86; }
.service-steps article:nth-child(3) { --node-color: var(--blue); --node-scale: 1; }
.service-steps article:nth-child(4) { --node-color: var(--blue-deep); --node-scale: 1.14; }
.service-steps article:nth-child(5) { --node-color: var(--yellow); --node-scale: 1.34; }
.service-index.visible .service-steps article::before { transform: scale(var(--node-scale)); }
.service-index.visible .service-steps article:nth-child(1)::before { transition-delay: .12s; }
.service-index.visible .service-steps article:nth-child(2)::before { transition-delay: .34s; }
.service-index.visible .service-steps article:nth-child(3)::before { transition-delay: .56s; }
.service-index.visible .service-steps article:nth-child(4)::before { transition-delay: .78s; }
.service-index.visible .service-steps article:nth-child(5)::before { transition-delay: 1s; }
.service-steps article > span { display: block; color: var(--blue-deep); font-family: "Newsreader", Georgia, serif; font-size: 1.3rem; }
.service-steps article > small { min-height: 3.2em; display: block; margin-top: 10px; color: var(--blue-deep); font-size: .66rem; font-weight: 700; letter-spacing: .08em; line-height: 1.45; text-transform: uppercase; }
.service-steps article:nth-child(5) > small { color: var(--ink); }
.service-steps h3 { margin-top: 30px; font-size: 1.08rem; }
.service-steps p { margin-bottom: 0; color: var(--muted); font-size: .88rem; }

.dwelling-edition { background: var(--blue-pale); }
.edition-heading, .collection-heading, .project-title { display: grid; grid-template-columns: 1fr .48fr; gap: clamp(70px, 11vw, 160px); align-items: end; }
.edition-heading h2, .collection-heading h2, .project-title h2 { max-width: 860px; margin-bottom: 0; }
.edition-heading > p, .collection-heading > p, .project-title > p { max-width: 500px; margin-bottom: 8px; color: var(--muted); }
.dwelling-grid { display: grid; grid-template-columns: 1.12fr .88fr; gap: 0 74px; margin-top: 92px; }
.dwelling-grid > article:not(.dwelling-feature) { min-height: 190px; padding: 27px 0; border-top: 1px solid var(--ink); }
.dwelling-grid > article:not(.dwelling-feature):last-child { border-bottom: 1px solid var(--ink); }
.dwelling-grid article > span, .dwelling-copy > span { color: var(--blue-deep); font-family: "Newsreader", Georgia, serif; font-size: 1.25rem; }
.dwelling-grid h3 { margin-top: 34px; font-family: "Newsreader", Georgia, serif; font-size: 2rem; font-weight: 500; }
.dwelling-grid p { max-width: 530px; margin-bottom: 0; color: var(--muted); }
.dwelling-feature { grid-row: span 4; display: flex; flex-direction: column; padding: 28px; background: var(--cream); }
.dwelling-feature .dwelling-copy { padding: 18px 18px 40px; }
.dwelling-feature img { width: 100%; height: 470px; margin-top: auto; object-fit: cover; object-position: center 62%; }
.blue-note h3 { color: var(--blue-deep); }
.exclusive-note { color: var(--ink); }
.exclusive-note h3 { color: var(--ink); }
.exclusive-note a { color: var(--blue-deep); font-weight: 700; text-decoration: underline; text-underline-offset: 4px; }
.dwelling-action { display: flex; justify-content: space-between; align-items: center; gap: 40px; margin-top: 42px; padding-top: 28px; border-top: 1px solid var(--ink); }
.dwelling-action p { max-width: 710px; margin: 0; font-family: "Newsreader", Georgia, serif; font-size: 1.3rem; }

.collection-edition { background: var(--cream); }
.collection-heading h2 { max-width: 980px; font-size: clamp(3.2rem, 4.8vw, 5.1rem); }
.collection-level-index { display: grid; grid-template-columns: repeat(3, 1fr); margin-top: 68px; border-top: 1px solid var(--ink); border-bottom: 1px solid var(--ink); }
.collection-level-index a { position: relative; display: grid; grid-template-columns: auto 1fr; gap: 2px 20px; padding: 25px 28px; transition: color .2s ease, background .2s ease; }
.collection-level-index a:not(:first-child) { border-left: 1px solid var(--line); }
.collection-level-index a:hover { background: rgba(118,157,179,.1); }
.collection-level-index a::after { content: "↘"; position: absolute; top: 24px; right: 25px; color: var(--blue-deep); font-size: 1.05rem; transition: transform .2s ease; }
.collection-level-index a:hover::after { transform: translate(3px, 3px); }
.collection-level-index span { grid-row: 1 / 3; color: var(--blue-deep); font-family: "Newsreader", Georgia, serif; font-size: 1.15rem; }
.collection-level-index strong { padding-right: 26px; font-family: "Newsreader", Georgia, serif; font-size: 1.85rem; font-weight: 500; line-height: 1.1; }
.collection-level-index small { color: var(--muted); font-size: .68rem; font-weight: 700; letter-spacing: .07em; text-transform: uppercase; }
.collection-level-index .level-popular::before { content: ""; position: absolute; top: -2px; right: 0; left: 0; height: 4px; background: var(--yellow); }
.collections { margin-top: 62px; }
.collection { scroll-margin-top: 120px; display: grid; grid-template-columns: 1.12fr .88fr; gap: clamp(55px, 8vw, 116px); align-items: center; padding: 78px 0; border-top: 1px solid var(--ink); }
.collection:last-child { border-bottom: 1px solid var(--ink); }
.collection-comfort figure { order: 2; }
.collection figure { position: relative; }
.collection figure img { width: 100%; aspect-ratio: 3 / 2; object-fit: cover; }
.collection figure figcaption { position: absolute; right: 0; bottom: 0; padding: 10px 14px; background: var(--white); color: var(--muted); font-size: .68rem; font-weight: 700; letter-spacing: .1em; text-transform: uppercase; }
.collection-copy { max-width: 470px; }
.collection-label { margin-bottom: 32px; color: var(--blue-deep); font-size: .72rem; font-weight: 700; letter-spacing: .16em; text-transform: uppercase; }
.collection-copy h3 { margin-bottom: 20px; font-family: "Newsreader", Georgia, serif; font-size: clamp(2.5rem, 4vw, 4.35rem); font-weight: 500; line-height: 1; }
.collection-copy > p:not(.collection-label) { color: var(--muted); font-size: 1.02rem; }
.collection-copy ul { display: grid; gap: 10px; margin: 28px 0 0; padding: 22px 0 0; border-top: 1px solid var(--line); list-style: none; }
.collection-copy li { position: relative; padding-left: 18px; font-size: .88rem; }
.collection-copy li::before { content: ""; position: absolute; top: .72em; left: 0; width: 6px; height: 6px; background: var(--yellow); border-radius: 50%; }
.collection-comfort { margin-inline: -34px; padding-inline: 34px; background: var(--blue-pale); border-color: transparent; }
.collection-note { display: flex; align-items: center; justify-content: space-between; gap: 44px; padding-top: 35px; }
.collection-note p { max-width: 760px; margin: 0; color: var(--muted); }
.collection-note .text-link { margin-top: 0; white-space: nowrap; }

.project-edition { background: var(--white); }
.magazine-gallery { display: grid; grid-template-columns: 1.25fr .75fr; grid-template-rows: 440px 410px; gap: 30px; margin-top: 76px; }
.magazine-gallery figure { position: relative; overflow: hidden; }
.magazine-gallery figure img { width: 100%; height: 100%; object-fit: cover; }
.magazine-gallery .gallery-main { grid-row: 1 / 3; }
.magazine-gallery .gallery-main img { object-position: center; }
.magazine-gallery .gallery-tall img { object-position: center 60%; }
.magazine-gallery figcaption { position: absolute; right: 0; bottom: 0; left: 0; display: flex; align-items: end; justify-content: space-between; gap: 28px; padding: 30px; color: var(--white); background: linear-gradient(transparent, rgba(24, 50, 54, .86)); }
.magazine-gallery figcaption strong { font-family: "Newsreader", Georgia, serif; font-size: 1.55rem; }
.magazine-gallery figcaption span { max-width: 340px; font-size: .78rem; text-align: right; }

.realtor-edition { background: var(--paper); }
.realtor-spread { display: grid; grid-template-columns: 1.18fr .82fr; gap: clamp(64px, 9vw, 138px); align-items: center; }
.realtor-image { align-self: stretch; }
.realtor-image img { width: 100%; height: 720px; object-fit: cover; }
.realtor-image figcaption, .case-image figcaption { margin-top: 12px; color: var(--muted); font-size: .7rem; font-weight: 700; letter-spacing: .12em; text-transform: uppercase; }
.realtor-copy h2 { max-width: 620px; }
.realtor-copy .standfirst { max-width: 580px; }
.realtor-copy ol { margin: 40px 0 38px; padding: 0; border-top: 1px solid var(--ink); list-style: none; }
.realtor-copy li { display: grid; grid-template-columns: 52px 1fr; gap: 18px; padding: 17px 0; border-bottom: 1px solid var(--line); font-weight: 600; }
.realtor-copy li span { color: var(--blue-deep); font-family: "Newsreader", Georgia, serif; }

.trust-edition { background: var(--yellow-pale); }
.trust-spread { display: grid; grid-template-columns: .8fr 1.2fr; gap: clamp(74px, 11vw, 170px); align-items: start; }
.trust-quote { position: sticky; top: 140px; }
.trust-quote blockquote { max-width: 610px; margin: 0 0 35px; font-family: "Newsreader", Georgia, serif; font-size: clamp(2.8rem, 4.4vw, 4.8rem); line-height: 1.02; letter-spacing: -.03em; }
.trust-quote > p:last-child { max-width: 510px; color: var(--muted); }
.trust-list { border-top: 1px solid var(--ink); }
.trust-list article { display: grid; grid-template-columns: 56px .72fr 1fr; gap: 24px; padding: 27px 0; border-bottom: 1px solid var(--ink); align-items: baseline; }
.trust-list article > span { color: var(--blue-deep); font-family: "Newsreader", Georgia, serif; }
.trust-list h3, .trust-list p { margin: 0; }
.trust-list h3 { font-family: "Newsreader", Georgia, serif; font-size: 1.55rem; font-weight: 500; }
.trust-list p { color: var(--muted); font-size: .88rem; }

.case-edition { background: var(--cream); }
.case-spread { display: grid; grid-template-columns: .82fr 1.18fr; gap: clamp(68px, 10vw, 150px); align-items: center; }
.case-copy h2 { max-width: 650px; }
.case-copy > p:not(.eyebrow):not(.case-quote) { max-width: 560px; color: var(--muted); }
.case-quote { margin: 34px 0 0; font-family: "Newsreader", Georgia, serif; font-size: 1.55rem; font-weight: 600; }
.case-image img { width: 100%; height: 670px; object-fit: cover; object-position: center 40%; }

.mag-cta, .cta { padding: 108px 0; background: var(--ink-deep); color: var(--white); }
.mag-cta-grid, .cta-grid { display: grid; grid-template-columns: 1fr auto; gap: 65px; align-items: end; }
.mag-cta h2, .cta h2 { max-width: 850px; margin-bottom: 20px; }
.mag-cta p:not(.eyebrow) { margin-bottom: 0; color: rgba(255,255,255,.68); }
.mag-cta .eyebrow, .cta .eyebrow, .dark .eyebrow { color: var(--yellow); }
.cta-actions { display: flex; flex-direction: column; align-items: flex-start; gap: 18px; }
.cta-phone { color: rgba(255,255,255,.75); font-size: .82rem; text-decoration: underline; text-underline-offset: 4px; }

/* Exclusief tijdelijk wonen */
.exclusive-page { background: #f5f1e9; }
.exclusive-hero { padding: 34px 0 96px; background: #10242b; }
.exclusive-hero-grid { display: grid; grid-template-columns: .96fr 1.04fr; align-items: stretch; overflow: hidden; border: 1px solid rgba(239, 200, 63, .28); border-radius: 3px 54px 3px 54px; background: #172f38; box-shadow: 0 34px 90px rgba(4, 16, 20, .34); }
.exclusive-hero-copy { display: flex; flex-direction: column; justify-content: center; padding: clamp(48px, 4.2vw, 68px); }
.exclusive-hero-copy .eyebrow { color: var(--yellow); }
.exclusive-hero-copy h1 { max-width: 650px; color: var(--white); font-family: "DM Sans", "Helvetica Neue", Arial, sans-serif; font-size: clamp(3rem, 4.15vw, 4.55rem); font-weight: 500; letter-spacing: -.05em; line-height: 1.03; }
.exclusive-hero-copy .standfirst { max-width: 590px; margin-bottom: 25px; color: rgba(255,255,255,.75); font-family: "DM Sans", "Helvetica Neue", Arial, sans-serif; font-size: 1.06rem; line-height: 1.65; }
.exclusive-signature { display: flex; flex-wrap: wrap; gap: 10px 22px; margin: 0 0 36px; color: rgba(255,255,255,.88); font-size: .71rem; font-weight: 700; letter-spacing: .11em; text-transform: uppercase; }
.exclusive-signature span { position: relative; padding-left: 14px; }
.exclusive-signature span::before { content: ""; position: absolute; top: .65em; left: 0; width: 5px; height: 5px; border-radius: 50%; background: var(--yellow); }
.exclusive-hero-copy .phone-link { color: rgba(255,255,255,.78); }
.exclusive-hero-image { position: relative; min-height: 760px; }
.exclusive-hero-image img { width: 100%; height: 100%; object-fit: cover; object-position: center; }
.exclusive-hero-image figcaption { position: absolute; right: 22px; bottom: 20px; padding: 12px 16px; border: 1px solid rgba(255,255,255,.2); border-radius: 999px; background: rgba(10,27,33,.78); color: rgba(255,255,255,.82); backdrop-filter: blur(10px); font-size: .68rem; font-weight: 700; letter-spacing: .1em; text-transform: uppercase; }
.exclusive-service-section { background: #eef3f3; }
.exclusive-page .quote-band { background: #10242b; color: var(--white); }
.exclusive-page .quote-band em { color: var(--yellow); }
.exclusive-distinction { display: grid; grid-template-columns: 1fr .72fr; gap: clamp(70px, 11vw, 160px); align-items: start; }
.exclusive-distinction h2 { max-width: 760px; margin-bottom: 0; }
.exclusive-distinction > div:last-child { padding-top: 24px; border-top: 4px solid var(--yellow); }
.exclusive-distinction > div:last-child p { color: var(--muted); }
.exclusive-distinction > div:last-child strong { color: var(--ink); }

/* Binnenpagina's — dezelfde redactionele taal */
.page-hero { padding: 120px 0 104px; background: var(--cream); border-bottom: 1px solid var(--ink); }
.page-hero::before { content: "Van Dam dossier"; display: block; width: min(calc(100% - 48px), var(--max)); margin: 0 auto 60px; padding-bottom: 12px; border-bottom: 1px solid var(--ink); color: var(--muted); font-size: .68rem; font-weight: 700; letter-spacing: .14em; text-transform: uppercase; }
.page-hero h1 { max-width: 1120px; margin-bottom: 30px; font-size: clamp(3.5rem, 5.4vw, 5.8rem); line-height: 1.01; }
.page-hero .lead { max-width: 790px; color: var(--muted); font-family: "Newsreader", Georgia, serif; font-size: 1.55rem; line-height: 1.45; }
.quote-band { padding: 88px 0; background: var(--blue-pale); color: var(--ink); }
.quote-band p { max-width: 1060px; margin: 0; font-family: "Newsreader", Georgia, serif; font-size: clamp(2.6rem, 5vw, 5rem); line-height: 1.02; letter-spacing: -.035em; }
.quote-band em { color: var(--blue-deep); font-style: italic; }

.detail-grid { display: grid; grid-template-columns: .64fr 1.36fr; gap: clamp(70px, 10vw, 145px); }
.sticky-title { position: sticky; top: 135px; align-self: start; padding-top: 18px; border-top: 1px solid var(--ink); }
.sticky-title h2 { font-size: clamp(3rem, 4.5vw, 4.8rem); }
.detail-list { border-top: 1px solid var(--ink); }
.detail-item { display: grid; grid-template-columns: 58px 1fr; gap: 22px; padding: 34px 0; border-bottom: 1px solid var(--line); }
.detail-item .num { color: var(--blue-deep); font-family: "Newsreader", Georgia, serif; font-size: 1.28rem; }
.detail-item h3 { font-family: "Newsreader", Georgia, serif; font-size: 1.75rem; font-weight: 500; }
.detail-item p { max-width: 680px; margin-bottom: 0; color: var(--muted); }

.section-head { display: grid; grid-template-columns: 1fr .45fr; gap: 70px; align-items: end; margin-bottom: 68px; }
.section-head > div:first-child { max-width: 820px; }
.section-head .summary { max-width: 440px; color: var(--muted); }
.dark .section-head .summary { color: rgba(255,255,255,.65); }
.process-grid { display: grid; grid-template-columns: repeat(3, 1fr); border-top: 1px solid var(--line-light); }
.process-card { min-height: 280px; padding: 28px 28px 28px 0; border-bottom: 1px solid var(--line-light); }
.process-card:not(:nth-child(3n+1)) { padding-left: 28px; border-left: 1px solid var(--line-light); }
.process-number { display: block; margin-bottom: 62px; color: var(--yellow); font-family: "Newsreader", Georgia, serif; font-size: 1.3rem; }
.process-card h3 { font-family: "Newsreader", Georgia, serif; font-size: 1.6rem; font-weight: 500; }
.process-card p { margin-bottom: 0; color: rgba(255,255,255,.63); }

.intro-grid { display: grid; grid-template-columns: 1.2fr .6fr; gap: clamp(70px, 10vw, 150px); align-items: end; }
.intro-grid h2 { max-width: 900px; margin-bottom: 0; }
.intro-note { padding: 25px 0 4px; border-top: 3px solid var(--yellow); color: var(--muted); }
.dark .intro-note { color: rgba(255,255,255,.66); }
.statement-word { color: var(--blue-deep); font-style: italic; }

.split { display: grid; grid-template-columns: 1.05fr .95fr; min-height: 720px; background: var(--white); }
.split-image { min-height: 650px; overflow: hidden; }
.split-image img { width: 100%; height: 100%; object-fit: cover; }
.split-content { display: flex; align-items: center; padding: 90px max(48px, 8vw); }
.split-content .content-inner { max-width: 600px; }
.split-content p { color: var(--muted); }
.outcomes { display: grid; grid-template-columns: repeat(4, 1fr); border-top: 1px solid var(--ink); border-bottom: 1px solid var(--ink); }
.outcome { min-height: 245px; padding: 28px; border-right: 1px solid var(--line); }
.outcome:first-child { padding-left: 0; }
.outcome:last-child { border-right: 0; }
.outcome strong { display: block; margin-bottom: 54px; color: var(--blue-deep); font-family: "Newsreader", Georgia, serif; font-size: 1.4rem; }
.outcome h3 { font-family: "Newsreader", Georgia, serif; font-size: 1.55rem; font-weight: 500; }
.outcome p { margin: 0; color: var(--muted); font-size: .9rem; }
.trust-outcomes { grid-template-columns: repeat(3, 1fr); }

.case { position: relative; min-height: 650px; display: flex; align-items: flex-end; overflow: hidden; color: var(--white); background: var(--ink-deep); }
.case::before { content: ""; position: absolute; inset: 0; background: linear-gradient(90deg, rgba(24,50,54,.92), rgba(24,50,54,.25) 70%), url("assets/photo1.jpeg") center / cover no-repeat; }
.case-content { position: relative; z-index: 2; max-width: 730px; padding: 95px 0; }
.case-content p:not(.eyebrow) { color: rgba(255,255,255,.75); }

.contact-grid { display: grid; grid-template-columns: .62fr 1.38fr; gap: clamp(70px, 10vw, 145px); align-items: start; }
.contact-card { padding-top: 22px; border-top: 5px solid var(--yellow); }
.contact-card h3 { margin-top: 34px; font-family: "Newsreader", Georgia, serif; font-size: 1.55rem; font-weight: 500; }
.contact-card h3:first-child { margin-top: 0; }
.contact-card p { color: var(--muted); }
.contact-card a { text-decoration: underline; text-underline-offset: 4px; }
.contact-card address { margin: 24px 0; color: var(--ink); font-style: normal; line-height: 1.65; }
.form-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 20px; }
.field { display: flex; flex-direction: column; gap: 8px; }
.field.full { grid-column: 1 / -1; }
.field label { font-size: .78rem; font-weight: 700; letter-spacing: .04em; }
.field .optional { color: var(--muted); font-weight: 500; }
.field input, .field textarea, .field select { width: 100%; padding: 15px 0; border: 0; border-bottom: 1px solid var(--ink); border-radius: 0; background: transparent; color: var(--ink); outline: 0; }
.field input:focus, .field textarea:focus, .field select:focus { border-bottom-color: var(--blue-deep); box-shadow: 0 3px 0 var(--blue-pale); }
.field textarea { min-height: 150px; resize: vertical; }
.form-note { grid-column: 1 / -1; margin: 6px 0 0; color: var(--muted); font-size: .8rem; }
.form-note.form-error { margin: 6px 0 0; color: #a0423c; }
.form-grid button:disabled { opacity: .65; cursor: wait; }
.form-success { padding: clamp(28px, 4vw, 52px); background: var(--soft-blue); border-top: 4px solid var(--yellow); }
.form-success h2 { margin: 10px 0 14px; }
.form-success p { max-width: 640px; }
.hero-actions { display: flex; flex-wrap: wrap; gap: 12px; }

.site-footer { padding: 78px 0 30px; background: var(--ink-deep); color: var(--white); }
.footer-grid { display: grid; grid-template-columns: 1.45fr .75fr .75fr; gap: 60px; padding-bottom: 65px; }
.footer-brand { width: 250px; filter: invert(1) brightness(4); opacity: .82; }
.footer-intro { max-width: 440px; margin-top: 24px; color: rgba(255,255,255,.58); }
.footer-title { margin-bottom: 18px; color: var(--yellow); font-size: .68rem; font-weight: 700; letter-spacing: .15em; text-transform: uppercase; }
.footer-links { margin: 0; padding: 0; list-style: none; }
.footer-links li { margin: 10px 0; color: rgba(255,255,255,.72); }
.footer-links a:hover { color: var(--yellow); }
.footer-bottom { display: flex; justify-content: space-between; gap: 20px; padding-top: 24px; border-top: 1px solid var(--line-light); color: rgba(255,255,255,.42); font-size: .76rem; }

.reveal { opacity: 1; transform: none; transition: opacity .65s ease, transform .65s ease; }
.reveal-ready .reveal { opacity: 0; transform: translateY(20px); }
.reveal.visible { opacity: 1; transform: none; }

/* Search landing pages extend the existing Van Dam editorial layout. */
.seo-breadcrumbs{padding-top:28px;padding-bottom:12px;font-size:.875rem}
.seo-breadcrumbs ol{display:flex;flex-wrap:wrap;gap:10px;list-style:none;padding:0;margin:0}
.seo-breadcrumbs li+li:before{content:'/';margin-right:10px;color:#718489}
.seo-breadcrumbs a{text-decoration:underline;text-underline-offset:4px}
.seo-audience-page .solution-hero-copy h1{font-size:clamp(2.1rem,4.2vw,4.3rem);line-height:1.12;overflow-wrap:break-word;letter-spacing:-.035em}
.seo-audience-page .solution-hero-image img{width:100%;aspect-ratio:4/5;object-fit:cover}
.seo-audience-page .lead{font-size:clamp(1rem,1.5vw,1.2rem)}
.seo-article-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:40px}
.seo-article-grid h2{font-size:clamp(1.4rem,2.1vw,2rem);line-height:1.22;margin:12px 0 20px;letter-spacing:-.025em}
.seo-article-grid article>p:not(.eyebrow){font-size:1rem;line-height:1.8}
.seo-audience-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:24px;margin-top:38px}
.seo-audience-card{border-top:2px solid var(--yellow);background:#f7f8f7;padding:30px;text-decoration:none;display:flex;flex-direction:column;gap:14px;border-radius:0 0 16px 16px}
.seo-audience-card h3{font-size:1.5rem;line-height:1.3}.seo-audience-card p{font-size:1rem;line-height:1.7}.seo-audience-card span{font-weight:700;font-size:.875rem;margin-top:auto}.seo-audience-card:hover{background:#e6eff0}
.seo-copy{max-width:950px}.seo-copy h2{font-size:clamp(1.7rem,3vw,2.5rem);line-height:1.2;margin-bottom:20px}.seo-copy p{font-size:1rem;line-height:1.8}
.seo-faq h2,.seo-related h2{font-size:clamp(1.8rem,3vw,2.5rem);margin:10px 0 30px}
.seo-faq-list{max-width:900px}.seo-faq details{border-top:1px solid #c6d4d7;padding:20px 0}.seo-faq details:last-child{border-bottom:1px solid #c6d4d7}.seo-faq summary{font-size:1.0625rem;font-weight:700;cursor:pointer;line-height:1.5;min-height:28px}.seo-faq details p{font-size:1rem;line-height:1.8;margin:18px 0 0;max-width:800px}
.seo-related-links{display:flex;flex-wrap:wrap;gap:14px 28px;list-style:none;padding:0;margin:24px 0}.seo-related-links a{display:inline-block;font-size:1rem;text-decoration:underline;text-underline-offset:5px;line-height:1.5;padding:8px 0}
.seo-home-audiences{padding:38px 0;background:#e9f0f0}.seo-home-audiences h2{font-size:1.35rem;margin-bottom:18px}.seo-audience-shortcuts{display:flex;flex-wrap:wrap;gap:10px}.seo-audience-shortcuts a{padding:11px 16px;border:1px solid #b3c9cc;border-radius:30px;font-size:.875rem;line-height:1.5;text-decoration:none}.seo-audience-shortcuts a:hover{background:#fff}.seo-audience-page a:focus-visible,.seo-audience-shortcuts a:focus-visible,.seo-faq summary:focus-visible{outline:3px solid #6d9cb0;outline-offset:4px}
@media(max-width:1050px){.seo-article-grid{grid-template-columns:1fr;gap:32px}.seo-article-grid article{max-width:800px}.seo-article-grid h2{max-width:650px}.seo-audience-page .solution-hero-grid{grid-template-columns:1fr}.seo-audience-page .solution-hero-image img{aspect-ratio:16/9;max-height:420px}}
@media(max-width:640px){.seo-audience-grid{grid-template-columns:1fr}.seo-audience-card{padding:24px 20px}.seo-breadcrumbs{padding-top:20px}.seo-audience-page .solution-hero-copy h1{font-size:2.2rem}.seo-home-audiences{padding:28px 0}.seo-related-links{display:block}.seo-related-links li{margin-bottom:8px}.seo-audience-shortcuts a{padding:10px 13px}}

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

@media (max-width: 1240px) {
  .desktop-nav, .client-login { display: none; }
  .nav-toggle { display: block; }
  .nav-open .mobile-menu { display: block; }
  .mag-cover-stage { min-height: 650px; }
  .mag-cover-copy { width: min(620px, 62%); }
  .mag-cover-copy h1 { font-size: clamp(3.15rem, 5.2vw, 4.6rem); }
  .mag-cover-visual img { height: 650px; }
  .service-steps article { padding-right: 18px; }
  .service-steps article:not(:first-child) { padding-left: 18px; }
  .process-grid { grid-template-columns: repeat(2, 1fr); }
  .process-card:not(:nth-child(3n+1)) { padding-left: 0; border-left: 0; }
  .process-card:nth-child(2n) { padding-left: 28px; border-left: 1px solid var(--line-light); }
}

@media (max-width: 900px) {
  .section { padding: 108px 0; }
  .conversion-strip { grid-template-columns: repeat(2, 1fr); }
  .conversion-strip span:nth-child(3) { border-left: 0; border-top: 1px solid var(--line); }
  .conversion-strip span:nth-child(4) { border-top: 1px solid var(--line); }
  .solution-hero-grid, .solution-intro, .clarity-grid, .faq-layout { grid-template-columns: 1fr; gap: 52px; }
  .situation-heading .standfirst { margin: 28px 0 0; }
  .situation-grid { grid-template-columns: repeat(2, 1fr); }
  .solution-hero-image { min-height: 560px; order: -1; }
  .solution-intro h2 { position: static; }
  .included-grid { grid-template-columns: 1fr 1fr; }
  .mag-cover-stage { min-height: 0; display: grid; border-radius: 6px 32px 6px 32px; }
  .mag-cover-copy, .mag-cover-visual { grid-area: auto; }
  .mag-cover-copy { width: 100%; max-width: none; padding: 64px; color: var(--ink); background: var(--blue-pale); }
  .mag-cover-copy .eyebrow { color: var(--blue-deep); }
  .mag-cover-copy h1, .cover-promise, .mag-cover .phone-link { color: var(--ink); }
  .mag-cover-copy .hero-lead { color: var(--muted); }
  .mag-cover-visual::after { display: none; }
  .mag-cover-visual img { height: 620px; }
  .cover-audience { flex-wrap: wrap; justify-content: flex-start; gap: 16px 30px; }
  .cover-audience span { width: 100%; }
  .edition-heading, .collection-heading, .project-title, .realtor-spread, .trust-spread, .case-spread, .detail-grid, .section-head, .intro-grid, .contact-grid, .exclusive-distinction { grid-template-columns: 1fr; gap: 56px; }
  .service-index { grid-template-columns: 1fr; }
  .service-progress-start, .service-progress-end { grid-column: 1; text-align: left; }
  .service-progress-end { order: 3; margin: 12px 0 0 46px; color: var(--ink); font-size: .74rem; }
  .service-steps { grid-column: 1; grid-template-columns: 1fr; padding: 18px 0 0 46px; }
  .service-steps::before, .service-steps::after { top: 0; right: auto; bottom: 0; left: 11px; width: 3px; height: auto; }
  .service-steps::after { background: linear-gradient(180deg, #c9dce3 0%, var(--blue) 48%, var(--blue-deep) 76%, var(--yellow) 100%); transform: scaleY(0); transform-origin: top; }
  .service-index.visible .service-steps::after { transform: scaleY(1); }
  .service-steps article, .service-steps article:not(:first-child) { min-height: 0; padding: 0 0 52px; }
  .service-steps article::before { top: 3px; left: -42px; }
  .service-steps article > small { min-height: 0; margin-top: 6px; }
  .service-steps h3 { margin-top: 18px; }
  .dwelling-grid { grid-template-columns: 1fr; gap: 0; }
  .dwelling-feature { grid-row: auto; margin-bottom: 48px; }
  .collection { grid-template-columns: 1fr; }
  .collection-level-index a { grid-template-columns: 1fr; gap: 6px; }
  .collection-level-index span { grid-row: auto; }
  .collection-level-index strong { font-size: 1.55rem; }
  .collection-comfort figure { order: 0; }
  .collection-comfort { margin-inline: -24px; padding-inline: 24px; }
  .collection-copy { max-width: 650px; }
  .magazine-gallery { grid-template-columns: 1fr 1fr; grid-template-rows: 560px 380px; }
  .magazine-gallery .gallery-main { grid-column: 1 / 3; grid-row: auto; }
  .realtor-image img, .case-image img { height: 620px; }
  .exclusive-hero-grid { grid-template-columns: 1fr; }
  .exclusive-hero-image { min-height: 600px; }
  .trust-quote, .sticky-title { position: static; }
  .mag-cta-grid, .cta-grid { grid-template-columns: 1fr; align-items: start; }
  .split { grid-template-columns: 1fr; }
  .split-image { min-height: 560px; }
  .outcomes, .trust-outcomes { grid-template-columns: repeat(2, 1fr); }
  .footer-grid { grid-template-columns: 1fr 1fr; }
  .footer-grid > div:first-child { grid-column: 1 / -1; }
}

@media (max-width: 640px) {
  .container { width: min(calc(100% - 32px), var(--max)); }
  body { padding-bottom: 68px; }
  .nav-shell { min-height: 78px; }
  .brand { width: 190px; min-width: 190px; }
  .brand img { width: 190px; }
  .mobile-menu { inset: 78px 0 0; }
  h1 { font-size: clamp(2.55rem, 11vw, 3.45rem); line-height: 1.04; }
  h2 { font-size: clamp(2.3rem, 9.6vw, 3rem); line-height: 1.05; }
  .section { padding: 84px 0; }
  .mag-cover { padding-top: 18px; }
  .mag-cover-stage { border-radius: 4px 24px 4px 24px; }
  .mag-cover-copy { padding: 48px 26px 50px; }
  .mag-cover-copy h1 { font-size: clamp(2.45rem, 10.2vw, 3.25rem); letter-spacing: -.04em; line-height: 1.04; }
  .mag-cover-copy h1 span:last-child { white-space: normal; }
  .cover-actions { align-items: flex-start; flex-direction: column; gap: 18px; }
  .mag-cover-visual img { height: 420px; }
  .mag-cover-visual figcaption { right: 14px; bottom: 14px; min-width: 205px; padding: 14px 17px; }
  .cover-audience { padding-block: 26px; }
  .cover-audience strong { width: calc(50% - 16px); font-size: .7rem; }
  .conversion-strip { grid-template-columns: 1fr 1fr; }
  .conversion-strip span { min-height: 78px; padding: 14px 10px; font-size: .65rem; }
  .situation-section { padding: 82px 0 94px; }
  .situation-heading h2 { font-size: clamp(2.4rem, 10vw, 3.1rem); }
  .situation-heading .standfirst { margin-top: 24px; }
  .situation-grid { grid-template-columns: 1fr; margin-top: 46px; }
  .situation-card { min-height: 235px; padding: 28px; }
  .solution-hero { padding: 18px 0 78px; }
  .solution-hero-grid { border-radius: 3px 28px 3px 28px; }
  .solution-hero-image { min-height: 390px; }
  .solution-hero-copy { padding: 44px 26px 50px; }
  .solution-hero-copy h1 { font-size: clamp(2.5rem, 10.6vw, 3.35rem); line-height: 1.04; }
  .solution-intro h2 { font-size: clamp(2.3rem, 9.4vw, 2.95rem); }
  .included-grid { grid-template-columns: 1fr; }
  .included-grid article { min-height: 220px; }
  .clarity-band { padding: 68px 0; }
  .faq-section { padding: 84px 0; }
  .mobile-conversion-bar { position: fixed; z-index: 80; right: 0; bottom: 0; left: 0; height: 68px; display: grid; grid-template-columns: 1.25fr .75fr; background: var(--ink-deep); box-shadow: 0 -12px 28px rgba(4,16,20,.18); }
  .mobile-conversion-bar a { display: flex; align-items: center; justify-content: center; padding: 10px 12px; color: var(--white); font-size: .78rem; font-weight: 700; }
  .mobile-conversion-bar a:first-child { background: var(--yellow); color: #142023; }
  .editorial-statement h2 { font-size: clamp(2.55rem, 10.5vw, 3.35rem); }
  .editorial-statement .standfirst { margin-top: 26px; font-size: 1.04rem; line-height: 1.65; }
  .service-index { margin-top: 62px; }
  .service-progress-start { margin-bottom: 18px; }
  .service-steps article, .service-steps article:not(:first-child) { padding-bottom: 44px; }
  .dwelling-grid { margin-top: 58px; }
  .dwelling-feature { padding: 16px; }
  .dwelling-feature .dwelling-copy { padding: 15px 8px 30px; }
  .dwelling-feature img { height: 390px; }
  .dwelling-action, .collection-note { align-items: flex-start; flex-direction: column; }
  .collection-heading h2 { font-size: clamp(2.6rem, 11vw, 3.4rem); }
  .collection-level-index { grid-template-columns: 1fr; margin-top: 44px; }
  .collection-level-index a { grid-template-columns: 38px 1fr; padding: 20px 4px; }
  .collection-level-index a:not(:first-child) { border-top: 1px solid var(--line); border-left: 0; }
  .collection-level-index span { grid-row: 1 / 3; }
  .collection-level-index strong { font-size: 1.65rem; }
  .collection-level-index .level-popular::before { top: -1px; right: auto; width: 58px; height: 3px; }
  .collections { margin-top: 44px; }
  .collection { gap: 38px; padding: 56px 0; }
  .collection-comfort { margin-inline: -16px; padding-inline: 16px; }
  .collection-copy h3 { font-size: 2.75rem; }
  .collection-note .text-link { white-space: normal; }
  .magazine-gallery { grid-template-columns: 1fr; grid-template-rows: none; gap: 18px; margin-top: 52px; }
  .magazine-gallery .gallery-main { grid-column: auto; }
  .magazine-gallery figure { height: 390px; }
  .magazine-gallery figcaption { align-items: flex-start; flex-direction: column; gap: 4px; padding: 24px; }
  .magazine-gallery figcaption span { text-align: left; }
  .realtor-image img, .case-image img { height: 440px; }
  .exclusive-hero { padding: 18px 0 64px; }
  .exclusive-hero-grid { border-radius: 4px 24px 4px 24px; }
  .exclusive-hero-copy { padding: 48px 26px 52px; }
  .exclusive-hero-copy h1 { font-size: clamp(2.45rem, 10.2vw, 3.25rem); line-height: 1.05; }
  .exclusive-hero-image { min-height: 430px; }
  .realtor-copy ol { margin-top: 30px; }
  .trust-list article { grid-template-columns: 42px 1fr; gap: 14px; }
  .trust-list article p { grid-column: 2; }
  .trust-quote blockquote { font-size: 2.8rem; }
  .page-hero { padding: 75px 0 70px; }
  .page-hero::before { width: min(calc(100% - 32px), var(--max)); margin-bottom: 40px; }
  .page-hero h1 { font-size: clamp(2.55rem, 11vw, 3.45rem); }
  .page-hero .lead { font-size: 1.3rem; }
  .quote-band { padding: 68px 0; }
  .process-grid { grid-template-columns: 1fr; }
  .process-card, .process-card:nth-child(2n) { min-height: 220px; padding: 26px 0; border-left: 0; }
  .process-number { margin-bottom: 40px; }
  .split-image { min-height: 420px; }
  .split-content { padding: 72px 24px; }
  .outcomes, .trust-outcomes { grid-template-columns: 1fr; }
  .outcome, .outcome:first-child { min-height: 190px; padding: 26px 0; border-right: 0; border-bottom: 1px solid var(--line); }
  .outcome strong { margin-bottom: 35px; }
  .form-grid { grid-template-columns: 1fr; }
  .field.full, .form-note { grid-column: auto; }
  .footer-grid { grid-template-columns: 1fr; }
  .footer-grid > div:first-child { grid-column: auto; }
  .footer-bottom { flex-direction: column; }
}

/* v55 — lichte terugbelroute en compact bewijs */
.response-promise button {
  margin-left: 7px;
  padding: 0;
  border: 0;
  border-bottom: 1px solid currentColor;
  color: var(--yellow);
  background: transparent;
  font-weight: 750;
  cursor: pointer;
}
.response-promise button:hover,
.response-promise button:focus-visible { color: var(--white); }

.callback-dialog {
  width: min(calc(100% - 32px), 540px);
  margin: auto;
  padding: clamp(30px, 4vw, 48px);
  border: 0;
  border-radius: 5px 40px 5px 40px;
  color: var(--ink);
  background: var(--cream);
  box-shadow: 0 30px 100px rgba(10, 30, 34, .34);
}
.callback-dialog::backdrop { background: rgba(10, 30, 34, .66); backdrop-filter: blur(4px); }
.callback-dialog h2 { max-width: 420px; margin-bottom: 14px; font-size: clamp(2.2rem, 6vw, 3.2rem); }
.callback-dialog > p:not(.eyebrow) { max-width: 430px; margin-bottom: 28px; color: var(--muted); }
.callback-close {
  position: absolute;
  top: 16px;
  right: 18px;
  width: 42px;
  height: 42px;
  border: 1px solid var(--line);
  border-radius: 50%;
  color: var(--ink);
  background: transparent;
  font-size: 1.55rem;
  line-height: 1;
  cursor: pointer;
}
.callback-close:hover,
.callback-close:focus-visible { border-color: var(--ink); background: var(--white); }
.callback-form { display: grid; gap: 18px; }
.callback-form label { display: grid; gap: 7px; font-size: .82rem; font-weight: 750; }
.callback-form input,
.callback-form select {
  width: 100%;
  min-height: 52px;
  padding: 0 14px;
  border: 1px solid var(--line);
  border-radius: 5px;
  color: var(--ink);
  background: var(--white);
}
.callback-form input:focus,
.callback-form select:focus { outline: 3px solid rgba(118, 157, 179, .28); border-color: var(--blue-deep); }
.callback-note { margin: 0; color: var(--muted); font-size: .75rem; line-height: 1.5; }
.callback-note a { text-decoration: underline; text-underline-offset: 3px; }
.callback-form .button { justify-self: start; }
.callback-success { padding: 24px; border-left: 4px solid var(--yellow); background: var(--blue-pale); }
.callback-success strong { font-size: 1.2rem; }
.callback-success p { margin: 8px 0 0; color: var(--muted); }

@media (max-width: 900px) {
  .response-promise button { color: var(--blue-deep); }
  .response-promise button:hover,
  .response-promise button:focus-visible { color: var(--ink); }
}

@media (max-width: 640px) {
  .response-promise button { display: block; margin: 7px 0 0; }
  .callback-dialog { padding: 38px 22px 28px; border-radius: 4px 26px 4px 26px; }
  .callback-form .button { width: 100%; }
}

/* v56 — rustige dienstenpagina in drie fases */
.page-hero.services-hero { padding-block: 72px 68px; }
.services-hero-grid {
  display: grid;
  grid-template-columns: minmax(0, 1.15fr) minmax(360px, .65fr);
  gap: clamp(54px, 8vw, 118px);
  align-items: end;
}
.page-hero.services-hero h1 { max-width: 760px; margin: 0; font-size: clamp(2.9rem, 4vw, 4.2rem); line-height: 1.05; }
.services-hero-intro { max-width: 520px; padding-top: 25px; border-top: 3px solid var(--yellow); }
.services-hero-intro > p { margin-bottom: 27px; color: rgba(255,255,255,.76); font-size: 1rem; line-height: 1.7; }
.services-hero .hero-actions { align-items: center; }

.service-phases { padding-block: 94px 104px; }
.service-phases-heading {
  display: grid;
  grid-template-columns: .62fr 1fr .78fr;
  gap: clamp(36px, 6vw, 82px);
  align-items: end;
  margin-bottom: 52px;
}
.service-phases-heading .eyebrow { margin: 0 0 8px; }
.service-phases-heading h2 { margin: 0; font-size: clamp(2.5rem, 3.4vw, 3.65rem); }
.service-phases-heading > p { max-width: 420px; margin: 0 0 5px; color: var(--muted); }
.service-phase-grid {
  position: relative;
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  border-top: 1px solid var(--ink);
  border-bottom: 1px solid var(--ink);
}
.service-phase { min-height: 470px; padding: 34px clamp(28px, 3vw, 44px) 40px; }
.service-phase + .service-phase { border-left: 1px solid var(--line); }
.service-phase-focus { background: var(--blue-pale); }
.service-phase-top { display: flex; justify-content: space-between; gap: 20px; align-items: baseline; }
.service-phase-top span { color: var(--blue-deep); font-size: 1.05rem; font-weight: 700; }
.service-phase-top small { color: var(--muted); font-size: .68rem; font-weight: 700; letter-spacing: .1em; text-align: right; text-transform: uppercase; }
.service-phase h3 { margin: 68px 0 17px; font-size: 1.65rem; }
.service-phase > p { min-height: 5.4em; margin-bottom: 29px; color: var(--muted); line-height: 1.65; }
.service-phase ul { display: grid; gap: 12px; margin: 0; padding: 24px 0 0; border-top: 1px solid var(--line); list-style: none; }
.service-phase li { position: relative; padding-left: 17px; font-size: .85rem; font-weight: 650; line-height: 1.5; }
.service-phase li::before { content: ""; position: absolute; top: .67em; left: 0; width: 6px; height: 6px; border-radius: 50%; background: var(--yellow); }

.service-scope { padding: 34px 0; background: var(--paper); }
.service-scope-line { display: grid; grid-template-columns: .85fr 1.15fr; gap: clamp(38px, 7vw, 96px); align-items: center; }
.service-scope-line strong { font-size: 1.05rem; }
.service-scope-line span { color: var(--muted); font-size: .9rem; }
.services-cta .cta-actions { min-width: 230px; }

@media (max-width: 900px) {
  .services-hero-grid { grid-template-columns: 1fr; gap: 38px; }
  .services-hero-intro { max-width: 680px; }
  .service-phases-heading { grid-template-columns: 1fr; gap: 14px; }
  .service-phases-heading > p { max-width: 620px; }
  .service-phase-grid { grid-template-columns: 1fr; }
  .service-phase { min-height: 0; padding: 34px 30px 38px; }
  .service-phase + .service-phase { border-top: 1px solid var(--line); border-left: 0; }
  .service-phase h3 { margin-top: 38px; }
  .service-phase > p { min-height: 0; }
}

@media (max-width: 640px) {
  .page-hero.services-hero { padding-block: 58px 54px; }
  .page-hero.services-hero h1 { font-size: clamp(2.45rem, 11vw, 3rem); }
  .services-hero-intro { padding-top: 20px; }
  .services-hero .hero-actions { align-items: stretch; flex-direction: column; }
  .services-hero .button { width: 100%; }
  .service-phases { padding-block: 70px 76px; }
  .service-phases-heading { margin-bottom: 36px; }
  .service-phase { padding-inline: 24px; }
  .service-phase-top { align-items: flex-start; flex-direction: column; gap: 5px; }
  .service-phase-top small { text-align: left; }
  .service-scope { padding-block: 28px; }
  .service-scope-line { grid-template-columns: 1fr; gap: 8px; }
}

/* Jerry — digitale woonhulp */
.jerry-assistant {
  position: fixed;
  z-index: 90;
  right: max(22px, env(safe-area-inset-right));
  bottom: max(22px, env(safe-area-inset-bottom));
  font-family: "DM Sans", "Helvetica Neue", Arial, sans-serif;
}
.jerry-launcher {
  position: relative;
  display: grid;
  grid-template-columns: 58px auto;
  align-items: center;
  gap: 12px;
  min-height: 68px;
  padding: 5px 20px 5px 5px;
  border: 1px solid rgba(255,255,255,.22);
  border-radius: 999px;
  color: var(--white);
  background: var(--ink-deep);
  box-shadow: 0 18px 44px rgba(12,34,39,.25);
  cursor: pointer;
  transition: transform .2s ease, box-shadow .2s ease;
}
.jerry-launcher:hover { transform: translateY(-3px); box-shadow: 0 22px 50px rgba(12,34,39,.31); }
.jerry-launcher:focus-visible,
.jerry-panel a:focus-visible,
.jerry-panel button:focus-visible { outline: 3px solid var(--yellow); outline-offset: 3px; }
.jerry-launcher-photo,
.jerry-panel-photo {
  display: block;
  overflow: hidden;
  border-radius: 50%;
  background: var(--blue);
}
.jerry-launcher-photo { width: 58px; height: 58px; border: 2px solid rgba(255,255,255,.78); }
.jerry-launcher-photo img,
.jerry-panel-photo img { width: 100%; height: 100%; object-fit: cover; }
.jerry-launcher-photo img { animation: jerry-breathe 4.2s ease-in-out infinite; }
.jerry-launcher-copy { display: grid; padding-right: 4px; line-height: 1.2; text-align: left; }
.jerry-launcher-copy strong { font-size: .88rem; }
.jerry-launcher-copy small { margin-top: 4px; color: rgba(255,255,255,.7); font-size: .69rem; }
.jerry-online-dot { position: absolute; top: 8px; left: 51px; width: 11px; height: 11px; border: 2px solid var(--ink-deep); border-radius: 50%; background: var(--yellow); }
.jerry-panel {
  position: absolute;
  right: 0;
  bottom: 82px;
  width: min(390px, calc(100vw - 32px));
  overflow: hidden;
  border: 1px solid rgba(37,63,67,.14);
  border-radius: 7px 28px 7px 28px;
  color: var(--ink);
  background: var(--white);
  box-shadow: 0 28px 78px rgba(12,34,39,.28);
  opacity: 0;
  transform: translateY(12px) scale(.98);
  transform-origin: bottom right;
  transition: opacity .18s ease, transform .18s ease;
}
.jerry-assistant.is-open .jerry-panel { opacity: 1; transform: translateY(0) scale(1); }
.jerry-panel-header {
  display: grid;
  grid-template-columns: 52px minmax(0,1fr) 36px;
  gap: 12px;
  align-items: center;
  min-height: 82px;
  padding: 13px 15px;
  color: var(--white);
  background: var(--ink-deep);
}
.jerry-panel-photo { width: 52px; height: 52px; border: 2px solid rgba(255,255,255,.7); }
.jerry-panel-header > span:nth-child(2) { display: grid; line-height: 1.2; }
.jerry-panel-header strong { font-size: .98rem; }
.jerry-panel-header small { margin-top: 5px; color: rgba(255,255,255,.7); font-size: .68rem; }
.jerry-close { width: 36px; height: 36px; padding: 0; border: 0; color: rgba(255,255,255,.8); background: transparent; font-size: 1.65rem; line-height: 1; cursor: pointer; }
.jerry-conversation { min-height: 310px; max-height: min(490px, 62vh); overflow-y: auto; padding: 22px; background: #f7f8f6; }
.jerry-message { width: fit-content; max-width: 90%; padding: 13px 15px; border-radius: 5px 17px 17px 17px; font-size: .79rem; line-height: 1.5; }
.jerry-message-assistant { border: 1px solid rgba(37,63,67,.11); background: var(--white); }
.jerry-message-user { margin: 0 0 12px auto; border-radius: 17px 5px 17px 17px; color: var(--white); background: var(--blue-deep); }
.jerry-options,
.jerry-actions { display: grid; gap: 8px; margin-top: 15px; }
.jerry-options button,
.jerry-actions a {
  min-height: 44px;
  display: flex;
  align-items: center;
  padding: 10px 14px;
  border: 1px solid rgba(37,63,67,.18);
  border-radius: 5px 13px 5px 13px;
  color: var(--ink-deep);
  background: var(--white);
  font-size: .76rem;
  font-weight: 700;
  line-height: 1.35;
  text-align: left;
  cursor: pointer;
  transition: border-color .18s ease, background .18s ease;
}
.jerry-options button:hover,
.jerry-actions a:hover { border-color: var(--blue); background: var(--blue-pale); }
.jerry-actions a.jerry-primary { border-color: var(--yellow); background: var(--yellow); }
.jerry-actions a.jerry-primary:hover { border-color: var(--ink-deep); color: var(--white); background: var(--ink-deep); }
.jerry-back { margin-top: 18px; padding: 0 0 3px; border: 0; border-bottom: 1px solid var(--ink-deep); color: var(--ink-deep); background: transparent; font-size: .7rem; font-weight: 700; cursor: pointer; }
.jerry-panel-footer { padding: 11px 16px; border-top: 1px solid rgba(37,63,67,.1); color: var(--muted); background: var(--white); font-size: .63rem; text-align: center; }
@keyframes jerry-breathe { 0%,100% { transform: scale(1); } 50% { transform: scale(1.035); } }

@media (max-width: 640px) {
  .jerry-assistant { right: 12px; bottom: calc(72px + env(safe-area-inset-bottom)); }
  .jerry-launcher { grid-template-columns: 52px auto; min-height: 62px; padding-right: 15px; }
  .jerry-launcher-photo { width: 52px; height: 52px; }
  .jerry-online-dot { left: 46px; }
  .jerry-panel { position: fixed; right: 10px; bottom: calc(140px + env(safe-area-inset-bottom)); width: calc(100vw - 20px); }
  .jerry-conversation { min-height: 285px; max-height: 52vh; }
}

@media (prefers-reduced-motion: reduce) {
  .jerry-launcher-photo img { animation: none; }
  .jerry-launcher,
  .jerry-panel { transition: none; }
}

.jerry-walker {
  position: fixed;
  z-index: 82;
  left: 0;
  bottom: 2px;
  width: 248px;
  height: 290px;
  padding: 0;
  border: 0;
  color: var(--ink-deep);
  background: transparent;
  opacity: 0;
  pointer-events: none;
  cursor: pointer;
  transform: translateX(-280px);
}
.jerry-walker.is-visiting {
  opacity: 1;
  pointer-events: auto;
  animation: jerry-crossing 16s linear forwards;
}
.jerry-walker img {
  position: absolute;
  left: 0;
  bottom: 0;
  width: auto;
  height: 276px;
  filter: drop-shadow(0 14px 16px rgba(12,34,39,.18));
  animation: jerry-step .52s ease-in-out infinite alternate;
}
.jerry-walker span {
  position: absolute;
  z-index: 2;
  top: 28px;
  left: 145px;
  width: max-content;
  padding: 10px 15px;
  border: 1px solid rgba(37,63,67,.16);
  border-radius: 16px 16px 16px 4px;
  background: var(--white);
  box-shadow: 0 10px 28px rgba(12,34,39,.15);
  font-size: .72rem;
  font-weight: 750;
  opacity: 0;
  animation: jerry-question 16s linear forwards;
}
@keyframes jerry-crossing {
  0% { opacity: 0; transform: translateX(-280px); }
  5% { opacity: 1; }
  38% { transform: translateX(calc(43vw - 124px)); }
  64% { transform: translateX(calc(43vw - 124px)); }
  94% { opacity: 1; }
  100% { opacity: 0; transform: translateX(calc(100vw + 30px)); }
}
@keyframes jerry-step {
  from { transform: translateY(0) rotate(-.35deg); }
  to { transform: translateY(-4px) rotate(.35deg); }
}
@keyframes jerry-question {
  0%, 36%, 68%, 100% { opacity: 0; transform: translateY(5px); }
  42%, 62% { opacity: 1; transform: translateY(0); }
}

@media (prefers-reduced-motion: reduce) {
  .jerry-walker { display: none !important; }
}

/* v32 — rustige hiërarchie en één herkenbare paginataal */
:root { --max: 1180px; }

h1 {
  max-width: 920px;
  margin-bottom: 24px;
  font-size: clamp(3rem, 4.35vw, 4.6rem);
  line-height: 1.06;
}
h2 {
  margin-bottom: 22px;
  font-size: clamp(2.35rem, 3.25vw, 3.45rem);
  line-height: 1.08;
}
.section { padding: 112px 0; }
.eyebrow { margin-bottom: 18px; letter-spacing: .13em; }
.standfirst {
  max-width: 720px;
  color: var(--muted);
  font-family: "DM Sans", "Helvetica Neue", Arial, sans-serif;
  font-size: 1.08rem;
  line-height: 1.7;
}
.issue-number { display: none; }
.statement-word, .quote-band em { color: inherit; font-style: normal; }
.supporting-copy { max-width: 520px; color: var(--muted); }

.page-hero {
  padding: 88px 0 82px;
  border-bottom: 1px solid var(--line);
}
.page-hero::before { display: none; }
.page-hero h1 {
  max-width: 900px;
  margin-bottom: 22px;
  font-size: clamp(3rem, 4.35vw, 4.6rem);
  line-height: 1.06;
}
.page-hero .lead {
  max-width: 740px;
  font-family: "DM Sans", "Helvetica Neue", Arial, sans-serif;
  font-size: 1.12rem;
  line-height: 1.7;
}
.quote-band { padding: 58px 0; }
.quote-band p {
  max-width: 920px;
  font-size: clamp(2rem, 3vw, 3rem);
  line-height: 1.16;
}

.mag-cover-stage { min-height: 660px; }
.mag-cover-copy { width: min(570px, 52%); padding-left: clamp(40px, 4.5vw, 64px); }
.mag-cover-copy h1 {
  max-width: 520px;
  font-size: clamp(3rem, 3.6vw, 4rem);
  line-height: 1.02;
}
.mag-cover-visual img { height: 660px; }
.conversion-strip, .conversion-strip span { min-height: 76px; }
.situation-section { padding: 96px 0 106px; }
.situation-heading { display: grid; grid-template-columns: 1.15fr .65fr; gap: 72px; align-items: end; }
.situation-heading h2 { max-width: 720px; font-size: clamp(2.5rem, 3.35vw, 3.55rem); line-height: 1.08; }
.situation-heading .standfirst { margin: 0 0 4px; }
.situation-grid { grid-template-columns: repeat(2, 1fr); gap: 16px; margin-top: 56px; }
.situation-card { min-height: 220px; padding: 30px; border-radius: 4px 25px 4px 25px; }
.situation-card h3 { margin-top: 28px; font-size: 1.55rem; }

.editorial-statement { max-width: 850px; }
.editorial-statement h2 { max-width: 820px; font-size: clamp(2.5rem, 3.45vw, 3.65rem); line-height: 1.08; }
.editorial-statement .standfirst { max-width: 720px; margin-top: 26px; font-size: 1.08rem; }
.service-index { margin-top: 72px; }
.service-steps article { min-height: 225px; }
.service-steps h3 { margin-top: 22px; }

.stay-service { background: var(--blue-pale); }
.stay-service-grid { display: grid; grid-template-columns: .82fr 1.18fr; gap: clamp(60px, 9vw, 120px); align-items: start; }
.stay-service-copy { position: sticky; top: 130px; }
.stay-service-copy h2 { max-width: 560px; }
.stay-service-copy > p:not(.eyebrow) { max-width: 560px; margin-bottom: 30px; color: var(--muted); }
.stay-service-list { border-top: 1px solid var(--ink); }
.stay-service-list article { display: grid; grid-template-columns: 44px 1fr; gap: 20px; padding: 26px 0; border-bottom: 1px solid rgba(37,63,67,.28); }
.stay-service-list article > span { color: var(--blue-deep); font-family: "Newsreader", Georgia, serif; font-size: 1.15rem; }
.stay-service-list h3 { margin-bottom: 6px; font-family: "Newsreader", Georgia, serif; font-size: 1.5rem; font-weight: 500; }
.stay-service-list p { max-width: 600px; margin: 0; color: var(--muted); }

.edition-heading, .collection-heading, .project-title {
  grid-template-columns: 1.08fr .62fr;
  gap: clamp(55px, 8vw, 105px);
}
.edition-heading h2, .collection-heading h2, .project-title h2 {
  max-width: 740px;
  font-size: clamp(2.45rem, 3.25vw, 3.45rem);
  line-height: 1.08;
}
.dwelling-grid { margin-top: 64px; gap: 0 58px; }
.dwelling-grid > article:not(.dwelling-feature) { min-height: 165px; }
.dwelling-grid h3 { margin-top: 22px; font-size: 1.65rem; }
.dwelling-feature img { height: 410px; }

.collection-heading h2 { font-size: clamp(2.6rem, 3.5vw, 3.7rem); }
.collection-level-index { margin-top: 48px; }
.collection-level-index a { padding: 21px 24px; }
.collection-level-index a::after { top: 20px; right: 22px; }
.collections { margin-top: 46px; }
.collection { gap: clamp(50px, 7vw, 90px); padding: 58px 0; }
.collection-copy h3 { font-size: clamp(2.2rem, 3.15vw, 3.35rem); line-height: 1.06; }
.magazine-gallery { grid-template-rows: 390px 360px; grid-auto-rows: 420px; gap: 22px; margin-top: 58px; }
.magazine-gallery .gallery-main img {
  height: 122%;
  transform: translateY(-18%);
  object-position: center bottom;
}
.magazine-gallery .gallery-tall img { object-position: center 84%; }
.magazine-gallery .gallery-living-grey img { object-position: center 78%; }
.magazine-gallery figure:not(.gallery-main) figcaption {
  align-items: flex-start;
  flex-direction: column;
  gap: 4px;
  padding: 24px;
}
.magazine-gallery figure:not(.gallery-main) figcaption span {
  max-width: none;
  text-align: left;
}
.realtor-image img { height: 620px; }
.trust-quote blockquote { font-size: clamp(2.35rem, 3.35vw, 3.55rem); line-height: 1.08; }
.trust-list article { grid-template-columns: 46px .7fr 1fr; }
.case-image img { height: 580px; }

.solution-hero { padding-bottom: 82px; }
.solution-hero-copy { padding: clamp(44px, 4vw, 58px); }
.solution-hero-copy h1 {
  max-width: 590px;
  font-size: clamp(2.8rem, 3.75vw, 4rem);
  line-height: 1.06;
}
.solution-hero-image { min-height: 560px; }
.solution-intro { gap: clamp(60px, 8vw, 100px); }
.solution-intro h2 { max-width: 560px; font-size: clamp(2.35rem, 3.1vw, 3.25rem); line-height: 1.08; }
.included-grid { margin-top: 52px; }
.included-grid article { min-height: 220px; padding: 30px; }
.included-grid h3 { margin-top: 30px; font-size: 1.4rem; }
.clarity-band { padding: 64px 0; }
.clarity-grid { gap: 64px; }
.clarity-grid h2 { max-width: 650px; font-size: clamp(2.2rem, 3vw, 3.1rem); line-height: 1.1; }

.detail-grid { grid-template-columns: .72fr 1.28fr; gap: clamp(55px, 8vw, 105px); }
.sticky-title h2 { max-width: 510px; font-size: clamp(2.35rem, 3.05vw, 3.2rem); line-height: 1.08; }
.detail-item { padding: 28px 0; }
.detail-item h3 { font-size: 1.55rem; }
.section-head { gap: 60px; margin-bottom: 52px; }
.section-head h2, .intro-grid h2 { max-width: 720px; font-size: clamp(2.35rem, 3.15vw, 3.35rem); line-height: 1.08; }
.process-card { min-height: 230px; }
.process-number { margin-bottom: 38px; }
.outcome { min-height: 205px; }
.outcome strong { margin-bottom: 38px; }

.exclusive-hero { padding-bottom: 78px; }
.exclusive-hero-copy h1 { max-width: 590px; font-size: clamp(2.8rem, 3.75vw, 4rem); line-height: 1.06; }
.exclusive-hero-image { min-height: 620px; }
.exclusive-distinction h2 { max-width: 650px; }

.mag-cta, .cta { padding: 84px 0; }
.mag-cta h2, .cta h2 { max-width: 720px; font-size: clamp(2.35rem, 3.05vw, 3.2rem); line-height: 1.08; }
.site-footer { padding-top: 64px; }

@media (max-width: 900px) {
  .section { padding: 88px 0; }
  .situation-heading, .stay-service-grid { grid-template-columns: 1fr; gap: 42px; }
  .situation-heading .standfirst { margin: 0; }
  .stay-service-copy { position: static; }
  .solution-hero-image { min-height: 500px; }
  .service-steps article { min-height: 0; }
  .exclusive-hero-image { min-height: 540px; }
  .magazine-gallery { grid-auto-rows: 380px; }
}

@media (max-width: 640px) {
  h1, .page-hero h1 { font-size: clamp(2.45rem, 10vw, 3rem); line-height: 1.08; }
  h2 { font-size: clamp(2.05rem, 8.5vw, 2.55rem); line-height: 1.1; }
  .section { padding: 72px 0; }
  .page-hero { padding: 64px 0 60px; }
  .page-hero .lead, .standfirst { font-size: 1rem; line-height: 1.65; }
  .quote-band { padding: 48px 0; }
  .quote-band p { font-size: clamp(1.8rem, 8vw, 2.2rem); line-height: 1.18; }
  .mag-cover-copy h1, .solution-hero-copy h1, .exclusive-hero-copy h1 { font-size: clamp(2.35rem, 9.5vw, 2.9rem); line-height: 1.07; }
  .mag-cover-visual img { height: 390px; }
  .situation-grid { grid-template-columns: 1fr; margin-top: 38px; }
  .situation-card { min-height: 0; }
  .situation-heading h2, .editorial-statement h2, .edition-heading h2, .collection-heading h2, .project-title h2, .solution-intro h2, .sticky-title h2, .section-head h2, .intro-grid h2, .mag-cta h2, .cta h2 { font-size: clamp(2.05rem, 8.5vw, 2.55rem); line-height: 1.1; }
  .stay-service-grid { gap: 48px; }
  .stay-service-list article { grid-template-columns: 36px 1fr; gap: 14px; }
  .edition-heading, .collection-heading, .project-title { gap: 30px; }
  .collection-copy h3 { font-size: 2.35rem; }
  .solution-hero-image { min-height: 360px; }
  .included-grid article { min-height: 0; }
  .clarity-grid h2 { font-size: 2.2rem; }
  .exclusive-hero-image { min-height: 400px; }
  .magazine-gallery { grid-auto-rows: auto; }
  .magazine-gallery figure { height: 360px; }
  .magazine-gallery .gallery-main img {
    height: 116%;
    transform: translateY(-14%);
  }
  .magazine-gallery .gallery-tall img { object-position: center 88%; }
  .magazine-gallery .gallery-living-grey img { object-position: center 82%; }
  .realtor-image img, .case-image img { height: 410px; }
}

/* Over Van Dam — visie zonder fotografie */
.vision-page { background: var(--cream); }
.vision-hero {
  padding: clamp(90px, 9vw, 138px) 0 clamp(96px, 10vw, 150px);
  color: var(--white);
  background:
    radial-gradient(circle at 84% 20%, rgba(118, 157, 179, .23), transparent 34%),
    linear-gradient(135deg, #102a30 0%, var(--ink-deep) 68%, #1f4852 100%);
}
.vision-hero-grid { display: grid; grid-template-columns: 1.24fr .56fr; gap: clamp(56px, 8vw, 112px); align-items: end; }
.vision-hero .eyebrow { color: var(--yellow); }
.vision-line { display: block; }
.vision-line.keep { white-space: nowrap; }
.vision-hero h1 { max-width: 980px; margin-bottom: 0; font-size: clamp(3.15rem, 4.7vw, 4.8rem); line-height: 1.03; }
.vision-hero-note { max-width: 470px; padding-top: 26px; border-top: 3px solid var(--yellow); }
.vision-hero-note > p { margin-bottom: 32px; color: rgba(255,255,255,.76); font-size: 1.04rem; line-height: 1.7; }
.vision-hero .phone-link { color: rgba(255,255,255,.82); }

.vision-intro { padding-block: clamp(100px, 10vw, 148px); }
.vision-statement { display: grid; grid-template-columns: 1.12fr .68fr; gap: clamp(60px, 8vw, 110px); align-items: start; }
.vision-statement h2 { max-width: 760px; margin-bottom: 0; font-size: clamp(2.65rem, 3.55vw, 3.72rem); line-height: 1.08; }
.vision-copy { max-width: 540px; padding-top: 50px; }
.vision-copy .standfirst { margin-bottom: 28px; color: var(--ink); font-size: 1.38rem; }
.vision-copy > p:last-child { margin-bottom: 0; color: var(--muted); }

.vision-promise { padding: clamp(72px, 8vw, 108px) 0; background: var(--blue-pale); }
.vision-promise p { margin: 0; font-family: "Newsreader", Georgia, serif; font-size: clamp(2.15rem, 3.35vw, 3.5rem); letter-spacing: -.03em; line-height: 1.15; }
.vision-promise span, .vision-promise strong { display: block; }
.vision-promise span { color: var(--blue-deep); }
.vision-promise strong { color: var(--ink-deep); font-weight: 500; }

.vision-principles { background: var(--cream); }
.vision-heading { display: grid; grid-template-columns: 1fr .48fr; gap: 70px; align-items: end; margin-bottom: 72px; }
.vision-heading h2 { max-width: 700px; margin-bottom: 0; font-size: clamp(2.6rem, 3.45vw, 3.6rem); line-height: 1.08; }
.vision-heading > p { max-width: 470px; margin: 0; color: var(--muted); }
.vision-values { display: grid; grid-template-columns: 1fr 1fr; column-gap: 64px; border-top: 1px solid var(--ink); }
.vision-values article { display: grid; grid-template-columns: 48px 1fr; gap: 20px; padding: 34px 0; border-bottom: 1px solid var(--line); }
.vision-values article > span { color: var(--blue-deep); font-family: "Newsreader", Georgia, serif; font-size: 1.22rem; }
.vision-values h3 { font-family: "Newsreader", Georgia, serif; font-size: 1.7rem; font-weight: 500; }
.vision-values p { max-width: 500px; margin: 0; color: var(--muted); }

.vision-role { padding-block: clamp(100px, 10vw, 148px); }
.vision-role-grid { display: grid; grid-template-columns: .78fr 1.22fr; gap: clamp(70px, 10vw, 145px); align-items: start; }
.vision-role-title { position: sticky; top: 140px; }
.vision-role-title h2 { max-width: 600px; font-size: clamp(2.55rem, 3.3vw, 3.45rem); line-height: 1.08; }
.vision-role-title > p:last-child { max-width: 510px; margin-bottom: 0; color: rgba(255,255,255,.65); }
.vision-phases { border-top: 1px solid rgba(255,255,255,.3); }
.vision-phases article { padding: 32px 0 36px; border-bottom: 1px solid rgba(255,255,255,.18); }
.vision-phases span { display: block; margin-bottom: 16px; color: var(--yellow); font-size: .72rem; font-weight: 700; letter-spacing: .13em; text-transform: uppercase; }
.vision-phases h3 { color: var(--white); font-family: "Newsreader", Georgia, serif; font-size: 1.8rem; font-weight: 500; }
.vision-phases p { max-width: 680px; margin: 0; color: rgba(255,255,255,.65); }

.vision-standard { padding-block: clamp(92px, 9vw, 128px); }
.vision-standard-grid { display: grid; grid-template-columns: 1fr .72fr; gap: clamp(65px, 10vw, 145px); align-items: start; }
.vision-standard h2 { max-width: 690px; margin-bottom: 0; font-size: clamp(2.6rem, 3.5vw, 3.65rem); line-height: 1.08; }
.vision-standard-grid > div:last-child { padding-top: 50px; border-top: 3px solid var(--yellow); }
.vision-standard-grid > div:last-child p { color: var(--muted); }
.vision-standard-grid > div:last-child p:last-child { margin-bottom: 0; color: var(--ink); }
.vision-page p { text-wrap: pretty; }

@media (max-width: 900px) {
  .vision-hero-grid, .vision-statement, .vision-role-grid, .vision-standard-grid { grid-template-columns: 1fr; gap: 52px; }
  .vision-hero-note, .vision-copy { max-width: 680px; }
  .vision-copy { padding-top: 0; }
  .vision-heading { grid-template-columns: 1fr; gap: 28px; }
  .vision-values { column-gap: 38px; }
  .vision-role-title { position: static; }
  .vision-standard-grid > div:last-child { max-width: 680px; padding-top: 28px; }
}

@media (max-width: 640px) {
  .vision-line.keep { white-space: normal; }
  .vision-hero { padding: 72px 0 80px; }
  .vision-hero-grid { gap: 42px; }
  .vision-hero h1 { font-size: clamp(2.75rem, 12vw, 3.45rem); line-height: 1.04; }
  .vision-statement { gap: 36px; }
  .vision-statement h2, .vision-heading h2, .vision-role-title h2, .vision-standard h2 { font-size: clamp(2.15rem, 9vw, 2.65rem); line-height: 1.09; }
  .vision-copy .standfirst { font-size: 1.22rem; }
  .vision-promise p { font-size: clamp(1.85rem, 8vw, 2.35rem); line-height: 1.19; }
  .vision-heading { margin-bottom: 48px; }
  .vision-values { grid-template-columns: 1fr; }
  .vision-values article { grid-template-columns: 38px 1fr; gap: 14px; padding: 28px 0; }
  .vision-values h3, .vision-phases h3 { font-size: 1.55rem; }
  .vision-role-grid { gap: 48px; }
}

/* v37 — heldere positionering en rustigere routes */
.audience-line { padding: 27px 0 29px; border-bottom: 1px solid var(--line); }
.audience-line p { display: flex; align-items: baseline; justify-content: space-between; gap: 36px; margin: 0; }
.audience-line strong { font-size: .79rem; letter-spacing: .045em; line-height: 1.55; text-transform: uppercase; }
.audience-line span { color: var(--muted); font-size: .88rem; text-align: right; }

.situation-grid-five { grid-template-columns: repeat(6, minmax(0, 1fr)); }
.situation-grid-five .situation-card { grid-column: span 2; }
.situation-grid-five .situation-card:nth-last-child(-n + 2) { grid-column: span 3; }
.situation-grid-six { grid-template-columns: repeat(3, minmax(0, 1fr)); }

.presentation-route { border-top: 1px solid var(--line); }
.presentation-grid { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 18px; margin-top: 52px; }

.outcomes-three { grid-template-columns: repeat(3, 1fr); }
.exclusive-inline { display: flex; align-items: center; justify-content: space-between; gap: 46px; margin-top: 34px; padding: 28px 30px; background: var(--blue-pale); }
.exclusive-inline p { max-width: 760px; margin: 0; color: var(--muted); }
.compact-link { margin-top: 0; white-space: nowrap; }

.realtor-actions { display: flex; flex-wrap: wrap; align-items: center; gap: 26px; }
.grouped-gallery { grid-template-rows: 390px 360px auto 420px; }
.gallery-divider { grid-column: 1 / -1; display: flex; align-items: baseline; justify-content: space-between; gap: 30px; margin-top: 24px; padding-top: 30px; border-top: 1px solid var(--ink); }
.gallery-divider strong { font-family: "Newsreader", Georgia, serif; font-size: 1.75rem; font-weight: 500; }
.gallery-divider span { max-width: 570px; color: var(--muted); font-size: .9rem; text-align: right; }

@media (max-width: 900px) {
  .audience-line p { align-items: flex-start; flex-direction: column; gap: 8px; }
  .audience-line span { text-align: left; }
  .situation-grid-five { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .situation-grid-six { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .situation-grid-five .situation-card,
  .situation-grid-five .situation-card:nth-last-child(-n + 2) { grid-column: auto; }
  .situation-grid-five .situation-card:last-child { grid-column: 1 / -1; }
  .outcomes-three { grid-template-columns: repeat(3, 1fr); }
  .exclusive-inline { align-items: flex-start; flex-direction: column; gap: 18px; }
  .grouped-gallery { grid-template-rows: 560px 380px auto 380px; }
  .gallery-divider { align-items: flex-start; flex-direction: column; gap: 6px; }
  .gallery-divider span { text-align: left; }
}

@media (max-width: 640px) {
  .audience-line { padding-block: 22px; }
  .audience-line strong { font-size: .72rem; }
  .situation-grid-five, .situation-grid-six, .presentation-grid, .outcomes-three { grid-template-columns: 1fr; }
  .grouped-gallery { grid-template-rows: none; }
  .situation-grid-five .situation-card:last-child { grid-column: auto; }
  .exclusive-inline { margin-top: 24px; padding: 24px; }
  .compact-link { white-space: normal; }
}

/* v38 — duidelijke hoofdstukken zonder decoratieve streepjes */
.eyebrow {
  width: fit-content;
  max-width: 100%;
  display: block;
  margin-bottom: 16px;
  padding: 0 2px 2px;
  background: linear-gradient(transparent 58%, rgba(239, 200, 63, .34) 58%);
  line-height: 1.45;
}
.eyebrow::before { content: none !important; display: none !important; }
.mag-cover-copy .eyebrow,
.page-hero .eyebrow,
.exclusive-hero .eyebrow,
.editorial-intro-grid .eyebrow,
.mag-cta .eyebrow,
.cta .eyebrow,
.dark .eyebrow,
.vision-hero .eyebrow {
  background: none;
}

.page-hero {
  color: var(--white);
  background:
    radial-gradient(circle at 84% 14%, rgba(118, 157, 179, .22), transparent 31%),
    linear-gradient(130deg, #102a30 0%, var(--ink-deep) 62%, #1f4852 100%);
  border-bottom: 0;
}
.page-hero h1 { max-width: 880px; color: var(--white); }
.page-hero .lead { color: rgba(255,255,255,.74); }
.page-hero .eyebrow { color: var(--yellow); }
.page-hero .button.dark { color: var(--ink-deep); background: var(--yellow); border-color: var(--yellow); }
.page-hero .button.dark:hover { color: var(--white); background: transparent; }
.page-hero .phone-link { color: rgba(255,255,255,.86); }

.situation-heading,
.edition-heading,
.collection-heading,
.project-title,
.section-head,
.intro-grid,
.vision-heading,
.exclusive-distinction {
  align-items: end;
  gap: clamp(44px, 6vw, 82px);
}
.situation-heading h2,
.edition-heading h2,
.collection-heading h2,
.project-title h2,
.section-head h2,
.intro-grid h2,
.vision-heading h2,
.exclusive-distinction h2 {
  max-width: 760px;
  font-size: clamp(2.35rem, 3.1vw, 3.25rem);
  line-height: 1.1;
}
.situation-heading .standfirst,
.edition-heading > p,
.collection-heading > p,
.project-title > p,
.section-head .summary,
.vision-heading > p {
  max-width: 520px;
  margin-bottom: 4px;
  font-size: 1rem;
  line-height: 1.7;
}

.editorial-intro { padding-top: 94px; }
.editorial-intro-copy h2 { text-wrap: balance; }
.service-index { margin-top: 64px; }

.solution-intro { gap: clamp(48px, 7vw, 86px); }
.solution-intro h2 {
  max-width: 530px;
  font-size: clamp(2.35rem, 3vw, 3.15rem);
  line-height: 1.1;
}
.solution-copy { max-width: 660px; }
.solution-copy .standfirst { font-size: 1.12rem; line-height: 1.65; }

.quote-band p,
.vision-promise p {
  max-width: 980px;
  font-size: clamp(2rem, 3vw, 3rem);
  line-height: 1.16;
}
.clarity-grid h2 { font-size: clamp(2.2rem, 2.85vw, 3rem); line-height: 1.12; }
.mag-cta h2,
.cta h2 { font-size: clamp(2.25rem, 2.9vw, 3rem); line-height: 1.12; }

@media (max-width: 900px) {
  .editorial-intro-copy { grid-template-columns: 1fr; gap: 26px; }
  .editorial-statement .standfirst { max-width: 700px; margin: 0; }
  .situation-heading,
  .edition-heading,
  .collection-heading,
  .project-title,
  .section-head,
  .intro-grid,
  .vision-heading,
  .exclusive-distinction {
    grid-template-columns: 1fr;
    gap: 26px;
  }
}

@media (max-width: 640px) {
  .eyebrow { font-size: .68rem; }
  .editorial-intro { padding-top: 64px; }
  .editorial-intro-grid {
    padding: 38px 28px 42px;
    border-radius: 4px 34px 4px 34px;
  }
  .page-hero { padding-block: 68px 64px; }
}

/* v39 — harmonie als herkenbare ontwerpbelofte */
.gallery-main figcaption span {
  max-width: 470px;
  line-height: 1.45;
}

.harmony-teaser {
  padding: 92px 0;
  background:
    radial-gradient(circle at 8% 15%, rgba(255,255,255,.55), transparent 25%),
    var(--blue-pale);
}
.harmony-teaser-grid {
  display: grid;
  grid-template-columns: 1.08fr .72fr;
  gap: clamp(50px, 8vw, 112px);
  align-items: end;
}
.harmony-teaser h2 {
  max-width: 760px;
  margin: 0;
  font-size: clamp(2.45rem, 3.35vw, 3.55rem);
  line-height: 1.08;
}
.harmony-teaser-grid > div:last-child {
  max-width: 540px;
  padding: 24px 0 4px;
  border-top: 1px solid rgba(37,63,67,.35);
}
.harmony-teaser-grid > div:last-child p { margin: 0; color: var(--muted); }
.harmony-teaser .text-link { margin-top: 28px; }

.harmony-hero h1 { max-width: 1000px; }
.harmony-feature {
  display: grid;
  grid-template-columns: 1.02fr .98fr;
  gap: clamp(60px, 8vw, 112px);
  align-items: center;
}
.harmony-feature-image {
  position: relative;
  overflow: hidden;
  border-radius: 4px 42px 4px 42px;
  background: var(--blue-pale);
}
.harmony-feature-image img {
  width: 100%;
  height: 700px;
  object-fit: cover;
  object-position: center 69%;
}
.harmony-feature-image figcaption {
  position: absolute;
  right: 18px;
  bottom: 18px;
  padding: 10px 15px;
  border-radius: 999px;
  color: var(--white);
  background: rgba(16,36,43,.84);
  font-size: .68rem;
  font-weight: 700;
  letter-spacing: .1em;
  text-transform: uppercase;
}
.harmony-feature-copy h2 {
  max-width: 610px;
  font-size: clamp(2.45rem, 3.25vw, 3.45rem);
}
.harmony-feature-copy > p:not(.eyebrow):not(.harmony-caveat) {
  max-width: 620px;
  color: var(--muted);
}
.harmony-palette {
  display: grid;
  gap: 0;
  margin: 38px 0 30px;
  border-top: 1px solid var(--line);
}
.palette-item {
  display: grid;
  grid-template-columns: 44px 1fr;
  gap: 18px;
  align-items: center;
  padding: 16px 0;
  border-bottom: 1px solid var(--line);
}
.palette-item > span {
  width: 44px;
  height: 44px;
  border-radius: 50%;
  box-shadow: inset 0 0 0 1px rgba(37,63,67,.12);
}
.palette-item.blue > span { background: #769db3; }
.palette-item.yellow > span { background: #efc83f; }
.palette-item.neutral > span { background: linear-gradient(135deg, #6d6a64 0 50%, #c8a779 50%); }
.palette-item p { margin: 0; color: var(--muted); font-size: .86rem; line-height: 1.4; }
.palette-item strong { display: block; margin-bottom: 2px; color: var(--ink); font-size: .82rem; }
.harmony-caveat {
  max-width: 630px;
  margin: 0;
  padding: 20px 22px;
  border-radius: 3px 20px 3px 20px;
  background: var(--cream);
  color: var(--muted);
  font-size: .79rem;
  line-height: 1.55;
}

.harmony-contrast-examples { background: var(--cream); }
.harmony-contrast-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 22px;
}
.harmony-contrast-grid article {
  overflow: hidden;
  border: 1px solid var(--line);
  border-radius: 4px 30px 4px 30px;
  background: var(--white);
}
.harmony-contrast-grid figure { position: relative; overflow: hidden; }
.harmony-contrast-grid figure img {
  width: 100%;
  aspect-ratio: 3 / 2;
  object-fit: cover;
  transition: transform .45s ease;
}
.harmony-contrast-grid article:hover figure img { transform: scale(1.025); }
.harmony-contrast-grid figcaption {
  position: absolute;
  right: 14px;
  bottom: 14px;
  padding: 8px 12px;
  border-radius: 999px;
  color: var(--white);
  background: rgba(16,36,43,.82);
  font-size: .64rem;
  font-weight: 700;
  letter-spacing: .1em;
  text-transform: uppercase;
}
.harmony-contrast-copy { padding: 28px 28px 30px; }
.contrast-label {
  margin-bottom: 14px;
  color: var(--blue-deep);
  font-size: .68rem;
  font-weight: 700;
  letter-spacing: .1em;
  text-transform: uppercase;
}
.harmony-contrast-copy h3 {
  margin-bottom: 13px;
  font-family: "Newsreader", Georgia, serif;
  font-size: 1.65rem;
  font-weight: 500;
}
.harmony-contrast-copy > p:not(.contrast-label) {
  min-height: 8.3em;
  margin-bottom: 22px;
  color: var(--muted);
  font-size: .9rem;
  line-height: 1.58;
}
.contrast-swatches { display: flex; gap: 9px; }
.contrast-swatches span {
  width: 30px;
  height: 30px;
  border-radius: 50%;
  background: var(--swatch);
  box-shadow: inset 0 0 0 1px rgba(37,63,67,.14);
}
.harmony-example-note {
  max-width: 820px;
  margin: 32px 0 0;
  color: var(--muted);
  font-size: .82rem;
}

.harmony-method { background: var(--blue-pale); }
.harmony-method-grid {
  display: grid;
  grid-template-columns: .75fr 1.25fr;
  gap: clamp(65px, 9vw, 130px);
  align-items: start;
}
.harmony-method-title {
  position: sticky;
  top: 135px;
}
.harmony-method-title h2 {
  max-width: 550px;
  font-size: clamp(2.45rem, 3.2vw, 3.4rem);
}
.harmony-method-title > p:last-child { max-width: 500px; margin: 0; color: var(--muted); }
.harmony-method-list { border-top: 1px solid var(--ink); }
.harmony-method-list article {
  display: grid;
  grid-template-columns: 48px 1fr;
  gap: 20px;
  padding: 29px 0;
  border-bottom: 1px solid rgba(37,63,67,.28);
}
.harmony-method-list article > span {
  color: var(--blue-deep);
  font-family: "Newsreader", Georgia, serif;
  font-size: 1.2rem;
}
.harmony-method-list h3 {
  margin-bottom: 6px;
  font-family: "Newsreader", Georgia, serif;
  font-size: 1.65rem;
  font-weight: 500;
}
.harmony-method-list p { max-width: 680px; margin: 0; color: var(--muted); }
.harmony-quote { background: var(--ink-deep); color: var(--white); }
.harmony-quote p { color: var(--white); }

.harmony-tip-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  column-gap: clamp(45px, 7vw, 92px);
  border-top: 1px solid var(--ink);
}
.harmony-tip-grid article {
  display: grid;
  grid-template-columns: 44px 1fr;
  gap: 4px 18px;
  padding: 28px 0 30px;
  border-bottom: 1px solid var(--line);
}
.harmony-tip-grid article > span {
  grid-row: 1 / 3;
  color: var(--blue-deep);
  font-family: "Newsreader", Georgia, serif;
  font-size: 1.16rem;
}
.harmony-tip-grid h3 {
  margin: 0;
  font-family: "Newsreader", Georgia, serif;
  font-size: 1.48rem;
  font-weight: 500;
}
.harmony-tip-grid p { margin: 6px 0 0; color: var(--muted); }
.footer-signature {
  margin: 20px 0 8px;
  color: var(--yellow);
  font-family: "Newsreader", Georgia, serif;
  font-size: 1.35rem;
  font-weight: 500;
}
.footer-signature + .footer-intro { margin-top: 0; }

/* v41 — harmonie als centrale merkbelofte */
.brand-lockup {
  width: 238px;
  min-width: 238px;
  display: grid;
  gap: 2px;
  margin-right: auto;
}
.brand-lockup .brand {
  width: 238px;
  min-width: 0;
  margin: 0;
}
.brand-claim {
  width: fit-content;
  margin-left: 53px;
  color: var(--yellow);
  font-family: "Newsreader", Georgia, serif;
  font-size: .82rem;
  font-weight: 500;
  letter-spacing: .01em;
  line-height: 1.1;
  white-space: nowrap;
}
.brand-claim:hover,
.brand-claim:focus-visible { color: var(--white); }
.mag-cover-copy h1 .harmony-tone { color: var(--yellow); }
.vision-hero-note strong {
  display: block;
  margin-bottom: 10px;
  color: var(--white);
  font-family: "Newsreader", Georgia, serif;
  font-size: 1.48rem;
  font-weight: 500;
  line-height: 1.15;
}
.footer-signature { display: block; width: fit-content; }
.footer-signature:hover,
.footer-signature:focus-visible { color: var(--white); }

@media (max-width: 900px) {
  .harmony-teaser-grid,
  .harmony-feature,
  .harmony-method-grid {
    grid-template-columns: 1fr;
  }
  .harmony-teaser-grid { gap: 34px; }
  .harmony-teaser-grid > div:last-child { max-width: 700px; }
  .harmony-feature-image { order: -1; }
  .harmony-feature-image img { height: 620px; }
  .harmony-method-title { position: static; }
  .harmony-contrast-grid { grid-template-columns: 1fr 1fr; }
  .harmony-contrast-grid article:last-child { grid-column: 1 / -1; }
  .harmony-contrast-grid article:last-child { display: grid; grid-template-columns: 1fr 1fr; }
  .harmony-contrast-grid article:last-child figure img { height: 100%; aspect-ratio: auto; }
}

@media (max-width: 640px) {
  .brand-lockup { width: 190px; min-width: 190px; gap: 1px; }
  .brand-lockup .brand { width: 190px; }
  .brand-claim { margin-left: 43px; font-size: .7rem; }
  .harmony-teaser { padding: 68px 0; }
  .harmony-teaser h2,
  .harmony-feature-copy h2,
  .harmony-method-title h2 { font-size: clamp(2.05rem, 8.5vw, 2.55rem); }
  .harmony-feature-image img { height: 440px; }
  .harmony-tip-grid { grid-template-columns: 1fr; }
  .harmony-tip-grid article { grid-template-columns: 36px 1fr; gap: 4px 14px; }
  .harmony-contrast-grid { grid-template-columns: 1fr; }
  .harmony-contrast-grid article:last-child { grid-column: auto; display: block; }
  .harmony-contrast-grid article:last-child figure img { height: auto; aspect-ratio: 3 / 2; }
  .harmony-contrast-copy > p:not(.contrast-label) { min-height: 0; }
}

/* v42 — ondersteund wonen en juridische pagina's */
.supported-grid article:nth-child(2) { background: #f2f5ed; }

.legal-page { background: var(--cream); }
.legal-hero { padding: 92px 0 68px; color: var(--white); background: var(--ink-deep); }
.legal-hero-grid { display: grid; grid-template-columns: 1fr auto; gap: 60px; align-items: end; }
.legal-hero .eyebrow { color: var(--yellow); }
.legal-hero h1 { max-width: 900px; margin: 0; color: var(--white); font-size: clamp(3.4rem, 6vw, 6rem); line-height: .96; }
.legal-meta { min-width: 220px; padding-bottom: 8px; text-align: right; }
.legal-meta p { margin: 0 0 14px; color: rgba(255,255,255,.7); font-size: .78rem; }
.text-button { padding: 0 0 4px; border: 0; border-bottom: 2px solid var(--yellow); color: inherit; background: transparent; font: inherit; font-size: .76rem; font-weight: 700; cursor: pointer; }
.legal-section { padding: 96px 0 130px; background: var(--white); }
.legal-layout { display: grid; grid-template-columns: 245px minmax(0, 760px); gap: clamp(72px, 10vw, 150px); align-items: start; }
.legal-nav { position: sticky; top: 126px; padding-top: 19px; border-top: 4px solid var(--yellow); }
.legal-nav > p { margin: 0 0 17px; color: var(--blue-deep); font-size: .68rem; font-weight: 700; letter-spacing: .13em; text-transform: uppercase; }
.legal-nav ol { display: grid; gap: 9px; margin: 0; padding-left: 20px; color: var(--muted); font-size: .78rem; }
.legal-nav a { text-decoration: underline; text-decoration-color: transparent; text-underline-offset: 4px; }
.legal-nav a:hover { text-decoration-color: var(--yellow); }
.legal-copy { min-width: 0; }
.legal-copy .legal-intro { margin: 0 0 64px; color: var(--ink); font-family: "Newsreader", Georgia, serif; font-size: clamp(1.65rem, 2.3vw, 2.2rem); line-height: 1.38; }
.legal-copy section { scroll-margin-top: 120px; padding: 42px 0 45px; border-top: 1px solid var(--line); }
.legal-copy section:last-child { border-bottom: 1px solid var(--line); }
.legal-copy h2 { margin: 0 0 22px; font-size: clamp(1.7rem, 2.4vw, 2.25rem); line-height: 1.14; }
.legal-copy p, .legal-copy li, .legal-copy address { color: var(--muted); font-size: .96rem; line-height: 1.75; }
.legal-copy p { margin: 0 0 17px; }
.legal-copy ul { display: grid; gap: 9px; padding-left: 22px; }
.legal-copy address { margin: 24px 0; padding: 20px 24px; border-left: 4px solid var(--yellow); background: var(--cream); font-style: normal; }
.legal-copy a { color: var(--blue-deep); text-decoration: underline; text-underline-offset: 4px; }
.legal-copy strong { color: var(--ink); }
.legal-callout { margin-top: 30px; padding: 24px 26px; border-radius: 3px 24px 3px 24px; background: var(--blue-pale); }
.legal-callout strong { display: block; margin-bottom: 8px; }
.legal-callout p { margin: 0; color: var(--ink); font-size: .86rem; }

@media (max-width: 900px) {
  .legal-layout { grid-template-columns: 1fr; gap: 54px; }
  .legal-nav { position: static; }
}

@media (max-width: 640px) {
  .legal-hero { padding: 64px 0 48px; }
  .legal-hero-grid { grid-template-columns: 1fr; gap: 32px; }
  .legal-meta { text-align: left; }
  .legal-section { padding: 68px 0 90px; }
  .legal-copy .legal-intro { margin-bottom: 42px; }
}

@media print {
  .legal-page .site-header,
  .legal-page .mobile-menu,
  .legal-page .site-footer,
  .legal-nav,
  .text-button { display: none !important; }
  .legal-hero { padding: 20px 0; color: #000; background: #fff; }
  .legal-hero h1 { color: #000; font-size: 32pt; }
  .legal-meta { color: #000; text-align: left; }
  .legal-section { padding: 20px 0; }
  .legal-layout { display: block; }
  .legal-copy section { break-inside: avoid; }
}

/* v43 — rustiger logo en bellen als primaire actie */
.brand-lockup {
  width: 238px;
  min-width: 238px;
  display: block;
  margin-right: auto;
}
.header-call { display: none; }

.mag-cover-stage { min-height: 600px; }
.mag-cover-copy {
  width: min(590px, 54%);
  padding-top: 58px;
  padding-bottom: 58px;
}
.mag-cover-copy h1 { margin-bottom: 22px; }
.mag-cover-copy .hero-lead {
  max-width: 545px;
  margin-bottom: 31px;
  font-size: 1.04rem;
  line-height: 1.58;
}
.mag-cover-visual img { height: 600px; }
.cover-actions { gap: 12px; }
.call-button {
  min-height: 58px;
  gap: 11px;
  padding-inline: 24px;
  box-shadow: 0 12px 30px rgba(0,0,0,.18);
}
.call-button svg {
  width: 20px;
  height: 20px;
  fill: currentColor;
  flex: 0 0 auto;
}
.call-button span { display: flex; gap: 6px; align-items: baseline; }
.call-button strong { font-size: .94rem; }
.hero-secondary {
  min-height: 58px;
  border-color: rgba(255,255,255,.58);
  color: var(--white);
  background: rgba(255,255,255,.08);
}
.hero-secondary:hover { border-color: var(--white); background: var(--white); color: var(--ink-deep); }

@media (max-width: 1240px) {
  .header-call {
    min-height: 44px;
    display: inline-flex;
    align-items: center;
    gap: 6px;
    padding: 0 17px;
    border-radius: 999px;
    color: var(--ink-deep);
    background: var(--yellow);
    font-size: .72rem;
    line-height: 1;
    white-space: nowrap;
  }
  .header-call span { font-weight: 500; }
  .header-call strong { font-weight: 800; }
  .mag-cover-stage { min-height: 600px; }
  .mag-cover-visual img { height: 600px; }
}

@media (max-width: 900px) {
  /* Reset desktop overlay dimensions after the desktop refinements above. */
  .mag-cover-stage { grid-template-columns: minmax(0, 1fr); min-height: 0; }
  .mag-cover-copy, .mag-cover-visual { grid-area: auto; min-width: 0; width: 100%; }
  .mag-cover-copy { max-width: none; padding: 52px; }
  .mag-cover-copy .hero-lead { margin-bottom: 28px; }
  .mag-cover-copy h1 { margin-bottom: 20px; }
  .mag-cover-copy h1 .harmony-tone { color: var(--blue-deep); }
  .hero-secondary { border-color: rgba(37,63,67,.34); color: var(--ink); background: rgba(255,255,255,.42); }
  .mag-cover-visual img { height: 520px; }
}

@media (max-width: 640px) {
  .brand-lockup { width: 190px; min-width: 190px; }
  .header-call { display: none; }
  .mag-cover-copy { padding: 42px 24px 44px; }
  .mag-cover-copy .hero-lead { margin-bottom: 26px; font-size: .98rem; line-height: 1.55; }
  .cover-actions { width: 100%; gap: 10px; }
  .call-button, .hero-secondary { width: 100%; min-height: 54px; }
  .call-button span { gap: 5px; }
  .mobile-conversion-bar { grid-template-columns: 1.25fr .75fr; }
  .mobile-conversion-bar a:first-child { background: var(--yellow); color: #142023; }
  .mobile-conversion-bar a:last-child { color: var(--white); background: var(--ink-deep); }
}

/* v44 — rustige, duidelijke keuze uit tijdelijke woonvormen */
.situation-section {
  padding: clamp(78px, 7.5vw, 108px) 0 clamp(88px, 8vw, 118px);
  background: #f4f7f7;
}
.situation-heading {
  display: block;
  max-width: 820px;
}
.situation-heading .eyebrow { margin-bottom: 20px; }
.situation-heading h2 {
  max-width: 800px;
  margin: 0 0 24px;
  font-size: clamp(2.75rem, 3.65vw, 3.85rem);
  line-height: 1.06;
}
.situation-heading .standfirst {
  max-width: 720px;
  margin: 0;
  color: var(--muted);
  font-family: "DM Sans", "Helvetica Neue", Arial, sans-serif;
  font-size: 1.06rem;
  line-height: 1.7;
}
.situation-grid,
.situation-grid-six {
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 14px;
  margin-top: 48px;
}
.situation-card,
.situation-card.featured,
.situation-card.supported-card {
  min-height: 238px;
  padding: 30px;
  border: 1px solid rgba(37, 63, 67, .16);
  border-top: 3px solid rgba(82, 121, 140, .48);
  border-radius: 3px 24px 3px 24px;
  background: var(--white);
  box-shadow: 0 12px 34px rgba(24, 50, 54, .035);
}
.situation-card:hover {
  transform: translateY(-4px);
  border-color: rgba(82, 121, 140, .42);
  border-top-color: var(--yellow);
  box-shadow: 0 20px 44px rgba(24, 50, 54, .08);
}
.situation-card h3 { margin-top: 25px; }
.situation-card p { margin-bottom: 22px; }
.situation-card.dark-card {
  border-color: var(--ink-deep);
  border-top-color: var(--yellow);
  background: var(--ink-deep);
  box-shadow: none;
}
.dwelling-action { margin-top: 34px; }

@media (max-width: 900px) {
  .situation-grid,
  .situation-grid-six { grid-template-columns: repeat(2, minmax(0, 1fr)); }
}

@media (max-width: 640px) {
  .situation-section { padding: 72px 0 84px; }
  .situation-heading h2 { font-size: clamp(2.25rem, 10vw, 2.85rem); line-height: 1.08; }
  .situation-grid,
  .situation-grid-six { grid-template-columns: 1fr; margin-top: 38px; }
  .situation-card,
  .situation-card.featured,
  .situation-card.supported-card { min-height: 0; padding: 27px; }
}

/* v45 — kop woonvormen in dezelfde warme spread als het hoofdstuk erboven */
.situation-section { background: var(--cream); }
.situation-heading {
  max-width: var(--max);
  padding: clamp(48px, 5.5vw, 74px);
  color: var(--white);
  background:
    radial-gradient(circle at 88% 16%, rgba(239, 200, 63, .15), transparent 25%),
    linear-gradient(125deg, var(--ink-deep), #1d4651);
  border-radius: 5px 58px 5px 58px;
  box-shadow: 0 24px 60px rgba(16, 36, 43, .12);
}
.situation-heading .eyebrow {
  margin-bottom: 18px;
  color: var(--yellow);
  background: none;
}
.situation-heading-copy {
  display: grid;
  grid-template-columns: minmax(0, 1.25fr) minmax(290px, .75fr);
  gap: clamp(48px, 8vw, 120px);
  align-items: end;
}
.situation-heading h2 {
  max-width: 720px;
  margin: 0;
  color: var(--white);
  font-size: clamp(2.7rem, 3.7vw, 3.9rem);
  line-height: 1.06;
  text-wrap: balance;
}
.situation-heading .standfirst {
  max-width: 500px;
  margin: 0 0 7px;
  color: rgba(255, 255, 255, .78);
}
.situation-grid,
.situation-grid-six { margin-top: 42px; }

@media (max-width: 900px) {
  .situation-heading-copy { grid-template-columns: 1fr; gap: 24px; }
  .situation-heading .standfirst { max-width: 680px; margin: 0; }
}

@media (max-width: 640px) {
  .situation-heading {
    padding: 42px 26px 46px;
    border-radius: 4px 32px 4px 32px;
  }
  .situation-heading h2 { font-size: clamp(2.2rem, 10vw, 2.75rem); line-height: 1.08; }
}

/* v52 — compacte homepage met één duidelijke conversieroute */
.mag-cover-copy .response-promise {
  margin: 16px 0 0;
  color: rgba(255, 255, 255, .72);
  font-size: .75rem;
  font-weight: 650;
  letter-spacing: .02em;
}
.primary-proposal { min-height: 58px; padding-inline: 26px; box-shadow: 0 12px 30px rgba(0, 0, 0, .18); }
.mag-cover .hero-secondary.call-button { box-shadow: none; }
.editorial-intro { padding-bottom: 88px; }
.editorial-intro-grid { padding-block: clamp(48px, 5vw, 66px); }
.service-index { margin-top: 58px; }
.service-steps article { min-height: 190px; }
.service-steps p { max-width: 210px; line-height: 1.55; }
.situation-section { padding-top: 92px; padding-bottom: 98px; }
.situation-card,
.situation-card.featured,
.situation-card.supported-card { min-height: 218px; }
.dwelling-action > div { display: grid; gap: 5px; }
.dwelling-action p { font-size: 1.12rem; font-weight: 700; }
.dwelling-action small,
.home-mid-action small { color: var(--muted); font-size: .76rem; }

.collection-edition { padding-block: 102px; }
.collection-heading { align-items: center; }
.collection-heading > p { margin: 0; line-height: 1.65; }
.level-card-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 18px;
  margin-top: 50px;
}
.level-card {
  position: relative;
  overflow: hidden;
  border: 1px solid rgba(37, 63, 67, .15);
  border-radius: 5px 30px 5px 30px;
  background: var(--white);
  box-shadow: 0 16px 42px rgba(24, 50, 54, .055);
}
.level-card-popular::before {
  content: "";
  position: absolute;
  z-index: 2;
  top: 0;
  right: 0;
  left: 0;
  height: 5px;
  background: var(--yellow);
}
.level-card figure { position: relative; overflow: hidden; }
.level-card img { width: 100%; aspect-ratio: 4 / 3; object-fit: cover; transition: transform .35s ease; }
.level-card:hover img { transform: scale(1.025); }
.level-card figcaption { position: absolute; right: 14px; bottom: 14px; padding: 7px 10px; background: rgba(250,249,246,.92); color: var(--ink-deep); font-size: .64rem; font-weight: 750; letter-spacing: .1em; text-transform: uppercase; }
.level-card > div { padding: 25px 27px 29px; }
.level-card span { color: var(--blue-deep); font-size: .67rem; font-weight: 750; letter-spacing: .11em; text-transform: uppercase; }
.level-card h3 { margin: 10px 0 8px; font-size: 1.65rem; }
.level-card p { margin: 0; color: var(--muted); font-size: .86rem; line-height: 1.55; }
.home-mid-action {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 36px;
  margin-top: 34px;
  padding: 28px 30px;
  border-radius: 4px 22px 4px 22px;
  background: var(--blue-pale);
}
.home-mid-action > div { display: grid; gap: 6px; }
.home-mid-action strong { font-size: 1rem; }
.compact-projects { margin-top: 86px; padding-top: 48px; border-top: 1px solid var(--line); }
.compact-project-heading { display: flex; align-items: end; justify-content: space-between; gap: 36px; margin-bottom: 28px; }
.compact-project-heading .eyebrow { margin: 0; }
.compact-project-heading h3 { margin: 0; font-size: clamp(1.65rem, 2.2vw, 2.2rem); }
.compact-project-grid { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 18px; }
.compact-project-grid figure { position: relative; height: 300px; overflow: hidden; border-radius: 4px 24px 4px 24px; }
.compact-project-grid img { width: 100%; height: 100%; object-fit: cover; }
.compact-project-grid figure:first-child img { object-position: center 72%; }
.compact-project-grid figure:nth-child(2) img,
.compact-project-grid figure:nth-child(3) img { object-position: center; }
.compact-project-grid figcaption {
  position: absolute;
  right: 0;
  bottom: 0;
  left: 0;
  display: grid;
  gap: 2px;
  padding: 34px 20px 18px;
  color: var(--white);
  background: linear-gradient(transparent, rgba(24, 50, 54, .86));
}
.compact-project-grid figcaption small { font-size: .62rem; font-weight: 700; letter-spacing: .1em; text-transform: uppercase; opacity: .78; }
.compact-project-grid figcaption strong { font-size: .92rem; }
.case-edition { padding-block: 96px; }
.case-image img { height: 520px; }
.mag-cta { padding-block: 78px; }
.mag-cta .cta-actions { min-width: 310px; }
.mag-cta .button { width: 100%; }

@media (max-width: 900px) {
  .mag-cover-copy .response-promise { color: var(--muted); }
  .level-card-grid { grid-template-columns: 1fr; }
  .level-card { display: grid; grid-template-columns: minmax(240px, .8fr) 1fr; align-items: center; }
  .level-card img { height: 100%; min-height: 260px; aspect-ratio: auto; }
  .compact-project-grid { grid-template-columns: 1fr 1fr; }
  .compact-project-grid figure:first-child { grid-column: 1 / -1; }
}

@media (max-width: 640px) {
  .primary-proposal { width: 100%; min-height: 54px; padding-inline: 18px; }
  .editorial-intro { padding-bottom: 70px; }
  .service-index { margin-top: 48px; }
  .situation-section { padding-top: 72px; padding-bottom: 78px; }
  .dwelling-action,
  .home-mid-action { align-items: stretch; flex-direction: column; }
  .dwelling-action .button,
  .home-mid-action .button { width: 100%; white-space: normal; text-align: center; }
  .collection-edition { padding-block: 76px; }
  .collection-heading { gap: 20px; }
  .level-card-grid { margin-top: 36px; }
  .level-card { display: block; }
  .level-card img { min-height: 0; aspect-ratio: 4 / 3; }
  .home-mid-action { padding: 24px; }
  .compact-projects { margin-top: 62px; padding-top: 38px; }
  .compact-project-heading { align-items: flex-start; flex-direction: column; gap: 12px; }
  .compact-project-grid { grid-template-columns: 1fr; }
  .compact-project-grid figure,
  .compact-project-grid figure:first-child { grid-column: auto; height: 280px; }
  .case-edition { padding-block: 76px; }
  .case-image img { height: 390px; }
  .mag-cta { padding-block: 68px; }
  .mag-cta .cta-actions { width: 100%; min-width: 0; }
  .mobile-conversion-bar { grid-template-columns: 1.35fr .65fr; }
}

/* v47 — publieke keuzehulp en digitale vooropname */
.configurator-page { background: #f7f5f0; }
.config-main { min-height: 70vh; }
.config-intro { padding: clamp(72px, 8vw, 118px) 0 48px; color: var(--white); background: linear-gradient(125deg, var(--ink-deep), #244d57); }
.config-intro-grid { display: grid; grid-template-columns: minmax(0, 1.15fr) minmax(300px, .65fr); gap: clamp(50px, 9vw, 140px); align-items: end; }
.config-intro h1 { max-width: 840px; margin: 0; color: var(--white); font-size: clamp(3rem, 5.4vw, 5.7rem); line-height: .98; text-wrap: balance; }
.config-intro .eyebrow { color: var(--yellow); background: none; }
.config-intro-grid>div:last-child { padding-bottom: 8px; }
.config-intro-grid>div:last-child p { color: rgba(255,255,255,.75); font-size: 1.05rem; line-height: 1.7; }
.config-intro-grid>div:last-child a { display: inline-block; color: var(--white); border-bottom: 2px solid var(--yellow); font-size: .92rem; }
.config-workspace { padding: 46px 0 110px; }
.config-workspace>.container { max-width: 1220px; }
.config-progress { position: relative; display: grid; grid-template-columns: repeat(5, 1fr); gap: 0; margin: 0 0 32px; padding: 0; list-style: none; }
.config-progress::before { position: absolute; top: 18px; left: 8%; right: 8%; height: 2px; content: ""; background: rgba(32,59,63,.16); }
.config-progress li { position: relative; z-index: 1; display: grid; place-items: center; gap: 7px; color: #7b8584; font-size: .68rem; font-weight: 750; letter-spacing: .05em; cursor: pointer; }
.config-progress span { width: 38px; height: 38px; display: grid; place-items: center; border: 1px solid rgba(32,59,63,.2); border-radius: 50%; background: #f7f5f0; }
.config-progress li.active span { color: var(--ink-deep); border-color: var(--yellow); background: var(--yellow); box-shadow: 0 0 0 6px rgba(239,200,63,.15); }
.config-progress li.complete span { color: var(--white); border-color: var(--blue); background: var(--blue); }
#customer-configurator { padding: clamp(30px, 5vw, 68px); border: 1px solid rgba(32,59,63,.14); border-radius: 6px 46px 6px 46px; background: var(--white); box-shadow: 0 24px 65px rgba(20,48,52,.08); }
.config-step-heading { display: grid; grid-template-columns: 48px minmax(0, 1fr); gap: 20px; margin-bottom: 42px; }
.config-step-heading>span { color: var(--blue); font-family: Georgia, serif; font-size: 1.4rem; }
.config-step-heading .eyebrow { margin-bottom: 11px; }
.config-step-heading h2 { max-width: 760px; margin-bottom: 11px; font-size: clamp(2.25rem, 4vw, 4rem); line-height: 1.02; text-wrap: balance; }
.config-step-heading p:last-child { max-width: 760px; margin: 0; color: #6f7a79; line-height: 1.65; }
.config-step fieldset { margin: 0 0 38px; padding: 0; border: 0; }
.config-step legend,.measurement-head h3 { margin-bottom: 14px; color: var(--ink-deep); font-size: .76rem; font-weight: 800; letter-spacing: .08em; text-transform: uppercase; }
.choice-grid,.service-choice-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 10px; }
.choice-grid.compact { grid-template-columns: repeat(4, 1fr); }
.choice-grid label,.service-choice-grid label,.level-choice-grid label { cursor: pointer; }
.choice-grid input,.service-choice-grid input,.level-choice-grid input { position: absolute; opacity: 0; pointer-events: none; }
.choice-grid label>span,.service-choice-grid label>span { min-height: 92px; display: grid; align-content: center; gap: 5px; padding: 17px 19px; border: 1px solid rgba(32,59,63,.16); border-radius: 5px 18px 5px 18px; background: #fff; transition: .18s ease; }
.choice-grid.compact label>span { min-height: 56px; padding: 13px 16px; border-radius: 5px 13px 5px 13px; }
.choice-grid strong,.service-choice-grid strong { color: var(--ink-deep); font-size: .83rem; }
.choice-grid small,.service-choice-grid small { color: #76807f; font-size: .7rem; line-height: 1.4; }
.choice-grid input:checked+span,.service-choice-grid input:checked+span { border-color: var(--blue); background: var(--ice); box-shadow: inset 0 3px var(--yellow); }
.choice-grid input:focus-visible+span,.service-choice-grid input:focus-visible+span,.level-choice-grid input:focus-visible+span { outline: 3px solid rgba(82,121,140,.35); outline-offset: 2px; }
.level-choice-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 14px; }
.level-choice-grid span { display: grid; grid-template-columns: 1fr auto; grid-template-rows: 190px auto auto; gap: 5px 10px; overflow: hidden; padding-bottom: 18px; border: 1px solid rgba(32,59,63,.16); border-radius: 5px 24px 5px 24px; background: #fff; transition: .18s ease; }
.level-choice-grid img { width: 100%; height: 190px; grid-column: 1/-1; object-fit: cover; }
.level-choice-grid b { margin: 13px 0 0 18px; color: var(--ink-deep); font-family: Georgia, serif; font-size: 1.35rem; font-weight: 500; }
.level-choice-grid small { grid-column: 1/-1; margin: 0 18px; color: #75807f; }
.level-choice-grid input:checked+span { border-color: var(--blue); background: var(--ice); box-shadow: inset 0 4px var(--yellow); }
.config-fields { display: grid; grid-template-columns: repeat(4, 1fr); gap: 17px; }
.config-fields label,.room-entry label,.notes-field { display: grid; gap: 8px; color: var(--ink-deep); font-size: .72rem; font-weight: 750; }
.config-fields input,.config-fields select,.room-entry input,.room-entry select,.notes-field textarea { width: 100%; min-height: 49px; padding: 0 14px; border: 1px solid rgba(32,59,63,.2); border-radius: 6px; color: var(--ink-deep); background: #fff; font: inherit; }
.config-fields .wide-field { grid-column: span 2; }
.notes-field textarea { min-height: 125px; padding: 14px; resize: vertical; }
.measurement-head { display: flex; justify-content: space-between; gap: 24px; align-items: center; margin-bottom: 13px; }
.measurement-head h3 { margin: 0; }
.measurement-head>div p { margin: 5px 0 0; color: #6e7978; font-size: .7rem; }
.text-button { padding: 0; border: 0; border-bottom: 1px solid var(--ink-deep); color: var(--ink-deep); background: transparent; font: inherit; font-size: .72rem; font-weight: 800; cursor: pointer; }
.room-list { display: grid; gap: 16px; }
.room-entry { padding: 22px; border: 1px solid rgba(32,59,63,.12); border-radius: 6px 22px 6px 22px; background: #f4f6f4; }
.room-entry-head { display: grid; grid-template-columns: minmax(0,1fr) 36px; gap: 16px; align-items: end; margin-bottom: 16px; }
.room-entry-head>label { max-width: 480px; }
.room-size-grid { display: grid; grid-template-columns: repeat(3,minmax(0,1fr)) minmax(220px,1.45fr); gap: 12px; }
.remove-room { width: 36px; height: 49px; border: 0; color: #8f4541; background: transparent; font-size: 1.5rem; cursor: pointer; }
.room-paint-toggle { grid-template-columns: 21px 1fr!important; gap: 12px!important; align-items: start; margin-top: 17px; padding: 15px 17px; border-radius: 5px 14px 5px 14px; background: #fff; cursor: pointer; }
.room-paint-toggle input { width: 19px; min-height: 19px; height: 19px; margin-top: 2px; padding: 0; accent-color: var(--blue); }
.room-paint-toggle span { display: grid; gap: 3px; }
.room-paint-toggle strong { font-size: .76rem; }
.room-paint-toggle small { color: #76807f; font-size: .66rem; font-weight: 500; }
.wall-work { margin-top: 14px; padding: 20px; border-top: 3px solid var(--yellow); border-radius: 5px 18px 5px 18px; background: #fff; }
.wall-method-note { margin-bottom: 20px; color: #5f6f70; font-size: .72rem; line-height: 1.55; }
.wall-section-head { display: flex; justify-content: space-between; gap: 20px; align-items: end; margin: 20px 0 10px; }
.wall-section-head h4 { margin: 0 0 3px; color: var(--ink-deep); font-size: .76rem; }
.wall-section-head p { margin: 0; color: #788281; font-size: .66rem; }
.wall-list,.opening-list { display: grid; gap: 8px; }
.wall-row { display: grid; grid-template-columns: 76px repeat(2,minmax(0,1fr)) 34px; gap: 10px; align-items: end; padding: 11px 12px; border-radius: 6px; background: var(--ice); }
.wall-row>span { align-self: center; color: var(--blue); font-size: .72rem; font-weight: 800; }
.opening-row { display: grid; grid-template-columns: 1.25fr repeat(3,minmax(0,1fr)) 34px; gap: 10px; align-items: end; padding: 11px 12px; border: 1px solid rgba(32,59,63,.1); border-radius: 6px; }
.wall-row input,.opening-row input,.opening-row select { min-height: 42px; height: 42px; }
.remove-wall,.remove-opening { width: 34px; height: 42px; border: 0; color: #8f4541; background: transparent; font-size: 1.25rem; cursor: pointer; }
.wall-meta { max-width: 360px; margin-top: 18px; }
.wall-area-summary { display: grid; grid-template-columns: repeat(4,1fr); gap: 1px; overflow: hidden; margin-top: 20px; border-radius: 5px 15px 5px 15px; background: rgba(32,59,63,.12); }
.wall-area-summary>div { display: grid; gap: 5px; min-height: 82px; align-content: center; padding: 13px 15px; background: #f6f8f7; }
.wall-area-summary span { color: #6e7978; font-size: .62rem; line-height: 1.35; }
.wall-area-summary strong { color: var(--ink-deep); font-size: .8rem; }
.wall-area-summary .net { background: var(--ink-deep); }
.wall-area-summary .net span { color: rgba(255,255,255,.7); }
.wall-area-summary .net strong { color: var(--white); }
.upload-field { position: relative; display: flex; justify-content: space-between; gap: 24px; align-items: center; margin-top: 28px; padding: 22px; border: 1px dashed var(--blue); border-radius: 6px 22px 6px 22px; background: var(--ice); cursor: pointer; }
.upload-field input { position: absolute; opacity: 0; pointer-events: none; }
.upload-field span { display: grid; gap: 5px; }
.upload-field small { color: #6e7978; }
.upload-field b { flex: none; padding: 12px 17px; border-radius: 999px; color: var(--white); background: var(--ink-deep); font-size: .72rem; }
.file-status { margin: 9px 4px 0; color: #6e7978; font-size: .68rem; }
.measure-advice { margin-top: 24px; padding: 18px 20px; border-left: 4px solid var(--yellow); background: #f7f5f0; }
.measure-advice p { margin: 5px 0 0; color: #6e7978; line-height: 1.6; }
.contact-fields { grid-template-columns: repeat(3, 1fr); margin-bottom: 20px; }
.measurement-consent { margin-top: 24px; padding: 20px; border-left: 4px solid var(--yellow); background: #f7f5f0; }
.measurement-consent label,.privacy-consent { display: grid; grid-template-columns: 21px 1fr; gap: 13px; align-items: start; color: #657170; font-size: .75rem; line-height: 1.6; cursor: pointer; }
.measurement-consent input,.privacy-consent input { width: 19px; height: 19px; margin-top: 2px; accent-color: var(--blue); }
.measurement-consent strong { display: block; color: var(--ink-deep); }
.privacy-consent { margin-top: 15px; }
.privacy-consent a { text-decoration: underline; }
.config-navigation { display: flex; justify-content: flex-end; gap: 15px; align-items: center; margin-top: 34px; padding-top: 24px; border-top: 1px solid rgba(32,59,63,.12); }
.config-back { min-height: 48px; padding: 0 22px; border: 1px solid rgba(32,59,63,.22); border-radius: 999px; color: var(--ink-deep); background: transparent; font-weight: 750; cursor: pointer; }
.config-navigation .button { border: 0; cursor: pointer; }
.config-navigation button:disabled { opacity: .55; cursor: wait; }
.form-error { margin: 22px 0 -10px; color: #a0423c; font-weight: 750; }
.config-success { padding: clamp(48px, 8vw, 90px); border-radius: 6px 46px 6px 46px; color: var(--white); background: linear-gradient(125deg, var(--ink-deep), #244d57); text-align: center; }
.config-success .eyebrow { color: var(--yellow); background: none; }
.config-success h2 { margin: 0 auto 18px; max-width: 720px; color: var(--white); font-size: clamp(2.6rem, 5vw, 5rem); line-height: 1; }
.config-success>p:not(.eyebrow) { max-width: 650px; margin: 0 auto 28px; color: rgba(255,255,255,.76); line-height: 1.7; }
.config-success>div { display: flex; justify-content: center; gap: 22px; align-items: center; }
.config-success .text-link { color: var(--white); }

@media (max-width: 900px) {
  .config-intro-grid { grid-template-columns: 1fr; gap: 30px; }
  .choice-grid,.service-choice-grid { grid-template-columns: repeat(2,1fr); }
  .choice-grid.compact,.config-fields,.contact-fields { grid-template-columns: repeat(2,1fr); }
  .room-size-grid { grid-template-columns: repeat(2,1fr); }
  .wall-area-summary { grid-template-columns: repeat(2,1fr); }
}
@media (max-width: 640px) {
  .config-intro { padding: 56px 0 42px; }
  .config-intro h1 { font-size: clamp(2.7rem, 13vw, 4rem); }
  .config-progress li { font-size: 0; }
  .config-progress span { font-size: .68rem; }
  #customer-configurator { padding: 28px 19px; border-radius: 5px 28px 5px 28px; }
  .config-step-heading { grid-template-columns: 1fr; gap: 8px; }
  .choice-grid,.service-choice-grid,.choice-grid.compact,.level-choice-grid,.config-fields,.contact-fields { grid-template-columns: 1fr; }
  .level-choice-grid span { grid-template-rows: 165px auto auto; }
  .level-choice-grid img { height: 165px; }
  .measurement-head,.wall-section-head { align-items: flex-start; flex-direction: column; }
  .room-entry { padding: 18px 14px; }
  .room-size-grid,.wall-area-summary { grid-template-columns: 1fr; }
  .wall-work { padding: 16px 12px; }
  .wall-row { grid-template-columns: 62px 1fr 34px; }
  .wall-row label:last-of-type { grid-column: 2; }
  .wall-row .remove-wall { grid-column: 3; grid-row: 1/3; align-self: center; }
  .opening-row { grid-template-columns: repeat(2,1fr) 34px; }
  .opening-row label:first-child { grid-column: 1/-2; }
  .opening-row .remove-opening { grid-column: 3; grid-row: 1/3; align-self: center; }
  .remove-room { justify-self: end; }
  .upload-field { align-items: flex-start; flex-direction: column; }
  .config-navigation { justify-content: space-between; }
  .config-success>div { align-items: stretch; flex-direction: column; }
}

@media(max-width:899px){.jerry-walker{width:150px;height:190px;bottom:calc(65px + env(safe-area-inset-bottom))}.jerry-walker img{height:180px}.jerry-walker span{left:75px;top:4px;font-size:.875rem;padding:8px 10px}}

/* Phone layout: readable content, compact spacing and room for the keyboard. */
@media (max-width: 900px) {
  .container > *, .nav-shell > *, .footer-grid > *, .contact-grid > * { min-width: 0; }
  .mobile-menu { overflow-y: auto; overscroll-behavior: contain; padding-bottom: calc(90px + env(safe-area-inset-bottom)); }
  .nav-open .jerry-assistant, .nav-open .jerry-walker, .nav-open .mobile-conversion-bar { visibility: hidden; }
}
@media (max-width: 640px) {
  html { scroll-padding-top: 88px; -webkit-text-size-adjust: 100%; text-size-adjust: 100%; }
  body { padding-bottom: calc(68px + env(safe-area-inset-bottom)); }
  .nav-shell { gap: 12px; min-height: 74px; justify-content: space-between; }
  .brand-lockup { flex: 1; min-width: 0; }
  .brand, .brand img { width: min(190px, 100%); min-width: 0; }
  .nav-toggle { flex: 0 0 46px; margin-left: auto; border-radius: 12px; }
  .mobile-menu { inset-block-start: 74px; padding-top: 18px; }
  .mobile-menu a, .mobile-menu [data-employee-open] { padding: 14px 0; font-size: 1.125rem; line-height: 1.4; }
  h1, h2, h3 { overflow-wrap: anywhere; }
  h2, .situation-heading h2, .editorial-statement h2, .collection-heading h2, .solution-intro h2 {
    font-size: clamp(1.8rem, 7.8vw, 2.4rem); line-height: 1.12; letter-spacing: -.035em;
  }
  .section, .collection-edition, .case-edition, .faq-section { padding-block: 52px; }
  .mag-cover { padding-top: 12px; }
  .mag-cover-copy, .solution-hero-copy, .exclusive-hero-copy { padding: 30px 22px; }
  .mag-cover-copy h1, .solution-hero-copy h1, .exclusive-hero-copy h1 {
    font-size: clamp(2rem, 8.5vw, 2.75rem); line-height: 1.1; margin-bottom: 20px;
  }
  .mag-cover-copy .eyebrow { font-size: .75rem; margin-bottom: 18px; }
  .mag-cover-copy .hero-lead { font-size: 1rem; line-height: 1.6; margin-bottom: 22px; }
  .cover-actions { gap: 10px; align-items: stretch; }
  .button { max-width: 100%; white-space: normal; text-align: center; overflow-wrap: anywhere; }
  .call-button, .hero-secondary, .primary-proposal { min-height: 48px; font-size: .9375rem; }
  .mag-cover-visual img { height: auto; aspect-ratio: 4 / 3; object-fit: cover; }
  .mag-cover-visual figcaption { min-width: 0; max-width: calc(100% - 28px); padding: 10px 14px; }
  .mag-cover-visual figcaption small { display: none; }
  .audience-line { padding-block: 24px; }
  .audience-line p { font-size: .875rem; line-height: 1.6; }
  .editorial-intro-grid { padding-block: 24px; }
  .service-index { margin-top: 30px; }
  .service-steps article, .service-steps article:not(:first-child) { min-height: 0; padding-bottom: 28px; }
  .service-steps h3 { margin-top: 8px; }
  .service-steps p { max-width: none; font-size: .9375rem; }
  .situation-section { padding-block: 52px; }
  .situation-grid { margin-top: 28px; gap: 14px; }
  .situation-card, .situation-card.featured, .situation-card.supported-card { min-height: 0; padding: 24px; }
  .situation-card p, .level-card p { font-size: .9375rem; }
  .level-card-grid { margin-top: 24px; gap: 22px; }
  .level-card > div { padding: 22px; }
  .home-mid-action, .dwelling-action { gap: 18px; padding: 22px; }
  .case-spread, .contact-grid, .mag-cta-grid, .collection-heading, .solution-intro { gap: 28px; }
  .case-image img, .realtor-image img { height: auto; aspect-ratio: 4 / 3; object-fit: cover; }
  .mag-cta, .page-hero { padding-block: 44px; }
  .footer-grid { grid-template-columns: 1fr; gap: 28px; }
  .footer-grid > div:first-child { grid-column: auto; }
  .footer-bottom { flex-wrap: wrap; gap: 12px; overflow-wrap: anywhere; }
  .footer-links { overflow-wrap: anywhere; }
  input:not([type=checkbox]):not([type=radio]), select, textarea { font-size: 16px !important; min-width: 0; max-width: 100%; }
  .callback-dialog { width: calc(100% - 28px); max-height: calc(100dvh - 28px); overflow-y: auto; padding: 30px 22px; }
  .callback-dialog h2 { padding-right: 22px; font-size: 1.8rem; }
  .mobile-conversion-bar { height: auto; min-height: 60px; padding-bottom: env(safe-area-inset-bottom); }
  .mobile-conversion-bar a { min-height: 60px; font-size: .875rem; text-align: center; line-height: 1.35; }
  .jerry-launcher { display: grid; grid-template-columns: 46px; min-height: 56px; padding: 5px; border-radius: 50%; }
  .jerry-launcher-photo { width: 46px; height: 46px; }
  .jerry-launcher-copy { display: none; }
  .jerry-online-dot { top: 4px; left: 39px; }
  .jerry-panel { bottom: calc(140px + env(safe-area-inset-bottom)); max-height: calc(100dvh - 160px - env(safe-area-inset-bottom)); overflow-y: auto; }
  .jerry-conversation { min-height: 0; max-height: none; padding: 16px; }
  .jerry-message, .jerry-options button, .jerry-actions a { font-size: .9375rem; }
  .jerry-walker { width: 112px; height: 150px; pointer-events: none; }
  .jerry-walker img { height: 142px; }
  .jerry-walker span { display: none; }
  body:has(input:focus, select:focus, textarea:focus) .jerry-assistant,
  body:has(input:focus, select:focus, textarea:focus) .jerry-walker,
  body:has(input:focus, select:focus, textarea:focus) .mobile-conversion-bar { visibility: hidden; }
  .config-fields .wide-field { grid-column: 1 / -1; }
  .config-success { padding: 32px 22px; }
  .config-success h2, .config-step-heading h2 { font-size: clamp(1.8rem, 8vw, 2.4rem); line-height: 1.12; }
}

/* Van Dam-melding voor bezoekers, met een aparte ingang voor medewerkers. */
[data-employee-open] {
  padding: 0;
  border: 0;
  color: inherit;
  background: transparent;
  font: inherit;
  text-align: left;
  cursor: pointer;
}
[data-employee-open]:hover { color: var(--yellow); }
[data-employee-open]:focus-visible { outline: 3px solid var(--yellow); outline-offset: 5px; }
.client-login[data-employee-open] { color: rgba(255,255,255,.72); font-size: .875rem; }
.mobile-menu [data-employee-open] { width: 100%; padding: 16px 0; border-bottom: 1px solid var(--line-light); font-size: 1.5rem; }
.employee-dialog-open { overflow: hidden; }
.employee-dialog {
  width: min(540px, calc(100% - 32px));
  max-height: calc(100dvh - 32px);
  overflow-y: auto;
  margin: auto;
  padding: 48px 32px 28px;
  border: 1px solid var(--line);
  border-top: 5px solid var(--yellow);
  border-radius: 8px 28px 8px 28px;
  color: var(--ink-deep);
  background: var(--white);
  box-shadow: 0 24px 80px rgba(10,30,34,.3);
}
.employee-dialog::backdrop { background: rgba(16,36,43,.72); }
.employee-dialog .eyebrow { font-size: .875rem; margin: 0 30px 16px 0; }
.employee-dialog h2 { margin: 0 0 16px; font-size: clamp(1.65rem, 5vw, 2.1rem); line-height: 1.18; }
.employee-dialog p { font-size: 1rem; line-height: 1.6; }
.employee-dialog .button { margin-top: 22px; min-height: 48px; font-size: 1rem; white-space: normal; line-height: 1.4; text-align: center; }
.employee-dialog .employee-hint { margin: 24px 0 0; color: var(--muted); font-size: .875rem; }
.employee-entry { margin-top: 28px; padding-top: 22px; border-top: 1px solid var(--line); }
.employee-entry .employee-hint { margin-top: 0; }
.employee-entry .button { margin-top: 14px; }
.employee-close {
  position: absolute; top: 8px; right: 8px;
  width: 44px; height: 44px; padding: 0;
  border: 0; border-radius: 50%; color: var(--ink-deep); background: transparent;
  font-size: 1.75rem; cursor: pointer;
}
.employee-close:hover { background: var(--blue-pale); }
.employee-close:focus-visible { outline: 3px solid var(--blue-deep); outline-offset: -3px; }

/* Jerry loopt binnen, zegt iets en loopt weer uit beeld. */
.jerry-visit-announcement {
  position: absolute; width: 1px; height: 1px; padding: 0; margin: -1px;
  overflow: hidden; clip-path: inset(50%); white-space: nowrap; border: 0;
}
.jerry-walker.is-progress {
  --jerry-visit-width: min(420px, calc(100vw - 32px));
  width: var(--jerry-visit-width); height: 230px; bottom: 24px;
  pointer-events: none; cursor: default;
}
.jerry-walker.is-progress.is-visiting {
  pointer-events: none;
  animation: jerry-progress-crossing 13s ease-in-out forwards;
}
.jerry-walker.is-progress img { height: 190px; }
.jerry-walker.is-progress span {
  display: block; top: 0; left: 112px; right: 0; width: auto;
  font-size: 1rem; line-height: 1.45; font-weight: 650; text-align: left;
  white-space: normal; overflow-wrap: anywhere;
  animation: jerry-progress-speech 13s ease-in-out forwards;
}
@keyframes jerry-progress-crossing {
  0% { opacity: 0; transform: translateX(calc(0px - var(--jerry-visit-width) - 30px)); }
  6% { opacity: 1; }
  22%, 78% { opacity: 1; transform: translateX(calc((100vw - var(--jerry-visit-width)) / 2)); }
  94% { opacity: 1; }
  100% { opacity: 0; transform: translateX(calc(100vw + 30px)); }
}
@keyframes jerry-progress-speech {
  0%, 22%, 80%, 100% { opacity: 0; transform: translateY(5px); }
  28%, 74% { opacity: 1; transform: translateY(0); }
}
@media (max-width: 899px) {
  .jerry-walker.is-progress { bottom: calc(78px + env(safe-area-inset-bottom)); }
}
@media (max-width: 640px) {
  .mobile-menu [data-employee-open] { padding: 14px 0; font-size: 1.125rem; line-height: 1.4; }
  .employee-dialog { padding: 48px 22px 24px; }
  .employee-dialog .button { width: 100%; }
  .jerry-walker.is-progress { height: 190px; }
  .jerry-walker.is-progress img { height: 130px; }
  .jerry-walker.is-progress span { left: 76px; padding: 12px; }
}
@media (prefers-reduced-motion: reduce) {
  .jerry-walker.is-progress.is-visiting {
    display: block !important; animation: none; opacity: 1;
    transform: translateX(calc((100vw - var(--jerry-visit-width)) / 2));
  }
  .jerry-walker.is-progress img { animation: none; }
  .jerry-walker.is-progress span { animation: none; opacity: 1; transform: none; }
}
