/*
 * 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;
}
