/* Feedbackronde 23 augustus: gerichte pagina-uitbreidingen zonder de globale stijl te wijzigen. */

.decision-grid-four {
  grid-template-columns: repeat(4, minmax(0, 1fr));
}

.decision-grid-four .decision-card {
  min-height: 320px;
  overflow-wrap: normal;
  word-break: normal;
}

.decision-grid-four .decision-card h3 {
  font-size: clamp(1.08rem, 1.32vw, 1.38rem);
  hyphens: none;
  line-height: 1.12;
  text-wrap: balance;
}

.hero-phone-prompt {
  display: inline-flex;
  min-height: 48px;
  align-items: center;
  gap: 12px;
  margin: 20px 0 22px;
  padding: 12px 0 10px;
  border-bottom: 2px solid var(--signal);
  color: var(--white);
  font-family: var(--font-display);
  font-size: var(--step-1);
  font-weight: 700;
}

.hero-phone-prompt::after {
  color: var(--signal);
  content: '↗';
  transition: transform 220ms var(--ease);
}

.hero-phone-prompt:hover::after,
.hero-phone-prompt:focus-visible::after {
  transform: translate(3px, -3px);
}

.technical-capability-cta {
  position: relative;
  overflow: hidden;
  background: var(--ink);
  color: var(--white);
}

.technical-capability-cta::before {
  position: absolute;
  inset: 0;
  background:
    linear-gradient(90deg, rgba(30, 131, 183, 0.12) 1px, transparent 1px),
    linear-gradient(rgba(30, 131, 183, 0.12) 1px, transparent 1px),
    radial-gradient(circle at 86% 20%, rgba(220, 122, 50, 0.2), transparent 30%);
  background-size: 72px 72px, 72px 72px, auto;
  content: '';
  pointer-events: none;
}

.technical-capability-grid {
  position: relative;
  display: grid;
  grid-template-columns: minmax(0, 0.95fr) minmax(0, 1.05fr);
  align-items: end;
  gap: clamp(48px, 8vw, 104px);
}

.technical-capability-grid h2 {
  max-width: 15ch;
  margin: 0;
}

.technical-capability-copy {
  max-width: 650px;
}

.technical-capability-copy p {
  color: #c3d0d6;
}

.technical-capability-copy .button {
  margin-top: 18px;
}

.about-story {
  min-height: 0;
  padding-bottom: clamp(80px, 10vw, 128px);
}

.about-story::after {
  background:
    radial-gradient(circle at 78% 22%, rgba(220, 122, 50, 0.16), transparent 28%),
    linear-gradient(115deg, transparent 55%, rgba(30, 131, 183, 0.1));
}

.about-story-grid {
  position: relative;
  z-index: 1;
  display: grid;
  grid-template-columns: minmax(0, 1.08fr) minmax(340px, 0.72fr);
  align-items: start;
  gap: clamp(56px, 8vw, 112px);
}

.about-story-copy {
  max-width: 760px;
}

.about-story-copy h1 {
  max-width: 15ch;
  margin-bottom: 48px;
}

.about-story-copy p {
  max-width: 68ch;
  color: #c1ced4;
}

.about-story-quote {
  margin: 40px 0;
  padding: 24px 0 24px 28px;
  border-left: 3px solid var(--signal);
  color: var(--white);
  font-family: var(--font-display);
  font-size: var(--step-2);
  font-weight: 650;
  line-height: 1.35;
}

.about-story-lead {
  margin-top: 40px;
  color: #8dbdd5;
  font-family: var(--font-display);
  font-size: var(--step--1);
  font-weight: 650;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.about-story-manifesto {
  color: var(--white) !important;
  font-family: var(--font-display);
  font-size: var(--step-2);
  font-weight: 700;
  line-height: 1.35;
}

.about-story-closing {
  margin-top: 40px;
  color: var(--white) !important;
  font-family: var(--font-display);
  font-size: var(--step-1);
  font-weight: 700;
}

.about-story-portrait {
  position: sticky;
  top: 128px;
  margin: 0;
}

.about-story-portrait img {
  width: 100%;
  aspect-ratio: 3 / 2;
  border: 1px solid rgba(220, 122, 50, 0.3);
  border-radius: var(--radius-md);
  object-fit: cover;
  object-position: center;
}

.about-story-portrait figcaption {
  margin-top: 16px;
  color: #9db0b9;
  font-size: var(--step--1);
}

.careers-hero-copy p + p {
  margin-top: 16px;
}

.vacancy-status.statement-panel {
  justify-content: flex-start;
}

.vacancy-status.statement-panel h2 {
  max-width: 11ch;
  margin: 24px 0 0;
  font-size: clamp(2.4rem, 4.4vw, 4.8rem);
  line-height: 1.02;
}

@media (max-width: 1100px) {
  .decision-grid-four {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media (max-width: 980px) {
  .vacancy-status.statement-panel {
    min-height: 300px;
  }

  .technical-capability-grid,
  .about-story-grid {
    grid-template-columns: 1fr;
  }

  .about-story-portrait {
    position: relative;
    top: auto;
    width: min(100%, 620px);
  }

  .about-story-portrait img {
    aspect-ratio: 3 / 2;
    object-position: center;
  }
}

@media (max-width: 767px) {
  .decision-grid-four {
    grid-template-columns: 1fr;
  }

  .decision-grid-four .decision-card {
    min-height: 250px;
  }

  .hero-phone-prompt {
    align-items: flex-start;
    font-size: var(--step-0);
    line-height: 1.4;
  }

  .technical-capability-grid {
    gap: 32px;
  }

  .about-story-copy h1 {
    margin-bottom: 36px;
  }

  .about-story-quote {
    margin: 32px 0;
    padding: 20px 0 20px 20px;
  }

  .about-story-portrait img {
    aspect-ratio: 3 / 2;
    object-position: center;
  }

  .vacancy-status.statement-panel {
    min-height: 280px;
  }
}
