/*
 * Components
 * Reusable visual building blocks.
 * Product cards are isolated in product-cards.css.
 */

.section-alt {
  background: linear-gradient(180deg, rgba(255, 255, 255, .7), rgba(255, 255, 255, .92));
}

.section-title {
  margin: 0 0 var(--space-3);
  font-size: clamp(30px, 4vw, 50px);
}

.section-lead,
.material-page-head .section-intro,
.material-detail-card__intro,
.material-color-system__head p,
.tool-benefit-card p,
.tool-side-card p,
.material-detail-card p,
.material-color-system p {
  color: var(--muted);
  line-height: 1.68;
}

.section-lead {
  margin: 0 0 var(--space-6);
  max-width: 900px;
  font-size: 18px;
}

.small { font-size: 14px; color: var(--muted); }

.card,
.mini-feature,
.stat,
.feature-list li,
.page-shell .entry-content,
.term-description-box,
.taxonomy-overview-card,
.material-detail-card,
.material-color-system,
.tool-side-card,
.tool-benefit-card,
.home-v3-toolband__facts article,
.home-v3-process-card,
.home-v3-conclusion__list article,
.home-v3-faq-grid details,
.footer-link-card,
.footer-brand-panel,
.request-form-box,
.contact-form-shell,
.homepage-form-shell,
.technical-sketch-card,
.product-hero-media,
.taxonomy-hero-media,
.product-sketch-teaser,
.gallery-card,
.variant-card,
.faq-section details {
  background: #fff;
  border: 1px solid rgba(30, 46, 62, .09);
  border-radius: 24px;
  box-shadow: 0 14px 34px rgba(16, 29, 43, .06);
}

.card-pad,
.page-shell .entry-content,
.term-description-box {
  padding: clamp(1.2rem, 1rem + .8vw, 1.65rem);
}

.card h3,
.product-card h3,
.mini-feature h3,
.material-detail-card__top h3,
.material-color-group__head h3,
.home-v3-process-card h3,
.home-v3-category-card h3 {
  margin: 0 0 var(--space-2);
  color: var(--steel);
  font-family: var(--wp--preset--font-family--syne, Syne, Arial, sans-serif);
  line-height: 1.05;
  letter-spacing: -.04em;
}

.card p,
.footer-brand-panel p,
.home-v3-toolband__facts p,
.home-v3-conclusion__list p,
.home-v3-process-card p,
.home-v3-category-card p,
.home-v3-trust .home-v3-toolband__facts p {
  margin: 0;
  color: var(--muted);
}

.card .meta { display: flex; flex-wrap: wrap; gap: var(--space-2); margin-top: var(--space-4); }

.hero-price {
  display: flex;
  align-items: flex-end;
  gap: .625rem;
  flex-wrap: wrap;
  margin: var(--space-4) 0 0;
}

.hero-price strong {
  font-size: clamp(28px, 4vw, 44px);
  line-height: 1;
  color: var(--accent);
  font-family: var(--wp--preset--font-family--syne, Syne, Arial, sans-serif);
  letter-spacing: -.04em;
}

.hero-price span { color: var(--muted); font-weight: 700; }

.seo-copy,
.category-seo-copy { max-width: 960px; }
.seo-copy p,
.category-seo-copy p { margin: 0 0 var(--space-3); }

.stat {
  padding: var(--space-4);
}

.stat b,
.stat .wp-block-heading {
  display: block;
  margin: 0 0 var(--space-1);
  font-size: 28px;
  color: var(--steel);
  font-family: var(--wp--preset--font-family--syne, Syne, Arial, sans-serif);
}

.feature-list {
  padding: 0;
  margin: 0;
  list-style: none;
}

.feature-list li {
  padding: var(--space-4);
}

.table {
  width: 100%;
  border-collapse: separate;
  border-spacing: 0;
  background: #fff;
  border: 1px solid var(--line);
  border-radius: var(--radius-md);
  overflow: hidden;
  box-shadow: var(--shadow-sm);
}
.table td { padding: .875rem 1rem; border-bottom: 1px solid var(--line); }
.table tr:last-child td { border-bottom: none; }
.table td:first-child { width: 42%; font-weight: 700; }

.swatches {
  display: flex;
  flex-wrap: wrap;
  gap: var(--space-2);
}

.sw {
  display: inline-flex;
  align-items: center;
  gap: .625rem;
  padding: .625rem .875rem;
  background: #fff;
  border: 1px solid var(--line);
  border-radius: 999px;
}

.chip {
  width: 18px;
  height: 18px;
  border-radius: 999px;
  border: 1px solid rgba(0, 0, 0, .15);
}

.gallery-placeholder,
.gallery .ph {
  min-height: 160px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: #fff;
  border: 1px solid var(--line);
  border-radius: var(--radius-md);
  box-shadow: var(--shadow-sm);
}

.gallery-placeholder {
  min-height: 360px;
  border-radius: var(--radius-xl);
}

.quote {
  padding: clamp(1.5rem, 1.2rem + .8vw, 2rem);
  color: #fff;
  background: linear-gradient(135deg, var(--steel), var(--steel-2));
  border-radius: var(--radius-xl);
  box-shadow: var(--shadow);
}

.quote h2 {
  margin: 0 0 var(--space-2);
  font-size: clamp(28px, 4vw, 40px);
  font-family: var(--wp--preset--font-family--syne, Syne, Arial, sans-serif);
}

.quote p { color: rgba(255, 255, 255, .86); }

.page-hero .box,
.product-hero .box,
.taxonomy-hero-box {
  padding: clamp(1.5rem, 1.3rem + .8vw, 2.125rem);
  background: linear-gradient(145deg, #fff, rgba(255, 255, 255, .88));
  border: 1px solid var(--line);
  border-radius: var(--radius-xl);
  box-shadow: var(--shadow);
}

.page-hero h1,
.product-hero h1,
.taxonomy-page-hero h1 {
  margin: 0 0 var(--space-3);
  font-size: clamp(34px, 5vw, 60px);
}

.page-hero p,
.product-hero p,
.taxonomy-page-hero p {
  max-width: 850px;
  font-size: 18px;
  color: var(--muted);
}

.product-hero-figure,
.taxonomy-hero-figure {
  margin: 0;
  aspect-ratio: 4 / 3;
  background: linear-gradient(180deg, #ffffff 0%, #f2f4f7 100%);
}

.product-hero-figure img,
.taxonomy-hero-figure img,
.gallery-card img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}

.product-sketch-teaser {
  margin-top: var(--space-4);
  padding: var(--space-4);
}

.product-sketch-teaser img {
  width: 100%;
  height: auto;
  object-fit: contain;
}

.badges,
.category-links,
.taxonomy-hero-actions {
  display: flex;
  flex-wrap: wrap;
  gap: var(--space-2);
}

.badges { margin-top: var(--space-4); }

.badge,
.pill,
.category-links a,
.taxonomy-hero-actions a,
.material-jump-nav a,
.coating-flag,
.coating-card-badge {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: .5rem;
  min-height: 2.25rem;
  padding: 0 .875rem;
  border-radius: 999px;
  border: 1px solid var(--line);
  background: var(--surface-2);
  color: var(--steel);
  font-size: .875rem;
  font-weight: 700;
  text-decoration: none;
}

.technical-sketch-image-card {
  background: linear-gradient(180deg, #fff, #f7faff);
}

.technical-sketch-figure img {
  width: 100%;
  background: #fff;
  border-radius: 18px;
}

/* Coating and material content */
#beschichtungen .grid-2 { gap: var(--space-4); align-items: stretch; }
#beschichtungen .card { overflow: hidden; }
#beschichtungen .card-pad {
  padding: 1.35rem 1.45rem 1.25rem;
  display: flex;
  flex-direction: column;
  height: 100%;
}
#beschichtungen .card .pill-row { order: 2; gap: .55rem; margin: 0 0 .9rem; }
#beschichtungen .card .pill {
  min-height: 32px;
  padding: 0 .7rem;
  background: #f3f6fa;
  color: #506274;
  border-color: #e2e8ef;
  font-size: 13px;
}
#beschichtungen .card p { margin: 0 0 1rem; font-size: 17px; line-height: 1.55; }
#beschichtungen .swatches {
  margin-top: auto;
  padding-top: 1rem;
  border-top: 1px solid var(--line);
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: .7rem 1rem;
}
#beschichtungen .sw {
  display: flex;
  align-items: center;
  gap: .7rem;
  padding: 0;
  background: none;
  border: 0;
  min-height: auto;
}
#beschichtungen .chip {
  width: 24px;
  height: 24px;
  border-radius: 7px;
  border: 1px solid rgba(20, 33, 48, .16);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, .25);
}
#beschichtungen .sw strong { display: block; font-size: 14px; line-height: 1.15; color: var(--steel); }
#beschichtungen .sw span span:last-child { font-size: 14px; color: var(--muted); }
.single-produkt #beschichtungen > .container > p,
.tax-produktkategorie #beschichtungen > .container > p { max-width: 760px; margin: 0 0 var(--space-4); font-size: 18px; color: var(--muted); }

/* Homepage */
.site-homepage-v2 .section:nth-child(even):not(.home-v3-faq) {
  background: linear-gradient(180deg, rgba(255, 255, 255, .42), rgba(255, 255, 255, .78));
}
.site-homepage-v2 .hero-lead { max-width: 62ch; font-size: 1.06rem; line-height: 1.72; color: #4f6273; }
.site-homepage-v2 .home-v3-stage {
  min-height: 100%;
  background: linear-gradient(180deg, #eef3f8 0%, #dde7f0 100%);
  border-radius: 32px;
  overflow: hidden;
  box-shadow: 0 20px 44px rgba(16, 29, 43, .1);
  border: 1px solid rgba(30, 46, 62, .08);
}
.site-homepage-v2 .home-v3-stage__image { margin: 0; height: 100%; min-height: 420px; }
.site-homepage-v2 .home-v3-stage__image img { width: 100%; height: 100%; object-fit: cover; display: block; }

.site-homepage-v2 .home-v3-stage__image--svg,
.site-homepage-v2 .home-v3-stage__image--svg svg {
  width: 100%;
  height: 100%;
  display: block;
}
.site-homepage-v2 .home-v3-category-card__icon {
  width: min(100%, 170px);
  height: auto;
  color: var(--accent);
}
.site-homepage-v2 .home-v3-category-card__actions,
.site-homepage-v2 .home-v3-category-card__actions .wp-block-button,
.site-homepage-v2 .home-v3-category-card__actions .wp-block-button__link {
  width: 100%;
}
.site-homepage-v2 .home-v3-process__actions,
.site-homepage-v2 .home-v3-closing__actions {
  margin-top: 1.25rem;
}
.site-homepage-v2 .home-v3-closing__note {
  margin-top: .85rem;
}
.site-homepage-v2 .home-v3-trust .home-v3-toolband__facts article { padding: 1rem 1.05rem; text-align: center; background: #fff; }
.site-homepage-v2 .home-v3-trust .home-v3-toolband__facts strong,
.site-homepage-v2 .home-v3-toolband__facts strong,
.site-homepage-v2 .home-v3-conclusion__list strong {
  display: block;
  margin-bottom: .45rem;
  color: var(--steel);
}
.site-homepage-v2 .home-v3-category-card {
  background: #fff;
  border: 1px solid rgba(30, 46, 62, .08);
  border-radius: 28px;
  overflow: hidden;
  box-shadow: 0 16px 32px rgba(16, 29, 43, .08);
}
.site-homepage-v2 .home-v3-category-card__media {
  margin: 0;
  padding: 1.25rem;
  background: linear-gradient(180deg, #fafbfd 0%, #eff3f7 100%);
  border-bottom: 1px solid var(--line);
  display: flex;
  align-items: center;
  justify-content: center;
}
.site-homepage-v2 .home-v3-category-card__media img { width: 100%; height: 100%; max-height: 170px; object-fit: contain; display: block; }
.site-homepage-v2 .home-v3-category-card__body { padding: 1.3rem 1.3rem 1.4rem; }
.site-homepage-v2 .home-v3-category-card h3 { font-size: clamp(1.55rem, 1.2rem + .8vw, 2rem); }
.site-homepage-v2 .home-v3-category-card__actions .btn { width: 100%; }
.site-homepage-v2 .home-v3-toolband__main .card-pad,
.site-homepage-v2 .home-v3-conclusion__card .card-pad { padding: 1.5rem; }
.site-homepage-v2 .home-v3-toolband__facts article,
.site-homepage-v2 .home-v3-conclusion__list article { padding: 1.05rem 1.1rem; }
.site-homepage-v2 .home-v3-toolband__facts p,
.site-homepage-v2 .home-v3-conclusion__list p { font-size: .95rem; line-height: 1.62; }
.site-homepage-v2 .home-v3-process-card { padding: 1.25rem 1.2rem 1.3rem; }
.site-homepage-v2 .home-v3-process-card h3 { font-size: 1.24rem; line-height: 1.08; }
.site-homepage-v2 .home-v3-faq-grid details { padding: 1.1rem 1.2rem; background: #fff; }
.site-homepage-v2 .home-v3-faq-grid summary {
  cursor: pointer;
  list-style: none;
  font-size: 1.06rem;
  line-height: 1.25;
  font-weight: 700;
  color: var(--steel);
}
.site-homepage-v2 .home-v3-faq-grid summary::-webkit-details-marker { display: none; }
.site-homepage-v2 .home-v3-faq-grid p { margin: .8rem 0 0; line-height: 1.68; }

/* Product detail components */
.single-produkt .product-hero-figure { aspect-ratio: 5 / 4; }
.single-produkt .product-hero-copy .hero-price strong { font-size: clamp(2rem, 2vw + 1rem, 2.8rem); }
.single-produkt .faq-section details { overflow: hidden; }
.single-produkt .faq-section summary { padding: 1rem 1.05rem; font-size: .99rem; line-height: 1.45; }
.single-produkt .faq-section details p { padding: 0 1.05rem 1.05rem; font-size: .95rem; line-height: 1.62; }

.coating-system-list { display: grid; grid-template-columns: 1fr; gap: 24px; }
.coating-card-product .card-pad { display: flex; flex-direction: column; gap: 18px; }
.coating-card-head { display: flex; justify-content: space-between; gap: 16px; align-items: flex-start; }
.coating-card-label { margin: 0 0 6px; font-size: 12px; letter-spacing: .08em; text-transform: uppercase; color: var(--muted); font-weight: 700; }
.coating-card-intro { margin: 0; color: var(--muted); }
.coating-kpis { display: grid; grid-template-columns: repeat(4, minmax(0, 1fr)); gap: 12px; }
.coating-kpi { padding: 12px 14px; border: 1px solid var(--line); border-radius: 16px; background: #faf8f6; }
.coating-kpi span { display: block; font-size: 12px; line-height: 1.3; color: var(--muted); margin-bottom: 4px; }
.coating-kpi strong { display: block; font-size: 15px; line-height: 1.35; }
.coating-flags { display: flex; flex-wrap: wrap; gap: 10px; }
.swatches-rect { display: grid; grid-template-columns: repeat(auto-fit, minmax(220px, 1fr)); gap: 12px; }
.coating-card-product .swatches-rect { margin-top: 4px; }
.sw-rect { display: flex; align-items: center; gap: 12px; padding: 12px 14px; border: 1px solid var(--line); border-radius: 14px; background: #fff; min-height: 64px; }
.sw-rect .chip { width: 36px; height: 36px; min-width: 36px; border-radius: 8px; border: 1px solid rgba(0, 0, 0, .08); }
.sw-rect strong { display: block; line-height: 1.2; }
.variant-layout { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 18px; }
.variant-card { padding: 22px; }
.variant-card h3 { margin: 0 0 16px; }
.variant-card--full { grid-column: 1 / -1; }
.variant-table { border: 1px solid var(--line); border-radius: 16px; overflow: hidden; background: #faf8f6; }
.variant-table-row { display: grid; grid-template-columns: 1fr auto; gap: 16px; padding: 14px 18px; border-top: 1px solid var(--line); }
.variant-table-row:first-child { border-top: 0; }
.variant-table-row span,
.variant-note-meta { color: var(--muted); }
.variant-note-meta { margin: 12px 0 0; }
.variant-list { margin: 0; padding-left: 20px; display: grid; gap: 10px; }
.section-head .section-intro { max-width: 900px; }

/* Material page */
.material-page-content { padding-top: 0; padding-bottom: clamp(3rem, 5vw, 5rem); }
.material-page-head { margin-bottom: 1.35rem; }
.material-page-head .section-title { margin: 0 0 .55rem; }
.material-detail-card { padding: 1.3rem 1.35rem 1.4rem; }
.material-detail-card__top { display: flex; justify-content: space-between; gap: 1rem; align-items: flex-start; margin-bottom: 1rem; }
.material-detail-card__label { margin: 0 0 .38rem; font-size: .72rem; font-weight: 700; letter-spacing: .08em; text-transform: uppercase; color: #a35a45; }
.material-detail-card__badge { border-color: rgba(191, 78, 55, .2); background: #fff6f2; color: #9f4f39; white-space: nowrap; }
.material-detail-card__meta { padding: 1rem 0; border-top: 1px solid var(--line); border-bottom: 1px solid var(--line); margin-bottom: 1rem; }
.material-detail-card__meta strong,
.material-detail-card__columns h4 { display: block; margin-bottom: .65rem; color: var(--steel); font-size: .98rem; }
.material-detail-card__meta ul,
.material-detail-card__columns ul { margin: 0; padding-left: 1.05rem; display: grid; gap: .45rem; color: var(--muted); }
.material-jump-nav { display: flex; flex-wrap: wrap; gap: .75rem; margin: 0 0 1.25rem; }
.material-jump-nav a:hover { border-color: rgba(191, 78, 55, .4); color: #9f4f39; }
.material-color-group { background: #fff; border: 1px solid var(--line); border-radius: 26px; padding: 1.15rem; box-shadow: 0 16px 38px rgba(16, 29, 43, .05); }
.material-color-group__head { margin-bottom: 1rem; padding: .95rem 1rem; border-radius: 18px; background: linear-gradient(90deg, #b44734 0%, #c5604d 100%); }
.material-color-group__head h3 { margin: 0; color: #fff; font-size: 1.2rem; }
.material-color-group__systems { display: grid; gap: 1rem; }
.material-color-system { padding: .35rem 0 0; }
.material-color-system + .material-color-system { border-top: 1px solid var(--line); padding-top: 1rem; }
.material-color-system__head { display: flex; justify-content: space-between; gap: 1rem; align-items: flex-end; margin-bottom: .8rem; }
.material-color-system__head h4 { margin: 0; color: var(--steel); font-size: 1.02rem; }
.material-swatch-grid { grid-template-columns: repeat(5, minmax(0, 1fr)); gap: .8rem; }
.material-swatch-item { display: grid; gap: .4rem; padding: .8rem; border: 1px solid var(--line); border-radius: 16px; background: #faf9f7; min-height: 112px; }
.material-swatch-chip { display: block; width: 100%; height: 42px; border-radius: 10px; border: 1px solid rgba(16, 29, 43, .08); box-shadow: inset 0 0 0 1px rgba(255, 255, 255, .18); }
.material-swatch-item strong { display: block; font-size: .86rem; color: var(--steel); line-height: 1.2; }
.material-swatch-item span:last-child { display: block; color: var(--muted); font-size: .86rem; line-height: 1.35; }

/* Header and footer */
.site-header-v4 {
  position: sticky;
  top: 0;
  z-index: 40;
  background: rgba(245, 244, 248, .9);
  backdrop-filter: blur(10px);
  border-bottom: 1px solid rgba(30, 46, 62, .08);
}
.site-header-v4__bar { padding: .65rem 0; }
.site-header-v4__shell {
  min-height: 74px;
  gap: 1rem 1.25rem;
  padding: .7rem .9rem;
  background: #fff;
  border: 1px solid rgba(30, 46, 62, .1);
  border-radius: 18px;
  box-shadow: 0 10px 30px rgba(17, 24, 39, .07);
}
.site-header-v4__brand { align-items: center; gap: .75rem; min-width: 0; }
.site-header-v4__brand .custom-logo-link,
.site-header-v4__brand .wp-block-site-logo a { display: flex; align-items: center; }
.site-header-v4__brand .wp-block-site-logo { margin: 0; }
.site-header-v4__brand .wp-block-site-logo img {
  max-height: 48px;
  width: auto;
  padding: .35rem;
  border-radius: 12px;
  background: rgba(30, 46, 62, .04);
  border: 1px solid rgba(30, 46, 62, .08);
}
.site-header-v4__brand-text { min-width: 0; }
.site-header-v4__brand .wp-block-site-title {
  margin: 0;
  font-family: var(--wp--preset--font-family--syne, Syne, Arial, sans-serif);
  font-size: clamp(1.2rem, 1vw + 1rem, 1.55rem);
  line-height: 1;
  font-weight: 700;
  letter-spacing: -.03em;
}
.site-header-v4__brand .wp-block-site-title a { text-decoration: none; color: var(--steel); }
.site-header-v4__tagline {
  margin: 0;
  color: var(--muted);
  font-size: .84rem;
  line-height: 1.3;
}
.site-header-v4__nav { min-width: 0; }
.site-header-v4 .wp-block-navigation { gap: .2rem .4rem; }
.site-header-v4 .wp-block-navigation .wp-block-navigation-item__content {
  color: var(--steel);
  font-weight: 700;
  padding: .55rem .75rem;
  border-radius: 10px;
  transition: background-color .2s ease, color .2s ease;
  text-decoration: none;
  min-height: 40px;
}
.site-header-v4 .wp-block-navigation .wp-block-navigation-item__content:hover,
.site-header-v4 .wp-block-navigation .current-menu-item > .wp-block-navigation-item__content,
.site-header-v4 .wp-block-navigation .current-menu-ancestor > .wp-block-navigation-item__content,
.site-header-v4 .wp-block-navigation .wp-block-navigation-item__content[aria-current="page"] {
  background: rgba(30, 46, 62, .06);
  color: var(--steel);
}
.site-header-v4 .wp-block-navigation__responsive-container-open,
.site-header-v4 .wp-block-navigation__responsive-container-close { color: var(--steel); }
.site-header-v4__actions { gap: .65rem; }
.site-header-v4__phone {
  margin: 0;
  display: inline-flex;
  align-items: center;
  min-height: 40px;
  padding: 0 .8rem;
  border: 1px solid rgba(30, 46, 62, .1);
  border-radius: 10px;
  background: #fff;
  color: var(--steel);
  font-size: .92rem;
  font-weight: 700;
  line-height: 1;
  white-space: nowrap;
}
.site-header-v4__phone a { color: inherit; text-decoration: none; }
.site-header-v4__action-buttons { gap: .65rem; }
.site-header-v4__action-buttons .wp-block-button { margin: 0; }
.site-header-v4__action-buttons .wp-block-button__link {
  min-height: 40px;
  padding: .7rem 1rem;
  border-radius: 10px;
}

.footer-v2 {
  margin-top: clamp(2.6rem, 3vw, 3.75rem);
  padding: 0 0 1.5rem;
  background: transparent;
  color: var(--steel);
}
.footer-v2__shell {
  width: min(calc(100% - 32px), var(--container));
  margin-inline: auto;
  background: #fff;
  border: 1px solid rgba(30, 46, 62, .08);
  border-radius: 24px;
  box-shadow: 0 14px 36px rgba(17, 24, 39, .06);
  overflow: hidden;
}
.footer-v2__top {
  display: grid;
  grid-template-columns: minmax(0, 1.2fr) minmax(0, 1fr) auto;
  gap: 1rem 1.25rem;
  align-items: center;
  padding: 1.2rem 1.4rem;
  border-bottom: 1px solid rgba(30, 46, 62, .08);
}
.footer-v2__brand { gap: .75rem; align-items: center; min-width: 0; }
.footer-v2__brand .wp-block-site-logo { margin: 0; }
.footer-v2__brand .wp-block-site-logo img {
  max-height: 44px;
  width: auto;
  padding: .3rem;
  border-radius: 12px;
  background: rgba(30, 46, 62, .04);
  border: 1px solid rgba(30, 46, 62, .08);
}
.footer-v2__brand-copy,
.footer-v2__cta-copy { min-width: 0; }
.footer-v2__brand .wp-block-site-title {
  margin: 0;
  font-size: 1rem;
  line-height: 1.1;
}
.footer-v2__brand .wp-block-site-title a { color: var(--steel); text-decoration: none; }
.footer-v2__title,
.footer-v2__col-title {
  margin: 0;
  color: var(--steel);
  font-size: .96rem;
  line-height: 1.2;
}
.footer-v2__text,
.footer-v2__text a,
.footer-v2__copyright {
  margin: 0;
  color: var(--muted) !important;
  line-height: 1.5;
  text-decoration: none;
}
.footer-v2__actions {
  gap: .65rem;
  justify-content: flex-end;
}
.footer-v2__actions .wp-block-button { margin: 0; }
.footer-v2__actions .wp-block-button__link {
  min-height: 40px;
  padding: .7rem 1rem;
  border-radius: 10px;
}
.footer-v2__grid {
  margin: 0 !important;
  gap: 0;
  padding: 1.15rem 1.4rem;
}
.footer-v2__col { padding: 0 1rem !important; }
.footer-v2__col:first-child { padding-left: 0 !important; }
.footer-v2__col:last-child { padding-right: 0 !important; }
.footer-v2__nav,
.footer-v2__bottom-nav {
  margin: 0;
  padding: 0;
  min-width: 0;
}
.footer-v2__nav .wp-block-navigation__container,
.footer-v2__bottom-nav .wp-block-navigation__container {
  display: flex !important;
  gap: .5rem .75rem !important;
  margin: 0;
  padding: 0;
  list-style: none;
}
.footer-v2__nav .wp-block-navigation__container {
  flex-direction: column !important;
  align-items: flex-start !important;
}
.footer-v2__bottom-nav .wp-block-navigation__container {
  flex-direction: row !important;
  align-items: center !important;
  flex-wrap: wrap !important;
}
.footer-v2 .wp-block-navigation__responsive-container,
.footer-v2 .wp-block-navigation__responsive-container-content {
  display: block !important;
}
.footer-v2 .wp-block-navigation__responsive-container-open,
.footer-v2 .wp-block-navigation__responsive-container-close { display: none !important; }
.footer-v2 .wp-block-navigation-item__content,
.footer-v2 .wp-block-navigation a,
.footer-v2 .wp-block-navigation .wp-element-button,
.footer-v2 .wp-block-navigation .wp-block-pages-list__item__link,
.footer-v2 .wp-block-navigation .wp-block-navigation-item__label {
  visibility: visible !important;
  opacity: 1 !important;
}
.footer-v2 .wp-block-navigation-item__content {
  display: inline-flex;
  padding: 0;
  min-height: 0;
  border: 0;
  background: transparent;
  border-radius: 0;
  color: var(--muted) !important;
  font-weight: 600;
  line-height: 1.45;
  text-decoration: none;
}
.footer-v2 .wp-block-navigation-item__content:hover,
.footer-v2 .wp-block-navigation-item__content:focus-visible,
.footer-v2__text a:hover,
.footer-v2__bottom-nav .wp-block-navigation-item__content:hover {
  color: var(--steel) !important;
  text-decoration: underline;
  text-underline-offset: 3px;
  background: transparent;
}
.footer-v2__bottom {
  gap: .75rem 1rem;
  padding: .9rem 1.4rem 1.15rem;
  border-top: 1px solid rgba(30, 46, 62, .08);
}
@media (max-width: 1200px) {
  .material-page-hero__inner,
  .material-detail-grid,
  .material-detail-card__columns { grid-template-columns: 1fr; }
  .material-swatch-grid { grid-template-columns: repeat(4, minmax(0, 1fr)); }
}

@media (max-width: 900px) {
  .coating-kpis,
  .variant-layout { grid-template-columns: 1fr 1fr; }
  .coating-card-head { flex-direction: column; }
  .coating-card-badge { white-space: normal; }
  .site-header-v4__shell,
  .footer-v2__shell { width: min(calc(100% - 24px), var(--container)); }
  .site-header-v4__shell,
  .footer-v2__top { grid-template-columns: 1fr; }
  .site-header-v4__nav .wp-block-navigation__container,
  .site-header-v4__nav .wp-block-page-list,
  .site-header-v4__nav .wp-block-navigation__responsive-container-content { width: 100%; }
  .site-header-v4__actions,
  .footer-v2__actions { justify-content: flex-start; }
  .footer-v2__grid { gap: 1rem; }
  .footer-v2__col { padding: 0 !important; }
}

@media (max-width: 782px) {
  #beschichtungen .swatches,
  .material-swatch-grid,
  .variant-layout,
  .swatches-rect { grid-template-columns: 1fr; }
  .material-page-hero { padding-top: 2.4rem; }
  .material-page-hero__copy h1 { max-width: none; }
  .material-color-group,
  .material-detail-card { padding: 1rem; }
  .material-jump-nav { gap: .55rem; }
  .material-jump-nav a { padding: .65rem .9rem; font-size: .92rem; }
  .material-color-system__head { display: grid; gap: .25rem; }
  .site-header-v4__shell { padding: .8rem; }
  .site-header-v4__brand,
  .site-header-v4__actions,
  .footer-v2__brand { width: 100%; }
  .site-header-v4__phone { display: none; }
}

@media (max-width: 640px) {
  .coating-kpis,
  .variant-layout,
  .swatches-rect { grid-template-columns: 1fr; }
  .sw-rect { min-height: auto; }
}

.site-homepage-v2 .home-v3-category-card__media { margin: 0; }
.site-homepage-v2 .home-v3-faq-card {
  padding: 1.1rem 1.2rem;
  background: #fff;
  border-radius: 16px;
  border: 1px solid rgba(30, 46, 62, .08);
  box-shadow: 0 18px 40px rgba(17, 24, 39, .06);
}
.site-homepage-v2 .home-v3-faq-card h3 {
  margin: 0;
  font-size: 1.05rem;
  line-height: 1.45;
}
.site-homepage-v2 .home-v3-faq-card p { margin: .8rem 0 0; line-height: 1.68; }

/* Taxonomy page refinement: section rhythm, card consistency and readable content blocks. */
.taxonomy-page-hero .product-hero-grid{
  align-items:stretch;
}

.taxonomy-page-hero .product-hero-copy,
.taxonomy-page-hero .product-hero-visuals,
.taxonomy-advice-section .card,
.taxonomy-detail-section .card,
.taxonomy-cta-section .card,
.request-form-section .request-form-box{
  height:100%;
}

.taxonomy-page-hero .product-hero-figure{
  aspect-ratio:4 / 3;
}

.taxonomy-page-hero .product-hero-figure img{
  object-fit:contain;
}

.taxonomy-advice-section .section-title,
.taxonomy-detail-section .section-title,
.taxonomy-cta-section .section-title,
.request-form-section h2{
  margin-bottom:1rem;
}

.taxonomy-advice-section .card-pad,
.taxonomy-detail-section .card-pad,
.taxonomy-cta-section .card-pad{
  display:flex;
  flex-direction:column;
  gap:.9rem;
}

.taxonomy-advice-section .seo-copy p,
.taxonomy-detail-section .seo-copy p,
.taxonomy-cta-section .seo-copy p{
  margin:0;
  line-height:1.68;
}

.taxonomy-advice-section .seo-copy ul{
  margin:.15rem 0 0;
  padding-left:1.15rem;
  display:grid;
  gap:.45rem;
}

.taxonomy-advice-section .seo-copy li{
  margin:0;
  line-height:1.55;
}

.taxonomy-advice-section .seo-copy strong{
  color:var(--steel);
}


.index-page-shell__intro {
  gap: var(--space-3);
}

.site-header-v4__brand .wp-block-site-title a,
.footer-v2__brand-copy .wp-block-site-title a {
  color: var(--steel);
}

.contact-form-shell .wpcf7 label,
.homepage-form-shell .wpcf7 label {
  color: var(--steel);
}

/* v1.2.44 visual rollback and card cleanup */
.preisrechner-tool-card {
  box-shadow: 0 10px 24px rgba(16, 29, 43, .06);
}

.preisrechner-tool-embed {
  padding: .85rem;
  border: 1px solid rgba(30, 46, 62, .08);
  border-radius: 24px;
  background: #f8f7f3;
}

.tool-benefit-card,
.tool-side-card {
  box-shadow: 0 10px 20px rgba(16, 29, 43, .04);
}

.contact-form-shell {
  border-radius: 26px;
}

.contact-form-shell h2,
.request-form-box h2 {
  margin-bottom: .65rem;
}

.contact-form-shell > p,
.request-form-box > p {
  margin-bottom: 0;
}

.btn.btn-primary .wp-block-button__link,
.wp-block-button.btn.btn-primary .wp-block-button__link,
.btn.btn-secondary .wp-block-button__link,
.wp-block-button.btn.btn-secondary .wp-block-button__link,
.site-header-v4__action-buttons .wp-block-button__link,
.footer-v2__actions .wp-block-button__link {
  min-width: 0;
  white-space: nowrap;
}


/* HTML preview parity rules imported from v1.2.55 for static page/layout fidelity */

.html-preview-note{border:1px dashed #cbd5e1;background:#fff7ed;color:#9a3412;padding:16px 18px;border-radius:16px;margin:24px 0;font:500 14px/1.6 system-ui,sans-serif;}
.html-preview-shell{min-height:100vh;background:#f3f4f6;}
.html-preview-main{display:block;}
.html-preview-shortcode{border:1px dashed #94a3b8;background:#fff;padding:20px;border-radius:20px;margin:24px 0;}
.html-preview-shortcode__label{font:700 12px/1.2 system-ui,sans-serif;letter-spacing:.08em;text-transform:uppercase;color:#475569;margin-bottom:8px;}
.html-preview-shortcode__code{font:500 14px/1.6 ui-monospace,SFMono-Regular,Menlo,monospace;color:#0f172a;white-space:pre-wrap;}


.html-live-nav{position:sticky;top:0;z-index:9999;background:#0f172a;color:#fff;padding:14px 18px;border-bottom:1px solid rgba(255,255,255,.12);box-shadow:0 10px 30px rgba(15,23,42,.18)}
.html-live-nav__title{font-weight:700;font-size:14px;margin-bottom:8px}
.html-live-nav__links{display:flex;flex-wrap:wrap;gap:8px;margin-bottom:8px}
.html-live-nav__links a{display:inline-flex;align-items:center;min-height:36px;padding:0 12px;border-radius:999px;background:rgba(255,255,255,.08);color:#fff;text-decoration:none;font-size:13px;font-weight:600}
.html-live-nav__links a.is-active{background:#ea580c}
.html-live-nav__hint{font-size:12px;line-height:1.5;color:rgba(255,255,255,.78)}
.html-preview-note{top:86px}
.html-dummy-wrap{max-width:1200px;margin:0 auto;padding:48px 24px 80px}
.html-dummy-hero{display:grid;grid-template-columns:minmax(0,1.1fr) minmax(320px,.9fr);gap:28px;align-items:start;margin-bottom:28px}
.html-dummy-card,.html-dummy-panel,.html-dummy-filter,.html-dummy-form{background:#fff;border:1px solid #e5e7eb;border-radius:24px;box-shadow:0 16px 40px rgba(15,23,42,.08)}
.html-dummy-card{overflow:hidden}
.html-dummy-card__media{aspect-ratio:16/10;background:linear-gradient(135deg,#cbd5e1,#e5e7eb 45%,#94a3b8)}
.html-dummy-card__body{padding:22px}
.html-dummy-card__meta{display:flex;flex-wrap:wrap;gap:8px;margin:12px 0 0}
.html-dummy-chip{display:inline-flex;align-items:center;min-height:32px;padding:0 10px;border-radius:999px;background:#f8fafc;border:1px solid #e2e8f0;font-size:12px;font-weight:600;color:#334155}
.html-dummy-grid{display:grid;gap:22px}
.html-dummy-grid--3{grid-template-columns:repeat(3,minmax(0,1fr))}
.html-dummy-grid--2{grid-template-columns:repeat(2,minmax(0,1fr))}
.html-dummy-grid--4{grid-template-columns:repeat(4,minmax(0,1fr))}
.html-dummy-panel{padding:24px}
.html-dummy-filter{padding:18px 20px;margin-bottom:22px}
.html-dummy-filter__row{display:flex;flex-wrap:wrap;gap:12px;align-items:center}
.html-dummy-field{display:flex;flex-direction:column;gap:8px;min-width:180px;flex:1}
.html-dummy-field label{font-size:13px;font-weight:700;color:#334155}
.html-dummy-field input,.html-dummy-field select,.html-dummy-form input,.html-dummy-form select,.html-dummy-form textarea{width:100%;min-height:48px;border:1px solid #cbd5e1;border-radius:16px;background:#fff;padding:12px 14px;font:inherit;color:#0f172a}
.html-dummy-form textarea{min-height:132px;resize:vertical}
.html-dummy-form{padding:24px}
.html-dummy-form__grid{display:grid;gap:14px}
.html-dummy-form__grid--2{grid-template-columns:repeat(2,minmax(0,1fr))}
.html-dummy-button{display:inline-flex;align-items:center;justify-content:center;min-height:48px;padding:0 18px;border:none;border-radius:16px;background:#ea580c;color:#fff;font-weight:700;text-decoration:none;box-shadow:0 14px 24px rgba(234,88,12,.22)}
.html-dummy-button--secondary{background:#fff;color:#0f172a;border:1px solid #cbd5e1;box-shadow:none}
.html-dummy-title{margin:0 0 8px;font-size:clamp(1.9rem,2.8vw,3rem);line-height:1.05;color:#0f172a}
.html-dummy-subtitle{margin:0;color:#475569;line-height:1.7}
.html-dummy-section-title{margin:0 0 8px;font-size:clamp(1.5rem,2.2vw,2.2rem);color:#0f172a}
.html-dummy-section-text{margin:0 0 18px;color:#475569;line-height:1.7}
.html-dummy-list{margin:0;padding-left:18px;color:#475569;line-height:1.8}
.html-dummy-stats{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:14px;margin-top:18px}
.html-dummy-stat{padding:16px;border-radius:18px;background:#f8fafc;border:1px solid #e2e8f0}
.html-dummy-stat strong{display:block;font-size:14px;color:#0f172a;margin-bottom:6px}
.html-dummy-products .html-dummy-card__body{display:flex;flex-direction:column;min-height:220px}
.html-dummy-products .html-dummy-actions{margin-top:auto;padding-top:16px}
.html-dummy-archive-head{display:flex;justify-content:space-between;gap:18px;align-items:end;margin-bottom:20px}
@media (max-width: 980px){.html-dummy-hero,.html-dummy-grid--3,.html-dummy-grid--4,.html-dummy-form__grid--2,.html-dummy-grid--2{grid-template-columns:1fr}.html-preview-note{top:132px}.html-dummy-stats{grid-template-columns:1fr}}


.html-live-breadcrumbs{display:flex;flex-wrap:wrap;gap:10px;align-items:center;margin-bottom:24px;color:#475569;font-size:14px;font-weight:600}
.html-live-breadcrumbs a{text-decoration:none;color:#334155}
.html-live-hero{align-items:stretch}
.html-live-hero--single{grid-template-columns:1fr}
.html-live-badges{display:flex;flex-wrap:wrap;gap:10px;margin:18px 0 0}
.html-live-section-gap{margin-top:28px}
.html-live-category-card__image,.html-live-product-card__image,.html-live-gallery-hero__image{display:block;width:100%;height:auto;object-fit:cover}
.html-live-category-card__image,.html-live-product-card__image{aspect-ratio:16/10;object-fit:cover}
.html-live-category-card__meta,.html-live-product-card__top{display:flex;flex-wrap:wrap;gap:8px;margin-bottom:12px}
.html-live-layout{display:grid;grid-template-columns:minmax(0,1fr) 360px;gap:24px;align-items:start}
.html-live-mainstack{display:grid;gap:24px}
.html-live-sidebar{position:sticky;top:120px}
.html-live-spec-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:14px}
.html-live-spec{display:flex;flex-direction:column;gap:6px;padding:16px;border:1px solid #e2e8f0;border-radius:18px;background:#f8fafc}
.html-live-spec strong{font-size:14px;color:#0f172a}
.html-live-spec span{color:#475569;line-height:1.6}
.html-live-tech-sketch img{display:block;max-width:100%;height:auto;margin-top:12px;border-radius:18px;border:1px solid #e5e7eb;background:#fff}
.html-live-gallery-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:14px}
.html-live-gallery-grid img{display:block;width:100%;aspect-ratio:4/3;object-fit:cover;border-radius:18px;border:1px solid #e5e7eb;background:#fff}
.html-live-faq-wrap{display:grid;gap:12px}
.html-live-faq{border:1px solid #e2e8f0;border-radius:18px;background:#fff;padding:16px 18px}
.html-live-faq summary{cursor:pointer;font-weight:700;color:#0f172a}
.html-live-faq p{margin:12px 0 0;color:#475569;line-height:1.7}
.html-live-product-links{columns:2;column-gap:24px}
.html-live-product-links a{display:block;padding:6px 0;text-decoration:none;color:#0f172a;font-weight:600}
@media (max-width: 1100px){.html-live-layout{grid-template-columns:1fr}.html-live-sidebar{position:static}.html-live-spec-grid,.html-live-gallery-grid{grid-template-columns:1fr}}


.html-live-product-detail{display:grid;gap:28px}
.html-live-two-col{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:24px}
.html-live-overview-box{padding:24px}
.html-live-request-box{padding:24px 24px 28px}
.html-live-request-box .html-dummy-form__grid{margin-top:16px}
.html-live-request-box .html-dummy-button{width:100%}
.html-live-coating-group{display:grid;gap:16px;margin-top:18px}
.html-live-coating-system{padding:18px;border:1px solid #e2e8f0;border-radius:20px;background:#fff}
.html-live-coating-system h3{margin:0 0 8px;font-size:1.05rem;color:#0f172a}
.html-live-coating-system p{margin:0;color:#475569;line-height:1.65}
.html-live-swatch-grid{display:grid;grid-template-columns:repeat(5,minmax(0,1fr));gap:12px;margin-top:14px}
.html-live-swatch{display:grid;gap:8px;padding:12px;border:1px solid #e2e8f0;border-radius:16px;background:#f8fafc;min-height:108px}
.html-live-swatch__chip{display:block;height:36px;border-radius:10px;border:1px solid rgba(15,23,42,.08)}
.html-live-swatch strong{font-size:13px;line-height:1.2;color:#0f172a}
.html-live-swatch span:last-child{font-size:12px;line-height:1.4;color:#64748b}
.html-live-length-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:18px}
.html-live-request-cta{display:flex;flex-wrap:wrap;gap:12px;margin-top:12px}
.html-live-request-cta .html-dummy-button{min-width:180px}
.html-live-info-box{padding:22px}
.html-live-category-columns{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:24px}
@media (max-width: 980px){.html-live-two-col,.html-live-category-columns,.html-live-swatch-grid,.html-live-length-grid{grid-template-columns:1fr}}


.html-live-product-grid{grid-template-columns:repeat(2,minmax(0,1fr));}
.html-live-price-row{display:flex;align-items:flex-end;gap:1rem;flex-wrap:wrap;margin:1rem 0 1.25rem;}
.html-live-price-hero{display:flex;align-items:flex-end;gap:.35rem;line-height:1;background:#fff3eb;border:1px solid #ffd9c4;border-radius:18px;padding:.85rem 1rem;box-shadow:0 12px 24px rgba(221,79,12,.12);}
.html-live-price-hero__label{font-size:.9rem;font-weight:700;color:#9a4a14;text-transform:lowercase}
.html-live-price-hero__value{font-size:2.15rem;font-weight:800;color:#dd4f0c;letter-spacing:-.03em}
.html-live-price-hero__suffix{font-size:.95rem;font-weight:700;color:#9a4a14}
.html-live-product-card .html-dummy-actions{margin-top:auto}
.html-live-product-card .html-dummy-button{width:max-content}
.html-live-product-card__image{display:block;width:100%;aspect-ratio:16/10;object-fit:contain;background:#f3f3f3;padding:1rem;border-radius:18px 18px 0 0}
.html-live-coating-group{display:grid;gap:1rem}
.html-live-coating-system{background:#fff;border:1px solid #e6e6e6;border-radius:18px;padding:1rem 1.125rem;box-shadow:0 8px 20px rgba(14,30,37,.04)}
.html-live-coating-system h3{margin:0 0 .5rem;font-size:1rem}
.html-live-coating-system p{margin:.35rem 0 1rem;color:#4e5a67;line-height:1.55}
.html-live-swatch-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(150px,1fr));gap:.65rem .9rem}
.html-live-swatch{display:grid;grid-template-columns:20px 1fr;column-gap:.6rem;row-gap:.15rem;align-items:center;font-size:.85rem}
.html-live-swatch__chip{width:18px;height:18px;border-radius:999px;border:1px solid rgba(0,0,0,.12);grid-row:1 / span 2}
.html-live-swatch strong{font-size:.82rem;line-height:1.15}
.html-live-swatch span:last-child{grid-column:2;color:#5f6b76;font-size:.78rem;line-height:1.2}
@media (max-width: 900px){
  .html-live-product-grid{grid-template-columns:1fr}
  .html-live-price-hero__value{font-size:1.8rem}
}


/* v1.2.47 exact CSV alignment */
.html-live-product-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:24px}
.html-live-product-card{display:flex;flex-direction:column;overflow:hidden}
.html-dummy-card__body{display:flex;flex-direction:column;gap:12px;padding:18px}
.html-live-product-card .html-dummy-actions{margin-top:auto}
.html-live-product-card .html-dummy-actions .html-dummy-button{width:auto}
.html-live-swatch-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(170px,1fr));gap:12px 14px;margin-top:14px}
.html-live-swatch{display:grid;grid-template-columns:28px 1fr;column-gap:.75rem;row-gap:.2rem;align-items:center;padding:10px 12px;border:1px solid #e2e8f0;border-radius:16px;background:#f8fafc;min-height:74px}
.html-live-swatch__chip{width:24px;height:24px;border-radius:999px;border:1px solid rgba(0,0,0,.14);grid-row:1 / span 2}
.html-live-swatch strong{font-size:.88rem;line-height:1.2}
.html-live-swatch span:last-child{grid-column:2;color:#64748b;font-size:.82rem;line-height:1.3}
@media (max-width: 900px){
  .html-live-product-grid{grid-template-columns:1fr}
  .html-live-swatch-grid{grid-template-columns:1fr}
}


/* v1.2.48 category CSV exact prices/text */
.html-live-product-card__price{display:flex;align-items:flex-end;gap:.35rem;flex-wrap:wrap;margin:-2px 0 2px}
.html-live-product-card__price-label{font-size:.82rem;font-weight:700;color:#9a4a14;text-transform:lowercase}
.html-live-product-card__price strong{font-size:1.35rem;line-height:1;font-weight:800;color:#dd4f0c;letter-spacing:-.03em}
.html-live-product-card__price span:last-child{font-size:.82rem;font-weight:700;color:#9a4a14}
.html-live-product-card .html-dummy-section-text{display:-webkit-box;-webkit-line-clamp:5;-webkit-box-orient:vertical;overflow:hidden}


/* v1.2.48 unified local homepage assets */
.site-header-v4__nav .wp-block-navigation__container{display:flex;flex-wrap:wrap;gap:.25rem .4rem;list-style:none;margin:0;padding:0;}
.site-homepage-v2 .home-v3-icon{display:block;width:32px;height:32px;object-fit:contain;margin:0 0 .85rem;}
.site-homepage-v2 .home-v3-toolband__facts article,
.site-homepage-v2 .home-v3-conclusion__list article,
.site-homepage-v2 .home-v3-process-card{display:flex;flex-direction:column;align-items:flex-start;}
.site-homepage-v2 .home-v3-hero__points{display:grid;gap:.35rem;margin:0 0 1.25rem;}
.site-homepage-v2 .home-v3-hero__points p{margin:0;color:var(--steel);font-weight:700;}
.site-homepage-v2 .home-v3-faq-card{background:#fff;border:1px solid rgba(30,46,62,.09);border-radius:24px;box-shadow:0 14px 34px rgba(16,29,43,.06);padding:1.1rem 1.2rem;}
.site-homepage-v2 .home-v3-closing__box .section-lead{margin-bottom:1.25rem;}


/* legal/service page polish */
.page-hero-media-card{padding:0;overflow:hidden}
.page-hero-media-card img{display:block;width:100%;height:100%;object-fit:cover;min-height:320px}
.icon-list,.contact-info-list{display:grid;gap:14px;margin:0;padding:0;list-style:none}
.icon-list li,.contact-info-list li{display:grid;grid-template-columns:40px 1fr;gap:12px;align-items:start}
.icon-list img,.contact-info-list img,.service-icon{width:24px;height:24px;object-fit:contain;margin-top:2px}
.service-mini-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:var(--space-3)}
.service-mini-card{padding:1.05rem 1.1rem}
.service-mini-card h3{font-size:1.05rem}
.legal-page .legal-copy,.legal-page .legal-content{display:grid;gap:24px}
.legal-note{padding:16px 18px;border-radius:20px;background:#fff7ed;border:1px solid #fed7aa;color:#9a3412}
.swatch-grid-5{display:grid;grid-template-columns:repeat(5,minmax(0,1fr));gap:.7rem 1rem}
.swatch-grid-5 .sw{display:flex;align-items:center;gap:.7rem}
.swatch-grid-5 .chip{width:24px;height:24px;border-radius:7px;border:1px solid rgba(20,33,48,.16)}
.contact-aside-stack{display:grid;gap:24px}
@media (max-width:980px){.service-mini-grid,.swatch-grid-5{grid-template-columns:1fr 1fr}}
@media (max-width:700px){.swatch-grid-5,.service-mini-grid{grid-template-columns:1fr}}


/* v1.2.5 coatings preview integration */
.coatings-preview-page{--bg:#f5f2ed;--panel:#ffffff;--text:#1f252b;--muted:#67717b;--line:#ddd6cd;--brand:#a63a2b;--brand-dark:#7e2d22;--ok:#2f6b45;--shadow:0 20px 40px rgba(18,24,30,.08);--radius:22px;--radius-sm:14px;--wrap:min(1240px,calc(100% - 32px));background:linear-gradient(180deg,#faf8f4 0%,#f5f2ed 100%);color:var(--text)}
.coatings-preview-page *{box-sizing:border-box}
.coatings-preview-page .page{padding:42px 0 60px}
.coatings-preview-page .wrap{width:var(--wrap);margin:0 auto}
.coatings-preview-page .hero{display:grid;grid-template-columns:1.2fr .8fr;gap:20px;margin-bottom:24px}
.coatings-preview-page .hero-main,.coatings-preview-page .hero-side,.coatings-preview-page .card,.coatings-preview-page .chooser,.coatings-preview-page .cta-note{background:var(--panel);border:1px solid var(--line);border-radius:var(--radius);box-shadow:var(--shadow)}
.coatings-preview-page .hero-main{padding:30px}
.coatings-preview-page .hero-main h1{margin:0 0 12px;font-size:clamp(2rem,3.8vw,3.35rem);line-height:1.02;letter-spacing:-.03em}
.coatings-preview-page .hero-main p{margin:0;max-width:780px;color:var(--muted);font-size:1.04rem}
.coatings-preview-page .hero-signals{display:flex;flex-wrap:wrap;gap:10px;margin-top:18px}
.coatings-preview-page .hero-signals span{padding:10px 14px;border-radius:999px;background:#f7f2ee;border:1px solid #eadbd1;color:var(--brand-dark);font-weight:700;font-size:.92rem}
.coatings-preview-page .hero-side{padding:24px;display:flex;flex-direction:column;justify-content:center;gap:12px}
.coatings-preview-page .hero-side strong{font-size:1.08rem;line-height:1.25}
.coatings-preview-page .hero-side p{margin:0;color:var(--muted)}
.coatings-preview-page .quick-chooser{display:grid;grid-template-columns:repeat(4,1fr);gap:14px;margin:0 0 28px}
.coatings-preview-page .chooser{padding:18px}
.coatings-preview-page .chooser-kicker{display:inline-block;margin-bottom:8px;padding:6px 10px;border-radius:999px;background:#f8f3ef;color:var(--brand-dark);font-size:.78rem;font-weight:700;text-transform:uppercase;letter-spacing:.08em}
.coatings-preview-page .chooser h3{margin:0 0 8px;font-size:1.04rem;line-height:1.2}
.coatings-preview-page .chooser p{margin:0;color:var(--muted);font-size:.95rem}
.coatings-preview-page .section-title{margin:0 0 8px;font-size:clamp(1.65rem,2.5vw,2.4rem);line-height:1.08;letter-spacing:-.02em}
.coatings-preview-page .section-intro{margin:0 0 22px;color:var(--muted);max-width:980px}
.coatings-preview-page .grid{display:grid;grid-template-columns:repeat(2,1fr);gap:18px}
.coatings-preview-page .card{padding:22px;display:flex;flex-direction:column;min-height:100%}
.coatings-preview-page .top{display:flex;justify-content:space-between;align-items:flex-start;gap:14px;margin-bottom:12px}
.coatings-preview-page .eyebrow{display:inline-block;margin-bottom:6px;color:var(--brand);font-size:.78rem;font-weight:700;text-transform:uppercase;letter-spacing:.08em}
.coatings-preview-page .card h2{margin:0;font-size:1.34rem;line-height:1.15;letter-spacing:-.02em}
.coatings-preview-page .warranty{flex:0 0 auto;min-width:126px;padding:14px 14px 12px;border-radius:18px;background:linear-gradient(180deg,#b94d3e 0%, #923629 100%);color:#fff;text-align:center;box-shadow:0 14px 24px rgba(166,58,43,.22)}
.coatings-preview-page .warranty .num{display:block;font-size:1.6rem;font-weight:800;line-height:1;letter-spacing:-.03em}
.coatings-preview-page .warranty .label{display:block;font-size:.8rem;text-transform:uppercase;letter-spacing:.08em;opacity:.92;margin-top:5px;font-weight:700}
.coatings-preview-page .desc{margin:0 0 14px;color:#2d353c;font-size:.98rem}
.coatings-preview-page .bestfor{padding:12px 14px;border-radius:14px;background:#f7faf8;border:1px solid #d9e7de;margin-bottom:14px}
.coatings-preview-page .bestfor strong{display:block;color:var(--ok);font-size:.9rem;margin-bottom:4px}
.coatings-preview-page .bestfor span{color:#405049;font-size:.94rem}
.coatings-preview-page .list{margin:0;padding-left:18px;color:var(--muted)}
.coatings-preview-page .list li{margin:.35rem 0}
.coatings-preview-page .colors{margin-top:18px;padding-top:16px;border-top:1px solid var(--line)}
.coatings-preview-page .colors h3{margin:0 0 12px;font-size:1rem;line-height:1.2}
.coatings-preview-page .swatch-grid{display:grid;grid-template-columns:repeat(5,1fr);gap:10px}
.coatings-preview-page .swatch{min-height:84px;border-radius:var(--radius-sm);border:1px solid rgba(0,0,0,.08);padding:10px;display:flex;align-items:flex-end;box-shadow:inset 0 1px 0 rgba(255,255,255,.18)}
.coatings-preview-page .swatch-name{font-size:.84rem;line-height:1.08;font-weight:700;text-shadow:0 1px 2px rgba(0,0,0,.18)}
.coatings-preview-page .cta-note{margin-top:24px;padding:18px 20px;display:flex;justify-content:space-between;gap:16px;align-items:center}
.coatings-preview-page .cta-note strong{display:block;margin-bottom:4px;font-size:1rem}
.coatings-preview-page .cta-note p{margin:0;color:var(--muted)}
.coatings-preview-page .cta-chip{flex:0 0 auto;padding:12px 16px;border-radius:999px;background:var(--brand);color:#fff;font-weight:700}
.coatings-preview-actions{padding-top:0}
.coatings-preview-actions__box{margin-top:0}
.coatings-preview-actions__buttons{display:flex;gap:12px;flex-wrap:wrap}
@media (max-width:1100px){.coatings-preview-page .hero,.coatings-preview-page .quick-chooser,.coatings-preview-page .grid{grid-template-columns:1fr 1fr}.coatings-preview-page .swatch-grid{grid-template-columns:repeat(4,1fr)}}
@media (max-width:760px){.coatings-preview-page .hero,.coatings-preview-page .quick-chooser,.coatings-preview-page .grid{grid-template-columns:1fr}.coatings-preview-page .top,.coatings-preview-page .cta-note{flex-direction:column;align-items:flex-start}.coatings-preview-page .swatch-grid{grid-template-columns:repeat(2,1fr)}.coatings-preview-page .warranty{min-width:0}}


.site-category-v252{display:grid;gap:28px}.site-category-v252 .category-v252-hero{display:grid;grid-template-columns:minmax(0,1.04fr) minmax(320px,.96fr);gap:28px;align-items:center}.site-category-v252 .category-v252-hero__copy,.site-category-v252 .category-v252-hero__visual,.site-category-v252 .category-v252-benefit-card,.site-category-v252 .category-v252-help-card,.site-category-v252 .category-v252-sidecard,.site-category-v252 .category-v252-faq-card,.site-category-v252 .category-v252-closing{background:#fff;border:1px solid rgba(30,46,62,.09);border-radius:24px;box-shadow:0 14px 34px rgba(16,29,43,.06)}.site-category-v252 .category-v252-hero__copy{padding:28px}.site-category-v252 .category-v252-hero__visual{overflow:hidden;padding:14px}.site-category-v252 .category-v252-hero__visual img{display:block;width:100%;aspect-ratio:4/3;object-fit:cover;border-radius:18px}.site-category-v252 .category-v252-note,.site-category-v252 .category-v252-muted,.site-category-v252 .category-v252-sidecard p,.site-category-v252 .category-v252-help-card p,.site-category-v252 .category-v252-faq-card p{color:#5f6b76;line-height:1.65}.site-category-v252 .category-v252-facts,.site-category-v252 .category-v252-help-grid,.site-category-v252 .category-v252-faq-grid{display:grid;gap:20px}.site-category-v252 .category-v252-facts{grid-template-columns:repeat(3,minmax(0,1fr))}.site-category-v252 .category-v252-benefit-card{padding:22px}.site-category-v252 .category-v252-icon{width:38px;height:38px;display:block;margin-bottom:12px;border-radius:10px;object-fit:contain}.site-category-v252 .category-v252-hero-meta{display:flex;flex-wrap:wrap;gap:10px;margin:18px 0 0}.site-category-v252 .category-v252-price-pill,.site-category-v252 .category-v252-chip{display:inline-flex;align-items:center;min-height:34px;padding:0 12px;border-radius:999px;font-weight:800;font-size:.92rem}.site-category-v252 .category-v252-price-pill{background:rgba(15,76,129,.08);color:#0f4c81}.site-category-v252 .category-v252-chip{background:rgba(216,111,45,.12);color:#8c471b}.site-category-v252 .category-v252-help-grid{grid-template-columns:repeat(3,minmax(0,1fr))}.site-category-v252 .category-v252-help-card{padding:22px}.site-category-v252 .category-v252-sidegrid{display:grid;grid-template-columns:1fr 1fr;gap:20px}.site-category-v252 .category-v252-sidecard .card-pad{padding:28px}.site-category-v252 .category-v252-pills{display:flex;flex-wrap:wrap;gap:10px;margin:18px 0 20px}.site-category-v252 .category-v252-pills span{padding:8px 12px;border-radius:999px;background:rgba(15,76,129,.08);color:#0f4c81;font-weight:700;font-size:.92rem}.site-category-v252 .category-v252-faq-grid{grid-template-columns:1fr 1fr}.site-category-v252 .category-v252-faq-card{padding:22px}.site-category-v252 .category-v252-closing{padding:28px;display:grid;grid-template-columns:1fr auto;gap:20px;align-items:center}.site-category-v252 .html-live-product-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:24px}.site-category-v252 .html-live-product-card .html-dummy-actions{display:flex;flex-wrap:wrap;gap:10px}.site-category-v252 .html-live-product-card .html-dummy-button--secondary{background:#fff;color:#0f172a;border:1px solid #cbd5e1;box-shadow:none}.site-category-v252 .category-v252-price-note{margin-top:10px;color:#64748b;font-size:.9rem;line-height:1.5}@media (max-width:1024px){.site-category-v252 .category-v252-facts,.site-category-v252 .category-v252-help-grid,.site-category-v252 .category-v252-faq-grid{grid-template-columns:1fr 1fr}.site-category-v252 .category-v252-hero,.site-category-v252 .category-v252-sidegrid,.site-category-v252 .category-v252-closing{grid-template-columns:1fr}}@media (max-width:700px){.site-category-v252 .category-v252-facts,.site-category-v252 .category-v252-help-grid,.site-category-v252 .category-v252-faq-grid,.site-category-v252 .html-live-product-grid{grid-template-columns:1fr}.site-category-v252 .category-v252-closing{padding:24px}}

/* v1.2.55 consistency audit */
:root{
  --html-shell-bg:#f3f4f6;
  --html-card-bg:#ffffff;
  --html-card-border:#e5e7eb;
  --html-card-shadow:0 16px 40px rgba(15,23,42,.08);
  --html-text:#0f172a;
  --html-muted:#475569;
}
body.html-preview-shell{background:var(--html-shell-bg);color:var(--html-text)}
main.html-preview-main{display:block}
.page-shell{padding:42px 0 96px}
.page-shell > .container,
.page-shell > .alignwide,
.page-shell > .wp-block-group,
.page-shell > .wp-block-columns{box-sizing:border-box}
.page-type-legal .legal-content,
.page-type-standard .page-shell > .container,
.page-type-standard .page-shell > .wp-block-group,
.page-type-archive .page-shell > .container,
.page-type-category .page-shell > .container,
.page-type-product .page-shell > .container{max-width:1200px;margin-inline:auto}
.legal-page .legal-content,
.legal-page .legal-copy{gap:28px;max-width:980px;margin-inline:auto}
.legal-page .legal-hero,
.legal-page .legal-note,
.legal-page .legal-copy > h2,
.legal-page .legal-copy > h3,
.legal-page .legal-copy > p,
.legal-page .legal-copy > ul,
.legal-page .legal-copy > ol,
.legal-page .legal-copy > table,
.legal-page .wp-block-separator{max-width:100%}
.legal-page .legal-hero{padding:30px 32px;border:1px solid var(--html-card-border);border-radius:28px;background:linear-gradient(180deg,#fff 0%,#f8fafc 100%);box-shadow:var(--html-card-shadow)}
.legal-page .legal-hero h1{margin:8px 0 0;font-size:clamp(2rem,4vw,3.2rem);line-height:1.04;letter-spacing:-.03em;color:var(--html-text)}
.legal-page .legal-hero p{max-width:72ch;font-size:1.02rem;line-height:1.8;color:var(--html-muted)}
.legal-page .legal-copy > h2,
.legal-page .legal-copy > h3{margin:0;padding-top:8px;color:var(--html-text);letter-spacing:-.02em}
.legal-page .legal-copy > h2{font-size:1.45rem}
.legal-page .legal-copy > h3{font-size:1.15rem}
.legal-page .legal-copy > p,
.legal-page .legal-copy > ul,
.legal-page .legal-copy > ol,
.legal-page .legal-copy > table{margin:0;padding:0 32px;color:var(--html-muted);line-height:1.85}
.legal-page .legal-copy > p,
.legal-page .legal-copy > ul,
.legal-page .legal-copy > ol,
.legal-page .legal-copy > table,
.legal-page .legal-copy > h2,
.legal-page .legal-copy > h3{background:var(--html-card-bg);border-inline:1px solid var(--html-card-border)}
.legal-page .legal-copy > h2,
.legal-page .legal-copy > h3{padding-inline:32px;padding-bottom:0.2rem}
.legal-page .legal-copy > h2:first-of-type{border-top:1px solid var(--html-card-border);padding-top:28px;border-top-left-radius:28px;border-top-right-radius:28px}
.legal-page .legal-copy > p:last-of-type,
.legal-page .legal-copy > ul:last-of-type,
.legal-page .legal-copy > ol:last-of-type{padding-bottom:28px;border-bottom:1px solid var(--html-card-border);border-bottom-left-radius:28px;border-bottom-right-radius:28px;box-shadow:var(--html-card-shadow)}
.legal-page .legal-copy > ul,
.legal-page .legal-copy > ol{padding-left:54px}
.legal-page .wp-block-separator{border:none;border-top:1px solid #dbe3ec;margin:0}
.page-shell h1,.page-shell h2,.page-shell h3{color:var(--html-text)}
.page-shell p,.page-shell li{color:var(--html-muted)}
.page-type-standard .page-shell .wp-block-group,
.page-type-standard .page-shell .wp-block-columns,
.page-type-standard .page-shell .wp-block-cover,
.page-type-standard .page-shell .wp-block-media-text{border-radius:28px}
.archive-page-shell,
.category-page-shell,
.product-detail-page-shell{padding-top:36px}
.archive-page-shell .container,
.category-page-shell .container,
.product-detail-page-shell .container{max-width:1200px;margin-inline:auto}
.html-live-product-grid .html-dummy-card,
.html-live-product-grid .html-live-product-card,
.html-live-category-columns .html-dummy-panel,
.product-detail-page-shell .html-dummy-panel,
.product-detail-page-shell .html-dummy-card,
.archive-page-shell .html-dummy-card,
.category-page-shell .html-dummy-card{background:#fff;border:1px solid var(--html-card-border);box-shadow:var(--html-card-shadow);border-radius:24px}
.html-live-product-card__image{background:#f8fafc}
.html-live-price-hero{box-shadow:0 12px 28px rgba(221,79,12,.16)}
.kontakt-page-shell #kontaktformular,
.kontakt-page-shell form#kontaktformular{scroll-margin-top:120px}
.footer-v2__grid .wp-block-column,
.footer-v2__brand-card,
.footer-v2__cta{min-width:0}
@media (max-width: 980px){
  .page-shell{padding:28px 0 72px}
  .legal-page .legal-hero,
  .legal-page .legal-copy > p,
  .legal-page .legal-copy > ul,
  .legal-page .legal-copy > ol,
  .legal-page .legal-copy > h2,
  .legal-page .legal-copy > h3,
  .legal-page .legal-copy > table{padding-inline:22px}
  .legal-page .legal-copy > ul,
  .legal-page .legal-copy > ol{padding-left:40px}
}
