/* HeimatMakler Exposé – Widget-Styles (Bildschirm + A4-Druck) */

.hmk-expose {
  --hmk-accent: #1E6E73;
  --hmk-off: #FAF9F7;
  --hmk-ink: #2B2B29;
  --hmk-muted: #6B6B66;
  --hmk-cream: #F1EFE8;
  font-family: 'Manrope', system-ui, Arial, sans-serif;
  color: var(--hmk-ink);
  font-size: 17px;
  line-height: 1.7;
}
.hmk-expose * { box-sizing: border-box; }
.hmk-expose h1, .hmk-expose h2, .hmk-expose h3 {
  font-family: 'Instrument Serif', Georgia, serif;
  font-weight: 400;
  color: var(--hmk-accent);
  margin: 0;
}
.hmk-expose p { margin: 0 0 1em; }
.hmk-expose p:last-child { margin-bottom: 0; }

/* Eyebrow – normale Schreibweise (kein Großbuchstaben-Zwang) */
.hmk-expose__eyebrow {
  font-size: 14px; letter-spacing: .02em; text-transform: none;
  font-weight: 600; color: var(--hmk-accent); margin: 0 0 12px;
}

/* Hero */
.hmk-expose__hero {
  color: var(--hmk-off); text-align: center; padding: 110px 8%;
  background: var(--hmk-accent);
}
.hmk-expose__hero .hmk-expose__eyebrow { color: #CFE4DC; }
.hmk-expose__hero h1 { color: var(--hmk-off); font-size: clamp(34px, 5vw, 60px); line-height: 1.04; }
.hmk-expose__hero .sub { color: #EAF3EF; font-size: clamp(16px, 2vw, 19px); max-width: 760px; margin: 0 auto; }
.hmk-expose__hero .price { font-family: 'Instrument Serif', Georgia, serif; font-size: 22px; margin-top: 22px; }
.hmk-expose__rule { width: 64px; height: 2px; background: rgba(250,249,247,.55); margin: 22px auto; }

/* Eckdaten */
.hmk-expose__facts {
  display: flex; flex-wrap: wrap; gap: 24px; justify-content: center;
  text-align: center; background: var(--hmk-off); padding: 44px 8%;
}
.hmk-expose__facts > div { flex: 1 1 140px; }
.hmk-expose__facts .n { font-family: 'Instrument Serif', Georgia, serif; font-size: 34px; color: var(--hmk-accent); }
.hmk-expose__facts .l { font-size: 14px; color: var(--hmk-muted); margin-top: 6px; }

/* Standard-Sektion */
.hmk-expose__section { padding: 70px 8%; }
.hmk-expose__section.center { text-align: center; }
.hmk-expose__section.alt { background: var(--hmk-off); }
.hmk-expose__section h2 { font-size: clamp(26px, 3.4vw, 40px); line-height: 1.1; margin: 0 0 8px; }
.hmk-expose__inner { max-width: 820px; margin: 0 auto; }
.hmk-expose__inner-wide { max-width: 1040px; margin: 0 auto; }
.hmk-expose__divider { width: 56px; height: 3px; background: var(--hmk-accent); margin: 18px auto 24px; }
.hmk-expose__note { font-size: 13px; color: var(--hmk-muted); margin-top: 12px; }

/* Zwei Spalten */
.hmk-expose__split { display: flex; gap: 48px; align-items: center; max-width: 1140px; margin: 0 auto; }
.hmk-expose__split .col { flex: 1 1 0; min-width: 0; }
.hmk-expose__img { width: 100%; display: block; border-radius: 12px; background: #AFC0B6; min-height: 240px; object-fit: cover; }

/* Finanzierung */
.hmk-expose__callout { background: var(--hmk-accent); color: var(--hmk-off); text-align: center; padding: 70px 8%; }
.hmk-expose__callout .hmk-expose__eyebrow { color: #CFE4DC; }
.hmk-expose__callout h2 { color: var(--hmk-off); }
.hmk-expose__callout p { color: #EAF3EF; }
.hmk-expose__metrics { display: flex; flex-wrap: wrap; gap: 24px; justify-content: center; margin-top: 26px; }
.hmk-expose__metrics > div { flex: 1 1 160px; }
.hmk-expose__metrics .n { font-family: 'Instrument Serif', Georgia, serif; font-size: 30px; color: var(--hmk-off); }
.hmk-expose__metrics .l { font-size: 13px; color: #CFE4DC; margin-top: 4px; }

/* Überblickstabelle */
.hmk-expose__tablewrap { overflow-x: auto; }
.hmk-expose table.units { width: 100%; border-collapse: collapse; font-size: 15px; margin-top: 8px; min-width: 560px; }
.hmk-expose table.units th { background: var(--hmk-accent); color: var(--hmk-off); text-align: left; padding: 12px 14px; font-family: 'Manrope', sans-serif; font-weight: 600; }
.hmk-expose table.units td { padding: 11px 14px; }
.hmk-expose table.units tbody tr:nth-child(even) td { background: var(--hmk-cream); }
.hmk-expose table.units .r { text-align: right; }
.hmk-expose table.units .pot { color: var(--hmk-accent); font-weight: 600; }
.hmk-expose table.units .name { font-weight: 600; }
.hmk-expose table.units .name a { color: var(--hmk-accent); text-decoration: none; border-bottom: 1px solid rgba(30,110,115,.35); }
.hmk-expose table.units .name a:hover { border-bottom-color: var(--hmk-accent); }
.hmk-expose table.units tfoot td { background: var(--hmk-accent); color: var(--hmk-off); font-weight: 600; }

/* Wohnungen im Detail */
.hmk-expose__unit { padding: 58px 8%; scroll-margin-top: 24px; }
.hmk-expose__unit.alt { background: var(--hmk-off); }
.hmk-expose__unit-title { font-size: clamp(24px, 3.2vw, 36px); line-height: 1.12; margin: 0 0 6px; }
.hmk-expose__unit-size {
  font-family: 'Manrope', sans-serif; font-size: 14px; font-weight: 600;
  color: var(--hmk-off); background: var(--hmk-accent);
  padding: 3px 12px; border-radius: 20px; vertical-align: middle; margin-left: 8px; white-space: nowrap;
}
.hmk-expose__unit-meta { display: flex; flex-wrap: wrap; gap: 8px; margin: 12px 0 0; }
.hmk-expose__unit-tag {
  font-size: 13px; font-weight: 600; color: var(--hmk-accent);
  background: var(--hmk-cream); padding: 4px 12px; border-radius: 20px;
}
.hmk-expose__unit-tag.light { background: transparent; border: 1px solid rgba(30,110,115,.35); }
.hmk-expose__unit-desc { margin: 14px 0 0; max-width: 780px; }
.hmk-expose__unit .hmk-expose__gallery { margin-top: 22px; }

/* Galerie */
.hmk-expose__gallery { display: grid; grid-template-columns: repeat(3, 1fr); gap: 12px; max-width: 1040px; margin: 8px auto 0; }
.hmk-expose__gallery img { width: 100%; height: 220px; object-fit: cover; border-radius: 8px; display: block; }

/* Kontakt */
.hmk-expose__contact { background: var(--hmk-accent); color: var(--hmk-off); text-align: center; padding: 90px 8%; }
.hmk-expose__contact .hmk-expose__eyebrow { color: #CFE4DC; }
.hmk-expose__contact h2 { color: var(--hmk-off); }
.hmk-expose__contact p { color: #EAF3EF; }
.hmk-expose__btn { display: inline-block; margin-top: 20px; background: var(--hmk-off); color: var(--hmk-accent); font-weight: 600; font-size: 15px; text-decoration: none; padding: 15px 34px; border-radius: 8px; font-family: 'Manrope', sans-serif; }

/* PDF-Button */
.hmk-expose__pdf { text-align: center; padding: 22px 8% 0; }
.hmk-expose__pdf button { background: var(--hmk-accent); color: var(--hmk-off); border: 0; cursor: pointer; font-weight: 600; font-size: 15px; padding: 13px 30px; border-radius: 8px; font-family: 'Manrope', sans-serif; }

/* Video */
.hmk-expose__video { padding: 70px 8%; text-align: center; }
.hmk-expose__video-wrap { max-width: 1040px; margin: 8px auto 0; border-radius: 12px; overflow: hidden; background: #000; }
.hmk-expose__video-wrap video { width: 100%; height: auto; display: block; }
.hmk-expose__video-pdf { display: none; }

/* Hinweis */
.hmk-expose__disclaimer { background: var(--hmk-cream); color: var(--hmk-muted); font-size: 12.5px; line-height: 1.5; text-align: center; padding: 36px 10%; }

/* Mobil */
@media (max-width: 768px) {
  .hmk-expose__split { flex-direction: column; gap: 24px; }
  .hmk-expose__gallery { grid-template-columns: 1fr 1fr; }
  .hmk-expose__hero { padding: 80px 6%; }
  .hmk-expose__section, .hmk-expose__callout, .hmk-expose__contact, .hmk-expose__unit, .hmk-expose__video { padding-left: 6%; padding-right: 6%; }
}

/* ---- DRUCK: nur das Exposé, als A4 ---- */
@media print {
  @page { size: A4; margin: 14mm 12mm; }
  body * { visibility: hidden !important; }
  .hmk-expose, .hmk-expose * { visibility: visible !important; }
  .hmk-expose { position: absolute; left: 0; top: 0; width: 100%; font-size: 11pt; }
  .hmk-expose * { -webkit-print-color-adjust: exact !important; print-color-adjust: exact !important; }
  .hmk-expose__pdf { display: none !important; }
  .hmk-expose__hero { padding: 42px 28px; }
  .hmk-expose__facts { padding: 22px 28px; }
  .hmk-expose__section, .hmk-expose__callout, .hmk-expose__contact, .hmk-expose__unit, .hmk-expose__video { padding: 26px 28px; page-break-inside: avoid; }
  .hmk-expose__split { page-break-inside: avoid; align-items: flex-start; }
  .hmk-expose__img { min-height: 0; height: 60mm; }
  .hmk-expose__gallery img { height: 150px; }
  .hmk-expose__tablewrap { overflow: visible; }
  .hmk-expose table.units { min-width: 0; }
  .hmk-expose__video-wrap { display: none !important; }
  .hmk-expose__video-pdf { display: block !important; font-weight: 600; color: var(--hmk-accent); margin-top: 6px; }
  .hmk-expose__video-pdf a { color: var(--hmk-accent); }
  .hmk-expose__disclaimer { padding: 20px 28px; }
}

/* Energieausweis */
.hmk-ea { max-width: 860px; margin: 8px auto 0; }
.hmk-ea__cards { display: flex; flex-wrap: wrap; gap: 12px; justify-content: center; margin: 0 auto 26px; }
.hmk-ea__card { flex: 1 1 180px; max-width: 230px; background: var(--hmk-cream); border-radius: 10px; padding: 14px 16px; text-align: left; }
.hmk-ea__card .l { display: block; font-size: 12px; color: var(--hmk-muted); }
.hmk-ea__card .v { display: block; font-size: 18px; font-weight: 600; color: var(--hmk-accent); margin-top: 2px; }
.hmk-ea__marks { display: flex; align-items: flex-end; min-height: 40px; }
.hmk-ea__marks > span { flex: 1; text-align: center; }
.hmk-ea__marks .m b { display: block; font-family: 'Instrument Serif', Georgia, serif; font-size: 22px; color: var(--hmk-ink); line-height: 1; }
.hmk-ea__marks .m i { display: block; font-style: normal; font-size: 10px; color: var(--hmk-muted); }
.hmk-ea__marks .m::after { content: ''; display: block; width: 0; height: 0; border-left: 7px solid transparent; border-right: 7px solid transparent; border-top: 9px solid var(--hmk-ink); margin: 4px auto 0; }
.hmk-ea__band { display: flex; border-radius: 8px; overflow: hidden; }
.hmk-ea__band > span { flex: 1; text-align: center; padding: 10px 3px; }
.hmk-ea__band > span b { display: block; font-weight: 700; font-size: 16px; }
.hmk-ea__band > span i { display: block; font-style: normal; font-size: 10px; opacity: .85; }
.hmk-ea__band > span.active { outline: 3px solid var(--hmk-ink); outline-offset: -3px; position: relative; z-index: 1; }

/* Grundrisse */
.hmk-plans { display: grid; grid-template-columns: 1fr 1fr; gap: 16px; max-width: 1040px; margin: 8px auto 0; }
.hmk-plan { position: relative; margin: 0; background: #fff; border: 1px solid #E4E1D8; border-radius: 8px; padding: 10px; overflow: hidden; }
.hmk-plan img { width: 100%; height: auto; display: block; border-radius: 4px; filter: grayscale(1) contrast(1.05); }
.hmk-plan::after { content: ''; position: absolute; inset: 10px; background: rgba(30,110,115,0.16); border-radius: 4px; pointer-events: none; }
.hmk-plan__badge { position: absolute; top: 18px; left: 18px; z-index: 2; font-family: 'Manrope', sans-serif; font-size: 12px; font-weight: 600; letter-spacing: .02em; color: var(--hmk-off); background: rgba(30,110,115,0.92); padding: 4px 12px; border-radius: 20px; }

@media (max-width: 768px) {
  .hmk-plans { grid-template-columns: 1fr; }
  .hmk-ea__band > span i { display: none; }
  .hmk-ea__band > span b { font-size: 13px; }
}

@media print {
  .hmk-plans { grid-template-columns: 1fr 1fr; }
  .hmk-ea__band > span { padding: 8px 2px; }
}

/* Überschriften/Labels NIE automatisch groß schreiben (überschreibt Theme-Regeln) */
.hmk-expose h1,
.hmk-expose h2,
.hmk-expose h3,
.hmk-expose .hmk-expose__eyebrow,
.hmk-expose .hmk-expose__unit-title,
.hmk-expose .hmk-expose__unit-size,
.hmk-expose .hmk-expose__facts .n,
.hmk-expose .hmk-expose__facts .l,
.hmk-expose .hmk-expose__metrics .n,
.hmk-expose .hmk-expose__metrics .l,
.hmk-expose table.units th {
  text-transform: none !important;
  font-variant: normal !important;
}
