
:root{
  --green:#2f6b2f; --green-600:#2d5e2d; --green-100:#eaf3ea; --beige:#f6f4ee;
  --text:#233023; --muted:#6b766b; --white:#fff; --radius:18px; --maxw:1260px;
  --header-shadow: 0 6px 24px rgba(0,0,0,.08);
}
*{box-sizing:border-box}
html,body{margin:0;padding:0;overflow-x:hidden}
html{scroll-behavior:smooth}
body{font-family:system-ui,-apple-system,Segoe UI,Roboto,Inter,sans-serif;background:linear-gradient(180deg,var(--beige),var(--green-100));color:var(--text);line-height:1.6}
a{color:var(--green-600);text-decoration:none}
a:hover{text-decoration:underline}
.container{max-width:var(--maxw);margin:0 auto;padding:0 1rem}

/* Globale Media-Resets */
img, picture, video, canvas, svg{max-width:100%;height:auto;display:block}

/* HEADER — jetzt FIXED, nicht sticky */
.header{
  position:fixed; top:0; left:0; right:0; z-index:1000;
  backdrop-filter:blur(8px);
  background:rgba(255,255,255,.85);
  border-bottom:1px solid #e6e6e6;
  transition:transform .22s ease;
  will-change:transform;
  box-shadow: var(--header-shadow);
}
.header.hide{ transform:translateY(-100%); pointer-events:none; }
.nav{display:flex;align-items:center;justify-content:space-between;padding:.6rem .9rem;position:relative}
.brand{display:flex;gap:.6rem;align-items:center;color:inherit;min-width:0}
.brand img{height:40px;width:auto;border-radius:8px}
.brand-title{font-weight:700;letter-spacing:.3px;white-space:nowrap}
.menu a{margin:0 .6rem;font-weight:500;color:inherit}

/* Burger / Mobile-Navigation */
.nav-toggle{display:none}
.burger{display:none}
.burger{flex:0 0 auto;flex-direction:column;gap:4px;cursor:pointer;padding:.4rem .5rem;border:1px solid #dfe7df;border-radius:8px;background:#fff}
.burger span{width:22px;height:2px;background:#2d5e2d}

@media(max-width:700px){
  .menu{
    display:none; position:absolute; left:.5rem; right:.5rem; top:56px;
    background:rgba(255,255,255,.98); padding:.75rem 1rem;
    border:1px solid #e6e6e6; border-top:none; border-radius:12px;
    box-shadow:0 10px 30px rgba(0,0,0,.08)
  }
  .menu a{display:block;padding:.6rem 0;margin:0}
  .burger{display:flex}
  .brand-title{font-size:1rem}
  #nav-toggle:checked ~ .menu{display:block}
}

/* HERO */
.hero{padding:3rem 0 2rem}
.hero-card{background:var(--white);border-radius:var(--radius);padding:2rem;box-shadow:0 14px 40px rgba(0,0,0,.06);display:grid;grid-template-columns:1.2fr .8fr;gap:2rem;align-items:center}
.hero h1{font-size:clamp(1.9rem,3.2vw,3rem);color:var(--green-600);margin:.2rem 0 1rem}
.badges{display:flex;gap:.5rem;flex-wrap:wrap;margin-top:1rem}
.badge{background:var(--green-100);color:var(--green-600);border:1px solid #dfe9df;padding:.35rem .65rem;border-radius:999px;font-size:.9rem}
.cta{background:var(--white);border:1px dashed #cfe0cf;padding:1.2rem;border-radius:var(--radius)}

/* SECTIONS */
.section{padding:2rem 0}
.section h2{color:var(--green-600);font-size:1.6rem;margin:0 0 1rem}
.card{background:var(--white);border-radius:var(--radius);padding:1.2rem;border:1px solid #e9ece9;box-shadow:0 8px 24px rgba(0,0,0,.04)}

/* GRID */
.grid{display:grid;gap:1rem}
.grid-2{grid-template-columns:repeat(2,minmax(0,1fr))}
.grid-3{grid-template-columns:repeat(3,minmax(0,1fr))}
.grid > *, .offers > * {min-width:0}

/* CONTACTS */
.person{display:flex;gap:1rem;align-items:center}
.avatar {
  width: 64px;
  height: 64px;
  border-radius: 50%;
  overflow: hidden;
  background: var(--green-100);
  border: 1px solid #dfe7df;
  flex-shrink: 0;

  display: flex;
  align-items: center;
  justify-content: center;
}

.avatar img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.meta .role{font-weight:700}
.meta .name{color:#384638}
.meta .contact{color:var(--muted);font-size:.95rem}

/* OFFERS */
.offers{display:grid;gap:1rem}
.offers.grid-3{grid-template-columns:repeat(3,minmax(0,1fr))}
.offer{display:grid;gap:.6rem;align-content:start}
.offer .icon{height:52px;width:52px;border-radius:14px;background:var(--green-100);border:1px solid #dfe7df;display:grid;place-items:center}
.offer h3{margin:.2rem 0;color:var(--green-600)}
.muted{color:var(--muted)}

/* MEDIA blocks for images */
.media{position:relative;width:100%;aspect-ratio:16/9;border-radius:14px;overflow:hidden;border:1px solid #dfe7df;background:#f4f6f4;box-shadow:0 6px 18px rgba(0,0,0,.04)}
.media img{width:100%;height:100%;object-fit:cover;display:block}

/* CHIPS */
.chips{display:flex;flex-wrap:wrap;gap:.5rem}
.chip{background:var(--green-100);border:1px solid #dfe7df;color:var(--green-600);padding:.35rem .6rem;border-radius:999px;font-weight:600;font-size:.92rem}

/* BUTTON */
.btn{display:inline-block;background:var(--green-600);color:#fff;padding:.55rem .9rem;border-radius:12px;font-weight:600}
.btn:hover{background:#245224}

/* FOOTER */
.footer{border-top:1px solid #e6e6e6;padding:1.2rem 0;font-size:.95rem;color:#5a655a}
.footer-inner{display:flex;align-items:center;justify-content:space-between;gap:1rem;flex-wrap:wrap}
.footer img{height:28px}

@media (max-width: 640px){
  .footer-inner{flex-direction:column;align-items:center;text-align:center;gap:.5rem;}}
@media(max-width:900px){
  .hero-card{grid-template-columns:1fr;padding:1.4rem}
  .grid-2{grid-template-columns:1fr}
  .grid-3,.offers.grid-3{grid-template-columns:1fr 1fr}}
@media(max-width:600px){
  .grid-3,
  .offers.grid-3{grid-template-columns:1fr}}

/* Motion-Reduce */
@media (prefers-reduced-motion: reduce){
  .header{transition:none}
}