/*
Theme Name: PLANIGRAPH
Theme URI: https://www.planigraph.lu/
Author: PLANIGRAPH
Description: Maßgeschneidertes Block-Theme für PLANIGRAPH. Visuelle Basis: planigraph_web_prototype_v11_consolidated; Segoe UI/Systemschrift; WordPress Full Site Editing.
Requires at least: 6.7
Tested up to: 7.1
Requires PHP: 7.2
Version: 7.29.24
License: GNU General Public License v2 or later
License URI: https://www.gnu.org/licenses/gpl-2.0.html
Text Domain: planigraph
Tags: full-site-editing, block-patterns, custom-colors, custom-menu, custom-logo, wide-blocks, accessibility-ready
*/

:root{
  --pg-red:#d71920;
  --pg-red-dark:#9f2420;
  --pg-ink:#171719;
  --pg-ink-2:#242427;
  --pg-text:#2d2d30;
  --pg-muted:#707076;
  --pg-line:#dedede;
  --pg-paper:#f5f4f1;
  --pg-white:#fff;
  --pg-radius:22px;
  --pg-shadow:0 18px 60px rgba(18,18,20,.12);
  --pg-transition:180ms ease;
}

*{box-sizing:border-box}
html{scroll-behavior:smooth}
body{-webkit-font-smoothing:antialiased;text-rendering:optimizeLegibility}
a{text-underline-offset:.16em;text-decoration-thickness:1px}
:where(.wp-site-blocks *:focus-visible){outline:2px solid var(--pg-red);outline-offset:3px}

/* ---------- Global header / brand ---------- */
.pg-site-header{
  position:relative;top:auto;z-index:9999;
  background:rgba(255,255,255,.93);
  border-bottom:1px solid rgba(0,0,0,.07);
  backdrop-filter:blur(16px) saturate(140%);
  padding-block:0!important;
  overflow:visible;
}
.pg-site-header.pg-header-floating{
  position:fixed;
  top:0;left:0;right:0;width:100%;
  z-index:9999;
  will-change:transform;
  transform:none;
  overflow:visible;
  transition:transform .24s ease,box-shadow .2s ease,background-color .2s ease;
}
.pg-site-header.pg-header-floating.pg-header-hidden{
  transform:translateY(calc(-100% - 2px));
  box-shadow:none;
  pointer-events:none;
}
body.admin-bar .pg-site-header.pg-header-floating{top:var(--wp-admin--admin-bar--height,32px)}
@media(max-width:782px){body.admin-bar .pg-site-header.pg-header-floating{top:var(--wp-admin--admin-bar--height,46px)}}
.pg-header-inner{min-height:78px;gap:28px}
.pg-brand{display:inline-flex;align-items:center;min-width:max-content;text-decoration:none!important;color:var(--pg-ink)!important}
.pg-brand-logo{display:block;width:172px;aspect-ratio:500/153;background-position:center;background-repeat:no-repeat;background-size:contain}
.pg-brand-logo-positive{background-image:url('assets/images/logo-planigraph-positiv.png')}
.pg-brand-logo-negative{background-image:url('assets/images/logo-planigraph-negativ.png')}
.pg-header-right{margin-left:auto;gap:22px!important}
.pg-site-header .wp-block-navigation{font-size:.93rem;font-weight:700}
.pg-site-header .wp-block-navigation-item__content{text-decoration:none!important;color:#444!important}
.pg-site-header .wp-block-navigation-item__content:hover{color:var(--pg-red)!important}
.pg-site-header .wp-block-button__link{background:var(--pg-red)!important;color:#fff!important;font-weight:750;min-height:48px;padding:0 20px!important}
.pg-site-header .wp-block-button__link:hover{background:var(--pg-red-dark)!important}

/* ---------- Shared typography / buttons ---------- */
.pg-eyebrow{display:inline-flex;align-items:center;gap:.55rem;font-size:.77rem;font-weight:800;letter-spacing:.13em;text-transform:uppercase;color:var(--pg-red)}
.pg-eyebrow:before{content:"";width:28px;height:2px;background:currentColor}
.pg-proto-section{padding-block:100px}
.pg-proto-section-head{display:flex;justify-content:space-between;align-items:flex-end;gap:30px;margin-bottom:38px}
.pg-proto-section-head>p{max-width:620px;margin:0;color:var(--pg-muted)}
.pg-proto-section-title{max-width:760px}
.wp-block-button__link,.wp-element-button{transition:background-color var(--pg-transition),color var(--pg-transition),border-color var(--pg-transition),transform var(--pg-transition);font-weight:750}
.wp-block-button__link:hover,.wp-element-button:hover{transform:translateY(-1px)}
.pg-btn-red .wp-block-button__link{background:var(--pg-red)!important;color:#fff!important}
.pg-btn-red .wp-block-button__link:hover{background:var(--pg-red-dark)!important}
.pg-btn-dark .wp-block-button__link{background:var(--pg-ink)!important;color:#fff!important}
.pg-btn-light .wp-block-button__link{background:#fff!important;color:var(--pg-ink)!important;border:1px solid #d7d7da!important}
.pg-btn-ghost .wp-block-button__link{color:#fff!important;background:rgba(255,255,255,.04)!important;border:1px solid rgba(255,255,255,.26)!important;backdrop-filter:blur(8px)}

/* ---------- Hero: direct visual port of prototype ---------- */
.pg-proto-hero{
  min-height:820px;position:relative;overflow:hidden;color:#fff;background:var(--pg-ink);
  padding:0!important;
  background-image:
    linear-gradient(90deg,rgba(14,14,16,.95) 0%,rgba(14,14,16,.82) 43%,rgba(14,14,16,.35) 72%,rgba(14,14,16,.18) 100%),
    url('assets/images/hero-showroom.avif');
  background-position:center;background-size:cover;background-repeat:no-repeat;
}
.pg-proto-hero-inner{min-height:742px;display:flex;flex-direction:column;justify-content:center;padding:78px 0;position:relative;z-index:2}
.pg-proto-hero .pg-eyebrow{color:#ff7c73}
.pg-proto-hero h1{color:#fff!important;font-size:clamp(2.65rem,7vw,6.1rem)!important;line-height:.94!important;font-weight:700!important;letter-spacing:-.045em!important;max-width:970px;margin-top:18px;margin-bottom:0}
.pg-proto-hero-lead{max-width:690px;font-size:1.16rem!important;color:rgba(255,255,255,.78)!important;margin:24px 0 30px!important;line-height:1.65}
.pg-proto-hero-actions{gap:12px!important}
.pg-proto-hero-note{margin-top:30px!important;gap:10px 24px!important;color:rgba(255,255,255,.68);font-size:.9rem}
.pg-proto-hero-note p{margin:0;display:flex;align-items:center;gap:8px}
.pg-proto-hero-note p:before{content:"";width:7px;height:7px;border-radius:50%;background:var(--pg-red);display:inline-block}

/* ---------- Overlapping choice cards ---------- */
.pg-proto-quick{position:relative;z-index:10;margin-top:-76px!important;padding-bottom:25px!important;background:transparent!important}
.pg-proto-choice-grid{gap:18px!important}
.pg-proto-choice{min-height:260px;padding:34px!important;border-radius:var(--pg-radius);box-shadow:var(--pg-shadow);position:relative;overflow:hidden}
.pg-proto-choice h2{font-size:clamp(1.9rem,3vw,3rem)!important;margin:12px 0!important;line-height:1.02!important}
.pg-proto-choice p{max-width:520px;margin:0 0 22px!important;color:#666}
.pg-proto-choice a{font-weight:800;text-decoration:none!important}
.pg-proto-choice-products{background:linear-gradient(135deg,#fff 10%,#f6f5f1 100%)!important}
.pg-proto-choice-products:before{content:"";position:absolute;inset:0;background:radial-gradient(circle at 90% 20%,rgba(214,82,74,.15),transparent 33%);pointer-events:none}
.pg-proto-choice-service{
  color:#fff;background:
    linear-gradient(135deg,rgba(214,82,74,.94),rgba(157,44,39,.94)),
    url('assets/images/service-repair.avif') center/cover!important;
}
.pg-proto-choice-service h2,.pg-proto-choice-service p,.pg-proto-choice-service a{color:#fff!important}
.pg-choice-kicker{font-size:.75rem;font-weight:800;letter-spacing:.12em;text-transform:uppercase;opacity:.72}

/* ---------- Product worlds ---------- */
.pg-proto-products{background:#fff}
.pg-proto-card-row{gap:18px!important;margin-top:18px!important}
.pg-proto-product-card{min-height:290px;border-radius:20px;padding:28px!important;position:relative;overflow:hidden;border:1px solid rgba(0,0,0,.06);transition:.25s ease;display:flex;flex-direction:column;justify-content:flex-end;background:#333;color:#fff}
.pg-proto-product-card:hover{transform:translateY(-4px);box-shadow:0 16px 34px rgba(0,0,0,.09)}
.pg-proto-product-card:before{content:"";position:absolute;inset:0;background:linear-gradient(180deg,rgba(12,12,14,.06) 8%,rgba(12,12,14,.18) 44%,rgba(12,12,14,.90) 100%),var(--pg-card-bg,linear-gradient(135deg,#666,#222));z-index:0}
.pg-proto-product-card:after{content:"";position:absolute;right:-35px;top:-35px;width:140px;height:140px;border:1px solid rgba(255,255,255,.22);transform:rotate(18deg);z-index:1}
.pg-proto-product-card>*{position:relative;z-index:2}
.pg-proto-product-card h3{color:#fff!important;font-size:1.55rem!important;margin-bottom:8px!important}
.pg-proto-product-card p{color:rgba(255,255,255,.74)!important;font-size:.93rem;margin:0!important}
.pg-c1{--pg-card-bg:url('assets/images/product-fenster.avif') center/cover no-repeat}
.pg-c2{--pg-card-bg:url('assets/images/product-haustuer.avif') center/cover no-repeat}
.pg-c3{--pg-card-bg:url('assets/images/product-sonnenschutz.avif') center/cover no-repeat}
.pg-c4{--pg-card-bg:url('assets/images/product-outdoor.avif') center/cover no-repeat}
.pg-c5{--pg-card-bg:url('assets/images/product-garagentor.avif') center/cover no-repeat}
.pg-c6{--pg-card-bg:url('assets/images/product-zubehoer.avif') center/cover no-repeat}

/* ---------- Service Friends ---------- */
.pg-proto-service{background:var(--pg-paper)}
.pg-proto-service-layout{gap:50px!important;align-items:start!important}
.pg-proto-service-intro{position:sticky;top:110px}
.pg-proto-service-intro>p{color:var(--pg-muted);font-size:1.05rem}
.pg-proto-service-image{border-radius:22px;overflow:hidden;margin-top:24px!important;aspect-ratio:4/3}
.pg-proto-service-image img{width:100%;height:100%;object-fit:cover}
.pg-proto-service-grid{display:grid!important;grid-template-columns:1fr 1fr;gap:12px!important}
.pg-service-item{background:#fff;border-radius:16px;padding:19px 18px!important;border:1px solid rgba(0,0,0,.06);display:flex!important;align-items:center;gap:14px!important;min-height:82px;transition:.2s ease}
.pg-service-item:hover{border-color:rgba(214,82,74,.4);transform:translateY(-2px)}
.pg-service-icon{width:42px;height:42px;flex:0 0 42px;border-radius:12px;background:#f7e4e2;color:var(--pg-red);display:grid;place-items:center;font-weight:900}
.pg-service-item strong{display:block;color:var(--pg-ink);font-size:.98rem}
.pg-service-item small{display:block;color:var(--pg-muted);margin-top:2px}

/* ---------- Dark process ---------- */
.pg-proto-process{background:var(--pg-ink)!important;color:#fff}
.pg-proto-process h2{color:#fff!important}
.pg-proto-process .pg-proto-section-head>p{color:#aaa!important}
.pg-proto-steps{gap:1px!important;background:#3a3a3d;border:1px solid #3a3a3d;border-radius:20px;overflow:hidden}
.pg-proto-step{background:#1d1d20;padding:28px!important;min-height:235px}
.pg-proto-step .pg-number{font-size:3rem!important;font-weight:800;letter-spacing:-.08em;color:var(--pg-red);margin:0!important}
.pg-proto-step h3{color:#fff!important;margin:18px 0 9px!important}
.pg-proto-step p{color:#a9a9ae;margin:0;font-size:.92rem}

/* ---------- Trust / audiences ---------- */
.pg-proto-stats{gap:18px!important}
.pg-proto-stat{padding:28px 8px!important;border-top:2px solid var(--pg-ink)}
.pg-proto-stat strong{display:block;font-size:clamp(2.3rem,4vw,4.2rem);letter-spacing:-.06em;color:var(--pg-ink)}
.pg-proto-stat span{color:var(--pg-muted);font-size:.9rem}
.pg-proto-audiences{gap:18px!important}
.pg-proto-audience{border-radius:22px;padding:36px!important;min-height:300px;display:flex;flex-direction:column;justify-content:space-between}
.pg-proto-audience-private{background:#f3f2ef}
.pg-proto-audience-business{background:var(--pg-ink);color:#fff}
.pg-proto-audience-business h3,.pg-proto-audience-business p{color:#fff!important}
.pg-proto-audience h3{font-size:2rem!important}
.pg-proto-audience p{max-width:520px;color:#666}

/* ---------- Contact ---------- */
.pg-proto-contact{background:var(--pg-red)!important;color:#fff;position:relative;overflow:hidden}
.pg-proto-contact:before{content:"";position:absolute;inset:0;opacity:.18;background:url('assets/images/kontakt-hero.avif') center/cover;pointer-events:none}
.pg-proto-contact-inner{position:relative;z-index:2;gap:60px!important;align-items:center!important}
.pg-proto-contact h2{color:#fff!important;font-size:clamp(2.6rem,5.5vw,5rem)!important}
.pg-proto-contact p{color:rgba(255,255,255,.8)!important;max-width:650px}
.pg-proto-contact-actions{display:grid!important;gap:10px!important}
.pg-contact-action{min-height:68px;background:#fff;color:var(--pg-ink);border-radius:14px;padding:14px 18px!important;display:flex!important;align-items:center;justify-content:space-between;gap:20px!important;text-decoration:none!important;font-weight:800}
.pg-contact-action small{display:block;color:#777;font-weight:500;margin-top:3px}
.pg-contact-action .pg-arrow{font-size:1.5rem;color:var(--pg-red)}

/* ---------- Footer ---------- */
.pg-site-footer{background:#111113!important;color:#c7c7ca;padding:56px 0 95px!important;margin-top:0!important}
.pg-site-footer h4{color:#fff;margin:0 0 16px}
.pg-site-footer a{color:#aaa!important;text-decoration:none!important;font-size:.92rem}
.pg-site-footer a:hover{color:#fff!important}
.pg-site-footer .pg-brand{color:#fff!important}
.pg-site-footer .pg-brand-logo{width:184px}
.pg-footer-grid{gap:38px!important}
.pg-footer-address{max-width:370px;color:#8f8f93;font-size:.9rem;line-height:1.55;margin-top:18px!important}
.pg-footer-legal{border-top:1px solid #303034;margin-top:40px!important;padding-top:24px!important;color:#777;font-size:.82rem}

/* ---------- Mobile quick bar ---------- */
.pg-mobile-bar{display:none}


.pg-haustueren-hero{
  background-image:linear-gradient(90deg,rgba(14,14,16,.94) 0%,rgba(14,14,16,.78) 44%,rgba(14,14,16,.28) 74%,rgba(14,14,16,.12) 100%),url('assets/images/product-haustuer.avif');
  background-size:cover;background-position:center 50%;background-repeat:no-repeat;
}
.pg-door-materials{background:#fff}
.pg-door-materials h2{font-size:clamp(2.2rem,4.2vw,3.8rem)!important;max-width:760px}
.pg-door-security{background:#171719!important;color:#fff}
.pg-door-security h2{color:#fff!important;font-size:clamp(2.2rem,4.2vw,3.8rem)!important}
.pg-door-security p{color:#c4c4c8;line-height:1.7}
.pg-door-security .pg-eyebrow{color:#ff6d67}
.pg-door-showroom{background:#fff}
.pg-door-showroom h2{font-size:clamp(2.2rem,4.2vw,3.8rem)!important}
.pg-door-showroom p:not(.pg-eyebrow){color:var(--pg-muted);line-height:1.7}
.pg-door-cta{background:var(--pg-red)!important;color:#fff;padding:72px 0!important}
.pg-door-cta .pg-eyebrow{color:#fff}
.pg-door-cta h2{color:#fff!important;font-size:clamp(2.4rem,4.8vw,4.3rem)!important;margin:10px 0!important}
.pg-door-cta p{color:rgba(255,255,255,.82)!important;max-width:720px}

@media(max-width:980px){
  .pg-header-right .wp-block-buttons{display:none}
  .pg-proto-service-intro{position:relative;top:auto}
  .pg-proto-service-layout,.pg-proto-contact-inner{display:block!important}
  .pg-proto-service-grid{margin-top:28px!important}
  .pg-proto-card-row,.pg-proto-stats,.pg-proto-audiences{flex-wrap:wrap!important}
}

@media(max-width:781px){
  .pg-header-inner{min-height:68px}
  .pg-brand-logo{width:150px}
  .pg-proto-section{padding-block:72px}
  .pg-proto-hero{min-height:760px;background-image:linear-gradient(180deg,rgba(14,14,16,.52),rgba(14,14,16,.88) 55%,rgba(14,14,16,.98)),url('assets/images/hero-showroom.avif')}
  .pg-proto-hero-inner{min-height:692px;justify-content:flex-end;padding:50px 0 70px}
  .pg-proto-hero h1{font-size:clamp(2.7rem,13vw,4.4rem)!important}
  .pg-proto-hero-lead{font-size:1rem!important}
  .pg-proto-hero-actions .wp-block-button{width:100%}
  .pg-proto-hero-actions .wp-block-button__link{width:100%}
  .pg-proto-quick{margin-top:-35px!important}
  .pg-proto-choice{min-height:235px;padding:26px!important}
  .pg-proto-service-grid{grid-template-columns:1fr}
  .pg-proto-step{min-height:190px}
  .pg-site-footer{padding-bottom:45px!important}
}

@media(prefers-reduced-motion:reduce){*,*:before,*:after{scroll-behavior:auto!important;transition:none!important}}

/* ---------- v0.7 targeted visual corrections ---------- */
/* Remove the global WordPress block-gap between header template part and hero. */
.wp-site-blocks > .wp-block-template-part:first-child + .pg-proto-hero{
  margin-block-start:0!important;
}

/* Audience cards: both columns always share the exact same rendered height. */
.pg-proto-audiences{
  align-items:stretch!important;
}
.pg-proto-audiences > .wp-block-column{
  display:flex;
}
.pg-proto-audiences .pg-proto-audience{
  flex:1 1 auto;
  width:100%;
  height:100%;
}

/* Contact cards: improve readability and visual weight. */
.pg-contact-action{
  min-height:82px;
  padding:17px 20px!important;
}
.pg-contact-action strong{
  display:block;
  font-size:1.125rem;
  line-height:1.2;
  font-weight:700;
}
.pg-contact-action small{
  font-size:.95rem;
  line-height:1.35;
  margin-top:5px;
}

/* Footer: keep the legal row comfortably separated without a large empty tail. */
.pg-site-footer{
  padding-bottom:48px!important;
}


/* ---------- v0.8 visual polish: typography, component weight, rhythm ---------- */
/* Keep the established V11 structure; this round only refines hierarchy and density. */

/* Section headings: slightly tighter rhythm and stronger supporting copy. */
.pg-proto-section-head{
  margin-bottom:34px;
}
.pg-proto-section-head>p{
  font-size:1rem;
  line-height:1.6;
}
.pg-proto-section-title{
  text-wrap:balance;
}

/* Hero: keep the existing composition, improve readable measure and contrast. */
.pg-proto-hero-lead{
  max-width:700px!important;
  color:rgba(255,255,255,.82)!important;
}
.pg-proto-hero-note{
  color:rgba(255,255,255,.74)!important;
}

/* Entry cards: equal height and a clearer text hierarchy. */
.pg-proto-choice-grid{
  align-items:stretch!important;
}
.pg-proto-choice-grid>.wp-block-column{
  display:flex;
}
.pg-proto-choice{
  width:100%;
  height:100%;
  display:flex;
  flex-direction:column;
}
.pg-proto-choice>p{
  font-size:1rem;
  line-height:1.55;
}
.pg-proto-choice>a,
.pg-proto-choice .wp-block-read-more{
  margin-top:auto;
}

/* Product cards: more presence without changing the six-card architecture. */
.pg-proto-product-card{
  min-height:310px;
  padding:30px!important;
  box-shadow:inset 0 0 0 1px rgba(255,255,255,.02);
}
.pg-proto-product-card h3{
  font-size:1.65rem!important;
  line-height:1.08!important;
}
.pg-proto-product-card p{
  font-size:.98rem!important;
  line-height:1.5!important;
  max-width:92%;
}
.pg-proto-product-card:hover{
  transform:translateY(-5px);
  box-shadow:0 18px 38px rgba(0,0,0,.11);
}

/* Service Friends: give the service menu the same visual authority as the intro. */
.pg-service-item{
  min-height:92px;
  padding:20px!important;
}
.pg-service-icon{
  width:46px;
  height:46px;
  flex-basis:46px;
}
.pg-service-item strong{
  font-size:1.05rem;
  line-height:1.22;
}
.pg-service-item small{
  font-size:.88rem;
  line-height:1.35;
  margin-top:4px;
}
.pg-proto-service-intro>p{
  line-height:1.65;
}

/* Four-step process: strengthen the explanatory layer. */
.pg-proto-step{
  min-height:245px;
  padding:30px!important;
}
.pg-proto-step .pg-number{
  font-size:3.15rem!important;
}
.pg-proto-step h3{
  font-size:1.2rem!important;
}
.pg-proto-step p{
  font-size:.98rem;
  line-height:1.55;
}

/* Trust figures: labels were visually too quiet compared with the numbers. */
.pg-proto-stat{
  padding:30px 8px!important;
}
.pg-proto-stat span{
  display:block;
  margin-top:8px;
  font-size:.98rem;
  line-height:1.45;
}

/* Audience cards: same height is already enforced in v0.7; improve inner rhythm. */
.pg-proto-audience{
  padding:38px!important;
}
.pg-proto-audience h3{
  line-height:1.08!important;
}
.pg-proto-audience p{
  font-size:1rem;
  line-height:1.6;
}

/* Contact: v0.7 made the cards readable; keep that and improve the left text balance. */
.pg-proto-contact p{
  font-size:1.03rem;
  line-height:1.65;
}

/* Footer: stronger column hierarchy while keeping the reduced bottom whitespace from v0.7. */
.pg-site-footer h4{
  font-size:1.05rem;
}
.pg-site-footer a{
  font-size:.95rem;
  line-height:1.45;
}
.pg-footer-address{
  font-size:.95rem;
}
.pg-footer-legal{
  line-height:1.45;
}

@media(max-width:781px){
  .pg-proto-product-card{min-height:250px;padding:26px!important}
  .pg-service-item{min-height:86px}
  .pg-proto-step{min-height:205px;padding:26px!important}
  .pg-proto-audience{padding:30px!important}
}

/* ---------- v0.9 rhythm + balance after full-page review ---------- */
/* Reduce the only remaining oversized vertical break: trust figures -> audience cards. */
.pg-proto-trust-section{
  padding-bottom:54px!important;
}
.pg-proto-audience-section{
  padding-top:22px!important;
  padding-bottom:88px!important;
}

/* Service Friends: keep the 4/2 content logic but reduce the empty lower-right field. */
.pg-proto-service-image{
  aspect-ratio:16/10;
  max-height:360px;
}
.pg-proto-service-image img{
  object-position:center center;
}
.pg-proto-service-grid{
  align-content:start;
}

/* Keep the product section generous, but avoid a second oversized white pause. */
.pg-proto-products{
  padding-bottom:88px!important;
}

/* Slightly denser audience cards now that both cards have matched height. */
.pg-proto-audience{
  min-height:285px;
}

@media(max-width:781px){
  .pg-proto-trust-section{padding-bottom:42px!important}
  .pg-proto-audience-section{padding-top:10px!important;padding-bottom:64px!important}
  .pg-proto-service-image{max-height:none;aspect-ratio:16/11}
  .pg-proto-products{padding-bottom:64px!important}
}


/* ---------- v1.0 content + authentic PLANIGRAPH imagery ---------- */
.pg-proto-product-card{background-color:#262629}
.pg-proto-product-card p a{color:#fff!important;text-decoration:none!important;font-weight:750}
.pg-proto-product-card p a:hover{text-decoration:underline!important}
.pg-proto-product-card:after{opacity:.55}
.pg-proto-service-image img{object-position:center 38%}
@media(max-width:781px){
  .pg-proto-product-card{min-height:270px}
}

/* ---------- v1.2 first product subpage: Fenster ---------- */
.wp-site-blocks > .wp-block-template-part:first-child + .pg-product-hero{margin-block-start:0!important}
.pg-product-hero{
  min-height:650px;position:relative;overflow:hidden;color:#fff;padding:0!important;background:var(--pg-ink);
}
.pg-fenster-hero,.pg-window-hero{
  background-image:linear-gradient(90deg,rgba(14,14,16,.94) 0%,rgba(14,14,16,.76) 45%,rgba(14,14,16,.26) 76%,rgba(14,14,16,.12) 100%),url('assets/images/product-fenster.avif');
  background-size:cover;background-position:center 46%;background-repeat:no-repeat;
}
.pg-product-hero-inner{width:min(1220px,calc(100% - 40px))!important;max-width:1220px!important;margin-inline:auto!important;min-height:650px;display:flex;flex-direction:column;justify-content:center;padding:82px 0;position:relative;z-index:2}
.pg-product-hero .pg-eyebrow{color:#ff7c73}
.pg-product-hero h1{color:#fff!important;font-size:clamp(3rem,6.2vw,5.7rem)!important;line-height:.96!important;letter-spacing:-.045em!important;max-width:900px;margin:18px 0 0}
.pg-product-hero-lead{max-width:760px;color:rgba(255,255,255,.84)!important;font-size:1.16rem!important;line-height:1.65;margin:24px 0 30px!important}
.pg-product-hero-actions{gap:12px!important}
.pg-product-hero-note{margin-top:30px!important;gap:10px 24px!important;color:rgba(255,255,255,.72);font-size:.9rem}
.pg-product-hero-note p{margin:0;display:flex;align-items:center;gap:8px}
.pg-product-hero-note p:before{content:"";width:7px;height:7px;border-radius:50%;background:var(--pg-red);display:inline-block}

.pg-product-intro{background:#fff}
.pg-product-intro-grid{gap:70px!important;align-items:start!important}
.pg-product-intro h2{font-size:clamp(2.2rem,4.3vw,4rem)!important;max-width:560px}
.pg-product-intro-lead{font-size:1.25rem!important;line-height:1.58;color:var(--pg-ink)!important}
.pg-product-intro-grid p:not(.pg-eyebrow){color:var(--pg-muted);line-height:1.7}
.pg-feature-strip{margin-top:54px!important;gap:10px!important;display:flex!important;flex-wrap:wrap!important;align-items:center!important;justify-content:flex-start!important}
.pg-feature-strip p{margin:0!important;padding:10px 15px;border:1px solid var(--pg-line);border-radius:999px;font-size:.9rem;font-weight:700;color:#555;background:#fff;flex:0 0 auto!important;width:auto!important;max-width:100%}

.pg-product-needs{background:var(--pg-paper)}
.pg-info-card-grid{gap:12px!important;align-items:stretch!important}
.pg-info-card-grid>.wp-block-column{display:flex}
.pg-info-card{background:#fff;border:1px solid rgba(0,0,0,.06);border-radius:18px;padding:28px!important;width:100%;min-height:260px}
.pg-info-number{display:block;color:var(--pg-red);font-size:1rem;font-weight:900;letter-spacing:.06em;margin-bottom:34px}
.pg-info-card h3{font-size:1.35rem!important;margin:0 0 10px!important}
.pg-info-card p{margin:0!important;color:var(--pg-muted);line-height:1.6;font-size:.96rem}

.pg-window-materials{background:#fff}
.pg-window-materials h2{font-size:clamp(2.2rem,4.2vw,3.8rem)!important;max-width:720px}
.pg-section-lead{max-width:780px;color:var(--pg-muted);font-size:1.08rem;line-height:1.7;margin-bottom:42px!important}
.pg-material-grid{gap:12px!important}
.pg-material-card{min-height:150px;border:1px solid var(--pg-line);border-radius:17px;padding:24px;background:#fff;display:flex;flex-direction:column;justify-content:flex-end;transition:.2s ease}
.pg-material-card:hover{border-color:rgba(215,25,32,.38);transform:translateY(-2px)}
.pg-material-card strong{font-size:1.12rem;color:var(--pg-ink)}
.pg-material-card span{margin-top:8px;color:var(--pg-muted);font-size:.88rem;line-height:1.45}

.pg-window-large-openings{background:#171719!important;color:#fff}
.pg-window-large-openings h2{color:#fff!important;font-size:clamp(2.2rem,4.2vw,3.8rem)!important}
.pg-window-large-openings p{color:#c4c4c8;line-height:1.7}
.pg-window-large-openings .pg-eyebrow{color:#ff6d67}
.pg-media-split{gap:56px!important;align-items:center!important}
.pg-media-split-image{border-radius:22px;overflow:hidden;aspect-ratio:4/3;margin:0!important}
.pg-media-split-image img{width:100%;height:100%;object-fit:cover}
.pg-check-list{margin-top:26px!important;display:grid;gap:10px!important}
.pg-check-list p{margin:0!important;padding:12px 0 12px 28px;position:relative;border-bottom:1px solid var(--pg-line);color:var(--pg-ink)!important;font-weight:650}
.pg-check-list p:before{content:"✓";position:absolute;left:0;color:#ff6d67;font-weight:900}

.pg-window-process{background:var(--pg-paper)}
.pg-project-steps{gap:1px!important;background:#d6d5d2;border:1px solid #d6d5d2;border-radius:20px;overflow:hidden}
.pg-project-step{background:#fff;padding:30px!important;min-height:230px}
.pg-project-step>strong{display:block;color:var(--pg-red);font-size:2.5rem;letter-spacing:-.06em;margin-bottom:28px}
.pg-project-step h3{font-size:1.17rem!important;margin:0 0 10px!important}
.pg-project-step p{margin:0!important;color:var(--pg-muted);font-size:.94rem;line-height:1.55}

.pg-window-showroom{background:#fff}
.pg-window-showroom h2{font-size:clamp(2.2rem,4.2vw,3.8rem)!important}
.pg-window-showroom p:not(.pg-eyebrow){color:var(--pg-muted);line-height:1.7}

.pg-window-cta{background:var(--pg-red)!important;color:#fff;padding:72px 0!important}
.pg-window-cta .pg-eyebrow{color:#fff}
.pg-window-cta h2{color:#fff!important;font-size:clamp(2.4rem,4.8vw,4.3rem)!important;margin:10px 0!important}
.pg-window-cta p{color:rgba(255,255,255,.82)!important;max-width:720px}

@media(max-width:980px){
  .pg-info-card-grid,.pg-project-steps{flex-wrap:wrap!important}
  .pg-info-card-grid>.wp-block-column,.pg-project-steps>.wp-block-column{flex-basis:calc(50% - 8px)!important}
  .pg-product-intro-grid,.pg-media-split{gap:34px!important}
}
@media(max-width:781px){
  .pg-product-hero{min-height:650px}
  .pg-fenster-hero,.pg-window-hero{background-image:linear-gradient(180deg,rgba(14,14,16,.38),rgba(14,14,16,.88) 58%,rgba(14,14,16,.98)),url('assets/images/product-fenster.avif');background-position:center}
  .pg-haustueren-hero{background-image:linear-gradient(180deg,rgba(14,14,16,.36),rgba(14,14,16,.86) 58%,rgba(14,14,16,.98)),url('assets/images/product-haustuer.avif');background-position:center}
  .pg-product-hero-inner{width:min(1220px,calc(100% - 30px))!important;min-height:650px;justify-content:flex-end;padding:60px 0 56px}
  .pg-product-hero h1{font-size:clamp(2.7rem,12vw,4.4rem)!important}
  .pg-product-hero-lead{font-size:1rem!important}
  .pg-product-hero-actions .wp-block-button{width:100%}
  .pg-product-hero-actions .wp-block-button__link{width:100%}
  .pg-product-intro-grid,.pg-media-split{display:block!important}
  .pg-feature-strip{margin-top:34px!important}
  .pg-info-card-grid>.wp-block-column,.pg-project-steps>.wp-block-column{flex-basis:100%!important}
  .pg-info-card{min-height:210px}
  .pg-project-step{min-height:195px}
  .pg-media-split-image{margin-bottom:30px!important}
  .pg-window-cta,.pg-door-cta{padding:58px 0!important}
  .pg-window-cta .wp-block-buttons,.pg-door-cta .wp-block-buttons{justify-content:flex-start!important;margin-top:20px!important}
}

/* ---------- v1.5 product subpage: Sonnenschutz ---------- */
.pg-sonnenschutz-hero{
  background-image:linear-gradient(90deg,rgba(14,14,16,.94) 0%,rgba(14,14,16,.75) 45%,rgba(14,14,16,.26) 76%,rgba(14,14,16,.12) 100%),url('assets/images/product-sonnenschutz.avif');
  background-size:cover;background-position:center 48%;background-repeat:no-repeat;
}
.pg-sun-systems{background:#fff}
.pg-sun-systems h2{font-size:clamp(2.2rem,4.2vw,3.8rem)!important;max-width:760px}
.pg-sun-system-grid{gap:12px!important}
.pg-sun-system-card{min-height:190px;border:1px solid var(--pg-line);border-radius:18px;padding:26px;background:#fff;display:flex;flex-direction:column;justify-content:flex-end;transition:.2s ease}
.pg-sun-system-card:hover{border-color:rgba(215,25,32,.38);transform:translateY(-2px)}
.pg-sun-system-card strong{font-size:1.2rem;color:var(--pg-ink);margin-bottom:10px}
.pg-sun-system-card span{color:var(--pg-muted);font-size:.94rem;line-height:1.55}
.pg-sun-control{background:#171719!important;color:#fff}
.pg-sun-control-grid{gap:70px!important;align-items:center!important}
.pg-sun-control h2{color:#fff!important;font-size:clamp(2.2rem,4.2vw,3.8rem)!important}
.pg-sun-control p:not(.pg-eyebrow){color:#c4c4c8;line-height:1.7}
.pg-sun-control .pg-eyebrow{color:#ff6d67}
.pg-sun-showroom{background:#fff}
.pg-sun-showroom h2{font-size:clamp(2.2rem,4.2vw,3.8rem)!important}
.pg-sun-showroom p:not(.pg-eyebrow){color:var(--pg-muted);line-height:1.7}
.pg-sun-cta{background:var(--pg-red)!important;color:#fff;padding:72px 0!important}
.pg-sun-cta .pg-eyebrow{color:#fff}
.pg-sun-cta h2{color:#fff!important;font-size:clamp(2.4rem,4.8vw,4.3rem)!important;margin:10px 0!important}
.pg-sun-cta p{color:rgba(255,255,255,.82)!important;max-width:720px}

@media(max-width:781px){
  .pg-sonnenschutz-hero{background-image:linear-gradient(180deg,rgba(14,14,16,.34),rgba(14,14,16,.86) 58%,rgba(14,14,16,.98)),url('assets/images/product-sonnenschutz.avif');background-position:center}
  .pg-sun-control-grid{display:block!important}
  .pg-sun-cta{padding:58px 0!important}
  .pg-sun-cta .wp-block-buttons{justify-content:flex-start!important;margin-top:20px!important}
}


/* ============================================================
   v1.6+ – generisches Seitensystem für Produkt, Service, Company
   ============================================================ */
.pg-shell{width:min(1220px,calc(100% - 40px));margin-inline:auto}
.pg-page-hero{min-height:610px;background-size:cover;background-position:center;color:#fff;display:flex;align-items:center;margin-top:0!important}
.pg-page-hero-inner{padding:86px 0;max-width:1220px}
.pg-page-hero h1{font-size:clamp(3rem,6vw,5.7rem);line-height:.96;letter-spacing:-.045em;max-width:900px;margin:16px 0 22px;color:#fff}
.pg-page-hero .pg-eyebrow{color:#ff7772}
.pg-page-lead{max-width:760px;font-size:1.14rem;line-height:1.65;color:rgba(255,255,255,.84)}
.pg-html-buttons{display:flex;gap:12px;flex-wrap:wrap;margin-top:28px}
.pg-html-btn{display:inline-flex;align-items:center;justify-content:center;min-height:48px;padding:0 20px;border-radius:999px;text-decoration:none!important;font-weight:800;font-size:.92rem;transition:.18s ease;border:1px solid transparent}
.pg-html-btn-red{background:var(--pg-red);color:#fff!important}.pg-html-btn-red:hover{background:var(--pg-red-dark);color:#fff!important;transform:translateY(-1px)}
.pg-html-btn-ghost{background:rgba(20,20,22,.5);border-color:rgba(255,255,255,.32);color:#fff!important}.pg-html-btn-ghost:hover{border-color:#fff;color:#fff!important}
.pg-html-btn-light{background:#fff;color:var(--pg-ink)!important}.pg-html-btn-light:hover{background:#f4f4f4;color:var(--pg-ink)!important}
.pg-page-section{padding:96px 0;margin:0!important}.pg-bg-white{background:#fff}.pg-bg-paper{background:var(--pg-paper)}.pg-bg-dark{background:var(--pg-ink);color:#fff}
.pg-page-section h2{font-size:clamp(2.2rem,4.2vw,3.9rem);line-height:1.01;letter-spacing:-.04em;max-width:900px;margin:10px 0 20px}
.pg-bg-dark h2,.pg-bg-dark h3{color:#fff}.pg-bg-dark .pg-eyebrow{color:#ff6d67}.pg-bg-dark p{color:#c9c9cc}
.pg-two-col{display:grid;grid-template-columns:minmax(0,.9fr) minmax(0,1.1fr);gap:72px;align-items:start}
.pg-intro-grid h2{margin-top:8px}.pg-big-copy{font-size:1.22rem!important;line-height:1.6;color:var(--pg-ink)!important;margin-top:0}.pg-intro-grid p:not(.pg-eyebrow){color:var(--pg-muted);line-height:1.72}
.pg-chip-row{display:flex;flex-wrap:wrap;gap:9px;margin-top:44px}.pg-chip-row span{border:1px solid var(--pg-line);border-radius:999px;padding:9px 14px;font-size:.86rem;font-weight:750;background:#fff;color:#555}
.pg-section-copy{max-width:790px;color:var(--pg-muted);line-height:1.7;margin-bottom:36px}
.pg-card-grid{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:12px;margin-top:34px}
.pg-link-card{background:#fff;border:1px solid rgba(0,0,0,.07);border-radius:18px;padding:27px;min-height:230px;display:flex;flex-direction:column;transition:.18s ease}.pg-link-card:hover{transform:translateY(-2px);border-color:rgba(215,25,32,.32)}
.pg-bg-white .pg-link-card{border-color:var(--pg-line)}.pg-bg-dark .pg-link-card{background:#202024;border-color:#303035}
.pg-card-num{font-size:.86rem;font-weight:900;letter-spacing:.08em;color:var(--pg-red);margin-bottom:auto}.pg-link-card h3{font-size:1.25rem;margin:30px 0 9px}.pg-link-card p{font-size:.94rem;color:var(--pg-muted);line-height:1.55;margin:0}.pg-link-card a{font-weight:800;font-size:.88rem;color:var(--pg-ink);margin-top:16px}.pg-bg-dark .pg-link-card a{color:#fff}.pg-bg-dark .pg-link-card p{color:#aaaab0}
.pg-split{display:grid;grid-template-columns:1fr 1fr;gap:58px;align-items:center}.pg-split-image{margin:0;border-radius:22px;overflow:hidden;aspect-ratio:4/3;background:#29292d}.pg-split-image img{width:100%;height:100%;object-fit:cover;display:block}.pg-split-copy p{line-height:1.7}.pg-checks{list-style:none;margin:26px 0 0;padding:0}.pg-checks li{position:relative;padding:12px 0 12px 28px;border-bottom:1px solid rgba(255,255,255,.12);font-weight:650}.pg-checks li:before{content:'✓';position:absolute;left:0;color:#ff6d67;font-weight:900}
.pg-bg-white .pg-checks li,.pg-bg-paper .pg-checks li{border-color:var(--pg-line)}
.pg-process-grid{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:1px;background:#d6d5d2;border:1px solid #d6d5d2;border-radius:20px;overflow:hidden;margin-top:34px}.pg-process-grid article{background:#fff;padding:28px;min-height:215px}.pg-process-grid strong{display:block;color:var(--pg-red);font-size:2.3rem;letter-spacing:-.06em;margin-bottom:30px}.pg-process-grid h3{font-size:1.1rem;margin:0 0 9px}.pg-process-grid p{font-size:.91rem;line-height:1.55;color:var(--pg-muted);margin:0}
.pg-page-cta{background:var(--pg-red);color:#fff;padding:66px 0;margin:0!important}.pg-page-cta .pg-eyebrow{color:#fff}.pg-page-cta h2{font-size:clamp(2.3rem,4.5vw,4.1rem);color:#fff;margin:8px 0 12px}.pg-page-cta p{color:rgba(255,255,255,.84);max-width:760px}.pg-cta-row{display:flex;justify-content:space-between;align-items:center;gap:40px}.pg-cta-row>div{max-width:840px}
.pg-tile-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:14px;margin-top:32px}.pg-tile{position:relative;min-height:300px;border-radius:20px;overflow:hidden;background:#242427;color:#fff;padding:28px;display:flex;flex-direction:column;justify-content:flex-end;text-decoration:none!important;background-size:cover;background-position:center}.pg-tile:before{content:'';position:absolute;inset:0;background:linear-gradient(180deg,rgba(15,15,17,.08),rgba(15,15,17,.82))}.pg-tile>*{position:relative}.pg-tile h3{font-size:1.45rem;color:#fff;margin:0 0 6px}.pg-tile p{color:rgba(255,255,255,.8);margin:0;font-size:.92rem}.pg-tile span{margin-top:16px;font-weight:800;font-size:.88rem}
.pg-service-funnel{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:14px;margin-top:34px}.pg-service-funnel article{border:1px solid var(--pg-line);border-radius:18px;padding:28px;background:#fff}.pg-service-funnel strong{font-size:2rem;color:var(--pg-red);display:block;margin-bottom:22px}.pg-service-funnel h3{font-size:1.2rem;margin:0 0 8px}.pg-service-funnel p{color:var(--pg-muted);font-size:.93rem;line-height:1.55}
.pg-contact-grid{display:grid;grid-template-columns:1fr 1fr;gap:14px;margin-top:34px}.pg-contact-card{display:flex;justify-content:space-between;gap:20px;border:1px solid var(--pg-line);border-radius:18px;padding:24px;text-decoration:none!important;background:#fff}.pg-contact-card strong{display:block;font-size:1.1rem}.pg-contact-card small{display:block;color:var(--pg-muted);margin-top:4px}.pg-contact-card>span:last-child{color:var(--pg-red);font-weight:900}
.pg-brand-grid{display:grid;grid-template-columns:repeat(5,minmax(0,1fr));gap:10px;margin-top:34px}.pg-brand-grid span{border:1px solid var(--pg-line);border-radius:14px;background:#fff;min-height:80px;display:flex;align-items:center;justify-content:center;text-align:center;padding:12px;font-weight:750;color:#444}
.pg-job-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:12px;margin-top:30px}.pg-job-card{border:1px solid var(--pg-line);border-radius:18px;padding:26px;background:#fff}.pg-job-card h3{margin:0 0 8px;font-size:1.18rem}.pg-job-card p{color:var(--pg-muted);font-size:.92rem;line-height:1.55}.pg-job-card a{font-weight:800;font-size:.9rem}
.pg-legal{max-width:1050px}.pg-legal h2{margin-top:42px;font-size:1.8rem}.pg-legal p,.pg-legal li{line-height:1.72;color:#555}.pg-legal .pg-legal-note{border-left:4px solid var(--pg-red);background:var(--pg-paper);padding:18px 20px;color:#555}
@media(max-width:960px){.pg-card-grid{grid-template-columns:repeat(2,minmax(0,1fr))}.pg-tile-grid{grid-template-columns:repeat(2,minmax(0,1fr))}.pg-brand-grid{grid-template-columns:repeat(3,minmax(0,1fr))}.pg-two-col,.pg-split{gap:34px}.pg-process-grid{grid-template-columns:repeat(2,minmax(0,1fr))}}
@media(max-width:700px){.pg-shell{width:min(100% - 30px,1220px)}.pg-page-hero{min-height:600px;background-position:center}.pg-page-hero-inner{padding:70px 0 50px;align-self:flex-end}.pg-page-hero h1{font-size:clamp(2.7rem,12vw,4.3rem)}.pg-page-lead{font-size:1rem}.pg-page-section{padding:66px 0}.pg-two-col,.pg-split{grid-template-columns:1fr}.pg-card-grid,.pg-tile-grid,.pg-process-grid,.pg-service-funnel,.pg-contact-grid,.pg-job-grid{grid-template-columns:1fr}.pg-brand-grid{grid-template-columns:repeat(2,minmax(0,1fr))}.pg-link-card{min-height:190px}.pg-process-grid article{min-height:180px}.pg-cta-row{display:block}.pg-cta-row .pg-html-btn{margin-top:20px}.pg-html-buttons .pg-html-btn{width:100%}}


/* v3.3 – zweite Produktebene / technische Vertiefung */
.pg-detail-hero{position:relative;isolation:isolate;color:#fff;min-height:610px;display:flex;align-items:center;background-position:center;background-size:cover}
.pg-detail-hero:before{content:"";position:absolute;inset:0;z-index:-1;background:linear-gradient(90deg,rgba(10,10,12,.88) 0%,rgba(10,10,12,.68) 48%,rgba(10,10,12,.2) 100%)}
.pg-detail-hero-window{background-image:url("assets/images/product-fenster.avif")}
.pg-detail-hero-door{background-image:url("assets/images/product-haustuer.avif")}
.pg-detail-hero-sun{background-image:url("assets/images/product-sonnenschutz.avif")}
.pg-detail-hero-inner{padding:110px 0 120px!important}
.pg-detail-hero h1{max-width:900px;margin:10px 0 20px;font-size:clamp(3rem,6.4vw,5.8rem);line-height:.94;letter-spacing:-.055em;color:#fff}
.pg-detail-hero-lead{max-width:760px;font-size:1.08rem;line-height:1.65;color:rgba(255,255,255,.8)}
.pg-detail-paper{background:var(--pg-paper)}
.pg-detail-dark{background:var(--pg-ink);color:#fff}
.pg-detail-dark h2,.pg-detail-dark h3{color:#fff}.pg-detail-dark p{color:#c8c8cc}
.pg-spec-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:15px;margin-top:34px}
.pg-spec-card{background:#fff;border:1px solid var(--pg-line);border-radius:18px;padding:28px;box-shadow:0 10px 32px rgba(0,0,0,.035)}
.pg-spec-card>span{display:block;color:var(--pg-red);font-size:.78rem;font-weight:900;letter-spacing:.12em;margin-bottom:28px}
.pg-spec-card h3{font-size:1.48rem;margin:0 0 4px}.pg-spec-role{min-height:42px;margin:0 0 22px;color:var(--pg-muted);font-size:.92rem}
.pg-spec-card dl{margin:0}.pg-spec-card dl>div{display:flex}.pg-spec-card dt,.pg-spec-card dd{margin:0;padding:9px 0;border-top:1px solid #ececee;font-size:.87rem}.pg-spec-card dt{float:left;clear:left;width:52%;color:var(--pg-muted)}.pg-spec-card dd{text-align:right;font-weight:700}
.pg-series-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:12px;margin-top:34px}.pg-series-grid>div{background:#fff;border:1px solid var(--pg-line);border-radius:15px;padding:22px;min-height:150px}.pg-series-grid strong{display:block;font-size:1.08rem;margin-bottom:8px}.pg-series-grid span{display:block;color:var(--pg-muted);font-size:.88rem;line-height:1.5}
.pg-detail-points{display:grid;grid-template-columns:repeat(4,1fr);gap:12px;margin-top:32px}.pg-detail-points>div{border-top:2px solid var(--pg-ink);padding:20px 8px 6px 0}.pg-detail-points strong{display:block;font-size:1.02rem;margin-bottom:7px}.pg-detail-points span{display:block;color:var(--pg-muted);font-size:.88rem;line-height:1.55}
.pg-detail-cta{background:var(--pg-red);color:#fff;padding:65px 0!important}.pg-detail-cta h2{color:#fff;margin:4px 0 10px}.pg-detail-cta p{color:rgba(255,255,255,.83);max-width:760px}
.pg-tech-depth{padding-top:54px!important;padding-bottom:54px!important}.pg-tech-depth-card{border:1px solid var(--pg-line);background:#fff;border-radius:20px;padding:30px 32px!important;display:flex;align-items:center;justify-content:space-between;gap:36px}.pg-tech-depth-card h2{margin:4px 0 8px;font-size:clamp(1.8rem,3vw,2.7rem)}.pg-tech-depth-card p:not(.pg-eyebrow){max-width:720px;color:var(--pg-muted);margin-bottom:0}
@media(max-width:950px){.pg-spec-grid{grid-template-columns:1fr}.pg-series-grid{grid-template-columns:repeat(2,1fr)}.pg-detail-points{grid-template-columns:1fr 1fr}.pg-tech-depth-card{display:block}.pg-tech-depth-card .wp-block-buttons{margin-top:20px}}
@media(max-width:620px){.pg-detail-hero{min-height:560px}.pg-detail-hero-inner{padding:88px 0 96px!important}.pg-series-grid,.pg-detail-points{grid-template-columns:1fr}.pg-detail-hero h1{font-size:clamp(2.7rem,13vw,4.2rem)}}


/* v3.4 – conversion / navigation corrections */
/* Entire linked cards are clickable while preserving visible text links. */
.pg-link-card,
.pg-proto-product-card{position:relative}
.pg-link-card > a:last-child::after,
.pg-proto-product-card .pg-product-link a::after{content:"";position:absolute;inset:0;border-radius:inherit;z-index:3}
.pg-link-card:focus-within,
.pg-proto-product-card:focus-within{outline:2px solid var(--pg-red);outline-offset:3px}
.pg-link-card > *:not(a),
.pg-proto-product-card > *{position:relative;z-index:1}
.pg-link-card > a:last-child,
.pg-proto-product-card .pg-product-link a{position:relative;z-index:4}

/* Only the Kunststoff/Kunststoff-Alu window detail page needs the shorter hero.
   PIRNAR and ROMA keep the established detail-page hero height. */
.pg-detail-hero-window{min-height:500px}
.pg-detail-hero-window .pg-detail-hero-inner{padding:78px 0 88px!important}
.pg-detail-hero-window h1{font-size:clamp(2.8rem,5.6vw,5rem);max-width:860px}
/* Remove the accidental WordPress block-gap below the header on this page. */
.wp-site-blocks > .wp-block-template-part:first-child + .pg-detail-hero-window{margin-block-start:0!important}
@media(max-width:620px){.pg-detail-hero-window{min-height:480px}.pg-detail-hero-window .pg-detail-hero-inner{padding:66px 0 72px!important}.pg-detail-hero-window h1{font-size:clamp(2.55rem,12vw,3.9rem)}}

/* v3.5 – orientation / legal-page readability */
.pg-breadcrumb-bar{background:#fff;border-bottom:1px solid #ececee;margin:0!important}
.pg-breadcrumbs{width:min(1220px,calc(100% - 40px));min-height:42px;margin:0 auto;display:flex;align-items:center;gap:8px;flex-wrap:wrap;font-size:.78rem;line-height:1.3;color:#7a7a80}
.pg-breadcrumbs a{color:#555;text-decoration:none;font-weight:650}
.pg-breadcrumbs a:hover{color:var(--pg-red)}
.pg-breadcrumbs .pg-bc-sep{color:#b2b2b6;font-weight:400}
.pg-breadcrumbs .pg-bc-current{color:#202024;font-weight:750}
@media(max-width:620px){.pg-breadcrumbs{width:min(100% - 30px,1220px);min-height:38px;font-size:.73rem;gap:6px}.pg-breadcrumbs .pg-bc-home-label{display:none}}

.pg-privacy-page{padding:72px 0 100px!important;margin:0!important;background:#fff}
.pg-privacy-shell{width:min(1220px,calc(100% - 40px));margin-inline:auto}
.pg-privacy-shell > .wp-block-post-title{max-width:1050px!important;margin-left:auto!important;margin-right:auto!important;margin-bottom:34px!important}
.pg-privacy-content{max-width:1050px!important;margin-left:auto!important;margin-right:auto!important}
.pg-privacy-content > *:not(.alignwide):not(.alignfull){max-width:1050px!important}
.pg-privacy-content p,.pg-privacy-content li{line-height:1.72}
@media(max-width:620px){.pg-privacy-page{padding:52px 0 72px!important}.pg-privacy-shell{width:min(100% - 30px,1220px)}}
/* Keep header and breadcrumb physically connected; no accidental block-gap. */
.pg-site-header + .pg-breadcrumb-bar,
.pg-site-header + .wp-block-shortcode,
.wp-block-template-part .pg-site-header + .pg-breadcrumb-bar,
.wp-block-template-part .pg-site-header + .wp-block-shortcode{margin-block-start:0!important}


/* v3.6 – larger click targets / legal width / address line handling */
/* Navigation cards with one clear destination use the whole card as the click target. */
.pg-proto-choice,
.pg-proto-audience,
.pg-job-card{position:relative}
.pg-proto-choice p:last-child a::after,
.pg-proto-audience .wp-block-button__link::after,
.pg-job-card > a:last-child::after{content:"";position:absolute;inset:0;border-radius:inherit;z-index:3}
.pg-proto-choice p:last-child a,
.pg-proto-audience .wp-block-button__link,
.pg-job-card > a:last-child,
.pg-link-card > a:last-child,
.pg-proto-product-card .pg-product-link a{position:static!important;z-index:auto!important}
/* The product-card link paragraph was positioned in an earlier rule; reset it so the
   stretched pseudo element uses the card itself as its containing block. */
.pg-proto-product-card .pg-product-link{position:static!important}
.pg-proto-choice:has(a),
.pg-proto-audience:has(a),
.pg-link-card:has(> a),
.pg-proto-product-card:has(a),
.pg-job-card:has(> a){cursor:pointer}
.pg-proto-choice:focus-within,
.pg-proto-audience:focus-within,
.pg-job-card:focus-within{outline:2px solid var(--pg-red);outline-offset:3px}

/* Legal texts stay narrower than marketing pages for readability, but share one consistent width. */
.pg-legal{max-width:1050px}

/* Keep postal code + locality together in large address headlines. */
.pg-nowrap{white-space:nowrap}


/* ---------- v3.7: Sunshield as strategic Sonnenschutz system world ---------- */
.pg-sun-system-card.pg-card-link{
  color:inherit;text-decoration:none;position:relative;cursor:pointer;
}
.pg-sun-system-card.pg-card-link:after{
  content:"→";position:absolute;right:22px;top:20px;color:var(--pg-red);font-weight:900;font-size:1.05rem;
}
.pg-sun-system-card.pg-card-link:hover{box-shadow:0 12px 30px rgba(18,18,20,.08);border-color:rgba(215,25,32,.42)}
.pg-sun-system-card.pg-sunshield-card{
  background:linear-gradient(145deg,#171719 0%,#242427 100%);border-color:#171719;
}
.pg-sun-system-card.pg-sunshield-card strong{color:#fff}
.pg-sun-system-card.pg-sunshield-card span{color:#c7c7ca;max-width:88%}
.pg-sun-system-card.pg-sunshield-card:after{color:#fff}
.pg-sunshield-highlight{background:var(--pg-paper)}
.pg-sunshield-highlight-card{
  border-radius:24px;background:var(--pg-ink);color:#fff;padding:44px 48px!important;display:grid;grid-template-columns:minmax(0,1.4fr) minmax(280px,.6fr);gap:42px;align-items:center;overflow:hidden;position:relative;
}
.pg-sunshield-highlight-card:before{content:"";position:absolute;width:280px;height:280px;border:1px solid rgba(255,255,255,.11);border-radius:50%;right:-90px;top:-120px}
.pg-sunshield-highlight-card h2{color:#fff;margin:5px 0 14px;font-size:clamp(2.1rem,4vw,3.8rem);line-height:.98}
.pg-sunshield-highlight-card p:not(.pg-eyebrow){color:#c5c5c8;max-width:760px}
.pg-sunshield-highlight-card .pg-eyebrow{color:#ff6c70}
.pg-sunshield-highlight-points{display:grid;gap:9px}
.pg-sunshield-highlight-points span{display:block;border-top:1px solid rgba(255,255,255,.16);padding-top:10px;color:#eee;font-weight:700;font-size:.92rem}
.pg-sunshield-page-hero{background-image:linear-gradient(90deg,rgba(17,17,19,.93) 0%,rgba(17,17,19,.76) 42%,rgba(17,17,19,.30) 70%,rgba(17,17,19,.12) 100%),url('assets/images/product-sonnenschutz.avif');background-size:cover;background-position:center}
.pg-sunshield-app-grid{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:14px}
.pg-sunshield-app{border:1px solid var(--pg-line);border-radius:18px;padding:26px;background:#fff;min-height:190px}
.pg-sunshield-app strong{display:block;font-size:1.15rem;margin-bottom:9px;color:var(--pg-ink)}
.pg-sunshield-app span{display:block;color:var(--pg-muted);line-height:1.55;font-size:.94rem}
.pg-sunshield-material{background:var(--pg-paper)}
@media(max-width:950px){.pg-sunshield-highlight-card{grid-template-columns:1fr}.pg-sunshield-app-grid{grid-template-columns:1fr 1fr}}
@media(max-width:620px){.pg-sunshield-highlight-card{padding:30px 24px!important}.pg-sunshield-app-grid{grid-template-columns:1fr}}

/* ---------- v3.8: Sonnenschutz complete vertical product strand ---------- */
.pg-sun-family-hero{min-height:540px}
.pg-sun-family-hero .pg-detail-hero-inner{padding:88px 0 96px!important}
.pg-sun-family-hero h1{font-size:clamp(2.9rem,5.8vw,5.25rem);max-width:940px}
.pg-sun-detail-hero{min-height:500px}
.pg-sun-detail-hero .pg-detail-hero-inner{padding:78px 0 86px!important}
.pg-sun-detail-hero h1{font-size:clamp(2.8rem,5.4vw,4.9rem);max-width:900px}

.pg-sun-subsystem-grid{
  display:grid;
  grid-template-columns:repeat(3,minmax(0,1fr));
  gap:14px;
  margin-top:32px;
}
.pg-sun-subsystem-card{
  position:relative;
  display:flex;
  flex-direction:column;
  min-height:185px;
  padding:27px 48px 25px 27px;
  border:1px solid var(--pg-line);
  border-radius:18px;
  background:#fff;
  color:inherit;
  text-decoration:none;
  transition:transform .18s ease,border-color .18s ease,box-shadow .18s ease;
}
.pg-sun-subsystem-card strong{font-size:1.18rem;line-height:1.18;color:var(--pg-ink);margin-top:auto;margin-bottom:10px}
.pg-sun-subsystem-card span{display:block;color:var(--pg-muted);font-size:.93rem;line-height:1.55}
.pg-sun-subsystem-card.pg-card-link:after{
  content:"→";position:absolute;right:22px;top:20px;color:var(--pg-red);font-weight:900
}
.pg-sun-subsystem-card.pg-card-link:hover{
  transform:translateY(-2px);border-color:rgba(215,25,32,.40);box-shadow:0 15px 36px rgba(18,18,20,.065)
}
.pg-sun-subsystem-card.pg-card-link:focus-visible{outline:2px solid var(--pg-red);outline-offset:3px}
.pg-sun-single-card{grid-template-columns:minmax(0,520px)}

.pg-sun-service-links{background:#fff}
.pg-service-cross-grid{
  display:grid;
  grid-template-columns:repeat(4,minmax(0,1fr));
  gap:12px;
  margin-top:30px;
}
.pg-service-cross-card{
  position:relative;
  min-height:155px;
  border:1px solid var(--pg-line);
  border-radius:17px;
  padding:24px 46px 22px 24px;
  display:flex;
  flex-direction:column;
  justify-content:flex-end;
  background:var(--pg-paper);
  color:inherit;
  text-decoration:none;
  transition:.18s ease;
}
.pg-service-cross-card strong{font-size:1.05rem;line-height:1.2;color:var(--pg-ink);margin-bottom:8px}
.pg-service-cross-card span{font-size:.88rem;line-height:1.5;color:var(--pg-muted)}
.pg-service-cross-card:after{content:"→";position:absolute;top:18px;right:20px;color:var(--pg-red);font-weight:900}
.pg-service-cross-card:hover{transform:translateY(-2px);border-color:rgba(215,25,32,.40);background:#fff;box-shadow:0 12px 28px rgba(18,18,20,.06)}
.pg-service-cross-card:focus-visible{outline:2px solid var(--pg-red);outline-offset:3px}

.pg-sun-detail-points{
  display:grid;
  grid-template-columns:repeat(4,minmax(0,1fr));
  gap:12px;
  margin-top:32px;
}
.pg-sun-detail-points>div{
  min-height:220px;
  border:1px solid var(--pg-line);
  border-radius:18px;
  background:#fff;
  padding:25px;
  display:flex;
  flex-direction:column;
}
.pg-sun-detail-points>div>span{font-size:.78rem;letter-spacing:.1em;color:var(--pg-red);font-weight:900;margin-bottom:auto}
.pg-sun-detail-points h3{font-size:1.15rem;margin:30px 0 8px}
.pg-sun-detail-points p{margin:0;color:var(--pg-muted);font-size:.92rem;line-height:1.55}

.pg-lamella-grid{
  display:grid;
  grid-template-columns:repeat(3,minmax(0,1fr));
  gap:12px;
  margin-top:32px;
}
.pg-lamella-card{
  min-height:205px;
  border:1px solid var(--pg-line);
  border-radius:18px;
  padding:25px;
  background:#fff;
  display:flex;
  flex-direction:column;
}
.pg-lamella-card>span{font-size:.73rem;letter-spacing:.12em;font-weight:900;color:var(--pg-red);margin-bottom:auto}
.pg-lamella-card strong{font-size:1.28rem;color:var(--pg-ink);margin:28px 0 8px}
.pg-lamella-card p{margin:0;color:var(--pg-muted);font-size:.91rem;line-height:1.55}
.pg-sun-lamella-section{background:#fff}

.pg-spec-card.pg-card-link{display:block;color:inherit;text-decoration:none;position:relative;transition:.18s ease}
.pg-spec-card.pg-card-link:after{content:"→";position:absolute;right:22px;top:20px;color:var(--pg-red);font-weight:900}
.pg-spec-card.pg-card-link:hover{transform:translateY(-2px);border-color:rgba(215,25,32,.4);box-shadow:0 14px 34px rgba(18,18,20,.065)}

@media(max-width:950px){
  .pg-sun-subsystem-grid{grid-template-columns:1fr 1fr}
  .pg-service-cross-grid{grid-template-columns:1fr 1fr}
  .pg-sun-detail-points{grid-template-columns:1fr 1fr}
  .pg-lamella-grid{grid-template-columns:1fr 1fr}
}
@media(max-width:620px){
  .pg-sun-family-hero,.pg-sun-detail-hero{min-height:480px}
  .pg-sun-family-hero .pg-detail-hero-inner,.pg-sun-detail-hero .pg-detail-hero-inner{padding:66px 0 72px!important}
  .pg-sun-subsystem-grid,.pg-service-cross-grid,.pg-sun-detail-points,.pg-lamella-grid{grid-template-columns:1fr}
  .pg-sun-subsystem-card{min-height:160px}
  .pg-service-cross-card{min-height:140px}
  .pg-sun-detail-points>div{min-height:180px}
}

/* Remove the default block gap before Sonnenschutz product heroes, like on the other product pages. */
.wp-site-blocks > .wp-block-template-part:first-child + .pg-sun-family-hero,
.wp-site-blocks > .wp-block-template-part:first-child + .pg-sun-detail-hero,
.wp-site-blocks > .wp-block-template-part:first-child + .pg-sunshield-page-hero{margin-block-start:0!important}



/* ---------- v3.9: Insektenschutz & Innenplissees complete vertical strand ---------- */
.pg-ins-family-hero,.pg-ins-detail-hero{background-image:url('assets/images/service-insektenschutz.avif');background-size:cover;background-position:center}
.pg-plissee-family-hero,.pg-plissee-detail-hero{background-image:url('assets/images/product-zubehoer.avif');background-size:cover;background-position:center}
.pg-ins-family-hero,.pg-plissee-family-hero{min-height:540px}
.pg-ins-detail-hero,.pg-plissee-detail-hero{min-height:500px}
.pg-ins-family-hero .pg-detail-hero-inner,.pg-plissee-family-hero .pg-detail-hero-inner{padding:88px 0 96px!important}
.pg-ins-detail-hero .pg-detail-hero-inner,.pg-plissee-detail-hero .pg-detail-hero-inner{padding:78px 0 86px!important}
.pg-ins-family-hero h1,.pg-plissee-family-hero h1{font-size:clamp(2.9rem,5.8vw,5.25rem);max-width:940px}
.pg-ins-detail-hero h1,.pg-plissee-detail-hero h1{font-size:clamp(2.8rem,5.4vw,4.9rem);max-width:900px}
.pg-accessory-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:14px;margin-top:32px}
.pg-accessory-card{position:relative;display:flex;flex-direction:column;min-height:190px;padding:27px 48px 25px 27px;border:1px solid var(--pg-line);border-radius:18px;background:#fff;color:inherit;text-decoration:none;transition:.18s ease}
.pg-accessory-card strong{font-size:1.18rem;line-height:1.2;color:var(--pg-ink);margin-top:auto;margin-bottom:10px}
.pg-accessory-card span{display:block;color:var(--pg-muted);font-size:.93rem;line-height:1.55}
.pg-accessory-card.pg-card-link:after{content:'→';position:absolute;right:22px;top:20px;color:var(--pg-red);font-weight:900}
.pg-accessory-card.pg-card-link:hover{transform:translateY(-2px);border-color:rgba(215,25,32,.4);box-shadow:0 15px 36px rgba(18,18,20,.065)}
.pg-accessory-card.pg-card-link:focus-visible{outline:2px solid var(--pg-red);outline-offset:3px}
.pg-service-conversion{padding:92px 0;background:var(--pg-red);color:#fff}
.pg-service-conversion .pg-eyebrow{color:#fff}
.pg-service-conversion h2{color:#fff;font-size:clamp(2rem,4vw,3.5rem);max-width:820px;margin:8px 0 30px}
.pg-conversion-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:12px;max-width:920px}
.pg-conversion-card{position:relative;display:flex;flex-direction:column;background:#fff;color:var(--pg-ink);text-decoration:none;border-radius:15px;padding:19px 46px 18px 20px;min-height:84px}
.pg-conversion-card:after{content:'→';position:absolute;right:20px;top:50%;transform:translateY(-50%);color:var(--pg-red);font-weight:900}
.pg-conversion-card strong{font-size:1.02rem;margin-bottom:5px}.pg-conversion-card span{font-size:.9rem;color:var(--pg-muted)}
.pg-conversion-card:hover{box-shadow:0 13px 30px rgba(0,0,0,.12);transform:translateY(-1px)}
.wp-site-blocks > .wp-block-template-part:first-child + .pg-ins-family-hero,
.wp-site-blocks > .wp-block-template-part:first-child + .pg-ins-detail-hero,
.wp-site-blocks > .wp-block-template-part:first-child + .pg-plissee-family-hero,
.wp-site-blocks > .wp-block-template-part:first-child + .pg-plissee-detail-hero{margin-block-start:0!important}
@media(max-width:950px){.pg-accessory-grid{grid-template-columns:1fr 1fr}.pg-conversion-grid{grid-template-columns:1fr 1fr}}
@media(max-width:620px){.pg-ins-family-hero,.pg-plissee-family-hero,.pg-ins-detail-hero,.pg-plissee-detail-hero{min-height:480px}.pg-ins-family-hero .pg-detail-hero-inner,.pg-plissee-family-hero .pg-detail-hero-inner,.pg-ins-detail-hero .pg-detail-hero-inner,.pg-plissee-detail-hero .pg-detail-hero-inner{padding:66px 0 72px!important}.pg-accessory-grid,.pg-conversion-grid{grid-template-columns:1fr}.pg-accessory-card{min-height:160px}.pg-service-conversion{padding:70px 0}}


/* ---------- v3.10: feature pills + WAREMA manufacturer depth ---------- */
.pg-manufacturer-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:14px;margin-top:30px}
.pg-manufacturer-card{position:relative;display:flex;flex-direction:column;min-height:210px;padding:30px 54px 28px 30px;border:1px solid var(--pg-line);border-radius:20px;background:#fff;color:inherit;text-decoration:none;transition:transform .18s ease,border-color .18s ease,box-shadow .18s ease}
.pg-manufacturer-card strong{display:block;font-size:1.45rem;line-height:1.15;color:var(--pg-ink);margin-top:auto;margin-bottom:10px}
.pg-manufacturer-card span{display:block;color:var(--pg-muted);line-height:1.55;font-size:.96rem}
.pg-manufacturer-card:after{content:"→";position:absolute;right:24px;top:22px;color:var(--pg-red);font-weight:900}
.pg-manufacturer-card:hover{transform:translateY(-2px);border-color:rgba(215,25,32,.4);box-shadow:0 15px 36px rgba(18,18,20,.065)}
.pg-manufacturer-card.pg-manufacturer-featured{background:var(--pg-ink);border-color:var(--pg-ink)}
.pg-manufacturer-card.pg-manufacturer-featured strong{color:#fff}
.pg-manufacturer-card.pg-manufacturer-featured span{color:#c7c7ca}
.pg-manufacturer-card.pg-manufacturer-featured:after{color:#fff}
.pg-warema-hero{background-image:linear-gradient(90deg,rgba(17,17,19,.94) 0%,rgba(17,17,19,.78) 45%,rgba(17,17,19,.35) 75%,rgba(17,17,19,.18) 100%),url('assets/images/product-sonnenschutz.avif');background-size:cover;background-position:center}
.pg-warema-focus-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:14px;margin-top:32px}
.pg-warema-focus-card{border:1px solid var(--pg-line);border-radius:18px;padding:28px;background:#fff;min-height:220px}
.pg-warema-focus-card strong{display:block;font-size:1.2rem;margin-bottom:10px;color:var(--pg-ink)}
.pg-warema-focus-card span{display:block;color:var(--pg-muted);line-height:1.55}
@media(max-width:800px){.pg-manufacturer-grid,.pg-warema-focus-grid{grid-template-columns:1fr}}


/* ---------- v4.0: Service vertical strand + interactive Anfahrt ---------- */
.pg-service-hero{min-height:610px}
.pg-service-hero .pg-page-hero-inner{padding-bottom:72px}
.pg-service-hero-facts{display:flex;flex-wrap:wrap;gap:18px;margin-top:24px;color:#fff;font-size:.82rem;font-weight:750}
.pg-service-hero-facts span:before{content:"•";color:var(--pg-red);margin-right:7px}
.pg-service-fastbar{background:#fff;border-bottom:1px solid var(--pg-line);padding:20px 0;margin:0!important}
.pg-service-fastgrid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr)) auto;gap:10px;align-items:stretch}
.pg-service-fastgrid>div{border:1px solid var(--pg-line);border-radius:14px;padding:14px 16px;background:var(--pg-paper)}
.pg-service-fastgrid strong,.pg-service-fastgrid span{display:block}.pg-service-fastgrid strong{font-size:.9rem}.pg-service-fastgrid span{font-size:.78rem;color:var(--pg-muted);margin-top:3px}
.pg-service-fastgrid>a{display:flex;align-items:center;justify-content:center;border-radius:14px;padding:14px 22px;background:var(--pg-red);color:#fff;text-decoration:none;font-weight:850;white-space:nowrap}
.pg-service-symptom-grid{margin-top:42px}.pg-service-info-card{min-height:210px}.pg-service-info-card:hover{transform:none;border-color:var(--pg-line)}
.pg-faq-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:14px;margin-top:36px}.pg-faq-card{border:1px solid var(--pg-line);border-radius:18px;padding:26px;background:#fff}.pg-faq-card h3{font-size:1.08rem;margin:0 0 10px}.pg-faq-card p{margin:0;color:var(--pg-muted);line-height:1.6;font-size:.94rem}
.pg-related-service-grid{grid-template-columns:repeat(3,minmax(0,1fr))}.pg-service-cta-actions{display:flex;gap:10px;flex-wrap:wrap;justify-content:flex-end}.pg-html-btn-outline-light{border:1px solid rgba(255,255,255,.65);color:#fff!important;background:transparent}
.pg-choice-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:16px;margin-top:34px}.pg-choice-card{position:relative;display:flex;flex-direction:column;min-height:260px;border-radius:22px;border:1px solid var(--pg-line);padding:30px;background:#fff;color:inherit;text-decoration:none}.pg-choice-card strong{font-size:1.55rem;margin-bottom:12px}.pg-choice-card span{color:var(--pg-muted);line-height:1.6;max-width:520px}.pg-choice-card em{font-style:normal;font-weight:850;margin-top:auto;padding-top:28px}.pg-choice-card:hover{border-color:rgba(215,25,32,.42);box-shadow:0 12px 32px rgba(18,18,20,.07)}
.pg-map-section{padding:82px 0;background:#fff;margin:0!important}.pg-map-head{display:grid;grid-template-columns:1fr 1fr;gap:60px;align-items:end;margin-bottom:28px}.pg-map-head h2{margin:4px 0 0}.pg-map-head>p{color:var(--pg-muted);line-height:1.65;max-width:560px;margin:0 0 5px}.pg-map-frame{border:1px solid var(--pg-line);border-radius:22px;overflow:hidden;background:var(--pg-paper);box-shadow:0 16px 44px rgba(18,18,20,.08)}.pg-map-frame iframe{display:block;width:100%;height:470px;border:0}.pg-map-actions{display:flex;flex-wrap:wrap;gap:10px;margin-top:18px}.pg-map-action{appearance:none;border:1px solid var(--pg-line);background:#fff;color:var(--pg-ink);border-radius:999px;padding:11px 17px;font:inherit;font-size:.86rem;font-weight:800;text-decoration:none;cursor:pointer}.pg-map-action:hover{border-color:var(--pg-red);color:var(--pg-red)}.pg-map-action-primary{background:var(--pg-red);border-color:var(--pg-red);color:#fff}.pg-map-action-primary:hover{background:var(--pg-red-dark);color:#fff}.pg-map-attribution{font-size:.72rem;color:#8a8a8e;margin:10px 0 0}
@media(max-width:950px){.pg-service-fastgrid{grid-template-columns:1fr 1fr}.pg-service-fastgrid>a{grid-column:1/-1}.pg-faq-grid,.pg-related-service-grid{grid-template-columns:1fr}.pg-map-head{grid-template-columns:1fr;gap:10px}.pg-choice-grid{grid-template-columns:1fr}}
@media(max-width:620px){.pg-service-hero{min-height:560px}.pg-service-fastgrid{grid-template-columns:1fr}.pg-service-fastgrid>a{grid-column:auto}.pg-service-hero-facts{gap:10px 16px}.pg-service-cta-actions{justify-content:flex-start}.pg-map-section{padding:58px 0}.pg-map-frame iframe{height:390px}.pg-map-action{width:100%;text-align:center}.pg-choice-card{min-height:220px}}


/* ---------- v4.1 Fenster vertical completion ---------- */
.pg-window-world-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:14px;margin-top:38px}
.pg-window-world-card,.pg-window-architecture-card,.pg-window-system-card{position:relative;display:flex;flex-direction:column;text-decoration:none!important;border:1px solid var(--pg-line);background:#fff;color:var(--pg-ink)!important;border-radius:20px;padding:28px;transition:transform var(--pg-transition),border-color var(--pg-transition),box-shadow var(--pg-transition)}
.pg-window-world-card{min-height:265px}.pg-window-world-card span,.pg-window-system-card>span{font-weight:850;color:var(--pg-red);font-size:.82rem;letter-spacing:.08em}.pg-window-world-card strong{font-size:1.45rem;line-height:1.1;margin-top:auto}.pg-window-world-card p{color:var(--pg-muted);line-height:1.55;margin:12px 0}.pg-window-world-card small{font-weight:700;color:#555}
.pg-window-world-card:hover,.pg-window-architecture-card:hover,.pg-window-system-card:hover{transform:translateY(-3px);border-color:rgba(215,25,32,.4);box-shadow:0 18px 50px rgba(18,18,20,.08)}
.pg-window-architecture-grid{display:grid;grid-template-columns:repeat(2,1fr);gap:14px;margin-top:38px}.pg-window-architecture-card{min-height:190px;justify-content:flex-end}.pg-window-architecture-card strong{font-size:1.45rem}.pg-window-architecture-card span{color:var(--pg-muted);line-height:1.6;margin-top:12px}
.pg-window-system-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:14px;margin-top:36px}.pg-window-system-grid-2{grid-template-columns:repeat(2,1fr)}.pg-window-system-card{min-height:290px}.pg-window-system-card strong{font-size:1.5rem;margin:20px 0 8px}.pg-window-system-card p{color:var(--pg-muted);line-height:1.58}.pg-window-system-card small{margin-top:auto;padding-top:18px;border-top:1px solid var(--pg-line);font-weight:700;line-height:1.5;color:#555}.pg-window-system-featured{background:var(--pg-ink);border-color:var(--pg-ink);color:#fff!important}.pg-window-system-featured strong{color:#fff}.pg-window-system-featured p,.pg-window-system-featured small{color:#c9c9cd}.pg-window-system-featured small{border-color:rgba(255,255,255,.15)}
.pg-window-family-hero{min-height:560px}.pg-window-family-hero .pg-detail-hero-inner{padding:88px 0 96px!important}.pg-window-system-detail{min-height:500px}.pg-window-system-detail .pg-detail-hero-inner{padding:76px 0 84px!important}
.pg-window-slide-hero{background-image:linear-gradient(90deg,rgba(10,10,12,.82),rgba(10,10,12,.35)),url('assets/images/hst-grossverglasung.avif');background-size:cover;background-position:center;min-height:570px}.pg-window-slide-hero:before{display:none}.pg-window-slide-hero .pg-detail-hero-inner{padding:88px 0 96px!important}
.pg-window-minimal-hero,.pg-window-partition-hero,.pg-window-facade-hero{min-height:520px}.pg-window-minimal-hero .pg-detail-hero-inner,.pg-window-partition-hero .pg-detail-hero-inner,.pg-window-facade-hero .pg-detail-hero-inner{padding:82px 0 90px!important}
@media(max-width:1050px){.pg-window-world-grid{grid-template-columns:repeat(2,1fr)}.pg-window-system-grid{grid-template-columns:1fr 1fr}}
@media(max-width:700px){.pg-window-world-grid,.pg-window-architecture-grid,.pg-window-system-grid,.pg-window-system-grid-2{grid-template-columns:1fr}.pg-window-world-card{min-height:210px}.pg-window-system-card{min-height:230px}.pg-window-family-hero,.pg-window-slide-hero,.pg-window-minimal-hero,.pg-window-partition-hero,.pg-window-facade-hero{min-height:480px}.pg-window-family-hero .pg-detail-hero-inner,.pg-window-slide-hero .pg-detail-hero-inner,.pg-window-minimal-hero .pg-detail-hero-inner,.pg-window-partition-hero .pg-detail-hero-inner,.pg-window-facade-hero .pg-detail-hero-inner,.pg-window-system-detail .pg-detail-hero-inner{padding:66px 0 72px!important}}

/* ---------- v4.2 Fenster: complete vertical product strand ---------- */
.pg-window-architecture-grid{grid-template-columns:repeat(3,minmax(0,1fr))}
.pg-window-roof-hero{
  min-height:560px;
  background-image:linear-gradient(90deg,rgba(10,10,12,.86),rgba(10,10,12,.38)),url('assets/images/service-dachfenster.avif');
  background-size:cover;background-position:center;
}
.pg-window-roof-hero:before{display:none}
.pg-window-roof-hero .pg-detail-hero-inner{padding:88px 0 96px!important}
.pg-service-cross-grid-5{grid-template-columns:repeat(5,minmax(0,1fr))}
@media(max-width:1100px){
  .pg-window-architecture-grid{grid-template-columns:repeat(2,minmax(0,1fr))}
  .pg-service-cross-grid-5{grid-template-columns:repeat(3,minmax(0,1fr))}
}
@media(max-width:760px){
  .pg-window-architecture-grid,.pg-service-cross-grid-5{grid-template-columns:1fr}
  .pg-window-roof-hero{min-height:480px}
  .pg-window-roof-hero .pg-detail-hero-inner{padding:66px 0 72px!important}
}


/* ---------- v4.5 Haustüren: visual product depth ---------- */
.pg-visual-product-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:16px;margin-top:36px}.pg-visual-product-grid-4{grid-template-columns:repeat(4,minmax(0,1fr))}.pg-visual-product-card{display:flex;flex-direction:column;overflow:hidden;border:1px solid var(--pg-line);border-radius:20px;background:#fff;color:var(--pg-ink)!important;text-decoration:none!important;min-height:470px;transition:transform var(--pg-transition),box-shadow var(--pg-transition),border-color var(--pg-transition)}.pg-visual-product-card img{width:100%;height:250px;object-fit:cover;background:#eee}.pg-visual-product-card span,.pg-visual-product-card strong,.pg-visual-product-card p{margin-left:22px;margin-right:22px}.pg-visual-product-card span{margin-top:20px;color:var(--pg-red);font-size:.76rem;font-weight:850;letter-spacing:.06em;text-transform:uppercase}.pg-visual-product-card strong{font-size:1.45rem;line-height:1.1;margin-top:6px}.pg-visual-product-card p{color:var(--pg-muted);line-height:1.55;margin-bottom:24px}.pg-visual-product-card:hover{transform:translateY(-4px);border-color:rgba(215,25,32,.35);box-shadow:0 18px 50px rgba(18,18,20,.09)}
.pg-door-series-preview,.pg-door-series-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:16px;margin-top:38px}.pg-door-series-preview>a,.pg-door-series-grid>a{display:grid;grid-template-columns:130px 1fr;gap:18px;align-items:center;border:1px solid var(--pg-line);border-radius:20px;padding:18px;background:#fff;color:var(--pg-ink)!important;text-decoration:none!important;min-height:175px;transition:transform var(--pg-transition),box-shadow var(--pg-transition),border-color var(--pg-transition)}.pg-door-series-preview img,.pg-door-series-grid img{width:130px;height:140px;object-fit:contain;background:#f5f4f1;border-radius:14px}.pg-door-series-preview strong,.pg-door-series-grid strong{display:block;font-size:1.25rem}.pg-door-series-preview span,.pg-door-series-grid span{display:block;color:var(--pg-red);font-weight:800;font-size:.8rem;margin-bottom:6px}.pg-door-series-preview p,.pg-door-series-grid p{color:var(--pg-muted);font-size:.92rem;line-height:1.5;margin:8px 0 0}.pg-door-series-preview>a:hover,.pg-door-series-grid>a:hover{transform:translateY(-3px);border-color:rgba(215,25,32,.35);box-shadow:0 16px 44px rgba(18,18,20,.08)}.pg-center-buttons{justify-content:center;margin-top:30px}.pg-door-family-hero,.pg-door-series-hero{min-height:540px}.pg-door-family-hero:before,.pg-door-series-hero:before{display:none}.pg-door-detail-visual{display:grid;grid-template-columns:minmax(280px,.8fr) 1.2fr;gap:52px;align-items:center}.pg-door-detail-visual>img{width:100%;max-height:580px;object-fit:contain;background:#fff;border-radius:22px;border:1px solid var(--pg-line);padding:24px}
@media(max-width:1100px){.pg-visual-product-grid-4{grid-template-columns:repeat(2,minmax(0,1fr))}.pg-door-series-preview,.pg-door-series-grid{grid-template-columns:repeat(2,minmax(0,1fr))}}
@media(max-width:760px){.pg-visual-product-grid,.pg-visual-product-grid-4,.pg-door-series-preview,.pg-door-series-grid,.pg-door-detail-visual{grid-template-columns:1fr}.pg-visual-product-card{min-height:0}.pg-door-series-preview>a,.pg-door-series-grid>a{grid-template-columns:100px 1fr;min-height:145px}.pg-door-series-preview img,.pg-door-series-grid img{width:100px;height:110px}.pg-door-family-hero,.pg-door-series-hero{min-height:480px}}


/* ---------- v4.6 Outdoor: complete product strand ---------- */
.pg-outdoor-signature-grid{display:grid;grid-template-columns:repeat(5,minmax(0,1fr));gap:14px;margin-top:38px}.pg-outdoor-signature-grid>a{display:flex;flex-direction:column;min-height:250px;border:1px solid rgba(255,255,255,.18);border-radius:20px;padding:24px;text-decoration:none!important;color:#fff!important;background:rgba(255,255,255,.04)}.pg-outdoor-signature-grid strong{font-size:1.35rem;margin-top:auto}.pg-outdoor-signature-grid span{color:#c7c7ca;font-size:.9rem;margin-top:6px;line-height:1.45}.pg-outdoor-signature-light>a{background:#fff;border-color:var(--pg-line);color:var(--pg-ink)!important}.pg-outdoor-signature-light span{color:var(--pg-muted)}
.pg-roof-symbol{position:relative;display:block;width:100%;height:90px;border:2px solid currentColor;border-top-width:8px;border-radius:8px;color:var(--pg-red);overflow:hidden}.pg-roof-symbol:after,.pg-roof-symbol:before{content:"";position:absolute}.pg-roof-louver:after{inset:15px 10px;background:repeating-linear-gradient(90deg,currentColor 0 5px,transparent 5px 15px);transform:skewX(-8deg);opacity:.9}.pg-roof-glass:after{inset:12px;background:linear-gradient(135deg,transparent 0 42%,currentColor 43% 45%,transparent 46% 100%);border:1px solid currentColor;opacity:.55}.pg-roof-textile:after{left:10px;right:10px;top:18px;height:35px;background:repeating-linear-gradient(0deg,currentColor 0 3px,transparent 3px 8px);clip-path:polygon(0 0,100% 0,88% 100%,12% 100%);opacity:.8}.pg-roof-open:before{left:10px;width:46%;top:18px;bottom:14px;background:repeating-linear-gradient(90deg,currentColor 0 5px,transparent 5px 14px);transform:skewX(-8deg)}.pg-roof-open:after{right:9px;width:38%;top:18px;bottom:14px;border:1px dashed currentColor;opacity:.35}.pg-outdoor-detail-hero,.pg-lamaxa-hero{min-height:520px}.pg-lamaxa-hero{background:linear-gradient(135deg,#151517,#29292d)}.pg-lamaxa-hero:before{display:none}.pg-lamaxa-hero-symbol{max-width:250px;margin:0 0 24px}.pg-lamaxa-visual{display:grid;grid-template-columns:320px 1fr;gap:44px;align-items:center;margin-top:36px;border:1px solid var(--pg-line);border-radius:22px;background:#fff;padding:34px}.pg-lamaxa-visual .pg-roof-symbol{height:150px}.pg-lamaxa-visual strong{display:block;font-size:2rem}.pg-lamaxa-visual span{display:block;color:var(--pg-muted);margin-top:8px;font-size:1.05rem}
@media(max-width:1050px){.pg-outdoor-signature-grid{grid-template-columns:repeat(3,minmax(0,1fr))}}@media(max-width:760px){.pg-outdoor-signature-grid{grid-template-columns:1fr}.pg-outdoor-signature-grid>a{min-height:210px}.pg-lamaxa-visual{grid-template-columns:1fr}.pg-outdoor-detail-hero,.pg-lamaxa-hero{min-height:470px}}


/* ---------- v4.7 Garagentore: complete visual product strand ---------- */
.pg-gate-grid .pg-visual-product-card{min-height:455px}.pg-gate-symbol-card{padding-top:0}.pg-gate-symbol-card .pg-gate-symbol{margin:0;width:100%;height:250px;border-radius:0;background:linear-gradient(180deg,#e8e8e8,#fafafa);position:relative;overflow:hidden}.pg-gate-symbol i{position:absolute;display:block}.pg-gate-wing i{top:30px;bottom:24px;width:42%;border:5px solid #3c3c40;background:linear-gradient(135deg,#ddd,#fff)}.pg-gate-wing i:first-child{left:7%;transform:perspective(400px) rotateY(16deg);transform-origin:left}.pg-gate-wing i:last-child{right:7%;transform:perspective(400px) rotateY(-16deg);transform-origin:right}.pg-gate-slide:before{content:"";position:absolute;left:8%;right:8%;top:28px;height:8px;background:#3c3c40;border-radius:6px}.pg-gate-slide i{top:48px;bottom:25px;width:27%;background:repeating-linear-gradient(0deg,#d6d6d8 0 14px,#b8b8bb 14px 17px);border:3px solid #3c3c40}.pg-gate-slide i:nth-child(1){left:10%}.pg-gate-slide i:nth-child(2){left:36.5%}.pg-gate-slide i:nth-child(3){left:63%}.pg-gate-series-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:14px;margin-top:34px}.pg-gate-series-grid>a{display:flex;flex-direction:column;min-height:260px;border:1px solid rgba(255,255,255,.17);border-radius:20px;padding:28px;color:#fff!important;text-decoration:none!important;background:rgba(255,255,255,.04)}.pg-gate-series-grid strong{font-size:1.65rem}.pg-gate-series-grid span{color:#ff8d91;font-weight:800;margin:7px 0 16px}.pg-gate-series-grid p{color:#c8c8cc;line-height:1.6;margin-top:auto}.pg-gate-series-light>a{background:#fff;border-color:var(--pg-line);color:var(--pg-ink)!important}.pg-gate-series-light p{color:var(--pg-muted)}.pg-gate-series-light span{color:var(--pg-red)}.pg-gate-family-hero,.pg-gate-system-hero{min-height:520px;background-size:cover;background-position:center}.pg-gate-detail{display:grid;grid-template-columns:minmax(300px,.9fr) 1.1fr;gap:50px;align-items:center}.pg-gate-detail>img{width:100%;height:420px;object-fit:cover;border-radius:22px;border:1px solid var(--pg-line);background:#f0f0f0}.pg-copy-light{color:#c7c7ca!important}.pg-html-btn-outline-dark{border:1px solid #777!important;color:var(--pg-ink)!important;background:transparent!important}
@media(max-width:900px){.pg-gate-series-grid{grid-template-columns:1fr}.pg-gate-detail{grid-template-columns:1fr}.pg-gate-detail>img{height:340px}}


/* ---------- v4.8 Jobs & Arbeitgeber ---------- */
.pg-job-world-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:18px;margin-top:36px}.pg-job-world-card{display:grid;grid-template-columns:42% 1fr;min-height:330px;border-radius:22px;overflow:hidden;border:1px solid var(--pg-line);background:#fff;color:var(--pg-ink)!important;text-decoration:none!important}.pg-job-world-card img{width:100%;height:100%;object-fit:cover;min-height:330px}.pg-job-world-card>div{display:flex;flex-direction:column;padding:34px}.pg-job-world-card span{color:var(--pg-red);font-size:.78rem;font-weight:900;letter-spacing:.06em}.pg-job-world-card strong{font-size:1.75rem;line-height:1.1;margin:12px 0}.pg-job-world-card p{color:var(--pg-muted);line-height:1.6}.pg-job-world-card em{font-style:normal;font-weight:850;margin-top:auto}.pg-job-world-card:hover{transform:translateY(-3px);box-shadow:0 18px 48px rgba(18,18,20,.09)}.pg-job-world-service{background:var(--pg-ink);color:#fff!important;border-color:var(--pg-ink)}.pg-job-world-service strong{color:#fff}.pg-job-world-service p{color:#c7c7ca}.pg-job-steps{display:grid;grid-template-columns:repeat(3,1fr);gap:14px;margin-top:34px}.pg-job-steps article{border:1px solid rgba(255,255,255,.17);border-radius:20px;padding:28px;min-height:230px}.pg-job-steps strong{color:var(--pg-red);font-size:2.5rem}.pg-job-steps h3{color:#fff;margin:18px 0 10px}.pg-job-steps p{color:#c7c7ca;line-height:1.6}.pg-job-role-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:14px;margin-top:34px}.pg-job-role-grid article{border:1px solid var(--pg-line);border-radius:20px;padding:28px;background:#fff;min-height:215px}.pg-job-role-grid span{color:var(--pg-red);font-size:.76rem;font-weight:900;letter-spacing:.06em}.pg-job-role-grid h3{font-size:1.35rem;margin:12px 0 10px}.pg-job-role-grid p{color:var(--pg-muted);line-height:1.6;margin:0}.pg-job-detail-hero{min-height:520px;background-size:cover;background-position:center}.pg-employer-grid{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:14px;margin-top:34px}.pg-employer-grid article{border:1px solid var(--pg-line);border-radius:18px;padding:25px;background:#fff;min-height:200px}.pg-employer-grid strong{font-size:1.25rem}.pg-employer-grid p{color:var(--pg-muted);line-height:1.58}.pg-job-world-grid-dark .pg-job-world-card{background:#242427;border-color:rgba(255,255,255,.14);color:#fff!important}.pg-job-world-grid-dark .pg-job-world-card strong{color:#fff}
@media(max-width:950px){.pg-job-world-grid{grid-template-columns:1fr}.pg-employer-grid{grid-template-columns:repeat(2,1fr)}}@media(max-width:700px){.pg-job-world-card{grid-template-columns:1fr}.pg-job-world-card img{height:230px;min-height:230px}.pg-job-steps,.pg-job-role-grid,.pg-employer-grid{grid-template-columns:1fr}.pg-job-detail-hero{min-height:470px}}


/* ============================================================
   v4.9 – visual product pass
   Product pages must explain visually, not only technically.
   ============================================================ */
.pg-photo-card-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:16px;margin-top:36px}
.pg-photo-card-grid-4{grid-template-columns:repeat(4,minmax(0,1fr))}
.pg-photo-card{position:relative;display:flex;flex-direction:column;overflow:hidden;min-height:455px;border:1px solid var(--pg-line);border-radius:22px;background:#fff;color:var(--pg-ink)!important;text-decoration:none!important;transition:transform var(--pg-transition),box-shadow var(--pg-transition),border-color var(--pg-transition)}
.pg-photo-card-media{position:relative;height:238px;overflow:hidden;background:#ececea}
.pg-photo-card-media img{width:100%;height:100%;object-fit:cover;display:block;transition:transform .35s ease}
.pg-photo-card-media:after{content:"";position:absolute;inset:auto 0 0;height:45%;background:linear-gradient(180deg,transparent,rgba(0,0,0,.18));pointer-events:none}
.pg-photo-card-body{display:flex;flex:1;flex-direction:column;padding:22px 22px 25px}
.pg-photo-card-kicker{color:var(--pg-red);font-size:.75rem;font-weight:850;letter-spacing:.08em;text-transform:uppercase;margin-bottom:7px}
.pg-photo-card strong{font-size:1.42rem;line-height:1.12}
.pg-photo-card p{color:var(--pg-muted);line-height:1.55;margin:12px 0 0}
.pg-photo-card small{display:block;color:#555;font-weight:750;line-height:1.4;margin-top:auto;padding-top:15px}
.pg-photo-card:hover{transform:translateY(-4px);border-color:rgba(215,25,32,.35);box-shadow:0 18px 50px rgba(18,18,20,.09)}
.pg-photo-card:hover .pg-photo-card-media img{transform:scale(1.035)}
.pg-photo-card-featured{border-color:rgba(215,25,32,.42);box-shadow:0 15px 44px rgba(215,25,32,.08)}
.pg-photo-card-featured .pg-photo-card-kicker{font-weight:900}

.pg-product-identity{background:#fff}
.pg-product-identity-inner{display:grid;grid-template-columns:minmax(0,1.06fr) minmax(300px,.94fr);gap:46px;align-items:center}
.pg-identity-photo{position:relative;overflow:hidden;border-radius:22px;border:1px solid var(--pg-line);min-height:410px;background:#eee}
.pg-identity-photo img{width:100%;height:410px;display:block;object-fit:cover}
.pg-identity-copy h2{margin-top:4px}
.pg-identity-copy>p{color:var(--pg-muted);font-size:1.02rem;line-height:1.7;max-width:660px}
.pg-identity-tags{display:flex;flex-wrap:wrap;gap:8px;margin-top:22px}
.pg-identity-tags span{padding:8px 12px;border:1px solid var(--pg-line);border-radius:999px;background:var(--pg-paper);font-size:.84rem;font-weight:750;color:#4b4b50}
.pg-identity-signature{margin-top:26px;display:grid;grid-template-columns:150px 1fr;gap:18px;align-items:center;border-top:1px solid var(--pg-line);padding-top:20px}
.pg-signature-visual{height:92px;border:1px solid var(--pg-line);border-radius:14px;background:#f7f7f5;position:relative;overflow:hidden}
.pg-signature-visual:before,.pg-signature-visual:after{content:"";position:absolute;display:block}
.pg-signature-visual.pg-profile70:before{left:25px;top:17px;width:70px;height:58px;border:8px solid #5f6063;border-right-width:14px;background:#fff}
.pg-signature-visual.pg-profile85:before{left:20px;top:14px;width:86px;height:64px;border:8px solid #48494c;border-right-width:17px;background:#fff}
.pg-signature-visual.pg-energeto:before{left:18px;top:14px;width:88px;height:64px;border:8px solid #3a3a3d;background:linear-gradient(90deg,#fff 0 55%,#d71920 55% 63%,#fff 63%)}
.pg-signature-visual.pg-wood:before{inset:18px 26px;border:9px solid #8b684c;background:#efe4d6}
.pg-signature-visual.pg-wood-protect:before{inset:18px 26px;border:9px solid #8b684c;background:#efe4d6}.pg-signature-visual.pg-wood-protect:after{top:14px;bottom:14px;right:20px;width:8px;background:#606166;border-radius:5px}
.pg-signature-visual.pg-wood-style:before{inset:18px 24px;border:9px solid #8b684c;background:#efe4d6;clip-path:polygon(0 0,100% 0,100% 100%,15% 100%,15% 75%,0 75%)}
.pg-signature-visual.pg-aluminium:before{inset:17px 24px;border:8px solid #686a70;background:#d9dbde}
.pg-signature-visual.pg-roll-vorbau:before{left:26px;right:26px;top:16px;height:30px;border-radius:15px 15px 4px 4px;background:#555}.pg-signature-visual.pg-roll-vorbau:after{left:37px;right:37px;top:48px;bottom:12px;background:repeating-linear-gradient(0deg,#aeb0b2 0 7px,#85878a 7px 9px)}
.pg-signature-visual.pg-roll-aufsatz:before{left:20px;right:20px;top:10px;height:28px;background:#666;border-radius:3px}.pg-signature-visual.pg-roll-aufsatz:after{left:38px;right:38px;top:40px;bottom:10px;background:repeating-linear-gradient(0deg,#afb0b3 0 7px,#838589 7px 9px)}
.pg-signature-visual.pg-roll-schraeg:before{left:25px;right:25px;top:18px;bottom:14px;background:repeating-linear-gradient(-8deg,#aeb0b2 0 7px,#77797c 7px 9px);clip-path:polygon(0 22%,100% 0,100% 100%,0 100%)}
.pg-signature-visual.pg-raffstore:before{left:22px;right:22px;top:17px;bottom:13px;background:repeating-linear-gradient(0deg,transparent 0 8px,#66686b 8px 12px,transparent 12px 17px)}
.pg-signature-visual.pg-screen:before{inset:16px 28px;border:5px solid #555;background:repeating-linear-gradient(45deg,#bdbec0 0 2px,#e0e0e1 2px 5px)}
.pg-signature-visual.pg-insect-frame:before{inset:15px 27px;border:6px solid #4e5052;background:repeating-linear-gradient(45deg,rgba(90,90,90,.16) 0 1px,transparent 1px 4px)}
.pg-signature-visual.pg-insect-door:before{left:38px;top:10px;width:74px;height:72px;border:6px solid #4e5052;background:repeating-linear-gradient(45deg,rgba(90,90,90,.16) 0 1px,transparent 1px 4px)}
.pg-signature-visual.pg-insect-slide:before{left:20px;top:13px;width:64px;height:65px;border:5px solid #4e5052;background:#eceeed}.pg-signature-visual.pg-insect-slide:after{left:67px;top:13px;width:64px;height:65px;border:5px solid #686a6c;background:repeating-linear-gradient(45deg,rgba(90,90,90,.15) 0 1px,transparent 1px 4px)}
.pg-signature-visual.pg-plissee:before{inset:14px 28px;background:repeating-linear-gradient(0deg,#c9b7a0 0 4px,#eee5d7 4px 8px);clip-path:polygon(0 0,100% 0,100% 100%,0 100%)}
.pg-signature-visual.pg-honeycomb:before{inset:14px 28px;background:repeating-linear-gradient(0deg,#d5c4b1 0 3px,#f3ece4 3px 7px,#cdbba7 7px 10px,#f7f2ec 10px 14px)}
.pg-signature-copy strong{display:block;font-size:1rem;color:var(--pg-ink)}.pg-signature-copy span{display:block;margin-top:5px;color:var(--pg-muted);font-size:.9rem;line-height:1.5}

.pg-visual-architecture-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:16px;margin-top:34px}
.pg-visual-architecture-grid .pg-photo-card{min-height:420px}.pg-visual-architecture-grid .pg-photo-card-media{height:220px}

.pg-sun-visual-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:16px;margin-top:32px}
.pg-sun-visual-grid .pg-photo-card{min-height:430px}
.pg-insect-visual-grid,.pg-plissee-visual-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:16px;margin-top:32px}
.pg-insect-visual-grid .pg-photo-card,.pg-plissee-visual-grid .pg-photo-card{min-height:440px}
.pg-card-signature{height:86px;margin:0 22px 20px;border:1px solid var(--pg-line);border-radius:14px;background:#f7f7f5;position:relative;overflow:hidden}
.pg-card-signature.pg-signature-visual{margin-top:auto}

@media(max-width:1050px){.pg-photo-card-grid-4{grid-template-columns:repeat(2,minmax(0,1fr))}.pg-photo-card-grid,.pg-visual-architecture-grid,.pg-sun-visual-grid,.pg-insect-visual-grid,.pg-plissee-visual-grid{grid-template-columns:repeat(2,minmax(0,1fr))}}
@media(max-width:760px){.pg-photo-card-grid,.pg-photo-card-grid-4,.pg-visual-architecture-grid,.pg-sun-visual-grid,.pg-insect-visual-grid,.pg-plissee-visual-grid,.pg-product-identity-inner{grid-template-columns:1fr}.pg-photo-card{min-height:0}.pg-product-identity-inner{gap:28px}.pg-identity-photo,.pg-identity-photo img{min-height:0;height:320px}.pg-identity-signature{grid-template-columns:120px 1fr}.pg-signature-visual{height:82px}}


/* ============================================================
   v5.0 – release-candidate consolidation
   ============================================================ */
.pg-header-inner,.pg-site-header .pg-brand-logo,.pg-site-header .wp-block-button__link{transition:min-height .2s ease,width .2s ease,padding .2s ease,box-shadow .2s ease,background-color .2s ease}
.pg-site-header.pg-header-compact{box-shadow:0 8px 28px rgba(18,18,20,.08)}
.pg-site-header.pg-header-compact .pg-header-inner{min-height:62px}
.pg-site-header.pg-header-compact .pg-brand-logo{width:145px}
.pg-site-header.pg-header-compact .wp-block-button__link{min-height:42px;padding-left:17px!important;padding-right:17px!important}

.pg-service-request-hero{min-height:470px;background:linear-gradient(115deg,rgba(18,18,20,.93),rgba(18,18,20,.68)),url('assets/images/service-repair.avif') center/cover no-repeat;color:#fff}
.pg-service-request-hero .pg-detail-hero-inner{padding:76px 0 86px!important}
.pg-service-request-form-section{background:var(--pg-paper)}
.pg-service-request-layout{display:grid;grid-template-columns:minmax(0,1.25fr) minmax(300px,.75fr);gap:38px;align-items:start}
.pg-service-form{background:#fff;border:1px solid var(--pg-line);border-radius:22px;padding:34px;box-shadow:0 18px 50px rgba(18,18,20,.06)}
.pg-service-form-grid{display:grid;grid-template-columns:1fr 1fr;gap:18px}
.pg-service-field{display:flex;flex-direction:column;gap:7px}.pg-service-field-full{grid-column:1/-1}
.pg-service-field label{font-size:.88rem;font-weight:800;color:var(--pg-ink)}
.pg-service-field input,.pg-service-field select,.pg-service-field textarea{width:100%;box-sizing:border-box;border:1px solid #cfd0d2;border-radius:12px;padding:12px 13px;background:#fff;color:var(--pg-ink);font:inherit;line-height:1.35;outline:none;transition:border-color .16s ease,box-shadow .16s ease}
.pg-service-field textarea{min-height:150px;resize:vertical}
.pg-service-field input:focus,.pg-service-field select:focus,.pg-service-field textarea:focus{border-color:var(--pg-red);box-shadow:0 0 0 3px rgba(215,25,32,.11)}
.pg-service-field-hint{font-size:.78rem;color:var(--pg-muted);line-height:1.4}
.pg-service-check{display:flex;align-items:flex-start;gap:10px;font-size:.85rem;color:#555;line-height:1.45}.pg-service-check input{margin-top:3px;flex:0 0 auto}
.pg-service-submit{border:0;border-radius:999px;background:var(--pg-red);color:#fff;padding:13px 22px;font:inherit;font-weight:850;cursor:pointer;min-height:48px}.pg-service-submit:hover{background:var(--pg-red-dark)}
.pg-service-sidebar{position:sticky;top:116px;display:grid;gap:14px}.pg-service-sidebar-card{border-radius:20px;padding:25px;background:var(--pg-ink);color:#fff}.pg-service-sidebar-card.pg-light{background:#fff;color:var(--pg-ink);border:1px solid var(--pg-line)}.pg-service-sidebar-card h3{margin:0 0 10px;font-size:1.2rem}.pg-service-sidebar-card p{margin:0;color:#c9c9cc;line-height:1.55}.pg-service-sidebar-card.pg-light p{color:var(--pg-muted)}.pg-service-sidebar-card a{color:inherit;font-weight:800}
.pg-service-status{border-radius:16px;padding:17px 19px;margin-bottom:20px;font-weight:700}.pg-service-status-success{background:#edf7ef;border:1px solid #b8d9be;color:#1f5c2a}.pg-service-status-error{background:#fff1f1;border:1px solid #edc0c0;color:#8b1f24}
.pg-service-trust{display:flex;flex-wrap:wrap;gap:9px;margin-top:24px}.pg-service-trust span{border:1px solid rgba(255,255,255,.27);border-radius:999px;padding:7px 11px;font-size:.82rem;font-weight:700;color:#f3f3f3}
.pg-service-form-hp{position:absolute!important;left:-9999px!important;width:1px!important;height:1px!important;overflow:hidden!important}

@media(max-width:900px){.pg-service-request-layout{grid-template-columns:1fr}.pg-service-sidebar{position:static;grid-template-columns:1fr 1fr}}
@media(max-width:620px){.pg-site-header.pg-header-compact .pg-header-inner{min-height:58px}.pg-service-form{padding:24px 18px}.pg-service-form-grid,.pg-service-sidebar{grid-template-columns:1fr}.pg-service-request-hero{min-height:430px}.pg-service-request-hero .pg-detail-hero-inner{padding:62px 0 68px!important}}

/* v5.0 – remaining leaf-product visual signatures */
.pg-signature-visual.pg-pas:before{left:23px;top:18px;width:67px;height:55px;border:6px solid #555;background:#fff;box-shadow:16px 7px 0 -1px #d9dadd}.pg-signature-visual.pg-pas:after{left:101px;top:34px;width:22px;height:3px;background:var(--pg-red);box-shadow:9px -7px 0 -1px var(--pg-red),9px 7px 0 -1px var(--pg-red)}
.pg-signature-visual.pg-aluprof-slide:before{left:19px;right:19px;top:14px;bottom:14px;border:5px solid #5d6065;background:linear-gradient(90deg,#dfe7eb 0 47%,#fff 47% 51%,#dfe7eb 51%)}.pg-signature-visual.pg-aluprof-slide:after{left:72px;top:13px;bottom:13px;width:3px;background:#4d4f53}
.pg-signature-visual.pg-inner-blind:before{left:22px;right:22px;top:16px;bottom:14px;background:repeating-linear-gradient(0deg,transparent 0 7px,#777a7e 7px 10px,transparent 10px 15px);transform:skewY(-3deg)}
.pg-signature-visual.pg-warema:before{left:20px;right:20px;top:13px;bottom:13px;background:repeating-linear-gradient(0deg,transparent 0 7px,#55585c 7px 12px,transparent 12px 18px)}.pg-signature-visual.pg-warema:after{right:14px;top:12px;width:8px;height:68px;background:var(--pg-red);border-radius:4px}
.pg-signature-visual.pg-sunshield-lamella:before{left:20px;right:20px;top:12px;bottom:12px;background:repeating-linear-gradient(90deg,#74777a 0 8px,transparent 8px 18px);transform:skewX(-13deg)}
.pg-signature-visual.pg-roll-schacht:before{left:18px;right:18px;top:8px;height:24px;background:#6a6c6f;border-radius:2px}.pg-signature-visual.pg-roll-schacht:after{left:37px;right:37px;top:32px;bottom:10px;background:repeating-linear-gradient(0deg,#adb0b3 0 7px,#7d8083 7px 9px);box-shadow:0 -9px 0 #ececeb}
.pg-signature-visual.pg-roll-special:before{left:23px;right:23px;top:14px;bottom:13px;background:repeating-linear-gradient(-9deg,#adb0b3 0 7px,#777a7d 7px 9px);clip-path:polygon(0 35%,45% 8%,100% 0,100% 100%,0 100%)}
.pg-signature-visual.pg-raff-schacht:before{left:18px;right:18px;top:8px;height:23px;background:#66696c}.pg-signature-visual.pg-raff-schacht:after{left:28px;right:28px;top:35px;bottom:9px;background:repeating-linear-gradient(0deg,transparent 0 7px,#66696c 7px 11px,transparent 11px 16px)}
.pg-signature-visual.pg-shutter-fold:before{left:26px;top:12px;width:42px;height:67px;border:5px solid #666;background:repeating-linear-gradient(0deg,#777 0 4px,#ddd 4px 9px)}.pg-signature-visual.pg-shutter-fold:after{right:26px;top:12px;width:42px;height:67px;border:5px solid #666;background:repeating-linear-gradient(0deg,#777 0 4px,#ddd 4px 9px)}
.pg-signature-visual.pg-shutter-slide:before{left:19px;top:14px;width:64px;height:64px;border:5px solid #64676a;background:repeating-linear-gradient(0deg,#888 0 4px,#ddd 4px 9px)}.pg-signature-visual.pg-shutter-slide:after{left:72px;top:14px;width:64px;height:64px;border:5px solid #4e5053;background:#efefed}
.pg-signature-visual.pg-shutter-folding:before{left:19px;top:13px;width:28px;height:66px;border:4px solid #666;background:#dedfdf;box-shadow:31px 0 0 -1px #c5c7c7,62px 0 0 -1px #dedfdf,93px 0 0 -1px #c5c7c7}
.pg-signature-visual.pg-color-swatches:before{left:17px;top:20px;width:27px;height:52px;background:#373b3f;border-radius:4px;box-shadow:31px 0 0 #9a7b5f,62px 0 0 #d7d5ce,93px 0 0 #7c3034}
.pg-signature-visual.pg-insect-roof:before{left:24px;right:24px;top:14px;bottom:14px;border:5px solid #505356;background:repeating-linear-gradient(45deg,rgba(80,80,80,.14) 0 1px,transparent 1px 4px);clip-path:polygon(18% 0,100% 0,82% 100%,0 100%)}
.pg-signature-visual.pg-lightwell:before{left:19px;right:19px;top:17px;bottom:17px;border:6px solid #666;background:repeating-linear-gradient(0deg,#9a9c9f 0 3px,#e2e2e0 3px 8px)}
.pg-signature-visual.pg-mesh:before{inset:14px 26px;border:5px solid #555;background:repeating-linear-gradient(45deg,rgba(65,65,65,.32) 0 1px,transparent 1px 4px),repeating-linear-gradient(-45deg,rgba(65,65,65,.20) 0 1px,transparent 1px 4px)}


/* ---------- v5.1: Hörmann Garagentore ---------- */
.pg-garage-type-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:16px;margin-top:36px}.pg-garage-type-card{display:flex;flex-direction:column;overflow:hidden;min-height:430px;border:1px solid var(--pg-line);border-radius:22px;background:#fff;color:var(--pg-ink)!important;text-decoration:none!important;transition:transform .18s ease,box-shadow .18s ease,border-color .18s ease}.pg-garage-type-card>.pg-garage-visual{margin-bottom:20px}.pg-garage-type-card>span,.pg-garage-type-card>strong,.pg-garage-type-card>p{margin-left:22px;margin-right:22px}.pg-garage-type-card>span{color:var(--pg-red);font-size:.75rem;font-weight:900;letter-spacing:.06em;text-transform:uppercase}.pg-garage-type-card>strong{font-size:1.4rem;line-height:1.12;margin-top:8px}.pg-garage-type-card>p{color:var(--pg-muted);line-height:1.58;margin-top:12px;margin-bottom:24px}.pg-garage-type-card:hover{transform:translateY(-3px);border-color:rgba(215,25,32,.38);box-shadow:0 18px 48px rgba(18,18,20,.08)}
.pg-garage-visual,.pg-garage-visual-large{position:relative;overflow:hidden;background:linear-gradient(180deg,#e8e9e7,#fafafa);border-bottom:1px solid #ddd}.pg-garage-visual{height:235px}.pg-garage-visual-large{height:410px;border:1px solid var(--pg-line);border-radius:22px}.pg-garage-visual:before,.pg-garage-visual-large:before{content:"";position:absolute;left:9%;right:9%;top:11%;bottom:9%;border:6px solid #424346;background:#f3f3f1;box-shadow:0 18px 34px rgba(0,0,0,.08)}
.pg-gv-sectional i{position:absolute;left:13%;right:13%;height:4px;background:#777;z-index:2}.pg-gv-sectional i:nth-child(1){top:30%}.pg-gv-sectional i:nth-child(2){top:46%}.pg-gv-sectional i:nth-child(3){top:62%}.pg-gv-sectional i:nth-child(4){top:78%}.pg-gv-upover i{position:absolute;left:16%;right:16%;top:20%;bottom:13%;z-index:2;border:4px solid #56575a;background:linear-gradient(180deg,#cfd0d2,#f3f3f3);transform:perspective(620px) rotateX(-11deg);transform-origin:top}.pg-gv-roll:after{content:"";position:absolute;left:14%;right:14%;top:14%;height:19%;z-index:3;border-radius:20px 20px 5px 5px;background:#4a4b4e;box-shadow:0 4px 8px rgba(0,0,0,.14)}.pg-gv-roll i{position:absolute;left:16%;right:16%;top:34%;bottom:12%;z-index:2;background:repeating-linear-gradient(0deg,#b9babd 0 9px,#85868a 9px 12px)}.pg-gv-side i{position:absolute;top:17%;bottom:14%;width:17%;z-index:2;border:2px solid #626367;background:linear-gradient(180deg,#d3d4d6,#eee)}.pg-gv-side i:nth-child(1){left:16%}.pg-gv-side i:nth-child(2){left:33%}.pg-gv-side i:nth-child(3){left:50%}.pg-gv-side i:nth-child(4){left:67%}.pg-gv-frame:after{content:"";position:absolute;left:14%;right:14%;top:16%;bottom:12%;z-index:1;background:#66747c;border:5px solid #35373a}.pg-gv-frame i{position:absolute;z-index:3;background:#d7e5eb;border:3px solid #505458}.pg-gv-frame i:nth-child(1){left:17%;top:20%;width:20%;height:27%}.pg-gv-frame i:nth-child(2){left:40%;top:20%;width:20%;height:27%}.pg-gv-frame i:nth-child(3){left:63%;top:20%;width:20%;height:27%}.pg-gv-frame i:nth-child(4){left:17%;top:51%;width:20%;height:29%}.pg-gv-frame i:nth-child(5){left:40%;top:51%;width:20%;height:29%}.pg-gv-frame i:nth-child(6){left:63%;top:51%;width:20%;height:29%}.pg-gv-swing i{position:absolute;top:17%;bottom:13%;width:33%;z-index:2;border:4px solid #535458;background:repeating-linear-gradient(0deg,#c7c8ca 0 18px,#aaa 18px 21px)}.pg-gv-swing i:first-child{left:16%;transform:perspective(600px) rotateY(8deg);transform-origin:left}.pg-gv-swing i:last-child{right:16%;transform:perspective(600px) rotateY(-8deg);transform-origin:right}.pg-gv-door:after{content:"";position:absolute;left:34%;right:34%;top:16%;bottom:11%;z-index:2;border:5px solid #515255;background:repeating-linear-gradient(0deg,#c8c9cb 0 18px,#a6a7aa 18px 21px)}.pg-gv-door i{position:absolute;right:37%;top:52%;width:9px;height:9px;border-radius:50%;background:#333;z-index:3}
.pg-garage-system-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:16px;margin-top:34px}.pg-garage-system-grid>a,.pg-garage-system-grid>article{display:flex;flex-direction:column;min-height:330px;border:1px solid var(--pg-line);border-radius:20px;padding:22px;background:#fff;color:var(--pg-ink)!important;text-decoration:none!important}.pg-garage-system-grid strong{font-size:1.35rem;margin-top:18px}.pg-garage-system-grid span{font-size:.82rem;font-weight:800;color:var(--pg-red);margin:7px 0 12px}.pg-garage-system-grid p{color:var(--pg-muted);line-height:1.55;margin-top:auto}.pg-system-swatch{height:140px;border-radius:15px;border:1px solid var(--pg-line);background:#f4f4f2;position:relative;overflow:hidden}.pg-system-swatch-large{height:410px;border-radius:22px}.pg-system-swatch i{position:absolute;left:14%;right:14%;height:18%;border:3px solid #56575a;background:#d9dadb}.pg-system-swatch i:nth-child(1){top:17%}.pg-system-swatch i:nth-child(2){top:41%}.pg-system-swatch i:nth-child(3){top:65%}.pg-sw-67 i{border-width:6px;background:linear-gradient(90deg,#bbb 0 24%,#eee 24% 76%,#bbb 76%)}.pg-sw-42 i{border-width:4px}.pg-sw-wood i{border-color:#795a3e;background:repeating-linear-gradient(10deg,#9d7652 0 5px,#ba9167 5px 10px)}.pg-sw-roll:before,.pg-sw-roll-fast:before{content:"";position:absolute;left:16%;right:16%;top:12%;height:30%;border-radius:25px;background:#4c4d50}.pg-sw-roll i,.pg-sw-roll-fast i{left:20%;right:20%;top:48%;height:35%;border:0;background:repeating-linear-gradient(0deg,#bbb 0 7px,#888 7px 9px)}.pg-sw-overhead i{left:17%;right:17%;top:24%;height:58%;transform:skewY(-3deg)}.pg-sw-frame i,.pg-sw-frame-thermo i,.pg-sw-vitraplan i{left:16%;right:16%;top:18%;height:62%;border:8px solid #555;background:linear-gradient(90deg,#bfd0d7 0 31%,#555 31% 35%,#bfd0d7 35% 65%,#555 65% 69%,#bfd0d7 69%)}.pg-sw-frame-thermo i{border-width:11px}.pg-sw-vitraplan i{background:linear-gradient(135deg,#cbd7db,#7f8b91);border-color:#202124}
.pg-garage-feature-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:14px;margin-top:32px}.pg-garage-feature-grid article{border:1px solid rgba(255,255,255,.17);border-radius:18px;padding:26px;background:rgba(255,255,255,.04)}.pg-garage-feature-grid strong{color:#fff;font-size:1.18rem}.pg-garage-feature-grid p{color:#c7c7ca;line-height:1.6}.pg-garage-feature-light article{background:#fff;border-color:var(--pg-line)}.pg-garage-feature-light strong{color:var(--pg-ink)}.pg-garage-feature-light p{color:var(--pg-muted)}
.pg-drive-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:16px;margin-top:34px}.pg-drive-grid article{border:1px solid var(--pg-line);border-radius:20px;padding:22px;background:#fff;min-height:360px;display:flex;flex-direction:column}.pg-drive-grid strong{font-size:1.4rem;margin-top:18px}.pg-drive-grid span{color:var(--pg-red);font-weight:850;font-size:.83rem;margin:6px 0 12px}.pg-drive-grid p{color:var(--pg-muted);line-height:1.6;margin-top:auto}.pg-drive-featured{border-color:rgba(215,25,32,.4)!important;box-shadow:0 16px 44px rgba(215,25,32,.07)}.pg-drive-visual{height:150px;background:#f1f1ef;border:1px solid var(--pg-line);border-radius:15px;position:relative;overflow:hidden}.pg-drive-visual:before{content:"";position:absolute;left:14%;right:14%;top:23%;height:7px;background:#777;border-radius:8px}.pg-drive-visual i{position:absolute;left:20%;top:18%;width:30%;height:58px;border-radius:8px;background:#d5d6d7;border:4px solid #4d4e51}.pg-drive-visual b{position:absolute;right:15%;top:18%;width:22%;height:58px;border-radius:8px;background:#333}.pg-drive-battery b{background:linear-gradient(180deg,#d71920,#9f2420)}.pg-drive-supramatic i{width:38%;height:64px;background:#bfc1c4}.pg-drive-supramatic b{width:25%;height:64px;background:linear-gradient(180deg,#62656a,#28292b)}
@media(max-width:950px){.pg-garage-type-grid{grid-template-columns:1fr 1fr}.pg-garage-system-grid,.pg-garage-feature-grid,.pg-drive-grid{grid-template-columns:1fr}.pg-garage-visual-large,.pg-system-swatch-large{height:320px}}@media(max-width:650px){.pg-garage-type-grid{grid-template-columns:1fr}.pg-garage-type-card{min-height:390px}}

/* v5.2 — Insektenschutz: mehr Produkttiefe innerhalb der vorhandenen Ebenen */
.pg-ins-benefit-grid{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:16px;margin-top:34px}
.pg-ins-benefit{padding:24px;border-top:1px solid rgba(255,255,255,.22);background:rgba(255,255,255,.035)}
.pg-ins-benefit strong{display:block;color:#fff;font-size:1.15rem;margin-bottom:10px}
.pg-ins-benefit span{display:block;color:rgba(255,255,255,.72);line-height:1.55}
.pg-ins-brand-section{background:#fff}
.pg-ins-brand-grid{align-items:center;gap:50px}
.pg-ins-brand-image{display:block;width:100%;height:470px;object-fit:cover;border-radius:22px}
.pg-ins-rich-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:20px;margin-top:34px}
.pg-ins-rich-card{overflow:hidden;border:1px solid var(--pg-line);border-radius:22px;background:#fff;box-shadow:0 12px 35px rgba(18,18,20,.045)}
.pg-ins-rich-card>img{display:block;width:100%;height:310px;object-fit:cover;background:#ececea}
.pg-ins-rich-card>div{padding:26px 28px 30px}
.pg-ins-rich-card>div>span{display:block;color:var(--pg-red);font-size:.76rem;font-weight:850;letter-spacing:.08em;text-transform:uppercase;margin-bottom:8px}
.pg-ins-rich-card h3{font-size:clamp(1.55rem,2vw,2.15rem);margin:0 0 12px;line-height:1.08}
.pg-ins-rich-card p{color:var(--pg-muted);line-height:1.6;margin:0 0 16px}
.pg-ins-rich-card ul{margin:0;padding-left:20px;color:#4f4f53;line-height:1.55}
.pg-ins-rich-card li+li{margin-top:6px}
.pg-ins-rich-card-text{display:flex;align-items:stretch;min-height:360px;background:linear-gradient(145deg,#fff,#f3f2ef)}
.pg-ins-rich-card-text>div{display:flex;flex-direction:column;justify-content:center;width:100%}
@media(max-width:1000px){.pg-ins-benefit-grid{grid-template-columns:repeat(2,minmax(0,1fr))}.pg-ins-brand-image{height:390px}}
@media(max-width:760px){.pg-ins-rich-grid,.pg-ins-benefit-grid{grid-template-columns:1fr}.pg-ins-rich-card>img{height:255px}.pg-ins-brand-grid{gap:26px}.pg-ins-brand-image{height:310px}.pg-ins-rich-card-text{min-height:0}}

/* v5.3 — Insektenschutz: visuelle Präzision, Sonderformen, Farben & Haustiere */
.pg-ins-special-section{background:#fff}
.pg-ins-special-section .pg-section-lead{max-width:900px}
.pg-ins-special-section .pg-ins-rich-grid{margin-top:30px}
.pg-ins-special-section .pg-ins-rich-card>img{height:300px}
@media(max-width:760px){.pg-ins-special-section .pg-ins-rich-card>img{height:250px}}


/* v5.4 – differenzierte Montage + erfal Innenbeschattung */
.pg-mount-section{background:#f4f2ee}
.pg-mount-section>.wp-block-group{padding-top:clamp(48px,6vw,88px);padding-bottom:clamp(48px,6vw,88px)}
.pg-mount-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:18px;margin-top:28px}
.pg-mount-grid-four{grid-template-columns:repeat(4,minmax(0,1fr))}
.pg-mount-card{background:#fff;border:1px solid rgba(17,17,19,.10);border-radius:16px;padding:22px;min-height:180px;box-shadow:0 8px 30px rgba(17,17,19,.035)}
.pg-mount-card>span{display:block;color:#e30613;font-size:.72rem;font-weight:800;letter-spacing:.12em;text-transform:uppercase;margin-bottom:22px}
.pg-mount-card>strong{display:block;font-size:1.02rem;line-height:1.25;margin-bottom:10px}
.pg-mount-card>p{margin:0;color:#5d5d61;font-size:.89rem;line-height:1.6}
.pg-mount-note{max-width:900px;margin:22px 0 0;color:#555;line-height:1.6}
.pg-erfal-product-grid{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:18px;margin-top:28px}
.pg-erfal-product-grid .pg-photo-card{min-width:0;min-height:0;height:100%}
.pg-erfal-product-grid .pg-photo-card-media{height:245px;background:#e8e7e4;overflow:hidden}
.pg-erfal-product-grid .pg-photo-card-media img{width:100%;height:100%;object-fit:cover;display:block;transition:transform .35s ease}
.pg-erfal-product-grid .pg-photo-card:hover .pg-photo-card-media img{transform:scale(1.025)}
.pg-erfal-product-grid .pg-photo-card-body{padding:20px;display:flex;flex-direction:column;min-height:235px}
.pg-erfal-product-grid .pg-photo-card-body strong{font-size:1.08rem;margin-bottom:8px}
.pg-erfal-product-grid .pg-photo-card-body p{margin:0 0 14px;color:#5d5d61;line-height:1.55;font-size:.88rem}
.pg-erfal-product-grid .pg-photo-card-body small{margin-top:auto;color:#8b8b8f;font-size:.72rem;letter-spacing:.04em}
.pg-erfal-detail-section{background:#fff}
.pg-erfal-detail-section>.wp-block-group{padding-top:clamp(54px,7vw,96px);padding-bottom:clamp(54px,7vw,96px)}
.pg-erfal-detail-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:22px;margin-top:30px}
.pg-erfal-detail-card{display:grid;grid-template-columns:42% 58%;background:#f5f4f1;border-radius:18px;overflow:hidden;min-height:360px;scroll-margin-top:110px}
.pg-erfal-detail-card>img{width:100%;height:100%;min-height:360px;object-fit:cover}
.pg-erfal-detail-card>div{padding:28px}
.pg-erfal-detail-card span{display:block;color:#e30613;font-size:.72rem;font-weight:800;letter-spacing:.12em;text-transform:uppercase;margin-bottom:12px}
.pg-erfal-detail-card h3{font-size:1.55rem;line-height:1.1;margin:0 0 12px}
.pg-erfal-detail-card p{color:#5b5b60;line-height:1.6;margin:0 0 15px}
.pg-erfal-detail-card ul{margin:0;padding-left:18px;color:#343438;line-height:1.55;font-size:.9rem}
.pg-compact-mount .pg-mount-card{min-height:110px;display:flex;align-items:center}
.pg-compact-mount .pg-mount-card strong{margin:0}
@media (max-width:1100px){.pg-erfal-product-grid,.pg-mount-grid-four{grid-template-columns:repeat(2,minmax(0,1fr))}.pg-erfal-detail-card{grid-template-columns:1fr}.pg-erfal-detail-card>img{height:260px;min-height:260px}}
@media (max-width:760px){.pg-mount-grid,.pg-mount-grid-four,.pg-erfal-product-grid,.pg-erfal-detail-grid{grid-template-columns:1fr}.pg-erfal-product-grid .pg-photo-card-media{height:260px}.pg-mount-card{min-height:0}.pg-erfal-detail-card>img{height:240px;min-height:240px}}


/* v5.6 – echte Produktbilder auf allen Innenbeschattungs-Systemseiten */
.pg-system-gallery-section{padding-top:34px!important;padding-bottom:72px!important;background:#fff}
.pg-system-gallery-head{display:grid;grid-template-columns:minmax(0,.9fr) minmax(0,1.1fr);gap:44px;align-items:end}
.pg-system-gallery-head h2{margin:0;max-width:720px}
.pg-system-gallery-head>p{margin:0;color:var(--pg-muted);line-height:1.65;max-width:760px}
.pg-system-gallery-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:14px;margin-top:30px}
.pg-system-gallery-card{margin:0;border-radius:18px;overflow:hidden;border:1px solid var(--pg-line);background:#f5f4f1}
.pg-system-gallery-card img{display:block;width:100%;height:300px;object-fit:cover;background:#ecebea}
.pg-system-gallery-card figcaption{padding:14px 16px 16px;color:#525258;font-size:.82rem;font-weight:700;line-height:1.35}
.pg-erfal-card-media{display:grid;min-height:360px;background:#ecebea;overflow:hidden}
.pg-erfal-card-media img{display:block;width:100%;height:100%;min-height:0;object-fit:cover}
.pg-erfal-card-media-3{grid-template-columns:1.35fr .65fr;grid-template-rows:1fr 1fr}
.pg-erfal-card-media-3 img:first-child{grid-row:1 / span 2}
.pg-erfal-card-media-2{grid-template-columns:1fr 1fr}
@media(max-width:1100px){
  .pg-system-gallery-head{grid-template-columns:1fr;gap:14px}
  .pg-system-gallery-grid{grid-template-columns:repeat(2,minmax(0,1fr))}
  .pg-erfal-card-media{height:300px;min-height:300px}
}
@media(max-width:760px){
  .pg-system-gallery-grid{grid-template-columns:1fr}
  .pg-system-gallery-card img{height:260px}
  .pg-erfal-card-media{height:250px;min-height:250px}
}


/* Haustüren Ausbau v6.0 */

.pg-door-info-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:16px;margin-top:34px}
.pg-door-info-card{background:#fff;border:1px solid var(--pg-line);border-radius:20px;padding:24px;display:flex;flex-direction:column;min-height:220px}
.pg-door-info-card span{display:block;color:var(--pg-red);font-size:.78rem;font-weight:850;letter-spacing:.08em;text-transform:uppercase;margin-bottom:26px}
.pg-door-info-card h3{font-size:1.22rem;margin:0 0 10px}
.pg-door-info-card p{margin:0;color:var(--pg-muted);line-height:1.6}
.pg-door-gallery{display:grid;grid-template-columns:1.2fr 1fr 1fr;gap:16px;margin-top:34px}
.pg-door-gallery img{width:100%;height:100%;min-height:230px;object-fit:cover;border-radius:22px;border:1px solid var(--pg-line);background:#f2f2f2;display:block}
.pg-door-gallery .pg-door-gallery-main{grid-row:span 2;min-height:480px}
.pg-door-specs{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:12px;margin-top:24px}
.pg-door-specs div{background:#fff;border:1px solid var(--pg-line);border-radius:16px;padding:16px 18px}
.pg-door-specs strong{display:block;font-size:.78rem;letter-spacing:.08em;text-transform:uppercase;color:var(--pg-red);margin-bottom:8px}
.pg-door-specs span{display:block;color:var(--pg-muted);line-height:1.55;font-size:.94rem}
.pg-door-mini-gallery{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:16px;margin-top:32px}
.pg-door-mini-gallery img{width:100%;height:245px;object-fit:cover;border:1px solid var(--pg-line);border-radius:20px;background:#f2f2f2}
.pg-door-note{margin-top:18px;padding:18px 20px;border-left:4px solid var(--pg-red);background:#fff;border-radius:0 18px 18px 0;color:var(--pg-muted);line-height:1.65}
.pg-door-compare-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:16px;margin-top:34px}
.pg-door-compare-grid article{background:#fff;border:1px solid var(--pg-line);border-radius:20px;padding:24px}
.pg-door-compare-grid h3{margin:0 0 10px;font-size:1.35rem}
.pg-door-compare-grid p{margin:0;color:var(--pg-muted);line-height:1.6}
.pg-door-compare-grid ul{margin:18px 0 0 18px;padding:0;color:var(--pg-muted);line-height:1.7}
.pg-door-badges{display:flex;flex-wrap:wrap;gap:10px;margin-top:16px}
.pg-door-badges span{display:inline-flex;align-items:center;padding:10px 14px;border-radius:999px;background:#f3f1ee;color:var(--pg-ink);font-size:.85rem;font-weight:700}
.pg-door-side-image{width:100%;height:100%;min-height:380px;object-fit:cover;border-radius:22px;border:1px solid var(--pg-line);background:#f2f2f2;display:block}
.pg-door-stat-grid{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:16px;margin-top:32px}
.pg-door-stat-grid div{background:#fff;border:1px solid var(--pg-line);border-radius:18px;padding:20px}
.pg-door-stat-grid strong{display:block;font-size:1.65rem;line-height:1.1;margin-bottom:8px}
.pg-door-stat-grid span{display:block;color:var(--pg-muted);font-size:.92rem;line-height:1.5}
.pg-door-series-preview a img,.pg-door-series-grid a img{object-fit:cover;background:#f5f5f5}
@media(max-width:1100px){.pg-door-info-grid,.pg-door-stat-grid{grid-template-columns:repeat(2,minmax(0,1fr))}.pg-door-gallery{grid-template-columns:1fr 1fr}.pg-door-gallery .pg-door-gallery-main{grid-column:1/-1;grid-row:auto;min-height:340px}.pg-door-mini-gallery{grid-template-columns:repeat(2,minmax(0,1fr))}}
@media(max-width:760px){.pg-door-info-grid,.pg-door-specs,.pg-door-compare-grid,.pg-door-stat-grid,.pg-door-mini-gallery,.pg-door-gallery{grid-template-columns:1fr}.pg-door-gallery .pg-door-gallery-main{min-height:280px}.pg-door-mini-gallery img{height:220px}}


/* v6.1 – Haustüren navigation / crosslinks */
.pg-door-world-nav{background:#fff;border-bottom:1px solid var(--pg-line);padding:18px 0!important;margin:0!important}.pg-door-world-nav .pg-shell{display:flex;gap:10px;flex-wrap:wrap;align-items:center}.pg-door-world-nav a{display:inline-flex;align-items:center;min-height:42px;padding:10px 15px;border:1px solid var(--pg-line);border-radius:999px;color:var(--pg-ink)!important;text-decoration:none!important;font-weight:750;font-size:.86rem;background:#fff;transition:.2s ease}.pg-door-world-nav a:hover{border-color:rgba(215,25,32,.42);color:var(--pg-red)!important;transform:translateY(-1px)}.pg-door-world-nav a.is-active{background:var(--pg-ink);color:#fff!important;border-color:var(--pg-ink);box-shadow:0 6px 18px rgba(18,18,20,.10)}
.pg-door-crossnav{padding:54px 0!important;background:#f5f3f0}.pg-door-crossnav-grid{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:12px;margin-top:24px}.pg-door-crossnav-grid a{display:flex;flex-direction:column;justify-content:space-between;min-height:135px;padding:20px;border:1px solid var(--pg-line);border-radius:18px;background:#fff;color:var(--pg-ink)!important;text-decoration:none!important;transition:.2s ease}.pg-door-crossnav-grid a:hover{transform:translateY(-3px);border-color:rgba(215,25,32,.35);box-shadow:0 14px 34px rgba(18,18,20,.07)}.pg-door-crossnav-grid strong{font-size:1.05rem;margin-bottom:12px}.pg-door-crossnav-grid span{color:var(--pg-muted);font-size:.87rem;line-height:1.45}
.pg-door-special-lines{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:16px;margin-top:28px}.pg-door-special-lines a{display:grid;grid-template-columns:180px 1fr;gap:22px;align-items:center;background:#fff;border:1px solid var(--pg-line);border-radius:20px;padding:16px;color:var(--pg-ink)!important;text-decoration:none!important;min-height:190px;transition:.2s ease}.pg-door-special-lines a:hover{transform:translateY(-3px);border-color:rgba(215,25,32,.35);box-shadow:0 14px 34px rgba(18,18,20,.07)}.pg-door-special-lines img{width:180px;height:158px;object-fit:cover;border-radius:14px;background:#f3f3f3}.pg-door-special-lines strong{display:block;font-size:1.35rem;margin:5px 0 8px}.pg-door-special-lines span{color:var(--pg-red);font-size:.78rem;font-weight:850;letter-spacing:.08em;text-transform:uppercase}.pg-door-special-lines p{margin:0;color:var(--pg-muted);line-height:1.55;font-size:.92rem}
@media(max-width:900px){.pg-door-crossnav-grid{grid-template-columns:repeat(2,minmax(0,1fr))}.pg-door-special-lines{grid-template-columns:1fr}}@media(max-width:620px){.pg-door-world-nav .pg-shell{overflow-x:auto;flex-wrap:nowrap;padding-bottom:2px}.pg-door-world-nav a{white-space:nowrap}.pg-door-crossnav-grid{grid-template-columns:1fr}.pg-door-special-lines a{grid-template-columns:110px 1fr}.pg-door-special-lines img{width:110px;height:130px}}



/* Haustüren v6.4 – PIRNAR Serienkarten: mehr Bild, weniger gedrängt */
.pg-door-series-preview,
.pg-door-series-grid{
  grid-template-columns:repeat(3,minmax(0,1fr));
  gap:18px;
}
.pg-door-series-preview>a,
.pg-door-series-grid>a{
  display:flex;
  flex-direction:column;
  align-items:stretch;
  padding:0;
  min-height:470px;
  overflow:hidden;
  border-radius:20px;
  background:#fff;
}
.pg-door-series-preview img,
.pg-door-series-grid img{
  width:100%;
  height:285px;
  object-fit:contain;
  object-position:center;
  border-radius:0;
  background:#f5f4f1;
  display:block;
}
.pg-door-series-preview>a>div,
.pg-door-series-grid>a>div{
  display:flex;
  flex-direction:column;
  flex:1;
  padding:22px 24px 24px;
}
.pg-door-series-preview strong,
.pg-door-series-grid strong{
  font-size:1.55rem;
  line-height:1.12;
  margin-top:2px;
}
.pg-door-series-preview span,
.pg-door-series-grid span{
  margin-bottom:8px;
  font-size:.76rem;
  letter-spacing:.06em;
  text-transform:uppercase;
}
.pg-door-series-preview p,
.pg-door-series-grid p{
  margin:12px 0 0;
  font-size:.96rem;
  line-height:1.6;
}
@media(max-width:1100px){
  .pg-door-series-preview,.pg-door-series-grid{grid-template-columns:repeat(2,minmax(0,1fr))}
  .pg-door-series-preview img,.pg-door-series-grid img{height:270px}
}
@media(max-width:760px){
  .pg-door-series-preview,.pg-door-series-grid{grid-template-columns:1fr}
  .pg-door-series-preview>a,.pg-door-series-grid>a{min-height:0}
  .pg-door-series-preview img,.pg-door-series-grid img{width:100%;height:250px}
}


/* Haustüren v6.5 – mehr Bildwirkung + PLANIGRAPH/PIRNAR-Konfigurator */
.pg-door-mini-gallery{
  display:grid!important;
  grid-template-columns:minmax(0,1.35fr) minmax(260px,.65fr)!important;
  grid-template-rows:repeat(2,minmax(220px,260px));
  gap:16px!important;
  margin-top:38px!important;
}
.pg-door-mini-gallery img{width:100%!important;height:100%!important;min-height:0!important;object-fit:cover!important;border-radius:22px!important;display:block}
.pg-door-mini-gallery img:first-child{grid-row:1 / span 2;min-height:456px!important}
.pg-door-emotion-band{position:relative;min-height:500px;background-size:cover;background-position:center;border-radius:0;overflow:hidden;display:flex;align-items:flex-end}
.pg-door-emotion-band:before{content:'';position:absolute;inset:0;background:linear-gradient(90deg,rgba(16,16,18,.84) 0%,rgba(16,16,18,.48) 48%,rgba(16,16,18,.10) 100%)}
.pg-door-emotion-copy{position:relative;color:#fff;padding:72px 0;max-width:700px}
.pg-door-emotion-copy h2{color:#fff!important;font-size:clamp(2.5rem,5vw,5rem)!important;line-height:.98;margin:12px 0 18px!important}
.pg-door-emotion-copy p{color:rgba(255,255,255,.84);font-size:1.08rem;line-height:1.65;max-width:620px}
.pg-door-configurator-band{display:grid;grid-template-columns:minmax(0,1.05fr) minmax(360px,.95fr);gap:0;background:#151517;color:#fff;border-radius:24px;overflow:hidden;min-height:460px}
.pg-door-configurator-band>div{padding:54px 58px;display:flex;flex-direction:column;justify-content:center}
.pg-door-configurator-band .pg-eyebrow{color:#ff817d!important}
.pg-door-configurator-band h2{color:#fff!important;font-size:clamp(2.35rem,4.4vw,4.25rem)!important;line-height:1.02;margin:10px 0 18px!important}
.pg-door-configurator-band p{color:#c9c9cd;line-height:1.65;font-size:1.02rem;max-width:620px}
.pg-door-configurator-band figure{margin:0;min-height:460px}
.pg-door-configurator-band figure img{width:100%;height:100%;min-height:460px;object-fit:cover;display:block}
.pg-door-configurator-steps{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:16px;margin-top:34px}
.pg-door-configurator-step{background:#fff;border:1px solid var(--pg-line);border-radius:20px;padding:26px;min-height:210px}
.pg-door-configurator-step span{display:block;color:var(--pg-red);font-size:.76rem;font-weight:900;letter-spacing:.08em;text-transform:uppercase;margin-bottom:28px}
.pg-door-configurator-step h3{margin:0 0 10px;font-size:1.25rem}
.pg-door-configurator-step p{margin:0;color:var(--pg-muted);line-height:1.6}
.pg-door-configurator-note{margin-top:20px;border-left:4px solid var(--pg-red);padding:18px 22px;background:#f6f4f1;border-radius:0 18px 18px 0;color:var(--pg-muted);line-height:1.6}
.pg-door-configurator-hero{min-height:620px;background-size:cover;background-position:center}
.pg-door-configurator-hero:before{display:none}
@media(max-width:960px){
  .pg-door-mini-gallery{grid-template-columns:1fr 1fr!important;grid-template-rows:auto!important}
  .pg-door-mini-gallery img:first-child{grid-column:1/-1;grid-row:auto;min-height:330px!important}
  .pg-door-mini-gallery img{min-height:240px!important}
  .pg-door-configurator-band{grid-template-columns:1fr}
  .pg-door-configurator-band figure,.pg-door-configurator-band figure img{min-height:340px}
  .pg-door-configurator-steps{grid-template-columns:1fr 1fr}
}
@media(max-width:650px){
  .pg-door-mini-gallery,.pg-door-configurator-steps{grid-template-columns:1fr!important}
  .pg-door-mini-gallery img,.pg-door-mini-gallery img:first-child{min-height:230px!important}
  .pg-door-configurator-band>div{padding:38px 28px}
  .pg-door-emotion-band{min-height:430px}
  .pg-door-emotion-copy{padding:52px 0}
}

/* v6.7 — Haustüren: aktive Navigation + visuelle Personalisierungs-Karten */
.pg-door-flip-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:18px;margin-top:38px}.pg-door-flip-card{height:300px;perspective:1200px;outline:none}.pg-door-flip-inner{position:relative;width:100%;height:100%;transition:transform .62s cubic-bezier(.2,.7,.2,1);transform-style:preserve-3d}.pg-door-flip-card:hover .pg-door-flip-inner,.pg-door-flip-card:focus .pg-door-flip-inner,.pg-door-flip-card:focus-within .pg-door-flip-inner{transform:rotateY(180deg)}.pg-door-flip-front,.pg-door-flip-back{position:absolute;inset:0;border-radius:22px;overflow:hidden;backface-visibility:hidden;-webkit-backface-visibility:hidden;border:1px solid var(--pg-line)}.pg-door-flip-front{background:#fff;padding:30px;display:flex;flex-direction:column}.pg-door-flip-front>span{color:var(--pg-red);font-weight:900;font-size:.78rem;letter-spacing:.1em}.pg-door-flip-front h3{font-size:1.5rem;margin:48px 0 10px}.pg-door-flip-front p{color:var(--pg-muted);line-height:1.6;margin:0}.pg-door-flip-front small{margin-top:auto;font-weight:800;color:var(--pg-ink)}.pg-door-flip-back{transform:rotateY(180deg);background:#111}.pg-door-flip-back:after{content:"";position:absolute;inset:0;background:linear-gradient(180deg,transparent 45%,rgba(0,0,0,.68))}.pg-door-flip-back img{width:100%;height:100%;object-fit:cover;display:block}.pg-door-flip-back strong{position:absolute;left:24px;right:24px;bottom:22px;z-index:2;color:#fff;font-size:1.25rem}.pg-door-flip-card:focus-visible{outline:3px solid rgba(215,25,32,.35);outline-offset:4px;border-radius:24px}@media(max-width:950px){.pg-door-flip-grid{grid-template-columns:repeat(2,minmax(0,1fr))}}@media(max-width:620px){.pg-door-flip-grid{grid-template-columns:1fr}.pg-door-flip-card{height:270px}}


/* Haustüren v6.9 – Serienwechsel als ruhige In-Flow-Navigation am Ende einer Serie */
.pg-door-series-switch{
  position:relative;
  z-index:1;
  margin:0!important;
  padding:22px 0!important;
  background:#f5f4f1;
  border-top:1px solid rgba(0,0,0,.08);
  border-bottom:1px solid rgba(0,0,0,.08);
  box-shadow:none;
}
.pg-door-series-switch .pg-shell{display:flex;align-items:center;gap:16px;min-width:0}
.pg-door-series-switch-label{flex:0 0 auto;color:var(--pg-muted);font-size:.72rem;font-weight:850;letter-spacing:.10em;text-transform:uppercase;white-space:nowrap}
.pg-door-series-switch-links{display:flex;align-items:center;gap:8px;min-width:0;overflow-x:auto;scrollbar-width:none;padding:1px 1px 2px}
.pg-door-series-switch-links::-webkit-scrollbar{display:none}
.pg-door-series-switch a{flex:0 0 auto;display:inline-flex;align-items:center;min-height:36px;padding:8px 13px;border:1px solid rgba(23,23,25,.13);border-radius:999px;background:#fff;color:var(--pg-ink)!important;text-decoration:none!important;font-size:.80rem;font-weight:760;white-space:nowrap;transition:background .18s ease,color .18s ease,border-color .18s ease,transform .18s ease}
.pg-door-series-switch a:hover{border-color:rgba(215,25,32,.40);color:var(--pg-red)!important;transform:translateY(-1px)}
.pg-door-series-switch a.is-active{background:var(--pg-ink);border-color:var(--pg-ink);color:#fff!important;box-shadow:none}
@media(max-width:782px){.pg-door-series-switch{padding:18px 0!important}.pg-door-series-switch .pg-shell{gap:10px}.pg-door-series-switch-label{font-size:.68rem}.pg-door-series-switch a{font-size:.78rem;padding:7px 11px}}
@media(max-width:520px){.pg-door-series-switch .pg-shell{display:block}.pg-door-series-switch-label{display:block;margin:0 0 9px}.pg-door-series-switch-links{width:100%}}

/* ---------- v7.0 Jobs: Tätigkeitsfelder + aufklappbare Stellen ---------- */
.pg-job-openings{display:grid;gap:14px;margin-top:36px}
.pg-job-opening{border:1px solid var(--pg-line);border-radius:22px;background:#fff;overflow:hidden;scroll-margin-top:110px;box-shadow:0 8px 30px rgba(18,18,20,.035)}
.pg-job-opening summary{list-style:none;display:grid;grid-template-columns:minmax(0,1fr) auto;gap:28px;align-items:center;padding:28px 30px;cursor:pointer;transition:background .18s ease}
.pg-job-opening summary::-webkit-details-marker{display:none}
.pg-job-opening summary:hover{background:#faf9f7}
.pg-job-opening summary>div>span{display:block;color:var(--pg-red);font-size:.75rem;font-weight:900;letter-spacing:.08em;margin-bottom:8px}
.pg-job-opening summary h3{margin:0;font-size:clamp(1.25rem,2vw,1.65rem);line-height:1.18}
.pg-job-opening summary p{margin:8px 0 0;color:var(--pg-muted);line-height:1.5}
.pg-job-opening-action{display:inline-flex;align-items:center;gap:10px;white-space:nowrap;font-size:.86rem;color:var(--pg-ink)}
.pg-job-opening-action:after{content:'+';display:grid;place-items:center;width:34px;height:34px;border-radius:50%;background:var(--pg-ink);color:#fff;font-size:1.2rem;font-weight:500;transition:transform .2s ease,background .2s ease}
.pg-job-opening[open] .pg-job-opening-action:after{content:'–';background:var(--pg-red);transform:rotate(180deg)}
.pg-job-opening[open] summary{background:#faf9f7}
.pg-job-opening-body{border-top:1px solid var(--pg-line);padding:32px 30px 30px;animation:pgJobReveal .22s ease both}
@keyframes pgJobReveal{from{opacity:0;transform:translateY(-5px)}to{opacity:1;transform:none}}
.pg-job-opening-intro{max-width:900px;margin:0 0 28px;font-size:1.04rem;line-height:1.72;color:#404044}
.pg-job-description-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:18px}
.pg-job-description-grid section{background:var(--pg-paper);border-radius:18px;padding:23px}
.pg-job-description-grid h4{margin:0 0 14px;font-size:1.05rem}
.pg-job-description-grid ul{margin:0;padding-left:1.15rem}
.pg-job-description-grid li{margin:.55rem 0;color:#56565b;line-height:1.55}
.pg-job-description-grid li::marker{color:var(--pg-red)}
.pg-job-opening-footer{display:flex;justify-content:space-between;align-items:center;gap:20px;margin-top:26px;padding-top:24px;border-top:1px solid var(--pg-line)}
.pg-job-opening-footer>span{font-weight:750;color:#55555a}
.pg-job-opening-footer .pg-html-btn{flex:0 0 auto}
@media(max-width:900px){.pg-job-description-grid{grid-template-columns:1fr}.pg-job-opening summary{grid-template-columns:1fr;gap:16px}.pg-job-opening-action{justify-self:start}.pg-job-opening-footer{align-items:flex-start;flex-direction:column}}
@media(max-width:600px){.pg-job-opening summary,.pg-job-opening-body{padding-left:20px;padding-right:20px}.pg-job-opening-footer .pg-html-btn{width:100%;text-align:center}}

/* v7.1 — Jobs: Bereichswechsel, vollständige Stelleninhalte, Bewerbungsformular */
.pg-job-world-switch-section{background:#fff;border-top:1px solid var(--pg-line);border-bottom:1px solid var(--pg-line);padding:24px 0}
.pg-job-world-switch{display:flex;align-items:center;justify-content:center;gap:10px;flex-wrap:wrap}
.pg-job-world-switch>span{font-size:.72rem;font-weight:900;letter-spacing:.1em;color:#77777c;margin-right:4px}
.pg-job-world-switch a{display:inline-flex;align-items:center;justify-content:center;min-height:42px;padding:9px 17px;border:1px solid var(--pg-line);border-radius:999px;background:#fff;color:var(--pg-ink);font-size:.86rem;font-weight:800;text-decoration:none;transition:background .18s ease,color .18s ease,border-color .18s ease,transform .18s ease}
.pg-job-world-switch a:hover{border-color:#b9b9bd;transform:translateY(-1px)}
.pg-job-world-switch a.is-active{background:var(--pg-ink);border-color:var(--pg-ink);color:#fff}
.pg-jobs-application{scroll-margin-top:110px}
.pg-jobs-application-head{margin-bottom:28px}
.pg-job-steps-light{margin:0 0 34px}
.pg-job-steps-light article{background:#fff;border:1px solid var(--pg-line);color:var(--pg-ink)}
.pg-job-steps-light article h3{color:var(--pg-ink)}
.pg-job-steps-light article p{color:var(--pg-muted)}
.pg-job-application-layout{margin-top:0}
.pg-job-application-form textarea{min-height:120px}
.pg-job-application-form .pg-optional{font-weight:500;color:var(--pg-muted)}
.pg-job-application-sidebar .pg-service-sidebar-card:first-child p{color:#d8d8dc}
.pg-job-application-sidebar .pg-service-sidebar-card:first-child a{color:#fff}
@media(max-width:720px){.pg-job-world-switch{justify-content:flex-start;overflow-x:auto;flex-wrap:nowrap;padding-bottom:4px}.pg-job-world-switch>span,.pg-job-world-switch a{flex:0 0 auto}}

/* v7.2 — Formulare: Checkbox/Datenschutz sauber ausrichten */
.pg-service-field label.pg-service-check{
  display:grid;
  grid-template-columns:20px minmax(0,1fr);
  align-items:start;
  gap:10px;
  width:100%;
  font-size:.85rem;
  font-weight:500;
  line-height:1.5;
  color:#555;
}
.pg-service-field label.pg-service-check input[type="checkbox"]{
  width:18px!important;
  min-width:18px!important;
  height:18px;
  margin:2px 0 0!important;
  padding:0!important;
  flex:none!important;
  box-shadow:none;
}
.pg-service-field label.pg-service-check span{
  display:block;
  min-width:0;
  max-width:720px;
}
.pg-service-field label.pg-service-check a{
  font-weight:750;
  color:inherit;
  text-decoration:underline;
  text-underline-offset:2px;
}

/* v7.3 – Jobs teilen: echter Share-Button statt Selbstlink auf /jobs/ */
.pg-share-jobs{font:inherit;cursor:pointer;border:1px solid transparent}

/* v7.4 — Kontakt-Hub und zentraler Bauelemente-Leadprozess */
.pg-contact-worlds{display:grid;grid-template-columns:1fr 1fr;gap:18px;margin-top:38px}
.pg-contact-world{position:relative;display:flex;flex-direction:column;min-height:330px;padding:38px;border:1px solid var(--pg-line);border-radius:24px;text-decoration:none!important;overflow:hidden;transition:transform var(--pg-transition),box-shadow var(--pg-transition),border-color var(--pg-transition)}
.pg-contact-world:hover{transform:translateY(-3px);box-shadow:0 20px 50px rgba(18,18,20,.10);border-color:#c9c9c9}
.pg-contact-world-building{background:#fff;color:var(--pg-ink)!important}
.pg-contact-world-service{background:var(--pg-ink);color:#fff!important;border-color:var(--pg-ink)}
.pg-contact-world-kicker{font-size:.78rem;font-weight:900;letter-spacing:.09em;text-transform:uppercase;color:var(--pg-red);margin-bottom:22px}
.pg-contact-world strong{display:block;max-width:620px;font-size:clamp(1.6rem,2.3vw,2.35rem);line-height:1.08;letter-spacing:-.035em}
.pg-contact-world p{max-width:620px;margin:20px 0 34px;font-size:1.04rem;line-height:1.65;color:var(--pg-muted)}
.pg-contact-world-service p{color:#c9c9cc}
.pg-contact-world-link{margin-top:auto;font-weight:850}
.pg-building-request-hero{background:linear-gradient(90deg,rgba(17,17,19,.94),rgba(17,17,19,.68),rgba(17,17,19,.25)),url('assets/images/product-fenster.avif') center/cover no-repeat}
@media(max-width:780px){.pg-contact-worlds{grid-template-columns:1fr}.pg-contact-world{min-height:280px;padding:28px}}

/* v7.5 – contextual lead routing */
.pg-lead-context{display:grid;gap:.2rem;margin:0 0 1rem;padding:.85rem 1rem;border:1px solid #dedede;border-radius:14px;background:#f7f6f3}
.pg-lead-context span{font-size:.72rem;font-weight:800;letter-spacing:.08em;text-transform:uppercase;color:#df161d}
.pg-lead-context strong{font-size:1rem;line-height:1.25;color:#171719}
.pg-lead-context small{font-size:.82rem;line-height:1.4;color:#73737a}

/* v7.6 – Hauptnavigation: genau eine Untermenü-Ebene */
.pg-site-header .wp-block-navigation-submenu{position:relative}
.pg-site-header .wp-block-navigation-submenu>.wp-block-navigation-item__content{display:inline-flex;align-items:center;gap:5px}
.pg-site-header .wp-block-navigation__submenu-icon{width:12px;height:12px;margin-left:3px;color:#666}
.pg-site-header .wp-block-navigation__submenu-container{
  min-width:270px!important;
  padding:10px!important;
  border:1px solid rgba(18,18,20,.10)!important;
  border-radius:18px!important;
  background:rgba(255,255,255,.98)!important;
  box-shadow:0 18px 50px rgba(18,18,20,.13)!important;
  backdrop-filter:blur(18px) saturate(140%);
  gap:2px!important;
}
.pg-site-header .wp-block-navigation__submenu-container .wp-block-navigation-item{border-radius:11px}
.pg-site-header .wp-block-navigation__submenu-container .wp-block-navigation-item__content{
  display:flex;
  width:100%;
  padding:10px 12px!important;
  border-radius:11px;
  font-size:.86rem;
  line-height:1.25;
  white-space:nowrap;
}
.pg-site-header .wp-block-navigation__submenu-container .wp-block-navigation-item__content:hover{
  background:#f5f3f0;
  color:var(--pg-ink)!important;
}
.pg-site-header .pg-nav-submenu-cta>.wp-block-navigation-item__content{
  margin-top:4px;
  background:var(--pg-ink);
  color:#fff!important;
}
.pg-site-header .pg-nav-submenu-cta>.wp-block-navigation-item__content:hover{
  background:var(--pg-red);
  color:#fff!important;
}
.pg-site-header .pg-nav-bauelemente>.wp-block-navigation__submenu-container{width:292px!important;min-width:292px!important}
.pg-site-header .pg-nav-service>.wp-block-navigation__submenu-container{min-width:290px!important}
.pg-site-header .pg-nav-unternehmen>.wp-block-navigation__submenu-container{min-width:245px!important}

/* Das Sprungziel soll unter dem sticky Header sichtbar ankommen. */
#reparatur-wartung{scroll-margin-top:96px}

@media (max-width:782px){
  .pg-site-header .wp-block-navigation__responsive-container.is-menu-open{
    padding:24px!important;
    background:#fff!important;
  }
  .pg-site-header .wp-block-navigation__responsive-container.is-menu-open .wp-block-navigation__responsive-container-content{
    align-items:stretch!important;
    padding-top:64px!important;
  }
  .pg-site-header .wp-block-navigation__responsive-container.is-menu-open .wp-block-navigation__container{
    width:100%;
    align-items:stretch!important;
    gap:2px!important;
  }
  .pg-site-header .wp-block-navigation__responsive-container.is-menu-open .wp-block-navigation-item{
    width:100%;
    align-items:stretch!important;
  }
  .pg-site-header .wp-block-navigation__responsive-container.is-menu-open .wp-block-navigation-item__content{
    width:100%;
    padding:11px 0!important;
    font-size:1.08rem;
  }
  .pg-site-header .wp-block-navigation__responsive-container.is-menu-open .wp-block-navigation-submenu{
    display:block!important;
  }
  .pg-site-header .wp-block-navigation__responsive-container.is-menu-open .wp-block-navigation__submenu-icon{
    position:absolute;
    right:0;
    top:14px;
    width:18px;
    height:18px;
  }
  .pg-site-header .wp-block-navigation__responsive-container.is-menu-open .wp-block-navigation__submenu-container{
    position:static!important;
    visibility:visible!important;
    opacity:1!important;
    width:100%!important;
    min-width:0!important;
    height:auto!important;
    padding:2px 0 12px 18px!important;
    border:0!important;
    border-left:2px solid #ece8e4!important;
    border-radius:0!important;
    box-shadow:none!important;
    background:transparent!important;
  }
  .pg-site-header .wp-block-navigation__responsive-container.is-menu-open .wp-block-navigation__submenu-container .wp-block-navigation-item__content{
    padding:7px 10px!important;
    font-size:.92rem;
    color:#555!important;
    white-space:normal;
  }
  .pg-site-header .wp-block-navigation__responsive-container.is-menu-open .pg-nav-submenu-cta>.wp-block-navigation-item__content{
    display:inline-flex;
    width:auto;
    margin-top:5px;
    padding:9px 12px!important;
    background:var(--pg-ink);
    color:#fff!important;
  }
}

/* v7.7 – kompakter Footer, breitere Service-Navigation und bildgeführte Serviceleistungen */
.pg-site-footer{padding:40px 0 26px!important}
.pg-footer-grid{gap:26px!important;align-items:flex-start!important}
.pg-site-footer h4{margin:0 0 11px!important}
.pg-site-footer .wp-block-column p{margin:0 0 7px!important;line-height:1.35}
.pg-footer-address{margin-top:14px!important;line-height:1.45}
.pg-footer-legal{margin-top:25px!important;padding-top:15px!important}
.pg-footer-legal p{margin:0!important}

@media (min-width:783px){
  .pg-site-header .pg-nav-service>.wp-block-navigation__submenu-container{
    display:grid!important;
    grid-template-columns:repeat(2,minmax(0,1fr));
    width:540px!important;
    min-width:540px!important;
    column-gap:4px!important;
    row-gap:2px!important;
  }
  .pg-site-header .pg-nav-service>.wp-block-navigation__submenu-container>.wp-block-navigation-item{min-width:0}
  .pg-site-header .pg-nav-service>.wp-block-navigation__submenu-container .wp-block-navigation-item__content{white-space:normal}
  .pg-site-header .pg-nav-service>.wp-block-navigation__submenu-container>.pg-nav-submenu-cta{grid-column:1/-1}
}

.pg-service-image-card{padding:0!important;overflow:hidden;min-height:365px;background:#fff}
.pg-service-image-card figure{margin:0!important;height:154px;overflow:hidden;background:#ecebea}
.pg-service-image-card figure img{display:block;width:100%;height:100%;object-fit:cover;transition:transform .35s ease}
.pg-service-image-card:hover figure img{transform:scale(1.035)}
.pg-service-image-card .pg-card-num{margin:18px 23px 0!important}
.pg-service-image-card h3{margin:12px 23px 8px!important}
.pg-service-image-card p{margin:0 23px!important}
.pg-service-image-card>a:last-child{margin:16px 23px 23px!important}
.pg-service-secondary-grid{grid-template-columns:repeat(3,minmax(0,1fr))}

@media(max-width:960px){.pg-service-secondary-grid{grid-template-columns:repeat(2,minmax(0,1fr))}}
@media(max-width:782px){
  .pg-site-footer{padding:32px 0 20px!important}
  .pg-footer-grid,.pg-footer-legal{padding-left:20px!important;padding-right:20px!important}
  .pg-footer-grid{gap:21px!important;row-gap:21px!important}
  .pg-site-footer .wp-block-column{margin:0!important}
  .pg-site-footer .pg-brand-logo{width:158px}
  .pg-footer-address{margin-top:11px!important}
  .pg-footer-legal{margin-top:20px!important;padding-top:13px!important;gap:8px!important}
  .pg-site-header .pg-nav-service>.wp-block-navigation__submenu-container{display:block!important;width:100%!important}
}
@media(max-width:700px){
  .pg-service-image-card{min-height:0}
  .pg-service-image-card figure{height:190px}
  .pg-service-secondary-grid{grid-template-columns:1fr}
}


/* v7.8 – Fenster emotionaler, materialbezogen und bildgeführt */
.pg-window-hero{
  background-image:linear-gradient(90deg,rgba(10,10,12,.78) 0%,rgba(10,10,12,.52) 48%,rgba(10,10,12,.2) 100%),var(--pg-window-hero-image,url('assets/images/product-fenster.avif'))!important;
  background-position:center 57%!important;
  background-size:cover!important;
}
.pg-window-material-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:18px;margin-top:34px}
.pg-window-material-grid .pg-photo-card{min-height:0}
.pg-window-material-grid .pg-photo-card-media{height:340px}
.pg-window-material-grid .pg-photo-card-media img{width:100%;height:100%;object-fit:cover}
.pg-window-material-grid .pg-photo-card-body{padding:25px 26px 27px}
.pg-window-material-grid .pg-photo-card-body strong{font-size:1.42rem;line-height:1.12}
.pg-window-material-grid .pg-photo-card-body small{display:block;margin-top:14px;color:#777;font-weight:700}

.pg-window-experience{background:#171719!important;color:#fff}
.pg-window-experience h2{color:#fff!important;font-size:clamp(2.4rem,4.8vw,4.5rem)!important;max-width:620px}
.pg-window-experience .pg-eyebrow{color:#ff6d67}
.pg-window-experience-head{display:grid;grid-template-columns:minmax(0,.9fr) minmax(320px,.7fr);gap:60px;align-items:end;margin-bottom:34px}
.pg-window-experience-head>p{margin:0 0 8px;color:#c8c8cc;line-height:1.7;font-size:1.04rem}
.pg-window-experience-grid{display:grid;grid-template-columns:1.35fr .65fr;grid-template-rows:repeat(2,260px);gap:16px}
.pg-window-experience-grid figure{position:relative;margin:0;overflow:hidden;border-radius:22px;background:#242426}
.pg-window-experience-grid .pg-window-experience-main{grid-row:1/3}
.pg-window-experience-grid img{display:block;width:100%;height:100%;object-fit:cover;transition:transform .45s ease}
.pg-window-experience-grid figure:hover img{transform:scale(1.025)}
.pg-window-experience-grid figcaption{position:absolute;left:0;right:0;bottom:0;padding:56px 24px 22px;background:linear-gradient(180deg,transparent,rgba(7,7,8,.82));display:flex;flex-direction:column;gap:3px}
.pg-window-experience-grid figcaption strong{font-size:1.22rem;color:#fff}
.pg-window-experience-grid figcaption span{color:#ddd;font-size:.95rem}

.pg-window-architecture-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:18px;margin-top:34px}
.pg-window-architecture-grid .pg-photo-card{min-height:0}
.pg-window-architecture-grid .pg-photo-card-media{height:300px}
.pg-window-architecture-grid .pg-photo-card-media img{width:100%;height:100%;object-fit:cover}
.pg-window-secondary-link{margin:24px 0 0;text-align:right}
.pg-window-secondary-link a{font-weight:800;text-decoration:none;color:var(--pg-ink)}
.pg-window-secondary-link a:hover{text-decoration:underline}
.pg-window-large-openings .pg-media-split-image img{min-height:520px;object-fit:cover}

@media(max-width:900px){
  .pg-window-experience-head{grid-template-columns:1fr;gap:12px}
  .pg-window-experience-grid{grid-template-columns:1fr 1fr;grid-template-rows:360px 260px}
  .pg-window-experience-grid .pg-window-experience-main{grid-column:1/3;grid-row:auto}
  .pg-window-material-grid,.pg-window-architecture-grid{grid-template-columns:1fr 1fr}
  .pg-window-material-grid .pg-photo-card-media{height:280px}
}
@media(max-width:650px){
  .pg-window-material-grid,.pg-window-architecture-grid{grid-template-columns:1fr}
  .pg-window-material-grid .pg-photo-card-media,.pg-window-architecture-grid .pg-photo-card-media{height:245px}
  .pg-window-experience-grid{grid-template-columns:1fr;grid-template-rows:auto;gap:12px}
  .pg-window-experience-grid .pg-window-experience-main{grid-column:auto;grid-row:auto;height:360px}
  .pg-window-experience-grid figure:not(.pg-window-experience-main){height:245px}
  .pg-window-large-openings .pg-media-split-image img{min-height:330px}
}

/* v7.10 Fenster – Marken erst in der Vertiefung, saubere Schriftfarben und technische Bildkarten */
.pg-window-maker-section{background:#fff!important;color:var(--pg-ink)!important}
.pg-window-maker-section h2,.pg-window-maker-section h3,.pg-window-maker-section strong{color:var(--pg-ink)!important}
.pg-window-maker-section .pg-section-lead,.pg-window-maker-section p{color:var(--pg-muted)}
.pg-window-maker-section .pg-eyebrow,.pg-window-maker-section .pg-photo-card-kicker{color:var(--pg-red)!important}
.pg-window-maker-section .pg-photo-card{color:var(--pg-ink)!important}
.pg-window-maker-section .pg-photo-card p{color:var(--pg-muted)!important}
.pg-window-maker-section .pg-photo-card small{color:#666!important}
.pg-photo-card-grid-2{grid-template-columns:repeat(2,minmax(0,1fr))}
.pg-window-tech-media{background:#ece8df!important}
.pg-window-tech-media img{object-fit:contain!important;padding:12px;background:#ece8df}
.pg-detail-dark p,.pg-window-experience-head>p{color:#e1e1e4!important}
.pg-detail-dark .pg-check-list p,.pg-window-large-openings .pg-check-list p,.pg-window-experience .pg-check-list p,.pg-bg-dark .pg-check-list p{color:#f0f0f2!important;border-bottom-color:rgba(255,255,255,.12)}
@media(max-width:760px){.pg-photo-card-grid-2{grid-template-columns:1fr}.pg-window-tech-media{height:260px!important}}

/* v7.13 – DÖPFNER bildstärker / ALUPROF Fenster- und Schiebewelt */
.pg-window-reference-grid{
  display:grid;
  grid-template-columns:repeat(3,minmax(0,1fr));
  gap:16px;
  margin-top:34px;
}
.pg-window-reference-grid figure,
.pg-window-detail-pair figure{
  position:relative;
  margin:0;
  overflow:hidden;
  border-radius:22px;
  background:#eceae6;
}
.pg-window-reference-grid figure{height:300px}
.pg-window-reference-grid img,
.pg-window-detail-pair img{
  display:block;
  width:100%;
  height:100%;
  object-fit:cover;
  transition:transform .4s ease;
}
.pg-window-reference-grid figure:hover img,
.pg-window-detail-pair figure:hover img{transform:scale(1.018)}
.pg-window-reference-grid figcaption,
.pg-window-detail-pair figcaption{
  position:absolute;
  left:0;right:0;bottom:0;
  padding:48px 18px 17px;
  background:linear-gradient(180deg,transparent,rgba(8,8,10,.78));
  color:#fff;
  font-weight:750;
  line-height:1.25;
}
.pg-window-detail-pair{
  display:grid;
  grid-template-columns:repeat(2,minmax(0,1fr));
  gap:16px;
  margin-top:16px;
}
.pg-window-detail-pair figure{height:330px}
.pg-window-maker-guidance{
  max-width:900px;
  margin:28px 0 0!important;
  padding:20px 22px;
  border-left:3px solid var(--pg-red);
  background:#f4f2ee;
  color:var(--pg-ink)!important;
  font-size:1.02rem;
  line-height:1.65;
}
.pg-tech-footnote{font-size:.82rem;color:#777;margin-top:12px!important}
.pg-window-maker-section .wp-block-button.pg-btn-dark .wp-block-button__link{background:#171719!important;color:#fff!important}
@media(max-width:850px){
  .pg-window-reference-grid{grid-template-columns:1fr 1fr}
  .pg-window-reference-grid figure:first-child{grid-column:1/3;height:360px}
}
@media(max-width:650px){
  .pg-window-reference-grid,.pg-window-detail-pair{grid-template-columns:1fr}
  .pg-window-reference-grid figure,.pg-window-reference-grid figure:first-child,.pg-window-detail-pair figure{grid-column:auto;height:250px}
}

/* v7.15 – Bildkennzeichnung: nur KI-generierte Bilder sichtbar kennzeichnen.
   Freigegebene Originalbilder von ALUPROF/DÖPFNER/WEINSTOCK erhalten keinen Quellen-Badge. */
.pg-source-aluprof{position:relative}
.pg-aluprof-emotion{background:#171719!important;color:#fff}
.pg-aluprof-emotion h2{color:#fff!important}
.pg-aluprof-emotion .pg-section-lead{color:#d8d8dc!important}
.pg-aluprof-emotion .pg-window-reference-grid{margin-top:28px}
.pg-aluprof-emotion .pg-window-reference-grid figure:first-child{grid-column:span 2;height:430px}
.pg-aluprof-emotion .pg-window-reference-grid figure:not(:first-child){height:430px}
.pg-aluprof-emotion .pg-window-reference-grid figcaption{font-size:1rem}
@media(max-width:900px){
  .pg-aluprof-emotion .pg-window-reference-grid figure:first-child{grid-column:1/3;height:360px}
  .pg-aluprof-emotion .pg-window-reference-grid figure:not(:first-child){height:300px}
}
@media(max-width:650px){
  .pg-aluprof-emotion .pg-window-reference-grid figure:first-child,
  .pg-aluprof-emotion .pg-window-reference-grid figure:not(:first-child){grid-column:auto;height:260px}
}
.pg-aluprof-hero{position:relative}

/* Nur bewusst eingesetzte KI-Bilder mit dieser Klasse versehen. */
.pg-source-ai{position:relative}
.pg-source-ai::after{
  content:"KI-generiertes Bild";
  position:absolute;right:12px;bottom:12px;z-index:3;
  padding:5px 8px;border-radius:999px;
  background:rgba(17,17,19,.72);color:#fff;
  font-size:.67rem;font-weight:750;letter-spacing:.04em;
  line-height:1;pointer-events:none;backdrop-filter:blur(4px);
}
@media(max-width:650px){.pg-source-ai::after{right:9px;bottom:9px;font-size:.62rem}}

/* ---------- v7.22 EHRET Fensterläden: emotional manufacturer depth ---------- */
.pg-ehret-hero{min-height:610px;background-size:cover;background-position:center 42%;position:relative}
.pg-ehret-hero .pg-detail-hero-inner{padding:104px 0 112px!important}
.pg-ehret-hero h1{font-size:clamp(3.1rem,6.5vw,6rem);max-width:900px;line-height:.92}
.pg-ehret-hero .pg-detail-hero-lead{max-width:770px}
.pg-ehret-systems .pg-photo-card{min-height:520px}
.pg-ehret-systems .pg-photo-card-media{height:300px}
.pg-ehret-inspiration{background:#171719!important;color:#fff}
.pg-ehret-inspiration h2{color:#fff!important;font-size:clamp(2.4rem,4.8vw,4.4rem)!important;max-width:900px}
.pg-ehret-inspiration .pg-section-lead{color:#c9c9cd;max-width:860px}
.pg-ehret-mosaic{display:grid;grid-template-columns:1.45fr .9fr;grid-template-rows:1fr 1fr;gap:14px;margin-top:38px}
.pg-ehret-mosaic figure{margin:0;position:relative;overflow:hidden;border-radius:22px;min-height:290px;background:#252528}
.pg-ehret-mosaic .pg-ehret-mosaic-large{grid-row:1 / span 2;min-height:600px}
.pg-ehret-mosaic img{width:100%;height:100%;object-fit:cover;position:absolute;inset:0}
.pg-ehret-mosaic figure:after{content:"";position:absolute;inset:36% 0 0;background:linear-gradient(180deg,transparent,rgba(7,7,8,.88))}
.pg-ehret-mosaic figcaption{position:absolute;z-index:2;left:24px;right:24px;bottom:22px;color:#fff}
.pg-ehret-mosaic figcaption strong{display:block;font-size:1.32rem;margin-bottom:6px}
.pg-ehret-mosaic figcaption span{display:block;color:#d2d2d5;line-height:1.5;font-size:.92rem}
.pg-ehret-fillings{background:#111113!important}
.pg-ehret-filling-list{display:grid;grid-template-columns:1fr 1fr;gap:10px;margin-top:28px}
.pg-ehret-filling-list>div{border-top:1px solid rgba(255,255,255,.18);padding:14px 0 10px}
.pg-ehret-filling-list strong{display:block;color:#fff;margin-bottom:6px}
.pg-ehret-filling-list span{display:block;color:#bdbdc1;font-size:.9rem;line-height:1.5}
.pg-ehret-colors{background:#f4f2ee!important}
.pg-ehret-color-head{display:grid;grid-template-columns:minmax(0,.9fr) minmax(420px,1.1fr);gap:46px;align-items:center;margin-bottom:36px}
.pg-ehret-color-head h2{font-size:clamp(2.5rem,5vw,4.7rem)!important;line-height:.96;max-width:720px}
.pg-ehret-color-head p:not(.pg-eyebrow){color:var(--pg-muted);line-height:1.7;max-width:720px}
.pg-ehret-color-head img{width:100%;height:330px;object-fit:cover;border-radius:22px;box-shadow:0 18px 55px rgba(18,18,20,.10)}
.pg-ehret-color-grid .pg-photo-card{min-height:430px}
.pg-ehret-color-grid .pg-photo-card-media{height:250px}
.pg-ehret-color-facts{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:14px;margin-top:22px}
.pg-ehret-color-facts>div{background:#fff;border:1px solid var(--pg-line);border-radius:18px;padding:22px}
.pg-ehret-color-facts strong{display:block;font-size:1.2rem;margin-bottom:8px;color:var(--pg-ink)}
.pg-ehret-color-facts span{display:block;color:var(--pg-muted);font-size:.9rem;line-height:1.55}
.pg-ehret-planning .pg-media-split-image img{object-fit:cover}
@media(max-width:980px){.pg-ehret-mosaic{grid-template-columns:1fr 1fr;grid-template-rows:auto}.pg-ehret-mosaic .pg-ehret-mosaic-large{grid-column:1 / -1;grid-row:auto;min-height:480px}.pg-ehret-color-head{grid-template-columns:1fr}.pg-ehret-color-head img{height:300px}.pg-ehret-color-facts{grid-template-columns:1fr 1fr}}
@media(max-width:700px){.pg-ehret-hero{min-height:540px}.pg-ehret-hero .pg-detail-hero-inner{padding:78px 0 82px!important}.pg-ehret-mosaic{grid-template-columns:1fr}.pg-ehret-mosaic .pg-ehret-mosaic-large{grid-column:auto;min-height:390px}.pg-ehret-mosaic figure{min-height:340px}.pg-ehret-filling-list,.pg-ehret-color-facts{grid-template-columns:1fr}.pg-ehret-color-head img{height:230px}.pg-ehret-systems .pg-photo-card-media{height:260px}}

/* ---------- v7.23 EHRET Unterseiten: mehr Bilder und mehr Detailtiefe ---------- */
.pg-shutter-visuals h2{color:#fff!important;max-width:820px}
.pg-shutter-visuals .pg-section-lead{color:#d2d2d6!important;max-width:860px}
.pg-shutter-option-grid{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:14px;margin-top:34px}
.pg-shutter-option-grid article{background:#fff;border:1px solid var(--pg-line);border-radius:20px;padding:24px;min-height:240px}
.pg-shutter-option-grid span{display:block;color:var(--pg-red);font-size:.82rem;font-weight:900;letter-spacing:.08em;margin-bottom:18px}
.pg-shutter-option-grid h3{font-size:1.34rem;line-height:1.12;margin:0 0 10px}
.pg-shutter-option-grid p{margin:0;color:var(--pg-muted);line-height:1.58}
.pg-shutter-inline-link{margin:20px 0 0!important}
.pg-shutter-inline-link a{font-weight:800;text-decoration:none;color:var(--pg-ink)}
.pg-shutter-inline-link a:hover{text-decoration:underline}
.pg-shutter-split-section .pg-media-split-image img{min-height:460px;object-fit:cover}
@media(max-width:1100px){.pg-shutter-option-grid{grid-template-columns:repeat(2,minmax(0,1fr))}}
@media(max-width:760px){.pg-shutter-option-grid{grid-template-columns:1fr}.pg-shutter-split-section .pg-media-split-image img{min-height:320px}}

/* ---------- v7.24 EHRET Unterseiten: Bildkarten in Ausführung und Planung ---------- */
.pg-shutter-photo-grid .pg-photo-card{min-height:420px}
.pg-shutter-photo-grid .pg-photo-card-media{height:235px}
.pg-shutter-plan-grid .pg-photo-card-media{height:220px}
.pg-shutter-photo-grid .pg-photo-card-body strong{font-size:1.34rem}
.pg-shutter-photo-grid .pg-photo-card-body p{font-size:.98rem}
@media(max-width:760px){.pg-shutter-photo-grid .pg-photo-card-media,.pg-shutter-plan-grid .pg-photo-card-media{height:240px}}

/* ---------- v7.26 EHRET Farben & Dekore: echte Farbwelt + kompakter Breadcrumb ---------- */
.pg-ehret-color-detail-hero{background-size:cover;background-position:center}
.pg-ehret-color-identity .pg-identity-photo img{object-fit:cover;background:#f4f2ee}
.pg-ehret-color-sampling .pg-media-split-image img{min-height:440px;object-fit:cover}
@media(max-width:760px){.pg-ehret-color-sampling .pg-media-split-image img{min-height:300px}}

/* ---------- v7.26a SUNSHIELD: Landingpage-Inhalte in die neue Produktwelt integriert ---------- */
.pg-sunshield-page-hero-v726a{
  min-height:720px;
  background-position:center 48%;background-size:cover;background-repeat:no-repeat;
}
.pg-sunshield-page-hero-v726a .pg-product-hero-inner{padding-top:104px!important;padding-bottom:102px!important}
.pg-sunshield-page-hero-v726a h1{max-width:970px;font-size:clamp(3rem,6.5vw,6.35rem);line-height:.94}
.pg-sunshield-visual-apps{background:#fff}
.pg-sunshield-visual-grid{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:16px}
.pg-sunshield-visual-card{overflow:hidden;border:1px solid var(--pg-line);border-radius:22px;background:#fff;box-shadow:0 12px 38px rgba(18,18,20,.045)}
.pg-sunshield-visual-card img{display:block;width:100%;height:275px;object-fit:cover;background:#ececea}
.pg-sunshield-visual-card>div{padding:24px 24px 28px}.pg-sunshield-visual-card span{display:block;color:var(--pg-red);font-size:.75rem;font-weight:900;letter-spacing:.08em;margin-bottom:9px}.pg-sunshield-visual-card h3{margin:0 0 10px;font-size:1.45rem;line-height:1.08}.pg-sunshield-visual-card p{margin:0;color:var(--pg-muted);line-height:1.58}
.pg-sunshield-daylight{background:var(--pg-paper)}
.pg-sunshield-benefit-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:1px;background:var(--pg-line);border:1px solid var(--pg-line);border-radius:20px;overflow:hidden;margin-top:38px}
.pg-sunshield-benefit-grid>div{background:#fff;padding:27px 28px}.pg-sunshield-benefit-grid strong{display:block;font-size:1.12rem;color:var(--pg-ink);margin-bottom:7px}.pg-sunshield-benefit-grid span{display:block;color:var(--pg-muted);line-height:1.52;font-size:.94rem}
.pg-sunshield-material-v726a{background:var(--pg-ink);color:#fff}.pg-sunshield-material-v726a h2,.pg-sunshield-material-v726a .pg-eyebrow{color:#fff}.pg-sunshield-material-v726a .pg-eyebrow:before{background:#fff}.pg-sunshield-material-v726a .pg-proto-section-head>p{color:#bfc0c3}
.pg-sunshield-material-grid{display:grid;grid-template-columns:1fr 1fr;gap:20px}.pg-sunshield-material-grid article{position:relative;min-height:560px;overflow:hidden;border-radius:22px;background:#222}.pg-sunshield-material-grid img{position:absolute;inset:0;width:100%;height:100%;object-fit:cover}.pg-sunshield-material-grid article:after{content:"";position:absolute;inset:0;background:linear-gradient(0deg,rgba(0,0,0,.83),rgba(0,0,0,.06) 68%)}.pg-sunshield-material-grid article>div{position:absolute;z-index:2;left:30px;right:30px;bottom:28px}.pg-sunshield-material-grid span{display:block;color:#ff777c;font-size:.76rem;font-weight:900;letter-spacing:.09em;text-transform:uppercase;margin-bottom:7px}.pg-sunshield-material-grid h3{color:#fff;margin:0 0 11px;font-size:2rem;line-height:1.03}.pg-sunshield-material-grid p{margin:0;color:rgba(255,255,255,.82);line-height:1.58;max-width:600px}
.pg-sunshield-family-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:16px;margin-top:34px}.pg-sunshield-family-card{overflow:hidden;border:1px solid var(--pg-line);border-radius:20px;background:#fff;box-shadow:0 10px 30px rgba(18,18,20,.035)}.pg-sunshield-family-card img{display:block;width:100%;height:285px;object-fit:cover;background:#ececea}.pg-sunshield-family-card>div{padding:25px 26px 28px}.pg-sunshield-family-grid span{display:block;color:var(--pg-red);font-size:.74rem;font-weight:900;letter-spacing:.055em;text-transform:uppercase;line-height:1.35}.pg-sunshield-family-grid strong{display:block;font-size:1.55rem;color:var(--pg-ink);margin:8px 0 10px}.pg-sunshield-family-grid p{margin:0;color:var(--pg-muted);line-height:1.57}.pg-sunshield-tech-note{max-width:950px;margin:28px 0 0!important;padding-left:18px;border-left:3px solid var(--pg-red);color:var(--pg-muted);line-height:1.62}
.pg-sunshield-automation{background:#fff}.pg-sunshield-architects{background:var(--pg-paper)}
.pg-sunshield-split{display:grid;grid-template-columns:minmax(0,1fr) minmax(360px,.9fr);gap:54px;align-items:center}.pg-sunshield-split-reverse{grid-template-columns:minmax(360px,.9fr) minmax(0,1fr)}.pg-sunshield-split h2{font-size:clamp(2.15rem,4vw,4.2rem);line-height:.98;margin-top:5px}.pg-sunshield-split>div>p:not(.pg-eyebrow){color:var(--pg-muted);line-height:1.68}.pg-sunshield-split-image{position:relative;overflow:hidden;border-radius:22px;min-height:500px;background:#ddd}.pg-sunshield-split-image img{position:absolute;inset:0;width:100%;height:100%;object-fit:cover}.pg-sunshield-split-image:after{content:"";position:absolute;inset:0;background:linear-gradient(0deg,rgba(0,0,0,.58),transparent 42%)}.pg-sunshield-split-image span{position:absolute;z-index:2;left:22px;right:22px;bottom:20px;color:#fff;font-size:.9rem;font-weight:800;line-height:1.4}
.pg-sunshield-references{background:#fff}.pg-sunshield-reference-grid{display:grid;grid-template-columns:2fr 1fr 1fr;grid-auto-rows:285px;gap:12px}.pg-sunshield-reference-grid figure{position:relative;overflow:hidden;border-radius:18px;margin:0;background:#ddd}.pg-sunshield-reference-grid .pg-sunshield-reference-main{grid-row:span 2}.pg-sunshield-reference-grid img{width:100%;height:100%;object-fit:cover;transition:transform .25s ease}.pg-sunshield-reference-grid figure:hover img{transform:scale(1.025)}.pg-sunshield-reference-grid figcaption{position:absolute;left:0;right:0;bottom:0;padding:55px 20px 18px;background:linear-gradient(0deg,rgba(0,0,0,.74),transparent);color:#fff}.pg-sunshield-reference-grid figcaption strong,.pg-sunshield-reference-grid figcaption span{display:block}.pg-sunshield-reference-grid figcaption strong{font-size:1.02rem}.pg-sunshield-reference-grid figcaption span{font-size:.78rem;color:rgba(255,255,255,.76);margin-top:3px}
.pg-sunshield-final-cta{background:var(--pg-red)!important}.pg-sunshield-final-cta .pg-eyebrow{color:#fff!important}.pg-sunshield-final-cta .pg-eyebrow:before{background:#fff}.pg-sunshield-final-cta h2{color:#fff}.pg-sunshield-final-cta p{color:rgba(255,255,255,.84)}
@media(max-width:1080px){.pg-sunshield-visual-grid{grid-template-columns:repeat(2,minmax(0,1fr))}.pg-sunshield-reference-grid{grid-template-columns:1fr 1fr}.pg-sunshield-reference-grid .pg-sunshield-reference-main{grid-row:span 1}.pg-sunshield-split,.pg-sunshield-split-reverse{grid-template-columns:1fr}.pg-sunshield-split-image{min-height:420px}}
@media(max-width:760px){.pg-sunshield-page-hero-v726a{min-height:650px}.pg-sunshield-page-hero-v726a .pg-product-hero-inner{padding-top:74px!important;padding-bottom:72px!important}.pg-sunshield-visual-grid,.pg-sunshield-benefit-grid,.pg-sunshield-material-grid,.pg-sunshield-family-grid,.pg-sunshield-reference-grid{grid-template-columns:1fr}.pg-sunshield-material-grid article{min-height:440px}.pg-sunshield-family-card img{height:250px}.pg-sunshield-split-image{min-height:340px}.pg-sunshield-reference-grid{grid-auto-rows:260px}}

/* ---------- v7.26b EHRET Fensterläden: Motorisierung ---------- */
.pg-ehret-motor .pg-media-split-image img{min-height:470px;object-fit:cover}
.pg-ehret-motor h2{font-size:clamp(2.5rem,4.8vw,4.5rem)!important;line-height:.96}
.pg-ehret-motor-facts{display:grid;gap:0;margin:28px 0 30px;border-top:1px solid var(--pg-line)}
.pg-ehret-motor-facts>div{display:grid;grid-template-columns:145px 1fr;gap:18px;padding:15px 0;border-bottom:1px solid var(--pg-line)}
.pg-ehret-motor-facts strong{color:var(--pg-ink)}
.pg-ehret-motor-facts span{color:var(--pg-muted);line-height:1.55}
.pg-ehret-klapp-motor{background:#171719!important;color:#fff}
.pg-ehret-klapp-motor h2{color:#fff!important;font-size:clamp(2.5rem,5vw,4.6rem)!important;line-height:.96;max-width:780px}
.pg-ehret-klapp-motor .pg-eyebrow{color:#ff6d67}
.pg-ehret-klapp-motor .pg-ehret-motor-head{display:grid;grid-template-columns:minmax(0,.9fr) minmax(420px,1.1fr);gap:46px;align-items:center;margin-bottom:34px}
.pg-ehret-klapp-motor .pg-ehret-motor-head p:not(.pg-eyebrow){color:#d1d1d5;line-height:1.7;max-width:720px}
.pg-ehret-klapp-motor .pg-ehret-motor-head img{width:100%;height:330px;object-fit:cover;border-radius:22px}
.pg-ehret-motor-grid{grid-template-columns:repeat(3,minmax(0,1fr))}
.pg-ehret-motor-grid .pg-photo-card{min-height:500px;border-color:rgba(255,255,255,.12)}
.pg-ehret-motor-grid .pg-photo-card-media{height:260px}
.pg-ehret-motor-grid .pg-photo-card-body small{color:#68686e}
.pg-ehret-motor-control{display:flex;align-items:center;gap:18px;flex-wrap:wrap;margin-top:22px;padding:20px 22px;border:1px solid rgba(255,255,255,.16);border-radius:18px;background:rgba(255,255,255,.05)}
.pg-ehret-motor-control strong{color:#fff;font-size:1.05rem}
.pg-ehret-motor-control span{color:#c8c8cc}
.pg-ehret-motor-control a{margin-left:auto;color:#fff;font-weight:800;text-decoration:none}
.pg-ehret-motor-control a:hover{text-decoration:underline}
.pg-ehret-motor-note{background:#f4f2ee!important}
.pg-ehret-motor-note-inner{display:grid;grid-template-columns:minmax(0,1fr) auto;gap:40px;align-items:center;border-top:1px solid var(--pg-line);padding-top:24px}
.pg-ehret-motor-note h2{font-size:clamp(2rem,3.5vw,3.2rem)!important;margin:0 0 12px}
.pg-ehret-motor-note p{margin:0;max-width:850px;color:var(--pg-muted);line-height:1.65}
.pg-ehret-motor-note a{display:inline-flex;align-items:center;justify-content:center;min-height:48px;padding:0 18px;border-radius:999px;background:var(--pg-ink);color:#fff!important;text-decoration:none!important;font-weight:800;white-space:nowrap}
@media(max-width:950px){
  .pg-ehret-klapp-motor .pg-ehret-motor-head{grid-template-columns:1fr}
  .pg-ehret-motor-grid{grid-template-columns:1fr 1fr}
  .pg-ehret-motor-grid .pg-photo-card:last-child{grid-column:1/-1}
  .pg-ehret-motor-note-inner{grid-template-columns:1fr}
}
@media(max-width:700px){
  .pg-ehret-motor-facts>div{grid-template-columns:1fr;gap:5px}
  .pg-ehret-klapp-motor .pg-ehret-motor-head img{height:250px}
  .pg-ehret-motor-grid{grid-template-columns:1fr}
  .pg-ehret-motor-grid .pg-photo-card:last-child{grid-column:auto}
  .pg-ehret-motor-control a{margin-left:0;width:100%}
}

/* ---------- v7.26c SUNSHIELD: lokale Herstellerbilder + visuelle Lamellenwahl ---------- */

/* ---------- v7.26d EHRET Motorisierung: Karten-Textfarben ---------- */
.pg-ehret-klapp-motor .pg-ehret-motor-grid .pg-photo-card{background:#fff;color:var(--pg-ink)!important}
.pg-ehret-klapp-motor .pg-ehret-motor-grid .pg-photo-card strong{color:var(--pg-ink)!important}
.pg-ehret-klapp-motor .pg-ehret-motor-grid .pg-photo-card p{color:var(--pg-muted)!important}
.pg-ehret-klapp-motor .pg-ehret-motor-grid .pg-photo-card small{color:#555!important}
.pg-ehret-klapp-motor .pg-ehret-motor-grid .pg-photo-card-kicker{color:var(--pg-red)!important}

/* ---------- v7.27 Hörmann Garagentore: emotional, image-rich product world ---------- */
.pg-hoermann-hero{min-height:610px;background-size:cover;background-position:center;position:relative}
.pg-hoermann-hero .pg-page-hero-inner{padding:106px 0 112px!important}
.pg-hoermann-hero h1{font-size:clamp(3.2rem,6.3vw,6rem);line-height:.94;max-width:920px}
.pg-hoermann-hero .pg-page-lead{max-width:780px}
.pg-hoermann-type-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:16px;margin-top:36px}
.pg-hoermann-photo-card{display:flex;flex-direction:column;overflow:hidden;border:1px solid var(--pg-line);border-radius:22px;background:#fff;color:var(--pg-ink)!important;text-decoration:none!important;min-height:500px;transition:transform var(--pg-transition),box-shadow var(--pg-transition),border-color var(--pg-transition)}
.pg-hoermann-photo-card img{width:100%;height:265px;object-fit:cover;display:block;transition:transform .35s ease;background:#eee}
.pg-hoermann-photo-card>div{display:flex;flex:1;flex-direction:column;padding:24px 24px 27px}
.pg-hoermann-photo-card span{color:var(--pg-red);font-size:.75rem;font-weight:900;letter-spacing:.08em;text-transform:uppercase}
.pg-hoermann-photo-card strong{font-size:1.45rem;line-height:1.12;margin-top:8px}
.pg-hoermann-photo-card p{color:var(--pg-muted);line-height:1.58;margin:12px 0 0}
.pg-hoermann-photo-card:hover{transform:translateY(-4px);border-color:rgba(215,25,32,.35);box-shadow:0 18px 50px rgba(18,18,20,.09)}
.pg-hoermann-photo-card:hover img{transform:scale(1.025)}

.pg-hoermann-system-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:16px;margin-top:36px}
.pg-hoermann-system-grid>a,.pg-hoermann-system-grid>article{display:flex;flex-direction:column;overflow:hidden;border:1px solid rgba(255,255,255,.16);border-radius:22px;background:rgba(255,255,255,.05);color:#fff!important;text-decoration:none!important;min-height:470px}
.pg-hoermann-system-grid img{display:block;width:100%;height:255px;object-fit:cover;background:#eee}
.pg-hoermann-system-grid>*>div{display:flex;flex:1;flex-direction:column;padding:23px 24px 25px}
.pg-hoermann-system-grid span{color:#ff8f93;font-size:.76rem;font-weight:850;letter-spacing:.05em;text-transform:uppercase}
.pg-hoermann-system-grid strong{font-size:1.45rem;line-height:1.1;margin:8px 0;color:#fff}
.pg-hoermann-system-grid p{color:#d1d1d5;line-height:1.56;margin:0}
.pg-hoermann-system-light>a,.pg-hoermann-system-light>article{background:#fff;border-color:var(--pg-line);color:var(--pg-ink)!important}
.pg-hoermann-system-light strong{color:var(--pg-ink)}
.pg-hoermann-system-light p{color:var(--pg-muted)}
.pg-hoermann-system-light span{color:var(--pg-red)}

.pg-hoermann-surface-grid{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:14px;margin-top:34px}
.pg-hoermann-surface-grid article{overflow:hidden;border:1px solid var(--pg-line);border-radius:20px;background:#fff;min-height:300px}
.pg-hoermann-surface-grid img{display:block;width:100%;height:210px;object-fit:cover;background:#eee}
.pg-hoermann-surface-grid strong,.pg-hoermann-surface-grid span{display:block;margin-left:20px;margin-right:20px}
.pg-hoermann-surface-grid strong{font-size:1.18rem;margin-top:18px;color:var(--pg-ink)}
.pg-hoermann-surface-grid span{color:var(--pg-muted);font-size:.9rem;margin-top:5px;margin-bottom:19px}
.pg-hoermann-surface-dark article{background:#242427;border-color:rgba(255,255,255,.14)}
.pg-hoermann-surface-dark strong{color:#fff}
.pg-hoermann-surface-dark span{color:#c8c8cc}

.pg-hoermann-facts{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:14px;margin-top:18px}
.pg-hoermann-facts>div{border:1px solid var(--pg-line);border-radius:18px;padding:22px;background:#fff}
.pg-hoermann-facts strong{display:block;font-size:1.2rem;color:var(--pg-ink);margin-bottom:8px}
.pg-hoermann-facts span{display:block;color:var(--pg-muted);font-size:.92rem;line-height:1.55}

.pg-hoermann-planning-grid{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:14px;margin-top:34px}
.pg-hoermann-planning-grid article{border:1px solid var(--pg-line);border-radius:20px;padding:25px;background:#fff;min-height:235px}
.pg-hoermann-planning-grid article>span{display:block;color:var(--pg-red);font-weight:900;font-size:.78rem;letter-spacing:.08em;margin-bottom:24px}
.pg-hoermann-planning-grid h3{font-size:1.28rem;line-height:1.15;margin:0 0 10px}
.pg-hoermann-planning-grid p{color:var(--pg-muted);line-height:1.58;margin:0}
.pg-hoermann-planning-dark article{background:#242427;border-color:rgba(255,255,255,.15)}
.pg-hoermann-planning-dark h3{color:#fff}
.pg-hoermann-planning-dark p{color:#c8c8cc}

.pg-hoermann-split{display:grid;grid-template-columns:minmax(0,1.05fr) minmax(320px,.95fr);gap:54px;align-items:center}
.pg-hoermann-split-reverse figure{order:2}.pg-hoermann-split-reverse>div{order:1}
.pg-hoermann-split figure{margin:0;overflow:hidden;border-radius:22px;background:#eee}
.pg-hoermann-split figure img{display:block;width:100%;height:470px;object-fit:cover}
.pg-hoermann-split h2{font-size:clamp(2.4rem,4.4vw,4.2rem);line-height:.98}
.pg-hoermann-split p:not(.pg-eyebrow){line-height:1.67}
.pg-bg-dark .pg-hoermann-split p:not(.pg-eyebrow){color:#d1d1d4}

.pg-hoermann-spec-list{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:10px;margin-top:28px}
.pg-hoermann-spec-list>div{padding:18px;border:1px solid var(--pg-line);border-radius:16px;background:var(--pg-paper)}
.pg-hoermann-spec-list strong{display:block;font-size:1.35rem;color:var(--pg-ink)}
.pg-hoermann-spec-list span{display:block;color:var(--pg-muted);font-size:.84rem;line-height:1.45;margin-top:6px}

.pg-hoermann-drive-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:16px;margin-top:34px}
.pg-hoermann-drive-grid article{display:flex;flex-direction:column;overflow:hidden;border:1px solid var(--pg-line);border-radius:22px;background:#fff;min-height:500px}
.pg-hoermann-drive-grid img{width:100%;height:265px;object-fit:cover;background:#eee}
.pg-hoermann-drive-grid article>div{display:flex;flex:1;flex-direction:column;padding:24px}
.pg-hoermann-drive-grid span{color:var(--pg-red);font-size:.76rem;font-weight:900;text-transform:uppercase;letter-spacing:.07em}
.pg-hoermann-drive-grid strong{font-size:1.45rem;margin-top:8px}
.pg-hoermann-drive-grid p{color:var(--pg-muted);line-height:1.56;margin:12px 0}
.pg-hoermann-drive-grid small{margin-top:auto;color:#555;font-weight:750}
.pg-hoermann-drive-grid .pg-drive-featured{border-color:rgba(215,25,32,.45);box-shadow:0 15px 44px rgba(215,25,32,.08)}

.pg-hoermann-table-wrap{overflow-x:auto;margin-top:30px;border:1px solid var(--pg-line);border-radius:20px;background:#fff}
.pg-hoermann-table{width:100%;border-collapse:collapse;min-width:760px}
.pg-hoermann-table th,.pg-hoermann-table td{padding:16px 18px;text-align:left;border-bottom:1px solid var(--pg-line)}
.pg-hoermann-table th{background:#eceae6;font-size:.84rem;text-transform:uppercase;letter-spacing:.05em}
.pg-hoermann-table td{color:#555}
.pg-hoermann-table tbody tr:last-child td{border-bottom:0}
.pg-chip-row-dark span{border-color:rgba(255,255,255,.18)!important;color:#fff!important;background:rgba(255,255,255,.04)!important}

@media(max-width:1050px){
  .pg-hoermann-type-grid,.pg-hoermann-system-grid{grid-template-columns:repeat(2,minmax(0,1fr))}
  .pg-hoermann-surface-grid,.pg-hoermann-planning-grid{grid-template-columns:repeat(2,minmax(0,1fr))}
  .pg-hoermann-facts{grid-template-columns:1fr 1fr}
  .pg-hoermann-drive-grid{grid-template-columns:1fr 1fr}
  .pg-hoermann-drive-grid .pg-drive-featured{grid-column:1/-1}
}
@media(max-width:760px){
  .pg-hoermann-hero{min-height:520px}.pg-hoermann-hero .pg-page-hero-inner{padding:78px 0 84px!important}
  .pg-hoermann-type-grid,.pg-hoermann-system-grid,.pg-hoermann-surface-grid,.pg-hoermann-planning-grid,.pg-hoermann-facts,.pg-hoermann-drive-grid,.pg-hoermann-split,.pg-hoermann-spec-list{grid-template-columns:1fr}
  .pg-hoermann-drive-grid .pg-drive-featured{grid-column:auto}
  .pg-hoermann-split-reverse figure,.pg-hoermann-split-reverse>div{order:initial}
  .pg-hoermann-split figure img{height:320px}
  .pg-hoermann-photo-card img,.pg-hoermann-system-grid img,.pg-hoermann-drive-grid img{height:235px}
}

/* ---------- v7.28: Sonnenschutz – ROMA / SCHANZ complete visual worlds ---------- */
.pg-sun-rich-hero{
  background-image:var(--pg-sun-rich-image)!important;
  background-size:cover!important;
  background-position:center!important;
}
.pg-sun-rich-hero:before{
  background:linear-gradient(90deg,rgba(10,10,12,.90) 0%,rgba(10,10,12,.70) 46%,rgba(10,10,12,.24) 100%)!important;
}
.pg-sun-rich-hero .pg-detail-hero-inner{padding-top:112px!important;padding-bottom:122px!important}
.pg-rich-media{margin:0;border-radius:22px;overflow:hidden;background:#e9e9e7;min-height:360px}
.pg-rich-media img{display:block;width:100%;height:100%;min-height:360px;max-height:560px;object-fit:cover}
.pg-rich-media-dark{background:#27272a;border:1px solid rgba(255,255,255,.12)}
.pg-brand-focus{background:#f7f6f3}
.pg-schanz-reference{background:#fff}
.pg-static-card{cursor:default}
.pg-static-card:hover{transform:none;box-shadow:none;border-color:var(--pg-line)}
.pg-static-card:hover .pg-photo-card-media img{transform:none}
.pg-sun-detail-points-2{grid-template-columns:repeat(2,minmax(0,1fr))}
.pg-sun-detail-points-3{grid-template-columns:repeat(3,minmax(0,1fr))}
.pg-lamella-grid-compact .pg-lamella-card{min-height:185px}

.pg-sun-specials{background:#fff}
.pg-sun-special-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:16px;margin-top:34px}
.pg-sun-special-card{
  display:grid;grid-template-columns:minmax(0,1fr) minmax(230px,.8fr);min-height:330px;
  overflow:hidden;border:1px solid var(--pg-line);border-radius:22px;background:var(--pg-paper);
  color:var(--pg-ink)!important;text-decoration:none!important;transition:transform var(--pg-transition),box-shadow var(--pg-transition),border-color var(--pg-transition)
}
.pg-sun-special-card>div{padding:34px 28px;display:flex;flex-direction:column;justify-content:center}
.pg-sun-special-card>div>span{color:var(--pg-red);font-size:.76rem;font-weight:900;letter-spacing:.11em;text-transform:uppercase;margin-bottom:18px}
.pg-sun-special-card h3{font-size:1.72rem;line-height:1.08;letter-spacing:-.025em;margin:0 0 13px}
.pg-sun-special-card p{color:var(--pg-muted);line-height:1.6;margin:0}
.pg-sun-special-card>img{display:block;width:100%;height:100%;min-height:330px;object-fit:cover}
.pg-sun-special-card:hover{transform:translateY(-3px);border-color:rgba(215,25,32,.34);box-shadow:0 18px 48px rgba(18,18,20,.09)}
.pg-sun-special-schanz{border-color:rgba(215,25,32,.30)}

.pg-sonnenschutz-hero{background-position:center 44%}
.pg-sonnenschutz-hero:before{background:linear-gradient(90deg,rgba(10,10,12,.80),rgba(10,10,12,.52) 48%,rgba(10,10,12,.16))}
.pg-sun-visual-grid .pg-photo-card-media{height:255px}
.pg-schanz-hero .pg-detail-hero-lead{max-width:720px}

@media(max-width:950px){
  .pg-sun-special-grid{grid-template-columns:1fr}
  .pg-sun-detail-points-3{grid-template-columns:1fr 1fr}
}
@media(max-width:700px){
  .pg-sun-rich-hero .pg-detail-hero-inner{padding-top:76px!important;padding-bottom:82px!important}
  .pg-sun-special-card{grid-template-columns:1fr;min-height:0}
  .pg-sun-special-card>img{height:260px;min-height:260px;order:-1}
  .pg-sun-special-card>div{padding:27px 24px}
  .pg-sun-detail-points-2,.pg-sun-detail-points-3{grid-template-columns:1fr}
  .pg-rich-media,.pg-rich-media img{min-height:280px;max-height:420px}
}


/* ---------- v7.28a: Bildzuordnungen / Mediencache robuster ---------- */


/* ---------- v7.28b: Sonnenschutz Feinschliff – Kontrast, Ränder, Kundensprache ---------- */
/* Helle Karten innerhalb dunkler Sektionen behalten dunkle, gut lesbare Typografie. */
.pg-detail-dark .pg-sun-detail-points>div{color:var(--pg-ink)}
.pg-detail-dark .pg-sun-detail-points>div h3{color:var(--pg-ink)!important}
.pg-detail-dark .pg-sun-detail-points>div p{color:#50545a!important}
.pg-detail-dark .pg-sun-detail-points>div>span{color:var(--pg-red)!important}

/* Die wichtigsten Sonnenschutz-Unterseiten verwenden dieselbe horizontale Führung. */
.pg-product-identity>.pg-product-identity-inner.alignwide,
.pg-product-intro>.alignwide,
.pg-detail-paper>.alignwide,
.pg-sun-service-links>.alignwide,
.pg-detail-cta>.alignwide,
.pg-detail-dark>.alignwide,
.pg-detail-dark>.wp-block-columns.alignwide{
  width:min(1220px,calc(100% - 40px));
  margin-left:auto!important;
  margin-right:auto!important;
}
@media(max-width:620px){
  .pg-product-identity>.pg-product-identity-inner.alignwide,
  .pg-product-intro>.alignwide,
  .pg-detail-paper>.alignwide,
  .pg-sun-service-links>.alignwide,
  .pg-detail-cta>.alignwide,
  .pg-detail-dark>.alignwide,
  .pg-detail-dark>.wp-block-columns.alignwide{width:min(100% - 30px,1220px)}
}

/* v7.29.2 – Bildkarten für Service-Querverlinkungen auf Bauelemente-Seiten */
.pg-service-cross-card.pg-service-cross-card-image{
  min-height:300px;
  padding:0 22px 22px;
  overflow:hidden;
  justify-content:flex-start;
  background:#fff;
}
.pg-service-cross-card-image .pg-service-cross-image{
  display:block;
  width:calc(100% + 44px);
  height:160px;
  margin:0 -22px 20px;
  object-fit:cover;
  background:#ecebea;
}
.pg-service-cross-card-image strong{margin-top:auto}
.pg-service-cross-card-image:after{
  top:16px;
  right:18px;
  width:30px;
  height:30px;
  border-radius:999px;
  display:grid;
  place-items:center;
  background:rgba(255,255,255,.92);
  box-shadow:0 2px 8px rgba(0,0,0,.08);
}
@media(max-width:760px){
  .pg-service-cross-card.pg-service-cross-card-image{min-height:270px}
  .pg-service-cross-card-image .pg-service-cross-image{height:145px}
}

/* Outdoor product worlds – v7.29.8 */
.pg-outdoor-cat-hero{
  --pg-outdoor-cat-hero:none;
  min-height:680px;position:relative;isolation:isolate;overflow:hidden;display:flex;align-items:flex-end;
  background:var(--pg-ink);color:#fff;margin:0!important;
}
.pg-outdoor-cat-hero:before{content:"";position:absolute;inset:0;z-index:-2;background-image:var(--pg-outdoor-cat-hero);background-size:cover;background-position:center}
.pg-outdoor-cat-hero:after{content:"";position:absolute;inset:0;z-index:-1;background:linear-gradient(90deg,rgba(15,15,17,.92) 0%,rgba(15,15,17,.72) 42%,rgba(15,15,17,.18) 76%),linear-gradient(0deg,rgba(15,15,17,.55),transparent 45%)}
.pg-outdoor-cat-hero-inner{padding:105px 0 78px;max-width:1220px}
.pg-outdoor-cat-hero .pg-eyebrow{color:#ff7772}
.pg-outdoor-cat-hero h1{max-width:980px;margin:14px 0 22px;color:#fff;font-size:clamp(3.25rem,6.8vw,6.4rem);line-height:.93;letter-spacing:-.055em}
.pg-outdoor-cat-lead{max-width:810px;margin:0 0 30px;font-size:clamp(1.08rem,1.8vw,1.35rem);line-height:1.55;color:rgba(255,255,255,.86)}
.pg-outdoor-fit-strip{display:flex;flex-wrap:wrap;gap:9px;margin-top:38px}
.pg-outdoor-fit-strip span{padding:10px 14px;border-radius:999px;border:1px solid var(--pg-line);background:#fff;font-size:.88rem;font-weight:750;color:#4b4b50}
.pg-outdoor-gallery{display:grid;grid-template-columns:1.45fr .8fr;grid-template-rows:1fr 1fr;gap:14px;height:min(720px,65vw)}
.pg-outdoor-gallery figure{margin:0;border-radius:22px;overflow:hidden;background:#deddda;min-height:0}
.pg-outdoor-gallery-main{grid-row:1/3}
.pg-outdoor-gallery img{display:block;width:100%;height:100%;object-fit:cover;transition:transform .45s ease}
.pg-outdoor-gallery figure:hover img{transform:scale(1.018)}
.pg-outdoor-strength-grid{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:12px;margin-top:36px}
.pg-outdoor-strength-grid article{min-height:270px;padding:28px 26px;border:1px solid var(--pg-line);border-radius:20px;background:#fff;display:flex;flex-direction:column}
.pg-outdoor-strength-grid article>span{color:var(--pg-red);font-size:.82rem;font-weight:900;letter-spacing:.1em}
.pg-outdoor-strength-grid h3{margin:auto 0 10px;font-size:1.25rem;line-height:1.15}
.pg-outdoor-strength-grid p{margin:0;color:var(--pg-muted);font-size:.94rem;line-height:1.58}
.pg-outdoor-model-chips{display:flex;flex-wrap:wrap;gap:8px;margin:26px 0 18px}
.pg-outdoor-model-chips span{border:1px solid rgba(255,255,255,.22);border-radius:999px;padding:9px 12px;color:#fff;font-size:.82rem;font-weight:800;letter-spacing:.02em}
.pg-outdoor-model-note{font-size:.9rem!important;color:#a9a9ae!important;line-height:1.6!important;margin-top:18px!important}
.pg-outdoor-planning-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:10px;margin-top:36px}
.pg-outdoor-planning-grid>div{min-height:88px;border:1px solid var(--pg-line);border-radius:16px;padding:18px;background:#fff;display:flex;gap:13px;align-items:flex-start}
.pg-outdoor-planning-grid b{color:var(--pg-red);font-size:1.05rem;line-height:1.2}
.pg-outdoor-planning-grid span{font-weight:700;line-height:1.42;color:#3d3d41}
.pg-outdoor-related-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:14px;margin-top:36px}
.pg-outdoor-related-card{min-height:390px;border-radius:20px;overflow:hidden;background:#fff;border:1px solid var(--pg-line);text-decoration:none!important;display:flex;flex-direction:column;color:var(--pg-ink)!important}
.pg-outdoor-related-card img{width:100%;height:245px;object-fit:cover;display:block}
.pg-outdoor-related-card span{padding:20px 22px 0;color:var(--pg-red);font-size:.74rem;font-weight:900;letter-spacing:.12em;text-transform:uppercase}
.pg-outdoor-related-card strong{padding:5px 22px 0;font-size:1.3rem;line-height:1.18}
.pg-outdoor-related-card em{padding:16px 22px 22px;margin-top:auto;font-style:normal;font-size:.86rem;font-weight:850;text-decoration:underline;text-underline-offset:3px}
.pg-outdoor-palette-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:14px;margin-top:38px}
.pg-outdoor-palette-card{min-height:480px;border-radius:22px;overflow:hidden;background:#fff;border:1px solid var(--pg-line);text-decoration:none!important;color:var(--pg-ink)!important;display:flex;flex-direction:column;transition:transform .2s ease,box-shadow .2s ease}
.pg-outdoor-palette-card:hover{transform:translateY(-3px);box-shadow:var(--pg-shadow)}
.pg-outdoor-palette-card img{width:100%;height:255px;object-fit:cover;display:block}
.pg-outdoor-palette-card>div{padding:24px;display:flex;flex-direction:column;flex:1}
.pg-outdoor-palette-card span{font-size:.73rem;font-weight:900;letter-spacing:.11em;text-transform:uppercase;color:var(--pg-red)}
.pg-outdoor-palette-card strong{font-size:1.35rem;line-height:1.15;margin:7px 0 10px}
.pg-outdoor-palette-card p{margin:0;color:var(--pg-muted);font-size:.92rem;line-height:1.54;display:-webkit-box;-webkit-line-clamp:3;-webkit-box-orient:vertical;overflow:hidden}
.pg-outdoor-palette-card em{margin-top:auto;padding-top:18px;font-style:normal;font-weight:850;font-size:.87rem;text-decoration:underline;text-underline-offset:3px}
.pg-outdoor-level-grid{display:grid;grid-template-columns:repeat(5,minmax(0,1fr));gap:1px;background:#343438;border:1px solid #343438;border-radius:20px;overflow:hidden;margin-top:38px}
.pg-outdoor-level-grid>div{min-height:190px;background:#202024;padding:25px 20px;display:flex;flex-direction:column}
.pg-outdoor-level-grid b{color:#ff6d67;font-size:.8rem;letter-spacing:.1em}
.pg-outdoor-level-grid strong{font-size:1.15rem;color:#fff;margin:auto 0 8px}
.pg-outdoor-level-grid span{font-size:.88rem;line-height:1.48;color:#b9b9bd}
.pg-outdoor-main-hero{background-position:center 58%}

/* Historic /outdoor/pergola/ remains a useful category chooser, not a model hub. */
.pg-outdoor-hub-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:14px;margin-top:36px}
.pg-outdoor-hub-card{border:1px solid var(--pg-line);border-radius:20px;overflow:hidden;background:#fff;text-decoration:none!important;color:var(--pg-ink)!important}
.pg-outdoor-hub-card img{width:100%;height:260px;object-fit:cover;display:block}
.pg-outdoor-hub-card>div{padding:24px}
.pg-outdoor-hub-card strong{display:block;font-size:1.35rem;margin-bottom:8px}
.pg-outdoor-hub-card span{display:block;color:var(--pg-muted);line-height:1.55;font-size:.94rem}
.pg-outdoor-hub-card em{display:block;margin-top:16px;font-style:normal;font-weight:850;font-size:.87rem;text-decoration:underline;text-underline-offset:3px}

@media(max-width:980px){
  .pg-outdoor-strength-grid{grid-template-columns:repeat(2,minmax(0,1fr))}
  .pg-outdoor-palette-grid{grid-template-columns:repeat(2,minmax(0,1fr))}
  .pg-outdoor-level-grid{grid-template-columns:repeat(2,minmax(0,1fr));background:transparent;border:0;gap:10px;overflow:visible}
  .pg-outdoor-level-grid>div{border-radius:16px}
  .pg-outdoor-planning-grid{grid-template-columns:repeat(2,minmax(0,1fr))}
  .pg-outdoor-hub-grid{grid-template-columns:1fr 1fr}
}
@media(max-width:700px){
  .pg-outdoor-cat-hero{min-height:620px}
  .pg-outdoor-cat-hero-inner{padding:82px 0 54px;align-self:flex-end}
  .pg-outdoor-cat-hero h1{font-size:clamp(2.8rem,13vw,4.4rem)}
  .pg-outdoor-gallery{height:auto;grid-template-columns:1fr;grid-template-rows:auto}
  .pg-outdoor-gallery-main{grid-row:auto}
  .pg-outdoor-gallery figure{aspect-ratio:4/3}
  .pg-outdoor-gallery figure:nth-child(n+2){aspect-ratio:16/10}
  .pg-outdoor-strength-grid,.pg-outdoor-planning-grid,.pg-outdoor-related-grid,.pg-outdoor-palette-grid,.pg-outdoor-level-grid,.pg-outdoor-hub-grid{grid-template-columns:1fr}
  .pg-outdoor-strength-grid article{min-height:220px}
  .pg-outdoor-palette-card{min-height:0}
  .pg-outdoor-palette-card img{height:230px}
  .pg-outdoor-related-card{min-height:0}
  .pg-outdoor-related-card img{height:220px}
  .pg-outdoor-level-grid>div{min-height:150px}
}

/* PLANIGRAPH Outdoor depth + Service bridge v7.29.9 */
.pg-outdoor-selection-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:14px;margin-top:38px}
.pg-outdoor-selection-grid article{background:#fff;border:1px solid var(--pg-line);border-radius:20px;padding:28px;min-height:230px;display:flex;flex-direction:column}
.pg-outdoor-selection-grid article>span{font-size:.72rem;font-weight:900;letter-spacing:.11em;text-transform:uppercase;color:var(--pg-red)}
.pg-outdoor-selection-grid h3{font-size:1.38rem;line-height:1.12;margin:auto 0 10px}.pg-outdoor-selection-grid p{margin:0;color:var(--pg-muted);line-height:1.6;font-size:.95rem}
.pg-outdoor-detail-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:14px;margin-top:38px}
.pg-outdoor-detail-grid article{border-top:1px solid var(--pg-line);padding:28px 4px 6px}.pg-outdoor-detail-grid h3{font-size:1.35rem;margin:0 0 10px}.pg-outdoor-detail-grid p{margin:0;color:var(--pg-muted);font-size:1rem;line-height:1.66;max-width:700px}
.pg-outdoor-story-head{display:grid;grid-template-columns:1.2fr .8fr;gap:60px;align-items:end;margin-bottom:34px}.pg-outdoor-story-head h2{margin-bottom:0}.pg-outdoor-story-head>p{color:var(--pg-muted);line-height:1.65;margin:0}
.pg-outdoor-story-grid{display:grid;grid-template-columns:1.2fr 1fr 1fr;gap:14px}.pg-outdoor-story-grid figure{margin:0;border-radius:20px;overflow:hidden;background:#ddd;aspect-ratio:4/3}.pg-outdoor-story-grid figure:first-child{aspect-ratio:16/11}.pg-outdoor-story-grid img{width:100%;height:100%;object-fit:cover;display:block}
.pg-outdoor-repair-section{background:#18181b;color:#fff}.pg-outdoor-repair-section .pg-eyebrow{color:#ff716c}.pg-outdoor-repair-head{display:grid;grid-template-columns:1.1fr .9fr;gap:60px;align-items:end}.pg-outdoor-repair-head h2{color:#fff;margin-bottom:0}.pg-outdoor-repair-head>p{margin:0;color:#c9c9cd;line-height:1.68;font-size:1.02rem}
.pg-outdoor-service-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:14px;margin-top:38px}.pg-outdoor-service-card{overflow:hidden;border:1px solid rgba(255,255,255,.16);border-radius:20px;background:#222226;color:#fff!important;text-decoration:none!important;display:flex;flex-direction:column;min-height:410px}.pg-outdoor-service-card img{width:100%;height:220px;object-fit:cover;display:block}.pg-outdoor-service-card>div{padding:22px;display:flex;flex-direction:column;flex:1}.pg-outdoor-service-card span{color:#ff716c;text-transform:uppercase;font-size:.7rem;font-weight:900;letter-spacing:.11em}.pg-outdoor-service-card strong{font-size:1.3rem;margin:7px 0 8px}.pg-outdoor-service-card p{color:#bdbdc2;line-height:1.55;margin:0}.pg-outdoor-service-card em{margin-top:auto;padding-top:16px;font-style:normal;font-weight:850;text-decoration:underline;text-underline-offset:3px}
.pg-outdoor-service-portfolio{display:flex;flex-wrap:wrap;gap:8px 18px;border-top:1px solid rgba(255,255,255,.14);margin-top:34px;padding-top:22px;color:#bdbdc2;font-size:.9rem}.pg-outdoor-service-portfolio strong{color:#fff}.pg-outdoor-service-portfolio a{color:#fff!important;text-decoration:underline;text-underline-offset:3px;font-weight:750}
.pg-outdoor-faq-wrap{max-width:1120px}.pg-outdoor-faq{margin-top:30px;border-top:1px solid var(--pg-line)}.pg-outdoor-faq details{border-bottom:1px solid var(--pg-line);padding:0}.pg-outdoor-faq summary{cursor:pointer;list-style:none;padding:22px 44px 22px 0;font-size:1.08rem;font-weight:800;position:relative}.pg-outdoor-faq summary::-webkit-details-marker{display:none}.pg-outdoor-faq summary:after{content:'+';position:absolute;right:4px;top:19px;color:var(--pg-red);font-size:1.5rem}.pg-outdoor-faq details[open] summary:after{content:'–'}.pg-outdoor-faq p{max-width:850px;color:var(--pg-muted);line-height:1.65;margin:0 0 24px}
.pg-outdoor-gallery-sparse{grid-template-columns:1fr;height:auto}.pg-outdoor-gallery-sparse .pg-outdoor-gallery-main{grid-row:auto;aspect-ratio:16/9}
@media(max-width:1050px){.pg-outdoor-selection-grid{grid-template-columns:repeat(2,minmax(0,1fr))}.pg-outdoor-service-grid{grid-template-columns:repeat(2,minmax(0,1fr))}.pg-outdoor-story-grid{grid-template-columns:1fr 1fr}.pg-outdoor-story-grid figure:first-child{grid-column:1/3}}
@media(max-width:760px){.pg-outdoor-selection-grid,.pg-outdoor-detail-grid,.pg-outdoor-service-grid,.pg-outdoor-story-grid{grid-template-columns:1fr}.pg-outdoor-story-grid figure:first-child{grid-column:auto}.pg-outdoor-story-head,.pg-outdoor-repair-head{grid-template-columns:1fr;gap:18px}.pg-outdoor-service-card{min-height:0}.pg-outdoor-service-card img{height:210px}}

/* Outdoor: direct bridge from new product to repair/service – v7.29.9 */
.pg-outdoor-service-ribbon{background:#161618;color:#fff;border-top:1px solid rgba(255,255,255,.08);border-bottom:1px solid rgba(255,255,255,.08)}
.pg-outdoor-service-ribbon-inner{min-height:86px;display:flex;align-items:center;justify-content:space-between;gap:28px;padding-block:18px}
.pg-outdoor-service-ribbon-inner>div{display:flex;align-items:baseline;gap:18px;flex-wrap:wrap}
.pg-outdoor-service-ribbon-inner strong{font-size:1rem;font-weight:850}
.pg-outdoor-service-ribbon-inner span{color:#c7c7cb;font-size:.94rem}
.pg-outdoor-service-ribbon-inner a{color:#fff;text-decoration:none;font-weight:850;border-bottom:1px solid rgba(255,255,255,.42);white-space:nowrap}
.pg-outdoor-service-ribbon-inner a:hover{color:#ff6a6f;border-color:#ff6a6f}
@media(max-width:780px){.pg-outdoor-service-ribbon-inner{align-items:flex-start;flex-direction:column;gap:12px}.pg-outdoor-service-ribbon-inner>div{display:block}.pg-outdoor-service-ribbon-inner span{display:block;margin-top:5px}}


/* v7.29.10 – Outdoor product cards + secondary service bridge */
.pg-outdoor-products-section{overflow:hidden}
.pg-outdoor-product-head{display:grid;grid-template-columns:minmax(0,1.05fr) minmax(0,.95fr);gap:64px;align-items:end;margin-bottom:34px}
.pg-outdoor-product-head h2{margin-bottom:0;max-width:800px}
.pg-outdoor-product-head>p{margin:0;color:#6d6d73;font-size:1.02rem;line-height:1.7;max-width:620px}
.pg-outdoor-product-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:16px}
.pg-outdoor-product-card{border:1px solid #dedede;border-radius:20px;background:#fff;overflow:hidden;min-width:0;display:flex;flex-direction:column;box-shadow:0 1px 0 rgba(0,0,0,.02)}
.pg-outdoor-product-card figure{margin:0;aspect-ratio:16/10;background:#eee;overflow:hidden}
.pg-outdoor-product-card figure img{width:100%;height:100%;object-fit:cover;display:block;transition:transform .35s ease}
.pg-outdoor-product-card:hover figure img{transform:scale(1.02)}
.pg-outdoor-product-card>div{padding:22px 22px 24px;display:flex;flex-direction:column;flex:1}
.pg-outdoor-product-card span{color:#e21e26;text-transform:uppercase;letter-spacing:.12em;font-size:.69rem;font-weight:900}
.pg-outdoor-product-card h3{font-size:1.35rem;line-height:1.12;margin:10px 0 9px}
.pg-outdoor-product-card p{color:#707078;line-height:1.58;margin:0}
.pg-outdoor-repair-section{background:#fff;color:#171719;border-top:1px solid #ececec}
.pg-outdoor-repair-section .pg-eyebrow{color:#e21e26}
.pg-outdoor-repair-head{display:grid;grid-template-columns:1.1fr .9fr;gap:60px;align-items:end}
.pg-outdoor-repair-head h2{color:#171719;margin-bottom:0;max-width:820px}
.pg-outdoor-repair-head>p{margin:0;color:#6d6d73;line-height:1.68;font-size:1.02rem}
.pg-outdoor-service-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(230px,1fr));gap:14px;margin-top:38px}
.pg-outdoor-service-card{overflow:hidden;border:1px solid #dedede;border-radius:20px;background:#fff;color:#171719!important;text-decoration:none!important;display:flex;flex-direction:column;min-height:390px;box-shadow:0 1px 0 rgba(0,0,0,.02)}
.pg-outdoor-service-card img{width:100%;height:205px;object-fit:cover;display:block}
.pg-outdoor-service-card>div{padding:20px 20px 22px;display:flex;flex-direction:column;flex:1}
.pg-outdoor-service-card span{color:#e21e26;text-transform:uppercase;font-size:.69rem;font-weight:900;letter-spacing:.11em}
.pg-outdoor-service-card strong{font-size:1.2rem;line-height:1.2;margin:7px 0 8px}
.pg-outdoor-service-card p{color:#707078;line-height:1.55;margin:0}
.pg-outdoor-service-card em{margin-top:auto;padding-top:16px;font-style:normal;font-weight:850;text-decoration:underline;text-underline-offset:3px;color:#171719}
.pg-outdoor-service-card:hover{border-color:#bdbdc2}
@media(max-width:1050px){.pg-outdoor-product-grid{grid-template-columns:repeat(2,minmax(0,1fr))}.pg-outdoor-product-head{grid-template-columns:1fr;gap:16px}}
@media(max-width:760px){.pg-outdoor-product-grid{grid-template-columns:1fr}.pg-outdoor-service-grid{grid-template-columns:1fr}.pg-outdoor-repair-head{grid-template-columns:1fr;gap:18px}.pg-outdoor-service-card{min-height:0}.pg-outdoor-service-card img{height:210px}}


/* v7.29.10 – Outdoor product-family cards */
.pg-outdoor-product-card-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(240px,1fr));gap:18px;margin-top:32px}
.pg-outdoor-product-card{overflow:hidden;border:1px solid #dedede;border-radius:18px;background:#fff;display:flex;flex-direction:column;min-height:100%}
.pg-outdoor-product-card figure{margin:0;aspect-ratio:16/10;overflow:hidden;background:#ecebe8}
.pg-outdoor-product-card figure img{width:100%;height:100%;object-fit:cover;display:block;transition:transform .35s ease}
.pg-outdoor-product-card:hover figure img{transform:scale(1.025)}
.pg-outdoor-product-card>div{padding:24px 24px 26px;display:flex;flex-direction:column;gap:10px;flex:1}
.pg-outdoor-product-card span{font-size:11px;line-height:1.2;font-weight:800;letter-spacing:.12em;text-transform:uppercase;color:#e31e24}
.pg-outdoor-product-card h3{font-size:24px;line-height:1.05;margin:0}
.pg-outdoor-product-card p{margin:0;color:#666;line-height:1.55}
.pg-outdoor-product-card em{margin-top:auto;padding-top:10px;font-size:12px;font-style:normal;color:#777}
@media(max-width:700px){.pg-outdoor-product-card-grid{grid-template-columns:1fr}.pg-outdoor-product-card h3{font-size:22px}}

/* v7.29.12 – static window system cards + stable Outdoor service cards */
.pg-window-system-grid-auto{grid-template-columns:repeat(auto-fit,minmax(235px,1fr))}
.pg-window-system-card.pg-window-system-static{cursor:default}
.pg-window-system-card.pg-window-system-static:hover{transform:none;border-color:var(--pg-line);box-shadow:none}
.pg-window-system-overview .pg-section-lead{max-width:900px}

.pg-outdoor-service-grid{grid-template-columns:repeat(3,minmax(0,1fr));align-items:stretch}
.pg-outdoor-service-card{display:block;min-height:0;height:100%;overflow:hidden}
.pg-outdoor-service-card-link{display:flex;flex-direction:column;height:100%;min-height:390px;color:#171719!important;text-decoration:none!important;background:#fff}
.pg-outdoor-service-card-link figure{margin:0;height:205px;overflow:hidden;background:#eee;flex:0 0 205px}
.pg-outdoor-service-card-link figure img{width:100%;height:100%;object-fit:cover;display:block}
.pg-outdoor-service-card-link>div{padding:20px 20px 22px;display:flex;flex-direction:column;flex:1}
.pg-outdoor-service-card-link span{color:#e21e26;text-transform:uppercase;font-size:.69rem;font-weight:900;letter-spacing:.11em}
.pg-outdoor-service-card-link strong{font-size:1.2rem;line-height:1.2;margin:7px 0 8px}
.pg-outdoor-service-card-link p{color:#707078;line-height:1.55;margin:0}
.pg-outdoor-service-card-link em{margin-top:auto;padding-top:16px;font-style:normal;font-weight:850;text-decoration:underline;text-underline-offset:3px;color:#171719}
.pg-schanz-world-bridge{align-items:center}
@media(max-width:1050px){.pg-outdoor-service-grid{grid-template-columns:repeat(2,minmax(0,1fr))}}
@media(max-width:760px){.pg-outdoor-service-grid{grid-template-columns:1fr}.pg-outdoor-service-card-link{min-height:0}.pg-outdoor-service-card-link figure{height:210px;flex-basis:210px}}


/* v7.29.14 – compact breadcrumb + zero-gap handoff into the first page section. */
.pg-breadcrumb-bar{
  margin:0!important;
  padding:0!important;
  min-height:42px;
  height:auto;
  display:flex;
  align-items:center;
  background:#fff;
  border-bottom:1px solid #ececee;
}
.pg-breadcrumbs{
  min-height:42px!important;
  padding-block:0!important;
  margin:0 auto!important;
  font-size:.78rem;
  line-height:1.25;
}
/* The header template part contains the site header and breadcrumb. WordPress can
   otherwise add its global 1.25rem block gap around that template part. */
body:not(.home) .wp-site-blocks > .wp-block-template-part:first-child{
  margin:0!important;
  padding:0!important;
}
body:not(.home) .wp-site-blocks > .wp-block-template-part:first-child + *{
  margin-block-start:0!important;
  padding-block-start:0!important;
}
body:not(.home) .wp-site-blocks > header.wp-block-template-part:first-child + *,
body:not(.home) .wp-site-blocks > .wp-block-template-part:first-child + section,
body:not(.home) .wp-site-blocks > .wp-block-template-part:first-child + main,
body:not(.home) .wp-site-blocks > .wp-block-template-part:first-child + .wp-block-group,
body:not(.home) .wp-site-blocks > .wp-block-template-part:first-child + .wp-block-html{
  margin-top:0!important;
}
.wp-block-template-part .wp-block-shortcode:has(.pg-breadcrumb-bar),
.wp-block-template-part .wp-block-shortcode:has(.pg-breadcrumb-bar) + *{
  margin:0!important;
  padding:0!important;
}
/* Also neutralise theme.json's top-level block gap immediately after the header.
   Page sections keep their own intentional internal spacing. */
body:not(.home) .wp-site-blocks > .wp-block-template-part:first-child + *{
  --wp--style--block-gap:0px;
}
/* Reserve the header's original document height only while the compact header floats. */
.wp-site-blocks > .wp-block-template-part.pg-header-host-floating:first-child{
  padding-top:var(--pg-header-reserved-height,78px)!important;
}
@media(max-width:620px){
  .pg-breadcrumb-bar{min-height:40px}
  .pg-breadcrumbs{min-height:40px!important;font-size:.73rem;gap:6px}
}

/* v7.29.18 — Hersteller & Marken */
.pg-manufacturer-hero{min-height:640px;background-position:center}
.pg-manufacturer-hero .pg-page-lead{max-width:840px}
.pg-manufacturer-focus{color:#fff}
.pg-manufacturer-focus h2,.pg-manufacturer-focus .pg-big-copy{color:#fff}
.pg-manufacturer-focus .pg-big-copy{opacity:.78}
.pg-manufacturer-spotlight{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:14px;margin-top:42px}
.pg-manufacturer-spotlight-card{background:#fff;border:1px solid #777b84;border-radius:16px;padding:18px;text-decoration:none;display:flex;align-items:center;justify-content:center;aspect-ratio:280/180;transition:transform .18s ease,border-color .18s ease,box-shadow .18s ease;overflow:hidden}
.pg-manufacturer-spotlight-card:hover{transform:translateY(-3px);border-color:var(--pg-red);box-shadow:0 12px 28px rgba(0,0,0,.14)}
.pg-manufacturer-spotlight-card img{display:block;width:100%;height:100%;object-fit:contain;object-position:center;background:#fff}
.pg-manufacturer-spotlight-card span,.pg-manufacturer-spotlight-card b{display:none!important}
.pg-manufacturer-value-grid{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:14px;margin-top:42px}
.pg-manufacturer-value-grid article{border:1px solid var(--pg-line);border-radius:18px;padding:26px;background:#fff;min-height:190px}
.pg-manufacturer-value-grid strong{font-size:1.08rem;display:block;margin-bottom:12px}
.pg-manufacturer-value-grid p{margin:0;color:var(--pg-muted);line-height:1.6}
.pg-manufacturer-directory{scroll-margin-top:120px}
.pg-manufacturer-directory-head{display:grid;grid-template-columns:minmax(0,1.4fr) minmax(280px,.6fr);gap:54px;align-items:end}
.pg-manufacturer-note{border-left:3px solid var(--pg-red);padding:2px 0 2px 18px;margin:0;color:var(--pg-muted);font-size:.9rem;line-height:1.55}
.pg-manufacturer-filters{display:flex;flex-wrap:wrap;gap:8px;margin:34px 0 10px}
.pg-manufacturer-filters button{appearance:none;border:1px solid var(--pg-line);border-radius:999px;background:#fff;color:#444;padding:10px 15px;font:inherit;font-size:.83rem;font-weight:800;cursor:pointer;transition:background .16s ease,color .16s ease,border-color .16s ease}
.pg-manufacturer-filters button:hover,.pg-manufacturer-filters button.is-active{background:#202024;border-color:#202024;color:#fff}
.pg-manufacturer-count{margin:0 0 16px;color:var(--pg-muted);font-size:.82rem}
.pg-manufacturer-grid{display:grid;grid-template-columns:repeat(6,minmax(0,1fr));gap:12px}
.pg-manufacturer-card{min-width:0}
.pg-manufacturer-card[hidden]{display:none!important}
.pg-manufacturer-card>a,.pg-manufacturer-card-static{display:flex;flex-direction:column;height:100%;text-decoration:none;color:inherit}
.pg-manufacturer-logo{position:relative;display:flex;align-items:center;justify-content:center;aspect-ratio:1.44/1;background:#fff;border:1px solid #d7d9de;border-radius:14px;padding:10px;overflow:hidden;transition:border-color .18s ease,box-shadow .18s ease,transform .18s ease}
.pg-manufacturer-logo img{width:100%;height:100%;object-fit:contain;display:block;mix-blend-mode:multiply}
.pg-manufacturer-name{display:flex;justify-content:space-between;gap:8px;padding:9px 3px 0;color:#4d4d52;font-size:.72rem;font-weight:800;line-height:1.25;min-height:34px}
.pg-manufacturer-name b{font-size:.76rem;color:var(--pg-red)}
.pg-manufacturer-card>a:hover .pg-manufacturer-logo{border-color:#9b9da3;box-shadow:0 8px 22px rgba(0,0,0,.07);transform:translateY(-2px)}
.pg-manufacturer-card>a:hover .pg-manufacturer-name{color:#111}
.pg-manufacturer-faq{margin-top:30px}
@media(max-width:1080px){.pg-manufacturer-grid{grid-template-columns:repeat(5,minmax(0,1fr))}.pg-manufacturer-value-grid{grid-template-columns:repeat(2,minmax(0,1fr))}}
@media(max-width:900px){.pg-manufacturer-spotlight{grid-template-columns:repeat(2,minmax(0,1fr))}.pg-manufacturer-directory-head{grid-template-columns:1fr;gap:22px}.pg-manufacturer-grid{grid-template-columns:repeat(4,minmax(0,1fr))}}
@media(max-width:680px){.pg-manufacturer-hero{min-height:620px}.pg-manufacturer-spotlight{grid-template-columns:1fr 1fr}.pg-manufacturer-spotlight-card{padding:12px}.pg-manufacturer-spotlight-card img{height:100%}.pg-manufacturer-value-grid{grid-template-columns:1fr}.pg-manufacturer-grid{grid-template-columns:repeat(2,minmax(0,1fr));gap:10px}.pg-manufacturer-logo{border-radius:12px;padding:8px}.pg-manufacturer-name{font-size:.69rem}.pg-manufacturer-filters{gap:6px}.pg-manufacturer-filters button{padding:9px 12px;font-size:.78rem}}


/* ---------- v7.29.19 header / mobile navigation corrections ---------- */
/* A permanent transform on the header made WordPress' position:fixed mobile
   navigation relative to the header box instead of the viewport. Keep the
   visible header untransformed; only the intentionally hidden state moves. */
.pg-site-header:not(.pg-header-hidden){transform:none}
.pg-site-header:has(.wp-block-navigation__responsive-container.is-menu-open){
  transform:none!important;
  will-change:auto!important;
  -webkit-backdrop-filter:none!important;
  backdrop-filter:none!important;
  pointer-events:auto!important;
}
.wp-site-blocks>.wp-block-template-part.pg-header-host-floating:first-child{overflow:visible!important}

/* Header search: native WordPress search endpoint, no plugin dependency. */
.pg-header-right>.pg-search-toggle,.pg-header-right>.wp-block-html:has(.pg-search-toggle){display:inline-flex;align-items:center;order:2;margin:0!important}
.pg-header-right>.wp-block-navigation{order:1}
.pg-header-right>.wp-block-buttons{order:3}
.pg-search-toggle{
  width:42px;height:42px;display:inline-flex;align-items:center;justify-content:center;
  flex:0 0 42px;padding:0;border:0;border-radius:999px;background:transparent;color:#28282b;
  cursor:pointer;transition:background-color .18s ease,color .18s ease;
}
.pg-search-toggle:hover,.pg-search-toggle[aria-expanded="true"]{background:#f1efec;color:var(--pg-red)}
.pg-search-toggle svg,.pg-search-form button svg{width:23px;height:23px;fill:none;stroke:currentColor;stroke-width:1.9;stroke-linecap:round}
.pg-search-panel{
  position:absolute;z-index:10020;top:100%;left:0;right:0;width:100%;
  background:#171719;color:#fff;box-shadow:0 20px 42px rgba(0,0,0,.18);
}
.pg-search-panel-inner{position:relative;width:min(calc(100% - 40px),1220px);margin:0 auto;padding:30px 0 34px}
.pg-search-form{max-width:760px;margin:0}
.pg-search-form label{display:block;margin:0 0 14px;font-size:clamp(1.25rem,2vw,1.7rem);font-weight:650;letter-spacing:-.02em;color:#fff}
.pg-search-field{display:flex;align-items:center;border-bottom:2px solid rgba(255,255,255,.8)}
.pg-search-field input{
  min-width:0;flex:1;padding:10px 2px 12px;border:0!important;outline:0!important;background:transparent!important;
  box-shadow:none!important;color:#fff!important;font:inherit;font-size:1rem;font-weight:650;
}
.pg-search-field input::placeholder{color:#b8b8bd;opacity:1}
.pg-search-field button{width:48px;height:48px;display:inline-flex;align-items:center;justify-content:center;padding:0;border:0;background:transparent;color:#fff;cursor:pointer}
.pg-search-field button:hover{color:#ff5b60}
.pg-search-close{position:absolute;right:0;top:24px;width:42px;height:42px;padding:0;border:0;background:transparent;color:#fff;font-size:32px;font-weight:300;line-height:1;cursor:pointer}
.pg-search-close:hover{color:#ff5b60}

/* Full-viewport hamburger overlay. */
@media(max-width:782px){
  .pg-header-inner{overflow:visible!important}
  .pg-header-right{gap:8px!important}
  .pg-header-right>.pg-search-toggle,.pg-header-right>.wp-block-html:has(.pg-search-toggle){order:1}
  .pg-header-right>.wp-block-navigation{order:2}
  .pg-header-right>.wp-block-buttons{order:3}
  .pg-search-toggle{width:40px;height:40px;flex-basis:40px}
  .pg-search-panel-inner{width:calc(100% - 36px);padding:26px 0 30px}
  .pg-search-form{padding-right:46px}
  .pg-search-close{top:18px;right:0}

  .pg-site-header .wp-block-navigation__responsive-container.is-menu-open{
    position:fixed!important;
    inset:0!important;
    width:100vw!important;
    height:100dvh!important;
    min-height:100vh!important;
    max-height:none!important;
    z-index:2147483000!important;
    overflow-y:auto!important;
    overscroll-behavior:contain;
    padding:22px 24px 34px!important;
    background:#fff!important;
  }
  .pg-site-header .wp-block-navigation__responsive-container.is-menu-open .wp-block-navigation__responsive-dialog{
    width:100%!important;
    min-height:calc(100dvh - 56px)!important;
    margin:0!important;
  }
  .pg-site-header .wp-block-navigation__responsive-container.is-menu-open .wp-block-navigation__responsive-container-close{
    position:absolute!important;
    top:14px!important;
    right:14px!important;
    z-index:2!important;
    display:flex!important;
    align-items:center;justify-content:center;
    width:44px;height:44px;padding:0!important;
  }
  .pg-site-header .wp-block-navigation__responsive-container.is-menu-open .wp-block-navigation__responsive-container-content{
    width:100%!important;
    min-height:100%!important;
    align-items:stretch!important;
    padding-top:62px!important;
  }
  .pg-site-header.pg-header-compact .pg-header-inner{min-height:64px;padding-block:5px!important}
  .pg-site-header.pg-header-compact .pg-brand-logo{width:145px}
}

/* Keep the compact logo fully inside the revealed floating header. */
.pg-site-header.pg-header-floating:not(.pg-header-hidden){transform:none!important}
.pg-site-header.pg-header-floating .pg-header-inner{overflow:visible!important}
.pg-site-header.pg-header-floating .pg-brand,.pg-site-header.pg-header-floating .pg-brand-logo{overflow:visible!important}

/* Footer content must retain the same horizontal breathing room as the page
   even around tablet / small-desktop widths where alignwide reaches the edge. */
.pg-site-footer>.pg-footer-grid,
.pg-site-footer>.pg-footer-legal{
  width:min(calc(100% - 40px),1220px)!important;
  max-width:1220px!important;
  margin-left:auto!important;
  margin-right:auto!important;
}
@media(max-width:620px){
  .pg-site-footer>.pg-footer-grid,
  .pg-site-footer>.pg-footer-legal{width:calc(100% - 32px)!important}
}

/* ---------- v7.29.20 Hörmann Industrie-Sektionaltore ---------- */
.pg-industry-hero{background-position:center 52%}
.pg-industry-hero-actions{margin-top:30px!important}
.pg-industry-intro{display:grid;grid-template-columns:minmax(0,.85fr) minmax(0,1.15fr);gap:72px;align-items:start}
.pg-industry-intro h2{font-size:clamp(2.6rem,4.8vw,4.7rem);line-height:.98;margin-top:12px}
.pg-industry-intro .pg-product-intro-lead{font-size:1.22rem;color:var(--pg-ink)!important}
.pg-industry-feature-strip{margin-top:42px!important}
.pg-industry-overview>div>h2{max-width:900px;font-size:clamp(2.6rem,4.8vw,4.7rem);line-height:.98}
.pg-industry-jump-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:14px;margin-top:34px}
.pg-industry-jump-grid>a{display:flex;flex-direction:column;min-height:205px;padding:24px 24px 26px;border:1px solid var(--pg-line);border-radius:20px;background:#fff;color:var(--pg-ink)!important;text-decoration:none!important;transition:transform var(--pg-transition),box-shadow var(--pg-transition),border-color var(--pg-transition)}
.pg-industry-jump-grid>a:hover{transform:translateY(-3px);border-color:rgba(215,25,32,.35);box-shadow:0 16px 44px rgba(18,18,20,.08)}
.pg-industry-jump-grid span{color:var(--pg-red);font-weight:900;font-size:.78rem;letter-spacing:.08em}
.pg-industry-jump-grid strong{font-size:1.32rem;line-height:1.15;margin:28px 0 8px}
.pg-industry-jump-grid small{color:var(--pg-muted);font-size:.93rem;line-height:1.55}
.pg-industry-section{scroll-margin-top:118px}
.pg-industry-section .pg-hoermann-split figure{box-shadow:0 18px 54px rgba(18,18,20,.08)}
.pg-industry-section .pg-hoermann-split h2{max-width:720px}
.pg-industry-system-section{scroll-margin-top:118px}
.pg-industry-system-head{margin-bottom:32px}
.pg-industry-system-grid{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:14px;margin-top:34px}
.pg-industry-system-grid article{min-height:230px;padding:24px;border:1px solid var(--pg-line);border-radius:20px;background:#fff}
.pg-industry-system-grid article>span{display:block;color:var(--pg-red);font-size:.78rem;font-weight:900;letter-spacing:.08em;margin-bottom:25px}
.pg-industry-system-grid h3{font-size:1.28rem;line-height:1.15;margin:0 0 10px}
.pg-industry-system-grid p{margin:0;color:var(--pg-muted);line-height:1.58}
.pg-industry-bridge{border-top:1px solid var(--pg-line)}
.pg-industry-bridge .pg-hoermann-split h2{font-size:clamp(2.45rem,4.3vw,4.15rem)}
.pg-industry-bridge .wp-block-buttons{margin-top:26px!important}
@media(max-width:1050px){
  .pg-industry-jump-grid{grid-template-columns:repeat(2,minmax(0,1fr))}
  .pg-industry-system-grid{grid-template-columns:repeat(2,minmax(0,1fr))}
}
@media(max-width:760px){
  .pg-industry-intro{grid-template-columns:1fr;gap:26px}
  .pg-industry-jump-grid,.pg-industry-system-grid{grid-template-columns:1fr}
  .pg-industry-jump-grid>a{min-height:0}
  .pg-industry-hero{background-position:58% center}
}

/* ---------- v7.29.24 Herstellerlogos: Originalproportionen ---------- */
/* Logos werden nie mehr auf Kartenformat beschnitten oder aufgezoomt. Die Karte
   bleibt der einzige Rahmen; das Logo liegt mit Luft darin und behält sein Seitenverhältnis. */
/* ---------- v7.29.21 Hersteller-Markenraster: klare Logo-Karten ---------- */
/* Die Markenübersicht lehnt sich bewusst an klassische Herstellerverzeichnisse an:
   eine Karte = ein Logo = ein Ziel. Keine zweite Innenkarte, kein sichtbarer Name,
   kein Linkpfeil. Verlinkte Karten sind vollständig klickbar. */
.pg-manufacturer-directory .pg-manufacturer-grid{
  gap:14px;
}
.pg-manufacturer-directory .pg-manufacturer-card{
  position:relative;
  display:flex;
  align-items:center;
  justify-content:center;
  width:100%;
  min-width:0;
  min-height:0;
  aspect-ratio:280/180;
  padding:14px 16px;
  border:1px solid #777b84;
  border-radius:10px;
  background:#fff;
  color:inherit;
  text-decoration:none;
  box-shadow:none;
  overflow:hidden;
  transition:border-color .16s ease,box-shadow .16s ease,transform .16s ease;
}
.pg-manufacturer-directory .pg-manufacturer-card:after{
  content:none!important;
  display:none!important;
}
.pg-manufacturer-directory .pg-manufacturer-card-logo{
  display:block;
  width:100%;
  height:100%;
  max-width:none;
  max-height:none;
  object-fit:contain;
  object-position:center;
  mix-blend-mode:normal;
}
.pg-manufacturer-directory .pg-manufacturer-card-link:hover{
  transform:translateY(-2px);
  border-color:var(--pg-red);
  box-shadow:0 9px 24px rgba(18,18,20,.08);
}
.pg-manufacturer-directory .pg-manufacturer-card-link:focus-visible{
  outline:2px solid var(--pg-red);
  outline-offset:3px;
}
.pg-manufacturer-directory .pg-manufacturer-card-static{
  height:auto;
  flex-direction:row;
  cursor:default;
}
.pg-manufacturer-directory .pg-manufacturer-card-static:hover{
  transform:none;
  border-color:#777b84;
  box-shadow:none;
}
@media(max-width:680px){
  .pg-manufacturer-directory .pg-manufacturer-grid{gap:10px}
  .pg-manufacturer-directory .pg-manufacturer-card{padding:9px 10px;border-radius:9px}
  .pg-manufacturer-directory .pg-manufacturer-card-logo{width:100%;height:100%;object-fit:contain}
}
