@import url('https://fonts.googleapis.com/css2?family=Cormorant+Garamond:wght@500;600;700&family=Inter:wght@400;500;600;700&display=swap');

:root{
  --bg:#f5f2ee;
  --bg-dark:#181513;
  --text:#2b241f;
  --muted:#8b7767;
  --line:rgba(43,36,31,0.14);
  --green:#007f69;
  --pink:#c06297;
  --white:#ffffff;
  --footer-dark:#12100f;
  --max:1240px;
}

*{
  box-sizing:border-box;
  margin:0;
  padding:0;
}

html{
  scroll-behavior:smooth;
}

body{
  font-family:"Inter",sans-serif;
  background:var(--bg);
  color:var(--text);
  line-height:1.65;
}

a{
  text-decoration:none;
  color:inherit;
}

img{
  max-width:100%;
  display:block;
}

.container{
  width:min(100% - 40px, var(--max));
  margin:0 auto;
}

.section{
  padding:88px 0;
}

.eyebrow{
  font-size:0.92rem;
  letter-spacing:0.28em;
  text-transform:uppercase;
  color:var(--muted);
  margin-bottom:18px;
}

h1,h2,h3{
  font-family:"Cormorant Garamond",serif;
  font-weight:600;
  letter-spacing:-0.02em;
  line-height:0.98;
  color:#1d1713;
}

h1{
  font-size:clamp(3.3rem, 8vw, 6.4rem);
  color:#fff7f0;
  margin-bottom:28px;
  line-height:1.1;
}

h2{
  font-size:clamp(2.5rem, 5vw, 4.1rem);
  margin-bottom:22px;
}

h3{
  font-size:clamp(1.7rem, 3vw, 2.25rem);
  margin-bottom:10px;
}

p{
  font-size:1.08rem;
  color:#775f4f;
}

.accent-green{ color:var(--green); }
.accent-pink{ color:var(--pink); }

/* OPTIMIERTER FARBVERLAUF FÜR WIRKUNG */
.text-gradient{
  background: linear-gradient(90deg,
    #007f69 0%,
    #15907b 20%,
    #4a8b92 48%,
    #8b7da1 72%,
    #c06297 100%);
  -webkit-background-clip:text;
  background-clip:text;
  color:transparent;
  -webkit-text-fill-color:transparent;
  display:inline;
  padding-bottom:0.08em;
  filter:saturate(1.06);
}

/* NAV */
.main-nav{
  background:var(--bg-dark);
  padding:22px 0;
  border-bottom:1px solid rgba(255,255,255,0.05);
}

.nav-inner{
  display:flex;
  justify-content:space-between;
  align-items:center;
  gap:24px;
}

.nav-logo{
  color:#baa38f;
  font-size:0.92rem;
  letter-spacing:0.28em;
  text-transform:uppercase;
  white-space:nowrap;
}

.nav-links{
  list-style:none;
  display:flex;
  gap:28px;
  flex-wrap:wrap;
  justify-content:flex-end;
}

.nav-links a{
  color:#f1e9e1;
  font-size:0.96rem;
  font-weight:500;
  transition:color .2s ease;
}

.nav-links a:hover{
  color:#d6c3b5;
}

/* HERO */
.hero{
  background:var(--bg-dark);
  padding:62px 0 94px;
}

.hero-inner{
  max-width:1060px;
}

.hero-sub{
  max-width:880px;
  font-size:clamp(1.25rem, 2.3vw, 1.85rem);
  line-height:1.35;
  color:#dfd1c4;
  margin-bottom:18px;
}

.hero-text{
  max-width:820px;
  font-size:1.24rem;
  color:#d4c4b8;
  margin-bottom:34px;
}

/* BUTTON */
.button{
  display:inline-flex;
  align-items:center;
  justify-content:center;
  min-width:255px;
  padding:15px 24px;
  background:var(--green);
  color:#fff;
  font-size:0.94rem;
  font-weight:700;
  text-transform:uppercase;
  letter-spacing:.04em;
  transition:.25s ease;
  border:none;
}

.button:hover{
  background:#006a57;
}

/* ABOUT */
.about-grid{
  display:grid;
  grid-template-columns:0.9fr 1.1fr;
  gap:54px;
  align-items:start;
}

.about-copy p{
  margin-bottom:24px;
}

/* SERVICES */
.services-head{
  margin-bottom:42px;
  max-width:900px;
}

.services-grid{
  display:grid;
  grid-template-columns:repeat(2, minmax(0, 1fr));
  gap:0 46px;
}

.service{
  border-top:1px solid var(--line);
  padding:28px 0 34px;
}

.service p{
  max-width:560px;
}

/* WHY */
.why-grid{
  display:grid;
  grid-template-columns:repeat(3, minmax(0, 1fr));
  gap:34px;
  margin-top:50px;
}

.why-card{
  padding-right:20px;
}

.why-icon{
  width:52px;
  height:52px;
  border-radius:50%;
  display:grid;
  place-items:center;
  color:var(--green);
  margin-bottom:20px;
}

.why-icon svg{
  width:24px;
  height:24px;
  stroke:currentColor;
  fill:none;
  stroke-width:1.8;
  stroke-linecap:round;
  stroke-linejoin:round;
}

/* FOCUS */
.section--focus{
  padding-bottom:110px; /* SPACING-FIX VOR CTA */
}

.focus-intro{
  max-width:860px;
  margin-bottom:50px;
}

.focus-grid{
  display:grid;
  grid-template-columns:repeat(4, minmax(0, 1fr));
  gap:26px;
  text-align:center;
  margin-bottom:20px;
}

.focus-item{
  padding:18px 10px;
}

.focus-circle{
  width:58px;
  height:58px;
  margin:0 auto 18px;
  border-radius:50%;
  border:1px solid rgba(43,36,31,0.14);
  display:grid;
  place-items:center;
  color:#201915;
}

.focus-circle svg{
  width:24px;
  height:24px;
  stroke:currentColor;
  fill:none;
  stroke-width:1.6;
  stroke-linecap:round;
  stroke-linejoin:round;
}

.focus-item h3{
  font-family:"Inter",sans-serif;
  font-size:1.15rem;
  font-weight:600;
  line-height:1.25;
  margin-bottom:0;
}

/* CTA */
.contact-cta{
  background:var(--bg-dark);
  text-align:center;
  padding:92px 0 96px; /* etwas mehr Luft oben */
}

.contact-cta .eyebrow{
  color:#baa38f;
}

.contact-cta h2{
  color:#fff6ef;
  margin-bottom:18px;
}

.contact-cta p{
  color:#d9c9bc;
  max-width:820px;
  margin:0 auto 30px;
  font-size:1.18rem;
}

/* FOOTER */
footer{
  background:var(--footer-dark);
  color:#d8c7b9;
  padding:46px 0 26px;
  border-top:1px solid rgba(255,255,255,0.05);
}

.footer-grid{
  display:grid;
  grid-template-columns:1.15fr 0.95fr 0.9fr;
  gap:34px;
  align-items:start;
}

.footer-grid h3{
  font-family:"Inter",sans-serif;
  font-size:1rem;
  font-weight:700;
  line-height:1.35;
  color:#fff;
  margin-bottom:14px;
}

.footer-grid p,
.footer-grid li,
.footer-grid a{
  font-size:0.98rem;
  color:#d8c7b9;
}

.footer-grid ul{
  list-style:none;
}

.footer-grid li{
  margin-bottom:10px;
}

.footer-bottom{
  border-top:1px solid rgba(255,255,255,0.08);
  margin-top:34px;
  padding-top:20px;
  text-align:center;
  color:#baa38f;
  font-size:0.92rem;
}

.tagline{
  display:block;
  margin-top:8px;
  color:#eaded3;
}

/* RESPONSIVE */
@media (max-width: 980px){
  .about-grid,
  .services-grid,
  .why-grid,
  .focus-grid,
  .footer-grid{
    grid-template-columns:1fr;
  }

  .why-card{
    padding-right:0;
  }

  .section--focus{
    padding-bottom:88px;
  }
}

@media (max-width: 640px){
  .section{
    padding:68px 0;
  }

  .hero{
    padding:54px 0 76px;
  }

  .nav-inner{
    flex-direction:column;
    align-items:flex-start;
  }

  .nav-links{
    gap:16px;
  }

  .button{
    width:100%;
    min-width:0;
  }

  .contact-cta{
    padding:76px 0 84px;
  }
}