/* Same reference fonts, served locally. Licenses are bundled in assets/fonts.
 * Preload the two Latin faces in the shared head. Optional display prevents a
 * late font swap from moving already visible text on slow first visits.
 * https://web.dev/articles/preload-optional-fonts
 */
@font-face { font-family: 'Inter'; font-style: normal; font-weight: 400 800; font-display: optional; src: url('/assets/fonts/inter-latin-ext.woff2') format('woff2'); unicode-range: U+0100-02BA,U+02BD-02C5,U+02C7-02CC,U+02CE-02D7,U+02DD-02FF,U+0304,U+0308,U+0329,U+1D00-1DBF,U+1E00-1E9F,U+1EF2-1EFF,U+2020,U+20A0-20AB,U+20AD-20C0,U+2113,U+2C60-2C7F,U+A720-A7FF; }
@font-face { font-family: 'Inter'; font-style: normal; font-weight: 400 800; font-display: optional; src: url('/assets/fonts/inter-latin.woff2') format('woff2'); unicode-range: U+0000-00FF,U+0131,U+0152-0153,U+02BB-02BC,U+02C6,U+02DA,U+02DC,U+0304,U+0308,U+0329,U+2000-206F,U+20AC,U+2122,U+2191,U+2193,U+2212,U+2215,U+FEFF,U+FFFD; }
@font-face { font-family: 'Plus Jakarta Sans'; font-style: normal; font-weight: 500 800; font-display: optional; src: url('/assets/fonts/jakarta-latin-ext.woff2') format('woff2'); unicode-range: U+0100-02BA,U+02BD-02C5,U+02C7-02CC,U+02CE-02D7,U+02DD-02FF,U+0304,U+0308,U+0329,U+1D00-1DBF,U+1E00-1E9F,U+1EF2-1EFF,U+2020,U+20A0-20AB,U+20AD-20C0,U+2113,U+2C60-2C7F,U+A720-A7FF; }
@font-face { font-family: 'Plus Jakarta Sans'; font-style: normal; font-weight: 500 800; font-display: optional; src: url('/assets/fonts/jakarta-latin.woff2') format('woff2'); unicode-range: U+0000-00FF,U+0131,U+0152-0153,U+02BB-02BC,U+02C6,U+02DA,U+02DC,U+0304,U+0308,U+0329,U+2000-206F,U+20AC,U+2122,U+2191,U+2193,U+2212,U+2215,U+FEFF,U+FFFD; }

/* MPU-Vorbereitung.ai: original palette and font families, accessible larger type. */
:root {
  --blue: #32388E; --blue-dark: #292E76; --blue-deep: #20245D;
  --blue-wash: #F4F4FA; --blue-soft: #E8E9F5;
  --green: #3DA04F; --green-dark: #2E7A3D; --green-deep: #20572A; --green-soft: #D7EDDC;
  --ink: #181715; --muted: #575C6B; --line: #E1E3EA; --paper: #fff; --canvas: #F6F7FA;
  --shell: 1472px; --gutter: 24px; --radius: 14px;
}
* { box-sizing: border-box; }
html { scroll-behavior: smooth; scroll-padding-top: 108px; }
body { margin: 0; color: var(--ink); background: var(--paper); font: 18px/1.7 Inter, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif; }
[hidden] { display: none !important; }
img { display: block; max-width: 100%; }
figure { margin: 0; }
a { color: inherit; text-underline-offset: 4px; }
button, input, select { font: inherit; }
button { cursor: pointer; }
h1, h2, h3, h4, p, li, a { overflow-wrap: break-word; }
h1, h2, h3, h4 { font-family: "Plus Jakarta Sans", Inter, sans-serif; text-wrap: wrap; }
:focus-visible { outline: 3px solid var(--green); outline-offset: 5px; }
.section-shell, .hero-inner { width: min(var(--shell), calc(100% - 2 * var(--gutter))); margin-inline: auto; }
.skip-link { position: fixed; top: -90px; left: 16px; z-index: 1000; padding: 12px 18px; color: white; background: var(--blue); }
.skip-link:focus { top: 12px; }
.eyebrow, .section-kicker, .product-type { display: block; color: var(--green-dark); font-size: 14px; font-weight: 700; letter-spacing: .08em; line-height: 1.5; text-transform: uppercase; }
.button { display: inline-flex; justify-content: center; align-items: center; gap: 14px; min-height: 54px; padding: 13px 23px; border: 1px solid transparent; border-radius: 8px; font-size: 18px; font-weight: 700; line-height: 1.45; text-align: center; text-decoration: none; transition: background .18s ease, border-color .18s ease; }
.button-primary { color: white; background: var(--green-dark); }
.button-primary:hover { background: var(--green-deep); }
.button-outline, .button-secondary { color: var(--blue); background: transparent; border-color: var(--blue); }
.button-outline:hover, .button-secondary:hover { background: var(--blue-soft); }
.text-link { display: inline-block; color: var(--blue); font-size: 18px; font-weight: 700; text-decoration: none; }
.text-link:hover { text-decoration: underline; }

/* Quiet navigation: the count is plain text and completely hidden when empty. */
.site-header { position: sticky; top: 0; z-index: 50; background: white; border-bottom: 1px solid var(--line); }
.header-inner { display: flex; align-items: center; gap: 26px; width: min(1520px, calc(100% - 2 * var(--gutter))); min-height: 86px; margin-inline: auto; }
.brand { display: inline-flex; flex: 0 0 auto; }
.brand img { width: 260px; height: auto; }
.desktop-nav { display: flex; align-items: center; gap: clamp(18px, 1.6vw, 28px); margin-left: auto; }
.desktop-nav a { color: var(--muted); font-size: 16px; font-weight: 600; text-decoration: none; white-space: nowrap; }
.desktop-nav a:hover, .desktop-nav a[aria-current] { color: var(--blue); text-decoration: underline; text-decoration-color: var(--green); text-underline-offset: 8px; }
.selection-link { display: inline-flex; align-items: center; gap: 5px; padding: 6px 0 6px 24px; color: var(--blue); border-left: 1px solid var(--line); font-size: 16px; font-weight: 600; text-decoration: none; white-space: nowrap; }
.selection-link:hover { text-decoration: underline; }
.selection-count { color: var(--muted); font-weight: 500; }
.menu-button { display: none; width: 46px; height: 46px; padding: 10px; margin-left: auto; border: 1px solid var(--line); border-radius: 8px; background: white; flex-shrink: 0; }
.menu-button span { display: block; height: 2px; margin: 5px 0; background: var(--blue); }
.mobile-nav { max-height: calc(100dvh - 86px); overflow-y: auto; padding: 8px var(--gutter) 22px; border-top: 1px solid var(--line); }
.mobile-nav a { display: block; padding: 12px 0; font-size: 18px; font-weight: 600; text-decoration: none; border-bottom: 1px solid var(--line); }
.mobile-selection { display: flex !important; gap: 8px; }

/* Homepage: original MPV gradient, adult editorial imagery and readable detail. */
.hero, .home-cta { background: linear-gradient(122deg, #20245D 0%, #32388E 58%, #2E7A3D 100%); color: white; }
.hero-inner { display: grid; grid-template-columns: minmax(0, 1.14fr) minmax(0, 1fr); align-items: center; gap: 60px; padding-block: 64px; }
.hero .eyebrow { color: var(--green-soft); }
.hero h1 { margin: 22px 0 26px; font-size: clamp(36px, 3.6vw, 56px); font-weight: 800; line-height: 1.14; letter-spacing: -.035em; }
.hero h1 span { color: var(--green-soft); }
.hero-copy > p { margin: 0; color: rgba(255,255,255,.86); font-size: 21px; line-height: 1.65; }
.hero-actions { display: flex; flex-wrap: wrap; gap: 14px; margin-top: 32px; }
.hero .button-secondary { color: white; border-color: rgba(255,255,255,.5); background: rgba(255,255,255,.08); }
.hero .button-secondary:hover { background: rgba(255,255,255,.18); }
.hero-copy > .hero-contact { margin-top: 26px; font-size: 16px; line-height: 1.8; }
.hero-contact a { color: white; font-size: 21px; font-weight: 700; text-decoration: none; white-space: nowrap; }
.hero-contact span { margin-left: 6px; }
.hero-portrait { overflow: hidden; border-radius: var(--radius); background: white; }
.hero-portrait > img { width: 100%; height: auto; aspect-ratio: 1.28; object-fit: cover; object-position: 53% 42%; }
.hero-portrait figcaption { display: flex; justify-content: space-between; align-items: center; gap: 20px; padding: 23px 26px; color: var(--ink); }
.hero-portrait figcaption strong, .hero-portrait figcaption div > span { display: block; }
.hero-portrait figcaption strong { font-size: 20px; }
.hero-portrait figcaption div > span { margin-top: 3px; color: var(--muted); font-size: 16px; }
.hero-portrait figcaption a { color: var(--blue); font-size: 16px; font-weight: 700; text-decoration: none; white-space: nowrap; }
.trust-strip { border-bottom: 1px solid var(--line); }
.trust-grid { display: grid; grid-template-columns: repeat(4, minmax(0, 1fr)); gap: 26px; padding-block: 36px; }
.trust-item { display: grid; grid-template-columns: 36px minmax(0,1fr); gap: 14px; align-items: start; }
.trust-item svg { width: 34px; height: 34px; margin-top: 3px; color: var(--green-dark); }
.trust-item strong, .trust-item small { display: block; }
.trust-item strong { color: var(--blue-deep); font-size: 18px; line-height: 1.45; }
.trust-item small { margin-top: 6px; color: var(--muted); font-size: 16px; line-height: 1.55; }
.category-section, .process-section, .method-section, .faq-section, .home-cta { padding-block: 80px; }
.section-heading, .catalog-heading { margin-bottom: 36px; }
.section-heading h2, .catalog-heading h2, .method-intro h2, .faq-intro h2, .home-cta h2 { margin: 12px 0 20px; font-size: clamp(30px, 2.7vw, 42px); font-weight: 700; line-height: 1.25; letter-spacing: -.025em; }
.section-heading > p, .catalog-heading > p { margin: 0; color: var(--muted); font-size: 20px; }
.category-grid { display: grid; grid-template-columns: repeat(4, minmax(0, 1fr)); gap: 24px; }
.category-card { display: flex; flex-direction: column; min-width: 0; overflow: hidden; border: 1px solid var(--line); border-radius: var(--radius); background: white; text-decoration: none; }
.category-card > img { width: 100%; height: auto; aspect-ratio: 4/3; object-fit: cover; }
.category-body { display: flex; flex: 1; flex-direction: column; padding: 24px; }
.category-body small { color: var(--green-dark); font-size: 13px; font-weight: 700; letter-spacing: .055em; }
.category-body strong { margin-top: 9px; font: 700 25px/1.3 "Plus Jakarta Sans", Inter, sans-serif; }
.category-body > span { margin-top: 12px; color: var(--muted); font-size: 18px; line-height: 1.6; }
.category-body b { padding-top: 26px; margin-top: auto; color: var(--blue); font-size: 17px; font-weight: 700; }
.category-card:hover, .product-card:hover { border-color: var(--blue); }
.method-section, .faq-section { background: var(--canvas); }
.method-layout, .faq-layout { display: grid; grid-template-columns: minmax(0,1fr) minmax(0,1fr); gap: 60px; align-items: center; }
.advice-photo img { width: 100%; height: auto; border-radius: var(--radius); }
.advice-photo figcaption { margin-top: 12px; color: var(--muted); font-size: 15px; }
.method-intro p, .faq-intro p { color: var(--muted); font-size: 19px; }
.method-intro .text-link { margin-top: 8px; }
.process-grid { display: grid; grid-template-columns: repeat(3, minmax(0,1fr)); gap: 38px; }
.process-grid article { padding-top: 24px; border-top: 2px solid var(--blue-soft); }
.process-grid article > span { color: var(--green-dark); font-size: 18px; font-weight: 700; }
.process-grid h3 { margin: 18px 0 13px; font-size: 26px; line-height: 1.3; }
.process-grid p { margin: 0; color: var(--muted); font-size: 19px; }
.faq-layout { align-items: start; }
.faq-intro .button { margin-top: 16px; }
.faq-items { border-top: 1px solid var(--line); }
.faq-items details { border-bottom: 1px solid var(--line); }
.faq-items summary { position: relative; padding: 23px 40px 23px 0; font-size: 20px; font-weight: 600; line-height: 1.5; cursor: pointer; list-style: none; }
.faq-items summary::-webkit-details-marker { display: none; }
.faq-items summary::after { content: '+'; position: absolute; right: 4px; top: 18px; color: var(--blue); font-size: 28px; font-weight: 400; }
.faq-items details[open] summary::after { content: '−'; }
.faq-items details p { margin: 0 0 25px; color: var(--muted); font-size: 18px; }
.home-cta-inner { display: grid; grid-template-columns: minmax(0,1fr) auto; align-items: center; gap: 60px; }
.home-cta .section-kicker { color: var(--green-soft); }
.home-cta p { margin: 0; color: rgba(255,255,255,.85); font-size: 20px; }
.home-cta-inner > div:last-child { display: grid; gap: 14px; }
.home-cta .button-primary { color: var(--blue); background: white; }
.home-cta .button-primary:hover { background: var(--blue-soft); }
.home-cta .button-secondary { color: white; border-color: rgba(255,255,255,.5); }
.home-cta .button-secondary:hover { background: rgba(255,255,255,.12); }

/* Category and editorial introductions: natural wrapping, no narrow teaser column. */
.page-hero, .category-hero { background: var(--blue-wash); border-bottom: 1px solid var(--line); }
.page-hero-glow, .eyebrow-dot { display: none; }
.page-hero-inner { padding-block: 54px 58px; }
.page-hero h1, .category-hero h1, .product-heading h1 { margin: 14px 0 22px; color: var(--blue-deep); font-size: clamp(34px, 3.5vw, 54px); font-weight: 800; line-height: 1.18; letter-spacing: -.03em; }
.page-hero p { margin: 0; color: var(--muted); font-size: 21px; }
.category-hero-layout { display: grid; grid-template-columns: minmax(0,1.25fr) minmax(0,1fr); gap: 60px; align-items: center; padding-block: 52px; }
.category-subtitle { margin: 0 0 20px; color: var(--blue-deep); font-size: 27px; font-weight: 600; line-height: 1.45; }
.category-intro { margin: 0; color: var(--muted); font-size: 20px; }
.category-hero .button { margin-top: 28px; }
.category-hero figure img { width: 100%; height: auto; aspect-ratio: 4/3; object-fit: cover; border-radius: var(--radius); }
.category-hero figcaption { margin-top: 9px; color: var(--muted); font-size: 14px; }
.catalog-section, .content-section, .article-list { padding-block: 64px; }
.catalog-section + .content-section { border-top: 1px solid var(--line); }
.product-grid { display: grid; grid-template-columns: repeat(3, minmax(0,1fr)); gap: 28px; }
.product-grid--hair { grid-template-columns: repeat(2, minmax(0,1fr)); gap: 24px; }
.product-grid--hair .product-card-foot { flex-direction: column; align-items: flex-start; gap: 10px; }
@media (min-width: 1200px) {
  .product-grid--hair { grid-template-columns: repeat(4, minmax(0,1fr)); }
}
.product-card { display: flex; flex-direction: column; min-width: 0; overflow: hidden; border: 1px solid var(--line); border-radius: var(--radius); background: white; }
.product-image { display: block; background: var(--canvas); }
.product-image img { width: 100%; height: auto; aspect-ratio: 4/3; object-fit: cover; }
.product-card-body { display: flex; flex: 1; flex-direction: column; padding: 28px; }
.product-type { font-size: 13px; }
.product-card h2 { margin: 11px 0 16px; color: var(--blue-deep); font-size: 26px; font-weight: 700; line-height: 1.3; letter-spacing: -.02em; }
.product-card h2 a { text-decoration: none; }
.product-card h2 a:hover { text-decoration: underline; }
.product-card p { margin: 0; color: var(--muted); font-size: 18px; line-height: 1.65; }
.product-card-foot { display: flex; justify-content: space-between; align-items: center; flex-wrap: wrap; gap: 12px; margin-top: auto; padding-top: 28px; }
.product-card-foot strong { color: var(--blue); font-size: 25px; font-weight: 700; }
.product-card-foot a { color: var(--blue); font-size: 17px; font-weight: 700; text-decoration: none; }
.single-product { grid-template-columns: 1fr; }
.single-product .product-card { display: grid; grid-template-columns: minmax(0,.85fr) minmax(0,1.15fr); }
.single-product .product-card-body { justify-content: center; padding: 40px; }
.single-product .product-card h2 { font-size: 32px; }
.single-product .product-card-foot { margin-top: 10px; }

/* Product pages: full-width title and detail text, substantial price and controls. */
.product-hero { padding-block: 28px 64px; }
.breadcrumbs { display: flex; flex-wrap: wrap; gap: 6px 10px; margin-bottom: 32px; color: var(--muted); font-size: 15px; line-height: 1.55; }
.breadcrumbs a { text-decoration: none; }
.breadcrumbs a:hover { text-decoration: underline; }
.product-heading { margin-bottom: 36px; }
.product-heading h1 { margin-block: 12px 17px; }
.product-heading > p { margin: 0; color: var(--muted); font-size: 22px; line-height: 1.55; }
.product-layout { display: grid; grid-template-columns: minmax(0,1.04fr) minmax(0,1fr); gap: 52px; align-items: start; }
.product-visual { position: sticky; top: 112px; min-width: 0; }
.product-visual figure > img { width: 100%; height: auto; aspect-ratio: 4/3; object-fit: cover; border-radius: var(--radius); }
.product-visual figcaption { margin-top: 10px; color: var(--muted); font-size: 15px; }
.product-support { display: flex; justify-content: space-between; align-items: center; flex-wrap: wrap; gap: 16px 24px; margin-top: 26px; padding: 23px 0; border-top: 1px solid var(--line); border-bottom: 1px solid var(--line); }
.product-support strong { color: var(--blue-deep); font-size: 18px; }
.product-support p { margin: 5px 0 0; color: var(--muted); font-size: 16px; }
.product-support a { color: var(--blue); font-size: 23px; font-weight: 700; text-decoration: none; white-space: nowrap; }
.product-support a span { display: block; color: var(--muted); font-size: 15px; font-weight: 400; }
.product-summary { min-width: 0; }
.product-summary > h2 { margin: 0 0 12px; font-size: 28px; line-height: 1.3; letter-spacing: -.02em; }
.product-lead { margin: 0 0 25px; color: var(--muted); font-size: 19px; }
.product-selector { padding: 28px; background: var(--blue-wash); border: 1px solid var(--line); border-radius: var(--radius); }
.selector-price { display: grid; grid-template-columns: auto minmax(0,1fr); align-items: baseline; gap: 6px 24px; padding-bottom: 24px; border-bottom: 1px solid var(--line); }
.selector-price > span { color: var(--ink); font-size: 20px; font-weight: 600; }
.selector-price strong { color: var(--blue); font: 800 38px/1.25 "Plus Jakarta Sans", Inter, sans-serif; text-align: right; }
.selector-price small { grid-column: 1/-1; color: var(--muted); font-size: 16px; text-align: right; }
.selector-fields { display: grid; grid-template-columns: 1fr; gap: 0; }
.selection-field { display: grid; min-width: 0; gap: 8px; margin-top: 22px; }
.selection-field > span { color: var(--ink); font-size: 18px; font-weight: 600; line-height: 1.5; }
.selection-field select { width: 100%; min-width: 0; min-height: 54px; padding: 11px 34px 11px 14px; color: var(--ink); background: white; border: 1px solid #B3B7C5; border-radius: 8px; font-size: 18px; }
.selector-button { width: 100%; margin-top: 26px; }
.selector-button:disabled { background: #64687B; cursor: not-allowed; }
.selector-hint { margin: 16px 0 0; color: var(--muted); font-size: 16px; line-height: 1.6; text-align: left; }
.selector-hint.is-error { color: #9c2d2d; }
.selector-hint.is-success { color: var(--green-deep); }
.product-benefits { display: grid; gap: 8px; margin: 24px 0 0; padding: 0; color: var(--muted); font-size: 17px; list-style: none; }
.product-benefits li { position: relative; padding-left: 29px; }
.product-benefits li::before { content: ''; position: absolute; left: 3px; top: 8px; width: 13px; height: 8px; border-left: 2px solid var(--green-dark); border-bottom: 2px solid var(--green-dark); transform: rotate(-45deg); }
.product-information { border-top: 1px solid var(--line); }
.information-heading { display: flex; justify-content: space-between; flex-wrap: wrap; align-items: center; gap: 16px; margin-bottom: 36px; }
.information-heading a { color: var(--blue); font-size: 17px; font-weight: 600; text-decoration: none; }
.rich-content { width: 100%; max-width: none; margin: 0; text-align: left; overflow-wrap: break-word; font-size: 20px; line-height: 1.8; }
.rich-content > :first-child { margin-top: 0; }
.rich-content > :last-child { margin-bottom: 0; }
.rich-content h2, .rich-content h3, .rich-content h4 { color: var(--blue-deep); font-weight: 700; letter-spacing: -.02em; line-height: 1.35; }
.rich-content h2 { margin: 1.8em 0 .65em; font-size: clamp(28px,2.4vw,36px); }
.rich-content h3 { margin: 1.65em 0 .6em; font-size: 27px; }
.rich-content h4 { margin: 1.5em 0 .5em; font-size: 23px; }
.rich-content p, .rich-content li { color: var(--muted); }
.rich-content p { margin: 0 0 1.15em; }
.rich-content .content-meta { color: var(--muted); font-size: 16px; }
.rich-content .source-note { margin-top: 32px; padding-top: 22px; border-top: 1px solid var(--line); font-size: 17px; line-height: 1.7; }
.rich-content .editorial-prices { margin: 20px 0 12px; padding: 0; border: 1px solid var(--line); border-radius: 10px; overflow: hidden; }
.editorial-prices > div { display: flex; flex-wrap: wrap; justify-content: space-between; gap: 6px 24px; padding: 14px 20px; background: var(--blue-wash); }
.editorial-prices > div + div { border-top: 1px solid var(--line); }
.editorial-prices dt { flex: 1 1 220px; min-width: 0; color: var(--ink); }
.editorial-prices dd { margin: 0; color: var(--blue); font-weight: 700; white-space: nowrap; }
.rich-content .price-note { font-size: 17px; }
.checkout-unavailable { color: var(--blue); font-weight: 600; }
.mpu-dialog { width: min(650px, calc(100% - 32px)); max-height: calc(100dvh - 32px); margin: auto; padding: 0; border: 1px solid var(--line); border-radius: 16px; color: var(--ink); box-shadow: 0 24px 80px #20245d35; }
.mpu-dialog::backdrop { background: #14172a8c; }
.mpu-dialog-inner { position: relative; padding: 36px; }
.mpu-dialog h2, .checkout-details h2 { margin: 12px 0 20px; color: var(--blue-deep); font-size: clamp(28px, 2.3vw, 36px); line-height: 1.3; }
.mpu-dialog p, .checkout-details p { color: var(--muted); }
.dialog-close { position: absolute; top: 10px; right: 12px; width: 44px; height: 44px; border: 0; background: transparent; color: var(--blue); font-size: 30px; }
.mpu-options, .contact-fields { margin: 26px 0; padding: 0; border: 0; min-width: 0; }
.mpu-options legend, .contact-fields legend { margin-bottom: 14px; color: var(--blue-deep); font-size: 19px; font-weight: 700; }
.mpu-options legend span { font-weight: 400; color: var(--muted); font-size: 16px; }
.mpu-options > label { display: flex; align-items: flex-start; gap: 14px; padding: 16px; border: 1px solid var(--line); border-radius: 8px; margin-block: 10px; font-size: 18px; cursor: pointer; }
.mpu-options > label:has(input:checked) { border-color: var(--blue); background: var(--blue-wash); }
.mpu-options input, .callback-choice input { width: 20px; height: 20px; margin: 5px 0 0; flex: 0 0 20px; accent-color: var(--blue); }
.dialog-actions { display: flex; flex-wrap: wrap; align-items: center; gap: 16px 24px; margin-top: 26px; }
.dialog-actions .text-link { min-height: 44px; border: 0; background: transparent; padding: 8px 0; }
.dialog-note { font-size: 16px; margin-bottom: 0; }
.checkout-details { display: grid; grid-template-columns: minmax(0, 1fr) minmax(260px, .44fr); gap: 48px; padding-bottom: 80px; }
.checkout-form-card { min-width: 0; border-top: 1px solid var(--line); padding-top: 32px; }
.preview-notice { display: grid; gap: 5px; padding: 18px 20px; border-left: 3px solid var(--blue); background: var(--blue-wash); font-size: 17px; color: var(--blue-deep); }
.contact-fields { display: grid; grid-template-columns: repeat(2, minmax(0,1fr)); gap: 20px; }
.contact-email { grid-column: 1 / -1; }
.selection-field input { min-width: 0; width: 100%; min-height: 56px; padding: 12px 16px; border: 1px solid #adb2c3; border-radius: 8px; color: var(--ink); background: white; font-size: 19px; }
.selection-field small { color: var(--muted); font-size: 16px; line-height: 1.6; }
.callback-section { padding: 22px; background: var(--blue-wash); border-radius: 10px; }
.callback-choice { display: flex; align-items: flex-start; gap: 14px; font-size: 18px; cursor: pointer; }
.callback-section .selection-field { margin-top: 20px; }
.preview-privacy { font-size: 16px; }
.contact-error { color: #9c2d2d !important; font-weight: 600; }
.contact-review { margin-top: 28px; border: 1px solid var(--line); padding: 24px; border-radius: 10px; overflow-wrap: anywhere; }
.contact-review h3 { margin-top: 0; color: var(--blue-deep); }
.contact-review p { margin: 7px 0; }
.contact-review .button { margin-top: 16px; }
.checkout-locked { display: grid; justify-items: start; gap: 8px; margin-bottom: 12px; }
.checkout-locked button:disabled { background: #64687b; border-color: #64687b; color: #fff; cursor: not-allowed; }
.checkout-locked small { font-size: 15px; line-height: 1.6; color: var(--muted); }
.checkout-next { align-self: start; padding: 30px; background: var(--blue-wash); border-radius: 12px; }
.checkout-next h2 { font-size: 27px; }
.checkout-next ol { padding-left: 25px; margin-block: 24px; }
.checkout-next li { padding-left: 5px; margin-bottom: 24px; }
.checkout-next li::marker { color: var(--green-dark); font-weight: 700; }
.checkout-next strong, .checkout-next span { display: block; }
.checkout-next li span { margin-top: 5px; color: var(--muted); font-size: 17px; }
.checkout-next > a { display: block; color: var(--blue); font-weight: 600; overflow-wrap: anywhere; }
@media (max-width: 800px) { .checkout-details { grid-template-columns: minmax(0,1fr); gap: 30px; } }
@media (max-width: 480px) { .mpu-dialog-inner { padding: 28px 20px; } .mpu-dialog .section-kicker { padding-right: 28px; } .contact-fields { grid-template-columns: minmax(0,1fr); gap: 16px; } .dialog-actions { align-items: stretch; flex-direction: column; gap: 8px; } .checkout-next { padding: 24px; } }
.account-state > .text-link { margin: 20px 0 0; display: block; }
.rich-content code { overflow-wrap: anywhere; font-size: .9em; }
.rich-content ul, .rich-content ol { display: grid; grid-template-columns: minmax(0,1fr); gap: 10px; margin: 1em 0 1.5em; padding-left: 1.5em; }
.rich-content li { min-width: 0; }
.rich-content a:not(.button) { color: var(--blue); text-decoration-thickness: 1px; }
.rich-content figure { margin: 30px 0; }
.rich-content figure img, .rich-content p > img { width: min(100%,850px); height: auto; margin: 0; border-radius: var(--radius); }
.rich-content blockquote { margin: 28px 0; padding: 24px 30px; background: var(--blue-wash); border-left: 3px solid var(--green-dark); }
.rich-content hr { height: 1px; margin: 24px 0; border: 0; background: var(--line); }
.table-scroll { max-width: 100%; overflow-x: auto; }
.rich-content table { width: 100%; border-collapse: collapse; font-size: 18px; }
.rich-content th, .rich-content td { padding: 14px; border: 1px solid var(--line); text-align: left; overflow-wrap: anywhere; }
.rich-content th { background: var(--canvas); }
.contact-cta { display: flex; justify-content: space-between; align-items: center; gap: 36px; margin-bottom: 72px; padding: 38px; background: var(--blue-wash); border: 1px solid var(--line); border-radius: var(--radius); }
.contact-cta h2 { margin: 12px 0; font-size: 32px; line-height: 1.3; }
.contact-cta p { margin: 0; color: var(--muted); font-size: 19px; }
.contact-cta > div:last-child { display: grid; gap: 12px; flex-shrink: 0; }

/* Remaining page families share the same readable type scale. */
.article-list { display: grid; grid-template-columns: minmax(0,1fr); gap: 40px; }
.article-card, .article-card > * { min-width: 0; }
.article-card { display: grid; grid-template-columns: minmax(0,.75fr) minmax(0,1.25fr); align-items: center; gap: 42px; padding-bottom: 40px; border-bottom: 1px solid var(--line); }
.article-image img { width: 100%; height: auto; aspect-ratio: 4/3; object-fit: cover; border-radius: var(--radius); }
.article-card h2 { margin: 12px 0 16px; color: var(--blue-deep); font-size: 32px; line-height: 1.3; }
.article-card h2 a { text-decoration: none; }
.article-card p { color: var(--muted); font-size: 19px; }
.contact-cards { display: grid; grid-template-columns: repeat(3,minmax(0,1fr)); gap: 24px; padding-block: 56px 0; }
.contact-cards > * { display: flex; flex-direction: column; min-width: 0; padding: 28px; border: 1px solid var(--line); border-radius: var(--radius); text-decoration: none; }
.contact-cards span { color: var(--green-dark); font-size: 14px; font-weight: 700; letter-spacing: .07em; }
.contact-cards strong { margin-top: 14px; overflow-wrap: anywhere; color: var(--blue-deep); font: 700 25px/1.4 "Plus Jakarta Sans", Inter, sans-serif; }
.contact-cards small { margin-top: 10px; color: var(--muted); font-size: 17px; }
.team-grid { display: grid; grid-template-columns: repeat(4,minmax(0,1fr)); gap: 44px 26px; padding-block: 64px; }
.team-card { min-width: 0; border-bottom: 1px solid var(--line); }
.team-card > img, .team-monogram { width: 100%; height: auto; aspect-ratio: 697 / 660; object-fit: cover; object-position: center top; border-radius: var(--radius); }
.team-monogram { display: grid; place-items: center; color: var(--blue); background: var(--blue-wash); font: 600 56px/1 "Plus Jakarta Sans",sans-serif; }
.team-card > div:not(.team-monogram) { padding: 25px 0; }
.team-card h2 { margin: 0 0 16px; color: var(--blue-deep); font-size: 25px; line-height: 1.35; }
.team-card ul { padding: 0 0 0 1.25em; margin: 0; color: var(--muted); list-style: disc outside; font-size: 17px; line-height: 1.7; }
.team-card p { margin: 16px 0 0; color: var(--muted); font-size: 16px; }
.selection-page { display: grid; grid-template-columns: minmax(0,1.5fr) minmax(310px,.65fr); gap: 36px; align-items: start; padding-block: 64px; }
.selection-page > [data-selection-cart] { min-width: 0; }
.selection-summary { position: sticky; top: 112px; padding: 30px; background: var(--blue-wash); border: 1px solid var(--line); border-radius: var(--radius); }
.selection-summary > span { color: var(--muted); font-size: 16px; font-weight: 600; letter-spacing: .04em; }
.selection-summary > strong { display: block; margin-top: 12px; color: var(--blue); font: 800 36px/1.3 "Plus Jakarta Sans", Inter, sans-serif; }
.selection-summary p { color: var(--muted); font-size: 17px; }
.selection-summary .button { width: 100%; margin-top: 12px; }
.selection-item { display: grid; grid-template-columns: 112px minmax(0,1fr) auto; gap: 10px 24px; align-items: start; padding: 28px 0; border-bottom: 1px solid var(--line); }
.selection-item:first-child { padding-top: 0; }
.selection-item img { grid-row: 1/3; width: 112px; height: 84px; object-fit: cover; border-radius: 8px; }
.selection-item-title { display: inline-block; color: var(--blue-deep); font-size: 21px; font-weight: 700; text-decoration: none; }
.selection-item-details p { margin: 7px 0 0; color: var(--muted); font-size: 17px; }
.selection-item-price { white-space: nowrap; color: var(--blue); font-size: 22px; font-weight: 700; }
.selection-remove { grid-column: 2; justify-self: start; min-height: 44px; padding: 8px 0; color: var(--muted); background: none; border: 0; font-size: 17px; text-decoration: underline; }
.selection-empty, .empty-state { padding: 44px 32px; text-align: left; background: var(--canvas); border: 1px solid var(--line); border-radius: var(--radius); }
.selection-empty h2, .empty-state strong { display: block; margin: 0; color: var(--blue-deep); font: 700 28px/1.35 "Plus Jakarta Sans", Inter, sans-serif; }
.selection-empty p, .empty-state p { color: var(--muted); font-size: 19px; }
.selection-empty .button, .empty-state .button { margin-top: 10px; }
.selection-toast { position: fixed; z-index: 100; right: 24px; bottom: 24px; max-width: min(440px,calc(100% - 48px)); padding: 19px 23px; color: white; background: var(--blue-deep); border-radius: 10px; font-size: 17px; box-shadow: 0 6px 24px #20245d24; }
.not-found { display: grid; min-height: 65vh; place-items: center; padding-block: 70px; }
.not-found span { color: var(--blue-soft); font: 800 clamp(80px,14vw,160px)/1 "Plus Jakarta Sans",Inter,sans-serif; }
.not-found h1 { margin: 22px 0; color: var(--blue-deep); font-size: clamp(32px,4vw,50px); line-height: 1.25; }
.not-found p { margin: 0 0 28px; color: var(--muted); font-size: 20px; }
.not-found div > div { display: flex; flex-wrap: wrap; gap: 14px; }
.site-footer { color: white; background: var(--blue-deep); }
.footer-grid { display: grid; grid-template-columns: 1.2fr repeat(3,1fr); gap: 50px; padding-block: 64px; }
.footer-brand img { width: 150px; height: auto; padding: 10px; background: white; border-radius: 8px; }
.footer-brand p { color: #C7C9DA; font-size: 17px; }
.footer-grid h2 { margin: 0 0 22px; font: 700 17px/1.5 Inter,sans-serif; text-transform: uppercase; letter-spacing: .04em; }
.footer-grid a { display: block; width: fit-content; margin: 12px 0; color: #C7C9DA; font-size: 17px; text-decoration: none; }
.footer-grid a:hover { color: white; text-decoration: underline; }
.footer-grid .footer-phone { color: white; font-size: 22px; font-weight: 700; }
.footer-bottom { display: flex; justify-content: space-between; gap: 20px; padding-block: 24px; color: #C7C9DA; border-top: 1px solid rgba(255,255,255,.16); font-size: 15px; }

@media (max-width: 1250px) {
  .desktop-nav { gap: 16px; }
  .brand img { width: 235px; }
  .header-inner { gap: 18px; }
  .selection-link { padding-left: 18px; }
  .hero-inner, .category-hero-layout { gap: 36px; }
  .hero h1 { font-size: 44px; }
  .hero-copy > p { font-size: 20px; }
  .trust-grid { grid-template-columns: repeat(2,minmax(0,1fr)); gap: 28px 40px; }
  .product-layout { gap: 32px; }
  .product-card-body { padding: 24px; }
  .category-grid { grid-template-columns: repeat(2,minmax(0,1fr)); }
  .category-card { display: grid; grid-template-columns: minmax(0,.85fr) minmax(0,1.15fr); }
  .category-card > img { height: 100%; aspect-ratio: auto; object-fit: cover; }
  .category-body strong { font-size: 24px; }
}
@media (max-width: 1120px) {
  .desktop-nav { display: none; }
  .selection-link { margin-left: auto; }
  .menu-button { display: block; margin-left: 0; }
  .hero-inner { grid-template-columns: 1fr 1fr; padding-block: 48px; }
  .hero h1 { font-size: 40px; }
  .hero-actions { display: grid; }
  .hero-portrait figcaption { display: block; }
  .hero-portrait figcaption a { display: inline-block; margin-top: 12px; }
  .product-grid { grid-template-columns: repeat(2,minmax(0,1fr)); }
  .single-product { grid-template-columns: 1fr; }
  .method-layout, .faq-layout { gap: 36px; }
  .team-grid { grid-template-columns: repeat(2,minmax(0,1fr)); }
  .contact-cta { display: block; }
  .contact-cta > div:last-child { display: flex; flex-wrap: wrap; margin-top: 26px; }
  .footer-grid { gap: 30px; }
}
@media (max-width: 900px) {
  .category-card { display: flex; }
  .category-card > img { height: auto; aspect-ratio: 4/3; }
  .hero-inner, .category-hero-layout, .product-layout, .method-layout, .faq-layout, .home-cta-inner { grid-template-columns: 1fr; gap: 34px; }
  .hero h1 { font-size: clamp(36px,5.4vw,50px); }
  .hero-actions { display: flex; }
  .hero-portrait > img { aspect-ratio: 16/10; object-position: 50% 37%; }
  .hero-portrait figcaption { display: flex; }
  .hero-portrait figcaption a { margin-top: 0; }
  .category-hero figure img { aspect-ratio: 16/10; }
  .category-hero-layout { padding-block: 42px; }
  .product-visual { position: static; display: contents; }
  .product-summary { grid-row: 2; }
  .product-support { grid-row: 3; margin-top: 0; }
  .product-layout { gap: 38px; }
  .selector-fields { grid-template-columns: repeat(2,minmax(0,1fr)); gap: 18px; }
  .product-visual figure > img { aspect-ratio: 4/3; }
  .process-grid { gap: 24px; }
  .process-grid h3 { font-size: 23px; }
  .contact-cards { grid-template-columns: 1fr; }
  .selection-page { grid-template-columns: 1fr; }
  .selection-summary { position: static; }
  .article-card { gap: 28px; }
  .article-card h2 { font-size: 28px; }
  .footer-grid { grid-template-columns: repeat(2,minmax(0,1fr)); gap: 38px; }
  .home-cta-inner > div:last-child { display: flex; flex-wrap: wrap; }
}
@media (max-width: 640px) {
  :root { --gutter: 20px; }
  .header-inner { min-height: 78px; gap: 12px; }
  .brand img { width: 235px; }
  .selection-link { display: none; }
  .menu-button { margin-left: auto; }
  .hero-inner { padding-block: 38px; }
  .hero h1 { margin-block: 20px 24px; font-size: clamp(31px,8.3vw,44px); line-height: 1.2; }
  .hero-copy > p { font-size: 19px; }
  .hero-actions { display: grid; margin-top: 26px; }
  .hero-contact span { display: block; margin-left: 0; }
  .hero-portrait > img { aspect-ratio: 4/3; }
  .hero-portrait figcaption { flex-wrap: wrap; padding: 20px; gap: 12px; }
  .hero-portrait figcaption strong { font-size: 19px; }
  .trust-grid { grid-template-columns: 1fr; gap: 24px; padding-block: 30px; }
  .trust-item { grid-template-columns: 34px minmax(0,1fr); }
  .trust-item strong { font-size: 19px; }
  .category-section, .process-section, .method-section, .faq-section, .home-cta { padding-block: 52px; }
  .section-heading h2, .catalog-heading h2, .method-intro h2, .faq-intro h2, .home-cta h2 { font-size: 30px; }
  .section-heading > p, .catalog-heading > p, .home-cta p { font-size: 19px; }
  .category-grid, .product-grid, .process-grid, .article-card { grid-template-columns: 1fr; gap: 28px; }
  .category-card, .single-product .product-card { display: flex; }
  .category-card > img { height: auto; aspect-ratio: 4/3; }
  .category-body, .product-card-body, .single-product .product-card-body { padding: 24px; }
  .category-body strong { font-size: 27px; }
  .product-card h2, .single-product .product-card h2 { font-size: 27px; }
  .page-hero-inner { padding-block: 38px 42px; }
  .page-hero h1, .category-hero h1, .product-heading h1 { font-size: clamp(30px,8.1vw,40px); }
  .page-hero p, .product-heading > p { font-size: 20px; }
  .category-subtitle { font-size: 24px; }
  .category-intro { font-size: 19px; }
  .category-hero figure img { aspect-ratio: 4/3; }
  .catalog-section, .content-section, .article-list, .team-grid, .selection-page { padding-block: 44px; }
  .product-hero { padding-block: 22px 44px; }
  .breadcrumbs { margin-bottom: 26px; font-size: 14px; }
  .breadcrumbs > span:last-child, .breadcrumbs > span:nth-last-child(2) { display: none; }
  .product-heading { margin-bottom: 28px; }
  .product-summary > h2 { font-size: 27px; }
  .product-selector { padding: 22px; }
  .selector-fields { grid-template-columns: 1fr; gap: 0; }
  .selector-price { gap: 8px 18px; }
  .selector-price strong { font-size: 34px; }
  .selector-price > span { font-size: 19px; }
  .selection-field select { padding-left: 10px; font-size: 17px; }
  .rich-content { font-size: 19px; line-height: 1.75; }
  .rich-content h2 { font-size: 28px; }
  .rich-content h3 { font-size: 25px; }
  .rich-content h4 { font-size: 22px; }
  .rich-content table { font-size: 17px; }
  .contact-cta { padding: 26px; margin-bottom: 48px; }
  .contact-cta h2 { font-size: 28px; }
  .contact-cta > div:last-child { display: grid; }
  .team-grid { grid-template-columns: 1fr; }
  .selection-item { grid-template-columns: 86px minmax(0,1fr); gap: 10px 18px; }
  .selection-item img { width: 86px; height: 76px; }
  .selection-item-price, .selection-remove { grid-column: 2; }
  .selection-item-title { font-size: 20px; }
  .selection-summary, .selection-empty, .empty-state { padding: 25px; }
  .footer-grid { gap: 34px 24px; padding-block: 48px; }
  .footer-brand { grid-column: 1/-1; }
  .footer-grid > :last-child { grid-column: 1/-1; }
  .footer-grid h2, .footer-grid a { font-size: 16px; }
  .footer-bottom { flex-wrap: wrap; font-size: 15px; }
}
@media (max-width: 360px) {
  :root { --gutter: 16px; }
  .brand img { width: 210px; }
  .button { padding-inline: 17px; font-size: 17px; }
  .product-selector { padding: 18px; }
  .selector-price strong { font-size: 30px; }
  .selection-field select { font-size: 16px; }
  .hero h1 { font-size: 29px; hyphens: auto; }
}
@media (prefers-reduced-motion: reduce) {
  *, *::before, *::after { scroll-behavior: auto !important; transition: none !important; }
}

/* Fixed contact dock: same compact MPV pattern as MPU-Vorbereitung.ai. */
.mpv-contact-dock { --contact-blue: #32388e; --contact-ink: #20245d; --contact-green: #2e7a3d; position: fixed; z-index: 190; top: 50%; right: 0; display: flex; align-items: center; width: 408px; max-width: 100vw; transform: translateY(-50%) translateX(calc(100% - 48px)); transition: transform .25s ease; color: #202437; font-family: Inter, system-ui, sans-serif; text-align: left; line-height: 1.55; }
.mpv-contact-dock[hidden] { display: none !important; }
.mpv-contact-dock,.mpv-contact-dock * { box-sizing: border-box; }
.mpv-contact-dock.is-open { transform: translateY(-50%); }
.mpv-contact-dock svg { display: block; flex: 0 0 22px; width: 22px; height: 22px; }
.mpv-contact-toggle { display: flex; flex: 0 0 48px; width: 48px; height: fit-content; min-height: 0; padding: 8px 10px; align-self: center; align-items: center; justify-content: center; gap: 6px; border: 0; border-radius: 12px 0 0 12px; background: var(--contact-ink); color: #fff; cursor: pointer; font: inherit; }
.mpv-contact-toggle-label { writing-mode: vertical-rl; transform: rotate(180deg); font-size: 16px; letter-spacing: .06em; font-weight: 750; }
.mpv-contact-toggle { flex-direction: column; }
.mpv-contact-dock .mpv-contact-toggle-close { display: none; }
.mpv-contact-panel { position: absolute; right: 0; top: 50%; transform: translateY(-50%); width: 360px; max-width: calc(100vw - 48px); max-height: calc(100dvh - 160px); overflow-y: auto; overscroll-behavior: contain; padding: 28px; border: 1px solid #e1e3ea; border-top: 4px solid var(--contact-blue); background: #fff; box-shadow: -18px 18px 55px rgba(32,36,93,.18); visibility: hidden; transition: visibility .25s; }
.mpv-contact-dock.is-open .mpv-contact-panel { visibility: visible; }
.mpv-contact-panel .mpv-contact-kicker { margin: 0 0 10px; color: var(--contact-green); font-size: 11px; text-transform: uppercase; letter-spacing: .065em; font-weight: 800; }
.mpv-contact-panel h2 { margin: 0 0 20px; font-size: 25px; line-height: 1.2; color: var(--contact-ink); letter-spacing: -.025em; }
.mpv-contact-panel .mpv-contact-line { display: flex; align-items: flex-start; gap: 12px; margin: 18px 0; color: var(--contact-ink); text-decoration: none; font-size: 15px; }
.mpv-contact-line svg { margin-top: 3px; color: var(--contact-blue); }
.mpv-contact-line > span { min-width: 0; overflow-wrap: anywhere; }
.mpv-contact-line small { display: block; margin-bottom: 2px; font-size: 10px; color: #575c6b; font-weight: 750; letter-spacing: .065em; text-transform: uppercase; }
.mpv-contact-line strong { font-size: 20px; }
.mpv-contact-line:hover { text-decoration: underline; text-underline-offset: 3px; }
.mpv-contact-panel .mpv-contact-note { margin: 20px 0; padding-top: 16px; border-top: 1px solid #e1e3ea; font-size: 13px; color: #575c6b; }
.mpv-contact-panel .mpv-contact-action { display: flex; align-items: center; justify-content: space-between; gap: 12px; padding: 13px 15px; background: var(--contact-green); color: #fff; border-radius: 7px; font-size: 13px; font-weight: 750; text-decoration: none; }
.mpv-contact-action:hover { background: #20572a; }
.mpv-contact-dock :is(a,button):focus-visible { outline: 3px solid #3da04f; outline-offset: 3px; }
.mpv-contact-sr { position: absolute; width: 1px; height: 1px; padding: 0; margin: -1px; overflow: hidden; clip: rect(0,0,0,0); white-space: nowrap; border: 0; }
@media (max-width: 1599px), (hover: none), (pointer: coarse), (max-height: 680px) {
  .mpv-contact-dock { top: auto; right: 16px; bottom: max(16px,env(safe-area-inset-bottom)); display: block; width: 52px; height: 52px; transform: none; transition: none; }
  .mpv-contact-dock.is-open { transform: none; }
  .mpv-contact-toggle { width: 52px; height: 52px; min-height: 52px; padding: 0; border: 1px solid rgba(255,255,255,.36); border-radius: 50%; box-shadow: 0 10px 28px rgba(32,36,93,.25); }
  .mpv-contact-toggle-label { position: absolute; width: 1px; height: 1px; padding: 0; margin: -1px; overflow: hidden; clip: rect(0,0,0,0); }
  .mpv-contact-dock.is-open .mpv-contact-toggle { background: var(--contact-green); }
  .mpv-contact-dock.is-open .mpv-contact-toggle-icon { display: none; }
  .mpv-contact-dock.is-open .mpv-contact-toggle-close { display: block; }
  .mpv-contact-panel { position: absolute; right: 0; top: auto; bottom: 64px; width: min(360px,calc(100vw - 48px)); max-width: none; max-height: calc(100dvh - var(--public-header-height,80px) - 112px - env(safe-area-inset-bottom)); padding: 24px 22px; border-radius: 16px; opacity: 0; pointer-events: none; transform: translateY(10px); transition: opacity .2s,transform .2s,visibility .2s; }
  .mpv-contact-dock.is-open .mpv-contact-panel { opacity: 1; pointer-events: auto; transform: none; }
}
/* Keep consent choices and keyboard-focused form controls unobstructed. */
.mpv-contact-dock.is-obscured { visibility: hidden; pointer-events: none; }
.mpv-contact-dock.is-obscured .mpv-contact-panel { visibility: hidden; }
@media (prefers-reduced-motion: reduce) { .mpv-contact-dock,.mpv-contact-panel { transition: none; } }
@media print { .mpv-contact-dock { display: none !important; } }
