/* Variante 5 · Deco — Rundbögen und Balkonformen des Hauses, Logo-Blau und Messing. */
:root{
  --bg:#F7F2E8; --bg-alt:#EFE7D8; --surface:#FFFFFF; --surface-2:#FBF7EF;
  --ink:#20262F; --muted:#6A6F79; --line:#DFD5C2;
  --primary:#1B3C8C; --primary-ink:#FFFFFF; --primary-hover:#122C68;
  --accent:#A87F3E; --accent-ink:#FFFFFF;
  --f-display:'Playfair Display',Georgia,serif; --f-body:'Jost',system-ui,sans-serif;
  --h-weight:400; --h-track:-.012em;
  --r:20px; --r-sm:12px; --r-lg:26px; --btn-r:100px;
  --shadow:0 14px 40px rgba(27,60,140,.13);
  --hero-overlay:linear-gradient(180deg,rgba(18,44,104,.6),rgba(18,44,104,.22) 38%,rgba(18,44,104,.9));
  --hero-accent:#CFAE72; --hero-eyebrow:#CFAE72;
  --hdr-bg:rgba(247,242,232,.96);
  --foot-bg:#0E2454; --foot-accent:#CFAE72;
  --bw-bg:#FFFFFF;
  --btn-track:.14em; --btn-case:uppercase;
  --arch:999px 999px 10px 10px;
}
body{font-weight:300}
.btn{font-size:13px;font-weight:500}
.brand__name{font-size:26px}
.eyebrow{letter-spacing:.3em;font-weight:500}
/* Bogenform als durchgehendes Motiv */
.about__media,.detail__hero{border-radius:var(--arch)}
.unit__media picture,.unit__media img{border-radius:var(--arch)}
.unit__media{padding:14px 14px 0}
.unit{border-radius:22px}
.shot{border-radius:var(--arch)}
.shot picture,.shot img{aspect-ratio:3/4}
.svc__list li::before{width:9px;height:9px;border-radius:50% 50% 2px 2px;background:var(--accent)}
.about__badge{border-radius:0 var(--r-lg) 0 0}
.unit__sqm{background:var(--primary);color:#fff}
.trust__i b,.pricelist b,.rev__big b,.dist b,.hero__score b{font-weight:400}
.sechead{text-align:left}
.faq__q button{font-family:var(--f-display);font-weight:400;font-size:20px}
.navpanel a{font-family:var(--f-display)}
.ticks li::before{border-color:var(--accent)}
.card{border-radius:22px}
.bw__f input,.bw__f select,.field input,.field select,.field textarea{border-radius:10px}
