/* ============================================================
   WENDLER-CMYK.CSS
   Farb-Theme: Grün + Orange
   Blumen, Gärtnerei, Hochzeit, GaLaBau
   ============================================================
   Wird NACH wendler.css geladen:
     <link rel="stylesheet" href="/theme/wendler.css">
     <link rel="stylesheet" href="/theme/wendler-cmyk.css">
   ============================================================ */

/* ── FARB-ÜBERSCHREIBUNGEN ──────────────────────────────────── */
nav { background: rgba(250,246,238,0.93); }
.nav-phone { color: var(--green); }
.section-tag { color: var(--green); }
.divider { background: var(--green); }
.popup-name { font-family: var(--font-display); font-weight: 800; }
.popup-tel a { color: var(--green); }
.popup-route { color: var(--green); }
.standort-row svg { stroke: var(--green-dark); }
.standort-phone:hover { color: var(--green); }

/* ── HERO ─────────────────────────────────────────────────────── */
.hero {
  position: relative; min-height: 90vh;
  display: flex; align-items: center;
  padding: 100px var(--pad) 80px;
  overflow: hidden;
  background: linear-gradient(160deg, #1a2e10 0%, #2d4a1a 40%, #1f3a14 100%);
  color: #fff;
}
.hero-bg {
  position: absolute; inset: 0; z-index: 0;
  background:
    radial-gradient(ellipse at 70% 50%, rgba(136,189,31,0.15) 0%, transparent 60%),
    radial-gradient(ellipse at 10% 80%, rgba(243,143,0,0.1) 0%, transparent 50%);
}
.hero-content {
  position: relative; z-index: 1;
  max-width: 680px; width: 100%;
  text-align: center; margin: 0 auto;
}
.hero-icon {
  width: 120px; height: auto;
  margin: 0 auto 32px; display: block;
  opacity: 0; animation: fadeUp 1.4s ease forwards 0.2s;
}
.hero-badge {
  display: inline-flex; align-items: center;
  padding: 7px 18px; border-radius: 999px;
  background: rgba(255,255,255,0.12);
  border: 1px solid rgba(255,255,255,0.25);
  font-size: 12px; font-weight: 700; letter-spacing: 0.14em;
  text-transform: uppercase; margin-bottom: 28px;
  backdrop-filter: blur(6px);
  opacity: 0; animation: fadeUp 1s ease forwards 0.5s;
}
.hero h1 {
  font-family: var(--font-display); font-weight: 800;
  font-size: clamp(40px, 7vw, 80px);
  line-height: 1.02; letter-spacing: -0.01em;
  margin-bottom: 24px;
  opacity: 0; animation: fadeUp 1s ease forwards 0.7s;
}
.hero h1 em { font-style: normal; color: var(--green-200); }
.hero-sub {
  font-size: 18px; font-weight: 300; line-height: 1.65;
  color: rgba(255,255,255,0.85); margin-bottom: 40px;
  opacity: 0; animation: fadeUp 1s ease forwards 0.9s;
}
.hero-btns {
  display: flex; gap: 12px; flex-wrap: wrap; justify-content: center;
  opacity: 0; animation: fadeUp 1s ease forwards 1.1s;
}
.hero-scroll {
  position: absolute; bottom: 32px; left: 50%;
  transform: translateX(-50%);
  display: flex; flex-direction: column; align-items: center; gap: 8px;
  color: rgba(255,255,255,0.6); font-size: 11px; letter-spacing: 0.12em;
  text-transform: uppercase; font-weight: 700;
  opacity: 0; animation: fadeUp 1s ease forwards 1.5s;
}
.hero-scroll span {
  display: block; width: 1px; height: 40px;
  background: linear-gradient(to bottom, rgba(255,255,255,0.5), transparent);
  animation: pulse 2s ease-in-out infinite;
}

/* ── STATS ────────────────────────────────────────────────────── */
.stats {
  background: var(--ink); color: #fff;
  padding: 56px var(--pad);
}
.stats-inner {
  max-width: var(--max); margin: 0 auto;
  display: grid; grid-template-columns: repeat(4, 1fr);
  gap: 24px; text-align: center;
}
.stat-value {
  font-family: var(--font-display); font-weight: 800;
  font-size: clamp(32px, 4vw, 52px);
  color: var(--green-200); line-height: 1;
  margin-bottom: 8px;
}
.stat-label {
  font-size: 13px; font-weight: 500; letter-spacing: 0.08em;
  color: rgba(255,255,255,0.6); text-transform: uppercase;
}

/* ── SERVICES ─────────────────────────────────────────────────── */
.services { padding: 96px var(--pad); background: var(--bg); }
.services-inner { max-width: var(--max); margin: 0 auto; }
.services-head { margin-bottom: 48px; }
.services-head h2 {
  font-family: var(--font-display); font-weight: 800;
  font-size: clamp(32px, 4vw, 48px);
  line-height: 1.05; letter-spacing: -0.01em;
  margin-top: 12px;
}
.services-grid {
  display: grid; grid-template-columns: repeat(4, 1fr);
  gap: 16px;
}
.service-card {
  background: var(--white); border: 1px solid var(--border);
  border-radius: var(--radius); padding: 32px 24px;
  position: relative; overflow: hidden;
  transition: all var(--duration) var(--ease);
}
.service-card::before {
  content: '';
  position: absolute; top: 0; left: 0; right: 0; height: 3px;
  background: var(--green);
  transform: scaleX(0); transform-origin: left;
  transition: transform 0.4s ease;
}
.service-card:hover { box-shadow: var(--shadow); transform: translateY(-3px); }
.service-card:hover::before { transform: scaleX(1); }
.service-icon {
  width: 48px; height: 48px; border-radius: 10px;
  display: flex; align-items: center; justify-content: center;
  margin-bottom: 20px;
}
.service-icon svg {
  width: 24px; height: 24px; fill: none;
  stroke: #fff; stroke-width: 1.6;
  stroke-linecap: round; stroke-linejoin: round;
}
.service-card h3 {
  font-family: var(--font-display); font-weight: 800; font-size: 18px;
  margin: 8px 0; color: var(--ink);
}
.service-card p {
  font-size: 14px; color: var(--fg-muted);
  font-weight: 300; line-height: 1.6;
}

/* ── ABLAUF ─────────────────────────────────────────────────── */
.ablauf { padding: 96px 0; background: var(--bg-section); }
.ablauf-inner {
  max-width: var(--max); margin: 0 auto;
  padding: 0 var(--pad); text-align: center;
}
.ablauf-head { margin-bottom: 48px; }
.ablauf-head h2 {
  font-family: var(--font-display); font-weight: 800;
  font-size: clamp(32px, 4vw, 48px);
  line-height: 1.05; letter-spacing: -0.01em;
  margin-top: 12px;
}
.ablauf-head h2 em { font-style: normal; color: var(--green); }
.ablauf-grid {
  display: grid; grid-template-columns: repeat(3, 1fr);
  gap: 40px; margin-top: 56px; position: relative;
}
.ablauf-grid::before {
  content: '';
  position: absolute; top: 36px; left: 16%; right: 16%;
  height: 1px; background: var(--border);
}
.ablauf-step { position: relative; }
.step-num {
  width: 72px; height: 72px; border-radius: 50%;
  background: var(--white); border: 1px solid var(--border);
  display: flex; align-items: center; justify-content: center;
  margin: 0 auto 24px; position: relative; z-index: 1;
  font-family: var(--font-display); font-weight: 800; font-size: 28px;
  color: var(--green);
  transition: all var(--duration);
}
.ablauf-step:hover .step-num {
  background: var(--green); color: #fff;
  border-color: var(--green);
}
.ablauf-step h3 {
  font-family: var(--font-display); font-weight: 800; font-size: 18px;
  color: var(--ink); margin-bottom: 8px;
}
.ablauf-step p {
  font-size: 15px; color: var(--fg-muted); font-weight: 300;
}

/* ── STANDORTE ────────────────────────────────────────────────── */
.standorte { padding: 96px var(--pad); background: var(--bg-section); }
.standorte-inner { max-width: var(--max); margin: 0 auto; }
.standorte-head { max-width: 620px; margin-bottom: 48px; }
.standorte-head h2 {
  font-family: var(--font-display); font-weight: 800;
  font-size: clamp(32px, 4vw, 48px);
  line-height: 1.05; letter-spacing: -0.01em;
  margin-top: 12px;
}
.standorte-head h2 em { font-style: normal; color: var(--green); }
.standorte-head p {
  margin-top: 14px; font-size: 18px; font-weight: 300;
  color: var(--fg-muted); line-height: 1.65;
}
.standorte-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 20px; }
.standort-card {
  background: var(--white); border: 1px solid var(--border);
  border-radius: var(--radius); padding: 32px;
  box-shadow: var(--shadow-sm);
  position: relative; overflow: hidden;
  transition: all var(--duration) var(--ease);
}
.standort-card::before {
  content: '';
  position: absolute; top: 0; left: 0; right: 0; height: 3px;
  background: var(--green);
  transform: scaleX(0); transform-origin: left;
  transition: transform 0.4s ease;
}
.standort-card:hover { box-shadow: var(--shadow); transform: translateY(-3px); }
.standort-card:hover::before { transform: scaleX(1); }
.standort-top {
  display: flex; justify-content: space-between; align-items: flex-start;
  margin-bottom: 24px; padding-bottom: 24px;
  border-bottom: 1px dashed var(--border);
}
.standort-city {
  font-family: var(--font-display); font-weight: 800; font-size: 34px;
  letter-spacing: -0.01em; color: var(--ink); margin-top: 4px;
}
.standort-tag {
  font-size: 11px; font-weight: 700; letter-spacing: 0.12em;
  text-transform: uppercase; padding: 5px 12px; border-radius: 999px;
  background: var(--green-100); color: var(--green-dark);
}
.standort-rows { display: flex; flex-direction: column; gap: 18px; }
.standort-footer {
  display: flex; gap: 10px; margin-top: 24px; padding-top: 20px;
  border-top: 1px dashed var(--border);
}
.standort-footer .btn { flex: 1; justify-content: center; font-size: 14px; }

/* ── HERITAGE ─────────────────────────────────────────────────── */
.heritage { padding: 96px var(--pad); background: var(--bg); }
.heritage-inner {
  max-width: var(--max); margin: 0 auto;
  display: grid; grid-template-columns: 1.1fr 1fr;
  gap: 80px; align-items: center;
}
.heritage-left .eyebrow { margin-bottom: 16px; }
.heritage-left h2 {
  font-family: var(--font-display); font-weight: 800;
  font-size: clamp(32px, 4vw, 48px);
  line-height: 1.05; letter-spacing: -0.01em;
  margin-bottom: 24px;
}
.heritage-left h2 em { font-style: normal; color: var(--green); }
.heritage-left p {
  font-size: 16px; font-weight: 300; line-height: 1.75;
  color: var(--fg-muted); margin-bottom: 16px;
}
.heritage-right { position: relative; }
.heritage-logo-wrap {
  background: var(--green-100); border-radius: var(--radius);
  padding: 48px; display: flex;
  align-items: center; justify-content: center;
}
.heritage-logo-wrap svg { width: 100%; max-width: 260px; height: auto; }

/* ── KONTAKT-BANNER ──────────────────────────────────────────── */
.contact-banner { background: var(--orange); color: #fff; padding: 96px var(--pad); }
.contact-inner {
  max-width: var(--max); margin: 0 auto;
  display: grid; grid-template-columns: 1.2fr 1fr;
  gap: 64px; align-items: center;
}
.contact-inner .eyebrow { color: rgba(255,255,255,0.7); margin-bottom: 16px; }
.contact-inner h2 {
  font-family: var(--font-display); font-weight: 800;
  font-size: clamp(32px, 4vw, 52px);
  line-height: 1.05; letter-spacing: -0.01em;
  margin-bottom: 16px;
}
.contact-inner p {
  font-size: 18px; font-weight: 300;
  color: rgba(255,255,255,0.88); line-height: 1.6;
}
.contact-cards { display: flex; flex-direction: column; gap: 12px; }
.contact-card {
  display: flex; flex-direction: column;
  padding: 20px 24px; border-radius: var(--radius-sm);
  background: rgba(0,0,0,0.15); border: 1px solid rgba(255,255,255,0.18);
  color: #fff; text-decoration: none;
  transition: background var(--duration);
}
.contact-card:hover { background: rgba(0,0,0,0.25); }
.contact-card-label {
  font-size: 11px; font-weight: 700; letter-spacing: 0.14em;
  text-transform: uppercase; opacity: 0.7; margin-bottom: 6px;
}
.contact-card-value {
  font-family: var(--font-display); font-weight: 800; font-size: 24px;
  letter-spacing: -0.01em;
}

/* ── TESTIMONIALS ───────────────────────────────────────────── */
.testimonials { padding: 96px 0; background: var(--bg-section); }
.testimonials-inner { max-width: var(--max); margin: 0 auto; padding: 0 var(--pad); }
.testimonials-head { margin-bottom: 48px; }
.testimonials-head h2 {
  font-family: var(--font-display); font-weight: 800;
  font-size: clamp(32px, 4vw, 48px);
  line-height: 1.05; letter-spacing: -0.01em;
  margin-top: 12px;
}
.testimonials-head h2 em { font-style: normal; color: var(--green); }
.testimonials-grid {
  display: grid; grid-template-columns: repeat(3, 1fr);
  gap: 20px; margin-top: 48px;
}
.testimonial {
  background: var(--white); border: 1px solid var(--border);
  border-radius: var(--radius); padding: 32px 28px;
  position: relative;
}
.testimonial-quote {
  font-family: var(--font-display); font-weight: 800; font-size: 56px;
  color: var(--border); line-height: 1;
  position: absolute; top: 16px; right: 20px;
}
.stars { color: var(--orange); font-size: 13px; letter-spacing: 2px; margin-bottom: 16px; }
.testimonial p {
  font-style: italic; color: var(--fg-muted);
  font-size: 15px; line-height: 1.7; font-weight: 300;
  margin-bottom: 20px;
}
.testimonial-author { font-weight: 600; font-size: 14px; color: var(--ink); }

/* ── EINZUGSGEBIET ──────────────────────────────────────────── */
.einzugsgebiet { padding: 80px 0; background: var(--bg); }
.einzugsgebiet-inner { max-width: var(--max); margin: 0 auto; padding: 0 var(--pad); }
.einzugsgebiet-head { margin-bottom: 28px; }
.einzugsgebiet-head h2 {
  font-family: var(--font-display); font-weight: 800;
  font-size: clamp(32px, 4vw, 48px);
  line-height: 1.05; letter-spacing: -0.01em;
  margin-top: 12px;
}
.einzugsgebiet-head h2 em { font-style: normal; color: var(--green); }
.orte-grid {
  display: flex; flex-wrap: wrap; gap: 12px; margin-top: 28px;
}
.ort-tag {
  padding: 10px 20px; background: var(--white);
  border: 1px solid var(--border); border-radius: var(--radius-sm);
  font-size: 15px; color: var(--fg-muted);
  transition: all var(--duration);
}
.ort-tag:hover { border-color: var(--green); color: var(--green); }

/* ── CMYK RESPONSIVE ─────────────────────────────────────────── */
@media (max-width: 860px) {
  .stats-inner { grid-template-columns: repeat(2, 1fr); }
  .services-grid { grid-template-columns: repeat(2, 1fr); }
  .standorte-grid { grid-template-columns: 1fr; }
  .heritage-inner { grid-template-columns: 1fr; gap: 40px; }
  .contact-inner { grid-template-columns: 1fr; gap: 40px; }
  .testimonials-grid { grid-template-columns: 1fr; }
  .heritage-logo-wrap { padding: 32px; }
  .heritage-logo-wrap svg { max-width: 200px; }
  .ablauf-grid { grid-template-columns: 1fr; }
  .ablauf-grid::before { display: none; }
}
@media (max-width: 600px) {
  .hero { min-height: 80vh; padding: 80px var(--pad) 60px; }
  .hero-icon { width: 80px; }
  .hero h1 { font-size: 36px; }
  .hero-btns { flex-direction: column; align-items: stretch; }
  .btn { width: 100%; justify-content: center; }
  .stats { padding: 40px var(--pad); }
  .stats-inner { grid-template-columns: repeat(2, 1fr); gap: 16px; }
  .stat-value { font-size: 28px; }
  .services { padding: 64px var(--pad); }
  .services-grid { grid-template-columns: 1fr 1fr; gap: 12px; }
  .service-card { padding: 24px 16px; }
  .standorte { padding: 64px var(--pad); }
  .standort-card { padding: 24px 20px; }
  .standort-city { font-size: 26px; }
  .heritage { padding: 64px var(--pad); }
  .contact-banner { padding: 64px var(--pad); }
  .ablauf { padding: 64px 0; }
}
@media (max-width: 380px) {
  .services-grid { grid-template-columns: 1fr; }
  .hero h1 { font-size: 30px; }
}
