/* ==========================================================================
   Möbelbörse Trier – Website
   Farben aus dem Logo (Anthrazit #1D1D1B, Weinrot #BF0834), ergänzt um warme
   Creme-/Sandtöne und ein gedämpftes Salbeigrün für Spenden & Nachhaltigkeit.
   ========================================================================== */

@font-face { font-family: "Fraunces"; font-style: normal; font-weight: 400 700; font-display: swap; src: url("../fonts/fraunces-var.woff2") format("woff2"); }
@font-face { font-family: "Fraunces"; font-style: italic; font-weight: 400 600; font-display: swap; src: url("../fonts/fraunces-var-italic.woff2") format("woff2"); }
@font-face { font-family: "Nunito Sans"; font-style: normal; font-weight: 400 800; font-display: swap; src: url("../fonts/nunitosans-var.woff2") format("woff2"); }
@font-face { font-family: "Nunito Sans"; font-style: italic; font-weight: 400 600; font-display: swap; src: url("../fonts/nunitosans-var-italic.woff2") format("woff2"); }

:root {
  --ink: #1d1d1b;
  --ink-2: #47413b;
  --muted: #756c64;
  --red: #bf0834;
  --red-dark: #960628;
  --red-soft: #fbecef;
  --red-tint: #f6d9df;
  --cream: #fbf8f4;
  --sand: #f4ede4;
  --sand-2: #ebe1d4;
  --linen: #e3d7c8;
  --wood: #a8784c;
  --sage: #5f7657;
  --sage-dark: #4a5e43;
  --sage-soft: #edf2ea;
  --white: #fff;
  --shadow-sm: 0 1px 2px rgba(60, 40, 20, .06), 0 2px 8px rgba(60, 40, 20, .05);
  --shadow: 0 2px 6px rgba(60, 40, 20, .05), 0 12px 32px rgba(60, 40, 20, .08);
  --shadow-lg: 0 20px 50px rgba(60, 40, 20, .14);
  --r-sm: 10px;
  --r: 16px;
  --r-lg: 26px;
  --font-head: "Fraunces", Georgia, "Times New Roman", serif;
  --font-body: "Nunito Sans", "Segoe UI", system-ui, -apple-system, Roboto, Arial, sans-serif;
  --container: 1200px;
  --gutter: clamp(18px, 4vw, 32px);
  --header-h: 84px;
}

*, *::before, *::after { box-sizing: border-box; }
html { -webkit-text-size-adjust: 100%; scroll-behavior: smooth; scroll-padding-top: calc(var(--header-h) + 16px); }
body { margin: 0; font-family: var(--font-body); font-size: 17px; line-height: 1.65; color: var(--ink-2); background: var(--cream); font-optical-sizing: auto; }
img, svg, picture { display: block; max-width: 100%; }
img { height: auto; }
a { color: var(--red); text-decoration-thickness: 1px; text-underline-offset: 3px; }
a:hover { color: var(--red-dark); }
h1, h2, h3, h4 { font-family: var(--font-head); color: var(--ink); line-height: 1.18; margin: 0 0 .5em; font-weight: 600; letter-spacing: -.01em; font-variation-settings: "SOFT" 50, "WONK" 0; }
h1 { font-size: clamp(2rem, 1.3rem + 2.6vw, 3.2rem); }
h2 { font-size: clamp(1.6rem, 1.2rem + 1.5vw, 2.35rem); }
h3 { font-size: clamp(1.15rem, 1.05rem + .45vw, 1.4rem); }
h4 { font-size: 1.1rem; }
p { margin: 0 0 1em; }
ul, ol { padding-left: 1.2em; }
strong { color: var(--ink); font-weight: 750; }
:focus-visible { outline: 3px solid rgba(191, 8, 52, .45); outline-offset: 2px; border-radius: 6px; }
.skip-link { position: absolute; left: 12px; top: -60px; z-index: 1000; background: var(--ink); color: #fff; padding: 10px 16px; border-radius: 8px; }
.skip-link:focus { top: 12px; }
.sr-only { position: absolute !important; width: 1px; height: 1px; padding: 0; margin: -1px; overflow: hidden; clip: rect(0 0 0 0); white-space: nowrap; border: 0; }
.ico { width: 1.25em; height: 1.25em; flex: 0 0 auto; }

.container { width: 100%; max-width: var(--container); margin-inline: auto; padding-inline: var(--gutter); }
.container--narrow { max-width: 860px; }
.section { padding-block: clamp(56px, 7vw, 104px); }
.section--tight { padding-block: clamp(40px, 5vw, 68px); }
.section--sand { background: var(--sand); }
.section--white { background: var(--white); }
.section-head { max-width: 720px; margin-bottom: clamp(28px, 4vw, 48px); }
.section-head--center { margin-inline: auto; text-align: center; }
.section-head p { font-size: 1.08rem; color: var(--muted); margin-bottom: 0; }
.kicker { display: inline-flex; align-items: center; gap: .5em; font-size: .8rem; font-weight: 800; letter-spacing: .12em; text-transform: uppercase; color: var(--red); margin-bottom: .9rem; }
.kicker .ico { width: 1.1em; height: 1.1em; }
.lead { font-size: clamp(1.05rem, 1rem + .3vw, 1.2rem); color: var(--ink-2); }
.muted { color: var(--muted); }
.small { font-size: .9rem; }

/* Buttons */
.btn { display: inline-flex; align-items: center; justify-content: center; gap: .55em; padding: .85em 1.45em; border-radius: 999px; border: 2px solid transparent; font: 750 1rem/1.2 var(--font-body); text-decoration: none; cursor: pointer; transition: background .2s, color .2s, border-color .2s, transform .2s, box-shadow .2s; white-space: nowrap; }
.btn .ico { width: 1.15em; height: 1.15em; }
.btn:hover { transform: translateY(-1px); }
.btn--primary { background: var(--red); color: #fff; box-shadow: 0 6px 18px rgba(191, 8, 52, .25); }
.btn--primary:hover { background: var(--red-dark); color: #fff; }
.btn--dark { background: var(--ink); color: #fff; }
.btn--dark:hover { background: #000; color: #fff; }
.btn--outline { border-color: var(--ink); color: var(--ink); background: transparent; }
.btn--outline:hover { background: var(--ink); color: #fff; }
.btn--light { background: #fff; color: var(--ink); box-shadow: var(--shadow-sm); }
.btn--light:hover { color: var(--red); }
.btn--ghost-light { border-color: rgba(255, 255, 255, .6); color: #fff; }
.btn--ghost-light:hover { background: #fff; color: var(--red-dark); }
.btn--sage { background: var(--sage); color: #fff; }
.btn--sage:hover { background: var(--sage-dark); color: #fff; }
.btn--sm { padding: .6em 1.05em; font-size: .92rem; }
.btn--block { width: 100%; }
.btn-row { display: flex; flex-wrap: wrap; gap: 12px; align-items: center; }
.link-arrow { display: inline-flex; align-items: center; gap: .4em; font-weight: 750; text-decoration: none; }
.link-arrow .ico { transition: transform .2s; }
.link-arrow:hover .ico { transform: translateX(4px); }

/* Hinweisleiste Verkaufsfläche */
.notice-bar { background: var(--ink); color: #f3ece4; font-size: .9rem; }
.notice-bar .container { display: flex; align-items: center; justify-content: center; gap: .6em; padding-block: 9px; text-align: center; }
.notice-bar a { color: #fff; font-weight: 700; }
.notice-bar .ico { color: #f5a3b6; }

/* Header */
.site-header { position: sticky; top: 0; z-index: 100; background: rgba(255, 255, 255, .96); backdrop-filter: saturate(1.4) blur(8px); border-bottom: 1px solid var(--sand-2); }
.site-header .container { display: flex; align-items: center; gap: 24px; min-height: var(--header-h); }
.brand { display: flex; align-items: center; flex: 0 0 auto; }
.brand img { height: 58px; width: auto; }
.nav { margin-left: auto; }
.nav__list { list-style: none; display: flex; align-items: center; gap: 4px; margin: 0; padding: 0; }
.nav__link { white-space: nowrap; display: inline-flex; align-items: center; gap: .3em; padding: .55em .8em; border-radius: 999px; font-weight: 700; font-size: .98rem; color: var(--ink); text-decoration: none; background: none; border: 0; cursor: pointer; font-family: inherit; }
.nav__link:hover, .nav__link[aria-current="page"], .nav__item--open > .nav__link { background: var(--sand); color: var(--ink); }
.nav__link .ico { width: 1em; height: 1em; transition: transform .2s; }
.nav__item { position: relative; }
.nav__item--open > .nav__link .ico { transform: rotate(180deg); }
.dropdown { position: absolute; left: 50%; top: calc(100% + 10px); transform: translateX(-50%) translateY(6px); width: min(620px, 92vw); background: #fff; border-radius: var(--r); box-shadow: var(--shadow-lg); padding: 14px; display: grid; grid-template-columns: 1fr 1fr; gap: 4px; opacity: 0; visibility: hidden; transition: opacity .18s, transform .18s, visibility .18s; border: 1px solid var(--sand-2); }
.nav__item--open .dropdown { opacity: 1; visibility: visible; transform: translateX(-50%) translateY(0); }
.dropdown a { display: flex; gap: 12px; padding: 10px 12px; border-radius: 12px; text-decoration: none; color: var(--ink-2); align-items: flex-start; }
.dropdown a:hover { background: var(--cream); }
.dropdown a strong { display: block; font-size: .98rem; }
.dropdown a span { font-size: .85rem; color: var(--muted); line-height: 1.4; display: block; }
.dropdown__icon { width: 40px; height: 40px; border-radius: 12px; background: var(--red-soft); color: var(--red); display: grid; place-items: center; flex: 0 0 auto; }
.dropdown__icon .ico { width: 22px; height: 22px; }
.dropdown__footer { grid-column: 1 / -1; border-top: 1px solid var(--sand-2); margin-top: 6px; padding-top: 10px; display: flex; justify-content: space-between; gap: 10px; flex-wrap: wrap; }
.dropdown__footer a { padding: 6px 12px; font-weight: 700; color: var(--red); align-items: center; }
.header-actions { display: flex; align-items: center; gap: 10px; flex: 0 0 auto; }
.header-phone { display: flex; align-items: center; gap: 10px; text-decoration: none; color: var(--ink); line-height: 1.2; }
.header-phone__icon { width: 40px; height: 40px; border-radius: 50%; background: var(--red-soft); color: var(--red); display: grid; place-items: center; }
.header-phone small { display: block; font-size: .75rem; color: var(--muted); font-weight: 600; }
.header-phone strong { font-size: 1.02rem; white-space: nowrap; }
.nav-toggle { display: none; margin-left: auto; width: 46px; height: 46px; border-radius: 12px; border: 1px solid var(--sand-2); background: #fff; color: var(--ink); cursor: pointer; place-items: center; }
.nav-toggle .ico { width: 24px; height: 24px; }

/* Breadcrumbs */
.breadcrumbs { font-size: .88rem; color: var(--muted); padding-top: 18px; }
.breadcrumbs ol { list-style: none; display: flex; flex-wrap: wrap; gap: 6px; margin: 0; padding: 0; }
.breadcrumbs li { display: flex; align-items: center; gap: 6px; }
.breadcrumbs li + li::before { content: "›"; color: var(--linen); }
.breadcrumbs a { color: var(--muted); text-decoration: none; }
.breadcrumbs a:hover { color: var(--red); }

/* Hero Startseite */
.hero { position: relative; padding-block: clamp(28px, 4vw, 56px) clamp(56px, 7vw, 96px); overflow: hidden; }
.hero::before { content: ""; position: absolute; inset: 0 0 auto auto; width: 46%; height: 88%; background: var(--sand); border-bottom-left-radius: 120px; z-index: -1; }
.hero__grid { display: grid; grid-template-columns: 1.05fr 1fr; gap: clamp(28px, 5vw, 64px); align-items: center; }
.hero h1 { margin-bottom: .4em; }
.hero h1 em { font-style: italic; color: var(--red); font-weight: 500; }
.hero__subtitle { font-size: clamp(1.05rem, 1rem + .35vw, 1.22rem); max-width: 560px; }
.hero__badge { display: inline-flex; align-items: flex-start; gap: .6em; background: var(--sage-soft); color: var(--sage-dark); border-radius: 14px; padding: .7em 1em; font-weight: 700; font-size: .95rem; margin: 6px 0 24px; max-width: 560px; }
.hero__badge .ico { margin-top: .15em; }
.hero__actions { margin-bottom: 26px; }
.hero__trust { list-style: none; padding: 0; margin: 0; display: grid; grid-template-columns: 1fr 1fr; gap: 8px 20px; font-size: .95rem; }
.hero__trust li { display: flex; gap: .5em; align-items: flex-start; }
.hero__trust .ico { color: var(--red); margin-top: .2em; width: 1.1em; height: 1.1em; }
.hero__media { position: relative; }
.hero__photo { border-radius: var(--r-lg); overflow: hidden; box-shadow: var(--shadow-lg); aspect-ratio: 4 / 4.2; background: var(--sand-2); }
.hero__photo img, .hero__photo .ph { width: 100%; height: 100%; object-fit: cover; }
.hero__years { position: absolute; left: -26px; top: 26px; background: #fff; border-radius: 20px; box-shadow: var(--shadow); padding: 16px 18px; display: flex; align-items: center; gap: 12px; }
.hero__years b { font-family: var(--font-head); font-size: 2.3rem; line-height: 1; color: var(--red); font-weight: 600; }
.hero__years span { font-size: .85rem; line-height: 1.3; color: var(--ink); font-weight: 700; }
.hero__value { position: absolute; right: -18px; bottom: -26px; max-width: 290px; background: var(--ink); color: #f5efe8; border-radius: 20px; padding: 18px 20px; box-shadow: var(--shadow-lg); }
.hero__value strong { color: #fff; display: flex; align-items: center; gap: .45em; font-size: 1.02rem; margin-bottom: 4px; }
.hero__value strong .ico { color: #f5a3b6; }
.hero__value p { margin: 0; font-size: .88rem; line-height: 1.5; }

/* Seitenkopf Unterseiten */
.page-hero { padding-block: clamp(24px, 3vw, 40px) clamp(40px, 5vw, 72px); }
.page-hero__grid { display: grid; grid-template-columns: 1.1fr .9fr; gap: clamp(28px, 5vw, 60px); align-items: center; }
.page-hero__grid--solo { grid-template-columns: 1fr; max-width: 860px; }
.page-hero h1 { margin-top: .2em; }
.page-hero__media { border-radius: var(--r-lg); overflow: hidden; aspect-ratio: 4 / 3; box-shadow: var(--shadow); background: var(--sand-2); position: relative; }
.page-hero__media img, .page-hero__media .ph { width: 100%; height: 100%; object-fit: cover; }
.page-hero__icon { position: absolute; left: 18px; bottom: 18px; width: 58px; height: 58px; border-radius: 18px; background: #fff; color: var(--red); display: grid; place-items: center; box-shadow: var(--shadow); }
.page-hero__icon .ico { width: 30px; height: 30px; }
.page-hero .btn-row { margin-top: 22px; }
.quick-contact { display: flex; flex-wrap: wrap; gap: 8px 22px; margin-top: 18px; font-size: .95rem; }
.quick-contact a { display: inline-flex; align-items: center; gap: .45em; color: var(--ink); font-weight: 700; text-decoration: none; }
.quick-contact .ico { color: var(--red); }

/* Platzhalter für fehlende Fotos */
.ph { position: relative; display: flex; flex-direction: column; align-items: center; justify-content: center; gap: 10px; width: 100%; height: 100%; min-height: 160px; color: var(--wood); background-color: var(--sand); background-image: repeating-linear-gradient(135deg, rgba(168, 120, 76, .07) 0 12px, transparent 12px 24px); }
.ph__icon { width: 64px; height: 64px; border-radius: 20px; display: grid; place-items: center; background: rgba(255, 255, 255, .75); }
.ph__icon .ico { width: 34px; height: 34px; }
.ph__label { font-size: .72rem; font-weight: 800; letter-spacing: .14em; text-transform: uppercase; color: var(--muted); background: rgba(255, 255, 255, .8); padding: 4px 10px; border-radius: 999px; }

/* Vertrauensleiste */
.trust-strip { background: #fff; border-block: 1px solid var(--sand-2); }
.trust-strip__list { list-style: none; margin: 0; padding: 22px 0; display: grid; grid-template-columns: repeat(4, 1fr); gap: 20px; }
.trust-strip__item { display: flex; align-items: center; gap: 14px; font-weight: 700; color: var(--ink); line-height: 1.35; font-size: .97rem; }
.trust-strip__icon { width: 48px; height: 48px; border-radius: 16px; background: var(--red-soft); color: var(--red); display: grid; place-items: center; flex: 0 0 auto; }
.trust-strip__icon .ico { width: 24px; height: 24px; }

/* Leistungskarten */
.cards { display: grid; grid-template-columns: repeat(3, 1fr); gap: clamp(18px, 2.4vw, 28px); }
.cards--2 { grid-template-columns: repeat(2, 1fr); }
.card { position: relative; display: flex; flex-direction: column; background: #fff; border-radius: var(--r); box-shadow: var(--shadow-sm); overflow: hidden; transition: box-shadow .25s, transform .25s; border: 1px solid rgba(227, 215, 200, .6); }
.card:hover { box-shadow: var(--shadow); transform: translateY(-3px); }
.card__media { aspect-ratio: 16 / 10; overflow: hidden; background: var(--sand-2); }
.card__media img, .card__media .ph { width: 100%; height: 100%; object-fit: cover; transition: transform .5s; }
.card:hover .card__media img { transform: scale(1.04); }
.card__body { position: relative; padding: 26px 24px 24px; display: flex; flex-direction: column; flex: 1; }
.card__badge { position: absolute; top: -26px; left: 22px; width: 52px; height: 52px; border-radius: 16px; background: #fff; color: var(--red); display: grid; place-items: center; box-shadow: var(--shadow-sm); }
.card__badge .ico { width: 26px; height: 26px; }
.card h3 { margin: 10px 0 8px; }
.card h3 a { color: inherit; text-decoration: none; }
.card h3 a::after { content: ""; position: absolute; inset: 0; }
.card p { font-size: .97rem; color: var(--muted); }
.card .link-arrow { margin-top: auto; position: relative; }
.card--flat { padding: 26px; }

/* Wertanrechnung (hervorgehoben) */
.value { position: relative; background: var(--red-soft); border-radius: var(--r-lg); padding: clamp(28px, 5vw, 64px); display: grid; grid-template-columns: 1.1fr .9fr; gap: clamp(28px, 5vw, 60px); align-items: center; overflow: hidden; }
.value::after { content: ""; position: absolute; right: -60px; top: -60px; width: 240px; height: 240px; background: url("../img/heart.svg") no-repeat center / contain; opacity: .07; transform: rotate(12deg); }
.value h2 { font-size: clamp(1.8rem, 1.3rem + 2vw, 2.7rem); }
.value__points { list-style: none; margin: 24px 0; padding: 0; display: grid; gap: 14px; counter-reset: vp; }
.value__points li { display: grid; grid-template-columns: 40px 1fr; gap: 14px; align-items: start; counter-increment: vp; }
.value__points li::before { content: counter(vp); width: 40px; height: 40px; border-radius: 50%; background: #fff; color: var(--red); font: 600 1.1rem/40px var(--font-head); text-align: center; box-shadow: var(--shadow-sm); }
.value__points strong { display: block; }
.value__note { display: flex; gap: .6em; font-size: .9rem; color: var(--muted); background: rgba(255, 255, 255, .65); border-radius: 12px; padding: 12px 14px; }
.value__note .ico { color: var(--red); margin-top: .15em; }
.value__media { position: relative; border-radius: var(--r); overflow: hidden; aspect-ratio: 4 / 4.4; box-shadow: var(--shadow); background: var(--sand-2); }
.value__media img, .value__media .ph { width: 100%; height: 100%; object-fit: cover; }
.value__tag { position: absolute; left: 18px; top: 18px; background: #fff; border-radius: 999px; padding: 8px 16px 8px 12px; display: flex; gap: 8px; align-items: center; font-weight: 800; color: var(--ink); box-shadow: var(--shadow-sm); font-size: .92rem; }
.value__tag .ico { color: var(--red); }

/* Hinweis / Info-Boxen */
.callout { display: flex; gap: 16px; align-items: flex-start; border-radius: var(--r); padding: 20px 22px; background: #fff; border: 1px solid var(--sand-2); }
.callout__icon { width: 46px; height: 46px; border-radius: 14px; display: grid; place-items: center; background: var(--sand); color: var(--ink); flex: 0 0 auto; }
.callout h3, .callout h2 { font-size: 1.15rem; margin-bottom: .3em; }
.callout p:last-child { margin-bottom: 0; }
.callout--store { background: #fff; border: 2px dashed var(--linen); }
.callout--store .callout__icon { background: var(--red-soft); color: var(--red); }
.callout--sage { background: var(--sage-soft); border-color: transparent; }
.callout--sage .callout__icon { background: #fff; color: var(--sage); }
.callout--red { background: var(--red-soft); border-color: transparent; }
.callout--red .callout__icon { background: #fff; color: var(--red); }

/* Möbelspenden-Abschnitt */
.donate { display: grid; grid-template-columns: .9fr 1.1fr; gap: clamp(28px, 5vw, 60px); align-items: center; }
.donate__media { position: relative; border-radius: var(--r-lg); overflow: hidden; aspect-ratio: 5 / 4; background: var(--sage-soft); box-shadow: var(--shadow); }
.donate__media img, .donate__media .ph { width: 100%; height: 100%; object-fit: cover; }
.donate__media .ph { background-color: var(--sage-soft); color: var(--sage); }
.donate .kicker { color: var(--sage); }
.donate__list { list-style: none; padding: 0; margin: 18px 0 24px; display: grid; gap: 10px; }
.donate__list li { display: flex; gap: .6em; }
.donate__list .ico { color: var(--sage); margin-top: .2em; }

/* Über uns Teaser */
.split { display: grid; grid-template-columns: 1fr 1fr; gap: clamp(28px, 5vw, 64px); align-items: center; }
.split--reverse > :first-child { order: 2; }
.split__media { border-radius: var(--r-lg); overflow: hidden; aspect-ratio: 4 / 3; background: var(--sand-2); box-shadow: var(--shadow); }
.split__media img, .split__media .ph { width: 100%; height: 100%; object-fit: cover; }
.stamp { display: inline-flex; align-items: center; gap: 14px; margin-top: 10px; }
.stamp__circle { width: 84px; height: 84px; border-radius: 50%; border: 2px solid var(--red); color: var(--red); display: grid; place-items: center; text-align: center; font: 600 1.7rem/1 var(--font-head); }
.stamp__circle small { display: block; font: 800 .58rem/1.2 var(--font-body); letter-spacing: .1em; text-transform: uppercase; }
.stamp__text { font-weight: 700; color: var(--ink); line-height: 1.35; }

/* Ablauf */
.steps { list-style: none; margin: 0; padding: 0; display: grid; grid-template-columns: repeat(4, 1fr); gap: 22px; counter-reset: st; position: relative; }
.steps::before { content: ""; position: absolute; left: 12%; right: 12%; top: 32px; border-top: 2px dashed var(--linen); z-index: 0; }
.steps li { position: relative; counter-increment: st; text-align: center; padding: 0 6px; z-index: 1; }
.steps li::before { content: counter(st); display: grid; place-items: center; width: 64px; height: 64px; margin: 0 auto 18px; border-radius: 50%; background: #fff; color: var(--red); font: 600 1.6rem/1 var(--font-head); box-shadow: var(--shadow); border: 2px solid var(--red-tint); }
.steps h3 { font-size: 1.15rem; margin-bottom: .35em; }
.steps p { font-size: .95rem; color: var(--muted); margin: 0; }
.steps--vertical { grid-template-columns: 1fr; gap: 0; }
.steps--vertical::before { left: 31px; right: auto; top: 20px; bottom: 20px; border-top: 0; border-left: 2px dashed var(--linen); }
.steps--vertical li { display: grid; grid-template-columns: 64px 1fr; gap: 20px; text-align: left; padding: 0 0 26px; }
.steps--vertical li::before { margin: 0; }
.steps--vertical h3 { margin-top: 16px; }

/* Einsatzgebiet */
.area { display: grid; grid-template-columns: 1fr 1fr; gap: clamp(24px, 4vw, 48px); align-items: center; background: #fff; border-radius: var(--r-lg); padding: clamp(24px, 4vw, 48px); box-shadow: var(--shadow-sm); }
.area__map { position: relative; aspect-ratio: 16 / 11; border-radius: var(--r); background: var(--sand); overflow: hidden; display: grid; place-items: center; }
.area__map svg { width: 100%; height: 100%; }
.area__pin { position: absolute; left: 50%; top: 50%; transform: translate(-50%, -100%); color: var(--red); display: flex; flex-direction: column; align-items: center; font-weight: 800; }
.area__pin .ico { width: 44px; height: 44px; }
.chips { display: flex; flex-wrap: wrap; gap: 8px; list-style: none; padding: 0; margin: 16px 0; }
.chips li, .chip { background: var(--sand); border-radius: 999px; padding: 6px 14px; font-size: .9rem; font-weight: 700; color: var(--ink); text-decoration: none; }
a.chip:hover, .chip--active { background: var(--ink); color: #fff; }

/* FAQ */
.faq { display: grid; gap: 12px; }
.faq details { background: #fff; border-radius: var(--r); border: 1px solid var(--sand-2); transition: box-shadow .2s; }
.faq details[open] { box-shadow: var(--shadow-sm); }
.faq summary { list-style: none; cursor: pointer; display: flex; justify-content: space-between; align-items: center; gap: 16px; padding: 18px 22px; font-weight: 750; color: var(--ink); font-size: 1.03rem; }
.faq summary::-webkit-details-marker { display: none; }
.faq summary .ico { color: var(--red); transition: transform .2s; }
.faq details[open] summary .ico { transform: rotate(180deg); }
.faq__answer { padding: 0 22px 20px; color: var(--ink-2); }
.faq__answer p:last-child { margin-bottom: 0; }
.faq-layout { display: grid; grid-template-columns: .8fr 1.2fr; gap: clamp(24px, 5vw, 64px); align-items: start; }
.faq-group + .faq-group { margin-top: 40px; }
.faq-group h2 { font-size: 1.5rem; }

/* CTA-Bereiche */
.cta { position: relative; overflow: hidden; background: var(--red); color: #fde9ee; border-radius: var(--r-lg); padding: clamp(30px, 5vw, 60px); display: grid; grid-template-columns: 1.2fr .8fr; gap: 30px; align-items: center; }
.cta::after { content: ""; position: absolute; right: -40px; bottom: -70px; width: 280px; height: 280px; background: url("../img/heart-white.svg") no-repeat center / contain; opacity: .1; transform: rotate(-12deg); }
.cta h2 { color: #fff; }
.cta p { margin: 0; font-size: 1.06rem; }
.cta__contact { position: relative; z-index: 1; display: grid; gap: 12px; }
.cta__line { display: flex; align-items: center; gap: 12px; color: #fff; text-decoration: none; font-weight: 750; font-size: 1.05rem; }
.cta__line span { width: 44px; height: 44px; border-radius: 50%; background: rgba(255, 255, 255, .16); display: grid; place-items: center; }
.cta__line:hover { color: #fff; text-decoration: underline; }
.cta .btn-row { margin-top: 24px; position: relative; z-index: 1; }
.cta--soft { background: var(--ink); color: #e9e2da; }
.cta--soft::after { opacity: .06; }
.cta-inline { display: flex; align-items: center; justify-content: space-between; gap: 20px; flex-wrap: wrap; background: #fff; border: 1px solid var(--sand-2); border-left: 5px solid var(--red); border-radius: var(--r); padding: 22px 26px; margin-block: 36px; box-shadow: var(--shadow-sm); }
.cta-inline h3 { margin: 0 0 .2em; font-size: 1.2rem; }
.cta-inline p { margin: 0; color: var(--muted); font-size: .96rem; }
.cta-inline--sage { border-left-color: var(--sage); }

/* Leistungsseite */
.content-grid { display: grid; grid-template-columns: minmax(0, 1fr) 340px; gap: clamp(28px, 5vw, 64px); align-items: start; }
.aside { position: sticky; top: calc(var(--header-h) + 20px); display: grid; gap: 18px; }
.aside-box { background: #fff; border-radius: var(--r); padding: 24px; box-shadow: var(--shadow-sm); border: 1px solid var(--sand-2); }
.aside-box h3, .aside-box h2 { font-size: 1.15rem; }
.aside-box--dark { background: var(--ink); color: #e9e2da; border: 0; }
.aside-box--dark h3, .aside-box--dark h2 { color: #fff; }
.aside-box--dark a:not(.btn) { color: #fff; }
.aside-list { list-style: none; padding: 0; margin: 0; display: grid; gap: 4px; }
.aside-list a { display: flex; align-items: center; gap: 10px; padding: 8px 10px; border-radius: 10px; color: var(--ink); text-decoration: none; font-weight: 650; font-size: .95rem; }
.aside-list a:hover, .aside-list a[aria-current="page"] { background: var(--sand); }
.aside-list .ico { color: var(--red); }
.prose { font-size: 1.04rem; }
.prose h2 { margin-top: 1.6em; font-size: clamp(1.45rem, 1.2rem + 1vw, 1.9rem); }
.prose h3 { margin-top: 1.4em; }
.prose > :first-child { margin-top: 0; }
.prose ul { list-style: none; padding-left: 0; }
.prose ul li { position: relative; padding-left: 1.7em; margin-bottom: .45em; }
.prose ul li::before { content: ""; position: absolute; left: 0; top: .45em; width: 1em; height: 1em; background: url("../img/heart.svg") no-repeat center / contain; }
.prose blockquote { margin: 1.5em 0; padding: 18px 22px; background: var(--sand); border-radius: var(--r); font-family: var(--font-head); font-size: 1.15rem; color: var(--ink); font-style: italic; }
.prose .box, .prose .note { background: var(--sand); border-radius: var(--r); padding: 18px 22px; margin: 1.3em 0; }
.prose .note { background: var(--red-soft); }
.prose img { border-radius: var(--r); }
.prose table { width: 100%; border-collapse: collapse; margin: 1.2em 0; font-size: .95rem; }
.prose th, .prose td { text-align: left; padding: 10px 12px; border-bottom: 1px solid var(--sand-2); }
.block { margin-top: clamp(40px, 5vw, 64px); }
.block > h2 { margin-bottom: .6em; }
.areas { list-style: none; padding: 0; margin: 0; display: grid; grid-template-columns: repeat(auto-fill, minmax(210px, 1fr)); gap: 12px; }
.areas li { display: flex; align-items: center; gap: 10px; background: #fff; border: 1px solid var(--sand-2); border-radius: 14px; padding: 12px 14px; font-weight: 700; color: var(--ink); font-size: .96rem; }
.areas .ico { color: var(--red); }
.benefits { display: grid; grid-template-columns: repeat(2, 1fr); gap: 16px; }
.benefit { display: flex; gap: 14px; background: #fff; border-radius: var(--r); padding: 20px; border: 1px solid var(--sand-2); }
.benefit__icon { width: 42px; height: 42px; flex: 0 0 auto; border-radius: 12px; background: var(--red-soft); color: var(--red); display: grid; place-items: center; }
.benefit h3 { font-size: 1.05rem; margin: 0 0 .25em; font-family: var(--font-body); font-weight: 800; letter-spacing: 0; }
.benefit p { margin: 0; font-size: .94rem; color: var(--muted); }
.value-box { background: var(--red-soft); border-radius: var(--r-lg); padding: clamp(24px, 4vw, 40px); position: relative; overflow: hidden; }
.value-box h2 { display: flex; align-items: center; gap: .5em; }
.value-box h2 .ico { color: var(--red); width: 1em; height: 1em; }
.value-box .prose { font-size: 1rem; }
.value-box__note { font-size: .9rem; color: var(--muted); margin-top: 14px; display: flex; gap: .5em; }

/* Galerie */
.gallery__main { position: relative; border-radius: var(--r); overflow: hidden; background: var(--sand-2); aspect-ratio: 16 / 10; cursor: zoom-in; border: 0; padding: 0; width: 100%; display: block; }
.gallery__main img, .gallery__main picture { width: 100%; height: 100%; object-fit: cover; }
.gallery__zoom { position: absolute; right: 14px; bottom: 14px; background: rgba(29, 29, 27, .72); color: #fff; border-radius: 999px; padding: 7px 12px; font-size: .82rem; font-weight: 700; display: flex; gap: 6px; align-items: center; }
.gallery__thumbs { display: flex; gap: 10px; margin-top: 12px; overflow-x: auto; scroll-snap-type: x mandatory; padding-bottom: 6px; scrollbar-width: thin; }
.gallery__thumb { flex: 0 0 auto; width: 118px; aspect-ratio: 4 / 3; border-radius: 12px; overflow: hidden; border: 3px solid transparent; padding: 0; cursor: pointer; background: var(--sand-2); scroll-snap-align: start; opacity: .78; transition: opacity .2s, border-color .2s; }
.gallery__thumb img, .gallery__thumb picture { width: 100%; height: 100%; object-fit: cover; }
.gallery__thumb:hover { opacity: 1; }
.gallery__thumb[aria-current="true"] { border-color: var(--red); opacity: 1; }
.gallery__caption { font-size: .9rem; color: var(--muted); margin-top: 8px; min-height: 1.4em; }
.gallery--placeholder { display: grid; grid-template-columns: 2fr 1fr; gap: 12px; }
.gallery--placeholder .ph { border-radius: var(--r); min-height: 150px; }
.gallery--placeholder > div:first-child { grid-row: span 2; }
.gallery--placeholder > div:first-child .ph { min-height: 312px; }

/* Lightbox */
.lightbox { position: fixed; inset: 0; z-index: 1000; background: rgba(20, 18, 16, .94); display: none; align-items: center; justify-content: center; padding: 60px 70px; }
.lightbox.is-open { display: flex; }
.lightbox__img { max-width: 100%; max-height: 100%; object-fit: contain; border-radius: 8px; box-shadow: 0 20px 60px rgba(0, 0, 0, .5); }
.lightbox__btn { position: absolute; width: 50px; height: 50px; border-radius: 50%; border: 0; background: rgba(255, 255, 255, .12); color: #fff; cursor: pointer; display: grid; place-items: center; transition: background .2s; }
.lightbox__btn:hover { background: rgba(255, 255, 255, .25); }
.lightbox__btn .ico { width: 26px; height: 26px; }
.lightbox__close { top: 14px; right: 14px; }
.lightbox__prev { left: 14px; top: 50%; transform: translateY(-50%); }
.lightbox__next { right: 14px; top: 50%; transform: translateY(-50%); }
.lightbox__caption { position: absolute; left: 0; right: 0; bottom: 16px; text-align: center; color: #e6ddd3; font-size: .92rem; padding-inline: 80px; }

/* Referenzen */
.project-card .card__media { aspect-ratio: 4 / 3; }
.project-meta { display: flex; flex-wrap: wrap; gap: 6px 14px; font-size: .86rem; color: var(--muted); margin-bottom: 6px; }
.project-meta span { display: inline-flex; align-items: center; gap: .35em; }
.project-meta .ico { width: 1em; height: 1em; color: var(--red); }
.empty-state { text-align: center; background: #fff; border-radius: var(--r-lg); padding: clamp(32px, 5vw, 60px); border: 2px dashed var(--linen); }
.empty-state__icon { width: 72px; height: 72px; margin: 0 auto 16px; border-radius: 22px; background: var(--sand); color: var(--wood); display: grid; place-items: center; }
.empty-state__icon .ico { width: 36px; height: 36px; }

/* Google-Bewertungen */
.reviews { display: grid; grid-template-columns: repeat(3, 1fr); gap: 18px; }
.review { background: #fff; border-radius: var(--r); padding: 22px; border: 1px solid var(--sand-2); display: flex; flex-direction: column; gap: 10px; }
.review__stars { display: flex; gap: 2px; color: #e3a008; }
.review__stars .ico { width: 18px; height: 18px; }
.review__text { font-size: .96rem; flex: 1; }
.review__author { font-weight: 800; color: var(--ink); font-size: .92rem; }
.review__source { font-size: .8rem; color: var(--muted); }
.google-box { display: flex; align-items: center; justify-content: space-between; gap: 18px; flex-wrap: wrap; background: #fff; border-radius: var(--r); padding: 20px 24px; border: 1px solid var(--sand-2); }
.google-box__rating { display: flex; align-items: center; gap: 12px; }
.google-box__rating b { font: 600 2rem/1 var(--font-head); color: var(--ink); }

/* Formulare */
.form-card { background: #fff; border-radius: var(--r-lg); padding: clamp(22px, 4vw, 44px); box-shadow: var(--shadow); border: 1px solid var(--sand-2); }
.form-section + .form-section { margin-top: 30px; padding-top: 28px; border-top: 1px solid var(--sand-2); }
.form-section__title { display: flex; align-items: center; gap: 12px; font-size: 1.2rem; margin-bottom: 16px; }
.form-section__title span { width: 32px; height: 32px; border-radius: 50%; background: var(--red); color: #fff; display: grid; place-items: center; font: 700 .95rem/1 var(--font-body); flex: 0 0 auto; }
.type-picker { display: grid; grid-template-columns: repeat(3, 1fr); gap: 10px; border: 0; padding: 0; margin: 0; }
.type-picker legend { margin-bottom: 12px; }
.type-option { position: relative; }
.type-option input { position: absolute; opacity: 0; inset: 0; cursor: pointer; }
.type-option label { display: flex; align-items: center; gap: 10px; height: 100%; padding: 13px 14px; border-radius: 14px; border: 2px solid var(--sand-2); background: var(--cream); cursor: pointer; font-weight: 750; color: var(--ink); font-size: .95rem; line-height: 1.25; transition: border-color .15s, background .15s; }
.type-option label .ico { color: var(--red); width: 24px; height: 24px; }
.type-option input:checked + label { border-color: var(--red); background: var(--red-soft); }
.type-option input:focus-visible + label { outline: 3px solid rgba(191, 8, 52, .4); outline-offset: 2px; }
.fields { display: grid; grid-template-columns: repeat(2, 1fr); gap: 16px 18px; }
.field { display: flex; flex-direction: column; gap: 6px; min-width: 0; }
.field--full { grid-column: 1 / -1; }
.field label, .field .label { font-weight: 750; color: var(--ink); font-size: .95rem; }
.field .opt { font-weight: 500; color: var(--muted); font-size: .85rem; }
.field input[type=text], .field input[type=email], .field input[type=tel], .field select, .field textarea { width: 100%; font: 500 1rem/1.4 var(--font-body); color: var(--ink); background: var(--cream); border: 1.5px solid var(--linen); border-radius: 12px; padding: 12px 14px; transition: border-color .15s, box-shadow .15s, background .15s; }
.field textarea { min-height: 130px; resize: vertical; }
.field input:focus, .field select:focus, .field textarea:focus { outline: none; border-color: var(--red); background: #fff; box-shadow: 0 0 0 4px rgba(191, 8, 52, .1); }
.field__hint { font-size: .85rem; color: var(--muted); }
.field__error { font-size: .87rem; color: var(--red-dark); font-weight: 700; }
.field--error input, .field--error select, .field--error textarea { border-color: var(--red); }
.check { display: flex; gap: 12px; align-items: flex-start; font-size: .95rem; cursor: pointer; }
.check input { width: 22px; height: 22px; accent-color: var(--red); margin-top: 1px; flex: 0 0 auto; }
.check--box { background: var(--cream); border: 1.5px solid var(--linen); border-radius: 12px; padding: 13px 14px; font-weight: 700; color: var(--ink); }
.checks { display: grid; grid-template-columns: repeat(2, 1fr); gap: 8px 16px; }
.checks .check { font-weight: 600; }
.dyn[hidden] { display: none !important; }
.form-hint { display: flex; gap: 12px; background: var(--red-soft); border-radius: 14px; padding: 14px 16px; font-size: .94rem; margin-top: 16px; }
.form-hint .ico { color: var(--red); margin-top: .15em; }
.form-hint--sage { background: var(--sage-soft); }
.form-hint--sage .ico { color: var(--sage); }
.dropzone { position: relative; border: 2px dashed var(--linen); border-radius: var(--r); background: var(--cream); padding: 26px; text-align: center; transition: border-color .2s, background .2s; }
.dropzone.is-over { border-color: var(--red); background: var(--red-soft); }
.dropzone input[type=file] { position: absolute; inset: 0; opacity: 0; cursor: pointer; width: 100%; }
.dropzone__icon { width: 52px; height: 52px; margin: 0 auto 10px; border-radius: 16px; background: #fff; color: var(--red); display: grid; place-items: center; box-shadow: var(--shadow-sm); }
.dropzone strong { display: block; }
.dropzone small { color: var(--muted); }
.previews { display: flex; flex-wrap: wrap; gap: 10px; margin-top: 12px; list-style: none; padding: 0; }
.previews li { position: relative; width: 92px; height: 92px; border-radius: 12px; overflow: hidden; background: var(--sand); display: grid; place-items: center; font-size: .72rem; color: var(--muted); text-align: center; padding: 4px; }
.previews img { width: 100%; height: 100%; object-fit: cover; position: absolute; inset: 0; }
.previews button { position: absolute; top: 4px; right: 4px; width: 26px; height: 26px; border-radius: 50%; border: 0; background: rgba(29, 29, 27, .78); color: #fff; cursor: pointer; display: grid; place-items: center; z-index: 1; }
.previews button .ico { width: 14px; height: 14px; }
.form-submit { display: flex; align-items: center; gap: 18px; flex-wrap: wrap; margin-top: 24px; }
.form-submit .small { flex: 1; min-width: 220px; }
.progress { height: 8px; background: var(--sand); border-radius: 999px; overflow: hidden; margin-top: 14px; display: none; }
.progress.is-active { display: block; }
.progress__bar { height: 100%; width: 0; background: var(--red); transition: width .2s; }
.hp { position: absolute !important; left: -9999px !important; width: 1px; height: 1px; overflow: hidden; }
.alert { display: flex; gap: 12px; align-items: flex-start; border-radius: 14px; padding: 14px 18px; margin-bottom: 20px; font-weight: 600; }
.alert--error { background: var(--red-soft); color: var(--red-dark); }
.alert--success { background: var(--sage-soft); color: var(--sage-dark); }

/* Kontaktseite */
.contact-layout { display: grid; grid-template-columns: minmax(0, 1fr) 360px; gap: clamp(24px, 4vw, 48px); align-items: start; }
.contact-cards { display: grid; gap: 14px; }
.contact-card { display: flex; gap: 14px; align-items: center; background: #fff; border-radius: var(--r); padding: 18px 20px; text-decoration: none; color: var(--ink); border: 1px solid var(--sand-2); transition: box-shadow .2s; }
a.contact-card:hover { box-shadow: var(--shadow); color: var(--ink); }
.contact-card__icon { width: 48px; height: 48px; border-radius: 14px; background: var(--red-soft); color: var(--red); display: grid; place-items: center; flex: 0 0 auto; }
.contact-card small { display: block; color: var(--muted); font-size: .82rem; font-weight: 600; }
.contact-card strong { font-size: 1.05rem; word-break: break-word; }
.map-consent { border-radius: var(--r); background: var(--sand); padding: 20px; text-align: center; font-size: .9rem; }

/* Danke-Seite */
.thanks { text-align: center; max-width: 720px; margin-inline: auto; }
.thanks__icon { width: 92px; height: 92px; margin: 0 auto 22px; border-radius: 50%; background: var(--sage-soft); color: var(--sage); display: grid; place-items: center; }
.thanks__icon .ico { width: 48px; height: 48px; }

/* Rechtstexte */
.legal h2 { font-size: 1.45rem; margin-top: 1.8em; }
.legal h3 { font-size: 1.15rem; margin-top: 1.4em; }
.legal { overflow-wrap: anywhere; }

/* Über uns */
.timeline { list-style: none; padding: 0; margin: 0; display: grid; grid-template-columns: repeat(3, 1fr); gap: 20px; }
.timeline li { background: #fff; border-radius: var(--r); padding: 24px; border: 1px solid var(--sand-2); position: relative; }
.timeline__when { font: 600 1.5rem/1 var(--font-head); color: var(--red); display: block; margin-bottom: 10px; }
.facts { display: grid; grid-template-columns: repeat(3, 1fr); gap: 16px; }
.fact { background: #fff; border-radius: var(--r); padding: 22px; text-align: center; border: 1px solid var(--sand-2); }
.fact b { display: block; font: 600 2.2rem/1.1 var(--font-head); color: var(--red); }
.fact span { font-weight: 700; color: var(--ink); font-size: .95rem; }

/* Footer */
.site-footer { background: var(--ink); color: #cfc6bc; margin-top: clamp(24px, 3vw, 40px); font-size: .95rem; }
.site-footer a { color: #efe8e0; text-decoration: none; }
.site-footer a:hover { color: #fff; text-decoration: underline; }
.footer-top { display: grid; grid-template-columns: 1.3fr 1fr 1fr 1.1fr; gap: 36px; padding-block: 60px 40px; }
.footer-brand img { height: 64px; width: auto; margin-bottom: 16px; }
.footer-title { font-family: var(--font-head); color: #fff; font-size: 1.12rem; margin-bottom: 14px; font-weight: 600; }
.footer-list { list-style: none; margin: 0; padding: 0; display: grid; gap: 8px; }
.footer-contact { display: grid; gap: 10px; }
.footer-contact a, .footer-contact div { display: flex; gap: 10px; align-items: flex-start; }
.footer-contact .ico { color: #f08aa2; margin-top: .2em; }
.footer-note { background: rgba(255, 255, 255, .06); border-radius: 14px; padding: 14px 16px; margin-top: 18px; font-size: .88rem; line-height: 1.5; }
.footer-note strong { color: #fff; }
.footer-highlights { border-top: 1px solid rgba(255, 255, 255, .1); padding-block: 22px; display: flex; flex-wrap: wrap; gap: 12px 26px; }
.footer-highlights a { display: inline-flex; align-items: center; gap: .5em; font-weight: 700; }
.footer-highlights .ico { color: #f08aa2; }
.footer-bottom { border-top: 1px solid rgba(255, 255, 255, .1); padding-block: 18px 22px; display: flex; flex-wrap: wrap; gap: 10px 22px; justify-content: space-between; font-size: .85rem; color: #a59c92; }
.footer-bottom nav { display: flex; flex-wrap: wrap; gap: 6px 18px; }
.footer-bottom button { background: none; border: 0; padding: 0; color: #efe8e0; font: inherit; cursor: pointer; }
.footer-bottom button:hover { text-decoration: underline; }

/* Mobile Sticky-Leiste */
.mobile-bar { display: none; }

/* Cookie-Consent */
.consent { position: fixed; z-index: 900; left: 16px; right: 16px; bottom: 16px; margin-inline: auto; max-width: 760px; background: #fff; border-radius: 22px; box-shadow: 0 20px 60px rgba(29, 29, 27, .28); padding: 24px 26px; border: 1px solid var(--sand-2); }
.consent[hidden] { display: none; }
.consent__head { display: flex; align-items: center; gap: 12px; margin-bottom: 8px; }
.consent__head .ico { width: 30px; height: 30px; color: var(--red); }
.consent h2 { font-size: 1.25rem; margin: 0; }
.consent p { font-size: .92rem; margin-bottom: 14px; }
.consent__options { display: grid; gap: 10px; margin: 0 0 16px; }
.consent__options[hidden] { display: none; }
.consent-opt { display: flex; gap: 12px; align-items: flex-start; background: var(--cream); border-radius: 14px; padding: 12px 14px; border: 1px solid var(--sand-2); }
.consent-opt input { width: 20px; height: 20px; accent-color: var(--red); margin-top: 2px; flex: 0 0 auto; }
.consent-opt strong { display: block; font-size: .95rem; }
.consent-opt span { font-size: .85rem; color: var(--muted); line-height: 1.45; display: block; }
.consent__actions { display: grid; grid-template-columns: repeat(3, 1fr); gap: 10px; }
.consent__actions .btn { padding-inline: .8em; white-space: normal; }
.consent__links { font-size: .82rem; margin-top: 12px; text-align: center; }

/* Animation */
.reveal { opacity: 0; transform: translateY(18px); transition: opacity .7s ease, transform .7s ease; }
.reveal.is-visible { opacity: 1; transform: none; }
@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  .reveal { opacity: 1; transform: none; transition: none; }
  *, *::before, *::after { transition-duration: .01ms !important; animation-duration: .01ms !important; }
}

/* ------------------------------ Responsive ------------------------------ */
@media (max-width: 1360px) {
  .header-phone div { display: none; }
  .nav__link { padding: .5em .6em; font-size: .94rem; }
}
@media (max-width: 1140px) {
  :root { --header-h: 72px; }
  .brand img { height: 50px; }
  .nav-toggle { display: grid; }
  .header-actions .btn { display: none; }
  .header-actions { margin-left: 0; }
  .nav { position: fixed; inset: var(--header-h) 0 0 0; background: #fff; overflow-y: auto; padding: 18px var(--gutter) 120px; transform: translateX(100%); transition: transform .28s ease; margin: 0; visibility: hidden; }
  .nav.is-open { transform: none; visibility: visible; }
  .nav__list { flex-direction: column; align-items: stretch; gap: 2px; }
  .nav__link { width: 100%; justify-content: space-between; padding: 14px 12px; font-size: 1.08rem; border-radius: 12px; }
  .dropdown { position: static; transform: none; width: auto; box-shadow: none; border: 0; padding: 4px 0 10px; grid-template-columns: 1fr; display: none; opacity: 1; visibility: visible; }
  .nav__item--open .dropdown { display: grid; transform: none; }
  .nav__mobile-cta { display: grid !important; gap: 10px; margin-top: 18px; }
  .content-grid, .contact-layout { grid-template-columns: 1fr; }
  .aside { position: static; }
  .cards { grid-template-columns: repeat(2, 1fr); }
  .footer-top { grid-template-columns: 1fr 1fr; }
  .trust-strip__list { grid-template-columns: repeat(2, 1fr); }
  .reviews { grid-template-columns: 1fr 1fr; }
}
.nav__mobile-cta { display: none; }
@media (max-width: 900px) {
  .hero__grid, .page-hero__grid, .value, .donate, .split, .area, .faq-layout, .cta { grid-template-columns: 1fr; }
  .split--reverse > :first-child { order: 0; }
  .hero::before { width: 100%; height: 42%; top: auto; bottom: 0; border-radius: 80px 80px 0 0; }
  .hero__media { max-width: 560px; margin-inline: auto; width: 100%; }
  .hero__years { left: 12px; top: 12px; }
  .hero__value { right: 12px; bottom: -22px; }
  .steps { grid-template-columns: 1fr 1fr; row-gap: 34px; }
  .steps::before { display: none; }
  .timeline, .facts { grid-template-columns: 1fr; }
  .donate__media { order: 2; }
}
@media (max-width: 680px) {
  body { font-size: 16px; }
  .cards, .cards--2, .benefits, .fields, .reviews, .checks { grid-template-columns: 1fr; }
  .type-picker { grid-template-columns: 1fr 1fr; }
  .hero__trust { grid-template-columns: 1fr; }
  .hero__photo { aspect-ratio: 4 / 3.4; }
  .hero__value { position: relative; right: auto; bottom: auto; margin: -40px 12px 0; max-width: none; }
  .steps { grid-template-columns: 1fr; }
  .steps li { display: grid; grid-template-columns: 56px 1fr; text-align: left; gap: 16px; padding: 0; }
  .steps li::before { width: 56px; height: 56px; margin: 0; }
  .trust-strip__list { grid-template-columns: 1fr; gap: 14px; }
  .footer-top { grid-template-columns: 1fr; gap: 28px; padding-top: 44px; }
  .consent { left: 10px; right: 10px; bottom: 10px; padding: 20px; max-height: calc(100vh - 20px); overflow-y: auto; }
  .consent__actions { grid-template-columns: 1fr; }
  .gallery__thumb { width: 92px; }
  .lightbox { padding: 60px 10px; }
  .lightbox__prev, .lightbox__next { top: auto; bottom: 14px; transform: none; }
  .lightbox__caption { bottom: 76px; padding-inline: 16px; }
  .cta-inline { padding: 20px; }
  .gallery--placeholder { grid-template-columns: 1fr 1fr; }
  .gallery--placeholder > div:first-child { grid-column: 1 / -1; grid-row: auto; }
  .gallery--placeholder > div:first-child .ph { min-height: 200px; }
  .header-phone { display: none; }
  .mobile-bar { display: grid; grid-template-columns: 1fr 1fr; gap: 8px; position: fixed; left: 0; right: 0; bottom: 0; z-index: 95; background: rgba(255, 255, 255, .97); padding: 8px 10px calc(8px + env(safe-area-inset-bottom)); box-shadow: 0 -6px 24px rgba(29, 29, 27, .12); }
  .mobile-bar .btn { padding: .8em .6em; }
  body.has-mobile-bar { padding-bottom: 74px; }
  body.has-mobile-bar .consent { bottom: 84px; }
}
@media print {
  .site-header, .site-footer, .mobile-bar, .consent, .notice-bar, .cta { display: none !important; }
}

/* Bilder füllen ihre Rahmen vollständig */
.hero__photo > picture, .page-hero__media > picture, .card__media > picture, .value__media > picture,
.donate__media > picture, .split__media > picture, .gallery__main > picture, .gallery__thumb > picture { width: 100%; height: 100%; }
.hero__badge a { color: inherit; text-decoration: none; }
.hero__badge a:hover { text-decoration: underline; }
.aside-box h3 { display: flex; align-items: center; gap: .5em; }

/* Mobile-Korrekturen: kein Containing-Block für das fixierte Menü, keine Überbreite */
@media (max-width: 1140px) {
  .site-header { backdrop-filter: none; background: #fff; }
  .nav:not(.is-open) { display: none; }
}
body { overflow-x: clip; }
.hero__grid > *, .page-hero__grid > *, .value > *, .donate > *, .split > *, .area > *, .cta > *, .content-grid > *, .contact-layout > *, .faq-layout > * { min-width: 0; }
@media (max-width: 680px) {
  .btn { white-space: normal; text-align: center; }
  .btn-row .btn { flex: 1 1 auto; }
  h1 { overflow-wrap: break-word; hyphens: auto; }
}
fieldset { min-width: 0; }
[hidden] { display: none !important; }
.lightbox.is-open { display: flex !important; }
.type-picker { grid-template-columns: repeat(3, minmax(0, 1fr)); }
.type-option label { overflow-wrap: anywhere; hyphens: auto; }
legend.form-section__title { font-family: var(--font-head); font-weight: 600; color: var(--ink); padding: 0; }
@media (max-width: 680px) {
  .type-picker { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .type-option label { padding: 11px 10px; font-size: .88rem; gap: 8px; }
  .notice-bar { font-size: .78rem; }
  .notice-bar .container { padding-block: 6px; gap: .4em; }
  .notice-bar .ico { display: none; }
}
