/* Homepage: seven concise sections, shared brand and contact controls. */
.home-section { padding: clamp(56px, 7vw, 100px) 0; }
.home-section h2 { max-width: 950px; margin: 0 0 32px; font-family: var(--display); font-size: clamp(2rem, 4vw, 3.6rem); line-height: 1.08; letter-spacing: -.035em; text-transform: uppercase; }
.home-section h3 { margin: 0 0 16px; font-family: var(--display); font-size: clamp(1.4rem, 2.2vw, 1.9rem); line-height: 1.15; overflow-wrap: anywhere; }
.home-section p { line-height: 1.65; }
.hero.home-hero { min-height: 0; padding-top: 86px; }
.home-hero-inner { position: relative; z-index: 1; padding-block: clamp(50px, 7vw, 100px) 42px; }
.hero.home-hero h1 { max-width: 100%; font-size: clamp(2.3rem, 7vw, 6rem); line-height: 1.02; overflow-wrap: anywhere; }
.home-hero .hero-intro { max-width: 700px; font-size: clamp(1rem, 1.7vw, 1.25rem); }
.home-hero::after { display: none; }
.home-actions { display: flex; flex-wrap: wrap; gap: 12px; margin-top: 30px; }
.home-actions .button { min-height: 60px; }
.home-usps { display: flex; flex-wrap: wrap; gap: 16px 36px; list-style: none; margin: 48px 0 0; padding: 24px 0 0; border-top: 1px solid rgba(255,255,255,.2); font-size: 1rem; font-weight: 700; }
.home-routes { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 20px; }
.home-routes article { min-width: 0; display: flex; flex-direction: column; padding: 30px; background: #fffefa; border: 1px solid var(--line); }
.home-number { display: block; margin-bottom: 24px; color: #bd471b; font-size: 1rem; font-weight: 800; letter-spacing: .12em; }
.home-routes p { margin: 0 0 30px; color: #59635e; }
.home-routes .button { margin-top: auto; width: 100%; white-space: normal; text-align: center; }
.home-secondary { min-height: 46px; display: flex; align-items: center; justify-content: space-between; gap: 14px; margin-top: 14px; padding: 12px 14px; border: 1px solid var(--line); color: var(--ink); font-size: .9rem; font-weight: 800; line-height: 1.35; text-decoration: none; transition: border-color .2s, background .2s, color .2s; }
.home-secondary:hover { border-color: var(--ink); background: var(--ink); color: var(--white); }
.home-proof { background: var(--ink); color: var(--white); }
.home-proof .text-link { color: var(--white); }
.home-proof-summary { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 20px 42px; max-width: 980px; margin: 26px 0 30px; padding-top: 24px; border-top: 1px solid rgba(255,255,255,.2); }
.home-proof-summary p { margin: 0; color: rgba(255,255,255,.76); }
.home-four { display: grid; grid-template-columns: repeat(4, minmax(0, 1fr)); gap: 28px; margin: 36px 0; }
.home-four article { min-width: 0; border-top: 1px solid currentColor; padding-top: 24px; }
.home-four p { margin: 0; }
.home-proof .home-four p { color: rgba(255,255,255,.75); }
.home-mvo { padding-top: 20px; border-top: 1px solid rgba(255,255,255,.2); }
.home-heading { display: flex; justify-content: space-between; align-items: center; flex-wrap: wrap; gap: 24px; margin-bottom: 32px; }
.home-heading > div { max-width: 700px; }
.home-heading h2 { margin-bottom: 14px; }
.home-auctions, .home-cases { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 24px; }
.home-auctions article { min-width: 0; background: #fffefa; border: 1px solid var(--line); }
.home-auctions article > a { display: block; background: var(--ink); }
.home-auctions img { display: block; width: 100%; height: auto; aspect-ratio: 4 / 3; object-fit: contain; max-height: 340px; }
.home-auctions article > div, .home-cases article { padding: 28px; }
.home-auctions h3 { font-size: clamp(1.35rem, 2vw, 1.8rem); }
.home-meta { color: #8b3619; font-weight: 700; font-size: .9rem; }
.home-soft { background: var(--paper-2); }
.home-cases article { min-width: 0; border: 1px solid var(--line); }
.home-contact-actions { display: flex; flex-wrap: wrap; gap: 10px; margin: 28px 0; }
.contact-copy h2 { overflow-wrap: anywhere; }
.workflow-detail article { display: grid; grid-template-columns: 70px minmax(0, 1fr); gap: 24px; padding: 32px 0; border-bottom: 1px solid var(--line); }
.workflow-detail h2 { font-size: 2rem; margin: 0 0 12px; }
.workflow-detail p { max-width: 780px; }
@media (max-width: 1050px) {
  .home-routes { grid-template-columns: 1fr; }
  .home-routes .button { width: fit-content; }
  .home-four { grid-template-columns: repeat(2, minmax(0, 1fr)); }
}
@media (max-width: 620px) {
  .home-auctions, .home-cases, .home-four { grid-template-columns: 1fr; }
  .home-proof-summary { grid-template-columns: 1fr; gap: 14px; margin-block: 20px 24px; padding-top: 18px; }
  .home-actions, .home-contact-actions { display: grid; }
  .home-routes article, .home-auctions article > div, .home-cases article { padding: 24px; }
  .home-usps { display: grid; grid-template-columns: 1fr 1fr; gap: 16px; font-size: .9rem; }
  .workflow-detail article { grid-template-columns: 1fr; gap: 0; }
}

:root {
  --ink: #15231f;
  --ink-2: #20312c;
  --paper: #f1efe8;
  --paper-2: #e8e5db;
  --white: #fffefa;
  --orange: #ef6c35;
  --orange-dark: #c94f1e;
  --green: #a8bd72;
  --muted: #69726d;
  --line: rgba(21, 35, 31, 0.16);
  --radius: 2px;
  --shell: min(1180px, calc(100% - 48px));
  --display: "Arial Narrow", "Roboto Condensed", "Aptos Display", Arial, sans-serif;
  --body: Inter, "Helvetica Neue", Arial, sans-serif;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  margin: 0;
  overflow-x: clip;
  background: var(--paper);
  color: var(--ink);
  font-family: var(--body);
  font-size: 16px;
  line-height: 1.6;
  -webkit-font-smoothing: antialiased;
}
body::before {
  content: "";
  position: fixed;
  inset: 0;
  opacity: 0.025;
  pointer-events: none;
  z-index: 20;
  background-image: url("data:image/svg+xml,%3Csvg viewBox='0 0 180 180' xmlns='http://www.w3.org/2000/svg'%3E%3Cfilter id='n'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='.9' numOctaves='3' stitchTiles='stitch'/%3E%3C/filter%3E%3Crect width='100%25' height='100%25' filter='url(%23n)' opacity='.8'/%3E%3C/svg%3E");
}

a { color: inherit; }
button, input, textarea, select { font: inherit; }
button { color: inherit; }
svg { display: block; }
.shell { width: var(--shell); margin-inline: auto; }
.section { padding: 110px 0; }
.sr-only, .skip-link:not(:focus) {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border: 0;
}
.skip-link:focus {
  position: fixed;
  z-index: 100;
  top: 12px;
  left: 12px;
  padding: 10px 16px;
  background: var(--white);
  color: var(--ink);
}

.site-header {
  position: absolute;
  z-index: 10;
  top: 0;
  left: 0;
  right: 0;
  color: var(--white);
  border-bottom: 1px solid rgba(255, 255, 255, 0.13);
}
.site-header.is-scrolled {
  position: fixed;
  background: rgba(21, 35, 31, 0.96);
  backdrop-filter: blur(14px);
  animation: header-in 0.3s ease both;
}
@keyframes header-in { from { transform: translateY(-100%); } }
.header-inner {
  min-height: 86px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 30px;
}
.brand {
  display: inline-flex;
  align-items: center;
  gap: 13px;
  color: inherit;
  text-decoration: none;
}
.brand-symbol {
  display: block;
  width: 58px;
  height: 58px;
  object-fit: contain;
  filter: brightness(0) invert(1) drop-shadow(0 4px 10px rgba(0,0,0,.24));
}
.brand-wordmark { display: grid; gap: 4px; line-height: 1; }
.brand-wordmark strong {
  color: var(--white);
  font-family: var(--display);
  font-size: 18px;
  font-weight: 900;
  letter-spacing: .015em;
  text-transform: uppercase;
}
.brand-wordmark em { color: var(--orange); font-style: normal; }
.brand-wordmark small {
  color: rgba(255,255,255,.58);
  font-size: 11px;
  font-weight: 700;
  letter-spacing: .13em;
  text-transform: uppercase;
}
.nav { display: flex; align-items: center; gap: 32px; }
.nav a {
  font-size: 14px;
  font-weight: 700;
  text-decoration: none;
  text-transform: uppercase;
  letter-spacing: .06em;
}
.nav a:not(.nav-cta) { color: rgba(255, 255, 255, 0.72); }
.nav a:not(.nav-cta):hover { color: var(--white); }
.nav-cta {
  padding: 12px 17px;
  border: 1px solid rgba(255, 255, 255, 0.45);
  transition: background .2s, color .2s;
}
.nav-cta:hover { background: var(--white); color: var(--ink); }
.menu-toggle { display: none; }

.hero {
  position: relative;
  overflow: hidden;
  min-height: 760px;
  padding-top: 86px;
  color: var(--white);
  background:
    radial-gradient(circle at 82% 30%, rgba(77, 108, 95, 0.28), transparent 30%),
    linear-gradient(125deg, rgba(17, 28, 25, .96) 5%, rgba(26, 44, 39, .89) 58%, rgba(16, 33, 29, .91) 100%),
    url("assets/green-truck-forklift-loading-background.png") center 48% / cover no-repeat;
}
.hero::before,
.hero::after {
  content: "";
  position: absolute;
  pointer-events: none;
}
.hero::before {
  width: 520px;
  height: 520px;
  right: -160px;
  top: 110px;
  border: 1px solid rgba(255,255,255,.07);
  transform: rotate(45deg);
  box-shadow: 0 0 0 70px rgba(255,255,255,.015), 0 0 0 140px rgba(255,255,255,.01);
}
.hero::after {
  left: 0;
  right: 0;
  bottom: 51px;
  height: 1px;
  background: rgba(255,255,255,.08);
}
.hero-grid {
  position: relative;
  z-index: 1;
  min-height: 622px;
  display: grid;
  grid-template-columns: minmax(0, 1.1fr) minmax(390px, .72fr);
  align-items: center;
  gap: clamp(60px, 9vw, 130px);
  padding-block: 64px 74px;
}
.eyebrow {
  display: flex;
  align-items: center;
  gap: 11px;
  margin: 0 0 22px;
  color: var(--orange-dark);
  font-size: 13px;
  font-weight: 800;
  text-transform: uppercase;
  letter-spacing: .18em;
}
.eyebrow span { width: 30px; height: 2px; background: currentColor; }
.eyebrow.light { color: var(--green); }
.hero h1, .section h2 {
  margin: 0;
  font-family: var(--display);
  font-size: clamp(56px, 6.4vw, 94px);
  line-height: .91;
  letter-spacing: -.055em;
  text-transform: uppercase;
}
.hero h1 em { color: var(--orange); font-style: normal; }
.hero-intro {
  max-width: 670px;
  margin: 30px 0 0;
  color: rgba(255,255,255,.72);
  font-size: clamp(18px, 2vw, 22px);
  line-height: 1.5;
}
.hero-actions { max-width: 760px; display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); align-items: stretch; gap: 12px; margin-top: 38px; }
.hero-actions .button { width: 100%; min-height: 64px; }
.button {
  min-height: 54px;
  display: inline-flex;
  align-items: center;
  justify-content: space-between;
  gap: 34px;
  padding: 0 20px;
  border: 0;
  border-radius: var(--radius);
  font-size: 14px;
  font-weight: 800;
  line-height: 1;
  letter-spacing: .08em;
  text-decoration: none;
  text-transform: uppercase;
  cursor: pointer;
  transition: transform .2s, background .2s;
}
.button:hover { transform: translateY(-2px); }
.button svg { width: 20px; fill: none; stroke: currentColor; stroke-width: 1.6; }
.button-primary { background: var(--orange); color: var(--white); }
.button-primary:hover { background: #fa7a43; }
.button-whatsapp { background: #25d366; color: var(--white); }
.button-whatsapp:hover { background: #42e07b; }
.button-inbreng { border: 1px solid rgba(255,255,255,.52); background: rgba(255,255,255,.06); color: var(--white); }
.button-inbreng:hover { border-color: var(--white); background: rgba(255,255,255,.12); }
.whatsapp-media { width: 34px; height: 34px; display: inline-grid; flex: 0 0 auto; overflow: hidden; place-items: center; border-radius: 10px; background: #25d366; }
.whatsapp-media img { width: 100%; height: 100%; max-width: none; object-fit: cover; object-position: center 48%; transform: scale(1.2); }
.button-light { background: var(--white); color: var(--ink); }
.button-light:hover { background: var(--green); }
.button-accent { width: 100%; background: var(--orange); color: var(--white); }
.button-accent:hover { background: #fa7a43; }
.text-link {
  min-height: 46px;
  display: inline-flex;
  align-items: center;
  justify-content: space-between;
  gap: 18px;
  padding: 11px 15px;
  border: 1px solid rgba(255,255,255,.3);
  color: rgba(255,255,255,.9);
  font-size: 14px;
  font-weight: 800;
  line-height: 1.35;
  text-decoration: none;
  transition: border-color .2s, background .2s, color .2s, transform .2s;
}
.text-link::after { content: "→"; flex: 0 0 auto; color: var(--orange); font-size: 18px; line-height: 1; }
.text-link:hover { border-color: var(--orange); background: rgba(255,255,255,.07); color: var(--white); transform: translateY(-1px); }
.hero-system {
  background: rgba(7, 17, 14, .55);
  border: 1px solid rgba(255,255,255,.14);
  box-shadow: 0 24px 70px rgba(0,0,0,.25);
}
.system-head, .system-foot {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
  padding: 14px 18px;
  color: rgba(255,255,255,.48);
  font-size: 12px;
  font-weight: 800;
  text-transform: uppercase;
  letter-spacing: .14em;
}
.system-head { border-bottom: 1px solid rgba(255,255,255,.12); }
.system-foot { border-top: 1px solid rgba(255,255,255,.12); }
.system-foot p { margin: 0; }
.status { display: block; margin-left: auto; text-align: right; white-space: nowrap; }
.system-flow { margin: 0; padding: 0; list-style: none; }
.system-flow li {
  position: relative;
  display: grid;
  grid-template-columns: 34px 1fr auto;
  align-items: center;
  gap: 12px;
  padding: 19px 18px;
  border-bottom: 1px solid rgba(255,255,255,.09);
}
.system-flow li:last-child { border: 0; }
.system-flow li::before {
  content: "";
  position: absolute;
  left: 34px;
  top: 0;
  bottom: 0;
  width: 1px;
  background: rgba(255,255,255,.08);
}
.system-flow span {
  color: var(--orange);
  font-family: var(--display);
  font-size: 13px;
  font-weight: 900;
}
.system-flow strong { font-family: var(--display); font-size: 17px; text-transform: uppercase; letter-spacing: .02em; }
.system-flow small { color: rgba(255,255,255,.55); font-size: 13px; }
.hero-band {
  position: absolute;
  z-index: 2;
  bottom: 0;
  left: 0;
  right: 0;
  height: 52px;
  display: flex;
  align-items: center;
  justify-content: space-around;
  background: var(--orange);
  color: #181f1c;
  font-family: var(--display);
  font-size: 13px;
  font-weight: 900;
  letter-spacing: .15em;
}
.hero-band i { width: 5px; height: 5px; background: currentColor; transform: rotate(45deg); }

.services { position: relative; overflow: hidden; background: var(--paper); }
.services::before {
  content: "";
  position: absolute;
  inset: 0;
  background: url("assets/ordered-warehouse-background.png") center / cover no-repeat;
  opacity: .075;
  pointer-events: none;
}
.services > .shell { position: relative; z-index: 1; }
.section-heading {
  display: grid;
  grid-template-columns: 1.25fr .75fr;
  align-items: end;
  gap: 70px;
  padding-bottom: 52px;
  border-bottom: 1px solid var(--line);
}
.section h2 { font-size: clamp(46px, 5vw, 72px); }
.section-heading > p {
  max-width: 470px;
  margin: 0 0 4px;
  color: var(--muted);
  font-size: 16px;
}
.service-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  border-left: 1px solid var(--line);
}
.service-card {
  position: relative;
  min-height: 325px;
  padding: 35px 30px 30px;
  border-right: 1px solid var(--line);
  border-bottom: 1px solid var(--line);
  transition: background .25s, transform .25s;
}
.service-card:hover { background: var(--white); transform: translateY(-3px); }
.service-number { position: absolute; top: 22px; right: 22px; color: #747a75; font-size: 12px; font-weight: 800; }
.service-icon {
  width: 54px;
  height: 54px;
  display: grid;
  place-items: center;
  margin-bottom: 46px;
  background: var(--ink);
  color: var(--white);
}
.service-icon svg { width: 31px; fill: none; stroke: currentColor; stroke-width: 1.5; stroke-linecap: square; }
.service-card h3 {
  margin: 0 0 14px;
  font-family: var(--display);
  font-size: 21px;
  line-height: 1.1;
  text-transform: uppercase;
  letter-spacing: -.02em;
}
.service-card p { margin: 0; color: #505b55; font-size: 16px; line-height: 1.65; }
.service-link { display: inline-flex; margin-top: 17px; color: var(--orange); font-size: 12px; font-weight: 900; letter-spacing: .08em; text-decoration: none; text-transform: uppercase; }
.service-link:hover { color: var(--ink); }
.commitment-strip {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  margin-top: 42px;
  border-top: 4px solid var(--orange);
  background: var(--ink);
  color: var(--white);
}
.commitment-strip article { min-height: 220px; display: flex; flex-direction: column; padding: 30px; border-right: 1px solid rgba(255,255,255,.12); }
.commitment-strip article:last-child { border-right: 0; }
.commitment-strip small { display: block; margin-bottom: 16px; color: var(--green); font-size: 13px; font-weight: 800; text-transform: uppercase; letter-spacing: .1em; }
.commitment-strip strong { display: block; font-family: var(--display); font-size: clamp(22px, 2.3vw, 32px); line-height: 1.05; text-transform: uppercase; }
.commitment-strip p { max-width: 340px; margin: auto 0 0; padding-top: 16px; color: rgba(255,255,255,.72); font-size: 15px; line-height: 1.55; }
.commitment-feature { background: rgba(239,108,53,.12); }

.route {
  position: relative;
  overflow: hidden;
  background: var(--ink);
  color: var(--white);
}
.route::after {
  content: "";
  position: absolute;
  width: 420px;
  height: 420px;
  top: -250px;
  right: 9vw;
  border: 100px solid rgba(255,255,255,.025);
  border-radius: 50%;
}
.route-intro { display: grid; grid-template-columns: .75fr 1fr; align-items: end; gap: 40px; margin-bottom: 48px; }
.route-intro .eyebrow { grid-column: 1 / -1; margin-bottom: -4px; }
.route-intro p:last-child { max-width: 430px; margin: 0 0 4px auto; color: rgba(255,255,255,.7); font-size: 16px; }
.route-app {
  position: relative;
  z-index: 1;
  display: grid;
  grid-template-columns: .78fr 1.22fr;
  border: 1px solid rgba(255,255,255,.13);
}
.route-options { border-right: 1px solid rgba(255,255,255,.13); }
.route-option {
  width: 100%;
  min-height: 92px;
  display: grid;
  grid-template-columns: 30px 1fr;
  align-content: center;
  column-gap: 13px;
  padding: 17px 21px;
  border: 0;
  border-bottom: 1px solid rgba(255,255,255,.1);
  background: transparent;
  color: rgba(255,255,255,.57);
  text-align: left;
  cursor: pointer;
  transition: background .2s, color .2s;
}
.route-option:last-child { border-bottom: 0; }
.route-option:hover { color: var(--white); background: rgba(255,255,255,.035); }
.route-option.is-active { background: var(--orange); color: var(--ink); }
.route-option span { grid-row: 1 / 3; align-self: start; padding-top: 2px; font-family: var(--display); font-size: 13px; font-weight: 900; }
.route-option strong { font-family: var(--display); font-size: 17px; text-transform: uppercase; letter-spacing: .01em; }
.route-option small { opacity: .8; font-size: 13px; }
.route-result { min-height: 367px; padding: 38px 42px 36px; background: rgba(255,255,255,.035); }
.result-kicker { display: flex; align-items: center; justify-content: space-between; color: rgba(255,255,255,.62); font-size: 12px; text-transform: uppercase; letter-spacing: .12em; }
.result-kicker strong { padding: 7px 10px; border: 1px solid rgba(255,255,255,.22); color: var(--green); font-size: 12px; }
.route-result h3 { max-width: 650px; margin: 27px 0 14px; font-family: var(--display); font-size: clamp(28px, 3vw, 39px); line-height: 1.08; text-transform: uppercase; letter-spacing: -.025em; }
.route-result > p { max-width: 700px; margin: 0 0 24px; color: rgba(255,255,255,.7); font-size: 16px; }
.route-result ol { display: grid; grid-template-columns: repeat(3, 1fr); gap: 10px; margin: 0 0 25px; padding: 0; list-style: none; }
.route-result ol li { display: flex; gap: 9px; color: rgba(255,255,255,.85); font-size: 14px; line-height: 1.45; }
.route-result ol span { flex: 0 0 auto; width: 24px; height: 24px; display: grid; place-items: center; border: 1px solid rgba(255,255,255,.24); color: var(--orange); font-size: 12px; }
.result-meta { display: flex; gap: 8px; flex-wrap: wrap; margin-bottom: 29px; }
.result-meta span { padding: 7px 10px; background: rgba(168,189,114,.1); color: var(--green); font-size: 12px; text-transform: uppercase; letter-spacing: .07em; }

.process { background: var(--paper-2); }
.timeline { display: grid; grid-template-columns: repeat(4, 1fr); border-left: 1px solid var(--line); }
.timeline-item { min-height: 280px; padding: 30px 26px; border-right: 1px solid var(--line); border-bottom: 1px solid var(--line); }
.timeline-index { color: rgba(21,35,31,.25); font-family: var(--display); font-size: 50px; font-weight: 900; line-height: 1; }
.timeline-tag { margin: 45px 0 9px; color: var(--orange-dark); font-size: 12px; font-weight: 800; text-transform: uppercase; letter-spacing: .12em; }
.timeline-item h3 { margin: 0 0 12px; font-family: var(--display); font-size: 19px; line-height: 1.1; text-transform: uppercase; }
.timeline-item p:last-child { margin: 0; color: #505b55; font-size: 15px; line-height: 1.6; }
.capability-strip { display: grid; grid-template-columns: 1fr 1fr; margin-top: 46px; border-top: 4px solid var(--green); background: var(--ink); color: var(--white); }
.capability-strip article { min-height: 240px; padding: 32px 34px; border-right: 1px solid rgba(255,255,255,.13); }
.capability-strip article:last-child { border-right: 0; background: rgba(168,189,114,.08); }
.capability-label { margin: 0 0 22px; color: var(--green); font-size: 12px; font-weight: 800; text-transform: uppercase; letter-spacing: .12em; }
.capability-strip h3 { max-width: 470px; margin: 0 0 15px; font-family: var(--display); font-size: clamp(23px, 2.3vw, 32px); line-height: 1.08; text-transform: uppercase; }
.capability-strip article > p:last-child { max-width: 560px; margin: 0; color: rgba(255,255,255,.72); font-size: 16px; line-height: 1.65; }
.project-types { display: grid; grid-template-columns: 1fr 1.2fr; gap: 80px; padding-top: 80px; }
.project-title h3 { max-width: 500px; margin: 0; font-family: var(--display); font-size: clamp(32px, 3.5vw, 48px); line-height: 1.05; text-transform: uppercase; letter-spacing: -.035em; }
.project-list { display: flex; flex-wrap: wrap; align-content: flex-start; gap: 10px; }
.project-list span { padding: 12px 15px; border: 1px solid rgba(21,35,31,.22); background: rgba(255,255,255,.22); font-family: var(--display); font-size: 14px; font-weight: 700; text-transform: uppercase; }

.contact { background: var(--ink-2); color: var(--white); }
.contact-grid { display: grid; grid-template-columns: .78fr 1.22fr; gap: clamp(65px, 9vw, 125px); align-items: start; }
.contact-copy h2 { max-width: 510px; }
.contact-copy > p:not(.eyebrow) { max-width: 470px; margin: 26px 0 39px; color: rgba(255,255,255,.6); }
.contact-lines { display: grid; border-top: 1px solid rgba(255,255,255,.14); }
.contact-lines a { display: grid; gap: 2px; padding: 16px 0; border-bottom: 1px solid rgba(255,255,255,.14); text-decoration: none; }
.contact-lines span { color: rgba(255,255,255,.58); font-size: 12px; text-transform: uppercase; letter-spacing: .12em; }
.contact-lines strong { font-family: var(--display); font-size: 18px; }
.contact-lines a:hover strong { color: var(--green); }
.contact-whatsapp strong { display: flex; align-items: center; gap: 9px; }
.contact-whatsapp .whatsapp-media { width: 28px; height: 28px; }
.callback-form { padding: 34px; background: var(--white); color: var(--ink); box-shadow: 0 30px 75px rgba(0,0,0,.22); }
.form-head { display: flex; align-items: center; justify-content: space-between; gap: 20px; margin-bottom: 27px; padding-bottom: 16px; border-bottom: 1px solid var(--line); font-family: var(--display); font-size: 22px; font-weight: 800; text-transform: uppercase; }
.callback-form .form-route-choice { display: grid; gap: 4px; min-width: 220px; margin: 0; }
.callback-form .form-route-choice > span { color: #5e6862; font-family: var(--body); font-size: 12px; font-weight: 800; letter-spacing: .08em; }
.callback-form .form-route { height: 42px; padding: 0 32px 0 10px; border-color: rgba(88,105,45,.24); background-color: rgba(168,189,114,.25); color: #465522; font-family: var(--body); font-size: 13px; font-weight: 800; letter-spacing: .02em; text-transform: none; }
.field-row { display: grid; grid-template-columns: 1fr 1fr; gap: 14px; }
.callback-form label { display: grid; gap: 7px; margin-bottom: 14px; }
.callback-form label > span { color: #5e6862; font-size: 13px; font-weight: 800; text-transform: uppercase; letter-spacing: .08em; }
.callback-form input, .callback-form textarea, .callback-form select {
  width: 100%;
  border: 1px solid #d4d3ce;
  border-radius: 0;
  background: #f8f7f2;
  color: var(--ink);
  outline: none;
}
.callback-form input, .callback-form select { height: 48px; padding: 0 13px; }
.callback-form textarea { resize: vertical; min-height: 88px; padding: 11px 13px; }
.callback-form input:focus, .callback-form textarea:focus, .callback-form select:focus { border-color: var(--orange); box-shadow: 0 0 0 2px rgba(239,108,53,.12); }
.form-note { margin: 12px 0 0; color: #626b66; font-size: 13px; line-height: 1.5; }
.form-status { margin: 8px 0 0; color: #51702d; font-size: 14px; font-weight: 700; }

.whatsapp-float {
  position: fixed;
  z-index: 30;
  right: 22px;
  bottom: 22px;
  display: inline-flex;
  align-items: center;
  gap: 11px;
  padding: 8px 16px 8px 8px;
  border: 2px solid rgba(255,255,255,.88);
  border-radius: 18px;
  background: #25d366;
  color: var(--white);
  box-shadow: 0 14px 38px rgba(0,0,0,.28);
  font-size: 14px;
  font-weight: 900;
  text-decoration: none;
  text-transform: uppercase;
  letter-spacing: .05em;
  transition: transform .2s, box-shadow .2s;
}
.whatsapp-float:hover { transform: translateY(-3px); box-shadow: 0 18px 46px rgba(0,0,0,.34); }
.whatsapp-float .whatsapp-media { width: 50px; height: 50px; border-radius: 13px; }

footer { padding: 27px 0; background: #0f1916; color: rgba(255,255,255,.48); }
.footer-inner { display: grid; grid-template-columns: auto 1fr auto auto auto; align-items: center; gap: 22px; }
.brand-footer .brand-symbol { width: 46px; height: 46px; }
.brand-footer .brand-wordmark strong { font-size: 15px; }
.brand-footer .brand-wordmark small { font-size: 11px; }
footer p, footer a { margin: 0; font-size: 12px; text-transform: uppercase; letter-spacing: .08em; }
footer a { text-decoration: none; }
footer a:hover { color: var(--white); }
.footer-details { display: flex; align-items: center; justify-content: center; flex-wrap: wrap; gap: 6px 0; margin: 0; font-style: normal; }
.footer-details > * { display: inline-flex; align-items: center; font-size: 12px; text-transform: uppercase; letter-spacing: .06em; }
.footer-details > *:not(:last-child)::after { content: "|"; margin: 0 9px; color: rgba(255,255,255,.22); }
.footer-links { display: flex; gap: 12px; }
.footer-links a { font-size: 12px; }

/* Veilingen */
.auction-teaser { padding: 54px 0; border-top: 1px solid var(--line); background: #e7e3d8; }
.auction-teaser-inner { display: grid; grid-template-columns: 1.05fr 1fr auto; align-items: center; gap: 48px; }
.auction-teaser .eyebrow { margin-bottom: 12px; }
.auction-teaser h2 { margin: 0; font-family: var(--display); font-size: clamp(28px, 3vw, 42px); line-height: 1; letter-spacing: -.035em; text-transform: uppercase; }
.auction-teaser-inner > p { margin: 0; color: #505b55; font-size: 16px; line-height: 1.6; }
.auction-teaser .button { white-space: nowrap; }

.auction-hero { min-height: 410px; display: flex; align-items: flex-end; padding: 150px 0 70px; color: var(--white); background: radial-gradient(circle at 82% 20%, rgba(77,108,95,.3), transparent 30%), linear-gradient(125deg, #111d19 4%, #20352f 100%); }
.auction-hero-inner { width: var(--shell); }
.auction-hero h1 { margin: 0; font-family: var(--display); font-size: clamp(62px, 8vw, 116px); line-height: .85; letter-spacing: -.055em; text-transform: uppercase; }
.auction-hero-inner > p:last-child { max-width: 650px; margin: 30px 0 0; color: rgba(255,255,255,.7); font-size: 19px; }
.auction-listing { background: var(--paper); }
.auction-section-head { display: grid; grid-template-columns: 1fr 1fr; align-items: end; gap: 70px; margin-bottom: 46px; }
.auction-section-head .eyebrow { margin-bottom: 17px; }
.auction-section-head h2, .upcoming-auctions h2, .auction-contact h2 { margin: 0; font-family: var(--display); font-size: clamp(38px, 4vw, 58px); line-height: .96; letter-spacing: -.045em; text-transform: uppercase; }
.auction-section-head > p { max-width: 480px; margin: 0 0 4px auto; color: #59635e; font-size: 16px; }
.auction-grid { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 28px; max-width: 1040px; margin-inline: auto; }
.auction-card { display: flex; min-width: 0; flex-direction: column; overflow: hidden; background: var(--ink); color: var(--white); box-shadow: 0 22px 54px rgba(21,35,31,.16); }
.auction-image { position: relative; display: block; aspect-ratio: 4 / 3; overflow: hidden; background: #d8d9d4; }
.auction-image img { width: 100%; height: 100%; display: block; object-fit: cover; transition: transform .45s ease; }
.auction-image:hover img { transform: scale(1.025); }
.auction-status { position: absolute; left: 22px; top: 22px; display: inline-flex; align-items: center; gap: 9px; padding: 9px 12px; background: var(--orange); color: var(--white); font-size: 12px; font-weight: 900; letter-spacing: .09em; text-transform: uppercase; }
.auction-status i { width: 7px; height: 7px; border-radius: 50%; background: #fff; box-shadow: 0 0 0 4px rgba(255,255,255,.16); }
.auction-card-copy { display: flex; flex: 1; flex-direction: column; padding: 32px; }
.auction-reference { margin: 0 0 16px; color: var(--green); font-size: 12px; font-weight: 800; letter-spacing: .11em; text-transform: uppercase; }
.auction-card h3 { margin: 0; font-family: var(--display); font-size: clamp(27px, 2.4vw, 35px); line-height: 1.03; letter-spacing: -.03em; text-transform: uppercase; }
.auction-facts { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); margin: 26px 0 28px; border-top: 1px solid rgba(255,255,255,.16); border-bottom: 1px solid rgba(255,255,255,.16); }
.auction-facts p { display: grid; align-content: start; gap: 4px; margin: 0; padding: 14px 11px 14px 0; }
.auction-facts p + p { padding-left: 14px; border-left: 1px solid rgba(255,255,255,.16); }
.auction-facts span { color: rgba(255,255,255,.52); font-size: 11px; font-weight: 700; letter-spacing: .08em; text-transform: uppercase; }
.auction-facts strong { font-size: 14px; }
.auction-card-copy .button { width: 100%; margin-top: auto; }
.auction-project-link { display: inline-flex; align-self: flex-start; margin-top: 18px; color: rgba(255,255,255,.68); font-size: 12px; font-weight: 800; letter-spacing: .07em; text-decoration: none; text-transform: uppercase; }
.auction-project-link:hover { color: var(--white); }
.upcoming-auctions { margin-top: 80px; padding: 42px; border: 1px solid var(--line); background: rgba(255,255,255,.25); }
.upcoming-auctions .eyebrow { margin-bottom: 16px; }
.upcoming-auctions > p:last-child { max-width: 650px; margin: 21px 0 0; color: #59635e; }
.auction-contact { padding: 72px 0; background: var(--ink-2); color: var(--white); }
.auction-contact-inner { display: grid; grid-template-columns: 1fr auto; align-items: center; gap: 50px; }
.auction-contact .eyebrow { margin-bottom: 15px; }
.auction-contact h2 { max-width: 760px; }
.auction-contact .button { white-space: nowrap; }

@media (max-width: 1100px) {
  .nav { gap: 20px; }
  .auction-teaser-inner { grid-template-columns: 1fr 1fr; gap: 26px; }
  .auction-teaser .button { justify-self: start; }
  .auction-grid { gap: 22px; }
  .auction-card-copy { padding: 28px; }
}

.reveal { opacity: 0; transform: translateY(18px); transition: opacity .65s ease, transform .65s ease; }
.reveal.in-view { opacity: 1; transform: none; }
.delay-1 { transition-delay: .09s; }
.delay-2 { transition-delay: .17s; }
.delay-3 { transition-delay: .25s; }

@media (max-width: 1100px) {
  .hero-grid { min-height: 0; grid-template-columns: 1fr; gap: 34px; padding-top: 76px; padding-bottom: 72px; }
  .hero { min-height: 0; }
  .hero-copy { max-width: 900px; }
  .hero-system { width: 100%; max-width: none; }
  .hero-actions { grid-template-columns: repeat(3, minmax(0, 1fr)); max-width: 900px; gap: 12px; }
  .hero-actions .button { width: 100%; }
  .service-grid { grid-template-columns: repeat(2, 1fr); }
  .timeline { grid-template-columns: repeat(2, 1fr); }
  .contact-grid { grid-template-columns: 1fr; }
  .contact-copy { max-width: 620px; }
  .whatsapp-float { right: 16px; bottom: max(16px, env(safe-area-inset-bottom)); padding: 6px; border-width: 1px; border-radius: 15px; }
  .whatsapp-float > span:last-child { position: absolute; width: 1px; height: 1px; overflow: hidden; clip: rect(0,0,0,0); }
  .whatsapp-float .whatsapp-media { width: 46px; height: 46px; border-radius: 12px; }
}

@media (max-width: 820px) {
  :root { --shell: min(100% - 40px, 1180px); }
  .section { padding: 64px 0; }
  .header-inner { min-height: 72px; }
  .brand { gap: 9px; }
  .brand-symbol { width: 42px; height: 42px; }
  .brand-wordmark strong { font-size: 14px; }
  .brand-wordmark small { display: none; }
  .menu-toggle {
    width: 44px;
    height: 44px;
    display: grid;
    place-content: center;
    gap: 7px;
    padding: 0;
    border: 1px solid rgba(255,255,255,.25);
    background: transparent;
  }
  .menu-toggle > span:not(.sr-only) { display: block; width: 19px; height: 1px; background: var(--white); transition: transform .2s; }
  .menu-toggle[aria-expanded="true"] > span:nth-last-child(2) { transform: translateY(4px) rotate(45deg); }
  .menu-toggle[aria-expanded="true"] > span:last-child { transform: translateY(-4px) rotate(-45deg); }
  .nav {
    position: absolute;
    top: 72px;
    left: 0;
    right: 0;
    display: none;
    align-items: stretch;
    padding: 12px 16px 20px;
    background: #111f1b;
    border-top: 1px solid rgba(255,255,255,.1);
  }
  .nav.is-open { display: grid; }
  .nav a { padding: 12px; }
  .nav-cta { margin-top: 6px; text-align: center; }
  .hero { padding-top: 72px; background-position: 64% center; }
  .hero-grid { gap: 0; padding-top: 42px; padding-bottom: 72px; }
  .hero h1 {
    max-width: 100%;
    font-size: clamp(36px, 10.5vw, 46px);
    line-height: 1;
    letter-spacing: -.035em;
    overflow-wrap: normal;
    word-break: normal;
  }
  .hero h1 br, .section h2 br { display: block; }
  .hero-intro { margin-top: 20px; font-size: 16px; line-height: 1.55; }
  .hero-actions { display: flex; max-width: none; align-items: stretch; flex-direction: column; gap: 11px; margin-top: 27px; }
  .button { width: 100%; }
  .hero-system { display: none; }
  .hero-band { justify-content: space-evenly; }
  .hero-band span:nth-of-type(2), .hero-band span:nth-of-type(4), .hero-band i:nth-of-type(2), .hero-band i:nth-of-type(4) { display: none; }
  .section-heading, .route-intro, .project-types { grid-template-columns: 1fr; gap: 20px; }
  .section-heading { padding-bottom: 32px; }
  .section-heading > p, .route-intro p:last-child { margin-left: 0; }
  .route-intro .eyebrow { grid-column: auto; margin-bottom: -10px; }
  .route-app { grid-template-columns: 1fr; }
  .route-options {
    display: grid;
    grid-template-columns: 1fr;
    gap: 0;
    padding: 0;
    overflow: visible;
    border-right: 0;
    border-bottom: 1px solid rgba(255,255,255,.13);
  }
  .route-option {
    width: 100%;
    min-height: 76px;
    border: 0;
    border-bottom: 1px solid rgba(255,255,255,.1);
  }
  .route-option:last-child { border-bottom: 0; }
  .route-result { min-height: 0; padding: 27px 22px; scroll-margin-top: 82px; }
  .route-result ol { grid-template-columns: 1fr; }
  .project-types { padding-top: 48px; }
  .capability-strip { grid-template-columns: 1fr; margin-top: 34px; }
  .capability-strip article { min-height: 0; padding: 27px 24px; border-right: 0; border-bottom: 1px solid rgba(255,255,255,.13); }
  .capability-strip article:last-child { border-bottom: 0; }
  .footer-inner { grid-template-columns: 1fr; align-items: start; gap: 17px; }
  .footer-details { display: grid; justify-items: start; gap: 7px; }
  .footer-details > *:not(:last-child)::after { content: none; }
  .field-row { grid-template-columns: 1fr; gap: 0; }
  .contact-grid { gap: 46px; }
  .auction-teaser { padding: 42px 0; }
  .auction-teaser-inner, .auction-section-head, .auction-contact-inner { grid-template-columns: 1fr; gap: 24px; }
  .auction-hero { min-height: 340px; padding: 125px 0 55px; }
  .auction-hero h1 { font-size: clamp(48px, 14vw, 72px); }
  .auction-hero-inner > p:last-child { margin-top: 22px; font-size: 16px; }
  .auction-section-head > p { margin-left: 0; }
  .auction-grid { grid-template-columns: 1fr; max-width: 590px; }
  .auction-card-copy { padding: 30px 26px; }
  .auction-facts { grid-template-columns: 1fr; }
  .auction-facts p, .auction-facts p + p { padding: 13px 0; border-left: 0; border-bottom: 1px solid rgba(255,255,255,.13); }
  .auction-facts p:last-child { border-bottom: 0; }
  .upcoming-auctions { margin-top: 50px; padding: 30px 24px; }
  .auction-contact { padding: 58px 0; }
  .auction-contact .button { width: 100%; }
}

@media (max-width: 520px) {
  :root { --shell: min(100% - 36px, 1180px); }
  .section { padding: 54px 0; }
  .hero h1 { font-size: clamp(32px, 9.6vw, 38px); }
  .section h2 { font-size: clamp(30px, 8.8vw, 36px); line-height: 1; letter-spacing: -.035em; }
  .eyebrow { margin-bottom: 16px; font-size: 12px; letter-spacing: .13em; }
  .system-head, .system-foot { padding: 12px 14px; font-size: 11px; letter-spacing: .09em; }
  .system-flow li { grid-template-columns: 28px 1fr; gap: 9px; padding: 14px; }
  .system-flow li::before { left: 27px; }
  .system-flow small { grid-column: 2; }
  .system-flow strong { font-size: 16px; }
  .system-flow small { font-size: 12px; }
  .system-foot { align-items: flex-start; flex-direction: column; }
  .service-grid, .timeline { grid-template-columns: 1fr; }
  .commitment-strip { grid-template-columns: 1fr; }
  .commitment-strip { margin-top: 28px; }
  .commitment-strip article, .commitment-strip article:last-child { grid-column: auto; min-height: 0; padding: 22px 20px; border-right: 0; border-bottom: 1px solid rgba(255,255,255,.12); }
  .commitment-strip small { margin-bottom: 10px; }
  .service-card { min-height: 0; padding: 24px 20px 25px; }
  .service-icon { width: 46px; height: 46px; margin-bottom: 22px; }
  .service-icon svg { width: 27px; }
  .service-card h3 { font-size: 20px; }
  .route-intro { margin-bottom: 30px; }
  .route-option { min-height: 78px; padding: 14px 16px; }
  .route-result { padding: 24px 18px; }
  .route-result h3 { margin-top: 21px; font-size: 24px; }
  .result-kicker { align-items: flex-start; flex-direction: column; gap: 12px; }
  .timeline-item { min-height: 0; display: grid; grid-template-columns: 50px 1fr; gap: 10px; padding: 22px 18px; }
  .timeline-index { font-size: 38px; }
  .timeline-tag { margin: 0 0 7px; }
  .project-title h3 { font-size: 27px; line-height: 1.08; }
  .project-list { gap: 8px; }
  .project-list span { padding: 10px 12px; font-size: 13px; }
  .capability-strip { margin-top: 30px; }
  .capability-strip article { padding: 24px 20px; }
  .capability-label { margin-bottom: 14px; }
  .capability-strip h3 { font-size: 23px; }
  .callback-form { padding: 23px 16px; }
  .form-head { align-items: flex-start; flex-direction: column; gap: 10px; }
  .callback-form .form-route-choice { width: 100%; min-width: 0; }
  .whatsapp-float { right: 12px; bottom: max(12px, env(safe-area-inset-bottom)); padding: 5px; border-width: 1px; border-radius: 14px; }
  .whatsapp-float > span:last-child { position: absolute; width: 1px; height: 1px; overflow: hidden; clip: rect(0,0,0,0); }
  .whatsapp-float .whatsapp-media { width: 42px; height: 42px; border-radius: 11px; }
  .hero-band { height: 44px; padding-inline: 10px; font-size: 11px; letter-spacing: .09em; }
  .auction-teaser .button { width: 100%; }
  .auction-hero { min-height: 300px; padding: 112px 0 44px; }
  .auction-hero h1 { font-size: 48px; }
  .auction-card-copy { padding: 27px 22px; }
  .auction-card h3 { font-size: 27px; }
  .auction-card-copy .button { width: 100%; gap: 18px; }
  .upcoming-auctions { padding: 25px 20px; }
}

@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  *, *::before, *::after { animation-duration: .01ms !important; animation-iteration-count: 1 !important; transition-duration: .01ms !important; }
  .reveal { opacity: 1; transform: none; }
}

/* Inhoudspagina's */
.breadcrumbs { display: flex; flex-wrap: wrap; gap: 8px; margin-bottom: 34px; color: rgba(255,255,255,.52); font-size: 12px; font-weight: 700; letter-spacing: .06em; text-transform: uppercase; }
.breadcrumbs a { color: rgba(255,255,255,.72); text-decoration: none; }
.breadcrumbs a:hover { color: var(--white); }
.subpage-hero { min-height: 590px; display: flex; align-items: flex-end; padding: 142px 0 76px; color: var(--white); background: radial-gradient(circle at 82% 16%, rgba(132,167,86,.18), transparent 29%), linear-gradient(125deg, #111d19 4%, #20352f 100%); }
.subpage-hero.compact-hero { min-height: 500px; }
.subpage-hero-inner { width: var(--shell); }
.subpage-hero h1, .project-detail-hero h1 { max-width: 1050px; margin: 0; font-family: var(--display); font-size: clamp(49px, 6.5vw, 92px); line-height: .91; letter-spacing: -.05em; text-transform: uppercase; }
.subpage-lead { max-width: 780px; margin: 30px 0 0; color: rgba(255,255,255,.74); font-size: clamp(17px, 2vw, 21px); line-height: 1.62; }
.subpage-actions { display: flex; align-items: center; flex-wrap: wrap; gap: 12px; margin-top: 34px; }
.text-link-light { color: rgba(255,255,255,.82); }
.content-section { padding: 92px 0; background: var(--paper); }
.content-section-soft { background: #e7e3d8; }
.content-layout { display: grid; grid-template-columns: minmax(0, 1.45fr) minmax(280px, .55fr); gap: clamp(50px, 8vw, 110px); align-items: start; }
.content-main { max-width: 760px; }
.content-main h2, .narrow-shell h2 { margin: 0 0 28px; font-family: var(--display); font-size: clamp(38px, 4.7vw, 62px); line-height: .98; letter-spacing: -.045em; text-transform: uppercase; }
.content-main > p, .narrow-shell > p, .large-copy { color: #505b55; font-size: 17px; line-height: 1.75; }
.content-main > p + p { margin-top: 18px; }
.content-aside { min-width: 0; padding: 34px; border-top: 4px solid var(--orange); background: var(--ink); color: var(--white); box-shadow: 0 22px 55px rgba(21,35,31,.15); }
.content-aside small { display: block; margin-bottom: 16px; color: var(--green); font-size: 12px; font-weight: 800; letter-spacing: .12em; text-transform: uppercase; }
.content-aside strong { display: block; max-width: 100%; font-family: var(--display); font-size: clamp(24px, 5vw, 32px); line-height: 1.08; letter-spacing: -.025em; overflow-wrap: normal; word-break: normal; hyphens: none; text-transform: uppercase; }
.content-aside p { margin: 22px 0 0; color: rgba(255,255,255,.67); font-size: 15px; line-height: 1.7; }
.check-grid { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 1px; margin-top: 34px; background: var(--line); border: 1px solid var(--line); }
.check-grid span { position: relative; min-height: 62px; display: flex; align-items: center; padding: 15px 16px 15px 42px; background: #f4f1e9; font-size: 14px; font-weight: 800; }
.check-grid span::before { content: "✓"; position: absolute; left: 17px; color: var(--orange); font-weight: 900; }
.process-section { padding: 92px 0; background: var(--ink-2); color: var(--white); }
.process-section .section-heading > p { color: rgba(255,255,255,.64); }
.process-cards { display: grid; grid-template-columns: repeat(auto-fit, minmax(220px, 1fr)); gap: 1px; margin: 46px 0 0; padding: 1px; list-style: none; background: rgba(255,255,255,.13); }
.process-cards li { min-height: 270px; padding: 30px; background: var(--ink-2); }
.process-cards li > span, .principle-grid article > span { display: block; margin-bottom: 50px; color: var(--orange); font-family: var(--display); font-size: 18px; font-weight: 800; }
.process-cards h3, .principle-grid h3 { margin: 0; font-family: var(--display); font-size: 25px; text-transform: uppercase; }
.process-cards p, .principle-grid p { margin: 15px 0 0; color: rgba(255,255,255,.6); font-size: 14px; line-height: 1.65; }
.narrow-shell { width: min(820px, var(--shell)); margin-inline: auto; }
.faq-list { margin-top: 38px; border-top: 1px solid #c8c5bc; }
.faq-list details { border-bottom: 1px solid #c8c5bc; }
.faq-list summary { display: flex; align-items: center; justify-content: space-between; gap: 24px; padding: 24px 0; cursor: pointer; font-family: var(--display); font-size: 22px; font-weight: 800; line-height: 1.2; text-transform: uppercase; list-style: none; }
.faq-list summary::-webkit-details-marker { display: none; }
.faq-list summary span { color: var(--orange); font-size: 30px; transition: transform .2s; }
.faq-list details[open] summary span { transform: rotate(45deg); }
.faq-list details p { max-width: 720px; margin: -5px 0 25px; color: #505b55; font-size: 16px; line-height: 1.7; }
.faq-list-large summary { font-size: 24px; }
.related-section { padding: 65px 0; background: var(--paper); }
.related-links { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 1px; margin-top: 28px; background: var(--line); border: 1px solid var(--line); }
.related-links a { min-height: 104px; display: flex; align-items: center; justify-content: space-between; gap: 20px; padding: 24px; background: #f4f1e9; color: var(--ink); font-family: var(--display); font-size: 20px; font-weight: 800; text-decoration: none; text-transform: uppercase; transition: background .2s, color .2s; }
.related-links a:hover { background: var(--ink); color: var(--white); }
.related-links i { color: var(--orange); font-style: normal; font-size: 24px; }
.page-cta { padding: 76px 0; background: #172a24; color: var(--white); }
.page-cta-inner { display: grid; grid-template-columns: minmax(0, 1fr) auto; align-items: center; gap: 60px; }
.page-cta h2 { max-width: 780px; margin: 0; font-family: var(--display); font-size: clamp(38px, 4.5vw, 60px); line-height: .96; letter-spacing: -.04em; text-transform: uppercase; }
.page-cta p:not(.eyebrow) { max-width: 720px; margin: 20px 0 0; color: rgba(255,255,255,.65); line-height: 1.7; }
.page-cta-actions { width: min(100%, 330px); display: grid; gap: 12px; justify-items: stretch; }
.page-cta-actions .button { width: 100%; min-height: 60px; }
.expertise-grid { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 18px; }
.expertise-card { position: relative; min-height: 330px; padding: 34px; border: 1px solid var(--line); color: var(--ink); text-decoration: none; transition: transform .2s, background .2s, color .2s; }
.expertise-card:hover { transform: translateY(-4px); background: var(--ink); color: var(--white); }
.expertise-card > span { color: var(--orange); font-family: var(--display); font-size: 16px; font-weight: 800; }
.expertise-card h2 { max-width: 500px; margin: 50px 0 16px; font-family: var(--display); font-size: 34px; line-height: 1; text-transform: uppercase; }
.expertise-card p { max-width: 580px; color: #59635e; font-size: 15px; line-height: 1.65; }
.expertise-card:hover p { color: rgba(255,255,255,.64); }
.expertise-card strong { position: absolute; left: 34px; bottom: 30px; color: var(--orange); font-size: 12px; letter-spacing: .08em; text-transform: uppercase; }
.project-overview-grid { display: grid; gap: 28px; }
.project-section-heading { display: grid; grid-template-columns: minmax(0, 1fr) minmax(280px, .65fr); align-items: end; gap: 48px; margin-bottom: 40px; }
.project-section-heading h2, .archive-heading h2 { margin: 0; font-family: var(--display); font-size: clamp(38px, 5vw, 64px); line-height: .98; letter-spacing: -.035em; text-transform: uppercase; }
.project-section-heading > p, .archive-heading p { margin: 0; color: #59635e; font-size: 16px; line-height: 1.7; }
.project-overview-archive { margin-bottom: 64px; }
.project-card { display: grid; grid-template-columns: minmax(300px, .85fr) minmax(0, 1.15fr); overflow: hidden; background: var(--ink); color: var(--white); }
.project-card-image { min-height: 390px; overflow: hidden; }
.project-card-image img { width: 100%; height: 100%; object-fit: cover; display: block; transition: transform .35s; }
.project-card-image:hover img { transform: scale(1.025); }
.project-card > div { display: flex; flex-direction: column; padding: 38px; }
.project-card h2 { margin: 0; font-family: var(--display); font-size: clamp(30px, 3.3vw, 46px); line-height: 1.02; text-transform: uppercase; }
.project-card h2 a { text-decoration: none; }
.project-card dl { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); margin: 30px 0; border-block: 1px solid rgba(255,255,255,.15); }
.project-card dl div { padding: 14px 10px 14px 0; }
.project-card dt { color: rgba(255,255,255,.48); font-size: 11px; font-weight: 700; letter-spacing: .08em; text-transform: uppercase; }
.project-card dd { margin: 5px 0 0; font-size: 14px; font-weight: 800; }
.project-card-actions { display: flex; flex-wrap: wrap; gap: 10px; margin-top: auto; }
.project-card .text-link { color: var(--white); }
.project-detail-hero { padding: 136px 0 72px; background: var(--ink-2); color: var(--white); }
.project-detail-grid { display: grid; grid-template-columns: minmax(0, 1fr); gap: 42px; align-items: start; }
.project-detail-grid > div { min-width: 0; }
.project-detail-grid > div > p:not(.eyebrow) { max-width: 650px; margin: 28px 0; color: rgba(255,255,255,.7); font-size: 17px; line-height: 1.7; }
.project-detail-grid figure { margin: 0; width: min(100%, 780px); min-width: 0; }
.project-detail-grid figure img { width: 100%; height: auto; aspect-ratio: 4 / 3; display: block; object-fit: contain; }
.project-detail-grid figcaption { padding: 10px 0 0; color: rgba(255,255,255,.42); font-size: 11px; letter-spacing: .1em; text-transform: uppercase; }
.project-facts { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); border: 1px solid var(--line); }
.project-facts article { padding: 28px; }
.project-facts article + article { border-left: 1px solid var(--line); }
.project-facts span { display: block; margin-bottom: 8px; color: #68726d; font-size: 11px; font-weight: 800; letter-spacing: .1em; text-transform: uppercase; }
.project-facts strong { font-family: var(--display); font-size: 28px; text-transform: uppercase; }
.archive-heading { display: flex; align-items: end; justify-content: space-between; gap: 32px; margin: 0 0 26px; padding-top: 8px; border-top: 1px solid var(--line); }
.archive-heading h2 { padding-top: 28px; font-size: clamp(32px, 4vw, 48px); }
.archive-heading p { padding-top: 28px; }
.archive-grid { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 14px; }
.archive-item { min-height: 210px; display: flex; flex-direction: column; padding: 28px; border: 1px solid var(--line); background: var(--paper); }
.archive-item > p { margin: 0 0 10px; color: var(--orange); font-size: 11px; font-weight: 800; letter-spacing: .12em; text-transform: uppercase; }
.archive-item > strong { font-family: var(--display); font-size: 18px; }
.archive-item h3 { margin: 22px 0; font-family: var(--display); font-size: 25px; line-height: 1.04; text-transform: uppercase; }
.archive-item > div { display: flex; flex-wrap: wrap; gap: 8px 18px; margin-top: auto; color: #59635e; font-size: 13px; font-weight: 700; }
.archive-item > div:empty::after { content: "Projectreferentie uit het GR-archief"; }
.principle-grid { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 1px; margin-top: 46px; background: rgba(255,255,255,.13); }
.principle-grid article { min-height: 260px; padding: 30px; background: var(--ink-2); }

/* Long project names use the full row, regardless of device or zoom. */
.project-detail-grid h1 { max-width: 100%; font-size: clamp(2rem, 4.5vw, 4rem); line-height: 1.08; overflow-wrap: anywhere; hyphens: auto; }

@media (max-width: 900px) {
  .content-layout { grid-template-columns: 1fr; }
  .content-aside { width: 100%; max-width: none; }
  .page-cta-inner { grid-template-columns: 1fr; gap: 34px; }
  .page-cta-actions { justify-items: start; }
  .project-card { grid-template-columns: 1fr; }
  .project-card-image { min-height: 0; aspect-ratio: 16 / 9; }
  .project-section-heading { grid-template-columns: 1fr; gap: 14px; }
}

@media (max-width: 1100px) and (min-width: 821px) {
  .footer-inner { grid-template-columns: auto 1fr auto auto; }
  .footer-details { grid-column: 1 / -1; grid-row: 2; justify-content: flex-start; }
}

@media (max-width: 820px) {
  .subpage-hero, .subpage-hero.compact-hero { min-height: 0; padding: 125px 0 58px; }
  .subpage-hero-inner { min-width: 0; }
  .subpage-hero h1 {
    max-width: 100%;
    font-size: clamp(32px, 8.8vw, 46px);
    line-height: 1.02;
    letter-spacing: -.035em;
    overflow-wrap: anywhere;
    word-break: normal;
    hyphens: auto;
  }
  .subpage-lead { margin-top: 22px; font-size: 17px; }
  .content-section, .process-section { padding: 66px 0; }
  .related-links, .expertise-grid, .principle-grid { grid-template-columns: 1fr; }
  .expertise-card { min-height: 290px; }
  .project-detail-hero { padding: 116px 0 58px; }
  .project-facts { grid-template-columns: 1fr; }
  .project-facts article + article { border-left: 0; border-top: 1px solid var(--line); }
  .archive-grid { grid-template-columns: 1fr; }
  .archive-heading { display: block; }
  .archive-heading p { padding-top: 12px; }
}

@media (max-width: 520px) {
  .breadcrumbs { margin-bottom: 25px; }
  .subpage-hero h1 { font-size: clamp(31px, 8.7vw, 38px); }
  .subpage-actions { display: grid; gap: 18px; }
  .whatsapp-float { display: none; }
  .content-main h2, .narrow-shell h2 { font-size: 34px; }
  .check-grid, .project-card dl { grid-template-columns: 1fr; }
  .check-grid span { min-height: 56px; }
  .content-aside, .expertise-card, .project-card > div { padding: 25px 22px; }
  .content-aside { padding-inline: 18px; }
  .content-aside strong { font-size: 20px; line-height: 1.12; letter-spacing: -.02em; }
  .expertise-card strong { left: 22px; }
  .process-cards { grid-template-columns: 1fr; }
  .process-cards li { min-height: 230px; padding: 25px 22px; }
  .process-cards li > span { margin-bottom: 34px; }
  .faq-list summary, .faq-list-large summary { font-size: 20px; }
  .related-links a { min-height: 86px; padding: 20px; font-size: 18px; }
  .page-cta { padding: 58px 0; }
  .page-cta-actions, .page-cta-actions .button { width: 100%; }
  .project-card-image { aspect-ratio: 4 / 3; }
  .project-card h2 { font-size: 24px; line-height: 1.08; }
  .project-card-actions { display: grid; grid-template-columns: minmax(0, 1fr); width: 100%; }
  .project-card-actions .text-link { width: 100%; }
  .project-card dl div + div { border-top: 1px solid rgba(255,255,255,.12); }
}

/* Clear benefits and a readable footer on every page. */
.home-usps { display: grid; grid-template-columns: repeat(4, minmax(0, 1fr)); gap: 8px; margin-top: 30px; padding: 0; border: 0; }
.home-usps li { display: flex; align-items: center; min-width: 0; padding: 14px 16px; border: 1px solid rgba(255,255,255,.22); background: rgba(255,255,255,.06); border-left: 3px solid var(--green); }
footer { padding: 24px 0; color: #c3cbc6; }
footer .footer-inner { grid-template-columns: minmax(0, 1fr) minmax(0, 1fr) minmax(0, .8fr); align-items: start; gap: 12px 28px; }
footer .footer-details { grid-column: auto; grid-row: auto; display: grid; justify-items: start; justify-content: start; gap: 6px; }
footer .footer-details > * { display: block; font-size: 14px; text-transform: none; letter-spacing: 0; }
footer .footer-details > *::after { content: none !important; }
footer .footer-links { display: grid; gap: 0; justify-items: start; }
footer .footer-links a { display: flex; align-items: center; min-height: 44px; font-size: 14px; text-transform: none; letter-spacing: 0; }
footer .footer-copyright { grid-column: 1 / 3; align-self: center; font-size: 14px; letter-spacing: 0; }
footer .footer-inner > a:last-child { font-size: 14px; letter-spacing: 0; text-transform: none; min-height: 44px; display: flex; align-items: center; }
@media (max-width: 820px) {
  .home-usps { grid-template-columns: repeat(2, minmax(0, 1fr)); font-size: 14px; line-height: 1.4; }
  .home-usps li { padding: 12px; }
  .home-section { padding: 40px 0; }
  .home-section h2 { font-size: 28px; line-height: 1.12; margin-bottom: 22px; }
  .home-section .eyebrow { margin-bottom: 12px; }
  .home-routes { gap: 12px; }
  .home-routes article { padding: 20px; }
  .home-routes .home-number { display: none; }
  .home-routes h3 { font-size: 21px; margin-bottom: 10px; }
  .home-routes p { font-size: 16px; line-height: 1.5; margin-bottom: 16px; }
  .home-routes .button { min-height: 44px; padding: 11px 14px; font-size: 13px; }
  .home-routes .home-secondary { min-height: 44px; margin-top: 10px; padding: 10px 12px; }
  .home-proof h2 { font-size: 26px; }
  .home-proof h2 br { display: none; }
  .home-proof .home-four { grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 20px 18px; margin: 22px 0; }
  .home-proof .home-four article { padding-top: 12px; }
  .home-proof .home-four h3 { font-size: 18px; margin-bottom: 8px; }
  .home-proof .home-four p { font-size: 16px; line-height: 1.45; }
  .home-mvo { font-size: 14px; padding-top: 16px; }
  .home-steps { grid-template-columns: 1fr; gap: 0; margin: 20px 0; }
  .home-steps article { display: grid; grid-template-columns: 32px minmax(0, 1fr); column-gap: 12px; padding: 14px 0; border-color: var(--line); }
  .home-steps .home-number { grid-row: 1 / 3; margin: 0; padding-top: 2px; font-size: 14px; }
  .home-steps h3 { font-size: 19px; margin: 0 0 5px; }
  .home-steps p { grid-column: 2; font-size: 16px; line-height: 1.45; }
  footer { padding: 22px 0 60px; }
  footer .footer-inner { grid-template-columns: minmax(0, 1.35fr) minmax(0, 1fr); gap: 12px 16px; }
  footer .brand-footer { grid-column: 1 / -1; padding-bottom: 12px; border-bottom: 1px solid rgba(255,255,255,.16); }
  footer .footer-details { grid-column: 1; gap: 3px; min-width: 0; line-height: 1.4; }
  footer .footer-details a { min-height: 30px; display: flex; align-items: center; }
  footer .footer-links { grid-column: 2; grid-template-columns: 1fr; gap: 4px; padding: 0; border: 0; min-width: 0; }
  footer .footer-links a { min-height: 32px; line-height: 1.4; }
  footer .footer-copyright { grid-column: 1; }
  footer .footer-inner > a:last-child { grid-column: 2; min-height: 32px; }
}
@media (max-width: 359px) {
  .home-proof .home-four { grid-template-columns: 1fr; }
}

/* Content cards must shrink and grow with their text, including long Dutch titles. */
.expertise-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
.expertise-card { display: flex; flex-direction: column; min-width: 0; min-height: 0; padding: 30px; }
.expertise-card > * { min-width: 0; max-width: 100%; }
.expertise-card h2 { font-size: clamp(1.4rem, 2.5vw, 2rem); line-height: 1.15; margin: 28px 0 14px; overflow-wrap: anywhere; hyphens: auto; }
.expertise-card p { margin: 0 0 24px; font-size: 16px; overflow-wrap: anywhere; }
.expertise-card strong { position: static; display: block; margin-top: auto; font-size: 14px; line-height: 1.5; overflow-wrap: anywhere; }
.section-heading.partnership-heading { display: flex; flex-direction: column; align-items: flex-start; gap: 16px; }
.partnership-heading h2 { margin-bottom: 0; }
.section-heading.partnership-heading > p { max-width: 780px; margin: 0; }
.related-links a { min-width: 0; line-height: 1.35; align-items: flex-start; }
.related-links a > span { min-width: 0; overflow-wrap: anywhere; hyphens: auto; }
.related-links a > i { flex: 0 0 auto; align-self: center; }
@media (max-width: 1100px) {
  .related-links a { font-size: 18px; padding: 20px; gap: 14px; }
}
@media (max-width: 820px) {
  .expertise-grid, .related-links { grid-template-columns: minmax(0, 1fr); }
  .expertise-card { padding: 24px; }
  .expertise-card h2 { margin-top: 20px; font-size: 24px; }
  .expertise-card p { margin-bottom: 20px; }
}

/* Data wiping as an integrated part of the asset process. */
.home-proof-links { display: flex; flex-wrap: wrap; gap: 10px; margin-top: 24px; }
.data-methods, .benefit-grid { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 1px; margin-top: 42px; padding: 1px; background: var(--line); }
.data-methods article, .benefit-grid article { min-width: 0; padding: 34px; background: var(--paper); }
.data-methods article > span, .benefit-grid article > span { display: block; margin-bottom: 38px; color: var(--orange); font-family: var(--display); font-size: 18px; font-weight: 800; }
.data-methods h3, .benefit-grid h3 { margin: 0; font-family: var(--display); font-size: clamp(23px, 2.4vw, 28px); line-height: 1.08; overflow-wrap: anywhere; hyphens: auto; text-transform: uppercase; }
.data-methods p, .benefit-grid p { margin: 18px 0 0; color: #505b55; font-size: 16px; line-height: 1.7; }
.benefit-grid { grid-template-columns: repeat(3, minmax(0, 1fr)); }
.data-process { grid-template-columns: repeat(4, minmax(0, 1fr)); }
.data-process li { min-height: 250px; }
.data-process li:last-child { grid-column: span 2; }
.data-process h3 { font-size: clamp(20px, 2.1vw, 24px); line-height: 1.08; overflow-wrap: anywhere; hyphens: auto; }
.workflow-data-note { display: grid; grid-template-columns: minmax(0, 1fr) auto; align-items: center; gap: 40px; margin: 54px 0; padding: 34px; border-left: 4px solid var(--orange); background: var(--ink); color: var(--white); }
.workflow-data-note h2 { margin: 0; font-family: var(--display); font-size: clamp(28px, 4vw, 42px); line-height: 1; text-transform: uppercase; }
.workflow-data-note p:not(.eyebrow) { max-width: 700px; margin: 16px 0 0; color: rgba(255,255,255,.68); font-size: 16px; line-height: 1.65; }
.workflow-data-note .button { white-space: nowrap; }

@media (max-width: 900px) {
  .benefit-grid { grid-template-columns: 1fr; }
  .data-process { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .data-process li:last-child { grid-column: 1 / -1; }
  .workflow-data-note { grid-template-columns: 1fr; }
  .workflow-data-note .button { width: 100%; white-space: normal; }
}

@media (max-width: 620px) {
  .data-methods { grid-template-columns: 1fr; }
  .data-process { grid-template-columns: 1fr; }
  .data-process li:last-child { grid-column: auto; }
  .data-methods article, .benefit-grid article { padding: 26px 22px; }
  .data-methods article > span, .benefit-grid article > span { margin-bottom: 24px; }
  .workflow-data-note { margin: 40px 0; padding: 27px 22px; }
  .home-proof-links { display: grid; gap: 18px; }
}

/* Tablet: give long process titles room and keep direct contact available. */
@media (max-width: 1100px) and (min-width: 621px) {
  .process-cards { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .process-cards li { min-height: 250px; }
  .process-cards h3 { font-size: clamp(22px, 3vw, 28px); overflow-wrap: anywhere; hyphens: auto; }
}

@media (max-width: 1100px) {
  .whatsapp-float { display: inline-flex; right: 14px; bottom: max(14px, env(safe-area-inset-bottom)); }
}
