:root{
  --green:#083f2d;
  --green-2:#0b5a3b;
  --green-3:#052d22;
  --gold:#c8922e;
  --gold-2:#e0b35b;
  --cream:#f7efe5;
  --cream-2:#fffaf2;
  --white:#ffffff;
  --ink:#22201d;
  --muted:#665f56;
  --line:#eadcc9;
  --shadow:0 24px 80px rgba(8,63,45,.14);
  --radius:24px;
  --radius-lg:38px;
  --max:1180px;
}
*{box-sizing:border-box}
html{scroll-behavior:smooth}
body{
  margin:0;
  background:var(--cream-2);
  color:var(--ink);
  font-family:Inter,Segoe UI,Roboto,Helvetica,Arial,sans-serif;
  font-size:16px;
  line-height:1.65;
}
img{max-width:100%;display:block}
a{color:inherit;text-decoration:none}
button,input,select,textarea{font:inherit}
::selection{background:var(--gold);color:#fff}
.container{width:min(var(--max),calc(100% - 42px));margin-inline:auto}
.site-header{
  position:sticky;top:0;z-index:1000;background:rgba(255,250,242,.88);
  backdrop-filter:blur(18px);border-bottom:1px solid rgba(232,220,201,.75)
}
.header-inner{height:84px;display:flex;align-items:center;justify-content:space-between;gap:22px}
.logo{display:flex;align-items:center;gap:12px;min-width:190px}
.logo img{height:62px;width:auto;object-fit:contain;border-radius:10px}
.logo small{display:block;color:var(--gold);font-weight:900;letter-spacing:.12em;text-transform:uppercase;font-size:11px;line-height:1.2}
.logo strong{display:block;color:var(--green);font-family:Impact,Arial Black,Haettenschweiler,'Arial Narrow Bold',sans-serif;font-size:22px;letter-spacing:.03em;line-height:.95;text-transform:uppercase}
.nav{display:flex;align-items:center;gap:19px;font-size:13px;font-weight:900;text-transform:uppercase;letter-spacing:.03em;color:#1f2d27}
.nav a{position:relative;padding:30px 0}
.nav a::after{content:"";position:absolute;left:0;right:100%;bottom:22px;height:3px;background:var(--gold);border-radius:99px;transition:.25s}
.nav a:hover::after,.nav a.active::after{right:0}
.nav a.active{color:var(--gold)}
.header-actions{display:flex;align-items:center;gap:12px}
.btn,.btn-secondary,.btn-light{
  display:inline-flex;align-items:center;justify-content:center;gap:10px;border-radius:8px;
  padding:13px 22px;font-weight:900;text-transform:uppercase;letter-spacing:.04em;font-size:13px;
  transition:transform .2s ease, box-shadow .2s ease, background .2s ease, color .2s ease,border-color .2s ease;
  border:2px solid transparent;line-height:1.1;cursor:pointer
}
.btn{background:var(--green);color:#fff;box-shadow:0 12px 28px rgba(8,63,45,.18)}
.btn:hover{transform:translateY(-2px);background:var(--green-2);box-shadow:0 18px 34px rgba(8,63,45,.24)}
.btn-secondary{background:var(--gold);color:#fff;box-shadow:0 12px 28px rgba(200,146,46,.18)}
.btn-secondary:hover{transform:translateY(-2px);background:#b88221;box-shadow:0 18px 34px rgba(200,146,46,.25)}
.btn-light{background:#fff;color:var(--green);border-color:var(--line)}
.btn-light:hover{border-color:var(--gold);transform:translateY(-2px)}
.menu-toggle{display:none;width:46px;height:46px;border:0;background:var(--green);border-radius:50%;position:relative;cursor:pointer}
.menu-toggle span,.menu-toggle::before,.menu-toggle::after{content:"";position:absolute;left:13px;right:13px;height:3px;background:#fff;border-radius:99px;transition:.2s}
.menu-toggle span{top:22px}.menu-toggle::before{top:15px}.menu-toggle::after{top:29px}
body.menu-open .menu-toggle span{opacity:0}body.menu-open .menu-toggle::before{top:22px;transform:rotate(45deg)}body.menu-open .menu-toggle::after{top:22px;transform:rotate(-45deg)}
.hero{position:relative;overflow:hidden;padding:82px 0 54px;background:radial-gradient(circle at 85% 15%,rgba(224,179,91,.22),transparent 28%),linear-gradient(135deg,#fffaf2 0%,#fffaf2 54%,#f3e8da 100%)}
.hero::after{content:"";position:absolute;right:-12%;top:-12%;width:52%;height:110%;border-left:14px solid var(--gold);border-radius:50%;opacity:.85;pointer-events:none}
.hero-grid{display:grid;grid-template-columns:1.02fr .98fr;gap:48px;align-items:center;position:relative;z-index:2}
.kicker,.eyebrow{color:var(--gold);font-weight:950;text-transform:uppercase;letter-spacing:.12em;font-size:14px;display:inline-flex;align-items:center;gap:12px}
.kicker::before,.kicker::after,.eyebrow::before,.eyebrow::after{content:"";width:44px;height:2px;background:var(--gold);display:inline-block}
.hero h1,.display,.page-title{
  margin:14px 0 18px;color:var(--green);font-family:Impact,Arial Black,Haettenschweiler,'Arial Narrow Bold',sans-serif;
  text-transform:uppercase;line-height:.95;letter-spacing:.025em
}
.hero h1{font-size:clamp(48px,7vw,86px);max-width:650px}
.gold{color:var(--gold)}
.lead{font-size:clamp(18px,2vw,22px);color:#3f3b35;line-height:1.65;max-width:650px;margin:0 0 28px}
.hero-actions{display:flex;gap:16px;flex-wrap:wrap;margin:30px 0 36px}
.trust-row{display:grid;grid-template-columns:repeat(4,1fr);gap:16px;border-top:1px solid var(--line);padding-top:26px;max-width:650px}
.trust-item{text-align:center;color:#26231f;font-size:12px;font-weight:950;text-transform:uppercase;letter-spacing:.035em}
.trust-icon{width:44px;height:44px;margin:0 auto 8px;border:2px solid var(--gold);border-radius:50%;display:grid;place-items:center;color:var(--gold);font-size:22px}
.hero-visual{position:relative;min-height:560px;display:grid;align-items:center}
.hero-photo{position:relative;z-index:2;border-radius:46px;overflow:hidden;box-shadow:var(--shadow);background:#fff;border:8px solid #fff;transform:rotate(1deg)}
.hero-photo img{width:100%;height:560px;object-fit:cover;object-position:center}
.hero-badge{position:absolute;z-index:3;left:-18px;bottom:42px;background:var(--green);color:#fff;border:6px solid var(--gold);border-radius:999px;width:190px;height:190px;display:grid;place-items:center;text-align:center;padding:28px;font-family:Georgia,serif;font-style:italic;font-size:22px;line-height:1.35;box-shadow:0 18px 42px rgba(0,0,0,.22)}
.float-card{position:absolute;right:-10px;bottom:0;z-index:4;background:#fff;border-radius:24px;padding:13px;box-shadow:0 20px 48px rgba(0,0,0,.18);width:240px;border:1px solid var(--line)}
.float-card img{height:150px;width:100%;object-fit:cover;border-radius:18px;object-position:center}
.float-card strong{display:block;margin-top:10px;color:var(--green);text-transform:uppercase;font-size:13px;letter-spacing:.04em}
.section{padding:82px 0;position:relative}
.section-tight{padding:58px 0}.section-green{background:var(--green);color:#fff}.section-cream{background:var(--cream)}
.section-head{display:flex;align-items:end;justify-content:space-between;gap:34px;margin-bottom:34px}
.section-head.center{text-align:center;display:block}.section-head.center .lead{margin-inline:auto}.section-head .lead{margin-bottom:0;max-width:620px;font-size:18px;color:var(--muted)}
.section-green .section-head .lead,.section-green .lead{color:rgba(255,255,255,.78)}
.display{font-size:clamp(38px,5vw,64px);margin:10px 0 8px}.display.small{font-size:clamp(34px,4vw,52px)}
.split{display:grid;grid-template-columns:1fr 1fr;gap:48px;align-items:center}.split.wide-left{grid-template-columns:1.1fr .9fr}.split.wide-right{grid-template-columns:.9fr 1.1fr}
.image-frame{background:#fff;border-radius:var(--radius-lg);overflow:hidden;box-shadow:var(--shadow);border:8px solid #fff;position:relative}
.image-frame img{width:100%;height:480px;object-fit:cover}.image-frame.small img{height:360px}.image-frame.contain img{object-fit:contain;background:#fffaf2;height:620px}
.signature{font-family:Georgia,serif;font-style:italic;color:var(--green);font-size:32px;margin-top:18px}
.cards-3{display:grid;grid-template-columns:repeat(3,1fr);gap:24px}.cards-4{display:grid;grid-template-columns:repeat(4,1fr);gap:20px}.cards-2{display:grid;grid-template-columns:repeat(2,1fr);gap:24px}
.card{background:#fff;border:1px solid var(--line);border-radius:var(--radius);padding:28px;box-shadow:0 14px 46px rgba(8,63,45,.08);height:100%}
.card h3{margin:16px 0 10px;color:var(--green);font-family:Impact,Arial Black,Haettenschweiler,'Arial Narrow Bold',sans-serif;text-transform:uppercase;letter-spacing:.04em;font-size:26px;line-height:1.05}.card p{color:var(--muted);margin:0 0 16px}.card .link{font-weight:950;color:var(--green);text-transform:uppercase;font-size:13px;letter-spacing:.05em}.card .link:hover{color:var(--gold)}
.icon-round{width:78px;height:78px;border-radius:50%;display:grid;place-items:center;background:var(--green);color:var(--gold);font-size:36px;margin-bottom:14px}.icon-round.gold-bg{background:var(--gold);color:#fff}
.why-bar{background:var(--green);color:#fff;padding:40px 0}.why-grid{display:grid;grid-template-columns:repeat(6,1fr);gap:0}.why-item{text-align:center;padding:8px 18px;border-right:1px solid rgba(255,255,255,.25)}.why-item:last-child{border-right:0}.why-item .big-icon{font-size:42px;color:var(--gold);line-height:1;margin-bottom:10px}.why-item strong{display:block;text-transform:uppercase;font-family:Impact,Arial Black,sans-serif;letter-spacing:.05em;font-size:20px}.why-item span{display:block;color:rgba(255,255,255,.78);font-size:14px;line-height:1.4}
.tile-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:18px}.tile{position:relative;overflow:hidden;border-radius:20px;background:#fff;box-shadow:0 14px 36px rgba(8,63,45,.1);min-height:230px;border:1px solid var(--line)}.tile img{width:100%;height:190px;object-fit:cover}.tile .caption{padding:14px 16px;font-weight:950;color:var(--green);text-transform:uppercase;font-size:13px;letter-spacing:.04em;background:#fff}.tile svg,.tile .svg-img{height:190px;width:100%;object-fit:cover}
.gallery{display:grid;grid-template-columns:repeat(3,1fr);gap:22px}.gallery figure{margin:0;border-radius:24px;overflow:hidden;background:#fff;box-shadow:0 18px 46px rgba(8,63,45,.12);border:1px solid var(--line)}.gallery img{width:100%;height:320px;object-fit:cover}.gallery figcaption{padding:15px 18px;color:var(--green);font-weight:950;text-transform:uppercase;letter-spacing:.04em;font-size:13px}.gallery .contain{object-fit:contain;background:#fff7ee}
.process{counter-reset:step;display:grid;gap:18px}.process-item{counter-increment:step;display:grid;grid-template-columns:86px 1fr;gap:18px;align-items:start;background:#fff;border:1px solid var(--line);border-radius:24px;padding:22px;box-shadow:0 12px 34px rgba(8,63,45,.07)}.process-number{width:64px;height:64px;border-radius:50%;background:var(--green);color:#fff;display:grid;place-items:center;font-weight:950}.process-number::before{content:counter(step, decimal-leading-zero)}.process-item h3{margin:0 0 6px;color:var(--green);font-family:Impact,Arial Black,sans-serif;text-transform:uppercase;letter-spacing:.04em;font-size:26px}.process-item p{margin:0;color:var(--muted)}
.check-list{list-style:none;padding:0;margin:20px 0;display:grid;gap:12px}.check-list li{position:relative;padding-left:36px;color:#3f3a34}.check-list li::before{content:"✓";position:absolute;left:0;top:-1px;width:24px;height:24px;border-radius:50%;background:var(--green);color:#fff;display:grid;place-items:center;font-size:14px;font-weight:900}.section-green .check-list li{color:rgba(255,255,255,.86)}.section-green .check-list li::before{background:var(--gold)}
.page-hero{position:relative;overflow:hidden;padding:72px 0;background:linear-gradient(135deg,#fffaf2,#f3e7d9)}.page-hero::after{content:"";position:absolute;right:-18%;top:-70%;width:65%;height:180%;border-left:12px solid var(--gold);border-radius:50%;opacity:.85}.page-hero .container{position:relative;z-index:1}.page-title{font-size:clamp(46px,6.5vw,82px);max-width:900px}.breadcrumbs{font-size:13px;text-transform:uppercase;font-weight:950;color:var(--gold);letter-spacing:.12em;margin-bottom:10px}
.cta-band{background:var(--green);color:#fff;border-radius:var(--radius-lg);padding:34px;display:flex;align-items:center;justify-content:space-between;gap:24px;box-shadow:var(--shadow);position:relative;overflow:hidden}.cta-band::after{content:"";position:absolute;right:-80px;top:-80px;width:240px;height:240px;border:24px solid rgba(200,146,46,.28);border-radius:50%}.cta-band h2{margin:0;color:#fff;font-family:Impact,Arial Black,sans-serif;text-transform:uppercase;letter-spacing:.04em;font-size:36px;line-height:1.05}.cta-band p{margin:8px 0 0;color:rgba(255,255,255,.78)}.cta-band .btn-secondary{z-index:1;white-space:nowrap}
.form-wrap{display:grid;grid-template-columns:.8fr 1.2fr;gap:32px;align-items:start}.contact-card{background:var(--green);color:#fff;border-radius:30px;padding:34px;box-shadow:var(--shadow)}.contact-card h2{font-family:Impact,Arial Black,sans-serif;text-transform:uppercase;letter-spacing:.04em;font-size:42px;line-height:1.05;margin:0 0 16px}.contact-card p{color:rgba(255,255,255,.78)}.contact-list{list-style:none;padding:0;margin:24px 0 0;display:grid;gap:12px}.contact-list li{display:flex;gap:12px;align-items:center}.contact-list b{color:var(--gold)}
form{background:#fff;border:1px solid var(--line);border-radius:30px;padding:28px;box-shadow:0 18px 48px rgba(8,63,45,.1)}.field-grid{display:grid;grid-template-columns:1fr 1fr;gap:16px}.field{display:grid;gap:7px}.field.full{grid-column:1/-1}label{font-weight:900;text-transform:uppercase;font-size:12px;letter-spacing:.08em;color:var(--green)}input,select,textarea{width:100%;border:1px solid #e6d8c5;background:#fffaf4;border-radius:12px;padding:13px 14px;color:var(--ink);outline:none}input:focus,select:focus,textarea:focus{border-color:var(--gold);box-shadow:0 0 0 4px rgba(200,146,46,.16)}textarea{min-height:160px;resize:vertical}.form-note{font-size:13px;color:var(--muted);margin:14px 0 0}
.site-footer{background:#092f24;color:#fff;padding:56px 0 26px}.footer-grid{display:grid;grid-template-columns:1.2fr .8fr .8fr .9fr;gap:32px}.footer-logo img{height:82px;width:auto;border-radius:12px;background:#fffaf2}.footer-title{font-family:Impact,Arial Black,sans-serif;text-transform:uppercase;letter-spacing:.05em;font-size:22px;color:#fff;margin:0 0 12px}.footer-links{display:grid;gap:8px}.footer-links a{color:rgba(255,255,255,.74)}.footer-links a:hover{color:var(--gold)}.footer-bottom{display:flex;justify-content:space-between;gap:20px;margin-top:42px;padding-top:22px;border-top:1px solid rgba(255,255,255,.16);color:rgba(255,255,255,.64);font-size:13px}.tag-list{display:flex;flex-wrap:wrap;gap:10px}.tag{display:inline-flex;align-items:center;border:1px solid var(--line);background:#fff;border-radius:999px;padding:9px 14px;color:var(--green);font-weight:900;text-transform:uppercase;font-size:12px;letter-spacing:.05em}.filter-row{display:flex;flex-wrap:wrap;gap:10px;justify-content:center;margin-bottom:28px}.filter-row button{border:1px solid var(--line);background:#fff;color:var(--green);font-weight:950;text-transform:uppercase;letter-spacing:.05em;border-radius:999px;padding:10px 15px;cursor:pointer}.filter-row button.active,.filter-row button:hover{background:var(--green);color:#fff;border-color:var(--green)}
.mobile-sticky{display:none}
@media (max-width:1100px){.nav{gap:13px;font-size:12px}.header-inner{height:78px}.hero-grid,.split,.split.wide-left,.split.wide-right,.form-wrap{grid-template-columns:1fr}.hero-visual{min-height:auto}.hero-photo img{height:520px}.why-grid{grid-template-columns:repeat(3,1fr);row-gap:24px}.why-item:nth-child(3){border-right:0}.cards-4,.tile-grid{grid-template-columns:repeat(2,1fr)}.footer-grid{grid-template-columns:1fr 1fr}}
@media (max-width:860px){.container{width:min(var(--max),calc(100% - 30px))}.menu-toggle{display:block}.nav{position:fixed;top:78px;left:0;right:0;background:#fffaf2;border-bottom:1px solid var(--line);padding:16px 24px;display:none;grid-template-columns:1fr;box-shadow:0 22px 44px rgba(8,63,45,.1)}body.menu-open .nav{display:grid}.nav a{padding:12px 0}.nav a::after{bottom:8px}.header-actions .btn-secondary{display:none}.logo small{display:none}.logo strong{font-size:18px}.logo img{height:58px}.hero{padding:52px 0 34px}.hero-grid{gap:28px}.hero h1{font-size:56px}.trust-row{grid-template-columns:repeat(2,1fr)}.hero-photo{border-radius:30px}.hero-photo img{height:430px}.hero-badge{width:138px;height:138px;font-size:16px;padding:18px;left:8px;bottom:22px}.float-card{position:relative;right:auto;bottom:auto;width:100%;margin-top:18px}.section{padding:58px 0}.section-head{display:block}.cards-3,.cards-2,.gallery{grid-template-columns:1fr}.why-grid{grid-template-columns:1fr 1fr}.why-item{border-right:0}.tile-grid{grid-template-columns:1fr}.field-grid{grid-template-columns:1fr}.cta-band{display:block}.cta-band .btn-secondary{margin-top:20px}.footer-grid{grid-template-columns:1fr}.footer-bottom{display:block}.mobile-sticky{position:fixed;display:grid;grid-template-columns:repeat(4,1fr);left:0;right:0;bottom:0;background:var(--green);z-index:900;border-top:1px solid rgba(255,255,255,.18)}.mobile-sticky a{color:#fff;text-align:center;padding:10px 6px 11px;font-size:11px;text-transform:uppercase;letter-spacing:.04em}.mobile-sticky b{display:block;color:var(--gold);font-size:18px;line-height:1}body{padding-bottom:58px}}
@media (max-width:520px){.hero h1{font-size:46px}.display{font-size:38px}.page-title{font-size:44px}.hero-actions{display:grid}.btn,.btn-secondary,.btn-light{width:100%}.hero-photo img{height:360px}.image-frame img{height:340px}.image-frame.contain img{height:480px}.trust-row{gap:8px}.trust-item{font-size:11px}.why-grid{grid-template-columns:1fr}.process-item{grid-template-columns:1fr}.cta-band{padding:26px}.cta-band h2{font-size:30px}.kicker::before,.kicker::after,.eyebrow::before,.eyebrow::after{width:24px}.logo{min-width:auto}.logo strong{display:none}}

/* =========================================================
   HEADER-REDESIGN 2026-04-24
   Saubere Desktop-Navigation ohne Überschneidungen.
   ========================================================= */
:root{--max:1320px;}
.site-header{
  position:sticky;
  top:0;
  z-index:1000;
  background:rgba(255,250,242,.96);
  backdrop-filter:blur(18px);
  -webkit-backdrop-filter:blur(18px);
  border-bottom:1px solid rgba(234,220,201,.9);
  box-shadow:0 8px 26px rgba(8,63,45,.06);
}
.header-inner{
  height:92px;
  display:grid;
  grid-template-columns:150px minmax(0,1fr) 128px;
  align-items:center;
  justify-content:normal;
  gap:22px;
}
.logo{
  min-width:0;
  width:150px;
  max-width:150px;
  display:flex;
  align-items:center;
  gap:0;
  overflow:hidden;
}
.logo img{
  height:70px;
  width:142px;
  max-width:142px;
  object-fit:contain;
  object-position:left center;
  border-radius:0;
  background:transparent;
}
.logo span{display:none;}
.nav{
  min-width:0;
  width:100%;
  display:flex;
  justify-content:center;
  align-items:center;
  gap:clamp(10px,1.05vw,18px);
  font-size:clamp(11px,.84vw,13px);
  font-weight:950;
  text-transform:uppercase;
  letter-spacing:.025em;
  color:#1f2d27;
  white-space:nowrap;
}
.nav a{
  position:relative;
  display:inline-flex;
  align-items:center;
  min-height:92px;
  padding:0;
  line-height:1.15;
  white-space:nowrap;
}
.nav a::after{
  content:"";
  position:absolute;
  left:0;
  right:100%;
  bottom:22px;
  height:3px;
  background:var(--gold);
  border-radius:999px;
  transition:right .22s ease;
}
.nav a:hover::after,.nav a.active::after{right:0;}
.nav a.active{color:var(--gold);}
.header-actions{
  display:flex;
  align-items:center;
  justify-content:flex-end;
  gap:10px;
  min-width:0;
}
.header-actions .btn-secondary{
  width:128px;
  min-height:58px;
  padding:12px 14px;
  border-radius:9px;
  box-shadow:0 10px 22px rgba(200,146,46,.18);
  text-align:center;
  white-space:normal;
  line-height:1.05;
  font-size:12px;
}
.menu-toggle{
  flex:0 0 48px;
  width:48px;
  height:48px;
  border-radius:999px;
}

@media (max-width:1180px){
  .header-inner{
    height:82px;
    grid-template-columns:150px minmax(0,1fr) auto;
    gap:16px;
  }
  .logo img{height:64px;width:132px;max-width:132px;}
  .menu-toggle{display:block;}
  .nav{
    position:fixed;
    top:82px;
    left:0;
    right:0;
    z-index:999;
    width:auto;
    display:none;
    grid-template-columns:repeat(2,minmax(0,1fr));
    gap:0;
    padding:14px max(18px,calc((100vw - 760px) / 2));
    background:rgba(255,250,242,.98);
    border-bottom:1px solid var(--line);
    box-shadow:0 24px 46px rgba(8,63,45,.12);
    white-space:normal;
  }
  body.menu-open .nav{display:grid;}
  .nav a{
    min-height:0;
    display:flex;
    justify-content:center;
    padding:14px 12px;
    border-radius:12px;
    white-space:normal;
    text-align:center;
    font-size:13px;
  }
  .nav a::after{display:none;}
  .nav a:hover,.nav a.active{
    background:var(--green);
    color:#fff;
  }
  .header-actions .btn-secondary{display:inline-flex;}
}

@media (max-width:680px){
  .header-inner{
    height:76px;
    grid-template-columns:128px minmax(0,1fr) auto;
    gap:10px;
  }
  .logo{width:128px;max-width:128px;}
  .logo img{height:58px;width:122px;max-width:122px;}
  .header-actions .btn-secondary{display:none;}
  .nav{
    top:76px;
    grid-template-columns:1fr;
    padding:14px 18px 18px;
  }
  .nav a{justify-content:flex-start;text-align:left;}
}


/* =========================================================
   PROFESSIONAL PAGE-HERO / LEISTUNGEN FIX 2026-04-24
   Bessere Lesbarkeit, keine Überschneidung mit Dekorlinie,
   Leistungsseite ohne störendes Bild.
   ========================================================= */
.page-hero{
  padding:78px 0 72px;
  background:linear-gradient(180deg,#fffaf2 0%,#f6ede1 100%);
}
.page-hero::after{
  content:"";
  position:absolute;
  right:-24%;
  top:-42%;
  width:42%;
  height:185%;
  border-left:8px solid rgba(200,146,46,.88);
  border-radius:50%;
  opacity:.95;
  pointer-events:none;
}
.page-hero .container{
  position:relative;
  z-index:1;
  padding-right:min(18vw,230px);
}
.page-title{
  font-size:clamp(42px,5.6vw,74px);
  max-width:760px;
  line-height:.92;
  margin-bottom:20px;
}
.page-hero .lead{
  max-width:760px;
  font-size:clamp(18px,1.8vw,22px);
  margin-bottom:0;
}

.intro-panel{
  display:grid;
  grid-template-columns:minmax(0,1.25fr) minmax(320px,.75fr);
  gap:30px;
  align-items:start;
}
.intro-panel-main{
  background:#fff;
  border:1px solid var(--line);
  border-radius:var(--radius-lg);
  box-shadow:0 18px 48px rgba(8,63,45,.08);
  padding:34px;
}
.intro-panel-main p:last-child{margin-bottom:0}
.intro-panel-side{
  padding:30px;
  border-radius:var(--radius-lg);
}
.intro-panel-side h3{
  margin-top:0;
  margin-bottom:16px;
}
.check-list.compact{
  gap:10px;
  margin:0;
}
.check-list.compact li{
  padding-left:34px;
  font-size:15px;
}

@media (max-width:1180px){
  .page-hero::after{
    right:-32%;
    top:-34%;
    width:46%;
    height:175%;
  }
  .page-hero .container{
    padding-right:min(12vw,140px);
  }
}

@media (max-width:860px){
  .page-hero{
    padding:58px 0 52px;
  }
  .page-hero::after{
    display:none;
  }
  .page-hero .container{
    padding-right:0;
  }
  .page-title{
    max-width:100%;
    font-size:clamp(38px,10vw,54px);
  }
  .page-hero .lead{
    max-width:100%;
    font-size:18px;
  }
  .intro-panel{
    grid-template-columns:1fr;
    gap:22px;
  }
}

@media (max-width:520px){
  .intro-panel-main,
  .intro-panel-side{
    padding:24px;
  }
  .page-title{
    font-size:40px;
  }
}



/* =========================================================
   MOBILE RELAUNCH 2026-04-24
   Vollständig überarbeitete mobile Optimierung
   ========================================================= */
.hero-badge{display:flex;align-items:center;justify-content:center;}
.hero-badge span{display:block;max-width:122px;margin:0 auto;font-size:18px;line-height:1.22;letter-spacing:.01em;text-wrap:balance;}

@media (max-width:860px){
  html,body{overflow-x:hidden;}
  body{font-size:15px;padding-bottom:72px;}
  .site-header{background:rgba(255,250,242,.98);}
  .container{width:calc(100% - 28px);}
  .header-inner{height:74px;grid-template-columns:116px minmax(0,1fr) auto;gap:10px;}
  .logo,.logo img{width:116px;max-width:116px;}
  .logo img{height:54px;}
  .menu-toggle{width:44px;height:44px;}
  .menu-toggle span,.menu-toggle::before,.menu-toggle::after{left:12px;right:12px;}
  .nav{top:74px;left:12px;right:12px;width:auto;padding:12px;background:#fff;border:1px solid var(--line);border-radius:20px;box-shadow:0 18px 40px rgba(8,63,45,.14);}
  .nav a{padding:13px 14px;border-bottom:1px solid rgba(234,220,201,.8);font-size:13px;}
  .nav a:last-child{border-bottom:0;}
  .hero{padding:34px 0 28px;}
  .hero::after{right:-42%;top:-10%;width:74%;height:80%;border-left-width:8px;opacity:.3;}
  .hero-grid{gap:20px;}
  .hero h1{font-size:44px;line-height:.94;max-width:100%;margin:10px 0 14px;}
  .lead{font-size:17px;line-height:1.55;margin-bottom:22px;}
  .hero-actions{display:grid;grid-template-columns:1fr;gap:12px;margin:24px 0 26px;}
  .btn,.btn-secondary,.btn-light{width:100%;min-height:50px;padding:14px 16px;font-size:12px;}
  .trust-row{grid-template-columns:repeat(2,minmax(0,1fr));gap:10px;padding-top:18px;}
  .trust-item{font-size:10px;line-height:1.35;}
  .trust-icon{width:40px;height:40px;font-size:18px;}
  .hero-visual{gap:0;min-height:0;}
  .hero-photo{border-width:6px;border-radius:26px;transform:none;}
  .hero-photo img{height:360px;object-position:center;}
  .hero-badge{position:relative;left:auto;bottom:auto;z-index:5;width:170px;height:170px;margin:-28px auto 0;background:var(--green);border-width:5px;padding:16px;box-shadow:0 14px 30px rgba(0,0,0,.18);}
  .hero-badge span{max-width:118px;font-size:16px;line-height:1.18;}
  .float-card{position:relative;right:auto;bottom:auto;width:100%;margin-top:16px;padding:10px 10px 12px;border-radius:20px;}
  .float-card img{height:132px;border-radius:14px;}
  .float-card strong{font-size:12px;line-height:1.35;}
  .section,.section-tight{padding:48px 0;}
  .section-head{margin-bottom:24px;}
  .section-head .lead{font-size:16px;max-width:100%;}
  .display.small,.display{font-size:36px;line-height:.96;}
  .page-title{font-size:42px;line-height:.94;}
  .split,.split.wide-left,.split.wide-right{gap:22px;}
  .image-frame{border-width:6px;border-radius:26px;}
  .image-frame img{height:280px;}
  .image-frame.small img{height:250px;}
  .image-frame.contain img{height:400px;}
  .cards-3,.cards-2,.cards-4,.gallery,.tile-grid,.footer-grid,.field-grid{grid-template-columns:1fr;}
  .card{padding:22px;border-radius:22px;}
  .card h3{font-size:24px;}
  .icon-round{width:64px;height:64px;font-size:28px;}
  .why-bar{padding:34px 0;}
  .why-grid{grid-template-columns:1fr;gap:0;}
  .why-item{padding:18px 14px;border-bottom:1px solid rgba(255,255,255,.16);}
  .why-item:last-child{border-bottom:0;}
  .why-item strong{font-size:18px;}
  .tile{min-height:0;border-radius:18px;}
  .tile img,.tile svg,.tile .svg-img{height:210px;}
  .gallery img{height:230px;}
  .gallery figcaption{padding:12px 14px;font-size:12px;}
  .signature{font-size:26px;}
  .check-list li{font-size:15px;}
  .cta-band{padding:24px;border-radius:26px;}
  .cta-band h2{font-size:30px;line-height:1.02;}
  .cta-band p{font-size:16px;}
  .footer{padding:52px 0 26px;}
  .footer-bottom{display:grid;gap:10px;}
  .mobile-sticky{display:grid;grid-template-columns:repeat(4,1fr);padding-bottom:max(0px,env(safe-area-inset-bottom));}
  .mobile-sticky a{padding:9px 4px 10px;font-size:10px;}
  .mobile-sticky b{font-size:17px;}
}

@media (max-width:520px){
  .container{width:calc(100% - 20px);}
  .header-inner{height:70px;grid-template-columns:108px minmax(0,1fr) auto;}
  .logo,.logo img{width:108px;max-width:108px;}
  .logo img{height:50px;}
  .nav{top:70px;left:10px;right:10px;padding:10px;}
  .hero{padding:28px 0 24px;}
  .hero::after{display:none;}
  .kicker,.eyebrow{font-size:11px;gap:8px;letter-spacing:.12em;}
  .kicker::before,.kicker::after,.eyebrow::before,.eyebrow::after{width:18px;}
  .hero h1{font-size:38px;}
  .lead{font-size:16px;line-height:1.5;}
  .hero-photo img{height:310px;}
  .hero-badge{width:154px;height:154px;margin-top:-24px;padding:14px;}
  .hero-badge span{max-width:108px;font-size:14px;line-height:1.16;}
  .float-card img{height:120px;}
  .display.small,.display{font-size:30px;}
  .page-title{font-size:34px;}
  .section,.section-tight{padding:40px 0;}
  .image-frame img{height:230px;}
  .image-frame.small img{height:220px;}
  .image-frame.contain img{height:320px;}
  .card{padding:18px;}
  .card h3{font-size:22px;}
  .icon-round{width:58px;height:58px;font-size:24px;}
  .tile img,.tile svg,.tile .svg-img,.gallery img{height:200px;}
  .cta-band{padding:20px;}
  .cta-band h2{font-size:26px;}
  .check-list li{padding-left:34px;}
  .mobile-sticky a{font-size:9px;}
}

@media (max-width:380px){
  .hero h1{font-size:34px;}
  .lead{font-size:15px;}
  .hero-badge{width:146px;height:146px;}
  .hero-badge span{font-size:13px;max-width:102px;}
  .display.small,.display{font-size:28px;}
  .page-title{font-size:31px;}
}


/* =========================================================
   Weihnachten-Integration 2026-04-24
   Eingebundene Inhalte aus Weihnachtsmann & Engelchen
   ========================================================= */
.christmas-hero{
  background:
    radial-gradient(circle at 90% 20%,rgba(200,146,46,.15),transparent 26%),
    linear-gradient(135deg,#fffaf2,#f5eadb);
}
.christmas-actions{margin-top:26px;display:flex;gap:14px;flex-wrap:wrap}
.note-card{
  background:#fff;
  border-left:5px solid var(--gold);
  border-radius:18px;
  padding:16px 18px;
  box-shadow:0 10px 28px rgba(8,63,45,.08);
}
.christmas-anchorbar.section{padding:24px 0}
.big-tags{justify-content:center}
.big-tags .tag{padding:12px 18px;background:#fff}
.christmas-image img{object-position:center}
.package-card,.price-card{display:flex;flex-direction:column}
.package-card .link{margin-top:auto}
.price{font-family:Impact,Arial Black,Haettenschweiler,'Arial Narrow Bold',sans-serif;color:var(--gold);font-size:44px;line-height:1;margin:8px 0 14px}
.video-box{
  position:relative;
  border:8px solid #fff;
  border-radius:var(--radius-lg);
  overflow:hidden;
  box-shadow:var(--shadow);
  background:#000;
  aspect-ratio:16/9;
}
.video-box iframe{position:absolute;inset:0;width:100%;height:100%;border:0}
.mini-cards-on-green{margin-top:22px}
.mini-cards-on-green .card{background:rgba(255,255,255,.95)}
.calculator-card{display:grid;gap:11px}
.calculator-card label{margin-top:2px}
.calc-result{
  display:block;
  padding:16px;
  border-radius:16px;
  background:#fff7ea;
  border:1px solid var(--line);
  color:var(--green);
  font-weight:900;
}
.testimonial-card p{font-style:italic}
.faq-list{display:grid;gap:14px;max-width:900px;margin:0 auto}
.faq-list details{
  background:#fff;
  border:1px solid var(--line);
  border-radius:20px;
  padding:18px 20px;
  box-shadow:0 12px 34px rgba(8,63,45,.07)
}
.faq-list summary{
  cursor:pointer;
  color:var(--green);
  font-weight:950;
  text-transform:uppercase;
  letter-spacing:.03em;
}
.faq-list p{margin:12px 0 0;color:var(--muted)}
.consent-line label{
  display:flex;
  align-items:flex-start;
  gap:10px;
  text-transform:none;
  letter-spacing:0;
  font-size:14px;
  line-height:1.45;
  color:var(--ink);
  font-weight:700;
}
.consent-line input{width:auto;margin-top:4px}
@media (max-width:860px){
  .christmas-actions{display:grid;grid-template-columns:1fr}
  .big-tags{justify-content:flex-start;gap:8px}
  .big-tags .tag{font-size:11px;padding:10px 12px}
  .price{font-size:38px}
  .video-box{border-width:6px;border-radius:26px}
  .mini-cards-on-green{grid-template-columns:1fr}
  .faq-list details{padding:16px}
}


/* =========================================================
   Weihnachtsanfrage auf Kontakt ausgelagert + Bildoptimierung
   ========================================================= */
.christmas-hero .container{position:relative;}
.christmas-hero-visual{
  margin-top:30px;
  max-width:540px;
  border:8px solid #fff;
  border-radius:var(--radius-lg);
  overflow:hidden;
  box-shadow:var(--shadow);
  background:#fff;
  position:relative;
}
.christmas-hero-visual img{width:100%;height:360px;object-fit:cover;object-position:center;}
.christmas-hero-visual span{
  position:absolute;
  left:18px;
  right:18px;
  bottom:18px;
  display:inline-flex;
  width:max-content;
  max-width:calc(100% - 36px);
  padding:10px 14px;
  border-radius:999px;
  background:rgba(8,63,45,.92);
  color:#fff;
  font-weight:900;
  text-transform:uppercase;
  letter-spacing:.04em;
  font-size:12px;
}
.christmas-contact-section{scroll-margin-top:110px;}
.christmas-contact-card{background:linear-gradient(135deg,#0a422f,#082d23);}
.christmas-contact-card .eyebrow{color:var(--gold-2);margin-bottom:14px;}
.christmas-contact-card .eyebrow::before,.christmas-contact-card .eyebrow::after{background:var(--gold-2);}
.christmas-contact-image{margin-top:24px;}
.christmas-contact-image img{object-position:center;}
.christmas-request-form{border-top:6px solid var(--gold);}
.christmas-final-cta{background:linear-gradient(135deg,#0a422f,#082d23);}
.christmas-final-cta h2{color:#fff;}
.christmas-final-cta p{color:rgba(255,255,255,.82);}
.christmas-image img[src*="weihnachten-santa-engel"],
.gallery img[src*="weihnachten-santa-engel"]{object-position:center;}
@media (min-width: 1181px){
  .christmas-hero-visual{position:absolute;right:21px;top:6px;width:36%;margin-top:0;}
  .christmas-hero .container{padding-right:min(40vw,560px);}
}
@media (max-width:860px){
  .christmas-hero-visual{margin-top:24px;border-width:6px;border-radius:26px;}
  .christmas-hero-visual img{height:270px;}
  .christmas-hero-visual span{font-size:10px;line-height:1.3;white-space:normal;width:auto;}
  .christmas-contact-section{scroll-margin-top:86px;}
}


/* =========================================================
   Finales Startseiten- und Logo-Update
   Desktop näher an der Referenz, Mobile wie gewünschter Aufbau.
   ========================================================= */
.logo img{
  object-fit:contain;
  object-position:left center;
}
.title-mobile{display:none;}
.script-gold{
  display:block;
  margin-top:6px;
  color:var(--gold);
  font-family:"Segoe Script","Brush Script MT",Georgia,serif;
  font-size:.64em;
  line-height:1.05;
  font-weight:500;
  text-transform:none;
  letter-spacing:0;
}
.hero{
  background:
    radial-gradient(circle at 78% 18%,rgba(255,255,255,.72),transparent 22%),
    linear-gradient(135deg,#fffaf2 0%,#fff4e9 54%,#f2e4d4 100%);
}
.hero::before{
  content:"";
  position:absolute;
  left:-8%;right:-8%;bottom:-62px;height:150px;
  background:var(--green);
  border-top:12px solid var(--gold);
  border-radius:50% 50% 0 0 / 100% 100% 0 0;
  transform:rotate(-2deg);
  transform-origin:center;
  z-index:1;
  opacity:.98;
}
.hero-grid{position:relative;z-index:2;}
.hero-photo{
  border:0;
  border-radius:0;
  box-shadow:none;
  background:transparent;
  transform:none;
}
.hero-photo img{
  height:620px;
  object-fit:cover;
  object-position:center top;
  filter:drop-shadow(0 18px 28px rgba(8,63,45,.16));
}
.hero-badge{width:172px;height:172px;padding:18px;left:-6px;bottom:70px;}
.hero-badge span{font-size:17px;line-height:1.18;max-width:112px;}
.float-card{display:none;}

@media (min-width:861px){
  .header-inner{grid-template-columns:172px minmax(0,1fr) 128px;}
  .logo{width:172px;max-width:172px;}
  .logo img{width:168px;max-width:168px;height:78px;}
  .hero{padding:74px 0 92px;}
  .hero-grid{grid-template-columns:.95fr 1.05fr;gap:34px;}
  .hero h1{font-size:clamp(58px,6vw,86px);max-width:570px;}
  .hero .lead{max-width:430px;font-size:18px;}
  .hero-actions{margin:26px 0 30px;}
}

@media (max-width:860px){
  .title-desktop{display:none;}
  .title-mobile{display:block;}
  .site-header{box-shadow:0 8px 24px rgba(8,63,45,.07);}
  .header-inner{height:76px;grid-template-columns:132px minmax(0,1fr) auto;}
  .logo{width:132px;max-width:132px;}
  .logo img{width:132px;max-width:132px;height:60px;}
  .header-actions .btn-secondary{display:inline-flex;width:auto;min-width:132px;min-height:42px;padding:10px 12px;font-size:11px;border-radius:8px;}
  .menu-toggle{width:44px;height:44px;}
  .nav{top:76px;}
  .hero{padding:32px 0 34px;}
  .hero::before{height:86px;bottom:-48px;border-top-width:7px;}
  .hero::after{display:none;}
  .hero-grid{display:grid;grid-template-columns:54% 46%;gap:0;align-items:start;}
  .hero-grid > div:first-child{position:relative;z-index:3;padding-top:4px;}
  .hero h1{font-size:clamp(33px,9.4vw,46px);line-height:.96;max-width:260px;margin:8px 0 14px;}
  .hero h1 .gold{display:block;}
  .hero .lead{font-size:15px;line-height:1.55;max-width:220px;margin-bottom:18px;}
  .hero-actions{display:grid;grid-template-columns:1fr;gap:10px;margin:18px 0 22px;max-width:230px;}
  .hero-actions .btn,.hero-actions .btn-light{min-height:48px;width:100%;font-size:11px;padding:12px 10px;}
  .trust-row{grid-column:1 / -1;grid-template-columns:repeat(4,1fr);gap:6px;max-width:none;margin-top:8px;padding-top:18px;}
  .trust-item{font-size:9px;letter-spacing:.02em;line-height:1.25;}
  .trust-icon{width:34px;height:34px;font-size:16px;margin-bottom:6px;}
  .hero-visual{grid-column:2;grid-row:1;align-self:start;min-height:0;overflow:visible;}
  .hero-photo{width:220px;margin-left:-34px;margin-top:8px;overflow:visible;}
  .hero-photo img{height:355px;width:220px;max-width:none;object-fit:cover;object-position:center top;filter:drop-shadow(0 12px 18px rgba(8,63,45,.14));}
  .hero-badge{display:none;}
}

@media (max-width:520px){
  .header-inner{height:70px;grid-template-columns:118px minmax(0,1fr) auto;gap:8px;}
  .logo{width:118px;max-width:118px;}
  .logo img{width:118px;max-width:118px;height:54px;}
  .header-actions .btn-secondary{min-width:116px;min-height:40px;font-size:10px;padding:9px 10px;}
  .menu-toggle{width:40px;height:40px;}
  .nav{top:70px;}
  .hero-grid{grid-template-columns:56% 44%;}
  .hero h1{font-size:clamp(30px,9vw,40px);max-width:210px;}
  .hero .lead{font-size:13.5px;max-width:190px;line-height:1.48;}
  .hero-actions{max-width:190px;gap:9px;}
  .hero-photo{width:185px;margin-left:-38px;margin-top:14px;}
  .hero-photo img{width:185px;height:315px;}
  .trust-row{gap:4px;}
  .trust-item{font-size:8px;}
  .trust-icon{width:30px;height:30px;font-size:14px;}
}

@media (max-width:380px){
  .header-actions .btn-secondary{display:none;}
  .header-inner{grid-template-columns:118px minmax(0,1fr) auto;}
  .hero-photo{width:170px;margin-left:-44px;}
  .hero-photo img{width:170px;height:300px;}
  .hero h1{font-size:29px;}
}

/* Bildentfernung / Hero-Ersatz */
.hero-photo img[src*="maskottchen-team-clean"]{
  object-fit:cover;
  object-position:center;
  background:#fffaf2;
}
@media (max-width:860px){
  .hero-photo img[src*="maskottchen-team-clean"]{
    height:340px;
  }
}
@media (max-width:520px){
  .hero-photo img[src*="maskottchen-team-clean"]{
    height:300px;
  }
}


/* =========================================================
   LOGO-UPDATE 2026-04-24
   Neues Logo mit transparentem Hintergrund, passend für
   Desktop und Mobile. Diese Regeln überschreiben ältere,
   doppelte Styles aus früheren Iterationen.
   ========================================================= */
.site-header .header-inner{
  min-height:84px;
  gap:18px;
}
.logo{
  display:inline-flex !important;
  align-items:center;
  gap:0 !important;
  min-width:auto !important;
  width:auto !important;
  max-width:240px;
  flex:0 0 auto;
}
.logo img{
  display:block;
  width:min(210px, 100%);
  height:auto !important;
  max-width:100%;
  object-fit:contain;
  object-position:left center;
  background:transparent !important;
  border-radius:0 !important;
  box-shadow:none !important;
}
.logo span,
.logo small,
.logo strong{
  display:none !important;
}
.nav{
  flex:1 1 auto;
  justify-content:center;
}
.footer-logo img{
  width:min(220px, 100%);
  height:auto !important;
  background:transparent !important;
  border-radius:0 !important;
  box-shadow:none !important;
}
@media (max-width:1100px){
  .logo{max-width:200px;}
  .logo img{width:190px;}
}
@media (max-width:860px){
  .site-header .header-inner{
    min-height:76px;
    gap:12px;
  }
  .logo{
    max-width:150px !important;
  }
  .logo img{
    width:148px !important;
  }
  .nav{
    justify-content:start;
  }
}
@media (max-width:520px){
  .site-header .header-inner{
    min-height:70px;
  }
  .logo{
    max-width:126px !important;
  }
  .logo img{
    width:124px !important;
  }
  .menu-toggle{
    width:42px;
    height:42px;
  }
  .footer-logo img{
    width:180px;
  }
}


/* =========================================================
   FINALER LOGO- UND WEIHNACHTEN-FIX
   Logo nicht abschneiden, Hintergrund transparent lassen,
   unerwünschtes Weihnachts-Screenshot-Bild ersetzt.
   ========================================================= */
.site-header{
  overflow:visible !important;
}
.site-header .header-inner{
  min-height:128px !important;
  height:auto !important;
  overflow:visible !important;
  align-items:center !important;
}
.logo{
  overflow:visible !important;
  flex:0 0 auto !important;
  width:178px !important;
  max-width:178px !important;
  min-width:178px !important;
}
.logo img{
  width:174px !important;
  height:auto !important;
  max-height:none !important;
  object-fit:contain !important;
  object-position:left center !important;
  background:transparent !important;
  border-radius:0 !important;
  box-shadow:none !important;
  transform:translateY(0) !important;
}
.logo span,.logo small,.logo strong{display:none !important;}
.footer-logo img{
  width:210px !important;
  height:auto !important;
  background:transparent !important;
  border-radius:0 !important;
}
.christmas-hero-visual img,
.christmas-image img,
.gallery img[src*="card-weihnachten"],
.christmas-contact-image img{
  object-fit:contain !important;
  background:#fffaf2 !important;
  padding:18px !important;
}
.christmas-hero-visual{
  background:linear-gradient(135deg,#fffaf2,#f7efe5) !important;
}
@media (max-width:1180px){
  .site-header .header-inner{min-height:112px !important;}
  .logo{width:154px !important;max-width:154px !important;min-width:154px !important;}
  .logo img{width:150px !important;}
  .nav{top:112px !important;}
}
@media (max-width:860px){
  .site-header .header-inner{
    min-height:92px !important;
    grid-template-columns:118px minmax(0,1fr) auto !important;
    gap:10px !important;
  }
  .logo{width:112px !important;max-width:112px !important;min-width:112px !important;}
  .logo img{width:110px !important;}
  .nav{top:92px !important;}
  .header-actions .btn-secondary{min-width:122px !important;}
}
@media (max-width:520px){
  .site-header .header-inner{
    min-height:84px !important;
    grid-template-columns:100px minmax(0,1fr) auto !important;
  }
  .logo{width:96px !important;max-width:96px !important;min-width:96px !important;}
  .logo img{width:94px !important;}
  .nav{top:84px !important;}
  .header-actions .btn-secondary{min-width:108px !important;font-size:10px !important;}
}
@media (max-width:380px){
  .site-header .header-inner{grid-template-columns:94px minmax(0,1fr) auto !important;}
  .logo{width:90px !important;max-width:90px !important;min-width:90px !important;}
  .logo img{width:88px !important;}
  .nav{top:84px !important;}
}


/* =========================================================
   Datenschutz, Impressum und Cookie-Hinweis
   ========================================================= */
.legal-section{background:var(--cream-2)}
.legal-layout{display:grid;grid-template-columns:300px minmax(0,1fr);gap:28px;align-items:start}
.legal-toc{position:sticky;top:150px;display:grid;gap:10px;padding:24px}
.legal-toc h3{margin-top:0}
.legal-toc a{color:var(--green);font-weight:850;border-bottom:1px solid var(--line);padding-bottom:8px}
.legal-content{padding:34px;max-width:980px}
.legal-single{max-width:980px;margin-inline:auto}
.legal-content h2{font-family:Impact,Arial Black,Haettenschweiler,'Arial Narrow Bold',sans-serif;text-transform:uppercase;letter-spacing:.035em;color:var(--green);font-size:30px;line-height:1.05;margin:34px 0 12px}
.legal-content h2:first-child{margin-top:0}
.legal-content p,.legal-content li{color:#36322d}
.legal-content code{background:#f3e7d9;border:1px solid var(--line);border-radius:8px;padding:2px 6px}
.cookie-banner{position:fixed;left:18px;right:18px;bottom:18px;z-index:2000;background:#fff;border:1px solid var(--line);box-shadow:0 24px 80px rgba(8,63,45,.22);border-radius:24px;padding:18px;max-width:1120px;margin:0 auto}
.cookie-banner-inner{display:grid;grid-template-columns:minmax(0,1fr) auto;gap:20px;align-items:center}
.cookie-banner strong{display:block;color:var(--green);font-family:Impact,Arial Black,sans-serif;text-transform:uppercase;letter-spacing:.05em;font-size:24px;margin-bottom:6px}
.cookie-banner p{margin:0;color:var(--muted);font-size:14px;line-height:1.5}
.cookie-banner a{display:inline-block;margin-top:8px;color:var(--green);font-weight:900;text-decoration:underline;text-underline-offset:3px}
.cookie-actions{display:flex;gap:10px;flex-wrap:wrap;justify-content:flex-end}
.cookie-settings{border:0;cursor:pointer}
.video-consent{min-height:360px;background:linear-gradient(135deg,#0b3f2f,#083327);border-radius:28px;display:grid;place-items:center;color:#fff;padding:26px;text-align:center;box-shadow:var(--shadow)}
.video-consent-inner{max-width:520px}.video-consent h3{font-family:Impact,Arial Black,sans-serif;text-transform:uppercase;letter-spacing:.04em;font-size:34px;line-height:1.05;margin:0 0 10px;color:#fff}.video-consent p{color:rgba(255,255,255,.82);margin:0 0 18px}.video-consent .link{display:block;margin-top:12px;color:#fff;text-decoration:underline;text-underline-offset:4px;font-weight:900}.video-consent iframe,.video-box iframe{width:100%;height:100%;min-height:360px;border:0;border-radius:24px}.video-box.is-loaded{padding:0;background:transparent}
@media (max-width:900px){.legal-layout{grid-template-columns:1fr}.legal-toc{position:static}.cookie-banner-inner{grid-template-columns:1fr}.cookie-actions{justify-content:stretch}.cookie-actions .btn-light,.cookie-actions .btn-secondary{width:100%}.cookie-banner{left:10px;right:10px;bottom:72px;padding:14px}.legal-content{padding:24px}.video-consent{min-height:300px}.video-consent h3{font-size:28px}}
@media (max-width:520px){.legal-content h2{font-size:24px}.cookie-banner strong{font-size:20px}.cookie-banner p{font-size:13px}.video-consent{min-height:260px;padding:20px}.video-consent iframe,.video-box iframe{min-height:260px}}


/* =========================================================
   Cookie- und Startseiten-Hero-Fix
   Cookie-Banner erscheint nach Zustimmung nicht erneut.
   Hero-Bild überschneidet sich nicht mehr mit der grünen Kurve.
   ========================================================= */
@media (min-width:861px){
  .hero{
    padding-bottom:138px !important;
  }
  .hero::before{
    z-index:0 !important;
    bottom:-118px !important;
    height:150px !important;
    border-top-width:10px !important;
  }
  .hero::after{
    z-index:0 !important;
  }
  .hero-grid{
    z-index:2 !important;
  }
  .hero-visual{
    position:relative !important;
    z-index:3 !important;
    padding-bottom:36px !important;
  }
  .hero-photo{
    position:relative !important;
    z-index:2 !important;
    margin-bottom:32px !important;
    overflow:hidden !important;
    background:transparent !important;
  }
  .hero-photo img{
    height:590px !important;
    display:block !important;
    object-position:center top !important;
  }
  .hero-badge{
    z-index:4 !important;
    bottom:112px !important;
  }
}
@media (max-width:860px){
  .hero::before{
    z-index:0 !important;
  }
  .hero-grid{
    z-index:2 !important;
  }
  .hero-photo{
    z-index:2 !important;
  }
}
.cookie-banner[hidden]{display:none !important;}

/* =========================================================
   Hero-Rand-Fix 2026-04-24
   Startseitenbild bis an den unteren Rand führen,
   damit kein verlorener Leerraum unter dem Bild entsteht.
   ========================================================= */
@media (min-width:861px){
  .hero{
    padding-top:72px !important;
    padding-bottom:24px !important;
  }
  .hero::before{
    bottom:-56px !important;
    height:104px !important;
    border-top-width:9px !important;
    transform:rotate(-1.2deg) !important;
    z-index:1 !important;
  }
  .hero::after{
    top:-8% !important;
    height:112% !important;
  }
  .hero-grid{
    align-items:end !important;
    gap:42px !important;
  }
  .hero-visual{
    min-height:0 !important;
    align-self:end !important;
    padding-bottom:0 !important;
    margin-bottom:-12px !important;
  }
  .hero-photo{
    margin-bottom:0 !important;
    overflow:visible !important;
  }
  .hero-photo img{
    display:block !important;
    width:100% !important;
    height:660px !important;
    object-fit:cover !important;
    object-position:center top !important;
  }
  .hero-badge{
    bottom:38px !important;
    left:-8px !important;
  }
}
@media (min-width:1180px){
  .hero-photo img{
    height:690px !important;
  }
}


/* =========================================================
   Weihnachten: Buttons symmetrisch ausrichten + Bilder ergänzen
   ========================================================= */
.weihnachten-price-visuals{
  display:grid;
  grid-template-columns:repeat(2,minmax(0,1fr));
  gap:20px;
  margin:0 0 26px;
}
.christmas-media-card{
  padding:0;
  overflow:hidden;
}
.christmas-media-card img{
  width:100%;
  height:280px;
  object-fit:cover;
  display:block;
}
.christmas-media-card.graphic-card img{
  object-fit:cover;
  object-position:center;
  background:#f5efe2;
}
.christmas-media-card figcaption{
  padding:16px 20px 20px;
  font-weight:700;
  color:var(--green);
}
.price-grid{
  align-items:stretch;
}
.price-grid .price-card{
  height:100%;
}
.price-grid .price-card .check-list{
  margin-bottom:18px;
}
.price-grid .price-card .btn-light{
  margin-top:auto;
  width:100%;
  justify-content:center;
}
.christmas-gallery{
  align-items:stretch;
}
.christmas-gallery .gallery-text-card{
  display:flex;
  align-items:stretch;
  background:#fff;
  border:1px solid var(--line);
  border-radius:var(--radius-lg);
  box-shadow:var(--shadow-soft);
  overflow:hidden;
}
.christmas-gallery .gallery-text-card > div{
  padding:26px;
  display:flex;
  flex-direction:column;
  justify-content:center;
}
.christmas-gallery .gallery-text-card h3{
  margin:0 0 10px;
  color:var(--green);
  font-size:28px;
}
.christmas-gallery .gallery-text-card p{
  margin:0 0 16px;
}
.christmas-gallery .gallery-text-card .check-list{
  margin:0;
}
@media (max-width:900px){
  .weihnachten-price-visuals{
    grid-template-columns:1fr;
  }
  .christmas-media-card img{
    height:240px;
  }
}
@media (max-width:520px){
  .christmas-media-card figcaption{
    padding:14px 16px 18px;
    font-size:14px;
  }
  .christmas-gallery .gallery-text-card > div{
    padding:20px;
  }
  .christmas-gallery .gallery-text-card h3{
    font-size:24px;
  }
}


/* Startseite zurück auf Cookie-Hero-Fix: Referenzgalerie ohne Weihnachtsbild */
@media (min-width: 861px){
  body:has(.gallery figure:nth-child(2):last-child) .gallery{
    grid-template-columns:repeat(2,minmax(0,1fr));
    max-width:900px;
    margin-inline:auto;
  }
}

.home-reference-gallery{grid-template-columns:repeat(2,minmax(0,1fr));max-width:900px;margin-inline:auto;}
@media (max-width:860px){.home-reference-gallery{grid-template-columns:1fr;max-width:none;}}


/* =========================================================
   Weihnachten: entferntes Screenshot-/Santa-Bild
   ========================================================= */
.weihnachten-price-visuals{
  grid-template-columns:minmax(0,620px) !important;
  justify-content:center !important;
}
.weihnachten-price-visuals .christmas-media-card img{
  height:230px !important;
  object-fit:contain !important;
  background:#fffaf2 !important;
  padding:18px !important;
}
.christmas-gallery{
  grid-template-columns:repeat(auto-fit,minmax(260px,1fr)) !important;
}

/* =========================================================
   MOBILE REDESIGN 2026-04-24
   Neu strukturierte mobile Ansicht für Startseite und Leistungen
   basierend auf den gelieferten Referenzen.
   ========================================================= */
@media (max-width:860px){
  body{padding-bottom:80px !important;}
  .site-header{
    position:relative !important;
    top:auto !important;
    background:transparent !important;
    backdrop-filter:none !important;
    -webkit-backdrop-filter:none !important;
    box-shadow:none !important;
    border-bottom:0 !important;
  }
  .site-header .header-inner{
    min-height:122px !important;
    height:auto !important;
    grid-template-columns:1fr auto !important;
    align-items:start !important;
    gap:14px !important;
    padding:18px 0 8px !important;
  }
  .site-header .logo{
    width:182px !important;
    max-width:182px !important;
    min-width:182px !important;
  }
  .site-header .logo img{
    width:178px !important;
  }
  .header-actions{
    align-items:flex-start !important;
  }
  .header-actions .btn-secondary{display:none !important;}
  .menu-toggle{
    display:block !important;
    width:60px !important;
    height:60px !important;
    margin-top:4px;
    box-shadow:0 14px 26px rgba(8,63,45,.16);
  }
  .menu-toggle span,.menu-toggle::before,.menu-toggle::after{
    left:16px !important;
    right:16px !important;
    height:4px !important;
  }
  .menu-toggle span{top:28px !important;}
  .menu-toggle::before{top:19px !important;}
  .menu-toggle::after{top:37px !important;}

  .nav{
    top:96px !important;
    border-radius:0 0 24px 24px;
    background:rgba(255,250,242,.98) !important;
    box-shadow:0 20px 46px rgba(8,63,45,.14) !important;
    padding:16px 18px 24px !important;
  }
  .nav a{
    border-bottom:1px solid rgba(8,63,45,.08);
    border-radius:0 !important;
    padding:14px 4px !important;
  }
  .nav a:last-child{border-bottom:0;}

  .mobile-sticky{
    position:fixed;
    display:grid !important;
    grid-template-columns:repeat(5,1fr) !important;
    left:0;
    right:0;
    bottom:0;
    z-index:1100;
    background:linear-gradient(90deg,#0a5b3a,#093d29);
    border-top:2px solid rgba(200,146,46,.65);
    box-shadow:0 -12px 28px rgba(8,63,45,.18);
  }
  .mobile-sticky a{
    color:#fff !important;
    text-align:center;
    padding:10px 3px 12px !important;
    font-size:10px !important;
    line-height:1.15;
    text-transform:uppercase;
    letter-spacing:.03em;
  }
  .mobile-sticky b{
    display:block;
    color:var(--gold) !important;
    font-size:21px !important;
    line-height:1;
    margin-bottom:6px;
  }

  .footer-grid,.site-footer{display:none !important;}

  body.home-page .hero{
    padding:6px 0 34px !important;
    background:linear-gradient(180deg,#fffaf2 0%,#f6ece0 100%) !important;
  }
  body.home-page .hero::before{
    bottom:-54px !important;
    height:110px !important;
    border-top-width:8px !important;
    transform:rotate(-1deg) !important;
    opacity:1 !important;
  }
  body.home-page .hero-grid{
    grid-template-columns:54% 46% !important;
    gap:0 !important;
    align-items:start !important;
  }
  body.home-page .hero-grid > div:first-child{
    position:relative;
    z-index:2;
    padding-top:6px !important;
  }
  body.home-page .title-desktop{display:block !important;}
  body.home-page .title-mobile{display:none !important;}
  body.home-page .kicker{
    font-size:10px;
    letter-spacing:.22em;
    margin-bottom:10px;
  }
  body.home-page .hero h1{
    max-width:250px !important;
    font-size:clamp(34px,9.6vw,52px) !important;
    line-height:.95 !important;
    margin:0 0 14px !important;
  }
  body.home-page .script-gold{
    margin-top:10px;
    font-size:.52em !important;
    line-height:1.02;
  }
  body.home-page .hero .lead{
    max-width:220px !important;
    font-size:15px !important;
    line-height:1.55 !important;
    margin-bottom:18px !important;
  }
  body.home-page .hero-actions{
    display:grid !important;
    grid-template-columns:1fr !important;
    max-width:230px !important;
    margin:0 0 22px !important;
    gap:10px !important;
  }
  body.home-page .hero-actions .btn-light{display:none !important;}
  body.home-page .hero-actions .btn,
  body.home-page .hero-actions .btn-light{
    min-height:52px !important;
    font-size:12px !important;
    padding:12px 14px !important;
    border-radius:18px !important;
  }
  body.home-page .hero-visual{
    grid-column:2;
    grid-row:1;
    align-self:start;
    min-height:0 !important;
    overflow:visible !important;
  }
  body.home-page .hero-photo{
    width:100% !important;
    margin:0 !important;
  }
  body.home-page .hero-photo img{
    width:100% !important;
    height:410px !important;
    border-radius:0 !important;
    object-fit:cover !important;
    object-position:center top !important;
  }
  body.home-page .hero-badge{
    display:flex !important;
    position:absolute !important;
    left:-8px !important;
    bottom:62px !important;
    width:126px !important;
    height:126px !important;
    border-width:5px !important;
    padding:12px !important;
    box-shadow:0 12px 30px rgba(0,0,0,.18) !important;
  }
  body.home-page .hero-badge span{
    font-size:14px !important;
    line-height:1.15 !important;
    max-width:90px !important;
  }
  body.home-page .trust-row{
    grid-column:1 / -1 !important;
    grid-template-columns:repeat(4,1fr) !important;
    gap:10px !important;
    margin-top:14px !important;
    padding-top:20px !important;
    border-top:1px solid rgba(8,63,45,.08);
  }
  body.home-page .trust-item{
    font-size:10px !important;
    line-height:1.3;
  }
  body.home-page .trust-icon{
    width:42px !important;
    height:42px !important;
    font-size:18px !important;
    margin-bottom:8px !important;
  }

  body.home-page .home-about{
    padding-top:46px !important;
  }
  body.home-page .home-about .container{
    display:grid !important;
    grid-template-columns:1fr !important;
    gap:0 !important;
  }
  body.home-page .home-about .image-frame{
    order:2;
    border-radius:0 0 28px 28px !important;
    overflow:hidden;
    box-shadow:0 20px 40px rgba(8,63,45,.12);
  }
  body.home-page .home-about .image-frame img{
    height:360px !important;
    object-position:center top;
  }
  body.home-page .home-about .container > div:last-child{
    order:1;
    background:linear-gradient(135deg,rgba(7,73,48,.98),rgba(11,91,58,.94));
    color:#fff;
    padding:30px 24px;
    border-radius:28px 28px 0 0;
  }
  body.home-page .home-about .container > div:last-child p,
  body.home-page .home-about .container > div:last-child .signature{color:rgba(255,255,255,.86) !important;}
  body.home-page .home-about .display{color:#fff !important;}
  body.home-page .home-about .eyebrow{color:var(--gold) !important;}
  body.home-page .home-about .eyebrow::before,
  body.home-page .home-about .eyebrow::after{background:rgba(200,146,46,.55) !important;}

  body.home-page .section-cream .cards-3,
  body.home-page .cards-3,
  body.home-page .cards-2,
  body.home-page .gallery{gap:16px !important;}
  body.home-page .card,
  body.home-page .tile,
  body.home-page .gallery figure{
    border-radius:24px !important;
  }

  body.home-page .home-cta .cta-band{
    display:grid !important;
    grid-template-columns:1fr !important;
    gap:14px !important;
    padding:26px 22px !important;
    border-radius:24px !important;
  }
  body.home-page .home-cta .cta-band h2{font-size:34px !important;}
  body.home-page .home-cta .cta-band .btn-secondary{width:100% !important;}

  body.services-page .page-hero{
    padding:4px 0 28px !important;
    background:linear-gradient(180deg,#fffaf2 0%,#f7eee3 100%) !important;
  }
  body.services-page .page-hero::after,
  body.services-page .page-hero::before{display:none !important;}
  body.services-page .page-hero .container{
    padding-right:0 !important;
  }
  body.services-page .breadcrumbs{
    display:block;
    text-align:center;
    letter-spacing:.22em;
    font-size:12px;
    margin-bottom:14px;
    color:var(--gold);
  }
  body.services-page .page-title{
    text-align:center;
    font-size:clamp(36px,10.8vw,56px) !important;
    line-height:.95 !important;
    max-width:100% !important;
    margin:0 auto 16px !important;
  }
  body.services-page .page-title .gold{
    display:block;
    font-family:"Segoe Script","Brush Script MT",Georgia,serif;
    font-size:.72em;
    line-height:1.06;
    letter-spacing:0;
    text-transform:none;
    font-weight:500;
  }
  body.services-page .page-hero .lead{
    text-align:center;
    font-size:17px !important;
    max-width:100% !important;
    line-height:1.6;
  }
  body.services-page .intro-panel{display:none !important;}
  body.services-page .section{padding:38px 0 !important;}
  body.services-page .services-list{
    display:grid !important;
    grid-template-columns:1fr !important;
    gap:14px !important;
  }
  body.services-page .services-list .card{
    display:grid !important;
    grid-template-columns:82px minmax(0,1fr) 18px !important;
    gap:16px !important;
    align-items:center !important;
    padding:14px 16px !important;
    border-radius:24px !important;
    box-shadow:0 10px 24px rgba(8,63,45,.06) !important;
    min-height:116px;
  }
  body.services-page .services-list .card > img{
    grid-column:1;
    grid-row:1 / span 3;
    width:82px !important;
    height:82px !important;
    margin:0 !important;
    border-radius:22px !important;
    object-fit:cover !important;
  }
  body.services-page .services-list .card h3{
    grid-column:2;
    margin:0 !important;
    font-size:18px !important;
    line-height:1.05 !important;
  }
  body.services-page .services-list .card p{
    grid-column:2;
    margin:4px 0 0 !important;
    font-size:15px !important;
    line-height:1.45 !important;
  }
  body.services-page .services-list .card .check-list{display:none !important;}
  body.services-page .services-list .card .link{
    grid-column:3;
    grid-row:1 / span 3;
    align-self:center;
    justify-self:end;
    display:block;
    width:18px;
    height:42px;
    overflow:hidden;
    position:relative;
    text-indent:-9999px;
    margin:0 !important;
  }
  body.services-page .services-list .card .link::after{
    content:"›";
    position:absolute;
    left:0;
    top:50%;
    transform:translateY(-52%);
    font-size:52px;
    color:var(--gold);
    line-height:1;
    text-indent:0;
  }
  body.services-page .services-seasonal .section-head{margin-bottom:18px !important;}
  body.services-page .services-seasonal .split{grid-template-columns:1fr !important;gap:18px !important;}
  body.services-page .services-seasonal .image-frame{display:none !important;}
  body.services-page .services-seasonal .btn-secondary{width:100% !important;}

  body.services-page .services-cta .cta-band{
    position:relative;
    display:grid !important;
    grid-template-columns:1fr !important;
    gap:16px !important;
    padding:24px 22px 108px !important;
    border:1px solid rgba(200,146,46,.4);
    border-radius:26px !important;
    overflow:hidden;
    background:linear-gradient(135deg,#f8efe2,#fff9f2) !important;
  }
  body.services-page .services-cta .cta-band::after{
    content:"";
    position:absolute;
    right:-8px;
    bottom:-4px;
    width:205px;
    height:122px;
    background:url('../images/maskottchen-team-clean.png') center bottom / contain no-repeat;
    opacity:1;
    pointer-events:none;
  }
  body.services-page .services-cta .cta-band h2{
    font-size:32px !important;
    line-height:1 !important;
  }
  body.services-page .services-cta .cta-band .btn-secondary{
    width:100% !important;
  }
}

@media (max-width:520px){
  .site-header .header-inner{
    min-height:110px !important;
    padding-top:14px !important;
  }
  .site-header .logo{
    width:156px !important;
    max-width:156px !important;
    min-width:156px !important;
  }
  .site-header .logo img{width:152px !important;}
  .menu-toggle{
    width:56px !important;
    height:56px !important;
  }
  .nav{top:88px !important;}
  body.home-page .hero-grid{grid-template-columns:55% 45% !important;}
  body.home-page .hero h1{max-width:205px !important;font-size:clamp(31px,10.5vw,42px) !important;}
  body.home-page .hero .lead{max-width:184px !important;font-size:13.5px !important;}
  body.home-page .hero-actions{max-width:190px !important;}
  body.home-page .hero-photo img{height:340px !important;}
  body.home-page .hero-badge{width:112px !important;height:112px !important;bottom:48px !important;}
  body.home-page .hero-badge span{font-size:12px !important;max-width:78px !important;}
  body.home-page .trust-row{gap:6px !important;}
  body.home-page .trust-item{font-size:9px !important;}
  body.home-page .trust-icon{width:36px !important;height:36px !important;font-size:16px !important;}
  body.home-page .home-about .container > div:last-child{padding:24px 18px !important;}
  body.home-page .home-about .image-frame img{height:320px !important;}
  body.services-page .page-title{font-size:clamp(32px,10.2vw,46px) !important;}
  body.services-page .page-hero .lead{font-size:15px !important;}
  body.services-page .services-list .card{
    grid-template-columns:72px minmax(0,1fr) 16px !important;
    gap:14px !important;
    padding:13px 14px !important;
  }
  body.services-page .services-list .card > img{width:72px !important;height:72px !important;border-radius:18px !important;}
  body.services-page .services-list .card h3{font-size:16px !important;}
  body.services-page .services-list .card p{font-size:14px !important;}
  .mobile-sticky a{font-size:9px !important;}
  .mobile-sticky b{font-size:20px !important;}
}
@media (max-width:860px){
  .cookie-banner{bottom:94px !important;}
}


/* =========================================================
   MOBILE-REDESIGN 2026-04-25
   Neue mobile Start- und Leistungsseite nach Vorlage
   sowie sichere Bilddarstellung ohne Abschneiden.
   ========================================================= */
.mobile-home-shell,.mobile-services-shell{display:none}
.reveal-up{opacity:0;transform:translateY(30px);transition:opacity .65s ease,transform .65s ease}.reveal-up.in-view{opacity:1;transform:none}.delay-1{transition-delay:.1s}.delay-2{transition-delay:.18s}
.mobile-divider{display:flex;align-items:center;gap:12px;color:var(--gold);margin:14px 0 18px}.mobile-divider span{flex:1;height:2px;max-width:110px;background:rgba(200,146,46,.7)}.mobile-divider b{font-size:18px;line-height:1}
.mobile-pretitle,.mobile-kicker{display:inline-block;font-weight:900;text-transform:uppercase;letter-spacing:.16em;color:var(--gold);font-size:13px}.mobile-pretitle-centered{display:block;text-align:center;margin-bottom:18px}
.mobile-script{font-family:"Brush Script MT","Segoe Script",cursive;color:var(--gold);font-size:clamp(34px,9vw,58px);line-height:.9;margin:0 0 6px}

@media (max-width:860px){
  html{scroll-behavior:smooth}
  body{background:#f5eee4;padding-bottom:84px}
  body::before{content:"";position:fixed;inset:0;background:rgba(4,24,18,.34);opacity:0;pointer-events:none;transition:opacity .25s ease;z-index:998}
  body.menu-open::before{opacity:1;pointer-events:auto}

  .site-header{position:absolute;inset:0 0 auto 0;background:transparent;border:0;box-shadow:none;backdrop-filter:none;-webkit-backdrop-filter:none}
  .header-inner{height:auto;grid-template-columns:minmax(0,1fr) auto;gap:12px;align-items:start;padding:18px 0 0}
  .logo{width:auto;max-width:none;overflow:visible}
  .logo img{width:min(250px,52vw);max-width:min(250px,52vw);height:auto}
  .header-actions{align-items:flex-start}
  .header-actions .btn-secondary{display:none !important}
  .menu-toggle{display:flex;align-items:center;justify-content:center;width:62px;height:62px;background:var(--green);box-shadow:0 14px 30px rgba(20,63,42,.18);margin-top:2px}
  .menu-toggle span,.menu-toggle::before,.menu-toggle::after{width:28px;height:3px;background:#fff;border-radius:999px;transition:transform .26s ease,opacity .26s ease,top .26s ease}
  .menu-toggle span{position:relative}
  body.menu-open .menu-toggle span{opacity:0}
  body.menu-open .menu-toggle::before{top:29px;transform:rotate(45deg)}
  body.menu-open .menu-toggle::after{top:29px;transform:rotate(-45deg)}
  .nav{position:fixed;top:106px;left:14px;right:14px;bottom:auto;width:auto;display:none;grid-template-columns:1fr;gap:8px;padding:18px;border-radius:28px;background:#fffaf2;border:1px solid rgba(234,220,201,.95);box-shadow:0 30px 60px rgba(8,63,45,.2);z-index:999;max-height:calc(100vh - 124px);overflow:auto}
  body.menu-open .nav{display:grid}
  .nav a{min-height:auto;justify-content:flex-start;padding:14px 16px;border-radius:16px;font-size:14px}
  .nav a.active,.nav a:hover{background:var(--green);color:#fff}

  .home-page main > section:not(.mobile-home-shell){display:none !important}
  .services-page main > section:not(.mobile-services-shell){display:none !important}
  .home-page .site-footer,.services-page .site-footer{display:none}
  .mobile-home-shell,.mobile-services-shell{display:block}

  .hero,.page-hero{padding-top:138px}
  .hero-photo img,.image-frame img,.image-frame.small img,.tile img,.gallery img,.card img,.mobile-service-thumb img,.mobile-story-image img,.mobile-hero-figure img,.mobile-promo-figures img{width:100%;height:auto;max-width:100%;object-fit:contain;object-position:center center}
  .hero-photo img,.image-frame img,.image-frame.small img,.tile img,.gallery img,.card img{aspect-ratio:auto !important;min-height:unset !important;max-height:none !important}
  img{image-rendering:auto}

  .mobile-home-shell{padding:124px 16px 0}
  .mobile-hero-panel{position:relative;background:transparent;overflow:hidden}
  .mobile-hero-grid{display:grid;grid-template-columns:minmax(0,1fr) minmax(138px,44%);gap:10px;align-items:end}
  .mobile-hero-copy{padding-top:8px}
  .mobile-hero-copy h1{margin:0;color:var(--green);font-family:Impact,Arial Black,sans-serif;font-size:clamp(48px,12vw,74px);line-height:.92;letter-spacing:.02em}
  .mobile-lead{margin:0 0 22px;font-size:17px;line-height:1.55;color:#324239;font-weight:500}
  .mobile-hero-copy .btn{padding:16px 22px;border-radius:999px;min-width:min(240px,100%)}
  .mobile-hero-figure{align-self:end;transform-origin:bottom center}
  .mobile-hero-figure img{display:block;filter:drop-shadow(0 22px 24px rgba(20,63,42,.18))}
  .mobile-hero-swoosh{height:42px;margin-top:-14px;border-top:7px solid var(--gold);background:linear-gradient(90deg,var(--green) 0%,#115d38 50%,#10482f 100%);border-radius:0 0 160px 0 / 0 0 42px 0;box-shadow:0 14px 30px rgba(20,63,42,.12)}

  .mobile-section{padding:30px 0}
  .mobile-section-heading h2,.mobile-story-copy h2,.mobile-cta-text h2,.mobile-services-hero h1,.mobile-promo-copy h2{margin:0;color:var(--green);font-family:Impact,Arial Black,sans-serif;text-transform:uppercase;letter-spacing:.02em;line-height:1.02}
  .mobile-section-heading h2{font-size:clamp(34px,9.6vw,52px)}
  .mobile-intro-layout{display:grid;gap:26px}
  .mobile-intro-copy{display:grid;gap:18px;color:#2f372f;font-size:18px;line-height:1.7}
  .mobile-feature-grid{display:grid;grid-template-columns:1fr 1fr;border-top:1px solid rgba(200,146,46,.24);border-left:1px solid rgba(200,146,46,.18)}
  .mobile-feature-card{padding:22px 16px;min-height:185px;border-right:1px solid rgba(200,146,46,.18);border-bottom:1px solid rgba(200,146,46,.24)}
  .mobile-feature-icon{font-size:38px;line-height:1;color:var(--gold);margin-bottom:12px}
  .mobile-feature-card h3{margin:0 0 10px;font-family:Impact,Arial Black,sans-serif;color:var(--green);text-transform:uppercase;font-size:18px;letter-spacing:.02em}
  .mobile-feature-card p{margin:0;color:#5d564f;line-height:1.55}

  .mobile-story-section{margin-top:10px;background:linear-gradient(90deg,#0c4c31 0%,#0f4f32 46%,#123f2b 100%);border-radius:0;overflow:hidden;box-shadow:0 18px 40px rgba(8,63,45,.2)}
  .mobile-story-section::after{content:"";display:block;height:44px;background:linear-gradient(90deg,var(--green) 0%,#0d5f3a 60%,#15442e 100%);border-top:7px solid var(--gold);border-radius:0 0 160px 0 / 0 0 38px 0}
  .mobile-story-copy{padding:28px 18px 18px;color:#fff}
  .mobile-story-copy .mobile-pretitle{color:#d5a44b}
  .mobile-story-copy h2{color:#fff;font-size:clamp(34px,9.2vw,50px)}
  .mobile-story-copy .mobile-divider span{background:rgba(213,164,75,.72)}
  .mobile-story-copy p{margin:0 0 14px;color:rgba(255,255,255,.9);font-size:16px;line-height:1.7}
  .mobile-story-copy .btn-outline{border-color:var(--gold);color:#fff;background:transparent;padding:15px 22px;border-radius:999px}
  .mobile-story-copy .btn-outline:hover{background:rgba(255,255,255,.08)}
  .mobile-story-image{padding:0 0 0 0}
  .mobile-story-image img{display:block;width:100%;height:auto}

  .mobile-home-cta{padding:22px 0 8px}
  .mobile-cta-card{display:grid;grid-template-columns:auto 1fr;gap:16px;align-items:center;background:#f8f2ea;border:2px solid rgba(210,167,78,.72);border-radius:26px;padding:24px 18px;box-shadow:0 14px 30px rgba(20,63,42,.09)}
  .mobile-cta-icon{width:68px;height:68px;border-radius:999px;background:var(--green);color:var(--gold);display:grid;place-items:center;font-size:31px}
  .mobile-cta-text h2{font-size:clamp(30px,7vw,40px);margin-bottom:8px}
  .mobile-cta-text p{margin:0;color:#4e4a45;font-size:17px;line-height:1.55}
  .mobile-cta-card .btn-secondary{grid-column:1/-1;justify-self:end;border-radius:999px;padding:16px 20px}

  .mobile-services-shell{padding:184px 16px 0;position:relative}
  .mobile-services-shell::before{content:"";position:absolute;left:-10%;right:-10%;top:126px;height:72px;background:linear-gradient(90deg,var(--green) 0%,#115d38 50%,#10482f 100%);border-top:7px solid var(--gold);border-radius:0 100% 0 0 / 0 55px 0 0;z-index:0}
  .mobile-services-shell > *{position:relative;z-index:1}
  .mobile-services-hero{padding-top:54px;text-align:center}
  .mobile-services-hero h1{font-size:clamp(36px,9.6vw,58px)}
  .mobile-services-hero h1 span{display:block;font-family:"Brush Script MT","Segoe Script",cursive;color:var(--gold);font-size:clamp(30px,9vw,48px);font-weight:500;text-transform:none}
  .mobile-services-hero p{max-width:720px;margin:16px auto 0;color:#40453d;font-size:18px;line-height:1.65}

  .mobile-service-list{display:grid;gap:14px;padding:28px 0 18px}
  .mobile-service-row{display:grid;grid-template-columns:88px minmax(0,1fr) 18px;gap:16px;align-items:center;background:rgba(255,251,245,.92);border:1px solid rgba(234,220,201,.95);border-radius:24px;padding:14px 16px;box-shadow:0 12px 28px rgba(20,63,42,.08);text-decoration:none}
  .mobile-service-thumb{width:88px;height:88px;border-radius:18px;background:#fff;display:flex;align-items:center;justify-content:center;overflow:hidden;border:1px solid rgba(234,220,201,.9)}
  .mobile-service-thumb img{max-width:100%;max-height:100%;display:block}
  .mobile-service-body h2{margin:0 0 8px;color:var(--green);font-family:Impact,Arial Black,sans-serif;text-transform:uppercase;font-size:17px;letter-spacing:.02em;line-height:1.1}
  .mobile-service-body p{margin:0;color:#54504b;line-height:1.45;font-size:15px}
  .mobile-service-arrow{color:var(--gold);font-size:44px;line-height:1;align-self:center}

  .mobile-service-highlight{padding:8px 0 0}
  .mobile-promo-card{display:grid;gap:0;background:linear-gradient(90deg,#105030 0%,#0f643b 62%,#11482f 100%);border-radius:22px;overflow:hidden;box-shadow:0 18px 36px rgba(8,63,45,.16)}
  .mobile-promo-copy{display:grid;grid-template-columns:auto 1fr;gap:16px;align-items:start;padding:22px 18px 6px;color:#fff}
  .mobile-promo-badge{width:54px;height:54px;border-radius:999px;border:2px solid rgba(213,164,75,.9);color:var(--gold);display:grid;place-items:center;font-size:24px;line-height:1}
  .mobile-promo-copy h2{font-size:clamp(28px,7vw,36px);color:#d8a74c;margin:0 0 10px}
  .mobile-promo-copy p{margin:0;color:rgba(255,255,255,.92);font-size:17px;line-height:1.55}
  .mobile-promo-figures{padding:0 12px 0 12px;display:flex;justify-content:flex-end;align-items:flex-end;min-height:182px}
  .mobile-promo-figures img{display:block;width:min(100%,420px);margin-left:auto}

  .mobile-values-bar{display:grid;grid-template-columns:repeat(4,1fr);gap:0;background:linear-gradient(90deg,var(--green),#0d5e39);margin:0 -16px;padding:16px 10px 18px;border-top:1px solid rgba(255,255,255,.16)}
  .mobile-value-item{text-align:center;color:#fff;padding:6px 4px}
  .mobile-value-item b{display:block;color:var(--gold);font-size:26px;line-height:1;margin-bottom:8px}
  .mobile-value-item span{display:block;font-size:12px;letter-spacing:.05em;text-transform:uppercase;color:rgba(255,255,255,.86)}

  .mobile-sticky{position:fixed;display:grid;grid-template-columns:repeat(5,1fr);left:0;right:0;bottom:0;background:linear-gradient(90deg,#0c4a31 0%,#0f643b 55%,#113f2b 100%);z-index:900;border-top:1px solid rgba(255,255,255,.18);box-shadow:0 -8px 20px rgba(8,63,45,.18)}
  .mobile-sticky a{color:rgba(255,255,255,.84);text-align:center;padding:12px 6px 11px;font-size:11px;text-transform:uppercase;letter-spacing:.04em}
  .mobile-sticky a b{display:block;color:var(--gold);font-size:22px;line-height:1;margin-bottom:6px}
  .mobile-sticky a:hover,.mobile-sticky a.active{color:#fff}
}

@media (max-width:520px){
  .mobile-home-shell{padding-top:116px}
  .mobile-hero-grid{grid-template-columns:minmax(0,1fr) 44%}
  .mobile-hero-copy h1{font-size:clamp(42px,12vw,62px)}
  .mobile-services-shell{padding-top:160px}
  .mobile-service-row{grid-template-columns:82px minmax(0,1fr) 16px;padding:12px 14px}
  .mobile-service-thumb{width:82px;height:82px}
  .mobile-feature-card{min-height:172px;padding:20px 14px}
  .mobile-cta-card{grid-template-columns:1fr;text-align:left}
  .mobile-cta-card .btn-secondary{justify-self:stretch;width:100%;text-align:center}
  .mobile-promo-copy{grid-template-columns:1fr}
  .mobile-promo-badge{margin-bottom:8px}
}

@media (max-width:390px){
  .logo img{width:min(220px,54vw);max-width:min(220px,54vw)}
  .menu-toggle{width:58px;height:58px}
  .mobile-home-shell,.mobile-services-shell{padding-left:12px;padding-right:12px}
  .mobile-hero-grid{grid-template-columns:1fr;gap:8px}
  .mobile-hero-copy .btn{width:100%;text-align:center}
  .mobile-hero-figure{max-width:72%;margin-left:auto;margin-right:-4px}
  .mobile-feature-grid{grid-template-columns:1fr}
  .mobile-service-row{grid-template-columns:74px minmax(0,1fr) 14px;gap:12px}
  .mobile-service-thumb{width:74px;height:74px;border-radius:16px}
  .mobile-service-body h2{font-size:16px}
  .mobile-values-bar{grid-template-columns:repeat(2,1fr);row-gap:8px;padding-bottom:24px}
}

/* =========================================================
   DESKTOP-HEADER-FIX 2026-04-25
   Einheitliche Logo-Größe auf allen Seiten und mehr Abstand
   zwischen „Kontakt“ und „Anfrage stellen“.
   ========================================================= */
@media (min-width:1181px){
  .site-header .header-inner{
    grid-template-columns:178px minmax(0,1fr) 150px !important;
    column-gap:52px !important;
    min-height:128px !important;
    align-items:center !important;
  }
  .site-header .logo{
    width:178px !important;
    min-width:178px !important;
    max-width:178px !important;
  }
  .site-header .logo img{
    width:174px !important;
    max-width:174px !important;
    height:auto !important;
  }
  .site-header .nav{
    justify-content:center !important;
    gap:clamp(11px,.9vw,17px) !important;
  }
  .site-header .nav a:last-child{
    margin-right:38px !important;
  }
  .site-header .header-actions{
    justify-content:flex-end !important;
    margin-left:0 !important;
  }
  .site-header .header-actions .btn-secondary{
    width:128px !important;
    min-width:128px !important;
    min-height:58px !important;
  }
}


/* =========================================================
   MOBILE QA FIX 2026-04-25
   Korrigiert Bildüberlappungen, abgeschnittene Motive
   und horizontale Überläufe in der mobilen Version.
   ========================================================= */
@media (max-width:860px){
  html,body,main,section{overflow-x:hidden;}
  body{padding-bottom:88px;}
  .container,.form-wrap,.form-wrap > *,form,.split > *,
  .cards-2 > *,.cards-3 > *,.cards-4 > *,.gallery > *,
  .contact-card,.cta-band,.faq-list details,.field,.footer-grid > *,
  .mobile-service-body,.mobile-story-copy,.mobile-section-heading,.mobile-cta-text{min-width:0;max-width:100%;}
  h1,h2,h3,p,li,a,button,label,.form-note,.contact-list li{overflow-wrap:anywhere;word-break:normal;}

  .mobile-home-shell{padding-top:112px;}
  .mobile-hero-panel{overflow:visible;}
  .mobile-hero-grid{grid-template-columns:1fr;gap:14px;align-items:start;}
  .mobile-hero-copy{order:1;}
  .mobile-hero-copy h1,.mobile-lead{max-width:none;}
  .mobile-hero-copy .btn{width:100%;text-align:center;}
  .mobile-hero-figure{order:2;max-width:min(100%,420px);margin:0 auto;}
  .mobile-hero-figure img{display:block;width:100%;height:auto;object-fit:contain;border-radius:24px;background:transparent;box-shadow:none;filter:drop-shadow(0 14px 22px rgba(20,63,42,.14));}
  .mobile-hero-swoosh{margin-top:12px;height:30px;border-top-width:6px;border-radius:0 0 140px 0 / 0 0 30px 0;box-shadow:0 12px 24px rgba(20,63,42,.1);}

  .image-frame,.christmas-hero-visual,.christmas-contact-image,.christmas-image,.gallery figure,.weihnachten-price-visuals .graphic-card{overflow:hidden;display:flex;align-items:center;justify-content:center;}
  .image-frame img,.image-frame.small img,.christmas-hero-visual img,.christmas-contact-image img,.christmas-image img,.gallery img,.weihnachten-price-visuals img{width:100%;height:auto !important;max-height:none !important;object-fit:contain !important;object-position:center center !important;aspect-ratio:auto !important;padding:0 !important;background:transparent !important;}
  .christmas-hero-visual,.christmas-contact-image,.christmas-image,.weihnachten-price-visuals .graphic-card,.gallery figure{background:linear-gradient(135deg,#fffaf2,#f4eadb) !important;}
  .christmas-hero-visual{max-width:100%;margin-inline:auto;}
  .christmas-hero-visual img{max-height:320px;}
  .christmas-contact-image img,.christmas-image img{max-height:360px;}

  .contact-card,.christmas-contact-card{padding:24px 18px;border-radius:24px;}
  form,.christmas-request-form{padding:20px 16px;border-radius:24px;}
  .form-wrap{gap:18px;}
  .contact-card h2,.christmas-final-cta h2{font-size:clamp(28px,9vw,38px);line-height:1.02;}
  .page-title,.display.small{font-size:clamp(30px,10vw,40px);line-height:1.02;}
  .page-hero .lead,.contact-card p,.form-note,.cta-band p,.faq-list p{font-size:16px;line-height:1.6;}
  .contact-list li{display:grid;grid-template-columns:1fr;gap:4px;align-items:start;}
  .contact-list b{display:block;}
  .cta-band,.christmas-final-cta{padding:22px 18px;border-radius:24px;}
  .btn,.btn-secondary,.btn-light{white-space:normal;text-align:center;}

  .mobile-sticky{grid-template-columns:repeat(5,minmax(0,1fr)) !important;}
  .mobile-sticky a{min-width:0;font-size:10px;padding:10px 3px 12px;}
  .mobile-sticky b,.mobile-sticky a b{font-size:18px !important;}
}

@media (max-width:520px){
  .mobile-home-shell,.mobile-services-shell{padding-left:12px;padding-right:12px;}
  .mobile-feature-grid{grid-template-columns:1fr;}
  .mobile-hero-figure{max-width:min(92vw,360px);}
  .mobile-hero-swoosh{height:24px;margin-top:10px;}
  .contact-card h2,.christmas-final-cta h2{font-size:clamp(26px,10vw,34px);}
  .page-title,.display.small{font-size:clamp(28px,11vw,36px);}
  .image-frame,.christmas-hero-visual,.christmas-contact-image,.christmas-image{border-radius:22px;}
  .christmas-hero-visual img{max-height:280px;}
  .christmas-contact-image img,.christmas-image img{max-height:320px;}
  .form-wrap{gap:16px;}
  .mobile-sticky a{font-size:9px;padding-inline:2px;}
}

/* =========================================================
   DESKTOP-HERO-QA-FIX 2026-04-25
   Startseitenbild und grüner Hintergrundbogen sauber trennen.
   Der Header-Abstand bleibt unverändert.
   ========================================================= */
@media (min-width:861px){
  body.home-page .hero{
    padding-top:72px !important;
    padding-bottom:106px !important;
    overflow:hidden !important;
  }
  body.home-page .hero::before{
    bottom:-104px !important;
    height:150px !important;
    border-top-width:9px !important;
    transform:rotate(-1deg) !important;
    z-index:0 !important;
    opacity:1 !important;
  }
  body.home-page .hero::after{
    z-index:0 !important;
  }
  body.home-page .hero-grid{
    align-items:center !important;
    gap:clamp(36px,4vw,60px) !important;
    position:relative !important;
    z-index:2 !important;
  }
  body.home-page .hero-visual{
    align-self:center !important;
    min-height:0 !important;
    margin-bottom:0 !important;
    padding-bottom:0 !important;
    position:relative !important;
    z-index:3 !important;
    overflow:visible !important;
  }
  body.home-page .hero-photo{
    margin:0 !important;
    overflow:hidden !important;
    background:transparent !important;
    position:relative !important;
    z-index:2 !important;
  }
  body.home-page .hero-photo img{
    display:block !important;
    width:100% !important;
    height:clamp(520px,36vw,620px) !important;
    object-fit:cover !important;
    object-position:center top !important;
  }
  body.home-page .hero-badge{
    bottom:54px !important;
    left:-10px !important;
    z-index:4 !important;
  }
  body.home-page .trust-row{
    position:relative !important;
    z-index:4 !important;
    margin-top:30px !important;
    padding-top:26px !important;
  }
}


/* =========================================================
   MOBILE MENU REFINEMENT 2026-04-25
   Dezenteres mobiles Menü-Icon und harmonischere mobile
   Navigation passend zum restlichen Design.
   ========================================================= */
@media (max-width:860px){
  .site-header{padding-top:8px;}
  .header-inner{padding-top:12px !important;align-items:start !important;}
  .header-actions{align-items:flex-start;}

  .menu-toggle{
    width:50px !important;
    height:50px !important;
    margin-top:8px !important;
    border-radius:18px !important;
    background:rgba(248,242,234,.96) !important;
    border:1.5px solid rgba(200,146,46,.45) !important;
    box-shadow:0 10px 24px rgba(20,63,42,.12) !important;
    backdrop-filter:blur(8px);
    -webkit-backdrop-filter:blur(8px);
  }
  .menu-toggle span,.menu-toggle::before,.menu-toggle::after{
    left:13px !important;
    right:13px !important;
    height:3px !important;
    background:var(--green) !important;
    border-radius:999px !important;
    box-shadow:none !important;
  }
  .menu-toggle span{top:24px !important;}
  .menu-toggle::before{top:17px !important;}
  .menu-toggle::after{top:31px !important;}
  body.menu-open .menu-toggle{
    background:#fffaf2 !important;
    border-color:rgba(200,146,46,.68) !important;
    box-shadow:0 12px 28px rgba(20,63,42,.16) !important;
  }
  body.menu-open .menu-toggle span{opacity:0 !important;}
  body.menu-open .menu-toggle::before{top:24px !important;transform:rotate(45deg) !important;}
  body.menu-open .menu-toggle::after{top:24px !important;transform:rotate(-45deg) !important;}

  .nav{
    top:84px !important;
    left:12px !important;
    right:12px !important;
    padding:16px !important;
    gap:6px !important;
    border-radius:24px !important;
    background:rgba(255,250,242,.98) !important;
    border:1px solid rgba(200,146,46,.22) !important;
    box-shadow:0 22px 48px rgba(8,63,45,.16) !important;
  }
  .nav a{
    padding:13px 14px !important;
    border-radius:14px !important;
    font-size:13px !important;
    font-weight:800;
    letter-spacing:.04em;
  }
  .nav a.active,.nav a:hover{
    background:linear-gradient(135deg,var(--green),#0e5b37) !important;
    color:#fff !important;
  }
}

@media (max-width:520px){
  .site-header{padding-top:4px;}
  .logo img{width:min(220px,50vw) !important;max-width:min(220px,50vw) !important;}
  .menu-toggle{width:46px !important;height:46px !important;border-radius:16px !important;}
  .menu-toggle span{top:22px !important;}
  .menu-toggle::before{top:15px !important;}
  .menu-toggle::after{top:29px !important;}
  body.menu-open .menu-toggle::before,
  body.menu-open .menu-toggle::after{top:22px !important;}
  .nav{top:78px !important;left:10px !important;right:10px !important;padding:14px !important;border-radius:22px !important;}
}

@media (max-width:390px){
  .logo img{width:min(205px,49vw) !important;max-width:min(205px,49vw) !important;}
  .menu-toggle{width:42px !important;height:42px !important;border-radius:15px !important;margin-top:6px !important;}
  .menu-toggle span,.menu-toggle::before,.menu-toggle::after{left:11px !important;right:11px !important;height:2.5px !important;}
  .menu-toggle span{top:20px !important;}
  .menu-toggle::before{top:14px !important;}
  .menu-toggle::after{top:26px !important;}
  body.menu-open .menu-toggle::before,
  body.menu-open .menu-toggle::after{top:20px !important;}
}


/* =========================================================
   REMOVE WEIHNACHTEN-SANTA-ENGEL 2026-04-25
   Layout-Bereinigung nach Entfernen des Weihnachtsbildes.
   ========================================================= */
#weihnachten-galerie .gallery.christmas-gallery{grid-template-columns:1fr;}
#weihnachten-galerie .gallery-text-card{max-width:880px;margin:0 auto;}
@media (min-width:861px){
  .christmas-request-redirect .cta-band{align-items:center;}
}

/* =========================================================
   LEISTUNGEN-DROPDOWN 2026-04-25
   Klickbares Untermenü in der Hauptnavigation.
   ========================================================= */
.nav .nav-item{
  position:relative;
  display:inline-flex;
  align-items:center;
  min-height:92px;
}
.nav .nav-link,
.nav button.nav-link{
  position:relative;
  display:inline-flex;
  align-items:center;
  gap:6px;
  min-height:92px;
  padding:0;
  border:0;
  background:transparent;
  color:inherit;
  font:inherit;
  font-weight:inherit;
  text-transform:inherit;
  letter-spacing:inherit;
  line-height:1.15;
  white-space:nowrap;
  cursor:pointer;
}
.nav .nav-link::after,
.nav button.nav-link::after{
  content:"";
  position:absolute;
  left:0;
  right:100%;
  bottom:22px;
  height:3px;
  background:var(--gold);
  border-radius:999px;
  transition:right .22s ease;
}
.nav .nav-link:hover::after,
.nav .nav-link.active::after,
.nav button.nav-link:hover::after,
.nav button.nav-link.active::after{right:0;}
.nav .nav-link.active,
.nav button.nav-link.active{color:var(--gold);}
.dropdown-caret{font-size:12px;line-height:1;transition:transform .18s ease;}
.has-dropdown.dropdown-open .dropdown-caret{transform:rotate(180deg);}
.dropdown-menu{
  position:absolute;
  left:50%;
  top:calc(100% - 14px);
  min-width:238px;
  display:grid;
  gap:4px;
  padding:12px;
  border:1px solid rgba(234,220,201,.95);
  border-radius:18px;
  background:#fffaf2;
  box-shadow:0 24px 48px rgba(8,63,45,.15);
  opacity:0;
  visibility:hidden;
  pointer-events:none;
  transform:translate(-50%,10px);
  transition:opacity .18s ease, transform .18s ease, visibility .18s ease;
  z-index:1200;
}
.dropdown-menu a{
  min-height:0 !important;
  display:flex !important;
  align-items:center !important;
  justify-content:flex-start !important;
  padding:11px 12px !important;
  border-radius:12px !important;
  color:#1f2d27 !important;
  background:transparent;
  font-size:13px !important;
  line-height:1.2 !important;
  text-align:left !important;
  white-space:nowrap !important;
  text-transform:none !important;
  letter-spacing:0 !important;
}
.dropdown-menu a::after{display:none !important;}
.dropdown-menu a:hover,
.dropdown-menu a.active{
  background:var(--green) !important;
  color:#fff !important;
}
@media (min-width:1181px){
  .has-dropdown:hover .dropdown-menu,
  .has-dropdown:focus-within .dropdown-menu,
  .has-dropdown.dropdown-open .dropdown-menu{
    opacity:1;
    visibility:visible;
    pointer-events:auto;
    transform:translate(-50%,0);
  }
}
@media (max-width:1180px){
  .nav .nav-item{
    display:block;
    min-height:0;
    width:100%;
  }
  .nav .nav-link,
  .nav button.nav-link{
    width:100%;
    min-height:0;
    display:flex;
    justify-content:center;
    padding:14px 12px;
    border-radius:12px;
    white-space:normal;
    text-align:center;
    font-size:13px;
  }
  .nav .nav-link::after,
  .nav button.nav-link::after{display:none;}
  .nav .nav-link:hover,
  .nav .nav-link.active,
  .nav button.nav-link:hover,
  .nav button.nav-link.active{
    background:var(--green);
    color:#fff;
  }
  .dropdown-menu{
    position:static;
    min-width:0;
    width:100%;
    display:none;
    margin:6px 0 8px;
    padding:8px;
    border-radius:16px;
    box-shadow:none;
    opacity:1;
    visibility:visible;
    pointer-events:auto;
    transform:none;
    background:#fff;
  }
  .has-dropdown.dropdown-open .dropdown-menu{display:grid;}
  .dropdown-menu a{
    justify-content:center !important;
    white-space:normal !important;
    font-size:13px !important;
    padding:12px 10px !important;
  }
}
@media (max-width:680px){
  .nav .nav-link,
  .nav button.nav-link{
    justify-content:flex-start;
    text-align:left;
  }
  .dropdown-menu a{justify-content:flex-start !important;}
}
@media (min-width:1181px){
  .site-header .nav > a:last-child{margin-right:38px !important;}
}

