  /* ============================================================
     P.I.C.K. Immobilien — Homepage (Accessible · Beige-dominant)
     Palette dominante : --beige-200 (#DAD2BC) + --taupe-500 (#A99985)
     Navy en réserve pour texte, footer et un accent ponctuel.
     Angulaire · border-radius: 0 partout.
  ============================================================ */
  :root {
    --section-y: clamp(88px, 9vw, 132px);
  }
  *, *::before, *::after { border-radius: 0 !important; }

  body { background: var(--paper); color: var(--navy-900); }

  /* Reveal */
  .reveal { opacity: 0; transform: translateY(28px); transition: opacity .8s var(--ease), transform .8s var(--ease); }
  .reveal.is-in { opacity: 1; transform: none; }

  /* =====================================================
     FLOATING HEADER — pill discret, taupe accent
     ===================================================== */
  .site-header {
    position: fixed; top: 18px; left: 50%; transform: translateX(-50%);
    width: calc(100% - 36px); max-width: 1480px; z-index: 100;
    /* Strong dark glass at top → white text reads cleanly against any photo */
    background: rgba(9,36,59,0.62);
    backdrop-filter: blur(24px) saturate(150%);
    -webkit-backdrop-filter: blur(24px) saturate(150%);
    border: 1px solid rgba(255,255,255,0.14);
    box-shadow: 0 14px 40px -20px rgba(0,0,0,0.45);
    transition: background .35s var(--ease), border-color .35s var(--ease), color .35s var(--ease), box-shadow .35s var(--ease), padding .35s var(--ease);
  }
  .site-header.is-scrolled {
    background: rgba(248,245,236,0.96);
    border-color: rgba(14,26,34,0.10);
    box-shadow: 0 10px 30px -16px rgba(14,26,34,0.18);
  }
  .site-header__inner { display:grid; grid-template-columns: auto 1fr auto; align-items:center; gap:24px; padding: 18px 18px 18px 28px; color: #fff; transition: padding .35s var(--ease); }
  .site-header.is-scrolled .site-header__inner { color: var(--navy-900); padding: 12px 14px 12px 24px; }
  /* Homepage logo: big full white at top (IMMOBILIEN tagline readable), simplified blue when scrolled */
  .site-header .pick-logo__img--blue,
  .site-header .pick-logo__img--white { transition: height .35s var(--ease); }
  .site-header .pick-logo__img--blue  { display: none; height: 36px; }
  .site-header .pick-logo__img--white { display: block; height: 58px; }
  .site-header.is-scrolled .pick-logo__img--white { display: none; }
  .site-header.is-scrolled .pick-logo__img--blue  { display: block; }
  .site-nav { display:flex; gap: 38px; justify-content: center; }
  /* Force white nav at top — beats styles.css active-link navy */
  .site-header .site-nav a,
  .site-header .site-nav a.is-active { color: #fff; opacity: 1; font-size: 14px; letter-spacing: 0.05em; font-weight: 500; transition: color .2s; }
  .site-header .site-nav a:hover { color: var(--beige-200); }
  .site-header.is-scrolled .site-nav a,
  .site-header.is-scrolled .site-nav a.is-active { color: var(--navy-900); }
  .site-header.is-scrolled .site-nav a:hover { color: var(--taupe-500); }
  .site-nav a.is-active { position: relative; }
  .site-nav a.is-active::after { content:""; position:absolute; left:0; right:0; bottom:-6px; height: 2px; background: var(--taupe-500); }
  .header-tools { display:flex; align-items:center; gap: 14px; }
  .header-pill {
    padding: 12px 22px; font-size: 11px; letter-spacing: 0.16em; text-transform: uppercase; font-weight: 600;
    border: 1px solid currentColor; color: inherit; display:inline-flex; align-items:center; gap: 10px;
    transition: background .25s var(--ease), color .25s var(--ease);
  }
  /* At top (dark glass): light pill with navy text. Scrolled (cream header): dark pill with white text. */
  .site-header .header-pill--solid {
    background: var(--paper, #FAF8F3); color: var(--navy-900); border-color: var(--paper, #FAF8F3);
  }
  .site-header .header-pill--solid:hover {
    background: var(--beige-200); border-color: var(--beige-200); color: var(--navy-900);
  }
  .site-header.is-scrolled .header-pill--solid {
    background: var(--navy-900); color: #fff; border-color: var(--navy-900);
  }
  .site-header.is-scrolled .header-pill--solid:hover {
    background: var(--taupe-500); border-color: var(--taupe-500); color: #fff;
  }
  /* Lang switch — force white at top, beats styles.css .is-on navy */
  .site-header .lang-switch { font-size: 12px; letter-spacing: 0.18em; font-weight: 500; padding-left: 14px; border-left: 1px solid rgba(255,255,255,0.4); color: #fff; }
  .site-header .lang-switch a { color: #fff; opacity: 0.65; transition: opacity .2s; border-bottom: none; }
  .site-header .lang-switch a:hover { opacity: 1; }
  .site-header .lang-switch a.is-on { font-weight: 700; opacity: 1; color: #fff; border-bottom: 1px solid #fff; }
  .site-header.is-scrolled .lang-switch { border-left-color: rgba(14,26,34,0.25); color: var(--navy-900); }
  .site-header.is-scrolled .lang-switch a { color: var(--navy-900); }
  .site-header.is-scrolled .lang-switch a.is-on { color: var(--navy-900); border-bottom-color: var(--navy-900); }

  /* =====================================================
     HERO
     ===================================================== */
  .hero {
    position: relative; height: 88vh; min-height: 620px; max-height: 860px;
    background: var(--navy-900); overflow: hidden; color: #fff;
  }
  .hero__bg { position: absolute; inset:0; }
  .hero__bg img { width:100%; height:100%; object-fit:cover; }
  .hero__bg::after {
    content:""; position:absolute; inset:0;
    background:
      linear-gradient(180deg, rgba(0,45,81,0.35) 0%, rgba(0,45,81,0.55) 45%, rgba(9,36,59,0.85) 100%),
      radial-gradient(ellipse 70% 60% at 30% 70%, rgba(9,36,59,0.45) 0%, rgba(9,36,59,0) 70%);
  }
  .hero__copy {
    position: absolute; left: 0; right: 0; bottom: 150px;
    padding-inline: var(--gutter);
    max-width: 1840px; margin: 0 auto;
  }
  .hero__eyebrow {
    font-size: 12px; letter-spacing: 0.22em; text-transform: uppercase;
    color: var(--beige-200); display:inline-flex; align-items:center; gap: 14px;
    margin-bottom: 24px;
  }
  .hero__eyebrow::before { content:""; width: 32px; height: 1px; background: var(--beige-200); }
  .hero__title {
    font-family: 'Figtree', sans-serif; font-weight: 400;
    font-size: clamp(42px, 6vw, 84px); line-height: 1.04; letter-spacing: -0.02em;
    margin: 0; max-width: 22ch; text-wrap: balance; color: #fff;
    text-shadow: 0 2px 24px rgba(0,0,0,0.45);
  }
  .hero__title em { font-style: normal; font-weight: 500; color: var(--beige-200); }
  .hero__lede { color: rgba(255,255,255,0.92); font-size: 17px; line-height: 1.6; max-width: 54ch; margin: 24px 0 0; text-shadow: 0 1px 14px rgba(0,0,0,0.55); }

  /* Search bar overlapping bottom of hero */
  .search-float {
    position: relative; z-index: 5;
    margin: -56px auto 0; max-width: 1600px;
    padding-inline: var(--gutter);
  }
  .search-bar {
    background: var(--paper);
    border: 1px solid rgba(14,26,34,0.10);
    box-shadow: 0 24px 60px -28px rgba(14,26,34,0.35);
    display: grid; grid-template-columns: 1fr 1fr 1fr 1fr auto;
    align-items: stretch;
  }
  .search-bar__field { padding: 22px 24px; border-right: 1px solid rgba(14,26,34,0.08); cursor: pointer; transition: background .2s; }
  .search-bar__field:hover { background: var(--paper-2); }
  .search-bar__label { display:block; font-size: 10px; letter-spacing: 0.22em; text-transform: uppercase; color: var(--taupe-700); margin-bottom: 6px; }
  .search-bar__value { display:flex; justify-content:space-between; align-items:center; font-size: 15px; color: var(--navy-900); font-weight: 500; }
  .search-bar__cta {
    background: var(--navy-900); color: #fff; border: none;
    padding: 0 36px; font-size: 12px; letter-spacing: 0.18em; text-transform: uppercase; cursor: pointer; font-weight: 500;
    display:inline-flex; align-items: center; gap: 12px; transition: background .25s;
  }
  .search-bar__cta:hover { background: var(--taupe-500); }

  /* =====================================================
     USP STRIP — 4 quick reassurance icons
     ===================================================== */
  .usps { background: var(--paper); padding: 56px 0; border-bottom: 1px solid rgba(14,26,34,0.08); }
  .usps__grid { display:grid; grid-template-columns: repeat(4, 1fr); gap: 40px; }
  .usp { display:flex; gap: 18px; align-items: flex-start; }
  .usp__icon {
    width: 44px; height: 44px; flex: none;
    border: 1px solid var(--taupe-500); color: var(--taupe-700);
    display:flex; align-items:center; justify-content:center;
  }
  .usp__title { font-size: 15px; font-weight: 600; margin: 4px 0 4px; color: var(--navy-900); }
  .usp__body { font-size: 13.5px; color: var(--gray-600); line-height: 1.55; margin: 0; }

  /* =====================================================
     INTRO — Image gauche + copy droite, classique
     ===================================================== */
  .intro { padding-block: var(--section-y); }
  .intro__grid { display:grid; grid-template-columns: 1fr 1.1fr; gap: clamp(48px, 6vw, 96px); align-items: center; }
  .intro__media { aspect-ratio: 4/5; overflow:hidden; background: var(--gray-200); position: relative; }
  .intro__media img { width:100%; height:100%; object-fit:cover; }
  .intro__media-tag {
    position: absolute; left: 0; bottom: 0;
    background: var(--beige-200); color: var(--navy-900);
    padding: 14px 22px; font-size: 11px; letter-spacing: 0.22em; text-transform: uppercase; font-weight: 500;
  }
  .intro__eyebrow { font-size: 12px; letter-spacing: 0.22em; text-transform: uppercase; color: var(--taupe-700); display:inline-flex; align-items:center; gap: 14px; }
  .intro__eyebrow::before { content:""; width: 32px; height: 1px; background: var(--taupe-500); }
  .intro__copy h2 { font-weight: 500; font-size: clamp(30px, 3.4vw, 48px); line-height: 1.1; letter-spacing:-0.018em; margin: 20px 0 28px; max-width: 18ch; color: var(--navy-900); }
  .intro__copy p { color: var(--gray-600); font-size: 16.5px; line-height: 1.75; margin: 0 0 16px; max-width: 58ch; }
  .intro__copy p strong { color: var(--navy-900); font-weight: 500; }
  .intro__signature { display:flex; align-items:center; gap: 14px; margin-top: 36px; padding-top: 28px; border-top: 1px solid rgba(14,26,34,0.10); }
  .intro__signature-avatar { width: 56px; height: 56px; overflow:hidden; background: var(--gray-200); }
  .intro__signature-avatar img { width:100%; height:100%; object-fit:cover; }
  .intro__signature-name { font-size: 14px; font-weight: 600; color: var(--navy-900); }
  .intro__signature-role { font-size: 12px; color: var(--gray-600); letter-spacing: 0.04em; margin-top: 2px; }

  /* =====================================================
     SECTION TITLE — réutilisable
     ===================================================== */
  .sec-head {
    display:grid; grid-template-columns: 1fr 1fr; gap: 64px; align-items: end;
    margin-bottom: 64px; padding-bottom: 28px; border-bottom: 1px solid rgba(14,26,34,0.14);
  }
  .sec-head--center { display: block; text-align: center; max-width: 760px; margin-left: auto; margin-right: auto; border-bottom: none; padding-bottom: 0; }
  .sec-head__eyebrow { font-size: 12px; letter-spacing: 0.22em; text-transform: uppercase; color: var(--taupe-700); display:inline-flex; align-items:center; gap: 14px; }
  .sec-head__eyebrow::before { content:""; width: 32px; height: 1px; background: var(--taupe-500); }
  .sec-head--center .sec-head__eyebrow { justify-content: center; }
  .sec-head__title { font-weight: 500; font-size: clamp(32px, 3.8vw, 54px); line-height: 1.06; letter-spacing: -0.02em; margin: 18px 0 0; max-width: 18ch; color: var(--navy-900); }
  .sec-head--center .sec-head__title { max-width: 22ch; margin-inline: auto; }
  .sec-head__lede { color: var(--gray-600); font-size: 16px; line-height: 1.7; margin: 0; max-width: 50ch; }

  /* =====================================================
     LISTINGS GRID
     ===================================================== */
  .listings-section { padding-block: var(--section-y); background: var(--paper); }
  .listings-section__nav { display:flex; align-items: end; gap: 14px; }
  .nav-arrow {
    width: 46px; height: 46px;
    border: 1px solid rgba(14,26,34,0.20);
    display:flex; align-items:center; justify-content:center;
    background: transparent; cursor: pointer; color: var(--navy-900);
    transition: background .25s var(--ease), color .25s var(--ease), border-color .25s;
  }
  .nav-arrow:hover { background: var(--taupe-500); color: #fff; border-color: var(--taupe-500); }
  .pill-cta-dark {
    background: var(--navy-900); color: #fff;
    padding: 14px 22px; font-size: 11px; letter-spacing: 0.18em; text-transform: uppercase; font-weight: 500;
    display:inline-flex; align-items: center; gap: 12px; transition: background .25s;
  }
  .pill-cta-dark:hover { background: var(--taupe-500); }

  .listing-grid { display:grid; grid-template-columns: repeat(4, 1fr); gap: 28px; }
  .listing-card {
    display:flex; flex-direction:column; color: var(--navy-900);
    background: var(--white); border: 1px solid rgba(14,26,34,0.06);
    transition: transform .4s var(--ease), box-shadow .4s var(--ease), border-color .4s;
  }
  .listing-card:hover { transform: translateY(-4px); box-shadow: 0 20px 40px -20px rgba(14,26,34,0.22); border-color: rgba(14,26,34,0.12); }
  .listing-card__media { position: relative; aspect-ratio: 5/4; overflow:hidden; background: var(--gray-200); }
  .listing-card__media img { width:100%; height:100%; object-fit:cover; transition: transform .9s var(--ease); }
  .listing-card:hover .listing-card__media img { transform: scale(1.06); }
  .listing-card__tag {
    position: absolute; top: 14px; left: 14px;
    background: var(--beige-200); color: var(--navy-900);
    padding: 6px 12px; font-size: 10px; letter-spacing: 0.18em; text-transform: uppercase; font-weight: 500;
  }
  .listing-card__tag--dark { background: var(--navy-900); color: #fff; }
  .listing-card__body { padding: 22px 22px 6px; }
  .listing-card__loc { font-size: 11px; letter-spacing: 0.20em; text-transform: uppercase; color: var(--taupe-700); font-weight: 500; }
  .listing-card__title { font-size: 18px; font-weight: 500; letter-spacing: -0.01em; margin: 10px 0 16px; }
  .listing-card__meta {
    display:flex; gap: 16px; flex-wrap: wrap; padding: 14px 0;
    border-top: 1px solid rgba(14,26,34,0.08);
    font-size: 13px; color: var(--gray-600);
  }
  .listing-card__meta span { display:inline-flex; align-items: center; gap: 6px; }
  .listing-card__meta svg { width: 16px; height: 16px; opacity: 0.6; }
  .listing-card__price-row {
    display:flex; justify-content: space-between; align-items: center;
    padding: 16px 22px; border-top: 1px solid rgba(14,26,34,0.08);
    margin-top: auto;
  }
  .listing-card__price { font-size: 17px; font-weight: 600; color: var(--navy-900); }
  .listing-card__cta { font-size: 11px; letter-spacing: 0.18em; text-transform: uppercase; color: var(--taupe-700); display:inline-flex; gap: 8px; align-items: center; font-weight: 500; }
  .listing-card:hover .listing-card__cta { color: var(--navy-900); }

  /* =====================================================
     LEISTUNGEN — 6 services in clean cards (beige)
     ===================================================== */
  .leistungen { background: var(--beige-200); padding-block: var(--section-y); }
  .leistungen .sec-head__eyebrow::before { background: var(--taupe-700); }
  .leistungen .sec-head__eyebrow { color: var(--taupe-700); }
  .leistungen-grid { display:grid; grid-template-columns: repeat(3, 1fr); gap: 0; border-top: 1px solid rgba(14,26,34,0.14); border-left: 1px solid rgba(14,26,34,0.14); }
  .leistung {
    background: var(--beige-100); padding: 40px 36px 44px;
    border-right: 1px solid rgba(14,26,34,0.14); border-bottom: 1px solid rgba(14,26,34,0.14);
    display:flex; flex-direction:column; min-height: 260px;
    transition: background .3s;
  }
  .leistung:hover { background: var(--paper); }
  .leistung__num { font-size: 11px; letter-spacing: 0.22em; color: var(--taupe-700); font-weight: 500; margin-bottom: 24px; }
  .leistung__icon { color: var(--navy-900); margin-bottom: 20px; }
  .leistung__title { font-size: 20px; font-weight: 500; letter-spacing: -0.01em; margin: 0 0 12px; color: var(--navy-900); }
  .leistung__body { color: var(--gray-600); font-size: 14.5px; line-height: 1.65; margin: 0; }
  .leistung__more { margin-top: auto; padding-top: 20px; font-size: 11px; letter-spacing: 0.18em; text-transform: uppercase; color: var(--taupe-700); font-weight: 500; display: inline-flex; align-items: center; gap: 8px; }

  /* =====================================================
     SPOTLIGHT — single featured property, taupe bg
     ===================================================== */
  .spotlight { background: var(--taupe-500); color: #fff; padding-block: var(--section-y); }
  .spotlight .sec-head__title { color: #fff; }
  .spotlight .sec-head__eyebrow { color: var(--beige-100); }
  .spotlight .sec-head__eyebrow::before { background: var(--beige-100); }
  .spotlight .sec-head__lede { color: rgba(255,255,255,0.85); }
  .spotlight .sec-head { border-bottom-color: rgba(255,255,255,0.25); }
  .spotlight-card { position: relative; aspect-ratio: 16/9; overflow:hidden; background: var(--navy-700); }
  .spotlight-card img { width:100%; height:100%; object-fit:cover; }
  .spotlight-card::after {
    content:""; position: absolute; inset: 0;
    background: linear-gradient(180deg, rgba(14,26,34,0) 30%, rgba(14,26,34,0.85) 100%);
  }
  .spotlight-card__inner { position: absolute; left: 0; right: 0; bottom: 0; z-index: 2; padding: 48px clamp(32px, 5vw, 56px); }
  .spotlight-card__pill {
    background: rgba(255,255,255,0.12); backdrop-filter: blur(14px);
    border: 1px solid rgba(255,255,255,0.30); padding: 8px 16px;
    font-size: 11px; letter-spacing: 0.20em; text-transform: uppercase; color: #fff; font-weight: 500;
    display:inline-flex; align-items: center; gap: 10px;
  }
  .spotlight-card__title { font-weight: 500; font-size: clamp(28px, 3.6vw, 50px); line-height: 1.06; letter-spacing: -0.02em; margin: 18px 0 0; max-width: 20ch; color: #fff; }
  .spotlight-card__strip {
    display: grid; grid-template-columns: 1.8fr 1fr 1fr auto; gap: 36px; align-items: end;
    margin-top: 36px; padding-top: 28px; border-top: 1px solid rgba(255,255,255,0.30);
  }
  .spotlight-stat__label { font-size: 10px; letter-spacing: 0.22em; text-transform: uppercase; color: rgba(255,255,255,0.75); margin-bottom: 6px; }
  .spotlight-stat__value { font-size: 17px; font-weight: 500; color: #fff; }
  .spotlight-card__cta {
    background: #fff; color: var(--navy-900);
    padding: 16px 26px; font-size: 12px; letter-spacing: 0.18em; text-transform: uppercase; font-weight: 600;
    display:inline-flex; align-items: center; gap: 12px; transition: background .25s, color .25s;
  }
  .spotlight-card__cta:hover { background: var(--navy-900); color: #fff; }

  /* =====================================================
     PROCESS — 8 steps from PDF, classic
     ===================================================== */
  .process { background: var(--paper); padding-block: var(--section-y); }
  .process-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 0; border-top: 1px solid rgba(14,26,34,0.14); }
  .process-step {
    padding: 36px 28px 36px 0;
    border-bottom: 1px solid rgba(14,26,34,0.14);
    border-right: 1px solid rgba(14,26,34,0.14);
    padding-left: 28px;
  }
  .process-step:nth-child(4n) { border-right: none; }
  .process-step__num { font-family: 'Figtree', sans-serif; font-weight: 400; font-size: 56px; line-height: 1; color: var(--taupe-500); letter-spacing: -0.02em; margin-bottom: 24px; }
  .process-step__title { font-size: 16px; font-weight: 600; letter-spacing: -0.005em; margin: 0 0 10px; color: var(--navy-900); }
  .process-step__body { color: var(--gray-600); font-size: 13.5px; line-height: 1.65; margin: 0; }

  /* =====================================================
     VORTEILE — Why choose us (3 cards on beige)
     ===================================================== */
  .vorteile { background: var(--beige-100); padding-block: var(--section-y); }
  .vorteile .sec-head__eyebrow { color: var(--taupe-700); }
  .vorteile-grid { display:grid; grid-template-columns: repeat(3, 1fr); gap: 0; border-left: 1px solid rgba(14,26,34,0.14); border-top: 1px solid rgba(14,26,34,0.14); }
  .vorteil {
    background: var(--paper); padding: 48px 40px;
    border-right: 1px solid rgba(14,26,34,0.14); border-bottom: 1px solid rgba(14,26,34,0.14);
    display:flex; flex-direction:column; min-height: 360px;
  }
  .vorteil__num { font-size: 13px; font-weight: 600; letter-spacing: 0.16em; color: var(--taupe-500); margin-bottom: 16px; }
  .vorteil__title { font-size: 22px; font-weight: 500; letter-spacing: -0.012em; margin: 0 0 16px; color: var(--navy-900); }
  .vorteil__body { color: var(--gray-600); font-size: 14.5px; line-height: 1.7; margin: 0; }

  /* =====================================================
     TEAM — Jürgen Pick + Sebastian Peters
     ===================================================== */
  .team { background: var(--paper); padding-block: var(--section-y); }
  .team-grid { display:grid; grid-template-columns: 1fr 1fr; gap: 32px; }
  .team-card { background: var(--paper-2); padding: 0; display: flex; flex-direction: column; }
  .team-card__photo { aspect-ratio: 5/6; overflow:hidden; background: var(--gray-200); }
  .team-card__photo img { width:100%; height:100%; object-fit:cover; }
  .team-card__body { padding: 32px 36px 36px; }
  .team-card__name { font-size: 24px; font-weight: 500; letter-spacing: -0.01em; margin: 0 0 6px; color: var(--navy-900); }
  .team-card__role { font-size: 12px; letter-spacing: 0.20em; text-transform: uppercase; color: var(--taupe-700); margin-bottom: 18px; font-weight: 500; }
  .team-card__bio { color: var(--gray-600); font-size: 14.5px; line-height: 1.7; margin: 0 0 20px; }
  .team-card__meta { display:flex; gap: 24px; padding-top: 18px; border-top: 1px solid rgba(14,26,34,0.10); }
  .team-card__meta-item { font-size: 12px; }
  .team-card__meta-label { color: var(--taupe-700); letter-spacing: 0.16em; text-transform: uppercase; font-weight: 500; margin-bottom: 4px; }
  .team-card__meta-value { color: var(--navy-900); }

  /* =====================================================
     TESTIMONIALS — beige
     ===================================================== */
  .testimonials { background: var(--beige-100); padding-block: var(--section-y); }
  .testimonials .sec-head__eyebrow { color: var(--taupe-700); }
  .testi-stack { display:grid; grid-template-columns: repeat(3, 1fr); gap: 24px; }
  .testi {
    background: var(--paper); padding: 36px 32px;
    border: 1px solid rgba(14,26,34,0.08);
    display: flex; flex-direction: column;
  }
  .testi__stars { display:flex; gap: 2px; margin-bottom: 16px; color: var(--taupe-500); }
  .testi__quote { font-size: 16px; line-height: 1.65; color: var(--navy-900); margin: 0 0 24px; }
  .testi__author { display:flex; align-items:center; gap: 14px; margin-top: auto; padding-top: 20px; border-top: 1px solid rgba(14,26,34,0.08); }
  .testi__avatar { width: 42px; height: 42px; overflow:hidden; background: var(--gray-200); flex: none; }
  .testi__avatar img { width:100%; height:100%; object-fit:cover; }
  .testi__name { font-size: 14px; font-weight: 500; color: var(--navy-900); }
  .testi__sub { font-size: 12px; color: var(--gray-600); letter-spacing: 0.04em; margin-top: 2px; }
  .testi-summary {
    display:flex; align-items: center; gap: 24px; padding: 24px 28px; margin-top: 32px;
    background: var(--paper); border: 1px solid rgba(14,26,34,0.10);
  }
  .testi-summary__score { font-size: 36px; font-weight: 500; color: var(--navy-900); letter-spacing: -0.02em; }
  .testi-summary__stars { color: var(--taupe-500); display:flex; gap: 3px; }
  .testi-summary__label { font-size: 13px; color: var(--gray-600); }
  .testi-summary__label strong { color: var(--navy-900); font-weight: 600; }

  /* =====================================================
     ESTIMATION CTA — taupe band, simple
     ===================================================== */
  .estimation { background: var(--taupe-500); color: #fff; padding-block: clamp(72px, 8vw, 112px); }
  .estimation__inner { display:grid; grid-template-columns: 1.2fr 1fr; gap: clamp(40px, 5vw, 80px); align-items: center; }
  .estimation__eyebrow { font-size: 12px; letter-spacing: 0.22em; text-transform: uppercase; color: var(--beige-100); display:inline-flex; align-items:center; gap: 14px; }
  .estimation__eyebrow::before { content:""; width: 32px; height: 1px; background: var(--beige-100); }
  .estimation__title { font-weight: 500; font-size: clamp(28px, 3.4vw, 48px); line-height: 1.08; letter-spacing: -0.018em; margin: 20px 0 16px; max-width: 16ch; color: #fff; }
  .estimation__body { color: rgba(255,255,255,0.88); font-size: 16px; line-height: 1.7; max-width: 48ch; margin: 0; }
  .estimation__form {
    background: var(--paper); padding: 32px;
    display:flex; flex-direction:column; gap: 14px;
  }
  .estimation__form-label { font-size: 11px; letter-spacing: 0.18em; text-transform: uppercase; color: var(--taupe-700); font-weight: 500; }
  .estimation__form input, .estimation__form select {
    background: var(--white); border: 1px solid rgba(14,26,34,0.18);
    padding: 14px 16px; font-family: inherit; font-size: 15px; color: var(--navy-900); width: 100%;
  }
  .estimation__form input:focus, .estimation__form select:focus { outline: none; border-color: var(--taupe-500); }
  .estimation__form button {
    background: var(--navy-900); color: #fff; border: none;
    padding: 16px 26px; font-size: 12px; letter-spacing: 0.18em; text-transform: uppercase; font-weight: 600; cursor: pointer;
    display:inline-flex; align-items: center; justify-content: center; gap: 12px; margin-top: 6px;
    transition: background .25s;
  }
  .estimation__form button:hover { background: var(--taupe-500); }

  /* =====================================================
     FAQ — accordion
     ===================================================== */
  .faq { background: var(--paper); padding-block: var(--section-y); }
  .faq-list { max-width: 920px; margin: 0 auto; border-top: 1px solid rgba(14,26,34,0.14); }
  .faq-item { border-bottom: 1px solid rgba(14,26,34,0.14); }
  .faq-question {
    width: 100%; background: transparent; border: none; padding: 28px 0; cursor: pointer;
    display:flex; justify-content: space-between; align-items: center; gap: 28px;
    font-family: inherit; font-size: 18px; font-weight: 500; color: var(--navy-900);
    text-align: left; transition: color .25s;
  }
  .faq-question:hover { color: var(--taupe-700); }
  .faq-question__icon { width: 28px; height: 28px; flex: none; transition: transform .35s var(--ease); color: var(--taupe-700); }
  .faq-item.is-open .faq-question__icon { transform: rotate(45deg); color: var(--navy-900); }
  .faq-answer { max-height: 0; overflow: hidden; transition: max-height .45s var(--ease); }
  .faq-item.is-open .faq-answer { max-height: 400px; }
  .faq-answer__inner { padding: 0 0 28px; font-size: 15px; color: var(--gray-600); line-height: 1.7; max-width: 64ch; }

  /* =====================================================
     FOOTER (navy reservé)
     ===================================================== */
  .site-footer-rich { background: var(--navy-900); color: #fff; padding: 88px 0 28px; }
  .site-footer-rich__grid {
    display:grid; grid-template-columns: 1.4fr 1fr 1fr 1fr; gap: 56px;
    padding-bottom: 64px; border-bottom: 1px solid rgba(255,255,255,0.18);
  }
  .site-footer-rich__intro p { color: rgba(255,255,255,0.78); font-size: 15px; line-height: 1.7; max-width: 36ch; margin: 22px 0 0; }
  .site-footer-rich h4 { font-size: 11px; letter-spacing: 0.22em; text-transform: uppercase; color: var(--beige-200); margin: 0 0 22px; font-weight: 500; }
  .site-footer-rich ul { list-style: none; padding: 0; margin: 0; display:flex; flex-direction: column; gap: 12px; }
  .site-footer-rich a { color: rgba(255,255,255,0.85); font-size: 14px; transition: color .2s; }
  .site-footer-rich a:hover { color: var(--beige-200); }
  .site-footer-rich__bottom {
    display:flex; justify-content: space-between; align-items: center; padding-top: 24px;
    font-size: 12px; color: rgba(255,255,255,0.55); letter-spacing: 0.04em;
  }
  .site-footer-rich__lang { display:flex; gap: 16px; }
  .site-footer-rich__lang a.is-on { color: #fff; }

  /* =====================================================
     RESPONSIVE
     ===================================================== */
  @media (max-width: 1100px) {
    .usps__grid { grid-template-columns: repeat(2, 1fr); }
    .listing-grid, .leistungen-grid, .process-grid, .vorteile-grid, .testi-stack { grid-template-columns: repeat(2, 1fr); }
    .intro__grid, .estimation__inner, .team-grid { grid-template-columns: 1fr; }
    .sec-head { grid-template-columns: 1fr; }
    .spotlight-card__strip { grid-template-columns: 1fr 1fr; }
    .site-footer-rich__grid { grid-template-columns: 1fr 1fr; }
    .site-nav { display: none; }
    .site-header__inner { grid-template-columns: auto auto; }
  }
  @media (max-width: 720px) {
    .listing-grid, .leistungen-grid, .process-grid, .vorteile-grid, .testi-stack { grid-template-columns: 1fr; }
    .usps__grid { grid-template-columns: 1fr; }
    .search-bar { grid-template-columns: 1fr; }
    .search-bar__field { border-right: none; border-bottom: 1px solid rgba(14,26,34,0.08); }
    .search-bar__cta { padding: 20px; }
    .site-footer-rich__grid { grid-template-columns: 1fr; }
  }
