/* =========================================================
   1000tische – Premium Landingpage Design-System
   Markenfarbe Bordeaux #78152D (aus Firmen-Corporate-Design)
   Ästhetik: reduziert, editorial, Apple-nah · conversion-first
   ========================================================= */

:root {
  --wine: #78152d;
  --wine-700: #8f1e38;
  --wine-900: #5c0f22;
  --ink: #1b1815;
  --graphite: #4b453f;
  --stone: #8a8177;
  --line: #e8e2d9;
  --sand: #f4f0ea;
  --cream: #fbf9f5;
  --white: #ffffff;
  --brass: #a98545;
  --star: #e7a915;
  --shadow-sm: 0 1px 2px rgba(27,24,21,.06), 0 4px 16px rgba(27,24,21,.06);
  --shadow-md: 0 4px 12px rgba(27,24,21,.08), 0 18px 48px rgba(27,24,21,.12);
  --radius: 18px;
  --radius-sm: 12px;
  --maxw: 1180px;
  --ease: cubic-bezier(.22,.61,.36,1);
  --font: -apple-system, BlinkMacSystemFont, "SF Pro Display", "Segoe UI", Roboto, Helvetica, Arial, sans-serif;
}

* { margin: 0; padding: 0; box-sizing: border-box; }
html { scroll-behavior: smooth; -webkit-text-size-adjust: 100%; }
body {
  font-family: var(--font);
  color: var(--ink);
  background: var(--white);
  line-height: 1.55;
  -webkit-font-smoothing: antialiased;
  text-rendering: optimizeLegibility;
  overflow-x: hidden;
}
img { max-width: 100%; display: block; }
a { color: inherit; }

.wrap { width: 100%; max-width: var(--maxw); margin: 0 auto; padding: 0 22px; }

/* ---------- Typografie ---------- */
h1, h2, h3 { line-height: 1.06; letter-spacing: -0.022em; font-weight: 700; }
.eyebrow {
  font-size: .8rem; font-weight: 700; letter-spacing: .14em; text-transform: uppercase;
  color: var(--wine); margin-bottom: 16px;
}
.section-head { max-width: 720px; margin: 0 auto 48px; text-align: center; }
.section-head h2 { font-size: clamp(1.8rem, 4.4vw, 3rem); }
.section-head p { font-size: 1.12rem; color: var(--graphite); margin-top: 16px; }

/* ---------- Buttons ---------- */
.btn {
  display: inline-flex; align-items: center; justify-content: center; gap: 9px;
  font: inherit; font-weight: 600; font-size: 1.02rem; line-height: 1;
  padding: 16px 26px; border-radius: 999px; border: 1.5px solid transparent;
  text-decoration: none; cursor: pointer; white-space: nowrap;
  transition: transform .18s var(--ease), background .18s var(--ease), box-shadow .18s var(--ease), color .18s var(--ease), border-color .18s var(--ease);
}
.btn-primary { background: var(--wine); color: #fff; box-shadow: 0 8px 24px rgba(120,21,45,.28); }
.btn-primary:hover { background: var(--wine-700); transform: translateY(-2px); box-shadow: 0 12px 30px rgba(120,21,45,.34); }
.btn-ghost { background: transparent; color: var(--ink); border-color: var(--line); }
.btn-ghost:hover { border-color: var(--ink); transform: translateY(-2px); }
.btn-light { background: rgba(255,255,255,.14); color: #fff; border-color: rgba(255,255,255,.5); backdrop-filter: blur(6px); }
.btn-light:hover { background: rgba(255,255,255,.24); transform: translateY(-2px); }
.btn-block { width: 100%; }
.btn-lg { padding: 18px 32px; font-size: 1.08rem; }

/* ---------- Header ---------- */
.site-header {
  position: fixed; top: 0; left: 0; right: 0; z-index: 100;
  transition: background .3s var(--ease), box-shadow .3s var(--ease), border-color .3s var(--ease);
  border-bottom: 1px solid transparent;
}
.site-header .wrap { display: flex; align-items: center; justify-content: space-between; height: 74px; }
/* Header dauerhaft hell, damit das Original-Logo in Originalfarben lesbar bleibt */
.site-header { background: rgba(251,249,245,.86); backdrop-filter: saturate(180%) blur(18px); border-bottom-color: var(--line); }
.site-header.scrolled { background: rgba(251,249,245,.94); box-shadow: 0 1px 0 rgba(0,0,0,.04); }
.brand { display: flex; align-items: center; text-decoration: none; }
.brand img { display: block; height: 44px; width: auto; }
.header-actions { display: flex; align-items: center; gap: 14px; }
.header-phone { text-decoration: none; font-weight: 600; font-size: .98rem; color: var(--ink); transition: color .3s var(--ease); white-space: nowrap; }
.header-phone:hover { color: var(--wine); }
.header-actions .btn { padding: 11px 20px; font-size: .95rem; }

/* ---------- Hero ---------- */
.hero { position: relative; min-height: 90vh; display: flex; align-items: flex-end; color: #fff; overflow: hidden; }
.hero-img { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover; z-index: -2; }
.hero::after {
  content: ""; position: absolute; inset: 0; z-index: -1;
  background: linear-gradient(180deg, rgba(20,14,11,.34) 0%, rgba(20,14,11,.05) 32%, rgba(20,14,11,.5) 78%, rgba(20,14,11,.82) 100%);
}
.hero .wrap { padding-top: 120px; padding-bottom: 60px; }
.hero-inner { max-width: 760px; }
.hero .kicker {
  display: inline-flex; align-items: center; gap: 8px; font-size: .86rem; font-weight: 600;
  background: rgba(255,255,255,.14); backdrop-filter: blur(6px); border: 1px solid rgba(255,255,255,.28);
  padding: 8px 15px; border-radius: 999px; margin-bottom: 22px;
}
.hero h1 { font-size: clamp(2.3rem, 6.2vw, 4.3rem); letter-spacing: -0.03em; text-shadow: 0 2px 30px rgba(0,0,0,.28); }
.hero .lede { font-size: clamp(1.08rem, 2.2vw, 1.4rem); margin-top: 20px; max-width: 40ch; color: rgba(255,255,255,.94); text-shadow: 0 1px 16px rgba(0,0,0,.3); }
.hero-cta { display: flex; flex-wrap: wrap; gap: 14px; margin-top: 34px; }
.hero-trust { display: flex; flex-wrap: wrap; gap: 10px 26px; margin-top: 32px; font-size: .95rem; color: rgba(255,255,255,.92); }
.hero-trust span { display: inline-flex; align-items: center; gap: 8px; }
.hero-trust .stars { color: var(--star); letter-spacing: 1px; }

/* ---------- Logos / Referenzen-Band ---------- */
.refs { background: var(--cream); border-bottom: 1px solid var(--line); padding: 40px 0 34px; }
.refs p.label { text-align: center; font-size: .74rem; letter-spacing: .16em; text-transform: uppercase; color: var(--stone); margin-bottom: 26px; }
.refs-list { display: flex; flex-wrap: wrap; align-items: center; justify-content: center; gap: 14px 40px; }
.refs-list span { font-size: 1.06rem; font-weight: 700; letter-spacing: .01em; color: var(--graphite); opacity: .9; }
.refs-logos { max-width: 1060px; margin: 0 auto; }
.refs-logos img { width: 100%; height: auto; mix-blend-mode: multiply; }

/* ---------- Referenz-Projekte (Foto-Karten) ---------- */
.ref-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 20px; }
.ref-grid .show-card { min-height: 300px; }

/* ---------- Sections ---------- */
section { padding: 84px 0; }
.section-sand { background: var(--sand); }

/* ---------- Vorteile ---------- */
.benefits { display: grid; grid-template-columns: repeat(4, 1fr); gap: 20px; }
.benefit {
  background: var(--white); border: 1px solid var(--line); border-radius: var(--radius); padding: 30px 26px;
  box-shadow: var(--shadow-sm); transition: transform .3s var(--ease), box-shadow .3s var(--ease);
}
.benefit:hover { transform: translateY(-4px); box-shadow: var(--shadow-md); }
.benefit .ic {
  width: 50px; height: 50px; border-radius: 14px; display: grid; place-items: center; margin-bottom: 18px;
  background: linear-gradient(135deg, rgba(120,21,45,.1), rgba(120,21,45,.04)); color: var(--wine);
}
.benefit .ic svg { width: 26px; height: 26px; }
.benefit h3 { font-size: 1.16rem; margin-bottom: 9px; }
.benefit p { font-size: .98rem; color: var(--graphite); }

/* ---------- Showcase (editorial) ---------- */
.showcase { display: grid; gap: 22px; }
.show-row { display: grid; grid-template-columns: 1fr 1fr; gap: 22px; align-items: stretch; }
.show-card { position: relative; border-radius: var(--radius); overflow: hidden; box-shadow: var(--shadow-sm); min-height: 340px; }
.show-card img { width: 100%; height: 100%; object-fit: cover; transition: transform .8s var(--ease); }
.show-card:hover img { transform: scale(1.045); }
.show-card .cap {
  position: absolute; left: 0; right: 0; bottom: 0; padding: 26px 24px 22px; color: #fff;
  background: linear-gradient(180deg, transparent, rgba(15,10,8,.78));
}
.show-card .cap h3 { font-size: 1.3rem; }
.show-card .cap p { font-size: .96rem; opacity: .92; margin-top: 4px; }
.show-card.tall { min-height: 100%; }
.show-col { display: grid; gap: 22px; }

/* ---------- Reviews ---------- */
.reviews-top { display: flex; flex-wrap: wrap; align-items: center; justify-content: center; gap: 14px 24px; margin-bottom: 14px; }
.g-badge { display: inline-flex; align-items: center; gap: 10px; font-weight: 600; }
.g-logo { font-weight: 700; font-size: 1.2rem; letter-spacing: -.02em; }
.g-logo b:nth-child(1){color:#4285F4}.g-logo b:nth-child(2){color:#EA4335}.g-logo b:nth-child(3){color:#FBBC05}.g-logo b:nth-child(4){color:#4285F4}.g-logo b:nth-child(5){color:#34A853}.g-logo b:nth-child(6){color:#EA4335}
.rating-big { display: inline-flex; align-items: baseline; gap: 10px; }
.rating-big .num { font-size: 2.4rem; font-weight: 800; letter-spacing: -.02em; }
.rating-big .stars { color: var(--star); font-size: 1.3rem; letter-spacing: 2px; }
.rating-big .count { color: var(--stone); font-size: .98rem; }
.reviews-note { text-align: center; font-size: .8rem; color: var(--stone); margin-bottom: 34px; }
.review-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 20px; }
.review {
  background: var(--white); border: 1px solid var(--line); border-radius: var(--radius); padding: 26px;
  box-shadow: var(--shadow-sm); display: flex; flex-direction: column; gap: 14px;
}
.review .stars { color: var(--star); letter-spacing: 2px; font-size: 1rem; }
.review .text { font-size: 1rem; color: var(--ink); line-height: 1.6; flex: 1; }
.review .who { display: flex; align-items: center; gap: 12px; }
.review .avatar { width: 40px; height: 40px; border-radius: 50%; background: var(--wine); color: #fff; display: grid; place-items: center; font-weight: 700; }
.review .who .n { font-weight: 600; font-size: .95rem; }
.review .who .d { font-size: .82rem; color: var(--stone); }
.reviews-cta { text-align: center; margin-top: 34px; }

/* ---------- Handwerk / Split ---------- */
.split { display: grid; grid-template-columns: 1fr 1fr; gap: 54px; align-items: center; }
.split.reverse .split-media { order: 2; }
.split-media { border-radius: var(--radius); overflow: hidden; box-shadow: var(--shadow-md); }
.split-media img { width: 100%; height: 100%; object-fit: cover; }
.split-body h2 { font-size: clamp(1.7rem, 3.6vw, 2.5rem); }
.split-body p { font-size: 1.08rem; color: var(--graphite); margin-top: 18px; }
.mini-materials { display: flex; gap: 14px; margin-top: 26px; }
.mini-materials figure { flex: 1; border-radius: var(--radius-sm); overflow: hidden; box-shadow: var(--shadow-sm); }
.mini-materials img { aspect-ratio: 4/3; object-fit: cover; width: 100%; }
.mini-materials figcaption { font-size: .82rem; color: var(--stone); padding: 8px 2px 0; }

/* ---------- Referenz-Highlight ---------- */
.ref-highlight { background: var(--ink); color: #fff; }
.ref-highlight .split-body h2 { color: #fff; }
.ref-highlight .split-body p { color: rgba(255,255,255,.82); }
.ref-highlight .eyebrow { color: #e3a9b5; }

/* ---------- FAQ ---------- */
.faq-list { max-width: 800px; margin: 0 auto; }
.faq-item { border-bottom: 1px solid var(--line); }
.faq-item summary {
  list-style: none; cursor: pointer; padding: 22px 4px; font-size: 1.12rem; font-weight: 600;
  display: flex; justify-content: space-between; align-items: center; gap: 16px;
}
.faq-item summary::-webkit-details-marker { display: none; }
.faq-item summary::after { content: "+"; color: var(--wine); font-size: 1.5rem; font-weight: 400; transition: transform .25s var(--ease); }
.faq-item[open] summary::after { transform: rotate(45deg); }
.faq-item .a { padding: 0 4px 24px; color: var(--graphite); font-size: 1.02rem; max-width: 68ch; }

/* ---------- Anfrage / Final CTA ---------- */
.anfrage { background: linear-gradient(160deg, var(--wine) 0%, var(--wine-900) 100%); color: #fff; }
.anfrage-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 56px; align-items: start; }
.anfrage-copy h2 { font-size: clamp(1.9rem, 4vw, 2.9rem); }
.anfrage-copy p { font-size: 1.12rem; color: rgba(255,255,255,.9); margin-top: 18px; }
.anfrage-usp { list-style: none; margin-top: 28px; display: grid; gap: 14px; }
.anfrage-usp li { display: flex; align-items: flex-start; gap: 12px; font-size: 1.04rem; color: rgba(255,255,255,.95); }
.anfrage-usp svg { width: 22px; height: 22px; flex: none; margin-top: 1px; color: #f0c9d1; }
.anfrage-contact { margin-top: 30px; font-size: 1.05rem; }
.anfrage-contact a { color: #fff; font-weight: 700; text-decoration: none; border-bottom: 1px solid rgba(255,255,255,.4); }

.form-card { background: var(--white); color: var(--ink); border-radius: var(--radius); padding: 34px; box-shadow: var(--shadow-md); }
.form-card h3 { font-size: 1.3rem; margin-bottom: 6px; }
.form-card .fine { font-size: .92rem; color: var(--stone); margin-bottom: 22px; }
form.lead { display: grid; gap: 15px; }
.field { display: grid; gap: 7px; }
.field label { font-size: .86rem; font-weight: 600; color: var(--graphite); }
/* Grid-Kinder dürfen schrumpfen: Inputs haben durch ihr size-/cols-Attribut
   eine intrinsische Mindestbreite (~340px), die sonst die Spalte aufbläht
   und auf schmalen Displays aus dem Layout läuft. */
form.lead, .guide-form, .row2, .field { min-width: 0; }
form.lead > *, .guide-form > *, .row2 > *, .field > * { min-width: 0; }
.field input, .field textarea {
  font: inherit; width: 100%; min-width: 0; padding: 13px 15px; border-radius: 11px; border: 1.5px solid var(--line);
  background: var(--cream); color: var(--ink); transition: border-color .18s, background .18s, box-shadow .18s;
}
.field input::placeholder, .field textarea::placeholder { color: #b3aa9f; }
.field input:focus, .field textarea:focus { outline: none; border-color: var(--wine); background: #fff; box-shadow: 0 0 0 4px rgba(120,21,45,.1); }
.field textarea { min-height: 108px; resize: vertical; }
.row2 { display: grid; grid-template-columns: 1fr 1fr; gap: 15px; }
.consent { font-size: .8rem; color: var(--stone); }
.consent a { color: var(--wine); }

/* Honeypot – für Menschen unsichtbar, Bots füllen ihn aus */
.hp { position: absolute; left: -9999px; width: 1px; height: 1px; opacity: 0; pointer-events: none; }

/* Fehlermeldung beim Absenden */
.form-status {
  font-size: .92rem; font-weight: 600; color: var(--wine); background: rgba(120,21,45,.07);
  border: 1px solid rgba(120,21,45,.18); border-radius: 11px; padding: 12px 14px;
}
.form-status[hidden] { display: none; }
.form-status a { color: var(--wine); white-space: nowrap; }
#form-danke { text-align: center; padding: 24px 8px; }
#form-danke .check { width: 62px; height: 62px; border-radius: 50%; background: rgba(120,21,45,.1); color: var(--wine); display: grid; place-items: center; margin: 0 auto 16px; }
#form-danke h3 { font-size: 1.4rem; margin-bottom: 8px; }
#form-danke p { color: var(--graphite); }

/* ---------- Footer ---------- */
footer { background: var(--cream); border-top: 1px solid var(--line); padding: 54px 0 108px; font-size: .92rem; color: var(--graphite); }
.foot-grid { display: grid; grid-template-columns: 1.4fr 1fr 1fr; gap: 32px; }
.foot-logo { display: block; height: 52px; width: auto; }
.foot-claim { font-size: .64rem; letter-spacing: .24em; text-transform: uppercase; color: var(--stone); font-weight: 600; margin-top: 10px; }
.foot-grid h4 { font-size: .78rem; text-transform: uppercase; letter-spacing: .12em; color: var(--stone); margin-bottom: 12px; }
.foot-grid a { color: var(--graphite); text-decoration: none; }
.foot-grid a:hover { color: var(--wine); }
.foot-grid p { margin-bottom: 6px; }
.foot-legal { margin-top: 36px; padding-top: 22px; border-top: 1px solid var(--line); display: flex; flex-wrap: wrap; gap: 8px 22px; justify-content: space-between; color: var(--stone); font-size: .86rem; }
.foot-legal a { color: var(--stone); }

/* ---------- Sticky Mobile Call-Bar ---------- */
.callbar { position: fixed; left: 0; right: 0; bottom: 0; z-index: 90; display: none; gap: 10px; padding: 10px 12px calc(10px + env(safe-area-inset-bottom));
  background: rgba(251,249,245,.92); backdrop-filter: blur(14px); border-top: 1px solid var(--line); }
.callbar .btn { flex: 1; padding: 14px; min-width: 0; }

/* eTermin-Buchungsbutton (kommt über den GTM-Container, nicht aus diesem HTML):
   liegt fix am unteren Rand mit z-index 999 und damit exakt über der Call-Bar –
   der Haupt-CTA "Angebot anfragen" ist dadurch auf dem Handy nicht klickbar.
   Auf Desktop bleibt der Button, dort gibt es keine Call-Bar.
   Terminbuchung bleibt mobil über "Beratungsgespräch buchen" im Anfrage-Block erreichbar. */
@media (max-width: 640px) {
  #etwidgetBtn, .etwidgetBtn { display: none !important; }
}

/* ---------- Reveal-Animation ---------- */
.reveal { opacity: 0; transform: translateY(24px); transition: opacity .7s var(--ease), transform .7s var(--ease); }
.reveal.in { opacity: 1; transform: none; }
@media (prefers-reduced-motion: reduce) { .reveal { opacity: 1; transform: none; transition: none; } html { scroll-behavior: auto; } }

/* ---------- Responsive ---------- */
@media (max-width: 960px) {
  .benefits { grid-template-columns: repeat(2, 1fr); }
  .review-grid { grid-template-columns: 1fr; }
  .ref-grid { grid-template-columns: repeat(2, 1fr); }
  .split, .anfrage-grid { grid-template-columns: 1fr; gap: 34px; }
  .split.reverse .split-media { order: 0; }
  .show-row { grid-template-columns: 1fr; }
}
@media (max-width: 640px) {
  section { padding: 60px 0; }
  .hero { min-height: 92vh; }
  /* svh = sichtbare Höhe ohne Browserleiste: verhindert das Springen,
     wenn die Adressleiste beim Scrollen ein- und ausblendet */
  @supports (height: 100svh) { .hero { min-height: 92svh; } }
  .hero .wrap { padding-top: 104px; padding-bottom: 40px; }
  .benefits { grid-template-columns: 1fr; }
  .ref-grid { grid-template-columns: 1fr; }
  .row2 { grid-template-columns: 1fr; }
  .header-phone, .site-header .btn { display: none; }
  .site-header .wrap { height: 62px; }
  .brand img { height: 36px; }
  .foot-logo { height: 44px; }
  .callbar { display: flex; }
  footer { padding-bottom: 96px; }
  .foot-grid { grid-template-columns: 1fr; gap: 26px; }
  /* lange E-Mail-Adressen dürfen umbrechen statt zu überlaufen */
  .foot-grid a { overflow-wrap: anywhere; }
  .form-card { padding: 26px 20px; }
  .show-card, .ref-grid .show-card { min-height: 260px; }
}
/* sehr schmale Geräte (iPhone SE & Co.) */
@media (max-width: 400px) {
  .wrap { padding: 0 16px; }
  /* lange Button-Beschriftungen dürfen umbrechen statt die Seite
     breiter zu machen ("Alle Bewertungen auf Google ansehen") –
     nur in der Call-Bar bleibt einzeilig, dort ist Platz genug */
  .btn { white-space: normal; }
  .callbar .btn { white-space: nowrap; }
  .btn { padding: 15px 20px; font-size: .98rem; }
  .btn-lg { padding: 16px 22px; font-size: 1.02rem; }
  .callbar { gap: 8px; padding: 9px 10px calc(9px + env(safe-area-inset-bottom)); }
  .callbar .btn { padding: 13px 10px; font-size: .95rem; }
  .hero-trust { gap: 8px 16px; font-size: .88rem; }
}
