/* ============================================================
   OMNINO DEMO-GERÜST v2 — editoriale Typografie, Scroll-Kino,
   dezente Bewegung. Sichtbarkeit: NICHTS wird per CSS versteckt —
   GSAP setzt Startzustände; ohne JS ist alles lesbar.
   ============================================================ */

/* ---------- Grundstimmung ---------- */
body { overflow-x: clip; }
::selection { background: var(--accent); color: var(--on-accent, #fff); }
.container { max-width: 1200px; }
h1, h2, h3 { font-weight: 620; }
.mono-label { font-size: .72rem; font-weight: 700; letter-spacing: .26em; text-transform: uppercase; color: var(--accent-2); }

/* Körnung für Tiefe (nur dunkle Themes setzen .koernig auf body) */
body.koernig::after { content: ''; position: fixed; inset: -50%; z-index: 90; pointer-events: none; opacity: .05;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='160' height='160'%3E%3Cfilter id='n'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='.85' numOctaves='2'/%3E%3C/filter%3E%3Crect width='160' height='160' filter='url(%23n)' opacity='.6'/%3E%3C/svg%3E");
  animation: koernigZittern 9s steps(6) infinite; }
@keyframes koernigZittern { 0%{transform:translate(0,0)} 50%{transform:translate(2%,1%)} 100%{transform:translate(0,0)} }

/* ---------- Kopf: fest, erscheint nach Scroll mit Fläche ---------- */
.kopf2 { position: fixed; top: 0; left: 0; right: 0; z-index: 80; transition: background .45s ease, box-shadow .45s ease, backdrop-filter .45s; }
.kopf2 .container { display: flex; align-items: center; justify-content: space-between; padding-block: .95rem; }
.kopf2 .logo { color: #fff; font-size: 1.28rem; text-shadow: 0 2px 16px rgba(0,0,0,.4); transition: color .45s; }
.kopf2 .btn { background: rgba(255,255,255,.13); color: #fff; border: 1px solid rgba(255,255,255,.32);
  backdrop-filter: blur(8px); font-size: .9rem; padding: .55em 1.15em; }
.kopf2.an { background: color-mix(in srgb, var(--bg) 82%, transparent); backdrop-filter: blur(14px);
  box-shadow: 0 1px 0 var(--line); }
.kopf2.an .logo { color: var(--ink); text-shadow: none; }
.kopf2.an .btn { background: var(--accent); color: var(--on-accent); border-color: transparent; backdrop-filter: none; }

/* ---------- Bühne v2 ---------- */
.buehne2 { position: relative; min-height: 100svh; display: flex; align-items: flex-end; overflow: hidden; background: #141110; }
.buehne2 .dias, .buehne2 .dia { position: absolute; inset: 0; }
.buehne2 .dia { opacity: 0; }
.buehne2 .dia.da { opacity: 1; }
.buehne2 .dia img { width: 100%; height: 100%; object-fit: cover; transform-origin: 52% 46%; }
.buehne2 .schleier { position: absolute; inset: 0; background:
  linear-gradient(to bottom, rgba(8,7,6,.5) 0%, rgba(8,7,6,.1) 30%, rgba(8,7,6,.32) 55%, rgba(8,7,6,.86) 100%); }
.buehne2 .inhalt { position: relative; z-index: 3; width: 100%; color: #fff;
  padding-block: clamp(2.4rem, 5vw, 4.2rem); }
.buehne2 .overline { color: rgba(255,255,255,.82); }
.titel2 { font-size: clamp(2.55rem, 11.5vw, 8.2rem); line-height: .96; letter-spacing: -.015em;
  color: #fff; margin-block: 1rem 1.1rem; max-width: 16ch; text-wrap: balance;
  text-shadow: 0 4px 38px rgba(0,0,0,.5), 0 1px 10px rgba(0,0,0,.35); }
.titel2 em { font-style: italic; color: var(--hell, #F2D9A4); }
.titel2 .zeile { display: block; overflow: clip; }
.titel2 .zeile > span { display: inline-block; }
.buehne2 .lead { color: rgba(255,255,255,.92); max-width: 46ch; font-size: clamp(1.02rem, 1rem + .4vw, 1.22rem);
  text-shadow: 0 2px 20px rgba(0,0,0,.55), 0 1px 6px rgba(0,0,0,.4); }
.buehne2 .overline { text-shadow: 0 2px 14px rgba(0,0,0,.5); }
.buehne2 .chip { background: rgba(255,255,255,.12); border-color: rgba(255,255,255,.26); color: #fff; backdrop-filter: blur(6px); }
.buehne2 .btn--primary { background: var(--accent); color: var(--on-accent); }
.buehne2 .btn--ghost { border-color: rgba(255,255,255,.5); color: #fff; }
.siegel { display: inline-flex; align-items: center; gap: .55rem; margin-top: 1.4rem; padding: .5rem 1rem;
  border-radius: 999px; background: rgba(10,9,8,.5); border: 1px solid rgba(255,255,255,.2);
  backdrop-filter: blur(9px); color: #fff; text-decoration: none; font-size: .92rem; }
.siegel .sterne { color: #F2C94C; letter-spacing: .1em; font-size: .88rem; }
.siegel b { font-size: 1.02rem; }

/* Kreis-Badge: rotierender Schriftzug */
.badge-kreis { position: absolute; z-index: 4; right: clamp(1rem, 4vw, 3rem); top: clamp(4.6rem, 9vh, 7rem);
  width: clamp(92px, 12vw, 138px); aspect-ratio: 1; pointer-events: none; }
.badge-kreis svg { width: 100%; height: 100%; overflow: visible; }
.badge-kreis text { fill: rgba(255,255,255,.85); font-family: var(--font-text); font-size: 11.5px;
  letter-spacing: .32em; text-transform: uppercase; }
.badge-kreis .kern { fill: var(--hell, #F2D9A4); }

/* Scroll-Hinweis */
.cue { position: absolute; z-index: 4; left: 50%; bottom: 1.1rem; transform: translateX(-50%);
  display: flex; flex-direction: column; align-items: center; gap: .4rem; color: rgba(255,255,255,.65);
  font-size: .68rem; letter-spacing: .3em; text-transform: uppercase; }
.cue i { display: block; width: 1px; height: 34px; background: linear-gradient(rgba(255,255,255,.9), transparent);
  animation: cueLauf 1.8s ease-in-out infinite; }
@keyframes cueLauf { 0%{transform:scaleY(0);transform-origin:top} 45%{transform:scaleY(1);transform-origin:top}
  55%{transform:scaleY(1);transform-origin:bottom} 100%{transform:scaleY(0);transform-origin:bottom} }
.punkte2 { position: absolute; z-index: 4; right: clamp(1.2rem, 3vw, 2.4rem); bottom: 1.3rem; display: flex; gap: .45rem; }
.punkte2 i { width: 6px; height: 6px; border-radius: 50%; background: rgba(255,255,255,.38); transition: .4s; }
.punkte2 i.da { background: #fff; transform: scale(1.3); }

/* ---------- Wortband (Marquee) ---------- */
.band-wort { overflow: clip; border-block: 1px solid var(--line); background: var(--paper); padding-block: .85rem; }
.band-wort .spur { display: flex; width: max-content; gap: 0; animation: bandLauf var(--band-tempo, 26s) linear infinite; }
.band-wort span { font-family: var(--font-display); font-size: clamp(1.5rem, 3.4vw, 2.6rem); line-height: 1;
  white-space: nowrap; padding-inline: .65em; color: var(--ink); font-weight: 620; }
.band-wort span:nth-child(even) { color: transparent; -webkit-text-stroke: 1px color-mix(in srgb, var(--ink) 55%, transparent); font-style: italic; }
@keyframes bandLauf { to { transform: translateX(-50%); } }

/* ---------- Manifest: der große Satz ---------- */
.manifest { padding-block: clamp(4.5rem, 10vw, 8.5rem); }
.manifest .container { display: grid; grid-template-columns: minmax(0, 1fr); gap: 1.6rem; }
.manifest p.gross { font-family: var(--font-display); font-size: clamp(1.75rem, 4.6vw, 3.6rem);
  line-height: 1.14; letter-spacing: -.01em; max-width: 24ch; text-wrap: balance; }
.manifest p.gross em { font-style: italic; color: var(--accent); }
.manifest .wort { opacity: .14; }

/* ---------- Kapitelkopf ---------- */
.kapitel { display: flex; align-items: baseline; gap: 1.2rem; margin-bottom: clamp(2rem, 4vw, 3.4rem); }
.kapitel .nr { font-family: var(--font-display); font-size: clamp(2.6rem, 6vw, 4.6rem); line-height: 1;
  color: transparent; -webkit-text-stroke: 1.4px color-mix(in srgb, var(--accent) 75%, transparent); }
.kapitel h2 { font-size: clamp(1.9rem, 4.4vw, 3.3rem); line-height: 1.04; }
.kapitel h2 em { font-style: italic; color: var(--accent); }

/* ---------- Editoriale Reihen (Angebot mit Bild) ---------- */
.reihen { display: flex; flex-direction: column; gap: clamp(3rem, 7vw, 5.5rem); }
.reihe { display: grid; grid-template-columns: 1.05fr .95fr; gap: clamp(1.6rem, 4vw, 3.6rem); align-items: center; }
.reihe:nth-child(even) .medien { order: 2; }
@media (max-width: 860px) { .reihe, .reihe:nth-child(even) .medien { grid-template-columns: 1fr; order: 0; } }
.medien { position: relative; }
.maske { overflow: clip; border-radius: var(--radius); aspect-ratio: 4/3; }
.maske img { width: 100%; height: 112%; object-fit: cover; display: block; }
.reihe .text h3 { font-size: clamp(1.5rem, 2.6vw, 2.1rem); margin-bottom: .7rem; }
.reihe .text p { color: var(--muted); max-width: 44ch; }
.reihe .idx { font-family: var(--font-display); font-size: clamp(3.4rem, 7vw, 5.4rem); line-height: 1;
  color: transparent; -webkit-text-stroke: 1.2px color-mix(in srgb, var(--ink) 30%, transparent); display: block; margin-bottom: .5rem; }

/* Leistungszeilen (Beauty/Handwerk): große Indexliste */
.liste2 { border-top: 1px solid var(--line); }
.posten { display: grid; grid-template-columns: auto 1fr auto; gap: 1.2rem; align-items: baseline;
  padding-block: clamp(1.1rem, 2.4vw, 1.7rem); border-bottom: 1px solid var(--line); }
.posten .idx { font-family: var(--font-display); font-size: 1.05rem; color: var(--accent); }
.posten b { font-family: var(--font-display); font-size: clamp(1.35rem, 2.8vw, 2rem); font-weight: 620; }
.posten small { color: var(--muted); font-size: .95rem; text-align: right; max-width: 26ch; }
@media (max-width: 640px) { .posten { grid-template-columns: auto 1fr; } .posten small { grid-column: 2; text-align: left; } }

/* Ablauf v2 */
.ablauf2 { display: grid; grid-template-columns: repeat(3, 1fr); gap: 1.2rem; margin-top: clamp(2rem, 4vw, 3rem); }
@media (max-width: 860px) { .ablauf2 { grid-template-columns: 1fr; } }
.schritt2 { border: 1px solid var(--line); border-radius: var(--radius); padding: 1.5rem; background: var(--paper); }
.schritt2 .idx { font-family: var(--font-display); font-size: 2.1rem; color: transparent;
  -webkit-text-stroke: 1.1px var(--accent); display: block; margin-bottom: .5rem; }
.schritt2 h3 { font-size: 1.1rem; margin-bottom: .35rem; }
.schritt2 p { color: var(--muted); font-size: .93rem; }

/* ---------- Querformat-Galerie ---------- */
.quer { position: relative; }
.quer .spur { display: flex; gap: clamp(.9rem, 2vw, 1.6rem); align-items: center; }
.quer .kachel { flex: none; overflow: clip; border-radius: var(--radius); }
.quer .kachel img { width: 100%; height: 100%; object-fit: cover; display: block; }
.quer .k-a { width: clamp(300px, 44vw, 620px); aspect-ratio: 4/3; }
.quer .k-b { width: clamp(220px, 30vw, 420px); aspect-ratio: 3/4; }
.quer .wortmarke { flex: none; font-family: var(--font-display); font-style: italic;
  font-size: clamp(3rem, 9vw, 7rem); color: transparent;
  -webkit-text-stroke: 1.4px color-mix(in srgb, var(--ink) 34%, transparent); padding-inline: 1.5rem; white-space: nowrap; }
@media (max-width: 899px) {
  .quer .rahmen { overflow-x: auto; scroll-snap-type: x mandatory; padding-inline: clamp(1.25rem, 4vw, 2.5rem);
    scrollbar-width: none; }
  .quer .rahmen::-webkit-scrollbar { display: none; }
  .quer .kachel { scroll-snap-align: center; }
  .quer .k-a { width: 78vw; } .quer .k-b { width: 56vw; }
}
@media (min-width: 900px) { .quer .rahmen { overflow: visible; padding-left: max(calc((100vw - 1200px)/2 + 2.5rem), 2.5rem); } }

/* ---------- Wertung + Stimmen ---------- */
.wertung { display: flex; align-items: baseline; gap: 1.4rem; flex-wrap: wrap; margin-bottom: clamp(2rem, 4vw, 3rem); }
.wertung .zahl { font-family: var(--font-display); font-size: clamp(4.6rem, 11vw, 8.6rem); line-height: .9; color: var(--accent); }
.wertung .dazu { max-width: 24ch; }
.wertung .dazu .sterne { color: #D9A62E; letter-spacing: .14em; font-size: 1.05rem; }
.wertung .dazu p { color: var(--muted); font-size: .95rem; margin-top: .3rem; }
.wertung .dazu a { color: inherit; }
.stimmen2 { display: grid; grid-template-columns: repeat(3, 1fr); gap: 1.2rem; }
@media (max-width: 900px) { .stimmen2 { grid-template-columns: 1fr; } }
.stimme2 { position: relative; border: 1px solid var(--line); border-radius: var(--radius);
  background: var(--paper); padding: 2.2rem 1.5rem 1.4rem; }
.stimme2::before { content: '„'; position: absolute; top: -.4rem; left: 1.1rem; font-family: var(--font-display);
  font-size: 3.4rem; line-height: 1; color: var(--accent); }
.stimme2:nth-child(2) { transform: rotate(.4deg); }
.stimme2:nth-child(3) { transform: rotate(-.35deg); }
.stimme2 p { font-size: .98rem; line-height: 1.6; }
.stimme2 .wer { margin-top: .8rem; font-size: .84rem; color: var(--muted); }
.stimme2 .st { color: #D9A62E; font-size: .8rem; letter-spacing: .12em; }
.quelle { font-size: .78rem; color: var(--muted); margin-top: 1rem; }
.quelle a { color: inherit; }

/* ---------- Besuch v2 ---------- */
.besuch2 .raster { display: grid; grid-template-columns: 1fr 1fr; gap: clamp(1.8rem, 4vw, 3.5rem); align-items: start; }
@media (max-width: 860px) { .besuch2 .raster { grid-template-columns: 1fr; } }
.zeiten2 { border-top: 1px solid var(--line); }
.zeiten2 .zr { display: flex; justify-content: space-between; gap: 1rem; padding-block: .8rem; border-bottom: 1px solid var(--line); }
.zeiten2 .zr b { font-weight: 600; }
.kontakt2 p { color: var(--muted); }
.kontakt2 .gross-tel { display: inline-block; font-family: var(--font-display); font-size: clamp(1.5rem, 3.4vw, 2.4rem);
  color: var(--ink); text-decoration: none; margin-block: .7rem; border-bottom: 2px solid var(--accent); padding-bottom: .15em; }
.karte2 { margin: clamp(2.2rem, 5vw, 3.6rem) 0 0; }
.karte2 .maske { aspect-ratio: 16/8; }
.karte2 figcaption { font-size: .76rem; color: var(--muted); margin-top: .5rem; }
.karte2 figcaption a { color: inherit; }

/* ---------- Schlussband ---------- */
.band2 { background: var(--accent); color: var(--on-accent); overflow: clip; position: relative; }
.band2 .container { position: relative; display: flex; align-items: center; justify-content: space-between;
  gap: 1.4rem; flex-wrap: wrap; padding-block: clamp(2.6rem, 6vw, 4.4rem); }
.band2 h2 { color: inherit; font-size: clamp(1.9rem, 4.6vw, 3.4rem); }
.band2 p { opacity: .82; margin-top: .4rem; }
.band2 .btn { background: var(--bg); color: var(--ink); position: relative; overflow: clip; }
.band2 .schatten-wort { position: absolute; right: -2%; bottom: -18%; font-family: var(--font-display); font-style: italic;
  font-size: clamp(5rem, 16vw, 12rem); line-height: 1; color: rgba(255,255,255,.07); white-space: nowrap; pointer-events: none; }

/* ---------- Fuß ---------- */
.fuss2 { border-top: 1px solid var(--line); padding-block: 1.9rem; font-size: .85rem; color: var(--muted); }
.fuss2 .container { display: flex; justify-content: space-between; gap: .8rem; flex-wrap: wrap; }
.fuss2 a { color: var(--muted); }

/* ---------- Knöpfe: Glanz + Magnet ---------- */
.btn { position: relative; overflow: clip; }
.btn .glanz { position: absolute; top: 0; bottom: 0; width: 40%; left: -60%; pointer-events: none;
  background: linear-gradient(105deg, transparent, rgba(255,255,255,.35), transparent); }

/* ---------- Ambient-Schicht ---------- */
.luft { position: absolute; inset: 0; z-index: 2; pointer-events: none; overflow: clip; }
.luft canvas, .luft svg { position: absolute; inset: 0; width: 100%; height: 100%; }

/* ---------- Sektionen ---------- */
.abschnitt { padding-block: clamp(4rem, 9vw, 7.5rem); }
.abschnitt--tint { background: var(--tint); }

/* ---------- Eintauchen (Lightbox) ---------- */
.tauch2 { position: fixed; inset: 0; z-index: 120; display: grid; place-items: center;
  background: rgba(8,7,6,.94); padding: 3vmin; opacity: 0; transition: opacity .4s; }
.tauch2.da { opacity: 1; }
.tauch2 img { max-width: 94vw; max-height: 88vh; border-radius: 10px; box-shadow: 0 30px 90px rgba(0,0,0,.5); cursor: zoom-out; }
.kachel, .maske { cursor: zoom-in; }

/* ---------- Ruhe & Zugänglichkeit ---------- */
@media (prefers-reduced-motion: reduce) {
  .band-wort .spur { animation: none; }
  .cue i, body.koernig::after { animation: none; }
  .manifest .wort { opacity: 1 !important; }
}
@media (max-width: 700px) {
  .buehne2 { min-height: 97svh; }
  .badge-kreis { top: auto; bottom: 7.4rem; right: 1rem; width: 84px; }
  .kapitel { flex-direction: column; gap: .3rem; }
}
