.home-page {
  background: rgba(249, 240, 223, .56);
}

.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: 720px;
  padding: 110px 38px 70px calc(var(--sidebar-width) + 38px);
  display: grid;
  place-items: center;
}

.home-hero__map {
  position: relative;
  width: min(100%, 1120px);
  aspect-ratio: 2.456 / 1;
}

.home-hero__map > img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}

.home-hero__title-block {
  position: absolute;
  inset: 21% auto auto 16%;
  display: grid;
  grid-template-columns: minmax(280px, 410px) auto;
  grid-template-areas:
    "title logo"
    "title date";
  align-items: end;
  column-gap: 18px;
  row-gap: 8px;
}

.home-hero h1 {
  grid-area: title;
  margin: 0;
  color: var(--coral);
  font-family: Arial Black, Arial, Helvetica, sans-serif;
  font-size: clamp(3rem, 6vw, 5.15rem);
  font-weight: 900;
  line-height: .78;
  text-align: right;
  text-transform: uppercase;
}

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

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

.home-hero__date {
  grid-area: 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;
  left: 50%;
  bottom: 8%;
  width: 264px;
  transform: translateX(-50%);
  color: var(--cream);
  background: var(--coral);
}

/* 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__image::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  z-index: 5;
  width: 220px;
  height: 72px;
  background: url("../images/huisjes.png?v=3") no-repeat left bottom / contain;
  transform: translate(-6%, 48%);
  pointer-events: none;
}

.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-stories__copy p {
  margin: 0 0 14px;
  font-size: 11px;
  line-height: 1.35;
}

.home-intro__copy .outline-button,
.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;
  background: var(--cream);
}
.home-about__image { position: relative; margin: 0; }
.home-about__image img { width: 100%; aspect-ratio: 1.45 / 1; object-fit: cover; }
.home-about__image figcaption {
  position: absolute;
  right: 0;
  bottom: 0;
  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: 10px 0 120px; }
.home-newsletter__zigzag {
  height: 72px;
  background-color: #fcf7ed;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='84' height='42' viewBox='0 0 84 42' preserveAspectRatio='none'%3E%3Cpath fill='%23f0654f' d='M0 42h84V21L63 0 42 21 21 0 0 21z'/%3E%3C/svg%3E");
  background-repeat: repeat-x;
  background-position: left bottom;
  background-size: 168px 72px;
}
.home-newsletter__zigzag--top { margin-bottom: -1px; }
.home-newsletter__zigzag--bottom { margin-top: -1px; transform: rotate(180deg); }
.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, 240, 223, .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;
}
.home-newsletter__feedback { grid-column: 1 / -1; min-height: 1em; font-size: 10px; }

.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__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;
  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: center top;
}

.home-expect__caption {
  position: absolute;
  left: 0;
  bottom: 0;
  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-stories {
  max-width: 1400px;
  padding-top: 28px;
  padding-bottom: 128px;
}

.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;
  padding-bottom: 64px;
  background: var(--cream);
  overflow: visible;
}

.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;
  overflow: hidden;
  height: 112px;
  min-height: 0;
}

.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;
}

.story-card__icon {
  font-family: "Material Symbols Outlined", sans-serif;
  font-size: 18px;
  font-weight: 400;
  line-height: 1;
  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--behind img {
  grid-column: 1;
  grid-row: 1;
}

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

.story-card--project {
  display: grid;
  grid-template-columns: 1fr;
  grid-column: 1 / -1;
  grid-row: 2;
  background: var(--sand);
}

.story-card--project > span {
  color: var(--coral);
  background: transparent;
  font-size: 13px;
  place-content: end;
}

.story-card--project .story-card__icon {
  color: var(--coral);
}

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

.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=3") left bottom / contain no-repeat;
  mask: url("../images/huisjes.png?v=3") left bottom / contain no-repeat;
  transform: translate(-18%, 48%);
  pointer-events: none;
}
.home-anchor-section { height: 0; overflow: hidden; }
.home-footer-zigzag {
  height: 72px;
  margin-top: -71px;
  margin-bottom: -2px;
  background-color: #fcf7ed;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='84' height='42' viewBox='0 0 84 42' preserveAspectRatio='none'%3E%3Cpath fill='%23f0654f' d='M0 42h84V21L63 0 42 21 21 0 0 21z'/%3E%3C/svg%3E");
  background-repeat: repeat-x;
  background-position: left bottom;
  background-size: 168px 72px;
}
.home-footer { padding-left: calc(var(--sidebar-width) + 48px); }

@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: 610px; padding: 96px 18px 55px; }
  .home-hero__map { width: 100%; aspect-ratio: 1.35 / 1; }
  .home-hero__map > img { object-fit: fill; }
  .home-hero__title-block {
    inset: 16% auto auto 50%;
    grid-template-columns: minmax(220px, 330px) auto;
    transform: translateX(-50%);
    transform-origin: center;
  }
  .home-hero h1 { font-size: clamp(2.75rem, 9.8vw, 4.8rem); }
  .home-hero__logo { width: 84px; height: 84px; }
  .home-hero__date { font-size: clamp(1.15rem, 4vw, 1.8rem); }
  .home-hero__cta { bottom: 4%; }
  .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%;
  }
  .home-expect__actions {
    order: 4;
    max-width: none;
  }
  .home-expect__caption { bottom: 0; left: 0; }
  .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,240,223,.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: 520px; padding-top: 84px; }
  .home-hero__map { aspect-ratio: 1 / 1; }
  .home-hero__title-block {
    top: 21%;
    grid-template-columns: 205px auto;
    column-gap: 10px;
  }
  .home-hero h1 { font-size: 2.75rem; }
  .home-hero__logo { width: 62px; height: 62px; }
  .home-hero__date { margin-top: 0; font-size: 1rem; }
  .home-hero__cta { width: min(250px, 84vw); }
  .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--behind img {
    grid-column: 1;
    grid-row: 1;
  }
  .story-card--resident > 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: 15px; }
  .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 { grid-column: 1; }
  .home-expect__cards { flex-direction: column; }
  .home-expect__cards article { min-height: 205px; flex: none; width: 100%; }
  .home-expect__houses { width: min(160px, 48%); bottom: -2%; }
  .home-footer-zigzag { height: 42px; margin-top: -41px; background-size: 84px 42px; }
}

/* 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-stories__copy p {
  margin-bottom: 16px;
  font-size: 15px;
  line-height: 1.5;
}

.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-expect__cards article {
    min-height: 220px;
  }
}
