.home-page {
  background: rgba(249, 248, 245, .56);
  overflow-x: clip;
}

.home-page .desktop-sidebar {
  background: transparent;
}

.home-main {
  min-width: 0;
  overflow: visible;
}

.home-shell {
  max-width: 1120px;
  margin: 0 auto;
  padding-right: 36px;
  padding-left: calc(var(--sidebar-width) + 36px);
}

.home-hero {
  min-height: 0;
  padding: 88px 28px 76px calc(var(--sidebar-width) + 20px);
  display: flex;
  flex-direction: column;
  align-items: center;
  width: 100%;
  max-width: 100%;
  box-sizing: border-box;
  overflow-x: clip;
}

.home-hero__map {
  position: relative;
  width: min(92%, 1480px);
  max-width: 100%;
  aspect-ratio: 2.456 / 1;
  overflow: visible;
}

.home-hero__map > img {
  width: 100%;
  height: 100%;
  object-fit: contain;
  transform: perspective(900px) translate3d(0, 0, 0) rotateX(0deg) rotateY(0deg) scale(1);
  transform-style: preserve-3d;
  transition: transform 500ms ease;
  will-change: transform;
}

.home-hero__map.is-tilting > img {
  transition: transform 80ms linear;
}

@media (prefers-reduced-motion: reduce) {
  .home-hero__map > img {
    transition: none;
  }
}

.home-hero__title-block {
  --hero-gap: clamp(4px, 0.75vw, 10px);
  --hero-cta-offset: clamp(40px, 5.5vw, 68px);
  position: absolute;
  z-index: 3;
  inset: 21% auto auto 16%;
  width: max-content;
  max-width: calc(100% - 32px);
}

.home-hero__head {
  display: flex;
  align-items: flex-end;
  gap: var(--hero-gap);
}

.home-hero__aside {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 6px;
}

.home-hero h1 {
  margin: 0;
  width: max-content;
  color: var(--coral);
  font-family: Arial Black, Arial, Helvetica, sans-serif;
  font-size: clamp(3rem, 5.4vw, 6.2rem);
  font-weight: 900;
  line-height: .78;
  text-align: right;
  text-transform: uppercase;
}

.home-hero h1 span { display: block; }

.home-hero__logo {
  width: 112px;
  height: 112px;
  object-fit: contain;
}

.home-hero__date {
  align-self: start;
  display: grid;
  justify-items: start;
  gap: 4px;
  margin: 0;
  padding: 0;
  color: var(--sand);
  background: transparent;
  font-family: var(--heading-font);
  font-size: clamp(1.35rem, 2.5vw, 2.2rem);
  font-weight: 700;
  line-height: .95;
  text-transform: lowercase;
}

.home-hero__date:empty { display: none; }

.home-hero__date span,
.home-hero__date strong {
  display: block;
  width: max-content;
  max-width: none;
  margin: 0;
  padding: 5px 10px 6px;
  color: var(--sand);
  background: var(--coral);
  font-weight: 700;
  white-space: nowrap;
}

.home-hero__date span:empty,
.home-hero__date strong:empty { display: none; }

.outline-button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 36px;
  padding: 8px 14px;
  border: 1px solid var(--coral);
  color: var(--coral);
  background: transparent;
  font-size: 10px;
  font-weight: 700;
  line-height: 1.05;
  text-align: center;
  text-decoration: none;
  text-transform: uppercase;
  transition: color var(--transition), background var(--transition);
}

.outline-button:hover,
.outline-button:focus-visible {
  color: var(--cream);
  background: var(--coral);
}

.home-hero__cta {
  position: absolute;
  top: var(--hero-cta-top, calc(100% + var(--hero-cta-offset)));
  left: var(--hero-cta-left, 50%);
  transform: translateX(-50%);
  width: min(264px, 28vw);
  margin: 0;
  color: var(--cream);
  background: var(--coral);
  font-size: 10px;
  line-height: 1.25;
  text-align: center;
  white-space: normal;
}

.home-hero__cta:hover,
.home-hero__cta:focus-visible {
  color: var(--coral);
  background: var(--cream);
}

/* Intro: standaard naast elkaar vanaf tablet/laptop */
.home-intro {
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  align-items: center;
  gap: 32px;
  max-width: none;
  width: 100%;
  margin: 0;
  padding: 74px 48px 94px calc(var(--sidebar-width) + 120px);
  overflow: visible;
  box-sizing: border-box;
}

.home-intro__image {
  position: relative;
  z-index: 2;
  flex: 0 1 62%;
  width: 62%;
  max-width: 720px;
  margin: 0;
  overflow: visible;
}

.home-intro__photo {
  display: block;
  width: 100%;
  height: auto;
  min-height: 0;
  max-height: 420px;
  aspect-ratio: 16 / 10;
  object-fit: cover;
}

.home-intro__copy {
  flex: 1 1 42%;
  min-width: 260px;
  max-width: none;
  margin: 0;
}

.home-intro__houses {
  position: absolute !important;
  left: 0 !important;
  bottom: 0 !important;
  z-index: 6 !important;
  display: block !important;
  width: 220px !important;
  max-width: 48% !important;
  height: auto !important;
  margin: 0 !important;
  opacity: 1 !important;
  visibility: visible !important;
  pointer-events: none;
  object-fit: contain;
  transform: translate(-6%, 48%);
}

.home-intro__copy h2,
.home-about__copy h2,
.home-audience__intro h2,
.home-expect__intro h2,
.home-stories__copy h2,
.home-newsletter__copy h2 {
  margin: 0 0 12px;
  color: var(--coral);
  font-family: var(--heading-font);
  font-size: clamp(2rem, 3.2vw, 2.8rem);
  line-height: 1.02;
}

.home-intro__copy h3,
.home-about__copy h3,
.home-audience__intro h3,
.home-expect__intro h3,
.home-stories__copy h3,
.home-newsletter__copy h3 {
  margin: 0 0 22px;
  color: var(--charcoal);
  font-size: 16px;
  line-height: 1.08;
  text-transform: uppercase;
}

.home-intro__copy p,
.home-about__copy p,
.home-audience__intro p,
.home-expect__intro p,
.home-expect__intro-body p,
.home-stories__copy p {
  margin: 0 0 14px;
  font-size: 11px;
  line-height: 1.35;
}

.home-intro__copy p.home-intro__highlight {
  max-width: 17.5em;
  margin: 8px 0 14px;
  color: var(--coral);
  font-family: var(--heading-font);
  font-size: clamp(1.2rem, 1.9vw, 1.6rem);
  font-weight: 700;
  line-height: 1.12;
  text-wrap: balance;
}

.home-expect__intro-body p:last-child,
.home-expect__note p:last-child {
  margin-bottom: 0;
}

.home-expect__intro-body strong,
.home-expect__intro-body b,
.home-expect__note strong,
.home-expect__note b {
  font-weight: 700;
}

.home-intro__copy .outline-button { margin-top: 0; }
.home-about__copy .outline-button { margin-top: 10px; }

.houses-line {
  position: absolute;
  z-index: 3;
  display: block;
  width: min(280px, 55%);
  max-width: 320px;
  height: auto;
  pointer-events: none;
  object-fit: contain;
}

.houses-line--left {
  left: 12px;
  bottom: -22px;
}

.houses-line--right {
  right: 12px;
  bottom: -22px;
}

.houses-line--coral {
  left: 12px;
  bottom: -22px;
  width: min(300px, 60%);
}

.home-stats {
  max-width: 1400px;
  padding-top: 26px;
  padding-bottom: 90px;
}

.home-section-heading--center { text-align: center; }
.home-section-heading h2 {
  margin: 0;
  color: var(--coral);
  font-family: var(--heading-font);
  font-size: 2.6rem;
  line-height: 1;
}
.home-section-heading p {
  margin: 8px 0 34px;
  font-weight: 700;
  text-transform: uppercase;
}

.home-stats__grid {
  display: grid;
  grid-template-columns: repeat(5, 1fr);
}

.home-stats__grid article {
  min-height: 124px;
  padding: 15px 20px;
  border-left: 1px solid rgba(240, 101, 79, .45);
  color: var(--coral);
  text-align: center;
}
.home-stats__grid article:first-child { border-left: 0; }
.home-stats__grid strong {
  display: block;
  margin-bottom: 12px;
  font-family: Arial Black, Arial, sans-serif;
  font-size: 2.5rem;
  line-height: 1;
}
.home-stats__grid span {
  display: block;
  font-size: 15px;
  line-height: 1.1;
  text-transform: lowercase;
}

.home-about { max-width: 1400px; padding-top: 14px; padding-bottom: 112px; }
.home-about__panel {
  display: grid;
  grid-template-columns: minmax(280px, .85fr) minmax(0, 1.55fr);
  align-items: center;
  gap: 48px;
  padding: 52px;
  overflow: visible;
  background: var(--cream-map);
}
.home-about__image { position: relative; margin: 0; overflow: visible; }
.home-about__image img { width: 100%; aspect-ratio: 1.45 / 1; object-fit: cover; }
.home-about__image figcaption {
  position: absolute;
  right: -18px;
  bottom: -14px;
  z-index: 2;
  width: 190px;
  padding: 12px 18px;
  color: var(--sand);
  background: var(--coral);
  text-align: right;
}
.home-about__image figcaption strong,
.home-about__image figcaption span { display: block; }
.home-about__image figcaption strong { font-size: 15px; line-height: 1.05; }
.home-about__image figcaption span { margin-top: 4px; font-size: 12px; }

.home-newsletter {
  margin: 0 0 120px;
  overflow: clip;
}

/* Gedeeld zigzag-patroon (newsletter) */
.home-newsletter__edge--top {
  margin-bottom: -4px;
  transform: translateY(-1px);
}

.home-newsletter__edge--bottom {
  margin-top: -4px;
  transform: translateY(1px);
}

.home-newsletter__body {
  background: var(--coral);
  color: var(--cream);
}
.home-newsletter__inner {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 60px;
  max-width: 760px;
  margin: 0 auto;
  padding: 28px 24px 34px calc(var(--sidebar-width) / 2);
}
.home-newsletter__copy h2 { color: var(--sand); }
.home-newsletter__copy h3 { color: var(--cream); margin-bottom: 12px; }
.home-newsletter__copy p { margin: 0; font-size: 11px; line-height: 1.35; }
.home-newsletter__form {
  display: grid;
  grid-template-columns: 1fr auto;
  align-content: center;
  gap: 12px;
  padding-left: 52px;
  border-left: 1px solid rgba(249, 248, 245, .65);
}
.home-newsletter__form p { grid-column: 1 / -1; margin: 0; font-size: 12px; font-weight: 700; text-transform: uppercase; }
.home-newsletter__form input {
  min-width: 0;
  height: 36px;
  padding: 0 12px;
  border: 1px solid var(--cream);
  color: var(--cream);
  background: transparent;
  font-size: 11px;
}
.home-newsletter__form input::placeholder { color: var(--cream); opacity: .85; text-transform: uppercase; }
.home-newsletter__form button {
  height: 36px;
  padding: 0 15px;
  border: 1px solid var(--cream);
  color: var(--coral);
  background: var(--cream);
  font-size: 10px;
  font-weight: 700;
  text-transform: uppercase;
  cursor: pointer;
  transition: color var(--transition), background var(--transition);
}
.home-newsletter__form button:hover,
.home-newsletter__form button:focus-visible {
  color: var(--cream);
  background: var(--coral);
}
.home-newsletter__feedback { grid-column: 1 / -1; min-height: 1em; font-size: 10px; }
.home-newsletter__honeypot {
  position: absolute;
  left: -5000px;
  width: 1px;
  height: 1px;
  overflow: hidden;
}
.home-newsletter__form button:disabled {
  opacity: .65;
  cursor: wait;
}
.home-newsletter__social {
  grid-column: 1 / -1;
  display: flex;
  flex-wrap: wrap;
  gap: 14px;
  margin: 4px 0 0;
  padding: 0;
  list-style: none;
}
.home-newsletter__social a {
  display: grid;
  place-items: center;
  width: 28px;
  height: 28px;
  color: var(--cream);
  transition: color var(--transition), opacity var(--transition);
}
.home-newsletter__social a:hover,
.home-newsletter__social a:focus-visible {
  color: var(--sand);
}
.home-newsletter__social svg {
  display: block;
  width: 22px;
  height: 22px;
}

.home-audience {
  display: grid;
  grid-template-columns: minmax(260px, .9fr) minmax(0, 1.9fr);
  gap: 70px;
  padding-top: 20px;
  padding-bottom: 126px;
}
.home-audience__grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
}
.home-audience__grid article {
  min-height: 130px;
  padding: 22px 30px;
  border-left: 1px solid rgba(240, 101, 79, .45);
  border-bottom: 1px solid rgba(240, 101, 79, .45);
}
.home-audience__grid article:nth-child(2n+1) { border-left: 0; }
.home-audience__grid article:nth-child(n+3) { border-bottom: 0; }
.home-audience__grid h3 {
  margin: 0 0 10px;
  color: var(--coral);
  font-size: 11px;
  text-transform: uppercase;
}
.home-audience__grid p { margin: 0; font-size: 11px; line-height: 1.35; }
.home-audience blockquote {
  grid-column: 1 / -1;
  max-width: 650px;
  margin: 48px auto 0;
  color: var(--coral);
  font-family: var(--heading-font);
  font-size: clamp(1.55rem, 2.4vw, 2.2rem);
  line-height: 1.2;
  text-align: center;
}
.home-audience__intro-cta { margin-top: 22px; }
.home-audience__cta { grid-column: 1 / -1; justify-self: center; margin-top: -28px; }

.home-expect {
  max-width: 1400px;
  padding-top: 70px;
  padding-bottom: 126px;
  overflow: visible;
}

.home-expect__stage {
  position: relative;
  display: grid;
  grid-template-columns: minmax(260px, 0.9fr) minmax(300px, 1.1fr);
  grid-template-rows: auto auto auto;
  column-gap: 28px;
  align-items: start;
}

.home-expect__intro {
  grid-column: 1;
  grid-row: 1;
  position: relative;
  z-index: 2;
  max-width: 380px;
  padding-right: 24px;
  padding-bottom: 28px;
}

.home-expect__visual {
  grid-column: 2;
  grid-row: 1 / span 3;
  position: relative;
  z-index: 1;
  margin: 0;
  min-width: 300px;
  min-height: 640px;
  overflow: visible;
  background: #cfc7bb url("../images/home-recht.png") center top / cover no-repeat;
}

.home-expect__photo {
  display: block;
  width: 100%;
  height: 100%;
  min-height: 640px;
  max-width: none;
  object-fit: cover;
  object-position: 50% 50%;
}

.home-expect__caption {
  position: absolute;
  left: -18px;
  bottom: -14px;
  z-index: 3;
  width: 190px;
  max-width: min(190px, 55%);
  padding: 12px 18px;
  color: var(--sand);
  background: var(--coral);
  text-align: left;
}

.home-expect__caption strong,
.home-expect__caption span { display: block; }

.home-expect__caption strong {
  font-size: 15px;
  line-height: 1.05;
  font-weight: 700;
}

.home-expect__caption span {
  margin-top: 4px;
  font-size: 12px;
  line-height: 1.3;
  font-weight: 400;
}

.home-expect__houses {
  position: absolute;
  right: -2%;
  bottom: -3%;
  z-index: 4;
  width: min(220px, 42%);
  height: auto;
  pointer-events: none;
}

.home-expect__cards {
  grid-column: 1 / -1;
  grid-row: 2;
  position: relative;
  z-index: 5;
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  align-items: stretch;
  gap: 28px;
  width: min(100%, 1100px);
  margin: 8px 0 12px;
  padding: 0;
  background: none;
  background-color: transparent;
}

.home-expect__cards article {
  display: flex;
  flex-direction: column;
  flex: 1 1 0;
  min-width: 0;
  aspect-ratio: 1 / 1;
  min-height: 260px;
  padding: 26px 22px 28px;
  color: var(--cream);
  background-color: var(--coral);
  background-image: none;
  box-sizing: border-box;
}

.home-expect__icon {
  display: block;
  flex: 0 0 auto;
  margin: 0 0 20px;
  color: var(--cream);
  font-family: "Material Symbols Outlined", sans-serif;
  font-size: 40px;
  line-height: 1;
  font-variation-settings: "FILL" 0, "wght" 400, "GRAD" 0, "opsz" 40;
}

.home-expect__cards h3 {
  margin: 0 0 14px;
  color: var(--cream);
  font-family: var(--body-font);
  font-size: 17px;
  line-height: 1.1;
  font-weight: 800;
  text-transform: uppercase;
}

.home-expect__cards p {
  margin: 0;
  color: var(--cream);
  font-size: 14px;
  line-height: 1.4;
}

.home-expect__actions {
  grid-column: 1;
  grid-row: 3;
  position: relative;
  z-index: 2;
  display: grid;
  gap: 18px;
  justify-items: start;
  align-content: start;
  max-width: 380px;
  padding-right: 24px;
  padding-top: 20px;
}

.home-expect__note {
  margin: 0;
  max-width: none;
  font-size: 15px;
  line-height: 1.45;
  color: var(--charcoal);
}

.home-expect__note p {
  margin: 0 0 12px;
  font-size: inherit;
  line-height: inherit;
  color: inherit;
}

.home-stories {
  max-width: 1400px;
  padding-top: 28px;
  padding-bottom: 128px;
  overflow: visible;
}

.home-stories__layout {
  position: relative;
  display: grid;
  grid-template-columns: minmax(260px, 0.85fr) minmax(0, 1.55fr);
  gap: 48px 56px;
  align-items: start;
  padding: 52px;
  background: var(--cream-map);
}

.home-stories__copy {
  position: relative;
  z-index: 2;
  max-width: 380px;
  padding-top: 8px;
}

.home-stories__mosaic {
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: repeat(3, 112px);
  gap: 10px;
  min-height: 0;
  align-self: start;
}

.story-card {
  position: relative;
  display: block;
  overflow: hidden;
  height: 112px;
  min-height: 0;
  color: inherit;
  text-decoration: none;
}

.story-card img {
  display: block;
  width: 100%;
  height: 100%;
  min-width: 0;
  min-height: 0;
  object-fit: cover;
}

.story-card > span {
  position: relative;
  z-index: 1;
  display: grid;
  align-content: end;
  justify-items: end;
  gap: 4px;
  min-width: 0;
  padding: 8px 12px;
  color: var(--sand);
  background: var(--coral);
  font-size: 12px;
  font-weight: 700;
  line-height: 1.05;
  text-align: right;
  text-transform: uppercase;
  transition: color 180ms ease, background-color 180ms ease, inset 180ms ease;
}

.story-card__icon {
  font-family: "Material Symbols Outlined", sans-serif;
  font-size: 18px;
  font-weight: 400;
  line-height: 1;
  color: inherit;
  font-variation-settings: "FILL" 0, "wght" 400, "GRAD" 0, "opsz" 24;
}

.story-card--resident {
  display: grid;
  grid-template-columns: minmax(0, 1fr) 160px;
  grid-column: 1 / -1;
  grid-row: 1;
}

.story-card--resident img,
.story-card--project img,
.story-card--behind img {
  grid-column: 1;
  grid-row: 1;
}

.story-card--resident > span,
.story-card--project > span,
.story-card--behind > span {
  grid-column: 2;
  grid-row: 1;
}

.story-card--project {
  display: grid;
  grid-template-columns: minmax(0, 1fr) 160px;
  grid-column: 1 / -1;
  grid-row: 2;
  background: transparent;
}

.story-card--behind {
  display: grid;
  grid-template-columns: minmax(0, 1fr) 160px;
  grid-column: 1 / -1;
  grid-row: 3;
}

/* Gele hover over heel de rij (foto + label) */
.story-card:hover > span,
.story-card:focus-within > span {
  position: absolute;
  inset: 0;
  z-index: 3;
  grid-column: 1 / -1;
  grid-row: 1;
  width: auto;
  height: auto;
  color: var(--coral);
  background: var(--sand);
}

.home-stories__houses {
  position: absolute;
  left: 0;
  bottom: 0;
  z-index: 3;
  display: block;
  width: min(220px, 30%);
  height: 72px;
  background-color: var(--coral);
  -webkit-mask: url("../images/huisjes.png?v=6") left bottom / contain no-repeat;
  mask: url("../images/huisjes.png?v=6") left bottom / contain no-repeat;
  transform: translate(-18%, 48%);
  pointer-events: none;
}
.home-anchor-section { height: 0; overflow: hidden; }

.home-footer {
  padding-left: calc(var(--sidebar-width) + 48px);
}

@media (min-width: 1600px) {
  .home-hero {
    padding: 72px 24px 80px calc(var(--sidebar-width) + 12px);
  }
  .home-hero__map {
    width: min(90%, 1600px);
  }
  .home-hero__logo {
    width: 128px;
    height: 128px;
  }
}

@media (max-width: 1040px) {
  .home-hero__title-block { inset: 18% auto auto 12%; transform: scale(.88); transform-origin: left top; }
  .home-intro {
    gap: 24px;
  }
  .home-intro__image {
    flex-basis: 58%;
    width: 58%;
    max-width: 640px;
  }
  .home-intro__copy {
    min-width: 240px;
    max-width: none;
  }
  .home-about__panel { padding: 40px; gap: 34px; }
  .home-stories__layout { padding: 40px; gap: 34px; }
  .home-expect__cards {
    flex-wrap: wrap;
    width: 100%;
  }
  .home-expect__cards article {
    flex: 1 1 calc(50% - 14px);
    min-height: 200px;
  }
}

@media (max-width: 800px) {
  .home-page .mobile-header { display: flex; }
  .home-page .desktop-sidebar { display: none; }
  .home-shell { padding-right: 28px; padding-left: 28px; }
  .home-intro {
    padding: 52px 18px 82px;
    gap: 20px;
  }
  .home-intro__image {
    flex: 0 1 50%;
    width: 50%;
    max-width: none;
  }
  .home-intro__copy {
    flex: 1 1 45%;
    min-width: 180px;
    max-width: none;
  }
  .home-intro__photo {
    max-height: 280px;
  }
  .home-hero {
    min-height: 0;
    padding: 84px 16px 36px;
    gap: 0;
  }
  .home-hero__map {
    width: 100%;
    aspect-ratio: unset;
    min-height: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 8px 4px 4px;
  }
  .home-hero__map > img {
    position: absolute;
    inset: 0;
    width: 100%;
    height: 100%;
    object-fit: contain;
    object-position: center;
    pointer-events: none;
  }
  .home-hero__title-block {
    position: relative;
    inset: auto;
    left: auto;
    top: auto;
    z-index: 3;
    width: max-content;
    max-width: 100%;
    margin: 0 auto;
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 20px;
  }
  .home-hero__head {
    gap: 8px;
  }
  .home-hero h1 {
    font-size: clamp(2.35rem, 11vw, 3.4rem);
    line-height: .82;
  }
  .home-hero__logo {
    width: 72px;
    height: 72px;
  }
  .home-hero__date {
    font-size: clamp(1.05rem, 4.2vw, 1.45rem);
  }
  .home-hero__date span,
  .home-hero__date strong {
    padding: 4px 8px 5px;
  }
  .home-hero__cta {
    position: static;
    top: auto;
    left: auto;
    transform: none;
    width: min(280px, 92vw);
    margin: 0;
    min-height: 44px;
    padding: 12px 16px;
    font-size: 11px;
    line-height: 1.3;
    white-space: normal;
  }
  .home-about__panel,
  .home-audience,
  .home-stories__layout { grid-template-columns: 1fr; }
  .home-expect__stage {
    grid-template-columns: 1fr;
    grid-template-rows: auto;
  }
  .home-expect__intro,
  .home-expect__visual,
  .home-expect__cards,
  .home-expect__actions {
    grid-column: 1;
    grid-row: auto;
  }
  .home-expect__intro { order: 1; max-width: none; }
  .home-expect__visual {
    order: 2;
    min-height: 420px;
  }
  .home-expect__photo { min-height: 420px; }
  .home-expect__cards {
    order: 3;
    width: 100%;
    padding-top: 52px;
    margin-top: 8px;
  }
  .home-expect__actions {
    order: 4;
    max-width: none;
  }
  .home-expect__caption { bottom: -10px; left: -12px; }
  .home-stats__grid { grid-template-columns: repeat(2, 1fr); }
  .home-stats__grid article { border-left: 1px solid rgba(240,101,79,.45); border-bottom: 1px solid rgba(240,101,79,.45); }
  .home-stats__grid article:nth-child(odd) { border-left: 0; }
  .home-stats__grid article:last-child { grid-column: 1 / -1; border-left: 0; border-bottom: 0; }
  .home-newsletter__inner { grid-template-columns: 1fr; padding: 28px; }
  .home-newsletter__form { padding: 28px 0 0; border-top: 1px solid rgba(249,248,245,.65); border-left: 0; }
  .home-audience__grid { grid-template-columns: 1fr; }
  .home-audience__grid article { border-left: 0; border-bottom: 1px solid rgba(240,101,79,.45); }
  .home-audience__grid article:nth-child(n+3) { border-bottom: 1px solid rgba(240,101,79,.45); }
  .home-audience__grid article:last-child { border-bottom: 0; }
  .home-audience__cta { margin-top: -20px; }
  .home-stories__mosaic { min-width: 0; }
  .home-footer { padding-left: 28px; }
}

@media (max-width: 640px) {
  .home-intro {
    flex-direction: column;
    align-items: stretch;
  }
  .home-intro__copy {
    order: 1;
    min-width: 0;
    max-width: none;
    width: 100%;
  }
  .home-intro__image {
    order: 2;
    flex: none;
    width: 100%;
    max-width: none;
  }
  .home-intro__photo {
    max-height: none;
  }
}

@media (max-width: 560px) {
  .home-hero {
    min-height: 0;
    padding: 72px 12px 28px;
  }
  .home-hero__map {
    padding: 4px 0;
  }
  .home-hero__head {
    gap: 6px;
  }
  .home-hero h1 {
    font-size: clamp(2.1rem, 12.5vw, 2.75rem);
    line-height: .84;
  }
  .home-hero__logo {
    width: 56px;
    height: 56px;
  }
  .home-hero__date {
    margin-top: 0;
    font-size: clamp(.95rem, 4.5vw, 1.15rem);
  }
  .home-hero__cta {
    width: min(260px, 90vw);
  }
  .home-intro, .home-stats, .home-about, .home-audience, .home-expect, .home-stories { padding-bottom: 82px; }
  .home-intro__copy h2, .home-about__copy h2, .home-audience__intro h2, .home-expect__intro h2, .home-stories__copy h2, .home-newsletter__copy h2 { font-size: 2.15rem; }
  .home-about__panel { padding: 30px 22px; }
  .home-stories__layout { padding: 30px 22px; gap: 28px; }
  .home-stories__copy { max-width: none; }
  .home-stories__houses { left: 0; width: min(160px, 42%); height: 56px; transform: translate(-10%, 48%); }
  .home-stories__mosaic { grid-template-columns: 1fr; grid-template-rows: repeat(3, 112px); min-height: 0; }
  .story-card--resident,
  .story-card--project,
  .story-card--behind {
    display: grid;
    grid-template-columns: 1fr;
    grid-template-rows: 1fr auto;
    grid-column: 1;
    height: 112px;
    min-height: 0;
  }
  .story-card--resident { grid-row: 1; }
  .story-card--project { grid-row: 2; }
  .story-card--behind { grid-row: 3; }
  .story-card--resident img,
  .story-card--project img,
  .story-card--behind img {
    grid-column: 1;
    grid-row: 1;
  }
  .story-card--resident > span,
  .story-card--project > span,
  .story-card--behind > span {
    grid-column: 1;
    grid-row: 2;
  }
  .story-card > span { min-height: 40px; place-items: center end; }
  .story-card--project > span { font-size: 12px; }
  .home-stats__grid { grid-template-columns: 1fr; }
  .home-stats__grid article, .home-stats__grid article:nth-child(odd), .home-stats__grid article:last-child { grid-column: auto; border-left: 0; border-bottom: 1px solid rgba(240,101,79,.45); }
  .home-stats__grid article:last-child { border-bottom: 0; }
  .home-newsletter { margin-bottom: 70px; }
  .home-newsletter__form { grid-template-columns: 1fr; }
  .home-newsletter__form p, .home-newsletter__feedback, .home-newsletter__social { grid-column: 1; }
  .home-expect__cards { flex-direction: column; padding-top: 56px; }
  .home-expect__cards article { min-height: 205px; flex: none; width: 100%; }
  .home-expect__houses { width: min(160px, 48%); bottom: -2%; }
}

/* Leesbaarheid homepage. De secties mogen iets hoger worden, maar behouden hun raster en ritme. */
.outline-button {
  min-height: 40px;
  padding: 9px 15px;
  font-size: 12px;
  line-height: 1.2;
}

.home-intro__copy h3,
.home-about__copy h3,
.home-audience__intro h3,
.home-expect__intro h3,
.home-stories__copy h3,
.home-newsletter__copy h3 {
  font-size: 17px;
  line-height: 1.15;
}

.home-intro__copy p,
.home-about__copy p,
.home-audience__intro p,
.home-expect__intro p,
.home-expect__intro-body p,
.home-stories__copy p {
  margin-bottom: 16px;
  font-size: 15px;
  line-height: 1.5;
}

.home-intro__copy p.home-intro__highlight {
  margin-bottom: 14px;
  font-size: clamp(1.2rem, 1.9vw, 1.6rem);
  line-height: 1.12;
}

.home-about__image figcaption span {
  font-size: 13px;
  line-height: 1.3;
}

.home-expect__caption span {
  font-size: 12px;
  line-height: 1.3;
}

.home-newsletter__inner {
  max-width: 850px;
}

.home-newsletter__copy p {
  font-size: 14px;
  line-height: 1.5;
}

.home-newsletter__form p {
  font-size: 13px;
  line-height: 1.35;
}

.home-newsletter__form input {
  height: 40px;
  font-size: 13px;
}

.home-newsletter__form button {
  height: 40px;
  font-size: 12px;
}

.home-newsletter__feedback {
  font-size: 12px;
}

.home-audience__grid article {
  min-height: 158px;
}

.home-audience__grid h3 {
  font-size: 13px;
  line-height: 1.25;
}

.home-audience__grid p {
  font-size: 14px;
  line-height: 1.5;
}

.home-expect__cards article {
  min-height: 280px;
}

.home-expect__cards h3 {
  margin-top: 0;
  font-size: 17px;
  line-height: 1.1;
}

.home-expect__cards p {
  font-size: 14px;
  line-height: 1.45;
}

.home-expect__note {
  font-size: 14px;
  line-height: 1.5;
}

.story-card > span {
  font-size: 12px;
  line-height: 1.1;
}

@media (max-width: 1040px) {
  .home-expect__cards article {
    min-height: 230px;
  }
}

@media (max-width: 560px) {
  .home-intro__copy p,
  .home-about__copy p,
  .home-audience__intro p,
  .home-expect__intro p,
  .home-stories__copy p {
    font-size: 15px;
  }

  .home-intro__copy p.home-intro__highlight {
    font-size: clamp(1.15rem, 4.5vw, 1.4rem);
  }

  .home-expect__cards article {
    min-height: 220px;
  }
}
