/* ============================================================
   KLIMEK GARTEN- UND LANDSCHAFTSBAU GESTALTUNG e.K.
   style.css — nach cremilde.ch-Standard
   Stand: April 2026
   ============================================================ */

/* 1. FONT-FACE DECLARATIONS */
@font-face {
  font-family: 'Cormorant Garamond';
  src: url('../fonts/cormorant-300.woff2') format('woff2');
  font-weight: 300; font-style: normal; font-display: swap;
}
@font-face {
  font-family: 'Cormorant Garamond';
  src: url('../fonts/cormorant-400.woff2') format('woff2');
  font-weight: 400; font-style: normal; font-display: swap;
}
@font-face {
  font-family: 'Cormorant Garamond';
  src: url('../fonts/cormorant-400-italic.woff2') format('woff2');
  font-weight: 400; font-style: italic; font-display: swap;
}
@font-face {
  font-family: 'Cormorant Garamond';
  src: url('../fonts/cormorant-500.woff2') format('woff2');
  font-weight: 500; font-style: normal; font-display: swap;
}
@font-face {
  font-family: 'Cormorant Garamond';
  src: url('../fonts/cormorant-600.woff2') format('woff2');
  font-weight: 600; font-style: normal; font-display: swap;
}
@font-face {
  font-family: 'Inter';
  src: url('../fonts/inter-300.woff2') format('woff2');
  font-weight: 300; font-style: normal; font-display: swap;
}
@font-face {
  font-family: 'Inter';
  src: url('../fonts/inter-400.woff2') format('woff2');
  font-weight: 400; font-style: normal; font-display: swap;
}
@font-face {
  font-family: 'Inter';
  src: url('../fonts/inter-500.woff2') format('woff2');
  font-weight: 500; font-style: normal; font-display: swap;
}
@font-face {
  font-family: 'Inter';
  src: url('../fonts/inter-600.woff2') format('woff2');
  font-weight: 600; font-style: normal; font-display: swap;
}

/* 2. CSS CUSTOM PROPERTIES */
:root {
  --white:        #FFFFFF;
  --off-white:    #FAFAF8;
  --stone:        #F0EDE6;
  --stone-deep:   #E0D9CE;

  --ink:          #1A1A1A;
  --ink-soft:     #3A3A38;
  --ink-muted:    #6A6860;

  --line:         rgba(26,26,26,0.08);
  --line-strong:  rgba(26,26,26,0.15);

  --green:        #3A6E28;
  --green-deep:   #244818;
  --green-light:  #6AAD50;
  --green-pale:   #EBF4E6;

  --earth:        #8B6F4E;
  --earth-deep:   #5C4430;

  --whatsapp:     #25D366;
  --whatsapp-dark:#128C7E;

  --cta:          #3A6E28;
  --cta-hover:    #244818;

  --header-h:     72px;
  --max-w:        1160px;
  --gap:          clamp(1.5rem, 4vw, 3rem);
}

/* 3. RESET + BASE */
*, *::before, *::after { box-sizing: border-box; margin: 0; padding: 0; }
a { color: inherit; text-decoration: none; }
img { display: block; max-width: 100%; height: auto; }

html {
  scroll-behavior: smooth;
  font-size: 16px;
  -webkit-text-size-adjust: 100%;
}

body {
  font-family: 'Inter', sans-serif;
  font-weight: 400;
  line-height: 1.7;
  color: var(--ink);
  background: var(--off-white);
  overflow-x: hidden;
}

h1, h2, h3, h4 {
  font-family: 'Cormorant Garamond', Georgia, serif;
  font-weight: 400;
  letter-spacing: -0.01em;
  line-height: 1.1;
}

/* 4. TYPOGRAPHY CLASSES */
.label {
  font-family: 'Inter', sans-serif;
  font-size: 0.7rem;
  font-weight: 600;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  color: var(--ink-muted);
}

.serif-italic {
  font-family: 'Cormorant Garamond', serif;
  font-style: italic;
  font-weight: 400;
}

/* 5. SKIP LINK */
.skip-link {
  position: absolute;
  top: -100%;
  left: 1rem;
  background: var(--green);
  color: #fff;
  padding: 0.5rem 1rem;
  border-radius: 0 0 4px 4px;
  font-size: 0.875rem;
  z-index: 9999;
}
.skip-link:focus { top: 0; }

/* 6. SCROLL PROGRESS */
.scroll-progress {
  position: fixed;
  top: 0; left: 0;
  width: 0%;
  height: 2px;
  background: var(--green);
  z-index: 1000;
  transition: width 0.1s linear;
}

/* 7. HEADER + NAV */
.site-header {
  position: sticky;
  top: 0;
  z-index: 100;
  background: rgba(250,250,248,0.96);
  backdrop-filter: blur(8px);
  -webkit-backdrop-filter: blur(8px);
  border-bottom: 1px solid var(--line);
  height: var(--header-h);
}

.nav-inner {
  max-width: var(--max-w);
  margin: 0 auto;
  padding: 0 var(--gap);
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 2rem;
}

.nav-logo {
  display: flex;
  align-items: center;
  gap: 0.75rem;
  flex-shrink: 0;
}

.nav-logo img {
  height: 44px;
  width: auto;
}

.nav-links {
  display: flex;
  align-items: center;
  gap: 2.5rem;
  list-style: none;
}

.nav-links a {
  font-size: 0.8rem;
  font-weight: 500;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  color: var(--ink-soft);
  transition: color 0.2s;
}
.nav-links a:hover { color: var(--green); }

.nav-cta {
  display: inline-flex;
  align-items: center;
  gap: 0.4rem;
  font-size: 0.8rem;
  font-weight: 600;
  letter-spacing: 0.06em;
  text-transform: uppercase;
  color: #fff;
  background: var(--cta);
  padding: 0.7rem 1.25rem;          /* +3px Höhe */
  border-radius: 2px;
  transition: background 0.2s;
  white-space: nowrap;
  min-height: 40px;                 /* im Header kompakter als 44 */
}
.nav-cta:hover { background: var(--cta-hover); }

/* Mobile Hamburger */
.nav-toggle {
  display: none;
  background: none;
  border: none;
  cursor: pointer;
  padding: 0.5rem;
  color: var(--ink);
  min-width: 44px;                  /* WCAG Touch-Target */
  min-height: 44px;
  align-items: center;
  justify-content: center;
}
.hamburger { display: block; width: 22px; height: 2px; background: currentColor; position: relative; }
.hamburger::before, .hamburger::after {
  content: '';
  position: absolute;
  width: 100%; height: 100%;
  background: currentColor;
  transition: transform 0.25s;
}
.hamburger::before { top: -7px; }
.hamburger::after  { top: 7px; }
.nav-open .hamburger { background: transparent; }
.nav-open .hamburger::before { transform: rotate(45deg) translate(5px, 5px); }
.nav-open .hamburger::after  { transform: rotate(-45deg) translate(5px, -5px); }

/* Mobile Menu */
.mobile-menu {
  display: none;
  position: fixed;
  inset: var(--header-h) 0 0 0;
  background: var(--off-white);
  padding: 2rem var(--gap);
  z-index: 99;
  flex-direction: column;
  gap: 1.5rem;
  overflow-y: auto;
}
.mobile-menu.is-open { display: flex; }
.mobile-menu a {
  font-size: 1.1rem;
  font-weight: 500;
  color: var(--ink);
  padding: 0.75rem 0;
  border-bottom: 1px solid var(--line);
}
.mobile-menu .nav-cta { border-bottom: none; justify-content: center; margin-top: 1rem; }

/* 8. HERO */
.hero {
  position: relative;
  min-height: 72vh;
  display: grid;
  grid-template-columns: 1.05fr 0.95fr;
  align-items: center;
  overflow: hidden;
}

.hero-content {
  padding: clamp(2.5rem, 6vw, 4.5rem) var(--gap) clamp(2.5rem, 6vw, 4.5rem) clamp(2rem, 6vw, 8rem);
  position: relative;
  z-index: 2;
}

.hero-overline {
  display: inline-flex;
  align-items: center;
  gap: 0.75rem;
  margin-bottom: 1.5rem;
}
.hero-overline::before {
  content: '';
  display: block;
  width: 2rem;
  height: 1px;
  background: var(--green);
}

.hero h1 {
  font-size: clamp(2.4rem, 8vw, 5.5rem);
  line-height: 1.05;
  margin-bottom: 1.5rem;
  color: var(--ink);
}
.hero h1 em {
  font-style: italic;
  color: var(--green);
}

.hero-sub {
  font-size: 1.05rem;
  color: var(--ink-soft);
  max-width: 440px;
  margin-bottom: 2.5rem;
  line-height: 1.75;
}

.hero-actions {
  display: flex;
  gap: 1rem;
  flex-wrap: wrap;
}

.btn-primary {
  display: inline-flex;
  align-items: center;
  gap: 0.5rem;
  font-size: 0.8rem;
  font-weight: 600;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  color: #fff;
  background: var(--cta);
  padding: 0.95rem 1.75rem;         /* +2px Höhe */
  border-radius: 2px;
  transition: background 0.2s;
  min-height: 44px;                 /* WCAG Touch-Target */
}
.btn-primary:hover { background: var(--cta-hover); }

.btn-secondary {
  display: inline-flex;
  align-items: center;
  gap: 0.5rem;
  font-size: 0.8rem;
  font-weight: 600;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  color: var(--ink);
  border: 1px solid var(--line-strong);
  padding: 0.95rem 1.75rem;         /* +2px Höhe */
  border-radius: 2px;
  transition: border-color 0.2s, color 0.2s;
  min-height: 44px;                 /* WCAG Touch-Target */
}
.btn-secondary:hover { border-color: var(--green); color: var(--green); }

.hero-image {
  position: relative;
  height: 100%;
  min-height: 620px;
}
.hero-image picture,
.hero-image img {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center 65%;
}

/* Hero Stats */
.hero-stats {
  display: flex;
  gap: 2.5rem;
  margin-top: 3rem;
  padding-top: 2rem;
  border-top: 1px solid var(--line);
}
.stat-item { display: flex; flex-direction: column; gap: 0.2rem; }
.stat-num {
  font-family: 'Cormorant Garamond', serif;
  font-size: 2rem;
  line-height: 1;
  color: var(--green);
}
.stat-label { font-size: 0.72rem; color: var(--ink-muted); letter-spacing: 0.04em; }

/* 9. SECTION BASE */
section { padding: clamp(4rem, 10vw, 8rem) var(--gap); }

.section-inner {
  max-width: var(--max-w);
  margin: 0 auto;
}

.section-header {
  margin-bottom: clamp(2.5rem, 6vw, 4.5rem);
}

.section-header h2 {
  font-size: clamp(2.2rem, 5vw, 3.8rem);
  margin-top: 0.5rem;
}

/* 10. STATEMENT SECTION */
.statement-section {
  background: var(--ink);
  color: var(--off-white);
  padding: clamp(4rem, 10vw, 8rem) var(--gap);
}

.statement-inner {
  max-width: var(--max-w);
  margin: 0 auto;
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: clamp(3rem, 6vw, 6rem);
  align-items: center;
}

.statement-image {
  position: relative;
  border-radius: 2px;
  overflow: hidden;
}
.statement-image img {
  width: 100%;
  height: 420px;
  object-fit: cover;
}

.statement-content { padding: 1rem 0; }

.statement-content .label { color: var(--green-light); }

.statement-quote {
  font-family: 'Cormorant Garamond', serif;
  font-size: clamp(1.8rem, 3.5vw, 2.8rem);
  line-height: 1.25;
  margin: 1.5rem 0;
  font-weight: 400;
  color: var(--off-white);
}

.statement-pillars {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 1.5rem;
  margin-top: 2rem;
}
.pillar {
  border-top: 1px solid rgba(255,255,255,0.15);
  padding-top: 1rem;
}
.pillar h4 {
  font-family: 'Inter', sans-serif;
  font-size: 0.8rem;
  font-weight: 600;
  letter-spacing: 0.06em;
  text-transform: uppercase;
  color: var(--green-light);
  margin-bottom: 0.3rem;
}
.pillar p { font-size: 0.85rem; color: rgba(255,255,255,0.6); line-height: 1.5; }

/* 11. LEISTUNGEN */
.leistungen-section { background: var(--off-white); }

.leistungen-grid {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(280px, 1fr));
  gap: 1.5px;
  margin-top: 3rem;
  border: 1.5px solid var(--line-strong);
}

.leistung-card {
  background: var(--white);
  padding: 2rem;
  display: flex;
  flex-direction: column;
  gap: 0.75rem;
  transition: background 0.2s;
  position: relative;
  overflow: hidden;
}
.leistung-card:hover { background: var(--green-pale); }

.leistung-num {
  font-family: 'Cormorant Garamond', serif;
  font-size: 2.5rem;
  color: var(--line-strong);
  line-height: 1;
  font-weight: 300;
}

.leistung-card h3 {
  font-size: 1.3rem;
  color: var(--ink);
}

.leistung-card p {
  font-size: 0.875rem;
  color: var(--ink-muted);
  line-height: 1.6;
  flex: 1;
}

.leistung-link {
  display: inline-flex;
  align-items: center;
  gap: 0.4rem;
  font-size: 0.75rem;
  font-weight: 600;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  color: var(--green);
  margin-top: 0.5rem;
  transition: gap 0.2s;
}
.leistung-link:hover { gap: 0.7rem; }

/* 12. PROJEKTE GALERIE */
.projekte-section { background: var(--stone); }

.projekte-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  grid-auto-rows: 280px;
  gap: 0.75rem;
  margin-top: 3rem;
}

.projekt-item {
  position: relative;
  overflow: hidden;
  border-radius: 2px;
}
.projekt-item.featured {
  grid-column: span 2;
  grid-row: span 2;
}

.projekt-item img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.6s ease;
}
.projekt-item:hover img { transform: scale(1.04); }

.projekt-overlay {
  position: absolute;
  inset: 0;
  background: linear-gradient(to top, rgba(0,0,0,0.6) 0%, transparent 60%);
  display: flex;
  align-items: flex-end;
  padding: 1.25rem;
  opacity: 0;
  transition: opacity 0.3s;
}
.projekt-item:hover .projekt-overlay { opacity: 1; }
.projekt-label {
  font-size: 0.75rem;
  font-weight: 600;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  color: #fff;
}

/* 13. PROZESS */
.prozess-section { background: var(--white); }

.prozess-steps {
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  gap: 1rem;
  margin-top: 3rem;
  counter-reset: steps;
}

.prozess-step {
  display: flex;
  flex-direction: column;
  gap: 1rem;
  padding: 1.75rem 1.25rem;
  border-top: 2px solid var(--line);
  position: relative;
  counter-increment: steps;
}
.prozess-step::before {
  content: counter(steps, decimal-leading-zero);
  font-family: 'Cormorant Garamond', serif;
  font-size: 2rem;
  color: var(--green-light);
  line-height: 1;
}
.prozess-step h4 {
  font-family: 'Inter', sans-serif;
  font-size: 0.85rem;
  font-weight: 600;
  color: var(--ink);
}
.prozess-step p { font-size: 0.82rem; color: var(--ink-muted); line-height: 1.6; }

/* 14. ÜBER UNS */
.ueber-section {
  background: var(--stone);
  display: grid;
  grid-template-columns: 1fr 1fr;
  min-height: 560px;
}

.ueber-image { position: relative; }
.ueber-image img {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.ueber-content {
  padding: clamp(3rem, 8vw, 6rem);
  display: flex;
  flex-direction: column;
  justify-content: center;
  gap: 1.5rem;
}

.ueber-content h2 { font-size: clamp(2rem, 4vw, 3.2rem); }
.ueber-content p { color: var(--ink-soft); line-height: 1.8; }

.ueber-facts {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 1.5rem;
  margin-top: 1rem;
}
.fact {
  border-left: 2px solid var(--green-light);
  padding-left: 1rem;
}
.fact strong {
  display: block;
  font-family: 'Cormorant Garamond', serif;
  font-size: 1.8rem;
  color: var(--green);
  line-height: 1;
}
.fact span { font-size: 0.8rem; color: var(--ink-muted); }

/* 15. FAQ */
.faq-section { background: var(--off-white); }

.faq-list { margin-top: 3rem; }

.faq-item {
  border-bottom: 1px solid var(--line);
}
.faq-question {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 1.5rem 0;
  cursor: pointer;
  font-weight: 500;
  font-size: 1rem;
  color: var(--ink);
  gap: 1rem;
}
.faq-icon {
  width: 20px;
  height: 20px;
  flex-shrink: 0;
  position: relative;
}
.faq-icon::before, .faq-icon::after {
  content: '';
  position: absolute;
  background: var(--green);
  transition: transform 0.25s;
}
.faq-icon::before { width: 100%; height: 1.5px; top: 50%; left: 0; transform: translateY(-50%); }
.faq-icon::after  { width: 1.5px; height: 100%; left: 50%; top: 0; transform: translateX(-50%); }
.faq-item.is-open .faq-icon::after { transform: translateX(-50%) rotate(90deg); }
.faq-answer {
  display: none;
  padding: 0 0 1.5rem;
  color: var(--ink-soft);
  line-height: 1.8;
  font-size: 0.95rem;
}
.faq-item.is-open .faq-answer { display: block; }

/* 16. KONTAKT */
.kontakt-section {
  background: linear-gradient(160deg, var(--stone) 0%, var(--off-white) 60%, var(--green-pale) 100%);
  position: relative;
  overflow: hidden;
}

.kontakt-section::before {
  content: '';
  position: absolute;
  top: -120px; right: -120px;
  width: 480px; height: 480px;
  background: radial-gradient(circle, rgba(74,106,63,0.07) 0%, transparent 70%);
  pointer-events: none;
}

.kontakt-inner {
  max-width: var(--max-w);
  margin: 0 auto;
  display: grid;
  grid-template-columns: 1fr 1.4fr;
  gap: clamp(3rem, 6vw, 6rem);
  align-items: start;
  position: relative;
  z-index: 1;
}

.kontakt-info { display: flex; flex-direction: column; gap: 2rem; }

.kontakt-info h2 { font-size: clamp(2rem, 4vw, 3rem); }
.kontakt-info p { color: var(--ink-soft); line-height: 1.8; }

.kontakt-details { display: flex; flex-direction: column; gap: 1rem; }

.kontakt-item {
  display: flex;
  align-items: center;
  gap: 0.875rem;
  font-size: 0.95rem;
  color: var(--ink-soft);
}
.kontakt-item svg { flex-shrink: 0; color: var(--green); }

.whatsapp-btn {
  display: inline-flex;
  align-items: center;
  gap: 0.6rem;
  background: var(--whatsapp);
  color: #fff;
  font-weight: 600;
  font-size: 0.9rem;
  padding: 0.85rem 1.5rem;
  border-radius: 8px;
  transition: background 0.2s, transform 0.2s, box-shadow 0.2s;
  margin-top: 0.5rem;
  width: fit-content;
  box-shadow: 0 4px 16px rgba(37,211,102,0.25);
}
.whatsapp-btn:hover {
  background: var(--whatsapp-dark);
  transform: translateY(-2px);
  box-shadow: 0 8px 24px rgba(37,211,102,0.35);
}

.einzugsgebiet {
  margin-top: 1.5rem;
  padding: 1.25rem;
  background: rgba(255,255,255,0.6);
  border-left: 3px solid var(--green);
  border-radius: 0 8px 8px 0;
  backdrop-filter: blur(4px);
}
.einzugsgebiet p { font-size: 0.85rem; color: var(--ink-soft); margin-top: 0.25rem; }

/* Formular-Karte */
.kontakt-form-card {
  background: rgba(255,255,255,0.92);
  backdrop-filter: blur(12px);
  border: 1px solid rgba(255,255,255,0.9);
  border-radius: 16px;
  padding: clamp(1.75rem, 4vw, 2.5rem);
  box-shadow: 0 8px 40px rgba(28,42,26,0.10), 0 2px 8px rgba(28,42,26,0.06);
}

.kontakt-form { display: flex; flex-direction: column; gap: 1.1rem; }

.form-row { display: grid; grid-template-columns: 1fr 1fr; gap: 1rem; }

.form-group { display: flex; flex-direction: column; gap: 0.35rem; }

.form-group label {
  font-size: 0.72rem;
  font-weight: 700;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  color: var(--ink-muted);
  transition: color 0.2s;
}

.form-group:focus-within label { color: var(--green-deep); }

.form-group input,
.form-group select,
.form-group textarea {
  width: 100%;
  padding: 0.85rem 1rem;
  border: 1.5px solid var(--line-strong);
  border-radius: 8px;
  font-family: 'Inter', sans-serif;
  font-size: 16px;
  color: var(--ink);
  background: var(--white);
  transition: border-color 0.2s, background 0.2s, box-shadow 0.2s;
  outline: none;
  -webkit-appearance: none;
  min-height: 44px;
}

.form-group input::placeholder,
.form-group textarea::placeholder {
  color: var(--ink-muted);
  opacity: 0.6;
}

.form-group input:hover,
.form-group select:hover,
.form-group textarea:hover {
  border-color: var(--green-light);
}

.form-group input:focus,
.form-group select:focus,
.form-group textarea:focus {
  border-color: var(--green);
  background: var(--white);
  box-shadow: 0 0 0 3px rgba(74,106,63,0.12);
}

.form-group textarea { resize: vertical; min-height: 130px; }

.form-dsgvo {
  display: flex;
  align-items: flex-start;
  gap: 0.75rem;
  font-size: 0.8rem;
  color: var(--ink-muted);
  line-height: 1.5;
}
.form-dsgvo input[type="checkbox"] {
  width: 18px;
  height: 18px;
  flex-shrink: 0;
  margin-top: 1px;
  accent-color: var(--green);
  cursor: pointer;
}
.form-dsgvo a { color: var(--green); text-decoration: underline; text-underline-offset: 2px; }

.btn-submit {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 0.5rem;
  width: 100%;
  padding: 1rem 2rem;
  background: linear-gradient(135deg, var(--green-deep) 0%, var(--green) 100%);
  color: #fff;
  font-family: 'Inter', sans-serif;
  font-size: 0.88rem;
  font-weight: 600;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  border: none;
  border-radius: 8px;
  cursor: pointer;
  transition: opacity 0.2s, transform 0.2s, box-shadow 0.2s;
  min-height: 52px;
  box-shadow: 0 4px 20px rgba(45,66,41,0.3);
  margin-top: 0.25rem;
}
.btn-submit:hover {
  opacity: 0.92;
  transform: translateY(-2px);
  box-shadow: 0 8px 28px rgba(45,66,41,0.4);
}
.btn-submit:active { transform: translateY(0); }

/* Honeypot */
.hp { display: none !important; }

/* Meldungen */
.form-success, .form-error {
  padding: 1rem 1.25rem;
  border-radius: 2px;
  font-size: 0.9rem;
  margin-bottom: 1rem;
}
.form-success { background: var(--green-pale); border-left: 3px solid var(--green); color: var(--green-deep); }
.form-error   { background: #fef2f2; border-left: 3px solid #dc2626; color: #991b1b; }

/* 17. FOOTER */
.site-footer {
  background: var(--ink);
  color: rgba(255,255,255,0.6);
  padding: clamp(3rem, 7vw, 5rem) var(--gap) 2rem;
}

.footer-inner {
  max-width: var(--max-w);
  margin: 0 auto;
  display: grid;
  grid-template-columns: 1.4fr 1fr 1fr 1fr 0.8fr;
  gap: 2.5rem;
  margin-bottom: 3rem;
}

.footer-brand img { height: 52px; width: auto; margin-bottom: 1rem; }
.footer-brand p { font-size: 0.85rem; line-height: 1.7; }

.footer-col h4 {
  font-family: 'Inter', sans-serif;
  font-size: 0.7rem;
  font-weight: 600;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  color: rgba(255,255,255,0.9);
  margin-bottom: 1rem;
}

.footer-col ul { list-style: none; display: flex; flex-direction: column; gap: 0.6rem; }
.footer-col a {
  font-size: 0.85rem;
  color: rgba(255,255,255,0.5);
  transition: color 0.2s;
}
.footer-col a:hover { color: var(--green-light); }

.footer-col address {
  font-style: normal;
  font-size: 0.85rem;
  line-height: 1.8;
  color: rgba(255,255,255,0.5);
}

.footer-bottom {
  max-width: var(--max-w);
  margin: 0 auto;
  padding-top: 2rem;
  border-top: 1px solid rgba(255,255,255,0.08);
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 1rem;
  flex-wrap: wrap;
  font-size: 0.78rem;
  color: rgba(255,255,255,0.3);
}

.footer-legal { display: flex; gap: 1.5rem; }
.footer-legal a { color: rgba(255,255,255,0.3); transition: color 0.2s; }
.footer-legal a:hover { color: rgba(255,255,255,0.7); }

/* 18. BACK TO TOP */
.back-top {
  position: fixed;
  bottom: 8.5rem;
  right: 2rem;
  width: 44px;
  height: 44px;
  background: var(--white);
  border: 1px solid var(--line-strong);
  border-radius: 2px;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  opacity: 0;
  pointer-events: none;
  transition: opacity 0.3s;
  z-index: 50;
  color: var(--ink);
}
.back-top.is-visible { opacity: 1; pointer-events: auto; }
.back-top:hover { background: var(--green); color: #fff; border-color: var(--green); }

/* 19. WHATSAPP FLOAT */
.whatsapp-float {
  position: fixed;
  bottom: 2rem;
  right: 2rem;
  width: 54px;
  height: 54px;
  background: var(--whatsapp);
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 50;
  box-shadow: 0 4px 16px rgba(37,211,102,0.35);
  transition: transform 0.2s, background 0.2s;
}
.whatsapp-float:hover { transform: scale(1.08); background: var(--whatsapp-dark); }
.whatsapp-float svg { color: #fff; }

/* 20. CURSOR DOT */
.cursor-dot {
  position: fixed;
  width: 14px;
  height: 14px;
  border: 1.5px solid var(--green);
  border-radius: 50%;
  pointer-events: none;
  z-index: 9999;
  transform: translate(-50%, -50%);
  transition: width 0.2s, height 0.2s, border-color 0.2s;
  mix-blend-mode: multiply;
}
.cursor-dot.expanded { width: 40px; height: 40px; }

/* 21. DATA-REVEAL ANIMATIONEN */
[data-reveal] {
  opacity: 0;
  transform: translateY(28px);
  transition: opacity 0.7s cubic-bezier(0.22,1,0.36,1),
              transform 0.7s cubic-bezier(0.22,1,0.36,1);
}
[data-reveal].is-visible { opacity: 1; transform: none; }
[data-reveal][data-delay="1"] { transition-delay: 0.12s; }
[data-reveal][data-delay="2"] { transition-delay: 0.24s; }
[data-reveal][data-delay="3"] { transition-delay: 0.36s; }

/* noscript fallback */
.no-js [data-reveal] { opacity: 1; transform: none; }

/* 22. MEDIA QUERIES */
@media (max-width: 980px) {
  .hero { grid-template-columns: 1fr; min-height: auto; }
  .hero-image { min-height: 380px; }
  .hero-content { padding: 3rem var(--gap); }
  .statement-inner { grid-template-columns: 1fr; }
  .statement-image img { height: 300px; }
  .prozess-steps { grid-template-columns: repeat(3, 1fr); }
  .ueber-section { grid-template-columns: 1fr; }
  .ueber-image { height: 320px; position: relative; }
  .kontakt-inner { grid-template-columns: 1fr; }
  .footer-inner { grid-template-columns: 1fr 1fr; }
  .projekte-grid { grid-template-columns: 1fr 1fr; }
  .projekt-item.featured { grid-column: span 2; }
}

@media (max-width: 768px) {
  .nav-links, .nav-cta { display: none; }
  .nav-toggle { display: flex; }
  .leistungen-grid { grid-template-columns: 1fr 1fr; }
  .prozess-steps { grid-template-columns: 1fr 1fr; }
  .hero-stats { gap: 1.5rem; flex-wrap: wrap; }
  .form-row { grid-template-columns: 1fr; }
  .statement-pillars { grid-template-columns: 1fr; }
  .ueber-facts { grid-template-columns: 1fr; }
  .footer-inner { grid-template-columns: 1fr; gap: 2rem; }
  .footer-bottom { flex-direction: column; text-align: center; }
}

@media (max-width: 560px) {
  .leistungen-grid { grid-template-columns: 1fr; }
  .projekte-grid { grid-template-columns: 1fr; grid-auto-rows: 220px; }
  .projekt-item.featured { grid-column: span 1; grid-row: span 1; }
  .prozess-steps { grid-template-columns: 1fr; }
  .hero h1 { font-size: 2.4rem; }
  .back-top { bottom: 7.5rem; right: 1.2rem; }
  .whatsapp-float { bottom: 1.2rem; right: 1.2rem; }
}


@media (max-width: 420px) {
  .hero-content { padding: 2rem 1.25rem; }
  .hero-image { min-height: 320px; }
  .hero h1 { font-size: 2.2rem; line-height: 1.08; }
  .hero-sub { font-size: 0.95rem; }
  .hero-actions { gap: 0.75rem; width: 100%; }
  .hero-actions .btn-primary,
  .hero-actions .btn-secondary { flex: 1; justify-content: center; padding-left: 1rem; padding-right: 1rem; }
  .hero-stats { gap: 1rem; margin-top: 2rem; padding-top: 1.25rem; }
  .stat-num { font-size: 1.6rem; }
  .stat-label { font-size: 0.68rem; }
  .section-header h2 { font-size: 1.9rem; }
  .statement-quote { font-size: 1.5rem; }
  .ueber-content { padding: 2.5rem 1.25rem; }
  .leistung-card { padding: 1.5rem; }
  .leistung-num { font-size: 2rem; }
  .leistung-card h3 { font-size: 1.15rem; }
  .projekte-grid { grid-auto-rows: 180px; gap: 0.5rem; }
  .footer-inner { gap: 1.5rem; }
  .back-top { bottom: 6.5rem; right: 0.8rem; width: 40px; height: 40px; }
  .whatsapp-float { bottom: 0.8rem; right: 0.8rem; width: 48px; height: 48px; }
  .nav-logo img { height: 36px; }
  .nav-inner { gap: 0.5rem; padding: 0 0.75rem; }
}

/* 23. REDUCED MOTION */
@media (prefers-reduced-motion: reduce) {
  *, *::before, *::after { animation-duration: 0.01ms !important; transition-duration: 0.01ms !important; }
  [data-reveal] { opacity: 1; transform: none; }
  html { scroll-behavior: auto; }
  .cursor-dot { display: none; }
  .scroll-progress { display: none; }
  .projekt-item img { transition: none; }
}

/* BEWERTUNGEN */
.bewertungen-section { background: var(--stone); }

.bewertungen-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 1.5rem;
  margin-top: 3rem;
}

.bewertung-card {
  background: var(--white);
  padding: 2rem;
  border-radius: 2px;
  display: flex;
  flex-direction: column;
  gap: 1.25rem;
  border-top: 3px solid var(--green);
  box-shadow: 0 2px 12px rgba(0,0,0,0.04);
  transition: transform 0.2s, box-shadow 0.2s;
}
.bewertung-card:hover {
  transform: translateY(-3px);
  box-shadow: 0 8px 24px rgba(0,0,0,0.08);
}

.bewertung-sterne {
  display: flex;
  gap: 3px;
}

.bewertung-text {
  font-family: 'Cormorant Garamond', serif;
  font-size: 1.1rem;
  line-height: 1.65;
  color: var(--ink-soft);
  font-style: italic;
  flex: 1;
  quotes: none;
}

.bewertung-autor {
  display: flex;
  flex-direction: column;
  gap: 0.15rem;
  padding-top: 1rem;
  border-top: 1px solid var(--line);
}
.bewertung-name {
  font-weight: 600;
  font-size: 0.85rem;
  color: var(--ink);
}
.bewertung-ort {
  font-size: 0.75rem;
  color: var(--ink-muted);
  letter-spacing: 0.04em;
}

.bewertungen-cta {
  text-align: center;
  margin-top: 2.5rem;
}
.bewertung-google-link {
  display: inline-flex;
  align-items: center;
  gap: 0.5rem;
  font-size: 0.82rem;
  font-weight: 600;
  letter-spacing: 0.06em;
  text-transform: uppercase;
  color: var(--green);
  border-bottom: 1px solid rgba(58,110,40,0.3);
  padding-bottom: 2px;
  transition: border-color 0.2s, color 0.2s;
}
.bewertung-google-link:hover {
  color: var(--green-deep);
  border-bottom-color: var(--green-deep);
}

@media (max-width: 768px) {
  .bewertungen-grid { grid-template-columns: 1fr; }
}
@media (max-width: 980px) {
  .bewertungen-grid { grid-template-columns: 1fr 1fr; }
}

/* 24. LEISTUNGS-DETAILSEITE */
.detail-hero {
  position: relative;
  height: 420px;
  overflow: hidden;
}
.detail-hero img {
  width: 100%; height: 100%;
  object-fit: cover;
}
.detail-hero-overlay {
  position: absolute;
  inset: 0;
  background: linear-gradient(to right, rgba(0,0,0,0.6) 0%, rgba(0,0,0,0.2) 100%);
  display: flex;
  align-items: flex-end;
  padding: clamp(2rem, 5vw, 4rem) clamp(1.5rem, 5vw, 6rem);
}
.detail-hero-overlay h1 {
  color: #fff;
  font-size: clamp(2.5rem, 6vw, 4.5rem);
}

.detail-content {
  max-width: var(--max-w);
  margin: 0 auto;
  padding: clamp(3rem, 7vw, 5rem) var(--gap);
  display: grid;
  grid-template-columns: 1fr 360px;
  gap: clamp(3rem, 6vw, 5rem);
  align-items: start;
}

.detail-main p { line-height: 1.85; color: var(--ink-soft); margin-bottom: 1.25rem; }

.detail-process { margin-top: 2.5rem; }
.detail-process h3 {
  font-size: 1.5rem;
  margin-bottom: 1.5rem;
}
.process-list { list-style: none; counter-reset: pc; display: flex; flex-direction: column; gap: 0.75rem; }
.process-list li {
  counter-increment: pc;
  display: flex;
  align-items: flex-start;
  gap: 1rem;
  font-size: 0.9rem;
  color: var(--ink-soft);
}
.process-list li::before {
  content: counter(pc, decimal-leading-zero);
  font-family: 'Cormorant Garamond', serif;
  font-size: 1.3rem;
  color: var(--green);
  flex-shrink: 0;
  width: 2rem;
  line-height: 1.2;
}

.detail-sidebar { display: flex; flex-direction: column; gap: 1.5rem; }

.sidebar-card {
  background: var(--stone);
  padding: 1.75rem;
  border-radius: 2px;
}
.sidebar-card h4 {
  font-family: 'Inter', sans-serif;
  font-size: 0.72rem;
  font-weight: 600;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  color: var(--ink-muted);
  margin-bottom: 1rem;
}
.sidebar-card ul { list-style: none; display: flex; flex-direction: column; gap: 0.5rem; }
.sidebar-card li { font-size: 0.875rem; color: var(--ink-soft); display: flex; align-items: center; gap: 0.5rem; }
.sidebar-card li::before { content: '—'; color: var(--green); }

.sidebar-cta { background: var(--green); padding: 2rem; border-radius: 2px; color: #fff; text-align: center; }
.sidebar-cta p { font-size: 0.875rem; opacity: 0.85; margin: 0.5rem 0 1.5rem; }
.sidebar-cta .btn-primary { background: #fff; color: var(--green); width: 100%; justify-content: center; }
.sidebar-cta .btn-primary:hover { background: var(--off-white); }

@media (max-width: 768px) {
  .detail-content { grid-template-columns: 1fr; }
}

/* 25. IMPRESSUM / DATENSCHUTZ SEITEN */
.legal-page {
  max-width: 760px;
  margin: 0 auto;
  padding: clamp(3rem, 8vw, 6rem) var(--gap);
}
.legal-page h1 { font-size: clamp(2rem, 5vw, 3.5rem); margin-bottom: 2rem; }
.legal-page h2 { font-size: 1.4rem; margin: 2.5rem 0 0.75rem; }
.legal-page p, .legal-page li { font-size: 0.9rem; color: var(--ink-soft); line-height: 1.85; margin-bottom: 0.75rem; }
.legal-page ul { padding-left: 1.25rem; }
.legal-page a { color: var(--green); text-decoration: underline; text-underline-offset: 2px; }

/* 26. 404 SEITE */
.error-page {
  min-height: calc(100vh - var(--header-h));
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  padding: var(--gap);
}
.error-page h1 {
  font-size: clamp(5rem, 15vw, 12rem);
  color: var(--line-strong);
  line-height: 1;
  margin-bottom: 1rem;
}
.error-page p { color: var(--ink-muted); margin-bottom: 2rem; }

/* 27. GOOGLE BEWERTUNGEN BLOCK */
.bewertungen-section {
  background: var(--off-white);
}
.google-bewertung-block {
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  gap: 1.25rem;
  max-width: 540px;
  margin: 0 auto;
  padding: clamp(2.5rem, 5vw, 4rem) 0;
}
.google-bewertung-stars {
  display: flex;
  gap: 4px;
}
.google-bewertung-text {
  display: flex;
  align-items: baseline;
  gap: 0.75rem;
}
.google-bewertung-zahl {
  font-family: var(--font-display);
  font-size: clamp(3.5rem, 8vw, 5.5rem);
  font-weight: 300;
  color: var(--ink);
  line-height: 1;
  margin: 0;
}
.google-bewertung-label {
  font-size: 0.85rem;
  font-weight: 500;
  color: var(--ink-muted);
  letter-spacing: 0.05em;
  text-transform: uppercase;
  margin: 0;
}
.google-bewertung-sub {
  font-size: 1rem;
  color: var(--ink-muted);
  line-height: 1.7;
  max-width: 400px;
  margin: 0;
}
.google-bewertung-btn {
  display: inline-flex;
  align-items: center;
  gap: 0.6rem;
  margin-top: 0.5rem;
}

/* 28. EINSATZGEBIET */
.einsatz-section {
  background: var(--green-deep);
  color: var(--white);
}
.einsatz-section .section-header { color: var(--white); }
.einsatz-section .label { color: rgba(255,255,255,0.55); }
.einsatz-section h2 { color: var(--white); }
.einsatz-section p { color: rgba(255,255,255,0.7); }

.einsatz-grid {
  display: flex;
  flex-wrap: wrap;
  gap: 0.6rem;
  justify-content: center;
  margin: 0 auto 2rem;
  max-width: 780px;
}
.einsatz-tag {
  padding: 0.5rem 1.1rem;
  border-radius: 100px;
  font-size: 0.875rem;
  font-weight: 500;
  background: rgba(255,255,255,0.1);
  border: 1px solid rgba(255,255,255,0.2);
  color: rgba(255,255,255,0.85);
  text-decoration: none;
  transition: background 0.2s, border-color 0.2s;
  white-space: nowrap;
}
.einsatz-tag:hover {
  background: rgba(255,255,255,0.2);
  border-color: rgba(255,255,255,0.4);
  color: var(--white);
}
.einsatz-main {
  background: rgba(255,255,255,0.18);
  border-color: rgba(255,255,255,0.4);
  color: var(--white);
  font-weight: 600;
}
.einsatz-mehr {
  background: transparent;
  border-style: dashed;
  color: rgba(255,255,255,0.5);
  font-style: italic;
  cursor: default;
}
.einsatz-mehr:hover {
  background: transparent;
  border-color: rgba(255,255,255,0.2);
  color: rgba(255,255,255,0.5);
}
.einsatz-hinweis {
  text-align: center;
  font-size: 0.9rem;
  color: rgba(255,255,255,0.6);
  margin: 0;
}
.einsatz-hinweis a {
  color: rgba(255,255,255,0.9);
  text-decoration: underline;
  text-underline-offset: 3px;
}

/* ============================================================
   MOBILE OPTIMIERUNGEN
   ============================================================ */

/* ── Leistungen: Thumbnail-Bild (Desktop versteckt) ──────── */
.leistung-thumb {
  display: none;
}
.leistung-body {
  display: contents; /* Desktop: transparent, Kind-Elemente direkt in card */
}

/* ── Statement: Pillars auf kleinen Screens reduzieren ───── */
@media (max-width: 560px) {
  .statement-pillars .pillar:nth-child(n+3) {
    display: none; /* Nur 2 Pillars zeigen */
  }
  .statement-pillars {
    grid-template-columns: 1fr 1fr;
    gap: 1rem;
    margin-top: 1.25rem;
  }
  .statement-quote {
    font-size: 1.5rem;
    margin: 1rem 0;
  }
  .statement-image img {
    height: 220px;
  }
}

/* ── Prozess: Kompakter auf Mobile ───────────────────────── */
@media (max-width: 560px) {
  .prozess-section .section-inner {
    padding-left: 0;
    padding-right: 0;
  }
  .prozess-steps {
    grid-template-columns: 1fr;
    gap: 0;
    margin-top: 2rem;
  }
  .prozess-step {
    flex-direction: row;
    align-items: flex-start;
    gap: 1.25rem;
    padding: 1.25rem clamp(1.25rem, 5vw, 2rem);
    border-top: none;
    border-left: 2px solid var(--line);
    margin-left: clamp(1.25rem, 5vw, 2rem);
    position: relative;
  }
  .prozess-step::before {
    font-size: 1.6rem;
    min-width: 2.5rem;
    color: var(--green);
    flex-shrink: 0;
  }
  .prozess-step:first-child { border-top: none; }
  .prozess-step:last-child {
    border-left-color: transparent;
  }
  /* Verbindungspunkt-Dot */
  .prozess-step::after {
    content: '';
    position: absolute;
    left: -5px;
    top: 1.4rem;
    width: 8px;
    height: 8px;
    background: var(--green);
    border-radius: 50%;
  }
}

/* ── Leistungen: Horizontal-Karten auf Mobile ────────────── */
@media (max-width: 560px) {
  .leistungen-grid {
    grid-template-columns: 1fr;
    gap: 0;
    border: none;
  }

  .leistung-thumb {
    display: block;
    width: 80px;
    min-width: 80px;
    height: 80px;
    background-size: cover;
    background-position: center;
    border-radius: 6px;
    flex-shrink: 0;
  }

  .leistung-body {
    display: flex;
    flex-direction: column;
    gap: 0.3rem;
    flex: 1;
    min-width: 0;
    contents: unset; /* Mobile: als normaler Block */
  }

  .leistung-card {
    display: flex;
    flex-direction: row;
    align-items: flex-start;
    gap: 1rem;
    padding: 1rem 1.25rem;
    border-bottom: 1px solid var(--line);
    border-right: none;
    border-left: none;
    border-top: none;
    background: var(--white);
  }

  .leistung-card:first-child {
    border-top: 1px solid var(--line);
  }

  .leistung-num {
    font-size: 1.1rem;
    color: var(--green-light);
    line-height: 1;
  }

  .leistung-card h3 {
    font-size: 1rem;
    line-height: 1.3;
    margin: 0;
  }

  .leistung-card p {
    font-size: 0.8rem;
    color: var(--ink-muted);
    line-height: 1.5;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
  }

  .leistung-link {
    margin-top: 0.25rem;
    font-size: 0.7rem;
  }
}

/* ── Über-Uns: Bild voller Breite auf Mobile ─────────────── */
@media (max-width: 980px) {
  .ueber-image {
    height: 260px;
    overflow: hidden;
  }
  .ueber-image img {
    position: relative;
    height: 260px;
    width: 100%;
  }
}

@media (max-width: 560px) {
  .ueber-facts {
    grid-template-columns: 1fr 1fr;
    gap: 1rem;
  }
  .fact strong {
    font-size: 1.5rem;
  }
  .ueber-content {
    gap: 1rem;
  }
}

/* ── FAQ: Kompakter auf Mobile ───────────────────────────── */
@media (max-width: 560px) {
  .faq-question {
    font-size: 0.9rem;
    padding: 1rem 1.25rem;
  }
  .faq-answer {
    font-size: 0.85rem;
    padding: 0 1.25rem 1rem;
  }
}

/* ── Einsatzgebiet: Tags kleiner ─────────────────────────── */
@media (max-width: 560px) {
  .einsatz-tag {
    font-size: 0.8rem;
    padding: 0.4rem 0.85rem;
  }
}

/* ── Google Bewertung: kompakter ─────────────────────────── */
@media (max-width: 560px) {
  .google-bewertung-zahl {
    font-size: 4rem;
  }
  .google-bewertung-stars svg {
    width: 24px;
    height: 24px;
  }
}

/* ── Kontakt: Mobile ─────────────────────────────────────── */
@media (max-width: 560px) {
  .einzugsgebiet {
    display: none; /* bereits in Einsatzgebiet-Sektion vorhanden */
  }
  .whatsapp-btn {
    width: 100%;
    justify-content: center;
  }
}
