/* ============================================================
   Marco's Haus & Gartenservice — Variante 04 "Split / strukturiert"
   Dunkle Markenseite, helle Inhaltsflächen, Gold-Akzent.
   Design-Tokens oben zentral änderbar.
   ============================================================ */

:root {
  /* — Farben — */
  --braun: #2b2419;
  --braun-tief: #221c12;
  --braun-soft: #3a3024;
  --gold: #f2c94c;
  --gold-tief: #c79a2e;
  --creme: #f7f3ea;
  --creme-2: #efe7d6;
  --weiss: #ffffff;
  --text: #2b2419;
  --text-weich: #6b6253;
  --text-leise: #8a7d63;
  --auf-dunkel: #c9bda3;
  --auf-dunkel-leise: #8a7d63;
  --linie: #e0d6c2;
  --linie-dunkel: #3f3526;

  /* — Schriften — */
  --font-display: 'Fraunces', Georgia, serif;
  --font-body: 'Libre Franklin', system-ui, sans-serif;

  /* — Form — */
  --radius: 14px;
  --radius-sm: 8px;
  --schatten: 0 14px 34px rgba(43, 36, 25, 0.10);
  --schatten-tief: 0 24px 60px rgba(43, 36, 25, 0.22);
  --maxw: 1180px;
}

* { margin: 0; padding: 0; box-sizing: border-box; }
html { scroll-behavior: smooth; }

body {
  font-family: var(--font-body);
  color: var(--text);
  background: var(--creme);
  line-height: 1.65;
  font-size: 17px;
  -webkit-font-smoothing: antialiased;
}

h1, h2, h3, h4 { font-family: var(--font-display); font-weight: 500; line-height: 1.05; letter-spacing: -0.5px; color: var(--text); }
a { color: inherit; text-decoration: none; }
svg { display: block; }

.container { max-width: var(--maxw); margin: 0 auto; padding: 0 24px; }

/* Linien-Icons */
svg[viewBox="0 0 48 48"], svg[viewBox="0 0 24 24"] {
  fill: none; stroke: currentColor; stroke-width: 1.7; stroke-linecap: round; stroke-linejoin: round;
}
.ic-sm { width: 18px; height: 18px; }

/* ============================================================
   BUTTONS
   ============================================================ */
.btn {
  display: inline-flex; align-items: center; justify-content: center; gap: 10px;
  padding: 16px 34px; border-radius: var(--radius-sm);
  font-family: var(--font-body); font-weight: 700; font-size: 1.02rem;
  cursor: pointer; border: none; transition: transform .2s ease, box-shadow .2s ease, background .2s;
}
.btn-gold { background: var(--gold); color: var(--braun); }
.btn-gold:hover { transform: translateY(-2px); box-shadow: 0 12px 26px rgba(242,201,76,.35); }
.btn-dark { background: var(--braun); color: var(--creme); }
.btn-dark:hover { transform: translateY(-2px); background: var(--braun-soft); }
.btn-ghost { background: transparent; color: var(--braun); border: 1.5px solid var(--linie); }
.btn-ghost:hover { border-color: var(--braun); }
.btn-block { width: 100%; }

/* ============================================================
   NAVIGATION
   ============================================================ */
.nav { position: sticky; top: 0; z-index: 100; background: var(--braun); border-bottom: 1px solid var(--linie-dunkel); }
.nav-inner { max-width: var(--maxw); margin: 0 auto; padding: 12px 24px; display: flex; align-items: center; justify-content: space-between; }
.nav-logo img { height: 56px; width: auto; display: block; }
.nav-links { display: flex; align-items: center; gap: 26px; }
.nav-links a { color: var(--auf-dunkel); font-weight: 600; font-size: 0.95rem; transition: color .2s; }
.nav-links a:hover, .nav-links a.active { color: var(--gold); }
.nav-cta { background: var(--gold); color: var(--braun) !important; padding: 10px 22px; border-radius: var(--radius-sm); font-weight: 700 !important; }
.nav-cta:hover { background: var(--gold-tief); }
.nav-toggle { display: none; background: none; border: none; cursor: pointer; padding: 8px; }
.nav-toggle span { display: block; width: 26px; height: 2.5px; background: var(--gold); border-radius: 2px; margin: 5px 0; transition: .3s; }

/* ============================================================
   HERO — Split
   ============================================================ */
.hero { display: grid; grid-template-columns: 1fr 1fr; min-height: 600px; }
.hero-left { background: var(--braun); color: var(--creme); padding: 64px 56px; display: flex; flex-direction: column; }
.hero-logo { height: 88px; width: auto; align-self: flex-start; background: var(--weiss); border-radius: 12px; padding: 8px 14px; margin-bottom: 36px; }
.hero-left-body { margin: auto 0; }
.hero-left h1 { color: var(--weiss); font-size: clamp(2.6rem, 5vw, 4rem); margin-bottom: 24px; }
.hero-left p { font-size: 1.2rem; color: var(--auf-dunkel); line-height: 1.55; margin-bottom: 34px; max-width: 440px; }
.hero-actions { display: flex; flex-direction: column; align-items: flex-start; gap: 22px; }
.hero-direct { color: var(--auf-dunkel); font-size: 1.05rem; }
.hero-direct strong { color: var(--gold); font-weight: 700; }
.hero-foot { font-size: 0.85rem; color: var(--auf-dunkel-leise); letter-spacing: 0.3px; margin-top: 8px; }

.hero-right { background: var(--creme); padding: 64px 56px; display: flex; flex-direction: column; justify-content: center; gap: 6px; }
.hero-srv { display: flex; gap: 22px; padding: 26px 0; border-bottom: 1px solid var(--linie); align-items: flex-start; }
.hero-srv:last-of-type { border-bottom: none; }
.hero-srv-ic { flex-shrink: 0; width: 48px; height: 48px; color: var(--gold-tief); }
.hero-srv-ic svg { width: 48px; height: 48px; stroke-width: 1.5; }
.hero-srv h3 { font-size: 1.4rem; font-weight: 600; margin-bottom: 6px; }
.hero-srv p { color: var(--text-weich); font-size: 0.96rem; }

/* ============================================================
   SECTIONS
   ============================================================ */
.section { padding: 90px 0; }
.section-cream { background: var(--creme-2); }
.section-dark { background: var(--braun); color: var(--creme); }
.section-dark h2, .section-dark h3, .section-dark h4 { color: var(--weiss); }

.section-head { max-width: 640px; margin: 0 auto 56px; text-align: center; }
.eyebrow { display: block; color: var(--gold-tief); font-weight: 700; letter-spacing: 2px; text-transform: uppercase; font-size: 0.8rem; margin-bottom: 14px; }
.section-dark .eyebrow { color: var(--gold); }
.section-head h2 { font-size: clamp(1.9rem, 4vw, 2.7rem); margin-bottom: 14px; }
.section-head p { color: var(--text-weich); font-size: 1.1rem; }
.section-dark .section-head p { color: var(--auf-dunkel); }

/* ============================================================
   LEISTUNGEN (Karten, nummeriert)
   ============================================================ */
.srv-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 24px; }
.srv-card { background: var(--weiss); border-radius: var(--radius); padding: 40px 34px; box-shadow: var(--schatten); transition: transform .3s ease, box-shadow .3s ease; position: relative; }
.srv-card:hover { transform: translateY(-6px); box-shadow: var(--schatten-tief); }
.srv-num { font-family: var(--font-display); font-size: 1rem; color: var(--gold-tief); font-weight: 600; }
.srv-ic { display: block; width: 48px; height: 48px; color: var(--gold-tief); margin: 14px 0 18px; }
.srv-ic svg { width: 48px; height: 48px; stroke-width: 1.5; }
.srv-card h3 { font-size: 1.4rem; font-weight: 600; margin-bottom: 12px; }
.srv-card > p { color: var(--text-weich); font-size: 0.98rem; margin-bottom: 20px; }
.srv-card ul { list-style: none; border-top: 1px solid var(--linie); padding-top: 18px; }
.srv-card ul li { position: relative; padding: 6px 0 6px 26px; color: var(--text-leise); font-size: 0.95rem; }
.srv-card ul li::before { content: ""; position: absolute; left: 0; top: 13px; width: 13px; height: 7px; border-left: 2px solid var(--gold-tief); border-bottom: 2px solid var(--gold-tief); transform: rotate(-45deg); }

/* ============================================================
   WARUM (auf dunklem Grund)
   ============================================================ */
.why-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 32px; }
.why-item { text-align: left; }
.why-ic { width: 50px; height: 50px; border-radius: 12px; background: rgba(242,201,76,.12); color: var(--gold); display: flex; align-items: center; justify-content: center; margin-bottom: 18px; }
.why-ic svg { width: 26px; height: 26px; stroke-width: 1.7; }
.why-item h4 { font-size: 1.2rem; font-weight: 600; margin-bottom: 8px; }
.why-item p { color: var(--auf-dunkel); font-size: 0.95rem; }

/* ============================================================
   ÜBER MICH (Split)
   ============================================================ */
.about-grid { display: grid; grid-template-columns: 0.85fr 1.15fr; gap: 56px; align-items: center; }
.about-photo .photo-ph { aspect-ratio: 4/5; border-radius: var(--radius); background: linear-gradient(150deg, var(--braun-soft), var(--braun-tief)); display: flex; align-items: center; justify-content: center; color: var(--auf-dunkel); text-align: center; font-style: italic; box-shadow: var(--schatten-tief); border: 1px solid var(--linie-dunkel); }
.about-photo .about-img { width: 100%; aspect-ratio: 4/5; object-fit: cover; object-position: center top; border-radius: var(--radius); box-shadow: var(--schatten-tief); border: 1px solid var(--linie-dunkel); display: block; }
.about-text .eyebrow { text-align: left; }
.about-text h2 { font-size: clamp(1.9rem, 4vw, 2.6rem); margin-bottom: 20px; }
.about-text p { color: var(--text-weich); margin-bottom: 16px; }
.signature { font-family: var(--font-display); font-size: 1.5rem; color: var(--gold-tief); margin-top: 22px; }

/* ============================================================
   PAGE HEADER (Unterseiten, Split-Anmutung)
   ============================================================ */
.page-header { background: var(--braun); color: var(--creme); padding: 64px 0; }
.page-header .container { display: flex; align-items: center; gap: 18px; flex-wrap: wrap; }
.page-header-text { flex: 1; min-width: 280px; }
.page-header .eyebrow { color: var(--gold); text-align: left; }
.page-header h1 { color: var(--weiss); font-size: clamp(2.1rem, 5vw, 3.1rem); margin-bottom: 12px; }
.page-header p { color: var(--auf-dunkel); font-size: 1.15rem; max-width: 560px; }
.page-header-logo { height: 92px; background: var(--weiss); border-radius: 14px; padding: 10px 16px; }

/* ============================================================
   LEISTUNGS-DETAIL (abwechselnde Reihen)
   ============================================================ */
.detail-row { display: grid; grid-template-columns: 1fr 1fr; gap: 56px; align-items: center; margin-bottom: 80px; }
.detail-row:last-child { margin-bottom: 0; }
.detail-row.flip .detail-media { order: 2; }
.detail-media .ph { aspect-ratio: 4/3.2; border-radius: var(--radius); display: flex; align-items: center; justify-content: center; color: var(--weiss); font-weight: 600; font-style: italic; text-align: center; box-shadow: var(--schatten-tief); }
.detail-media .detail-img { width: 100%; aspect-ratio: 4/3.2; object-fit: cover; border-radius: var(--radius); box-shadow: var(--schatten-tief); display: block; }
.ph-1 { background: linear-gradient(150deg, #8a7350, #4a3826); }
.ph-2 { background: linear-gradient(150deg, #9aa86a, #4d6228); }
.ph-3 { background: linear-gradient(150deg, #a9c0d0, #5b7a90); }
.detail-num { font-family: var(--font-display); font-size: 1rem; color: var(--gold-tief); font-weight: 600; }
.detail-ic { width: 50px; height: 50px; color: var(--gold-tief); margin: 10px 0 16px; }
.detail-ic svg { width: 50px; height: 50px; stroke-width: 1.5; }
.detail-text h2 { font-size: clamp(1.7rem, 3.5vw, 2.3rem); margin-bottom: 16px; }
.detail-text > p { color: var(--text-weich); margin-bottom: 20px; }
.detail-text ul { list-style: none; }
.detail-text ul li { position: relative; padding: 8px 0 8px 28px; color: var(--text-leise); }
.detail-text ul li::before { content: ""; position: absolute; left: 0; top: 15px; width: 14px; height: 8px; border-left: 2px solid var(--gold-tief); border-bottom: 2px solid var(--gold-tief); transform: rotate(-45deg); }

/* Servicegebiet */
.area-list { display: flex; flex-wrap: wrap; gap: 12px; justify-content: center; }
.area-pill { background: var(--weiss); border: 1px solid var(--linie); padding: 10px 22px; border-radius: 50px; font-weight: 600; color: var(--text-weich); box-shadow: var(--schatten); }

/* ============================================================
   WERTE-KARTEN
   ============================================================ */
.value-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 24px; }
.value-card { background: var(--weiss); border-radius: var(--radius); padding: 38px 32px; box-shadow: var(--schatten); }
.value-ic { width: 50px; height: 50px; color: var(--gold-tief); margin-bottom: 18px; }
.value-ic svg { width: 50px; height: 50px; stroke-width: 1.5; }
.value-card h3 { font-size: 1.35rem; font-weight: 600; margin-bottom: 10px; }
.value-card p { color: var(--text-weich); font-size: 0.97rem; }

/* ============================================================
   CTA-BAND
   ============================================================ */
.cta-band { padding: 70px 0; }
.cta-band-inner { background: var(--gold); border-radius: 22px; padding: 50px 54px; display: flex; align-items: center; justify-content: space-between; gap: 36px; flex-wrap: wrap; }
.cta-band-inner h2 { color: var(--braun); font-size: 2rem; margin-bottom: 8px; }
.cta-band-inner p { color: #6b561c; max-width: 440px; }
.cta-band-actions { display: flex; align-items: center; gap: 24px; flex-wrap: wrap; }
.cta-band-tel { display: inline-flex; align-items: center; gap: 10px; color: var(--braun); font-weight: 700; font-size: 1.2rem; }
.cta-band-tel svg { width: 24px; height: 24px; }

/* ============================================================
   KONTAKTSEITE
   ============================================================ */
.contact-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 40px; }
.contact-info { background: var(--braun); color: var(--creme); padding: 44px; border-radius: 20px; box-shadow: var(--schatten-tief); }
.contact-info h3 { color: var(--weiss); font-size: 1.5rem; margin-bottom: 6px; }
.contact-info .ci-name { font-family: var(--font-display); font-size: 1.25rem; color: var(--gold); margin-bottom: 26px; }
.cta-item { display: flex; align-items: center; gap: 16px; padding: 15px 0; border-bottom: 1px solid var(--linie-dunkel); }
.cta-item:last-child { border-bottom: none; }
.cta-ic { width: 46px; height: 46px; border-radius: 11px; background: rgba(242,201,76,.12); display: flex; align-items: center; justify-content: center; color: var(--gold); flex-shrink: 0; }
.cta-ic svg { width: 22px; height: 22px; }
.cta-label { display: block; font-size: 0.78rem; color: var(--auf-dunkel-leise); text-transform: uppercase; letter-spacing: 1px; }
.cta-item strong { color: var(--weiss); font-size: 1.05rem; font-weight: 600; }

.contact-form { background: var(--weiss); padding: 44px; border-radius: 20px; box-shadow: var(--schatten); }
.contact-form h3 { font-size: 1.5rem; margin-bottom: 6px; }
.contact-form > p { color: var(--text-weich); margin-bottom: 24px; }
.fg { margin-bottom: 18px; }
.fg label { display: block; font-weight: 600; font-size: 0.92rem; margin-bottom: 7px; }
.fg input, .fg textarea, .fg select { width: 100%; padding: 13px 16px; border: 1.5px solid var(--linie); border-radius: var(--radius-sm); font-family: var(--font-body); font-size: 1rem; background: var(--creme); color: var(--text); transition: border-color .2s; }
.fg input:focus, .fg textarea:focus, .fg select:focus { outline: none; border-color: var(--gold-tief); }
.fg textarea { min-height: 110px; resize: vertical; }
.form-note { font-size: 0.82rem; color: var(--text-leise); margin-top: 14px; }
.form-note code { background: var(--creme-2); padding: 2px 6px; border-radius: 4px; font-size: 0.9em; }
.form-msg { display: none; margin-top: 14px; padding: 13px 16px; border-radius: var(--radius-sm); font-weight: 600; font-size: 0.95rem; }

/* ============================================================
   FOOTER
   ============================================================ */
.footer { background: var(--braun-tief); color: var(--auf-dunkel); padding: 60px 0 26px; }
.footer-inner { display: grid; grid-template-columns: 1.6fr 1fr 1fr; gap: 40px; margin-bottom: 40px; }
.footer-brand img { height: 64px; margin-bottom: 18px; background: var(--weiss); border-radius: 10px; padding: 6px 10px; }
.footer-brand p { font-size: 0.95rem; opacity: .85; max-width: 320px; }
.footer-col h4 { color: #fff; font-family: var(--font-body); font-size: 1.05rem; font-weight: 700; margin-bottom: 16px; }
.footer-col a, .footer-col span { display: block; color: var(--auf-dunkel); opacity: .85; margin-bottom: 10px; font-size: 0.95rem; transition: opacity .2s, padding-left .2s; }
.footer-col a:hover { opacity: 1; color: var(--gold); padding-left: 4px; }
.footer-bottom { border-top: 1px solid var(--linie-dunkel); padding-top: 24px; text-align: center; font-size: 0.85rem; opacity: .65; }
.footer-bottom a { color: var(--gold); }

/* ============================================================
   ANIMATIONEN
   ============================================================ */
@keyframes fadeUp { from { opacity: 0; transform: translateY(22px); } to { opacity: 1; transform: translateY(0); } }
.reveal { opacity: 0; }
.reveal.in { animation: fadeUp .7s ease forwards; }

/* ============================================================
   RESPONSIVE
   ============================================================ */
@media (max-width: 900px) {
  .nav-toggle { display: block; }
  .nav-links { position: absolute; top: 100%; left: 0; right: 0; flex-direction: column; align-items: stretch; gap: 4px; background: var(--braun); padding: 16px; border-bottom: 1px solid var(--linie-dunkel); display: none; }
  .nav-links.open { display: flex; }
  .nav-links a { padding: 12px 14px; border-radius: var(--radius-sm); }
  .hero { grid-template-columns: 1fr; }
  .hero-left, .hero-right { padding: 48px 32px; }
  .srv-grid, .value-grid { grid-template-columns: 1fr; }
  .why-grid { grid-template-columns: repeat(2, 1fr); }
  .about-grid { grid-template-columns: 1fr; }
  .about-photo .photo-ph, .about-photo .about-img { max-width: 340px; margin: 0 auto; }
  .detail-row { grid-template-columns: 1fr; gap: 32px; margin-bottom: 56px; }
  .detail-row.flip .detail-media { order: 0; }
  .detail-media .ph, .detail-media .detail-img { max-width: 420px; }
  .contact-grid { grid-template-columns: 1fr; }
  .cta-band-inner { flex-direction: column; align-items: flex-start; }
  .page-header-logo { display: none; }
}
@media (max-width: 540px) {
  body { font-size: 16px; }
  .section, .cta-band { padding: 56px 0; }
  .hero-left, .hero-right { padding: 40px 24px; }
  .why-grid { grid-template-columns: 1fr; }
  .hero-actions .btn { width: 100%; }
  .contact-info, .contact-form { padding: 32px 26px; }
}

/* ============================================================
   RECHTSTEXT (Impressum / Datenschutz)
   ============================================================ */
.legal { max-width: 820px; margin: 0 auto; }
.legal h2 { font-size: 1.7rem; margin: 10px 0 14px; color: var(--braun); }
.legal h3 { font-size: 1.15rem; font-weight: 600; margin: 26px 0 8px; color: var(--braun); font-family: var(--fd); }
.legal p { color: var(--weich); margin-bottom: 14px; line-height: 1.7; }
.legal a { color: var(--gold-tief); text-decoration: underline; }
.legal a:hover { color: var(--braun); }
.legal-sep { border: none; border-top: 1px solid var(--linie); margin: 46px 0; }
.legal-stand { font-size: 0.9rem; color: var(--leise); margin-top: 26px; }
.legal-table { width: 100%; border-collapse: collapse; margin: 8px 0 10px; }
.legal-table th { text-align: left; vertical-align: top; width: 38%; padding: 10px 14px 10px 0; color: var(--braun); font-weight: 600; font-size: 0.95rem; border-bottom: 1px solid var(--linie); }
.legal-table td { padding: 10px 0; color: var(--weich); border-bottom: 1px solid var(--linie); font-size: 0.95rem; }
.legal-hint { background: #fff8e6; border: 1px solid var(--gold-tief); border-radius: var(--radius-sm); padding: 16px 20px; margin-bottom: 30px; font-size: 0.92rem; color: #6b561c; line-height: 1.6; }
.legal-hint strong { color: var(--braun); }
@media (max-width: 560px) {
  .legal-table th, .legal-table td { display: block; width: 100%; }
  .legal-table th { border-bottom: none; padding-bottom: 2px; }
  .legal-table td { padding-top: 0; }
}

/* Honeypot-Feld (Spam-Schutz, für Menschen unsichtbar) */
.hp-field { position: absolute; left: -9999px; width: 1px; height: 1px; overflow: hidden; }

/* ============================================================
   LEISTUNGEN-TEASER (Startseite, mit Bildern)
   ============================================================ */
.teaser-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 24px; }
.teaser-card { background: var(--weiss); border-radius: var(--radius); overflow: hidden; box-shadow: var(--schatten); transition: transform .3s ease, box-shadow .3s ease; display: flex; flex-direction: column; }
.teaser-card:hover { transform: translateY(-6px); box-shadow: var(--schatten-tief); }
.teaser-img { aspect-ratio: 16/10; overflow: hidden; }
.teaser-img img { width: 100%; height: 100%; object-fit: cover; display: block; transition: transform .5s ease; }
.teaser-card:hover .teaser-img img { transform: scale(1.05); }
.teaser-body { padding: 26px 26px 28px; }
.teaser-body h3 { font-size: 1.35rem; font-weight: 600; margin-bottom: 8px; }
.teaser-body p { color: var(--text-weich); font-size: 0.96rem; margin-bottom: 14px; }
.teaser-link { color: var(--gold-tief); font-weight: 700; font-size: 0.95rem; }
.teaser-card:hover .teaser-link { color: var(--braun); }
@media (max-width: 900px) { .teaser-grid { grid-template-columns: 1fr; } }
