/*
 * 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: linear-gradient(180deg, #183149 0%, #183149 58%, #1e3850 100%);
  box-shadow: 0 18px 40px rgba(10, 18, 30, .16);
}
.site-header-v4__topbar { border-bottom: 1px solid rgba(255, 255, 255, .08); background: rgba(10, 24, 37, .34); }
.site-header-v4__topbar-inner { min-height: 46px; padding: .45rem 0; }
.site-header-v4__points { display: flex; align-items: center; gap: 1rem 1.2rem; flex-wrap: wrap; }
.site-header-v4__point { display: inline-flex; align-items: center; gap: .5rem; color: rgba(255, 255, 255, .84); font-size: .84rem; font-weight: 700; letter-spacing: .01em; }
.site-header-v4__point svg { width: 16px; height: 16px; stroke: #f26122; fill: none; stroke-width: 2; stroke-linecap: round; stroke-linejoin: round; flex: 0 0 16px; }
.site-header-v4__main { background: transparent; padding-block: 1rem !important; }
.site-header-v4__main-inner { align-items: center; gap: 1.25rem 2rem; }
.site-header-v4__brand { align-items: center; }
.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 img { max-height: 64px; width: auto; }
.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.7rem, 2vw, 2.15rem); line-height: .95; font-weight: 700; letter-spacing: -.04em; }
.site-header-v4__brand .wp-block-site-title a { text-decoration: none; color: #fff; }
.site-header-v4__brand .wp-block-site-tagline { margin: 0; font-size: .92rem; color: rgba(255, 255, 255, .74); line-height: 1.35; }
.site-header-v4 .wp-block-navigation { gap: .4rem 1rem; }
.site-header-v4 .wp-block-navigation .wp-block-navigation-item__content { color: rgba(255, 255, 255, .9); font-weight: 700; padding: .65rem .85rem; border-radius: 999px; transition: background-color .2s ease; text-decoration: none; min-height: 44px; }
.site-header-v4 .wp-block-navigation .wp-block-navigation-item__content:hover { background: rgba(255, 255, 255, .08); }
.site-header-v4 .wp-block-navigation__responsive-container-open,
.site-header-v4 .wp-block-navigation__responsive-container-close { color: #fff; }

.site-header-v4__tagline { margin: 0; font-size: .92rem; color: rgba(255, 255, 255, .74); line-height: 1.35; }
.page-side-stack,
.tool-hero-aside,
.tool-hero-copy,
.material-page-hero__copy { display: grid; gap: 1rem; }
.material-page-hero__inner { display: grid; grid-template-columns: minmax(0, 1.05fr) minmax(320px, .95fr); gap: var(--space-5); align-items: start; }
.material-page-hero__pills,
.tool-hero-pills { display: flex; flex-wrap: wrap; gap: .75rem; padding: 0; margin: var(--space-4) 0 0; list-style: none; }
.material-page-hero__pills li,
.tool-hero-pills li { margin: 0; }

.footer-v2 {
  margin-top: clamp(3rem, 4vw, 4.5rem);
  padding-top: clamp(2.25rem, 3vw, 3rem);
  background: linear-gradient(180deg, #183149 0%, #162c42 100%);
  color: rgba(255, 255, 255, .86);
}
.footer-brand-panel {
  padding: clamp(1.35rem, 1.1rem + .9vw, 1.9rem);
  background: rgba(255, 255, 255, .06);
  border-color: rgba(255, 255, 255, .1);
  color: #fff;
}
.footer-brand-panel h2 { margin: 0 0 .8rem; color: #fff; font-size: clamp(1.8rem, 1.35rem + 1vw, 2.5rem); line-height: 1.02; }
.footer-kicker { margin: 0 0 .75rem; font-size: .82rem; font-weight: 800; letter-spacing: .08em; text-transform: uppercase; color: #ffb27c; }
.footer-link-grid { gap: 1rem; }
.footer-link-card { padding: 1.2rem 1.25rem; background: rgba(255, 255, 255, .05); border-color: rgba(255, 255, 255, .1); }
.footer-link-card h3,
.footer-link-card p,
.footer-link-card a,
.footer-contact-card p,
.footer-contact-card a,
.footer-note,
.footer-note a,
.footer-bottom-bar p,
.footer-bottom-bar a { color: #fff !important; }
.footer-links { display: grid; gap: .55rem; padding: 0; margin: 0; list-style: none; }
.footer-links a,
.footer-v2 .footer-link-card .wp-block-navigation-item__content,
.footer-v2 .footer-link-card .wp-block-navigation a { color: rgba(255, 255, 255, .82) !important; text-decoration: none; opacity: 1; }
.footer-links a:hover,
.footer-contact-card a:hover,
.footer-v2 .footer-link-card .wp-block-navigation-item__content:hover,
.footer-v2 .footer-link-card .wp-block-navigation-item__content:focus-visible,
.footer-v2 .footer-note a:hover,
.footer-v2 .footer-bottom-bar a:hover { color: #fff !important; text-decoration: underline; text-underline-offset: 3px; background: transparent; }
.footer-v2 .footer-link-card .wp-block-navigation-item__content { display: inline-flex; padding: 0; min-height: 0; background: transparent; border: 0; border-radius: 0; font-weight: 600; line-height: 1.5; }
.footer-v2 .footer-link-card .wp-block-navigation-item,
.footer-v2 .wp-block-navigation,
.footer-v2 .wp-block-navigation__container,
.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-note { margin-top: 1rem; }
.footer-v2 .footer-actions .wp-block-button__link { color: #fff !important; }
.footer-bottom-bar { border-top: 1px solid rgba(255, 255, 255, .1); }
.footer-bottom-bar p { margin: 0; color: rgba(255, 255, 255, .74); }

@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__main { padding-right: var(--wp--preset--spacing--20) !important; padding-left: var(--wp--preset--spacing--20) !important; }
  .site-header-v4__topbar-inner,
  .site-header-v4__main-inner { width: min(calc(100% - 24px), var(--container)); }
}

@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__topbar-inner { padding: .55rem 0; }
  .site-header-v4__points { gap: .7rem 1rem; }
  .site-header-v4__main-inner { justify-content: flex-start; }
  .site-header-v4__brand { width: 100%; }
}

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


.site-header-v4__point p { margin: 0; }
.site-header-v4__point-icon { margin: 0; line-height: 0; }
.site-header-v4__point-icon img {
  width: 16px;
  height: 16px;
  display: block;
  opacity: .92;
}
.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; }
