@font-face {
  font-display: swap;
  font-family: "ADM Manrope";
  font-style: normal;
  font-weight: 200 800;
  src: url("../fonts/manrope-variable-latin.woff2") format("woff2");
}

@font-face {
  font-display: swap;
  font-family: "ADM Caveat";
  font-style: normal;
  font-weight: 400 700;
  src: url("../fonts/caveat-variable-latin.woff2") format("woff2");
}

@font-face {
  font-display: swap;
  font-family: "ADM Geist Mono";
  font-style: normal;
  font-weight: 400;
  src: url("../fonts/geist-mono-latin.woff2") format("woff2");
}

:root {
  --font-manrope: "ADM Manrope";
  --font-caveat: "ADM Caveat";
  --font-geist-mono: "ADM Geist Mono";
  --ink: #10221f;
  --green: #02584b;
  --green-dark: #013d35;
  --orange: #ff9d18;
  --cream: #f4f1e9;
  --paper: #fbfaf6;
  --mist: #e7eeeb;
  --white: #ffffff;
  --layout-max: 1600px;
  --hero-max: 1800px;
  --layout-padding: max(clamp(34px,5vw,80px),calc((100vw - var(--layout-max))/2 + 80px));
}

*, *::before, *::after { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body { background: var(--cream); color: var(--ink); font-family: var(--font-manrope), Arial, Helvetica, sans-serif; margin: 0; overflow-x: hidden; -webkit-font-smoothing: antialiased; }
h1, h2, h3, h4, p, figure, blockquote { margin-block: 0; }
img, svg { display: block; max-width: 100%; }
a { color: inherit; text-decoration: none; }
button, input, select, textarea { font: inherit; }

.quality-strip { align-items: center; background: var(--green-dark); color: rgba(255,255,255,.96); display: flex; font-size: 9px; font-weight: 750; height: 24px; justify-content: center; left: 0; letter-spacing: .13em; position: absolute; right: 0; text-transform: uppercase; top: 0; z-index: 31; }
.site-header { align-items: center; background: rgba(250,248,242,.96); border-bottom: 1px solid rgba(16,34,31,.12); display: flex; height: 84px; justify-content: space-between; left: 0; padding: 0 var(--layout-padding); position: absolute; right: 0; top: 24px; z-index: 30; }
.brand { align-items: center; display: flex; gap: 12px; }
.brand img { height: 46px; object-fit: contain; width: auto; }
.brand-name { align-items: baseline; color: var(--green); display: inline-flex; font-size: 18px; gap: 5px; letter-spacing: -.035em; }
.brand-name strong { font-weight: 900; letter-spacing: -.055em; }
.brand-name > span { font-weight: 500; letter-spacing: -.025em; }
.brand-slogan { color: var(--orange); display: inline-block; font-family: var(--font-caveat), "Segoe Print", cursive; font-size: 22px; font-weight: 700; letter-spacing: -.025em; line-height: 1; margin-left: 5px; transform: rotate(-3deg) translateY(1px); transform-origin: left center; white-space: nowrap; }
.desktop-nav { align-items: center; display: flex; font-size: 14px; font-weight: 700; gap: clamp(14px,1.6vw,28px); }
.desktop-nav > a:not(.nav-cta) { padding: 31px 0 27px; position: relative; }
.desktop-nav > a:not(.nav-cta)::after { background: var(--orange); bottom: 22px; content: ""; height: 2px; left: 0; position: absolute; transform: scaleX(0); transform-origin: left; transition: transform .2s ease; width: 100%; }
.desktop-nav > a.active::after, .desktop-nav > a:hover::after { transform: scaleX(1); }
.nav-cta { background: var(--orange); border-radius: 3px; padding: 15px 19px; }
.header-actions { align-items: center; display: flex; gap: 10px; }
.nav-cta-service { background: var(--green); color: white; }
.nav-cta span, .button span, .arrow-link span { display: inline-block; margin-left: 8px; }
.mobile-menu { display: none; position: relative; }
.mobile-menu summary { background: var(--orange); border-radius: 3px; cursor: pointer; font-size: 13px; font-weight: 800; list-style: none; padding: 12px 15px; }
.mobile-menu summary::-webkit-details-marker { display: none; }
.mobile-menu nav { background: white; box-shadow: 0 18px 40px rgba(16,34,31,.16); display: flex; flex-direction: column; min-width: 220px; padding: 12px; position: absolute; right: 0; top: 52px; }
.mobile-menu nav a { border-bottom: 1px solid #e6e8e3; font-size: 14px; font-weight: 750; padding: 13px 10px; }

.eyebrow { align-items: center; color: var(--green); display: flex; font-size: 11px; font-weight: 850; gap: 12px; letter-spacing: .14em; margin: 0 0 24px; text-transform: uppercase; }
.eyebrow > span { background: var(--orange); display: inline-block; flex: 0 0 26px; height: 3px; }
.eyebrow-light { color: white; }
.button { align-items: center; border: 1px solid transparent; border-radius: 3px; display: inline-flex; font-size: 14px; font-weight: 800; justify-content: center; min-height: 54px; padding: 0 23px; transition: box-shadow .18s ease, transform .18s ease; }
.button:hover { box-shadow: 0 10px 26px rgba(16,34,31,.15); transform: translateY(-2px); }
.button-primary { background: var(--green); color: white; }
.button-light { background: white; color: var(--green-dark); }
.button-orange { background: var(--orange); color: var(--ink); }
.arrow-link { border-bottom: 1px solid currentColor; color: var(--green); display: inline-block; font-size: 14px; font-weight: 800; padding-bottom: 4px; }
.arrow-link span { color: var(--orange); }
.section-heading h2, .properties-intro h2 { font-size: clamp(43px,4.6vw,72px); font-weight: 760; letter-spacing: -.06em; line-height: .99; margin: 0; }
.section-heading h2 em { color: var(--green); font-style: normal; }
.split-heading { align-items: end; display: grid; gap: clamp(40px,7vw,115px); grid-template-columns: 1.1fr .9fr; }
.split-heading > p { color: #5d6966; font-size: 16px; line-height: 1.75; margin: 0 0 6px; max-width: 540px; }

.hero { display: grid; grid-template-columns: minmax(0,.92fr) minmax(520px,1.08fr); margin-inline: auto; max-width: var(--hero-max); min-height: clamp(700px,80vh,820px); padding-top: 108px; width: 100%; }
.hero-copy { align-items: flex-start; display: flex; flex-direction: column; justify-content: center; padding: 72px clamp(34px,6vw,104px) 66px clamp(34px,5.5vw,94px); }
.hero h1 { font-size: clamp(50px,4.6vw,76px); font-weight: 760; letter-spacing: -.065em; line-height: .96; margin: 0; }
.hero h1 em { color: var(--green); font-style: normal; }
.hero-intro { color: #3f4b48; font-size: 19px; line-height: 1.7; margin: 30px 0 0; max-width: 610px; }
.hero-actions { align-items: center; display: flex; gap: 30px; margin-top: 36px; }
.hero-note { align-items: flex-start; border-top: 1px solid rgba(16,34,31,.14); color: #66716e; display: flex; font-size: 12px; gap: 12px; line-height: 1.5; margin-top: 50px; padding-top: 21px; }
.hero-note strong { color: var(--ink); }
.note-mark { align-items: center; background: rgba(255,157,24,.16); border-radius: 50%; color: var(--orange); display: flex; flex: 0 0 24px; font-size: 12px; font-weight: 900; height: 24px; justify-content: center; }
.hero-visual { min-height: clamp(616px,calc(80vh - 84px),736px); overflow: hidden; position: relative; }
.hero-case-slide { inset: 0; opacity: 0; position: absolute; transform: scale(1.015); transition: opacity .42s ease, transform .72s ease; }
.hero-case-slide.is-active { opacity: 1; transform: scale(1); z-index: 1; }
.hero-case-slide img { height: 100%; inset: 0; object-fit: cover; object-position: 46% center; position: absolute; width: 100%; }
.visual-shade { background: linear-gradient(180deg,rgba(0,0,0,.05) 30%,rgba(0,0,0,.6) 100%); inset: 0; pointer-events: none; position: absolute; z-index: 2; }
.case-label { align-items: center; bottom: 32px; color: white; display: flex; gap: 13px; left: 34px; position: absolute; right: 34px; z-index: 3; }
.case-label small { display: block; font-size: 10px; font-weight: 700; letter-spacing: .12em; margin-bottom: 4px; opacity: .78; text-transform: uppercase; }
.case-label strong { display: block; font-size: 17px; }
.case-dot { background: #55d78e; border: 4px solid rgba(255,255,255,.2); border-radius: 50%; box-shadow: 0 0 0 1px rgba(255,255,255,.42); height: 13px; width: 13px; }
.hero-case-controls { inset: 0; opacity: 0; pointer-events: none; position: absolute; transition: opacity .22s ease; z-index: 4; }
.hero-case-carousel:hover .hero-case-controls,
.hero-case-carousel:focus-within .hero-case-controls { opacity: 1; }
.hero-case-controls button { align-items: center; background: transparent; border: 0; color: rgba(255,255,255,.9); cursor: pointer; display: flex; font-family: Arial, sans-serif; font-size: 54px; font-weight: 200; height: 82px; justify-content: center; padding: 0; pointer-events: auto; position: absolute; text-shadow: 0 2px 12px rgba(0,0,0,.42); top: 50%; transform: translateY(-50%); transition: color .18s ease, transform .18s ease; width: 58px; }
.hero-case-controls button:first-child { left: 10px; }
.hero-case-controls button:last-child { right: 10px; }
.hero-case-controls button:hover { color: white; transform: translateY(-50%) scale(1.08); }
.hero-case-controls button:focus-visible { outline: 2px solid white; outline-offset: -8px; }
@media (hover: none) {
  .hero-case-controls { opacity: .82; }
}

.proof-bar { align-items: center; background: transparent; border-bottom: 1px solid rgba(16,34,31,.1); color: var(--green); display: flex; min-height: 150px; padding: 28px clamp(34px,6vw,94px); }
.proof-points { display: grid; grid-template-columns: repeat(4,1fr); margin: 0 auto; max-width: 1500px; width: 100%; }
.proof-point { align-items: center; border-left: 1px solid rgba(16,34,31,.12); display: flex; flex-direction: column; justify-content: center; min-height: 78px; padding: 10px clamp(16px,2.5vw,42px); text-align: center; }
.proof-point:first-child { border-left: 0; }
.proof-point strong { color: var(--green); font-size: clamp(28px,2.35vw,40px); font-weight: 800; letter-spacing: -.05em; line-height: 1; }
.proof-point span { color: #68736f; font-size: 11px; line-height: 1.45; margin-top: 9px; }

.machine-spotlight { background: var(--cream); display: grid; gap: clamp(52px,7vw,118px); grid-template-columns: minmax(0,.92fr) minmax(0,1.08fr); padding: clamp(86px,9vw,136px) clamp(34px,6vw,94px); }
.machine-gallery { align-self: start; display: grid; gap: 12px; grid-template-columns: minmax(0,1fr) 116px; position: sticky; top: 28px; }
.machine-main-image { background: white; min-height: 650px; overflow: hidden; position: relative; }
.machine-main-image img { object-fit: cover; object-position: center top; }
.machine-main-image::after { background: linear-gradient(180deg,transparent 65%,rgba(1,61,53,.72)); content: ""; inset: 0; pointer-events: none; position: absolute; }
.machine-main-image > span { bottom: 22px; color: white; font-size: 10px; font-weight: 850; left: 24px; letter-spacing: .11em; position: absolute; text-transform: uppercase; z-index: 1; }
.machine-detail-grid { display: grid; gap: 12px; grid-template-rows: repeat(3,1fr); }
.machine-detail-grid > div { background: white; min-height: 0; overflow: hidden; position: relative; }
.machine-detail-grid img { object-fit: cover; transition: transform .4s ease; }
.machine-detail-grid > div:hover img { transform: scale(1.04); }
.machine-spotlight-copy { align-self: center; }
.machine-spotlight-copy h2 { font-size: clamp(43px,4.6vw,72px); font-weight: 760; letter-spacing: -.06em; line-height: .99; margin: 0; max-width: 760px; }
.machine-intro { color: #56635f; font-size: 16px; line-height: 1.75; margin: 28px 0 38px; max-width: 680px; }
.machine-feature-list { border-top: 1px solid rgba(16,34,31,.14); }
.machine-feature-list article { border-bottom: 1px solid rgba(16,34,31,.14); display: grid; gap: 22px; grid-template-columns: 34px 1fr; padding: 20px 0 22px; }
.machine-feature-list article > span { color: var(--orange); font-family: var(--font-geist-mono), monospace; font-size: 10px; padding-top: 5px; }
.machine-feature-list h3 { font-size: 19px; letter-spacing: -.025em; margin: 0 0 7px; }
.machine-feature-list p { color: #68736f; font-size: 13px; line-height: 1.62; margin: 0; max-width: 650px; }
.machine-benefits { display: flex; flex-wrap: wrap; gap: 9px; margin: 26px 0 28px; }
.machine-benefits span { background: rgba(2,88,75,.08); color: var(--green); font-size: 10px; font-weight: 850; letter-spacing: .04em; padding: 10px 12px; text-transform: uppercase; }

/* Interactieve inhoud binnen de bestaande automaten-sectie. */
.machine-configurator { grid-column: 1/-1; min-width: 0; }
.machine-configurator-heading { align-items: end; display: grid; gap: clamp(52px,7vw,118px); grid-template-columns: minmax(0,.92fr) minmax(0,1.08fr); }
.machine-configurator-heading .machine-intro { margin: 0 0 6px; }
.machine-configurator-heading .machine-intro-slogan { color: var(--orange); font-family: var(--font-caveat), "Segoe Print", cursive; font-size: 22px; font-weight: 700; letter-spacing: -.025em; line-height: 1; }
.machine-family-tabs { border-bottom: 1px solid rgba(16,34,31,.14); border-top: 1px solid rgba(16,34,31,.14); display: grid; grid-template-columns: repeat(3,1fr); margin: 52px auto 0; max-width: 860px; }
.machine-family-tabs button { align-items: center; background: transparent; border: 0; color: var(--ink); cursor: pointer; display: flex; flex-direction: column; gap: 5px; justify-content: center; min-height: 84px; padding: 12px 20px; position: relative; transition: background .18s ease, color .18s ease; }
.machine-family-tabs button + button { border-left: 1px solid rgba(16,34,31,.14); }
.machine-family-tabs button::after { background: var(--orange); bottom: -1px; content: ""; height: 3px; left: 24px; position: absolute; right: 24px; transform: scaleX(0); transition: transform .18s ease; }
.machine-family-tabs button strong { font-size: 17px; font-weight: 850; letter-spacing: -.02em; }
.machine-family-tabs button span { color: #68736f; font-size: 9px; font-weight: 750; letter-spacing: .055em; transition: color .18s ease; }
.machine-family-tabs button:hover, .machine-family-tabs button.is-active { color: var(--green); }
.machine-family-tabs button.is-active { background: rgba(2,88,75,.06); }
.machine-family-tabs button.is-active span { color: var(--green); }
.machine-family-tabs button.is-active::after { transform: scaleX(1); }
.machine-family-tabs button:focus-visible, .machine-tabs button:focus-visible { outline: 2px solid var(--orange); outline-offset: 3px; z-index: 2; }
.machine-tabs { border-bottom: 1px solid rgba(16,34,31,.14); border-top: 1px solid rgba(16,34,31,.14); display: grid; grid-template-columns: repeat(2,1fr); margin: 18px auto 0; max-width: 620px; }
.machine-tabs--3 { grid-template-columns: repeat(3,1fr); max-width: 860px; }
.machine-tabs button { align-items: center; background: transparent; border: 0; color: var(--ink); cursor: pointer; display: flex; flex-direction: column; gap: 4px; justify-content: center; min-height: 72px; padding: 10px 28px; position: relative; transition: background .18s ease, color .18s ease; }
.machine-tabs button strong { font-size: 16px; font-weight: 850; }
.machine-tabs button span { color: #68736f; font-size: 10px; font-weight: 750; letter-spacing: .04em; transition: color .18s ease; }
.machine-tabs button + button { border-left: 1px solid rgba(16,34,31,.14); }
.machine-tabs button::after { background: var(--orange); bottom: -1px; content: ""; height: 3px; left: 24px; position: absolute; right: 24px; transform: scaleX(0); transition: transform .18s ease; }
.machine-tabs button:hover { color: var(--green); }
.machine-tabs button.is-active { background: rgba(2,88,75,.06); color: var(--green); }
.machine-tabs button.is-active span { color: var(--green); }
.machine-tabs button.is-active::after { transform: scaleX(1); }
.machine-variant-label { align-items: center; border-bottom: 1px solid rgba(16,34,31,.14); border-top: 1px solid rgba(16,34,31,.14); display: flex; flex-direction: column; gap: 4px; justify-content: center; margin: 18px auto 0; min-height: 72px; max-width: 420px; padding: 10px 28px; }
.machine-variant-label strong { color: var(--green); font-size: 16px; font-weight: 850; }
.machine-variant-label span { color: #68736f; font-size: 10px; font-weight: 750; letter-spacing: .04em; }
.machine-panel { align-items: center; display: grid; gap: clamp(58px,5vw,88px); grid-template-columns: minmax(230px,1fr) minmax(470px,600px) minmax(230px,1fr); margin: 64px auto 0; max-width: 1520px; }
.machine-callouts { display: flex; flex-direction: column; gap: 92px; }
.machine-callout { background: transparent; border: 0; border-bottom: 1px solid rgba(16,34,31,.14); border-top: 1px solid rgba(16,34,31,.14); color: var(--ink); cursor: pointer; display: grid; gap: 16px; grid-template-columns: 28px 1fr; padding: 20px 0 22px; position: relative; text-align: left; transition: background .2s ease, padding .2s ease; width: 100%; }
.machine-callout::after { background: rgba(2,88,75,.28); content: ""; height: 1px; position: absolute; top: 50%; width: clamp(58px,5vw,88px); }
.machine-callout::before { background: var(--orange); border: 4px solid var(--cream); border-radius: 50%; content: ""; height: 13px; position: absolute; top: calc(50% - 6px); transition: transform .2s ease; width: 13px; z-index: 1; }
.machine-callouts-left .machine-callout::after { right: calc(clamp(58px,5vw,88px) * -1); }
.machine-callouts-left .machine-callout::before { right: calc(clamp(58px,5vw,88px) * -1 - 6px); }
.machine-callouts-right .machine-callout::after { left: calc(clamp(58px,5vw,88px) * -1); }
.machine-callouts-right .machine-callout::before { left: calc(clamp(58px,5vw,88px) * -1 - 6px); }
.machine-callout-number { color: var(--orange); font-family: var(--font-geist-mono), monospace; font-size: 10px; padding-top: 4px; }
.machine-callout-copy { display: block; }
.machine-callout-function { color: var(--green); display: block; font-size: 9px; font-weight: 850; letter-spacing: .1em; margin: 0 0 8px; text-transform: uppercase; }
.machine-callout-copy strong { display: block; font-size: 19px; letter-spacing: -.025em; line-height: 1.2; margin: 0 0 9px; }
.machine-callout-copy > span:last-child { color: #68736f; display: block; font-size: 12px; line-height: 1.62; }
.machine-callout:hover, .machine-callout.is-active { background: rgba(255,255,255,.35); padding-left: 10px; padding-right: 10px; }
.machine-callout.is-active::after { background: var(--green); }
.machine-callout.is-active::before { transform: scale(1.35); }
.machine-callout:focus-visible { outline: 2px solid var(--orange); outline-offset: 4px; }
.machine-product { align-items: stretch; animation: machine-reveal .4s ease both; display: grid; gap: 0; grid-template-columns: repeat(2,minmax(0,1fr)); height: 550px; justify-self: center; min-height: 0; padding-bottom: 32px; position: relative; width: min(100%,550px); }
.machine-product::before { background: radial-gradient(circle,rgba(2,88,75,.1),rgba(2,88,75,0) 68%); content: ""; inset: 6% -8% 0; position: absolute; }
.machine-product-image { align-self: stretch; height: auto; min-height: 0; min-width: 0; position: relative; }
.machine-product-image img { height: 100%; inset: 0; max-height: 100%; object-fit: contain; position: absolute; transform: scale(.9); transform-origin: center; width: 100%; }
.machine-product-front { transform: translateX(28px); z-index: 2; }
.machine-product-back { transform: translateX(-30px); z-index: 1; }
.machine-product-front img { filter: drop-shadow(0 18px 22px rgba(16,34,31,.1)); }
.machine-product-back img { filter: drop-shadow(0 18px 22px rgba(16,34,31,.14)); }
.machine-product-image > span { background: var(--green-dark); bottom: -25px; color: white; font-size: 8px; font-weight: 800; left: 50%; letter-spacing: .12em; padding: 7px 9px; position: absolute; text-transform: uppercase; transform: translateX(-50%); white-space: nowrap; z-index: 2; }
.machine-product-front, .machine-product-back { width: 100%; z-index: 1; }
.machine-product--single { grid-template-columns: 1fr; width: min(100%,500px); }
.machine-product--single .machine-product-single { justify-self: center; width: min(100%,420px); }
.machine-product--single .machine-product-single img { filter: drop-shadow(0 18px 22px rgba(16,34,31,.13)); transform: scale(.94); }
.machine-product--sauspomp.machine-product--single .machine-product-single { width: min(100%,360px); }
.machine-product--snackmeubel .machine-hotspot-1 { left: 39%; top: 35%; }
.machine-product--snackmeubel .machine-hotspot-2 { left: 31%; top: 59%; }
.machine-product--snackmeubel .machine-hotspot-3 { left: 66%; top: 43%; }
.machine-product--snackmeubel .machine-hotspot-4 { left: 65%; top: 68%; }
.machine-product--sauspomp .machine-hotspot-1 { left: 39%; top: 29%; }
.machine-product--sauspomp .machine-hotspot-2 { left: 61%; top: 48%; }
.machine-product--sauspomp .machine-hotspot-3 { left: 46%; top: 62%; }
.machine-product--sauspomp .machine-hotspot-4 { left: 63%; top: 76%; }
.machine-hotspot { align-items: center; background: rgba(255,255,255,.88); border: 1px solid rgba(2,88,75,.5); border-radius: 50%; box-shadow: 0 5px 14px rgba(16,34,31,.16); color: var(--green-dark); cursor: pointer; display: flex; font-family: var(--font-geist-mono), monospace; font-size: 8px; font-weight: 800; height: 30px; justify-content: center; padding: 0; position: absolute; transition: background .2s ease, color .2s ease, transform .2s ease; width: 30px; z-index: 5; }
.machine-hotspot-1 { left: 40%; top: 69%; }
.machine-hotspot-2 { left: 28%; top: 42%; }
.machine-hotspot-3 { left: 69%; top: 24%; }
.machine-hotspot-4 { left: 70%; top: 56%; }
.machine-hotspot:hover, .machine-hotspot.is-active { background: var(--orange); border-color: var(--orange); color: var(--ink); transform: scale(1.16); }
.machine-hotspot:focus-visible { outline: 3px solid white; outline-offset: 2px; }
@keyframes machine-reveal { from { opacity: .55; transform: translateY(8px); } to { opacity: 1; transform: translateY(0); } }
.machine-model-summary { align-items: center; display: flex; gap: 14px; justify-content: center; margin: 30px auto 24px; text-align: center; }
.machine-model-summary strong { background: var(--orange); color: var(--ink); font-size: 10px; letter-spacing: .08em; padding: 8px 10px; text-transform: uppercase; }
.machine-model-summary span { color: #56635f; font-size: 14px; font-weight: 700; }
.machine-actions { align-items: center; display: flex; gap: 28px; justify-content: center; }

.impact-section, .cases-section, .shared-section, .disciplines-section { background: var(--paper); padding: clamp(86px,9vw,136px) clamp(34px,6vw,94px); }
.benefit-grid { display: grid; gap: 1px; grid-template-columns: repeat(3,1fr); margin-top: 66px; }
.benefit-card { background: white; border-top: 3px solid transparent; min-height: 304px; padding: 32px; transition: border-color .2s ease, transform .2s ease; }
.benefit-card:hover { border-color: var(--orange); transform: translateY(-5px); }
.benefit-number, .model-card-top > span, .properties-list > article > span, .shared-grid article > span, .disciplines-grid article > span { color: #a2aaa7; font-family: var(--font-geist-mono), monospace; font-size: 10px; }
.benefit-signal { color: var(--green); display: block; font-size: 10px; font-weight: 850; letter-spacing: .1em; margin: 51px 0 12px; text-transform: uppercase; }
.benefit-card h3 { font-size: 25px; letter-spacing: -.04em; line-height: 1.15; margin: 0 0 15px; max-width: 310px; }
.benefit-card p { color: #697370; font-size: 14px; line-height: 1.65; margin: 0; }

.properties-section { background: var(--green-dark); color: white; display: grid; gap: clamp(55px,8vw,130px); grid-template-columns: .85fr 1.15fr; padding: clamp(86px,9vw,136px) clamp(34px,6vw,94px); }
.properties-intro h2 { font-size: clamp(42px,4.1vw,66px); }
.properties-intro > p:not(.eyebrow) { color: rgba(255,255,255,.68); font-size: 16px; line-height: 1.7; margin: 28px 0 30px; max-width: 510px; }
.properties-intro .arrow-link { color: white; }
.properties-list { border-top: 1px solid rgba(255,255,255,.18); }
.properties-list article { border-bottom: 1px solid rgba(255,255,255,.18); display: grid; gap: 26px; grid-template-columns: 35px 1fr; padding: 24px 0 26px; }
.properties-list article > span { color: var(--orange); padding-top: 5px; }
.properties-list h3 { font-size: 20px; margin: 0 0 8px; }
.properties-list p { color: rgba(255,255,255,.65); font-size: 14px; line-height: 1.6; margin: 0; }

.cases-section { background: var(--cream); }
.cases-grid { display: grid; gap: 20px; grid-template-columns: repeat(3,1fr); margin-top: 64px; }
.case-card { background: transparent; overflow: hidden; }
.case-card-image { aspect-ratio: 1/.78; overflow: hidden; position: relative; }
.case-card-image img { display: block; height: 100%; object-fit: cover; transition: transform .5s ease; width: 100%; }
.case-card-tag { background: rgba(1,61,53,.92); bottom: 0; color: white; font-size: 10px; font-weight: 850; left: 0; letter-spacing: .1em; padding: 11px 14px; position: absolute; text-transform: uppercase; }
.case-card:nth-child(2) .case-card-image img { object-position: center; }
.case-card:nth-child(3) .case-card-image img { object-position: center 35%; }
.case-card:hover img { transform: scale(1.035); }
.case-card-body { padding: 28px 28px 32px; }
.case-card-body > span { color: var(--green); font-size: 9px; font-weight: 850; letter-spacing: .1em; text-transform: uppercase; }
.case-card-body h3 { font-size: 25px; letter-spacing: -.035em; margin: 10px 0 13px; }
.case-card-body p { color: #65706d; font-size: 14px; line-height: 1.68; margin: 0; }

.logo-bar { background: transparent; display: flex; flex-direction: column; min-height: 188px; padding: 28px clamp(34px,6vw,94px) 12px; }
.logo-bar-heading { color: var(--green); font-size: 22px; font-weight: 800; letter-spacing: -.025em; line-height: 1.2; margin: 0; text-align: center; }
.logo-marquee { -webkit-mask-image: linear-gradient(90deg,transparent 0,#000 7%,#000 93%,transparent 100%); margin-top: 4px; mask-image: linear-gradient(90deg,transparent 0,#000 7%,#000 93%,transparent 100%); overflow: hidden; transform: translateY(2px); width: 100%; }
.logo-track { animation: logo-scroll 60s linear infinite; display: flex; transform: translate3d(0,0,0); will-change: transform; width: max-content; }
.logo-item { align-items: center; background: transparent; display: flex; height: 88px; justify-content: center; width: 200px; }
.logo-item img { filter: none; height: auto; max-height: 58px; max-width: 148px; object-fit: contain; opacity: 1; transition: transform .2s ease; width: auto; }
.logo-item--compact img { max-height: 64px; max-width: 126px; }
.logo-item--mark img { max-height: 70px; max-width: 88px; }
.logo-item:hover img { transform: scale(1.04); }
@keyframes logo-scroll {
  from { transform: translate3d(0,0,0); }
  to { transform: translate3d(-50%,0,0); }
}

.about-teaser, .decision-section, .family-cta { align-items: end; background: var(--green); color: white; display: grid; gap: clamp(50px,8vw,130px); grid-template-columns: 1.08fr .92fr; padding: clamp(78px,8vw,120px) clamp(34px,6vw,94px); }
.about-teaser h2, .decision-section h2, .family-cta h2 { font-size: clamp(40px,4vw,64px); font-weight: 760; letter-spacing: -.055em; line-height: 1.03; margin: 0; }
.about-teaser > div:last-child p, .decision-section > div:last-child p, .family-cta > div:last-child p { color: rgba(255,255,255,.72); font-size: 16px; line-height: 1.75; margin: 0 0 28px; }
.about-teaser .arrow-link { color: white; }

.faq-section { background: var(--paper); display: grid; gap: clamp(54px,8vw,120px); grid-template-columns: .78fr 1.22fr; padding: clamp(82px,9vw,132px) clamp(34px,6vw,94px); }
.faq-intro h2 { font-size: clamp(43px,4.6vw,70px); font-weight: 760; letter-spacing: -.06em; line-height: 1; margin: 0; }
.faq-intro h2 em { color: var(--green); font-style: normal; }
.faq-intro > p:last-child { color: #5d6966; font-size: 15px; line-height: 1.72; margin: 27px 0 0; max-width: 450px; }
.faq-list { border-top: 1px solid rgba(16,34,31,.16); }
.faq-list details { border-bottom: 1px solid rgba(16,34,31,.16); }
.faq-list summary { align-items: center; cursor: pointer; display: grid; font-size: 17px; font-weight: 750; gap: 18px; grid-template-columns: 30px 1fr; list-style: none; padding: 25px 38px 25px 0; position: relative; }
.faq-list summary::-webkit-details-marker { display: none; }
.faq-list summary > span { color: var(--orange); font-family: var(--font-geist-mono), monospace; font-size: 10px; }
.faq-list summary::after { color: var(--green); content: "+"; font-size: 24px; font-weight: 500; line-height: 1; position: absolute; right: 3px; top: 23px; }
.faq-list details[open] summary::after { content: "−"; }
.faq-list details > p { color: #64706c; font-size: 14px; line-height: 1.7; margin: -7px 38px 24px 48px; max-width: 680px; }
.faq-list .faq-answer { color: #64706c; font-size: 14px; line-height: 1.7; margin: -7px 38px 24px 48px; max-width: 680px; }
.faq-list .faq-answer p { margin: 0; }

.admin-bar .quality-strip { top: 32px; }
.admin-bar .site-header { top: 56px; }

.advice-section { background: var(--green-dark); color: white; display: grid; gap: clamp(55px,7vw,110px); grid-template-columns: .82fr 1.18fr; padding: clamp(82px,9vw,135px) clamp(34px,6vw,94px); }
.advice-copy h2 { font-size: clamp(43px,4vw,66px); font-weight: 760; letter-spacing: -.06em; line-height: 1; margin: 0; }
.advice-copy > p:not(.eyebrow) { color: rgba(255,255,255,.68); font-size: 16px; line-height: 1.72; margin: 28px 0 38px; max-width: 480px; }
.contact-person { align-items: center; border-top: 1px solid rgba(255,255,255,.17); display: flex; gap: 18px; padding-top: 25px; }
.contact-initials { align-items: center; background: var(--orange); border-radius: 50%; color: var(--green-dark); display: flex; flex: 0 0 52px; font-size: 12px; font-weight: 900; height: 52px; justify-content: center; }
.contact-person strong { display: block; font-size: 13px; margin-bottom: 7px; }
.contact-person a { color: rgba(255,255,255,.72); display: block; font-size: 12px; line-height: 1.6; }
.lead-form { background: var(--paper); color: var(--ink); padding: clamp(30px,4vw,54px); }
.lead-form fieldset { border: 0; margin: 0 0 29px; padding: 0; }
.lead-form legend, .field-label { display: block; font-size: 12px; font-weight: 800; margin-bottom: 12px; }
.field-label > span { color: #8b9491; font-weight: 400; }
.choice-grid { display: grid; gap: 8px; grid-template-columns: repeat(3,1fr); }
.choice { align-items: center; border: 1px solid #d9dedb; cursor: pointer; display: flex; font-size: 12px; justify-content: center; min-height: 46px; padding: 8px; transition: border-color .15s ease, background .15s ease; }
.choice input { height: 1px; opacity: 0; position: absolute; width: 1px; }
.choice.active { background: rgba(2,88,75,.08); border-color: var(--green); color: var(--green); font-weight: 800; }
.field-label { margin: 0 0 22px; }
.field-label input, .field-label select, .field-label textarea { background: transparent; border: 0; border-bottom: 1px solid #cdd3d0; border-radius: 0; color: var(--ink); display: block; font-size: 14px; font-weight: 400; margin-top: 8px; outline: none; padding: 11px 0; resize: vertical; width: 100%; }
.field-label input:focus, .field-label select:focus, .field-label textarea:focus { border-bottom-color: var(--orange); }
.form-row { display: grid; gap: 22px; grid-template-columns: 1fr 1fr; }
.recommendation { background: var(--mist); border-left: 3px solid var(--orange); display: flex; flex-direction: column; margin: -3px 0 25px; padding: 13px 16px; }
.recommendation span { color: #77817e; font-size: 9px; font-weight: 800; letter-spacing: .1em; text-transform: uppercase; }
.recommendation strong { color: var(--green); font-size: 13px; margin-top: 4px; }
.form-submit { border: 0; cursor: pointer; width: 100%; }
.form-note { color: #7a8481; font-size: 10px; line-height: 1.6; margin: 13px 0 0; text-align: center; }
.form-note a { color: var(--green); font-weight: 800; }

.site-footer { background: #092f29; color: white; display: grid; gap: 50px; grid-template-columns: 1.5fr .7fr .7fr; padding: 72px clamp(34px,6vw,94px) 28px; }
.brand-light .brand-name { color: white; }
.footer-brand p { color: rgba(255,255,255,.54); font-size: 13px; line-height: 1.65; margin: 20px 0 0; }
.footer-column { display: flex; flex-direction: column; gap: 9px; }
.footer-column strong { color: var(--orange); font-size: 11px; letter-spacing: .1em; margin-bottom: 8px; text-transform: uppercase; }
.footer-column a, .footer-column span { color: rgba(255,255,255,.66); font-size: 12px; }
.footer-column a:hover { color: white; }
.footer-bottom { border-top: 1px solid rgba(255,255,255,.12); color: rgba(255,255,255,.4); display: flex; font-size: 10px; grid-column: 1/-1; justify-content: space-between; padding-top: 22px; }

.subpage-hero { margin-inline: auto; max-width: var(--hero-max); width: 100%; }

/* Definitief kleurverloop van de homepage. */
.homepage-color-system .logo-bar { background: var(--cream); }
.homepage-color-system .machine-spotlight { background: var(--mist); }
.homepage-color-system .machine-callout::before { border-color: var(--mist); }
.homepage-color-system .proof-bar { background: var(--green-dark); border-bottom: 0; }
.homepage-color-system .proof-point { border-left-color: rgba(255,255,255,.2); }
.homepage-color-system .proof-point strong { color: white; }
.homepage-color-system .proof-point:nth-child(3) strong { color: var(--orange); }
.homepage-color-system .proof-point span { color: rgba(255,255,255,.7); }
.homepage-color-system .about-teaser { background: var(--green); }
.homepage-color-system .faq-section { background: var(--paper); }
.homepage-color-system .advice-section { background: var(--green-dark); }
.homepage-color-system .site-footer { background: #092f29; }

/* Subpages */
.subpage-hero { display: grid; grid-template-columns: 1.04fr .96fr; min-height: 760px; padding-top: 108px; }
.subpage-copy { align-items: flex-start; display: flex; flex-direction: column; justify-content: center; padding: 72px clamp(38px,6vw,102px); }
.subpage-copy h1 { font-size: clamp(49px,5vw,78px); font-weight: 760; letter-spacing: -.065em; line-height: .98; margin: 0; }
.subpage-copy h1 em { color: var(--green); font-style: normal; }
.subpage-copy > p:not(.eyebrow) { color: #4f5d59; font-size: 18px; line-height: 1.72; margin: 30px 0 0; max-width: 680px; }
.subpage-visual { background: white; min-height: 676px; overflow: hidden; position: relative; }
.subpage-visual > img { height: 100%; inset: 0; object-fit: contain; padding: 5%; position: absolute; width: 100%; }
.image-caption { background: var(--green); bottom: 0; color: white; display: flex; flex-direction: column; left: 0; padding: 19px 24px; position: absolute; }
.image-caption span { color: rgba(255,255,255,.66); font-size: 9px; font-weight: 800; letter-spacing: .1em; margin-bottom: 4px; text-transform: uppercase; }
.image-caption strong { font-size: 15px; }

.model-detail-section { background: var(--paper); padding: clamp(86px,9vw,136px) clamp(34px,6vw,94px); }
.centered-heading { margin: 0 auto 64px; max-width: 800px; text-align: center; }
.centered-heading .eyebrow { justify-content: center; }
.model-detail-grid { display: grid; gap: 22px; grid-template-columns: 1fr 1fr; }
.model-detail-card { background: white; border-top: 5px solid var(--green); padding: clamp(34px,4vw,58px); }
.plus-card { background: var(--green); color: white; }
.model-card-top { align-items: center; display: flex; justify-content: space-between; }
.model-card-top small { background: var(--mist); color: var(--green); font-size: 9px; font-weight: 850; letter-spacing: .1em; padding: 8px 10px; text-transform: uppercase; }
.plus-card .model-card-top small { background: var(--orange); color: var(--ink); }
.plus-card .model-card-top > span { color: rgba(255,255,255,.5); }
.model-detail-card h2 { font-size: clamp(50px,5vw,78px); letter-spacing: -.06em; margin: 38px 0 14px; }
.model-lead { color: #61706c; font-size: 16px; line-height: 1.7; margin: 0 0 32px; }
.plus-card .model-lead { color: rgba(255,255,255,.72); }
.model-detail-card ul { border-top: 1px solid rgba(16,34,31,.14); list-style: none; margin: 0; padding: 0; }
.model-detail-card li { border-bottom: 1px solid rgba(16,34,31,.14); font-size: 14px; font-weight: 750; padding: 15px 0 15px 25px; position: relative; }
.model-detail-card li::before { color: var(--orange); content: "✓"; left: 0; position: absolute; }
.plus-card ul, .plus-card li { border-color: rgba(255,255,255,.17); }
.model-fit { background: var(--mist); display: flex; flex-direction: column; margin-top: 30px; padding: 20px; }
.model-fit span { color: #77817e; font-size: 9px; font-weight: 850; letter-spacing: .1em; margin-bottom: 6px; text-transform: uppercase; }
.model-fit strong { color: var(--green); font-size: 13px; line-height: 1.55; }
.plus-card .model-fit { background: rgba(255,255,255,.1); }
.plus-card .model-fit span { color: rgba(255,255,255,.58); }
.plus-card .model-fit strong { color: white; }

.comparison-section { background: var(--green-dark); color: white; display: grid; gap: clamp(48px,6vw,100px); grid-template-columns: .72fr 1.28fr; padding: clamp(86px,9vw,136px) clamp(34px,6vw,94px); }
.comparison-heading h2 { font-size: clamp(42px,4.3vw,68px); letter-spacing: -.06em; line-height: 1; margin: 0; }
.comparison-heading > p:not(.eyebrow) { color: rgba(255,255,255,.66); font-size: 15px; line-height: 1.7; margin: 26px 0 0; }
.comparison-wrap { overflow-x: auto; }
.comparison-wrap table { border-collapse: collapse; min-width: 620px; width: 100%; }
.comparison-wrap th, .comparison-wrap td { border-bottom: 1px solid rgba(255,255,255,.16); font-size: 12px; padding: 16px 14px; text-align: left; }
.comparison-wrap thead th { color: var(--orange); font-size: 10px; letter-spacing: .1em; text-transform: uppercase; }
.comparison-wrap tbody th { color: rgba(255,255,255,.72); font-weight: 500; width: 52%; }
.comparison-wrap td { color: rgba(255,255,255,.62); font-weight: 750; }
.comparison-wrap td.yes { color: white; }
.comparison-wrap td.yes::before { color: var(--orange); content: "✓ "; }

.shared-section { background: var(--cream); }
.shared-grid, .disciplines-grid { display: grid; gap: 1px; grid-template-columns: repeat(4,1fr); margin-top: 62px; }
.shared-grid article, .disciplines-grid article { background: white; min-height: 250px; padding: 30px; }
.shared-grid h3, .disciplines-grid h3 { font-size: 20px; margin: 45px 0 12px; }
.shared-grid p, .disciplines-grid p { color: #697370; font-size: 14px; line-height: 1.65; margin: 0; }
.decision-section { background: var(--green); }

/* About page */
.about-hero-image > img { object-fit: cover; padding: 0; }
.heritage-badge { background: var(--orange); bottom: 0; display: flex; flex-direction: column; padding: 25px 28px; position: absolute; right: 0; }
.heritage-badge strong { font-size: 31px; letter-spacing: -.05em; }
.heritage-badge span { font-size: 9px; font-weight: 850; letter-spacing: .1em; margin-top: 3px; text-transform: uppercase; }
.story-section { background: var(--paper); display: grid; gap: clamp(55px,9vw,145px); grid-template-columns: .72fr 1.28fr; padding: clamp(90px,10vw,150px) clamp(34px,6vw,94px); }
.story-kicker { border-top: 3px solid var(--orange); display: flex; flex-direction: column; max-width: 360px; padding-top: 22px; }
.story-kicker span { color: var(--green); font-size: 11px; font-weight: 850; letter-spacing: .11em; margin-bottom: 9px; text-transform: uppercase; }
.story-kicker strong { font-size: 22px; line-height: 1.35; }
.story-copy h2, .craft-copy h2 { font-size: clamp(43px,4.5vw,70px); font-weight: 760; letter-spacing: -.06em; line-height: 1; margin: 0; }
.story-copy h2 em, .craft-copy h2 em { color: var(--green); font-style: normal; }
.story-copy > p:not(.eyebrow), .craft-copy > p:not(.eyebrow) { color: #5d6966; font-size: 16px; line-height: 1.8; margin: 27px 0 0; max-width: 700px; }
.story-copy blockquote { border-left: 3px solid var(--orange); color: var(--green); font-size: 21px; font-weight: 750; line-height: 1.45; margin: 35px 0 0; padding-left: 23px; }
.identity-strip { background: var(--green); color: white; display: grid; grid-template-columns: repeat(3,1fr); padding: 42px clamp(34px,6vw,94px); }
.identity-strip div { border-left: 1px solid rgba(255,255,255,.22); display: flex; flex-direction: column; min-height: 72px; padding-left: clamp(22px,3vw,48px); }
.identity-strip strong { font-size: clamp(25px,2.6vw,39px); letter-spacing: -.04em; }
.identity-strip span { color: rgba(255,255,255,.68); font-size: 11px; margin-top: 6px; }
.craft-section { background: var(--cream); display: grid; grid-template-columns: .82fr 1.18fr; min-height: 760px; }
.craft-image { min-height: 680px; overflow: hidden; position: relative; }
.craft-image > img { height: 100%; inset: 0; object-fit: cover; position: absolute; width: 100%; }
.craft-copy { align-items: flex-start; display: flex; flex-direction: column; justify-content: center; padding: clamp(60px,8vw,125px); }
.craft-copy ul { border-top: 1px solid rgba(16,34,31,.15); list-style: none; margin: 32px 0 0; padding: 0; width: 100%; }
.craft-copy li { border-bottom: 1px solid rgba(16,34,31,.15); font-size: 14px; font-weight: 750; padding: 16px 0 16px 27px; position: relative; }
.craft-copy li::before { color: var(--orange); content: "✓"; left: 0; position: absolute; }
.disciplines-section { background: var(--paper); }
.family-cta { background: var(--green-dark); }

/* Houd inhoud op laptop en grote monitor visueel op dezelfde schaal. */
.logo-bar,
.proof-bar,
.machine-spotlight,
.impact-section,
.cases-section,
.about-teaser,
.faq-section,
.advice-section,
.site-footer,
.model-detail-section,
.properties-section,
.comparison-section,
.shared-section,
.decision-section,
.story-section,
.disciplines-section,
.family-cta,
.identity-strip { padding-left: var(--layout-padding); padding-right: var(--layout-padding); }

/* Laat op gangbare desktops de volledige logocarrousel in het eerste scherm zien. */
@media (min-width: 981px) and (min-height: 860px) {
  .hero { min-height: clamp(720px,calc(100svh - 188px),820px); }
  .hero-visual { min-height: clamp(612px,calc(100svh - 296px),736px); }
  .hero-copy { padding-bottom: 10px; padding-top: 30px; }
  .hero-copy .eyebrow { margin-bottom: 30px; }
  .hero-intro { line-height: 1.58; margin-top: 30px; }
  .hero-actions { margin-top: 34px; }
  .hero-note { margin-top: 40px; padding-top: 18px; }
}

@media (min-width: 981px) and (max-height: 850px) {
  .hero-copy { padding-bottom: 26px; padding-top: 38px; }
  .subpage-copy { padding-bottom: 44px; padding-top: 48px; }
  .hero-copy .eyebrow { margin-bottom: 28px; }
  .hero-intro { line-height: 1.58; margin-top: 26px; }
  .subpage-copy > p:not(.eyebrow) { line-height: 1.58; margin-top: 22px; }
  .hero-actions { margin-top: 32px; }
  .hero-note { margin-top: 38px; padding-top: 18px; }
}

@media (min-width: 1081px) and (max-width: 1180px) {
  .site-header { padding-left: 24px; padding-right: 24px; }
  .brand-slogan { display: none; }
  .desktop-nav { font-size: 13px; gap: 14px; }
  .nav-cta { padding-left: 15px; padding-right: 15px; }
}

@media (max-width: 1080px) {
  .desktop-nav { display: none; }
  .mobile-menu { display: block; }
}

@media (max-width: 1100px) {
  .machine-spotlight { grid-template-columns: 1fr; }
  .machine-gallery { grid-template-columns: minmax(0,1fr) 150px; position: static; }
  .machine-main-image { min-height: 620px; }
  .machine-configurator-heading { grid-template-columns: 1fr; }
  .machine-configurator-heading .machine-intro { margin: 0; max-width: 720px; }
  .machine-panel { align-items: start; gap: 28px; grid-template-columns: repeat(2,minmax(0,1fr)); }
  .machine-product { grid-column: 1/-1; grid-row: 1; height: 470px; width: min(100%,500px); }
  .machine-callouts { gap: 28px; }
  .machine-callouts-left { grid-column: 1; grid-row: 2; }
  .machine-callouts-right { grid-column: 2; grid-row: 2; }
  .machine-callout::before, .machine-callout::after { display: none; }
}

@media (max-width: 980px) {
  .desktop-nav { display: none; }
  .mobile-menu { display: block; }
  .hero, .subpage-hero { grid-template-columns: 1fr; }
  .hero-copy, .subpage-copy { min-height: clamp(560px,calc(100svh - 108px),640px); padding-bottom: 62px; padding-top: 74px; }
  .hero-visual, .subpage-visual { min-height: clamp(500px,65vw,590px); }
  .proof-bar { padding-left: 28px; padding-right: 28px; }
  .properties-section, .comparison-section, .story-section { grid-template-columns: 1fr; }
  .craft-section { grid-template-columns: 1fr; }
  .craft-image { min-height: 580px; }
  .cases-grid { grid-template-columns: 1fr 1fr; }
  .case-card:last-child { grid-column: 1/-1; }
  .case-card:last-child .case-card-image { aspect-ratio: 2/.72; }
  .advice-section { grid-template-columns: 1fr; }
  .faq-section { grid-template-columns: 1fr; }
  .faq-intro > p:last-child { max-width: 680px; }
  .advice-copy { max-width: 650px; }
  .shared-grid, .disciplines-grid { grid-template-columns: 1fr 1fr; }
}

@media (max-width: 720px) {
  .quality-strip { display: none; }
  .site-header { height: 72px; padding: 0 18px; position: absolute; top: 0; }
  .brand img { height: 38px; }
  .brand-name { font-size: 15px; }
  .brand-slogan { font-size: 18px; margin-left: 0; }
  .mobile-menu summary { min-height: 44px; min-width: 66px; padding: 13px 15px; text-align: center; }
  .mobile-menu nav { max-width: calc(100vw - 36px); min-width: min(280px, calc(100vw - 36px)); right: 0; top: 50px; }
  .mobile-menu nav a { min-height: 46px; padding: 14px 12px; }
  .hero, .subpage-hero { padding-top: 72px; }
  .hero-copy, .subpage-copy { min-height: auto; padding: 58px 22px 48px; }
  .hero h1, .subpage-copy h1 { font-size: clamp(39px,11.7vw,56px); letter-spacing: -.055em; line-height: 1; overflow-wrap: anywhere; }
  .hero-intro, .subpage-copy > p:not(.eyebrow) { font-size: 16px; line-height: 1.62; margin-top: 24px; }
  .eyebrow { font-size: 10px; gap: 10px; letter-spacing: .11em; margin-bottom: 20px; }
  .eyebrow > span { flex-basis: 20px; }
  .hero-actions { align-items: flex-start; flex-direction: column; gap: 22px; width: 100%; }
  .hero-actions .button { width: 100%; }
  .hero-visual, .subpage-visual { min-height: min(112vw, 460px); }
  .subpage-visual > img { padding: 2%; }
  .case-label { bottom: 22px; left: 22px; right: 22px; }
  .case-label strong { font-size: 15px; line-height: 1.25; }
  .hero-case-controls button { font-size: 46px; height: 72px; width: 48px; }
  .hero-case-controls button:first-child { left: 4px; }
  .hero-case-controls button:last-child { right: 4px; }
  .logo-bar { padding-left: 22px; padding-right: 22px; }
  .proof-bar { padding: 0 22px; }
  .proof-points { grid-template-columns: repeat(2,1fr); }
  .proof-point { min-height: 116px; padding: 24px 14px; }
  .proof-point:nth-child(3) { border-left: 0; }
  .proof-point:nth-child(-n+2) { border-bottom: 1px solid rgba(16,34,31,.12); }
  .proof-point strong { font-size: clamp(27px,8vw,36px); }
  .proof-point span { font-size: 10px; }
  .homepage-color-system .proof-point:nth-child(-n+2) { border-bottom-color: rgba(255,255,255,.2); }
  .impact-section, .cases-section, .faq-section, .shared-section, .disciplines-section, .model-detail-section, .machine-spotlight { padding: 68px 22px; }
  .section-heading h2, .properties-intro h2, .about-teaser h2, .decision-section h2, .family-cta h2, .advice-copy h2, .comparison-heading h2, .story-copy h2, .craft-copy h2, .machine-spotlight-copy h2 { font-size: clamp(35px,10.6vw,48px); letter-spacing: -.05em; line-height: 1.04; overflow-wrap: anywhere; }
  .split-heading { grid-template-columns: 1fr; }
  .benefit-grid, .cases-grid, .model-detail-grid, .shared-grid, .disciplines-grid { grid-template-columns: 1fr; margin-top: 44px; }
  .case-card:last-child { grid-column: auto; }
  .case-card:last-child .case-card-image { aspect-ratio: 1/.78; }
  .benefit-card { min-height: auto; padding: 28px 24px 30px; }
  .benefit-signal { margin-top: 34px; }
  .case-card-body { padding: 24px 4px 28px; }
  .machine-spotlight { gap: 48px; }
  .machine-gallery { gap: 8px; grid-template-columns: 1fr; }
  .machine-main-image { min-height: min(116vw,560px); }
  .machine-detail-grid { gap: 8px; grid-template-columns: repeat(3,1fr); grid-template-rows: none; }
  .machine-detail-grid > div { aspect-ratio: 1; }
  .machine-intro { font-size: 15px; margin: 24px 0 32px; }
  .machine-feature-list article { gap: 15px; grid-template-columns: 28px 1fr; padding: 18px 0 20px; }
  .machine-feature-list h3 { font-size: 18px; }
  .machine-family-tabs { grid-template-columns: repeat(2,1fr); margin-top: 36px; max-width: none; }
  .machine-family-tabs button { min-height: 68px; padding: 9px 10px; }
  .machine-family-tabs button:nth-child(3) { border-left: 0; }
  .machine-family-tabs button:nth-child(n+3) { border-top: 1px solid rgba(16,34,31,.14); }
  .machine-family-tabs button:nth-child(3) { grid-column: 1/-1; }
  .machine-family-tabs button strong { font-size: 14px; }
  .machine-family-tabs button span { font-size: 8px; }
  .machine-tabs { margin-top: 14px; max-width: none; }
  .machine-tabs button { font-size: 14px; min-height: 58px; padding: 0 12px; }
  .machine-tabs--3 button { padding: 0 7px; }
  .machine-tabs--3 button strong { font-size: 13px; }
  .machine-tabs--3 button span { font-size: 8px; text-align: center; }
  .machine-variant-label { margin-top: 14px; max-width: none; min-height: 58px; }
  .machine-panel { gap: 0; grid-template-columns: 1fr; margin-top: 38px; }
  .machine-product { gap: 0; grid-column: 1; grid-row: 1; height: min(100vw,400px); padding-bottom: 28px; width: min(100%,390px); }
  .machine-product-front { transform: translateX(15px); }
  .machine-product-back { transform: translateX(-16px); }
  .machine-product--single .machine-product-single { width: min(100%,310px); }
  .machine-product--sauspomp.machine-product--single .machine-product-single { width: min(100%,270px); }
  .machine-product-image > span { font-size: 7px; padding: 6px 8px; }
  .machine-callouts { gap: 0; }
  .machine-callouts-left { grid-column: 1; grid-row: 2; }
  .machine-callouts-right { grid-column: 1; grid-row: 3; }
  .machine-callout { padding: 19px 0 21px; }
  .machine-configurator > .machine-benefits { justify-content: flex-start; }
  .properties-section, .comparison-section, .story-section { gap: 44px; padding: 68px 22px; }
  .craft-image { min-height: min(118vw, 460px); }
  .craft-copy { padding: 66px 22px; }
  .logo-marquee { -webkit-mask-image: linear-gradient(90deg,transparent 0,#000 12%,#000 88%,transparent 100%); mask-image: linear-gradient(90deg,transparent 0,#000 12%,#000 88%,transparent 100%); }
  .logo-bar { min-height: 170px; padding-bottom: 10px; padding-top: 24px; }
  .logo-bar-heading { font-size: 19px; }
  .logo-item { height: 78px; width: 174px; }
  .about-teaser, .decision-section, .family-cta { align-items: start; gap: 38px; grid-template-columns: 1fr; padding: 66px 22px; }
  .advice-section { gap: 46px; padding: 68px 22px; }
  .lead-form { margin: 0; padding: 28px 20px; }
  .choice-grid { grid-template-columns: 1fr 1fr; }
  .form-row { gap: 0; grid-template-columns: 1fr; }
  .centered-heading { text-align: left; }
  .centered-heading .eyebrow { justify-content: flex-start; }
  .model-detail-card { padding: 30px 22px; }
  .model-detail-card h2 { font-size: 46px; margin-top: 30px; }
  .comparison-section { padding-right: 0; }
  .comparison-heading { padding-right: 22px; }
  .comparison-wrap { -webkit-overflow-scrolling: touch; overscroll-behavior-inline: contain; padding-bottom: 10px; padding-right: 22px; scrollbar-color: var(--orange) rgba(255,255,255,.12); scrollbar-width: thin; }
  .comparison-wrap table { min-width: 560px; }
  .comparison-wrap th, .comparison-wrap td { padding: 14px 11px; }
  .story-kicker { max-width: none; }
  .identity-strip { gap: 26px; grid-template-columns: 1fr; padding: 40px 24px; }
  .identity-strip div { border-left: 0; border-top: 1px solid rgba(255,255,255,.22); min-height: auto; padding: 19px 0 0; }
  .site-footer { gap: 38px 26px; grid-template-columns: 1fr 1fr; padding: 58px 22px 24px; }
  .footer-brand { grid-column: 1/-1; }
  .footer-bottom { align-items: flex-start; flex-direction: column; gap: 8px; }
}

@media (max-width: 560px) {
  .brand-slogan { display: none; }
}

@media (max-width: 420px) {
  .brand-name { display: none; }
  .hero-copy, .subpage-copy { padding-left: 18px; padding-right: 18px; }
  .hero h1, .subpage-copy h1 { font-size: clamp(36px,11.3vw,45px); }
  .hero h1 br, .subpage-copy h1 br, .section-heading h2 br, .properties-intro h2 br, .about-teaser h2 br, .decision-section h2 br, .family-cta h2 br, .advice-copy h2 br, .comparison-heading h2 br, .story-copy h2 br, .craft-copy h2 br { display: none; }
  .hero-note { margin-top: 38px; }
  .hero-visual, .subpage-visual { min-height: 390px; }
  .logo-bar, .proof-bar, .impact-section, .cases-section, .faq-section, .shared-section, .disciplines-section, .model-detail-section, .properties-section, .story-section, .about-teaser, .decision-section, .family-cta, .advice-section, .machine-spotlight { padding-left: 18px; padding-right: 18px; }
  .choice-grid { grid-template-columns: 1fr; }
  .contact-person { align-items: flex-start; }
  .contact-person a { overflow-wrap: anywhere; }
  .image-caption { max-width: calc(100% - 18px); padding: 16px 18px; }
  .heritage-badge { padding: 19px 21px; }
  .site-footer { grid-template-columns: 1fr; padding-left: 18px; padding-right: 18px; }
  .footer-brand, .footer-bottom { grid-column: auto; }
}

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

/* Native WordPress page, post, archive and 404 templates. */
.content-shell { background: var(--paper); min-height: 70vh; padding: 172px var(--layout-padding) 100px; }
.content-entry, .archive-header, .archive-grid, .error-content { margin: 0 auto; max-width: 1180px; }
.content-entry-header h1, .archive-header h1, .error-content h1 { font-size: clamp(46px,6vw,82px); letter-spacing: -.06em; line-height: 1; margin: 0; }
.content-featured-image { margin-top: 52px; max-height: 700px; overflow: hidden; }
.content-featured-image img { display: block; height: auto; width: 100%; }
.content-entry-body { color: #4f5d59; font-size: 17px; line-height: 1.8; margin-top: 50px; max-width: 820px; }
.content-entry-body h2, .content-entry-body h3 { color: var(--ink); letter-spacing: -.035em; }
.archive-description { color: #5d6966; line-height: 1.7; margin-top: 22px; max-width: 720px; }
.archive-grid { display: grid; gap: 28px; grid-template-columns: repeat(3,1fr); margin-top: 60px; }
.archive-card { background: white; }
.archive-card-image { aspect-ratio: 1/.72; display: block; overflow: hidden; }
.archive-card-image img { height: 100%; object-fit: cover; width: 100%; }
.archive-card-body { padding: 26px; }
.archive-card-body h2 { font-size: 24px; margin: 0 0 12px; }
.archive-card-body p { color: #65706d; font-size: 14px; line-height: 1.65; margin: 0; }
.error-shell { align-items: center; display: flex; }
.error-content { width: 100%; }
.error-content > p:not(.eyebrow) { color: #5d6966; font-size: 17px; line-height: 1.7; max-width: 650px; }

@media (max-width: 782px) {
  .admin-bar .quality-strip { top: 46px; }
  .admin-bar .site-header { top: 70px; }
  .archive-grid { grid-template-columns: 1fr; }
  .content-shell { padding-left: 22px; padding-right: 22px; padding-top: 130px; }
}
