/* =========================================================
   Marlen Weber · massa haus — Landing Page  (Runde 5)
   "white room with a single green switch"
   Page white · surfaces #f5f5f7 · Ink #0b0b0c · one accent: massa green #8cc000
   ========================================================= */
:root {
  --canvas: #f5f5f7;
  --white: #ffffff;
  --ink: #0b0b0c;
  --carbon: #1d1d1f;
  --smoke: #3a3a3c;
  --ash: #6e6e73;
  --mist: #86868b;
  --pebble: #e8e8ed;
  --hair: #d2d2d7;
  --green: #8cc000;
  --green-hover: #7db000;
  --green-ink: #0b0b0c;
  --green-soft: #eef5d6;
  --dark: #0b0b0c;
  --dark-2: #151517;
  --dark-hair: rgba(255, 255, 255, .14);
  --error: #b42318;
  --font-display: "Bricolage Grotesque", "Instrument Sans", system-ui, sans-serif;
  --font-text: "Instrument Sans", system-ui, -apple-system, "Segoe UI", sans-serif;
  --r: 8px;
  --pill: 980px;
  --max: 1440px;
  --gutter: clamp(20px, 4vw, 56px);
  --nav-h: 64px;
  --ease: cubic-bezier(.2, .7, .2, 1);
}

*, *::before, *::after { box-sizing: border-box; }
html { -webkit-text-size-adjust: 100%; scroll-behavior: smooth; scroll-padding-top: calc(var(--nav-h) + 12px); }
body {
  margin: 0;
  font-family: var(--font-text);
  font-size: 17px;
  line-height: 1.47;
  letter-spacing: -0.016em;
  color: var(--carbon);
  background: var(--white);
  -webkit-font-smoothing: antialiased;
  text-rendering: optimizeLegibility;
}
img, video { display: block; max-width: 100%; height: auto; }
a { color: inherit; text-decoration: none; }
button { font: inherit; }
figure { margin: 0; }
ul, ol { margin: 0; padding: 0; list-style: none; }
dl, dd { margin: 0; }
strong { font-weight: 600; }
[hidden] { display: none !important; }

h1, h2, h3, h4, .display, .h2, .h3 {
  font-family: var(--font-display);
  font-weight: 600;
  line-height: 1.04;
  letter-spacing: -0.028em;
  margin: 0;
  color: var(--ink);
  font-variation-settings: "opsz" 96;
  text-wrap: balance;
}
.display { font-size: clamp(2.3rem, 4.6vw, 4rem); }
h2, .h2 { font-size: clamp(1.9rem, 3.6vw, 3.1rem); }
h3, .h3 { font-size: clamp(1.3rem, 1.9vw, 1.7rem); letter-spacing: -0.018em; line-height: 1.15; }
p { margin: 0; }
.lead { font-size: clamp(1.0625rem, 1.35vw, 1.3rem); line-height: 1.42; color: var(--smoke); letter-spacing: -0.012em; text-wrap: pretty; }
.muted { color: var(--ash); }
.small { font-size: .875rem; }
.lead--mobile, .m-only { display: none; }
.eyebrow {
  display: inline-flex; align-items: center; gap: 10px;
  font-size: .8125rem; font-weight: 600; letter-spacing: .04em; text-transform: uppercase; color: var(--ash);
}
.eyebrow::before { content: ""; width: 8px; height: 8px; border-radius: 50%; background: var(--green); flex: none; }
.section--dark .eyebrow { color: rgba(255,255,255,.62); }

.skip { position: absolute; left: 16px; top: -60px; background: var(--ink); color: #fff; padding: 10px 16px; border-radius: var(--pill); z-index: 100; }
.skip:focus { top: 12px; }

/* ---------- Buttons: green = Erstgespräch · black = Grundstück anbieten · outline = WhatsApp / secondary ---------- */
.pill {
  display: inline-flex; align-items: center; justify-content: center; gap: 10px;
  min-height: 50px; padding: 12px 24px; border-radius: var(--pill);
  font-weight: 600; font-size: 1rem; letter-spacing: -0.01em; line-height: 1.1;
  border: 1px solid transparent; cursor: pointer; white-space: nowrap; text-align: center;
  transition: transform .3s var(--ease), background .25s, border-color .25s, color .25s;
}
.pill:active { transform: scale(.98); }
.pill--green { background: var(--green); color: var(--green-ink); }
.pill--green:hover { background: var(--green-hover); transform: translateY(-1px); }
.pill--dark { background: var(--ink); color: #fff; }
.pill--dark:hover { background: #2a2a2d; transform: translateY(-1px); }
.pill--outline { border-color: var(--carbon); color: var(--carbon); background: transparent; }
.pill--outline:hover { background: var(--carbon); color: #fff; }
.pill--light { border-color: rgba(255,255,255,.55); color: #fff; background: transparent; }
.pill--light:hover { background: #fff; color: var(--ink); }
.pill--sm { min-height: 42px; padding: 9px 18px; font-size: .9375rem; }
.pill svg { width: 18px; height: 18px; flex: none; }
.link { font-weight: 600; display: inline-flex; align-items: center; gap: 8px; color: var(--ink); }
.link svg { width: 16px; height: 16px; transition: transform .3s var(--ease); }
.link:hover svg { transform: translateX(3px); }
.link--quiet { font-weight: 500; color: var(--ash); text-decoration: underline; text-underline-offset: 3px; }

/* ---------- Layout ---------- */
.wrap { max-width: var(--max); margin-inline: auto; padding-inline: var(--gutter); }
.section { padding-block: clamp(48px, 6.2vw, 92px); }
.section--line { border-top: 1px solid var(--hair); }
.section--dark { background: var(--dark); color: rgba(255,255,255,.78); position: relative; overflow: hidden; }
.section--dark h2, .section--dark h3 { color: #fff; }
.section--dark .lead { color: rgba(255,255,255,.72); }
.section-head { max-width: 780px; margin-bottom: clamp(28px, 4vw, 52px); display: grid; gap: 16px; }
.section-head--split { max-width: none; grid-template-columns: minmax(0, 7fr) minmax(0, 5fr); gap: 16px clamp(32px, 5vw, 80px); align-items: start; }
.section-head--split .eyebrow { grid-column: 1 / -1; }
.section-head--split .lead { padding-top: .35em; }
.dots { display: none; }

/* ---------- Reveal ---------- */
.js [data-reveal] { opacity: 0; transform: translateY(18px); transition: opacity .8s var(--ease), transform .9s var(--ease); transition-delay: calc(var(--i, 0) * 90ms); }
.js [data-reveal].in { opacity: 1; transform: none; }
@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  .js [data-reveal] { opacity: 1; transform: none; transition: none; }
  * { animation: none !important; transition-duration: .01ms !important; }
}

/* ---------- Nav ---------- */
.nav {
  position: sticky; top: 0; z-index: 50; height: var(--nav-h);
  background: rgba(255,255,255,.78);
  -webkit-backdrop-filter: saturate(180%) blur(20px); backdrop-filter: saturate(180%) blur(20px);
  border-bottom: 1px solid transparent; transition: border-color .3s, background .3s;
}
.nav.is-scrolled { border-bottom-color: var(--hair); background: rgba(255,255,255,.86); }
.nav__in { height: 100%; display: flex; align-items: center; justify-content: space-between; gap: 24px; }
.brand { display: flex; align-items: center; gap: 12px; color: var(--ink); }
.brand__mark { width: 36px; height: 36px; border-radius: 10px; background: var(--green); display: grid; place-items: center; font-family: var(--font-display); font-weight: 800; font-size: .95rem; letter-spacing: -0.04em; color: var(--ink); flex: none; }
.brand__text { display: grid; line-height: 1.05; }
.brand__name { font-family: var(--font-display); font-weight: 700; font-size: 1.0625rem; letter-spacing: -0.02em; }
.brand__sub { font-size: .72rem; color: var(--ash); font-weight: 500; letter-spacing: 0; margin-top: 3px; }
.nav__links { display: flex; gap: 24px; font-size: .9375rem; font-weight: 500; color: var(--smoke); }
.nav__links a { position: relative; padding: 6px 0; }
.nav__links a::after { content: ""; position: absolute; left: 0; right: 0; bottom: 0; height: 1.5px; background: var(--ink); transform: scaleX(0); transform-origin: left; transition: transform .35s var(--ease); }
.nav__links a:hover::after { transform: scaleX(1); }
.nav__links a.is-accent { color: var(--ink); font-weight: 600; }
.nav__cta { display: flex; align-items: center; gap: 18px; }
.nav__phone { font-weight: 600; font-size: .9375rem; display: inline-flex; gap: 8px; align-items: center; color: var(--ink); }
.nav__phone svg { width: 16px; height: 16px; }
.nav__burger { display: none; width: 44px; height: 44px; border: 0; background: transparent; border-radius: 50%; cursor: pointer; place-items: center; }
.nav__burger span { display: block; width: 22px; height: 2px; background: var(--ink); border-radius: 2px; position: relative; transition: transform .3s var(--ease), background .3s; }
.nav__burger span::before, .nav__burger span::after { content: ""; position: absolute; left: 0; width: 22px; height: 2px; background: var(--ink); border-radius: 2px; transition: transform .3s var(--ease), top .3s var(--ease); }
.nav__burger span::before { top: -7px; } .nav__burger span::after { top: 7px; }
.nav__burger[aria-expanded="true"] span { background: transparent; }
.nav__burger[aria-expanded="true"] span::before { top: 0; transform: rotate(45deg); }
.nav__burger[aria-expanded="true"] span::after { top: 0; transform: rotate(-45deg); }

.drawer {
  position: fixed; inset: var(--nav-h) 0 0 0; z-index: 45; background: var(--white);
  transform: translateY(-8px); opacity: 0; visibility: hidden; pointer-events: none; transition: opacity .3s, transform .35s var(--ease), visibility 0s .35s;
  display: flex; flex-direction: column; padding: 4px var(--gutter) 0;
}
.drawer.is-open { opacity: 1; visibility: visible; transform: none; pointer-events: auto; transition: opacity .3s, transform .35s var(--ease), visibility 0s; }
.drawer__links { display: grid; overflow: auto; flex: 1; border-top: 1px solid var(--hair); }
.drawer__links a { font-family: var(--font-display); font-weight: 600; font-size: 1.2rem; letter-spacing: -0.02em; padding: 11px 0; border-bottom: 1px solid var(--hair); display: flex; align-items: center; color: var(--ink); }
.drawer__links a.is-accent::before { content: ""; width: 8px; height: 8px; border-radius: 50%; background: var(--green); margin-right: 10px; }
.drawer__links a svg { width: 18px; height: 18px; color: var(--mist); margin-left: auto; }
.drawer__foot { flex: none; padding: 12px 0 calc(14px + env(safe-area-inset-bottom)); border-top: 1px solid var(--hair); display: grid; gap: 8px; background: var(--white); }
.drawer__contact { display: grid; grid-template-columns: 1fr 1fr; gap: 10px; }
.drawer__contact .pill { width: 100%; min-height: 46px; }
.drawer__meta { font-size: .78rem; color: var(--ash); line-height: 1.4; }

/* ---------- Hero ---------- */
.hero { position: relative; padding-top: clamp(20px, 3vw, 44px); padding-bottom: clamp(40px, 5vw, 72px); }
.hero__grid { position: relative; display: grid; grid-template-columns: minmax(0, 1.08fr) minmax(0, .92fr); gap: clamp(32px, 5vw, 88px); align-items: center; min-height: calc(100svh - var(--nav-h) - 150px); }
.hero__copy { display: grid; gap: 20px; max-width: 680px; }
.hero__copy .display { max-width: 15ch; }
.hero__copy .lead { max-width: 50ch; }
.hero__actions { display: flex; flex-wrap: wrap; gap: 12px 20px; align-items: center; margin-top: 4px; }
.hero__note { font-size: .875rem; color: var(--ash); display: flex; gap: 10px; align-items: center; }
.hero__note svg { width: 16px; height: 16px; color: var(--green); flex: none; }
.hero__alt { display: flex; flex-wrap: wrap; align-items: center; gap: 4px 12px; font-size: 1rem; color: var(--smoke); border-top: 1px solid var(--hair); padding-top: 16px; margin-top: 4px; }
.hero__media { position: relative; justify-self: end; width: min(100%, 520px); }
.hero__portrait { aspect-ratio: 4 / 5; object-fit: cover; object-position: 50% 20%; border-radius: var(--r); width: 100%; background: var(--pebble); }
.trust { margin-top: clamp(32px, 4vw, 56px); border-top: 1px solid var(--hair); padding-top: 22px; display: grid; grid-template-columns: minmax(0, 4fr) minmax(0, 8fr); gap: 16px 40px; align-items: center; }
.trust__label { font-size: .9375rem; color: var(--ash); max-width: 30ch; line-height: 1.4; }
.trust__label strong { display: block; color: var(--ink); font-family: var(--font-display); font-size: 1.05rem; letter-spacing: -0.02em; margin-bottom: 6px; }
.trust__logo { height: 26px; width: auto; opacity: .55; filter: grayscale(1); margin-bottom: 6px; display: block; }
.trust__grid { display: grid; grid-template-columns: repeat(4, 1fr); }
.trust__grid > div { padding: 2px 20px; border-left: 1px solid var(--hair); }
.trust__num { font-family: var(--font-display); font-size: clamp(1.5rem, 2.2vw, 2rem); font-weight: 600; letter-spacing: -0.035em; color: var(--ink); line-height: 1; }
.trust__num sup { font-size: .45em; color: var(--green); vertical-align: top; }
.trust__text { font-size: .8125rem; color: var(--ash); margin-top: 6px; line-height: 1.35; }

/* ---------- Audience cards ---------- */
.tiles { display: grid; grid-template-columns: repeat(3, 1fr); gap: 16px; }
.tile { position: relative; display: grid; grid-template-rows: auto 1fr; background: var(--canvas); border-radius: var(--r); overflow: hidden; color: var(--ink); transition: transform .35s var(--ease); }
.tile:hover { transform: translateY(-3px); }
.tile__img { width: 100%; aspect-ratio: 4 / 3; object-fit: cover; object-position: 50% 30%; background: var(--pebble); }
.tile__body { display: grid; gap: 8px; align-content: start; padding: 22px 22px 24px; }
.tile__kicker { font-size: .78rem; font-weight: 600; color: var(--ash); letter-spacing: .04em; text-transform: uppercase; }
.tile h3 { font-size: clamp(1.35rem, 1.8vw, 1.7rem); min-height: 2.3em; }
.tile p { color: var(--smoke); font-size: .9375rem; }
.tile .pill { margin-top: 10px; justify-self: start; }
.tile__arrow { display: none; }

/* ---------- Grundstücke ---------- */
.land { position: relative; display: grid; grid-template-columns: minmax(0, 7fr) minmax(0, 5fr); gap: 16px; align-items: stretch; }
.land__main { background: var(--white); color: var(--carbon); border-radius: var(--r); padding: clamp(28px, 3.6vw, 48px); display: grid; gap: 22px; align-content: start; }
.land__main h3 { color: var(--ink); font-size: clamp(1.6rem, 2.4vw, 2.1rem); }
.land__main p { color: var(--smoke); }
.land__ref { font-family: var(--font-display); font-weight: 500; font-size: clamp(1.05rem, 1.4vw, 1.25rem); letter-spacing: -0.015em; color: var(--ink); line-height: 1.35; }
.land__steps { display: grid; grid-template-columns: repeat(3, 1fr); gap: 14px; border-top: 1px solid var(--hair); border-bottom: 1px solid var(--hair); padding: 18px 0; }
.land__steps li { display: grid; gap: 4px; font-size: .9375rem; color: var(--smoke); }
.land__steps b { font-family: var(--font-display); font-weight: 700; font-size: .8125rem; letter-spacing: .06em; color: var(--green); }
.land__steps strong { color: var(--ink); }
.land__person { display: flex; align-items: center; gap: 14px; flex-wrap: wrap; }
.land__avatar { width: 56px; height: 56px; border-radius: 50%; object-fit: cover; flex: none; }
.land__person > div { display: grid; gap: 2px; font-size: .9375rem; color: var(--smoke); }
.land__person strong { color: var(--ink); font-size: 1.0625rem; }
.land__person a:hover { text-decoration: underline; }
.land__cta { display: flex; flex-wrap: wrap; gap: 12px; align-items: center; }
.land__side { border: 1px solid var(--dark-hair); border-radius: var(--r); padding: clamp(24px, 3vw, 36px); display: grid; gap: 18px; align-content: start; overflow: hidden; }
.land__side h3 { font-size: clamp(1.3rem, 1.9vw, 1.6rem); }
.land__side p { color: rgba(255,255,255,.78); font-size: 1rem; }
.land__side .checks li { font-size: .9375rem; color: rgba(255,255,255,.86); }
.land__side .pill { justify-self: start; margin-top: 2px; }
.land__side-img { margin: auto calc(-1 * clamp(24px, 3vw, 36px)) calc(-1 * clamp(24px, 3vw, 36px)); padding-top: 18px; }
.land__side-img img { width: 100%; aspect-ratio: 16 / 9; object-fit: cover; object-position: 50% 60%; display: block; }
.land__tag { display: inline-flex; align-items: center; gap: 8px; font-size: .8125rem; font-weight: 600; color: var(--green); letter-spacing: .04em; text-transform: uppercase; }

/* ---------- About ---------- */
.about { display: grid; grid-template-columns: minmax(0, 5fr) minmax(0, 7fr); gap: clamp(32px, 5vw, 88px); align-items: start; }
.about__photo { position: sticky; top: calc(var(--nav-h) + 24px); }
.about__photo img { aspect-ratio: 4 / 5; object-fit: cover; object-position: 50% 15%; border-radius: var(--r); width: 100%; background: var(--pebble); }
.about__copy { display: grid; gap: 26px; }
.about__copy .prose { display: grid; gap: 14px; font-size: 1.0625rem; color: var(--smoke); max-width: 60ch; }
.why { font-family: var(--font-display); font-weight: 500; font-size: clamp(1.2rem, 1.7vw, 1.5rem); letter-spacing: -0.02em; line-height: 1.3; color: var(--ink); border-left: 3px solid var(--green); padding-left: 18px; max-width: 32ch; }
.facts { display: grid; grid-template-columns: 1fr 1fr; gap: 0 28px; border-top: 1px solid var(--hair); }
.facts > div { display: grid; gap: 3px; padding: 14px 0; border-bottom: 1px solid var(--hair); }
.facts dt { font-size: .75rem; font-weight: 600; text-transform: uppercase; letter-spacing: .05em; color: var(--ash); }
.facts dd { font-weight: 600; color: var(--ink); font-size: .9375rem; }
.checks { display: grid; gap: 12px; }
.checks li { display: flex; gap: 14px; align-items: flex-start; font-size: 1.0625rem; color: var(--carbon); }
.checks li::before { content: ""; flex: none; width: 22px; height: 22px; border-radius: 50%; margin-top: 2px; background: var(--green) url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='%230b0b0c' stroke-width='3' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='M5 12.5l4.5 4.5L19 7'/%3E%3C/svg%3E") center / 13px no-repeat; }
.contact-block { background: var(--canvas); border-radius: var(--r); padding: clamp(20px, 2.4vw, 28px); display: grid; grid-template-columns: 1fr 1fr; gap: 18px 28px; align-items: center; }
.contact-block__item { display: grid; gap: 3px; }
.contact-block__label { font-size: .75rem; font-weight: 600; color: var(--ash); text-transform: uppercase; letter-spacing: .05em; }
.contact-block__value { font-weight: 600; font-size: 1.0625rem; color: var(--ink); }
.contact-block__value a:hover { text-decoration: underline; }
.contact-block .form__actions { grid-column: 1 / -1; }

/* ---------- Private: one full-bleed image, then the words ---------- */
.bleed { position: relative; width: 100%; }
.bleed img { width: 100%; aspect-ratio: 21 / 9; max-height: 620px; object-fit: cover; object-position: 60% 42%; display: block; background: var(--pebble); }
.bleed__caption { position: absolute; left: var(--gutter); bottom: 20px; color: #fff; font-size: .875rem; font-weight: 600; text-shadow: 0 1px 10px rgba(0,0,0,.55); display: inline-flex; align-items: center; gap: 8px; }
.bleed__caption i { width: 8px; height: 8px; border-radius: 50%; background: var(--green); }
.privat { display: grid; grid-template-columns: minmax(0, 5fr) minmax(0, 7fr); gap: clamp(32px, 5vw, 88px); align-items: start; padding-top: clamp(32px, 4vw, 56px); }
.privat__copy { display: grid; gap: 16px; }
.privat__copy .prose { color: var(--smoke); font-size: 1.0625rem; display: grid; gap: 12px; max-width: 46ch; }
.privat__row { display: grid; grid-template-columns: repeat(3, 1fr); gap: 16px; }
.privat__row img { aspect-ratio: 4 / 5; object-fit: cover; border-radius: var(--r); width: 100%; background: var(--pebble); }
figcaption { font-size: .875rem; color: var(--ash); margin-top: 10px; line-height: 1.4; }

/* ---------- Bauprojekte & Baufamilien ---------- */
.sites { display: grid; grid-template-columns: minmax(0, 5fr) minmax(0, 7fr); gap: 14px 40px; align-items: center; background: var(--canvas); border-radius: var(--r); padding: clamp(18px, 2.2vw, 26px) clamp(20px, 2.6vw, 32px); margin-bottom: clamp(20px, 2.6vw, 32px); }
.sites__label { display: grid; gap: 4px; font-size: .9375rem; color: var(--ash); }
.sites__label strong { font-family: var(--font-display); font-size: 1.15rem; letter-spacing: -0.02em; color: var(--ink); }
.sites__list { display: flex; flex-wrap: wrap; gap: 8px; }
.sites__list li { display: inline-flex; align-items: center; gap: 8px; background: var(--white); border-radius: var(--pill); padding: 8px 14px; font-weight: 600; font-size: .9375rem; color: var(--ink); }
.sites__list li.has-photo::before { content: ""; width: 8px; height: 8px; border-radius: 50%; background: var(--green); }
@media (max-width: 1023px) { .sites { grid-template-columns: 1fr; } }
@media (max-width: 767px) { .sites { padding: 16px; } .sites__list li { padding: 7px 12px; font-size: .875rem; } }
.story { background: var(--canvas); border-radius: var(--r); padding: clamp(20px, 2.6vw, 36px); margin-bottom: clamp(28px, 3.5vw, 48px); }
.story__head { display: grid; grid-template-columns: minmax(0, 6fr) minmax(0, 6fr); gap: 16px 40px; align-items: start; margin-bottom: 22px; }
.story__head h3 { font-size: clamp(1.4rem, 2.2vw, 1.9rem); }
.story__head p { color: var(--smoke); font-size: 1rem; padding-top: .3em; }
.timeline { display: grid; grid-template-columns: repeat(3, 1fr); gap: 16px; position: relative; }
.timeline::before { content: ""; position: absolute; left: 0; right: 0; top: 11px; height: 1px; background: var(--hair); }
.tl { position: relative; display: grid; gap: 12px; align-content: start; }
.tl__date { position: relative; display: inline-flex; align-items: center; gap: 10px; font-family: var(--font-display); font-size: .8125rem; font-weight: 700; letter-spacing: .05em; text-transform: uppercase; color: var(--ink); background: var(--canvas); padding-right: 12px; width: max-content; }
.tl__date::before { content: ""; width: 10px; height: 10px; border-radius: 50%; background: var(--green); box-shadow: 0 0 0 4px var(--canvas); }
.tl__media { position: relative; aspect-ratio: 4 / 5; border-radius: var(--r); overflow: hidden; background: var(--pebble); }
.tl__media img { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover; }
.tl__phase { font-size: .8125rem; font-weight: 600; color: var(--green); letter-spacing: .02em; }
.tl h4 { font-size: 1.15rem; }
.tl p { font-size: .9375rem; color: var(--ash); }
.projects { display: grid; grid-template-columns: repeat(3, 1fr); gap: 16px; }
.project { display: grid; gap: 12px; align-content: start; }
.project__media { position: relative; aspect-ratio: 4 / 3; border-radius: var(--r); overflow: hidden; background: var(--pebble); }
.project__media img, .project__media video { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover; }
.project__badge { position: absolute; top: 12px; left: 12px; display: inline-flex; align-items: center; gap: 8px; background: rgba(255,255,255,.92); -webkit-backdrop-filter: blur(10px); backdrop-filter: blur(10px); border-radius: var(--pill); padding: 7px 12px 7px 10px; font-size: .78rem; font-weight: 600; color: var(--ink); }
.project__badge i { width: 8px; height: 8px; border-radius: 50%; background: var(--green); }
.project__badge--live i { animation: pulse 1.8s infinite; }
@keyframes pulse { 0%, 100% { box-shadow: 0 0 0 0 rgba(140,192,0,.5); } 50% { box-shadow: 0 0 0 6px rgba(140,192,0,0); } }
.project__phase { font-size: .8125rem; font-weight: 600; color: var(--green); letter-spacing: .02em; }
.project h3 { font-size: 1.15rem; }
.project p { font-size: .9375rem; color: var(--ash); }
.closer { margin-top: clamp(32px, 4vw, 56px); display: grid; grid-template-columns: minmax(0, 7fr) minmax(0, 5fr); gap: 24px 48px; align-items: center; border-top: 1px solid var(--hair); padding-top: clamp(24px, 3vw, 40px); }
.closer__copy { display: grid; gap: 14px; }
.closer__copy h3 { font-size: clamp(1.5rem, 2.4vw, 2.1rem); max-width: 22ch; }
.closer__copy p { color: var(--smoke); max-width: 52ch; }
.closer__actions { display: flex; flex-wrap: wrap; gap: 12px 20px; align-items: center; }
.closer__aside { display: grid; gap: 14px; justify-items: start; }
.proof__real { display: flex; gap: 12px; align-items: flex-start; font-size: .9375rem; color: var(--smoke); max-width: 46ch; }
.proof__real svg { width: 20px; height: 20px; color: var(--green); flex: none; }
.rating { display: flex; gap: 14px; align-items: center; }
.rating__stars { position: relative; display: inline-block; color: var(--hair); letter-spacing: 2px; font-size: 1rem; line-height: 1; }
.rating__fill { position: absolute; left: 0; top: 0; overflow: hidden; white-space: nowrap; color: var(--green); }
.rating__big { font-family: var(--font-display); font-size: 1.3rem; font-weight: 600; letter-spacing: -0.03em; line-height: 1; }
.rating__label { font-size: .8125rem; color: var(--ash); line-height: 1.35; }
.rating__label a { text-decoration: underline; }

/* ---------- Häuser ---------- */
.houses { display: grid; grid-template-columns: repeat(6, 1fr); gap: 16px; }
.house { position: relative; border-radius: var(--r); overflow: hidden; background: var(--pebble); isolation: isolate; }
.house img { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover; transition: transform 1.4s var(--ease); }
.house:hover img { transform: scale(1.04); }
.house span { position: absolute; left: 16px; bottom: 16px; background: rgba(255,255,255,.92); -webkit-backdrop-filter: blur(8px); backdrop-filter: blur(8px); border-radius: var(--pill); padding: 7px 14px; font-size: .8125rem; font-weight: 600; color: var(--ink); }
.house--wide { grid-column: span 4; aspect-ratio: 3 / 2; }
.house--tall { grid-column: span 2; aspect-ratio: 3 / 4; }
.explainer { margin-top: clamp(32px, 4vw, 56px); display: grid; grid-template-columns: minmax(0, 7fr) minmax(0, 5fr); gap: clamp(24px, 4vw, 64px); align-items: center; border-top: 1px solid var(--hair); padding-top: clamp(24px, 3vw, 36px); }
.explainer__list { display: grid; }
.explainer__list li { display: grid; grid-template-columns: 110px 1fr; gap: 16px; align-items: baseline; padding: 12px 0; border-bottom: 1px solid var(--hair); }
.explainer__list b { font-family: var(--font-display); font-weight: 700; font-size: .8125rem; letter-spacing: .06em; text-transform: uppercase; color: var(--green); }
.explainer__list span { color: var(--smoke); font-size: 1rem; }
.explainer__copy { display: grid; gap: 12px; }
.explainer__img { aspect-ratio: 4 / 3; object-fit: cover; border-radius: var(--r); width: 100%; background: var(--pebble); }

/* ---------- Ablauf ---------- */
.steps { display: grid; grid-template-columns: repeat(6, 1fr); border-top: 1px solid var(--hair); }
.step { padding: 24px 20px 8px 0; display: grid; gap: 10px; align-content: start; border-top: 2px solid transparent; margin-top: -1px; }
.step__num { font-family: var(--font-display); font-size: 1.75rem; font-weight: 300; color: var(--mist); letter-spacing: -0.03em; line-height: 1; }
.step h3 { font-size: 1.1rem; }
.step p { color: var(--smoke); font-size: .9rem; }
.step--usp { border-top-color: var(--green); }
.step--usp .step__num { color: var(--green); font-weight: 600; }
.step__tag { font-size: .72rem; font-weight: 700; letter-spacing: .06em; text-transform: uppercase; color: var(--green); }
.steps__cta { margin-top: 28px; display: flex; flex-wrap: wrap; align-items: center; gap: 16px; }

/* ---------- FAQ ---------- */
.faq-grid { display: grid; grid-template-columns: minmax(0, 8fr) minmax(0, 4fr); gap: clamp(32px, 5vw, 80px); align-items: start; }
.faq__group { border-top: 1px solid var(--hair); }
.faq__group + .faq__group { margin-top: 36px; }
.faq__group h3 { font-size: .8125rem; font-family: var(--font-text); text-transform: uppercase; letter-spacing: .05em; color: var(--ash); padding: 18px 0 6px; }
.faq details { border-bottom: 1px solid var(--hair); }
.faq summary { list-style: none; cursor: pointer; display: flex; justify-content: space-between; align-items: center; gap: 24px; padding: 20px 0; font-family: var(--font-display); font-weight: 600; font-size: 1.2rem; letter-spacing: -0.018em; color: var(--ink); }
.faq summary::-webkit-details-marker { display: none; }
.faq summary::after { content: ""; flex: none; width: 28px; height: 28px; border-radius: 50%; border: 1px solid var(--hair); background: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='%230b0b0c' stroke-width='2' stroke-linecap='round'%3E%3Cpath d='M12 5v14M5 12h14'/%3E%3C/svg%3E") center / 14px no-repeat; transition: transform .35s var(--ease), background-color .3s; }
.faq details[open] summary::after { transform: rotate(45deg); background-color: var(--canvas); }
.faq__body { padding: 0 0 22px; max-width: 70ch; color: var(--smoke); display: grid; gap: 10px; }
.faq__aside { position: sticky; top: calc(var(--nav-h) + 24px); background: var(--canvas); border-radius: var(--r); padding: clamp(22px, 2.4vw, 30px); display: grid; gap: 14px; }
.faq__aside img { width: 64px; height: 64px; border-radius: 50%; object-fit: cover; }
.faq__aside h3 { font-size: 1.2rem; }
.faq__aside p { color: var(--smoke); font-size: .9375rem; }
.faq__aside .pill { justify-self: start; }

/* ---------- Kontakt ---------- */
.contact { display: grid; grid-template-columns: minmax(0, 7fr) minmax(0, 5fr); gap: clamp(32px, 5vw, 88px); align-items: start; }
.form { display: grid; gap: 18px; }
.seg { display: grid; grid-template-columns: repeat(4, 1fr); gap: 6px; padding: 5px; background: var(--pebble); border-radius: 16px; }
.seg label { position: relative; }
.seg input { position: absolute; opacity: 0; inset: 0; width: 100%; height: 100%; margin: 0; cursor: pointer; }
.seg span { display: flex; justify-content: center; align-items: center; min-height: 46px; border-radius: 12px; font-weight: 600; font-size: .9rem; color: var(--smoke); text-align: center; padding: 6px 8px; transition: background .25s, color .25s; line-height: 1.15; }
.seg input:checked + span { background: var(--ink); color: #fff; }
.seg input:focus-visible + span { box-shadow: 0 0 0 3px rgba(140,192,0,.5); }
.form__intro { font-size: .9375rem; color: var(--ash); display: flex; gap: 10px; align-items: flex-start; }
.form__intro::before { content: ""; width: 8px; height: 8px; border-radius: 50%; background: var(--green); flex: none; margin-top: 8px; }
.field { display: grid; gap: 8px; }
.field label { font-size: .875rem; font-weight: 600; color: var(--carbon); }
.field label small { font-weight: 500; color: var(--mist); }
.field input, .field textarea, .field select { font: inherit; letter-spacing: inherit; width: 100%; border: 1px solid var(--hair); border-radius: var(--r); padding: 14px 16px; background: #fff; color: var(--ink); transition: border-color .2s, box-shadow .2s; }
.field select { appearance: none; -webkit-appearance: none; background: #fff url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='%236e6e73' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='m6 9 6 6 6-6'/%3E%3C/svg%3E") right 14px center / 16px no-repeat; padding-right: 40px; }
.field textarea { min-height: 120px; resize: vertical; }
.field input:focus, .field textarea:focus, .field select:focus { outline: none; border-color: var(--ink); box-shadow: 0 0 0 3px rgba(140,192,0,.35); }
.field.is-invalid input, .field.is-invalid textarea { border-color: var(--error); box-shadow: 0 0 0 3px rgba(180,35,24,.12); }
.field__error { font-size: .8125rem; color: var(--error); font-weight: 500; }
.consent.is-invalid { color: var(--error); }
.consent .field__error { flex-basis: 100%; width: 100%; margin-top: 2px; padding-left: 30px; }
.form__row { display: grid; grid-template-columns: 1fr 1fr; gap: 18px; }
.form__grund { display: grid; gap: 18px; padding: 20px; border-radius: var(--r); background: var(--canvas); }
.form__grund-title { font-family: var(--font-display); font-weight: 600; font-size: 1.05rem; letter-spacing: -0.015em; color: var(--ink); display: flex; align-items: center; gap: 10px; }
.form__grund-title::before { content: ""; width: 8px; height: 8px; border-radius: 50%; background: var(--green); }
.form__hint { display: flex; gap: 10px; align-items: flex-start; font-size: .875rem; color: var(--ash); line-height: 1.45; }
.form__hint svg { width: 18px; height: 18px; color: var(--green); flex: none; margin-top: 1px; }
.consent { display: flex; flex-wrap: wrap; gap: 12px; font-size: .875rem; color: var(--ash); align-items: flex-start; line-height: 1.45; }
.consent input { margin: 3px 0 0; width: 18px; height: 18px; accent-color: var(--green); flex: none; }
.consent > span:not(.field__error) { flex: 1; min-width: 200px; }
.consent a { text-decoration: underline; }
.form__actions { display: flex; flex-wrap: wrap; align-items: center; gap: 16px; }
.form__actions .muted { font-size: .875rem; }
.form__status { font-size: .9375rem; padding: 16px 18px; border-radius: var(--r); display: none; line-height: 1.5; }
.form__status.is-ok { display: block; background: var(--green-soft); color: #2d4a00; }
.form__status.is-fallback { display: grid; gap: 12px; background: var(--canvas); color: var(--carbon); }
.form__status.is-error { display: block; background: #fdecec; color: #7a1c1c; }
.hp { position: absolute; left: -9999px; opacity: 0; height: 0; overflow: hidden; }
.contact__aside { display: grid; gap: 24px; }
.contact__card { background: var(--canvas); border-radius: var(--r); padding: clamp(20px, 2.4vw, 28px); display: grid; gap: 16px; }
.contact__card h3 { font-size: 1.2rem; }
.contact__row { display: flex; align-items: center; gap: 14px; font-weight: 600; color: var(--ink); }
.contact__row svg { width: 20px; height: 20px; color: var(--ash); flex: none; }
.contact__row small { display: block; font-weight: 500; color: var(--ash); font-size: .8125rem; }
.contact__row a:hover { text-decoration: underline; }
.contact__map { aspect-ratio: 16 / 9; border-radius: var(--r); overflow: hidden; position: relative; background: var(--pebble); }
.contact__map img { width: 100%; height: 100%; object-fit: cover; object-position: 50% 60%; }
.contact__map span { position: absolute; left: 14px; bottom: 14px; background: rgba(255,255,255,.92); border-radius: var(--pill); padding: 7px 14px; font-size: .8125rem; font-weight: 600; color: var(--ink); }

/* ---------- Footer ---------- */
.footer { background: var(--dark); color: rgba(255,255,255,.7); padding: clamp(44px, 5vw, 72px) 0 calc(28px + env(safe-area-inset-bottom)); font-size: .9375rem; }
.footer__grid { display: grid; grid-template-columns: minmax(0, 5fr) minmax(0, 4fr) minmax(0, 3fr); gap: 40px; padding-bottom: 36px; border-bottom: 1px solid var(--dark-hair); }
.footer .brand { color: #fff; }
.footer .brand__sub { color: rgba(255,255,255,.55); }
.footer__col { display: grid; gap: 10px; align-content: start; }
.footer__col h4 { color: #fff; font-family: var(--font-text); font-size: .8125rem; text-transform: uppercase; letter-spacing: .06em; font-weight: 600; margin-bottom: 6px; }
.footer__col a:hover { color: #fff; text-decoration: underline; }
.footer__bottom { display: flex; flex-wrap: wrap; justify-content: space-between; gap: 16px 32px; padding-top: 24px; font-size: .8125rem; color: rgba(255,255,255,.5); align-items: center; }
.footer__logo { height: 34px; width: auto; opacity: .9; }

/* ---------- Mobile bar ---------- */
.mbar { position: fixed; left: 0; right: 0; bottom: 0; z-index: 60; display: none; grid-template-columns: 1fr 1fr; gap: 8px; padding: 8px 12px calc(8px + env(safe-area-inset-bottom)); background: rgba(255,255,255,.92); -webkit-backdrop-filter: blur(20px); backdrop-filter: blur(20px); border-top: 1px solid var(--hair); transform: translateY(110%); transition: transform .45s var(--ease); }
.mbar.is-visible { transform: none; }
.mbar.is-hidden { transform: translateY(110%); }
.mbar .pill { min-height: 46px; padding: 10px 8px; font-size: .875rem; width: 100%; min-width: 0; }

/* =========================================================
   Responsive
   ========================================================= */
@media (max-width: 1180px) {
  .nav__links { gap: 16px; font-size: .875rem; }
  .nav__phone { display: none; }
}
@media (max-width: 1023px) {
  .nav__links { display: none; }
  .nav__burger { display: grid; }
  .nav__cta .pill { display: none; }
  .hero__grid { grid-template-columns: 1fr; min-height: 0; }
  .hero__media { justify-self: stretch; width: 100%; }
  .trust { grid-template-columns: 1fr; }
  .trust__grid > div:first-child { border-left: 0; padding-left: 0; }
  .about, .contact, .explainer, .closer, .story__head, .faq-grid, .land, .privat { grid-template-columns: 1fr; }
  .faq__aside { position: static; }
  .about__photo { position: static; }
  .about__photo img { aspect-ratio: 4 / 3; object-position: 50% 20%; }
  .footer__grid { grid-template-columns: 1fr 1fr; }
  .section-head--split { grid-template-columns: 1fr; }
  .section-head--split .lead { padding-top: 0; }
  .steps { grid-template-columns: repeat(3, 1fr); gap: 0 24px; }
  .seg { grid-template-columns: 1fr 1fr; }
  .land__steps { grid-template-columns: 1fr; }
  .land__side-img { display: none; }

  /* Audience cards as compact rows from tablet down */
  .tiles { grid-template-columns: 1fr; gap: 10px; }
  .tile { grid-template-columns: 96px minmax(0, 1fr) auto; grid-template-rows: auto; align-items: center; gap: 14px; padding: 10px; }
  .tile:hover { transform: none; }
  .tile__img { width: 96px; height: 96px; aspect-ratio: 1; border-radius: 6px; }
  .tile__body { padding: 0; gap: 2px; }
  .tile__kicker { font-size: .72rem; }
  .tile h3 { font-size: 1.2rem; min-height: 0; }
  .tile p, .tile .pill { display: none; }
  .tile__arrow { display: grid; place-items: center; width: 36px; height: 36px; border-radius: 50%; background: var(--green); color: var(--ink); margin-right: 4px; flex: none; }
  .tile__arrow svg { width: 18px; height: 18px; }
}

/* ----- Phone: its own composition ----- */
@media (max-width: 767px) {
  body { padding-bottom: 72px; }
  .section { padding-block: 44px; }
  .section-head { margin-bottom: 22px; gap: 12px; }
  .display { font-size: clamp(2rem, 8.6vw, 2.6rem); }
  h2, .h2 { font-size: clamp(1.7rem, 7.2vw, 2.2rem); }
  .brand__sub, .lead--desktop, .hide-m { display: none; }
  .lead--mobile, .m-only { display: block; }

  /* Hero: photo card first, copy below – the face stays free */
  .hero { padding: 12px 0 28px; }
  .hero__grid { display: grid; gap: 18px; }
  .hero__media { order: -1; }
  .hero__portrait { aspect-ratio: 5 / 4; object-position: 50% 8%; }
  .hero__copy { gap: 10px; }
  .hero__copy .display { max-width: none; }
  .hero__copy .lead { font-size: 1rem; }
  .hero__actions { display: grid; grid-template-columns: 1fr; gap: 10px; margin-top: 4px; }
  .hero__note { font-size: .8125rem; }
  .hero__alt { font-size: .9375rem; padding-top: 12px; }
  .trust { margin-top: 22px; padding-top: 18px; gap: 12px; }
  .trust__label { max-width: none; font-size: .875rem; }
  .trust__grid { grid-template-columns: 1fr 1fr; gap: 10px; }
  .trust__grid > div { background: var(--canvas); border-radius: var(--r); padding: 12px 14px; border-left: 0; }
  .trust__num { font-size: 1.4rem; }
  .trust__text { font-size: .78rem; margin-top: 4px; }

  .tile { grid-template-columns: 88px minmax(0, 1fr) auto; gap: 12px; }
  .tile__img { width: 88px; height: 88px; }
  .tile h3 { font-size: 1.15rem; }

  .land__main { padding: 22px 18px; gap: 18px; }
  .land__side { padding: 20px 18px; }

  .bleed img { aspect-ratio: 4 / 5; object-position: 50% 40%; }
  .privat { padding-top: 24px; gap: 24px; }
  .privat__row { grid-template-columns: 1fr 1fr; gap: 10px; }
  .privat__row figure:first-child { grid-column: 1 / -1; }
  .privat__row figure:first-child img { aspect-ratio: 4 / 3; object-position: 50% 30%; }
  .privat__row img { aspect-ratio: 1 / 1; }
  .privat__row figcaption { font-size: .8125rem; margin-top: 6px; }

  .story { padding: 16px; }
  .timeline { grid-template-columns: 1fr; gap: 18px; }
  .timeline::before { display: none; }
  .tl { gap: 10px; }
  .tl__date { position: absolute; top: 12px; left: 12px; z-index: 2; background: rgba(255,255,255,.92); border-radius: var(--pill); padding: 7px 12px; font-size: .75rem; }
  .tl__date::before { box-shadow: none; width: 8px; height: 8px; }
  .tl__media { aspect-ratio: 16 / 11; }
  .tl h4 { font-size: 1.05rem; }
  .tl p { font-size: .875rem; }

  /* The only carousel on the page: further sites */
  .projects { display: flex; gap: 12px; overflow-x: auto; scroll-snap-type: x mandatory; scroll-padding-inline: var(--gutter); margin-inline: calc(-1 * var(--gutter)); padding-inline: var(--gutter); scrollbar-width: none; -webkit-overflow-scrolling: touch; }
  .projects::-webkit-scrollbar { display: none; }
  .project { flex: 0 0 80%; scroll-snap-align: start; }
  .project__media { aspect-ratio: 4 / 5; }
  .dots { display: flex; gap: 8px; justify-content: center; align-items: center; margin-top: 14px; }
  .dots i { width: 8px; height: 8px; border-radius: 4px; background: #c7c7cc; transition: width .3s var(--ease), background .3s; }
  .dots i.on { width: 22px; background: var(--ink); }
  .closer__actions { display: grid; grid-template-columns: 1fr; gap: 10px; }

  .houses { grid-template-columns: 1fr 1fr; gap: 10px; }
  .house--wide { grid-column: span 2; aspect-ratio: 16 / 10; }
  .house--tall { grid-column: span 1; aspect-ratio: 1 / 1; }
  .house--m-hide { display: none; }
  .house span { left: 10px; bottom: 10px; font-size: .75rem; padding: 6px 10px; }
  .explainer__list li { grid-template-columns: 1fr; gap: 4px; }
  .steps { grid-template-columns: 1fr; gap: 0; }
  .step { border-top: 0; border-bottom: 1px solid var(--hair); padding: 14px 0; grid-template-columns: 40px 1fr; gap: 2px 12px; margin: 0; }
  .step--usp { border-left: 3px solid var(--green); padding-left: 12px; }
  .step__num { grid-row: 1 / 4; align-self: start; font-size: 1.2rem; }
  .step h3 { font-size: 1.05rem; }
  .step p { font-size: .875rem; }
  .form__row { grid-template-columns: 1fr; }
  .seg { grid-template-columns: 1fr 1fr; }
  .seg span { min-height: 48px; font-size: .875rem; }
  .form__actions .pill { width: 100%; }
  .form__grund { padding: 16px; }
  .contact-block { grid-template-columns: 1fr; }
  .contact { grid-template-columns: 1fr; }
  .contact__map { display: none; }
  .drawer__contact { grid-template-columns: 1fr 1fr; }
  .footer__grid { grid-template-columns: 1fr; gap: 28px; }
  .mbar { display: grid; }
}
@media (max-width: 380px) {
  .mbar { grid-template-columns: minmax(0, 1fr) minmax(0, 1fr); }
  .mbar .pill { font-size: .8125rem; padding: 10px 6px; }
}
@media (max-width: 359px) {
  .seg { grid-template-columns: 1fr; }
  .tile { grid-template-columns: 72px minmax(0, 1fr) auto; gap: 10px; padding: 8px; }
  .tile__img { width: 72px; height: 72px; }
  .tile h3 { font-size: 1.05rem; }
}
@media (max-width: 340px) {
  .mbar .pill { font-size: .75rem; padding: 10px 4px; letter-spacing: -0.02em; }
}
@media (max-width: 767px) and (max-height: 700px) {
  .mbar .pill { min-height: 40px; }
  .mbar { padding-top: 6px; }
}
