/* Mira Vista Residences — Exposé-Stil
   Farben aus der bestehenden Marke: Gold #C6A86D, Charcoal #1A1A1C, Ivory #F0EEEA */

@page { size: A4; margin: 14mm 12mm; }

* { box-sizing: border-box; }

body {
  font-family: Georgia, "Times New Roman", serif;
  color: #1A1A1C;
  background: #F0EEEA;
  margin: 0;
  line-height: 1.6;
}

.blatt {
  max-width: 900px;
  margin: 0 auto 24px;
  background: #fff;
  padding: 34px 40px 40px;
  box-shadow: 0 1px 16px rgba(0,0,0,.07);
}

/* Kopf */
.kopf {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  border-bottom: 2px solid #C6A86D;
  padding-bottom: 18px;
  margin-bottom: 26px;
  gap: 24px;
}
.kopf img { width: 190px; height: auto; }
.kopf .ort { text-align: right; font-size: 12px; letter-spacing: .16em; text-transform: uppercase; color: #6b6b6b; }

h1 {
  font-size: 30px;
  margin: 0 0 6px;
  letter-spacing: .04em;
  font-weight: normal;
}
.untertitel {
  font-size: 14px;
  letter-spacing: .22em;
  text-transform: uppercase;
  color: #C6A86D;
  margin-bottom: 22px;
}

h2 {
  font-size: 15px;
  letter-spacing: .18em;
  text-transform: uppercase;
  color: #C6A86D;
  border-bottom: 1px solid #e3ded3;
  padding-bottom: 6px;
  margin: 30px 0 14px;
  font-weight: normal;
}

p { margin: 0 0 12px; font-size: 14.5px; }
.lead { font-size: 16px; color: #333; }

/* Titelbild + Galerie */
.titelbild { width: 100%; height: auto; display: block; margin-bottom: 22px; }
.galerie { display: grid; grid-template-columns: repeat(3, 1fr); gap: 8px; margin: 14px 0 6px; }
.galerie img { width: 100%; height: 155px; object-fit: cover; display: block; }
.galerie.zwei { grid-template-columns: repeat(2, 1fr); }
.galerie.zwei img { height: 210px; }

/* Fakten */
.fakten { display: grid; grid-template-columns: repeat(4, 1fr); gap: 10px; margin: 6px 0 4px; }
.fakt { background: #F0EEEA; padding: 12px 10px; text-align: center; }
.fakt .wert { font-size: 20px; color: #1A1A1C; display: block; }
.fakt .bez { font-size: 10.5px; letter-spacing: .1em; text-transform: uppercase; color: #7a7a7a; }

/* Listen */
ul.merkmale { list-style: none; padding: 0; margin: 0; columns: 2; column-gap: 30px; font-size: 14px; }
ul.merkmale li { padding: 3px 0 3px 17px; position: relative; break-inside: avoid; }
ul.merkmale li::before { content: "—"; position: absolute; left: 0; color: #C6A86D; }

/* Tabellen */
table { width: 100%; border-collapse: collapse; font-size: 13.5px; margin: 4px 0 10px; }
th, td { text-align: left; padding: 8px 10px; border-bottom: 1px solid #e8e4da; }
th { font-size: 11px; letter-spacing: .12em; text-transform: uppercase; color: #7a7a7a; font-weight: normal; }
td.zahl, th.zahl { text-align: right; white-space: nowrap; }
tr.hervor td { background: #FBF9F4; font-weight: bold; }

/* Hinweise */
.hinweis {
  background: #FBF9F4;
  border-left: 3px solid #C6A86D;
  padding: 12px 16px;
  font-size: 13px;
  margin: 14px 0;
}
.platzhalter {
  background: #FFF4D6;
  border-left: 3px solid #E0A800;
  padding: 12px 16px;
  font-size: 13px;
  margin: 14px 0;
}
mark { background: #FFE9A8; padding: 0 3px; }

.fuss {
  margin-top: 34px;
  padding-top: 14px;
  border-top: 1px solid #e3ded3;
  font-size: 11.5px;
  color: #7a7a7a;
  display: flex;
  justify-content: space-between;
  gap: 20px;
}

@media print {
  body { background: #fff; }
  .blatt { box-shadow: none; margin: 0; padding: 0; max-width: none; }
  h2 { break-after: avoid; }
  .galerie, .fakten, table, .hinweis { break-inside: avoid; }
  .seitenumbruch { break-before: page; }
}
