/* ==========================================================================
   OPPENHORST LANDSCHAFTSBAU — Design System
   Studio-Niveau · Source Serif 4 + Inter · Moos-Grün-Akzent
   ========================================================================== */

/* --- Tokens ------------------------------------------------------------ */
:root {
  /* Farb-Palette: warme Erd-/Sandtöne + Moos-Grün-Akzent */
  --bg:        #F7F4EF;
  --bg-alt:    #EFECE6;
  --bg-dark:   #161D17;
  --white:     #FFFFFF;
  --ink:       #161D17;
  --ink-2:     #2E3A30;
  --ink-3:     #7A756C;
  --rule:      #DDD8CE;
  --accent:    #38603F;
  --accent-dk: #2A4C31;
  --accent-bg: #EBF1E7;

  --r-sm: 6px;  --r-md: 12px;  --r-lg: 20px;  --r-xl: 32px;
  --shadow-sm: 0 1px 4px rgba(28,23,18,.06), 0 1px 2px rgba(28,23,18,.04);
  --shadow-md: 0 4px 16px rgba(28,23,18,.08), 0 1px 4px rgba(28,23,18,.05);
  --shadow-lg: 0 16px 48px rgba(28,23,18,.12), 0 4px 12px rgba(28,23,18,.06);

  --nav-h: 72px;
  --max-w: 1200px;

  /* Spacing */
  --sp-1: 8px;  --sp-2: 16px;  --sp-3: 24px;  --sp-4: 40px;
  --sp-5: 64px; --sp-6: 96px;  --sp-7: 140px;
  --section-py: var(--sp-6);

  --ease-out: cubic-bezier(.22,.61,.36,1);

  /* Schrift-Paarung */
  --font-display: 'Source Serif 4', Georgia, serif;
  --font-body:    'Inter', system-ui, sans-serif;
}

/* --- Reset & Base ------------------------------------------------------ */
*, *::before, *::after { box-sizing: border-box; margin: 0; padding: 0; }

html {
  scroll-behavior: smooth;
  -webkit-text-size-adjust: 100%;
  scroll-padding-top: var(--nav-h);
}

body {
  font-family: var(--font-body);
  font-size: 16px;
  line-height: 1.7;
  color: var(--ink);
  background: var(--bg);
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

img { display: block; max-width: 100%; height: auto; }
a   { color: inherit; text-decoration: none; }
ul, ol { list-style: none; }
button { font: inherit; cursor: pointer; border: none; background: none; }
input, textarea, select { font: inherit; }

::selection { background: var(--accent-bg); color: var(--accent-dk); }

/* Feines Korn auf hellem BG */
body::before {
  content: "";
  position: fixed; inset: 0; z-index: 9999;
  pointer-events: none;
  opacity: .028;
  background-image: url("data:image/svg+xml,%3Csvg viewBox='0 0 256 256' xmlns='http://www.w3.org/2000/svg'%3E%3Cfilter id='n'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='.85' numOctaves='4' stitchTiles='stitch'/%3E%3C/filter%3E%3Crect width='100%25' height='100%25' filter='url(%23n)'/%3E%3C/svg%3E");
  background-repeat: repeat;
  background-size: 256px 256px;
}

/* --- Typography -------------------------------------------------------- */
h1, h2, h3, h4 {
  font-family: var(--font-display);
  font-weight: 600;
  text-wrap: balance;
  letter-spacing: -.01em;
  color: var(--ink);
}
p, li { text-wrap: pretty; }

.h-display {
  font-size: clamp(44px, 6vw, 84px);
  font-weight: 600;
  line-height: 1.04;
  letter-spacing: -.02em;
}
.h-1 { font-size: clamp(34px, 4vw, 56px); line-height: 1.08; }
.h-2 { font-size: clamp(26px, 3vw, 40px); line-height: 1.14; }
.h-3 { font-size: clamp(20px, 2.5vw, 26px); line-height: 1.2; }

.lead {
  font-size: clamp(17px, 1.5vw, 19px);
  line-height: 1.7;
  color: var(--ink-2);
}

.eyebrow {
  font-family: var(--font-body);
  text-transform: uppercase;
  letter-spacing: .12em;
  font-size: .8rem;
  font-weight: 600;
  color: var(--accent);
}

.stat { font-variant-numeric: tabular-nums; }

/* Links im Fließtext */
.prose a {
  color: var(--accent);
  text-decoration: underline;
  text-underline-offset: 3px;
  text-decoration-thickness: 1px;
  transition: color .15s;
}
.prose a:hover { color: var(--accent-dk); }

/* --- Layout ------------------------------------------------------------ */
.wrap {
  width: 100%;
  max-width: var(--max-w);
  margin: 0 auto;
  padding-inline: var(--sp-3);
}

.section {
  padding-block: var(--section-py);
  position: relative;
}
.section--cream { background: var(--bg); }
.section--white { background: var(--white); }
.section--dark  {
  background: var(--bg-dark);
  color: var(--bg);
}
.section--dark h1, .section--dark h2, .section--dark h3,
.section--dark .eyebrow { color: var(--bg); }
.section--dark .eyebrow { color: var(--accent-bg); opacity: .8; }
.section--dark .lead { color: var(--rule); }
.section--accent-bg { background: var(--accent-bg); }

/* Haarlinien */
.rule       { border: none; border-top: 1px solid var(--rule); }
.rule--dark { border-color: rgba(255,255,255,.1); }

/* Grid Helpers */
.grid-60-40 {
  display: grid;
  grid-template-columns: 1fr;
  gap: var(--sp-4);
}
.grid-50-50 {
  display: grid;
  grid-template-columns: 1fr;
  gap: var(--sp-4);
}

/* --- Signatur-Motiv: Übergroße Sektionsziffern ------------------------- */
.section-number {
  font-family: var(--font-display);
  font-size: clamp(80px, 12vw, 180px);
  font-weight: 300;
  line-height: 1;
  color: var(--accent);
  opacity: .1;
  letter-spacing: -.04em;
  user-select: none;
  pointer-events: none;
}
.section--dark .section-number { color: var(--bg); opacity: .06; }

/* --- Header & Navigation ----------------------------------------------- */
.site-header {
  position: fixed;
  top: 0; left: 0; right: 0;
  height: var(--nav-h);
  z-index: 100;
  background: rgba(247,244,239,.92);
  backdrop-filter: blur(12px);
  -webkit-backdrop-filter: blur(12px);
  border-bottom: 1px solid var(--rule);
  transition: background .3s, box-shadow .3s;
}
.site-header.is-scrolled {
  box-shadow: var(--shadow-sm);
}

.header__inner {
  max-width: var(--max-w);
  margin: 0 auto;
  padding-inline: var(--sp-3);
  height: 100%;
  display: flex;
  align-items: center;
  gap: var(--sp-4);
}

.header__logo {
  display: flex;
  align-items: center;
  gap: 10px;
  flex-shrink: 0;
}

.header__logo img {
  display: block;
  height: 38px;
  width: auto;
}
.header__logo-suffix {
  font-family: var(--font-body);
  font-size: .75rem;
  font-weight: 400;
  letter-spacing: .06em;
  color: var(--ink-3);
  white-space: nowrap;
  opacity: .7;
}

/* Rechte Seite: Tel + CTA nach rechts schieben */
.header__tel {
  margin-left: auto;
  font-size: .85rem;
  font-weight: 600;
  color: var(--accent);
  white-space: nowrap;
  transition: color .15s;
}
.header__tel:hover { color: var(--accent-dk); }

.header__cta {
  font-size: .85rem;
  padding: 10px 22px;
}


/* --- Hero (Collage-Grid) ----------------------------------------------- */
.hero {
  padding-top: var(--nav-h);
  position: relative;
  overflow: visible;
  background: var(--bg); /* Fugenfarbe = Creme */
}
.hero--dark { color: var(--bg); }

/* Collage-Grid: Farn oben, Naturstein + Werkzeug unten 50/50 */
.hero-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  grid-template-rows: auto auto;
  gap: 8px; /* Fugen wie Natursteinfugen */
  width: 100%;
  overflow: hidden;
}

/* Panel-Bilder */
.hero-grid__panel {
  overflow: hidden;
  position: relative;
}
.hero-grid__panel img {
  display: block;
  width: 100%; height: 100%;
  object-fit: cover;
}

/* Farn-Panel: volle Breite, Textzone */
.hero-grid__fern {
  grid-column: 1 / -1;
  aspect-ratio: 1536 / 508;
  min-height: 55vh;
}
/* Overlay-Gradient von links für Textlesbarkeit */
.hero-grid__fern::after {
  content: "";
  position: absolute; inset: 0;
  background: linear-gradient(90deg, rgba(22,29,23,.82) 0%, rgba(22,29,23,.55) 50%, rgba(22,29,23,.20) 100%);
  z-index: 1;
}

/* Untere Panels */
.hero-grid__stone,
.hero-grid__tools {
  aspect-ratio: 764 / 484;
}

/* Textinhalt im Farn-Panel */
.hero__content {
  position: absolute;
  inset: 0;
  z-index: 2;
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: var(--sp-5) var(--sp-4);
  max-width: 600px;
}
.hero__eyebrow {
  margin-bottom: var(--sp-2);
}
.hero__eyebrow-line1 {
  display: flex;
  align-items: center;
  gap: 12px;
  font-family: var(--font-body);
  text-transform: uppercase;
  letter-spacing: .14em;
  font-size: .8rem;
  color: #A9C3A9;
  line-height: 1.3;
}
.hero__eyebrow-line1::before {
  content: '';
  display: block;
  width: 24px;
  height: 2px;
  background: var(--accent);
  flex-shrink: 0;
}
.hero__eyebrow-line2 {
  font-family: var(--font-body);
  font-size: .68rem;
  letter-spacing: .08em;
  color: var(--bg);
  opacity: .75;
  margin-top: 6px;
  text-transform: uppercase;
}
.hero__title {
  margin-bottom: var(--sp-3);
  color: var(--bg);
  font-size: clamp(34px, 5vw, 72px); /* Obergrenze 72px, kreuzt keine Fuge */
}
.hero__lead {
  margin-bottom: var(--sp-3);
  max-width: 480px;
  color: var(--rule);
}

/* 30+-Badge: verankert an der Hero-Sektion, ragt halb über die Unterkante */
.hero__badge {
  position: absolute;
  right: clamp(24px, 5vw, 80px);
  bottom: 0;
  transform: translateY(50%);
  background: var(--accent);
  color: var(--white);
  padding: 20px 24px;
  border-radius: var(--r-md);
  box-shadow: 0 8px 24px rgba(0,0,0,.18);
  z-index: 10;
  text-align: center;
}
.hero__badge strong {
  display: block;
  font-family: var(--font-display);
  font-size: 2.2rem;
  line-height: 1;
  letter-spacing: -.02em;
}
.hero__badge small {
  font-size: .75rem;
  font-weight: 500;
  letter-spacing: .04em;
  opacity: .9;
}

/* Mobile-Inline-Badge (ersetzt das absolute Badge auf kleinen Screens) */
.hero__badge-inline {
  display: none;
  align-items: center;
  gap: 8px;
  margin-top: var(--sp-2);
  font-family: var(--font-body);
  font-size: .85rem;
  font-weight: 600;
  color: var(--bg);
  opacity: .9;
}
.hero__badge-dot {
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: var(--accent);
  flex-shrink: 0;
}

/* Panel-Labels (Mobile-only Overlays auf den unteren Panels) */
.hero-panel__label {
  display: none; /* Desktop: versteckt */
  position: absolute;
  bottom: 0; left: 0; right: 0;
  z-index: 2;
  padding: var(--sp-3) var(--sp-3);
  text-align: center;
  font-family: var(--font-display);
  font-weight: 600;
  color: var(--white);
  background: linear-gradient(0deg, rgba(22,29,23,.7) 0%, rgba(22,29,23,0) 100%);
}
.hero-panel__label--stat { font-size: 1.1rem; }
.hero-panel__label--stat strong {
  display: block;
  font-size: 2rem;
  line-height: 1;
  letter-spacing: -.02em;
}
.hero-panel__label--cta {
  font-size: .95rem;
  font-family: var(--font-body);
  letter-spacing: .02em;
}

/* Sub-Hero (Unterseiten): Bild-Hintergrund, kein Grid */
.hero--sub {
  min-height: auto;
  padding-top: calc(var(--nav-h) + var(--sp-6));
  padding-bottom: var(--sp-5);
  background: var(--bg-dark);
}
.hero--sub .hero-media {
  position: absolute; inset: 0;
  overflow: hidden; z-index: 0;
}
.hero--sub .hero-media img {
  width: 100%; height: 100%;
  object-fit: cover; object-position: center;
  display: block;
}
.hero--sub .hero-media::after {
  content: "";
  position: absolute; inset: 0;
  background: linear-gradient(180deg, rgba(22,29,23,.55), rgba(22,29,23,.75));
}
/* Sub-Hero-Text */
.hero--sub .hero__content {
  position: relative;
  max-width: var(--max-w);
  margin: 0 auto;
  padding: 0 var(--sp-3);
}
.hero--sub .hero__title { color: var(--bg); }
.hero--sub .hero__lead { color: var(--rule); }
/* Subtiles Rauschen auf dunklem Hero */
.hero--sub::before {
  content: "";
  position: absolute; inset: 0; z-index: 1;
  opacity: .04;
  background-image: url("data:image/svg+xml,%3Csvg viewBox='0 0 256 256' xmlns='http://www.w3.org/2000/svg'%3E%3Cfilter id='n'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='.75' numOctaves='4' stitchTiles='stitch'/%3E%3C/filter%3E%3Crect width='100%25' height='100%25' filter='url(%23n)'/%3E%3C/svg%3E");
  background-size: 256px 256px;
  pointer-events: none;
}

/* Atmosphäre-Bild (Detail-Abschnitte) */
.atmo-img {
  display: block;
  width: 100%; height: auto;
  border-radius: var(--r-lg);
  object-fit: cover;
}

/* --- Buttons ----------------------------------------------------------- */
.btn {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  padding: 14px 32px;
  border-radius: var(--r-sm);
  font-weight: 600;
  font-size: .95rem;
  line-height: 1;
  transition: background .15s, transform .15s;
  white-space: nowrap;
}
.btn:active { transform: scale(.97); }

.btn--primary {
  background: var(--accent);
  color: var(--white);
}
.btn--primary:hover { background: var(--accent-dk); }

.btn--outline {
  background: transparent;
  color: var(--accent);
  border: 2px solid var(--accent);
}
.btn--outline:hover {
  background: var(--accent);
  color: var(--white);
}

.btn--on-dark {
  background: var(--white);
  color: var(--bg-dark);
}
.btn--on-dark:hover { background: var(--bg-alt); }

/* --- Service-Blöcke (alternierend, mit Signatur-Ziffern) --------------- */
.service-block {
  display: grid;
  grid-template-columns: 1fr;
  gap: var(--sp-3);
  padding-block: var(--sp-5);
  border-bottom: 1px solid var(--rule);
}
.service-block:last-child { border-bottom: none; }

.service-block__number {
  font-family: var(--font-display);
  font-size: clamp(48px, 8vw, 96px);
  font-weight: 300;
  line-height: 1;
  color: var(--accent);
  opacity: .2;
  letter-spacing: -.04em;
}
.service-block__content { max-width: 600px; }
.service-block__title {
  margin-bottom: var(--sp-2);
}
.service-block__text {
  color: var(--ink-2);
}

/* --- Stats / Trust (typografische Zahlen statt Icon-Cards) ------------- */
.stats-row {
  display: grid;
  grid-template-columns: 1fr;
  gap: var(--sp-4);
}
.stat-item { text-align: left; }
.stat-item__number {
  font-family: var(--font-display);
  font-size: clamp(40px, 5vw, 64px);
  font-weight: 600;
  line-height: 1;
  color: var(--accent);
  margin-bottom: var(--sp-1);
  letter-spacing: -.02em;
}
.stat-item__label {
  font-size: .9rem;
  color: var(--ink-3);
  font-weight: 500;
}
.section--dark .stat-item__number { color: var(--accent-bg); }
.section--dark .stat-item__label  { color: rgba(255,255,255,.6); }

/* --- Proof / Layering-Motiv -------------------------------------------- */
.proof {
  position: relative;
  display: inline-block;
}
.proof img {
  display: block;
  width: 100%;
  height: auto;
  border-radius: var(--r-lg);
}
.proof__stat {
  position: absolute;
  top: -18px; right: -18px;
  background: var(--accent);
  color: var(--white);
  border-radius: var(--r-md);
  padding: 14px 18px;
  font-size: 1.35rem;
  line-height: 1.1;
  box-shadow: var(--shadow-md);
}
.proof__stat strong { display: block; }
.proof__name {
  position: absolute;
  left: -18px; bottom: 28px;
  background: var(--bg-dark);
  color: var(--white);
  border-radius: var(--r-md);
  padding: 12px 18px;
  font-size: .85rem;
  box-shadow: var(--shadow-md);
}

/* --- Teaser-Card ------------------------------------------------------- */
.teaser-card {
  background: var(--white);
  border-radius: var(--r-lg);
  padding: var(--sp-4);
  box-shadow: var(--shadow-sm);
  border: 1px solid var(--rule);
  transition: box-shadow .25s, transform .25s;
}
.teaser-card:hover {
  box-shadow: var(--shadow-md);
  transform: translateY(-2px);
}

/* --- Blockquote / Zitat ------------------------------------------------ */
.quote {
  font-family: var(--font-display);
  font-size: clamp(22px, 3vw, 34px);
  font-weight: 400;
  font-style: italic;
  line-height: 1.4;
  color: var(--bg);
  max-width: 700px;
}
.quote cite {
  display: block;
  margin-top: var(--sp-3);
  font-family: var(--font-body);
  font-style: normal;
  font-size: .85rem;
  font-weight: 500;
  opacity: .7;
  letter-spacing: .04em;
}

/* --- Formular ---------------------------------------------------------- */
.form-group {
  margin-bottom: var(--sp-3);
}
.form-label {
  display: block;
  font-size: .85rem;
  font-weight: 600;
  color: var(--ink-2);
  margin-bottom: 6px;
}
.form-label--required::after {
  content: " *";
  color: #C0392B;
}
.form-input,
.form-select,
.form-textarea {
  width: 100%;
  padding: 12px 16px;
  border: 1px solid var(--rule);
  border-radius: var(--r-sm);
  background: var(--white);
  color: var(--ink);
  font-size: .95rem;
  transition: border-color .15s, box-shadow .15s;
}
.form-input:focus,
.form-select:focus,
.form-textarea:focus {
  outline: none;
  border-color: var(--accent);
  box-shadow: 0 0 0 3px var(--accent-bg);
}
.form-textarea { resize: vertical; min-height: 120px; }
.form-select {
  appearance: none;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='12' height='8'%3E%3Cpath d='M1 1l5 5 5-5' stroke='%237A756C' stroke-width='1.5' fill='none'/%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-position: right 14px center;
  padding-right: 40px;
}

/* Checkbox */
.form-check {
  display: flex;
  align-items: flex-start;
  gap: 10px;
  font-size: .85rem;
  color: var(--ink-2);
  line-height: 1.5;
}
.form-check input[type="checkbox"] {
  width: 18px; height: 18px;
  margin-top: 2px;
  accent-color: var(--accent);
  flex-shrink: 0;
}

/* Honeypot */
.hidden { position: absolute; left: -5000px; overflow: hidden; }

/* --- Footer ------------------------------------------------------------ */
.site-footer {
  background: var(--bg-dark);
  color: rgba(255,255,255,.6);
  padding-top: var(--sp-6);
  padding-bottom: var(--sp-4);
  font-size: .85rem;
  line-height: 1.6;
}
.footer__inner {
  max-width: var(--max-w);
  margin: 0 auto;
  padding-inline: var(--sp-3);
}
.footer__grid {
  display: grid;
  grid-template-columns: 1fr;
  gap: var(--sp-4);
  margin-bottom: var(--sp-5);
}
.footer__heading {
  font-family: var(--font-display);
  font-size: 1rem;
  font-weight: 600;
  color: var(--white);
  margin-bottom: var(--sp-2);
}
.footer__link {
  display: block;
  padding-block: 3px;
  transition: color .15s;
}
.footer__link:hover { color: var(--white); }
.footer__tel { color: var(--accent-bg); font-weight: 600; }
.footer__bottom {
  border-top: 1px solid rgba(255,255,255,.08);
  padding-top: var(--sp-3);
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  gap: var(--sp-2);
}
.footer__legal a { transition: color .15s; }
.footer__legal a:hover { color: var(--white); }

/* --- Cookie-Banner ----------------------------------------------------- */
.cookie-banner {
  position: fixed;
  bottom: 0; left: 0; right: 0;
  z-index: 200;
  background: var(--bg-dark);
  color: rgba(255,255,255,.85);
  padding: var(--sp-3) var(--sp-3);
  box-shadow: 0 -4px 24px rgba(0,0,0,.2);
  transform: translateY(100%);
  transition: transform .4s var(--ease-out);
  font-size: .85rem;
}
.cookie-banner.is-visible { transform: translateY(0); }

.cookie-banner__inner {
  max-width: var(--max-w);
  margin: 0 auto;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: var(--sp-3);
}
.cookie-banner__text { flex: 1 1 320px; line-height: 1.5; }
.cookie-banner__text a { color: var(--accent-bg); text-decoration: underline; }
.cookie-banner__actions {
  display: flex;
  flex-wrap: wrap;
  gap: var(--sp-2);
}
.cookie-btn {
  padding: 10px 20px;
  border-radius: var(--r-sm);
  font-size: .8rem;
  font-weight: 600;
  transition: background .15s;
  white-space: nowrap;
}
.cookie-btn--accept { background: var(--accent); color: var(--white); }
.cookie-btn--accept:hover { background: var(--accent-dk); }
.cookie-btn--essential { background: rgba(255,255,255,.1); color: var(--white); }
.cookie-btn--essential:hover { background: rgba(255,255,255,.18); }
.cookie-btn--settings { background: none; color: rgba(255,255,255,.6); text-decoration: underline; }

/* Cookie Modal */
.cookie-modal {
  position: fixed; inset: 0;
  z-index: 210;
  display: none;
  align-items: center;
  justify-content: center;
  padding: var(--sp-3);
}
.cookie-modal.is-open { display: flex; }
.cookie-modal__overlay {
  position: absolute; inset: 0;
  background: rgba(0,0,0,.5);
}
.cookie-modal__box {
  position: relative;
  background: var(--white);
  border-radius: var(--r-lg);
  padding: var(--sp-4);
  max-width: 520px;
  width: 100%;
  max-height: 80vh;
  overflow-y: auto;
  box-shadow: var(--shadow-lg);
}
.cookie-modal__title {
  font-family: var(--font-display);
  font-size: 1.2rem;
  font-weight: 600;
  margin-bottom: var(--sp-3);
}
.cookie-modal__group {
  padding: var(--sp-2) 0;
  border-bottom: 1px solid var(--rule);
}
.cookie-modal__group:last-of-type { border-bottom: none; }
.cookie-modal__group-head {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.cookie-modal__group-title { font-weight: 600; font-size: .9rem; }
.cookie-modal__group-desc { font-size: .8rem; color: var(--ink-3); margin-top: 4px; }
.cookie-toggle {
  position: relative;
  width: 44px; height: 24px;
  background: var(--rule);
  border-radius: 12px;
  transition: background .2s;
  flex-shrink: 0;
}
.cookie-toggle input { position: absolute; opacity: 0; width: 100%; height: 100%; cursor: pointer; margin: 0; }
.cookie-toggle::after {
  content: "";
  position: absolute;
  top: 3px; left: 3px;
  width: 18px; height: 18px;
  background: var(--white);
  border-radius: 50%;
  transition: transform .2s;
  pointer-events: none;
}
.cookie-toggle:has(input:checked) { background: var(--accent); }
.cookie-toggle:has(input:checked)::after { transform: translateX(20px); }
.cookie-toggle:has(input:disabled) { opacity: .5; cursor: not-allowed; }

.cookie-modal__save {
  margin-top: var(--sp-3);
  width: 100%;
  padding: 12px;
  background: var(--accent);
  color: var(--white);
  border-radius: var(--r-sm);
  font-weight: 600;
  font-size: .9rem;
  transition: background .15s;
}
.cookie-modal__save:hover { background: var(--accent-dk); }

/* --- Sticky Mobile CTA ------------------------------------------------- */
.sticky-cta {
  display: none;
  position: fixed;
  bottom: 0; left: 0; right: 0;
  z-index: 90;
  background: var(--accent);
  color: var(--white);
  text-align: center;
  padding: 14px var(--sp-3);
  font-weight: 700;
  font-size: .95rem;
  box-shadow: 0 -2px 12px rgba(0,0,0,.15);
  transition: transform .3s;
}
.sticky-cta:hover { background: var(--accent-dk); }

/* --- Animations / Reveals ---------------------------------------------- */
.reveal {
  opacity: 0;
  transform: translateY(20px);
  transition: opacity .6s ease-out, transform .6s ease-out;
}
.reveal.is-visible {
  opacity: 1;
  transform: none;
}

@media (prefers-reduced-motion: reduce) {
  .reveal { opacity: 1; transform: none; transition: none; }
  html { scroll-behavior: auto; }
}

/* --- Alltag-Galerie (Marquee) ------------------------------------------ */
.alltag { overflow: hidden; }

.alltag__header {
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  gap: var(--sp-4);
  margin-bottom: var(--sp-5);
}

.alltag__lotus {
  width: clamp(72px, 10vw, 110px);
  height: auto;
  flex-shrink: 0;
}

.marquee {
  --img-h: 320px;
  position: relative;
  width: 100%;
  overflow: hidden;
  mask-image: linear-gradient(90deg, transparent 0%, #000 4%, #000 96%, transparent 100%);
  -webkit-mask-image: linear-gradient(90deg, transparent 0%, #000 4%, #000 96%, transparent 100%);
  -webkit-tap-highlight-color: transparent;
  touch-action: pan-y pinch-zoom;
}

.marquee__track {
  display: flex;
  gap: var(--sp-2);
  width: max-content;
  will-change: transform;
  cursor: grab;
  user-select: none;
  -webkit-user-select: none;
}
.marquee__track:active { cursor: grabbing; }

.marquee__track img {
  height: var(--img-h);
  width: auto;
  border-radius: var(--r-md);
  object-fit: cover;
  flex-shrink: 0;
  box-shadow: var(--shadow-sm);
  pointer-events: none;
}

@media (prefers-reduced-motion: reduce) {
  .marquee {
    mask-image: none;
    -webkit-mask-image: none;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
  }
  .marquee__track {
    cursor: default;
  }
}

@media (max-width: 767px) {
  .alltag { padding-block: var(--sp-5); }
  .alltag__header {
    flex-direction: column;
    align-items: flex-start;
    gap: var(--sp-2);
    margin-bottom: var(--sp-3);
  }
  .alltag__lotus {
    width: 56px;
    align-self: flex-end;
    margin-top: calc(-1 * var(--sp-4));
  }
  .marquee { --img-h: 200px; }
  .marquee__track { gap: var(--sp-2); }
  .marquee__track img { border-radius: var(--r-sm); }
}

/* --- Utility ----------------------------------------------------------- */
.text-accent { color: var(--accent); }
.text-muted  { color: var(--ink-3); }
.mt-1 { margin-top: var(--sp-1); } .mt-2 { margin-top: var(--sp-2); }
.mt-3 { margin-top: var(--sp-3); } .mt-4 { margin-top: var(--sp-4); }
.mb-2 { margin-bottom: var(--sp-2); } .mb-3 { margin-bottom: var(--sp-3); }
.mb-4 { margin-bottom: var(--sp-4); }
.sr-only {
  position: absolute; width: 1px; height: 1px;
  padding: 0; margin: -1px; overflow: hidden;
  clip: rect(0,0,0,0); white-space: nowrap; border: 0;
}

/* ==========================================================================
   RESPONSIVE
   ========================================================================== */

/* 480+ */
@media (min-width: 480px) {
  .stats-row { grid-template-columns: repeat(2, 1fr); }
}

/* 768+ */
@media (min-width: 768px) {
  :root { --section-py: var(--sp-6); }

  .grid-60-40 { grid-template-columns: 3fr 2fr; }
  .grid-50-50 { grid-template-columns: 1fr 1fr; }

  .service-block {
    grid-template-columns: auto 1fr;
    align-items: start;
    gap: var(--sp-4);
  }

  .stats-row { grid-template-columns: repeat(3, 1fr); }

  .footer__grid { grid-template-columns: 2fr 1fr 1fr; }
}

/* 1024+ — Desktop */
@media (min-width: 1024px) {
  :root { --section-py: var(--sp-7); }
  .wrap { padding-inline: var(--sp-4); }

  .hero__content { padding: var(--sp-6) var(--sp-5); }
  .hero-grid__fern { min-height: 60vh; }

  .stats-row { grid-template-columns: repeat(3, 1fr); gap: var(--sp-5); }

  .footer__grid { grid-template-columns: 2fr 1fr 1fr 1fr; }
}

/* Mobile (<768px) */
@media (max-width: 767px) {
  .header__tel { display: none; } /* Sticky-CTA übernimmt Anruf auf Mobile */
  .header__inner { gap: var(--sp-2); }
  .header__logo img { height: 40px; }
  .header__logo-suffix { display: none; }
  .header__cta { display: none; }

  .sticky-cta { display: block; }
  .cookie-banner { bottom: 52px; transform: translateY(calc(100% + 52px)); }
  .cookie-banner.is-visible { transform: translateY(0); }

  /* Cookie-Buttons vertikal auf kleinen Screens */
  .cookie-banner__actions { flex-direction: column; width: 100%; }
  .cookie-btn { width: 100%; text-align: center; min-height: 44px; display: flex; align-items: center; justify-content: center; }

  .hero--sub { padding-top: calc(var(--nav-h) + var(--sp-4)); padding-bottom: var(--sp-4); }

  /* Collage-Grid: auf Mobile eine Spalte */
  .hero-grid { grid-template-columns: 1fr; }
  .hero-grid__fern { min-height: 50vh; aspect-ratio: auto; }
  .hero-grid__stone,
  .hero-grid__tools { aspect-ratio: 16/9; }
  .hero__content {
    padding: clamp(48px, 12vw, 80px) var(--sp-3) var(--sp-4);
  }
  .hero__eyebrow { margin-bottom: 20px; }
  .hero__title {
    font-size: clamp(32px, 8vw, 40px);
    line-height: 1.15;
    margin-bottom: 16px;
  }
  .hero__lead { font-size: .95rem; margin-bottom: 28px; }

  /* Badge + Panel-Labels auf Mobile */
  .hero__badge { display: none; }
  .hero__badge-inline { display: flex; }
  .hero-panel__label { display: block; }

  /* Formular: Inputs mindestens 44px Touch-Target */
  .form-input, .form-select, .form-textarea { padding: 14px 16px; font-size: 16px; }
  .btn { min-height: 48px; }

  /* Stats untereinander auf ganz kleinen Screens */
  .stats-row { gap: var(--sp-3); }

  /* Service-Blöcke: Ziffer kleiner */
  .service-block__number { font-size: clamp(40px, 8vw, 64px); }

  .proof__stat  { top: -10px; right: -8px; font-size: 1.1rem; padding: 10px 13px; }
  .proof__name  { left: -8px; bottom: 14px; padding: 9px 13px; }

  /* Footer kompakter */
  .site-footer { padding-top: var(--sp-5); }
}

/* Sehr kleine Screens (<380px) */
@media (max-width: 379px) {
  .header__logo img { height: 32px; }
  .h-display { font-size: clamp(36px, 10vw, 44px); }
  .wrap { padding-inline: var(--sp-2); }
}

/* Focus-visible */
:focus-visible {
  outline: 2px solid var(--accent);
  outline-offset: 3px;
}
button:focus-visible,
a:focus-visible {
  outline: 2px solid var(--accent);
  outline-offset: 3px;
}
