*,*::before,*::after{box-sizing:border-box;margin:0;padding:0}
html{scroll-behavior:smooth;font-size:17px;background:#0e0d0b;overflow-x:hidden}
body{font-family:'Outfit',sans-serif;background:#0e0d0b;color:#f0ebe0;overflow-x:hidden;-webkit-text-size-adjust:100%}
:root{
  --gold:#d4af5a;--gold2:#b8922e;--cream:#f0ebe0;
  --muted:#8a8070;--border:rgba(212,175,90,0.18);
  --ink:#0e0d0b;--deep:#161410;--surf:#1c1a16;
}
body::after{
  content:'';position:fixed;inset:0;pointer-events:none;z-index:9000;opacity:.4;
  background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='200' height='200'%3E%3Cfilter id='g'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='.75' numOctaves='4' stitchTiles='stitch'/%3E%3C/filter%3E%3Crect width='200' height='200' filter='url(%23g)' opacity='.04'/%3E%3C/svg%3E");
}

/* NAV */
nav{position:fixed;top:0;left:0;right:0;z-index:500;display:flex;align-items:center;padding:1.2rem 5vw;gap:2.5rem;transition:padding .3s,background .4s}
nav.scrolled{padding:.9rem 5vw;background:rgba(14,13,11,.96);backdrop-filter:blur(20px);border-bottom:1px solid var(--border)}
.logo{text-decoration:none;display:flex;flex-direction:column;gap:.2rem;position:relative;flex-shrink:0}
.logo-main{font-family:'Cormorant Garamond',serif;font-size:1.5rem;font-weight:400;letter-spacing:.12em;text-transform:uppercase;color:#faf8f4;line-height:1;position:relative;display:inline-block;padding-bottom:.3rem;white-space:nowrap}
.logo-main::after{content:'';position:absolute;bottom:0;left:0;width:100%;height:1px;background:linear-gradient(90deg,var(--gold),rgba(212,175,90,.15));opacity:.6}
.logo-accent{color:var(--gold);font-weight:600}
.logo-sub{font-size:.55rem;font-weight:400;letter-spacing:.3em;text-transform:uppercase;color:var(--muted);line-height:1}
.logo:hover .logo-main{text-shadow:0 0 24px rgba(212,175,90,.15)}
.logo:hover .logo-accent{text-shadow:0 0 20px rgba(212,175,90,.3)}
.nav-links{display:flex;align-items:center;gap:2rem;list-style:none;margin-left:auto}
.nav-links a{font-size:.7rem;font-weight:500;letter-spacing:.2em;text-transform:uppercase;color:var(--muted);text-decoration:none;white-space:nowrap;transition:color .25s}
.nav-links a:hover{color:var(--gold)}
.nav-cta{background:var(--gold);color:var(--ink);padding:.65rem 1.8rem;margin-left:2rem;font-size:.72rem;font-weight:600;letter-spacing:.2em;text-transform:uppercase;text-decoration:none;display:inline-flex;align-items:center;white-space:nowrap;transition:background .3s,box-shadow .3s;flex-shrink:0}
.nav-cta:hover{background:var(--gold2);box-shadow:0 2px 16px rgba(212,175,90,.25)}
.hamburger{display:none;flex-direction:column;gap:6px;background:none;border:1px solid var(--border);padding:10px;cursor:pointer;border-radius:4px}
.hamburger span{width:26px;height:2px;background:var(--gold);display:block;transition:all .3s}
.mob-nav{display:none;position:fixed;inset:0;background:#0e0d0b;z-index:490;flex-direction:column;align-items:center;justify-content:center;gap:2.5rem}
.mob-nav.open{display:flex}
.mob-nav a{font-family:'Cormorant Garamond',serif;font-size:2.4rem;font-weight:300;color:#f0ebe0;text-decoration:none;transition:color .2s}
.mob-nav a:hover{color:var(--gold)}

/* HERO — FIX: kein grid, kein position:absolute, alles im Fluss */
#hero{
  min-height:100svh;
  display:flex;
  flex-direction:column;
  background:
    linear-gradient(rgba(14,13,11,.78) 0%, rgba(14,13,11,.50) 45%, rgba(14,13,11,.82) 100%),
    url("../img/hero.jpg") center/cover no-repeat;
  max-width:100vw;
  overflow:hidden;
}
.hero-body{
  flex:1;
  display:flex;
  align-items:center;
  padding:8rem 5vw 3rem;
  max-width:1300px;
  width:100%;
  margin:0 auto;
}
.hero-content{max-width:700px}
.hero-eyebrow{
  display:inline-flex;align-items:center;gap:.8rem;
  font-size:.68rem;font-weight:500;letter-spacing:.3em;text-transform:uppercase;
  color:var(--gold);margin-bottom:1.6rem;
}
.hero-eyebrow::before{content:'';width:2rem;height:1px;background:var(--gold);opacity:.7}
h1{
  font-family:'Cormorant Garamond',serif;
  font-size:clamp(2.8rem,6vw,5.8rem);
  font-weight:300;line-height:1.06;color:#faf8f4;letter-spacing:.01em;
  margin-bottom:1.6rem;
}
h1 em{font-style:italic;color:var(--gold)}
.hero-sub{font-size:1.05rem;font-weight:300;line-height:1.85;color:var(--muted);max-width:640px;margin-bottom:1rem}
.hero-sub2{font-size:.93rem;font-weight:300;line-height:1.75;color:var(--muted);max-width:540px;margin-bottom:2.5rem;border-left:2px solid var(--border);padding-left:1.2rem}
.hero-btns{display:flex;gap:1.2rem;flex-wrap:wrap;align-items:center;margin-bottom:0}
.btn-gold{background:var(--gold);color:var(--ink);padding:1rem 2.4rem;font-size:.78rem;font-weight:600;letter-spacing:.2em;text-transform:uppercase;border:none;text-decoration:none;display:inline-block;transition:background .3s}
.btn-gold:hover{background:var(--gold2)}
.btn-ghost{background:none;color:#f0ebe0;font-size:.78rem;font-weight:500;letter-spacing:.18em;text-transform:uppercase;text-decoration:none;display:inline-flex;align-items:center;gap:.6rem;transition:color .25s,gap .25s}
.btn-ghost:hover{color:var(--gold);gap:1rem}

/* HERO STATS — im natürlichen Fluss UNTER hero-body */
.hero-stats{
  display:flex;align-items:center;gap:3rem;
  padding:1.4rem 5vw;
  border-top:1px solid var(--border);
  background:rgba(14,13,11,.8);
  backdrop-filter:blur(8px);
  overflow-x:hidden;
  flex-shrink:0;
}
.stat{display:flex;align-items:baseline;gap:.5rem;flex-shrink:0}
.stat-n{font-family:'Cormorant Garamond',serif;font-size:1.9rem;font-weight:300;color:var(--gold);line-height:1}
.stat-l{font-size:.64rem;font-weight:400;letter-spacing:.12em;text-transform:uppercase;color:var(--muted)}
.stat-sep{width:1px;height:1.6rem;background:var(--border);flex-shrink:0}

/* HELPERS */
.section-label{display:inline-flex;align-items:center;gap:.8rem;font-size:.7rem;font-weight:600;letter-spacing:.3em;text-transform:uppercase;color:var(--gold);margin-bottom:1.2rem}
.section-label::before{content:'';width:2rem;height:1px;background:var(--gold)}
.section-h{font-family:'Cormorant Garamond',serif;font-size:clamp(1.9rem,4.2vw,3.6rem);font-weight:300;line-height:1.1;color:#faf8f4;letter-spacing:.01em}
.section-h em{font-style:italic;color:var(--gold)}

/* INTRO */
#intro{padding:7rem 5vw;background:#161410}
.intro-inner{max-width:900px;margin:0 auto;text-align:center}
.intro-inner p{font-size:1.1rem;font-weight:300;line-height:1.95;color:var(--muted);margin-bottom:1.5rem}
.intro-inner p strong{color:#f0ebe0;font-weight:500}
.intro-divider{display:flex;align-items:center;gap:1.5rem;margin:2.5rem auto;max-width:560px}
.intro-divider::before,.intro-divider::after{content:'';flex:1;height:1px;background:linear-gradient(90deg,transparent,var(--gold));opacity:.3}
.intro-divider::after{background:linear-gradient(90deg,var(--gold),transparent)}
.intro-divider span{font-family:'Cormorant Garamond',serif;font-size:1.4rem;color:var(--gold);white-space:nowrap}
.intro-bullets{list-style:none;display:flex;flex-direction:column;gap:.6rem;text-align:left;max-width:540px;margin:0 auto}
.intro-bullets li{display:flex;align-items:flex-start;gap:.8rem;font-size:.95rem;font-weight:300;color:var(--muted);line-height:1.6}
.intro-bullets li::before{content:'—';color:var(--gold);flex-shrink:0}

/* REFERENZEN */
#referenzen{padding:8rem 5vw;background:#0e0d0b}
.ref-header{max-width:1300px;margin:0 auto 3rem;display:flex;justify-content:space-between;align-items:flex-end;flex-wrap:wrap;gap:2rem}
.ref-note{font-size:.9rem;font-weight:300;color:var(--muted);max-width:300px;text-align:right;line-height:1.7}

/* Projekt-Slider */
.projekt{max-width:1300px;margin:0 auto 3rem}
.projekt:last-child{margin-bottom:0}
.projekt-main{position:relative;overflow:hidden;background:#1c1a16;aspect-ratio:16/9}
.projekt-main img{width:100%;height:100%;object-fit:cover;display:block;transition:opacity .5s ease}
.projekt-label{position:absolute;bottom:0;left:0;right:0;padding:2.5rem 2rem 1.5rem;background:linear-gradient(transparent,rgba(14,13,11,.85))}
.projekt-title{display:block;font-family:'Cormorant Garamond',serif;font-size:1.6rem;font-weight:400;color:#faf8f4;margin-bottom:.3rem}
.projekt-detail{display:block;font-size:.68rem;font-weight:600;letter-spacing:.2em;text-transform:uppercase;color:var(--gold)}
.projekt-thumbs{display:grid;grid-template-columns:repeat(4,1fr);gap:2px;margin-top:2px}
.projekt-thumb{position:relative;aspect-ratio:16/10;overflow:hidden;background:#1c1a16;border:none;padding:0;cursor:pointer;display:block}
.projekt-thumb img{width:100%;height:100%;object-fit:cover;display:block;filter:brightness(.5);transition:filter .3s ease}
.projekt-thumb:hover img{filter:brightness(.75)}
.projekt-thumb.active img{filter:brightness(.85)}
.projekt-thumb.active::after{content:'';position:absolute;bottom:0;left:0;right:0;height:2px;background:var(--gold)}
.thumb-label{position:absolute;bottom:.5rem;left:.6rem;font-size:.55rem;font-weight:600;letter-spacing:.15em;text-transform:uppercase;color:var(--gold);opacity:0;transition:opacity .3s}
.projekt-thumb:hover .thumb-label,.projekt-thumb.active .thumb-label{opacity:1}

/* Premium-Galerie */
.ref-galerie{max-width:1300px;margin:0 auto;display:grid;grid-template-columns:1fr 1fr;grid-template-rows:400px 320px 400px;gap:6px}
.ref-galerie .ref-img:last-child{grid-column:1 / -1}
.ref-galerie .ref-img{position:relative;overflow:hidden;background:#1c1a16}
.ref-galerie .ref-img img{width:100%;height:100%;object-fit:cover;display:block;filter:brightness(.7);transition:transform .8s ease,filter .5s ease}
.ref-galerie .ref-img:hover img{transform:scale(1.04);filter:brightness(.92)}
.ref-cap{position:absolute;bottom:0;left:0;right:0;padding:2rem 1.6rem 1.2rem;background:linear-gradient(transparent,rgba(14,13,11,.88));font-size:.68rem;font-weight:600;letter-spacing:.2em;text-transform:uppercase;color:var(--gold);transform:translateY(100%);opacity:0;transition:transform .5s ease,opacity .4s ease}
.ref-galerie .ref-img:hover .ref-cap{transform:translateY(0);opacity:1}

/* LEISTUNGEN */
#leistungen{padding:8rem 5vw;background:#161410}
.leist-header{max-width:1300px;margin:0 auto 3rem;display:flex;justify-content:space-between;align-items:flex-end;flex-wrap:wrap;gap:2rem}
.leist-intro-text{font-size:.97rem;font-weight:300;line-height:1.85;color:var(--muted);max-width:340px;text-align:right}

/* Leistungen als 3-Spalten-Grid */
.leist-grid{max-width:1300px;margin:0 auto;display:grid;grid-template-columns:repeat(3,1fr);gap:1px;background:var(--border)}
.leist-card{background:#161410;padding:2.2rem;transition:background .3s;cursor:default}
.leist-card:hover{background:#1c1a16}
.leist-card-num{font-family:'Cormorant Garamond',serif;font-size:2rem;font-weight:300;color:rgba(212,175,90,.2);line-height:1;margin-bottom:1rem;display:block}
.leist-card h3{font-family:'Cormorant Garamond',serif;font-size:1.4rem;font-weight:400;color:#faf8f4;margin-bottom:.6rem}
.leist-card p{font-size:.9rem;font-weight:300;line-height:1.75;color:var(--muted)}
.leist-card-cta{display:inline-flex;align-items:center;gap:.5rem;margin-top:1.2rem;font-size:.72rem;font-weight:600;letter-spacing:.18em;text-transform:uppercase;color:var(--gold);text-decoration:none;border-bottom:1px solid transparent;transition:border-color .2s}
.leist-card-cta:hover{border-bottom-color:var(--gold)}
.leist-card-icon{font-size:1.4rem;margin-bottom:.8rem;display:block}

/* Terrassenüberdachungs-Preistabelle separat */


/* VERGLEICH */
#vergleich{padding:8rem 5vw;background:#0e0d0b}
.vergl-inner{max-width:1100px;margin:0 auto}
.vergl-header{margin-bottom:4rem}
.vergl-table{overflow-x:auto}
.vergl-table table{width:100%;border-collapse:collapse}
.vergl-table thead th{padding:1.2rem 1.5rem;text-align:left;font-size:.68rem;font-weight:600;letter-spacing:.18em;text-transform:uppercase;border-bottom:2px solid var(--border);color:var(--muted)}
.vergl-table thead th:last-child{color:var(--gold)}
.vergl-table tbody td{padding:1rem 1.5rem;border-bottom:1px solid rgba(212,175,90,.07);font-size:.92rem;font-weight:300;color:var(--muted);vertical-align:top}
.vergl-table tbody td:first-child{font-size:.72rem;font-weight:600;letter-spacing:.1em;text-transform:uppercase}
.vergl-table tbody td:last-child{color:#f0ebe0}
.vergl-table tbody tr:hover td{background:rgba(212,175,90,.03)}
.check{color:var(--gold)}

/* ÜBER UNS */
#ueber{padding:8rem 5vw;background:#161410}
.ueber-inner{max-width:1300px;margin:0 auto;display:grid;grid-template-columns:1fr 1fr;gap:7rem;align-items:start}
.ueber-body{font-size:1rem;font-weight:300;line-height:1.9;color:var(--muted);margin-bottom:2.5rem}
.ueber-quote{border-left:2px solid var(--gold);padding-left:1.8rem;margin-bottom:2.5rem}
.ueber-quote p{font-family:'Cormorant Garamond',serif;font-size:1.4rem;font-style:italic;font-weight:300;line-height:1.5;color:#f0ebe0}
.ueber-quote cite{font-size:.68rem;letter-spacing:.2em;text-transform:uppercase;color:var(--gold);font-style:normal;display:block;margin-top:.7rem}
.trust-grid{display:flex;flex-direction:column;gap:1px;background:var(--border)}
.trust-item{background:#1c1a16;padding:1.8rem;display:flex;align-items:flex-start;gap:1.2rem;transition:background .3s}
.trust-item:hover{background:#221f1a}
.trust-icon{font-size:1.3rem;width:2.8rem;height:2.8rem;border:1px solid var(--border);display:flex;align-items:center;justify-content:center;flex-shrink:0}
.trust-text h4{font-family:'Cormorant Garamond',serif;font-size:1.05rem;font-weight:600;margin-bottom:.3rem;color:#faf8f4}
.trust-text p{font-size:.88rem;font-weight:300;line-height:1.6;color:var(--muted)}

/* PROZESS */
#prozess{padding:8rem 5vw;background:#0e0d0b}
.proz-inner{max-width:1100px;margin:0 auto}
.proz-header{margin-bottom:4rem}
.proz-list{border:1px solid var(--border)}
.proz-item{display:grid;grid-template-columns:4rem 1fr auto;align-items:center;padding:2rem 2.8rem;border-bottom:1px solid var(--border);background:#0e0d0b;transition:background .3s;gap:2rem}
.proz-item:last-child{border-bottom:none}
.proz-item:hover{background:#1c1a16}
.proz-n{font-family:'Cormorant Garamond',serif;font-size:2.6rem;font-weight:300;color:rgba(212,175,90,.2);line-height:1;transition:color .3s}
.proz-item:hover .proz-n{color:var(--gold)}
.proz-content h3{font-family:'Cormorant Garamond',serif;font-size:1.25rem;font-weight:400;margin-bottom:.35rem;color:#faf8f4}
.proz-content p{font-size:.92rem;font-weight:300;line-height:1.7;color:var(--muted)}
.proz-badge{font-size:.6rem;font-weight:600;letter-spacing:.2em;text-transform:uppercase;color:var(--gold);border:1px solid var(--border);padding:.4rem .9rem;white-space:nowrap}

/* KUNDENSTIMMEN */
#kundenstimmen{padding:8rem 5vw;background:#161410}
.kunden-inner{max-width:1100px;margin:0 auto}
.kunden-header{margin-bottom:4rem}
.kunden-grid{display:grid;grid-template-columns:1fr 1fr;gap:2rem}
.kunden-card{background:#1c1a16;border:1px solid var(--border);padding:2.5rem;transition:background .3s}
.kunden-card:hover{background:#221f1a}
.kunden-stars{color:var(--gold);font-size:1.1rem;letter-spacing:.15em;margin-bottom:1.2rem}
.kunden-text{font-family:'Cormorant Garamond',serif;font-size:1.15rem;font-weight:300;font-style:italic;line-height:1.7;color:#f0ebe0;margin-bottom:1.5rem}
.kunden-autor{display:flex;align-items:center;gap:.8rem}
.kunden-name{font-size:.78rem;font-weight:600;letter-spacing:.15em;text-transform:uppercase;color:#f0ebe0}
.kunden-quelle{font-size:.68rem;font-weight:400;letter-spacing:.1em;color:var(--muted)}
.kunden-hinweis{text-align:center;margin-top:2.5rem;font-size:.8rem;font-weight:300;color:var(--muted)}

/* FAQ */
#faq{padding:8rem 5vw;background:#161410}
.faq-inner{max-width:900px;margin:0 auto}
.faq-header{margin-bottom:4rem}
.faq-list{border:1px solid var(--border)}
.faq-item{background:#161410;border-bottom:1px solid var(--border)}
.faq-item:last-child{border-bottom:none}
.faq-q{width:100%;display:flex;justify-content:space-between;align-items:center;padding:1.6rem 2rem;cursor:pointer;background:none;border:none;color:#f0ebe0;text-align:left;gap:1.5rem;font-family:'Cormorant Garamond',serif;font-size:1.25rem;font-weight:400;transition:color .25s}
.faq-q:hover{color:var(--gold)}
.faq-icon{font-size:1rem;color:var(--gold);transition:transform .3s;flex-shrink:0}
.faq-item.open .faq-icon{transform:rotate(45deg)}
.faq-a{max-height:0;overflow:hidden;transition:max-height .4s ease}
.faq-item.open .faq-a{max-height:400px}
.faq-a-inner{padding:0 2rem 1.6rem;font-size:.95rem;font-weight:300;line-height:1.85;color:var(--muted)}

/* KONTAKT */
#kontakt{padding:8rem 5vw;background:#0e0d0b}
.kontakt-inner{max-width:1300px;margin:0 auto;display:grid;grid-template-columns:1fr 1.1fr;gap:7rem;align-items:start}
.kontakt-intro{font-size:1rem;font-weight:300;line-height:1.85;color:var(--muted);margin-bottom:3rem}
.clinks{display:flex;flex-direction:column;border:1px solid var(--border)}
.clink{display:grid;grid-template-columns:3rem 1fr;align-items:center;padding:1.3rem 1.6rem;border-bottom:1px solid var(--border);text-decoration:none;color:#f0ebe0;background:#0e0d0b;transition:background .25s,color .25s;gap:1.2rem}
.clink:last-child{border-bottom:none}
.clink:hover{background:#1c1a16;color:var(--gold)}
.clink-icon{font-size:1rem;text-align:center}
.clink-label{font-size:.58rem;font-weight:600;letter-spacing:.2em;text-transform:uppercase;color:var(--gold);display:block;margin-bottom:.15rem}
.clink-val{font-size:.95rem;font-weight:300}
.kform{display:flex;flex-direction:column;gap:1.1rem}
.f-row{display:grid;grid-template-columns:1fr 1fr;gap:1.1rem}
.fg{display:flex;flex-direction:column;gap:.4rem}
.fg label{font-size:.68rem;font-weight:600;letter-spacing:.22em;text-transform:uppercase;color:var(--muted)}
.fg input,.fg select,.fg textarea{background:#1c1a16;border:1px solid var(--border);border-bottom:1px solid rgba(212,175,90,.35);color:#f0ebe0;padding:.9rem 1.1rem;font-family:'Outfit',sans-serif;font-size:.95rem;font-weight:300;outline:none;width:100%;appearance:none;-webkit-appearance:none;transition:border-color .25s,background .25s}
.fg input:focus,.fg select:focus,.fg textarea:focus{border-color:var(--gold);background:#221f1a}
.fg select option{background:#1c1a16}
.fg textarea{min-height:130px;resize:vertical}
.fg input::placeholder,.fg textarea::placeholder{color:rgba(138,128,112,.45)}
.fsub{background:var(--gold);color:var(--ink);border:none;padding:1.15rem;font-family:'Outfit',sans-serif;font-size:.78rem;font-weight:600;letter-spacing:.22em;text-transform:uppercase;cursor:pointer;width:100%;transition:background .3s}
.fsub:hover{background:var(--gold2)}
.dsgvo-check{display:flex;align-items:flex-start;gap:.7rem;cursor:pointer;font-size:.82rem;font-weight:300;color:var(--muted);line-height:1.6}
.dsgvo-check input[type="checkbox"]{appearance:none;-webkit-appearance:none;width:1.1rem;height:1.1rem;border:1px solid var(--border);background:#1c1a16;flex-shrink:0;margin-top:.2rem;cursor:pointer;position:relative;transition:border-color .25s,background .25s}
.dsgvo-check input[type="checkbox"]:checked{background:var(--gold);border-color:var(--gold)}
.dsgvo-check input[type="checkbox"]:checked::after{content:'✓';position:absolute;top:50%;left:50%;transform:translate(-50%,-50%);font-size:.7rem;color:var(--ink);font-weight:700}
.dsgvo-check a{color:var(--gold);text-decoration:none;border-bottom:1px solid transparent;transition:border-color .2s}
.dsgvo-check a:hover{border-bottom-color:var(--gold)}
.fnote{font-size:.67rem;color:var(--muted);text-align:center;font-weight:300}

/* FOOTER */
footer{background:#0e0d0b;border-top:1px solid var(--border);padding:2.5rem 5vw;display:flex;align-items:center;justify-content:space-between;flex-wrap:wrap;gap:1.5rem}
.ftr-links{display:flex;gap:2rem}
.ftr-links a{font-size:.67rem;font-weight:500;letter-spacing:.18em;text-transform:uppercase;color:var(--muted);text-decoration:none;transition:color .2s}
.ftr-links a:hover{color:var(--gold)}
.ftr-copy{font-size:.7rem;color:var(--muted);font-weight:300}
.float-btn{position:fixed;bottom:1.5rem;right:1.5rem;z-index:490;background:var(--gold);color:var(--ink);text-decoration:none;padding:.85rem 1.6rem;font-size:.7rem;font-weight:600;letter-spacing:.15em;text-transform:uppercase;display:flex;align-items:center;gap:.6rem;box-shadow:0 4px 24px rgba(0,0,0,.5);transition:background .3s}
.float-btn:hover{background:var(--gold2)}

/* SCROLL REVEAL */
/* SCROLL REVEAL */
.sr{opacity:0;transform:translateY(22px);transition:opacity .8s ease,transform .8s ease}
.sr.in{opacity:1;transform:translateY(0)}
.d1{transition-delay:.1s}.d2{transition-delay:.2s}.d3{transition-delay:.3s}

/* HERO EINFLUG */
.hero-enter{opacity:0;transform:translateY(40px)}
.hero-enter.in{opacity:1;transform:translateY(0);transition:opacity 1s ease,transform 1s ease}
.hero-enter.he1{transition-delay:.3s}
.hero-enter.he2{transition-delay:.6s}
.hero-enter.he3{transition-delay:.9s}
.hero-enter.he4{transition-delay:1.2s}

/* MOBILE */
@media(max-width:960px){
  nav{padding:.9rem 5vw;background:rgba(14,13,11,.97);gap:0}
  .nav-links,.nav-cta{display:none}
  .hamburger{display:flex;margin-left:auto}
  #hero{background:linear-gradient(rgba(14,13,11,.85) 0%,rgba(14,13,11,.55) 35%,rgba(14,13,11,.70) 60%,rgba(14,13,11,.90) 100%),url("../img/hero.jpg") 60% 30%/cover no-repeat}
  .hero-body{padding:6rem 5vw 2.5rem}
  h1{font-size:clamp(2.2rem,9vw,3.2rem)}
  .hero-stats{display:flex;flex-wrap:wrap;justify-content:center;gap:.5rem 1.5rem;padding:1.2rem 4vw;overflow:hidden;max-width:100vw}
  .stat{gap:.3rem}
  .stat-n{font-size:1.1rem}
  .stat-l{font-size:.5rem;letter-spacing:.06em}
  .stat-sep{display:none}
  #intro,#referenzen,#leistungen,#vergleich,#ueber,#prozess,#kundenstimmen,#faq,#kontakt{padding:5rem 5vw}
  .ref-galerie{grid-template-columns:1fr;grid-template-rows:repeat(5,240px)}
  .ref-cap{transform:translateY(0);opacity:1}
  .ref-header{flex-direction:column;align-items:flex-start}.ref-note{text-align:left;max-width:100%}
  .projekt-main{aspect-ratio:4/3}
  .projekt-thumbs{grid-template-columns:repeat(4,1fr)}
  .projekt-title{font-size:1.3rem}
  .thumb-label{opacity:1}
  .leist-grid{grid-template-columns:1fr 1fr}
  .leist-header{flex-direction:column;align-items:flex-start}.leist-intro-text{text-align:left;max-width:100%}
  .vergl-header{flex-direction:column;align-items:flex-start}
  .proz-header{text-align:left}
  .kunden-header{text-align:left}
  .faq-header{text-align:left}
  .kunden-grid{grid-template-columns:1fr}
  .ueber-inner,.kontakt-inner{grid-template-columns:1fr;gap:3.5rem}
  .proz-item{grid-template-columns:3rem 1fr;gap:1rem;padding:1.5rem 1.2rem}
  .proz-badge{display:inline-block;margin-top:.5rem;font-size:.55rem}
  .section-h{font-size:clamp(1.7rem,6.5vw,2.4rem)}
  .f-row{grid-template-columns:1fr}
  .vergl-table thead{display:none}
  .vergl-table table,.vergl-table tbody,.vergl-table tr,.vergl-table td{display:block;width:100%}
  .vergl-table tr{border:1px solid var(--border);margin-bottom:1.2rem;padding:1.2rem;background:#1c1a16}
  .vergl-table tbody td{padding:.3rem 0;border:none;font-size:.85rem}
  .vergl-table tbody td:first-child{font-size:.62rem;font-weight:600;letter-spacing:.2em;text-transform:uppercase;color:var(--gold);margin-bottom:.8rem;padding-bottom:.5rem;border-bottom:1px solid var(--border)}
  .vergl-table tbody td:nth-child(2){color:var(--muted);font-size:.82rem;padding-left:1rem;border-left:2px solid rgba(138,128,112,.25);margin-bottom:.5rem}
  .vergl-table tbody td:nth-child(2)::before{content:'Andere: ';font-weight:500;color:var(--muted)}
  .vergl-table tbody td:last-child{color:#f0ebe0;font-size:.88rem;padding-left:1rem;border-left:2px solid var(--gold)}
  .vergl-table tbody td:last-child .check{display:none}
  .vergl-table tbody td:last-child::before{content:'Deja: ';font-weight:500;color:var(--gold)}
  .vergl-table{overflow-x:hidden}
  .hero-eyebrow{font-size:.55rem;letter-spacing:.12em}
  .hero-sub{font-size:.9rem;line-height:1.7}
  .hero-sub2{font-size:.82rem;line-height:1.65;margin-bottom:1.8rem}
  .btn-gold{padding:.85rem 1.8rem;font-size:.7rem;letter-spacing:.15em;width:100%;text-align:center}
  .btn-ghost{font-size:.7rem;justify-content:center;width:100%}
  .hero-btns{flex-direction:column;gap:.8rem}
  .logo-sub{font-size:.5rem;letter-spacing:.2em}
  footer{flex-direction:column;text-align:center;padding-bottom:5rem}
  .float-btn{bottom:1rem;right:1rem;padding:.7rem 1.2rem;font-size:.65rem}
}
@media(max-width:560px){
  .leist-grid{grid-template-columns:1fr}
  h1{font-size:clamp(2rem,10vw,2.6rem)}
  .hero-body{padding:5.5rem 4vw 2rem}
  nav{padding:.8rem 4vw}.logo-main{font-size:1.1rem;letter-spacing:.08em}
  .hamburger{padding:8px;margin-right:2px}
}
