
:root{
  --navy:#243343;
  --blue:#3156c8;
  --green:#a6c62b;
  --ink:#263544;
  --muted:#65717c;
  --light:#f3f6f7;
  --white:#fff;
  --line:#e3e8eb;
  --shadow:0 18px 55px rgba(28,43,56,.10);
  --radius:22px;
}
*{box-sizing:border-box}
html{scroll-behavior:smooth}
body{margin:0;font-family:Inter,system-ui,-apple-system,BlinkMacSystemFont,"Segoe UI",sans-serif;color:var(--ink);background:#fff;line-height:1.65}
a{color:inherit;text-decoration:none}
img{max-width:100%;display:block}
.container{width:min(1160px,92%);margin:auto}
.header{position:relative;z-index:20;background:rgba(255,255,255,.94);backdrop-filter:blur(14px);border-bottom:1px solid rgba(227,232,235,.8)}
.nav{height:82px;display:flex;align-items:center;justify-content:space-between;gap:24px}
.brand img{width:185px;height:auto}
.navlinks{display:flex;align-items:center;gap:28px;font-size:.95rem;font-weight:600}
.navlinks a:hover{color:var(--blue)}
.cta{background:var(--navy);color:white!important;padding:12px 19px;border-radius:999px;transition:.2s}
.cta:hover{transform:translateY(-1px);background:#1c2936}
.menu{display:none;background:none;border:0;font-size:1.6rem;color:var(--navy)}
.hero{padding:70px 0 85px;background:linear-gradient(135deg,#f5f8f8 0%,#fff 56%,#eef5f8 100%);overflow:hidden}
.hero-grid{display:grid;grid-template-columns:1fr 1.08fr;align-items:center;gap:65px}
.kicker{font-size:.82rem;letter-spacing:.18em;text-transform:uppercase;font-weight:800;color:var(--blue);margin-bottom:16px}
h1{font-size:clamp(2.7rem,5vw,5rem);line-height:1.02;letter-spacing:-.055em;margin:0 0 24px;color:var(--navy)}
h2{font-size:clamp(2rem,3.5vw,3rem);line-height:1.1;letter-spacing:-.035em;margin:0 0 18px;color:var(--navy)}
h3{font-size:1.2rem;line-height:1.25;margin:0 0 8px;color:var(--navy)}
.lead{font-size:1.15rem;color:#56636e;max-width:610px}
.buttons{display:flex;gap:12px;flex-wrap:wrap;margin-top:28px}
.btn{display:inline-flex;align-items:center;justify-content:center;padding:14px 21px;border-radius:999px;font-weight:800;border:1px solid var(--navy)}
.btn.primary{background:var(--navy);color:white}
.btn.secondary{background:white}
.hero-photo{position:relative}
.hero-photo img{width:100%;height:610px;object-fit:cover;border-radius:28px;box-shadow:var(--shadow)}
.badge{position:absolute;bottom:24px;left:24px;background:rgba(255,255,255,.94);border-radius:18px;padding:14px 17px;box-shadow:0 12px 35px rgba(0,0,0,.12);font-weight:800}
.badge span{display:block;color:var(--muted);font-weight:500;font-size:.82rem}
.section{padding:95px 0}
.section.alt{background:var(--light)}
.section-head{max-width:700px;margin-bottom:40px}
.services{display:grid;grid-template-columns:repeat(3,1fr);gap:18px}
.card{padding:28px;background:white;border:1px solid var(--line);border-radius:var(--radius);box-shadow:0 8px 25px rgba(28,43,56,.04)}
.service-number{color:var(--green);font-weight:900;font-size:.85rem;letter-spacing:.12em;margin-bottom:30px}
.card p{color:var(--muted);margin:0}
.split{display:grid;grid-template-columns:1fr 1fr;gap:60px;align-items:center}
.story{font-size:1.05rem;color:#56636e}
.quote{margin-top:26px;padding:20px 24px;border-left:4px solid var(--green);background:#f7f9f9;border-radius:0 16px 16px 0;color:var(--navy);font-weight:700}
.story-photo{height:520px;object-fit:cover;border-radius:26px;box-shadow:var(--shadow)}
.gallery{display:grid;grid-template-columns:1.1fr .9fr .9fr;grid-template-rows:260px 260px;gap:16px}
.gallery img{width:100%;height:100%;object-fit:cover;border-radius:18px}
.g1{grid-row:span 2}.g2{grid-column:span 2}
.before-after{display:grid;grid-template-columns:1fr 1fr;gap:18px;margin-top:28px}
.ba{position:relative}.ba img{height:350px;width:100%;object-fit:cover;border-radius:20px}.label{position:absolute;top:14px;left:14px;background:rgba(36,51,67,.9);color:#fff;border-radius:999px;padding:6px 11px;font-size:.75rem;font-weight:800}
.contact{display:grid;grid-template-columns:.85fr 1.15fr;gap:30px}
.contact-box{padding:34px;background:var(--navy);color:white;border-radius:26px}
.contact-box h2{color:white}
.contact-box p{color:#d7e0e6}
.contact-item{margin:22px 0}.contact-item small{display:block;color:#aebbc5;text-transform:uppercase;letter-spacing:.12em;font-size:.7rem;font-weight:800}.contact-item a{font-size:1.05rem}
.form{padding:34px;border:1px solid var(--line);border-radius:26px;box-shadow:var(--shadow)}
label{display:block;font-weight:700;font-size:.9rem;margin:0 0 7px}
input,textarea,select{width:100%;padding:13px 14px;border:1px solid #ccd5da;border-radius:12px;font:inherit;color:var(--ink);background:#fff;margin-bottom:17px}
textarea{min-height:150px;resize:vertical}
.form-note{font-size:.78rem;color:var(--muted);margin-top:8px}
.footer{background:#1d2935;color:#d9e1e5;padding:42px 0 25px}
.footer-grid{display:flex;justify-content:space-between;gap:30px;align-items:flex-start}
.footer img{width:175px;filter:brightness(0) invert(1);opacity:.95}
.footer-links{display:flex;gap:22px;flex-wrap:wrap;font-size:.9rem}
.footer-links a:hover{color:white}
.small{font-size:.82rem;color:#94a3ad}
.page-hero{padding:70px 0;background:var(--light)}
.prose{max-width:820px}.prose p{color:#56636e}.prose h2{font-size:1.7rem;margin-top:42px}.prose h3{margin-top:28px}
.notice{padding:18px 20px;border:1px solid #dce4e8;border-radius:14px;background:#f8fafb;color:#596771}
@media(max-width:900px){
 .navlinks{display:none}.menu{display:block}
 .nav.open .navlinks{display:flex;position:absolute;left:4%;right:4%;top:75px;background:#fff;padding:20px;border:1px solid var(--line);border-radius:18px;flex-direction:column;align-items:stretch;box-shadow:var(--shadow)}
 .hero-grid,.split,.contact{grid-template-columns:1fr}
 .hero{padding-top:42px}.hero-photo img{height:430px}
 .services{grid-template-columns:1fr 1fr}
 .gallery{grid-template-columns:1fr 1fr;grid-template-rows:220px 220px 220px}.g1{grid-row:span 1}.g2{grid-column:span 1}
}
@media(max-width:600px){
 .nav{height:72px}.brand img{width:155px}
 .section{padding:70px 0}.services{grid-template-columns:1fr}
 .gallery{grid-template-columns:1fr;grid-template-rows:auto}.gallery img{height:260px}
 .before-after{grid-template-columns:1fr}.ba img{height:270px}
 .hero-photo img{height:350px}
 .footer-grid{flex-direction:column}
}


/* HubSpot form integration */
.hubspot-form-shell{
  overflow:hidden;
}
.hubspot-form-shell .hs-form-frame{
  width:100%;
  min-height:560px;
  margin-top:12px;
}
.hubspot-form-shell > script{
  display:none;
}
@media(max-width:600px){
  .hubspot-form-shell{
    padding:22px 18px;
  }
  .hubspot-form-shell .hs-form-frame{
    min-height:700px;
  }
}



/* Version 4: aufgeräumter Hero + zusätzliche Medien */
.brand img{width:200px;height:auto}
.hero-clean{
  padding:54px 0 78px;
  background:linear-gradient(180deg,#f6f8f9 0%,#ffffff 100%);
}
.hero-clean-grid{
  display:grid;
  grid-template-columns:minmax(0,1fr) minmax(320px,520px);
  align-items:center;
  gap:54px;
}
.hero-copy{
  max-width:640px;
}
.hero-kicker{
  display:flex;
  align-items:center;
  gap:10px;
  color:var(--navy);
}
.hero-mark{
  width:26px;
  height:26px;
  flex:0 0 26px;
}
.hero-points{
  display:flex;
  flex-wrap:wrap;
  gap:10px;
  margin:24px 0 10px;
}
.hero-points span{
  display:inline-flex;
  align-items:center;
  padding:9px 14px;
  border-radius:999px;
  background:#fff;
  border:1px solid var(--line);
  color:var(--navy);
  font-size:.92rem;
  font-weight:700;
}
.hero-meta{
  display:grid;
  grid-template-columns:1fr 1fr;
  gap:16px;
  margin-top:28px;
}
.hero-meta div{
  background:#fff;
  border:1px solid var(--line);
  border-radius:18px;
  padding:16px 18px;
  box-shadow:0 10px 25px rgba(28,43,56,.04);
}
.hero-meta strong{
  display:block;
  font-size:.98rem;
  color:var(--navy);
  margin-bottom:5px;
}
.hero-meta span{
  color:var(--muted);
  font-size:.92rem;
}
.hero-visual{
  display:flex;
  flex-direction:column;
  gap:16px;
}
.hero-card-clean{
  background:#fff;
  border:1px solid var(--line);
  border-radius:26px;
  box-shadow:var(--shadow);
  overflow:hidden;
}
.hero-card-large img{
  width:100%;
  height:540px;
  object-fit:cover;
}
.hero-visual-bottom{
  display:grid;
  grid-template-columns:1.05fr .95fr;
  gap:16px;
}
.hero-card-small img{
  width:100%;
  height:210px;
  object-fit:cover;
}
.hero-note{
  background:var(--navy);
  color:#fff;
  border-radius:24px;
  padding:24px 24px;
  display:flex;
  flex-direction:column;
  justify-content:center;
  box-shadow:var(--shadow);
}
.hero-note strong{
  font-size:1.12rem;
  margin-bottom:7px;
}
.hero-note span{
  color:#d4dde3;
}
.work-grid{
  display:grid;
  grid-template-columns:repeat(3,1fr);
  gap:16px;
  margin-top:20px;
}
.work-grid img{
  width:100%;
  height:250px;
  object-fit:cover;
  border-radius:18px;
  box-shadow:0 8px 25px rgba(28,43,56,.06);
}
@media(max-width:1100px){
  .hero-clean-grid{
    grid-template-columns:1fr;
  }
  .hero-copy{
    max-width:none;
  }
  .hero-card-large img{
    height:440px;
  }
}
@media(max-width:900px){
  .brand img{width:172px}
  .hero-meta{
    grid-template-columns:1fr;
  }
}
@media(max-width:700px){
  .hero-clean{
    padding:38px 0 62px;
  }
  .hero-visual-bottom{
    grid-template-columns:1fr;
  }
  .hero-card-small img{
    height:220px;
  }
  .work-grid{
    grid-template-columns:1fr;
  }
  .work-grid img{
    height:220px;
  }
}
