:root {
  --ink: #071015;
  --ink-soft: #10191d;
  --steel: #23313a;
  --steel-light: #3d4d55;
  --blue: #1e83b7;
  --blue-bright: #6fc3ef;
  --blue-surface: #102a38;
  --signal: #dc7a32;
  --signal-dark: #a75022;
  --paper: #f4f0e9;
  --paper-deep: #e8ded0;
  --text: #1d211f;
  --muted: #505a56;
  --line: rgba(29, 33, 31, 0.16);
  --line-dark: rgba(255, 255, 255, 0.16);
  --container: 1240px;
  --section: clamp(5rem, 8vw, 7rem);
}

body {
  background: var(--paper);
}

a,
button,
.expertise-pillar,
.project-placeholder {
  cursor: pointer;
}

.site-header {
  top: 14px;
}

.nav-shell {
  min-height: 68px;
  padding: 8px 8px 8px 18px;
  border-color: rgba(220, 122, 50, 0.22);
  background: rgba(5, 13, 18, 0.95);
}

.brand img,
.footer-lockup img,
.footer-brand img {
  background: transparent;
}

.nav-list {
  gap: 22px;
}

.nav-list a::after {
  height: 3px;
  background: var(--signal);
}

.button-primary {
  background: var(--signal);
  color: #071015;
}

.button-primary:hover,
.button-primary:focus-visible {
  background: #ee8d42;
}

:focus-visible {
  outline-color: var(--signal);
}

.hero {
  min-height: 820px;
}

.hero-media::after {
  background:
    linear-gradient(90deg, rgba(4, 12, 17, 0.97) 0%, rgba(4, 12, 17, 0.8) 46%, rgba(4, 12, 17, 0.32) 100%),
    linear-gradient(0deg, rgba(4, 12, 17, 0.92) 0%, transparent 56%);
}

.hero-grid {
  min-height: 820px;
  padding-bottom: 80px;
}

.hero h1 {
  max-width: 11.6ch;
  margin-bottom: 28px;
  line-height: 1;
}

.hero .lead {
  max-width: 61ch;
  font-size: clamp(1.02rem, 0.96rem + 0.28vw, 1.18rem);
  line-height: 1.58;
}

.hero h1,
.page-hero h1 {
  letter-spacing: -0.04em;
}

.hero .lead,
.page-hero p {
  color: #d8e4e9;
}

@media (min-width: 768px) {
  .hero-grid {
    padding-top: 136px;
    padding-bottom: 148px;
  }

  .hero h1 {
    font-size: clamp(3.45rem, 2.45rem + 4.05vw, 5.75rem);
  }
}

.section-heading-simple {
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  margin-bottom: 48px;
  padding-bottom: 18px;
  border-bottom: 1px solid var(--line);
}

.section-heading-simple h2::after {
  display: block;
  width: 56px;
  height: 3px;
  margin-top: 18px;
  background: var(--signal);
  content: '';
}

.expertise-triad {
  gap: 20px;
}

.expertise-pillar {
  border-color: rgba(220, 122, 50, 0.2);
  box-shadow: 0 16px 44px rgba(7, 16, 21, 0.14);
}

.expertise-pillar::before {
  position: absolute;
  z-index: 2;
  top: 0;
  right: 0;
  left: 0;
  height: 4px;
  background: var(--signal);
  content: '';
}

.expertise-pillar-media::after {
  background: linear-gradient(0deg, rgba(4, 13, 19, 0.97) 0%, rgba(4, 13, 19, 0.48) 72%, rgba(4, 13, 19, 0.18) 100%);
}

.expertise-pillar:hover,
.expertise-pillar:focus-visible {
  border-color: rgba(220, 122, 50, 0.52);
}

.expertise-pillar .kicker-number,
.process-card .kicker-number,
.decision-card .number,
.project-placeholder .eyebrow,
.expertise-menu span {
  color: var(--signal);
}

.page-hero {
  min-height: 520px;
  padding-top: 160px;
  padding-bottom: 72px;
}

.page-hero-quiet {
  padding-bottom: 72px;
}

.page-hero::after {
  background:
    radial-gradient(circle at 82% 18%, rgba(220, 122, 50, 0.18), transparent 31%),
    linear-gradient(115deg, transparent 58%, rgba(30, 131, 183, 0.1));
}

.page-hero-grid {
  gap: clamp(48px, 7vw, 88px);
}

.page-hero-image {
  height: 360px;
  border-color: rgba(220, 122, 50, 0.22);
}

.breadcrumb {
  margin-bottom: 36px;
}

.breadcrumb span,
.breadcrumb a {
  color: #a9bbc4;
}

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

.process-card {
  display: flex;
  min-height: 244px;
  flex-direction: column;
  justify-content: space-between;
  padding: 34px;
  border-color: var(--line);
  transition: background 220ms ease, border-color 220ms ease;
}

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

.process-card .kicker-number {
  margin-bottom: 40px;
  font-weight: 700;
}

.process-card h3 {
  max-width: 19ch;
  margin-bottom: 14px;
}

.process-card p {
  margin-bottom: 0;
  color: var(--muted);
}

.process-card:hover {
  background: #fbfaf7;
}

.decision-grid,
.project-placeholder-grid {
  gap: 20px;
}

.decision-card,
.project-placeholder {
  min-height: 276px;
  border-color: var(--line);
  box-shadow: none;
  transition: border-color 220ms ease, transform 220ms var(--ease);
}

.decision-card:hover,
.project-placeholder:hover {
  border-color: rgba(220, 122, 50, 0.42);
  transform: translateY(-2px);
}

.decision-card:nth-child(2) {
  background: var(--ink);
}

.project-placeholder {
  display: grid;
  grid-template-rows: 220px 1fr;
}

.project-placeholder-media {
  min-height: 220px;
  background:
    linear-gradient(135deg, rgba(16, 42, 56, 0.92), rgba(16, 25, 29, 0.88)),
    repeating-linear-gradient(90deg, transparent 0 18px, rgba(220, 122, 50, 0.16) 18px 20px);
  color: rgba(255, 255, 255, 0.66);
}

.direct-contact a {
  min-width: min(100%, 280px);
  padding: 18px 0 14px;
  border-top: 2px solid rgba(220, 122, 50, 0.62);
}

.contact-form,
.application-form {
  border: 1px solid rgba(220, 122, 50, 0.22);
  box-shadow: 0 20px 54px rgba(7, 16, 21, 0.16);
}

.field input,
.field select,
.field textarea {
  border-color: rgba(255, 255, 255, 0.18);
  background: rgba(255, 255, 255, 0.08);
}

.field input:focus,
.field select:focus,
.field textarea:focus {
  border-color: var(--signal);
  box-shadow: 0 0 0 3px rgba(220, 122, 50, 0.18);
  outline: 0;
}

.careers-application {
  border-color: rgba(220, 122, 50, 0.24);
  box-shadow: 0 20px 54px rgba(7, 16, 21, 0.14);
}

.vacancy-status {
  background:
    linear-gradient(145deg, rgba(30, 131, 183, 0.24), transparent 58%),
    linear-gradient(0deg, rgba(220, 122, 50, 0.08), transparent);
}

.check-list li::before {
  border-color: var(--signal);
}

.site-footer {
  border-top: 4px solid var(--signal);
}

.footer-grid {
  align-items: start;
  gap: clamp(48px, 8vw, 104px);
}

.footer-grid h3 {
  color: #eef6f8;
}

.footer-links {
  gap: 12px;
}

.footer-links a:hover {
  color: var(--signal);
}

/* Reason: keep the supplied practice photography focused on people and active equipment across card shapes. */
.photo-factory-hero {
  object-position: 50% 48%;
}

.photo-projects {
  object-position: 54% center;
}

.photo-faults {
  object-position: 62% center;
}

.photo-support,
.service-photo-break .photo-about-jeroen {
  object-position: 50% 28%;
}

@media (max-width: 980px) {
  .page-hero-image {
    height: 330px;
  }

  .process-card {
    min-height: 224px;
  }
}

@media (max-width: 767px) {
  .container,
  .container-narrow {
    width: min(calc(100% - 28px), var(--container));
  }

  .site-header {
    top: 10px;
  }

  .hero,
  .hero-grid {
    min-height: 620px;
  }

  .hero-grid {
    align-items: start;
    padding-top: 248px;
    padding-bottom: 56px;
  }

  .hero h1 {
    max-width: 11ch;
  }

  .hero .lead {
    max-width: 34ch;
  }

  .section-heading-simple {
    align-items: flex-start;
    margin-bottom: 32px;
  }

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

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

  .page-hero {
    min-height: 0;
    padding-top: 124px;
    padding-bottom: 52px;
  }

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

  .page-hero p {
    font-size: 1rem;
  }

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

  .photo-projects {
    object-position: 58% center;
  }

  .photo-support,
  .service-photo-break .photo-about-jeroen {
    object-position: 50% 22%;
  }

  .process-grid,
  .decision-grid,
  .project-placeholder-grid {
    gap: 14px;
  }

  .process-card,
  .decision-card {
    min-height: 0;
    padding: 26px 22px;
  }

  .process-card .kicker-number {
    margin-bottom: 28px;
  }

  .project-placeholder {
    grid-template-rows: 180px 1fr;
  }

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

  .direct-contact {
    gap: 16px;
  }

  .direct-contact a {
    width: 100%;
  }

  .direct-contact strong {
    font-size: clamp(1.14rem, 5vw, 1.5rem);
    overflow-wrap: anywhere;
  }

  .contact-form,
  .application-form {
    padding: 30px 22px;
  }
}
