/*
Theme Name: PMH Minimal
Theme URI: https://pmh-entruempelung.de
Description: Mobile-first Performance-Theme für Platzmacherhelden Entrümpelung. System-Fonts, kein jQuery, kein Framework. Optimiert für Core Web Vitals + Local SEO. Maximale Kontaktfreundlichkeit.
Author: SALEWSKI.IT
Version: 2.0.6
License: proprietary
Text Domain: pmh-minimal
*/

/* === RESET & BASE === */
*,*::before,*::after{box-sizing:border-box;margin:0;padding:0}
html{scroll-behavior:smooth;-webkit-text-size-adjust:100%;overflow-x:hidden}
body{font-family:system-ui,-apple-system,"Segoe UI",Roboto,Helvetica,Arial,sans-serif;font-size:17px;line-height:1.65;color:#1a1410;background:#faf6ef}

img{max-width:100%;height:auto;display:block}
a{color:#a87832;text-decoration:none;transition:color .2s}
a:hover{color:#7a5520}
h1,h2,h3,h4,h5,h6{color:#1a1410;font-weight:700;line-height:1.2;margin-bottom:.5em;letter-spacing:.2px}
h1{font-size:clamp(28px,5vw,44px);font-weight:800}
h2{font-size:clamp(24px,4vw,34px);font-weight:800}
h3{font-size:clamp(19px,2.6vw,24px)}
p{margin-bottom:1em}
ul,ol{list-style:none}
:focus-visible{outline:3px solid #b58740;outline-offset:2px}

/* === LAYOUT === */
.pmh-container{max-width:1140px;margin:0 auto;padding:0 18px}
.pmh-narrow{max-width:780px;margin:0 auto;padding:0 18px}

/* === HEADER === */
.pmh-header{position:sticky;top:0;z-index:1000;background:rgba(250,246,239,.96);backdrop-filter:blur(10px);-webkit-backdrop-filter:blur(10px);border-bottom:1px solid rgba(181,135,64,.18);transition:box-shadow .3s}
.pmh-header.pmh-scrolled{box-shadow:0 2px 16px rgba(0,0,0,.08)}
.pmh-header-inner{display:flex;align-items:center;justify-content:space-between;padding:10px 0;gap:14px}
.pmh-logo{display:flex;align-items:center;gap:10px;font-weight:800;font-size:17px;letter-spacing:.5px;color:#1a1410;text-transform:uppercase;flex-shrink:1;min-width:0}
.pmh-logo:hover{color:#b58740}
.pmh-logo img{height:46px;width:auto;flex-shrink:0}
.pmh-logo-text{line-height:1.1;display:flex;flex-direction:column;min-width:0;overflow:hidden}
.pmh-logo-text>span:first-child{white-space:nowrap;overflow:hidden;text-overflow:ellipsis}
.pmh-logo-text small{font-size:10.5px;font-weight:500;color:#7a5520;letter-spacing:1.1px;text-transform:uppercase;margin-top:2px;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}
.pmh-nav{display:flex;align-items:center;gap:6px}
.pmh-nav a{font-size:15px;font-weight:500;color:#1a1410;padding:8px 14px;border-radius:6px;transition:background .2s,color .2s}
.pmh-nav a:hover{background:rgba(181,135,64,.12);color:#b58740}
.pmh-nav a.pmh-active{color:#b58740;font-weight:600}
.pmh-nav-cta{background:#b58740!important;color:#fff!important;border-radius:50px!important;padding:10px 22px!important;font-weight:600!important;letter-spacing:.3px}
.pmh-nav-cta:hover{background:#8a6530!important;color:#fff!important;box-shadow:0 4px 12px rgba(181,135,64,.35)!important}

/* Header-Tel (Desktop) + Mini-Tel (Mobile) */
.pmh-tel-mini{display:inline-flex;align-items:center;gap:7px;color:#fff!important;background:#b58740;font-weight:700;font-size:14px;padding:9px 14px;border-radius:50px;flex-shrink:0;text-decoration:none;box-shadow:0 2px 8px rgba(181,135,64,.3)}
.pmh-tel-mini:hover{background:#8a6530;color:#fff!important}
.pmh-tel-mini svg{width:14px;height:14px;fill:#fff;flex-shrink:0}
@media(min-width:992px){.pmh-tel-mini{display:none}}

.pmh-tel{display:inline-flex;align-items:center;gap:8px;color:#1a1410;font-weight:600;font-size:15px;padding:8px 14px;border-radius:6px;transition:background .2s,color .2s}
.pmh-tel:hover{background:rgba(181,135,64,.12);color:#b58740}
.pmh-tel svg{width:16px;height:16px;fill:#b58740;flex-shrink:0}

/* Burger */
.pmh-burger{display:flex;align-items:center;justify-content:center;background:none;border:none;cursor:pointer;padding:8px;border-radius:8px;transition:background .2s;flex-shrink:0;width:44px;height:44px}
.pmh-burger:hover{background:rgba(181,135,64,.12)}
.pmh-burger svg{width:24px;height:24px;fill:#1a1410}
@media(min-width:992px){.pmh-burger{display:none}}
@media(max-width:991px){.pmh-nav{display:none}.pmh-tel{display:none}}

/* Mobile Nav */
.pmh-mobile-nav{display:none;position:absolute;top:100%;left:0;right:0;background:#faf6ef;border-top:3px solid #b58740;box-shadow:0 8px 24px rgba(0,0,0,.12);border-radius:0 0 12px 12px;overflow:hidden;z-index:999}
.pmh-mobile-nav.pmh-open{display:block}
.pmh-mobile-nav a{display:block;font-size:16px;font-weight:500;color:#1a1410;padding:14px 20px;border-bottom:1px solid rgba(181,135,64,.1);transition:background .2s,color .2s}
.pmh-mobile-nav a:hover{background:rgba(181,135,64,.08);color:#b58740}
.pmh-mobile-nav .pmh-nav-cta{display:block;background:#b58740!important;color:#fff!important;border-radius:50px!important;margin:12px 16px!important;padding:14px 22px!important;text-align:center!important;border-bottom:none!important}
.pmh-mobile-nav .pmh-nav-cta:hover{background:#8a6530!important}

/* === STICKY MOBILE TEL-BAR === */
.pmh-sticky-bar{position:fixed;bottom:0;left:0;right:0;background:#1a1410;display:grid;grid-template-columns:1fr 1fr;z-index:1100;box-shadow:0 -4px 16px rgba(0,0,0,.18);border-top:2px solid #b58740}
.pmh-sticky-bar a{display:flex;flex-direction:column;align-items:center;justify-content:center;padding:10px 6px;color:#fff;text-decoration:none;font-size:13px;font-weight:600;line-height:1.2;text-align:center;transition:background .15s;min-height:60px}
.pmh-sticky-bar a:hover{background:rgba(181,135,64,.2)}
.pmh-sticky-bar a:first-child{background:#b58740;color:#fff}
.pmh-sticky-bar a:first-child:hover{background:#8a6530}
.pmh-sticky-bar svg{width:18px;height:18px;fill:#fff;margin-bottom:3px}
.pmh-sticky-bar a small{font-size:10px;font-weight:500;opacity:.85;display:block;letter-spacing:.3px}
@media(min-width:992px){.pmh-sticky-bar{display:none}}

/* === MAIN === */
.pmh-main{min-height:60vh}
.pmh-section{padding:50px 0}
.pmh-section-alt{background:#fff}
@media(max-width:767px){.pmh-section{padding:36px 0}}

.pmh-section h2{margin-bottom:.4em;text-align:center}
.pmh-section .pmh-lead{font-size:18px;color:#5a4a3a;text-align:center;max-width:640px;margin:0 auto 32px}

/* === CONTENT === */
.pmh-content{padding:40px 0 60px}
.pmh-content p{font-size:17px;line-height:1.7}
.pmh-content ul,.pmh-content ol{padding-left:24px;list-style:disc;margin-bottom:1em}
.pmh-content ol{list-style:decimal}
.pmh-content li{margin-bottom:6px}

/* === BUTTONS === */
.pmh-btn{display:inline-flex;align-items:center;justify-content:center;gap:10px;background:#b58740;color:#fff;padding:16px 30px;border-radius:50px;font-weight:700;font-size:17px;transition:background .2s,box-shadow .2s,transform .1s;text-decoration:none;border:none;cursor:pointer;min-height:56px;box-shadow:0 4px 12px rgba(181,135,64,.25)}
.pmh-btn:hover{background:#8a6530;color:#fff;box-shadow:0 6px 20px rgba(181,135,64,.4)}
.pmh-btn:active{transform:translateY(1px)}
.pmh-btn svg{width:20px;height:20px;fill:#fff}
.pmh-btn-outline{background:transparent;color:#1a1410;border:2px solid #1a1410;box-shadow:none}
.pmh-btn-outline svg{fill:#1a1410}
.pmh-btn-outline:hover{background:#1a1410;color:#fff;box-shadow:0 4px 12px rgba(0,0,0,.2)}
.pmh-btn-outline:hover svg{fill:#fff}
.pmh-btn-block{width:100%;display:flex}

/* CTA-Group */
.pmh-cta-group{display:flex;gap:14px;justify-content:center;flex-wrap:wrap}
.pmh-cta-group .pmh-btn{flex:1 1 220px;max-width:340px}
@media(max-width:480px){.pmh-cta-group{flex-direction:column;align-items:stretch}.pmh-cta-group .pmh-btn{max-width:none}}

/* === HERO === */
.pmh-hero{padding:50px 0 60px;text-align:center;background:radial-gradient(ellipse at top,#f0e6d4 0%,#faf6ef 70%)}
.pmh-hero-mark{margin:0 auto 20px;max-width:280px;width:80%;height:auto}
.pmh-hero h1{margin-bottom:14px;color:#1a1410}
.pmh-hero .pmh-tagline{font-size:18px;color:#7a5520;font-weight:600;letter-spacing:1.2px;text-transform:uppercase;margin-bottom:18px}
.pmh-hero .pmh-lead-text{font-size:18px;color:#3a322a;max-width:640px;margin:0 auto 28px;line-height:1.6}
.pmh-hero-trust{margin-top:22px;display:flex;justify-content:center;gap:14px;flex-wrap:wrap;font-size:14px;color:#5a4a3a}
.pmh-hero-trust span{display:inline-flex;align-items:center;gap:6px}
.pmh-hero-trust svg{width:16px;height:16px;fill:#b58740}

/* === USP-Boxes === */
.pmh-usp{display:grid;grid-template-columns:repeat(3,1fr);gap:20px;margin-top:8px}
.pmh-usp-card{background:#fff;border:1px solid rgba(181,135,64,.18);border-radius:14px;padding:26px 22px;text-align:center;transition:transform .2s,box-shadow .2s}
.pmh-usp-card:hover{transform:translateY(-4px);box-shadow:0 8px 24px rgba(181,135,64,.18)}
.pmh-usp-icon{width:56px;height:56px;background:rgba(181,135,64,.12);border-radius:50%;display:flex;align-items:center;justify-content:center;margin:0 auto 14px}
.pmh-usp-icon svg{width:28px;height:28px;fill:#b58740}
.pmh-usp-card h3{font-size:18px;margin-bottom:8px}
.pmh-usp-card p{font-size:15px;color:#5a4a3a;margin-bottom:0;line-height:1.5}
@media(max-width:767px){.pmh-usp{grid-template-columns:1fr;gap:14px}.pmh-usp-card{padding:22px 20px}}

/* === LEISTUNGEN === */
.pmh-services{display:grid;grid-template-columns:repeat(3,1fr);gap:18px;margin-top:8px}
.pmh-service-card{background:#fff;border:1px solid rgba(181,135,64,.15);border-radius:12px;padding:24px 22px;transition:border-color .2s,box-shadow .2s,transform .1s;display:flex;flex-direction:column}
.pmh-service-card:hover{border-color:#b58740;box-shadow:0 6px 20px rgba(181,135,64,.18)}
.pmh-service-icon{width:48px;height:48px;background:rgba(181,135,64,.1);border-radius:10px;display:flex;align-items:center;justify-content:center;margin-bottom:14px}
.pmh-service-icon svg{width:26px;height:26px;fill:#b58740}
.pmh-service-card h3{font-size:18px;margin-bottom:8px;color:#1a1410}
.pmh-service-card p{font-size:14px;color:#5a4a3a;line-height:1.55;margin-bottom:14px;flex:1}
.pmh-service-card a{font-weight:600;color:#b58740;font-size:14px;display:inline-flex;align-items:center;gap:4px}
.pmh-service-card a:hover{color:#8a6530}
.pmh-service-card a::after{content:"→";transition:transform .2s}
.pmh-service-card a:hover::after{transform:translateX(3px)}
@media(max-width:767px){.pmh-services{grid-template-columns:1fr;gap:14px}}

/* === ABLAUF (3 Schritte) === */
.pmh-steps{display:grid;grid-template-columns:repeat(3,1fr);gap:24px;margin-top:8px;position:relative}
.pmh-step{text-align:center;position:relative}
.pmh-step-num{display:inline-flex;align-items:center;justify-content:center;width:64px;height:64px;background:#b58740;color:#fff;font-weight:800;font-size:26px;border-radius:50%;margin-bottom:16px;box-shadow:0 6px 16px rgba(181,135,64,.4);position:relative;z-index:2}
.pmh-step h3{font-size:19px;margin-bottom:8px}
.pmh-step p{font-size:15px;color:#5a4a3a;line-height:1.55;margin-bottom:0}
@media(min-width:768px){
  .pmh-steps::before{content:"";position:absolute;top:32px;left:16.66%;right:16.66%;height:2px;background:linear-gradient(to right,transparent 0,#b58740 10%,#b58740 90%,transparent 100%);z-index:1}
}
@media(max-width:767px){.pmh-steps{grid-template-columns:1fr;gap:30px}}

/* === INHABER-BOX === */
.pmh-inhaber{background:#fff;border:1px solid rgba(181,135,64,.18);border-radius:18px;padding:32px;display:flex;gap:28px;align-items:center;max-width:880px;margin:0 auto}
.pmh-inhaber-img{width:140px;height:140px;border-radius:50%;background:#faf6ef;border:3px solid #b58740;flex-shrink:0;display:flex;align-items:center;justify-content:center;overflow:hidden}
.pmh-inhaber-img img{width:100%;height:100%;object-fit:cover}
.pmh-inhaber-content h3{font-size:22px;margin-bottom:4px}
.pmh-inhaber-content .pmh-role{color:#b58740;font-weight:600;font-size:14px;letter-spacing:.5px;text-transform:uppercase;margin-bottom:12px;display:block}
.pmh-inhaber-content p{margin-bottom:16px;color:#3a322a}
.pmh-inhaber-cta{display:flex;gap:12px;flex-wrap:wrap}
.pmh-inhaber-cta .pmh-btn{padding:12px 22px;font-size:15px;min-height:46px;flex:0 1 auto}
@media(max-width:767px){.pmh-inhaber{flex-direction:column;text-align:center;padding:26px 22px}.pmh-inhaber-cta{justify-content:center}}

/* === SERVICEGEBIET === */
.pmh-region{background:#fff;border:1px solid rgba(181,135,64,.15);border-radius:16px;padding:32px;text-align:center}
.pmh-region h2{margin-bottom:14px}
.pmh-region-list{display:flex;flex-wrap:wrap;justify-content:center;gap:10px;margin-top:24px}
.pmh-region-list a{display:inline-block;background:#faf6ef;color:#1a1410;border:1px solid rgba(181,135,64,.25);padding:10px 18px;border-radius:50px;font-size:14px;font-weight:500;transition:background .2s,color .2s,border-color .2s}
.pmh-region-list a:hover{background:#b58740;color:#fff;border-color:#b58740}

/* === FAQ === */
.pmh-faq{max-width:780px;margin:0 auto}
.pmh-faq-item{background:#fff;border:1px solid rgba(181,135,64,.18);border-radius:12px;margin-bottom:12px;overflow:hidden}
.pmh-faq-item details summary{display:flex;justify-content:space-between;align-items:center;padding:18px 22px;cursor:pointer;font-weight:600;color:#1a1410;list-style:none;transition:background .15s}
.pmh-faq-item details summary::-webkit-details-marker{display:none}
.pmh-faq-item details summary:hover{background:#faf6ef}
.pmh-faq-item details[open] summary{background:rgba(181,135,64,.08);border-bottom:1px solid rgba(181,135,64,.15)}
.pmh-faq-item summary::after{content:"+";font-size:24px;color:#b58740;transition:transform .2s;font-weight:400;line-height:1}
.pmh-faq-item details[open] summary::after{content:"−"}
.pmh-faq-item .pmh-faq-answer{padding:18px 22px;color:#3a322a;line-height:1.7}

/* === FINAL CTA === */
.pmh-cta-final{background:linear-gradient(135deg,#1a1410 0%,#2d2419 100%);color:#fff;text-align:center;padding:60px 20px}
.pmh-cta-final h2{color:#fff;margin-bottom:12px}
.pmh-cta-final p{color:rgba(250,246,239,.85);font-size:18px;margin-bottom:28px;max-width:600px;margin-left:auto;margin-right:auto}
.pmh-cta-final .pmh-btn{box-shadow:0 8px 28px rgba(181,135,64,.5)}
.pmh-cta-final .pmh-btn-outline{background:transparent;color:#fff;border-color:#fff}
.pmh-cta-final .pmh-btn-outline svg{fill:#fff}
.pmh-cta-final .pmh-btn-outline:hover{background:#fff;color:#1a1410}
.pmh-cta-final .pmh-btn-outline:hover svg{fill:#1a1410}
.pmh-cta-final small{display:block;margin-top:18px;font-size:13px;color:rgba(250,246,239,.6)}

/* === FOOTER === */
.pmh-footer{background:#0b0a0a;color:rgba(250,246,239,.85);padding:50px 0 0;margin-top:0}
.pmh-footer-grid{display:grid;grid-template-columns:1.4fr 1fr 1fr;gap:40px}
.pmh-footer h3{color:#b58740;font-size:14px;font-weight:700;margin-bottom:16px;text-transform:uppercase;letter-spacing:1.2px}
.pmh-footer-brand{margin-bottom:14px}
.pmh-footer-brand img{height:80px;width:auto;filter:brightness(1.05)}
.pmh-footer p{color:rgba(250,246,239,.7);font-size:14px;line-height:1.6;margin-bottom:8px}
.pmh-footer-contact{list-style:none;padding:0;margin-top:8px}
.pmh-footer-contact li{display:flex;align-items:flex-start;gap:10px;margin-bottom:10px;font-size:14px;color:rgba(250,246,239,.85)}
.pmh-footer-contact svg{width:16px;height:16px;fill:#b58740;flex-shrink:0;margin-top:3px}
.pmh-footer-contact a{color:rgba(250,246,239,.85);transition:color .2s}
.pmh-footer-contact a:hover{color:#fff}
.pmh-footer-links{list-style:none;padding:0}
.pmh-footer-links li{margin-bottom:8px}
.pmh-footer-links a{color:rgba(250,246,239,.65);font-size:14px;transition:color .2s}
.pmh-footer-links a:hover{color:#fff}
.pmh-footer-bottom{margin-top:40px;padding:18px 0;border-top:1px solid rgba(181,135,64,.2);text-align:center;font-size:13px;color:rgba(250,246,239,.5)}
.pmh-footer-bottom a{color:rgba(250,246,239,.6)}
.pmh-footer-bottom a:hover{color:#fff}

/* === HERO-PHOTO (Legacy) === */
.pmh-hero-photo{margin:24px auto;max-width:880px;width:100%;height:auto;border-radius:16px;box-shadow:0 12px 32px rgba(0,0,0,.18)}

/* === COOL-HERO: Asymmetrisches Split-Layout für jede Page === */
.pmh-cool-hero{position:relative;background:linear-gradient(135deg,#faf6ef 0%,#f0e6d4 60%,#e8d8b8 100%);padding:50px 0 60px;overflow:hidden}
.pmh-cool-hero::before{content:"";position:absolute;top:-100px;right:-100px;width:400px;height:400px;border-radius:50%;background:radial-gradient(circle,rgba(181,135,64,.18) 0%,transparent 70%);pointer-events:none}
.pmh-cool-hero::after{content:"";position:absolute;bottom:-150px;left:-150px;width:500px;height:500px;border-radius:50%;background:radial-gradient(circle,rgba(181,135,64,.12) 0%,transparent 70%);pointer-events:none}
.pmh-cool-hero-grid{display:grid;grid-template-columns:1.05fr 1fr;gap:48px;align-items:center;position:relative;z-index:1}
.pmh-cool-hero-text{display:flex;flex-direction:column;gap:18px}
.pmh-cool-hero-eyebrow{display:inline-flex;align-items:center;gap:8px;background:rgba(181,135,64,.12);color:#7a5520;padding:7px 16px;border-radius:50px;font-size:13px;font-weight:700;letter-spacing:1.4px;text-transform:uppercase;align-self:flex-start;border:1px solid rgba(181,135,64,.22)}
.pmh-cool-hero-eyebrow::before{content:"●";color:#b58740;font-size:9px}
.pmh-cool-hero h1{margin:0;font-size:clamp(30px,5vw,52px);line-height:1.05;font-weight:800;color:#1a1410}
.pmh-cool-hero h1 em{font-style:normal;color:#b58740;font-weight:800;display:block}
.pmh-cool-hero-lead{font-size:18px;line-height:1.55;color:#3a322a;margin:0;max-width:560px}
.pmh-cool-hero-cta{display:flex;gap:12px;margin-top:6px;flex-wrap:wrap}
.pmh-cool-hero-cta .pmh-btn{flex:0 1 auto;min-width:200px}
.pmh-cool-hero-trust{display:flex;gap:18px;flex-wrap:wrap;margin-top:18px;padding-top:18px;border-top:1px solid rgba(181,135,64,.22)}
.pmh-cool-hero-trust-item{display:flex;align-items:center;gap:8px;font-size:14px;color:#5a4a3a;font-weight:500}
.pmh-cool-hero-trust-item svg{width:18px;height:18px;fill:#b58740;flex-shrink:0}
.pmh-cool-hero-img-wrap{position:relative;aspect-ratio:4/5;max-width:480px;justify-self:end;width:100%}
.pmh-cool-hero-img-wrap img{width:100%;height:100%;object-fit:cover;border-radius:18px;box-shadow:0 24px 60px -12px rgba(26,20,16,.35),0 0 0 6px rgba(181,135,64,.18),0 0 0 7px rgba(181,135,64,.5)}
.pmh-cool-hero-badge{position:absolute;background:#fff;border:1px solid rgba(181,135,64,.28);border-radius:14px;padding:14px 18px;box-shadow:0 16px 32px -8px rgba(26,20,16,.28);min-width:160px;display:flex;flex-direction:column;align-items:flex-start;gap:6px}
.pmh-cool-hero-badge-1{top:-14px;left:-30px}
.pmh-cool-hero-badge-2{bottom:30px;right:-30px}
.pmh-cool-hero-badge svg{width:22px;height:22px;fill:#b58740}
.pmh-cool-hero-badge-num{font-size:24px;font-weight:800;color:#b58740;line-height:1}
.pmh-cool-hero-badge-label{font-size:13px;color:#3a322a;font-weight:600;line-height:1.3}

@media(max-width:991px){
    .pmh-cool-hero-grid{grid-template-columns:1fr;gap:30px;text-align:center}
    .pmh-cool-hero-text{align-items:center}
    .pmh-cool-hero-eyebrow{align-self:center}
    .pmh-cool-hero-lead{margin:0 auto}
    .pmh-cool-hero-cta{justify-content:center}
    .pmh-cool-hero-trust{justify-content:center}
    .pmh-cool-hero-img-wrap{justify-self:center;max-width:380px;order:-1;aspect-ratio:5/4}
    .pmh-cool-hero-badge-1{top:-12px;left:-12px}
    .pmh-cool-hero-badge-2{bottom:-12px;right:-12px}
    .pmh-cool-hero-badge{min-width:140px;padding:12px 16px}
}
@media(max-width:480px){
    .pmh-cool-hero{padding:32px 0 50px}
    .pmh-cool-hero-img-wrap{max-width:300px}
    .pmh-cool-hero-badge{padding:10px 12px;min-width:120px}
    .pmh-cool-hero-badge-num{font-size:20px}
    .pmh-cool-hero-badge-label{font-size:11px}
    .pmh-cool-hero-cta{flex-direction:column;width:100%;align-items:stretch}
    .pmh-cool-hero-cta .pmh-btn{min-width:0;width:100%}
}

/* === SERVICE-CARDS mit BILD === */
.pmh-service-card--img{padding:0;overflow:hidden}
.pmh-service-card--img .pmh-service-img{display:block;overflow:hidden;border-radius:12px 12px 0 0}
.pmh-service-card--img .pmh-service-img img{width:100%;height:200px;object-fit:cover;transition:transform .4s ease}
.pmh-service-card--img:hover .pmh-service-img img{transform:scale(1.05)}
.pmh-service-card--img .pmh-service-body{padding:22px 22px 24px}
.pmh-service-card--img .pmh-service-body h3{margin-bottom:8px}

/* === GALLERY === */
.pmh-gallery{display:grid;grid-template-columns:repeat(auto-fit,minmax(260px,1fr));gap:16px;margin:32px 0}
.pmh-gallery figure{margin:0;border-radius:12px;overflow:hidden;background:#faf6ef;box-shadow:0 4px 14px rgba(0,0,0,.08)}
.pmh-gallery img{width:100%;height:240px;object-fit:cover;display:block;transition:transform .4s}
.pmh-gallery figure:hover img{transform:scale(1.04)}
.pmh-gallery figcaption{padding:10px 14px;font-size:13px;color:#5a4a3a;text-align:center}

/* === CONTENT-Block (lange Texte) === */
.pmh-prose{max-width:780px;margin:0 auto;padding:0 18px}
.pmh-prose h2{margin-top:36px;margin-bottom:14px}
.pmh-prose h3{margin-top:28px;margin-bottom:10px;font-size:20px}
.pmh-prose p{font-size:17px;line-height:1.75;margin-bottom:1.1em}
.pmh-prose ul,.pmh-prose ol{padding-left:24px;list-style:disc;margin-bottom:1.2em}
.pmh-prose ol{list-style:decimal}
.pmh-prose li{margin-bottom:8px;line-height:1.7}
.pmh-prose strong{color:#1a1410}
.pmh-prose blockquote{background:rgba(181,135,64,.08);border-left:4px solid #b58740;padding:18px 24px;border-radius:0 12px 12px 0;margin:22px 0;font-style:italic;color:#3a322a}
.pmh-prose .pmh-info-box{background:#fff;border:1px solid rgba(181,135,64,.2);border-radius:14px;padding:22px 24px;margin:24px 0}
.pmh-prose .pmh-info-box h3{margin-top:0;color:#7a5520}

/* === KONTAKT-GRID (zwei Spalten Desktop, ein Stack Mobile) === */
.pmh-kontakt-grid{display:grid;grid-template-columns:1fr 1.4fr;gap:36px;align-items:start;max-width:1000px;margin:0 auto}
@media(max-width:767px){.pmh-kontakt-grid{grid-template-columns:1fr;gap:30px}.pmh-kontakt-direct{order:2}.pmh-kontakt-form{order:1}}

/* === KONTAKT-FORMULAR === */
.pmh-form{background:#fff;border:1px solid rgba(181,135,64,.2);border-radius:18px;padding:30px;max-width:640px;margin:0 auto}
.pmh-form-group{margin-bottom:18px}
.pmh-form-group label{display:block;font-weight:600;font-size:15px;margin-bottom:8px;color:#1a1410}
.pmh-form-group label .pmh-req{color:#b58740}
.pmh-form input[type=text],.pmh-form input[type=tel],.pmh-form input[type=email],.pmh-form select,.pmh-form textarea{width:100%;padding:14px 16px;border:2px solid #e8dfd1;border-radius:10px;font-size:16px;font-family:inherit;color:#1a1410;background:#faf6ef;transition:border-color .2s,background .2s}
.pmh-form input:focus,.pmh-form select:focus,.pmh-form textarea:focus{outline:none;border-color:#b58740;background:#fff}
.pmh-form textarea{min-height:120px;resize:vertical}
.pmh-form .pmh-honeypot{position:absolute;left:-10000px;width:1px;height:1px;overflow:hidden}
.pmh-form-submit{margin-top:8px;width:100%}
.pmh-form-msg{padding:14px 18px;border-radius:10px;margin-bottom:18px;font-weight:500}
.pmh-form-msg-success{background:#e8f5e0;color:#2d5016;border:1px solid #6b9b3b}
.pmh-form-msg-error{background:#fce8e6;color:#7a1a13;border:1px solid #c0392b}

/* === STADT-HERO (Standortseiten) === */
.pmh-city-hero{background:linear-gradient(135deg,#faf6ef 0%,#f0e6d4 100%);padding:50px 0;text-align:center}
.pmh-city-hero .pmh-distance{display:inline-flex;align-items:center;gap:8px;background:#fff;padding:8px 16px;border-radius:50px;font-size:14px;color:#5a4a3a;margin-bottom:18px;border:1px solid rgba(181,135,64,.2)}
.pmh-city-hero .pmh-distance svg{width:14px;height:14px;fill:#b58740}

/* === RESPONSIVE === */
@media(max-width:991px){
    .pmh-footer-grid{grid-template-columns:1fr 1fr}
}
@media(max-width:767px){
    .pmh-logo img{height:38px}
    .pmh-logo-text>span:first-child{font-size:15px}
    .pmh-logo-text small{font-size:9.5px;letter-spacing:.8px}
    .pmh-footer-grid{grid-template-columns:1fr;gap:32px}
    .pmh-hero{padding:36px 0 44px}
    .pmh-cta-final{padding:44px 18px}
    .pmh-section h2{font-size:25px}
}
.admin-bar .pmh-header{top:32px}@media(max-width:782px){.admin-bar .pmh-header{top:46px}}

/* === STEPS-ANIMATION (Default sichtbar; Animation aktiv nur wenn JS body.js-anim setzt) === */
body.js-anim .pmh-steps .pmh-step{opacity:0;transform:translateY(28px);transition:opacity .7s ease-out,transform .7s cubic-bezier(.2,.8,.2,1)}
body.js-anim .pmh-steps .pmh-step-num{transform:scale(0);transition:transform .55s cubic-bezier(.34,1.56,.64,1)}
body.js-anim .pmh-steps.is-visible .pmh-step{opacity:1;transform:translateY(0)}
body.js-anim .pmh-steps.is-visible .pmh-step:nth-child(1){transition-delay:.05s}
body.js-anim .pmh-steps.is-visible .pmh-step:nth-child(2){transition-delay:.20s}
body.js-anim .pmh-steps.is-visible .pmh-step:nth-child(3){transition-delay:.35s}
body.js-anim .pmh-steps.is-visible .pmh-step:nth-child(1) .pmh-step-num{transform:scale(1);transition-delay:.20s}
body.js-anim .pmh-steps.is-visible .pmh-step:nth-child(2) .pmh-step-num{transform:scale(1);transition-delay:.35s}
body.js-anim .pmh-steps.is-visible .pmh-step:nth-child(3) .pmh-step-num{transform:scale(1);transition-delay:.50s}
body.js-anim .pmh-steps.is-visible .pmh-step:nth-child(1) .pmh-step-num{animation:pmh-num-pulse 2.4s ease-out .85s 1}
body.js-anim .pmh-steps.is-visible .pmh-step:nth-child(2) .pmh-step-num{animation:pmh-num-pulse 2.4s ease-out 1.00s 1}
body.js-anim .pmh-steps.is-visible .pmh-step:nth-child(3) .pmh-step-num{animation:pmh-num-pulse 2.4s ease-out 1.15s 1}
@keyframes pmh-num-pulse{
  0%{box-shadow:0 6px 16px rgba(181,135,64,.4),0 0 0 0 rgba(181,135,64,.55)}
  60%{box-shadow:0 6px 16px rgba(181,135,64,.4),0 0 0 22px rgba(181,135,64,0)}
  100%{box-shadow:0 6px 16px rgba(181,135,64,.4),0 0 0 0 rgba(181,135,64,0)}
}
@media(min-width:768px){
  body.js-anim .pmh-steps::before{background-size:0% 100%;background-repeat:no-repeat;transition:background-size 1.1s ease-out .25s}
  body.js-anim .pmh-steps.is-visible::before{background-size:100% 100%}
}
@media(prefers-reduced-motion:reduce){
  body.js-anim .pmh-steps .pmh-step,body.js-anim .pmh-steps .pmh-step-num{opacity:1!important;transform:none!important;transition:none!important;animation:none!important}
  body.js-anim .pmh-steps::before{background-size:100% 100%!important;transition:none!important}
}

/* z-index Fix: Step-Cards liegen über Connector-Linie (sonst Strich durch Nummer "2") */
.pmh-step{z-index:2}
.pmh-steps::before{z-index:0!important}

/* === Action-Card (Großes Bild + Overlay-Text) === */
.pmh-action-card{position:relative;border-radius:18px;overflow:hidden;max-width:1100px;margin:0 auto;box-shadow:0 24px 60px -12px rgba(26,20,16,.3)}
.pmh-action-card-img{width:100%;height:auto;display:block}
.pmh-action-card-overlay{position:absolute;inset:0;background:linear-gradient(to right,rgba(26,20,16,.85) 0%,rgba(26,20,16,.65) 40%,transparent 75%);display:flex;align-items:center;padding:36px 40px}
.pmh-action-card-content{max-width:480px;color:#fff}
.pmh-action-card-content h2{color:#fff;margin-bottom:14px}
.pmh-action-card-content p{color:rgba(250,246,239,.92);font-size:17px;line-height:1.55;margin-bottom:20px}
@media(max-width:767px){
  .pmh-action-card{display:flex;flex-direction:column;border-radius:14px}
  .pmh-action-card-overlay{position:static;inset:auto;background:#1a1410;display:block;padding:26px 22px 28px}
  .pmh-action-card-content{max-width:none}
  .pmh-action-card-content h2{font-size:24px;margin-bottom:12px}
  .pmh-action-card-content p{font-size:16px;line-height:1.55;margin-bottom:18px}
  .pmh-action-card-content .pmh-btn{width:100%;justify-content:center}
}

/* Sticky-Mobile-Bar (71px hoch) Padding kompensieren — am Footer statt am Body */
@media(max-width:991px){
  .pmh-footer{padding-bottom:90px}
}
