
.section { padding: var(--section-space) 0; }
.section + .section { padding-top: 0; }
.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 {
  margin: 0 0 var(--space-6);
  max-width: 900px;
  color: var(--muted);
  font-size: 18px;
}

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

.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); }

.grid-2,.grid-3,.grid-4 { display: grid; gap: var(--space-5); }
.grid-2 { grid-template-columns: repeat(2, minmax(0, 1fr)); }
.grid-3 { grid-template-columns: repeat(3, minmax(0, 1fr)); }
.grid-4 { grid-template-columns: repeat(4, minmax(0, 1fr)); }

.card {
  background: #fff;
  border: 1px solid var(--line);
  border-radius: var(--radius-lg);
  overflow: hidden;
  box-shadow: var(--shadow-sm);
}
.card-pad { padding: var(--card-pad); }

.card h3,
.product-card h3,
.taxonomy-product-card h3,
.taxonomy-product-card .wp-block-post-title {
  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,
.taxonomy-product-card p { margin: 0; color: var(--muted); }
.card .meta { display: flex; flex-wrap: wrap; gap: var(--space-2); margin-top: var(--space-4); }

.stat-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: var(--space-3);
}
.stat {
  padding: var(--space-4);
  background: #fff;
  border: 1px solid var(--line);
  border-radius: var(--radius-sm);
  box-shadow: var(--shadow-sm);
}
.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 {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: var(--space-3);
  padding: 0;
  margin: 0;
  list-style: none;
}
.feature-list li {
  padding: var(--space-4);
  background: #fff;
  border: 1px solid var(--line);
  border-radius: var(--radius-sm);
  box-shadow: var(--shadow-sm);
}

.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 {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: var(--space-3);
}
.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,
.product-hero,
.taxonomy-page-hero { padding: var(--space-7) 0 var(--space-4); }

.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-grid,
.taxonomy-hero-shell,
.technical-overview,
.product-core-grid,
.taxonomy-advice-grid {
  display: grid;
  grid-template-columns: minmax(0, 1.05fr) minmax(0, .95fr);
  gap: var(--space-6);
  align-items: start;
}
.taxonomy-hero-shell.no-hero-media { grid-template-columns: 1fr; }
.product-hero-visuals,
.taxonomy-hero-media,
.taxonomy-hero-copy,
.product-hero-copy { min-width: 0; }

.product-hero-media,
.taxonomy-hero-media,
.technical-sketch-card {
  background: #fff;
  border: 1px solid var(--line);
  border-radius: var(--radius-xl);
  overflow: hidden;
  box-shadow: var(--shadow);
}
.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);
  background: #fff;
  border: 1px solid var(--line);
  border-radius: var(--radius-lg);
  box-shadow: var(--shadow-sm);
}
.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 {
  display: inline-flex;
  align-items: 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;
}

@media (max-width: 1000px) {
  .grid-2, .grid-3, .grid-4,
  .stat-grid,
  .feature-list,
  .gallery,
  .product-hero-grid,
  .taxonomy-hero-shell,
  .technical-overview,
  .product-core-grid,
  .taxonomy-advice-grid { grid-template-columns: 1fr; }
}


/* Product-group specific technical sketch refinement */
.technical-sketch-image-card{padding:var(--space-3);background:linear-gradient(180deg,#fff,#f7faff);}
.technical-sketch-figure{width:100%;}
.technical-sketch-figure img{width:100%;height:auto;display:block;background:#fff;border-radius:18px;}

/* Coating & material cards aligned to preview */
#beschichtungen .grid-2{gap:var(--space-4);align-items:stretch;}
#beschichtungen .card{border-radius:24px;overflow:hidden;background:#fff;border:1px solid var(--line);box-shadow:var(--shadow-sm);}
#beschichtungen .card-pad{padding:1.35rem 1.45rem 1.25rem;display:flex;flex-direction:column;height:100%;}
#beschichtungen .card h3{margin:0 0 .6rem;font-size:clamp(24px,2.1vw,30px);line-height:1.08;letter-spacing:-.03em;font-family:var(--wp--preset--font-family--syne, Syne, Arial, sans-serif);color:var(--steel);}
#beschichtungen .card .pill-row{order:2;gap:.55rem;margin:0 0 .9rem;}
#beschichtungen .card .pill{min-height:32px;padding:0 .7rem;border-radius:999px;background:#f3f6fa;color:#506274;border:1px solid #e2e8ef;font-size:13px;font-weight:700;}
#beschichtungen .card p{margin:0 0 1rem;color:var(--muted);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);}

/* Product-group specific sketch card tones */
.single-produkt-amalfi-plus .technical-sketch-image-card,
.single-produkt-beskid-plus .technical-sketch-image-card,
.single-produkt-bona-plus-2-0 .technical-sketch-image-card,
.single-produkt-bona-plus-2-0-classic .technical-sketch-image-card,
.single-produkt-lima-plus .technical-sketch-image-card,
.single-produkt-perla-plus .technical-sketch-image-card{background:linear-gradient(180deg,#fff,#f8fbff);}
.single-produkt-pd-25 .technical-sketch-image-card,
.single-produkt-pd-28 .technical-sketch-image-card,
.single-produkt-pd-38 .technical-sketch-image-card,
.single-produkt-pdt-19 .technical-sketch-image-card{background:linear-gradient(180deg,#fff,#f6fbff);}
.single-produkt-t-8 .technical-sketch-image-card,
.single-produkt-t-14 .technical-sketch-image-card,
.single-produkt-t-18 .technical-sketch-image-card,
.single-produkt-t-18-eco .technical-sketch-image-card,
.single-produkt-t-35 .technical-sketch-image-card,
.single-produkt-t-35-eco .technical-sketch-image-card,
.single-produkt-t-55 .technical-sketch-image-card{background:linear-gradient(180deg,#fff,#f9fbfd);}

@media (max-width: 1000px){
  #beschichtungen .swatches{grid-template-columns:1fr;}
}


/* v1.1.51 visual refinement: product coatings, cards, and CTA rhythm */
.product-hero{padding:clamp(1.75rem,2.4vw,2.6rem) 0 clamp(1.4rem,2vw,2rem);}
.product-hero-copy.box{padding:clamp(1.35rem,1.1rem + .9vw,2rem);}
.product-hero-grid{gap:clamp(1.4rem,2vw,2.2rem);align-items:center;}
.product-hero-copy > p{max-width:62ch;font-size:17px;line-height:1.68;}
.hero-price{margin-top:var(--space-4);margin-bottom:var(--space-4);}
.hero-price strong{font-size:clamp(2rem,3vw,2.8rem);color:var(--accent);}
.hero-price span{font-size:.98rem;color:var(--muted);}
.hero-actions{margin:var(--space-4) 0 0;}
.product-hero .badges + .hero-actions{margin-top:var(--space-4);}
.product-hero .badges:last-child{margin-top:var(--space-4);}
.gallery{display:grid;grid-template-columns:repeat(auto-fit,minmax(240px,1fr));gap:var(--space-4);}
.gallery-card{padding:0;border:1px solid var(--line);border-radius:var(--radius-lg);overflow:hidden;background:#fff;box-shadow:var(--shadow-sm);}
.gallery-card img{aspect-ratio:16/10;object-fit:contain;background:linear-gradient(180deg,#fff,#f3f5f8);padding:1rem;}
.technical-overview{gap:clamp(1.5rem,2.4vw,2.4rem);align-items:start;}
.technical-overview .table{background:#fff;border:1px solid var(--line);border-radius:var(--radius-lg);overflow:hidden;box-shadow:var(--shadow-sm);}
.technical-overview .table td{padding:.92rem 1rem;}
.technical-sketch-card{padding:1rem;background:linear-gradient(180deg,#fff,#f8fafc);}
.technical-sketch-figure img{width:100%;max-width:560px;margin-inline:auto;}
#beschichtungen > .container > .section-title{margin-bottom:.65rem;}
#beschichtungen > .container > p:first-of-type{max-width:64ch;margin:0 0 1.3rem;color:var(--muted);font-size:1rem;}
#beschichtungen .grid-2{gap:var(--space-4);}
#beschichtungen .card{border-radius:24px;box-shadow:0 10px 26px rgba(16,29,43,.06);}
#beschichtungen .card-pad{padding:1.45rem 1.5rem 1.3rem;gap:.85rem;}
#beschichtungen h3{margin:0;font-size:clamp(1.45rem,1.1rem + .65vw,2rem);line-height:1.08;letter-spacing:-.03em;}
#beschichtungen .card-pad > p{margin:0;color:var(--muted);max-width:34ch;font-size:1rem;line-height:1.55;}
#beschichtungen .pill-row{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:.55rem;margin:.15rem 0 .35rem;}
#beschichtungen .pill{justify-content:center;min-height:34px;padding:.45rem .7rem;font-size:.82rem;border-radius:999px;background:#f5f7fa;color:var(--steel);}
#beschichtungen .swatches{margin-top:.35rem;padding-top:1rem;border-top:1px solid var(--line);display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:.8rem 1rem;}
#beschichtungen .sw{align-items:flex-start;gap:.75rem;}
#beschichtungen .chip{width:16px;height:16px;margin-top:.18rem;box-shadow:inset 0 0 0 1px rgba(0,0,0,.08);}
#beschichtungen .sw strong{font-size:.92rem;line-height:1.15;margin-bottom:.08rem;}
#beschichtungen .sw span span:last-child{display:block;font-size:.88rem;line-height:1.28;}
.request-form-section{padding-top:clamp(2rem,3vw,3rem);}
.request-form-box{padding:clamp(1.35rem,1rem + 1vw,2rem);border-radius:28px;box-shadow:0 18px 44px rgba(16,29,43,.10);}
.request-form-box > p{max-width:56ch;margin-bottom:1rem;}
@media (max-width: 1000px){#beschichtungen .pill-row{grid-template-columns:1fr;} #beschichtungen h3{font-size:1.55rem;}}
@media (max-width: 720px){.product-hero-copy > p{font-size:16px;} #beschichtungen .swatches{grid-template-columns:1fr;} .gallery{grid-template-columns:1fr;}}


/* v1.1.52 start page + tool page refinement */
.home-hero{padding-top:clamp(1.5rem,1rem + 1vw,2.5rem)}
.home-hero-grid{align-items:center}
.home-hero-copy{padding:clamp(1.5rem,1.25rem + 1vw,2.5rem)}
.hero-lead{font-size:clamp(1.05rem,1rem + .25vw,1.2rem);color:#314456;max-width:62ch}
.home-proof-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:var(--space-3);margin-top:var(--space-5)}
.home-proof{padding:1rem 1rem;border:1px solid var(--line);border-radius:18px;background:linear-gradient(180deg,#fff,#f8fbfd)}
.home-proof strong{display:block;margin-bottom:.35rem;color:var(--steel)}
.home-proof span{display:block;color:var(--muted);font-size:.95rem}
.home-hero-media-shell{position:relative;display:grid;gap:var(--space-3)}
.home-hero-image img{width:100%;height:auto;border-radius:28px;box-shadow:0 18px 44px rgba(15,23,32,.12);background:#fff}
.home-highlight-card{max-width:320px;margin-left:auto;padding:1rem 1rem;border-radius:22px;background:linear-gradient(180deg,#18324d,#0f2236);color:#fff;box-shadow:0 18px 40px rgba(15,34,54,.24)}
.home-highlight-card strong{display:block;font-size:1rem;margin-bottom:.4rem}
.home-highlight-card p{margin:0 0 .75rem;color:rgba(255,255,255,.82)}
.home-highlight-card a{color:#fff;font-weight:800;text-decoration:none}
.section-head{display:grid;gap:.5rem;margin-bottom:var(--space-5)}
.home-category-card,.home-rechner-card{height:100%}
.home-category-card .card-pad{display:grid;gap:.85rem}
.home-category-card .eyebrow{margin:0 0 -.15rem;width:max-content}
.home-rechner-card-pad{display:grid;grid-template-columns:minmax(0,1.15fr) minmax(0,.85fr);gap:var(--space-5);align-items:start}
.home-rechner-copy{display:grid;gap:1rem}
.home-rechner-features{margin:0}
.site-homepage .hero-actions .wp-block-button,.site-homepage .hero-actions .wp-block-button__link{min-width:220px}

.tool-page-hero{padding-top:clamp(1.5rem,1rem + 1vw,2.25rem)}
.tool-hero-grid{align-items:stretch}
.tool-hero-copy{height:100%;display:grid;gap:1rem;padding:clamp(1.5rem,1.2rem + 1vw,2.5rem)}
.tool-hero-pills{display:flex;gap:.7rem;flex-wrap:wrap}
.tool-hero-aside{display:grid;gap:var(--space-3);height:100%}
.tool-side-card{padding:1.1rem 1.1rem;border:1px solid var(--line);border-radius:22px;background:#fff;box-shadow:0 14px 34px rgba(15,23,32,.08)}
.tool-side-card strong{display:block;margin-bottom:.45rem;color:var(--steel)}
.tool-side-card p{margin:0;color:var(--muted)}
.tool-side-card.is-accent{background:linear-gradient(180deg,#17304b,#0f2236);border-color:#17304b}
.tool-side-card.is-accent strong,.tool-side-card.is-accent p{color:#fff}
.tool-section-head{display:grid;gap:.65rem;margin-bottom:1.15rem}
.tool-section-head p:last-child{margin:0;color:var(--muted);max-width:64ch}
.tool-benefit-card{height:100%}
.tool-benefit-card .card-pad{display:grid;gap:.65rem}
.page-preisrechner .preisrechner-tool-card,.page-template-page-preisrechner .preisrechner-tool-card{border-radius:32px;box-shadow:0 24px 56px rgba(16,29,43,.12)}
.page-preisrechner .preisrechner-tool-embed,.page-template-page-preisrechner .preisrechner-tool-embed{padding:clamp(1.1rem,1rem + .8vw,1.8rem);border-radius:26px;background:linear-gradient(180deg,#fbfdff,#f5f9fd)}
.page-preisrechner .wpcf7 input[type="submit"],.page-template-page-preisrechner .wpcf7 input[type="submit"],.preisrechner-tool-embed input[type="submit"],.preisrechner-tool-embed button{min-height:60px;min-width:240px;font-weight:800}
.page-preisrechner .faq-section details,.page-template-page-preisrechner .faq-section details{background:#fff;border-radius:18px}

@media (max-width: 960px){
 .home-proof-grid,.home-rechner-card-pad{grid-template-columns:1fr}
 .home-highlight-card{margin-left:0;max-width:none}
}


/* v1.1.55 product template alignment */
.variant-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:var(--space-4);}
.variant{padding:var(--space-4);background:#fff;border:1px solid var(--line);border-radius:var(--radius-lg);box-shadow:var(--shadow-sm);}
.variant h3{margin:0 0 var(--space-2);font-size:clamp(20px,2vw,24px);}
.variant p{margin:0;color:var(--muted);}
.content-faq-grid{align-items:start;}
.faq-section{display:grid;gap:var(--space-3);}
.faq-section details{background:#fff;border:1px solid var(--line);border-radius:18px;box-shadow:var(--shadow-sm);overflow:hidden;}
.faq-section summary{cursor:pointer;list-style:none;padding:1rem 1.125rem;font-weight:700;color:var(--steel);}
.faq-section details p{margin:0;padding:0 1.125rem 1.125rem;color:var(--muted);}
@media (max-width: 860px){.variant-grid{grid-template-columns:1fr;}}


/* v1.1.56 targeted visual fixes: category cards + product page balance */
.taxonomy-products-anchor .container{display:grid;gap:1.4rem;}
.taxonomy-product-grid{
  display:grid;
  grid-template-columns:repeat(2,minmax(0,1fr));
  gap:clamp(1.25rem,2vw,1.9rem);
  align-items:stretch;
}
.taxonomy-product-card{
  background:#fff;
  border:1px solid var(--line);
  border-radius:26px;
  box-shadow:var(--shadow-sm);
  overflow:hidden;
  min-width:0;
}
.taxonomy-product-card-link{
  display:grid;
  grid-template-columns:minmax(220px,34%) minmax(0,1fr);
  min-height:100%;
  color:inherit;
}
.taxonomy-product-thumb{
  display:flex;
  align-items:center;
  justify-content:center;
  min-height:100%;
  padding:1.35rem;
  background:linear-gradient(180deg,#fff,#f3f5f8);
  border-right:1px solid var(--line);
}
.taxonomy-product-thumb img{
  width:100%;
  height:auto;
  max-height:230px;
  object-fit:contain;
}
.taxonomy-product-card-pad{
  display:grid;
  align-content:start;
  gap:.95rem;
  padding:1.35rem 1.4rem 1.4rem;
  min-width:0;
}
.taxonomy-product-card h3{
  margin:0;
  font-size:clamp(1.5rem,1.15rem + .7vw,2.05rem);
  line-height:1.02;
}
.taxonomy-product-card p{
  color:var(--muted);
  line-height:1.62;
  display:-webkit-box;
  -webkit-line-clamp:4;
  -webkit-box-orient:vertical;
  overflow:hidden;
}
.taxonomy-product-card .pill-row{margin-top:auto;}
.taxonomy-product-card .pill{min-height:36px;padding:.5rem .8rem;font-size:.84rem;}
.taxonomy-card-button{
  display:inline-flex;
  align-items:center;
  justify-content:center;
  min-height:48px;
  padding:0 1rem;
  width:max-content;
  border-radius:999px;
  background:var(--accent);
  color:#fff;
  font-weight:800;
  box-shadow:0 10px 24px rgba(212,68,12,.2);
}
.taxonomy-page-hero .product-hero-copy p,
.taxonomy-page-hero p{max-width:64ch;}
.taxonomy-page-hero .hero-media{min-height:320px;display:flex;align-items:center;justify-content:center;}
.taxonomy-page-hero .product-hero-figure img,
.taxonomy-page-hero .taxonomy-hero-figure img{object-fit:contain;max-height:320px;padding:1.2rem;}

.product-hero{padding:clamp(2rem,2.6vw,3rem) 0 clamp(1.8rem,2.1vw,2.4rem);}
.product-hero-grid{grid-template-columns:minmax(0,1.08fr) minmax(340px,.92fr);gap:clamp(1.5rem,2.3vw,2.5rem);align-items:center;}
.product-hero-copy.box{padding:clamp(1.6rem,1.2rem + 1vw,2.35rem);}
.product-hero-copy > p{font-size:17px;line-height:1.7;max-width:58ch;}
.product-hero .badge,.product-hero .pill{font-size:.84rem;min-height:36px;}
.product-hero .hero-media{min-height:340px;display:flex;align-items:center;justify-content:center;}
.product-hero .product-hero-figure{width:100%;}
.product-hero .product-hero-figure img{object-fit:contain;max-height:330px;padding:1.35rem;}

.gallery{grid-template-columns:1fr;gap:1rem;}
.gallery-card{border-radius:24px;}
.gallery-card img{aspect-ratio:16/9;max-height:430px;padding:1.25rem;}

.technical-overview{grid-template-columns:minmax(0,1.02fr) minmax(320px,.98fr);gap:clamp(1.4rem,2vw,2rem);}
.technical-overview .section-title{margin-bottom:.9rem;}
.technical-sketch-card{display:flex;align-items:center;justify-content:center;min-height:100%;padding:1.2rem;}
.technical-sketch-figure img{max-width:100%;width:100%;max-height:330px;object-fit:contain;}

#beschichtungen .grid-2{grid-template-columns:repeat(2,minmax(0,1fr));gap:1.2rem;}
#beschichtungen .card{display:flex;min-height:100%;}
#beschichtungen .card-pad{display:grid;align-content:start;gap:.9rem;padding:1.35rem 1.35rem 1.2rem;}
#beschichtungen h3{font-size:clamp(1.25rem,1.06rem + .42vw,1.55rem);line-height:1.08;}
#beschichtungen .card-pad > p{max-width:none;font-size:.98rem;line-height:1.55;}
#beschichtungen .pill-row{grid-template-columns:repeat(3,minmax(0,1fr));gap:.45rem;}
#beschichtungen .pill{min-height:32px;padding:.42rem .55rem;font-size:.76rem;white-space:nowrap;overflow:hidden;text-overflow:ellipsis;}
#beschichtungen .swatches{gap:.65rem .95rem;}
#beschichtungen .sw{padding:0;background:transparent;border:none;border-radius:0;}
#beschichtungen .sw strong{font-size:.88rem;}
#beschichtungen .sw span span:last-child{font-size:.84rem;color:var(--muted);}

.variant-grid{grid-template-columns:repeat(3,minmax(0,1fr));gap:1rem;}
.variant{display:grid;align-content:start;gap:.6rem;min-height:170px;padding:1.05rem 1.1rem;border-radius:20px;}
.variant h3{font-size:1.05rem;line-height:1.18;}
.variant p{font-size:.94rem;line-height:1.5;}

.content-faq-grid{grid-template-columns:minmax(0,1.08fr) minmax(300px,.92fr);gap:1.2rem;}
.content-faq-grid .card{height:100%;}
.content-faq-grid .card-pad{padding:1.2rem 1.25rem;}
.faq-section details{border-radius:16px;}
.faq-section summary{padding:.95rem 1rem;font-size:.95rem;}
.faq-section details p{padding:0 1rem 1rem;font-size:.94rem;line-height:1.55;}

.request-form-section .quote{background:linear-gradient(180deg,#fff,#f9fbfd);color:var(--text);border:1px solid var(--line);}
.request-form-section .quote h2{color:var(--steel);font-size:clamp(1.8rem,2vw,2.4rem);}
.request-form-section .quote p{color:var(--muted);}
.request-form-box{padding:1.45rem 1.45rem 1.55rem;border-radius:24px;}
.request-form-box .btn,
.request-form-box button,
.request-form-box input[type="submit"]{min-height:52px;min-width:190px;font-size:.95rem;}

@media (max-width: 1100px){
  .taxonomy-product-card-link{grid-template-columns:1fr;}
  .taxonomy-product-thumb{border-right:none;border-bottom:1px solid var(--line);}
}
@media (max-width: 920px){
  .taxonomy-product-grid,
  #beschichtungen .grid-2,
  .content-faq-grid,
  .technical-overview,
  .product-hero-grid{grid-template-columns:1fr;}
  .variant-grid{grid-template-columns:repeat(2,minmax(0,1fr));}
}
@media (max-width: 700px){
  .taxonomy-product-grid,
  .variant-grid{grid-template-columns:1fr;}
  #beschichtungen .pill-row{grid-template-columns:1fr;}
  #beschichtungen .swatches{grid-template-columns:1fr;}
  .taxonomy-product-card-pad{padding:1.1rem 1rem 1.15rem;}
}
