.hero-grid-calm {
  grid-template-columns: minmax(0, 760px);
}

.hero-grid-calm .hero-copy {
  padding: 28px 0;
}

.hero-grid-calm .lead {
  max-width: 720px;
  color: #eef2ed;
  text-shadow: 0 2px 20px rgba(0, 0, 0, 0.72);
}

.section-heading-simple {
  display: block;
  margin-bottom: 40px;
}

.section-heading-simple h2 {
  max-width: none;
}

.expertise-triad {
  grid-template-columns: repeat(3, minmax(0, 1fr));
  grid-auto-rows: 440px;
}

.expertise-pillar:first-child,
.expertise-pillar:nth-child(2),
.expertise-pillar:nth-child(3) {
  min-height: 440px;
  grid-column: auto;
  grid-row: auto;
}

.expertise-pillar:first-child .expertise-pillar-copy,
.expertise-pillar-copy {
  padding: 30px;
}

.expertise-pillar:first-child h3,
.expertise-pillar:nth-child(n + 2) h3 {
  font-size: clamp(1.45rem, 1.18rem + 0.9vw, 2.1rem);
}

.page-hero-quiet {
  min-height: 0;
  padding-bottom: 80px;
}

.page-hero-quiet .page-hero-grid {
  grid-template-columns: minmax(0, 0.95fr) minmax(320px, 0.7fr);
  align-items: center;
  gap: clamp(48px, 8vw, 100px);
}

.page-hero-quiet .page-hero-grid > :only-child {
  grid-column: 1 / -1;
  max-width: 880px;
}

.page-hero-quiet h1 {
  max-width: 18ch;
}

.page-hero-quiet p {
  max-width: 760px;
}

.page-hero-image {
  height: 390px;
  overflow: hidden;
  border: 1px solid var(--line-dark);
  border-radius: var(--radius-md);
}

.page-hero-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.expertise-accent {
  padding: 34px 0;
  border-bottom: 1px solid var(--line);
  background: var(--paper-deep);
}

.expertise-accent .container {
  display: flex;
  align-items: baseline;
  justify-content: space-between;
  gap: 32px;
}

.expertise-accent h2,
.expertise-accent p {
  margin: 0;
}

.compact-grid .process-card {
  min-height: 250px;
}

.section-white .process-grid {
  border-color: var(--line);
}

.section-white .process-card {
  border-color: var(--line);
}

.section-white .process-card p {
  color: var(--muted);
}

.project-placeholder-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 24px;
}

.project-placeholder {
  overflow: hidden;
  border: 1px solid var(--line);
  border-radius: var(--radius-md);
  background: var(--white);
}

.project-placeholder > div:last-child {
  padding: 28px;
}

.project-placeholder h2 {
  margin-bottom: 10px;
  font-size: var(--step-2);
}

.project-placeholder p {
  margin: 0;
  color: var(--muted);
}

.project-placeholder-media {
  display: grid;
  min-height: 270px;
  place-items: center;
  background: linear-gradient(145deg, #d9d2c8, #b8b5ad);
  color: rgba(20, 22, 19, 0.55);
  font-family: var(--font-display);
  font-size: var(--step--1);
  letter-spacing: 0.1em;
  text-transform: uppercase;
}

.about-profile .profile-note {
  margin-top: 28px;
  padding-top: 20px;
  border-top: 1px solid var(--line-dark);
  color: var(--white);
  font-family: var(--font-display);
  font-weight: 600;
}

/* Reason: the supplied Jeroen portrait is vertical; a bounded frame keeps the profile section balanced. */
.about-profile,
.about-profile .photo {
  min-height: 640px;
}

.about-profile .photo {
  height: 640px;
}

.careers-application {
  display: grid;
  grid-template-columns: minmax(0, 0.72fr) minmax(0, 1.28fr);
  overflow: hidden;
  border: 1px solid var(--line-dark);
  border-radius: var(--radius-md);
  background: var(--ink-soft);
  color: var(--white);
}

.careers-application .vacancy-status {
  min-height: 520px;
}

.direct-contact {
  display: flex;
  flex-wrap: wrap;
  gap: 16px 40px;
  margin-top: 36px;
}

.direct-contact a {
  display: grid;
  gap: 2px;
}

.direct-contact span {
  color: #aebdb6;
  font-size: var(--step--1);
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.direct-contact strong {
  font-family: var(--font-display);
  font-size: var(--step-2);
}

.contact-layout-simple {
  display: block;
  max-width: 880px;
}

@media (max-width: 980px) {
  .expertise-triad,
  .project-placeholder-grid {
    grid-template-columns: 1fr 1fr;
  }

  .expertise-triad {
    grid-auto-rows: 410px;
  }

  .expertise-pillar:first-child,
  .expertise-pillar:nth-child(2),
  .expertise-pillar:nth-child(3) {
    min-height: 410px;
  }

  .expertise-pillar:last-child {
    grid-column: 1 / -1;
  }

  .page-hero-quiet .page-hero-grid,
  .careers-application {
    grid-template-columns: 1fr;
  }

  .page-hero-image {
    height: 360px;
  }

  .about-profile,
  .about-profile .photo {
    min-height: 560px;
  }

  .about-profile .photo {
    height: 560px;
  }
}

@media (max-width: 767px) {
  .hero-grid-calm .hero-copy {
    padding: 0;
  }

  .project-placeholder-grid {
    grid-template-columns: 1fr;
    grid-auto-rows: auto;
  }

  .expertise-triad {
    display: flex;
    flex-direction: column;
    grid-auto-rows: auto;
    gap: 16px;
  }

  .expertise-pillar:first-child,
  .expertise-pillar:nth-child(2),
  .expertise-pillar:nth-child(3) {
    min-height: 390px;
    width: 100%;
    grid-column: 1;
  }

  .page-hero-quiet {
    padding: 128px 0 56px;
  }

  .page-hero-quiet .page-hero-grid {
    gap: 36px;
  }

  .page-hero-image {
    height: 290px;
  }

  .about-profile,
  .about-profile .photo {
    min-height: 430px;
  }

  .about-profile .photo {
    height: 430px;
  }

  .expertise-accent .container {
    display: block;
  }

  .expertise-accent h2 {
    margin-bottom: 6px;
  }

  .process-card,
  .compact-grid .process-card {
    min-height: 0;
  }

  .project-placeholder-media {
    min-height: 220px;
  }

  .careers-application .vacancy-status {
    min-height: 300px;
  }

  .direct-contact {
    display: grid;
    margin-top: 28px;
  }

  .direct-contact strong {
    font-size: var(--step-1);
    overflow-wrap: anywhere;
  }
}
