/* ============================================================
   PAGE — Schneider Startseite (Sektions-Layouts, Phase 3/Etappe 2)
   Struktur: 12 EPF-Sektionen. Werte nur aus tokens.css.
   ============================================================ */

/* ---- chrome-nav ---- */
.nav {
  position: sticky; top: 0; z-index: 50;
  background: color-mix(in srgb, var(--surface-light) 92%, transparent);
  backdrop-filter: blur(8px);
  border-bottom: 1px solid var(--border-light);
}
.nav__inner { display: flex; align-items: center; gap: var(--sp-4); height: 72px; }
.nav__logo { flex: 1 1 0; }
.nav__logo img { height: 40px; width: auto; }
.nav__inner > nav { flex: 0 0 auto; }
.nav__menu { display: flex; gap: var(--sp-3); list-style: none; }
.nav__actions { flex: 1 1 0; display: flex; align-items: center; justify-content: flex-end; gap: var(--sp-3); }
.nav__cta { padding: .55rem 1.15rem; font-size: .95rem; white-space: nowrap; }
.nav__menu a { color: var(--text-on-light); text-decoration: none; font-size: .95rem; font-weight: 600; }
.nav__menu a { position: relative; }
.nav__menu a::after { content: ""; position: absolute; left: 0; bottom: -4px; width: 100%; height: 1px; background: var(--brand); transform: scaleX(0); transform-origin: left; transition: transform 200ms cubic-bezier(0.23, 1, 0.32, 1); }
@media (hover: hover) and (pointer: fine) {
  .nav__menu a:hover { color: var(--brand); }
  .nav__menu a:hover::after { transform: scaleX(1); }
}
.nav__tel { white-space: nowrap; }
.nav__burger { display: none; }

/* ---- 1 · hero (Pattern: Art-Direction-Bild A) ---- */
.hero { position: relative; padding-top: clamp(2rem, 5vw, 4.5rem); overflow-x: clip; }
.hero__vertical {
  position: absolute; left: calc(var(--gutter) / 3); top: 9rem;
  writing-mode: vertical-rl; transform: rotate(180deg);
  font-size: .72rem; font-weight: 600; letter-spacing: .18em; text-transform: uppercase;
  color: var(--text-on-light-dim);
}
.hero__grid { display: grid; grid-template-columns: 1.15fr .85fr; gap: clamp(2.5rem, 5vw, 5rem); align-items: start; }
.hero__left { padding-top: var(--sp-4); }
.hero .h1-main { display: block; font-family: var(--font-display); font-weight: 560; font-size: clamp(2.5rem, 4.6vw, 3.9rem); line-height: 1.08; letter-spacing: .002em; }
.hero .h1-tail { display: block; margin-top: var(--sp-3); font-family: var(--font-text); font-size: 1rem; font-weight: 600; color: var(--text-on-light-dim); }
.hero__cta { display: flex; align-items: center; gap: var(--sp-3); margin-top: var(--sp-5); flex-wrap: wrap; }
.hero__cta-sep { width: 1px; height: 2.2rem; background: var(--border-light); }
.hero__cta .trust .stars { color: var(--brand); }
.hero__panel {
  background: var(--surface-sand); border-radius: var(--radius);
  padding: clamp(1.5rem, 2.6vw, 2.5rem);
  position: relative; z-index: 2;
}
.hero__panel-roof { color: var(--brand); }
.hero__panel-roof .roof-ic { width: 40px; height: 19px; }
.hero__panel-lead { font-size: .95rem; color: var(--text-on-light-dim); margin-top: var(--sp-2); }
.hero__facts { list-style: none; margin-top: var(--sp-3); }
.hero__facts li { display: flex; gap: var(--sp-2); padding-block: var(--sp-2); border-top: 1px solid var(--border-light); align-items: flex-start; }
.hero__facts .ic { flex: none; width: 22px; height: 22px; color: var(--brand); transform: translateY(2px); }
.hero__facts strong { display: block; font-weight: 700; font-size: .95rem; }
.hero__facts span { font-size: .85rem; color: var(--text-on-light-dim); }
.hero__band { margin-top: calc(-1 * clamp(2rem, 5vw, 5rem)); position: relative; z-index: 1; }
.hero__band img {
  width: 100%; height: clamp(260px, 38vw, 460px); object-fit: cover; object-position: center 62%;
  clip-path: polygon(0 26%, 100% 0, 100% 100%, 0 100%);
}

/* ---- 2 · stat-bar (Icon + Serif-Zahl, Pattern Bild A) ---- */
.statbar { position: relative; z-index: 3; margin-top: calc(-1 * clamp(1.5rem, 4vw, 3.5rem)); padding: 0 0 var(--sp-5); }
.statbar__grid { display: grid; grid-template-columns: repeat(3, 1fr); background: #f1ece4; border: 1px solid #e6ddd0; border-radius: 22px; box-shadow: 0 1px 2px rgba(43,35,32,.05), 0 18px 40px -20px rgba(43,35,32,.18); padding-block: clamp(1.6rem, 3vw, 2.4rem); }
.statbar__item { display: flex; flex-direction: column; align-items: center; text-align: center; gap: .35rem; padding-inline: clamp(1.2rem, 3vw, 2.6rem); }
.statbar__item + .statbar__item { border-left: 1px solid #e0d6c8; }
.statbar__item b { font-family: var(--font-display); font-weight: 560; font-size: clamp(2.4rem, 4.2vw, 3.4rem); color: var(--text-on-light); line-height: 1; letter-spacing: 0; }
.statbar__item span { display: block; font-size: var(--fs-small); color: var(--text-on-light-dim); max-width: 22ch; }

/* ---- Sektions-Kopf (EPF: eyebrow + h2 + sub) ---- */
.shead { max-width: 720px; }
.eyebrow { display: flex; align-items: center; gap: .6rem; font-size: .78rem; font-weight: 700; letter-spacing: .1em; text-transform: uppercase; color: var(--brand); }
.eyebrow::before { content: ""; width: 34px; height: 1px; background: var(--brand); }
.roof-ic { width: 26px; height: 12px; flex: none; }
.shead h2 { margin-top: var(--sp-1); }
.shead h2 em, .em-hl { font-style: italic; color: var(--brand); }
.shead .sub { margin-top: var(--sp-2); color: var(--text-on-light-dim); }

/* ---- 3 · usp (Bild links) ---- */
.usp__grid { display: grid; grid-template-columns: .9fr 1.1fr; gap: clamp(2rem, 5vw, 4rem); align-items: center; margin-top: var(--sp-5); }
.usp__figure { margin-left: calc(50% - 50vw); align-self: stretch; }
.usp__figure img { border-radius: 0 var(--radius) var(--radius) 0; height: 100%; max-height: 560px; object-fit: cover; width: 100%; }
.usp__items { display: grid; }
.usp__item { display: flex; gap: var(--sp-3); padding-block: var(--sp-3); }
.usp__item + .usp__item { border-top: 1px solid var(--border-light); }
.usp__item .ic { flex: none; width: 30px; height: 30px; color: var(--brand); }
.usp__item .ic svg { width: 30px; height: 30px; stroke-width: 1.5; }
.usp__item h3 { font-size: 1.1rem; }
.usp__item p { font-size: .95rem; color: var(--text-on-light-dim); margin-top: .3rem; }

/* ---- 4 · bekannt-aus (logo-strip) ---- */
.partners { border-block: 1px solid var(--border-light); }
.partners__row { display: flex; align-items: center; justify-content: center; gap: var(--sp-5); padding-block: var(--sp-3); flex-wrap: wrap; }
.partners__row .label { font-size: var(--fs-small); color: var(--text-on-light-dim); }
.partners__row .mark { font-family: var(--font-display); font-weight: 650; font-size: 1.3rem; color: var(--text-on-light-dim); letter-spacing: .02em; }
/* Partner-Logo-Bilder (geteilt: Startseite .partners, .ls-Leisten) — entsättigt, Hover farbig; Bronze-Siegel voll farbig */
.ls__logos { display: flex; flex-wrap: wrap; align-items: center; justify-content: center; gap: clamp(1rem, 3vw, 2rem); row-gap: clamp(.75rem, 2vw, 1.25rem); }
.ls__img { height: 30px; width: auto; max-width: 190px; object-fit: contain; }
.ls__img--seal { height: 58px; max-width: none; }
.ls__img--stacked { height: 46px; max-width: none; }

/* ---- 5 · services (feature-grid) ---- */
.services__grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: var(--sp-3); margin-top: var(--sp-5); }
.services__card--featured { grid-column: 1 / -1; background: var(--surface-sand); border-color: transparent; display: grid; grid-template-columns: 1.1fr .9fr; gap: var(--sp-4); align-items: center; }
.services__card--featured h3 { font-size: clamp(1.5rem, 2.6vw, 2.1rem); }
.services__card--featured .more { justify-self: start; align-self: center; grid-column: 2; grid-row: 1; background: var(--brand); color: var(--surface-light-2); padding: .875rem 1.75rem; border-radius: var(--radius-btn); }
.services__card--featured .more:hover { background: var(--brand-deep); text-decoration: none; }
.services__card h3 { font-size: 1.25rem; }
.services__card p { font-size: .95rem; color: var(--text-on-light-dim); margin-top: var(--sp-2); }
.services__card .more { display: inline-block; margin-top: var(--sp-3); font-weight: 700; text-decoration: none; }
.services__card .more:hover { text-decoration: underline; }

/* ---- 6 · angebote (listing-teaser) ---- */
.angebote .teaser {
  margin-top: var(--sp-4); display: flex; align-items: center; justify-content: space-between;
  gap: var(--sp-3); flex-wrap: wrap;
  border: 1px solid var(--border-light); border-radius: var(--radius);
  padding: var(--sp-4); background: var(--surface-light-2);
}
.angebote .teaser p { font-weight: 600; }

/* ---- 7 · bewertungs-widget (Sand-Kontrastfläche) ---- */
.widget__card {
  background: var(--surface-light-2); border-radius: var(--radius);
  padding: clamp(1.5rem, 4vw, 3rem);
  display: grid; grid-template-columns: 1.1fr .9fr; gap: clamp(1.5rem, 4vw, 3rem);
  box-shadow: 0 18px 48px rgba(43, 35, 32, .07);
}
.widget__types { display: grid; gap: var(--sp-2); align-content: center; background: var(--brand); border-radius: var(--radius); padding: clamp(1.25rem, 3vw, 2rem); margin: calc(-1 * clamp(1.5rem, 4vw, 3rem)); margin-left: 0; }
.widget__types a {
  display: flex; align-items: center; justify-content: space-between;
  padding: var(--sp-2) var(--sp-3); border: 1px solid rgba(255, 253, 250, .3);
  border-radius: var(--radius-btn); text-decoration: none; color: var(--surface-light-2); font-weight: 600;
  transition: background-color var(--dur) var(--ease), transform var(--dur) var(--ease);
}
@media (hover: hover) and (pointer: fine) {
  .widget__types a:hover { background: var(--brand-deep); transform: translateX(4px); }
}
.widget__types a::after { content: "→"; }
.widget__checks { display: flex; flex-wrap: wrap; gap: var(--sp-2); margin-top: var(--sp-3); font-size: var(--fs-small); color: var(--text-on-light-dim); }
.widget__checks span { display: inline-flex; gap: .4rem; align-items: center; }
.widget__checks .ic { width: 15px; height: 15px; color: var(--success); }

/* ---- 8 · team (B_story) ---- */
.team { background: var(--surface-light-2); border-block: 1px solid var(--border-light); }
.team__grid { display: grid; grid-template-columns: .85fr 1.15fr; gap: clamp(2rem, 5vw, 4.5rem); align-items: start; margin-top: var(--sp-5); }
.team__grid figure img { border-radius: var(--radius); width: 100%; object-fit: cover; aspect-ratio: 4 / 5; }
.team__photo { position: relative; aspect-ratio: 4 / 5; border-radius: var(--radius); overflow: hidden; background: radial-gradient(120% 90% at 50% 0%, #f2ebe0, var(--surface-sand)); border: 1px solid var(--border-light); }
.team__photo img { position: absolute; left: 50%; bottom: 0; transform: translateX(-50%); width: auto; height: 98%; max-width: none; aspect-ratio: auto; border-radius: 0; object-fit: contain; filter: drop-shadow(0 18px 28px rgba(43,35,32,.22)); }
.team__statement { border-left: 3px solid var(--brand); padding-left: var(--sp-3); }
.team__role { font-size: .95rem; color: var(--text-on-light-dim); margin-top: .35rem; letter-spacing: .01em; }
.team__statement { font-family: var(--font-display); font-weight: 560; font-size: clamp(1.6rem, 2.6vw, 2.1rem); line-height: 1.3; }
.team__text p { margin-top: var(--sp-3); color: var(--text-on-light-dim); }

/* ---- 9 · standort-nap ---- */
.nap__prosa { max-width: 62ch; }
.nap__prosa p { margin-top: var(--sp-3); color: var(--text-on-light-dim); }
.nap__grid { display: grid; grid-template-columns: 1.25fr .75fr; gap: clamp(1.5rem, 3vw, 2.5rem); margin-top: var(--sp-5); align-items: start; }
.nap__map { position: relative; margin-top: var(--sp-4); border-radius: var(--radius); overflow: hidden; border: 1px solid var(--border-light); background: var(--surface-sand); height: clamp(300px, 30vw, 420px); }
.nap__side { position: sticky; top: 96px; display: flex; flex-direction: column; gap: var(--sp-2); }
.nap__box { padding: clamp(1.25rem, 2vw, 1.6rem); }
.nap__label { display: inline-flex; align-items: center; gap: .5rem; font-size: .74rem; font-weight: 700; letter-spacing: .1em; text-transform: uppercase; color: var(--brand); }
.nap__label .ic { width: 16px; height: 16px; }
.nap__label .ic svg { width: 100%; height: 100%; }
.nap__addr { margin-top: var(--sp-2); font-size: 1rem; line-height: 1.5; color: var(--text-on-light); }
.nap__addr strong { display: block; font-weight: 700; margin-bottom: .1rem; }
.nap__hr { border: 0; border-top: 1px solid var(--border-light); margin: var(--sp-3) 0; }
.nap__hours { list-style: none; margin: var(--sp-2) 0 0; padding: 0; display: grid; gap: .4rem; }
.nap__hours li { display: flex; justify-content: space-between; gap: 1rem; font-size: .9rem; }
.nap__hours li span:first-child { color: var(--text-on-light-dim); }
.nap__hours li span:last-child { color: var(--text-on-light); font-weight: 600; text-align: right; }
.nap__channel { display: flex; align-items: center; gap: .75rem; padding: .7rem; margin-top: var(--sp-2); border: 1px solid var(--border-light); border-radius: var(--radius); text-decoration: none; transition: border-color var(--dur) var(--ease), background var(--dur) var(--ease); }
.nap__channel:first-of-type { margin-top: var(--sp-3); }
.nap__channel:hover { border-color: var(--brand); background: var(--surface-sand); }
.nap__channel-ic { flex: none; width: 40px; height: 40px; border-radius: 10px; background: var(--surface-sand); color: var(--brand); display: inline-flex; align-items: center; justify-content: center; }
.nap__channel-ic svg { width: 18px; height: 18px; }
.nap__channel-txt { display: flex; flex-direction: column; min-width: 0; }
.nap__channel-lbl { font-size: .78rem; color: var(--text-on-light-dim); }
.nap__channel-txt strong { font-size: .98rem; color: var(--text-on-light); font-weight: 700; word-break: break-word; }
.nap__ratingbox { display: flex; align-items: center; justify-content: center; gap: .5rem; padding: var(--sp-3); }
.nap__ratingbox .g-logo { width: 20px; height: 20px; }
.nap__ratingbox .g-logo svg { width: 100%; height: 100%; }
.nap__ratingbox .stars { color: var(--accent-2); letter-spacing: 1px; }
.nap__rating-txt { font-size: .95rem; color: var(--text-on-light); }
.nap__cta-btn { width: 100%; }

/* ---- 10 · einzugsgebiet (geo-link-hub, Chips) ---- */
.geo__chips { display: flex; flex-wrap: wrap; gap: .6rem; margin-top: var(--sp-4); }
.geo details { margin-top: var(--sp-3); }
.geo summary { cursor: pointer; font-weight: 700; color: var(--brand); list-style: none; }
.geo summary::-webkit-details-marker { display: none; }
.geo summary::after { content: " ↓"; }
.geo details[open] summary::after { content: " ↑"; }
.geo details .geo__chips { margin-top: var(--sp-3); }

/* ---- 11 · kontaktfunktion ---- */
.kontakt__grid { display: grid; grid-template-columns: 1fr 1fr; gap: var(--sp-3); margin-top: var(--sp-5); max-width: 820px; }
.kontakt__grid a.card { text-decoration: none; display: flex; gap: var(--sp-3); align-items: center; }
.kontakt__grid .ic { flex: none; width: 34px; height: 34px; color: var(--brand); display: grid; place-items: center; }
.kontakt__grid .ic svg { width: 22px; height: 22px; }
.kontakt__grid h3 { font-size: 1.1rem; }
.kontakt__grid p { font-size: var(--fs-small); color: var(--text-on-light-dim); }
.kontakt__person { margin-top: var(--sp-3); font-size: var(--fs-small); color: var(--text-on-light-dim); }

/* ---- 12 · finaler-cta (contrast-banner, dunkel, OHNE Deko-Glow) ---- */
.final { text-align: center; }
.final .inner { max-width: 720px; margin-inline: auto; }
.final h2 { color: var(--text-on-dark); font-size: clamp(2rem, 4.2vw, 3.1rem); }
.final p { margin-inline: auto; margin-top: var(--sp-3); color: var(--text-on-dark-dim); }
.final .claim { margin-top: var(--sp-3); color: var(--text-on-dark); font-weight: 600; }
.final .hero__cta { justify-content: center; }

/* ---- chrome-footer ---- */
.footer { background: var(--surface-dark); color: var(--text-on-dark-dim); border-top: 1px solid var(--surface-dark-2); }
.footer__grid { display: grid; grid-template-columns: 1.3fr 1fr 1fr 1fr; gap: var(--sp-4); padding-block: var(--sp-5); }
.footer__brand p { font-size: var(--fs-small); margin-top: var(--sp-2); }
.footer__wordmark { font-family: var(--font-display); font-weight: 650; font-size: 1.15rem; color: var(--text-on-dark); }
.footer__wordmark em { color: var(--brand-glow); font-style: normal; }
.footer h4 { font-size: var(--fs-small); font-weight: 700; color: var(--text-on-dark); text-transform: uppercase; letter-spacing: .06em; }
.footer ul { list-style: none; margin-top: var(--sp-2); display: grid; gap: .5rem; font-size: .95rem; }
.footer a { color: var(--text-on-dark-dim); text-decoration: none; }
.footer a:hover { color: var(--text-on-dark); }
.footer__legal { border-top: 1px solid var(--surface-dark-2); padding-block: var(--sp-3); display: flex; justify-content: space-between; gap: var(--sp-3); flex-wrap: wrap; font-size: var(--fs-small); }
.footer .trust .stars { font-size: .9rem; color: var(--accent-2); }

/* ---- Hero-Einstiegsmoment (einzige Load-Animation, reduced-motion-sicher) ---- */
@media (prefers-reduced-motion: no-preference) {
  .hero__grid > * { animation: rise .7s var(--ease) backwards; }
  .hero__grid > *:nth-child(2) { animation-delay: .12s; }
  @keyframes rise { from { opacity: 0; transform: translateY(16px); } }
}

/* ---- Mobile ---- */
@media (max-width: 900px) {
  .nav__menu { display: none; }
  .hero__grid, .usp__grid, .team__grid, .nap__grid, .widget__card { grid-template-columns: 1fr; }
  .hero__figure { order: -1; }
  .hero__figure img { aspect-ratio: 1 / 1; }
  .hero__badge { left: 1rem; bottom: 1rem; }
  .services__grid, .kontakt__grid { grid-template-columns: 1fr; }
  .services__card--featured { grid-template-columns: 1fr; }
  .services__card--featured .more { grid-column: auto; grid-row: auto; }
  .statbar__grid { grid-template-columns: 1fr; gap: var(--sp-3); }
  .statbar__item { justify-items: start; text-align: left; padding-inline: 0; }
  .statbar__item + .statbar__item { border-left: 0; border-top: 1px solid var(--border-light); padding-top: var(--sp-3); }
  .hero__vertical { display: none; }
  .hero .h1-main { font-size: clamp(2.4rem, 10vw, 3rem); }
  .hero__band { margin-top: var(--sp-3); }
  .hero__band img { clip-path: polygon(0 12%, 100% 0, 100% 100%, 0 100%); height: 240px; }
  .usp__figure { margin-left: calc(-1 * var(--gutter)); margin-right: calc(-1 * var(--gutter)); }
  .usp__figure img { border-radius: 0; }
  .widget__types { margin: 0; }
  .footer__grid { grid-template-columns: 1fr 1fr; }
  .nap__side { position: static; }
}

/* ---- Scroll-Reveals: gaten NIE die Sichtbarkeit (nur mit JS + Motion-Erlaubnis) ---- */
@media (prefers-reduced-motion: no-preference) {
  html.js .reveal { opacity: 0; transform: translateY(14px); transition: opacity .6s var(--ease), transform .6s var(--ease); }
  html.js .reveal.in { opacity: 1; transform: none; }
}

/* ---- Nav-Zustand beim Scrollen ---- */
.nav { border-bottom-color: transparent; transition: border-color var(--dur) var(--ease), background-color var(--dur) var(--ease); }
.nav.is-scrolled { border-bottom-color: var(--border-light); }

/* ============================================================
   FIDELITY-PASS 2 — Referenz-Bilder 1–3 (Milan, 07.07.2026)
   ============================================================ */
/* Nav: Serifen-Menü, ruhiger Telefon-Link, Hairline-Trenner */
.nav__menu a { font-family: var(--font-text); font-weight: 600; font-size: 1rem; }
.nav__tel { display: inline-flex; align-items: center; gap: .5rem; font-family: var(--font-text); font-weight: 600; font-size: 1rem; color: var(--text-on-light); text-decoration: none; padding-left: var(--sp-3); border-left: 1px solid var(--border-light); }
.nav__tel .ic { width: 16px; height: 16px; color: var(--text-on-light-dim); }
.nav__tel:hover { color: var(--brand); }

/* Skyline-Motiv */
.sky-ic { width: 120px; height: 38px; }

/* Featured-Karte: Text + diagonales Foto */
.services__card--featured { padding: 0; overflow: hidden; grid-template-columns: 1.05fr .95fr; gap: 0; align-items: stretch; }
.services__ftext { padding: clamp(1.5rem, 3vw, 2.75rem); }
.services__ftext .btn { margin-top: var(--sp-3); }
.services__photo { margin: 0; }
.services__photo img { width: 100%; height: 100%; object-fit: cover; clip-path: polygon(14% 0, 100% 0, 100% 100%, 0 100%); }

/* Service-Karten: Icon oben, Pfeil-Link */
.services__card .si { display: block; width: 32px; height: 32px; color: var(--brand); margin-bottom: var(--sp-2); }
.services__card .si svg { stroke-width: 1.5; }

/* Widget: Bordeaux-Panel-Zeilen mit Icons + Hairlines */
.widget__left .sub { color: var(--text-on-light-dim); margin-top: var(--sp-2); }
.widget__divider { color: var(--brand); margin-top: var(--sp-4); }
.widget__types { gap: 0; }
.widget__types a { border: 0; border-top: 1px solid rgba(255, 253, 250, .28); border-radius: 0; justify-content: flex-start; gap: var(--sp-2); padding-block: var(--sp-3); font-family: var(--font-display); font-weight: 500; font-size: 1.1rem; }
.widget__types a:first-child { border-top: 0; }
.widget__types a::after { margin-left: auto; }
.widget__types .ic { width: 22px; height: 22px; }
.widget__types .ic svg { stroke-width: 1.5; }
.trustline { display: flex; align-items: center; justify-content: center; gap: var(--sp-2); margin-top: var(--sp-4); font-size: var(--fs-small); color: var(--text-on-light-dim); text-align: center; flex-wrap: wrap; }
.trustline::before, .trustline::after { content: ""; height: 1px; width: clamp(30px, 6vw, 70px); background: var(--brand); flex: none; }
.trustline .star { color: var(--brand); }

/* Team: Signatur + Stat-Zeile */
.team__sig { font-family: "Allura", cursive; font-size: 2.1rem; color: var(--brand); margin-top: var(--sp-4); line-height: 1; }
.team__stats { list-style: none; display: flex; margin-top: var(--sp-3); }
.team__stats li { display: flex; align-items: center; gap: .6rem; padding-inline: var(--sp-3); border-left: 1px solid var(--border-light); }
.team__stats li:first-child { padding-left: 0; border-left: 0; }
.team__stats .ic { width: 22px; height: 22px; color: var(--brand); }
.team__stats .ic svg { stroke-width: 1.5; }
.team__stats b { font-family: var(--font-display); font-weight: 600; font-size: 1.35rem; }

/* Finaler CTA: linksbündig, Telefon-Zeile mit Hairline (Referenz 2) */
.final { text-align: left; }
.final .inner { max-width: 900px; margin-inline: 0; }
.final p { margin-inline: 0; }
.final__roof { color: var(--brand); margin-bottom: var(--sp-3); }
.final h2 { font-size: clamp(2.2rem, 4.8vw, 3.6rem); }
.final__cta { display: flex; align-items: center; gap: var(--sp-3); margin-top: var(--sp-4); flex-wrap: wrap; }
.final__tel { color: var(--text-on-dark); text-decoration: none; padding-left: var(--sp-3); border-left: 1px solid var(--glass-bd); }
.final__tel:hover { color: var(--brand-glow); }

/* Footer: großes Serif-Wortmark, Spalten-Hairlines, Skyline, Legal-Trenner */
.footer__roof { color: var(--brand-glow); }
.footer__roof .roof-ic { width: 40px; height: 19px; }
.footer__wordmark { font-size: 2.1rem; line-height: 1.05; letter-spacing: .04em; margin-top: var(--sp-2); }
.footer__wordmark em { display: block; font-size: 1.25rem; letter-spacing: .02em; color: var(--text-on-dark); font-weight: 400; }
.footer h4::after { content: ""; display: block; width: 26px; height: 1px; background: var(--brand-glow); margin-top: .45rem; }
.footer__sky { grid-column: 1 / -1; justify-self: end; color: var(--brand-glow); opacity: .85; margin-top: var(--sp-3); }
.footer__legal span + span { padding-left: var(--sp-3); margin-left: var(--sp-3); border-left: 1px solid var(--surface-dark-2); }

/* Mobile-Ergänzungen Pass 2 */
@media (max-width: 900px) {
  .services__card--featured { grid-template-columns: 1fr; }
  .services__photo img { clip-path: polygon(0 18%, 100% 0, 100% 100%, 0 100%); height: 220px; }
  .team__stats { flex-wrap: wrap; gap: var(--sp-2) 0; }
  .footer__sky { display: none; }
  .nav__tel { border-left: 0; padding-left: 0; }
}

.trustline--plain { margin-top: var(--sp-1); }
.trustline--plain::before, .trustline--plain::after { display: none; }

/* ---- W5: Stagger für Stat-Zellen ---- */
@media (prefers-reduced-motion: no-preference) {
  html.js .statbar__item:nth-child(2) { transition-delay: 60ms; }
  html.js .statbar__item:nth-child(3) { transition-delay: 120ms; }
}

/* ---- W5: Burger-Menü (mobil) ---- */
.nav__burger { display: none; background: none; border: 1px solid var(--border-light); border-radius: var(--radius-btn); width: 44px; height: 44px; cursor: pointer; color: var(--text-on-light); align-items: center; justify-content: center; }
.nav__burger svg { width: 20px; height: 20px; }
.nav__burger .ic-close { display: none; }
@media (max-width: 900px) {
  .nav__burger { display: inline-flex; margin-left: auto; }
  .nav__logo { flex: 0 0 auto; }
  .nav__logo img { height: 32px; max-width: none; }
  .nav__tel { margin-left: 0; }
  .nav__actions .nav__tel { font-size: 0; gap: 0; padding: 10px; border-left: 0; }
  .nav__actions .nav__tel .ic { width: 22px; height: 22px; color: var(--brand); }
  .nav__menu { display: none; }
  body.menu-open .nav__menu {
    display: grid; position: absolute; top: 72px; left: 0; right: 0;
    background: var(--surface-light); border-bottom: 1px solid var(--border-light);
    padding: var(--sp-3) var(--gutter) var(--sp-4); gap: var(--sp-1); margin: 0;
  }
  body.menu-open .nav__menu a { font-size: 1.3rem; padding-block: .6rem; display: block; }
  .nav__actions .nav__tel { padding-block: .5rem; }
  body.menu-open .nav__burger .ic-menu { display: none; }
  body.menu-open .nav__burger .ic-close { display: block; }
}

/* ============================================================
   CRITIQUE-FIXES (W5-Critique, 07.07.2026)
   ============================================================ */
/* P0: Hero kompakter — Peak (Panorama) in den Viewport */
.hero { padding-top: clamp(1.5rem, 3.5vw, 3rem); }
.hero .h1-main { font-size: clamp(2.3rem, 4vw, 3.4rem); }
.hero__left { padding-top: var(--sp-3); }
.hero__cta { margin-top: var(--sp-4); }
.hero__panel { padding: clamp(1.25rem, 2.2vw, 2rem); }
.hero__panel-lead { font-size: .9rem; line-height: 1.55; }
.hero__facts li { padding-block: .65rem; }
.hero__facts span { font-size: .82rem; }
.hero__band { margin-top: calc(-1 * clamp(3rem, 7vw, 7rem)); }
.hero__band img { height: clamp(240px, 34vw, 420px); }

/* P1: Angebote-Teaser in der Referenz-Sprache (Sand + Skyline) */
.angebote .teaser { background: var(--surface-sand); border: 0; padding: var(--sp-4) clamp(1.5rem, 3vw, 2.5rem); }
.angebote .teaser p { font-family: var(--font-display); font-weight: 560; font-size: 1.3rem; }
.angebote .teaser .sky-ic { color: var(--brand); }

/* P1: Panorama-Peak vor dem dunklen Ende (Referenz 3 unten) */
.geo__band { margin-top: var(--sp-4); }
.geo__band img { width: 100%; height: clamp(300px, 36vw, 520px); object-fit: cover; object-position: center 42%; -webkit-mask-image: linear-gradient(to bottom, transparent 0%, #000 26%); mask-image: linear-gradient(to bottom, transparent 0%, #000 26%); }

/* P1: Kontakt in Widget-Zeilen-Sprache statt braver Karten */
.kontakt__grid a.card { border: 0; border-top: 1px solid var(--border-light); border-radius: 0; padding: var(--sp-3) 0; background: transparent; }
.kontakt__grid { gap: 0 var(--sp-5); }
.kontakt__grid a.card::after { content: "→"; color: var(--brand); margin-left: auto; font-size: 1.2rem; }
.kontakt__grid .ic { width: 26px; height: 26px; }
.kontakt__grid h3 { font-family: var(--font-display); font-weight: 560; font-size: 1.2rem; }
@media (hover: hover) and (pointer: fine) {
  .kontakt__grid a.card:hover { transform: none; box-shadow: none; }
  .kontakt__grid a.card:hover h3 { color: var(--brand); }
}

/* P1: Partner-Strip enger an USP koppeln */
.usp.section { padding-bottom: var(--sp-5); }

/* ==== Hero-Variante F — Vollflächiges Kirchheim-Panorama + Cornelia freigestellt (Milan 07.07.2026) ==== */
.hero.hf { min-height: clamp(560px, 60vw, 840px); padding-top: clamp(3rem, 6vw, 5rem); padding-bottom: 0; overflow: hidden; }
.hero.hf .hero__bg { position: absolute; inset: 0; z-index: 0; }
.hero.hf .hero__bg img { width: 100%; height: 100%; object-fit: cover; object-position: bottom center; display: block; }
.hero.hf .hero__bg::after { content: ''; position: absolute; inset: 0; pointer-events: none; background:
    linear-gradient(90deg, var(--surface-light) 0%, rgba(250,248,245,.97) 33%, rgba(250,248,245,.62) 48%, rgba(250,248,245,0) 63%),
    linear-gradient(180deg, rgba(250,248,245,.55) 0%, rgba(250,248,245,0) 14%); }
.hero.hf .hero__grid { position: relative; z-index: 2; grid-template-columns: 1.5fr .5fr; align-items: start; }
.hero.hf .h1-main { font-size: clamp(2.2rem, 3.2vw, 3.05rem); }
.hero.hf .hero__left { position: relative; z-index: 2; padding-top: 0; }
.hero.hf .hero__rating { display: inline-flex; align-items: center; gap: .5rem; font-size: 1.05rem; color: var(--text-on-light); margin-bottom: var(--sp-3); }
.hero.hf .hero__rating .stars { color: var(--brand); }
.hero.hf .hero__lead { font-size: 1.02rem; color: var(--text-on-light-dim); margin-top: var(--sp-3); max-width: 50ch; }
.hero.hf .hero__spacer { min-height: clamp(360px, 42vw, 620px); }
.hero.hf .hero__person { position: absolute; right: 4%; bottom: 0; height: clamp(420px, 48vw, 680px); width: auto; z-index: 3; pointer-events: none; }
@media (max-width: 860px) {
  .hero.hf { min-height: 0; }
  .hero.hf .hero__grid { grid-template-columns: 1fr; }
  .hero.hf .hero__spacer { min-height: clamp(300px, 82vw, 480px); }
  .hero.hf .hero__person { right: -6%; height: clamp(320px, 86vw, 500px); }
  /* P0-Fix: Text-Block durchgehend auf Papier (nie über rohem Panorama) */
  .hero.hf .hero__left { background: linear-gradient(180deg, var(--surface-light) 0%, var(--surface-light) 78%, rgba(250,248,245,0) 100%); margin-inline: calc(-1 * var(--gutter)); padding: 0 var(--gutter) var(--sp-5); border-radius: 0; }
  .hero.hf .hero__bg::after { background:
      linear-gradient(180deg, rgba(250,248,245,.9) 0%, rgba(250,248,245,.5) 40%, rgba(250,248,245,0) 66%); }
}

/* Nav-CTA nur Desktop (Mobile: Burger übernimmt) */
@media (max-width: 860px) { .nav__cta { display: none; } }

/* Hero-F: Google-Badge (David&Jacques-Optik) + USP-Häkchen (EPF-Fakten) */
.hero.hf .hero__gbadge { display: inline-flex; align-items: center; gap: .55rem; margin-bottom: var(--sp-3); }
/* Ersetzt den früheren Google-5,0-Badge im Hero durch eine substanzielle Eyebrow-Zeile */
.g-since { font-size: .8rem; font-weight: 700; letter-spacing: .09em; text-transform: uppercase; color: var(--brand); }
.hero.hf .g-logo { width: 20px; height: 20px; display: inline-flex; flex: none; }
.hero.hf .g-logo svg { width: 100%; height: 100%; display: block; }
.hero.hf .g-stars { color: var(--accent-2); letter-spacing: 2px; font-size: 1.05rem; line-height: 1; }
.hero.hf .g-rate { font-size: 1rem; color: var(--text-on-light); }
.hero.hf .g-rate strong { font-weight: 700; }
.hero.hf .hero__usps { list-style: none; margin: var(--sp-4) 0 0; padding: 0; display: flex; flex-direction: column; gap: var(--sp-2); max-width: 48ch; }
.hero.hf .hero__usps li { display: flex; align-items: flex-start; gap: var(--sp-2); }
.hero.hf .usp-ck { flex: none; width: 24px; height: 24px; border-radius: 999px; background: var(--surface-sand); color: var(--brand); display: inline-flex; align-items: center; justify-content: center; margin-top: 2px; }
.hero.hf .usp-ck svg { width: 13px; height: 13px; }
.hero.hf .hero__usps strong { font-weight: 700; color: var(--text-on-light); }
.hero.hf .hero__usps li span { color: var(--text-on-light-dim); }
@media (max-width: 860px) { .hero.hf .hero__usps { max-width: none; } }

/* ==== 7 · Bewertungs-Widget NEU (Referenz-Optik D&J, EPF-konform) ==== */
.bwt__card { background: radial-gradient(130% 90% at 50% 0%, rgba(235,227,216,.32), rgba(255,253,250,0) 56%), var(--surface-light-2); color: var(--text-on-light); border: 1px solid var(--border-light); border-top: 3px solid var(--brand); border-radius: var(--radius); box-shadow: 0 40px 90px rgba(0,0,0,.28); padding: clamp(1.75rem, 4vw, 3.5rem); }
.bwt__title { color: var(--text-on-light); }
.bwt__head { text-align: center; max-width: 640px; margin: 0 auto; }
.bwt__eyebrow { display: inline-flex; align-items: center; gap: .6rem; font-size: .78rem; font-weight: 700; letter-spacing: .12em; text-transform: uppercase; color: var(--brand); }
.bwt__eyebrow::before, .bwt__eyebrow::after { content: ""; width: 34px; height: 1px; background: var(--brand); }
.bwt__title { font-family: var(--font-display); font-weight: 560; font-size: clamp(1.9rem, 3.4vw, 2.9rem); line-height: 1.1; margin-top: var(--sp-2); }
.bwt__title em { font-style: italic; color: var(--brand); }
.bwt__sub { color: var(--text-on-light-dim); margin-top: var(--sp-2); }

/* Stepper */
.bwt__steps { list-style: none; display: flex; flex-wrap: wrap; align-items: center; justify-content: center; gap: var(--sp-2) var(--sp-3); margin: var(--sp-4) auto 0; padding: .75rem 1.25rem; background: var(--surface-light); border: 1px solid var(--border-light); border-radius: 999px; width: fit-content; max-width: 100%; font-size: .95rem; font-weight: 600; color: var(--text-on-light); }
.bwt__steps li { display: inline-flex; align-items: center; gap: .55rem; }
.bwt__steps .n { display: inline-flex; align-items: center; justify-content: center; width: 24px; height: 24px; border-radius: 999px; background: var(--brand); border: 1.5px solid var(--brand); color: #fff; font-size: .8rem; font-weight: 700; flex: none; }
.bwt__steps .arw { width: 22px; height: 2px; border-radius: 2px; background: var(--border-strong); font-size: 0; }
.bwt__steps .arw { color: var(--text-on-light-dim); }

/* 3 Typ-Karten */
.bwt__types { display: grid; grid-template-columns: repeat(3, 1fr); gap: var(--sp-3); margin-top: clamp(1.5rem, 3vw, 2.5rem); }
.bwt__type { display: flex; flex-direction: column; align-items: flex-start; gap: .6rem; padding: clamp(1.25rem, 2vw, 1.75rem); background: var(--surface-light-2); border: 1px solid var(--border-light); border-top: 3px solid var(--border-light); border-radius: var(--radius); text-decoration: none; color: var(--text-on-light); transition: border-color var(--dur) var(--ease), transform var(--dur) var(--ease), box-shadow var(--dur) var(--ease); }
.bwt__type:hover { border-color: var(--border-light); border-top-color: var(--brand); transform: translateY(-3px); box-shadow: 0 16px 36px rgba(43,35,32,.10); }
.bwt__type-ic { width: 34px; height: 34px; color: var(--brand); }
.bwt__type-ic svg { width: 100%; height: 100%; stroke-width: 1.6; }
.bwt__type h3 { font-size: 1.2rem; margin-top: .2rem; }
.bwt__type > p { font-size: .92rem; color: var(--text-on-light-dim); margin: 0; }
.bwt__type-btn { display: inline-flex; align-items: center; gap: .5rem; margin-top: auto; width: 100%; justify-content: center; padding: .7rem 1rem; background: var(--surface-sand); border: 1px solid var(--border-light); border-radius: var(--radius-btn); color: var(--brand); font-weight: 600; font-size: .95rem; transition: background var(--dur) var(--ease), color var(--dur) var(--ease), border-color var(--dur) var(--ease); }
.bwt__type > p { margin-bottom: var(--sp-2); }
.bwt__type-btn .arr { transition: transform var(--dur) var(--ease); }
.bwt__type:hover .bwt__type-btn { background: var(--brand); border-color: var(--brand); color: var(--surface-light-2); }
.bwt__type:hover .bwt__type-btn .arr { transform: translateX(3px); }

/* Trust-Chips */
.bwt__chips { list-style: none; display: flex; flex-wrap: wrap; align-items: center; justify-content: center; gap: var(--sp-2) var(--sp-4); margin: clamp(1.5rem, 3vw, 2.25rem) 0 0; padding: 0; font-size: .9rem; color: var(--text-on-light); }
.bwt__chips li { display: inline-flex; align-items: center; gap: .45rem; }
.bwt__chips svg { width: 16px; height: 16px; color: var(--brand); flex: none; }

/* Footer: Google-Badge + Note */
.bwt__footer { display: flex; flex-direction: column; align-items: center; gap: .4rem; margin-top: clamp(1.5rem, 3vw, 2rem); padding-top: clamp(1.25rem, 2.5vw, 1.75rem); border-top: 1px solid var(--border-light); text-align: center; }
.bwt__gbadge { display: inline-flex; align-items: center; gap: .5rem; font-size: 1rem; color: var(--text-on-light); padding: .5rem 1.1rem; background: var(--surface-light); border: 1px solid var(--border-light); border-radius: 999px; }
.bwt__gbadge .g-logo { width: 20px; height: 20px; display: inline-flex; }
.bwt__gbadge .g-logo svg { width: 100%; height: 100%; }
.bwt__gbadge .stars { color: var(--accent-2); letter-spacing: 1px; }
.bwt__gbadge .val strong { font-weight: 700; }
.bwt__foot-note { font-size: var(--fs-small); color: var(--text-on-light-dim); }

@media (max-width: 820px) {
  .bwt__types { grid-template-columns: 1fr; }
  .bwt__steps { border-radius: var(--radius); }
}

/* Finale CTA: Bild rechts mit braunem Verlauf drüber */
.final { position: relative; overflow: hidden; }
.final > .inner { position: relative; z-index: 2; }
.final__img { position: absolute; top: 0; right: 0; bottom: 0; width: 82%; z-index: 0; }
.final__img img { width: 100%; height: 100%; object-fit: cover; object-position: center 28%; display: block; }
.final__img::after { content: ""; position: absolute; inset: 0; background:
    linear-gradient(90deg, var(--surface-dark) 0%, var(--surface-dark) 20%, rgba(43,35,32,.97) 34%, rgba(43,35,32,.86) 52%, rgba(43,35,32,.66) 72%, rgba(43,35,32,.46) 100%),
    linear-gradient(0deg, var(--surface-dark) 0%, rgba(43,35,32,0) 20%, rgba(43,35,32,0) 84%, var(--surface-dark) 100%); }
@media (max-width: 860px) { .final__img { display: none; } }

/* Standort-Map: Mobile-Höhe */
@media (max-width: 860px) { .nap__map, .nap__map iframe { min-height: 320px; height: 320px; } }

/* Map-Link (Route planen) über der Karte */
.nap__map { position: relative; }
.nap__map img { width: 100%; height: 100%; object-fit: cover; display: block; }
.nap__map-link { position: absolute; right: 14px; bottom: 14px; z-index: 2; display: inline-flex; align-items: center; gap: .4rem; background: var(--brand); color: #fff; font-size: .85rem; font-weight: 600; padding: .7rem 1rem; border-radius: var(--radius-btn); text-decoration: none; box-shadow: 0 6px 18px rgba(43,35,32,.28); }
.nap__map-link .ic { width: 15px; height: 15px; }
.nap__map-link .ic svg { width: 100%; height: 100%; }
.nap__map-link:hover { background: var(--brand-deep); }

/* Google Maps: iframe füllt die Figur; Consent regelt CCM19 (eRecht24) automatisch.
   „Route planen" als dezenter Caption-Link darunter (funktioniert ohne Karte/Consent). */
.nap__map iframe { width: 100%; height: 100%; border: 0; display: block; }
.nap__map-plan { display: inline-flex; align-items: center; gap: .4rem; margin-top: var(--sp-2); font-size: .88rem; font-weight: 600; color: var(--brand); text-decoration: none; }
.nap__map-plan:hover { text-decoration: underline; }
.nap__map-plan .ic { width: 15px; height: 15px; }
.nap__map-plan .ic svg { width: 100%; height: 100%; }

/* Footer: weißes Logo */
.footer__logo { height: clamp(44px, 5vw, 58px); width: auto; display: block; }

/* Critique-Fix: Footer-Legal-Trenner bricht auf Mobile nicht mehr als Waisen-Strich */
@media (max-width: 620px) {
  .footer__legal span + span { border-left: 0; padding-left: 0; margin-left: 0; }
}

/* ==== 11 · Kontaktfunktion NEU (D&J-Optik: Person-Karte + Panel + Tabs + Formular) ==== */
.kontakt__wrap { display: grid; grid-template-columns: .82fr 1.18fr; gap: clamp(1rem, 2vw, 1.5rem); margin-top: var(--sp-5); align-items: start; }
.kontakt__person-card { display: flex; flex-direction: column; background: var(--surface-light-2); border: 1px solid var(--border-light); border-radius: var(--radius); overflow: hidden; }
.kontakt__photo { position: relative; aspect-ratio: 4 / 5; background: radial-gradient(120% 90% at 50% 0%, #f2ebe0, var(--surface-sand)); }
.kontakt__photo img { position: absolute; left: 50%; bottom: 0; transform: translateX(-50%); height: 100%; width: auto; object-fit: contain; filter: drop-shadow(0 16px 26px rgba(43,35,32,.2)); }
.kontakt__pinfo { padding: clamp(1.1rem, 2vw, 1.5rem); border-top: 1px solid var(--border-light); }
.kontakt__pname { font-family: var(--font-display); font-weight: 600; font-size: 1.4rem; color: var(--text-on-light); }
.kontakt__prole { font-size: .92rem; color: var(--text-on-light-dim); margin-top: .1rem; }
.kontakt__badge { display: inline-flex; align-items: center; gap: .5rem; margin-top: var(--sp-2); font-size: .85rem; font-weight: 600; color: var(--success); background: color-mix(in srgb, var(--success) 12%, var(--surface-light-2)); border-radius: 999px; padding: .35rem .8rem; }
.kontakt__badge .dot { width: 8px; height: 8px; border-radius: 999px; background: var(--success); }

.kontakt__panel { background: var(--surface-light-2); border: 1px solid var(--border-light); border-radius: var(--radius); padding: clamp(1.5rem, 3vw, 2.5rem); }
.kontakt__panel h2 { margin-top: var(--sp-1); }
.kontakt__panel .sub { margin-top: var(--sp-2); color: var(--text-on-light-dim); }

.kontakt__tabs { display: grid; grid-template-columns: 1fr 1fr; gap: .3rem; margin-top: var(--sp-4); background: var(--surface-sand); border-radius: var(--radius-btn); padding: .3rem; }
.kontakt__tab { display: inline-flex; align-items: center; justify-content: center; gap: .5rem; padding: .7rem 1rem; border: 0; background: transparent; border-radius: calc(var(--radius-btn) - 2px); font-family: var(--font-text); font-weight: 600; font-size: .98rem; color: var(--text-on-light-dim); cursor: pointer; transition: background var(--dur) var(--ease), color var(--dur) var(--ease); }
.kontakt__tab .ic { width: 18px; height: 18px; }
.kontakt__tab .ic svg { width: 100%; height: 100%; }
.kontakt__tab.is-active { background: var(--surface-light-2); color: var(--text-on-light); box-shadow: 0 2px 8px rgba(43,35,32,.1); }

.kontakt__form { display: grid; gap: var(--sp-3); margin-top: var(--sp-4); }
.kontakt__row { display: grid; grid-template-columns: 1fr 1fr; gap: var(--sp-3); }
.kontakt__field { display: grid; gap: .4rem; font-size: .85rem; font-weight: 600; color: var(--text-on-light); }
.kontakt__field .opt { color: var(--text-on-light-dim); font-weight: 400; }
.kontakt__field input, .kontakt__field textarea { font: inherit; font-weight: 400; color: var(--text-on-light); background: var(--surface-light); border: 1px solid var(--border-light); border-radius: var(--radius-btn); padding: .75rem .9rem; width: 100%; transition: border-color var(--dur) var(--ease), box-shadow var(--dur) var(--ease); }
.kontakt__field textarea { resize: vertical; min-height: 110px; }
.kontakt__field input::placeholder, .kontakt__field textarea::placeholder { color: var(--text-on-light-dim); }
.kontakt__field input:focus, .kontakt__field textarea:focus { outline: 0; border-color: var(--brand); box-shadow: 0 0 0 3px color-mix(in srgb, var(--brand) 18%, transparent); }
/* block + absolut positionierte Checkbox: Text und Datenschutz-Link fließen inline
   (früher flex → Link wurde eigene Spalte, Satz brach mobil in viele Zeilen) */
.kontakt__consent { display: block; position: relative; padding-left: 1.7rem; font-size: .82rem; color: var(--text-on-light-dim); line-height: 1.5; }
.kontakt__consent input { position: absolute; left: 0; top: .2rem; accent-color: var(--brand); }
.kontakt__consent a { color: var(--brand); }
.kontakt__submit { width: 100%; margin-top: var(--sp-1); }
.kontakt [data-panel][hidden] { display: none; }
.kontakt__submit .ic { width: 18px; height: 18px; }
.kontakt__submit .ic svg { width: 100%; height: 100%; }
.kontakt__note { text-align: center; font-size: var(--fs-small); color: var(--text-on-light-dim); }
.kontakt__call { margin-top: var(--sp-4); display: grid; gap: var(--sp-3); justify-items: start; }
.kontakt__call-lead { color: var(--text-on-light-dim); }
.kontakt__call .btn { align-self: start; }
.kontakt__call .kontakt__note { justify-self: stretch; }
.kontakt__call .kontakt__note a { color: var(--brand); }
@media (max-width: 820px) {
  .kontakt__wrap { grid-template-columns: 1fr; }
  .kontakt__photo { min-height: 340px; }
  .kontakt__row { grid-template-columns: 1fr; }
}


/* ============================================================
   Dropdown-Menü (Untermenüs) — Desktop: Hover/Focus; Mobil: ausgeklappt im Drawer
   ============================================================ */
.nav__item { position: relative; }
.nav__parent { display: inline-flex; align-items: center; gap: .32rem; }
.nav__caret { width: 13px; height: 13px; flex: none; transition: transform var(--dur) var(--ease); }
.nav__caret::after { display: none; }
.nav__sub {
  position: absolute; top: 100%; left: 0; min-width: 240px;
  list-style: none; margin: 0; padding: .4rem;
  background: var(--surface-light-2); border: 1px solid var(--border-light);
  border-radius: var(--radius); box-shadow: 0 18px 44px rgba(43,35,32,.14);
  display: flex; flex-direction: column; gap: 1px;
  opacity: 0; visibility: hidden; transform: translateY(6px);
  transition: opacity var(--dur) var(--ease), transform var(--dur) var(--ease), visibility var(--dur) var(--ease);
  z-index: 60;
}
.nav__item--has-sub:hover .nav__sub,
.nav__item--has-sub:focus-within .nav__sub { opacity: 1; visibility: visible; transform: none; }
.nav__item--has-sub:hover .nav__caret,
.nav__item--has-sub:focus-within .nav__caret { transform: rotate(180deg); }
.nav__sub a { display: block; white-space: nowrap; padding: .55rem .8rem; border-radius: var(--radius-btn); font-weight: 600; font-size: .95rem; color: var(--text-on-light); }
.nav__sub a::after { display: none; }
@media (hover: hover) and (pointer: fine) {
  .nav__sub a:hover { background: var(--surface-sand); color: var(--brand); }
}
.nav__sub a[aria-current="page"] { color: var(--brand); }

/* Mobil: Untermenüs statisch, eingerückt, immer sichtbar im Drawer */
@media (max-width: 900px) {
  .nav__caret { display: none; }
  body.menu-open .nav__sub {
    position: static; opacity: 1; visibility: visible; transform: none;
    box-shadow: none; border: 0; background: transparent; padding: 0 0 var(--sp-2) var(--sp-3); min-width: 0;
  }
  body.menu-open .nav__sub a { font-size: 1.05rem; padding-block: .4rem; color: var(--text-on-light-dim); }
  body.menu-open .nav__sub a[aria-current="page"] { color: var(--brand); }
}


/* ============================================================
   Objekt-Karten (geteilt: Angebote-Grid + Startseiten-Teaser) — Struktur wie DW, Schneider-Stil
   Platzhalter-Bild = Sand-Verlauf + Haus-Icon; echtes Foto später via
   .obj-img style="background-image:url(...)" (überschreibt den Verlauf).
   ============================================================ */
.obj-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: clamp(1.2rem, 2vw, 1.7rem); margin-top: clamp(2rem, 4vw, 3rem); }
.obj-card { display: flex; flex-direction: column; background: var(--surface-light-2); border: 1px solid var(--border-light); border-radius: var(--radius); overflow: hidden; box-shadow: 0 14px 36px rgba(43,35,32,.08), 0 4px 12px rgba(43,35,32,.05); transition: transform .2s ease, box-shadow .2s ease; }
.obj-img { position: relative; aspect-ratio: 16 / 10; background-color: var(--surface-sand); background-image: radial-gradient(120% 100% at 50% 0%, #f2ebe0, var(--surface-sand)); background-size: cover; background-position: center; display: flex; align-items: center; justify-content: center; }
.obj-ph-ic { width: 46px; height: 46px; color: var(--brand); opacity: .32; }
.obj-badge { position: absolute; top: .9rem; left: .9rem; background: rgba(43,35,32,.62); color: #fff; padding: .34rem .8rem; border-radius: 8px; font-size: .78rem; font-weight: 700; letter-spacing: .02em; }
.obj-badge--neu { background: var(--brand); }
.obj-badge--sold { background: rgba(43,35,32,.82); }
.obj-body { flex: 1; display: flex; flex-direction: column; gap: .5rem; padding: 1.4rem 1.5rem 1.6rem; }
.obj-body h3 { font-family: var(--font-text); font-size: 1.2rem; font-weight: 700; line-height: 1.25; letter-spacing: -.01em; color: var(--text-on-light); }
.obj-loc { display: inline-flex; align-items: center; gap: .35rem; color: var(--brand); font-weight: 600; font-size: .95rem; }
.obj-loc svg { width: 15px; height: 15px; fill: none; stroke: currentColor; stroke-width: 1.8; }
.obj-specs { display: flex; flex-wrap: wrap; gap: .35rem 1.2rem; margin-top: .2rem; color: var(--text-on-light-dim); font-size: .92rem; }
.obj-specs span { display: inline-flex; align-items: center; gap: .4rem; }
.obj-specs svg { width: 16px; height: 16px; fill: none; stroke: var(--text-on-light-dim); stroke-width: 1.7; stroke-linecap: round; stroke-linejoin: round; }
.obj-price { margin-top: auto; padding-top: .7rem; font-size: 1.14rem; font-weight: 700; color: var(--text-on-light); }
.obj-note { max-width: none; text-align: center; margin-top: clamp(1.5rem, 3vw, 2.4rem); font-size: var(--fs-small); color: var(--text-on-light-dim); }
.obj-note a { color: var(--brand); font-weight: 600; white-space: nowrap; }
@media (hover: hover) { .obj-card:hover { transform: translateY(-4px); box-shadow: 0 22px 48px rgba(43,35,32,.13); } }
@media (max-width: 900px) { .obj-grid { grid-template-columns: 1fr 1fr; } }
@media (max-width: 600px) { .obj-grid { grid-template-columns: 1fr; } }

/* Objekt-Karte als Link (Grid verlinkt aufs Exposé) */
.obj-card { text-decoration: none; color: inherit; }
.obj-card h3, .obj-card .obj-loc, .obj-card .obj-price, .obj-card .obj-specs span { text-decoration: none; }
.obj-loading, .obj-empty { grid-column: 1 / -1; text-align: center; color: var(--text-on-light-dim); padding: var(--sp-5) 0; max-width: none; }
.obj-empty a { color: var(--brand); font-weight: 600; }
