/* Omnino Demo-Schicht — Bühne, Wort-Auftritt, Siegel, Karten.
   Liegt NUR in Akquise-Demos, Kundenseiten bleiben bei werk/effekte/. */

/* ---------- Kopf: schwebt über der Bühne ---------- */
.demo-kopf { position: absolute; top: 0; left: 0; right: 0; z-index: 40; }
.demo-kopf .container { display: flex; align-items: center; justify-content: space-between; padding-block: 1.1rem; }
.demo-kopf .logo { color: #fff; text-shadow: 0 2px 18px rgba(0,0,0,.45); font-size: 1.35rem; }
.demo-kopf .btn { background: rgba(255,255,255,.14); color: #fff; border: 1px solid rgba(255,255,255,.35); backdrop-filter: blur(8px); font-size: .92rem; padding: .6em 1.2em; }
.demo-kopf .btn:hover { background: rgba(255,255,255,.24); box-shadow: none; }

/* ---------- Bühne: bildschirmfüllender Auftritt ---------- */
.buehne { position: relative; min-height: 100svh; display: flex; align-items: flex-end; overflow: hidden; background: #171310; }
.buehne-dias, .buehne-dias .dia { position: absolute; inset: 0; }
.buehne-dias .dia { opacity: 0; transition: opacity 1.7s ease; }
.buehne-dias .dia.da { opacity: 1; }
.buehne-dias img { width: 100%; height: 100%; object-fit: cover; }
html.js .buehne-dias .dia.da img { animation: buehneAtmen 14s ease-out forwards; }
@keyframes buehneAtmen { from { transform: scale(1.06); } to { transform: scale(1); } }
.buehne-schleier { position: absolute; inset: 0; background:
  linear-gradient(to bottom, rgba(10,8,6,.44) 0%, rgba(10,8,6,.12) 30%, rgba(10,8,6,.34) 56%, rgba(10,8,6,.84) 100%); }
.buehne-inhalt { position: relative; z-index: 2; width: 100%; padding-block: clamp(2.6rem, 6vw, 4.6rem); color: #fff; }
.buehne-inhalt .overline { color: rgba(255,255,255,.85); }
.buehne-titel { font-size: clamp(2.7rem, 1.5rem + 6.4vw, 5.4rem); line-height: 1.02; color: #fff;
  text-shadow: 0 3px 30px rgba(0,0,0,.35); margin-block: .9rem 1rem; max-width: 14ch; }
.buehne-titel em { font-style: italic; color: var(--hell, #F5D9A8); }
.buehne-inhalt .lead { color: rgba(255,255,255,.92); text-shadow: 0 2px 16px rgba(0,0,0,.4); max-width: 44ch; }
.buehne-inhalt .chip { background: rgba(255,255,255,.13); border-color: rgba(255,255,255,.28); color: #fff; backdrop-filter: blur(6px); }
.buehne-inhalt .btn--primary { background: var(--accent); color: var(--on-accent, #fff); }
.buehne-inhalt .btn--ghost { border-color: rgba(255,255,255,.55); color: #fff; }
.buehne-punkte { position: absolute; right: clamp(1.2rem, 3vw, 2.4rem); bottom: 1.4rem; z-index: 3; display: flex; gap: .45rem; }
.buehne-punkte i { width: 7px; height: 7px; border-radius: 50%; background: rgba(255,255,255,.4); transition: background .4s, transform .4s; }
.buehne-punkte i.da { background: #fff; transform: scale(1.25); }

/* Wort für Wort auftreten */
html.js .fx-wort .w { display: inline-block; opacity: 0; transform: translateY(.55em); filter: blur(6px);
  transition: opacity .75s cubic-bezier(.22,1,.36,1), transform .75s cubic-bezier(.22,1,.36,1), filter .75s ease; }
html.js .fx-wort.da .w { opacity: 1; transform: none; filter: none; }

/* Bewertungssiegel */
.siegel { display: inline-flex; align-items: center; gap: .6rem; margin-top: 1.5rem; padding: .55rem 1.05rem;
  border-radius: 999px; background: rgba(12,10,8,.55); border: 1px solid rgba(255,255,255,.22);
  backdrop-filter: blur(8px); color: #fff; text-decoration: none; font-size: .95rem; }
.siegel .sterne { color: #F2C94C; letter-spacing: .1em; font-size: .9rem; }
.siegel b { font-size: 1.05rem; }
.siegel span { opacity: .85; }

/* ---------- Merkmal-Karten mit Foto ---------- */
.zeilen { display: grid; grid-template-columns: repeat(3, 1fr); gap: 1.4rem; margin-top: 2.4rem; }
@media (max-width: 860px) { .zeilen { grid-template-columns: 1fr; } }
.zeile-karte { background: var(--paper); border: 1px solid var(--line); border-radius: var(--radius); overflow: hidden; }
.zeile-karte .fx-bild { border-radius: 0; height: 200px; }
.zeile-karte h3 { margin: 1.1rem 1.3rem .4rem; font-size: 1.18rem; }
.zeile-karte p { margin: 0 1.3rem 1.3rem; color: var(--muted); font-size: .95rem; }

/* Leistungsliste (Beauty/Handwerk) */
.leisten { display: grid; grid-template-columns: repeat(2, 1fr); gap: .9rem; margin-top: 2.2rem; }
@media (max-width: 700px) { .leisten { grid-template-columns: 1fr; } }
.leiste { display: flex; align-items: baseline; gap: .8rem; background: var(--paper); border: 1px solid var(--line);
  border-radius: calc(var(--radius) * .7); padding: 1rem 1.2rem; }
.leiste::before { content: '—'; color: var(--accent); font-weight: 700; }
.leiste b { font-size: 1rem; }
.leiste small { color: var(--muted); }

/* Ablauf (Handwerk) */
.ablauf { display: grid; grid-template-columns: repeat(3, 1fr); gap: 1.4rem; margin-top: 2.4rem; counter-reset: schritt; }
@media (max-width: 860px) { .ablauf { grid-template-columns: 1fr; } }
.schritt-karte { counter-increment: schritt; background: var(--paper); border: 1px solid var(--line); border-radius: var(--radius); padding: 1.6rem; }
.schritt-karte::before { content: '0' counter(schritt); font-family: var(--font-display); font-size: 2rem; color: var(--accent); display: block; margin-bottom: .5rem; }
.schritt-karte h3 { font-size: 1.12rem; margin-bottom: .4rem; }
.schritt-karte p { color: var(--muted); font-size: .94rem; }

/* ---------- Galerie: eine große + Begleiter ---------- */
.schau { display: grid; grid-template-columns: 1.6fr 1fr; gap: 1rem; margin-top: 2.2rem; }
@media (max-width: 760px) { .schau { grid-template-columns: 1fr; } }
.schau .fx-bild:first-child { grid-row: span 2; min-height: 300px; }
.schau .fx-bild { min-height: 190px; }

/* ---------- Anruf-Band ---------- */
.band-ruf { background: var(--accent); color: var(--on-accent, #fff); }
.band-ruf .container { display: flex; align-items: center; justify-content: space-between; gap: 1.4rem; flex-wrap: wrap; padding-block: clamp(2.2rem, 4vw, 3.4rem); }
.band-ruf h2 { color: inherit; }
.band-ruf p { opacity: .85; }
.band-ruf .btn { background: #fff; color: var(--ink); }

/* ---------- Info-Raster: 1–3 Karten, bricht am Handy immer auf 1 Spalte ---------- */
.info-grid.k1 { grid-template-columns: 1fr; max-width: 560px; }
.info-grid.k2 { grid-template-columns: repeat(2, 1fr); }
.info-grid.k3 { grid-template-columns: repeat(3, 1fr); }
@media (max-width: 900px) { .info-grid.k2, .info-grid.k3 { grid-template-columns: 1fr; } }

/* ---------- Karte ---------- */
.karten-rahmen { margin-top: 2rem; }

/* ---------- Fuß mit Entwurfs-Hinweis ---------- */
.entwurf-hinweis { font-size: .82rem; }

/* ---------- Ruhe ---------- */
@media (prefers-reduced-motion: reduce) {
  html.js .buehne-dias .dia.da img { animation: none; }
  html.js .fx-wort .w { opacity: 1; transform: none; filter: none; transition: none; }
  .buehne-dias .dia { transition: none; }
}
@media (max-width: 700px) {
  .buehne { min-height: 96svh; }
  .zeile-karte .fx-bild { height: 175px; }
}
