/* DoWaTec · local system fonts, reusable design tokens, no external assets. */
:root {
  --color-ink: #182939;
  --color-muted: #53606b;
  --color-blue: #064eaf;
  --color-yellow: #ffc400;
  --color-yellow-hover: #ffda42;
  --color-white: #fff;
  --color-paper: #f7f8f9;
  --color-surface: #eef0f2;
  --color-line: #dce0e4;
  --color-dark: #162027;
  --color-dark-muted: #bdc7ce;
  --font-sans: 'Segoe UI', Arial, Helvetica, sans-serif;
  --text-xs: .75rem;
  --text-sm: .875rem;
  --text-base: 1rem;
  --text-lg: 1.125rem;
  --heading-xl: clamp(2.5rem, 4.05vw, 4.25rem);
  --heading-lg: clamp(1.65rem, 2.1vw, 2.25rem);
  --space-1: .25rem;
  --space-2: .5rem;
  --space-3: .75rem;
  --space-4: 1rem;
  --space-5: 1.5rem;
  --space-6: 2rem;
  --space-7: 3rem;
  --space-8: 4rem;
  --space-9: 6rem;
  --section-space: clamp(3rem, 5vw, 5rem);
  --gutter: clamp(1.25rem, 5.5vw, 6.25rem);
  --container: 1400px;
  --radius: 5px;
  --transition: 180ms ease;
}

*, *::before, *::after { box-sizing: border-box; }
html { scroll-behavior: smooth; scroll-padding-top: 2rem; }
body { margin: 0; color: var(--color-ink); background: var(--color-white); font-family: var(--font-sans); font-size: var(--text-base); line-height: 1.65; -webkit-font-smoothing: antialiased; }
[hidden] { display: none !important; }
img { display: block; max-width: 100%; height: auto; }
svg { flex-shrink: 0; vertical-align: middle; }
a { color: inherit; text-decoration-thickness: 1px; text-underline-offset: 4px; }
button, input, textarea, select { font: inherit; }
button, summary { -webkit-tap-highlight-color: transparent; }
button, a, summary { touch-action: manipulation; }
button { color: inherit; }
:focus-visible { outline: 3px solid var(--color-blue); outline-offset: 5px; }
.company :focus-visible, .site-footer :focus-visible { outline-color: var(--color-yellow); }
[tabindex='-1']:focus:not(:focus-visible) { outline: none; }
h1, h2, h3, p { margin: 0 0 var(--space-4); }
h1, h2, h3 { font-weight: 650; line-height: 1.18; letter-spacing: -.035em; }
h1 { font-size: var(--heading-xl); }
h2 { font-size: var(--heading-lg); }
h3 { font-size: 1.0625rem; letter-spacing: -.02em; }
p:last-child { margin-bottom: 0; }
.container { width: 100%; max-width: var(--container); padding-inline: var(--gutter); margin-inline: auto; }
.section-space { padding-block: var(--section-space); }
.eyebrow { margin-bottom: var(--space-4); font-size: var(--text-xs); font-weight: 650; letter-spacing: .065em; line-height: 1.5; text-transform: uppercase; }
.text-blue { color: var(--color-blue); }
.text-yellow { color: var(--color-yellow); }
.icon { width: 22px; height: 22px; }
.button { display: inline-flex; min-height: 46px; align-items: center; justify-content: center; gap: var(--space-5); padding: .7rem 1.05rem; border: 1px solid transparent; border-radius: 3px; font-size: var(--text-sm); font-weight: 600; line-height: 1.4; text-decoration: none; cursor: pointer; transition: background-color var(--transition), border-color var(--transition), color var(--transition); }
.button-primary { color: var(--color-ink); background: var(--color-yellow); }
.button-primary:hover { background: var(--color-yellow-hover); }
.button-outline { border-color: #bfc6cc; background: rgb(255 255 255 / 45%); }
.button-outline:hover { border-color: var(--color-ink); background: var(--color-white); }
.button-dark { color: var(--color-white); background: var(--color-ink); }
.button-dark:hover { background: var(--color-blue); }
.button-group { display: flex; flex-wrap: wrap; gap: var(--space-4); }
.text-link { display: inline-flex; min-height: 44px; align-items: center; gap: var(--space-4); font-size: var(--text-sm); font-weight: 600; text-decoration: none; }
.text-link:hover { text-decoration: underline; }
.skip-link { position: fixed; z-index: 100; top: 12px; left: 12px; transform: translateY(-180%); padding: var(--space-3) var(--space-5); color: var(--color-ink); background: var(--color-yellow); font-weight: 700; }
.skip-link:focus { transform: translateY(0); }
.screen-reader-text { position: absolute; width: 1px; height: 1px; padding: 0; margin: -1px; overflow: hidden; clip-path: inset(50%); white-space: nowrap; border: 0; }

/* Header echoes the reference's white, diagonally cut logo panel. */
.site-header, .hero { --intro-surface: linear-gradient(90deg, #f0f1f0 0%, #e3e7e5 60%, #d4dcda 100%); }
.home .site-header, .home .hero { --intro-surface: linear-gradient(90deg, #f8f9f8 0%, #e9ecec 52%, #d7dcdd 100%); }
.site-header { position: relative; z-index: 20; background: var(--intro-surface); border-bottom: 0; }
.header-inner { display: flex; min-height: 86px; max-width: 1600px; align-items: stretch; gap: clamp(1.5rem, 2.8vw, 2.8rem); padding-right: clamp(1.25rem, 2.4vw, 3rem); margin-inline: auto; }
.site-branding { position: relative; display: flex; flex-shrink: 0; align-items: center; width: clamp(235px, 24vw, 310px); padding: .8rem 4.5rem .8rem clamp(1.5rem, 3.6vw, 3.5rem); isolation: isolate; }
.site-branding::before { position: absolute; z-index: -1; inset: 0; background: var(--color-white); clip-path: polygon(0 0, 100% 0, calc(100% - 60px) 100%, 0 100%); content: ''; }
/* Continue the white brand panel through the centered header's outer margin. */
.site-branding::before { left: min(0px, calc(800px - 50vw)); }
.site-branding::after { position: absolute; top: 0; right: 0; width: 62px; height: 100%; background: var(--color-yellow); clip-path: polygon(calc(100% - 2px) 0, 100% 0, 2px 100%, 0 100%); content: ''; }
.brand { display: inline-flex; flex-direction: column; color: var(--color-blue); text-decoration: none; white-space: nowrap; }
.brand-name { width: fit-content; border-top: 3px solid var(--color-yellow); font-size: 2.35rem; font-weight: 750; line-height: 1.08; letter-spacing: -.055em; }
.brand-description { padding-block: .22rem; border-bottom: 2px solid var(--color-yellow); font-size: .65rem; font-weight: 650; line-height: 1.3; letter-spacing: .045em; }
.custom-logo-link { display: block; min-width: 0; }
.site-logo-link { display: block; width: 174px; max-width: 100%; color: var(--color-blue); text-decoration: none; }
.site-logo { width: 100%; height: auto; }
.site-branding .brand-name { font-size: 2.1rem; }
.custom-logo { width: auto; max-width: 100%; max-height: 58px; object-fit: contain; }
.header-navigation { display: flex; flex: 1; align-items: center; justify-content: space-between; gap: var(--space-5); min-width: 0; }
.menu { padding: 0; margin: 0; list-style: none; }
.primary-nav .menu { display: flex; align-items: center; gap: clamp(.85rem, 1.8vw, 1.85rem); }
.primary-nav li { position: relative; }
.primary-nav a { display: inline-flex; min-height: 44px; align-items: center; font-size: .8125rem; font-weight: 600; text-decoration: none; white-space: nowrap; }
.primary-nav a:hover, .primary-nav .current-menu-item > a { color: var(--color-blue); text-decoration: underline; text-decoration-color: var(--color-yellow); text-decoration-thickness: 2px; text-underline-offset: 8px; }
.primary-nav .menu-item-has-children > a::after { width: 6px; height: 6px; margin: -3px 0 0 9px; border-right: 1px solid; border-bottom: 1px solid; transform: rotate(45deg); content: ''; }
.primary-nav .sub-menu { position: absolute; top: 100%; left: -.75rem; display: none; min-width: 190px; padding: .5rem .75rem; margin: 0; border: 1px solid var(--color-line); background: var(--color-white); box-shadow: 0 12px 28px rgb(24 41 57 / 8%); list-style: none; }
.primary-nav li:hover > .sub-menu, .primary-nav li:focus-within > .sub-menu { display: block; }
.primary-nav .sub-menu a { width: 100%; white-space: normal; }
.header-actions { display: flex; align-items: center; gap: clamp(1rem, 2vw, 2rem); }
.language-switch { display: flex; align-items: center; gap: .45rem; font-size: var(--text-xs); }
.language-switch a { display: inline-flex; min-height: 44px; align-items: center; }
.language-current { font-weight: 750; }
.language-divider, .language-unavailable { color: var(--color-muted); }
.language-unavailable { text-decoration: line-through; text-decoration-color: #89939b; }
.header-cta { min-height: 42px; padding-block: .6rem; gap: var(--space-4); white-space: nowrap; }
.menu-toggle { align-items: center; gap: var(--space-3); min-height: 44px; padding: .5rem .75rem; border: 1px solid var(--color-line); border-radius: var(--radius); background: var(--color-white); cursor: pointer; }
.menu-toggle-lines { position: relative; width: 19px; height: 12px; border-top: 2px solid; border-bottom: 2px solid; }
.menu-toggle-lines::after { position: absolute; top: 3px; left: 0; width: 100%; height: 2px; background: currentColor; content: ''; }
[aria-expanded='true'] .menu-toggle-lines { transform: rotate(90deg); }

/* Hero: original renderings retain their geometry, colour and proportions. */
.hero {
  --hero-heading-size: clamp(2.5rem, 3.5vw, 3.25rem);
  position: relative;
  isolation: isolate;
  overflow: hidden;
  background: var(--intro-surface);
}
/* The hall is a separate responsive background; overlays never touch the Micro. */
.hero-backdrop {
  position: absolute;
  z-index: -2;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center 58%;
  pointer-events: none;
}
.hero::before {
  position: absolute;
  z-index: -1;
  inset: 0;
  background: linear-gradient(90deg, rgb(248 249 248 / 96%) 0%, rgb(248 249 248 / 88%) 26%, rgb(248 249 248 / 52%) 44%, rgb(248 249 248 / 8%) 65%, transparent 80%);
  pointer-events: none;
  content: '';
}
/* Match the header at the seam, revealing the hall within the first 100px. */
.hero::after {
  position: absolute;
  z-index: -1;
  inset: 0 0 auto;
  height: 100px;
  background: var(--intro-surface);
  mask-image: linear-gradient(#000, transparent);
  pointer-events: none;
  content: '';
}
.hero-inner { position: relative; z-index: 1; display: grid; grid-template-columns: minmax(0, .92fr) minmax(0, 1.08fr); align-items: center; min-height: clamp(480px, 38vw, 560px); max-width: 1600px; padding-inline: clamp(1.5rem, 5vw, 5rem); }
.hero-copy { z-index: 1; min-width: 0; padding-block: 2.75rem; }
.hero .eyebrow { margin-bottom: .8rem; font-size: .6875rem; letter-spacing: .04em; }
.hero h1 { margin-bottom: 1.1rem; font-size: var(--hero-heading-size); font-weight: 600; line-height: 1.16; letter-spacing: -.035em; }
.hero-description { max-width: 430px; margin-bottom: 1.65rem; color: var(--color-muted); font-size: 1rem; line-height: 1.65; }
.hero .button-group { gap: var(--space-5); }
.hero .button { min-height: 42px; padding: .6rem 1rem; gap: var(--space-4); font-size: .8125rem; }
.hero-topics { display: flex; flex-wrap: wrap; gap: .7rem 1.5rem; padding: 0; margin: 2.25rem 0 0; list-style: none; }
.hero-topics li { display: flex; align-items: center; gap: .6rem; font-size: var(--text-xs); font-weight: 600; }
.hero-topics .icon { width: 24px; height: 24px; color: var(--color-ink); }
.hero-visual { align-self: stretch; min-width: 0; padding: 1rem 0 1rem 1.5rem; }
/* All machine slides share the existing fixed stage dimensions. */
.hero-stage { display: grid; height: 100%; min-height: 0; isolation: isolate; }
.hero-slide { grid-area: 1 / 1; min-width: 0; min-height: 0; }
.hero-slide:not(.is-active) { display: none; }
.hero-stage[data-hero-rotator] { position: relative; }
.hero-machine-link { display: block; height: 100%; min-height: 0; }
.hero-machine-link:focus-visible { outline: 2px solid var(--color-blue); outline-offset: -3px; }
.hero-stage.is-rotating .hero-slide { display: block; opacity: 0; pointer-events: none; transition: opacity 2000ms ease; touch-action: pan-y pinch-zoom; user-select: none; }
.hero-stage.is-rotating .hero-slide.is-active { opacity: 1; pointer-events: auto; z-index: 1; }
.hero-rotation-controls { position: absolute; z-index: 2; bottom: -1rem; left: 50%; transform: translateX(-50%); display: flex; align-items: center; gap: 2px; }
.hero-rotation-controls[hidden], .hero-rotation-controls button[hidden] { display: none; }
.hero-rotation-dot { display: grid; place-items: center; width: 30px; height: 30px; padding: 0; border: 0; border-radius: 50%; background: transparent; color: var(--color-ink); cursor: pointer; }
.hero-rotation-dot span { width: 7px; height: 7px; border: 1px solid var(--color-ink); border-radius: 50%; background: transparent; }
.hero-rotation-dot[aria-pressed="true"] span { background: var(--color-blue); border-color: var(--color-blue); }
.hero-rotation-controls button:focus-visible { outline: 2px solid var(--color-blue); outline-offset: 1px; }
@media (prefers-reduced-motion: reduce) {
  .hero-stage.is-rotating .hero-slide { transition: none; }
}
.media { position: relative; display: grid; place-items: center; overflow: hidden; min-width: 0; }
.media-image { width: 100%; height: 100%; object-fit: contain; }
.is-placeholder { background: linear-gradient(145deg, #f7f8f9, #e8ecef); }
.is-placeholder::before { position: absolute; inset: 16px; border: 1px solid rgb(83 96 107 / 17%); border-radius: 2px; content: ''; }
.placeholder-caption { position: relative; display: flex; align-items: center; flex-direction: column; gap: var(--space-2); padding: var(--space-5); color: var(--color-muted); text-align: center; }
.placeholder-caption .icon { width: 30px; height: 30px; margin-bottom: var(--space-2); stroke-width: 1; }
.placeholder-caption span { font-size: var(--text-xs); font-weight: 600; line-height: 1.45; }
.placeholder-caption small { font-size: .6875rem; letter-spacing: .04em; }
.hero-media { height: 100%; min-height: 0; background: transparent; }
.hero-media.has-image .media-image { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: contain; object-position: center; }
/* The Micro export has generous margins. Position the full, proportionally
   scaled source within the stage; only surrounding space leaves the frame.
   Media-library replacements keep the neutral contain treatment above. */
.hero-media--micro.has-image .media-image { inset: auto; top: 50%; left: 50%; width: auto; max-width: none; height: 148%; transform: translate(-62%, -53%); }
.hero-media.is-placeholder { background: radial-gradient(ellipse at 50% 90%, rgb(24 41 57 / 8%), transparent 45%); }
.hero-media.is-placeholder::before { inset: 8% 6%; border-color: rgb(83 96 107 / 21%); background: linear-gradient(90deg, transparent calc(50% - .5px), rgb(83 96 107 / 7%) 50%, transparent calc(50% + .5px)), linear-gradient(transparent calc(50% - .5px), rgb(83 96 107 / 7%) 50%, transparent calc(50% + .5px)); }
.hero-media .placeholder-caption { padding: var(--space-5); background: #eef0f1; }
.hero-media .placeholder-caption span { font-size: var(--text-sm); }
.hero-media .placeholder-caption .icon { width: 42px; height: 42px; }

/* Reusable editorial introduction + card grid. */
.section-layout { display: grid; grid-template-columns: minmax(0, 1fr) minmax(0, 3.15fr); gap: clamp(1.75rem, 3.1vw, 3rem); align-items: start; }
.section-intro { padding-top: var(--space-3); }
.section-intro p:not(.eyebrow) { margin-bottom: var(--space-5); color: var(--color-muted); font-size: var(--text-sm); line-height: 1.75; }
.accent-heading::after { display: block; width: 36px; height: 2px; margin-top: var(--space-5); background: var(--color-yellow); content: ''; }
.section-intro .eyebrow { font-size: .6875rem; }
.products { padding-block: clamp(2.5rem, 4vw, 4rem); background: var(--color-white); }
.products .section-layout { max-width: 1600px; padding-inline: clamp(1.5rem, 5vw, 5rem); grid-template-columns: minmax(190px, .85fr) minmax(0, 3.6fr); gap: clamp(1.5rem, 2.8vw, 2.75rem); }
.products .section-intro h2 { font-size: clamp(1.5rem, 1.9vw, 1.85rem); }
.products .section-intro p:not(.eyebrow) { font-size: .8125rem; }
.products .section-intro .button { min-height: 42px; gap: .8rem; padding-inline: .9rem; font-size: .8125rem; }
.product-grid { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 1.125rem; }
.product-card { min-width: 0; overflow: hidden; border: 1px solid #dde2e6; border-radius: var(--radius); background: var(--color-white); box-shadow: 0 2px 6px rgb(24 41 57 / 3%); transition: border-color var(--transition), box-shadow var(--transition); }
.product-card-link { display: flex; flex-direction: column; height: 100%; color: inherit; text-decoration: none; }
.product-card-link:focus-visible { outline: 3px solid var(--color-blue); outline-offset: -3px; border-radius: var(--radius); }
.product-card:focus-within { border-color: var(--color-blue); box-shadow: 0 5px 18px rgb(24 41 57 / 9%); }
.product-image-wrap { position: relative; isolation: isolate; overflow: hidden; border-bottom: 1px solid #eef0f2; background: linear-gradient(150deg, #fafbfc, #edf1f2); }
.product-card-background { position: absolute; z-index: -1; inset: 0; width: 100%; height: 100%; object-fit: cover; }
.product-media { aspect-ratio: 4 / 3; margin: 0; }
.product-media.has-image { padding: 0; }
.product-media .media-image { position: absolute; inset: 6px; width: calc(100% - 12px); height: calc(100% - 12px); object-fit: contain; }
.product-media.is-placeholder { background: transparent; }
.product-media.is-placeholder::before { content: none; }
.product-media .placeholder-caption { gap: .2rem; padding: 1.5rem .5rem .75rem; }
.product-media .placeholder-caption small { display: none; }
.product-media .placeholder-caption .icon { width: 28px; height: 28px; color: #73838e; }
.product-media .placeholder-caption span { font-size: .6875rem; font-weight: 400; }
.product-caption { display: flex; flex: 1; flex-direction: column; padding: .9rem 1rem .85rem; }
.product-caption h3 { margin-bottom: .4rem; font-size: .9375rem; line-height: 1.35; overflow-wrap: anywhere; transition: color var(--transition); }
.product-description { margin-bottom: .85rem; color: var(--color-muted); font-size: .75rem; line-height: 1.55; }
.product-usps { display: grid; gap: .3rem; padding-left: 1rem; margin: 0 0 .9rem; font-size: .75rem; line-height: 1.45; overflow-wrap: anywhere; }
.product-usps li::marker { color: var(--color-blue); }
.product-cta { display: flex; align-items: center; justify-content: space-between; gap: .75rem; margin-top: auto; font-size: .6875rem; font-weight: 600; color: var(--color-blue); }
.product-cta .icon { width: 19px; height: 19px; }
@media (hover: hover) {
  .product-card:hover { border-color: #aebfcd; box-shadow: 0 6px 20px rgb(24 41 57 / 8%); }
  .product-card:hover h3 { color: var(--color-blue); }
}
.applications { background: #eef0f2; }
.application-grid { display: grid; grid-template-columns: repeat(4, minmax(0, 1fr)); gap: var(--space-4); }
.application-card { min-width: 0; overflow: hidden; border: 1px solid #dce0e4; border-radius: var(--radius); background: var(--color-white); }
.application-media { height: 185px; }
.application-media .media-image { object-fit: cover; }
.application-media .placeholder-caption { padding-inline: .4rem; color: #364653; }
.application-media .placeholder-caption > span { display: none; }
.application-media.is-placeholder::before { inset: 12px; }
.application-food .is-placeholder { background: linear-gradient(145deg, #f0e9df, #d7c7b4); }
.application-chem .is-placeholder { background: linear-gradient(145deg, #e0eafb, #b5c9e3); }
.application-pharma .is-placeholder { background: linear-gradient(145deg, #fafbfc, #dfe4e9); }
.application-bulk .is-placeholder { background: linear-gradient(145deg, #e0e4e7, #bcc4cb); }
.application-caption { position: relative; padding: 2.25rem 1rem 1.35rem; }
.application-caption h3 { margin: 0; font-size: .875rem; letter-spacing: -.02em; }
.application-caption { overflow-wrap: anywhere; }
.application-caption p { font-size: .875rem; line-height: 1.6; margin: .75rem 0; }
.application-caption .text-link { font-size: .875rem; }
.applications .application-media .media-image { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: contain; background: var(--color-paper); }
@media (min-width: 481px) and (max-width: 1100px) { .applications .application-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); } }
@media (max-width: 480px) { .applications .application-grid { grid-template-columns: minmax(0, 1fr); } }
.application-icon { position: absolute; top: -23px; left: 14px; display: grid; width: 43px; height: 43px; place-items: center; border: 1px solid var(--color-line); border-radius: 4px; background: var(--color-white); box-shadow: 0 2px 4px rgb(24 41 57 / 7%); }

/* Dark company panel, without unverified figures or promises. */
.company { display: grid; grid-template-columns: minmax(0, 1fr) minmax(0, 1.5fr); color: var(--color-white); background: var(--color-dark); }
.company-image { min-width: 0; }
.company-media { min-height: 400px; height: 100%; }
.company-media .media-image { position: absolute; inset: 0; object-fit: cover; }
.company-media.is-placeholder { background: linear-gradient(125deg, #11191e, #2e3b44); }
.company-media.is-placeholder::before { inset: 32px; border-color: #53616b; }
.company-media .placeholder-caption { color: var(--color-dark-muted); }
.company-copy { width: 100%; max-width: 800px; align-self: center; padding: clamp(2.5rem, 4vw, 4.5rem) var(--gutter) clamp(2.5rem, 4vw, 4.5rem) clamp(2rem, 4vw, 4.5rem); }
.company-copy .eyebrow { color: var(--color-dark-muted); font-size: .6875rem; }
.company-copy h2 { max-width: 550px; }
.company-copy > p:not(.eyebrow) { max-width: 540px; margin-bottom: var(--space-5); color: #d1d8dd; font-size: var(--text-sm); line-height: 1.85; }
.company-details summary { width: fit-content; list-style: none; }
.company-details summary::-webkit-details-marker { display: none; }
.company-details[open] summary .icon { transform: rotate(90deg); }
.company-details > p { max-width: 540px; padding-top: var(--space-5); color: var(--color-dark-muted); font-size: var(--text-sm); }

/* Footer provides honest destinations while the remaining pages are prepared. */
.site-footer { color: #d1d8dd; background: #111b22; }
.footer-main { display: grid; grid-template-columns: 1.1fr .75fr 1fr 1.2fr; gap: var(--space-7); padding-block: var(--space-8); border-bottom: 1px solid #34414a; }
.brand-footer { margin-bottom: var(--space-5); color: var(--color-white); }
.brand-footer .brand-name { border: 0; font-size: 2rem; }
.brand-footer .brand-description { border: 0; color: var(--color-dark-muted); font-weight: 400; }
.footer-main p { font-size: var(--text-sm); }
.footer-tagline { color: var(--color-dark-muted); }
.footer-title { margin-bottom: var(--space-4); color: var(--color-white); font-size: .9375rem; line-height: 1.5; letter-spacing: 0; }
.footer-nav a { display: inline-flex; min-height: 36px; align-items: center; font-size: var(--text-sm); text-decoration: none; }
.footer-nav a:hover, .legal-nav a:hover { color: var(--color-yellow); text-decoration: underline; }
.footer-outlook > div + div { margin-top: var(--space-5); }
.footer-outlook p, .footer-contact > p { color: var(--color-dark-muted); }
.footer-contact { min-width: 0; }
.footer-contact address { font-style: normal; overflow-wrap: anywhere; }
.footer-contact address p { margin-bottom: var(--space-2); }
.contact-address { white-space: pre-line; }
.footer-contact .text-link { margin-top: var(--space-3); color: var(--color-yellow); }
.footer-bottom { display: flex; align-items: center; justify-content: space-between; gap: var(--space-5); padding-block: var(--space-5); color: var(--color-dark-muted); font-size: var(--text-xs); }
.footer-bottom p { margin: 0; }
.legal-nav .menu { display: flex; flex-wrap: wrap; gap: var(--space-5); }
.legal-nav a { display: inline-flex; min-height: 32px; align-items: center; text-decoration: none; }
.legal-nav small { font-size: inherit; }

/* Standard WordPress content, usable for future pages without a page builder. */
.content-main { min-height: 55vh; max-width: 1120px; }
.content-entry { margin-block: var(--space-6) var(--space-8); }
.entry-content { overflow-wrap: anywhere; }
.impressum-page { max-width: calc(800px + var(--gutter) + var(--gutter)); }
.impressum-page .entry-content { font-size: 1rem; line-height: 1.6; }
.impressum-page .entry-content h2 { margin-top: 3.25rem; margin-bottom: 1rem; font-size: clamp(1.35rem, 2vw, 1.6rem); line-height: 1.35; }
.impressum-page .entry-content h3 { font-size: 1.125rem; line-height: 1.4; }
.impressum-page .entry-content a { text-underline-offset: .18em; }
.privacy-page { max-width: calc(800px + var(--gutter) + var(--gutter)); }
.privacy-page .entry-content { font-size: 1rem; line-height: 1.6; overflow-wrap: anywhere; }
.privacy-page .entry-content h2 { margin-top: 3.25rem; margin-bottom: 1rem; font-size: clamp(1.35rem, 2vw, 1.6rem); line-height: 1.35; }
.privacy-page .entry-content h3 { margin-top: 2.5rem; font-size: 1.2rem; line-height: 1.4; }
.privacy-page .entry-content h4 { margin-top: 1.75rem; font-size: 1rem; line-height: 1.4; }
.privacy-page .entry-content a { text-underline-offset: .18em; overflow-wrap: anywhere; }
.privacy-table-scroll { max-width: 100%; overflow-x: auto; }
.privacy-table-scroll:focus-visible { outline: 2px solid var(--color-blue); outline-offset: 2px; }
.privacy-page .privacy-table-scroll table { min-width: 680px; font-size: .9375rem; }
.privacy-page .privacy-table-scroll th { vertical-align: top; }
.privacy-page .privacy-table-scroll td { vertical-align: top; }
.entry-content > * + * { margin-top: var(--space-5); }
.entry-content a { color: var(--color-blue); }
.entry-content h2, .entry-content h3 { margin-top: var(--space-7); }
.entry-content figure { max-width: 100%; margin-inline: 0; }
.entry-content iframe { max-width: 100%; }
.entry-content table { width: 100%; border-collapse: collapse; }
.entry-content td, .entry-content th { padding: var(--space-3); border: 1px solid var(--color-line); text-align: left; }
.entry-content blockquote { margin-inline: 0; padding-left: var(--space-5); border-left: 3px solid var(--color-yellow); }
.entry-content input:not([type='submit']) { max-width: 100%; padding: .5rem; border: 1px solid var(--color-muted); }
.aligncenter { margin-inline: auto; }
.alignleft { float: left; margin: 0 var(--space-5) var(--space-5) 0; }
.alignright { float: right; margin: 0 0 var(--space-5) var(--space-5); }
.entry-content::after { display: table; clear: both; content: ''; }
.wp-caption-text, .gallery-caption { color: var(--color-muted); font-size: var(--text-sm); }
.pagination .nav-links { display: flex; flex-wrap: wrap; gap: var(--space-3); }
.pagination .page-numbers { display: inline-grid; min-width: 44px; min-height: 44px; place-items: center; padding: .4rem; border: 1px solid var(--color-line); }
.pagination .current { background: var(--color-yellow); }

@media (max-width: 1200px) {
  .header-inner { gap: var(--space-4); }
  .site-branding { width: 230px; padding-left: 1.5rem; padding-right: 3.75rem; }
  .header-navigation { gap: var(--space-4); }
  .header-actions { gap: var(--space-4); }
  .primary-nav .menu { gap: .8rem; }
  .header-cta { padding-inline: .8rem; gap: .65rem; font-size: .75rem; }
  .section-layout { grid-template-columns: minmax(0, 1fr) minmax(0, 3fr); gap: var(--space-5); }
  .application-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .application-media { height: 180px; }
  .footer-main { gap: var(--space-5); }
}
@media (max-width: 1100px) {
  .header-inner { flex-wrap: wrap; align-items: center; justify-content: space-between; min-height: 80px; gap: 0; padding-right: var(--gutter); }
  .site-branding { min-height: 80px; width: 240px; padding-left: var(--gutter); }
  .brand-name { font-size: 2.1rem; }
  .menu-toggle { display: inline-flex; }
  .header-navigation { flex-basis: 100%; align-items: stretch; flex-direction: column; gap: var(--space-5); padding: var(--space-5) 0 var(--space-6) var(--gutter); }
  .primary-nav .menu { display: flex; flex-wrap: wrap; gap: .5rem 1.5rem; align-items: start; }
  .primary-nav a { font-size: var(--text-sm); }
  .primary-nav .sub-menu { position: static; display: block; min-width: 0; padding: 0 0 0 var(--space-4); border: 0; background: transparent; box-shadow: none; }
  .primary-nav .sub-menu a { color: var(--color-muted); font-weight: 400; }
  .header-actions { justify-content: space-between; }
  .header-cta { font-size: var(--text-sm); }
  .hero-inner { min-height: 460px; grid-template-columns: minmax(0, 1fr) minmax(0, 1fr); }
  .hero-visual { padding-left: var(--space-4); }
  .hero-description { font-size: var(--text-base); }
  .hero .button-group { gap: var(--space-3); }
  .hero .button { gap: var(--space-3); padding-inline: .8rem; font-size: .8125rem; }
  .section-layout { grid-template-columns: 1fr; gap: var(--space-6); }
  .products .section-layout { grid-template-columns: 1fr; gap: var(--space-6); }
  .product-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .section-intro { max-width: 540px; padding-top: 0; }
  .section-intro h2 { max-width: 440px; }
  .application-grid { grid-template-columns: repeat(4, minmax(0, 1fr)); }
  .application-media { height: 170px; }
  .company { grid-template-columns: 1fr 1.2fr; }
  .footer-main { grid-template-columns: 1fr 1fr; gap: var(--space-7); }
}
@media (max-width: 760px) {
  :root { --gutter: 1.5rem; }
  .hero-backdrop { object-position: 72% center; }
  .hero::before { background: linear-gradient(180deg, rgb(248 249 248 / 97%) 0%, rgb(248 249 248 / 94%) 40%, rgb(248 249 248 / 78%) 57%, rgb(248 249 248 / 10%) 77%, transparent 100%); }
  .hero-inner { min-height: 0; grid-template-columns: 1fr; padding-inline: var(--gutter); }
  .hero-copy { padding-block: 2rem 1rem; }
  .hero h1 { font-size: clamp(2.1rem, 5.8vw, 2.75rem); }
  .hero-description { max-width: 530px; }
  .hero-topics { margin-top: 1.5rem; }
  .hero-visual { height: clamp(240px, 53vw, 350px); padding: 0 0 1rem; }
  .hero-media { min-height: 0; }
  .hero-media.is-placeholder::before { inset: 5% 8%; }
  .application-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); gap: var(--space-5); }
  .application-media { height: 190px; }
  .company { grid-template-columns: 1fr; }
  .company-media { height: 320px; min-height: 0; }
  .company-copy { max-width: none; padding: var(--space-7) var(--gutter); }
  .footer-bottom { align-items: flex-start; flex-direction: column; gap: var(--space-3); }
}
@media (min-width: 761px) and (max-width: 900px) {
  .hero-media--micro.has-image .media-image { height: 110%; }
}
@media (max-width: 600px) {
  .products .section-layout { padding-inline: var(--gutter); }
  .product-grid { grid-template-columns: 1fr; gap: 1rem; }
}
@media (max-width: 480px) {
  :root { --gutter: 1.25rem; }
  .header-inner { min-height: 74px; }
  .site-branding { width: 190px; min-height: 74px; padding-block: .75rem; padding-right: 3rem; }
  .site-branding .brand-name { font-size: 1.85rem; }
  .brand-name { font-size: 1.95rem; }
  .brand-description { font-size: .6rem; }
  .custom-logo { max-width: 138px; }
  .primary-nav .menu { display: grid; grid-template-columns: 1fr 1fr; }
  .hero h1 { font-size: clamp(2rem, 8vw, 2.35rem); }
  .hero .button-group { align-items: stretch; flex-direction: column; }
  .hero .button { justify-content: space-between; padding-inline: var(--space-4); font-size: var(--text-sm); }
  .hero-topics { gap: .5rem 1rem; }
  .hero-visual { height: 250px; }
  .application-grid { gap: var(--space-3); }
  .application-media { height: 155px; }
  .application-caption { padding-inline: .8rem; }
  .application-caption h3 { font-size: .8125rem; }
  .footer-main { grid-template-columns: 1fr; gap: var(--space-6); padding-block: var(--space-7); }
  .footer-nav .menu { display: grid; grid-template-columns: 1fr 1fr; }
  .footer-outlook { display: grid; grid-template-columns: 1fr 1fr; gap: var(--space-5); }
  .footer-outlook > div + div { margin: 0; }
}
@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  *, *::before, *::after { transition: none !important; animation: none !important; }
}
@media (forced-colors: active) {
  .button, .application-icon { border: 1px solid ButtonText; }
}
@media print {
  .header-navigation, .menu-toggle, .skip-link, .button, .hero-topics, .footer-outlook { display: none !important; }
  body, .company, .site-footer { color: #000; background: #fff; }
  .hero-inner { min-height: 0; }
  .hero-media { min-height: 250px; }
  .company-copy p, .footer-title, .footer-main p, .footer-bottom { color: #000 !important; }
  .product-card, .application-card { break-inside: avoid; }
}
